Skip to content

1.22

Compare
Choose a tag to compare
@Upbolt Upbolt released this 07 Nov 05:22
· 45 commits to revision since this release
8d99524
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

  • Added case for slash escapes