I wanna make a map but i don't know how

Hey Developers,
I’ve tried to make a map but i don’t know how to know where the buildings are placed and everything and I don’t know how to recreate the map in a GUI.

You can make a loop that looks for every object near the player, then get their position and size, convert those to pixels and make the map move with the player. Make sure to set the map’s frame ClipDescendants propety to true, or the objects are gonna cover the rest of the screen

1 Like