HOW TO MAKE A DONATION GUI 🛠️ Roblox Studio Tutorial

preview_player
Показать описание
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
Рекомендации по теме
Комментарии
Автор

Thank you so much, I've been looking EVERYWHERE for this
I hope I can become a good game creator one day :)

HandsomeManNamedTony
Автор

Hey Floppy, The Main Menu Tutorial u did was a big hit! I am making a SCP game and i made a literal main menu thanks to u!

chrisbrock
Автор

thanks floppy! iv'e been working on a game, and all your scripts really helped me alot! you're the only one who i trust with scripts!

YourLocal_Fav
Автор

thanks soo much floppy!!! ur scripts helped me alot and your one of the best youtubers for me!

xyzz_xx
Автор

THANK U MAN! THIS REALLY WORKED 👍👍👍 THIS DESERVES INFINITE LIKES

VfrosterGG
Автор

Very helpful tutorial thanks Floppy! Your the most helpful Roblox Studio Content Creator! ❤

LonelyThing
Автор

Excellent tutorial. Hopefully more people will learn to explain as well as you do ha-ha, cheers!

MrForgeGamer
Автор

Thank you so much floppy now I can have a donation board to make my game much better❤

RafaelOliveira-onef
Автор

Yet Another GREAT tutorial like always, You are very reliable and easy floppy!! I could always count on you for tutorials like these :) I'm kinda new to your channel but YOU absouloutey save us some time writing the script for us :) Every word you type or write will pay off :)

thegamergirl-
Автор

Floppy I love you man. I'm going to subscribe

marwantheyoutuber
Автор

Very helpul, I did this on my game and I will release it soon, so thank you very much for the tutorial❤

beakis-
Автор

TYSM! keep it up!, I watch all ur videos

WhiteCloudAffinity
Автор

ive been watching u love your videos bro keep it up

TheOneCrxy
Автор

omg bro, ty you just helped m, i was maiking a game and i needed the donate to support the creator thing, and you script acctualy worked.. TY you deserve a new subscriber

vodiz
Автор

im starting to learn the basics of lua coding (the coding program that roblox uses) due to this channel. Keep it up!

VelaPulsarAviation-ddbx
Автор

Thank u so much I been doing this for so long and I did it

stefanyargueta-ggor
Автор

floppy most helpful studio creator this helped my game sooo much you deserve a sub ❤

Epicpro
Автор

this guide was really helpfull.thanks floppy you deserved a sub

Slim_shady
Автор

ur the best guy ive seen until now im really bad for scripting thank you so much it worked

OGBloxxers
Автор

Floppy is the best! Bro just explained it NORMALLY unlike some tutorials. I finally understood something. I finally can make robux!!! (but no-one will ever join my game)

Ernest_games