# Sandbox.ISceneStartup.OnClientInitialize

```csharp
void OnClientInitialize()
```

Called in game after the client has loaded the initial scene from the server, or after OnHostInitialize. 
This is not called on the dedicated server.

Declared in [Sandbox.ISceneStartup](/api/Sandbox.ISceneStartup).
Assembly: `Sandbox.Engine`.
