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

Is there a way to stop GUI's changing with a script?

Asked by 5 years ago

When I have GUI's set up in game, they look perfect but when I use the Emulator or use the Roblox Launcher, the GUI's will change size and position. Does anyone know a script to fix this or just a general way to fix it? I have a Configurable Plugin that sets the Offset and Scale and I barely understand it.

0
Scale is dependent on the screen size, and offset is a set number of pixels. If you want to have a GUI look the same exact way no matter what screen you're using, use offsets. However, this is not recommended as the GUIs may be too big on smaller screens. MegaManSam1 207 — 5y

1 answer

Log in to vote
0
Answered by 5 years ago

Use Offsets.

Ad

Answer this question