Custom Properties in lobby [PUN2]

Options
I'm working on making the lobby for my game, and I created the room with a RoomOptions that contains both a CustomRoomProperties hashtable and a CustomRoomPropertiesForLobby string[] so that I can access the map and match type in the game and lobby.

When another client goes into the lobby, I can get most of the correct stuff out of the RoomInfo (the name, max and current players, etc), but I cant get the custom properies through GetCustomProperies (it just returns an empty hashtable) or through the RoomInfo.propertiesListedInLobby (which is protected and inaccessible).

The documentation and tutorials have been less than useful. Any advice?

EDIT: Nevermind, I'm just dumb. For anyone wondering that has this same problem, the string[] for customRoomPropertiesForString are the string keys you want to include from your custom properties, not the properties themselves.
This discussion has been closed.