Advertisement
PrincessUSA_Dev

Untitled

Mar 26th, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. ['SelfCheckIn'] = { -- Self check in settings.
  2. ['Enabled'] = true; -- Set to true to enable. Standard licenses can use the self checkin, but can not customize it.
  3.  
  4. ['Gamepass'] = 5955071; -- Set to gamepass number in a table to enable. Only allows users with certain gamepass to use self checkin. (must be a table or false -> ex: {assetId,assetId})
  5. ['RoomTypes'] = {'Standard Suite','Premium Suite'}; -- Set to a table of room types to enable. Only allows users to check themselves in to specified rooms. ex: {'Standard Suite','Premium Suite'}
  6. ['ShowNotOwned'] = true; -- Set to fal
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement