# GameClass.client_onLoadingScreenLifted

Called when the loading screen is lifted when entering a game.

**Kind:** Callback

**Environments:** Game

## Game

**Callback side:** Client

``` { .lua .api-signature }
GameClass:client_onLoadingScreenLifted(  )
```

[Open the full Game reference](../Game-Script-Environment/Classes/GameClass.md#client_onloadingscreenlifted)

**Parameters:**

| Name | Type | Description |
| --- | --- | --- |
| `self` | table | The class instance. |
