Sprinting replication issue

Just you.

Max Walk Speed is a replicated variable in the Character Movement Component. Thus the replication system will pass the values down. More so it sets the “Velocity” of simulated proxies.

No need to multicast/RPC anything from the server for this specific scenario.

1 Like