How to stop animation instantly

You can write your topic however you want, but you need to answer these questions:

  1. What do you want to achieve? Keep it simple and clear!
    I want my animation to stop instantly.

  2. What is the issue? Include screenshots / videos if possible!
    I want my animation to stop instantly but I don’t know how.

  3. What solutions have you tried so far? Did you look for solutions on the Developer Hub?
    I have tried setting the fade time to 0 but that did not work.

2 Likes

uhh, this isn’t my forte but, have you tried using:
(animation):Stop()

Try this

YourAnimation:Stop()

Animation:Stop() has a default fade time of like 0.1

i managed to find a solution:

Animation:Stop(0.000000001)
2 Likes

Try this

Animation:Stop(0)

Nevermind @screenswitch1 already figured it out lol.