Why doesn't this work?

I want the client to get the Actors rotation value every tick and send it to the server.

the server sends the rotation value perfect without any custom events.

30883-yunowork.png

I don’t know anything about servers, but instead of using the custom event try using a sequence and on 0 you set the actor rotation and on 1 you send the information to the server.