Hello, what I’m trying to do is pretty simple. I have custom animations running via animate script, and for certain events, I’d like to change things like the idle animation, but how would I change animations via script without animation blending (animations playing at half). Just changing simple animations, idle, walk, run, ect. Doing this on an R6 model by the way.
Any and all help is appreciated, and thank you if you even just read all this, means a lot.
Loop through all the animations playing in the humanoid and stop them ,
set animation priority as then it means it overrides other animations
make a variable of the current playing animation then every time something happens you check if the animation you want to play is different to the playing one. Then if it isn’t you stop the animation play the new one and stuff