What type of leaderboard is the best in terms of performance for low-end devices?

Hello. Currently I’m working on my new game, and I had a question in mind, which was about the layout of the leaderboard. I’ve noticed that if you keep a lot of strokes on billboard guis/surface guis, your text starts flickering and device starts lagging. To prevent that, I’d like to ask you developers what is the best optimized solution for the 3 leaderboard that I have:

  • How much amount of slots recommended
  • Would I be able to add icons of players and avoid lag issues
  • Can I use strokes with Thickness of 2-3

If you have experience in this, then your help would be highly appreciated!

This shouldn’t be changing even 0.1 FPS of a low end device. I don’t understand what you’re doing which can cause this to be a concern. You can store as much as possible, as for how much to show on the LB it’s recommended to be within the 25-50 range and not anything more. You should be storing the players headshot image in the ordered datastore after you get their data to prevent the tedious problem of looping the data and getting the headshot over and over which has its limitations as you are requesting the site for information. Strokes should cause 0 lag so this shouldn’t be a concern.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.