Unity Scripting Help

I need help scripting for my first ever game, it is an FPS about shooting cake. But what I need to know is how to make the cake shoot from my spawnCake sphere. To see what I have done and what I need watch this video!
link text

First, to find the user input variables (your “Jump”, “Fire1” etc) and what they’re mapped to, you can find them under Edit → Project Settings → Input. Click that, and the currently mapped controls will show up in the Inspector where you can mess around with them or add new ones.

Moving on to your next question, I noticed that they removed the link to the Unity FPS tutorial that Unity has put together, but the page still exists. I’d recommend you checking out

http://unity3d.com/support/resources/tutorials/fpstutorial.html

It helped me a lot when I was starting, in terms of learning some basic stuff about making guns work and physics interactions, and I think it might be very helpful for you, too!

As a side note, you may want to re-title your question to something more specific, since it’s very vague, and as a result, fewer people are going to see “Scripting Help” and feel the urge to click on it. A good question title is much more likely to draw in someone who is like, “Oh, yeah, I know how to solve ‘How can I make my character shoot things?’”