lumin/framework
v9.1.1 ·
A featherlight and quick framework for Roblox experiences
lumin/framework
A featherlight and quick framework for Roblox experiences.
Prerequisites
In order to use lumin/framework you must have the following dependencies installed:
Usage
This usage examples creates a new, and basic controller that uses another dependency.
local Framework = require(path.to.framework)
local Dependency = require(path.to.dependency)
local function Init()
Dependency.NuclearExplosion()
end
return Framework.New {
Init = Init,
Uses = { Dependency } -- Makes the dependency load first
}
License
This project is licensed under the MIT license