How do I stop the server from kicking players trying to join

I highly doubt it is a virus when games like Jailbreak and many others have it. I am not sure why you keep insisting that this is some coding error when the evidences suggest that it isn’t. The only codes I had that contained kick was the admin; which I deleted it and that did nothing…

4 Likes

This is a serious issue reported numerous times in many Roblox games, including mine. I’m sure it’s caused on Roblox’s end, not by the developers. For me personally, this has been happening for certain players since October 2017.

1 Like

I keep insisting because it’s very impossible to be a computer error .As again try to download a Anti virus plugin is a good solution, this happened to me one time and it got fixed by a free plugin.
If you dont read my replies you will not fix this problem. as i repeat Download a plugin or send some screenshots of your own scripts.
I am sure that it will work with a plugin if it dont work then try to do it with a most buyed and famous one. I’m telling you because everyone here is a developer-level computer and I’m from another level and I know very well what can fail in the functional line codes

And if it’s from 2017 then it’s a virus that is hidden somewhere in the Studio Program. principally in your game

Assuming this isn’t related to the ongoing roblox disconnect bug, one other thing I’d suggest searching for is ‘require’. If someone has managed to insert malicious code into your game, they will normally add one line of code somewhere hidden which requires a module from the site which contains code to give them admin, kick people etc.

1 Like

I’m just going to be really frank: you should completely remove the “Epix Incorporated Server Suite” from your game. It contains so many security vulnerabilities that you should be surprised you have any players at all.

14 Likes

What everyone seems to be missing is there’s no way to get that error message from a script. Every kick message from a script looks like this (with a different reason):

image

There’s no way to get the error message provided in the OP from a script. It’s a Roblox issue.

That is what I did, and the problem still persists. I will try looking into the “require” phrase

I think you refer to using the ‘Kick’ method of a player though. It seems not entirely unlikely malicious or faulty code could cause the server to do this without invoking any direct and/or intended crash/kick. If the client disconnected, perhaps excessive latency of any kind could cause such a kick to happen, and that’s something a script could be capable of.

2 Likes

I also tried removing everything that contains the “require” phrase. The problem still persists.

1 Like

I installed 2 anti virus plugins. No viruses found…I told you it was a roblox bug, I just don’t understand why you can’t seem to accept that. Many of those developers who complained about this bug are one of the best on the platform. Their games aren’t going to have viruses especially when they have a team to look after it.

Well try to do the 0xBAADF00D’s idea

I’m just going to be really frank: you should completely remove the “Epix Incorporated Server Suite” from your game. It contains so many security vulnerabilities that you should be surprised you have any players at all.

Because if it’s a roblox issue we really need to update the development programs we had many errors in weeks and years and we fixed every one of them but we are still having errors

i was keeping insisting because Because I did not know that a famous system programming with lua and other programs could be so vulnerable to bugs
Python have only few bugs like C++
well i am still loving LUA computer Language, let’s just keep updating and moving.

I already tried removing it a few days ago, it didn’t work.

Could you go screenshot all parts of your studio?, to think how to fix it and try to discover where comes the problem.

I agree with 0xBAADF00D

Having a free model admin script has many problems, some of these being;

  1. You don’t know who’s secretly got access
  2. The events in EISS/Adonis are very vulnerable
  3. EISS/Adonis have been designed to be unreadable, so that sounds really fishy

I recomend making your own admin script designed for the game, I could even help on that :grinning:

1 Like

oh sorry i thought u was kevin because your photo is similar

I am already planning on replacing EISS. Any recommendations? Coding my own takes too much time.

I am not very specialised on coding admin commands so i can’t help you on this, but you can get help from other people.

At request of poster, post was merged into an existing topic: Borderline critical “Kicked by server” connection issues

Please reply on the bug report thread with any information you have regarding this. Engineers aren’t going to see anything posted in a scripting help request.

2 Likes