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

Animation Fails To Load. How To Fix It?

Asked by 8 years ago

So i made a animation Script and it sets the animation of the walking animation to something else But in the game the output is: 08:28:33.844 - Animation failed to load : Workspace.Player.Animate.walk.WalkAnim

The Script Im Using Is:

game.Players.PlayerAdded:connect(function(player)
    while not player.Character do wait()end
    local character=player.Character
    local animateScript = character.Animate
    animateScript.walk.WalkAnim.AnimationId = 'http://www.roblox.com/asset/?id=269107678'
    animateScript.Run.RunAnim.AnimationId = 'http://www.roblox.com/asset/?id=269107678'
end)
0
Is the animation yours or someone elses? Are you testing in a saved baseplate or unsaved baseplate? Try saving your place first. AZDev 590 — 8y
0
Having the same problem but all I am looking at is the Developer console. My animations and audio failed to load in the console. Any suggestions? DiamondmadeKS2 0 — 7y

3 answers

Log in to vote
0
Answered by 8 years ago

You need to make sure that: A: the animation is yours, or roblox's B: the script is a local script

Ad
Log in to vote
0
Answered by 6 years ago

What if u instead of game.Players.(...) just do game:GetService("Players").[maybe localplayer im not sure].PlayerAdded(...) that could help

Log in to vote
-2
Answered by 8 years ago

were you have the ' around the animations just change those to " and make sure you are using a regular script and not a local script

0
That didnt work Thegrimdeathzombie 40 — 8y
0
odd ... well are you using your own animations? if not that is your biggest reason FinickOdre123 6 — 8y
0
You're completely wrong, it NEEDS TO BE A LOCAL SCRIPT and it doesn't matter if you use ' or " User#20388 0 — 6y
0
don't tell other people things where you don't know anything about User#20388 0 — 6y

Answer this question