So I am making a border defence zombie style game and I was doing the zombie infect animation and the first half plays then, the left arm jerks back and the animation freezes, then the last quarter plays. I am quite new to animation and have no idea what is going on…
Any help would be great!
This is what should happen
This is what actually happens
This is my script, a simple load to animator and play
local animation = Instance.new("Animation")
animation.AnimationId = "http://www.roblox.com/asset/?id=9427253884"
local animationTrack = human.Animator:LoadAnimation(animation)
animationTrack:Play()
wait(10)