****So I made a script so I can have custom animation. Here is the script.
game.Players.PlayerAdded:connect(function(player) player.CharacterAdded:connect(function(character) player.Character.Animate.fall.FallAnim.AnimationId = "http://www.roblox.com/asset/?id=5171959206" --fall-- player.Character.Animate.idle.Animation1.AnimationId = "http://www.roblox.com/asset/?id=5171744485" --idle-- player.Character.Animate.idle.Animation2.AnimationId = "http://www.roblox.com/asset/?id=5171744485" --idle2-- player.Character.Animate.jump.JumpAnim.AnimationId = "http://www.roblox.com/asset/?id=5171912027" --jump-- player.Character.Animate.walk.WalkAnim.AnimationId = "http://www.roblox.com/asset/?id=5171886191" --walk/run-- end) end)
I want to make it server sided, please! Your help is appreciated. Thanks!