UI Spacing is messed up

I have done everything I can to make the UI work on all devices. It is made using Scale, has UISizeConstraints, and still doesn’t seem to properly position the UI

How it should look (default viewport):

How it turns out:

The image quality is low because Roblox, not me.

Anybody have any other tips?

Are you implementing a UIListLayout? If so can I see it?

Yes. I have 2. One is set to 0, 25 and one is set to 0, 10

Umm… Normally when I do spacing like this, I always put it on the Offset value so it will not change accordingly on the device’s resolution.

Try using the offset first and let me know if it works.

Hi. This worked, thank you so much.

1 Like

I wouldn’t recommend using offset though it is a solution, a better option can be found in this tutorial (the last section) -

Change the way your UI is setup and configure your anchorpoints