I won’t show the rest, all you need to know is the error not the entire script.
if(LeftLeg.transform.rotation = new Vector3(60, 0, 0)) // error here
{
x = -x;
}
It says on the if part that if I cannot convert Vector3 to quaternion when i assigned 3 floats, I don’t get this!