Midnightific / Overture

Source code management engine for Roblox.

Home Page:https://devsparkle.me/Overture/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Overture

o·ver·ture
/ˈōvərCHər,ˈōvərˌCHo͝or/

  1. an orchestral piece at the beginning of an opera, suite, play, oratorio, or other extended composition.
  2. an introduction to something more substantial.

Overture is a source management module for Roblox. Overture was created to decomplexify the loading of libraries, streamline OOP classes and bridge the server-client gap!

For more information on usage, head over to the documentation webpage.

Getting Started

Head over to the releases tab and download the prepared .rbxm file. Insert this file into your game and drag the ModuleScript to ReplicatedStorage.

Then, require it in your code like the example below:

local Overture = require(game:GetService("ReplicatedStorage"):WaitForChild("Overture"))

About

Source code management engine for Roblox.

https://devsparkle.me/Overture/

License:MIT License


Languages

Language:Lua 100.0%