Your naming is off. The method you wish to start is called "firelaser", but you're starting it as "StartCoroutine("FireLaser")".
StartCoroutine is case sensitive. You have to make sure the method name matches *exactly*.
↧