Turret Replication

So im having issues once again to find a good way to replicate rotations, it seems not matter what i do the server does not pick up on client rotations from control rotation or rotated variables.

so i’ve got to this point, ive got replication working for clients to eachother but when i add a node to the has authority part everything stops working correctly.
What do i need to fill in for the has authority node that wont flat out break the other remote nodes?

after i gated it with a bool I figured out the issue, i had the clients and the server contesting eachother on the variable the other was setting, this fixxed the issue pretty fast. basicaly, on some event use an authority node on authority to true, while on remote to false, then emediatly after have the remote route to a replicate to server event and also set it to false.