I have a game that features mining. Basically I need a End Game Widget to show who mined the most Blocks. Is it possible to show ALL the types of the blocks in ONE widget, and how much they were mined, and also show the players name who mined the most? If so how :PP
Add them all together in a single property, and then display that property. I don’t know how the dynamic terrain works, so it might be more complex than that.
Yeah, but like I need it to track for every player, and update is values constantly, and It can’t be based on how much in in a players inventory as you can place blocks.
Actually for the widget you can’t show the property because he wants to show who has the MOST blocks not how many blocks the player mined. Is there a specific time limit to the game or a way to end it?