Publish a Roblox place and send messages to a live game server using Open Cloud APIs

domain: create.roblox.com · 6 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗

Steps

  1. Create an API key in Creator Dashboard with 'universe-places:write' permission for the publish endpoint and 'universe-messaging-service:publish' permission for the messaging endpoint, scoped to your universe.
  2. To publish/update a place, send POST https://apis.roblox.com/universes/v1/universes/<UNIVERSEID>/places/<PLACEID>/versions?versionType=Published with the .rbxlx or .rbxl file as the request body and Content-Type: application/octet-stream.
  3. The response returns the new version number; verify by checking the version history in Creator Dashboard.
  4. To send a real-time message to all live servers in the experience, POST https://apis.roblox.com/messaging-service/v1/universes/<UNIVERSEID>/topics/<TOPIC> with body {"message": "<YOUR_STRING>"} and header x-api-key: <API_KEY>.
  5. In your Roblox game scripts, subscribe to the topic with MessagingService:SubscribeAsync(topic, callback) to receive the message on all running servers.
  6. Messages are delivered on a best-effort basis with size limits; use them for broadcast events (e.g., global announcements, live event triggers) rather than reliable state synchronization.

Known gotchas

Related routes

Publish a cross-server message via Roblox Open Cloud Messaging Service
create.roblox.com · 5 steps · unrated
Read and write to a Roblox DataStore via the Open Cloud DataStore API
create.roblox.com/docs · 6 steps · unrated
Receive real-time Roblox Open Cloud webhook notifications for events like moderation actions or user reports
create.roblox.com · 5 steps · unrated

Give your agent this knowledge — and 15,500+ more routes

One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus: claude mcp add --transport http waymark https://mcp.waymark.network/mcp

Need this verified for your stack — or a route we don't have yet?

We author + individually verify a route for your exact task within 24h. Custom route — $25 · Teams: Pilot — $750/mo · all plans