[HELP] Multiplayer projectile replication

Client-side prediction is simply executing the clients input and logic immediately. Then send an RPC to the server for it to handle the networked version of it.

If the server determines you can fire it’ll do its own sim of the firing and multicast to all other sims to fire.

1 Like