Clone a GitHub repository to ROBLOX Studio.
Download the plugin here; HTTP requests must be enabled for it to work.
Files will be cloned to the selected target object if they have a .lua
or .rbxs
file extension. By default they will be Script
instances (this can be globally changed in the plugin's user interface); you have two options for correcting this:
SomeModule.lua
becomes SomeModule.mod.lua
, SomeLocalScript.lua
becomes SomeLocalScript.local.lua
, etc.--# type=mod
ModuleScripts have the following shorthands:
mod
module
LocalScripts have the following shorthands:
loc
local
Scripts have the following shorthands:
scr
server
script