RunService

extends Instance

Class fields

FieldXML typeValue
NamestringRunService

Functions

11
BindToRenderStep
(name: string, priority: int, function: Function) → void
FieldXML typeValue
NamestringBindToRenderStep
IsClient
() → bool
FieldXML typeValue
NamestringIsClient
IsRunMode
() → bool
FieldXML typeValue
NamestringIsRunMode
IsRunning
() → bool
FieldXML typeValue
NamestringIsRunning
IsServer
() → bool
FieldXML typeValue
NamestringIsServer
IsStudio
() → bool
FieldXML typeValue
NamestringIsStudio
Pause
() → void
FieldXML typeValue
NamestringPause
Reset
() → void
FieldXML typeValue
NamestringReset
Run
() → void
FieldXML typeValue
NamestringRun
Stop
() → void
FieldXML typeValue
NamestringStop
UnbindFromRenderStep
(name: string) → void
FieldXML typeValue
NamestringUnbindFromRenderStep

Events

3
Heartbeat
(step: double) → void
FieldXML typeValue
NamestringHeartbeat
RenderStepped
(step: double) → void
FieldXML typeValue
NamestringRenderStepped
Stepped
(time: double, step: double) → void
FieldXML typeValue
NamestringStepped