Has anyone mapped all LocalizationService countries to each continent?

I’ve looked around and I have found some LocalizationService wrappers, but none have the specific thing I was looking for, which is a dictionary of continents with all their countries, e.g:

southAmerica={"BR","BO",etc}
northAmerica={"US","CA",etc}
europe={"PL","UK",etc}

This would be very useful for setting up proper region-based matchmaking, since roblox has servers in most continents already

1 Like

Found this
CountryCodes - Match 2 letter country code to continent - Resources / Community Resources - Developer Forum | Roblox

3 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.