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).

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):

Now you need to add some code.
Trigger Code
Set triggers code to this (Property name a channel name doesn’t matter):
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)
- 2/10 (Kinda Easy)
- 3/10 (Not Very Easy)
- 4/10 (Easier Than Medium)
- 5/10 (Medium Hard)
- 6/10 (Easier Than Hard)
- 7/10 (Kinda Hard)
- 8/10 (Confusing)
- 9/10 (Hard)
- 10/10 (Very Hard)
- 11/10 (Mind Boggling)