MatchStart
Fires when the match starts
Example usage:
-- Play halloween music at the start of the game
Events.MatchStart(function(event)
SoundService.playSound(Sound.HALLOWEEN_2022_BOSS_MUSIC)
end)
Last updated
Fires when the match starts
Example usage:
-- Play halloween music at the start of the game
Events.MatchStart(function(event)
SoundService.playSound(Sound.HALLOWEEN_2022_BOSS_MUSIC)
end)
Last updated