The problem is that the bar that is the progress is outside of the actual UI
2 Likes
My solution for this has been to use a CanvasGroup whenever I need to use ClipsDescendents with a UICorner.
For some reason, ClipsDescendents ignores UICorners on frames.
3 Likes
what is the Canvas group? is it a roblox instance or do I need to make a custom shape in a photo editor
1 Like
It is a ROBLOX instance that operates similar to a frame. I don’t remember the specific differences but it’s the only way I have found to make things with UICorners properly clip their descendents. You can read more about it here if you have any questions!
4 Likes
Thank you! You fixed my years of issues
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.