Advertisement
Plus_Gaming

Lava script

Apr 20th, 2020
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. script.Parent.Touched:Connect(function(touch)
  2. if touch.Parent:FindFirstChild("Humanoid") then
  3. local humanoid = touch.Parent:FindFirstChild("Humanoid")
  4. humanoid.Health = 0
  5. end
  6. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement