> For the complete documentation index, see [llms.txt](https://docs.convai.com/api-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.convai.com/api-docs/zh/cha-jian-yu-ji-cheng/other-integrations/roblox.md).

# Roblox

## 概述

Roblox 是由 Roblox Corporation 开发的在线游戏平台和游戏创作系统，允许用户编写游戏程序，并游玩由其他用户创建的游戏。这为开发带有智能 AI 驱动 NPC 的游戏提供了一个绝佳的平台，玩家可以与这些 NPC 互动，并体验一种全新的故事推进或整体玩法方式。

<figure><img src="/files/9643bffb070966a2341e3099a89e120b03b5bb12" alt=""><figcaption></figcaption></figure>

## 限制

Roblox 环境不支持许多充分发挥角色 API 端点能力所必需的重要功能。

{% hint style="warning" %}
Roblox 不允许创建音频文件
{% endhint %}

由于没有便捷的方法在游戏中创建音频文件并播放它，我们无法使用 Convai 返回的音频响应。

{% hint style="info" %}
Roblox 不允许访问麦克风
{% endhint %}

我们无法录制用户的音频并将其直接传递到服务器进行处理并生成响应。我们只能通过请求体发送文本数据，并且只能从响应中接收和显示文本数据。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.convai.com/api-docs/zh/cha-jian-yu-ji-cheng/other-integrations/roblox.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.
