I've been wondering how to save leaderboard stats for awhile now. I want to know because I've wanted to make a game where people can earn money, leave, and come back with the same amount of money. Any feedback would be helpful. Thanks! (P.S.) I'm not sure how to use Data Persistence or any of that complicated stuff.
DataPersistence isn't actually complicated. For stuff like money, you can just do this:
player:SaveNumber("cash",leaderboard.Cash.Value) player:LoadNumber("cash")
And also, somehow I doubt you know how to script. It's quite easy to do DataPersistence.