Right clicking and holding the taskbar still anchors characters

That would cause a lot of clicks from things like loading large maps, having an audio play for the first time, etc.

Roblox does already auto kick if you hold the bar down for 10 seconds. The problem with this fix is that people can just spam click the bar to reset the kick timer…

1 Like

I just held it down for about 20 seconds and wasn’t kicked.

Did you use the right mouse click? It forces the game to shut down, I and 3 others have tried it.

Yes, I used right mouse click. I’ll test again.

Actually, I’ve been holding right click on the bar that the minimize and close tab sits on, not the task bar. Might be different?

Just tried this on an old game of mine, and if I held the right mouse down for about 20 seconds, it would kick me. I got that same infamous message that people have been getting when they disconnect lately.

Still bugs me that this message says what it says, because it is so misleading. It’s very unlikely but maybe these two bugs have something to do with one another? Who knows.

Also, does everyone get the same message when they’re kicked for the bug mentioned in OP?

Yes this is the message you get

Alright, I’m now getting kicked when I try this. Strange, before it wasn’t doing that.

I just now started getting this message.

Although the 20-second buffer kinda makes this “fix” unhelpful, because all I need to “cheat” most games is only about 5 to 10 seconds.

I don’t see how playing an audio for the first time drops FPS – I can understand loading a large map though. Wouldn’t be too hard to make it so that it would have to stay below 3 for 2 seconds or so though.

Loading an audio causes an fps drop spike in my experience on low end hardware

this has also been my experience, over a year ago I was on low-end hardware and a 2 minute song froze me for 3 seconds while it loaded

that’s pretty weird, never seen anything like that. Might be worth submitting a bug report

lol 2014

Any word on this? It’s a pretty critical issue and is damaging to player experience.

4 Years Later… No fix… Very Sad. This bug freezes all local scripts and is impossible to detect on the client. The only way is to have server checks in place to see if packets are dropping… unfortunately, even players with a poor connection could get caught in kick waves. Very disappointed in Roblox for allowing built-in exploits for THIS LONG…

1 Like

local script:

game:GetService("RunService").RenderStepped:Connect(function(dt)
	if dt > 1.9 then
		game.Players.LocalPlayer:Kick("No more freeze glitch, leave")
	end
end)
1 Like

GOD! I cant believe this worked… For some reason in My testing I couldn’t Get RunService to work… This was the solution tho… THANK YOU!

1 Like

This is STILL an issue to this day. Most recent abuse I’ve witnessed of this was today in a round of POF:RE. The plate of which multiple players were on disappeared and 2 players tab glitched to prevent them from falling/losing.

This is becoming a widespread “plague” for Jailbreak recently. Players are using this trick to abuse all sorts of things from launching cars to disabling our NPC system. We really need this one resolved. Seemingly an issue only on Windows.

2 Likes