BR4DERZ
|
  |
| Joined: 09 May 2010 |
| Total Posts: 2712 |
|
|
| 15 Oct 2015 03:57 AM |
local frank = game.Workspace:WaitForChild("Frank") local frankhum = frank:WaitForChild("Humanoid")
while true do pos=game.Workspace.Goal.Position frankhum:MoveTo(pos) frankhum.Jump = true frankhum.JumpPower = 100 wait(1) end
how do i get this to contentiously repeat?
frank (my humanoid) jumps about twice before he stops doing it, unless there's an error with this?
i'm new to this |
|
|
| Report Abuse |
|
|
|
| 15 Oct 2015 04:21 AM |
| There is most likely an error occurring somewhere in it. I do not know where, but when you are in game, press F9 to read the output. |
|
|
| Report Abuse |
|
|
BR4DERZ
|
  |
| Joined: 09 May 2010 |
| Total Posts: 2712 |
|
|
| 15 Oct 2015 11:06 AM |
| it says things like stack end or something but i get that with a moving script and it still works |
|
|
| Report Abuse |
|
|
BR4DERZ
|
  |
| Joined: 09 May 2010 |
| Total Posts: 2712 |
|
| |
|
|
| 15 Oct 2015 11:41 AM |
I tested, and it works just fine.
- "I say no because yes is overrated" |
|
|
| Report Abuse |
|
|
|
| 15 Oct 2015 11:42 AM |
Frank should walk to your "Goal", while contionously jumping, when hegets to "Goal" he won't walk anymore, but he will jump.
- "I say no because yes is overrated" |
|
|
| Report Abuse |
|
|