Custom Scoreboard UI?

Does anyone know of a tutorial somewhere that shows how to make a custom scoreboard UI?

I keep finding stuff where its just a number at the top of the screen but that’s not what I’m looking for. I more want something like when the round ends and it shows players kills etc…

Currently I have a UI to show up on screen where I can update the text easily but I don’t know how to get the players name, kills, damage dealt, etc… even if I could get that, My current code is very inefficient and I know that using arrays will make it much better but I cant wrap my head around arrays because verse arrays are weird…

Hi @sevenkdirl

If you’re looking for a scoreboard that displays everybody’s stats at the end of the round, consider customizing the scoreboard columns and setting the scoreboard display time in the Island Settings Device. It doesn’t use any Verse code, and it’s very simple.


Hope this helps!

I would do that but as I said before, My rounds don’t end, I’ve made my own system.
edit - I thought I mentioned that, I must have removed it and forgot to add it back… basically, my rounds dont actually end which is why i wanted a custom scoreboard just so it sped up the game without needing to wait at the start of every round.

I came to the conclusion that I’m not knowledgeable enough to do it yet so I restarted my map and will just use the normal end round feature.

it just means ill have to figure out how to do other things but it should be fine.

Thank you anyway