I am trying to make a global leaderboard GUI that displays stats from a datastore.
When I say GUI I do not mean SurfaceGui but rather a ScreenGui
I want to know:
- When to fire a remote event to everyone’s clients with the leaderboard data
- How would I go about updating the data without it lagging (every x seconds)
Do not send full code, as I want to accomplish programming it on my own. I just want to know what you would do for a project like this
Thank you so much if you could reply!