Overview
This is a high-performance, chunk-based minimap for Roblox that dynamically loads only the relevant sections of the world around the player, reducing performance costs. It fully supports multiplayer and displays every player’s headshot and display name in real time, accurately reflecting their in-game position.
Generation Showcase:
Optimisation
This minimap is designed to scale efficiently by loading only the relevant chunks around the player instead of the entire map. It updates dynamically as players move through the world, ensuring smooth performance even in multiplayer environments.
Zooming
The minimap smoothly scales when hovered over, providing a clearer, broader view of the map.
Player Representation
Each player is represented with their in-game headshot and display name, which update in real time according to their character’s position.
World Synchronisation
It’s fully synced with the world, so any terrain or part added or removed is reflected on the minimap immediately.

