Here’s a little excerpt from my code
function LateUpdate() {
transform.Rotate(mouseMoveY,0,0);
if(currentrotX < 280 && > 65){
transform.Rotate(280,0,0);
}
}
This gives me the error "Assets/MouseLookY.js(17,30): BCE0044: expecting ), found ‘&&’.
"