|
| 08 Jan 2012 10:36 AM |
Hi guys I'm going to get right to the point here.
I am starting to build a tycoon and I already know how to do most things but I would like to know how I can Upgrade my drop speed and conveyor speed.
If someone could help me it would be greatly appreciated!
~Thanks in advance! |
|
|
| Report Abuse |
|
|
dirk29
|
  |
| Joined: 26 May 2010 |
| Total Posts: 1142 |
|
|
| 08 Jan 2012 10:38 AM |
For the drop add a value for the wait
wait(script.Parent.Parent.WAITTIME)
Then for the upgrade
script.Parent.Parent.WAITTIME.Value = script.Parent.Parent.WAITTIME.Value - .5 |
|
|
| Report Abuse |
|
|
| |
|
| |
|
|
| 08 Jan 2012 10:45 AM |
Thanks but you meant:
wait(script.Parent.Parent.WAITTIME.Value)
Correct? |
|
|
| Report Abuse |
|
|