I’ve spend about 3 days creating this and I’d love some feedback!!
I’ve made a custom donation system for a portfolio I am making - I coded all of the back-end stuff myself and I am using Firebase to host my own web api so I can make this possible.
Please let me know what you think! I’m quite proud of myself
HOWWWWWWWWWWWW
PEOPLE CAN DONATE A CUSTOM AMOUNT???
does this estimate the donation amount or does it do it exactly? if it does the exact amount you’re a genius
edit: i also like how you synced the donate gui with the purchase prompt
I’m using Firebase because it’s completely free and it’s the service i’m most familiar with.
It does the exact amount! It creates a new developer product each time (if that price doesn’t exist already) by sending a request to a web server and then that web server will create a new product with the appropriate price and it will return the ID back to roblox.
Yes - for now a new developer product is made for each donation, however it shouldn’t be too hard to use existing products, I just didn’t get round to doing it. (plus I didn’t really see the point for my use)
If we’re talking Roblox server, nope! It processes the exact same way any other developer product would.