voicechat.setspeed Synchronous

Set the audio playback speed multiplier.

Syntax
Luau
voicechat.setspeed(speed: number) -> ()

Parameters

Function parameters
ParameterTypeDescription
speednumberFinite number from 0.25 through 4. A value of 1 represents normal speed.

Returns

()

This function returns no values.

Usage notes

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

Kawaii documentation