How do i stop an animation instantly

how do i stop an animation instantly

right now im trying to stop an animation instantly,

Animation:Stop()

dosent work because it still has a default fadetime, and ive tried stopping it like

Animation:Stop(0)
Animation:Stop(0.000000000000000001)

so how do i stop an animation instantly without this annoying fadetime

1 Like

What does the full script of playing the animation look like?