Reference API Roblox

Engine API

Website

Related

Reference API Roblox

RenderPriority

A list of standard reserved values in BindToRenderStep.

Items 5

HistoryNameValueDescription
187First0

The lowest reserved priority level; callbacks run before all other standard priorities.

187Input100

Runs after First; intended for input-processing callbacks.

187Camera200

Runs after Input; intended for camera-update callbacks.

187Character300

Runs after Camera; intended for character-response callbacks.

187Last2000

The highest reserved priority level; callbacks run after all other standard priorities.

Description

A list of standard reserved values in BindToRenderStep.

See RunService:BindToRenderStep() for the proper usage, as the enum itself isn't used.

History 6

Settings