GUI looks fine in studio but in game looks out of place

sorry if this was in wrong category, idk where to post this in

Hello. I found out that my GUIS look normal in studio but not in-game.
How it looks in studio:


How it looks in-game:

Somebody tell me why this is happening and how to fix?

2 Likes

It’s OffSet vs Scale, you need to use Scale, not OffSet.

Start out by setting the sizes to 0.1,0,0.1,0, and rescale them from there.

2 Likes

did you scale it properly in studio?

Your placement is apparently fixed to pixels. Adjust its scale rather than that. Please note that the screenshot sizes are different in resolution, which hints that the problem is that using fixed pixels does not produce the same identical results across different screen sizes.

Use the plugin Auto Scale then set the Position and Size to “Scale”