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

Why does my gui look different on my friend's screen?

Asked by 1 year ago
Edited 1 year ago

Me and my friend are making a game together, and on his screen all the gui is positioned differently than how its positioned on my screen. Why?

How can I make the gui positioned correctly, or atleast look not ugly

0
Different screen resolutions and aspect rations will change the position of the GUI. If you were to test your GUI on a monitor with the same resolution and aspect ratio, you would see the same thing as you programmed. b2lego 30 — 1y
0
Get one of those plugins that converts GUI size to Scale virushunter9 943 — 1y

2 answers

Log in to vote
0
Answered by 1 year ago

This is because your GUIs are scaled and positioned with offset, and not scale. Basically offset just moves/scales something by however many pixels. Scale is a percentage of your screen size. There are a few plugins made for converting offset to scale.

Ad
Log in to vote
0
Answered by 1 year ago

it is most likely different screen size (like 4k 1080p you know), there are plugins made to help with this like https://devforum.roblox.com/t/plugin-autoscale-lite-for-guis-scale-your-ui/217704

Answer this question