Help with flashlight!

Could you help me out with this? i am trying to attach a “spotlight” to my character to insinuate a flashlight. i do not have the option to “make child of main camera” in the drop down menu of “fps controller” it only has “FirstPersonCharacter”. I am using the newest version of unity. i can make it a child of said “fps controller” but the light will not move up and down only side to side. any suggestions? Also i am only using personal version if that matters any.

,

Answered my own question after tinkering for a bit. Instead of creating a simple “FPSController” under Prefabs you are going to want to instead drag and drop the “RigidBodyFPSController” from there you should see in the Hierarcy section that it has been added, click the drop down menu of the “RigidBodyFPSController” and there you should see somthing called “MainCamera”. create a new spotlight then from the Hierarcy drg and drop the said SpotLight into the main camera. fidget with the rotation of the spotlight until it is where you want it to be. Hope this helps anyone who was questioning the same.