Network.Instantiate() VS Instatiate()

Hi guys i have a question what is the difference betwen Network.Instantiate(); and instantiate()—>used in a rpc function

Nothing much. Network.Instantiate makes a buffered RPC Call to everyone to regularily execute Instantiate().

nice info Flash