# MatchStart

Example usage:

```lua
-- Play halloween music at the start of the game
Events.MatchStart(function(event)
    SoundService.playSound(Sound.HALLOWEEN_2022_BOSS_MUSIC)
end)
```
