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…
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)
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!
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.