Disable Voice Chat Bubble

Hi, I have a gun system in my game, I’m trying to figure out a way to temporarily disable the voice chat bubble while the player is aiming as it becomes impossible to use my weapons as the mouse gets stuck in the chat bubble.

Is there some endpoint or somewhat I can temporarily disable this on a player while aiming?
image

8 Likes

No, there sadly isn’t. There should be though.

6 Likes

I don’t think there is a way to disable it, not even with a code. I agree, there should be a feature to disable the bubble.

4 Likes

I agree with everyone here, there should be a way to disable it, but I don’t think there is.

3 Likes

game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Chat, false)

Have you tried this? Spatial voice might be categorised with chat.

2 Likes

Thanks that worked!

game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Chat, false)

Worked for me!

2 Likes

Seems to only work if it ran first before game loaded.

3 Likes

I agree they need one! Makes it hard for some games.