HOW TO MAKE A MAIN MENU 🛠️ Roblox Studio Tutorial

preview_player
Показать описание

In todays video I show you how to make a Main Menu, Main menus are used to allow players to interact with the game before they have even begun playing the main game. Main Menus usually have a Play Button, Credits Button and sometimes a settings button.
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!

Script 1 (Play Button Script) :

local Gui = script.Parent.Parent

script.Parent.MouseButton1Click:Connect(function(clicked)
for i = 1,25 do
wait (0.05)
game.Lighting.Blur.Size = game.Lighting.Blur.Size - 3
end
end)
----------------------
Script 2 (Credits Button Script):

script.Parent.MouseButton1Click:Connect(function()
script.Parent.Parent.Parent.CreditsFrame.Visible = not script.Parent.Parent.Parent.CreditsFrame.Visible

if script.Parent.Parent.Parent.CreditsFrame.Visible then
script.Parent.Parent.Visible = false
else script.Parent.Parent.Visible = true
end
end)
----------------------
Script 3 (Credits Close Script):

script.Parent.MouseButton1Click:Connect(function()
script.Parent.Parent.Visible = false

if not script.Parent.Parent.Visible then
script.Parent.Parent.Parent.MainFrame.Visible = true
end
end)
----------------------

Roblox Studio Tutorial
Roblox Studio
Studio Tutorials
Рекомендации по теме
Комментарии
Автор

Me and my friend are making a zombie border game and this helped so much! i always wanted a professional UI screen but all of the tutorials never worked. Sure, this was on the lengthly side, but you explained it to us in depth so if we ever learn Lua, we can learn from you, and i sure did! If your wondering if this one is a good one, its great!

-Things I got-
an absolutely awesome GUI
A beautiful transition
Play button
And credits!!

lookdave
Автор

I followed the tutorial down to the letter and everything worked great! Thank you so much :)

dreidavillegas
Автор

thank you soo much omg im trying to make a game and all the play gui tutorials were either too complicated and long or just flat out didnt work. this saved my life

TRSHA
Автор

excellent explanation who clearly conveys the contents. In addition, he included script specifics in his descriptions! fantastic video

rockinbalencis
Автор

YO my guy this is so good worked perfectly YOU JUST EARNED A NEW SUB!!! EDIT: 66 likes oh god!

thepuppet
Автор

YOU DONT EVEN UNDERSTAND HOW MUCH THIS HELPED ME. THANK YOU!!

ameliasaep
Автор

this worked really well! if you want a menu like yansim do this: first things first, copy your entire map and take it somewhere where exploiters cant find it (so exploiters arent flying around the menu screen) then, get ur character and pose it, leave it, or animate it (i animated yanchan so it would look a lil better) then just copy what the vid is doing and boom. make sure your spawn point is at the real school or else people will be confused why they are at the menu map! edit: optionally if you want less lag for ur mobile players you can delete all of the menu school that players wont be able to see on the menu

TobyDogIRL
Автор

Hey man this is so cool! All working, thank you very much.

TGnhJJ
Автор

Yoo thanks a lot this is really gonna help out with my game bro deserves 100k subscribers rn🔥🙏

BattleGroundBuds
Автор

THANK YOU SO MUCH THIS IS A REAL TUTORIAL

StupidMeme
Автор

ty so much bro i needed that tuto for my game! continue like that.

ZeeZuzu
Автор

Amazing video, This really helped me out, I started today and I almost have a game ready, looks really nice with the GUI'S <3

TDK
Автор

gosh thank you sm i came from someone who did a tut for so long but somehow i wasted time cause it did not work, thank you for this it helped me alot!! because of this you gained a new subscriber!

BlastAndYanaRBLX
Автор

omg thx the only thing that my game needs i watched the entire tutorial and the codes were working thank you so much :D

Anonymous-logr
Автор

i love how calm everything is and easy it is to make

LumberGaming
Автор

thanks man! currently developing a horror game with some of my friends and i rlly am happy bout this :EDIT: FOR EVERYONE ASKING IT'S CALLED THE FRIEND MAKER XD

ruslanbikeriderLIVE
Автор

Thanks! This really helps and both buttons work. Now I can use it in my games!

nowee_playzz
Автор

Thank you so much this helped me a lot 😭 Your the top G bro and you definitely earned a new sub! Keep doing what you do!

Vickyg
Автор

Bro this guy is a life saver what can I do without you???

Ammy_Wash
Автор

bro you helped me so much you deserve a like and sub

acomicallynormalperson