Hello community, I’m trying to stop a soundtrack audio loaded like a stream but, when I write audio.stop () theres an error.
local soundtrack = audio.loadStream ("soundtrack.wav") audio.play (soundtrack) audio.stop (soundtrack)
Hello community, I’m trying to stop a soundtrack audio loaded like a stream but, when I write audio.stop () theres an error.
local soundtrack = audio.loadStream ("soundtrack.wav") audio.play (soundtrack) audio.stop (soundtrack)
what is the error?
what is the error?