You obviously don’t need to copy-paste the same thing 3 times, clearly, the increasing number of identical explanations isn’t going to help.
However, clarifying that that explanation was for the teleport check was useful. The problem is that doesn’t explain why the teleport check itself is unreliable (this is more a problem with the fly check) which is why I asked for clarification.
We actually used this module in our game - the only problem is that it falsely flags laggy players. Our game is a combat game, and we made the module kill all players who get more than 5 flags. Lots of laggy players reported to us that they were getting killed for no reason. Apart from that, this module is good.
I used this for my combat game too, I made it so that it doesn’t execute the punish function if it’s the first flag the player gets, I also reset all flags every 90s. Try to see if this helps.
Hello! I’ve tried your module and it’s great!
But, there is a big bug tough. When you ShiftLock it will say you’re rotate cheating. Please fix this bug, Thank You!
I know you made this a long while ago, but imo it’ still looks great, thanks a lot, yeah? Especially for making it open source. I do agree with @elite_hunter11 here:
“There is a big bug though. when you ShiftLock it will say you’re rotate cheating.”
I hope this gets fixed. What @Suncurve said about laggy players getting false flagged is too, a major concern there. Hope both get eventually dealt with. But outside that, I’ll definitely run it by my buds for us to consider using this. Thanks a ton again!
I’ve come across that the fly detection breaks when you climb up tall ladders for longer than how ever many seconds you decide they can’t be in the air for
You turned the part’s CanCollide property off, which allows you to walk right through it. The anti-exploit probably checks if the part’s CanCollide property was turned off through Studio or by the game’s owner/creator, and if so, then it doesn’t kick the player, but if it’s a random player that walks through it and if they turned it off themselves using an exploit then they get kicked.
Hey, I’m going to use this for my game.
It’s been a year since there have been any comments so I’d like to know if there are any bugs with it (deprecated methods used, goofy Roblox BS messing stuff up, etc.)
Does it still work?
Edit: I’ve done some testing and I think it still works, but I want a second opinion just in case I’m not being thorough