Advertisement
Guest User

Untitled

a guest
Aug 16th, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. local joe = game.Players:getChildren() --players
  2. local wepwnz = 0 -- time variable that can be reset.
  3.  
  4. while true do
  5.  
  6. wait(1) --wait so we don't crash the server
  7. wepwnz = wepwnz + 1-- add a second
  8.  
  9. function bobzor()
  10. c = #joe do
  11. joe[c].Character.Humanoid.Health = 0 --kill them
  12. wepwnz = 0
  13. end end
  14.  
  15. if wepwnz >= 120 then
  16. bobzor()
  17. end
  18. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement