Advertisement
simhwui

Untitled

Dec 17th, 2015
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.90 KB | None | 0 0
  1. jun = game.Players.LocalPlayer
  2. Stuff = false
  3.  
  4. function Chat(msg)
  5. game:service("Chat"):Chat(jun.Character.Head,msg,Enum.ChatColor.Red)
  6. end
  7.  
  8. function ssj()
  9. if Stuff == false then
  10. Stuff = true
  11.  
  12. Chat("YOU MONSTER!")
  13. jun.Character.Humanoid.WalkSpeed = 0
  14. Effect1 = Instance.new("Part",jun.Character)
  15. Effect1.Anchored = true
  16. Effect1.CanCollide = false
  17. Effect1.Shape = "Ball"
  18. Effect1.CFrame = jun.Character.Torso.CFrame
  19. Effect1.BrickColor = BrickColor.new("New Yeller")
  20. Effect1.Size = Vector3.new(9,7,7)
  21. Effect1.TopSurface = "Smooth"
  22. Effect1.BottomSurface = "Smooth"
  23.  
  24.  
  25. for i = 1, 5 do
  26. wait(.5)
  27. Effect1.Transparency = Effect1.Transparency + .2
  28. end
  29. Effect1:Destroy()
  30.  
  31. jun.Character.Humanoid.WalkSpeed = 20
  32. Chat("YOU WILL PAY FOR THIS!")
  33.  
  34. p = Instance.new("Part")
  35. p.Parent = jun.Character
  36. p.Anchored = true
  37. p.CanCollide = false
  38. p.Transparency = 0.15
  39. p.formFactor = "Symmetric"
  40. p.Size = Vector3.new(0, 0, 0)
  41. p.TopSurface = "Smooth"
  42. p.BottomSurface = "Smooth"
  43. p.Name = "Sharingan"
  44. p.Shape = "Ball"
  45. p.CFrame = jun.Character.Torso.CFrame
  46. p.BrickColor = BrickColor.new("New Yeller")
  47. for i = 1 , 10 do
  48. wait(0.07)
  49. p.Size = p.Size + Vector3.new(4, 4, 4)
  50. p.Transparency = p.Transparency + 0.1
  51. p.CFrame = jun.Character.Torso.CFrame
  52. end
  53. p:Destroy()
  54.  
  55.  
  56. Effect = Instance.new("Part")
  57. Effect.Parent = jun.Character
  58. Effect.Anchored = true
  59. Effect.CanCollide = false
  60. Effect.Size = Vector3.new(1, 1, 1)
  61. Effect.formFactor = "Symmetric"
  62. Effect.Transparency = 0.5
  63. Effect.BrickColor = BrickColor.new("Bright yellow")
  64. Effect.TopSurface = "Smooth"
  65. Effect.BottomSurface = "Smooth"
  66. EffectMesh = Instance.new("CylinderMesh")
  67. EffectMesh.Parent = Effect
  68. EffectMesh.Scale = Vector3.new(1, 1500, 1)
  69.  
  70. for _,c in pairs (jun.Character:GetChildren()) do
  71. if c.className == "Hat" then
  72. c.Handle.Transparency = 1
  73. end
  74. end
  75.  
  76. Hair22 = Instance.new("Part")
  77.  
  78. Hair22.Parent = jun.Character
  79. Hair22.Name = "Hair"
  80. Hair22.formFactor = "Symmetric"
  81. Hair22.Size = Vector3.new(1, 1, 1)
  82. Hair22.CFrame = jun.Character.Head.CFrame
  83. Hair22:BreakJoints()
  84. Hair22.CanCollide = false
  85. Hair22.TopSurface = "Smooth"
  86. Hair22.BottomSurface = "Smooth"
  87. Hair22.BrickColor = BrickColor.new("New Yeller")
  88. Hair22.Transparency = 1
  89.  
  90. Weld = Instance.new("Weld")
  91. Weld.Part0 = jun.Character.Head
  92. Weld.Part1 = Hair22
  93. Weld.Parent = jun.Character.Head
  94. Weld.C0 = CFrame.new(0, 0.26, 0.06)*CFrame.fromEulerAnglesXYZ(0, 0, 0)
  95.  
  96. Mesh = Instance.new("SpecialMesh")
  97. Mesh.Parent = Hair22
  98. Mesh.MeshType = "Sphere"
  99. Mesh.Scale = Vector3.new(1.3, 1.3, 1.3)
  100.  
  101. Hair4 = Instance.new("Part")
  102. Hair4.Parent = jun.Character
  103. Hair4.Name = "Hair"
  104. Hair4.CanCollide = false
  105. Hair4.Locked = true
  106. Hair4.TopSurface = "Smooth"
  107. Hair4.BottomSurface = "Smooth"
  108. Hair4.formFactor = "Symmetric"
  109. Hair4.BrickColor = BrickColor.new("New Yeller")
  110. Hair4.CFrame = jun.Character.Torso.CFrame
  111. Hair4.Size = Vector3.new(1, 1, 1)
  112. Hair4.Transparency = 1
  113.  
  114. Weld = Instance.new("Weld")
  115. Weld.Parent = jun.Character.Head
  116. Weld.Part0 = jun.Character.Head
  117. Weld.Part1 = Hair4
  118. Weld.C0 = CFrame.new(0, 1, 0)
  119.  
  120. Mesh = Instance.new("SpecialMesh")
  121. Mesh.Parent = Hair4
  122. Mesh.Scale = Vector3.new(1.15, 1.8, 1.26)
  123. Mesh.MeshType = "FileMesh"
  124. Mesh.MeshId = "http://www.roblox.com/asset/?id=12212520"
  125. Mesh.TextureId = ""
  126.  
  127. jun.Character.Torso.CFrame = jun.Character.Torso.CFrame * CFrame.new(0, 0.1, 0)
  128.  
  129. for i = 1 , 20 do
  130. Effect.CFrame = CFrame.new(jun.Character.Torso.Position)
  131. EffectMesh.Scale = EffectMesh.Scale + Vector3.new(2, 0, 2)
  132. Effect.Transparency = Effect.Transparency + 0.025
  133. wait(0.06)
  134. end
  135. Effect:Remove()
  136.  
  137. for i = 1, 6 do
  138. Hair22.Transparency = Hair22.Transparency - .2
  139. Hair4.Transparency = Hair4.Transparency - .2
  140. wait(.5)
  141. end
  142. if jun.Character.Torso:findFirstChild("PwnFire") == nil then
  143. pie = Instance.new("Fire")
  144. pie.Name = "PwnFire"
  145. pie.Parent = jun.Character.Torso
  146. pie.Size = 9
  147. pie.Heat = 50
  148. pie.Color = BrickColor.new("Bright yellow")
  149. end
  150.  
  151. jun.Character.Humanoid.MaxHealth = jun.Character.Humanoid.MaxHealth*1.15
  152. wait()
  153. jun.Character.Humanoid.Health = jun.Character.Humanoid.MaxHealth
  154. end
  155. end
  156.  
  157. function nossj()
  158. if Stuff == true then
  159. Stuff = false
  160. if jun.Character.Torso:findFirstChild("PwnFire") ~= nil then
  161. jun.Character.Torso:findFirstChild("PwnFire"):Remove()
  162. end
  163. p = Instance.new("Part")
  164. p.Parent = jun.Character
  165. p.Anchored = true
  166. p.CanCollide = false
  167. p.Transparency = 0.1
  168. p.formFactor = "Symmetric"
  169. p.Size = Vector3.new(22, 22, 22)
  170. p.TopSurface = "Smooth"
  171. p.BottomSurface = "Smooth"
  172. p.Name = "Sharingan"
  173. p.Shape = "Ball"
  174. p.CFrame = jun.Character.Torso.CFrame
  175. p.BrickColor = BrickColor.new("White")
  176. for i = 1 , 10 do
  177. wait(0.05)
  178. p.Size = p.Size + Vector3.new(-4, -4, -4)
  179. p.Transparency = p.Transparency + 0.1
  180. p.CFrame = jun.Character.Torso.CFrame
  181. end
  182. p:Remove()
  183. Chat("Pathetic")
  184. for u, c in pairs (jun.Character:GetChildren()) do
  185. if c.className == "Hat" then
  186. c.Handle.Transparency = 0
  187. end
  188. if c.Name == "Hair" then
  189. c:Remove()
  190. end
  191. end
  192. jun.Character.Humanoid.Health = jun.Character.Humanoid.Health/1.15
  193. wait(.3)
  194. jun.Character.Humanoid.MaxHealth = jun.Character.Humanoid.MaxHealth/1.15
  195. end
  196. end
  197. jun.Chatted:connect(function(Msg)
  198. msg = Msg:lower()
  199. if string.sub(msg, 1, 13) == "ssj" then
  200. wait(0.1)
  201. ssj()
  202. end
  203. if string.sub(msg, 1, 3) == "off" then
  204. wait(0.1)
  205. nossj()
  206. )local humanoid = char.Humanoid
  207. local Head = char.Head
  208. local Torso = char.Torso
  209. local LeftArm = char["Left Arm"]
  210. local RightArm = char["Right Arm"]
  211. local LeftLeg = char["Left Leg"]
  212. local RightLeg = char["Right Leg"]
  213. local RightHip = Torso["Right Hip"]
  214. local LeftHip = Torso["Left Hip"]
  215. local Neck = Torso.Neck
  216. local RightShoulder = Torso["Right Shoulder"]
  217. local LeftShoulder = Torso["Left Shoulder"]
  218. local NeckC0 = CFrame.new(0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  219. local NeckC1 = CFrame.new(0, -0.5, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  220. local LeftShoulderC0 = CFrame.new(-1, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  221. local LeftShoulderC1 = CFrame.new(0.5, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  222. local RightShoulderC0 = CFrame.new(1, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  223. local RightShoulderC1 = CFrame.new(-0.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  224. local LeftHipC0 = CFrame.new(-1, -1, 0, 0, 0, -1,0,1, 0, 1, 0, 0)
  225. local LeftHipC1 = CFrame.new(-0.5,1,0,0,0,-1,0,1,0,1, 0, 0)
  226. local RightHipC0 = CFrame.new(1,-1,0,0,0,1,0,1,0,-1,0,0)
  227. local RightHipC1 = CFrame.new(0.5,1,0,0,0,1,0,1,0,-1,0,0)
  228. local taco = false
  229. local taco2 = true
  230. local time = game.Lighting.TimeOfDay
  231. local h = tonumber(string.sub(time,1,2))
  232. local m = tonumber(string.sub(time,4,5))+1
  233. local s = tonumber(string.sub(time,7,8))
  234. local function frame()
  235. TiltX = 0
  236. TiltY = 0
  237. TiltZ = 0
  238. RightShoulder.C0 = RightShoulderC0 * CFrame.Angles(TiltX, TiltY, TiltZ)
  239. LeftShoulder.C0 = LeftShoulderC0 * CFrame.Angles(TiltX, TiltY, -TiltZ)
  240. TiltX = -1.65
  241. TiltY = 0
  242. TiltZ = 0
  243. MoveX = 0
  244. MoveY = -0.31
  245. MoveZ = -0.4
  246. RightShoulder.C0 = RightShoulder.C0 * CFrame.Angles(TiltX, TiltY, TiltZ) * CFrame.new(MoveX,MoveY,MoveZ)
  247. LeftShoulder.C0 = LeftShoulder.C0 * CFrame.Angles(TiltX, TiltY, TiltZ) * CFrame.new(MoveX,MoveY,MoveZ)
  248. TiltX = -0.12
  249. TiltY = -0.01
  250. TiltZ = -0.1
  251. MoveX = 0
  252. MoveY = 0.2
  253. MoveZ = 0
  254. RightHip.C0 = RightHipC0 * CFrame.Angles(TiltX, TiltY, TiltZ) * CFrame.new(MoveX,MoveY,MoveZ)
  255. LeftHip.C0 = LeftHipC0 * CFrame.Angles(TiltX, TiltY, TiltZ) * CFrame.new(MoveX,MoveY,MoveZ)
  256. end
  257. function switch(bool)
  258. for i,v in pairs(char:GetChildren())do
  259. if v == Torso or v == Head or v == LeftArm or v == RightArm or v == LeftLeg or v == RightLeg then
  260. v.Anchored = bool
  261. end end end
  262. local function frame2()
  263. TiltX = 0
  264. TiltY = 0
  265. TiltZ = 1.57
  266. RightShoulder.C0 = RightShoulderC0 * CFrame.Angles(TiltX, TiltY, TiltZ)
  267. LeftShoulder.C0 = LeftShoulderC0 * CFrame.Angles(TiltX, TiltY, -TiltZ)
  268. TiltX = 0.6
  269. TiltY = 0
  270. TiltZ = 0
  271. MoveX = 0
  272. MoveY = 0
  273. MoveZ = -0.3
  274. RightShoulder.C0 = RightShoulder.C0 * CFrame.Angles(TiltX, TiltY, TiltZ) * CFrame.new(MoveX, MoveY, MoveZ)
  275. LeftShoulder.C0 = LeftShoulder.C0 * CFrame.Angles(TiltX, TiltY, TiltZ) * CFrame.new(MoveX, MoveY, MoveZ)
  276. TiltX = -0.05
  277. TiltY = 0
  278. TiltZ = 0
  279. MoveX = 0
  280. MoveY = 0.1
  281. MoveZ = 0
  282. RightHip.C0 = RightHipC0 * CFrame.Angles(TiltX, TiltY, TiltZ) * CFrame.new(MoveX, MoveY, MoveZ)
  283. LeftHip.C0 = LeftHipC0 * CFrame.Angles(TiltX, TiltY, TiltZ) * CFrame.new(MoveX, MoveY, MoveZ)
  284. end
  285. local function RefreshWelds()
  286. Neck.C0 = NeckC0
  287. Neck.C1 = NeckC1
  288. RightShoulder.C0 = RightShoulderC0
  289. RightShoulder.C1 = RightShoulderC1
  290. LeftShoulder.C0 = LeftShoulderC0
  291. LeftShoulder.C1 = LeftShoulderC1
  292. RightHip.C0 = RightHipC0
  293. RightHip.C1 = RightHipC1
  294. LeftHip.C0 = LeftHipC0
  295. LeftHip.C1 = LeftHipC1
  296. end
  297. local function Button1Down(mouse)
  298. if taco then return end
  299. taco = true
  300. humanoid.PlatformStand = true
  301. local staystill = Instance.new("BodyPosition",Torso)
  302. staystill.maxForce = Vector3.new(math.huge,math.huge,math.huge)
  303. staystill.position = Torso.Position
  304. frame()
  305. local energy = Instance.new("Part",char)
  306. energy.Size = Vector3.new(0.1,0.1,0.1)
  307. energy.CanCollide = false
  308. energy.Anchored = true
  309. energy.Locked = true
  310. energy.Shape = "Ball"
  311. energy.TopSurface = "Smooth"
  312. energy.BottomSurface = "Smooth"
  313. energy.Color = Color3.new(0/0,0/0,0/0)
  314. energy.CFrame = RightArm.CFrame * CFrame.new(-0.1,-0.7,-0.6)
  315. local energy2 = Instance.new("Part",char)
  316. energy2.Size = Vector3.new(0.1,0.1,0.1)
  317. energy2.CanCollide = false
  318. energy2.Anchored = true
  319. energy2.Locked = true
  320. energy2.Shape = "Ball"
  321. energy2.TopSurface = "Smooth"
  322. energy2.BottomSurface = "Smooth"
  323. energy2.Color = Color3.new(0.0,0.0,0.0)
  324. energy2.CFrame = LeftArm.CFrame * CFrame.new(0,-0.7,-0.6)
  325. local f1 = Instance.new("Fire",energy)
  326. f1.Color = energy.Color
  327. f1.SecondaryColor = Color3.new(0,0,0)
  328. f1.Heat = 0
  329. local f2 = Instance.new("Fire",energy2)
  330. f2.Color = energy2.Color
  331. f2.SecondaryColor = Color3.new(1,1,1)
  332. f2.Heat = 0
  333. local f1 = Instance.new("Fire",energy)
  334. f1.Color = energy.Color
  335. f1.SecondaryColor = Color3.new(0,0,0)
  336. f1.Heat = 0
  337. local f2 = Instance.new("Fire",energy2)
  338. f2.Color = energy2.Color
  339. f2.SecondaryColor = Color3.new(1,1,1)
  340. f2.Heat = 0
  341. local f1 = Instance.new("Fire",energy)
  342. f1.Color = energy.Color
  343. f1.SecondaryColor = Color3.new(0,0,0)
  344. f1.Heat = 0
  345. local f2 = Instance.new("Fire",energy2)
  346. f2.Color = energy2.Color
  347. f2.SecondaryColor = Color3.new(1,1,1)
  348. f2.Heat = 0
  349. --[[ ]]
  350.  
  351.  
  352.  
  353.  
  354.  
  355. switch(true)
  356. wait(0.5)
  357. repeat m = m * 2 if m >= 60 then m = 1 h = h + 1 end game.Lighting.TimeOfDay = ""..h..":"..m..":"..s.."" wait(0) until game.Lighting.TimeOfDay >= "18:00:00"
  358. for i = 1,10 do
  359. energy.CFrame = RightArm.CFrame * CFrame.new(-0.1,-0.7,-0.6)
  360. energy2.CFrame = LeftArm.CFrame * CFrame.new(0,-0.7,-0.6)
  361. energy.Size = energy.Size + Vector3.new(0.5,0.5,0.5)
  362. energy2.Size = energy2.Size + Vector3.new(0.5,0.5,0.5)
  363. energy.Reflectance = energy.Reflectance + 0.1
  364. energy2.Reflectance = energy2.Reflectance + 0.1
  365. wait()
  366. energy.CFrame = RightArm.CFrame * CFrame.new(-0.1,-0.7,-0.6)
  367. energy2.CFrame = LeftArm.CFrame * CFrame.new(0,-0.7,-0.6)
  368. end
  369. game:GetService("Chat"):Chat(Head,"EARTH SHATTERING!",0)
  370. wait(0.6)
  371. switch(false)
  372. frame2()
  373. wait()
  374. switch(true)
  375. for i = 1,10 do
  376. wait()
  377. energy.CFrame = energy.CFrame * CFrame.new(0,0.25,-0.25)
  378. energy2.CFrame = energy2.CFrame * CFrame.new(0,0.25,-0.25)
  379. end
  380. for i = 1,20 do
  381. energy.Size = energy.Size * Vector3.new(0.5,0.5,0.5)
  382. energy2.Size = energy2.Size * Vector3.new(0.5,0.5,0.5)
  383. energy.Reflectance = energy.Reflectance - 0.1
  384. energy2.Reflectance = energy2.Reflectance - 0.1
  385. wait()
  386. energy.CFrame = Torso.CFrame * CFrame.new(0,0.2,-4.5)
  387. energy2.CFrame = Torso.CFrame * CFrame.new(0,0.2,-4.5)
  388. end
  389. energy:Destroy()
  390. energy2:Destroy()
  391. wait(0.6)
  392. game:GetService("Chat"):Chat(Head,"KAMEEHHHH",0)
  393. local blast = Instance.new("Part",char)
  394. blast.Size = Vector3.new(8,8,8)
  395. blast.Shape = "Ball"
  396. blast.TopSurface = "Smooth"
  397. blast.BottomSurface = "Smooth"
  398. blast.Anchored = true
  399. blast.Locked = true
  400. blast.CanCollide = false
  401. blast.Color = Color3.new(0/0,0/0,0/0)
  402. blast.Transparency = 0
  403. blast.CFrame = Torso.CFrame * CFrame.new(0,0.2,-6.5)
  404. wait(0.6)
  405. game:GetService("Chat"):Chat(Head,"HAMEEHHHHH",1)
  406. local xf = Instance.new("Fire",blast)
  407. xf.Size = 25
  408. xf.Color = blast.Color
  409. xf.SecondaryColor = Color3.new(0.0,0.0,0.0)
  410. xf.Heat = 0
  411. local xf = Instance.new("Fire",blast)
  412. xf.Size = 25
  413. xf.Color = blast.Color
  414. xf.SecondaryColor = Color3.new(0.0,0.0,0.0)
  415. xf.Heat = 0
  416. for i = 1,20 do
  417. blast.Transparency = blast.Transparency + 0.05
  418. blast.Reflectance = blast.Reflectance + 0.01
  419. wait(0.1)
  420. if blast.Transparency >= 1 then
  421. blast.Transparency = blast.Transparency - 0.1
  422. end end
  423. blast.Transparency = 0.1
  424. wait(0.5)
  425. game:GetService("Chat"):Chat(Head,"HAAAAAAHHHHHHHHH!",2)
  426. coroutine.resume(coroutine.create(function()
  427. for i = 1,5 do wait(0)
  428. local p = Instance.new("Part",blast)
  429. p.Size = Vector3.new(0,0,0)
  430. p.Anchored = true
  431. p.CanCollide = false
  432. p.Locked = true
  433. p.BrickColor = BrickColor.new("Really black")
  434. p.TopSurface = "Smooth"
  435. p.Reflectance = 0.3
  436. p.Transparency = 0.4
  437. p.BottomSurface = "Smooth"
  438. p.CFrame = blast.CFrame * CFrame.new(0,0,0)
  439. local m1 = Instance.new("SpecialMesh",p)
  440. m1.Scale = p.Size
  441. m1.MeshId = "http://www.roblox.com/asset/?id=3270017"
  442. local p2 = Instance.new("Part",blast)
  443. p2.CFrame = blast.CFrame * CFrame.new(0,0,0)
  444. p2.Size = Vector3.new(0,0,0)
  445. p2.Anchored = true
  446. p2.CanCollide = false
  447. p2.Locked = true
  448. p2.BrickColor = BrickColor.new("Really black")
  449. p2.TopSurface = "Smooth"
  450. p2.Reflectance = 0.3
  451. p2.Transparency = 0.4
  452. p2.BottomSurface = "Smooth"
  453. local m2 = Instance.new("SpecialMesh",p2)
  454. m2.Scale = p2.Size
  455. m2.MeshId = "http://www.roblox.com/asset/?id=3270017"
  456. local p3 = Instance.new("Part",blast)
  457. p3.Size = Vector3.new(0,0,0)
  458. p3.Anchored = true
  459. p3.CanCollide = false
  460. p3.Locked = true
  461. p3.Color = blast.Color
  462. p3.TopSurface = "Smooth"
  463. p3.Reflectance = 0.3
  464. p3.Transparency = 0.4
  465. p3.BottomSurface = "Smooth"
  466. p3.CFrame = blast.CFrame * CFrame.new(0,0,0)
  467. local m3 = Instance.new("SpecialMesh",p3)
  468. m3.Scale = p.Size
  469. m3.MeshId = "http://www.roblox.com/asset/?id=3270017"
  470. coroutine.resume(coroutine.create(function()
  471. for i = 1,20 do wait(0)
  472. m1.Scale = m1.Scale + Vector3.new(5,5,5)
  473. p.CFrame = p.CFrame * CFrame.new(0,0,-5)
  474. end
  475. p:Destroy()
  476. end))
  477. coroutine.resume(coroutine.create(function()
  478. for i = 1,20 do wait(0)
  479. m2.Scale = m2.Scale + Vector3.new(5,5,5)
  480. p2.CFrame = p2.CFrame * CFrame.new(0,0,-5)
  481. end
  482. p2:Destroy()
  483. end))
  484. coroutine.resume(coroutine.create(function()
  485. for i = 1,20 do wait(0)
  486. m3.Scale = m3.Scale + Vector3.new(5,5,5)
  487. p3.CFrame = p3.CFrame * CFrame.new(0,0,-5)
  488. end
  489. p3:Destroy()
  490. end))end end))
  491. local p = Instance.new("Part",blast)
  492. p.Size = blast.Size
  493. p.CanCollide = true
  494. p.Anchored = true
  495. p.Locked = true
  496. p.Color = blast.Color
  497. p.Reflectance = blast.Reflectance
  498. p.Transparency = blast.Transparency
  499. p.TopSurface = "Smooth"
  500. p.BottomSurface = "Smooth"
  501. p.CFrame = blast.CFrame * CFrame.fromEulerAnglesXYZ(1.57, 0, 0)
  502. p.Touched:connect(function(hit)
  503. if not taco2 then return end
  504. taco2 = false
  505. if hit.Parent:findFirstChild("Humanoid")then
  506. for i,v in pairs(hit.Parent:GetChildren())do
  507. if v:IsA"Hat" then
  508. v:Destroy()
  509. elseif v:IsA"Part" then
  510. v.Velocity = v.Position * Vector3.new(50,3,0)
  511. v.RotVelocity = v.Position - v.Velocity
  512. v.Parent:BreakJoints()
  513. end end end
  514. wait(8)
  515. taco2 = true
  516. end)
  517. local mesh = Instance.new("CylinderMesh",p)
  518. mesh.Scale = Vector3.new(1,0,1)
  519. for i = 1,150 do
  520. mesh.Scale = mesh.Scale + Vector3.new(-0.16,1.19,-0.16)
  521. p.CFrame = p.CFrame * CFrame.new(0,-5,0)
  522. wait(0)
  523. mesh.Scale = mesh.Scale + Vector3.new(0.1599,0,0.1599)
  524. end
  525. blast:Destroy()
  526. game.Lighting.TimeOfDay = 12
  527. switch(false)
  528. RefreshWelds()
  529. humanoid.PlatformStand = false
  530. staystill:Destroy()
  531. wait(8)
  532. taco = false
  533. end
  534. script.Parent.Selected:connect(function(mouse)mouse.Button1Down:connect(function(mouse)Button1Down(mouse)end)end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement