Advertisement
SxScripting

Snap Viribus [Local Script]

Jan 7th, 2021
646
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. local RS = game:GetService("ReplicatedStorage")
  2. local UIS = game:GetService("UserInputService")
  3.  
  4. UIS.InputBegan:Connect(function(Input, IsTyping)
  5. if IsTyping then return end
  6. if Input.KeyCode == Enum.KeyCode.Q then
  7. RS.Event:FireServer()
  8. end
  9. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement