UICorner progress bar?

I really want to make a progress bar similar to Bloxburg’s
image
image
image

I don’t know how they did it since clipdescendants doesnt work on images/circular ui stuff.
Now, before you comment “search for it”, I already did. The problem is, is that for example, in this post, they’re working with images, and I’m using UICorner.

(and also because I’m not that good at ui design and don’t know how to do this.)
Really annoying that clipdescendants doesnt work with uicorner, and I’ve just been sticking with squares.

1 Like

The Community Tutorial was made back in 2019. I don’t think UICorners were a thing back then.

UICorners should do the job. You just add a UICorner to the Frame, TextLabel, or TextButton you are wanting to give a round edge to. You can alter the UICorner properties to suit your game.

Can you clarify on what you mean by that? I have 2 frames with ui corner on. the parent frame “money” has clip descendants on. Stuff like this happens
image
image
heres the setup
image

1 Like

Is this image with Clip Descendants on?

image

If so, yes the UICorner will display like that. I am not really to sure on how to fix that or if there is a way to fix that.

1 Like

Yep. Both images have clip descendants turned on.

Could you show me how it displays when Clip Descendants is off?

It’s like this with clip descendants turned off.

image
image

Yep. Sadly, the bottom image, I don’t have a solution to fix that as I don’t know much like a UI Designer. But UICorner is what makes edges round.

2 Likes

Does this GUI ever have UICorner? I see here only 2 images, 1 with white round corners and fully transparent middle part, and another one is something like “inner” filling, which is affected by Frame with ClipsDescendants.

Wait some time and I’ll send screenshot about what I mean.

What do you mean? Yes it does have ui corner. heres the explorer:

image

“money” has clip descendants and “bar” is just a frame with uicorner as the “filling” of the bar
I’m trying to achieve something like this that bloxburg has
image

image
image
Outline Image ID:
http://www.roblox.com/asset/?id=382958991
Inner Image ID:
http://www.roblox.com/asset/?id=548615342
Also, there I used 9 Slice editor.

2 Likes

canvas groups
rounded loading bar.rbxl (39.3 KB)

4 Likes