Mryeetmemes

Killbrick script

May 18th, 2021
67
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 = 50
  4.  
  5. end
  6. end)
  7.  
Advertisement
Add Comment
Please, Sign In to add comment