Advertisement
Pukaciu

trump rick

Sep 7th, 2017
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 3.57 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=984442311"
  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://849491486"
  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 = 16
  79.         char.Humanoid.JumpPower = 50
  80.         wait(15)
  81.         music1:Play()
  82.                 wall = false
  83.         for i = 1,200 do
  84.             wait(0.01)
  85.             WALL.CFrame = WALL.CFrame * CFrame.new(0,-0.3,0)
  86.         end
  87.         music1:Stop()
  88.         WALL:destroy()
  89.     end
  90. end
  91.     if key == "e" then
  92.         char.Humanoid.WalkSpeed = 0
  93.         char.Humanoid.JumpPower = 0
  94.         for i = 1,10 do
  95.             wait()
  96.             char.Torso["Right Shoulder"].C0 = char.Torso["Right Shoulder"].C0 * CFrame.Angles(0,0,0.3)
  97.         end
  98.         music11:Play()
  99.         game.Chat:Chat(char.Head,"LET'S SAY ABOUT CHINA!!!","Green")
  100.     end
  101. end
  102. function nuchina(key)
  103.     key = key:lower()
  104.     if key == "e" then
  105.         for i = 1,10 do
  106.             wait()
  107.             char.Torso["Right Shoulder"].C0 = char.Torso["Right Shoulder"].C0 * CFrame.Angles(0,0,-0.3)
  108.         end
  109.         char.Humanoid.WalkSpeed = 16
  110.         char.Humanoid.JumpPower = 50
  111.         rig["Right Shoulder"].C0 = CFrame.new(1, 0.5, 0, 0, -0.0898785666, 0.995952964, 0, 0.995952964, 0.0898785666, -1, 0, 0)
  112.         music11:Stop()
  113.     end
  114. end
  115. mouse.KeyUp:connect(nuchina)
  116. mouse.KeyDown:connect(key)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement