1.25: Merge pull request #48 from strawbberrys/patch-1
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)