|
| 07 Dec 2013 02:06 PM |
Ok, so I need this loop to loop 20k times a minute but I dont know how to do the math.
while true do wait(1)
end
is there an equation I can use to make this loop 20k times a minute? |
|
|
| Report Abuse |
|
|
CrniOrao
|
  |
| Joined: 12 Oct 2008 |
| Total Posts: 2274 |
|
|
| 07 Dec 2013 02:07 PM |
Uhh I don't think it can go that fast.
Anyway it would be:
wait(60/20000) |
|
|
| Report Abuse |
|
|
|
| 07 Dec 2013 02:48 PM |
| Thanks, Im trying to make realistick sounds like an f1 cars engine goes at 20k RPM and each rate is an explosion so yeah |
|
|
| Report Abuse |
|
|
vlekje513
|
  |
| Joined: 28 Dec 2010 |
| Total Posts: 9057 |
|
|
| 07 Dec 2013 02:51 PM |
it will reach 2k i believe. 0.03) not 0.003
|
|
|
| Report Abuse |
|
|