Search game objects with script

Hi, is there anyway to select a script and see every gameObject that has that script attached to it?

Are you talking about runtime or edit time. At runtime, you can use Object.FindObjectsOfType(). At edit time, you can type the name of the script into the search box in the upper right corner of the Heirarchy window.