The scenario you're describing is a classic "scare-tactic" trolling video common in the Roblox exploiting community. In these showcases, a user runs a script that creates a fake "IP Logger" interface to prank other players by making them believe their private information has been compromised.
Here is a story outlining how such a showcase typically unfolds:
The video begins with the "troller" joining a popular social hangout game. They open their exploit executor and inject a script labeled "Fake IP Logger FE". Because the script is FE (Filtering Enabled), the visual effects—usually a scary GUI or chat messages—are visible to everyone in the server, even though the "data" shown is entirely fabricated. The Encounter
The troller approaches a group of players and "activates" the script on a specific target. Suddenly, a high-tech looking window pops up on the screen (or appears in the public chat) with a red "Scanning..." animation. The target player might see a message like:
Fake IP Logger Troll Script (FE Showcase) is a popular Roblox trolling tool designed to scare other players by pretending to leak their private information. What the Script Does Simulated Information Leaking
: It scans the game for other players and prints text in the chat that looks like an IP address, city, or internet service provider. Filtering Enabled (FE) Compatibility FAKE IP LOGGER TROLL SCRIPT FE SHOWCASE - ROBLOX
: Because it is "FE," the messages it sends can be seen by everyone in the server, not just the user running the script. Randomization : The "IP addresses" it displays are typically just random strings of numbers
. It does not actually have the ability to retrieve a player's real IP address through the Roblox platform. Performance and Reliability Chat Filtering Issues
: Reviewers have noted that the script often struggles with the Roblox Chat System
, which frequently sensors or "tags" the numbers, making the "leak" look like a string of hashtags ( ) instead of an IP address. Input Accuracy
: Some versions require the user to manually enter a target's exact username; using a display name often causes the script to fail. Is it Safe or Real? It is fake The scenario you're describing is a classic "scare-tactic"
: Roblox's API does not allow scripts to access a client's IP address. At most, a script might use LocalizationService
to guess a general country or region, but even this is limited. Risk to User
: Like any third-party script, executing it requires an exploit (executor). Using such tools can lead to your Roblox account being for violating the Terms of Service. Developer Forum | Roblox
For more technical breakdowns of how these scripts are handled by the community, you can check the Roblox Developer Forum Fake Logger Script Showcase - ROBLOX EXPLOITING
FE = Filtering Enabled.
On Roblox, FE means the server should reject any client-side changes that try to affect other players unfairly. That’s important because… What Does “FE” Mean Here
So if someone claims “FE IP Logger” – they’re either lying, joking, or using a fake visual effect.
Posted by: SafetyFirst_Dev
Date: April 20, 2026
Category: Roblox Scripting / Exploit Awareness
If you’ve spent any time in Roblox exploiting or trolling communities, you’ve probably seen the phrase “FAKE IP LOGGER TROLL SCRIPT FE SHOWCASE” pop up. It sounds intimidating—especially the “IP logger” part. But in reality, most of these scripts are pure theater.
Let’s break down what this actually is, how it works (and doesn’t work), and why it’s mostly a psychological trick.
The script spawns a ScreenGui (a visual overlay) on the victim's screen. In an FE environment, you can only modify your own client. So, how do you make the other player see it?
RemoteEvent to the server. The server then fires a RemoteEvent back to the target player, telling their client to open a GUI.| Indicator | Fake Script (Roblox-only) | Real IP Threat | |-----------|----------------------------|----------------| | Shows IP in chat/GUI | Always a fake or local IP (127.0.0.1, 192.168.x.x) | Would not display legally | | Asks you to click link | No | Yes (external site) | | Requires external software | No | Yes (e.g., grabbing via Discord webhook from a malicious site) | | Works across servers | No | Possibly (if you clicked a link outside Roblox) |