Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 947 Bytes

README.md

File metadata and controls

28 lines (15 loc) · 947 Bytes

Conglomeration (CGL) | Pure Lua

For more information about Conglomeration, see the About Repository

Installation

Pure Lua

The easiest way to install Conglomeration is to download a pre-minified build from here, and inserting it into your Repository.
From there, you can require it using require("cgl") (if the file is named cgl.lua)

Roblox Lua

External Module

You can load cgl using require(ID), where ID is one of the IDs found at /Roblox.md#ids

In-Game ModuleScript

Download the latest pre-minified build from here, then copy/paste the code into a modulescript - then require that modulescript.

Rojo

See In-Game ModuleScript

API

TODO: ADD API DOCS