How would I go and pause an animation?

How would I go and pause an animation?

So I have been trying to pause an animation.
And I cant figure it out.


A little context,

  • I’m trying to make a laser and make it so when the player shoots it, that it pauses a certain animation.

  • This is a server script, just incase you need to know . . .


Do note that anim:Stop() does not work in my case. I need it to pause. Stop() stops it that way the animation has to start over.


So is there anyway to do this?

Note yes I have looked around and I can’t find anything!


~Froyo~

2 Likes

You could try using animation:AdjustSpeed(0) to stop it, then to resume it would be animation:AdjustSpeed(1)

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.