Configuring the kitchen visual displays

Location of Settings

Go to the 'Kitchen Visual Displays' folder, open 'Runtime_KVD' then double click on 'Settings'.

Locating the Kitchen Visual Display settings

Editing the Bumpbar Whitelist

Bumpbar Whitelist

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,
    },
}

Last updated