Roling7
(Crib)
July 28, 2020, 10:30pm
#1
Hello! so I really like the style that they used in Jailbreak/Fortnite whenever you hold E on jailbreak it makes that white line curvy and filling it all the way to the top.
when ever you hold a bound key in fortnite:
I really want to know how I would be able to make this, support is appreciated.
Here’s Mine:
1 Like
Here’s a great module for circular sprites.
I created a web app that lets you generate radial (circular) progress indicators from any source image you give it. This is necessary because Roblox doesn’t support clipping masks for images. There are other ways to make a radial progress indicator, but nothing will match the quality of using pre-rendered images. Since UI elements are locked to integral coordinates, using dynamically rotated segments creates some pretty undesirable results .
I’m not the first one to make something like this , but…
2 Likes
As far as I can tell, there are 2 methods of doing it, and with a transparent background restriction, maybe only one.
Use images of half an arc, along with tricks to mask and rotate them at different times.
Generate a sprite sheet of a bar filling. In game, swap to the appropriate section of the sprite sheet as it fills in.
1 Like