КАК СДЕЛАТЬ АДМИН ПАНЕЛЬ В РОБЛОКС СТУДИО??!!

Аватар автора
Roblox Studio Уроки и Туториалы
Вот скрипт по открытию кнопкой меню: local Button = script.Parent Background = script.Parent.Parent.Background function onClick() if Background.Visible == false then Background.Visible = true Button.Text = "Close" elseif Background.Visible == true then Background.Visible = false Button.Text = "Open" end end Button.MouseButton1Click:Connect(onClick)

0/0


0/0

0/0

0/0