Greetings, Ive been working on a roblox game and my ui designer gave me a bunch of ui and now im trying to fix it and get it scalling across games. Im using a ui aspect ratio constraint to keep my ui from stretching in weird ways.
Ive gotten close but now i need to make it centered across screens. Currently it is centered horizontally but not vertically.
1 Like
Have you tried using Scale for size instead of Offset?
Camouflage:
ng Scale for size in
Yes everything is offset, the problem isnt the scale its that it positions above the center instead of on the center
It should be scale though, not offset.
i meant scale mb (CHARSSSSSSS)
There is a plugin, use it to scale. I don’t remember the exact name just get the one with good likes to dislike ratio and is popular
I had this exact problem a while ago i think. I think you should just use another ScreenGui.
Set Anchorpoint to (0.5, 0.5)
Set Position to(0 5, 0, 0.5, 0)
i didnt see an anchorpoint but thats what googles AI told me too
jellolemo
(jellolemo)
July 3, 2025, 8:39pm
11
You should do what I mentioned above as it will center your main frame/ container.
(dont trust AI)
jellolemo
(jellolemo)
July 3, 2025, 8:40pm
13
Aspect ratio has nothing to do with position/ anchorpoint, could you send anchorpoint & position of your main frame/ container (shop) please
1 Like
thanks, im a bit stupid when it comes too ui
1 Like
jellolemo
(jellolemo)
July 3, 2025, 8:41pm
15
No problem, my brain dies sometimes too lol. Good luck on developing
1 Like
system
(system)
Closed
July 17, 2025, 8:45pm
16
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.