How to play the first sequence to the end, then play the next sequence?

From the return value of the first Create Level Sequence Player node, you can call Bind Event to On Finished and bind it to a custom event. This custom event will then get called when the first sequence is finished playing. You can then start creating and playing the next sequence.

2 Likes