Returns the order of the animation within its parent group.
Returns the order of the animation 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:
Code
order = Animation:GetOrder()
Returns:
order - Position at which the animation will play relative to others in its group (between 0 and 100) (number)