set_property
Set a property value on any Roblox instance by providing the instance path, property name, and new value.
Instructions
Set a property on any Roblox instance
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| instancePath | Yes | Path to the instance (e.g., "game.Workspace.Part") | |
| propertyName | Yes | Name of the property to set | |
| propertyValue | Yes | Value to set the property to (any type) |