Im trying to create a multiplayer topdown shooter game. Im currently working on the mechanic that the player character always looks at the mouse position, i calculated the mouse position with ConvertMouseToWorldSpace and other functions. Now im trying to figure out how to make my character look at my mouse position so that other players also see what my controlled player does.
I tried it by using SetActorRotation both locally and per server event, but it only rotates every player character on the Client i control, the other clients see no rotation on any player char.