I’m currently facing an issue, that if ImageLabel’s inside of a ScrollingFrame’s value is set to anything except 0, they appear out of frame? It’s very weird.
It’s really irritating and I was wondering if anyone knew how to fix this bug if there even is a fix, I attached some demonstrations below. Thanks.
Sadly rotation does not work with ClipsDescendants., however you can fix this by using a CanvasGroup instead. Just replace the frame that has ClipsDescendants with that.
Damn, that sucks. I’m fairly new to UI so do you mind giving an example of how CanvasGroup works/how I would use it in this instance? I’ve never heard of it before.
It functions almost the same as normal frames however they render everything on them as an image, thus they function like ClipsDescendants objects but they don’t bleed over the edges and cannot bleed over the edges.