SpiralAPI
(SFAST_Arlo)
February 23, 2021, 3:39am
1
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?
Sorbious
(Sorbious)
February 23, 2021, 3:41am
2
Are you implementing a UIListLayout? If so can I see it?
SpiralAPI
(SFAST_Arlo)
February 23, 2021, 3:43am
3
Yes. I have 2. One is set to 0, 25 and one is set to 0, 10
Sorbious
(Sorbious)
February 23, 2021, 3:45am
4
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.
SpiralAPI
(SFAST_Arlo)
February 23, 2021, 3:47am
5
Hi. This worked, thank you so much.
1 Like
epochzx
(epochzx)
February 23, 2021, 5:04am
6
I wouldn’t recommend using offset though it is a solution, a better option can be found in this tutorial (the last section) -
I have made a refurbished version of this post, it would be a much better idea to check it out instead:
Old post
Change the way your UI is setup and configure your anchorpoints