#Problem with leaderboard creation.

3 messages · Page 1 of 1 (latest)

wanton ice
#

Okay so, this is my code.
This code creates a screen GUI and adds a text label to display the number of clicks and another text label to display the current click value. It also binds the updateClickCount and updateClickValue functions to the render step so that the text labels are updated every frame.

It also adds two buttons to the screen GUI: one to upgrade the click value (for a cost of 10 clicks) and one to reset the game. The buttons have mouse click handlers that are called when the player clicks on them.

#

And when I play it, it appears this error message

#

Any help?