Advertisement
otorp2

Userinputservice local script starter gui

Nov 17th, 2017
421
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. local UIS = game:GetService('UserInputService')
  2.  
  3. UIS.InputBegan:Connect(function(input,processed)
  4. if not processed then
  5. if input.KeyCode == Enum.KeyCode.X
  6. then
  7. print("opo")
  8. end
  9. end
  10. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement