Advertisement
asdasdaaa11

game end yourself

Jun 6th, 2019
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1.  
  2. game.Workspace.SuperAwesomHuman.Animate.walk.AnimationId = "http://www.roblox.com/asset/?id=0"
  3. game.Workspace.SuperAwesomHuman.Animate.jump.AnimationId = "http://www.roblox.com/asset/?id=0"
  4. game.Workspace.SuperAwesomHuman.Animate.fall.AnimationId = "http://www.roblox.com/asset/?id=0"
  5. game.Workspace.SuperAwesomHuman.Animate.idle.AnimationId = "http://www.roblox.com/asset/?id=0"
  6.  
  7. e=Instance.new("Animation",script)
  8. e.AnimationId = "rbxassetid://2590224436"
  9.  
  10. local animation = script:WaitForChild('Animation')
  11. local humanoid = script.Parent:WaitForChild('Humanoid')
  12. local dance = humanoid:LoadAnimation(animation)
  13.  
  14. dance:Play()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement