Configuring the points of sale
Location of Settings
Go to the 'Points of Sale' folder, open 'Runtime_POS' then double click on 'Settings'.

Editing the Screen Whitelist
This setting determines who can click on the screen.

To add more players, use the following format:
Settings.ScreenWhitelist = {
Enabled = true,
Players = {
-- [UserId] = "Username",
[1] = "ROBLOX",
[1749403537] = "TheMysticalBeat",
[1521420392] = "zertybee_5",
},
Groups = {},
}
To add more groups, use the following format:
Settings.ScreenWhitelist = {
Enabled = true,
Players = {},
Groups = {
-- [GroupId] = MinRank,
[32675391] = 100,
[16433555] = 150,
[16876677] = 1,
},
}
Editing the Power Button Whitelist

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,
},
}
Other Settings
AdTime
Settings.AdTime = 10
This setting will determine how long an advertisement is displayed for before switching to the next.
Last updated