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

How do I increase the amount of points available when someone buys a Dev Product?

Asked by 10 years ago

I'm trying to make a points distributor system and it seems to be working fine, but I can't figure out how to increase the amount of points on the server. This is what I have:

local id=19644738
function click()
    game:GetService("MarketplaceService"):PromptProductPurchase(script.Parent.Parent.Parent.Parent, id)
end
script.Parent.MouseButton1Down:connect(click)

Please copy this code block and add onto it when you answer.

1 answer

Log in to vote
0
Answered by
c0des 207 Moderation Voter
10 years ago

I can't really help you out with Developer Products, as my own Developer Product is screwing up and giving multiple tools when it is bought, instead of just 1.

If no-one else gives an answer, I'll come back to this and help you out once I figure out what is happening with my Developer Product... If you think you can help me- https://scriptinghelpers.org/questions/3230/why-do-i-get-multiple-m1911s

0
Thanks. ChipioIndustries 454 — 10y
Ad

Answer this question