Skip to content

1.34

Compare
Choose a tag to compare
@Upbolt Upbolt released this 27 Oct 04:42
· 10 commits to revision since this release
b9c475a
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

  • updated all assetids in every ui component