RibbonTool
Identifies a Studio ribbon toolbar tool, used with Plugin:GetSelectedRibbonTool() and Plugin:SelectRibbonTool().
Items 11
| History | Name | Value | Description | |
|---|---|---|---|---|
| 277 | Select | 0 | The Select tool, which selects objects in the viewport. | |
| 277 | Scale | 1 | The Scale tool, which resizes selected parts along their axes. | |
| 277 | Rotate | 2 | The Rotate tool, which rotates selected parts around the three primary axes. | |
| 277 | Move | 3 | The Move tool, which translates selected parts along the three primary axes. | |
| 277 | Transform | 4 | The Transform tool, which provides combined move, scale, and rotate handles in a single gizmo. | |
| 277 | ColorPicker | 5 | The Color tool, which opens the color picker to paint the color of selected parts. | |
| 277 | MaterialPicker | 6 | Deprecated ribbon Color/Material picker tool; use Material Manager instead. | |
| 277 | Group | 7 | The Group tool, which groups the selected objects into a Model. | |
| 277 | Ungroup | 8 | The Ungroup tool, which dissolves a selected Model and promotes its children to the parent container. | |
| 301 | None | 9 | Represents no ribbon tool being active. | |
| 590 | PivotEditor | 10 | 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.