Movement of the ship needs to happen on the server. Player 1 is also the server, so their inputs will always work. That being said you need to RPC (run on server) any commands input by player 2.
Movement of the ship needs to happen on the server. Player 1 is also the server, so their inputs will always work. That being said you need to RPC (run on server) any commands input by player 2.