Does anyone know how to make a sound continue onto the next scene without having to start it from the beginning again?
Not sure if this works with the sound command, but try doing &sound
instead of @sound
.
1 Like
If you’re using music, the music will continue to play until you stop it. If you are using a sound and want it to play repeatedly just write:
music [insert sound name]
volume music # #
1 Like