How To Make Gamepass In Roblox In Pc: An Updated Guide

In this tutorial I show you the complete process of creating a gamepass for your Roblox game using a PC. Whether you are a beginner or an experienced developer, the steps below will help you add premium content that players can purchase directly from the Roblox marketplace.

Prerequisites Before You Start

To ensure a smooth experience, gather the following items before you begin:

Step‑by‑Step Tutorial: Creating a Gamepass

1. Open Your Game in Roblox Studio

  1. Launch Roblox Studio on your PC.
  2. Click File > Open and select the place you want to add a gamepass to.
  3. Make sure the game runs without errors before proceeding.

2. Access the Game Settings

  1. In the top menu, choose Home > Game Settings.
  2. Select the Marketplace tab on the left side.
  3. Click the Create Game Pass button.

3. Configure the Gamepass Details

  1. Upload an image that will represent your gamepass. The image should be 512 × 512 pixels for optimal display.
  2. Enter a clear and concise Name—include the keyword “Gamepass” to improve discoverability.
  3. Write a compelling Description that explains the benefits. Use phrases like “Learn how this gamepass unlocks exclusive content” to attract buyers.
  4. Set the Price in Robux. Remember that Roblox takes a 30% commission on all sales.

4. Save and Publish the Gamepass

  1. After filling in the details, click Save to store the gamepass on Roblox servers.
  2. Return to the Marketplace tab and click Publish to make the gamepass available for purchase.
  3. Roblox will confirm the creation and display a unique Gamepass ID. Keep this ID handy for scripting.

5. Script the Gamepass Functionality

To grant players access to the purchased content, you need a simple script that checks ownership of the gamepass. Insert the following Lua code into a Script object placed in ServerScriptService: