How do you make a leaderboard similar to this

I cant figure out how to make the top where it says you beat the game. In my game, i want it to say that when you defeat a certain sentry

1 Like

It’s the end of game widget but I haven’t really experimented with it so someone else could help me?..

1 Like

thanks! i didnt know the end of game widget existed

1 Like

well, i dont know exactly how, and my post might be not useful, i found u this:

gimme some time to try an do this

so here’s what I did
I used a sentry, property, text and end of game widget


when the sentry gets knocked out, the text recieves a wire pulse and runs a block to do this thingy
basically get a variable, set the message to, “[PLAYER NAME] defeated the big bad boss”, then set the property i put earlier as the variable

for the end game widget i set the property used for the statistic as the property that I set the variable to

hopefully that works, if I explained badly pls tell me

2 Likes