Leaderboard randomly disappears in my game

Hello there.

Randomly, in my game, the Roblox leaderboard disappears. I cannot pin down when it happens, but once it’s gone, it does not come back.

Players have noticed this error appearing in the client bu I am not sure if it is tied to the problem.

I have checked my scripts for any references to SetCoreGuiEnabled and whilst the PlayerList is set to false early on (e.g when showing the main menu), I always set it back to true.

I also doubt I have any backdoors as I only use trusted plugins and have never used free models when developing.

Any help would be appreciated!

7 Likes

image

Global script search for “Money” and see where it’s being indexed.

Just checked, nothing there that seems to relate to the leaderboard


Could you take a look inside of the Core Packages at line 114 and see if there is something there that the game is breaking? Maybe when it is trying to show the Money value on the leaderboard it comes into an error at 114

1 Like