Adding velocity to ball

Options
So I cannot make the ball move after i spawn it. Can someone help me?
I'm spawning it using:
GameObject Ball = (GameObject)PhotonNetwork.Instantiate("Ball", Vector3.forward, Center.transform.rotation, 0);
This discussion has been closed.