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

My animation says it can not load animation?

Asked by 5 years ago

My script

local char = script.Parent
local humanoid = char.Humanoid
local Script1 = char.Script1

wait(5)
local w = humanoid:LoadAnimation(Script1.Wave)
w:Play()

It wont run the script and it is saying this in the out put 19:12:30.181 - Animation "https://www.roblox.com//asset/?id=75&serverplaceid=0" failed to load in "Workspace. .Script1.Wave.AnimationId": Animation failed to load 19:12:30.228 - Animation "https://www.roblox.com//asset/?id=75&serverplaceid=0" failed to load in "Animation.AnimationId": Animation failed to load Pls help me

0
That is probably because you don't own the animation. You need to own the animation. User#24403 69 — 5y

Answer this question