voicechat.setmicmuted Synchronous

Update the voice-chat microphone mute setting.

Syntax
Luau
voicechat.setmicmuted(muted: boolean) -> ()

Parameters

Function parameters
ParameterTypeDescription
mutedbooleantrue to mute the microphone; false to unmute it.

Returns

()

This function returns no values.

Kawaii documentation