ReservedHighlightId
Identifies the built-in reserved role assigned to a Highlight via its
ReservedId property.
Items 5
| History | Name | Value | Description | |
|---|---|---|---|---|
| 547 | Standard | 0 | Marks a Highlight as a standard, non-reserved instance not tied to any built-in system state. | |
| 715 | Active | 131072 | Marks a Highlight as the last-selected object in Studio. | |
| 550 | Hover | 262144 | Marks a Highlight as the hover-state indicator, applied to an object currently under the mouse cursor. | |
| 715 | Selection | 524288 | Marks a Highlight as the selection-state indicator, applied to a selected object in Studio. | |
| 707 | NegatedPart | 1.048576e+06 | Marks a Highlight used for CSG negated-part visualization in Roblox Studio. |
Description
ReservedHighlightId enumerates the system-reserved roles used to distinguish
Studio selection, hover, active (last-selected), and CSG visualization
Highlight instances from ordinary developer-created ones. The
ReservedId property (accessible only at RobloxScript security level and
hidden from the Properties panel) stores this value. Its default is
ReservedHighlightId.Standard, which marks the instance as a normal,
non-reserved highlight available for general scripted use.
History 11
- 715 Change Index of Selection from 1 to 3
- 715 Change Index of Active from 3 to 1
- 707 Add NegatedPart
- 550 Change Value of Selection from 32 to 524288
- 550 Change Value of Hover from 64 to 262144
- 550 Change Value of Active from 128 to 131072
- 547 Add Standard
- 547 Add Selection
- 547 Add Hover
- 547 Add Active
- 547 Add ReservedHighlightId