easyPOS
easyPOS
  • Welcome
  • Product Terms
  • Getting Started
    • Logging into the website
    • Enabling http requests
  • Products
    • easyExpress
      • Adding it to your game
      • Configuration
    • CafePOS
      • Adding it to your game
      • Adding admin commands
      • Order Handler
        • Editing the orderable items
        • Service hold whitelist
      • Kitchen Visual Displays
        • Bumpbar whitelist
      • Points of Sale
        • Screen whitelist
        • Power whitelist
        • Receiving payments via proximity prompts
      • Kiosks
        • Power whitelist
        • Receiving payments via proximity prompts
      • Using custom GUIs
    • CafePOS - MOS
      • Adding it to your game
      • Configuration
Powered by GitBook
On this page
  1. Products
  2. CafePOS
  3. Kitchen Visual Displays

Bumpbar whitelist

PreviousKitchen Visual DisplaysNextPoints of Sale

Last updated 4 months ago

In the configuration we provide an example whitelist for the bumpbar, which will need changing from the default values.

To add more players, use the following format:

Settings.Whitelist = {
    Players = {
        -- [UserId] = "Username",
        [1] = "ROBLOX",
        [1749403537] = "TheMysticalBeat",
        [1521420392] = "zertybee_5",
    },
    Groups = {},
}

To add more groups, use the following format:

Settings.Whitelist = {
    Players = {},
    Groups = {
        -- [GroupId] = MinRank,
	[32675391] = 100,
	[16433555] = 150,
	[16876677] = 1,
    },
}
Bumpbar Whitelist