Roblox GUI Direction Between Points

Is there a way to make minimap has direction from a point to point like google maps?

image

Maybe you could get the waypoints from the pathfinding service, then recreate the path on your GUI

1 Like

So i use pathfinding service and done it but how to implement it on GUI so it can make the line?

So i use like for i, waypoint in ipairs Waypoints …… , i get waypoints by using Pathfinding Service but how to implement it on GUI? Like making the line?

Not sure, I never messed around with something like that