"local killbrick = script.Parent killbrick.Touched:Connect(function(hit) local humanoid = killbrick.Parent:GetChildren("Humanoid") if humanoid then humanoid.Health = 0 end end)"