Reference API Roblox

Engine API

Website

Related

Reference API Roblox

ReservedHighlightId

Identifies the built-in reserved role assigned to a Highlight via its ReservedId property.

Items 5

HistoryNameValueDescription
547Standard0

Marks a Highlight as a standard, non-reserved instance not tied to any built-in system state.

715Active131072

Marks a Highlight as the last-selected object in Studio.

550Hover262144

Marks a Highlight as the hover-state indicator, applied to an object currently under the mouse cursor.

715Selection524288

Marks a Highlight as the selection-state indicator, applied to a selected object in Studio.

707NegatedPart1.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

Settings