When a GUI’s rotation is not set to default (0), It does not follow any ClipsDescendants settings. This is really annoying and ruins a lot of possibilities with effects. I’ve seen on other posts about this issue, but none have addressed a way to avoid this issue.
Either fix, or help me find a solution to rid of this problem - it’s driving me crazy!
This is not a bug, this has been the case ever since rotation on GUI objects were released, and it has been made that way due to the fact that the paradigm (convex clipping) that could accomplish this is inefficient for real-time updates to the interface compared to clipping in axis-aligned GUI objects.
No mention of the behavior under Documentation - Roblox Creator Hub either. I’m surprised it’s not documented after the number of times this has been discussed.