Hey so its a basic question but i cant’t find my answer.
So basically what happens if i create a Tween,play it then it stop , will it automatically destroy or i have to ?
When you :Cancel()
a tween, it stops in place. I’m not sure if that answers your question, cause I am unsure as to what you mean by destroy.
2 Likes
If you use Tween:Stop()
and then Tween:Play()
, it should pick back up from where it is if I remember correctly. Using Tween:Cancel()
, as @Tylerisawsome113 said in the 2nd post, will destroy the tween.
This post from a while ago might give you some more info.
1 Like