set_calculated_property
Define and apply mathematical formulas to dynamically set properties for multiple instances in Roblox Studio. Use variables and complex expressions to automate property adjustments.
Instructions
Set properties using mathematical formulas and variables
Input Schema
Name | Required | Description | Default |
---|---|---|---|
formula | Yes | Mathematical formula (e.g., "Position.magnitude * 2", "index * 50") | |
paths | Yes | Array of instance paths to modify | |
propertyName | Yes | Name of the property to set | |
variables | No | Additional variables for the formula |