Advertisement
Guest User

Do in the walls script

a guest
Aug 20th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. function onTouched(part)
  2. local h = part.Parent:findFirstChild("Humanoid")
  3. if h ~= nil then h.Health = 0 end
  4. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement