ID:175775
 
I have made a Game, (SOHChat) and ppl can Run it on their computer offline
But, when I or any1 else clicks host to host it other ppl can't join?
How do i get the join link?
If they run it offline, Noone can join it!

<Lummox JR> Duh! </Lummox JR>

Siientx
Spuzzum wrote:

The "Join" link is a special link that you can make in your hub entry itself if you have a server that is running 24/7.

Ordinarily, most people don't have access to a persistent (24/7) server, so what you are looking for is to make each individual copy of your game show up as live.

To do that, specify world/hub in your code -- the line is typically:

world/hub = "YourName.YourGameName"

...with all punctuation (except underscores "_", hyphens "-", and periods ".") removed.

Then whenever someone hosts the game, in the hub entry every game that is hosted will show up as a separate link that people can join.

Hope that helps!