So basicly, I have this:
sound.lua -
os.execute("./sound_play.sh")
play_sound.sh -
play -q /home/$USER/ProgramData/PowderToy/scripts/boom.wav
Now, everything is working fine, it plays the sound. The problem is, when the script is run, the console/TPT freezes up until the sound is done playing.
How can I make it so that it doesn't freeze up?