Advertisement
Daniel_Ean

KILL BRICK SCRIPT

May 27th, 2021
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 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