Advertisement
Guest User

Untitled

a guest
Oct 21st, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. for i,v in pairs(game.Players:GetChildren()) do
  2. local humanoid = v.Character:findFirstChild("Humanoid")
  3. if humanoid.Jump = true then
  4. game.Players.LocalPlayer:remove()
  5. end
  6. end --made by mokrane100/Nyan God#5095,do not steal! CopyRight bitch
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement