In image 1 we can see that ApplyRotation(DeltaTime) as well as UpdateLocationFromVelocity(DeltaTime) is being called . Also we are updating the location of our gokart on the server through funtions from figure 2 . So my question is
What is the point of Replicating from server to client if we are updating our location from client to server?
Don’t we have to remove ApplyRotation(DeltaTime) as well as UpdateLocationFromVelocity(DeltaTime) from our code?