Client
Play a short clip with a specific group and clip name.
local playid --[[ integer ]] = audio.play_one_shot(group --[[ string ]], clip --[[ string ]], delay --[[ integer ]])
-- Play a random mission completion sound. audio.play_one_shot("UI_Music", "Mission_Completion")
Last updated 5 months ago