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

how do i add currency to my game? [closed]

Asked by 9 years ago

just in-game currency stuff. thanks.

1
What do you mean by Currency? Please explain a little more. woodengop 1134 — 9y
1
This is not a request sight. alphawolvess 1784 — 9y

Closed as Not Constructive by alphawolvess, woodengop, yumtaste, and evaera

This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category.

Why was this question closed?

1 answer

Log in to vote
0
Answered by
yumtaste 476 Moderation Voter
9 years ago

Well, since this isn't a request site, I can't give you the code. I can, however, link you to helpful articles and give you tips for your project.

  • Use IntValues (integer values) to keep track of money in-game
  • Save the values of the IntValues using DataStores

The link for DataStores is here.

You should be able to come up with some code that will make the IntValue and put it in every play when he/she joins, and use the link to come up with the save code. After you've done that, if you have problems with it, just post a question.

Ad