clone_instance
Need to duplicate an object in Roblox Studio? Specify the source instance path and a new parent path to create an exact copy.
Instructions
Clone an instance to a new parent location
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sourcePath | Yes | Dot-notation path to the instance to clone | |
| destinationParent | Yes | Dot-notation path to the clone's new parent |