Skip to Content
Overview

Quick Start

Use this guide when you are setting up RoControl for the first time.

Setup checklist

  1. Open the dashboard at https://rocontrol.duckdns.org.
  2. Connect with Roblox.
  3. Create or select a workspace.
  4. Add a Roblox game using its Universe ID.
  5. Enable the modules your team needs.
  6. Invite teammates and assign permissions.
  7. Wire Roblox server code to the runtime API if you use Live Config.

Minimal first setup

For a single game, start with this order:

StepRecommended action
1Add the game from Settings
2Enable Live Config
3Create a Production profile
4Publish one small config value
5Fetch the config from Roblox server code
6Add Jobs or Icon Automation only when the base config works

First config example

Create a profile and add a small config object:

{ "features": { "dailyRewards": true }, "economy": { "coinMultiplier": 1 } }

Then publish it to Production and fetch it from your Roblox server script.