Reference API Roblox

Engine API

Website

Related

Reference API Roblox

RenderPriority

A list of standard reserved values in BindToRenderStep.

Items 5

HistoryNameValueDescription
187First0

This should run first.

187Input100

This should run as second.

187Camera200

This should run after Input.

187Character300

This should run after Camera.

187Last2000

This should run as last, after Character.

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