How to get game pass on roblox

Download Article Download Article

Do you have a Roblox game but no game pass? Do you want one? This wikiHow will show you how to make a Gamepass for your Roblox game!

  1. 1

    Click the game (yours) that you want a game pass on.

  2. 2

    Once you've clicked it, click "Store."

  3. 3

    Look at the game passes. It will say "Add pass." Click that.

  4. 4

    Click "Choose file". This will allow you to choose what the pass looks like.

  5. 5

    Click the file and choose "Open".

  6. 6

    Add details if desired. If this does something specific, like allowing you to meet the creator, type it in the description. You can also name your pass if you want.

  7. 7

    Click "Preview."

  8. 8

    Click "Verify upload."

  9. 9

    Look at your pass and click "Configure."

  10. 10

    Sell it for as much as you like. You can edit a few things. To sell it, check the box that says "Sell this item."

  11. 11

    Go to your game and check your pass. See if that's the way you want it. You have made a game pass!

  • Question

    Do I need BC, TBC or OBC to make a game pass on ROBLOX?

    No, you can make one without it.

  • Question

    How do I fill up the white space inside the template?

    You can either insert a picture or use a program like Paint to fill in the circle and design it to your desire. The blank space doesn't matter, only the area inside the white circle will be visible.

  • Question

    It won't let me click "Preview," am I doing something wrong? Is it the picture?

    The picture doesn't have anything to do with it. It's probably the device or just a glitch. Earlier today, that happened to me on another website.

See more answers

wikiHow is a “wiki,” similar to Wikipedia, which means that many of our articles are co-written by multiple authors. To create this article, 20 people, some anonymous, worked to edit and improve it over time. This article has been viewed 76,840 times.

Co-authors: 20

Updated: July 21, 2022

Views: 76,840

Article Rating: 51% - 132 votes

Categories: Roblox

  • Print
  • Send fan mail to authors

Thanks to all authors for creating a page that has been read 76,840 times.

10 min

Game passes let you create special items that can only be bought once per player using Robux (

). Examples are special access to a articles/Collision Filtering Team Doors|restricted area, an in-game avatar item, or a permanent power-up.

For items that a player might purchase multiple times, such as potions, temporary power-ups, or in-game currency, please refer to Developer Products.

Creating a Game Pass

To make a new game pass, go to the Create page on the Roblox website. Once there, make sure that the My Creations tab is selected and that Games is selected in the left column.

Now follow these steps to create a game pass:

  1. Determine the game you want to create a pass for.
  2. In the settings drop-down menu on the right-hand side, select Create Game Pass.

Create an Icon

Game pass icons should be designed as follows:

  1. In an image editing application, design a circular game pass (a template of 512×512 pixels is recommended). The final icon will be trimmed/cropped into a circular image, so you shouldn’t include important details outside the circular boundaries.

  1. Save the game pass image in .jpg, .gif, .png, .tga, or .bmp format.

Upload the Pass

The next step in the creation process is uploading the pass:

  1. Back on the Roblox website, click the small button next to Find your image.
  1. Find the game pass image on your computer and confirm that you’d like to upload it.
  2. Type in a name and description for the game pass. Remember that players will see this on your game’s page, so be creative and accurately describe what the pass does.
  3. When you’re ready, click Preview. On the next screen, review the details for the game pass and click Verify Upload.

Configure the Pass

Once you’ve created the game pass, it will appear on the same page, slightly further down. The final step is configuring the pass so players can buy it.

  1. Select Configure from the right-side pull down menu for the new pass.
  1. On the configuration page, click the Sales tab.
  1. Click the Item for Sale toggle switch to make the pass available to players.
  1. Set the price (in Robux) for players. Notice that the price affects how many Robux you will earn for each sale.
  1. Click the Save button to confirm your settings.

Giving Game Passes an Effect

Once a player buys a game pass, they will naturally expect to get its special ability or bonus when they start playing. This does not happen automatically, so you must check which players already own the pass and assign the ability/bonus to them.

This example script checks when any player enters the game and then checks if they own the game pass with the matching ID set in the variable gamePassID.

To find the ID of a game pass, inspect the URL in your web browser which will look similar to one of these, depending on whether you're configuring or viewing the pass:

//www.roblox.com/game-pass/configure?id=0123456

//www.roblox.com/game-pass/0123456/Slime-Shield

The game pass ID is the number within the URL, for example 0123456 as shown here. Simply use that ID on line 4 of the code example above.

This code should be located in a Script object (not a LocalScript) within ServerScriptService so the server can handle the ability or bonus given to the player.

Players can buy game passes directly from your game’s main page by clicking the Store tab and browsing the game passes you’ve made available to them:

However, it’s also a great idea to offer in-game purchases to players through a shop or vendor NPC within the game. The following scripts are a basic model for prompting players to buy a game pass.

Server-Side Code

This code should be located in a Script object (not a LocalScript) within ServerScriptService so the server can handle the ability or bonus given to the player.

This code can be placed in a LocalScript and the promptPurchase() function can be called when the player presses a Articles/Creating GUI Buttons|button, when their character touches a part, or whatever fits your game design.

Roblox itself does not record the purchase history of game passes by specific players, although you can view overall daily/monthly stats as outlined articles/Get and Analyze Revenue Data|here. If you want to track player-specific purchase history, it's your responsibility to store the data, typically with Articles/Data store|data stores.

Tags:

Postingan terbaru

LIHAT SEMUA