Advertisement
coolgoldboy166

trump

Jan 4th, 2018
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.56 KB | None | 0 0
  1. wait(1)
  2. plr = game.Players.LocalPlayer
  3. char = plr.Character
  4. rig = char.Torso
  5. mouse = plr:GetMouse()
  6. char.Head.face.Texture = "http://www.roblox.com/asset/?id=288287250"
  7. hair = Instance.new("Part", char.Head)
  8. hair.CanCollide = false
  9. mesh = Instance.new("SpecialMesh", hair)
  10. mesh.MeshId = "rbxassetid://319337852"
  11. mesh.TextureId = "rbxassetid://376189070"
  12. weld = Instance.new("Weld", hair)
  13. weld.Part1 = hair
  14. weld.Part0 = char.Head
  15. mesh.Scale = Vector3.new(0.52,0.52,0.52)
  16. weld.C0 = weld.C0 * CFrame.new(0,0.3,0)
  17. music = Instance.new("Sound", rig)
  18. music.SoundId = "http://roblox.com/asset?id=568927358"
  19. music.Looped = true
  20. music.Volume = 2
  21. music1 = Instance.new("Sound", rig)
  22. music1.SoundId = "http://www.roblox.com/asset/?id=102546080"
  23. music1.Looped = true
  24. music1.Volume = 10
  25. music:Play()
  26. music11 = Instance.new("Sound", rig)
  27. music11.SoundId = "rbxassetid://516262590"
  28. music11.Looped = true
  29. music11.Volume = 30
  30. shirt = Instance.new("Shirt", char)
  31. shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=134969732"
  32. print(char.HumanoidRootPart.RootJoint.C0)
  33. for i = 1,10 do
  34. wait()
  35. char.Torso["Right Shoulder"].C0 = char.Torso["Right Shoulder"].C0 * CFrame.Angles(-0.009,0,0)
  36. char.Torso["Left Shoulder"].C0 = char.Torso["Left Shoulder"].C0 * CFrame.Angles(-0.009,0,0)
  37. char.Torso["Right Hip"].C0 = char.Torso["Right Hip"].C0 * CFrame.Angles(-0.009,0,0)
  38. char.Torso["Left Hip"].C0 = char.Torso["Left Hip"].C0 * CFrame.Angles(-0.009,0,0)
  39. end
  40. wait(1)
  41. wall = false
  42. print(rig["Right Shoulder"].C0)
  43. function key(key)
  44. key = key:lower()
  45. if not wall then
  46. if key == "q" then
  47. wall = true
  48. game.Chat:Chat(char.Head,"WE NEED TO BUILD A WALL","Red")
  49. for i = 1,10 do
  50. wait()
  51. char.Torso["Right Shoulder"].C0 = char.Torso["Right Shoulder"].C0 * CFrame.Angles(0,0,0.2)
  52. end
  53. wait(2)
  54. local WALL = Instance.new("Part",rig)
  55. WALL.Anchored = true
  56. WALL.CanCollide = false
  57. WALL.Position = rig.Position
  58. WALL.CFrame = WALL.CFrame * CFrame.new(0,-70,45)
  59. WALL.Size = Vector3.new(2500,100,50)
  60. WALL.Material = "Brick"
  61. WALL.CanCollide = true
  62. music1:Play()
  63. for i = 1,200 do
  64. wait(0.01)
  65. WALL.CanCollide = true
  66. char.Humanoid.CameraOffset = Vector3.new(math.random(-1,1),math.random(-1,1),math.random(-1,1))
  67. WALL.CFrame = WALL.CFrame * CFrame.new(0,0.3,0)
  68. end
  69. wall = false
  70. music1:Stop()
  71. char.Humanoid.CameraOffset = Vector3.new(0,0,0)
  72. wait(2)
  73. for i = 1,10 do
  74. wait()
  75. char.Torso["Right Shoulder"].C0 = char.Torso["Right Shoulder"].C0 * CFrame.Angles(0,0,-0.2)
  76. end
  77. char.Humanoid.WalkSpeed = 16
  78. char.Humanoid.JumpPower = 50
  79. wait(15)
  80. music1:Play()
  81. wall = false
  82. for i = 1,200 do
  83. wait(0.01)
  84. WALL.CFrame = WALL.CFrame * CFrame.new(0,-0.3,0)
  85. end
  86. music1:Stop()
  87. WALL:destroy()
  88. end
  89. end
  90. if key == "e" then
  91. char.Humanoid.WalkSpeed = 0
  92. char.Humanoid.JumpPower = 0
  93. for i = 1,10 do
  94. wait()
  95. char.Torso["Right Shoulder"].C0 = char.Torso["Right Shoulder"].C0 * CFrame.Angles(0,0,0.3)
  96. end
  97. music11:Play()
  98. game.Chat:Chat(char.Head,"LET'S SAY ABOUT CHINA!!!","Green")
  99. end
  100. end
  101. function nuchina(key)
  102. key = key:lower()
  103. if key == "e" then
  104. for i = 1,10 do
  105. wait()
  106. char.Torso["Right Shoulder"].C0 = char.Torso["Right Shoulder"].C0 * CFrame.Angles(0,0,-0.3)
  107. end
  108. char.Humanoid.WalkSpeed = 16
  109. char.Humanoid.JumpPower = 50
  110. rig["Right Shoulder"].C0 = CFrame.new(1, 0.5, 0, 0, -0.0898785666, 0.995952964, 0, 0.995952964, 0.0898785666, -1, 0, 0)
  111. music11:Stop()
  112. end
  113. end
  114. mouse.KeyUp:connect(nuchina)
  115. mouse.KeyDown:connect(key)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement