Gui scailing on other divices

  1. What do i want to achieve?
    I want to make a backpack gui and a coin gui

  2. What is the issue?
    On phones and other divaces the two immages aren’t scailing proprely.

1 Like

try this plugin:


and this is a tutorial


tutorial but in youtube:

1 Like

Use UDim2.FromScale() instead, mainly focus on the scale instead of the offset, the scale ensures that it fits in all devices

Next time whenever you’re making a UI, just make sure to set the offset of both X and Y to 0.

Now whenever you scale your UI, it will always fit in all devices.

image

Here’s a link to a tutorial:

For now, you can use the auto scale lite plugin to convert this UI from offset to scale.

1 Like

Scale = Automatically size to any device
Offset = Will stay the same no matter what

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.