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

My script for to add animations to a NPC doesn't work. Why?

Asked by
3DMage -2
5 years ago
local char = script.Parent
local hum = char:WaitForChild("Humanoid")
local animation = hum:LoadAnimation(script.Animation)

if char ~= nil then
    animation:Play()
end?
0
Is the animation in your group / roblox account? or was some random animation? yHasteeD 1819 — 5y
0
I made the animation. 3DMage -2 — 5y

Answer this question