Advertisement
Confluent

kb hero

Mar 2nd, 2016
427
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. autokill:
  2. function TypeName()
  3. for i,v in pairs(workspace.Enemies:GetChildren()) do
  4. if v.Humanoid.Health ~= 0 then
  5. game.Players:Chat(tostring(v.Name))
  6. break
  7. end
  8. end
  9. end
  10.  
  11. while wait(2.5) do
  12. TypeName()
  13. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement