Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
-2

How to get someones IP on ROBLOX? [closed]

Asked by 7 years ago

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.

0
Have him set his privacy settings for Who can follow him into a game to Friends, and Users I Follow. Report Cyberbullying to Roblox using their official report system, there they will get logs of the recent 50 chats (default) and should be handling it from there. There is no way to retrieve someone's IP and use it to ban them, it's one of Roblox's security features. M39a9am3R 3210 — 7y
0
He already changed his settings. But this person keeps finding him. So I am almost sure that the Cyber bully has an ALT which is in my friend's friendlist. My friend could remove all his friends, but then he might just remove all his best friends when they basically did nothing. manchester1002 57 — 7y
0
They removed the ability to do this in like 2012. UniversalDreams 205 — 7y
0
As a bigot I despise people like you.. bullying does not exist. UniversalDreams 205 — 7y
View all comments (3 more)
0
How are you fixing this situation by trying to launch a dos attack on someone anyways? UniversalDreams 205 — 7y
0
I never said I would DDOS him, I only want his IP so that I know where he comes from. Maybe he lives close to my friend, maybe not. manchester1002 57 — 7y
0
Either way its illegal, you should be contacting the police or a helpline because this goes against data privacy rights. LifeInDevelopment 364 — 7y

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?

1 answer

Log in to vote
4
Answered by
Vaeb 30
7 years ago

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.

2
Yeah, thank you I will accept this answer. And I am also thankful for everyone that helped me out in the Community Chat. manchester1002 57 — 7y
Ad