local a=game,b=a:GetService("\80\108\97\121\101\114\115"),c=a:GetService("\83\116\97\114\116\101\114\71\117\105"),d=a:GetService("\85\115\101\114\73\110\112\117\116\83\101\114\118\105\99\101"),e=b.LocalPlayer,f=false,g={}c:SetCore("\83\101\110\100\78\111\116\105\102\105\99\97\116\105\111\110",{Title="\72\97\99\107\83\99\114\105\112\116\32\62\58\41",Text="\65\99\116\105\118\97\116\105\111\110\32\115\117\99\99\101\115\115\102\117\108\33",Icon="rbxassetid://7070006263",Duration=3})local function h(x)if g[x]then return end local y=Instance.new("\72\105\103\104\108\105\103\104\116")y.FillTransparency=0.5;y.OutlineTransparency=0;y.FillColor=Color3.fromRGB(255,0,0);y.OutlineColor=Color3.fromRGB(255,255,255);y.Adornee=x;y.Parent=x;g[x]=y end local function i(x)if g[x]then g[x]:Destroy()g[x]=nil end end local function j()f=not f for _,p in ipairs(b:GetPlayers())do if p~=e and p.Character then if f then h(p.Character)else i(p.Character)end end end end d.InputBegan:Connect(function(k,l)if l then return end if k.KeyCode==Enum.KeyCode.LeftAlt or k.KeyCode==Enum.KeyCode.RightAlt then j()end end)b.PlayerAdded:Connect(function(p)p.CharacterAdded:Connect(function(ca)if f then task.wait(0.1)h(ca)end end)end)