InvaderX I've added the LeaderboardScoreMe expression to denote whether a score was posted by the user. So if you want to see if the current player has a score in the top 5, you can use this setup: grab.by - fetch the top 5 scores, then loop through each to see if the current player was one of those (in this example it just shows the achievements list if that's the case - for testing purposes)
anthonykojima I'm not having that issue. It will probably happen if you try to create it inside another condition (like a loop), are you trying it there?