Any1 know why my animations in game and in the animator are completely like different (no other animation is playing at the same time ) https://gyazo.com/5707a42a4fd6db45eaf56f388bec6e9a https://gyazo.com/e93a6c56051783c0eb88fcd26165c650
#Animation Glitch
1 messages · Page 1 of 1 (latest)
probably an overlap from normal animation and yours
also you seem to have changed the speed for the animation
or roblox studio is js stupid
you remove the old animate? every playable rig/character is given one on load-in
goofyahh running
literally just replacing the animation in the animate script with my own id
when i use the custom rig
its set to movement tho
lmao
preciate
action could disable other animations in the future, so what i would do is
for _, track in animator:GetPlayingAnimationTracks do track:Stop() end -- play ur animation here
oh and also the walkspeed is a huge factor on this
since it makes the animation go faster