set_property
Modify property values of Roblox instances by specifying the instance path, property name, and desired value. Integrates with the Roblox Studio MCP Server to enable precise property adjustments.
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) |