Minimap System
A modern and fully scripted minimap system designed for Roblox games.This system provides a clean UI, waypoint navigation and guide arrows that lead players to their destination.
The minimap can expand into a full map overview and is fully configurable through a simple config file.
Perfect for open world games, city games, adventure games and any project that requires player navigation.
Features
• Modern minimap interface• Expandable map view (toggle with a key)
• Waypoint system (click on map to set destination)
• Guide arrows that lead players to the waypoint
• Player markers for yourself and other players
• Optional player names
• World destination marker
• Fully configurable through config file
• Smooth UI animations
• Optimized viewport rendering
• Only renders parts inside a specific folder (performance friendly)
Waypoint Navigation
Players can easily navigate the map using the built-in waypoint system.Open the map and click anywhere to place a destination.
Once the map is closed, guide arrows will appear in front of the player and lead them directly to the waypoint.
This works similar to navigation systems found in racing games.
Easy Setup
The system is very simple to install.- Place MinimapSystem into ReplicatedStorage
- Place MinimapUI into StarterGui
- Create or import the MinimapParts folder inside Workspace
Highly Configurable
Almost everything can be customized through the configuration file:• Map size
• Camera height
• UI colors
• Player icons
• Waypoint icons
• Guide arrows
• Marker sizes
• Toggle keys
• Animation settings
You can easily replace all icons with your own assets.
Performance Friendly
The system is designed to work efficiently even in larger games.Only parts inside the MinimapParts folder are rendered inside the minimap, which keeps the system lightweight and optimized.
Use Cases
This system works great for:• Open world games
• City / town games
• Adventure games
• RPG games
• Roleplay games
• Exploration games
Included
• Fully scripted minimap system• Config module for easy customization
• Demo minimap parts
• Ready-to-use UI
• Installation guide
