How to change the size of a Specific Cell in a GridLayout

Hey there Others,

I’ve been trying to change the size of a Button inside a grid layout when hovered, but I can’t do that as the grid layout overrides the Button size.

image

Thanks a lot!

1 Like

You can have a frame parented to another frame and only animate the child frame. It should look something like this:

image

1 Like

The easiest way to achieve this is to use UIScale.


image

1 Like

It is also possible to tween it by tweening the value


If this helped you please mark this post as a solution so other people can see it.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.