I looked throughout here and scripting helpers, but I could not find a solution.
How do I make a circular progression bar?
If it uses a sprite sheet, how do I use a sprite sheet?
Like, circle loading bars, not the rectangle bars
daslick
(daslick)
July 21, 2020, 12:39am
#4
Found something on the forum that can relate to this. Should work out for ya.
Addendum: I’ve created a test place that shows how you can do this using current features we have available. It’s pretty clunky, but it is possible. It only requires two textures: One full circle for the background, and one full circle for the progress bar itself.
CircularProgressBar.rbxl (16.5 KB)
[image]
Edit (July 2021): There’s a better way to do this now, using UIGradient, which doesn’t have aliasing or pixel rounding artifacts.
2 Likes