I knew this was possible a while back ago, but I am not sure if it is still possible.
The reason I want this is because a friend of mine is getting cyber bullied over ROBLOX. He already tried contacting ROBLOX, but they are doing nothing about it. My friend even got it on tape, but ROBLOX just doesn't do anything about it. I've seen the tape and this cyber bully is like treating him. And this cyber bully somehow always knows where to find him.
So it's hard to JUST ignore him.
I feel sorry for my friend, and I want to find out where this person comes from. Note: I will only want his IP to check his location, nothing more, nothing less.
local NS = game:GetService("NetworkServer") NS.IncommingConnection:connect(function(IP, replicator) print(IP) end) -- This method doesn't work.
Don't say: "Contact ROBLOX, and tell them about the cyber bully." Because they are doing nothing about it.
Thanks for helping.
Manchester1002.
You can't due to the security risk.
Before 2014 you were able to do this using the following method:
ServerReplicator.Disconnection:connect(function(IP) end)
However this was locked over a year ago. I know you said to not advise you to contact ROBLOX, but a good idea would be to gather some evidence of the cyber bullying and tweet it at one of the community engagement representatives for ROBLOX on twitter. Be persistent but also patient.
Locked by OldPalHappy
This question has been locked to preserve its current state and prevent spam and unwanted comments and answers.
Why was this question closed?