#Need help in VC Range

1 messages · Page 1 of 1 (latest)

ruby sundial
#

Just finished my server and had a problem with players voice chat range everyone can hear each others from a far distance and i wanna fix it

cursive fjord
ruby sundial
cursive fjord
#

when i used it it was normal

#

Do you mean when the camera hovers over to the player?

#

if so, thats just normal

#

🤷

ruby sundial
#

No literally if you were on the end of the map and i was in spawn i can hear you

desert gazelleBOT
#

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

ruby sundial
#

I check the game settings there’s no proximity chat option i only have VC on and off

cursive fjord
uneven swan
#

local script

#

put in startercharacterscript

#

and just iterate all player and find the character then rootpart

#

and compare every rootpart to ur rootpart

#

compare all distance and change their voice

#

depending how far

#

make it small the further u go, u can like divide 1/distance or something depending how far it is and then just check if distance = something then mute the person

ruby sundial
uneven swan
#

why