Mute a players voice chat through a script

I have a game that when the players die there ragdoll is laying on the ground but the voice chat is still on the ragdoll. Is there any way that I can mute the players voice chat through a script?

2 Likes

Currently Voice Chat API is closed access and developers cannot do anything with it at all

Maybe you can use VoiceChatSDK

How do you use it:

local ReplicatedStorage = game:GetService("ReplicatedStorage")
local VoiceChatController = require(ReplicatedStorage:WaitForChild("VoiceChatSDK", 60))
VoiceChatController.mutePlayerAsync(playerInstance)

this didnt work is there any way that i could change the adornee for voice chat kinda like bubble chat

i think that the adornee from the voice chat is the head, what you can make is change the player head location and make a fake head to replace the original one.