(fr like just one touch and just) (local brick = script.Parent local function onTouch(hit) if hit and hit.Parent then brick:Destroy() end end) ((its the roblox killbrick script))