Roblox Studio Гайд №1 Как сделать меню которое открывается и закрывается
Channel:
Subscribers:
489
Published on ● Video Link: https://www.youtube.com/watch?v=n1Pi7IyIvoo
Скрипты
Открыть:
local frame = script.Parent.Parent.Frame
local open = false
script.Parent.MouseButton1Click:Connect(function()
if frame.Visible == false then
frame.Visible = true
end
end)
Закрыть:
script.Parent.MouseButton1Click:Connect(function()
script.Parent.Parent.Visible = false
end)
Other Videos By hinoshacy
Other Statistics
Roblox Statistics For hinoshacy
hinoshacy currently has 648 views spread across 3 videos for Roblox. His channel published less than an hour of Roblox content, or 1.47% of the total watchable video on hinoshacy's YouTube channel.