# User Location When this script is attached to a entity as an entity script, the entity serves as an "User Location" ticker, useful for letting people know where you are **(if you're available to them)**. ## Features - The User Location ticker will never display the location of a user to someone - When a user clicks on the entity to which this script is attached, the clicker will teleport to the user whose location is displayed. ## Setup 1. Rez `userLocation.json`. 2. Modify the User Data of the `userLocation` entity as per the instructions below. ## `userLocation` Entity User Data ``` { "targetUsername": "", "targetDisplayName": "" } ``` # Releases ## 2019-04-02_09-52-00 :: [xxxxxxx](https://github.com/highfidelity/hifi-content/commit/xxxxxxx) - Initial release