Why my script don't work , Don't have any bug report

#pragma strict

function Start () {

}

function Update () {
if(Input.GetButtonDown(“Fire1”)) {
transform.Rotate(2711146,64.20119,-173.5131);
}

}

  • Please format the code (and add code tags) to make it more readable
  • Is the script attached to an in-game object?
  • Those rotational values look crazy. What exactly are you trying to do?