Advertisement
blakehelton

KillBlock Script

Jul 29th, 2021
1,024
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.16 KB | None | 0 0
  1. script.Parent.Touched:connect(function(hit)
  2.     if hit and hit.Parent and hit.Parent:FindFirstChild("Humanoid") then
  3.         hit.Parent.Humanoid.Health = 0
  4.     end
  5. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement