instance_reparent
Moves a Roblox Instance to a new parent using its path or UUID, reorganizing the hierarchy for better scene or game structure.
Instructions
Move an Instance to a new parent in the hierarchy.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | Full path or UUID of the Instance to move. | |
| newParent | Yes | Full path or UUID of the new parent Instance. |