How can I make the instrument pick up when I press the E button (on the keyboard)?
local UserInputService = game:GetService("UserInputService") UserInputService.InputBegan:Connect(function(input) if input.KeyCode == Enum.KeyCode .E then --Here the behavior of the tool end end)
Closed as Not Constructive by green271, User#23365, User#21908, and User#19524
This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category.
Why was this question closed?