Hello! I am currently working on a circular GUI that works similarly to a progress or health bar. The problem is I can’t figure out how to get it to work the way I need it to work.
When the player has 100% health, the circle should be filled, but when they have 25%, 50%, 1%, 0%, etc. it should be filled respectively. (example below)
So far I’ve tried using some ClipDescendants tricks, and I’ve tried uploading one pixel row and cloning that and rotating it, but I’m not too well-versed in CFraming/positioning with GUIs. I’m not sure what else I can do do. If anyone has any ideas, I’d love to hear them! Thank you!