Advertisement
RoScripter

Part Kill Script

Mar 1st, 2020
13,083
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.17 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