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

my animation does not want to load in? can someone tell me why?

Asked by 7 years ago

wait(3)

local test = game.Players.LocalPlayer.Character:WaitForChild("Humanoid") if test then

function lol(key)

if key.KeyCode == Enum.KeyCode.E then local ani = game.Workspace.Bullet2 local go = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(ani)

go:Play()

end end

game:GetService("UserInputService").InputBegan:connect(lol) end

--can anyone tell me why this isnt working?

0
Formatting please. User#12753 0 — 7y
0
Formatting please (also), also is it your own animation? User#10445 15 — 7y

Answer this question