Say I create a new tween that will tween the CFrame of a part. It has a length of 1 second, with no delay.
Then, I create another tween that tweens the CFrame of the same part. It has a one second delay.
If I were to play these two at the same time, I would expect the first tween to play, and then one second later, the second one to play. But instead, it seems like the second tween is overwriting the first one, even with the delay.
Anyone know if this is intended behavior?