How to Make Your Roblox Game Public: The Official Publishing Steps (and What Actually Gets It Discovered)
You hit Publish in Roblox Studio, sent the link to your friends, and… nobody can play it. Nothing is broken. New Roblox experiences are simply private by default, and flipping them to public is a separate step that.
How to Make Your Roblox Game Public: The Official Publishing Steps (and What Actually Gets It Discovered)
You hit Publish in Roblox Studio, sent the link to your friends, and… nobody can play it. Nothing is broken. New Roblox experiences are simply private by default, and flipping them to public is a separate step that lives outside Studio. This guide walks through the official publishing flow, the switch that actually makes your game public, and — once it is public — the factors Roblox itself says influence whether anyone ever discovers it.
Step 1: Publish from Roblox Studio
Publishing uploads your place from Studio to Roblox's servers — Roblox stores the data model of your start place as a file in the cloud:
- In Roblox Studio, open File > Publish to Roblox.
- Fill in the experience's details and confirm to publish.
If you later want to add additional places to an experience you've already published — a lobby plus separate game worlds, for example — use File > Publish to Roblox As and target the existing experience. Don't use plain Publish to Roblox for this, as that would publish the place over itself.
One practical limit worth knowing: Roblox supports places up to 100 MB (104,857,600 bytes). If your place exceeds that, check your file size before assuming something else is wrong with the upload.
Step 2: Understand why nobody can join yet
A freshly published experience is private by default. It is accessible only to you as the creator, to users with Edit or Playtest access, and to group members with the appropriate roles and permissions. This is the single most common reason behind "my friends can't find my game": the game is live on Roblox's servers, but the audience setting still says private.
Step 3: Make it public in the Creator Dashboard
The public/private switch is not in Studio — it's on the web:
- Open the Creator Dashboard and select your experience.
- Go to Configure > Settings.
- Change the Audience setting from Private to Public (available and discoverable to the general public on Roblox) or Limited (available only to a selected category of users), then save.
Before Roblox lets you set a Public or Limited audience, prerequisites apply:
- An account in good standing that is at least 2 days old.
- A completed age check — via facial estimation, phone, or government ID.
- A completed content maturity & compliance questionnaire, which determines the experience's maturity label.
Once the audience is set to Public, anyone can join your experience from its page or a shared link.
What actually gets a public game discovered
Going public puts your game on Roblox; it doesn't put it in front of players. Roblox's own discovery documentation describes several surfaces and the signals behind them.
Get the metadata right
Roblox's guidance on discovery-friendly metadata is straightforward:
- Use original naming and imagery, and avoid repetitive titles and images that mimic existing games.
- Avoid irrelevant keywords. Roblox says mismatched metadata and content limits an experience's exposure, so stuffing popular game names or trending terms into your title and description works against you.
How Home recommendations work
The biggest discovery surface is the recommendation system on the Home page, which Roblox describes as a two-stage pipeline: a retrieval stage selects a subset of experiences a user might enjoy based on signals like engagement, retention, and monetization, and a ranking stage orders the most relevant of them in a personalized way. Among the most important engagement signals:
- Play-through rate — the rate at which users play your game after seeing it in the Recommended for You sort.
- First play bounce rate — the rate at which users leave after a short first session.
- Play days per user — the average number of unique days users engage with your game.
- Playtime per user — the average amount of time users spend in your game.
One detail that surprises many creators: Roblox doesn't count the engagement, monetization, or retention of users first acquired from ads, curation, friends, search, social media, or any other source in the ranking stage of Recommended for You. You can't buy or funnel your way into recommendations — only the behavior of users who arrived organically through Home recommendations counts toward those ranking signals.
Alongside Home recommendations, players also find experiences through Search (including semantic, natural-language queries) and the Discover page's charts, which showcase trending and top-performing content.
Quick checklist
- File > Publish to Roblox (or Publish to Roblox As for extra places) — keep the place under 100 MB.
- Complete the age check and the content maturity & compliance questionnaire, with an account in good standing that's at least 2 days old.
- Creator Dashboard > Configure > Settings → Audience: Public.
- Name and present the experience with original metadata — no irrelevant keywords.
- Focus on making players finish sessions and come back; those are the signals the ranking pipeline reads.
The publish button gets your game onto Roblox. The audience setting gets it to your friends. Real engagement — not link-blasting — is what gets it to everyone else.
Sources and verification
- Publish Experiences and Places — Roblox Creator DocumentationPublishing via File > Publish to Roblox and Publish to Roblox As; new experiences private by default, accessible to the creator, users with Edit or Playtest access, and permitted group members; making experiences public via Creator Dashboard > Configure > Settings Audience setting (Private/Limited/Public); prerequisites of an account in good standing at least 2 days old, an age check (facial estimation, phone, or government ID), and the content maturity & compliance questionnaire; 100 MB (104,857,600-byte) place size limit.
- Discovery — Roblox Creator DocumentationHome recommendations use a two-stage retrieval and ranking pipeline driven by engagement signals including play-through rate, first play bounce rate, play days per user, and playtime per user; engagement, monetization, and retention of users first acquired from ads, curation, friends, search, social media, or other sources is not counted in the ranking stage; Search (including semantic queries) and Discover charts as additional discovery surfaces; metadata guidance to use original naming and imagery, avoid irrelevant keywords, and that mismatched metadata and content limits exposure.