Reference API Roblox

Engine API

Website

Related

Reference API Roblox

StepFrequency

Enum used with RunService:BindToSimulation() to indicate the frequency at which the bound function is called.

Items 6

HistoryNameValueDescription
699Hz600

The bound function is called at 60 Hz.

699Hz301

The bound function is called at 30 Hz.

699Hz152

The bound function is called at 15 Hz.

699Hz103

The bound function is called at 10 Hz.

699Hz54

The bound function is called at 5 Hz.

699Hz15

The bound function is called at 1 Hz.

Description

Enum used with RunService:BindToSimulation() to indicate the frequency at which the bound function is called.

History 7

Settings