Advertisement
Upscalefanatic3

Donald Trump Script

Nov 11th, 2016
415
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.37 KB | None | 0 0
  1. --//Donald Trump// By Killerboy634 @ v3rm
  2. wait(1)
  3. hat = game.InsertService:LoadAsset(80922288):GetChildren()[1]
  4. Player = game.Players.Upscalegaming
  5. Character = Player.Character
  6. game.Lighting.Outlines = false
  7.  
  8. --Body Parts--
  9.  
  10. Head = Character.Head
  11. Torso = Character.Torso
  12. LeftA = Character["Left Arm"]
  13. RightA = Character["Right Arm"]
  14. LeftL = Character["Left Leg"]
  15. RightL = Character["Right Leg"]
  16.  
  17. --Setup
  18.  
  19. for i,v in pairs(Character:GetChildren()) do
  20. if v:IsA("Hat") then
  21. v:remove()
  22. elseif v:IsA("Shirt") then
  23. v:remove()
  24. elseif v:IsA("Pants") then
  25. v:remove()
  26. end
  27. end
  28.  
  29. if Head:FindFirstChild("face") then
  30. Head:FindFirstChild("face"):remove()
  31. end
  32.  
  33. wait(1)
  34.  
  35. shirt = Instance.new("Shirt")
  36. pants = Instance.new("Pants")
  37. face = Instance.new("Decal")
  38. shirt.Parent = Character
  39. pants.Parent = Character
  40. hat.Parent = Character
  41. face.Parent = Head
  42. face.Face = "Front"
  43. face.Texture = "http://www.roblox.com/asset/?id=288287250"
  44. shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=270271860"
  45. pants.PantsTemplate = "http://www.roblox.com/asset/?id=234106591"
  46.  
  47. music = Instance.new("Sound",Torso)
  48. music.SoundId = "rbxassetid://419084879"
  49. music.Volume = 2
  50. music:Play()
  51.  
  52. --Main
  53.  
  54. mouse = Player:GetMouse()
  55.  
  56. mouse.KeyDown:connect(function(ky)
  57. local key = ky:lower()
  58.  
  59. if key == "f" then
  60. game.Chat:Chat(Character, "WE WILL BUILD THE WALL!", Enum.ChatColor.Red)
  61. elseif key == "e" then
  62. game.Chat:Chat(Character, "MEXICO WILL PAY FOR MY WALL!", Enum.ChatColor.Red)
  63. elseif key == "k" then
  64. game.Chat:Chat(Character, "FUCK YOU!", Enum.ChatColor.Red)
  65. Torso["Right Shoulder"].C1 = CFrame.new(-0.5, 0.5, 0, 0, 0, 1, -11, 1, -0, -1, 0, 0)
  66. local midf = Instance.new("Part",RightA)
  67. midf.BrickColor = Character["Body Colors"]["RightArmColor"]
  68. midf.LeftSurface = "Smooth"
  69. midf.RightSurface = "Smooth"
  70. midf.FrontSurface = "Smooth"
  71. midf.BackSurface = "Smooth"
  72. midf.BottomSurface = "Smooth"
  73. midf.TopSurface = "Smooth"
  74. midf.Size = Vector3.new(0.2, 0.2, 1)
  75. local midw = Instance.new("Weld",RightA)
  76. midw.Part0 = RightA
  77. midw.Part1 = midf
  78. midw.C1 = CFrame.new(0, 0.89, 0.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  79. wait(1)
  80. midw:remove()
  81. midf:remove()
  82. Torso["Right Shoulder"].C1 = CFrame.new(-0.5, 0.5, 0, 0, 0, 1, 0, 1, -0, -1, 0, 0)
  83. elseif key == "q" then
  84. game.Chat:Chat(Character, "I am donald trump.", Enum.ChatColor.Blue)
  85. end
  86. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement