Make pathfinding NPC climb trusses with PathfindingModifiers?

Hello devs, Soo I’m working on new pathfinding AI but I need it to climb some trusses, and so Is there a way for this AI to climb trusses with PathfindingModifiers?

1 Like

As far as I know, you can’t make NPCs go up trusses. You can use Luanoid to make NPCs climb stuff.

GitHub: GitHub - LPGhatguy/luanoid: Alternative to Roblox Humanoids written entirely in Lua

1 Like

You technically can but you need to move NPC from bottom of truss to top but thanks for recommendation! I will 100% try Luanoid!

No worries! Good luck developing!