Auto-resizing frame with UIGridLayout

while i was at the viewportframe masking place in studio, i noticed that theres was a gui that interesed me
the gui in question is a list of settings, using a uigrid (the Character1 settings specifically)
when i changed the cellsize the frame automatically scaled to fit them all

i was wondering how to achieve this effect because when i tried it, the frame didnt scale whatsoever and the elements just got out of bounds

1 Like

Have you enabled AutomaticSize on your GUI object?

https://create.roblox.com/docs/reference/engine/classes/GuiObject#AutomaticSize

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