Where to put scripts for things like UI

Just started with Unity3d and networking and trying to create non-player in-game menu’s using the UI. Wonder if i can have a central empty GameObject were i put the scripts? If so, how do i manage the networking part of the empty GameObject and references to the UI objects.

UI elements are unique to the local player (in most cases). They don’t need to be networked.