Reference API Roblox

Engine API

Website

Related

Reference API Roblox

CloseReason

Specifies the reason for the experience server shutdown.

Items 6

HistoryNameValueDescription
636Unknown0

The server shut down for an unknown reason.

636RobloxMaintenance1

The server shut down for maintenance.

636DeveloperShutdown2

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

636DeveloperUpdate3

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

636ServerEmpty4

The last player has left and the experience is empty.

636OutOfMemory5

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

Description

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.

History 7

Settings