attribute_get
Retrieve a specific attribute value from a Roblox Instance using its path or UUID. Provide the target and attribute name to get the stored value directly.
Instructions
Get the value of a specific attribute on an Instance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | Full path or UUID of the Instance. | |
| attributeName | Yes | Name of the attribute. |