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. Points of Sale

Power whitelist

PreviousScreen whitelistNextReceiving payments via proximity prompts

Last updated 4 months ago

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

To add more players, use the following format:

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

To add more groups, use the following format:

Settings.PowerWhitelist = {
    Players = {},
    Groups = {
        -- [GroupId] = MinRank,
	[32675391] = 100,
	[16433555] = 150,
	[16876677] = 1,
    },
}
Power whitelist