How to properly clip UI

I am trying to make an XP “ball”, where the ui slowly reveals the image below using tweens. However, I have encountered an issue. When I try to scale the ui from the top, the image inside moves down along with it. Does anyone have any solutions?
Here is a visual if you want it:
Desired effect:
image
roblox’s interpritation:
image

You can solve this by using anchor points:

The image label inside the clipping frame should have its anchor point set to (0, 1) and then repositioned accordingly.

1 Like

Yes, this did work. Thank you for your help!

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.