Returns the looping behavior of the group
Signature:
loopType = AnimationGroup:GetLooping()
Returns:
loopType- Looping type for the animation group (string)BOUNCE- Repeatedly animates forward from the initial state to the final state then backwards to the initial stateNONE- No looping; animates from the initial state to the final state once and stopsREPEAT- Repeatedly animates forward from the initial state to the final state (instantly resetting from the final state to the initial state between repetitions)