https://github.com/grayzcale/simplepath
SimplePath is an open-source pathfinding module that gives you the ability to quickly create a pathfinding script for humanoids and non-humanoids with just a few lines of code.
https://github.com/grayzcale/simplepath
pathfinding roblox
Last synced: 3 months ago
JSON representation
SimplePath is an open-source pathfinding module that gives you the ability to quickly create a pathfinding script for humanoids and non-humanoids with just a few lines of code.
- Host: GitHub
- URL: https://github.com/grayzcale/simplepath
- Owner: grayzcale
- License: mit
- Created: 2021-04-29T18:39:05.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-11-03T10:18:03.000Z (over 1 year ago)
- Last Synced: 2024-09-26T01:54:51.741Z (7 months ago)
- Topics: pathfinding, roblox
- Language: Lua
- Homepage: https://grayzcale.github.io/simplepath/
- Size: 3.07 MB
- Stars: 38
- Watchers: 3
- Forks: 14
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-roblox - SimplePath
- awesome-roblox - SimplePath
README



SimplePath is an open-source pathfinding module that gives you the ability to quickly create a pathfinding script for humanoids and non-humanoids with just a few lines of code. Pathfinding is done using [Roblox's PathfindingService](https://developer.roblox.com/en-us/api-reference/class/PathfindingService). To get started with using SimplePath visit [Getting Started](https://zeref-z.github.io/RBLX-SimplePath/guides/getting-started/).
**Installation:**
Get the SimplePath modulescript from [Roblox](https://www.roblox.com/library/6744337775/SimplePath-Pathfinding-Module) or get the [latest release](https://github.com/Zeref-Z/RBLX-SimplePath/releases) from GitHub.
**Other Links:**