Skip to content

1.2

Compare
Choose a tag to compare
@Upbolt Upbolt released this 07 Nov 03:50
· 49 commits to revision since this release
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")

Update Notes

  • Modules will now be cached upon first usage of Hydroxide (and first usage of each future update).
  • Backwards compatible with old user execution script