How would i make a gui object get cropped?

  1. What do you want to achieve?
    image

  2. What is the issue?
    I can’t figure out how to make anything similar

1 Like

I think it uses the same mechanics as a loading screen. Search up how to do those and tweak it to your specific usage.

Not 100% sure what you’re talking about here, but if your talking about how to hide/not draw UI elements exceeding the boundaries of its parent, then your probably talking about Clips Descendants.

Clips Descendants is a boolean value that, when enabled, prevents the drawing of its children that exceed the parents size. So basically how a progress bar normally works.

Documentation for ClipsDescendants