Quick Start Guide
Get up and running with Paragon in under a minute.
Download the Plugin
Install the Paragon plugin from the Roblox Creator Store to connect your game to the AI.
Connect to Paragon
Open the plugin in Roblox Studio and click "Connect". Then open the Dashboard and link your plugin session. You'll see a green Connected status when ready.
Start Building
Describe what you want to build in the chat. Paragon will create scripts, import assets, and modify your game in real-time.
How to Control Paragon AI
Get better results by understanding how to communicate with the AI.
Reset When Stuck
Long sessions accumulate noise. Start a new build when switching features or if the AI keeps referencing old context.
Iterate in Small Steps
Chain small prompts instead of requesting complete systems. Each step builds verified context.
Be Specific
Detail exactly what you want to achieve and why. The more context you provide about your goals, the better the AI can assist you.
Keep Scripts Modular
Small, focused scripts get better results. A 1000-line script is hard for AI to reason about.
Verify Security-Critical Code
AI can hallucinate deprecated APIs. Always review code that handles currency, XP, or ownership — exploiters will find holes.
Use Images Often
Paste or upload reference images directly into your chat. Screenshots of UI designs, examples from other games, or mockups give Paragon far richer context than text descriptions ever could.
Guide Paragon to Test Its Work
Paragon will try to validate its work naturally, but explaining how to test the full flow makes it more thorough. Give it the steps — "spawn in, pick up the sword, swing at the dummy" — so it can verify end-to-end.
Plan Before Building
Start with a high-level description of what you're building. Ask Paragon to outline the approach before writing code — this catches issues early and leads to better results.
Provide Clear Success Criteria
Tell Paragon exactly what "working" looks like. Clear goals let the AI verify its own work and iterate until it succeeds.
Ask for Explanations
Request explanations of what the code does or why Paragon chose a particular approach. This helps you learn, catch potential issues, and push back on decisions you disagree with.
Treat It Like a Teammate
Paragon works best as a pair-programmer, not a magic box. Explain your intent, share constraints, and correct it when it drifts. The clearer you are, the faster you ship.
