Reference API Roblox

Engine API

Website

Related

Reference API Roblox

RibbonTool

Identifies a Studio ribbon toolbar tool, used with Plugin:GetSelectedRibbonTool() and Plugin:SelectRibbonTool().

Items 11

HistoryNameValueDescription
277Select0

The Select tool, which selects objects in the viewport.

277Scale1

The Scale tool, which resizes selected parts along their axes.

277Rotate2

The Rotate tool, which rotates selected parts around the three primary axes.

277Move3

The Move tool, which translates selected parts along the three primary axes.

277Transform4

The Transform tool, which provides combined move, scale, and rotate handles in a single gizmo.

277ColorPicker5

The Color tool, which opens the color picker to paint the color of selected parts.

277MaterialPicker6

Deprecated ribbon Color/Material picker tool; use Material Manager instead.

277Group7

The Group tool, which groups the selected objects into a Model.

277Ungroup8

The Ungroup tool, which dissolves a selected Model and promotes its children to the parent container.

301None9

Represents no ribbon tool being active.

590PivotEditor10

The Edit Pivot tool, which repositions the pivot point of selected parts or models.

Description

RibbonTool represents the set of built-in tools available on the Roblox Studio ribbon toolbar. Values from this enum are returned by Plugin:GetSelectedRibbonTool() to identify which tool is currently active, and passed to Plugin:SelectRibbonTool() to programmatically activate a tool from a plugin script.

History 12

Settings