Configuration

// This is how the config file could look like
Config = {}

Config.Language = "en" -- change this to fit your language but make sure that the locales file exists in the /locales/ folder.

Config.DisableRadar = true -- disables the radar during creation
Config.EnableFade = true -- enables the fade effect at the beginning and the end of the creation
Config.useSkinchanger = true -- enables / disables skinchanger integration. If enabled, the callback from "OpenCreator" will return a skinchanger skin object.

Last updated