set_property
Set a property value on a Roblox instance by reference, with automatic type coercion to the declared 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 |