How to keep position after Animation is finished?

hello. I made a short animation that plays, but once it’s finished playing the player just goes back to their position before the animation began. this would be expected, but is undesired for what I want to achieve.

I’m trying to make it so the player keeps their position after the animation has finished playing. Any ideas on how I could go about doing this?

You can call animationTrack:AdjustSpeed(0) to “pause” an animation. The article on using AnimationTrack.TimePosition has an example demonstrating freezing an animation as you’re after.

1 Like

i think it should be back to normal when the loaded animation stops