> For the complete documentation index, see [llms.txt](https://rocket-networking.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://rocket-networking.gitbook.io/docs/kickplayer-client_id.md).

# KickPlayer(client\_id)

## Description

This function can be called by any Client. It forcefully kills the connection between the server and the Client who's `clientId` you provided.

#### Syntax

```
KickPlayer(client_id)
```

| Argument    | Description                                                                         |
| ----------- | ----------------------------------------------------------------------------------- |
| `client_id` | <p>The RNet Client Id of the player you want to kick. <br>This must be a Number</p> |

#### Returns

```
N/A
```

The Client you kicked will run the `callback_DisconnectedFromServer` function and then ths server will kill its connection.
