Creating Camera For Multiplayer From Blueprint on Player BeginPlay

I added a Print String into the tick event of the Camera BP which shows which actor the Camera is set to follow and I can see that the Event Tick is only running for the player on the server. I don’t think handling Camera should take any type of replication since each client should control their own Camera. I’m not sure why the Server is the only one creating the Camera BP.