attribute_delete
Remove a specified attribute from any Roblox Instance by providing the instance's path or UUID and the attribute name.
Instructions
Remove an attribute from an Instance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | Full path or UUID of the Instance. | |
| attributeName | Yes | Name of the attribute to delete. |