Advertisement
InfectionBlank

Untitled

May 27th, 2015
291
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. A = game.Workspace.kyrno:findFirstChild("Right Arm")
  2. script.Parent = A
  3. function OnTouched(hit)
  4. human = hit.Parent.Humanoid
  5. if hit ~= nil then
  6. human.Health = 0
  7. end
  8. end
  9. script.Parent.Touched:connect(OnTouched)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement