Skip to content

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

  1. Download the rbxm from CardinalEngine or DeusFramework

  2. Insert the file into ServerScriptService

Visual Studio and Rojo

  1. Download the source code from the links above or clone the repository through GitBash

  2. Unzip the file and place it anywhere in your project directory

  3. In the CardinalEngine directory run git submodule update --init --recursive