voicechat. setspeed Synchronous
Set the audio playback speed multiplier.
Luau
voicechat.setspeed(speed: number) -> ()Parameters
| Parameter | Type | Description |
|---|---|---|
speed | number | Finite 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.