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

sync with screen? [closed]

Asked by 6 years ago
Edited 6 years ago

I have a screengui im trying to sync [closed[

0
I'm not completely sure on what you're trying to accomplish, but if it's what I think it is, you need to use Offset. lunatic5 409 — 6y
0
Isn't that a solution instead of a problem to make it fit within the screen? hipenguinflip 30 — 6y
0
This is Scripting Helpers not Gui Helpers. Post this in the Commons subforum, located in the forums. User#24403 69 — 6y
0
I'm only looking for an equation and people have posted these kinds of questions before. DeathGunner132 120 — 6y
View all comments (2 more)
0
This is a really hard-to-explain question. DeathGunner132 120 — 6y
0
This isn't really a scripting questions but you have to use offset. Try to read this: https://www.robloxdev.com/articles/Intro-to-GUIs kees31ALT 5 — 6y

1 answer

Log in to vote
0
Answered by 6 years ago
Edited 6 years ago

This isn't really a scripting questions, but you should use offset instead of the scale property.

Offset uses the % of your screen. So something that is 100% (1 offset) means that it fits the whole screen always. so 1 offset x and 1 offset y should fit the whole screen.

More information: https://www.robloxdev.com/articles/Intro-to-GUIs

Ad

Answer this question