PathFinding fails to work

I don’t think the pathfinding script in Character Pathfinding works.

I created a blank game, pasted the code in StarterPlayerScripts and ran it. Nothing happened. Is there something else that is needed to be done or is the process deprecated?

Pathfinding is for NPC’s… it isn’t meant for your character to find its own path.

Could you post the script and any other information about what you’re doing (the character you’re using etc.)?

@RMofSBI You’re wrong. You can use pathfinding on anything that Roblox understands to be a character.

1 Like

You are right, let me be more clear then… you cant just paste the code into a blank space and expect it to pathfind… you need to create the destination and define the variables within the script.

1 Like