Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
-1

(NOT A REQUEST)Confused on how to create a script that plays an animation on f key, help? [closed]

Asked by
Dr_0wn -16
5 years ago
Edited 5 years ago
local player = game.Players.LocalPlayer
local Mouse = player:GetMouse() 
Mouse.KeyDown:connect(function(key))
if key == "f" then
play animid()
end

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?