ycliper

Популярное

Музыка Кино и Анимация Автомобили Животные Спорт Путешествия Игры Юмор

Интересные видео

2025 Сериалы Трейлеры Новости Как сделать Видеоуроки Diy своими руками

Топ запросов

смотреть а4 schoolboy runaway турецкий сериал смотреть мультфильмы эдисон
Скачать

HOW TO MAKE A SIMPLE MAIN MENU 🛠️ Roblox Studio Tutorial

Roblox

Roblox Studio

Tutorial

Main Menu

Автор: Itz_FloppyFish

Загружено: 2023-05-28

Просмотров: 21439

Описание: In todays video I show you how to make a Simple 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.

Viewers have requested I make a more simplified version of my previous Main Menu video, Hopefully you enjoy!

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!

🌟 Floppys Discord Server:   / discord  

Script 1 (Play Button Script) :

local Gui = script.Parent.Parent

script.Parent.MouseButton1Click:Connect(function(clicked)
Gui.Visible = false -- This will disable the Gui so it is not visable once a player clicks play
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)
----------------------

🌟 Floppys Roblox Game : https://www.roblox.com/games/11301003...

Roblox Studio Tutorial
Roblox Studio
Studio Tutorials

Не удается загрузить Youtube-плеер. Проверьте блокировку Youtube в вашей сети.
Повторяем попытку...
HOW TO MAKE A SIMPLE MAIN MENU 🛠️ Roblox Studio Tutorial

Поделиться в:

Доступные форматы для скачивания:

Скачать видео

  • Информация по загрузке:

Скачать аудио

Похожие видео

© 2025 ycliper. Все права защищены.



  • Контакты
  • О нас
  • Политика конфиденциальности



Контакты для правообладателей: [email protected]