First time making animations and I am not sure why the animation is not working consistently (crouch idle animation is fine). Any ideas?
1 Like
You are using Humanoid.Running right? To check and see if the player is moving or not so the moving animations will play?
1 Like
Think I can see script btw?..
1 Like
yep turns out scripting error, I kept playing the animation in a while loop regardless if the animation is already playing. I put the necessary condition to check if it isplaying, if not play the anim
(although you didnt mention that specific issue i immediately went to check this particular condition–I already use humanoid.running or well a variation anyway)
Although im satisfied, i honestly dont understand whats up with website animation? why does my animation kick up like that lol
Ah happens to the best of us lol. Glad you’re satisfied with what you got.