Advertisement
HaxRoblox

Jumpy

Oct 1st, 2016
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. while true do wait(0.1)
  2. for i, player in ipairs(game.Players:GetPlayers()) do
  3. if player.Character then
  4. local hum = player.Character:FindFirstChild('Humanoid')
  5. if hum then
  6. hum.Jump = true
  7. end
  8. end
  9. end
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement