Killbrick script!: script.Parent.Touched:connect(function(hit) if hit and hit.Parent and hit.Parent:FindFirstChild("Humanoid") then hit.Parent.Humanoid.Health = 0 end end) Trampoline script!: local Part = script.Parent Part.Velocity = Vector3.new(0, 1000, 0)