Skip to content

Instantly share code, notes, and snippets.

@howmanysmall
Created April 8, 2020 17:59
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 howmanysmall/703f6f9a979ec42d6d631364c6fbe98a to your computer and use it in GitHub Desktop.
Save howmanysmall/703f6f9a979ec42d6d631364c6fbe98a to your computer and use it in GitHub Desktop.
local Functions = {}
Functions["FunctionOne"] = function()
end
Functions["FunctionTwo"] = function()
end
require(4185109675).new(1, "Title", Functions)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment