UI Scaling Changing For No Reason

I was making some UI earlier on my main pc and when i was done i switched over to my laptop to test it, but it had changed the scaling og the UI for no reason, i’ve tried to fix it but nothing has worked really.

Check this tutorial out:

It may help with your situation!

2 Likes

I am going to tell you the fix! When making a GUI that is responsive to both phones and PCs, do this. First: Click your ScreenGui, and select what ever thing you want. TextLabel, TextButton, etc.
Second: Scroll all the way down until you see size. Click the little arrow, and another menu should pop up saying X,Y.
Third: Click the arrow again on both the X,Y options, and you will see two options. “Offset” and “Scale”
Fourth: Make your Offset: 0, and your Scale: 0.1 for both X,Y.
Fifth: Then use your cursor to scale the textlabel, textbutton or whatever you are using appropriately.

Notice: This will fix the issue and if it doesn’t report back to me. If you have already tried this then reply to this saying that you have tried it and I will try to help you further.

1 Like

This Worked, Thank you, I’ve been trying to fix this for awhile now.

1 Like

Should I make a tutorial on the community page do you think?

That would honestly be great, pretty sure it would help out alot.