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;