Getting Started

Learn how to install Enoria and create a project.

Installation

If you are on Roblox Studio, download the latest release model and put it into ReplicatedStorage: https://github.com/Buildex/Enoria/releases

Or with VS Code and Rojo

Download the github repo: https://github.com/Buildex/Enoria

or install Enoria CLI to help you:

npm install enoria

Put it in shared/ ReplicatedStorage

cd src
cd shared
enoria init

Uninstall

(make sure you are in Enoria installation directory)
enoria uninstall

Enoria Snippets VS Code Extension

Search for "Enoria Snippets" in Extensions section in VS Code.

Last updated