Network.InitializeServer cannot be seen in Monodevelop?

I’m having an odd problem, I’ve been trying to solve this but cannot really.
When I am trying to type Network.InitializeServer, the InitializeServer doesnt pop-up as Variable in Network Class.50999-stuck.png . There is only 2 variable I can access, which is DestroyImmediate and Instantiate. I know this a very easy problem but i’m new to Networking. I hope someone can answer my easy problem :frowning:

That’s because you’ve called your script Network.cs, which has hidden the built-in Network class. Rename it.