Hi! I have been developing a game set in space (more details on that later
), and have found a weird thing happening with it: when server (I am using listen-server) moves around, bumps into clients, and so forth, everything works perfectly in both clients and servers vision. But when client moves around and bumps to server, nothing happens, as clients seem to not replicate over the network. What should I o?

Comment