voicechat.setvolume Synchronous

Set the audio playback volume multiplier.

Syntax
Luau
voicechat.setvolume(volume: number) -> ()

Parameters

Function parameters
ParameterTypeDescription
volumenumberFinite number from 0 through 4. Zero is silent; 1 is the normal multiplier.

Returns

()

This function returns no values.

Usage notes

Values outside the supported range, NaN, and infinite numbers are rejected.

Kawaii documentation