How to make pls donate buttons

You can write your topic however you want, but you need to answer these questions:

  1. What do you want to achieve? Keep it simple and clear!

i want to make a function where you spend robux to advertise your shirt/gamepasses for me to get robux

  1. What is the issue? Include screenshots / videos if possible!

how do i do it

  1. What solutions have you tried so far? Did you look for solutions on the Developer Hub?

i tried youtube and anything but they are just too confusing

After that, you should include more details if you have any. Try to make your topic as descriptive as possible, so that it’s easier for people to help you!

These are screenshots that might help you understand what i mean
Screenshot 2022-09-25 164349
Screenshot 2022-09-25 164437

My Script

--\\ Robux Configuration --//
local Price = 250
local Option = 100
local ProductPrice = 500
local Taxes = 10
local Estimated = (Price * Option) + (Price * (Price * (Option / 10) * ((Option / 10) / (Option + 1)))) - 312.5
print(math.round(Estimated))
--\\ SetGui  / Variables //--
local LiveDonators = game.ReplicatedStorage:WaitForChild("Remotes"):WaitForChild("LiveDonators")
local Layout = script.Parent:WaitForChild("Layout")
local Title = script.Parent:WaitForChild("TextLabel")
local Plr = game.Players.LocalPlayer

--\\ Settings //--


local URL

Please do not ask people to write entire scripts or design entire systems for you. If you can’t answer the three questions above, you should probably pick a different category.

I changed some stuff Here is the updated Image, Scripts:

--\\ Robux Configuration --//
local Price = 250
local Option = 100
local ProductPrice = 500
local Taxes = 10
local Estimated = (Price * Option) + (Price * (Price * (Option / 10) * ((Option / 10) / (Option + 1)))) - 312.5
print(math.round(Estimated))
--\\ SetGui  / Variables //--
local LiveDonators = game.ReplicatedStorage:WaitForChild("Remotes"):WaitForChild("LiveDonators")
local Layout = script.Parent:WaitForChild("Layout")
local Title = script.Parent:WaitForChild("TextLabel")
local Plr = game.Players.LocalPlayer


--\\ Settings //--


local URL = nil -- I need a url to support everything

--\\ Scripts //--

local Assets = {10000,100001,0} -- so basically there is a folder and it has all the assets inside of it but how do i do it

for i, v in pairs(Assets) do
	local Clone = Layout:Clone()
end


Screenshot 2022-09-25 174235

Here you go, this should help!

He is making a pls donate. So he will need gamepasses and clothes not developer products.

Wouldn’t you want to be able to make your players be able to donate some amounts multiple times? Gamepasses are supposed to be used for permanent power-ups or things close to that, not donations.

i dont need developer product i want to make a function where your either want to buy it for the server you’re in or all server and you want to pick the time and the product you want.

in that case it shoud make me millions

What is that?

Don’t think your game will work, but you would need to create a system where a player can select an ad format (Text Only, Image Only, Text and Image), create their ad, makes the player buy a Developer Product with the prices set for their format, make them choose a time length which would also determine price, saves those settings and then make the server display them if they aren’t expired.

Note: I don’t believe you can create custom prices on the fly, so you’d need to create pre-determined formats.

A gui. Could you make it better if you can

I meant what it’s supposed to be.

Read Post 6 if you dont understand