Chat Basics
The Revix dashboard chat is where you talk to the AI. Ask it to build things, edit scripts, generate assets, or explore your game — it streams responses live and runs tools against your open Roblox Studio session.
What the chat does
Each message you send is handled by the Revix orchestrator. It picks the right tools (read scripts, edit scripts, create instances, generate 3D models, and so on) and reports back as it works. You see the AI's reasoning, any checklists it builds, and the result of every tool call inline.
Choosing a model
Revix offers two models:
| Model | When to use it |
|---|---|
| **Standard** | Everyday edits, quick scripts, small refactors, asset searches. Fast and cheap. |
| **Revix MAX** | Complex multi-file refactors, large gameplay systems, tricky debugging. Slower, higher quality. |
You can switch models from the dropdown above the chat input at any time. The selection applies to your next message.
Message history per plan
Your chat history is saved to your account so you can return to past conversations.
| Plan | History retained |
|---|---|
| Free | Last 20 messages |
| Pro | Last 500 messages |
| Studio | Unlimited |
Resumable generations
Long-running AI responses are resumable. If you refresh the page mid-response, navigate away, or close the tab, the agent keeps working on the server. Every tool call and token is written to an event log as it happens.
When you come back, the chat reconnects to that log and the tokens stream live again from where they left off. You don't have to babysit a long task — start it, close the tab, and check on it later.
Starting a new chat
Click New chat in the top-left of the dashboard. Your previous chat is saved to history and you get a fresh context window. Use this whenever you switch tasks — it keeps the AI focused and your history easy to scan.
Troubleshooting
- If a generation seems frozen, refresh the page — the stream will reconnect.
- If you hit your history limit, upgrade your plan or start a new chat to free up context.
- For tool-specific issues, see Editing Scripts or Searching Your Game.