Advertisement
CaptainExtremeAltsA

Untitled

Jun 27th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.63 KB | None | 0 0
  1. --By Me (Rufus14)
  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://319337852"
  12. mesh.TextureId = "rbxassetid://376189070"
  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=568927358"
  20. music.Looped = true
  21. music.Volume = 2
  22. music1 = Instance.new("Sound", rig)
  23. music1.SoundId = "http://www.roblox.com/asset/?id=102546080"
  24. music1.Looped = true
  25. music1.Volume = 10
  26. music:Play()
  27. music11 = Instance.new("Sound", rig)
  28. music11.SoundId = "rbxassetid://516262590"
  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,"WE NEED TO BUILD A WALL","Red")
  50. for i = 1,10 do
  51. wait()
  52. char.Torso["Right Shoulder"].C0 = char.Torso["Right Shoulder"].C0 * CFrame.Angles(0,0,0.2)
  53. end
  54. wait(2)
  55. local WALL = Instance.new("Part",rig)
  56. WALL.Anchored = true
  57. WALL.CanCollide = false
  58. WALL.Position = rig.Position
  59. WALL.CFrame = WALL.CFrame * CFrame.new(0,-70,45)
  60. WALL.Size = Vector3.new(2500,100,50)
  61. WALL.Material = "Brick"
  62. WALL.CanCollide = true
  63. music1:Play()
  64. for i = 1,200 do
  65. wait(0.01)
  66. WALL.CanCollide = true
  67. char.Humanoid.CameraOffset = Vector3.new(math.random(-1,1),math.random(-1,1),math.random(-1,1))
  68. WALL.CFrame = WALL.CFrame * CFrame.new(0,0.3,0)
  69. end
  70. wall = false
  71. music1:Stop()
  72. char.Humanoid.CameraOffset = Vector3.new(0,0,0)
  73. wait(2)
  74. for i = 1,10 do
  75. wait()
  76. char.Torso["Right Shoulder"].C0 = char.Torso["Right Shoulder"].C0 * CFrame.Angles(0,0,-0.2)
  77. end
  78. char.Humanoid.WalkSpeed = 20
  79. char.Humanoid.JumpPower = 50
  80. char.Humanoid.Health = 99999
  81. wait(120)
  82. music1:Play()
  83. wall = false
  84. for i = 1,200 do
  85. wait(0.01)
  86. WALL.CFrame = WALL.CFrame * CFrame.new(0,-0.3,0)
  87. end
  88. music1:Stop()
  89. WALL:destroy()
  90. end
  91. end
  92. if key == "e" then
  93. char.Humanoid.WalkSpeed = 0
  94. char.Humanoid.JumpPower = 0
  95. for i = 1,10 do
  96. wait()
  97. char.Torso["Right Shoulder"].C0 = char.Torso["Right Shoulder"].C0 * CFrame.Angles(0,0,0.3)
  98. end
  99. music11:Play()
  100. game.Chat:Chat(char.Head,"LET'S SAY ABOUT CHINA!!!","Green")
  101. end
  102. end
  103. function nuchina(key)
  104. key = key:lower()
  105. if key == "e" then
  106. for i = 1,10 do
  107. wait()
  108. char.Torso["Right Shoulder"].C0 = char.Torso["Right Shoulder"].C0 * CFrame.Angles(0,0,-0.3)
  109. end
  110. char.Humanoid.WalkSpeed = 20
  111. char.Humanoid.JumpPower = 50
  112. char.Humanoid.Health = 99999
  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