The following function is not a great way to test for fake names.
if (name.Has("fake")) { return false; }