mass_set_property
Set a property on numerous Roblox Studio instances at once by supplying an array of paths, a property name, and a value.
Instructions
Set the same property on multiple instances at once
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| paths | Yes | Array of instance paths to modify | |
| propertyName | Yes | Name of the property to set | |
| propertyValue | Yes | Value to set the property to (any type) |