Configuring the kiosks

Location of Settings

Go to the 'Kiosks' folder, open 'Runtime_K' then double click on 'Settings'.

Locating the Kiosk settings

Editing the Power Button Whitelist

Power 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

StartImages

Settings.StartImages = {
	"http://www.roblox.com/asset/?id=17854454559",
	"http://www.roblox.com/asset/?id=17854462070",
}

This setting will determine which images will be shown on the start order screen. Ensure you have a valid image ID or it will not appear.

The above example also shows how multiple images should be added.

Last updated