Simple Ball Game

Please need a lot of help with a simple ball game;
We need the c# scripting for a ball (sphere shape on unity 3d) to move aball

Well… there’s many ways somebody can interpret your question (if it even is a question) you should find out what you need, and ask how YOU would be able to make it yourself. You can’t expect us to get your shit together for you, do you want this sphere controlled by physics? simple character controller? how is it supposed to move? You need details, and don’t just ask people to make a script for you.

Create a sphere and add rigidbody, and then rigidbody.AddForce(x,y,z); You could ask in the answers section of this site or in the scripting.

The AddForce function should be used when keys are pressed accordingly.