set_relative_property
Adjust properties of instances in Roblox Studio by performing mathematical operations like add, subtract, multiply, divide, or power on their current values, specified by paths and property names.
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 |