From what you’re trying to accomplish, I think your best bet is to use UIGridLayout, as that automatically maintains the size and position of any children objects in the GUI.
I recommend playing around with the CellPadding and FillDirection variables if you intend on using UIGridLayout.
The UIGridLayout wouldn’t scale, though. It’d just end up creating more horizontal rows, and the buttons would never scale down with the parent frame (if you aren’t using scale in their size).
@Blue101black I’m not sure what exactly your text issue is, could you explain it a bit further?
I think I fixed it just by putting in a UITableLayout. Didn’t need to change anything else, although just to improve the text space available I halved the horizontal text padding from 32 to 16.
When scalling and position texts, images, frames, etc… Use ONLY Scale and 0 on Offset. It can allow you to scale perfectly and you should not get this problem! If you have problems when correctly scalling, use plugin AutoScale GUI https://www.roblox.com/library/1496745047/AutoScale-GUI