Skip to content

Instantly share code, notes, and snippets.

@nodomw
Created November 8, 2022 18:38
Show Gist options
  • Save nodomw/ea8a702e9ac7398e5ffa6328735a59cf to your computer and use it in GitHub Desktop.
Save nodomw/ea8a702e9ac7398e5ffa6328735a59cf to your computer and use it in GitHub Desktop.
if NEON then return end
if not isfile('neon/init.lua')then
makefolder('neon')
local raw = 'https://raw.githubusercontent.com/%s/%s/master/init.lua'
writefile('neon/init.lua',game:HttpGet(raw:format('belkworks','neon')))
end
pcall(loadfile('neon/init.lua'))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment