Advertisement
Guest User

what?

a guest
Jun 20th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. local m = game.Players.LocalPlayer:GetMouse()
  2. db = true
  3. m.KeyDown:connect(function(k)
  4. k = k:lower()
  5. if k == "e" then
  6. if db == true then
  7. game.Players.LocalPlayer.Character:FindFirstChild("Humanoid"):remove()
  8. db = false
  9. wait(3)
  10. db = true
  11. end
  12. end
  13. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement