Advertisement
izaquecosta

kool aid man black (fixed)

May 26th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.78 KB | None | 0 0
  1. local s = Instance.new("Sound")
  2.  
  3. s.Name = "Kool Aid 1"
  4. s.SoundId = "http://www.roblox.com/asset/?id=423421324"
  5. s.Volume = 2
  6. s.Looped = true
  7. s.archivable = false
  8.  
  9. s.Parent = game.Workspace
  10.  
  11.  
  12. s:play()
  13. function giant(p, size)
  14. local pchar = p.Character
  15. if pchar then
  16. local function scale(chr,scl)
  17.  
  18. for _,v in pairs(pchar:GetChildren()) do
  19. if v:IsA("Hat") then
  20. v:Clone()
  21. v.Parent = game.Lighting
  22. end
  23. end
  24.  
  25. local Head = chr['Head']
  26. local Torso = chr['Torso']
  27. local LA = chr['Left Arm']
  28. local RA = chr['Right Arm']
  29. local LL = chr['Left Leg']
  30. local RL = chr['Right Leg']
  31. local HRP = chr['HumanoidRootPart']
  32.  
  33. shirt = chr:findFirstChild("Shirt")
  34. if shirt ~= nil then
  35. shirt:Destroy()
  36. end
  37. print("Shirt removed")
  38. pants = chr:findFirstChild("Pants")
  39. if pants ~= nil then
  40. pants:Destroy()
  41. end
  42. print("Pants removed")
  43. tshirt = chr:findFirstChild("Shirt Graphic")
  44. if tshirt ~= nil then
  45. tshirt:Destroy()
  46. end
  47. print("T-Shirt destroyed")
  48.  
  49. p = game.Players.LocalPlayer
  50. p.Character.Humanoid.MaxHealth = math.huge
  51.  
  52.  
  53. wait(0.1)
  54. local char = game.Players.LocalPlayer.Character
  55. local tshirt = char:FindFirstChild("Shirt Graphic")
  56. if not tshirt then
  57. tshirt = Instance.new("ShirtGraphic",char)
  58. end
  59. tshirt.Graphic = "rbxassetid://"
  60.  
  61.  
  62. Head.formFactor = 7
  63. Torso.formFactor = 7
  64. LA.formFactor = 7
  65. RA.formFactor = 7
  66. LL.formFactor = 7
  67. RL.formFactor = 7
  68. HRP.formFactor = 7
  69.  
  70. Head.Size = Vector3.new(scl * 2, scl, scl)
  71. Torso.Size = Vector3.new(scl * 2, scl * 2, scl)
  72. LA.Size = Vector3.new(scl, scl * 2, scl)
  73. RA.Size = Vector3.new(scl, scl * 2, scl)
  74. LL.Size = Vector3.new(scl, scl * 2, scl)
  75. RL.Size = Vector3.new(scl, scl * 2, scl)
  76. HRP.Size = Vector3.new(scl * 2, scl * 2, scl)
  77.  
  78.  
  79. ---
  80.  
  81.  
  82.  
  83.  
  84. Head.Transparency = 1
  85. Torso.BrickColor = BrickColor.new("Really black")
  86. LA.BrickColor = BrickColor.new("Really black")
  87. RA.BrickColor = BrickColor.new("Really black")
  88. RL.BrickColor = BrickColor.new("Really black")
  89. LL.BrickColor = BrickColor.new("Really black")
  90. Head.face:Remove()
  91.  
  92.  
  93.  
  94.  
  95. local Motor1 = Instance.new('Motor6D', Torso)
  96. Motor1.Part0 = Torso
  97. Motor1.Part1 = Head
  98. Motor1.C0 = CFrame.new(0, 1 * scl, 0) * CFrame.Angles(-1.6, 0, 3.1)
  99. Motor1.C1 = CFrame.new(0, -0.5 * scl, 0) * CFrame.Angles(-1.6, 0, 3.1)
  100. Motor1.Name = "Neck"
  101.  
  102. local Motor2 = Instance.new('Motor6D', Torso)
  103. Motor2.Part0 = Torso
  104. Motor2.Part1 = LA
  105. Motor2.C0 = CFrame.new(-1 * scl, 0.5 * scl, 0) * CFrame.Angles(0, -1.6, 0)
  106. Motor2.C1 = CFrame.new(0.5 * scl, 0.5 * scl, 0) * CFrame.Angles(0, -1.6, 0)
  107. Motor2.Name = "Left Shoulder"
  108.  
  109. local Motor3 = Instance.new('Motor6D', Torso)
  110. Motor3.Part0 = Torso
  111. Motor3.Part1 = RA
  112. Motor3.C0 = CFrame.new(1 * scl, 0.5 * scl, 0) * CFrame.Angles(0, 1.6, 0)
  113. Motor3.C1 = CFrame.new(-0.5 * scl, 0.5 * scl, 0) * CFrame.Angles(0, 1.6, 0)
  114. Motor3.Name = "Right Shoulder"
  115.  
  116. local Motor4 = Instance.new('Motor6D', Torso)
  117. Motor4.Part0 = Torso
  118. Motor4.Part1 = LL
  119. Motor4.C0 = CFrame.new(-1 * scl, -1 * scl, 0) * CFrame.Angles(0, -1.6, 0)
  120. Motor4.C1 = CFrame.new(-0.5 * scl, 1 * scl, 0) * CFrame.Angles(0, -1.6, 0)
  121. Motor4.Name = "Left Hip"
  122.  
  123. local Motor5 = Instance.new('Motor6D', Torso)
  124. Motor5.Part0 = Torso
  125. Motor5.Part1 = RL
  126. Motor5.C0 = CFrame.new(1 * scl, -1 * scl, 0) * CFrame.Angles(0, 1.6, 0)
  127. Motor5.C1 = CFrame.new(0.5 * scl, 1 * scl, 0) * CFrame.Angles(0, 1.6, 0)
  128. Motor5.Name = "Right Hip"
  129.  
  130. local Motor6 = Instance.new('Motor6D', HRP)
  131. Motor6.Part0 = HRP
  132. Motor6.Part1 = Torso
  133. Motor6.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(-1.6, 0, -3.1)
  134. Motor6.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(-1.6, 0, -3.1)
  135.  
  136. end
  137.  
  138. scale(pchar, size)
  139. pchar.Humanoid.WalkSpeed = 20 * size
  140.  
  141. for _,v in pairs(game.Lighting:GetChildren()) do
  142. if v:IsA("Hat") then
  143. v.Parent = pchar
  144. end
  145. end
  146. end
  147. end
  148.  
  149. local plr = game.Players.LocalPlayer
  150. giant(plr, 1)
  151. for i, v in pairs(plr.Character:GetChildren()) do
  152. if v:IsA("BasePart") then
  153. v.Touched:connect(function(p)
  154. if p.Size.X<30 then
  155. p.Anchored = false
  156. p:BreakJoints()
  157. end
  158. end)
  159. end
  160. end
  161.  
  162. local csize = 1
  163.  
  164. local sgui = Instance.new("ScreenGui", game.CoreGui)
  165. local base = Instance.new("Frame", sgui)
  166. base.BackgroundTransparency = 1
  167. base.Size = UDim2.new(0, 110, 0, 200)
  168. base.Position = UDim2.new(1, -120, 1, -180)
  169. local indicator = Instance.new("TextLabel", base)
  170. indicator.Size = UDim2.new(1, 0, 0, 25)
  171. indicator.TextColor3 = Color3.new(1, 1, 1)
  172. indicator.BackgroundTransparency = 0
  173. indicator.FontSize = Enum.FontSize.Size18
  174. indicator.Font = Enum.Font.SourceSans
  175. indicator.Text = "Current Size: 1"
  176. local PlusOne = Instance.new("TextButton", base)
  177. PlusOne.BackgroundColor3 = Color3.new(214/255, 214/255, 214/255)
  178. PlusOne.Position = UDim2.new(0, 0, 0, 40)
  179. PlusOne.Size = UDim2.new(1, 0, 0.5, -50)
  180. PlusOne.BorderSizePixel = 2
  181. PlusOne.Font = Enum.Font.SourceSansBold
  182. PlusOne.FontSize = Enum.FontSize.Size24
  183. PlusOne.Text = "+1 Size"
  184. local MinusOne = Instance.new("TextButton", base)
  185. MinusOne.BackgroundColor3 = Color3.new(214/255, 214/255, 214/255)
  186. MinusOne.Position = UDim2.new(0, 0, 0.5, 10)
  187. MinusOne.Size = UDim2.new(1, 0, 0.5, -50)
  188. MinusOne.Text = "-1 Size"
  189. MinusOne.BorderSizePixel = 2
  190. MinusOne.Font = Enum.Font.SourceSansBold
  191. MinusOne.FontSize = Enum.FontSize.Size24
  192.  
  193. PlusOne.MouseButton1Down:connect(function()
  194. csize = csize + 1
  195. giant(plr, csize)
  196. indicator.Text = "Current Size: "..tostring(csize)
  197. end)
  198.  
  199.  
  200.  
  201. MinusOne.MouseButton1Down:connect(function()
  202. csize = csize - 1
  203. giant(plr, csize)
  204. indicator.Text = "Current Size: "..tostring(csize)
  205. end)
  206. local char = game.Players.LocalPlayer.Character
  207. --char.Humanoid.Died:connect(function()
  208. --s:remove()
  209. --end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement