How to detect if a player is loud on vc?

Im trying to find out how to make a script that can detect if a player is loud or screams on voicechat that it makes the character do something and i have seen games that would make your character die or jump if you yelled in vc. Thanks :smiley:

I believe that you would make use of an AudioDeviceInput, listening to changes in β€œVolume”, and doing something when the volume exceeds a certain value.

1 Like