Set my character rotation on the client??

Set the replication of your rotation variable to repwithnotify. This would create a function called onrep_rotationvariable that would execute on both the server and clients when a change is made to the rotation. Then you can update the clientside rotation within this function.