Hey there!
Recently, I’ve been trying to accomplish a “dynamic” donation menu within my Admino panel project. I’ve managed to get two seperate frames to sync information with each other, but not so much with the “confirm amount” button (which will prompt the user to donate the amount they selected from a list of dev-products).
I’ve attempted to do this through the basic dev-product script, but I’m not sure how I’d replace the developer product ID within the script to match with the user’s donation selection.
So, for example, a player chooses from a list of donation developer-products to donate “100 Robux.” In another frame next to the list (video shown below), the values and description of the dev-product are displayed, along with a “confirm” button beneath it. Once the user presses this button, the dev-product ID must be correctly invoked and used in the script to product a purchase prompt that corresponds to the selected amount (this is the part I’m not sure how to do).
If anyone knows how I can accomplish this dynamic-like donation menu (using a dev-product purchase prompt script, but with the modifications stated above), I’d appreciate any help. Thanks!