Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How do you get process receipt to do what the developer product does?

Asked by 4 years ago

I can't figure out what I should do to make the developer product table work



[1] = function(receipt, player) if player.Character and player.Character:FindFirstChild("Humanoid") then player.Character.Humanoid.Health = 0 -- Indicate a successful purchase return true end end } MarketplaceService.ProcessReceipt = function(ReceiptInformation) local player = Players:GetPlayerByUserId(ReceiptInformation.PlayerId) if not player then return Enum.ProductPurchaseDecision.NotProcessedYet end local handler = productFunctions[ReceiptInformation.ProductId] return Enum.ProductPurchaseDecision.PurchaseGranted end

Is there like a function to trigger one of the developer products?

I have no idea how

1 answer

Log in to vote
0
Answered by 4 years ago

This should help you out: https://www.youtube.com/watch?v=h92s4Xn26oc

0
link wont even work bruh EasyNameToMemorize 35 — 4y
0
copy and past it into google techN0logics 40 — 4y
0
I just saw the video and thats not what im working on EasyNameToMemorize 35 — 4y
0
watch the whole thing is shows you who to trigger each product and outcomes if bought techN0logics 40 — 4y
0
What you want starts around the 28 minute mark. techN0logics 40 — 4y
Ad

Answer this question