Adding Gamepasses to game, but not displaying them on the Game page?

Hi there,

Does anybody have any idea on how to add Gamepasses to an experience, without it showing on the experience page on the Roblox website?

I am aware that you can upload Gamepasses under a different experience and sell them, but I don’t really want to do that.

Please if anybody knows how to do this, let me know!

Thank you :grinning:

Not the most experienced Developer but let me suggest something!

For example you want a “2x Speed Gamepass”

  • add a Developer Product for the Game
  • add a BoolValue to Datastore and name it “SpeedGamepass”

then if he wants to buy Speed Gamepass, check if SpeedGamepass is false or else he can buy many of one Product.

If product purchase was bought then just set SpeedGamepass to true

with that you can handle it
but i would prefer the Gamepass way since this isnt what you should do!

2 Likes

That’s actually not a bad idea. Thanks for your post!

I am going to wait it out to see if there are other plain-obvious methods that I’ve just completely missed, but this seems like a good way to do it!

1 Like

Make sure the gamepas is offsale, this way it won’t show up.

Hey,

thanks for your post. I am still wanting to sell the gamepass, I just don’t want it to show on the experience page on the website :slight_smile:

Ah, then there is no possible way of doing so. Your gamepass will be obligated to show up on the store page. I’m sorry though, hope your game succeeds!

1 Like

Thank you, I really appreciate that!

The only solutions seems to be the post BARBIA mentioned, so that is what I’ve gone with!

Thanks for your help nonetheless!

Thanks! You should be very careful not to break any TOS, as gamepasses are supposed to be… well, gamepasses. Making it so that it’s a developer product also prompts the user as many times as they want to spend as much, meaning that it’s not one-timed.

Thanks for replying though!

1 Like

Hey!

Yes you are correct! I have had to use a secure DataStore to save when a player purchased this devproduct, and add a check to see if they have purchased it previously so that they cannot purchase it again. It’s a little more complex than this in my current circumstances, but be assured they won’t be buying the same “one-timed” item over and over :slight_smile:

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.