How can I change audioresource's volume while playing?
How can I change audioresource's volume while playing?
8 Replies
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
as long as
inlineVolume
is enabled, <AudioResource>.volume.setVolume()
will work, even while playingCan I use it out of player's event?
yes
Oh I see
Ok thank you
but how can i enable inlineVolume?
inlineVolume: true
in the createAudioResource
optionsI seee
Thank you ma'an