Sets the order for the animation to play within its parent group. When the parent AnimationGroup
plays, Animations with a lower order number are played before those with a higher number. Animations with the same order number are played at the same time.
Signature:
Animation:SetOrder(order)
Arguments:
order
- Position at which the animation should play relative to others in its group (between 0 and 100) (number
)