Hi, I can't find any tutorials or any helpful information that teaches or shows how to make a simple minimap that displays objects on the Frame Width and Height. Afterall, a minimap that deals with Virtual Width and Height are extremely easy to do (and there's only tutorials that show how to do them), but sadly its not what i'm looking for, since I'm searching for a minimap that correctly displays the player's position (such as at the center of the minimap when the player's position isn't near the corners of the frame, and then at the corner of the minimap when the player reaches a corner of the frame), while at the same time showing objects that are only visible in the screen.
I'm well aware this is rather difficult to do, but I'd really appreciate an easy example or a tutorial on how to be able to do this.