Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- game.Players.PlayerAdded:connect(function(player)
- player.CharacterAdded:connect(function(character)
- player.Character.Animate.jump.JumpAnim.AnimationId = "http://www.roblox.com/asset/?id=829192529"
- player.Character.Animate.fall.FallAnim.AnimationId = "http://www.roblox.com/asset/?id=829192529"
- player.Character.Animate.run.RunAnim.AnimationId = "http://www.roblox.com/asset/?id=748148649"
- end)
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement