instant kill script roblox 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) instant kill script roblox