delete_attribute
Removes an attribute from a Roblox instance when given its dot-path and attribute name, helping you manage instance data.
Instructions
Delete an attribute from a Roblox instance
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| instancePath | Yes | Roblox instance path using dot notation (e.g., "game.Workspace.Part") | |
| attributeName | Yes | Name of the attribute to delete |