mass_set_property
Set a single property on multiple instances simultaneously. Streamline workflows in Roblox Studio by applying batch property modifications with ease.
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) |