Roblox Reparent Instance
roblox_reparent_instanceReparent a Roblox instance by specifying its current path and a new parent path to reorganize the hierarchy.
Instructions
Move an instance to a new parent in the Roblox hierarchy.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Full instance path to move. | |
| newParentPath | Yes | Full instance path of the new parent. | |
| waitForResponseMs | No | How long to wait for a runtime response. |