Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local RS = game:GetService("ReplicatedStorage")
- local UIS = game:GetService("UserInputService")
- UIS.InputBegan:Connect(function(Input, IsTyping)
- if IsTyping then return end
- if Input.KeyCode == Enum.KeyCode.Q then
- RS.Event:FireServer()
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement