Advertisement
luchitasin9

Kill Part Script

Feb 20th, 2025
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.17 KB | Source Code | 0 0
  1. script.Parent.Touched:Connect(function(Hit)
  2.     if Hit or Hit.Parent:FindFirstChild("Humanoid") then
  3.         Hit.Parent.Humanoid.Health = Hit.Parent.Humanoid.Health - 10
  4.     end
  5. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement