I am trying to make the animation freeze at the last frame, but all of the posts I see are either outdated or don’t work, I have tried just using wait() but that is extremely unreliable because of lag.
AnimationTrack.Stopped:Connect(function()
Animation:AdjustSpeed(0)
end)
Will work.
This worked the first time I tried it, but every other time it didn’t.
Can you show me your code then?
Also, that is probably because you didn’t set the speed again to 1.
When you stop the animation, run:
Animation:AdjustSpeed(1)
turns out the glitch only occurs if its run shortly after the character loads in