i was making a code for multiplayer for bullets to spawn when left click but i found out that if both players shoot at the same time only one can shoot at a time and if player host hold down left click the game will only allow one peer to shoot and they will spawn a bullets like there shooting a minigun instead of one at a time and the host will stop shooting i found this out only when i was testing with a friend you can't recreate this without a second person or you have 2 pcs that you can click at the same time what i try to do is check if gun.id = peer.id spawn bullet but for some reason this does not work