Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How to make my VIP door gamepass work once u buy it in game?

Asked by 6 years ago
Edited by M39a9am3R 6 years ago

ok so, u guys might laugh, but im still learning xd, well the thing is that i made a vip door game pass 2 months ago, but i always receive dm's of ppl saying that the gamepass doesnt work, and its true, idk how to make the gamepass to work in game after u bought it, i mean without doing the rejoin stuff

0
maybe have a value inside the player, and a script constantly checking if player has the pass, and if the player does, the value becomes true, and if the value is true, then the player can go through the VIP door. 0msh 333 — 6y
0
thnks SniderYonduro 2 — 6y
0
Profane language is not permitted on our website. Please review our Community Guidelines https://scriptinghelpers.org/help/community-guidelines M39a9am3R 3210 — 6y

3 answers

Log in to vote
0
Answered by 6 years ago

Well, there is no way to escape that "rejoin" thing. You must rejoin after purchasing Gamepass.

I recommend putting a SurfaceGUI on one part with text = "Rejoin after purchase!"

0
thnks, well i have seen this game Icebreaker, where i bought vip and inmmediately got the vip room, so do u know if it exists a possbility? SniderYonduro 2 — 6y
Ad
Log in to vote
0
Answered by
ax_gold 360 Moderation Voter
6 years ago
Edited 6 years ago

Roblox gamepass purchases are kinda tricky. You can detect if someone did purchase a gamepass with something like this:

MarketPlaceService.PrompGamePassPurchaseFinished:connect(function(player, gamepassid, true)
--code for if they have the gamepass
end)
Log in to vote
0
Answered by 6 years ago

Honestly, this pisses me off. Please actually TRY before asking for help! The website is called "Scripting Helpers" for a reason and not "We make free scripts for you!". Please search the Roblox wiki along the lines of "Marketplace Service". If you need help after that, come back and we will help you. Not trying to start a situation in anyway. Cheers!

Answer this question