In Roblox, you will be able to make your own game. Now, you may want to know how to make an AFK donation game on the platform. Do not worry, here we are going to share that information for you.
Making an AFK Donation Game in Roblox
Here are some steps that you can do to make an AFK donation game in Roblox:
-
- At the first step, you have to select Create a New Game.
- After that, you are able to press Edit.
- Now, you are able to open Roblox Studio. And open up the toolbox.
- Please search for a Donation board in models.
- You need to open boards in the explorer, then delete DELETEME.
- In this step, you have to create a Developer Product.
- Put in whatever price you want it to be.
- Afterwards, you need to copy the product ID.
- And paste it in the product script.
- You will be able to make as many developer products as you want, just copy the ID of it and paste in the script.
- All done, now you are able to publish the game. Try it out!
Making a Donate Button in Roblox Studio
Here are some steps to make a donate button in Roblox Studio:
-
- Firstly, get a part made green and scale it.
- After that, you are able to add two things; a click detector and a script.
- You are going to get some variables. The first one will be a reference to the script parent. The button which you are on, and the click detector which is what you will use to detect when somebody has clicked your part.
- You have to make a new local function called donate passing a player as a parameter. Now you get in the marketplace service.
- After you have the marketplace service, you will do colon prompt product purchase. Now that you have done that you will add another variable. This variable will become your product ID.
- You are going to get the product ID in only a second.
- In this step, you will be able to get the product ID. Please set that to 0 for right now. At the end, you will do a part cdot mouse click. Next, you have to connect, and then you are going to donate all.
- You will need to configure the game from the game menu. When you go to developer products, you are going to create new and also call this donation for your game.
- Please give it a short description whatever you want, for example you will want to make it 10 Robux. In addition, you will be able to choose an image if you want.
- Now, you have this number, so simply copy that number which you see there. You are going to join back in the Roblox platform.
- Just go back to Roblox Studio, go to the product ID, make sure that is right. Finally, you are ready to test.
To make a donate button in Roblox Studio, you will need this script below:
script.Parent.MouseButton1Click:connect(function(click)
amnt = script.Parent.Parent
plr = script.Parent.Parent.Pler.Text
pler2 = game.Players[plr]
pler2.leaderstats.Gold.Value = amnt.Amnt + Text — That textbox has the ammount that the plr’s giving
end)
How to Start Making Roblox Games?
You are able to start making Roblox games using Roblox Studio. It is a free piece of software you are able to access via your Roblox account.
To get started, simply you are able to click Create on the top bar of the Roblox app and then select Create New Game. From here, you are able to select a template for your game, name it, and also play with several of the settings, including whether to list it publicly or keep it private. Because it is a work-in-progress, probably best to keep it private for right now.
Also, going to the Create page gives you the option to launch Roblox Studio. For those who play Roblox in-browser, you will need to download the Roblox Studio app to your computer first. Of course, this is very important, because you will need Roblox Studio to edit your game.
Inside Roblox Studio, you are able to create new games by clicking + New tab on the left-hand bar. This is going to bring up a series of templates for you to work which can be sorted by theme or gameplay style. Also, there is a Baseplate option for if you want to build your game up from scratch. These are the same templates you are able to select from in the browser, but from here you are able to drop right into editing after you have picked your template.
In alternative, your Roblox Create page and Roblox Studio come pre-loaded with a project call “[username’s] Space”, a sandbox-y area where you are able to play around and familiarize yourself with the creator’s many customizations’ options. It is under the My Games tab on the left-hand bar.
Sharing Your Roblox Games with Other Players
There is no need to upload your Roblox game after it is ready to make its debut. It is already right there on the platform, so instead, you only need to make it Public. Public games are able to be played by anybody using the Roblox platform. While Private games can only be viewed and played by you, and also anyone you select to share editing permissions with.
Also, you are able to follow some steps to make a game Private again at any time. Keep in mind that it will kick anyone who is currently playing out of the game. You will be able to do that in some methods. A game will be able to be set to Public directly from the My Creations tab in the browser. Its Public/Private setting is going to be shown beneath the title, alongside an icon, a green open eye for Public, and a grey closed eye for Private. Simply, you are able to click on this and save the new setting to toggle.
AUTHOR BIO
On my daily job, I am a software engineer, programmer & computer technician. My passion is assembling PC hardware, studying Operating System and all things related to computers technology. I also love to make short films for YouTube as a producer. More at about me…
Leave a Reply