Well I'm making a multiplayer space game, and while player movement works and everything, I'm trying to make exhaust come out behind the ship when the player moves. The problem is that the exhaust particles, which I put in a container with the player sprite, show only for the host. The peer can see his own particles, but not the hosts. This seems to happen the same when I tried to make bullets that can be fired by pressing a button.
Is there something I'm forgetting? Thanks in advance.