The jam is running. Build something, or play the entries.
public sealed class PlayerCameraSpawner : Component { protected override void OnStart() { if ( IsProxy ) { // Disable camera for other players GetComponentInChildren<CameraComponent>().Enabled = false; } } }