What is the best way to make a mini-map with a red dot which indicates where a player is on the map?
2 Likes
It depends how you would like to approach it. You could use an ImageLabel to show the map, and then have a script calculate where the player is in relation to the map. Also, you could use ViewPortFrames. Using these, you could have a perfectly accurate view of the map and how it looks when viewing it in game.
Here is a tutorial: https://www.youtube.com/watch?v=KBgQwP1Z5po
Although long, you can skip through to the important parts in which he will explain what to do and how it works. If you want the red dot, you can simply put a frame, and size it to UDim2.new(0,5,0,5), or smaller, and center it on top of the ViewPortFrame.
I hope this helped!
3 Likes