Is there a way to detect whether a player has their microphone turned on?

I’m trying to make a horror game and I want the microphone of the player to always be on. Idk if thats really even allowed but it’d be cool imo to hear people shout when they get jumpscared. Is there also a way to detect whether they are talking or not?

1 Like

You can only check if player has voice chat enabled in the game with VoiceChatService, not to interact with the option to be Voice Chat enabled.

You can’t record what people say ingame. There’s also no reason to force players to turn on their microphone. Just let them use voice chat or not.

2 Likes