Как сделать GUI которое открывается по кнопке Roblox Studio

Видео о том как сделать GUI которое открывается по кнопке клавиатуры print(«Hello world!») local UIS = game:GetService('UserInputService') local Player = game.Players.LocalPlayer local Character = Player.Character UIS.InputBegan:connect(function(input) if input.KeyCode == Enum.KeyCode.Tab then --Место Таб поставте другую клавишу Player.PlayerGui.TestGui.Frame.Visible = true end end) UIS.InputEnded:connect(function(input) if input.KeyCode == Enum.KeyCode.Tab then --Место Таб поставте другую клавишу ) Player.PlayerGui.TestGui.Frame.Visible = false end end)

0/0


0/0

0/0

0/0

0/0