How do I make a button that can stop playing animations?

I tried to do this by making the player play a https://www.roblox.com/Asset?ID=0, hoping that it would make the player do a broken animation but it didn’t work (Yes I am stupid…)

1 Like

You can use AnimationTrack:Stop() to stop animations from playing.

Take a look at this