P2P: Move the player on all clients

Hey, again me with a p2p problem.

Last time I asked for help someone told me I shouldnt register the key presses and just simulate those to the other client, I should instead just give the other players the position.

It just did nothing, my guess is, that I broke the position with all of the
ToString()” and “ToNumber

How to actually do it? lol

Be careful mixing cases.
p1X is not p1x

1 Like

hmm, still dosnt work