filmov
tv
HOW TO MAKE A DONATION GUI 🛠️ Roblox Studio Tutorial

Показать описание
In todays video I show you how to make a Donation Gui, Donations Guis are a great way for your players to donate Robux to you while playing your game. I Hope you enjoyed the video, Have a lovely rest of your day! If you are a bit confused what to do, Feel free to message me on Discord and Ill help you out!
If you would like to support me even more Super Thanks or Becoming a Member is also another way to show your appreciation!
Script 1 (Main Menu, Ui Open) :
script.Parent.MouseButton1Click:Connect(function()
script.Parent.Parent.Parent.DonationFrame.Visible = not script.Parent.Parent.Parent.DonationFrame.Visible
end)
-- Depending what your Donation Frame is called you will need to change the "DonationFrame" part to whatever your DonationFrame is called.
Script 2 (DonationFrame, Text Button, Local Script):
local MarketplaceService = game:GetService("MarketplaceService")
local ProductId = 1234567890-- Change this ID with your Developer Product ID
script.Parent.MouseButton1Click:Connect(function()
MarketplaceService:PromptProductPurchase(game.Players.LocalPlayer, ProductId)
end)
Roblox Studio Tutorial
Roblox Studio
Studio Tutorials
If you would like to support me even more Super Thanks or Becoming a Member is also another way to show your appreciation!
Script 1 (Main Menu, Ui Open) :
script.Parent.MouseButton1Click:Connect(function()
script.Parent.Parent.Parent.DonationFrame.Visible = not script.Parent.Parent.Parent.DonationFrame.Visible
end)
-- Depending what your Donation Frame is called you will need to change the "DonationFrame" part to whatever your DonationFrame is called.
Script 2 (DonationFrame, Text Button, Local Script):
local MarketplaceService = game:GetService("MarketplaceService")
local ProductId = 1234567890-- Change this ID with your Developer Product ID
script.Parent.MouseButton1Click:Connect(function()
MarketplaceService:PromptProductPurchase(game.Players.LocalPlayer, ProductId)
end)
Roblox Studio Tutorial
Roblox Studio
Studio Tutorials
Комментарии