About
DeusFramework serves primarily as a bare bones module loader with few bloat modules and a result has no services of its own. CardinalEngine is a higher-level module loader built on DeusFramework and provides basic services for managing DeusFramework modules.
DeusFramework is able to be used independently from CardinalEngine
Setup
Roblox Studio
-
Download the rbxm from CardinalEngine or DeusFramework
-
Insert the file into ServerScriptService
Visual Studio and Rojo
-
Download the source code from the links above or clone the repository through GitBash
-
Unzip the file and place it anywhere in your project directory
-
In the CardinalEngine directory run
git submodule update --init --recursive