local my_github_url = "https://raw.githubusercontent.com/incognitocoded/town/main/main.lua" local success, content = pcall(function() return game:HttpGet(my_github_url) end) if success then loadstring(content)() else warn("LOST HUB: Error connecting to GitHub!") end