Can I tween a Gui in a UIGridLayout?

I have some Buttons in a UIGridLayout and it says its position is overridden by the UIGridLayout, is it still possible to tween it?

Unfortunately not, the position will always be controlled by the layout.
A way to circumvent this is to create the exact same buttons parented to the original buttons and to tween them instead.

Oh, ok! Thanks for your help!
()()()()

1 Like

You could tween the UIListLayout's properties itself.