Advertisement
Guest User

Untitled

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