im22IoI
(imxx)
April 9, 2024, 3:37pm
8
Because I am using ViewportFrame, I have to frame the building and roads manually and then put them inside the ViewportFrame, it is very simple but it could take a while on big maps and curvy roads
And for the radial bars I recommend looking into those topics:
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…
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…
2 Likes