DontAskme

Backup incase

Sep 5th, 2017
307
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. local Player = game.Players.LocalPlayer
  2. local Character = game.Players.LocalPlayer.Character
  3. local Create = LoadLibrary("RbxUtility").Create
  4. CFuncs = {
  5.  
  6.  
  7.  
  8.  
  9. ["Weld"] = {
  10. Create = function(Parent, Part0, Part1, C0, C1)
  11. local Weld = Create("Weld"){
  12. Parent = Parent,
  13. Part0 = Part0,
  14. Part1 = Part1,
  15. C0 = C0,
  16. C1 = C1,
  17. }
  18. return Weld
  19. end;
  20. };
  21.  
  22. ["Sound"] = {
  23. Create = function(id, par, vol, pit)
  24. coroutine.resume(coroutine.create(function()
  25. local S = Create("Sound"){
  26. Volume = vol,
  27. Pitch = pit or 1,
  28. SoundId = id,
  29. Parent = par or workspace,
  30. }
  31. wait()
  32. S:play()
  33. game:GetService("Debris"):AddItem(S, 6)
  34. end))
  35. end;
  36. };
  37.  
  38. ["ParticleEmitter"] = {
  39. Create = function(Parent, Color1, Color2, LightEmission, Size, Texture, Transparency, ZOffset, Accel, Drag, LockedToPart, VelocityInheritance, EmissionDirection, Enabled, LifeTime, Rate, Rotation, RotSpeed, Speed, VelocitySpread)
  40. local fp = Create("ParticleEmitter"){
  41. Parent = Parent,
  42. Color = ColorSequence.new(Color1, Color2),
  43. LightEmission = LightEmission,
  44. Size = Size,
  45. Texture = Texture,
  46. Transparency = Transparency,
  47. ZOffset = ZOffset,
  48. Acceleration = Accel,
  49. Drag = Drag,
  50. LockedToPart = LockedToPart,
  51. VelocityInheritance = VelocityInheritance,
  52. EmissionDirection = EmissionDirection,
  53. Enabled = Enabled,
  54. Lifetime = LifeTime,
  55. Rate = Rate,
  56. Rotation = Rotation,
  57. RotSpeed = RotSpeed,
  58. Speed = Speed,
  59. VelocitySpread = VelocitySpread,
  60. }
  61. return fp
  62. end;
  63. };
  64.  
  65. CreateTemplate = {
  66.  
  67. };
  68. }
  69.  
  70.  
  71.  
  72. New = function(Object, Parent, Name, Data)
  73. local Object = Instance.new(Object)
  74. for Index, Value in pairs(Data or {}) do
  75. Object[Index] = Value
  76. end
  77. Object.Parent = Parent
  78. Object.Name = Name
  79. return Object
  80. end
  81.  
  82.  
  83. CV="Really black"
  84. ArtificialHB = Create("BindableEvent", script){
  85. Parent = script,
  86. Name = "Heartbeat",
  87. }
  88.  
  89. function swait(num)
  90. if num == 0 or num == nil then
  91. ArtificialHB.Event:wait()
  92. else
  93. for i = 0, num do
  94. ArtificialHB.Event:wait()
  95. end
  96. end
  97. end
  98. function chat(chatt)
  99. local text = Instance.new("BillboardGui", game.Players.LocalPlayer.Character)
  100. text.Size = UDim2.new(0,100,0,40)
  101. text.StudsOffset = Vector3.new(0,3,0)
  102. text.Adornee = game.Players.LocalPlayer.Character.Head
  103. text.Name = "1"
  104. local text1 = Instance.new("TextLabel",text)
  105. text1.BackgroundTransparency = 1
  106. text1.TextStrokeTransparency = 1
  107. text1.TextTransparency = 1
  108. text1.BorderSizePixel = 0
  109. text1.Text = chatt
  110. text1.Font = "Fantasy"
  111. text1.FontSize = "Size36"
  112. text1.TextStrokeTransparency = 0
  113. text1.TextColor3 = Color3.new(1,1,1)
  114. text1.TextStrokeColor3 = Color3.new(0,0,0)
  115. text1.Size = UDim2.new(1,0,0.5,0)
  116. for i=1,15 do
  117. wait()
  118. text1.TextStrokeTransparency = text1.TextStrokeTransparency - 0.1
  119. text1.TextTransparency = text1.TextTransparency - 0.1
  120. end
  121. wait(1)
  122. for i=1,25 do
  123. wait()
  124. text1.TextStrokeTransparency = text1.TextStrokeTransparency + 0.1
  125. text1.TextTransparency = text1.TextTransparency + 0.1
  126. end
  127. end
  128. function chatfunc(text)
  129. local chat = coroutine.wrap(function()
  130. if Character:FindFirstChild("TalkingBillBoard")~= nil then
  131. Character:FindFirstChild("TalkingBillBoard"):destroy()
  132. end
  133. local naeeym2 = Instance.new("BillboardGui",Character)
  134. naeeym2.Size = UDim2.new(0,100,0,40)
  135. naeeym2.StudsOffset = Vector3.new(0,3,0)
  136. naeeym2.Adornee = Character.Head
  137. naeeym2.Name = "TalkingBillBoard"
  138. local tecks2 = Instance.new("TextLabel",naeeym2)
  139. tecks2.BackgroundTransparency = 1
  140. tecks2.BorderSizePixel = 0
  141. tecks2.Text = ""
  142. tecks2.Font = "Fantasy"
  143. tecks2.TextSize = 30
  144. tecks2.TextStrokeTransparency = 0
  145. tecks2.TextColor3 = Color3.new(0,0,0)
  146. tecks2.TextStrokeColor3 = Color3.new(0,0,0)
  147. tecks2.Size = UDim2.new(1,0,0.5,0)
  148. local tecks3 = Instance.new("TextLabel",naeeym2)
  149. tecks3.BackgroundTransparency = 1
  150. tecks3.BorderSizePixel = 0
  151. tecks3.Text = ""
  152. tecks3.Font = "Fantasy"
  153. tecks3.TextSize = 30
  154. tecks3.TextStrokeTransparency = 0
  155. tecks3.TextColor3 = Color3.new(0,0,0)
  156. tecks3.TextStrokeColor3 = Color3.new(255,255,255)
  157. tecks3.Size = UDim2.new(1,0,0.5,0)
  158. for i = 1,string.len(text),1 do
  159. CFuncs["Sound"].Create("http://www.roblox.com/asset/?id=565939471", Character, 6, .8)
  160. tecks2.Text = string.sub(text,1,i)
  161. tecks3.Text = string.sub(text,1,i)
  162. wait(0.01)
  163. end
  164. wait(2)
  165. for i = 1, 50 do
  166. swait()
  167. tecks2.Position = tecks2.Position - UDim2.new(math.random(-.4,.4),math.random(-5,5),.05,math.random(-5,5))
  168. tecks2.Rotation = tecks2.Rotation - .8
  169. tecks2.TextStrokeTransparency = tecks2.TextStrokeTransparency +.04
  170. tecks2.TextTransparency = tecks2.TextTransparency + .04
  171. tecks3.Position = tecks2.Position - UDim2.new(math.random(-.4,.4),math.random(-5,5),.05,math.random(-5,5))
  172. tecks3.Rotation = tecks2.Rotation + .8
  173. tecks3.TextStrokeTransparency = tecks2.TextStrokeTransparency +.04
  174. tecks3.TextTransparency = tecks2.TextTransparency + .04
  175. end
  176. naeeym2:Destroy()
  177. end)
  178. chat()
  179.  
  180. end
  181. function onChatted(msg)
  182. chatfunc(msg)
  183.  
  184. end
  185. Player.Chatted:connect(onChatted)
  186.  
  187. abss = Instance.new("BillboardGui",Character)
  188. abss.Size = UDim2.new(10,0,10,0)
  189. abss.Enabled = false
  190. abss.Name = "ROCKYMOUNT"
  191. imgl = Instance.new("ImageLabel",abss)
  192. imgl.Position = UDim2.new(0,0,0,0)
  193. imgl.Size = UDim2.new(1,0,1,0)
  194. imgl.Image = "rbxassetid://711463989"
  195. imgl.BackgroundTransparency = 1
  196. imgl.ImageColor3 = Color3.new(0,255,255)
  197. img2 = Instance.new("ImageLabel",abss)
  198. img2.Position = UDim2.new(0,0,0,0)
  199. img2.Size = UDim2.new(1,0,1,0)
  200. img2.Image = "rbxassetid://711463989"
  201. img2.BackgroundTransparency = 1
  202. img2.ImageColor3 = Color3.new(0,255,255)
  203.  
  204.  
  205.  
  206.  
  207. local lolf = true
  208. local shake = false
  209. local go2 = false
  210. local up = 0
  211. local grab2 = false
  212. local pushed = false
  213. base = Instance.new("Part",workspace)
  214. base.Name = "Base"
  215. base.Transparency = 1
  216. z42d = Instance.new("Sound",game.Players.LocalPlayer.Character)
  217. z42d.Volume = 100
  218. z42d.Looped = true
  219. z42d.SoundId = "rbxassetid://515604325"
  220. z42d:Play()
  221. local jk = false
  222. local kiout = false
  223. local rl = true
  224. ll = 0
  225. local combodamage = 999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999e+999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
  226. local can = 5
  227. local lolwait = 3
  228. local auracan3 = true
  229. local auracan1 = true
  230. local darius1 = true
  231. local ki = true
  232. local darius = true
  233. local kamecolor = "Really black"
  234. z42 = Instance.new("Sound",game.Players.LocalPlayer.Character)
  235. z42.Volume = 20
  236. z42.Looped = false
  237. z42.SoundId = "rbxassetid://863808186"
  238. local clickon = false
  239. local beamknockback = 0
  240. local beamdamage = 0.001
  241. local hited1 = false
  242. local hited = false
  243. local kamesize = 1
  244. local kamehameha = false
  245. local walksound = "rbxassetid://908473722"
  246. local moving = false
  247. local poon = false
  248.  
  249. local v3 = Vector3.new
  250. divine = Instance.new("Part",game.Players.LocalPlayer.Character)
  251. divine.Size = Vector3.new(0.5,0.5,3)
  252. divine.Position = v3(5,50,5)
  253.  
  254. divine.BrickColor = BrickColor.new("Really red")
  255. divine.Transparency = 1
  256. divinemesh = Instance.new("SpecialMesh",divine)
  257. divinemesh.MeshType = "Sphere"
  258. divinemesh.Scale = v3(1,1,1)
  259.  
  260.  
  261.  
  262. ------------------------------------------------------------------
  263. divine2 = Instance.new("Part",game.Players.LocalPlayer.Character)
  264. divine2.Size = Vector3.new(0.5,0.5,3)
  265. divine2.Position = v3(5,5,5)
  266.  
  267. divine2.BrickColor = BrickColor.new("Really red")
  268. divine2.Transparency = 1
  269. divinemesh = Instance.new("SpecialMesh",divine2)
  270. divinemesh.MeshType = "Sphere"
  271. divinemesh.Scale = v3(1,1,1)
  272.  
  273.  
  274.  
  275. ------------------------------------------------------------------
  276. divine3 = Instance.new("Part",game.Players.LocalPlayer.Character)
  277. divine3.Size = Vector3.new(0.5,0.5,3)
  278. divine3.Position = v3(5,8,5)
  279.  
  280. divine3.BrickColor = BrickColor.new("Really red")
  281. divine3.Transparency = 1
  282. divinemesh = Instance.new("SpecialMesh",divine3)
  283. divinemesh.MeshType = "Sphere"
  284. divinemesh.Scale = v3(1,1,1)
  285.  
  286.  
  287.  
  288. ------------------------------------------------------------------
  289. divine4 = Instance.new("Part",game.Players.LocalPlayer.Character)
  290. divine4.Size = Vector3.new(0.5,0.5,3)
  291. divine4.Position = v3(5,3,5)
  292.  
  293. divine4.BrickColor = BrickColor.new("Really red")
  294. divine4.Transparency = 1
  295. divinemesh = Instance.new("SpecialMesh",divine4)
  296. divinemesh.MeshType = "Sphere"
  297. divinemesh.Scale = v3(1,1,1)
  298.  
  299.  
  300.  
  301. ------------------------------------------------------------------
  302. divine5 = Instance.new("Part",game.Players.LocalPlayer.Character)
  303. divine5.Size = Vector3.new(0.5,0.5,3)
  304. divine5.Position = v3(5,55,5)
  305.  
  306. divine5.BrickColor = BrickColor.new("Really red")
  307. divine5.Transparency = 1
  308. divinemesh = Instance.new("SpecialMesh",divine5)
  309. divinemesh.MeshType = "Sphere"
  310. divinemesh.Scale = v3(1,1,1)
  311.  
  312.  
  313.  
  314. ------------------------------------------------------------------
  315. divine6 = Instance.new("Part",game.Players.LocalPlayer.Character)
  316. divine6.Size = Vector3.new(0.5,0.5,3)
  317. divine6.Position = v3(5,5,5)
  318.  
  319. divine6.BrickColor = BrickColor.new("Really red")
  320. divine6.Transparency = 1
  321. divinemesh = Instance.new("SpecialMesh",divine6)
  322. divinemesh.MeshType = "Sphere"
  323. divinemesh.Scale = v3(1,1,1)
  324.  
  325.  
  326. local new=Instance.new
  327. local rad=math.rad
  328. local cf=CFrame.new
  329. local v3=Vector3.new
  330. local ang=function(x,y,z)
  331. return CFrame.Angles(rad(x),rad(y),rad(z))
  332. end
  333. local player=game:service'Players'.LocalPlayer
  334. local char=player.Character
  335. local cam=workspace.Camera
  336. local mouse=player:GetMouse()
  337. local weld=function(a,b,c0,c1)
  338. m=Instance.new('Motor',a)
  339. m.Part0=a
  340. m.Part1=b
  341. m.C0=c0
  342. m.C1=c1
  343. return m
  344. end
  345.  
  346.  
  347. beamm=Instance.new('Model',workspace)
  348. beamm.Name='beam'
  349.  
  350. laser=false
  351.  
  352. rs=Instance.new('Part',char)
  353. rs.Transparency=1
  354. rs.CanCollide=false
  355. rs.TopSurface,rs.BottomSurface=0,0
  356. rs.FormFactor=3
  357. rs.Size=Vector3.new(.5,.5,.5)
  358.  
  359. ls=rs:Clone()
  360. ls.Parent=char
  361.  
  362.  
  363.  
  364. s1=Instance.new('Sound',char)
  365. s1.Volume=1
  366. s1.Pitch=1
  367. s1.Looped=true
  368.  
  369.  
  370. particles={}
  371.  
  372. local wep=new('Part',char)
  373.  
  374. wep.FormFactor=3
  375. wep.Transparency = 1
  376. wep.CanCollide=false
  377. wep.Size=v3(0.1,0.1,0.1)
  378. wep.TopSurface,wep.BottomSurface=0,0
  379. local wepw=weld(wep,char['Torso'],cf(0,2,0),ang(95,0,0))
  380.  
  381.  
  382. local beam1=wep:Clone()
  383. beam1:ClearAllChildren()
  384. beam1.Material='Neon'
  385. beam1.BrickColor=BrickColor.new(kamecolor)
  386. beam1.Color = Color3.fromRGB(35,0,53)
  387. beam1.Size=Vector3.new(1,1,1)
  388. beam1.Transparency=0
  389. beam1.Anchored=true
  390. local ms=Instance.new('BlockMesh',beam1)
  391. local inner1=beam1:Clone()
  392. inner1.Transparency=1
  393. inner1.Material='SmoothPlastic'
  394. inner1.BrickColor=BrickColor.new(kamecolor)
  395. inner1.Color = Color3.fromRGB(35,0,53)
  396. local ms2=inner1.Mesh
  397.  
  398. local expl1=inner1:Clone()
  399. expl1.Mesh:Destroy()
  400. expl1.Material='Neon'
  401. expl1.BrickColor=BrickColor.new(kamecolor)
  402. expl1.Color = Color3.fromRGB(35,0,53)
  403. expl1.Size=Vector3.new(1,1,1)
  404. expl1.Transparency=0
  405. pl=Instance.new('PointLight',expl1)
  406. pl.Color=expl1.BrickColor.Color
  407. pl.Range=pl.Range*2
  408. pl.Name='light'
  409. local br=pl.Range
  410.  
  411. local exa1=expl1:Clone()
  412. exa1.Size=Vector3.new(1,1,1)
  413. pl2=exa1.light
  414.  
  415. local part=exa1:Clone()
  416. part.Size=Vector3.new(1.5,1.5,1.5)
  417. pl3=part.light
  418. pms=Instance.new('BlockMesh',part)
  419.  
  420. char.Humanoid.Died:connect(function()
  421. laser=false
  422. beam1.Parent=nil
  423. inner1.Parent=nil
  424. expl1.Parent=nil
  425. exa1.Parent=nil
  426. s1:stop()
  427. end)
  428.  
  429.  
  430.  
  431. parti=0
  432. game:service'RunService'.Stepped:connect(function()
  433. parti=parti+1
  434. for i,v in pairs(particles) do
  435. v.CFrame=v.CFrame*CFrame.new(0,0,-.3)
  436. v.Transparency=v.Transparency+.08
  437. if v.Transparency >= 1 then
  438. v:Destroy()
  439. table.remove(particles,i)
  440. else
  441. v.Parent=beamm
  442. end
  443. end
  444.  
  445. a=cam.CoordinateFrame.p
  446. b=mouse.Hit.p
  447. mhitr=Ray.new(a,(b-a).unit*999)
  448. mhit,ps=workspace:FindPartOnRayWithIgnoreList(mhitr,{char,beamm})
  449.  
  450.  
  451. if laser then
  452. beamm.Parent=workspace
  453. beam1.Parent=beamm
  454. inner1.Parent=beamm
  455. expl1.Parent=beamm
  456. exa1.Parent=beamm
  457. s1.Volume=s1.Volume-0.0034
  458.  
  459. ray=Ray.new((wep.CFrame*cf(0,-1.5,0)).p,((wep.CFrame*cf(0,-10,0)).p-(wep.CFrame*cf(0,-1.5,0)).p).unit*999)
  460. hit,pos=workspace:FindPartOnRayWithIgnoreList(ray,{char,beamm})
  461.  
  462. if hit and s1.Volume > .3 and parti/8==math.floor(parti/8) then
  463.  
  464. if hit.Parent:IsA("Model") and hit ~= workspace.Base then
  465. hit.Parent:BreakJoints()
  466.  
  467. wait()
  468. end
  469. if hit.Parent:IsA("Part") and hit ~= workspace.Base then
  470. hit.Anchored = false
  471. hit.Position = hit.Position + Vector3.new(0,1,0)
  472. block = Instance.new("BodyForce",hit)
  473. block.Force = beam1.CFrame.lookVector
  474. s1.Volume=s1.Volume+0.0034
  475.  
  476. hit.Position = hit.Position + Vector3.new(0,1,0)
  477. block = Instance.new("BodyForce",hit)
  478. block.Force = beam1.CFrame.lookVector
  479.  
  480. end
  481. end
  482.  
  483. if hit and hit.Parent==workspace.Terrain or hit==workspace.Terrain and parti/8==math.floor(parti/8) then
  484. e=Instance.new('Explosion',workspace)
  485. e.Position=pos
  486. e.BlastRadius=14
  487. e.BlastPressure=1e4
  488. end
  489. if hit and not hit.Anchored and not (hit:GetMass()>1e4) then
  490. hit.Velocity=hit.Velocity+beam1.CFrame.lookVector*(1*s1.Volume*hit:GetMass())
  491. end
  492.  
  493. if parti==math.floor(parti) then
  494. par=part:Clone()
  495. table.insert(particles,par)
  496. par.Parent=beamm
  497. par.Transparency=1-s1.Volume
  498. par.light.Range=br*s1.Volume
  499. par.CFrame=cf(pos)*ang(math.random(-180,180),math.random(-180,180),math.random(-180,180))*cf(10,10,10)
  500. end
  501.  
  502. mag=((wep.CFrame*cf(0,-1.5,0)).p-pos).magnitude
  503. ms.Scale=v3(s1.Volume,s1.Volume,mag)
  504. ms2.Scale=v3(ms.Scale.x/2,ms.Scale.y/2,mag-(.1/mag))
  505. beam1.CFrame=cf((wep.CFrame*cf(0,-1.5,0)).p,pos)*cf(0,0,-mag/2)*ang(0,0,math.random(0,180))
  506. inner1.CFrame=beam1.CFrame
  507. pl.Range=br*s1.Volume
  508. pl2.Range=br*s1.Volume
  509.  
  510. expl1.Transparency=0
  511. expl1.CFrame=cf(pos)*ang(math.random(0,180),math.random(0,180),math.random(0,180))
  512.  
  513. exa1.CFrame=wep.CFrame*cf(0,-1.5,0)*ang(math.random(0,180),math.random(0,180),math.random(0,180))
  514.  
  515. end
  516. end)
  517.  
  518. local base = true
  519. local ssjr = false
  520. local down2 = false
  521. local ok = 0
  522. local lala = false
  523. local walkon = false
  524. local idle = true
  525. local idle1 = true
  526. local canattack = true
  527. local nohit = 0
  528. local p = game.Players.LocalPlayer
  529. local char = p.Character
  530. local mouse = p:GetMouse()
  531. local larm = char["Left Arm"]
  532. local rarm = char["Right Arm"]
  533. local lleg = char["Left Leg"]
  534. local rleg = char["Right Leg"]
  535. local hed = char.Head
  536. local torso = char.Torso
  537. zwc = Instance.new("Sound",torso)
  538. zwc.Volume = 1
  539. zwc.Looped = false
  540. zwc.SoundId = "rbxassetid://137579113"
  541. local hum = char.Humanoid
  542. hum.Name = "loldar"
  543. local cam = game.Workspace.CurrentCamera
  544. local root = char.HumanoidRootPart
  545. local deb = false
  546. local shot = 0
  547. local walk = true
  548. local debris=game:service"Debris"
  549. local l = game:GetService("Lighting")
  550. local rs = game:GetService("RunService").RenderStepped
  551. local canattack = true
  552. hed.face.Texture = "http://www.roblox.com/asset/?id=1002452110"
  553. ptz = {0.8, 0.85, 0.9, 0.95, 1, 1.05, 1.1}
  554. function lerp(a, b, t) -- Linear interpolation
  555. return a + (b - a)*t
  556. end
  557.  
  558. function slerp(a, b, t) --Spherical interpolation
  559. dot = a:Dot(b)
  560. if dot > 0.99999 or dot < -0.99999 then
  561. return t <= 0.5 and a or b
  562. else
  563. r = math.acos(dot)
  564. return (a*math.sin((1 - t)*r) + b*math.sin(t*r)) / math.sin(r)
  565. end
  566. end
  567. function matrixInterpolate(a, b, t)
  568. local ax, ay, az, a00, a01, a02, a10, a11, a12, a20, a21, a22 = a:components()
  569. local bx, by, bz, b00, b01, b02, b10, b11, b12, b20, b21, b22 = b:components()
  570. local v0 = lerp(Vector3.new(ax, ay, az), Vector3.new(bx , by , bz), t) -- Position
  571. local v1 = slerp(Vector3.new(a00, a01, a02), Vector3.new(b00, b01, b02), t) -- Vector right
  572. local v2 = slerp(Vector3.new(a10, a11, a12), Vector3.new(b10, b11, b12), t) -- Vector up
  573. local v3 = slerp(Vector3.new(a20, a21, a22), Vector3.new(b20, b21, b22), t) -- Vector back
  574. local t = v1:Dot(v2)
  575. if not (t < 0 or t == 0 or t > 0) then -- Failsafe
  576. return CFrame.new()
  577. end
  578. return CFrame.new(
  579. v0.x, v0.y, v0.z,
  580. v1.x, v1.y, v1.z,
  581. v2.x, v2.y, v2.z,
  582. v3.x, v3.y, v3.z)
  583. end
  584. ----------------------------------------------------
  585. function genWeld(a,b)
  586. local w = Instance.new("Weld",a)
  587. w.Part0 = a
  588. w.Part1 = b
  589. return w
  590. end
  591. function weld(a, b)
  592. local weld = Instance.new("Weld")
  593. weld.Name = "W"
  594. weld.Part0 = a
  595. weld.Part1 = b
  596. weld.C0 = a.CFrame:inverse() * b.CFrame
  597. weld.Parent = a
  598. return weld;
  599. end
  600. ----------------------------------------------------
  601. function Lerp(c1,c2,al)
  602. local com1 = {c1.X,c1.Y,c1.Z,c1:toEulerAnglesXYZ()}
  603. local com2 = {c2.X,c2.Y,c2.Z,c2:toEulerAnglesXYZ()}
  604. for i,v in pairs(com1) do
  605. com1[i] = v+(com2[i]-v)*al
  606. end
  607. return CFrame.new(com1[1],com1[2],com1[3]) * CFrame.Angles(select(4,unpack(com1)))
  608. end
  609. ----------------------------------------------------
  610. newWeld = function(wp0, wp1, wc0x, wc0y, wc0z)
  611. local wld = Instance.new("Weld", wp1)
  612. wld.Part0 = wp0
  613. wld.Part1 = wp1
  614. wld.C0 = CFrame.new(wc0x, wc0y, wc0z)
  615. end
  616. hum.MaxHealth = math.huge
  617. wait()
  618. hum.Health = math.huge
  619. ----------------------------------------------------
  620. function weld5(part0, part1, c0, c1)
  621. weeld=Instance.new("Weld", part0)
  622. weeld.Part0=part0
  623. weeld.Part1=part1
  624. weeld.C0=c0
  625. weeld.C1=c1
  626. return weeld
  627. end
  628. ----------------------------------------------------
  629. function HasntTouched(plrname)
  630. local ret = true
  631. for _, v in pairs(Touche) do
  632. if v == plrname then
  633. ret = false
  634. end
  635. end
  636. return ret
  637. end
  638. newWeld(torso, larm, -1.5, 0.5, 0)
  639. larm.Weld.C1 = CFrame.new(0, 0.5, 0)
  640. newWeld(torso, rarm, 1.5, 0.5, 0)
  641. rarm.Weld.C1 = CFrame.new(0, 0.5, 0)
  642. newWeld(torso, hed, 0, 1.5, 0)
  643. newWeld(torso, lleg, -0.5, -1, 0)
  644. lleg.Weld.C1 = CFrame.new(0, 1, 0)
  645. newWeld(torso, rleg, 0.5, -1, 0)
  646. rleg.Weld.C1 = CFrame.new(0, 1, 0)
  647. newWeld(root, torso, 0, -1, 0)
  648. torso.Weld.C1 = CFrame.new(0, -1, 0)
  649. GroundWave1 = function()
  650. local HandCF = CFrame.new(root.Position - Vector3.new(0,3,0)) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
  651.  
  652. local wave = Instance.new("Part", torso)
  653. wave.BrickColor = BrickColor.new(Colors[math.random(1,#Colors)])
  654. wave.Anchored = true
  655. wave.CanCollide = false
  656. wave.Locked = true
  657. wave.Size = Vector3.new(1, 1, 1)
  658. wave.TopSurface = "Smooth"
  659. wave.BottomSurface = "Smooth"
  660. wave.Transparency = 0.35
  661. wave.CFrame = HandCF
  662. wm = Instance.new("SpecialMesh", wave)
  663. wm.MeshId = "rbxassetid://20329976"
  664. coroutine.wrap(function()
  665. for i = 1, 30, 1 do
  666. wm.Scale = Vector3.new(1 + i*1.2, 1 + i*1.2, 1 + i*1.2)
  667. wave.Size = wm.Scale
  668. wave.CFrame = HandCF
  669. wave.Orientation = Vector3.new(0, 180, 0)
  670. wave.Transparency = i/30
  671. wait()
  672. end
  673. wait()
  674. wave:Destroy()
  675. end)()
  676. end
  677. GroundBall1 = function()
  678. local HandCF = CFrame.new(root.Position - Vector3.new(0,3,0)) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
  679.  
  680. local wave = Instance.new("Part", torso)
  681. wave.BrickColor = BrickColor.new(Colors[math.random(1,#Colors)])
  682. wave.Anchored = true
  683. wave.CanCollide = false
  684. wave.Locked = true
  685. wave.Size = Vector3.new(1, 1, 1)
  686. wave.TopSurface = "Smooth"
  687. wave.BottomSurface = "Smooth"
  688. wave.Transparency = 0.35
  689. wave.CFrame = HandCF
  690. wm = Instance.new("SpecialMesh", wave)
  691. wm.MeshId = "rbxassetid://9982590"
  692. coroutine.wrap(function()
  693. for i = 1, 30, 1 do
  694. wm.Scale = Vector3.new(1 + i*1.2, 1 + i*1.2, 1 + i*1.2)
  695. wave.Size = wm.Scale
  696. wave.CFrame = HandCF
  697. wave.Orientation = Vector3.new(0, 180, 0)
  698. wave.Transparency = i/30
  699. wait()
  700. end
  701. wait()
  702. wave:Destroy()
  703. end)()
  704. end
  705.  
  706. function stance1()
  707. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(15),math.rad(0)), 0.1)--head
  708. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-15), math.rad(0)), 1)--torso
  709. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(12),math.rad(15),math.rad(30)), 0.1)--arm
  710. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(12),math.rad(15),math.rad(-30)), 0.1)--arm
  711. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-5), math.rad(15), math.rad(10)), 0.1)--leg
  712. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-15), math.rad(-40), math.rad(-5)), 0.1)--leg
  713. end
  714. -------------------------------------------------------------
  715. function stance2()
  716. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(-50),math.rad(0)), 0.1)--head
  717. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), math.rad(0)), 0.1)--torso
  718. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.3,-0.5)*CFrame.Angles(math.rad(160),math.rad(210),math.rad(0)), 0.1)--rarm
  719. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.2,0)*CFrame.Angles(math.rad(80),math.rad(0),math.rad(0)), 0.1)--larm
  720. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, .2) * CFrame.Angles(math.rad(-5), math.rad(0), math.rad(-20)), 0.1)--lleg
  721. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, -.2) * CFrame.Angles(math.rad(5), math.rad(0), math.rad(20)), 0.1)--rleg
  722.  
  723. end
  724. ----------------------------------------------------------
  725. z41 = Instance.new("Sound",torso)
  726. z41.Volume = 20
  727. z41.Looped = false
  728. z41.SoundId = "rbxassetid://863807725"
  729. z412 = Instance.new("Sound",torso)
  730. z412.Volume = 20
  731. z412.Looped = false
  732. z412.SoundId = "rbxassetid://895090420"
  733. z4122 = Instance.new("Sound",torso)
  734. z4122.Volume = 20
  735. z4122.Looped = false
  736. z4122.SoundId = "rbxassetid://897147945"
  737. function swing1()
  738. for i = 1, 5 do
  739. wait()
  740. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.4)--head
  741. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)--torso
  742. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1,0.5,-1)*CFrame.Angles(math.rad(150),math.rad(0),math.rad(-70)), 0.4)--arm
  743. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-10)), 0.4)--arm
  744. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(-10)), 0.4)--leg
  745. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(0)), 0.4)--leg
  746. end
  747.  
  748. z41:Play()
  749. for i = 1, 5 do
  750. wait()
  751. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.4)--head
  752. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)--torso
  753. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(10),math.rad(0),math.rad(60)), 0.4)--arm
  754. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-20)), 0.4)--arm
  755. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(-10)), 0.4)--leg
  756. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(0)), 0.4)--leg
  757. end
  758. end
  759. function swing11()
  760. for i = 1, 5 do
  761. wait()
  762. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.4)--head
  763. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)--torso
  764. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1,0.5,-1)*CFrame.Angles(math.rad(150),math.rad(0),math.rad(-70)), 0.4)--arm
  765. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-10)), 0.4)--arm
  766. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(-10)), 0.4)--leg
  767. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(0)), 0.4)--leg
  768. end
  769.  
  770. z412:Play()
  771. for i = 1, 5 do
  772. wait()
  773. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.4)--head
  774. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)--torso
  775. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(10),math.rad(0),math.rad(60)), 0.4)--arm
  776. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-20)), 0.4)--arm
  777. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(-10)), 0.4)--leg
  778. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(0)), 0.4)--leg
  779. end
  780. end
  781. ------------------------------------------------------------------------------------------------
  782. function swing2()
  783. for i = 1, 5 do
  784. wait()
  785. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.4)--head
  786. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-10), math.rad(0)), 0.4)--torso
  787. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(-200),math.rad(0),math.rad(30)), 0.4)--arm
  788. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-20)), 0.4)--arm
  789. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(-10)), 0.4)--leg
  790. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(0)), 0.4)--leg
  791. end
  792.  
  793. z41:Play()
  794. for i = 1, 5 do
  795. wait()
  796. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(10),math.rad(-10),math.rad(0)), 0.4)--head
  797. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(10), math.rad(0)), 0.4)--torso
  798. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1,0.3,-.4)*CFrame.Angles(math.rad(40),math.rad(0),math.rad(-50)), 0.4)--arm
  799. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(-10),math.rad(0),math.rad(-30)), 0.4)--arm
  800. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-15), math.rad(0), math.rad(-10)), 0.4)--leg
  801. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(12), math.rad(0), math.rad(0)), 0.4)--leg
  802. end
  803. end
  804. -----------------------------------------------------------------------------------------------
  805. function swing3()
  806.  
  807. z41:Play()
  808. for i = 1, 7 do
  809. wait()
  810. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.4)--head
  811. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)--torso
  812. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(90)), 0.4)--arm
  813. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-10)), 0.4)--arm
  814. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-5)), 0.4)--leg
  815. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(20)), 0.4)--leg
  816. torso.CFrame = torso.CFrame * CFrame.Angles(0,-.928,0)+ Vector3.new(0,5,0)
  817.  
  818. end
  819.  
  820. end
  821. ------------------------------------------------------------------------------------------------
  822. function firstswing()
  823. for i = 1, 10 do
  824. wait()
  825. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.4)--head
  826. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)--torso
  827. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1,0.5,-1)*CFrame.Angles(math.rad(150),math.rad(0),math.rad(-70)), 0.4)--arm
  828. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-10)), 0.4)--arm
  829. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.4)--leg
  830. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(10)), 0.4)--leg
  831. end
  832.  
  833. for i = 1, 10 do
  834. wait()
  835. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.4)--head
  836. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)--torso
  837. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(10),math.rad(0),math.rad(40)), 0.4)--arm
  838. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-20)), 0.4)--arm
  839. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.4)--leg
  840. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(10)), 0.4)--leg
  841. end
  842. end
  843. function flytowards()
  844. for i = 1, 5 do
  845. wait()
  846. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(20),math.rad(0),math.rad(0)), 0.4)--head
  847. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-40), math.rad(0), math.rad(0)), 0.4)--torso
  848. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(-20),math.rad(0),math.rad(10)), 0.4)--arm
  849. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(-20),math.rad(0),math.rad(-10)), 0.4)--arm
  850. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.4)--leg
  851. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(10)), 0.4)--leg
  852. end
  853. end
  854. function swings()
  855. for i = 1, 5 do
  856. wait()
  857. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(-5),math.rad(0),math.rad(0)), 0.4)--head
  858. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(5), math.rad(0), math.rad(0)), 0.4)--torso
  859. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1,0.5,-1)*CFrame.Angles(math.rad(170),math.rad(0),math.rad(-70)), 0.4)--arm
  860. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(-20),math.rad(0),math.rad(-10)), 0.4)--arm
  861. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.4)--leg
  862. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(10)), 0.4)--leg
  863. end
  864.  
  865.  
  866. for i = 1, 5 do
  867. wait()
  868. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.4)--head
  869. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)--torso
  870. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(10),math.rad(0),math.rad(30)), 0.4)--arm
  871. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-20)), 0.4)--arm
  872. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.4)--leg
  873. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(10)), 0.4)--leg
  874. end
  875. z42:Play()
  876. end
  877. -----------------------------------------------
  878. function divineswinging()
  879. shot1 = true
  880. for i = 1, 4 do
  881. wait()
  882. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.8)--head
  883. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.8)--torso
  884. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(0.8,0.5,-1)*CFrame.Angles(math.rad(-20),math.rad(0),math.rad(-120)), 0.8)--arm
  885. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-20)), 0.8)--arm
  886. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.8)--leg
  887. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(10)), 0.8)--leg
  888. end
  889. z42:Play()
  890. for i = 1, 4 do
  891. wait()
  892. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.8)--head
  893. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.8)--torso
  894. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(-20),math.rad(0),math.rad(120)), 0.8)--arm
  895. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-20)), 0.8)--arm
  896. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-18)), 0.8)--leg
  897. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(15), math.rad(0), math.rad(10)), 0.8)--leg
  898. end
  899. z42:Play()
  900. for i = 1, 4 do
  901. wait()
  902. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(10),math.rad(-10),math.rad(0)), 0.4)--head
  903. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(10), math.rad(0)), 0.4)--torso
  904. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1,0.3,-.4)*CFrame.Angles(math.rad(40),math.rad(0),math.rad(-50)), 0.4)--arm
  905. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(-10),math.rad(0),math.rad(-30)), 0.4)--arm
  906. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-15), math.rad(0), math.rad(-10)), 0.4)--leg
  907. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(12), math.rad(0), math.rad(0)), 0.4)--leg
  908. end
  909. z42:Play()
  910. for i = 1, 4 do
  911. wait()
  912. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.8)--head
  913. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.8)--torso
  914. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(0.8,0.5,-1)*CFrame.Angles(math.rad(-20),math.rad(0),math.rad(-120)), 0.8)--arm
  915. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-20)), 0.8)--arm
  916. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.8)--leg
  917. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(10)), 0.8)--leg
  918. end
  919. z42:Play()
  920. for i = 1, 4 do
  921. wait()
  922. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.8)--head
  923. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.8)--torso
  924. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(-20),math.rad(0),math.rad(120)), 0.8)--arm
  925. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-20)), 0.8)--arm
  926. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-18)), 0.8)--leg
  927. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(15), math.rad(0), math.rad(10)), 0.8)--leg
  928. end
  929. z42:Play()
  930. for i = 1, 4 do
  931. wait()
  932. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.8)--head
  933. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.8)--torso
  934. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(0.8,0.5,-1)*CFrame.Angles(math.rad(-20),math.rad(0),math.rad(-120)), 0.8)--arm
  935. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-20)), 0.8)--arm
  936. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.8)--leg
  937. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(10)), 0.8)--leg
  938. end
  939. z42:Play()
  940. z4122:Play()
  941. for i = 1, 4 do
  942. wait()
  943. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.4)--head
  944. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)--torso
  945. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(10),math.rad(0),math.rad(30)), 0.4)--arm
  946. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-20)), 0.4)--arm
  947. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.4)--leg
  948. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(10)), 0.4)--leg
  949. end
  950.  
  951. end
  952. -----------------------------------------------------------------------------------------
  953. function divineend()
  954.  
  955. for i = 1, 7 do
  956. wait()
  957. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.4)--head
  958. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)--torso
  959. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(80)), 0.4)--arm
  960. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-10)), 0.4)--arm
  961. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-5)), 0.4)--leg
  962. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(20)), 0.4)--leg
  963. torso.CFrame = torso.CFrame * CFrame.Angles(0,.88,0)
  964. end
  965. wait(0.5)
  966. for i = 1, 7 do
  967. wait()
  968. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.4)--head
  969. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)--torso
  970. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(80)), 0.4)--arm
  971. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-10)), 0.4)--arm
  972. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-5)), 0.4)--leg
  973. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(20)), 0.4)--leg
  974. torso.CFrame = torso.CFrame * CFrame.Angles(0,.88,0)
  975. end
  976. kiweld7.C0 = CFrame.new(-1.7,-3,0) * CFrame.Angles(rad(180),rad(0),rad(40))
  977. for i = 1, 15 do
  978. wait()
  979.  
  980. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(60),math.rad(0)), 0.4)--head
  981. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-70), math.rad(0)), 0.4)--torso
  982. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(0.8,1.5,-0.3)*CFrame.Angles(math.rad(190),math.rad(40),math.rad(-50)), 0.4)--arm
  983. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-70)), 0.4)--arm
  984. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)--leg
  985. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)--leg
  986. end
  987. end
  988. ---------------------------------------------------------
  989. local block = Instance.new("Part",torso)
  990. block.Size = Vector3.new(0.1,0.1,0.1)
  991. block.Position = block.Position + Vector3.new(2,2,2)
  992. block.Transparency = 1
  993. local weld = Instance.new("Weld",torso)
  994. weld.Part0 = torso
  995. weld.Part1 = block
  996. weld.C0 = CFrame.new(0,3,0)
  997. local block2 = Instance.new("Part",torso)
  998. block2.Size = Vector3.new(3,2,1)
  999. block2.CanCollide = false
  1000. block2.Position = block.Position + Vector3.new(2,2,2)
  1001. block2.Transparency = 1
  1002. local weld2 = Instance.new("Weld",torso)
  1003. weld2.Part0 = torso
  1004. weld2.Part1 = block2
  1005. weld2.C0 = CFrame.new(0,-1.5,0)
  1006. local part2 = Instance.new("ParticleEmitter",block)
  1007. part2.Lifetime = NumberRange.new(5)
  1008. part2.Speed = NumberRange.new(0)
  1009. part2.Color = ColorSequence.new(Color3.fromRGB(255,255,255))
  1010. part2.Size = NumberSequence.new(12)
  1011. part2.Transparency = NumberSequence.new(1)
  1012. part2.LockedToPart = true
  1013. part2.Rate = 3
  1014. part2.Texture = "http://www.roblox.com/asset/?id=894173257"
  1015. part2.ZOffset = -3
  1016.  
  1017. local part7 = Instance.new("ParticleEmitter",block)
  1018. part7.Lifetime = NumberRange.new(5)
  1019. part7.Speed = NumberRange.new(0)
  1020.  
  1021. part7.Size = NumberSequence.new(12)
  1022. part7.Transparency = NumberSequence.new(1)
  1023. part7.LockedToPart = true
  1024. part7.Rate = 3
  1025. part7.Color = ColorSequence.new(Color3.fromRGB(255,255,255))
  1026. part7.Texture = "http://www.roblox.com/asset/?id=894173257"
  1027. part7.ZOffset = -1
  1028. local model = Instance.new("Model",torso)
  1029. local part3 = Instance.new("ParticleEmitter",block2)
  1030. part3.Lifetime = NumberRange.new(1)
  1031. part3.Speed = NumberRange.new(5)
  1032. part3.Color = ColorSequence.new(Color3.fromRGB(255,255,255))
  1033. part3.Transparency = NumberSequence.new(1)
  1034. part3.Size = NumberSequence.new(0.5)
  1035. part3.LockedToPart = true
  1036. part3.Rate = 10
  1037. part3.Texture = "http://www.roblox.com/asset/?id=549349471"
  1038. part3.ZOffset = -0.5
  1039. part3.SpreadAngle = Vector2.new(50,0)
  1040. aura1 = Instance.new("ParticleEmitter",torso)
  1041. aura1.Transparency = NumberSequence.new(1)
  1042. aura1.Size = NumberSequence.new(5)
  1043. aura1.Speed = NumberRange.new(0)
  1044. aura1.Lifetime = NumberRange.new(5)
  1045. aura1.LockedToPart = true
  1046. aura1.Rate = 3.5
  1047. aura1.Color = ColorSequence.new(Color3.new(0,0,0))
  1048.  
  1049. aura1.ZOffset = 2
  1050. aura1.Lifetime = NumberRange.new(3)
  1051.  
  1052.  
  1053.  
  1054. ypcall(function()
  1055. shirt = Instance.new("Shirt", char)
  1056. shirt.Name = "Shirt"
  1057. pants = Instance.new("Pants", char)
  1058. pants.Name = "Pants"
  1059. char.Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=317842437"
  1060. char.Pants.PantsTemplate = "http://www.roblox.com/asset/?id=317843230"
  1061. end)
  1062. for i,v in pairs(char:children()) do
  1063. if v:IsA("Accessory") then
  1064. v:Destroy()
  1065. end
  1066. end
  1067. char["Body Colors"].HeadColor = BrickColor.new("Pastel brown")
  1068. char["Body Colors"].TorsoColor = BrickColor.new("Pastel brown")
  1069. char["Body Colors"].LeftArmColor = BrickColor.new("Pastel brown")
  1070. char["Body Colors"].RightArmColor = BrickColor.new("Pastel brown")
  1071. Hair99 = Instance.new("Part")
  1072.  
  1073. Hair99.Parent = p.Character
  1074. Hair99.Name = "Hair"
  1075. Hair99.formFactor = "Symmetric"
  1076. Hair99.Size = Vector3.new(1, 1, 1)
  1077. Hair99.CFrame = p.Character.Head.CFrame
  1078. Hair99:BreakJoints()
  1079. Hair99.CanCollide = false
  1080. Hair99.TopSurface = "Smooth"
  1081. Hair99.BottomSurface = "Smooth"
  1082. Hair99.BrickColor = BrickColor.new("New Yeller")
  1083. Hair99.Transparency = 1
  1084.  
  1085. Weld = Instance.new("Weld")
  1086. Weld.Part0 = p.Character.Head
  1087. Weld.Part1 = Hair99
  1088. Weld.Parent = p.Character.Head
  1089. Weld.C0 = CFrame.new(0, 0.26, 0.06)*CFrame.fromEulerAnglesXYZ(0, 0, 0)
  1090.  
  1091. Hair7 = Instance.new("Part")
  1092. Hair7.Parent = p.Character
  1093. Hair7.Name = "Hair"
  1094. Hair7.CanCollide = false
  1095. Hair7.Locked = true
  1096. Hair7.TopSurface = "Smooth"
  1097. Hair7.BottomSurface = "Smooth"
  1098. Hair7.formFactor = "Symmetric"
  1099. Hair7.Material = "Neon"
  1100. Hair7.BrickColor = BrickColor.new("White")
  1101. Hair7.CFrame = p.Character.Torso.CFrame
  1102. Hair7.Size = Vector3.new(1, 1, 1)
  1103. Hair7.Transparency = 0
  1104.  
  1105. Mesh = Instance.new("SpecialMesh")
  1106. Mesh.Parent = Hair99
  1107. Mesh.MeshType = "Sphere"
  1108. Mesh.Offset = Vector3.new(0, 0.1, 0.1)
  1109. Mesh.Scale = Vector3.new(1.2, 1.2, 1.2)
  1110.  
  1111.  
  1112. Weld1 = Instance.new("Weld")
  1113. Weld1.Parent = p.Character.Head
  1114. Weld1.Part0 = p.Character.Head
  1115. Weld1.Part1 = Hair7
  1116. Weld1.C0 = CFrame.new(0, 1, 0)
  1117.  
  1118.  
  1119. Mesh = Instance.new("SpecialMesh")
  1120. Mesh.Offset = Vector3.new(-0.03, 0, 0.5)
  1121. Mesh.Parent = Hair7
  1122. Mesh.Scale = Vector3.new(6, 6, 6)
  1123. Mesh.MeshType = "FileMesh"
  1124. Mesh.MeshId = "http://www.roblox.com/asset/?id=430344159"
  1125. Mesh.TextureId = ""
  1126.  
  1127. mouse.Button1Down:connect(function()
  1128. t = mouse.Target.Parent:FindFirstChild("Torso")
  1129. hu = mouse.Target.Parent:FindFirstChild("Humanoid")
  1130. if mouse.Target == nil then
  1131. clickon = false
  1132. end
  1133. if mouse.Target.Parent:FindFirstChild("Humanoid") ~= nil then
  1134. clickon = true
  1135. poon = true
  1136. zwc1s2 = Instance.new("Sound",mouse.Target)
  1137. zwc1s2.Volume = 5
  1138. zwc1s2.Looped = false
  1139. zwc1s2.SoundId = "rbxassetid://915341277"
  1140. zwc1s2:Play()
  1141.  
  1142.  
  1143.  
  1144. else
  1145. clickon = false
  1146.  
  1147. end
  1148.  
  1149. end)
  1150. aurapart3 = Instance.new("Part",char)
  1151. aurapart3.Size = Vector3.new(0.1,0.1,0.1)
  1152. aurapart3.Position = Vector3.new(0,2,0)
  1153. aurapart3.Transparency = 1
  1154. aurapart3.CanCollide = false
  1155. auraweld3 = Instance.new("Weld",char)
  1156. auraweld3.Part0 = aurapart3
  1157. auraweld3.Part1 = torso
  1158. auraweld3.C0 = CFrame.new(0,-3,0)
  1159. aura3 = Instance.new("ParticleEmitter",aurapart3)
  1160. aura3.Transparency = NumberSequence.new(1)
  1161. aura3.Color = ColorSequence.new(Color3.new(0,0,0))
  1162. aura3.Size = NumberSequence.new(8)
  1163. aura3.Speed = NumberRange.new(0)
  1164. aura3.LockedToPart = true
  1165. aura3.Rate = 5
  1166. aura3.Lifetime = NumberRange.new(5)
  1167. aura3.ZOffset = -5
  1168. z2 = Instance.new("Sound",torso)
  1169. z2.Volume = 3
  1170. z2.Looped = false
  1171. z2.SoundId = "rbxassetid://908489666"
  1172. z2d = Instance.new("Sound",torso)
  1173. z2d.Volume = 20
  1174. z2d.Looped = false
  1175. z2d.SoundId = "rbxassetid://663610350"
  1176. z4r = Instance.new("Sound",torso)
  1177. z4r.Volume = 5
  1178. z4r.Looped = false
  1179. z4r.SoundId = "rbxassetid://908474188"
  1180.  
  1181. mouse.KeyDown:connect(function(Key)
  1182. if Key == "r" then
  1183. if canattack == true then
  1184.  
  1185.  
  1186. kamehamehaon = true
  1187.  
  1188. idle = false
  1189.  
  1190. idle1 = false
  1191. canattack = false
  1192. hum.WalkSpeed = 0
  1193.  
  1194.  
  1195.  
  1196. for i = 1,25 do
  1197. wait()
  1198.  
  1199. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(85),math.rad(0)), 0.1)--head
  1200. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-85), math.rad(0)), 0.1)--torso
  1201. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.2,0.4,0)*CFrame.Angles(math.rad(30),math.rad(-40),math.rad(-10)), 0.1)--rarm
  1202. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1,0.2,-0.2)*CFrame.Angles(math.rad(30),math.rad(40),math.rad(40)), 0.1)--larm
  1203. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.1)--lleg
  1204. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(10)), 0.1)--rleg
  1205. end
  1206.  
  1207. if ssjr == true then
  1208. chatfunc("Kaaaaaaa")
  1209. z2d:Play()
  1210. wait(3)
  1211. chatfunc("Meeeeeeee")
  1212. else
  1213. z2:Play()
  1214. chatfunc("")
  1215. end
  1216. partaura.Size = NumberSequence.new(0.1)
  1217.  
  1218. partaura.Transparency = NumberSequence.new(0)
  1219. partaura1.Transparency = NumberSequence.new(0)
  1220. kamehameha = true
  1221. if ssjr == true then
  1222.  
  1223. wait(2.5)
  1224. chatfunc("Haaaaaa")
  1225. wait(3.5)
  1226. chatfunc("Meeeeeee")
  1227. wait(2)
  1228. chatfunc("HA")
  1229. wait(0.5)
  1230. else
  1231.  
  1232. wait(2)
  1233. chatfunc("")
  1234. wait(0)
  1235. end
  1236. if kamehamehaon == true then
  1237. kamehamehaon = false
  1238. hited = true
  1239. wait(0.1)
  1240. point = true
  1241. kamehamehaon = false
  1242. kamehameha = false
  1243.  
  1244.  
  1245.  
  1246. partaura.Transparency = NumberSequence.new(1)
  1247. partaura1.Transparency = NumberSequence.new(1)
  1248. if ssjr == false then
  1249. z2:Stop()
  1250. z4r:Play()
  1251. chatfunc("HAAAAAAAAAA")
  1252. end
  1253.  
  1254.  
  1255. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 1)--head
  1256. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-5), math.rad(0), math.rad(0)), 1)--torso
  1257. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1,0.5,0)*CFrame.Angles(math.rad(95),math.rad(-10),math.rad(-20)), 1)--rarm
  1258. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1,0.5,-0.2)*CFrame.Angles(math.rad(75),math.rad(170),math.rad(-20)), 1)--larm
  1259. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(5), math.rad(0), math.rad(-10)), 1)--lleg
  1260. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(5), math.rad(0), math.rad(10)), 1)--rleg
  1261.  
  1262.  
  1263.  
  1264.  
  1265.  
  1266. laser = true
  1267. s1.Volume=1
  1268. s1:play()
  1269. wait(5.4)
  1270. point = false
  1271. laser = false
  1272. beam1.Size = Vector3.new(1,1,1)
  1273. beam1.Parent=nil
  1274. inner1.Parent=nil
  1275. expl1.Parent=nil
  1276. if Character:FindFirstChild("TalkingBillBoard")~= nil then
  1277. Character:FindFirstChild("TalkingBillBoard"):destroy()
  1278. end
  1279. hited1 = false
  1280. exa1.Parent=nil
  1281. s1:stop()
  1282.  
  1283. idle = true
  1284. canattack = true
  1285. idle1 = true
  1286. hum.WalkSpeed = 16
  1287.  
  1288. end
  1289. end
  1290. end
  1291. end)
  1292. partt = Instance.new("Part",char)
  1293. partt.Position = Vector3.new(999,999,999)
  1294. partt.Transparency = 1
  1295. partt.CanCollide = false
  1296. partt.Size = Vector3.new(0.1,0.1,0.1)
  1297. partweld = Instance.new("Weld",partt)
  1298. partweld.Part0 = torso
  1299. partweld.Part1 = partt
  1300. partweld.C0 = CFrame.new(0.3,-.5,-1.5)
  1301. partaura = Instance.new("ParticleEmitter",partt)
  1302. partaura.Size = NumberSequence.new(2)
  1303. partaura.LockedToPart = true
  1304.  
  1305. partaura.Transparency = NumberSequence.new(1)
  1306. partaura.Texture = "rbxassetid://547574922"
  1307. partaura.Speed = NumberRange.new(0)
  1308. partaura.Color = ColorSequence.new(Color3.fromRGB(35,0,53))
  1309. partaura.Rate = 2
  1310. partaura.ZOffset = 0
  1311. partaura1 = Instance.new("ParticleEmitter",partt)
  1312. partaura1.Size = NumberSequence.new(5)
  1313. partaura1.LockedToPart = true
  1314.  
  1315. partaura1.Transparency = NumberSequence.new(1)
  1316. partaura1.Texture = "http://www.roblox.com/asset/?id=243660364"
  1317. partaura1.Color = ColorSequence.new(Color3.fromRGB(35,0,53))
  1318. partaura1.Speed = NumberRange.new(0)
  1319. partaura1.Rate = 3
  1320. partaura1.ZOffset = -1
  1321.  
  1322. partaura1.RotSpeed = NumberRange.new(-10,10)
  1323. partaura1.SpreadAngle = Vector2.new(360,360)
  1324. partaura1.Rotation = NumberRange.new(0,360)
  1325. aj = 0
  1326.  
  1327. zh = Instance.new("Sound",torso)
  1328. zh.Volume = 1
  1329. zh.Looped = true
  1330. zh.SoundId = "rbxassetid://491515754"
  1331. mouse.KeyDown:connect(function(key)
  1332. if key == "b" then
  1333. if ssjr == false then
  1334. if canattack == true then
  1335. chatfunc("Hmm, You Seem To Rival The Gods Power...")
  1336. wait(4)
  1337. chatfunc("But You're Not Strong Enough To Defeat me")
  1338. wait(4)
  1339. chatfunc("Time For You To Taste A Power OF a True God!")
  1340. for i = 1,10 do
  1341. wait()
  1342. z42d.Volume = z42d.Volume - 5
  1343. end
  1344. idle = false
  1345. kiout = false
  1346. kiblade.Transparency = 1
  1347. trail.Enabled = false
  1348. base = false
  1349. hum.WalkSpeed = 0
  1350. lolwait = 6
  1351. local part9 = Instance.new("ParticleEmitter",block)
  1352. part9.Lifetime = NumberRange.new(100)
  1353. part9.Speed = NumberRange.new(50)
  1354. part9.Color = ColorSequence.new(Color3.fromRGB(255,255,255))
  1355. part9.Size = NumberSequence.new(15)
  1356. part9.Transparency = NumberSequence.new(1)
  1357. part9.LockedToPart = true
  1358. part9.Rate = 300
  1359. part9.Texture = "http://www.roblox.com/asset/?id=894173257"
  1360. part9.ZOffset = -3
  1361.  
  1362. idle1 = false
  1363. Colors = {"Really black", "Really black"}
  1364. canattack = false
  1365. wait(0.1)
  1366.  
  1367. for i = 1, 20 do
  1368. wait()
  1369. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.10)*CFrame.Angles(math.rad(-20),math.rad(0),math.rad(0)), 0.4)--head
  1370. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)), 0.2)--torso
  1371. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.2,-.70)*CFrame.Angles(math.rad(150),math.rad(0),math.rad(10)), 0.2)--rarm
  1372. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.2,-.70)*CFrame.Angles(math.rad(150),math.rad(0),math.rad(-10)), 0.2)--larm
  1373. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -0.6, -.40) * CFrame.Angles(math.rad(20), math.rad(0), math.rad(-20)), 0.4)--lleg
  1374. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -0.6, -.40) * CFrame.Angles(math.rad(20), math.rad(0), math.rad(10)), 0.4)--rleg
  1375. end
  1376. shake = true
  1377. partt2 = Instance.new("Part",char)
  1378. partt2.Position = torso.Position - Vector3.new(0,2,0)
  1379. partt2.Transparency = 1
  1380. partt2.CanCollide = true
  1381. partt2.Size = Vector3.new(15,0.1,15)
  1382. partaura1 = Instance.new("ParticleEmitter",partt2)
  1383. partaura1.Size = NumberSequence.new(0.8)
  1384. partaura1.LockedToPart = true
  1385. partaura1.Lifetime = NumberRange.new(3)
  1386. partaura1.Transparency = NumberSequence.new(0)
  1387. partaura1.Texture = "http://www.roblox.com/asset/?id=570874272"
  1388.  
  1389. partaura1.Speed = NumberRange.new(5)
  1390. partaura1.Rate = 2
  1391.  
  1392. aura3.Transparency = NumberSequence.new(0)
  1393.  
  1394. z1 = Instance.new("Sound",torso)
  1395. z1.Volume = 100
  1396. z1.Looped = false
  1397. z1.SoundId = "rbxassetid://927472099"
  1398. z1:Play()
  1399. game.Lighting.TimeOfDay = 0
  1400. smoke.Enabled = true
  1401. light.Enabled = true
  1402. GroundWave1()
  1403. wait(0.3)
  1404.  
  1405. wait(0.3)
  1406. GroundWave1()
  1407. wait(0.3)
  1408.  
  1409. wait(0.3)
  1410. GroundWave1()
  1411. wait(0.3)
  1412.  
  1413. wait(0.3)
  1414. GroundWave1()
  1415. wait(0.3)
  1416.  
  1417. wait(0.3)
  1418. GroundWave1()
  1419. wait(0.3)
  1420.  
  1421. wait(0.3)
  1422. GroundWave1()
  1423. wait(0.3)
  1424.  
  1425. wait(0.3)
  1426. Colors = {"New Yeller", "New Yeller"}
  1427. GroundWave1()
  1428. chatfunc("Super Saiyan 3")
  1429. Mesh.MeshId = "rbxassetid://560193297"
  1430. Mesh.Scale = Vector3.new(6.25, 6.25, 6.25)
  1431. Mesh.Offset = Vector3.new(0.03, -2.4, 1.63)
  1432. Hair7.BrickColor = BrickColor.new("New Yeller")
  1433. wait(0.3)
  1434.  
  1435. wait(0.3)
  1436. GroundWave1()
  1437. wait(0.3)
  1438. if Character:FindFirstChild("TalkingBillBoard")~= nil then
  1439. Character:FindFirstChild("TalkingBillBoard"):destroy()
  1440. end
  1441. wait(0.3)
  1442. GroundWave1()
  1443. wait(0.3)
  1444.  
  1445. wait(0.3)
  1446. GroundWave1()
  1447. wait(0.3)
  1448. Colors = {"Really red", "Really red"}
  1449. GroundWave1()
  1450. chatfunc("Super Saiyan God")
  1451. Hair7.BrickColor = BrickColor.new("Really red")
  1452. Mesh.MeshId = "rbxassetid://476757756"
  1453. Mesh.Scale = Vector3.new(1, 1, 1)
  1454. Mesh.Offset = Vector3.new(0.2, -0.2, 0.2)
  1455.  
  1456. wait(0.05)
  1457. GroundBall1()
  1458. wait(0.25)
  1459.  
  1460. wait(0.3)
  1461. GroundWave1()
  1462. wait(0.3)
  1463.  
  1464. wait(0.3)
  1465. GroundWave1()
  1466. wait(0.3)
  1467.  
  1468. wait(0.3)
  1469. GroundWave1()
  1470. wait(0.3)
  1471.  
  1472. wait(0.3)
  1473. Colors = {"Cyan", "Cyan"}
  1474. GroundWave1()
  1475. chatfunc("Super Saiyan Blue")
  1476. Hair7.BrickColor = BrickColor.new("Cyan")
  1477. Mesh.MeshId = "rbxassetid://430344159"
  1478. Mesh.Scale = Vector3.new(6,6,6)
  1479. Mesh.Offset = Vector3.new(-0.03, 0, 0.5)
  1480. wait(0.05)
  1481. GroundBall1()
  1482. wait(0.25)
  1483.  
  1484. wait(0.3)
  1485. GroundWave1()
  1486. wait(0.3)
  1487.  
  1488. wait(0.3)
  1489. GroundWave1()
  1490. wait(0.3)
  1491.  
  1492. wait(0.3)
  1493. GroundWave1()
  1494. wait(0.3)
  1495.  
  1496. wait(0.3)
  1497. GroundWave1()
  1498. wait(0.3)
  1499.  
  1500. wait(0.3)
  1501. GroundWave1()
  1502. wait(0.3)
  1503.  
  1504. wait(0.3)
  1505. Colors = {"Magenta", "Magenta"}
  1506. GroundWave1()
  1507. chatfunc("Super Saiyan Rose")
  1508. Hair7.BrickColor = BrickColor.new("Hot pink")
  1509. wait(0.05)
  1510. GroundBall1()
  1511. wait(0.25)
  1512.  
  1513. wait(0.3)
  1514. GroundWave1()
  1515. wait(0.3)
  1516.  
  1517. wait(0.3)
  1518. GroundWave1()
  1519. wait(0.3)
  1520.  
  1521. wait(0.3)
  1522. GroundWave1()
  1523. wait(0.3)
  1524.  
  1525. wait(0.3)
  1526. GroundWave1()
  1527. wait(0.3)
  1528.  
  1529. wait(0.3)
  1530. Colors = {"White", "White"}
  1531. GroundWave1()
  1532. chatfunc("Super Saiyan White")
  1533. Hair7.BrickColor = BrickColor.new("White")
  1534. wait(0.05)
  1535. GroundBall1()
  1536. wait(0.25)
  1537. chatfunc("")
  1538.  
  1539. wait(0.3)
  1540. GroundWave1()
  1541. wait(0.3)
  1542.  
  1543. wait(0.3)
  1544. GroundWave1()
  1545. wait(0.3)
  1546.  
  1547. wait(0.3)
  1548. GroundWave1()
  1549. wait(0.3)
  1550.  
  1551. wait(0.3)
  1552. GroundWave1()
  1553. shake = false
  1554. hed.face.Texture = "http://www.roblox.com/asset/?id=1002452110"
  1555. hum.CameraOffset = Vector3.new(0,0,0)
  1556. part9.Transparency = NumberSequence.new(0.4)
  1557. aura3.Transparency = NumberSequence.new(1)
  1558.  
  1559. aura1.Transparency = NumberSequence.new(1)
  1560. Mesh.MeshId = "rbxassetid://560193297"
  1561. Mesh.Scale = Vector3.new(6.25, 6.25, 6.25)
  1562. Mesh.Offset = Vector3.new(0.03, -2.4, 1.63)
  1563. Hair7.BrickColor = BrickColor.new("Really black")
  1564.  
  1565. for i = 1, 5 do
  1566. wait()
  1567. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.3,.2)*CFrame.Angles(math.rad(50),math.rad(0),math.rad(0)), 0.8)--head
  1568. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.8)--torso
  1569. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.4,0.5,0)*CFrame.Angles(math.rad(-120),math.rad(0),math.rad(60)), 0.8)--arm
  1570. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.4,0.5,0)*CFrame.Angles(math.rad(-120),math.rad(0),math.rad(-60)), 0.8)--arm
  1571. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(-10)), 0.8)--leg
  1572. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(10)), 0.8)--leg
  1573. end
  1574. wait(3)
  1575. part9:Destroy()
  1576. smoke:Destroy()
  1577. zh:Play()
  1578. Colors = {"Really red", "Really red"}
  1579. GroundWave1()
  1580. wait(0.3)
  1581.  
  1582.  
  1583. GroundWave1()
  1584. wait(0.3)
  1585.  
  1586. GroundWave1()
  1587. wait(0.3)
  1588.  
  1589. GroundWave1()
  1590. wait(0.3)
  1591. GroundWave1()
  1592. part2.Transparency = NumberSequence.new(0)
  1593. part3.Transparency = NumberSequence.new(0)
  1594. part7.Transparency = NumberSequence.new(0)
  1595. hed.Anchored = false
  1596.  
  1597. ssjr = true
  1598. beam1.Color = Color3.fromRGB(203,16,97)
  1599. inner1.Color = Color3.fromRGB(203,16,97)
  1600. expl1.Color = Color3.fromRGB(203,16,97)
  1601. exa1.Color = Color3.fromRGB(203,16,97)
  1602. partaura.Color = ColorSequence.new(Color3.fromRGB(255,255,255))
  1603. partaura1.Color = ColorSequence.new(Color3.fromRGB(255,255,255))
  1604. wait(1)
  1605. for i = 1,20 do
  1606. wait()
  1607. z1.Volume = z1.Volume - 0.5
  1608. end
  1609. for i = 1,50 do
  1610. wait()
  1611. z42d.Volume = z42d.Volume + 1
  1612. end
  1613. idle = true
  1614. idle1 = true
  1615. canattack = true
  1616. chat("I Have Finally Mastered Those Form And Put Them Together.")
  1617. wait(2)
  1618. chat("It Tooks Me Years And Years To Finally Fuse That Together.")
  1619. wait(2)
  1620. chat("My Power Rivals The Omni King.")
  1621. wait(2)
  1622. chat("And Ill Shall Call This.")
  1623. wait(2)
  1624. chat("Limit Breaker Saiyan")
  1625. wait(2)
  1626. if Character:FindFirstChild("TalkingBillBoard")~= nil then
  1627. Character:FindFirstChild("TalkingBillBoard"):destroy()
  1628. end
  1629. hum.WalkSpeed = 16
  1630.  
  1631. end
  1632. end
  1633. end
  1634. end)
  1635. local hit1 = true
  1636. local hit2 = false
  1637. local hit3 = false
  1638. local hit4 = false
  1639. zw = Instance.new("Sound",torso)
  1640. zw.Volume = 1
  1641. zw.Looped = false
  1642. zw.SoundId = "rbxassetid://896243541"
  1643.  
  1644. function leftkick()
  1645. for i = 1, 5 do
  1646. wait()
  1647. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(-60),math.rad(0)), 0.8)--head
  1648. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(2), math.rad(60), math.rad(0)), 0.8)--torso
  1649. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(30)), 0.8)--rarm
  1650. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-10)), 0.8)--larm
  1651. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.8)--lleg
  1652. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(100), math.rad(0), math.rad(40)), 0.8)--rleg
  1653. end
  1654. zw:Play()
  1655. end
  1656. function rightkick()
  1657. for i = 1, 5 do
  1658. wait()
  1659. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(60),math.rad(0)), 0.8)--head
  1660. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(5), math.rad(-60), math.rad(0)), 0.8)--torso
  1661. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(10)), 0.8)--rarm
  1662. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-30)), 0.8)--larm
  1663. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(100), math.rad(0), math.rad(-40)), 0.8)--lleg
  1664. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(10)), 0.8)--rleg
  1665. end
  1666. zw:Play()
  1667. end
  1668. function leftpunch()
  1669. for i = 1, can do
  1670. wait()
  1671. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(-50),math.rad(0)), 0.8)--head
  1672. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0),math.rad(50),math.rad(0)), 0.8)--torso
  1673. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(20)), 0.8)--rarm
  1674. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(-10),math.rad(0),math.rad(-10)), 0.8)--larm
  1675. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(-10)), 0.8)--lleg
  1676. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(5)), 0.8)--rleg
  1677. end
  1678. zw:Play()
  1679. end
  1680. function rightpunch()
  1681. for i = 1, can do
  1682. wait()
  1683. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(70),math.rad(0)), 0.8)--head
  1684. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0),math.rad(-80),math.rad(0)), 0.8)--torso
  1685. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(-20),math.rad(0),math.rad(10)), 0.8)--rarm
  1686. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-20)), 0.8)--larm
  1687. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(-10)), 0.8)--lleg
  1688. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(5)), 0.8)--rleg
  1689. end
  1690. zw:Play()
  1691. end
  1692. mouse.KeyDown:connect(function(key)
  1693. if key == "e" then
  1694. if hit1 == true and canattack == true and kiout == false then
  1695. canattack = false
  1696. nohit = 0
  1697.  
  1698. hit1 = false
  1699. hit2 = true
  1700. hit3 = false
  1701. hit4 = false
  1702. hand1 = Instance.new("Part",rarm)
  1703. hand1.Size = Vector3.new(1.5,1.5,1.5)
  1704. hand1.CanCollide = false
  1705. hand1.Transparency = 1
  1706. hand1.Position = Vector3.new(999,999,999)
  1707. hand1weld = Instance.new("Weld",hand1)
  1708. hand1weld.Part0 = rarm
  1709. hand1weld.Part1 = hand1
  1710. hand1weld.C0 = CFrame.new(0,-1.2,0)
  1711. ----------------------------------------------------------------
  1712.  
  1713. function touch1(hit)
  1714. if not hit.Parent:findFirstChild("Humanoid") then return end
  1715. if hit.Parent:findFirstChild("Humanoid") ~= nil then
  1716. hit.Parent:findFirstChild("Humanoid").Health = hit.Parent:findFirstChild("Humanoid").Health - combodamage
  1717.  
  1718. zwc:Play()
  1719. end
  1720. end
  1721. hand1.Touched:connect(touch1)
  1722. rightpunch()
  1723.  
  1724. hand1:Destroy()
  1725. canattack = true
  1726. end
  1727.  
  1728.  
  1729.  
  1730.  
  1731. if hit1 == true and canattack == true and kiout == true then
  1732. nohit = 0
  1733. canattack = false
  1734. hit1 = false
  1735. kiblade5 = Instance.new("Part",char)
  1736. kiblade5.Name = "Blade"
  1737. kiblade5.Size = v3(1,5,1)
  1738. kiblade5.Transparency = 1
  1739. kiblade5.Color = Color3.fromRGB(170,0,127)
  1740. kiblade5.Position = v3(999,999,999)
  1741. kiblade5.CanCollide = false
  1742.  
  1743.  
  1744. kiweld5 = Instance.new("Weld",kiblade5)
  1745. kiweld5.Part0 = rarm
  1746. kiweld5.Part1 = kiblade5
  1747. kiweld5.C0 = CFrame.new(0,-2.1,0) * CFrame.Angles(rad(180),rad(0),rad(0))
  1748. hit2 = true
  1749. hit3 = false
  1750. hit4 = false
  1751. function touch1(hit)
  1752. if not hit.Parent:findFirstChild("Humanoid") then return end
  1753. if hit.Parent:findFirstChild("Humanoid") ~= nil then
  1754. hit.Parent:findFirstChild("Humanoid").Health = hit.Parent:findFirstChild("Humanoid").Health - combodamage / 2
  1755.  
  1756. z42:Play()
  1757. end
  1758. end
  1759. kiblade5.Touched:connect(touch1)
  1760. hum.WalkSpeed = 0
  1761. swing1()
  1762. hum.WalkSpeed = 16
  1763.  
  1764. canattack = true
  1765. kiblade5:Destroy()
  1766. end
  1767. end
  1768.  
  1769.  
  1770.  
  1771.  
  1772.  
  1773.  
  1774. end)
  1775. mouse.KeyDown:connect(function(key)
  1776. if key == "e" then
  1777. if hit2 == true and canattack == true and kiout == false then
  1778. canattack = false
  1779. nohit = 0
  1780.  
  1781. hit1 = false
  1782. hit2 = false
  1783. hit3 = true
  1784. hit4 = false
  1785. hand2 = Instance.new("Part",rarm)
  1786. hand2.Size = Vector3.new(1.5,1.5,1.5)
  1787. hand1.CanCollide = false
  1788. hand2.Transparency = 1
  1789. hand2.Position = Vector3.new(999,999,999)
  1790. hand2weld = Instance.new("Weld",hand2)
  1791. hand2weld.Part0 = larm
  1792. hand2weld.Part1 = hand2
  1793. hand2weld.C0 = CFrame.new(0,-1.2,0)
  1794. ----------------------------------------------------------------
  1795.  
  1796. function touch1(hit)
  1797. if not hit.Parent:findFirstChild("Humanoid") then return end
  1798. if hit.Parent:findFirstChild("Humanoid") ~= nil then
  1799. hit.Parent:findFirstChild("Humanoid").Health = hit.Parent:findFirstChild("Humanoid").Health - combodamage
  1800.  
  1801. zwc:Play()
  1802. end
  1803. end
  1804. hand2.Touched:connect(touch1)
  1805. leftpunch()
  1806.  
  1807. canattack = true
  1808. hand2:Destroy()
  1809.  
  1810. end
  1811.  
  1812. if hit2 == true and canattack == true and kiout == true then
  1813. canattack = false
  1814. nohit = 0
  1815. kiblade5 = Instance.new("Part",char)
  1816. kiblade5.Name = "Blade"
  1817. kiblade5.Size = v3(1,5,1)
  1818. kiblade5.Transparency = 1
  1819. kiblade5.Color = Color3.fromRGB(170,0,127)
  1820. kiblade5.Position = v3(999,999,999)
  1821. kiblade5.CanCollide = false
  1822.  
  1823.  
  1824. kiweld5 = Instance.new("Weld",kiblade5)
  1825. kiweld5.Part0 = rarm
  1826. kiweld5.Part1 = kiblade5
  1827. kiweld5.C0 = CFrame.new(0,-2.1,0) * CFrame.Angles(rad(180),rad(0),rad(0))
  1828. hit1 = false
  1829. hit2 = false
  1830. hit3 = true
  1831. hit4 = false
  1832. function touch1(hit)
  1833. if not hit.Parent:findFirstChild("Humanoid") then return end
  1834. if hit.Parent:findFirstChild("Humanoid") ~= nil then
  1835. hit.Parent:findFirstChild("Humanoid").Health = hit.Parent:findFirstChild("Humanoid").Health - combodamage / 2
  1836.  
  1837. z42:Play()
  1838. end
  1839. end
  1840. kiblade5.Touched:connect(touch1)
  1841. hum.WalkSpeed = 0
  1842. swing2()
  1843. hum.WalkSpeed = 16
  1844.  
  1845. canattack = true
  1846. kiblade5:Destroy()
  1847. end
  1848.  
  1849. end
  1850. end)
  1851. mouse.KeyDown:connect(function(key)
  1852. if key == "e" then
  1853. if hit3 == true and canattack == true and kiout == false then
  1854. canattack = false
  1855. nohit = 0
  1856.  
  1857. hit1 = true
  1858. hit2 = false
  1859. hit3 = false
  1860. hit4 = false
  1861. hand3 = Instance.new("Part",lleg)
  1862. hand3.Size = Vector3.new(1.5,1.5,1.5)
  1863. hand3.CanCollide = false
  1864. hand3.Transparency = 1
  1865. hand3.Position = Vector3.new(999,999,999)
  1866. hand3weld = Instance.new("Weld",hand3)
  1867. hand3weld.Part0 = lleg
  1868. hand3weld.Part1 = hand3
  1869. hand3weld.C0 = CFrame.new(0,-1.2,0)
  1870. ----------------------------------------------------------------
  1871.  
  1872. function touch1(hit)
  1873. if not hit.Parent:findFirstChild("Humanoid") then return end
  1874. if hit.Parent:findFirstChild("Humanoid") ~= nil then
  1875. hit.Parent:findFirstChild("Humanoid").Health = hit.Parent:findFirstChild("Humanoid").Health - combodamage
  1876.  
  1877. zwc:Play()
  1878. end
  1879. end
  1880. hand3.Touched:connect(touch1)
  1881. rightkick()
  1882.  
  1883. canattack = true
  1884. hand3:Destroy()
  1885.  
  1886. end
  1887.  
  1888. if hit3 == true and canattack == true and kiout == true then
  1889. if clickon == true then
  1890. jk = true
  1891. clickon = false
  1892. end
  1893. canattack = false
  1894. kiblade5 = Instance.new("Part",char)
  1895. kiblade5.Name = "Blade"
  1896. kiblade5.Size = v3(1,5,1)
  1897. kiblade5.Transparency = 1
  1898. kiblade5.Color = Color3.fromRGB(170,0,127)
  1899. kiblade5.Position = v3(999,999,999)
  1900. kiblade5.CanCollide = false
  1901.  
  1902.  
  1903. kiweld5 = Instance.new("Weld",kiblade5)
  1904. kiweld5.Part0 = rarm
  1905. kiweld5.Part1 = kiblade5
  1906. kiweld5.C0 = CFrame.new(0,-2.1,0) * CFrame.Angles(rad(180),rad(0),rad(0))
  1907. nohit = 0
  1908. hit1 = true
  1909. hit2 = false
  1910. hit3 = false
  1911. hit4 = false
  1912. function touch1(hit)
  1913. if not hit.Parent:findFirstChild("Humanoid") then return end
  1914. if hit.Parent:findFirstChild("Humanoid") ~= nil then
  1915. hit.Parent:findFirstChild("Humanoid").Health = hit.Parent:findFirstChild("Humanoid").Health - combodamage / 2
  1916. hit.Parent:findFirstChild("Torso").CFrame = hit.Parent:findFirstChild("Torso").CFrame + v3(0,5,0)
  1917.  
  1918. z42:Play()
  1919. end
  1920. end
  1921. kiblade5.Touched:connect(touch1)
  1922. hum.WalkSpeed = 0
  1923. swing3()
  1924. hum.WalkSpeed = 16
  1925.  
  1926. canattack = true
  1927.  
  1928. kiblade5:Destroy()
  1929. wait(0.4)
  1930. if jk == true then
  1931. jk = false
  1932. clickon = true
  1933. end
  1934. end
  1935.  
  1936.  
  1937.  
  1938.  
  1939.  
  1940.  
  1941. end
  1942. end)
  1943.  
  1944.  
  1945.  
  1946.  
  1947.  
  1948.  
  1949.  
  1950.  
  1951.  
  1952.  
  1953.  
  1954.  
  1955.  
  1956.  
  1957.  
  1958.  
  1959.  
  1960.  
  1961.  
  1962.  
  1963.  
  1964. kiblade = Instance.new("Part",char)
  1965. kiblade.Name = "Blade"
  1966. kiblade.Size = v3(1,5,1)
  1967. kiblade.Transparency = 1
  1968. kiblade.Color = Color3.fromRGB(255,255,255)
  1969. kiblade.Position = v3(999,999,999)
  1970. kiblade.CanCollide = false
  1971. kiblademesh = Instance.new("SpecialMesh",kiblade)
  1972. kiblademesh.MeshType = "FileMesh"
  1973. kiblademesh.MeshId = "rbxassetid://898849476"
  1974. kiblademesh.Scale = v3(0.01,0.0084,0.01)
  1975. kiweld7 = Instance.new("Weld",kiblade)
  1976. kiweld7.Part0 = rarm
  1977. kiweld7.Part1 = kiblade
  1978. kiweld7.C0 = CFrame.new(0,-2.1,0) * CFrame.Angles(rad(180),rad(0),rad(0))
  1979. kiblade1 = Instance.new("Part",char)
  1980. kiblade1.Name = "Blade"
  1981. kiblade1.Transparency = 1
  1982. kiblade1.Size = v3(0.1,0.1,0.1)
  1983. kiblade1.Position = v3(999,999,999)
  1984. kiblade1.CanCollide = false
  1985. kiblademesh = Instance.new("SpecialMesh",kiblade1)
  1986. kiblademesh.MeshType = "Sphere"
  1987. kiblademesh.Scale = v3(1,1,1)
  1988. kiweld = Instance.new("Weld",kiblade1)
  1989. kiweld.Part0 = rarm
  1990. kiweld.Part1 = kiblade1
  1991. kiweld.C0 = CFrame.new(0,-1,0)
  1992. kiblade2 = Instance.new("Part",char)
  1993. kiblade2.Name = "Blade"
  1994. kiblade2.Size = v3(0.1,0.1,0.1)
  1995. kiblade2.Transparency = 1
  1996. kiblade2.Position = v3(999,999,999)
  1997. kiblade2.CanCollide = false
  1998. kiblademesh = Instance.new("SpecialMesh",kiblade2)
  1999. kiblademesh.MeshType = "Sphere"
  2000. kiblademesh.Scale = v3(1,1,1)
  2001. kiweld = Instance.new("Weld",kiblade2)
  2002. kiweld.Part0 = rarm
  2003. kiweld.Part1 = kiblade2
  2004. kiweld.C0 = CFrame.new(0,-4.5,0)
  2005. torso = game.Players.LocalPlayer.Character.Torso
  2006. head = game.Players.LocalPlayer.Character.Head
  2007. torso1 = Instance.new("Attachment",kiblade1)
  2008. head1 = Instance.new("Attachment",kiblade2)
  2009. trail = Instance.new("Trail",torso)
  2010. trail.Color = ColorSequence.new(Color3.fromRGB(0,0,0))
  2011. trail.Attachment0 = torso1
  2012. trail.Attachment1 = head1
  2013. trail.Lifetime = 0.5
  2014. trail.Enabled = false
  2015. light = Instance.new("PointLight",torso)
  2016. light.Enabled = false
  2017. light.Color = Color3.fromRGB(255,255,255)
  2018. light.Brightness = 999
  2019. light.Range = 50
  2020. smoke = Instance.new("Smoke",torso)
  2021. smoke.RiseVelocity = 5
  2022. smoke.Color = Color3.fromRGB(0,0,0)
  2023. smoke.Size = 20
  2024. smoke.Opacity = 0.5
  2025. smoke.Enabled = false
  2026.  
  2027. mouse.KeyDown:connect(function(key)
  2028. if key == "n" then
  2029. if kiout == false then
  2030. if canattack == true then
  2031. canattack = false
  2032. idle=false
  2033. idle1=false
  2034. wait(0.1)
  2035. kiout = true
  2036. swing11()
  2037. kiblade.Transparency = 0
  2038. trail.Enabled = true
  2039. wait(0.6)
  2040. canattack = true
  2041. idle=true
  2042. idle1=true
  2043. end
  2044. end
  2045.  
  2046.  
  2047. end
  2048. end)
  2049. function pushaway()
  2050. for i = 1, 10 do
  2051. wait()
  2052. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(50),math.rad(0)), 0.4)--head
  2053. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-50), math.rad(-1)), 0.4)--torso
  2054. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(10)), 0.4)--arm
  2055. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-20)), 0.4)--arm
  2056. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.4)--leg
  2057. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)--leg
  2058. end
  2059. for i = 1, 10 do
  2060. wait()
  2061. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(-80),math.rad(0)), 0.4)--head
  2062. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(80), math.rad(1)), 0.4)--torso
  2063. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(40)), 0.4)--arm
  2064. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-10)), 0.4)--arm
  2065. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.4)--leg
  2066. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)--leg
  2067. end
  2068. end
  2069. mouse.KeyDown:connect(function(key)
  2070. if key == "m" then
  2071. if kiout == true then
  2072.  
  2073.  
  2074. kiout = false
  2075. kiblade.Transparency = 1
  2076. trail.Enabled = false
  2077.  
  2078. end
  2079. end
  2080. end)
  2081.  
  2082.  
  2083.  
  2084. function grab5()
  2085. for i = 1, 10 do
  2086. wait()
  2087.  
  2088. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.1)--head
  2089. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)--torso
  2090. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(10),math.rad(0),math.rad(10)), 0.1)--arm
  2091. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(10),math.rad(0),math.rad(-10)), 0.1)--arm
  2092. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.1)--leg
  2093. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(10)), 0.1)--leg
  2094. end
  2095. for i = 1, 10 do
  2096. wait()
  2097.  
  2098. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.2)--head
  2099. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(0)), 0.2)--torso
  2100. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.2,0.5,-.5)*CFrame.Angles(math.rad(100),math.rad(0),math.rad(-40)), 0.2)--arm
  2101. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.2,0.5,-.5)*CFrame.Angles(math.rad(100),math.rad(0),math.rad(40)), 0.2)--arm
  2102. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(-10)), 0.2)--leg
  2103. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-50), math.rad(0), math.rad(10)), 0.2)--leg
  2104. end
  2105. end
  2106.  
  2107. mouse.KeyDown:connect(function(key)
  2108. if key == "u" then
  2109. if canattack == true then
  2110.  
  2111. if kiout == false then
  2112. grab2 = false
  2113. grabhit3 = Instance.new("Part",char)
  2114. grabhit3.Size = Vector3.new(2,2,2)
  2115. grabhit3.Name = "LOL"
  2116. grabhit3.Position = Vector3.new(999,999,999)
  2117. grabhit3.Transparency = 1
  2118. grabhit3.CanCollide = false
  2119. grabweld3 = Instance.new("Weld",grabhit3)
  2120. grabweld3.Part0 = torso
  2121. grabweld3.Part1 = grabhit3
  2122. grabweld3.C0 = CFrame.new(0,0,-2)
  2123.  
  2124. grab8 = false
  2125. idle = false
  2126. idle1 = false
  2127. canattack = false
  2128. hum.HipHeight = 0
  2129.  
  2130. kiblade.Transparency = 0
  2131. trail.Enabled = true
  2132. swing11()
  2133. if clickon == true then
  2134. jk = true
  2135. clickon = false
  2136. end
  2137. wait(1.4)
  2138.  
  2139. go2 = true
  2140. flytowards()
  2141.  
  2142. function touch5(hit)
  2143. if not hit.Parent:findFirstChild("Humanoid") then return end
  2144. if hit.Parent:findFirstChild("Humanoid") ~= nil then
  2145. grabhit3.TouchInterest:Destroy()
  2146. go2 = false
  2147.  
  2148.  
  2149.  
  2150.  
  2151.  
  2152.  
  2153.  
  2154.  
  2155.  
  2156.  
  2157.  
  2158.  
  2159.  
  2160.  
  2161.  
  2162.  
  2163. grabhit = Instance.new("Part",char)
  2164. grabhit.Size = Vector3.new(5,5,5)
  2165. grabhit.Position = Vector3.new(999,999,999)
  2166. grabhit.Transparency = 1
  2167. grabhit.CanCollide = false
  2168. grabweld = Instance.new("Weld",grabhit)
  2169. grabweld.Part0 = torso
  2170. grabweld.Part1 = grabhit
  2171. grabweld.C0 = CFrame.new(0,0,-2)
  2172. ---------------------------------------------------------------
  2173. hand1 = Instance.new("Part",rarm)
  2174. hand1.Size = Vector3.new(0.1,0.1,0.1)
  2175. hand1.CanCollide = false
  2176. hand1.Transparency = 1
  2177. hand1.Position = Vector3.new(999,999,999)
  2178. hand2mesh = Instance.new("SpecialMesh",hand1)
  2179. hand2mesh.MeshType = "FileMesh"
  2180.  
  2181. hand2mesh.Scale = Vector3.new(1,1,1)
  2182. hand2aura = Instance.new("ParticleEmitter",hand1)
  2183. hand2aura.Size = NumberSequence.new(1)
  2184. hand2aura.Texture = "rbxassetid://715401010"
  2185. hand2aura.Speed = NumberRange.new(0)
  2186. hand2aura.LockedToPart = true
  2187. hand2aura.Transparency = NumberSequence.new(1)
  2188. hand2aura.RotSpeed = NumberRange.new(999)
  2189. hand1weld = Instance.new("Weld",hand1)
  2190. hand1weld.Part0 = rarm
  2191. hand1weld.Part1 = hand1
  2192. hand1weld.C0 = CFrame.new(0,-1.8,0)
  2193. ----------------------------------------------------------------
  2194. hand2 = Instance.new("Part",rarm)
  2195. hand2.Size = Vector3.new(1,1,1)
  2196. hand1.CanCollide = false
  2197. hand2.Transparency = 1
  2198. hand2.Position = Vector3.new(999,999,999)
  2199.  
  2200. hand2weld = Instance.new("Weld",hand2)
  2201. hand2weld.Part0 = larm
  2202. hand2weld.Part1 = hand2
  2203. hand2weld.C0 = CFrame.new(0,-1.2,0)
  2204. function touch1(hit)
  2205. if not hit.Parent:findFirstChild("Humanoid") then return end
  2206. if hit.Parent:findFirstChild("Humanoid") ~= nil then
  2207. hu1 = hit.Parent:findFirstChild("Humanoid")
  2208.  
  2209. t.Anchored = false
  2210. if clickon == true then
  2211. jk = true
  2212. clickon = false
  2213. end
  2214. hit.Parent:findFirstChild("Humanoid").Health = hit.Parent:findFirstChild("Humanoid").Health - 0.5
  2215. if hu1.Health > 100 then
  2216. hu1.MaxHealth = 100
  2217. hu1.Health = 100
  2218. end
  2219.  
  2220. end
  2221. end
  2222. hand1.Touched:connect(touch1)
  2223. function touch2(hit)
  2224. if not hit.Parent:findFirstChild("Humanoid") then return end
  2225. if hit.Parent:findFirstChild("Humanoid") ~= nil then
  2226. hu1 = hit.Parent:findFirstChild("Humanoid")
  2227.  
  2228.  
  2229. if clickon == true then
  2230. jk = true
  2231. clickon = false
  2232. end
  2233. hit.Parent:findFirstChild("Humanoid").Health = hit.Parent:findFirstChild("Humanoid").Health - 0.5
  2234. if hu1.Health > 100 then
  2235. hu1.MaxHealth = 100
  2236. hu1.Health = 100
  2237. end
  2238. end
  2239. end
  2240. hand2.Touched:connect(touch2)
  2241. function touch(hit)
  2242. if not hit.Parent:findFirstChild("Humanoid") then return end
  2243. if hit.Parent:findFirstChild("Humanoid") ~= nil then
  2244. grabhit.TouchInterest:Destroy()
  2245. grab2 = true
  2246. t.Anchored = false
  2247. if clickon == true then
  2248. jk = true
  2249. clickon = false
  2250. end
  2251.  
  2252.  
  2253.  
  2254. hu12 = hit.Parent:findFirstChild("Humanoid")
  2255. to12 = hit.Parent:findFirstChild("Torso")
  2256. he12 = hit.Parent:findFirstChild("Head")
  2257. ra12 = hit.Parent:findFirstChild("Right Arm")
  2258. la12 = hit.Parent:findFirstChild("Left Arm")
  2259. rl12 = hit.Parent:findFirstChild("Right Leg")
  2260. ll12 = hit.Parent:findFirstChild("Left Leg")
  2261. hu12.WalkSpeed = 0
  2262. if hu12.Health > 100 then
  2263. hu12.MaxHealth = 100
  2264. hu12.Health = 100
  2265. end
  2266.  
  2267.  
  2268.  
  2269.  
  2270. end
  2271.  
  2272. if grab2 == true then
  2273.  
  2274. hu12.Health = hu12.Health - 10
  2275. firstswing()
  2276. hu12.Health = hu12.Health - 10
  2277. z42:Play()
  2278. pushed = true
  2279. go1 = true
  2280. flytowards()
  2281.  
  2282. he12.Anchored = true
  2283. pushed = false
  2284. -------------------------------------------------------------
  2285. grabhit1 = Instance.new("Part",char)
  2286. grabhit1.Size = Vector3.new(1,1,1)
  2287. grabhit1.Position = Vector3.new(999,999,999)
  2288. grabhit1.Transparency = 1
  2289. grabhit1.CanCollide = false
  2290. grabweld = Instance.new("Weld",grabhit1)
  2291. grabweld.Part0 = torso
  2292. grabweld.Part1 = grabhit1
  2293. grabweld.C0 = CFrame.new(0,0,-2)
  2294. function touch(hit)
  2295. if not hit.Parent:findFirstChild("Humanoid") then return end
  2296. if hit.Parent:findFirstChild("Humanoid") ~= nil then
  2297. grabhit1.TouchInterest:Destroy()
  2298. go1 = false
  2299.  
  2300. -------------------------------------------------------------------
  2301.  
  2302.  
  2303. swings()
  2304. hu12.Health = hu12.Health - 20
  2305. hu12.Health = hu12.Health - 10
  2306. he12.Anchored = false
  2307. pushed1 = true
  2308. divine.Transparency = .5
  2309. divine2.Transparency = .5
  2310. divine3.Transparency = .5
  2311. divine4.Transparency = .5
  2312. divine5.Transparency = .5
  2313. divine6.Transparency = .5
  2314.  
  2315. divineswinging()
  2316.  
  2317. hu12.Health = hu12.Health - 10
  2318. pushed1 = false
  2319. shot1 = false
  2320. divine.CFrame = to12.CFrame + hed.CFrame.lookVector
  2321. divine2.CFrame = ra12.CFrame + hed.CFrame.lookVector + v3(0,0,0)
  2322. divine3.CFrame = la12.CFrame + hed.CFrame.lookVector + v3(0,0,0)
  2323. divine4.CFrame = rl12.CFrame + hed.CFrame.lookVector + v3(2.1,1.3,0)
  2324. divine5.CFrame = ll12.CFrame + hed.CFrame.lookVector + v3(-1.7,1.6,0)
  2325. divine6.CFrame = he12.CFrame + hed.CFrame.lookVector + v3(1.9,-1,0)
  2326.  
  2327. divine.Anchored = true
  2328. divine2.Anchored = true
  2329. divine3.Anchored = true
  2330. divine4.Anchored = true
  2331. divine5.Anchored = true
  2332. divine6.Anchored = true
  2333. he12.Anchored = true
  2334. go1 = false
  2335. part6 = Instance.new("Part",to12)
  2336. part6.Size = Vector3.new(1,1,1)
  2337. part6.Transparency = 0
  2338. part6.Position = hit.Position
  2339. part6.BrickColor = BrickColor.new("Really red")
  2340. partmesh = Instance.new("SpecialMesh",part6)
  2341. partmesh.MeshType = "Sphere"
  2342. partmesh.Scale = Vector3.new(1,1,1)
  2343. partweld1 = Instance.new("Weld",to12)
  2344. partweld1.Part0 = to12
  2345. partweld1.Part1 = part6
  2346. partweld1.C0 = CFrame.new(0,0,0)
  2347.  
  2348. divineend()
  2349.  
  2350.  
  2351. wait(0.4)
  2352. hu12:Destroy()
  2353.  
  2354. for i = 1,50 do
  2355. wait()
  2356. partmesh.Scale = partmesh.Scale + Vector3.new(7,7,7)
  2357. part6.Transparency = part6.Transparency + 0.02
  2358. end
  2359. hu12.WalkSpeed = 16
  2360.  
  2361.  
  2362. ------------------------------------------------------------
  2363. hand1:Destroy()
  2364. hand2:Destroy()
  2365. kiweld7.C0 = CFrame.new(0,-2.1,0) * CFrame.Angles(rad(180),rad(0),rad(0))
  2366. kiblade.Transparency = 1
  2367. trail.Enabled = false
  2368.  
  2369. for i,v in pairs(char:children()) do
  2370. if v:IsA("Accessory") then
  2371. v:Destroy()
  2372. end
  2373. end
  2374. for i,v in pairs(char:children()) do
  2375. if v:IsA("Hat") then
  2376. v:Destroy()
  2377. end
  2378. end
  2379. canattack = true
  2380. idle = true
  2381. grabhit:Destroy()
  2382. idle1 = true
  2383.  
  2384. if jk == true then
  2385. jk = false
  2386. clickon = true
  2387. end
  2388.  
  2389. grab8 = false
  2390. end
  2391. end
  2392. grabhit1.Touched:connect(touch)
  2393. end
  2394.  
  2395.  
  2396. end
  2397.  
  2398.  
  2399.  
  2400.  
  2401.  
  2402.  
  2403.  
  2404.  
  2405. grabhit.Touched:connect(touch)
  2406. end
  2407. end
  2408. grabhit3.Touched:connect(touch5)
  2409.  
  2410.  
  2411.  
  2412. wait(3)
  2413.  
  2414. if grab2 == false then
  2415. grabhit3:Destroy()
  2416. go2 = false
  2417. kiblade.Transparency = 1
  2418. trail.Enabled = false
  2419. canattack = true
  2420. idle = true
  2421. up = 0
  2422.  
  2423. idle1 = true
  2424. if jk == true then
  2425. jk = false
  2426. clickon = true
  2427. end
  2428.  
  2429.  
  2430.  
  2431. end
  2432. end
  2433. end
  2434.  
  2435.  
  2436. end
  2437. end)
  2438.  
  2439.  
  2440.  
  2441. ------------------------------------------------------------------
  2442. throw1 = 3
  2443. game:GetService("RunService").RenderStepped:connect(function()
  2444.  
  2445.  
  2446. if pushed == true then
  2447.  
  2448. to12.CFrame = to12.CFrame + hed.CFrame.lookVector * 3 + v3(0,0.51,0)
  2449. end
  2450. if pushed1 == true then
  2451.  
  2452. to12.CFrame = to12.CFrame + hed.CFrame.lookVector * 1.5 + v3(0,0,0)
  2453. end
  2454. if go1 == true then
  2455.  
  2456. torso.CFrame = CFrame.new(torso.CFrame.p,to12.CFrame.p + v3(0,0,2))
  2457. end
  2458. if go2 == true then
  2459. torso.CFrame = CFrame.new(torso.CFrame.p,t.CFrame.p + v3(0,0,2))
  2460.  
  2461. end
  2462. if shot1 == true then
  2463. throw1 = throw1 + 1.5
  2464. divine.CFrame = hed.CFrame + hed.CFrame.lookVector * throw1 + v3(0,0,0)
  2465. divine2.CFrame = hed.CFrame + hed.CFrame.lookVector * throw1 + v3(1,0,0)
  2466. divine3.CFrame = hed.CFrame + hed.CFrame.lookVector * throw1 + v3(-1,-1,0)
  2467. divine4.CFrame = hed.CFrame + hed.CFrame.lookVector * throw1 + v3(2,1,0)
  2468. divine5.CFrame = hed.CFrame + hed.CFrame.lookVector * throw1 + v3(-1,1,0)
  2469. divine6.CFrame = hed.CFrame + hed.CFrame.lookVector * throw1 + v3(2,-1,0)
  2470.  
  2471.  
  2472. end
  2473.  
  2474.  
  2475.  
  2476.  
  2477.  
  2478.  
  2479.  
  2480.  
  2481.  
  2482.  
  2483.  
  2484.  
  2485.  
  2486.  
  2487.  
  2488. if hum.MoveDirection.x > 0 and nohit > 10 or hum.MoveDirection.x < 0 and nohit > 10 then
  2489.  
  2490. if walk == true then
  2491.  
  2492. if canattack == true then
  2493. walk = false
  2494. ok = 0
  2495. hum.HipHeight = 0
  2496. lala = false
  2497. down2 = false
  2498. walkon = true
  2499.  
  2500. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.5)--head
  2501. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-3), math.rad(0), math.rad(0)), 0.5)--torso
  2502. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(10),math.rad(0),math.rad(5)), 0.5)--rarm
  2503. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(-10),math.rad(0),math.rad(-5)),0.5)--larm
  2504. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -0.6, -.5) * CFrame.Angles(math.rad(-15), math.rad(0), math.rad(-5)),.5)--lleg
  2505. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-5), math.rad(0), math.rad(5)),.5)--rleg
  2506. wait(0.1)
  2507. if hum.MoveDirection.x > 0 and nohit > 10 or hum.MoveDirection.x < 0 and nohit > 10 then
  2508. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.5)--head
  2509. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-3), math.rad(0), math.rad(0)), 0.5)--torso
  2510. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(10),math.rad(0),math.rad(5)), 0.5)--rarm
  2511. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(-10),math.rad(0),math.rad(-5)),0.5)--larm
  2512. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -0.6, -.5) * CFrame.Angles(math.rad(-15), math.rad(0), math.rad(-5)),.5)--lleg
  2513. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-5), math.rad(0), math.rad(5)),.5)--rleg
  2514. wait(0.1)
  2515. end
  2516. if hum.MoveDirection.x > 0 and nohit > 10 or hum.MoveDirection.x < 0 and nohit > 10 then
  2517. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), .5)--head
  2518. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-3), math.rad(0), math.rad(0)), .5)--torso
  2519. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(20),math.rad(0),math.rad(5)), .5)--rarm
  2520. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(-20),math.rad(0),math.rad(-5)),1)--larm
  2521. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, -.2) * CFrame.Angles(math.rad(15), math.rad(0), math.rad(-5)),.5)--lleg
  2522. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-8), math.rad(0), math.rad(5)),.5)--rleg
  2523.  
  2524.  
  2525. wait(.1)
  2526. end
  2527. if hum.MoveDirection.x > 0 and nohit > 10 or hum.MoveDirection.x < 0 and nohit > 10 then
  2528. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), .5)--head
  2529. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-3), math.rad(0), math.rad(0)), .5)--torso
  2530. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(20),math.rad(0),math.rad(5)), .5)--rarm
  2531. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(-20),math.rad(0),math.rad(-5)),1)--larm
  2532. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, -.2) * CFrame.Angles(math.rad(15), math.rad(0), math.rad(-5)),.5)--lleg
  2533. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-8), math.rad(0), math.rad(5)),.5)--rleg
  2534.  
  2535.  
  2536. wait(.1)
  2537. end
  2538. if hum.MoveDirection.x > 0 and nohit > 10 or hum.MoveDirection.x < 0 and nohit > 10 then
  2539.  
  2540. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), .5)--head
  2541. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-3), math.rad(0), math.rad(0)), .5)--torso
  2542. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(5)), .5)--rarm
  2543. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-5)),.5)--larm
  2544. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, -.2) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-5)),.5)--lleg
  2545. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(5)),.5)--rleg
  2546. wait(0.1)
  2547.  
  2548. end
  2549. if hum.MoveDirection.x > 0 and nohit > 10 or hum.MoveDirection.x < 0 and nohit > 10 then
  2550.  
  2551. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), .5)--head
  2552. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-3), math.rad(0), math.rad(0)), .5)--torso
  2553. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(5)), .5)--rarm
  2554. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-5)),.5)--larm
  2555. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, -.2) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-5)),.5)--lleg
  2556. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(5)),.5)--rleg
  2557. wait(0.1)
  2558.  
  2559. end
  2560. if hum.MoveDirection.x > 0 and nohit > 10 or hum.MoveDirection.x < 0 and nohit > 10 then
  2561.  
  2562. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), .5)--head
  2563. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-3), math.rad(0), math.rad(0)), .5)--torso
  2564. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(-10),math.rad(0),math.rad(5)), .5)--rarm
  2565. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(10),math.rad(0),math.rad(-5)),.5)--larm
  2566. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(5), math.rad(0), math.rad(-5)),.5)--lleg
  2567. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -0.6, -.5) * CFrame.Angles(math.rad(-15), math.rad(0), math.rad(5)),.5)--rleg
  2568. wait(0.1)
  2569. end
  2570. if hum.MoveDirection.x > 0 and nohit > 10 or hum.MoveDirection.x < 0 and nohit > 10 then
  2571.  
  2572. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), .5)--head
  2573. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-3), math.rad(0), math.rad(0)), .5)--torso
  2574. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(-10),math.rad(0),math.rad(5)), .5)--rarm
  2575. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(10),math.rad(0),math.rad(-5)),.5)--larm
  2576. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(5), math.rad(0), math.rad(-5)),.5)--lleg
  2577. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -0.6, -.5) * CFrame.Angles(math.rad(-15), math.rad(0), math.rad(5)),.5)--rleg
  2578. wait(0.1)
  2579. end
  2580. if hum.MoveDirection.x > 0 and nohit > 10 or hum.MoveDirection.x < 0 and nohit > 10 then
  2581. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), .5)--head
  2582. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-3), math.rad(0), math.rad(0)), .5)--torso
  2583. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(-20),math.rad(0),math.rad(5)), .5)--rarm
  2584. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(20),math.rad(0),math.rad(-5)),.5)--larm
  2585. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, -.2) * CFrame.Angles(math.rad(-8), math.rad(0), math.rad(-5)),.5)--lleg
  2586. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, -.2) * CFrame.Angles(math.rad(15), math.rad(0), math.rad(5)),.5)--rleg
  2587. wait(0.1)
  2588.  
  2589. end
  2590. if hum.MoveDirection.x > 0 and nohit > 10 or hum.MoveDirection.x < 0 and nohit > 10 then
  2591. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), .5)--head
  2592. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-3), math.rad(0), math.rad(0)), .5)--torso
  2593. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(-20),math.rad(0),math.rad(5)), .5)--rarm
  2594. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(20),math.rad(0),math.rad(-5)),.5)--larm
  2595. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, -.2) * CFrame.Angles(math.rad(-8), math.rad(0), math.rad(-5)),.5)--lleg
  2596. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, -.2) * CFrame.Angles(math.rad(15), math.rad(0), math.rad(5)),.5)--rleg
  2597. wait(0.1)
  2598.  
  2599. end
  2600. if hum.MoveDirection.x > 0 and nohit > 10 or hum.MoveDirection.x < 0 and nohit > 10 then
  2601. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), .5)--head
  2602. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-3), math.rad(0), math.rad(0)), .5)--torso
  2603. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(5)), .5)--rarm
  2604. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-5)),.5)--larm
  2605. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, -.2) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-5)),.5)--lleg
  2606. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(5)),.5)--rleg
  2607.  
  2608. wait(0.1)
  2609. end
  2610. if hum.MoveDirection.x > 0 and nohit > 10 or hum.MoveDirection.x < 0 and nohit > 10 then
  2611. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), .5)--head
  2612. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-3), math.rad(0), math.rad(0)), .5)--torso
  2613. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(5)), .5)--rarm
  2614. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-5)),.5)--larm
  2615. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, -.2) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-5)),.5)--lleg
  2616. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(5)),.5)--rleg
  2617.  
  2618. wait(0.1)
  2619. end
  2620.  
  2621. walk = true
  2622. end
  2623. end
  2624. end
  2625. if hum.MoveDirection.x == 0 and nohit > 10 then
  2626. if idle1 == true then
  2627. if ssjr == true then
  2628. walkon = false
  2629. idle1 = false
  2630. idle = false
  2631. if canattack == true then
  2632. idle = true
  2633. idle1 = true
  2634. end
  2635.  
  2636. hum.HipHeight = ok
  2637. stance1()
  2638.  
  2639. end
  2640. end
  2641. end
  2642. if hum.MoveDirection.x == 0 and nohit > 10 then
  2643. if idle1 == true then
  2644. if base == true then
  2645. hum.HipHeight = 0
  2646. if canattack == true then
  2647. idle = true
  2648. idle1 = true
  2649. end
  2650. walkon = false
  2651. idle1 = false
  2652. idle = false
  2653. if canattack == true then
  2654. idle = true
  2655. idle1 = true
  2656. end
  2657.  
  2658. stance2()
  2659.  
  2660. end
  2661. end
  2662. end
  2663. if rl == true then
  2664. rl = false
  2665. nohit = nohit + 0.2
  2666. rl = true
  2667. end
  2668.  
  2669. if lala == false and walkon == false then
  2670.  
  2671. ok = ok + 0.05
  2672.  
  2673. end
  2674. if ok > 3.9999999 and walkon == false then
  2675. lala = true
  2676. down2 = true
  2677. ok = ok - 0.05
  2678.  
  2679. end
  2680. if ok < 0.1111111 and walkon == false then
  2681. down2 = false
  2682. lala = false
  2683. end
  2684. if down2 == true then
  2685. ok = ok - 0.05
  2686. end
  2687.  
  2688.  
  2689.  
  2690.  
  2691.  
  2692.  
  2693. if auracan3 == true then
  2694. auracan3 = false
  2695. aura3.Texture = "rbxassetid://901509906"
  2696. wait(0.07)
  2697. aura3.Texture = "rbxassetid://901510046"
  2698. wait(0.07)
  2699. aura3.Texture = "rbxassetid://901510125"
  2700. wait(0.07)
  2701. auracan3 = true
  2702. end
  2703.  
  2704.  
  2705.  
  2706.  
  2707.  
  2708. if kamehameha == true then
  2709. aj1 = aj1 + 0.005
  2710. partaura.Size = NumberSequence.new(aj1)
  2711. beam1.Size=beam1.Size + v3(0.5,0.5,0)
  2712. beamdamage = beamdamage + 9
  2713. expl1.Size=expl1.Size + v3(0.01,0.01,0.01)*s1.Volume
  2714. exa1.Size=exa1.Size + v3(0.01,0.01,0.01)*s1.Volume
  2715. else
  2716. aj1 = 0.1
  2717.  
  2718. end
  2719.  
  2720. if clickon == true then
  2721.  
  2722. torso.CFrame = CFrame.new(torso.CFrame.p,t.CFrame.p)
  2723. if hu.Health > 100 then
  2724. hu.MaxHealth = 100
  2725. hu.Health = 100
  2726. end
  2727. if hu.Health < 1 then
  2728. clickon = false
  2729.  
  2730. end
  2731.  
  2732. end
  2733.  
  2734. if darius == true then
  2735. darius = false
  2736. wait(0.1)
  2737. part2.Texture = "http://www.roblox.com/asset/?id=926975911"
  2738. wait(0.1)
  2739. part2.Texture = "http://www.roblox.com/asset/?id=926976058"
  2740. wait(0.1)
  2741. part2.Texture = "http://www.roblox.com/asset/?id=926976185"
  2742.  
  2743.  
  2744. darius = true
  2745. end
  2746. if darius1 == true then
  2747. darius1 = false
  2748. wait(0.1)
  2749. part7.Texture = "http://www.roblox.com/asset/?id=927229024"
  2750. wait(0.1)
  2751. part7.Texture = "http://www.roblox.com/asset/?id=927282857"
  2752. wait(0.1)
  2753. part7.Texture = "http://www.roblox.com/asset/?id=927283016"
  2754.  
  2755.  
  2756. darius1 = true
  2757. end
  2758.  
  2759.  
  2760. if auracan1 == true then
  2761. auracan1 = false
  2762. aura1.Texture = "rbxassetid://281983000"
  2763. wait(0.1)
  2764. aura1.Texture = "rbxassetid://281982895"
  2765. wait(0.1)
  2766. aura1.Texture = "rbxassetid://281983092"
  2767. wait(0.1)
  2768. aura1.Texture = "rbxassetid://281996097"
  2769. wait(0.1)
  2770. aura1.Texture = "rbxassetid://281983189"
  2771. wait(0.1)
  2772. aura1.Texture = "rbxassetid://281983242"
  2773. wait(0.1)
  2774. aura1.Texture = "rbxassetid://281983280"
  2775. wait(0.1)
  2776. aura1.Texture = "rbxassetid://281983337"
  2777. wait(0.1)
  2778.  
  2779. auracan1 = true
  2780. end
  2781.  
  2782.  
  2783.  
  2784.  
  2785.  
  2786.  
  2787.  
  2788.  
  2789.  
  2790.  
  2791.  
  2792. if shake == true then
  2793. if lolf == true then
  2794. lolf = false
  2795.  
  2796. hum.CameraOffset = Vector3.new(math.random(-0.7,0.7),math.random(-0.7,0.7),math.random(-0.7,0.7))
  2797.  
  2798.  
  2799.  
  2800.  
  2801. wait()
  2802. lolf = true
  2803. end
  2804. end
  2805.  
  2806. end)
  2807. zwc1 = Instance.new("Sound",torso)
  2808. zwc1.Volume = 5
  2809. zwc1.Looped = false
  2810. zwc1.SoundId = "rbxassetid://744770874"
  2811. mouse.KeyDown:connect(function(key)
  2812. if key == "z" then
  2813. if canattack == true then
  2814.  
  2815. canattack = false
  2816. idle = false
  2817. hum.WalkSpeed = 0
  2818. nohit = 0
  2819. idle1 = false
  2820. for i = 1, 10 do
  2821. wait()
  2822. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.4)--head
  2823. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)--torso
  2824. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(10)), 0.4)--arm
  2825. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-0.8,0.7,-0.7)*CFrame.Angles(math.rad(-10),math.rad(0),math.rad(140)), 0.4)--arm
  2826. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(-10)), 0.4)--leg
  2827. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(10)), 0.4)--leg
  2828. end
  2829.  
  2830. zwc1:Play()
  2831. if clickon == true then
  2832. torso.CFrame = t.CFrame - Vector3.new(0,0,2)
  2833. else
  2834. torso.CFrame = torso.CFrame + torso.CFrame.lookVector * 40
  2835. end
  2836. canattack = true
  2837. idle = true
  2838. hum.WalkSpeed = 10
  2839. idle1 = true
  2840. end
  2841.  
  2842.  
  2843. end
  2844. end)
  2845.  
  2846. ee = Instance.new("Part",char)
  2847. ee.Size = Vector3.new(0.2,0.2,0.2)
  2848. ee.Position = Vector3.new(9999999,9999999,9999999)
  2849. ee.Shape = "Ball"
  2850. ee.BrickColor = BrickColor.new("Really red")
  2851. ee1 = Instance.new("Part",char)
  2852. ee1.Size = Vector3.new(0.18,0.18,0.18)
  2853. ee1.Position = Vector3.new(999999,999999,999999)
  2854. ee1.Shape = "Ball"
  2855. ee1.BrickColor = BrickColor.new("Really black")
  2856. ee2 = Instance.new("Part",char)
  2857. ee2.Size = Vector3.new(0.06,0.06,0.06)
  2858. ee2.Shape = "Ball"
  2859. ee2.BrickColor = BrickColor.new("Really black")
  2860. ee2.Position = Vector3.new(99999,99999,99999)
  2861. ee3 = Instance.new("Part",char)
  2862. ee3.Size = Vector3.new(0.06,0.06,0.06)
  2863. ee3.Shape = "Ball"
  2864. ee3.BrickColor = BrickColor.new("Really black")
  2865. ee3.Position = Vector3.new(9999,9999,9999)
  2866. ee4 = Instance.new("Part",char)
  2867. ee4.Size = Vector3.new(0.1,0.1,0.1)
  2868. ee4.Shape = "Ball"
  2869. ee4.BrickColor = BrickColor.new("Really black")
  2870. ee4.Position = Vector3.new(999,999,999)
  2871. eew = Instance.new("Weld",game.Players.LocalPlayer.Character.Head)
  2872. eew.Part0 = game.Players.LocalPlayer.Character.Head
  2873. eew.Part1 = ee
  2874. eew.C0 = CFrame.new(-0.68,-0.22,0)
  2875. eew1 = Instance.new("Weld",game.Players.LocalPlayer.Character.Head)
  2876. eew1.Part0 = ee
  2877. eew1.Part1 = ee1
  2878. eew1.C0 = CFrame.new(0,0.02,0)
  2879. eew2 = Instance.new("Weld",game.Players.LocalPlayer.Character.Head)
  2880. eew2.Part0 = game.Players.LocalPlayer.Character.Head
  2881. eew2.Part1 = ee2
  2882. eew2.C0 = CFrame.new(-0.67,-0.1,0)
  2883. eew3 = Instance.new("Weld",game.Players.LocalPlayer.Character.Head)
  2884. eew3.Part0 = game.Players.LocalPlayer.Character.Head
  2885. eew3.Part1 = ee3
  2886. eew3.C0 = CFrame.new(-0.66,-0.05,0)
  2887. eew4 = Instance.new("Weld",game.Players.LocalPlayer.Character.Head)
  2888. eew4.Part0 = game.Players.LocalPlayer.Character.Head
  2889. eew4.Part1 = ee4
  2890. eew4.C0 = CFrame.new(-0.64,-0.01,0)
  2891. local txt = Instance.new("BillboardGui", char)
  2892. txt.Adornee = char .Head
  2893. txt.Name = "_status"
  2894. txt.Size = UDim2.new(2, 0, 1.2, 0)
  2895. txt.StudsOffset = Vector3.new(-9, 11, 0)
  2896. local text = Instance.new("TextLabel", txt)
  2897. text.Size = UDim2.new(10, 0, 7, 0)
  2898. text.FontSize = "Size24"
  2899. text.TextScaled = true
  2900. text.TextTransparency = 0
  2901. text.BackgroundTransparency = 1
  2902. text.TextTransparency = 0
  2903. text.TextStrokeTransparency = 0
  2904. text.Font = "Cartoon"
  2905. text.TextStrokeColor3 = Color3.new(255,255,255)
  2906.  
  2907. v=Instance.new("Part")
  2908. v.Name = "ColorBrick"
  2909. v.Parent=p.Character
  2910. v.FormFactor="Symmetric"
  2911. v.Anchored=true
  2912. v.CanCollide=false
  2913. v.BottomSurface="Smooth"
  2914. v.TopSurface="Smooth"
  2915. v.Size=Vector3.new(10,5,3)
  2916. v.Transparency=1
  2917. v.CFrame=char.Torso.CFrame
  2918. v.BrickColor=BrickColor.new(CV)
  2919. v.Transparency=1
  2920. text.TextColor3 = Color3.new(255,0,0)
  2921. v.Shape="Block"
  2922. text.Text = "Black Goku(Edited)"
  2923. chatfunc("Original Black Goku made by DarkerThanBlack20")
  2924. wait(4)
  2925. chatfunc("Edited by yapjingwei")
  2926. wait(2)
  2927. chatfunc("Have Fun!")
  2928. wait(1)
  2929. chatfunc("")
  2930. wait(1)
  2931. chat("My Master Have Been Watching You And Thinks You're A Big Threat To The Evil Realm.")
  2932. wait(3)
  2933. chat("So I'll Eliminate You And Bring Him You're Head.")
  2934. wait(2)
  2935. if Character:FindFirstChild("TalkingBillBoard")~= nil then
  2936. Character:FindFirstChild("TalkingBillBoard"):destroy()
  2937. end
  2938. ----------------------------------------------------------------------
  2939. hum.WalkSpeed = 0
  2940. Colors = {"White", "White"}
  2941. GroundWave1()
  2942. wait(0.1)
  2943. GroundBall1()
  2944. wait(0.1)
  2945. GroundWave1()
  2946. wait(0.1)
  2947. GroundWave1()
  2948. wait(0.1)
  2949. GroundWave1()
  2950. wait(0.1)
  2951. GroundBall1()
  2952. wait(0.1)
  2953. GroundWave1()
  2954. wait(0.1)
  2955. GroundWave1()
  2956. wait(0.1)
  2957. GroundBall1()
  2958. wait(0.1)
  2959. GroundBall1()
  2960. wait(0.1)
  2961. GroundBall1()
  2962. wait(0.05)
  2963. GroundBall1()
  2964. wait(0.001)
  2965. local m2 = Instance.new("Model")
  2966. m2.Name = "Wings"
  2967. p1 = Instance.new("Part", m2)
  2968. p1.BrickColor = BrickColor.new("White")
  2969. p1.Material = Enum.Material.Neon
  2970. p1.CFrame = CFrame.new(28.7928066, 27.8741341, 25.9347725, -0.579227924, -0.579227805, -0.573576331, 0.707106769, -0.707106769, 0, -0.405579776, -0.405579716, 0.819152117)
  2971. p1.FormFactor = Enum.FormFactor.Custom
  2972. p1.Size = Vector3.new(0.61060679, 3.09150696, 0.221234918)
  2973. p1.BottomSurface = Enum.SurfaceType.Smooth
  2974. p1.TopSurface = Enum.SurfaceType.Smooth
  2975. b1 = Instance.new("SpecialMesh", p1)
  2976. b1.MeshType = Enum.MeshType.Sphere
  2977. b1.Name = "Mesh"
  2978. p2 = Instance.new("Part", m2)
  2979. p2.BrickColor = BrickColor.new("White")
  2980. p2.Material = Enum.Material.SmoothPlastic
  2981. p2.Reflectance = 0.30000001192093
  2982. p2.CFrame = CFrame.new(23.8806973, 23.7568359, 26.9065781, -0.573576033, 0.346188396, -0.742403686, 0, -0.906307817, -0.422617972, -0.819152117, -0.24240382, 0.519836783)
  2983. p2.CanCollide = false
  2984. p2.FormFactor = Enum.FormFactor.Custom
  2985. p2.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371)
  2986. p2.BottomSurface = Enum.SurfaceType.Smooth
  2987. p2.TopSurface = Enum.SurfaceType.Smooth
  2988. b2 = Instance.new("SpecialMesh", p2)
  2989. b2.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2990. b2.TextureId = ""
  2991. b2.MeshType = Enum.MeshType.FileMesh
  2992. b2.Name = "Mesh"
  2993. b2.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665)
  2994. p3 = Instance.new("Part", m2)
  2995. p3.BrickColor = BrickColor.new("White")
  2996. p3.Material = Enum.Material.SmoothPlastic
  2997. p3.Reflectance = 0.30000001192093
  2998. p3.CFrame = CFrame.new(23.7651176, 23.6910381, 26.9875221, -0.573576033, 0.346188247, -0.742403686, -2.40360578e-007, -0.906307697, -0.422617912, -0.819152117, -0.242403969, 0.519836664)
  2999. p3.CanCollide = false
  3000. p3.FormFactor = Enum.FormFactor.Custom
  3001. p3.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371)
  3002. p3.BottomSurface = Enum.SurfaceType.Smooth
  3003. p3.TopSurface = Enum.SurfaceType.Smooth
  3004. b3 = Instance.new("SpecialMesh", p3)
  3005. b3.MeshId = "http://www.roblox.com/asset/?id=3270017"
  3006. b3.TextureId = ""
  3007. b3.MeshType = Enum.MeshType.FileMesh
  3008. b3.Name = "Mesh"
  3009. b3.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595)
  3010. p4 = Instance.new("Part", m2)
  3011. p4.BrickColor = BrickColor.new("White")
  3012. p4.Material = Enum.Material.SmoothPlastic
  3013. p4.Reflectance = 0.30000001192093
  3014. p4.CFrame = CFrame.new(29.5663891, 25.8075085, 26.4371891, -0.573576391, 0.280166149, 0.769750714, 2.08616257e-007, -0.939692259, 0.342020333, 0.819151878, 0.196174487, 0.538985968)
  3015. p4.CanCollide = false
  3016. p4.FormFactor = Enum.FormFactor.Custom
  3017. p4.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371)
  3018. p4.BottomSurface = Enum.SurfaceType.Smooth
  3019. p4.TopSurface = Enum.SurfaceType.Smooth
  3020. b4 = Instance.new("SpecialMesh", p4)
  3021. b4.MeshId = "http://www.roblox.com/asset/?id=3270017"
  3022. b4.TextureId = ""
  3023. b4.MeshType = Enum.MeshType.FileMesh
  3024. b4.Name = "Mesh"
  3025. b4.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933)
  3026. p5 = Instance.new("Part", m2)
  3027. p5.BrickColor = BrickColor.new("White")
  3028. p5.Material = Enum.Material.SmoothPlastic
  3029. p5.Reflectance = 0.30000001192093
  3030. p5.CFrame = CFrame.new(23.880703, 23.7568455, 26.9065876, -0.573576212, 0.346188098, -0.742403805, -4.76837158e-007, -0.906307578, -0.422617912, -0.819152236, -0.242404133, 0.519836485)
  3031. p5.CanCollide = false
  3032. p5.FormFactor = Enum.FormFactor.Custom
  3033. p5.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371)
  3034. p5.BottomSurface = Enum.SurfaceType.Smooth
  3035. p5.TopSurface = Enum.SurfaceType.Smooth
  3036. b5 = Instance.new("SpecialMesh", p5)
  3037. b5.MeshId = "http://www.roblox.com/asset/?id=3270017"
  3038. b5.TextureId = ""
  3039. b5.MeshType = Enum.MeshType.FileMesh
  3040. b5.Name = "Mesh"
  3041. b5.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665)
  3042. p6 = Instance.new("Part", m2)
  3043. p6.BrickColor = BrickColor.new("White")
  3044. p6.Material = Enum.Material.SmoothPlastic
  3045. p6.Reflectance = 0.30000001192093
  3046. p6.CFrame = CFrame.new(23.6530266, 23.6272411, 27.0660267, -0.573576212, 0.346187949, -0.742403805, -7.17197622e-007, -0.906307459, -0.422617853, -0.819152236, -0.242404282, 0.519836366)
  3047. p6.CanCollide = false
  3048. p6.FormFactor = Enum.FormFactor.Custom
  3049. p6.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371)
  3050. p6.BottomSurface = Enum.SurfaceType.Smooth
  3051. p6.TopSurface = Enum.SurfaceType.Smooth
  3052. b6 = Instance.new("SpecialMesh", p6)
  3053. b6.MeshId = "http://www.roblox.com/asset/?id=3270017"
  3054. b6.TextureId = ""
  3055. b6.MeshType = Enum.MeshType.FileMesh
  3056. b6.Name = "Mesh"
  3057. b6.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933)
  3058. p7 = Instance.new("Part", m2)
  3059. p7.BrickColor = BrickColor.new("White")
  3060. p7.Material = Enum.Material.SmoothPlastic
  3061. p7.Reflectance = 0.30000001192093
  3062. p7.CFrame = CFrame.new(23.7651253, 23.6910515, 26.9875393, -0.573576212, 0.3461878, -0.742403805, -9.57558086e-007, -0.90630734, -0.422617793, -0.819152236, -0.242404431, 0.519836247)
  3063. p7.CanCollide = false
  3064. p7.FormFactor = Enum.FormFactor.Custom
  3065. p7.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371)
  3066. p7.BottomSurface = Enum.SurfaceType.Smooth
  3067. p7.TopSurface = Enum.SurfaceType.Smooth
  3068. b7 = Instance.new("SpecialMesh", p7)
  3069. b7.MeshId = "http://www.roblox.com/asset/?id=3270017"
  3070. b7.TextureId = ""
  3071. b7.MeshType = Enum.MeshType.FileMesh
  3072. b7.Name = "Mesh"
  3073. b7.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595)
  3074. p8 = Instance.new("Part", m2)
  3075. p8.BrickColor = BrickColor.new("White")
  3076. p8.Material = Enum.Material.SmoothPlastic
  3077. p8.Reflectance = 0.30000001192093
  3078. p8.CFrame = CFrame.new(23.6530304, 23.6272488, 27.0660381, -0.573576212, 0.346187651, -0.742403805, -1.19791855e-006, -0.90630722, -0.422617733, -0.819152236, -0.24240458, 0.519836128)
  3079. p8.CanCollide = false
  3080. p8.FormFactor = Enum.FormFactor.Custom
  3081. p8.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371)
  3082. p8.BottomSurface = Enum.SurfaceType.Smooth
  3083. p8.TopSurface = Enum.SurfaceType.Smooth
  3084. b8 = Instance.new("SpecialMesh", p8)
  3085. b8.MeshId = "http://www.roblox.com/asset/?id=3270017"
  3086. b8.TextureId = ""
  3087. b8.MeshType = Enum.MeshType.FileMesh
  3088. b8.Name = "Mesh"
  3089. b8.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933)
  3090. p9 = Instance.new("Part", m2)
  3091. p9.BrickColor = BrickColor.new("White")
  3092. p9.Material = Enum.Material.SmoothPlastic
  3093. p9.Reflectance = 0.30000001192093
  3094. p9.CFrame = CFrame.new(30.2536392, 23.691061, 26.9184284, -0.573576212, -0.346188962, 0.74240309, 4.47034836e-007, -0.906307578, -0.422616601, 0.81915164, -0.242404819, 0.519836843)
  3095. p9.CanCollide = false
  3096. p9.FormFactor = Enum.FormFactor.Custom
  3097. p9.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371)
  3098. p9.BottomSurface = Enum.SurfaceType.Smooth
  3099. p9.TopSurface = Enum.SurfaceType.Smooth
  3100. b9 = Instance.new("SpecialMesh", p9)
  3101. b9.MeshId = "http://www.roblox.com/asset/?id=3270017"
  3102. b9.TextureId = ""
  3103. b9.MeshType = Enum.MeshType.FileMesh
  3104. b9.Name = "Mesh"
  3105. b9.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595)
  3106. p10 = Instance.new("Part", m2)
  3107. p10.BrickColor = BrickColor.new("White")
  3108. p10.Material = Enum.Material.SmoothPlastic
  3109. p10.Reflectance = 0.30000001192093
  3110. p10.CFrame = CFrame.new(27.9471893, 26.8180733, 25.3034286, -0.573576212, 0.469845235, 0.671010077, 2.86794574e-007, -0.819150567, 0.573576927, 0.81915164, 0.328989446, 0.469847172)
  3111. p10.CanCollide = false
  3112. p10.FormFactor = Enum.FormFactor.Custom
  3113. p10.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371)
  3114. p10.BottomSurface = Enum.SurfaceType.Smooth
  3115. p10.TopSurface = Enum.SurfaceType.Smooth
  3116. b10 = Instance.new("SpecialMesh", p10)
  3117. b10.MeshId = "http://www.roblox.com/asset/?id=3270017"
  3118. b10.TextureId = ""
  3119. b10.MeshType = Enum.MeshType.FileMesh
  3120. b10.Name = "Mesh"
  3121. b10.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933)
  3122. p11 = Instance.new("Part", m2)
  3123. p11.BrickColor = BrickColor.new("White")
  3124. p11.Material = Enum.Material.SmoothPlastic
  3125. p11.Reflectance = 0.30000001192093
  3126. p11.CFrame = CFrame.new(27.8153667, 25.7751122, 25.211132, -0.573576212, 0.469845206, 0.671010017, 3.03888498e-007, -0.819150567, 0.573576987, 0.81915164, 0.328989416, 0.469847172)
  3127. p11.CanCollide = false
  3128. p11.FormFactor = Enum.FormFactor.Custom
  3129. p11.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371)
  3130. p11.BottomSurface = Enum.SurfaceType.Smooth
  3131. p11.TopSurface = Enum.SurfaceType.Smooth
  3132. b11 = Instance.new("SpecialMesh", p11)
  3133. b11.MeshId = "http://www.roblox.com/asset/?id=3270017"
  3134. b11.TextureId = ""
  3135. b11.MeshType = Enum.MeshType.FileMesh
  3136. b11.Name = "Mesh"
  3137. b11.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665)
  3138. p12 = Instance.new("Part", m2)
  3139. p12.BrickColor = BrickColor.new("White")
  3140. p12.Material = Enum.Material.SmoothPlastic
  3141. p12.Reflectance = 0.30000001192093
  3142. p12.CFrame = CFrame.new(29.655653, 24.6090927, 26.4997177, -0.573576212, 0.212011248, 0.791239619, 2.79475898e-007, -0.965924561, 0.258820325, 0.81915164, 0.14845185, 0.554032922)
  3143. p12.CanCollide = false
  3144. p12.FormFactor = Enum.FormFactor.Custom
  3145. p12.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371)
  3146. p12.BottomSurface = Enum.SurfaceType.Smooth
  3147. p12.TopSurface = Enum.SurfaceType.Smooth
  3148. b12 = Instance.new("SpecialMesh", p12)
  3149. b12.MeshId = "http://www.roblox.com/asset/?id=3270017"
  3150. b12.TextureId = ""
  3151. b12.MeshType = Enum.MeshType.FileMesh
  3152. b12.Name = "Mesh"
  3153. b12.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665)
  3154. p13 = Instance.new("Part", m2)
  3155. p13.BrickColor = BrickColor.new("White")
  3156. p13.Material = Enum.Material.SmoothPlastic
  3157. p13.Reflectance = 0.30000001192093
  3158. p13.CFrame = CFrame.new(27.9198303, 25.8644161, 25.2842865, -0.573576212, 0.469845116, 0.671010017, 2.51205847e-007, -0.819150507, 0.573577106, 0.81915164, 0.328989446, 0.469847202)
  3159. p13.CanCollide = false
  3160. p13.FormFactor = Enum.FormFactor.Custom
  3161. p13.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371)
  3162. p13.BottomSurface = Enum.SurfaceType.Smooth
  3163. p13.TopSurface = Enum.SurfaceType.Smooth
  3164. b13 = Instance.new("SpecialMesh", p13)
  3165. b13.MeshId = "http://www.roblox.com/asset/?id=3270017"
  3166. b13.TextureId = ""
  3167. b13.MeshType = Enum.MeshType.FileMesh
  3168. b13.Name = "Mesh"
  3169. b13.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595)
  3170. p14 = Instance.new("Part", m2)
  3171. p14.BrickColor = BrickColor.new("White")
  3172. p14.Material = Enum.Material.SmoothPlastic
  3173. p14.Reflectance = 0.30000001192093
  3174. p14.CFrame = CFrame.new(29.778841, 24.6493893, 26.5859776, -0.573576212, 0.212011158, 0.791239619, 2.26793262e-007, -0.965924621, 0.258820474, 0.81915164, 0.148451865, 0.554032922)
  3175. p14.CanCollide = false
  3176. p14.FormFactor = Enum.FormFactor.Custom
  3177. p14.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371)
  3178. p14.BottomSurface = Enum.SurfaceType.Smooth
  3179. p14.TopSurface = Enum.SurfaceType.Smooth
  3180. b14 = Instance.new("SpecialMesh", p14)
  3181. b14.MeshId = "http://www.roblox.com/asset/?id=3270017"
  3182. b14.TextureId = ""
  3183. b14.MeshType = Enum.MeshType.FileMesh
  3184. b14.Name = "Mesh"
  3185. b14.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595)
  3186. p15 = Instance.new("Part", m2)
  3187. p15.BrickColor = BrickColor.new("White")
  3188. p15.Material = Enum.Material.SmoothPlastic
  3189. p15.Reflectance = 0.30000001192093
  3190. p15.CFrame = CFrame.new(29.3303242, 25.7026424, 26.271925, -0.573576212, 0.280165315, 0.769750893, 1.98523225e-007, -0.939691305, 0.342021316, 0.81915164, 0.196174055, 0.538986266)
  3191. p15.CanCollide = false
  3192. p15.FormFactor = Enum.FormFactor.Custom
  3193. p15.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371)
  3194. p15.BottomSurface = Enum.SurfaceType.Smooth
  3195. p15.TopSurface = Enum.SurfaceType.Smooth
  3196. b15 = Instance.new("SpecialMesh", p15)
  3197. b15.MeshId = "http://www.roblox.com/asset/?id=3270017"
  3198. b15.TextureId = ""
  3199. b15.MeshType = Enum.MeshType.FileMesh
  3200. b15.Name = "Mesh"
  3201. b15.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665)
  3202. p16 = Instance.new("Part", m2)
  3203. p16.BrickColor = BrickColor.new("White")
  3204. p16.Material = Enum.Material.SmoothPlastic
  3205. p16.Reflectance = 0.30000001192093
  3206. p16.CFrame = CFrame.new(29.8983212, 24.6884689, 26.6696377, -0.573576272, 0.212011099, 0.791239798, 1.39939146e-007, -0.965924501, 0.258820534, 0.81915158, 0.148451924, 0.554033041)
  3207. p16.CanCollide = false
  3208. p16.FormFactor = Enum.FormFactor.Custom
  3209. p16.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371)
  3210. p16.BottomSurface = Enum.SurfaceType.Smooth
  3211. p16.TopSurface = Enum.SurfaceType.Smooth
  3212. b16 = Instance.new("SpecialMesh", p16)
  3213. b16.MeshId = "http://www.roblox.com/asset/?id=3270017"
  3214. b16.TextureId = ""
  3215. b16.MeshType = Enum.MeshType.FileMesh
  3216. b16.Name = "Mesh"
  3217. b16.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933)
  3218. p17 = Instance.new("Part", m2)
  3219. p17.BrickColor = BrickColor.new("White")
  3220. p17.Material = Enum.Material.SmoothPlastic
  3221. p17.Reflectance = 0.30000001192093
  3222. p17.CFrame = CFrame.new(29.5664043, 25.8075294, 26.4372196, -0.573576272, 0.280165255, 0.769751072, 1.1166911e-007, -0.939691126, 0.342021376, 0.81915158, 0.196174115, 0.538986385)
  3223. p17.CanCollide = false
  3224. p17.FormFactor = Enum.FormFactor.Custom
  3225. p17.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371)
  3226. p17.BottomSurface = Enum.SurfaceType.Smooth
  3227. p17.TopSurface = Enum.SurfaceType.Smooth
  3228. b17 = Instance.new("SpecialMesh", p17)
  3229. b17.MeshId = "http://www.roblox.com/asset/?id=3270017"
  3230. b17.TextureId = ""
  3231. b17.MeshType = Enum.MeshType.FileMesh
  3232. b17.Name = "Mesh"
  3233. b17.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933)
  3234. p18 = Instance.new("Part", m2)
  3235. p18.BrickColor = BrickColor.new("White")
  3236. p18.Material = Enum.Material.SmoothPlastic
  3237. p18.Reflectance = 0.30000001192093
  3238. p18.CFrame = CFrame.new(28.021162, 25.9510212, 25.3552322, -0.573576331, 0.469845086, 0.671010435, 8.10900147e-008, -0.819150269, 0.573577285, 0.819151521, 0.328989595, 0.469847381)
  3239. p18.CanCollide = false
  3240. p18.FormFactor = Enum.FormFactor.Custom
  3241. p18.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371)
  3242. p18.BottomSurface = Enum.SurfaceType.Smooth
  3243. p18.TopSurface = Enum.SurfaceType.Smooth
  3244. b18 = Instance.new("SpecialMesh", p18)
  3245. b18.MeshId = "http://www.roblox.com/asset/?id=3270017"
  3246. b18.TextureId = ""
  3247. b18.MeshType = Enum.MeshType.FileMesh
  3248. b18.Name = "Mesh"
  3249. b18.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933)
  3250. p19 = Instance.new("Part", m2)
  3251. p19.BrickColor = BrickColor.new("White")
  3252. p19.Material = Enum.Material.SmoothPlastic
  3253. p19.Reflectance = 0.30000001192093
  3254. p19.CFrame = CFrame.new(30.3657436, 23.6272507, 26.9969234, -0.573576272, -0.346189439, 0.74240303, -9.24166343e-009, -0.906307697, -0.422616035, 0.819151521, -0.242404714, 0.519837141)
  3255. p19.CanCollide = false
  3256. p19.FormFactor = Enum.FormFactor.Custom
  3257. p19.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371)
  3258. p19.BottomSurface = Enum.SurfaceType.Smooth
  3259. p19.TopSurface = Enum.SurfaceType.Smooth
  3260. b19 = Instance.new("SpecialMesh", p19)
  3261. b19.MeshId = "http://www.roblox.com/asset/?id=3270017"
  3262. b19.TextureId = ""
  3263. b19.MeshType = Enum.MeshType.FileMesh
  3264. b19.Name = "Mesh"
  3265. b19.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933)
  3266. p20 = Instance.new("Part", m2)
  3267. p20.BrickColor = BrickColor.new("White")
  3268. p20.Material = Enum.Material.SmoothPlastic
  3269. p20.Reflectance = 0.30000001192093
  3270. p20.CFrame = CFrame.new(30.2536469, 23.6910553, 26.9184265, -0.573576272, -0.346189529, 0.742402911, -2.63107069e-007, -0.906307518, -0.422615975, 0.819151521, -0.242404476, 0.519837141)
  3271. p20.CanCollide = false
  3272. p20.FormFactor = Enum.FormFactor.Custom
  3273. p20.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371)
  3274. p20.BottomSurface = Enum.SurfaceType.Smooth
  3275. p20.TopSurface = Enum.SurfaceType.Smooth
  3276. b20 = Instance.new("SpecialMesh", p20)
  3277. b20.MeshId = "http://www.roblox.com/asset/?id=3270017"
  3278. b20.TextureId = ""
  3279. b20.MeshType = Enum.MeshType.FileMesh
  3280. b20.Name = "Mesh"
  3281. b20.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595)
  3282. p21 = Instance.new("Part", m2)
  3283. p21.BrickColor = BrickColor.new("White")
  3284. p21.Material = Enum.Material.SmoothPlastic
  3285. p21.Reflectance = 0.30000001192093
  3286. p21.CFrame = CFrame.new(27.8458843, 26.7314644, 25.2324886, -0.573576272, 0.469844759, 0.671010494, -4.23347274e-007, -0.819149971, 0.573577166, 0.819151521, 0.328989863, 0.469847023)
  3287. p21.CanCollide = false
  3288. p21.FormFactor = Enum.FormFactor.Custom
  3289. p21.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371)
  3290. p21.BottomSurface = Enum.SurfaceType.Smooth
  3291. p21.TopSurface = Enum.SurfaceType.Smooth
  3292. b21 = Instance.new("SpecialMesh", p21)
  3293. b21.MeshId = "http://www.roblox.com/asset/?id=3270017"
  3294. b21.TextureId = ""
  3295. b21.MeshType = Enum.MeshType.FileMesh
  3296. b21.Name = "Mesh"
  3297. b21.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595)
  3298. p22 = Instance.new("Part", m2)
  3299. p22.BrickColor = BrickColor.new("White")
  3300. p22.Material = Enum.Material.SmoothPlastic
  3301. p22.Reflectance = 0.30000001192093
  3302. p22.CFrame = CFrame.new(30.1380615, 23.756855, 26.8374882, -0.573576212, -0.346189648, 0.742402732, -5.1367897e-007, -0.906307459, -0.422615856, 0.819151521, -0.242404282, 0.519837141)
  3303. p22.CanCollide = false
  3304. p22.FormFactor = Enum.FormFactor.Custom
  3305. p22.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371)
  3306. p22.BottomSurface = Enum.SurfaceType.Smooth
  3307. p22.TopSurface = Enum.SurfaceType.Smooth
  3308. b22 = Instance.new("SpecialMesh", p22)
  3309. b22.MeshId = "http://www.roblox.com/asset/?id=3270017"
  3310. b22.TextureId = ""
  3311. b22.MeshType = Enum.MeshType.FileMesh
  3312. b22.Name = "Mesh"
  3313. b22.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665)
  3314. p23 = Instance.new("Part", m2)
  3315. p23.BrickColor = BrickColor.new("White")
  3316. p23.Material = Enum.Material.SmoothPlastic
  3317. p23.Reflectance = 0.30000001192093
  3318. p23.CFrame = CFrame.new(29.4501858, 25.7558784, 26.3558216, -0.573576212, 0.280164778, 0.769751191, -6.73919146e-007, -0.939690709, 0.342021406, 0.819151521, 0.196174636, 0.538986027)
  3319. p23.CanCollide = false
  3320. p23.FormFactor = Enum.FormFactor.Custom
  3321. p23.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371)
  3322. p23.BottomSurface = Enum.SurfaceType.Smooth
  3323. p23.TopSurface = Enum.SurfaceType.Smooth
  3324. b23 = Instance.new("SpecialMesh", p23)
  3325. b23.MeshId = "http://www.roblox.com/asset/?id=3270017"
  3326. b23.TextureId = ""
  3327. b23.MeshType = Enum.MeshType.FileMesh
  3328. b23.Name = "Mesh"
  3329. b23.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595)
  3330. p24 = Instance.new("Part", m2)
  3331. p24.BrickColor = BrickColor.new("White")
  3332. p24.Material = Enum.Material.SmoothPlastic
  3333. p24.Reflectance = 0.30000001192093
  3334. p24.CFrame = CFrame.new(29.3303471, 25.702631, 26.2719078, -0.573576272, 0.280164808, 0.76975143, -7.04498234e-007, -0.939690709, 0.342021465, 0.819151461, 0.196174651, 0.538986087)
  3335. p24.CanCollide = false
  3336. p24.FormFactor = Enum.FormFactor.Custom
  3337. p24.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371)
  3338. p24.BottomSurface = Enum.SurfaceType.Smooth
  3339. p24.TopSurface = Enum.SurfaceType.Smooth
  3340. b24 = Instance.new("SpecialMesh", p24)
  3341. b24.MeshId = "http://www.roblox.com/asset/?id=3270017"
  3342. b24.TextureId = ""
  3343. b24.MeshType = Enum.MeshType.FileMesh
  3344. b24.Name = "Mesh"
  3345. b24.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665)
  3346. p25 = Instance.new("Part", m2)
  3347. p25.BrickColor = BrickColor.new("White")
  3348. p25.Material = Enum.Material.SmoothPlastic
  3349. p25.Reflectance = 0.30000001192093
  3350. p25.CFrame = CFrame.new(29.7788715, 24.6493816, 26.5859661, -0.573576331, 0.212010548, 0.791240335, -7.63082312e-007, -0.965923905, 0.258820742, 0.819151402, 0.14845252, 0.554032862)
  3351. p25.CanCollide = false
  3352. p25.FormFactor = Enum.FormFactor.Custom
  3353. p25.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371)
  3354. p25.BottomSurface = Enum.SurfaceType.Smooth
  3355. p25.TopSurface = Enum.SurfaceType.Smooth
  3356. b25 = Instance.new("SpecialMesh", p25)
  3357. b25.MeshId = "http://www.roblox.com/asset/?id=3270017"
  3358. b25.TextureId = ""
  3359. b25.MeshType = Enum.MeshType.FileMesh
  3360. b25.Name = "Mesh"
  3361. b25.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595)
  3362. p26 = Instance.new("Part", m2)
  3363. p26.BrickColor = BrickColor.new("White")
  3364. p26.Material = Enum.Material.SmoothPlastic
  3365. p26.Reflectance = 0.30000001192093
  3366. p26.CFrame = CFrame.new(29.450201, 25.7558823, 26.3558235, -0.573576331, 0.280164748, 0.769751668, -7.91352306e-007, -0.93969059, 0.342021525, 0.819151402, 0.196174681, 0.538986146)
  3367. p26.CanCollide = false
  3368. p26.FormFactor = Enum.FormFactor.Custom
  3369. p26.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371)
  3370. p26.BottomSurface = Enum.SurfaceType.Smooth
  3371. p26.TopSurface = Enum.SurfaceType.Smooth
  3372. b26 = Instance.new("SpecialMesh", p26)
  3373. b26.MeshId = "http://www.roblox.com/asset/?id=3270017"
  3374. b26.TextureId = ""
  3375. b26.MeshType = Enum.MeshType.FileMesh
  3376. b26.Name = "Mesh"
  3377. b26.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595)
  3378. p27 = Instance.new("Part", m2)
  3379. p27.BrickColor = BrickColor.new("White")
  3380. p27.Material = Enum.Material.SmoothPlastic
  3381. p27.Reflectance = 0.30000001192093
  3382. p27.CFrame = CFrame.new(30.3657703, 23.6272449, 26.9969063, -0.57357645, -0.346190155, 0.74240309, -9.161393e-007, -0.90630734, -0.422615707, 0.819151342, -0.242404088, 0.51983732)
  3383. p27.CanCollide = false
  3384. p27.FormFactor = Enum.FormFactor.Custom
  3385. p27.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371)
  3386. p27.BottomSurface = Enum.SurfaceType.Smooth
  3387. p27.TopSurface = Enum.SurfaceType.Smooth
  3388. b27 = Instance.new("SpecialMesh", p27)
  3389. b27.MeshId = "http://www.roblox.com/asset/?id=3270017"
  3390. b27.TextureId = ""
  3391. b27.MeshType = Enum.MeshType.FileMesh
  3392. b27.Name = "Mesh"
  3393. b27.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933)
  3394. p28 = Instance.new("Part", m2)
  3395. p28.BrickColor = BrickColor.new("White")
  3396. p28.Material = Enum.Material.SmoothPlastic
  3397. p28.Reflectance = 0.30000001192093
  3398. p28.CFrame = CFrame.new(28.0211868, 25.9510098, 25.3552094, -0.57357645, 0.469844639, 0.67101109, -1.07637948e-006, -0.819149673, 0.573577106, 0.819151342, 0.328990191, 0.469846785)
  3399. p28.CanCollide = false
  3400. p28.FormFactor = Enum.FormFactor.Custom
  3401. p28.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371)
  3402. p28.BottomSurface = Enum.SurfaceType.Smooth
  3403. p28.TopSurface = Enum.SurfaceType.Smooth
  3404. b28 = Instance.new("SpecialMesh", p28)
  3405. b28.MeshId = "http://www.roblox.com/asset/?id=3270017"
  3406. b28.TextureId = ""
  3407. b28.MeshType = Enum.MeshType.FileMesh
  3408. b28.Name = "Mesh"
  3409. b28.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933)
  3410. p29 = Instance.new("Part", m2)
  3411. p29.BrickColor = BrickColor.new("White")
  3412. p29.Material = Enum.Material.Neon
  3413. p29.CFrame = CFrame.new(31.2683067, 23.2277946, 27.6474876, 0.280168235, -0.769749522, -0.573576212, 0.939691305, 0.342017233, -1.0690095e-006, 0.19617486, -0.538985491, 0.819151521)
  3414. p29.FormFactor = Enum.FormFactor.Custom
  3415. p29.Size = Vector3.new(0.61060679, 3.09150696, 0.221234918)
  3416. p29.BottomSurface = Enum.SurfaceType.Smooth
  3417. p29.TopSurface = Enum.SurfaceType.Smooth
  3418. b29 = Instance.new("SpecialMesh", p29)
  3419. b29.MeshType = Enum.MeshType.Sphere
  3420. b29.Name = "Mesh"
  3421. p30 = Instance.new("Part", m2)
  3422. p30.BrickColor = BrickColor.new("White")
  3423. p30.Material = Enum.Material.SmoothPlastic
  3424. p30.Reflectance = 0.30000001192093
  3425. p30.CFrame = CFrame.new(29.655632, 24.6090698, 26.4996777, -0.573576212, 0.2120094, 0.791238904, -1.13902195e-006, -0.965922236, 0.258820891, 0.819151521, 0.148452237, 0.554032147)
  3426. p30.CanCollide = false
  3427. p30.FormFactor = Enum.FormFactor.Custom
  3428. p30.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371)
  3429. p30.BottomSurface = Enum.SurfaceType.Smooth
  3430. p30.TopSurface = Enum.SurfaceType.Smooth
  3431. b30 = Instance.new("SpecialMesh", p30)
  3432. b30.MeshId = "http://www.roblox.com/asset/?id=3270017"
  3433. b30.TextureId = ""
  3434. b30.MeshType = Enum.MeshType.FileMesh
  3435. b30.Name = "Mesh"
  3436. b30.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665)
  3437. p31 = Instance.new("Part", m2)
  3438. p31.BrickColor = BrickColor.new("White")
  3439. p31.Material = Enum.Material.SmoothPlastic
  3440. p31.Reflectance = 0.30000001192093
  3441. p31.CFrame = CFrame.new(30.138031, 23.7568359, 26.8374538, -0.573576212, -0.346189976, 0.742401063, -1.26856219e-006, -0.906306148, -0.422614396, 0.819151521, -0.242403775, 0.519836485)
  3442. p31.CanCollide = false
  3443. p31.FormFactor = Enum.FormFactor.Custom
  3444. p31.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371)
  3445. p31.BottomSurface = Enum.SurfaceType.Smooth
  3446. p31.TopSurface = Enum.SurfaceType.Smooth
  3447. b31 = Instance.new("SpecialMesh", p31)
  3448. b31.MeshId = "http://www.roblox.com/asset/?id=3270017"
  3449. b31.TextureId = ""
  3450. b31.MeshType = Enum.MeshType.FileMesh
  3451. b31.Name = "Mesh"
  3452. b31.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665)
  3453. p32 = Instance.new("Part", m2)
  3454. p32.BrickColor = BrickColor.new("White")
  3455. p32.Material = Enum.Material.SmoothPlastic
  3456. p32.Reflectance = 0.30000001192093
  3457. p32.CFrame = CFrame.new(27.741394, 26.6421375, 25.1592979, -0.573576212, 0.469842911, 0.671009958, -1.42880219e-006, -0.819147944, 0.573576748, 0.819151521, 0.328989625, 0.4698461)
  3458. p32.CanCollide = false
  3459. p32.FormFactor = Enum.FormFactor.Custom
  3460. p32.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371)
  3461. p32.BottomSurface = Enum.SurfaceType.Smooth
  3462. p32.TopSurface = Enum.SurfaceType.Smooth
  3463. b32 = Instance.new("SpecialMesh", p32)
  3464. b32.MeshId = "http://www.roblox.com/asset/?id=3270017"
  3465. b32.TextureId = ""
  3466. b32.MeshType = Enum.MeshType.FileMesh
  3467. b32.Name = "Mesh"
  3468. b32.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665)
  3469. p33 = Instance.new("Part", m2)
  3470. p33.BrickColor = BrickColor.new("White")
  3471. p33.Material = Enum.Material.Neon
  3472. p33.CFrame = CFrame.new(32.7100258, 25.2490444, 28.6569691, -0.14224124, -0.806705832, -0.573576093, 0.984804153, -0.173650295, -1.38238238e-006, -0.0996002704, -0.564861953, 0.819151759)
  3473. p33.FormFactor = Enum.FormFactor.Custom
  3474. p33.Size = Vector3.new(0.61060679, 7.32508755, 0.221234918)
  3475. p33.BottomSurface = Enum.SurfaceType.Smooth
  3476. p33.TopSurface = Enum.SurfaceType.Smooth
  3477. b33 = Instance.new("SpecialMesh", p33)
  3478. b33.MeshType = Enum.MeshType.Sphere
  3479. b33.Name = "Mesh"
  3480. p34 = Instance.new("Part", m2)
  3481. p34.BrickColor = BrickColor.new("White")
  3482. p34.Material = Enum.Material.SmoothPlastic
  3483. p34.Reflectance = 0.30000001192093
  3484. p34.CFrame = CFrame.new(27.919817, 25.8643856, 25.2842369, -0.573576391, 0.469842792, 0.671009898, -1.37759764e-006, -0.819147885, 0.573576868, 0.8191517, 0.328989476, 0.46984604)
  3485. p34.CanCollide = false
  3486. p34.FormFactor = Enum.FormFactor.Custom
  3487. p34.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371)
  3488. p34.BottomSurface = Enum.SurfaceType.Smooth
  3489. p34.TopSurface = Enum.SurfaceType.Smooth
  3490. b34 = Instance.new("SpecialMesh", p34)
  3491. b34.MeshId = "http://www.roblox.com/asset/?id=3270017"
  3492. b34.TextureId = ""
  3493. b34.MeshType = Enum.MeshType.FileMesh
  3494. b34.Name = "Mesh"
  3495. b34.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595)
  3496. p35 = Instance.new("Part", m2)
  3497. p35.BrickColor = BrickColor.new("White")
  3498. p35.Material = Enum.Material.SmoothPlastic
  3499. p35.Reflectance = 0.30000001192093
  3500. p35.CFrame = CFrame.new(29.8982925, 24.6884441, 26.6695824, -0.573576391, 0.212008998, 0.791238666, -1.40201018e-006, -0.965921998, 0.25882113, 0.8191517, 0.148452297, 0.554031909)
  3501. p35.CanCollide = false
  3502. p35.FormFactor = Enum.FormFactor.Custom
  3503. p35.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371)
  3504. p35.BottomSurface = Enum.SurfaceType.Smooth
  3505. p35.TopSurface = Enum.SurfaceType.Smooth
  3506. b35 = Instance.new("SpecialMesh", p35)
  3507. b35.MeshId = "http://www.roblox.com/asset/?id=3270017"
  3508. b35.TextureId = ""
  3509. b35.MeshType = Enum.MeshType.FileMesh
  3510. b35.Name = "Mesh"
  3511. b35.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933)
  3512. p36 = Instance.new("Part", m2)
  3513. p36.BrickColor = BrickColor.new("White")
  3514. p36.Material = Enum.Material.SmoothPlastic
  3515. p36.Reflectance = 0.30000001192093
  3516. p36.CFrame = CFrame.new(27.8153496, 25.7750854, 25.2110863, -0.573576391, 0.469842672, 0.671009898, -1.43028012e-006, -0.819147885, 0.573576927, 0.8191517, 0.328989506, 0.4698461)
  3517. p36.CanCollide = false
  3518. p36.FormFactor = Enum.FormFactor.Custom
  3519. p36.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371)
  3520. p36.BottomSurface = Enum.SurfaceType.Smooth
  3521. p36.TopSurface = Enum.SurfaceType.Smooth
  3522. b36 = Instance.new("SpecialMesh", p36)
  3523. b36.MeshId = "http://www.roblox.com/asset/?id=3270017"
  3524. b36.TextureId = ""
  3525. b36.MeshType = Enum.MeshType.FileMesh
  3526. b36.Name = "Mesh"
  3527. b36.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665)
  3528. p37 = Instance.new("Part", m2)
  3529. p37.BrickColor = BrickColor.new("White")
  3530. p37.Material = Enum.Material.Neon
  3531. p37.CFrame = CFrame.new(30.7430439, 27.8460693, 27.2796841, -0.409572512, -0.709406137, -0.573576272, 0.866021335, -0.500000834, -1.38386031e-006, -0.286787719, -0.49673146, 0.819151938)
  3532. p37.FormFactor = Enum.FormFactor.Custom
  3533. p37.Size = Vector3.new(0.61060679, 7.32508755, 0.221234918)
  3534. p37.BottomSurface = Enum.SurfaceType.Smooth
  3535. p37.TopSurface = Enum.SurfaceType.Smooth
  3536. b37 = Instance.new("SpecialMesh", p37)
  3537. b37.MeshType = Enum.MeshType.Sphere
  3538. b37.Name = "Mesh"
  3539. p38 = Instance.new("Part", m2)
  3540. p38.BrickColor = BrickColor.new("White")
  3541. p38.Material = Enum.Material.Neon
  3542. p38.CFrame = CFrame.new(32.7113533, 27.1965656, 28.6579113, -0.28016308, -0.769750178, -0.573576272, 0.939688683, -0.342021704, -1.3540581e-006, -0.196174175, -0.538985133, 0.819152057)
  3543. p38.FormFactor = Enum.FormFactor.Custom
  3544. p38.Size = Vector3.new(0.61060679, 8.03632927, 0.221234918)
  3545. p38.BottomSurface = Enum.SurfaceType.Smooth
  3546. p38.TopSurface = Enum.SurfaceType.Smooth
  3547. b38 = Instance.new("SpecialMesh", p38)
  3548. b38.MeshType = Enum.MeshType.Sphere
  3549. b38.Name = "Mesh"
  3550. p39 = Instance.new("Part", m2)
  3551. p39.BrickColor = BrickColor.new("White")
  3552. p39.Material = Enum.Material.SmoothPlastic
  3553. p39.Reflectance = 0.30000001192093
  3554. p39.CFrame = CFrame.new(26.2033787, 25.7750854, 25.2801971, -0.573574483, -0.469848186, -0.671007693, -2.18929154e-006, -0.819150686, 0.573572934, -0.819151402, 0.328989863, 0.469846785)
  3555. p39.CanCollide = false
  3556. p39.FormFactor = Enum.FormFactor.Custom
  3557. p39.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371)
  3558. p39.BottomSurface = Enum.SurfaceType.Smooth
  3559. p39.TopSurface = Enum.SurfaceType.Smooth
  3560. b39 = Instance.new("SpecialMesh", p39)
  3561. b39.MeshId = "http://www.roblox.com/asset/?id=3270017"
  3562. b39.TextureId = ""
  3563. b39.MeshType = Enum.MeshType.FileMesh
  3564. b39.Name = "Mesh"
  3565. b39.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665)
  3566. p40 = Instance.new("Part", m2)
  3567. p40.BrickColor = BrickColor.new("White")
  3568. p40.Material = Enum.Material.SmoothPlastic
  3569. p40.Reflectance = 0.30000001192093
  3570. p40.CFrame = CFrame.new(25.9975967, 25.9509888, 25.4242878, -0.573574483, -0.469848186, -0.671007693, -2.18929154e-006, -0.819150686, 0.573572934, -0.819151402, 0.328989863, 0.469846785)
  3571. p40.CanCollide = false
  3572. p40.FormFactor = Enum.FormFactor.Custom
  3573. p40.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371)
  3574. p40.BottomSurface = Enum.SurfaceType.Smooth
  3575. p40.TopSurface = Enum.SurfaceType.Smooth
  3576. b40 = Instance.new("SpecialMesh", p40)
  3577. b40.MeshId = "http://www.roblox.com/asset/?id=3270017"
  3578. b40.TextureId = ""
  3579. b40.MeshType = Enum.MeshType.FileMesh
  3580. b40.Name = "Mesh"
  3581. b40.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933)
  3582. p41 = Instance.new("Part", m2)
  3583. p41.BrickColor = BrickColor.new("White")
  3584. p41.Material = Enum.Material.SmoothPlastic
  3585. p41.Reflectance = 0.30000001192093
  3586. p41.CFrame = CFrame.new(26.098917, 25.8643856, 25.3533516, -0.573574483, -0.469848186, -0.671007693, -2.18929154e-006, -0.819150686, 0.573572934, -0.819151402, 0.328989863, 0.469846785)
  3587. p41.CanCollide = false
  3588. p41.FormFactor = Enum.FormFactor.Custom
  3589. p41.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371)
  3590. p41.BottomSurface = Enum.SurfaceType.Smooth
  3591. p41.TopSurface = Enum.SurfaceType.Smooth
  3592. b41 = Instance.new("SpecialMesh", p41)
  3593. b41.MeshId = "http://www.roblox.com/asset/?id=3270017"
  3594. b41.TextureId = ""
  3595. b41.MeshType = Enum.MeshType.FileMesh
  3596. b41.Name = "Mesh"
  3597. b41.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595)
  3598. p42 = Instance.new("Part", m2)
  3599. p42.BrickColor = BrickColor.new("White")
  3600. p42.Material = Enum.Material.SmoothPlastic
  3601. p42.Reflectance = 0.30000001192093
  3602. p42.CFrame = CFrame.new(24.12043, 24.6884346, 26.7387066, -0.573574483, -0.212014884, -0.791238487, -2.23079792e-006, -0.965923309, 0.258816421, -0.819151402, 0.148452327, 0.554032683)
  3603. p42.CanCollide = false
  3604. p42.FormFactor = Enum.FormFactor.Custom
  3605. p42.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371)
  3606. p42.BottomSurface = Enum.SurfaceType.Smooth
  3607. p42.TopSurface = Enum.SurfaceType.Smooth
  3608. b42 = Instance.new("SpecialMesh", p42)
  3609. b42.MeshId = "http://www.roblox.com/asset/?id=3270017"
  3610. b42.TextureId = ""
  3611. b42.MeshType = Enum.MeshType.FileMesh
  3612. b42.Name = "Mesh"
  3613. b42.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933)
  3614. p43 = Instance.new("Part", m2)
  3615. p43.BrickColor = BrickColor.new("White")
  3616. p43.Material = Enum.Material.SmoothPlastic
  3617. p43.Reflectance = 0.30000001192093
  3618. p43.CFrame = CFrame.new(24.12043, 24.6884365, 26.7387066, -0.573574483, -0.212014899, -0.791238487, -2.30996147e-006, -0.96592325, 0.258816421, -0.819151402, 0.148452222, 0.554032683)
  3619. p43.CanCollide = false
  3620. p43.FormFactor = Enum.FormFactor.Custom
  3621. p43.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371)
  3622. p43.BottomSurface = Enum.SurfaceType.Smooth
  3623. p43.TopSurface = Enum.SurfaceType.Smooth
  3624. b43 = Instance.new("SpecialMesh", p43)
  3625. b43.MeshId = "http://www.roblox.com/asset/?id=3270017"
  3626. b43.TextureId = ""
  3627. b43.MeshType = Enum.MeshType.FileMesh
  3628. b43.Name = "Mesh"
  3629. b43.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933)
  3630. p44 = Instance.new("Part", m2)
  3631. p44.BrickColor = BrickColor.new("White")
  3632. p44.Material = Enum.Material.SmoothPlastic
  3633. p44.Reflectance = 0.30000001192093
  3634. p44.CFrame = CFrame.new(24.3630924, 24.6090679, 26.5687962, -0.573574483, -0.212014914, -0.791238487, -2.38912503e-006, -0.96592319, 0.258816421, -0.819151402, 0.148452118, 0.554032683)
  3635. p44.CanCollide = false
  3636. p44.FormFactor = Enum.FormFactor.Custom
  3637. p44.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371)
  3638. p44.BottomSurface = Enum.SurfaceType.Smooth
  3639. p44.TopSurface = Enum.SurfaceType.Smooth
  3640. b44 = Instance.new("SpecialMesh", p44)
  3641. b44.MeshId = "http://www.roblox.com/asset/?id=3270017"
  3642. b44.TextureId = ""
  3643. b44.MeshType = Enum.MeshType.FileMesh
  3644. b44.Name = "Mesh"
  3645. b44.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665)
  3646. p45 = Instance.new("Part", m2)
  3647. p45.BrickColor = BrickColor.new("White")
  3648. p45.Material = Enum.Material.SmoothPlastic
  3649. p45.Reflectance = 0.30000001192093
  3650. p45.CFrame = CFrame.new(24.2399025, 24.6493645, 26.6550598, -0.573574483, -0.212014928, -0.791238487, -2.46828859e-006, -0.965923131, 0.258816421, -0.819151402, 0.148452014, 0.554032683)
  3651. p45.CanCollide = false
  3652. p45.FormFactor = Enum.FormFactor.Custom
  3653. p45.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371)
  3654. p45.BottomSurface = Enum.SurfaceType.Smooth
  3655. p45.TopSurface = Enum.SurfaceType.Smooth
  3656. b45 = Instance.new("SpecialMesh", p45)
  3657. b45.MeshId = "http://www.roblox.com/asset/?id=3270017"
  3658. b45.TextureId = ""
  3659. b45.MeshType = Enum.MeshType.FileMesh
  3660. b45.Name = "Mesh"
  3661. b45.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595)
  3662. p46 = Instance.new("Part", m2)
  3663. p46.BrickColor = BrickColor.new("White")
  3664. p46.Material = Enum.Material.SmoothPlastic
  3665. p46.Reflectance = 0.30000001192093
  3666. p46.CFrame = CFrame.new(24.3630962, 24.6090736, 26.5688019, -0.573574483, -0.212014943, -0.791238487, -2.54745214e-006, -0.965923071, 0.258816421, -0.819151402, 0.148451909, 0.554032683)
  3667. p46.CanCollide = false
  3668. p46.FormFactor = Enum.FormFactor.Custom
  3669. p46.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371)
  3670. p46.BottomSurface = Enum.SurfaceType.Smooth
  3671. p46.TopSurface = Enum.SurfaceType.Smooth
  3672. b46 = Instance.new("SpecialMesh", p46)
  3673. b46.MeshId = "http://www.roblox.com/asset/?id=3270017"
  3674. b46.TextureId = ""
  3675. b46.MeshType = Enum.MeshType.FileMesh
  3676. b46.Name = "Mesh"
  3677. b46.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665)
  3678. p47 = Instance.new("Part", m2)
  3679. p47.BrickColor = BrickColor.new("White")
  3680. p47.Material = Enum.Material.SmoothPlastic
  3681. p47.Reflectance = 0.30000001192093
  3682. p47.CFrame = CFrame.new(24.2399063, 24.6493702, 26.6550655, -0.573574483, -0.212014958, -0.791238487, -2.6266157e-006, -0.965923011, 0.258816421, -0.819151402, 0.148451805, 0.554032683)
  3683. p47.CanCollide = false
  3684. p47.FormFactor = Enum.FormFactor.Custom
  3685. p47.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371)
  3686. p47.BottomSurface = Enum.SurfaceType.Smooth
  3687. p47.TopSurface = Enum.SurfaceType.Smooth
  3688. b47 = Instance.new("SpecialMesh", p47)
  3689. b47.MeshId = "http://www.roblox.com/asset/?id=3270017"
  3690. b47.TextureId = ""
  3691. b47.MeshType = Enum.MeshType.FileMesh
  3692. b47.Name = "Mesh"
  3693. b47.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595)
  3694. p48 = Instance.new("Part", m2)
  3695. p48.BrickColor = BrickColor.new("White")
  3696. p48.Material = Enum.Material.Neon
  3697. p48.CFrame = CFrame.new(25.2453995, 27.8142643, 25.9324112, 0.579229355, 0.579225123, -0.573574543, 0.707105756, -0.707103014, -2.67389237e-006, -0.405579329, -0.40558058, -0.819151223)
  3698. p48.FormFactor = Enum.FormFactor.Custom
  3699. p48.Size = Vector3.new(0.61060679, 3.09150696, 0.221234918)
  3700. p48.BottomSurface = Enum.SurfaceType.Smooth
  3701. p48.TopSurface = Enum.SurfaceType.Smooth
  3702. b48 = Instance.new("SpecialMesh", p48)
  3703. b48.MeshType = Enum.MeshType.Sphere
  3704. b48.Name = "Mesh"
  3705. p49 = Instance.new("Part", m2)
  3706. p49.BrickColor = BrickColor.new("White")
  3707. p49.Material = Enum.Material.SmoothPlastic
  3708. p49.Reflectance = 0.30000001192093
  3709. p49.CFrame = CFrame.new(26.2033863, 25.7751026, 25.2802086, -0.573574364, -0.469848186, -0.671007454, -2.67389191e-006, -0.819150448, 0.573572874, -0.819151223, 0.328989238, 0.469846845)
  3710. p49.CanCollide = false
  3711. p49.FormFactor = Enum.FormFactor.Custom
  3712. p49.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371)
  3713. p49.BottomSurface = Enum.SurfaceType.Smooth
  3714. p49.TopSurface = Enum.SurfaceType.Smooth
  3715. b49 = Instance.new("SpecialMesh", p49)
  3716. b49.MeshId = "http://www.roblox.com/asset/?id=3270017"
  3717. b49.TextureId = ""
  3718. b49.MeshType = Enum.MeshType.FileMesh
  3719. b49.Name = "Mesh"
  3720. b49.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665)
  3721. p50 = Instance.new("Part", m2)
  3722. p50.BrickColor = BrickColor.new("White")
  3723. p50.Material = Enum.Material.SmoothPlastic
  3724. p50.Reflectance = 0.30000001192093
  3725. p50.CFrame = CFrame.new(25.9976063, 25.9510059, 25.4242992, -0.573574364, -0.469848186, -0.671007454, -2.67389191e-006, -0.819150448, 0.573572874, -0.819151223, 0.328989238, 0.469846845)
  3726. p50.CanCollide = false
  3727. p50.FormFactor = Enum.FormFactor.Custom
  3728. p50.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371)
  3729. p50.BottomSurface = Enum.SurfaceType.Smooth
  3730. p50.TopSurface = Enum.SurfaceType.Smooth
  3731. b50 = Instance.new("SpecialMesh", p50)
  3732. b50.MeshId = "http://www.roblox.com/asset/?id=3270017"
  3733. b50.TextureId = ""
  3734. b50.MeshType = Enum.MeshType.FileMesh
  3735. b50.Name = "Mesh"
  3736. b50.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933)
  3737. p51 = Instance.new("Part", m2)
  3738. p51.BrickColor = BrickColor.new("White")
  3739. p51.Material = Enum.Material.SmoothPlastic
  3740. p51.Reflectance = 0.30000001192093
  3741. p51.CFrame = CFrame.new(26.0989265, 25.8644028, 25.353363, -0.573574364, -0.469848186, -0.671007454, -2.67389191e-006, -0.819150448, 0.573572874, -0.819151223, 0.328989238, 0.469846845)
  3742. p51.CanCollide = false
  3743. p51.FormFactor = Enum.FormFactor.Custom
  3744. p51.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371)
  3745. p51.BottomSurface = Enum.SurfaceType.Smooth
  3746. p51.TopSurface = Enum.SurfaceType.Smooth
  3747. b51 = Instance.new("SpecialMesh", p51)
  3748. b51.MeshId = "http://www.roblox.com/asset/?id=3270017"
  3749. b51.TextureId = ""
  3750. b51.MeshType = Enum.MeshType.FileMesh
  3751. b51.Name = "Mesh"
  3752. b51.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595)
  3753. p52 = Instance.new("Part", m2)
  3754. p52.BrickColor = BrickColor.new("White")
  3755. p52.Material = Enum.Material.Neon
  3756. p52.CFrame = CFrame.new(21.2912331, 25.2490387, 28.7011547, 0.142246991, 0.806705594, -0.573574483, 0.984804809, -0.173645705, -2.66166035e-006, -0.0995996594, -0.564862788, -0.819151103)
  3757. p52.FormFactor = Enum.FormFactor.Custom
  3758. p52.Size = Vector3.new(0.61060679, 7.32508755, 0.221234918)
  3759. p52.BottomSurface = Enum.SurfaceType.Smooth
  3760. p52.TopSurface = Enum.SurfaceType.Smooth
  3761. b52 = Instance.new("SpecialMesh", p52)
  3762. b52.MeshType = Enum.MeshType.Sphere
  3763. b52.Name = "Mesh"
  3764. p53 = Instance.new("Part", m2)
  3765. p53.BrickColor = BrickColor.new("White")
  3766. p53.Material = Enum.Material.Neon
  3767. p53.CFrame = CFrame.new(23.2582321, 27.8460655, 27.3238525, 0.409577936, 0.709403872, -0.573574483, 0.866023481, -0.499996662, -2.64914797e-006, -0.28678745, -0.496732205, -0.819151103)
  3768. p53.FormFactor = Enum.FormFactor.Custom
  3769. p53.Size = Vector3.new(0.61060679, 7.32508755, 0.221234918)
  3770. p53.BottomSurface = Enum.SurfaceType.Smooth
  3771. p53.TopSurface = Enum.SurfaceType.Smooth
  3772. b53 = Instance.new("SpecialMesh", p53)
  3773. b53.MeshType = Enum.MeshType.Sphere
  3774. b53.Name = "Mesh"
  3775. p54 = Instance.new("Part", m2)
  3776. p54.BrickColor = BrickColor.new("White")
  3777. p54.Material = Enum.Material.Neon
  3778. p54.CFrame = CFrame.new(21.2899132, 27.1965466, 28.7020855, 0.280168742, 0.769748747, -0.573574483, 0.939690113, -0.342017204, -2.64914797e-006, -0.196173787, -0.538985729, -0.819151103)
  3779. p54.FormFactor = Enum.FormFactor.Custom
  3780. p54.Size = Vector3.new(0.61060679, 8.03632927, 0.221234918)
  3781. p54.BottomSurface = Enum.SurfaceType.Smooth
  3782. p54.TopSurface = Enum.SurfaceType.Smooth
  3783. b54 = Instance.new("SpecialMesh", p54)
  3784. b54.MeshType = Enum.MeshType.Sphere
  3785. b54.Name = "Mesh"
  3786. p55 = Instance.new("Part", m2)
  3787. p55.BrickColor = BrickColor.new("White")
  3788. p55.Material = Enum.Material.Neon
  3789. p55.CFrame = CFrame.new(22.732933, 23.2277641, 27.6916542, -0.280163169, 0.769749939, -0.573574483, 0.939688265, 0.342020243, -2.67457881e-006, 0.196175426, -0.538984358, -0.819150984)
  3790. p55.FormFactor = Enum.FormFactor.Custom
  3791. p55.Size = Vector3.new(0.61060679, 3.09150696, 0.221234918)
  3792. p55.BottomSurface = Enum.SurfaceType.Smooth
  3793. p55.TopSurface = Enum.SurfaceType.Smooth
  3794. b55 = Instance.new("SpecialMesh", p55)
  3795. b55.MeshType = Enum.MeshType.Sphere
  3796. b55.Name = "Mesh"
  3797. p56 = Instance.new("Part", m2)
  3798. p56.BrickColor = BrickColor.new("White")
  3799. p56.Material = Enum.Material.SmoothPlastic
  3800. p56.Reflectance = 0.30000001192093
  3801. p56.CFrame = CFrame.new(26.1728668, 26.7314224, 25.3015804, -0.573574424, -0.469846636, -0.671006322, -2.71658587e-006, -0.819149017, 0.573572636, -0.819150925, 0.328987926, 0.469845742)
  3802. p56.CanCollide = false
  3803. p56.FormFactor = Enum.FormFactor.Custom
  3804. p56.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371)
  3805. p56.BottomSurface = Enum.SurfaceType.Smooth
  3806. p56.TopSurface = Enum.SurfaceType.Smooth
  3807. b56 = Instance.new("SpecialMesh", p56)
  3808. b56.MeshId = "http://www.roblox.com/asset/?id=3270017"
  3809. b56.TextureId = ""
  3810. b56.MeshType = Enum.MeshType.FileMesh
  3811. b56.Name = "Mesh"
  3812. b56.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595)
  3813. p57 = Instance.new("Part", m2)
  3814. p57.BrickColor = BrickColor.new("White")
  3815. p57.Material = Enum.Material.SmoothPlastic
  3816. p57.Reflectance = 0.30000001192093
  3817. p57.CFrame = CFrame.new(26.0715504, 26.8180256, 25.3725224, -0.573574424, -0.469846636, -0.671006322, -2.71658587e-006, -0.819149017, 0.573572636, -0.819150925, 0.328987926, 0.469845742)
  3818. p57.CanCollide = false
  3819. p57.FormFactor = Enum.FormFactor.Custom
  3820. p57.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371)
  3821. p57.BottomSurface = Enum.SurfaceType.Smooth
  3822. p57.TopSurface = Enum.SurfaceType.Smooth
  3823. b57 = Instance.new("SpecialMesh", p57)
  3824. b57.MeshId = "http://www.roblox.com/asset/?id=3270017"
  3825. b57.TextureId = ""
  3826. b57.MeshType = Enum.MeshType.FileMesh
  3827. b57.Name = "Mesh"
  3828. b57.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933)
  3829. p58 = Instance.new("Part", m2)
  3830. p58.BrickColor = BrickColor.new("White")
  3831. p58.Material = Enum.Material.SmoothPlastic
  3832. p58.Reflectance = 0.30000001192093
  3833. p58.CFrame = CFrame.new(26.2773418, 26.6421242, 25.2284393, -0.573574424, -0.469846636, -0.671006322, -2.71658587e-006, -0.819149017, 0.573572636, -0.819150925, 0.328987926, 0.469845742)
  3834. p58.CanCollide = false
  3835. p58.FormFactor = Enum.FormFactor.Custom
  3836. p58.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371)
  3837. p58.BottomSurface = Enum.SurfaceType.Smooth
  3838. p58.TopSurface = Enum.SurfaceType.Smooth
  3839. b58 = Instance.new("SpecialMesh", p58)
  3840. b58.MeshId = "http://www.roblox.com/asset/?id=3270017"
  3841. b58.TextureId = ""
  3842. b58.MeshType = Enum.MeshType.FileMesh
  3843. b58.Name = "Mesh"
  3844. b58.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665)
  3845. p59 = Instance.new("Part", m2)
  3846. p59.BrickColor = BrickColor.new("White")
  3847. p59.Material = Enum.Material.SmoothPlastic
  3848. p59.Reflectance = 0.30000001192093
  3849. p59.CFrame = CFrame.new(24.6884308, 25.7025909, 26.3410091, -0.573574424, -0.280167818, -0.769747615, -2.71658587e-006, -0.939688742, 0.342017263, -0.819150925, 0.196172908, 0.538984478)
  3850. p59.CanCollide = false
  3851. p59.FormFactor = Enum.FormFactor.Custom
  3852. p59.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371)
  3853. p59.BottomSurface = Enum.SurfaceType.Smooth
  3854. p59.TopSurface = Enum.SurfaceType.Smooth
  3855. b59 = Instance.new("SpecialMesh", p59)
  3856. b59.MeshId = "http://www.roblox.com/asset/?id=3270017"
  3857. b59.TextureId = ""
  3858. b59.MeshType = Enum.MeshType.FileMesh
  3859. b59.Name = "Mesh"
  3860. b59.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665)
  3861. p60 = Instance.new("Part", m2)
  3862. p60.BrickColor = BrickColor.new("White")
  3863. p60.Material = Enum.Material.SmoothPlastic
  3864. p60.Reflectance = 0.30000001192093
  3865. p60.CFrame = CFrame.new(24.4523582, 25.807478, 26.5063095, -0.573574424, -0.280167848, -0.769747615, -2.7445908e-006, -0.939688742, 0.342017263, -0.819150925, 0.196172863, 0.538984478)
  3866. p60.CanCollide = false
  3867. p60.FormFactor = Enum.FormFactor.Custom
  3868. p60.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371)
  3869. p60.BottomSurface = Enum.SurfaceType.Smooth
  3870. p60.TopSurface = Enum.SurfaceType.Smooth
  3871. b60 = Instance.new("SpecialMesh", p60)
  3872. b60.MeshId = "http://www.roblox.com/asset/?id=3270017"
  3873. b60.TextureId = ""
  3874. b60.MeshType = Enum.MeshType.FileMesh
  3875. b60.Name = "Mesh"
  3876. b60.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933)
  3877. p61 = Instance.new("Part", m2)
  3878. p61.BrickColor = BrickColor.new("White")
  3879. p61.Material = Enum.Material.SmoothPlastic
  3880. p61.Reflectance = 0.30000001192093
  3881. p61.CFrame = CFrame.new(24.5685883, 25.7558403, 26.4249287, -0.573574424, -0.280167878, -0.769747615, -2.77259574e-006, -0.939688742, 0.342017263, -0.819150925, 0.196172819, 0.538984478)
  3882. p61.CanCollide = false
  3883. p61.FormFactor = Enum.FormFactor.Custom
  3884. p61.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371)
  3885. p61.BottomSurface = Enum.SurfaceType.Smooth
  3886. p61.TopSurface = Enum.SurfaceType.Smooth
  3887. b61 = Instance.new("SpecialMesh", p61)
  3888. b61.MeshId = "http://www.roblox.com/asset/?id=3270017"
  3889. b61.TextureId = ""
  3890. b61.MeshType = Enum.MeshType.FileMesh
  3891. b61.Name = "Mesh"
  3892. b61.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595)
  3893. p62 = Instance.new("Part", m2)
  3894. p62.BrickColor = BrickColor.new("White")
  3895. p62.Material = Enum.Material.SmoothPlastic
  3896. p62.Reflectance = 0.30000001192093
  3897. p62.CFrame = CFrame.new(24.6884365, 25.7025948, 26.3410149, -0.573574424, -0.280167907, -0.769747615, -2.80060067e-006, -0.939688742, 0.342017263, -0.819150925, 0.196172774, 0.538984478)
  3898. p62.CanCollide = false
  3899. p62.FormFactor = Enum.FormFactor.Custom
  3900. p62.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371)
  3901. p62.BottomSurface = Enum.SurfaceType.Smooth
  3902. p62.TopSurface = Enum.SurfaceType.Smooth
  3903. b62 = Instance.new("SpecialMesh", p62)
  3904. b62.MeshId = "http://www.roblox.com/asset/?id=3270017"
  3905. b62.TextureId = ""
  3906. b62.MeshType = Enum.MeshType.FileMesh
  3907. b62.Name = "Mesh"
  3908. b62.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665)
  3909. p63 = Instance.new("Part", m2)
  3910. p63.BrickColor = BrickColor.new("White")
  3911. p63.Material = Enum.Material.SmoothPlastic
  3912. p63.Reflectance = 0.30000001192093
  3913. p63.CFrame = CFrame.new(24.452364, 25.8074818, 26.5063152, -0.573574424, -0.280167937, -0.769747615, -2.8286056e-006, -0.939688742, 0.342017263, -0.819150925, 0.196172729, 0.538984478)
  3914. p63.CanCollide = false
  3915. p63.FormFactor = Enum.FormFactor.Custom
  3916. p63.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371)
  3917. p63.BottomSurface = Enum.SurfaceType.Smooth
  3918. p63.TopSurface = Enum.SurfaceType.Smooth
  3919. b63 = Instance.new("SpecialMesh", p63)
  3920. b63.MeshId = "http://www.roblox.com/asset/?id=3270017"
  3921. b63.TextureId = ""
  3922. b63.MeshType = Enum.MeshType.FileMesh
  3923. b63.Name = "Mesh"
  3924. b63.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933)
  3925. p64 = Instance.new("Part", m2)
  3926. p64.BrickColor = BrickColor.new("White")
  3927. p64.Material = Enum.Material.SmoothPlastic
  3928. p64.Reflectance = 0.30000001192093
  3929. p64.CFrame = CFrame.new(24.568594, 25.7558441, 26.4249344, -0.573574424, -0.280167967, -0.769747615, -2.85661054e-006, -0.939688742, 0.342017263, -0.819150925, 0.196172684, 0.538984478)
  3930. p64.CanCollide = false
  3931. p64.FormFactor = Enum.FormFactor.Custom
  3932. p64.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371)
  3933. p64.BottomSurface = Enum.SurfaceType.Smooth
  3934. p64.TopSurface = Enum.SurfaceType.Smooth
  3935. b64 = Instance.new("SpecialMesh", p64)
  3936. b64.MeshId = "http://www.roblox.com/asset/?id=3270017"
  3937. b64.TextureId = ""
  3938. b64.MeshType = Enum.MeshType.FileMesh
  3939. b64.Name = "Mesh"
  3940. b64.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595)
  3941. p65 = Instance.new("Part", m2)
  3942. p65.BrickColor = BrickColor.new("Really black")
  3943. p65.Transparency = 1
  3944. p65.Name = "TorsoPart"
  3945. p65.CFrame = CFrame.new(27.0399818, 25.1251049, 25.3600311, 0.999996543, 2.59280205e-006, 8.94069672e-008, 2.77161598e-006, 0.999995351, 1.56462193e-006, 6.2584877e-007, 1.51991844e-006, 0.999998093)
  3946. p65.FormFactor = Enum.FormFactor.Symmetric
  3947. p65.Size = Vector3.new(4, 4, 2)
  3948. w1 = Instance.new("Weld", p1)
  3949. w1.Name = "Part_Weld"
  3950. w1.Part0 = p1
  3951. w1.C0 = CFrame.new(7.48623466, 46.9062119, -4.72964478, -0.579227924, 0.707106769, -0.405579776, -0.579227805, -0.707106769, -0.405579716, -0.573576331, 0, 0.819152117)
  3952. w1.Part1 = p2
  3953. w1.C1 = CFrame.new(35.7379875, 19.7860374, 13.782176, -0.573576331, -1.03064551e-007, -0.819152117, 0.346188396, -0.906307817, -0.24240382, -0.742403984, -0.422618032, 0.519836664)
  3954. w2 = Instance.new("Weld", p2)
  3955. w2.Name = "Part_Weld"
  3956. w2.Part0 = p2
  3957. w2.C0 = CFrame.new(35.7379875, 19.7860374, 13.782176, -0.573576331, -1.03064551e-007, -0.819152117, 0.346188396, -0.906307817, -0.24240382, -0.742403984, -0.422618032, 0.519836664)
  3958. w2.Part1 = p3
  3959. w2.C1 = CFrame.new(35.7379951, 19.7860336, 13.626483, -0.573576331, -1.03064551e-007, -0.819152117, 0.346188396, -0.906307817, -0.24240382, -0.742403984, -0.422618032, 0.519836664)
  3960. w3 = Instance.new("Weld", p3)
  3961. w3.Name = "Part_Weld"
  3962. w3.Part0 = p3
  3963. w3.C0 = CFrame.new(35.7379951, 19.7860336, 13.626483, -0.573576331, -1.03064551e-007, -0.819152117, 0.346188396, -0.906307817, -0.24240382, -0.742403984, -0.422618032, 0.519836664)
  3964. w3.Part1 = p4
  3965. w3.C1 = CFrame.new(-4.6974678, 10.7812996, -45.834713, -0.573576748, 0, 0.819151878, 0.280166447, -0.939692616, 0.1961748, 0.769751072, 0.342020154, 0.538985789)
  3966. w4 = Instance.new("Weld", p4)
  3967. w4.Name = "Part_Weld"
  3968. w4.Part0 = p4
  3969. w4.C0 = CFrame.new(-4.6974678, 10.7812996, -45.834713, -0.573576748, 0, 0.819151878, 0.280166447, -0.939692616, 0.1961748, 0.769751072, 0.342020154, 0.538985789)
  3970. w4.Part1 = p5
  3971. w4.C1 = CFrame.new(35.7379875, 19.7860374, 13.782176, -0.573576331, -1.03064551e-007, -0.819152117, 0.346188396, -0.906307817, -0.24240382, -0.742403984, -0.422618032, 0.519836664)
  3972. w5 = Instance.new("Weld", p5)
  3973. w5.Name = "Part_Weld"
  3974. w5.Part0 = p5
  3975. w5.C0 = CFrame.new(35.7379875, 19.7860374, 13.782176, -0.573576331, -1.03064551e-007, -0.819152117, 0.346188396, -0.906307817, -0.24240382, -0.742403984, -0.422618032, 0.519836664)
  3976. w5.Part1 = p6
  3977. w5.C1 = CFrame.new(35.7379951, 19.7860374, 13.4754944, -0.573576331, -1.03064551e-007, -0.819152117, 0.346188396, -0.906307817, -0.24240382, -0.742403984, -0.422618032, 0.519836664)
  3978. w6 = Instance.new("Weld", p6)
  3979. w6.Name = "Part_Weld"
  3980. w6.Part0 = p6
  3981. w6.C0 = CFrame.new(35.7379951, 19.7860374, 13.4754944, -0.573576331, -1.03064551e-007, -0.819152117, 0.346188396, -0.906307817, -0.24240382, -0.742403984, -0.422618032, 0.519836664)
  3982. w6.Part1 = p7
  3983. w6.C1 = CFrame.new(35.7379951, 19.7860336, 13.626483, -0.573576331, -1.03064551e-007, -0.819152117, 0.346188396, -0.906307817, -0.24240382, -0.742403984, -0.422618032, 0.519836664)
  3984. w7 = Instance.new("Weld", p7)
  3985. w7.Name = "Part_Weld"
  3986. w7.Part0 = p7
  3987. w7.C0 = CFrame.new(35.7379951, 19.7860336, 13.626483, -0.573576331, -1.03064551e-007, -0.819152117, 0.346188396, -0.906307817, -0.24240382, -0.742403984, -0.422618032, 0.519836664)
  3988. w7.Part1 = p8
  3989. w7.C1 = CFrame.new(35.7379951, 19.7860374, 13.4754944, -0.573576331, -1.03064551e-007, -0.819152117, 0.346188396, -0.906307817, -0.24240382, -0.742403984, -0.422618032, 0.519836664)
  3990. w8 = Instance.new("Weld", p8)
  3991. w8.Name = "Part_Weld"
  3992. w8.Part0 = p8
  3993. w8.C0 = CFrame.new(35.7379951, 19.7860374, 13.4754944, -0.573576331, -1.03064551e-007, -0.819152117, 0.346188396, -0.906307817, -0.24240382, -0.742403984, -0.422618032, 0.519836664)
  3994. w8.Part1 = p9
  3995. w8.C1 = CFrame.new(-4.69746971, 38.4699516, -26.4413414, -0.573576748, -1.03064551e-007, 0.819151878, -0.346188426, -0.906307817, -0.242403746, 0.742403686, -0.422618032, 0.519837141)
  3996. w9 = Instance.new("Weld", p9)
  3997. w9.Name = "Part_Weld"
  3998. w9.Part0 = p9
  3999. w9.C0 = CFrame.new(-4.69746971, 38.4699516, -26.4413414, -0.573576748, -1.03064551e-007, 0.819151878, -0.346188426, -0.906307817, -0.242403746, 0.742403686, -0.422618032, 0.519837141)
  4000. w9.Part1 = p10
  4001. w9.C1 = CFrame.new(-4.6974659, 0.512617111, -46.0237579, -0.573576748, 0, 0.819151878, 0.469846189, -0.819152057, 0.328990072, 0.671009898, 0.57357645, 0.469846576)
  4002. w10 = Instance.new("Weld", p10)
  4003. w10.Name = "Part_Weld"
  4004. w10.Part0 = p10
  4005. w10.C0 = CFrame.new(-4.6974659, 0.512617111, -46.0237579, -0.573576748, 0, 0.819151878, 0.469846189, -0.819152057, 0.328990072, 0.671009898, 0.57357645, 0.469846576)
  4006. w10.Part1 = p11
  4007. w10.C1 = CFrame.new(-4.69746971, -0.249427795, -45.2937202, -0.573576748, 0, 0.819151878, 0.469846189, -0.819152057, 0.328990072, 0.671009898, 0.57357645, 0.469846576)
  4008. w11 = Instance.new("Weld", p11)
  4009. w11.Name = "Part_Weld"
  4010. w11.Part0 = p11
  4011. w11.C0 = CFrame.new(-4.69746971, -0.249427795, -45.2937202, -0.573576748, 0, 0.819151878, 0.469846189, -0.819152057, 0.328990072, 0.671009898, 0.57357645, 0.469846576)
  4012. w11.Part1 = p12
  4013. w11.C1 = CFrame.new(-4.69746971, 13.5492201, -44.5157242, -0.573576748, -2.87868307e-008, 0.819151878, 0.212012202, -0.965925753, 0.148452699, 0.791239858, 0.258819222, 0.554032564)
  4014. w12 = Instance.new("Weld", p12)
  4015. w12.Name = "Part_Weld"
  4016. w12.Part0 = p12
  4017. w12.C0 = CFrame.new(-4.69746971, 13.5492201, -44.5157242, -0.573576748, -2.87868307e-008, 0.819151878, 0.212012202, -0.965925753, 0.148452699, 0.791239858, 0.258819222, 0.554032564)
  4018. w12.Part1 = p13
  4019. w12.C1 = CFrame.new(-4.69747162, -0.249425888, -45.4494095, -0.573576748, 0, 0.819151878, 0.469846189, -0.819152057, 0.328990072, 0.671009898, 0.57357645, 0.469846576)
  4020. w13 = Instance.new("Weld", p13)
  4021. w13.Name = "Part_Weld"
  4022. w13.Part0 = p13
  4023. w13.C0 = CFrame.new(-4.69747162, -0.249425888, -45.4494095, -0.573576748, 0, 0.819151878, 0.469846189, -0.819152057, 0.328990072, 0.671009898, 0.57357645, 0.469846576)
  4024. w13.Part1 = p14
  4025. w13.C1 = CFrame.new(-4.6974678, 13.5492172, -44.6714172, -0.573576748, -2.87868307e-008, 0.819151878, 0.212012202, -0.965925753, 0.148452699, 0.791239858, 0.258819222, 0.554032564)
  4026. w14 = Instance.new("Weld", p14)
  4027. w14.Name = "Part_Weld"
  4028. w14.Part0 = p14
  4029. w14.C0 = CFrame.new(-4.6974678, 13.5492172, -44.6714172, -0.573576748, -2.87868307e-008, 0.819151878, 0.212012202, -0.965925753, 0.148452699, 0.791239858, 0.258819222, 0.554032564)
  4030. w14.Part1 = p15
  4031. w14.C1 = CFrame.new(-4.69747162, 10.7813034, -45.5280304, -0.573576748, 0, 0.819151878, 0.280166447, -0.939692616, 0.1961748, 0.769751072, 0.342020154, 0.538985789)
  4032. w15 = Instance.new("Weld", p15)
  4033. w15.Name = "Part_Weld"
  4034. w15.Part0 = p15
  4035. w15.C0 = CFrame.new(-4.69747162, 10.7813034, -45.5280304, -0.573576748, 0, 0.819151878, 0.280166447, -0.939692616, 0.1961748, 0.769751072, 0.342020154, 0.538985789)
  4036. w15.Part1 = p16
  4037. w15.C1 = CFrame.new(-4.69746971, 13.5492172, -44.8224106, -0.573576748, -2.87868307e-008, 0.819151878, 0.212012202, -0.965925753, 0.148452699, 0.791239858, 0.258819222, 0.554032564)
  4038. w16 = Instance.new("Weld", p16)
  4039. w16.Name = "Part_Weld"
  4040. w16.Part0 = p16
  4041. w16.C0 = CFrame.new(-4.69746971, 13.5492172, -44.8224106, -0.573576748, -2.87868307e-008, 0.819151878, 0.212012202, -0.965925753, 0.148452699, 0.791239858, 0.258819222, 0.554032564)
  4042. w16.Part1 = p17
  4043. w16.C1 = CFrame.new(-4.6974678, 10.7812996, -45.834713, -0.573576748, 0, 0.819151878, 0.280166447, -0.939692616, 0.1961748, 0.769751072, 0.342020154, 0.538985789)
  4044. w17 = Instance.new("Weld", p17)
  4045. w17.Name = "Part_Weld"
  4046. w17.Part0 = p17
  4047. w17.C0 = CFrame.new(-4.6974678, 10.7812996, -45.834713, -0.573576748, 0, 0.819151878, 0.280166447, -0.939692616, 0.1961748, 0.769751072, 0.342020154, 0.538985789)
  4048. w17.Part1 = p18
  4049. w17.C1 = CFrame.new(-4.6974678, -0.249424934, -45.600399, -0.573576748, 0, 0.819151878, 0.469846189, -0.819152057, 0.328990072, 0.671009898, 0.57357645, 0.469846576)
  4050. w18 = Instance.new("Weld", p18)
  4051. w18.Name = "Part_Weld"
  4052. w18.Part0 = p18
  4053. w18.C0 = CFrame.new(-4.6974678, -0.249424934, -45.600399, -0.573576748, 0, 0.819151878, 0.469846189, -0.819152057, 0.328990072, 0.671009898, 0.57357645, 0.469846576)
  4054. w18.Part1 = p19
  4055. w18.C1 = CFrame.new(-4.6974678, 38.4699554, -26.5923309, -0.573576748, -1.03064551e-007, 0.819151878, -0.346188426, -0.906307817, -0.242403746, 0.742403686, -0.422618032, 0.519837141)
  4056. w19 = Instance.new("Weld", p19)
  4057. w19.Name = "Part_Weld"
  4058. w19.Part0 = p19
  4059. w19.C0 = CFrame.new(-4.6974678, 38.4699554, -26.5923309, -0.573576748, -1.03064551e-007, 0.819151878, -0.346188426, -0.906307817, -0.242403746, 0.742403686, -0.422618032, 0.519837141)
  4060. w19.Part1 = p20
  4061. w19.C1 = CFrame.new(-4.69746971, 38.4699516, -26.4413414, -0.573576748, -1.03064551e-007, 0.819151878, -0.346188426, -0.906307817, -0.242403746, 0.742403686, -0.422618032, 0.519837141)
  4062. w20 = Instance.new("Weld", p20)
  4063. w20.Name = "Part_Weld"
  4064. w20.Part0 = p20
  4065. w20.C0 = CFrame.new(-4.69746971, 38.4699516, -26.4413414, -0.573576748, -1.03064551e-007, 0.819151878, -0.346188426, -0.906307817, -0.242403746, 0.742403686, -0.422618032, 0.519837141)
  4066. w20.Part1 = p21
  4067. w20.C1 = CFrame.new(-4.69746971, 0.512615204, -45.8727722, -0.573576748, 0, 0.819151878, 0.469846189, -0.819152057, 0.328990072, 0.671009898, 0.57357645, 0.469846576)
  4068. w21 = Instance.new("Weld", p21)
  4069. w21.Name = "Part_Weld"
  4070. w21.Part0 = p21
  4071. w21.C0 = CFrame.new(-4.69746971, 0.512615204, -45.8727722, -0.573576748, 0, 0.819151878, 0.469846189, -0.819152057, 0.328990072, 0.671009898, 0.57357645, 0.469846576)
  4072. w21.Part1 = p22
  4073. w21.C1 = CFrame.new(-4.69746971, 38.4699554, -26.2856503, -0.573576748, -1.03064551e-007, 0.819151878, -0.346188426, -0.906307817, -0.242403746, 0.742403686, -0.422618032, 0.519837141)
  4074. w22 = Instance.new("Weld", p22)
  4075. w22.Name = "Part_Weld"
  4076. w22.Part0 = p22
  4077. w22.C0 = CFrame.new(-4.69746971, 38.4699554, -26.2856503, -0.573576748, -1.03064551e-007, 0.819151878, -0.346188426, -0.906307817, -0.242403746, 0.742403686, -0.422618032, 0.519837141)
  4078. w22.Part1 = p23
  4079. w22.C1 = CFrame.new(-4.69747162, 10.7813015, -45.6837234, -0.573576748, 0, 0.819151878, 0.280166447, -0.939692616, 0.1961748, 0.769751072, 0.342020154, 0.538985789)
  4080. w23 = Instance.new("Weld", p23)
  4081. w23.Name = "Part_Weld"
  4082. w23.Part0 = p23
  4083. w23.C0 = CFrame.new(-4.69747162, 10.7813015, -45.6837234, -0.573576748, 0, 0.819151878, 0.280166447, -0.939692616, 0.1961748, 0.769751072, 0.342020154, 0.538985789)
  4084. w23.Part1 = p24
  4085. w23.C1 = CFrame.new(-4.69747162, 10.7813034, -45.5280304, -0.573576748, 0, 0.819151878, 0.280166447, -0.939692616, 0.1961748, 0.769751072, 0.342020154, 0.538985789)
  4086. w24 = Instance.new("Weld", p24)
  4087. w24.Name = "Part_Weld"
  4088. w24.Part0 = p24
  4089. w24.C0 = CFrame.new(-4.69747162, 10.7813034, -45.5280304, -0.573576748, 0, 0.819151878, 0.280166447, -0.939692616, 0.1961748, 0.769751072, 0.342020154, 0.538985789)
  4090. w24.Part1 = p25
  4091. w24.C1 = CFrame.new(-4.6974678, 13.5492172, -44.6714172, -0.573576748, -2.87868307e-008, 0.819151878, 0.212012202, -0.965925753, 0.148452699, 0.791239858, 0.258819222, 0.554032564)
  4092. w25 = Instance.new("Weld", p25)
  4093. w25.Name = "Part_Weld"
  4094. w25.Part0 = p25
  4095. w25.C0 = CFrame.new(-4.6974678, 13.5492172, -44.6714172, -0.573576748, -2.87868307e-008, 0.819151878, 0.212012202, -0.965925753, 0.148452699, 0.791239858, 0.258819222, 0.554032564)
  4096. w25.Part1 = p26
  4097. w25.C1 = CFrame.new(-4.69747162, 10.7813015, -45.6837234, -0.573576748, 0, 0.819151878, 0.280166447, -0.939692616, 0.1961748, 0.769751072, 0.342020154, 0.538985789)
  4098. w26 = Instance.new("Weld", p26)
  4099. w26.Name = "Part_Weld"
  4100. w26.Part0 = p26
  4101. w26.C0 = CFrame.new(-4.69747162, 10.7813015, -45.6837234, -0.573576748, 0, 0.819151878, 0.280166447, -0.939692616, 0.1961748, 0.769751072, 0.342020154, 0.538985789)
  4102. w26.Part1 = p27
  4103. w26.C1 = CFrame.new(-4.6974678, 38.4699554, -26.5923309, -0.573576748, -1.03064551e-007, 0.819151878, -0.346188426, -0.906307817, -0.242403746, 0.742403686, -0.422618032, 0.519837141)
  4104. w27 = Instance.new("Weld", p27)
  4105. w27.Name = "Part_Weld"
  4106. w27.Part0 = p27
  4107. w27.C0 = CFrame.new(-4.6974678, 38.4699554, -26.5923309, -0.573576748, -1.03064551e-007, 0.819151878, -0.346188426, -0.906307817, -0.242403746, 0.742403686, -0.422618032, 0.519837141)
  4108. w27.Part1 = p28
  4109. w27.C1 = CFrame.new(-4.6974678, -0.249424934, -45.600399, -0.573576748, 0, 0.819151878, 0.469846189, -0.819152057, 0.328990072, 0.671009898, 0.57357645, 0.469846576)
  4110. w28 = Instance.new("Weld", p28)
  4111. w28.Name = "Part_Weld"
  4112. w28.Part0 = p28
  4113. w28.C0 = CFrame.new(-4.6974678, -0.249424934, -45.600399, -0.573576748, 0, 0.819151878, 0.469846189, -0.819152057, 0.328990072, 0.671009898, 0.57357645, 0.469846576)
  4114. w28.Part1 = p29
  4115. w28.C1 = CFrame.new(-36.0110359, 31.0260429, -4.71271896, 0.280166358, 0.93969208, 0.196174681, -0.769750178, 0.342019618, -0.538985252, -0.57357645, -2.95716429e-008, 0.819151998)
  4116. w29 = Instance.new("Weld", p29)
  4117. w29.Name = "Part_Weld"
  4118. w29.Part0 = p29
  4119. w29.C0 = CFrame.new(-36.0110359, 31.0260429, -4.71271896, 0.280166358, 0.93969208, 0.196174681, -0.769750178, 0.342019618, -0.538985252, -0.57357645, -2.95716429e-008, 0.819151998)
  4120. w29.Part1 = p30
  4121. w29.C1 = CFrame.new(-4.69746971, 13.5492201, -44.5157242, -0.573576748, -2.87868307e-008, 0.819151878, 0.212012202, -0.965925753, 0.148452699, 0.791239858, 0.258819222, 0.554032564)
  4122. w30 = Instance.new("Weld", p30)
  4123. w30.Name = "Part_Weld"
  4124. w30.Part0 = p30
  4125. w30.C0 = CFrame.new(-4.69746971, 13.5492201, -44.5157242, -0.573576748, -2.87868307e-008, 0.819151878, 0.212012202, -0.965925753, 0.148452699, 0.791239858, 0.258819222, 0.554032564)
  4126. w30.Part1 = p31
  4127. w30.C1 = CFrame.new(-4.69746971, 38.4699554, -26.2856503, -0.573576748, -1.03064551e-007, 0.819151878, -0.346188426, -0.906307817, -0.242403746, 0.742403686, -0.422618032, 0.519837141)
  4128. w31 = Instance.new("Weld", p31)
  4129. w31.Name = "Part_Weld"
  4130. w31.Part0 = p31
  4131. w31.C0 = CFrame.new(-4.69746971, 38.4699554, -26.2856503, -0.573576748, -1.03064551e-007, 0.819151878, -0.346188426, -0.906307817, -0.242403746, 0.742403686, -0.422618032, 0.519837141)
  4132. w31.Part1 = p32
  4133. w31.C1 = CFrame.new(-4.6974678, 0.512617111, -45.717083, -0.573576748, 0, 0.819151878, 0.469846189, -0.819152057, 0.328990072, 0.671009898, 0.57357645, 0.469846576)
  4134. w32 = Instance.new("Weld", p32)
  4135. w32.Name = "Part_Weld"
  4136. w32.Part0 = p32
  4137. w32.C0 = CFrame.new(-4.6974678, 0.512617111, -45.717083, -0.573576748, 0, 0.819151878, 0.469846189, -0.819152057, 0.328990072, 0.671009898, 0.57357645, 0.469846576)
  4138. w32.Part1 = p33
  4139. w32.C1 = CFrame.new(-17.3583775, 46.9591446, -4.71270752, -0.142244235, 0.98480773, -0.0996004939, -0.806707144, -0.173648238, -0.564862549, -0.57357657, 0, 0.819151998)
  4140. w33 = Instance.new("Weld", p33)
  4141. w33.Name = "Part_Weld"
  4142. w33.Part0 = p33
  4143. w33.C0 = CFrame.new(-17.3583775, 46.9591446, -4.71270752, -0.142244235, 0.98480773, -0.0996004939, -0.806707144, -0.173648238, -0.564862549, -0.57357657, 0, 0.819151998)
  4144. w33.Part1 = p34
  4145. w33.C1 = CFrame.new(-4.69747162, -0.249425888, -45.4494095, -0.573576748, 0, 0.819151878, 0.469846189, -0.819152057, 0.328990072, 0.671009898, 0.57357645, 0.469846576)
  4146. w34 = Instance.new("Weld", p34)
  4147. w34.Name = "Part_Weld"
  4148. w34.Part0 = p34
  4149. w34.C0 = CFrame.new(-4.69747162, -0.249425888, -45.4494095, -0.573576748, 0, 0.819151878, 0.469846189, -0.819152057, 0.328990072, 0.671009898, 0.57357645, 0.469846576)
  4150. w34.Part1 = p35
  4151. w34.C1 = CFrame.new(-4.69746971, 13.5492172, -44.8224106, -0.573576748, -2.87868307e-008, 0.819151878, 0.212012202, -0.965925753, 0.148452699, 0.791239858, 0.258819222, 0.554032564)
  4152. w35 = Instance.new("Weld", p35)
  4153. w35.Name = "Part_Weld"
  4154. w35.Part0 = p35
  4155. w35.C0 = CFrame.new(-4.69746971, 13.5492172, -44.8224106, -0.573576748, -2.87868307e-008, 0.819151878, 0.212012202, -0.965925753, 0.148452699, 0.791239858, 0.258819222, 0.554032564)
  4156. w35.Part1 = p36
  4157. w35.C1 = CFrame.new(-4.69746971, -0.249427795, -45.2937202, -0.573576748, 0, 0.819151878, 0.469846189, -0.819152057, 0.328990072, 0.671009898, 0.57357645, 0.469846576)
  4158. w36 = Instance.new("Weld", p36)
  4159. w36.Name = "Part_Weld"
  4160. w36.Part0 = p36
  4161. w36.C0 = CFrame.new(-4.69746971, -0.249427795, -45.2937202, -0.573576748, 0, 0.819151878, 0.469846189, -0.819152057, 0.328990072, 0.671009898, 0.57357645, 0.469846576)
  4162. w36.Part1 = p37
  4163. w36.C1 = CFrame.new(-3.70028734, 49.2830544, -4.71271324, -0.409575999, 0.866025388, -0.286788285, -0.709406435, -0.5, -0.496731967, -0.57357657, 0, 0.819151998)
  4164. w37 = Instance.new("Weld", p37)
  4165. w37.Name = "Part_Weld"
  4166. w37.Part0 = p37
  4167. w37.C0 = CFrame.new(-3.70028734, 49.2830544, -4.71271324, -0.409575999, 0.866025388, -0.286788285, -0.709406435, -0.5, -0.496731967, -0.57357657, 0, 0.819151998)
  4168. w37.Part1 = p38
  4169. w37.C1 = CFrame.new(-10.7698097, 49.927597, -4.71271324, -0.280166447, 0.939692616, -0.196174681, -0.769750953, -0.342020154, -0.53898561, -0.57357657, 0, 0.819151998)
  4170. w38 = Instance.new("Weld", p38)
  4171. w38.Name = "Part_Weld"
  4172. w38.Part0 = p38
  4173. w38.C0 = CFrame.new(-10.7698097, 49.927597, -4.71271324, -0.280166447, 0.939692616, -0.196174681, -0.769750953, -0.342020154, -0.53898561, -0.57357657, 0, 0.819151998)
  4174. w38.Part1 = p39
  4175. w38.C1 = CFrame.new(35.7379837, 25.1083565, -9.07904911, -0.573576331, 0, -0.819152117, -0.469846368, -0.819152057, 0.328989863, -0.671010137, 0.57357645, 0.469846219)
  4176. w39 = Instance.new("Weld", p39)
  4177. w39.Name = "Part_Weld"
  4178. w39.Part0 = p39
  4179. w39.C0 = CFrame.new(35.7379837, 25.1083565, -9.07904911, -0.573576331, 0, -0.819152117, -0.469846368, -0.819152057, 0.328989863, -0.671010137, 0.57357645, 0.469846219)
  4180. w39.Part1 = p40
  4181. w39.C1 = CFrame.new(35.7379837, 25.1083584, -9.38572502, -0.573576331, 0, -0.819152117, -0.469846368, -0.819152057, 0.328989863, -0.671010137, 0.57357645, 0.469846219)
  4182. w40 = Instance.new("Weld", p40)
  4183. w40.Name = "Part_Weld"
  4184. w40.Part0 = p40
  4185. w40.C0 = CFrame.new(35.7379837, 25.1083584, -9.38572502, -0.573576331, 0, -0.819152117, -0.469846368, -0.819152057, 0.328989863, -0.671010137, 0.57357645, 0.469846219)
  4186. w40.Part1 = p41
  4187. w40.C1 = CFrame.new(35.7379875, 25.1083603, -9.23473454, -0.573576331, 0, -0.819152117, -0.469846368, -0.819152057, 0.328989863, -0.671010137, 0.57357645, 0.469846219)
  4188. w41 = Instance.new("Weld", p41)
  4189. w41.Name = "Part_Weld"
  4190. w41.Part0 = p41
  4191. w41.C0 = CFrame.new(35.7379875, 25.1083603, -9.23473454, -0.573576331, 0, -0.819152117, -0.469846368, -0.819152057, 0.328989863, -0.671010137, 0.57357645, 0.469846219)
  4192. w41.Part1 = p42
  4193. w41.C1 = CFrame.new(35.7379913, 24.9916019, -2.11887932, -0.573576331, -2.87868307e-008, -0.819152117, -0.212012321, -0.965925753, 0.14845252, -0.791240156, 0.258819222, 0.554032147)
  4194. w42 = Instance.new("Weld", p42)
  4195. w42.Name = "Part_Weld"
  4196. w42.Part0 = p42
  4197. w42.C0 = CFrame.new(35.7379913, 24.9916019, -2.11887932, -0.573576331, -2.87868307e-008, -0.819152117, -0.212012321, -0.965925753, 0.14845252, -0.791240156, 0.258819222, 0.554032147)
  4198. w42.Part1 = p43
  4199. w42.C1 = CFrame.new(35.7379913, 24.9916019, -2.11887932, -0.573576331, -2.87868307e-008, -0.819152117, -0.212012321, -0.965925753, 0.14845252, -0.791240156, 0.258819222, 0.554032147)
  4200. w43 = Instance.new("Weld", p43)
  4201. w43.Name = "Part_Weld"
  4202. w43.Part0 = p43
  4203. w43.C0 = CFrame.new(35.7379913, 24.9916019, -2.11887932, -0.573576331, -2.87868307e-008, -0.819152117, -0.212012321, -0.965925753, 0.14845252, -0.791240156, 0.258819222, 0.554032147)
  4204. w43.Part1 = p44
  4205. w43.C1 = CFrame.new(35.7379913, 24.9916058, -1.81219578, -0.573576331, -2.87868307e-008, -0.819152117, -0.212012321, -0.965925753, 0.14845252, -0.791240156, 0.258819222, 0.554032147)
  4206. w44 = Instance.new("Weld", p44)
  4207. w44.Name = "Part_Weld"
  4208. w44.Part0 = p44
  4209. w44.C0 = CFrame.new(35.7379913, 24.9916058, -1.81219578, -0.573576331, -2.87868307e-008, -0.819152117, -0.212012321, -0.965925753, 0.14845252, -0.791240156, 0.258819222, 0.554032147)
  4210. w44.Part1 = p45
  4211. w44.C1 = CFrame.new(35.7379913, 24.9916019, -1.96789074, -0.573576331, -2.87868307e-008, -0.819152117, -0.212012321, -0.965925753, 0.14845252, -0.791240156, 0.258819222, 0.554032147)
  4212. w45 = Instance.new("Weld", p45)
  4213. w45.Name = "Part_Weld"
  4214. w45.Part0 = p45
  4215. w45.C0 = CFrame.new(35.7379913, 24.9916019, -1.96789074, -0.573576331, -2.87868307e-008, -0.819152117, -0.212012321, -0.965925753, 0.14845252, -0.791240156, 0.258819222, 0.554032147)
  4216. w45.Part1 = p46
  4217. w45.C1 = CFrame.new(35.7379913, 24.9916058, -1.81219578, -0.573576331, -2.87868307e-008, -0.819152117, -0.212012321, -0.965925753, 0.14845252, -0.791240156, 0.258819222, 0.554032147)
  4218. w46 = Instance.new("Weld", p46)
  4219. w46.Name = "Part_Weld"
  4220. w46.Part0 = p46
  4221. w46.C0 = CFrame.new(35.7379913, 24.9916058, -1.81219578, -0.573576331, -2.87868307e-008, -0.819152117, -0.212012321, -0.965925753, 0.14845252, -0.791240156, 0.258819222, 0.554032147)
  4222. w46.Part1 = p47
  4223. w46.C1 = CFrame.new(35.7379913, 24.9916019, -1.96789074, -0.573576331, -2.87868307e-008, -0.819152117, -0.212012321, -0.965925753, 0.14845252, -0.791240156, 0.258819222, 0.554032147)
  4224. w47 = Instance.new("Weld", p47)
  4225. w47.Name = "Part_Weld"
  4226. w47.Part0 = p47
  4227. w47.C0 = CFrame.new(35.7379913, 24.9916019, -1.96789074, -0.573576331, -2.87868307e-008, -0.819152117, -0.212012321, -0.965925753, 0.14845252, -0.791240156, 0.258819222, 0.554032147)
  4228. w47.Part1 = p48
  4229. w47.C1 = CFrame.new(-23.7728367, 15.5624714, 35.7227516, 0.579227924, 0.707106769, -0.405579776, 0.579227865, -0.707106769, -0.405579716, -0.57357645, 0, -0.819151998)
  4230. w48 = Instance.new("Weld", p48)
  4231. w48.Name = "Part_Weld"
  4232. w48.Part0 = p48
  4233. w48.C0 = CFrame.new(-23.7728367, 15.5624714, 35.7227516, 0.579227924, 0.707106769, -0.405579776, 0.579227865, -0.707106769, -0.405579716, -0.57357645, 0, -0.819151998)
  4234. w48.Part1 = p49
  4235. w48.C1 = CFrame.new(35.7379837, 25.1083565, -9.07904911, -0.573576331, 0, -0.819152117, -0.469846368, -0.819152057, 0.328989863, -0.671010137, 0.57357645, 0.469846219)
  4236. w49 = Instance.new("Weld", p49)
  4237. w49.Name = "Part_Weld"
  4238. w49.Part0 = p49
  4239. w49.C0 = CFrame.new(35.7379837, 25.1083565, -9.07904911, -0.573576331, 0, -0.819152117, -0.469846368, -0.819152057, 0.328989863, -0.671010137, 0.57357645, 0.469846219)
  4240. w49.Part1 = p50
  4241. w49.C1 = CFrame.new(35.7379837, 25.1083584, -9.38572502, -0.573576331, 0, -0.819152117, -0.469846368, -0.819152057, 0.328989863, -0.671010137, 0.57357645, 0.469846219)
  4242. w50 = Instance.new("Weld", p50)
  4243. w50.Name = "Part_Weld"
  4244. w50.Part0 = p50
  4245. w50.C0 = CFrame.new(35.7379837, 25.1083584, -9.38572502, -0.573576331, 0, -0.819152117, -0.469846368, -0.819152057, 0.328989863, -0.671010137, 0.57357645, 0.469846219)
  4246. w50.Part1 = p51
  4247. w50.C1 = CFrame.new(35.7379875, 25.1083603, -9.23473454, -0.573576331, 0, -0.819152117, -0.469846368, -0.819152057, 0.328989863, -0.671010137, 0.57357645, 0.469846219)
  4248. w51 = Instance.new("Weld", p51)
  4249. w51.Name = "Part_Weld"
  4250. w51.Part0 = p51
  4251. w51.C0 = CFrame.new(35.7379875, 25.1083603, -9.23473454, -0.573576331, 0, -0.819152117, -0.469846368, -0.819152057, 0.328989863, -0.671010137, 0.57357645, 0.469846219)
  4252. w51.Part1 = p52
  4253. w51.C1 = CFrame.new(-25.0353527, 3.42085648, 35.7227554, 0.142244235, 0.98480773, -0.0996005014, 0.806707203, -0.173648238, -0.56486249, -0.57357645, 0, -0.819151998)
  4254. w52 = Instance.new("Weld", p52)
  4255. w52.Name = "Part_Weld"
  4256. w52.Part0 = p52
  4257. w52.C0 = CFrame.new(-25.0353527, 3.42085648, 35.7227554, 0.142244235, 0.98480773, -0.0996005014, 0.806707203, -0.173648238, -0.56486249, -0.57357645, 0, -0.819151998)
  4258. w52.Part1 = p53
  4259. w52.C1 = CFrame.new(-25.8052597, 10.9961138, 35.7227554, 0.409575999, 0.866025388, -0.286788225, 0.709406435, -0.5, -0.496731758, -0.57357645, 0, -0.819151998)
  4260. w53 = Instance.new("Weld", p53)
  4261. w53.Name = "Part_Weld"
  4262. w53.Part0 = p53
  4263. w53.C0 = CFrame.new(-25.8052597, 10.9961138, 35.7227554, 0.409575999, 0.866025388, -0.286788225, 0.709406435, -0.5, -0.496731758, -0.57357645, 0, -0.819151998)
  4264. w53.Part1 = p54
  4265. w53.C1 = CFrame.new(-25.8904991, 8.38383961, 35.7227592, 0.280166447, 0.939692616, -0.196174681, 0.769751012, -0.342020154, -0.538985491, -0.57357645, 0, -0.819151998)
  4266. w54 = Instance.new("Weld", p54)
  4267. w54.Name = "Part_Weld"
  4268. w54.Part0 = p54
  4269. w54.C0 = CFrame.new(-25.8904991, 8.38383961, 35.7227592, 0.280166447, 0.939692616, -0.196174681, 0.769751012, -0.342020154, -0.538985491, -0.57357645, 0, -0.819151998)
  4270. w54.Part1 = p55
  4271. w54.C1 = CFrame.new(-20.8903503, -10.5176811, 35.7227554, -0.280166388, 0.93969208, 0.196174622, 0.769750416, 0.342019618, -0.538984895, -0.57357651, -2.95716429e-008, -0.819151938)
  4272. w55 = Instance.new("Weld", p55)
  4273. w55.Name = "Part_Weld"
  4274. w55.Part0 = p55
  4275. w55.C0 = CFrame.new(-20.8903503, -10.5176811, 35.7227554, -0.280166388, 0.93969208, 0.196174622, 0.769750416, 0.342019618, -0.538984895, -0.57357651, -2.95716429e-008, -0.819151938)
  4276. w55.Part1 = p56
  4277. w55.C1 = CFrame.new(35.7379799, 25.8704014, -9.65809727, -0.573576331, 0, -0.819152117, -0.469846368, -0.819152057, 0.328989863, -0.671010137, 0.57357645, 0.469846219)
  4278. w56 = Instance.new("Weld", p56)
  4279. w56.Name = "Part_Weld"
  4280. w56.Part0 = p56
  4281. w56.C0 = CFrame.new(35.7379799, 25.8704014, -9.65809727, -0.573576331, 0, -0.819152117, -0.469846368, -0.819152057, 0.328989863, -0.671010137, 0.57357645, 0.469846219)
  4282. w56.Part1 = p57
  4283. w56.C1 = CFrame.new(35.7379799, 25.8703995, -9.8090868, -0.573576331, 0, -0.819152117, -0.469846368, -0.819152057, 0.328989863, -0.671010137, 0.57357645, 0.469846219)
  4284. w57 = Instance.new("Weld", p57)
  4285. w57.Name = "Part_Weld"
  4286. w57.Part0 = p57
  4287. w57.C0 = CFrame.new(35.7379799, 25.8703995, -9.8090868, -0.573576331, 0, -0.819152117, -0.469846368, -0.819152057, 0.328989863, -0.671010137, 0.57357645, 0.469846219)
  4288. w57.Part1 = p58
  4289. w57.C1 = CFrame.new(35.7379875, 25.8704014, -9.50240993, -0.573576331, 0, -0.819152117, -0.469846368, -0.819152057, 0.328989863, -0.671010137, 0.57357645, 0.469846219)
  4290. w58 = Instance.new("Weld", p58)
  4291. w58.Name = "Part_Weld"
  4292. w58.Part0 = p58
  4293. w58.C0 = CFrame.new(35.7379875, 25.8704014, -9.50240993, -0.573576331, 0, -0.819152117, -0.469846368, -0.819152057, 0.328989863, -0.671010137, 0.57357645, 0.469846219)
  4294. w58.Part1 = p59
  4295. w58.C1 = CFrame.new(35.7379913, 25.9019985, -3.98426342, -0.573576331, 0, -0.819152117, -0.280166537, -0.939692616, 0.196174636, -0.769751191, 0.342020154, 0.538985431)
  4296. w59 = Instance.new("Weld", p59)
  4297. w59.Name = "Part_Weld"
  4298. w59.Part0 = p59
  4299. w59.C0 = CFrame.new(35.7379913, 25.9019985, -3.98426342, -0.573576331, 0, -0.819152117, -0.280166537, -0.939692616, 0.196174636, -0.769751191, 0.342020154, 0.538985431)
  4300. w59.Part1 = p60
  4301. w59.C1 = CFrame.new(35.7379875, 25.9019947, -4.29094791, -0.573576331, 0, -0.819152117, -0.280166537, -0.939692616, 0.196174636, -0.769751191, 0.342020154, 0.538985431)
  4302. w60 = Instance.new("Weld", p60)
  4303. w60.Name = "Part_Weld"
  4304. w60.Part0 = p60
  4305. w60.C0 = CFrame.new(35.7379875, 25.9019947, -4.29094791, -0.573576331, 0, -0.819152117, -0.280166537, -0.939692616, 0.196174636, -0.769751191, 0.342020154, 0.538985431)
  4306. w60.Part1 = p61
  4307. w60.C1 = CFrame.new(35.7379875, 25.9019966, -4.13995552, -0.573576331, 0, -0.819152117, -0.280166537, -0.939692616, 0.196174636, -0.769751191, 0.342020154, 0.538985431)
  4308. w61 = Instance.new("Weld", p61)
  4309. w61.Name = "Part_Weld"
  4310. w61.Part0 = p61
  4311. w61.C0 = CFrame.new(35.7379875, 25.9019966, -4.13995552, -0.573576331, 0, -0.819152117, -0.280166537, -0.939692616, 0.196174636, -0.769751191, 0.342020154, 0.538985431)
  4312. w61.Part1 = p62
  4313. w61.C1 = CFrame.new(35.7379913, 25.9019985, -3.98426342, -0.573576331, 0, -0.819152117, -0.280166537, -0.939692616, 0.196174636, -0.769751191, 0.342020154, 0.538985431)
  4314. w62 = Instance.new("Weld", p62)
  4315. w62.Name = "Part_Weld"
  4316. w62.Part0 = p62
  4317. w62.C0 = CFrame.new(35.7379913, 25.9019985, -3.98426342, -0.573576331, 0, -0.819152117, -0.280166537, -0.939692616, 0.196174636, -0.769751191, 0.342020154, 0.538985431)
  4318. w62.Part1 = p63
  4319. w62.C1 = CFrame.new(35.7379875, 25.9019947, -4.29094791, -0.573576331, 0, -0.819152117, -0.280166537, -0.939692616, 0.196174636, -0.769751191, 0.342020154, 0.538985431)
  4320. w63 = Instance.new("Weld", p63)
  4321. w63.Name = "Part_Weld"
  4322. w63.Part0 = p63
  4323. w63.C0 = CFrame.new(35.7379875, 25.9019947, -4.29094791, -0.573576331, 0, -0.819152117, -0.280166537, -0.939692616, 0.196174636, -0.769751191, 0.342020154, 0.538985431)
  4324. w63.Part1 = p64
  4325. w63.C1 = CFrame.new(35.7379875, 25.9019966, -4.13995552, -0.573576331, 0, -0.819152117, -0.280166537, -0.939692616, 0.196174636, -0.769751191, 0.342020154, 0.538985431)
  4326. w64 = Instance.new("Weld", p64)
  4327. w64.Name = "TorsoPart_Weld"
  4328. w64.Part0 = p64
  4329. w64.C0 = CFrame.new(35.7379875, 25.9019966, -4.13995552, -0.573576331, 0, -0.819152117, -0.280166537, -0.939692616, 0.196174636, -0.769751191, 0.342020154, 0.538985431)
  4330. w64.Part1 = p65
  4331. w64.C1 = CFrame.new(-27.0399971, -25.1251144, -25.3600025, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4332. m2.Parent = char
  4333. m2:MakeJoints()
  4334. --------------------------------------------------------------------------------
  4335. local cor2 = Instance.new("Part", char.Wings)
  4336. cor2.Name = "Thingy"
  4337. cor2.Locked = true
  4338. cor2.BottomSurface = 0
  4339. cor2.CanCollide = false
  4340. cor2.Size = Vector3.new(0.2, 0.2, 0.2)
  4341. cor2.Transparency = 1
  4342. cor2.TopSurface = 0
  4343. corw2 = Instance.new("Weld", cor2)
  4344. corw2.Part0 = torso
  4345. corw2.Part1 = cor2
  4346. corw2.C0 = CFrame.new(0, 0.7, 0.8) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(0))
  4347. corw2.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  4348. weld2 = Instance.new("Weld", char.Wings)
  4349. weld2.Part0 = cor2
  4350. weld2.Part1 = char.Wings.TorsoPart
  4351. weld2.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  4352. wait(0.1)
  4353. hum.WalkSpeed = 29
  4354. game.Lighting.Ambient = Color3.new(-1,-1,-1)
  4355. c = script:Clone()
  4356. c.Parent = game.Lighting
  4357. s = Instance.new("Sky")
  4358. s.Name = "Dark Sky"
  4359. s.SkyboxBk = "http://www.roblox.com/asset/?id=13943307"
  4360. s.SkyboxDn = "http://www.roblox.com/asset/?id=13943307"
  4361. s.SkyboxFt = "http://www.roblox.com/asset/?id=13943307"
  4362. s.SkyboxLf = "http://www.roblox.com/asset/?id=13943307"
  4363. s.SkyboxRt = "http://www.roblox.com/asset/?id=13943307"
  4364. s.SkyboxUp = "http://www.roblox.com/asset/?id=13943307"
  4365. s.Parent = game.Lighting
  4366. wait(0.1)
  4367. game.Lighting.Ambient = Color3.new(255,255,255)
  4368. c = script:Clone()
  4369. c.Parent = game.Lighting
  4370. s = Instance.new("Sky")
  4371. s.Name = "White Sky"
  4372. s.SkyboxBk = "http://www.roblox.com/asset/?id=10742015"
  4373. s.SkyboxDn = "http://www.roblox.com/asset/?id=10742015"
  4374. s.SkyboxFt = "http://www.roblox.com/asset/?id=10742015"
  4375. s.SkyboxLf = "http://www.roblox.com/asset/?id=10742015"
  4376. s.SkyboxRt = "http://www.roblox.com/asset/?id=10742015"
  4377. s.SkyboxUp = "http://www.roblox.com/asset/?id=10742015"
  4378. s.Parent = game.Lighting
  4379. wait(0.1)
  4380. game.Lighting.Ambient = Color3.new(-1,-1,-1)
  4381. c = script:Clone()
  4382. c.Parent = game.Lighting
  4383. s = Instance.new("Sky")
  4384. s.Name = "Dark Sky"
  4385. s.SkyboxBk = "http://www.roblox.com/asset/?id=13943307"
  4386. s.SkyboxDn = "http://www.roblox.com/asset/?id=13943307"
  4387. s.SkyboxFt = "http://www.roblox.com/asset/?id=13943307"
  4388. s.SkyboxLf = "http://www.roblox.com/asset/?id=13943307"
  4389. s.SkyboxRt = "http://www.roblox.com/asset/?id=13943307"
  4390. s.SkyboxUp = "http://www.roblox.com/asset/?id=13943307"
  4391. s.Parent = game.Lighting
  4392. wait(0.1)
  4393. game.Lighting.Ambient = Color3.new(255,255,255)
  4394. c = script:Clone()
  4395. c.Parent = game.Lighting
  4396. s = Instance.new("Sky")
  4397. s.Name = "White Sky"
  4398. s.SkyboxBk = "http://www.roblox.com/asset/?id=10742015"
  4399. s.SkyboxDn = "http://www.roblox.com/asset/?id=10742015"
  4400. s.SkyboxFt = "http://www.roblox.com/asset/?id=10742015"
  4401. s.SkyboxLf = "http://www.roblox.com/asset/?id=10742015"
  4402. s.SkyboxRt = "http://www.roblox.com/asset/?id=10742015"
  4403. s.SkyboxUp = "http://www.roblox.com/asset/?id=10742015"
  4404. s.Parent = game.Lighting
  4405. wait(0.1)
  4406. game.Lighting.Ambient = Color3.new(-1,-1,-1)
  4407. c = script:Clone()
  4408. c.Parent = game.Lighting
  4409. s = Instance.new("Sky")
  4410. s.Name = "Dark Sky"
  4411. s.SkyboxBk = "http://www.roblox.com/asset/?id=13943307"
  4412. s.SkyboxDn = "http://www.roblox.com/asset/?id=13943307"
  4413. s.SkyboxFt = "http://www.roblox.com/asset/?id=13943307"
  4414. s.SkyboxLf = "http://www.roblox.com/asset/?id=13943307"
  4415. s.SkyboxRt = "http://www.roblox.com/asset/?id=13943307"
  4416. s.SkyboxUp = "http://www.roblox.com/asset/?id=13943307"
  4417. s.Parent = game.Lighting
  4418. wait(0.1)
  4419. game.Lighting.Ambient = Color3.new(255,255,255)
  4420. c = script:Clone()
  4421. c.Parent = game.Lighting
  4422. s = Instance.new("Sky")
  4423. s.Name = "White Sky"
  4424. s.SkyboxBk = "http://www.roblox.com/asset/?id=10742015"
  4425. s.SkyboxDn = "http://www.roblox.com/asset/?id=10742015"
  4426. s.SkyboxFt = "http://www.roblox.com/asset/?id=10742015"
  4427. s.SkyboxLf = "http://www.roblox.com/asset/?id=10742015"
  4428. s.SkyboxRt = "http://www.roblox.com/asset/?id=10742015"
  4429. s.SkyboxUp = "http://www.roblox.com/asset/?id=10742015"
  4430. s.Parent = game.Lighting
  4431. wait(0.1)
  4432. game.Lighting.Ambient = Color3.new(1,1,1)
  4433. mouse.KeyDown:connect(function(Key)
  4434. if Key == "f" then
  4435. Colors = {"White", "White"}
  4436. GroundBall1()
  4437. wait(0.4)
  4438. Colors = {"White", "White"}
  4439. GroundBall1()
  4440. wait(0.4)
  4441. Colors = {"White", "White"}
  4442. GroundBall1()
  4443. wait(0.4)
  4444. Colors = {"White", "White"}
  4445. GroundBall1()
  4446. wait(0.4)
  4447. Colors = {"White", "White"}
  4448. GroundBall1()
  4449. wait(0.4)
  4450. Colors = {"White", "White"}
  4451. GroundBall1()
  4452. wait(0.4)
  4453. Colors = {"White", "White"}
  4454. GroundBall1()
  4455. wait(0.4)
  4456. Colors = {"White", "White"}
  4457. GroundBall1()
  4458. wait(0.4)
  4459. Colors = {"White", "White"}
  4460. GroundBall1()
  4461. wait(0.4)
  4462. Colors = {"White", "White"}
  4463. GroundBall1()
  4464. wait(0.4)
  4465. Colors = {"White", "White"}
  4466. GroundBall1()
  4467. wait(0.4)
  4468. Colors = {"White", "White"}
  4469. GroundBall1()
  4470. wait(0.4)
  4471. Colors = {"White", "White"}
  4472. GroundBall1()
  4473. wait(0.4)
  4474. Colors = {"White", "White"}
  4475. GroundBall1()
  4476. wait(0.4)
  4477. Colors = {"White", "White"}
  4478. GroundBall1()
  4479. wait(0.4)
  4480. Colors = {"White", "White"}
  4481. GroundBall1()
  4482. wait(0.4)
  4483. Colors = {"White", "White"}
  4484. GroundBall1()
  4485. wait(0.4)
  4486. Colors = {"White", "White"}
  4487. GroundBall1()
  4488. wait(0.4)
  4489. Colors = {"White", "White"}
  4490. GroundBall1()
  4491. wait(0.4)
  4492. Colors = {"White", "White"}
  4493. GroundBall1()
  4494. wait(0.4)
  4495. Colors = {"White", "White"}
  4496. GroundBall1()
  4497. wait(0.4)
  4498. Colors = {"White", "White"}
  4499. GroundBall1()
  4500. wait(0.4)
  4501. Colors = {"White", "White"}
  4502. GroundBall1()
  4503. wait(0.4)
  4504. Colors = {"White", "White"}
  4505. GroundBall1()
  4506. wait(0.4)
  4507. Colors = {"White", "White"}
  4508. GroundBall1()
  4509. wait(0.4)
  4510. Colors = {"White", "White"}
  4511. GroundBall1()
  4512. wait(0.4)
  4513. Colors = {"White", "White"}
  4514. GroundBall1()
  4515. wait(0.4)
  4516. Colors = {"White", "White"}
  4517. GroundBall1()
  4518. wait(0.4)
  4519. Colors = {"White", "White"}
  4520. GroundBall1()
  4521. wait(0.4)
  4522. Colors = {"White", "White"}
  4523. GroundBall1()
  4524. wait(0.4)
  4525. end
  4526. end)
  4527. Wait(80)
  4528. chat("Now Heres My Full Power.")
  4529. wait(4)
  4530. Colors = {"White", "White"}
  4531. GroundBall1()
  4532. wait(0.03)
  4533. Colors = {"Really red", "Really red"}
  4534. GroundBall1()
  4535. wait(0.02)
  4536. Colors = {"White", "White"}
  4537. GroundBall1()
  4538. wait(0.03)
  4539. Colors = {"Really red", "Really red"}
  4540. GroundBall1()
  4541. wait(0.02)
  4542. Colors = {"White", "White"}
  4543. GroundBall1()
  4544. wait(0.03)
  4545. Colors = {"Really red", "Really red"}
  4546. GroundBall1()
  4547. wait(0.02)
  4548. Colors = {"White", "White"}
  4549. GroundBall1()
  4550. wait(0.03)
  4551. Colors = {"Really red", "Really red"}
  4552. GroundBall1()
  4553. wait(0.02)
  4554. Colors = {"White", "White"}
  4555. GroundBall1()
  4556. wait(0.03)
  4557. Colors = {"Really red", "Really red"}
  4558. GroundBall1()
  4559. wait(0.02)
  4560. Colors = {"White", "White"}
  4561. GroundBall1()
  4562. wait(0.03)
  4563. Colors = {"Really red", "Really red"}
  4564. GroundBall1()
  4565. wait(0.02)
  4566. Colors = {"White", "White"}
  4567. GroundBall1()
  4568. wait(0.03)
  4569. Colors = {"Really red", "Really red"}
  4570. GroundBall1()
  4571. wait(0.02)
  4572. Colors = {"White", "White"}
  4573. GroundBall1()
  4574. wait(0.03)
  4575. Colors = {"Really red", "Really red"}
  4576. GroundBall1()
  4577. wait(0.02)
  4578. Colors = {"White", "White"}
  4579. GroundBall1()
  4580. wait(0.03)
  4581. Colors = {"Really red", "Really red"}
  4582. GroundBall1()
  4583. wait(0.02)
  4584. Colors = {"White", "White"}
  4585. GroundBall1()
  4586. wait(0.03)
  4587. Colors = {"Really red", "Really red"}
  4588. GroundBall1()
  4589. wait(0.02)
  4590. Colors = {"White", "White"}
  4591. GroundBall1()
  4592. wait(0.03)
  4593. Colors = {"Really red", "Really red"}
  4594. GroundBall1()
  4595. wait(0.02)
  4596. Colors = {"White", "White"}
  4597. GroundBall1()
  4598. wait(0.03)
  4599. Colors = {"Really red", "Really red"}
  4600. GroundBall1()
  4601. wait(0.02)
  4602. Colors = {"White", "White"}
  4603. GroundBall1()
  4604. wait(0.03)
  4605. Colors = {"Really red", "Really red"}
  4606. GroundBall1()
  4607. wait(0.02)
  4608. Colors = {"White", "White"}
  4609. GroundBall1()
  4610. wait(0.03)
  4611. Colors = {"Really red", "Really red"}
  4612. GroundBall1()
  4613. wait(0.02)
  4614. Colors = {"White", "White"}
  4615. GroundBall1()
  4616. wait(0.03)
  4617. Colors = {"Really red", "Really red"}
  4618. GroundBall1()
  4619. wait(0.02)
  4620. Colors = {"White", "White"}
  4621. GroundBall1()
  4622. wait(0.03)
  4623. Colors = {"Really red", "Really red"}
  4624. GroundBall1()
  4625. wait(0.02)
  4626. Colors = {"White", "White"}
  4627. GroundBall1()
  4628. wait(0.03)
  4629. Colors = {"Really red", "Really red"}
  4630. GroundBall1()
  4631. wait(0.02)
  4632. Colors = {"White", "White"}
  4633. GroundBall1()
  4634. wait(0.03)
  4635. Colors = {"Really red", "Really red"}
  4636. GroundBall1()
  4637. wait(0.02)
  4638. Colors = {"White", "White"}
  4639. GroundBall1()
  4640. wait(0.03)
  4641. Colors = {"Really red", "Really red"}
  4642. GroundBall1()
  4643. wait(0.02)
  4644. Colors = {"White", "White"}
  4645. GroundBall1()
  4646. wait(0.03)
  4647. Colors = {"Really red", "Really red"}
  4648. GroundBall1()
  4649. wait(0.02)
  4650. Colors = {"White", "White"}
  4651. GroundBall1()
  4652. wait(0.03)
  4653. Colors = {"Really red", "Really red"}
  4654. GroundBall1()
  4655. wait(0.02)
  4656. Colors = {"White", "White"}
  4657. GroundBall1()
  4658. wait(0.03)
  4659. Colors = {"Really red", "Really red"}
  4660. GroundBall1()
  4661. wait(0.02)
  4662. Colors = {"White", "White"}
  4663. GroundBall1()
  4664. wait(0.03)
  4665. Colors = {"Really red", "Really red"}
  4666. GroundBall1()
  4667. wait(0.02)
  4668. Colors = {"White", "White"}
  4669. GroundBall1()
  4670. wait(0.03)
  4671. Colors = {"Really red", "Really red"}
  4672. GroundBall1()
  4673. wait(0.02)
  4674.  
  4675. while true do
  4676. Hair7.BrickColor = BrickColor.new("Really red")
  4677. wait(0.01)
  4678. Hair7.BrickColor = BrickColor.new("Deep orange")
  4679. wait(0.01)
  4680. Hair7.BrickColor = BrickColor.new("New Yeller")
  4681. wait(0.01)
  4682. Hair7.BrickColor = BrickColor.new("Lime green")
  4683. wait(0.01)
  4684. Hair7.BrickColor = BrickColor.new("Toothpaste")
  4685. wait(0.01)
  4686. Hair7.BrickColor = BrickColor.new("Magenta")
  4687. wait(0.01)
  4688. Hair7.BrickColor = BrickColor.new("Hot pink")
  4689. wait(0.01)
  4690. end
Add Comment
Please, Sign In to add comment