Advertisement
timmysjet123456789

r15 tpose idle

May 27th, 2018
234
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 not player.Character do wait() end
  3. local character = player.Character
  4. local animateScript = character.Animate
  5. animateScript.idle.Animation1.AnimationId = 'http://www.roblox.com/asset/?id=1289692552'
  6. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement