# Sandbox.Scene.WantsSystemScene

```csharp
bool WantsSystemScene { get; set; }
```

If true we'll additive load the system scene when this scene is loaded. Defaults
to true. You might want to disable this for specific scenes, like menu scenes etc.

Declared in [Sandbox.Scene](/api/Sandbox.Scene).
Assembly: `Sandbox.Engine`.
