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
Ingame:
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
Ingame:
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,
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”)
UITest.rbxm (17.4 KB)
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
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.