KyrtapDev
(Kyrtap)
December 19, 2023, 4:03pm
#1
So im trying to make something like car but there is issue with synchronization between players.
Example:
Cube is moved using vector force and has raycast suspension system, player has network ownership set to this cube. Cubes are moved by local scripts.
How can i fix this?
1 Like
KyrtapDev
(Kyrtap)
December 20, 2023, 2:54pm
#2
how to fix this bug please help
sinanxd2
(Fisher)
December 20, 2023, 5:13pm
#3
Both characters send their position to server and server replicates it back to other clients. There will always be delay if you are using different network owners. (Ping.)
KyrtapDev
(Kyrtap)
December 21, 2023, 12:23pm
#4
how can i synchornize movement of cars then?