Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Is there any way to refresh animations that are already playing through "Animate" script?

Asked by 6 years ago

What I'm trying to do is change the Animation's ID after you equip a weapon , and then refresh the animation so the old one stops playing , and the new one starts.

0
Try Animation:Stop() and Animation:Play() at certain points of your script where its needed Audiimo 105 — 6y

Answer this question