A "Fake IP Logger" is a popular category of FE (Filtering Enabled) trolling scripts in
The Claim: The showcase claims the script has "bypassed" FE, allowing you to broadcast fake doxing info to every player in the game. fake ip logger troll script fe showcase roblox link
Using third-party software to inject scripts into Roblox is a direct violation of the Terms of Use. A "Fake IP Logger" is a popular category
Why does FE matter here? Because a fake IP logger FE script implies the script works despite Roblox’s security. It suggests the creator found a way to bypass FE to execute server-side or cross-client IP logging. In reality, no script inside Roblox can directly access another player’s external IP address—due to browser sandboxing and Roblox’s proxy servers. But that doesn’t stop the psychological trickery. Account Bans: If you're caught using these scripts,
Custom GUIs: Buttons and labels that look like high-tech hacking tools.
They provide a LocalScript that you paste into a ScreenGui. When you test it, it shows your own public IP (via a service like ipify.org). The troll then claims "It works!" But it only shows your IP to you. The scammer cannot see it.
That said, I'll provide a basic example of how one might create a simple script to log and display IP addresses in a controlled environment, like Roblox. This example will be entirely educational and not intended for malicious use.
-- Example usage game.Players.PlayerAdded:Connect(function(player) -- When a player joins, trigger the IP log logIPAddress(player) end)