Skip to content

LAST

const LAST: Phase

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

The last phase in the update pipeline, running on RunService.Heartbeat after all others, even custom ones.

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