ycliper

Популярное

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

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

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

Топ запросов

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

HOW TO MAKE MAIN MENU IN ROBLOX STUDIO

Roblox Studio main menu

Menu UI design

Scripting main menu

Start screen creation

UI buttons setup

Game settings menu

Animating menu transitions

Customizing menu layout

Adding sound effects

Play button scripting

Автор: Sooojs

Загружено: 2024-08-11

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

Описание: In todays video I show you how to make a Main Menu in Roblox Studio
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)
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)

🌟 Sooojs Discord Server: https://discord.gg/vfFgWZAh
🌟 Sooojs Game: https://ro.blox.com/Ebh5?af_dp=roblox%3A%2...
🌟 Sooojs Plugin Shop: https://create.roblox.com/store/plugins?cr...
🌟 Sooojs Profile: https://www.roblox.com/users/3728341938/pr...

Roblox Studio Tutorial

Не удается загрузить Youtube-плеер. Проверьте блокировку Youtube в вашей сети.
Повторяем попытку...
HOW TO MAKE MAIN MENU IN ROBLOX STUDIO

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

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

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

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

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

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

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



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



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