#Voice chat bug
1 messages · Page 1 of 1 (latest)
idk how are you adding voicechat
some context plese
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
@long horizon
** You are now Level 1! **
idk
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