How can i create a donation UI to raise funds

I want to create a donation UI to raise funds for the game but i dont know where to start. and i also want to make the donator can donate multiple times(ex: purchase the same gamepass twice without having to worry that the pass is existed). if you could please give me the instructions on how to do so. Thanks! :slight_smile:

Literally just do a single google search for gods sake

And yes ik its a resource but reading through src code ought to give you some idea

2 Likes

To allow them to purchase multiple times, you would use developer products.

You can place a localscript into a textbutton prompting the purchase of the product, and then handle it on the server.

Please Read the Following Documentation to get started:

1 Like

thanks for giving me the resource ^^ i really appreciate it

This is what a developer product really is. Its something you can buy many times and you can make it inside roblox studio. You should make a DataStore for the total funds. Whenever someone buys a product, track in the datastore this info. You could connect Messaging Service to minimize the requests to the datastore, for live updates. (For using a donater board or track total donations etc.)

2 Likes

thanks for helping me ^^ it will surely help me alot

Ye if you have any doubts just ask here or dm me personally

2 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.