Advertisement
UhhLegoboy

Troll 2.0

Jan 28th, 2017
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.03 KB | None | 0 0
  1. wait(0)
  2. plr = game.Players.LocalPlayer
  3. char = plr.Character
  4. Torso = char.Torso
  5. Head = char.Torso.Neck
  6. LeftArm = char.Torso ["Left Shoulder"]
  7. RightArm = char.Torso ["Right Shoulder"]
  8. LeftLeg = char.Torso ["Left Hip"]
  9. RightLeg = char.Torso ["Right Hip"]
  10.  
  11. char.Head.face.Texture = "rbxassetid://246990342"
  12.  
  13. Sound = Instance.new("Sound", char.Torso)
  14. Sound.SoundId = "rbxassetid://569099029"
  15. Sound.Looped = true
  16. Sound.Volume = 1
  17. Sound : play()
  18.  
  19. char.Humanoid.Animator : Destroy()
  20.  
  21. while true do
  22.     Head.DesiredAngle = 1000
  23.     LeftArm.DesiredAngle = 1000
  24.     RightArm.DesiredAngle = 1000
  25.     LeftLeg.DesiredAngle = 1000
  26.     RightLeg.DesiredAngle = 1000
  27.    
  28.     You = game.Players.LocalPlayer.Character
  29. You.archivable = true
  30. You:Clone().Parent = game.Workspace
  31.  
  32.         Head.MaxVelocity = 5
  33.     LeftArm.MaxVelocity = 5
  34.     RightArm.MaxVelocity = 5
  35.     LeftLeg.MaxVelocity = 5
  36.     RightLeg.MaxVelocity = 5
  37.    
  38. wait(0.5)
  39.  
  40.     Head.CurrentAngle = 5
  41.     LeftArm.CurrentAngle = 5
  42.     RightArm.CurrentAngle = 5
  43.     LeftLeg.CurrentAngle = 5
  44.     RightLeg.CurrentAngle = 5      
  45.    
  46. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement