How To Make a Gamepass System (Features, Deleting & Rebuying)

im having an issue on how to make this

  • if a player buys a gamepass in-game he directly gets the reward
  • if a player buys a gamepass in the website he gets the reward when he joins the game

feature that i would like to also implement:

  • a player can delete a gamepass and rebuy it and still get the same reward

What would be the best approach for this?

2 Likes

Don’t you just mean a Developer Product?

1 Like

no, i wanted to do it with gamepasses

1 Like

Why? you can keep track how many times the bought it using a datastore.
The only other way is to make people delete their gamepass from their inventory so they can buy it again

1 Like

I dont think you can display developer products in the gamepasses section under your game (website)

1 Like

You can’t, if you really want it on the website, you have to tell players to remove the gamepass from their inventory or have multiple of the same gamepasses so that they can buy 3 or more but that seems like more of a hassle than just using developer products.

Thinking better about it, your approach might be good since for this case I’m using it for in-game currency, gamepasses would make more sense if it was like a VIP or a Item

Thank you for the idea

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