CloseReason

Specifies the reason for the experience server shutdown. This enum value is the first parameter passed to functions bound by BindToClose().

The DeveloperShutdown value must always be passed to functions bound by BindToClose() when they're called in Studio.

Items

NameValueSummary
Unknown0

The server shut down for an unknown reason.

RobloxMaintenance1

The server shut down for maintenance.

DeveloperShutdown2

The experience developer has shut down the server, or functions bound by BindToClose() have been called inside Studio.

DeveloperUpdate3

The experience developer has migrated the server to a new place version.

ServerEmpty4

The last player has left and the experience is empty.

OutOfMemory5

The experience has hit the memory limit for the game server.

On this page