As said in the title Process receipt is not running and I dont know why, the gamepass gets prompted to purchase, they buy it but Process receipt isnt running so I cant give them a reward or something.
Can anyone tell me why?
local MarketPlaceService = game:GetService('MarketplaceService')
local function processReceipt(info)
warn('A PURCHASE WAS MADE')
print(info)
end
MarketPlaceService.ProcessReceipt = processReceipt