Hello! I am currently working on a leaderboard to count wins in my game. However, when I play-test, the bars (names, scores, etc.) do not show up. If anyone would like a video, I’d be happy to provide you with one. For now, here is a pastebin:
I assume it doesn’t get saved correctly, please put some prints or something when data are saved.
Aswell some prints inside the leaderboard making process(where you clone frame etc.)
I figured it out! Turns out I capitalized the word “value” on line 41 (line 44 on the pastebin), leading to the script pulling a value that did not exist.