In my game I am trying to make a battle gui like in PBB, however when I change to a different screen, it just messes up. I already have used scale for everything and ui aspect constraints, but it still messes up,
pls help me someone.
1 Like
Use this plugin: AutoScale Lite - Roblox
1 Like
This is because the UIs are not scaled. There is a difference between Scale and Offset. Scale means that the proportions scale to the devices screen size.
As previously linked, this plugin makes it easy to auto scale the frames without having to manually match the size. To do this, select the frame and click ‘Scale’ for the Size and Position. That should fix the issues.
To ensure it has worked, look in the properties of the frame and ensure that the sizing and positioning is in Scale not Offset.