set_calculated_property
Use mathematical formulas and variables to dynamically set properties for Roblox Studio instances. Specify paths, property names, and formulas 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 |