set_relative_property
Modify properties of Roblox instances relative to their current values using arithmetic operations (add, subtract, multiply, divide, power). Apply changes to multiple paths at once.
Instructions
Modify properties relative to their current values
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| paths | Yes | Array of instance paths to modify | |
| value | Yes | Value to use in the operation | |
| component | No | Specific component for Vector3/UDim2 properties | |
| operation | Yes | Mathematical operation to perform | |
| propertyName | Yes | Name of the property to modify |