ok so on my open world rpg game called R-O-B-O I want a map to show where enemys and I are on the map (i already have a map button the brings up a map just I dont know how to get it to follow my player and where the coordinates are on if that makes sense my camera world [{top is -300, bottom 300, left -400, right 400}]
I think there is a minimap example if u need that
1 Like
Hm, well the minimap example does probably help with the player coordinates thing, otherwise I’m sorry that I can’t help
1 Like
yea thinks also i cant use that because it writes on the map behind where you come from
1 Like
@JR01 or @grazer or @Samuel_Tome do any of you know how to help me
1 Like
Mini maps are pretty simple, get the X and Y of your character and use an expression to adjust for minimap size to the actual map size. Then do the same for the bots.
2 Likes
i figured it out but thanks
1 Like