HOW TO MAKE A MAIN MENU 🛠️ Roblox Studio Tutorial
Автор: Itz_FloppyFish
Загружено: 2023-03-18
Просмотров: 927152
OFFICIAL FLOPPY SHOULDER PAL: https://www.roblox.com/catalog/186276...
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
Доступные форматы для скачивания:
Скачать видео mp4
-
Информация по загрузке: