Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 17 days 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 (4 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
![](https://devforum-uploads.s3.dualstack.us-east-2.amazonaws.com/uploads/original/4X/0/7/9/079f2967c6063a0052eb4809633b1d1e498a345a.png)
![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/Zeref-Z/RBLX-SimplePath/docs.yml?branch=main&label=docs&style=plastic)
![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/Zeref-Z/rblx-simplepath?sort=semver&style=plastic)
![GitHub](https://img.shields.io/github/license/Zeref-Z/rblx-simplepath?style=plastic)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:**