hey @coolromin,
this should be no problem.
As you created the first lobby,
hub = noobhub.new({ server = “127.0.0.1”; port = 1337; });
you can do it again, like
hub2 = noobhub.new({ server = “127.0.0.1”; port = 1337; });
hub3 = noobhub.new({ server = “127.0.0.1”; port = 1337; });
etc. But subscribe each one of them to different channel (see the hub:subscribe() method)