@rbxts/simple-path
v1.0.1
Published
A typed port of grayzcale's simple path!
Readme

A typed version of SimplePath, 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.
Installation
(This can be replaced with any package manager!)
$ npm i @rbxts/simplepathExample
import SimplePath from "@rbxts/simplepath"
import {Workspace} from "@rbxts/services"
const Path = new SimplePath(Workspace.WaitForChild("Dummy"))
Path.Run(Workspace.WaitForChild("Goal"))
Other Links
- Documentation/Examples
- DevForum
- Roblox
