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

How do you change an animation while another animation is occuring?

Asked by 7 years ago

Before you say something like, "You didn't even try," or something like that, please understand I've been trying for over an hour but cannot get it to work. What I'm trying to do is make it so that your animations (e.g. walking, idle, etc.) instantly change when you click the button to change them. What I tried basically kept breaking the animation, I tried disabling the script and changing the animation ids and re-enabling them.

0
Also, please do not provide the code. I'd rather you give me instructions instead. CaikBall 10 — 7y

1 answer

Log in to vote
0
Answered by
Validark 1580 Snack Break Moderation Voter
7 years ago

Use :Stop() on all other animations before using :Play() on the current one

Ad

Answer this question