|
| 13 Jul 2015 05:44 PM |
I made a random jump script for my zombie, but it has some issues,
If the zombie is running after you and it jumps, it completely stops...
Script: while true do wait(math.random(5,10)) script.Parent.Humanoid.Jump = true script.Parent.Humanoid.Walkspeed = 20 end
|
|
|
| Report Abuse |
|
|
|
| 13 Jul 2015 05:50 PM |
| I think we need more information |
|
|
| Report Abuse |
|
|
| |
|
Despawned
|
  |
| Joined: 06 Apr 2013 |
| Total Posts: 12569 |
|
|
| 13 Jul 2015 06:58 PM |
Maybe add a wait, then repeat the walking script.
You can then make it loop. |
|
|
| Report Abuse |
|
|