How To Move An Instantiate Object

Hi All

I am New bie to Unity. In my project The player is there(cube).The Object(Capsule) Should Instantiate before the Player…And the instantiate object should move towards to the another Object(QUad).

I should use AddForce Concept Here.

How can i Do it.

Any Ideas Welcome.

Thanks

A. give him a script and make him do it on his own
B. GameObject obj = instantiate here
obj.getComponent().AddForce(…)

In terms of performance, what would be the most efficient ?

Cheers

I really cant tell, maybe the script one working on their own