private void IncreaseSpeed(FinishLineReached sender)
 {
     rotateScript.IncreaseRotationSpeed(Speedincrement);
 }