Move or clone instances
moveReparent or clone Roblox Studio instances to a new parent as one undoable step. Clone mode duplicates objects and can rename them in the same action, while unsafe self-moves are blocked.
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. |