get forward vector replication fix

Hi guys,
I’m working on a game which the player control a ball
this is what I use for movement

it works fine only on the server
(I think that the right and forward vector values are not replicated plz I need help fixing it)

Try using GetControlRotation instead of Camera.

2 Likes

same problem, it works only on the server
(the movement works on both client and server )
the ball should move according to the camera direction
if u see the video below the server(left screen) is moving fine
but the client(right screen) is not moving to the camera direction