# Roblox Integration

{% hint style="info" %}
Please reach out if you would like a specific endpoint created for you to start here > [ReadyGamer API Roblox Access Request](https://forms.gle/YYsfsQLijnXJ23sdA)
{% endhint %}

{% embed url="<https://www.youtube.com/watch?v=6uo56ESEb04>" %}
Lights Out Roblox Integration
{% endembed %}

We have integrated the ReadyGamer AI Agent Framework into many Roblox games! You can find several video examples of this integration in our documentation.&#x20;

We have built the [Roblox Demo Game - Carnival AI](/build-with-sovrun/readygamer/roblox-integration/roblox-demo-game-carnival-ai.md) to demonstrate the different [AI Agent NPC's](/build-with-sovrun/readygamer/roblox-integration/ai-agent-npcs.md) and showcase how our [Roblox AI Agent Module](/build-with-sovrun/readygamer/roblox-integration/roblox-ai-agent-module.md) really works!&#x20;

### The Benefits of ReadyGamer Roblox Integration

| 🧭 Autonomous Navigation    | Agents move and interact without hardcoding every step                                                                                                                                |
| --------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| 🗨️ Intelligent Interaction | NPCs give personalized responses or quests                                                                                                                                            |
| 🎮 Live Game Awareness      | AI adapts based on player behavior (e.g.  give players quests if they are idle, gives them rewards if they are playing for long duration, dynamic upselling of in game items bundles) |
| 🔌 Plug & Play Modules      | Developers don’t need to reinvent AI—they just plug in agent behavior                                                                                                                 |

### How does it work?

<figure><img src="/files/7WJIJ4qHZQyxpBMbB75f" alt=""><figcaption></figcaption></figure>

### Roblox API Integration

<figure><img src="/files/TyZ6VFwSKzofzSXGcexH" alt=""><figcaption></figcaption></figure>

{% embed url="<https://www.youtube.com/watch?v=XSdE4SrRYlY>" %}
ReadyGamer - AI Agent API Integration with Westport
{% endembed %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.sovrun.org/build-with-sovrun/readygamer/roblox-integration.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
