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

Tweening "True" and "False"

Asked by 10 years ago

I was answering someone's question about Tweening when I realised I had no clue why there a true and false bool in the block. I heard it was to do with multiple commands carried out at the same time, but I need someone to explain how it is used and how is it useful.

2 answers

Log in to vote
3
Answered by 10 years ago

To clarify, the boolean argument in the Tween methods have to do with interruption. If another Tween method is performed on the object, then the old one will be cancelled and the new one will be performed exclusively if the boolean is true.

Wiki article

If you don't set the value, it is false by default, meaning that it will not be interrupted.

3
Thanks, this helped me the most :) ConnorVIII 448 — 10y
Ad
Log in to vote
0
Answered by
Damo999 182
10 years ago

The true and false in tweening just means can you edit the size of the gui with another tween false meaning no true meaning yes.

2
This helped me, thanks! ConnorVIII 448 — 10y

Answer this question