Theme

An InStore theme module.

File Structure

File Name
Type
Description

MainModule

ModuleScript

The primary module script for your theme, which should follow the Theme Module structure.

Gui

Folder

A folder containing UI components. These are automatically placed in a ScreenGui

Templates

?Folder

A folder that contains templates for your theme. This is recommended for organization.

ThemeScripts

Folder

This houses all client scripts for your theme.

MainModule
 |
 +-- Gui
 |
 +-- Templates
 |
 +-- ThemeScripts

Example File Structure

Theme Module Structure

Field
Type
Description

Name

string

a unique name

Version

string

the current version number

Description

string

a short description

Author

string

the author

Keywords

?string[]

keywords describing the theme

script

script

must be the current script for internal processing

Example Theme Module

Last updated

Was this helpful?