Ownership of objects already in scene?

Options
Hi.

I'm having trouble with photonViews and ownership. In my game right now there's a menu, and when you click on the "host game" button you switch scene and create a new room. However, the scene you load already has two paddles (think ping pong or any other game where there are two paddles), and the two paddles have a Photon View already attached to each of them.

I don't want to instantiate each paddle separately because I want there to be a paddle, so what I want to do is just give the "host" or creator of the room 1 of the 2 paddles, and then the second player the other paddle. Right now my problem is that whenever you create the room you are given ownership of both paddles.

How can I only give ownership of ONE paddle to a player?