of     1   

vlekje513
#141162628Tuesday, July 22, 2014 2:05 PM GMT

I have this: function SkipStage.OnServerInvoke(Player) if SS:FindFirstChild(Player.userId) and SS:FindFirstChild(Player.userId):FindFirstChild("Stage") then local Stage = SS:FindFirstChild(Player.userId) and SS:FindFirstChild(Player.userId):FindFirstChild("Stage") if Stage.Value > StageNumber.Value then end end end But I don't know what to do now, I'm new to MarketPlaceService.
vlekje513
#141168435Tuesday, July 22, 2014 3:38 PM GMT

:C
Monsieur_Robert
#141168552Tuesday, July 22, 2014 3:40 PM GMT

I don't see any game.MarketPlaceService, and what are you trying to do?
vlekje513
#141296335Wednesday, July 23, 2014 6:55 PM GMT

local MarketplaceService = Game:GetService("MarketplaceService") local ProductID = 13672652 Those were on top, I want to know how to prompt a player a purchase, and do something if they actually bought it. or a script that does it.
vlekje513
#141298100Wednesday, July 23, 2014 7:17 PM GMT

I don't know how MPS works yet.
vlekje513
#141387136Thursday, July 24, 2014 2:26 PM GMT

>_>
vlekje513
#141388760Thursday, July 24, 2014 2:51 PM GMT

Nevermind then...

    of     1