Skip to content

Getting Packages

Getting Packages is easy. Just determine what you want to use (listed here). Then, write the package name in the Packages.Index Module.

Example (DataStore2 & Roact):

local packages = {
    Shared = {
        Roact = true;
    },
    Server = {
        DataStore2 = true;
    },
}

return packages

Then, just press the Start button (2nd Item in Plugins tab) to get the packages from our github!