Advertisement
Gememed

Unkillable

Jun 5th, 2019
1,163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. function onTouched(part)
  2. local h = part.Parent:findFirstChild("Humanoid") -- If this does not work check to make sure the part name is right
  3. if h ~= nil then
  4. h.Health = 0
  5. end
  6. end
  7. script.Parent.Touched:connect(onTouched)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement