set_property
Set a property on a Roblox instance by its reference. Values are automatically converted to match the property's declared Roblox type.
Instructions
Set a property on an instance by ref. The value is coerced to the property's declared Roblox type when known.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | Yes | ||
| name | Yes | ||
| value | Yes |