Help with my UI

I’m trying to make a Roblox User Searcher experience just for fun, and the UI is breaking.


Each one is tiny, and there’s this huge gap between two columns although I have Scale and Offset for the X axis set to 0 on the UIGridLayout. Can anybody help me?

make sure all your ui is scale based and your padding is set to around 0.02 - 0.05 scale

1 Like

I’m using UIAspectRatioConstraints.

I suggest you removing it, it sometimes messes up your ui.

1 Like

I would use UIGrid, it allows you to establish size for all elements, and also add a separation between them (x and y).

I used UIGrid, as stated in post #1. Please read the whole topic before replying.