Русские видео

Сейчас в тренде

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


Скачать с ютуб HOW TO MAKE A MAIN MENU 🛠️ Roblox Studio Tutorial в хорошем качестве

HOW TO MAKE A MAIN MENU 🛠️ Roblox Studio Tutorial 1 год назад


Если кнопки скачивания не загрузились НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием, пожалуйста напишите в поддержку по адресу внизу страницы.
Спасибо за использование сервиса savevideohd.ru



HOW TO MAKE A MAIN MENU 🛠️ Roblox Studio Tutorial

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! IRL Floppy Merch : https://itzfloppyfish.myshopify.com 🌟 Floppys Discord Server:   / discord   Script 1 (Play Button Script) : local Gui = script.Parent.Parent script.Parent.MouseButton1Click:Connect(function(clicked) Gui:TweenPosition(UDim2.new(0,0,1,0), "InOut", "Sine",3.5) 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) ---------------------- Roundify Plugin: https://www.roblox.com/library/223376... 🌟 Floppys Roblox Game : https://www.roblox.com/games/11301003... Roblox Studio Tutorial Roblox Studio Studio Tutorials

Comments