Tweening with UIGridLayouts?

Hey there, I’ve recently been making my GUI more pleasing on the eye. This means two things, UI Corners, and tweening. Is there any way to tween gui objects within a UIGridLayout?

You can just add the UIGridLayout after you finish the tween or tween the frame holding the grid contents.

A “part” is an object in 3d space, so if you want to tween something in GUI, it’s not a part, right?
And yes, you can tween any propertie of a GUI element.
But remember to do that the Gui are replicated from game.StarterGui to game.Players.LocalPlayer, so you have to reference any Gui objects there.

Sorry, I meant gui objects instead of parts.