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
6 years ago
Edited 6 years ago
1local player = game.Players.LocalPlayer
2local Mouse = player:GetMouse()
3Mouse.KeyDown:connect(function(key))
4if key == "f" then
5play animid()
6end
7 
8end)

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?