Reference API Roblox

Engine API

Website

Related

Reference API Roblox

SelectionRenderMode

Controls how selected objects are highlighted in Roblox Studio.

Items 3

HistoryNameValueDescription
578Outlines0

Renders selected objects using an outline drawn along each object's edges.

578BoundingBoxes1

Renders selected objects using a bounding box drawn around each object's extents.

578Both2

Renders selected objects with both outlines and bounding boxes simultaneously.

Description

Specifies the visual style used to highlight selected objects in Roblox Studio. This enum is used by the RenderMode property, which defaults to SelectionRenderMode.Outlines.

History 4

Settings