of     1   

reddust1
#227952024Friday, November 24, 2017 6:52 PM GMT

I'm a little new to Lua and I'm clueless on how to make an NPC follow you but using the new Pathfinding system in Roblox, anyone know what to do? also the actual navmesh fails to go up any stairs which is another problem I cannot figure out.
reddust1
#228013704Saturday, November 25, 2017 4:10 PM GMT

bump.
ThanksRoBama
#228015706Saturday, November 25, 2017 4:30 PM GMT

As for making the navmesh generate properly, sorry there's no way to do it right. Just fiddle around with it until it works. To make something follow a path, you can do something like this: compute a path from point A to B (e.g. from an NPCs' current position to a players' current position). while there are additional nodes in the path, move to the next node in the path wait until this node has been reached There is also a real code example on the wiki: wiki.roblox.com/index.php?title=Pathfinding
reddust1
#228038987Saturday, November 25, 2017 9:15 PM GMT

Thanks for the help!
reddust1
#228091992Sunday, November 26, 2017 5:13 PM GMT

Had a little fiddle and couldn't quite get something working, anything else I could attempt? or a rough idea on what I can modify in the example you gave me to get things going?
reddust1
#228141730Monday, November 27, 2017 11:48 AM GMT

bump, still need help.

    of     1