instance_clone
Clone any Roblox Instance with its full hierarchy, place it under a chosen parent, and optionally rename or override properties. Use this to duplicate objects or entire model trees in Roblox Studio.
Instructions
Clone an existing Instance (and all its descendants) and place it under a target parent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| parent | No | Target parent where the cloned instance will be placed. Defaults to same parent as target. | |
| target | Yes | Full path or UUID of the Instance to clone. | |
| newName | No | Optional new name for the cloned Instance. | |
| properties | No | Optional property overrides to apply to the cloned instance. |