local Donatecause = censored
local theplayer = script.Parent.Parent.Parent.Parent.Parent.Parent
function DonateS()
game:GetService("MarketplaceService"):PromptPurchase(theplayer, Donatecause)
end
script.Parent.MouseButton1Down:connect(DonateS)
[stupid inline code isn't working]
The directory of files is as shown:
Not too sure what's happening. It's not giving an error.