AIEngine is an AI framework written in Luau, used to create AIs and build upon them. It allows developers to easily manage their AI systems within AIEngine.
Get the AIEngine module in Releases or the Roblox Library
To build the module to a binary (.rbxm) or an xml (.rbxmx) model, you need to have the latest version of rojo installed.
# Binary
rojo build --output AIEngine.rbxm export.project.json
# XML
rojo build --output AIEngine.rbxmx export.project.jsonNone, yet. The module is type annotated.
You can look at the examples for a general idea on how to use or the use case of AIEngine
