HOW TO MAKE MAIN MENU IN ROBLOX STUDIO
Автор: 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
Повторяем попытку...
Доступные форматы для скачивания:
Скачать видео
-
Информация по загрузке: