I would like to keep this UI in the bottom left corner no matter the resolution, but in-game it’s always offset.
Here’s the position:
UDim2.new(0.09, 0,0.765, 0)
The anchor point is also (0.5, 0, 0.5, 0)
This is what it looks like in game.
And this is what it looks like in studio.
How can I fix this?
2 Likes
If you need in the bottom left no matter what you could try changing the Anchor to be
{0,1} for the anchor be the bottom left corner.
Then if you position it at {0,0,1,0} it should always be in the bottom left corner.
2 Likes
Theres a UI Scale plugin that can save positions and sizes and such if you want me to send it here.
1 Like
foodeggs7
(Nil_Chat)
April 21, 2025, 5:08pm
4
Does it have a UIAspectRatioConstaint
system
(system)
Closed
May 26, 2025, 3:27pm
5
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.