Hello, recently for the couple of days i am making a menu screen for a game with a horror theme that has not been released yet and i made the gui’s compatible for mobile & PC users, but the issue i have here it is with tablet users, because when tablet users join my game they automaticly get the mobile fitted gui system and it looks awfull like these photos below. How can i make a specefic script for tablet users or how do i make a “Choose a Device” system? i am a bit in a struggle here and i want it to be done on the 6th of february , not in a hurry but i want a scedule in developing.
Also: if you want to see/test it for yourself here: menu system - Roblox
Is your sizing using the first number or the second?
In sizing for each frame, you should see a number like this: [0,100] [0,100]
The first number in each bracket is scale, which will scale the UI depending on the device. If you don’t use this already, this should fix the issue.
If it doesn’t work, try using some scaling plugins.
You can test using the in built mobile viewer in studio.
Yes, but if i change the scale it wouldn’t look good on mobile, i just need something specefic for each sort of devices. Plus scaling plugins don’t work for me because if i am trying to fit the gui for tablet it will break the mobile version, i need a different solution.
I recommend using the GUI Scaler plugin. This makes sure that the GUI looks almost the same on all screens. GUI Scaler - Roblox
i tried it with GUI scaler, but it didn’t work, i selected the GUI part but nothing showed up.