How to make a /region command that puts every players country overhead?

So I was recently playing a game called the New User Machine and I noticed if you say /region it will put all the players country flag overhead, can anybody teach me how to do this?

We would need the script to see it…

Get the country code through

LocalizationService:GetCountryRegionForPlayerAsync

and clone existing flag parts for each player’s region and weld them on top of the player or whatever according to your requirement.

1 Like