Transition between levels?

How do you transition between levels and how do you keep the correct score from the first level to the last?

Use level streaming. You can store the score in the persistent level and just load in levels with the “load stream level node” - remember to unload the previous level too.

I’m sure there are other ways of doing this but that’s a bit beyond my knowledge.

Thanks for that I’ll look at that is there anything that tells you how to do that (level streaming)?