Advertisement
Guest User

Untitled

a guest
Mar 22nd, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.63 KB | None | 0 0
  1. --Script made by Pedrorb03
  2. growingList = {}
  3. degrowingList = {}
  4.  
  5. torso = Instance.new("Part") torso.Size = Vector3.new(0,0,0) torso.CanCollide = false
  6. torso.Anchored = true
  7. local mesh = Instance.new("SpecialMesh",torso) mesh.MeshId = "rbxassetid://1198391230" mesh.TextureId = "rbxassetid://1198391349" mesh.Scale = Vector3.new(0.01,0.01,0.01)
  8.  
  9. arm = Instance.new("Part") arm.Size = Vector3.new(0,0,0) arm.CanCollide = false
  10. arm.Anchored = true
  11. local mesh = Instance.new("SpecialMesh",arm) mesh.MeshId = "rbxassetid://1198392540" mesh.TextureId = "rbxassetid://1198391349" mesh.Scale = Vector3.new(0.02,0.02,0.02)
  12.  
  13. leg1 = Instance.new("Part") leg1.Size = Vector3.new(0,0,0) leg1.CanCollide = false
  14. leg1.Anchored = true
  15. local mesh = Instance.new("SpecialMesh",leg1) mesh.MeshId = "rbxassetid://1198394446" mesh.TextureId = "rbxassetid://1198391349" mesh.Scale = Vector3.new(0.01,0.01,0.01)
  16.  
  17. leg2 = Instance.new("Part") leg2.Size = Vector3.new(0,0,0) leg2.CanCollide = false
  18. leg2.Anchored = true
  19. local mesh = Instance.new("SpecialMesh",leg2) mesh.MeshId = "rbxassetid://1198393506" mesh.TextureId = "rbxassetid://1198391349" mesh.Scale = Vector3.new(0.02,0.02,0.02)
  20.  
  21. headd = Instance.new("Part") headd.Size = Vector3.new(1,1,1) headd.CanCollide = false
  22. local mesh = Instance.new("SpecialMesh",headd) mesh.Scale = Vector3.new(1.25,1.25,1.25) mesh.MeshType = Enum.MeshType.Head
  23. headd.BrickColor = BrickColor.new("Pastel brown")
  24.  
  25. game:GetService("RunService").RenderStepped:connect(function()
  26. for _,grow in pairs(growingList) do
  27. local cframe = grow.CFrame
  28. grow.Size = grow.Size+Vector3.new(1,1,1)
  29. grow.Transparency = grow.Transparency+0.04
  30. end
  31. for _,degrow in pairs(degrowingList) do
  32. local cframe = degrow.CFrame
  33. degrow.Size = degrow.Size-Vector3.new(1,1,1)
  34. degrow.Transparency = degrow.Transparency+0.04
  35. end
  36. end)
  37.  
  38.  
  39.  
  40.  
  41. Basesong = Instance.new("Sound")
  42.  
  43. hair = Instance.new("Part",game.Players.LocalPlayer.Character) hair.Size = Vector3.new(1,1,1) hair.CanCollide = false
  44.  
  45. beforesong = Basesong:Clone()
  46. beforesong.Parent = game.Players.LocalPlayer.Character
  47. beforesong.Looped = true
  48. beforesong.Volume = 2
  49. beforesong.SoundId = "rbxassetid://899587448"
  50. beforesong:Play()
  51.  
  52. if game.Players.LocalPlayer.Character:FindFirstChild("Body Colors") then
  53. game.Players.LocalPlayer.Character["Body Colors"]:remove()
  54. end
  55. if game.Players.LocalPlayer.Character:FindFirstChild("Shirt Graphic") then
  56. game.Players.LocalPlayer.Character["Shirt Graphic"]:remove()
  57. end
  58. if game.Players.LocalPlayer.Character:FindFirstChild("Shirt") then
  59. game.Players.LocalPlayer.Character["Shirt"]:remove()
  60. end
  61. if game.Players.LocalPlayer.Character:FindFirstChild("Pants") then
  62. game.Players.LocalPlayer.Character["Pants"]:remove()
  63. end
  64. for i=1,5 do
  65. wait()
  66. for _,hat in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  67. if hat.ClassName == "Accessory" then
  68. hat:remove()
  69. end
  70. if hat:IsA("BasePart") then
  71. hat.BrickColor = BrickColor.new("Pastel brown")
  72. end
  73. end
  74. end
  75. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 0
  76. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 0
  77.  
  78.  
  79. Basepart = Instance.new("Part")
  80.  
  81.  
  82. Baseparticle = Instance.new("ParticleEmitter")
  83. Basemesh = Instance.new("SpecialMesh")
  84. local mesh = Basemesh:Clone()
  85. mesh.Parent = hair
  86. mesh.MeshId = "rbxassetid://1143041061"
  87. Baseweld = Instance.new("Weld")
  88. local weld = Baseweld:Clone()
  89. weld.Part0 = hair
  90. weld.Part1 = game.Players.LocalPlayer.Character.Head
  91. hair.Color = Color3.fromRGB(153, 125, 61)
  92. weld.C0 = CFrame.new(0,-0.25,0)*CFrame.Angles(0,math.rad(180),0)
  93. weld.Parent = hair
  94.  
  95. shirt = Instance.new("Shirt",game.Players.LocalPlayer.Character)
  96. shirt.ShirtTemplate = "rbxassetid://804894303"
  97. pants = Instance.new("Pants",game.Players.LocalPlayer.Character)
  98. pants.PantsTemplate = "rbxassetid://189943600"
  99.  
  100. game.Players.LocalPlayer.Character.Head.face.Texture = "http://www.roblox.com/asset/?id=1142979747"
  101.  
  102. wait(1)
  103. game:GetService("Chat"):Chat(game.Players.LocalPlayer.Character.Head, "This can go two ways punk", "Green")
  104. wait(3)
  105. game:GetService("Chat"):Chat(game.Players.LocalPlayer.Character.Head, "You walk away", "Green")
  106. wait(3)
  107. game:GetService("Chat"):Chat(game.Players.LocalPlayer.Character.Head, "Or I walk in your, face.", "Green")
  108. wait(3)
  109.  
  110. local counter = 0
  111.  
  112. for i=1,200 do
  113. wait()
  114. counter = counter+1
  115. if counter > 2 then
  116. counter = 0
  117. local part = Basepart:Clone()
  118. part.Color = Color3.fromRGB(255,175,0)
  119. part.Shape = Enum.PartType.Cylinder
  120. part.Anchored = true
  121. part.CanCollide = false
  122. part.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360)))
  123. part.Parent = game.Workspace
  124. part.Material = Enum.Material.Neon
  125. part.Size = Vector3.new(1000000000,6,6)
  126.  
  127. game:GetService("Debris"):AddItem(part,1)
  128. table.insert(degrowingList,part)
  129. local part = Basepart:Clone()
  130. part.Color = Color3.fromRGB(255,175,0)
  131. part.Shape = Enum.PartType.Ball
  132. part.Anchored = true
  133. part.CanCollide = false
  134. part.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  135. part.Parent = game.Workspace
  136. part.Material = Enum.Material.Neon
  137. part.Size = Vector3.new(1,1,1)
  138. game:GetService("Debris"):AddItem(part,3)
  139. table.insert(growingList,part)
  140.  
  141. end
  142. for _,player in pairs(game.Workspace:GetChildren()) do
  143. if player:FindFirstChild("Humanoid") then
  144. player.Humanoid.CameraOffset = Vector3.new(math.random(-2,2),math.random(-2,2),0)
  145. end
  146. end
  147.  
  148. end
  149.  
  150. counter = counter+1
  151. for _,player in pairs(game.Workspace:GetChildren()) do
  152. if player:FindFirstChild("Humanoid") then
  153. player.Humanoid.CameraOffset = Vector3.new(0,0,0)
  154. end
  155.  
  156.  
  157. end
  158. local colorlist = {ColorSequenceKeypoint.new(0,Color3.fromRGB(0,255,255)),
  159. ColorSequenceKeypoint.new(0.148,Color3.fromRGB(0,255,255)),
  160. ColorSequenceKeypoint.new(0.193,Color3.fromRGB(72,0,255)),
  161. ColorSequenceKeypoint.new(0.366,Color3.fromRGB(72,0,255)),
  162. ColorSequenceKeypoint.new(0.4,Color3.fromRGB(0,255,255)),
  163. ColorSequenceKeypoint.new(0.63,Color3.fromRGB(0,255,255)),
  164. ColorSequenceKeypoint.new(0.8,Color3.fromRGB(72,0,255)),
  165. ColorSequenceKeypoint.new(1,Color3.fromRGB(0,0,255))
  166. }
  167. local uiParticle = Baseparticle:Clone()
  168. uiParticle.Color = ColorSequence.new(colorlist)
  169. uiParticle.LightEmission = 1
  170. uiParticle.Size = NumberSequence.new(0.8)
  171. uiParticle.LockedToPart = true
  172. uiParticle.Texture = "rbxassetid://1143059159"
  173. local transparencylist = { NumberSequenceKeypoint.new(0,1),
  174. NumberSequenceKeypoint.new(0.5,0.67),
  175. NumberSequenceKeypoint.new(1,1)
  176. }
  177.  
  178. uiParticle.Transparency = NumberSequence.new(transparencylist)
  179. uiParticle.ZOffset = -1
  180. uiParticle.LockedToPart = true
  181. uiParticle.Lifetime = NumberRange.new(0.05,0.05)
  182. uiParticle.Speed = NumberRange.new(0,0)
  183. uiParticle.Rate = math.huge
  184.  
  185. for _,hat in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  186.  
  187. if hat:IsA("BasePart") then
  188. if hat.Name ~= "Head" and hat.Name ~= "HumanoidRootPart" then
  189. uiParticle:Clone().Parent = hat
  190. end
  191. end
  192. end
  193.  
  194.  
  195.  
  196. beforesong:Stop()
  197. mainsong = Basesong:Clone()
  198. mainsong.Parent = game.Players.LocalPlayer.Character
  199. mainsong.Looped = true
  200. mainsong.Volume = 3
  201. mainsong.SoundId = "rbxassetid://1106602456"
  202. mainsong:Play()
  203.  
  204. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 80
  205. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 150
  206. game.Players.LocalPlayer.Character.Humanoid.Name = "LolFakeHumanoid"
  207.  
  208. afterimages = {}
  209.  
  210. game.Players.LocalPlayer.Character.Head.face:Clone().Parent = headd
  211.  
  212. game.Players.LocalPlayer:GetMouse().KeyDown:connect(function(key)
  213.  
  214. end)
  215. amcounter = 0
  216.  
  217. local PhysicsService = game:GetService("PhysicsService")
  218.  
  219.  
  220.  
  221.  
  222. for _,part in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  223. if part:FindFirstChild("ParticleEmitter") then
  224. part.ParticleEmitter.Enabled = false
  225. end
  226. if part:IsA("BasePart") then
  227. part.Transparency = 1
  228. end
  229. end
  230. game.Players.LocalPlayer.Character.Head.face.Transparency = 1
  231.  
  232.  
  233.  
  234. game:GetService("RunService").RenderStepped:connect(function()
  235. for _,image in pairs(afterimages) do
  236. for _,part in pairs(image:GetChildren()) do
  237. if part:IsA("BasePart") then
  238. part.Transparency = part.Transparency+0.1
  239. if part:FindFirstChild("face") then
  240. part.face.Transparency = part.face.Transparency+0.1
  241. end
  242. if part.Transparency > 0.9 then
  243. image:remove()
  244. end
  245. end
  246. end
  247. end
  248.  
  249. local image = Instance.new("Model",game.Workspace)
  250. image.Name = "AfterImage"
  251.  
  252. local head = headd:Clone()
  253. head.CFrame = game.Players.LocalPlayer.Character.Head.CFrame
  254. local hairc = hair:Clone()
  255. head.Anchored = true
  256. head.Transparency = 0
  257. head.face.Transparency = 0
  258. hairc.Transparency = 0
  259. hairc.Anchored = true
  260. hairc.Weld:remove()
  261. head.Parent = image
  262. hairc.Parent = image
  263. local torsoc = torso:Clone()
  264. torsoc.Parent = image
  265. torsoc.CFrame = game.Players.LocalPlayer.Character.Torso.CFrame*CFrame.Angles(0,math.rad(-180),0)
  266. local armc = arm:Clone()
  267. armc.Parent = image
  268. armc.CFrame = game.Players.LocalPlayer.Character["Right Arm"].CFrame*CFrame.Angles(0,math.rad(180),0)
  269. local armc = arm:Clone()
  270. armc.Parent = image
  271. armc.CFrame = game.Players.LocalPlayer.Character["Left Arm"].CFrame*CFrame.Angles(0,math.rad(180),0)
  272. local legc = leg1:Clone()
  273. legc.Parent = image
  274. legc.CFrame = game.Players.LocalPlayer.Character["Left Leg"].CFrame*CFrame.Angles(0,math.rad(-180),0)
  275. local legc = leg2:Clone()
  276. legc.Parent = image
  277. legc.CFrame = game.Players.LocalPlayer.Character["Right Leg"].CFrame*CFrame.Angles(0,math.rad(-180),0)
  278.  
  279. table.insert(afterimages,image)
  280.  
  281. game.Players.LocalPlayer.Character.Parent = game.Workspace.CurrentCamera
  282. end)
  283.  
  284. This ad is supporting your extension Allow Right Click: More info | Privacy Policy | Hide on this page
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement