Advertisement
Idkrandomthingyyyy

template

Mar 24th, 2024 (edited)
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. local us = game:GetService("UserInputService")
  2.  
  3. us.InputBegan:Connect(function(key)
  4. if key.KeyCode == Enum.KeyCode.R then
  5.  
  6. end
  7. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement