Games and Environments
A RoControl game points to one Roblox universe. Environments let the same game separate Studio and Production behavior.
Game fields
| Field | Description |
|---|---|
| Label | Name shown in the dashboard |
| Roblox Universe ID | Main identifier for the Roblox experience |
| Root Place ID | Optional place identifier for linking and display |
| Image URL | Icon shown in lists and cards |
Environments
Live Config and Jobs use environments to avoid mixing test changes with live production behavior.
| Environment | Typical use |
|---|---|
| Studio | Roblox Studio, QA servers, and test places |
| Production | Live player-facing servers |
Example workflow
- Edit and publish a config profile in Studio.
- Test it in a private or QA server.
- Copy or recreate the final value in Production.
- Publish Production once the team approves it.