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:
- Change the file's name to include the desired type.
SomeModule.luabecomesSomeModule.mod.lua,SomeLocalScript.luabecomesSomeLocalScript.local.lua, etc. - Add a comment (near the top of the file is preferable) that looks like this:
--# type=mod
ModuleScripts have the following shorthands:
modmodule
LocalScripts have the following shorthands:
loclocal
Scripts have the following shorthands:
scrserverscript