i know i could call RPC to tell server to spawn projectile and replicate it to all clients.
But considering network delay which is deadly in FPS games in my opinion, i’d like to spawn projectile in Cilent who shot it first, then use certain way to tell server spawn projectile and replicate it except the Client who shot it.
I don’t know if i made it clear. thanks a lot if someone could help me!!!