Advertisement
Guest User

Correr saltar e caer ROBLOX Script

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