Gokussjg

Untitled

Nov 19th, 2016
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 179.42 KB | None | 0 0
  1. ----------------------------------Darkend
  2.  
  3. ---------------------------
  4. wait(1)
  5. local MaxMana = 5000000
  6. local Mana = 5000000
  7. local ManaGain = 40000
  8. ---------------------------
  9. game.Workspace.YourTrueEnd.Humanoid.Hipheight = 20
  10. ---------------------------
  11. repeat game:GetService('RunService').Stepped:wait() until game:GetService('Players').LocalPlayer.Character
  12. ----190470714
  13. ----
  14. sit = true
  15. cn = CFrame.new
  16. v3 = Vector3.new
  17. c3 = Color3.new
  18. bn = BrickColor.new
  19. ca2 = CFrame.Angles
  20. ca = function(x,y,z) return ca2(math.rad(x),math.rad(y),math.rad(z)) end
  21. ud2 = UDim2.new
  22. ----
  23. ----
  24. local Player = game:GetService('Players').LocalPlayer
  25. local Char = Player.Character
  26. local Human = Char.Humanoid
  27. local Mouse = Player:GetMouse()
  28. ----
  29. ----
  30. Human.WalkSpeed = 0
  31. print ('Loading...')
  32. wait(0)
  33. ----
  34. ----
  35. local mananum=0
  36. la = Char['Left Arm']
  37. ra = Char['Right Arm']
  38. ll = Char['Left Leg']
  39. rl = Char['Right Leg']
  40. tr = Char['Torso']
  41. hd = Char['Head']
  42. rp = Char['HumanoidRootPart']
  43. ----
  44. ----
  45. ram = tr['Right Shoulder']
  46. lam = tr['Left Shoulder']
  47. llm = tr['Left Hip']
  48. rlm = tr['Right Hip']
  49. hm = tr['Neck']
  50. rj = rp['RootJoint']
  51. ----
  52. ----
  53. InputService = game:GetService('UserInputService')
  54. RunService = game:GetService('RunService')
  55. ----
  56. ----
  57. it=Instance.new
  58. Torso=Char.Torso
  59. local fengui=it("GuiMain")
  60. fengui.Parent=Player.PlayerGui
  61. fengui.Name="WeaponGUI"
  62. local fenframe=it("Frame")
  63. fenframe.Parent=fengui
  64. fenframe.BackgroundColor3=Color3.new(255,255,255)
  65. fenframe.BackgroundTransparency=1
  66. fenframe.BorderColor3=Color3.new(17,17,17)
  67. fenframe.Size=UDim2.new(0.0500000007, 0, 0.100000001, 0)
  68. fenframe.Position=UDim2.new(0.4,0,0.1,0)
  69. local fenbarmana1=it("TextLabel")
  70. fenbarmana1.Parent=fenframe
  71. fenbarmana1.Text=" "
  72. fenbarmana1.BackgroundTransparency=0
  73. fenbarmana1.BackgroundColor3=Color3.new(0,0,0)
  74. fenbarmana1.SizeConstraint="RelativeXY"
  75. fenbarmana1.TextXAlignment="Center"
  76. fenbarmana1.TextYAlignment="Center"
  77. fenbarmana1.Position=UDim2.new(0,0,0,0)
  78. fenbarmana1.Size=UDim2.new(4,0,0.2,0)
  79. local fenbarmana2=it("TextLabel")
  80. fenbarmana2.Parent=fenframe
  81. fenbarmana2.Text=" "
  82. fenbarmana2.BackgroundTransparency=0
  83. fenbarmana2.BackgroundColor3=Torso.Color
  84. fenbarmana2.SizeConstraint="RelativeXY"
  85. fenbarmana2.TextXAlignment="Center"
  86. fenbarmana2.TextYAlignment="Center"
  87. fenbarmana2.Position=UDim2.new(0,0,0,0)
  88. fenbarmana2.Size=UDim2.new(4*Mana/MaxMana,0,0.2,0)
  89. local fenbarmana3=it("TextLabel")
  90. fenbarmana3.Parent=fenframe
  91. fenbarmana3.Text=" "
  92. fenbarmana3.BackgroundTransparency=0
  93. fenbarmana3.BackgroundColor3=Color3.new(Col1,Col2,Col3)
  94. fenbarmana3.SizeConstraint="RelativeXY"
  95. fenbarmana3.TextXAlignment="Center"
  96. fenbarmana3.TextYAlignment="Center"
  97. fenbarmana3.Position=UDim2.new(0,0,0,0)
  98. fenbarmana3.Size=UDim2.new(0,0,0.2,0)
  99. local fenbarmana4=it("TextLabel")
  100. fenbarmana4.Parent=fenframe
  101. fenbarmana4.Text="Energy("..Mana..")"
  102. fenbarmana4.BackgroundTransparency=1
  103. fenbarmana4.BackgroundColor3=Color3.new(0,0,0)
  104. fenbarmana4.SizeConstraint="RelativeXY"
  105. fenbarmana4.TextXAlignment="Center"
  106. fenbarmana4.TextYAlignment="Center"
  107. fenbarmana4.Position=UDim2.new(0,0,-0.3,0)
  108. fenbarmana4.Size=UDim2.new(4,0,0.2,0)
  109. fenbarmana4.FontSize="Size9"
  110. fenbarmana4.TextStrokeTransparency=0
  111. fenbarmana4.TextColor=BrickColor.new("White")
  112.  
  113. LastMade = nil
  114.  
  115. xNew=function(Table)
  116. local Obj=Instance.new(Table[1])
  117. for Ind,Val in pairs(Table) do
  118. if Ind~=1 and Ind~=2 then
  119. Obj[Ind] = Val
  120. end
  121. end
  122. Obj.Parent=Table[2]
  123. LastMade= Obj
  124. return Obj
  125. end
  126.  
  127. xPart=function(tab)
  128. local v=Instance.new(tab.type or "Part")
  129. if tab.type~="CornerWedgePart" then v.formFactor="Custom" end
  130. v.CanCollide=false
  131. v.TopSurface=10 v.BottomSurface=10 v.RightSurface=10 v.LeftSurface=10 v.FrontSurface=10 v.BackSurface=10
  132. v.Size=v3(tab[2],tab[3],tab[4])
  133. if tab.co then v.BrickColor=bn(tab.co) end
  134. if tab.tr then v.Transparency=tab.tr end
  135. if tab.rf then v.Reflectance=tab.rf end
  136. if tab.cf then v.CFrame=tab.cf end
  137. if tab.an then v.Anchored=tab.an end
  138. if tab.mt then v.Material=tab.mt end
  139. if tab.ca then v.CanCollide=tab.ca end
  140. v.Parent=tab[1]
  141. LastMade= v
  142. return v
  143. end
  144.  
  145. xWeld = function(a,b,between,type)
  146. local Weld = xNew{type or 'Weld',a,Part0 = a,Part1 = b, C0 = cn()}
  147. if between then
  148. Weld.C1 = b.CFrame:inverse() * a.CFrame
  149. else
  150. Weld.C1 = cn()
  151. end
  152. return Weld
  153. end
  154.  
  155. function xSound(id,parent,pitch)
  156. local s = xNew{'Sound', PlayOnRemove = true, SoundId = 'http://roblox.com/asset/?id='..id,Pitch = pitch}
  157. s.Parent = parent
  158. s:Destroy()
  159. if id == 190470714 then
  160. s.Looped = false
  161. s.Name = "Music"
  162. end
  163. end
  164.  
  165. ----
  166. xSound(190470714,workspace,1.5)
  167. ----
  168. do local function QuaternionFromCFrame(cf) local mx, my, mz, m00, m01, m02, m10, m11, m12, m20, m21, m22 = cf:components() local trace = m00 + m11 + m22 if trace > 0 then local s = math.sqrt(1 + trace) local recip = 0.5/s return (m21-m12)*recip, (m02-m20)*recip, (m10-m01)*recip, s*0.5 else local i = 0 if m11 > m00 then i = 1 end if m22 > (i == 0 and m00 or m11) then i = 2 end if i == 0 then local s = math.sqrt(m00-m11-m22+1) local recip = 0.5/s return 0.5*s, (m10+m01)*recip, (m20+m02)*recip, (m21-m12)*recip elseif i == 1 then local s = math.sqrt(m11-m22-m00+1) local recip = 0.5/s return (m01+m10)*recip, 0.5*s, (m21+m12)*recip, (m02-m20)*recip elseif i == 2 then local s = math.sqrt(m22-m00-m11+1) local recip = 0.5/s return (m02+m20)*recip, (m12+m21)*recip, 0.5*s, (m10-m01)*recip end end end local function QuaternionToCFrame(px, py, pz, x, y, z, w) local xs, ys, zs = x + x, y + y, z + z local wx, wy, wz = w*xs, w*ys, w*zs local xx = x*xs local xy = x*ys local xz = x*zs local yy = y*ys local yz = y*zs local zz = z*zs return CFrame.new(px, py, pz,1-(yy+zz), xy - wz, xz + wy,xy + wz, 1-(xx+zz), yz - wx, xz - wy, yz + wx, 1-(xx+yy)) end local function QuaternionSlerp(a, b, t) local cosTheta = a[1]*b[1] + a[2]*b[2] + a[3]*b[3] + a[4]*b[4] local startInterp, finishInterp; if cosTheta >= 0.0001 then if (1 - cosTheta) > 0.0001 then local theta = math.acos(cosTheta) local invSinTheta = 1/math.sin(theta) startInterp = math.sin((1-t)*theta)*invSinTheta finishInterp = math.sin(t*theta)*invSinTheta else startInterp = 1-t finishInterp = t end else if (1+cosTheta) > 0.0001 then local theta = math.acos(-cosTheta) local invSinTheta = 1/math.sin(theta) startInterp = math.sin((t-1)*theta)*invSinTheta finishInterp = math.sin(t*theta)*invSinTheta else startInterp = t-1 finishInterp = t end end return a[1]*startInterp + b[1]*finishInterp, a[2]*startInterp + b[2]*finishInterp, a[3]*startInterp + b[3]*finishInterp, a[4]*startInterp + b[4]*finishInterp end function clerp(a,b,t) local qa = {QuaternionFromCFrame(a)} local qb = {QuaternionFromCFrame(b)} local ax, ay, az = a.x, a.y, a.z local bx, by, bz = b.x, b.y, b.z local _t = 1-t return QuaternionToCFrame(_t*ax + t*bx, _t*ay + t*by, _t*az + t*bz,QuaternionSlerp(qa, qb, t)) end end
  169. function xlerp(weld,to,tim)
  170. if weld.C1 ~= to then
  171. --weld.C1 = clerp(weld.C1,to,tim)
  172. weld.C1 = weld.C1:lerp(to,tim)
  173. end
  174. end
  175. function lerp(a,b,c)return a+(b-a)*c end
  176. ----
  177. ----
  178. if Char:findFirstChild("Health") then
  179. Char.Health:Destroy()
  180. end
  181. wait(0)
  182. ----
  183. --hd.Mesh.Scale = Vector3.new(hd.Mesh.Scale.X * 3,hd.Mesh.Scale.Y * 3,hd.Mesh.Scale.Z * 3)
  184. ra.Size = ra.Size * 3
  185. la.Size = la.Size * 3
  186. ll.Size = ll.Size * 3
  187. rl.Size = rl.Size * 3
  188. tr.Size = tr.Size * 3
  189. hd.Size = hd.Size * 3
  190. rp.Size = rp.Size * 3
  191. --
  192. local tw = xWeld(rp,tr)
  193. tw.C1 = cn(0,0,0)
  194. local law = xWeld(tr,la)
  195. law.C0 = cn(-4.5,.5,0)
  196. law.C1 = cn(0,.5,0)
  197. local raw = xWeld(tr,ra)
  198. raw.C0 = cn(4.5,.5,0)
  199. raw.C1 = cn(0,.5,0)
  200. local llw = xWeld(tr,ll)
  201. llw.C0 = cn(-1.5,-5,0)
  202. llw.C1 = cn(0,1,0)
  203. local rlw = xWeld(tr,rl)
  204. rlw.C0 = cn(1.5,-5,0)
  205. rlw.C1 = cn(0,1,0)
  206. local hw = xWeld(tr,hd)
  207. hw.C1 = cn(0,-4.5,0)
  208. ras = raw.C1
  209. las = law.C1
  210. lls = llw.C1
  211. rls = rlw.C1
  212. ts = tw.C1
  213. hs = hw.C1
  214. -----
  215. for _,Part in pairs(Char:GetChildren()) do
  216. if Part:IsA('BasePart') then
  217. Part.CustomPhysicalProperties = PhysicalProperties.new(0, .3, .5)
  218. end
  219. end
  220. --------------------------------------------------------
  221. --------------------------------------------------------
  222. -----------------------CONSTANTS------------------------
  223. --------------------------------------------------------
  224. --------------------------------------------------------
  225. REGEN_SPEED = 0
  226. WEAPON_NAME = 'Grandark'
  227. ----------------------------------------------------
  228. ----------------------------------------------------
  229. -----------------------MODEL------------------------
  230. ----------------------------------------------------
  231. ----------------------------------------------------
  232. local Handle
  233. local Blade
  234. local haw
  235. Pack = Instance.new('Model', Char)
  236. Pack.Name = WEAPON_NAME
  237. do
  238. Handle = xPart{Pack,0.54285717, 4.96428585, 1.02857149} Handle.BrickColor = BrickColor.new('Black') Handle.Material = Enum.Material.Plastic; haw = xWeld(ra,Handle); LastMade.C1 = ca(90,0,180)*cn(0,3,0) LastMade.C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  239. xNew{'BlockMesh',Handle,Scale = v3(1, 1, 1), Offset = v3(0, 0, 0)}
  240. local Part = xPart{Pack,0.285714328, 0.949999154, 1.8714298} Part.BrickColor = BrickColor.new('Smoky grey') Handle.Material = Enum.Material.Plastic xWeld(Handle,Part) LastMade.C1 = CFrame.new(0, -3.22142696, 1.4642868, -1, 0, -5.96046377e-008, 0, 1, 0, 5.96046377e-008, 0, -1) LastMade.C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  241. xNew{'SpecialMesh',Part,MeshType = Enum.MeshType.Wedge, MeshId = '', TextureId = '', Scale = v3(1, 1, 1), Offset = v3(0, 0, 0)}
  242. local Part = xPart{Pack,0.521428645, 0.1, 4.92857265} Part.BrickColor = BrickColor.new('Really black') Handle.Material = Enum.Material.Plastic xWeld(Handle,Part) LastMade.C1 = CFrame.new(0, -2.59285641, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) LastMade.C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  243. xNew{'BlockMesh',Part,Scale = v3(1, 1, 1), Offset = v3(0, 0, 0)}
  244. local Part = xPart{Pack,0.864285767, 0.221428677, 5.65714407} Part.BrickColor = BrickColor.new('Dark orange') Handle.Material = Enum.Material.Plastic xWeld(Handle,Part) LastMade.C1 = CFrame.new(0, -2.57142735, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) LastMade.C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  245. xNew{'BlockMesh',Part,Scale = v3(1, 1, 1), Offset = v3(0, 0, 0)}
  246. local Part = xPart{Pack,0.54285717, 1.01428556, 1.02857149} Part.BrickColor = BrickColor.new('Really red') Handle.Material = Enum.Material.Plastic xWeld(Handle,Part) LastMade.C1 = CFrame.new(0, -1.4428587, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) LastMade.C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  247. xNew{'SpecialMesh',Part,MeshType = Enum.MeshType.FileMesh, MeshId = 'http://www.roblox.com/Asset/?id=9756362', TextureId = '', Scale = v3(0.714285731, 1.42857146, 0.714285731), Offset = v3(0, 0, 0)}
  248. local Part = xPart{Pack,0.54285717, 0.657142878, 1.02857149} Part.BrickColor = BrickColor.new('Dark orange') Handle.Material = Enum.Material.Plastic xWeld(Handle,Part) LastMade.C1 = CFrame.new(0, 2.81071377, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) LastMade.C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  249. xNew{'BlockMesh',Part,Scale = v3(1, 1, 1), Offset = v3(0, 0, 0)}
  250. local Part = xPart{Pack,0.54285717, 0.657142937, 1.02857149} Part.BrickColor = BrickColor.new('Dark orange') Handle.Material = Enum.Material.Plastic xWeld(Handle,Part) LastMade.C1 = CFrame.new(0, 2.81071377, 1.02857018, 1, 0, 0, 0, 1, 0, 0, 0, 1) LastMade.C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  251. xNew{'SpecialMesh',Part,MeshType = Enum.MeshType.Wedge, MeshId = '', TextureId = '', Scale = v3(1, 1, 1), Offset = v3(0, 0, 0)}
  252. local Part = xPart{Pack,0.54285717, 0.657142937, 1.02857149} Part.BrickColor = BrickColor.new('Dark orange') Handle.Material = Enum.Material.Plastic xWeld(Handle,Part) LastMade.C1 = CFrame.new(0, 2.81071377, 1.02857208, -1, 0, 8.74227695e-008, 0, 1, 0, -8.74227695e-008, 0, -1) LastMade.C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  253. xNew{'SpecialMesh',Part,MeshType = Enum.MeshType.Wedge, MeshId = '', TextureId = '', Scale = v3(1, 1, 1), Offset = v3(0, 0, 0)}
  254. local Part = xPart{Pack,0.54285717, 1.11428583, 0.371428579} Part.BrickColor = BrickColor.new('Dark orange') Handle.Material = Enum.Material.Plastic xWeld(Handle,Part) LastMade.C1 = CFrame.new(0, 2.23928523, 0.699998856, 1, -8.74227695e-008, 8.74227837e-008, 8.74227766e-008, 1, -8.74227695e-008, -8.74227766e-008, 8.74227766e-008, 1) LastMade.C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  255. xNew{'SpecialMesh',Part,MeshType = Enum.MeshType.Wedge, MeshId = '', TextureId = '', Scale = v3(1, 1, 1), Offset = v3(0, 0, 0)}
  256. local Part = xPart{Pack,0.54285717, 1.11428583, 0.371428579} Part.BrickColor = BrickColor.new('Dark orange') Handle.Material = Enum.Material.Plastic xWeld(Handle,Part) LastMade.C1 = CFrame.new(0, 2.23928547, 0.700000763, -1, 8.74227695e-008, 8.74227837e-008, 8.74227766e-008, 1, 8.74227695e-008, -8.74227695e-008, 8.74227766e-008, -1) LastMade.C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  257. xNew{'SpecialMesh',Part,MeshType = Enum.MeshType.Wedge, MeshId = '', TextureId = '', Scale = v3(1, 1, 1), Offset = v3(0, 0, 0)}
  258. local Part = xPart{Pack,0.342857182, 0.585714281, 0.514285684} Part.BrickColor = BrickColor.new('Really red') Handle.Material = Enum.Material.Plastic xWeld(Handle,Part) LastMade.C1 = CFrame.new(2.91071415, 0, 0.257143021, -5.96046377e-008, 1, 1.49781926e-007, -1, -5.96046306e-008, -3.92309403e-008, -3.92309296e-008, -1.49781926e-007, 1) LastMade.C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  259. xNew{'CylinderMesh',Part,Scale = v3(1, 1, 1), Offset = v3(0, 0, 0)}
  260. local Part = xPart{Pack,0.342857182, 0.585714281, 0.514285684} Part.BrickColor = BrickColor.new('Really red') Handle.Material = Enum.Material.Plastic xWeld(Handle,Part) LastMade.C1 = CFrame.new(2.91071415, 0, -0.257143021, -5.96046377e-008, 1, 1.49781926e-007, -1, -5.96046306e-008, -3.92309403e-008, -3.92309296e-008, -1.49781926e-007, 1) LastMade.C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  261. xNew{'CylinderMesh',Part,Scale = v3(1, 1, 1), Offset = v3(0, 0, 0)}
  262. local Part = xPart{Pack,0.564285755, 0.257142901, 0.514285743} Part.BrickColor = BrickColor.new('Dark orange') Handle.Material = Enum.Material.Plastic xWeld(Handle,Part) LastMade.C1 = CFrame.new(0, 2.35357094, 0.257143021, -1, 8.74227695e-008, 8.74227837e-008, 8.74227766e-008, 1, 8.74227695e-008, -8.74227695e-008, 8.74227766e-008, -1) LastMade.C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  263. xNew{'SpecialMesh',Part,MeshType = Enum.MeshType.Wedge, MeshId = '', TextureId = '', Scale = v3(1, 1, 1), Offset = v3(0, 0, 0)}
  264. local Part = xPart{Pack,0.564285755, 0.257142901, 0.514285743} Part.BrickColor = BrickColor.new('Dark orange') Handle.Material = Enum.Material.Plastic xWeld(Handle,Part) LastMade.C1 = CFrame.new(0, 2.35357118, 0.257141113, 1, 3.51124925e-008, -2.6822093e-007, -3.51123965e-008, 1, 3.53819075e-007, 2.6822093e-007, -3.53819075e-007, 1) LastMade.C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  265. xNew{'SpecialMesh',Part,MeshType = Enum.MeshType.Wedge, MeshId = '', TextureId = '', Scale = v3(1, 1, 1), Offset = v3(0, 0, 0)}
  266. local Part = xPart{Pack,0.564285755, 1.73571444, 0.200000003} Part.BrickColor = BrickColor.new('Dark orange') Handle.Material = Enum.Material.Plastic xWeld(Handle,Part) LastMade.C1 = CFrame.new(0, 1.50000012, 0.0714263916, 1, 3.51124925e-008, -2.6822093e-007, -3.51123965e-008, 1, 3.53819075e-007, 2.6822093e-007, -3.53819075e-007, 1) LastMade.C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  267. xNew{'SpecialMesh',Part,MeshType = Enum.MeshType.Wedge, MeshId = '', TextureId = '', Scale = v3(1, 1, 0.714285672), Offset = v3(0, 0, 0)}
  268. local Part = xPart{Pack,0.564285755, 1.73571444, 0.200000003} Part.BrickColor = BrickColor.new('Dark orange') Handle.Material = Enum.Material.Plastic xWeld(Handle,Part) LastMade.C1 = CFrame.new(0, 1.49999988, 0.0714321136, -1, 6.27284535e-008, 3.87430191e-007, 6.27285388e-008, 1, 2.26830267e-007, -3.87430163e-007, 2.26830295e-007, -1) LastMade.C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  269. xNew{'SpecialMesh',Part,MeshType = Enum.MeshType.Wedge, MeshId = '', TextureId = '', Scale = v3(1, 1, 0.714285672), Offset = v3(0, 0, 0)}
  270. local Part = xPart{Pack,0.54285717, 0.657142937, 1.02857149} Part.BrickColor = BrickColor.new('Dark orange') Handle.Material = Enum.Material.Plastic xWeld(Handle,Part) LastMade.C1 = CFrame.new(0, 2.81071377, 1.02857208, -1, 0, 8.74227695e-008, 0, 1, 0, -8.74227695e-008, 0, -1) LastMade.C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  271. xNew{'SpecialMesh',Part,MeshType = Enum.MeshType.Wedge, MeshId = '', TextureId = '', Scale = v3(1, 1, 1), Offset = v3(0, 0, 0)}
  272. local Part = xPart{Pack,0.864285767, 0.657142937, 1.02857149} Part.BrickColor = BrickColor.new('Dark orange') Handle.Material = Enum.Material.Plastic xWeld(Handle,Part) LastMade.C1 = CFrame.new(0, 2.48571396, -1.96071529, 1, -4.47536763e-009, -5.65906291e-008, -5.65906291e-008, -1.58996982e-023, -1, 4.47536763e-009, 1, -2.53263884e-016) LastMade.C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  273. xNew{'SpecialMesh',Part,MeshType = Enum.MeshType.Wedge, MeshId = '', TextureId = '', Scale = v3(1, 1, 1), Offset = v3(0, 0, 0)}
  274. local Part = xPart{Pack,0.864285767, 0.657142937, 1.02857149} Part.BrickColor = BrickColor.new('Dark orange') Handle.Material = Enum.Material.Plastic xWeld(Handle,Part) LastMade.C1 = CFrame.new(0, 2.48571205, -1.96071529, -1, -1.90377425e-009, 5.96046377e-008, 5.96046377e-008, 6.53269716e-010, 1, -1.90377425e-009, 1, -6.53269605e-010) LastMade.C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  275. xNew{'SpecialMesh',Part,MeshType = Enum.MeshType.Wedge, MeshId = '', TextureId = '', Scale = v3(1, 1, 1), Offset = v3(0, 0, 0)}
  276. Blade = xPart{Pack,0.285714328, 12.2071428, 2.38571548} Blade.BrickColor = BrickColor.new('Smoky grey') Handle.Material = Enum.Material.Plastic xWeld(Handle,Blade) LastMade.C1 = CFrame.new(0, -8.56428432, 0.649999619, 1, 0, 0, 0, 1, 0, 0, 0, 1) LastMade.C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  277. xNew{'BlockMesh',Blade,Scale = v3(1, 1, 1), Offset = v3(0, 0, 0)}
  278. local Part = xPart{Pack,0.285714328, 0.949999154, 1.8714298} Part.BrickColor = BrickColor.new('Smoky grey') Handle.Material = Enum.Material.Plastic xWeld(Handle,Part) LastMade.C1 = CFrame.new(0, -4.22142696, 1.4642868, -1, 0, -5.96046377e-008, 0, 1, 0, 5.96046377e-008, 0, -1) LastMade.C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  279. xNew{'SpecialMesh',Part,MeshType = Enum.MeshType.Wedge, MeshId = '', TextureId = '', Scale = v3(1, 1, 1), Offset = v3(0, 0, 0)}
  280. local Part = xPart{Pack,0.285714328, 0.949999154, 1.8714298} Part.BrickColor = BrickColor.new('Smoky grey') Handle.Material = Enum.Material.Plastic xWeld(Handle,Part) LastMade.C1 = CFrame.new(0, -5.22142696, 1.4642868, -1, 0, -5.96046377e-008, 0, 1, 0, 5.96046377e-008, 0, -1) LastMade.C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  281. xNew{'SpecialMesh',Part,MeshType = Enum.MeshType.Wedge, MeshId = '', TextureId = '', Scale = v3(1, 1, 1), Offset = v3(0, 0, 0)}
  282. local Part = xPart{Pack,0.285714328, 0.949999154, 1.8714298} Part.BrickColor = BrickColor.new('Smoky grey') Handle.Material = Enum.Material.Plastic xWeld(Handle,Part) LastMade.C1 = CFrame.new(0, -6.22142696, 1.4642868, -1, 0, -5.96046377e-008, 0, 1, 0, 5.96046377e-008, 0, -1) LastMade.C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  283. xNew{'SpecialMesh',Part,MeshType = Enum.MeshType.Wedge, MeshId = '', TextureId = '', Scale = v3(1, 1, 1), Offset = v3(0, 0, 0)}
  284. local Part = xPart{Pack,0.285714328, 0.949999154, 1.8714298} Part.BrickColor = BrickColor.new('Smoky grey') Handle.Material = Enum.Material.Plastic xWeld(Handle,Part) LastMade.C1 = CFrame.new(0, -7.22142696, 1.4642868, -1, 0, -5.96046377e-008, 0, 1, 0, 5.96046377e-008, 0, -1) LastMade.C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  285. xNew{'SpecialMesh',Part,MeshType = Enum.MeshType.Wedge, MeshId = '', TextureId = '', Scale = v3(1, 1, 1), Offset = v3(0, 0, 0)}
  286. local Part = xPart{Pack,0.285714328, 0.949999154, 1.8714298} Part.BrickColor = BrickColor.new('Smoky grey') Handle.Material = Enum.Material.Plastic xWeld(Handle,Part) LastMade.C1 = CFrame.new(0, -11.221427, 1.4642868, -1, 0, -5.96046377e-008, 0, 1, 0, 5.96046377e-008, 0, -1) LastMade.C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  287. xNew{'SpecialMesh',Part,MeshType = Enum.MeshType.Wedge, MeshId = '', TextureId = '', Scale = v3(1, 1, 1), Offset = v3(0, 0, 0)}
  288. local Part = xPart{Pack,0.285714328, 0.949999154, 1.8714298} Part.BrickColor = BrickColor.new('Smoky grey') Handle.Material = Enum.Material.Plastic xWeld(Handle,Part) LastMade.C1 = CFrame.new(0, -8.22142696, 1.4642868, -1, 0, -5.96046377e-008, 0, 1, 0, 5.96046377e-008, 0, -1) LastMade.C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  289. xNew{'SpecialMesh',Part,MeshType = Enum.MeshType.Wedge, MeshId = '', TextureId = '', Scale = v3(1, 1, 1), Offset = v3(0, 0, 0)}
  290. local Part = xPart{Pack,0.285714328, 0.949999154, 1.8714298} Part.BrickColor = BrickColor.new('Smoky grey') Handle.Material = Enum.Material.Plastic xWeld(Handle,Part) LastMade.C1 = CFrame.new(0, -9.22142696, 1.4642868, -1, 0, -5.96046377e-008, 0, 1, 0, 5.96046377e-008, 0, -1) LastMade.C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  291. xNew{'SpecialMesh',Part,MeshType = Enum.MeshType.Wedge, MeshId = '', TextureId = '', Scale = v3(1, 1, 1), Offset = v3(0, 0, 0)}
  292. local Part = xPart{Pack,0.285714328, 0.949999154, 1.8714298} Part.BrickColor = BrickColor.new('Smoky grey') Handle.Material = Enum.Material.Plastic xWeld(Handle,Part) LastMade.C1 = CFrame.new(0, -10.221427, 1.4642868, -1, 0, -5.96046377e-008, 0, 1, 0, 5.96046377e-008, 0, -1) LastMade.C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  293. xNew{'SpecialMesh',Part,MeshType = Enum.MeshType.Wedge, MeshId = '', TextureId = '', Scale = v3(1, 1, 1), Offset = v3(0, 0, 0)}
  294. local Part = xPart{Pack,0.285714328, 0.949999154, 1.8714298} Part.BrickColor = BrickColor.new('Smoky grey') Handle.Material = Enum.Material.Plastic xWeld(Handle,Part) LastMade.C1 = CFrame.new(0, -12.221427, 1.4642868, -1, 0, -5.96046377e-008, 0, 1, 0, 5.96046377e-008, 0, -1) LastMade.C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  295. xNew{'SpecialMesh',Part,MeshType = Enum.MeshType.Wedge, MeshId = '', TextureId = '', Scale = v3(1, 1, 1), Offset = v3(0, 0, 0)}
  296. local Part = xPart{Pack,0.285714328, 0.949999154, 1.8714298} Part.BrickColor = BrickColor.new('Smoky grey') Handle.Material = Enum.Material.Plastic xWeld(Handle,Part) LastMade.C1 = CFrame.new(0, -13.2214279, 1.4642868, -1, 0, -5.96046377e-008, 0, 1, 0, 5.96046377e-008, 0, -1) LastMade.C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  297. xNew{'SpecialMesh',Part,MeshType = Enum.MeshType.Wedge, MeshId = '', TextureId = '', Scale = v3(1, 1, 1), Offset = v3(0, 0, 0)}
  298. local Part = xPart{Pack,0.285714328, 0.949999154, 2.01428699} Part.BrickColor = BrickColor.new('Smoky grey') Handle.Material = Enum.Material.Plastic xWeld(Handle,Part) LastMade.C1 = CFrame.new(0, 14.1928558, 1.5357151, 1, 1.06776947e-016, 2.85758261e-009, 1.39271539e-016, -1, -1.13713643e-008, 2.85758261e-009, 1.13713643e-008, -1) LastMade.C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  299. xNew{'SpecialMesh',Part,MeshType = Enum.MeshType.Wedge, MeshId = '', TextureId = '', Scale = v3(1, 1, 1), Offset = v3(0, 0, 0)}
  300. local Part = xPart{Pack,0.285714328, 0.949999154, 1.15714407} Part.BrickColor = BrickColor.new('Smoky grey') Handle.Material = Enum.Material.Plastic xWeld(Handle,Part) LastMade.C1 = CFrame.new(0, 14.1928558, 2.3214283, -1, 2.33221598e-009, 0, -2.33221553e-009, -1, -4.92687668e-010, 0, -4.92687668e-010, 1) LastMade.C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  301. xNew{'SpecialMesh',Part,MeshType = Enum.MeshType.Wedge, MeshId = '', TextureId = '', Scale = v3(1, 1, 1), Offset = v3(0, 0, 0)}
  302. end
  303. has = haw.C1
  304.  
  305. for _,v in pairs(Pack:GetChildren()) do
  306. v.CustomPhysicalProperties = PhysicalProperties.new(0, 0, 0)
  307. end
  308. --------------------------------------------------------
  309. --------------------------------------------------------
  310. -----------------------VARIABLES------------------------
  311. --------------------------------------------------------
  312. --------------------------------------------------------
  313. State = 'Idle'
  314. FallTime = 0
  315. Walk = 0
  316. WalkReverse = false
  317. StompDB = false
  318. JumpDB = false
  319. --
  320. function NewHitbox(Radius,Position)
  321. local Returning = {}
  322. for _,v in pairs(workspace:GetChildren()) do
  323. if v~=Char and v:FindFirstChild('Humanoid') and v:FindFirstChild('Torso') then
  324. local Mag = (v.Torso.Position - Position).magnitude
  325. if Mag < Radius then
  326. table.insert(Returning,v)
  327. end
  328. end
  329. end
  330. return Returning
  331. end
  332. --
  333. function UpdateState()
  334. if (rp.Velocity*v3(1, 0, 1)).magnitude > 5 then
  335. if State == 'Idle' then State = 'Walking' end
  336. else
  337. if State == 'Walking' then State = 'Idle'; end
  338. end
  339. if WalkReverse then
  340. Walk = Walk - .5
  341. else
  342. Walk = Walk + .5
  343. end
  344. if Walk >= 10 then
  345. WalkReverse = true
  346. elseif Walk <= -10 then
  347. WalkReverse = false
  348. end
  349. end
  350. --
  351. function JumpExplode()
  352. local Hit = NewHitbox(35,Char.Torso.Position)
  353. for _,v in pairs(Hit) do
  354. v.Humanoid.MaxHealth = 100
  355. v.Humanoid.Health = v.Humanoid.Health - 1000000000
  356. if sit then
  357. v.Humanoid.Sit = true
  358. end
  359. end
  360. xSound('2233908',tr,1)
  361. coroutine.wrap(function()
  362. local Explosion = xNew{'Part',Char,Anchored = true,CanCollide = false,FormFactor = 'Custom',BrickColor = bn('Earth green')}
  363. local Mesh = xNew{'SpecialMesh', Explosion,MeshType = 'FileMesh', MeshId = 'http://www.roblox.com/asset/?id=20329976'}
  364. Explosion.CFrame = Char.Torso.CFrame * cn(0,-20,0)
  365. Mesh.Scale = v3(1,7,1)
  366. repeat
  367. Mesh.Scale = Mesh.Scale + v3(1,0,1)
  368. Explosion.Transparency = Explosion.Transparency + .025
  369. wait()
  370. until Explosion.Transparency >= 1
  371. Explosion:Destroy()
  372. end)()
  373. end
  374. --
  375. function Stomp()
  376. if State == 'Walking' or State == 'Idle' then
  377. if StompDB == false then
  378. StompDB = true
  379. State = 'Attacking'
  380. Human.WalkSpeed = 0
  381. --
  382. xSound('138186576',Char.Head,1)
  383. for _=0,1,.05 do
  384. xlerp(tw,ts,.2)
  385. xlerp(hw,hs*ca(40,0,0)*cn(0,-1,-1.5),.2)
  386. xlerp(rlw,rls*ca(20,0,0),.2)
  387. xlerp(llw,lls*cn(0,-2,1.25),.2)
  388. xlerp(raw,ras*ca(20,0,-20)*cn(-.5,-.5,0),.2)
  389. xlerp(law,las*ca(20,0,0),.2)
  390. wait()
  391. end
  392. coroutine.wrap(function()
  393. local Explosion = xNew{'Part',Char,Anchored = true,CanCollide = false,FormFactor = 'Custom',BrickColor = bn('Earth green')}
  394. local Mesh = xNew{'SpecialMesh', Explosion,MeshType = 'FileMesh', MeshId = 'http://www.roblox.com/asset/?id=3270017'}
  395. Explosion.CFrame = rp.CFrame * cn(0,-7,0)*ca(90,0,0)
  396. Mesh.Scale = v3(5,5,10)
  397. repeat
  398. Mesh.Scale = Mesh.Scale + v3(2,2,.5)
  399. Explosion.Transparency = Explosion.Transparency + .01
  400. wait()
  401. until Explosion.Transparency >= 1
  402. Explosion:Destroy()
  403. end)()
  404. coroutine.wrap(function()
  405. local Already = {}
  406. for i=1,50,2 do
  407. wait(.1)
  408. local Hit = NewHitbox(i*2,Char.Torso.Position)
  409. for _,v in pairs(Hit) do
  410. if not Already[v] then
  411. v.Humanoid.MaxHealth = 100
  412. v.Humanoid.Health = v.Humanoid.Health - 300000000000
  413. if sit then
  414. v.Humanoid.Sit = true
  415. end
  416. Already[v] = true
  417. end
  418. end
  419. end
  420. end)()
  421. --attack
  422. for _=0,1,.05 do
  423. xlerp(tw,ts,.3)
  424. xlerp(hw,hs*ca(40,0,0)*cn(0,-1,-1.5),.3)
  425. xlerp(rlw,rls*ca(20,0,0),.3)
  426. xlerp(llw,lls*cn(0,0,1.25),.3)
  427. xlerp(raw,ras*ca(20,0,-20)*cn(-.5,-.5,0),.3)
  428. xlerp(law,las*ca(20,0,0),.3)
  429. wait()
  430. end
  431. State = 'Idle'
  432. Human.WalkSpeed = 50
  433. coroutine.wrap(function()
  434. wait(0)
  435. StompDB = false
  436. end)()
  437. end
  438. end
  439. end
  440. --
  441. function Charge()
  442. if State == 'Walking' or State == 'Idle' then
  443. State = 'Charge'
  444. for _, controller in pairs(game:GetService("ControllerService"):GetChildren()) do
  445. controller.Parent = workspace
  446. end
  447. local function Exp()
  448. local Explosion = xNew{'Part',Char,Anchored = true,CanCollide = false,FormFactor = 'Custom',BrickColor = bn('White')}
  449. local Mesh = xNew{'SpecialMesh', Explosion,MeshType = 'FileMesh', MeshId = 'http://www.roblox.com/asset/?id=20329976'}
  450. Explosion.CFrame = rp.CFrame * cn(0,0,-15)*ca(70,0,0)
  451. Mesh.Scale = v3(1,6,1)
  452. repeat
  453. Char.Head.Velocity=Char.Head.CFrame.lookVector*100
  454. Mesh.Scale = Mesh.Scale + v3(1,.5,1)
  455. Explosion.Transparency = Explosion.Transparency + .05
  456. wait()
  457. until Explosion.Transparency >= 1
  458. Explosion:Destroy()
  459. end
  460. coroutine.wrap(function()
  461. wait(0)
  462. Human.WalkSpeed = 80
  463. Char.Head.Velocity=Char.Head.CFrame.lookVector*200
  464. for _=1, 10 do
  465. coroutine.wrap(Exp)()
  466. local Hit = NewHitbox(10,Char.Torso.Position)
  467. for _,v in pairs(Hit) do
  468. v.Humanoid.MaxHealth = 100
  469. v.Humanoid.Health = v.Humanoid.Health - 100000000000
  470. end
  471. wait(0)
  472. xSound('10730819',tr,.8)
  473. Char.Head.Velocity=Char.Head.CFrame.lookVector*100
  474. end
  475. Human.WalkSpeed = 50
  476. State = 'Idle'
  477. end)()
  478. --
  479. for _=0,1,.05 do
  480. Char.Head.Velocity=Char.Head.CFrame.lookVector*100
  481. xlerp(tw,ts*ca(0,-90,0),.4)
  482. xlerp(hw,hs*ca(0,90,0),.4)
  483. xlerp(raw,ras*ca(-90,0,-90)*cn(0,-1,0),.4)
  484. xlerp(law,las*ca(0,0,40)*cn(1,-.5,0),.4)
  485. xlerp(rlw,rls*ca(0,0,10)*cn(1,0,0),.4)
  486. xlerp(llw,lls*ca(0,0,10)*cn(1,0,0),.4)
  487. wait()
  488. end
  489. --
  490. end
  491. end
  492. function Combo()
  493. if State == 'Idle' or State == 'Walking' then
  494. State = 'Attacking'
  495. Human.WalkSpeed = 3
  496. for _=0,1,.2 do
  497. xlerp(tw,ts*ca(0,20,0),.4)
  498. xlerp(hw,hs*ca(0,30,0),.4)
  499. xlerp(raw,ras*ca(0,180,-90)*cn(-1,-1,0),.4)
  500. xlerp(law,las*ca(0,0,40)*cn(1,-.5,0),.4)
  501. xlerp(rlw,rls*ca(20,0,0)*cn(0,0,-1),.4)
  502. xlerp(llw,lls*cn(0,0,1.25),.4)
  503. wait()
  504. end
  505. local Already = {}
  506. xSound('231731980',tr,1.3)
  507. for _=0,1,.1 do
  508. xlerp(tw,ts*ca(0,-30,0),.4)
  509. xlerp(hw,hs*ca(0,-50,0),.4)
  510. xlerp(raw,ras*ca(160,180,-130)*cn(2,-1,1),.4)
  511. xlerp(law,las*ca(0,0,40)*cn(1,-.5,0),.4)
  512. xlerp(rlw,rls*ca(20,0,0)*cn(0,0,-1),.4)
  513. xlerp(llw,lls*cn(0,0,1.25),.4)
  514. xlerp(haw,has*ca(40,0,0),.4)
  515. wait()
  516. local Hit = NewHitbox(15,(Blade.CFrame).p)
  517. for _,v in pairs(Hit) do
  518. if not Already[v] then
  519. v.Humanoid.MaxHealth = 100
  520. v.Humanoid.Health = v.Humanoid.Health - 300000000000
  521. Already[v] = true
  522. end
  523. end
  524. end
  525. ----Combo2
  526. for _=0,1,.2 do
  527. xlerp(tw,ts*ca(0,-35,0),.4)
  528. xlerp(haw,has,.4)
  529. xlerp(hw,hs*ca(0,-30,0),.4)
  530. xlerp(raw,ras*ca(-120,0,-70)*cn(1,-1,0),.4)
  531. xlerp(law,las*ca(0,0,40)*cn(1,-.5,0),.4)
  532. xlerp(rlw,rls*ca(20,0,0)*cn(0,0,-1),.4)
  533. xlerp(llw,lls*cn(0,0,1.25),.4)
  534. wait()
  535. end
  536. xSound('231731980',tr,1)
  537. local Already = {}
  538. for _=0,1,.1 do
  539. xlerp(tw,ts*ca(0,20,0),.4)
  540. xlerp(hw,hs*ca(0,30,0),.4)
  541. xlerp(raw,ras*ca(30,0,-90)*cn(0,-1,0),.4)
  542. xlerp(law,las*ca(0,0,40)*cn(1,-.5,0),.4)
  543. xlerp(rlw,rls*ca(20,0,0)*cn(0,0,-1),.4)
  544. xlerp(llw,lls*cn(0,0,1.25),.4)
  545. wait()
  546. local Hit = NewHitbox(15,(Blade.CFrame).p)
  547. for _,v in pairs(Hit) do
  548. if not Already[v] then
  549. v.Humanoid.MaxHealth = 100
  550. v.Humanoid.Health = v.Humanoid.Health - 3000000000000
  551. Already[v] = true
  552. end
  553. end
  554. end
  555. --Combo 3
  556. for _=0,1,.1 do
  557. xlerp(tw,ts,.3)
  558. xlerp(hw,hs,.3)
  559. xlerp(haw,has,.3)
  560. xlerp(raw,ras*ca(-140,0,0)*cn(0,-1.5,0),.3)
  561. xlerp(law,las*ca(0,0,40)*cn(1,-.5,0),.3)
  562. xlerp(rlw,rls*ca(20,0,0)*cn(0,0,-1),.3)
  563. xlerp(llw,lls*cn(0,0,1.25),.4)
  564. wait()
  565. end
  566. xSound('231731980',tr,.8)
  567. local Already = {}
  568. for _=0,1,.1 do
  569. xlerp(tw,ts*ca(15,0,0)*cn(0,1.5,0),.4)
  570. xlerp(hw,hs,.4)
  571. xlerp(raw,ras*ca(-20,0,0)*cn(0,0,0),.4)
  572. xlerp(law,las*ca(0,0,40)*cn(1,-.5,0),.4)
  573. xlerp(haw,has*ca(20,0,0),.4)
  574. wait()
  575. local Hit = NewHitbox(10,(Blade.CFrame).p)
  576. for _,v in pairs(Hit) do
  577. if not Already[v] then
  578. v.Humanoid.MaxHealth = 100
  579. v.Humanoid.Health = v.Humanoid.Health - 300000000000
  580. Already[v] = true
  581. end
  582. end
  583. end
  584. wait(.2)
  585. State = 'Idle'
  586. Human.WalkSpeed = 50
  587. end
  588. end
  589. --
  590. function SwordSlam()
  591. if State == 'Walking' or State == 'Idle' then
  592. State = 'Attacking'
  593. Human.WalkSpeed = 0
  594. for _=0,1,.05 do
  595. xlerp(tw,ts,.2)
  596. xlerp(hw,hs,.2)
  597. xlerp(raw,ras*ca(-140,0,0)*cn(0,-1.5,0),.2)
  598. xlerp(law,las*ca(0,0,40)*cn(1,-.5,0),.2)
  599. xlerp(rlw,rls*ca(20,0,0)*cn(0,0,-1),.2)
  600. xlerp(llw,lls*cn(0,0,1.25),.2)
  601. wait()
  602. end
  603. coroutine.wrap(function()
  604. wait()
  605. xSound('10730819',tr,.5)
  606. local Explosion = xNew{'Part',Char,Anchored = true,CanCollide = false,FormFactor = 'Custom',BrickColor = bn('dsasda')}
  607. local Mesh = xNew{'SpecialMesh', Explosion,MeshType = 'FileMesh', MeshId = 'http://www.roblox.com/asset/?id=20329976'}
  608. Explosion.CFrame = rp.CFrame * cn(0,-5,-20)
  609. Mesh.Scale = v3(1,5,1)
  610. repeat
  611. Mesh.Scale = Mesh.Scale + v3(1,1,1)
  612. Explosion.Transparency = Explosion.Transparency + .025
  613. wait()
  614. until Explosion.Transparency >= 1
  615. Explosion:Destroy()
  616. end)()
  617. for _=0,1,.15 do
  618. xlerp(tw,ts*ca(15,0,0)*cn(0,1.5,0),.4)
  619. xlerp(hw,hs,.4)
  620. xlerp(raw,ras*ca(-20,0,0)*cn(0,0,0),.4)
  621. xlerp(law,las*ca(0,0,40)*cn(1,-.5,0),.4)
  622. xlerp(haw,has*ca(20,0,0),.4)
  623. wait()
  624. end
  625. local Hit = NewHitbox(40,(rp.CFrame * cn(0,-5,-20)).p)
  626. for _,v in pairs(Hit) do
  627. v.Humanoid.MaxHealth = 100
  628. v.Humanoid.Health = v.Humanoid.Health - 100000000000
  629. if sit then
  630. v.Humanoid.Sit = true
  631. end
  632. end
  633. wait(0)
  634. State = 'Idle'
  635. Human.WalkSpeed = 50
  636. end
  637. end
  638. --
  639. CanBoom = true
  640. function Fire(Part)
  641. local Flame = Instance.new("ParticleEmitter",Part)
  642. Flame.LightEmission = 0.21
  643. Flame.Size = NumberSequence.new(15)
  644. Flame.Texture = "http://www.roblox.com/asset/?id=366803190"
  645. Flame.Transparency = NumberSequence.new(0.5)
  646. Flame.LockedToPart = true
  647. Flame.Lifetime = NumberRange.new(0.1,0.8)
  648. Flame.Rate = 40
  649. Flame.VelocitySpread = 2
  650. end
  651. Mouse.KeyDown:connect(function(key)
  652. if key == ' ' then
  653. if State == 'Walking' or State == 'Idle' then
  654. if JumpDB == false then
  655. JumpDB = true
  656. State = 'Jumping'
  657. Human.Jump = true
  658. Human.WalkSpeed = 50
  659. wait(0)
  660. State = 'Falling'
  661. coroutine.wrap(function()
  662. wait(0)
  663. JumpDB = false
  664. end)()
  665. end
  666. end
  667. elseif key == 'z' and Mana >= 400 then
  668. Mana = Mana-400
  669. Combo()
  670. elseif key == 'x' and Mana >= 300 then
  671. Mana = Mana-300
  672. Charge()
  673. elseif key == 'c' and Mana >= 250 then
  674. Mana = Mana-250
  675. SwordSlam()
  676. elseif key == 'v' and Mana >= 100 then
  677. Mana = Mana-100
  678. Stomp()
  679. elseif key == "p" and Mana >= 1000 then
  680. Mana = Mana-1000
  681. Stomp()
  682. wait()
  683. SwordSlam()
  684. wait()
  685. Combo()
  686. wait()
  687. Combo()
  688. elseif key == "f" and Mana >= 800 and CanBoom then
  689. Mana = Mana - 800
  690. CanBoom = false
  691. local P = Instance.new("Part",Char)
  692. P.Name = "Boom"
  693. P.Anchored = true
  694. P.Transparency = 1
  695. Fire(P)
  696. P.Material = "Neon"
  697. P.BrickColor = BrickColor.new("Crimson")
  698. P.TopSurface = "Smooth"
  699. P.CFrame = Torso.CFrame
  700. P.CanCollide = false
  701. xSound(161451748,workspace,0.9)
  702. function Hit(hit)
  703. if hit.Parent and hit.Parent:findFirstChild("Humanoid") then
  704. if hit.Parent:findFirstChild("Torso") and hit.Parent.Name ~= Player.Character.Name and hit.Parent:findFirstChild("Flamed") == nil then
  705. local Z = Instance.new("StringValue",hit.Parent)
  706. Z.Name = "Flamed"
  707. local Torsoo = hit.Parent:findFirstChild("Torso")
  708. Torsoo.Anchored = true
  709. for i,v in pairs(hit.Parent:GetChildren()) do
  710. Fire(v)
  711. end
  712. if hit.Parent:findFirstChild("Humanoid") then
  713. local H = hit.Parent:findFirstChild("Humanoid")
  714. H.MaxHealth = math.huge
  715. H.WalkSpeed = 0
  716. H.JumpPower = 0
  717. wait()
  718. Torsoo.Anchored = false
  719. H:remove()
  720. if hit.Parent then
  721. hit.Parent:BreakJoints()
  722. end
  723. end
  724. end
  725. end
  726. end
  727. P.Touched:connect(Hit)
  728. for i=1,100 do
  729. wait(0.1)
  730. P.CFrame = Torso.CFrame
  731. P.Size = Vector3.new(P.Size.X + 0.5,P.Size.Y + 0.5,P.Size.Z + 0.5)
  732. P.CFrame = Torso.CFrame
  733. end
  734. P:remove()
  735. wait(0)
  736. CanBoom = true
  737.  
  738. end
  739. end)
  740. --
  741. Human.Changed:connect(function()
  742. if State ~= 'Jumping' then
  743. Human.Jump = false
  744. end
  745. end)
  746.  
  747. Human.FreeFalling:connect(function(a)
  748. if a then
  749. if State == 'Walking' or State == 'Idle' then
  750. State = 'Falling'
  751. end
  752. elseif State == 'Jumping' or State == 'Falling' then
  753. State = 'Idle'
  754. if FallTime > 10 then
  755. print('Boom!')
  756. JumpExplode()
  757. end
  758. Human.WalkSpeed = 50
  759. FallTime = 0
  760. end
  761. end)
  762. --
  763. wait(0)
  764. game:GetService('RunService').RenderStepped:connect(function()
  765. UpdateState()
  766. if State == 'Jumping' or State == 'Falling' then
  767. FallTime = FallTime + .1
  768. xlerp(tw,ts,.3)
  769. xlerp(hw,hs*ca(40,0,0)*cn(0,-1,-1.5),.2)
  770. xlerp(raw,ras*ca(0,0,-90)*cn(-1,-1,0),.2)
  771. xlerp(law,las*ca(0,0,90)*cn(1,-1,0),.2)
  772. xlerp(rlw,rls*ca(20,0,0),.2)
  773. xlerp(llw,lls*cn(0,-.5,1.25),.2)
  774. elseif State == 'Idle' then
  775. xlerp(tw,ts*ca(0,25,0),.1)
  776. xlerp(hw,hs*ca(0,-25,0),.1)
  777. xlerp(raw,ras*ca(20,0,-20)*cn(-.5,-.5,0),.1)
  778. xlerp(law,las*ca(20,0,0),.1)
  779. xlerp(rlw,rls*ca(20,0,0)*cn(0,0,-1),.1)
  780. xlerp(llw,lls*cn(0,0,1.25),.1)
  781. xlerp(haw,has,.4)
  782. elseif State == 'Walking' then
  783. xlerp(tw,ts,.15)
  784. xlerp(hw,hs,.15)
  785. --xlerp(law,las*ca(30,0,0),.3)
  786. --xlerp(raw,ras*ca(20,0,-40)*cn(-1,-.5,0),.15)
  787. xlerp(raw,ras*ca(20,0,-20)*cn(-.5,-.5,0),.1)
  788. xlerp(law,las*ca(20,0,0),.1)
  789. if WalkReverse then
  790. xlerp(rlw,rls*ca(30,0,0)*cn(0,-1,-1.5),.05)
  791. xlerp(llw,lls*ca(-30,0,0)*cn(0,-1,1.5),.05)
  792. else
  793. xlerp(rlw,rls*ca(-30,0,0)*cn(0,-1,1.5),.05)
  794. xlerp(llw,lls*ca(30,0,0)*cn(0,-1,-1.5),.05)
  795. end
  796. end
  797. fenbarmana2:TweenSize(UDim2.new(4*Mana/MaxMana,0,0.2,0),nil,1,0.4,true)
  798. fenbarmana4.Text="[Mana]-> [-> "..Mana.." <-] <-[Mana]"
  799. if Mana>=MaxMana then
  800. Mana=MaxMana
  801. else
  802. if mananum<=8 then
  803. mananum=mananum+1
  804. else
  805. mananum=0
  806. Mana=Mana+ManaGain
  807. Char.Humanoid.Health = Char.Humanoid.Health + 1000
  808. end
  809. end
  810. if Mana <= MaxMana/2 then
  811. fenbarmana2.BackgroundColor = BrickColor.new("Bright red")
  812. Char.Humanoid.MaxHealth = 40000
  813. Human.Health = Human.MaxHealth
  814. else
  815. fenbarmana2.BackgroundColor = BrickColor.new("Royal purple")
  816. Char.Humanoid.MaxHealth = 50000
  817. Human.Health = Human.MaxHealth
  818. end
  819. end)
  820. --
  821. Char.Humanoid.WalkSpeed = 5
  822. Char.Humanoid.JumpPower = 10
  823.  
  824. Human.Health = Human.MaxHealth
  825. game.Players.LocalPlayer.Character.Grandark:Remove()
  826. Create = function(itemClass,tabl)
  827. local item = Instance.new(itemClass)
  828. for i,v in pairs(tabl) do
  829. local a,b = ypcall(function() return item[i] end)
  830. if a then
  831. item[i] = tabl[i]
  832. end
  833. end
  834. return item
  835. end
  836. function runDummyScript(f,scri)
  837. local oldenv = getfenv(f)
  838. local newenv = setmetatable({}, {
  839. __index = function(_, k)
  840. if k:lower() == 'script' then
  841. return scri
  842. else
  843. return oldenv[k]
  844. end
  845. end
  846. })
  847. setfenv(f, newenv)
  848. ypcall(function() f() end)
  849. end
  850. cors = {}
  851. mas = Instance.new("Model",game:GetService("Lighting"))
  852. mas.Name = "CompiledModel"
  853. o1 = Create("Model",{
  854. ["Name"] = "",
  855. ["Parent"] = mas,
  856. })
  857. o2 = Create("Model",{
  858. ["Name"] = "Leg2",
  859. ["Parent"] = o1,
  860. })
  861. o3 = Create("Part",{
  862. ["Name"] = "Middle",
  863. ["Parent"] = o2,
  864. ["Material"] = Enum.Material.Neon,
  865. ["BrickColor"] = BrickColor.new("Dark indigo"),
  866. ["Position"] = Vector3.new(8221.66797, -527.146423, 22.0741081),
  867. ["Rotation"] = Vector3.new(-1.01458299, -2.01446819, -0.0339433253),
  868. ["Anchored"] = true,
  869. ["CFrame"] = CFrame.new(8221.66797, -527.146423, 22.0741081, 0.99938184, 0.000592056662, -0.0351518616, 3.00999909e-005, 0.999843419, 0.0176959448, 0.0351568349, -0.0176860616, 0.999225318),
  870. ["FormFactor"] = Enum.FormFactor.Symmetric,
  871. ["Size"] = Vector3.new(2.94941998, 5.89883947, 2.94942212),
  872. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  873. ["TopSurface"] = Enum.SurfaceType.Smooth,
  874. ["Color"] = Color3.new(0.239216, 0.0823529, 0.521569),
  875. })
  876. o4 = Create("Model",{
  877. ["Name"] = "Leg1",
  878. ["Parent"] = o1,
  879. })
  880. o5 = Create("Part",{
  881. ["Name"] = "Middle",
  882. ["Parent"] = o4,
  883. ["Material"] = Enum.Material.Neon,
  884. ["BrickColor"] = BrickColor.new("Dark indigo"),
  885. ["Position"] = Vector3.new(8218.72168, -527.146423, 21.9709091),
  886. ["Rotation"] = Vector3.new(-1.01458299, -2.01446819, -0.0339433253),
  887. ["Anchored"] = true,
  888. ["CFrame"] = CFrame.new(8218.72168, -527.146423, 21.9709091, 0.99938184, 0.000592056662, -0.0351518616, 3.00999909e-005, 0.999843419, 0.0176959448, 0.0351568349, -0.0176860616, 0.999225318),
  889. ["FormFactor"] = Enum.FormFactor.Symmetric,
  890. ["Size"] = Vector3.new(2.94941998, 5.89883947, 2.94942212),
  891. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  892. ["TopSurface"] = Enum.SurfaceType.Smooth,
  893. ["Color"] = Color3.new(0.239216, 0.0823529, 0.521569),
  894. })
  895. o6 = Create("Model",{
  896. ["Name"] = "Chest",
  897. ["Parent"] = o1,
  898. })
  899. o7 = Create("Part",{
  900. ["Name"] = "Middle",
  901. ["Parent"] = o6,
  902. ["Material"] = Enum.Material.Neon,
  903. ["BrickColor"] = BrickColor.new("Really black"),
  904. ["Position"] = Vector3.new(8220.19824, -521.250122, 21.9186649),
  905. ["Rotation"] = Vector3.new(-1.01458299, -2.01446819, -0.0339433253),
  906. ["Anchored"] = true,
  907. ["CFrame"] = CFrame.new(8220.19824, -521.250122, 21.9186649, 0.99938184, 0.000592056662, -0.0351518616, 3.00999909e-005, 0.999843419, 0.0176959448, 0.0351568349, -0.0176860616, 0.999225318),
  908. ["FormFactor"] = Enum.FormFactor.Symmetric,
  909. ["Size"] = Vector3.new(5.89883995, 5.89883947, 2.94942212),
  910. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  911. ["TopSurface"] = Enum.SurfaceType.Smooth,
  912. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  913. })
  914. o8 = Create("BodyForce",{
  915. ["Parent"] = o7,
  916. ["force"] = Vector3.new(0, 700000, 0),
  917. })
  918. o9 = Create("Part",{
  919. ["Parent"] = o6,
  920. ["BrickColor"] = BrickColor.new("Bright yellow"),
  921. ["Position"] = Vector3.new(8220.20117, -516.82843, 21.8405418),
  922. ["Rotation"] = Vector3.new(178.987961, 2.01760173, -179.968552),
  923. ["Anchored"] = true,
  924. ["CFrame"] = CFrame.new(8220.20117, -516.82843, 21.8405418, -0.999379992, 0.000548702199, 0.0352065153, -7.28807281e-005, 0.999844193, -0.017651625, -0.0352107175, -0.0176432449, -0.999224186),
  925. ["FormFactor"] = Enum.FormFactor.Symmetric,
  926. ["Size"] = Vector3.new(5.89883995, 2.94941974, 2.94942212),
  927. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  928. ["TopSurface"] = Enum.SurfaceType.Smooth,
  929. ["Color"] = Color3.new(0.960784, 0.803922, 0.188235),
  930. })
  931. o10 = Create("SpecialMesh",{
  932. ["Parent"] = o9,
  933. ["Scale"] = Vector3.new(1.25, 1.25, 1.25),
  934. })
  935. o11 = Create("Part",{
  936. ["Name"] = "Handle",
  937. ["Parent"] = o6,
  938. ["BrickColor"] = BrickColor.new("Royal purple"),
  939. ["Position"] = Vector3.new(8220.20117, -515.878235, 21.8409729),
  940. ["Rotation"] = Vector3.new(2.84583784e-005, 10.9299402, 0.000165357516),
  941. ["Anchored"] = true,
  942. ["CFrame"] = CFrame.new(8220.20117, -515.878235, 21.8409729, 0.981859803, -2.8336799e-006, 0.189608544, 2.98021018e-006, 1, -4.87682314e-007, -0.189608544, 1.04390904e-006, 0.981859803),
  943. ["FormFactor"] = Enum.FormFactor.Symmetric,
  944. ["Size"] = Vector3.new(5.89999914, 5.8999958, 5.90000153),
  945. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  946. ["TopSurface"] = Enum.SurfaceType.Smooth,
  947. ["Color"] = Color3.new(0.384314, 0.145098, 0.819608),
  948. })
  949. o12 = Create("SpecialMesh",{
  950. ["Parent"] = o11,
  951. ["MeshId"] = "http://www.roblox.com/asset/?id=16627529",
  952. ["Scale"] = Vector3.new(3.09749913, 3.09749746, 3.09750056),
  953. ["VertexColor"] = Vector3.new(1, 1, 5),
  954. ["MeshType"] = Enum.MeshType.FileMesh,
  955. })
  956. o13 = Create("Part",{
  957. ["Name"] = "Virtual",
  958. ["Parent"] = o6,
  959. ["BrickColor"] = BrickColor.new("Really black"),
  960. ["Position"] = Vector3.new(8220.20117, -516.828186, 21.840971),
  961. ["Rotation"] = Vector3.new(-1.80360057e-005, -1.08855966e-005, 0.000173314853),
  962. ["Anchored"] = true,
  963. ["CFrame"] = CFrame.new(8220.20117, -516.828186, 21.840971, 1, -3.0249148e-006, -1.89989493e-007, 3.0249148e-006, 1, 3.14787684e-007, 1.89988498e-007, -3.14788252e-007, 1),
  964. ["FormFactor"] = Enum.FormFactor.Symmetric,
  965. ["Size"] = Vector3.new(6.60000134, 3.29999971, 6.60000181),
  966. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  967. ["TopSurface"] = Enum.SurfaceType.Smooth,
  968. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  969. })
  970. o14 = Create("SpecialMesh",{
  971. ["Parent"] = o13,
  972. ["MeshId"] = "http://www.roblox.com/asset/?id=38965549",
  973. ["Scale"] = Vector3.new(3.30000067, 3.29999971, 3.30000091),
  974. ["MeshType"] = Enum.MeshType.FileMesh,
  975. })
  976. o15 = Create("BodyForce",{
  977. ["Parent"] = o13,
  978. ["force"] = Vector3.new(0, 4000, 0),
  979. })
  980. o16 = Create("Part",{
  981. ["Name"] = "Middle",
  982. ["Parent"] = o6,
  983. ["Material"] = Enum.Material.Granite,
  984. ["BrickColor"] = BrickColor.new("Really black"),
  985. ["Position"] = Vector3.new(8220.59766, -521.697205, 24.6427689),
  986. ["Rotation"] = Vector3.new(-1.01449859, -2.0144918, -45.0338783),
  987. ["Anchored"] = true,
  988. ["CFrame"] = CFrame.new(8220.59766, -521.697205, 24.6427689, 0.7062518, 0.707087517, -0.0351522714, -0.706974089, 0.707018077, 0.0176944733, 0.0373648331, 0.0123549895, 0.999225318),
  989. ["FormFactor"] = Enum.FormFactor.Symmetric,
  990. ["Size"] = Vector3.new(7.29884005, 5.89883947, 2.34942245),
  991. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  992. ["TopSurface"] = Enum.SurfaceType.Smooth,
  993. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  994. })
  995. o17 = Create("Part",{
  996. ["Parent"] = o6,
  997. ["Material"] = Enum.Material.Neon,
  998. ["BrickColor"] = BrickColor.new("Dark indigo"),
  999. ["Position"] = Vector3.new(8203.87109, -537.178467, 25.6286907),
  1000. ["Rotation"] = Vector3.new(-180, -1.46400407e-005, 174.82843),
  1001. ["Anchored"] = true,
  1002. ["CFrame"] = CFrame.new(8203.87109, -537.178467, 25.6286907, -0.995929241, -0.0901384205, -2.55516909e-007, -0.0901384205, 0.995929301, 1.80209305e-008, 2.52852459e-007, 4.09795078e-008, -1),
  1003. ["Size"] = Vector3.new(6.0999999, 0.830000043, 0.669999957),
  1004. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1005. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1006. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1007. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1008. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1009. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1010. ["Color"] = Color3.new(0.239216, 0.0823529, 0.521569),
  1011. })
  1012. o18 = Create("Part",{
  1013. ["Parent"] = o6,
  1014. ["Material"] = Enum.Material.DiamondPlate,
  1015. ["BrickColor"] = BrickColor.new("Really black"),
  1016. ["Position"] = Vector3.new(8214.67773, -523.644653, 25.5337009),
  1017. ["Rotation"] = Vector3.new(-179.999908, -4.86225108e-005, 135.694885),
  1018. ["Anchored"] = true,
  1019. ["CFrame"] = CFrame.new(8214.67773, -523.644653, 25.5337009, -0.715630293, -0.698479354, -8.48622904e-007, -0.698479354, 0.715630293, 1.60013553e-006, -5.10361531e-007, 1.73785088e-006, -1),
  1020. ["Size"] = Vector3.new(25.2899971, 0.969999254, 0.200000003),
  1021. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1022. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1023. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1024. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1025. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1026. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1027. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1028. })
  1029. o19 = Create("Part",{
  1030. ["Parent"] = o6,
  1031. ["Material"] = Enum.Material.DiamondPlate,
  1032. ["BrickColor"] = BrickColor.new("Really black"),
  1033. ["Position"] = Vector3.new(8202.5791, -532.480713, 25.5336876),
  1034. ["Rotation"] = Vector3.new(-180, -1.51904396e-005, 176.259644),
  1035. ["Anchored"] = true,
  1036. ["CFrame"] = CFrame.new(8202.5791, -532.480713, 25.5336876, -0.997869909, -0.0652351826, -2.65123191e-007, -0.0652351826, 0.997869968, 1.15199214e-007, 2.57043382e-007, 1.32249227e-007, -1),
  1037. ["Size"] = Vector3.new(6.73999977, 0.859999239, 0.200000003),
  1038. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1039. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1040. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1041. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1042. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1043. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1044. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1045. })
  1046. o20 = Create("Part",{
  1047. ["Parent"] = o6,
  1048. ["Material"] = Enum.Material.DiamondPlate,
  1049. ["BrickColor"] = BrickColor.new("Really black"),
  1050. ["Position"] = Vector3.new(8200.17676, -535.894714, 25.5336895),
  1051. ["Rotation"] = Vector3.new(-180, -1.51904396e-005, 176.259644),
  1052. ["Anchored"] = true,
  1053. ["CFrame"] = CFrame.new(8200.17676, -535.894714, 25.5336895, -0.997869909, -0.0652351826, -2.65123191e-007, -0.0652351826, 0.997869968, 1.15199214e-007, 2.57043382e-007, 1.32249227e-007, -1),
  1054. ["Size"] = Vector3.new(1.5, 6.11999893, 0.200000003),
  1055. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1056. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1057. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1058. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1059. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1060. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1061. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1062. })
  1063. o21 = Create("Part",{
  1064. ["Parent"] = o6,
  1065. ["Material"] = Enum.Material.DiamondPlate,
  1066. ["BrickColor"] = BrickColor.new("Really black"),
  1067. ["Position"] = Vector3.new(8214.92383, -530.36261, 25.5336838),
  1068. ["Rotation"] = Vector3.new(180, -1.35833752e-005, 135.000092),
  1069. ["Anchored"] = true,
  1070. ["CFrame"] = CFrame.new(8214.92383, -530.36261, 25.5336838, -0.707107961, -0.707105637, -2.37074616e-007, -0.707105637, 0.707107961, -1.05362963e-008, 1.75087521e-007, 1.60186488e-007, -1),
  1071. ["Size"] = Vector3.new(20.9599991, 1.86999929, 0.200000003),
  1072. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1073. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1074. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1075. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1076. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1077. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1078. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1079. })
  1080. o22 = Create("Part",{
  1081. ["Parent"] = o6,
  1082. ["BrickColor"] = BrickColor.new("Really black"),
  1083. ["Position"] = Vector3.new(8203.48242, -534.917847, 25.5336895),
  1084. ["Rotation"] = Vector3.new(-180, -1.19210645e-005, 175.856644),
  1085. ["Anchored"] = true,
  1086. ["CFrame"] = CFrame.new(8203.48242, -534.917847, 25.5336895, -0.997386396, -0.0722524375, -2.0806182e-007, -0.07225243, 0.997386456, 4.28219842e-008, 2.04424012e-007, 5.77431223e-008, -1),
  1087. ["Size"] = Vector3.new(5.42999983, 4.11999941, 0.200000003),
  1088. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1089. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1090. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1091. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1092. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1093. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1094. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1095. })
  1096. o23 = Create("Part",{
  1097. ["Parent"] = o6,
  1098. ["BrickColor"] = BrickColor.new("Really black"),
  1099. ["Position"] = Vector3.new(8233.12695, -510.936218, 25.4880276),
  1100. ["Rotation"] = Vector3.new(180, -1.35833752e-005, 135.000092),
  1101. ["Anchored"] = true,
  1102. ["CFrame"] = CFrame.new(8233.12695, -510.936218, 25.4880276, -0.707107961, -0.707105637, -2.37074616e-007, -0.707105637, 0.707107961, -1.05362963e-008, 1.75087521e-007, 1.60186488e-007, -1),
  1103. ["Size"] = Vector3.new(14.1099997, 1, 1.28999996),
  1104. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1105. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1106. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1107. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1108. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1109. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1110. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1111. })
  1112. o24 = Create("Part",{
  1113. ["Parent"] = o6,
  1114. ["BrickColor"] = BrickColor.new("Really black"),
  1115. ["Position"] = Vector3.new(8231.875, -509.684692, 25.4880276),
  1116. ["Rotation"] = Vector3.new(180, -1.35833752e-005, 135.000092),
  1117. ["Anchored"] = true,
  1118. ["CFrame"] = CFrame.new(8231.875, -509.684692, 25.4880276, -0.707107961, -0.707105637, -2.37074616e-007, -0.707105637, 0.707107961, -1.05362963e-008, 1.75087521e-007, 1.60186488e-007, -1),
  1119. ["Size"] = Vector3.new(14.1099997, 1, 1.28999996),
  1120. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1121. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1122. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1123. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1124. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1125. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1126. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1127. })
  1128. o25 = Create("Part",{
  1129. ["Parent"] = o6,
  1130. ["Material"] = Enum.Material.Neon,
  1131. ["BrickColor"] = BrickColor.new("Really black"),
  1132. ["Position"] = Vector3.new(8224.36035, -517.383118, 25.4460144),
  1133. ["Rotation"] = Vector3.new(180, -1.35833752e-005, 135.000092),
  1134. ["Anchored"] = true,
  1135. ["CFrame"] = CFrame.new(8224.36035, -517.383118, 25.4460144, -0.707107961, -0.707105637, -2.37074616e-007, -0.707105637, 0.707107961, -1.05362963e-008, 1.75087521e-007, 1.60186488e-007, -1),
  1136. ["Shape"] = Enum.PartType.Cylinder,
  1137. ["Size"] = Vector3.new(5, 0.819999993, 1),
  1138. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1139. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1140. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1141. })
  1142. o26 = Create("Part",{
  1143. ["Parent"] = o6,
  1144. ["BrickColor"] = BrickColor.new("Really black"),
  1145. ["Position"] = Vector3.new(8236.97754, -505.777863, 25.4980202),
  1146. ["Rotation"] = Vector3.new(180, -1.35833752e-005, 135.000092),
  1147. ["Anchored"] = true,
  1148. ["CFrame"] = CFrame.new(8236.97754, -505.777863, 25.4980202, -0.707107961, -0.707105637, -2.37074616e-007, -0.707105637, 0.707107961, -1.05362963e-008, 1.75087521e-007, 1.60186488e-007, -1),
  1149. ["Size"] = Vector3.new(3.49000025, 3.04999995, 1.78999996),
  1150. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1151. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1152. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1153. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1154. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1155. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1156. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1157. })
  1158. o27 = Create("Part",{
  1159. ["Parent"] = o6,
  1160. ["BrickColor"] = BrickColor.new("Really black"),
  1161. ["Position"] = Vector3.new(8232.64258, -510.451904, 25.5030251),
  1162. ["Rotation"] = Vector3.new(180, -1.35833752e-005, 135.000092),
  1163. ["Anchored"] = true,
  1164. ["CFrame"] = CFrame.new(8232.64258, -510.451904, 25.5030251, -0.707107961, -0.707105637, -2.37074616e-007, -0.707105637, 0.707107961, -1.05362963e-008, 1.75087521e-007, 1.60186488e-007, -1),
  1165. ["Size"] = Vector3.new(14.1099997, 1.50999999, 0.75999999),
  1166. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1167. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1168. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1169. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1170. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1171. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1172. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1173. })
  1174. o28 = Create("Part",{
  1175. ["Parent"] = o6,
  1176. ["BrickColor"] = BrickColor.new("Really black"),
  1177. ["Position"] = Vector3.new(8231.62109, -511.134216, 25.4980145),
  1178. ["Rotation"] = Vector3.new(180, -1.35833752e-005, 135.000092),
  1179. ["Anchored"] = true,
  1180. ["CFrame"] = CFrame.new(8231.62109, -511.134216, 25.4980145, -0.707107961, -0.707105637, -2.37074616e-007, -0.707105637, 0.707107961, -1.05362963e-008, 1.75087521e-007, 1.60186488e-007, -1),
  1181. ["Size"] = Vector3.new(1.46000004, 3.04999995, 1.78999996),
  1182. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1183. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1184. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1185. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1186. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1187. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1188. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1189. })
  1190. o29 = Create("Part",{
  1191. ["Parent"] = o6,
  1192. ["Material"] = Enum.Material.Neon,
  1193. ["BrickColor"] = BrickColor.new("Really black"),
  1194. ["Position"] = Vector3.new(8225.32227, -518.344727, 25.4460125),
  1195. ["Rotation"] = Vector3.new(180, -1.35833752e-005, 135.000092),
  1196. ["Anchored"] = true,
  1197. ["CFrame"] = CFrame.new(8225.32227, -518.344727, 25.4460125, -0.707107961, -0.707105637, -2.37074616e-007, -0.707105637, 0.707107961, -1.05362963e-008, 1.75087521e-007, 1.60186488e-007, -1),
  1198. ["Shape"] = Enum.PartType.Cylinder,
  1199. ["Size"] = Vector3.new(5, 0.819999993, 1),
  1200. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1201. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1202. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1203. })
  1204. o30 = Create("Part",{
  1205. ["Parent"] = o6,
  1206. ["BrickColor"] = BrickColor.new("Really black"),
  1207. ["Position"] = Vector3.new(8229.30176, -513.453613, 25.4980316),
  1208. ["Rotation"] = Vector3.new(180, -1.35833752e-005, 135.000092),
  1209. ["Anchored"] = true,
  1210. ["CFrame"] = CFrame.new(8229.30176, -513.453613, 25.4980316, -0.707107961, -0.707105637, -2.37074616e-007, -0.707105637, 0.707107961, -1.05362963e-008, 1.75087521e-007, 1.60186488e-007, -1),
  1211. ["Size"] = Vector3.new(1.46000004, 3.04999995, 1.78999996),
  1212. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1213. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1214. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1215. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1216. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1217. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1218. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1219. })
  1220. o31 = Create("Part",{
  1221. ["Parent"] = o6,
  1222. ["Material"] = Enum.Material.Concrete,
  1223. ["BrickColor"] = BrickColor.new("Really black"),
  1224. ["Position"] = Vector3.new(8222.64941, -519.080139, 25.446022),
  1225. ["Rotation"] = Vector3.new(180, -1.35833752e-005, 135.000092),
  1226. ["Anchored"] = true,
  1227. ["CFrame"] = CFrame.new(8222.64941, -519.080139, 25.446022, -0.707107961, -0.707105637, -2.37074616e-007, -0.707105637, 0.707107961, -1.05362963e-008, 1.75087521e-007, 1.60186488e-007, -1),
  1228. ["Shape"] = Enum.PartType.Cylinder,
  1229. ["Size"] = Vector3.new(0.919999957, 1, 1),
  1230. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1231. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1232. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1233. })
  1234. o32 = Create("Part",{
  1235. ["Parent"] = o6,
  1236. ["Material"] = Enum.Material.Concrete,
  1237. ["BrickColor"] = BrickColor.new("Really black"),
  1238. ["Position"] = Vector3.new(8223.57617, -520.077148, 25.4460144),
  1239. ["Rotation"] = Vector3.new(180, -1.35833752e-005, 135.000092),
  1240. ["Anchored"] = true,
  1241. ["CFrame"] = CFrame.new(8223.57617, -520.077148, 25.4460144, -0.707107961, -0.707105637, -2.37074616e-007, -0.707105637, 0.707107961, -1.05362963e-008, 1.75087521e-007, 1.60186488e-007, -1),
  1242. ["Shape"] = Enum.PartType.Cylinder,
  1243. ["Size"] = Vector3.new(0.860000134, 1, 1),
  1244. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1245. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1246. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1247. })
  1248. o33 = Create("Part",{
  1249. ["Parent"] = o6,
  1250. ["Material"] = Enum.Material.Concrete,
  1251. ["BrickColor"] = BrickColor.new("Really black"),
  1252. ["Position"] = Vector3.new(8224.70703, -517.022461, 25.4460125),
  1253. ["Rotation"] = Vector3.new(180, -1.35833752e-005, 135.000092),
  1254. ["Anchored"] = true,
  1255. ["CFrame"] = CFrame.new(8224.70703, -517.022461, 25.4460125, -0.707107961, -0.707105637, -2.37074616e-007, -0.707105637, 0.707107961, -1.05362963e-008, 1.75087521e-007, 1.60186488e-007, -1),
  1256. ["Shape"] = Enum.PartType.Cylinder,
  1257. ["Size"] = Vector3.new(4, 1, 1),
  1258. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1259. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1260. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1261. })
  1262. o34 = Create("Part",{
  1263. ["Parent"] = o6,
  1264. ["BrickColor"] = BrickColor.new("Really black"),
  1265. ["Position"] = Vector3.new(8227.10938, -515.64563, 25.4980392),
  1266. ["Rotation"] = Vector3.new(180, -1.35833752e-005, 135.000092),
  1267. ["Anchored"] = true,
  1268. ["CFrame"] = CFrame.new(8227.10938, -515.64563, 25.4980392, -0.707107961, -0.707105637, -2.37074616e-007, -0.707105637, 0.707107961, -1.05362963e-008, 1.75087521e-007, 1.60186488e-007, -1),
  1269. ["Size"] = Vector3.new(1.46000004, 3.04999995, 1.78999996),
  1270. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1271. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1272. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1273. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1274. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1275. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1276. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1277. })
  1278. o35 = Create("Part",{
  1279. ["Parent"] = o6,
  1280. ["Material"] = Enum.Material.Concrete,
  1281. ["BrickColor"] = BrickColor.new("Really black"),
  1282. ["Position"] = Vector3.new(8225.66895, -517.984131, 25.4460068),
  1283. ["Rotation"] = Vector3.new(180, -1.35833752e-005, 135.000092),
  1284. ["Anchored"] = true,
  1285. ["CFrame"] = CFrame.new(8225.66895, -517.984131, 25.4460068, -0.707107961, -0.707105637, -2.37074616e-007, -0.707105637, 0.707107961, -1.05362963e-008, 1.75087521e-007, 1.60186488e-007, -1),
  1286. ["Shape"] = Enum.PartType.Cylinder,
  1287. ["Size"] = Vector3.new(4, 1, 1),
  1288. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1289. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1290. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1291. })
  1292. o36 = Create("Part",{
  1293. ["Parent"] = o6,
  1294. ["BrickColor"] = BrickColor.new("Really black"),
  1295. ["Position"] = Vector3.new(8233.84082, -508.913879, 25.4980278),
  1296. ["Rotation"] = Vector3.new(180, -1.35833752e-005, 135.000092),
  1297. ["Anchored"] = true,
  1298. ["CFrame"] = CFrame.new(8233.84082, -508.913879, 25.4980278, -0.707107961, -0.707105637, -2.37074616e-007, -0.707105637, 0.707107961, -1.05362963e-008, 1.75087521e-007, 1.60186488e-007, -1),
  1299. ["Size"] = Vector3.new(1.46000004, 3.04999995, 1.78999996),
  1300. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1301. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1302. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1303. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1304. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1305. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1306. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1307. })
  1308. o37 = Create("Part",{
  1309. ["Parent"] = o6,
  1310. ["Material"] = Enum.Material.DiamondPlate,
  1311. ["BrickColor"] = BrickColor.new("Really black"),
  1312. ["Position"] = Vector3.new(8203.87891, -537.957581, 25.5336819),
  1313. ["Rotation"] = Vector3.new(-180, -1.51904396e-005, 176.259644),
  1314. ["Anchored"] = true,
  1315. ["CFrame"] = CFrame.new(8203.87891, -537.957581, 25.5336819, -0.997869909, -0.0652351826, -2.65123191e-007, -0.0652351826, 0.997869968, 1.15199214e-007, 2.57043382e-007, 1.32249227e-007, -1),
  1316. ["Size"] = Vector3.new(8.61999989, 1.51999927, 0.200000003),
  1317. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1318. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1319. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1320. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1321. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1322. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1323. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1324. })
  1325. o38 = Create("Part",{
  1326. ["Parent"] = o6,
  1327. ["BrickColor"] = BrickColor.new("Really black"),
  1328. ["Position"] = Vector3.new(8212.71387, -528.152893, 25.5336857),
  1329. ["Rotation"] = Vector3.new(180, -1.35833752e-005, 135.000092),
  1330. ["Anchored"] = true,
  1331. ["CFrame"] = CFrame.new(8212.71387, -528.152893, 25.5336857, -0.707107961, -0.707105637, -2.37074616e-007, -0.707105637, 0.707107961, -1.05362963e-008, 1.75087521e-007, 1.60186488e-007, -1),
  1332. ["Size"] = Vector3.new(20.9599991, 3.19999957, 0.200000003),
  1333. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1334. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1335. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1336. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1337. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1338. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1339. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1340. })
  1341. o39 = Create("Part",{
  1342. ["Parent"] = o6,
  1343. ["BrickColor"] = BrickColor.new("Really black"),
  1344. ["Position"] = Vector3.new(8223.0166, -519.625122, 25.5336781),
  1345. ["Rotation"] = Vector3.new(180, -1.35833752e-005, 135.000092),
  1346. ["Anchored"] = true,
  1347. ["CFrame"] = CFrame.new(8223.0166, -519.625122, 25.5336781, -0.707107961, -0.707105637, -2.37074616e-007, -0.707105637, 0.707107961, -1.05362963e-008, 1.75087521e-007, 1.60186488e-007, -1),
  1348. ["Size"] = Vector3.new(5.82999992, 5.70999956, 0.200000003),
  1349. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1350. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1351. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1352. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1353. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1354. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1355. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1356. })
  1357. o40 = Create("Part",{
  1358. ["Parent"] = o6,
  1359. ["Material"] = Enum.Material.Neon,
  1360. ["BrickColor"] = BrickColor.new("Dark indigo"),
  1361. ["Position"] = Vector3.new(8214.13184, -529.570618, 25.6136799),
  1362. ["Rotation"] = Vector3.new(180, -1.35833752e-005, 135.000092),
  1363. ["Anchored"] = true,
  1364. ["CFrame"] = CFrame.new(8214.13184, -529.570618, 25.6136799, -0.707107961, -0.707105637, -2.37074616e-007, -0.707105637, 0.707107961, -1.05362963e-008, 1.75087521e-007, 1.60186488e-007, -1),
  1365. ["Size"] = Vector3.new(20.9599991, 0.769999981, 0.680000007),
  1366. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1367. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1368. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1369. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1370. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1371. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1372. ["Color"] = Color3.new(0.239216, 0.0823529, 0.521569),
  1373. })
  1374. o41 = Create("Model",{
  1375. ["Name"] = "Arm1",
  1376. ["Parent"] = o1,
  1377. })
  1378. o42 = Create("Part",{
  1379. ["Name"] = "Middle",
  1380. ["Parent"] = o41,
  1381. ["BrickColor"] = BrickColor.new("Bright yellow"),
  1382. ["Position"] = Vector3.new(8215.77832, -521.249939, 21.7633686),
  1383. ["Rotation"] = Vector3.new(-1.01458299, -2.01446819, -0.0339433253),
  1384. ["Anchored"] = true,
  1385. ["CFrame"] = CFrame.new(8215.77832, -521.249939, 21.7633686, 0.99938184, 0.000592056662, -0.0351518616, 3.00999909e-005, 0.999843419, 0.0176959448, 0.0351568349, -0.0176860616, 0.999225318),
  1386. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1387. ["Size"] = Vector3.new(2.94941998, 5.89883947, 2.94942212),
  1388. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1389. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1390. ["Color"] = Color3.new(0.960784, 0.803922, 0.188235),
  1391. })
  1392. o43 = Create("ParticleEmitter",{
  1393. ["Parent"] = o42,
  1394. ["Size"] = NumberSequence.new(2,2),
  1395. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0, 0, 0)),
  1396. ["LightEmission"] = -10,
  1397. ["Speed"] = NumberRange.new(0,0),
  1398. })
  1399. o44 = Create("Part",{
  1400. ["Parent"] = o41,
  1401. ["Material"] = Enum.Material.Granite,
  1402. ["BrickColor"] = BrickColor.new("Royal purple"),
  1403. ["Position"] = Vector3.new(8215.27148, -521.192383, 21.6802559),
  1404. ["Rotation"] = Vector3.new(-88.5104904, 1.22399068, 89.3576508),
  1405. ["Anchored"] = true,
  1406. ["CFrame"] = CFrame.new(8215.27148, -521.192383, 21.6802559, 0.0112082632, -0.99970901, 0.0213610437, 0.0257528834, 0.0216438938, 0.999434114, -0.999605536, -0.010651811, 0.0259879809),
  1407. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1408. ["Size"] = Vector3.new(3.15906143, 3.15906024, 0.631812632),
  1409. ["Color"] = Color3.new(0.384314, 0.145098, 0.819608),
  1410. })
  1411. o45 = Create("CylinderMesh",{
  1412. ["Parent"] = o44,
  1413. })
  1414. o46 = Create("Part",{
  1415. ["Parent"] = o41,
  1416. ["Material"] = Enum.Material.Granite,
  1417. ["BrickColor"] = BrickColor.new("Really black"),
  1418. ["Position"] = Vector3.new(8215.54102, -523.377075, 21.6077709),
  1419. ["Rotation"] = Vector3.new(1.47579086, -0.642136991, -1.22406769),
  1420. ["Anchored"] = true,
  1421. ["CFrame"] = CFrame.new(8215.54102, -523.377075, 21.6077709, 0.99970901, 0.0213610437, -0.0112071699, -0.0216438659, 0.999434114, -0.0257529449, 0.0106507177, 0.0259880181, 0.999605536),
  1422. ["CanCollide"] = false,
  1423. ["Size"] = Vector3.new(3.85405469, 0.631812096, 3.47496915),
  1424. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1425. })
  1426. o47 = Create("BlockMesh",{
  1427. ["Parent"] = o46,
  1428. })
  1429. o48 = Create("Part",{
  1430. ["Parent"] = o41,
  1431. ["Material"] = Enum.Material.Granite,
  1432. ["BrickColor"] = BrickColor.new("Royal purple"),
  1433. ["Position"] = Vector3.new(8214.66797, -522.805847, 21.6285439),
  1434. ["Rotation"] = Vector3.new(63.8046303, 88.6173248, -62.3219795),
  1435. ["Anchored"] = true,
  1436. ["CFrame"] = CFrame.new(8214.66797, -522.805847, 21.6285439, 0.0112082632, 0.0213685092, 0.999708831, 0.0257528834, 0.999433935, -0.0216513574, -0.999605536, 0.025988061, 0.0106516164),
  1437. ["CanCollide"] = false,
  1438. ["Size"] = Vector3.new(3.38019586, 1.67430186, 0.631812632),
  1439. ["Color"] = Color3.new(0.384314, 0.145098, 0.819608),
  1440. })
  1441. o49 = Create("BlockMesh",{
  1442. ["Parent"] = o48,
  1443. })
  1444. o50 = Create("Part",{
  1445. ["Name"] = "GNeon",
  1446. ["Parent"] = o41,
  1447. ["Material"] = Enum.Material.Granite,
  1448. ["BrickColor"] = BrickColor.new("Royal purple"),
  1449. ["Position"] = Vector3.new(8213.4248, -519.781067, 19.6490421),
  1450. ["Rotation"] = Vector3.new(136.920944, -0.35561949, 91.6492081),
  1451. ["Anchored"] = true,
  1452. ["CFrame"] = CFrame.new(8213.4248, -519.781067, 19.6490421, -0.0287795458, -0.999566555, -0.0062066908, -0.729987323, 0.0252587851, -0.682993829, 0.682854533, -0.0151254442, -0.730397761),
  1453. ["FormFactor"] = Enum.FormFactor.Custom,
  1454. ["Size"] = Vector3.new(1.53877175, 0.769385517, 1.5387727),
  1455. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1456. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1457. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1458. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1459. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1460. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1461. ["Color"] = Color3.new(0.384314, 0.145098, 0.819608),
  1462. })
  1463. o51 = Create("BlockMesh",{
  1464. ["Parent"] = o50,
  1465. ["Scale"] = Vector3.new(0.800000012, 1.01999998, 0.800000012),
  1466. })
  1467. o52 = Create("Part",{
  1468. ["Name"] = "Open2",
  1469. ["Parent"] = o41,
  1470. ["Material"] = Enum.Material.DiamondPlate,
  1471. ["Position"] = Vector3.new(8215.53516, -524.247925, 20.8779259),
  1472. ["Rotation"] = Vector3.new(4.23354292, -0.700000763, -1.19132614),
  1473. ["Anchored"] = true,
  1474. ["CFrame"] = CFrame.new(8215.53516, -524.247925, 20.8779259, 0.999709308, 0.0207895152, -0.0122170141, -0.0216360278, 0.997037172, -0.0738165453, 0.0106462063, 0.0740594119, 0.997197092),
  1475. ["CanCollide"] = false,
  1476. ["Size"] = Vector3.new(2.71679378, 0.631812274, 2.62202334),
  1477. })
  1478. o53 = Create("BlockMesh",{
  1479. ["Parent"] = o52,
  1480. ["Scale"] = Vector3.new(1, 1, 0.5),
  1481. })
  1482. o54 = Create("Part",{
  1483. ["Name"] = "Open1",
  1484. ["Parent"] = o41,
  1485. ["Material"] = Enum.Material.DiamondPlate,
  1486. ["Position"] = Vector3.new(8215.56934, -524.278748, 22.291214),
  1487. ["Rotation"] = Vector3.new(-0.440670282, -0.600076675, -1.24524188),
  1488. ["Anchored"] = true,
  1489. ["CFrame"] = CFrame.new(8215.56934, -524.278748, 22.291214, 0.99970901, 0.0217306688, -0.0104731219, -0.0216506869, 0.999736071, 0.00769064995, 0.010637478, -0.00746166194, 0.9999156),
  1490. ["CanCollide"] = false,
  1491. ["Size"] = Vector3.new(2.71679378, 0.631812274, 2.62202334),
  1492. })
  1493. o55 = Create("BlockMesh",{
  1494. ["Parent"] = o54,
  1495. ["Scale"] = Vector3.new(1, 1, 0.5),
  1496. })
  1497. o56 = Create("Part",{
  1498. ["Name"] = "GNeon",
  1499. ["Parent"] = o41,
  1500. ["Material"] = Enum.Material.Granite,
  1501. ["BrickColor"] = BrickColor.new("Royal purple"),
  1502. ["Position"] = Vector3.new(8213.44238, -517.84613, 21.7182751),
  1503. ["Rotation"] = Vector3.new(46.9107246, -1.64942753, 89.6432648),
  1504. ["Anchored"] = true,
  1505. ["CFrame"] = CFrame.new(8213.44238, -517.84613, 21.7182751, 0.00622360734, -0.999566257, -0.028783964, 0.682992995, 0.0252735745, -0.729987502, 0.730398357, -0.015116089, 0.682854056),
  1506. ["FormFactor"] = Enum.FormFactor.Custom,
  1507. ["Size"] = Vector3.new(1.53877175, 0.769385517, 1.5387727),
  1508. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1509. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1510. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1511. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1512. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1513. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1514. ["Color"] = Color3.new(0.384314, 0.145098, 0.819608),
  1515. })
  1516. o57 = Create("BlockMesh",{
  1517. ["Parent"] = o56,
  1518. ["Scale"] = Vector3.new(0.800000012, 1.01999998, 0.800000012),
  1519. })
  1520. o58 = Create("Part",{
  1521. ["Name"] = "GNeon",
  1522. ["Parent"] = o41,
  1523. ["Material"] = Enum.Material.Granite,
  1524. ["BrickColor"] = BrickColor.new("Royal purple"),
  1525. ["Position"] = Vector3.new(8213.34277, -521.848755, 21.5837975),
  1526. ["Rotation"] = Vector3.new(46.9107246, -1.64942753, 89.6432648),
  1527. ["Anchored"] = true,
  1528. ["CFrame"] = CFrame.new(8213.34277, -521.848755, 21.5837975, 0.00622360734, -0.999566257, -0.028783964, 0.682992995, 0.0252735745, -0.729987502, 0.730398357, -0.015116089, 0.682854056),
  1529. ["FormFactor"] = Enum.FormFactor.Custom,
  1530. ["Size"] = Vector3.new(1.53877175, 0.769385517, 1.5387727),
  1531. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1532. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1533. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1534. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1535. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1536. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1537. ["Color"] = Color3.new(0.384314, 0.145098, 0.819608),
  1538. })
  1539. o59 = Create("BlockMesh",{
  1540. ["Parent"] = o58,
  1541. ["Scale"] = Vector3.new(0.800000012, 1.01999998, 0.800000012),
  1542. })
  1543. o60 = Create("Part",{
  1544. ["Name"] = "Glove",
  1545. ["Parent"] = o41,
  1546. ["Material"] = Enum.Material.Granite,
  1547. ["BrickColor"] = BrickColor.new("Really black"),
  1548. ["Position"] = Vector3.new(8217.18164, -522.237244, 21.6265163),
  1549. ["Rotation"] = Vector3.new(-178.095703, 0.914753497, 91.4184647),
  1550. ["Anchored"] = true,
  1551. ["CFrame"] = CFrame.new(8217.18164, -522.237244, 21.6265163, -0.0247511119, -0.999566197, 0.0159647819, -0.999128342, 0.02527095, 0.0332261547, -0.0336151868, -0.0151284803, -0.999320388),
  1552. ["FormFactor"] = Enum.FormFactor.Custom,
  1553. ["Size"] = Vector3.new(2.30815744, 0.769385517, 3.84693217),
  1554. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1555. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1556. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1557. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1558. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1559. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1560. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1561. })
  1562. o61 = Create("BlockMesh",{
  1563. ["Parent"] = o60,
  1564. ["Scale"] = Vector3.new(1, 0.00999999978, 1.00999999),
  1565. })
  1566. o62 = Create("WedgePart",{
  1567. ["Name"] = "Glove",
  1568. ["Parent"] = o41,
  1569. ["Material"] = Enum.Material.Granite,
  1570. ["BrickColor"] = BrickColor.new("Really black"),
  1571. ["Position"] = Vector3.new(8214.50879, -521.40033, 21.6115036),
  1572. ["Rotation"] = Vector3.new(59.1183815, 88.3128662, 122.797653),
  1573. ["Anchored"] = true,
  1574. ["CFrame"] = CFrame.new(8214.50879, -521.40033, 21.6115036, -0.0159494281, -0.0247508921, 0.999566495, -0.0332334451, -0.999128103, -0.0252703242, 0.999320328, -0.0336220823, 0.0151129672),
  1575. ["FormFactor"] = Enum.FormFactor.Custom,
  1576. ["Size"] = Vector3.new(3.84692955, 0.769385636, 2.30815887),
  1577. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1578. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1579. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1580. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1581. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1582. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1583. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1584. })
  1585. o63 = Create("SpecialMesh",{
  1586. ["Parent"] = o62,
  1587. ["Scale"] = Vector3.new(1.00999999, 1, 1.00999999),
  1588. ["MeshType"] = Enum.MeshType.Wedge,
  1589. })
  1590. o64 = Create("WedgePart",{
  1591. ["Name"] = "Glove",
  1592. ["Parent"] = o41,
  1593. ["Material"] = Enum.Material.Granite,
  1594. ["BrickColor"] = BrickColor.new("Really black"),
  1595. ["Position"] = Vector3.new(8215.31543, -519.882263, 21.6749859),
  1596. ["Rotation"] = Vector3.new(-120.881615, -88.3128662, -122.797653),
  1597. ["Anchored"] = true,
  1598. ["CFrame"] = CFrame.new(8215.31543, -519.882263, 21.6749859, -0.0159494281, 0.0247508921, -0.999566495, -0.0332334451, 0.999128103, 0.0252703242, 0.999320328, 0.0336220823, -0.0151129672),
  1599. ["FormFactor"] = Enum.FormFactor.Custom,
  1600. ["Size"] = Vector3.new(3.84692955, 2.30815673, 3.84693217),
  1601. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1602. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1603. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1604. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1605. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1606. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1607. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1608. })
  1609. o65 = Create("SpecialMesh",{
  1610. ["Parent"] = o64,
  1611. ["Scale"] = Vector3.new(1.00999999, 1, 1.00999999),
  1612. ["MeshType"] = Enum.MeshType.Wedge,
  1613. })
  1614. o66 = Create("WedgePart",{
  1615. ["Name"] = "Glove",
  1616. ["Parent"] = o41,
  1617. ["Material"] = Enum.Material.Granite,
  1618. ["BrickColor"] = BrickColor.new("Really black"),
  1619. ["Position"] = Vector3.new(8216.79688, -522.227295, 21.6205692),
  1620. ["Rotation"] = Vector3.new(-88.0726547, 1.41775942, 89.0858459),
  1621. ["Anchored"] = true,
  1622. ["CFrame"] = CFrame.new(8216.79688, -522.227295, 21.6205692, 0.0159494281, -0.999566615, 0.0247420445, 0.0332334451, 0.0252614766, 0.999128342, -0.999320328, -0.0151132615, 0.0336219557),
  1623. ["FormFactor"] = Enum.FormFactor.Custom,
  1624. ["Size"] = Vector3.new(3.84692955, 0.769385636, 2.30815887),
  1625. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1626. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1627. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1628. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1629. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1630. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1631. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1632. })
  1633. o67 = Create("SpecialMesh",{
  1634. ["Parent"] = o66,
  1635. ["Scale"] = Vector3.new(1.00999999, 1, 1),
  1636. ["MeshType"] = Enum.MeshType.Wedge,
  1637. })
  1638. o68 = Create("WedgePart",{
  1639. ["Name"] = "Glove",
  1640. ["Parent"] = o41,
  1641. ["Material"] = Enum.Material.Granite,
  1642. ["BrickColor"] = BrickColor.new("Really black"),
  1643. ["Position"] = Vector3.new(8216.04688, -521.439148, 21.6350441),
  1644. ["Rotation"] = Vector3.new(-120.881615, -88.3128662, 57.2023468),
  1645. ["Anchored"] = true,
  1646. ["CFrame"] = CFrame.new(8216.04688, -521.439148, 21.6350441, 0.0159494281, -0.0247508921, -0.999566495, 0.0332334451, -0.999128103, 0.0252703242, -0.999320328, -0.0336220823, -0.0151129672),
  1647. ["FormFactor"] = Enum.FormFactor.Custom,
  1648. ["Size"] = Vector3.new(3.84692955, 0.769385636, 0.769386351),
  1649. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1650. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1651. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1652. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1653. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1654. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1655. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1656. })
  1657. o69 = Create("SpecialMesh",{
  1658. ["Parent"] = o68,
  1659. ["Scale"] = Vector3.new(1.005, 1, 1.00999999),
  1660. ["MeshType"] = Enum.MeshType.Wedge,
  1661. })
  1662. o70 = Create("CornerWedgePart",{
  1663. ["Name"] = "Spike",
  1664. ["Parent"] = o41,
  1665. ["Material"] = Enum.Material.Granite,
  1666. ["BrickColor"] = BrickColor.new("Really black"),
  1667. ["Position"] = Vector3.new(8212.62598, -520.63562, 20.7813683),
  1668. ["Rotation"] = Vector3.new(-92.4835129, -19.2228851, 66.9341507),
  1669. ["Anchored"] = true,
  1670. ["CFrame"] = CFrame.new(8212.62598, -520.63562, 20.7813683, 0.369944602, -0.868757427, -0.329243809, 0.0890051201, -0.319614917, 0.943358123, -0.924780548, -0.378294587, -0.04091594),
  1671. ["Size"] = Vector3.new(0.769385874, 1.53877127, 0.769386351),
  1672. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1673. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1674. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1675. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1676. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1677. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1678. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1679. })
  1680. o71 = Create("WedgePart",{
  1681. ["Name"] = "GNeon",
  1682. ["Parent"] = o41,
  1683. ["Material"] = Enum.Material.Granite,
  1684. ["BrickColor"] = BrickColor.new("Royal purple"),
  1685. ["Position"] = Vector3.new(8215.97363, -520.113892, 21.6778984),
  1686. ["Rotation"] = Vector3.new(-87.8259354, 16.415802, -90.9525833),
  1687. ["Anchored"] = true,
  1688. ["CFrame"] = CFrame.new(8215.97363, -520.113892, 21.6778984, -0.0159471985, 0.959103584, 0.282606006, -0.0332353525, -0.282994241, 0.958545625, 0.999320328, 0.00589360716, 0.0363891087),
  1689. ["FormFactor"] = Enum.FormFactor.Custom,
  1690. ["Size"] = Vector3.new(3.84692955, 1.53877139, 0.769386351),
  1691. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1692. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1693. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1694. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1695. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1696. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1697. ["Color"] = Color3.new(0.384314, 0.145098, 0.819608),
  1698. })
  1699. o72 = Create("SpecialMesh",{
  1700. ["Parent"] = o71,
  1701. ["Scale"] = Vector3.new(1.005, 1, 1.00999999),
  1702. ["MeshType"] = Enum.MeshType.Wedge,
  1703. })
  1704. o73 = Create("Part",{
  1705. ["Name"] = "Glove",
  1706. ["Parent"] = o41,
  1707. ["Material"] = Enum.Material.Granite,
  1708. ["BrickColor"] = BrickColor.new("Really black"),
  1709. ["Position"] = Vector3.new(8213.39258, -519.82843, 21.6545067),
  1710. ["Rotation"] = Vector3.new(-43.0790825, 0.355639905, 88.3507767),
  1711. ["Anchored"] = true,
  1712. ["CFrame"] = CFrame.new(8213.39258, -519.82843, 21.6545067, 0.0287797991, -0.999566495, 0.00620704703, 0.729987085, 0.0252592061, 0.682994008, -0.682854772, -0.0151253678, 0.730397582),
  1713. ["FormFactor"] = Enum.FormFactor.Custom,
  1714. ["Size"] = Vector3.new(1.53877175, 0.769385517, 1.53877294),
  1715. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1716. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1717. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1718. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1719. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1720. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1721. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1722. })
  1723. o74 = Create("BlockMesh",{
  1724. ["Parent"] = o73,
  1725. ["Scale"] = Vector3.new(0.899999976, 1.02499998, 0.899999976),
  1726. })
  1727. o75 = Create("Part",{
  1728. ["Name"] = "Glove",
  1729. ["Parent"] = o41,
  1730. ["Material"] = Enum.Material.Granite,
  1731. ["BrickColor"] = BrickColor.new("Really black"),
  1732. ["Position"] = Vector3.new(8213.4248, -519.781067, 19.6490421),
  1733. ["Rotation"] = Vector3.new(136.920944, -0.35561949, 91.6492081),
  1734. ["Anchored"] = true,
  1735. ["CFrame"] = CFrame.new(8213.4248, -519.781067, 19.6490421, -0.0287795458, -0.999566555, -0.0062066908, -0.729987323, 0.0252587851, -0.682993829, 0.682854533, -0.0151254442, -0.730397761),
  1736. ["FormFactor"] = Enum.FormFactor.Custom,
  1737. ["Size"] = Vector3.new(1.53877175, 0.769385517, 1.5387727),
  1738. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1739. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1740. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1741. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1742. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1743. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1744. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1745. })
  1746. o76 = Create("BlockMesh",{
  1747. ["Parent"] = o75,
  1748. ["Scale"] = Vector3.new(1, 1.00999999, 1),
  1749. })
  1750. o77 = Create("Part",{
  1751. ["Name"] = "Glove",
  1752. ["Parent"] = o41,
  1753. ["Material"] = Enum.Material.Granite,
  1754. ["BrickColor"] = BrickColor.new("Really black"),
  1755. ["Position"] = Vector3.new(8213.36035, -519.914185, 23.6528034),
  1756. ["Rotation"] = Vector3.new(136.920944, -0.35561949, 91.6492081),
  1757. ["Anchored"] = true,
  1758. ["CFrame"] = CFrame.new(8213.36035, -519.914185, 23.6528034, -0.0287795458, -0.999566555, -0.0062066908, -0.729987323, 0.0252587851, -0.682993829, 0.682854533, -0.0151254442, -0.730397761),
  1759. ["FormFactor"] = Enum.FormFactor.Custom,
  1760. ["Size"] = Vector3.new(1.53877175, 0.769385517, 1.5387727),
  1761. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1762. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1763. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1764. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1765. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1766. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1767. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1768. })
  1769. o78 = Create("BlockMesh",{
  1770. ["Parent"] = o77,
  1771. ["Scale"] = Vector3.new(1, 1.00999999, 1),
  1772. })
  1773. o79 = Create("Part",{
  1774. ["Name"] = "Glove",
  1775. ["Parent"] = o41,
  1776. ["Material"] = Enum.Material.Granite,
  1777. ["BrickColor"] = BrickColor.new("Really black"),
  1778. ["Position"] = Vector3.new(8213.44238, -517.84613, 21.7182751),
  1779. ["Rotation"] = Vector3.new(46.9107246, -1.64942753, 89.6432648),
  1780. ["Anchored"] = true,
  1781. ["CFrame"] = CFrame.new(8213.44238, -517.84613, 21.7182751, 0.00622360734, -0.999566257, -0.028783964, 0.682992995, 0.0252735745, -0.729987502, 0.730398357, -0.015116089, 0.682854056),
  1782. ["FormFactor"] = Enum.FormFactor.Custom,
  1783. ["Size"] = Vector3.new(1.53877175, 0.769385517, 1.5387727),
  1784. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1785. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1786. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1787. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1788. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1789. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1790. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1791. })
  1792. o80 = Create("BlockMesh",{
  1793. ["Parent"] = o79,
  1794. ["Scale"] = Vector3.new(1, 1.00999999, 1),
  1795. })
  1796. o81 = Create("Part",{
  1797. ["Name"] = "Glove",
  1798. ["Parent"] = o41,
  1799. ["Material"] = Enum.Material.Granite,
  1800. ["BrickColor"] = BrickColor.new("Really black"),
  1801. ["Position"] = Vector3.new(8213.34277, -521.848755, 21.5837975),
  1802. ["Rotation"] = Vector3.new(46.9107246, -1.64942753, 89.6432648),
  1803. ["Anchored"] = true,
  1804. ["CFrame"] = CFrame.new(8213.34277, -521.848755, 21.5837975, 0.00622360734, -0.999566257, -0.028783964, 0.682992995, 0.0252735745, -0.729987502, 0.730398357, -0.015116089, 0.682854056),
  1805. ["FormFactor"] = Enum.FormFactor.Custom,
  1806. ["Size"] = Vector3.new(1.53877175, 0.769385517, 1.5387727),
  1807. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1808. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1809. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1810. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1811. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1812. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1813. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1814. })
  1815. o82 = Create("BlockMesh",{
  1816. ["Parent"] = o81,
  1817. ["Scale"] = Vector3.new(1, 1.00999999, 1),
  1818. })
  1819. o83 = Create("Part",{
  1820. ["Name"] = "GNeon",
  1821. ["Parent"] = o41,
  1822. ["Material"] = Enum.Material.Granite,
  1823. ["BrickColor"] = BrickColor.new("Royal purple"),
  1824. ["Position"] = Vector3.new(8213.36035, -519.914185, 23.6528034),
  1825. ["Rotation"] = Vector3.new(136.920944, -0.35561949, 91.6492081),
  1826. ["Anchored"] = true,
  1827. ["CFrame"] = CFrame.new(8213.36035, -519.914185, 23.6528034, -0.0287795458, -0.999566555, -0.0062066908, -0.729987323, 0.0252587851, -0.682993829, 0.682854533, -0.0151254442, -0.730397761),
  1828. ["FormFactor"] = Enum.FormFactor.Custom,
  1829. ["Size"] = Vector3.new(1.53877175, 0.769385517, 1.5387727),
  1830. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1831. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1832. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1833. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1834. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1835. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1836. ["Color"] = Color3.new(0.384314, 0.145098, 0.819608),
  1837. })
  1838. o84 = Create("BlockMesh",{
  1839. ["Parent"] = o83,
  1840. ["Scale"] = Vector3.new(0.800000012, 1.01999998, 0.800000012),
  1841. })
  1842. o85 = Create("Part",{
  1843. ["Name"] = "CGlove",
  1844. ["Parent"] = o41,
  1845. ["Material"] = Enum.Material.Granite,
  1846. ["BrickColor"] = BrickColor.new("Really black"),
  1847. ["Position"] = Vector3.new(8213.04688, -519.834534, 21.6388969),
  1848. ["Rotation"] = Vector3.new(-133.093399, 2.04970527, 90.3730316),
  1849. ["Anchored"] = true,
  1850. ["CFrame"] = CFrame.new(8213.04688, -519.834534, 21.6388969, -0.00650648912, -0.999338984, 0.0357664749, -0.683005035, 0.0305656027, 0.729773879, -0.730384648, -0.0196804143, -0.68275249),
  1851. ["FormFactor"] = Enum.FormFactor.Custom,
  1852. ["Size"] = Vector3.new(0.769385874, 0.769385517, 5.38570452),
  1853. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1854. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1855. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1856. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1857. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1858. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1859. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1860. })
  1861. o86 = Create("SpecialMesh",{
  1862. ["Parent"] = o85,
  1863. ["MeshId"] = "http://www.roblox.com/Asset/?id=9756362",
  1864. ["Scale"] = Vector3.new(0.384692937, 0.384692758, 4.23162508),
  1865. ["MeshType"] = Enum.MeshType.FileMesh,
  1866. })
  1867. o87 = Create("Part",{
  1868. ["Name"] = "CGlove",
  1869. ["Parent"] = o41,
  1870. ["Material"] = Enum.Material.Granite,
  1871. ["BrickColor"] = BrickColor.new("Really black"),
  1872. ["Position"] = Vector3.new(8213.04688, -519.825195, 21.6490021),
  1873. ["Rotation"] = Vector3.new(-43.0803947, 0.372397125, 87.9509506),
  1874. ["Anchored"] = true,
  1875. ["CFrame"] = CFrame.new(8213.04688, -519.825195, 21.6490021, 0.0357542671, -0.999339521, 0.00649951026, 0.729770303, 0.0305518117, 0.683009446, -0.682756901, -0.0196773522, 0.730380654),
  1876. ["FormFactor"] = Enum.FormFactor.Custom,
  1877. ["Size"] = Vector3.new(0.769385874, 0.769385517, 5.38570452),
  1878. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1879. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1880. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1881. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1882. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1883. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1884. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1885. })
  1886. o88 = Create("SpecialMesh",{
  1887. ["Parent"] = o87,
  1888. ["MeshId"] = "http://www.roblox.com/Asset/?id=9756362",
  1889. ["Scale"] = Vector3.new(0.384692937, 0.384692758, 4.23162508),
  1890. ["MeshType"] = Enum.MeshType.FileMesh,
  1891. })
  1892. o89 = Create("BodyForce",{
  1893. ["Parent"] = o87,
  1894. ["force"] = Vector3.new(0, 4000, 0),
  1895. })
  1896. o90 = Create("WedgePart",{
  1897. ["Name"] = "GNeon",
  1898. ["Parent"] = o41,
  1899. ["Material"] = Enum.Material.Granite,
  1900. ["BrickColor"] = BrickColor.new("Royal purple"),
  1901. ["Position"] = Vector3.new(8216.07617, -519.590698, 21.6968002),
  1902. ["Rotation"] = Vector3.new(-88.0725403, 1.41776621, -90.9140244),
  1903. ["Anchored"] = true,
  1904. ["CFrame"] = CFrame.new(8216.07617, -519.590698, 21.6968002, -0.0159472004, 0.999566734, 0.0247421619, -0.0332354978, -0.0252615549, 0.999128222, 0.999320328, 0.0151109817, 0.0336239487),
  1905. ["FormFactor"] = Enum.FormFactor.Custom,
  1906. ["Size"] = Vector3.new(3.84692955, 2.30815697, 0.769386351),
  1907. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1908. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1909. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1910. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1911. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1912. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1913. ["Color"] = Color3.new(0.384314, 0.145098, 0.819608),
  1914. })
  1915. o91 = Create("SpecialMesh",{
  1916. ["Parent"] = o90,
  1917. ["Scale"] = Vector3.new(1.005, 1, 1.00999999),
  1918. ["MeshType"] = Enum.MeshType.Wedge,
  1919. })
  1920. o92 = Create("WedgePart",{
  1921. ["Name"] = "GNeon",
  1922. ["Parent"] = o41,
  1923. ["Material"] = Enum.Material.Granite,
  1924. ["BrickColor"] = BrickColor.new("Royal purple"),
  1925. ["Position"] = Vector3.new(8215.65625, -519.59552, 21.6901226),
  1926. ["Rotation"] = Vector3.new(-88.3158875, -13.5802345, -90.9400253),
  1927. ["Anchored"] = true,
  1928. ["CFrame"] = CFrame.new(8215.65625, -519.59552, 21.6901226, -0.0159471668, 0.971911252, -0.234806806, -0.0332355909, 0.234191656, 0.971622229, 0.999320328, 0.0232985653, 0.0285673514),
  1929. ["FormFactor"] = Enum.FormFactor.Custom,
  1930. ["Size"] = Vector3.new(3.84692955, 3.07754254, 1.5387727),
  1931. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1932. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1933. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1934. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1935. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1936. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1937. ["Color"] = Color3.new(0.384314, 0.145098, 0.819608),
  1938. })
  1939. o93 = Create("SpecialMesh",{
  1940. ["Parent"] = o92,
  1941. ["Scale"] = Vector3.new(1.005, 1, 1.00999999),
  1942. ["MeshType"] = Enum.MeshType.Wedge,
  1943. })
  1944. o94 = Create("CornerWedgePart",{
  1945. ["Name"] = "SNeon",
  1946. ["Parent"] = o41,
  1947. ["Material"] = Enum.Material.Granite,
  1948. ["BrickColor"] = BrickColor.new("Really red"),
  1949. ["Position"] = Vector3.new(8212.62012, -519.100098, 22.4307632),
  1950. ["Rotation"] = Vector3.new(88.1291428, -22.1828289, 68.6674576),
  1951. ["Anchored"] = true,
  1952. ["CFrame"] = CFrame.new(8212.62012, -519.100098, 22.4307632, 0.336854726, -0.862539768, -0.377563298, -0.106866829, 0.363383234, -0.92549026, 0.93547225, 0.352104753, 0.0302304681),
  1953. ["Size"] = Vector3.new(0.769385874, 1.53877127, 0.769386351),
  1954. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1955. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1956. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1957. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1958. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1959. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1960. ["Color"] = Color3.new(1, 0, 0),
  1961. })
  1962. o95 = Create("CornerWedgePart",{
  1963. ["Name"] = "SNeon",
  1964. ["Parent"] = o41,
  1965. ["Material"] = Enum.Material.Granite,
  1966. ["BrickColor"] = BrickColor.new("Really red"),
  1967. ["Position"] = Vector3.new(8212.64551, -519.04834, 20.8694153),
  1968. ["Rotation"] = Vector3.new(-2.76416516, -21.508091, 66.20121),
  1969. ["Anchored"] = true,
  1970. ["CFrame"] = CFrame.new(8212.64551, -519.04834, 20.8694153, 0.375426739, -0.851255178, -0.366632581, 0.921038389, 0.386878997, 0.0448669568, 0.103649206, -0.354526907, 0.929283321),
  1971. ["Size"] = Vector3.new(0.769385874, 1.53877127, 0.769386351),
  1972. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1973. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1974. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1975. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1976. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1977. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1978. ["Color"] = Color3.new(1, 0, 0),
  1979. })
  1980. o96 = Create("CornerWedgePart",{
  1981. ["Name"] = "SNeon",
  1982. ["Parent"] = o41,
  1983. ["Material"] = Enum.Material.Granite,
  1984. ["BrickColor"] = BrickColor.new("Really red"),
  1985. ["Position"] = Vector3.new(8212.60645, -520.612366, 20.8053493),
  1986. ["Rotation"] = Vector3.new(-92.4835129, -19.2228851, 66.9341507),
  1987. ["Anchored"] = true,
  1988. ["CFrame"] = CFrame.new(8212.60645, -520.612366, 20.8053493, 0.369944602, -0.868757427, -0.329243809, 0.0890051201, -0.319614917, 0.943358123, -0.924780548, -0.378294587, -0.04091594),
  1989. ["Size"] = Vector3.new(0.769385874, 1.53877127, 0.769386351),
  1990. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1991. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1992. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1993. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1994. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1995. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1996. ["Color"] = Color3.new(1, 0, 0),
  1997. })
  1998. o97 = Create("CornerWedgePart",{
  1999. ["Name"] = "Spike",
  2000. ["Parent"] = o41,
  2001. ["Material"] = Enum.Material.Granite,
  2002. ["BrickColor"] = BrickColor.new("Really black"),
  2003. ["Position"] = Vector3.new(8212.59961, -520.690308, 22.4239998),
  2004. ["Rotation"] = Vector3.new(178.354996, -19.8872585, 69.3663864),
  2005. ["Anchored"] = true,
  2006. ["CFrame"] = CFrame.new(8212.59961, -520.690308, 22.4239998, 0.331375599, -0.880042255, -0.340170443, -0.938908517, -0.343106776, -0.026994938, -0.0929580927, 0.328334332, -0.939976275),
  2007. ["Size"] = Vector3.new(0.769385874, 1.53877127, 0.769386351),
  2008. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2009. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2010. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2011. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2012. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2013. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2014. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  2015. })
  2016. o98 = Create("CornerWedgePart",{
  2017. ["Name"] = "Spike",
  2018. ["Parent"] = o41,
  2019. ["Material"] = Enum.Material.Granite,
  2020. ["BrickColor"] = BrickColor.new("Really black"),
  2021. ["Position"] = Vector3.new(8212.63965, -519.077942, 22.4550915),
  2022. ["Rotation"] = Vector3.new(88.1291428, -22.1828289, 68.6674576),
  2023. ["Anchored"] = true,
  2024. ["CFrame"] = CFrame.new(8212.63965, -519.077942, 22.4550915, 0.336854726, -0.862539768, -0.377563298, -0.106866829, 0.363383234, -0.92549026, 0.93547225, 0.352104753, 0.0302304681),
  2025. ["Size"] = Vector3.new(0.769385874, 1.53877127, 0.769386351),
  2026. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2027. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2028. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2029. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2030. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2031. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2032. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  2033. })
  2034. o99 = Create("CornerWedgePart",{
  2035. ["Name"] = "Spike",
  2036. ["Parent"] = o41,
  2037. ["Material"] = Enum.Material.Granite,
  2038. ["BrickColor"] = BrickColor.new("Really black"),
  2039. ["Position"] = Vector3.new(8212.66504, -519.024597, 20.8468552),
  2040. ["Rotation"] = Vector3.new(-2.76416516, -21.508091, 66.20121),
  2041. ["Anchored"] = true,
  2042. ["CFrame"] = CFrame.new(8212.66504, -519.024597, 20.8468552, 0.375426739, -0.851255178, -0.366632581, 0.921038389, 0.386878997, 0.0448669568, 0.103649206, -0.354526907, 0.929283321),
  2043. ["Size"] = Vector3.new(0.769385874, 1.53877127, 0.769386351),
  2044. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2045. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2046. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2047. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2048. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2049. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2050. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  2051. })
  2052. o100 = Create("Part",{
  2053. ["Parent"] = o41,
  2054. ["Material"] = Enum.Material.Granite,
  2055. ["BrickColor"] = BrickColor.new("Royal purple"),
  2056. ["Position"] = Vector3.new(8212.93848, -519.952637, 21.5575733),
  2057. ["Rotation"] = Vector3.new(-108.229202, -87.9837418, -152.630569),
  2058. ["Anchored"] = true,
  2059. ["CFrame"] = CFrame.new(8212.93848, -519.952637, 21.5575733, -0.03124604, 0.0161752701, -0.999380887, -0.699158013, 0.714185774, 0.0334187597, 0.714284062, 0.699769378, -0.0110064056),
  2060. ["Size"] = Vector3.new(0.631812334, 0.631812274, 0.631812871),
  2061. ["Color"] = Color3.new(0.384314, 0.145098, 0.819608),
  2062. })
  2063. o101 = Create("BlockMesh",{
  2064. ["Parent"] = o100,
  2065. ["Offset"] = Vector3.new(0, 0.0500000007, 0),
  2066. ["Scale"] = Vector3.new(1.29999995, 1.29999995, 0.400000006),
  2067. })
  2068. o102 = Create("Part",{
  2069. ["Name"] = "GNeon",
  2070. ["Parent"] = o41,
  2071. ["Material"] = Enum.Material.Granite,
  2072. ["BrickColor"] = BrickColor.new("Royal purple"),
  2073. ["Position"] = Vector3.new(8213.39258, -519.844971, 21.6536446),
  2074. ["Rotation"] = Vector3.new(-43.0790825, 0.355639905, 88.3507767),
  2075. ["Anchored"] = true,
  2076. ["CFrame"] = CFrame.new(8213.39258, -519.844971, 21.6536446, 0.0287797991, -0.999566495, 0.00620704703, 0.729987085, 0.0252592061, 0.682994008, -0.682854772, -0.0151253678, 0.730397582),
  2077. ["FormFactor"] = Enum.FormFactor.Custom,
  2078. ["Size"] = Vector3.new(1.53877175, 0.769385517, 1.53877294),
  2079. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2080. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2081. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2082. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2083. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2084. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2085. ["Color"] = Color3.new(0.384314, 0.145098, 0.819608),
  2086. })
  2087. o103 = Create("BlockMesh",{
  2088. ["Parent"] = o102,
  2089. ["Scale"] = Vector3.new(0.600000024, 1.03999996, 0.600000024),
  2090. })
  2091. o104 = Create("Part",{
  2092. ["Name"] = "Glove",
  2093. ["Parent"] = o41,
  2094. ["Material"] = Enum.Material.Granite,
  2095. ["BrickColor"] = BrickColor.new("Really black"),
  2096. ["Position"] = Vector3.new(8213.39258, -519.833618, 21.6460285),
  2097. ["Rotation"] = Vector3.new(46.9107246, -1.64942753, 89.6432648),
  2098. ["Anchored"] = true,
  2099. ["CFrame"] = CFrame.new(8213.39258, -519.833618, 21.6460285, 0.00622360734, -0.999566257, -0.028783964, 0.682992995, 0.0252735745, -0.729987502, 0.730398357, -0.015116089, 0.682854056),
  2100. ["FormFactor"] = Enum.FormFactor.Custom,
  2101. ["Size"] = Vector3.new(2.30815744, 0.769385517, 2.30815887),
  2102. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2103. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2104. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2105. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2106. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2107. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2108. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  2109. })
  2110. o105 = Create("BlockMesh",{
  2111. ["Parent"] = o104,
  2112. ["Scale"] = Vector3.new(1, 1.00999999, 1),
  2113. })
  2114. o106 = Create("CornerWedgePart",{
  2115. ["Name"] = "SNeon",
  2116. ["Parent"] = o41,
  2117. ["Material"] = Enum.Material.Granite,
  2118. ["BrickColor"] = BrickColor.new("Really red"),
  2119. ["Position"] = Vector3.new(8212.58105, -520.665588, 22.4009781),
  2120. ["Rotation"] = Vector3.new(178.354996, -19.8872585, 69.3663864),
  2121. ["Anchored"] = true,
  2122. ["CFrame"] = CFrame.new(8212.58105, -520.665588, 22.4009781, 0.331375599, -0.880042255, -0.340170443, -0.938908517, -0.343106776, -0.026994938, -0.0929580927, 0.328334332, -0.939976275),
  2123. ["Size"] = Vector3.new(0.769385874, 1.53877127, 0.769386351),
  2124. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2125. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2126. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2127. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2128. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2129. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2130. ["Color"] = Color3.new(1, 0, 0),
  2131. })
  2132. o107 = Create("WedgePart",{
  2133. ["Name"] = "GNeon",
  2134. ["Parent"] = o41,
  2135. ["Material"] = Enum.Material.Granite,
  2136. ["BrickColor"] = BrickColor.new("Royal purple"),
  2137. ["Position"] = Vector3.new(8214.56152, -519.247864, 21.6841831),
  2138. ["Rotation"] = Vector3.new(-88.5929108, -28.5779305, -91.0405121),
  2139. ["Anchored"] = true,
  2140. ["CFrame"] = CFrame.new(8214.56152, -519.247864, 21.6841831, -0.0159469973, 0.878022552, -0.47835362, -0.0332358703, 0.477684647, 0.877902567, 0.999320328, 0.0298984125, 0.0215642061),
  2141. ["FormFactor"] = Enum.FormFactor.Custom,
  2142. ["Size"] = Vector3.new(3.84692955, 2.30815697, 0.769386351),
  2143. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2144. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2145. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2146. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2147. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2148. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2149. ["Color"] = Color3.new(0.384314, 0.145098, 0.819608),
  2150. })
  2151. o108 = Create("SpecialMesh",{
  2152. ["Parent"] = o107,
  2153. ["Scale"] = Vector3.new(1.005, 1, 1.00999999),
  2154. ["MeshType"] = Enum.MeshType.Wedge,
  2155. })
  2156. o109 = Create("WedgePart",{
  2157. ["Name"] = "GNeon",
  2158. ["Parent"] = o41,
  2159. ["Material"] = Enum.Material.Granite,
  2160. ["BrickColor"] = BrickColor.new("Royal purple"),
  2161. ["Position"] = Vector3.new(8213.68262, -522.110229, 21.5749531),
  2162. ["Rotation"] = Vector3.new(88.8071899, 73.5569687, 93.2293396),
  2163. ["Anchored"] = true,
  2164. ["CFrame"] = CFrame.new(8213.68262, -522.110229, 21.5749531, -0.0159456413, -0.282612443, 0.959101677, -0.0332332477, -0.958543777, -0.283000588, 0.999320447, -0.0363866873, 0.00589246629),
  2165. ["FormFactor"] = Enum.FormFactor.Custom,
  2166. ["Size"] = Vector3.new(3.84692955, 3.07754254, 1.5387727),
  2167. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2168. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2169. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2170. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2171. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2172. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2173. ["Color"] = Color3.new(0.384314, 0.145098, 0.819608),
  2174. })
  2175. o110 = Create("SpecialMesh",{
  2176. ["Parent"] = o109,
  2177. ["Scale"] = Vector3.new(1.005, 1, 1.00999999),
  2178. ["MeshType"] = Enum.MeshType.Wedge,
  2179. })
  2180. o111 = Create("WedgePart",{
  2181. ["Name"] = "GNeon",
  2182. ["Parent"] = o41,
  2183. ["Material"] = Enum.Material.Granite,
  2184. ["BrickColor"] = BrickColor.new("Royal purple"),
  2185. ["Position"] = Vector3.new(8214.83594, -522.139221, 21.5925598),
  2186. ["Rotation"] = Vector3.new(-86.4183578, 61.4050217, -91.9097366),
  2187. ["Anchored"] = true,
  2188. ["CFrame"] = CFrame.new(8214.83594, -522.139221, 21.5925598, -0.0159498472, 0.478349119, 0.878024936, -0.0332329571, -0.877905071, 0.477680117, 0.999320388, -0.0215604398, 0.0298994072),
  2189. ["FormFactor"] = Enum.FormFactor.Custom,
  2190. ["Size"] = Vector3.new(3.84692955, 3.07754254, 0.76938647),
  2191. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2192. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2193. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2194. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2195. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2196. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2197. ["Color"] = Color3.new(0.384314, 0.145098, 0.819608),
  2198. })
  2199. o112 = Create("SpecialMesh",{
  2200. ["Parent"] = o111,
  2201. ["Scale"] = Vector3.new(1.005, 1, 1.00999999),
  2202. ["MeshType"] = Enum.MeshType.Wedge,
  2203. })
  2204. o113 = Create("WedgePart",{
  2205. ["Name"] = "GNeon",
  2206. ["Parent"] = o41,
  2207. ["Material"] = Enum.Material.Granite,
  2208. ["BrickColor"] = BrickColor.new("Royal purple"),
  2209. ["Position"] = Vector3.new(8214.82129, -522.363464, 21.5847435),
  2210. ["Rotation"] = Vector3.new(-88.5930328, -28.5780468, -91.040451),
  2211. ["Anchored"] = true,
  2212. ["CFrame"] = CFrame.new(8214.82129, -522.363464, 21.5847435, -0.0159460437, 0.878021538, -0.478355408, -0.0332332104, 0.477686435, 0.877901673, 0.999320447, 0.0298963394, 0.021562269),
  2213. ["FormFactor"] = Enum.FormFactor.Custom,
  2214. ["Size"] = Vector3.new(3.84692955, 0.769385695, 1.5387727),
  2215. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2216. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2217. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2218. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2219. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2220. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2221. ["Color"] = Color3.new(0.384314, 0.145098, 0.819608),
  2222. })
  2223. o114 = Create("SpecialMesh",{
  2224. ["Parent"] = o113,
  2225. ["Scale"] = Vector3.new(1.005, 1, 1.00999999),
  2226. ["MeshType"] = Enum.MeshType.Wedge,
  2227. })
  2228. o115 = Create("Part",{
  2229. ["Name"] = "CenterJoint",
  2230. ["Parent"] = o41,
  2231. ["Material"] = Enum.Material.Granite,
  2232. ["BrickColor"] = BrickColor.new("Really black"),
  2233. ["Position"] = Vector3.new(8212.58008, -523.844666, 21.5128784),
  2234. ["Rotation"] = Vector3.new(92.634285, -1.23305249, 90.1502914),
  2235. ["Velocity"] = Vector3.new(0, -1, 0),
  2236. ["Anchored"] = true,
  2237. ["CFrame"] = CFrame.new(8212.58008, -523.844666, 21.5128784, -0.00262249098, -0.999765038, -0.0215191636, -0.0459041633, 0.0216169097, -0.998712003, 0.998942435, -0.0016312938, -0.04595007),
  2238. ["CanCollide"] = false,
  2239. ["Size"] = Vector3.new(3.4454143, 4.13449192, 3.44541478),
  2240. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2241. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2242. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  2243. })
  2244. o116 = Create("SpecialMesh",{
  2245. ["Parent"] = o115,
  2246. ["Scale"] = Vector3.new(0.200000003, 0.200000003, 1.5),
  2247. ["MeshType"] = Enum.MeshType.Wedge,
  2248. })
  2249. o117 = Create("Part",{
  2250. ["Name"] = "CenterTip",
  2251. ["Parent"] = o41,
  2252. ["Material"] = Enum.Material.Granite,
  2253. ["BrickColor"] = BrickColor.new("Royal purple"),
  2254. ["Position"] = Vector3.new(8212.4873, -528.145874, 21.3150845),
  2255. ["Rotation"] = Vector3.new(-87.3657303, 1.23305845, 89.8497086),
  2256. ["Anchored"] = true,
  2257. ["CFrame"] = CFrame.new(8212.4873, -528.145874, 21.3150845, 0.0026225613, -0.999764979, 0.0215192679, 0.0459040254, 0.021617014, 0.998712003, -0.998942435, -0.00163136225, 0.0459499359),
  2258. ["CanCollide"] = false,
  2259. ["Size"] = Vector3.new(3.4454143, 4.13449192, 3.44541478),
  2260. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2261. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2262. ["Color"] = Color3.new(0.384314, 0.145098, 0.819608),
  2263. })
  2264. o118 = Create("SpecialMesh",{
  2265. ["Parent"] = o117,
  2266. ["Scale"] = Vector3.new(0.200000003, 0.200000003, 1),
  2267. ["MeshType"] = Enum.MeshType.Wedge,
  2268. })
  2269. o119 = Create("Part",{
  2270. ["Name"] = "IndexJoint",
  2271. ["Parent"] = o41,
  2272. ["Material"] = Enum.Material.Granite,
  2273. ["BrickColor"] = BrickColor.new("Really black"),
  2274. ["Position"] = Vector3.new(8213.09277, -523.934937, 23.2347794),
  2275. ["Rotation"] = Vector3.new(92.6342926, -1.23303723, 55.7736816),
  2276. ["Anchored"] = true,
  2277. ["CFrame"] = CFrame.new(8213.09277, -523.934937, 23.2347794, 0.562332988, -0.826630831, -0.0215188973, -0.0500922799, -0.00807780586, -0.998712003, 0.825392246, 0.562686563, -0.0459502488),
  2278. ["CanCollide"] = false,
  2279. ["Size"] = Vector3.new(3.4454143, 4.13449192, 3.44541478),
  2280. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2281. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2282. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  2283. })
  2284. o120 = Create("SpecialMesh",{
  2285. ["Parent"] = o119,
  2286. ["Scale"] = Vector3.new(0.200000003, 0.200000003, 1.29999995),
  2287. ["MeshType"] = Enum.MeshType.Wedge,
  2288. })
  2289. o121 = Create("Part",{
  2290. ["Name"] = "IndexTip",
  2291. ["Parent"] = o41,
  2292. ["Material"] = Enum.Material.Granite,
  2293. ["BrickColor"] = BrickColor.new("Royal purple"),
  2294. ["Position"] = Vector3.new(8213.01563, -527.390381, 23.0819511),
  2295. ["Rotation"] = Vector3.new(-87.3657074, 1.23303127, 124.226318),
  2296. ["Anchored"] = true,
  2297. ["CFrame"] = CFrame.new(8213.01563, -527.390381, 23.0819511, -0.562332988, -0.82663095, 0.021518793, 0.0500921756, -0.00807785336, 0.998711944, -0.825392306, 0.562686563, 0.0459501855),
  2298. ["CanCollide"] = false,
  2299. ["Size"] = Vector3.new(3.4454143, 4.13449192, 3.44541478),
  2300. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2301. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2302. ["Color"] = Color3.new(0.384314, 0.145098, 0.819608),
  2303. })
  2304. o122 = Create("SpecialMesh",{
  2305. ["Parent"] = o121,
  2306. ["Scale"] = Vector3.new(0.200000003, 0.200000003, 0.699999988),
  2307. ["MeshType"] = Enum.MeshType.Wedge,
  2308. })
  2309. o123 = Create("Part",{
  2310. ["Name"] = "PinkieJoint",
  2311. ["Parent"] = o41,
  2312. ["Material"] = Enum.Material.Granite,
  2313. ["BrickColor"] = BrickColor.new("Really black"),
  2314. ["Position"] = Vector3.new(8215.50781, -524.125488, 18.7483444),
  2315. ["Rotation"] = Vector3.new(92.6342697, -1.23304045, -179.850143),
  2316. ["Anchored"] = true,
  2317. ["CFrame"] = CFrame.new(8215.50781, -524.125488, 18.7483444, -0.999765038, 0.00261503039, -0.0215189531, 0.0216163546, 0.0459041446, -0.998712003, -0.00162385311, -0.998942494, -0.0459498875),
  2318. ["CanCollide"] = false,
  2319. ["Size"] = Vector3.new(3.4454143, 4.13449192, 3.44541478),
  2320. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2321. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2322. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  2323. })
  2324. o124 = Create("SpecialMesh",{
  2325. ["Parent"] = o123,
  2326. ["Scale"] = Vector3.new(0.200000003, 0.200000003, 1),
  2327. ["MeshType"] = Enum.MeshType.Wedge,
  2328. })
  2329. o125 = Create("Part",{
  2330. ["Name"] = "PinkieTip",
  2331. ["Parent"] = o41,
  2332. ["Material"] = Enum.Material.Granite,
  2333. ["BrickColor"] = BrickColor.new("Royal purple"),
  2334. ["Position"] = Vector3.new(8215.45117, -526.692078, 18.6347523),
  2335. ["Rotation"] = Vector3.new(-87.3657455, 1.23305047, -0.149871036),
  2336. ["Anchored"] = true,
  2337. ["CFrame"] = CFrame.new(8215.45117, -526.692078, 18.6347523, 0.999765098, 0.0026151347, 0.0215191282, -0.0216165353, 0.0459039137, 0.998712003, 0.00162395427, -0.998942494, 0.0459496602),
  2338. ["CanCollide"] = false,
  2339. ["Size"] = Vector3.new(3.4454143, 4.13449192, 3.44541478),
  2340. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2341. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2342. ["Color"] = Color3.new(0.384314, 0.145098, 0.819608),
  2343. })
  2344. o126 = Create("SpecialMesh",{
  2345. ["Parent"] = o125,
  2346. ["Scale"] = Vector3.new(0.200000003, 0.200000003, 0.5),
  2347. ["MeshType"] = Enum.MeshType.Wedge,
  2348. })
  2349. o127 = Create("Part",{
  2350. ["Name"] = "RingJoint",
  2351. ["Parent"] = o41,
  2352. ["Material"] = Enum.Material.Granite,
  2353. ["BrickColor"] = BrickColor.new("Really black"),
  2354. ["Position"] = Vector3.new(8213.10156, -523.776733, 19.7927074),
  2355. ["Rotation"] = Vector3.new(92.6342773, -1.23303366, 124.526566),
  2356. ["Velocity"] = Vector3.new(0, -1, 0),
  2357. ["Anchored"] = true,
  2358. ["CFrame"] = CFrame.new(8213.10156, -523.776733, 19.7927074, -0.566657007, -0.823672771, -0.0215188358, -0.025681518, 0.0437597707, -0.998711944, 0.823553503, -0.565374494, -0.0459499434),
  2359. ["CanCollide"] = false,
  2360. ["Size"] = Vector3.new(3.4454143, 4.13449192, 3.44541478),
  2361. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2362. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2363. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  2364. })
  2365. o128 = Create("SpecialMesh",{
  2366. ["Parent"] = o127,
  2367. ["Scale"] = Vector3.new(0.200000003, 0.200000003, 1.29999995),
  2368. ["MeshType"] = Enum.MeshType.Wedge,
  2369. })
  2370. o129 = Create("Part",{
  2371. ["Name"] = "RingTip",
  2372. ["Parent"] = o41,
  2373. ["Material"] = Enum.Material.Granite,
  2374. ["BrickColor"] = BrickColor.new("Royal purple"),
  2375. ["Position"] = Vector3.new(8213.02539, -527.200623, 19.6405754),
  2376. ["Rotation"] = Vector3.new(-87.3657303, 1.2330488, 55.4734344),
  2377. ["Anchored"] = true,
  2378. ["CFrame"] = CFrame.new(8213.02539, -527.200623, 19.6405754, 0.566657066, -0.823672712, 0.0215191003, 0.0256812796, 0.0437599309, 0.998712003, -0.823553443, -0.565374553, 0.0459498465),
  2379. ["CanCollide"] = false,
  2380. ["Size"] = Vector3.new(3.4454143, 4.13449192, 3.44541478),
  2381. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2382. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2383. ["Color"] = Color3.new(0.384314, 0.145098, 0.819608),
  2384. })
  2385. o130 = Create("SpecialMesh",{
  2386. ["Parent"] = o129,
  2387. ["Scale"] = Vector3.new(0.200000003, 0.200000003, 0.699999988),
  2388. ["MeshType"] = Enum.MeshType.Wedge,
  2389. })
  2390. o131 = Create("Part",{
  2391. ["Name"] = "ThumbJoint",
  2392. ["Parent"] = o41,
  2393. ["Material"] = Enum.Material.Granite,
  2394. ["BrickColor"] = BrickColor.new("Really black"),
  2395. ["Position"] = Vector3.new(8215.50098, -524.034485, 24.2712746),
  2396. ["Rotation"] = Vector3.new(92.6342773, -1.23304701, 0.149869204),
  2397. ["Velocity"] = Vector3.new(0, -1, 0),
  2398. ["Anchored"] = true,
  2399. ["CFrame"] = CFrame.new(8215.50098, -524.034485, 24.2712746, 0.999765098, -0.00261510257, -0.0215190686, -0.0216164757, -0.0459042452, -0.998712003, 0.00162391749, 0.998942494, -0.0459499881),
  2400. ["CanCollide"] = false,
  2401. ["Size"] = Vector3.new(3.4454143, 4.13449192, 3.44541478),
  2402. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2403. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2404. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  2405. })
  2406. o132 = Create("SpecialMesh",{
  2407. ["Parent"] = o131,
  2408. ["Scale"] = Vector3.new(0.200000003, 0.200000003, 1),
  2409. ["MeshType"] = Enum.MeshType.Wedge,
  2410. })
  2411. o133 = Create("Part",{
  2412. ["Name"] = "ThumbTip",
  2413. ["Parent"] = o41,
  2414. ["Material"] = Enum.Material.Granite,
  2415. ["BrickColor"] = BrickColor.new("Royal purple"),
  2416. ["Position"] = Vector3.new(8215.44531, -526.615234, 24.1525326),
  2417. ["Rotation"] = Vector3.new(-87.3657227, 1.23303843, 179.850143),
  2418. ["Anchored"] = true,
  2419. ["CFrame"] = CFrame.new(8215.44531, -526.615234, 24.1525326, -0.999765098, -0.00261511304, 0.0215189196, 0.0216163266, -0.0459042303, 0.998712003, -0.00162393518, 0.998942494, 0.0459499732),
  2420. ["CanCollide"] = false,
  2421. ["Size"] = Vector3.new(3.4454143, 4.13449192, 3.44541478),
  2422. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2423. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2424. ["Color"] = Color3.new(0.384314, 0.145098, 0.819608),
  2425. })
  2426. o134 = Create("SpecialMesh",{
  2427. ["Parent"] = o133,
  2428. ["Scale"] = Vector3.new(0.200000003, 0.200000003, 0.5),
  2429. ["MeshType"] = Enum.MeshType.Wedge,
  2430. })
  2431. o135 = Create("Part",{
  2432. ["Parent"] = o41,
  2433. ["Material"] = Enum.Material.Neon,
  2434. ["BrickColor"] = BrickColor.new("Quill grey"),
  2435. ["Position"] = Vector3.new(8215.33496, -521.176514, 21.6497631),
  2436. ["Rotation"] = Vector3.new(-88.5104904, 1.22399068, 89.3576508),
  2437. ["Anchored"] = true,
  2438. ["CFrame"] = CFrame.new(8215.33496, -521.176514, 21.6497631, 0.0112082632, -0.99970901, 0.0213610437, 0.0257528834, 0.0216438938, 0.999434114, -0.999605536, -0.010651811, 0.0259879809),
  2439. ["FormFactor"] = Enum.FormFactor.Symmetric,
  2440. ["Size"] = Vector3.new(3.15906143, 3.15906024, 2.3061161),
  2441. ["Color"] = Color3.new(0.87451, 0.87451, 0.870588),
  2442. })
  2443. o136 = Create("CylinderMesh",{
  2444. ["Parent"] = o135,
  2445. })
  2446. o137 = Create("Part",{
  2447. ["Name"] = "Smooth Block Model",
  2448. ["Parent"] = o41,
  2449. ["Material"] = Enum.Material.Granite,
  2450. ["BrickColor"] = BrickColor.new("Black"),
  2451. ["Position"] = Vector3.new(8215.5498, -522.065002, 21.5816212),
  2452. ["Rotation"] = Vector3.new(63.8054962, 88.6176071, -62.3224182),
  2453. ["Anchored"] = true,
  2454. ["CFrame"] = CFrame.new(8215.5498, -522.065002, 21.5816212, 0.0112068811, 0.0213662703, 0.999708951, 0.0257603936, 0.999433756, -0.0216491651, -0.999605417, 0.0259955134, 0.0106501309),
  2455. ["Size"] = Vector3.new(2.11657119, 2.59043026, 3.1590631),
  2456. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  2457. })
  2458. o138 = Create("CylinderMesh",{
  2459. ["Parent"] = o137,
  2460. })
  2461. o139 = Create("Part",{
  2462. ["Parent"] = o41,
  2463. ["Material"] = Enum.Material.Granite,
  2464. ["BrickColor"] = BrickColor.new("Lily white"),
  2465. ["Position"] = Vector3.new(8215.51563, -522.739258, 20.8021793),
  2466. ["Rotation"] = Vector3.new(1.47579086, -0.642136991, -1.22406769),
  2467. ["Anchored"] = true,
  2468. ["CFrame"] = CFrame.new(8215.51563, -522.739258, 20.8021793, 0.99970901, 0.0213610437, -0.0112071699, -0.0216438659, 0.999434114, -0.0257529449, 0.0106507177, 0.0259880181, 0.999605536),
  2469. ["CanCollide"] = false,
  2470. ["Size"] = Vector3.new(3.6961019, 1.67430186, 0.631812632),
  2471. ["Color"] = Color3.new(0.929412, 0.917647, 0.917647),
  2472. })
  2473. o140 = Create("BlockMesh",{
  2474. ["Parent"] = o139,
  2475. })
  2476. o141 = Create("Part",{
  2477. ["Parent"] = o41,
  2478. ["Material"] = Enum.Material.Granite,
  2479. ["BrickColor"] = BrickColor.new("Really black"),
  2480. ["Position"] = Vector3.new(8215.59863, -519.208862, 21.7157974),
  2481. ["Rotation"] = Vector3.new(1.47579086, -0.642136991, -1.22406769),
  2482. ["Anchored"] = true,
  2483. ["CFrame"] = CFrame.new(8215.59863, -519.208862, 21.7157974, 0.99970901, 0.0213610437, -0.0112071699, -0.0216438659, 0.999434114, -0.0257529449, 0.0106507177, 0.0259880181, 0.999605536),
  2484. ["CanCollide"] = false,
  2485. ["Size"] = Vector3.new(3.79087377, 0.631812096, 3.47496915),
  2486. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  2487. })
  2488. o142 = Create("BlockMesh",{
  2489. ["Parent"] = o141,
  2490. })
  2491. o143 = Create("Part",{
  2492. ["Parent"] = o41,
  2493. ["Material"] = Enum.Material.Granite,
  2494. ["BrickColor"] = BrickColor.new("Lily white"),
  2495. ["Position"] = Vector3.new(8215.5127, -522.753662, 22.5715771),
  2496. ["Rotation"] = Vector3.new(1.47579086, -0.642136991, -1.22406769),
  2497. ["Anchored"] = true,
  2498. ["CFrame"] = CFrame.new(8215.5127, -522.753662, 22.5715771, 0.99970901, 0.0213610437, -0.0112071699, -0.0216438659, 0.999434114, -0.0257529449, 0.0106507177, 0.0259880181, 0.999605536),
  2499. ["CanCollide"] = false,
  2500. ["Size"] = Vector3.new(3.72769284, 1.67430186, 0.631812632),
  2501. ["Color"] = Color3.new(0.929412, 0.917647, 0.917647),
  2502. })
  2503. o144 = Create("BlockMesh",{
  2504. ["Parent"] = o143,
  2505. })
  2506. o145 = Create("Part",{
  2507. ["Parent"] = o41,
  2508. ["Material"] = Enum.Material.Granite,
  2509. ["BrickColor"] = BrickColor.new("Lily white"),
  2510. ["Position"] = Vector3.new(8215.53223, -522.115845, 20.5184498),
  2511. ["Rotation"] = Vector3.new(91.4895096, -1.22399068, 0.64228344),
  2512. ["Anchored"] = true,
  2513. ["CFrame"] = CFrame.new(8215.53223, -522.115845, 20.5184498, 0.99970901, -0.0112071689, -0.0213610437, -0.0216438659, -0.0257529076, -0.999434114, 0.0106507177, 0.999605536, -0.0259879809),
  2514. ["CanCollide"] = false,
  2515. ["Size"] = Vector3.new(3.6961019, 1.20044279, 0.631812632),
  2516. ["Color"] = Color3.new(0.929412, 0.917647, 0.917647),
  2517. })
  2518. o146 = Create("BlockMesh",{
  2519. ["Parent"] = o145,
  2520. })
  2521. o147 = Create("Part",{
  2522. ["Parent"] = o41,
  2523. ["Material"] = Enum.Material.Granite,
  2524. ["BrickColor"] = BrickColor.new("Royal purple"),
  2525. ["Position"] = Vector3.new(8216.40723, -519.794983, 21.7098179),
  2526. ["Rotation"] = Vector3.new(63.8046303, 88.6173248, -62.3219795),
  2527. ["Anchored"] = true,
  2528. ["CFrame"] = CFrame.new(8216.40723, -519.794983, 21.7098179, 0.0112082632, 0.0213685092, 0.999708831, 0.0257528834, 0.999433935, -0.0216513574, -0.999605536, 0.025988061, 0.0106516164),
  2529. ["CanCollide"] = false,
  2530. ["Size"] = Vector3.new(3.41178679, 1.57953, 0.631812632),
  2531. ["Color"] = Color3.new(0.384314, 0.145098, 0.819608),
  2532. })
  2533. o148 = Create("BlockMesh",{
  2534. ["Parent"] = o147,
  2535. })
  2536. o149 = Create("Part",{
  2537. ["Parent"] = o41,
  2538. ["Material"] = Enum.Material.Granite,
  2539. ["BrickColor"] = BrickColor.new("Lily white"),
  2540. ["Position"] = Vector3.new(8215.56152, -519.78302, 22.553875),
  2541. ["Rotation"] = Vector3.new(1.47579086, -0.642136991, -1.22406769),
  2542. ["Anchored"] = true,
  2543. ["CFrame"] = CFrame.new(8215.56152, -519.78302, 22.553875, 0.99970901, 0.0213610437, -0.0112071699, -0.0216438659, 0.999434114, -0.0257529449, 0.0106507177, 0.0259880181, 0.999605536),
  2544. ["CanCollide"] = false,
  2545. ["Size"] = Vector3.new(3.6961019, 1.67430186, 0.631812632),
  2546. ["Color"] = Color3.new(0.929412, 0.917647, 0.917647),
  2547. })
  2548. o150 = Create("BlockMesh",{
  2549. ["Parent"] = o149,
  2550. })
  2551. o151 = Create("Part",{
  2552. ["Parent"] = o41,
  2553. ["Material"] = Enum.Material.Granite,
  2554. ["BrickColor"] = BrickColor.new("Lily white"),
  2555. ["Position"] = Vector3.new(8215.58008, -519.768921, 20.7846642),
  2556. ["Rotation"] = Vector3.new(1.47579086, -0.642136991, -1.22406769),
  2557. ["Anchored"] = true,
  2558. ["CFrame"] = CFrame.new(8215.58008, -519.768921, 20.7846642, 0.99970901, 0.0213610437, -0.0112071699, -0.0216438659, 0.999434114, -0.0257529449, 0.0106507177, 0.0259880181, 0.999605536),
  2559. ["CanCollide"] = false,
  2560. ["Size"] = Vector3.new(3.6961019, 1.67430186, 0.631812632),
  2561. ["Color"] = Color3.new(0.929412, 0.917647, 0.917647),
  2562. })
  2563. o152 = Create("BlockMesh",{
  2564. ["Parent"] = o151,
  2565. })
  2566. o153 = Create("Part",{
  2567. ["Parent"] = o41,
  2568. ["Material"] = Enum.Material.Granite,
  2569. ["BrickColor"] = BrickColor.new("Royal purple"),
  2570. ["Position"] = Vector3.new(8214.64063, -519.662292, 21.7092018),
  2571. ["Rotation"] = Vector3.new(63.8046303, 88.6173248, -62.3219795),
  2572. ["Anchored"] = true,
  2573. ["CFrame"] = CFrame.new(8214.64063, -519.662292, 21.7092018, 0.0112082632, 0.0213685092, 0.999708831, 0.0257528834, 0.999433935, -0.0216513574, -0.999605536, 0.025988061, 0.0106516164),
  2574. ["CanCollide"] = false,
  2575. ["Size"] = Vector3.new(3.38019633, 1.32680523, 0.631812632),
  2576. ["Color"] = Color3.new(0.384314, 0.145098, 0.819608),
  2577. })
  2578. o154 = Create("BlockMesh",{
  2579. ["Parent"] = o153,
  2580. })
  2581. o155 = Create("Part",{
  2582. ["Parent"] = o41,
  2583. ["Material"] = Enum.Material.Granite,
  2584. ["BrickColor"] = BrickColor.new("Lily white"),
  2585. ["Position"] = Vector3.new(8215.5459, -520.358948, 22.8390751),
  2586. ["Rotation"] = Vector3.new(91.4895096, -1.22399068, 0.64228344),
  2587. ["Anchored"] = true,
  2588. ["CFrame"] = CFrame.new(8215.5459, -520.358948, 22.8390751, 0.99970901, -0.0112071689, -0.0213610437, -0.0216438659, -0.0257529076, -0.999434114, 0.0106507177, 0.999605536, -0.0259879809),
  2589. ["CanCollide"] = false,
  2590. ["Size"] = Vector3.new(3.6961019, 1.20044279, 0.631812632),
  2591. ["Color"] = Color3.new(0.929412, 0.917647, 0.917647),
  2592. })
  2593. o156 = Create("BlockMesh",{
  2594. ["Parent"] = o155,
  2595. })
  2596. o157 = Create("Part",{
  2597. ["Parent"] = o41,
  2598. ["Material"] = Enum.Material.Granite,
  2599. ["BrickColor"] = BrickColor.new("Lily white"),
  2600. ["Position"] = Vector3.new(8215.33496, -521.177917, 21.6813335),
  2601. ["Rotation"] = Vector3.new(-88.5104904, 1.22399068, 89.3576508),
  2602. ["Anchored"] = true,
  2603. ["CFrame"] = CFrame.new(8215.33496, -521.177917, 21.6813335, 0.0112082632, -0.99970901, 0.0213610437, 0.0257528834, 0.0216438938, 0.999434114, -0.999605536, -0.010651811, 0.0259879809),
  2604. ["FormFactor"] = Enum.FormFactor.Symmetric,
  2605. ["Size"] = Vector3.new(3.15906143, 3.15906024, 0.789765775),
  2606. ["Color"] = Color3.new(0.929412, 0.917647, 0.917647),
  2607. })
  2608. o158 = Create("CylinderMesh",{
  2609. ["Parent"] = o157,
  2610. })
  2611. o159 = Create("Part",{
  2612. ["Parent"] = o41,
  2613. ["Material"] = Enum.Material.Granite,
  2614. ["BrickColor"] = BrickColor.new("Royal purple"),
  2615. ["Position"] = Vector3.new(8216.4375, -522.812622, 21.6482067),
  2616. ["Rotation"] = Vector3.new(63.8046303, 88.6173248, -62.3219795),
  2617. ["Anchored"] = true,
  2618. ["CFrame"] = CFrame.new(8216.4375, -522.812622, 21.6482067, 0.0112082632, 0.0213685092, 0.999708831, 0.0257528834, 0.999433935, -0.0216513574, -0.999605536, 0.025988061, 0.0106516164),
  2619. ["CanCollide"] = false,
  2620. ["Size"] = Vector3.new(3.38019586, 1.67430186, 0.631812632),
  2621. ["Color"] = Color3.new(0.384314, 0.145098, 0.819608),
  2622. })
  2623. o160 = Create("BlockMesh",{
  2624. ["Parent"] = o159,
  2625. })
  2626. o161 = Create("Part",{
  2627. ["Name"] = "Smooth Block Model",
  2628. ["Parent"] = o41,
  2629. ["BrickColor"] = BrickColor.new("Black"),
  2630. ["Position"] = Vector3.new(8215.55664, -521.172485, 21.5854778),
  2631. ["Rotation"] = Vector3.new(63.8054962, 88.6176071, -62.3224182),
  2632. ["Anchored"] = true,
  2633. ["CFrame"] = CFrame.new(8215.55664, -521.172485, 21.5854778, 0.0112068811, 0.0213662703, 0.999708951, 0.0257603936, 0.999433756, -0.0216491651, -0.999605417, 0.0259955134, 0.0106501309),
  2634. ["Size"] = Vector3.new(2.46406817, 5.74949169, 3.15906358),
  2635. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  2636. })
  2637. o162 = Create("CylinderMesh",{
  2638. ["Parent"] = o161,
  2639. })
  2640. o163 = Create("Part",{
  2641. ["Parent"] = o41,
  2642. ["Material"] = Enum.Material.Granite,
  2643. ["BrickColor"] = BrickColor.new("Lily white"),
  2644. ["Position"] = Vector3.new(8215.57129, -520.329468, 20.4700871),
  2645. ["Rotation"] = Vector3.new(91.4895096, -1.22399068, 0.64228344),
  2646. ["Anchored"] = true,
  2647. ["CFrame"] = CFrame.new(8215.57129, -520.329468, 20.4700871, 0.99970901, -0.0112071689, -0.0213610437, -0.0216438659, -0.0257529076, -0.999434114, 0.0106507177, 0.999605536, -0.0259879809),
  2648. ["CanCollide"] = false,
  2649. ["Size"] = Vector3.new(3.6961019, 1.20044279, 0.631812632),
  2650. ["Color"] = Color3.new(0.929412, 0.917647, 0.917647),
  2651. })
  2652. o164 = Create("BlockMesh",{
  2653. ["Parent"] = o163,
  2654. })
  2655. o165 = Create("Part",{
  2656. ["Parent"] = o41,
  2657. ["Material"] = Enum.Material.Granite,
  2658. ["BrickColor"] = BrickColor.new("Lily white"),
  2659. ["Position"] = Vector3.new(8215.50684, -522.145325, 22.8874454),
  2660. ["Rotation"] = Vector3.new(91.4895096, -1.22399068, 0.64228344),
  2661. ["Anchored"] = true,
  2662. ["CFrame"] = CFrame.new(8215.50684, -522.145325, 22.8874454, 0.99970901, -0.0112071689, -0.0213610437, -0.0216438659, -0.0257529076, -0.999434114, 0.0106507177, 0.999605536, -0.0259879809),
  2663. ["CanCollide"] = false,
  2664. ["Size"] = Vector3.new(3.6961019, 1.20044279, 0.631812632),
  2665. ["Color"] = Color3.new(0.929412, 0.917647, 0.917647),
  2666. })
  2667. o166 = Create("BlockMesh",{
  2668. ["Parent"] = o165,
  2669. })
  2670. o167 = Create("Part",{
  2671. ["Parent"] = o41,
  2672. ["Material"] = Enum.Material.Granite,
  2673. ["BrickColor"] = BrickColor.new("Really black"),
  2674. ["Position"] = Vector3.new(8215.56738, -521.372437, 21.6755123),
  2675. ["Rotation"] = Vector3.new(1.47579086, -0.642136991, -1.22406769),
  2676. ["Anchored"] = true,
  2677. ["CFrame"] = CFrame.new(8215.56738, -521.372437, 21.6755123, 0.99970901, 0.0213610437, -0.0112071699, -0.0216438659, 0.999434114, -0.0257529449, 0.0106507177, 0.0259880181, 0.999605536),
  2678. ["CanCollide"] = false,
  2679. ["Size"] = Vector3.new(3.50655866, 6.47607422, 3.25383449),
  2680. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  2681. })
  2682. o168 = Create("BlockMesh",{
  2683. ["Parent"] = o167,
  2684. })
  2685. o169 = Create("Part",{
  2686. ["Parent"] = o41,
  2687. ["Material"] = Enum.Material.Granite,
  2688. ["BrickColor"] = BrickColor.new("Really black"),
  2689. ["Position"] = Vector3.new(8215.77734, -521.207642, 21.7633705),
  2690. ["Rotation"] = Vector3.new(-1.01458299, -2.01446819, -0.0339433253),
  2691. ["Anchored"] = true,
  2692. ["CFrame"] = CFrame.new(8215.77734, -521.207642, 21.7633705, 0.99938184, 0.000592056662, -0.0351518616, 3.00999909e-005, 0.999843419, 0.0176959448, 0.0351568349, -0.0176860616, 0.999225318),
  2693. ["FormFactor"] = Enum.FormFactor.Symmetric,
  2694. ["Size"] = Vector3.new(3.07524276, 6.15048504, 3.07524538),
  2695. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2696. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2697. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  2698. })
  2699. o170 = Create("ParticleEmitter",{
  2700. ["Parent"] = o169,
  2701. ["Size"] = NumberSequence.new(0.5,0.5),
  2702. ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0, 0, 0)),
  2703. ["LightEmission"] = -10,
  2704. ["Speed"] = NumberRange.new(0,0),
  2705. })
  2706. o171 = Create("Part",{
  2707. ["Name"] = "Head",
  2708. ["Parent"] = o1,
  2709. ["BrickColor"] = BrickColor.new("Really black"),
  2710. ["Position"] = Vector3.new(8203.09375, -528.68396, 11.6878204),
  2711. ["Rotation"] = Vector3.new(-179.886169, -88.998291, -179.887955),
  2712. ["Anchored"] = true,
  2713. ["CFrame"] = CFrame.new(8203.09375, -528.68396, 11.6878204, -0.0174821224, 3.41876585e-005, -0.999847174, -3.07331102e-005, 1, 3.47302448e-005, 0.999847174, 3.1335574e-005, -0.0174821205),
  2714. ["CanCollide"] = false,
  2715. ["FormFactor"] = Enum.FormFactor.Symmetric,
  2716. ["Size"] = Vector3.new(0.262356371, 0.2623564, 0.262356371),
  2717. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2718. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2719. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  2720. })
  2721. o172 = Create("Script",{
  2722. ["Name"] = "Arm1",
  2723. ["Parent"] = o171,
  2724. })
  2725. table.insert(cors,coroutine.create(function()
  2726. wait()
  2727. runDummyScript(function()
  2728. function onTouched(hit)
  2729. if hit.Parent:findFirstChild("Humanoid") ~= nil and hit.Parent:findFirstChild("Arm1") == nil then
  2730. local g = script.Parent.Parent.Arm1:clone()
  2731. g.Parent = hit.Parent
  2732. local C = g:GetChildren()
  2733. for i=1, #C do
  2734. if C[i].className == "Part" or C[i].className == "UnionOperation" then
  2735. local W = Instance.new("Weld")
  2736. W.Part0 = g.Middle
  2737. W.Part1 = C[i]
  2738. local CJ = CFrame.new(g.Middle.Position)
  2739. local C0 = g.Middle.CFrame:inverse()*CJ
  2740. local C1 = C[i].CFrame:inverse()*CJ
  2741. W.C0 = C0
  2742. W.C1 = C1
  2743. W.Parent = g.Middle
  2744. end
  2745. local Y = Instance.new("Weld")
  2746. Y.Part0 = hit.Parent["Left Arm"]
  2747. Y.Part1 = g.Middle
  2748. Y.C0 = CFrame.new(0, 0, 0)
  2749. Y.Parent = Y.Part0
  2750. end
  2751.  
  2752. local h = g:GetChildren()
  2753. for i = 1, # h do
  2754. if h[i].className == "Part" or C[i].className == "UnionOperation" then
  2755. h[i].Anchored = false
  2756. h[i].CanCollide = false
  2757. end
  2758. end
  2759.  
  2760. end
  2761.  
  2762. end
  2763.  
  2764. script.Parent.Touched:connect(onTouched)
  2765. end,o172)
  2766. end))
  2767. o173 = Create("Script",{
  2768. ["Name"] = "Leg1",
  2769. ["Parent"] = o171,
  2770. })
  2771. table.insert(cors,coroutine.create(function()
  2772. wait()
  2773. runDummyScript(function()
  2774. function onTouched(hit)
  2775. if hit.Parent:findFirstChild("Humanoid") ~= nil and hit.Parent:findFirstChild("Leg1") == nil then
  2776. local g = script.Parent.Parent.Leg1:clone()
  2777. g.Parent = hit.Parent
  2778. local C = g:GetChildren()
  2779. for i=1, #C do
  2780. if C[i].className == "Part" or C[i].className == "UnionOperation" then
  2781. local W = Instance.new("Weld")
  2782. W.Part0 = g.Middle
  2783. W.Part1 = C[i]
  2784. local CJ = CFrame.new(g.Middle.Position)
  2785. local C0 = g.Middle.CFrame:inverse()*CJ
  2786. local C1 = C[i].CFrame:inverse()*CJ
  2787. W.C0 = C0
  2788. W.C1 = C1
  2789. W.Parent = g.Middle
  2790. end
  2791. local Y = Instance.new("Weld")
  2792. Y.Part0 = hit.Parent["Left Leg"]
  2793. Y.Part1 = g.Middle
  2794. Y.C0 = CFrame.new(0, 0, 0)
  2795. Y.Parent = Y.Part0
  2796. end
  2797.  
  2798. local h = g:GetChildren()
  2799. for i = 1, # h do
  2800. if h[i].className == "Part" or C[i].className == "UnionOperation" then
  2801. h[i].Anchored = false
  2802. h[i].CanCollide = false
  2803. end
  2804. end
  2805.  
  2806. end
  2807.  
  2808. end
  2809.  
  2810. script.Parent.Touched:connect(onTouched)
  2811. end,o173)
  2812. end))
  2813. o174 = Create("Script",{
  2814. ["Parent"] = o171,
  2815. })
  2816. table.insert(cors,coroutine.create(function()
  2817. wait()
  2818. runDummyScript(function()
  2819. function onTouch(part)
  2820. local human = part.Parent:findFirstChild("Humanoid")
  2821. if human ~= nil then
  2822. part.Parent:findFirstChild("Head").Transparency = 0.98
  2823. part.Parent:findFirstChild("Torso").Transparency = 1
  2824. part.Parent:findFirstChild("Left Arm").Transparency = 1
  2825. part.Parent:findFirstChild("Right Arm").Transparency = 1
  2826. part.Parent:findFirstChild("Left Leg").Transparency = 1
  2827. part.Parent:findFirstChild("Right Leg").Transparency = 1
  2828. end
  2829. end
  2830. script.Parent.Touched:connect(onTouch)
  2831.  
  2832. --COLORS
  2833.  
  2834. --1 = white
  2835. --208 = Light stone grey
  2836. --194 = Medium stone grey
  2837. --199 = Dark stone grey
  2838. --26 = Black
  2839. --21 = Bright red
  2840. --24 = Bright yellow
  2841. --226 = Cool yellow
  2842. --23 = Bright blue
  2843. --107 = Bright bluish green
  2844. --102 = Medium blue
  2845. --11 = Pastel blue
  2846. --45 = Light blue
  2847. --135 = Sand blue
  2848. --106 = Bright orange
  2849. --105 = Br. yellowish orange
  2850. --141 = Earth green
  2851. --28 = Dark green
  2852. --37 = Bright green
  2853. --119 = Br. yellowish green
  2854. --29 = Medium green
  2855. --151 = Sand green
  2856. --38 = Dark orange
  2857. --192 = Reddish brown
  2858. --104 = Bright violet
  2859. --9 = Light reddish violet
  2860. --101 = Medium red
  2861. --5 = Brick Yellow
  2862. --153 = Sand red
  2863. --217 = Brown
  2864. --18 = Nougat
  2865. --125 = Light orange
  2866.  
  2867.  
  2868. end,o174)
  2869. end))
  2870. o175 = Create("Script",{
  2871. ["Name"] = "WalkSpeed Script",
  2872. ["Parent"] = o171,
  2873. })
  2874. table.insert(cors,coroutine.create(function()
  2875. wait()
  2876. runDummyScript(function()
  2877. local debounce = false
  2878.  
  2879. function onTouch(part)
  2880.  
  2881. local human = part.Parent:findFirstChild("Humanoid")
  2882. if (human ~= nil) and debounce == false then
  2883.  
  2884. debounce = true
  2885.  
  2886. human.WalkSpeed = 16-- or whatever number
  2887.  
  2888. wait(2)
  2889. debounce = false
  2890. end
  2891. end
  2892.  
  2893.  
  2894. script.Parent.Touched:connect(onTouch)
  2895.  
  2896. end,o175)
  2897. end))
  2898. o176 = Create("Script",{
  2899. ["Name"] = "Leg2",
  2900. ["Parent"] = o171,
  2901. })
  2902. table.insert(cors,coroutine.create(function()
  2903. wait()
  2904. runDummyScript(function()
  2905. function onTouched(hit)
  2906. if hit.Parent:findFirstChild("Humanoid") ~= nil and hit.Parent:findFirstChild("Leg2") == nil then
  2907. local g = script.Parent.Parent.Leg2:clone()
  2908. g.Parent = hit.Parent
  2909. local C = g:GetChildren()
  2910. for i=1, #C do
  2911. if C[i].className == "Part" or C[i].className == "UnionOperation" then
  2912. local W = Instance.new("Weld")
  2913. W.Part0 = g.Middle
  2914. W.Part1 = C[i]
  2915. local CJ = CFrame.new(g.Middle.Position)
  2916. local C0 = g.Middle.CFrame:inverse()*CJ
  2917. local C1 = C[i].CFrame:inverse()*CJ
  2918. W.C0 = C0
  2919. W.C1 = C1
  2920. W.Parent = g.Middle
  2921. end
  2922. local Y = Instance.new("Weld")
  2923. Y.Part0 = hit.Parent["Right Leg"]
  2924. Y.Part1 = g.Middle
  2925. Y.C0 = CFrame.new(0, 0, 0)
  2926. Y.Parent = Y.Part0
  2927. end
  2928.  
  2929. local h = g:GetChildren()
  2930. for i = 1, # h do
  2931. if h[i].className == "Part" or C[i].className == "UnionOperation" then
  2932. h[i].Anchored = false
  2933. h[i].CanCollide = false
  2934. end
  2935. end
  2936.  
  2937. end
  2938.  
  2939. end
  2940.  
  2941. script.Parent.Touched:connect(onTouched)
  2942. end,o176)
  2943. end))
  2944. o177 = Create("Script",{
  2945. ["Name"] = "Arm2",
  2946. ["Parent"] = o171,
  2947. })
  2948. table.insert(cors,coroutine.create(function()
  2949. wait()
  2950. runDummyScript(function()
  2951. function onTouched(hit)
  2952. if hit.Parent:findFirstChild("Humanoid") ~= nil and hit.Parent:findFirstChild("Arm2") == nil then
  2953. local g = script.Parent.Parent.Arm2:clone()
  2954. g.Parent = hit.Parent
  2955. local C = g:GetChildren()
  2956. for i=1, #C do
  2957. if C[i].className == "Part" or C[i].className == "UnionOperation" then
  2958. local W = Instance.new("Weld")
  2959. W.Part0 = g.Middle
  2960. W.Part1 = C[i]
  2961. local CJ = CFrame.new(g.Middle.Position)
  2962. local C0 = g.Middle.CFrame:inverse()*CJ
  2963. local C1 = C[i].CFrame:inverse()*CJ
  2964. W.C0 = C0
  2965. W.C1 = C1
  2966. W.Parent = g.Middle
  2967. end
  2968. local Y = Instance.new("Weld")
  2969. Y.Part0 = hit.Parent["Right Arm"]
  2970. Y.Part1 = g.Middle
  2971. Y.C0 = CFrame.new(0, 0, 0)
  2972. Y.Parent = Y.Part0
  2973. end
  2974.  
  2975. local h = g:GetChildren()
  2976. for i = 1, # h do
  2977. if h[i].className == "Part" or C[i].className == "UnionOperation" then
  2978. h[i].Anchored = false
  2979. h[i].CanCollide = false
  2980. end
  2981. end
  2982.  
  2983. end
  2984.  
  2985. end
  2986.  
  2987. script.Parent.Touched:connect(onTouched)
  2988. end,o177)
  2989. end))
  2990. o178 = Create("Script",{
  2991. ["Name"] = "Torso",
  2992. ["Parent"] = o171,
  2993. })
  2994. table.insert(cors,coroutine.create(function()
  2995. wait()
  2996. runDummyScript(function()
  2997. function onTouched(hit)
  2998. if hit.Parent:findFirstChild("Humanoid") ~= nil and hit.Parent:findFirstChild("Chest") == nil then
  2999. local g = script.Parent.Parent.Chest:clone()
  3000. g.Parent = hit.Parent
  3001. local C = g:GetChildren()
  3002. for i=1, #C do
  3003. if C[i].className == "Part" or C[i].className == "UnionOperation" or C[i].className == "WedgePart" then
  3004. local W = Instance.new("Weld")
  3005. W.Part0 = g.Middle
  3006. W.Part1 = C[i]
  3007. local CJ = CFrame.new(g.Middle.Position)
  3008. local C0 = g.Middle.CFrame:inverse()*CJ
  3009. local C1 = C[i].CFrame:inverse()*CJ
  3010. W.C0 = C0
  3011. W.C1 = C1
  3012. W.Parent = g.Middle
  3013. end
  3014. local Y = Instance.new("Weld")
  3015. Y.Part0 = hit.Parent.Torso
  3016. Y.Part1 = g.Middle
  3017. Y.C0 = CFrame.new(0, 0, 0)
  3018. Y.Parent = Y.Part0
  3019. end
  3020.  
  3021. local h = g:GetChildren()
  3022. for i = 1, # h do
  3023. if h[i].className == "Part" or h[i].className == "UnionOperation" or C[i].className == "WedgePart" then
  3024. h[i].Anchored = false
  3025. h[i].CanCollide = false
  3026. end
  3027. end
  3028.  
  3029. end
  3030. end
  3031.  
  3032. script.Parent.Touched:connect(onTouched)
  3033.  
  3034. end,o178)
  3035. end))
  3036. o179 = Create("BlockMesh",{
  3037. ["Parent"] = o171,
  3038. ["Scale"] = Vector3.new(0.634021521, 0.644858301, 0.634021878),
  3039. })
  3040. o180 = Create("Script",{
  3041. ["Name"] = "Cframe",
  3042. ["Parent"] = o171,
  3043. })
  3044. table.insert(cors,coroutine.create(function()
  3045. wait()
  3046. runDummyScript(function()
  3047.  
  3048. wait(2)
  3049.  
  3050. local p = script.Parent
  3051. local me = game.Players.LocalPlayer.Character
  3052.  
  3053.  
  3054. p.Shape = "Ball"
  3055.  
  3056. game:GetService('RunService').Stepped:connect(function()
  3057. p.CFrame = me.Torso.CFrame * CFrame.new(0,0,0) * CFrame.Angles(0,0,0)
  3058. end)
  3059.  
  3060. wait(0.5)
  3061. p:Remove()
  3062. end,o180)
  3063. end))
  3064. o181 = Create("Model",{
  3065. ["Name"] = "Arm2",
  3066. ["Parent"] = o1,
  3067. })
  3068. o182 = Create("Part",{
  3069. ["Name"] = "Middle",
  3070. ["Parent"] = o181,
  3071. ["BrickColor"] = BrickColor.new("Royal purple"),
  3072. ["Position"] = Vector3.new(8224.91895, -521.19989, 22.0735416),
  3073. ["Rotation"] = Vector3.new(-1.01458299, -2.01446819, -0.0339433253),
  3074. ["Anchored"] = true,
  3075. ["CFrame"] = CFrame.new(8224.91895, -521.19989, 22.0735416, 0.99938184, 0.000592056662, -0.0351518616, 3.00999909e-005, 0.999843419, 0.0176959448, 0.0351568349, -0.0176860616, 0.999225318),
  3076. ["FormFactor"] = Enum.FormFactor.Symmetric,
  3077. ["Size"] = Vector3.new(3.57829022, 7.15658188, 3.57829332),
  3078. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  3079. ["TopSurface"] = Enum.SurfaceType.Smooth,
  3080. ["Color"] = Color3.new(0.384314, 0.145098, 0.819608),
  3081. })
  3082. o183 = Create("SpecialMesh",{
  3083. ["Parent"] = o182,
  3084. ["MeshId"] = "rbxassetid://74653388",
  3085. ["Scale"] = Vector3.new(4.2462635, 4.24626541, 4.24626446),
  3086. ["MeshType"] = Enum.MeshType.FileMesh,
  3087. })
  3088. o184 = Create("BodyForce",{
  3089. ["Parent"] = o182,
  3090. ["force"] = Vector3.new(0, 4000, 0),
  3091. })
  3092. o185 = Create("Part",{
  3093. ["Parent"] = o181,
  3094. ["Material"] = Enum.Material.Granite,
  3095. ["BrickColor"] = BrickColor.new("Royal purple"),
  3096. ["Position"] = Vector3.new(8227.6875, -541.605591, 1.22839546),
  3097. ["Rotation"] = Vector3.new(-90.1177902, -14.5180264, 3.81167769),
  3098. ["Anchored"] = true,
  3099. ["CFrame"] = CFrame.new(8227.6875, -541.605591, 1.22839546, 0.965927422, -0.0643545687, -0.250684589, 0.249992877, -0.0187160224, 0.968066812, -0.0669913366, -0.997751594, -0.00199013599),
  3100. ["CanCollide"] = false,
  3101. ["Size"] = Vector3.new(1.62817752, 2.35425043, 3.9037354),
  3102. ["Color"] = Color3.new(0.384314, 0.145098, 0.819608),
  3103. })
  3104. o186 = Create("SpecialMesh",{
  3105. ["Parent"] = o185,
  3106. ["MeshType"] = Enum.MeshType.Wedge,
  3107. })
  3108. o187 = Create("Part",{
  3109. ["Parent"] = o181,
  3110. ["Material"] = Enum.Material.Granite,
  3111. ["BrickColor"] = BrickColor.new("Royal purple"),
  3112. ["Position"] = Vector3.new(8219.60352, -509.646484, 3.92631912),
  3113. ["Rotation"] = Vector3.new(89.8822327, 14.5180264, -3.81144714),
  3114. ["Anchored"] = true,
  3115. ["CFrame"] = CFrame.new(8219.60352, -509.646484, 3.92631912, 0.96592766, 0.0643506795, 0.250684589, 0.249992952, 0.0187147204, -0.968066812, -0.0669872463, 0.997751832, 0.00198984868),
  3116. ["CanCollide"] = false,
  3117. ["Size"] = Vector3.new(1.62817752, 2.35425043, 3.9037354),
  3118. ["Color"] = Color3.new(0.384314, 0.145098, 0.819608),
  3119. })
  3120. o188 = Create("SpecialMesh",{
  3121. ["Parent"] = o187,
  3122. ["MeshType"] = Enum.MeshType.Wedge,
  3123. })
  3124. o189 = Create("Part",{
  3125. ["Parent"] = o181,
  3126. ["Material"] = Enum.Material.Granite,
  3127. ["BrickColor"] = BrickColor.new("Really black"),
  3128. ["Position"] = Vector3.new(8227.03418, -538.552734, 4.11643219),
  3129. ["Rotation"] = Vector3.new(72.8068085, 14.9891233, 0.567220628),
  3130. ["Anchored"] = true,
  3131. ["CFrame"] = CFrame.new(8227.03418, -538.552734, 4.11643219, 0.96592766, -0.00956286862, 0.25863567, 0.249992311, 0.293134123, -0.922808945, -0.0669902265, 0.956023514, 0.285537034),
  3132. ["CanCollide"] = false,
  3133. ["Size"] = Vector3.new(3.21843386, 4.64196205, 3.69810534),
  3134. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  3135. })
  3136. o190 = Create("SpecialMesh",{
  3137. ["Parent"] = o189,
  3138. ["MeshType"] = Enum.MeshType.Wedge,
  3139. })
  3140. o191 = Create("Part",{
  3141. ["Parent"] = o181,
  3142. ["Material"] = Enum.Material.Granite,
  3143. ["BrickColor"] = BrickColor.new("Really black"),
  3144. ["Position"] = Vector3.new(8219.7793, -511.54425, 0.188097),
  3145. ["Rotation"] = Vector3.new(15.4267683, 7.7278223, 12.8950272),
  3146. ["Anchored"] = true,
  3147. ["CFrame"] = CFrame.new(8219.7793, -511.54425, 0.188097, 0.96592766, -0.221138731, 0.134467378, 0.249992222, 0.931678057, -0.263590634, -0.0669902042, 0.288225293, 0.955216467),
  3148. ["CanCollide"] = false,
  3149. ["Size"] = Vector3.new(3.21843386, 3.71357036, 3.69810534),
  3150. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  3151. })
  3152. o192 = Create("SpecialMesh",{
  3153. ["Parent"] = o191,
  3154. ["MeshType"] = Enum.MeshType.Wedge,
  3155. })
  3156. o193 = Create("Part",{
  3157. ["Parent"] = o181,
  3158. ["Material"] = Enum.Material.Granite,
  3159. ["BrickColor"] = BrickColor.new("Really black"),
  3160. ["Position"] = Vector3.new(8223.52441, -527.436829, -6.07302475),
  3161. ["Rotation"] = Vector3.new(-0.600355089, 3.81242561, -165.482101),
  3162. ["Anchored"] = true,
  3163. ["CFrame"] = CFrame.new(8223.52441, -527.436829, -6.07302475, -0.965927064, 0.250127882, 0.0664902851, -0.249994382, -0.968190908, 0.0104547944, 0.0669903234, -0.00652363244, 0.997732341),
  3164. ["CanCollide"] = false,
  3165. ["Size"] = Vector3.new(2.21267295, 3.20295405, 2.6149776),
  3166. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  3167. })
  3168. o194 = Create("SpecialMesh",{
  3169. ["Parent"] = o193,
  3170. ["MeshType"] = Enum.MeshType.Wedge,
  3171. })
  3172. o195 = Create("Part",{
  3173. ["Parent"] = o181,
  3174. ["Material"] = Enum.Material.Granite,
  3175. ["BrickColor"] = BrickColor.new("Really black"),
  3176. ["Position"] = Vector3.new(8225.4375, -534.621155, -4.0265007),
  3177. ["Rotation"] = Vector3.new(-17.0468979, -0.54803288, -165.010071),
  3178. ["Anchored"] = true,
  3179. ["CFrame"] = CFrame.new(8225.4375, -534.621155, -4.0265007, -0.965927124, 0.258637667, -0.00956483185, -0.249994323, -0.922806203, 0.293140948, 0.0669908077, 0.285543919, 0.956021369),
  3180. ["CanCollide"] = false,
  3181. ["Size"] = Vector3.new(1.03670681, 1.31522262, 1.16049314),
  3182. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  3183. })
  3184. o196 = Create("SpecialMesh",{
  3185. ["Parent"] = o195,
  3186. ["MeshType"] = Enum.MeshType.Wedge,
  3187. })
  3188. o197 = Create("Part",{
  3189. ["Parent"] = o181,
  3190. ["Material"] = Enum.Material.Granite,
  3191. ["BrickColor"] = BrickColor.new("Really black"),
  3192. ["Position"] = Vector3.new(8222.73145, -524.294006, -6.01432228),
  3193. ["Rotation"] = Vector3.new(-0.600343764, 3.81242299, 14.5179052),
  3194. ["Anchored"] = true,
  3195. ["CFrame"] = CFrame.new(8222.73145, -524.294006, -6.01432228, 0.965927184, -0.250127822, 0.0664902404, 0.249994397, 0.968190849, 0.010454597, -0.066990234, 0.0065238094, 0.997732341),
  3196. ["CanCollide"] = false,
  3197. ["Size"] = Vector3.new(2.21267295, 3.31126714, 2.66139746),
  3198. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  3199. })
  3200. o198 = Create("SpecialMesh",{
  3201. ["Parent"] = o197,
  3202. ["MeshType"] = Enum.MeshType.Wedge,
  3203. })
  3204. o199 = Create("Part",{
  3205. ["Parent"] = o181,
  3206. ["Material"] = Enum.Material.Granite,
  3207. ["BrickColor"] = BrickColor.new("Really black"),
  3208. ["Position"] = Vector3.new(8226.5293, -538.611633, -2.58097076),
  3209. ["Rotation"] = Vector3.new(-30.1943741, -4.01679182, -165.536209),
  3210. ["Anchored"] = true,
  3211. ["CFrame"] = CFrame.new(8226.5293, -538.611633, -2.58097076, -0.965927124, 0.249154761, -0.070048824, -0.249994248, -0.828130662, 0.501699626, 0.066991277, 0.502117038, 0.862201035),
  3212. ["CanCollide"] = false,
  3213. ["Size"] = Vector3.new(1.03670681, 1.45448148, 1.16049314),
  3214. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  3215. })
  3216. o200 = Create("SpecialMesh",{
  3217. ["Parent"] = o199,
  3218. ["MeshType"] = Enum.MeshType.Wedge,
  3219. })
  3220. o201 = Create("Part",{
  3221. ["Parent"] = o181,
  3222. ["Material"] = Enum.Material.Granite,
  3223. ["BrickColor"] = BrickColor.new("Really black"),
  3224. ["Position"] = Vector3.new(8224.2334, -530.331665, -5.35383606),
  3225. ["Rotation"] = Vector3.new(-17.0468979, -0.54803288, -165.010071),
  3226. ["Anchored"] = true,
  3227. ["CFrame"] = CFrame.new(8224.2334, -530.331665, -5.35383606, -0.965927124, 0.258637667, -0.00956483185, -0.249994323, -0.922806203, 0.293140948, 0.0669908077, 0.285543919, 0.956021369),
  3228. ["CanCollide"] = false,
  3229. ["Size"] = Vector3.new(1.03670681, 1.31522262, 1.16049314),
  3230. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  3231. })
  3232. o202 = Create("SpecialMesh",{
  3233. ["Parent"] = o201,
  3234. ["MeshType"] = Enum.MeshType.Wedge,
  3235. })
  3236. o203 = Create("Part",{
  3237. ["Parent"] = o181,
  3238. ["Material"] = Enum.Material.Granite,
  3239. ["BrickColor"] = BrickColor.new("Really black"),
  3240. ["Position"] = Vector3.new(8219.99219, -512.872009, -2.53695297),
  3241. ["Rotation"] = Vector3.new(29.4820881, 10.6333084, 10.6409216),
  3242. ["Anchored"] = true,
  3243. ["CFrame"] = CFrame.new(8219.99219, -512.872009, -2.53695297, 0.965927362, -0.181482539, 0.184522748, 0.249994054, 0.838771105, -0.483700335, -0.0669891909, 0.513348877, 0.855561376),
  3244. ["CanCollide"] = false,
  3245. ["Size"] = Vector3.new(1.03670681, 1.45448148, 1.16049314),
  3246. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  3247. })
  3248. o204 = Create("SpecialMesh",{
  3249. ["Parent"] = o203,
  3250. ["MeshType"] = Enum.MeshType.Wedge,
  3251. })
  3252. o205 = Create("Part",{
  3253. ["Parent"] = o181,
  3254. ["Material"] = Enum.Material.Granite,
  3255. ["BrickColor"] = BrickColor.new("Really black"),
  3256. ["Position"] = Vector3.new(8220.41797, -514.812683, -3.33558464),
  3257. ["Rotation"] = Vector3.new(16.0058575, 7.85876465, 12.8166285),
  3258. ["Anchored"] = true,
  3259. ["CFrame"] = CFrame.new(8220.41797, -514.812683, -3.33558464, 0.965927184, -0.21974808, 0.13673164, 0.249994308, 0.928920984, -0.273145944, -0.0669895932, 0.298021197, 0.952205777),
  3260. ["CanCollide"] = false,
  3261. ["Size"] = Vector3.new(1.03670681, 1.31522262, 1.16049314),
  3262. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  3263. })
  3264. o206 = Create("SpecialMesh",{
  3265. ["Parent"] = o205,
  3266. ["MeshType"] = Enum.MeshType.Wedge,
  3267. })
  3268. o207 = Create("Part",{
  3269. ["Parent"] = o181,
  3270. ["Material"] = Enum.Material.Granite,
  3271. ["BrickColor"] = BrickColor.new("Really black"),
  3272. ["Position"] = Vector3.new(8220.89258, -516.892456, -3.95376205),
  3273. ["Rotation"] = Vector3.new(16.0058575, 7.85876465, 12.8166285),
  3274. ["Anchored"] = true,
  3275. ["CFrame"] = CFrame.new(8220.89258, -516.892456, -3.95376205, 0.965927184, -0.21974808, 0.13673164, 0.249994308, 0.928920984, -0.273145944, -0.0669895932, 0.298021197, 0.952205777),
  3276. ["CanCollide"] = false,
  3277. ["Size"] = Vector3.new(1.03670681, 1.31522262, 1.16049314),
  3278. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  3279. })
  3280. o208 = Create("SpecialMesh",{
  3281. ["Parent"] = o207,
  3282. ["MeshType"] = Enum.MeshType.Wedge,
  3283. })
  3284. o209 = Create("Part",{
  3285. ["Parent"] = o181,
  3286. ["Material"] = Enum.Material.Granite,
  3287. ["BrickColor"] = BrickColor.new("Really black"),
  3288. ["Position"] = Vector3.new(8221.39453, -518.969604, -4.60606766),
  3289. ["Rotation"] = Vector3.new(16.0058575, 7.85876465, 12.8166285),
  3290. ["Anchored"] = true,
  3291. ["CFrame"] = CFrame.new(8221.39453, -518.969604, -4.60606766, 0.965927184, -0.21974808, 0.13673164, 0.249994308, 0.928920984, -0.273145944, -0.0669895932, 0.298021197, 0.952205777),
  3292. ["CanCollide"] = false,
  3293. ["Size"] = Vector3.new(1.03670681, 1.31522262, 1.16049314),
  3294. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  3295. })
  3296. o210 = Create("SpecialMesh",{
  3297. ["Parent"] = o209,
  3298. ["MeshType"] = Enum.MeshType.Wedge,
  3299. })
  3300. o211 = Create("Part",{
  3301. ["Parent"] = o181,
  3302. ["Material"] = Enum.Material.Granite,
  3303. ["BrickColor"] = BrickColor.new("Really black"),
  3304. ["Position"] = Vector3.new(8221.88574, -520.97168, -5.26045418),
  3305. ["Rotation"] = Vector3.new(15.4267387, 7.72781801, 12.8951559),
  3306. ["Anchored"] = true,
  3307. ["CFrame"] = CFrame.new(8221.88574, -520.97168, -5.26045418, 0.965927184, -0.221140906, 0.134467304, 0.249994308, 0.93167758, -0.263590157, -0.0669895932, 0.288224965, 0.955216646),
  3308. ["CanCollide"] = false,
  3309. ["Size"] = Vector3.new(1.03670681, 1.31522262, 1.16049314),
  3310. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  3311. })
  3312. o212 = Create("SpecialMesh",{
  3313. ["Parent"] = o211,
  3314. ["MeshType"] = Enum.MeshType.Wedge,
  3315. })
  3316. o213 = Create("Part",{
  3317. ["Parent"] = o181,
  3318. ["Material"] = Enum.Material.Granite,
  3319. ["BrickColor"] = BrickColor.new("Really black"),
  3320. ["Position"] = Vector3.new(8227.09766, -539.815247, 0.134143829),
  3321. ["Rotation"] = Vector3.new(-107.193199, -14.9891233, -0.567220628),
  3322. ["Anchored"] = true,
  3323. ["CFrame"] = CFrame.new(8227.09766, -539.815247, 0.134143829, 0.96592766, 0.00956286862, -0.25863567, 0.249992311, -0.293134123, 0.922808945, -0.0669902265, -0.956023514, -0.285537034),
  3324. ["CanCollide"] = false,
  3325. ["Size"] = Vector3.new(3.21843386, 3.71357036, 3.69810534),
  3326. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  3327. })
  3328. o214 = Create("SpecialMesh",{
  3329. ["Parent"] = o213,
  3330. ["MeshType"] = Enum.MeshType.Wedge,
  3331. })
  3332. o215 = Create("Part",{
  3333. ["Parent"] = o181,
  3334. ["Material"] = Enum.Material.Granite,
  3335. ["BrickColor"] = BrickColor.new("Really black"),
  3336. ["Position"] = Vector3.new(8220.35059, -512.643982, 4.13327599),
  3337. ["Rotation"] = Vector3.new(-72.8103561, -12.7759762, -172.074844),
  3338. ["Anchored"] = true,
  3339. ["CFrame"] = CFrame.new(8220.35059, -512.643982, 4.13327599, -0.96592766, 0.134465829, -0.22113961, -0.249992222, -0.263584107, 0.931679785, 0.0669902042, 0.955218494, 0.288218588),
  3340. ["CanCollide"] = false,
  3341. ["Size"] = Vector3.new(3.21843386, 4.64196205, 3.69810534),
  3342. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  3343. })
  3344. o216 = Create("SpecialMesh",{
  3345. ["Parent"] = o215,
  3346. ["MeshType"] = Enum.MeshType.Wedge,
  3347. })
  3348. o217 = Create("Part",{
  3349. ["Parent"] = o181,
  3350. ["Material"] = Enum.Material.Granite,
  3351. ["BrickColor"] = BrickColor.new("Really black"),
  3352. ["Position"] = Vector3.new(8223.21387, -525.756836, -3.36365891),
  3353. ["Rotation"] = Vector3.new(-105.000732, 75.0005264, 14.8861771),
  3354. ["Anchored"] = true,
  3355. ["CFrame"] = CFrame.new(8223.21387, -525.756836, -3.36365891, 0.250124127, -0.0664882734, 0.965928197, -0.968191743, -0.0104540559, 0.249990717, -0.00652358541, -0.997732401, -0.0669882149),
  3356. ["CanCollide"] = false,
  3357. ["Size"] = Vector3.new(6.18929577, 3.71357036, 3.09464836),
  3358. ["TopSurface"] = Enum.SurfaceType.Smooth,
  3359. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  3360. })
  3361. o218 = Create("BlockMesh",{
  3362. ["Parent"] = o217,
  3363. })
  3364. o219 = Create("Part",{
  3365. ["Parent"] = o181,
  3366. ["Material"] = Enum.Material.Granite,
  3367. ["BrickColor"] = BrickColor.new("Really black"),
  3368. ["Position"] = Vector3.new(8225.99609, -536.687866, -3.38724327),
  3369. ["Rotation"] = Vector3.new(-17.0468979, -0.54803288, -165.010071),
  3370. ["Anchored"] = true,
  3371. ["CFrame"] = CFrame.new(8225.99609, -536.687866, -3.38724327, -0.965927124, 0.258637667, -0.00956483185, -0.249994323, -0.922806203, 0.293140948, 0.0669908077, 0.285543919, 0.956021369),
  3372. ["CanCollide"] = false,
  3373. ["Size"] = Vector3.new(1.03670681, 1.31522262, 1.16049314),
  3374. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  3375. })
  3376. o220 = Create("SpecialMesh",{
  3377. ["Parent"] = o219,
  3378. ["MeshType"] = Enum.MeshType.Wedge,
  3379. })
  3380. o221 = Create("Part",{
  3381. ["Parent"] = o181,
  3382. ["Material"] = Enum.Material.Granite,
  3383. ["BrickColor"] = BrickColor.new("Really black"),
  3384. ["Position"] = Vector3.new(8224.84961, -532.557556, -4.66513443),
  3385. ["Rotation"] = Vector3.new(-17.0468979, -0.54803288, -165.010071),
  3386. ["Anchored"] = true,
  3387. ["CFrame"] = CFrame.new(8224.84961, -532.557556, -4.66513443, -0.965927124, 0.258637667, -0.00956483185, -0.249994323, -0.922806203, 0.293140948, 0.0669908077, 0.285543919, 0.956021369),
  3388. ["CanCollide"] = false,
  3389. ["Size"] = Vector3.new(1.03670681, 1.31522262, 1.16049314),
  3390. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  3391. })
  3392. o222 = Create("SpecialMesh",{
  3393. ["Parent"] = o221,
  3394. ["MeshType"] = Enum.MeshType.Wedge,
  3395. })
  3396. o223 = Create("Part",{
  3397. ["Parent"] = o181,
  3398. ["Material"] = Enum.Material.Granite,
  3399. ["BrickColor"] = BrickColor.new("Really black"),
  3400. ["Position"] = Vector3.new(8221.37988, -518.276245, -1.89409637),
  3401. ["Rotation"] = Vector3.new(-105.000755, 75.0005264, 31.3021469),
  3402. ["Anchored"] = true,
  3403. ["CFrame"] = CFrame.new(8221.37988, -518.276245, -1.89409637, 0.221137702, -0.134465173, 0.965928197, -0.931678295, 0.263591111, 0.249990642, -0.288225085, -0.955216706, -0.066988349),
  3404. ["CanCollide"] = false,
  3405. ["Size"] = Vector3.new(10.7384281, 3.71357036, 3.09464836),
  3406. ["TopSurface"] = Enum.SurfaceType.Smooth,
  3407. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  3408. })
  3409. o224 = Create("BlockMesh",{
  3410. ["Parent"] = o223,
  3411. })
  3412. o225 = Create("Part",{
  3413. ["Parent"] = o181,
  3414. ["Material"] = Enum.Material.Granite,
  3415. ["BrickColor"] = BrickColor.new("Royal purple"),
  3416. ["Position"] = Vector3.new(8222.76172, -524.288391, -5.66841888),
  3417. ["Rotation"] = Vector3.new(-0.60035038, 3.8123641, 14.5179396),
  3418. ["Anchored"] = true,
  3419. ["CFrame"] = CFrame.new(8222.76172, -524.288391, -5.66841888, 0.965927064, -0.250128418, 0.0664892197, 0.249994963, 0.96819073, 0.0104547124, -0.0669892728, 0.00652348157, 0.997732341),
  3420. ["CanCollide"] = false,
  3421. ["Size"] = Vector3.new(2.29004073, 3.31126714, 2.66140294),
  3422. ["Color"] = Color3.new(0.384314, 0.145098, 0.819608),
  3423. })
  3424. o226 = Create("SpecialMesh",{
  3425. ["Parent"] = o225,
  3426. ["MeshType"] = Enum.MeshType.Wedge,
  3427. })
  3428. o227 = Create("Part",{
  3429. ["Parent"] = o181,
  3430. ["Material"] = Enum.Material.Granite,
  3431. ["BrickColor"] = BrickColor.new("Royal purple"),
  3432. ["Position"] = Vector3.new(8223.5625, -527.429382, -5.7276535),
  3433. ["Rotation"] = Vector3.new(-0.60035044, 3.81236792, -165.482071),
  3434. ["Anchored"] = true,
  3435. ["CFrame"] = CFrame.new(8223.5625, -527.429382, -5.7276535, -0.965927124, 0.25012821, 0.0664892867, -0.24999477, -0.968190789, 0.0104547134, 0.0669893324, -0.00652348297, 0.997732341),
  3436. ["CanCollide"] = false,
  3437. ["Size"] = Vector3.new(2.3055141, 3.20295358, 2.61498356),
  3438. ["Color"] = Color3.new(0.384314, 0.145098, 0.819608),
  3439. })
  3440. o228 = Create("SpecialMesh",{
  3441. ["Parent"] = o227,
  3442. ["MeshType"] = Enum.MeshType.Wedge,
  3443. })
  3444. o229 = Create("Part",{
  3445. ["Parent"] = o181,
  3446. ["Material"] = Enum.Material.Granite,
  3447. ["BrickColor"] = BrickColor.new("Royal purple"),
  3448. ["Position"] = Vector3.new(8223.875, -526.899841, 1.69887161),
  3449. ["Rotation"] = Vector3.new(179.399628, -3.81237721, -14.5387154),
  3450. ["Anchored"] = true,
  3451. ["CFrame"] = CFrame.new(8223.875, -526.899841, 1.69887161, 0.965836227, 0.250478625, -0.0664894506, 0.250345975, -0.968100011, -0.0104549397, -0.0669871718, -0.00654760702, -0.997732401),
  3452. ["CanCollide"] = false,
  3453. ["Size"] = Vector3.new(3.18748927, 2.18172264, 6.39046288),
  3454. ["Color"] = Color3.new(0.384314, 0.145098, 0.819608),
  3455. })
  3456. o230 = Create("SpecialMesh",{
  3457. ["Parent"] = o229,
  3458. ["MeshType"] = Enum.MeshType.Wedge,
  3459. })
  3460. o231 = Create("Part",{
  3461. ["Parent"] = o181,
  3462. ["Material"] = Enum.Material.Granite,
  3463. ["BrickColor"] = BrickColor.new("Royal purple"),
  3464. ["Position"] = Vector3.new(8223.37891, -524.790649, 1.72620964),
  3465. ["Rotation"] = Vector3.new(179.399612, -3.81235552, 165.461288),
  3466. ["Anchored"] = true,
  3467. ["CFrame"] = CFrame.new(8223.37891, -524.790649, 1.72620964, -0.965836406, -0.250478506, -0.0664890707, -0.250345856, 0.968100071, -0.0104553066, 0.0669869184, 0.00654714694, -0.997732341),
  3468. ["CanCollide"] = false,
  3469. ["Size"] = Vector3.new(3.18748927, 2.18172264, 6.39046288),
  3470. ["Color"] = Color3.new(0.384314, 0.145098, 0.819608),
  3471. })
  3472. o232 = Create("SpecialMesh",{
  3473. ["Parent"] = o231,
  3474. ["MeshType"] = Enum.MeshType.Wedge,
  3475. })
  3476. o233 = Create("Part",{
  3477. ["Parent"] = o181,
  3478. ["Material"] = Enum.Material.Granite,
  3479. ["BrickColor"] = BrickColor.new("Really black"),
  3480. ["Position"] = Vector3.new(8223.93848, -527.163391, 1.7516098),
  3481. ["Rotation"] = Vector3.new(179.399628, -3.81237721, -14.5387154),
  3482. ["Anchored"] = true,
  3483. ["CFrame"] = CFrame.new(8223.93848, -527.163391, 1.7516098, 0.965836227, 0.250478625, -0.0664894506, 0.250345975, -0.968100011, -0.0104549397, -0.0669871718, -0.00654760702, -0.997732401),
  3484. ["CanCollide"] = false,
  3485. ["Size"] = Vector3.new(3.01728368, 2.81612372, 7.14865303),
  3486. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  3487. })
  3488. o234 = Create("SpecialMesh",{
  3489. ["Parent"] = o233,
  3490. ["MeshType"] = Enum.MeshType.Wedge,
  3491. })
  3492. o235 = Create("Part",{
  3493. ["Parent"] = o181,
  3494. ["Material"] = Enum.Material.Granite,
  3495. ["BrickColor"] = BrickColor.new("Really black"),
  3496. ["Position"] = Vector3.new(8223.3252, -524.557617, 1.81269836),
  3497. ["Rotation"] = Vector3.new(179.399612, -3.81235552, 165.461288),
  3498. ["Anchored"] = true,
  3499. ["CFrame"] = CFrame.new(8223.3252, -524.557617, 1.81269836, -0.965836406, -0.250478506, -0.0664890707, -0.250345856, 0.968100071, -0.0104553066, 0.0669869184, 0.00654714694, -0.997732341),
  3500. ["CanCollide"] = false,
  3501. ["Size"] = Vector3.new(2.90897083, 2.66139221, 7.21054697),
  3502. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  3503. })
  3504. o236 = Create("SpecialMesh",{
  3505. ["Parent"] = o235,
  3506. ["MeshType"] = Enum.MeshType.Wedge,
  3507. })
  3508. o237 = Create("Part",{
  3509. ["Parent"] = o181,
  3510. ["Material"] = Enum.Material.Granite,
  3511. ["BrickColor"] = BrickColor.new("Royal purple"),
  3512. ["Position"] = Vector3.new(8224.53516, -531.378479, -4.87168884),
  3513. ["Rotation"] = Vector3.new(-17.0468903, -0.548092663, -165.010056),
  3514. ["Anchored"] = true,
  3515. ["CFrame"] = CFrame.new(8224.53516, -531.378479, -4.87168884, -0.965927064, 0.258637756, -0.00956587493, -0.24999474, -0.922806084, 0.293140858, 0.066989854, 0.285544038, 0.956021488),
  3516. ["CanCollide"] = false,
  3517. ["FormFactor"] = Enum.FormFactor.Custom,
  3518. ["Size"] = Vector3.new(0.962515712, 1.08652949, 0.962515771),
  3519. ["Color"] = Color3.new(0.384314, 0.145098, 0.819608),
  3520. })
  3521. o238 = Create("SpecialMesh",{
  3522. ["Parent"] = o237,
  3523. ["Scale"] = Vector3.new(0.889796078, 1, 0.996042013),
  3524. ["MeshType"] = Enum.MeshType.Wedge,
  3525. })
  3526. o239 = Create("Part",{
  3527. ["Parent"] = o181,
  3528. ["Material"] = Enum.Material.Granite,
  3529. ["BrickColor"] = BrickColor.new("Royal purple"),
  3530. ["Position"] = Vector3.new(8220.52246, -515.115845, -3.11357117),
  3531. ["Rotation"] = Vector3.new(29.4820843, 10.6332798, 10.6409864),
  3532. ["Anchored"] = true,
  3533. ["CFrame"] = CFrame.new(8220.52246, -515.115845, -3.11357117, 0.965927243, -0.181483641, 0.184522241, 0.24999471, 0.838770986, -0.483700305, -0.0669882149, 0.513348877, 0.855561495),
  3534. ["CanCollide"] = false,
  3535. ["FormFactor"] = Enum.FormFactor.Custom,
  3536. ["Size"] = Vector3.new(0.962515712, 1.20157385, 0.962515771),
  3537. ["Color"] = Color3.new(0.384314, 0.145098, 0.819608),
  3538. })
  3539. o240 = Create("SpecialMesh",{
  3540. ["Parent"] = o239,
  3541. ["Scale"] = Vector3.new(0.889796078, 1, 0.996042013),
  3542. ["MeshType"] = Enum.MeshType.Wedge,
  3543. })
  3544. o241 = Create("Part",{
  3545. ["Parent"] = o181,
  3546. ["Material"] = Enum.Material.Granite,
  3547. ["BrickColor"] = BrickColor.new("Royal purple"),
  3548. ["Position"] = Vector3.new(8222.08691, -521.807068, -5.36353302),
  3549. ["Rotation"] = Vector3.new(15.4267445, 7.7277751, 12.8952007),
  3550. ["Anchored"] = true,
  3551. ["CFrame"] = CFrame.new(8222.08691, -521.807068, -5.36353302, 0.965927124, -0.221141696, 0.134466559, 0.249994889, 0.931677341, -0.263590276, -0.0669886544, 0.288224936, 0.955216706),
  3552. ["CanCollide"] = false,
  3553. ["FormFactor"] = Enum.FormFactor.Custom,
  3554. ["Size"] = Vector3.new(0.962515712, 1.08652949, 0.962515771),
  3555. ["Color"] = Color3.new(0.384314, 0.145098, 0.819608),
  3556. })
  3557. o242 = Create("SpecialMesh",{
  3558. ["Parent"] = o241,
  3559. ["Scale"] = Vector3.new(0.889796078, 1, 0.996042013),
  3560. ["MeshType"] = Enum.MeshType.Wedge,
  3561. })
  3562. o243 = Create("Part",{
  3563. ["Parent"] = o181,
  3564. ["Material"] = Enum.Material.Granite,
  3565. ["BrickColor"] = BrickColor.new("Royal purple"),
  3566. ["Position"] = Vector3.new(8221.2666, -518.437195, -4.28399849),
  3567. ["Rotation"] = Vector3.new(16.0058594, 7.85872173, 12.8166752),
  3568. ["Anchored"] = true,
  3569. ["CFrame"] = CFrame.new(8221.2666, -518.437195, -4.28399849, 0.965927124, -0.219748899, 0.136730909, 0.249994889, 0.928920746, -0.273146003, -0.0669886544, 0.298021108, 0.952205896),
  3570. ["CanCollide"] = false,
  3571. ["FormFactor"] = Enum.FormFactor.Custom,
  3572. ["Size"] = Vector3.new(0.962515712, 1.08652949, 0.962515771),
  3573. ["Color"] = Color3.new(0.384314, 0.145098, 0.819608),
  3574. })
  3575. o244 = Create("SpecialMesh",{
  3576. ["Parent"] = o243,
  3577. ["Scale"] = Vector3.new(0.889796078, 1, 0.996042013),
  3578. ["MeshType"] = Enum.MeshType.Wedge,
  3579. })
  3580. o245 = Create("Part",{
  3581. ["Parent"] = o181,
  3582. ["Material"] = Enum.Material.Granite,
  3583. ["BrickColor"] = BrickColor.new("Royal purple"),
  3584. ["Position"] = Vector3.new(8224.02637, -529.539673, -5.44063187),
  3585. ["Rotation"] = Vector3.new(-17.0468903, -0.548092663, -165.010056),
  3586. ["Anchored"] = true,
  3587. ["CFrame"] = CFrame.new(8224.02637, -529.539673, -5.44063187, -0.965927064, 0.258637756, -0.00956587493, -0.24999474, -0.922806084, 0.293140858, 0.066989854, 0.285544038, 0.956021488),
  3588. ["CanCollide"] = false,
  3589. ["FormFactor"] = Enum.FormFactor.Custom,
  3590. ["Size"] = Vector3.new(0.962515712, 1.08652949, 0.962515771),
  3591. ["Color"] = Color3.new(0.384314, 0.145098, 0.819608),
  3592. })
  3593. o246 = Create("SpecialMesh",{
  3594. ["Parent"] = o245,
  3595. ["Scale"] = Vector3.new(0.889796078, 1, 0.996042013),
  3596. ["MeshType"] = Enum.MeshType.Wedge,
  3597. })
  3598. o247 = Create("Part",{
  3599. ["Parent"] = o181,
  3600. ["Material"] = Enum.Material.Granite,
  3601. ["BrickColor"] = BrickColor.new("Royal purple"),
  3602. ["Position"] = Vector3.new(8225.92285, -536.379944, -3.14991951),
  3603. ["Rotation"] = Vector3.new(-30.1943779, -4.01685572, -165.536209),
  3604. ["Anchored"] = true,
  3605. ["CFrame"] = CFrame.new(8225.92285, -536.379944, -3.14991951, -0.965927064, 0.249154612, -0.0700499415, -0.24999465, -0.828130543, 0.501699686, 0.0669902936, 0.502117336, 0.862200975),
  3606. ["CanCollide"] = false,
  3607. ["FormFactor"] = Enum.FormFactor.Custom,
  3608. ["Size"] = Vector3.new(0.962515712, 1.20157385, 0.962515771),
  3609. ["Color"] = Color3.new(0.384314, 0.145098, 0.819608),
  3610. })
  3611. o248 = Create("SpecialMesh",{
  3612. ["Parent"] = o247,
  3613. ["Scale"] = Vector3.new(0.889796078, 1, 0.996042013),
  3614. ["MeshType"] = Enum.MeshType.Wedge,
  3615. })
  3616. o249 = Create("Part",{
  3617. ["Parent"] = o181,
  3618. ["Material"] = Enum.Material.Granite,
  3619. ["BrickColor"] = BrickColor.new("Royal purple"),
  3620. ["Position"] = Vector3.new(8225.48242, -534.790527, -3.81600571),
  3621. ["Rotation"] = Vector3.new(-17.0468903, -0.548092663, -165.010056),
  3622. ["Anchored"] = true,
  3623. ["CFrame"] = CFrame.new(8225.48242, -534.790527, -3.81600571, -0.965927064, 0.258637756, -0.00956587493, -0.24999474, -0.922806084, 0.293140858, 0.066989854, 0.285544038, 0.956021488),
  3624. ["CanCollide"] = false,
  3625. ["FormFactor"] = Enum.FormFactor.Custom,
  3626. ["Size"] = Vector3.new(0.962515712, 1.08652949, 0.962515771),
  3627. ["Color"] = Color3.new(0.384314, 0.145098, 0.819608),
  3628. })
  3629. o250 = Create("SpecialMesh",{
  3630. ["Parent"] = o249,
  3631. ["Scale"] = Vector3.new(0.889796078, 1, 0.996042013),
  3632. ["MeshType"] = Enum.MeshType.Wedge,
  3633. })
  3634. o251 = Create("Part",{
  3635. ["Parent"] = o181,
  3636. ["Material"] = Enum.Material.Granite,
  3637. ["BrickColor"] = BrickColor.new("Royal purple"),
  3638. ["Position"] = Vector3.new(8221.68066, -520.153198, -4.82287025),
  3639. ["Rotation"] = Vector3.new(16.0058594, 7.85872173, 12.8166752),
  3640. ["Anchored"] = true,
  3641. ["CFrame"] = CFrame.new(8221.68066, -520.153198, -4.82287025, 0.965927124, -0.219748899, 0.136730909, 0.249994889, 0.928920746, -0.273146003, -0.0669886544, 0.298021108, 0.952205896),
  3642. ["CanCollide"] = false,
  3643. ["FormFactor"] = Enum.FormFactor.Custom,
  3644. ["Size"] = Vector3.new(0.962515712, 1.08652949, 0.962515771),
  3645. ["Color"] = Color3.new(0.384314, 0.145098, 0.819608),
  3646. })
  3647. o252 = Create("SpecialMesh",{
  3648. ["Parent"] = o251,
  3649. ["Scale"] = Vector3.new(0.889796078, 1, 0.996042013),
  3650. ["MeshType"] = Enum.MeshType.Wedge,
  3651. })
  3652. o253 = Create("Part",{
  3653. ["Parent"] = o181,
  3654. ["Material"] = Enum.Material.Granite,
  3655. ["BrickColor"] = BrickColor.new("Royal purple"),
  3656. ["Position"] = Vector3.new(8220.87402, -516.719055, -3.77331924),
  3657. ["Rotation"] = Vector3.new(16.0058594, 7.85872173, 12.8166752),
  3658. ["Anchored"] = true,
  3659. ["CFrame"] = CFrame.new(8220.87402, -516.719055, -3.77331924, 0.965927124, -0.219748899, 0.136730909, 0.249994889, 0.928920746, -0.273146003, -0.0669886544, 0.298021108, 0.952205896),
  3660. ["CanCollide"] = false,
  3661. ["FormFactor"] = Enum.FormFactor.Custom,
  3662. ["Size"] = Vector3.new(0.962515712, 1.08652949, 0.962515771),
  3663. ["Color"] = Color3.new(0.384314, 0.145098, 0.819608),
  3664. })
  3665. o254 = Create("SpecialMesh",{
  3666. ["Parent"] = o253,
  3667. ["Scale"] = Vector3.new(0.889796078, 1, 0.996042013),
  3668. ["MeshType"] = Enum.MeshType.Wedge,
  3669. })
  3670. o255 = Create("Part",{
  3671. ["Parent"] = o181,
  3672. ["Material"] = Enum.Material.Granite,
  3673. ["BrickColor"] = BrickColor.new("Royal purple"),
  3674. ["Position"] = Vector3.new(8225.02051, -533.083374, -4.34407425),
  3675. ["Rotation"] = Vector3.new(-17.0468903, -0.548092663, -165.010056),
  3676. ["Anchored"] = true,
  3677. ["CFrame"] = CFrame.new(8225.02051, -533.083374, -4.34407425, -0.965927064, 0.258637756, -0.00956587493, -0.24999474, -0.922806084, 0.293140858, 0.066989854, 0.285544038, 0.956021488),
  3678. ["CanCollide"] = false,
  3679. ["FormFactor"] = Enum.FormFactor.Custom,
  3680. ["Size"] = Vector3.new(0.962515712, 1.08652949, 0.962515771),
  3681. ["Color"] = Color3.new(0.384314, 0.145098, 0.819608),
  3682. })
  3683. o256 = Create("SpecialMesh",{
  3684. ["Parent"] = o255,
  3685. ["Scale"] = Vector3.new(0.889796078, 1, 0.996042013),
  3686. ["MeshType"] = Enum.MeshType.Wedge,
  3687. })
  3688. o257 = Create("Part",{
  3689. ["Parent"] = o181,
  3690. ["Material"] = Enum.Material.Granite,
  3691. ["BrickColor"] = BrickColor.new("Royal purple"),
  3692. ["Position"] = Vector3.new(8223.28516, -525.915344, -3.34346581),
  3693. ["Rotation"] = Vector3.new(-89.6140137, -14.4849911, 3.93770361),
  3694. ["Anchored"] = true,
  3695. ["CFrame"] = CFrame.new(8223.28516, -525.915344, -3.34346581, 0.965927541, -0.066488944, -0.250126362, 0.249992847, -0.0104554333, 0.968191206, -0.0669891983, -0.997732341, 0.00652256981),
  3696. ["CanCollide"] = false,
  3697. ["Size"] = Vector3.new(3.21843672, 3.82188153, 4.39441013),
  3698. ["TopSurface"] = Enum.SurfaceType.Smooth,
  3699. ["Color"] = Color3.new(0.384314, 0.145098, 0.819608),
  3700. })
  3701. o258 = Create("BlockMesh",{
  3702. ["Parent"] = o257,
  3703. })
  3704. o259 = Create("Part",{
  3705. ["Parent"] = o181,
  3706. ["Material"] = Enum.Material.Granite,
  3707. ["BrickColor"] = BrickColor.new("Royal purple"),
  3708. ["Position"] = Vector3.new(8222.62402, -524.774597, -9.44047928),
  3709. ["Rotation"] = Vector3.new(-0.60035038, 3.8123641, 14.5179396),
  3710. ["Anchored"] = true,
  3711. ["CFrame"] = CFrame.new(8222.62402, -524.774597, -9.44047928, 0.965927064, -0.250128418, 0.0664892197, 0.249994963, 0.96819073, 0.0104547124, -0.0669892728, 0.00652348157, 0.997732341),
  3712. ["CanCollide"] = false,
  3713. ["Size"] = Vector3.new(1.62817752, 2.35425043, 8.31743813),
  3714. ["Color"] = Color3.new(0.384314, 0.145098, 0.819608),
  3715. })
  3716. o260 = Create("SpecialMesh",{
  3717. ["Parent"] = o259,
  3718. ["MeshType"] = Enum.MeshType.Wedge,
  3719. })
  3720. o261 = Create("Part",{
  3721. ["Parent"] = o181,
  3722. ["Material"] = Enum.Material.Granite,
  3723. ["BrickColor"] = BrickColor.new("Royal purple"),
  3724. ["Position"] = Vector3.new(8219.4375, -509.641846, 1.62689209),
  3725. ["Rotation"] = Vector3.new(89.8822098, 14.5180244, 176.188553),
  3726. ["Anchored"] = true,
  3727. ["CFrame"] = CFrame.new(8219.4375, -509.641846, 1.62689209, -0.96592766, -0.0643505529, 0.250684559, -0.249992907, -0.0187150333, -0.968066812, 0.0669872016, -0.997751832, 0.00199018605),
  3728. ["CanCollide"] = false,
  3729. ["Size"] = Vector3.new(1.63917887, 2.27724218, 3.82431293),
  3730. ["Color"] = Color3.new(0.384314, 0.145098, 0.819608),
  3731. })
  3732. o262 = Create("SpecialMesh",{
  3733. ["Parent"] = o261,
  3734. ["MeshType"] = Enum.MeshType.Wedge,
  3735. })
  3736. o263 = Create("Part",{
  3737. ["Parent"] = o181,
  3738. ["Material"] = Enum.Material.Granite,
  3739. ["BrickColor"] = BrickColor.new("Royal purple"),
  3740. ["Position"] = Vector3.new(8227.84375, -541.612915, 3.52858734),
  3741. ["Rotation"] = Vector3.new(-90.1178131, -14.5180244, -176.188324),
  3742. ["Anchored"] = true,
  3743. ["CFrame"] = CFrame.new(8227.84375, -541.612915, 3.52858734, -0.965927422, 0.0643544793, -0.250684559, -0.249992818, 0.0187163893, 0.968066812, 0.0669913441, 0.997751594, -0.00199051714),
  3744. ["CanCollide"] = false,
  3745. ["Size"] = Vector3.new(1.63917887, 2.27724218, 3.82431293),
  3746. ["Color"] = Color3.new(0.384314, 0.145098, 0.819608),
  3747. })
  3748. o264 = Create("SpecialMesh",{
  3749. ["Parent"] = o263,
  3750. ["MeshType"] = Enum.MeshType.Wedge,
  3751. })
  3752. o265 = Create("CornerWedgePart",{
  3753. ["Parent"] = o181,
  3754. ["Material"] = Enum.Material.Granite,
  3755. ["BrickColor"] = BrickColor.new("Really black"),
  3756. ["Position"] = Vector3.new(8223.98535, -525.160461, 24.9452477),
  3757. ["Rotation"] = Vector3.new(-89.6146851, -14.4845095, 3.93794441),
  3758. ["Anchored"] = true,
  3759. ["CFrame"] = CFrame.new(8223.98535, -525.160461, 24.9452477, 0.965929449, -0.0664931536, -0.250118226, 0.249983907, -0.0104676532, 0.968193412, -0.0669963956, -0.997731984, 0.00651120208),
  3760. ["CanCollide"] = false,
  3761. ["Size"] = Vector3.new(1.25519538, 1.56899214, 1.25519776),
  3762. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  3763. })
  3764. o266 = Create("Fire",{
  3765. ["Parent"] = o265,
  3766. ["Size"] = 30,
  3767. ["Color"] = Color3.new(0, 0, 1),
  3768. ["Enabled"] = false,
  3769. ["Heat"] = 25,
  3770. ["SecondaryColor"] = Color3.new(1, 1, 1),
  3771. })
  3772. o267 = Create("CornerWedgePart",{
  3773. ["Parent"] = o181,
  3774. ["Material"] = Enum.Material.Granite,
  3775. ["BrickColor"] = BrickColor.new("Really black"),
  3776. ["Position"] = Vector3.new(8225.40332, -524.81488, 28.0130367),
  3777. ["Rotation"] = Vector3.new(-89.6149139, -14.484499, -176.062119),
  3778. ["Anchored"] = true,
  3779. ["CFrame"] = CFrame.new(8225.40332, -524.81488, 28.0130367, -0.965929508, 0.0664922446, -0.250118077, -0.249983504, 0.0104714846, 0.968193591, 0.0669964775, 0.997731984, 0.00650724769),
  3780. ["CanCollide"] = false,
  3781. ["Size"] = Vector3.new(1.25519538, 4.74824047, 1.25519776),
  3782. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  3783. })
  3784. o268 = Create("Fire",{
  3785. ["Parent"] = o267,
  3786. ["Size"] = 30,
  3787. ["Color"] = Color3.new(0, 0, 1),
  3788. ["Enabled"] = false,
  3789. ["Heat"] = 25,
  3790. ["SecondaryColor"] = Color3.new(1, 1, 1),
  3791. })
  3792. o269 = Create("CornerWedgePart",{
  3793. ["Parent"] = o181,
  3794. ["Material"] = Enum.Material.Granite,
  3795. ["BrickColor"] = BrickColor.new("Really black"),
  3796. ["Position"] = Vector3.new(8224.5332, -526.328308, 28.4842148),
  3797. ["Rotation"] = Vector3.new(90.3853378, 14.4844837, -3.93795466),
  3798. ["Anchored"] = true,
  3799. ["CFrame"] = CFrame.new(8224.5332, -526.328308, 28.4842148, 0.965929508, 0.0664933324, 0.250117809, 0.249983504, 0.0104672825, -0.968193591, -0.0669964775, 0.997731924, -0.0065115788),
  3800. ["CanCollide"] = false,
  3801. ["Size"] = Vector3.new(1.25519538, 5.54098845, 1.25519776),
  3802. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  3803. })
  3804. o270 = Create("Fire",{
  3805. ["Parent"] = o269,
  3806. ["Size"] = 30,
  3807. ["Color"] = Color3.new(0, 0, 1),
  3808. ["Enabled"] = false,
  3809. ["Heat"] = 25,
  3810. ["SecondaryColor"] = Color3.new(1, 1, 1),
  3811. })
  3812. o271 = Create("CornerWedgePart",{
  3813. ["Parent"] = o181,
  3814. ["Material"] = Enum.Material.Granite,
  3815. ["BrickColor"] = BrickColor.new("Really black"),
  3816. ["Position"] = Vector3.new(8224.16406, -525.131165, 27.6271725),
  3817. ["Rotation"] = Vector3.new(74.9976883, -75.0010071, -14.8869848),
  3818. ["Anchored"] = true,
  3819. ["CFrame"] = CFrame.new(8224.16406, -525.131165, 27.6271725, 0.250115722, 0.0664898157, -0.965930343, -0.968194127, 0.0104674455, -0.249981388, -0.00651039416, 0.997732162, 0.0669931173),
  3820. ["CanCollide"] = false,
  3821. ["Size"] = Vector3.new(1.25519538, 3.80685258, 1.25519776),
  3822. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  3823. })
  3824. o272 = Create("Fire",{
  3825. ["Parent"] = o271,
  3826. ["Size"] = 30,
  3827. ["Color"] = Color3.new(0, 0, 1),
  3828. ["Enabled"] = false,
  3829. ["Heat"] = 25,
  3830. ["SecondaryColor"] = Color3.new(1, 1, 1),
  3831. })
  3832. o273 = Create("CornerWedgePart",{
  3833. ["Parent"] = o181,
  3834. ["Material"] = Enum.Material.Granite,
  3835. ["BrickColor"] = BrickColor.new("Really black"),
  3836. ["Position"] = Vector3.new(8225.64258, -526.032532, 26.9214916),
  3837. ["Rotation"] = Vector3.new(-105.003304, 75.0009232, -165.112045),
  3838. ["Anchored"] = true,
  3839. ["CFrame"] = CFrame.new(8225.64258, -526.032532, 26.9214916, -0.250115722, 0.0664942935, 0.965929985, 0.968194127, 0.010468604, 0.249981329, 0.00651039416, 0.997731924, -0.0669977441),
  3840. ["CanCollide"] = false,
  3841. ["Size"] = Vector3.new(1.25519538, 2.57644248, 1.25519776),
  3842. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  3843. })
  3844. o274 = Create("Fire",{
  3845. ["Parent"] = o273,
  3846. ["Size"] = 30,
  3847. ["Color"] = Color3.new(0, 0, 1),
  3848. ["Enabled"] = false,
  3849. ["Heat"] = 25,
  3850. ["SecondaryColor"] = Color3.new(1, 1, 1),
  3851. })
  3852. o275 = Create("CornerWedgePart",{
  3853. ["Parent"] = o181,
  3854. ["Material"] = Enum.Material.Granite,
  3855. ["BrickColor"] = BrickColor.new("Really black"),
  3856. ["Position"] = Vector3.new(8225.50391, -526.052979, 24.8533993),
  3857. ["Rotation"] = Vector3.new(90.3850861, 14.4845467, 176.062119),
  3858. ["Anchored"] = true,
  3859. ["CFrame"] = CFrame.new(8225.50391, -526.052979, 24.8533993, -0.96592927, -0.0664922521, 0.250118881, -0.249984279, -0.0104715759, -0.968193352, 0.0669964924, -0.997731984, -0.00650721788),
  3860. ["CanCollide"] = false,
  3861. ["Size"] = Vector3.new(1.25519538, 1.56899214, 1.25519776),
  3862. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  3863. })
  3864. o276 = Create("Fire",{
  3865. ["Parent"] = o275,
  3866. ["Size"] = 30,
  3867. ["Color"] = Color3.new(0, 0, 1),
  3868. ["Enabled"] = false,
  3869. ["Heat"] = 25,
  3870. ["SecondaryColor"] = Color3.new(1, 1, 1),
  3871. })
  3872. o277 = Create("CornerWedgePart",{
  3873. ["Parent"] = o181,
  3874. ["Material"] = Enum.Material.Granite,
  3875. ["BrickColor"] = BrickColor.new("Really black"),
  3876. ["Position"] = Vector3.new(8224.29688, -526.36676, 24.9371758),
  3877. ["Rotation"] = Vector3.new(74.9967651, -75.0008698, 165.112137),
  3878. ["Anchored"] = true,
  3879. ["CFrame"] = CFrame.new(8224.29688, -526.36676, 24.9371758, -0.250116646, -0.0664941967, -0.965929747, 0.968193889, -0.0104687661, -0.249982238, 0.00651027681, -0.997731924, 0.0669976845),
  3880. ["CanCollide"] = false,
  3881. ["Size"] = Vector3.new(1.25519538, 1.56899214, 1.25519776),
  3882. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  3883. })
  3884. o278 = Create("Fire",{
  3885. ["Parent"] = o277,
  3886. ["Size"] = 30,
  3887. ["Color"] = Color3.new(0, 0, 1),
  3888. ["Enabled"] = false,
  3889. ["Heat"] = 25,
  3890. ["SecondaryColor"] = Color3.new(1, 1, 1),
  3891. })
  3892. o279 = Create("CornerWedgePart",{
  3893. ["Parent"] = o181,
  3894. ["Material"] = Enum.Material.Granite,
  3895. ["BrickColor"] = BrickColor.new("Really black"),
  3896. ["Position"] = Vector3.new(8225.19238, -524.846802, 24.8615456),
  3897. ["Rotation"] = Vector3.new(-105.002266, 75.000946, 14.8869352),
  3898. ["Anchored"] = true,
  3899. ["CFrame"] = CFrame.new(8225.19238, -524.846802, 24.8615456, 0.250116348, -0.0664897487, 0.965930104, -0.968193948, -0.0104675805, 0.249981999, -0.00651028939, -0.997732162, -0.0669930875),
  3900. ["CanCollide"] = false,
  3901. ["Size"] = Vector3.new(1.25519538, 1.56899214, 1.25519776),
  3902. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  3903. })
  3904. o280 = Create("Fire",{
  3905. ["Parent"] = o279,
  3906. ["Size"] = 30,
  3907. ["Color"] = Color3.new(0, 0, 1),
  3908. ["Enabled"] = false,
  3909. ["Heat"] = 25,
  3910. ["SecondaryColor"] = Color3.new(1, 1, 1),
  3911. })
  3912. o281 = Create("Part",{
  3913. ["Parent"] = o181,
  3914. ["Material"] = Enum.Material.Granite,
  3915. ["BrickColor"] = BrickColor.new("Royal purple"),
  3916. ["Position"] = Vector3.new(8224.04395, -525.791931, 10.8319187),
  3917. ["Rotation"] = Vector3.new(-89.6140289, -14.484992, 3.93770051),
  3918. ["Anchored"] = true,
  3919. ["CFrame"] = CFrame.new(8224.04395, -525.791931, 10.8319187, 0.965927541, -0.0664888918, -0.250126392, 0.249992847, -0.0104556596, 0.968191206, -0.0669891983, -0.997732341, 0.00652233837),
  3920. ["CanCollide"] = false,
  3921. ["Size"] = Vector3.new(0.891049922, 9.87853146, 1.37507951),
  3922. ["Color"] = Color3.new(0.384314, 0.145098, 0.819608),
  3923. })
  3924. o282 = Create("CylinderMesh",{
  3925. ["Parent"] = o281,
  3926. })
  3927. o283 = Create("Fire",{
  3928. ["Parent"] = o281,
  3929. ["Size"] = 30,
  3930. ["Color"] = Color3.new(1, 1, 0),
  3931. ["Enabled"] = false,
  3932. ["Heat"] = 25,
  3933. ["SecondaryColor"] = Color3.new(1, 0, 0),
  3934. })
  3935. o284 = Create("Script",{
  3936. ["Parent"] = o283,
  3937. })
  3938. table.insert(cors,coroutine.create(function()
  3939. wait()
  3940. runDummyScript(function()
  3941. function Spread(part)
  3942. check = part:findFirstChild("Fire")
  3943. if check == nil then
  3944. script.Parent:Clone().Parent = part
  3945.  
  3946. elseif check ~= nil then
  3947. check.Size = check.Size + 1
  3948. check.Heat = check.Heat +1
  3949. end
  3950. end
  3951.  
  3952.  
  3953. script.Parent.Parent.Touched:connect(Spread)
  3954.  
  3955.  
  3956. end,o284)
  3957. end))
  3958. o285 = Create("Part",{
  3959. ["Parent"] = o181,
  3960. ["Material"] = Enum.Material.Granite,
  3961. ["BrickColor"] = BrickColor.new("Really black"),
  3962. ["Position"] = Vector3.new(8224.74414, -525.638062, 19.0309868),
  3963. ["Rotation"] = Vector3.new(-89.6140289, -14.484992, 3.93770051),
  3964. ["Anchored"] = true,
  3965. ["CFrame"] = CFrame.new(8224.74414, -525.638062, 19.0309868, 0.965927541, -0.0664888918, -0.250126392, 0.249992847, -0.0104556596, 0.968191206, -0.0669891983, -0.997732341, 0.00652233837),
  3966. ["CanCollide"] = false,
  3967. ["Size"] = Vector3.new(1.19906712, 13.9927521, 0.836048424),
  3968. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  3969. })
  3970. o286 = Create("CylinderMesh",{
  3971. ["Parent"] = o285,
  3972. })
  3973. o287 = Create("Fire",{
  3974. ["Parent"] = o285,
  3975. ["Size"] = 30,
  3976. ["Color"] = Color3.new(1, 1, 0),
  3977. ["Enabled"] = false,
  3978. ["Heat"] = 25,
  3979. ["SecondaryColor"] = Color3.new(1, 0, 0),
  3980. })
  3981. o288 = Create("Script",{
  3982. ["Parent"] = o287,
  3983. })
  3984. table.insert(cors,coroutine.create(function()
  3985. wait()
  3986. runDummyScript(function()
  3987. function Spread(part)
  3988. check = part:findFirstChild("Fire")
  3989. if check == nil then
  3990. script.Parent:Clone().Parent = part
  3991.  
  3992. elseif check ~= nil then
  3993. check.Size = check.Size + 1
  3994. check.Heat = check.Heat +1
  3995. end
  3996. end
  3997.  
  3998.  
  3999. script.Parent.Parent.Touched:connect(Spread)
  4000.  
  4001.  
  4002. end,o288)
  4003. end))
  4004. o289 = Create("Part",{
  4005. ["Parent"] = o181,
  4006. ["Material"] = Enum.Material.Granite,
  4007. ["BrickColor"] = BrickColor.new("Really black"),
  4008. ["Position"] = Vector3.new(8224.1748, -525.755188, 10.3921623),
  4009. ["Rotation"] = Vector3.new(-89.6140289, -14.484992, 3.93770051),
  4010. ["Anchored"] = true,
  4011. ["CFrame"] = CFrame.new(8224.1748, -525.755188, 10.3921623, 0.965927541, -0.0664888918, -0.250126392, 0.249992847, -0.0104556596, 0.968191206, -0.0669891983, -0.997732341, 0.00652233837),
  4012. ["CanCollide"] = false,
  4013. ["Size"] = Vector3.new(1.19906712, 13.9927521, 1.37507951),
  4014. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  4015. })
  4016. o290 = Create("CylinderMesh",{
  4017. ["Parent"] = o289,
  4018. })
  4019. o291 = Create("Fire",{
  4020. ["Parent"] = o289,
  4021. ["Size"] = 30,
  4022. ["Color"] = Color3.new(1, 1, 0),
  4023. ["Enabled"] = false,
  4024. ["Heat"] = 25,
  4025. ["SecondaryColor"] = Color3.new(1, 0, 0),
  4026. })
  4027. o292 = Create("Script",{
  4028. ["Parent"] = o291,
  4029. })
  4030. table.insert(cors,coroutine.create(function()
  4031. wait()
  4032. runDummyScript(function()
  4033. function Spread(part)
  4034. check = part:findFirstChild("Fire")
  4035. if check == nil then
  4036. script.Parent:Clone().Parent = part
  4037.  
  4038. elseif check ~= nil then
  4039. check.Size = check.Size + 1
  4040. check.Heat = check.Heat +1
  4041. end
  4042. end
  4043.  
  4044.  
  4045. script.Parent.Parent.Touched:connect(Spread)
  4046.  
  4047.  
  4048. end,o292)
  4049. end))
  4050. o293 = Create("Part",{
  4051. ["Parent"] = o181,
  4052. ["Material"] = Enum.Material.Granite,
  4053. ["BrickColor"] = BrickColor.new("Royal purple"),
  4054. ["Position"] = Vector3.new(8224.36523, -525.709229, 10.8372736),
  4055. ["Rotation"] = Vector3.new(-89.6140289, -14.484992, 3.93770051),
  4056. ["Anchored"] = true,
  4057. ["CFrame"] = CFrame.new(8224.36523, -525.709229, 10.8372736, 0.965927541, -0.0664888918, -0.250126392, 0.249992847, -0.0104556596, 0.968191206, -0.0669891983, -0.997732341, 0.00652233837),
  4058. ["CanCollide"] = false,
  4059. ["Size"] = Vector3.new(0.891049922, 9.88953114, 1.37507951),
  4060. ["Color"] = Color3.new(0.384314, 0.145098, 0.819608),
  4061. })
  4062. o294 = Create("CylinderMesh",{
  4063. ["Parent"] = o293,
  4064. })
  4065. o295 = Create("Fire",{
  4066. ["Parent"] = o293,
  4067. ["Size"] = 30,
  4068. ["Color"] = Color3.new(1, 1, 0),
  4069. ["Enabled"] = false,
  4070. ["Heat"] = 25,
  4071. ["SecondaryColor"] = Color3.new(1, 0, 0),
  4072. })
  4073. o296 = Create("Script",{
  4074. ["Parent"] = o295,
  4075. })
  4076. table.insert(cors,coroutine.create(function()
  4077. wait()
  4078. runDummyScript(function()
  4079. function Spread(part)
  4080. check = part:findFirstChild("Fire")
  4081. if check == nil then
  4082. script.Parent:Clone().Parent = part
  4083.  
  4084. elseif check ~= nil then
  4085. check.Size = check.Size + 1
  4086. check.Heat = check.Heat +1
  4087. end
  4088. end
  4089.  
  4090.  
  4091. script.Parent.Parent.Touched:connect(Spread)
  4092.  
  4093.  
  4094. end,o296)
  4095. end))
  4096. o297 = Create("Part",{
  4097. ["Parent"] = o181,
  4098. ["Material"] = Enum.Material.Granite,
  4099. ["BrickColor"] = BrickColor.new("Royal purple"),
  4100. ["Position"] = Vector3.new(8223.33789, -526.984802, -7.30395126),
  4101. ["Rotation"] = Vector3.new(-0.60035044, 3.81236792, -165.482071),
  4102. ["Anchored"] = true,
  4103. ["CFrame"] = CFrame.new(8223.33789, -526.984802, -7.30395126, -0.965927124, 0.25012821, 0.0664892867, -0.24999477, -0.968190789, 0.0104547134, 0.0669893324, -0.00652348297, 0.997732341),
  4104. ["CanCollide"] = false,
  4105. ["Size"] = Vector3.new(1.63917887, 2.27724218, 3.82431293),
  4106. ["Color"] = Color3.new(0.384314, 0.145098, 0.819608),
  4107. })
  4108. o298 = Create("SpecialMesh",{
  4109. ["Parent"] = o297,
  4110. ["MeshType"] = Enum.MeshType.Wedge,
  4111. })
  4112. o299 = Create("Part",{
  4113. ["Parent"] = o181,
  4114. ["Material"] = Enum.Material.Granite,
  4115. ["BrickColor"] = BrickColor.new("Really black"),
  4116. ["Position"] = Vector3.new(8225.23145, -533.166748, -1.92535019),
  4117. ["Rotation"] = Vector3.new(-105.000732, 75.0005264, -2.11827469),
  4118. ["Anchored"] = true,
  4119. ["CFrame"] = CFrame.new(8225.23145, -533.166748, -1.92535019, 0.258633465, 0.00956626236, 0.965928197, -0.922807217, -0.293140829, 0.249990731, 0.285544455, -0.956021428, -0.0669882149),
  4120. ["CanCollide"] = false,
  4121. ["Size"] = Vector3.new(10.7384281, 3.71357036, 3.09464836),
  4122. ["TopSurface"] = Enum.SurfaceType.Smooth,
  4123. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  4124. })
  4125. o300 = Create("BlockMesh",{
  4126. ["Parent"] = o299,
  4127. })
  4128. o301 = Create("Part",{
  4129. ["Parent"] = o181,
  4130. ["Material"] = Enum.Material.Granite,
  4131. ["BrickColor"] = BrickColor.new("Really black"),
  4132. ["Position"] = Vector3.new(8219.36816, -508.718323, 4.254179),
  4133. ["Rotation"] = Vector3.new(90.8895798, 14.4508905, -4.06341124),
  4134. ["Anchored"] = true,
  4135. ["CFrame"] = CFrame.new(8219.36816, -508.718323, 4.254179, 0.96592766, 0.0686185732, 0.249550089, 0.249992922, 0.0021946989, -0.968245149, -0.066987291, 0.99764055, -0.0150342379),
  4136. ["CanCollide"] = false,
  4137. ["Size"] = Vector3.new(1.33737612, 3.17528701, 5.3324523),
  4138. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  4139. })
  4140. o302 = Create("SpecialMesh",{
  4141. ["Parent"] = o301,
  4142. ["MeshType"] = Enum.MeshType.Wedge,
  4143. })
  4144. o303 = Create("Part",{
  4145. ["Parent"] = o181,
  4146. ["Material"] = Enum.Material.Granite,
  4147. ["BrickColor"] = BrickColor.new("Really black"),
  4148. ["Position"] = Vector3.new(8219.24902, -509.139832, 1.04199791),
  4149. ["Rotation"] = Vector3.new(90.8895569, 14.4508905, 175.9366),
  4150. ["Anchored"] = true,
  4151. ["CFrame"] = CFrame.new(8219.24902, -509.139832, 1.04199791, -0.96592766, -0.068618454, 0.249550104, -0.249992892, -0.00219510309, -0.968245208, 0.0669872761, -0.99764055, -0.0150338169),
  4152. ["CanCollide"] = false,
  4153. ["Size"] = Vector3.new(1.35625207, 3.28266406, 6.15496778),
  4154. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  4155. })
  4156. o304 = Create("SpecialMesh",{
  4157. ["Parent"] = o303,
  4158. ["MeshType"] = Enum.MeshType.Wedge,
  4159. })
  4160. o305 = Create("Part",{
  4161. ["Parent"] = o181,
  4162. ["Material"] = Enum.Material.Granite,
  4163. ["BrickColor"] = BrickColor.new("Really black"),
  4164. ["Position"] = Vector3.new(8228.04785, -542.374878, 3.97638512),
  4165. ["Rotation"] = Vector3.new(-90.1178131, -14.5180244, -176.188324),
  4166. ["Anchored"] = true,
  4167. ["CFrame"] = CFrame.new(8228.04785, -542.374878, 3.97638512, -0.965927422, 0.0643544793, -0.250684559, -0.249992818, 0.0187163893, 0.968066812, 0.0669913441, 0.997751594, -0.00199051714),
  4168. ["CanCollide"] = false,
  4169. ["Size"] = Vector3.new(1.33737612, 3.17528701, 5.3324523),
  4170. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  4171. })
  4172. o306 = Create("SpecialMesh",{
  4173. ["Parent"] = o305,
  4174. ["MeshType"] = Enum.MeshType.Wedge,
  4175. })
  4176. o307 = Create("Part",{
  4177. ["Parent"] = o181,
  4178. ["Material"] = Enum.Material.Granite,
  4179. ["BrickColor"] = BrickColor.new("Really black"),
  4180. ["Position"] = Vector3.new(8227.73926, -542.02063, 0.768709183),
  4181. ["Rotation"] = Vector3.new(-90.1177902, -14.5180264, 3.81167769),
  4182. ["Anchored"] = true,
  4183. ["CFrame"] = CFrame.new(8227.73926, -542.02063, 0.768709183, 0.965927422, -0.0643545687, -0.250684589, 0.249992877, -0.0187160224, 0.968066812, -0.0669913366, -0.997751594, -0.00199013599),
  4184. ["CanCollide"] = false,
  4185. ["Size"] = Vector3.new(1.35625207, 3.28266406, 6.15496778),
  4186. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  4187. })
  4188. o308 = Create("SpecialMesh",{
  4189. ["Parent"] = o307,
  4190. ["MeshType"] = Enum.MeshType.Wedge,
  4191. })
  4192. mas.Parent = workspace
  4193. mas:MakeJoints()
  4194. local mas1 = mas:GetChildren()
  4195. for i=1,#mas1 do
  4196. mas1[i].Parent = workspace
  4197. ypcall(function() mas1[i]:MakeJoints() end)
  4198. end
  4199. mas:Destroy()
  4200. for i=1,#cors do
  4201. coroutine.resume(cors[i])
  4202. end
Add Comment
Please, Sign In to add comment