Humanoid is not a descendant of game?
http://i.imgur.com/uCncN1E.png
That's the error, and that shouldn't be possible in the local script as everything else works except animations. But it exists and I don't know how to get rid of it.
Many people have this issue but nobody knows how to fix it based on the amount of searching I've done.
Here's the code:
1 | local Player = game.Players.LocalPlayer |
2 | local Character = Player.Character or Player.CharacterAdded:wait() |
3 | local Humanoid = Character:WaitForChild( "Humanoid" ) |
5 | local RunningTrack = Humanoid:LoadAnimation(RunHolder:WaitForChild 'RunAnim' ) |
Any solutions?