of     1   

jjwood1600
#155261378Tuesday, February 03, 2015 8:35 PM GMT

Hi guys! I made this script a couple of months ago...it was working fine! I come back to it now and it doesn't work at all :( I have tried all I can think of and it still is not working! This is really puzzling me! Any ideas? Thanks! local MarketplaceService = game:GetService("MarketplaceService") local productId = 19750967 MarketplaceService.ProcessReceipt = function(receiptInfo) for i, player in ipairs(game.Players:GetChildren()) do if player.userId == receiptInfo.PlayerId then if receiptInfo.ProductId == productId then player.PlayerGui.ChoosingMap.Frame.Visible = true game.Workspace.ChooseMap.Value = true end end end return Enum.ProductPurchaseDecision.PurchaseGranted end
jjwood1600
#155307025Wednesday, February 04, 2015 1:22 PM GMT

Bump! :)
jjwood1600
#155363752Thursday, February 05, 2015 10:09 AM GMT

Anyone? :(
jjwood1600
#155592219Sunday, February 08, 2015 9:14 PM GMT

Bump!
jjwood1600
#155709970Tuesday, February 10, 2015 8:38 PM GMT

I'm so confused :(

    of     1