Alright, there it is.
local Settings = {}
Settings.MainID = 7843765 -- Main Group ID
Settings.Ranks = {
{ID = 10, Full = 'Alumno', Short = 'Alumno'};
{ID = 11, Full = 'Expulsado', Short = 'Expulsado'};
{ID = 12, Full = 'Carabinero', Short = 'Carabinero'};
{ID = 13, Full = 'Cabo segundo', Short = 'Cabo °2'};
{ID = 14, Full = 'Cabo primero', Short = 'Cabo °1'};
{ID = 15, Full = 'Sargento Segundo', Short = 'Sargento °2'};
{ID = 16, Full = 'Sargento Primero', Short = 'Sargento °1'};
{ID = 17, Full = 'Suboficial.', Short = 'Suboficial'};
{ID = 18, Full = 'Suboficial Mayor.', Short = 'Suboficial Mayor'};
{ID = 19, Full = 'Aspirante a Oficial', Short = 'Suboficial Mayor'};
{ID = 20, Full = 'SubTeniente', Short = 'Subteniente'};
{ID = 21, Full = 'Teniente', Short = 'Teniente'};
{ID = 22, Full = 'CapitĂĄn', Short = 'Capitan'};
{ID = 23, Full = 'Mayor', Short = 'Mayor'};
{ID = 24, Full = 'Teniente Coronel', Short = 'Teniente Coronel'};
{ID = 25, Full = 'Coronel', Short = 'Coronel'};
{ID = 30, Full = 'Aliado', Short = 'Aliado'};
{ID = 40, Full = 'Personal Autorizado', Short = 'Personal Autorizado'};
{ID = 50, Full = 'General de divisiĂłn', Short = 'General de Division'};
{ID = 60, Full = 'General de Carabineros', Short = 'GDC'};
{ID = 70, Full = 'General Inspector', Short = 'GIDC'};
{ID = 90, Full = 'Developer', Short = 'Dev'};
{ID = 100, Full = 'Head developer', Short = 'Head Dev'};
{ID = 150, Full = 'General director', Short = 'General Director'};
{ID = 200, Full = 'Creador', Short = 'Fundador'};
}
-- When filling out the ranks,https://assetgame.roblox.com/asset/?id=6585531310&assetName=Overheads%20%5BV1%5D#assetTypeId=10&isPackage=false please ensure that it is in the correct format, the ID will be the rank ID, the full section will be the full rank and the Short section will be the abbreviated version. E.g. Chief of Defense Staff will be shortened to CDS.
Settings.Regiments = {
{ID = 7843765 , Full = 'Academia De Carabineros (ADC)', Short = '[A.D.C]'};
{ID = 8351631 , Full = 'G.O.P.E', Short = '[G.O.P.E]'};
{ID = 8351699 , Full = 'C.O.P (ADC)', Short = '[C.O.P]'};
{ID = 8348475 , Full = 'Escuela De fronteras', Short = '[E.D.F]'};
{ID = 8317695 , Full = 'Guardias del Palacio', Short = '[G.D.P]'};
}
return Settings
-- If you need any help, please contact FatherConflict on the DevForum.