help with first person controller code standard asset script "C#" im am a virgin to code

(CAN IF NEED GET PART OF THE SCRIPT?)
NullReferenceException: Object reference not set to an instance of an object (“1 problem”)

UnityStandardAssets.Characters.FirstPerson.FirstPersonController.RotateView () (at Assets/Standard Assets/Characters/FirstPersonCharacter/Scripts/FirstPersonController.cs:239)

UnityStandardAssets.Characters.FirstPerson.FirstPersonController.Update () (at Assets/Standard Assets/Characters/FirstPersonCharacter/Scripts/FirstPersonController.cs:64)

NullReferenceException: Object reference not set to an instance of an object (“2 problems”)

UnityStandardAssets.Characters.FirstPerson.FirstPersonController.UpdateCameraPosition (Single speed) (at Assets/Standard Assets/Characters/FirstPersonCharacter/Scripts/FirstPersonController.cs:197)

UnityStandardAssets.Characters.FirstPerson.FirstPersonController.FixedUpdate () (at Assets/Standard Assets/Characters/FirstPersonCharacter/Scripts/FirstPersonController.cs:131)

NullReferenceException: Object reference not set to an instance of an object (“3rd problem”)

UnityStandardAssets.Characters.FirstPerson.FirstPersonController.Start () (at Assets/Standard Assets/Characters/FirstPersonCharacter/Scripts/FirstPersonController.cs:50)

Figured it out, messed with to many tags and changed my instance to my object; Sorry this is first game.