So I’m trying to recreate the spinny wheel part of Proximity Prompt Instance. The GUI that comes up when the prompt activates has no script in it. If I want to find the script used to make the spinny thing, would it be in core scripts? If so, how do I access core scripts and what’s the script I’m looking for called?
TheSingularFungi:
spinny wheel part
Do you mean the radial progress bar?
There should be multiple methods to create one, here’s one of them:
Hello,
Recently, I made a Model which could be useful to most games. Yep, you read the Topic, it’s a Circular Progress. Simple and fast, so I decided to share it.
[Circular]
I made all necessary things for Circular Progress, such as:
Allow to change Color and Transparency of each part.
Can be used with any Decal.
Can change Circular Progress direction.
To make Circular Progress work, you only need to change percentage between 0 and 100. You can also use tween on percentage. If it is great…
Edit: or you can make your own like this:
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
Oh. Thanks so much. <3 This helps lots!