set_property
Modify properties of any Roblox instance by specifying the instance path, property name, and value directly within Roblox Studio.
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) |