How do you create something like this;
So that the UI goes down, but in a circular way
What UI would I use? D:
How do you create something like this;
So that the UI goes down, but in a circular way
What UI would I use? D:
there are already posts on this. search the devforum. also, idk man just tellin ya
Looks like a sprite sheet. Especially given how low res it looks.
so var show search for “how to make jailbreak ui” in devforum?
no man its like da jailbreak gui when you’re arresting someone, the ui seems “lerp”
jailbreak ui?? no, there are already posts on making a circle fill up over time.
Yeah, so it just rotates from 0 to 1? That would be a bunch of frames on a spite sheet. You just clamp the completion to the closest frame.
he wants SOMETHING like that. right?
idk maybe a run service loop to change the rotation or something like dat?
oh ye my bad, sorry, so, why dont you havent sent this before?
Making any circular progression icons is impossible on Roblox without sprites. This is because you’d have to code it per-pixel, which is impossible in Roblox with a decent performance.
no dude he wants something like jailbreak when you’re arresting someone and not like windows 8 loading thing
i KNOW That. im just saying there are other topics on this, and he should search before posting
The example there would definitelly be possible as those are just dots moving very fast (though windows also uses sprites for most of their animated UI elements). That wouldn’t be applicable here though as this is a smooth circle. You’d need some kind of an alpha mask, which isn’t available on Roblox.
yeah, wow, you know a lot about animating things dude!