collider detection ??

hello , I used Instantiate to clone an object(rocket) but I can’t test collision with other object how i do it ???

The most common way to do this is by using OnCollision or OnTrigger. If you search for those in the Unity documentation you should get an explanation and some examples. The tutorials also cover them.