Tweeing Inside Tweening!

I’m trying to tween a part at the same time. Okay so lets say there 8 parts and every 3 seconds a random part is going to tween but the tween takes 5 seconds so how can I make it go like togheter or hoe you call that!?! please only awnser if you have a tip or can help!

You could use a boolValue/attribute on the tweened part.

Once you start tweening the part set the value/attribute to true and connect tween.Completed to setting the value to false.

Then you could add a check and if the part is being tweened you could cancel the current tween and apply a new one or just not tween at all.

Another option would using a pseudo random method, by removing the tweened part from the table all parts are in and adding it back after another part has been selected.