I wanna make a developer product that makes you skip levels. But I don't really know how. I'm new to gamepasses and dev products. Script that I tried:
mps = game:GetService("MarketplaceService") id = 22244066 mps.ProcessReceipt = function(receiptInfo) local playerProductKey = "player_"..receiptInfo.PlayerId.."_product_"..receiptInfo.ProductId for i,v in pairs (game.Players:GetChildren()) do if v.userId == receiptInfo.PlayerId then if receiptInfo.ProductId == id then -- stuck
Please help!
First of all, you need to give us more information than that. We don't know how the level system works, so there isn't a way to help.