Skip to main content
Glama

mutate_instances

Modify Roblox instances by creating, deleting, cloning, moving, renaming, or pivoting them, with advanced options for batch operations and hierarchical structures.

Instructions

Create, delete, clone, move, rename, or pivot instances. [PRO] create_tree, mass_create, mass_delete, mass_duplicate, smart_duplicate.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYesMutation action. Basic: create, create_with_props, delete, clone, move, rename, pivot. [PRO]: create_tree, mass_create, mass_delete, mass_duplicate, smart_duplicate.
classNameNoRoblox class name (e.g., Part, Script, Folder). Used by: create, create_with_props.
parentNoParent path for new instance. Used by: create, create_with_props.
nameNoName for the instance. Used by: create (optional), create_with_props (required).
propertiesNoProperties to set on the instance. Supports Vector3, Color3, CFrame, UDim2, Enum types. Used by: create (optional), create_with_props (required).
pathNoInstance path to operate on. Used by: delete, clone (as sourcePath), move, rename, pivot, smart_duplicate.
sourcePathNoSource instance path to clone from. Used by: clone. Alternative to path.
targetParentNoTarget parent for cloned/duplicated instances. Used by: clone, mass_duplicate, smart_duplicate.
newNameNoNew name for instance. Used by: rename (required), clone (optional).
newParentNoNew parent path to move instance to. Used by: move.
positionNoTarget position as Vector3 {x, y, z}. Used by: pivot.
cframeNoTarget CFrame as 12-number array [x, y, z, r00, r01, r02, r10, r11, r12, r20, r21, r22]. Used by: pivot.
offsetNoRelative offset to move by (ignores position/cframe). Used by: pivot, smart_duplicate.
treeNo[PRO] Instance tree specification for hierarchical creation. Used by: create_tree.
instancesNo[PRO] Array of instance specifications for batch creation. Used by: mass_create. Each item: {className, name, parentPath, properties?}.
pathsNo[PRO] Array of instance paths. Used by: mass_delete, mass_duplicate.
countNo[PRO] Number of copies to create. Used by: smart_duplicate.
spacingNo[PRO] Spacing between duplicated instances. Used by: smart_duplicate. Alias for offset.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/hope1026/roblox-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server