Gui is wont work

,

image

How do I get my gui to scale with my scrolling frame?

1 Like

Enable ClipDescendants on your scrollingframe. Your UIGridLayout is also utilising offset for cell padding and size, I recommend you do research or search for other related topics.

Already have ClipDescendants enabled. Also how do you recommend I setup my UIGridLayout?

You need to utilise scale values, rather than offset.

{ScaleX, OffsetX}, {ScaleY, OffsetY}

You are utilising the offset value, expand these little arrows twice to be faced with your options.

image