РОБЛОКС СТУДИО КАК СДЕЛАТЬ КНОПКУ КОТОРАЯ ОТКРЫВАЕТ GUI ОТВЕТ ТУТ!
СКРИПТ НА КНОПКУ ОТКРЫТИЯ-local Frame = script.Parent.Parent.Frame script.Parent.MouseButton1Click:Connect(function() Frame.Visible = true end) СКРИПТ НА КНОПКУ ЗАКРЫТИЯ-local Frame = script.Parent.Parent script.Parent.MouseButton1Click:Connect(function() Frame.Visible = false end)
СКРИПТ НА КНОПКУ ОТКРЫТИЯ-local Frame = script.Parent.Parent.Frame script.Parent.MouseButton1Click:Connect(function() Frame.Visible = true end) СКРИПТ НА КНОПКУ ЗАКРЫТИЯ-local Frame = script.Parent.Parent script.Parent.MouseButton1Click:Connect(function() Frame.Visible = false end)



