Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local UIS = game:GetService('UserInputService')
- UIS.InputBegan:Connect(function(input,processed)
- if not processed then
- if input.KeyCode == Enum.KeyCode.X
- then
- print("opo")
- end
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement