Load levels?

Hi, I am still learning the ins and outs of Unity, and have created several levels. I want the First Person Controller to be able to know when it walks into a certian object for it to teleport/load another level. I can only make it so when you click it loads the level at the moment (on hover/on click)

Thanks.

Look into ‘triggers’. (You should be able to find what you need by searching the scripting reference for ‘trigger’.)