Turret Replication via control rotation

Ive ran into this issue time and time again it seems, on how i should handle actor control rotation replication. This is what ive initialy set to not avail, what im atempting to replicate is a turret ontop of a vehicle


After some more work, ive got replication working on only clients; when i add anything to the has authority node it breaks the clients replications entirly.

What would be the proper way to reoute replication from the has authority node from here?

Ive figured out what the issue is after setting a bool to gate it. I had both the client and server contesting eachother in the same blueprint, so after i made these changes and gated it via bool it worked out the issue