"Security timeout" in console and players crashing

Nothing in Roblox itself does this. Check your game for backdoors.

This is mostly a backdoor or a server side that ability to Exploiters to exploit in you’re game, make sure to check your scripts for backdoor.

I’ve checked the game for hidden Scripts and there are none.

Some scripts could potentially be in hidden services from what I know ( unaware if this is still possible). I’d suggest investigating if there are any exploits built for your game that may be the source of the issue and try to get the source code or figure out how it works.

I’ve been a member of ROBLOX since 2008, developing for slightly less than that. I am well aware of what backdoors are and how to find them. This is not an issue specific to my game only. There are other recent reports of this happening.

Have you searched for all types of backdoors? Search all scripts with require, getfenv, etc?

Yes. Not all scripts with a require are malicious; I make use of many moduleScripts in my game. There are no requires with an asset ID. Same going for getfenv.

The hacky way you could figure it out is by removing certain scripts until it stops freezing players.

Have you tried looking into ScriptPerformance?

Thanks for the suggestion, how do I go about checking?

This is definitely not a script issue, and a exploiter booting the server shows a different disconnect message (I’ve had exploiters boot one of my games before). It seems like an issue with the clients or ROBLOX. How many players have been reporting this?

We’ve had an ex-member of our group with a booter target our game for a couple days, but the server just freezes for 20 seconds or so and then goes back to normal – it doesn’t crash completely. This issue that we’re facing now however is much more sporadic, it affects one or two people at a time (instead of everyone in the server) and at completely random intervals, and their client is completely frozen instead of resuming back to normal after 20s.

I’m leaning towards exploit-related but other games are also experiencing this issue so it may be part of a wider ROBLOX problem.

If it only freezes then it means their booter isn’t powerful enough. I’m pretty sure you need >300gbps booter to really boot a Roblox server. I’ve never really heard of people being able to individually disconnect clients since DOSSing is generally an attack that overloads the server.

Press Ctrl + Shift + F and search these keywords “getfenv” , “require” and see if there’s anything you don’t know it’s probably backdoor and you should remove it otherwise it might be a plugin

Yes. Not all scripts with a require are malicious; I make use of many moduleScripts in my game. There are no requires with an asset ID. Same going for getfenv.

See this reply.

yes but you should check if there’s anything malicious aka some scripts hidden in service’s etc or might be exploiter spamming bullets for example to make lag or some remote make players trigger anti cheat maybe you should log remotes that’s being fired by players and see if there’s someone spam specific remote

To try to combat this issue, I’ve created a script that monitors every remote in the game and prints the player who fires it and the name of the remote. There is nothing suspicious.

is that problem appear in private server as well ? if not it’s probably the booter joining and leave to grab info try to check whoever join and leave or catch the person otherwise maybe try to revert the version where this problem doesn’t appear that’s the only solution i know so far if it’s not the booter who does that

If a booter wants to get a server ip, they have to join the game. Do people disconnect back to back at certain times of the day, or is it just spread out evenly throughout all servers/time

Sometimes it’s just one or two people, sometimes it’s many people all at once. If it was someone trying to boot the server, wouldn’t the whole server lag and everyone be impacted (which happened to us before).

Yes, that’s why I don’t think its a booter. It should honestly just be some sort of roblox issue.

1 Like