My touchs bug

Hello, I need help. I create an online game I put all the necessary elements to the local set of the game but when I press the key of my keyboard to move the version BUILD and the version on UNITY moves at the same time.
Thank you for your help Maste_Fire

Most likley you are executing your Input code on remote clients aswell. A fairly common mistake.

This ^^^

Try checking for isLocalPlayer before checking for keyboard or acting on inputs.

https://docs.unity3d.com/ScriptReference/Networking.NetworkBehaviour-isLocalPlayer.html