Hi all, for some reason roblox errors when i prompt a gamepass, anyone know why?
local success, message = pcall(function()
MarketplaceService:PromptPurchase(Client, 1180600260)
end)
if not success then
warn("Error prompting gamepass purchase: " .. message)
end
MarketplaceService.PromptGamePassPurchaseFinished:Connect(function(player, pass_id, was_purchased)
if was_purchased then
OwnsElectroMove = true
end
end)
return
I have allowthirdpartysales on.