local function Allowed( ply )
if ply:IsAdmin() or ply:IsSuperAdmin() or ply:IsUserGroup("vip") then
return true
elseif GAMEMODE_NAME == "sandbox" or ( !Blacklist[GAMEMODE_NAME] and ( ply:IsAdmin() or GetConVar( "sv_playermodel_selector_gamemodes"):GetBool() ) ) then
return true else return false
end
end