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

Why Does My Screen Gui? (Text Box) Not be The Same Scale On All Screens (Read Desc)

Asked by 4 years ago
Edited 4 years ago

I Posted It Here Because I Can't Post On The ROBLOX Dev Forums.

So I Have A Screen UI And It Wont Stay The Same Scale On All Screens. The Offset Of The Pos And Size Are All 0.

Now I Tried Using This Plugin https://web.roblox.com/library/1496745047/AutoScale-Lite But Its Does Not Work Idk Why I Follow All The Instructions For Use. I've Even Checked The Dev Forum. Anyone Know Another Auto Scalers Or How To Fix This Problem Even By A Script.

A Script, Plugin Or A Way Will Help,

Thanks

3 answers

Log in to vote
0
Answered by
imKirda 4491 Moderation Voter Community Moderator
4 years ago

I don't know 100% what do you mean sorry but i think you mean that on mobile the gui is way too big yea? If so then in properties of a label and frame, when you set size, instead of setting the size to {0,100,0,200} set it to this: {0.5, 0, 0.5, 0} now just resize it how you want by dragging it and you are done, it will have the same size on pc and mobile, you will have to do it on every instance tho. Hope i understood you right.

0
I did that the offset is 0 and the scale is e.g. 100 Christopher_magical 9 — 4y
Ad
Log in to vote
0
Answered by 4 years ago

I'm using a plugin that you can use to change the gui to control the screen size:

https://www.roblox.com/library/804263305/Constraint-Editor

if my answer helped you, don't forget to mark it as accepted;)

Log in to vote
0
Answered by
AAzterr 27
4 years ago

There are some neat threads on the Dev Forum that talk about the differences between Scale and Offset sizing if you want to know about these. For the solution, I use this plugin by ZacBytes that can convert Offsets to Scale. (which makes the sizes consistent)

https://www.roblox.com/library/1496745047/AutoScale-Lite

Answer this question