#New Tween system issues
5 messages · Page 1 of 1 (latest)
5 messages · Page 1 of 1 (latest)
If it's immediately after, then the tween isn't done yet and so will override your change
What do you mean by override? If you don't want the tween to run, then don't use it
Tweens happen over time, and your function will not wait for it to finish unless you yield
Yes you can stop it
You would need to declare that variable somewhere you can access it