Skip to content

1.35

Compare
Choose a tag to compare
@Upbolt Upbolt released this 27 Mar 18:52
· 7 commits to revision since this release
c111dd6
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

  • added support for camelCase fireServer and invokeServer in __namecall hook