3D & 2D Pathfinder

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://github.com/Minhseu123/Roblox/blob/main/2D%20&%203D%20Pathfinder.lua

2 Likes

If any of you are wondering where this went. https://github.com/Minhseu123/Roblox/blob/main/MinhXDPathfinder.lua