Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

[Solved]How do I change the size of the GUI to the full screen for all devices?

Asked by 5 years ago
Edited 5 years ago

I want my GUI to be full screen. I know it is easy, but for different devices and different sized monitors it will look weird. I know a script needs to be used to do this but how can I do it? Is there some arithmetic I need to add in a script? Please tell me how to.

Thanks!

2
If I'm not mistaken guis sizes simply work by scale and offset, so setting the first number and the third number to 1 would cover the whole screen regardless of the device. as for how so readjust it if it's not the whole screen i would have no idea. Mr_Pure 129 — 5y
2
scale DinozCreates 1070 — 5y
2
Size your frame/button/label/whatever to UDim2.new(1, 0, 1, 0). If you need to size to a percentage of the screen, use scale User#24403 69 — 5y
0
Thanks! StrategicPlayZ 58 — 5y
1
oh so i dont get a rep+? DinozCreates 1070 — 5y

Answer this question