Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How to stop TweenService from continuing?

Asked by 5 years ago

Hi, I want to stop the object from being tweened so when I tween it, It stops after being tweened? which I use

        telepo:Stop()

but won't work?!?!

1 answer

Log in to vote
0
Answered by 5 years ago

It doesn’t work because there is no Stop method of a Tween. There is a Pause method though.

telepo:Pause()
0
Your correct incapaz, in fact, it pauses it from running. Animescapetower 10 — 5y
Ad

Answer this question