Skip to content

1.3

Compare
Choose a tag to compare
@Upbolt Upbolt released this 19 Mar 01:28
· 22 commits to revision since this release
9d75405
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")

Update Notes

  • Added fix for new vector type (merged from GameGuyThrowaway)