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

How to I make a Develper Product give a given amount of "Money"?

Asked by 10 years ago

I've been trying to figure out how to make a Developer Product give a given amount f "money".

1 answer

Log in to vote
0
Answered by 10 years ago

You'd need to work with leaderstats or a custom system.

In your script, once the purchase is verified (simple MarketPlaceService), you would have to update the leaderstats (or, again, custom system) with something along the lines of... leaderstatsvalue = leaderstatsvalue + 1

Hopefully you're not too confused. Here's a wiki article on leaderstats- Leaderstats

Ad

Answer this question