PropertyStatus
Indicates the validation state of a property as displayed in Roblox Studio's Properties panel.
Items 3
| History | Name | Value | Description | |
|---|---|---|---|---|
| 522 | Ok | 0 | The property value is valid; no status indicator is shown in Studio. | |
| 522 | Warning | 1 | The property value has a recoverable issue; Studio displays a warning indicator on the instance. | |
| 522 | Error | 2 | 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.