Hi so I have this thing where when the user hits the space bar an array of integers is created randomly, each integer corresponds to a sound. I have a Sound Cue with a Switch node set up and working, however I can’t figure out how to get the sounds to play one by one in sequence, right now I’m running a For-Each loop over every array element but it goes so quickly the only audio that plays is the last run through the loop. How can I set this up properly?