Hello,
I am making a VIP disco zone and I wanted to know how would I know when the gamepass prompt closes?
Hello,
I am making a VIP disco zone and I wanted to know how would I know when the gamepass prompt closes?
Use PromptPremiumPurchaseFinished.
Something like this:
local MarkServ = game:GetService("MarketplaceService")
MarkServ.PromptPremiumPurchaseFinished:Connect(function(id)
--do stuff
end)
Quick google search. PromptGamePassPurchaseFinished event.
Already solved, my bad. I had a brain outage lol
What was the solution? It helps for other people looking for fixes to the same problem if you say what solved the issue.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.