Any idea how to make it so my camera moves back to the position it started on load when a button is clicked. So when the button gets clicked, the camera moves back to original position,
Yep, take a note of the vector position (in the editor) and then translate the camera back to it’s original position based on a key press, just add the script to the camera:
As for input, if you need assistance look here: