yes this has something to do with development i want to know if exploiters can kick people from my game
and ive also noticed a lot of kick messages from specific games error code 277 and was wondering if exploiters can do that (ik 277 means connection issues but can they disconnect people?)
Exploiters are unable to kick other players from a game because they can only access their client! In the same way “in technical terms” the regular player without exploits can only see things they manipulate through their client based on the game’s code which manipulates how the game may function for that specific person’s client, as this is general knowledge I wanted to give that insight.
However, there are exceptions. Exploiters may find a way to crash your game servers by manipulating certain events, bypassing security checks, exploiting different leaks, etc which are handled by the server at an exponential rate. But without using a method like that another exception for an exploiter to kick a player from the server is to directly have access to the server in some way shape or form giving them the permission to kick the player through the server, which would be a major issue and is unlikely to happen unless your game is poorly coded. This ties in with bypassing security checks and manipulating things like RemoteEvents.
In short terms, no, an exploiter is unable to kick people from your game as they do not initially have access to the server, but there are exceptions that can allow exploiters to kick players.
Note: The Error code 277, which indicates connection issues (as you stated you know of), can be triggered by various factors, including poor internet connection, server overload (as I stated in my explanation), or even exploitation attempts. While it’s possible for exploiters to use certain techniques to cause connection issues for players, not all cases of error code 277 are necessarily caused because of exploits. It’s important to remember that Roblox continuously works to improve their security measures and address exploits. If you do fall under the problem you are stating and questioning you should implement certain anti-exploit measures in your game that can help mitigate the risk of exploits.