#Voice chat bug

1 messages · Page 1 of 1 (latest)

crisp patrol
#

Hey hello i have an error in my roblox game that when players are even far away like even at the other side of the map they can hear eachother in the voicechat. like its broken everybody hears eachother and since its a hangout game its very annoying any tips.

long horizon
#

some context plese

crisp patrol
#

just from roblox

#

i put voice chat on from the game settings in studio and i can just hear everybody from so far away

#

i tried to turn it off and on but it kept being like that

crisp patrol
#

@long horizon

terse tuskBOT
#

studio** You are now Level 1! **studio

long horizon
long horizon
# crisp patrol <@938893848275480676>
local VoiceChatService = game:GetService("VoiceChatService")
local Players = game:GetService("Players")

VoiceChatService.ProximityVoiceEnabled = true

local range = 30

Players.PlayerAdded:Connect(function(player)
    VoiceChatService:SetPlayerMicRange(player.UserId, range)
end)

i found a random script online

#

idk if it works

#

send the properties of voicechat services if that doesnt work