simple esp script local function addESP(player) if player == game.Players.LocalPlayer then return end local function applyHighlight(character) if character:FindFirstChild("Highlight") then return end local esp = Instance.new("Highlight") esp.Name = "Highlight" esp.FillColor = Color3.new(1, 0, 0) esp.OutlineColor = Color3.new(1, 1, 1) esp.FillTransparency = 0.5 simple esp script PasteShr simple esp script esp.OutlineTransparency = 0 esp.Parent = character end if player.Character then applyHighlight(player.Character) end player.CharacterAdded:Connect(function(character) simple esp script How to dowload it? simple esp script applyHighlight(character) end) end for _, player in ipairs(game.Players:GetPlayers()) do addESP(player) end simple esp script How to get it for free? simple esp script game.Players.PlayerAdded:Connect(function(player) addESP(player) end) simple esp script