Roblox AI Agent Module

Read our Getting Started Guide Getting Started for how to integration the ReadyGamer API via our Roblox AI Agent Module in Roblox Studio!

AIAgentModule is a modular system for Roblox games designed to integrate LLM AI Agents into Roblox experiences. It provides a structured way to create and manage AI-driven NPCs within Roblox.

You get started by creating an AIAgent object, giving it a predefined LLM AIAgent, then assigning to it an avatar in Roblox. While the experience is running, the game can provide the LLM AIAgent with the current game state and then query it for a response. The developer can then do whatever he wants with the response.

Read more > Getting Started

Last updated