Skip to main content

sound.set_volume

Overview

  • Set a sound channel volume. Channels: master, music, sfx, ui, voice, cinematic. Value range: 0-100.

Metadata

FieldValue
DisplaySet Sound Volume
Categorysound
AccessScriptCheat
ScopeB1Standalone
Tags
Aliases

Parameters

NameTypeRequiredDefaultDescription
channelstringyesSound channel: master, music, sfx, ui, voice, cinematic
valuestringyesVolume level (0-100)

Returns

  • Return shape is not declared for this command.

Usage

await inzoi.cli.execute('sound.set_volume', {
channel: '',
value: '',
});