Roblox Clone Instance
roblox_clone_instanceClone a Roblox instance to a specified target parent, with optional renaming and configurable wait time.
Instructions
Clone an instance and place the clone under a target parent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sourcePath | Yes | Full instance path of the source to clone. | |
| targetParentPath | Yes | Full instance path of the clone's parent. | |
| newName | No | Optional new name for the clone. | |
| waitForResponseMs | No | How long to wait for a runtime response. |