I want to play music for one scene but when you die I want the music to continue not start over, can someone help?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By antoniodev

I have tried messing with autoloads but still it doesn’t work so I am asking here if somebody could help. Thanks

:bust_in_silhouette: Reply From: Hapiel

Design it so that the audio stream player doesn’t need to reload. For example:

  • Container node
  • Audio player
  • Scene contents
    • map, player, etc…

In scene contents you put everything that you reset/reload when your player dies, but the audio player remains untouched.