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.