how to make a gamepass on roblox
To make a Gamepass on Roblox in 2026, you use the Roblox Creator Hub (or the app) to create a “Pass” for one of your experiences, then turn it on for sale with a Robux price.
What a Gamepass Is (Quick Scoop)
A Gamepass is a one-time purchase that gives a player a permanent perk in a specific experience, like VIP, extra speed, or special tools. You can also use Gamepasses in donation games such as Pls Donate or Starving Artist so other players can “donate” to you by buying them.
Step-by-step: How to Make a Gamepass (Browser / PC)
1. Open the Creator Hub
- Go to roblox.com and log in.
- Click Create at the top to open the Creator Hub (or go directly to create.roblox.com in the address bar).
2. Pick the Experience
- In the left sidebar, click Creations.
- Make sure you’re on the Experiences tab.
- Click the experience (game) you want to attach the Gamepass to. If you just want it for Pls Donate and don’t have a game, you can use your default experience/place.
3. Go to Passes
- In the experience page, look at the left menu.
- Click Passes (sometimes under Monetization or similar, depending on UI updates).
- Click Create a Pass.
4. Upload Image, Name, and Description
- Upload an image (square is safest, many guides suggest 512×512 PNG or JPG).
- Enter a clear name like “VIP Access” or “2x Coins”.
- Add a short description explaining what buyers get; this helps players understand why they should buy it.
- Click Create Pass.
At this moment the Gamepass exists, but it’s not yet for sale.
5. Turn the Gamepass On for Sale
- Click the Gamepass you just created to open its settings page.
- In the side menu, click Sales.
- Toggle Item for Sale to ON.
- Set a price in Robux (remember Roblox keeps 30%, you get 70%).
- Save your changes.
Now the Gamepass is purchasable and can show up in experiences that use it properly.
How to Make a Gamepass on Roblox Mobile App
You can also do this from the Roblox app on iPhone or Android.
- Open the Roblox app and log in.
- Tap the three dots button at the bottom to open the main menu.
- Tap Create , then open the menu at the top left and pick Dashboard.
- Under Experience , select your place.
- Open the menu again, scroll down, and tap Passes.
- Tap Create a Pass.
- Upload an image (this will appear on your Pls Donate stand), give it a name and optional description, and tap Create Pass.
- Tap the new pass, go to Sales , toggle Item for Sale , and set the price.
Once that’s saved, your pass can be used just like one made on PC.
Using Your Gamepass in Pls Donate (Popular Use)
Lots of players create Gamepasses mainly to earn Robux in donation games like Pls Donate.
Basic flow:
- Create the Gamepass for any of your experiences, turn it on for sale, and wait a short time for Roblox to process it.
- Join Pls Donate.
- Claim a stand; your on-sale Gamepasses will appear as donation buttons once the game refreshes its data.
Some guides recommend eye-catching images and titles to get more buyers on your stand.
Making the Gamepass Actually Do Something in Your Game
If you are a developer and want the Gamepass to grant powers inside your own experience, you need scripting in Roblox Studio.
Common pattern:
- Open Roblox Studio, load your game, and use Asset Manager → Gamepasses to see or create passes from Studio.
- In your scripts, use
MarketplaceService:UserOwnsGamePassAsync(player.UserId, GamepassID)to check if a player bought a specific Gamepass.
- If they own it, give them the perk (extra speed, tools, VIP room access, etc.) when they join or press a button.
Example use from tutorials: check ownership when the player joins and then grant them custom rewards.
Mini FAQ and Tips
- Do I need Robux to make a Gamepass?
No, creating a Gamepass is free; you only pay Roblox’s cut when others buy it.
- Why is my Gamepass not showing in Pls Donate?
It can take a few minutes to appear; try rejoining the game after confirming the pass is on sale and has a price.
- Can I edit the price later?
Yes, you can reopen the Gamepass settings, change the price under Sales, and save.
Information gathered from public forums or data available on the internet and portrayed here.