Hi all. I have been struggling with this all day now and just can’t seem to find a working solution from the tons of threads I have read. In my side scroller I check on every tick to see what direction a character is supposed to be facing and rotate them towards it. The direction they are supposed to be facing is stored in “Facing Right”. It works find on the client side. I am running a dedicated server and just trying to get the server to broadcast the rotation to all the clients so that the players can see each other’s rotation.
I don’t know what I am missing here, I’ve tried a bunch of different configs and can’t get the client’s to see each other’s rotation.