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.
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
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.