Properties
int64
[ReadOnly]
[NotReplicated]
|
Describes the ID of the user or group that owns the |
CreatorType
[ReadOnly]
[NotReplicated]
|
Describes the |
int64
[ReadOnly]
[NotReplicated]
|
Describes the ID of the |
GearGenreSetting
[ReadOnly]
[NotReplicated]
[Deprecated]
|
Not functional. Historically described the gear permissions of the |
Genre
[ReadOnly]
[NotReplicated]
|
Not functional. Historically described the |
string
[ReadOnly]
[NotReplicated]
|
A unique identifier for the game server instance running. Defaults to an empty string in Roblox Studio |
int64
[ReadOnly]
[NotReplicated]
|
Describes the ID of the |
int
[ReadOnly]
[NotReplicated]
|
Describes the version of the |
string
[ReadOnly]
[NotReplicated]
|
Describes the private server ID of the server, if the server is a |
int64
[ReadOnly]
[NotReplicated]
|
Describes the |
string
[Hidden]
[ReadOnly]
[NotReplicated]
[Deprecated]
|
A string that could identify the current server as a VIP server |
int64
[Hidden]
[ReadOnly]
[NotReplicated]
[Deprecated]
|
The |
Workspace
[ReadOnly]
[NotReplicated]
|
A reference to the |
Instance
[ReadOnly]
[NotReplicated]
[Deprecated]
|
Refers to the game’s |
Workspace
[ReadOnly]
[NotReplicated]
[Deprecated]
|
. |
bool
|
Determines if an |
string
[ReadOnly]
[NotReplicated]
|
A read-only string representing the class this |
int
[ReadOnly]
[NotReplicated]
[Deprecated]
|
The cost of saving the instance using data persistence. |
string
|
A non-unique identifier of the |
Instance
[NotReplicated]
|
Determines the hierarchical parent of the |
bool
|
A deprecated property that used to protect |
bool
[Hidden]
[NotReplicated]
[Deprecated]
|
string
[ReadOnly]
[NotReplicated]
[Deprecated]
|
Functions
void
|
Binds a function to be called before the game shuts down. The game will wait for all functions bound to complete before shutting down |
bool
|
bool
|
int
|
string
|
Array
|
Returns a table containing basic information about the jobs performed by the task scheduler |
string
[Deprecated]
|
[OBSOLETE]: This function will always return a blank string |
Objects
|
Returns an array of |
bool
[Deprecated]
|
This method is no longer useful and will always return false |
bool
[Deprecated]
|
Returns whether gear of the given |
bool
|
Returns true if the client has finished loading the game for the first time |
void
|
Loads a Roblox Place File from a URL. |
bool
[Yields]
[Deprecated]
|
Saves the current place |
void
|
Sets the |
void
|
Sets the |
void
|
Shuts down the current game instance |
Inherited from ServiceProvider: Show
Instance
|
Returns the service specified by the given className if it’s already created, errors for an invalid name. |
Instance
|
Returns the service with the requested class name, creating it if it does not exist. |
Instance
[Deprecated]
|
Instance
[Deprecated]
|
. |
void
|
This function destroys all of an |
Instance
|
Create a copy of an object and all its descendants, ignoring objects that are not |
void
|
Sets the |
Instance
|
Returns the first ancestor of the |
Instance
|
Returns the first ancestor of the |
Instance
|
Returns the first ancestor of the |
Instance
|
Returns the first child of the |
Instance
|
Returns the first child of the |
Instance
|
Returns the first child of the |
Instance
|
Variant
|
Returns the attribute which has been assigned to the given name |
RBXScriptSignal
|
Returns an event that fires when the given attribute changes |
Dictionary
|
Returns a dictionary of string → variant pairs for each of the |
Objects
|
Returns an array containing all of the |
string
[NotBrowsable]
|
Returns a coded string of the |
Array
[CustomLuaState]
|
Returns an array containing all of the descendants of the instance |
string
|
Returns a string describing the |
RBXScriptSignal
|
Get an event that fires when a given property of an object changes. |
bool
[CustomLuaState]
|
Returns true if an |
bool
|
Returns true if an |
bool
|
Returns true if an |
void
[Deprecated]
|
Sets the object’s Parent to nil, and does the same for all its descendants. |
void
|
Sets the attribute with the given name to the given value |
Instance
[CustomLuaState]
[CanYield]
|
Returns the child of the |
Objects
[Deprecated]
|
Returns an array of the object’s children. |
Instance
[Deprecated]
|
void
[Deprecated]
|
Instance
[Deprecated]
|
Objects
[Deprecated]
|
bool
[Deprecated]
[CustomLuaState]
|
bool
[Deprecated]
|
void
[Deprecated]
|
Events
RBXScriptSignal
[Deprecated]
|
Fires when SetGearSettings is called with a different value for allowedGenres |
RBXScriptSignal
|
Fires when the user prompts and increase or decrease in graphics quality using the hotkeys |
RBXScriptSignal
[Deprecated]
|
Fires when a property of any object in the |
RBXScriptSignal
|
Fires on the client when the game finishes loading for the first time |
Inherited from ServiceProvider: Show
RBXScriptSignal
|
Fires when the current place is exited. |
RBXScriptSignal
|
Fired immediately after the |
RBXScriptSignal
|
Fired when a service is created. |
RBXScriptSignal
|
Fired when a service is about to be removed. |
RBXScriptSignal
|
Fires when the |
RBXScriptSignal
|
Fires whenever an attribute is changed on the |
RBXScriptSignal
|
Fired immediately after a property of an object changes. |
RBXScriptSignal
|
Fires when an object is parented to this |
RBXScriptSignal
|
Fires when a child is removed from this |
RBXScriptSignal
|
Fires when a descendant is added to the |
RBXScriptSignal
|
Fires immediately before a descendant of the |
RBXScriptSignal
[Deprecated]
|
Callback
Tuple
[Deprecated]
|
Invoked before the game is shut down. When this callback returns, or the timeout period is hit, the game finishes shutting down. |