audio stream

  1. G

    Why my game freezes when loading audio stream via Moonloader?

    Hello Everyone, I have made a simple script to play an audio stream from an audio URL, the script is working fine it plays audio stream but my game freezes when it starts loading audio from URL. Here is my script: function main() repeat wait(1) until isPlayerPlaying(playerHandle) if...