reparent_object
Move any Roblox instance to a new parent by providing its current path and the target parent path. Reparent objects to reorganize the hierarchy.
Instructions
Move a Roblox instance to a new parent
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| newParent | Yes | Path to the new parent instance | |
| instancePath | Yes | Path to the instance to move |