What I learned
I learned how to use .LookAt with void Update to make a camera, or an object, look at another object where ever it goes. As you can see in my video I used both the transform.translate and transform.rotate to create a ball that I can control. Then I used the .LookAt to make a camera follow the ball.