Hello i have an NPC script and it doesnt work with my door which has a PathfindingModifier. Instead of generating a path through the door, it just gives enum.nopath
I just tested one of my AI’s and placed it into a similar environment as yours. Everything seemed to work perfectly normal. It might be something else that is obstructing the path. Try deleting the door and testing to see if that works. If not then it might be a problem with the way you set things up such as setting the AgentRadius to be too large. If you’ve triple checked everything and the problem is still consistent, then I have no solution for you.