Player Pathfinding

Hello, I have been trying to create a pathfinding system for players to show them how to get from point a to point b, a “navigator” if you will, however the problem is whenever I try to look at some related posts or something related to the topic, I end up finding NPC pathfinding which is basically in place to function for AI’s. I tried using the pathfinding service, but every time I try to get the position of the block it says the part cannot be found, any advice or feedback as to how I should approach this problem will be greatly appreciated!

You should probably do the pathfinding same way as with NPCs, but skip the part that makes them walk. Just generate the path.

Ooh, ok that makes sense, I’ll try that out, thanks!

An explanation: for every waypoint, create a decorative part to the waypoint position.

2 Likes