My main goal is to use the notification device to send notifications to everyone when the rankings change. And my idea is to create a simple leaderboard (only showing the top three players).
I have tried looking into past topics to study how to implement this, but for some reason, the images in those topics aren’t showing up (and I’m not sure if others are experiencing the same issue when browsing the Forum), making it difficult for me to reference others’ topics.
For the notification device make it send a notification whenever the property changes. However that would be a lot of spam. I think you could make it notify when the rankings change, but I don’t know how to.
Around the world? This is talking about a Gimkit game. They want the notification to broadcast to all the players in the game, when the rankings change.
What exactly do you want the leaderboard to be like? Do you want it accessible via a HUD button or as text? There’s a lot of ways to interpret “simple leaderboard”. The solution could vary a lot.
I think they want the normal leaderboard that is already implemented in-game and have a property that has the value they want the player to have. I could be totally wrong, but that would be the easiest way to make a leaderboard.
You could connect a property to the score, and then connect the property to a notification and every time the property changes the notification will appear. Although, it won’t say that specific player. I will make a guide on this and get back to y’all.