ID:159737
 
Hey i'm back on Byond after a year away and I want to bring my game back up but how do I egt it up to a certain section of the hub. So others can see it?
You would have to go to My Account>>Manage Account>>Account Hub>>You're Games hub Then once in there copy the "Hub Path" and in you're coding you're going to need something like this:

world // The world
hub = "Gizhy.DBZGame" // My hub path


Tell me if this has helped you any.
PS: That's how you connect you're game source to you're Hub to let players see if you're game is online or not.