function detectfags() print ("Scan Began...") for k,v in pairs(player.GetAll()) do if v:SteamID() == "STEAM_0:0:40111057" then print ("Found " .. "STEAM_0:1:48405539") end end end timer.Create("DetFags", 3, 0, detectfags)