Quick donation board - Monetize in a snap!

I saw on a different post that was how it was done…
I’m assuming that is very incorrect.

how to make top player? show npc
like this :

I’ve made donations in studio and I don’t know how to get rid of them without changing the datastore completely and erasing real donations from other users. I’ve tried using SetAsync and UpdateAsync, but I don’t have too much experience in datastores at the moment and to my understanding, it’s not working when I try. How can I get rid of donations without removing all of them?

EDIT: I was able to fix the issue with this amazing datastore plugin. I suggest you check it out, it’s very useful.

1 Like

Thank you for suggesting my plugin! :slight_smile:

2 Likes

This was described in an earlier post.

Hi, awesome system - only recommendation, add themes!

A way I did this with a system I made (FoodMate) was have a folder with UI gradients with different names, add in default ones and the customer can make their own ones if they like, and basically put a stringValue in each component to copy the UI gradient into named “ThemePart” and whenever you startup the system it detects the theme selected (possibly just another config thing) and finds all “ThemePart”'s and then just clones in the selected UI gradient.

I know this would be the most annoying suggestion and I also made it a lot more complicated than it needed to be because you can script it without me spoonfeeding it to u lmfao

The ONLY semi issue I found was when I added multiple boards, the congratulations notification appeared on all of them and I had to manually press dismiss on each and every board. Possibly just add a bindable function somewhere that will auto hide them all when you dismiss one notification.

1 Like

Dont mind the background music was listening to some heavy base boost’d stuff…

@twinqle, this is what i’ve made of your donation lb. (Just added a lil effect ;))

3 Likes

hey man how can i use my already created datastore has all my players donations already in it . i wanna use your board instead but mine at the moment only called the datastore by its name “datastorenamehere” in this format ty

Hey for some reason when i have this board in my game, other developer product functions breaks and doesn’t work! Help!

Looks amazing. One question, how do I make a thing where like if the player donated any amount of Robux, in the chat it says “(user) donated (rbx amnt), thank you!”?

how do I expand it for extra developer products

Just listen for any purchase prompt events, it can be done in a different script.