Setup
Get Revix running inside Roblox Studio in about three minutes. You need a Roblox account, Roblox Studio installed, and a modern browser.
Step 1: Create your Revix account
Go to revix.tech and click Continue with Roblox. Revix uses Roblox OAuth, so there is no separate password to manage. Authorize the app when Roblox prompts you and you will be returned to the dashboard.
Revix never sees your Roblox password. OAuth only shares your username, user ID, and avatar.
Step 2: Install the Studio plugin
Open the plugin page on the Creator Store and click Install:
https://create.roblox.com/store/asset/122070500639295
After installing, fully close and reopen Roblox Studio so the plugin loads cleanly.
Step 3: Let the plugin connect
The Revix plugin connects automatically using the Roblox account you are signed into Studio with. There is no API key to paste and no token to copy. If the plugin toolbar shows a green status, you are connected.
You must be logged into Roblox Studio with the same Roblox account you used to authorize Revix on the website. Mismatched accounts is the most common setup issue.
Step 4: Enable HTTP Requests
The plugin uses HTTP to talk to the Revix backend. Open your place and go to Game Settings > Security and toggle Allow HTTP Requests on. This is per-place, so repeat it for every game you want Revix to work in.
If HTTP Requests are off, the plugin will appear connected but no edits will reach Studio.
Step 5: Open the dashboard and chat
Head back to revix.tech, open the dashboard, and send your first message. Revix will read your place, plan the change, and apply it live in Studio.
For a guided first session, see Your First Chat.
What gets synced
Revix watches the services where game code and instances actually live. This includes Workspace, ReplicatedStorage, ReplicatedFirst, ServerScriptService, StarterGui, StarterPack, StarterPlayer, Lighting, SoundService, Teams, Chat, TextChatService, MaterialService, and CollectionService.
ServerStorage is intentionally not synced so that secrets, unreleased content, and admin scripts stay out of the AI context.
Troubleshooting
If the plugin shows as offline, double-check that Studio is signed into the same Roblox account you used on revix.tech and that HTTP Requests are enabled for your place. See the Troubleshooting Hub or jump straight to Fix Plugin Not Connecting.