GitHub

Reuvi/AI-Enemy-Shooter

An enemy NPC shooter for Roblox. Drop it into your place and the NPC will navigate the map and fire projectiles at players, using Roblox pathfinding and simple, configurable combat logic. (Core game ...
GitHub

Lua 3D A* Pathfinding

This is a custom pathfinding module for Roblox (Lua) that generates walkable nodes for characters within a defined area. It uses a modified A* algorithm to calculate the nodes. It is designed for use ...