How to keep some of the player's data when clearing the leaderboard each month

Our game needs to keep 10% of the player’s score when they are cleared every month, but there is no callback function for regular clearing. What should I do? thanks

Hello @hxw956631920, I’m not sure what you mean with “regular clearing”, but if you need to you could write these scores elsewhere with a custom leaderboard reset function by going over the records.

Also, previous records are never deleted, you can still fetch them by calling the leaderboard records list functions with the previous cycles expiry times.

Best.