I’m not sure if this would work but maybe Roblox could help you with it if you send an email to them? I once watched a video by the youtuber named KonekoKittenYT and he talked about how he was once IP Banned from Roblox by Roblox themselves. Maybe they can IP ban whoever is exploiting your game(s).
emailing roblox for each exploiter?? thats a really slow technique
It is slow but it is an idea nonetheless. I feel like Roblox would actually do that though, and this is a permanent solution to banning an exploiter who just never stops stopping.
There are a few ways.
Such as detecting account age or if its a massive problem you can detect outfits such as the bacon hair to kick.
You can put an account age limit script which will kick the users which have a low account age like lets say the hacker/exploiter created a new account once they were kicked/banned, then they joined with the new alt account then the script would kick the user as their account age is too low. I hope this could help.
Make an account age restriction script, so only accounts that might be 28 days old or higher can join.
Sadly; us game developers cannot IP ban players. If we could, a lot of exploiters would suddenly disappear from games. Now, of course you can use a VPN to bypass this; but you get the idea.
That does more harm than good and doesn’t solve the problem. Alt accounts could be older than 28 days and it also prevents new players from playing your game.
I would think about what these exploiters are doing. What are they doing? These issues should be able to be fixed by smart programming with sanity checks and checking for edge cases to prevent abuse. You should also have methods to handle players who abuse remotes. Along with this, protecting legit players from getting kicked by making sure your script takes latency into account.
You can’t. Exploiters aren’t exactly using new alt accounts ESPECIALLY considering the roblox signup captcha taking like 20 minutes to complete, so expect everyone to have a stash of about 10 good alt accounts with free avatars ready to be deployed into your game.
Back in the day you could IP ban users using either the NetworkServer or NetworkClient, but that involves knowing the ban-ee’s IP so obviously that was nuked at some point. It would be nice if roblox included a feature to ban users and anyone else trying to access roblox from the users host address (aka alts) from games
By that logic you shouldn’t ban anyone from your game. Roblox has stated they take care of the exploiters themselves. Not true though.
The only way to deal with alts it’s IP banning. But that can’t be possible by yourself. Maybe try contacting ROBLOX? Hope this helped.
IP hash possibly you can IP ban.
https://devforum.roblox.com/t/oh-noes-exploits-are-back-yep-ip-request-thread/4753/3