Skip to content

Instantly share code, notes, and snippets.

@cm8263
Created September 9, 2019 05:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cm8263/0e4ec75f368e05a7046c33a489ebfd82 to your computer and use it in GitHub Desktop.
Save cm8263/0e4ec75f368e05a7046c33a489ebfd82 to your computer and use it in GitHub Desktop.
-- Local whitelist variable
local Whitelist = {}
-- Boolean for whether player is whitelisted for command1
Whitelist.command1 = false
-- Boolean for whether player is whitelisted for command2
Whitelist.command2 = false
-- Boolean for whether player is whitelisted for event
Whitelist.event = false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment