Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How do I use Pathfind Service?

Asked by 6 years ago

I need help with my PathfindingAI. As simple as pathfinding is, I need a method for pathfinding that supports double jumping and climbing walls. Anyone know how to do this or have an idea?

0
P.S: I just need it to show the path, not move the player.(It's to guide the player) kojocrash 0 — 6y
0
Bump kojocrash 0 — 6y

1 answer

Log in to vote
0
Answered by
Robin5D 186
6 years ago
Edited 6 years ago

http://wiki.roblox.com/index.php?title=Pathfinding

If this doesn't help you, I don't know what can

EDIT:

If we take a look at the resources ROBLOX has posted, we can see that ROBLOX does support altitude changes in the pathfinding service. https://www.youtube.com/watch?v=pQ9Mcc-5UuA at 7:15. Using a script, you could easily make some altitude and difference calculations between your AI and the wall to create some sort of double jumping action or climbing walls.

0
Did you even read what I wrote? kojocrash 0 — 6y
0
I'm pretty sure the pathfinding service provides changing in altitude and jumping, you should be able to check for this with your AI. Check the edit I've posted. Robin5D 186 — 6y
0
Actually, that's for falling down( not jumping) since the green is the start( he even says it) kojocrash 0 — 6y
0
Hmm, okay. I thought pathfinding service supported it. I'll look further. Robin5D 186 — 6y
Ad

Answer this question