Skip to content

1.36

Latest
Compare
Choose a tag to compare
@Upbolt Upbolt released this 14 Jun 13:53
· 5 commits to revision since this release
7c28efb
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

  • removed startup messagebox