Advertisement
Guest User

Untitled

a guest
Jan 13th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. p = game.Workspace.Jav181MR
  2.  
  3. function boi(error)
  4. local v = error.Parent:findFirstChild("Humanoid")
  5. if (v ~=nil) then
  6. v.Health = 0
  7. end
  8. end
  9.  
  10. p.Humanoid.Touched:connect(boi)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement