Skip to main content
Learn how to set up a global configuration.

v2 Global Config Support

CafePOS Lite v2 will feature a global configuration by default.

Installing global configurations requires knowledge of Roblox Studio, such as workspace manipulation, script editing, and the insertion of script types.
1

Open Roblox Studio

Open Roblox Studio and select your experience.
2

Create the Global Config

Copy the code below this text. Now switch to the CafePOS Lite folder. Create a ModuleScript there and name it GlobalConfig.
3

Override The POS Settings

Now that the Global Config exists, copy the code located below this text. Select your CafePOS Lite folder, then select the “Terminals” folder. Now, within each POS model, replace the contents of the “settings” module with the copied content.
The Lane ID must still be configured in every terminal.
4

Configure The Global Settings

Now you can edit all options in the Global Settings module, and the POS terminals will be automatically updated.
5

You're All Set

You have successfully configured and created the global configuration.