Stopping the freeze glitch

But I’m wondering if I can kick them for doing the glitch.

1 Like

Nah, you can’t. I think you can put them to the ground using an anti-cheat if you do detect them floating.

Or detect frames that we’re frozen in the client or server.

1 Like

Nah, you can’t. The server doesn’t freeze unlike the client. I don’t think it’s possible to detect if someone’s frames are frozen, since if you’re asking for it, they can give you whatever they want, like an invalid answer.

It uses ping. It detects if ping is too high, and if it is, you will get kicked. And the freeze glitch increases the ping. So, you can add a LocalScript or Script (I dont know how to make ping counter, sorry) that detects if player’s ping is higher that certain amount (somewhere around 800) and kicks the player.
Don’t really think it is the best solution, but I will inform you if I find a better way.

How I would fix this: kick the player if latency is to high. Its actually quite simple. If you want me to write you the code I can

id like that, thanks!

this is a pretty old topic though, how did you find it lol?

Through your profile because you helped me. Haha

lol. but yeah if you have any code for this, can you provide it? thanks

I am working on that right now. I’ll give you the code in a little bit, I have to get home and test it

You could use InvokeClient on a RemoteFunction, and count how long it takes for the client to return true or some number back. It’s not advised to use InvokeClient because exploiters get a bit of power. They can make the call hang forever, but you can still detect this as high latency.

its not letting me post my code for some reason oh well :confused:

i already have a ping counter system

Basically all you’re gonna want to do is Player:GetNetworkPing() and then if the ping is greater than or equal to whatever number you choose (I would use 800) it kicks them

If you could post that code it would be useful for me. I could understand how you get ping, and I could make the kick actually use your script for getting the ping

I’ll be behind my computer in about an hour. Sorry for the wait

i think i figured it out thanks

You got it working? How does the code look? Can you give me a little example?

Sorry, I’ll give you it in a bit when I have more time

What code or explaination actually helped you solve your problem? Or if you figured it out yourself, what was the issue and how did you solve it?

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.