#[Solved] Why is my tween not overriding the previous tween?

1 messages · Page 1 of 1 (latest)

rustic pine
#

It prints 100 which should be the target but it doesnt actually tween

#

my understanding is that tweens override each other if you call another mid action? so why does it not work?

tawny ore
#

a bunch of tweens playing back to back can make it kinda glitchy somewhat

#

so you can make a table to know what tweens are playing then cancel them when you play a new one

rustic pine
#

Aight I'll try that

#

oh, there is a override param after the time one... oops