I want to change my hud voice from t.o.k.o.v.o.i.p to mumble

hello i got hud qb script that it shows when i talk or not yellow color, and it works on ■■■■■■■■ but i want to change it to mumble
code :
RegisterNetEvent(“hud:client:playertalking”, function(voiceTalkState, radioTalkState)

SendNUIMessage({

    action = "talking",

    voiceState = voiceTalkState,

    radioState = radioTalkState

})

end)

RegisterNetEvent(“hud:client:settalkingstate”, function(voiceModeState)

SendNUIMessage({

    action = "talkingstate",

    talkingState = voiceModeState

})

end)