Skip to content

Instantly share code, notes, and snippets.

@samisalreadytaken
Last active November 13, 2021 13:55
Show Gist options
  • Save samisalreadytaken/f25fc07ba2d3a1052002ded99a9b6341 to your computer and use it in GitHub Desktop.
Save samisalreadytaken/f25fc07ba2d3a1052002ded99a9b6341 to your computer and use it in GitHub Desktop.
for addon in Convars:GetStr("default_enabled_addons_list"):gmatch("[^,]+") do
pcall(require, addon)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment