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.
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.