# Player.sendCharacterEvent

Sends an event to a given player

**Kind:** Function

**Environments:** Game

## Game

``` { .lua .api-signature }
player:sendCharacterEvent( event )
```

[Open the full Game reference](../Game-Script-Environment/Userdata/Player.md#sendcharacterevent)

**Availability:** Server only

**Parameters:**

| Name | Type | Description |
| --- | --- | --- |
| `player` | [Player](../Game-Script-Environment/Userdata/Player.md) | The player to send to |
| `event` | string | The event to send |
