-
Notifications
You must be signed in to change notification settings - Fork 5
TransformModel
Transforms a named model's position, angle, and/or scale over a period of time.
⠀⠀⠀⠀The time to start the transform.
⠀⠀⠀⠀The time it takes to reach the desired transformation.
⠀⠀⠀⠀The named model name for the model you want to transform
⠀⠀⠀⠀Optional. If set, the model will move from its current position (before this instruction) to the target position
⠀⠀⠀⠀Optional. If set, the model will rotate from its current angles (before this instruction) to the target angles
⠀⠀⠀⠀Optional. If set, the model will scale from its current position (before this instruction) to the target scale
⠀⠀⠀⠀If true, Position and Rotation should be provided as a local vector/angle to the parent of the target. Otherwise, uses world position/rotation.
⠀⠀⠀⠀An easing function for these parameters that takes in a 0 - 1 number and returns a 0 - 1 number. Linear movement can be accomplished using a simple lambda: function(x) return x end
For further questions, reach out to March in the ACF Discord.
Macros
Toolgun Instructions
Timing Instructions
Model Instructions
Text Instructions
Camera Instructions
Sound Instructions