Hi. The help states its not available immediately after sign in but you never know if it takes 1 or 10 seconds if internet is slow or anything. Is it possible to add a trigger for "Statistics Available" (or updated)? I use it to display the current highscore of a player on the menu layout and before submitting a highscore an event checks if NewHighscore > GetStatistic(Highscore) to only submit bigger values (does overwrite if lower?). But if the GetStatistic is not ready yet it could return nothing (0 for number?) and submit a lower score and maybe overwrite your higher score.