How do I give the player who bought the gamepass in game so he/she will not rejoin the game?

I’m new in programming sorry.

So, I create a gamepass script, but, I want to give it to a player who bought the gamepass immediately without rejoining the game.

1 Like

I don’t think this is possible. I’m pretty sure gamepasses register on a player joining the game. Unless it is possible and I don’t know how.

1 Like

I think this is possible because, I bought a gamepass in Restaurant Tycoon 2 and the gamepass activated immediately after I bought it.

1 Like

You have to use an event called MarketplaceService.PromptGamePassPurchaseFinished:Connect(function(player,id) and then put whatever you want to happen when the gamepass is bought Inside that event

10 Likes