Need some to add sound to my script

the basics of sounds and music:

  • use the command music music_name to input music into your script (sounds added with the music command loop continuously until you turn them off).
    • to turn off music, use the command music off.
  • use the command sound sound_name to input non-looping sounds into your script (best used for quick sound effects).
    • to turn off sounds, use the command sound off.

you can learn more about sounds and music here:

1 Like