Move or clone instances
moveRelocate or clone Roblox instances to a new parent as one undoable step. Use clone mode to duplicate with an optional rename in the same action.
Instructions
Reparents instances, or clones them into a new parent, as one undoable step.
Set mode: "clone" to copy instead of move — that is how to duplicate something, optionally renaming it in the same call.
Moving an instance into itself or its own descendant is refused: it silently detaches the branch from the data model and undo does not bring it back.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | Moves to apply together as one undoable step. | |
| studioId | No | Target Studio; omit for the active one. |