public void RpcDisplayErrorText()
 {
     if (!isLocalPlayer)
     {
         return;
     }
     errorText.GenerateErrorText();
 }