Beginner

Getting started

Create an account, choose a generation mode, pair Roblox Studio, and ship the first reviewed NexusRBX workflow.

Updated June 28, 20267 min read

First run

  1. 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.

  2. 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.

  3. 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.

  4. 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

Focused Quick Script prompttext
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

  1. Pair the Studio plugin from /ai.
  2. Ask NexusRBX to inspect the project manifest before reading source.
  3. Approve targeted script reads when needed.
  4. Review the planned edit and expected source hash.
  5. Confirm the write only after the summary matches the intended target.
Was this page helpful?