Fast movement replication (Aircrafts)

just replicate your jet’s position at a high frequency to the server, then to everyone else through replicated variables. Use VInterpTo or RInterpto or TInterpTo to smooth out the servers data on the event tick

if you really want to get hardcore you can implement client side prediction or some physics rewind stuff, but you should start simple

1 Like