How do I put an image inside a circular frame, but hide the exterior?

I think it’s better to show you than explain it


I want to have an image inside a circular frame (I do know how to make a circular frame, but I want its outside to be hidden)

3 Likes

Probably through ClipDescendants.

1 Like

Since the frame is technically a square (even if I’m using UICorners or ImageLabels), it only cuts out of the square, not the actual circle. Any help?

1 Like

Hope this helps: https://devforum.roblox.com/t/help-with-image-clipping-via-circle-image/390962?u=maxximuspower

1 Like

I’m honestly not sure. @noblemaxx s’ suggestion could be of use.
You could maybe try making an invisible frame with ClipDescendants that crops it correctly.

This seems to work! Thank you so much!

2 Likes

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