Functions :
SetConfiguration(table : config)
Modify a pathfinder
FindPath(Vector3 : Start, Vector3 : End)
Find a path from starting position to destination position
SmoothPath(table : path)
Make the path more shorter
Feature & Configuration:
bool : instant
bool : showNodes
bool : groundlevel
table : blacklistparts
string : dimension (2d, 2D, 3d, 3D)
int : spacing
int : timeout
Script : https://raw.githubusercontent.com/Minhseu123/Roblox/main/MinhXDPathfinder.lua
Changelogs : https://raw.githubusercontent.com/Minhseu123/Roblox/main/Changes.log
Report bugs : Issues · Minhseu123/Roblox · GitHub
12 Likes
Qinrir
(Quin)
August 3, 2022, 8:29am
#2
can you please add videos showing it in action?
5 Likes
I’m always busy sorry. Just try it, It work really fine and it also fast too
Qinrir
(Quin)
August 3, 2022, 8:32am
#4
Who isn’t busy these days? With all the tension of schools/colleges/universities opening or have opened.
But yea ok. dk why I made this longer that usual.
1 Like
hghguy
(hghguy)
August 3, 2022, 9:21am
#5
I mean, you should still add some despite you being busy.
1 Like
Minhseu123
(Minhseu123)
August 3, 2022, 11:01am
#6
I was busy. My computer is broken right now and will be fixed. I’m on my phone btw that why I can’t make video.
Just don’t bother with pathfinding scripts, SimplePath is better.
1 Like
Abcreator
(Abcreator)
August 3, 2022, 5:10pm
#8
airstriketitan:
SimplePath is better
SimplePath uses PathfindingService iirc, which is flawed in a lot of ways.
Minhseu123
(Minhseu123)
August 3, 2022, 11:55pm
#9
What is SimplePath? is it other custom pathfinding?
Minhseu123
(Minhseu123)
August 4, 2022, 12:13am
#10
My pathfinder can find path in 2D and in 3D and on the air. So I only recommend using my pathfinder for flying AI, objects :]
Why only flying if it can do all you mentioned?
I can’t seem to get this to work, it’s erroring with nodeWithLowestFCost.Position
. Apparently, nodeWithLowestFCost is nil.