Opening random level in paper 2d? how is that possible?

Yo, I’m making a quiz in paper2d using widgets. How can I make sure a random level pops up when I click a button?

Create new array variable from Name (LevelNames) then add your level names to it. Then just pick random from it.