Skip to content

FIRST

const FIRST: Phase

Defined in: src/std/phases.ts:51

The first phase in the update pipeline, running on RunService.Heartbeat before all other update phases, even custom ones.

FIRST -> PRE_UPDATE -> UPDATE -> POST_UPDATE -> LAST.