Classes
Learn how to create classes for more theming possibilities.
Classes in Enoria work pretty much like CSS classes. They let you define properties and apply them to any element.
Classes are defined in a ModuleScript. Here's how it looks like, for defining a Title class:
ProjectPath.style.Classes.lua
Then, in your project main LocalScript, you have to tell Enoria that you want to use this ModuleScript for classes:
However, at the moment, there's no way to assign multiple classes.
Last updated
Was this helpful?