How To Make A Working Mini Map

So, in this guide I’ll be teaching you how to make a working mini map.
Basically, people have been saying that a mini map that shows you where all players are is impossible, so I wanted to prove them wrong. This mini map DOES track where all players are if repeated all around the map. Let’s start with a materials list.
Materials:
1+ Counters
1+ Zone
1+ Wire Repeater
1+ Trigger
1+ Property

Making The Map

So, first you need to make all the details in your map. The make a miniature version of it. Like This:


Add Something on one of the terrain pieces (This will be your player indicator).
Screenshot 2024-12-13 6.16.48 PM
Next you need to add some devices.
P.S. You don’t need the buttons, Counters, or other devices in the picture. Those were there for unimportant reasons.

Device Settings

Now add a counter and set its setting to this:



The channel names don’t matter.
Then create a property and make these settings:

Again the name doesn’t matter. The counter should update the property.
Next add a zone where you want the player to be seen on the map, then set its settings to this:


Next add a trigger. Don’t mess with the settings besides making sure it’s hidden and people can’t trigger it by stepping on it.
Then set the player indicator or indicators to these settings (This is text settings. Basically the same from everything):
Screenshot 2024-12-14 6.52.36 PM
Now you need to add some code.

Trigger Code

Set triggers code to this (Property name a channel name doesn’t matter):
Screenshot 2024-12-14 7.02.26 PM
Now, finally we need some wires.

Wires

Here are all the wires:
Player Enters Zone - Increment Counter
Wire Repeater Receives Pulse - Decrement Counter
Player Leaves Zone - Give Wire A Pulse
Player Leaves Zone - Trigger

Well, I hope you find this guide helpful. It took me a while to make! Rate how easy or hard it was down below:

  • 1/10 (Easy) :green_square:
  • 2/10 (Kinda Easy) :green_square:
  • 3/10 (Not Very Easy) :green_square:
  • 4/10 (Easier Than Medium) :green_square:
  • 5/10 (Medium Hard) :yellow_square:
  • 6/10 (Easier Than Hard) :yellow_square:
  • 7/10 (Kinda Hard) :yellow_square:
  • 8/10 (Confusing) :red_square:
  • 9/10 (Hard) :red_square:
  • 10/10 (Very Hard) :red_square:
  • 11/10 (Mind Boggling) :black_large_square:
0 voters
1 Like

Good Job!
Though you should try to make a explanation, and an overview of what this is.

Keep up the good work!

Got it. Added an overview.

Wait, does this track ALL players, and show where they are?

Nice! Great guide.

Great guide! But this has been made before (i know because i made it)

And some other times

It tracks all players, yes.