move_instance
Move a Roblox instance to a new parent by providing its dot-notation path and the new parent's path.
Instructions
Move (reparent) an instance to a new parent
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Dot-notation path to the instance to move | |
| newParent | Yes | Dot-notation path to the new parent |