Skip to Content

Games and Environments

A RoControl game points to one Roblox universe. Environments let the same game separate Studio and Production behavior.

Game fields

FieldDescription
LabelName shown in the dashboard
Roblox Universe IDMain identifier for the Roblox experience
Root Place IDOptional place identifier for linking and display
Image URLIcon shown in lists and cards

Environments

Live Config and Jobs use environments to avoid mixing test changes with live production behavior.

EnvironmentTypical use
StudioRoblox Studio, QA servers, and test places
ProductionLive player-facing servers

Example workflow

  1. Edit and publish a config profile in Studio.
  2. Test it in a private or QA server.
  3. Copy or recreate the final value in Production.
  4. Publish Production once the team approves it.