Advertisement
Pukaciu

Untitled

Jul 31st, 2021
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. local userinputservice = game:GetService("UserInputService")
  2. userinputservice.InputBegan:connect(function(input)
  3. if input.InputType == Enum.UserInputType.Z then
  4. print("Yes")
  5. end
  6. end)
  7.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement