Detect players country

I want to detect the country that the player is in. I am doing this to specialize my game for different parts of the world, but I can not figure out how I would do this. I tried localization service, but still do not understand it.

2 Likes

It may not be enabled yet, but here’s the officially supported way to get a player’s region.
LocalizationService:GetCountryRegionForPlayerAsync(player)

10 Likes

it said im from China when i am not …

1 Like