UI not fiting in game

,

I’m having a problem with ui resizing
I’ve tried to resize the ui several times but it’s no use…

How it looks in Studio
image

Ingame:
image

1 Like

Are you using UI offset or scale?

i’m actually using UI Offset (30 chaaars)

Id try putting the two buttons into a frame together, and setting their position to scale,

  • buttonsContainer
    • Shop Button
    • Stats Button

Shop button Position (0,0,0.5,0) - Left and vertically centered
Stats button Position (1,0,0.5,0) - Right and vertically centered

You need to set the anchor points also:

Shop button Anchor Point (0,0.5) - Left and vertically centered
Stats button Anchor Point (1,0.5) - Right and vertically centered

You should make the frame size whatever the width of the money and the other frame is. Or, you could make one frame to contain all four elements.

(I am calling the --/-- label “ExperienceLevel”)

  • rightContainer
    • ExperienceLevel
    • CurrencyAmount
    • buttonsContainer
      • Shop Button
      • Stats Button
    • UIListLayout


Screenshot 2023-08-29 at 10.13.39 PM

UITest.rbxm (17.4 KB)

1 Like

You can actually use a plugin to automatically convert offset to scale
I’ll leave the devforum post here: [Plugin] AutoScale Lite for GUIs - Scale your UI

1 Like

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