RandomPerson123

Untitled

Jun 20th, 2016
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. A = game.Workspace.ReapingDemon: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