Remingling
(Remingling)
January 14, 2024, 8:25pm
#1
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
Remingling
(Remingling)
January 14, 2024, 9:40pm
#2
Still struggling with this issue… Does anyone know how to fix this? I am using UIGridLayout by the way.
1 Like
MykoNil
(MykoNil)
January 15, 2024, 3:43am
#3
Are you using the scale values for the sizing? Size(scale, offset, scale, offset)
1 Like
Remingling
(Remingling)
January 15, 2024, 5:46am
#4
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