-- Enable chat message sound? Config.ChatSound = true
-- Function to play sound from client function PlayBubbleSound(soundName) SendNUIMessage( type = 'playSound', sound = soundName ) end Fivem Bubble Sound Pack
exports['bubble_sounds']:PlayBubbleSound('bubble_pop') Edit your notification script – inside the SendNotification function add: -- Enable chat message sound
-- Volume (0.0 to 1.0) Config.Volume = 0.4 Fivem Bubble Sound Pack