Skip to content

1.32

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

  • forgot to update the assetid in ui/main.lua