How can I make a GUI always in the corner of a screen?

Hey so to further elaborate on my issue.
If I size my GUI with scale it can mess up the resolution on the frame and I prefer offset anyways.
I use scale for the position however.

image
I want this settings icon to be in the corner of the screen regardless of size.
However when I join the game.


its still in the corner technically but obviously I would prefer it to be exactly in the corner.
How can I make it so its ALWAYS in the corner of the screen?

If I didn’t explain clearly enough please let me know so I can elaborate more.

With the UDim2 | Roblox Creator Documentation property you can offset the center of the GUI up and left of its bottom right point, then make the location of the GUI at 100% of the x and y values

3 Likes

How exactly should I go about doing this?
I don’t need you to code it for me obviously but an example would be nice.

this helped me!

For the bottom right of the screen, you would set the scale for Position X’s value to 1, and the scale for Position Y’s value to 1. The offsets for the Position values should both be 0. This is just from my memory, so you might need to adjust the anchor point.

2 Likes

Hi, Yoolurs

You can try this game, its editable

https://www.roblox.com/games/8553059373/RIGHT-CORNER

Codycheck

1 Like