In Roblox, a Name ESP (Extra Sensory Perception) script is a type of visual modification that allows players to see information—such as player names, health, and distance—through solid objects and walls. These scripts are designed to work on both PC and Mobile by leveraging the game engine's built-in visual objects. How It Works (PC & Mobile)
-- Table to store ESP objects for each player local ESP_Objects = {}This function creates the visual "Name Tag" for a specific player. It uses a BillboardGui so the text always faces your camera.
: A popular choice for 2026 that works on both iOS and Android.
Mobile Solutions
Again, I want to emphasize that creating and using ESP scripts may violate Roblox's terms of service and can potentially harm the game experience for others. Use this script at your own risk. Additionally, this script may not work as-is in all games, as some games may have modifications that prevent ESP scripts from working.