Roblox Studio Tutorial | How To Make A Main Menu (2021!!)

Hey, Guys Today I will show you how to make a main menu in Roblox studio.
it’s pretty easy and only will take you about 7 minutes to accomplish. Roblox Main menus are the base of games. without them, a game would be less appealing that’s why I will be showing you how to make a good main menu on Roblox.

Join my Discord Server and Meet Me!!:
https://discord.gg/qskfdW8QaT

Subscribe to my YouTube channel for more scripting videos:
https://www.youtube.com/channel/UCXuv

Roblox username: Dev_Simphony

BUY ROBUX ~ https://www.roblox.com/upgrades/robux
BUY BUILDERS CLUB ~ https://www.roblox.com/premium/member

Alex
Alex

Hi, I'm Alex! I've been obsessed with Roblox ever since I first started playing at the age of 15. Now at 25, Roblox is still my number one hobby and passion.

When I'm not working my day job, you can find me gaming for hours on end, playing and creating all kinds of imaginative worlds. I love participating in building challenges and mini-games with friends. My favorite thing is designing intricate obstacle courses and racing tracks.

I run a Roblox gaming website where I post articles, guides, and tips about my gameplay and creations. I provide tricks and advice for fellow adult gamers and try to keep things entertaining with my fun writing style.

Articles: 2951

15 Comments

  1. I set the comment section to newer comments to see if it wasn't working for anyone else, glad it's not just me

  2. local button = script.Parent
    local blur = game.Lighting.Blur
    game.Players.LocalPlayer.Character:WaitForChild("Humanoid").WalkSpeed = 0
    local label = script.Parent.TextLabel

    button.MouseButton1Click:Connect(function()
    label.Visible = false
    game.Players.LocalPlayer.Character:WaitForChild("Humanoid").WalkSpeed = 16
    blur.Enabled = false
    button.Visible = false
    end)

  3. Hello, i am new to roblox game development and know that adding a simple main menu would be useful. But i am by far not skilled enough for such complex things. I was never good at coding and struggled using simple platforms such as scratch. I followed the script and still had problems with it running, the button wouldnt remove the blur nor hide the button. It just clicked, i am going to re-write it then update this.

    Update: I have rewriten it just the way shown and it doesnt seem to work. I do not understand if this is an error with the game or the code. I have spent a few hours on the main menu just trying to get the code sorted.

  4. Can you code me to be Lockfirstperson when you press the Play button of camera mode?

Leave a Reply

Your email address will not be published. Required fields are marked *