This script will only work when the player is facing forward. You can't just add (0,0,10) and expect it to get rotated for you! `Use cam.transform.right * 10` and `cam.transform.right * -10` instead
↧