Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 8 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.

Awesome Lists containing this project

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:**

- Documentation/Examples
- DevForum
- Roblox