roblox person locator script --[[ Thanks for using this script This script was made by Joriangames/BloxianCode Want to know how to use this and script explanation? Check the video here: https://youtu.be/Q_L_qaXgxk0 ]] local LocalizationS = game:GetService("LocalizationService") local Player = game.Players.LocalPlayer local result, code = pcall(function() roblox person locator script How to get it? roblox person locator script return LocalizationS:GetCountryRegionForPlayerAsync(Player) end) print("Player is from: "..code) if result and code == "NL" then print("Hello, friend from the Netherlands!") Player.PlayerGui:WaitForChild("ScreenGui").TextLabel.Text = "You are from the Netherlands, you must follow the new roblox rules" Player.PlayerGui.ScreenGui.TextLabel.BackgroundTransparency = 0 roblox person locator script How to dowload it? roblox person locator script else print("You are in a safe country") Player.PlayerGui:WaitForChild("ScreenGui").TextLabel.Text = "You are not from the Netherlands" Player.PlayerGui.ScreenGui.TextLabel.BackgroundTransparency = 0 end roblox person locator script