Are canvas groups broken for anyone else? (SOLVED)

I didn’t find any reports for this, so I want to know if this issue is happening for me only

canvas groups used to work normally but now they stopped working properly
they should clip frames even when they have UiCorner

but they are working like a normal frame with ClipDescendant turned on
{2DA7C7ED-F862-46D7-9123-DFE92DD4D8BD}

{71253BD4-0984-4ABE-9B52-1EB01A16D886}

now it does work properly “sometimes” and then stops working properly

2 Likes

This occurs when device runs out of memory (Or roblox thinks it did so). Only way to solve this is either buy better machine, or go from CanvasGroup to regular Frame.

2 Likes

I have 45% of memory empty

regular frame doesn’t clip descendants well if it has a Ui corner an example is a loading screen that has a bevel it will make it look very bad
{417539E2-A416-42AF-8856-37AF21CF76EF}

Canvas groups SHOULDN’T be used for such simple things. In your case, to remove such unwanted results, go with UIGradient and UICorner in single Frame object.

It’s Roblox.
MemoryLeft = CurrentMemory-math.random(0, 100)

1 Like

that isn’t my case that is just an example
also, its fine to use it for simple things as I did that before and there were no performance problems

it’s using 2.3gbs that shouldnot make it reduce the quality

Fixed this by setting the ZindexBehavior of ScreenGui to sibling
{CD999B83-CBB4-4757-876D-CD0492BC57C9}

1 Like