Advertisement
lordoffruit

Animation test

May 24th, 2018
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. game.Players.PlayerAdded:connect(function(player)
  2. while player.Character do wait() end
  3. local character = player.Character
  4. local animateScript = character.Animate
  5. animateScript.walk.Animation1.AnimationId = 'http://www.roblox.com/asset/?id=1176864862'
  6. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement