Getting started
Create an account, choose a generation mode, pair Roblox Studio, and ship the first reviewed NexusRBX workflow.
First run
- 01
Create or sign in to your account
Open /ai and complete the Firebase-backed sign-in flow. Public generator prompts can hand off into the workspace after authentication.
- 02
Choose the work shape
Use Quick Script for a narrow script request. Use Agent Build when the task needs planning, Studio context, multiple files, or follow-up questions.
- 03
Add Studio only when it helps
If NexusRBX needs place context, install the generated NexusRBX Studio Bridge .plugin.lua file and pair the plugin from the workspace.
- 04
Review before applying
Keep Manual Review enabled for the first Studio mutation. Read the summary, target paths, warnings, and snapshot references before confirming.
A good first prompt
Create a round timer for Roblox with a 20 second intermission, a 90 second active round, and a RemoteEvent that updates a TextLabel in StarterGui. Include the script location, setup steps, and how to test with two players.- Name the Roblox service or object when you know it.
- Say whether the script should run on the server or client.
- Include the exact error text when debugging.
- Ask for test steps when the code affects players, rewards, purchases, or persistent state.
First Studio-connected task
Safe Studio workflow
- Pair the Studio plugin from /ai.
- Ask NexusRBX to inspect the project manifest before reading source.
- Approve targeted script reads when needed.
- Review the planned edit and expected source hash.
- Confirm the write only after the summary matches the intended target.
Was this page helpful?