My minimap's location is incorrect

Hello again devforum! Lately, I’ve been trying to create a relatively simple minimap that uses the image RoRender produces to display the player’s current location on the map.

At first I thought this was going to be pretty easy, but after getting some promising results I’ve hit a brick wall: it’s displaying a completely incorrect location on the map, no matter what I attempt to do.

I wish I had any idea exactly WHAT the problem is, but I just can’t. That’s why I’ve come here as a last-ditch effort to find some insight.

I’ve included the place file below, and any help would really help me out!

Uncopylocked Place
Minimap.rbxl (264.6 KB)

Seems like you might have better luck contacting the creator of that plugin.

Maybe try tracking the player’s position in a different way, say using a part that covers the entire region,
then you could calculate the position based on that part instead of doing what you’re doing now. The image seems fine.

Edit: Actually, your map’s image is upside-down, so maybe that could be the issue.