UI looks different in game compared to studio

The UI I created looks different in game compared to roblox studio



I dont really work with UI enough to be able to really understand the issue, I tried converting the buttons from size to offset but it doesnt work and I cannot really find any other posts with this problem, the only ones being pretty time consuming and not even sure if they work

1 Like

Its because while designing UI on roblox studio your screen is smaller basically,
When you test it on roblox launcher your window is bigger! That is what expected.

Offset = Does not change size for window
Size = Does set size for window

But no worries you can test also UI at here:
{4E9485E1-E859-4200-AFCC-B36701576F95}

Its basically a emulator
emulates devices for your game

1 Like

Make sure the size and position of the GUI is scale and not offset.

1 Like