Roblox Healthbar Device GUI Scaling Problem

,

2023-08-08 15-56-49 - Trim|video

So I’ve been trying to solve this problem on roblox for many times, but usually I give up. Now, I need to figure this out. How do I make the bar fit with the background part. It looks fine in studio but when I change the devices its ruined. The sizes and positions are set to scale instead of offset so that s not the issue.

3 Likes

You could move the bar UI to be a child of the base, so that way it would scale with the base UI instead of with the screen.

2 Likes

nope! that didnt work unfortunately

1 Like

What are the size properties set to on the UI objects?

I think I’ve figured out how to keep the UI scaled. If you use a plugin such as AutoScale Lite, you can add Aspect Constraint Ratios to your UI. In this case, it will keep the size of the base frame the same across all devices, which should eliminate the goofy bar thing.