РОБЛОКС СТУДИО КАК СДЕЛАТЬ КНОПКУ КОТОРАЯ ОТКРЫВАЕТ 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)

12+
10 просмотров
19 дней назад
12+
10 просмотров
19 дней назад

СКРИПТ НА КНОПКУ ОТКРЫТИЯ-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)

, чтобы оставлять комментарии