Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How can pathfindingservice not ignore cancollide objects?

Asked by
ffejyos 10
5 years ago
Edited 5 years ago

What I have is a path which I want an NPC to travel on. The only thing is PathFindingService picks the closest route possible. I want the NPC to only travel on the sidewalk.

I had a plan where I would have invisible non can collide objects that block the service from accessing areas other than the path but that does not work.

I have no clue how I would do this so any help would be appreciated.

0
If the movement was supposed to use a loop: You could set up transparent non collidable blocks which the npc can move to within 8 seconds of each other using Humanoid:MoveTo() SerpentineKing 3885 — 5y
0
I want to simply calculate a path on a specified path but I don't know how to :( ffejyos 10 — 5y

Answer this question