Make buttons look bigger on mobile, and buttons smaller on pc

Hi,

I’m working on my hotbar gui and I really don’t like how it looks… This is why:
PC:


MOBILE:

I put roblox’s default hotbar to show you the difference. For some reason my hotbar is smaller on mobile and bigger on pc. How do I make it function like roblox’s classic hotbar??

1 Like

Still struggling with this issue… Does anyone know how to fix this? I am using UIGridLayout by the way.

1 Like

Are you using the scale values for the sizing? Size(scale, offset, scale, offset)

1 Like

im using scale values yes but I dont think tjat changes anything. Roblox uses offset values

1 Like

then use uiaspectratioconstraints. it helps maintain the ratio no matter what device you are using.

also the guis look off. try parenting the darker part to the lighter part (behind) so it doesnt look off, including the image itself

3 Likes