Advertisement
Diep8328Paster

lol

May 14th, 2018
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.58 KB | None | 0 0
  1. game.Players.LocalPlayer.Character.Head.face.Texture = "rbxassetid://1767567541"
  2. wait(1)
  3. local berth = Instance.new("Sound",game.Players.LocalPlayer.Character.Head)
  4. berth.Volume = 20
  5. berth:Play()
  6. berth.SoundId = "rbxassetid://380774072"
  7. wait(0.3)
  8. game.Players.LocalPlayer.Character.Head.face.Texture = "http://www.roblox.com/asset/?id=1052525690"
  9. wait(0.4)
  10. game.Players.LocalPlayer.Character.Head.face.Texture = "http://www.roblox.com/asset/?id=280866530"
  11. wait(2.5)
  12. game.Players.LocalPlayer.Character.Head.face.Texture = "http://www.roblox.com/asset/?id=65511995"
  13. local arm = game.Players.LocalPlayer.Character:WaitForChild("Left Arm",0.1)
  14. local arm2 = game.Players.LocalPlayer.Character:WaitForChild("Right Arm",0.1)
  15. local a = Instance.new("WeldConstraint",arm)
  16. local a2 = Instance.new("WeldConstraint",arm2)
  17. local t = game.Players.LocalPlayer.Character:WaitForChild("Torso",0.1)
  18. a.Part0 = arm
  19. a.Part1 = t
  20. a2.Part0 = arm2
  21. a2.Part1 = t
  22. arm2.Position = t.Position + Vector3.new(1.6,1,0)
  23. arm.Position = t.Position - Vector3.new(1.6,0,0)
  24. arm.Position = arm.Position + Vector3.new(0,1,0)
  25. wait(0.25)
  26. arm2.Position = t.Position + Vector3.new(1.6,0,0)
  27. arm.Position = t.Position - Vector3.new(1.6,0,0)
  28. wait(0.25)
  29. arm2.Position = t.Position + Vector3.new(1.6,1,0)
  30. arm.Position = t.Position - Vector3.new(1.6,0,0)
  31. arm.Position = arm.Position + Vector3.new(0,1,0)
  32. wait(0.25)
  33. arm2.Position = t.Position + Vector3.new(1.6,0,0)
  34. arm.Position = t.Position - Vector3.new(1.6,0,0)
  35. wait(0.5)
  36. game.Players.LocalPlayer.Character.Head.face.Texture = "http://www.roblox.com/asset/?id=280866530"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement