Play audio sound

Hi i was just wondering i am creating a maths game and was wondering i want the questions to be asked after the widget has come on screen. Which node should I be using and should i use a delay between each audio? it plays one sound but not any others. I want it similar to baldi???

I’m not sure what you are asking for. You can plug several sounds into a Sound Cue, and play those randomly, as well as remixing it in various ways, if that is what you mean by only playing one sound.

If you want to play the same sound cue at various points in the game, you need to bind them to events, like pressing buttons, or using an event listener.