Hello, I am making a phone gui but the problem is the scaling on phone. I used Scale for everything on the phone but it stills looks like this on phone. May I know a fix to this?
On PC:
On Phone:
Hello, I am making a phone gui but the problem is the scaling on phone. I used Scale for everything on the phone but it stills looks like this on phone. May I know a fix to this?
On PC:
On Phone:
Did you move the numbers of the size to the left?
Sorry but what do you mean by that?
Thanks for the reply Exal!
The main way to fix this is removing the fact that your Ui most likely has offset, you want to switch that to scale; keep in mind scale is 100% different than offset and may take some tinkering to understand. Here is a screenshot to help you understand
The phone gui uses Scale but that still happens, I don’t know why.
That has happened to me a few times before, I don’t quite remember how I fixed it except for trying to detect a mobile platform then altering the sizes to fit the mobile screen.
Okay thank you for the help, I’ll do that.
There’s a simple plugin that you can use (Personal GUI Rescaler - Roblox) to fix this! Just select everything in the UI that you’d like to be resized to fit all platforms, head to the plugins tab, click the GUI Rescaler plugin, and boom! It should be resized to fit all platforms once that is done.
Alright, I will use that instead, thank you.