Galahart
(Gala)
July 17, 2023, 4:02pm
#1
So I need some brains to help figure out how I can make mobile ui be higher up or moved as it stays in the same position which would be fine, however, the default ROBLOX item icons overlap covering the UI.
I’ll show pictures to explain what I mean:
PC:
Mobile:
Is it possible to have the UI appear higher up on mobile to avoid this problem - any help is much appreciated!
Galahart
(Gala)
July 17, 2023, 4:02pm
#2
Oh and yes I’ve already correctly scaled and positioned the UI’s, it’s not using Offset etc
You need to use offset, set the anchor point to the bottom and use offset to move it just above the hotbar.
Backpack tools have fixed sizes(60px,60px) and they’re 5 pixels away from the very bottom of the screen.
Use this to your advantage by setting the AnchorPoint to (.5,1) and the position of the frame to (.5,0,1,-70).
This will align your frame to the center and their position will be “locked” above the Tools by 5 pixels.
3 Likes
Galahart
(Gala)
July 20, 2023, 12:24am
#4
Thank you! I’ll look into this hopefully it does the trick
1 Like
system
(system)
Closed
August 3, 2023, 12:25am
#5
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.