new age horror games tend to have a voice meter where if you make too much noise and it gets picked up by your microphone, the monster or whatever knows where you are or something ends up happening
is this possible to do in roblox?
new age horror games tend to have a voice meter where if you make too much noise and it gets picked up by your microphone, the monster or whatever knows where you are or something ends up happening
is this possible to do in roblox?
I don’t think it is possible currently.
The only function available is for checking if the player has access to voice chat, and nothing else
So I wanted the same thing as you and I’ve created this model:
VoiceDetector.rbxm (19,8 KB)
Make sure you have enabled the new AudioAPI in Studio and VoiceChatService. Also make sure you ungrouped everything in the right place.
Modify it as you want.