Skip to content

ModuleScript loader with reusable and easy unified server-client modules for faster game development on Roblox

License

Notifications You must be signed in to change notification settings

chancegray/NevermoreEngine

 
 

Repository files navigation

Nevermore

ModuleScript loader with reusable and easy unified server-client modules for faster game development on Roblox
 

About

Nevermore is a ModuleScript loader for Roblox, and loads modules by name. Nevermore is designed to make code more portable. Nevermore comes with a variety of utility libraries. These libraries are used on both the client and server and are useful for a variety of things.

Nevermore follows both functional and OOP programming paradigms. However, many modules return classes, and may require more advance Lua knowledge to use.

Get Nevermore

To install Nevermore, paste the following code into your command bar in Roblox Studio!

local h = game:GetService("HttpService") local e = h.HttpEnabled h.HttpEnabled = true loadstring(h:GetAsync("https://raw.githubusercontent.com/Quenty/NevermoreEngine/version2/Install.lua"))(e)

Documentation

See quenty.github.io/api/ for API documentation.

Usage

See quenty.github.io/api/ for examples and usage documentation.

Community

About

ModuleScript loader with reusable and easy unified server-client modules for faster game development on Roblox

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Lua 100.0%