Roblox Set Property
roblox_set_propertyModify Roblox instance properties by providing the instance path and key-value pairs to update.
Instructions
Set one or more properties on a Roblox instance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Full instance path. | |
| properties | Yes | Key-value pairs of properties to set (e.g. { Name: 'Foo', Anchored: true }). | |
| waitForResponseMs | No | How long to wait for a runtime response. |