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

What script would I use in a tycoon to make the player earn more money when purchased?

Asked by 9 years ago

I want to make a tycoon. I know that I only need a couple of base scripts, like the script that regens the tycoon, the script that inserts a model when purchased, etc. Please help.

1 answer

Log in to vote
1
Answered by 9 years ago

well what you could do is have a variable Add_Money = 10 then lets say they buy something then you do Add_Money = Add_Money + 30. Now the variable = 40, now they will start earning 40 instead of 10. Then you would have the loop or whatever you have to add the money constantly.

0
Thanks. ;) Josh99999999L 5 — 9y
0
@Josh99999999L I dont really know how to do a regen script but maybe someone else will know. hockey1scool 10 — 9y
Ad

Answer this question