Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- script.Parent.Touched:Connect(function(object)
- if game.Players:GetPlayerFromCharacter(object.Parent) then
- if object.Parent.Humanoid.Health > 0 then
- object.Parent.Humanoid.Health = 0
- end
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement