Animation middle section lost

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)
1 Like

Have you set your animation to Action priority?

That was it. The priority was set to core. I keep thinking core is highest and action is lowest :confused:

1 Like

No problem, glad to help, please mark my post as solution :slight_smile: