On my multiplayer game I want a bullet to spawn when they press a button, and then it is sent to the host through the sync method.
The problem is that the bullet is spawned for everyone, so even though the player spawns it first to get rid of the seeming lag, another bullet spawns a quarter of a second later. How do I stop this from happening?