optimisticside / NevermoreEngine

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

Home Page:https://quenty.github.io/NevermoreEngine/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nevermore

Documentation status Discord Build and release status

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

View docs →
 
WARNING: This branch of Nevermore is under development and is gaining CI/CD and other quality-of-life upgrades. Usage may be unstable at this point, and versions may not be fully semantically versioned. ⚠
 

Install using npm

Nevermore is designed to use npm to manage packages. You can install a package like this.

npm install @quenty/maid

Each package is designed to be synced into Roblox using rojo.

Install using bootstrapper

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)

About

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

https://quenty.github.io/NevermoreEngine/

License:MIT License


Languages

Language:Lua 98.9%Language:Python 1.1%