im22IoI
(imxx)
April 8, 2024, 7:52pm
#1
I am currently making a driving/heists game. I made this minimap today. Thought I’d share it here. What do you guys think?
27 Likes
Clxzed
(Clxzed)
April 8, 2024, 8:10pm
#2
May I ask how you achieved that?
4 Likes
TucsonGuy
(TucsonGuy)
April 8, 2024, 8:39pm
#3
That’s so fire. You are very talented.
4 Likes
This minimap looks GREAT! Nice job on it!
3 Likes
Awesome, everything is soo Clean. Love it!
2 Likes
im22IoI
(imxx)
April 8, 2024, 10:40pm
#6
I used ViewportFrames for this minimap, then updating the Camera CFrame every frame of where the player position is.
I did this because using an image of the map on big maps wouldn’t be a great idea considering it’d look very pixelated
So I also basically can add 3D buildings to this minimap if I wanted to do so
10 Likes
Dorthsky
(askaye)
April 8, 2024, 11:51pm
#7
Damnnnn, that is nice.
So is it just a bunch of smaller map tiles or do you have frames for buildings to keep it that sharp?
Also, how did you do the radial bars for the health an stamina above it?
1 Like
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
very well done, there’s nothing more to it.
1 Like