Help with minimap

Hello! I am trying to make a static minimap, but I have no idea how to make an arrow that follows the player on the gui. This is the map. Any tips?!

1 Like

Oooooo really nice map but try to make some buildings like try to make them the design as in the game, My Restaurant.

What I heard jailbreak did is they basically moved their map to a seperate game and had it render the image of the map using ray casting (more formally known as ray tracing, not path tracing) and seeing what the color was of the ray it hit (from a birds eye view). They then would offset the image dependent on the player position xz (if they at 0,0 the image will be centered)