instance_rename
Renames a target Roblox instance by its path or UUID, updating its name to the specified new name.
Instructions
Rename an Instance in the DataModel.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | Full path or UUID of the Instance to rename. | |
| newName | Yes | The new name for the Instance. |