Skip to content
This repository was archived by the owner on Nov 10, 2018. It is now read-only.
/ rbxloader.lua Public archive

[ARCHIVED] Downloads ROBLOX builds using a command-line interface.

Notifications You must be signed in to change notification settings

Anaminus/rbxloader.lua

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

rbxloader.lua

Downloads ROBLOX builds using a command-line interface.

Arguments

rbxloader.lua accepts the following arguments. Order matters.

  1. The directory to download to. Defaults to the current directory.
  2. The domain to download from. Defaults to roblox.com.
  3. 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.

Examples

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

Dependencies

About

[ARCHIVED] Downloads ROBLOX builds using a command-line interface.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages