I created a slider (named sfx) to control the volume of audio with the SFX tag, with a minimum value of -15 and a maximum value of 0. In the event sheet, I wrote:
On slider changed -> Set volume ("SFX") to sfx.Value.
However, this doesn’t work. I have a button that plays audio with the SFX tag, which I use to test the volume change, but there is no effect. On the other hand, I found that directly setting the volume to sfx.Value in the audio action works.