Help with mobile gui scaling?

Hi! So I have a game with lots of guis but they are bunched up together when on mobile. Can somebody help?

Mobile:
RobloxScreenShot20210309_105401290
PC:

First of all - the Buttons needs to be parented to Frame or some kind of GuiObject.
Second - you are probably using Offset instead of Scale and for the last thing I would suggest you to make SizeConstraint in properties of each button to RelativeXX or RelativeYY.

2 Likes