How would I make a custom loading bar, using ClipsDescendants?

So, I’ve tried ClipsDescendants, but I just can’t get it to work. Here it is:

1 Like

This is similar to the Bubble Gum simulator loading screen.
Normally, this should work but for some reason it isn’t.

I’ve even tried multiple tutorial things that talk about ClipsDescendants like this, it was posted in January so I do not think it is broken, but now it does not work.

No need to bump your post with new replies.


Make sure the clipping Gui is a child of the logo, and make sure the logo uses offset and the clipping uses scale. Then, you would use TweenService to smoothly load the colours in.

2 Likes

ClipsDescendants constrains elements of a child object to a parent object, not to the image. It works but you aren’t using it the right way. If you want to approach this in the style that Bubble Gum Simulator does, check out the following post:

You should also search before posting threads, because a five second search could’ve found you the thread you were looking for. Always do this first in case your question is a duplicate of something else.

2 Likes

Could you please explain more? I do not understand.
Do you have an rbxl place file?

Figured it out by myself! Thanks!