DontAskme

ssj

Jul 10th, 2017
460
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 188.92 KB | None | 0 0
  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=477772242", 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 = 150
  218. z42d.Looped = true
  219. z42d.SoundId = "rbxassetid://1016122649"
  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("New Yeller")
  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://168159428"
  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(255,255,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",workspace)
  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. aura3.Color = ColorSequence.new(Color3.new(255,255,0))
  1434. wait(0.3)
  1435.  
  1436. wait(0.3)
  1437. GroundWave1()
  1438. wait(0.3)
  1439. if Character:FindFirstChild("TalkingBillBoard")~= nil then
  1440. Character:FindFirstChild("TalkingBillBoard"):destroy()
  1441. end
  1442. wait(0.3)
  1443. GroundWave1()
  1444. wait(0.3)
  1445.  
  1446. wait(0.3)
  1447. GroundWave1()
  1448. wait(0.3)
  1449. Colors = {"Really red", "Really red"}
  1450. GroundWave1()
  1451. chatfunc("Super Saiyan God")
  1452. Hair7.BrickColor = BrickColor.new("Really red")
  1453. Mesh.MeshId = "rbxassetid://476757756"
  1454. Mesh.Scale = Vector3.new(1, 1, 1)
  1455. Mesh.Offset = Vector3.new(0.2, -0.2, 0.2)
  1456. aura3.Color = ColorSequence.new(Color3.new(255,0,0))
  1457.  
  1458. wait(0.05)
  1459. GroundBall1()
  1460. wait(0.25)
  1461.  
  1462. wait(0.3)
  1463. GroundWave1()
  1464. wait(0.3)
  1465.  
  1466. wait(0.3)
  1467. GroundWave1()
  1468. wait(0.3)
  1469.  
  1470. wait(0.3)
  1471. GroundWave1()
  1472. wait(0.3)
  1473.  
  1474. wait(0.3)
  1475. Colors = {"Cyan", "Cyan"}
  1476. GroundWave1()
  1477. chatfunc("Super Saiyan Blue")
  1478. Hair7.BrickColor = BrickColor.new("Cyan")
  1479. Mesh.MeshId = "rbxassetid://430344159"
  1480. Mesh.Scale = Vector3.new(6,6,6)
  1481. Mesh.Offset = Vector3.new(-0.03, 0, 0.5)
  1482. aura3.Color = ColorSequence.new(Color3.new(255,255,255))
  1483. wait(0.05)
  1484. GroundBall1()
  1485. wait(0.25)
  1486.  
  1487. wait(0.3)
  1488. GroundWave1()
  1489. wait(0.3)
  1490.  
  1491. wait(0.3)
  1492. GroundWave1()
  1493. wait(0.3)
  1494.  
  1495. wait(0.3)
  1496. GroundWave1()
  1497. wait(0.3)
  1498.  
  1499. wait(0.3)
  1500. GroundWave1()
  1501. wait(0.3)
  1502.  
  1503. wait(0.3)
  1504. GroundWave1()
  1505. wait(0.3)
  1506.  
  1507. wait(0.3)
  1508. Colors = {"Magenta", "Magenta"}
  1509. GroundWave1()
  1510. chatfunc("Super Saiyan Rose")
  1511. Hair7.BrickColor = BrickColor.new("Hot pink")
  1512. aura3.Color = ColorSequence.new(Color3.new(255,255,255))
  1513. wait(0.05)
  1514. GroundBall1()
  1515. wait(0.25)
  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. GroundWave1()
  1531. wait(0.3)
  1532.  
  1533. wait(0.3)
  1534. Colors = {"White", "White"}
  1535. GroundWave1()
  1536. chatfunc("Super Saiyan White")
  1537. Hair7.BrickColor = BrickColor.new("White")
  1538. Mesh.MeshId = "rbxassetid://430344159"
  1539. Mesh.Scale = Vector3.new(6,6,6)
  1540. Mesh.Offset = Vector3.new(-0.03, 0, 0.5)
  1541. aura3.Color = ColorSequence.new(Color3.new(255,255,255))
  1542. wait(0.05)
  1543. GroundBall1()
  1544. wait(0.25)
  1545. chatfunc("")
  1546.  
  1547. wait(0.3)
  1548. GroundWave1()
  1549. wait(0.3)
  1550.  
  1551. wait(0.3)
  1552. GroundWave1()
  1553. wait(0.3)
  1554.  
  1555. wait(0.3)
  1556. GroundWave1()
  1557. wait(0.3)
  1558.  
  1559. wait(0.3)
  1560. GroundWave1()
  1561. wait(0.1)
  1562. GroundBall1()
  1563. wait(0.1)
  1564. GroundBall1()
  1565. wait(0.1)
  1566. GroundBall1()
  1567. wait(0.1)
  1568. GroundBall1()
  1569. wait(0.1)
  1570. GroundBall1()
  1571. wait(0.1)
  1572. GroundBall1()
  1573. wait(0.05)
  1574. GroundBall1()
  1575. wait(0.25)
  1576. chatfunc("")
  1577. wait(0.1)
  1578. GroundBall1()
  1579. wait(0.1)
  1580. GroundBall1()
  1581. wait(0.1)
  1582. GroundBall1()
  1583. wait(0.1)
  1584. GroundBall1()
  1585. wait(0.1)
  1586. GroundBall1()
  1587. wait(0.1)
  1588. GroundBall1()
  1589. wait(0.3)
  1590. GroundWave1()
  1591. wait(0.3)
  1592.  
  1593. wait(0.3)
  1594. GroundWave1()
  1595. wait(0.3)
  1596.  
  1597. wait(0.3)
  1598. GroundWave1()
  1599. wait(0.3)
  1600. GroundWave1()
  1601. wait(0.3)
  1602.  
  1603. wait(0.3)
  1604. GroundWave1()
  1605. wait(0.3)
  1606.  
  1607. wait(0.3)
  1608. GroundWave1()
  1609. shake = false
  1610. hed.face.Texture = "http://www.roblox.com/asset/?id=0"
  1611. hum.CameraOffset = Vector3.new(0,0,0)
  1612. part9.Transparency = NumberSequence.new(0.4)
  1613. aura3.Transparency = NumberSequence.new(1)
  1614.  
  1615. aura1.Transparency = NumberSequence.new(1)
  1616. Mesh.MeshId = "rbxassetid://501884712"
  1617. Mesh.Scale = Vector3.new(6.5, 6.5, 6.5)
  1618. Mesh.Offset = Vector3.new(0,-0.4,-0.2)
  1619. Hair7.BrickColor = BrickColor.new("White")
  1620.  
  1621. for i = 1, 5 do
  1622. wait()
  1623. 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
  1624. 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
  1625. 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
  1626. 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
  1627. 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
  1628. 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
  1629. end
  1630. wait(3)
  1631. part9:Destroy()
  1632. smoke:Destroy()
  1633. zh:Play()
  1634. Colors = {"Really red", "Really red"}
  1635. GroundWave1()
  1636. wait(0.3)
  1637.  
  1638.  
  1639. GroundWave1()
  1640. wait(0.3)
  1641.  
  1642. GroundWave1()
  1643. wait(0.3)
  1644.  
  1645. GroundBall1()
  1646. wait(0.3)
  1647. GroundWave1()
  1648. part2.Transparency = NumberSequence.new(0)
  1649. part3.Transparency = NumberSequence.new(0)
  1650. part7.Transparency = NumberSequence.new(0)
  1651. hed.Anchored = false
  1652.  
  1653. ssjr = true
  1654. beam1.Color = Color3.fromRGB(203,16,97)
  1655. inner1.Color = Color3.fromRGB(203,16,97)
  1656. expl1.Color = Color3.fromRGB(203,16,97)
  1657. exa1.Color = Color3.fromRGB(203,16,97)
  1658. partaura.Color = ColorSequence.new(Color3.fromRGB(255,255,255))
  1659. partaura1.Color = ColorSequence.new(Color3.fromRGB(255,255,255))
  1660. wait(1)
  1661. for i = 1,20 do
  1662. wait()
  1663. z1.Volume = z1.Volume - 0.5
  1664. end
  1665. for i = 1,50 do
  1666. wait()
  1667. z42d.Volume = z42d.Volume + 1
  1668. end
  1669. idle = true
  1670. idle1 = true
  1671. canattack = true
  1672. chat("I Have Finally Mastered Those Form And Put Them Together.")
  1673. wait(2)
  1674. chat("It Tooks Me Years And Years To Finally Fuse That Together.")
  1675. wait(2)
  1676. chat("My Power Rivals The Omni King.")
  1677. wait(1)
  1678. if Character:FindFirstChild("TalkingBillBoard")~= nil then
  1679. Character:FindFirstChild("TalkingBillBoard"):destroy()
  1680. end
  1681. hum.WalkSpeed = 16
  1682. wait(0.1)
  1683.  
  1684.  
  1685.  
  1686.  
  1687. end
  1688. end
  1689. end
  1690. end)
  1691. local hit1 = true
  1692. local hit2 = false
  1693. local hit3 = false
  1694. local hit4 = false
  1695. zw = Instance.new("Sound",torso)
  1696. zw.Volume = 1
  1697. zw.Looped = false
  1698. zw.SoundId = "rbxassetid://896243541"
  1699.  
  1700. function leftkick()
  1701. for i = 1, 5 do
  1702. wait()
  1703. 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
  1704. 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
  1705. 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
  1706. 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
  1707. 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
  1708. 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
  1709. end
  1710. zw:Play()
  1711. end
  1712. function rightkick()
  1713. for i = 1, 5 do
  1714. wait()
  1715. 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
  1716. 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
  1717. 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
  1718. 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
  1719. 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
  1720. 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
  1721. end
  1722. zw:Play()
  1723. end
  1724. function leftpunch()
  1725. for i = 1, can do
  1726. wait()
  1727. 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
  1728. 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
  1729. 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
  1730. 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
  1731. 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
  1732. 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
  1733. end
  1734. zw:Play()
  1735. end
  1736. function rightpunch()
  1737. for i = 1, can do
  1738. wait()
  1739. 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
  1740. 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
  1741. 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
  1742. 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
  1743. 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
  1744. 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
  1745. end
  1746. zw:Play()
  1747. end
  1748. mouse.KeyDown:connect(function(key)
  1749. if key == "e" then
  1750. if hit1 == true and canattack == true and kiout == false then
  1751. canattack = false
  1752. nohit = 0
  1753.  
  1754. hit1 = false
  1755. hit2 = true
  1756. hit3 = false
  1757. hit4 = false
  1758. hand1 = Instance.new("Part",rarm)
  1759. hand1.Size = Vector3.new(1.5,1.5,1.5)
  1760. hand1.CanCollide = false
  1761. hand1.Transparency = 1
  1762. hand1.Position = Vector3.new(999,999,999)
  1763. hand1weld = Instance.new("Weld",hand1)
  1764. hand1weld.Part0 = rarm
  1765. hand1weld.Part1 = hand1
  1766. hand1weld.C0 = CFrame.new(0,-1.2,0)
  1767. ----------------------------------------------------------------
  1768.  
  1769. function touch1(hit)
  1770. if not hit.Parent:findFirstChild("Humanoid") then return end
  1771. if hit.Parent:findFirstChild("Humanoid") ~= nil then
  1772. hit.Parent:findFirstChild("Humanoid").Health = hit.Parent:findFirstChild("Humanoid").Health - combodamage
  1773.  
  1774. zwc:Play()
  1775. end
  1776. end
  1777. hand1.Touched:connect(touch1)
  1778. rightpunch()
  1779.  
  1780. hand1:Destroy()
  1781. canattack = true
  1782. end
  1783.  
  1784.  
  1785.  
  1786.  
  1787. if hit1 == true and canattack == true and kiout == true then
  1788. nohit = 0
  1789. canattack = false
  1790. hit1 = false
  1791. kiblade5 = Instance.new("Part",char)
  1792. kiblade5.Name = "Blade"
  1793. kiblade5.Size = v3(1,5,1)
  1794. kiblade5.Transparency = 1
  1795. kiblade5.Color = Color3.fromRGB(170,0,127)
  1796. kiblade5.Position = v3(999,999,999)
  1797. kiblade5.CanCollide = false
  1798.  
  1799.  
  1800. kiweld5 = Instance.new("Weld",kiblade5)
  1801. kiweld5.Part0 = rarm
  1802. kiweld5.Part1 = kiblade5
  1803. kiweld5.C0 = CFrame.new(0,-2.1,0) * CFrame.Angles(rad(180),rad(0),rad(0))
  1804. hit2 = true
  1805. hit3 = false
  1806. hit4 = false
  1807. function touch1(hit)
  1808. if not hit.Parent:findFirstChild("Humanoid") then return end
  1809. if hit.Parent:findFirstChild("Humanoid") ~= nil then
  1810. hit.Parent:findFirstChild("Humanoid").Health = hit.Parent:findFirstChild("Humanoid").Health - combodamage / 2
  1811.  
  1812. z42:Play()
  1813. end
  1814. end
  1815. kiblade5.Touched:connect(touch1)
  1816. hum.WalkSpeed = 0
  1817. swing1()
  1818. hum.WalkSpeed = 16
  1819.  
  1820. canattack = true
  1821. kiblade5:Destroy()
  1822. end
  1823. end
  1824.  
  1825.  
  1826.  
  1827.  
  1828.  
  1829.  
  1830. end)
  1831. mouse.KeyDown:connect(function(key)
  1832. if key == "e" then
  1833. if hit2 == true and canattack == true and kiout == false then
  1834. canattack = false
  1835. nohit = 0
  1836.  
  1837. hit1 = false
  1838. hit2 = false
  1839. hit3 = true
  1840. hit4 = false
  1841. hand2 = Instance.new("Part",rarm)
  1842. hand2.Size = Vector3.new(1.5,1.5,1.5)
  1843. hand1.CanCollide = false
  1844. hand2.Transparency = 1
  1845. hand2.Position = Vector3.new(999,999,999)
  1846. hand2weld = Instance.new("Weld",hand2)
  1847. hand2weld.Part0 = larm
  1848. hand2weld.Part1 = hand2
  1849. hand2weld.C0 = CFrame.new(0,-1.2,0)
  1850. ----------------------------------------------------------------
  1851.  
  1852. function touch1(hit)
  1853. if not hit.Parent:findFirstChild("Humanoid") then return end
  1854. if hit.Parent:findFirstChild("Humanoid") ~= nil then
  1855. hit.Parent:findFirstChild("Humanoid").Health = hit.Parent:findFirstChild("Humanoid").Health - combodamage
  1856.  
  1857. zwc:Play()
  1858. end
  1859. end
  1860. hand2.Touched:connect(touch1)
  1861. leftpunch()
  1862.  
  1863. canattack = true
  1864. hand2:Destroy()
  1865.  
  1866. end
  1867.  
  1868. if hit2 == true and canattack == true and kiout == true then
  1869. canattack = false
  1870. nohit = 0
  1871. kiblade5 = Instance.new("Part",char)
  1872. kiblade5.Name = "Blade"
  1873. kiblade5.Size = v3(1,5,1)
  1874. kiblade5.Transparency = 1
  1875. kiblade5.Color = Color3.fromRGB(170,0,127)
  1876. kiblade5.Position = v3(999,999,999)
  1877. kiblade5.CanCollide = false
  1878.  
  1879.  
  1880. kiweld5 = Instance.new("Weld",kiblade5)
  1881. kiweld5.Part0 = rarm
  1882. kiweld5.Part1 = kiblade5
  1883. kiweld5.C0 = CFrame.new(0,-2.1,0) * CFrame.Angles(rad(180),rad(0),rad(0))
  1884. hit1 = false
  1885. hit2 = false
  1886. hit3 = true
  1887. hit4 = false
  1888. function touch1(hit)
  1889. if not hit.Parent:findFirstChild("Humanoid") then return end
  1890. if hit.Parent:findFirstChild("Humanoid") ~= nil then
  1891. hit.Parent:findFirstChild("Humanoid").Health = hit.Parent:findFirstChild("Humanoid").Health - combodamage / 2
  1892.  
  1893. z42:Play()
  1894. end
  1895. end
  1896. kiblade5.Touched:connect(touch1)
  1897. hum.WalkSpeed = 0
  1898. swing2()
  1899. hum.WalkSpeed = 16
  1900.  
  1901. canattack = true
  1902. kiblade5:Destroy()
  1903. end
  1904.  
  1905. end
  1906. end)
  1907. mouse.KeyDown:connect(function(key)
  1908. if key == "e" then
  1909. if hit3 == true and canattack == true and kiout == false then
  1910. canattack = false
  1911. nohit = 0
  1912.  
  1913. hit1 = true
  1914. hit2 = false
  1915. hit3 = false
  1916. hit4 = false
  1917. hand3 = Instance.new("Part",lleg)
  1918. hand3.Size = Vector3.new(1.5,1.5,1.5)
  1919. hand3.CanCollide = false
  1920. hand3.Transparency = 1
  1921. hand3.Position = Vector3.new(999,999,999)
  1922. hand3weld = Instance.new("Weld",hand3)
  1923. hand3weld.Part0 = lleg
  1924. hand3weld.Part1 = hand3
  1925. hand3weld.C0 = CFrame.new(0,-1.2,0)
  1926. ----------------------------------------------------------------
  1927.  
  1928. function touch1(hit)
  1929. if not hit.Parent:findFirstChild("Humanoid") then return end
  1930. if hit.Parent:findFirstChild("Humanoid") ~= nil then
  1931. hit.Parent:findFirstChild("Humanoid").Health = hit.Parent:findFirstChild("Humanoid").Health - combodamage
  1932.  
  1933. zwc:Play()
  1934. end
  1935. end
  1936. hand3.Touched:connect(touch1)
  1937. rightkick()
  1938.  
  1939. canattack = true
  1940. hand3:Destroy()
  1941.  
  1942. end
  1943.  
  1944. if hit3 == true and canattack == true and kiout == true then
  1945. if clickon == true then
  1946. jk = true
  1947. clickon = false
  1948. end
  1949. canattack = false
  1950. kiblade5 = Instance.new("Part",char)
  1951. kiblade5.Name = "Blade"
  1952. kiblade5.Size = v3(1,5,1)
  1953. kiblade5.Transparency = 1
  1954. kiblade5.Color = Color3.fromRGB(170,0,127)
  1955. kiblade5.Position = v3(999,999,999)
  1956. kiblade5.CanCollide = false
  1957.  
  1958.  
  1959. kiweld5 = Instance.new("Weld",kiblade5)
  1960. kiweld5.Part0 = rarm
  1961. kiweld5.Part1 = kiblade5
  1962. kiweld5.C0 = CFrame.new(0,-2.1,0) * CFrame.Angles(rad(180),rad(0),rad(0))
  1963. nohit = 0
  1964. hit1 = true
  1965. hit2 = false
  1966. hit3 = false
  1967. hit4 = false
  1968. function touch1(hit)
  1969. if not hit.Parent:findFirstChild("Humanoid") then return end
  1970. if hit.Parent:findFirstChild("Humanoid") ~= nil then
  1971. hit.Parent:findFirstChild("Humanoid").Health = hit.Parent:findFirstChild("Humanoid").Health - combodamage / 2
  1972. hit.Parent:findFirstChild("Torso").CFrame = hit.Parent:findFirstChild("Torso").CFrame + v3(0,5,0)
  1973.  
  1974. z42:Play()
  1975. end
  1976. end
  1977. kiblade5.Touched:connect(touch1)
  1978. hum.WalkSpeed = 0
  1979. swing3()
  1980. hum.WalkSpeed = 16
  1981.  
  1982. canattack = true
  1983.  
  1984. kiblade5:Destroy()
  1985. wait(0.4)
  1986. if jk == true then
  1987. jk = false
  1988. clickon = true
  1989. end
  1990. end
  1991.  
  1992.  
  1993.  
  1994.  
  1995.  
  1996.  
  1997. end
  1998. end)
  1999.  
  2000.  
  2001.  
  2002.  
  2003.  
  2004.  
  2005.  
  2006.  
  2007.  
  2008.  
  2009.  
  2010.  
  2011.  
  2012.  
  2013.  
  2014.  
  2015.  
  2016.  
  2017.  
  2018.  
  2019.  
  2020. kiblade = Instance.new("Part",char)
  2021. kiblade.Name = "Blade"
  2022. kiblade.Size = v3(1,5,1)
  2023. kiblade.Transparency = 1
  2024. kiblade.Color = Color3.fromRGB(255,255,255)
  2025. kiblade.Position = v3(999,999,999)
  2026. kiblade.CanCollide = false
  2027. kiblademesh = Instance.new("SpecialMesh",kiblade)
  2028. kiblademesh.MeshType = "FileMesh"
  2029. kiblademesh.MeshId = "rbxassetid://898849476"
  2030. kiblademesh.Scale = v3(0.01,0.0084,0.01)
  2031. kiweld7 = Instance.new("Weld",kiblade)
  2032. kiweld7.Part0 = rarm
  2033. kiweld7.Part1 = kiblade
  2034. kiweld7.C0 = CFrame.new(0,-2.1,0) * CFrame.Angles(rad(180),rad(0),rad(0))
  2035. kiblade1 = Instance.new("Part",char)
  2036. kiblade1.Name = "Blade"
  2037. kiblade1.Transparency = 1
  2038. kiblade1.Size = v3(0.1,0.1,0.1)
  2039. kiblade1.Position = v3(999,999,999)
  2040. kiblade1.CanCollide = false
  2041. kiblademesh = Instance.new("SpecialMesh",kiblade1)
  2042. kiblademesh.MeshType = "Sphere"
  2043. kiblademesh.Scale = v3(1,1,1)
  2044. kiweld = Instance.new("Weld",kiblade1)
  2045. kiweld.Part0 = rarm
  2046. kiweld.Part1 = kiblade1
  2047. kiweld.C0 = CFrame.new(0,-1,0)
  2048. kiblade2 = Instance.new("Part",char)
  2049. kiblade2.Name = "Blade"
  2050. kiblade2.Size = v3(0.1,0.1,0.1)
  2051. kiblade2.Transparency = 1
  2052. kiblade2.Position = v3(999,999,999)
  2053. kiblade2.CanCollide = false
  2054. kiblademesh = Instance.new("SpecialMesh",kiblade2)
  2055. kiblademesh.MeshType = "Sphere"
  2056. kiblademesh.Scale = v3(1,1,1)
  2057. kiweld = Instance.new("Weld",kiblade2)
  2058. kiweld.Part0 = rarm
  2059. kiweld.Part1 = kiblade2
  2060. kiweld.C0 = CFrame.new(0,-4.5,0)
  2061. torso = game.Players.LocalPlayer.Character.Torso
  2062. head = game.Players.LocalPlayer.Character.Head
  2063. torso1 = Instance.new("Attachment",kiblade1)
  2064. head1 = Instance.new("Attachment",kiblade2)
  2065. trail = Instance.new("Trail",torso)
  2066. trail.Color = ColorSequence.new(Color3.fromRGB(0,0,0))
  2067. trail.Attachment0 = torso1
  2068. trail.Attachment1 = head1
  2069. trail.Lifetime = 0.5
  2070. trail.Enabled = false
  2071. light = Instance.new("PointLight",torso)
  2072. light.Enabled = false
  2073. light.Color = Color3.fromRGB(255,255,255)
  2074. light.Brightness = 999
  2075. light.Range = 50
  2076. smoke = Instance.new("Smoke",torso)
  2077. smoke.RiseVelocity = 0
  2078. smoke.Color = Color3.fromRGB(0,0,0)
  2079. smoke.Size = 0
  2080. smoke.Opacity = 0
  2081. smoke.Enabled = false
  2082.  
  2083. mouse.KeyDown:connect(function(key)
  2084. if key == "n" then
  2085. if kiout == false then
  2086. if canattack == true then
  2087. canattack = false
  2088. idle=false
  2089. idle1=false
  2090. wait(0.1)
  2091. kiout = true
  2092. swing11()
  2093. kiblade.Transparency = 0
  2094. trail.Enabled = true
  2095. wait(0.6)
  2096. canattack = true
  2097. idle=true
  2098. idle1=true
  2099. end
  2100. end
  2101.  
  2102.  
  2103. end
  2104. end)
  2105. function pushaway()
  2106. for i = 1, 10 do
  2107. wait()
  2108. 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
  2109. 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
  2110. 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
  2111. 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
  2112. 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
  2113. 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
  2114. end
  2115. for i = 1, 10 do
  2116. wait()
  2117. 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
  2118. 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
  2119. 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
  2120. 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
  2121. 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
  2122. 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
  2123. end
  2124. end
  2125. mouse.KeyDown:connect(function(key)
  2126. if key == "m" then
  2127. if kiout == true then
  2128.  
  2129.  
  2130. kiout = false
  2131. kiblade.Transparency = 1
  2132. trail.Enabled = false
  2133.  
  2134. end
  2135. end
  2136. end)
  2137.  
  2138.  
  2139.  
  2140. function grab5()
  2141. for i = 1, 10 do
  2142. wait()
  2143.  
  2144. 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
  2145. 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
  2146. 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
  2147. 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
  2148. 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
  2149. 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
  2150. end
  2151. for i = 1, 10 do
  2152. wait()
  2153.  
  2154. 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
  2155. 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
  2156. 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
  2157. 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
  2158. 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
  2159. 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
  2160. end
  2161. end
  2162.  
  2163. mouse.KeyDown:connect(function(key)
  2164. if key == "u" then
  2165. if canattack == true then
  2166.  
  2167. if kiout == false then
  2168. grab2 = false
  2169. grabhit3 = Instance.new("Part",char)
  2170. grabhit3.Size = Vector3.new(2,2,2)
  2171. grabhit3.Name = "LOL"
  2172. grabhit3.Position = Vector3.new(999,999,999)
  2173. grabhit3.Transparency = 1
  2174. grabhit3.CanCollide = false
  2175. grabweld3 = Instance.new("Weld",grabhit3)
  2176. grabweld3.Part0 = torso
  2177. grabweld3.Part1 = grabhit3
  2178. grabweld3.C0 = CFrame.new(0,0,-2)
  2179.  
  2180. grab8 = false
  2181. idle = false
  2182. idle1 = false
  2183. canattack = false
  2184. hum.HipHeight = 0
  2185.  
  2186. kiblade.Transparency = 0
  2187. trail.Enabled = true
  2188. swing11()
  2189. if clickon == true then
  2190. jk = true
  2191. clickon = false
  2192. end
  2193. wait(1.4)
  2194.  
  2195. go2 = true
  2196. flytowards()
  2197.  
  2198. function touch5(hit)
  2199. if not hit.Parent:findFirstChild("Humanoid") then return end
  2200. if hit.Parent:findFirstChild("Humanoid") ~= nil then
  2201. grabhit3.TouchInterest:Destroy()
  2202. go2 = false
  2203.  
  2204.  
  2205.  
  2206.  
  2207.  
  2208.  
  2209.  
  2210.  
  2211.  
  2212.  
  2213.  
  2214.  
  2215.  
  2216.  
  2217.  
  2218.  
  2219. grabhit = Instance.new("Part",char)
  2220. grabhit.Size = Vector3.new(5,5,5)
  2221. grabhit.Position = Vector3.new(999,999,999)
  2222. grabhit.Transparency = 1
  2223. grabhit.CanCollide = false
  2224. grabweld = Instance.new("Weld",grabhit)
  2225. grabweld.Part0 = torso
  2226. grabweld.Part1 = grabhit
  2227. grabweld.C0 = CFrame.new(0,0,-2)
  2228. ---------------------------------------------------------------
  2229. hand1 = Instance.new("Part",rarm)
  2230. hand1.Size = Vector3.new(0.1,0.1,0.1)
  2231. hand1.CanCollide = false
  2232. hand1.Transparency = 1
  2233. hand1.Position = Vector3.new(999,999,999)
  2234. hand2mesh = Instance.new("SpecialMesh",hand1)
  2235. hand2mesh.MeshType = "FileMesh"
  2236.  
  2237. hand2mesh.Scale = Vector3.new(1,1,1)
  2238. hand2aura = Instance.new("ParticleEmitter",hand1)
  2239. hand2aura.Size = NumberSequence.new(1)
  2240. hand2aura.Texture = "rbxassetid://715401010"
  2241. hand2aura.Speed = NumberRange.new(0)
  2242. hand2aura.LockedToPart = true
  2243. hand2aura.Transparency = NumberSequence.new(1)
  2244. hand2aura.RotSpeed = NumberRange.new(999)
  2245. hand1weld = Instance.new("Weld",hand1)
  2246. hand1weld.Part0 = rarm
  2247. hand1weld.Part1 = hand1
  2248. hand1weld.C0 = CFrame.new(0,-1.8,0)
  2249. ----------------------------------------------------------------
  2250. hand2 = Instance.new("Part",rarm)
  2251. hand2.Size = Vector3.new(1,1,1)
  2252. hand1.CanCollide = false
  2253. hand2.Transparency = 1
  2254. hand2.Position = Vector3.new(999,999,999)
  2255.  
  2256. hand2weld = Instance.new("Weld",hand2)
  2257. hand2weld.Part0 = larm
  2258. hand2weld.Part1 = hand2
  2259. hand2weld.C0 = CFrame.new(0,-1.2,0)
  2260. function touch1(hit)
  2261. if not hit.Parent:findFirstChild("Humanoid") then return end
  2262. if hit.Parent:findFirstChild("Humanoid") ~= nil then
  2263. hu1 = hit.Parent:findFirstChild("Humanoid")
  2264.  
  2265. t.Anchored = false
  2266. if clickon == true then
  2267. jk = true
  2268. clickon = false
  2269. end
  2270. hit.Parent:findFirstChild("Humanoid").Health = hit.Parent:findFirstChild("Humanoid").Health - 0.5
  2271. if hu1.Health > 100 then
  2272. hu1.MaxHealth = 100
  2273. hu1.Health = 100
  2274. end
  2275.  
  2276. end
  2277. end
  2278. hand1.Touched:connect(touch1)
  2279. function touch2(hit)
  2280. if not hit.Parent:findFirstChild("Humanoid") then return end
  2281. if hit.Parent:findFirstChild("Humanoid") ~= nil then
  2282. hu1 = hit.Parent:findFirstChild("Humanoid")
  2283.  
  2284.  
  2285. if clickon == true then
  2286. jk = true
  2287. clickon = false
  2288. end
  2289. hit.Parent:findFirstChild("Humanoid").Health = hit.Parent:findFirstChild("Humanoid").Health - 0.5
  2290. if hu1.Health > 100 then
  2291. hu1.MaxHealth = 100
  2292. hu1.Health = 100
  2293. end
  2294. end
  2295. end
  2296. hand2.Touched:connect(touch2)
  2297. function touch(hit)
  2298. if not hit.Parent:findFirstChild("Humanoid") then return end
  2299. if hit.Parent:findFirstChild("Humanoid") ~= nil then
  2300. grabhit.TouchInterest:Destroy()
  2301. grab2 = true
  2302. t.Anchored = false
  2303. if clickon == true then
  2304. jk = true
  2305. clickon = false
  2306. end
  2307.  
  2308.  
  2309.  
  2310. hu12 = hit.Parent:findFirstChild("Humanoid")
  2311. to12 = hit.Parent:findFirstChild("Torso")
  2312. he12 = hit.Parent:findFirstChild("Head")
  2313. ra12 = hit.Parent:findFirstChild("Right Arm")
  2314. la12 = hit.Parent:findFirstChild("Left Arm")
  2315. rl12 = hit.Parent:findFirstChild("Right Leg")
  2316. ll12 = hit.Parent:findFirstChild("Left Leg")
  2317. hu12.WalkSpeed = 0
  2318. if hu12.Health > 100 then
  2319. hu12.MaxHealth = 100
  2320. hu12.Health = 100
  2321. end
  2322.  
  2323.  
  2324.  
  2325.  
  2326. end
  2327.  
  2328. if grab2 == true then
  2329.  
  2330. hu12.Health = hu12.Health - 10
  2331. firstswing()
  2332. hu12.Health = hu12.Health - 10
  2333. z42:Play()
  2334. pushed = true
  2335. go1 = true
  2336. flytowards()
  2337.  
  2338. he12.Anchored = true
  2339. pushed = false
  2340. -------------------------------------------------------------
  2341. grabhit1 = Instance.new("Part",char)
  2342. grabhit1.Size = Vector3.new(1,1,1)
  2343. grabhit1.Position = Vector3.new(999,999,999)
  2344. grabhit1.Transparency = 1
  2345. grabhit1.CanCollide = false
  2346. grabweld = Instance.new("Weld",grabhit1)
  2347. grabweld.Part0 = torso
  2348. grabweld.Part1 = grabhit1
  2349. grabweld.C0 = CFrame.new(0,0,-2)
  2350. function touch(hit)
  2351. if not hit.Parent:findFirstChild("Humanoid") then return end
  2352. if hit.Parent:findFirstChild("Humanoid") ~= nil then
  2353. grabhit1.TouchInterest:Destroy()
  2354. go1 = false
  2355.  
  2356. -------------------------------------------------------------------
  2357.  
  2358.  
  2359. swings()
  2360. hu12.Health = hu12.Health - 20
  2361. hu12.Health = hu12.Health - 10
  2362. he12.Anchored = false
  2363. pushed1 = true
  2364. divine.Transparency = .5
  2365. divine2.Transparency = .5
  2366. divine3.Transparency = .5
  2367. divine4.Transparency = .5
  2368. divine5.Transparency = .5
  2369. divine6.Transparency = .5
  2370.  
  2371. divineswinging()
  2372.  
  2373. hu12.Health = hu12.Health - 10
  2374. pushed1 = false
  2375. shot1 = false
  2376. divine.CFrame = to12.CFrame + hed.CFrame.lookVector
  2377. divine2.CFrame = ra12.CFrame + hed.CFrame.lookVector + v3(0,0,0)
  2378. divine3.CFrame = la12.CFrame + hed.CFrame.lookVector + v3(0,0,0)
  2379. divine4.CFrame = rl12.CFrame + hed.CFrame.lookVector + v3(2.1,1.3,0)
  2380. divine5.CFrame = ll12.CFrame + hed.CFrame.lookVector + v3(-1.7,1.6,0)
  2381. divine6.CFrame = he12.CFrame + hed.CFrame.lookVector + v3(1.9,-1,0)
  2382.  
  2383. divine.Anchored = true
  2384. divine2.Anchored = true
  2385. divine3.Anchored = true
  2386. divine4.Anchored = true
  2387. divine5.Anchored = true
  2388. divine6.Anchored = true
  2389. he12.Anchored = true
  2390. go1 = false
  2391. part6 = Instance.new("Part",to12)
  2392. part6.Size = Vector3.new(1,1,1)
  2393. part6.Transparency = 0
  2394. part6.Position = hit.Position
  2395. part6.BrickColor = BrickColor.new("Really red")
  2396. partmesh = Instance.new("SpecialMesh",part6)
  2397. partmesh.MeshType = "Sphere"
  2398. partmesh.Scale = Vector3.new(1,1,1)
  2399. partweld1 = Instance.new("Weld",to12)
  2400. partweld1.Part0 = to12
  2401. partweld1.Part1 = part6
  2402. partweld1.C0 = CFrame.new(0,0,0)
  2403.  
  2404. divineend()
  2405.  
  2406.  
  2407. wait(0.4)
  2408. hu12:Destroy()
  2409.  
  2410. for i = 1,50 do
  2411. wait()
  2412. partmesh.Scale = partmesh.Scale + Vector3.new(7,7,7)
  2413. part6.Transparency = part6.Transparency + 0.02
  2414. end
  2415. hu12.WalkSpeed = 16
  2416.  
  2417.  
  2418. ------------------------------------------------------------
  2419. hand1:Destroy()
  2420. hand2:Destroy()
  2421. kiweld7.C0 = CFrame.new(0,-2.1,0) * CFrame.Angles(rad(180),rad(0),rad(0))
  2422. kiblade.Transparency = 1
  2423. trail.Enabled = false
  2424.  
  2425. for i,v in pairs(char:children()) do
  2426. if v:IsA("Accessory") then
  2427. v:Destroy()
  2428. end
  2429. end
  2430. for i,v in pairs(char:children()) do
  2431. if v:IsA("Hat") then
  2432. v:Destroy()
  2433. end
  2434. end
  2435. canattack = true
  2436. idle = true
  2437. grabhit:Destroy()
  2438. idle1 = true
  2439.  
  2440. if jk == true then
  2441. jk = false
  2442. clickon = true
  2443. end
  2444.  
  2445. grab8 = false
  2446. end
  2447. end
  2448. grabhit1.Touched:connect(touch)
  2449. end
  2450.  
  2451.  
  2452. end
  2453.  
  2454.  
  2455.  
  2456.  
  2457.  
  2458.  
  2459.  
  2460.  
  2461. grabhit.Touched:connect(touch)
  2462. end
  2463. end
  2464. grabhit3.Touched:connect(touch5)
  2465.  
  2466.  
  2467.  
  2468. wait(3)
  2469.  
  2470. if grab2 == false then
  2471. grabhit3:Destroy()
  2472. go2 = false
  2473. kiblade.Transparency = 1
  2474. trail.Enabled = false
  2475. canattack = true
  2476. idle = true
  2477. up = 0
  2478.  
  2479. idle1 = true
  2480. if jk == true then
  2481. jk = false
  2482. clickon = true
  2483. end
  2484.  
  2485.  
  2486.  
  2487. end
  2488. end
  2489. end
  2490.  
  2491.  
  2492. end
  2493. end)
  2494.  
  2495.  
  2496.  
  2497. ------------------------------------------------------------------
  2498. throw1 = 3
  2499. game:GetService("RunService").RenderStepped:connect(function()
  2500.  
  2501.  
  2502. if pushed == true then
  2503.  
  2504. to12.CFrame = to12.CFrame + hed.CFrame.lookVector * 3 + v3(0,0.51,0)
  2505. end
  2506. if pushed1 == true then
  2507.  
  2508. to12.CFrame = to12.CFrame + hed.CFrame.lookVector * 1.5 + v3(0,0,0)
  2509. end
  2510. if go1 == true then
  2511.  
  2512. torso.CFrame = CFrame.new(torso.CFrame.p,to12.CFrame.p + v3(0,0,2))
  2513. end
  2514. if go2 == true then
  2515. torso.CFrame = CFrame.new(torso.CFrame.p,t.CFrame.p + v3(0,0,2))
  2516.  
  2517. end
  2518. if shot1 == true then
  2519. throw1 = throw1 + 1.5
  2520. divine.CFrame = hed.CFrame + hed.CFrame.lookVector * throw1 + v3(0,0,0)
  2521. divine2.CFrame = hed.CFrame + hed.CFrame.lookVector * throw1 + v3(1,0,0)
  2522. divine3.CFrame = hed.CFrame + hed.CFrame.lookVector * throw1 + v3(-1,-1,0)
  2523. divine4.CFrame = hed.CFrame + hed.CFrame.lookVector * throw1 + v3(2,1,0)
  2524. divine5.CFrame = hed.CFrame + hed.CFrame.lookVector * throw1 + v3(-1,1,0)
  2525. divine6.CFrame = hed.CFrame + hed.CFrame.lookVector * throw1 + v3(2,-1,0)
  2526.  
  2527.  
  2528. end
  2529.  
  2530.  
  2531.  
  2532.  
  2533.  
  2534.  
  2535.  
  2536.  
  2537.  
  2538.  
  2539.  
  2540.  
  2541.  
  2542.  
  2543.  
  2544. if hum.MoveDirection.x > 0 and nohit > 10 or hum.MoveDirection.x < 0 and nohit > 10 then
  2545.  
  2546. if walk == true then
  2547.  
  2548. if canattack == true then
  2549. walk = false
  2550. ok = 0
  2551. hum.HipHeight = 0
  2552. lala = false
  2553. down2 = false
  2554. walkon = true
  2555.  
  2556. 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
  2557. 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
  2558. 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
  2559. 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
  2560. 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
  2561. 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
  2562. wait(0.1)
  2563. if hum.MoveDirection.x > 0 and nohit > 10 or hum.MoveDirection.x < 0 and nohit > 10 then
  2564. 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
  2565. 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
  2566. 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
  2567. 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
  2568. 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
  2569. 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
  2570. wait(0.1)
  2571. end
  2572. if hum.MoveDirection.x > 0 and nohit > 10 or hum.MoveDirection.x < 0 and nohit > 10 then
  2573. 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
  2574. 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
  2575. 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
  2576. 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
  2577. 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
  2578. 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
  2579.  
  2580.  
  2581. wait(.1)
  2582. end
  2583. if hum.MoveDirection.x > 0 and nohit > 10 or hum.MoveDirection.x < 0 and nohit > 10 then
  2584. 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
  2585. 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
  2586. 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
  2587. 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
  2588. 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
  2589. 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
  2590.  
  2591.  
  2592. wait(.1)
  2593. end
  2594. if hum.MoveDirection.x > 0 and nohit > 10 or hum.MoveDirection.x < 0 and nohit > 10 then
  2595.  
  2596. 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
  2597. 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
  2598. 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
  2599. 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
  2600. 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
  2601. 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
  2602. wait(0.1)
  2603.  
  2604. end
  2605. if hum.MoveDirection.x > 0 and nohit > 10 or hum.MoveDirection.x < 0 and nohit > 10 then
  2606.  
  2607. 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
  2608. 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
  2609. 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
  2610. 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
  2611. 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
  2612. 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
  2613. wait(0.1)
  2614.  
  2615. end
  2616. if hum.MoveDirection.x > 0 and nohit > 10 or hum.MoveDirection.x < 0 and nohit > 10 then
  2617.  
  2618. 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
  2619. 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
  2620. 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
  2621. 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
  2622. 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
  2623. 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
  2624. wait(0.1)
  2625. end
  2626. if hum.MoveDirection.x > 0 and nohit > 10 or hum.MoveDirection.x < 0 and nohit > 10 then
  2627.  
  2628. 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
  2629. 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
  2630. 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
  2631. 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
  2632. 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
  2633. 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
  2634. wait(0.1)
  2635. end
  2636. if hum.MoveDirection.x > 0 and nohit > 10 or hum.MoveDirection.x < 0 and nohit > 10 then
  2637. 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
  2638. 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
  2639. 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
  2640. 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
  2641. 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
  2642. 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
  2643. wait(0.1)
  2644.  
  2645. end
  2646. if hum.MoveDirection.x > 0 and nohit > 10 or hum.MoveDirection.x < 0 and nohit > 10 then
  2647. 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
  2648. 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
  2649. 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
  2650. 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
  2651. 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
  2652. 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
  2653. wait(0.1)
  2654.  
  2655. end
  2656. if hum.MoveDirection.x > 0 and nohit > 10 or hum.MoveDirection.x < 0 and nohit > 10 then
  2657. 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
  2658. 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
  2659. 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
  2660. 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
  2661. 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
  2662. 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
  2663.  
  2664. wait(0.1)
  2665. end
  2666. if hum.MoveDirection.x > 0 and nohit > 10 or hum.MoveDirection.x < 0 and nohit > 10 then
  2667. 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
  2668. 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
  2669. 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
  2670. 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
  2671. 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
  2672. 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
  2673.  
  2674. wait(0.1)
  2675. end
  2676.  
  2677. walk = true
  2678. end
  2679. end
  2680. end
  2681. if hum.MoveDirection.x == 0 and nohit > 10 then
  2682. if idle1 == true then
  2683. if ssjr == true then
  2684. walkon = false
  2685. idle1 = false
  2686. idle = false
  2687. if canattack == true then
  2688. idle = true
  2689. idle1 = true
  2690. end
  2691.  
  2692. hum.HipHeight = ok
  2693. stance1()
  2694.  
  2695. end
  2696. end
  2697. end
  2698. if hum.MoveDirection.x == 0 and nohit > 10 then
  2699. if idle1 == true then
  2700. if base == true then
  2701. hum.HipHeight = 0
  2702. if canattack == true then
  2703. idle = true
  2704. idle1 = true
  2705. end
  2706. walkon = false
  2707. idle1 = false
  2708. idle = false
  2709. if canattack == true then
  2710. idle = true
  2711. idle1 = true
  2712. end
  2713.  
  2714. stance2()
  2715.  
  2716. end
  2717. end
  2718. end
  2719. if rl == true then
  2720. rl = false
  2721. nohit = nohit + 0.2
  2722. rl = true
  2723. end
  2724.  
  2725. if lala == false and walkon == false then
  2726.  
  2727. ok = ok + 0.05
  2728.  
  2729. end
  2730. if ok > 3.9999999 and walkon == false then
  2731. lala = true
  2732. down2 = true
  2733. ok = ok - 0.05
  2734.  
  2735. end
  2736. if ok < 0.1111111 and walkon == false then
  2737. down2 = false
  2738. lala = false
  2739. end
  2740. if down2 == true then
  2741. ok = ok - 0.05
  2742. end
  2743.  
  2744.  
  2745.  
  2746.  
  2747.  
  2748.  
  2749. if auracan3 == true then
  2750. auracan3 = false
  2751. aura3.Texture = "rbxassetid://901509906"
  2752. wait(0.03)
  2753. aura3.Texture = "rbxassetid://901510046"
  2754. wait(0.03)
  2755. aura3.Texture = "rbxassetid://901510125"
  2756. wait(0.03)
  2757. auracan3 = true
  2758. end
  2759.  
  2760.  
  2761.  
  2762.  
  2763.  
  2764. if kamehameha == true then
  2765. aj1 = aj1 + 0.005
  2766. partaura.Size = NumberSequence.new(aj1)
  2767. beam1.Size=beam1.Size + v3(0.5,0.5,0)
  2768. beamdamage = beamdamage + 9
  2769. expl1.Size=expl1.Size + v3(0.01,0.01,0.01)*s1.Volume
  2770. exa1.Size=exa1.Size + v3(0.01,0.01,0.01)*s1.Volume
  2771. else
  2772. aj1 = 0.1
  2773.  
  2774. end
  2775.  
  2776. if clickon == true then
  2777.  
  2778. torso.CFrame = CFrame.new(torso.CFrame.p,t.CFrame.p)
  2779. if hu.Health > 100 then
  2780. hu.MaxHealth = 100
  2781. hu.Health = 100
  2782. end
  2783. if hu.Health < 1 then
  2784. clickon = false
  2785.  
  2786. end
  2787.  
  2788. end
  2789.  
  2790. if darius == true then
  2791. darius = false
  2792. wait(0.1)
  2793. part2.Texture = "http://www.roblox.com/asset/?id=926975911"
  2794. wait(0.1)
  2795. part2.Texture = "http://www.roblox.com/asset/?id=926976058"
  2796. wait(0.1)
  2797. part2.Texture = "http://www.roblox.com/asset/?id=926976185"
  2798.  
  2799.  
  2800. darius = true
  2801. end
  2802. if darius1 == true then
  2803. darius1 = false
  2804. wait(0.1)
  2805. part7.Texture = "http://www.roblox.com/asset/?id=927229024"
  2806. wait(0.1)
  2807. part7.Texture = "http://www.roblox.com/asset/?id=927282857"
  2808. wait(0.1)
  2809. part7.Texture = "http://www.roblox.com/asset/?id=927283016"
  2810.  
  2811.  
  2812. darius1 = true
  2813. end
  2814.  
  2815.  
  2816. if auracan1 == true then
  2817. auracan1 = false
  2818. aura1.Texture = "rbxassetid://281983000"
  2819. wait(0.08)
  2820. aura1.Texture = "rbxassetid://281982895"
  2821. wait(0.08)
  2822. aura1.Texture = "rbxassetid://281983092"
  2823. wait(0.08)
  2824. aura1.Texture = "rbxassetid://281996097"
  2825. wait(0.08)
  2826. aura1.Texture = "rbxassetid://281983189"
  2827. wait(0.08)
  2828. aura1.Texture = "rbxassetid://281983242"
  2829. wait(0.08)
  2830. aura1.Texture = "rbxassetid://281983280"
  2831. wait(0.08)
  2832. aura1.Texture = "rbxassetid://281983337"
  2833. wait(0.08)
  2834.  
  2835. auracan1 = true
  2836. end
  2837.  
  2838.  
  2839.  
  2840.  
  2841.  
  2842.  
  2843.  
  2844.  
  2845.  
  2846.  
  2847.  
  2848. if shake == true then
  2849. if lolf == true then
  2850. lolf = false
  2851.  
  2852. hum.CameraOffset = Vector3.new(math.random(-0.7,0.7),math.random(-0.7,0.7),math.random(-0.7,0.7))
  2853.  
  2854.  
  2855.  
  2856.  
  2857. wait()
  2858. lolf = true
  2859. end
  2860. end
  2861.  
  2862. end)
  2863. zwc1 = Instance.new("Sound",torso)
  2864. zwc1.Volume = 5
  2865. zwc1.Looped = false
  2866. zwc1.SoundId = "rbxassetid://744770874"
  2867. mouse.KeyDown:connect(function(key)
  2868. if key == "z" then
  2869. if canattack == true then
  2870.  
  2871. canattack = false
  2872. idle = false
  2873. hum.WalkSpeed = 0
  2874. nohit = 0
  2875. idle1 = false
  2876. for i = 1, 10 do
  2877. wait()
  2878. 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
  2879. 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
  2880. 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
  2881. 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
  2882. 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
  2883. 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
  2884. end
  2885.  
  2886. zwc1:Play()
  2887. if clickon == true then
  2888. torso.CFrame = t.CFrame - Vector3.new(0,0,2)
  2889. else
  2890. torso.CFrame = torso.CFrame + torso.CFrame.lookVector * 40
  2891. end
  2892. canattack = true
  2893. idle = true
  2894. hum.WalkSpeed = 10
  2895. idle1 = true
  2896. end
  2897.  
  2898.  
  2899. end
  2900. end)
  2901.  
  2902. ee = Instance.new("Part",char)
  2903. ee.Size = Vector3.new(0.2,0.2,0.2)
  2904. ee.Position = Vector3.new(9999999,9999999,9999999)
  2905. ee.Shape = "Ball"
  2906. ee.BrickColor = BrickColor.new("Really red")
  2907. ee1 = Instance.new("Part",char)
  2908. ee1.Size = Vector3.new(0.18,0.18,0.18)
  2909. ee1.Position = Vector3.new(999999,999999,999999)
  2910. ee1.Shape = "Ball"
  2911. ee1.BrickColor = BrickColor.new("Really black")
  2912. ee2 = Instance.new("Part",char)
  2913. ee2.Size = Vector3.new(0.06,0.06,0.06)
  2914. ee2.Shape = "Ball"
  2915. ee2.BrickColor = BrickColor.new("Really black")
  2916. ee2.Position = Vector3.new(99999,99999,99999)
  2917. ee3 = Instance.new("Part",char)
  2918. ee3.Size = Vector3.new(0.06,0.06,0.06)
  2919. ee3.Shape = "Ball"
  2920. ee3.BrickColor = BrickColor.new("Really black")
  2921. ee3.Position = Vector3.new(9999,9999,9999)
  2922. ee4 = Instance.new("Part",char)
  2923. ee4.Size = Vector3.new(0.1,0.1,0.1)
  2924. ee4.Shape = "Ball"
  2925. ee4.BrickColor = BrickColor.new("Really black")
  2926. ee4.Position = Vector3.new(999,999,999)
  2927. eew = Instance.new("Weld",game.Players.LocalPlayer.Character.Head)
  2928. eew.Part0 = game.Players.LocalPlayer.Character.Head
  2929. eew.Part1 = ee
  2930. eew.C0 = CFrame.new(-0.68,-0.22,0)
  2931. eew1 = Instance.new("Weld",game.Players.LocalPlayer.Character.Head)
  2932. eew1.Part0 = ee
  2933. eew1.Part1 = ee1
  2934. eew1.C0 = CFrame.new(0,0.02,0)
  2935. eew2 = Instance.new("Weld",game.Players.LocalPlayer.Character.Head)
  2936. eew2.Part0 = game.Players.LocalPlayer.Character.Head
  2937. eew2.Part1 = ee2
  2938. eew2.C0 = CFrame.new(-0.67,-0.1,0)
  2939. eew3 = Instance.new("Weld",game.Players.LocalPlayer.Character.Head)
  2940. eew3.Part0 = game.Players.LocalPlayer.Character.Head
  2941. eew3.Part1 = ee3
  2942. eew3.C0 = CFrame.new(-0.66,-0.05,0)
  2943. eew4 = Instance.new("Weld",game.Players.LocalPlayer.Character.Head)
  2944. eew4.Part0 = game.Players.LocalPlayer.Character.Head
  2945. eew4.Part1 = ee4
  2946. eew4.C0 = CFrame.new(-0.64,-0.01,0)
  2947. local txt = Instance.new("BillboardGui", char)
  2948. txt.Adornee = char .Head
  2949. txt.Name = "_status"
  2950. txt.Size = UDim2.new(2, 0, 1.2, 0)
  2951. txt.StudsOffset = Vector3.new(-9, 11, 0)
  2952. local text = Instance.new("TextLabel", txt)
  2953. text.Size = UDim2.new(10, 0, 7, 0)
  2954. text.FontSize = "Size24"
  2955. text.TextScaled = true
  2956. text.TextTransparency = 0
  2957. text.BackgroundTransparency = 1
  2958. text.TextTransparency = 0
  2959. text.TextStrokeTransparency = 0
  2960. text.Font = "Cartoon"
  2961. text.TextStrokeColor3 = Color3.new(255,255,255)
  2962.  
  2963. v=Instance.new("Part")
  2964. v.Name = "ColorBrick"
  2965. v.Parent=p.Character
  2966. v.FormFactor="Symmetric"
  2967. v.Anchored=true
  2968. v.CanCollide=false
  2969. v.BottomSurface="Smooth"
  2970. v.TopSurface="Smooth"
  2971. v.Size=Vector3.new(10,5,3)
  2972. v.Transparency=1
  2973. v.CFrame=char.Torso.CFrame
  2974. v.BrickColor=BrickColor.new(CV)
  2975. v.Transparency=1
  2976. text.TextColor3 = Color3.new(255,0,0)
  2977. v.Shape="Block"
  2978. text.Text = "Black Goku(Edited)"
  2979. chatfunc("")
  2980. wait(1)
  2981. chat("My Master Have Been Watching You And Thinks You're A Big Threat To The Evil Realm.")
  2982. wait(3)
  2983. chat("So I'll Eliminate You And Bring Him You're Head.")
  2984. wait(2)
  2985. chat("Get Ready To Fight.")
  2986. wait(1)
  2987. if Character:FindFirstChild("TalkingBillBoard")~= nil then
  2988. Character:FindFirstChild("TalkingBillBoard"):destroy()
  2989. end
  2990. ----------------------------------------------------------------------
  2991. hum.WalkSpeed = 0
  2992. Colors = {"White", "White"}
  2993. GroundWave1()
  2994. wait(0.1)
  2995. GroundBall1()
  2996. wait(0.1)
  2997. GroundWave1()
  2998. wait(0.1)
  2999. GroundWave1()
  3000. wait(0.1)
  3001. GroundWave1()
  3002. wait(0.1)
  3003. GroundBall1()
  3004. wait(0.1)
  3005. GroundWave1()
  3006. wait(0.1)
  3007. GroundWave1()
  3008. wait(0.1)
  3009. GroundBall1()
  3010. wait(0.1)
  3011. GroundBall1()
  3012. wait(0.1)
  3013. GroundBall1()
  3014. wait(0.05)
  3015. GroundBall1()
  3016. wait(0.001)
  3017. GroundBall1()
  3018. wait(0.001)
  3019. GroundBall1()
  3020. wait(0.001)
  3021. GroundBall1()
  3022. wait(0.001)
  3023. GroundBall1()
  3024. wait(0.1)
  3025. aura3.Transparency = NumberSequence.new(0)
  3026. local m2 = Instance.new("Model")
  3027. m2.Name = "Wings"
  3028. p1 = Instance.new("Part", m2)
  3029. p1.BrickColor = BrickColor.new("White")
  3030. p1.Material = Enum.Material.Neon
  3031. 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)
  3032. p1.FormFactor = Enum.FormFactor.Custom
  3033. p1.Size = Vector3.new(0.61060679, 3.09150696, 0.221234918)
  3034. p1.BottomSurface = Enum.SurfaceType.Smooth
  3035. p1.TopSurface = Enum.SurfaceType.Smooth
  3036. b1 = Instance.new("SpecialMesh", p1)
  3037. b1.MeshType = Enum.MeshType.Sphere
  3038. b1.Name = "Mesh"
  3039. p2 = Instance.new("Part", m2)
  3040. p2.BrickColor = BrickColor.new("White")
  3041. p2.Material = Enum.Material.SmoothPlastic
  3042. p2.Reflectance = 0.30000001192093
  3043. 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)
  3044. p2.CanCollide = false
  3045. p2.FormFactor = Enum.FormFactor.Custom
  3046. p2.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371)
  3047. p2.BottomSurface = Enum.SurfaceType.Smooth
  3048. p2.TopSurface = Enum.SurfaceType.Smooth
  3049. b2 = Instance.new("SpecialMesh", p2)
  3050. b2.MeshId = "http://www.roblox.com/asset/?id=3270017"
  3051. b2.TextureId = ""
  3052. b2.MeshType = Enum.MeshType.FileMesh
  3053. b2.Name = "Mesh"
  3054. b2.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665)
  3055. p3 = Instance.new("Part", m2)
  3056. p3.BrickColor = BrickColor.new("White")
  3057. p3.Material = Enum.Material.SmoothPlastic
  3058. p3.Reflectance = 0.30000001192093
  3059. 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)
  3060. p3.CanCollide = false
  3061. p3.FormFactor = Enum.FormFactor.Custom
  3062. p3.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371)
  3063. p3.BottomSurface = Enum.SurfaceType.Smooth
  3064. p3.TopSurface = Enum.SurfaceType.Smooth
  3065. b3 = Instance.new("SpecialMesh", p3)
  3066. b3.MeshId = "http://www.roblox.com/asset/?id=3270017"
  3067. b3.TextureId = ""
  3068. b3.MeshType = Enum.MeshType.FileMesh
  3069. b3.Name = "Mesh"
  3070. b3.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595)
  3071. p4 = Instance.new("Part", m2)
  3072. p4.BrickColor = BrickColor.new("White")
  3073. p4.Material = Enum.Material.SmoothPlastic
  3074. p4.Reflectance = 0.30000001192093
  3075. 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)
  3076. p4.CanCollide = false
  3077. p4.FormFactor = Enum.FormFactor.Custom
  3078. p4.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371)
  3079. p4.BottomSurface = Enum.SurfaceType.Smooth
  3080. p4.TopSurface = Enum.SurfaceType.Smooth
  3081. b4 = Instance.new("SpecialMesh", p4)
  3082. b4.MeshId = "http://www.roblox.com/asset/?id=3270017"
  3083. b4.TextureId = ""
  3084. b4.MeshType = Enum.MeshType.FileMesh
  3085. b4.Name = "Mesh"
  3086. b4.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933)
  3087. p5 = Instance.new("Part", m2)
  3088. p5.BrickColor = BrickColor.new("White")
  3089. p5.Material = Enum.Material.SmoothPlastic
  3090. p5.Reflectance = 0.30000001192093
  3091. 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)
  3092. p5.CanCollide = false
  3093. p5.FormFactor = Enum.FormFactor.Custom
  3094. p5.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371)
  3095. p5.BottomSurface = Enum.SurfaceType.Smooth
  3096. p5.TopSurface = Enum.SurfaceType.Smooth
  3097. b5 = Instance.new("SpecialMesh", p5)
  3098. b5.MeshId = "http://www.roblox.com/asset/?id=3270017"
  3099. b5.TextureId = ""
  3100. b5.MeshType = Enum.MeshType.FileMesh
  3101. b5.Name = "Mesh"
  3102. b5.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665)
  3103. p6 = Instance.new("Part", m2)
  3104. p6.BrickColor = BrickColor.new("White")
  3105. p6.Material = Enum.Material.SmoothPlastic
  3106. p6.Reflectance = 0.30000001192093
  3107. 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)
  3108. p6.CanCollide = false
  3109. p6.FormFactor = Enum.FormFactor.Custom
  3110. p6.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371)
  3111. p6.BottomSurface = Enum.SurfaceType.Smooth
  3112. p6.TopSurface = Enum.SurfaceType.Smooth
  3113. b6 = Instance.new("SpecialMesh", p6)
  3114. b6.MeshId = "http://www.roblox.com/asset/?id=3270017"
  3115. b6.TextureId = ""
  3116. b6.MeshType = Enum.MeshType.FileMesh
  3117. b6.Name = "Mesh"
  3118. b6.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933)
  3119. p7 = Instance.new("Part", m2)
  3120. p7.BrickColor = BrickColor.new("White")
  3121. p7.Material = Enum.Material.SmoothPlastic
  3122. p7.Reflectance = 0.30000001192093
  3123. 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)
  3124. p7.CanCollide = false
  3125. p7.FormFactor = Enum.FormFactor.Custom
  3126. p7.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371)
  3127. p7.BottomSurface = Enum.SurfaceType.Smooth
  3128. p7.TopSurface = Enum.SurfaceType.Smooth
  3129. b7 = Instance.new("SpecialMesh", p7)
  3130. b7.MeshId = "http://www.roblox.com/asset/?id=3270017"
  3131. b7.TextureId = ""
  3132. b7.MeshType = Enum.MeshType.FileMesh
  3133. b7.Name = "Mesh"
  3134. b7.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595)
  3135. p8 = Instance.new("Part", m2)
  3136. p8.BrickColor = BrickColor.new("White")
  3137. p8.Material = Enum.Material.SmoothPlastic
  3138. p8.Reflectance = 0.30000001192093
  3139. 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)
  3140. p8.CanCollide = false
  3141. p8.FormFactor = Enum.FormFactor.Custom
  3142. p8.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371)
  3143. p8.BottomSurface = Enum.SurfaceType.Smooth
  3144. p8.TopSurface = Enum.SurfaceType.Smooth
  3145. b8 = Instance.new("SpecialMesh", p8)
  3146. b8.MeshId = "http://www.roblox.com/asset/?id=3270017"
  3147. b8.TextureId = ""
  3148. b8.MeshType = Enum.MeshType.FileMesh
  3149. b8.Name = "Mesh"
  3150. b8.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933)
  3151. p9 = Instance.new("Part", m2)
  3152. p9.BrickColor = BrickColor.new("White")
  3153. p9.Material = Enum.Material.SmoothPlastic
  3154. p9.Reflectance = 0.30000001192093
  3155. 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)
  3156. p9.CanCollide = false
  3157. p9.FormFactor = Enum.FormFactor.Custom
  3158. p9.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371)
  3159. p9.BottomSurface = Enum.SurfaceType.Smooth
  3160. p9.TopSurface = Enum.SurfaceType.Smooth
  3161. b9 = Instance.new("SpecialMesh", p9)
  3162. b9.MeshId = "http://www.roblox.com/asset/?id=3270017"
  3163. b9.TextureId = ""
  3164. b9.MeshType = Enum.MeshType.FileMesh
  3165. b9.Name = "Mesh"
  3166. b9.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595)
  3167. p10 = Instance.new("Part", m2)
  3168. p10.BrickColor = BrickColor.new("White")
  3169. p10.Material = Enum.Material.SmoothPlastic
  3170. p10.Reflectance = 0.30000001192093
  3171. 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)
  3172. p10.CanCollide = false
  3173. p10.FormFactor = Enum.FormFactor.Custom
  3174. p10.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371)
  3175. p10.BottomSurface = Enum.SurfaceType.Smooth
  3176. p10.TopSurface = Enum.SurfaceType.Smooth
  3177. b10 = Instance.new("SpecialMesh", p10)
  3178. b10.MeshId = "http://www.roblox.com/asset/?id=3270017"
  3179. b10.TextureId = ""
  3180. b10.MeshType = Enum.MeshType.FileMesh
  3181. b10.Name = "Mesh"
  3182. b10.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933)
  3183. p11 = Instance.new("Part", m2)
  3184. p11.BrickColor = BrickColor.new("White")
  3185. p11.Material = Enum.Material.SmoothPlastic
  3186. p11.Reflectance = 0.30000001192093
  3187. 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)
  3188. p11.CanCollide = false
  3189. p11.FormFactor = Enum.FormFactor.Custom
  3190. p11.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371)
  3191. p11.BottomSurface = Enum.SurfaceType.Smooth
  3192. p11.TopSurface = Enum.SurfaceType.Smooth
  3193. b11 = Instance.new("SpecialMesh", p11)
  3194. b11.MeshId = "http://www.roblox.com/asset/?id=3270017"
  3195. b11.TextureId = ""
  3196. b11.MeshType = Enum.MeshType.FileMesh
  3197. b11.Name = "Mesh"
  3198. b11.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665)
  3199. p12 = Instance.new("Part", m2)
  3200. p12.BrickColor = BrickColor.new("White")
  3201. p12.Material = Enum.Material.SmoothPlastic
  3202. p12.Reflectance = 0.30000001192093
  3203. 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)
  3204. p12.CanCollide = false
  3205. p12.FormFactor = Enum.FormFactor.Custom
  3206. p12.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371)
  3207. p12.BottomSurface = Enum.SurfaceType.Smooth
  3208. p12.TopSurface = Enum.SurfaceType.Smooth
  3209. b12 = Instance.new("SpecialMesh", p12)
  3210. b12.MeshId = "http://www.roblox.com/asset/?id=3270017"
  3211. b12.TextureId = ""
  3212. b12.MeshType = Enum.MeshType.FileMesh
  3213. b12.Name = "Mesh"
  3214. b12.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665)
  3215. p13 = Instance.new("Part", m2)
  3216. p13.BrickColor = BrickColor.new("White")
  3217. p13.Material = Enum.Material.SmoothPlastic
  3218. p13.Reflectance = 0.30000001192093
  3219. 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)
  3220. p13.CanCollide = false
  3221. p13.FormFactor = Enum.FormFactor.Custom
  3222. p13.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371)
  3223. p13.BottomSurface = Enum.SurfaceType.Smooth
  3224. p13.TopSurface = Enum.SurfaceType.Smooth
  3225. b13 = Instance.new("SpecialMesh", p13)
  3226. b13.MeshId = "http://www.roblox.com/asset/?id=3270017"
  3227. b13.TextureId = ""
  3228. b13.MeshType = Enum.MeshType.FileMesh
  3229. b13.Name = "Mesh"
  3230. b13.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595)
  3231. p14 = Instance.new("Part", m2)
  3232. p14.BrickColor = BrickColor.new("White")
  3233. p14.Material = Enum.Material.SmoothPlastic
  3234. p14.Reflectance = 0.30000001192093
  3235. 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)
  3236. p14.CanCollide = false
  3237. p14.FormFactor = Enum.FormFactor.Custom
  3238. p14.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371)
  3239. p14.BottomSurface = Enum.SurfaceType.Smooth
  3240. p14.TopSurface = Enum.SurfaceType.Smooth
  3241. b14 = Instance.new("SpecialMesh", p14)
  3242. b14.MeshId = "http://www.roblox.com/asset/?id=3270017"
  3243. b14.TextureId = ""
  3244. b14.MeshType = Enum.MeshType.FileMesh
  3245. b14.Name = "Mesh"
  3246. b14.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595)
  3247. p15 = Instance.new("Part", m2)
  3248. p15.BrickColor = BrickColor.new("White")
  3249. p15.Material = Enum.Material.SmoothPlastic
  3250. p15.Reflectance = 0.30000001192093
  3251. 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)
  3252. p15.CanCollide = false
  3253. p15.FormFactor = Enum.FormFactor.Custom
  3254. p15.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371)
  3255. p15.BottomSurface = Enum.SurfaceType.Smooth
  3256. p15.TopSurface = Enum.SurfaceType.Smooth
  3257. b15 = Instance.new("SpecialMesh", p15)
  3258. b15.MeshId = "http://www.roblox.com/asset/?id=3270017"
  3259. b15.TextureId = ""
  3260. b15.MeshType = Enum.MeshType.FileMesh
  3261. b15.Name = "Mesh"
  3262. b15.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665)
  3263. p16 = Instance.new("Part", m2)
  3264. p16.BrickColor = BrickColor.new("White")
  3265. p16.Material = Enum.Material.SmoothPlastic
  3266. p16.Reflectance = 0.30000001192093
  3267. 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)
  3268. p16.CanCollide = false
  3269. p16.FormFactor = Enum.FormFactor.Custom
  3270. p16.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371)
  3271. p16.BottomSurface = Enum.SurfaceType.Smooth
  3272. p16.TopSurface = Enum.SurfaceType.Smooth
  3273. b16 = Instance.new("SpecialMesh", p16)
  3274. b16.MeshId = "http://www.roblox.com/asset/?id=3270017"
  3275. b16.TextureId = ""
  3276. b16.MeshType = Enum.MeshType.FileMesh
  3277. b16.Name = "Mesh"
  3278. b16.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933)
  3279. p17 = Instance.new("Part", m2)
  3280. p17.BrickColor = BrickColor.new("White")
  3281. p17.Material = Enum.Material.SmoothPlastic
  3282. p17.Reflectance = 0.30000001192093
  3283. 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)
  3284. p17.CanCollide = false
  3285. p17.FormFactor = Enum.FormFactor.Custom
  3286. p17.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371)
  3287. p17.BottomSurface = Enum.SurfaceType.Smooth
  3288. p17.TopSurface = Enum.SurfaceType.Smooth
  3289. b17 = Instance.new("SpecialMesh", p17)
  3290. b17.MeshId = "http://www.roblox.com/asset/?id=3270017"
  3291. b17.TextureId = ""
  3292. b17.MeshType = Enum.MeshType.FileMesh
  3293. b17.Name = "Mesh"
  3294. b17.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933)
  3295. p18 = Instance.new("Part", m2)
  3296. p18.BrickColor = BrickColor.new("White")
  3297. p18.Material = Enum.Material.SmoothPlastic
  3298. p18.Reflectance = 0.30000001192093
  3299. 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)
  3300. p18.CanCollide = false
  3301. p18.FormFactor = Enum.FormFactor.Custom
  3302. p18.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371)
  3303. p18.BottomSurface = Enum.SurfaceType.Smooth
  3304. p18.TopSurface = Enum.SurfaceType.Smooth
  3305. b18 = Instance.new("SpecialMesh", p18)
  3306. b18.MeshId = "http://www.roblox.com/asset/?id=3270017"
  3307. b18.TextureId = ""
  3308. b18.MeshType = Enum.MeshType.FileMesh
  3309. b18.Name = "Mesh"
  3310. b18.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933)
  3311. p19 = Instance.new("Part", m2)
  3312. p19.BrickColor = BrickColor.new("White")
  3313. p19.Material = Enum.Material.SmoothPlastic
  3314. p19.Reflectance = 0.30000001192093
  3315. 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)
  3316. p19.CanCollide = false
  3317. p19.FormFactor = Enum.FormFactor.Custom
  3318. p19.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371)
  3319. p19.BottomSurface = Enum.SurfaceType.Smooth
  3320. p19.TopSurface = Enum.SurfaceType.Smooth
  3321. b19 = Instance.new("SpecialMesh", p19)
  3322. b19.MeshId = "http://www.roblox.com/asset/?id=3270017"
  3323. b19.TextureId = ""
  3324. b19.MeshType = Enum.MeshType.FileMesh
  3325. b19.Name = "Mesh"
  3326. b19.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933)
  3327. p20 = Instance.new("Part", m2)
  3328. p20.BrickColor = BrickColor.new("White")
  3329. p20.Material = Enum.Material.SmoothPlastic
  3330. p20.Reflectance = 0.30000001192093
  3331. 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)
  3332. p20.CanCollide = false
  3333. p20.FormFactor = Enum.FormFactor.Custom
  3334. p20.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371)
  3335. p20.BottomSurface = Enum.SurfaceType.Smooth
  3336. p20.TopSurface = Enum.SurfaceType.Smooth
  3337. b20 = Instance.new("SpecialMesh", p20)
  3338. b20.MeshId = "http://www.roblox.com/asset/?id=3270017"
  3339. b20.TextureId = ""
  3340. b20.MeshType = Enum.MeshType.FileMesh
  3341. b20.Name = "Mesh"
  3342. b20.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595)
  3343. p21 = Instance.new("Part", m2)
  3344. p21.BrickColor = BrickColor.new("White")
  3345. p21.Material = Enum.Material.SmoothPlastic
  3346. p21.Reflectance = 0.30000001192093
  3347. 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)
  3348. p21.CanCollide = false
  3349. p21.FormFactor = Enum.FormFactor.Custom
  3350. p21.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371)
  3351. p21.BottomSurface = Enum.SurfaceType.Smooth
  3352. p21.TopSurface = Enum.SurfaceType.Smooth
  3353. b21 = Instance.new("SpecialMesh", p21)
  3354. b21.MeshId = "http://www.roblox.com/asset/?id=3270017"
  3355. b21.TextureId = ""
  3356. b21.MeshType = Enum.MeshType.FileMesh
  3357. b21.Name = "Mesh"
  3358. b21.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595)
  3359. p22 = Instance.new("Part", m2)
  3360. p22.BrickColor = BrickColor.new("White")
  3361. p22.Material = Enum.Material.SmoothPlastic
  3362. p22.Reflectance = 0.30000001192093
  3363. 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)
  3364. p22.CanCollide = false
  3365. p22.FormFactor = Enum.FormFactor.Custom
  3366. p22.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371)
  3367. p22.BottomSurface = Enum.SurfaceType.Smooth
  3368. p22.TopSurface = Enum.SurfaceType.Smooth
  3369. b22 = Instance.new("SpecialMesh", p22)
  3370. b22.MeshId = "http://www.roblox.com/asset/?id=3270017"
  3371. b22.TextureId = ""
  3372. b22.MeshType = Enum.MeshType.FileMesh
  3373. b22.Name = "Mesh"
  3374. b22.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665)
  3375. p23 = Instance.new("Part", m2)
  3376. p23.BrickColor = BrickColor.new("White")
  3377. p23.Material = Enum.Material.SmoothPlastic
  3378. p23.Reflectance = 0.30000001192093
  3379. 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)
  3380. p23.CanCollide = false
  3381. p23.FormFactor = Enum.FormFactor.Custom
  3382. p23.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371)
  3383. p23.BottomSurface = Enum.SurfaceType.Smooth
  3384. p23.TopSurface = Enum.SurfaceType.Smooth
  3385. b23 = Instance.new("SpecialMesh", p23)
  3386. b23.MeshId = "http://www.roblox.com/asset/?id=3270017"
  3387. b23.TextureId = ""
  3388. b23.MeshType = Enum.MeshType.FileMesh
  3389. b23.Name = "Mesh"
  3390. b23.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595)
  3391. p24 = Instance.new("Part", m2)
  3392. p24.BrickColor = BrickColor.new("White")
  3393. p24.Material = Enum.Material.SmoothPlastic
  3394. p24.Reflectance = 0.30000001192093
  3395. 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)
  3396. p24.CanCollide = false
  3397. p24.FormFactor = Enum.FormFactor.Custom
  3398. p24.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371)
  3399. p24.BottomSurface = Enum.SurfaceType.Smooth
  3400. p24.TopSurface = Enum.SurfaceType.Smooth
  3401. b24 = Instance.new("SpecialMesh", p24)
  3402. b24.MeshId = "http://www.roblox.com/asset/?id=3270017"
  3403. b24.TextureId = ""
  3404. b24.MeshType = Enum.MeshType.FileMesh
  3405. b24.Name = "Mesh"
  3406. b24.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665)
  3407. p25 = Instance.new("Part", m2)
  3408. p25.BrickColor = BrickColor.new("White")
  3409. p25.Material = Enum.Material.SmoothPlastic
  3410. p25.Reflectance = 0.30000001192093
  3411. 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)
  3412. p25.CanCollide = false
  3413. p25.FormFactor = Enum.FormFactor.Custom
  3414. p25.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371)
  3415. p25.BottomSurface = Enum.SurfaceType.Smooth
  3416. p25.TopSurface = Enum.SurfaceType.Smooth
  3417. b25 = Instance.new("SpecialMesh", p25)
  3418. b25.MeshId = "http://www.roblox.com/asset/?id=3270017"
  3419. b25.TextureId = ""
  3420. b25.MeshType = Enum.MeshType.FileMesh
  3421. b25.Name = "Mesh"
  3422. b25.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595)
  3423. p26 = Instance.new("Part", m2)
  3424. p26.BrickColor = BrickColor.new("White")
  3425. p26.Material = Enum.Material.SmoothPlastic
  3426. p26.Reflectance = 0.30000001192093
  3427. 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)
  3428. p26.CanCollide = false
  3429. p26.FormFactor = Enum.FormFactor.Custom
  3430. p26.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371)
  3431. p26.BottomSurface = Enum.SurfaceType.Smooth
  3432. p26.TopSurface = Enum.SurfaceType.Smooth
  3433. b26 = Instance.new("SpecialMesh", p26)
  3434. b26.MeshId = "http://www.roblox.com/asset/?id=3270017"
  3435. b26.TextureId = ""
  3436. b26.MeshType = Enum.MeshType.FileMesh
  3437. b26.Name = "Mesh"
  3438. b26.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595)
  3439. p27 = Instance.new("Part", m2)
  3440. p27.BrickColor = BrickColor.new("White")
  3441. p27.Material = Enum.Material.SmoothPlastic
  3442. p27.Reflectance = 0.30000001192093
  3443. 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)
  3444. p27.CanCollide = false
  3445. p27.FormFactor = Enum.FormFactor.Custom
  3446. p27.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371)
  3447. p27.BottomSurface = Enum.SurfaceType.Smooth
  3448. p27.TopSurface = Enum.SurfaceType.Smooth
  3449. b27 = Instance.new("SpecialMesh", p27)
  3450. b27.MeshId = "http://www.roblox.com/asset/?id=3270017"
  3451. b27.TextureId = ""
  3452. b27.MeshType = Enum.MeshType.FileMesh
  3453. b27.Name = "Mesh"
  3454. b27.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933)
  3455. p28 = Instance.new("Part", m2)
  3456. p28.BrickColor = BrickColor.new("White")
  3457. p28.Material = Enum.Material.SmoothPlastic
  3458. p28.Reflectance = 0.30000001192093
  3459. 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)
  3460. p28.CanCollide = false
  3461. p28.FormFactor = Enum.FormFactor.Custom
  3462. p28.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371)
  3463. p28.BottomSurface = Enum.SurfaceType.Smooth
  3464. p28.TopSurface = Enum.SurfaceType.Smooth
  3465. b28 = Instance.new("SpecialMesh", p28)
  3466. b28.MeshId = "http://www.roblox.com/asset/?id=3270017"
  3467. b28.TextureId = ""
  3468. b28.MeshType = Enum.MeshType.FileMesh
  3469. b28.Name = "Mesh"
  3470. b28.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933)
  3471. p29 = Instance.new("Part", m2)
  3472. p29.BrickColor = BrickColor.new("White")
  3473. p29.Material = Enum.Material.Neon
  3474. 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)
  3475. p29.FormFactor = Enum.FormFactor.Custom
  3476. p29.Size = Vector3.new(0.61060679, 3.09150696, 0.221234918)
  3477. p29.BottomSurface = Enum.SurfaceType.Smooth
  3478. p29.TopSurface = Enum.SurfaceType.Smooth
  3479. b29 = Instance.new("SpecialMesh", p29)
  3480. b29.MeshType = Enum.MeshType.Sphere
  3481. b29.Name = "Mesh"
  3482. p30 = Instance.new("Part", m2)
  3483. p30.BrickColor = BrickColor.new("White")
  3484. p30.Material = Enum.Material.SmoothPlastic
  3485. p30.Reflectance = 0.30000001192093
  3486. 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)
  3487. p30.CanCollide = false
  3488. p30.FormFactor = Enum.FormFactor.Custom
  3489. p30.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371)
  3490. p30.BottomSurface = Enum.SurfaceType.Smooth
  3491. p30.TopSurface = Enum.SurfaceType.Smooth
  3492. b30 = Instance.new("SpecialMesh", p30)
  3493. b30.MeshId = "http://www.roblox.com/asset/?id=3270017"
  3494. b30.TextureId = ""
  3495. b30.MeshType = Enum.MeshType.FileMesh
  3496. b30.Name = "Mesh"
  3497. b30.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665)
  3498. p31 = Instance.new("Part", m2)
  3499. p31.BrickColor = BrickColor.new("White")
  3500. p31.Material = Enum.Material.SmoothPlastic
  3501. p31.Reflectance = 0.30000001192093
  3502. 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)
  3503. p31.CanCollide = false
  3504. p31.FormFactor = Enum.FormFactor.Custom
  3505. p31.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371)
  3506. p31.BottomSurface = Enum.SurfaceType.Smooth
  3507. p31.TopSurface = Enum.SurfaceType.Smooth
  3508. b31 = Instance.new("SpecialMesh", p31)
  3509. b31.MeshId = "http://www.roblox.com/asset/?id=3270017"
  3510. b31.TextureId = ""
  3511. b31.MeshType = Enum.MeshType.FileMesh
  3512. b31.Name = "Mesh"
  3513. b31.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665)
  3514. p32 = Instance.new("Part", m2)
  3515. p32.BrickColor = BrickColor.new("White")
  3516. p32.Material = Enum.Material.SmoothPlastic
  3517. p32.Reflectance = 0.30000001192093
  3518. 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)
  3519. p32.CanCollide = false
  3520. p32.FormFactor = Enum.FormFactor.Custom
  3521. p32.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371)
  3522. p32.BottomSurface = Enum.SurfaceType.Smooth
  3523. p32.TopSurface = Enum.SurfaceType.Smooth
  3524. b32 = Instance.new("SpecialMesh", p32)
  3525. b32.MeshId = "http://www.roblox.com/asset/?id=3270017"
  3526. b32.TextureId = ""
  3527. b32.MeshType = Enum.MeshType.FileMesh
  3528. b32.Name = "Mesh"
  3529. b32.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665)
  3530. p33 = Instance.new("Part", m2)
  3531. p33.BrickColor = BrickColor.new("White")
  3532. p33.Material = Enum.Material.Neon
  3533. 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)
  3534. p33.FormFactor = Enum.FormFactor.Custom
  3535. p33.Size = Vector3.new(0.61060679, 7.32508755, 0.221234918)
  3536. p33.BottomSurface = Enum.SurfaceType.Smooth
  3537. p33.TopSurface = Enum.SurfaceType.Smooth
  3538. b33 = Instance.new("SpecialMesh", p33)
  3539. b33.MeshType = Enum.MeshType.Sphere
  3540. b33.Name = "Mesh"
  3541. p34 = Instance.new("Part", m2)
  3542. p34.BrickColor = BrickColor.new("White")
  3543. p34.Material = Enum.Material.SmoothPlastic
  3544. p34.Reflectance = 0.30000001192093
  3545. 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)
  3546. p34.CanCollide = false
  3547. p34.FormFactor = Enum.FormFactor.Custom
  3548. p34.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371)
  3549. p34.BottomSurface = Enum.SurfaceType.Smooth
  3550. p34.TopSurface = Enum.SurfaceType.Smooth
  3551. b34 = Instance.new("SpecialMesh", p34)
  3552. b34.MeshId = "http://www.roblox.com/asset/?id=3270017"
  3553. b34.TextureId = ""
  3554. b34.MeshType = Enum.MeshType.FileMesh
  3555. b34.Name = "Mesh"
  3556. b34.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595)
  3557. p35 = Instance.new("Part", m2)
  3558. p35.BrickColor = BrickColor.new("White")
  3559. p35.Material = Enum.Material.SmoothPlastic
  3560. p35.Reflectance = 0.30000001192093
  3561. 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)
  3562. p35.CanCollide = false
  3563. p35.FormFactor = Enum.FormFactor.Custom
  3564. p35.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371)
  3565. p35.BottomSurface = Enum.SurfaceType.Smooth
  3566. p35.TopSurface = Enum.SurfaceType.Smooth
  3567. b35 = Instance.new("SpecialMesh", p35)
  3568. b35.MeshId = "http://www.roblox.com/asset/?id=3270017"
  3569. b35.TextureId = ""
  3570. b35.MeshType = Enum.MeshType.FileMesh
  3571. b35.Name = "Mesh"
  3572. b35.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933)
  3573. p36 = Instance.new("Part", m2)
  3574. p36.BrickColor = BrickColor.new("White")
  3575. p36.Material = Enum.Material.SmoothPlastic
  3576. p36.Reflectance = 0.30000001192093
  3577. 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)
  3578. p36.CanCollide = false
  3579. p36.FormFactor = Enum.FormFactor.Custom
  3580. p36.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371)
  3581. p36.BottomSurface = Enum.SurfaceType.Smooth
  3582. p36.TopSurface = Enum.SurfaceType.Smooth
  3583. b36 = Instance.new("SpecialMesh", p36)
  3584. b36.MeshId = "http://www.roblox.com/asset/?id=3270017"
  3585. b36.TextureId = ""
  3586. b36.MeshType = Enum.MeshType.FileMesh
  3587. b36.Name = "Mesh"
  3588. b36.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665)
  3589. p37 = Instance.new("Part", m2)
  3590. p37.BrickColor = BrickColor.new("White")
  3591. p37.Material = Enum.Material.Neon
  3592. 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)
  3593. p37.FormFactor = Enum.FormFactor.Custom
  3594. p37.Size = Vector3.new(0.61060679, 7.32508755, 0.221234918)
  3595. p37.BottomSurface = Enum.SurfaceType.Smooth
  3596. p37.TopSurface = Enum.SurfaceType.Smooth
  3597. b37 = Instance.new("SpecialMesh", p37)
  3598. b37.MeshType = Enum.MeshType.Sphere
  3599. b37.Name = "Mesh"
  3600. p38 = Instance.new("Part", m2)
  3601. p38.BrickColor = BrickColor.new("White")
  3602. p38.Material = Enum.Material.Neon
  3603. 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)
  3604. p38.FormFactor = Enum.FormFactor.Custom
  3605. p38.Size = Vector3.new(0.61060679, 8.03632927, 0.221234918)
  3606. p38.BottomSurface = Enum.SurfaceType.Smooth
  3607. p38.TopSurface = Enum.SurfaceType.Smooth
  3608. b38 = Instance.new("SpecialMesh", p38)
  3609. b38.MeshType = Enum.MeshType.Sphere
  3610. b38.Name = "Mesh"
  3611. p39 = Instance.new("Part", m2)
  3612. p39.BrickColor = BrickColor.new("White")
  3613. p39.Material = Enum.Material.SmoothPlastic
  3614. p39.Reflectance = 0.30000001192093
  3615. 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)
  3616. p39.CanCollide = false
  3617. p39.FormFactor = Enum.FormFactor.Custom
  3618. p39.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371)
  3619. p39.BottomSurface = Enum.SurfaceType.Smooth
  3620. p39.TopSurface = Enum.SurfaceType.Smooth
  3621. b39 = Instance.new("SpecialMesh", p39)
  3622. b39.MeshId = "http://www.roblox.com/asset/?id=3270017"
  3623. b39.TextureId = ""
  3624. b39.MeshType = Enum.MeshType.FileMesh
  3625. b39.Name = "Mesh"
  3626. b39.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665)
  3627. p40 = Instance.new("Part", m2)
  3628. p40.BrickColor = BrickColor.new("White")
  3629. p40.Material = Enum.Material.SmoothPlastic
  3630. p40.Reflectance = 0.30000001192093
  3631. 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)
  3632. p40.CanCollide = false
  3633. p40.FormFactor = Enum.FormFactor.Custom
  3634. p40.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371)
  3635. p40.BottomSurface = Enum.SurfaceType.Smooth
  3636. p40.TopSurface = Enum.SurfaceType.Smooth
  3637. b40 = Instance.new("SpecialMesh", p40)
  3638. b40.MeshId = "http://www.roblox.com/asset/?id=3270017"
  3639. b40.TextureId = ""
  3640. b40.MeshType = Enum.MeshType.FileMesh
  3641. b40.Name = "Mesh"
  3642. b40.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933)
  3643. p41 = Instance.new("Part", m2)
  3644. p41.BrickColor = BrickColor.new("White")
  3645. p41.Material = Enum.Material.SmoothPlastic
  3646. p41.Reflectance = 0.30000001192093
  3647. 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)
  3648. p41.CanCollide = false
  3649. p41.FormFactor = Enum.FormFactor.Custom
  3650. p41.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371)
  3651. p41.BottomSurface = Enum.SurfaceType.Smooth
  3652. p41.TopSurface = Enum.SurfaceType.Smooth
  3653. b41 = Instance.new("SpecialMesh", p41)
  3654. b41.MeshId = "http://www.roblox.com/asset/?id=3270017"
  3655. b41.TextureId = ""
  3656. b41.MeshType = Enum.MeshType.FileMesh
  3657. b41.Name = "Mesh"
  3658. b41.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595)
  3659. p42 = Instance.new("Part", m2)
  3660. p42.BrickColor = BrickColor.new("White")
  3661. p42.Material = Enum.Material.SmoothPlastic
  3662. p42.Reflectance = 0.30000001192093
  3663. 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)
  3664. p42.CanCollide = false
  3665. p42.FormFactor = Enum.FormFactor.Custom
  3666. p42.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371)
  3667. p42.BottomSurface = Enum.SurfaceType.Smooth
  3668. p42.TopSurface = Enum.SurfaceType.Smooth
  3669. b42 = Instance.new("SpecialMesh", p42)
  3670. b42.MeshId = "http://www.roblox.com/asset/?id=3270017"
  3671. b42.TextureId = ""
  3672. b42.MeshType = Enum.MeshType.FileMesh
  3673. b42.Name = "Mesh"
  3674. b42.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933)
  3675. p43 = Instance.new("Part", m2)
  3676. p43.BrickColor = BrickColor.new("White")
  3677. p43.Material = Enum.Material.SmoothPlastic
  3678. p43.Reflectance = 0.30000001192093
  3679. 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)
  3680. p43.CanCollide = false
  3681. p43.FormFactor = Enum.FormFactor.Custom
  3682. p43.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371)
  3683. p43.BottomSurface = Enum.SurfaceType.Smooth
  3684. p43.TopSurface = Enum.SurfaceType.Smooth
  3685. b43 = Instance.new("SpecialMesh", p43)
  3686. b43.MeshId = "http://www.roblox.com/asset/?id=3270017"
  3687. b43.TextureId = ""
  3688. b43.MeshType = Enum.MeshType.FileMesh
  3689. b43.Name = "Mesh"
  3690. b43.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933)
  3691. p44 = Instance.new("Part", m2)
  3692. p44.BrickColor = BrickColor.new("White")
  3693. p44.Material = Enum.Material.SmoothPlastic
  3694. p44.Reflectance = 0.30000001192093
  3695. 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)
  3696. p44.CanCollide = false
  3697. p44.FormFactor = Enum.FormFactor.Custom
  3698. p44.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371)
  3699. p44.BottomSurface = Enum.SurfaceType.Smooth
  3700. p44.TopSurface = Enum.SurfaceType.Smooth
  3701. b44 = Instance.new("SpecialMesh", p44)
  3702. b44.MeshId = "http://www.roblox.com/asset/?id=3270017"
  3703. b44.TextureId = ""
  3704. b44.MeshType = Enum.MeshType.FileMesh
  3705. b44.Name = "Mesh"
  3706. b44.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665)
  3707. p45 = Instance.new("Part", m2)
  3708. p45.BrickColor = BrickColor.new("White")
  3709. p45.Material = Enum.Material.SmoothPlastic
  3710. p45.Reflectance = 0.30000001192093
  3711. 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)
  3712. p45.CanCollide = false
  3713. p45.FormFactor = Enum.FormFactor.Custom
  3714. p45.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371)
  3715. p45.BottomSurface = Enum.SurfaceType.Smooth
  3716. p45.TopSurface = Enum.SurfaceType.Smooth
  3717. b45 = Instance.new("SpecialMesh", p45)
  3718. b45.MeshId = "http://www.roblox.com/asset/?id=3270017"
  3719. b45.TextureId = ""
  3720. b45.MeshType = Enum.MeshType.FileMesh
  3721. b45.Name = "Mesh"
  3722. b45.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595)
  3723. p46 = Instance.new("Part", m2)
  3724. p46.BrickColor = BrickColor.new("White")
  3725. p46.Material = Enum.Material.SmoothPlastic
  3726. p46.Reflectance = 0.30000001192093
  3727. 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)
  3728. p46.CanCollide = false
  3729. p46.FormFactor = Enum.FormFactor.Custom
  3730. p46.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371)
  3731. p46.BottomSurface = Enum.SurfaceType.Smooth
  3732. p46.TopSurface = Enum.SurfaceType.Smooth
  3733. b46 = Instance.new("SpecialMesh", p46)
  3734. b46.MeshId = "http://www.roblox.com/asset/?id=3270017"
  3735. b46.TextureId = ""
  3736. b46.MeshType = Enum.MeshType.FileMesh
  3737. b46.Name = "Mesh"
  3738. b46.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665)
  3739. p47 = Instance.new("Part", m2)
  3740. p47.BrickColor = BrickColor.new("White")
  3741. p47.Material = Enum.Material.SmoothPlastic
  3742. p47.Reflectance = 0.30000001192093
  3743. 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)
  3744. p47.CanCollide = false
  3745. p47.FormFactor = Enum.FormFactor.Custom
  3746. p47.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371)
  3747. p47.BottomSurface = Enum.SurfaceType.Smooth
  3748. p47.TopSurface = Enum.SurfaceType.Smooth
  3749. b47 = Instance.new("SpecialMesh", p47)
  3750. b47.MeshId = "http://www.roblox.com/asset/?id=3270017"
  3751. b47.TextureId = ""
  3752. b47.MeshType = Enum.MeshType.FileMesh
  3753. b47.Name = "Mesh"
  3754. b47.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595)
  3755. p48 = Instance.new("Part", m2)
  3756. p48.BrickColor = BrickColor.new("White")
  3757. p48.Material = Enum.Material.Neon
  3758. 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)
  3759. p48.FormFactor = Enum.FormFactor.Custom
  3760. p48.Size = Vector3.new(0.61060679, 3.09150696, 0.221234918)
  3761. p48.BottomSurface = Enum.SurfaceType.Smooth
  3762. p48.TopSurface = Enum.SurfaceType.Smooth
  3763. b48 = Instance.new("SpecialMesh", p48)
  3764. b48.MeshType = Enum.MeshType.Sphere
  3765. b48.Name = "Mesh"
  3766. p49 = Instance.new("Part", m2)
  3767. p49.BrickColor = BrickColor.new("White")
  3768. p49.Material = Enum.Material.SmoothPlastic
  3769. p49.Reflectance = 0.30000001192093
  3770. 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)
  3771. p49.CanCollide = false
  3772. p49.FormFactor = Enum.FormFactor.Custom
  3773. p49.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371)
  3774. p49.BottomSurface = Enum.SurfaceType.Smooth
  3775. p49.TopSurface = Enum.SurfaceType.Smooth
  3776. b49 = Instance.new("SpecialMesh", p49)
  3777. b49.MeshId = "http://www.roblox.com/asset/?id=3270017"
  3778. b49.TextureId = ""
  3779. b49.MeshType = Enum.MeshType.FileMesh
  3780. b49.Name = "Mesh"
  3781. b49.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665)
  3782. p50 = Instance.new("Part", m2)
  3783. p50.BrickColor = BrickColor.new("White")
  3784. p50.Material = Enum.Material.SmoothPlastic
  3785. p50.Reflectance = 0.30000001192093
  3786. 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)
  3787. p50.CanCollide = false
  3788. p50.FormFactor = Enum.FormFactor.Custom
  3789. p50.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371)
  3790. p50.BottomSurface = Enum.SurfaceType.Smooth
  3791. p50.TopSurface = Enum.SurfaceType.Smooth
  3792. b50 = Instance.new("SpecialMesh", p50)
  3793. b50.MeshId = "http://www.roblox.com/asset/?id=3270017"
  3794. b50.TextureId = ""
  3795. b50.MeshType = Enum.MeshType.FileMesh
  3796. b50.Name = "Mesh"
  3797. b50.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933)
  3798. p51 = Instance.new("Part", m2)
  3799. p51.BrickColor = BrickColor.new("White")
  3800. p51.Material = Enum.Material.SmoothPlastic
  3801. p51.Reflectance = 0.30000001192093
  3802. 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)
  3803. p51.CanCollide = false
  3804. p51.FormFactor = Enum.FormFactor.Custom
  3805. p51.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371)
  3806. p51.BottomSurface = Enum.SurfaceType.Smooth
  3807. p51.TopSurface = Enum.SurfaceType.Smooth
  3808. b51 = Instance.new("SpecialMesh", p51)
  3809. b51.MeshId = "http://www.roblox.com/asset/?id=3270017"
  3810. b51.TextureId = ""
  3811. b51.MeshType = Enum.MeshType.FileMesh
  3812. b51.Name = "Mesh"
  3813. b51.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595)
  3814. p52 = Instance.new("Part", m2)
  3815. p52.BrickColor = BrickColor.new("White")
  3816. p52.Material = Enum.Material.Neon
  3817. 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)
  3818. p52.FormFactor = Enum.FormFactor.Custom
  3819. p52.Size = Vector3.new(0.61060679, 7.32508755, 0.221234918)
  3820. p52.BottomSurface = Enum.SurfaceType.Smooth
  3821. p52.TopSurface = Enum.SurfaceType.Smooth
  3822. b52 = Instance.new("SpecialMesh", p52)
  3823. b52.MeshType = Enum.MeshType.Sphere
  3824. b52.Name = "Mesh"
  3825. p53 = Instance.new("Part", m2)
  3826. p53.BrickColor = BrickColor.new("White")
  3827. p53.Material = Enum.Material.Neon
  3828. 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)
  3829. p53.FormFactor = Enum.FormFactor.Custom
  3830. p53.Size = Vector3.new(0.61060679, 7.32508755, 0.221234918)
  3831. p53.BottomSurface = Enum.SurfaceType.Smooth
  3832. p53.TopSurface = Enum.SurfaceType.Smooth
  3833. b53 = Instance.new("SpecialMesh", p53)
  3834. b53.MeshType = Enum.MeshType.Sphere
  3835. b53.Name = "Mesh"
  3836. p54 = Instance.new("Part", m2)
  3837. p54.BrickColor = BrickColor.new("White")
  3838. p54.Material = Enum.Material.Neon
  3839. 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)
  3840. p54.FormFactor = Enum.FormFactor.Custom
  3841. p54.Size = Vector3.new(0.61060679, 8.03632927, 0.221234918)
  3842. p54.BottomSurface = Enum.SurfaceType.Smooth
  3843. p54.TopSurface = Enum.SurfaceType.Smooth
  3844. b54 = Instance.new("SpecialMesh", p54)
  3845. b54.MeshType = Enum.MeshType.Sphere
  3846. b54.Name = "Mesh"
  3847. p55 = Instance.new("Part", m2)
  3848. p55.BrickColor = BrickColor.new("White")
  3849. p55.Material = Enum.Material.Neon
  3850. 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)
  3851. p55.FormFactor = Enum.FormFactor.Custom
  3852. p55.Size = Vector3.new(0.61060679, 3.09150696, 0.221234918)
  3853. p55.BottomSurface = Enum.SurfaceType.Smooth
  3854. p55.TopSurface = Enum.SurfaceType.Smooth
  3855. b55 = Instance.new("SpecialMesh", p55)
  3856. b55.MeshType = Enum.MeshType.Sphere
  3857. b55.Name = "Mesh"
  3858. p56 = Instance.new("Part", m2)
  3859. p56.BrickColor = BrickColor.new("White")
  3860. p56.Material = Enum.Material.SmoothPlastic
  3861. p56.Reflectance = 0.30000001192093
  3862. 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)
  3863. p56.CanCollide = false
  3864. p56.FormFactor = Enum.FormFactor.Custom
  3865. p56.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371)
  3866. p56.BottomSurface = Enum.SurfaceType.Smooth
  3867. p56.TopSurface = Enum.SurfaceType.Smooth
  3868. b56 = Instance.new("SpecialMesh", p56)
  3869. b56.MeshId = "http://www.roblox.com/asset/?id=3270017"
  3870. b56.TextureId = ""
  3871. b56.MeshType = Enum.MeshType.FileMesh
  3872. b56.Name = "Mesh"
  3873. b56.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595)
  3874. p57 = Instance.new("Part", m2)
  3875. p57.BrickColor = BrickColor.new("White")
  3876. p57.Material = Enum.Material.SmoothPlastic
  3877. p57.Reflectance = 0.30000001192093
  3878. 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)
  3879. p57.CanCollide = false
  3880. p57.FormFactor = Enum.FormFactor.Custom
  3881. p57.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371)
  3882. p57.BottomSurface = Enum.SurfaceType.Smooth
  3883. p57.TopSurface = Enum.SurfaceType.Smooth
  3884. b57 = Instance.new("SpecialMesh", p57)
  3885. b57.MeshId = "http://www.roblox.com/asset/?id=3270017"
  3886. b57.TextureId = ""
  3887. b57.MeshType = Enum.MeshType.FileMesh
  3888. b57.Name = "Mesh"
  3889. b57.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933)
  3890. p58 = Instance.new("Part", m2)
  3891. p58.BrickColor = BrickColor.new("White")
  3892. p58.Material = Enum.Material.SmoothPlastic
  3893. p58.Reflectance = 0.30000001192093
  3894. 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)
  3895. p58.CanCollide = false
  3896. p58.FormFactor = Enum.FormFactor.Custom
  3897. p58.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371)
  3898. p58.BottomSurface = Enum.SurfaceType.Smooth
  3899. p58.TopSurface = Enum.SurfaceType.Smooth
  3900. b58 = Instance.new("SpecialMesh", p58)
  3901. b58.MeshId = "http://www.roblox.com/asset/?id=3270017"
  3902. b58.TextureId = ""
  3903. b58.MeshType = Enum.MeshType.FileMesh
  3904. b58.Name = "Mesh"
  3905. b58.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665)
  3906. p59 = Instance.new("Part", m2)
  3907. p59.BrickColor = BrickColor.new("White")
  3908. p59.Material = Enum.Material.SmoothPlastic
  3909. p59.Reflectance = 0.30000001192093
  3910. 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)
  3911. p59.CanCollide = false
  3912. p59.FormFactor = Enum.FormFactor.Custom
  3913. p59.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371)
  3914. p59.BottomSurface = Enum.SurfaceType.Smooth
  3915. p59.TopSurface = Enum.SurfaceType.Smooth
  3916. b59 = Instance.new("SpecialMesh", p59)
  3917. b59.MeshId = "http://www.roblox.com/asset/?id=3270017"
  3918. b59.TextureId = ""
  3919. b59.MeshType = Enum.MeshType.FileMesh
  3920. b59.Name = "Mesh"
  3921. b59.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665)
  3922. p60 = Instance.new("Part", m2)
  3923. p60.BrickColor = BrickColor.new("White")
  3924. p60.Material = Enum.Material.SmoothPlastic
  3925. p60.Reflectance = 0.30000001192093
  3926. 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)
  3927. p60.CanCollide = false
  3928. p60.FormFactor = Enum.FormFactor.Custom
  3929. p60.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371)
  3930. p60.BottomSurface = Enum.SurfaceType.Smooth
  3931. p60.TopSurface = Enum.SurfaceType.Smooth
  3932. b60 = Instance.new("SpecialMesh", p60)
  3933. b60.MeshId = "http://www.roblox.com/asset/?id=3270017"
  3934. b60.TextureId = ""
  3935. b60.MeshType = Enum.MeshType.FileMesh
  3936. b60.Name = "Mesh"
  3937. b60.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933)
  3938. p61 = Instance.new("Part", m2)
  3939. p61.BrickColor = BrickColor.new("White")
  3940. p61.Material = Enum.Material.SmoothPlastic
  3941. p61.Reflectance = 0.30000001192093
  3942. 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)
  3943. p61.CanCollide = false
  3944. p61.FormFactor = Enum.FormFactor.Custom
  3945. p61.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371)
  3946. p61.BottomSurface = Enum.SurfaceType.Smooth
  3947. p61.TopSurface = Enum.SurfaceType.Smooth
  3948. b61 = Instance.new("SpecialMesh", p61)
  3949. b61.MeshId = "http://www.roblox.com/asset/?id=3270017"
  3950. b61.TextureId = ""
  3951. b61.MeshType = Enum.MeshType.FileMesh
  3952. b61.Name = "Mesh"
  3953. b61.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595)
  3954. p62 = Instance.new("Part", m2)
  3955. p62.BrickColor = BrickColor.new("White")
  3956. p62.Material = Enum.Material.SmoothPlastic
  3957. p62.Reflectance = 0.30000001192093
  3958. 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)
  3959. p62.CanCollide = false
  3960. p62.FormFactor = Enum.FormFactor.Custom
  3961. p62.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371)
  3962. p62.BottomSurface = Enum.SurfaceType.Smooth
  3963. p62.TopSurface = Enum.SurfaceType.Smooth
  3964. b62 = Instance.new("SpecialMesh", p62)
  3965. b62.MeshId = "http://www.roblox.com/asset/?id=3270017"
  3966. b62.TextureId = ""
  3967. b62.MeshType = Enum.MeshType.FileMesh
  3968. b62.Name = "Mesh"
  3969. b62.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665)
  3970. p63 = Instance.new("Part", m2)
  3971. p63.BrickColor = BrickColor.new("White")
  3972. p63.Material = Enum.Material.SmoothPlastic
  3973. p63.Reflectance = 0.30000001192093
  3974. 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)
  3975. p63.CanCollide = false
  3976. p63.FormFactor = Enum.FormFactor.Custom
  3977. p63.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371)
  3978. p63.BottomSurface = Enum.SurfaceType.Smooth
  3979. p63.TopSurface = Enum.SurfaceType.Smooth
  3980. b63 = Instance.new("SpecialMesh", p63)
  3981. b63.MeshId = "http://www.roblox.com/asset/?id=3270017"
  3982. b63.TextureId = ""
  3983. b63.MeshType = Enum.MeshType.FileMesh
  3984. b63.Name = "Mesh"
  3985. b63.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933)
  3986. p64 = Instance.new("Part", m2)
  3987. p64.BrickColor = BrickColor.new("White")
  3988. p64.Material = Enum.Material.SmoothPlastic
  3989. p64.Reflectance = 0.30000001192093
  3990. 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)
  3991. p64.CanCollide = false
  3992. p64.FormFactor = Enum.FormFactor.Custom
  3993. p64.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371)
  3994. p64.BottomSurface = Enum.SurfaceType.Smooth
  3995. p64.TopSurface = Enum.SurfaceType.Smooth
  3996. b64 = Instance.new("SpecialMesh", p64)
  3997. b64.MeshId = "http://www.roblox.com/asset/?id=3270017"
  3998. b64.TextureId = ""
  3999. b64.MeshType = Enum.MeshType.FileMesh
  4000. b64.Name = "Mesh"
  4001. b64.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595)
  4002. p65 = Instance.new("Part", m2)
  4003. p65.BrickColor = BrickColor.new("Really black")
  4004. p65.Transparency = 1
  4005. p65.Name = "TorsoPart"
  4006. 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)
  4007. p65.FormFactor = Enum.FormFactor.Symmetric
  4008. p65.Size = Vector3.new(4, 4, 2)
  4009. w1 = Instance.new("Weld", p1)
  4010. w1.Name = "Part_Weld"
  4011. w1.Part0 = p1
  4012. 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)
  4013. w1.Part1 = p2
  4014. 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)
  4015. w2 = Instance.new("Weld", p2)
  4016. w2.Name = "Part_Weld"
  4017. w2.Part0 = p2
  4018. 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)
  4019. w2.Part1 = p3
  4020. 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)
  4021. w3 = Instance.new("Weld", p3)
  4022. w3.Name = "Part_Weld"
  4023. w3.Part0 = p3
  4024. 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)
  4025. w3.Part1 = p4
  4026. 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)
  4027. w4 = Instance.new("Weld", p4)
  4028. w4.Name = "Part_Weld"
  4029. w4.Part0 = p4
  4030. 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)
  4031. w4.Part1 = p5
  4032. 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)
  4033. w5 = Instance.new("Weld", p5)
  4034. w5.Name = "Part_Weld"
  4035. w5.Part0 = p5
  4036. 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)
  4037. w5.Part1 = p6
  4038. 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)
  4039. w6 = Instance.new("Weld", p6)
  4040. w6.Name = "Part_Weld"
  4041. w6.Part0 = p6
  4042. 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)
  4043. w6.Part1 = p7
  4044. 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)
  4045. w7 = Instance.new("Weld", p7)
  4046. w7.Name = "Part_Weld"
  4047. w7.Part0 = p7
  4048. 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)
  4049. w7.Part1 = p8
  4050. 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)
  4051. w8 = Instance.new("Weld", p8)
  4052. w8.Name = "Part_Weld"
  4053. w8.Part0 = p8
  4054. 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)
  4055. w8.Part1 = p9
  4056. 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)
  4057. w9 = Instance.new("Weld", p9)
  4058. w9.Name = "Part_Weld"
  4059. w9.Part0 = p9
  4060. 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)
  4061. w9.Part1 = p10
  4062. 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)
  4063. w10 = Instance.new("Weld", p10)
  4064. w10.Name = "Part_Weld"
  4065. w10.Part0 = p10
  4066. 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)
  4067. w10.Part1 = p11
  4068. 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)
  4069. w11 = Instance.new("Weld", p11)
  4070. w11.Name = "Part_Weld"
  4071. w11.Part0 = p11
  4072. 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)
  4073. w11.Part1 = p12
  4074. 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)
  4075. w12 = Instance.new("Weld", p12)
  4076. w12.Name = "Part_Weld"
  4077. w12.Part0 = p12
  4078. 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)
  4079. w12.Part1 = p13
  4080. 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)
  4081. w13 = Instance.new("Weld", p13)
  4082. w13.Name = "Part_Weld"
  4083. w13.Part0 = p13
  4084. 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)
  4085. w13.Part1 = p14
  4086. 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)
  4087. w14 = Instance.new("Weld", p14)
  4088. w14.Name = "Part_Weld"
  4089. w14.Part0 = p14
  4090. 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)
  4091. w14.Part1 = p15
  4092. 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)
  4093. w15 = Instance.new("Weld", p15)
  4094. w15.Name = "Part_Weld"
  4095. w15.Part0 = p15
  4096. 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)
  4097. w15.Part1 = p16
  4098. 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)
  4099. w16 = Instance.new("Weld", p16)
  4100. w16.Name = "Part_Weld"
  4101. w16.Part0 = p16
  4102. 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)
  4103. w16.Part1 = p17
  4104. 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)
  4105. w17 = Instance.new("Weld", p17)
  4106. w17.Name = "Part_Weld"
  4107. w17.Part0 = p17
  4108. 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)
  4109. w17.Part1 = p18
  4110. 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)
  4111. w18 = Instance.new("Weld", p18)
  4112. w18.Name = "Part_Weld"
  4113. w18.Part0 = p18
  4114. 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)
  4115. w18.Part1 = p19
  4116. 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)
  4117. w19 = Instance.new("Weld", p19)
  4118. w19.Name = "Part_Weld"
  4119. w19.Part0 = p19
  4120. 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)
  4121. w19.Part1 = p20
  4122. 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)
  4123. w20 = Instance.new("Weld", p20)
  4124. w20.Name = "Part_Weld"
  4125. w20.Part0 = p20
  4126. 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)
  4127. w20.Part1 = p21
  4128. 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)
  4129. w21 = Instance.new("Weld", p21)
  4130. w21.Name = "Part_Weld"
  4131. w21.Part0 = p21
  4132. 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)
  4133. w21.Part1 = p22
  4134. 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)
  4135. w22 = Instance.new("Weld", p22)
  4136. w22.Name = "Part_Weld"
  4137. w22.Part0 = p22
  4138. 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)
  4139. w22.Part1 = p23
  4140. 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)
  4141. w23 = Instance.new("Weld", p23)
  4142. w23.Name = "Part_Weld"
  4143. w23.Part0 = p23
  4144. 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)
  4145. w23.Part1 = p24
  4146. 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)
  4147. w24 = Instance.new("Weld", p24)
  4148. w24.Name = "Part_Weld"
  4149. w24.Part0 = p24
  4150. 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)
  4151. w24.Part1 = p25
  4152. 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)
  4153. w25 = Instance.new("Weld", p25)
  4154. w25.Name = "Part_Weld"
  4155. w25.Part0 = p25
  4156. 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)
  4157. w25.Part1 = p26
  4158. 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)
  4159. w26 = Instance.new("Weld", p26)
  4160. w26.Name = "Part_Weld"
  4161. w26.Part0 = p26
  4162. 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)
  4163. w26.Part1 = p27
  4164. 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)
  4165. w27 = Instance.new("Weld", p27)
  4166. w27.Name = "Part_Weld"
  4167. w27.Part0 = p27
  4168. 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)
  4169. w27.Part1 = p28
  4170. 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)
  4171. w28 = Instance.new("Weld", p28)
  4172. w28.Name = "Part_Weld"
  4173. w28.Part0 = p28
  4174. 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)
  4175. w28.Part1 = p29
  4176. 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)
  4177. w29 = Instance.new("Weld", p29)
  4178. w29.Name = "Part_Weld"
  4179. w29.Part0 = p29
  4180. 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)
  4181. w29.Part1 = p30
  4182. 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)
  4183. w30 = Instance.new("Weld", p30)
  4184. w30.Name = "Part_Weld"
  4185. w30.Part0 = p30
  4186. 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)
  4187. w30.Part1 = p31
  4188. 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)
  4189. w31 = Instance.new("Weld", p31)
  4190. w31.Name = "Part_Weld"
  4191. w31.Part0 = p31
  4192. 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)
  4193. w31.Part1 = p32
  4194. 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)
  4195. w32 = Instance.new("Weld", p32)
  4196. w32.Name = "Part_Weld"
  4197. w32.Part0 = p32
  4198. 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)
  4199. w32.Part1 = p33
  4200. 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)
  4201. w33 = Instance.new("Weld", p33)
  4202. w33.Name = "Part_Weld"
  4203. w33.Part0 = p33
  4204. 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)
  4205. w33.Part1 = p34
  4206. 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)
  4207. w34 = Instance.new("Weld", p34)
  4208. w34.Name = "Part_Weld"
  4209. w34.Part0 = p34
  4210. 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)
  4211. w34.Part1 = p35
  4212. 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)
  4213. w35 = Instance.new("Weld", p35)
  4214. w35.Name = "Part_Weld"
  4215. w35.Part0 = p35
  4216. 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)
  4217. w35.Part1 = p36
  4218. 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)
  4219. w36 = Instance.new("Weld", p36)
  4220. w36.Name = "Part_Weld"
  4221. w36.Part0 = p36
  4222. 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)
  4223. w36.Part1 = p37
  4224. 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)
  4225. w37 = Instance.new("Weld", p37)
  4226. w37.Name = "Part_Weld"
  4227. w37.Part0 = p37
  4228. 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)
  4229. w37.Part1 = p38
  4230. 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)
  4231. w38 = Instance.new("Weld", p38)
  4232. w38.Name = "Part_Weld"
  4233. w38.Part0 = p38
  4234. 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)
  4235. w38.Part1 = p39
  4236. 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)
  4237. w39 = Instance.new("Weld", p39)
  4238. w39.Name = "Part_Weld"
  4239. w39.Part0 = p39
  4240. 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)
  4241. w39.Part1 = p40
  4242. 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)
  4243. w40 = Instance.new("Weld", p40)
  4244. w40.Name = "Part_Weld"
  4245. w40.Part0 = p40
  4246. 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)
  4247. w40.Part1 = p41
  4248. 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)
  4249. w41 = Instance.new("Weld", p41)
  4250. w41.Name = "Part_Weld"
  4251. w41.Part0 = p41
  4252. 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)
  4253. w41.Part1 = p42
  4254. 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)
  4255. w42 = Instance.new("Weld", p42)
  4256. w42.Name = "Part_Weld"
  4257. w42.Part0 = p42
  4258. 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)
  4259. w42.Part1 = p43
  4260. 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)
  4261. w43 = Instance.new("Weld", p43)
  4262. w43.Name = "Part_Weld"
  4263. w43.Part0 = p43
  4264. 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)
  4265. w43.Part1 = p44
  4266. 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)
  4267. w44 = Instance.new("Weld", p44)
  4268. w44.Name = "Part_Weld"
  4269. w44.Part0 = p44
  4270. 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)
  4271. w44.Part1 = p45
  4272. 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)
  4273. w45 = Instance.new("Weld", p45)
  4274. w45.Name = "Part_Weld"
  4275. w45.Part0 = p45
  4276. 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)
  4277. w45.Part1 = p46
  4278. 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)
  4279. w46 = Instance.new("Weld", p46)
  4280. w46.Name = "Part_Weld"
  4281. w46.Part0 = p46
  4282. 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)
  4283. w46.Part1 = p47
  4284. 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)
  4285. w47 = Instance.new("Weld", p47)
  4286. w47.Name = "Part_Weld"
  4287. w47.Part0 = p47
  4288. 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)
  4289. w47.Part1 = p48
  4290. 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)
  4291. w48 = Instance.new("Weld", p48)
  4292. w48.Name = "Part_Weld"
  4293. w48.Part0 = p48
  4294. 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)
  4295. w48.Part1 = p49
  4296. 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)
  4297. w49 = Instance.new("Weld", p49)
  4298. w49.Name = "Part_Weld"
  4299. w49.Part0 = p49
  4300. 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)
  4301. w49.Part1 = p50
  4302. 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)
  4303. w50 = Instance.new("Weld", p50)
  4304. w50.Name = "Part_Weld"
  4305. w50.Part0 = p50
  4306. 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)
  4307. w50.Part1 = p51
  4308. 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)
  4309. w51 = Instance.new("Weld", p51)
  4310. w51.Name = "Part_Weld"
  4311. w51.Part0 = p51
  4312. 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)
  4313. w51.Part1 = p52
  4314. 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)
  4315. w52 = Instance.new("Weld", p52)
  4316. w52.Name = "Part_Weld"
  4317. w52.Part0 = p52
  4318. 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)
  4319. w52.Part1 = p53
  4320. 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)
  4321. w53 = Instance.new("Weld", p53)
  4322. w53.Name = "Part_Weld"
  4323. w53.Part0 = p53
  4324. 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)
  4325. w53.Part1 = p54
  4326. 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)
  4327. w54 = Instance.new("Weld", p54)
  4328. w54.Name = "Part_Weld"
  4329. w54.Part0 = p54
  4330. 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)
  4331. w54.Part1 = p55
  4332. 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)
  4333. w55 = Instance.new("Weld", p55)
  4334. w55.Name = "Part_Weld"
  4335. w55.Part0 = p55
  4336. 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)
  4337. w55.Part1 = p56
  4338. 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)
  4339. w56 = Instance.new("Weld", p56)
  4340. w56.Name = "Part_Weld"
  4341. w56.Part0 = p56
  4342. 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)
  4343. w56.Part1 = p57
  4344. 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)
  4345. w57 = Instance.new("Weld", p57)
  4346. w57.Name = "Part_Weld"
  4347. w57.Part0 = p57
  4348. 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)
  4349. w57.Part1 = p58
  4350. 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)
  4351. w58 = Instance.new("Weld", p58)
  4352. w58.Name = "Part_Weld"
  4353. w58.Part0 = p58
  4354. 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)
  4355. w58.Part1 = p59
  4356. 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)
  4357. w59 = Instance.new("Weld", p59)
  4358. w59.Name = "Part_Weld"
  4359. w59.Part0 = p59
  4360. 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)
  4361. w59.Part1 = p60
  4362. 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)
  4363. w60 = Instance.new("Weld", p60)
  4364. w60.Name = "Part_Weld"
  4365. w60.Part0 = p60
  4366. 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)
  4367. w60.Part1 = p61
  4368. 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)
  4369. w61 = Instance.new("Weld", p61)
  4370. w61.Name = "Part_Weld"
  4371. w61.Part0 = p61
  4372. 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)
  4373. w61.Part1 = p62
  4374. 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)
  4375. w62 = Instance.new("Weld", p62)
  4376. w62.Name = "Part_Weld"
  4377. w62.Part0 = p62
  4378. 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)
  4379. w62.Part1 = p63
  4380. 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)
  4381. w63 = Instance.new("Weld", p63)
  4382. w63.Name = "Part_Weld"
  4383. w63.Part0 = p63
  4384. 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)
  4385. w63.Part1 = p64
  4386. 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)
  4387. w64 = Instance.new("Weld", p64)
  4388. w64.Name = "TorsoPart_Weld"
  4389. w64.Part0 = p64
  4390. 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)
  4391. w64.Part1 = p65
  4392. w64.C1 = CFrame.new(-27.0399971, -25.1251144, -25.3600025, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4393. m2.Parent = char
  4394. m2:MakeJoints()
  4395. --------------------------------------------------------------------------------
  4396. local cor2 = Instance.new("Part", char.Wings)
  4397. cor2.Name = "Thingy"
  4398. cor2.Locked = true
  4399. cor2.BottomSurface = 0
  4400. cor2.CanCollide = false
  4401. cor2.Size = Vector3.new(0.2, 0.2, 0.2)
  4402. cor2.Transparency = 1
  4403. cor2.TopSurface = 0
  4404. corw2 = Instance.new("Weld", cor2)
  4405. corw2.Part0 = torso
  4406. corw2.Part1 = cor2
  4407. corw2.C0 = CFrame.new(0, 0.7, 0.8) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(0))
  4408. corw2.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  4409. weld2 = Instance.new("Weld", char.Wings)
  4410. weld2.Part0 = cor2
  4411. weld2.Part1 = char.Wings.TorsoPart
  4412. weld2.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  4413. wait(0.1)
  4414. hum.WalkSpeed = 29
  4415. game.Lighting.Ambient = Color3.new(-1,-1,-1)
  4416. c = script:Clone()
  4417. c.Parent = game.Lighting
  4418. s = Instance.new("Sky")
  4419. s.Name = "Dark Sky"
  4420. s.SkyboxBk = "http://www.roblox.com/asset/?id=13943307"
  4421. s.SkyboxDn = "http://www.roblox.com/asset/?id=13943307"
  4422. s.SkyboxFt = "http://www.roblox.com/asset/?id=13943307"
  4423. s.SkyboxLf = "http://www.roblox.com/asset/?id=13943307"
  4424. s.SkyboxRt = "http://www.roblox.com/asset/?id=13943307"
  4425. s.SkyboxUp = "http://www.roblox.com/asset/?id=13943307"
  4426. s.Parent = game.Lighting
  4427. wait(0.1)
  4428. game.Lighting.Ambient = Color3.new(255,255,255)
  4429. c = script:Clone()
  4430. c.Parent = game.Lighting
  4431. s = Instance.new("Sky")
  4432. s.Name = "White Sky"
  4433. s.SkyboxBk = "http://www.roblox.com/asset/?id=10742015"
  4434. s.SkyboxDn = "http://www.roblox.com/asset/?id=10742015"
  4435. s.SkyboxFt = "http://www.roblox.com/asset/?id=10742015"
  4436. s.SkyboxLf = "http://www.roblox.com/asset/?id=10742015"
  4437. s.SkyboxRt = "http://www.roblox.com/asset/?id=10742015"
  4438. s.SkyboxUp = "http://www.roblox.com/asset/?id=10742015"
  4439. s.Parent = game.Lighting
  4440. wait(0.1)
  4441. game.Lighting.Ambient = Color3.new(-1,-1,-1)
  4442. c = script:Clone()
  4443. c.Parent = game.Lighting
  4444. s = Instance.new("Sky")
  4445. s.Name = "Dark Sky"
  4446. s.SkyboxBk = "http://www.roblox.com/asset/?id=13943307"
  4447. s.SkyboxDn = "http://www.roblox.com/asset/?id=13943307"
  4448. s.SkyboxFt = "http://www.roblox.com/asset/?id=13943307"
  4449. s.SkyboxLf = "http://www.roblox.com/asset/?id=13943307"
  4450. s.SkyboxRt = "http://www.roblox.com/asset/?id=13943307"
  4451. s.SkyboxUp = "http://www.roblox.com/asset/?id=13943307"
  4452. s.Parent = game.Lighting
  4453. wait(0.1)
  4454. game.Lighting.Ambient = Color3.new(255,255,255)
  4455. c = script:Clone()
  4456. c.Parent = game.Lighting
  4457. s = Instance.new("Sky")
  4458. s.Name = "White Sky"
  4459. s.SkyboxBk = "http://www.roblox.com/asset/?id=10742015"
  4460. s.SkyboxDn = "http://www.roblox.com/asset/?id=10742015"
  4461. s.SkyboxFt = "http://www.roblox.com/asset/?id=10742015"
  4462. s.SkyboxLf = "http://www.roblox.com/asset/?id=10742015"
  4463. s.SkyboxRt = "http://www.roblox.com/asset/?id=10742015"
  4464. s.SkyboxUp = "http://www.roblox.com/asset/?id=10742015"
  4465. s.Parent = game.Lighting
  4466. wait(0.1)
  4467. game.Lighting.Ambient = Color3.new(-1,-1,-1)
  4468. c = script:Clone()
  4469. c.Parent = game.Lighting
  4470. s = Instance.new("Sky")
  4471. s.Name = "Dark Sky"
  4472. s.SkyboxBk = "http://www.roblox.com/asset/?id=13943307"
  4473. s.SkyboxDn = "http://www.roblox.com/asset/?id=13943307"
  4474. s.SkyboxFt = "http://www.roblox.com/asset/?id=13943307"
  4475. s.SkyboxLf = "http://www.roblox.com/asset/?id=13943307"
  4476. s.SkyboxRt = "http://www.roblox.com/asset/?id=13943307"
  4477. s.SkyboxUp = "http://www.roblox.com/asset/?id=13943307"
  4478. s.Parent = game.Lighting
  4479. wait(0.1)
  4480. game.Lighting.Ambient = Color3.new(255,255,255)
  4481. c = script:Clone()
  4482. c.Parent = game.Lighting
  4483. s = Instance.new("Sky")
  4484. s.Name = "White Sky"
  4485. s.SkyboxBk = "http://www.roblox.com/asset/?id=10742015"
  4486. s.SkyboxDn = "http://www.roblox.com/asset/?id=10742015"
  4487. s.SkyboxFt = "http://www.roblox.com/asset/?id=10742015"
  4488. s.SkyboxLf = "http://www.roblox.com/asset/?id=10742015"
  4489. s.SkyboxRt = "http://www.roblox.com/asset/?id=10742015"
  4490. s.SkyboxUp = "http://www.roblox.com/asset/?id=10742015"
  4491. s.Parent = game.Lighting
  4492. wait(0.1)
  4493. game.Lighting.Ambient = Color3.new(1,1,1)
  4494. mouse.KeyDown:connect(function(Key)
  4495. if Key == "f" then
  4496. Colors = {"White", "White"}
  4497. GroundBall1()
  4498. wait(0.4)
  4499. Colors = {"White", "White"}
  4500. GroundBall1()
  4501. wait(0.4)
  4502. Colors = {"White", "White"}
  4503. GroundBall1()
  4504. wait(0.4)
  4505. Colors = {"White", "White"}
  4506. GroundBall1()
  4507. wait(0.4)
  4508. Colors = {"White", "White"}
  4509. GroundBall1()
  4510. wait(0.4)
  4511. Colors = {"White", "White"}
  4512. GroundBall1()
  4513. wait(0.4)
  4514. Colors = {"White", "White"}
  4515. GroundBall1()
  4516. wait(0.4)
  4517. Colors = {"White", "White"}
  4518. GroundBall1()
  4519. wait(0.4)
  4520. Colors = {"White", "White"}
  4521. GroundBall1()
  4522. wait(0.4)
  4523. Colors = {"White", "White"}
  4524. GroundBall1()
  4525. wait(0.4)
  4526. Colors = {"White", "White"}
  4527. GroundBall1()
  4528. wait(0.4)
  4529. Colors = {"White", "White"}
  4530. GroundBall1()
  4531. wait(0.4)
  4532. Colors = {"White", "White"}
  4533. GroundBall1()
  4534. wait(0.4)
  4535. Colors = {"White", "White"}
  4536. GroundBall1()
  4537. wait(0.4)
  4538. Colors = {"White", "White"}
  4539. GroundBall1()
  4540. wait(0.4)
  4541. Colors = {"White", "White"}
  4542. GroundBall1()
  4543. wait(0.4)
  4544. Colors = {"White", "White"}
  4545. GroundBall1()
  4546. wait(0.4)
  4547. Colors = {"White", "White"}
  4548. GroundBall1()
  4549. wait(0.4)
  4550. Colors = {"White", "White"}
  4551. GroundBall1()
  4552. wait(0.4)
  4553. Colors = {"White", "White"}
  4554. GroundBall1()
  4555. wait(0.4)
  4556. Colors = {"White", "White"}
  4557. GroundBall1()
  4558. wait(0.4)
  4559. Colors = {"White", "White"}
  4560. GroundBall1()
  4561. wait(0.4)
  4562. Colors = {"White", "White"}
  4563. GroundBall1()
  4564. wait(0.4)
  4565. Colors = {"White", "White"}
  4566. GroundBall1()
  4567. wait(0.4)
  4568. Colors = {"White", "White"}
  4569. GroundBall1()
  4570. wait(0.4)
  4571. Colors = {"White", "White"}
  4572. GroundBall1()
  4573. wait(0.4)
  4574. Colors = {"White", "White"}
  4575. GroundBall1()
  4576. wait(0.4)
  4577. Colors = {"White", "White"}
  4578. GroundBall1()
  4579. wait(0.4)
  4580. Colors = {"White", "White"}
  4581. GroundBall1()
  4582. wait(0.4)
  4583. Colors = {"White", "White"}
  4584. GroundBall1()
  4585. wait(0.4)
  4586. end
  4587. end)
  4588. Wait(150)
  4589. chat("Now Heres My Full Power.")
  4590. wait(2)
  4591. idle = false
  4592. canattack = false
  4593. idle1 = false
  4594. hum.WalkSpeed = 0
  4595. Colors = {"White", "White"}
  4596. GroundBall1()
  4597. wait(0.03)
  4598. Colors = {"Really red", "Really red"}
  4599. GroundBall1()
  4600. wait(0.02)
  4601. Colors = {"White", "White"}
  4602. GroundBall1()
  4603. wait(0.03)
  4604. Colors = {"Really red", "Really red"}
  4605. GroundBall1()
  4606. wait(0.02)
  4607. Colors = {"White", "White"}
  4608. GroundBall1()
  4609. wait(0.03)
  4610. Colors = {"Really red", "Really red"}
  4611. GroundBall1()
  4612. wait(0.02)
  4613. Colors = {"White", "White"}
  4614. GroundBall1()
  4615. wait(0.03)
  4616. Colors = {"Really red", "Really red"}
  4617. GroundBall1()
  4618. wait(0.02)
  4619. Colors = {"White", "White"}
  4620. GroundBall1()
  4621. wait(0.03)
  4622. Colors = {"Really red", "Really red"}
  4623. GroundBall1()
  4624. wait(0.02)
  4625. Colors = {"White", "White"}
  4626. GroundBall1()
  4627. wait(0.03)
  4628. Colors = {"Really red", "Really red"}
  4629. GroundBall1()
  4630. wait(0.02)
  4631. Colors = {"White", "White"}
  4632. GroundBall1()
  4633. wait(0.03)
  4634. Colors = {"Really red", "Really red"}
  4635. GroundBall1()
  4636. wait(0.02)
  4637. Colors = {"White", "White"}
  4638. GroundBall1()
  4639. wait(0.03)
  4640. Colors = {"Really red", "Really red"}
  4641. GroundBall1()
  4642. wait(0.02)
  4643. Colors = {"White", "White"}
  4644. GroundBall1()
  4645. wait(0.03)
  4646. Colors = {"Really red", "Really red"}
  4647. GroundBall1()
  4648. wait(0.02)
  4649. Colors = {"White", "White"}
  4650. GroundBall1()
  4651. wait(0.03)
  4652. Colors = {"Really red", "Really red"}
  4653. GroundBall1()
  4654. wait(0.02)
  4655. Colors = {"White", "White"}
  4656. GroundBall1()
  4657. wait(0.03)
  4658. Colors = {"Really red", "Really red"}
  4659. GroundBall1()
  4660. wait(0.02)
  4661. Colors = {"White", "White"}
  4662. GroundBall1()
  4663. wait(0.03)
  4664. Colors = {"Really red", "Really red"}
  4665. GroundBall1()
  4666. wait(0.02)
  4667. Colors = {"White", "White"}
  4668. GroundBall1()
  4669. wait(0.03)
  4670. Colors = {"Really red", "Really red"}
  4671. GroundBall1()
  4672. wait(0.02)
  4673. Colors = {"White", "White"}
  4674. GroundBall1()
  4675. wait(0.03)
  4676. Colors = {"Really red", "Really red"}
  4677. GroundBall1()
  4678. wait(0.02)
  4679. Colors = {"White", "White"}
  4680. GroundBall1()
  4681. wait(0.03)
  4682. Colors = {"Really red", "Really red"}
  4683. GroundBall1()
  4684. wait(0.02)
  4685. Colors = {"White", "White"}
  4686. GroundBall1()
  4687. wait(0.03)
  4688. Colors = {"Really red", "Really red"}
  4689. GroundBall1()
  4690. wait(0.02)
  4691. Colors = {"White", "White"}
  4692. GroundBall1()
  4693. wait(0.03)
  4694. Colors = {"Really red", "Really red"}
  4695. GroundBall1()
  4696. wait(0.02)
  4697. Colors = {"White", "White"}
  4698. GroundBall1()
  4699. wait(0.03)
  4700. Colors = {"Really red", "Really red"}
  4701. GroundBall1()
  4702. wait(0.02)
  4703. Colors = {"White", "White"}
  4704. GroundBall1()
  4705. wait(0.03)
  4706. Colors = {"Really red", "Really red"}
  4707. GroundBall1()
  4708. wait(0.02)
  4709. Colors = {"White", "White"}
  4710. GroundBall1()
  4711. wait(0.03)
  4712. Colors = {"Really red", "Really red"}
  4713. GroundBall1()
  4714. wait(0.02)
  4715. Colors = {"White", "White"}
  4716. GroundBall1()
  4717. wait(0.03)
  4718. Colors = {"Really red", "Really red"}
  4719. GroundBall1()
  4720. wait(0.02)
  4721. Colors = {"White", "White"}
  4722. GroundBall1()
  4723. wait(0.03)
  4724. Colors = {"Really red", "Really red"}
  4725. GroundBall1()
  4726. wait(0.02)
  4727. Colors = {"White", "White"}
  4728. GroundBall1()
  4729. wait(0.03)
  4730. Colors = {"Really red", "Really red"}
  4731. GroundBall1()
  4732. wait(0.02)
  4733. Colors = {"White", "White"}
  4734. GroundBall1()
  4735. wait(0.03)
  4736. Colors = {"Really red", "Really red"}
  4737. GroundBall1()
  4738. wait(0.001)
  4739. Mesh.MeshId = "rbxassetid://437432504"
  4740. Mesh.Scale = Vector3.new(0.06,0.06,0.08)
  4741. Mesh.Offset = Vector3.new(0.01 ,-1.8 ,3.7)
  4742. Hair7.BrickColor = BrickColor.new("New Yeller")
  4743. hed.face.Texture = "http://www.roblox.com/asset/?id=497356286"
  4744. idle = true
  4745. canattack = true
  4746. idle1 = true
  4747. hum.WalkSpeed = 20
  4748.  
  4749. while true do
  4750. Hair7.BrickColor = BrickColor.new("Really red")
  4751. wait(0.01)
  4752. Hair7.BrickColor = BrickColor.new("Deep orange")
  4753. wait(0.01)
  4754. Hair7.BrickColor = BrickColor.new("New Yeller")
  4755. wait(0.01)
  4756. Hair7.BrickColor = BrickColor.new("Lime green")
  4757. wait(0.01)
  4758. Hair7.BrickColor = BrickColor.new("Toothpaste")
  4759. wait(0.01)
  4760. Hair7.BrickColor = BrickColor.new("Magenta")
  4761. wait(0.01)
  4762. Hair7.BrickColor = BrickColor.new("Hot pink")
  4763. wait(0.01)
  4764. end
Add Comment
Please, Sign In to add comment