Hi. It came to my attention that Ui is different for all resolutions. I have looked around and I can’t find an answer on how to fix it. If anybody could let me know or link me somewhere to find out that would be great, thanks.
It depends largely on how you want it to look.
{XScale, XOffset}, {YScale, YOffset}
Scale is percentage. 1 is 100% of the parent size. If the parent is a ScreenGui, then it is the percentage of the overall screen size.
Offset is the exact size in pixels. Some times you will need both. Also look into aspect ratio constraints.