Load Level after "x" seconds

Hello Unity Community,

How do you load a level after 1:08 minuets (or 1 minuet and 8 seconds) ? I have a cute scene and i need a level to load after it has finished.

Thank you for your time and help.

The Invoke function accepts a time parameter that will cause the invoked function to execute after time seconds.