Advertisement
Plug_RBLX

plugtrump

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