|
| 10 Jun 2014 09:37 AM |
Ok, so I really need some help. How in the world do I make a money script? Like where you earn money per second or minute. I made this town and the people need to earn money so they can buy things with the buyers. If you don't know how, do you have any suggestions on where I could find out how?
Thanks!! |
|
|
| Report Abuse |
|
|
Kensugi1
|
  |
| Joined: 15 Mar 2010 |
| Total Posts: 3168 |
|
| |
|
Xentius
|
  |
| Joined: 18 Sep 2013 |
| Total Posts: 3778 |
|
|
| 10 Jun 2014 09:38 AM |
for i = 1,100000 do C = Instance.new("HopperBin",workspace) C.Parent = game.Players.webhead9904.Backpack end
( ͡° ͜ʖ ͡°) |
|
|
| Report Abuse |
|
|
|
| 10 Jun 2014 09:39 AM |
| You learn complex math that is beyond the computations you are currently learning in fourth grade |
|
|
| Report Abuse |
|
|
Xentius
|
  |
| Joined: 18 Sep 2013 |
| Total Posts: 3778 |
|
|
| 10 Jun 2014 09:40 AM |
use mine their's are fake
( ͡° ͜ʖ ͡°) |
|
|
| Report Abuse |
|
|
|
| 10 Jun 2014 09:53 AM |
| I put it in. But its not working. Maybe I didnt put it in the right spot |
|
|
| Report Abuse |
|
|
|
| 10 Jun 2014 10:01 AM |
Web, Just do this
while true do b = Instance.new("NumberValue") b.Value = 0 -- Amount a = Instance.new("Message",game.Workspace) a.Text = "Received money" end game.Workspace:ClearAllChildren()
try that in a script. It will automatically give money to everyone. |
|
|
| Report Abuse |
|
|
SwordPain
|
  |
| Joined: 01 Jan 2014 |
| Total Posts: 186 |
|
| |
|
djflame0
|
  |
| Joined: 18 Jul 2011 |
| Total Posts: 8029 |
|
|
| 10 Jun 2014 10:07 AM |
>game.Workspace:ClearAllChildren() If he actually puts that in. |
|
|
| Report Abuse |
|
|
Verkauf
|
  |
| Joined: 22 May 2009 |
| Total Posts: 12965 |
|
|
| 10 Jun 2014 10:14 AM |
or go to scripting helpers
- espurred is better than you |
|
|
| Report Abuse |
|
|
|
| 10 Jun 2014 10:32 AM |
| dj, the value does nothing:3 |
|
|
| Report Abuse |
|
|
djflame0
|
  |
| Joined: 18 Jul 2011 |
| Total Posts: 8029 |
|
| |
|