Advertisement
HaxRoblox

BaRseDesty

Sep 27th, 2016
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. while true do wait(5)
  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:Remove()
  7. end
  8. end
  9. end
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement