1 | local player = game.Players.LocalPlayer |
2 | local Mouse = player:GetMouse() |
3 | Mouse.KeyDown:connect( function (key)) |
4 | if key = = "f" then |
5 | play animid() |
6 | end |
7 |
8 | end ) |
im still pretty new to this so bear with me!
(NOT A REQUEST)
Closed as Not Constructive by Link150
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?