I'm starting to develop in Maniascript since this year (2020 resolution

I write this code (from CTmMlScriptIngame) :
Code: Select all
foreach (Player in Players) {
log(Player.User.Login ^ " : " ^ Player.Distance);
}

Why did i can't see the other players distance except mine ? It stays to 0.
Thanks for help.