Advertisement
Animescapetower

Ruin your camera on void script builder.

Jul 7th, 2017
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. game.Players.PlayerAdded:connect(function(player)
  2. player.CharacterAdded:connect(function(character)
  3. player.Character.Animate.jump.JumpAnim.AnimationId = "http://www.roblox.com/asset/?id=829192529"
  4. player.Character.Animate.fall.FallAnim.AnimationId = "http://www.roblox.com/asset/?id=829192529"
  5. player.Character.Animate.run.RunAnim.AnimationId = "http://www.roblox.com/asset/?id=748148649"
  6. end)
  7. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement