Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local us = game:GetService("UserInputService")
- us.InputBegan:Connect(function(key)
- if key.KeyCode == Enum.KeyCode.R then
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement