Shutdown (Method)
From Legacy Roblox Wiki
Protected:This item is protected. Attempting to use it in a Script or LocalScript will cause an error.
![]() | |
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