Hi! I’ve been trying to use stop sound soundName
command and gives me an error no matter what I’m trying.
play sound start_01
talk player idle "Hi!"
stop sound start_01
Logs or screenshots of the issue:
Hi! I’ve been trying to use stop sound soundName
command and gives me an error no matter what I’m trying.
play sound start_01
talk player idle "Hi!"
stop sound start_01
Logs or screenshots of the issue:
I think it wants to know what channel you’re trying to stop rather than the name of the sound. So maybe stop sound 0 would work
But also sounds aren’t meant to be stopped, as pausing and stopping is more meant for music, sounds are intended to be a one off
I found the solution. Stopping sound doesn’t work really as intended, and nor stop/pause working properly. But if I use play/stop ambient it exactly behaves as needed!