# Sandbox.Networking.CreateLobby

## Overload 1

```csharp
static void CreateLobby(LobbyConfig config)
```

Will create a new lobby with the specified [Sandbox.Network.LobbyConfig](/api/Sandbox.Network.LobbyConfig) to
customize the lobby further.

### Parameters

- `config` (`LobbyConfig`)

## Overload 2

```csharp
static void CreateLobby()
```

> **Obsolete.** Use CreateLobby( LobbyConfig )

Will create a new lobby.

Declared in [Sandbox.Networking](/api/Sandbox.Networking).
Assembly: `Sandbox.Engine`.
