So, I’ve been trying to get the audio library to work with this code:[lua]local buttonSound = audio.loadSound(“Sound/blop.wav”)
audio.play(buttonSound)
[/lua]
And getting this error:
I have no idea what I’m doing wrong. My file is in the location specified in the code relative to ‘main.lua’. So, I need your help, Mr./Ms. Smart Person!
Thanks!
P.S. The ‘Audio Volumes’ is me logging me setting volumes.