I have been recently looking into how to detect if a player can not join a friend's full server. What I would normally see is that if a player tries joining a friend's full server, then the program would just stop without sending an error message.
I have two possible methods. One involves the usage of HttpService to detect if the server is full, although, I am not familiar with the usage of the HttpService and would prefer a different method. The other method is by using a pcall to detect the any errors beforehand, although I doubt there will be any.
Any suggestion would be appreciated. Thanks in Advance.