Your First Chat

Once the plugin is installed and connected, sending your first message takes seconds. This page walks through what happens between hitting Send and seeing the result in Studio.

Where to chat

Open revix.tech and sign in. The dashboard is your main workspace. The chat input sits at the bottom of the screen and your conversation history lives in the sidebar.

You can keep Roblox Studio open in another window. The plugin syncs in the background so Revix always has a fresh view of your place.

How a turn works

When you send a message, Revix does four things in order:

  • Plans the change and writes a short checklist of the steps it will take
  • Reads the relevant scripts and instances from the synced services
  • Edits scripts or creates instances using its tools
  • Shows the result live in your open Studio session

For multi-step requests, the checklist updates in real time as each step completes. You will see items tick off one by one in the chat.

A sample first prompt

Try something small to get a feel for the loop. Send:

text
Create a Part in Workspace that prints "touched" when a player touches it.

Revix will plan two steps (create the Part, attach a server script with a Touched handler), apply both, and report back when the part is sitting in your Workspace. Hit play in Studio and walk into it to confirm.

A few more starter prompts

  • Show me every script in ServerScriptService
  • Add a leaderstats script that gives every joining player a Coins value starting at 0
  • Change the color of Workspace.SpawnLocation to bright red

The full menu lives on Example Prompts.

When credits get deducted

A credit charge happens when the AI responds, not when you send. If a turn errors out before the assistant produces a reply, you are not charged. The exact cost depends on response length and tool use. See How Credits Work for the breakdown.

Undo is your friend

Every edit Revix makes lands in Studio as a normal change. Ctrl+Z (or Cmd+Z on macOS) inside Studio reverts the last edit, just like any manual change. You can keep undoing through a multi-step turn until you are back where you started.

Saving the place in Studio commits Revix's edits permanently. Undo before saving if you change your mind.

Troubleshooting

If you send a message and nothing seems to happen in Studio, the plugin is most likely disconnected or HTTP Requests are disabled. See the Troubleshooting Hub or jump to Fix Plugin Not Connecting.