My issue is that im not too experienced with UI design, and I design a UI in studio, but it looks completely different in game (in a bad way). I don’t know if theres any experienced UI designer out there that can help but that would be great!
This issue appears to be an issue with the GUI using Offset values for the Size property rather than Scale values. Offset values translate to a specific amount of pixels on the user’s screen while Scale values translate to a percentage of pixels of the user’s screen.
Hey! I see that someone else has already replied telling you what to do but i know an easier way. Just use this plugin, activate it, and scale your GUI however you feel! The great thing about this plugin is that it does the calculations for you and makes the GUI the same size for everyone on every device automatically!
in the UI elements you can see Size and Position like this {0,214},{0,543},
that an offset, you need a scale, and that is {0.1,0},{0.1,0},
first numbers of position and size, it’s scale, but first table {0,0} is X and second one is Y. Scale, sizing an element of your monitor size, offset doesn’t do it, it’s just staying like in the studio. In the script you can change it like this: