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
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.
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;)
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