set_relative_property
Adjust Roblox instance properties using mathematical operations like add, subtract, multiply, or divide to modify values relative to their current state for precise game design adjustments.
Instructions
Modify properties relative to their current values
Input Schema
Name | Required | Description | Default |
---|---|---|---|
component | No | Specific component for Vector3/UDim2 properties | |
operation | Yes | Mathematical operation to perform | |
paths | Yes | Array of instance paths to modify | |
propertyName | Yes | Name of the property to modify | |
value | Yes | Value to use in the operation |