I want to make a Ui animation like this

So, I made alot of frames and put them inside a frame with a UiGridLayout
,but the problem is if I want to tween the Main Frame it will just change the position of all the frames inside of it.
So the solution would be not to tween the layout or the mainframe , but tween the children frames with a loop? But how would I still have the frames in a layout
I don’t think it’s tweening the position there, so you should be fine to either tween the size or the possibly the transparency of each individual child frame using a loop, as you have suggested. There shouldn’t be a need to tween the position if you’re using a UIGridLayout already.