Reference API Roblox

Engine API

Website

Related

Reference API Roblox

RolloutState

A three-phase rollout state used to opt in or out of engine features.

Items 3

HistoryNameValueDescription
646Default0

Uses the engine-wide rollout default, which changes as the feature progresses through its rollout phases.

646Disabled1

Opts out of the feature regardless of the engine-wide rollout phase.

646Enabled2

Opts in to the feature regardless of the engine-wide rollout phase.

Description

Several Workspace properties use RolloutState to support a three-phase rollout pattern, where a feature is initially opt-in (Default equals disabled), then opt-out (Default equals enabled), and finally always on. Default always tracks the current engine-wide phase.

History 4

Settings