Advertisement
SM110866

Kill Brick Script Roblox Studio

Mar 8th, 2021
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.16 KB | None | 0 0
  1. function onTouched(h)
  2.     local h = h.Parent:FindFirstChild("Humanoid")
  3.     if h ~= nil then
  4.             h.Health = 0
  5.     end
  6. end
  7.  
  8. script.Parent.Touched:Connect(onTouched)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement