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

How do I make this script Prompt all Game Pass Purchase work?

Asked by 3 years ago

The script that I have does not work and I would like some help to fix it so could someone help me? I want this script to Prompt all Game Pass Purchase but it does not work Function = function(speaker, args) local plr = args[1] local id = args[2] if id > 12501826 then pcall(function() main.marketplaceService:PromptGamePassPurchase(plr, id) end) end end;

Answer this question