I am wanting to put a donation board into my game, but I also want to learn scripting and not just make a free model. Are there any tutorials on how to use data stores for this? The reason I am not using the free model is because then my game will look lazy.
2 Likes
There are a few tutorials which I think might help you, especially this one here. I’d suggest that, whenever the player donates, you add to their data however much they donated to make your leaderboard function.
Free models are not recommend as they might have virus in them.
Well you just make Donate NumberValue and save it in any datastore next you will make clickable buttons that will prompt you with purchase of the donation and then with processreceipt function in server you will set up the developer product id’s and increase inside it Donate NumberValue when player buy the Developer product (donation).
And for Leaderboards I would suggest you take a look to youtube or here on devforum.
Thanks, I couldn’t find any tutorials on this matter.
1 Like