So I am working on moving parts as a whole, especially using for _,v in pairs(table/array).
But I have tried multiple concepts.
If I tween all the objects, they just move to one specific position and everything is crumbled up into one parts.
If I use a wait(0.05) in a repeat until loop for every movement, same thing happens.
What are my other options? I heard of some CFrame function, but I forgot it’s name.