How do I make a NPC be able to Pathfind even when it's on an elevation?

  1. What do you want to achieve?
    I want to make my NPC be able to go down from elevations.

  2. What is the issue?
    It stays stuck there and does nothing, unless the elevation is 1 stud high.

  3. What solutions have you tried so far?
    I tried changing the AgentHeight, but it doesn’t work. I tried to make a system that teleports the NPC, but that’s not good enough.
    Although I thought about making the paths myself instead of generating a new one every time, so I think if there will be no good solution I’ll stick to that.

I’m making a monster named Melpomene for my horror game.
I made it so it will Pathfind to a random point inside the map, and it works well.
The problem though, is if he gets stuck on an elevation he will stay there until he notices a player and decides to chase them.
image

I’ve searched far and wide, but no answer was given.
This is something pretty critical to my game, and I need it to be fixed somehow.

How can I make it so my NPC will be able to Pathfind from an elevation?
Is there another fix to it?

Thanks for reading :slight_smile:

1 Like