ClipDescendants does not respect UICorner

Reproduction Steps

Make a frame, and add a UICorner to it with a large radius, and enable ClipsDescendants. Now, make a large image or frame inside of that frame.

Expected Behavior

It respects UICorner, and will have the corner applied.

Actual Behavior

It does not respect the UICorner, and will instead not apply it.

image

Issue Area: Engine
Issue Type: Display
Impact: High
Frequency: Constantly

4 Likes

UICorner will only impact the GuiObject it’s attached to. This is intended behaviour, and has been like this since release.

I believe what you’re looking for is CanvasGroup, as this instance provides exactly what you’re looking for (and was designed for this purpose as well).

9 Likes

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