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