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

If I make A gui that perfectly fits my screen will it resize its self for other sized monitors?

Asked by 9 years ago

If I make A gui that perfectly fits my screen will it resize its self for other sized monitors so It does not get cut off?

2 answers

Log in to vote
1
Answered by 9 years ago

It depends on if you use Scale rather than Offset in the object Size

Scale, given the name, scales itself to the size of all screens, while Offset uses set pixel amounts and will be the same width on every screen (if it is two inches on your screen, it will be two inches on everyone elses)

0
Ok so I used the settings in properites position and size. So if I use those 2 to fit to my screen it will resize everyone elses screen? ILikepie2100 20 — 9y
0
When you click Size it will open up Scale and Offset, if you use scale then it should. Also scale uses a value between 0-1 and it means 0-100% of the screen size VariadicFunction 335 — 9y
0
thanks! ILikepie2100 20 — 9y
Ad
Log in to vote
2
Answered by 9 years ago

A way you can tell is by using the Test Tab in Roblox Studio and using the emulator to test different sizes and types. I also recommend making custom small sizes such a s a 480x360 screen to test emulations. Sadly borderpixelsize is always that many pixels and can interfer if to large. Avoiding this is a bit tough as you will need to make 4 custom sized frames using the scaling and fitting thr border.

Answer this question