Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function onTouched(h)
- local h = h.Parent:FindFirstChild("Humanoid")
- if h ~= nil then
- h.Health = 0
- end
- end
- script.Parent.Touched:Connect(onTouched)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement