function SpawnedProp(ply, model, ent) if string.match(model, ".+%/../") and IsValid(ent) then ent:Remove() ply:PrintMessage( HUD_PRINTTALK, '[FPP] blacklist bypass detected' ) end end hook.Add("PlayerSpawnedProp", "playerSpawnedProp", SpawnedProp)