Issue With Sizing

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:
image


On Phone:
image

2 Likes

Did you move the numbers of the size to the left?

1 Like

Sorry but what do you mean by that?

1 Like

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
image

1 Like

The phone gui uses Scale but that still happens, I don’t know why.

1 Like

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.

1 Like

Okay thank you for the help, I’ll do that.

1 Like

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.

1 Like

Alright, I will use that instead, thank you.

1 Like