Is there any way to IP ban - pc ban on roblox?

That would be unnecessary, if the server gets hacked it’s probably because you haven’t secured remotes, not because of Roblox.

1 Like

Um, I searched up the username and I don’t see anything wrong with him, but the account age.

The remote signals alone are not the cause of your lag. I have a Pistol that replicates the look direction, so others can see the shooter aiming with the muzzle pointed at the direction they’re firing. Originally I did not unbind the replicator upon unequip, and so if you spam equipped you’d get like a hundred of these 10HZ replicators going off to the server. What would happen? Roblox would increase your ping until it became so high, like 36000 that you’d disconnect. Like an inflammation response, the server just distanced itself from the erratic client until it wasn’t even in contact with it.
Since with FE no local client processes can effect other clients, it’s the server behavior your hacker is requesting that is a problem. For instance, chunk loading, or anything else of that magnitude a client can request of the server with no delay can be taken advantage of. And far before replication inflammation takes effect! This is probably what he’s doing, just add a cool down. Avoid throwing out an autoban; a backed up pile of requests from a laggy client with a stuttered connection could look the same to the server as a malicious spamming.

You were previously able to trace ban by setting a property of a client, which would then replicate across clients by doing UserSettings():GetService'UserGameSettings'.RCCProfilerRecordFrameRate = n and then checking if it was said number everytime they joined.
This was patched because Roblox does not allow you to do this; you should focus on fixing bugs in the game instead of banning people that abuse them - the latter would just annoy people until stopped or fixed.

2 Likes

If you want to frustrate him, make it so that only players who are a week old can play your game.

There’s a lot of account dumps (I found one with 5,000+ 2 year old accounts just now) made specifically so exploiters don’t have to worry about this.

He has around 20 alts, I already made a acount age, only 20+ old can join

It still helps. It definitely would be a good solution against our current monster named captcha.

I’m unsure how captcha has anything to do with this?

It doesn’t, I was just saying that account age is generally a good fix-all.