-
What do you want to achieve? A donation board with leaderboard and top donators + make the player leaderboard show how much someone has donated
-
What is the issue? I can’t find it anywhere on how to do it
Hello @Aces0fCards,
Programming a donation board requires a little bit of time and stuff to handle. Therefore you need to be familiar with the basics of Lua and the built-in functions Roblox provides.
To begin with, you should know what to use in your code and keep it well-organized. The syntax may not be as significant as learning to code for a person scripting this concept, but the functionality matters here.
If you know how to code, you need to be familiar with some programmatical keywords. Here is a glossary of what you need to create a donation board with how much players spent:
DatastoreService: The place where you store how much players spent.
MarketplaceService: The service that you can prompt players to buy your gamepasses or products.
There is, of course, immense documentation on how to use APIs, and you can visit it here.
Furthermore, there are open-source code snippets that may help other developers when they don’t seem to understand the concept, and it goes beyond the topic. These articles will definitely clarify it for you and they will come in handy:
Those are models, i want to make my own without using any models.
Use ScreenGui
or BillboardGui
instead of SurfaceGui
.
With the resources available in @ProBaturay’s reply and all over youtube and the DevForum in general… it shouldn’t be that hard to find what you’re looking for.