One level instance Photon Pun

Options
In my multiplayer game, I want to make all the players share the same instance of a single world. Right now, what happens is that each player has their own level instance, and when something changes in their level, it doesn't happen with the other player's world. How can I fix this?