#idk why my animation isnt working
1 messages · Page 1 of 1 (latest)
and I would do "local animation = Instance.new("Animation") then set the "animation.AnimationId" to the one you need
"animationPlay.Priority = Enum.AnimationPriority.Action" sets the priority
also I see a issue. You have made a variable called "input" with the value of "UserInputService"
later in your code you use "input" as the first argument after "InputBegan"
so now input is no longer "UserInputService" and instead a Enum.Keycode or a Enum.UserinputType
it still doesnt work