Reference API Roblox

Engine API

Website

Related

Reference API Roblox

PropertyStatus

Indicates the validation state of a property as displayed in Roblox Studio's Properties panel.

Items 3

HistoryNameValueDescription
522Ok0

The property value is valid; no status indicator is shown in Studio.

522Warning1

The property value has a recoverable issue; Studio displays a warning indicator on the instance.

522Error2

The property value is invalid and cannot be resolved; Studio displays an error indicator on the instance.

Description

Indicates the validation state of a property as displayed in Roblox Studio's Properties panel. This enum is returned by the PropertyStatusStudio property on Instance and by GetOverrideStatus() on MaterialService to communicate whether a property's current value is valid, has a recoverable issue, or is in an error state.

History 4

Settings