Function roblox::function::version[][src]

pub fn version() -> String
Expand description

Equivalent to string version() in Luau.

Returns

The current version of Roblox as a string. The integers in the version string are separated by periods, and each integers represent the following, in order:

Generation - The current generation of the application shell that is hosting the client.

Version - The current release version of Roblox.

Patch - The current patch number for this version of Roblox.

Commit - The ID of the last internal commit that was accepted into this version of the client.