I wanna know the problem to this, it only gets tilted when i rename the humanoid to zombie.
This is the animation editor
Comparison with zombie
Also the script playing the animation is the same but with slight changes. I didn’t really care about doing variables and implementing it in other stuff because i was testing it.
script.Parent.Humanoid:LoadAnimation(script.Animation):Play()
and
script.Parent.Zombie:LoadAnimation(script.Animation):Play()
The script was inserted inside the model and the animation was inserted inside the script