little help please

do any1 know how to make a object destroyed(with wich script)

like in this video:

public void OnCollisionEnter(Collision collision)
{
    Destroy(collision.collider.gameObject);
}