Skip to content

Hydroxide

Compare
Choose a tag to compare
@Upbolt Upbolt released this 14 Oct 19:04
· 99 commits to revision since this release
b3dc8cc
local owner = "Upbolt"
local branch = "revision"

local function webImport(file)
    return loadstring(game:HttpGetAsync(("https://raw.githubusercontent.com/%s/Hydroxide/%s/%s.lua"):format(owner, branch, file)), file .. '.lua')()
end

webImport("init")
webImport("ui/main")