Okay so what you want to do in your case is replicate the camera’s location and rotation from the server to the clients.
The clients already seem to send the camera movement to the server by default but the server doesn’t share the camera data to the clients by default.
In order to do that, one method is to make a custom event set to multicast (then make sure you have your box attached to the camera).