attribute_set
Set or update an attribute on any Roblox Instance. Supports strings, numbers, booleans, Vector3, Color3, and more.
Instructions
Set or update an attribute on an Instance (supports string, number, boolean, Vector3, Color3, etc.).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | No | Value to store in the attribute. | |
| target | Yes | Full path or UUID of the Instance. | |
| attributeName | Yes | Name of the attribute. |