Downloads ROBLOX builds using a command-line interface.
rbxloader.lua accepts the following arguments. Order matters.
- The directory to download to. Defaults to the current directory.
- The domain to download from. Defaults to
roblox.com. - The build type to download.
- If
studio, then the latest studio version is downloaded. - If
player, then the latest player version is downloaded. This is the default. - A specific version hash may be given instead. This takes the form of
version-<hash>, where<hash>is a series of hexadecimal digits.
- If
lua rbxloader.lua
lua rbxloader.lua . roblox.com player
lua rbxloader.lua %temp%/roblox/gt5/ gametest1.robloxlabs.com studio
lua rbxloader.lua C:/roblox/gt5/ gametest5.robloxlabs.com version-1a2b3c4d5e6f7890