local userimputservice = game:GetService("UserInputService") userimputservice.InputBegan:Connect(function(imput) if imput.UserImputType == Enum.UserInputType.Keyboard then print("Success") end end)
It is in a local script inside of StarterGUI Please help