I'm making a game and like every game, it has GUI. The problem is that the GUI on PC is perfectly fine but on mobile it goes off the screen. How do I solve that?
There is this helpful plugin that I use called "AutoScale GUI", basically you have to select everything in your gui and scale the size/position using the plugin, it's fairly intuitive to use. https://www.roblox.com/library/1496745047/AutoScale-GUI
You need to set the offset of the size to 0,0 for both X and Y
If you want to scale both for pc and mobile, simply set the off set property in the size option and position also to 0,0,0 (This mean you have to rescale it using the other optio (i think it is scale)) No plugin needed for this method