Getting Player's Country

LocalizationService already does this for you automatically. The reason the HTTP request in the original solution is sent is so it can translate the country/region code to an actual country name (the reverse of what you want to do). Removing the HTTP to the website should have the effect you want.

Made a post about it awhile ago with working code for country codes, check it out if you’d like.

3 Likes