Edward Smale
Edward Smale
I think there are some issues with parsing systems. I'll look into this in a bit
You can just use `client.connect("127.0.0.1", 22023)` or any other IP or hostname.
I'm not entirely sure what you mean, you won't be able to join the game without a code. If you're trying to join a game then there must be something...
Sorry, I thought you meant that you're hosting a server locally. You cannot join games on your LAN network using the library. `client.search` only searches games via. the official Among...
Can you try inputting `536870912` in the game code? i.e. `client.join(536870912)`
No it means that there was no reason for why you got disconnected.
This is probably because GameData hasn't spawned yet, sorry for the late response.
Sorry for not explaining, GameData is spawned by the host so you'll have to wait for that by using `await game.awaitSpawns()`.
I added some comments on the code on some innaccuracies and whatever. I don't know if it will fix your code as I haven't looked into it much, however it...
The project should work fine. if there's too many requests then I don't think that's an issue with the library. Make sure you're not behind a proxy or VPN and...