How to Use Revix

Once the plugin is connected (see Setup), everything happens through the chat interface on the Revix dashboard.

The Dashboard

Open revix.tech and go to your Dashboard. You will see a chat interface. Once the plugin is connected, the AI has full access to your game's scripts and instance hierarchy.

Type a message describing what you want. The AI plans the work, reads relevant files, and applies changes live in Roblox Studio — you will see them appear in real time.

What the AI Can Do

The AI has a set of tools it uses automatically based on what you ask for. You do not need to think about which tool it uses — just describe what you want in plain English.

View Your Game Structure

The AI can see the full file tree of your game — every Script, LocalScript, and ModuleScript organized by Roblox service (ServerScriptService, StarterPlayerScripts, StarterGui, etc.). It can also see the entire instance hierarchy, including non-script objects like Parts, Frames, and Folders.

Read Scripts

The AI reads any script before editing it. It can also:

  • Read specific line ranges (useful for large files)
  • View a code outline (all functions and requires listed by line number)
  • Get quick stats (line count, function count, byte size)
  • Read multiple files at once

Create Scripts and Instances

Ask the AI to create new scripts anywhere in your game hierarchy. It can also create any Roblox instance — Parts, Frames, ScreenGuis, Folders, RemoteEvents, and more — with properties set automatically. Intermediate folders are created automatically if the path doesn't exist yet.

Edit Scripts

The AI makes changes surgically — it only modifies the exact lines that need to change using search-and-replace edits, leaving the rest of your code untouched. For bigger rewrites, it can replace the full content of a file. It can also delete scripts and rename or move them anywhere in the hierarchy.

Edit Instance Properties

The AI can read and change properties on any Roblox instance: Size, Position, Color3, Transparency, Text, Anchored, CanCollide, and more — without touching any script code. This works on parts, GUI elements, lights, sounds, and any other instance type.

Search Across Your Codebase

The AI can search all your scripts for any text or pattern. This is useful for finding all usages of a RemoteEvent, tracking down a function, or locating where a variable is set. Search supports regular expressions and can show context lines around each match.

Find Files by Name

The AI can find scripts by name pattern (e.g. "find all scripts starting with Player") without searching their contents.

Track Multi-Step Tasks

For larger tasks, the AI shows a visible checklist of steps so you can follow along as it works through them one by one.

Generate Game Images

The AI can generate AI images for your game — a square game icon or a 16:9 game thumbnail banner. Ask it to create one and describe the style, theme, and colors you want.

Image generation costs 3 credits per image.

---

Example Prompts

Here are some things you can ask the AI:

  • "Show me all the scripts in my game"
  • "Create a script in ServerScriptService that gives players 100 coins when they join"
  • "Add a debounce to the touch handler in Workspace/KillBrick"
  • "Find everywhere I use FireServer"
  • "Delete the old TestScript in ServerScriptService"
  • "Move the PlayerData module to ReplicatedStorage"
  • "Change the spawn platform color to red"
  • "Create a ScreenGui with a health bar in StarterGui"
  • "Create a game icon with a medieval fantasy theme, dark colors, castle in the background"
  • "Explain how my shop system works"

---

How the Plugin Sync Works

  • The plugin syncs all scripts and the full instance index every 5 seconds automatically
  • After the AI makes changes in Studio, the plugin immediately re-syncs so the AI sees the updated code
  • All changes made by the AI go through Roblox Studio's undo system — press Ctrl+Z to undo any AI edit

---

AI Models

Revix uses Claude (Anthropic) as the AI backend. Developer and Studio plan users get access to Revix MAX — a higher-capability model with a larger context window, better at complex multi-file tasks.

PlanModelChat History
FreeStandard30 messages per chat
DeveloperRevix MAXUp to 1,000 messages per chat
StudioRevix MAXUp to 1,000 messages per chat

---

Credits

Every AI request costs credits. Credits are deducted when the AI responds. The amount depends on the length and complexity of the response.

  • Free users receive 12 credits per week (reset weekly)
  • Developer subscribers receive 100 credits per month
  • Studio subscribers receive 500 credits per month
  • You can also buy one-time credit top-ups from the Store

Your current credit balance is shown on the dashboard and in the store.