Skip to content

1.25: Merge pull request #48 from strawbberrys/patch-1

Compare
Choose a tag to compare
@Upbolt Upbolt released this 12 Nov 09:59
· 37 commits to revision since this release
24af1cd
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

  • use table for gsub instead of multiple calls (thx wally & strawberrys)