Advertisement
Toey8415

MEME V2

Jul 27th, 2018
289
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 404.15 KB | None | 0 0
  1. player=game:GetService('Players').LocalPlayer
  2. c=player.Character
  3. local color="Really red"
  4. local transPoints = {
  5. NumberSequenceKeypoint.new(0,.819,.0375),
  6. NumberSequenceKeypoint.new(.207,.594,.0187),
  7. NumberSequenceKeypoint.new(.4,.55,.031),
  8. NumberSequenceKeypoint.new(.57,.619,.05),
  9. NumberSequenceKeypoint.new(.76,.8,.0375),
  10. NumberSequenceKeypoint.new(1,1,0),
  11. }
  12. local sizePoints = {
  13. NumberSequenceKeypoint.new(0,0.505,0),
  14. NumberSequenceKeypoint.new(1,0,0),
  15. }
  16. local Size = NumberSequence.new(sizePoints)
  17. local Transparency = NumberSequence.new(transPoints)
  18. efxBlock = Instance.new("Part",c)
  19. efxBlock.CanCollide=false
  20. efxBlock.BrickColor = BrickColor.new(color)
  21. efxBlock.Material = "Neon"
  22. efxBlock.FormFactor = "Custom"
  23. efxBlock.Transparency = .3
  24. efxBlock.Size = Vector3.new(.25,.25,.25)
  25. local mesh = Instance.new("SpecialMesh",efxBlock)
  26. mesh.MeshType = Enum.MeshType.Sphere
  27. mesh.Scale = Vector3.new(1,1,1)
  28. local particles = Instance.new("ParticleEmitter",efxBlock)
  29. particles.Color = ColorSequence.new(Color3.new(200/255, 10/255, 10/255),Color3.new(255/255, 0/255, 0/255))
  30. particles.LightEmission = .7
  31. particles.Size = Size
  32. particles.Name = "Fire"
  33. particles.Transparency = Transparency
  34. particles.LockedToPart = false
  35. particles.VelocityInheritance = .5
  36. particles.LockedToPart = false
  37. particles.Rate = 70
  38. particles.Texture = "rbxassetid://56562006"
  39. particles.Lifetime = NumberRange.new(2,2)
  40. particles.RotSpeed = NumberRange.new(100,100)
  41. particles.Speed = NumberRange.new(1,1)
  42. local offset = Vector3.new(-0.11, .23, -0.5)
  43. local weld = Instance.new("Weld",c.Head)
  44. weld.Part0 = c.Head
  45. weld.Part1 = efxBlock
  46. weld.C0 = CFrame.new(offset) * CFrame.Angles(math.rad(-40),math.rad(50),math.rad(40))
  47. efxBlock.Parent = c
  48. efxBlock2 = Instance.new("Part",c)
  49. efxBlock2.CanCollide=false
  50. efxBlock2.BrickColor = BrickColor.new(color)
  51. efxBlock2.Material = "Neon"
  52. efxBlock2.FormFactor = "Custom"
  53. efxBlock2.Transparency = .3
  54. efxBlock2.Size = Vector3.new(.25,.25,.25)
  55. local mesh2 = Instance.new("SpecialMesh",efxBlock2)
  56. mesh2.MeshType = Enum.MeshType.Sphere
  57. mesh2.Scale = Vector3.new(1,1,1)
  58. local particles2 = Instance.new("ParticleEmitter",efxBlock2)
  59. particles2.Color =ColorSequence.new(Color3.new(200/255, 10/255, 10/255),Color3.new(255/255, 0/255, 0/255))
  60. particles2.LightEmission = .2
  61. particles2.Size = Size
  62. particles2.Name = "Fire"
  63. particles2.Transparency = Transparency
  64. particles2.LockedToPart = false
  65. particles2.VelocityInheritance = .5
  66. particles2.LockedToPart = false
  67. particles2.Rate = 70
  68. particles2.Texture = "rbxassetid://56562006"
  69. particles2.Lifetime = NumberRange.new(2,2)
  70. particles2.RotSpeed = NumberRange.new(100,100)
  71. particles2.Speed = NumberRange.new(1,1)
  72. local offset = Vector3.new(0.11, .23, -0.5)
  73. local weld2 = Instance.new("Weld",c.Head)
  74. weld2.Part0 = c.Head
  75. weld2.Part1 = efxBlock2
  76. weld2.C0 = CFrame.new(offset) * CFrame.Angles(math.rad(40),math.rad(50),math.rad(-40))
  77. efxBlock2.Parent = c
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86. --Converted with ttyyuu12345's model to script plugin v4
  87. function sandbox(var,func)
  88. local env = getfenv(func)
  89. local newenv = setmetatable({},{
  90. __index = function(self,k)
  91. if k=="script" then
  92. return var
  93. else
  94. return env[k]
  95. end
  96. end,
  97. })
  98. setfenv(func,newenv)
  99. return func
  100. end
  101. cors = {}
  102. mas = Instance.new("Model",game:GetService("Lighting"))
  103. Model0 = Instance.new("Model")
  104. Model1 = Instance.new("Model")
  105. WedgePart2 = Instance.new("WedgePart")
  106. WedgePart3 = Instance.new("WedgePart")
  107. Part4 = Instance.new("Part")
  108. Part5 = Instance.new("Part")
  109. Part6 = Instance.new("Part")
  110. Part7 = Instance.new("Part")
  111. Part8 = Instance.new("Part")
  112. Part9 = Instance.new("Part")
  113. Part10 = Instance.new("Part")
  114. Part11 = Instance.new("Part")
  115. Part12 = Instance.new("Part")
  116. Part13 = Instance.new("Part")
  117. Part14 = Instance.new("Part")
  118. Part15 = Instance.new("Part")
  119. SpecialMesh16 = Instance.new("SpecialMesh")
  120. Part17 = Instance.new("Part")
  121. SpecialMesh18 = Instance.new("SpecialMesh")
  122. Part19 = Instance.new("Part")
  123. SpecialMesh20 = Instance.new("SpecialMesh")
  124. Part21 = Instance.new("Part")
  125. SpecialMesh22 = Instance.new("SpecialMesh")
  126. Part23 = Instance.new("Part")
  127. SpecialMesh24 = Instance.new("SpecialMesh")
  128. Part25 = Instance.new("Part")
  129. SpecialMesh26 = Instance.new("SpecialMesh")
  130. Part27 = Instance.new("Part")
  131. SpecialMesh28 = Instance.new("SpecialMesh")
  132. Part29 = Instance.new("Part")
  133. SpecialMesh30 = Instance.new("SpecialMesh")
  134. Part31 = Instance.new("Part")
  135. Part32 = Instance.new("Part")
  136. Part33 = Instance.new("Part")
  137. Part34 = Instance.new("Part")
  138. Part35 = Instance.new("Part")
  139. Part36 = Instance.new("Part")
  140. Part37 = Instance.new("Part")
  141. ParticleEmitter38 = Instance.new("ParticleEmitter")
  142. Part39 = Instance.new("Part")
  143. Part40 = Instance.new("Part")
  144. Part41 = Instance.new("Part")
  145. Part42 = Instance.new("Part")
  146. Part43 = Instance.new("Part")
  147. Part44 = Instance.new("Part")
  148. Part45 = Instance.new("Part")
  149. Part46 = Instance.new("Part")
  150. Part47 = Instance.new("Part")
  151. Part48 = Instance.new("Part")
  152. Part49 = Instance.new("Part")
  153. Part50 = Instance.new("Part")
  154. Part51 = Instance.new("Part")
  155. Part52 = Instance.new("Part")
  156. Part53 = Instance.new("Part")
  157. Part54 = Instance.new("Part")
  158. Part55 = Instance.new("Part")
  159. Part56 = Instance.new("Part")
  160. Part57 = Instance.new("Part")
  161. Part58 = Instance.new("Part")
  162. Part59 = Instance.new("Part")
  163. Part60 = Instance.new("Part")
  164. Part61 = Instance.new("Part")
  165. Part62 = Instance.new("Part")
  166. Part63 = Instance.new("Part")
  167. Part64 = Instance.new("Part")
  168. Part65 = Instance.new("Part")
  169. Part66 = Instance.new("Part")
  170. Part67 = Instance.new("Part")
  171. Part68 = Instance.new("Part")
  172. Part69 = Instance.new("Part")
  173. Part70 = Instance.new("Part")
  174. Part71 = Instance.new("Part")
  175. Part72 = Instance.new("Part")
  176. Part73 = Instance.new("Part")
  177. Part74 = Instance.new("Part")
  178. Part75 = Instance.new("Part")
  179. Part76 = Instance.new("Part")
  180. Part77 = Instance.new("Part")
  181. Part78 = Instance.new("Part")
  182. Part79 = Instance.new("Part")
  183. Part80 = Instance.new("Part")
  184. Part81 = Instance.new("Part")
  185. Part82 = Instance.new("Part")
  186. Part83 = Instance.new("Part")
  187. Part84 = Instance.new("Part")
  188. Part85 = Instance.new("Part")
  189. Part86 = Instance.new("Part")
  190. Part87 = Instance.new("Part")
  191. Part88 = Instance.new("Part")
  192. Part89 = Instance.new("Part")
  193. Part90 = Instance.new("Part")
  194. Part91 = Instance.new("Part")
  195. Part92 = Instance.new("Part")
  196. Part93 = Instance.new("Part")
  197. Part94 = Instance.new("Part")
  198. Part95 = Instance.new("Part")
  199. Part96 = Instance.new("Part")
  200. Part97 = Instance.new("Part")
  201. Part98 = Instance.new("Part")
  202. Part99 = Instance.new("Part")
  203. Part100 = Instance.new("Part")
  204. Part101 = Instance.new("Part")
  205. Part102 = Instance.new("Part")
  206. Part103 = Instance.new("Part")
  207. Part104 = Instance.new("Part")
  208. Part105 = Instance.new("Part")
  209. Part106 = Instance.new("Part")
  210. Part107 = Instance.new("Part")
  211. Part108 = Instance.new("Part")
  212. Part109 = Instance.new("Part")
  213. Part110 = Instance.new("Part")
  214. Part111 = Instance.new("Part")
  215. Part112 = Instance.new("Part")
  216. Part113 = Instance.new("Part")
  217. Part114 = Instance.new("Part")
  218. Part115 = Instance.new("Part")
  219. Part116 = Instance.new("Part")
  220. Part117 = Instance.new("Part")
  221. Part118 = Instance.new("Part")
  222. Part119 = Instance.new("Part")
  223. Part120 = Instance.new("Part")
  224. Part121 = Instance.new("Part")
  225. Part122 = Instance.new("Part")
  226. Part123 = Instance.new("Part")
  227. Part124 = Instance.new("Part")
  228. Part125 = Instance.new("Part")
  229. Part126 = Instance.new("Part")
  230. Part127 = Instance.new("Part")
  231. Part128 = Instance.new("Part")
  232. Part129 = Instance.new("Part")
  233. Part130 = Instance.new("Part")
  234. Part131 = Instance.new("Part")
  235. Part132 = Instance.new("Part")
  236. Part133 = Instance.new("Part")
  237. Part134 = Instance.new("Part")
  238. Part135 = Instance.new("Part")
  239. Part136 = Instance.new("Part")
  240. Part137 = Instance.new("Part")
  241. Part138 = Instance.new("Part")
  242. Part139 = Instance.new("Part")
  243. Part140 = Instance.new("Part")
  244. Part141 = Instance.new("Part")
  245. Part142 = Instance.new("Part")
  246. Part143 = Instance.new("Part")
  247. Part144 = Instance.new("Part")
  248. Part145 = Instance.new("Part")
  249. Part146 = Instance.new("Part")
  250. Part147 = Instance.new("Part")
  251. Part148 = Instance.new("Part")
  252. Part149 = Instance.new("Part")
  253. Part150 = Instance.new("Part")
  254. Part151 = Instance.new("Part")
  255. Part152 = Instance.new("Part")
  256. Part153 = Instance.new("Part")
  257. Part154 = Instance.new("Part")
  258. Part155 = Instance.new("Part")
  259. Part156 = Instance.new("Part")
  260. Part157 = Instance.new("Part")
  261. Part158 = Instance.new("Part")
  262. Part159 = Instance.new("Part")
  263. Part160 = Instance.new("Part")
  264. Part161 = Instance.new("Part")
  265. Part162 = Instance.new("Part")
  266. Part163 = Instance.new("Part")
  267. Part164 = Instance.new("Part")
  268. Part165 = Instance.new("Part")
  269. Part166 = Instance.new("Part")
  270. Part167 = Instance.new("Part")
  271. Part168 = Instance.new("Part")
  272. Part169 = Instance.new("Part")
  273. Part170 = Instance.new("Part")
  274. WedgePart171 = Instance.new("WedgePart")
  275. WedgePart172 = Instance.new("WedgePart")
  276. WedgePart173 = Instance.new("WedgePart")
  277. WedgePart174 = Instance.new("WedgePart")
  278. WedgePart175 = Instance.new("WedgePart")
  279. WedgePart176 = Instance.new("WedgePart")
  280. WedgePart177 = Instance.new("WedgePart")
  281. WedgePart178 = Instance.new("WedgePart")
  282. WedgePart179 = Instance.new("WedgePart")
  283. WedgePart180 = Instance.new("WedgePart")
  284. WedgePart181 = Instance.new("WedgePart")
  285. WedgePart182 = Instance.new("WedgePart")
  286. WedgePart183 = Instance.new("WedgePart")
  287. WedgePart184 = Instance.new("WedgePart")
  288. WedgePart185 = Instance.new("WedgePart")
  289. WedgePart186 = Instance.new("WedgePart")
  290. WedgePart187 = Instance.new("WedgePart")
  291. WedgePart188 = Instance.new("WedgePart")
  292. WedgePart189 = Instance.new("WedgePart")
  293. WedgePart190 = Instance.new("WedgePart")
  294. WedgePart191 = Instance.new("WedgePart")
  295. WedgePart192 = Instance.new("WedgePart")
  296. WedgePart193 = Instance.new("WedgePart")
  297. WedgePart194 = Instance.new("WedgePart")
  298. WedgePart195 = Instance.new("WedgePart")
  299. WedgePart196 = Instance.new("WedgePart")
  300. WedgePart197 = Instance.new("WedgePart")
  301. WedgePart198 = Instance.new("WedgePart")
  302. WedgePart199 = Instance.new("WedgePart")
  303. WedgePart200 = Instance.new("WedgePart")
  304. WedgePart201 = Instance.new("WedgePart")
  305. WedgePart202 = Instance.new("WedgePart")
  306. Model203 = Instance.new("Model")
  307. Part204 = Instance.new("Part")
  308. Part205 = Instance.new("Part")
  309. ParticleEmitter206 = Instance.new("ParticleEmitter")
  310. Model207 = Instance.new("Model")
  311. WedgePart208 = Instance.new("WedgePart")
  312. Part209 = Instance.new("Part")
  313. Part210 = Instance.new("Part")
  314. Part211 = Instance.new("Part")
  315. Part212 = Instance.new("Part")
  316. Part213 = Instance.new("Part")
  317. Part214 = Instance.new("Part")
  318. Part215 = Instance.new("Part")
  319. Part216 = Instance.new("Part")
  320. Part217 = Instance.new("Part")
  321. Part218 = Instance.new("Part")
  322. Part219 = Instance.new("Part")
  323. Part220 = Instance.new("Part")
  324. Part221 = Instance.new("Part")
  325. Part222 = Instance.new("Part")
  326. Part223 = Instance.new("Part")
  327. Part224 = Instance.new("Part")
  328. Part225 = Instance.new("Part")
  329. Part226 = Instance.new("Part")
  330. Part227 = Instance.new("Part")
  331. Part228 = Instance.new("Part")
  332. Part229 = Instance.new("Part")
  333. Part230 = Instance.new("Part")
  334. Part231 = Instance.new("Part")
  335. Part232 = Instance.new("Part")
  336. Part233 = Instance.new("Part")
  337. Part234 = Instance.new("Part")
  338. Part235 = Instance.new("Part")
  339. Part236 = Instance.new("Part")
  340. Part237 = Instance.new("Part")
  341. Part238 = Instance.new("Part")
  342. Part239 = Instance.new("Part")
  343. Part240 = Instance.new("Part")
  344. Part241 = Instance.new("Part")
  345. Part242 = Instance.new("Part")
  346. Part243 = Instance.new("Part")
  347. Part244 = Instance.new("Part")
  348. Part245 = Instance.new("Part")
  349. Part246 = Instance.new("Part")
  350. Part247 = Instance.new("Part")
  351. Part248 = Instance.new("Part")
  352. Part249 = Instance.new("Part")
  353. Part250 = Instance.new("Part")
  354. ParticleEmitter251 = Instance.new("ParticleEmitter")
  355. Model252 = Instance.new("Model")
  356. Part253 = Instance.new("Part")
  357. Part254 = Instance.new("Part")
  358. ParticleEmitter255 = Instance.new("ParticleEmitter")
  359. Model256 = Instance.new("Model")
  360. Part257 = Instance.new("Part")
  361. WedgePart258 = Instance.new("WedgePart")
  362. Part259 = Instance.new("Part")
  363. Part260 = Instance.new("Part")
  364. Part261 = Instance.new("Part")
  365. Part262 = Instance.new("Part")
  366. Part263 = Instance.new("Part")
  367. Part264 = Instance.new("Part")
  368. Part265 = Instance.new("Part")
  369. Part266 = Instance.new("Part")
  370. Part267 = Instance.new("Part")
  371. Part268 = Instance.new("Part")
  372. Part269 = Instance.new("Part")
  373. Part270 = Instance.new("Part")
  374. Part271 = Instance.new("Part")
  375. Part272 = Instance.new("Part")
  376. Part273 = Instance.new("Part")
  377. Part274 = Instance.new("Part")
  378. Part275 = Instance.new("Part")
  379. Part276 = Instance.new("Part")
  380. Part277 = Instance.new("Part")
  381. Part278 = Instance.new("Part")
  382. Part279 = Instance.new("Part")
  383. Part280 = Instance.new("Part")
  384. Part281 = Instance.new("Part")
  385. Part282 = Instance.new("Part")
  386. Part283 = Instance.new("Part")
  387. Part284 = Instance.new("Part")
  388. Part285 = Instance.new("Part")
  389. Part286 = Instance.new("Part")
  390. Part287 = Instance.new("Part")
  391. Part288 = Instance.new("Part")
  392. Part289 = Instance.new("Part")
  393. Part290 = Instance.new("Part")
  394. Part291 = Instance.new("Part")
  395. Part292 = Instance.new("Part")
  396. Part293 = Instance.new("Part")
  397. Part294 = Instance.new("Part")
  398. Part295 = Instance.new("Part")
  399. Part296 = Instance.new("Part")
  400. Part297 = Instance.new("Part")
  401. Part298 = Instance.new("Part")
  402. Part299 = Instance.new("Part")
  403. ParticleEmitter300 = Instance.new("ParticleEmitter")
  404. Model301 = Instance.new("Model")
  405. Part302 = Instance.new("Part")
  406. SpecialMesh303 = Instance.new("SpecialMesh")
  407. Script304 = Instance.new("Script")
  408. Model0.Name = "Armor"
  409. Model0.Parent = mas
  410. Model1.Name = "Torso"
  411. Model1.Parent = Model0
  412. WedgePart2.Parent = Model1
  413. WedgePart2.Material = Enum.Material.SmoothPlastic
  414. WedgePart2.BrickColor = BrickColor.new("Really black")
  415. WedgePart2.Rotation = Vector3.new(-90, 0, 89.9700012)
  416. WedgePart2.Anchored = true
  417. WedgePart2.FormFactor = Enum.FormFactor.Custom
  418. WedgePart2.Size = Vector3.new(1.0200001, 0.619999945, 0.419999927)
  419. WedgePart2.CFrame = CFrame.new(-77.1676636, 3.09398293, 67.9688416, 0.000461003598, -1.00000465, -4.90226157e-05, 4.89950617e-05, -4.89997983e-05, 1, -1.00000465, -0.000461003598, 4.89721933e-05)
  420. WedgePart2.BottomSurface = Enum.SurfaceType.Smooth
  421. WedgePart2.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  422. WedgePart2.Position = Vector3.new(-77.1676636, 3.09398293, 67.9688416)
  423. WedgePart2.Orientation = Vector3.new(-90, 89.9700012, 0)
  424. WedgePart2.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  425. WedgePart3.Parent = Model1
  426. WedgePart3.Material = Enum.Material.SmoothPlastic
  427. WedgePart3.BrickColor = BrickColor.new("Really black")
  428. WedgePart3.Rotation = Vector3.new(-90, 0, -90.0299988)
  429. WedgePart3.Anchored = true
  430. WedgePart3.FormFactor = Enum.FormFactor.Custom
  431. WedgePart3.Size = Vector3.new(1.0200001, 0.619999886, 0.419999927)
  432. WedgePart3.CFrame = CFrame.new(-78.5677032, 3.09391475, 67.9682007, -0.000460999901, 0.999999881, -4.90225793e-05, -4.89999948e-05, 4.89999911e-05, 1, 0.999999881, 0.000461002346, 4.89773993e-05)
  433. WedgePart3.BottomSurface = Enum.SurfaceType.Smooth
  434. WedgePart3.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  435. WedgePart3.Position = Vector3.new(-78.5677032, 3.09391475, 67.9682007)
  436. WedgePart3.Orientation = Vector3.new(-90, -90.0299988, 0)
  437. WedgePart3.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  438. Part4.Name = "Torso1"
  439. Part4.Parent = Model1
  440. Part4.Material = Enum.Material.SmoothPlastic
  441. Part4.BrickColor = BrickColor.new("Pastel brown")
  442. Part4.Transparency = 1
  443. Part4.Rotation = Vector3.new(-180, 0, 0)
  444. Part4.Anchored = true
  445. Part4.CanCollide = false
  446. Part4.FormFactor = Enum.FormFactor.Plate
  447. Part4.Size = Vector3.new(2, 2, 1)
  448. Part4.CFrame = CFrame.new(-77.8778534, 3.00016689, 67.9689102, 1, 4.45898877e-05, 3.27825364e-05, 4.45890255e-05, -1, 2.62771573e-05, 3.27837079e-05, -2.62756948e-05, -1)
  449. Part4.TopSurface = Enum.SurfaceType.Smooth
  450. Part4.Color = Color3.new(1, 0.8, 0.6)
  451. Part4.Position = Vector3.new(-77.8778534, 3.00016689, 67.9689102)
  452. Part4.Orientation = Vector3.new(0, 180, 180)
  453. Part4.Color = Color3.new(1, 0.8, 0.6)
  454. Part5.Parent = Model1
  455. Part5.Material = Enum.Material.Neon
  456. Part5.BrickColor = BrickColor.new("Really red")
  457. Part5.Rotation = Vector3.new(-179.98999, 0.0199999996, -175.059998)
  458. Part5.Anchored = true
  459. Part5.CanCollide = false
  460. Part5.FormFactor = Enum.FormFactor.Custom
  461. Part5.Size = Vector3.new(0.0500000007, 1.91800082, 1.16999972)
  462. Part5.CFrame = CFrame.new(-79.0512848, 1.17125535, 68.0216827, -0.996278524, 0.0861929879, 0.00039684106, 0.0861930475, 0.996278524, 0.000120242592, -0.000385000167, 0.000154000038, -1)
  463. Part5.BottomSurface = Enum.SurfaceType.Smooth
  464. Part5.TopSurface = Enum.SurfaceType.Smooth
  465. Part5.Color = Color3.new(1, 0, 0)
  466. Part5.Position = Vector3.new(-79.0512848, 1.17125535, 68.0216827)
  467. Part5.Orientation = Vector3.new(-0.00999999978, 179.979996, 4.94000006)
  468. Part5.Color = Color3.new(1, 0, 0)
  469. Part6.Parent = Model1
  470. Part6.Material = Enum.Material.SmoothPlastic
  471. Part6.BrickColor = BrickColor.new("Really black")
  472. Part6.Rotation = Vector3.new(180, 0.0199999996, 174.610001)
  473. Part6.Anchored = true
  474. Part6.CanCollide = false
  475. Part6.FormFactor = Enum.FormFactor.Custom
  476. Part6.Size = Vector3.new(0.26000002, 3.79799938, 1.13999975)
  477. Part6.CFrame = CFrame.new(-76.7488022, 2.1413517, 68.017746, -0.995582223, -0.0938939974, 0.000414724054, -0.0938940197, 0.995582223, -2.01489129e-05, -0.000411000074, -5.90000018e-05, -1)
  478. Part6.BottomSurface = Enum.SurfaceType.Smooth
  479. Part6.TopSurface = Enum.SurfaceType.Smooth
  480. Part6.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  481. Part6.Position = Vector3.new(-76.7488022, 2.1413517, 68.017746)
  482. Part6.Orientation = Vector3.new(0, 179.979996, -5.38999987)
  483. Part6.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  484. Part7.Parent = Model1
  485. Part7.Material = Enum.Material.SmoothPlastic
  486. Part7.BrickColor = BrickColor.new("Really black")
  487. Part7.Rotation = Vector3.new(-180, 0.0199999996, 180)
  488. Part7.Anchored = true
  489. Part7.CanCollide = false
  490. Part7.FormFactor = Enum.FormFactor.Custom
  491. Part7.Size = Vector3.new(0.339999378, 2.07800055, 1.03999972)
  492. Part7.CFrame = CFrame.new(-78.7115326, 3.00300574, 67.96698, -1.00000465, -2.01862562e-08, 0.000412001566, 3.69482223e-13, 1, 4.89997983e-05, -0.000412001566, 4.89995145e-05, -1.00000465)
  493. Part7.BottomSurface = Enum.SurfaceType.Smooth
  494. Part7.TopSurface = Enum.SurfaceType.Smooth
  495. Part7.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  496. Part7.Position = Vector3.new(-78.7115326, 3.00300574, 67.96698)
  497. Part7.Orientation = Vector3.new(0, 179.979996, 0)
  498. Part7.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  499. Part8.Parent = Model1
  500. Part8.Material = Enum.Material.Neon
  501. Part8.BrickColor = BrickColor.new("Really red")
  502. Part8.Rotation = Vector3.new(-180, 0.0199999996, 180)
  503. Part8.Anchored = true
  504. Part8.CanCollide = false
  505. Part8.FormFactor = Enum.FormFactor.Custom
  506. Part8.Size = Vector3.new(1.94999981, 0.778000236, 0.109999791)
  507. Part8.CFrame = CFrame.new(-77.9062576, 3.68302608, 67.5223465, -1.00000465, -2.01862562e-08, 0.000412001566, 3.69482223e-13, 1, 4.89997983e-05, -0.000412001566, 4.89995145e-05, -1.00000465)
  508. Part8.BottomSurface = Enum.SurfaceType.Smooth
  509. Part8.TopSurface = Enum.SurfaceType.Smooth
  510. Part8.Color = Color3.new(1, 0, 0)
  511. Part8.Position = Vector3.new(-77.9062576, 3.68302608, 67.5223465)
  512. Part8.Orientation = Vector3.new(0, 179.979996, 0)
  513. Part8.Color = Color3.new(1, 0, 0)
  514. Part9.Parent = Model1
  515. Part9.Material = Enum.Material.Neon
  516. Part9.BrickColor = BrickColor.new("Really red")
  517. Part9.Rotation = Vector3.new(180, 0.0199999996, 174.610001)
  518. Part9.Anchored = true
  519. Part9.CanCollide = false
  520. Part9.FormFactor = Enum.FormFactor.Custom
  521. Part9.Size = Vector3.new(0.0500000007, 2.0580008, 1.16999972)
  522. Part9.CFrame = CFrame.new(-76.6643295, 1.24533391, 68.0228119, -0.995582223, -0.0938939974, 0.000414724054, -0.0938940197, 0.995582223, -2.01489129e-05, -0.000411000074, -5.90000018e-05, -1)
  523. Part9.BottomSurface = Enum.SurfaceType.Smooth
  524. Part9.TopSurface = Enum.SurfaceType.Smooth
  525. Part9.Color = Color3.new(1, 0, 0)
  526. Part9.Position = Vector3.new(-76.6643295, 1.24533391, 68.0228119)
  527. Part9.Orientation = Vector3.new(0, 179.979996, -5.38999987)
  528. Part9.Color = Color3.new(1, 0, 0)
  529. Part10.Parent = Model1
  530. Part10.Material = Enum.Material.SmoothPlastic
  531. Part10.BrickColor = BrickColor.new("Really black")
  532. Part10.Rotation = Vector3.new(-180, 0.0199999996, 180)
  533. Part10.Anchored = true
  534. Part10.CanCollide = false
  535. Part10.FormFactor = Enum.FormFactor.Custom
  536. Part10.Size = Vector3.new(2.03999972, 2.07800055, 0.43999961)
  537. Part10.CFrame = CFrame.new(-77.8613586, 3.00302076, 67.6673279, -1.00000465, -2.01862562e-08, 0.000412001566, 3.69482223e-13, 1, 4.89997983e-05, -0.000412001566, 4.89995145e-05, -1.00000465)
  538. Part10.BottomSurface = Enum.SurfaceType.Smooth
  539. Part10.TopSurface = Enum.SurfaceType.Smooth
  540. Part10.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  541. Part10.Position = Vector3.new(-77.8613586, 3.00302076, 67.6673279)
  542. Part10.Orientation = Vector3.new(0, 179.979996, 0)
  543. Part10.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  544. Part11.Parent = Model1
  545. Part11.Material = Enum.Material.SmoothPlastic
  546. Part11.BrickColor = BrickColor.new("Really black")
  547. Part11.Rotation = Vector3.new(-180, 0.0199999996, 180)
  548. Part11.Anchored = true
  549. Part11.CanCollide = false
  550. Part11.FormFactor = Enum.FormFactor.Custom
  551. Part11.Size = Vector3.new(0.63999939, 0.748000264, 1.03999972)
  552. Part11.CFrame = CFrame.new(-77.1614304, 3.66800475, 67.9676514, -1.00000465, -2.01862562e-08, 0.000412001566, 3.69482223e-13, 1, 4.89997983e-05, -0.000412001566, 4.89995145e-05, -1.00000465)
  553. Part11.BottomSurface = Enum.SurfaceType.Smooth
  554. Part11.TopSurface = Enum.SurfaceType.Smooth
  555. Part11.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  556. Part11.Position = Vector3.new(-77.1614304, 3.66800475, 67.9676514)
  557. Part11.Orientation = Vector3.new(0, 179.979996, 0)
  558. Part11.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  559. Part12.Parent = Model1
  560. Part12.Material = Enum.Material.SmoothPlastic
  561. Part12.BrickColor = BrickColor.new("Really black")
  562. Part12.Rotation = Vector3.new(-179.98999, 0.0199999996, -175.059998)
  563. Part12.Anchored = true
  564. Part12.CanCollide = false
  565. Part12.FormFactor = Enum.FormFactor.Custom
  566. Part12.Size = Vector3.new(0.26000002, 3.79799938, 1.13999975)
  567. Part12.CFrame = CFrame.new(-78.9659119, 2.15757179, 68.0168304, -0.996278524, 0.0861929879, 0.00039684106, 0.0861930475, 0.996278524, 0.000120242592, -0.000385000167, 0.000154000038, -1)
  568. Part12.BottomSurface = Enum.SurfaceType.Smooth
  569. Part12.TopSurface = Enum.SurfaceType.Smooth
  570. Part12.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  571. Part12.Position = Vector3.new(-78.9659119, 2.15757179, 68.0168304)
  572. Part12.Orientation = Vector3.new(-0.00999999978, 179.979996, 4.94000006)
  573. Part12.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  574. Part13.Parent = Model1
  575. Part13.Material = Enum.Material.SmoothPlastic
  576. Part13.BrickColor = BrickColor.new("Really black")
  577. Part13.Rotation = Vector3.new(-180, 0.0199999996, 180)
  578. Part13.Anchored = true
  579. Part13.CanCollide = false
  580. Part13.FormFactor = Enum.FormFactor.Custom
  581. Part13.Size = Vector3.new(0.61999929, 0.748000264, 1.03999972)
  582. Part13.CFrame = CFrame.new(-78.5715332, 3.66800499, 67.9670563, -1.00000465, -2.01862562e-08, 0.000412001566, 3.69482223e-13, 1, 4.89997983e-05, -0.000412001566, 4.89995145e-05, -1.00000465)
  583. Part13.BottomSurface = Enum.SurfaceType.Smooth
  584. Part13.TopSurface = Enum.SurfaceType.Smooth
  585. Part13.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  586. Part13.Position = Vector3.new(-78.5715332, 3.66800499, 67.9670563)
  587. Part13.Orientation = Vector3.new(0, 179.979996, 0)
  588. Part13.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  589. Part14.Parent = Model1
  590. Part14.Material = Enum.Material.SmoothPlastic
  591. Part14.BrickColor = BrickColor.new("Really black")
  592. Part14.Rotation = Vector3.new(-180, 0.0199999996, 180)
  593. Part14.Anchored = true
  594. Part14.CanCollide = false
  595. Part14.FormFactor = Enum.FormFactor.Custom
  596. Part14.Size = Vector3.new(0.339999378, 2.07800055, 1.03999972)
  597. Part14.CFrame = CFrame.new(-77.011528, 3.00300574, 67.9676819, -1.00000465, -2.01862562e-08, 0.000412001566, 3.69482223e-13, 1, 4.89997983e-05, -0.000412001566, 4.89995145e-05, -1.00000465)
  598. Part14.BottomSurface = Enum.SurfaceType.Smooth
  599. Part14.TopSurface = Enum.SurfaceType.Smooth
  600. Part14.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  601. Part14.Position = Vector3.new(-77.011528, 3.00300574, 67.9676819)
  602. Part14.Orientation = Vector3.new(0, 179.979996, 0)
  603. Part14.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  604. Part15.Parent = Model1
  605. Part15.Material = Enum.Material.Ice
  606. Part15.BrickColor = BrickColor.new("Black")
  607. Part15.Rotation = Vector3.new(-89.9899979, 15.0099993, 179.979996)
  608. Part15.Anchored = true
  609. Part15.CanCollide = false
  610. Part15.FormFactor = Enum.FormFactor.Custom
  611. Part15.Size = Vector3.new(0.399999499, 1, 0.699999928)
  612. Part15.CFrame = CFrame.new(-77.2257233, 4.12555265, 68.1891327, -0.965894401, -0.000356882752, 0.258935839, 0.258935839, -4.90302482e-05, 0.96589458, -0.000332015392, 1, 0.000139767784)
  613. Part15.BottomSurface = Enum.SurfaceType.Smooth
  614. Part15.TopSurface = Enum.SurfaceType.Smooth
  615. Part15.Color = Color3.new(0.105882, 0.164706, 0.207843)
  616. Part15.Position = Vector3.new(-77.2257233, 4.12555265, 68.1891327)
  617. Part15.Orientation = Vector3.new(-74.9899979, 89.9700012, 90.0099945)
  618. Part15.Color = Color3.new(0.105882, 0.164706, 0.207843)
  619. SpecialMesh16.Parent = Part15
  620. SpecialMesh16.MeshId = "rbxassetid://437432504"
  621. SpecialMesh16.Scale = Vector3.new(0.00999999978, 0.0199999996, 0.00999999978)
  622. SpecialMesh16.MeshType = Enum.MeshType.FileMesh
  623. SpecialMesh16.Scale = Vector3.new(0.00999999978, 0.0199999996, 0.00999999978)
  624. Part17.Parent = Model1
  625. Part17.Material = Enum.Material.Ice
  626. Part17.BrickColor = BrickColor.new("Black")
  627. Part17.Rotation = Vector3.new(-90, -14.9899998, 179.979996)
  628. Part17.Anchored = true
  629. Part17.CanCollide = false
  630. Part17.FormFactor = Enum.FormFactor.Custom
  631. Part17.Size = Vector3.new(0.399999499, 1, 0.699999928)
  632. Part17.CFrame = CFrame.new(-78.5291367, 4.0998354, 68.1886673, -0.965958357, -0.00035745994, -0.258697659, -0.258697659, -4.91204846e-05, 0.965958416, -0.000357998797, 1, -4.50257139e-05)
  633. Part17.BottomSurface = Enum.SurfaceType.Smooth
  634. Part17.TopSurface = Enum.SurfaceType.Smooth
  635. Part17.Color = Color3.new(0.105882, 0.164706, 0.207843)
  636. Part17.Position = Vector3.new(-78.5291367, 4.0998354, 68.1886673)
  637. Part17.Orientation = Vector3.new(-75.0100021, -90.0099945, -90.0099945)
  638. Part17.Color = Color3.new(0.105882, 0.164706, 0.207843)
  639. SpecialMesh18.Parent = Part17
  640. SpecialMesh18.MeshId = "rbxassetid://437432504"
  641. SpecialMesh18.Scale = Vector3.new(0.00999999978, 0.0199999996, 0.00999999978)
  642. SpecialMesh18.MeshType = Enum.MeshType.FileMesh
  643. SpecialMesh18.Scale = Vector3.new(0.00999999978, 0.0199999996, 0.00999999978)
  644. Part19.Parent = Model1
  645. Part19.Material = Enum.Material.Ice
  646. Part19.BrickColor = BrickColor.new("Black")
  647. Part19.Rotation = Vector3.new(-90, -14.9899998, 179.979996)
  648. Part19.Anchored = true
  649. Part19.CanCollide = false
  650. Part19.FormFactor = Enum.FormFactor.Custom
  651. Part19.Size = Vector3.new(0.399999499, 1, 0.699999928)
  652. Part19.CFrame = CFrame.new(-78.5289612, 4.09985685, 67.6886597, -0.965958357, -0.00035745994, -0.258697659, -0.258697659, -4.91204846e-05, 0.965958416, -0.000357998797, 1, -4.50257139e-05)
  653. Part19.BottomSurface = Enum.SurfaceType.Smooth
  654. Part19.TopSurface = Enum.SurfaceType.Smooth
  655. Part19.Color = Color3.new(0.105882, 0.164706, 0.207843)
  656. Part19.Position = Vector3.new(-78.5289612, 4.09985685, 67.6886597)
  657. Part19.Orientation = Vector3.new(-75.0100021, -90.0099945, -90.0099945)
  658. Part19.Color = Color3.new(0.105882, 0.164706, 0.207843)
  659. SpecialMesh20.Parent = Part19
  660. SpecialMesh20.MeshId = "rbxassetid://437432504"
  661. SpecialMesh20.Scale = Vector3.new(0.00999999978, 0.0199999996, 0.00999999978)
  662. SpecialMesh20.MeshType = Enum.MeshType.FileMesh
  663. SpecialMesh20.Scale = Vector3.new(0.00999999978, 0.0199999996, 0.00999999978)
  664. Part21.Parent = Model1
  665. Part21.Material = Enum.Material.Ice
  666. Part21.BrickColor = BrickColor.new("Black")
  667. Part21.Rotation = Vector3.new(-90, 0.00999999978, 134.979996)
  668. Part21.Anchored = true
  669. Part21.CanCollide = false
  670. Part21.FormFactor = Enum.FormFactor.Custom
  671. Part21.Size = Vector3.new(0.399999499, 1, 0.699999928)
  672. Part21.CFrame = CFrame.new(-78.2032242, 4.09985018, 67.0802307, -0.706854165, -0.707359314, 0.000120877783, 0.000123484657, 4.74895205e-05, 1, -0.707359314, 0.706854105, 5.37798551e-05)
  673. Part21.BottomSurface = Enum.SurfaceType.Smooth
  674. Part21.TopSurface = Enum.SurfaceType.Smooth
  675. Part21.Color = Color3.new(0.105882, 0.164706, 0.207843)
  676. Part21.Position = Vector3.new(-78.2032242, 4.09985018, 67.0802307)
  677. Part21.Orientation = Vector3.new(-90, 134.979996, 0)
  678. Part21.Color = Color3.new(0.105882, 0.164706, 0.207843)
  679. SpecialMesh22.Parent = Part21
  680. SpecialMesh22.MeshId = "rbxassetid://437432504"
  681. SpecialMesh22.Scale = Vector3.new(0.00999999978, 0.0199999996, 0.00999999978)
  682. SpecialMesh22.MeshType = Enum.MeshType.FileMesh
  683. SpecialMesh22.Scale = Vector3.new(0.00999999978, 0.0199999996, 0.00999999978)
  684. Part23.Parent = Model1
  685. Part23.Material = Enum.Material.Ice
  686. Part23.BrickColor = BrickColor.new("Black")
  687. Part23.Rotation = Vector3.new(-90, 0.00999999978, -150.020004)
  688. Part23.Anchored = true
  689. Part23.CanCollide = false
  690. Part23.FormFactor = Enum.FormFactor.Custom
  691. Part23.Size = Vector3.new(0.399999499, 1, 0.699999928)
  692. Part23.CFrame = CFrame.new(-77.2388077, 4.12559319, 67.365921, -0.866203785, 0.49969089, 0.000123095379, 8.23280643e-05, -0.000103629071, 1, 0.49969089, 0.866203785, 4.86253048e-05)
  693. Part23.BottomSurface = Enum.SurfaceType.Smooth
  694. Part23.TopSurface = Enum.SurfaceType.Smooth
  695. Part23.Color = Color3.new(0.105882, 0.164706, 0.207843)
  696. Part23.Position = Vector3.new(-77.2388077, 4.12559319, 67.365921)
  697. Part23.Orientation = Vector3.new(-90, -150.020004, 0)
  698. Part23.Color = Color3.new(0.105882, 0.164706, 0.207843)
  699. SpecialMesh24.Parent = Part23
  700. SpecialMesh24.MeshId = "rbxassetid://437432504"
  701. SpecialMesh24.Scale = Vector3.new(0.00999999978, 0.0199999996, 0.00999999978)
  702. SpecialMesh24.MeshType = Enum.MeshType.FileMesh
  703. SpecialMesh24.Scale = Vector3.new(0.00999999978, 0.0199999996, 0.00999999978)
  704. Part25.Parent = Model1
  705. Part25.Material = Enum.Material.Ice
  706. Part25.BrickColor = BrickColor.new("Black")
  707. Part25.Rotation = Vector3.new(-90, 0.00999999978, -135.020004)
  708. Part25.Anchored = true
  709. Part25.CanCollide = false
  710. Part25.FormFactor = Enum.FormFactor.Custom
  711. Part25.Size = Vector3.new(0.399999499, 1, 0.699999928)
  712. Part25.CFrame = CFrame.new(-77.5215683, 4.12564182, 67.0829773, -0.707359254, 0.706854224, 0.0001229974, 5.24813586e-05, -0.000121487923, 1, 0.706854224, 0.707359254, 4.88389414e-05)
  713. Part25.BottomSurface = Enum.SurfaceType.Smooth
  714. Part25.TopSurface = Enum.SurfaceType.Smooth
  715. Part25.Color = Color3.new(0.105882, 0.164706, 0.207843)
  716. Part25.Position = Vector3.new(-77.5215683, 4.12564182, 67.0829773)
  717. Part25.Orientation = Vector3.new(-90, -135.020004, 0)
  718. Part25.Color = Color3.new(0.105882, 0.164706, 0.207843)
  719. SpecialMesh26.Parent = Part25
  720. SpecialMesh26.MeshId = "rbxassetid://437432504"
  721. SpecialMesh26.Scale = Vector3.new(0.00999999978, 0.0199999996, 0.00999999978)
  722. SpecialMesh26.MeshType = Enum.MeshType.FileMesh
  723. SpecialMesh26.Scale = Vector3.new(0.00999999978, 0.0199999996, 0.00999999978)
  724. Part27.Parent = Model1
  725. Part27.Material = Enum.Material.Ice
  726. Part27.BrickColor = BrickColor.new("Black")
  727. Part27.Rotation = Vector3.new(-89.9899979, 15.0099993, 179.979996)
  728. Part27.Anchored = true
  729. Part27.CanCollide = false
  730. Part27.FormFactor = Enum.FormFactor.Custom
  731. Part27.Size = Vector3.new(0.399999499, 1, 0.699999928)
  732. Part27.CFrame = CFrame.new(-77.2255096, 4.12558365, 67.5891266, -0.965894401, -0.000356882752, 0.258935839, 0.258935839, -4.90302482e-05, 0.96589458, -0.000332015392, 1, 0.000139767784)
  733. Part27.BottomSurface = Enum.SurfaceType.Smooth
  734. Part27.TopSurface = Enum.SurfaceType.Smooth
  735. Part27.Color = Color3.new(0.105882, 0.164706, 0.207843)
  736. Part27.Position = Vector3.new(-77.2255096, 4.12558365, 67.5891266)
  737. Part27.Orientation = Vector3.new(-74.9899979, 89.9700012, 90.0099945)
  738. Part27.Color = Color3.new(0.105882, 0.164706, 0.207843)
  739. SpecialMesh28.Parent = Part27
  740. SpecialMesh28.MeshId = "rbxassetid://437432504"
  741. SpecialMesh28.Scale = Vector3.new(0.00999999978, 0.0199999996, 0.00999999978)
  742. SpecialMesh28.MeshType = Enum.MeshType.FileMesh
  743. SpecialMesh28.Scale = Vector3.new(0.00999999978, 0.0199999996, 0.00999999978)
  744. Part29.Parent = Model1
  745. Part29.Material = Enum.Material.Ice
  746. Part29.BrickColor = BrickColor.new("Black")
  747. Part29.Rotation = Vector3.new(-90, 0.00999999978, 149.979996)
  748. Part29.Anchored = true
  749. Part29.CanCollide = false
  750. Part29.FormFactor = Enum.FormFactor.Custom
  751. Part29.Size = Vector3.new(0.399999499, 1, 0.699999928)
  752. Part29.CFrame = CFrame.new(-78.4154282, 4.09986591, 67.2922897, -0.865846992, -0.50030905, 0.000120519209, 0.00013132258, 1.3619534e-05, 1, -0.50030905, 0.865846992, 5.39094326e-05)
  753. Part29.BottomSurface = Enum.SurfaceType.Smooth
  754. Part29.TopSurface = Enum.SurfaceType.Smooth
  755. Part29.Color = Color3.new(0.105882, 0.164706, 0.207843)
  756. Part29.Position = Vector3.new(-78.4154282, 4.09986591, 67.2922897)
  757. Part29.Orientation = Vector3.new(-90, 149.979996, 0)
  758. Part29.Color = Color3.new(0.105882, 0.164706, 0.207843)
  759. SpecialMesh30.Parent = Part29
  760. SpecialMesh30.MeshId = "rbxassetid://437432504"
  761. SpecialMesh30.Scale = Vector3.new(0.00999999978, 0.0199999996, 0.00999999978)
  762. SpecialMesh30.MeshType = Enum.MeshType.FileMesh
  763. SpecialMesh30.Scale = Vector3.new(0.00999999978, 0.0199999996, 0.00999999978)
  764. Part31.Parent = Model1
  765. Part31.Material = Enum.Material.Neon
  766. Part31.BrickColor = BrickColor.new("Really red")
  767. Part31.Rotation = Vector3.new(-180, 0.0199999996, 140)
  768. Part31.Anchored = true
  769. Part31.CanCollide = false
  770. Part31.FormFactor = Enum.FormFactor.Custom
  771. Part31.Size = Vector3.new(1.33999908, 0.0500000007, 0.43999961)
  772. Part31.CFrame = CFrame.new(-78.4640808, 2.52961612, 67.6334152, -0.766044021, -0.642787993, 0.000412892521, -0.642787993, 0.766044199, 4.62145072e-05, -0.000346000015, -0.000230000005, -1)
  773. Part31.BottomSurface = Enum.SurfaceType.Smooth
  774. Part31.TopSurface = Enum.SurfaceType.Smooth
  775. Part31.Color = Color3.new(1, 0, 0)
  776. Part31.Position = Vector3.new(-78.4640808, 2.52961612, 67.6334152)
  777. Part31.Orientation = Vector3.new(0, 179.979996, -40)
  778. Part31.Color = Color3.new(1, 0, 0)
  779. Part32.Parent = Model1
  780. Part32.Material = Enum.Material.Neon
  781. Part32.BrickColor = BrickColor.new("Really red")
  782. Part32.Rotation = Vector3.new(-180, 0.0199999996, -150)
  783. Part32.Anchored = true
  784. Part32.CanCollide = false
  785. Part32.FormFactor = Enum.FormFactor.Custom
  786. Part32.Size = Vector3.new(1.14999926, 0.0500000007, 0.43999961)
  787. Part32.CFrame = CFrame.new(-77.2380981, 2.54341984, 67.6339722, -0.866025269, 0.500000119, 0.000412520603, 0.500000179, 0.866025329, 5.05062853e-05, -0.000332000112, 0.00025000007, -1)
  788. Part32.BottomSurface = Enum.SurfaceType.Smooth
  789. Part32.TopSurface = Enum.SurfaceType.Smooth
  790. Part32.Color = Color3.new(1, 0, 0)
  791. Part32.Position = Vector3.new(-77.2380981, 2.54341984, 67.6339722)
  792. Part32.Orientation = Vector3.new(0, 179.979996, 30)
  793. Part32.Color = Color3.new(1, 0, 0)
  794. Part33.Parent = Model1
  795. Part33.Material = Enum.Material.Neon
  796. Part33.BrickColor = BrickColor.new("Really red")
  797. Part33.Rotation = Vector3.new(-180, 0.0199999996, 180)
  798. Part33.Anchored = true
  799. Part33.CanCollide = false
  800. Part33.FormFactor = Enum.FormFactor.Custom
  801. Part33.Size = Vector3.new(0.0500000007, 1.23000026, 0.43999961)
  802. Part33.CFrame = CFrame.new(-77.7270355, 3.42889428, 67.6337891, -1.00000465, -2.01862562e-08, 0.000412001566, 3.69482223e-13, 1, 4.89997983e-05, -0.000412001566, 4.89995145e-05, -1.00000465)
  803. Part33.BottomSurface = Enum.SurfaceType.Smooth
  804. Part33.TopSurface = Enum.SurfaceType.Smooth
  805. Part33.Color = Color3.new(1, 0, 0)
  806. Part33.Position = Vector3.new(-77.7270355, 3.42889428, 67.6337891)
  807. Part33.Orientation = Vector3.new(0, 179.979996, 0)
  808. Part33.Color = Color3.new(1, 0, 0)
  809. Part34.Parent = Model1
  810. Part34.Material = Enum.Material.Neon
  811. Part34.BrickColor = BrickColor.new("Really red")
  812. Part34.Rotation = Vector3.new(-180, 0.0199999996, 180)
  813. Part34.Anchored = true
  814. Part34.CanCollide = false
  815. Part34.FormFactor = Enum.FormFactor.Custom
  816. Part34.Size = Vector3.new(0.0500000007, 1.10000098, 0.43999961)
  817. Part34.CFrame = CFrame.new(-77.9625778, 3.49389386, 67.6336823, -1.00000465, -2.01862562e-08, 0.000412001566, 3.69482223e-13, 1, 4.89997983e-05, -0.000412001566, 4.89995145e-05, -1.00000465)
  818. Part34.BottomSurface = Enum.SurfaceType.Smooth
  819. Part34.TopSurface = Enum.SurfaceType.Smooth
  820. Part34.Color = Color3.new(1, 0, 0)
  821. Part34.Position = Vector3.new(-77.9625778, 3.49389386, 67.6336823)
  822. Part34.Orientation = Vector3.new(0, 179.979996, 0)
  823. Part34.Color = Color3.new(1, 0, 0)
  824. Part35.Parent = Model1
  825. Part35.Material = Enum.Material.Neon
  826. Part35.BrickColor = BrickColor.new("Really red")
  827. Part35.Rotation = Vector3.new(-179.98999, 0.0199999996, -175.059998)
  828. Part35.Anchored = true
  829. Part35.CanCollide = false
  830. Part35.FormFactor = Enum.FormFactor.Custom
  831. Part35.Size = Vector3.new(0.0500000007, 3.85799909, 1.14999986)
  832. Part35.CFrame = CFrame.new(-78.9676361, 2.13764286, 68.0318298, -0.996278524, 0.0861929879, 0.00039684106, 0.0861930475, 0.996278524, 0.000120242592, -0.000385000167, 0.000154000038, -1)
  833. Part35.BottomSurface = Enum.SurfaceType.Smooth
  834. Part35.TopSurface = Enum.SurfaceType.Smooth
  835. Part35.Color = Color3.new(1, 0, 0)
  836. Part35.Position = Vector3.new(-78.9676361, 2.13764286, 68.0318298)
  837. Part35.Orientation = Vector3.new(-0.00999999978, 179.979996, 4.94000006)
  838. Part35.Color = Color3.new(1, 0, 0)
  839. Part36.Parent = Model1
  840. Part36.Material = Enum.Material.Neon
  841. Part36.BrickColor = BrickColor.new("Really red")
  842. Part36.Rotation = Vector3.new(180, 0.0199999996, 174.610001)
  843. Part36.Anchored = true
  844. Part36.CanCollide = false
  845. Part36.FormFactor = Enum.FormFactor.Custom
  846. Part36.Size = Vector3.new(0.0500000007, 3.85799932, 1.14999974)
  847. Part36.CFrame = CFrame.new(-76.7488022, 2.14135766, 68.0327454, -0.995582223, -0.0938939974, 0.000414724054, -0.0938940197, 0.995582223, -2.01489129e-05, -0.000411000074, -5.90000018e-05, -1)
  848. Part36.BottomSurface = Enum.SurfaceType.Smooth
  849. Part36.TopSurface = Enum.SurfaceType.Smooth
  850. Part36.Color = Color3.new(1, 0, 0)
  851. Part36.Position = Vector3.new(-76.7488022, 2.14135766, 68.0327454)
  852. Part36.Orientation = Vector3.new(0, 179.979996, -5.38999987)
  853. Part36.Color = Color3.new(1, 0, 0)
  854. Part37.Parent = Model1
  855. Part37.Material = Enum.Material.SmoothPlastic
  856. Part37.Transparency = 1
  857. Part37.Rotation = Vector3.new(90, 0.0199999996, 180)
  858. Part37.Anchored = true
  859. Part37.FormFactor = Enum.FormFactor.Custom
  860. Part37.Size = Vector3.new(1.9000001, 1, 2)
  861. Part37.CFrame = CFrame.new(-77.889267, 3.01040053, 67.9884949, -1, -2.01907824e-08, 0.000411995832, -0.000411995774, 4.89995655e-05, -1, 0, -1, -4.89995728e-05)
  862. Part37.BottomSurface = Enum.SurfaceType.Smooth
  863. Part37.TopSurface = Enum.SurfaceType.Smooth
  864. Part37.Position = Vector3.new(-77.889267, 3.01040053, 67.9884949)
  865. Part37.Orientation = Vector3.new(90, -180, 0)
  866. ParticleEmitter38.Name = "Void"
  867. ParticleEmitter38.Parent = Part37
  868. ParticleEmitter38.Transparency = NumberSequence.new(0,0.78750002384186,1)
  869. ParticleEmitter38.Rotation = NumberRange.new(100, 100)
  870. ParticleEmitter38.Size = NumberSequence.new(0.50000011920929,1.3749998807907)
  871. ParticleEmitter38.Color = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(1, 0, 0.0156863))
  872. ParticleEmitter38.Texture = "rbxassetid://341277531"
  873. ParticleEmitter38.ZOffset = -1
  874. ParticleEmitter38.Lifetime = NumberRange.new(0.5, 0.5)
  875. ParticleEmitter38.Rate = 1000
  876. ParticleEmitter38.RotSpeed = NumberRange.new(-20, -10)
  877. ParticleEmitter38.Speed = NumberRange.new(0, 0)
  878. ParticleEmitter38.Color = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(1, 0, 0.0156863))
  879. Part39.Parent = Model1
  880. Part39.Material = Enum.Material.Neon
  881. Part39.BrickColor = BrickColor.new("Really red")
  882. Part39.Rotation = Vector3.new(83.7299957, 71.2900009, -88.6399994)
  883. Part39.Anchored = true
  884. Part39.CanCollide = false
  885. Part39.Size = Vector3.new(0.088407591, 0.176815182, 0.412914902)
  886. Part39.CFrame = CFrame.new(-80.9609222, 4.06732559, 66.8783646, 0.00759400381, 0.320662409, 0.947163165, -0.0868270025, 0.943824589, -0.318835974, -0.996194482, -0.0798180923, 0.0350095592)
  887. Part39.Color = Color3.new(1, 0, 0)
  888. Part39.Position = Vector3.new(-80.9609222, 4.06732559, 66.8783646)
  889. Part39.Orientation = Vector3.new(18.5900002, 87.8799973, -5.25999975)
  890. Part39.Color = Color3.new(1, 0, 0)
  891. Part40.Parent = Model1
  892. Part40.Material = Enum.Material.Neon
  893. Part40.BrickColor = BrickColor.new("Really red")
  894. Part40.Rotation = Vector3.new(-100.659996, -85.6100006, 84.3099976)
  895. Part40.Anchored = true
  896. Part40.CanCollide = false
  897. Part40.Size = Vector3.new(0.088407591, 0.176815182, 0.70963335)
  898. Part40.CFrame = CFrame.new(-80.1355591, 4.43367529, 66.8527222, 0.00759400381, -0.0761589408, -0.997066677, -0.0868270025, -0.993380606, 0.0752160549, -0.996194482, 0.0860012472, -0.01415639)
  899. Part40.Color = Color3.new(1, 0, 0)
  900. Part40.Position = Vector3.new(-80.1355591, 4.43367529, 66.8527222)
  901. Part40.Orientation = Vector3.new(-4.30999994, -90.8099976, -175)
  902. Part40.Color = Color3.new(1, 0, 0)
  903. Part41.Parent = Model1
  904. Part41.Material = Enum.Material.Neon
  905. Part41.BrickColor = BrickColor.new("Really red")
  906. Part41.Rotation = Vector3.new(84.9300003, 11.0199995, -89.5599976)
  907. Part41.Anchored = true
  908. Part41.CanCollide = false
  909. Part41.Size = Vector3.new(0.088407591, 0.176815182, 0.309102625)
  910. Part41.CFrame = CFrame.new(-81.8653641, 5.04024267, 66.7866592, 0.00759404665, 0.98153311, 0.191141799, -0.0868269652, 0.191072732, -0.977728844, -0.996194601, -0.00917136669, 0.086674653)
  911. Part41.Color = Color3.new(1, 0, 0)
  912. Part41.Position = Vector3.new(-81.8653641, 5.04024267, 66.7866592)
  913. Part41.Orientation = Vector3.new(77.8899994, 65.6100006, -24.4399986)
  914. Part41.Color = Color3.new(1, 0, 0)
  915. Part42.Parent = Model1
  916. Part42.Material = Enum.Material.Neon
  917. Part42.BrickColor = BrickColor.new("Really red")
  918. Part42.Rotation = Vector3.new(85.2099991, -23.7999992, -89.5199966)
  919. Part42.Anchored = true
  920. Part42.CanCollide = false
  921. Part42.Size = Vector3.new(0.088407591, 0.176815182, 0.308566362)
  922. Part42.CFrame = CFrame.new(-81.8024826, 5.49255276, 66.7477417, 0.00759404339, 0.914910614, -0.403585136, -0.0868269727, -0.401469499, -0.91174823, -0.996194482, 0.0419659801, 0.0763902515)
  923. Part42.Color = Color3.new(1, 0, 0)
  924. Part42.Position = Vector3.new(-81.8024826, 5.49255276, 66.7477417)
  925. Part42.Orientation = Vector3.new(65.75, -79.2799988, -167.800003)
  926. Part42.Color = Color3.new(1, 0, 0)
  927. Part43.Parent = Model1
  928. Part43.Material = Enum.Material.Neon
  929. Part43.BrickColor = BrickColor.new("Really red")
  930. Part43.Rotation = Vector3.new(-94.8699951, 14.4699993, 89.5499954)
  931. Part43.Anchored = true
  932. Part43.CanCollide = false
  933. Part43.Size = Vector3.new(0.088407591, 0.176815182, 0.336720973)
  934. Part43.CFrame = CFrame.new(-80.6370544, 6.32220268, 66.6842804, 0.00759398239, -0.968230307, 0.249944776, -0.0868269727, 0.248369485, 0.964766204, -0.996194482, -0.0290283635, -0.0821823999)
  935. Part43.Color = Color3.new(1, 0, 0)
  936. Part43.Position = Vector3.new(-80.6370544, 6.32220268, 66.6842804)
  937. Part43.Orientation = Vector3.new(-74.75, 108.199997, -19.2700005)
  938. Part43.Color = Color3.new(1, 0, 0)
  939. Part44.Parent = Model1
  940. Part44.Material = Enum.Material.Neon
  941. Part44.BrickColor = BrickColor.new("Really red")
  942. Part44.Rotation = Vector3.new(85.0899963, -9.59000015, -89.5599976)
  943. Part44.Anchored = true
  944. Part44.CanCollide = false
  945. Part44.Size = Vector3.new(0.088407591, 0.176815182, 0.21673049)
  946. Part44.CFrame = CFrame.new(-81.8764572, 5.26630545, 66.7668533, 0.00759404711, 0.98600018, -0.166571513, -0.0868269727, -0.165297091, -0.98241502, -0.996194601, 0.0219234154, 0.0843562484)
  947. Part44.Color = Color3.new(1, 0, 0)
  948. Part44.Position = Vector3.new(-81.8764572, 5.26630545, 66.7668533)
  949. Part44.Orientation = Vector3.new(79.2399979, -63.1399994, -152.289993)
  950. Part44.Color = Color3.new(1, 0, 0)
  951. Part45.Parent = Model1
  952. Part45.Material = Enum.Material.Neon
  953. Part45.BrickColor = BrickColor.new("Really red")
  954. Part45.Rotation = Vector3.new(-96.8299942, -76.7200012, 88.1100006)
  955. Part45.Anchored = true
  956. Part45.CanCollide = false
  957. Part45.Size = Vector3.new(0.088407591, 0.176815182, 0.405543506)
  958. Part45.CFrame = CFrame.new(-80.6731567, 4.50452137, 66.8424225, 0.00759399682, -0.229550794, -0.973267138, -0.0868270099, -0.96977073, 0.228048652, -0.996194482, 0.0827740654, -0.0272956435)
  959. Part45.Color = Color3.new(1, 0, 0)
  960. Part45.Position = Vector3.new(-80.6731567, 4.50452137, 66.8424225)
  961. Part45.Orientation = Vector3.new(-13.1799994, -91.6100006, -174.87999)
  962. Part45.Color = Color3.new(1, 0, 0)
  963. Part46.Parent = Model1
  964. Part46.Material = Enum.Material.Neon
  965. Part46.BrickColor = BrickColor.new("Really red")
  966. Part46.Rotation = Vector3.new(-95.3099976, -36.8199997, 89.4599991)
  967. Part46.Anchored = true
  968. Part46.CanCollide = false
  969. Part46.Size = Vector3.new(0.088407591, 0.176815182, 0.39690578)
  970. Part46.CFrame = CFrame.new(-80.3977356, 5.41454506, 66.765213, 0.0075939931, -0.800491452, -0.599296093, -0.086826995, -0.597578168, 0.797096491, -0.996194482, 0.0459820107, -0.0740423575)
  971. Part46.Color = Color3.new(1, 0, 0)
  972. Part46.Position = Vector3.new(-80.3977356, 5.41454506, 66.765213)
  973. Part46.Orientation = Vector3.new(-52.8499985, -97.0400009, -171.729996)
  974. Part46.Color = Color3.new(1, 0, 0)
  975. Part47.Parent = Model1
  976. Part47.Material = Enum.Material.Neon
  977. Part47.BrickColor = BrickColor.new("Really red")
  978. Part47.Rotation = Vector3.new(84.5599976, 46.8199997, -89.3600006)
  979. Part47.Anchored = true
  980. Part47.CanCollide = false
  981. Part47.Size = Vector3.new(0.0884075835, 0.176815167, 0.322586983)
  982. Part47.CFrame = CFrame.new(-79.551918, 4.24167252, 66.8738708, 0.00759400381, 0.684249878, 0.729208171, -0.0868270025, 0.726926208, -0.681204498, -0.996194482, -0.0581418909, 0.064931646)
  983. Part47.Color = Color3.new(1, 0, 0)
  984. Part47.Position = Vector3.new(-79.551918, 4.24167252, 66.8738708)
  985. Part47.Orientation = Vector3.new(42.9399986, 84.909996, -6.80999994)
  986. Part47.Color = Color3.new(1, 0, 0)
  987. Part48.Parent = Model1
  988. Part48.Material = Enum.Material.Neon
  989. Part48.BrickColor = BrickColor.new("Really red")
  990. Part48.Rotation = Vector3.new(-95.4899979, -49.5699997, 89.3299942)
  991. Part48.Anchored = true
  992. Part48.CanCollide = false
  993. Part48.Size = Vector3.new(0.088407591, 0.176815182, 0.362818539)
  994. Part48.CFrame = CFrame.new(-81.3364105, 4.80461454, 66.8112183, 0.0075939782, -0.648475409, -0.761197746, -0.086826995, -0.758772254, 0.645542979, -0.996194482, 0.0611902662, -0.0620672777)
  995. Part48.Color = Color3.new(1, 0, 0)
  996. Part48.Position = Vector3.new(-81.3364105, 4.80461454, 66.8112183)
  997. Part48.Orientation = Vector3.new(-40.2099991, -94.659996, -173.470001)
  998. Part48.Color = Color3.new(1, 0, 0)
  999. Part49.Parent = Model1
  1000. Part49.Material = Enum.Material.Neon
  1001. Part49.BrickColor = BrickColor.new("Really red")
  1002. Part49.Rotation = Vector3.new(-95.0599976, -9.80000019, 89.5599976)
  1003. Part49.Anchored = true
  1004. Part49.CanCollide = false
  1005. Part49.Size = Vector3.new(0.088407591, 0.176815182, 0.327353835)
  1006. Part49.CFrame = CFrame.new(-80.649765, 6.0361166, 66.7091522, 0.00759398192, -0.985364258, -0.170292363, -0.0868269801, -0.170303956, 0.981559515, -0.996194482, 0.00733205071, -0.0868496001)
  1007. Part49.Color = Color3.new(1, 0, 0)
  1008. Part49.Position = Vector3.new(-80.649765, 6.0361166, 66.7091522)
  1009. Part49.Orientation = Vector3.new(-78.9799957, -117.019997, -152.98999)
  1010. Part49.Color = Color3.new(1, 0, 0)
  1011. Part50.Parent = Model1
  1012. Part50.Material = Enum.Material.Neon
  1013. Part50.BrickColor = BrickColor.new("Really red")
  1014. Part50.Rotation = Vector3.new(84.3799973, 55.5999985, -89.2299957)
  1015. Part50.Anchored = true
  1016. Part50.CanCollide = false
  1017. Part50.Size = Vector3.new(0.0884075835, 0.176815167, 0.425790519)
  1018. Part50.CFrame = CFrame.new(-80.3144913, 4.63437653, 66.8338547, 0.00759399822, 0.564875007, 0.825141549, -0.086826995, 0.822421789, -0.562214196, -0.996194482, -0.067375198, 0.0552919321)
  1019. Part50.Color = Color3.new(1, 0, 0)
  1020. Part50.Position = Vector3.new(-80.3144913, 4.63437653, 66.8338547)
  1021. Part50.Orientation = Vector3.new(34.2099991, 86.1699982, -6.02999973)
  1022. Part50.Color = Color3.new(1, 0, 0)
  1023. Part51.Parent = Model1
  1024. Part51.Material = Enum.Material.Neon
  1025. Part51.BrickColor = BrickColor.new("Really red")
  1026. Part51.Rotation = Vector3.new(-95.3399963, -39.7999992, 89.4300003)
  1027. Part51.Anchored = true
  1028. Part51.CanCollide = false
  1029. Part51.Size = Vector3.new(0.088407591, 0.176815182, 0.327353835)
  1030. Part51.CFrame = CFrame.new(-81.568718, 5.0362649, 66.7892685, 0.00759397354, -0.768200755, -0.640164018, -0.0868269876, -0.638271689, 0.76489979, -0.996194482, 0.0497749671, -0.0715476498)
  1031. Part51.Color = Color3.new(1, 0, 0)
  1032. Part51.Position = Vector3.new(-81.568718, 5.0362649, 66.7892685)
  1033. Part51.Orientation = Vector3.new(-49.8999977, -96.3799973, -172.25)
  1034. Part51.Color = Color3.new(1, 0, 0)
  1035. Part52.Parent = Model1
  1036. Part52.Material = Enum.Material.Neon
  1037. Part52.BrickColor = BrickColor.new("Really red")
  1038. Part52.Rotation = Vector3.new(84.909996, 13.75, -89.5499954)
  1039. Part52.Anchored = true
  1040. Part52.CanCollide = false
  1041. Part52.Size = Vector3.new(0.088407591, 0.152441859, 0.261689216)
  1042. Part52.CFrame = CFrame.new(-79.2731934, 3.62613988, 66.9296722, 0.00759404944, 0.971322894, 0.237643093, -0.0868269578, 0.237393051, -0.967526197, -0.996194601, -0.0132864155, 0.0861398876)
  1043. Part52.Color = Color3.new(1, 0, 0)
  1044. Part52.Position = Vector3.new(-79.2731934, 3.62613988, 66.9296722)
  1045. Part52.Orientation = Vector3.new(75.3600006, 70.0800018, -20.0900002)
  1046. Part52.Color = Color3.new(1, 0, 0)
  1047. Part53.Parent = Model1
  1048. Part53.Material = Enum.Material.Neon
  1049. Part53.BrickColor = BrickColor.new("Really red")
  1050. Part53.Rotation = Vector3.new(-96, -66.8199997, 88.8899994)
  1051. Part53.Anchored = true
  1052. Part53.CanCollide = false
  1053. Part53.Size = Vector3.new(0.088407591, 0.176815182, 0.39690578)
  1054. Part53.CFrame = CFrame.new(-81.0384674, 4.62372255, 66.8292542, 0.00759398937, -0.393595785, -0.919252217, -0.0868270025, -0.916067004, 0.391514659, -0.996194482, 0.0768428743, -0.0411313884)
  1055. Part53.Color = Color3.new(1, 0, 0)
  1056. Part53.Position = Vector3.new(-81.0384674, 4.62372255, 66.8292542)
  1057. Part53.Orientation = Vector3.new(-23.0499992, -92.5599976, -174.589996)
  1058. Part53.Color = Color3.new(1, 0, 0)
  1059. Part54.Parent = Model1
  1060. Part54.Material = Enum.Material.Neon
  1061. Part54.BrickColor = BrickColor.new("Really red")
  1062. Part54.Rotation = Vector3.new(84.6699982, 38.9399986, -89.4399948)
  1063. Part54.Anchored = true
  1064. Part54.CanCollide = false
  1065. Part54.Size = Vector3.new(0.088407591, 0.176815182, 0.224774137)
  1066. Part54.CFrame = CFrame.new(-79.3473053, 3.81352353, 66.9127808, 0.00759404106, 0.777735233, 0.628546178, -0.0868269429, 0.62670356, -0.774406195, -0.996194601, -0.0486939289, 0.0722876564)
  1067. Part54.Color = Color3.new(1, 0, 0)
  1068. Part54.Position = Vector3.new(-79.3473053, 3.81352353, 66.9127808)
  1069. Part54.Orientation = Vector3.new(50.75, 83.4399948, -7.88999987)
  1070. Part54.Color = Color3.new(1, 0, 0)
  1071. Part55.Parent = Model1
  1072. Part55.Material = Enum.Material.Neon
  1073. Part55.BrickColor = BrickColor.new("Really red")
  1074. Part55.Rotation = Vector3.new(84.9499969, 8.67999935, -89.5599976)
  1075. Part55.Anchored = true
  1076. Part55.CanCollide = false
  1077. Part55.Size = Vector3.new(0.0884075835, 0.176815167, 0.440075517)
  1078. Part55.CFrame = CFrame.new(-80.9358749, 5.58966732, 66.745842, 0.00759401359, 0.988516212, 0.150924504, -0.0868270248, 0.151010707, -0.984712243, -0.996194482, -0.00562642468, 0.0869768038)
  1079. Part55.Color = Color3.new(1, 0, 0)
  1080. Part55.Position = Vector3.new(-80.9358749, 5.58966732, 66.745842)
  1081. Part55.Orientation = Vector3.new(79.9700012, 60.0499992, -29.8999996)
  1082. Part55.Color = Color3.new(1, 0, 0)
  1083. Part56.Parent = Model1
  1084. Part56.Material = Enum.Material.Neon
  1085. Part56.BrickColor = BrickColor.new("Really red")
  1086. Part56.Rotation = Vector3.new(-95.3600006, -40.8099976, 89.4300003)
  1087. Part56.Anchored = true
  1088. Part56.CanCollide = false
  1089. Part56.Size = Vector3.new(0.0884075835, 0.131340966, 0.362350911)
  1090. Part56.CFrame = CFrame.new(-78.9142838, 3.24433255, 66.9656906, 0.00759393862, -0.756797194, -0.653605759, -0.0868270695, -0.651655555, 0.753530025, -0.996194482, 0.0510284826, -0.0706591904)
  1091. Part56.Color = Color3.new(1, 0, 0)
  1092. Part56.Position = Vector3.new(-78.9142838, 3.24433255, 66.9656906)
  1093. Part56.Orientation = Vector3.new(-48.8999977, -96.1699982, -172.410004)
  1094. Part56.Color = Color3.new(1, 0, 0)
  1095. Part57.Parent = Model1
  1096. Part57.Material = Enum.Material.Neon
  1097. Part57.BrickColor = BrickColor.new("Really red")
  1098. Part57.Rotation = Vector3.new(84.8099976, 25.5699997, -89.5199966)
  1099. Part57.Anchored = true
  1100. Part57.CanCollide = false
  1101. Part57.Size = Vector3.new(0.088407591, 0.176815182, 0.411184579)
  1102. Part57.CFrame = CFrame.new(-80.8216553, 5.2129941, 66.7795334, 0.00759400707, 0.902023971, 0.431619108, -0.0868270099, 0.430596471, -0.89835912, -0.996194482, -0.03065411, 0.0815900937)
  1103. Part57.Color = Color3.new(1, 0, 0)
  1104. Part57.Position = Vector3.new(-80.8216553, 5.2129941, 66.7795334)
  1105. Part57.Orientation = Vector3.new(63.9399986, 79.2999954, -11.3999996)
  1106. Part57.Color = Color3.new(1, 0, 0)
  1107. Part58.Parent = Model1
  1108. Part58.Material = Enum.Material.Neon
  1109. Part58.BrickColor = BrickColor.new("Really red")
  1110. Part58.Rotation = Vector3.new(-95.0999985, -15.5299997, 89.5499954)
  1111. Part58.Anchored = true
  1112. Part58.CanCollide = false
  1113. Part58.Size = Vector3.new(0.088407591, 0.176815182, 0.336720973)
  1114. Part58.CFrame = CFrame.new(-81.7013016, 5.29024553, 66.7661438, 0.00759396097, -0.963482916, -0.267661929, -0.0868269727, -0.267294198, 0.959695995, -0.996194482, 0.0159524158, -0.0856862366)
  1115. Part58.Color = Color3.new(1, 0, 0)
  1116. Part58.Position = Vector3.new(-81.7013016, 5.29024553, 66.7661438)
  1117. Part58.Orientation = Vector3.new(-73.6800003, -107.75, -162)
  1118. Part58.Color = Color3.new(1, 0, 0)
  1119. Part59.Parent = Model1
  1120. Part59.Material = Enum.Material.Neon
  1121. Part59.BrickColor = BrickColor.new("Really red")
  1122. Part59.Rotation = Vector3.new(84.8099976, 25.3699989, -89.5199966)
  1123. Part59.Anchored = true
  1124. Part59.CanCollide = false
  1125. Part59.Size = Vector3.new(0.0884075835, 0.176815167, 0.446891993)
  1126. Part59.CFrame = CFrame.new(-79.1539307, 3.58030295, 66.9345551, 0.00759401033, 0.90349108, 0.428539693, -0.0868270099, 0.427529603, -0.899822772, -0.996194482, -0.0303756148, 0.0816941932)
  1127. Part59.Color = Color3.new(1, 0, 0)
  1128. Part59.Position = Vector3.new(-79.1539307, 3.58030295, 66.9345551)
  1129. Part59.Orientation = Vector3.new(64.1299973, 79.2099991, -11.4799995)
  1130. Part59.Color = Color3.new(1, 0, 0)
  1131. Part60.Parent = Model1
  1132. Part60.Material = Enum.Material.Neon
  1133. Part60.BrickColor = BrickColor.new("Really red")
  1134. Part60.Rotation = Vector3.new(-94.8399963, 18.1599998, 89.5400009)
  1135. Part60.Anchored = true
  1136. Part60.CanCollide = false
  1137. Part60.Size = Vector3.new(0.0884075835, 0.176815167, 0.230464101)
  1138. Part60.CFrame = CFrame.new(-79.1577148, 3.89818358, 66.9068222, 0.0075939293, -0.950169265, 0.311642051, -0.0868270174, 0.309847504, 0.946813405, -0.996194482, -0.0342489891, -0.0801474079)
  1139. Part60.Color = Color3.new(1, 0, 0)
  1140. Part60.Position = Vector3.new(-79.1577148, 3.89818358, 66.9068222)
  1141. Part60.Orientation = Vector3.new(-71.2299957, 104.419998, -15.6499996)
  1142. Part60.Color = Color3.new(1, 0, 0)
  1143. Part61.Parent = Model1
  1144. Part61.Material = Enum.Material.Neon
  1145. Part61.BrickColor = BrickColor.new("Really red")
  1146. Part61.Rotation = Vector3.new(-95.1899948, -25.8499985, 89.5199966)
  1147. Part61.Anchored = true
  1148. Part61.CanCollide = false
  1149. Part61.Size = Vector3.new(0.088407591, 0.175496936, 0.362327456)
  1150. Part61.CFrame = CFrame.new(-79.2444916, 4.27266932, 66.8735275, 0.00759398565, -0.899877787, -0.436076015, -0.0868269876, -0.435035199, 0.896218061, -0.996194482, 0.0310573522, -0.0814374238)
  1151. Part61.Color = Color3.new(1, 0, 0)
  1152. Part61.Position = Vector3.new(-79.2444916, 4.27266932, 66.8735275)
  1153. Part61.Orientation = Vector3.new(-63.6699982, -100.579994, -168.709991)
  1154. Part61.Color = Color3.new(1, 0, 0)
  1155. Part62.Parent = Model1
  1156. Part62.Material = Enum.Material.Neon
  1157. Part62.BrickColor = BrickColor.new("Really red")
  1158. Part62.Rotation = Vector3.new(85.1500015, -16.25, -89.5499954)
  1159. Part62.Anchored = true
  1160. Part62.CanCollide = false
  1161. Part62.Size = Vector3.new(0.088407591, 0.152441859, 0.261689216)
  1162. Part62.CFrame = CFrame.new(-79.3702545, 3.67099357, 66.9250336, 0.00759406714, 0.960014403, -0.279854894, -0.0868269876, -0.278180748, -0.956608832, -0.996194482, 0.0315630175, 0.081242308)
  1163. Part62.Color = Color3.new(1, 0, 0)
  1164. Part62.Position = Vector3.new(-79.3702545, 3.67099357, 66.9250336)
  1165. Part62.Orientation = Vector3.new(73.0599976, -73.8099976, -162.669998)
  1166. Part62.Color = Color3.new(1, 0, 0)
  1167. Part63.Parent = Model1
  1168. Part63.Material = Enum.Material.Neon
  1169. Part63.BrickColor = BrickColor.new("Really red")
  1170. Part63.Rotation = Vector3.new(85.5499954, -50.8999977, -89.3099976)
  1171. Part63.Anchored = true
  1172. Part63.CanCollide = false
  1173. Part63.Size = Vector3.new(0.0884075835, 0.176677987, 0.328501463)
  1174. Part63.CFrame = CFrame.new(-79.25354, 3.97497034, 66.8994217, 0.00759399869, 0.630693197, -0.775995076, -0.0868270621, -0.772671223, -0.62884146, -0.996194482, 0.0721528828, 0.0488936529)
  1175. Part63.Color = Color3.new(1, 0, 0)
  1176. Part63.Position = Vector3.new(-79.25354, 3.97497034, 66.8994217)
  1177. Part63.Orientation = Vector3.new(38.9599991, -86.3899994, -173.589996)
  1178. Part63.Color = Color3.new(1, 0, 0)
  1179. Part64.Parent = Model1
  1180. Part64.Material = Enum.Material.Neon
  1181. Part64.BrickColor = BrickColor.new("Really red")
  1182. Part64.Rotation = Vector3.new(85.3799973, -39.5900002, -89.4399948)
  1183. Part64.Anchored = true
  1184. Part64.CanCollide = false
  1185. Part64.Size = Vector3.new(0.088407591, 0.176815182, 0.21673049)
  1186. Part64.CFrame = CFrame.new(-80.8006897, 6.3887167, 66.6772308, 0.00759406155, 0.770614088, -0.637256861, -0.086826995, -0.634360135, -0.768146038, -0.996194482, 0.0611644424, 0.0620927364)
  1187. Part64.Color = Color3.new(1, 0, 0)
  1188. Part64.Position = Vector3.new(-80.8006897, 6.3887167, 66.6772308)
  1189. Part64.Orientation = Vector3.new(50.1899986, -84.4300003, -172.209991)
  1190. Part64.Color = Color3.new(1, 0, 0)
  1191. Part65.Parent = Model1
  1192. Part65.Material = Enum.Material.Neon
  1193. Part65.BrickColor = BrickColor.new("Really red")
  1194. Part65.Rotation = Vector3.new(84.9499969, 8.93999958, -89.5599976)
  1195. Part65.Anchored = true
  1196. Part65.CanCollide = false
  1197. Part65.Size = Vector3.new(0.088407591, 0.176815182, 0.224774137)
  1198. Part65.CFrame = CFrame.new(-79.3403244, 3.87022853, 66.9078903, 0.00759406807, 0.98781234, 0.155463696, -0.0868269727, 0.155532464, -0.984008193, -0.996194601, -0.00602583541, 0.0869499743)
  1199. Part65.Color = Color3.new(1, 0, 0)
  1200. Part65.Position = Vector3.new(-79.3403244, 3.87022853, 66.9078903)
  1201. Part65.Orientation = Vector3.new(79.7399979, 60.7799988, -29.1700001)
  1202. Part65.Color = Color3.new(1, 0, 0)
  1203. Part66.Parent = Model1
  1204. Part66.Material = Enum.Material.Neon
  1205. Part66.BrickColor = BrickColor.new("Really red")
  1206. Part66.Rotation = Vector3.new(-94.5400009, 45.1699982, 89.3799973)
  1207. Part66.Anchored = true
  1208. Part66.CanCollide = false
  1209. Part66.Size = Vector3.new(0.0884075835, 0.147372633, 0.127730176)
  1210. Part66.CFrame = CFrame.new(-79.3836288, 3.54828477, 66.9356003, 0.00759394281, -0.705006778, 0.709162772, -0.0868270025, 0.706050813, 0.702835143, -0.996194482, -0.0669112056, -0.0558518805)
  1211. Part66.Color = Color3.new(1, 0, 0)
  1212. Part66.Position = Vector3.new(-79.3836288, 3.54828477, 66.9356003)
  1213. Part66.Orientation = Vector3.new(-44.6499977, 94.5, -7.00999975)
  1214. Part66.Color = Color3.new(1, 0, 0)
  1215. Part67.Parent = Model1
  1216. Part67.Material = Enum.Material.Neon
  1217. Part67.BrickColor = BrickColor.new("Really red")
  1218. Part67.Rotation = Vector3.new(85, 2.95000005, -89.5599976)
  1219. Part67.Anchored = true
  1220. Part67.CanCollide = false
  1221. Part67.Size = Vector3.new(0.088407591, 0.0724146739, 0.11659345)
  1222. Part67.CFrame = CFrame.new(-79.280777, 3.44607663, 66.9453049, 0.00759404758, 0.998646379, 0.0514568128, -0.0868269652, 0.0519225039, -0.994870067, -0.996194601, 0.00308724074, 0.0871038139)
  1223. Part67.Color = Color3.new(1, 0, 0)
  1224. Part67.Position = Vector3.new(-79.280777, 3.44607663, 66.9453049)
  1225. Part67.Orientation = Vector3.new(84.1899948, 30.5699997, -59.1199989)
  1226. Part67.Color = Color3.new(1, 0, 0)
  1227. Part68.Parent = Model1
  1228. Part68.Material = Enum.Material.Neon
  1229. Part68.BrickColor = BrickColor.new("Really red")
  1230. Part68.Rotation = Vector3.new(-95.6199951, -55.8499985, 89.2200012)
  1231. Part68.Anchored = true
  1232. Part68.CanCollide = false
  1233. Part68.Size = Vector3.new(0.088407591, 0.175496936, 0.362327456)
  1234. Part68.CFrame = CFrame.new(-79.4662476, 4.20963955, 66.877327, 0.00759398285, -0.561275661, -0.827594101, -0.086826995, -0.824862838, 0.558626652, -0.996194482, 0.0676153973, -0.0549979359)
  1235. Part68.Color = Color3.new(1, 0, 0)
  1236. Part68.Position = Vector3.new(-79.4662476, 4.20963955, 66.877327)
  1237. Part68.Orientation = Vector3.new(-33.9599991, -93.7999954, -173.98999)
  1238. Part68.Color = Color3.new(1, 0, 0)
  1239. Part69.Parent = Model1
  1240. Part69.Material = Enum.Material.Neon
  1241. Part69.BrickColor = BrickColor.new("Really red")
  1242. Part69.Rotation = Vector3.new(84.5899963, 44.2799988, -89.3899994)
  1243. Part69.Anchored = true
  1244. Part69.CanCollide = false
  1245. Part69.Size = Vector3.new(0.0884075835, 0.153928205, 0.28597948)
  1246. Part69.CFrame = CFrame.new(-78.9831009, 3.29310155, 66.9608917, 0.0075940052, 0.715853155, 0.698212504, -0.0868270025, 0.696070611, -0.712720454, -0.996194482, -0.0552112684, 0.0674407631)
  1247. Part69.Color = Color3.new(1, 0, 0)
  1248. Part69.Position = Vector3.new(-78.9831009, 3.29310155, 66.9608917)
  1249. Part69.Orientation = Vector3.new(45.4599991, 84.4799957, -7.10999966)
  1250. Part69.Color = Color3.new(1, 0, 0)
  1251. Part70.Parent = Model1
  1252. Part70.Material = Enum.Material.Neon
  1253. Part70.BrickColor = BrickColor.new("Really red")
  1254. Part70.Rotation = Vector3.new(84.4799957, 50.8600006, -89.3099976)
  1255. Part70.Anchored = true
  1256. Part70.CanCollide = false
  1257. Part70.Size = Vector3.new(0.0884075835, 0.131340966, 0.208168983)
  1258. Part70.CFrame = CFrame.new(-78.8161774, 3.12300181, 66.9769897, 0.00759400148, 0.631111026, 0.775655389, -0.0868270025, 0.773164868, -0.628234565, -0.996194482, -0.0625771135, 0.0606689602)
  1259. Part70.Color = Color3.new(1, 0, 0)
  1260. Part70.Position = Vector3.new(-78.8161774, 3.12300181, 66.9769897)
  1261. Part70.Orientation = Vector3.new(38.9199982, 85.5299988, -6.40999985)
  1262. Part70.Color = Color3.new(1, 0, 0)
  1263. Part71.Parent = Model1
  1264. Part71.Material = Enum.Material.Neon
  1265. Part71.BrickColor = BrickColor.new("Really red")
  1266. Part71.Rotation = Vector3.new(86.8799973, -76.8499985, 91.909996)
  1267. Part71.Anchored = true
  1268. Part71.CanCollide = false
  1269. Part71.Size = Vector3.new(0.0884075835, 0.176815167, 0.322586983)
  1270. Part71.CFrame = CFrame.new(-75.8541718, 4.03084755, 66.9204559, -0.00759400381, -0.227304503, -0.973794162, 0.0868270025, 0.969994962, -0.227094829, 0.996194482, -0.0862762928, 0.0123700537)
  1271. Part71.Color = Color3.new(1, 0, 0)
  1272. Part71.Position = Vector3.new(-75.8541718, 4.03084755, 66.9204559)
  1273. Part71.Orientation = Vector3.new(13.1300001, -89.2699966, 5.11999989)
  1274. Part71.Color = Color3.new(1, 0, 0)
  1275. Part72.Parent = Model1
  1276. Part72.Material = Enum.Material.Neon
  1277. Part72.BrickColor = BrickColor.new("Really red")
  1278. Part72.Rotation = Vector3.new(-93.1299973, 76.7599945, -91.9000015)
  1279. Part72.Anchored = true
  1280. Part72.CanCollide = false
  1281. Part72.Size = Vector3.new(0.088407591, 0.176815182, 0.405543506)
  1282. Part72.CFrame = CFrame.new(-74.8977051, 4.50635958, 66.8863144, -0.00759399682, 0.228877768, 0.973425567, 0.0868270099, -0.969626904, 0.22866191, 0.996194482, 0.086256206, -0.0125094578)
  1283. Part72.Color = Color3.new(1, 0, 0)
  1284. Part72.Position = Vector3.new(-74.8977051, 4.50635958, 66.8863144)
  1285. Part72.Orientation = Vector3.new(-13.2199993, 90.7399979, 174.87999)
  1286. Part72.Color = Color3.new(1, 0, 0)
  1287. Part73.Parent = Model1
  1288. Part73.Material = Enum.Material.Neon
  1289. Part73.BrickColor = BrickColor.new("Really red")
  1290. Part73.Rotation = Vector3.new(85.2299957, -26.3199997, 90.4899979)
  1291. Part73.Anchored = true
  1292. Part73.CanCollide = false
  1293. Part73.Size = Vector3.new(0.0884075835, 0.176815167, 0.278970659)
  1294. Part73.CFrame = CFrame.new(-73.7891006, 4.78924561, 66.8701172, -0.00759402942, -0.89629072, -0.443401963, 0.0868269876, 0.441149354, -0.893224359, 0.996194482, -0.0452824794, 0.0744722113)
  1295. Part73.Color = Color3.new(1, 0, 0)
  1296. Part73.Position = Vector3.new(-73.7891006, 4.78924561, 66.8701172)
  1297. Part73.Orientation = Vector3.new(63.2799988, -80.4700012, 11.1300001)
  1298. Part73.Color = Color3.new(1, 0, 0)
  1299. Part74.Parent = Model1
  1300. Part74.Material = Enum.Material.Neon
  1301. Part74.BrickColor = BrickColor.new("Really red")
  1302. Part74.Rotation = Vector3.new(85.0499954, -3.72000003, -89.5599976)
  1303. Part74.Anchored = true
  1304. Part74.CanCollide = false
  1305. Part74.Size = Vector3.new(0.0884075835, 0.176815167, 0.278970659)
  1306. Part74.CFrame = CFrame.new(-80.9592514, 5.92601109, 66.716362, 0.00759401498, 0.997866333, -0.0648477077, -0.0868270472, -0.0639466941, -0.994169652, -0.996194482, 0.0131802754, 0.0861562937)
  1307. Part74.Color = Color3.new(1, 0, 0)
  1308. Part74.Position = Vector3.new(-80.9592514, 5.92601109, 66.716362)
  1309. Part74.Orientation = Vector3.new(83.8099976, -36.9699974, -126.369995)
  1310. Part74.Color = Color3.new(1, 0, 0)
  1311. Part75.Parent = Model1
  1312. Part75.Material = Enum.Material.Neon
  1313. Part75.BrickColor = BrickColor.new("Really red")
  1314. Part75.Rotation = Vector3.new(85.1699982, -18.9799995, -89.5400009)
  1315. Part75.Anchored = true
  1316. Part75.CanCollide = false
  1317. Part75.Size = Vector3.new(0.088407591, 0.176815182, 0.309102625)
  1318. Part75.CFrame = CFrame.new(-80.9045792, 6.18733311, 66.6940079, 0.00759406621, 0.945601821, -0.325237662, -0.0868269876, -0.323395133, -0.942272127, -0.996194482, 0.0353950858, 0.0796478838)
  1319. Part75.Color = Color3.new(1, 0, 0)
  1320. Part75.Position = Vector3.new(-80.9045792, 6.18733311, 66.6940079)
  1321. Part75.Orientation = Vector3.new(70.4399948, -76.2399979, -164.970001)
  1322. Part75.Color = Color3.new(1, 0, 0)
  1323. Part76.Parent = Model1
  1324. Part76.Material = Enum.Material.Neon
  1325. Part76.BrickColor = BrickColor.new("Really red")
  1326. Part76.Rotation = Vector3.new(-97.4300003, -79.9199982, -92.4899979)
  1327. Part76.Anchored = true
  1328. Part76.CanCollide = false
  1329. Part76.Size = Vector3.new(0.088407591, 0.176815182, 0.350277036)
  1330. Part76.CFrame = CFrame.new(-75.3590088, 4.00458431, 66.9265137, -0.00759398192, 0.174922884, -0.98455286, 0.0868270025, 0.980978668, 0.173618212, 0.996194482, -0.0841674432, -0.0226375852)
  1331. Part76.Color = Color3.new(1, 0, 0)
  1332. Part76.Position = Vector3.new(-75.3590088, 4.00458431, 66.9265137)
  1333. Part76.Orientation = Vector3.new(-10, -91.3199997, 5.05999994)
  1334. Part76.Color = Color3.new(1, 0, 0)
  1335. Part77.Parent = Model1
  1336. Part77.Material = Enum.Material.Neon
  1337. Part77.BrickColor = BrickColor.new("Really red")
  1338. Part77.Rotation = Vector3.new(85.6899948, -57.0999985, 90.7999954)
  1339. Part77.Anchored = true
  1340. Part77.CanCollide = false
  1341. Part77.Size = Vector3.new(0.088407591, 0.176678017, 0.22711277)
  1342. Part77.CFrame = CFrame.new(-76.0786667, 3.94450235, 66.9262695, -0.00759401359, -0.543073833, -0.839650571, 0.0868270025, 0.836145997, -0.5415923, 0.996194482, -0.0770173073, 0.0408038273)
  1343. Part77.Color = Color3.new(1, 0, 0)
  1344. Part77.Position = Vector3.new(-76.0786667, 3.94450235, 66.9262695)
  1345. Part77.Orientation = Vector3.new(32.7900009, -87.2200012, 5.92999983)
  1346. Part77.Color = Color3.new(1, 0, 0)
  1347. Part78.Parent = Model1
  1348. Part78.Material = Enum.Material.Neon
  1349. Part78.BrickColor = BrickColor.new("Really red")
  1350. Part78.Rotation = Vector3.new(87.7299957, -80.9000015, 92.75)
  1351. Part78.Anchored = true
  1352. Part78.CanCollide = false
  1353. Part78.Size = Vector3.new(0.0884075835, 0.131340966, 0.208168983)
  1354. Part78.CFrame = CFrame.new(-77.053421, 3.4281776, 66.9638443, -0.00759400101, -0.158052772, -0.987401426, 0.0868270025, 0.98359704, -0.158111602, 0.996194482, -0.0869339183, 0.00625383528)
  1355. Part78.Color = Color3.new(1, 0, 0)
  1356. Part78.Position = Vector3.new(-77.053421, 3.4281776, 66.9638443)
  1357. Part78.Orientation = Vector3.new(9.09999943, -89.6399994, 5.03999996)
  1358. Part78.Color = Color3.new(1, 0, 0)
  1359. Part79.Parent = Model1
  1360. Part79.Material = Enum.Material.Neon
  1361. Part79.BrickColor = BrickColor.new("Really red")
  1362. Part79.Rotation = Vector3.new(84.8499985, 20.8599987, 90.4700012)
  1363. Part79.Anchored = true
  1364. Part79.CanCollide = false
  1365. Part79.Size = Vector3.new(0.0884075835, 0.176677987, 0.328501463)
  1366. Part79.CFrame = CFrame.new(-76.2466278, 3.94837761, 66.9246674, -0.00759403175, -0.934441864, 0.356034994, 0.0868269652, -0.355316907, -0.930705309, 0.996194601, 0.0238456652, 0.0838331208)
  1367. Part79.Color = Color3.new(1, 0, 0)
  1368. Part79.Position = Vector3.new(-76.2466278, 3.94837761, 66.9246674)
  1369. Part79.Orientation = Vector3.new(68.5499954, 76.75, 166.269989)
  1370. Part79.Color = Color3.new(1, 0, 0)
  1371. Part80.Parent = Model1
  1372. Part80.Material = Enum.Material.Neon
  1373. Part80.BrickColor = BrickColor.new("Really red")
  1374. Part80.Rotation = Vector3.new(86.3099976, -71.3300018, 91.3600006)
  1375. Part80.Anchored = true
  1376. Part80.CanCollide = false
  1377. Part80.Size = Vector3.new(0.088407591, 0.176815182, 0.412914902)
  1378. Part80.CFrame = CFrame.new(-74.6101532, 4.06930447, 66.9265823, -0.00759400381, -0.320008993, -0.947384179, 0.0868270025, 0.943622947, -0.319434494, 0.996194482, -0.0846844167, 0.0206195861)
  1379. Part80.Color = Color3.new(1, 0, 0)
  1380. Part80.Position = Vector3.new(-74.6101532, 4.06930447, 66.9265823)
  1381. Part80.Orientation = Vector3.new(18.6299992, -88.75, 5.25999975)
  1382. Part80.Color = Color3.new(1, 0, 0)
  1383. Part81.Parent = Model1
  1384. Part81.Material = Enum.Material.Neon
  1385. Part81.BrickColor = BrickColor.new("Really red")
  1386. Part81.Rotation = Vector3.new(-94.659996, 36.8400002, 89.4599991)
  1387. Part81.Anchored = true
  1388. Part81.CanCollide = false
  1389. Part81.Size = Vector3.new(0.0884075835, 0.176815167, 0.231121078)
  1390. Part81.CFrame = CFrame.new(-79.2877731, 3.68609595, 66.924324, 0.00759393582, -0.800265431, 0.59959805, -0.0868270099, 0.596823454, 0.797661841, -0.996194482, -0.0581187606, -0.0649525002)
  1391. Part81.Color = Color3.new(1, 0, 0)
  1392. Part81.Position = Vector3.new(-79.2877731, 3.68609595, 66.924324)
  1393. Part81.Orientation = Vector3.new(-52.9099998, 96.1800003, -8.27999973)
  1394. Part81.Color = Color3.new(1, 0, 0)
  1395. Part82.Parent = Model1
  1396. Part82.Material = Enum.Material.Neon
  1397. Part82.BrickColor = BrickColor.new("Really red")
  1398. Part82.Rotation = Vector3.new(-94.8899994, 11.8800001, -90.4399948)
  1399. Part82.Anchored = true
  1400. Part82.CanCollide = false
  1401. Part82.Size = Vector3.new(0.0884075835, 0.176815167, 0.230464101)
  1402. Part82.CFrame = CFrame.new(-76.3681564, 3.92953634, 66.9253693, -0.007593947, 0.978547394, 0.205881953, 0.0868269652, -0.204465032, 0.975015461, 0.996194482, 0.0252803192, -0.0834116042)
  1403. Part82.Color = Color3.new(1, 0, 0)
  1404. Part82.Position = Vector3.new(-76.3681564, 3.92953634, 66.9253693)
  1405. Part82.Orientation = Vector3.new(-77.1699982, 112.049995, 156.98999)
  1406. Part82.Color = Color3.new(1, 0, 0)
  1407. Part83.Parent = Model1
  1408. Part83.Material = Enum.Material.Neon
  1409. Part83.BrickColor = BrickColor.new("Really red")
  1410. Part83.Rotation = Vector3.new(85.2399979, -27.0499992, -89.5099945)
  1411. Part83.Anchored = true
  1412. Part83.CanCollide = false
  1413. Part83.Size = Vector3.new(0.088407591, 0.0724146739, 0.11659345)
  1414. Part83.CFrame = CFrame.new(-79.4671097, 3.51874757, 66.9375534, 0.00759406714, 0.890579939, -0.454763561, -0.0868269876, -0.452472091, -0.887542307, -0.996194482, 0.0462258644, 0.0738903582)
  1415. Part83.Color = Color3.new(1, 0, 0)
  1416. Part83.Position = Vector3.new(-79.4671097, 3.51874757, 66.9375534)
  1417. Part83.Orientation = Vector3.new(62.5699997, -80.7699966, -169.139999)
  1418. Part83.Color = Color3.new(1, 0, 0)
  1419. Part84.Parent = Model1
  1420. Part84.Material = Enum.Material.Neon
  1421. Part84.BrickColor = BrickColor.new("Really red")
  1422. Part84.Rotation = Vector3.new(-93.7299957, 70.8499985, -91.3299942)
  1423. Part84.Anchored = true
  1424. Part84.CanCollide = false
  1425. Part84.Size = Vector3.new(0.0884075835, 0.131340966, 0.362350911)
  1426. Part84.CFrame = CFrame.new(-76.9075394, 3.48444676, 66.9600449, -0.00759397866, 0.32795161, 0.944663942, 0.086826928, -0.940907717, 0.32734549, 0.996194601, 0.0845082179, -0.0213298313)
  1427. Part84.Color = Color3.new(1, 0, 0)
  1428. Part84.Position = Vector3.new(-76.9075394, 3.48444676, 66.9600449)
  1429. Part84.Orientation = Vector3.new(-19.1099987, 91.2900009, 174.729996)
  1430. Part84.Color = Color3.new(1, 0, 0)
  1431. Part85.Parent = Model1
  1432. Part85.Material = Enum.Material.Neon
  1433. Part85.BrickColor = BrickColor.new("Really red")
  1434. Part85.Rotation = Vector3.new(-95.4399948, -46.7299995, 89.3699951)
  1435. Part85.Anchored = true
  1436. Part85.CanCollide = false
  1437. Part85.Size = Vector3.new(0.088407591, 0.176815182, 0.405543506)
  1438. Part85.CFrame = CFrame.new(-80.1413422, 5.12933779, 66.7920227, 0.00759399822, -0.685433686, -0.728098571, -0.086826995, -0.725824833, 0.68239516, -0.996194482, 0.0580364317, -0.0650254861)
  1439. Part85.Color = Color3.new(1, 0, 0)
  1440. Part85.Position = Vector3.new(-80.1413422, 5.12933779, 66.7920227)
  1441. Part85.Orientation = Vector3.new(-43.0299988, -95.0999985, -173.179993)
  1442. Part85.Color = Color3.new(1, 0, 0)
  1443. Part86.Parent = Model1
  1444. Part86.Material = Enum.Material.Neon
  1445. Part86.BrickColor = BrickColor.new("Really red")
  1446. Part86.Rotation = Vector3.new(-95.1399994, -19.5699997, 89.5400009)
  1447. Part86.Anchored = true
  1448. Part86.CanCollide = false
  1449. Part86.Size = Vector3.new(0.088407591, 0.176815182, 0.362818539)
  1450. Part86.CFrame = CFrame.new(-80.5649185, 5.71970463, 66.7373352, 0.00759398332, -0.942196846, -0.334973902, -0.0868269801, -0.334339947, 0.938445091, -0.996194482, 0.0219582822, -0.0843471736)
  1451. Part86.Color = Color3.new(1, 0, 0)
  1452. Part86.Position = Vector3.new(-80.5649185, 5.71970463, 66.7373352)
  1453. Part86.Orientation = Vector3.new(-69.7900009, -104.129997, -165.440002)
  1454. Part86.Color = Color3.new(1, 0, 0)
  1455. Part87.Parent = Model1
  1456. Part87.Material = Enum.Material.Neon
  1457. Part87.BrickColor = BrickColor.new("Really red")
  1458. Part87.Rotation = Vector3.new(-94.9499969, 4.48999977, 89.5599976)
  1459. Part87.Anchored = true
  1460. Part87.CanCollide = false
  1461. Part87.Size = Vector3.new(0.088407591, 0.143101141, 0.203411072)
  1462. Part87.CFrame = CFrame.new(-81.718132, 5.52696705, 66.7453613, 0.0075939605, -0.996896982, 0.0783494711, -0.0868269801, 0.0773984939, 0.993212938, -0.996194601, -0.0143452697, -0.0859698877)
  1463. Part87.Color = Color3.new(1, 0, 0)
  1464. Part87.Position = Vector3.new(-81.718132, 5.52696705, 66.7453613)
  1465. Part87.Orientation = Vector3.new(-83.3199997, 137.660004, -48.2899971)
  1466. Part87.Color = Color3.new(1, 0, 0)
  1467. Part88.Parent = Model1
  1468. Part88.Material = Enum.Material.Neon
  1469. Part88.BrickColor = BrickColor.new("Really red")
  1470. Part88.Rotation = Vector3.new(-95.7900009, -61.6800003, 89.0799942)
  1471. Part88.Anchored = true
  1472. Part88.CanCollide = false
  1473. Part88.Size = Vector3.new(0.088407591, 0.176815182, 0.236429453)
  1474. Part88.CFrame = CFrame.new(-79.7129593, 4.36144829, 66.862236, 0.00759398658, -0.474313021, -0.88032347, -0.086826995, -0.877337337, 0.471955091, -0.996194482, 0.0728519261, -0.0478457138)
  1475. Part88.Color = Color3.new(1, 0, 0)
  1476. Part88.Position = Vector3.new(-79.7129593, 4.36144829, 66.862236)
  1477. Part88.Orientation = Vector3.new(-28.1599998, -93.1100006, -174.349991)
  1478. Part88.Color = Color3.new(1, 0, 0)
  1479. Part89.Parent = Model1
  1480. Part89.Material = Enum.Material.Neon
  1481. Part89.BrickColor = BrickColor.new("Really red")
  1482. Part89.Rotation = Vector3.new(-95.1199951, -17.0900002, 89.5400009)
  1483. Part89.Anchored = true
  1484. Part89.CanCollide = false
  1485. Part89.Size = Vector3.new(0.0884075835, 0.166893631, 0.520854712)
  1486. Part89.CFrame = CFrame.new(-79.1109695, 3.59294295, 66.9338074, 0.0075939293, -0.955803633, -0.293907851, -0.0868270472, -0.293436676, 0.952028036, -0.996194482, 0.0182895511, -0.0852180496)
  1487. Part89.Color = Color3.new(1, 0, 0)
  1488. Part89.Position = Vector3.new(-79.1109695, 3.59294295, 66.9338074)
  1489. Part89.Orientation = Vector3.new(-72.1800003, -106.169998, -163.519989)
  1490. Part89.Color = Color3.new(1, 0, 0)
  1491. Part90.Parent = Model1
  1492. Part90.Material = Enum.Material.Neon
  1493. Part90.BrickColor = BrickColor.new("Really red")
  1494. Part90.Rotation = Vector3.new(-97.7299957, -81.0099945, -92.7900009)
  1495. Part90.Anchored = true
  1496. Part90.CanCollide = false
  1497. Part90.Size = Vector3.new(0.088407591, 0.176815182, 0.20375371)
  1498. Part90.CFrame = CFrame.new(-75.6303635, 4.05047131, 66.9204407, -0.00759398332, 0.156003729, -0.987727344, 0.0868270025, 0.984128773, 0.154767811, 0.996194482, -0.084586218, -0.0210188068)
  1499. Part90.Color = Color3.new(1, 0, 0)
  1500. Part90.Position = Vector3.new(-75.6303635, 4.05047131, 66.9204407)
  1501. Part90.Orientation = Vector3.new(-8.89999962, -91.2200012, 5.03999996)
  1502. Part90.Color = Color3.new(1, 0, 0)
  1503. Part91.Parent = Model1
  1504. Part91.Material = Enum.Material.Neon
  1505. Part91.BrickColor = BrickColor.new("Really red")
  1506. Part91.Rotation = Vector3.new(-95.0999985, -15.1300001, -90.4499969)
  1507. Part91.Anchored = true
  1508. Part91.CanCollide = false
  1509. Part91.Size = Vector3.new(0.0884075835, 0.147372633, 0.127730176)
  1510. Part91.CFrame = CFrame.new(-76.3484116, 3.5141418, 66.9617233, -0.00759394793, 0.965313554, -0.26098302, 0.0868269727, 0.260641515, 0.96152401, 0.996194482, -0.0153586343, -0.0857946575)
  1511. Part91.Color = Color3.new(1, 0, 0)
  1512. Part91.Position = Vector3.new(-76.3484116, 3.5141418, 66.9617233)
  1513. Part91.Orientation = Vector3.new(-74.0499954, -108.199997, 18.4200001)
  1514. Part91.Color = Color3.new(1, 0, 0)
  1515. Part92.Parent = Model1
  1516. Part92.Material = Enum.Material.Neon
  1517. Part92.BrickColor = BrickColor.new("Really red")
  1518. Part92.Rotation = Vector3.new(90.7099991, -85.6199951, 95.7099991)
  1519. Part92.Anchored = true
  1520. Part92.CanCollide = false
  1521. Part92.Size = Vector3.new(0.0884075835, 0.176815167, 0.425790519)
  1522. Part92.CFrame = CFrame.new(-74.99646, 3.99149466, 66.9304123, -0.00759399682, -0.0759418979, -0.997083306, 0.0868270099, 0.993296802, -0.0763148144, 0.996194482, -0.0871534124, -0.000949268695)
  1523. Part92.Color = Color3.new(1, 0, 0)
  1524. Part92.Position = Vector3.new(-74.99646, 3.99149466, 66.9304123)
  1525. Part92.Orientation = Vector3.new(4.38000011, -90.0499954, 5)
  1526. Part92.Color = Color3.new(1, 0, 0)
  1527. Part93.Parent = Model1
  1528. Part93.Material = Enum.Material.Neon
  1529. Part93.BrickColor = BrickColor.new("Really red")
  1530. Part93.Rotation = Vector3.new(85.2299957, -25.4099998, 90.4799957)
  1531. Part93.Anchored = true
  1532. Part93.CanCollide = false
  1533. Part93.Size = Vector3.new(0.0884075835, 0.176815167, 0.446891993)
  1534. Part93.CFrame = CFrame.new(-76.4175491, 3.58115554, 66.9553452, -0.00759401312, -0.903191447, -0.429170936, 0.086826995, 0.426967084, -0.90008986, 0.996194482, -0.0440989546, 0.0751791075)
  1535. Part93.Color = Color3.new(1, 0, 0)
  1536. Part93.Position = Vector3.new(-76.4175491, 3.58115554, 66.9553452)
  1537. Part93.Orientation = Vector3.new(64.1699982, -80.0599976, 11.4899998)
  1538. Part93.Color = Color3.new(1, 0, 0)
  1539. Part94.Parent = Model1
  1540. Part94.Material = Enum.Material.Neon
  1541. Part94.BrickColor = BrickColor.new("Really red")
  1542. Part94.Rotation = Vector3.new(85.2399979, -27.1099987, 90.4899979)
  1543. Part94.Anchored = true
  1544. Part94.CanCollide = false
  1545. Part94.Size = Vector3.new(0.088407591, 0.176678017, 0.22711277)
  1546. Part94.CFrame = CFrame.new(-76.1702271, 4.05614853, 66.9158478, -0.00759400986, -0.890140176, -0.455623358, 0.086826995, 0.453328967, -0.887105048, 0.996194482, -0.0462971367, 0.0738457218)
  1547. Part94.Color = Color3.new(1, 0, 0)
  1548. Part94.Position = Vector3.new(-76.1702271, 4.05614853, 66.9158478)
  1549. Part94.Orientation = Vector3.new(62.5099983, -80.7900009, 10.8400002)
  1550. Part94.Color = Color3.new(1, 0, 0)
  1551. Part95.Parent = Model1
  1552. Part95.Material = Enum.Material.Neon
  1553. Part95.BrickColor = BrickColor.new("Really red")
  1554. Part95.Rotation = Vector3.new(85.659996, -55.6399994, 90.7699966)
  1555. Part95.Anchored = true
  1556. Part95.CanCollide = false
  1557. Part95.Size = Vector3.new(0.0884075835, 0.176815167, 0.425790519)
  1558. Part95.CFrame = CFrame.new(-75.2561874, 4.6359663, 66.8722839, -0.00759399543, -0.564302742, -0.825533032, 0.0868270099, 0.822067201, -0.562732458, 0.996194482, -0.0759520233, 0.0427540168)
  1559. Part95.Color = Color3.new(1, 0, 0)
  1560. Part95.Position = Vector3.new(-75.2561874, 4.6359663, 66.8722839)
  1561. Part95.Orientation = Vector3.new(34.2399979, -87.0400009, 6.02999973)
  1562. Part95.Color = Color3.new(1, 0, 0)
  1563. Part96.Parent = Model1
  1564. Part96.Material = Enum.Material.Neon
  1565. Part96.BrickColor = BrickColor.new("Really red")
  1566. Part96.Rotation = Vector3.new(-95.0199966, -4.44999981, -90.4399948)
  1567. Part96.Anchored = true
  1568. Part96.CanCollide = false
  1569. Part96.Size = Vector3.new(0.088407591, 0.143101141, 0.203411072)
  1570. Part96.CFrame = CFrame.new(-73.8519516, 5.52945137, 66.8051147, -0.0075939605, 0.996951699, -0.0776498988, 0.0868270546, 0.0780163109, 0.993164539, 0.996194482, 0.000799925067, -0.0871549547)
  1571. Part96.Color = Color3.new(1, 0, 0)
  1572. Part96.Position = Vector3.new(-73.8519516, 5.52945137, 66.8051147)
  1573. Part96.Orientation = Vector3.new(-83.2999954, -138.300003, 48.0599976)
  1574. Part96.Color = Color3.new(1, 0, 0)
  1575. Part97.Parent = Model1
  1576. Part97.Material = Enum.Material.Neon
  1577. Part97.BrickColor = BrickColor.new("Really red")
  1578. Part97.Rotation = Vector3.new(-94.3399963, 55.8899994, -90.7799988)
  1579. Part97.Anchored = true
  1580. Part97.CanCollide = false
  1581. Part97.Size = Vector3.new(0.088407591, 0.175496936, 0.362327456)
  1582. Part97.CFrame = CFrame.new(-76.1047897, 4.2107296, 66.9028702, -0.00759398006, 0.560700953, 0.827983618, 0.0868270099, -0.824511111, 0.559145808, 0.996194482, 0.0761375725, -0.0424227305)
  1583. Part97.Color = Color3.new(1, 0, 0)
  1584. Part97.Position = Vector3.new(-76.1047897, 4.2107296, 66.9028702)
  1585. Part97.Orientation = Vector3.new(-34, 92.9300003, 173.98999)
  1586. Part97.Color = Color3.new(1, 0, 0)
  1587. Part98.Parent = Model1
  1588. Part98.Material = Enum.Material.Neon
  1589. Part98.BrickColor = BrickColor.new("Really red")
  1590. Part98.Rotation = Vector3.new(86.1500015, -68.9700012, 91.2099991)
  1591. Part98.Anchored = true
  1592. Part98.CanCollide = false
  1593. Part98.Size = Vector3.new(0.088407591, 0.176815182, 0.20375371)
  1594. Part98.CFrame = CFrame.new(-75.8349991, 4.37120247, 66.8909378, -0.00759398332, -0.358756334, -0.933400333, 0.0868270174, 0.929666042, -0.358027309, 0.996194482, -0.0837633237, 0.0240899157)
  1595. Part98.Color = Color3.new(1, 0, 0)
  1596. Part98.Position = Vector3.new(-75.8349991, 4.37120247, 66.8909378)
  1597. Part98.Orientation = Vector3.new(20.9799995, -88.5199966, 5.33999968)
  1598. Part98.Color = Color3.new(1, 0, 0)
  1599. Part99.Parent = Model1
  1600. Part99.Material = Enum.Material.Neon
  1601. Part99.BrickColor = BrickColor.new("Really red")
  1602. Part99.Rotation = Vector3.new(-94.8499985, 17.1299992, -90.4599991)
  1603. Part99.Anchored = true
  1604. Part99.CanCollide = false
  1605. Part99.Size = Vector3.new(0.0884075835, 0.166893631, 0.520854712)
  1606. Part99.CFrame = CFrame.new(-76.4605331, 3.59376979, 66.9539337, -0.0075939279, 0.955601931, 0.294570148, 0.0868269652, -0.292843938, 0.952222407, 0.996194482, 0.0328072309, -0.0807478651)
  1607. Part99.Color = Color3.new(1, 0, 0)
  1608. Part99.Position = Vector3.new(-76.4605331, 3.59376979, 66.9539337)
  1609. Part99.Orientation = Vector3.new(-72.2200012, 105.329994, 163.48999)
  1610. Part99.Color = Color3.new(1, 0, 0)
  1611. Part100.Parent = Model1
  1612. Part100.Material = Enum.Material.Neon
  1613. Part100.BrickColor = BrickColor.new("Really red")
  1614. Part100.Rotation = Vector3.new(85.6100006, -53.7999992, -89.2599945)
  1615. Part100.Anchored = true
  1616. Part100.CanCollide = false
  1617. Part100.Size = Vector3.new(0.088407591, 0.176815182, 0.308566362)
  1618. Part100.CFrame = CFrame.new(-80.6230698, 6.5478611, 66.664711, 0.0075940541, 0.590543926, -0.806969941, -0.0868270099, -0.803556263, -0.588863015, -0.996194482, 0.0745387226, 0.0451729894)
  1619. Part100.Color = Color3.new(1, 0, 0)
  1620. Part100.Position = Vector3.new(-80.6230698, 6.5478611, 66.664711)
  1621. Part100.Orientation = Vector3.new(36.079998, -86.7999954, -173.830002)
  1622. Part100.Color = Color3.new(1, 0, 0)
  1623. Part101.Parent = Model1
  1624. Part101.Material = Enum.Material.Neon
  1625. Part101.BrickColor = BrickColor.new("Really red")
  1626. Part101.Rotation = Vector3.new(85.3699951, -38.9799995, 90.5599976)
  1627. Part101.Anchored = true
  1628. Part101.CanCollide = false
  1629. Part101.Size = Vector3.new(0.088407591, 0.176815182, 0.224774137)
  1630. Part101.CFrame = CFrame.new(-76.223999, 3.81453776, 66.9364853, -0.00759403873, -0.777296543, -0.629088521, 0.086827077, 0.626218498, -0.774798632, 0.996194482, -0.0605058335, 0.0627349541)
  1631. Part101.Color = Color3.new(1, 0, 0)
  1632. Part101.Position = Vector3.new(-76.223999, 3.81453776, 66.9364853)
  1633. Part101.Orientation = Vector3.new(50.7899971, -84.3099976, 7.88999987)
  1634. Part101.Color = Color3.new(1, 0, 0)
  1635. Part102.Parent = Model1
  1636. Part102.Material = Enum.Material.Neon
  1637. Part102.BrickColor = BrickColor.new("Really red")
  1638. Part102.Rotation = Vector3.new(85.2299957, -25.6099987, 90.4799957)
  1639. Part102.Anchored = true
  1640. Part102.CanCollide = false
  1641. Part102.Size = Vector3.new(0.088407591, 0.176815182, 0.411184579)
  1642. Part102.CFrame = CFrame.new(-74.7487411, 5.21487188, 66.8256912, -0.00759401033, -0.901722491, -0.432248682, 0.086826995, 0.43003428, -0.898628414, 0.996194482, -0.0443550944, 0.0750282779)
  1643. Part102.Color = Color3.new(1, 0, 0)
  1644. Part102.Position = Vector3.new(-74.7487411, 5.21487188, 66.8256912)
  1645. Part102.Orientation = Vector3.new(63.9799995, -80.1500015, 11.4099998)
  1646. Part102.Color = Color3.new(1, 0, 0)
  1647. Part103.Parent = Model1
  1648. Part103.Material = Enum.Material.Neon
  1649. Part103.BrickColor = BrickColor.new("Really red")
  1650. Part103.Rotation = Vector3.new(85.0999985, -11.0599995, 90.4399948)
  1651. Part103.Anchored = true
  1652. Part103.CanCollide = false
  1653. Part103.Size = Vector3.new(0.088407591, 0.176815182, 0.309102625)
  1654. Part103.CFrame = CFrame.new(-73.7051163, 5.0428319, 66.8486633, -0.00759404711, -0.981398821, -0.191830412, 0.0868270621, 0.190464258, -0.977846861, 0.996194482, -0.024081884, 0.0837655738)
  1655. Part103.Color = Color3.new(1, 0, 0)
  1656. Part103.Position = Vector3.new(-73.7051163, 5.0428319, 66.8486633)
  1657. Part103.Orientation = Vector3.new(77.9199982, -66.409996, 24.5100002)
  1658. Part103.Color = Color3.new(1, 0, 0)
  1659. Part104.Parent = Model1
  1660. Part104.Material = Enum.Material.Neon
  1661. Part104.BrickColor = BrickColor.new("Really red")
  1662. Part104.Rotation = Vector3.new(84.8300018, 23.7600002, 90.4799957)
  1663. Part104.Anchored = true
  1664. Part104.CanCollide = false
  1665. Part104.Size = Vector3.new(0.088407591, 0.176815182, 0.308566362)
  1666. Part104.CFrame = CFrame.new(-73.7677155, 5.4951067, 66.8087311, -0.00759404432, -0.915192902, 0.402944565, 0.0868270323, -0.402038038, -0.911497653, 0.996194482, 0.0280645788, 0.0825166851)
  1667. Part104.Color = Color3.new(1, 0, 0)
  1668. Part104.Position = Vector3.new(-73.7677155, 5.4951067, 66.8087311)
  1669. Part104.Orientation = Vector3.new(65.7099991, 78.4300003, 167.809998)
  1670. Part104.Color = Color3.new(1, 0, 0)
  1671. Part105.Parent = Model1
  1672. Part105.Material = Enum.Material.Neon
  1673. Part105.BrickColor = BrickColor.new("Really red")
  1674. Part105.Rotation = Vector3.new(-94.1699982, 61.7199974, -90.9199982)
  1675. Part105.Anchored = true
  1676. Part105.CanCollide = false
  1677. Part105.Size = Vector3.new(0.088407591, 0.176815182, 0.236429453)
  1678. Part105.CFrame = CFrame.new(-75.8579483, 4.3626833, 66.8915024, -0.00759398332, 0.473702431, 0.880652249, 0.0868270099, -0.877039731, 0.472508043, 0.996194482, 0.0800527111, -0.0344699994)
  1679. Part105.Color = Color3.new(1, 0, 0)
  1680. Part105.Position = Vector3.new(-75.8579483, 4.3626833, 66.8915024)
  1681. Part105.Orientation = Vector3.new(-28.1999989, 92.2399979, 174.349991)
  1682. Part105.Color = Color3.new(1, 0, 0)
  1683. Part106.Parent = Model1
  1684. Part106.Material = Enum.Material.Neon
  1685. Part106.BrickColor = BrickColor.new("Really red")
  1686. Part106.Rotation = Vector3.new(84.4799957, 50.8600006, 90.6899948)
  1687. Part106.Anchored = true
  1688. Part106.CanCollide = false
  1689. Part106.Size = Vector3.new(0.0884075835, 0.176677987, 0.328501463)
  1690. Part106.CFrame = CFrame.new(-76.3177032, 3.97588158, 66.9217072, -0.00759400148, -0.631231844, 0.775557041, 0.0868269503, -0.773066998, -0.628354967, 0.996194601, 0.0625676066, 0.0606786609)
  1691. Part106.Color = Color3.new(1, 0, 0)
  1692. Part106.Position = Vector3.new(-76.3177032, 3.97588158, 66.9217072)
  1693. Part106.Orientation = Vector3.new(38.9300003, 85.5299988, 173.589996)
  1694. Part106.Color = Color3.new(1, 0, 0)
  1695. Part107.Parent = Model1
  1696. Part107.Material = Enum.Material.Neon
  1697. Part107.BrickColor = BrickColor.new("Really red")
  1698. Part107.Rotation = Vector3.new(85.4000015, -41.329998, 90.5799942)
  1699. Part107.Anchored = true
  1700. Part107.CanCollide = false
  1701. Part107.Size = Vector3.new(0.088407591, 0.176815182, 0.412914902)
  1702. Part107.CFrame = CFrame.new(-74.9606094, 4.89569855, 66.8518829, -0.00759400381, -0.750825346, -0.660457253, 0.0868270025, 0.657486737, -0.748446643, 0.996194482, -0.0630292296, 0.0601989552)
  1703. Part107.Color = Color3.new(1, 0, 0)
  1704. Part107.Position = Vector3.new(-74.9606094, 4.89569855, 66.8518829)
  1705. Part107.Orientation = Vector3.new(48.4599991, -84.7900009, 7.51999998)
  1706. Part107.Color = Color3.new(1, 0, 0)
  1707. Part108.Parent = Model1
  1708. Part108.Material = Enum.Material.Neon
  1709. Part108.BrickColor = BrickColor.new("Really red")
  1710. Part108.Rotation = Vector3.new(85.4399948, -44.3199997, 90.6100006)
  1711. Part108.Anchored = true
  1712. Part108.CanCollide = false
  1713. Part108.Size = Vector3.new(0.0884075835, 0.153928205, 0.28597948)
  1714. Part108.CFrame = CFrame.new(-76.5885696, 3.29385257, 66.9790878, -0.0075940052, -0.715371251, -0.698706448, 0.0868270025, 0.695626676, -0.713154078, 0.996194482, -0.0660816953, 0.0568308868)
  1715. Part108.Color = Color3.new(1, 0, 0)
  1716. Part108.Position = Vector3.new(-76.5885696, 3.29385257, 66.9790878)
  1717. Part108.Orientation = Vector3.new(45.4899979, -85.3499985, 7.10999966)
  1718. Part108.Color = Color3.new(1, 0, 0)
  1719. Part109.Parent = Model1
  1720. Part109.Material = Enum.Material.Neon
  1721. Part109.BrickColor = BrickColor.new("Really red")
  1722. Part109.Rotation = Vector3.new(-94.5099945, 47.1299973, -90.6399994)
  1723. Part109.Anchored = true
  1724. Part109.CanCollide = false
  1725. Part109.Size = Vector3.new(0.0884075835, 0.166893631, 0.520854712)
  1726. Part109.CFrame = CFrame.new(-76.562088, 3.68847871, 66.944931, -0.0075939633, 0.680285692, 0.732907772, 0.0868269354, -0.729712248, 0.678219199, 0.996194482, 0.0687865093, -0.0535257161)
  1727. Part109.Color = Color3.new(1, 0, 0)
  1728. Part109.Position = Vector3.new(-76.562088, 3.68847871, 66.944931)
  1729. Part109.Orientation = Vector3.new(-42.7000008, 94.1800003, 173.209991)
  1730. Part109.Color = Color3.new(1, 0, 0)
  1731. Part110.Parent = Model1
  1732. Part110.Material = Enum.Material.Neon
  1733. Part110.BrickColor = BrickColor.new("Really red")
  1734. Part110.Rotation = Vector3.new(85.4799957, -46.8600006, 90.6399994)
  1735. Part110.Anchored = true
  1736. Part110.CanCollide = false
  1737. Part110.Size = Vector3.new(0.0884075835, 0.176815167, 0.322586983)
  1738. Part110.CFrame = CFrame.new(-76.0190277, 4.24278259, 66.9007339, -0.00759400381, -0.683742881, -0.729683638, 0.0868270025, 0.726497829, -0.681661248, 0.996194482, -0.0685327724, 0.0538503155)
  1739. Part110.Color = Color3.new(1, 0, 0)
  1740. Part110.Position = Vector3.new(-76.0190277, 4.24278259, 66.9007339)
  1741. Part110.Orientation = Vector3.new(42.9699974, -85.7799988, 6.81999969)
  1742. Part110.Color = Color3.new(1, 0, 0)
  1743. Part111.Parent = Model1
  1744. Part111.Material = Enum.Material.Neon
  1745. Part111.BrickColor = BrickColor.new("Really red")
  1746. Part111.Rotation = Vector3.new(85.1299973, -13.79, 90.4499969)
  1747. Part111.Anchored = true
  1748. Part111.CanCollide = false
  1749. Part111.Size = Vector3.new(0.088407591, 0.152441859, 0.261689216)
  1750. Part111.CFrame = CFrame.new(-76.2982254, 3.62711453, 66.9522476, -0.00759404665, -0.971155941, -0.238324374, 0.0868270621, 0.236790702, -0.967673123, 0.996194482, -0.0280415565, 0.0825244188)
  1751. Part111.Color = Color3.new(1, 0, 0)
  1752. Part111.Position = Vector3.new(-76.2982254, 3.62711453, 66.9522476)
  1753. Part111.Orientation = Vector3.new(75.3899994, -70.9000015, 20.1399994)
  1754. Part111.Color = Color3.new(1, 0, 0)
  1755. Part112.Parent = Model1
  1756. Part112.Material = Enum.Material.Neon
  1757. Part112.BrickColor = BrickColor.new("Really red")
  1758. Part112.Rotation = Vector3.new(-94.6199951, 39.8400002, -90.5699997)
  1759. Part112.Anchored = true
  1760. Part112.CanCollide = false
  1761. Part112.Size = Vector3.new(0.088407591, 0.176815182, 0.327353835)
  1762. Part112.CFrame = CFrame.new(-74.0017395, 5.03866339, 66.8467255, -0.00759397075, 0.767753899, 0.640699923, 0.0868270248, -0.63779223, 0.765298724, 0.996194482, 0.0614417195, -0.061818406)
  1763. Part112.Color = Color3.new(1, 0, 0)
  1764. Part112.Position = Vector3.new(-74.0017395, 5.03866339, 66.8467255)
  1765. Part112.Orientation = Vector3.new(-49.9300003, 95.5099945, 172.25)
  1766. Part112.Color = Color3.new(1, 0, 0)
  1767. Part113.Parent = Model1
  1768. Part113.Material = Enum.Material.Neon
  1769. Part113.BrickColor = BrickColor.new("Really red")
  1770. Part113.Rotation = Vector3.new(85.0400009, -2.99000001, 90.4399948)
  1771. Part113.Anchored = true
  1772. Part113.CanCollide = false
  1773. Part113.Size = Vector3.new(0.088407591, 0.0724146739, 0.11659345)
  1774. Part113.CFrame = CFrame.new(-76.2907944, 3.44706178, 66.9679947, -0.00759404851, -0.99861002, -0.0521576405, 0.0868270621, 0.0513037033, -0.994902134, 0.996194482, -0.0120840333, 0.086316891)
  1775. Part113.Color = Color3.new(1, 0, 0)
  1776. Part113.Position = Vector3.new(-76.2907944, 3.44706178, 66.9679947)
  1777. Part113.Orientation = Vector3.new(84.2099991, -31.1399994, 59.4199982)
  1778. Part113.Color = Color3.new(1, 0, 0)
  1779. Part114.Parent = Model1
  1780. Part114.Material = Enum.Material.Neon
  1781. Part114.BrickColor = BrickColor.new("Really red")
  1782. Part114.Rotation = Vector3.new(-95.25, -31.6799984, 89.4899979)
  1783. Part114.Anchored = true
  1784. Part114.CanCollide = false
  1785. Part114.Size = Vector3.new(0.088407591, 0.176815182, 0.236429453)
  1786. Part114.CFrame = CFrame.new(-79.381897, 4.52707958, 66.8503113, 0.0075939917, -0.850930512, -0.525223255, -0.086826995, -0.523816288, 0.84739542, -0.996194482, 0.0391685143, -0.0778617039)
  1787. Part114.Color = Color3.new(1, 0, 0)
  1788. Part114.Position = Vector3.new(-79.381897, 4.52707958, 66.8503113)
  1789. Part114.Orientation = Vector3.new(-57.9300003, -98.4300003, -170.589996)
  1790. Part114.Color = Color3.new(1, 0, 0)
  1791. Part115.Parent = Model1
  1792. Part115.Material = Enum.Material.Neon
  1793. Part115.BrickColor = BrickColor.new("Really red")
  1794. Part115.Rotation = Vector3.new(85.6500015, -55.6100006, 90.7699966)
  1795. Part115.Anchored = true
  1796. Part115.CanCollide = false
  1797. Part115.Size = Vector3.new(0.088407591, 0.176815182, 0.411184579)
  1798. Part115.CFrame = CFrame.new(-74.2665176, 4.24027729, 66.9143219, -0.00759401452, -0.564791441, -0.82519877, 0.086826995, 0.82173413, -0.56321907, 0.996194482, -0.0759267062, 0.042798955)
  1799. Part115.Color = Color3.new(1, 0, 0)
  1800. Part115.Position = Vector3.new(-74.2665176, 4.24027729, 66.9143219)
  1801. Part115.Orientation = Vector3.new(34.2799988, -87.0299988, 6.02999973)
  1802. Part115.Color = Color3.new(1, 0, 0)
  1803. Part116.Parent = Model1
  1804. Part116.Material = Enum.Material.Neon
  1805. Part116.BrickColor = BrickColor.new("Really red")
  1806. Part116.Rotation = Vector3.new(-95.0299988, -6.79999971, -90.4399948)
  1807. Part116.Anchored = true
  1808. Part116.CanCollide = false
  1809. Part116.Size = Vector3.new(0.0884075835, 0.176815167, 0.231121078)
  1810. Part116.CFrame = CFrame.new(-76.3620834, 3.68113971, 66.9470444, -0.00759394746, 0.992932141, -0.118439972, 0.0868269801, 0.118650883, 0.989133239, 0.996194601, -0.00277237874, -0.0871144384)
  1811. Part116.Color = Color3.new(1, 0, 0)
  1812. Part116.Position = Vector3.new(-76.3620834, 3.68113971, 66.9470444)
  1813. Part116.Orientation = Vector3.new(-81.5499954, -126.339996, 36.2000008)
  1814. Part116.Color = Color3.new(1, 0, 0)
  1815. Part117.Parent = Model1
  1816. Part117.Material = Enum.Material.Neon
  1817. Part117.BrickColor = BrickColor.new("Really red")
  1818. Part117.Rotation = Vector3.new(-94.6800003, 34.4899979, 89.4700012)
  1819. Part117.Anchored = true
  1820. Part117.CanCollide = false
  1821. Part117.Size = Vector3.new(0.088407591, 0.143101141, 0.203411072)
  1822. Part117.CFrame = CFrame.new(-80.5327988, 6.53569317, 66.6664581, 0.00759399263, -0.824162006, 0.566303253, -0.0868269578, 0.563637435, 0.821446955, -0.996194601, -0.0554084815, -0.067279309)
  1823. Part117.Color = Color3.new(1, 0, 0)
  1824. Part117.Position = Vector3.new(-80.5327988, 6.53569317, 66.6664581)
  1825. Part117.Orientation = Vector3.new(-55.2299995, 96.7799988, -8.76000023)
  1826. Part117.Color = Color3.new(1, 0, 0)
  1827. Part118.Parent = Model1
  1828. Part118.Material = Enum.Material.Neon
  1829. Part118.BrickColor = BrickColor.new("Really red")
  1830. Part118.Rotation = Vector3.new(85.6500015, -55.4099998, 90.7699966)
  1831. Part118.Anchored = true
  1832. Part118.CanCollide = false
  1833. Part118.Size = Vector3.new(0.0884075835, 0.176815167, 0.446891993)
  1834. Part118.CFrame = CFrame.new(-76.5312119, 3.65615153, 66.9479599, -0.00759401871, -0.567605078, -0.82326597, 0.0868270025, 0.819806576, -0.566020727, 0.996194482, -0.0757801831, 0.0430578813)
  1835. Part118.Color = Color3.new(1, 0, 0)
  1836. Part118.Position = Vector3.new(-76.5312119, 3.65615153, 66.9479599)
  1837. Part118.Orientation = Vector3.new(34.4699974, -87.0099945, 6.04999971)
  1838. Part118.Color = Color3.new(1, 0, 0)
  1839. Part119.Parent = Model1
  1840. Part119.Material = Enum.Material.Neon
  1841. Part119.BrickColor = BrickColor.new("Really red")
  1842. Part119.Rotation = Vector3.new(-95.6199951, -55.6299973, 89.2299957)
  1843. Part119.Anchored = true
  1844. Part119.CanCollide = false
  1845. Part119.Size = Vector3.new(0.088407591, 0.176815182, 0.70963335)
  1846. Part119.CFrame = CFrame.new(-79.7115479, 4.80018139, 66.8239822, 0.00759400381, -0.564487934, -0.825406373, -0.0868270025, -0.82268554, 0.561828256, -0.996194482, 0.0674011409, -0.0552603379)
  1847. Part119.Color = Color3.new(1, 0, 0)
  1848. Part119.Position = Vector3.new(-79.7115479, 4.80018139, 66.8239822)
  1849. Part119.Orientation = Vector3.new(-34.1800003, -93.8299942, -173.979996)
  1850. Part119.Color = Color3.new(1, 0, 0)
  1851. Part120.Parent = Model1
  1852. Part120.Material = Enum.Material.Neon
  1853. Part120.BrickColor = BrickColor.new("Really red")
  1854. Part120.Rotation = Vector3.new(86.5699997, -74.3199997, 91.6100006)
  1855. Part120.Anchored = true
  1856. Part120.CanCollide = false
  1857. Part120.Size = Vector3.new(0.0884075835, 0.153928205, 0.28597948)
  1858. Part120.CFrame = CFrame.new(-76.8234177, 3.49241853, 66.9599838, -0.00759400567, -0.270175904, -0.962781072, 0.0868270025, 0.958994985, -0.269798189, 0.996194482, -0.0856443569, 0.0161759816)
  1859. Part120.Color = Color3.new(1, 0, 0)
  1860. Part120.Position = Vector3.new(-76.8234177, 3.49241853, 66.9599838)
  1861. Part120.Orientation = Vector3.new(15.6499996, -89.0400009, 5.17000008)
  1862. Part120.Color = Color3.new(1, 0, 0)
  1863. Part121.Parent = Model1
  1864. Part121.Material = Enum.Material.Neon
  1865. Part121.BrickColor = BrickColor.new("Really red")
  1866. Part121.Rotation = Vector3.new(86.2200012, -70.0699997, 91.2799988)
  1867. Part121.Anchored = true
  1868. Part121.CanCollide = false
  1869. Part121.Size = Vector3.new(0.088407591, 0.176815182, 0.350277036)
  1870. Part121.CFrame = CFrame.new(-75.5768967, 4.46665335, 66.8845825, -0.00759398239, -0.340784639, -0.940110743, 0.0868270174, 0.936363101, -0.340127498, 0.996194482, -0.0842100307, 0.0224786326)
  1871. Part121.Color = Color3.new(1, 0, 0)
  1872. Part121.Position = Vector3.new(-75.5768967, 4.46665335, 66.8845825)
  1873. Part121.Orientation = Vector3.new(19.8799992, -88.6299973, 5.29999971)
  1874. Part121.Color = Color3.new(1, 0, 0)
  1875. Part122.Parent = Model1
  1876. Part122.Material = Enum.Material.Neon
  1877. Part122.BrickColor = BrickColor.new("Really red")
  1878. Part122.Rotation = Vector3.new(85.5499954, -50.8999977, 90.6899948)
  1879. Part122.Anchored = true
  1880. Part122.CanCollide = false
  1881. Part122.Size = Vector3.new(0.0884075835, 0.131340966, 0.208168983)
  1882. Part122.CFrame = CFrame.new(-76.7555618, 3.12364888, 66.9926453, -0.00759400148, -0.630572498, -0.776093185, 0.0868270025, 0.772769153, -0.628721237, 0.996194482, -0.0721604526, 0.0488823839)
  1883. Part122.Color = Color3.new(1, 0, 0)
  1884. Part122.Position = Vector3.new(-76.7555618, 3.12364888, 66.9926453)
  1885. Part122.Orientation = Vector3.new(38.9599991, -86.4000015, 6.40999985)
  1886. Part122.Color = Color3.new(1, 0, 0)
  1887. Part123.Parent = Model1
  1888. Part123.Material = Enum.Material.Neon
  1889. Part123.BrickColor = BrickColor.new("Really red")
  1890. Part123.Rotation = Vector3.new(85.3699951, -38.7199974, 90.5599976)
  1891. Part123.Anchored = true
  1892. Part123.CanCollide = false
  1893. Part123.Size = Vector3.new(0.0884075835, 0.176815167, 0.440075517)
  1894. Part123.CFrame = CFrame.new(-73.9783096, 4.50958252, 66.8930206, -0.00759402756, -0.780180871, -0.62550801, 0.0868269876, 0.622649133, -0.777669132, 0.996194482, -0.0602166206, 0.0630123392)
  1895. Part123.Color = Color3.new(1, 0, 0)
  1896. Part123.Position = Vector3.new(-73.9783096, 4.50958252, 66.8930206)
  1897. Part123.Orientation = Vector3.new(51.0499992, -84.25, 7.94000006)
  1898. Part123.Color = Color3.new(1, 0, 0)
  1899. Part124.Parent = Model1
  1900. Part124.Material = Enum.Material.Neon
  1901. Part124.BrickColor = BrickColor.new("Really red")
  1902. Part124.Rotation = Vector3.new(84.9499969, 9.55000019, 90.4399948)
  1903. Part124.Anchored = true
  1904. Part124.CanCollide = false
  1905. Part124.Size = Vector3.new(0.088407591, 0.176815182, 0.21673049)
  1906. Part124.CFrame = CFrame.new(-73.6938171, 5.2689023, 66.8290176, -0.00759404665, -0.986116827, 0.165879712, 0.0868270397, -0.165908381, -0.982312024, 0.996194482, 0.0069431481, 0.0868816227)
  1907. Part124.Color = Color3.new(1, 0, 0)
  1908. Part124.Position = Vector3.new(-73.6938171, 5.2689023, 66.8290176)
  1909. Part124.Orientation = Vector3.new(79.2099991, 62.3599968, 152.37999)
  1910. Part124.Color = Color3.new(1, 0, 0)
  1911. Part125.Parent = Model1
  1912. Part125.Material = Enum.Material.Neon
  1913. Part125.BrickColor = BrickColor.new("Really red")
  1914. Part125.Rotation = Vector3.new(84.7999954, 26.2799988, -89.5099945)
  1915. Part125.Anchored = true
  1916. Part125.CanCollide = false
  1917. Part125.Size = Vector3.new(0.0884075835, 0.176815167, 0.278970659)
  1918. Part125.CFrame = CFrame.new(-81.7815704, 4.7867713, 66.8093948, 0.00759402988, 0.896599054, 0.442778051, -0.0868270248, 0.441709936, -0.892947316, -0.996194482, -0.0316640884, 0.0812034979)
  1919. Part125.Color = Color3.new(1, 0, 0)
  1920. Part125.Position = Vector3.new(-81.7815704, 4.7867713, 66.8093948)
  1921. Part125.Orientation = Vector3.new(63.25, 79.6100006, -11.1199999)
  1922. Part125.Color = Color3.new(1, 0, 0)
  1923. Part126.Parent = Model1
  1924. Part126.Material = Enum.Material.Neon
  1925. Part126.BrickColor = BrickColor.new("Really red")
  1926. Part126.Rotation = Vector3.new(84.4300003, 53.7599983, 90.7399979)
  1927. Part126.Anchored = true
  1928. Part126.CanCollide = false
  1929. Part126.Size = Vector3.new(0.088407591, 0.176815182, 0.308566362)
  1930. Part126.CFrame = CFrame.new(-74.9462967, 6.54963303, 66.7078476, -0.0075940541, -0.591105998, 0.806558073, 0.0868270099, -0.803925335, -0.588359177, 0.996194482, 0.0655630976, 0.0574290901)
  1931. Part126.Color = Color3.new(1, 0, 0)
  1932. Part126.Position = Vector3.new(-74.9462967, 6.54963303, 66.7078476)
  1933. Part126.Orientation = Vector3.new(36.0400009, 85.9300003, 173.839996)
  1934. Part126.Color = Color3.new(1, 0, 0)
  1935. Part127.Parent = Model1
  1936. Part127.Material = Enum.Material.Neon
  1937. Part127.BrickColor = BrickColor.new("Really red")
  1938. Part127.Rotation = Vector3.new(84.7999954, 27.0699997, -89.5099945)
  1939. Part127.Anchored = true
  1940. Part127.CanCollide = false
  1941. Part127.Size = Vector3.new(0.088407591, 0.176678017, 0.22711277)
  1942. Part127.CFrame = CFrame.new(-79.4009323, 4.05516529, 66.8912964, 0.0075940066, 0.890458047, 0.45500201, -0.0868270099, 0.453884155, -0.886821091, -0.996194482, -0.0327720009, 0.0807627141)
  1943. Part127.Color = Color3.new(1, 0, 0)
  1944. Part127.Position = Vector3.new(-79.4009323, 4.05516529, 66.8912964)
  1945. Part127.Orientation = Vector3.new(62.4799995, 79.9300003, -10.8299999)
  1946. Part127.Color = Color3.new(1, 0, 0)
  1947. Part128.Parent = Model1
  1948. Part128.Material = Enum.Material.Neon
  1949. Part128.BrickColor = BrickColor.new("Really red")
  1950. Part128.Rotation = Vector3.new(83.8199997, 70.0299988, -88.7299957)
  1951. Part128.Anchored = true
  1952. Part128.CanCollide = false
  1953. Part128.Size = Vector3.new(0.088407591, 0.176815182, 0.350277036)
  1954. Part128.CFrame = CFrame.new(-79.9940186, 4.46529055, 66.8510361, 0.00759398565, 0.341433495, 0.939875364, -0.0868269876, 0.936577737, -0.339533985, -0.996194482, -0.0790281221, 0.0367579944)
  1955. Part128.Color = Color3.new(1, 0, 0)
  1956. Part128.Position = Vector3.new(-79.9940186, 4.46529055, 66.8510361)
  1957. Part128.Orientation = Vector3.new(19.8500004, 87.7599945, -5.29999971)
  1958. Part128.Color = Color3.new(1, 0, 0)
  1959. Part129.Parent = Model1
  1960. Part129.Material = Enum.Material.Neon
  1961. Part129.BrickColor = BrickColor.new("Really red")
  1962. Part129.Rotation = Vector3.new(-93.9599991, 66.8600006, -91.1100006)
  1963. Part129.Anchored = true
  1964. Part129.CanCollide = false
  1965. Part129.Size = Vector3.new(0.088407591, 0.176815182, 0.39690578)
  1966. Part129.CFrame = CFrame.new(-74.5323181, 4.62577152, 66.878685, -0.00759398937, 0.392958879, 0.919524729, 0.0868270025, -0.915819705, 0.392092645, 0.996194482, 0.0828172192, -0.0271647647)
  1967. Part129.Color = Color3.new(1, 0, 0)
  1968. Part129.Position = Vector3.new(-74.5323181, 4.62577152, 66.878685)
  1969. Part129.Orientation = Vector3.new(-23.0799999, 91.6899948, 174.580002)
  1970. Part129.Color = Color3.new(1, 0, 0)
  1971. Part130.Parent = Model1
  1972. Part130.Material = Enum.Material.Neon
  1973. Part130.BrickColor = BrickColor.new("Really red")
  1974. Part130.Rotation = Vector3.new(-94.4700012, 49.6100006, -90.6699982)
  1975. Part130.Anchored = true
  1976. Part130.CanCollide = false
  1977. Part130.Size = Vector3.new(0.088407591, 0.176815182, 0.362818539)
  1978. Part130.CFrame = CFrame.new(-74.2341614, 4.80686331, 66.8651657, -0.0075939754, 0.647946119, 0.761648297, 0.0868270099, -0.758366883, 0.646020293, 0.996194482, 0.0710375905, -0.0505002774)
  1979. Part130.Color = Color3.new(1, 0, 0)
  1980. Part130.Position = Vector3.new(-74.2341614, 4.80686331, 66.8651657)
  1981. Part130.Orientation = Vector3.new(-40.2399979, 93.7900009, 173.470001)
  1982. Part130.Color = Color3.new(1, 0, 0)
  1983. Part131.Parent = Model1
  1984. Part131.Material = Enum.Material.Neon
  1985. Part131.BrickColor = BrickColor.new("Really red")
  1986. Part131.Rotation = Vector3.new(-94.5999985, 40.8499985, -90.5799942)
  1987. Part131.Anchored = true
  1988. Part131.CanCollide = false
  1989. Part131.Size = Vector3.new(0.0884075835, 0.131340966, 0.362350911)
  1990. Part131.CFrame = CFrame.new(-76.6574249, 3.24503779, 66.9828186, -0.00759394001, 0.756341755, 0.654132724, 0.0868269429, -0.651182294, 0.753938198, 0.996194482, 0.062521711, -0.0607258007)
  1991. Part131.Color = Color3.new(1, 0, 0)
  1992. Part131.Position = Vector3.new(-76.6574249, 3.24503779, 66.9828186)
  1993. Part131.Orientation = Vector3.new(-48.9300003, 95.2999954, 172.410004)
  1994. Part131.Color = Color3.new(1, 0, 0)
  1995. Part132.Parent = Model1
  1996. Part132.Material = Enum.Material.Neon
  1997. Part132.BrickColor = BrickColor.new("Really red")
  1998. Part132.Rotation = Vector3.new(84.7999954, 27.0100002, 90.4899979)
  1999. Part132.Anchored = true
  2000. Part132.CanCollide = false
  2001. Part132.Size = Vector3.new(0.088407591, 0.0724146739, 0.11659345)
  2002. Part132.CFrame = CFrame.new(-76.1043091, 3.51981854, 66.9631042, -0.00759406388, -0.890898645, 0.454138815, 0.0868270174, -0.453024417, -0.887260497, 0.996194482, 0.032693658, 0.0807944536)
  2003. Part132.Color = Color3.new(1, 0, 0)
  2004. Part132.Position = Vector3.new(-76.1043091, 3.51981854, 66.9631042)
  2005. Part132.Orientation = Vector3.new(62.5299988, 79.909996, 169.149994)
  2006. Part132.Color = Color3.new(1, 0, 0)
  2007. Part133.Parent = Model1
  2008. Part133.Material = Enum.Material.Neon
  2009. Part133.BrickColor = BrickColor.new("Really red")
  2010. Part133.Rotation = Vector3.new(-94.909996, 9.84999943, -90.4399948)
  2011. Part133.Anchored = true
  2012. Part133.CanCollide = false
  2013. Part133.Size = Vector3.new(0.088407591, 0.176815182, 0.327353835)
  2014. Part133.CFrame = CFrame.new(-74.9199295, 6.03790474, 66.7526398, -0.00759398239, 0.985244334, 0.17098543, 0.0868270248, -0.169695005, 0.981664956, 0.996194482, 0.0223009158, -0.0842572823)
  2015. Part133.Color = Color3.new(1, 0, 0)
  2016. Part133.Position = Vector3.new(-74.9199295, 6.03790474, 66.7526398)
  2017. Part133.Orientation = Vector3.new(-79.0099945, 116.229996, 152.899994)
  2018. Part133.Color = Color3.new(1, 0, 0)
  2019. Part134.Parent = Model1
  2020. Part134.Material = Enum.Material.Neon
  2021. Part134.BrickColor = BrickColor.new("Really red")
  2022. Part134.Rotation = Vector3.new(84.659996, 39.5499992, 90.5599976)
  2023. Part134.Anchored = true
  2024. Part134.CanCollide = false
  2025. Part134.Size = Vector3.new(0.088407591, 0.176815182, 0.21673049)
  2026. Part134.CFrame = CFrame.new(-74.7687378, 6.39060307, 66.723053, -0.00759405829, -0.771059811, 0.636717379, 0.0868270099, -0.634839773, -0.767750502, 0.996194482, 0.0494539924, 0.0717699081)
  2027. Part134.Color = Color3.new(1, 0, 0)
  2028. Part134.Position = Vector3.new(-74.7687378, 6.39060307, 66.723053)
  2029. Part134.Orientation = Vector3.new(50.1499977, 83.5699997, 172.209991)
  2030. Part134.Color = Color3.new(1, 0, 0)
  2031. Part135.Parent = Model1
  2032. Part135.Material = Enum.Material.Neon
  2033. Part135.BrickColor = BrickColor.new("Really red")
  2034. Part135.Rotation = Vector3.new(-95.1199951, -18.1199989, -90.4599991)
  2035. Part135.Anchored = true
  2036. Part135.CanCollide = false
  2037. Part135.Size = Vector3.new(0.0884075835, 0.176815167, 0.230464101)
  2038. Part135.CFrame = CFrame.new(-76.4135056, 3.89904571, 66.927681, -0.0075939321, 0.950387061, -0.310976952, 0.0868269876, 0.310438335, 0.946620643, 0.996194482, -0.0198126584, -0.0848768055)
  2039. Part135.Color = Color3.new(1, 0, 0)
  2040. Part135.Position = Vector3.new(-76.4135056, 3.89904571, 66.927681)
  2041. Part135.Orientation = Vector3.new(-71.1899948, -105.269997, 15.6300001)
  2042. Part135.Color = Color3.new(1, 0, 0)
  2043. Part136.Parent = Model1
  2044. Part136.Material = Enum.Material.Neon
  2045. Part136.BrickColor = BrickColor.new("Really red")
  2046. Part136.Rotation = Vector3.new(-95.3099976, -36.7999992, -90.5400009)
  2047. Part136.Anchored = true
  2048. Part136.CanCollide = false
  2049. Part136.Size = Vector3.new(0.0884075835, 0.176815167, 0.231121078)
  2050. Part136.CFrame = CFrame.new(-76.283577, 3.68702483, 66.9471359, -0.00759393908, 0.800683081, -0.599040091, 0.086826995, 0.597323179, 0.797287583, 0.996194482, -0.0459583662, -0.0740570351)
  2051. Part136.Color = Color3.new(1, 0, 0)
  2052. Part136.Position = Vector3.new(-76.283577, 3.68702483, 66.9471359)
  2053. Part136.Orientation = Vector3.new(-52.8699989, -97.0499954, 8.2699995)
  2054. Part136.Color = Color3.new(1, 0, 0)
  2055. Part137.Parent = Model1
  2056. Part137.Material = Enum.Material.Neon
  2057. Part137.BrickColor = BrickColor.new("Really red")
  2058. Part137.Rotation = Vector3.new(-94.7699966, 25.8899994, -90.4799957)
  2059. Part137.Anchored = true
  2060. Part137.CanCollide = false
  2061. Part137.Size = Vector3.new(0.088407591, 0.175496936, 0.362327456)
  2062. Part137.CFrame = CFrame.new(-76.326416, 4.27360153, 66.8956985, -0.00759398611, 0.899571598, 0.436707348, 0.0868270323, -0.434477717, 0.896488547, 0.996194482, 0.0447259732, -0.0748078153)
  2063. Part137.Color = Color3.new(1, 0, 0)
  2064. Part137.Position = Vector3.new(-76.326416, 4.27360153, 66.8956985)
  2065. Part137.Orientation = Vector3.new(-63.6999969, 99.7200012, 168.699997)
  2066. Part137.Color = Color3.new(1, 0, 0)
  2067. Part138.Parent = Model1
  2068. Part138.Material = Enum.Material.Neon
  2069. Part138.BrickColor = BrickColor.new("Really red")
  2070. Part138.Rotation = Vector3.new(-94.3399963, 55.6699982, -90.7699966)
  2071. Part138.Anchored = true
  2072. Part138.CanCollide = false
  2073. Part138.Size = Vector3.new(0.088407591, 0.176815182, 0.70963335)
  2074. Part138.CFrame = CFrame.new(-75.8590546, 4.80139446, 66.8532944, -0.00759400381, 0.563912928, 0.825799406, 0.0868270025, -0.822332859, 0.562344253, 0.996194482, 0.0759722143, -0.0427181385)
  2075. Part138.Color = Color3.new(1, 0, 0)
  2076. Part138.Position = Vector3.new(-75.8590546, 4.80139446, 66.8532944)
  2077. Part138.Orientation = Vector3.new(-34.2199974, 92.9599991, 173.970001)
  2078. Part138.Color = Color3.new(1, 0, 0)
  2079. Part139.Parent = Model1
  2080. Part139.Material = Enum.Material.Neon
  2081. Part139.BrickColor = BrickColor.new("Really red")
  2082. Part139.Rotation = Vector3.new(-94.9300003, 6.83999968, 89.5599976)
  2083. Part139.Anchored = true
  2084. Part139.CanCollide = false
  2085. Part139.Size = Vector3.new(0.0884075835, 0.176815167, 0.231121078)
  2086. Part139.CFrame = CFrame.new(-79.2092972, 3.68026376, 66.9254379, 0.00759394746, -0.992849171, 0.119133055, -0.0868270397, 0.118031934, 0.989207268, -0.996194482, -0.0178559665, -0.085309945)
  2087. Part139.Color = Color3.new(1, 0, 0)
  2088. Part139.Position = Vector3.new(-79.2092972, 3.68026376, 66.9254379)
  2089. Part139.Orientation = Vector3.new(-81.5699997, 125.610001, -36.3400002)
  2090. Part139.Color = Color3.new(1, 0, 0)
  2091. Part140.Parent = Model1
  2092. Part140.Material = Enum.Material.Neon
  2093. Part140.BrickColor = BrickColor.new("Really red")
  2094. Part140.Rotation = Vector3.new(-95.0899963, -14.4299994, -90.4499969)
  2095. Part140.Anchored = true
  2096. Part140.CanCollide = false
  2097. Part140.Size = Vector3.new(0.088407591, 0.176815182, 0.336720973)
  2098. Part140.CFrame = CFrame.new(-74.9324646, 6.3239851, 66.727623, -0.00759398332, 0.968405902, -0.249263868, 0.0868270472, 0.248968363, 0.964612365, 0.996194482, -0.0143176299, -0.085974589)
  2099. Part140.Color = Color3.new(1, 0, 0)
  2100. Part140.Position = Vector3.new(-74.9324646, 6.3239851, 66.727623)
  2101. Part140.Orientation = Vector3.new(-74.7099991, -109.029999, 19.2299995)
  2102. Part140.Color = Color3.new(1, 0, 0)
  2103. Part141.Parent = Model1
  2104. Part141.Material = Enum.Material.Neon
  2105. Part141.BrickColor = BrickColor.new("Really red")
  2106. Part141.Rotation = Vector3.new(-92.2200012, 81.0499954, 87.1999969)
  2107. Part141.Anchored = true
  2108. Part141.CanCollide = false
  2109. Part141.Size = Vector3.new(0.088407591, 0.176815182, 0.20375371)
  2110. Part141.CFrame = CFrame.new(-79.9407272, 4.04912758, 66.8877258, 0.00759398332, -0.155323029, 0.987834513, -0.0868270025, 0.984030306, 0.155392334, -0.996194482, -0.0869508609, -0.00601354521)
  2111. Part141.Color = Color3.new(1, 0, 0)
  2112. Part141.Position = Vector3.new(-79.9407272, 4.04912758, 66.8877258)
  2113. Part141.Orientation = Vector3.new(-8.93999958, 90.3499985, -5.03999996)
  2114. Part141.Color = Color3.new(1, 0, 0)
  2115. Part142.Parent = Model1
  2116. Part142.Material = Enum.Material.Neon
  2117. Part142.BrickColor = BrickColor.new("Really red")
  2118. Part142.Rotation = Vector3.new(85.0899963, -8.97999954, 90.4399948)
  2119. Part142.Anchored = true
  2120. Part142.CanCollide = false
  2121. Part142.Size = Vector3.new(0.088407591, 0.176815182, 0.224774137)
  2122. Part142.CFrame = CFrame.new(-76.230896, 3.87121177, 66.9315109, -0.00759406853, -0.987702847, -0.156158492, 0.0868270546, 0.154922009, -0.984104455, 0.996194482, -0.0210321508, 0.0845829472)
  2123. Part142.Color = Color3.new(1, 0, 0)
  2124. Part142.Position = Vector3.new(-76.230896, 3.87121177, 66.9315109)
  2125. Part142.Orientation = Vector3.new(79.7699966, -61.5599976, 29.2699986)
  2126. Part142.Color = Color3.new(1, 0, 0)
  2127. Part143.Parent = Model1
  2128. Part143.Material = Enum.Material.Neon
  2129. Part143.BrickColor = BrickColor.new("Really red")
  2130. Part143.Rotation = Vector3.new(-89.25, 85.6500015, -95.75)
  2131. Part143.Anchored = true
  2132. Part143.CanCollide = false
  2133. Part143.Size = Vector3.new(0.088407591, 0.176815182, 0.70963335)
  2134. Part143.CFrame = CFrame.new(-75.4352951, 4.43518353, 66.8884125, -0.00759400381, 0.0754697248, 0.997119129, 0.0868270025, -0.993332803, 0.0758443922, 0.996194482, 0.0871529579, 0.000990549568)
  2135. Part143.Color = Color3.new(1, 0, 0)
  2136. Part143.Position = Vector3.new(-75.4352951, 4.43518353, 66.8884125)
  2137. Part143.Orientation = Vector3.new(-4.3499999, 89.9399948, 175)
  2138. Part143.Color = Color3.new(1, 0, 0)
  2139. Part144.Parent = Model1
  2140. Part144.Material = Enum.Material.Neon
  2141. Part144.BrickColor = BrickColor.new("Really red")
  2142. Part144.Rotation = Vector3.new(84.6699982, 38.6800003, -89.4399948)
  2143. Part144.Anchored = true
  2144. Part144.CanCollide = false
  2145. Part144.Size = Vector3.new(0.0884075835, 0.176815167, 0.440075517)
  2146. Part144.CFrame = CFrame.new(-81.5925446, 4.50722265, 66.8351593, 0.0075940243, 0.780614674, 0.624966323, -0.0868270174, 0.623139024, -0.77727741, -0.996194482, -0.0483613722, 0.0725106746)
  2147. Part144.Color = Color3.new(1, 0, 0)
  2148. Part144.Position = Vector3.new(-81.5925446, 4.50722265, 66.8351593)
  2149. Part144.Orientation = Vector3.new(51.0099983, 83.3799973, -7.92999983)
  2150. Part144.Color = Color3.new(1, 0, 0)
  2151. Part145.Parent = Model1
  2152. Part145.Material = Enum.Material.Neon
  2153. Part145.BrickColor = BrickColor.new("Really red")
  2154. Part145.Rotation = Vector3.new(-96.2299957, -70.8099976, 88.6800003)
  2155. Part145.Anchored = true
  2156. Part145.CanCollide = false
  2157. Part145.Size = Vector3.new(0.0884075835, 0.131340966, 0.362350911)
  2158. Part145.CFrame = CFrame.new(-78.6639404, 3.48391175, 66.9466858, 0.00759397633, -0.328601927, -0.94443804, -0.0868270844, -0.941114843, 0.326747507, -0.996194482, 0.0795214847, -0.0356783494)
  2159. Part145.Color = Color3.new(1, 0, 0)
  2160. Part145.Position = Vector3.new(-78.6639404, 3.48391175, 66.9466858)
  2161. Part145.Orientation = Vector3.new(-19.0699997, -92.159996, -174.729996)
  2162. Part145.Color = Color3.new(1, 0, 0)
  2163. Part146.Parent = Model1
  2164. Part146.Material = Enum.Material.Neon
  2165. Part146.BrickColor = BrickColor.new("Really red")
  2166. Part146.Rotation = Vector3.new(85.0899963, -8.72000027, 90.4399948)
  2167. Part146.Anchored = true
  2168. Part146.CanCollide = false
  2169. Part146.Size = Vector3.new(0.0884075835, 0.176815167, 0.440075517)
  2170. Part146.CFrame = CFrame.new(-74.6341019, 5.59162331, 66.7937164, -0.00759401266, -0.988410294, -0.151616797, 0.0868269876, 0.150396839, -0.98480618, 0.996194482, -0.0206430703, 0.0846786723)
  2171. Part146.Color = Color3.new(1, 0, 0)
  2172. Part146.Position = Vector3.new(-74.6341019, 5.59162331, 66.7937164)
  2173. Part146.Orientation = Vector3.new(80, -60.8199997, 30)
  2174. Part146.Color = Color3.new(1, 0, 0)
  2175. Part147.Parent = Model1
  2176. Part147.Material = Enum.Material.Neon
  2177. Part147.BrickColor = BrickColor.new("Really red")
  2178. Part147.Rotation = Vector3.new(-95.4199982, -45.1299973, -90.6199951)
  2179. Part147.Anchored = true
  2180. Part147.CanCollide = false
  2181. Part147.Size = Vector3.new(0.0884075835, 0.147372633, 0.127730176)
  2182. Part147.CFrame = CFrame.new(-76.1878662, 3.54928756, 66.9598846, -0.00759394281, 0.705496252, -0.70867604, 0.0868270025, 0.706488252, 0.70239538, 0.996194482, -0.0561982356, -0.0666205436)
  2183. Part147.Color = Color3.new(1, 0, 0)
  2184. Part147.Position = Vector3.new(-76.1878662, 3.54928756, 66.9598846)
  2185. Part147.Orientation = Vector3.new(-44.6199989, -95.3699951, 7.00999975)
  2186. Part147.Color = Color3.new(1, 0, 0)
  2187. Part148.Parent = Model1
  2188. Part148.Material = Enum.Material.Neon
  2189. Part148.BrickColor = BrickColor.new("Really red")
  2190. Part148.Rotation = Vector3.new(-94.7099991, 31.7199993, -90.5099945)
  2191. Part148.Anchored = true
  2192. Part148.CanCollide = false
  2193. Part148.Size = Vector3.new(0.088407591, 0.176815182, 0.236429453)
  2194. Part148.CFrame = CFrame.new(-76.1888885, 4.52808046, 66.8745651, -0.00759398844, 0.850562215, 0.52581948, 0.0868270099, -0.52328819, 0.847721636, 0.996194482, 0.0520929806, -0.0698780492)
  2195. Part148.Color = Color3.new(1, 0, 0)
  2196. Part148.Position = Vector3.new(-76.1888885, 4.52808046, 66.8745651)
  2197. Part148.Orientation = Vector3.new(-57.9599991, 97.5699997, 170.580002)
  2198. Part148.Color = Color3.new(1, 0, 0)
  2199. Part149.Parent = Model1
  2200. Part149.Material = Enum.Material.Neon
  2201. Part149.BrickColor = BrickColor.new("Really red")
  2202. Part149.Rotation = Vector3.new(-92.5199966, 79.9599991, 87.5)
  2203. Part149.Anchored = true
  2204. Part149.CanCollide = false
  2205. Part149.Size = Vector3.new(0.088407591, 0.176815182, 0.350277036)
  2206. Part149.CFrame = CFrame.new(-80.2121735, 4.0030694, 66.889679, 0.00759398192, -0.174244225, 0.984673083, -0.0868270025, 0.98086834, 0.17424053, -0.996194482, -0.0868195072, -0.00768043287)
  2207. Part149.Color = Color3.new(1, 0, 0)
  2208. Part149.Position = Vector3.new(-80.2121735, 4.0030694, 66.889679)
  2209. Part149.Orientation = Vector3.new(-10.0299997, 90.4499969, -5.05999994)
  2210. Part149.Color = Color3.new(1, 0, 0)
  2211. Part150.Parent = Model1
  2212. Part150.Material = Enum.Material.Neon
  2213. Part150.BrickColor = BrickColor.new("Really red")
  2214. Part150.Rotation = Vector3.new(-94.5199966, 46.7700005, -90.6399994)
  2215. Part150.Anchored = true
  2216. Part150.CanCollide = false
  2217. Part150.Size = Vector3.new(0.088407591, 0.176815182, 0.405543506)
  2218. Part150.CFrame = CFrame.new(-75.4289932, 5.13082552, 66.8278427, -0.00759399543, 0.684922099, 0.72857672, 0.0868270099, -0.725394309, 0.68283534, 0.996194482, 0.0684455782, -0.0539610945)
  2219. Part150.Color = Color3.new(1, 0, 0)
  2220. Part150.Position = Vector3.new(-75.4289932, 5.13082552, 66.8278427)
  2221. Part150.Orientation = Vector3.new(-43.0699997, 94.2399979, 173.169998)
  2222. Part150.Color = Color3.new(1, 0, 0)
  2223. Part151.Parent = Model1
  2224. Part151.Material = Enum.Material.Neon
  2225. Part151.BrickColor = BrickColor.new("Really red")
  2226. Part151.Rotation = Vector3.new(84.8699951, 18.9399986, 90.4599991)
  2227. Part151.Anchored = true
  2228. Part151.CanCollide = false
  2229. Part151.Size = Vector3.new(0.088407591, 0.176815182, 0.309102625)
  2230. Part151.CFrame = CFrame.new(-74.6650467, 6.18928909, 66.741394, -0.00759406667, -0.945830107, 0.324572921, 0.0868270248, -0.323980302, -0.942071736, 0.996194482, 0.0210275855, 0.0845840573)
  2231. Part151.Color = Color3.new(1, 0, 0)
  2232. Part151.Position = Vector3.new(-74.6650467, 6.18928909, 66.741394)
  2233. Part151.Orientation = Vector3.new(70.4000015, 75.3899994, 165)
  2234. Part151.Color = Color3.new(1, 0, 0)
  2235. Part152.Parent = Model1
  2236. Part152.Material = Enum.Material.Neon
  2237. Part152.BrickColor = BrickColor.new("Really red")
  2238. Part152.Rotation = Vector3.new(84.9899979, 3.67999983, 90.4399948)
  2239. Part152.Anchored = true
  2240. Part152.CanCollide = false
  2241. Part152.Size = Vector3.new(0.0884075835, 0.176815167, 0.278970659)
  2242. Part152.CFrame = CFrame.new(-74.6105423, 5.92799664, 66.7645874, -0.00759401498, -0.997911453, 0.0641484559, 0.0868269801, -0.0645661056, -0.994129598, 0.996194601, -0.00197960436, 0.0871360451)
  2243. Part152.Color = Color3.new(1, 0, 0)
  2244. Part152.Position = Vector3.new(-74.6105423, 5.92799664, 66.7645874)
  2245. Part152.Orientation = Vector3.new(83.7900009, 36.3600006, 126.639999)
  2246. Part152.Color = Color3.new(1, 0, 0)
  2247. Part153.Parent = Model1
  2248. Part153.Material = Enum.Material.Neon
  2249. Part153.BrickColor = BrickColor.new("Really red")
  2250. Part153.Rotation = Vector3.new(-94.8600006, 15.5599995, -90.4499969)
  2251. Part153.Anchored = true
  2252. Part153.CanCollide = false
  2253. Part153.Size = Vector3.new(0.088407591, 0.176815182, 0.336720973)
  2254. Part153.CFrame = CFrame.new(-73.8689804, 5.29272985, 66.8255997, -0.0075939619, 0.963299096, 0.268330902, 0.0868270397, -0.266697764, 0.959873497, 0.996194482, 0.0305871293, -0.0816147774)
  2255. Part153.Color = Color3.new(1, 0, 0)
  2256. Part153.Position = Vector3.new(-73.8689804, 5.29272985, 66.8255997)
  2257. Part153.Orientation = Vector3.new(-73.7099991, 106.919998, 161.970001)
  2258. Part153.Color = Color3.new(1, 0, 0)
  2259. Part154.Parent = Model1
  2260. Part154.Material = Enum.Material.Neon
  2261. Part154.BrickColor = BrickColor.new("Really red")
  2262. Part154.Rotation = Vector3.new(-95.2799988, -34.4500008, -90.5299988)
  2263. Part154.Anchored = true
  2264. Part154.CanCollide = false
  2265. Part154.Size = Vector3.new(0.088407591, 0.143101141, 0.203411072)
  2266. Part154.CFrame = CFrame.new(-75.036499, 6.53741074, 66.7082367, -0.00759398984, 0.824558258, -0.565726042, 0.0868270621, 0.564149737, 0.821095288, 0.996194482, -0.0428850092, -0.0758782104)
  2267. Part154.Color = Color3.new(1, 0, 0)
  2268. Part154.Position = Vector3.new(-75.036499, 6.53741074, 66.7082367)
  2269. Part154.Orientation = Vector3.new(-55.1899986, -97.6399994, 8.75)
  2270. Part154.Color = Color3.new(1, 0, 0)
  2271. Part155.Parent = Model1
  2272. Part155.Material = Enum.Material.Neon
  2273. Part155.BrickColor = BrickColor.new("Really red")
  2274. Part155.Rotation = Vector3.new(84.3499985, 57.0599976, -89.1999969)
  2275. Part155.Anchored = true
  2276. Part155.CanCollide = false
  2277. Part155.Size = Vector3.new(0.088407591, 0.176678017, 0.22711277)
  2278. Part155.CFrame = CFrame.new(-79.4925613, 3.94343472, 66.9003296, 0.00759401359, 0.543654799, 0.839274526, -0.0868270025, 0.836487889, -0.541064203, -0.996194482, -0.0687629431, 0.0535562821)
  2279. Part155.Color = Color3.new(1, 0, 0)
  2280. Part155.Position = Vector3.new(-79.4925613, 3.94343472, 66.9003296)
  2281. Part155.Orientation = Vector3.new(32.7599983, 86.3499985, -5.92999983)
  2282. Part155.Color = Color3.new(1, 0, 0)
  2283. Part156.Parent = Model1
  2284. Part156.Material = Enum.Material.Neon
  2285. Part156.BrickColor = BrickColor.new("Really red")
  2286. Part156.Rotation = Vector3.new(83.8899994, 68.9300003, -88.7900009)
  2287. Part156.Anchored = true
  2288. Part156.CanCollide = false
  2289. Part156.Size = Vector3.new(0.088407591, 0.176815182, 0.20375371)
  2290. Part156.CFrame = CFrame.new(-79.7359619, 4.37000132, 66.8613205, 0.00759398658, 0.359400749, 0.933152378, -0.0868269876, 0.929892421, -0.357438654, -0.996194482, -0.0783085302, 0.0382673144)
  2291. Part156.Color = Color3.new(1, 0, 0)
  2292. Part156.Position = Vector3.new(-79.7359619, 4.37000132, 66.8613205)
  2293. Part156.Orientation = Vector3.new(20.9399986, 87.6500015, -5.32999992)
  2294. Part156.Color = Color3.new(1, 0, 0)
  2295. Part157.Parent = Model1
  2296. Part157.Material = Enum.Material.Neon
  2297. Part157.BrickColor = BrickColor.new("Really red")
  2298. Part157.Rotation = Vector3.new(84.3899994, 55.3699989, -89.2299957)
  2299. Part157.Anchored = true
  2300. Part157.CanCollide = false
  2301. Part157.Size = Vector3.new(0.0884075835, 0.176815167, 0.446891993)
  2302. Part157.CFrame = CFrame.new(-79.0402374, 3.65537477, 66.9288788, 0.00759401871, 0.568173587, 0.822873712, -0.0868270025, 0.82016474, -0.565501869, -0.996194482, -0.0671533123, 0.0555612147)
  2303. Part157.Color = Color3.new(1, 0, 0)
  2304. Part157.Position = Vector3.new(-79.0402374, 3.65537477, 66.9288788)
  2305. Part157.Orientation = Vector3.new(34.4399986, 86.1399994, -6.03999996)
  2306. Part157.Color = Color3.new(1, 0, 0)
  2307. Part158.Parent = Model1
  2308. Part158.Material = Enum.Material.Neon
  2309. Part158.BrickColor = BrickColor.new("Really red")
  2310. Part158.Rotation = Vector3.new(84.3799973, 55.5699997, -89.2299957)
  2311. Part158.Anchored = true
  2312. Part158.CanCollide = false
  2313. Part158.Size = Vector3.new(0.088407591, 0.176815182, 0.411184579)
  2314. Part158.CFrame = CFrame.new(-81.3044434, 4.23808765, 66.8608627, 0.00759401126, 0.565362632, 0.824807465, -0.0868270025, 0.822089493, -0.562700093, -0.996194482, -0.0673425049, 0.0553317592)
  2315. Part158.Color = Color3.new(1, 0, 0)
  2316. Part158.Position = Vector3.new(-81.3044434, 4.23808765, 66.8608627)
  2317. Part158.Orientation = Vector3.new(34.2399979, 86.159996, -6.02999973)
  2318. Part158.Color = Color3.new(1, 0, 0)
  2319. Part159.Parent = Model1
  2320. Part159.Material = Enum.Material.Neon
  2321. Part159.BrickColor = BrickColor.new("Really red")
  2322. Part159.Rotation = Vector3.new(-95.4499969, -47.0900002, 89.3600006)
  2323. Part159.Anchored = true
  2324. Part159.CanCollide = false
  2325. Part159.Size = Vector3.new(0.0884075835, 0.166893631, 0.520854712)
  2326. Part159.CFrame = CFrame.new(-79.009346, 3.68772578, 66.9263077, 0.0075939619, -0.680792928, -0.732436657, -0.086827077, -0.730140269, 0.677758276, -0.996194482, 0.05844846, -0.0646559224)
  2327. Part159.Color = Color3.new(1, 0, 0)
  2328. Part159.Position = Vector3.new(-79.009346, 3.68772578, 66.9263077)
  2329. Part159.Orientation = Vector3.new(-42.6699982, -95.0400009, -173.220001)
  2330. Part159.Color = Color3.new(1, 0, 0)
  2331. Part160.Parent = Model1
  2332. Part160.Material = Enum.Material.Neon
  2333. Part160.BrickColor = BrickColor.new("Really red")
  2334. Part160.Rotation = Vector3.new(79.3799973, 85.5800018, -84.3399963)
  2335. Part160.Anchored = true
  2336. Part160.CanCollide = false
  2337. Part160.Size = Vector3.new(0.0884075835, 0.176815167, 0.425790519)
  2338. Part160.CFrame = CFrame.new(-80.5747147, 3.98975754, 66.8880386, 0.00759399682, 0.0766274109, 0.997030735, -0.0868270099, 0.993345201, -0.0756827965, -0.996194482, -0.0859946012, 0.0141967908)
  2339. Part160.Color = Color3.new(1, 0, 0)
  2340. Part160.Position = Vector3.new(-80.5747147, 3.98975754, 66.8880386)
  2341. Part160.Orientation = Vector3.new(4.33999968, 89.1800003, -5)
  2342. Part160.Color = Color3.new(1, 0, 0)
  2343. Part161.Parent = Model1
  2344. Part161.Material = Enum.Material.Neon
  2345. Part161.BrickColor = BrickColor.new("Really red")
  2346. Part161.Rotation = Vector3.new(83.159996, 76.8099976, -88.0899963)
  2347. Part161.Anchored = true
  2348. Part161.CanCollide = false
  2349. Part161.Size = Vector3.new(0.0884075835, 0.176815167, 0.322586983)
  2350. Part161.CFrame = CFrame.new(-79.7169724, 4.02965355, 66.891098, 0.00759400381, 0.22797437, 0.973637581, -0.0868270025, 0.970138669, -0.226477861, -0.996194482, -0.0828181654, 0.0271615647)
  2351. Part161.Color = Color3.new(1, 0, 0)
  2352. Part161.Position = Vector3.new(-79.7169724, 4.02965355, 66.891098)
  2353. Part161.Orientation = Vector3.new(13.0900002, 88.4000015, -5.10999966)
  2354. Part161.Color = Color3.new(1, 0, 0)
  2355. Part162.Parent = Model1
  2356. Part162.Material = Enum.Material.Neon
  2357. Part162.BrickColor = BrickColor.new("Really red")
  2358. Part162.Rotation = Vector3.new(84.6399994, 41.2900009, -89.4199982)
  2359. Part162.Anchored = true
  2360. Part162.CanCollide = false
  2361. Part162.Size = Vector3.new(0.088407591, 0.176815182, 0.412914902)
  2362. Part162.CFrame = CFrame.new(-80.6099777, 4.89396334, 66.8089828, 0.00759400381, 0.751284301, 0.659934998, -0.0868270025, 0.657956958, -0.748033226, -0.996194482, -0.0516196117, 0.0702282861)
  2363. Part162.Color = Color3.new(1, 0, 0)
  2364. Part162.Position = Vector3.new(-80.6099777, 4.89396334, 66.8089828)
  2365. Part162.Orientation = Vector3.new(48.4199982, 83.9300003, -7.51999998)
  2366. Part162.Color = Color3.new(1, 0, 0)
  2367. Part163.Parent = Model1
  2368. Part163.Material = Enum.Material.Neon
  2369. Part163.BrickColor = BrickColor.new("Really red")
  2370. Part163.Rotation = Vector3.new(82.3099976, 80.8600006, -87.2599945)
  2371. Part163.Anchored = true
  2372. Part163.CanCollide = false
  2373. Part163.Size = Vector3.new(0.0884075835, 0.131340966, 0.208168983)
  2374. Part163.CFrame = CFrame.new(-78.5181427, 3.42772889, 66.9527359, 0.00759400101, 0.158731878, 0.987292588, -0.0868270025, 0.983697414, -0.157486036, -0.996194482, -0.0845278203, 0.0212524291)
  2375. Part163.Color = Color3.new(1, 0, 0)
  2376. Part163.Position = Vector3.new(-78.5181427, 3.42772889, 66.9527359)
  2377. Part163.Orientation = Vector3.new(9.05999947, 88.7699966, -5.03999996)
  2378. Part163.Color = Color3.new(1, 0, 0)
  2379. Part164.Parent = Model1
  2380. Part164.Material = Enum.Material.Neon
  2381. Part164.BrickColor = BrickColor.new("Really red")
  2382. Part164.Rotation = Vector3.new(-94.659996, 36.8600006, -90.5400009)
  2383. Part164.Anchored = true
  2384. Part164.CanCollide = false
  2385. Part164.Size = Vector3.new(0.088407591, 0.176815182, 0.39690578)
  2386. Part164.CFrame = CFrame.new(-75.1723862, 5.41619301, 66.8049164, -0.0075939903, 0.800071836, 0.599856257, 0.0868270099, -0.597080946, 0.797469079, 0.996194482, 0.0581397638, -0.0649337098)
  2387. Part164.Color = Color3.new(1, 0, 0)
  2388. Part164.Position = Vector3.new(-75.1723862, 5.41619301, 66.8049164)
  2389. Part164.Orientation = Vector3.new(-52.8899994, 96.1800003, 171.729996)
  2390. Part164.Color = Color3.new(1, 0, 0)
  2391. Part165.Parent = Model1
  2392. Part165.Material = Enum.Material.Neon
  2393. Part165.BrickColor = BrickColor.new("Really red")
  2394. Part165.Rotation = Vector3.new(-94.8299942, 19.6099987, -90.4599991)
  2395. Part165.Anchored = true
  2396. Part165.CanCollide = false
  2397. Part165.Size = Vector3.new(0.088407591, 0.176815182, 0.362818539)
  2398. Part165.CFrame = CFrame.new(-75.0050354, 5.72146511, 66.7796021, -0.00759398378, 0.941961229, 0.33563593, 0.0868270248, -0.333756804, 0.938651979, 0.996194482, 0.0362703726, -0.0792531446)
  2399. Part165.Color = Color3.new(1, 0, 0)
  2400. Part165.Position = Vector3.new(-75.0050354, 5.72146511, 66.7796021)
  2401. Part165.Orientation = Vector3.new(-69.8300018, 103.290001, 165.419998)
  2402. Part165.Color = Color3.new(1, 0, 0)
  2403. Part166.Parent = Model1
  2404. Part166.Material = Enum.Material.Neon
  2405. Part166.BrickColor = BrickColor.new("Really red")
  2406. Part166.Rotation = Vector3.new(84.8899994, 16.2099991, 90.4499969)
  2407. Part166.Anchored = true
  2408. Part166.CanCollide = false
  2409. Part166.Size = Vector3.new(0.088407591, 0.152441859, 0.261689216)
  2410. Part166.CFrame = CFrame.new(-76.2011261, 3.67199254, 66.9490967, -0.0075940676, -0.960206807, 0.279186517, 0.0868270248, -0.278773487, -0.956424475, 0.996194482, 0.0169778205, 0.0854890421)
  2411. Part166.Color = Color3.new(1, 0, 0)
  2412. Part166.Position = Vector3.new(-76.2011261, 3.67199254, 66.9490967)
  2413. Part166.Orientation = Vector3.new(73.0199966, 72.9799957, 162.699997)
  2414. Part166.Color = Color3.new(1, 0, 0)
  2415. Part167.Parent = Model1
  2416. Part167.Material = Enum.Material.Neon
  2417. Part167.BrickColor = BrickColor.new("Really red")
  2418. Part167.Rotation = Vector3.new(-94.8600006, 15.1700001, 89.5499954)
  2419. Part167.Anchored = true
  2420. Part167.CanCollide = false
  2421. Part167.Size = Vector3.new(0.0884075835, 0.147372633, 0.127730176)
  2422. Part167.CFrame = CFrame.new(-79.2231445, 3.5132587, 66.9398804, 0.00759394839, -0.965135276, 0.261649668, -0.0868270323, 0.260040283, 0.961698413, -0.996194482, -0.030020874, -0.0818247795)
  2423. Part167.Color = Color3.new(1, 0, 0)
  2424. Part167.Position = Vector3.new(-79.2231445, 3.5132587, 66.9398804)
  2425. Part167.Orientation = Vector3.new(-74.0899963, 107.369995, -18.4599991)
  2426. Part167.Color = Color3.new(1, 0, 0)
  2427. Part168.Parent = Model1
  2428. Part168.Material = Enum.Material.Neon
  2429. Part168.BrickColor = BrickColor.new("Really red")
  2430. Part168.Rotation = Vector3.new(-95.0699997, -11.8400002, 89.5599976)
  2431. Part168.Anchored = true
  2432. Part168.CanCollide = false
  2433. Part168.Size = Vector3.new(0.0884075835, 0.176815167, 0.230464101)
  2434. Part168.CFrame = CFrame.new(-79.2030792, 3.92867231, 66.9038086, 0.00759394839, -0.978690803, -0.205198944, -0.0868270546, -0.205075338, 0.974888086, -0.996194482, 0.0104135983, -0.0865342841)
  2435. Part168.Color = Color3.new(1, 0, 0)
  2436. Part168.Position = Vector3.new(-79.2030792, 3.92867231, 66.9038086)
  2437. Part168.Orientation = Vector3.new(-77.1299973, -112.869995, -157.050003)
  2438. Part168.Color = Color3.new(1, 0, 0)
  2439. Part169.Parent = Model1
  2440. Part169.Material = Enum.Material.Neon
  2441. Part169.BrickColor = BrickColor.new("Really red")
  2442. Part169.Rotation = Vector3.new(83.4700012, 74.2799988, -88.3899994)
  2443. Part169.Anchored = true
  2444. Part169.CanCollide = false
  2445. Part169.Size = Vector3.new(0.0884075835, 0.153928205, 0.28597948)
  2446. Part169.CFrame = CFrame.new(-78.7481232, 3.49183965, 66.9453812, 0.00759400567, 0.270840913, 0.962596357, -0.0868270025, 0.959175169, -0.269198865, -0.996194482, -0.0815347508, 0.0307998005)
  2447. Part169.Color = Color3.new(1, 0, 0)
  2448. Part169.Position = Vector3.new(-78.7481232, 3.49183965, 66.9453812)
  2449. Part169.Orientation = Vector3.new(15.6199999, 88.1699982, -5.17000008)
  2450. Part169.Color = Color3.new(1, 0, 0)
  2451. Part170.Parent = Model1
  2452. Part170.Material = Enum.Material.Neon
  2453. Part170.BrickColor = BrickColor.new("Really red")
  2454. Part170.Rotation = Vector3.new(85.1800003, -20.8999996, -89.5299988)
  2455. Part170.Anchored = true
  2456. Part170.CanCollide = false
  2457. Part170.Size = Vector3.new(0.0884075835, 0.176677987, 0.328501463)
  2458. Part170.CFrame = CFrame.new(-79.3245773, 3.94742346, 66.9012527, 0.00759403221, 0.934193492, -0.356685966, -0.0868270621, -0.354733288, -0.930927932, -0.996194482, 0.0380395316, 0.0784195215)
  2459. Part170.Color = Color3.new(1, 0, 0)
  2460. Part170.Position = Vector3.new(-79.3245773, 3.94742346, 66.9012527)
  2461. Part170.Orientation = Vector3.new(68.5800018, -77.5999985, -166.25)
  2462. Part170.Color = Color3.new(1, 0, 0)
  2463. WedgePart171.Parent = Model1
  2464. WedgePart171.Material = Enum.Material.Neon
  2465. WedgePart171.BrickColor = BrickColor.new("Really red")
  2466. WedgePart171.Rotation = Vector3.new(83.7200012, 71.4599991, 91.3699951)
  2467. WedgePart171.Anchored = true
  2468. WedgePart171.CanCollide = false
  2469. WedgePart171.Size = Vector3.new(0.088407591, 0.11916811, 0.279566944)
  2470. WedgePart171.CFrame = CFrame.new(-76.5407791, 4.13524246, 66.9061279, -0.00759398378, -0.317944288, 0.948079169, 0.0868269429, -0.944735169, -0.316127539, 0.996194482, 0.0799181163, 0.0347804353)
  2471. WedgePart171.Color = Color3.new(1, 0, 0)
  2472. WedgePart171.Position = Vector3.new(-76.5407791, 4.13524246, 66.9061279)
  2473. WedgePart171.Orientation = Vector3.new(18.4300003, 87.9000015, 174.75)
  2474. WedgePart171.Color = Color3.new(1, 0, 0)
  2475. WedgePart172.Parent = Model1
  2476. WedgePart172.Material = Enum.Material.Neon
  2477. WedgePart172.BrickColor = BrickColor.new("Really red")
  2478. WedgePart172.Rotation = Vector3.new(-93.4799957, 73.8600006, 88.4300003)
  2479. WedgePart172.Anchored = true
  2480. WedgePart172.CanCollide = false
  2481. WedgePart172.Size = Vector3.new(0.0884075835, 0.0694774389, 0.25992772)
  2482. WedgePart172.CFrame = CFrame.new(-79.5114365, 3.44855285, 66.9433212, 0.0075939619, -0.277846634, 0.960595369, -0.086826995, 0.956812501, 0.277438849, -0.996194482, -0.0855125785, -0.0168586224)
  2483. WedgePart172.Color = Color3.new(1, 0, 0)
  2484. WedgePart172.Position = Vector3.new(-79.5114365, 3.44855285, 66.9433212)
  2485. WedgePart172.Orientation = Vector3.new(-16.1099987, 91.0099945, -5.19000006)
  2486. WedgePart172.Color = Color3.new(1, 0, 0)
  2487. WedgePart173.Parent = Model1
  2488. WedgePart173.Material = Enum.Material.Neon
  2489. WedgePart173.BrickColor = BrickColor.new("Really red")
  2490. WedgePart173.Rotation = Vector3.new(89.7799988, -84.7699966, -85.2200012)
  2491. WedgePart173.Anchored = true
  2492. WedgePart173.CanCollide = false
  2493. WedgePart173.Size = Vector3.new(0.0884075835, 0.0998028964, 0.361160547)
  2494. WedgePart173.CFrame = CFrame.new(-80.3664169, 6.67674065, 66.6554489, 0.0075939754, 0.0908282101, -0.995837569, -0.086827077, -0.992045879, -0.0911445022, -0.996194482, 0.0871579349, 0.000352791976)
  2495. WedgePart173.Color = Color3.new(1, 0, 0)
  2496. WedgePart173.Position = Vector3.new(-80.3664169, 6.67674065, 66.6554489)
  2497. WedgePart173.Orientation = Vector3.new(5.23000002, -89.9799957, -175)
  2498. WedgePart173.Color = Color3.new(1, 0, 0)
  2499. WedgePart174.Parent = Model1
  2500. WedgePart174.Material = Enum.Material.Neon
  2501. WedgePart174.BrickColor = BrickColor.new("Really red")
  2502. WedgePart174.Rotation = Vector3.new(-91.3099976, 83.2399979, -93.6999969)
  2503. WedgePart174.Anchored = true
  2504. WedgePart174.CanCollide = false
  2505. WedgePart174.Size = Vector3.new(0.0884075835, 0.0988070592, 0.563214064)
  2506. WedgePart174.CFrame = CFrame.new(-77.2436676, 3.42038989, 66.9630814, -0.00759398844, 0.117399104, 0.993055761, 0.0868269354, -0.989257097, 0.117614008, 0.996194601, 0.0871172398, -0.00268101646)
  2507. WedgePart174.Color = Color3.new(1, 0, 0)
  2508. WedgePart174.Position = Vector3.new(-77.2436676, 3.42038989, 66.9630814)
  2509. WedgePart174.Orientation = Vector3.new(-6.75, 90.1500015, 174.979996)
  2510. WedgePart174.Color = Color3.new(1, 0, 0)
  2511. WedgePart175.Parent = Model1
  2512. WedgePart175.Material = Enum.Material.Neon
  2513. WedgePart175.BrickColor = BrickColor.new("Really red")
  2514. WedgePart175.Rotation = Vector3.new(-94.5599976, 43.9399986, -90.5999985)
  2515. WedgePart175.Anchored = true
  2516. WedgePart175.CanCollide = false
  2517. WedgePart175.Size = Vector3.new(0.0884075835, 0.0860561207, 0.321951598)
  2518. WedgePart175.CFrame = CFrame.new(-79.483963, 3.46508861, 66.9421082, -0.00759406621, 0.720070243, 0.693859637, 0.0868270025, -0.690784156, 0.717828929, 0.996194482, 0.0656969845, -0.0572756827)
  2519. WedgePart175.Color = Color3.new(1, 0, 0)
  2520. WedgePart175.Position = Vector3.new(-79.483963, 3.46508861, 66.9421082)
  2521. WedgePart175.Orientation = Vector3.new(-45.8799973, 94.7200012, 172.839996)
  2522. WedgePart175.Color = Color3.new(1, 0, 0)
  2523. WedgePart176.Parent = Model1
  2524. WedgePart176.Material = Enum.Material.Neon
  2525. WedgePart176.BrickColor = BrickColor.new("Really red")
  2526. WedgePart176.Rotation = Vector3.new(85.2200012, -25.3299999, 90.4799957)
  2527. WedgePart176.Anchored = true
  2528. WedgePart176.CanCollide = false
  2529. WedgePart176.Size = Vector3.new(0.0884075835, 0.188014537, 0.441079795)
  2530. WedgePart176.CFrame = CFrame.new(-79.0959625, 4.0764184, 66.8917618, -0.00759389484, -0.903852046, -0.427777827, 0.0868271068, 0.425578773, -0.900746942, 0.996194482, -0.0439829305, 0.0752471536)
  2531. WedgePart176.Color = Color3.new(1, 0, 0)
  2532. WedgePart176.Position = Vector3.new(-79.0959625, 4.0764184, 66.8917618)
  2533. WedgePart176.Orientation = Vector3.new(64.2600021, -80.0199966, 11.5299997)
  2534. WedgePart176.Color = Color3.new(1, 0, 0)
  2535. WedgePart177.Parent = Model1
  2536. WedgePart177.Material = Enum.Material.Neon
  2537. WedgePart177.BrickColor = BrickColor.new("Really red")
  2538. WedgePart177.Rotation = Vector3.new(-96.409996, -73.1100006, -91.5)
  2539. WedgePart177.Anchored = true
  2540. WedgePart177.CanCollide = false
  2541. WedgePart177.Size = Vector3.new(0.0884075835, 0.0690558478, 0.393628031)
  2542. WedgePart177.CFrame = CFrame.new(-78.5785904, 2.98294377, 66.9910126, -0.00759389903, 0.290375143, -0.95688498, 0.0868269801, 0.953497767, 0.288663864, 0.996194482, -0.0808910504, -0.0324526764)
  2543. WedgePart177.Color = Color3.new(1, 0, 0)
  2544. WedgePart177.Position = Vector3.new(-78.5785904, 2.98294377, 66.9910126)
  2545. WedgePart177.Orientation = Vector3.new(-16.7799988, -91.9399948, 5.19999981)
  2546. WedgePart177.Color = Color3.new(1, 0, 0)
  2547. WedgePart178.Parent = Model1
  2548. WedgePart178.Material = Enum.Material.Neon
  2549. WedgePart178.BrickColor = BrickColor.new("Really red")
  2550. WedgePart178.Rotation = Vector3.new(-95.0899963, -13.8999996, 89.5499954)
  2551. WedgePart178.Anchored = true
  2552. WedgePart178.CanCollide = false
  2553. WedgePart178.Size = Vector3.new(0.0884075835, 0.0860561207, 0.321951598)
  2554. WedgePart178.CFrame = CFrame.new(-76.3032837, 3.3921659, 66.972702, 0.0075940541, -0.970696867, -0.240187511, -0.0868270472, -0.23992753, 0.966900885, -0.996194482, 0.0135121085, -0.0861048773)
  2555. WedgePart178.Color = Color3.new(1, 0, 0)
  2556. WedgePart178.Position = Vector3.new(-76.3032837, 3.3921659, 66.972702)
  2557. WedgePart178.Orientation = Vector3.new(-75.2200012, -109.720001, -160.110001)
  2558. WedgePart178.Color = Color3.new(1, 0, 0)
  2559. WedgePart179.Parent = Model1
  2560. WedgePart179.Material = Enum.Material.Neon
  2561. WedgePart179.BrickColor = BrickColor.new("Really red")
  2562. WedgePart179.Rotation = Vector3.new(85.0499954, -4.71000004, -89.5599976)
  2563. WedgePart179.Anchored = true
  2564. WedgePart179.CanCollide = false
  2565. WedgePart179.Size = Vector3.new(0.0884075835, 0.188014537, 0.441079795)
  2566. WedgePart179.CFrame = CFrame.new(-76.3320847, 4.11462736, 66.9095154, 0.00759395631, 0.996590316, -0.0821583793, -0.0868268907, -0.0811933503, -0.992909789, -0.996194601, 0.0146736708, 0.0859143361)
  2567. WedgePart179.Color = Color3.new(1, 0, 0)
  2568. WedgePart179.Position = Vector3.new(-76.3320847, 4.11462736, 66.9095154)
  2569. WedgePart179.Orientation = Vector3.new(83.1699982, -43.7199974, -133.080002)
  2570. WedgePart179.Color = Color3.new(1, 0, 0)
  2571. WedgePart180.Parent = Model1
  2572. WedgePart180.Material = Enum.Material.Neon
  2573. WedgePart180.BrickColor = BrickColor.new("Really red")
  2574. WedgePart180.Rotation = Vector3.new(83.159996, 76.8300018, -88.0899963)
  2575. WedgePart180.Anchored = true
  2576. WedgePart180.CanCollide = false
  2577. WedgePart180.Size = Vector3.new(0.0884075835, 0.0690558478, 0.393628031)
  2578. WedgePart180.CFrame = CFrame.new(-77.3295975, 3.42513061, 66.9619904, 0.00759389531, 0.227637172, 0.973716497, -0.0868269876, 0.97021699, -0.226141915, -0.996194482, -0.0828275681, 0.0271327738)
  2579. WedgePart180.Color = Color3.new(1, 0, 0)
  2580. WedgePart180.Position = Vector3.new(-77.3295975, 3.42513061, 66.9619904)
  2581. WedgePart180.Orientation = Vector3.new(13.0699997, 88.4000015, -5.10999966)
  2582. WedgePart180.Color = Color3.new(1, 0, 0)
  2583. WedgePart181.Parent = Model1
  2584. WedgePart181.Material = Enum.Material.Neon
  2585. WedgePart181.BrickColor = BrickColor.new("Really red")
  2586. WedgePart181.Rotation = Vector3.new(84.8099976, 25.289999, -89.5199966)
  2587. WedgePart181.Anchored = true
  2588. WedgePart181.CanCollide = false
  2589. WedgePart181.Size = Vector3.new(0.0884075835, 0.188014537, 0.441079795)
  2590. WedgePart181.CFrame = CFrame.new(-76.4751587, 4.07722855, 66.9116898, 0.00759389345, 0.904150665, 0.427146107, -0.086826928, 0.42614162, -0.900480866, -0.996194601, -0.0302496776, 0.0817407891)
  2591. WedgePart181.Color = Color3.new(1, 0, 0)
  2592. WedgePart181.Position = Vector3.new(-76.4751587, 4.07722855, 66.9116898)
  2593. WedgePart181.Orientation = Vector3.new(64.2200012, 79.1699982, -11.5199995)
  2594. WedgePart181.Color = Color3.new(1, 0, 0)
  2595. WedgePart182.Parent = Model1
  2596. WedgePart182.Material = Enum.Material.Neon
  2597. WedgePart182.BrickColor = BrickColor.new("Really red")
  2598. WedgePart182.Rotation = Vector3.new(-95.4000015, -43.829998, -90.5999985)
  2599. WedgePart182.Anchored = true
  2600. WedgePart182.CanCollide = false
  2601. WedgePart182.Size = Vector3.new(0.0884075835, 0.0694774389, 0.25992772)
  2602. WedgePart182.CFrame = CFrame.new(-76.2877731, 3.36415982, 66.9752502, -0.0075939619, 0.721399546, -0.692480445, 0.0868269876, 0.690363646, 0.718250036, 0.996194482, -0.0546716005, -0.0678789765)
  2603. WedgePart182.Color = Color3.new(1, 0, 0)
  2604. WedgePart182.Position = Vector3.new(-76.2877731, 3.36415982, 66.9752502)
  2605. WedgePart182.Orientation = Vector3.new(-45.9099998, -95.5999985, 7.17000008)
  2606. WedgePart182.Color = Color3.new(1, 0, 0)
  2607. WedgePart183.Parent = Model1
  2608. WedgePart183.Material = Enum.Material.Neon
  2609. WedgePart183.BrickColor = BrickColor.new("Really red")
  2610. WedgePart183.Rotation = Vector3.new(80.2999954, 84.7299957, 94.7399979)
  2611. WedgePart183.Anchored = true
  2612. WedgePart183.CanCollide = false
  2613. WedgePart183.Size = Vector3.new(0.0884075835, 0.0998028964, 0.361160547)
  2614. WedgePart183.CFrame = CFrame.new(-75.2029037, 6.67835522, 66.6946793, -0.00759397773, -0.0915154591, 0.995774865, 0.0868269429, -0.992103457, -0.0905158818, 0.996194601, 0.0857728049, 0.015480021)
  2615. WedgePart183.Color = Color3.new(1, 0, 0)
  2616. WedgePart183.Position = Vector3.new(-75.2029037, 6.67835522, 66.6946793)
  2617. WedgePart183.Orientation = Vector3.new(5.19000006, 89.1100006, 175)
  2618. WedgePart183.Color = Color3.new(1, 0, 0)
  2619. WedgePart184.Parent = Model1
  2620. WedgePart184.Material = Enum.Material.Neon
  2621. WedgePart184.BrickColor = BrickColor.new("Really red")
  2622. WedgePart184.Rotation = Vector3.new(-95.5599976, -53.2199974, 89.2699966)
  2623. WedgePart184.Anchored = true
  2624. WedgePart184.CanCollide = false
  2625. WedgePart184.Size = Vector3.new(0.0884075835, 0.0988070592, 0.563214064)
  2626. WedgePart184.CFrame = CFrame.new(-78.6553497, 3.02159953, 66.9870529, 0.00759394513, -0.598748147, -0.800901413, -0.0868270695, -0.798294842, 0.595976233, -0.996194482, 0.0650141984, -0.0580498241)
  2627. WedgePart184.Color = Color3.new(1, 0, 0)
  2628. WedgePart184.Position = Vector3.new(-78.6553497, 3.02159953, 66.9870529)
  2629. WedgePart184.Orientation = Vector3.new(-36.579998, -94.1500015, -173.789993)
  2630. WedgePart184.Color = Color3.new(1, 0, 0)
  2631. WedgePart185.Parent = Model1
  2632. WedgePart185.Material = Enum.Material.Neon
  2633. WedgePart185.BrickColor = BrickColor.new("Really red")
  2634. WedgePart185.Rotation = Vector3.new(85.6199951, -53.8899994, 90.7399979)
  2635. WedgePart185.Anchored = true
  2636. WedgePart185.CanCollide = false
  2637. WedgePart185.Size = Vector3.new(0.0884075835, 0.125875413, 0.455510169)
  2638. WedgePart185.CFrame = CFrame.new(-80.4121857, 6.65950871, 66.6566238, -0.00759387389, -0.589267492, -0.807902277, 0.0868270621, 0.804486156, -0.587592065, 0.996194482, -0.07460998, 0.0450552739)
  2639. WedgePart185.Color = Color3.new(1, 0, 0)
  2640. WedgePart185.Position = Vector3.new(-80.4121857, 6.65950871, 66.6566238)
  2641. WedgePart185.Orientation = Vector3.new(35.9899979, -86.8099976, 6.15999985)
  2642. WedgePart185.Color = Color3.new(1, 0, 0)
  2643. WedgePart186.Parent = Model1
  2644. WedgePart186.Material = Enum.Material.Neon
  2645. WedgePart186.BrickColor = BrickColor.new("Really red")
  2646. WedgePart186.Rotation = Vector3.new(84.4000015, 54.75, 90.75)
  2647. WedgePart186.Anchored = true
  2648. WedgePart186.CanCollide = false
  2649. WedgePart186.Size = Vector3.new(0.0884075835, 0.0998028964, 0.361160547)
  2650. WedgePart186.CFrame = CFrame.new(-73.9252472, 5.73436069, 66.7866745, -0.00759401871, -0.577138424, 0.816610992, 0.0868269429, -0.813931465, -0.574437261, 0.996194601, 0.0665416345, 0.0562922359)
  2651. WedgePart186.Color = Color3.new(1, 0, 0)
  2652. WedgePart186.Position = Vector3.new(-73.9252472, 5.73436069, 66.7866745)
  2653. WedgePart186.Orientation = Vector3.new(35.0599976, 86.0599976, 173.910004)
  2654. WedgePart186.Color = Color3.new(1, 0, 0)
  2655. WedgePart187.Parent = Model1
  2656. WedgePart187.Material = Enum.Material.Neon
  2657. WedgePart187.BrickColor = BrickColor.new("Really red")
  2658. WedgePart187.Rotation = Vector3.new(84.8300018, 23.8500004, -89.5199966)
  2659. WedgePart187.Anchored = true
  2660. WedgePart187.CanCollide = false
  2661. WedgePart187.Size = Vector3.new(0.0884075835, 0.125875413, 0.455510169)
  2662. WedgePart187.CFrame = CFrame.new(-73.894249, 5.6966486, 66.7902069, 0.00759391487, 0.914552927, 0.404394954, -0.0868269205, 0.403482646, -0.910859168, -0.996194601, -0.0281954389, 0.082471922)
  2663. WedgePart187.Color = Color3.new(1, 0, 0)
  2664. WedgePart187.Position = Vector3.new(-73.894249, 5.6966486, 66.7902069)
  2665. WedgePart187.Orientation = Vector3.new(65.6199951, 78.4700012, -12.1399994)
  2666. WedgePart187.Color = Color3.new(1, 0, 0)
  2667. WedgePart188.Parent = Model1
  2668. WedgePart188.Material = Enum.Material.Neon
  2669. WedgePart188.BrickColor = BrickColor.new("Really red")
  2670. WedgePart188.Rotation = Vector3.new(84.6299973, 41.4599991, 90.5799942)
  2671. WedgePart188.Anchored = true
  2672. WedgePart188.CanCollide = false
  2673. WedgePart188.Size = Vector3.new(0.088407591, 0.11916811, 0.279566944)
  2674. WedgePart188.CFrame = CFrame.new(-76.3597794, 4.19762039, 66.9020767, -0.0075940215, -0.749388039, 0.66208756, 0.0868269354, -0.660100102, -0.746142745, 0.996194482, 0.0518208072, 0.0700798854)
  2675. WedgePart188.Color = Color3.new(1, 0, 0)
  2676. WedgePart188.Position = Vector3.new(-76.3597794, 4.19762039, 66.9020767)
  2677. WedgePart188.Orientation = Vector3.new(48.2599983, 83.9599991, 172.509995)
  2678. WedgePart188.Color = Color3.new(1, 0, 0)
  2679. WedgePart189.Parent = Model1
  2680. WedgePart189.Material = Enum.Material.Neon
  2681. WedgePart189.BrickColor = BrickColor.new("Really red")
  2682. WedgePart189.Rotation = Vector3.new(84.9799957, 4.67000008, 90.4399948)
  2683. WedgePart189.Anchored = true
  2684. WedgePart189.CanCollide = false
  2685. WedgePart189.Size = Vector3.new(0.0884075835, 0.188014537, 0.441079795)
  2686. WedgePart189.CFrame = CFrame.new(-79.239006, 4.11372232, 66.8873978, -0.00759395538, -0.996647537, 0.0814627036, 0.0868271366, -0.0818146095, -0.992858946, 0.996194482, -0.000466539524, 0.0871574655)
  2687. WedgePart189.Color = Color3.new(1, 0, 0)
  2688. WedgePart189.Position = Vector3.new(-79.239006, 4.11372232, 66.8873978)
  2689. WedgePart189.Orientation = Vector3.new(83.1500015, 43.0699997, 133.300003)
  2690. WedgePart189.Color = Color3.new(1, 0, 0)
  2691. WedgePart190.Parent = Model1
  2692. WedgePart190.Material = Enum.Material.Neon
  2693. WedgePart190.BrickColor = BrickColor.new("Really red")
  2694. WedgePart190.Rotation = Vector3.new(86.3199997, -71.5, -88.6299973)
  2695. WedgePart190.Anchored = true
  2696. WedgePart190.CanCollide = false
  2697. WedgePart190.Size = Vector3.new(0.088407591, 0.11916811, 0.279566944)
  2698. WedgePart190.CFrame = CFrame.new(-79.0303192, 4.13448429, 66.8871994, 0.00759398239, 0.317289889, -0.948298216, -0.0868270621, -0.944535255, -0.316726238, -0.996194482, 0.0847432613, 0.0203766096)
  2699. WedgePart190.Color = Color3.new(1, 0, 0)
  2700. WedgePart190.Position = Vector3.new(-79.0303192, 4.13448429, 66.8871994)
  2701. WedgePart190.Orientation = Vector3.new(18.4699993, -88.7699966, -174.75)
  2702. WedgePart190.Color = Color3.new(1, 0, 0)
  2703. WedgePart191.Parent = Model1
  2704. WedgePart191.Material = Enum.Material.Neon
  2705. WedgePart191.BrickColor = BrickColor.new("Really red")
  2706. WedgePart191.Rotation = Vector3.new(86.8899994, -76.8699951, 91.9199982)
  2707. WedgePart191.Anchored = true
  2708. WedgePart191.CanCollide = false
  2709. WedgePart191.Size = Vector3.new(0.0884075835, 0.0690558478, 0.393628031)
  2710. WedgePart191.CFrame = CFrame.new(-78.241951, 3.42485881, 66.9550629, -0.00759389577, -0.226967305, -0.9738729, 0.0868270248, 0.970073581, -0.226758942, 0.996194482, -0.0862805769, 0.0123402886)
  2711. WedgePart191.Color = Color3.new(1, 0, 0)
  2712. WedgePart191.Position = Vector3.new(-78.241951, 3.42485881, 66.9550629)
  2713. WedgePart191.Orientation = Vector3.new(13.1099997, -89.2699966, 5.10999966)
  2714. WedgePart191.Color = Color3.new(1, 0, 0)
  2715. WedgePart192.Parent = Model1
  2716. WedgePart192.Material = Enum.Material.Neon
  2717. WedgePart192.BrickColor = BrickColor.new("Really red")
  2718. WedgePart192.Rotation = Vector3.new(-94.8699951, 13.9399996, -90.4499969)
  2719. WedgePart192.Anchored = true
  2720. WedgePart192.CanCollide = false
  2721. WedgePart192.Size = Vector3.new(0.0884075835, 0.0860561207, 0.321951598)
  2722. WedgePart192.CFrame = CFrame.new(-79.2683105, 3.3912437, 66.9501724, -0.00759405317, 0.97052896, 0.240864784, 0.0868269727, -0.239322022, 0.967050254, 0.996194482, 0.0282573905, -0.082450673)
  2723. WedgePart192.Color = Color3.new(1, 0, 0)
  2724. WedgePart192.Position = Vector3.new(-79.2683105, 3.3912437, 66.9501724)
  2725. WedgePart192.Orientation = Vector3.new(-75.25, 108.899994, 160.059998)
  2726. WedgePart192.Color = Color3.new(1, 0, 0)
  2727. WedgePart193.Parent = Model1
  2728. WedgePart193.Material = Enum.Material.Neon
  2729. WedgePart193.BrickColor = BrickColor.new("Really red")
  2730. WedgePart193.Rotation = Vector3.new(-96.4799957, -73.8199997, -91.5599976)
  2731. WedgePart193.Anchored = true
  2732. WedgePart193.CanCollide = false
  2733. WedgePart193.Size = Vector3.new(0.0884075835, 0.0694774389, 0.25992772)
  2734. WedgePart193.CFrame = CFrame.new(-76.0601425, 3.4496367, 66.9695358, -0.00759395864, 0.278512716, -0.960404634, 0.0868270099, 0.95699656, 0.276843399, 0.996194482, -0.0812864155, -0.0314493328)
  2735. WedgePart193.Color = Color3.new(1, 0, 0)
  2736. WedgePart193.Position = Vector3.new(-76.0601425, 3.4496367, 66.9695358)
  2737. WedgePart193.Orientation = Vector3.new(-16.0699997, -91.8799973, 5.17999983)
  2738. WedgePart193.Color = Color3.new(1, 0, 0)
  2739. WedgePart194.Parent = Model1
  2740. WedgePart194.Material = Enum.Material.Neon
  2741. WedgePart194.BrickColor = BrickColor.new("Really red")
  2742. WedgePart194.Rotation = Vector3.new(-95.4000015, -43.8999977, 89.4000015)
  2743. WedgePart194.Anchored = true
  2744. WedgePart194.CanCollide = false
  2745. WedgePart194.Size = Vector3.new(0.0884075835, 0.0860561207, 0.321951598)
  2746. WedgePart194.CFrame = CFrame.new(-76.0875931, 3.46616054, 66.9678726, 0.00759406621, -0.720555663, -0.693358481, -0.0868270025, -0.691237867, 0.717408419, -0.996194482, 0.0547541566, -0.0678124055)
  2747. WedgePart194.Color = Color3.new(1, 0, 0)
  2748. WedgePart194.Position = Vector3.new(-76.0875931, 3.46616054, 66.9678726)
  2749. WedgePart194.Orientation = Vector3.new(-45.8400002, -95.5899963, -172.839996)
  2750. WedgePart194.Color = Color3.new(1, 0, 0)
  2751. WedgePart195.Parent = Model1
  2752. WedgePart195.Material = Enum.Material.Neon
  2753. WedgePart195.BrickColor = BrickColor.new("Really red")
  2754. WedgePart195.Rotation = Vector3.new(85.2099991, -23.8899994, 90.4799957)
  2755. WedgePart195.Anchored = true
  2756. WedgePart195.CanCollide = false
  2757. WedgePart195.Size = Vector3.new(0.0884075835, 0.125875413, 0.455510169)
  2758. WedgePart195.CFrame = CFrame.new(-81.6757736, 5.69424915, 66.7310638, -0.00759391673, -0.914271057, -0.40503189, 0.0868271068, 0.402911186, -0.911111951, 0.996194482, -0.0420866981, 0.0763239563)
  2759. WedgePart195.Color = Color3.new(1, 0, 0)
  2760. WedgePart195.Position = Vector3.new(-81.6757736, 5.69424915, 66.7310638)
  2761. WedgePart195.Orientation = Vector3.new(65.659996, -79.3300018, 12.1599998)
  2762. WedgePart195.Color = Color3.new(1, 0, 0)
  2763. WedgePart196.Parent = Model1
  2764. WedgePart196.Material = Enum.Material.Neon
  2765. WedgePart196.BrickColor = BrickColor.new("Really red")
  2766. WedgePart196.Rotation = Vector3.new(-98.6399994, -83.1999969, 86.3199997)
  2767. WedgePart196.Anchored = true
  2768. WedgePart196.CanCollide = false
  2769. WedgePart196.Size = Vector3.new(0.0884075835, 0.0988070592, 0.563214064)
  2770. WedgePart196.CFrame = CFrame.new(-78.3278885, 3.42005658, 66.9548416, 0.00759398565, -0.11808195, -0.992974758, -0.0868270844, -0.989331603, 0.116984665, -0.996194482, 0.0853288472, -0.0177656896)
  2771. WedgePart196.Color = Color3.new(1, 0, 0)
  2772. WedgePart196.Position = Vector3.new(-78.3278885, 3.42005658, 66.9548416)
  2773. WedgePart196.Orientation = Vector3.new(-6.71999979, -91.0199966, -174.979996)
  2774. WedgePart196.Color = Color3.new(1, 0, 0)
  2775. WedgePart197.Parent = Model1
  2776. WedgePart197.Material = Enum.Material.Neon
  2777. WedgePart197.BrickColor = BrickColor.new("Really red")
  2778. WedgePart197.Rotation = Vector3.new(85.6399994, -54.7899971, -89.25)
  2779. WedgePart197.Anchored = true
  2780. WedgePart197.CanCollide = false
  2781. WedgePart197.Size = Vector3.new(0.0884075835, 0.0998028964, 0.361160547)
  2782. WedgePart197.CFrame = CFrame.new(-81.6447144, 5.73197269, 66.728035, 0.00759401638, 0.576573908, -0.817009687, -0.0868270695, -0.813567758, -0.574952006, -0.996194482, 0.0753048286, 0.0438840464)
  2783. WedgePart197.Color = Color3.new(1, 0, 0)
  2784. WedgePart197.Position = Vector3.new(-81.6447144, 5.73197269, 66.728035)
  2785. WedgePart197.Orientation = Vector3.new(35.0999985, -86.9300003, -173.910004)
  2786. WedgePart197.Color = Color3.new(1, 0, 0)
  2787. WedgePart198.Parent = Model1
  2788. WedgePart198.Material = Enum.Material.Neon
  2789. WedgePart198.BrickColor = BrickColor.new("Really red")
  2790. WedgePart198.Rotation = Vector3.new(85.4000015, -41.5, -89.4199982)
  2791. WedgePart198.Anchored = true
  2792. WedgePart198.CanCollide = false
  2793. WedgePart198.Size = Vector3.new(0.088407591, 0.11916811, 0.279566944)
  2794. WedgePart198.CFrame = CFrame.new(-79.2112427, 4.19673634, 66.8804169, 0.00759402011, 0.748927832, -0.662608147, -0.086827077, -0.659630775, -0.746557713, -0.996194482, 0.0632016957, 0.060017962)
  2795. WedgePart198.Color = Color3.new(1, 0, 0)
  2796. WedgePart198.Position = Vector3.new(-79.2112427, 4.19673634, 66.8804169)
  2797. WedgePart198.Orientation = Vector3.new(48.2899971, -84.8199997, -172.5)
  2798. WedgePart198.Color = Color3.new(1, 0, 0)
  2799. WedgePart199.Parent = Model1
  2800. WedgePart199.Material = Enum.Material.Neon
  2801. WedgePart199.BrickColor = BrickColor.new("Really red")
  2802. WedgePart199.Rotation = Vector3.new(-94.5599976, 43.8699989, 89.4000015)
  2803. WedgePart199.Anchored = true
  2804. WedgePart199.CanCollide = false
  2805. WedgePart199.Size = Vector3.new(0.0884075835, 0.0694774389, 0.25992772)
  2806. WedgePart199.CFrame = CFrame.new(-79.2838135, 3.36323762, 66.9524765, 0.0075939591, -0.72091651, 0.692980349, -0.0868270174, 0.689907551, 0.718671441, -0.996194482, -0.0656269714, -0.0573559068)
  2807. WedgePart199.Color = Color3.new(1, 0, 0)
  2808. WedgePart199.Position = Vector3.new(-79.2838135, 3.36323762, 66.9524765)
  2809. WedgePart199.Orientation = Vector3.new(-45.9399986, 94.7299957, -7.17000008)
  2810. WedgePart199.Color = Color3.new(1, 0, 0)
  2811. WedgePart200.Parent = Model1
  2812. WedgePart200.Material = Enum.Material.Neon
  2813. WedgePart200.BrickColor = BrickColor.new("Really red")
  2814. WedgePart200.Rotation = Vector3.new(84.4199982, 53.8499985, -89.2599945)
  2815. WedgePart200.Anchored = true
  2816. WedgePart200.CanCollide = false
  2817. WedgePart200.Size = Vector3.new(0.0884075835, 0.125875413, 0.455510169)
  2818. WedgePart200.CFrame = CFrame.new(-75.1571274, 6.66115093, 66.6965027, 0.00759387435, 0.589827895, 0.807493329, -0.0868269652, 0.804856241, -0.587085187, -0.996194601, -0.0656540319, 0.0573249981)
  2819. WedgePart200.Color = Color3.new(1, 0, 0)
  2820. WedgePart200.Position = Vector3.new(-75.1571274, 6.66115093, 66.6965027)
  2821. WedgePart200.Orientation = Vector3.new(35.9500008, 85.9399948, -6.15999985)
  2822. WedgePart200.Color = Color3.new(1, 0, 0)
  2823. WedgePart201.Parent = Model1
  2824. WedgePart201.Material = Enum.Material.Neon
  2825. WedgePart201.BrickColor = BrickColor.new("Really red")
  2826. WedgePart201.Rotation = Vector3.new(-94.4000015, 53.2599983, -90.7299957)
  2827. WedgePart201.Anchored = true
  2828. WedgePart201.CanCollide = false
  2829. WedgePart201.Size = Vector3.new(0.0884075835, 0.0988070592, 0.563214064)
  2830. WedgePart201.CFrame = CFrame.new(-76.9164505, 3.02215695, 67.0002518, -0.00759394793, 0.598192275, 0.801316679, 0.0868269578, -0.797919571, 0.596479058, 0.996194601, 0.0741055906, -0.0458799191)
  2831. WedgePart201.Color = Color3.new(1, 0, 0)
  2832. WedgePart201.Position = Vector3.new(-76.9164505, 3.02215695, 67.0002518)
  2833. WedgePart201.Orientation = Vector3.new(-36.6199989, 93.2799988, 173.789993)
  2834. WedgePart201.Color = Color3.new(1, 0, 0)
  2835. WedgePart202.Parent = Model1
  2836. WedgePart202.Material = Enum.Material.Neon
  2837. WedgePart202.BrickColor = BrickColor.new("Really red")
  2838. WedgePart202.Rotation = Vector3.new(-93.5400009, 73.1500015, 88.5)
  2839. WedgePart202.Anchored = true
  2840. WedgePart202.CanCollide = false
  2841. WedgePart202.Size = Vector3.new(0.0884075835, 0.0690558478, 0.393628031)
  2842. WedgePart202.CFrame = CFrame.new(-76.9932938, 2.98343778, 67.003067, 0.00759389997, -0.289711386, 0.957083941, -0.0868270397, 0.953306377, 0.289256811, -0.996194482, -0.0852974653, -0.0179155022)
  2843. WedgePart202.Color = Color3.new(1, 0, 0)
  2844. WedgePart202.Position = Vector3.new(-76.9932938, 2.98343778, 67.003067)
  2845. WedgePart202.Orientation = Vector3.new(-16.8099995, 91.0699997, -5.19999981)
  2846. WedgePart202.Color = Color3.new(1, 0, 0)
  2847. Model203.Name = "RightLeg"
  2848. Model203.Parent = Model0
  2849. Part204.Name = "Right Leg1"
  2850. Part204.Parent = Model203
  2851. Part204.Material = Enum.Material.SmoothPlastic
  2852. Part204.BrickColor = BrickColor.new("Pastel brown")
  2853. Part204.Transparency = 1
  2854. Part204.Rotation = Vector3.new(-180, 0, 180)
  2855. Part204.Anchored = true
  2856. Part204.CanCollide = false
  2857. Part204.FormFactor = Enum.FormFactor.Plate
  2858. Part204.Size = Vector3.new(1, 2, 1)
  2859. Part204.CFrame = CFrame.new(-78.3779373, 1.00006962, 67.9689178, -1, -4.45898877e-05, 3.27825364e-05, -4.45890255e-05, 1, 2.62771573e-05, -3.27837079e-05, 2.62756948e-05, -1)
  2860. Part204.Color = Color3.new(1, 0.8, 0.6)
  2861. Part204.Position = Vector3.new(-78.3779373, 1.00006962, 67.9689178)
  2862. Part204.Orientation = Vector3.new(0, 180, 0)
  2863. Part204.Color = Color3.new(1, 0.8, 0.6)
  2864. Part205.Parent = Model203
  2865. Part205.Material = Enum.Material.SmoothPlastic
  2866. Part205.Transparency = 1
  2867. Part205.Rotation = Vector3.new(90, 0.0199999996, 180)
  2868. Part205.Anchored = true
  2869. Part205.FormFactor = Enum.FormFactor.Custom
  2870. Part205.Size = Vector3.new(1.0999999, 1, 2)
  2871. Part205.CFrame = CFrame.new(-78.2944107, 1.00644529, 67.9883041, -1, -2.01907824e-08, 0.000411995832, -0.000411995774, 4.89995655e-05, -1, 0, -1, -4.89995728e-05)
  2872. Part205.BottomSurface = Enum.SurfaceType.Smooth
  2873. Part205.TopSurface = Enum.SurfaceType.Smooth
  2874. Part205.Position = Vector3.new(-78.2944107, 1.00644529, 67.9883041)
  2875. Part205.Orientation = Vector3.new(90, -180, 0)
  2876. ParticleEmitter206.Name = "Void"
  2877. ParticleEmitter206.Parent = Part205
  2878. ParticleEmitter206.Transparency = NumberSequence.new(0,0.78750002384186,1)
  2879. ParticleEmitter206.Rotation = NumberRange.new(100, 100)
  2880. ParticleEmitter206.Size = NumberSequence.new(0.50000011920929,1.3749998807907)
  2881. ParticleEmitter206.Color = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(1, 0, 0.0156863))
  2882. ParticleEmitter206.Texture = "rbxassetid://341277531"
  2883. ParticleEmitter206.ZOffset = -1
  2884. ParticleEmitter206.Lifetime = NumberRange.new(0.5, 0.5)
  2885. ParticleEmitter206.Rate = 1000
  2886. ParticleEmitter206.RotSpeed = NumberRange.new(-20, -10)
  2887. ParticleEmitter206.Speed = NumberRange.new(0, 0)
  2888. ParticleEmitter206.Color = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(1, 0, 0.0156863))
  2889. Model207.Name = "RightArm"
  2890. Model207.Parent = Model0
  2891. WedgePart208.Parent = Model207
  2892. WedgePart208.Material = Enum.Material.SmoothPlastic
  2893. WedgePart208.BrickColor = BrickColor.new("Really black")
  2894. WedgePart208.Reflectance = 0.20000000298023
  2895. WedgePart208.Rotation = Vector3.new(179.98999, -90, 0)
  2896. WedgePart208.Anchored = true
  2897. WedgePart208.CanCollide = false
  2898. WedgePart208.FormFactor = Enum.FormFactor.Custom
  2899. WedgePart208.Size = Vector3.new(1.01999986, 0.199999988, 0.399999738)
  2900. WedgePart208.CFrame = CFrame.new(-78.9717484, 2.09825993, 67.968338, 0.000411999907, 5.59999899e-05, -1, -9.79999895e-05, -1, -5.60403751e-05, -0.999999881, 9.80230689e-05, -0.000411994493)
  2901. WedgePart208.BottomSurface = Enum.SurfaceType.Smooth
  2902. WedgePart208.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2903. WedgePart208.Position = Vector3.new(-78.9717484, 2.09825993, 67.968338)
  2904. WedgePart208.Orientation = Vector3.new(0, -90.0199966, -179.98999)
  2905. WedgePart208.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2906. Part209.Name = "Right Arm1"
  2907. Part209.Parent = Model207
  2908. Part209.Material = Enum.Material.SmoothPlastic
  2909. Part209.BrickColor = BrickColor.new("Pastel brown")
  2910. Part209.Transparency = 1
  2911. Part209.Rotation = Vector3.new(180, 0, 180)
  2912. Part209.Anchored = true
  2913. Part209.CanCollide = false
  2914. Part209.FormFactor = Enum.FormFactor.Plate
  2915. Part209.Size = Vector3.new(1, 2, 1)
  2916. Part209.CFrame = CFrame.new(-79.2780304, 2.99997687, 67.9688416, -1, -4.45878868e-05, 3.27852576e-05, -4.45890255e-05, 1, -3.47647074e-05, -3.27837079e-05, -3.47661698e-05, -1)
  2917. Part209.BottomSurface = Enum.SurfaceType.Smooth
  2918. Part209.TopSurface = Enum.SurfaceType.Smooth
  2919. Part209.Color = Color3.new(1, 0.8, 0.6)
  2920. Part209.Position = Vector3.new(-79.2780304, 2.99997687, 67.9688416)
  2921. Part209.Orientation = Vector3.new(0, 180, 0)
  2922. Part209.Color = Color3.new(1, 0.8, 0.6)
  2923. Part210.Parent = Model207
  2924. Part210.Material = Enum.Material.SmoothPlastic
  2925. Part210.BrickColor = BrickColor.new("Really black")
  2926. Part210.Rotation = Vector3.new(0, -0.0199999996, 0)
  2927. Part210.Anchored = true
  2928. Part210.CanCollide = false
  2929. Part210.FormFactor = Enum.FormFactor.Custom
  2930. Part210.Size = Vector3.new(0.0642857403, 0.212857261, 0.179999754)
  2931. Part210.CFrame = CFrame.new(-79.7765961, 2.29834604, 68.0913773, 1, 2.01847321e-08, -0.000411999965, -3.33066907e-13, 1, 4.9000002e-05, 0.000411999994, -4.89999875e-05, 1)
  2932. Part210.BottomSurface = Enum.SurfaceType.Smooth
  2933. Part210.TopSurface = Enum.SurfaceType.Smooth
  2934. Part210.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2935. Part210.Position = Vector3.new(-79.7765961, 2.29834604, 68.0913773)
  2936. Part210.Orientation = Vector3.new(0, -0.0199999996, 0)
  2937. Part210.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2938. Part211.Parent = Model207
  2939. Part211.Material = Enum.Material.Neon
  2940. Part211.BrickColor = BrickColor.new("Really red")
  2941. Part211.Rotation = Vector3.new(0, -0.0199999996, 0)
  2942. Part211.Anchored = true
  2943. Part211.CanCollide = false
  2944. Part211.FormFactor = Enum.FormFactor.Custom
  2945. Part211.Size = Vector3.new(1.05999959, 1.51526916, 0.0500000007)
  2946. Part211.CFrame = CFrame.new(-79.2817078, 3.39221692, 67.8681335, 1, 2.01847321e-08, -0.000411999965, -3.33066907e-13, 1, 4.9000002e-05, 0.000411999994, -4.89999875e-05, 1)
  2947. Part211.BottomSurface = Enum.SurfaceType.Smooth
  2948. Part211.TopSurface = Enum.SurfaceType.Smooth
  2949. Part211.Color = Color3.new(1, 0, 0)
  2950. Part211.Position = Vector3.new(-79.2817078, 3.39221692, 67.8681335)
  2951. Part211.Orientation = Vector3.new(0, -0.0199999996, 0)
  2952. Part211.Color = Color3.new(1, 0, 0)
  2953. Part212.Parent = Model207
  2954. Part212.Material = Enum.Material.SmoothPlastic
  2955. Part212.BrickColor = BrickColor.new("Really black")
  2956. Part212.Rotation = Vector3.new(0, -0.0199999996, 0)
  2957. Part212.Anchored = true
  2958. Part212.CanCollide = false
  2959. Part212.FormFactor = Enum.FormFactor.Custom
  2960. Part212.Size = Vector3.new(0.474285692, 0.422857195, 0.0500000007)
  2961. Part212.CFrame = CFrame.new(-79.57164, 2.19334292, 68.0914612, 1, 2.01847321e-08, -0.000411999965, -3.33066907e-13, 1, 4.9000002e-05, 0.000411999994, -4.89999875e-05, 1)
  2962. Part212.BottomSurface = Enum.SurfaceType.Smooth
  2963. Part212.TopSurface = Enum.SurfaceType.Smooth
  2964. Part212.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2965. Part212.Position = Vector3.new(-79.57164, 2.19334292, 68.0914612)
  2966. Part212.Orientation = Vector3.new(0, -0.0199999996, 0)
  2967. Part212.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2968. Part213.Parent = Model207
  2969. Part213.Material = Enum.Material.SmoothPlastic
  2970. Part213.BrickColor = BrickColor.new("Really black")
  2971. Part213.Rotation = Vector3.new(0, -0.0199999996, 0)
  2972. Part213.Anchored = true
  2973. Part213.CanCollide = false
  2974. Part213.FormFactor = Enum.FormFactor.Custom
  2975. Part213.Size = Vector3.new(1.07999957, 0.392538637, 1.07999969)
  2976. Part213.CFrame = CFrame.new(-79.2817307, 2.82721567, 67.9681702, 1, 2.01847321e-08, -0.000411999965, -3.33066907e-13, 1, 4.9000002e-05, 0.000411999994, -4.89999875e-05, 1)
  2977. Part213.BottomSurface = Enum.SurfaceType.Smooth
  2978. Part213.TopSurface = Enum.SurfaceType.Smooth
  2979. Part213.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2980. Part213.Position = Vector3.new(-79.2817307, 2.82721567, 67.9681702)
  2981. Part213.Orientation = Vector3.new(0, -0.0199999996, 0)
  2982. Part213.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2983. Part214.Parent = Model207
  2984. Part214.Material = Enum.Material.SmoothPlastic
  2985. Part214.BrickColor = BrickColor.new("Really black")
  2986. Part214.Rotation = Vector3.new(0, -0.0199999996, 0)
  2987. Part214.Anchored = true
  2988. Part214.CanCollide = false
  2989. Part214.FormFactor = Enum.FormFactor.Custom
  2990. Part214.Size = Vector3.new(0.394285738, 0.442857176, 0.149999991)
  2991. Part214.CFrame = CFrame.new(-79.5316467, 2.18334699, 68.0914764, 1, 2.01847321e-08, -0.000411999965, -3.33066907e-13, 1, 4.9000002e-05, 0.000411999994, -4.89999875e-05, 1)
  2992. Part214.BottomSurface = Enum.SurfaceType.Smooth
  2993. Part214.TopSurface = Enum.SurfaceType.Smooth
  2994. Part214.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2995. Part214.Position = Vector3.new(-79.5316467, 2.18334699, 68.0914764)
  2996. Part214.Orientation = Vector3.new(0, -0.0199999996, 0)
  2997. Part214.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2998. Part215.Parent = Model207
  2999. Part215.Material = Enum.Material.Neon
  3000. Part215.BrickColor = BrickColor.new("Really red")
  3001. Part215.Rotation = Vector3.new(0, -0.0199999996, -30)
  3002. Part215.Anchored = true
  3003. Part215.CanCollide = false
  3004. Part215.FormFactor = Enum.FormFactor.Custom
  3005. Part215.Size = Vector3.new(1.08999956, 0.680000007, 0.0500000007)
  3006. Part215.CFrame = CFrame.new(-79.3012009, 4.16238165, 68.0653229, 0.866025269, 0.500000119, -0.000410089793, -0.500000179, 0.866025329, 4.97040091e-05, 0.000380000158, 0.000162000026, 1)
  3007. Part215.BottomSurface = Enum.SurfaceType.Smooth
  3008. Part215.TopSurface = Enum.SurfaceType.Smooth
  3009. Part215.Color = Color3.new(1, 0, 0)
  3010. Part215.Position = Vector3.new(-79.3012009, 4.16238165, 68.0653229)
  3011. Part215.Orientation = Vector3.new(0, -0.0199999996, -30)
  3012. Part215.Color = Color3.new(1, 0, 0)
  3013. Part216.Parent = Model207
  3014. Part216.Material = Enum.Material.SmoothPlastic
  3015. Part216.BrickColor = BrickColor.new("Really black")
  3016. Part216.Rotation = Vector3.new(0, -0.0199999996, 0)
  3017. Part216.Anchored = true
  3018. Part216.CanCollide = false
  3019. Part216.FormFactor = Enum.FormFactor.Custom
  3020. Part216.Size = Vector3.new(1.0399996, 1.24800038, 1.03999972)
  3021. Part216.CFrame = CFrame.new(-79.2817307, 3.50221968, 67.9681396, 1, 2.01847321e-08, -0.000411999965, -3.33066907e-13, 1, 4.9000002e-05, 0.000411999994, -4.89999875e-05, 1)
  3022. Part216.BottomSurface = Enum.SurfaceType.Smooth
  3023. Part216.TopSurface = Enum.SurfaceType.Smooth
  3024. Part216.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3025. Part216.Position = Vector3.new(-79.2817307, 3.50221968, 67.9681396)
  3026. Part216.Orientation = Vector3.new(0, -0.0199999996, 0)
  3027. Part216.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3028. Part217.Parent = Model207
  3029. Part217.Material = Enum.Material.SmoothPlastic
  3030. Part217.BrickColor = BrickColor.new("Really black")
  3031. Part217.Rotation = Vector3.new(0, -0.0199999996, 0)
  3032. Part217.Anchored = true
  3033. Part217.CanCollide = false
  3034. Part217.FormFactor = Enum.FormFactor.Custom
  3035. Part217.Size = Vector3.new(0.174857169, 0.501904786, 0.169999987)
  3036. Part217.CFrame = CFrame.new(-79.3516388, 2.20026493, 68.0915527, 1, 2.01847321e-08, -0.000411999965, -3.33066907e-13, 1, 4.9000002e-05, 0.000411999994, -4.89999875e-05, 1)
  3037. Part217.BottomSurface = Enum.SurfaceType.Smooth
  3038. Part217.TopSurface = Enum.SurfaceType.Smooth
  3039. Part217.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3040. Part217.Position = Vector3.new(-79.3516388, 2.20026493, 68.0915527)
  3041. Part217.Orientation = Vector3.new(0, -0.0199999996, 0)
  3042. Part217.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3043. Part218.Parent = Model207
  3044. Part218.Material = Enum.Material.SmoothPlastic
  3045. Part218.BrickColor = BrickColor.new("Really black")
  3046. Part218.Rotation = Vector3.new(0, -0.0199999996, 0)
  3047. Part218.Anchored = true
  3048. Part218.CanCollide = false
  3049. Part218.FormFactor = Enum.FormFactor.Custom
  3050. Part218.Size = Vector3.new(1.05428565, 0.112857215, 1.03999937)
  3051. Part218.CFrame = CFrame.new(-79.2817459, 2.5283649, 67.9681702, 1, 2.01847321e-08, -0.000411999965, -3.33066907e-13, 1, 4.9000002e-05, 0.000411999994, -4.89999875e-05, 1)
  3052. Part218.BottomSurface = Enum.SurfaceType.Smooth
  3053. Part218.TopSurface = Enum.SurfaceType.Smooth
  3054. Part218.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3055. Part218.Position = Vector3.new(-79.2817459, 2.5283649, 67.9681702)
  3056. Part218.Orientation = Vector3.new(0, -0.0199999996, 0)
  3057. Part218.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3058. Part219.Parent = Model207
  3059. Part219.Material = Enum.Material.SmoothPlastic
  3060. Part219.BrickColor = BrickColor.new("Black")
  3061. Part219.Rotation = Vector3.new(0, -0.0199999996, 0)
  3062. Part219.Anchored = true
  3063. Part219.CanCollide = false
  3064. Part219.FormFactor = Enum.FormFactor.Custom
  3065. Part219.Size = Vector3.new(1.09999955, 0.196104169, 1.09999967)
  3066. Part219.CFrame = CFrame.new(-79.2817307, 2.82721567, 67.9681702, 1, 2.01847321e-08, -0.000411999965, -3.33066907e-13, 1, 4.9000002e-05, 0.000411999994, -4.89999875e-05, 1)
  3067. Part219.BottomSurface = Enum.SurfaceType.Smooth
  3068. Part219.TopSurface = Enum.SurfaceType.Smooth
  3069. Part219.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3070. Part219.Position = Vector3.new(-79.2817307, 2.82721567, 67.9681702)
  3071. Part219.Orientation = Vector3.new(0, -0.0199999996, 0)
  3072. Part219.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3073. Part220.Parent = Model207
  3074. Part220.Material = Enum.Material.Neon
  3075. Part220.BrickColor = BrickColor.new("Really red")
  3076. Part220.Rotation = Vector3.new(0, -0.0199999996, 0)
  3077. Part220.Anchored = true
  3078. Part220.CanCollide = false
  3079. Part220.FormFactor = Enum.FormFactor.Custom
  3080. Part220.Size = Vector3.new(1.07428563, 0.0500000007, 1.09999931)
  3081. Part220.CFrame = CFrame.new(-79.2817459, 2.5283649, 67.9681702, 1, 2.01847321e-08, -0.000411999965, -3.33066907e-13, 1, 4.9000002e-05, 0.000411999994, -4.89999875e-05, 1)
  3082. Part220.BottomSurface = Enum.SurfaceType.Smooth
  3083. Part220.TopSurface = Enum.SurfaceType.Smooth
  3084. Part220.Color = Color3.new(1, 0, 0)
  3085. Part220.Position = Vector3.new(-79.2817459, 2.5283649, 67.9681702)
  3086. Part220.Orientation = Vector3.new(0, -0.0199999996, 0)
  3087. Part220.Color = Color3.new(1, 0, 0)
  3088. Part221.Parent = Model207
  3089. Part221.Material = Enum.Material.SmoothPlastic
  3090. Part221.BrickColor = BrickColor.new("Really black")
  3091. Part221.Rotation = Vector3.new(0, -0.0199999996, 0)
  3092. Part221.Anchored = true
  3093. Part221.CanCollide = false
  3094. Part221.FormFactor = Enum.FormFactor.Custom
  3095. Part221.Size = Vector3.new(0.0642857403, 0.212857261, 0.179999754)
  3096. Part221.CFrame = CFrame.new(-79.7765961, 2.29834604, 67.8524323, 1, 2.01847321e-08, -0.000411999965, -3.33066907e-13, 1, 4.9000002e-05, 0.000411999994, -4.89999875e-05, 1)
  3097. Part221.BottomSurface = Enum.SurfaceType.Smooth
  3098. Part221.TopSurface = Enum.SurfaceType.Smooth
  3099. Part221.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3100. Part221.Position = Vector3.new(-79.7765961, 2.29834604, 67.8524323)
  3101. Part221.Orientation = Vector3.new(0, -0.0199999996, 0)
  3102. Part221.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3103. Part222.Parent = Model207
  3104. Part222.Material = Enum.Material.SmoothPlastic
  3105. Part222.BrickColor = BrickColor.new("Really black")
  3106. Part222.Rotation = Vector3.new(0, -0.0199999996, 0)
  3107. Part222.Anchored = true
  3108. Part222.CanCollide = false
  3109. Part222.FormFactor = Enum.FormFactor.Custom
  3110. Part222.Size = Vector3.new(0.0642857403, 0.212857261, 0.179999754)
  3111. Part222.CFrame = CFrame.new(-79.7765961, 2.29834604, 68.3005371, 1, 2.01847321e-08, -0.000411999965, -3.33066907e-13, 1, 4.9000002e-05, 0.000411999994, -4.89999875e-05, 1)
  3112. Part222.BottomSurface = Enum.SurfaceType.Smooth
  3113. Part222.TopSurface = Enum.SurfaceType.Smooth
  3114. Part222.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3115. Part222.Position = Vector3.new(-79.7765961, 2.29834604, 68.3005371)
  3116. Part222.Orientation = Vector3.new(0, -0.0199999996, 0)
  3117. Part222.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3118. Part223.Parent = Model207
  3119. Part223.Material = Enum.Material.SmoothPlastic
  3120. Part223.BrickColor = BrickColor.new("Really black")
  3121. Part223.Rotation = Vector3.new(0, -0.0199999996, 0)
  3122. Part223.Anchored = true
  3123. Part223.CanCollide = false
  3124. Part223.FormFactor = Enum.FormFactor.Custom
  3125. Part223.Size = Vector3.new(0.0642857403, 0.212857261, 0.179999754)
  3126. Part223.CFrame = CFrame.new(-79.7765884, 2.29834604, 67.6279755, 1, 2.01847321e-08, -0.000411999965, -3.33066907e-13, 1, 4.9000002e-05, 0.000411999994, -4.89999875e-05, 1)
  3127. Part223.BottomSurface = Enum.SurfaceType.Smooth
  3128. Part223.TopSurface = Enum.SurfaceType.Smooth
  3129. Part223.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3130. Part223.Position = Vector3.new(-79.7765884, 2.29834604, 67.6279755)
  3131. Part223.Orientation = Vector3.new(0, -0.0199999996, 0)
  3132. Part223.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3133. Part224.Parent = Model207
  3134. Part224.Material = Enum.Material.SmoothPlastic
  3135. Part224.BrickColor = BrickColor.new("Really black")
  3136. Part224.Rotation = Vector3.new(0, -0.0199999996, 0)
  3137. Part224.Anchored = true
  3138. Part224.CanCollide = false
  3139. Part224.FormFactor = Enum.FormFactor.Custom
  3140. Part224.Size = Vector3.new(0.174857169, 0.501904786, 0.169999987)
  3141. Part224.CFrame = CFrame.new(-79.3516617, 2.20026469, 67.8525925, 1, 2.01847321e-08, -0.000411999965, -3.33066907e-13, 1, 4.9000002e-05, 0.000411999994, -4.89999875e-05, 1)
  3142. Part224.BottomSurface = Enum.SurfaceType.Smooth
  3143. Part224.TopSurface = Enum.SurfaceType.Smooth
  3144. Part224.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3145. Part224.Position = Vector3.new(-79.3516617, 2.20026469, 67.8525925)
  3146. Part224.Orientation = Vector3.new(0, -0.0199999996, 0)
  3147. Part224.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3148. Part225.Parent = Model207
  3149. Part225.Material = Enum.Material.SmoothPlastic
  3150. Part225.BrickColor = BrickColor.new("Really black")
  3151. Part225.Rotation = Vector3.new(0, -0.0199999996, 0)
  3152. Part225.Anchored = true
  3153. Part225.CanCollide = false
  3154. Part225.FormFactor = Enum.FormFactor.Custom
  3155. Part225.Size = Vector3.new(0.174857169, 0.501904786, 0.169999987)
  3156. Part225.CFrame = CFrame.new(-79.3516388, 2.20026469, 67.6281433, 1, 2.01847321e-08, -0.000411999965, -3.33066907e-13, 1, 4.9000002e-05, 0.000411999994, -4.89999875e-05, 1)
  3157. Part225.BottomSurface = Enum.SurfaceType.Smooth
  3158. Part225.TopSurface = Enum.SurfaceType.Smooth
  3159. Part225.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3160. Part225.Position = Vector3.new(-79.3516388, 2.20026469, 67.6281433)
  3161. Part225.Orientation = Vector3.new(0, -0.0199999996, 0)
  3162. Part225.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3163. Part226.Parent = Model207
  3164. Part226.Material = Enum.Material.SmoothPlastic
  3165. Part226.BrickColor = BrickColor.new("Really black")
  3166. Part226.Rotation = Vector3.new(0, -0.0199999996, 0)
  3167. Part226.Anchored = true
  3168. Part226.CanCollide = false
  3169. Part226.FormFactor = Enum.FormFactor.Custom
  3170. Part226.Size = Vector3.new(0.394285738, 0.442857176, 0.149999991)
  3171. Part226.CFrame = CFrame.new(-79.5316467, 2.18334675, 67.628067, 1, 2.01847321e-08, -0.000411999965, -3.33066907e-13, 1, 4.9000002e-05, 0.000411999994, -4.89999875e-05, 1)
  3172. Part226.BottomSurface = Enum.SurfaceType.Smooth
  3173. Part226.TopSurface = Enum.SurfaceType.Smooth
  3174. Part226.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3175. Part226.Position = Vector3.new(-79.5316467, 2.18334675, 67.628067)
  3176. Part226.Orientation = Vector3.new(0, -0.0199999996, 0)
  3177. Part226.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3178. Part227.Parent = Model207
  3179. Part227.Material = Enum.Material.Neon
  3180. Part227.BrickColor = BrickColor.new("Really red")
  3181. Part227.Rotation = Vector3.new(0, -0.0199999996, 0)
  3182. Part227.Anchored = true
  3183. Part227.CanCollide = false
  3184. Part227.FormFactor = Enum.FormFactor.Custom
  3185. Part227.Size = Vector3.new(0.374285758, 0.452857167, 0.0500000007)
  3186. Part227.CFrame = CFrame.new(-79.5219345, 2.17837667, 68.3037262, 1, 2.01847321e-08, -0.000411999965, -3.33066907e-13, 1, 4.9000002e-05, 0.000411999994, -4.89999875e-05, 1)
  3187. Part227.BottomSurface = Enum.SurfaceType.Smooth
  3188. Part227.TopSurface = Enum.SurfaceType.Smooth
  3189. Part227.Color = Color3.new(1, 0, 0)
  3190. Part227.Position = Vector3.new(-79.5219345, 2.17837667, 68.3037262)
  3191. Part227.Orientation = Vector3.new(0, -0.0199999996, 0)
  3192. Part227.Color = Color3.new(1, 0, 0)
  3193. Part228.Parent = Model207
  3194. Part228.Material = Enum.Material.Neon
  3195. Part228.BrickColor = BrickColor.new("Really red")
  3196. Part228.Rotation = Vector3.new(0, -0.0199999996, 0)
  3197. Part228.Anchored = true
  3198. Part228.CanCollide = false
  3199. Part228.FormFactor = Enum.FormFactor.Custom
  3200. Part228.Size = Vector3.new(0.0500000007, 0.220000014, 0.139999762)
  3201. Part228.CFrame = CFrame.new(-79.7765961, 2.15820408, 68.3005371, 1, 2.01847321e-08, -0.000411999965, -3.33066907e-13, 1, 4.9000002e-05, 0.000411999994, -4.89999875e-05, 1)
  3202. Part228.BottomSurface = Enum.SurfaceType.Smooth
  3203. Part228.TopSurface = Enum.SurfaceType.Smooth
  3204. Part228.Color = Color3.new(1, 0, 0)
  3205. Part228.Position = Vector3.new(-79.7765961, 2.15820408, 68.3005371)
  3206. Part228.Orientation = Vector3.new(0, -0.0199999996, 0)
  3207. Part228.Color = Color3.new(1, 0, 0)
  3208. Part229.Parent = Model207
  3209. Part229.Material = Enum.Material.SmoothPlastic
  3210. Part229.BrickColor = BrickColor.new("Really black")
  3211. Part229.Rotation = Vector3.new(0, -0.0199999996, 0)
  3212. Part229.Anchored = true
  3213. Part229.CanCollide = false
  3214. Part229.FormFactor = Enum.FormFactor.Custom
  3215. Part229.Size = Vector3.new(0.394285738, 0.442857176, 0.149999991)
  3216. Part229.CFrame = CFrame.new(-79.5316467, 2.18334699, 68.3006287, 1, 2.01847321e-08, -0.000411999965, -3.33066907e-13, 1, 4.9000002e-05, 0.000411999994, -4.89999875e-05, 1)
  3217. Part229.BottomSurface = Enum.SurfaceType.Smooth
  3218. Part229.TopSurface = Enum.SurfaceType.Smooth
  3219. Part229.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3220. Part229.Position = Vector3.new(-79.5316467, 2.18334699, 68.3006287)
  3221. Part229.Orientation = Vector3.new(0, -0.0199999996, 0)
  3222. Part229.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3223. Part230.Parent = Model207
  3224. Part230.Material = Enum.Material.Neon
  3225. Part230.BrickColor = BrickColor.new("Really red")
  3226. Part230.Rotation = Vector3.new(0, -0.0199999996, 0)
  3227. Part230.Anchored = true
  3228. Part230.CanCollide = false
  3229. Part230.FormFactor = Enum.FormFactor.Custom
  3230. Part230.Size = Vector3.new(0.374285758, 0.452857167, 0.0500000007)
  3231. Part230.CFrame = CFrame.new(-79.5216599, 2.17834568, 67.6280975, 1, 2.01847321e-08, -0.000411999965, -3.33066907e-13, 1, 4.9000002e-05, 0.000411999994, -4.89999875e-05, 1)
  3232. Part230.BottomSurface = Enum.SurfaceType.Smooth
  3233. Part230.TopSurface = Enum.SurfaceType.Smooth
  3234. Part230.Color = Color3.new(1, 0, 0)
  3235. Part230.Position = Vector3.new(-79.5216599, 2.17834568, 67.6280975)
  3236. Part230.Orientation = Vector3.new(0, -0.0199999996, 0)
  3237. Part230.Color = Color3.new(1, 0, 0)
  3238. Part231.Parent = Model207
  3239. Part231.Material = Enum.Material.Neon
  3240. Part231.BrickColor = BrickColor.new("Really red")
  3241. Part231.Rotation = Vector3.new(0, -0.0199999996, 0)
  3242. Part231.Anchored = true
  3243. Part231.CanCollide = false
  3244. Part231.FormFactor = Enum.FormFactor.Custom
  3245. Part231.Size = Vector3.new(1.05999959, 1.51526916, 0.0500000007)
  3246. Part231.CFrame = CFrame.new(-79.2817841, 3.39222479, 68.0681458, 1, 2.01847321e-08, -0.000411999965, -3.33066907e-13, 1, 4.9000002e-05, 0.000411999994, -4.89999875e-05, 1)
  3247. Part231.BottomSurface = Enum.SurfaceType.Smooth
  3248. Part231.TopSurface = Enum.SurfaceType.Smooth
  3249. Part231.Color = Color3.new(1, 0, 0)
  3250. Part231.Position = Vector3.new(-79.2817841, 3.39222479, 68.0681458)
  3251. Part231.Orientation = Vector3.new(0, -0.0199999996, 0)
  3252. Part231.Color = Color3.new(1, 0, 0)
  3253. Part232.Parent = Model207
  3254. Part232.Material = Enum.Material.SmoothPlastic
  3255. Part232.BrickColor = BrickColor.new("Really black")
  3256. Part232.Rotation = Vector3.new(0, -0.0199999996, 0)
  3257. Part232.Anchored = true
  3258. Part232.CanCollide = false
  3259. Part232.FormFactor = Enum.FormFactor.Custom
  3260. Part232.Size = Vector3.new(0.394285738, 0.442857176, 0.149999991)
  3261. Part232.CFrame = CFrame.new(-79.5316467, 2.18334675, 67.8525238, 1, 2.01847321e-08, -0.000411999965, -3.33066907e-13, 1, 4.9000002e-05, 0.000411999994, -4.89999875e-05, 1)
  3262. Part232.BottomSurface = Enum.SurfaceType.Smooth
  3263. Part232.TopSurface = Enum.SurfaceType.Smooth
  3264. Part232.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3265. Part232.Position = Vector3.new(-79.5316467, 2.18334675, 67.8525238)
  3266. Part232.Orientation = Vector3.new(0, -0.0199999996, 0)
  3267. Part232.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3268. Part233.Parent = Model207
  3269. Part233.Material = Enum.Material.Neon
  3270. Part233.BrickColor = BrickColor.new("Really red")
  3271. Part233.Rotation = Vector3.new(0, -0.0199999996, 0)
  3272. Part233.Anchored = true
  3273. Part233.CanCollide = false
  3274. Part233.FormFactor = Enum.FormFactor.Custom
  3275. Part233.Size = Vector3.new(0.0500000007, 0.220000014, 0.139999762)
  3276. Part233.CFrame = CFrame.new(-79.7766037, 2.15820408, 67.8524323, 1, 2.01847321e-08, -0.000411999965, -3.33066907e-13, 1, 4.9000002e-05, 0.000411999994, -4.89999875e-05, 1)
  3277. Part233.BottomSurface = Enum.SurfaceType.Smooth
  3278. Part233.TopSurface = Enum.SurfaceType.Smooth
  3279. Part233.Color = Color3.new(1, 0, 0)
  3280. Part233.Position = Vector3.new(-79.7766037, 2.15820408, 67.8524323)
  3281. Part233.Orientation = Vector3.new(0, -0.0199999996, 0)
  3282. Part233.Color = Color3.new(1, 0, 0)
  3283. Part234.Parent = Model207
  3284. Part234.Material = Enum.Material.SmoothPlastic
  3285. Part234.BrickColor = BrickColor.new("Really black")
  3286. Part234.Rotation = Vector3.new(0, -0.0199999996, 0)
  3287. Part234.Anchored = true
  3288. Part234.CanCollide = false
  3289. Part234.FormFactor = Enum.FormFactor.Custom
  3290. Part234.Size = Vector3.new(0.174857169, 0.501904786, 0.169999987)
  3291. Part234.CFrame = CFrame.new(-79.3516541, 2.20026493, 68.300705, 1, 2.01847321e-08, -0.000411999965, -3.33066907e-13, 1, 4.9000002e-05, 0.000411999994, -4.89999875e-05, 1)
  3292. Part234.BottomSurface = Enum.SurfaceType.Smooth
  3293. Part234.TopSurface = Enum.SurfaceType.Smooth
  3294. Part234.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3295. Part234.Position = Vector3.new(-79.3516541, 2.20026493, 68.300705)
  3296. Part234.Orientation = Vector3.new(0, -0.0199999996, 0)
  3297. Part234.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3298. Part235.Parent = Model207
  3299. Part235.Material = Enum.Material.SmoothPlastic
  3300. Part235.BrickColor = BrickColor.new("Really black")
  3301. Part235.Rotation = Vector3.new(0, -0.0199999996, -30)
  3302. Part235.Anchored = true
  3303. Part235.CanCollide = false
  3304. Part235.FormFactor = Enum.FormFactor.Custom
  3305. Part235.Size = Vector3.new(1.0399996, 0.600000024, 1.03999972)
  3306. Part235.CFrame = CFrame.new(-79.3018265, 4.15121365, 67.9680862, 0.866025269, 0.500000119, -0.000410089793, -0.500000179, 0.866025329, 4.97040091e-05, 0.000380000158, 0.000162000026, 1)
  3307. Part235.BottomSurface = Enum.SurfaceType.Smooth
  3308. Part235.TopSurface = Enum.SurfaceType.Smooth
  3309. Part235.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3310. Part235.Position = Vector3.new(-79.3018265, 4.15121365, 67.9680862)
  3311. Part235.Orientation = Vector3.new(0, -0.0199999996, -30)
  3312. Part235.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3313. Part236.Parent = Model207
  3314. Part236.Material = Enum.Material.SmoothPlastic
  3315. Part236.BrickColor = BrickColor.new("Really black")
  3316. Part236.Rotation = Vector3.new(0, -0.0199999996, 0)
  3317. Part236.Anchored = true
  3318. Part236.CanCollide = false
  3319. Part236.FormFactor = Enum.FormFactor.Custom
  3320. Part236.Size = Vector3.new(0.474285692, 0.422857195, 0.0500000007)
  3321. Part236.CFrame = CFrame.new(-79.5716324, 2.19334269, 67.8525085, 1, 2.01847321e-08, -0.000411999965, -3.33066907e-13, 1, 4.9000002e-05, 0.000411999994, -4.89999875e-05, 1)
  3322. Part236.BottomSurface = Enum.SurfaceType.Smooth
  3323. Part236.TopSurface = Enum.SurfaceType.Smooth
  3324. Part236.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3325. Part236.Position = Vector3.new(-79.5716324, 2.19334269, 67.8525085)
  3326. Part236.Orientation = Vector3.new(0, -0.0199999996, 0)
  3327. Part236.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3328. Part237.Parent = Model207
  3329. Part237.Material = Enum.Material.Neon
  3330. Part237.BrickColor = BrickColor.new("Really red")
  3331. Part237.Rotation = Vector3.new(0, -0.0199999996, 0)
  3332. Part237.Anchored = true
  3333. Part237.CanCollide = false
  3334. Part237.FormFactor = Enum.FormFactor.Custom
  3335. Part237.Size = Vector3.new(0.0742857382, 0.112857282, 0.0999997854)
  3336. Part237.CFrame = CFrame.new(-79.7815857, 2.29834557, 68.0913696, 1, 2.01847321e-08, -0.000411999965, -3.33066907e-13, 1, 4.9000002e-05, 0.000411999994, -4.89999875e-05, 1)
  3337. Part237.BottomSurface = Enum.SurfaceType.Smooth
  3338. Part237.TopSurface = Enum.SurfaceType.Smooth
  3339. Part237.Color = Color3.new(1, 0, 0)
  3340. Part237.Position = Vector3.new(-79.7815857, 2.29834557, 68.0913696)
  3341. Part237.Orientation = Vector3.new(0, -0.0199999996, 0)
  3342. Part237.Color = Color3.new(1, 0, 0)
  3343. Part238.Parent = Model207
  3344. Part238.Material = Enum.Material.Neon
  3345. Part238.BrickColor = BrickColor.new("Really red")
  3346. Part238.Rotation = Vector3.new(0, -0.0199999996, 0)
  3347. Part238.Anchored = true
  3348. Part238.CanCollide = false
  3349. Part238.FormFactor = Enum.FormFactor.Custom
  3350. Part238.Size = Vector3.new(0.0500000007, 0.220000014, 0.139999762)
  3351. Part238.CFrame = CFrame.new(-79.7765961, 2.15820408, 68.0913849, 1, 2.01847321e-08, -0.000411999965, -3.33066907e-13, 1, 4.9000002e-05, 0.000411999994, -4.89999875e-05, 1)
  3352. Part238.BottomSurface = Enum.SurfaceType.Smooth
  3353. Part238.TopSurface = Enum.SurfaceType.Smooth
  3354. Part238.Color = Color3.new(1, 0, 0)
  3355. Part238.Position = Vector3.new(-79.7765961, 2.15820408, 68.0913849)
  3356. Part238.Orientation = Vector3.new(0, -0.0199999996, 0)
  3357. Part238.Color = Color3.new(1, 0, 0)
  3358. Part239.Parent = Model207
  3359. Part239.Material = Enum.Material.Neon
  3360. Part239.BrickColor = BrickColor.new("Really red")
  3361. Part239.Rotation = Vector3.new(0, -0.0199999996, 0)
  3362. Part239.Anchored = true
  3363. Part239.CanCollide = false
  3364. Part239.FormFactor = Enum.FormFactor.Custom
  3365. Part239.Size = Vector3.new(0.0742857382, 0.112857282, 0.0999997854)
  3366. Part239.CFrame = CFrame.new(-79.781601, 2.2983458, 67.852417, 1, 2.01847321e-08, -0.000411999965, -3.33066907e-13, 1, 4.9000002e-05, 0.000411999994, -4.89999875e-05, 1)
  3367. Part239.BottomSurface = Enum.SurfaceType.Smooth
  3368. Part239.TopSurface = Enum.SurfaceType.Smooth
  3369. Part239.Color = Color3.new(1, 0, 0)
  3370. Part239.Position = Vector3.new(-79.781601, 2.2983458, 67.852417)
  3371. Part239.Orientation = Vector3.new(0, -0.0199999996, 0)
  3372. Part239.Color = Color3.new(1, 0, 0)
  3373. Part240.Parent = Model207
  3374. Part240.Material = Enum.Material.Neon
  3375. Part240.BrickColor = BrickColor.new("Really red")
  3376. Part240.Rotation = Vector3.new(0, -0.0199999996, 0)
  3377. Part240.Anchored = true
  3378. Part240.CanCollide = false
  3379. Part240.FormFactor = Enum.FormFactor.Custom
  3380. Part240.Size = Vector3.new(0.0742857382, 0.112857282, 0.0999997854)
  3381. Part240.CFrame = CFrame.new(-79.781601, 2.29834604, 68.3005371, 1, 2.01847321e-08, -0.000411999965, -3.33066907e-13, 1, 4.9000002e-05, 0.000411999994, -4.89999875e-05, 1)
  3382. Part240.BottomSurface = Enum.SurfaceType.Smooth
  3383. Part240.TopSurface = Enum.SurfaceType.Smooth
  3384. Part240.Color = Color3.new(1, 0, 0)
  3385. Part240.Position = Vector3.new(-79.781601, 2.29834604, 68.3005371)
  3386. Part240.Orientation = Vector3.new(0, -0.0199999996, 0)
  3387. Part240.Color = Color3.new(1, 0, 0)
  3388. Part241.Parent = Model207
  3389. Part241.Material = Enum.Material.Neon
  3390. Part241.BrickColor = BrickColor.new("Really red")
  3391. Part241.Rotation = Vector3.new(0, -0.0199999996, 0)
  3392. Part241.Anchored = true
  3393. Part241.CanCollide = false
  3394. Part241.FormFactor = Enum.FormFactor.Custom
  3395. Part241.Size = Vector3.new(0.374285758, 0.452857167, 0.0500000007)
  3396. Part241.CFrame = CFrame.new(-79.5217514, 2.17835808, 67.8479156, 1, 2.01847321e-08, -0.000411999965, -3.33066907e-13, 1, 4.9000002e-05, 0.000411999994, -4.89999875e-05, 1)
  3397. Part241.BottomSurface = Enum.SurfaceType.Smooth
  3398. Part241.TopSurface = Enum.SurfaceType.Smooth
  3399. Part241.Color = Color3.new(1, 0, 0)
  3400. Part241.Position = Vector3.new(-79.5217514, 2.17835808, 67.8479156)
  3401. Part241.Orientation = Vector3.new(0, -0.0199999996, 0)
  3402. Part241.Color = Color3.new(1, 0, 0)
  3403. Part242.Parent = Model207
  3404. Part242.Material = Enum.Material.SmoothPlastic
  3405. Part242.BrickColor = BrickColor.new("Really black")
  3406. Part242.Reflectance = 0.20000000298023
  3407. Part242.Rotation = Vector3.new(0, -0.0199999996, 0)
  3408. Part242.Anchored = true
  3409. Part242.CanCollide = false
  3410. Part242.FormFactor = Enum.FormFactor.Custom
  3411. Part242.Size = Vector3.new(0.619999528, 0.707999885, 1.01999974)
  3412. Part242.CFrame = CFrame.new(-79.4817429, 2.35221767, 67.9681015, 1, 2.01847321e-08, -0.000411999965, -3.33066907e-13, 1, 4.9000002e-05, 0.000411999994, -4.89999875e-05, 1)
  3413. Part242.BottomSurface = Enum.SurfaceType.Smooth
  3414. Part242.TopSurface = Enum.SurfaceType.Smooth
  3415. Part242.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3416. Part242.Position = Vector3.new(-79.4817429, 2.35221767, 67.9681015)
  3417. Part242.Orientation = Vector3.new(0, -0.0199999996, 0)
  3418. Part242.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3419. Part243.Parent = Model207
  3420. Part243.Material = Enum.Material.SmoothPlastic
  3421. Part243.BrickColor = BrickColor.new("Really black")
  3422. Part243.Reflectance = 0.20000000298023
  3423. Part243.Rotation = Vector3.new(0, -0.0199999996, 0)
  3424. Part243.Anchored = true
  3425. Part243.CanCollide = false
  3426. Part243.FormFactor = Enum.FormFactor.Custom
  3427. Part243.Size = Vector3.new(1.01999962, 0.507999837, 1.01999974)
  3428. Part243.CFrame = CFrame.new(-79.2817383, 2.45221901, 67.9681854, 1, 2.01847321e-08, -0.000411999965, -3.33066907e-13, 1, 4.9000002e-05, 0.000411999994, -4.89999875e-05, 1)
  3429. Part243.BottomSurface = Enum.SurfaceType.Smooth
  3430. Part243.TopSurface = Enum.SurfaceType.Smooth
  3431. Part243.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3432. Part243.Position = Vector3.new(-79.2817383, 2.45221901, 67.9681854)
  3433. Part243.Orientation = Vector3.new(0, -0.0199999996, 0)
  3434. Part243.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3435. Part244.Parent = Model207
  3436. Part244.Material = Enum.Material.SmoothPlastic
  3437. Part244.BrickColor = BrickColor.new("Really black")
  3438. Part244.Rotation = Vector3.new(0, -0.0199999996, 0)
  3439. Part244.Anchored = true
  3440. Part244.CanCollide = false
  3441. Part244.FormFactor = Enum.FormFactor.Custom
  3442. Part244.Size = Vector3.new(0.474285692, 0.422857195, 0.0500000007)
  3443. Part244.CFrame = CFrame.new(-79.5716324, 2.19334269, 67.6280594, 1, 2.01847321e-08, -0.000411999965, -3.33066907e-13, 1, 4.9000002e-05, 0.000411999994, -4.89999875e-05, 1)
  3444. Part244.BottomSurface = Enum.SurfaceType.Smooth
  3445. Part244.TopSurface = Enum.SurfaceType.Smooth
  3446. Part244.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3447. Part244.Position = Vector3.new(-79.5716324, 2.19334269, 67.6280594)
  3448. Part244.Orientation = Vector3.new(0, -0.0199999996, 0)
  3449. Part244.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3450. Part245.Parent = Model207
  3451. Part245.Material = Enum.Material.Neon
  3452. Part245.BrickColor = BrickColor.new("Really red")
  3453. Part245.Rotation = Vector3.new(0, -0.0199999996, 0)
  3454. Part245.Anchored = true
  3455. Part245.CanCollide = false
  3456. Part245.FormFactor = Enum.FormFactor.Custom
  3457. Part245.Size = Vector3.new(0.0742857382, 0.112857282, 0.0999997854)
  3458. Part245.CFrame = CFrame.new(-79.781601, 2.29834557, 67.6279831, 1, 2.01847321e-08, -0.000411999965, -3.33066907e-13, 1, 4.9000002e-05, 0.000411999994, -4.89999875e-05, 1)
  3459. Part245.BottomSurface = Enum.SurfaceType.Smooth
  3460. Part245.TopSurface = Enum.SurfaceType.Smooth
  3461. Part245.Color = Color3.new(1, 0, 0)
  3462. Part245.Position = Vector3.new(-79.781601, 2.29834557, 67.6279831)
  3463. Part245.Orientation = Vector3.new(0, -0.0199999996, 0)
  3464. Part245.Color = Color3.new(1, 0, 0)
  3465. Part246.Parent = Model207
  3466. Part246.Material = Enum.Material.Neon
  3467. Part246.BrickColor = BrickColor.new("Really red")
  3468. Part246.Rotation = Vector3.new(0, -0.0199999996, -30)
  3469. Part246.Anchored = true
  3470. Part246.CanCollide = false
  3471. Part246.FormFactor = Enum.FormFactor.Custom
  3472. Part246.Size = Vector3.new(1.08999956, 0.680000007, 0.0500000007)
  3473. Part246.CFrame = CFrame.new(-79.3011093, 4.16236925, 67.8691406, 0.866025269, 0.500000119, -0.000410089793, -0.500000179, 0.866025329, 4.97040091e-05, 0.000380000158, 0.000162000026, 1)
  3474. Part246.BottomSurface = Enum.SurfaceType.Smooth
  3475. Part246.TopSurface = Enum.SurfaceType.Smooth
  3476. Part246.Color = Color3.new(1, 0, 0)
  3477. Part246.Position = Vector3.new(-79.3011093, 4.16236925, 67.8691406)
  3478. Part246.Orientation = Vector3.new(0, -0.0199999996, -30)
  3479. Part246.Color = Color3.new(1, 0, 0)
  3480. Part247.Parent = Model207
  3481. Part247.Material = Enum.Material.SmoothPlastic
  3482. Part247.BrickColor = BrickColor.new("Really black")
  3483. Part247.Rotation = Vector3.new(0, -0.0199999996, 0)
  3484. Part247.Anchored = true
  3485. Part247.CanCollide = false
  3486. Part247.FormFactor = Enum.FormFactor.Custom
  3487. Part247.Size = Vector3.new(0.474285692, 0.422857195, 0.0500000007)
  3488. Part247.CFrame = CFrame.new(-79.5716248, 2.19334292, 68.3006134, 1, 2.01847321e-08, -0.000411999965, -3.33066907e-13, 1, 4.9000002e-05, 0.000411999994, -4.89999875e-05, 1)
  3489. Part247.BottomSurface = Enum.SurfaceType.Smooth
  3490. Part247.TopSurface = Enum.SurfaceType.Smooth
  3491. Part247.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3492. Part247.Position = Vector3.new(-79.5716248, 2.19334292, 68.3006134)
  3493. Part247.Orientation = Vector3.new(0, -0.0199999996, 0)
  3494. Part247.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3495. Part248.Parent = Model207
  3496. Part248.Material = Enum.Material.Neon
  3497. Part248.BrickColor = BrickColor.new("Really red")
  3498. Part248.Rotation = Vector3.new(0, -0.0199999996, 0)
  3499. Part248.Anchored = true
  3500. Part248.CanCollide = false
  3501. Part248.FormFactor = Enum.FormFactor.Custom
  3502. Part248.Size = Vector3.new(0.0500000007, 0.220000014, 0.139999762)
  3503. Part248.CFrame = CFrame.new(-79.7765961, 2.15820408, 67.6279755, 1, 2.01847321e-08, -0.000411999965, -3.33066907e-13, 1, 4.9000002e-05, 0.000411999994, -4.89999875e-05, 1)
  3504. Part248.BottomSurface = Enum.SurfaceType.Smooth
  3505. Part248.TopSurface = Enum.SurfaceType.Smooth
  3506. Part248.Color = Color3.new(1, 0, 0)
  3507. Part248.Position = Vector3.new(-79.7765961, 2.15820408, 67.6279755)
  3508. Part248.Orientation = Vector3.new(0, -0.0199999996, 0)
  3509. Part248.Color = Color3.new(1, 0, 0)
  3510. Part249.Parent = Model207
  3511. Part249.Material = Enum.Material.Neon
  3512. Part249.BrickColor = BrickColor.new("Really red")
  3513. Part249.Rotation = Vector3.new(0, -0.0199999996, 0)
  3514. Part249.Anchored = true
  3515. Part249.CanCollide = false
  3516. Part249.FormFactor = Enum.FormFactor.Custom
  3517. Part249.Size = Vector3.new(0.374285758, 0.452857167, 0.0500000007)
  3518. Part249.CFrame = CFrame.new(-79.5218506, 2.1783669, 68.0920029, 1, 2.01847321e-08, -0.000411999965, -3.33066907e-13, 1, 4.9000002e-05, 0.000411999994, -4.89999875e-05, 1)
  3519. Part249.BottomSurface = Enum.SurfaceType.Smooth
  3520. Part249.TopSurface = Enum.SurfaceType.Smooth
  3521. Part249.Color = Color3.new(1, 0, 0)
  3522. Part249.Position = Vector3.new(-79.5218506, 2.1783669, 68.0920029)
  3523. Part249.Orientation = Vector3.new(0, -0.0199999996, 0)
  3524. Part249.Color = Color3.new(1, 0, 0)
  3525. Part250.Parent = Model207
  3526. Part250.Material = Enum.Material.SmoothPlastic
  3527. Part250.Transparency = 1
  3528. Part250.Rotation = Vector3.new(90, 0.0199999996, 180)
  3529. Part250.Anchored = true
  3530. Part250.FormFactor = Enum.FormFactor.Custom
  3531. Part250.Size = Vector3.new(1.0999999, 1, 2)
  3532. Part250.CFrame = CFrame.new(-79.2844543, 2.96886802, 67.9766159, -1, -2.01907824e-08, 0.000411995832, -0.000411995774, 4.89995655e-05, -1, 0, -1, -4.89995728e-05)
  3533. Part250.BottomSurface = Enum.SurfaceType.Smooth
  3534. Part250.TopSurface = Enum.SurfaceType.Smooth
  3535. Part250.Position = Vector3.new(-79.2844543, 2.96886802, 67.9766159)
  3536. Part250.Orientation = Vector3.new(90, -180, 0)
  3537. ParticleEmitter251.Name = "Void"
  3538. ParticleEmitter251.Parent = Part250
  3539. ParticleEmitter251.Transparency = NumberSequence.new(0,0.78750002384186,1)
  3540. ParticleEmitter251.Rotation = NumberRange.new(100, 100)
  3541. ParticleEmitter251.Size = NumberSequence.new(0.50000011920929,1.3749998807907)
  3542. ParticleEmitter251.Color = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(1, 0, 0.0156863))
  3543. ParticleEmitter251.Texture = "rbxassetid://341277531"
  3544. ParticleEmitter251.ZOffset = -1
  3545. ParticleEmitter251.Lifetime = NumberRange.new(0.5, 0.5)
  3546. ParticleEmitter251.Rate = 1000
  3547. ParticleEmitter251.RotSpeed = NumberRange.new(-20, -10)
  3548. ParticleEmitter251.Speed = NumberRange.new(0, 0)
  3549. ParticleEmitter251.Color = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(1, 0, 0.0156863))
  3550. Model252.Name = "LeftLeg"
  3551. Model252.Parent = Model0
  3552. Part253.Name = "Left Leg1"
  3553. Part253.Parent = Model252
  3554. Part253.Material = Enum.Material.SmoothPlastic
  3555. Part253.BrickColor = BrickColor.new("Pastel brown")
  3556. Part253.Transparency = 1
  3557. Part253.Rotation = Vector3.new(-180, 0, 180)
  3558. Part253.Anchored = true
  3559. Part253.CanCollide = false
  3560. Part253.FormFactor = Enum.FormFactor.Plate
  3561. Part253.Size = Vector3.new(1, 2, 1)
  3562. Part253.CFrame = CFrame.new(-77.3779144, 1.00008273, 67.9689026, -1, -4.45898877e-05, 3.27825364e-05, -4.45890255e-05, 1, 2.62771573e-05, -3.27837079e-05, 2.62756948e-05, -1)
  3563. Part253.Color = Color3.new(1, 0.8, 0.6)
  3564. Part253.Position = Vector3.new(-77.3779144, 1.00008273, 67.9689026)
  3565. Part253.Orientation = Vector3.new(0, 180, 0)
  3566. Part253.Color = Color3.new(1, 0.8, 0.6)
  3567. Part254.Parent = Model252
  3568. Part254.Material = Enum.Material.SmoothPlastic
  3569. Part254.Transparency = 1
  3570. Part254.Rotation = Vector3.new(90, 0.0199999996, 180)
  3571. Part254.Anchored = true
  3572. Part254.FormFactor = Enum.FormFactor.Custom
  3573. Part254.Size = Vector3.new(1.0999999, 1, 2)
  3574. Part254.CFrame = CFrame.new(-77.42836, 1.00680184, 67.9882813, -1, -2.01907824e-08, 0.000411995832, -0.000411995774, 4.89995655e-05, -1, 0, -1, -4.89995728e-05)
  3575. Part254.BottomSurface = Enum.SurfaceType.Smooth
  3576. Part254.TopSurface = Enum.SurfaceType.Smooth
  3577. Part254.Position = Vector3.new(-77.42836, 1.00680184, 67.9882813)
  3578. Part254.Orientation = Vector3.new(90, -180, 0)
  3579. ParticleEmitter255.Name = "Void"
  3580. ParticleEmitter255.Parent = Part254
  3581. ParticleEmitter255.Transparency = NumberSequence.new(0,0.78750002384186,1)
  3582. ParticleEmitter255.Rotation = NumberRange.new(100, 100)
  3583. ParticleEmitter255.Size = NumberSequence.new(0.50000011920929,1.3749998807907)
  3584. ParticleEmitter255.Color = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(1, 0, 0.0156863))
  3585. ParticleEmitter255.Texture = "rbxassetid://341277531"
  3586. ParticleEmitter255.ZOffset = -1
  3587. ParticleEmitter255.Lifetime = NumberRange.new(0.5, 0.5)
  3588. ParticleEmitter255.Rate = 1000
  3589. ParticleEmitter255.RotSpeed = NumberRange.new(-20, -10)
  3590. ParticleEmitter255.Speed = NumberRange.new(0, 0)
  3591. ParticleEmitter255.Color = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(1, 0, 0.0156863))
  3592. Model256.Name = "LeftArm"
  3593. Model256.Parent = Model0
  3594. Part257.Name = "Left Arm1"
  3595. Part257.Parent = Model256
  3596. Part257.Material = Enum.Material.SmoothPlastic
  3597. Part257.BrickColor = BrickColor.new("Pastel brown")
  3598. Part257.Transparency = 1
  3599. Part257.Rotation = Vector3.new(-180, 0, 0)
  3600. Part257.Anchored = true
  3601. Part257.CanCollide = false
  3602. Part257.FormFactor = Enum.FormFactor.Plate
  3603. Part257.Size = Vector3.new(1, 2, 1)
  3604. Part257.CFrame = CFrame.new(-76.4178696, 3.00015688, 67.9683304, 1, 4.45898877e-05, 3.27825364e-05, 4.45890255e-05, -1, 2.62771573e-05, 3.27837079e-05, -2.62756948e-05, -1)
  3605. Part257.BottomSurface = Enum.SurfaceType.Smooth
  3606. Part257.TopSurface = Enum.SurfaceType.Smooth
  3607. Part257.Color = Color3.new(1, 0.8, 0.6)
  3608. Part257.Position = Vector3.new(-76.4178696, 3.00015688, 67.9683304)
  3609. Part257.Orientation = Vector3.new(0, 180, 180)
  3610. Part257.Color = Color3.new(1, 0.8, 0.6)
  3611. WedgePart258.Parent = Model256
  3612. WedgePart258.Material = Enum.Material.SmoothPlastic
  3613. WedgePart258.BrickColor = BrickColor.new("Really black")
  3614. WedgePart258.Reflectance = 0.20000000298023
  3615. WedgePart258.Rotation = Vector3.new(-179.98999, 90, 0)
  3616. WedgePart258.Anchored = true
  3617. WedgePart258.CanCollide = false
  3618. WedgePart258.FormFactor = Enum.FormFactor.Custom
  3619. WedgePart258.Size = Vector3.new(1.01999986, 0.199999988, 0.399999738)
  3620. WedgePart258.CFrame = CFrame.new(-76.7304459, 2.09602594, 67.9678497, -0.000412006339, -4.89548511e-05, 1.00000465, -9.79987526e-05, -1, -4.89949962e-05, 1.00000465, -9.80188925e-05, 0.000411999179)
  3621. WedgePart258.BottomSurface = Enum.SurfaceType.Smooth
  3622. WedgePart258.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3623. WedgePart258.Position = Vector3.new(-76.7304459, 2.09602594, 67.9678497)
  3624. WedgePart258.Orientation = Vector3.new(0, 89.9799957, -179.98999)
  3625. WedgePart258.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3626. Part259.Parent = Model256
  3627. Part259.Material = Enum.Material.Neon
  3628. Part259.BrickColor = BrickColor.new("Really red")
  3629. Part259.Rotation = Vector3.new(-180, 0.0199999996, 150)
  3630. Part259.Anchored = true
  3631. Part259.CanCollide = false
  3632. Part259.FormFactor = Enum.FormFactor.Custom
  3633. Part259.Size = Vector3.new(1.08999956, 0.680000007, 0.0500000007)
  3634. Part259.CFrame = CFrame.new(-76.401001, 4.16015005, 67.8708801, -0.866025269, -0.500000119, 0.000412321824, -0.500000179, 0.866025329, 4.98379704e-05, -0.000382000144, -0.000163000033, -1)
  3635. Part259.BottomSurface = Enum.SurfaceType.Smooth
  3636. Part259.TopSurface = Enum.SurfaceType.Smooth
  3637. Part259.Color = Color3.new(1, 0, 0)
  3638. Part259.Position = Vector3.new(-76.401001, 4.16015005, 67.8708801)
  3639. Part259.Orientation = Vector3.new(0, 179.979996, -30)
  3640. Part259.Color = Color3.new(1, 0, 0)
  3641. Part260.Parent = Model256
  3642. Part260.Material = Enum.Material.SmoothPlastic
  3643. Part260.BrickColor = BrickColor.new("Really black")
  3644. Part260.Rotation = Vector3.new(-180, 0.0199999996, 180)
  3645. Part260.Anchored = true
  3646. Part260.CanCollide = false
  3647. Part260.FormFactor = Enum.FormFactor.Custom
  3648. Part260.Size = Vector3.new(1.0399996, 0.5, 1.03999972)
  3649. Part260.CFrame = CFrame.new(-76.4204636, 3.87398624, 67.9680786, -1.00000465, -2.01862562e-08, 0.000412001566, 3.69482223e-13, 1, 4.89997983e-05, -0.000412001566, 4.89995145e-05, -1.00000465)
  3650. Part260.BottomSurface = Enum.SurfaceType.Smooth
  3651. Part260.TopSurface = Enum.SurfaceType.Smooth
  3652. Part260.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3653. Part260.Position = Vector3.new(-76.4204636, 3.87398624, 67.9680786)
  3654. Part260.Orientation = Vector3.new(0, 179.979996, 0)
  3655. Part260.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3656. Part261.Parent = Model256
  3657. Part261.Material = Enum.Material.SmoothPlastic
  3658. Part261.BrickColor = BrickColor.new("Really black")
  3659. Part261.Rotation = Vector3.new(-180, 0.0199999996, 180)
  3660. Part261.Anchored = true
  3661. Part261.CanCollide = false
  3662. Part261.FormFactor = Enum.FormFactor.Custom
  3663. Part261.Size = Vector3.new(1.05428565, 0.112857215, 1.03999937)
  3664. Part261.CFrame = CFrame.new(-76.420433, 2.52613306, 67.9680176, -1.00000465, -2.01862562e-08, 0.000412001566, 3.69482223e-13, 1, 4.89997983e-05, -0.000412001566, 4.89995145e-05, -1.00000465)
  3665. Part261.BottomSurface = Enum.SurfaceType.Smooth
  3666. Part261.TopSurface = Enum.SurfaceType.Smooth
  3667. Part261.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3668. Part261.Position = Vector3.new(-76.420433, 2.52613306, 67.9680176)
  3669. Part261.Orientation = Vector3.new(0, 179.979996, 0)
  3670. Part261.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3671. Part262.Parent = Model256
  3672. Part262.Material = Enum.Material.SmoothPlastic
  3673. Part262.BrickColor = BrickColor.new("Really black")
  3674. Part262.Rotation = Vector3.new(-180, 0.0199999996, 180)
  3675. Part262.Anchored = true
  3676. Part262.CanCollide = false
  3677. Part262.FormFactor = Enum.FormFactor.Custom
  3678. Part262.Size = Vector3.new(0.0642857403, 0.212857261, 0.179999754)
  3679. Part262.CFrame = CFrame.new(-75.9255981, 2.29611683, 67.8448181, -1.00000465, -2.01862562e-08, 0.000412001566, 3.69482223e-13, 1, 4.89997983e-05, -0.000412001566, 4.89995145e-05, -1.00000465)
  3680. Part262.BottomSurface = Enum.SurfaceType.Smooth
  3681. Part262.TopSurface = Enum.SurfaceType.Smooth
  3682. Part262.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3683. Part262.Position = Vector3.new(-75.9255981, 2.29611683, 67.8448181)
  3684. Part262.Orientation = Vector3.new(0, 179.979996, 0)
  3685. Part262.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3686. Part263.Parent = Model256
  3687. Part263.Material = Enum.Material.SmoothPlastic
  3688. Part263.BrickColor = BrickColor.new("Really black")
  3689. Part263.Rotation = Vector3.new(-180, 0.0199999996, 180)
  3690. Part263.Anchored = true
  3691. Part263.CanCollide = false
  3692. Part263.FormFactor = Enum.FormFactor.Custom
  3693. Part263.Size = Vector3.new(0.174857169, 0.501904786, 0.169999987)
  3694. Part263.CFrame = CFrame.new(-76.3505402, 2.19803381, 67.844635, -1.00000465, -2.01862562e-08, 0.000412001566, 3.69482223e-13, 1, 4.89997983e-05, -0.000412001566, 4.89995145e-05, -1.00000465)
  3695. Part263.BottomSurface = Enum.SurfaceType.Smooth
  3696. Part263.TopSurface = Enum.SurfaceType.Smooth
  3697. Part263.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3698. Part263.Position = Vector3.new(-76.3505402, 2.19803381, 67.844635)
  3699. Part263.Orientation = Vector3.new(0, 179.979996, 0)
  3700. Part263.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3701. Part264.Parent = Model256
  3702. Part264.Material = Enum.Material.SmoothPlastic
  3703. Part264.BrickColor = BrickColor.new("Really black")
  3704. Part264.Rotation = Vector3.new(-180, 0.0199999996, 180)
  3705. Part264.Anchored = true
  3706. Part264.CanCollide = false
  3707. Part264.FormFactor = Enum.FormFactor.Custom
  3708. Part264.Size = Vector3.new(1.07999957, 0.392538637, 1.07999969)
  3709. Part264.CFrame = CFrame.new(-76.4204636, 3.62498617, 67.9680328, -1.00000465, -2.01862562e-08, 0.000412001566, 3.69482223e-13, 1, 4.89997983e-05, -0.000412001566, 4.89995145e-05, -1.00000465)
  3710. Part264.BottomSurface = Enum.SurfaceType.Smooth
  3711. Part264.TopSurface = Enum.SurfaceType.Smooth
  3712. Part264.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3713. Part264.Position = Vector3.new(-76.4204636, 3.62498617, 67.9680328)
  3714. Part264.Orientation = Vector3.new(0, 179.979996, 0)
  3715. Part264.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3716. Part265.Parent = Model256
  3717. Part265.Material = Enum.Material.SmoothPlastic
  3718. Part265.BrickColor = BrickColor.new("Really black")
  3719. Part265.Rotation = Vector3.new(-180, 0.0199999996, 180)
  3720. Part265.Anchored = true
  3721. Part265.CanCollide = false
  3722. Part265.FormFactor = Enum.FormFactor.Custom
  3723. Part265.Size = Vector3.new(0.394285738, 0.442857176, 0.149999991)
  3724. Part265.CFrame = CFrame.new(-76.1705551, 2.18111372, 67.8447189, -1.00000465, -2.01862562e-08, 0.000412001566, 3.69482223e-13, 1, 4.89997983e-05, -0.000412001566, 4.89995145e-05, -1.00000465)
  3725. Part265.BottomSurface = Enum.SurfaceType.Smooth
  3726. Part265.TopSurface = Enum.SurfaceType.Smooth
  3727. Part265.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3728. Part265.Position = Vector3.new(-76.1705551, 2.18111372, 67.8447189)
  3729. Part265.Orientation = Vector3.new(0, 179.979996, 0)
  3730. Part265.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3731. Part266.Parent = Model256
  3732. Part266.Material = Enum.Material.Neon
  3733. Part266.BrickColor = BrickColor.new("Really red")
  3734. Part266.Rotation = Vector3.new(-180, 0.0199999996, 180)
  3735. Part266.Anchored = true
  3736. Part266.CanCollide = false
  3737. Part266.FormFactor = Enum.FormFactor.Custom
  3738. Part266.Size = Vector3.new(1.05999959, 0.515268922, 0.0500000007)
  3739. Part266.CFrame = CFrame.new(-76.4205017, 3.88998222, 68.0680695, -1.00000465, -2.01862562e-08, 0.000412001566, 3.69482223e-13, 1, 4.89997983e-05, -0.000412001566, 4.89995145e-05, -1.00000465)
  3740. Part266.BottomSurface = Enum.SurfaceType.Smooth
  3741. Part266.TopSurface = Enum.SurfaceType.Smooth
  3742. Part266.Color = Color3.new(1, 0, 0)
  3743. Part266.Position = Vector3.new(-76.4205017, 3.88998222, 68.0680695)
  3744. Part266.Orientation = Vector3.new(0, 179.979996, 0)
  3745. Part266.Color = Color3.new(1, 0, 0)
  3746. Part267.Parent = Model256
  3747. Part267.Material = Enum.Material.SmoothPlastic
  3748. Part267.BrickColor = BrickColor.new("Black")
  3749. Part267.Rotation = Vector3.new(-180, 0.0199999996, 180)
  3750. Part267.Anchored = true
  3751. Part267.CanCollide = false
  3752. Part267.FormFactor = Enum.FormFactor.Custom
  3753. Part267.Size = Vector3.new(1.09999955, 0.196104169, 1.09999967)
  3754. Part267.CFrame = CFrame.new(-76.4204636, 3.62498617, 67.9680328, -1.00000465, -2.01862562e-08, 0.000412001566, 3.69482223e-13, 1, 4.89997983e-05, -0.000412001566, 4.89995145e-05, -1.00000465)
  3755. Part267.BottomSurface = Enum.SurfaceType.Smooth
  3756. Part267.TopSurface = Enum.SurfaceType.Smooth
  3757. Part267.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3758. Part267.Position = Vector3.new(-76.4204636, 3.62498617, 67.9680328)
  3759. Part267.Orientation = Vector3.new(0, 179.979996, 0)
  3760. Part267.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3761. Part268.Parent = Model256
  3762. Part268.Material = Enum.Material.Neon
  3763. Part268.BrickColor = BrickColor.new("Really red")
  3764. Part268.Rotation = Vector3.new(-180, 0.0199999996, 180)
  3765. Part268.Anchored = true
  3766. Part268.CanCollide = false
  3767. Part268.FormFactor = Enum.FormFactor.Custom
  3768. Part268.Size = Vector3.new(0.0742857382, 0.112857282, 0.0999997854)
  3769. Part268.CFrame = CFrame.new(-75.9206009, 2.29611683, 67.8448181, -1.00000465, -2.01862562e-08, 0.000412001566, 3.69482223e-13, 1, 4.89997983e-05, -0.000412001566, 4.89995145e-05, -1.00000465)
  3770. Part268.BottomSurface = Enum.SurfaceType.Smooth
  3771. Part268.TopSurface = Enum.SurfaceType.Smooth
  3772. Part268.Color = Color3.new(1, 0, 0)
  3773. Part268.Position = Vector3.new(-75.9206009, 2.29611683, 67.8448181)
  3774. Part268.Orientation = Vector3.new(0, 179.979996, 0)
  3775. Part268.Color = Color3.new(1, 0, 0)
  3776. Part269.Parent = Model256
  3777. Part269.Material = Enum.Material.Neon
  3778. Part269.BrickColor = BrickColor.new("Really red")
  3779. Part269.Rotation = Vector3.new(-180, 0.0199999996, 180)
  3780. Part269.Anchored = true
  3781. Part269.CanCollide = false
  3782. Part269.FormFactor = Enum.FormFactor.Custom
  3783. Part269.Size = Vector3.new(1.07428563, 0.0500000007, 1.09999931)
  3784. Part269.CFrame = CFrame.new(-76.420433, 2.52613306, 67.9680176, -1.00000465, -2.01862562e-08, 0.000412001566, 3.69482223e-13, 1, 4.89997983e-05, -0.000412001566, 4.89995145e-05, -1.00000465)
  3785. Part269.BottomSurface = Enum.SurfaceType.Smooth
  3786. Part269.TopSurface = Enum.SurfaceType.Smooth
  3787. Part269.Color = Color3.new(1, 0, 0)
  3788. Part269.Position = Vector3.new(-76.420433, 2.52613306, 67.9680176)
  3789. Part269.Orientation = Vector3.new(0, 179.979996, 0)
  3790. Part269.Color = Color3.new(1, 0, 0)
  3791. Part270.Parent = Model256
  3792. Part270.Material = Enum.Material.SmoothPlastic
  3793. Part270.BrickColor = BrickColor.new("Really black")
  3794. Part270.Rotation = Vector3.new(-180, 0.0199999996, 180)
  3795. Part270.Anchored = true
  3796. Part270.CanCollide = false
  3797. Part270.FormFactor = Enum.FormFactor.Custom
  3798. Part270.Size = Vector3.new(0.474285692, 0.422857195, 0.0500000007)
  3799. Part270.CFrame = CFrame.new(-76.1305618, 2.19111395, 67.8447266, -1.00000465, -2.01862562e-08, 0.000412001566, 3.69482223e-13, 1, 4.89997983e-05, -0.000412001566, 4.89995145e-05, -1.00000465)
  3800. Part270.BottomSurface = Enum.SurfaceType.Smooth
  3801. Part270.TopSurface = Enum.SurfaceType.Smooth
  3802. Part270.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3803. Part270.Position = Vector3.new(-76.1305618, 2.19111395, 67.8447266)
  3804. Part270.Orientation = Vector3.new(0, 179.979996, 0)
  3805. Part270.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3806. Part271.Parent = Model256
  3807. Part271.Material = Enum.Material.Neon
  3808. Part271.BrickColor = BrickColor.new("Really red")
  3809. Part271.Rotation = Vector3.new(-180, 0.0199999996, 180)
  3810. Part271.Anchored = true
  3811. Part271.CanCollide = false
  3812. Part271.FormFactor = Enum.FormFactor.Custom
  3813. Part271.Size = Vector3.new(0.0500000007, 0.220000014, 0.139999762)
  3814. Part271.CFrame = CFrame.new(-75.9256058, 2.15597177, 67.8448029, -1.00000465, -2.01862562e-08, 0.000412001566, 3.69482223e-13, 1, 4.89997983e-05, -0.000412001566, 4.89995145e-05, -1.00000465)
  3815. Part271.BottomSurface = Enum.SurfaceType.Smooth
  3816. Part271.TopSurface = Enum.SurfaceType.Smooth
  3817. Part271.Color = Color3.new(1, 0, 0)
  3818. Part271.Position = Vector3.new(-75.9256058, 2.15597177, 67.8448029)
  3819. Part271.Orientation = Vector3.new(0, 179.979996, 0)
  3820. Part271.Color = Color3.new(1, 0, 0)
  3821. Part272.Parent = Model256
  3822. Part272.Material = Enum.Material.Neon
  3823. Part272.BrickColor = BrickColor.new("Really red")
  3824. Part272.Rotation = Vector3.new(-180, 0.0199999996, 180)
  3825. Part272.Anchored = true
  3826. Part272.CanCollide = false
  3827. Part272.FormFactor = Enum.FormFactor.Custom
  3828. Part272.Size = Vector3.new(0.374285758, 0.452857167, 0.0500000007)
  3829. Part272.CFrame = CFrame.new(-76.1804504, 2.17612576, 68.0882568, -1.00000465, -2.01862562e-08, 0.000412001566, 3.69482223e-13, 1, 4.89997983e-05, -0.000412001566, 4.89995145e-05, -1.00000465)
  3830. Part272.BottomSurface = Enum.SurfaceType.Smooth
  3831. Part272.TopSurface = Enum.SurfaceType.Smooth
  3832. Part272.Color = Color3.new(1, 0, 0)
  3833. Part272.Position = Vector3.new(-76.1804504, 2.17612576, 68.0882568)
  3834. Part272.Orientation = Vector3.new(0, 179.979996, 0)
  3835. Part272.Color = Color3.new(1, 0, 0)
  3836. Part273.Parent = Model256
  3837. Part273.Material = Enum.Material.SmoothPlastic
  3838. Part273.BrickColor = BrickColor.new("Really black")
  3839. Part273.Rotation = Vector3.new(-180, 0.0199999996, 150)
  3840. Part273.Anchored = true
  3841. Part273.CanCollide = false
  3842. Part273.FormFactor = Enum.FormFactor.Custom
  3843. Part273.Size = Vector3.new(1.0399996, 0.600000024, 1.03999972)
  3844. Part273.CFrame = CFrame.new(-76.4003677, 4.14898729, 67.9681091, -0.866025269, -0.500000119, 0.000412321824, -0.500000179, 0.866025329, 4.98379704e-05, -0.000382000144, -0.000163000033, -1)
  3845. Part273.BottomSurface = Enum.SurfaceType.Smooth
  3846. Part273.TopSurface = Enum.SurfaceType.Smooth
  3847. Part273.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3848. Part273.Position = Vector3.new(-76.4003677, 4.14898729, 67.9681091)
  3849. Part273.Orientation = Vector3.new(0, 179.979996, -30)
  3850. Part273.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3851. Part274.Parent = Model256
  3852. Part274.Material = Enum.Material.Neon
  3853. Part274.BrickColor = BrickColor.new("Really red")
  3854. Part274.Rotation = Vector3.new(-180, 0.0199999996, 180)
  3855. Part274.Anchored = true
  3856. Part274.CanCollide = false
  3857. Part274.FormFactor = Enum.FormFactor.Custom
  3858. Part274.Size = Vector3.new(0.374285758, 0.452857167, 0.0500000007)
  3859. Part274.CFrame = CFrame.new(-76.1805496, 2.1761148, 68.3081055, -1.00000465, -2.01862562e-08, 0.000412001566, 3.69482223e-13, 1, 4.89997983e-05, -0.000412001566, 4.89995145e-05, -1.00000465)
  3860. Part274.BottomSurface = Enum.SurfaceType.Smooth
  3861. Part274.TopSurface = Enum.SurfaceType.Smooth
  3862. Part274.Color = Color3.new(1, 0, 0)
  3863. Part274.Position = Vector3.new(-76.1805496, 2.1761148, 68.3081055)
  3864. Part274.Orientation = Vector3.new(0, 179.979996, 0)
  3865. Part274.Color = Color3.new(1, 0, 0)
  3866. Part275.Parent = Model256
  3867. Part275.Material = Enum.Material.Neon
  3868. Part275.BrickColor = BrickColor.new("Really red")
  3869. Part275.Rotation = Vector3.new(-180, 0.0199999996, 150)
  3870. Part275.Anchored = true
  3871. Part275.CanCollide = false
  3872. Part275.FormFactor = Enum.FormFactor.Custom
  3873. Part275.Size = Vector3.new(1.08999956, 0.680000007, 0.0500000007)
  3874. Part275.CFrame = CFrame.new(-76.4010773, 4.16014147, 68.0670319, -0.866025269, -0.500000119, 0.000412321824, -0.500000179, 0.866025329, 4.98379704e-05, -0.000382000144, -0.000163000033, -1)
  3875. Part275.BottomSurface = Enum.SurfaceType.Smooth
  3876. Part275.TopSurface = Enum.SurfaceType.Smooth
  3877. Part275.Color = Color3.new(1, 0, 0)
  3878. Part275.Position = Vector3.new(-76.4010773, 4.16014147, 68.0670319)
  3879. Part275.Orientation = Vector3.new(0, 179.979996, -30)
  3880. Part275.Color = Color3.new(1, 0, 0)
  3881. Part276.Parent = Model256
  3882. Part276.Material = Enum.Material.SmoothPlastic
  3883. Part276.BrickColor = BrickColor.new("Really black")
  3884. Part276.Rotation = Vector3.new(-180, 0.0199999996, 180)
  3885. Part276.Anchored = true
  3886. Part276.CanCollide = false
  3887. Part276.FormFactor = Enum.FormFactor.Custom
  3888. Part276.Size = Vector3.new(0.394285738, 0.442857176, 0.149999991)
  3889. Part276.CFrame = CFrame.new(-76.1705551, 2.18111372, 67.6355667, -1.00000465, -2.01862562e-08, 0.000412001566, 3.69482223e-13, 1, 4.89997983e-05, -0.000412001566, 4.89995145e-05, -1.00000465)
  3890. Part276.BottomSurface = Enum.SurfaceType.Smooth
  3891. Part276.TopSurface = Enum.SurfaceType.Smooth
  3892. Part276.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3893. Part276.Position = Vector3.new(-76.1705551, 2.18111372, 67.6355667)
  3894. Part276.Orientation = Vector3.new(0, 179.979996, 0)
  3895. Part276.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3896. Part277.Parent = Model256
  3897. Part277.Material = Enum.Material.Neon
  3898. Part277.BrickColor = BrickColor.new("Really red")
  3899. Part277.Rotation = Vector3.new(-180, 0.0199999996, 180)
  3900. Part277.Anchored = true
  3901. Part277.CanCollide = false
  3902. Part277.FormFactor = Enum.FormFactor.Custom
  3903. Part277.Size = Vector3.new(0.0500000007, 0.220000014, 0.139999762)
  3904. Part277.CFrame = CFrame.new(-75.9256058, 2.15597153, 68.308197, -1.00000465, -2.01862562e-08, 0.000412001566, 3.69482223e-13, 1, 4.89997983e-05, -0.000412001566, 4.89995145e-05, -1.00000465)
  3905. Part277.BottomSurface = Enum.SurfaceType.Smooth
  3906. Part277.TopSurface = Enum.SurfaceType.Smooth
  3907. Part277.Color = Color3.new(1, 0, 0)
  3908. Part277.Position = Vector3.new(-75.9256058, 2.15597153, 68.308197)
  3909. Part277.Orientation = Vector3.new(0, 179.979996, 0)
  3910. Part277.Color = Color3.new(1, 0, 0)
  3911. Part278.Parent = Model256
  3912. Part278.Material = Enum.Material.SmoothPlastic
  3913. Part278.BrickColor = BrickColor.new("Really black")
  3914. Part278.Rotation = Vector3.new(-180, 0.0199999996, 180)
  3915. Part278.Anchored = true
  3916. Part278.CanCollide = false
  3917. Part278.FormFactor = Enum.FormFactor.Custom
  3918. Part278.Size = Vector3.new(0.0642857403, 0.212857261, 0.179999754)
  3919. Part278.CFrame = CFrame.new(-75.9255981, 2.29611683, 68.3082123, -1.00000465, -2.01862562e-08, 0.000412001566, 3.69482223e-13, 1, 4.89997983e-05, -0.000412001566, 4.89995145e-05, -1.00000465)
  3920. Part278.BottomSurface = Enum.SurfaceType.Smooth
  3921. Part278.TopSurface = Enum.SurfaceType.Smooth
  3922. Part278.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3923. Part278.Position = Vector3.new(-75.9255981, 2.29611683, 68.3082123)
  3924. Part278.Orientation = Vector3.new(0, 179.979996, 0)
  3925. Part278.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3926. Part279.Parent = Model256
  3927. Part279.Material = Enum.Material.SmoothPlastic
  3928. Part279.BrickColor = BrickColor.new("Really black")
  3929. Part279.Rotation = Vector3.new(-180, 0.0199999996, 180)
  3930. Part279.Anchored = true
  3931. Part279.CanCollide = false
  3932. Part279.FormFactor = Enum.FormFactor.Custom
  3933. Part279.Size = Vector3.new(0.474285692, 0.422857195, 0.0500000007)
  3934. Part279.CFrame = CFrame.new(-76.1305618, 2.19111395, 67.6355743, -1.00000465, -2.01862562e-08, 0.000412001566, 3.69482223e-13, 1, 4.89997983e-05, -0.000412001566, 4.89995145e-05, -1.00000465)
  3935. Part279.BottomSurface = Enum.SurfaceType.Smooth
  3936. Part279.TopSurface = Enum.SurfaceType.Smooth
  3937. Part279.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3938. Part279.Position = Vector3.new(-76.1305618, 2.19111395, 67.6355743)
  3939. Part279.Orientation = Vector3.new(0, 179.979996, 0)
  3940. Part279.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3941. Part280.Parent = Model256
  3942. Part280.Material = Enum.Material.SmoothPlastic
  3943. Part280.BrickColor = BrickColor.new("Really black")
  3944. Part280.Reflectance = 0.20000000298023
  3945. Part280.Rotation = Vector3.new(-180, 0.0199999996, 180)
  3946. Part280.Anchored = true
  3947. Part280.CanCollide = false
  3948. Part280.FormFactor = Enum.FormFactor.Custom
  3949. Part280.Size = Vector3.new(0.619999528, 0.707999885, 1.01999974)
  3950. Part280.CFrame = CFrame.new(-76.2204514, 2.3499887, 67.9680786, -1.00000465, -2.01862562e-08, 0.000412001566, 3.69482223e-13, 1, 4.89997983e-05, -0.000412001566, 4.89995145e-05, -1.00000465)
  3951. Part280.BottomSurface = Enum.SurfaceType.Smooth
  3952. Part280.TopSurface = Enum.SurfaceType.Smooth
  3953. Part280.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3954. Part280.Position = Vector3.new(-76.2204514, 2.3499887, 67.9680786)
  3955. Part280.Orientation = Vector3.new(0, 179.979996, 0)
  3956. Part280.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3957. Part281.Parent = Model256
  3958. Part281.Material = Enum.Material.Neon
  3959. Part281.BrickColor = BrickColor.new("Really red")
  3960. Part281.Rotation = Vector3.new(-180, 0.0199999996, 180)
  3961. Part281.Anchored = true
  3962. Part281.CanCollide = false
  3963. Part281.FormFactor = Enum.FormFactor.Custom
  3964. Part281.Size = Vector3.new(0.0742857382, 0.112857282, 0.0999997854)
  3965. Part281.CFrame = CFrame.new(-75.9206009, 2.29611683, 68.3082123, -1.00000465, -2.01862562e-08, 0.000412001566, 3.69482223e-13, 1, 4.89997983e-05, -0.000412001566, 4.89995145e-05, -1.00000465)
  3966. Part281.BottomSurface = Enum.SurfaceType.Smooth
  3967. Part281.TopSurface = Enum.SurfaceType.Smooth
  3968. Part281.Color = Color3.new(1, 0, 0)
  3969. Part281.Position = Vector3.new(-75.9206009, 2.29611683, 68.3082123)
  3970. Part281.Orientation = Vector3.new(0, 179.979996, 0)
  3971. Part281.Color = Color3.new(1, 0, 0)
  3972. Part282.Parent = Model256
  3973. Part282.Material = Enum.Material.SmoothPlastic
  3974. Part282.BrickColor = BrickColor.new("Really black")
  3975. Part282.Rotation = Vector3.new(-180, 0.0199999996, 180)
  3976. Part282.Anchored = true
  3977. Part282.CanCollide = false
  3978. Part282.FormFactor = Enum.FormFactor.Custom
  3979. Part282.Size = Vector3.new(0.474285692, 0.422857195, 0.0500000007)
  3980. Part282.CFrame = CFrame.new(-76.1305618, 2.19111371, 68.3081207, -1.00000465, -2.01862562e-08, 0.000412001566, 3.69482223e-13, 1, 4.89997983e-05, -0.000412001566, 4.89995145e-05, -1.00000465)
  3981. Part282.BottomSurface = Enum.SurfaceType.Smooth
  3982. Part282.TopSurface = Enum.SurfaceType.Smooth
  3983. Part282.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3984. Part282.Position = Vector3.new(-76.1305618, 2.19111371, 68.3081207)
  3985. Part282.Orientation = Vector3.new(0, 179.979996, 0)
  3986. Part282.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3987. Part283.Parent = Model256
  3988. Part283.Material = Enum.Material.Neon
  3989. Part283.BrickColor = BrickColor.new("Really red")
  3990. Part283.Rotation = Vector3.new(-180, 0.0199999996, 180)
  3991. Part283.Anchored = true
  3992. Part283.CanCollide = false
  3993. Part283.FormFactor = Enum.FormFactor.Custom
  3994. Part283.Size = Vector3.new(1.05999959, 0.515268922, 0.0500000007)
  3995. Part283.CFrame = CFrame.new(-76.4204254, 3.88999271, 67.8680725, -1.00000465, -2.01862562e-08, 0.000412001566, 3.69482223e-13, 1, 4.89997983e-05, -0.000412001566, 4.89995145e-05, -1.00000465)
  3996. Part283.BottomSurface = Enum.SurfaceType.Smooth
  3997. Part283.TopSurface = Enum.SurfaceType.Smooth
  3998. Part283.Color = Color3.new(1, 0, 0)
  3999. Part283.Position = Vector3.new(-76.4204254, 3.88999271, 67.8680725)
  4000. Part283.Orientation = Vector3.new(0, 179.979996, 0)
  4001. Part283.Color = Color3.new(1, 0, 0)
  4002. Part284.Parent = Model256
  4003. Part284.Material = Enum.Material.Neon
  4004. Part284.BrickColor = BrickColor.new("Really red")
  4005. Part284.Rotation = Vector3.new(-180, 0.0199999996, 180)
  4006. Part284.Anchored = true
  4007. Part284.CanCollide = false
  4008. Part284.FormFactor = Enum.FormFactor.Custom
  4009. Part284.Size = Vector3.new(0.0742857382, 0.112857282, 0.0999997854)
  4010. Part284.CFrame = CFrame.new(-75.9206009, 2.29611683, 67.6356583, -1.00000465, -2.01862562e-08, 0.000412001566, 3.69482223e-13, 1, 4.89997983e-05, -0.000412001566, 4.89995145e-05, -1.00000465)
  4011. Part284.BottomSurface = Enum.SurfaceType.Smooth
  4012. Part284.TopSurface = Enum.SurfaceType.Smooth
  4013. Part284.Color = Color3.new(1, 0, 0)
  4014. Part284.Position = Vector3.new(-75.9206009, 2.29611683, 67.6356583)
  4015. Part284.Orientation = Vector3.new(0, 179.979996, 0)
  4016. Part284.Color = Color3.new(1, 0, 0)
  4017. Part285.Parent = Model256
  4018. Part285.Material = Enum.Material.Neon
  4019. Part285.BrickColor = BrickColor.new("Really red")
  4020. Part285.Rotation = Vector3.new(-180, 0.0199999996, 180)
  4021. Part285.Anchored = true
  4022. Part285.CanCollide = false
  4023. Part285.FormFactor = Enum.FormFactor.Custom
  4024. Part285.Size = Vector3.new(0.374285758, 0.452857167, 0.0500000007)
  4025. Part285.CFrame = CFrame.new(-76.1803589, 2.17613578, 67.8441772, -1.00000465, -2.01862562e-08, 0.000412001566, 3.69482223e-13, 1, 4.89997983e-05, -0.000412001566, 4.89995145e-05, -1.00000465)
  4026. Part285.BottomSurface = Enum.SurfaceType.Smooth
  4027. Part285.TopSurface = Enum.SurfaceType.Smooth
  4028. Part285.Color = Color3.new(1, 0, 0)
  4029. Part285.Position = Vector3.new(-76.1803589, 2.17613578, 67.8441772)
  4030. Part285.Orientation = Vector3.new(0, 179.979996, 0)
  4031. Part285.Color = Color3.new(1, 0, 0)
  4032. Part286.Parent = Model256
  4033. Part286.Material = Enum.Material.SmoothPlastic
  4034. Part286.BrickColor = BrickColor.new("Really black")
  4035. Part286.Rotation = Vector3.new(-180, 0.0199999996, 180)
  4036. Part286.Anchored = true
  4037. Part286.CanCollide = false
  4038. Part286.FormFactor = Enum.FormFactor.Custom
  4039. Part286.Size = Vector3.new(0.174857169, 0.501904786, 0.169999987)
  4040. Part286.CFrame = CFrame.new(-76.3505402, 2.19803381, 68.3080292, -1.00000465, -2.01862562e-08, 0.000412001566, 3.69482223e-13, 1, 4.89997983e-05, -0.000412001566, 4.89995145e-05, -1.00000465)
  4041. Part286.BottomSurface = Enum.SurfaceType.Smooth
  4042. Part286.TopSurface = Enum.SurfaceType.Smooth
  4043. Part286.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4044. Part286.Position = Vector3.new(-76.3505402, 2.19803381, 68.3080292)
  4045. Part286.Orientation = Vector3.new(0, 179.979996, 0)
  4046. Part286.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4047. Part287.Parent = Model256
  4048. Part287.Material = Enum.Material.SmoothPlastic
  4049. Part287.BrickColor = BrickColor.new("Really black")
  4050. Part287.Rotation = Vector3.new(-180, 0.0199999996, 180)
  4051. Part287.Anchored = true
  4052. Part287.CanCollide = false
  4053. Part287.FormFactor = Enum.FormFactor.Custom
  4054. Part287.Size = Vector3.new(0.0642857403, 0.212857261, 0.179999754)
  4055. Part287.CFrame = CFrame.new(-75.9255981, 2.29611683, 67.6356506, -1.00000465, -2.01862562e-08, 0.000412001566, 3.69482223e-13, 1, 4.89997983e-05, -0.000412001566, 4.89995145e-05, -1.00000465)
  4056. Part287.BottomSurface = Enum.SurfaceType.Smooth
  4057. Part287.TopSurface = Enum.SurfaceType.Smooth
  4058. Part287.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4059. Part287.Position = Vector3.new(-75.9255981, 2.29611683, 67.6356506)
  4060. Part287.Orientation = Vector3.new(0, 179.979996, 0)
  4061. Part287.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4062. Part288.Parent = Model256
  4063. Part288.Material = Enum.Material.SmoothPlastic
  4064. Part288.BrickColor = BrickColor.new("Really black")
  4065. Part288.Rotation = Vector3.new(-180, 0.0199999996, 180)
  4066. Part288.Anchored = true
  4067. Part288.CanCollide = false
  4068. Part288.FormFactor = Enum.FormFactor.Custom
  4069. Part288.Size = Vector3.new(0.394285738, 0.442857176, 0.149999991)
  4070. Part288.CFrame = CFrame.new(-76.1705551, 2.18111372, 68.0836716, -1.00000465, -2.01862562e-08, 0.000412001566, 3.69482223e-13, 1, 4.89997983e-05, -0.000412001566, 4.89995145e-05, -1.00000465)
  4071. Part288.BottomSurface = Enum.SurfaceType.Smooth
  4072. Part288.TopSurface = Enum.SurfaceType.Smooth
  4073. Part288.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4074. Part288.Position = Vector3.new(-76.1705551, 2.18111372, 68.0836716)
  4075. Part288.Orientation = Vector3.new(0, 179.979996, 0)
  4076. Part288.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4077. Part289.Parent = Model256
  4078. Part289.Material = Enum.Material.Neon
  4079. Part289.BrickColor = BrickColor.new("Really red")
  4080. Part289.Rotation = Vector3.new(-180, 0.0199999996, 180)
  4081. Part289.Anchored = true
  4082. Part289.CanCollide = false
  4083. Part289.FormFactor = Enum.FormFactor.Custom
  4084. Part289.Size = Vector3.new(0.0742857382, 0.112857282, 0.0999997854)
  4085. Part289.CFrame = CFrame.new(-75.9206009, 2.29611683, 68.0837631, -1.00000465, -2.01862562e-08, 0.000412001566, 3.69482223e-13, 1, 4.89997983e-05, -0.000412001566, 4.89995145e-05, -1.00000465)
  4086. Part289.BottomSurface = Enum.SurfaceType.Smooth
  4087. Part289.TopSurface = Enum.SurfaceType.Smooth
  4088. Part289.Color = Color3.new(1, 0, 0)
  4089. Part289.Position = Vector3.new(-75.9206009, 2.29611683, 68.0837631)
  4090. Part289.Orientation = Vector3.new(0, 179.979996, 0)
  4091. Part289.Color = Color3.new(1, 0, 0)
  4092. Part290.Parent = Model256
  4093. Part290.Material = Enum.Material.Neon
  4094. Part290.BrickColor = BrickColor.new("Really red")
  4095. Part290.Rotation = Vector3.new(-180, 0.0199999996, 180)
  4096. Part290.Anchored = true
  4097. Part290.CanCollide = false
  4098. Part290.FormFactor = Enum.FormFactor.Custom
  4099. Part290.Size = Vector3.new(0.0500000007, 0.220000014, 0.139999762)
  4100. Part290.CFrame = CFrame.new(-75.9256058, 2.15597177, 68.0837555, -1.00000465, -2.01862562e-08, 0.000412001566, 3.69482223e-13, 1, 4.89997983e-05, -0.000412001566, 4.89995145e-05, -1.00000465)
  4101. Part290.BottomSurface = Enum.SurfaceType.Smooth
  4102. Part290.TopSurface = Enum.SurfaceType.Smooth
  4103. Part290.Color = Color3.new(1, 0, 0)
  4104. Part290.Position = Vector3.new(-75.9256058, 2.15597177, 68.0837555)
  4105. Part290.Orientation = Vector3.new(0, 179.979996, 0)
  4106. Part290.Color = Color3.new(1, 0, 0)
  4107. Part291.Parent = Model256
  4108. Part291.Material = Enum.Material.Neon
  4109. Part291.BrickColor = BrickColor.new("Really red")
  4110. Part291.Rotation = Vector3.new(-180, 0.0199999996, 180)
  4111. Part291.Anchored = true
  4112. Part291.CanCollide = false
  4113. Part291.FormFactor = Enum.FormFactor.Custom
  4114. Part291.Size = Vector3.new(0.374285758, 0.452857167, 0.0500000007)
  4115. Part291.CFrame = CFrame.new(-76.180275, 2.17614698, 67.6324615, -1.00000465, -2.01862562e-08, 0.000412001566, 3.69482223e-13, 1, 4.89997983e-05, -0.000412001566, 4.89995145e-05, -1.00000465)
  4116. Part291.BottomSurface = Enum.SurfaceType.Smooth
  4117. Part291.TopSurface = Enum.SurfaceType.Smooth
  4118. Part291.Color = Color3.new(1, 0, 0)
  4119. Part291.Position = Vector3.new(-76.180275, 2.17614698, 67.6324615)
  4120. Part291.Orientation = Vector3.new(0, 179.979996, 0)
  4121. Part291.Color = Color3.new(1, 0, 0)
  4122. Part292.Parent = Model256
  4123. Part292.Material = Enum.Material.SmoothPlastic
  4124. Part292.BrickColor = BrickColor.new("Really black")
  4125. Part292.Rotation = Vector3.new(-180, 0.0199999996, 180)
  4126. Part292.Anchored = true
  4127. Part292.CanCollide = false
  4128. Part292.FormFactor = Enum.FormFactor.Custom
  4129. Part292.Size = Vector3.new(0.174857169, 0.501904786, 0.169999987)
  4130. Part292.CFrame = CFrame.new(-76.3505402, 2.19803381, 67.6354828, -1.00000465, -2.01862562e-08, 0.000412001566, 3.69482223e-13, 1, 4.89997983e-05, -0.000412001566, 4.89995145e-05, -1.00000465)
  4131. Part292.BottomSurface = Enum.SurfaceType.Smooth
  4132. Part292.TopSurface = Enum.SurfaceType.Smooth
  4133. Part292.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4134. Part292.Position = Vector3.new(-76.3505402, 2.19803381, 67.6354828)
  4135. Part292.Orientation = Vector3.new(0, 179.979996, 0)
  4136. Part292.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4137. Part293.Parent = Model256
  4138. Part293.Material = Enum.Material.SmoothPlastic
  4139. Part293.BrickColor = BrickColor.new("Really black")
  4140. Part293.Rotation = Vector3.new(-180, 0.0199999996, 180)
  4141. Part293.Anchored = true
  4142. Part293.CanCollide = false
  4143. Part293.FormFactor = Enum.FormFactor.Custom
  4144. Part293.Size = Vector3.new(0.474285692, 0.422857195, 0.0500000007)
  4145. Part293.CFrame = CFrame.new(-76.1305618, 2.19111395, 68.0836868, -1.00000465, -2.01862562e-08, 0.000412001566, 3.69482223e-13, 1, 4.89997983e-05, -0.000412001566, 4.89995145e-05, -1.00000465)
  4146. Part293.BottomSurface = Enum.SurfaceType.Smooth
  4147. Part293.TopSurface = Enum.SurfaceType.Smooth
  4148. Part293.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4149. Part293.Position = Vector3.new(-76.1305618, 2.19111395, 68.0836868)
  4150. Part293.Orientation = Vector3.new(0, 179.979996, 0)
  4151. Part293.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4152. Part294.Parent = Model256
  4153. Part294.Material = Enum.Material.SmoothPlastic
  4154. Part294.BrickColor = BrickColor.new("Really black")
  4155. Part294.Rotation = Vector3.new(-180, 0.0199999996, 180)
  4156. Part294.Anchored = true
  4157. Part294.CanCollide = false
  4158. Part294.FormFactor = Enum.FormFactor.Custom
  4159. Part294.Size = Vector3.new(0.0642857403, 0.212857261, 0.179999754)
  4160. Part294.CFrame = CFrame.new(-75.9255981, 2.29611683, 68.0837631, -1.00000465, -2.01862562e-08, 0.000412001566, 3.69482223e-13, 1, 4.89997983e-05, -0.000412001566, 4.89995145e-05, -1.00000465)
  4161. Part294.BottomSurface = Enum.SurfaceType.Smooth
  4162. Part294.TopSurface = Enum.SurfaceType.Smooth
  4163. Part294.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4164. Part294.Position = Vector3.new(-75.9255981, 2.29611683, 68.0837631)
  4165. Part294.Orientation = Vector3.new(0, 179.979996, 0)
  4166. Part294.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4167. Part295.Parent = Model256
  4168. Part295.Material = Enum.Material.SmoothPlastic
  4169. Part295.BrickColor = BrickColor.new("Really black")
  4170. Part295.Rotation = Vector3.new(-180, 0.0199999996, 180)
  4171. Part295.Anchored = true
  4172. Part295.CanCollide = false
  4173. Part295.FormFactor = Enum.FormFactor.Custom
  4174. Part295.Size = Vector3.new(0.394285738, 0.442857176, 0.149999991)
  4175. Part295.CFrame = CFrame.new(-76.1705551, 2.18111372, 68.3081131, -1.00000465, -2.01862562e-08, 0.000412001566, 3.69482223e-13, 1, 4.89997983e-05, -0.000412001566, 4.89995145e-05, -1.00000465)
  4176. Part295.BottomSurface = Enum.SurfaceType.Smooth
  4177. Part295.TopSurface = Enum.SurfaceType.Smooth
  4178. Part295.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4179. Part295.Position = Vector3.new(-76.1705551, 2.18111372, 68.3081131)
  4180. Part295.Orientation = Vector3.new(0, 179.979996, 0)
  4181. Part295.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4182. Part296.Parent = Model256
  4183. Part296.Material = Enum.Material.SmoothPlastic
  4184. Part296.BrickColor = BrickColor.new("Really black")
  4185. Part296.Reflectance = 0.20000000298023
  4186. Part296.Rotation = Vector3.new(-180, 0.0199999996, 180)
  4187. Part296.Anchored = true
  4188. Part296.CanCollide = false
  4189. Part296.FormFactor = Enum.FormFactor.Custom
  4190. Part296.Size = Vector3.new(1.01999962, 0.507999837, 1.01999974)
  4191. Part296.CFrame = CFrame.new(-76.4204636, 2.4499898, 67.9680023, -1.00000465, -2.01862562e-08, 0.000412001566, 3.69482223e-13, 1, 4.89997983e-05, -0.000412001566, 4.89995145e-05, -1.00000465)
  4192. Part296.BottomSurface = Enum.SurfaceType.Smooth
  4193. Part296.TopSurface = Enum.SurfaceType.Smooth
  4194. Part296.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4195. Part296.Position = Vector3.new(-76.4204636, 2.4499898, 67.9680023)
  4196. Part296.Orientation = Vector3.new(0, 179.979996, 0)
  4197. Part296.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4198. Part297.Parent = Model256
  4199. Part297.Material = Enum.Material.Neon
  4200. Part297.BrickColor = BrickColor.new("Really red")
  4201. Part297.Rotation = Vector3.new(-180, 0.0199999996, 180)
  4202. Part297.Anchored = true
  4203. Part297.CanCollide = false
  4204. Part297.FormFactor = Enum.FormFactor.Custom
  4205. Part297.Size = Vector3.new(0.0500000007, 0.220000014, 0.139999762)
  4206. Part297.CFrame = CFrame.new(-75.9256058, 2.15597177, 67.6356506, -1.00000465, -2.01862562e-08, 0.000412001566, 3.69482223e-13, 1, 4.89997983e-05, -0.000412001566, 4.89995145e-05, -1.00000465)
  4207. Part297.BottomSurface = Enum.SurfaceType.Smooth
  4208. Part297.TopSurface = Enum.SurfaceType.Smooth
  4209. Part297.Color = Color3.new(1, 0, 0)
  4210. Part297.Position = Vector3.new(-75.9256058, 2.15597177, 67.6356506)
  4211. Part297.Orientation = Vector3.new(0, 179.979996, 0)
  4212. Part297.Color = Color3.new(1, 0, 0)
  4213. Part298.Parent = Model256
  4214. Part298.Material = Enum.Material.SmoothPlastic
  4215. Part298.BrickColor = BrickColor.new("Really black")
  4216. Part298.Rotation = Vector3.new(-180, 0.0199999996, 180)
  4217. Part298.Anchored = true
  4218. Part298.CanCollide = false
  4219. Part298.FormFactor = Enum.FormFactor.Custom
  4220. Part298.Size = Vector3.new(0.174857169, 0.501904786, 0.169999987)
  4221. Part298.CFrame = CFrame.new(-76.3505402, 2.19803405, 68.0835876, -1.00000465, -2.01862562e-08, 0.000412001566, 3.69482223e-13, 1, 4.89997983e-05, -0.000412001566, 4.89995145e-05, -1.00000465)
  4222. Part298.BottomSurface = Enum.SurfaceType.Smooth
  4223. Part298.TopSurface = Enum.SurfaceType.Smooth
  4224. Part298.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4225. Part298.Position = Vector3.new(-76.3505402, 2.19803405, 68.0835876)
  4226. Part298.Orientation = Vector3.new(0, 179.979996, 0)
  4227. Part298.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4228. Part299.Parent = Model256
  4229. Part299.Material = Enum.Material.SmoothPlastic
  4230. Part299.Transparency = 1
  4231. Part299.Rotation = Vector3.new(90, 0.0199999996, 180)
  4232. Part299.Anchored = true
  4233. Part299.FormFactor = Enum.FormFactor.Custom
  4234. Part299.Size = Vector3.new(1.0999999, 1, 2)
  4235. Part299.CFrame = CFrame.new(-76.4383316, 3.03656721, 67.9838562, -1, -2.01907824e-08, 0.000411995832, -0.000411995774, 4.89995655e-05, -1, 0, -1, -4.89995728e-05)
  4236. Part299.BottomSurface = Enum.SurfaceType.Smooth
  4237. Part299.TopSurface = Enum.SurfaceType.Smooth
  4238. Part299.Position = Vector3.new(-76.4383316, 3.03656721, 67.9838562)
  4239. Part299.Orientation = Vector3.new(90, -180, 0)
  4240. ParticleEmitter300.Name = "Void"
  4241. ParticleEmitter300.Parent = Part299
  4242. ParticleEmitter300.Transparency = NumberSequence.new(0,0.78750002384186,1)
  4243. ParticleEmitter300.Rotation = NumberRange.new(100, 100)
  4244. ParticleEmitter300.Size = NumberSequence.new(0.50000011920929,1.3749998807907)
  4245. ParticleEmitter300.Color = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(1, 0, 0.0156863))
  4246. ParticleEmitter300.Texture = "rbxassetid://341277531"
  4247. ParticleEmitter300.ZOffset = -1
  4248. ParticleEmitter300.Lifetime = NumberRange.new(0.5, 0.5)
  4249. ParticleEmitter300.Rate = 1000
  4250. ParticleEmitter300.RotSpeed = NumberRange.new(-20, -10)
  4251. ParticleEmitter300.Speed = NumberRange.new(0, 0)
  4252. ParticleEmitter300.Color = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(1, 0, 0.0156863))
  4253. Model301.Name = "Head"
  4254. Model301.Parent = Model0
  4255. Part302.Name = "Head1"
  4256. Part302.Parent = Model301
  4257. Part302.Material = Enum.Material.SmoothPlastic
  4258. Part302.BrickColor = BrickColor.new("Pastel brown")
  4259. Part302.Transparency = 1
  4260. Part302.Rotation = Vector3.new(-180, 0, 180)
  4261. Part302.Anchored = true
  4262. Part302.CanCollide = false
  4263. Part302.FormFactor = Enum.FormFactor.Symmetric
  4264. Part302.Size = Vector3.new(2, 1, 1)
  4265. Part302.CFrame = CFrame.new(-77.8779831, 4.51006699, 67.9688873, -1, -4.45898877e-05, 3.27825364e-05, -4.45890255e-05, 1, 2.62771573e-05, -3.27837079e-05, 2.62756948e-05, -1)
  4266. Part302.TopSurface = Enum.SurfaceType.Smooth
  4267. Part302.Color = Color3.new(1, 0.8, 0.6)
  4268. Part302.Position = Vector3.new(-77.8779831, 4.51006699, 67.9688873)
  4269. Part302.Orientation = Vector3.new(0, 180, 0)
  4270. Part302.Color = Color3.new(1, 0.8, 0.6)
  4271. SpecialMesh303.Parent = Part302
  4272. SpecialMesh303.Scale = Vector3.new(1.25, 1.25, 1.25)
  4273. SpecialMesh303.Scale = Vector3.new(1.25, 1.25, 1.25)
  4274. Script304.Name = "Welds"
  4275. Script304.Parent = Model0
  4276. Script304.Disabled = true
  4277. table.insert(cors,sandbox(Script304,function()
  4278. --Saz
  4279.  
  4280. --A new system which is a combination of fast-welds and hard-welds.
  4281. --Should be far, far better.
  4282.  
  4283. --When script.CreateNewWelds.Value == true, we create a new set of weld information on script run.
  4284. --This toggles off automatically afterwards, to prevent issues that fast-welds can cause.
  4285.  
  4286. --Cruder than I wanted it to be, but not like I intended for anyone but me to use it anyway.
  4287. --The fact that you're reading this means you should likely kill yourself. Immediately.
  4288.  
  4289. wait(.33)
  4290.  
  4291. Tool=script.Parent
  4292. Nib=Tool.Parent
  4293.  
  4294.  
  4295. for _,v in pairs(Nib:children()) do
  4296. if v.className=="Hat" then
  4297. v:Remove()
  4298. end
  4299. end
  4300.  
  4301. wait(1)
  4302.  
  4303. weldparts=function()
  4304. print("Welding")
  4305. lel={}
  4306. function jarate(p)
  4307. for i=1, #p do
  4308. table.insert(lel,p[i])
  4309. k=p[i]:children()
  4310. if #k>0 then
  4311. jarate(k)
  4312. end
  4313. end
  4314. end
  4315. for _,v in pairs(script.Parent:children()) do
  4316. if v.Name~="Cloak" and v.className~="Script" then
  4317. v:BreakJoints()
  4318. jarate(v:children())
  4319. end
  4320. end
  4321. for _,v in pairs(lel) do
  4322. if v.className=="Weld" or v.className=="Motor6D" then
  4323. v:Remove()
  4324. end
  4325. end
  4326. for _,v in pairs(script.Parent["RightLeg"]:children()) do
  4327. if v.Name~="Right Leg1" then
  4328. w=Instance.new("Weld")
  4329. w.Part0=script.Parent["RightLeg"]["Right Leg1"]
  4330. w.Part1=v
  4331. w.C1=v.CFrame:inverse()*CFrame.new(v.Position)
  4332. w.C0=script.Parent["RightLeg"]["Right Leg1"].CFrame:inverse()*CFrame.new(v.Position)
  4333. w.Parent=w.Part0
  4334. end
  4335. end
  4336. w=Instance.new("Weld")
  4337. w.Part0=Nib["Right Leg"]
  4338. w.Part1=script.Parent["RightLeg"]["Right Leg1"]
  4339. w.Parent=w.Part0
  4340. w.C0=CFrame.new(0,-.1,0)
  4341. for _,v in pairs(script.Parent["LeftLeg"]:children()) do
  4342. if v.Name~="Left Leg1" then
  4343. w=Instance.new("Weld")
  4344. w.Part0=script.Parent["LeftLeg"]["Left Leg1"]
  4345. w.Part1=v
  4346. w.C1=v.CFrame:inverse()*CFrame.new(v.Position)
  4347. w.C0=script.Parent["LeftLeg"]["Left Leg1"].CFrame:inverse()*CFrame.new(v.Position)
  4348. w.Parent=w.Part0
  4349. end
  4350. end
  4351. w=Instance.new("Weld")
  4352. w.Part0=Nib["Left Leg"]
  4353. w.Part1=script.Parent["LeftLeg"]["Left Leg1"]
  4354. w.Parent=w.Part0
  4355. w.C0=CFrame.new(0,-.1,0)
  4356. for _,v in pairs(script.Parent["RightArm"]:children()) do
  4357. if v.Name~="Right Arm1" then
  4358. w=Instance.new("Weld")
  4359. w.Part0=script.Parent["RightArm"]["Right Arm1"]
  4360. w.Part1=v
  4361. w.C1=v.CFrame:inverse()*CFrame.new(v.Position)
  4362. w.C0=script.Parent["RightArm"]["Right Arm1"].CFrame:inverse()*CFrame.new(v.Position)
  4363. w.Parent=w.Part1
  4364. end
  4365. end
  4366. w=Instance.new("Weld")
  4367. w.Part0=Nib["Right Arm"]
  4368. w.Part1=script.Parent["RightArm"]["Right Arm1"]
  4369. w.Parent=w.Part0
  4370. w.C0 = w.C0 * CFrame.Angles(0,math.rad(90),math.rad(90))
  4371.  
  4372. for _,v in pairs(script.Parent["LeftArm"]:children()) do
  4373. if v.Name~="Left Arm1" then
  4374. w=Instance.new("Weld")
  4375. w.Part0=script.Parent["LeftArm"]["Left Arm1"]
  4376. w.Part1=v
  4377. w.C1=v.CFrame:inverse()*CFrame.new(v.Position)
  4378. w.C0=script.Parent["LeftArm"]["Left Arm1"].CFrame:inverse()*CFrame.new(v.Position)
  4379. w.Parent=w.Part0
  4380. end
  4381. end
  4382. w=Instance.new("Weld")
  4383. w.Part0=Nib["Left Arm"]
  4384. w.Part1=script.Parent["LeftArm"]["Left Arm1"]
  4385. w.Parent=w.Part0
  4386.  
  4387.  
  4388. for _,v in pairs(script.Parent["Head"]:children()) do
  4389. if v.Name~="Head1" then
  4390. w=Instance.new("Weld")
  4391. w.Part0=script.Parent["Head"]["Head1"]
  4392. w.Part1=v
  4393. w.C1=v.CFrame:inverse()*CFrame.new(v.Position)
  4394. w.C0=script.Parent["Head"]["Head1"].CFrame:inverse()*CFrame.new(v.Position)
  4395. w.Parent=w.Part0
  4396. end
  4397. end
  4398. w=Instance.new("Weld")
  4399. w.Part0=Nib["Head"]
  4400. w.Part1=script.Parent["Head"]["Head1"]
  4401. w.Parent=w.Part0
  4402.  
  4403. for _,v in pairs(script.Parent["Torso"]:children()) do
  4404. if v.Name~="Torso1" then
  4405. w=Instance.new("Weld")
  4406. w.Part0=script.Parent["Torso"]["Torso1"]
  4407. w.Part1=v
  4408. w.C1=v.CFrame:inverse()*CFrame.new(v.Position)
  4409. w.C0=script.Parent["Torso"]["Torso1"].CFrame:inverse()*CFrame.new(v.Position)
  4410. w.Parent=script.Parent["Torso"]["Torso1"]
  4411. end
  4412. end
  4413.  
  4414. w=Instance.new("Weld")
  4415. w.Part0=Nib["Torso"]
  4416. w.Part1=script.Parent["Torso"]["Torso1"]
  4417. w.C0=w.C0*CFrame.fromEulerAnglesXYZ(0,0,0)
  4418. w.Parent=w.Part0
  4419.  
  4420. for _,v in pairs(lel) do
  4421. if v:IsA("BasePart") then v.Anchored=false end
  4422. end
  4423.  
  4424.  
  4425.  
  4426. wait(1)
  4427.  
  4428. w=Instance.new("Weld")
  4429. w.Part0=Nib.Torso
  4430. w.Part1=Tool.Torso.Torso1
  4431. w.C0=CFrame.new(0,0,0) * CFrame.fromEulerAnglesXYZ(0,0,math.pi)
  4432. w.C1=CFrame.new(0,0,0)
  4433. w.Parent=w.Part1
  4434. w.Name="ClothingWeld"
  4435.  
  4436. wait(.06)
  4437.  
  4438. while Tool.Torso.Torso1:FindFirstChild("ClothingWeld")==nil do
  4439. wait(.03)
  4440. w=Instance.new("Weld")
  4441. w.Part0=Nib.Torso
  4442. w.Part1=Tool.Torso.Torso1
  4443. w.C0=CFrame.new(0,0,0) * CFrame.fromEulerAnglesXYZ(0,0,math.pi)
  4444. w.C1=CFrame.new(0,0,0)
  4445. w.Parent=w.Part1
  4446. w.Name="ClothingWeld"
  4447. end
  4448.  
  4449. w=Instance.new("Weld")
  4450. w.Part0=Nib["Right Leg"]
  4451. w.Part1=Tool.RightLeg["Right Leg1"]
  4452. w.C0=CFrame.new(0,0,0)
  4453. w.C1=CFrame.new(0,0,0)
  4454. w.Parent=w.Part1
  4455. w.Name="ClothingWeld"
  4456.  
  4457. w=Instance.new("Weld")
  4458. w.Part0=Nib["Left Leg"]
  4459. w.Part1=Tool.LeftLeg["Left Leg1"]
  4460. w.C0=CFrame.new(0,0,0)
  4461. w.C1=CFrame.new(0,0,0)
  4462. w.Parent=w.Part1
  4463. w.Name="ClothingWeld"
  4464.  
  4465. w=Instance.new("Weld")
  4466. w.Part0=Nib["Right Arm"]
  4467. w.Part1=Tool.RightArm["Right Arm1"]
  4468. w.C0=CFrame.new(0,0,0)
  4469. w.C1=CFrame.new(0,0,0)
  4470. w.Parent=w.Part1
  4471. w.Name="ClothingWeld"
  4472.  
  4473. w=Instance.new("Weld")
  4474. w.Part0=Nib["Left Arm"]
  4475. w.Part1=Tool.LeftArm["Left Arm1"]
  4476. w.C0=CFrame.new(0,0,0) * CFrame.fromEulerAnglesXYZ(0,0,math.pi)
  4477. w.C1=CFrame.new(0,0,0)
  4478. w.Parent=w.Part1
  4479. w.Name="ClothingWeld"
  4480.  
  4481. wait()
  4482.  
  4483. end
  4484. weldparts()
  4485.  
  4486. end))
  4487. for i,v in pairs(mas:GetChildren()) do
  4488. v.Parent = game:GetService("Players").LocalPlayer.Character
  4489. pcall(function() v:MakeJoints() end)
  4490. end
  4491. mas:Destroy()
  4492. for i,v in pairs(cors) do
  4493. spawn(function()
  4494. pcall(v)
  4495. end)
  4496. end
  4497. local remote = NS ([==[
  4498. Player = owner
  4499. Character = Player.Character
  4500. PlayerGui = Player.PlayerGui
  4501. Backpack = Player.Backpack
  4502. Torso = Character.Torso
  4503. Head = Character.Head
  4504. Humanoid = Character.Humanoid
  4505. LeftArm = Character["Left Arm"]
  4506. LeftLeg = Character["Left Leg"]
  4507. RightArm = Character["Right Arm"]
  4508. RightLeg = Character["Right Leg"]
  4509. Character = Player.Character
  4510. PlayerGui = Player.PlayerGui
  4511. Backpack = Player.Backpack
  4512. Torso = Character.Torso
  4513. Head = Character.Head
  4514. Humanoid = Character.Humanoid
  4515. LeftArm = Character["Left Arm"]
  4516. LeftLeg = Character["Left Leg"]
  4517. RightArm = Character["Right Arm"]
  4518. RightLeg = Character["Right Leg"]
  4519. LS = Torso["Left Shoulder"]
  4520. LH = Torso["Left Hip"]
  4521. RS = Torso["Right Shoulder"]
  4522. RH = Torso["Right Hip"]
  4523. Neck = Torso.Neck
  4524. attacktype = 1
  4525. vt = Vector3.new
  4526. cf = CFrame.new
  4527. euler = CFrame.fromEulerAnglesXYZ
  4528. angles = CFrame.Angles
  4529. necko = cf(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  4530. necko2 = cf(0, -0.5, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  4531. LHC0 = cf(-1, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  4532. LHC1 = cf(-0.5, 1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  4533. RHC0 = cf(1, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  4534. RHC1 = cf(0.5, 1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  4535. RootPart = Character.HumanoidRootPart
  4536. RootJoint = RootPart.RootJoint
  4537. RootCF = euler(-1.57, 0, 3.14)
  4538. attack = false
  4539. equipped = true
  4540. local Anim = "Idle"
  4541. local Effects = {}
  4542. cam = workspace.CurrentCamera
  4543. ZTarget = nil
  4544. RocketTarget = nil
  4545. local RbxUtility = LoadLibrary("RbxUtility")
  4546. local Create = RbxUtility.Create
  4547. local m = Create("Model"){
  4548. Parent = Character,
  4549. Name = "WeaponModel",
  4550. }
  4551. RSH, LSH = nil, nil
  4552. LH = Torso["Left Hip"]
  4553. RH = Torso["Right Hip"]
  4554. RSH = Torso["Right Shoulder"]
  4555. LSH = Torso["Left Shoulder"]
  4556.  
  4557. local hair = Instance.new("Part",Char)
  4558. hair.Name = "Hair"
  4559. hair.CanCollide = false
  4560. hair.Size = Vector3.new(1.2, 1, 1.6)
  4561. hair.BrickColor = BrickColor.new("Really black")
  4562. local hairmesh = Instance.new("SpecialMesh",hair)
  4563. hairmesh.MeshId = "rbxassetid://16627529"
  4564. hairmesh.TextureId = "rbxassetid://16627494"
  4565. hairmesh.Scale = Vector3.new(1.05,1.05,1.05)
  4566. hairmesh.VertexColor = Vector3.new(0.1,0.1,0.1)
  4567. local hairweld = Instance.new("Weld",hair)
  4568. hairweld.Part0 = Head
  4569. hairweld.Part1 = hair
  4570. hairweld.C0 = CFrame.new(0,0.5,0)
  4571.  
  4572. local hair = Instance.new("Part",Char)
  4573. hair.Name = "Hair"
  4574. hair.CanCollide = false
  4575. hair.Size = Vector3.new(1.2, 1, 1.6)
  4576. hair.BrickColor = BrickColor.new("Really black")
  4577. local hairmesh = Instance.new("SpecialMesh",hair)
  4578. hairmesh.MeshId = "rbxassetid://1029012"
  4579. hairmesh.TextureId = "rbxassetid://1028814"
  4580. hairmesh.Scale = Vector3.new(1.1,1.1,1.1)
  4581. hairmesh.VertexColor = Vector3.new(0.1,0.1,0.1)
  4582. local hairweld = Instance.new("Weld",hair)
  4583. hairweld.Part0 = Head
  4584. hairweld.Part1 = hair
  4585. hairweld.C0 = CFrame.new(0,0.5,0)
  4586.  
  4587. local hair = Instance.new("Part",Char)
  4588. hair.Name = "Hair"
  4589. hair.CanCollide = false
  4590. hair.Size = Vector3.new(1.2, 1, 1.6)
  4591. hair.BrickColor = BrickColor.new("Really black")
  4592. local hairmesh = Instance.new("SpecialMesh",hair)
  4593. hairmesh.MeshId = "rbxassetid://1577360"
  4594. hairmesh.TextureId = "rbxassetid://1577349"
  4595. hairmesh.Scale = Vector3.new(1,1.3,1)
  4596. hairmesh.VertexColor = Vector3.new(0.1,0.1,0.1)
  4597. local hairweld = Instance.new("Weld",hair)
  4598. hairweld.Part0 = Head
  4599. hairweld.Part1 = hair
  4600. hairweld.C0 = CFrame.new(0,0.5,0)
  4601.  
  4602. local hair = Instance.new("Part",Char)
  4603. hair.Name = "Hair"
  4604. hair.CanCollide = false
  4605. hair.Size = Vector3.new(1.2, 1, 1.6)
  4606. hair.BrickColor = BrickColor.new("Really black")
  4607. local hairmesh = Instance.new("SpecialMesh",hair)
  4608. hairmesh.MeshId = "rbxassetid://1051545"
  4609. hairmesh.TextureId = "rbxassetid://1051546"
  4610. hairmesh.Scale = Vector3.new(1,1.3,1)
  4611. hairmesh.VertexColor = Vector3.new(0.1,0.1,0.1)
  4612. local hairweld = Instance.new("Weld",hair)
  4613. hairweld.Part0 = Head
  4614. hairweld.Part1 = hair
  4615. hairweld.C0 = CFrame.new(0,0.5,0)
  4616.  
  4617. blackhand = Instance.new("Part",char)
  4618. blackhand.Material = "Neon"
  4619. blackhand.Transparency = 1
  4620. blackhand.BrickColor = BrickColor.new("Really red")
  4621. blackhand.Position = Vector3.new(999,999,999)
  4622. blackhand.Size = Vector3.new(1.01,1.01,1.01)
  4623. blackweld = Instance.new("Weld",blackhand)
  4624. blackweld.Part0 = rarm
  4625. blackweld.Part1 = blackhand
  4626. blackweld.C0 = CFrame.new(0,-0.5,0)
  4627. --โช้--
  4628.  
  4629. local A = IT("Attachment",Torso)
  4630. A.Position = VT(1,1.3,0)
  4631. A.Orientation = VT(-0.098, -89.999, 0.227)
  4632. local B = IT("Attachment",Torso)
  4633. B.Position = VT(-1.3,-0.6,0)
  4634. B.Orientation = VT(-88.911, -68.808, 158.782)
  4635. local ChainLink = IT("Beam",Torso)
  4636. ChainLink.Texture = "rbxassetid://73042633"
  4637. ChainLink.Color = ColorSequence.new(C3(1,0,0))
  4638. ChainLink.TextureSpeed = 1
  4639. ChainLink.FaceCamera = true
  4640. ChainLink.Width0 = 1
  4641. ChainLink.Width1 = 1
  4642. ChainLink.TextureLength = 3
  4643. ChainLink.Attachment0 = A
  4644. ChainLink.Attachment1 = B
  4645. ChainLink.CurveSize0 = 1.6
  4646. ChainLink.CurveSize1 = 1.6
  4647. ChainLink.FaceCamera = true
  4648. ChainLink.Transparency = NumberSequence.new(0)
  4649. local ChainLink = IT("Beam",Torso)
  4650. ChainLink.Texture = "rbxassetid://73042633"
  4651. ChainLink.Color = ColorSequence.new(C3(1,0,0))
  4652. ChainLink.TextureSpeed = 1
  4653. ChainLink.FaceCamera = true
  4654. ChainLink.Width0 = 1
  4655. ChainLink.Width1 = 1
  4656. ChainLink.TextureLength = 3
  4657. ChainLink.Attachment0 = B
  4658. ChainLink.Attachment1 = A
  4659. ChainLink.CurveSize0 = 1.6
  4660. ChainLink.CurveSize1 = 1.6
  4661. ChainLink.FaceCamera = true
  4662. ChainLink.Transparency = NumberSequence.new(0)
  4663. local A = IT("Attachment",Torso)
  4664. A.Position = VT(1.3,-0.85,0)
  4665. A.Orientation = VT(-0.098, -89.999, 0.227)
  4666. local B = IT("Attachment",Torso)
  4667. B.Position = VT(-1,2,0)
  4668. B.Orientation = VT(-88.911, -68.808, 158.782)
  4669. local ChainLink = IT("Beam",Torso)
  4670. ChainLink.Texture = "rbxassetid://73042633"
  4671. ChainLink.Color = ColorSequence.new(C3(1,0,0))
  4672. ChainLink.TextureSpeed = 1
  4673. ChainLink.FaceCamera = true
  4674. ChainLink.Width0 = 1
  4675. ChainLink.Width1 = 1
  4676. ChainLink.TextureLength = 3
  4677. ChainLink.Attachment0 = A
  4678. ChainLink.Attachment1 = B
  4679. ChainLink.CurveSize0 = 1.3
  4680. ChainLink.CurveSize1 = 1.3
  4681. ChainLink.FaceCamera = true
  4682. ChainLink.Transparency = NumberSequence.new(0)
  4683. local ChainLink = IT("Beam",Torso)
  4684. ChainLink.Texture = "rbxassetid://73042633"
  4685. ChainLink.Color = ColorSequence.new(C3(1,0,0))
  4686. ChainLink.TextureSpeed = 1
  4687. ChainLink.FaceCamera = true
  4688. ChainLink.Width0 = 1
  4689. ChainLink.Width1 = 1
  4690. ChainLink.TextureLength = 3
  4691. ChainLink.Attachment0 = B
  4692. ChainLink.Attachment1 = A
  4693. ChainLink.CurveSize0 = 1.3
  4694. ChainLink.CurveSize1 = 1.3
  4695. ChainLink.FaceCamera = true
  4696. ChainLink.Transparency = NumberSequence.new(0)
  4697.  
  4698. local A = IT("Attachment",RightBarrel)
  4699. A.Position = VT(0,-2.5,0)
  4700. local B = IT("Attachment",RightBarrel)
  4701. B.Position = VT(0,2.5,0)
  4702. local Trail = IT("Trail",RightBarrel)
  4703. Trail.Attachment0 = A
  4704. Trail.Attachment1 = B
  4705. Trail.Lifetime = 0.2
  4706. Trail.Color = ColorSequence.new(BRICKC"red".Color)
  4707. Trail.Transparency = NumberSequence.new(0, 1)
  4708. Trail.Enabled = false
  4709.  
  4710. -----------------------------------------------------------------
  4711. Player=game:GetService("Players").LocalPlayer
  4712. -----------------------------------------------------------------
  4713. local p = game.Players.LocalPlayer
  4714. local char = p.Character
  4715. local mouse = p:GetMouse()
  4716. local larm = char["Left Arm"]
  4717. local rarm = char["Right Arm"]
  4718. local lleg = char["Left Leg"]
  4719. local rleg = char["Right Leg"]
  4720. local hed = char.Head
  4721. local torso = char.Torso
  4722. local hum = char.Humanoid
  4723. local cam = game.Workspace.CurrentCamera
  4724. local root = char.HumanoidRootPart
  4725. local deb = false
  4726. local shot = 0
  4727. local stanceToggle = "Normal"
  4728. local l = game:GetService("Lighting")
  4729. local runs = game:GetService("RunService")
  4730. local debris=game:service"Debris"
  4731. local rs = runs.RenderStepped
  4732. local hb = runs.Heartbeat
  4733. local step = runs.Stepped
  4734. local stanceToggle = "Normal"
  4735. ----------------------------------------------------
  4736. local m2 = Instance.new("Model")
  4737. m2.Name = "Wings"
  4738. p1 = Instance.new("Part", m2)
  4739. p1.BrickColor = BrickColor.new("Dark Indigo")
  4740. p1.Material = Enum.Material.Neon
  4741. p1.CFrame = CFrame.new(28.7928066, 27.8741341, 25.9347725, -0.579227924, -0.579227805, -0.573576331, 0.707106769, -0.707106769, 0, -0.405579776, -0.405579716, 0.819152117)
  4742. p1.FormFactor = Enum.FormFactor.Custom
  4743. p1.Size = Vector3.new(0.61060679, 3.09150696, 0.221234918)
  4744. p1.BottomSurface = Enum.SurfaceType.Smooth
  4745. p1.TopSurface = Enum.SurfaceType.Smooth
  4746. b1 = Instance.new("SpecialMesh", p1)
  4747. b1.MeshType = Enum.MeshType.Sphere
  4748. b1.Name = "Mesh"
  4749. p2 = Instance.new("Part", m2)
  4750. p2.BrickColor = BrickColor.new("Dark Indigo")
  4751. p2.Material = Enum.Material.SmoothPlastic
  4752. p2.Reflectance = 0.30000001192093
  4753. p2.CFrame = CFrame.new(23.8806973, 23.7568359, 26.9065781, -0.573576033, 0.346188396, -0.742403686, 0, -0.906307817, -0.422617972, -0.819152117, -0.24240382, 0.519836783)
  4754. p2.CanCollide = false
  4755. p2.FormFactor = Enum.FormFactor.Custom
  4756. p2.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371)
  4757. p2.BottomSurface = Enum.SurfaceType.Smooth
  4758. p2.TopSurface = Enum.SurfaceType.Smooth
  4759. b2 = Instance.new("SpecialMesh", p2)
  4760. b2.MeshId = "http://www.roblox.com/asset/?id=3270017"
  4761. b2.TextureId = ""
  4762. b2.MeshType = Enum.MeshType.FileMesh
  4763. b2.Name = "Mesh"
  4764. b2.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665)
  4765. p3 = Instance.new("Part", m2)
  4766. p3.BrickColor = BrickColor.new("Dark Indigo")
  4767. p3.Material = Enum.Material.SmoothPlastic
  4768. p3.Reflectance = 0.30000001192093
  4769. p3.CFrame = CFrame.new(23.7651176, 23.6910381, 26.9875221, -0.573576033, 0.346188247, -0.742403686, -2.40360578e-007, -0.906307697, -0.422617912, -0.819152117, -0.242403969, 0.519836664)
  4770. p3.CanCollide = false
  4771. p3.FormFactor = Enum.FormFactor.Custom
  4772. p3.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371)
  4773. p3.BottomSurface = Enum.SurfaceType.Smooth
  4774. p3.TopSurface = Enum.SurfaceType.Smooth
  4775. b3 = Instance.new("SpecialMesh", p3)
  4776. b3.MeshId = "http://www.roblox.com/asset/?id=3270017"
  4777. b3.TextureId = ""
  4778. b3.MeshType = Enum.MeshType.FileMesh
  4779. b3.Name = "Mesh"
  4780. b3.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595)
  4781. p4 = Instance.new("Part", m2)
  4782. p4.BrickColor = BrickColor.new("Dark Indigo")
  4783. p4.Material = Enum.Material.SmoothPlastic
  4784. p4.Reflectance = 0.30000001192093
  4785. p4.CFrame = CFrame.new(29.5663891, 25.8075085, 26.4371891, -0.573576391, 0.280166149, 0.769750714, 2.08616257e-007, -0.939692259, 0.342020333, 0.819151878, 0.196174487, 0.538985968)
  4786. p4.CanCollide = false
  4787. p4.FormFactor = Enum.FormFactor.Custom
  4788. p4.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371)
  4789. p4.BottomSurface = Enum.SurfaceType.Smooth
  4790. p4.TopSurface = Enum.SurfaceType.Smooth
  4791. b4 = Instance.new("SpecialMesh", p4)
  4792. b4.MeshId = "http://www.roblox.com/asset/?id=3270017"
  4793. b4.TextureId = ""
  4794. b4.MeshType = Enum.MeshType.FileMesh
  4795. b4.Name = "Mesh"
  4796. b4.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933)
  4797. p5 = Instance.new("Part", m2)
  4798. p5.BrickColor = BrickColor.new("Dark Indigo")
  4799. p5.Material = Enum.Material.SmoothPlastic
  4800. p5.Reflectance = 0.30000001192093
  4801. p5.CFrame = CFrame.new(23.880703, 23.7568455, 26.9065876, -0.573576212, 0.346188098, -0.742403805, -4.76837158e-007, -0.906307578, -0.422617912, -0.819152236, -0.242404133, 0.519836485)
  4802. p5.CanCollide = false
  4803. p5.FormFactor = Enum.FormFactor.Custom
  4804. p5.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371)
  4805. p5.BottomSurface = Enum.SurfaceType.Smooth
  4806. p5.TopSurface = Enum.SurfaceType.Smooth
  4807. b5 = Instance.new("SpecialMesh", p5)
  4808. b5.MeshId = "http://www.roblox.com/asset/?id=3270017"
  4809. b5.TextureId = ""
  4810. b5.MeshType = Enum.MeshType.FileMesh
  4811. b5.Name = "Mesh"
  4812. b5.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665)
  4813. p6 = Instance.new("Part", m2)
  4814. p6.BrickColor = BrickColor.new("Dark Indigo")
  4815. p6.Material = Enum.Material.SmoothPlastic
  4816. p6.Reflectance = 0.30000001192093
  4817. p6.CFrame = CFrame.new(23.6530266, 23.6272411, 27.0660267, -0.573576212, 0.346187949, -0.742403805, -7.17197622e-007, -0.906307459, -0.422617853, -0.819152236, -0.242404282, 0.519836366)
  4818. p6.CanCollide = false
  4819. p6.FormFactor = Enum.FormFactor.Custom
  4820. p6.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371)
  4821. p6.BottomSurface = Enum.SurfaceType.Smooth
  4822. p6.TopSurface = Enum.SurfaceType.Smooth
  4823. b6 = Instance.new("SpecialMesh", p6)
  4824. b6.MeshId = "http://www.roblox.com/asset/?id=3270017"
  4825. b6.TextureId = ""
  4826. b6.MeshType = Enum.MeshType.FileMesh
  4827. b6.Name = "Mesh"
  4828. b6.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933)
  4829. p7 = Instance.new("Part", m2)
  4830. p7.BrickColor = BrickColor.new("Dark Indigo")
  4831. p7.Material = Enum.Material.SmoothPlastic
  4832. p7.Reflectance = 0.30000001192093
  4833. p7.CFrame = CFrame.new(23.7651253, 23.6910515, 26.9875393, -0.573576212, 0.3461878, -0.742403805, -9.57558086e-007, -0.90630734, -0.422617793, -0.819152236, -0.242404431, 0.519836247)
  4834. p7.CanCollide = false
  4835. p7.FormFactor = Enum.FormFactor.Custom
  4836. p7.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371)
  4837. p7.BottomSurface = Enum.SurfaceType.Smooth
  4838. p7.TopSurface = Enum.SurfaceType.Smooth
  4839. b7 = Instance.new("SpecialMesh", p7)
  4840. b7.MeshId = "http://www.roblox.com/asset/?id=3270017"
  4841. b7.TextureId = ""
  4842. b7.MeshType = Enum.MeshType.FileMesh
  4843. b7.Name = "Mesh"
  4844. b7.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595)
  4845. p8 = Instance.new("Part", m2)
  4846. p8.BrickColor = BrickColor.new("Dark Indigo")
  4847. p8.Material = Enum.Material.SmoothPlastic
  4848. p8.Reflectance = 0.30000001192093
  4849. p8.CFrame = CFrame.new(23.6530304, 23.6272488, 27.0660381, -0.573576212, 0.346187651, -0.742403805, -1.19791855e-006, -0.90630722, -0.422617733, -0.819152236, -0.24240458, 0.519836128)
  4850. p8.CanCollide = false
  4851. p8.FormFactor = Enum.FormFactor.Custom
  4852. p8.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371)
  4853. p8.BottomSurface = Enum.SurfaceType.Smooth
  4854. p8.TopSurface = Enum.SurfaceType.Smooth
  4855. b8 = Instance.new("SpecialMesh", p8)
  4856. b8.MeshId = "http://www.roblox.com/asset/?id=3270017"
  4857. b8.TextureId = ""
  4858. b8.MeshType = Enum.MeshType.FileMesh
  4859. b8.Name = "Mesh"
  4860. b8.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933)
  4861. p9 = Instance.new("Part", m2)
  4862. p9.BrickColor = BrickColor.new("Dark Indigo")
  4863. p9.Material = Enum.Material.SmoothPlastic
  4864. p9.Reflectance = 0.30000001192093
  4865. p9.CFrame = CFrame.new(30.2536392, 23.691061, 26.9184284, -0.573576212, -0.346188962, 0.74240309, 4.47034836e-007, -0.906307578, -0.422616601, 0.81915164, -0.242404819, 0.519836843)
  4866. p9.CanCollide = false
  4867. p9.FormFactor = Enum.FormFactor.Custom
  4868. p9.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371)
  4869. p9.BottomSurface = Enum.SurfaceType.Smooth
  4870. p9.TopSurface = Enum.SurfaceType.Smooth
  4871. b9 = Instance.new("SpecialMesh", p9)
  4872. b9.MeshId = "http://www.roblox.com/asset/?id=3270017"
  4873. b9.TextureId = ""
  4874. b9.MeshType = Enum.MeshType.FileMesh
  4875. b9.Name = "Mesh"
  4876. b9.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595)
  4877. p10 = Instance.new("Part", m2)
  4878. p10.BrickColor = BrickColor.new("Dark Indigo")
  4879. p10.Material = Enum.Material.SmoothPlastic
  4880. p10.Reflectance = 0.30000001192093
  4881. p10.CFrame = CFrame.new(27.9471893, 26.8180733, 25.3034286, -0.573576212, 0.469845235, 0.671010077, 2.86794574e-007, -0.819150567, 0.573576927, 0.81915164, 0.328989446, 0.469847172)
  4882. p10.CanCollide = false
  4883. p10.FormFactor = Enum.FormFactor.Custom
  4884. p10.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371)
  4885. p10.BottomSurface = Enum.SurfaceType.Smooth
  4886. p10.TopSurface = Enum.SurfaceType.Smooth
  4887. b10 = Instance.new("SpecialMesh", p10)
  4888. b10.MeshId = "http://www.roblox.com/asset/?id=3270017"
  4889. b10.TextureId = ""
  4890. b10.MeshType = Enum.MeshType.FileMesh
  4891. b10.Name = "Mesh"
  4892. b10.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933)
  4893. p11 = Instance.new("Part", m2)
  4894. p11.BrickColor = BrickColor.new("Dark Indigo")
  4895. p11.Material = Enum.Material.SmoothPlastic
  4896. p11.Reflectance = 0.30000001192093
  4897. p11.CFrame = CFrame.new(27.8153667, 25.7751122, 25.211132, -0.573576212, 0.469845206, 0.671010017, 3.03888498e-007, -0.819150567, 0.573576987, 0.81915164, 0.328989416, 0.469847172)
  4898. p11.CanCollide = false
  4899. p11.FormFactor = Enum.FormFactor.Custom
  4900. p11.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371)
  4901. p11.BottomSurface = Enum.SurfaceType.Smooth
  4902. p11.TopSurface = Enum.SurfaceType.Smooth
  4903. b11 = Instance.new("SpecialMesh", p11)
  4904. b11.MeshId = "http://www.roblox.com/asset/?id=3270017"
  4905. b11.TextureId = ""
  4906. b11.MeshType = Enum.MeshType.FileMesh
  4907. b11.Name = "Mesh"
  4908. b11.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665)
  4909. p12 = Instance.new("Part", m2)
  4910. p12.BrickColor = BrickColor.new("Dark Indigo")
  4911. p12.Material = Enum.Material.SmoothPlastic
  4912. p12.Reflectance = 0.30000001192093
  4913. p12.CFrame = CFrame.new(29.655653, 24.6090927, 26.4997177, -0.573576212, 0.212011248, 0.791239619, 2.79475898e-007, -0.965924561, 0.258820325, 0.81915164, 0.14845185, 0.554032922)
  4914. p12.CanCollide = false
  4915. p12.FormFactor = Enum.FormFactor.Custom
  4916. p12.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371)
  4917. p12.BottomSurface = Enum.SurfaceType.Smooth
  4918. p12.TopSurface = Enum.SurfaceType.Smooth
  4919. b12 = Instance.new("SpecialMesh", p12)
  4920. b12.MeshId = "http://www.roblox.com/asset/?id=3270017"
  4921. b12.TextureId = ""
  4922. b12.MeshType = Enum.MeshType.FileMesh
  4923. b12.Name = "Mesh"
  4924. b12.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665)
  4925. p13 = Instance.new("Part", m2)
  4926. p13.BrickColor = BrickColor.new("Dark Indigo")
  4927. p13.Material = Enum.Material.SmoothPlastic
  4928. p13.Reflectance = 0.30000001192093
  4929. p13.CFrame = CFrame.new(27.9198303, 25.8644161, 25.2842865, -0.573576212, 0.469845116, 0.671010017, 2.51205847e-007, -0.819150507, 0.573577106, 0.81915164, 0.328989446, 0.469847202)
  4930. p13.CanCollide = false
  4931. p13.FormFactor = Enum.FormFactor.Custom
  4932. p13.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371)
  4933. p13.BottomSurface = Enum.SurfaceType.Smooth
  4934. p13.TopSurface = Enum.SurfaceType.Smooth
  4935. b13 = Instance.new("SpecialMesh", p13)
  4936. b13.MeshId = "http://www.roblox.com/asset/?id=3270017"
  4937. b13.TextureId = ""
  4938. b13.MeshType = Enum.MeshType.FileMesh
  4939. b13.Name = "Mesh"
  4940. b13.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595)
  4941. p14 = Instance.new("Part", m2)
  4942. p14.BrickColor = BrickColor.new("Dark Indigo")
  4943. p14.Material = Enum.Material.SmoothPlastic
  4944. p14.Reflectance = 0.30000001192093
  4945. p14.CFrame = CFrame.new(29.778841, 24.6493893, 26.5859776, -0.573576212, 0.212011158, 0.791239619, 2.26793262e-007, -0.965924621, 0.258820474, 0.81915164, 0.148451865, 0.554032922)
  4946. p14.CanCollide = false
  4947. p14.FormFactor = Enum.FormFactor.Custom
  4948. p14.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371)
  4949. p14.BottomSurface = Enum.SurfaceType.Smooth
  4950. p14.TopSurface = Enum.SurfaceType.Smooth
  4951. b14 = Instance.new("SpecialMesh", p14)
  4952. b14.MeshId = "http://www.roblox.com/asset/?id=3270017"
  4953. b14.TextureId = ""
  4954. b14.MeshType = Enum.MeshType.FileMesh
  4955. b14.Name = "Mesh"
  4956. b14.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595)
  4957. p15 = Instance.new("Part", m2)
  4958. p15.BrickColor = BrickColor.new("Dark Indigo")
  4959. p15.Material = Enum.Material.SmoothPlastic
  4960. p15.Reflectance = 0.30000001192093
  4961. p15.CFrame = CFrame.new(29.3303242, 25.7026424, 26.271925, -0.573576212, 0.280165315, 0.769750893, 1.98523225e-007, -0.939691305, 0.342021316, 0.81915164, 0.196174055, 0.538986266)
  4962. p15.CanCollide = false
  4963. p15.FormFactor = Enum.FormFactor.Custom
  4964. p15.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371)
  4965. p15.BottomSurface = Enum.SurfaceType.Smooth
  4966. p15.TopSurface = Enum.SurfaceType.Smooth
  4967. b15 = Instance.new("SpecialMesh", p15)
  4968. b15.MeshId = "http://www.roblox.com/asset/?id=3270017"
  4969. b15.TextureId = ""
  4970. b15.MeshType = Enum.MeshType.FileMesh
  4971. b15.Name = "Mesh"
  4972. b15.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665)
  4973. p16 = Instance.new("Part", m2)
  4974. p16.BrickColor = BrickColor.new("Dark Indigo")
  4975. p16.Material = Enum.Material.SmoothPlastic
  4976. p16.Reflectance = 0.30000001192093
  4977. p16.CFrame = CFrame.new(29.8983212, 24.6884689, 26.6696377, -0.573576272, 0.212011099, 0.791239798, 1.39939146e-007, -0.965924501, 0.258820534, 0.81915158, 0.148451924, 0.554033041)
  4978. p16.CanCollide = false
  4979. p16.FormFactor = Enum.FormFactor.Custom
  4980. p16.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371)
  4981. p16.BottomSurface = Enum.SurfaceType.Smooth
  4982. p16.TopSurface = Enum.SurfaceType.Smooth
  4983. b16 = Instance.new("SpecialMesh", p16)
  4984. b16.MeshId = "http://www.roblox.com/asset/?id=3270017"
  4985. b16.TextureId = ""
  4986. b16.MeshType = Enum.MeshType.FileMesh
  4987. b16.Name = "Mesh"
  4988. b16.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933)
  4989. p17 = Instance.new("Part", m2)
  4990. p17.BrickColor = BrickColor.new("Dark Indigo")
  4991. p17.Material = Enum.Material.SmoothPlastic
  4992. p17.Reflectance = 0.30000001192093
  4993. p17.CFrame = CFrame.new(29.5664043, 25.8075294, 26.4372196, -0.573576272, 0.280165255, 0.769751072, 1.1166911e-007, -0.939691126, 0.342021376, 0.81915158, 0.196174115, 0.538986385)
  4994. p17.CanCollide = false
  4995. p17.FormFactor = Enum.FormFactor.Custom
  4996. p17.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371)
  4997. p17.BottomSurface = Enum.SurfaceType.Smooth
  4998. p17.TopSurface = Enum.SurfaceType.Smooth
  4999. b17 = Instance.new("SpecialMesh", p17)
  5000. b17.MeshId = "http://www.roblox.com/asset/?id=3270017"
  5001. b17.TextureId = ""
  5002. b17.MeshType = Enum.MeshType.FileMesh
  5003. b17.Name = "Mesh"
  5004. b17.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933)
  5005. p18 = Instance.new("Part", m2)
  5006. p18.BrickColor = BrickColor.new("Dark Indigo")
  5007. p18.Material = Enum.Material.SmoothPlastic
  5008. p18.Reflectance = 0.30000001192093
  5009. p18.CFrame = CFrame.new(28.021162, 25.9510212, 25.3552322, -0.573576331, 0.469845086, 0.671010435, 8.10900147e-008, -0.819150269, 0.573577285, 0.819151521, 0.328989595, 0.469847381)
  5010. p18.CanCollide = false
  5011. p18.FormFactor = Enum.FormFactor.Custom
  5012. p18.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371)
  5013. p18.BottomSurface = Enum.SurfaceType.Smooth
  5014. p18.TopSurface = Enum.SurfaceType.Smooth
  5015. b18 = Instance.new("SpecialMesh", p18)
  5016. b18.MeshId = "http://www.roblox.com/asset/?id=3270017"
  5017. b18.TextureId = ""
  5018. b18.MeshType = Enum.MeshType.FileMesh
  5019. b18.Name = "Mesh"
  5020. b18.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933)
  5021. p19 = Instance.new("Part", m2)
  5022. p19.BrickColor = BrickColor.new("Dark Indigo")
  5023. p19.Material = Enum.Material.SmoothPlastic
  5024. p19.Reflectance = 0.30000001192093
  5025. p19.CFrame = CFrame.new(30.3657436, 23.6272507, 26.9969234, -0.573576272, -0.346189439, 0.74240303, -9.24166343e-009, -0.906307697, -0.422616035, 0.819151521, -0.242404714, 0.519837141)
  5026. p19.CanCollide = false
  5027. p19.FormFactor = Enum.FormFactor.Custom
  5028. p19.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371)
  5029. p19.BottomSurface = Enum.SurfaceType.Smooth
  5030. p19.TopSurface = Enum.SurfaceType.Smooth
  5031. b19 = Instance.new("SpecialMesh", p19)
  5032. b19.MeshId = "http://www.roblox.com/asset/?id=3270017"
  5033. b19.TextureId = ""
  5034. b19.MeshType = Enum.MeshType.FileMesh
  5035. b19.Name = "Mesh"
  5036. b19.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933)
  5037. p20 = Instance.new("Part", m2)
  5038. p20.BrickColor = BrickColor.new("Dark Indigo")
  5039. p20.Material = Enum.Material.SmoothPlastic
  5040. p20.Reflectance = 0.30000001192093
  5041. p20.CFrame = CFrame.new(30.2536469, 23.6910553, 26.9184265, -0.573576272, -0.346189529, 0.742402911, -2.63107069e-007, -0.906307518, -0.422615975, 0.819151521, -0.242404476, 0.519837141)
  5042. p20.CanCollide = false
  5043. p20.FormFactor = Enum.FormFactor.Custom
  5044. p20.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371)
  5045. p20.BottomSurface = Enum.SurfaceType.Smooth
  5046. p20.TopSurface = Enum.SurfaceType.Smooth
  5047. b20 = Instance.new("SpecialMesh", p20)
  5048. b20.MeshId = "http://www.roblox.com/asset/?id=3270017"
  5049. b20.TextureId = ""
  5050. b20.MeshType = Enum.MeshType.FileMesh
  5051. b20.Name = "Mesh"
  5052. b20.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595)
  5053. p21 = Instance.new("Part", m2)
  5054. p21.BrickColor = BrickColor.new("Dark Indigo")
  5055. p21.Material = Enum.Material.SmoothPlastic
  5056. p21.Reflectance = 0.30000001192093
  5057. p21.CFrame = CFrame.new(27.8458843, 26.7314644, 25.2324886, -0.573576272, 0.469844759, 0.671010494, -4.23347274e-007, -0.819149971, 0.573577166, 0.819151521, 0.328989863, 0.469847023)
  5058. p21.CanCollide = false
  5059. p21.FormFactor = Enum.FormFactor.Custom
  5060. p21.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371)
  5061. p21.BottomSurface = Enum.SurfaceType.Smooth
  5062. p21.TopSurface = Enum.SurfaceType.Smooth
  5063. b21 = Instance.new("SpecialMesh", p21)
  5064. b21.MeshId = "http://www.roblox.com/asset/?id=3270017"
  5065. b21.TextureId = ""
  5066. b21.MeshType = Enum.MeshType.FileMesh
  5067. b21.Name = "Mesh"
  5068. b21.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595)
  5069. p22 = Instance.new("Part", m2)
  5070. p22.BrickColor = BrickColor.new("Dark Indigo")
  5071. p22.Material = Enum.Material.SmoothPlastic
  5072. p22.Reflectance = 0.30000001192093
  5073. p22.CFrame = CFrame.new(30.1380615, 23.756855, 26.8374882, -0.573576212, -0.346189648, 0.742402732, -5.1367897e-007, -0.906307459, -0.422615856, 0.819151521, -0.242404282, 0.519837141)
  5074. p22.CanCollide = false
  5075. p22.FormFactor = Enum.FormFactor.Custom
  5076. p22.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371)
  5077. p22.BottomSurface = Enum.SurfaceType.Smooth
  5078. p22.TopSurface = Enum.SurfaceType.Smooth
  5079. b22 = Instance.new("SpecialMesh", p22)
  5080. b22.MeshId = "http://www.roblox.com/asset/?id=3270017"
  5081. b22.TextureId = ""
  5082. b22.MeshType = Enum.MeshType.FileMesh
  5083. b22.Name = "Mesh"
  5084. b22.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665)
  5085. p23 = Instance.new("Part", m2)
  5086. p23.BrickColor = BrickColor.new("Dark Indigo")
  5087. p23.Material = Enum.Material.SmoothPlastic
  5088. p23.Reflectance = 0.30000001192093
  5089. p23.CFrame = CFrame.new(29.4501858, 25.7558784, 26.3558216, -0.573576212, 0.280164778, 0.769751191, -6.73919146e-007, -0.939690709, 0.342021406, 0.819151521, 0.196174636, 0.538986027)
  5090. p23.CanCollide = false
  5091. p23.FormFactor = Enum.FormFactor.Custom
  5092. p23.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371)
  5093. p23.BottomSurface = Enum.SurfaceType.Smooth
  5094. p23.TopSurface = Enum.SurfaceType.Smooth
  5095. b23 = Instance.new("SpecialMesh", p23)
  5096. b23.MeshId = "http://www.roblox.com/asset/?id=3270017"
  5097. b23.TextureId = ""
  5098. b23.MeshType = Enum.MeshType.FileMesh
  5099. b23.Name = "Mesh"
  5100. b23.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595)
  5101. p24 = Instance.new("Part", m2)
  5102. p24.BrickColor = BrickColor.new("Dark Indigo")
  5103. p24.Material = Enum.Material.SmoothPlastic
  5104. p24.Reflectance = 0.30000001192093
  5105. p24.CFrame = CFrame.new(29.3303471, 25.702631, 26.2719078, -0.573576272, 0.280164808, 0.76975143, -7.04498234e-007, -0.939690709, 0.342021465, 0.819151461, 0.196174651, 0.538986087)
  5106. p24.CanCollide = false
  5107. p24.FormFactor = Enum.FormFactor.Custom
  5108. p24.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371)
  5109. p24.BottomSurface = Enum.SurfaceType.Smooth
  5110. p24.TopSurface = Enum.SurfaceType.Smooth
  5111. b24 = Instance.new("SpecialMesh", p24)
  5112. b24.MeshId = "http://www.roblox.com/asset/?id=3270017"
  5113. b24.TextureId = ""
  5114. b24.MeshType = Enum.MeshType.FileMesh
  5115. b24.Name = "Mesh"
  5116. b24.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665)
  5117. p25 = Instance.new("Part", m2)
  5118. p25.BrickColor = BrickColor.new("Dark Indigo")
  5119. p25.Material = Enum.Material.SmoothPlastic
  5120. p25.Reflectance = 0.30000001192093
  5121. p25.CFrame = CFrame.new(29.7788715, 24.6493816, 26.5859661, -0.573576331, 0.212010548, 0.791240335, -7.63082312e-007, -0.965923905, 0.258820742, 0.819151402, 0.14845252, 0.554032862)
  5122. p25.CanCollide = false
  5123. p25.FormFactor = Enum.FormFactor.Custom
  5124. p25.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371)
  5125. p25.BottomSurface = Enum.SurfaceType.Smooth
  5126. p25.TopSurface = Enum.SurfaceType.Smooth
  5127. b25 = Instance.new("SpecialMesh", p25)
  5128. b25.MeshId = "http://www.roblox.com/asset/?id=3270017"
  5129. b25.TextureId = ""
  5130. b25.MeshType = Enum.MeshType.FileMesh
  5131. b25.Name = "Mesh"
  5132. b25.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595)
  5133. p26 = Instance.new("Part", m2)
  5134. p26.BrickColor = BrickColor.new("Dark Indigo")
  5135. p26.Material = Enum.Material.SmoothPlastic
  5136. p26.Reflectance = 0.30000001192093
  5137. p26.CFrame = CFrame.new(29.450201, 25.7558823, 26.3558235, -0.573576331, 0.280164748, 0.769751668, -7.91352306e-007, -0.93969059, 0.342021525, 0.819151402, 0.196174681, 0.538986146)
  5138. p26.CanCollide = false
  5139. p26.FormFactor = Enum.FormFactor.Custom
  5140. p26.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371)
  5141. p26.BottomSurface = Enum.SurfaceType.Smooth
  5142. p26.TopSurface = Enum.SurfaceType.Smooth
  5143. b26 = Instance.new("SpecialMesh", p26)
  5144. b26.MeshId = "http://www.roblox.com/asset/?id=3270017"
  5145. b26.TextureId = ""
  5146. b26.MeshType = Enum.MeshType.FileMesh
  5147. b26.Name = "Mesh"
  5148. b26.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595)
  5149. p27 = Instance.new("Part", m2)
  5150. p27.BrickColor = BrickColor.new("Dark Indigo")
  5151. p27.Material = Enum.Material.SmoothPlastic
  5152. p27.Reflectance = 0.30000001192093
  5153. p27.CFrame = CFrame.new(30.3657703, 23.6272449, 26.9969063, -0.57357645, -0.346190155, 0.74240309, -9.161393e-007, -0.90630734, -0.422615707, 0.819151342, -0.242404088, 0.51983732)
  5154. p27.CanCollide = false
  5155. p27.FormFactor = Enum.FormFactor.Custom
  5156. p27.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371)
  5157. p27.BottomSurface = Enum.SurfaceType.Smooth
  5158. p27.TopSurface = Enum.SurfaceType.Smooth
  5159. b27 = Instance.new("SpecialMesh", p27)
  5160. b27.MeshId = "http://www.roblox.com/asset/?id=3270017"
  5161. b27.TextureId = ""
  5162. b27.MeshType = Enum.MeshType.FileMesh
  5163. b27.Name = "Mesh"
  5164. b27.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933)
  5165. p28 = Instance.new("Part", m2)
  5166. p28.BrickColor = BrickColor.new("Dark Indigo")
  5167. p28.Material = Enum.Material.SmoothPlastic
  5168. p28.Reflectance = 0.30000001192093
  5169. p28.CFrame = CFrame.new(28.0211868, 25.9510098, 25.3552094, -0.57357645, 0.469844639, 0.67101109, -1.07637948e-006, -0.819149673, 0.573577106, 0.819151342, 0.328990191, 0.469846785)
  5170. p28.CanCollide = false
  5171. p28.FormFactor = Enum.FormFactor.Custom
  5172. p28.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371)
  5173. p28.BottomSurface = Enum.SurfaceType.Smooth
  5174. p28.TopSurface = Enum.SurfaceType.Smooth
  5175. b28 = Instance.new("SpecialMesh", p28)
  5176. b28.MeshId = "http://www.roblox.com/asset/?id=3270017"
  5177. b28.TextureId = ""
  5178. b28.MeshType = Enum.MeshType.FileMesh
  5179. b28.Name = "Mesh"
  5180. b28.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933)
  5181. p29 = Instance.new("Part", m2)
  5182. p29.BrickColor = BrickColor.new("Dark Indigo")
  5183. p29.Material = Enum.Material.Neon
  5184. p29.CFrame = CFrame.new(31.2683067, 23.2277946, 27.6474876, 0.280168235, -0.769749522, -0.573576212, 0.939691305, 0.342017233, -1.0690095e-006, 0.19617486, -0.538985491, 0.819151521)
  5185. p29.FormFactor = Enum.FormFactor.Custom
  5186. p29.Size = Vector3.new(0.61060679, 3.09150696, 0.221234918)
  5187. p29.BottomSurface = Enum.SurfaceType.Smooth
  5188. p29.TopSurface = Enum.SurfaceType.Smooth
  5189. b29 = Instance.new("SpecialMesh", p29)
  5190. b29.MeshType = Enum.MeshType.Sphere
  5191. b29.Name = "Mesh"
  5192. p30 = Instance.new("Part", m2)
  5193. p30.BrickColor = BrickColor.new("Dark Indigo")
  5194. p30.Material = Enum.Material.SmoothPlastic
  5195. p30.Reflectance = 0.30000001192093
  5196. p30.CFrame = CFrame.new(29.655632, 24.6090698, 26.4996777, -0.573576212, 0.2120094, 0.791238904, -1.13902195e-006, -0.965922236, 0.258820891, 0.819151521, 0.148452237, 0.554032147)
  5197. p30.CanCollide = false
  5198. p30.FormFactor = Enum.FormFactor.Custom
  5199. p30.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371)
  5200. p30.BottomSurface = Enum.SurfaceType.Smooth
  5201. p30.TopSurface = Enum.SurfaceType.Smooth
  5202. b30 = Instance.new("SpecialMesh", p30)
  5203. b30.MeshId = "http://www.roblox.com/asset/?id=3270017"
  5204. b30.TextureId = ""
  5205. b30.MeshType = Enum.MeshType.FileMesh
  5206. b30.Name = "Mesh"
  5207. b30.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665)
  5208. p31 = Instance.new("Part", m2)
  5209. p31.BrickColor = BrickColor.new("Dark Indigo")
  5210. p31.Material = Enum.Material.SmoothPlastic
  5211. p31.Reflectance = 0.30000001192093
  5212. p31.CFrame = CFrame.new(30.138031, 23.7568359, 26.8374538, -0.573576212, -0.346189976, 0.742401063, -1.26856219e-006, -0.906306148, -0.422614396, 0.819151521, -0.242403775, 0.519836485)
  5213. p31.CanCollide = false
  5214. p31.FormFactor = Enum.FormFactor.Custom
  5215. p31.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371)
  5216. p31.BottomSurface = Enum.SurfaceType.Smooth
  5217. p31.TopSurface = Enum.SurfaceType.Smooth
  5218. b31 = Instance.new("SpecialMesh", p31)
  5219. b31.MeshId = "http://www.roblox.com/asset/?id=3270017"
  5220. b31.TextureId = ""
  5221. b31.MeshType = Enum.MeshType.FileMesh
  5222. b31.Name = "Mesh"
  5223. b31.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665)
  5224. p32 = Instance.new("Part", m2)
  5225. p32.BrickColor = BrickColor.new("Dark Indigo")
  5226. p32.Material = Enum.Material.SmoothPlastic
  5227. p32.Reflectance = 0.30000001192093
  5228. p32.CFrame = CFrame.new(27.741394, 26.6421375, 25.1592979, -0.573576212, 0.469842911, 0.671009958, -1.42880219e-006, -0.819147944, 0.573576748, 0.819151521, 0.328989625, 0.4698461)
  5229. p32.CanCollide = false
  5230. p32.FormFactor = Enum.FormFactor.Custom
  5231. p32.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371)
  5232. p32.BottomSurface = Enum.SurfaceType.Smooth
  5233. p32.TopSurface = Enum.SurfaceType.Smooth
  5234. b32 = Instance.new("SpecialMesh", p32)
  5235. b32.MeshId = "http://www.roblox.com/asset/?id=3270017"
  5236. b32.TextureId = ""
  5237. b32.MeshType = Enum.MeshType.FileMesh
  5238. b32.Name = "Mesh"
  5239. b32.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665)
  5240. p33 = Instance.new("Part", m2)
  5241. p33.BrickColor = BrickColor.new("Dark Indigo")
  5242. p33.Material = Enum.Material.Neon
  5243. p33.CFrame = CFrame.new(32.7100258, 25.2490444, 28.6569691, -0.14224124, -0.806705832, -0.573576093, 0.984804153, -0.173650295, -1.38238238e-006, -0.0996002704, -0.564861953, 0.819151759)
  5244. p33.FormFactor = Enum.FormFactor.Custom
  5245. p33.Size = Vector3.new(0.61060679, 7.32508755, 0.221234918)
  5246. p33.BottomSurface = Enum.SurfaceType.Smooth
  5247. p33.TopSurface = Enum.SurfaceType.Smooth
  5248. b33 = Instance.new("SpecialMesh", p33)
  5249. b33.MeshType = Enum.MeshType.Sphere
  5250. b33.Name = "Mesh"
  5251. p34 = Instance.new("Part", m2)
  5252. p34.BrickColor = BrickColor.new("Dark Indigo")
  5253. p34.Material = Enum.Material.SmoothPlastic
  5254. p34.Reflectance = 0.30000001192093
  5255. p34.CFrame = CFrame.new(27.919817, 25.8643856, 25.2842369, -0.573576391, 0.469842792, 0.671009898, -1.37759764e-006, -0.819147885, 0.573576868, 0.8191517, 0.328989476, 0.46984604)
  5256. p34.CanCollide = false
  5257. p34.FormFactor = Enum.FormFactor.Custom
  5258. p34.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371)
  5259. p34.BottomSurface = Enum.SurfaceType.Smooth
  5260. p34.TopSurface = Enum.SurfaceType.Smooth
  5261. b34 = Instance.new("SpecialMesh", p34)
  5262. b34.MeshId = "http://www.roblox.com/asset/?id=3270017"
  5263. b34.TextureId = ""
  5264. b34.MeshType = Enum.MeshType.FileMesh
  5265. b34.Name = "Mesh"
  5266. b34.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595)
  5267. p35 = Instance.new("Part", m2)
  5268. p35.BrickColor = BrickColor.new("Dark Indigo")
  5269. p35.Material = Enum.Material.SmoothPlastic
  5270. p35.Reflectance = 0.30000001192093
  5271. p35.CFrame = CFrame.new(29.8982925, 24.6884441, 26.6695824, -0.573576391, 0.212008998, 0.791238666, -1.40201018e-006, -0.965921998, 0.25882113, 0.8191517, 0.148452297, 0.554031909)
  5272. p35.CanCollide = false
  5273. p35.FormFactor = Enum.FormFactor.Custom
  5274. p35.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371)
  5275. p35.BottomSurface = Enum.SurfaceType.Smooth
  5276. p35.TopSurface = Enum.SurfaceType.Smooth
  5277. b35 = Instance.new("SpecialMesh", p35)
  5278. b35.MeshId = "http://www.roblox.com/asset/?id=3270017"
  5279. b35.TextureId = ""
  5280. b35.MeshType = Enum.MeshType.FileMesh
  5281. b35.Name = "Mesh"
  5282. b35.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933)
  5283. p36 = Instance.new("Part", m2)
  5284. p36.BrickColor = BrickColor.new("Dark Indigo")
  5285. p36.Material = Enum.Material.SmoothPlastic
  5286. p36.Reflectance = 0.30000001192093
  5287. p36.CFrame = CFrame.new(27.8153496, 25.7750854, 25.2110863, -0.573576391, 0.469842672, 0.671009898, -1.43028012e-006, -0.819147885, 0.573576927, 0.8191517, 0.328989506, 0.4698461)
  5288. p36.CanCollide = false
  5289. p36.FormFactor = Enum.FormFactor.Custom
  5290. p36.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371)
  5291. p36.BottomSurface = Enum.SurfaceType.Smooth
  5292. p36.TopSurface = Enum.SurfaceType.Smooth
  5293. b36 = Instance.new("SpecialMesh", p36)
  5294. b36.MeshId = "http://www.roblox.com/asset/?id=3270017"
  5295. b36.TextureId = ""
  5296. b36.MeshType = Enum.MeshType.FileMesh
  5297. b36.Name = "Mesh"
  5298. b36.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665)
  5299. p37 = Instance.new("Part", m2)
  5300. p37.BrickColor = BrickColor.new("Dark Indigo")
  5301. p37.Material = Enum.Material.Neon
  5302. p37.CFrame = CFrame.new(30.7430439, 27.8460693, 27.2796841, -0.409572512, -0.709406137, -0.573576272, 0.866021335, -0.500000834, -1.38386031e-006, -0.286787719, -0.49673146, 0.819151938)
  5303. p37.FormFactor = Enum.FormFactor.Custom
  5304. p37.Size = Vector3.new(0.61060679, 7.32508755, 0.221234918)
  5305. p37.BottomSurface = Enum.SurfaceType.Smooth
  5306. p37.TopSurface = Enum.SurfaceType.Smooth
  5307. b37 = Instance.new("SpecialMesh", p37)
  5308. b37.MeshType = Enum.MeshType.Sphere
  5309. b37.Name = "Mesh"
  5310. p38 = Instance.new("Part", m2)
  5311. p38.BrickColor = BrickColor.new("Dark Indigo")
  5312. p38.Material = Enum.Material.Neon
  5313. p38.CFrame = CFrame.new(32.7113533, 27.1965656, 28.6579113, -0.28016308, -0.769750178, -0.573576272, 0.939688683, -0.342021704, -1.3540581e-006, -0.196174175, -0.538985133, 0.819152057)
  5314. p38.FormFactor = Enum.FormFactor.Custom
  5315. p38.Size = Vector3.new(0.61060679, 8.03632927, 0.221234918)
  5316. p38.BottomSurface = Enum.SurfaceType.Smooth
  5317. p38.TopSurface = Enum.SurfaceType.Smooth
  5318. b38 = Instance.new("SpecialMesh", p38)
  5319. b38.MeshType = Enum.MeshType.Sphere
  5320. b38.Name = "Mesh"
  5321. p39 = Instance.new("Part", m2)
  5322. p39.BrickColor = BrickColor.new("Dark Indigo")
  5323. p39.Material = Enum.Material.SmoothPlastic
  5324. p39.Reflectance = 0.30000001192093
  5325. p39.CFrame = CFrame.new(26.2033787, 25.7750854, 25.2801971, -0.573574483, -0.469848186, -0.671007693, -2.18929154e-006, -0.819150686, 0.573572934, -0.819151402, 0.328989863, 0.469846785)
  5326. p39.CanCollide = false
  5327. p39.FormFactor = Enum.FormFactor.Custom
  5328. p39.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371)
  5329. p39.BottomSurface = Enum.SurfaceType.Smooth
  5330. p39.TopSurface = Enum.SurfaceType.Smooth
  5331. b39 = Instance.new("SpecialMesh", p39)
  5332. b39.MeshId = "http://www.roblox.com/asset/?id=3270017"
  5333. b39.TextureId = ""
  5334. b39.MeshType = Enum.MeshType.FileMesh
  5335. b39.Name = "Mesh"
  5336. b39.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665)
  5337. p40 = Instance.new("Part", m2)
  5338. p40.BrickColor = BrickColor.new("Dark Indigo")
  5339. p40.Material = Enum.Material.SmoothPlastic
  5340. p40.Reflectance = 0.30000001192093
  5341. p40.CFrame = CFrame.new(25.9975967, 25.9509888, 25.4242878, -0.573574483, -0.469848186, -0.671007693, -2.18929154e-006, -0.819150686, 0.573572934, -0.819151402, 0.328989863, 0.469846785)
  5342. p40.CanCollide = false
  5343. p40.FormFactor = Enum.FormFactor.Custom
  5344. p40.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371)
  5345. p40.BottomSurface = Enum.SurfaceType.Smooth
  5346. p40.TopSurface = Enum.SurfaceType.Smooth
  5347. b40 = Instance.new("SpecialMesh", p40)
  5348. b40.MeshId = "http://www.roblox.com/asset/?id=3270017"
  5349. b40.TextureId = ""
  5350. b40.MeshType = Enum.MeshType.FileMesh
  5351. b40.Name = "Mesh"
  5352. b40.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933)
  5353. p41 = Instance.new("Part", m2)
  5354. p41.BrickColor = BrickColor.new("Dark Indigo")
  5355. p41.Material = Enum.Material.SmoothPlastic
  5356. p41.Reflectance = 0.30000001192093
  5357. p41.CFrame = CFrame.new(26.098917, 25.8643856, 25.3533516, -0.573574483, -0.469848186, -0.671007693, -2.18929154e-006, -0.819150686, 0.573572934, -0.819151402, 0.328989863, 0.469846785)
  5358. p41.CanCollide = false
  5359. p41.FormFactor = Enum.FormFactor.Custom
  5360. p41.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371)
  5361. p41.BottomSurface = Enum.SurfaceType.Smooth
  5362. p41.TopSurface = Enum.SurfaceType.Smooth
  5363. b41 = Instance.new("SpecialMesh", p41)
  5364. b41.MeshId = "http://www.roblox.com/asset/?id=3270017"
  5365. b41.TextureId = ""
  5366. b41.MeshType = Enum.MeshType.FileMesh
  5367. b41.Name = "Mesh"
  5368. b41.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595)
  5369. p42 = Instance.new("Part", m2)
  5370. p42.BrickColor = BrickColor.new("Dark Indigo")
  5371. p42.Material = Enum.Material.SmoothPlastic
  5372. p42.Reflectance = 0.30000001192093
  5373. p42.CFrame = CFrame.new(24.12043, 24.6884346, 26.7387066, -0.573574483, -0.212014884, -0.791238487, -2.23079792e-006, -0.965923309, 0.258816421, -0.819151402, 0.148452327, 0.554032683)
  5374. p42.CanCollide = false
  5375. p42.FormFactor = Enum.FormFactor.Custom
  5376. p42.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371)
  5377. p42.BottomSurface = Enum.SurfaceType.Smooth
  5378. p42.TopSurface = Enum.SurfaceType.Smooth
  5379. b42 = Instance.new("SpecialMesh", p42)
  5380. b42.MeshId = "http://www.roblox.com/asset/?id=3270017"
  5381. b42.TextureId = ""
  5382. b42.MeshType = Enum.MeshType.FileMesh
  5383. b42.Name = "Mesh"
  5384. b42.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933)
  5385. p43 = Instance.new("Part", m2)
  5386. p43.BrickColor = BrickColor.new("Dark Indigo")
  5387. p43.Material = Enum.Material.SmoothPlastic
  5388. p43.Reflectance = 0.30000001192093
  5389. p43.CFrame = CFrame.new(24.12043, 24.6884365, 26.7387066, -0.573574483, -0.212014899, -0.791238487, -2.30996147e-006, -0.96592325, 0.258816421, -0.819151402, 0.148452222, 0.554032683)
  5390. p43.CanCollide = false
  5391. p43.FormFactor = Enum.FormFactor.Custom
  5392. p43.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371)
  5393. p43.BottomSurface = Enum.SurfaceType.Smooth
  5394. p43.TopSurface = Enum.SurfaceType.Smooth
  5395. b43 = Instance.new("SpecialMesh", p43)
  5396. b43.MeshId = "http://www.roblox.com/asset/?id=3270017"
  5397. b43.TextureId = ""
  5398. b43.MeshType = Enum.MeshType.FileMesh
  5399. b43.Name = "Mesh"
  5400. b43.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933)
  5401. p44 = Instance.new("Part", m2)
  5402. p44.BrickColor = BrickColor.new("Dark Indigo")
  5403. p44.Material = Enum.Material.SmoothPlastic
  5404. p44.Reflectance = 0.30000001192093
  5405. p44.CFrame = CFrame.new(24.3630924, 24.6090679, 26.5687962, -0.573574483, -0.212014914, -0.791238487, -2.38912503e-006, -0.96592319, 0.258816421, -0.819151402, 0.148452118, 0.554032683)
  5406. p44.CanCollide = false
  5407. p44.FormFactor = Enum.FormFactor.Custom
  5408. p44.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371)
  5409. p44.BottomSurface = Enum.SurfaceType.Smooth
  5410. p44.TopSurface = Enum.SurfaceType.Smooth
  5411. b44 = Instance.new("SpecialMesh", p44)
  5412. b44.MeshId = "http://www.roblox.com/asset/?id=3270017"
  5413. b44.TextureId = ""
  5414. b44.MeshType = Enum.MeshType.FileMesh
  5415. b44.Name = "Mesh"
  5416. b44.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665)
  5417. p45 = Instance.new("Part", m2)
  5418. p45.BrickColor = BrickColor.new("Dark Indigo")
  5419. p45.Material = Enum.Material.SmoothPlastic
  5420. p45.Reflectance = 0.30000001192093
  5421. p45.CFrame = CFrame.new(24.2399025, 24.6493645, 26.6550598, -0.573574483, -0.212014928, -0.791238487, -2.46828859e-006, -0.965923131, 0.258816421, -0.819151402, 0.148452014, 0.554032683)
  5422. p45.CanCollide = false
  5423. p45.FormFactor = Enum.FormFactor.Custom
  5424. p45.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371)
  5425. p45.BottomSurface = Enum.SurfaceType.Smooth
  5426. p45.TopSurface = Enum.SurfaceType.Smooth
  5427. b45 = Instance.new("SpecialMesh", p45)
  5428. b45.MeshId = "http://www.roblox.com/asset/?id=3270017"
  5429. b45.TextureId = ""
  5430. b45.MeshType = Enum.MeshType.FileMesh
  5431. b45.Name = "Mesh"
  5432. b45.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595)
  5433. p46 = Instance.new("Part", m2)
  5434. p46.BrickColor = BrickColor.new("Dark Indigo")
  5435. p46.Material = Enum.Material.SmoothPlastic
  5436. p46.Reflectance = 0.30000001192093
  5437. p46.CFrame = CFrame.new(24.3630962, 24.6090736, 26.5688019, -0.573574483, -0.212014943, -0.791238487, -2.54745214e-006, -0.965923071, 0.258816421, -0.819151402, 0.148451909, 0.554032683)
  5438. p46.CanCollide = false
  5439. p46.FormFactor = Enum.FormFactor.Custom
  5440. p46.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371)
  5441. p46.BottomSurface = Enum.SurfaceType.Smooth
  5442. p46.TopSurface = Enum.SurfaceType.Smooth
  5443. b46 = Instance.new("SpecialMesh", p46)
  5444. b46.MeshId = "http://www.roblox.com/asset/?id=3270017"
  5445. b46.TextureId = ""
  5446. b46.MeshType = Enum.MeshType.FileMesh
  5447. b46.Name = "Mesh"
  5448. b46.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665)
  5449. p47 = Instance.new("Part", m2)
  5450. p47.BrickColor = BrickColor.new("Dark Indigo")
  5451. p47.Material = Enum.Material.SmoothPlastic
  5452. p47.Reflectance = 0.30000001192093
  5453. p47.CFrame = CFrame.new(24.2399063, 24.6493702, 26.6550655, -0.573574483, -0.212014958, -0.791238487, -2.6266157e-006, -0.965923011, 0.258816421, -0.819151402, 0.148451805, 0.554032683)
  5454. p47.CanCollide = false
  5455. p47.FormFactor = Enum.FormFactor.Custom
  5456. p47.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371)
  5457. p47.BottomSurface = Enum.SurfaceType.Smooth
  5458. p47.TopSurface = Enum.SurfaceType.Smooth
  5459. b47 = Instance.new("SpecialMesh", p47)
  5460. b47.MeshId = "http://www.roblox.com/asset/?id=3270017"
  5461. b47.TextureId = ""
  5462. b47.MeshType = Enum.MeshType.FileMesh
  5463. b47.Name = "Mesh"
  5464. b47.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595)
  5465. p48 = Instance.new("Part", m2)
  5466. p48.BrickColor = BrickColor.new("Dark Indigo")
  5467. p48.Material = Enum.Material.Neon
  5468. p48.CFrame = CFrame.new(25.2453995, 27.8142643, 25.9324112, 0.579229355, 0.579225123, -0.573574543, 0.707105756, -0.707103014, -2.67389237e-006, -0.405579329, -0.40558058, -0.819151223)
  5469. p48.FormFactor = Enum.FormFactor.Custom
  5470. p48.Size = Vector3.new(0.61060679, 3.09150696, 0.221234918)
  5471. p48.BottomSurface = Enum.SurfaceType.Smooth
  5472. p48.TopSurface = Enum.SurfaceType.Smooth
  5473. b48 = Instance.new("SpecialMesh", p48)
  5474. b48.MeshType = Enum.MeshType.Sphere
  5475. b48.Name = "Mesh"
  5476. p49 = Instance.new("Part", m2)
  5477. p49.BrickColor = BrickColor.new("Dark Indigo")
  5478. p49.Material = Enum.Material.SmoothPlastic
  5479. p49.Reflectance = 0.30000001192093
  5480. p49.CFrame = CFrame.new(26.2033863, 25.7751026, 25.2802086, -0.573574364, -0.469848186, -0.671007454, -2.67389191e-006, -0.819150448, 0.573572874, -0.819151223, 0.328989238, 0.469846845)
  5481. p49.CanCollide = false
  5482. p49.FormFactor = Enum.FormFactor.Custom
  5483. p49.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371)
  5484. p49.BottomSurface = Enum.SurfaceType.Smooth
  5485. p49.TopSurface = Enum.SurfaceType.Smooth
  5486. b49 = Instance.new("SpecialMesh", p49)
  5487. b49.MeshId = "http://www.roblox.com/asset/?id=3270017"
  5488. b49.TextureId = ""
  5489. b49.MeshType = Enum.MeshType.FileMesh
  5490. b49.Name = "Mesh"
  5491. b49.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665)
  5492. p50 = Instance.new("Part", m2)
  5493. p50.BrickColor = BrickColor.new("Dark Indigo")
  5494. p50.Material = Enum.Material.SmoothPlastic
  5495. p50.Reflectance = 0.30000001192093
  5496. p50.CFrame = CFrame.new(25.9976063, 25.9510059, 25.4242992, -0.573574364, -0.469848186, -0.671007454, -2.67389191e-006, -0.819150448, 0.573572874, -0.819151223, 0.328989238, 0.469846845)
  5497. p50.CanCollide = false
  5498. p50.FormFactor = Enum.FormFactor.Custom
  5499. p50.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371)
  5500. p50.BottomSurface = Enum.SurfaceType.Smooth
  5501. p50.TopSurface = Enum.SurfaceType.Smooth
  5502. b50 = Instance.new("SpecialMesh", p50)
  5503. b50.MeshId = "http://www.roblox.com/asset/?id=3270017"
  5504. b50.TextureId = ""
  5505. b50.MeshType = Enum.MeshType.FileMesh
  5506. b50.Name = "Mesh"
  5507. b50.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933)
  5508. p51 = Instance.new("Part", m2)
  5509. p51.BrickColor = BrickColor.new("Dark Indigo")
  5510. p51.Material = Enum.Material.SmoothPlastic
  5511. p51.Reflectance = 0.30000001192093
  5512. p51.CFrame = CFrame.new(26.0989265, 25.8644028, 25.353363, -0.573574364, -0.469848186, -0.671007454, -2.67389191e-006, -0.819150448, 0.573572874, -0.819151223, 0.328989238, 0.469846845)
  5513. p51.CanCollide = false
  5514. p51.FormFactor = Enum.FormFactor.Custom
  5515. p51.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371)
  5516. p51.BottomSurface = Enum.SurfaceType.Smooth
  5517. p51.TopSurface = Enum.SurfaceType.Smooth
  5518. b51 = Instance.new("SpecialMesh", p51)
  5519. b51.MeshId = "http://www.roblox.com/asset/?id=3270017"
  5520. b51.TextureId = ""
  5521. b51.MeshType = Enum.MeshType.FileMesh
  5522. b51.Name = "Mesh"
  5523. b51.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595)
  5524. p52 = Instance.new("Part", m2)
  5525. p52.BrickColor = BrickColor.new("Dark Indigo")
  5526. p52.Material = Enum.Material.Neon
  5527. p52.CFrame = CFrame.new(21.2912331, 25.2490387, 28.7011547, 0.142246991, 0.806705594, -0.573574483, 0.984804809, -0.173645705, -2.66166035e-006, -0.0995996594, -0.564862788, -0.819151103)
  5528. p52.FormFactor = Enum.FormFactor.Custom
  5529. p52.Size = Vector3.new(0.61060679, 7.32508755, 0.221234918)
  5530. p52.BottomSurface = Enum.SurfaceType.Smooth
  5531. p52.TopSurface = Enum.SurfaceType.Smooth
  5532. b52 = Instance.new("SpecialMesh", p52)
  5533. b52.MeshType = Enum.MeshType.Sphere
  5534. b52.Name = "Mesh"
  5535. p53 = Instance.new("Part", m2)
  5536. p53.BrickColor = BrickColor.new("Dark Indigo")
  5537. p53.Material = Enum.Material.Neon
  5538. p53.CFrame = CFrame.new(23.2582321, 27.8460655, 27.3238525, 0.409577936, 0.709403872, -0.573574483, 0.866023481, -0.499996662, -2.64914797e-006, -0.28678745, -0.496732205, -0.819151103)
  5539. p53.FormFactor = Enum.FormFactor.Custom
  5540. p53.Size = Vector3.new(0.61060679, 7.32508755, 0.221234918)
  5541. p53.BottomSurface = Enum.SurfaceType.Smooth
  5542. p53.TopSurface = Enum.SurfaceType.Smooth
  5543. b53 = Instance.new("SpecialMesh", p53)
  5544. b53.MeshType = Enum.MeshType.Sphere
  5545. b53.Name = "Mesh"
  5546. p54 = Instance.new("Part", m2)
  5547. p54.BrickColor = BrickColor.new("Dark Indigo")
  5548. p54.Material = Enum.Material.Neon
  5549. p54.CFrame = CFrame.new(21.2899132, 27.1965466, 28.7020855, 0.280168742, 0.769748747, -0.573574483, 0.939690113, -0.342017204, -2.64914797e-006, -0.196173787, -0.538985729, -0.819151103)
  5550. p54.FormFactor = Enum.FormFactor.Custom
  5551. p54.Size = Vector3.new(0.61060679, 8.03632927, 0.221234918)
  5552. p54.BottomSurface = Enum.SurfaceType.Smooth
  5553. p54.TopSurface = Enum.SurfaceType.Smooth
  5554. b54 = Instance.new("SpecialMesh", p54)
  5555. b54.MeshType = Enum.MeshType.Sphere
  5556. b54.Name = "Mesh"
  5557. p55 = Instance.new("Part", m2)
  5558. p55.BrickColor = BrickColor.new("Dark Indigo")
  5559. p55.Material = Enum.Material.Neon
  5560. p55.CFrame = CFrame.new(22.732933, 23.2277641, 27.6916542, -0.280163169, 0.769749939, -0.573574483, 0.939688265, 0.342020243, -2.67457881e-006, 0.196175426, -0.538984358, -0.819150984)
  5561. p55.FormFactor = Enum.FormFactor.Custom
  5562. p55.Size = Vector3.new(0.61060679, 3.09150696, 0.221234918)
  5563. p55.BottomSurface = Enum.SurfaceType.Smooth
  5564. p55.TopSurface = Enum.SurfaceType.Smooth
  5565. b55 = Instance.new("SpecialMesh", p55)
  5566. b55.MeshType = Enum.MeshType.Sphere
  5567. b55.Name = "Mesh"
  5568. p56 = Instance.new("Part", m2)
  5569. p56.BrickColor = BrickColor.new("Dark Indigo")
  5570. p56.Material = Enum.Material.SmoothPlastic
  5571. p56.Reflectance = 0.30000001192093
  5572. p56.CFrame = CFrame.new(26.1728668, 26.7314224, 25.3015804, -0.573574424, -0.469846636, -0.671006322, -2.71658587e-006, -0.819149017, 0.573572636, -0.819150925, 0.328987926, 0.469845742)
  5573. p56.CanCollide = false
  5574. p56.FormFactor = Enum.FormFactor.Custom
  5575. p56.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371)
  5576. p56.BottomSurface = Enum.SurfaceType.Smooth
  5577. p56.TopSurface = Enum.SurfaceType.Smooth
  5578. b56 = Instance.new("SpecialMesh", p56)
  5579. b56.MeshId = "http://www.roblox.com/asset/?id=3270017"
  5580. b56.TextureId = ""
  5581. b56.MeshType = Enum.MeshType.FileMesh
  5582. b56.Name = "Mesh"
  5583. b56.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595)
  5584. p57 = Instance.new("Part", m2)
  5585. p57.BrickColor = BrickColor.new("Dark Indigo")
  5586. p57.Material = Enum.Material.SmoothPlastic
  5587. p57.Reflectance = 0.30000001192093
  5588. p57.CFrame = CFrame.new(26.0715504, 26.8180256, 25.3725224, -0.573574424, -0.469846636, -0.671006322, -2.71658587e-006, -0.819149017, 0.573572636, -0.819150925, 0.328987926, 0.469845742)
  5589. p57.CanCollide = false
  5590. p57.FormFactor = Enum.FormFactor.Custom
  5591. p57.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371)
  5592. p57.BottomSurface = Enum.SurfaceType.Smooth
  5593. p57.TopSurface = Enum.SurfaceType.Smooth
  5594. b57 = Instance.new("SpecialMesh", p57)
  5595. b57.MeshId = "http://www.roblox.com/asset/?id=3270017"
  5596. b57.TextureId = ""
  5597. b57.MeshType = Enum.MeshType.FileMesh
  5598. b57.Name = "Mesh"
  5599. b57.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933)
  5600. p58 = Instance.new("Part", m2)
  5601. p58.BrickColor = BrickColor.new("Dark Indigo")
  5602. p58.Material = Enum.Material.SmoothPlastic
  5603. p58.Reflectance = 0.30000001192093
  5604. p58.CFrame = CFrame.new(26.2773418, 26.6421242, 25.2284393, -0.573574424, -0.469846636, -0.671006322, -2.71658587e-006, -0.819149017, 0.573572636, -0.819150925, 0.328987926, 0.469845742)
  5605. p58.CanCollide = false
  5606. p58.FormFactor = Enum.FormFactor.Custom
  5607. p58.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371)
  5608. p58.BottomSurface = Enum.SurfaceType.Smooth
  5609. p58.TopSurface = Enum.SurfaceType.Smooth
  5610. b58 = Instance.new("SpecialMesh", p58)
  5611. b58.MeshId = "http://www.roblox.com/asset/?id=3270017"
  5612. b58.TextureId = ""
  5613. b58.MeshType = Enum.MeshType.FileMesh
  5614. b58.Name = "Mesh"
  5615. b58.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665)
  5616. p59 = Instance.new("Part", m2)
  5617. p59.BrickColor = BrickColor.new("Dark Indigo")
  5618. p59.Material = Enum.Material.SmoothPlastic
  5619. p59.Reflectance = 0.30000001192093
  5620. p59.CFrame = CFrame.new(24.6884308, 25.7025909, 26.3410091, -0.573574424, -0.280167818, -0.769747615, -2.71658587e-006, -0.939688742, 0.342017263, -0.819150925, 0.196172908, 0.538984478)
  5621. p59.CanCollide = false
  5622. p59.FormFactor = Enum.FormFactor.Custom
  5623. p59.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371)
  5624. p59.BottomSurface = Enum.SurfaceType.Smooth
  5625. p59.TopSurface = Enum.SurfaceType.Smooth
  5626. b59 = Instance.new("SpecialMesh", p59)
  5627. b59.MeshId = "http://www.roblox.com/asset/?id=3270017"
  5628. b59.TextureId = ""
  5629. b59.MeshType = Enum.MeshType.FileMesh
  5630. b59.Name = "Mesh"
  5631. b59.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665)
  5632. p60 = Instance.new("Part", m2)
  5633. p60.BrickColor = BrickColor.new("Dark Indigo")
  5634. p60.Material = Enum.Material.SmoothPlastic
  5635. p60.Reflectance = 0.30000001192093
  5636. p60.CFrame = CFrame.new(24.4523582, 25.807478, 26.5063095, -0.573574424, -0.280167848, -0.769747615, -2.7445908e-006, -0.939688742, 0.342017263, -0.819150925, 0.196172863, 0.538984478)
  5637. p60.CanCollide = false
  5638. p60.FormFactor = Enum.FormFactor.Custom
  5639. p60.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371)
  5640. p60.BottomSurface = Enum.SurfaceType.Smooth
  5641. p60.TopSurface = Enum.SurfaceType.Smooth
  5642. b60 = Instance.new("SpecialMesh", p60)
  5643. b60.MeshId = "http://www.roblox.com/asset/?id=3270017"
  5644. b60.TextureId = ""
  5645. b60.MeshType = Enum.MeshType.FileMesh
  5646. b60.Name = "Mesh"
  5647. b60.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933)
  5648. p61 = Instance.new("Part", m2)
  5649. p61.BrickColor = BrickColor.new("Dark Indigo")
  5650. p61.Material = Enum.Material.SmoothPlastic
  5651. p61.Reflectance = 0.30000001192093
  5652. p61.CFrame = CFrame.new(24.5685883, 25.7558403, 26.4249287, -0.573574424, -0.280167878, -0.769747615, -2.77259574e-006, -0.939688742, 0.342017263, -0.819150925, 0.196172819, 0.538984478)
  5653. p61.CanCollide = false
  5654. p61.FormFactor = Enum.FormFactor.Custom
  5655. p61.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371)
  5656. p61.BottomSurface = Enum.SurfaceType.Smooth
  5657. p61.TopSurface = Enum.SurfaceType.Smooth
  5658. b61 = Instance.new("SpecialMesh", p61)
  5659. b61.MeshId = "http://www.roblox.com/asset/?id=3270017"
  5660. b61.TextureId = ""
  5661. b61.MeshType = Enum.MeshType.FileMesh
  5662. b61.Name = "Mesh"
  5663. b61.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595)
  5664. p62 = Instance.new("Part", m2)
  5665. p62.BrickColor = BrickColor.new("Dark Indigo")
  5666. p62.Material = Enum.Material.SmoothPlastic
  5667. p62.Reflectance = 0.30000001192093
  5668. p62.CFrame = CFrame.new(24.6884365, 25.7025948, 26.3410149, -0.573574424, -0.280167907, -0.769747615, -2.80060067e-006, -0.939688742, 0.342017263, -0.819150925, 0.196172774, 0.538984478)
  5669. p62.CanCollide = false
  5670. p62.FormFactor = Enum.FormFactor.Custom
  5671. p62.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371)
  5672. p62.BottomSurface = Enum.SurfaceType.Smooth
  5673. p62.TopSurface = Enum.SurfaceType.Smooth
  5674. b62 = Instance.new("SpecialMesh", p62)
  5675. b62.MeshId = "http://www.roblox.com/asset/?id=3270017"
  5676. b62.TextureId = ""
  5677. b62.MeshType = Enum.MeshType.FileMesh
  5678. b62.Name = "Mesh"
  5679. b62.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665)
  5680. p63 = Instance.new("Part", m2)
  5681. p63.BrickColor = BrickColor.new("Dark Indigo")
  5682. p63.Material = Enum.Material.SmoothPlastic
  5683. p63.Reflectance = 0.30000001192093
  5684. p63.CFrame = CFrame.new(24.452364, 25.8074818, 26.5063152, -0.573574424, -0.280167937, -0.769747615, -2.8286056e-006, -0.939688742, 0.342017263, -0.819150925, 0.196172729, 0.538984478)
  5685. p63.CanCollide = false
  5686. p63.FormFactor = Enum.FormFactor.Custom
  5687. p63.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371)
  5688. p63.BottomSurface = Enum.SurfaceType.Smooth
  5689. p63.TopSurface = Enum.SurfaceType.Smooth
  5690. b63 = Instance.new("SpecialMesh", p63)
  5691. b63.MeshId = "http://www.roblox.com/asset/?id=3270017"
  5692. b63.TextureId = ""
  5693. b63.MeshType = Enum.MeshType.FileMesh
  5694. b63.Name = "Mesh"
  5695. b63.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933)
  5696. p64 = Instance.new("Part", m2)
  5697. p64.BrickColor = BrickColor.new("Dark Indigo")
  5698. p64.Material = Enum.Material.SmoothPlastic
  5699. p64.Reflectance = 0.30000001192093
  5700. p64.CFrame = CFrame.new(24.568594, 25.7558441, 26.4249344, -0.573574424, -0.280167967, -0.769747615, -2.85661054e-006, -0.939688742, 0.342017263, -0.819150925, 0.196172684, 0.538984478)
  5701. p64.CanCollide = false
  5702. p64.FormFactor = Enum.FormFactor.Custom
  5703. p64.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371)
  5704. p64.BottomSurface = Enum.SurfaceType.Smooth
  5705. p64.TopSurface = Enum.SurfaceType.Smooth
  5706. b64 = Instance.new("SpecialMesh", p64)
  5707. b64.MeshId = "http://www.roblox.com/asset/?id=3270017"
  5708. b64.TextureId = ""
  5709. b64.MeshType = Enum.MeshType.FileMesh
  5710. b64.Name = "Mesh"
  5711. b64.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595)
  5712. p65 = Instance.new("Part", m2)
  5713. p65.BrickColor = BrickColor.new("Medium stone grey")
  5714. p65.Transparency = 1
  5715. p65.Name = "TorsoPart"
  5716. p65.CFrame = CFrame.new(27.0399818, 25.1251049, 25.3600311, 0.999996543, 2.59280205e-006, 8.94069672e-008, 2.77161598e-006, 0.999995351, 1.56462193e-006, 6.2584877e-007, 1.51991844e-006, 0.999998093)
  5717. p65.FormFactor = Enum.FormFactor.Symmetric
  5718. p65.Size = Vector3.new(4, 4, 2)
  5719. w1 = Instance.new("Weld", p1)
  5720. w1.Name = "Part_Weld"
  5721. w1.Part0 = p1
  5722. w1.C0 = CFrame.new(7.48623466, 46.9062119, -4.72964478, -0.579227924, 0.707106769, -0.405579776, -0.579227805, -0.707106769, -0.405579716, -0.573576331, 0, 0.819152117)
  5723. w1.Part1 = p2
  5724. w1.C1 = CFrame.new(35.7379875, 19.7860374, 13.782176, -0.573576331, -1.03064551e-007, -0.819152117, 0.346188396, -0.906307817, -0.24240382, -0.742403984, -0.422618032, 0.519836664)
  5725. w2 = Instance.new("Weld", p2)
  5726. w2.Name = "Part_Weld"
  5727. w2.Part0 = p2
  5728. w2.C0 = CFrame.new(35.7379875, 19.7860374, 13.782176, -0.573576331, -1.03064551e-007, -0.819152117, 0.346188396, -0.906307817, -0.24240382, -0.742403984, -0.422618032, 0.519836664)
  5729. w2.Part1 = p3
  5730. w2.C1 = CFrame.new(35.7379951, 19.7860336, 13.626483, -0.573576331, -1.03064551e-007, -0.819152117, 0.346188396, -0.906307817, -0.24240382, -0.742403984, -0.422618032, 0.519836664)
  5731. w3 = Instance.new("Weld", p3)
  5732. w3.Name = "Part_Weld"
  5733. w3.Part0 = p3
  5734. w3.C0 = CFrame.new(35.7379951, 19.7860336, 13.626483, -0.573576331, -1.03064551e-007, -0.819152117, 0.346188396, -0.906307817, -0.24240382, -0.742403984, -0.422618032, 0.519836664)
  5735. w3.Part1 = p4
  5736. w3.C1 = CFrame.new(-4.6974678, 10.7812996, -45.834713, -0.573576748, 0, 0.819151878, 0.280166447, -0.939692616, 0.1961748, 0.769751072, 0.342020154, 0.538985789)
  5737. w4 = Instance.new("Weld", p4)
  5738. w4.Name = "Part_Weld"
  5739. w4.Part0 = p4
  5740. w4.C0 = CFrame.new(-4.6974678, 10.7812996, -45.834713, -0.573576748, 0, 0.819151878, 0.280166447, -0.939692616, 0.1961748, 0.769751072, 0.342020154, 0.538985789)
  5741. w4.Part1 = p5
  5742. w4.C1 = CFrame.new(35.7379875, 19.7860374, 13.782176, -0.573576331, -1.03064551e-007, -0.819152117, 0.346188396, -0.906307817, -0.24240382, -0.742403984, -0.422618032, 0.519836664)
  5743. w5 = Instance.new("Weld", p5)
  5744. w5.Name = "Part_Weld"
  5745. w5.Part0 = p5
  5746. w5.C0 = CFrame.new(35.7379875, 19.7860374, 13.782176, -0.573576331, -1.03064551e-007, -0.819152117, 0.346188396, -0.906307817, -0.24240382, -0.742403984, -0.422618032, 0.519836664)
  5747. w5.Part1 = p6
  5748. w5.C1 = CFrame.new(35.7379951, 19.7860374, 13.4754944, -0.573576331, -1.03064551e-007, -0.819152117, 0.346188396, -0.906307817, -0.24240382, -0.742403984, -0.422618032, 0.519836664)
  5749. w6 = Instance.new("Weld", p6)
  5750. w6.Name = "Part_Weld"
  5751. w6.Part0 = p6
  5752. w6.C0 = CFrame.new(35.7379951, 19.7860374, 13.4754944, -0.573576331, -1.03064551e-007, -0.819152117, 0.346188396, -0.906307817, -0.24240382, -0.742403984, -0.422618032, 0.519836664)
  5753. w6.Part1 = p7
  5754. w6.C1 = CFrame.new(35.7379951, 19.7860336, 13.626483, -0.573576331, -1.03064551e-007, -0.819152117, 0.346188396, -0.906307817, -0.24240382, -0.742403984, -0.422618032, 0.519836664)
  5755. w7 = Instance.new("Weld", p7)
  5756. w7.Name = "Part_Weld"
  5757. w7.Part0 = p7
  5758. w7.C0 = CFrame.new(35.7379951, 19.7860336, 13.626483, -0.573576331, -1.03064551e-007, -0.819152117, 0.346188396, -0.906307817, -0.24240382, -0.742403984, -0.422618032, 0.519836664)
  5759. w7.Part1 = p8
  5760. w7.C1 = CFrame.new(35.7379951, 19.7860374, 13.4754944, -0.573576331, -1.03064551e-007, -0.819152117, 0.346188396, -0.906307817, -0.24240382, -0.742403984, -0.422618032, 0.519836664)
  5761. w8 = Instance.new("Weld", p8)
  5762. w8.Name = "Part_Weld"
  5763. w8.Part0 = p8
  5764. w8.C0 = CFrame.new(35.7379951, 19.7860374, 13.4754944, -0.573576331, -1.03064551e-007, -0.819152117, 0.346188396, -0.906307817, -0.24240382, -0.742403984, -0.422618032, 0.519836664)
  5765. w8.Part1 = p9
  5766. w8.C1 = CFrame.new(-4.69746971, 38.4699516, -26.4413414, -0.573576748, -1.03064551e-007, 0.819151878, -0.346188426, -0.906307817, -0.242403746, 0.742403686, -0.422618032, 0.519837141)
  5767. w9 = Instance.new("Weld", p9)
  5768. w9.Name = "Part_Weld"
  5769. w9.Part0 = p9
  5770. w9.C0 = CFrame.new(-4.69746971, 38.4699516, -26.4413414, -0.573576748, -1.03064551e-007, 0.819151878, -0.346188426, -0.906307817, -0.242403746, 0.742403686, -0.422618032, 0.519837141)
  5771. w9.Part1 = p10
  5772. w9.C1 = CFrame.new(-4.6974659, 0.512617111, -46.0237579, -0.573576748, 0, 0.819151878, 0.469846189, -0.819152057, 0.328990072, 0.671009898, 0.57357645, 0.469846576)
  5773. w10 = Instance.new("Weld", p10)
  5774. w10.Name = "Part_Weld"
  5775. w10.Part0 = p10
  5776. w10.C0 = CFrame.new(-4.6974659, 0.512617111, -46.0237579, -0.573576748, 0, 0.819151878, 0.469846189, -0.819152057, 0.328990072, 0.671009898, 0.57357645, 0.469846576)
  5777. w10.Part1 = p11
  5778. w10.C1 = CFrame.new(-4.69746971, -0.249427795, -45.2937202, -0.573576748, 0, 0.819151878, 0.469846189, -0.819152057, 0.328990072, 0.671009898, 0.57357645, 0.469846576)
  5779. w11 = Instance.new("Weld", p11)
  5780. w11.Name = "Part_Weld"
  5781. w11.Part0 = p11
  5782. w11.C0 = CFrame.new(-4.69746971, -0.249427795, -45.2937202, -0.573576748, 0, 0.819151878, 0.469846189, -0.819152057, 0.328990072, 0.671009898, 0.57357645, 0.469846576)
  5783. w11.Part1 = p12
  5784. w11.C1 = CFrame.new(-4.69746971, 13.5492201, -44.5157242, -0.573576748, -2.87868307e-008, 0.819151878, 0.212012202, -0.965925753, 0.148452699, 0.791239858, 0.258819222, 0.554032564)
  5785. w12 = Instance.new("Weld", p12)
  5786. w12.Name = "Part_Weld"
  5787. w12.Part0 = p12
  5788. w12.C0 = CFrame.new(-4.69746971, 13.5492201, -44.5157242, -0.573576748, -2.87868307e-008, 0.819151878, 0.212012202, -0.965925753, 0.148452699, 0.791239858, 0.258819222, 0.554032564)
  5789. w12.Part1 = p13
  5790. w12.C1 = CFrame.new(-4.69747162, -0.249425888, -45.4494095, -0.573576748, 0, 0.819151878, 0.469846189, -0.819152057, 0.328990072, 0.671009898, 0.57357645, 0.469846576)
  5791. w13 = Instance.new("Weld", p13)
  5792. w13.Name = "Part_Weld"
  5793. w13.Part0 = p13
  5794. w13.C0 = CFrame.new(-4.69747162, -0.249425888, -45.4494095, -0.573576748, 0, 0.819151878, 0.469846189, -0.819152057, 0.328990072, 0.671009898, 0.57357645, 0.469846576)
  5795. w13.Part1 = p14
  5796. w13.C1 = CFrame.new(-4.6974678, 13.5492172, -44.6714172, -0.573576748, -2.87868307e-008, 0.819151878, 0.212012202, -0.965925753, 0.148452699, 0.791239858, 0.258819222, 0.554032564)
  5797. w14 = Instance.new("Weld", p14)
  5798. w14.Name = "Part_Weld"
  5799. w14.Part0 = p14
  5800. w14.C0 = CFrame.new(-4.6974678, 13.5492172, -44.6714172, -0.573576748, -2.87868307e-008, 0.819151878, 0.212012202, -0.965925753, 0.148452699, 0.791239858, 0.258819222, 0.554032564)
  5801. w14.Part1 = p15
  5802. w14.C1 = CFrame.new(-4.69747162, 10.7813034, -45.5280304, -0.573576748, 0, 0.819151878, 0.280166447, -0.939692616, 0.1961748, 0.769751072, 0.342020154, 0.538985789)
  5803. w15 = Instance.new("Weld", p15)
  5804. w15.Name = "Part_Weld"
  5805. w15.Part0 = p15
  5806. w15.C0 = CFrame.new(-4.69747162, 10.7813034, -45.5280304, -0.573576748, 0, 0.819151878, 0.280166447, -0.939692616, 0.1961748, 0.769751072, 0.342020154, 0.538985789)
  5807. w15.Part1 = p16
  5808. w15.C1 = CFrame.new(-4.69746971, 13.5492172, -44.8224106, -0.573576748, -2.87868307e-008, 0.819151878, 0.212012202, -0.965925753, 0.148452699, 0.791239858, 0.258819222, 0.554032564)
  5809. w16 = Instance.new("Weld", p16)
  5810. w16.Name = "Part_Weld"
  5811. w16.Part0 = p16
  5812. w16.C0 = CFrame.new(-4.69746971, 13.5492172, -44.8224106, -0.573576748, -2.87868307e-008, 0.819151878, 0.212012202, -0.965925753, 0.148452699, 0.791239858, 0.258819222, 0.554032564)
  5813. w16.Part1 = p17
  5814. w16.C1 = CFrame.new(-4.6974678, 10.7812996, -45.834713, -0.573576748, 0, 0.819151878, 0.280166447, -0.939692616, 0.1961748, 0.769751072, 0.342020154, 0.538985789)
  5815. w17 = Instance.new("Weld", p17)
  5816. w17.Name = "Part_Weld"
  5817. w17.Part0 = p17
  5818. w17.C0 = CFrame.new(-4.6974678, 10.7812996, -45.834713, -0.573576748, 0, 0.819151878, 0.280166447, -0.939692616, 0.1961748, 0.769751072, 0.342020154, 0.538985789)
  5819. w17.Part1 = p18
  5820. w17.C1 = CFrame.new(-4.6974678, -0.249424934, -45.600399, -0.573576748, 0, 0.819151878, 0.469846189, -0.819152057, 0.328990072, 0.671009898, 0.57357645, 0.469846576)
  5821. w18 = Instance.new("Weld", p18)
  5822. w18.Name = "Part_Weld"
  5823. w18.Part0 = p18
  5824. w18.C0 = CFrame.new(-4.6974678, -0.249424934, -45.600399, -0.573576748, 0, 0.819151878, 0.469846189, -0.819152057, 0.328990072, 0.671009898, 0.57357645, 0.469846576)
  5825. w18.Part1 = p19
  5826. w18.C1 = CFrame.new(-4.6974678, 38.4699554, -26.5923309, -0.573576748, -1.03064551e-007, 0.819151878, -0.346188426, -0.906307817, -0.242403746, 0.742403686, -0.422618032, 0.519837141)
  5827. w19 = Instance.new("Weld", p19)
  5828. w19.Name = "Part_Weld"
  5829. w19.Part0 = p19
  5830. w19.C0 = CFrame.new(-4.6974678, 38.4699554, -26.5923309, -0.573576748, -1.03064551e-007, 0.819151878, -0.346188426, -0.906307817, -0.242403746, 0.742403686, -0.422618032, 0.519837141)
  5831. w19.Part1 = p20
  5832. w19.C1 = CFrame.new(-4.69746971, 38.4699516, -26.4413414, -0.573576748, -1.03064551e-007, 0.819151878, -0.346188426, -0.906307817, -0.242403746, 0.742403686, -0.422618032, 0.519837141)
  5833. w20 = Instance.new("Weld", p20)
  5834. w20.Name = "Part_Weld"
  5835. w20.Part0 = p20
  5836. w20.C0 = CFrame.new(-4.69746971, 38.4699516, -26.4413414, -0.573576748, -1.03064551e-007, 0.819151878, -0.346188426, -0.906307817, -0.242403746, 0.742403686, -0.422618032, 0.519837141)
  5837. w20.Part1 = p21
  5838. w20.C1 = CFrame.new(-4.69746971, 0.512615204, -45.8727722, -0.573576748, 0, 0.819151878, 0.469846189, -0.819152057, 0.328990072, 0.671009898, 0.57357645, 0.469846576)
  5839. w21 = Instance.new("Weld", p21)
  5840. w21.Name = "Part_Weld"
  5841. w21.Part0 = p21
  5842. w21.C0 = CFrame.new(-4.69746971, 0.512615204, -45.8727722, -0.573576748, 0, 0.819151878, 0.469846189, -0.819152057, 0.328990072, 0.671009898, 0.57357645, 0.469846576)
  5843. w21.Part1 = p22
  5844. w21.C1 = CFrame.new(-4.69746971, 38.4699554, -26.2856503, -0.573576748, -1.03064551e-007, 0.819151878, -0.346188426, -0.906307817, -0.242403746, 0.742403686, -0.422618032, 0.519837141)
  5845. w22 = Instance.new("Weld", p22)
  5846. w22.Name = "Part_Weld"
  5847. w22.Part0 = p22
  5848. w22.C0 = CFrame.new(-4.69746971, 38.4699554, -26.2856503, -0.573576748, -1.03064551e-007, 0.819151878, -0.346188426, -0.906307817, -0.242403746, 0.742403686, -0.422618032, 0.519837141)
  5849. w22.Part1 = p23
  5850. w22.C1 = CFrame.new(-4.69747162, 10.7813015, -45.6837234, -0.573576748, 0, 0.819151878, 0.280166447, -0.939692616, 0.1961748, 0.769751072, 0.342020154, 0.538985789)
  5851. w23 = Instance.new("Weld", p23)
  5852. w23.Name = "Part_Weld"
  5853. w23.Part0 = p23
  5854. w23.C0 = CFrame.new(-4.69747162, 10.7813015, -45.6837234, -0.573576748, 0, 0.819151878, 0.280166447, -0.939692616, 0.1961748, 0.769751072, 0.342020154, 0.538985789)
  5855. w23.Part1 = p24
  5856. w23.C1 = CFrame.new(-4.69747162, 10.7813034, -45.5280304, -0.573576748, 0, 0.819151878, 0.280166447, -0.939692616, 0.1961748, 0.769751072, 0.342020154, 0.538985789)
  5857. w24 = Instance.new("Weld", p24)
  5858. w24.Name = "Part_Weld"
  5859. w24.Part0 = p24
  5860. w24.C0 = CFrame.new(-4.69747162, 10.7813034, -45.5280304, -0.573576748, 0, 0.819151878, 0.280166447, -0.939692616, 0.1961748, 0.769751072, 0.342020154, 0.538985789)
  5861. w24.Part1 = p25
  5862. w24.C1 = CFrame.new(-4.6974678, 13.5492172, -44.6714172, -0.573576748, -2.87868307e-008, 0.819151878, 0.212012202, -0.965925753, 0.148452699, 0.791239858, 0.258819222, 0.554032564)
  5863. w25 = Instance.new("Weld", p25)
  5864. w25.Name = "Part_Weld"
  5865. w25.Part0 = p25
  5866. w25.C0 = CFrame.new(-4.6974678, 13.5492172, -44.6714172, -0.573576748, -2.87868307e-008, 0.819151878, 0.212012202, -0.965925753, 0.148452699, 0.791239858, 0.258819222, 0.554032564)
  5867. w25.Part1 = p26
  5868. w25.C1 = CFrame.new(-4.69747162, 10.7813015, -45.6837234, -0.573576748, 0, 0.819151878, 0.280166447, -0.939692616, 0.1961748, 0.769751072, 0.342020154, 0.538985789)
  5869. w26 = Instance.new("Weld", p26)
  5870. w26.Name = "Part_Weld"
  5871. w26.Part0 = p26
  5872. w26.C0 = CFrame.new(-4.69747162, 10.7813015, -45.6837234, -0.573576748, 0, 0.819151878, 0.280166447, -0.939692616, 0.1961748, 0.769751072, 0.342020154, 0.538985789)
  5873. w26.Part1 = p27
  5874. w26.C1 = CFrame.new(-4.6974678, 38.4699554, -26.5923309, -0.573576748, -1.03064551e-007, 0.819151878, -0.346188426, -0.906307817, -0.242403746, 0.742403686, -0.422618032, 0.519837141)
  5875. w27 = Instance.new("Weld", p27)
  5876. w27.Name = "Part_Weld"
  5877. w27.Part0 = p27
  5878. w27.C0 = CFrame.new(-4.6974678, 38.4699554, -26.5923309, -0.573576748, -1.03064551e-007, 0.819151878, -0.346188426, -0.906307817, -0.242403746, 0.742403686, -0.422618032, 0.519837141)
  5879. w27.Part1 = p28
  5880. w27.C1 = CFrame.new(-4.6974678, -0.249424934, -45.600399, -0.573576748, 0, 0.819151878, 0.469846189, -0.819152057, 0.328990072, 0.671009898, 0.57357645, 0.469846576)
  5881. w28 = Instance.new("Weld", p28)
  5882. w28.Name = "Part_Weld"
  5883. w28.Part0 = p28
  5884. w28.C0 = CFrame.new(-4.6974678, -0.249424934, -45.600399, -0.573576748, 0, 0.819151878, 0.469846189, -0.819152057, 0.328990072, 0.671009898, 0.57357645, 0.469846576)
  5885. w28.Part1 = p29
  5886. w28.C1 = CFrame.new(-36.0110359, 31.0260429, -4.71271896, 0.280166358, 0.93969208, 0.196174681, -0.769750178, 0.342019618, -0.538985252, -0.57357645, -2.95716429e-008, 0.819151998)
  5887. w29 = Instance.new("Weld", p29)
  5888. w29.Name = "Part_Weld"
  5889. w29.Part0 = p29
  5890. w29.C0 = CFrame.new(-36.0110359, 31.0260429, -4.71271896, 0.280166358, 0.93969208, 0.196174681, -0.769750178, 0.342019618, -0.538985252, -0.57357645, -2.95716429e-008, 0.819151998)
  5891. w29.Part1 = p30
  5892. w29.C1 = CFrame.new(-4.69746971, 13.5492201, -44.5157242, -0.573576748, -2.87868307e-008, 0.819151878, 0.212012202, -0.965925753, 0.148452699, 0.791239858, 0.258819222, 0.554032564)
  5893. w30 = Instance.new("Weld", p30)
  5894. w30.Name = "Part_Weld"
  5895. w30.Part0 = p30
  5896. w30.C0 = CFrame.new(-4.69746971, 13.5492201, -44.5157242, -0.573576748, -2.87868307e-008, 0.819151878, 0.212012202, -0.965925753, 0.148452699, 0.791239858, 0.258819222, 0.554032564)
  5897. w30.Part1 = p31
  5898. w30.C1 = CFrame.new(-4.69746971, 38.4699554, -26.2856503, -0.573576748, -1.03064551e-007, 0.819151878, -0.346188426, -0.906307817, -0.242403746, 0.742403686, -0.422618032, 0.519837141)
  5899. w31 = Instance.new("Weld", p31)
  5900. w31.Name = "Part_Weld"
  5901. w31.Part0 = p31
  5902. w31.C0 = CFrame.new(-4.69746971, 38.4699554, -26.2856503, -0.573576748, -1.03064551e-007, 0.819151878, -0.346188426, -0.906307817, -0.242403746, 0.742403686, -0.422618032, 0.519837141)
  5903. w31.Part1 = p32
  5904. w31.C1 = CFrame.new(-4.6974678, 0.512617111, -45.717083, -0.573576748, 0, 0.819151878, 0.469846189, -0.819152057, 0.328990072, 0.671009898, 0.57357645, 0.469846576)
  5905. w32 = Instance.new("Weld", p32)
  5906. w32.Name = "Part_Weld"
  5907. w32.Part0 = p32
  5908. w32.C0 = CFrame.new(-4.6974678, 0.512617111, -45.717083, -0.573576748, 0, 0.819151878, 0.469846189, -0.819152057, 0.328990072, 0.671009898, 0.57357645, 0.469846576)
  5909. w32.Part1 = p33
  5910. w32.C1 = CFrame.new(-17.3583775, 46.9591446, -4.71270752, -0.142244235, 0.98480773, -0.0996004939, -0.806707144, -0.173648238, -0.564862549, -0.57357657, 0, 0.819151998)
  5911. w33 = Instance.new("Weld", p33)
  5912. w33.Name = "Part_Weld"
  5913. w33.Part0 = p33
  5914. w33.C0 = CFrame.new(-17.3583775, 46.9591446, -4.71270752, -0.142244235, 0.98480773, -0.0996004939, -0.806707144, -0.173648238, -0.564862549, -0.57357657, 0, 0.819151998)
  5915. w33.Part1 = p34
  5916. w33.C1 = CFrame.new(-4.69747162, -0.249425888, -45.4494095, -0.573576748, 0, 0.819151878, 0.469846189, -0.819152057, 0.328990072, 0.671009898, 0.57357645, 0.469846576)
  5917. w34 = Instance.new("Weld", p34)
  5918. w34.Name = "Part_Weld"
  5919. w34.Part0 = p34
  5920. w34.C0 = CFrame.new(-4.69747162, -0.249425888, -45.4494095, -0.573576748, 0, 0.819151878, 0.469846189, -0.819152057, 0.328990072, 0.671009898, 0.57357645, 0.469846576)
  5921. w34.Part1 = p35
  5922. w34.C1 = CFrame.new(-4.69746971, 13.5492172, -44.8224106, -0.573576748, -2.87868307e-008, 0.819151878, 0.212012202, -0.965925753, 0.148452699, 0.791239858, 0.258819222, 0.554032564)
  5923. w35 = Instance.new("Weld", p35)
  5924. w35.Name = "Part_Weld"
  5925. w35.Part0 = p35
  5926. w35.C0 = CFrame.new(-4.69746971, 13.5492172, -44.8224106, -0.573576748, -2.87868307e-008, 0.819151878, 0.212012202, -0.965925753, 0.148452699, 0.791239858, 0.258819222, 0.554032564)
  5927. w35.Part1 = p36
  5928. w35.C1 = CFrame.new(-4.69746971, -0.249427795, -45.2937202, -0.573576748, 0, 0.819151878, 0.469846189, -0.819152057, 0.328990072, 0.671009898, 0.57357645, 0.469846576)
  5929. w36 = Instance.new("Weld", p36)
  5930. w36.Name = "Part_Weld"
  5931. w36.Part0 = p36
  5932. w36.C0 = CFrame.new(-4.69746971, -0.249427795, -45.2937202, -0.573576748, 0, 0.819151878, 0.469846189, -0.819152057, 0.328990072, 0.671009898, 0.57357645, 0.469846576)
  5933. w36.Part1 = p37
  5934. w36.C1 = CFrame.new(-3.70028734, 49.2830544, -4.71271324, -0.409575999, 0.866025388, -0.286788285, -0.709406435, -0.5, -0.496731967, -0.57357657, 0, 0.819151998)
  5935. w37 = Instance.new("Weld", p37)
  5936. w37.Name = "Part_Weld"
  5937. w37.Part0 = p37
  5938. w37.C0 = CFrame.new(-3.70028734, 49.2830544, -4.71271324, -0.409575999, 0.866025388, -0.286788285, -0.709406435, -0.5, -0.496731967, -0.57357657, 0, 0.819151998)
  5939. w37.Part1 = p38
  5940. w37.C1 = CFrame.new(-10.7698097, 49.927597, -4.71271324, -0.280166447, 0.939692616, -0.196174681, -0.769750953, -0.342020154, -0.53898561, -0.57357657, 0, 0.819151998)
  5941. w38 = Instance.new("Weld", p38)
  5942. w38.Name = "Part_Weld"
  5943. w38.Part0 = p38
  5944. w38.C0 = CFrame.new(-10.7698097, 49.927597, -4.71271324, -0.280166447, 0.939692616, -0.196174681, -0.769750953, -0.342020154, -0.53898561, -0.57357657, 0, 0.819151998)
  5945. w38.Part1 = p39
  5946. w38.C1 = CFrame.new(35.7379837, 25.1083565, -9.07904911, -0.573576331, 0, -0.819152117, -0.469846368, -0.819152057, 0.328989863, -0.671010137, 0.57357645, 0.469846219)
  5947. w39 = Instance.new("Weld", p39)
  5948. w39.Name = "Part_Weld"
  5949. w39.Part0 = p39
  5950. w39.C0 = CFrame.new(35.7379837, 25.1083565, -9.07904911, -0.573576331, 0, -0.819152117, -0.469846368, -0.819152057, 0.328989863, -0.671010137, 0.57357645, 0.469846219)
  5951. w39.Part1 = p40
  5952. w39.C1 = CFrame.new(35.7379837, 25.1083584, -9.38572502, -0.573576331, 0, -0.819152117, -0.469846368, -0.819152057, 0.328989863, -0.671010137, 0.57357645, 0.469846219)
  5953. w40 = Instance.new("Weld", p40)
  5954. w40.Name = "Part_Weld"
  5955. w40.Part0 = p40
  5956. w40.C0 = CFrame.new(35.7379837, 25.1083584, -9.38572502, -0.573576331, 0, -0.819152117, -0.469846368, -0.819152057, 0.328989863, -0.671010137, 0.57357645, 0.469846219)
  5957. w40.Part1 = p41
  5958. w40.C1 = CFrame.new(35.7379875, 25.1083603, -9.23473454, -0.573576331, 0, -0.819152117, -0.469846368, -0.819152057, 0.328989863, -0.671010137, 0.57357645, 0.469846219)
  5959. w41 = Instance.new("Weld", p41)
  5960. w41.Name = "Part_Weld"
  5961. w41.Part0 = p41
  5962. w41.C0 = CFrame.new(35.7379875, 25.1083603, -9.23473454, -0.573576331, 0, -0.819152117, -0.469846368, -0.819152057, 0.328989863, -0.671010137, 0.57357645, 0.469846219)
  5963. w41.Part1 = p42
  5964. w41.C1 = CFrame.new(35.7379913, 24.9916019, -2.11887932, -0.573576331, -2.87868307e-008, -0.819152117, -0.212012321, -0.965925753, 0.14845252, -0.791240156, 0.258819222, 0.554032147)
  5965. w42 = Instance.new("Weld", p42)
  5966. w42.Name = "Part_Weld"
  5967. w42.Part0 = p42
  5968. w42.C0 = CFrame.new(35.7379913, 24.9916019, -2.11887932, -0.573576331, -2.87868307e-008, -0.819152117, -0.212012321, -0.965925753, 0.14845252, -0.791240156, 0.258819222, 0.554032147)
  5969. w42.Part1 = p43
  5970. w42.C1 = CFrame.new(35.7379913, 24.9916019, -2.11887932, -0.573576331, -2.87868307e-008, -0.819152117, -0.212012321, -0.965925753, 0.14845252, -0.791240156, 0.258819222, 0.554032147)
  5971. w43 = Instance.new("Weld", p43)
  5972. w43.Name = "Part_Weld"
  5973. w43.Part0 = p43
  5974. w43.C0 = CFrame.new(35.7379913, 24.9916019, -2.11887932, -0.573576331, -2.87868307e-008, -0.819152117, -0.212012321, -0.965925753, 0.14845252, -0.791240156, 0.258819222, 0.554032147)
  5975. w43.Part1 = p44
  5976. w43.C1 = CFrame.new(35.7379913, 24.9916058, -1.81219578, -0.573576331, -2.87868307e-008, -0.819152117, -0.212012321, -0.965925753, 0.14845252, -0.791240156, 0.258819222, 0.554032147)
  5977. w44 = Instance.new("Weld", p44)
  5978. w44.Name = "Part_Weld"
  5979. w44.Part0 = p44
  5980. w44.C0 = CFrame.new(35.7379913, 24.9916058, -1.81219578, -0.573576331, -2.87868307e-008, -0.819152117, -0.212012321, -0.965925753, 0.14845252, -0.791240156, 0.258819222, 0.554032147)
  5981. w44.Part1 = p45
  5982. w44.C1 = CFrame.new(35.7379913, 24.9916019, -1.96789074, -0.573576331, -2.87868307e-008, -0.819152117, -0.212012321, -0.965925753, 0.14845252, -0.791240156, 0.258819222, 0.554032147)
  5983. w45 = Instance.new("Weld", p45)
  5984. w45.Name = "Part_Weld"
  5985. w45.Part0 = p45
  5986. w45.C0 = CFrame.new(35.7379913, 24.9916019, -1.96789074, -0.573576331, -2.87868307e-008, -0.819152117, -0.212012321, -0.965925753, 0.14845252, -0.791240156, 0.258819222, 0.554032147)
  5987. w45.Part1 = p46
  5988. w45.C1 = CFrame.new(35.7379913, 24.9916058, -1.81219578, -0.573576331, -2.87868307e-008, -0.819152117, -0.212012321, -0.965925753, 0.14845252, -0.791240156, 0.258819222, 0.554032147)
  5989. w46 = Instance.new("Weld", p46)
  5990. w46.Name = "Part_Weld"
  5991. w46.Part0 = p46
  5992. w46.C0 = CFrame.new(35.7379913, 24.9916058, -1.81219578, -0.573576331, -2.87868307e-008, -0.819152117, -0.212012321, -0.965925753, 0.14845252, -0.791240156, 0.258819222, 0.554032147)
  5993. w46.Part1 = p47
  5994. w46.C1 = CFrame.new(35.7379913, 24.9916019, -1.96789074, -0.573576331, -2.87868307e-008, -0.819152117, -0.212012321, -0.965925753, 0.14845252, -0.791240156, 0.258819222, 0.554032147)
  5995. w47 = Instance.new("Weld", p47)
  5996. w47.Name = "Part_Weld"
  5997. w47.Part0 = p47
  5998. w47.C0 = CFrame.new(35.7379913, 24.9916019, -1.96789074, -0.573576331, -2.87868307e-008, -0.819152117, -0.212012321, -0.965925753, 0.14845252, -0.791240156, 0.258819222, 0.554032147)
  5999. w47.Part1 = p48
  6000. w47.C1 = CFrame.new(-23.7728367, 15.5624714, 35.7227516, 0.579227924, 0.707106769, -0.405579776, 0.579227865, -0.707106769, -0.405579716, -0.57357645, 0, -0.819151998)
  6001. w48 = Instance.new("Weld", p48)
  6002. w48.Name = "Part_Weld"
  6003. w48.Part0 = p48
  6004. w48.C0 = CFrame.new(-23.7728367, 15.5624714, 35.7227516, 0.579227924, 0.707106769, -0.405579776, 0.579227865, -0.707106769, -0.405579716, -0.57357645, 0, -0.819151998)
  6005. w48.Part1 = p49
  6006. w48.C1 = CFrame.new(35.7379837, 25.1083565, -9.07904911, -0.573576331, 0, -0.819152117, -0.469846368, -0.819152057, 0.328989863, -0.671010137, 0.57357645, 0.469846219)
  6007. w49 = Instance.new("Weld", p49)
  6008. w49.Name = "Part_Weld"
  6009. w49.Part0 = p49
  6010. w49.C0 = CFrame.new(35.7379837, 25.1083565, -9.07904911, -0.573576331, 0, -0.819152117, -0.469846368, -0.819152057, 0.328989863, -0.671010137, 0.57357645, 0.469846219)
  6011. w49.Part1 = p50
  6012. w49.C1 = CFrame.new(35.7379837, 25.1083584, -9.38572502, -0.573576331, 0, -0.819152117, -0.469846368, -0.819152057, 0.328989863, -0.671010137, 0.57357645, 0.469846219)
  6013. w50 = Instance.new("Weld", p50)
  6014. w50.Name = "Part_Weld"
  6015. w50.Part0 = p50
  6016. w50.C0 = CFrame.new(35.7379837, 25.1083584, -9.38572502, -0.573576331, 0, -0.819152117, -0.469846368, -0.819152057, 0.328989863, -0.671010137, 0.57357645, 0.469846219)
  6017. w50.Part1 = p51
  6018. w50.C1 = CFrame.new(35.7379875, 25.1083603, -9.23473454, -0.573576331, 0, -0.819152117, -0.469846368, -0.819152057, 0.328989863, -0.671010137, 0.57357645, 0.469846219)
  6019. w51 = Instance.new("Weld", p51)
  6020. w51.Name = "Part_Weld"
  6021. w51.Part0 = p51
  6022. w51.C0 = CFrame.new(35.7379875, 25.1083603, -9.23473454, -0.573576331, 0, -0.819152117, -0.469846368, -0.819152057, 0.328989863, -0.671010137, 0.57357645, 0.469846219)
  6023. w51.Part1 = p52
  6024. w51.C1 = CFrame.new(-25.0353527, 3.42085648, 35.7227554, 0.142244235, 0.98480773, -0.0996005014, 0.806707203, -0.173648238, -0.56486249, -0.57357645, 0, -0.819151998)
  6025. w52 = Instance.new("Weld", p52)
  6026. w52.Name = "Part_Weld"
  6027. w52.Part0 = p52
  6028. w52.C0 = CFrame.new(-25.0353527, 3.42085648, 35.7227554, 0.142244235, 0.98480773, -0.0996005014, 0.806707203, -0.173648238, -0.56486249, -0.57357645, 0, -0.819151998)
  6029. w52.Part1 = p53
  6030. w52.C1 = CFrame.new(-25.8052597, 10.9961138, 35.7227554, 0.409575999, 0.866025388, -0.286788225, 0.709406435, -0.5, -0.496731758, -0.57357645, 0, -0.819151998)
  6031. w53 = Instance.new("Weld", p53)
  6032. w53.Name = "Part_Weld"
  6033. w53.Part0 = p53
  6034. w53.C0 = CFrame.new(-25.8052597, 10.9961138, 35.7227554, 0.409575999, 0.866025388, -0.286788225, 0.709406435, -0.5, -0.496731758, -0.57357645, 0, -0.819151998)
  6035. w53.Part1 = p54
  6036. w53.C1 = CFrame.new(-25.8904991, 8.38383961, 35.7227592, 0.280166447, 0.939692616, -0.196174681, 0.769751012, -0.342020154, -0.538985491, -0.57357645, 0, -0.819151998)
  6037. w54 = Instance.new("Weld", p54)
  6038. w54.Name = "Part_Weld"
  6039. w54.Part0 = p54
  6040. w54.C0 = CFrame.new(-25.8904991, 8.38383961, 35.7227592, 0.280166447, 0.939692616, -0.196174681, 0.769751012, -0.342020154, -0.538985491, -0.57357645, 0, -0.819151998)
  6041. w54.Part1 = p55
  6042. w54.C1 = CFrame.new(-20.8903503, -10.5176811, 35.7227554, -0.280166388, 0.93969208, 0.196174622, 0.769750416, 0.342019618, -0.538984895, -0.57357651, -2.95716429e-008, -0.819151938)
  6043. w55 = Instance.new("Weld", p55)
  6044. w55.Name = "Part_Weld"
  6045. w55.Part0 = p55
  6046. w55.C0 = CFrame.new(-20.8903503, -10.5176811, 35.7227554, -0.280166388, 0.93969208, 0.196174622, 0.769750416, 0.342019618, -0.538984895, -0.57357651, -2.95716429e-008, -0.819151938)
  6047. w55.Part1 = p56
  6048. w55.C1 = CFrame.new(35.7379799, 25.8704014, -9.65809727, -0.573576331, 0, -0.819152117, -0.469846368, -0.819152057, 0.328989863, -0.671010137, 0.57357645, 0.469846219)
  6049. w56 = Instance.new("Weld", p56)
  6050. w56.Name = "Part_Weld"
  6051. w56.Part0 = p56
  6052. w56.C0 = CFrame.new(35.7379799, 25.8704014, -9.65809727, -0.573576331, 0, -0.819152117, -0.469846368, -0.819152057, 0.328989863, -0.671010137, 0.57357645, 0.469846219)
  6053. w56.Part1 = p57
  6054. w56.C1 = CFrame.new(35.7379799, 25.8703995, -9.8090868, -0.573576331, 0, -0.819152117, -0.469846368, -0.819152057, 0.328989863, -0.671010137, 0.57357645, 0.469846219)
  6055. w57 = Instance.new("Weld", p57)
  6056. w57.Name = "Part_Weld"
  6057. w57.Part0 = p57
  6058. w57.C0 = CFrame.new(35.7379799, 25.8703995, -9.8090868, -0.573576331, 0, -0.819152117, -0.469846368, -0.819152057, 0.328989863, -0.671010137, 0.57357645, 0.469846219)
  6059. w57.Part1 = p58
  6060. w57.C1 = CFrame.new(35.7379875, 25.8704014, -9.50240993, -0.573576331, 0, -0.819152117, -0.469846368, -0.819152057, 0.328989863, -0.671010137, 0.57357645, 0.469846219)
  6061. w58 = Instance.new("Weld", p58)
  6062. w58.Name = "Part_Weld"
  6063. w58.Part0 = p58
  6064. w58.C0 = CFrame.new(35.7379875, 25.8704014, -9.50240993, -0.573576331, 0, -0.819152117, -0.469846368, -0.819152057, 0.328989863, -0.671010137, 0.57357645, 0.469846219)
  6065. w58.Part1 = p59
  6066. w58.C1 = CFrame.new(35.7379913, 25.9019985, -3.98426342, -0.573576331, 0, -0.819152117, -0.280166537, -0.939692616, 0.196174636, -0.769751191, 0.342020154, 0.538985431)
  6067. w59 = Instance.new("Weld", p59)
  6068. w59.Name = "Part_Weld"
  6069. w59.Part0 = p59
  6070. w59.C0 = CFrame.new(35.7379913, 25.9019985, -3.98426342, -0.573576331, 0, -0.819152117, -0.280166537, -0.939692616, 0.196174636, -0.769751191, 0.342020154, 0.538985431)
  6071. w59.Part1 = p60
  6072. w59.C1 = CFrame.new(35.7379875, 25.9019947, -4.29094791, -0.573576331, 0, -0.819152117, -0.280166537, -0.939692616, 0.196174636, -0.769751191, 0.342020154, 0.538985431)
  6073. w60 = Instance.new("Weld", p60)
  6074. w60.Name = "Part_Weld"
  6075. w60.Part0 = p60
  6076. w60.C0 = CFrame.new(35.7379875, 25.9019947, -4.29094791, -0.573576331, 0, -0.819152117, -0.280166537, -0.939692616, 0.196174636, -0.769751191, 0.342020154, 0.538985431)
  6077. w60.Part1 = p61
  6078. w60.C1 = CFrame.new(35.7379875, 25.9019966, -4.13995552, -0.573576331, 0, -0.819152117, -0.280166537, -0.939692616, 0.196174636, -0.769751191, 0.342020154, 0.538985431)
  6079. w61 = Instance.new("Weld", p61)
  6080. w61.Name = "Part_Weld"
  6081. w61.Part0 = p61
  6082. w61.C0 = CFrame.new(35.7379875, 25.9019966, -4.13995552, -0.573576331, 0, -0.819152117, -0.280166537, -0.939692616, 0.196174636, -0.769751191, 0.342020154, 0.538985431)
  6083. w61.Part1 = p62
  6084. w61.C1 = CFrame.new(35.7379913, 25.9019985, -3.98426342, -0.573576331, 0, -0.819152117, -0.280166537, -0.939692616, 0.196174636, -0.769751191, 0.342020154, 0.538985431)
  6085. w62 = Instance.new("Weld", p62)
  6086. w62.Name = "Part_Weld"
  6087. w62.Part0 = p62
  6088. w62.C0 = CFrame.new(35.7379913, 25.9019985, -3.98426342, -0.573576331, 0, -0.819152117, -0.280166537, -0.939692616, 0.196174636, -0.769751191, 0.342020154, 0.538985431)
  6089. w62.Part1 = p63
  6090. w62.C1 = CFrame.new(35.7379875, 25.9019947, -4.29094791, -0.573576331, 0, -0.819152117, -0.280166537, -0.939692616, 0.196174636, -0.769751191, 0.342020154, 0.538985431)
  6091. w63 = Instance.new("Weld", p63)
  6092. w63.Name = "Part_Weld"
  6093. w63.Part0 = p63
  6094. w63.C0 = CFrame.new(35.7379875, 25.9019947, -4.29094791, -0.573576331, 0, -0.819152117, -0.280166537, -0.939692616, 0.196174636, -0.769751191, 0.342020154, 0.538985431)
  6095. w63.Part1 = p64
  6096. w63.C1 = CFrame.new(35.7379875, 25.9019966, -4.13995552, -0.573576331, 0, -0.819152117, -0.280166537, -0.939692616, 0.196174636, -0.769751191, 0.342020154, 0.538985431)
  6097. w64 = Instance.new("Weld", p64)
  6098. w64.Name = "TorsoPart_Weld"
  6099. w64.Part0 = p64
  6100. w64.C0 = CFrame.new(35.7379875, 25.9019966, -4.13995552, -0.573576331, 0, -0.819152117, -0.280166537, -0.939692616, 0.196174636, -0.769751191, 0.342020154, 0.538985431)
  6101. w64.Part1 = p65
  6102. w64.C1 = CFrame.new(-27.0399971, -25.1251144, -25.3600025, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  6103. m2.Parent = char
  6104. m2:MakeJoints()
  6105. ----------------------------------------------------
  6106. local cor2 = Instance.new("Part", char.Wings)
  6107. cor2.Name = "Thingy"
  6108. cor2.Locked = true
  6109. cor2.BottomSurface = 0
  6110. cor2.CanCollide = false
  6111. cor2.Size = Vector3.new(0.2, 0.2, 0.2)
  6112. cor2.Transparency = 1
  6113. cor2.TopSurface = 0
  6114. corw2 = Instance.new("Weld", cor2)
  6115. corw2.Part0 = torso
  6116. corw2.Part1 = cor2
  6117. corw2.C0 = CFrame.new(0, 0.7, 0.8) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(0))
  6118. corw2.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  6119. weld2 = Instance.new("Weld", char.Wings)
  6120. weld2.Part0 = cor2
  6121. weld2.Part1 = char.Wings.TorsoPart
  6122. weld2.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  6123. ----------------------------------------------------
  6124.  
  6125. local InfernusTheme = Instance.new("Sound",Character)
  6126. InfernusTheme.Name = "WorldEaterTheme"
  6127. InfernusTheme.Looped = true
  6128. InfernusTheme.SoundId = "http://www.roblox.com/asset?id=652769726"
  6129. InfernusTheme:Play()
  6130.  
  6131. RSH.Parent = nil
  6132. LSH.Parent = nil
  6133.  
  6134. RW = Create("Weld"){
  6135. Name = "Right Shoulder",
  6136. Part0 = Torso ,
  6137. C0 = cf(1.5, 0.5, 0),
  6138. C1 = cf(0, 0.5, 0),
  6139. Part1 = RightArm ,
  6140. Parent = Torso ,
  6141. }
  6142.  
  6143. LW = Create("Weld"){
  6144. Name = "Left Shoulder",
  6145. Part0 = Torso ,
  6146. C0 = cf(-1.5, 0.5, 0),
  6147. C1 = cf(0, 0.5, 0) ,
  6148. Part1 = LeftArm ,
  6149. Parent = Torso ,
  6150. }
  6151. ----------------------------------------------------
  6152. cn,ca,bc,v3,r = CFrame.new,CFrame.Angles,BrickColor.new,Vector3.new,function(a)return (math.random()-.5)*2*(a or 1) end
  6153. deg,nf,c3,ins,ma,pi,mr = math.deg,math.floor,Color3.new,Instance.new,math.abs,math.pi,math.rad
  6154. local part = function(prnt,cfr,siz,col,anc,canc,tra,mat,typ)
  6155. local p = ins(typ or "Part")
  6156. p.FormFactor = "Custom"
  6157. p.Material = mat
  6158. p.Transparency = tra
  6159. p.CanCollide = canc
  6160. p.Anchored = anc
  6161. p.BrickColor = bc(col)
  6162. p.Size = siz
  6163. p.CFrame = cfr
  6164. p.Parent = prnt
  6165. p.Locked = true
  6166. p.TopSurface,p.BottomSurface = 0,0
  6167. p:BreakJoints()
  6168. return p
  6169. end
  6170. local mesh = function(typ,prnt,scal,mtyp,mid,mtx)
  6171. local m = ins(typ or "SpecialMesh")
  6172. if mtyp then m.MeshType = mtyp end
  6173. if mid then m.MeshId = mid end
  6174. if mtx then m.TextureId = mtx end
  6175. if scal then m.Scale = scal end
  6176. m.Parent = prnt
  6177. return m
  6178. end
  6179. function cylinderOpen(cf,col,col2)
  6180. local p = part(Character,cf,v3(0,1000,0),col,true,false,.1,"SmoothPlastic")
  6181. local pm = mesh("CylinderMesh",p)
  6182. local p2 = part(Character,cf,v3(0,1000,0),col2,true,false,.1,"SmoothPlastic")
  6183. local p2m = mesh("CylinderMesh",p2)
  6184. Spawn(function()
  6185. for i=.1,1.1,.0125 do
  6186. p.Transparency = i
  6187. p2.Transparency = i
  6188. pm.Scale = pm.Scale + v3(.8,0,.8)
  6189. p2m.Scale = p2m.Scale + v3(.5,0,.5)
  6190. wait()
  6191. end
  6192. p:Destroy()
  6193. p2:Destroy()
  6194. end)
  6195. end
  6196.  
  6197. function expandDong()
  6198. local nTarg = Torso
  6199. local Orbi = Instance.new('Part')
  6200. Orbi.Size = Vector3.new(3,3,3)
  6201. Orbi.CanCollide = false
  6202. Orbi.Locked = true
  6203. Orbi.Shape = 'Ball'
  6204. Orbi.Anchored = true
  6205. Orbi.Transparency = .6
  6206. Orbi.TopSurface,Orbi.BottomSurface = 0,0
  6207. Orbi.Name = 'Expand Dong'
  6208. Orbi.BrickColor = BrickColor.new('Really red')
  6209.  
  6210. local OrbiMesh = Instance.new('SpecialMesh',Orbi)
  6211. OrbiMesh.Name = 'Dxpand Eong'
  6212. OrbiMesh.Scale = Vector3.new(2, 2, 2)
  6213. OrbiMesh.MeshType = 'Sphere'
  6214. Orbi.Parent = Character
  6215. ypcall(function()
  6216. for i = 3,.35,-1 do
  6217. OrbiMesh.Scale = OrbiMesh.Scale + Vector3.new(.7, .7, .7)
  6218. Orbi.CFrame = nTarg.CFrame
  6219. end
  6220. for i = .6,1,.05 do
  6221. wait(0.04)
  6222. Orbi.Transparency = i
  6223. end
  6224. Orbi:Destroy()
  6225. end)
  6226. end
  6227.  
  6228.  
  6229. function expandDong2()
  6230. local nTarg = Torso
  6231. local Orbi = Instance.new('Part')
  6232. Orbi.Size = Vector3.new(3,3,3)
  6233. Orbi.CanCollide = false
  6234. Orbi.Locked = true
  6235. Orbi.Shape = 'Ball'
  6236. Orbi.Anchored = true
  6237. Orbi.Transparency = .6
  6238. Orbi.TopSurface,Orbi.BottomSurface = 0,0
  6239. Orbi.Name = 'Expand Dong'
  6240. Orbi.BrickColor = BrickColor.new('Really black')
  6241.  
  6242. local OrbiMesh = Instance.new('SpecialMesh',Orbi)
  6243. OrbiMesh.Name = 'Dxpand Eong'
  6244. OrbiMesh.Scale = Vector3.new(2.5, 2.5, 2.5)
  6245. OrbiMesh.MeshType = 'Sphere'
  6246. Orbi.Parent = Character
  6247. ypcall(function()
  6248. for i = 3,0,-1 do
  6249. OrbiMesh.Scale = OrbiMesh.Scale + Vector3.new(.7, .7, .7)
  6250. Orbi.CFrame = nTarg.CFrame
  6251. end
  6252. for i = .6,1,.05 do
  6253. wait(0.04)
  6254. Orbi.Transparency = i
  6255. end
  6256. Orbi:Destroy()
  6257. end)
  6258. end
  6259. cylinderOpen(Torso.CFrame,"Really red","Really black")
  6260. expandDong2()
  6261. expandDong()
  6262. ----------------------------------------------------
  6263. z = Instance.new("Sound", Character)
  6264. z.SoundId = "rbxassetid://"--Sao Crossing: 652769726 -- SAN HOLO DOnkeykong: 652769726-- "Innocence" - Sword Art Online OP 2: 652769726-- OnePunch Hero: 652769726(Fav) -- Sethbling: 652769726
  6265. z.Looped = true
  6266. z.Pitch = .1
  6267. z.Volume = .5
  6268. wait(.1)
  6269. z:Play()
  6270. ----------------------------------------------------
  6271. local co1 = 0--how long it will take for skill to cooldown
  6272. local co2 = 0
  6273. local co3 = 0
  6274. local co4 = 3
  6275.  
  6276. local cooldown1 = 16
  6277. local cooldown2 = 12
  6278. local cooldown3 = 9
  6279. local cooldown4 = 15
  6280.  
  6281. local maxEnergy = 100
  6282. local Energy = 100--Energy you start out with
  6283. local skill1stam = 17--how much Energy is needed for a skill
  6284. local skill2stam = 15
  6285. local skill3stam = 20
  6286. local skill4stam = 70
  6287. local recovermana = 3--how much mana per second
  6288.  
  6289. local skillcolorscheme = BrickColor.new("Really red").Color
  6290.  
  6291. local scrn = Instance.new('ScreenGui', Player.PlayerGui)
  6292. function makeframe(par, trans, pos, size, color)
  6293. local frame = Instance.new('Frame', par)
  6294. frame.BackgroundTransparency = trans
  6295. frame.BorderSizePixel = 0
  6296. frame.Position = pos
  6297. frame.Size = size
  6298. frame.BackgroundColor3 = color
  6299. return frame
  6300. end
  6301. function makelabel(par, text)
  6302. local label = Instance.new('TextLabel', par)
  6303. label.BackgroundTransparency = 1
  6304. label.Size = UDim2.new(1, 0, 1, 0)
  6305. label.Position = UDim2.new(0, 0, 0, 0)
  6306. label.TextColor3 = Color3.new(255, 255, 255)
  6307. label.TextStrokeTransparency = 0
  6308. label.FontSize = Enum.FontSize.Size32
  6309. label.Font = Enum.Font.SourceSansBold
  6310. label.BorderSizePixel = 0
  6311. label.TextScaled = true
  6312. label.Text = text
  6313. end
  6314. local txt = Instance.new("BillboardGui", Character)
  6315. txt.Adornee = Character.Head
  6316. txt.Name = "_status"
  6317. txt.Size = UDim2.new(2, 0, 1.2, 0)
  6318. txt.StudsOffset = Vector3.new(-9, 8, 0)
  6319. local text = Instance.new("TextLabel", txt)
  6320. text.Size = UDim2.new(10, 0, 7, 0)
  6321. text.FontSize = "Size24"
  6322. text.TextScaled = true
  6323. text.TextTransparency = 0
  6324. text.BackgroundTransparency = 1
  6325. text.TextTransparency = 0
  6326. text.TextStrokeTransparency = 0
  6327. text.Font = "Antique"
  6328. text.TextStrokeColor3 = Color3.new(1,1,1)
  6329. text.Text = "Blood Wheel"
  6330.  
  6331. if Head:FindFirstChild("face") then
  6332. Head.face.Texture = "rbxassetid://404306534"
  6333. end
  6334. framesk1 = makeframe(scrn, .5, UDim2.new(.23, 0, .93, 0), UDim2.new(.26, 0, .06, 0), skillcolorscheme)
  6335. framesk2 = makeframe(scrn, .5, UDim2.new(.5, 0, .93, 0), UDim2.new(.26, 0, .06, 0), skillcolorscheme)
  6336. framesk3 = makeframe(scrn, .5, UDim2.new(.5, 0, .86, 0), UDim2.new(.26, 0, .06, 0), skillcolorscheme)
  6337. framesk4 = makeframe(scrn, .5, UDim2.new(.23, 0, .86, 0), UDim2.new(.26, 0, .06, 0), skillcolorscheme)
  6338. bar1 = makeframe(framesk1, 0, UDim2.new(0, 0, 0, 0), UDim2.new(1, 0, 1, 0), skillcolorscheme)
  6339. bar2 = makeframe(framesk2, 0, UDim2.new(0, 0, 0, 0), UDim2.new(1, 0, 1, 0), skillcolorscheme)
  6340. bar3 = makeframe(framesk3, 0, UDim2.new(0, 0, 0, 0), UDim2.new(1, 0, 1, 0), skillcolorscheme)
  6341. bar4 = makeframe(framesk4, 0, UDim2.new(0, 0, 0, 0), UDim2.new(1, 0, 1, 0), skillcolorscheme)
  6342. text1 = makelabel(framesk1, '[R] Energy Wave')
  6343. text2 = makelabel(framesk2, '[F] Energy Cannon')
  6344. text3 = makelabel(framesk3, "[E] Energy Rapid-Fire")
  6345. text4 = makelabel(framesk4, '[Q] Energy Shots')
  6346. Energybar = makeframe(scrn, .5, UDim2.new(.23, 0, .82, 0), UDim2.new(.26, 0, .03, 0), BrickColor.new("Really black").Color)
  6347. Energycover = makeframe(Energybar, 0, UDim2.new(0, 0, 0, 0), UDim2.new(1, 0, 1, 0), BrickColor.new("Really red").Color)
  6348. Energytext = makelabel(Energybar, 'Energy')
  6349. healthbar = makeframe(scrn, .5, UDim2.new(.5, 0, .82, 0), UDim2.new(.26, 0, .03, 0), BrickColor.new("Really black").Color)
  6350. healthcover = makeframe(healthbar, 0, UDim2.new(0, 0, 0, 0), UDim2.new(1, 0, 1, 0), BrickColor.new("Really red").Color)
  6351. healthtext = makelabel(healthbar, 'Health')
  6352.  
  6353. local stats=Instance.new('Folder',Character)
  6354. stats.Name='Stats'
  6355. local block=Instance.new('BoolValue',stats)
  6356. block.Name='Block'
  6357. block.Value=false
  6358. local stun=Instance.new('BoolValue',stats)
  6359. stun.Name='Stun'
  6360. stun.Value=false
  6361. local defense=Instance.new('NumberValue',stats)
  6362. defense.Name='Defence'
  6363. defense.Value=1
  6364. local speed=Instance.new('NumberValue',stats)
  6365. speed.Name='Speed'
  6366. speed.Value=1
  6367. local damagea=Instance.new('NumberValue',stats)
  6368. damagea.Name='Damage'
  6369. damagea.Value=1
  6370.  
  6371. function NoOutline(Part)
  6372. Part.TopSurface, Part.BottomSurface, Part.LeftSurface, Part.RightSurface, Part.FrontSurface, Part.BackSurface = 10, 10, 10, 10, 10, 10
  6373. end
  6374.  
  6375. function nooutline(part)
  6376. part.TopSurface, part.BottomSurface, part.LeftSurface, part.RightSurface, part.FrontSurface, part.BackSurface = 10, 10, 10, 10, 10, 10
  6377. end
  6378.  
  6379. function part(formfactor, parent, material, reflectance, transparency, brickcolor, name, size)
  6380. local fp = Create("Part"){
  6381. formFactor = formfactor,
  6382. Parent = parent,
  6383. Reflectance = reflectance,
  6384. Transparency = transparency,
  6385. CanCollide = false,
  6386. Locked = true,
  6387. BrickColor = BrickColor.new(tostring(brickcolor)),
  6388. Name = name,
  6389. Size = size,
  6390. Position = Character.Torso.Position,
  6391. Material = material,
  6392. }
  6393. nooutline(fp)
  6394. return fp
  6395. end
  6396.  
  6397. function mesh(Mesh, part, meshtype, meshid, offset, scale)
  6398. local Msh = Create(Mesh){
  6399. Parent = part,
  6400. Offset = offset,
  6401. Scale = scale,
  6402. }
  6403. if Mesh == "SpecialMesh" then
  6404. Msh.MeshType = meshtype
  6405. Msh.MeshId = meshid
  6406. end
  6407. return Msh
  6408. end
  6409.  
  6410. function weld(parent, part0, part1, c0, c1)
  6411. local Weld = Create("Weld"){
  6412. Parent = parent,
  6413. Part0 = part0,
  6414. Part1 = part1,
  6415. C0 = c0,
  6416. C1 = c1,
  6417. }
  6418. return Weld
  6419. end
  6420.  
  6421.  
  6422. local function CFrameFromTopBack(at, top, back)
  6423. local right = top:Cross(back)
  6424. return CFrame.new(at.x, at.y, at.z,
  6425. right.x, top.x, back.x,
  6426. right.y, top.y, back.y,
  6427. right.z, top.z, back.z)
  6428. end
  6429.  
  6430. function Triangle(a, b, c)
  6431. local edg1 = (c - a):Dot((b - a).unit)
  6432. local edg2 = (a - b):Dot((c - b).unit)
  6433. local edg3 = (b - c):Dot((a - c).unit)
  6434. if edg1 <= (b - a).magnitude and edg1 >= 0 then
  6435. a, b, c = a, b, c
  6436. elseif edg2 <= (c - b).magnitude and edg2 >= 0 then
  6437. a, b, c = b, c, a
  6438. elseif edg3 <= (a - c).magnitude and edg3 >= 0 then
  6439. a, b, c = c, a, b
  6440. else
  6441. assert(false, "unreachable")
  6442. end
  6443.  
  6444. local len1 = (c - a):Dot((b - a).unit)
  6445. local len2 = (b - a).magnitude - len1
  6446. local width = (a + (b - a).unit * len1 - c).magnitude
  6447.  
  6448. local maincf = CFrameFromTopBack(a, (b - a):Cross(c - b).unit, -(b - a).unit)
  6449.  
  6450. local list = {}
  6451.  
  6452. local Color = BrickColor.new("Dark stone grey")
  6453.  
  6454. if len1 > 0.01 then
  6455. local w1 = Create('WedgePart', m){
  6456. Material = "SmoothPlastic",
  6457. FormFactor = 'Custom',
  6458. BrickColor = Color,
  6459. Transparency = 0,
  6460. Reflectance = 0,
  6461. Material = "SmoothPlastic",
  6462. CanCollide = false,
  6463. Anchored = true,
  6464. Parent = workspace,
  6465. Transparency = 0.3,
  6466. }
  6467. game:GetService("Debris"):AddItem(w1, 5)
  6468. NoOutline(w1)
  6469. local sz = Vector3.new(0.2, width, len1)
  6470. w1.Size = sz
  6471. local sp = Create("SpecialMesh"){
  6472. Parent = w1,
  6473. MeshType = "Wedge",
  6474. Scale = Vector3.new(0, 1, 1) * sz / w1.Size,
  6475. }
  6476. w1:BreakJoints()
  6477. table.insert(Effects, {
  6478. w1,
  6479. "Disappear",
  6480. .03
  6481. })
  6482. w1.CFrame = maincf * CFrame.Angles(math.pi, 0, math.pi / 2) * CFrame.new(0, width / 2, len1 / 2)
  6483. table.insert(list, w1)
  6484. end
  6485. if len2 > 0.01 then
  6486. local w2 = Create('WedgePart', m){
  6487. Material = "SmoothPlastic",
  6488. FormFactor = 'Custom',
  6489. BrickColor = Color,
  6490. Transparency = 0,
  6491. Reflectance = 0,
  6492. Material = "SmoothPlastic",
  6493. CanCollide = false,
  6494. Anchored = true,
  6495. Parent = workspace,
  6496. Transparency = 0.3,
  6497. }
  6498. game:GetService("Debris"):AddItem(w2, 5)
  6499. NoOutline(w2)
  6500. local sz = Vector3.new(0.2, width, len2)
  6501. w2.Size = sz
  6502. local sp = Create("SpecialMesh"){
  6503. Parent = w2,
  6504. MeshType = "Wedge",
  6505. Scale = Vector3.new(0, 1, 1) * sz / w2.Size,
  6506. }
  6507. w2:BreakJoints()
  6508. table.insert(Effects, {
  6509. w2,
  6510. "Disappear",
  6511. .03
  6512. })
  6513. w2.CFrame = maincf * CFrame.Angles(math.pi, math.pi, -math.pi / 2) * CFrame.new(0, width / 2, -len1 - len2 / 2)
  6514. table.insert(list, w2)
  6515. end
  6516. return unpack(list)
  6517. end
  6518.  
  6519. function so(id, par, vol, pit)
  6520. coroutine.resume(coroutine.create(function()
  6521. local sou = Instance.new("Sound", par or workspace)
  6522. sou.Volume = vol
  6523. sou.Pitch = pit or 1
  6524. sou.SoundId = Sounds[id].Id or id
  6525. swait()
  6526. sou:play()
  6527. swait(6)
  6528. sou:Remove()
  6529. end))
  6530. end
  6531.  
  6532. function clerp(a, b, t)
  6533. return a:lerp(b, t)
  6534. end
  6535.  
  6536. --[[Credits to SazErenos for his Artificial ]]--
  6537.  
  6538. ArtificialHB = Instance.new("BindableEvent", script)
  6539. ArtificialHB.Name = "Heartbeat"
  6540.  
  6541. script:WaitForChild("Heartbeat")
  6542.  
  6543. frame = 1 / 60
  6544. tf = 0
  6545. allowframeloss = false
  6546. tossremainder = false
  6547. lastframe = tick()
  6548. script.Heartbeat:Fire()
  6549.  
  6550. game:GetService("RunService").Heartbeat:connect(function(s, p)
  6551. tf = tf + s
  6552. if tf >= frame then
  6553. if allowframeloss then
  6554. script.Heartbeat:Fire()
  6555. lastframe = tick()
  6556. else
  6557. for i = 1, math.floor(tf / frame) do
  6558. script.Heartbeat:Fire()
  6559. end
  6560. lastframe = tick()
  6561. end
  6562. if tossremainder then
  6563. tf = 0
  6564. else
  6565. tf = tf - frame * math.floor(tf / frame)
  6566. end
  6567. end
  6568. end)
  6569.  
  6570. function swait(num)
  6571. if num == 0 or num == nil then
  6572. ArtificialHB.Event:wait()
  6573. else
  6574. for i = 0, num do
  6575. ArtificialHB.Event:wait()
  6576. end
  6577. end
  6578. end
  6579.  
  6580. function rayCast(Pos, Dir, Max, Ignore)
  6581. return game:service("Workspace"):FindPartOnRay(Ray.new(Pos, Dir.unit * (Max or 999.999)), Ignore)
  6582. end
  6583.  
  6584. Asset = "http://www.roblox.com/asset/?id="
  6585.  
  6586. Sounds = {
  6587. Hit1 = {
  6588. Id = Asset..(199149137)
  6589. },
  6590. Hit2 = {
  6591. Id = Asset..(199149186)
  6592. },
  6593. Hit3 = {
  6594. Id = Asset..(199149221)
  6595. },
  6596. Hit4 = {
  6597. Id = Asset..(199149235)
  6598. },
  6599. Slash1 = {
  6600. Id = Asset..(161006195)
  6601. },
  6602. Slash2 = {
  6603. Id = Asset..(161006212)
  6604. },
  6605. Fire = {
  6606. Id = Asset..(168413145)
  6607. },
  6608. Beam = {
  6609. Id = Asset..(278596476)
  6610. },
  6611. Appear = {
  6612. Id = Asset..(200633077)
  6613. },
  6614. Disappear = {
  6615. Id = Asset..(200633029)
  6616. },
  6617. }
  6618.  
  6619. ContentProvider = game:GetService("ContentProvider")
  6620. for _, v in pairs(Sounds) do
  6621. ContentProvider:Preload(v.Id)
  6622. end
  6623.  
  6624.  
  6625.  
  6626. Damagefunc = function(Part, hit, minim, maxim, knockback, Type, Property, Delay, HitSound, HitPitch)
  6627. if hit.Parent == nil then
  6628. return
  6629. end
  6630. local h = hit.Parent:FindFirstChild("Humanoid")
  6631. for _, v in pairs(hit.Parent:children()) do
  6632. if v:IsA("Humanoid") then
  6633. h = v
  6634. end
  6635. end
  6636. if h ~= nil and hit.Parent.Name ~= Character.Name and hit.Parent:FindFirstChild("Torso") ~= nil then
  6637. if hit.Parent:findFirstChild("DebounceHit") ~= nil then
  6638. if hit.Parent.DebounceHit.Value == true then
  6639. return
  6640. end
  6641. end
  6642. if h.MaxHealth >= math.huge then
  6643. hit:BreakJoints()
  6644. end
  6645. --[[ if game.Players:GetPlayerFromCharacter(hit.Parent)~=nil then
  6646. return
  6647. end]]
  6648. -- hs(hit,1.2)
  6649. local c = Create("ObjectValue"){
  6650. Name = "creator",
  6651. Value = owner,
  6652. Parent = h,
  6653. }
  6654. game:GetService("Debris"):AddItem(c, .5)
  6655. if HitSound ~= nil and HitPitch ~= nil then
  6656. so(HitSound, hit, 1, HitPitch)
  6657. end
  6658. local Damage = math.random(minim, maxim)
  6659. -- h:TakeDamage(Damage)
  6660. local blocked = false
  6661. local block = hit.Parent:findFirstChild("Block")
  6662. if block ~= nil then
  6663. if block.className == "IntValue" then
  6664. if block.Value > 0 then
  6665. blocked = true
  6666. block.Value = block.Value - 1
  6667. print(block.Value)
  6668. end
  6669. end
  6670. end
  6671. if blocked == false then
  6672. -- h:TakeDamage(Damage)
  6673. h.Health = h.Health - Damage
  6674. ShowDamage((Part.CFrame * CFrame.new(0, 0, (Part.Size.Z / 2)).p + Vector3.new(0, 1.5, 0)), -Damage, 1.5, Part.BrickColor.Color)
  6675. else
  6676. h.Health = h.Health - (Damage / 2)
  6677. ShowDamage((Part.CFrame * CFrame.new(0, 0, (Part.Size.Z / 2)).p + Vector3.new(0, 1.5, 0)), -Damage, 1.5, Part.BrickColor.Color)
  6678. end
  6679. if Type == "Knockdown" then
  6680. local hum = hit.Parent.Humanoid
  6681. hum.PlatformStand = true
  6682. coroutine.resume(coroutine.create(function(HHumanoid)
  6683. swait(1)
  6684. HHumanoid.PlatformStand = false
  6685. end), hum)
  6686. local angle = (hit.Position - (Property.Position + Vector3.new(0, 0, 0))).unit
  6687. local bodvol = Create("BodyVelocity"){
  6688. velocity = angle * knockback,
  6689. P = 5000,
  6690. maxForce = Vector3.new(8e+003, 8e+003, 8e+003),
  6691. Parent = hit,
  6692. }
  6693. local rl = Create("BodyAngularVelocity"){
  6694. P = 3000,
  6695. maxTorque = Vector3.new(500000, 500000, 500000) * 50000000000000,
  6696. angularvelocity = Vector3.new(math.random(-10, 10), math.random(-10, 10), math.random(-10, 10)),
  6697. Parent = hit,
  6698. }
  6699. game:GetService("Debris"):AddItem(bodvol, .5)
  6700. game:GetService("Debris"):AddItem(rl, .5)
  6701. elseif Type == "Normal" then
  6702. local vp = Create("BodyVelocity"){
  6703. P = 500,
  6704. maxForce = Vector3.new(math.huge, 0, math.huge),
  6705. velocity = Property.CFrame.lookVector * knockback + Property.Velocity / 1.05,
  6706. }
  6707. if knockback > 0 then
  6708. vp.Parent = hit.Parent.Torso
  6709. end
  6710. game:GetService("Debris"):AddItem(vp, .5)
  6711. elseif Type == "Up" then
  6712. local bodyVelocity = Create("BodyVelocity"){
  6713. velocity = vt(0, 20, 0),
  6714. P = 5000,
  6715. maxForce = Vector3.new(8e+003, 8e+003, 8e+003),
  6716. Parent = hit,
  6717. }
  6718. game:GetService("Debris"):AddItem(bodyVelocity, .5)
  6719. elseif Type == "Snare" then
  6720. local bp = Create("BodyPosition"){
  6721. P = 2000,
  6722. D = 100,
  6723. maxForce = Vector3.new(math.huge, math.huge, math.huge),
  6724. position = hit.Parent.Torso.Position,
  6725. Parent = hit.Parent.Torso,
  6726. }
  6727. game:GetService("Debris"):AddItem(bp, 1)
  6728. elseif Type == "Freeze" then
  6729. local BodPos = Create("BodyPosition"){
  6730. P = 50000,
  6731. D = 1000,
  6732. maxForce = Vector3.new(math.huge, math.huge, math.huge),
  6733. position = hit.Parent.Torso.Position,
  6734. Parent = hit.Parent.Torso,
  6735. }
  6736. local BodGy = Create("BodyGyro") {
  6737. maxTorque = Vector3.new(4e+005, 4e+005, 4e+005) * math.huge ,
  6738. P = 20e+003,
  6739. Parent = hit.Parent.Torso,
  6740. cframe = hit.Parent.Torso.CFrame,
  6741. }
  6742. hit.Parent.Torso.Anchored = true
  6743. coroutine.resume(coroutine.create(function(Part)
  6744. swait(1.5)
  6745. Part.Anchored = false
  6746. end), hit.Parent.Torso)
  6747. game:GetService("Debris"):AddItem(BodPos, 3)
  6748. game:GetService("Debris"):AddItem(BodGy, 3)
  6749. end
  6750. local debounce = Create("BoolValue"){
  6751. Name = "DebounceHit",
  6752. Parent = hit.Parent,
  6753. Value = true,
  6754. }
  6755. game:GetService("Debris"):AddItem(debounce, Delay)
  6756. c = Instance.new("ObjectValue")
  6757. c.Name = "creator"
  6758. c.Value = Player
  6759. c.Parent = h
  6760. game:GetService("Debris"):AddItem(c, .5)
  6761. end
  6762. end
  6763.  
  6764. function ShowDamage(Pos, Text, Time, Color)
  6765. local Rate = (1 / 30)
  6766. local Pos = (Pos or Vector3.new(0, 0, 0))
  6767. local Text = (Text or "")
  6768. local Time = (Time or 2)
  6769. local Color = (Color or Color3.new(1, 0, 0))
  6770. local EffectPart = part("Custom", workspace, "SmoothPlastic", 0, 1, BrickColor.new(Color), "Effect", vt(0, 0, 0))
  6771. EffectPart.Anchored = true
  6772. local BillboardGui = Create("BillboardGui"){
  6773. Size = UDim2.new(3, 0, 3, 0),
  6774. Adornee = EffectPart,
  6775. Parent = EffectPart,
  6776. }
  6777. local TextLabel = Create("TextLabel"){
  6778. BackgroundTransparency = 1,
  6779. Size = UDim2.new(1, 0, 1, 0),
  6780. Text = Text,
  6781. TextColor3 = Color,
  6782. TextScaled = true,
  6783. Font = Enum.Font.ArialBold,
  6784. Parent = BillboardGui,
  6785. }
  6786. game.Debris:AddItem(EffectPart, (Time + 0.1))
  6787. EffectPart.Parent = game:GetService("Workspace")
  6788. delay(0, function()
  6789. local Frames = (Time / Rate)
  6790. for Frame = 1, Frames do
  6791. wait(Rate)
  6792. local Percent = (Frame / Frames)
  6793. EffectPart.CFrame = CFrame.new(Pos) + Vector3.new(0, Percent, 0)
  6794. TextLabel.TextTransparency = Percent
  6795. end
  6796. if EffectPart and EffectPart.Parent then
  6797. EffectPart:Destroy()
  6798. end
  6799. end)
  6800. end
  6801.  
  6802. Handle = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Really red", "Handle", Vector3.new(2.20000005, 0.200000003, 2.20000005))
  6803. Handleweld = weld(m, Character["Torso"], Handle, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.0396080017, -4.09992504, 0.0598115921, 1, -7.6153174e-011, -2.01268858e-006, 8.22890089e-011, 1, 3.084431e-006, 2.01269063e-006, -3.084431e-006, 1))
  6804. mesh("CylinderMesh", Handle, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 0.660000086, 1))
  6805. Part = part(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Really black", "Part", Vector3.new(2.44000006, 0.600000003, 1.44000006))
  6806. Partweld = weld(m, Handle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(5.14984131e-005, 1.62124634e-005, -1.04904175e-005, 1, 1.23146328e-011, 1.07286201e-006, -1.13079598e-011, 1, -1.07284109e-006, -1.07285791e-006, 1.07284109e-006, 1))
  6807. mesh("CylinderMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 0.600000024, 1))
  6808. Layer2Handle = part(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Really black", "Layer2Handle", Vector3.new(0.480000019, 0.200000003, 12.480001062))
  6809. Layer2Handleweld = weld(m, Handle, Layer2Handle, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.000301361084, 2.28881836e-005, -0.000202178955, 1, 2.70082467e-007, -1.75730406e-006, -2.70091959e-007, 1, -8.66388018e-006, 1.7573052e-006, 8.66388655e-006, 1))
  6810. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Really red", "Part", Vector3.new(0.480000019, 2.200000003, 2.720000625))
  6811. Partweld = weld(m, Layer2Handle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(5.14984131e-005, -9.53674316e-007, -2.8800478, 0.999997914, -1.93837602e-011, -1.48245363e-008, 3.90257063e-011, 1, -7.13953341e-011, 1.48336312e-008, 8.91304808e-011, 0.999997914))
  6812. mesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 0.600000024, 1))
  6813. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Really red", "Part", Vector3.new(0.480000019, 2.200000003, 2.720000625))
  6814. Partweld = weld(m, Layer2Handle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(4.19616699e-005, -3.24249268e-005, 2.87992668, 0.999985158, 2.87014509e-012, -1.48093022e-008, 5.66184322e-011, 1, -5.45696821e-012, 1.48470463e-008, 8.04902811e-011, 0.999985158))
  6815. mesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 0.600000024, 1))
  6816. Part = part(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Really black", "Part", Vector3.new(0.480000019, 0.200000003, 12.04000092))
  6817. Partweld = weld(m, Layer2Handle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(1.33514404e-005, -9.53674316e-007, -0.0001039505, 0.999987781, -7.77617137e-011, -1.49125299e-008, 1.16872789e-010, 1, -1.96905603e-010, 1.493936e-008, 2.51930032e-010, 0.999987781))
  6818. mesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 0.600000024, 1))
  6819. mesh("BlockMesh", Layer2Handle, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 0.600000024, 1))
  6820. Layer3Handle = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 1, "Really red", "Layer3Handle", Vector3.new(0.720000029, 0.720000029, 0.200000003))
  6821. Layer3Handleweld = weld(m, Handle, Layer3Handle, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.000802993774, -0.000151634216, 3.05175781e-005, 0.999999404, 4.16033836e-005, 1.96785777e-006, 1.96798396e-006, -2.12107511e-006, -0.999999404, -4.16014955e-005, 1, -2.12118243e-006))
  6822. Part = part(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.480000019, 0.840000391))
  6823. Partweld = weld(m, Layer3Handle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(9.53674316e-007, -0.840223312, 7.5397892, 4.89614176e-005, 5.0135186e-006, 0.999999762, -0.999999046, 1.22189522e-005, 4.8959475e-005, -1.22783813e-005, -0.999998689, 5.01443719e-006))
  6824. mesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.600000024, 1, 1))
  6825. Part = part(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Really black", "Part", Vector3.new(1.20000005, 0.200000003, 0.720000327))
  6826. Partweld = weld(m, Layer3Handle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.000864028931, -6.00814819e-005, -7.59964466, -0.999999404, 9.70068322e-006, 3.31623378e-005, 3.31642768e-005, 4.86649742e-006, 1, 9.70056226e-006, 0.999999404, -4.86679755e-006))
  6827. mesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 0.600000024, 1))
  6828. Part = part(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.480000019, 0.840000391))
  6829. Partweld = weld(m, Layer3Handle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(2.76565552e-005, -0.840137482, 7.54048443, -3.42451713e-005, -5.10578684e-006, -0.99999994, -0.999998927, -1.21146441e-005, 3.4243305e-005, -1.2144611e-005, 0.999998927, -5.10543578e-006))
  6830. mesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.600000024, 1, 1))
  6831. Part = part(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Really black", "Part", Vector3.new(1.20000005, 0.200000003, 0.720000327))
  6832. Partweld = weld(m, Layer3Handle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.000713348389, -0.76565552e-005, -7.6005826, -0.999993503, -9.68569748e-006, 5.00400529e-005, -5.00420938e-005, -4.89724516e-006, -0.999999881, 9.62627109e-006, -0.999993503, 4.89690592e-006))
  6833. mesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 0.600000024, 1))
  6834. Part = part(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.480000019, 0.840000391))
  6835. Partweld = weld(m, Layer3Handle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-7.62939453e-006, -0.838525772, 7.54048347, 3.57801182e-005, 5.10578639e-006, 0.99999994, 0.999999046, 1.0341405e-005, -3.57782446e-005, -1.03266702e-005, 0.999998927, -5.10551126e-006))
  6836. mesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.600000024, 1, 1))
  6837. Part = part(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.480000019, 0.840000391))
  6838. Partweld = weld(m, Layer3Handle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-5.7220459e-006, -0.84022522, 7.53960228, -3.45465851e-005, -1.12046393e-006, -1, 5.82638359e-006, -0.999999225, 1.12023974e-006, -0.999999225, -5.82638404e-006, 3.45446933e-005))
  6839. mesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.600000024, 1, 1))
  6840. Part = part(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.480000019, 0.840000391))
  6841. Partweld = weld(m, Layer3Handle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-2.86102295e-006, -0.839550018, 7.53951263, 3.41143859e-005, 1.04596313e-006, 1, -6.24368704e-006, 0.999999225, -1.04572723e-006, -0.999999225, -6.24369022e-006, 3.41124942e-005))
  6842. mesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.600000024, 1, 1))
  6843. Part = part(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Really black", "Part", Vector3.new(1.20000005, 0.200000003, 0.720000327))
  6844. Partweld = weld(m, Layer3Handle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.000238418579, -9.53674316e-006, -7.59959984, 6.28840098e-006, -0.999999225, 1.09042128e-006, -3.40994848e-005, -1.09065854e-006, -1, 0.999999225, 6.2884028e-006, -3.4097593e-005))
  6845. mesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 0.600000024, 1))
  6846. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0.19999998807907, "Really red", "Part", Vector3.new(0.480000019, 0.480000019, 0.200000003))
  6847. Partweld = weld(m, Layer3Handle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0, 0, 3.81469727e-006, 0.999998808, 7.0078163e-011, 1.9098958e-009, 4.0078163e-011, 0.999998808, 2.42152964e-011, 1.9098958e-009, 2.42152964e-011, 1))
  6848. mesh("SpecialMesh", Part, Enum.MeshType.FileMesh, "http://www.roblox.com/asset/?id=18430887", Vector3.new(0, 0, 0), Vector3.new(6.58200026, 6.58200002, 2.9532001))
  6849. Part = part(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.480000019, 0.840000391))
  6850. Partweld = weld(m, Layer3Handle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(4.00543213e-005, -0.838380814, 7.53930187, -4.74264707e-005, -5.02687499e-006, -0.999999762, 0.999999046, -1.03116026e-005, -4.74245317e-005, -1.0311428e-005, -0.999998808, 5.02768307e-006))
  6851. mesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.600000024, 1, 1))
  6852. Part = part(Enum.FormFactor.Custom, m, Enum.Material.Neon, 0, 0, "Really black", "Part", Vector3.new(0.480000019, 7.480000019, 0.200000003))
  6853. Partweld = weld(m, Layer3Handle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(0, 0, 0, 0.999998808, 7.0078163e-011, 5.9098958e-009, 4.0078163e-011, 0.999998808, 2.42152964e-011, 1.9098958e-009, 2.42152964e-011, 1))
  6854. mesh("SpecialMesh", Part, Enum.MeshType.FileMesh, "http://www.roblox.com/asset/?id=18430887", Vector3.new(0, 0, 0), Vector3.new(6.60000014, 6.60000014, 6.60000014))
  6855. Part = part(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.480000019, 0.840000391))
  6856. Partweld = weld(m, Layer3Handle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(7.62939453e-006, -0.839694977, 7.53992653, -3.91442991e-005, -8.80631774e-007, -0.999993026, 2.27987925e-006, 0.999991357, -8.80696462e-007, 0.999997556, -2.29477519e-006, -3.92767397e-005))
  6857. mesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.600000024, 1, 1))
  6858. Part = part(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Really black", "Part", Vector3.new(1.20000005, 0.200000003, 0.720000327))
  6859. Partweld = weld(m, Layer3Handle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.000235557556, -2.38418579e-005, -7.60028458, 1.50501114e-006, -0.999997199, 8.35720812e-007, 3.47488422e-005, 8.35786693e-007, 1, -0.999997199, -1.50502308e-006, 3.47468304e-005))
  6860. mesh("BlockMesh", Part, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 0.600000024, 1))
  6861. Part = part(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 0, "Really black", "Part", Vector3.new(0.200000003, 0.480000019, 0.840000391))
  6862. Partweld = weld(m, Layer3Handle, Part, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-2.28881836e-005, -0.840080261, 7.54010582, 3.91591857e-005, 8.0613512e-007, 0.999993026, -2.25008012e-006, -0.999991, 8.06197477e-007, 0.999997556, -2.29477519e-006, -3.92916445e-005))
  6863. mesh("SpecialMesh", Part, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.600000024, 1, 1))
  6864. HitboxA = part(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 1, "Really black", "HitboxA", Vector3.new(0.200000003, 2.48000002, 0.840000391))
  6865. HitboxAweld = weld(m, Layer3Handle, HitboxA, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-6.67572021e-006, -0.039557457, 7.53951645, 3.44422551e-005, 1.04596529e-006, 1, -5.90090622e-006, 0.999999225, -1.04573905e-006, -0.999999225, -5.90090895e-006, 3.44403634e-005))
  6866. HitboxB = part(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 1, "Really black", "HitboxB", Vector3.new(0.200000003, 2.48000026, 0.840000391))
  6867. HitboxBweld = weld(m, Layer3Handle, HitboxB, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(9.53674316e-007, -0.0402240753, 7.5397892, 4.89614176e-005, 5.0135186e-006, 0.999999762, -0.999999046, 1.22189522e-005, 4.8959475e-005, -1.22783813e-005, -0.999998689, 5.01443719e-006))
  6868. HitboxC = part(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 1, "Really black", "HitboxC", Vector3.new(0.200000003, 2.28000021, 0.840000391))
  6869. HitboxCweld = weld(m, Layer3Handle, HitboxC, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(2.76565552e-005, 0.0598621368, 7.54048443, -3.42451713e-005, -5.10578684e-006, -0.99999994, -0.999998927, -1.21146441e-005, 3.4243305e-005, -1.2144611e-005, 0.999998927, -5.10543578e-006))
  6870. mesh("SpecialMesh", HitboxC, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.600000024, 1, 1))
  6871. HitboxD = part(Enum.FormFactor.Custom, m, Enum.Material.SmoothPlastic, 0, 1, "Really black", "HitboxD", Vector3.new(0.200000003, 2.28000021, 0.840000391))
  6872. HitboxDweld = weld(m, Layer3Handle, HitboxD, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-2.28881836e-005, 0.0599050522, 7.54010582, 3.91591857e-005, 8.0613512e-007, 0.999993026, -2.25008012e-006, -0.999991, 8.06197477e-007, 0.999997556, -2.29477519e-006, -3.92916445e-005))
  6873. mesh("SpecialMesh", HitboxD, Enum.MeshType.Wedge, "", Vector3.new(0, 0, 0), Vector3.new(0.600000024, 1, 1))
  6874. mesh("SpecialMesh", Layer3Handle, Enum.MeshType.FileMesh, "http://www.roblox.com/asset/?id=18430887", Vector3.new(0, 0, 0), Vector3.new(6, 6, -1.21799994))
  6875.  
  6876. local Lite = Create("PointLight"){
  6877. Parent = Handle,
  6878. Color = BrickColor.new("Really red").Color,
  6879. Shadows = true,
  6880. Range = 20,
  6881. Brightness = 0.5,
  6882. }
  6883.  
  6884. local Spin = Create("Sound"){
  6885. Parent = Handle,
  6886. SoundId = "rbxassetid://143301643",
  6887. Volume = 1,
  6888. Pitch = 1,
  6889. Looped = true,
  6890. }
  6891.  
  6892. local Spin2 = Create("Sound"){
  6893. Parent = Handle,
  6894. SoundId = "rbxassetid://149560784",
  6895. Volume = .7,
  6896. Pitch = .8,
  6897. Looped = true,
  6898. }
  6899.  
  6900. Spin:Play()
  6901.  
  6902. Spin2:Play()
  6903.  
  6904. local PE1 = Create("ParticleEmitter"){
  6905. Parent = Layer3Handle,
  6906. Color = ColorSequence.new(BrickColor.new("Really red").Color),
  6907. Transparency = NumberSequence.new(.5),
  6908. Size = NumberSequence.new(0.2),
  6909. Texture = "rbxassetid://320043786",
  6910. Lifetime = NumberRange.new(1),
  6911. Rate = 200,
  6912. VelocitySpread = 180,
  6913. Rotation = NumberRange.new(-360, 360),
  6914. RotSpeed = NumberRange.new(-180, 180),
  6915. Rotation = NumberRange.new(100),
  6916. Speed = NumberRange.new(10),
  6917. LightEmission = 1000,
  6918. Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 1), NumberSequenceKeypoint.new(0.2, 0), NumberSequenceKeypoint.new(0.8, 0), NumberSequenceKeypoint.new(1, 1)}),
  6919. }
  6920.  
  6921. local PE2 = Create("ParticleEmitter"){
  6922. Parent = Handle,
  6923. Color = ColorSequence.new(BrickColor.new("Really red").Color),
  6924. Transparency = NumberSequence.new(.5),
  6925. Size = NumberSequence.new({NumberSequenceKeypoint.new(0, 2, 0), NumberSequenceKeypoint.new(1, 2, 0)}),
  6926. Texture = "rbxassetid://31727915",
  6927. Lifetime = NumberRange.new(1),
  6928. Rate = 1000,
  6929. VelocitySpread = 30,
  6930. Rotation = NumberRange.new(-360, 360),
  6931. RotSpeed = NumberRange.new(-180, 180),
  6932. Rotation = NumberRange.new(100),
  6933. Speed = NumberRange.new(10),
  6934. LightEmission = 1000,
  6935. EmissionDirection = "Bottom",
  6936. Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 1), NumberSequenceKeypoint.new(0.2, 0), NumberSequenceKeypoint.new(0.8, 0), NumberSequenceKeypoint.new(1, 1)}),
  6937. Enabled = false,
  6938. }
  6939.  
  6940.  
  6941. breakpart=function(part)
  6942.  
  6943. away1 = part.Size.x/4
  6944.  
  6945. away2 = part.Size.z/4
  6946.  
  6947. away3 = part.Size.y/4
  6948.  
  6949. if part.Size.x<=4 and part.Size.z<=4 and part.Size.y<=4 then
  6950. part:Destroy(); return
  6951. end
  6952.  
  6953. if part.Name~="Base" or part.Name~="Baseplate" then
  6954. zx,zy,zz=part.Size.x,part.Size.y,part.Size.z
  6955. local part1,part2,part3,part4,part5,part6,part7,part8 = part:Clone(),part:Clone(),part:Clone(),part:Clone(),part:Clone(),part:Clone(),part:Clone(),part:Clone()
  6956. part1.Size = Vector3.new(part.Size.x/2,part.Size.y,part.Size.z/2)
  6957. part2.Size = Vector3.new(part.Size.x/2,part.Size.y,part.Size.z/2)
  6958. part3.Size = Vector3.new(part.Size.x/2,part.Size.y,part.Size.z/2)
  6959. part4.Size = Vector3.new(part.Size.x/2,part.Size.y,part.Size.z/2)
  6960. part5.Size = Vector3.new(part.Size.x/2,part.Size.y,part.Size.z/2)
  6961. part6.Size = Vector3.new(part.Size.x/2,part.Size.y,part.Size.z/2)
  6962. part7.Size = Vector3.new(part.Size.x/2,part.Size.y,part.Size.z/2)
  6963. part8.Size = Vector3.new(part.Size.x/2,part.Size.y,part.Size.z/2)
  6964. pare1=part.Parent
  6965. --pare2=part.Parent.Parent
  6966. part1.Parent=pare1
  6967. part2.Parent=pare1
  6968. part3.Parent=pare1
  6969. part4.Parent=pare1
  6970. --part5.Parent=pare1
  6971. --part6.Parent=pare1
  6972. --part7.Parent=pare1
  6973. --part8.Parent=pare1
  6974. part1.CFrame=part.CFrame*CFrame.new(-away1,0,-away2)
  6975. part2.CFrame=part.CFrame*CFrame.new(away1,0,-away2)
  6976. part3.CFrame=part.CFrame*CFrame.new(away1,0,away2)
  6977. part4.CFrame=part.CFrame*CFrame.new(-away1,0,away2)
  6978. --part5.CFrame=part.CFrame*CFrame.new(-away1,-away3,-away2)
  6979. --part6.CFrame=part.CFrame*CFrame.new(away1,-away3,-away2)
  6980. --part7.CFrame=part.CFrame*CFrame.new(away1,-away3,away2)
  6981. --part8.CFrame=part.CFrame*CFrame.new(-away1,-away3,away2)
  6982. part.Anchored = false
  6983. part:Destroy()
  6984. else
  6985. zx,zy,zz=part.Size.x,part.Size.y,part.Size.z
  6986. local part1,part2,part3,part4,part5,part6,part7,part8 = part:Clone(),part:Clone(),part:Clone(),part:Clone(),part:Clone(),part:Clone(),part:Clone(),part:Clone()
  6987. part1.Size = Vector3.new(part.Size.x/2,part.Size.y/2,part.Size.z/2)
  6988. part2.Size = Vector3.new(part.Size.x/2,part.Size.y/2,part.Size.z/2)
  6989. part3.Size = Vector3.new(part.Size.x/2,part.Size.y/2,part.Size.z/2)
  6990. part4.Size = Vector3.new(part.Size.x/2,part.Size.y/2,part.Size.z/2)
  6991. part5.Size = Vector3.new(part.Size.x/2,part.Size.y/2,part.Size.z/2)
  6992. part6.Size = Vector3.new(part.Size.x/2,part.Size.y/2,part.Size.z/2)
  6993. part7.Size = Vector3.new(part.Size.x/2,part.Size.y/2,part.Size.z/2)
  6994. part8.Size = Vector3.new(part.Size.x/2,part.Size.y/2,part.Size.z/2)
  6995. pare1=part.Parent
  6996. --pare2=part.Parent.Parent
  6997. part1.Parent=pare1
  6998. part2.Parent=pare1
  6999. part3.Parent=pare1
  7000. part4.Parent=pare1
  7001. part5.Parent=pare1
  7002. part6.Parent=pare1
  7003. part7.Parent=pare1
  7004. part8.Parent=pare1
  7005. part1.CFrame=part.CFrame*CFrame.new(-away1,away3,-away2)
  7006. part2.CFrame=part.CFrame*CFrame.new(away1,away3,-away2)
  7007. part3.CFrame=part.CFrame*CFrame.new(away1,away3,away2)
  7008. part4.CFrame=part.CFrame*CFrame.new(-away1,away3,away2)
  7009. part5.CFrame=part.CFrame*CFrame.new(-away1,-away3,-away2)
  7010. part6.CFrame=part.CFrame*CFrame.new(away1,-away3,-away2)
  7011. part7.CFrame=part.CFrame*CFrame.new(away1,-away3,away2)
  7012. part8.CFrame=part.CFrame*CFrame.new(-away1,-away3,away2)
  7013. part1.Anchored = false
  7014. part2.Anchored = false
  7015. part3.Anchored = false
  7016. part4.Anchored = false
  7017. part5.Anchored = false
  7018. part6.Anchored = false
  7019. part7.Anchored = false
  7020. part8.Anchored = false
  7021. part:Destroy()
  7022. wait(5)
  7023. for i = 1,3 do
  7024. wait(.2)
  7025. part1.Transparency = i
  7026. part2.Transparency = i
  7027. part3.Transparency = i
  7028. part5.Transparency = i
  7029. part6.Transparency = i
  7030. part7.Transparency = i
  7031. part8.Transparency = i
  7032. end
  7033. end
  7034. end
  7035.  
  7036. function Reappear()
  7037. for _, i in pairs(m:children()) do
  7038. if i.Name == "Layer3Handle" then
  7039. Part.Transparency = 1
  7040. coroutine.resume(coroutine.create(function(Part)
  7041. for i = 0, 1, 0.1 do
  7042. swait()
  7043. Part.Transparency = i
  7044. end
  7045. Part.Transparency = 0.5
  7046. end), i)
  7047. end
  7048. end
  7049. end
  7050.  
  7051. function Disappear()
  7052. for _, i in pairs(m:children()) do
  7053. if i.Name == "Layer3Handle" then
  7054. Part.Transparency = .5
  7055. coroutine.resume(coroutine.create(function(Part)
  7056. for i = 0, 1, 0.1 do
  7057. swait()
  7058. Part.Transparency = i
  7059. end
  7060. Part.Transparency = 1
  7061. end), i)
  7062. end
  7063. end
  7064. end
  7065.  
  7066. function attackone()
  7067. attack = true
  7068. local con1 = HitboxA.Touched:connect(function(hit)
  7069. Damagefunc(HitboxA, hit, 10, 30, math.random(1, 5), "Normal", RootPart, .1, "Hit1", 1)
  7070. breakpart(hit)
  7071. end)
  7072. local con2 = HitboxB.Touched:connect(function(hit)
  7073. Damagefunc(HitboxA, hit, 10, 30, math.random(1, 5), "Normal", RootPart, .1, "Hit2", 1)
  7074. breakpart(hit)
  7075. end)
  7076. local con3 = HitboxC.Touched:connect(function(hit)
  7077. Damagefunc(HitboxA, hit, 10, 30, math.random(1, 5), "Normal", RootPart, .1, "Hit3", 1)
  7078. breakpart(hit)
  7079. end)
  7080. local con4 = HitboxD.Touched:connect(function(hit)
  7081. Damagefunc(HitboxA, hit, 10, 30, math.random(1, 5), "Normal", RootPart, .1, "Hit4", 1)
  7082. breakpart(hit)
  7083. end)
  7084.  
  7085. --[[HitboxA.Touched:connect(function(hit)
  7086. if hit.Name == 'Base' then else
  7087. for i = 1,100 do
  7088. breakpart(hit)
  7089. end
  7090. end
  7091. end)
  7092. HitboxB.Touched:connect(function(hit)
  7093. if hit.Name == 'Base' then else
  7094. for i = 1,100 do
  7095. breakpart(hit)
  7096. end
  7097. end
  7098. end)
  7099. HitboxC.Touched:connect(function(hit)
  7100. if hit.Name == 'Base' then else
  7101. for i = 1,100 do
  7102. breakpart(hit)
  7103. end
  7104. end
  7105. end)
  7106. HitboxD.Touched:connect(function(hit)
  7107. if hit.Name == 'Base' then else
  7108. for i = 1,100 do
  7109. breakpart(hit)
  7110. end
  7111. end
  7112. end)]]
  7113.  
  7114.  
  7115. Reappear()
  7116. for i = 0, 1, 0.1 do
  7117. swait()
  7118. RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(-50)), .3)
  7119. Torso.Neck.C0 = clerp(Torso.Neck.C0, necko * angles(math.rad(5), math.rad(0), math.rad(50)), .3)
  7120. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(90), math.rad(0), math.rad(30)), 0.3)
  7121. LW.C0 = clerp(LW.C0, CFrame.new(-1, 0.3, .3) * angles(math.rad(-30), math.rad(0), math.rad(30)), 0.3)
  7122. RH.C0 = clerp(RH.C0, cf(1, -1, 0) * angles(math.rad(0), math.rad(120), math.rad(0)) * angles(math.rad(-3), math.rad(0), math.rad(0)), .3)
  7123. LH.C0 = clerp(LH.C0, cf(-1, -1, 0) * angles(math.rad(0), math.rad(-70), math.rad(0)) * angles(math.rad(-3), math.rad(0), math.rad(0)), .3)
  7124. Handleweld.C0 = clerp(Handleweld.C0, CFrame.new(5, -4, -7) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  7125. Layer2Handleweld.C0 = clerp(Layer2Handleweld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), -5 * i, math.rad(0)), 0.3)
  7126. Layer3Handleweld.C0 = clerp(Layer3Handleweld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), 5 * i, math.rad(0)), 0.3)
  7127. end
  7128. so("Slash1", Handle, 1, 1)
  7129. for i = 0, 1, 0.1 do
  7130. swait()
  7131. RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(50)), .5)
  7132. Torso.Neck.C0 = clerp(Torso.Neck.C0, necko * angles(math.rad(5), math.rad(0), math.rad(-50)), .5)
  7133. RW.C0 = clerp(RW.C0, CFrame.new(1.2, 0.5, -.5) * angles(math.rad(90), math.rad(0), math.rad(-30)), 0.5)
  7134. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-30), math.rad(0), math.rad(-30)), 0.5)
  7135. RH.C0 = clerp(RH.C0, cf(1, -1, 0) * angles(math.rad(0), math.rad(70), math.rad(0)) * angles(math.rad(-3), math.rad(0), math.rad(0)), .5)
  7136. LH.C0 = clerp(LH.C0, cf(-1, -1, 0) * angles(math.rad(0), math.rad(-120), math.rad(0)) * angles(math.rad(-3), math.rad(0), math.rad(0)), .5)
  7137. Handleweld.C0 = clerp(Handleweld.C0, CFrame.new(-2, -4, -8) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  7138. Layer2Handleweld.C0 = clerp(Layer2Handleweld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), -5 * i, math.rad(0)), 0.3)
  7139. Layer3Handleweld.C0 = clerp(Layer3Handleweld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), 5 * i, math.rad(0)), 0.3)
  7140. end
  7141. Disappear()
  7142. con1:disconnect()
  7143. con2:disconnect()
  7144. con3:disconnect()
  7145. con4:disconnect()
  7146. attack = false
  7147. end
  7148.  
  7149.  
  7150. function attacktwo()
  7151. attack = true
  7152. local con1 = HitboxA.Touched:connect(function(hit)
  7153. Damagefunc(HitboxA, hit, 10, 30, math.random(1, 5), "Normal", RootPart, .1, "Hit1", 1)
  7154. breakpart(hit)
  7155. end)
  7156. local con2 = HitboxB.Touched:connect(function(hit)
  7157. Damagefunc(HitboxA, hit, 10, 30, math.random(1, 5), "Normal", RootPart, .1, "Hit2", 1)
  7158. breakpart(hit)
  7159. end)
  7160. local con3 = HitboxC.Touched:connect(function(hit)
  7161. Damagefunc(HitboxA, hit, 10, 30, math.random(1, 5), "Normal", RootPart, .1, "Hit3", 1)
  7162. breakpart(hit)
  7163. end)
  7164. local con4 = HitboxD.Touched:connect(function(hit)
  7165. Damagefunc(HitboxA, hit, 10, 30, math.random(1, 5), "Normal", RootPart, .1, "Hit4", 1)
  7166. breakpart(hit)
  7167. end)
  7168.  
  7169. --[[HitboxA.Touched:connect(function(hit)
  7170. if hit.Name == 'Base' then else
  7171. for i = 1,100 do
  7172. breakpart(hit)
  7173. end
  7174. end
  7175. end)
  7176. HitboxB.Touched:connect(function(hit)
  7177. if hit.Name == 'Base' then else
  7178. for i = 1,100 do
  7179. breakpart(hit)
  7180. end
  7181. end
  7182. end)
  7183. HitboxC.Touched:connect(function(hit)
  7184. if hit.Name == 'Base' then else
  7185. for i = 1,100 do
  7186. breakpart(hit)
  7187. end
  7188. end
  7189. end)
  7190. HitboxD.Touched:connect(function(hit)
  7191. if hit.Name == 'Base' then else
  7192. for i = 1,100 do
  7193. breakpart(hit)
  7194. end
  7195. end
  7196. end)]]
  7197.  
  7198. Reappear()
  7199. for i = 0, 1, 0.1 do
  7200. swait()
  7201. RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
  7202. Torso.Neck.C0 = clerp(Torso.Neck.C0, necko * angles(math.rad(-10), math.rad(0), math.rad(0)), .3)
  7203. RW.C0 = clerp(RW.C0, CFrame.new(1.4, 0.5, -.5) * angles(math.rad(150), math.rad(0), math.rad(0)), 0.3)
  7204. LW.C0 = clerp(LW.C0, CFrame.new(-1.3, 0.3, 0) * angles(math.rad(-30), math.rad(0), math.rad(-30)), 0.3)
  7205. RH.C0 = clerp(RH.C0, cf(1, -1, -.3) * angles(math.rad(0), math.rad(90), math.rad(0)) * angles(math.rad(-3), math.rad(0), math.rad(0)), .3)
  7206. LH.C0 = clerp(LH.C0, cf(-1, -1, .2) * angles(math.rad(0), math.rad(-85), math.rad(0)) * angles(math.rad(-3), math.rad(0), math.rad(0)), .3)
  7207. Handleweld.C0 = clerp(Handleweld.C0, CFrame.new(-4, 10, 0) * angles(math.rad(0), math.rad(0), math.rad(-90)), 0.3)
  7208. Layer2Handleweld.C0 = clerp(Layer2Handleweld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), -5 * i, math.rad(0)), 0.3)
  7209. Layer3Handleweld.C0 = clerp(Layer3Handleweld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), 5 * i, math.rad(0)), 0.3)
  7210. end
  7211. so("Slash2", Handle, 1, 1.2)
  7212. for i = 0, 1, 0.1 do
  7213. swait()
  7214. RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), .5)
  7215. Torso.Neck.C0 = clerp(Torso.Neck.C0, necko * angles(math.rad(10), math.rad(0), math.rad(0)), .5)
  7216. RW.C0 = clerp(RW.C0, CFrame.new(1.2, 0.3, -.5) * angles(math.rad(50), math.rad(0), math.rad(-30)), 0.5)
  7217. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-30), math.rad(0), math.rad(-50)), 0.5)
  7218. RH.C0 = clerp(RH.C0, cf(1, -1, -.3) * angles(math.rad(0), math.rad(90), math.rad(0)) * angles(math.rad(-3), math.rad(0), math.rad(0)), .5)
  7219. LH.C0 = clerp(LH.C0, cf(-1, -1, .2) * angles(math.rad(0), math.rad(-85), math.rad(0)) * angles(math.rad(-3), math.rad(0), math.rad(0)), .5)
  7220. Handleweld.C0 = clerp(Handleweld.C0, CFrame.new(-4, .5, -8) * angles(math.rad(0), math.rad(0), math.rad(-90)), 0.4)
  7221. Layer2Handleweld.C0 = clerp(Layer2Handleweld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), -5 * i, math.rad(0)), 0.3)
  7222. Layer3Handleweld.C0 = clerp(Layer3Handleweld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), 5 * i, math.rad(0)), 0.3)
  7223. end
  7224. Disappear()
  7225. con1:disconnect()
  7226. con2:disconnect()
  7227. con3:disconnect()
  7228. con4:disconnect()
  7229. attack = false
  7230. end
  7231.  
  7232. function attackthree()
  7233. attack = true
  7234. local con1 = HitboxA.Touched:connect(function(hit)
  7235. Damagefunc(HitboxA, hit, 10, 30, math.random(1, 5), "Normal", RootPart, .1, "Hit1", 1)
  7236. breakpart(hit)
  7237. end)
  7238. local con2 = HitboxB.Touched:connect(function(hit)
  7239. Damagefunc(HitboxA, hit, 10, 30, math.random(1, 5), "Normal", RootPart, .1, "Hit2", 1)
  7240. breakpart(hit)
  7241. end)
  7242. local con3 = HitboxC.Touched:connect(function(hit)
  7243. Damagefunc(HitboxA, hit, 10, 30, math.random(1, 5), "Normal", RootPart, .1, "Hit3", 1)
  7244. breakpart(hit)
  7245. end)
  7246. local con4 = HitboxD.Touched:connect(function(hit)
  7247. Damagefunc(HitboxA, hit, 10, 30, math.random(1, 5), "Normal", RootPart, .1, "Hit4", 1)
  7248. breakpart(hit)
  7249. end)
  7250.  
  7251. --[[HitboxA.Touched:connect(function(hit)
  7252. if hit.Name == 'Base' then else
  7253. for i = 1,100 do
  7254. breakpart(hit)
  7255. end
  7256. end
  7257. end)
  7258. HitboxB.Touched:connect(function(hit)
  7259. if hit.Name == 'Base' then else
  7260. for i = 1,100 do
  7261. breakpart(hit)
  7262. end
  7263. end
  7264. end)
  7265. HitboxC.Touched:connect(function(hit)
  7266. if hit.Name == 'Base' then else
  7267. for i = 1,100 do
  7268. breakpart(hit)
  7269. end
  7270. end
  7271. end)
  7272. HitboxD.Touched:connect(function(hit)
  7273. if hit.Name == 'Base' then else
  7274. for i = 1,100 do
  7275. breakpart(hit)
  7276. end
  7277. end
  7278. end)]]
  7279.  
  7280.  
  7281. Reappear()
  7282. for i = 0, 1, 0.1 do
  7283. swait()
  7284. RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(50)), .3)
  7285. Torso.Neck.C0 = clerp(Torso.Neck.C0, necko * angles(math.rad(0), math.rad(0), math.rad(-50)), .3)
  7286. RW.C0 = clerp(RW.C0, CFrame.new(1.4, 0.8, -.5) * angles(math.rad(120), math.rad(0), math.rad(-30)), 0.3)
  7287. LW.C0 = clerp(LW.C0, CFrame.new(-1.3, 0.3, 0) * angles(math.rad(-30), math.rad(0), math.rad(-30)), 0.3)
  7288. RH.C0 = clerp(RH.C0, cf(1, -1, -.3) * angles(math.rad(0), math.rad(70), math.rad(0)) * angles(math.rad(-3), math.rad(0), math.rad(0)), .3)
  7289. LH.C0 = clerp(LH.C0, cf(-1, -1, .2) * angles(math.rad(0), math.rad(-140), math.rad(0)) * angles(math.rad(-3), math.rad(0), math.rad(0)), .3)
  7290. Handleweld.C0 = clerp(Handleweld.C0, CFrame.new(-10, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(-20)), 0.3)
  7291. Layer2Handleweld.C0 = clerp(Layer2Handleweld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), -5 * i, math.rad(0)), 0.3)
  7292. Layer3Handleweld.C0 = clerp(Layer3Handleweld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), 5 * i, math.rad(0)), 0.3)
  7293. end
  7294. so("Slash1", Handle, 1, 1.2)
  7295. for i = 0, 1, 0.1 do
  7296. swait()
  7297. RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(-50)), .5)
  7298. Torso.Neck.C0 = clerp(Torso.Neck.C0, necko * angles(math.rad(10), math.rad(0), math.rad(50)), .5)
  7299. RW.C0 = clerp(RW.C0, CFrame.new(1.4, 0.5, 0) * angles(math.rad(50), math.rad(0), math.rad(30)), 0.5)
  7300. LW.C0 = clerp(LW.C0, CFrame.new(-1.3, 0.3, 0) * angles(math.rad(-30), math.rad(0), math.rad(-30)), 0.5)
  7301. RH.C0 = clerp(RH.C0, cf(1, -1, -.3) * angles(math.rad(0), math.rad(140), math.rad(0)) * angles(math.rad(-3), math.rad(0), math.rad(0)), .5)
  7302. LH.C0 = clerp(LH.C0, cf(-1, -1, .2) * angles(math.rad(0), math.rad(-50), math.rad(0)) * angles(math.rad(-3), math.rad(0), math.rad(0)), .5)
  7303. Handleweld.C0 = clerp(Handleweld.C0, CFrame.new(0, -5, -10) * angles(math.rad(0), math.rad(0), math.rad(-20)), 0.3)
  7304. Layer2Handleweld.C0 = clerp(Layer2Handleweld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), -5 * i, math.rad(0)), 0.3)
  7305. Layer3Handleweld.C0 = clerp(Layer3Handleweld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), 5 * i, math.rad(0)), 0.3)
  7306. end
  7307. Disappear()
  7308. con1:disconnect()
  7309. con2:disconnect()
  7310. con3:disconnect()
  7311. con4:disconnect()
  7312. attack = false
  7313. end
  7314.  
  7315. local hovering = false
  7316.  
  7317. local Hover = false
  7318.  
  7319. local Animator = Humanoid.Animator
  7320.  
  7321. function OnHover()
  7322. so("Appear",Handle,1,1)
  7323. attack = true
  7324. Animator.Parent = nil
  7325. Character.Animate.Disabled = true
  7326. Hover = true
  7327. Humanoid.JumpPower = 0
  7328. Reappear()
  7329. attack = false
  7330. end
  7331.  
  7332. function OffHover()
  7333. so("Disappear",Handle,1,1)
  7334. attack = true
  7335. Animator.Parent = Humanoid
  7336. Character.Animate.Disabled = false
  7337. Hover = false
  7338. Humanoid.JumpPower = 50
  7339. Disappear()
  7340. attack = false
  7341. end
  7342.  
  7343. function MagniDamage(Hit,Part,magni,mindam,maxdam,knock,Type)
  7344. for _,c in pairs(workspace:children()) do
  7345. local hum=c:findFirstChild("Humanoid")
  7346. if hum~=nil then
  7347. local head=c:findFirstChild("Torso")
  7348. if head~=nil then
  7349. local targ=head.Position-Part.Position
  7350. local mag=targ.magnitude
  7351. if mag<=magni and c.Name~=Player.Name then
  7352. Damagefunc(Hit,head,mindam,maxdam,knock,Type,RootPart,.2,"Hit1",1)
  7353. end
  7354. end
  7355. end
  7356. end
  7357. end
  7358.  
  7359. function CylinderEffect(brickcolor,cframe,x1,y1,z1,x3,y3,z3,delay)
  7360. local prt=part(3,Character,"Neon",0,0,brickcolor,"Effect",vt(0.2,0.2,0.2))
  7361. prt.Anchored=true
  7362. prt.CFrame=cframe
  7363. local msh=mesh("CylinderMesh",prt,"","",vt(0,0,0),vt(x1,y1,z1))
  7364. game:GetService("Debris"):AddItem(prt,5)
  7365. Effects[#Effects+1]={prt,"Cylinder",delay,x3,y3,z3} --part, type, delay
  7366. end
  7367.  
  7368. RocketTarget = RootPart
  7369. function ShootCannon(asd)
  7370. local MainPos=asd.Position
  7371. local MainPos2=getMouseHit()
  7372. local MouseLook=cf((MainPos+MainPos2)/2,MainPos2)
  7373. num=30
  7374. coroutine.resume(coroutine.create(function()
  7375. repeat
  7376. wait()
  7377. local hit,pos = rayCast(MainPos,MouseLook.lookVector,10,RocketTarget.Parent)
  7378. local mag=(MainPos-pos).magnitude
  7379. CylinderEffect(BrickColor.new("Really red"),CFrame.new((MainPos+pos)/2,pos)*angles(1.57,0,0),3,mag*5,3,1.5,0,1.5,0.1)
  7380. MainPos=MainPos+(MouseLook.lookVector*10)
  7381. num=num-1
  7382. if hit~=nil then
  7383. num=0
  7384. local ref=part(3,workspace,"Neon",0,1,BrickColor.new("Really red"),"Reference",vt())
  7385. ref.Anchored=true
  7386. ref.CFrame=cf(pos)
  7387. MagniDamage(ref,hit,5,30,50,1,"Normal")
  7388. game:GetService("Debris"):AddItem(ref,5)
  7389. end
  7390. until num<=0
  7391. end))
  7392. end
  7393.  
  7394. function BlastEffect(brickcolor, cframe, x1, y1, z1, x2, y2, z2)
  7395. local prt = part(3, workspace, "SmoothPlastic", 0, 0, brickcolor, "Effect", vt(0.5, 0.5, 0.5))
  7396. prt.Anchored = true
  7397. prt.CFrame = cframe
  7398. local msh = mesh("SpecialMesh", prt, "FileMesh", "http://www.roblox.com/asset/?id=20329976", vt(0, 0, 0), vt(x1, y1, z1))
  7399. coroutine.resume(coroutine.create(function()
  7400. for i = 0, 1, 0.05 do
  7401. wait()
  7402. prt.Transparency = i
  7403. msh.Scale = msh.Scale + vt(x2, y2, z2)
  7404. end
  7405. prt.Parent = nil
  7406. end))
  7407. end
  7408.  
  7409. function BlockEffect(brickcolor,cframe,x1,y1,z1,x3,y3,z3,delay)
  7410. local prt=part(3,workspace,"Neon",0,0,brickcolor,"Effect",vt())
  7411. prt.Anchored=true
  7412. prt.CFrame=cframe
  7413. local msh=mesh("BlockMesh",prt,"","",vt(0,0,0),vt(x1,y1,z1))
  7414. game:GetService("Debris"):AddItem(prt,5)
  7415. table.insert(Effects,{prt,"Block1",delay,x3,y3,z3}) --part, type, delay
  7416. end
  7417.  
  7418. function FireProjectiles()
  7419. attack = true
  7420. so("Appear",Handle,1,1)
  7421. Reappear()
  7422. for i = 0,1,0.1 do
  7423. swait()
  7424. RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
  7425. Torso.Neck.C0 = clerp(Torso.Neck.C0, necko * angles(math.rad(-30), math.rad(0), math.rad(0)), .3)
  7426. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(150), math.rad(0), math.rad(0)), 0.3)
  7427. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(20), math.rad(0), math.rad(-20)), 0.3)
  7428. RH.C0 = clerp(RH.C0, cf(1, -1, 0) * angles(math.rad(0), math.rad(90), math.rad(0)) * angles(math.rad(-5), math.rad(0), math.rad(0)), .3)
  7429. LH.C0 = clerp(LH.C0, cf(-1, -1, 0) * angles(math.rad(0), math.rad(-90), math.rad(0)) * angles(math.rad(-5), math.rad(0), math.rad(0)), .3)
  7430. Handleweld.C0 = clerp(Handleweld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  7431. Layer2Handleweld.C0 = clerp(Layer2Handleweld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), -6*i, math.rad(0)), 0.3)
  7432. Layer3Handleweld.C0 = clerp(Layer3Handleweld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), 6*i, math.rad(0)), 0.3)
  7433. end
  7434. Humanoid.WalkSpeed = 0
  7435. for i = 1,8 do
  7436. ShootCannon(Handle)
  7437. BlockEffect(BrickColor.new("Really red"),Handle.CFrame,.5,.5,.5,.9,.9,.9,0.05)
  7438. so("Beam",Handle,1,1.5)
  7439. for i = 0,1,0.1 do
  7440. swait()
  7441. RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), .5)
  7442. Torso.Neck.C0 = clerp(Torso.Neck.C0, necko * angles(math.rad(0), math.rad(0), math.rad(0)), .5)
  7443. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(85), math.rad(0), math.rad(30)), 0.5)
  7444. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(85), math.rad(0), math.rad(-30)), 0.5)
  7445. RH.C0 = clerp(RH.C0, cf(1, -1, 0) * angles(math.rad(0), math.rad(90), math.rad(0)) * angles(math.rad(-5), math.rad(0), math.rad(0)), .3)
  7446. LH.C0 = clerp(LH.C0, cf(-1, -1, 0) * angles(math.rad(0), math.rad(-90), math.rad(0)) * angles(math.rad(-5), math.rad(0), math.rad(0)), .3)
  7447. Handleweld.C0 = clerp(Handleweld.C0, CFrame.new(0, 1, 0) * angles(math.rad(-90), math.rad(0), math.rad(0)), 0.3)
  7448. Layer2Handleweld.C0 = clerp(Layer2Handleweld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), -6*i, math.rad(0)), 0.3)
  7449. Layer3Handleweld.C0 = clerp(Layer3Handleweld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), 6*i, math.rad(0)), 0.3)
  7450. end
  7451. end
  7452. Disappear()
  7453. so("Disappear",Handle,1,1)
  7454. Humanoid.WalkSpeed = 16
  7455. attack = false
  7456. end
  7457.  
  7458. function EnergyBurst()
  7459. attack = true
  7460. so("Appear",Handle,1,1)
  7461. for i = 0,1,0.1 do
  7462. swait()
  7463. RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(-50)), .3)
  7464. Torso.Neck.C0 = clerp(Torso.Neck.C0, necko * angles(math.rad(0), math.rad(0), math.rad(50)), .3)
  7465. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(0), math.rad(50), math.rad(90)), 0.3)
  7466. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-30), math.rad(0), math.rad(-20)), 0.3)
  7467. RH.C0 = clerp(RH.C0, cf(1, -1, 0) * angles(math.rad(0), math.rad(130), math.rad(0)) * angles(math.rad(-3), math.rad(0), math.rad(0)), .3)
  7468. LH.C0 = clerp(LH.C0, cf(-1, -1, 0) * angles(math.rad(0), math.rad(-70), math.rad(0)) * angles(math.rad(-3), math.rad(0), math.rad(0)), .3)
  7469. Handleweld.C0 = clerp(Handleweld.C0, CFrame.new(10, -4, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  7470. Layer2Handleweld.C0 = clerp(Layer2Handleweld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), -6*i, math.rad(0)), 0.3)
  7471. Layer3Handleweld.C0 = clerp(Layer3Handleweld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), 6*i, math.rad(0)), 0.3)
  7472. end
  7473. Reappear()
  7474. so("Slash1", Handle, 1, 1.2)
  7475. for i = 1,2 do
  7476. for i = 0,1,0.1 do
  7477. swait()
  7478. BlockEffect(BrickColor.new("Really red"),Handle.CFrame,.5,.5,.5,.9,.9,.9,0.05)
  7479. RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(70)), .3)
  7480. Torso.Neck.C0 = clerp(Torso.Neck.C0, necko * angles(math.rad(0), math.rad(0), math.rad(-70)), .3)
  7481. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(0), math.rad(20), math.rad(90)), 0.3)
  7482. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-40), math.rad(0), math.rad(-50)), 0.3)
  7483. RH.C0 = clerp(RH.C0, cf(1, -1, 0) * angles(math.rad(0), math.rad(70), math.rad(0)) * angles(math.rad(-3), math.rad(0), math.rad(0)), .3)
  7484. LH.C0 = clerp(LH.C0, cf(-1, -1, 0) * angles(math.rad(0), math.rad(-130), math.rad(0)) * angles(math.rad(-3), math.rad(0), math.rad(0)), .3)
  7485. Handleweld.C0 = clerp(Handleweld.C0, CFrame.new(15, -4, -7) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  7486. Layer2Handleweld.C0 = clerp(Layer2Handleweld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), -6*i, math.rad(0)), 0.3)
  7487. Layer3Handleweld.C0 = clerp(Layer3Handleweld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), 6*i, math.rad(0)), 0.3)
  7488. end
  7489. end
  7490. Disappear()
  7491. so("Disappear",Handle,1,1)
  7492. so("Fire", Handle, 1, 1.2)
  7493. so("Fire", Handle, 1, .8)
  7494. MagniDamage(Handle,Handle,30,30,50,1,"Knockdown")
  7495. BlastEffect(BrickColor.new("Really red"), Handle.CFrame, .1, .1, .1, 1, 1, 1)
  7496. for i = 1,5 do
  7497. BlockEffect(BrickColor.new("Really red"),Handle.CFrame,1,1,1,5,5,5,0.05)
  7498. end
  7499. attack = false
  7500. end
  7501.  
  7502. function WaveEffect(Part,cframe1,cframe2,Damage,Size)
  7503. coroutine.resume(coroutine.create(function()
  7504. local wave=part(1,workspace,"Neon",0,0,BrickColor.new("Deep orange"),"Effect",vt(3,3,10))
  7505. wave.Anchored=true
  7506. wave.CFrame=Part.CFrame*cframe1
  7507. so("Beam",wave,1,1.3)
  7508. MagniDamage(wave,wave,10,10,30,1,"Normal")
  7509. local Msh = Create("SpecialMesh"){
  7510. Parent = wave,
  7511. MeshType = "Sphere"
  7512. }
  7513. BlockEffect(BrickColor.new("Really red"),wave.CFrame,1,1,1,3,3,3,0.05)
  7514. local PE1 = Create("ParticleEmitter"){
  7515. Parent = wave,
  7516. Color = ColorSequence.new(BrickColor.new("Really red").Color),
  7517. Transparency = NumberSequence.new(.5),
  7518. Size = NumberSequence.new(1),
  7519. Texture = "rbxassetid://249270319",
  7520. Lifetime = NumberRange.new(1),
  7521. Rate = 50,
  7522. VelocitySpread = 180,
  7523. Rotation = NumberRange.new(0),
  7524. Speed = NumberRange.new(5),
  7525. LightEmission = 1000,
  7526. }
  7527. for i=0,1,0.2 do
  7528. wait()
  7529. local dir = wave.CFrame.lookVector*-1
  7530. local pos = rayCast(wave.Position,dir,5,Character)
  7531. wave.CFrame=wave.CFrame*cframe2
  7532. Effects[#Effects+1]={wave,"Cylinder",0.01,.03,.03,.03}
  7533. end
  7534. end))
  7535. end
  7536.  
  7537. function Wave()
  7538. attack = true
  7539. Reappear()
  7540. so("Appear",Handle,1,.8)
  7541. for i = 1,3 do
  7542. for i = 0, 1, 0.1 do
  7543. swait()
  7544. BlockEffect(BrickColor.new("Really red"),Handle.CFrame,.1,.1,.1,1,1,1,0.05)
  7545. RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
  7546. Torso.Neck.C0 = clerp(Torso.Neck.C0, necko * angles(math.rad(-10), math.rad(0), math.rad(0)), .3)
  7547. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.8, 0) * angles(math.rad(150), math.rad(0), math.rad(0)), 0.3)
  7548. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-30), math.rad(0), math.rad(-30)), 0.3)
  7549. RH.C0 = clerp(RH.C0, cf(1, -1, 0) * angles(math.rad(0), math.rad(90), math.rad(0)) * angles(math.rad(-5), math.rad(0), math.rad(0)), .3)
  7550. LH.C0 = clerp(LH.C0, cf(-1, -1, 0) * angles(math.rad(0), math.rad(-90), math.rad(0)) * angles(math.rad(-5), math.rad(0), math.rad(0)), .3)
  7551. Handleweld.C0 = clerp(Handleweld.C0, CFrame.new(-4, 10, 0) * angles(math.rad(0), math.rad(0), math.rad(-90)), 0.4)
  7552. Layer2Handleweld.C0 = clerp(Layer2Handleweld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), -5 * i, math.rad(0)), 0.3)
  7553. Layer3Handleweld.C0 = clerp(Layer3Handleweld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), 5 * i, math.rad(0)), 0.3)
  7554. end
  7555. end
  7556. so("Slash2",Handle,1,.4)
  7557. local inc=-10
  7558. for i=1,8 do
  7559. WaveEffect(Torso,CFrame.new(0,-5,inc)*CFrame.fromEulerAnglesXYZ(-2,0,1.57),CFrame.new(0,0,0.8),10,5)
  7560. inc=inc-7
  7561. end
  7562. for i = 1,2 do
  7563. for i = 0, 1, 0.1 do
  7564. swait()
  7565. BlockEffect(BrickColor.new("Really red"),Handle.CFrame,.1,.1,.1,1,1,1,0.05)
  7566. RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0, 0) * angles(math.rad(10), math.rad(0), math.rad(0)), .5)
  7567. Torso.Neck.C0 = clerp(Torso.Neck.C0, necko * angles(math.rad(-5), math.rad(0), math.rad(0)), .5)
  7568. RW.C0 = clerp(RW.C0, CFrame.new(1.2, 0.4, -.5) * angles(math.rad(50), math.rad(0), math.rad(-20)), 0.5)
  7569. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-50), math.rad(0), math.rad(-50)), 0.5)
  7570. RH.C0 = clerp(RH.C0, cf(1, -1, 0) * angles(math.rad(0), math.rad(90), math.rad(10)) * angles(math.rad(-5), math.rad(0), math.rad(0)), .3)
  7571. LH.C0 = clerp(LH.C0, cf(-1, -1, 0) * angles(math.rad(0), math.rad(-90), math.rad(-10)) * angles(math.rad(-5), math.rad(0), math.rad(0)), .3)
  7572. Handleweld.C0 = clerp(Handleweld.C0, CFrame.new(-4, .5, -10) * angles(math.rad(0), math.rad(0), math.rad(-90)), 0.5)
  7573. Layer2Handleweld.C0 = clerp(Layer2Handleweld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), -5 * i, math.rad(0)), 0.3)
  7574. Layer3Handleweld.C0 = clerp(Layer3Handleweld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), 5 * i, math.rad(0)), 0.3)
  7575. end
  7576. end
  7577. Disappear()
  7578. so("Disappear",Handle,1,.8)
  7579. attack = false
  7580. end
  7581.  
  7582. function LaserBarrage(Prt,Parent)
  7583. attack=true
  7584. --so("BeamLockon",Prt,1,1)
  7585. local efprt=part(3,Parent,"Neon",0,0.5,BrickColor.new("Really red"),"Effect",vt(5,5,5))
  7586. efprt.Anchored=true
  7587. local efmsh=mesh("CylinderMesh",efprt,"","",vt(0,0,0),vt(1,1,1))
  7588. local spread=vt(0,0,0)
  7589. coroutine.resume(coroutine.create(function(Part,Mesh,Spreaded)
  7590. game:GetService("Debris"):AddItem(Part,22)
  7591. local TheHit=getMouseHit()
  7592. local MouseLook=cf((Prt.Position+TheHit)/2,TheHit+Spreaded)
  7593. local hit,pos = rayCast(Prt.Position,MouseLook.lookVector,1000,Parent)
  7594. so("Elec",Prt,0.2,1)
  7595. local tefprt=part(3,workspace,"Neon",0,1,BrickColor.new("Black"),"Effect",vt(0.2,0.2,0.2))
  7596. tefprt.CFrame=cf(pos)
  7597. BlastEffect(BrickColor.new("Really red"),cf(pos),5,5,5,5,3,5,0.07)
  7598. MagicCircle(BrickColor.new("Really red"),cf(pos),5,5,5,5,3,5,0.04)
  7599. BlastEffect(BrickColor.new("Really red"),cf(pos),5,5,5,5,3,5,0.07)
  7600. so("Elec",tefprt,0.3,1)
  7601. game:GetService("Debris"):AddItem(tefprt,22)
  7602. Part.CFrame=CFrame.new((Prt.Position+pos)/2,pos)*angles(1.57,0,0)
  7603. if(hit.Parent:findFirstChild("Humanoid")~= nil)then
  7604. if hit.Parent:FindFirstChild("Humanoid") ~= nil and hit.Name ~= "Base" and hit.Parent.Name ~= Player.Name then
  7605. MagniDamage(efprt,efprt,math.huge,math.huge,math.huge,math.huge,1)
  7606. end
  7607. end
  7608. local mag=(Prt.Position-pos).magnitude
  7609. MagicCylinder(BrickColor.new("Really red"),Part.CFrame,1,mag*5,1,5,5,5,0.25)
  7610. Part.Parent=nil
  7611. end),efprt,efmsh,spread)
  7612. end
  7613.  
  7614. function SuperLaser()
  7615. attack = true
  7616. so("Appear",Handle,1,0.5)
  7617. Humanoid.WalkSpeed = 5
  7618. Reappear()
  7619. for i = 0,1,0.01 do
  7620. swait()
  7621. BlockEffect(BrickColor.new("Really red"),Handle.CFrame,0,0,0,.2,.2,.2,0.25)
  7622.  
  7623. local c = owner.Character
  7624. local radius = 10
  7625. local pos = Handle.CFrame
  7626. local clrz = {'Really black','Really red'};
  7627. for HAAA = 1, 10 do
  7628. for i = 1,1 do
  7629. local clr = clrz[math.random(1,#clrz)]
  7630. pos = Handle.CFrame
  7631. local p = Instance.new('Part',c)
  7632. local mafc,mafa = math.random(-100000,100000), math.random(-360000,360000)
  7633. p.CanCollide = false
  7634. p.FormFactor = 3
  7635. p.Size = Vector3.new(1,1,1)
  7636. local m = Instance.new('SpecialMesh',p)
  7637. m.MeshType = 'Brick'
  7638. spawn(function()
  7639. for i = 0,50 do
  7640. local int,int2 = .02,.02
  7641. m.Scale = m.Scale - Vector3.new(int,int,int)
  7642. p.Transparency = p.Transparency + int2
  7643. game:service'RunService'.Heartbeat:wait()
  7644. end
  7645. pcall(function()
  7646. p:Destroy()
  7647. end)
  7648. end)
  7649. p.BrickColor = BrickColor.new(clr)
  7650. p.Material = 'Neon'
  7651. p.CFrame = pos * CFrame.new(math.random(-radius,radius),math.random(-radius,radius),math.random(-radius,radius)) * CFrame.Angles(mafa,mafa,mafa)
  7652. local bp = Instance.new('BodyPosition',p)
  7653. bp.MaxForce = Vector3.new(1/0,1/0,1/0)
  7654. bp.D = 1000
  7655. bp.P = 10000
  7656. bp.Position = pos.p
  7657. game.Debris:AddItem(p,10)
  7658. end
  7659. end
  7660. wait(.1)
  7661. BlastEffect(BrickColor.new("Really red"),Handle.CFrame,0,0,0,.2,.2,.2,0.01)
  7662. RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), .5)
  7663. Torso.Neck.C0 = clerp(Torso.Neck.C0, necko * angles(math.rad(-5), math.rad(0), math.rad(0)), .5)
  7664. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(85), math.rad(0), math.rad(50)), 0.5)
  7665. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(85), math.rad(0), math.rad(-50)), 0.5)
  7666. RH.C0 = clerp(RH.C0, cf(1, -1, 0) * angles(math.rad(0), math.rad(90), math.rad(0)) * angles(math.rad(-5), math.rad(0), math.rad(0)), .3)
  7667. LH.C0 = clerp(LH.C0, cf(-1, -1, 0) * angles(math.rad(0), math.rad(-90), math.rad(0)) * angles(math.rad(-5), math.rad(0), math.rad(0)), .3)
  7668. Handleweld.C0 = clerp(Handleweld.C0, CFrame.new(0, 1, 0) * angles(math.rad(-90), math.rad(0), math.rad(0)), 0.3)
  7669. Layer2Handleweld.C0 = clerp(Layer2Handleweld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), -6*i, math.rad(0)), 0.3)
  7670. Layer3Handleweld.C0 = clerp(Layer3Handleweld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), 6*i, math.rad(0)), 0.3)
  7671. end
  7672. Humanoid.WalkSpeed = 0
  7673. LaserBarrage(Handle,Character)
  7674. so("Beam",Handle,1,0.8)
  7675. for i = 0,1,0.05 do
  7676. swait()
  7677. RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), .2)
  7678. Torso.Neck.C0 = clerp(Torso.Neck.C0, necko * angles(math.rad(0), math.rad(0), math.rad(0)), .2)
  7679. RW.C0 = clerp(RW.C0, CFrame.new(1.3, 0.5, -.5) * angles(math.rad(85), math.rad(0), math.rad(0)), 0.2)
  7680. LW.C0 = clerp(LW.C0, CFrame.new(-1.3, 0.5, -.5) * angles(math.rad(85), math.rad(0), math.rad(0)), 0.2)
  7681. RH.C0 = clerp(RH.C0, cf(1, -1, 0) * angles(math.rad(0), math.rad(90), math.rad(0)) * angles(math.rad(-5), math.rad(0), math.rad(0)), .2)
  7682. LH.C0 = clerp(LH.C0, cf(-1, -1, 0) * angles(math.rad(0), math.rad(-90), math.rad(0)) * angles(math.rad(-5), math.rad(0), math.rad(0)), .2)
  7683. Handleweld.C0 = clerp(Handleweld.C0, CFrame.new(0, 1, 0) * angles(math.rad(-90), math.rad(0), math.rad(0)), 0.2)
  7684. Layer2Handleweld.C0 = clerp(Layer2Handleweld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), -6*i, math.rad(0)), 0.2)
  7685. Layer3Handleweld.C0 = clerp(Layer3Handleweld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), 6*i, math.rad(0)), 0.2)
  7686. end
  7687. Disappear()
  7688. so("Disappear",Handle,1,.7)
  7689. Humanoid.WalkSpeed = 16
  7690. attack = false
  7691. end
  7692.  
  7693. function MagicCylinder(brickcolor,cframe,x1,y1,z1,x3,y3,z3,delay)
  7694. local prt=part(3,workspace,"Neon",0,0,brickcolor,"Effect",vt(0.2,0.2,0.2))
  7695. prt.Anchored=true
  7696. prt.CFrame=cframe
  7697. msh=mesh("SpecialMesh",prt,"Head","",vt(0,0,0),vt(x1,y1,z1))
  7698. game:GetService("Debris"):AddItem(prt,2)
  7699. coroutine.resume(coroutine.create(function(Part,Mesh)
  7700. for i=0,1,delay do
  7701. swait()
  7702. Part.CFrame=Part.CFrame
  7703. Part.Transparency=i
  7704. Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
  7705. end
  7706. Part.Parent=nil
  7707. end),prt,msh)
  7708. end
  7709.  
  7710. function MagicCircle(brickcolor,cframe,x1,y1,z1,x3,y3,z3,delay)
  7711. local prt=part(3,workspace,"Neon",0,0,brickcolor,"Effect",vt(0.5,0.5,0.5))
  7712. prt.Anchored=true
  7713. prt.CFrame=cframe
  7714. prt.CanCollide = false
  7715. msh=mesh("SpecialMesh",prt,"Sphere","",vt(0,0,0),vt(x1,y1,z1))
  7716. game:GetService("Debris"):AddItem(prt,2)
  7717. coroutine.resume(coroutine.create(function(Part,Mesh)
  7718. for i=0,1,delay do
  7719. swait()
  7720. Part.CFrame=Part.CFrame
  7721. Part.Transparency=i
  7722. Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
  7723. end
  7724. Part.Parent=nil
  7725. end),prt,msh)
  7726. end
  7727.  
  7728.  
  7729. function subtractEnergy(k)
  7730. if Energy>=k then
  7731. Energy=Energy-k
  7732. end
  7733. end
  7734.  
  7735. function updateskills()
  7736. if cooldown1 <= co1 then
  7737. cooldown1 = cooldown1 + 1 / 30
  7738. end
  7739. if cooldown2 <= co2 then
  7740. cooldown2 = cooldown2 + 1 / 30
  7741. end
  7742. if cooldown3 <= co3 then
  7743. cooldown3 = cooldown3 + 1 / 30
  7744. end
  7745. if cooldown4 <= co4 then
  7746. cooldown4 = cooldown4 + 1 / 30
  7747. end
  7748. if Energy<=skill1stam then
  7749. bar4.BackgroundColor3=Color3.new(104/255,104/255,104/255)
  7750. else
  7751. bar4.BackgroundColor3=skillcolorscheme
  7752. end
  7753. if Energy<=skill2stam then
  7754. bar3.BackgroundColor3=Color3.new(104/255,104/255,104/255)
  7755. else
  7756. bar3.BackgroundColor3=skillcolorscheme
  7757. end
  7758. if Energy<=skill3stam then
  7759. bar1.BackgroundColor3=Color3.new(104/255,104/255,104/255)
  7760. else
  7761. bar1.BackgroundColor3=skillcolorscheme
  7762. end
  7763. if Energy<=skill4stam then
  7764. bar2.BackgroundColor3=Color3.new(104/255,104/255,104/255)
  7765. else
  7766. bar2.BackgroundColor3=skillcolorscheme
  7767. end
  7768. if Energy <= maxEnergy then
  7769. Energy = Energy + recovermana / 30
  7770. end
  7771. end
  7772.  
  7773.  
  7774. remote = Instance.new 'RemoteFunction';
  7775. remote.Parent = script;
  7776. remote.OnServerInvoke = function (player, request, ...)
  7777. if (player ~= owner) then
  7778. return error ('You cannot invoke this remote', 0);
  7779. end;
  7780.  
  7781. if (request == 1) then
  7782. local k = ...;
  7783.  
  7784. if attack == false and k == ' ' and Anim == "Jump" and Hover == false then
  7785. hovering = true
  7786. OnHover()
  7787. Humanoid.WalkSpeed = 30
  7788. PE2.Enabled = true
  7789. elseif attack == false and k == ' ' and Hover == true then
  7790. hovering = false
  7791. OffHover()
  7792. Humanoid.WalkSpeed = 16
  7793. PE2.Enabled = false
  7794. PE1.EmissionDirection = "Top"
  7795. elseif attack == false and k == 'q' and Hover == false and cooldown1 >= co1 and Energy>=skill1stam then
  7796. subtractEnergy(skill1stam)
  7797. cooldown1=0
  7798. FireProjectiles()
  7799. elseif attack == false and k == 'e' and Hover == false and cooldown2 >= co2 and Energy>=skill2stam then
  7800. subtractEnergy(skill2stam)
  7801. cooldown2=0
  7802. EnergyBurst()
  7803. elseif attack == false and k == 'r' and Hover == false and cooldown3 >= co3 and Energy>=skill3stam then
  7804. subtractEnergy(skill3stam)
  7805. cooldown3=0
  7806. Wave()
  7807. elseif attack == false and k == 'f' and Hover == false and cooldown4 >= co4 and Energy>=skill4stam then
  7808. subtractEnergy(skill4stam)
  7809. cooldown4=0
  7810. SuperLaser()
  7811. end
  7812. elseif (request == 2) then
  7813.  
  7814. if attack == false and Hover == false and attacktype == 1 then
  7815. attacktype = 2
  7816. attackone()
  7817. elseif attack == false and Hover == false and attacktype == 2 then
  7818. attacktype = 3
  7819. attacktwo()
  7820. elseif attack == false and Hover == false and attacktype == 3 then
  7821. attacktype = 1
  7822. attackthree()
  7823. end
  7824. end;
  7825. end;
  7826. remote.Name = 'ServerRemote';
  7827.  
  7828. function getMouseHit()
  7829. return remote:InvokeClient (owner, 1);
  7830. end;
  7831.  
  7832. local sine = 0
  7833. local change = 1
  7834. local val = 0
  7835. local idle = 0
  7836. local donum = 0
  7837. local donum2 = 0
  7838.  
  7839. while true do
  7840. swait()
  7841. updateskills()
  7842. healthcover:TweenSize(UDim2.new(1 * (Character.Humanoid.Health / Character.Humanoid.MaxHealth), 0, 1, 0), 'Out', 'Quad', .5)
  7843. Energycover:TweenSize(UDim2.new(1 * (Energy / maxEnergy), 0, 1, 0), 'Out', 'Quad', .5)
  7844. bar4:TweenSize(UDim2.new(1 * (cooldown1 / co1), 0, 1, 0), 'Out', 'Quad', .5)
  7845. bar3:TweenSize(UDim2.new(1 * (cooldown2 / co2), 0, 1, 0), 'Out', 'Quad', .5)
  7846. bar1:TweenSize(UDim2.new(1 * (cooldown3 / co3), 0, 1, 0), 'Out', 'Quad', .5)
  7847. bar2:TweenSize(UDim2.new(1 * (cooldown4 / co4), 0, 1, 0), 'Out', 'Quad', .5)
  7848. sine = sine + change
  7849. torvel = (RootPart.Velocity * Vector3.new(1, 0, 1)).magnitude
  7850. velderp = RootPart.Velocity.y
  7851. hitfloor, posfloor = rayCast(RootPart.Position, (CFrame.new(RootPart.Position, RootPart.Position - Vector3.new(0, 1, 0))).lookVector, 4, Character)
  7852. if equipped == true or equipped == false then
  7853. if attack == false then
  7854. idle = idle + 1
  7855. else
  7856. idle = 0
  7857. end
  7858. if idle >= 500 then
  7859. if attack == false then
  7860. end
  7861. end
  7862. if donum2 >= .5 then
  7863. handidle = true
  7864. elseif donum2 <= 0 then
  7865. handidle = false
  7866. end
  7867. if handidle == false then
  7868. donum2 = donum2 + 0.003
  7869. else
  7870. donum2 = donum2 - 0.003
  7871. end
  7872. donum = donum + 0.003
  7873. if RootPart.Velocity.y > 1 and hitfloor == nil then
  7874. Anim = "Jump"
  7875. if attack == false then
  7876. RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0, 0) * angles(math.rad(5), math.rad(0), math.rad(0)), .3)
  7877. Torso.Neck.C0 = clerp(Torso.Neck.C0, necko * angles(math.rad(-10), math.rad(0), math.rad(0)), .3)
  7878. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(30)), 0.3)
  7879. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(-30)), 0.3)
  7880. RH.C0 = clerp(RH.C0, cf(1, -.8, -.5) * angles(math.rad(0), math.rad(90), math.rad(-20)), .3)
  7881. LH.C0 = clerp(LH.C0, cf(-1, -1, -.3) * angles(math.rad(0), math.rad(-90), math.rad(30)), .3)
  7882. Handleweld.C0 = clerp(Handleweld.C0, CFrame.new(0, .5+0.2*math.cos(sine/15), 0) * angles(math.rad(0), math.rad(0), math.rad(20) - donum2 / 1), 0.3)
  7883. Layer2Handleweld.C0 = clerp(Layer2Handleweld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(30) - donum / .01, math.rad(0)), 0.3)
  7884. Layer3Handleweld.C0 = clerp(Layer3Handleweld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(30) + donum / .03, math.rad(0)), 0.3)
  7885. end
  7886. elseif RootPart.Velocity.y < -1 and hitfloor == nil then
  7887. Anim = "Fall"
  7888. if attack == false then
  7889. RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0, 0) * angles(math.rad(-5), math.rad(0), math.rad(0)), .3)
  7890. Torso.Neck.C0 = clerp(Torso.Neck.C0, necko * angles(math.rad(10), math.rad(0), math.rad(0)), .3)
  7891. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(50)), 0.3)
  7892. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(-50)), 0.3)
  7893. RH.C0 = clerp(RH.C0, cf(1, -.7, -.5) * angles(math.rad(0), math.rad(90), math.rad(-20)), .3)
  7894. LH.C0 = clerp(LH.C0, cf(-1, -.9, -.3) * angles(math.rad(0), math.rad(-90), math.rad(30)), .3)
  7895. Handleweld.C0 = clerp(Handleweld.C0, CFrame.new(0, .5+0.2*math.cos(sine/15), 0) * angles(math.rad(0), math.rad(0), math.rad(20) - donum2 / 1), 0.3)
  7896. Layer2Handleweld.C0 = clerp(Layer2Handleweld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(30) - donum / .01, math.rad(0)), 0.3)
  7897. Layer3Handleweld.C0 = clerp(Layer3Handleweld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(30) + donum / .03, math.rad(0)), 0.3)
  7898. elseif attack == false and Hover == true then
  7899. RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0, 5) * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
  7900. Torso.Neck.C0 = clerp(Torso.Neck.C0, necko * angles(math.rad(10), math.rad(0), math.rad(0)), .3)
  7901. RW.C0 = clerp(RW.C0, CFrame.new(1, 0.3, .3) * angles(math.rad(-30), math.rad(0), math.rad(-30)), 0.3)
  7902. LW.C0 = clerp(LW.C0, CFrame.new(-1, 0.3, .3) * angles(math.rad(-30), math.rad(0), math.rad(30)), 0.3)
  7903. RH.C0 = clerp(RH.C0, cf(1, -.8, -.3) * angles(math.rad(0), math.rad(90), math.rad(-30)) * angles(math.rad(3), math.rad(0), math.rad(0)), .3)
  7904. LH.C0 = clerp(LH.C0, cf(-1, -1, 0) * angles(math.rad(0), math.rad(-90), math.rad(40)) * angles(math.rad(2), math.rad(0), math.rad(0)), .3)
  7905. Handleweld.C0 = clerp(Handleweld.C0, CFrame.new(0, -8, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  7906. Layer2Handleweld.C0 = clerp(Layer2Handleweld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(30) - donum / .01, math.rad(0)), 0.3)
  7907. Layer3Handleweld.C0 = clerp(Layer3Handleweld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(30) + donum / .03, math.rad(0)), 0.3)
  7908. end
  7909. elseif torvel < 1 and hitfloor ~= nil then
  7910. Anim = "Idle"
  7911. change = 1
  7912. if attack == false and Hover == false then
  7913. RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(-30)), .3)
  7914. Torso.Neck.C0 = clerp(Torso.Neck.C0, necko * angles(math.rad(5), math.rad(0), math.rad(30)), .3)
  7915. RW.C0 = clerp(RW.C0, CFrame.new(.8, 0.5, -.7) * angles(math.rad(85), math.rad(0), math.rad(-70)), 0.3)
  7916. LW.C0 = clerp(LW.C0, CFrame.new(-.8, 0.5, -.3) * angles(math.rad(70), math.rad(0), math.rad(70)), 0.3)
  7917. RH.C0 = clerp(RH.C0, cf(1, -1, 0) * angles(math.rad(0), math.rad(90), math.rad(0)) * angles(math.rad(-3), math.rad(0), math.rad(0)), .3)
  7918. LH.C0 = clerp(LH.C0, cf(-1, -1, 0) * angles(math.rad(0), math.rad(-70), math.rad(0)) * angles(math.rad(-3), math.rad(0), math.rad(0)), .3)
  7919. Handleweld.C0 = clerp(Handleweld.C0, CFrame.new(0, .5+0.2*math.cos(sine/15), 0) * angles(math.rad(0), math.rad(0), math.rad(20) - donum2 / 1), 0.3)
  7920. Layer2Handleweld.C0 = clerp(Layer2Handleweld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(30) - donum / .01, math.rad(0)), 0.3)
  7921. Layer3Handleweld.C0 = clerp(Layer3Handleweld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(30) + donum / .03, math.rad(0)), 0.3)
  7922. elseif attack == false and Hover == true then
  7923. RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0, 8+2*math.cos(sine/15)) * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
  7924. Torso.Neck.C0 = clerp(Torso.Neck.C0, necko * angles(math.rad(10+3.5*math.cos(sine/15)), math.rad(0), math.rad(0)), .3)
  7925. RW.C0 = clerp(RW.C0, CFrame.new(1, 0.3, .3) * angles(math.rad(-30), math.rad(0), math.rad(-30)), 0.3)
  7926. LW.C0 = clerp(LW.C0, CFrame.new(-1, 0.3, .3) * angles(math.rad(-30), math.rad(0), math.rad(30)), 0.3)
  7927. RH.C0 = clerp(RH.C0, cf(1, -.8, -.3) * angles(math.rad(0), math.rad(90), math.rad(-30)) * angles(math.rad(3), math.rad(0), math.rad(0)), .3)
  7928. LH.C0 = clerp(LH.C0, cf(-1, -1, 0) * angles(math.rad(0), math.rad(-90), math.rad(40)) * angles(math.rad(2), math.rad(0), math.rad(0)), .3)
  7929. Handleweld.C0 = clerp(Handleweld.C0, CFrame.new(0, -8, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  7930. Layer2Handleweld.C0 = clerp(Layer2Handleweld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(30) - donum / .01, math.rad(0)), 0.3)
  7931. Layer3Handleweld.C0 = clerp(Layer3Handleweld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(30) + donum / .03, math.rad(0)), 0.3)
  7932. end
  7933. elseif torvel > 2 and hitfloor ~= nil then
  7934. Anim = "Walk"
  7935. if attack == false and Hover == false then
  7936. change = 1
  7937. RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0, 0) * angles(math.rad(5), math.rad(0), math.rad(0)), .3)
  7938. Torso.Neck.C0 = clerp(Torso.Neck.C0, necko * angles(math.rad(5), math.rad(0), math.rad(0)), .3)
  7939. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(40) * math.cos(sine / 7), math.rad(0), math.rad(5)), 0.3)
  7940. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-40) * math.cos(sine / 7), math.rad(0), math.rad(-5)), 0.3)
  7941. RH.C0 = clerp(RH.C0, cf(1, -1, 0) * angles(math.rad(0), math.rad(90), math.rad(0)) * angles(math.rad(-2), math.rad(0), math.rad(0)), .3)
  7942. LH.C0 = clerp(LH.C0, cf(-1, -1, 0) * angles(math.rad(0), math.rad(-90), math.rad(0)) * angles(math.rad(-2), math.rad(0), math.rad(0)), .3)
  7943. Handleweld.C0 = clerp(Handleweld.C0, CFrame.new(0, .5+0.2*math.cos(sine/15), 0) * angles(math.rad(20), math.rad(0), math.rad(20) - donum2 / 1), 0.3)
  7944. Layer2Handleweld.C0 = clerp(Layer2Handleweld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(30) - donum / .01, math.rad(0)), 0.3)
  7945. Layer3Handleweld.C0 = clerp(Layer3Handleweld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(30) + donum / .03, math.rad(0)), 0.3)
  7946. elseif attack == false and Hover == true then
  7947. change = 1
  7948. RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0, 8+2*math.cos(sine/15)) * angles(math.rad(30+3.5*math.cos(sine/15)), math.rad(0), math.rad(0)), .3)
  7949. Torso.Neck.C0 = clerp(Torso.Neck.C0, necko * angles(math.rad(-15-3.5*math.cos(sine/15)), math.rad(0), math.rad(0)), .3)
  7950. RW.C0 = clerp(RW.C0, CFrame.new(1.4, 0.45, 0) * angles(math.rad(-30), math.rad(0), math.rad(30)), 0.3)
  7951. LW.C0 = clerp(LW.C0, CFrame.new(-1.4, 0.45, 0) * angles(math.rad(-30), math.rad(0), math.rad(-30)), 0.3)
  7952. RH.C0 = clerp(RH.C0, cf(1, -.8, -.3) * angles(math.rad(0), math.rad(90), math.rad(-30)) * angles(math.rad(5), math.rad(0), math.rad(0)), .3)
  7953. LH.C0 = clerp(LH.C0, cf(-1, -1, 0) * angles(math.rad(0), math.rad(-90), math.rad(40)) * angles(math.rad(3), math.rad(0), math.rad(0)), .3)
  7954. Handleweld.C0 = clerp(Handleweld.C0, CFrame.new(0, -8, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  7955. Layer2Handleweld.C0 = clerp(Layer2Handleweld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(30) - donum / .008, math.rad(0)), 0.3)
  7956. Layer3Handleweld.C0 = clerp(Layer3Handleweld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(30) + donum / .009, math.rad(0)), 0.3)
  7957. end
  7958. end
  7959. end
  7960. if #Effects > 0 then
  7961. for e = 1, #Effects do
  7962. if Effects[e] ~= nil then
  7963. local Thing = Effects[e]
  7964. if Thing ~= nil then
  7965. local Part = Thing[1]
  7966. local Mode = Thing[2]
  7967. local Delay = Thing[3]
  7968. local IncX = Thing[4]
  7969. local IncY = Thing[5]
  7970. local IncZ = Thing[6]
  7971. if Thing[1].Transparency <= 1 then
  7972. if Thing[2] == "Block1" then
  7973. Thing[1].CFrame = Thing[1].CFrame * euler(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50))
  7974. Mesh = Thing[1].Mesh
  7975. Mesh.Scale = Mesh.Scale + vt(Thing[4], Thing[5], Thing[6])
  7976. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  7977. elseif Thing[2] == "Cylinder" then
  7978. Mesh = Thing[1].Mesh
  7979. Mesh.Scale = Mesh.Scale + vt(Thing[4], Thing[5], Thing[6])
  7980. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  7981. elseif Thing[2] == "Blood" then
  7982. Mesh = Thing[7]
  7983. Thing[1].CFrame = Thing[1].CFrame * cf(0, .5, 0)
  7984. Mesh.Scale = Mesh.Scale + vt(Thing[4], Thing[5], Thing[6])
  7985. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  7986. elseif Thing[2] == "Elec" then
  7987. Mesh = Thing[1].Mesh
  7988. Mesh.Scale = Mesh.Scale + vt(Thing[7], Thing[8], Thing[9])
  7989. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  7990. elseif Thing[2] == "Disappear" then
  7991. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  7992. end
  7993. else
  7994. Part.Parent = nil
  7995. table.remove(Effects, e)
  7996. end
  7997. end
  7998. end
  7999. end
  8000. end
  8001. end
  8002. ]==], owner.Character):WaitForChild 'ServerRemote';
  8003.  
  8004. mouse = owner:GetMouse ();
  8005.  
  8006. mouse.KeyDown:connect(function(k)
  8007. k = k:lower()
  8008.  
  8009. remote:InvokeServer (1, k);
  8010. end)
  8011.  
  8012. mouse.Button1Down:connect(function()
  8013. remote:InvokeServer (2);
  8014. end)
  8015.  
  8016. remote.OnClientInvoke = function (request, ...)
  8017. if (request == 1) then
  8018. return mouse.Hit.p;
  8019. end;
  8020. end;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement