Shutdown (Method)

From Legacy Roblox Wiki
Revision as of 14:10, 31 December 2010 by >Camoy
Jump to navigationJump to search
Protected:This item is protected. Attempting to use it in a Script or LocalScript will cause an error.
Shutdown( )
Returns nil
Description: Shuts down the server by calling CloseConnection on every Player's NetworkReplicator.
Member of: DataModel


Example
If using the Command Bar or a CoreScript...
game:Shutdown()
If using a Script or LocalScript...
game:Shutdown() --> s Shutdown