How to make your FIRST Roblox Game in 2024 (Make Robux)

preview_player
Показать описание
Do YOU want to make a Roblox Game? Well you're in the perfect place, because in this video, I'll be showing you EVERYTHING you need to know about Making your FIRST Roblox Game in 2024! We'll go over everything from building, to scripting, to actually making Robux!
👇(Expand Description for Scripts!)

By the end of this video, you should have a completely functioning game where you can make Robux and play with your friends!
Make sure to subscribe if this video helps you, and enjoy!

📋 Scripts -[
1️⃣ Checkpoint Script:
script.Parent.Touched:Connect(function(hit)
if game.Players:FindFirstChild(hit.Parent.Name) then
local plr = game.Players:FindFirstChild(hit.Parent.Name)

end
end
end)

2️⃣ Leaderstats Script:
game.Players.PlayerAdded:Connect(function(plr)
l.Name = "leaderstats"

s.Name = "Stage"
s.Value = 1
end)

3️⃣ Respawn Script:
game.Players.PlayerAdded:Connect(function(plr)
plr.CharacterAdded:Connect(function(char)
for i,v in pairs(workspace:WaitForChild("Spawns"):GetChildren()) do
if v.Stage.Value == stage then
local hrp = char:WaitForChild("HumanoidRootPart")
end
end
end)
end)

4️⃣ Dev Product Script Local:
local mps = game:GetService("MarketplaceService")
local devProductId = 00000000 --your id here
script.Parent.MouseButton1Up:Connect(function()
mps:PromptProductPurchase(game.Players.LocalPlayer,devProductId)
end)

5️⃣ Developer Product Server Script:
local mps = game:GetService("MarketplaceService")

local id = 1711128944

mps.PromptProductPurchaseFinished:Connect(function(userId,Product,isPurchased)
local plr = game.Players:GetPlayerByUserId(userId)
if isPurchased then
if Product == id then
for i,v in pairs(workspace.Spawns:GetChildren()) do
if plr.Character then
end

return Enum.ProductPurchaseDecision.PurchaseGranted
end
end
end
end
end)

END OF SCRIPTS]-

💬Comment ideas for future videos below! VVV

Roblox username: fiveironfan2006

How to Make a Roblox Game (2024)

Chapters: [
0:00 - Downloading Roblox Studio
0:50 - Learning Roblox Studio Basics
6:14 - Building your Game
20:05 - Earning Robux
28:16 - Publishing your Game
]

#roblox #coding #lua
Рекомендации по теме
Комментарии
Автор

❓Having trouble with the code?
YouTube doesn't let me use the symbol > in descriptions unfortunately, so the script for the checkpoint might not work. Use this script for the Checkpoint Script instead:

Checkpoint Script:

if then
local plr =
if and then
if script.Parent.Stage.Value > plr.leaderstats.Stage.Value then
plr.leaderstats.Stage.Value = script.Parent.Stage.Value
end
end
end
end)





CodeBro
Автор

i’ve been searching for a simple tut for so long and i finally found one, thank you so much for making this (subbed❤)

ZionYTGaming
Автор

Thanks for everything dude! You really helped me make new games on roblox! Because of this I decided to subscribe, like and hit the bell!

Nuke_Gaming
Автор

This one is the best tutorial than others I've been watching for so long. Thank you so much ❤

Vision_Politics
Автор

This has got to be the best Roblox studio video ever cuz he actually helps you build something most people show you how to build certain things but not full obbys plus he shows you so much times how to do something so that you don’t forget thanks 🙏

kittygamimg
Автор

Tysm this helps out so much!

BTW your beginner scripting series is also amazing you take it slow and step by step and with this tutorial I made my first real game!

IsaiahGaming
Автор

Ty bro! All of the other game tutorials are really hard, but this was just ez pz. Thx Fam!

SuperTeach
Автор

I subscribed! i love how detailed you are when telling us what to

perlacharbel
Автор

You're videos are really usually. thanks😁👍

indfkdv
Автор

thank you so much for this video ive been watching other tutorials but this one is the best

Jamali_Family
Автор

woaah this is very helpful for me as a first-timer who's curious about how the games on roblox work. now, I want to create my own game. tysm for this video. It inspires me to make games in roblox🥺❤

pipoyyotaza
Автор

this video is awesome i found it very usefull keep up the great work! : )

zeruiyan
Автор

This is an incredible tutorial! Thank you so much! You explained everything to the little detail! Even a dummy like me could understand everything)))😄

riivrfw
Автор

i just love how much detail he puts into his videos and that he reads every comment

gurshandhesi
Автор

I used your tutorial for making my very first Roblox game, and my very first game of any sort, it was super easy to understand, although I used some other tutorials for the rede kill brick and the sky. you earned a sub!

Baked_chips
Автор

oh my! thanks so much:D i subscribed and i started making new stages, and its going so well!

Doge.Comments
Автор

Thanks bro, i've been struggling subbed

k-boomPlays
Автор

BEST VIDEO EVER! THIS IS THE BEST TUTORIAL IVE EVER SEEN AND I TOOK SCREENSHOTS OF YOUR SCRIPTS!!!! You earned a new sub :D

Serano_
Автор

This is one of the best tutorial videos i have every watched, you deserve a subscribe

PureGamerBoy
Автор

Thank You So Much, That help me a lot 😉(+1 Subbed)

luvkikx