After making a walk animation in moon animator and exporting it to roblox, the left leg is somehow appearing slightly behind the player. Is this a script error?
game.Players.PlayerAdded:connect(function(player)
player.CharacterAdded:connect(function(character)
player.Character.Animate.walk.WalkAnim.AnimationId = "http://www.roblox.com/asset/?id=9384610703"
end)
end)
All help would be appreciated.
(this doesn’t appear in moon animator but it does ingame)