I have a pathfinding script that works, but every time there is a humanoid in the way, it tries to go through it and doesn’t even bother trying to go around it. The pathfinding doesn’t detect the humanoid. I want to know how can I make it where the pathfinding detects the humanoids and makes a path to go around it?
1 Like
If you share your script it will help diagnose the issue. Don’t forget to enclose it in the 3 ticks for readability
It isn’t about the script. The pathfinding itself the Roblox inputs is. Roblox’s pathfinding can’t see humanoids, so im wondering how you can avoid them.
1 Like