How can I script pathfinding that can fly & I can use on my plane?

What do you want to achieve?

I want to create pathfinding that works in the air and I can use on my plane. I would want it to use the functions in the plane such as banking.

What is the issue?

The built-in Roblox pathfinding works only on the ground and doesn’t work in the air.

What solutions have you tried so far?

I tried searching a lot on the internet but reached nothing so far. All what I came across was systems like A* pathfinding which I don’t know how to use or code to work in the air as 3D space.

Any help is appreciated!

1 Like

You’re going to need to make your own pathfinding system for this. Roblox Pathfinding is specifically for humanoids on the ground. Your requirements are too different.
Perhaps you could try adding a giant platform underneath that only the plane can collide with, and have the plane pathfind on the platform.

Alright. So if I’m making my own pathfinding system, how can I do that? I’m not that old in scripting so I have no idea.

Can you please explain it more?