Advertisement
JacksoMykalJunior

WAFS

Mar 2nd, 2019
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 201.70 KB | None | 0 0
  1. -- This script has been converted to FE by iPxter
  2.  
  3.  
  4. if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
  5. local Player,Mouse,mouse,UserInputService,ContextActionService = owner
  6. do
  7. print("FE Compatibility code by Mokiros | Translated to FE by iPxter")
  8. script.Parent = Player.Character
  9.  
  10. --RemoteEvent for communicating
  11. local Event = Instance.new("RemoteEvent")
  12. Event.Name = "UserInput_Event"
  13.  
  14. --Fake event to make stuff like Mouse.KeyDown work
  15. local function fakeEvent()
  16. local t = {_fakeEvent=true,Connect=function(self,f)self.Function=f end}
  17. t.connect = t.Connect
  18. return t
  19. end
  20.  
  21. --Creating fake input objects with fake variables
  22. local m = {Target=nil,Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent()}
  23. local UIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()}
  24. local CAS = {Actions={},BindAction=function(self,name,fun,touch,...)
  25. CAS.Actions[name] = fun and {Name=name,Function=fun,Keys={...}} or nil
  26. end}
  27. --Merged 2 functions into one by checking amount of arguments
  28. CAS.UnbindAction = CAS.BindAction
  29.  
  30. --This function will trigger the events that have been :Connect()'ed
  31. local function te(self,ev,...)
  32. local t = m[ev]
  33. if t and t._fakeEvent and t.Function then
  34. t.Function(...)
  35. end
  36. end
  37. m.TrigEvent = te
  38. UIS.TrigEvent = te
  39.  
  40. Event.OnServerEvent:Connect(function(plr,io)
  41. if plr~=Player then return end
  42. if io.isMouse then
  43. m.Target = io.Target
  44. m.Hit = io.Hit
  45. else
  46. local b = io.UserInputState == Enum.UserInputState.Begin
  47. if io.UserInputType == Enum.UserInputType.MouseButton1 then
  48. return m:TrigEvent(b and "Button1Down" or "Button1Up")
  49. end
  50. for _,t in pairs(CAS.Actions) do
  51. for _,k in pairs(t.Keys) do
  52. if k==io.KeyCode then
  53. t.Function(t.Name,io.UserInputState,io)
  54. end
  55. end
  56. end
  57. m:TrigEvent(b and "KeyDown" or "KeyUp",io.KeyCode.Name:lower())
  58. UIS:TrigEvent(b and "InputBegan" or "InputEnded",io,false)
  59. end
  60. end)
  61. Event.Parent = NLS([==[
  62. local Player = game:GetService("Players").Red_Jack142
  63. local Event = script:WaitForChild("UserInput_Event")
  64.  
  65. local UIS = game:GetService("UserInputService")
  66. local input = function(io,a)
  67. if a then return end
  68. --Since InputObject is a client-side instance, we create and pass table instead
  69. Event:FireServer({KeyCode=io.KeyCode,UserInputType=io.UserInputType,UserInputState=io.UserInputState})
  70. end
  71. UIS.InputBegan:Connect(input)
  72. UIS.InputEnded:Connect(input)
  73.  
  74. local Mouse = Player:GetMouse()
  75. local h,t
  76. --Give the server mouse data 30 times every second, but only if the values changed
  77. --If player is not moving their mouse, client won't fire events
  78. while wait(1/30) do
  79. if h~=Mouse.Hit or t~=Mouse.Target then
  80. h,t=Mouse.Hit,Mouse.Target
  81. Event:FireServer({isMouse=true,Target=t,Hit=h})
  82. end
  83. end]==],Player.Character)
  84. Mouse,mouse,UserInputService,ContextActionService = m,m,UIS,CAS
  85. end
  86.  
  87. -----------------------------------------------------------------
  88. Player=game:GetService("Players").Red_Jack142
  89. -----------------------------------------------------------------
  90. local p = Red_Jack142
  91. local char = p.Character
  92. local larm = char["Left Arm"]
  93. local rarm = char["Right Arm"]
  94. local lleg = char["Left Leg"]
  95. local rleg = char["Right Leg"]
  96. local hed = char.Head
  97. local torso = char.Torso
  98. z = Instance.new("Sound", torso)
  99. z.SoundId = "rbxassetid://206153677" -- Put Music ID Here.
  100. z.Looped = true
  101. z.Pitch = 0.73
  102. z.Volume = 1
  103. wait(.1)
  104. z:Play()
  105. local hum = char.Humanoid
  106. local cam = game.Workspace.CurrentCamera
  107. local root = char.HumanoidRootPart
  108. local deb = false
  109. local shot = 0
  110. local stanceToggle = "Normal"
  111. local l = game:GetService("Lighting")
  112. local runs = game:GetService("RunService")
  113. local debris=game:service"Debris"
  114. local rs = runs.RenderStepped
  115. local hb = runs.Heartbeat
  116. local step = runs.Stepped
  117. local stanceToggle = "Normal"
  118. math.randomseed(os.time())
  119. pts = {0.8, 0.85, 0.9, 0.95, 1, 1.05, 1.1}
  120. ptz = {0.75, 0.8, 0.85, 0.9, 0.95, 1}
  121. idz = {"231917856", "231917863"}
  122. ----------------------------------------------------
  123. --[[for i,v in pairs(char:children()) do
  124. if v:IsA("Hat") then
  125. v:Destroy()
  126. end
  127. end]]--
  128. for i,v in pairs (hed:GetChildren()) do
  129. if v:IsA("Sound") then
  130. v:Destroy()
  131. end
  132. end
  133. ----------------------------------------------------
  134. Debounces = {
  135. CanAttack = true;
  136. CanJoke = true;
  137. NoIdl = false;
  138. Slashing = false;
  139. Slashed = false;
  140. ks = false;
  141. RKick = false;
  142. RKicked = false;
  143. }
  144. ----------------------------------------------------
  145. function weld5(part0, part1, c0, c1)
  146. weeld=Instance.new("Weld", part0)
  147. weeld.Part0=part0
  148. weeld.Part1=part1
  149. weeld.C0=c0
  150. weeld.C1=c1
  151. return weeld
  152. end
  153. ----------------------------------------------------
  154. function lerp(a, b, t) -- Linear interpolation
  155. return a + (b - a)*t
  156. end
  157.  
  158. function slerp(a, b, t) --Spherical interpolation
  159. dot = a:Dot(b)
  160. if dot > 0.99999 or dot < -0.99999 then
  161. return t <= 0.5 and a or b
  162. else
  163. r = math.acos(dot)
  164. return (a*math.sin((1 - t)*r) + b*math.sin(t*r)) / math.sin(r)
  165. end
  166. end
  167.  
  168. function matrixInterpolate(a, b, t)
  169. local ax, ay, az, a00, a01, a02, a10, a11, a12, a20, a21, a22 = a:components()
  170. local bx, by, bz, b00, b01, b02, b10, b11, b12, b20, b21, b22 = b:components()
  171. local v0 = lerp(Vector3.new(ax, ay, az), Vector3.new(bx , by , bz), t) -- Position
  172. local v1 = slerp(Vector3.new(a00, a01, a02), Vector3.new(b00, b01, b02), t) -- Vector right
  173. local v2 = slerp(Vector3.new(a10, a11, a12), Vector3.new(b10, b11, b12), t) -- Vector up
  174. local v3 = slerp(Vector3.new(a20, a21, a22), Vector3.new(b20, b21, b22), t) -- Vector back
  175. local t = v1:Dot(v2)
  176. if not (t < 0 or t == 0 or t > 0) then -- Failsafe
  177. return CFrame.new()
  178. end
  179. return CFrame.new(
  180. v0.x, v0.y, v0.z,
  181. v1.x, v1.y, v1.z,
  182. v2.x, v2.y, v2.z,
  183. v3.x, v3.y, v3.z)
  184. end
  185. ----------------------------------------------------
  186. function genWeld(a,b)
  187. local w = Instance.new("Weld",a)
  188. w.Part0 = a
  189. w.Part1 = b
  190. return w
  191. end
  192. function weld(a, b)
  193. local weld = Instance.new("Weld")
  194. weld.Name = "W"
  195. weld.Part0 = a
  196. weld.Part1 = b
  197. weld.C0 = a.CFrame:inverse() * b.CFrame
  198. weld.Parent = a
  199. return weld;
  200. end
  201. ----------------------------------------------------
  202. function Lerp(c1,c2,al)
  203. local com1 = {c1.X,c1.Y,c1.Z,c1:toEulerAnglesXYZ()}
  204. local com2 = {c2.X,c2.Y,c2.Z,c2:toEulerAnglesXYZ()}
  205. for i,v in pairs(com1) do
  206. com1[i] = v+(com2[i]-v)*al
  207. end
  208. return CFrame.new(com1[1],com1[2],com1[3]) * CFrame.Angles(select(4,unpack(com1)))
  209. end
  210. ----------------------------------------------------
  211. newWeld = function(wp0, wp1, wc0x, wc0y, wc0z)
  212. local wld = Instance.new("Weld", wp1)
  213. wld.Part0 = wp0
  214. wld.Part1 = wp1
  215. wld.C0 = CFrame.new(wc0x, wc0y, wc0z)
  216. end
  217. ----------------------------------------------------
  218. function Tween(a,b,c)
  219. return a+(b-a)*c
  220. end
  221. ----------------------------------------------------
  222. function NewPart(prnt,siz,cf,col,mat)
  223. local prt=Instance.new("Part")
  224. prt.Parent=prnt
  225. prt.FormFactor=3
  226. prt.Name="Part"
  227. prt.Size=siz
  228. prt.CanCollide=false
  229. prt.Anchored=true
  230. prt.Locked=true
  231. prt.TopSurface=10
  232. prt.BottomSurface=10
  233. prt.FrontSurface=10
  234. prt.BackSurface=10
  235. prt.LeftSurface=10
  236. prt.RightSurface=10
  237. prt:BreakJoints()
  238. prt.CFrame=cf or CFrame.new(30,10,30)
  239. prt.Material=mat
  240. prt.BrickColor=BrickColor.new(col)
  241. m=Instance.new("SpecialMesh",prt)
  242. m.MeshType=6
  243. return prt
  244. end
  245. ----------------------------------------------------
  246. newWeld(torso, larm, -1.5, 0.5, 0)
  247. larm.Weld.C1 = CFrame.new(0, 0.5, 0)
  248. newWeld(torso, rarm, 1.5, 0.5, 0)
  249. rarm.Weld.C1 = CFrame.new(0, 0.5, 0)
  250. newWeld(torso, hed, 0, 1.5, 0)
  251. newWeld(torso, lleg, -0.5, -1, 0)
  252. lleg.Weld.C1 = CFrame.new(0, 1, 0)
  253. newWeld(torso, rleg, 0.5, -1, 0)
  254. rleg.Weld.C1 = CFrame.new(0, 1, 0)
  255. newWeld(root, torso, 0, -1, 0)
  256. torso.Weld.C1 = CFrame.new(0, -1, 0)
  257. ----------------------------------------------------
  258. z = Instance.new("Sound",char)
  259. z.SoundId = "rbxassetid://343691920"
  260. z.Looped = true
  261. z.Volume = 1
  262. z.Pitch = 1
  263. wait(1)
  264. --z:Play()
  265. ----------------------------------------------------
  266. local m = Instance.new("Model")
  267. m.Name = "Sword"
  268. p1 = Instance.new("Part", m)
  269. p1.BrickColor = BrickColor.new("Dark Indigo")
  270. p1.Material = Enum.Material.SmoothPlastic
  271. p1.Reflectance = 0.30000001192093
  272. p1.CFrame = CFrame.new(0.0817779973, 16.9978428, 24.1231575, 4.35829861e-008, -3.15302451e-010, -1, -1.2260136e-008, 1.00000417, -2.07065101e-010, 1.00000417, 1.22591297e-008, 4.31318767e-008)
  273. p1.CanCollide = false
  274. p1.Locked = true
  275. p1.FormFactor = Enum.FormFactor.Custom
  276. p1.Size = Vector3.new(0.341090173, 0.341090739, 0.341090739)
  277. p1.BottomSurface = Enum.SurfaceType.Smooth
  278. p1.TopSurface = Enum.SurfaceType.Smooth
  279. b1 = Instance.new("SpecialMesh", p1)
  280. b1.MeshId = "http://www.roblox.com/asset/?id=3270017"
  281. b1.TextureId = ""
  282. b1.MeshType = Enum.MeshType.FileMesh
  283. b1.Name = "Mesh"
  284. b1.Scale = Vector3.new(0.0455113538, 0.0455114096, 0.0682672113)
  285. p2 = Instance.new("Part", m)
  286. p2.BrickColor = BrickColor.new("Dark Indigo")
  287. p2.Material = Enum.Material.SmoothPlastic
  288. p2.Reflectance = 0.30000001192093
  289. p2.CFrame = CFrame.new(-0.091170989, 17.6237793, 24.1108494, 4.40342767e-008, -4.2354209e-010, -1, -1.22612445e-008, 1.00001252, -9.88276266e-011, 1.00001252, 1.22582255e-008, 4.2680945e-008)
  290. p2.CanCollide = false
  291. p2.Locked = true
  292. p2.FormFactor = Enum.FormFactor.Custom
  293. p2.Size = Vector3.new(0.341090173, 0.341090739, 0.341090739)
  294. p2.BottomSurface = Enum.SurfaceType.Smooth
  295. p2.TopSurface = Enum.SurfaceType.Smooth
  296. b2 = Instance.new("SpecialMesh", p2)
  297. b2.MeshId = "http://www.roblox.com/asset/?id=3270017"
  298. b2.TextureId = ""
  299. b2.MeshType = Enum.MeshType.FileMesh
  300. b2.Name = "Mesh"
  301. b2.Scale = Vector3.new(0.0455113538, 0.0455114096, 0.0682672113)
  302. p3 = Instance.new("Part", m)
  303. p3.BrickColor = BrickColor.new("Dark Indigo")
  304. p3.Material = Enum.Material.SmoothPlastic
  305. p3.Reflectance = 0.30000001192093
  306. p3.CFrame = CFrame.new(-0.001290977, 17.3269539, 23.416975, -1, -5.31782618e-010, -7.71617437e-010, 9.4117214e-012, 1.00002086, 1.22623529e-008, -1.49195145e-009, 1.22573214e-008, -1.00002086)
  307. p3.CanCollide = false
  308. p3.Locked = true
  309. p3.FormFactor = Enum.FormFactor.Custom
  310. p3.Size = Vector3.new(0.341090173, 0.341090739, 0.341090739)
  311. p3.BottomSurface = Enum.SurfaceType.Smooth
  312. p3.TopSurface = Enum.SurfaceType.Smooth
  313. b3 = Instance.new("SpecialMesh", p3)
  314. b3.MeshId = "http://www.roblox.com/asset/?id=3270017"
  315. b3.TextureId = ""
  316. b3.MeshType = Enum.MeshType.FileMesh
  317. b3.Name = "Mesh"
  318. b3.Scale = Vector3.new(0.204801083, 0.204801321, 0.136534423)
  319. p4 = Instance.new("Part", m)
  320. p4.BrickColor = BrickColor.new("Black")
  321. p4.CFrame = CFrame.new(-0.00478596753, 17.3274307, 23.980545, 1, -1.23001165e-009, -6.40024533e-010, -1.1765143e-010, 1.22634614e-008, 1.00002921, 1.95034877e-009, -1.00002921, 1.22564172e-008)
  322. p4.CanCollide = false
  323. p4.Locked = true
  324. p4.FormFactor = Enum.FormFactor.Custom
  325. p4.Size = Vector3.new(0.341090173, 0.341090739, 0.341090739)
  326. p4.TopSurface = Enum.SurfaceType.Weld
  327. b4 = Instance.new("SpecialMesh", p4)
  328. b4.MeshId = "http://www.roblox.com/asset/?id=1033714"
  329. b4.TextureId = ""
  330. b4.MeshType = Enum.MeshType.FileMesh
  331. b4.Name = "Mesh"
  332. b4.VertexColor = Vector3.new(0, 0.899999976, 0.699999988)
  333. b4.Scale = Vector3.new(0.0455113538, 0.455114096, 0.0455114767)
  334. p5 = Instance.new("Part", m)
  335. p5.BrickColor = BrickColor.new("Really black")
  336. p5.Material = Enum.Material.Neon
  337. p5.Reflectance = 0.5
  338. p5.Transparency = 0.0099999997764826
  339. p5.CFrame = CFrame.new(-0.00582695846, 17.0333862, 24.0054722, -1, -3.17473727e-008, 8.22757613e-008, -8.72001635e-008, 0.342033029, -0.939727962, -2.40875098e-009, -0.939727962, -0.342033029)
  340. p5.CanCollide = false
  341. p5.Locked = true
  342. p5.FormFactor = Enum.FormFactor.Custom
  343. p5.Size = Vector3.new(0.341090173, 0.341090739, 0.341090739)
  344. b5 = Instance.new("SpecialMesh", p5)
  345. b5.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  346. b5.TextureId = ""
  347. b5.MeshType = Enum.MeshType.FileMesh
  348. b5.Name = "Mesh"
  349. b5.Scale = Vector3.new(0.0606827289, 0.151704669, 0.0606819652)
  350. p6 = Instance.new("Part", m)
  351. p6.BrickColor = BrickColor.new("Dark Indigo")
  352. p6.Material = Enum.Material.SmoothPlastic
  353. p6.Reflectance = 0.30000001192093
  354. p6.CFrame = CFrame.new(-0.0911659524, 17.3251324, 24.1947174, 4.58651641e-008, -8.57646398e-010, -1, 0, 1.00004601, 3.3526959e-010, 1.00004601, 0, 4.08515106e-008)
  355. p6.CanCollide = false
  356. p6.Locked = true
  357. p6.FormFactor = Enum.FormFactor.Custom
  358. p6.Size = Vector3.new(0.341090173, 0.341090739, 0.341090739)
  359. p6.BottomSurface = Enum.SurfaceType.Smooth
  360. p6.TopSurface = Enum.SurfaceType.Smooth
  361. b6 = Instance.new("SpecialMesh", p6)
  362. b6.MeshId = "http://www.roblox.com/asset/?id=3270017"
  363. b6.TextureId = ""
  364. b6.MeshType = Enum.MeshType.FileMesh
  365. b6.Name = "Mesh"
  366. b6.Scale = Vector3.new(0.0455113538, 0.0455114096, 0.0682672113)
  367. p7 = Instance.new("Part", m)
  368. p7.BrickColor = BrickColor.new("Dark Indigo")
  369. p7.Material = Enum.Material.SmoothPlastic
  370. p7.Reflectance = 0.30000001192093
  371. p7.CFrame = CFrame.new(-0.00128895044, 17.3275337, 23.4541702, -1, -9.6589059e-010, -2.60252264e-009, 4.43512033e-010, 1.00005436, 1.00633792e-012, -3.32286376e-009, -1.006348e-012, -1.00005436)
  372. p7.CanCollide = false
  373. p7.Locked = true
  374. p7.FormFactor = Enum.FormFactor.Custom
  375. p7.Size = Vector3.new(0.341090173, 0.341090739, 0.341090739)
  376. p7.BottomSurface = Enum.SurfaceType.Smooth
  377. p7.TopSurface = Enum.SurfaceType.Smooth
  378. b7 = Instance.new("SpecialMesh", p7)
  379. b7.MeshId = "http://www.roblox.com/asset/?id=3270017"
  380. b7.TextureId = ""
  381. b7.MeshType = Enum.MeshType.FileMesh
  382. b7.Name = "Mesh"
  383. b7.Scale = Vector3.new(0.141085163, 0.150187641, 0.0728183538)
  384. p8 = Instance.new("Part", m)
  385. p8.BrickColor = BrickColor.new("Dark Indigo")
  386. p8.Material = Enum.Material.SmoothPlastic
  387. p8.Reflectance = 0.30000001192093
  388. p8.CFrame = CFrame.new(-0.0911709517, 16.9988403, 24.124567, 4.67748862e-008, -1.07413611e-009, -1, -2.01272679e-012, 1.0000627, 5.5175492e-010, 1.0000627, -2.01271768e-012, 3.99425133e-008)
  389. p8.CanCollide = false
  390. p8.Locked = true
  391. p8.FormFactor = Enum.FormFactor.Custom
  392. p8.Size = Vector3.new(0.341090173, 0.341090739, 0.341090739)
  393. p8.BottomSurface = Enum.SurfaceType.Smooth
  394. p8.TopSurface = Enum.SurfaceType.Smooth
  395. b8 = Instance.new("SpecialMesh", p8)
  396. b8.MeshId = "http://www.roblox.com/asset/?id=3270017"
  397. b8.TextureId = ""
  398. b8.MeshType = Enum.MeshType.FileMesh
  399. b8.Name = "Mesh"
  400. b8.Scale = Vector3.new(0.0455113538, 0.0455114096, 0.0682672113)
  401. p9 = Instance.new("Part", m)
  402. p9.BrickColor = BrickColor.new("Dark Indigo")
  403. p9.Material = Enum.Material.SmoothPlastic
  404. p9.Reflectance = 0.30000001192093
  405. p9.CFrame = CFrame.new(0.0817780346, 17.0240288, 24.112257, 4.72262052e-008, -1.18238208e-009, -1, -3.01911295e-012, 1.00007105, 6.59998722e-010, 1.00007105, -3.01909929e-012, 3.94915567e-008)
  406. p9.CanCollide = false
  407. p9.Locked = true
  408. p9.FormFactor = Enum.FormFactor.Custom
  409. p9.Size = Vector3.new(0.341090173, 0.341090739, 0.341090739)
  410. p9.BottomSurface = Enum.SurfaceType.Smooth
  411. p9.TopSurface = Enum.SurfaceType.Smooth
  412. b9 = Instance.new("SpecialMesh", p9)
  413. b9.MeshId = "http://www.roblox.com/asset/?id=3270017"
  414. b9.TextureId = ""
  415. b9.MeshType = Enum.MeshType.FileMesh
  416. b9.Name = "Mesh"
  417. b9.Scale = Vector3.new(0.0455113538, 0.0455114096, 0.0682672113)
  418. p10 = Instance.new("Part", m)
  419. p10.BrickColor = BrickColor.new("Dark Indigo")
  420. p10.Material = Enum.Material.SmoothPlastic
  421. p10.Reflectance = 0.30000001192093
  422. p10.CFrame = CFrame.new(-0.00128594786, 17.3279648, 23.4923096, -1, -1.29062894e-009, -3.96357436e-009, 7.68243857e-010, 1.00007939, 4.02548698e-012, -4.68392258e-009, -4.02549782e-012, -1.00007939)
  423. p10.CanCollide = false
  424. p10.Locked = true
  425. p10.FormFactor = Enum.FormFactor.Custom
  426. p10.Size = Vector3.new(0.341090173, 0.341090739, 0.341090739)
  427. p10.BottomSurface = Enum.SurfaceType.Smooth
  428. p10.TopSurface = Enum.SurfaceType.Smooth
  429. b10 = Instance.new("SpecialMesh", p10)
  430. b10.MeshId = "http://www.roblox.com/asset/?id=3270017"
  431. b10.TextureId = ""
  432. b10.MeshType = Enum.MeshType.FileMesh
  433. b10.Name = "Mesh"
  434. b10.Scale = Vector3.new(0.0682670251, 0.068267107, 0.0682672113)
  435. p11 = Instance.new("Part", m)
  436. p11.BrickColor = BrickColor.new("Dark Indigo")
  437. p11.Material = Enum.Material.Neon
  438. p11.Reflectance = 0.5
  439. p11.Transparency = 0.30000001192093
  440. p11.CFrame = CFrame.new(-0.00582293561, 17.1578236, 24.0415058, -1, -3.45386226e-008, 8.19521944e-008, -8.65539533e-008, 0.342050195, -0.939775169, -5.14234655e-009, -0.939775169, -0.342050195)
  441. p11.CanCollide = false
  442. p11.Locked = true
  443. p11.FormFactor = Enum.FormFactor.Custom
  444. p11.Size = Vector3.new(0.341090173, 0.341090739, 0.341090739)
  445. b11 = Instance.new("SpecialMesh", p11)
  446. b11.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  447. b11.TextureId = ""
  448. b11.MeshType = Enum.MeshType.FileMesh
  449. b11.Name = "Mesh"
  450. b11.Scale = Vector3.new(0.0728192627, 0.182045639, 0.0728183538)
  451. p12 = Instance.new("Part", m)
  452. p12.BrickColor = BrickColor.new("Dark Indigo")
  453. p12.Material = Enum.Material.SmoothPlastic
  454. p12.Reflectance = 0.30000001192093
  455. p12.CFrame = CFrame.new(0.081781067, 17.6252537, 24.1378975, 4.85987641e-008, -1.50826196e-009, -1, 0, 1.00009632, 9.8587094e-010, 1.00009632, 0, 3.81200884e-008)
  456. p12.CanCollide = false
  457. p12.Locked = true
  458. p12.FormFactor = Enum.FormFactor.Custom
  459. p12.Size = Vector3.new(0.341090173, 0.341090739, 0.341090739)
  460. p12.BottomSurface = Enum.SurfaceType.Smooth
  461. p12.TopSurface = Enum.SurfaceType.Smooth
  462. b12 = Instance.new("SpecialMesh", p12)
  463. b12.MeshId = "http://www.roblox.com/asset/?id=3270017"
  464. b12.TextureId = ""
  465. b12.MeshType = Enum.MeshType.FileMesh
  466. b12.Name = "Mesh"
  467. b12.Scale = Vector3.new(0.0455113538, 0.0455114096, 0.0682672113)
  468. p13 = Instance.new("Part", m)
  469. p13.BrickColor = BrickColor.new("Dark Indigo")
  470. p13.Material = Enum.Material.SmoothPlastic
  471. p13.Reflectance = 0.30000001192093
  472. p13.CFrame = CFrame.new(-0.0911709294, 17.6003609, 24.1255779, 4.90500973e-008, -1.61651148e-009, -1, -1.00640351e-012, 1.00010467, 1.09411835e-009, 1.00010467, -1.00639896e-012, 3.76691176e-008)
  473. p13.CanCollide = false
  474. p13.Locked = true
  475. p13.FormFactor = Enum.FormFactor.Custom
  476. p13.Size = Vector3.new(0.341090173, 0.341090739, 0.341090739)
  477. p13.BottomSurface = Enum.SurfaceType.Smooth
  478. p13.TopSurface = Enum.SurfaceType.Smooth
  479. b13 = Instance.new("SpecialMesh", p13)
  480. b13.MeshId = "http://www.roblox.com/asset/?id=3270017"
  481. b13.TextureId = ""
  482. b13.MeshType = Enum.MeshType.FileMesh
  483. b13.Name = "Mesh"
  484. b13.Scale = Vector3.new(0.0455113538, 0.0455114096, 0.0682672113)
  485. p14 = Instance.new("Part", m)
  486. p14.BrickColor = BrickColor.new("Really black")
  487. p14.Material = Enum.Material.Neon
  488. p14.Reflectance = 0.5
  489. p14.Transparency = 0.0099999997764826
  490. p14.CFrame = CFrame.new(-0.00582291186, 17.1595592, 24.0385437, -1, -3.59332226e-008, 8.17913985e-008, -8.62302869e-008, 0.342058837, -0.939798892, -6.50784671e-009, -0.939798892, -0.342058837)
  491. p14.CanCollide = false
  492. p14.Locked = true
  493. p14.FormFactor = Enum.FormFactor.Custom
  494. p14.Size = Vector3.new(0.341090173, 0.341090739, 0.341090739)
  495. b14 = Instance.new("SpecialMesh", p14)
  496. b14.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  497. b14.TextureId = ""
  498. b14.MeshType = Enum.MeshType.FileMesh
  499. b14.Name = "Mesh"
  500. b14.Scale = Vector3.new(0.0637515709, 0.151704669, 0.060681954)
  501. p15 = Instance.new("Part", m)
  502. p15.BrickColor = BrickColor.new("Dark Indigo")
  503. p15.Material = Enum.Material.SmoothPlastic
  504. p15.Reflectance = 0.30000001192093
  505. p15.CFrame = CFrame.new(0.0817780942, 17.6473274, 24.125988, 4.99642638e-008, -1.83414528e-009, -1, 0, 1.00012159, 1.31174716e-009, 1.00012159, 0, 3.67556794e-008)
  506. p15.CanCollide = false
  507. p15.Locked = true
  508. p15.FormFactor = Enum.FormFactor.Custom
  509. p15.Size = Vector3.new(0.341090173, 0.341090739, 0.341090739)
  510. p15.BottomSurface = Enum.SurfaceType.Smooth
  511. p15.TopSurface = Enum.SurfaceType.Smooth
  512. b15 = Instance.new("SpecialMesh", p15)
  513. b15.MeshId = "http://www.roblox.com/asset/?id=3270017"
  514. b15.TextureId = ""
  515. b15.MeshType = Enum.MeshType.FileMesh
  516. b15.Name = "Mesh"
  517. b15.Scale = Vector3.new(0.0455113538, 0.0455114096, 0.0682672113)
  518. p16 = Instance.new("Part", m)
  519. p16.BrickColor = BrickColor.new("Really black")
  520. p16.Material = Enum.Material.Neon
  521. p16.Reflectance = 0.5
  522. p16.Transparency = 0.0099999997764826
  523. p16.CFrame = CFrame.new(-0.00581388921, 17.3299732, 23.85042, 1, -6.70165434e-009, -1.94239758e-009, -1.41999779e-009, 1.00637185e-012, 1.00012994, 7.42203454e-009, -1.00012994, -1.00642454e-012)
  524. p16.CanCollide = false
  525. p16.Locked = true
  526. p16.FormFactor = Enum.FormFactor.Custom
  527. p16.Size = Vector3.new(0.341090173, 0.341090739, 0.341090739)
  528. b16 = Instance.new("SpecialMesh", p16)
  529. b16.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  530. b16.TextureId = ""
  531. b16.MeshType = Enum.MeshType.FileMesh
  532. b16.Name = "Mesh"
  533. b16.Scale = Vector3.new(0.115295447, 0.288239002, 0.115295798)
  534. p17 = Instance.new("Part", m)
  535. p17.BrickColor = BrickColor.new("Dark Indigo")
  536. p17.Material = Enum.Material.Neon
  537. p17.Reflectance = 0.5
  538. p17.Transparency = 0.30000001192093
  539. p17.CFrame = CFrame.new(-0.00582687836, 17.033802, 24.0114479, -1, -3.73345159e-008, 8.16281727e-008, -8.59066134e-008, 0.34206748, -0.939822674, -7.88048204e-009, -0.939822674, -0.34206748)
  540. p17.CanCollide = false
  541. p17.Locked = true
  542. p17.FormFactor = Enum.FormFactor.Custom
  543. p17.Size = Vector3.new(0.341090173, 0.341090739, 0.341090739)
  544. b17 = Instance.new("SpecialMesh", p17)
  545. b17.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  546. b17.TextureId = ""
  547. b17.MeshType = Enum.MeshType.FileMesh
  548. b17.Name = "Mesh"
  549. b17.Scale = Vector3.new(0.0728192627, 0.182045639, 0.0728183538)
  550. p18 = Instance.new("Part", m)
  551. p18.BrickColor = BrickColor.new("Really black")
  552. p18.Material = Enum.Material.Neon
  553. p18.Reflectance = 0.5
  554. p18.Transparency = 0.0099999997764826
  555. p18.CFrame = CFrame.new(-0.00582286948, 17.506052, 24.0348091, 1, -6.42979714e-009, -4.6364903e-009, -1.63763048e-009, -0.342070431, 0.939830661, 8.34332603e-009, -0.939830661, -0.342070431)
  556. p18.CanCollide = false
  557. p18.Locked = true
  558. p18.FormFactor = Enum.FormFactor.Custom
  559. p18.Size = Vector3.new(0.341090173, 0.341090739, 0.341090739)
  560. b18 = Instance.new("SpecialMesh", p18)
  561. b18.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  562. b18.TextureId = ""
  563. b18.MeshType = Enum.MeshType.FileMesh
  564. b18.Name = "Mesh"
  565. b18.Scale = Vector3.new(0.0637515709, 0.151704669, 0.060681954)
  566. p19 = Instance.new("Part", m)
  567. p19.BrickColor = BrickColor.new("Dark Indigo")
  568. p19.Material = Enum.Material.SmoothPlastic
  569. p19.Reflectance = 0.30000001192093
  570. p19.CFrame = CFrame.new(-0.091168873, 17.626297, 24.1393166, 5.18002103e-008, -2.26601116e-009, -1, 2.98023224e-008, 1.00015533, 1.74360792e-009, 1.00015533, -2.98023224e-008, 3.49211859e-008)
  571. p19.CanCollide = false
  572. p19.Locked = true
  573. p19.FormFactor = Enum.FormFactor.Custom
  574. p19.Size = Vector3.new(0.341090173, 0.341090739, 0.341090739)
  575. p19.BottomSurface = Enum.SurfaceType.Smooth
  576. p19.TopSurface = Enum.SurfaceType.Smooth
  577. b19 = Instance.new("SpecialMesh", p19)
  578. b19.MeshId = "http://www.roblox.com/asset/?id=3270017"
  579. b19.TextureId = ""
  580. b19.MeshType = Enum.MeshType.FileMesh
  581. b19.Name = "Mesh"
  582. b19.Scale = Vector3.new(0.0455113538, 0.0455114096, 0.0682672113)
  583. p20 = Instance.new("Part", m)
  584. p20.BrickColor = BrickColor.new("Dark Indigo")
  585. p20.Material = Enum.Material.Neon
  586. p20.Reflectance = 0.5
  587. p20.Transparency = 0.30000001192093
  588. p20.CFrame = CFrame.new(-0.00582686067, 17.6325226, 24.0075035, 1, -7.21604465e-009, -5.15064613e-009, -1.85186089e-009, -0.342076212, 0.939846516, 9.25801658e-009, -0.939846516, -0.342076212)
  589. p20.CanCollide = false
  590. p20.Locked = true
  591. p20.FormFactor = Enum.FormFactor.Custom
  592. p20.Size = Vector3.new(0.341090173, 0.341090739, 0.341090739)
  593. b20 = Instance.new("SpecialMesh", p20)
  594. b20.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  595. b20.TextureId = ""
  596. b20.MeshType = Enum.MeshType.FileMesh
  597. b20.Name = "Mesh"
  598. b20.Scale = Vector3.new(0.0728192627, 0.182045639, 0.0728183538)
  599. p21 = Instance.new("Part", m)
  600. p21.BrickColor = BrickColor.new("Really black")
  601. p21.Material = Enum.Material.Neon
  602. p21.Reflectance = 0.5
  603. p21.Transparency = 0.0099999997764826
  604. p21.CFrame = CFrame.new(-0.00582685182, 17.6313725, 24.0041409, 1, -7.61518404e-009, -5.40870415e-009, -1.95783967e-009, -0.342079103, 0.939854443, 9.72134995e-009, -0.939854443, -0.342079103)
  605. p21.CanCollide = false
  606. p21.Locked = true
  607. p21.FormFactor = Enum.FormFactor.Custom
  608. p21.Size = Vector3.new(0.341090173, 0.341090739, 0.341090739)
  609. b21 = Instance.new("SpecialMesh", p21)
  610. b21.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  611. b21.TextureId = ""
  612. b21.MeshType = Enum.MeshType.FileMesh
  613. b21.Name = "Mesh"
  614. b21.Scale = Vector3.new(0.0606827289, 0.151704669, 0.0606819652)
  615. p22 = Instance.new("Part", m)
  616. p22.BrickColor = BrickColor.new("Dark Indigo")
  617. p22.Material = Enum.Material.Neon
  618. p22.Reflectance = 0.5
  619. p22.Transparency = 0.30000001192093
  620. p22.CFrame = CFrame.new(-0.00581384357, 17.3308601, 23.8497276, 1, -9.4642818e-009, -2.58623145e-009, -2.06381934e-009, -5.96046448e-008, 1.00018072, 1.0184686e-008, -1.00018072, -5.96046448e-008)
  621. p22.CanCollide = false
  622. p22.Locked = true
  623. p22.FormFactor = Enum.FormFactor.Custom
  624. p22.Size = Vector3.new(0.341090173, 0.341090739, 0.341090739)
  625. b22 = Instance.new("SpecialMesh", p22)
  626. b22.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  627. b22.TextureId = ""
  628. b22.MeshType = Enum.MeshType.FileMesh
  629. b22.Name = "Mesh"
  630. b22.Scale = Vector3.new(0.182045415, 0.455114096, 0.182045907)
  631. p23 = Instance.new("Part", m)
  632. p23.BrickColor = BrickColor.new("Dark Indigo")
  633. p23.Material = Enum.Material.SmoothPlastic
  634. p23.Reflectance = 0.30000001192093
  635. p23.CFrame = CFrame.new(0.0817781463, 17.6018543, 24.1276073, 5.3636704e-008, -2.69449041e-009, -1, 5.96041367e-008, 1.00018907, 2.17207852e-009, 1.00018907, -5.96061511e-008, 3.30861596e-008)
  636. p23.CanCollide = false
  637. p23.Locked = true
  638. p23.FormFactor = Enum.FormFactor.Custom
  639. p23.Size = Vector3.new(0.341090173, 0.341090739, 0.341090739)
  640. p23.BottomSurface = Enum.SurfaceType.Smooth
  641. p23.TopSurface = Enum.SurfaceType.Smooth
  642. b23 = Instance.new("SpecialMesh", p23)
  643. b23.MeshId = "http://www.roblox.com/asset/?id=3270017"
  644. b23.TextureId = ""
  645. b23.MeshType = Enum.MeshType.FileMesh
  646. b23.Name = "Mesh"
  647. b23.Scale = Vector3.new(0.0455113538, 0.0455114096, 0.0682672113)
  648. p24 = Instance.new("Part", m)
  649. p24.BrickColor = BrickColor.new("Dark Indigo")
  650. p24.Material = Enum.Material.SmoothPlastic
  651. p24.Reflectance = 0.30000001192093
  652. p24.CFrame = CFrame.new(0.0817811489, 17.0261841, 24.1403275, 5.40880798e-008, -2.80274981e-009, -1, 5.96036287e-008, 1.00019741, 2.28033592e-009, 1.00019741, -5.96076575e-008, 3.26351461e-008)
  653. p24.CanCollide = false
  654. p24.Locked = true
  655. p24.FormFactor = Enum.FormFactor.Custom
  656. p24.Size = Vector3.new(0.341090173, 0.341090739, 0.341090739)
  657. p24.BottomSurface = Enum.SurfaceType.Smooth
  658. p24.TopSurface = Enum.SurfaceType.Smooth
  659. b24 = Instance.new("SpecialMesh", p24)
  660. b24.MeshId = "http://www.roblox.com/asset/?id=3270017"
  661. b24.TextureId = ""
  662. b24.MeshType = Enum.MeshType.FileMesh
  663. b24.Name = "Mesh"
  664. b24.Scale = Vector3.new(0.0455113538, 0.0455114096, 0.0682672113)
  665. p25 = Instance.new("Part", m)
  666. p25.BrickColor = BrickColor.new("Dark Indigo")
  667. p25.Material = Enum.Material.SmoothPlastic
  668. p25.Reflectance = 0.30000001192093
  669. p25.CFrame = CFrame.new(-0.0911658406, 17.3279057, 24.1985741, 5.45394592e-008, -2.9110101e-009, -1, 5.96031207e-008, 1.00020576, 2.38859421e-009, 1.00020576, -5.96091638e-008, 3.21841291e-008)
  670. p25.CanCollide = false
  671. p25.Locked = true
  672. p25.FormFactor = Enum.FormFactor.Custom
  673. p25.Size = Vector3.new(0.341090173, 0.341090739, 0.341090739)
  674. p25.BottomSurface = Enum.SurfaceType.Smooth
  675. p25.TopSurface = Enum.SurfaceType.Smooth
  676. b25 = Instance.new("SpecialMesh", p25)
  677. b25.MeshId = "http://www.roblox.com/asset/?id=3270017"
  678. b25.TextureId = ""
  679. b25.MeshType = Enum.MeshType.FileMesh
  680. b25.Name = "Mesh"
  681. b25.Scale = Vector3.new(0.0682670251, 0.068267107, 0.0682672113)
  682. p26 = Instance.new("Part", m)
  683. p26.BrickColor = BrickColor.new("Dark Indigo")
  684. p26.Material = Enum.Material.SmoothPlastic
  685. p26.Reflectance = 0.30000001192093
  686. p26.CFrame = CFrame.new(0.0817781538, 17.0480747, 24.1282158, 5.49908421e-008, -3.01927128e-009, -1, 5.96026126e-008, 1.0002141, 2.49685339e-009, 1.0002141, -5.96106702e-008, 3.17331086e-008)
  687. p26.CanCollide = false
  688. p26.Locked = true
  689. p26.FormFactor = Enum.FormFactor.Custom
  690. p26.Size = Vector3.new(0.341090173, 0.341090739, 0.341090739)
  691. p26.BottomSurface = Enum.SurfaceType.Smooth
  692. p26.TopSurface = Enum.SurfaceType.Smooth
  693. b26 = Instance.new("SpecialMesh", p26)
  694. b26.MeshId = "http://www.roblox.com/asset/?id=3270017"
  695. b26.TextureId = ""
  696. b26.MeshType = Enum.MeshType.FileMesh
  697. b26.Name = "Mesh"
  698. b26.Scale = Vector3.new(0.0455113538, 0.0455114096, 0.0682672113)
  699. p27 = Instance.new("Part", m)
  700. p27.BrickColor = BrickColor.new("Dark Indigo")
  701. p27.Material = Enum.Material.Neon
  702. p27.Reflectance = 0.5
  703. p27.Transparency = 0.30000001192093
  704. p27.CFrame = CFrame.new(-0.0058228299, 17.5086784, 24.0401821, 1, -9.95665062e-009, -6.94975455e-009, -2.60511146e-009, -0.342096329, 0.93990171, 1.2448691e-008, -0.93990171, -0.342096329)
  705. p27.CanCollide = false
  706. p27.Locked = true
  707. p27.FormFactor = Enum.FormFactor.Custom
  708. p27.Size = Vector3.new(0.341090173, 0.341090739, 0.341090739)
  709. b27 = Instance.new("SpecialMesh", p27)
  710. b27.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  711. b27.TextureId = ""
  712. b27.MeshType = Enum.MeshType.FileMesh
  713. b27.Name = "Mesh"
  714. b27.Scale = Vector3.new(0.0728192627, 0.182045639, 0.0728183538)
  715. p28 = Instance.new("Part", m)
  716. p28.BrickColor = BrickColor.new("Dark Indigo")
  717. p28.Material = Enum.Material.SmoothPlastic
  718. p28.Reflectance = 0.30000001192093
  719. p28.CFrame = CFrame.new(-0.0911708325, 17.0483608, 24.128624, 5.59055877e-008, -3.23352145e-009, -1, 5.96046448e-008, 1.00023103, 2.71109712e-009, 1.00023103, -5.96046448e-008, 3.08190948e-008)
  720. p28.CanCollide = false
  721. p28.Locked = true
  722. p28.FormFactor = Enum.FormFactor.Custom
  723. p28.Size = Vector3.new(0.341090173, 0.341090739, 0.341090739)
  724. p28.BottomSurface = Enum.SurfaceType.Smooth
  725. p28.TopSurface = Enum.SurfaceType.Smooth
  726. b28 = Instance.new("SpecialMesh", p28)
  727. b28.MeshId = "http://www.roblox.com/asset/?id=3270017"
  728. b28.TextureId = ""
  729. b28.MeshType = Enum.MeshType.FileMesh
  730. b28.Name = "Mesh"
  731. b28.Scale = Vector3.new(0.0455113538, 0.0455114096, 0.0682672113)
  732. p29 = Instance.new("Part", m)
  733. p29.BrickColor = BrickColor.new("Dark Indigo")
  734. p29.Material = Enum.Material.SmoothPlastic
  735. p29.Reflectance = 0.30000001192093
  736. p29.CFrame = CFrame.new(-0.0911708325, 17.0268955, 24.1163101, 5.63569813e-008, -3.34178551e-009, -1, 5.96041367e-008, 1.00023937, 2.81935919e-009, 1.00023937, -5.96061511e-008, 3.03680636e-008)
  737. p29.CanCollide = false
  738. p29.Locked = true
  739. p29.FormFactor = Enum.FormFactor.Custom
  740. p29.Size = Vector3.new(0.341090173, 0.341090739, 0.341090739)
  741. p29.BottomSurface = Enum.SurfaceType.Smooth
  742. p29.TopSurface = Enum.SurfaceType.Smooth
  743. b29 = Instance.new("SpecialMesh", p29)
  744. b29.MeshId = "http://www.roblox.com/asset/?id=3270017"
  745. b29.TextureId = ""
  746. b29.MeshType = Enum.MeshType.FileMesh
  747. b29.Name = "Mesh"
  748. b29.Scale = Vector3.new(0.0455113538, 0.0455114096, 0.0682672113)
  749. p30 = Instance.new("Part", m)
  750. p30.BrickColor = BrickColor.new("Dark Indigo")
  751. p30.Material = Enum.Material.SmoothPlastic
  752. p30.Reflectance = 0.30000001192093
  753. p30.CFrame = CFrame.new(-0.0911708325, 17.6495552, 24.1290302, 5.68083784e-008, -3.45005047e-009, -1, 5.96036287e-008, 1.00024772, 2.92762214e-009, 1.00024772, -5.96076575e-008, 2.99170289e-008)
  754. p30.CanCollide = false
  755. p30.Locked = true
  756. p30.FormFactor = Enum.FormFactor.Custom
  757. p30.Size = Vector3.new(0.341090173, 0.341090739, 0.341090739)
  758. p30.BottomSurface = Enum.SurfaceType.Smooth
  759. p30.TopSurface = Enum.SurfaceType.Smooth
  760. b30 = Instance.new("SpecialMesh", p30)
  761. b30.MeshId = "http://www.roblox.com/asset/?id=3270017"
  762. b30.TextureId = ""
  763. b30.MeshType = Enum.MeshType.FileMesh
  764. b30.Name = "Mesh"
  765. b30.Scale = Vector3.new(0.0455113538, 0.0455114096, 0.0682672113)
  766. p31 = Instance.new("Part", m)
  767. p31.BrickColor = BrickColor.new("Dark Indigo")
  768. p31.Material = Enum.Material.SmoothPlastic
  769. p31.Reflectance = 0.30000001192093
  770. p31.CFrame = CFrame.new(0.0817831606, 17.3287735, 24.199791, 5.72597791e-008, -3.55831631e-009, -1, 5.96031207e-008, 1.00025606, 3.03588599e-009, 1.00025606, -5.96091638e-008, 2.94659888e-008)
  771. p31.CanCollide = false
  772. p31.Locked = true
  773. p31.FormFactor = Enum.FormFactor.Custom
  774. p31.Size = Vector3.new(0.341090173, 0.341090739, 0.341090739)
  775. p31.BottomSurface = Enum.SurfaceType.Smooth
  776. p31.TopSurface = Enum.SurfaceType.Smooth
  777. b31 = Instance.new("SpecialMesh", p31)
  778. b31.MeshId = "http://www.roblox.com/asset/?id=3270017"
  779. b31.TextureId = ""
  780. b31.MeshType = Enum.MeshType.FileMesh
  781. b31.Name = "Mesh"
  782. b31.Scale = Vector3.new(0.0682670251, 0.068267107, 0.0682672113)
  783. p32 = Instance.new("Part", m)
  784. p32.BrickColor = BrickColor.new("Dark Indigo")
  785. p32.Material = Enum.Material.SmoothPlastic
  786. p32.Reflectance = 0.30000001192093
  787. p32.CFrame = CFrame.new(0.0817781538, 17.6282234, 24.1169167, 5.77111834e-008, -3.66658304e-009, -1, 5.96026126e-008, 1.00026441, 3.14415072e-009, 1.00026441, -5.96106702e-008, 2.90149451e-008)
  788. p32.CanCollide = false
  789. p32.Locked = true
  790. p32.FormFactor = Enum.FormFactor.Custom
  791. p32.Size = Vector3.new(0.341090173, 0.341090739, 0.341090739)
  792. p32.BottomSurface = Enum.SurfaceType.Smooth
  793. p32.TopSurface = Enum.SurfaceType.Smooth
  794. b32 = Instance.new("SpecialMesh", p32)
  795. b32.MeshId = "http://www.roblox.com/asset/?id=3270017"
  796. b32.TextureId = ""
  797. b32.MeshType = Enum.MeshType.FileMesh
  798. b32.Name = "Mesh"
  799. b32.Scale = Vector3.new(0.0455113538, 0.0455114096, 0.0682672113)
  800. p33 = Instance.new("Part", m)
  801. p33.BrickColor = BrickColor.new("Dark Indigo")
  802. p33.Material = Enum.Material.SmoothPlastic
  803. p33.Reflectance = 0.30000001192093
  804. p33.CFrame = CFrame.new(0.081783168, 17.3290653, 24.2001972, 5.81625947e-008, -3.77485065e-009, -1, 5.96021046e-008, 1.00027275, 3.25241634e-009, 1.00027275, -5.96121765e-008, 2.85638979e-008)
  805. p33.CanCollide = false
  806. p33.Locked = true
  807. p33.FormFactor = Enum.FormFactor.Custom
  808. p33.Size = Vector3.new(0.341090173, 0.341090739, 0.341090739)
  809. p33.BottomSurface = Enum.SurfaceType.Smooth
  810. p33.TopSurface = Enum.SurfaceType.Smooth
  811. b33 = Instance.new("SpecialMesh", p33)
  812. b33.MeshId = "http://www.roblox.com/asset/?id=3270017"
  813. b33.TextureId = ""
  814. b33.MeshType = Enum.MeshType.FileMesh
  815. b33.Name = "Mesh"
  816. b33.Scale = Vector3.new(0.0455113538, 0.0455114096, 0.0682672113)
  817. p34 = Instance.new("Part", m)
  818. p34.BrickColor = BrickColor.new("Dark Indigo")
  819. p34.Material = Enum.Material.SmoothPlastic
  820. p34.Reflectance = 0.30000001192093
  821. p34.CFrame = CFrame.new(-0.0911688283, 17.027607, 24.1423588, 5.86140096e-008, -3.88311916e-009, -1, 5.96015965e-008, 1.0002811, 3.36068284e-009, 1.0002811, -5.96136829e-008, 2.81128472e-008)
  822. p34.CanCollide = false
  823. p34.Locked = true
  824. p34.FormFactor = Enum.FormFactor.Custom
  825. p34.Size = Vector3.new(0.341090173, 0.341090739, 0.341090739)
  826. p34.BottomSurface = Enum.SurfaceType.Smooth
  827. p34.TopSurface = Enum.SurfaceType.Smooth
  828. b34 = Instance.new("SpecialMesh", p34)
  829. b34.MeshId = "http://www.roblox.com/asset/?id=3270017"
  830. b34.TextureId = ""
  831. b34.MeshType = Enum.MeshType.FileMesh
  832. b34.Name = "Mesh"
  833. b34.Scale = Vector3.new(0.0455113538, 0.0455114096, 0.0682672113)
  834. p35 = Instance.new("Part", m)
  835. p35.BrickColor = BrickColor.new("Dark Indigo")
  836. p35.Material = Enum.Material.Neon
  837. p35.CFrame = CFrame.new(0.00079318881, 16.6618919, 24.1201324, 1.48590857e-007, 7.99790578e-005, -1, -0.996490002, 0.0871035904, 6.82584687e-006, 0.0871035904, 0.996490002, 7.96798267e-005)
  838. p35.CanCollide = false
  839. p35.Locked = true
  840. p35.FormFactor = Enum.FormFactor.Custom
  841. p35.Size = Vector3.new(0.341090173, 0.341090739, 0.341090739)
  842. p35.BottomSurface = Enum.SurfaceType.Smooth
  843. p35.TopSurface = Enum.SurfaceType.Smooth
  844. b35 = Instance.new("SpecialMesh", p35)
  845. b35.MeshType = Enum.MeshType.Sphere
  846. b35.Name = "Mesh"
  847. b35.Scale = Vector3.new(0.120086089, 0.637123406, 0.200143486)
  848. p36 = Instance.new("Part", m)
  849. p36.BrickColor = BrickColor.new("Dark Indigo")
  850. p36.Material = Enum.Material.Neon
  851. p36.CFrame = CFrame.new(0.000820193964, 17.8605766, 24.1365757, -6.68205757e-008, -7.99445916e-005, 1, 0.966234148, -0.25882116, -2.06344412e-005, 0.25882116, 0.966234148, 7.72948988e-005)
  852. p36.CanCollide = false
  853. p36.Locked = true
  854. p36.FormFactor = Enum.FormFactor.Custom
  855. p36.Size = Vector3.new(0.341090173, 0.490385354, 0.341090739)
  856. p36.BottomSurface = Enum.SurfaceType.Smooth
  857. p36.TopSurface = Enum.SurfaceType.Smooth
  858. b36 = Instance.new("SpecialMesh", p36)
  859. b36.MeshType = Enum.MeshType.Sphere
  860. b36.Name = "Mesh"
  861. b36.Scale = Vector3.new(0.253515095, 1, 0.333572537)
  862. p37 = Instance.new("Part", m)
  863. p37.BrickColor = BrickColor.new("Dark Indigo")
  864. p37.Material = Enum.Material.Neon
  865. p37.CFrame = CFrame.new(0.000820202637, 18.0012093, 24.120554, -5.89434421e-008, -7.99551053e-005, 1, 0.996507406, -0.087105006, -6.91361038e-006, 0.087105006, 0.996507406, 7.97143366e-005)
  866. p37.CanCollide = false
  867. p37.Locked = true
  868. p37.FormFactor = Enum.FormFactor.Custom
  869. p37.Size = Vector3.new(0.341090173, 0.341090739, 0.341090739)
  870. p37.BottomSurface = Enum.SurfaceType.Smooth
  871. p37.TopSurface = Enum.SurfaceType.Smooth
  872. b37 = Instance.new("SpecialMesh", p37)
  873. b37.MeshType = Enum.MeshType.Sphere
  874. b37.Name = "Mesh"
  875. b37.Scale = Vector3.new(0.120086089, 0.637123406, 0.200143486)
  876. p38 = Instance.new("Part", m)
  877. p38.BrickColor = BrickColor.new("Dark Indigo")
  878. p38.Material = Enum.Material.Neon
  879. p38.CFrame = CFrame.new(0.000820217829, 16.8028069, 24.1370029, 1.59892807e-007, 7.99534173e-005, -1, -0.966251016, 0.258825779, 2.05475681e-005, 0.258825779, 0.966251016, 7.72621788e-005)
  880. p38.CanCollide = false
  881. p38.Locked = true
  882. p38.FormFactor = Enum.FormFactor.Custom
  883. p38.Size = Vector3.new(0.341090173, 0.490385354, 0.341090739)
  884. p38.BottomSurface = Enum.SurfaceType.Smooth
  885. p38.TopSurface = Enum.SurfaceType.Smooth
  886. b38 = Instance.new("SpecialMesh", p38)
  887. b38.MeshType = Enum.MeshType.Sphere
  888. b38.Name = "Mesh"
  889. b38.Scale = Vector3.new(0.253515095, 1, 0.333572537)
  890. p39 = Instance.new("Part", m)
  891. p39.BrickColor = BrickColor.new("Gold")
  892. p39.Material = Enum.Material.SmoothPlastic
  893. p39.Reflectance = 0.20000000298023
  894. p39.Name = "Circle"
  895. p39.CFrame = CFrame.new(-0.00478575425, 17.3325539, 25.3061905, 1, -1.65309757e-008, -4.80958988e-008, 3.98413249e-008, -1.20796713e-007, 1.00032449, 1.86919351e-008, -1.00032449, -1.17619138e-007)
  896. p39.CanCollide = false
  897. p39.Locked = true
  898. p39.FormFactor = Enum.FormFactor.Custom
  899. p39.Size = Vector3.new(0.341090173, 0.341090739, 0.341090739)
  900. p39.BottomSurface = Enum.SurfaceType.Smooth
  901. p39.TopSurface = Enum.SurfaceType.Smooth
  902. b39 = Instance.new("CylinderMesh", p39)
  903. b39.Name = "Mesh"
  904. b39.Scale = Vector3.new(0.400286943, 0.423637152, 0.467001528)
  905. p40 = Instance.new("Part", m)
  906. p40.BrickColor = BrickColor.new("Really black")
  907. p40.Material = Enum.Material.SmoothPlastic
  908. p40.Name = "Block"
  909. p40.CFrame = CFrame.new(-0.00477576628, 17.2029457, 24.1130314, -1, -1.92565636e-007, 9.19236101e-008, -8.34673628e-008, -1.63873466e-007, -1.00033283, 1.56490643e-007, -1.00033283, 1.60694682e-007)
  910. p40.CanCollide = false
  911. p40.Locked = true
  912. p40.FormFactor = Enum.FormFactor.Custom
  913. p40.Size = Vector3.new(0.341090173, 0.341090739, 0.341090739)
  914. p40.BottomSurface = Enum.SurfaceType.Smooth
  915. p40.TopSurface = Enum.SurfaceType.Smooth
  916. b40 = Instance.new("SpecialMesh", p40)
  917. b40.MeshType = Enum.MeshType.Wedge
  918. b40.Name = "WedgeMesh"
  919. b40.Scale = Vector3.new(0.533715904, 0.200143531, 0.773888171)
  920. p41 = Instance.new("Part", m)
  921. p41.BrickColor = BrickColor.new("Really black")
  922. p41.Material = Enum.Material.SmoothPlastic
  923. p41.Name = "Block"
  924. p41.CFrame = CFrame.new(-0.0047757579, 17.4648685, 24.1132374, 1, 1.56679448e-007, -4.60911309e-009, -4.09274037e-009, -7.64161499e-008, 1.00034118, 1.93782128e-007, -1.00034118, -7.32396686e-008)
  925. p41.CanCollide = false
  926. p41.Locked = true
  927. p41.FormFactor = Enum.FormFactor.Custom
  928. p41.Size = Vector3.new(0.341090173, 0.341090739, 0.341090739)
  929. p41.BottomSurface = Enum.SurfaceType.Smooth
  930. p41.TopSurface = Enum.SurfaceType.Smooth
  931. b41 = Instance.new("SpecialMesh", p41)
  932. b41.MeshType = Enum.MeshType.Wedge
  933. b41.Name = "WedgeMesh"
  934. b41.Scale = Vector3.new(0.533715904, 0.200143531, 0.760545254)
  935. p42 = Instance.new("Part", m)
  936. p42.BrickColor = BrickColor.new("Really black")
  937. p42.Material = Enum.Material.SmoothPlastic
  938. p42.Name = "Circle"
  939. p42.CFrame = CFrame.new(-0.00477172295, 17.3329887, 25.4724331, -6.16132638e-008, -1, -5.37222489e-009, -7.64230563e-008, 3.54596352e-009, 1.00034952, -1.00034952, 2.36759945e-008, -7.32485077e-008)
  940. p42.CanCollide = false
  941. p42.Locked = true
  942. p42.FormFactor = Enum.FormFactor.Custom
  943. p42.Size = Vector3.new(0.341090173, 0.341090739, 0.341090739)
  944. p42.BottomSurface = Enum.SurfaceType.Smooth
  945. p42.TopSurface = Enum.SurfaceType.Smooth
  946. b42 = Instance.new("CylinderMesh", p42)
  947. b42.Name = "Mesh"
  948. b42.Scale = Vector3.new(0.667144895, 0.400287062, 0.667144954)
  949. p43 = Instance.new("Part", m)
  950. p43.BrickColor = BrickColor.new("Really black")
  951. p43.Material = Enum.Material.SmoothPlastic
  952. p43.Name = "Circle"
  953. p43.CFrame = CFrame.new(-0.00478171511, 17.3331299, 25.3588276, 1, -1.83507538e-008, -4.85290101e-008, 3.94096844e-008, -1.20799953e-007, 1.00035787, 2.05117843e-008, -1.00035787, -1.17623841e-007)
  954. p43.CanCollide = false
  955. p43.Locked = true
  956. p43.FormFactor = Enum.FormFactor.Custom
  957. p43.Size = Vector3.new(0.341090173, 0.341090739, 0.341090739)
  958. p43.BottomSurface = Enum.SurfaceType.Smooth
  959. p43.TopSurface = Enum.SurfaceType.Smooth
  960. b43 = Instance.new("CylinderMesh", p43)
  961. b43.Name = "Mesh"
  962. b43.Scale = Vector3.new(0.467001408, 0.266858011, 0.467001468)
  963. p44 = Instance.new("Part", m)
  964. p44.BrickColor = BrickColor.new("Dark Indigo")
  965. p44.Material = Enum.Material.Neon
  966. p44.CFrame = CFrame.new(0.0008072583, 17.5270195, 23.6464233, -9.34702626e-008, -7.99179834e-005, 1, 0.940010309, 0.342218608, 2.74279228e-005, -0.342218608, 0.940010309, 7.51314947e-005)
  967. p44.CanCollide = false
  968. p44.Locked = true
  969. p44.FormFactor = Enum.FormFactor.Custom
  970. p44.Size = Vector3.new(0.341090173, 0.341090739, 0.341090739)
  971. p44.BottomSurface = Enum.SurfaceType.Smooth
  972. p44.TopSurface = Enum.SurfaceType.Smooth
  973. b44 = Instance.new("SpecialMesh", p44)
  974. b44.MeshType = Enum.MeshType.Sphere
  975. b44.Name = "Mesh"
  976. b44.Scale = Vector3.new(0.120086111, 0.903981566, 0.200143546)
  977. p45 = Instance.new("Part", m)
  978. p45.BrickColor = BrickColor.new("Dark Indigo")
  979. p45.Material = Enum.Material.Neon
  980. p45.CFrame = CFrame.new(0.00080726546, 17.6835766, 23.6418419, -8.36607796e-008, -7.99489135e-005, 1, 0.766281724, 0.6430884, 5.14687308e-005, -0.6430884, 0.766281724, 6.12501899e-005)
  981. p45.CanCollide = false
  982. p45.Locked = true
  983. p45.FormFactor = Enum.FormFactor.Custom
  984. p45.Size = Vector3.new(0.341090173, 0.535896719, 0.341090739)
  985. p45.BottomSurface = Enum.SurfaceType.Smooth
  986. p45.TopSurface = Enum.SurfaceType.Smooth
  987. b45 = Instance.new("SpecialMesh", p45)
  988. b45.MeshType = Enum.MeshType.Sphere
  989. b45.Name = "Mesh"
  990. b45.Scale = Vector3.new(0.253515095, 1, 0.333572537)
  991. p46 = Instance.new("Part", m)
  992. p46.BrickColor = BrickColor.new("Dark Indigo")
  993. p46.Material = Enum.Material.Neon
  994. p46.CFrame = CFrame.new(0.000824270712, 17.7363682, 23.5002213, -7.51324478e-008, -7.99625777e-005, 1, 0.642974615, 0.766388476, 6.13208758e-005, -0.766388476, 0.642974615, 5.13978084e-005)
  995. p46.CanCollide = false
  996. p46.Locked = true
  997. p46.FormFactor = Enum.FormFactor.Custom
  998. p46.Size = Vector3.new(0.341090173, 0.341090739, 0.341090739)
  999. p46.BottomSurface = Enum.SurfaceType.Smooth
  1000. p46.TopSurface = Enum.SurfaceType.Smooth
  1001. b46 = Instance.new("SpecialMesh", p46)
  1002. b46.MeshType = Enum.MeshType.Sphere
  1003. b46.Name = "Mesh"
  1004. b46.Scale = Vector3.new(0.120086111, 0.903981566, 0.200143546)
  1005. p47 = Instance.new("Part", m)
  1006. p47.BrickColor = BrickColor.new("Really black")
  1007. p47.Material = Enum.Material.SmoothPlastic
  1008. p47.Name = "Handle"
  1009. p47.CFrame = CFrame.new(-0.00476768985, 17.3337212, 24.8452072, 1, -2.01071089e-008, -4.89962986e-008, 3.89482011e-008, -1.52160879e-007, 1.0003922, 2.22717063e-008, -1.0003922, -1.45863055e-007)
  1010. p47.CanCollide = false
  1011. p47.Locked = true
  1012. p47.FormFactor = Enum.FormFactor.Custom
  1013. p47.Size = Vector3.new(0.341090173, 1.06951797, 0.341090739)
  1014. p47.BottomSurface = Enum.SurfaceType.Smooth
  1015. p47.TopSurface = Enum.SurfaceType.Smooth
  1016. b47 = Instance.new("CylinderMesh", p47)
  1017. b47.Name = "Mesh"
  1018. b47.Scale = Vector3.new(0.333572447, 1, 0.467001528)
  1019. p48 = Instance.new("Part", m)
  1020. p48.BrickColor = BrickColor.new("Really black")
  1021. p48.Material = Enum.Material.SmoothPlastic
  1022. p48.Name = "Block"
  1023. p48.CFrame = CFrame.new(-0.00476769311, 17.1517487, 24.2165375, 1, 5.40123679e-009, -2.12932623e-008, -4.88056529e-009, -1.00040054, -1.51509539e-007, 2.20023999e-008, 1.45210194e-007, -1.00040054)
  1024. p48.CanCollide = false
  1025. p48.Locked = true
  1026. p48.FormFactor = Enum.FormFactor.Custom
  1027. p48.Size = Vector3.new(0.341090173, 0.364091188, 0.341090739)
  1028. p48.BottomSurface = Enum.SurfaceType.Smooth
  1029. p48.TopSurface = Enum.SurfaceType.Smooth
  1030. b48 = Instance.new("SpecialMesh", p48)
  1031. b48.MeshType = Enum.MeshType.Wedge
  1032. b48.Name = "WedgeMesh"
  1033. b48.Scale = Vector3.new(0.533715785, 1, 0.263522238)
  1034. p49 = Instance.new("Part", m)
  1035. p49.BrickColor = BrickColor.new("Really black")
  1036. p49.Material = Enum.Material.SmoothPlastic
  1037. p49.Name = "Block"
  1038. p49.CFrame = CFrame.new(-0.00476768566, 17.5161419, 24.2167358, -1, -9.29322965e-008, -2.1751827e-008, -8.24696684e-008, 1.00040889, -1.51509795e-007, -2.24609593e-008, -1.45212695e-007, -1.00040889)
  1039. p49.CanCollide = false
  1040. p49.Locked = true
  1041. p49.FormFactor = Enum.FormFactor.Custom
  1042. p49.Size = Vector3.new(0.341090173, 0.364091188, 0.341090739)
  1043. p49.BottomSurface = Enum.SurfaceType.Smooth
  1044. p49.TopSurface = Enum.SurfaceType.Smooth
  1045. b49 = Instance.new("SpecialMesh", p49)
  1046. b49.MeshType = Enum.MeshType.Wedge
  1047. b49.Name = "WedgeMesh"
  1048. b49.Scale = Vector3.new(0.533715785, 1, 0.263522238)
  1049. p50 = Instance.new("Part", m)
  1050. p50.BrickColor = BrickColor.new("Really black")
  1051. p50.Material = Enum.Material.SmoothPlastic
  1052. p50.Name = "Block"
  1053. p50.CFrame = CFrame.new(-0.00477567874, 17.6471729, 24.1264477, 1, -2.22103953e-008, -5.61780666e-009, -5.09713516e-009, -1.51509767e-007, 1.00041723, 2.29195471e-008, -1.00041723, -1.45214912e-007)
  1054. p50.CanCollide = false
  1055. p50.Locked = true
  1056. p50.FormFactor = Enum.FormFactor.Custom
  1057. p50.Size = Vector3.new(0.341090173, 0.341090739, 0.341090739)
  1058. p50.BottomSurface = Enum.SurfaceType.Smooth
  1059. p50.TopSurface = Enum.SurfaceType.Smooth
  1060. b50 = Instance.new("BlockMesh", p50)
  1061. b50.Name = "Mesh"
  1062. b50.Scale = Vector3.new(0.533715785, 0.266858011, 0.300215244)
  1063. p51 = Instance.new("Part", m)
  1064. p51.BrickColor = BrickColor.new("Really black")
  1065. p51.Material = Enum.Material.SmoothPlastic
  1066. p51.Name = "Block"
  1067. p51.CFrame = CFrame.new(-0.0047756657, 17.0212688, 24.126646, 1, -2.26689671e-008, -5.72609116e-009, -5.20541787e-009, -1.51510022e-007, 1.00042558, 2.33781261e-008, -1.00042558, -1.45217129e-007)
  1068. p51.CanCollide = false
  1069. p51.Locked = true
  1070. p51.FormFactor = Enum.FormFactor.Custom
  1071. p51.Size = Vector3.new(0.341090173, 0.341090739, 0.341090739)
  1072. p51.BottomSurface = Enum.SurfaceType.Smooth
  1073. p51.TopSurface = Enum.SurfaceType.Smooth
  1074. b51 = Instance.new("BlockMesh", p51)
  1075. b51.Name = "Mesh"
  1076. b51.Scale = Vector3.new(0.533715785, 0.266858011, 0.300215244)
  1077. p52 = Instance.new("Part", m)
  1078. p52.BrickColor = BrickColor.new("Really black")
  1079. p52.Material = Enum.Material.SmoothPlastic
  1080. p52.Name = "Block"
  1081. p52.CFrame = CFrame.new(-0.00477165729, 17.334446, 24.1609974, 1, -2.31275425e-008, -5.83437654e-009, -5.31370148e-009, -1.51510278e-007, 1.00043392, 2.38367086e-008, -1.00043392, -1.45219346e-007)
  1082. p52.CanCollide = false
  1083. p52.Locked = true
  1084. p52.FormFactor = Enum.FormFactor.Custom
  1085. p52.Size = Vector3.new(0.341090173, 0.341090739, 0.523380995)
  1086. p52.BottomSurface = Enum.SurfaceType.Smooth
  1087. p52.TopSurface = Enum.SurfaceType.Smooth
  1088. b52 = Instance.new("BlockMesh", p52)
  1089. b52.Name = "Mesh"
  1090. b52.Scale = Vector3.new(0.533715785, 0.0667145103, 1)
  1091. p53 = Instance.new("Part", m)
  1092. p53.BrickColor = BrickColor.new("Deep orange")
  1093. p53.Material = Enum.Material.Neon
  1094. p53.Name = "Circle"
  1095. p53.CFrame = CFrame.new(-0.00477161724, 17.3345947, 25.4747982, -6.65724826e-008, -1, -6.5974981e-009, -1.07784714e-007, 4.76686246e-009, 1.00044227, -1.00044227, 1.87171736e-008, -1.01495679e-007)
  1096. p53.CanCollide = false
  1097. p53.Locked = true
  1098. p53.FormFactor = Enum.FormFactor.Custom
  1099. p53.Size = Vector3.new(0.341090173, 0.341090739, 0.341090739)
  1100. p53.BottomSurface = Enum.SurfaceType.Smooth
  1101. p53.TopSurface = Enum.SurfaceType.Smooth
  1102. b53 = Instance.new("CylinderMesh", p53)
  1103. b53.Name = "Mesh"
  1104. b53.Scale = Vector3.new(0.533715785, 0.467001498, 0.42771104)
  1105. p54 = Instance.new("Part", m)
  1106. p54.BrickColor = BrickColor.new("Really black")
  1107. p54.Material = Enum.Material.Neon
  1108. p54.Name = "Circle"
  1109. p54.CFrame = CFrame.new(-0.00477160793, 17.3347397, 25.4750118, -6.70239686e-008, -1, -6.7057826e-009, -1.07784665e-007, 4.87513985e-009, 1.00045061, -1.00045061, 1.82660429e-008, -1.01497477e-007)
  1110. p54.CanCollide = false
  1111. p54.Locked = true
  1112. p54.FormFactor = Enum.FormFactor.Custom
  1113. p54.Size = Vector3.new(0.341090173, 0.341090739, 0.341090739)
  1114. p54.BottomSurface = Enum.SurfaceType.Smooth
  1115. p54.TopSurface = Enum.SurfaceType.Smooth
  1116. b54 = Instance.new("CylinderMesh", p54)
  1117. b54.Name = "Mesh"
  1118. b54.Scale = Vector3.new(0.533715785, 0.490944952, 0.188277081)
  1119. p55 = Instance.new("Part", m)
  1120. p55.BrickColor = BrickColor.new("Dark Indigo")
  1121. p55.Material = Enum.Material.Metal
  1122. p55.CFrame = CFrame.new(-0.00487261312, 17.3358631, 24.8431625, 1.57569445e-007, 7.99628251e-005, -1, -1.00045907, -7.75639055e-005, -1.52042574e-007, -7.75701919e-005, 1.00045907, 7.99498011e-005)
  1123. p55.CanCollide = false
  1124. p55.Locked = true
  1125. p55.FormFactor = Enum.FormFactor.Custom
  1126. p55.Size = Vector3.new(0.341090173, 0.341090739, 0.341090739)
  1127. p55.BottomSurface = Enum.SurfaceType.Smooth
  1128. p55.TopSurface = Enum.SurfaceType.Smooth
  1129. b55 = Instance.new("SpecialMesh", p55)
  1130. b55.MeshType = Enum.MeshType.Sphere
  1131. b55.Name = "Mesh"
  1132. b55.Scale = Vector3.new(0.253515154, 0.903981686, 0.400287092)
  1133. p56 = Instance.new("Part", m)
  1134. p56.BrickColor = BrickColor.new("Dark Indigo")
  1135. p56.Material = Enum.Material.Metal
  1136. p56.CFrame = CFrame.new(-0.00489160931, 17.3360176, 24.6020527, 1.57678528e-007, 7.9963298e-005, -1, -1.00046766, -7.75645822e-005, -1.51934799e-007, -7.75708468e-005, 1.00046766, 7.99500122e-005)
  1137. p56.CanCollide = false
  1138. p56.Locked = true
  1139. p56.FormFactor = Enum.FormFactor.Custom
  1140. p56.Size = Vector3.new(0.341090173, 0.341090739, 0.341090739)
  1141. p56.BottomSurface = Enum.SurfaceType.Smooth
  1142. p56.TopSurface = Enum.SurfaceType.Smooth
  1143. b56 = Instance.new("SpecialMesh", p56)
  1144. b56.MeshType = Enum.MeshType.Sphere
  1145. b56.Name = "Mesh"
  1146. b56.Scale = Vector3.new(0.253515154, 0.903981686, 0.400287092)
  1147. p57 = Instance.new("Part", m)
  1148. p57.BrickColor = BrickColor.new("Dark Indigo")
  1149. p57.Material = Enum.Material.Metal
  1150. p57.CFrame = CFrame.new(-0.00487858616, 17.3361664, 25.1031246, 1.57787611e-007, 7.9963771e-005, -1, -1.00047624, -7.75652588e-005, -1.51827024e-007, -7.75715016e-005, 1.00047624, 7.99502232e-005)
  1151. p57.CanCollide = false
  1152. p57.Locked = true
  1153. p57.FormFactor = Enum.FormFactor.Custom
  1154. p57.Size = Vector3.new(0.341090173, 0.341090739, 0.341090739)
  1155. p57.BottomSurface = Enum.SurfaceType.Smooth
  1156. p57.TopSurface = Enum.SurfaceType.Smooth
  1157. b57 = Instance.new("SpecialMesh", p57)
  1158. b57.MeshType = Enum.MeshType.Sphere
  1159. b57.Name = "Mesh"
  1160. b57.Scale = Vector3.new(0.253515154, 0.903981686, 0.400287092)
  1161. p58 = Instance.new("Part", m)
  1162. p58.BrickColor = BrickColor.new("Really black")
  1163. p58.Material = Enum.Material.SmoothPlastic
  1164. p58.Name = "Block"
  1165. p58.CFrame = CFrame.new(-0.00478160288, 16.9596806, 24.0546551, 1, 1.48938852e-007, -1.81332169e-007, 1.68964405e-007, -1.07752044e-007, 1.0004847, 2.01558578e-007, -1.0004847, -1.01534603e-007)
  1166. p58.CanCollide = false
  1167. p58.Locked = true
  1168. p58.FormFactor = Enum.FormFactor.Custom
  1169. p58.Size = Vector3.new(0.341090173, 0.341090739, 0.341090739)
  1170. p58.BottomSurface = Enum.SurfaceType.Smooth
  1171. p58.TopSurface = Enum.SurfaceType.Smooth
  1172. b58 = Instance.new("SpecialMesh", p58)
  1173. b58.MeshType = Enum.MeshType.Wedge
  1174. b58.Name = "WedgeMesh"
  1175. b58.Scale = Vector3.new(0.533715785, 0.43030858, 0.0667144954)
  1176. p59 = Instance.new("Part", m)
  1177. p59.BrickColor = BrickColor.new("Really black")
  1178. p59.Material = Enum.Material.SmoothPlastic
  1179. p59.Name = "Block"
  1180. p59.CFrame = CFrame.new(-0.00478159869, 17.711134, 24.0548553, -1, -2.01216096e-007, 9.40176719e-008, -8.1391633e-008, -1.95222029e-007, -1.00049305, 1.47857392e-007, -1.00049305, 1.89007366e-007)
  1181. p59.CanCollide = false
  1182. p59.Locked = true
  1183. p59.FormFactor = Enum.FormFactor.Custom
  1184. p59.Size = Vector3.new(0.341090173, 0.341090739, 0.341090739)
  1185. p59.BottomSurface = Enum.SurfaceType.Smooth
  1186. p59.TopSurface = Enum.SurfaceType.Smooth
  1187. b59 = Instance.new("SpecialMesh", p59)
  1188. b59.MeshType = Enum.MeshType.Wedge
  1189. b59.Name = "WedgeMesh"
  1190. b59.Scale = Vector3.new(0.533715785, 0.430308461, 0.066714488)
  1191. p60 = Instance.new("Part", m)
  1192. p60.BrickColor = BrickColor.new("Really black")
  1193. p60.Material = Enum.Material.SmoothPlastic
  1194. p60.Name = "Block"
  1195. p60.CFrame = CFrame.new(-0.00477158185, 16.9599533, 24.151247, -1, -6.06010246e-008, -6.70318911e-009, 6.18247498e-009, 1.95222356e-007, 1.00050139, -1.15000091e-007, 1.00050139, -1.89009967e-007)
  1196. p60.CanCollide = false
  1197. p60.Locked = true
  1198. p60.FormFactor = Enum.FormFactor.Custom
  1199. p60.Size = Vector3.new(0.341090173, 0.341090739, 0.341090739)
  1200. p60.BottomSurface = Enum.SurfaceType.Smooth
  1201. p60.TopSurface = Enum.SurfaceType.Smooth
  1202. b60 = Instance.new("SpecialMesh", p60)
  1203. b60.MeshType = Enum.MeshType.Wedge
  1204. b60.Name = "WedgeMesh"
  1205. b60.Scale = Vector3.new(0.533715785, 0.133429006, 0.0667144954)
  1206. p61 = Instance.new("Part", m)
  1207. p61.BrickColor = BrickColor.new("Really black")
  1208. p61.Material = Enum.Material.SmoothPlastic
  1209. p61.Name = "Block"
  1210. p61.CFrame = CFrame.new(-0.00477157859, 17.7114239, 24.1514492, 1, 1.14698487e-007, -8.06112936e-008, -9.3758139e-008, 1.07750871e-007, -1.00050974, -5.9477852e-008, 1.00050974, 1.01540152e-007)
  1211. p61.CanCollide = false
  1212. p61.Locked = true
  1213. p61.FormFactor = Enum.FormFactor.Custom
  1214. p61.Size = Vector3.new(0.341090173, 0.341090739, 0.341090739)
  1215. p61.BottomSurface = Enum.SurfaceType.Smooth
  1216. p61.TopSurface = Enum.SurfaceType.Smooth
  1217. b61 = Instance.new("SpecialMesh", p61)
  1218. b61.MeshType = Enum.MeshType.Wedge
  1219. b61.Name = "WedgeMesh"
  1220. b61.Scale = Vector3.new(0.533715785, 0.133429006, 0.066714488)
  1221. p62 = Instance.new("Part", m)
  1222. p62.BrickColor = BrickColor.new("Dark Indigo")
  1223. p62.Material = Enum.Material.Neon
  1224. p62.CFrame = CFrame.new(0.00079741748, 16.927433, 23.5033798, -1.67933258e-008, 7.99278641e-005, -1, -0.643061221, -0.766491234, -6.12398726e-005, -0.766491234, 0.643061221, 5.13551895e-005)
  1225. p62.CanCollide = false
  1226. p62.Locked = true
  1227. p62.FormFactor = Enum.FormFactor.Custom
  1228. p62.Size = Vector3.new(0.341090173, 0.341090739, 0.341090739)
  1229. p62.BottomSurface = Enum.SurfaceType.Smooth
  1230. p62.TopSurface = Enum.SurfaceType.Smooth
  1231. b62 = Instance.new("SpecialMesh", p62)
  1232. b62.MeshType = Enum.MeshType.Sphere
  1233. b62.Name = "Mesh"
  1234. b62.Scale = Vector3.new(0.120086111, 0.903981566, 0.200143546)
  1235. p63 = Instance.new("Part", m)
  1236. p63.BrickColor = BrickColor.new("Dark Indigo")
  1237. p63.Material = Enum.Material.Neon
  1238. p63.CFrame = CFrame.new(0.000782429241, 17.1366653, 23.6502075, -3.03043635e-009, 7.99336412e-005, -1, -0.940160811, -0.342273146, -2.7342714e-005, -0.342273146, 0.940160811, 7.50943873e-005)
  1239. p63.CanCollide = false
  1240. p63.Locked = true
  1241. p63.FormFactor = Enum.FormFactor.Custom
  1242. p63.Size = Vector3.new(0.341090173, 0.341090739, 0.341090739)
  1243. p63.BottomSurface = Enum.SurfaceType.Smooth
  1244. p63.TopSurface = Enum.SurfaceType.Smooth
  1245. b63 = Instance.new("SpecialMesh", p63)
  1246. b63.MeshType = Enum.MeshType.Sphere
  1247. b63.Name = "Mesh"
  1248. b63.Scale = Vector3.new(0.120086111, 0.903981566, 0.200143546)
  1249. p64 = Instance.new("Part", m)
  1250. p64.BrickColor = BrickColor.new("Dark Indigo")
  1251. p64.Material = Enum.Material.Neon
  1252. p64.Name = "Blade"
  1253. p64.CFrame = CFrame.new(0.000641356688, 17.335743, 20.9020824, 7.15408532e-009, 7.99334157e-005, -1, -1.00053501, -7.74263026e-005, 4.5656634e-010, -7.74243817e-005, 1.00053501, 7.99181071e-005)
  1254. p64.CanCollide = false
  1255. p64.Locked = true
  1256. p64.FormFactor = Enum.FormFactor.Custom
  1257. p64.Size = Vector3.new(0.341090173, 5.01877022, 0.341090739)
  1258. p64.BottomSurface = Enum.SurfaceType.Smooth
  1259. p64.TopSurface = Enum.SurfaceType.Smooth
  1260. b64 = Instance.new("SpecialMesh", p64)
  1261. b64.MeshType = Enum.MeshType.Sphere
  1262. b64.Name = "Mesh"
  1263. b64.Scale = Vector3.new(0.787231028, 1, 0.333572537)
  1264. p65 = Instance.new("Part", m)
  1265. p65.BrickColor = BrickColor.new("Dark Indigo")
  1266. p65.Material = Enum.Material.Neon
  1267. p65.CFrame = CFrame.new(0.00080744864, 16.980526, 23.6458302, -1.31658453e-008, 7.99317349e-005, -1, -0.766410947, -0.643196464, -5.13876876e-005, -0.643196464, 0.766410947, 6.12100048e-005)
  1268. p65.CanCollide = false
  1269. p65.Locked = true
  1270. p65.FormFactor = Enum.FormFactor.Custom
  1271. p65.Size = Vector3.new(0.341090173, 0.535896719, 0.341090739)
  1272. p65.BottomSurface = Enum.SurfaceType.Smooth
  1273. p65.TopSurface = Enum.SurfaceType.Smooth
  1274. b65 = Instance.new("SpecialMesh", p65)
  1275. b65.MeshType = Enum.MeshType.Sphere
  1276. b65.Name = "Mesh"
  1277. b65.Scale = Vector3.new(0.253515095, 1, 0.333572537)
  1278. p66 = Instance.new("Part", m)
  1279. p66.BrickColor = BrickColor.new("Dark Indigo")
  1280. p66.Material = Enum.Material.Neon
  1281. p66.CFrame = CFrame.new(0.000547376403, 17.3361092, 21.0322189, 7.37782102e-009, 7.99343616e-005, -1, -1.00055218, -7.74254731e-005, 6.87577995e-010, -7.74232903e-005, 1.00055218, 7.99185291e-005)
  1282. p66.CanCollide = false
  1283. p66.Locked = true
  1284. p66.FormFactor = Enum.FormFactor.Custom
  1285. p66.Size = Vector3.new(0.341090173, 3.76720667, 0.341090739)
  1286. p66.BottomSurface = Enum.SurfaceType.Smooth
  1287. p66.TopSurface = Enum.SurfaceType.Smooth
  1288. b66 = Instance.new("SpecialMesh", p66)
  1289. b66.MeshType = Enum.MeshType.Sphere
  1290. b66.Name = "Mesh"
  1291. b66.Scale = Vector3.new(0.920660138, 1, 0.333572537)
  1292. p67 = Instance.new("Part", m)
  1293. p67.BrickColor = BrickColor.new("Gold")
  1294. p67.Material = Enum.Material.SmoothPlastic
  1295. p67.Reflectance = 0.30000001192093
  1296. p67.Name = "Circle"
  1297. p67.CFrame = CFrame.new(-0.00478551397, 17.336647, 24.348484, 1, 3.08064045e-008, -3.62128816e-008, -5.07114386e-008, 2.21291032e-007, -1.00056064, 3.00788088e-008, 1.00056064, 2.23485017e-007)
  1298. p67.CanCollide = false
  1299. p67.Locked = true
  1300. p67.FormFactor = Enum.FormFactor.Custom
  1301. p67.Size = Vector3.new(0.341090173, 0.341090739, 0.341090739)
  1302. p67.BottomSurface = Enum.SurfaceType.Smooth
  1303. p67.TopSurface = Enum.SurfaceType.Smooth
  1304. b67 = Instance.new("CylinderMesh", p67)
  1305. b67.Name = "Mesh"
  1306. b67.Scale = Vector3.new(0.400286883, 0.533716023, 0.467001468)
  1307. p68 = Instance.new("Part", m)
  1308. p68.BrickColor = BrickColor.new("Gold")
  1309. p68.Material = Enum.Material.SmoothPlastic
  1310. p68.Reflectance = 0.30000001192093
  1311. p68.Name = "Circle"
  1312. p68.CFrame = CFrame.new(-0.00478850631, 17.3367958, 24.2894917, 1, 3.12650421e-008, -3.61045807e-008, -5.08201019e-008, 2.21288374e-007, -1.00056899, 3.05374463e-008, 1.00056899, 2.23491384e-007)
  1313. p68.CanCollide = false
  1314. p68.Locked = true
  1315. p68.FormFactor = Enum.FormFactor.Custom
  1316. p68.Size = Vector3.new(0.341090173, 0.341090739, 0.341090739)
  1317. p68.BottomSurface = Enum.SurfaceType.Smooth
  1318. p68.TopSurface = Enum.SurfaceType.Smooth
  1319. b68 = Instance.new("CylinderMesh", p68)
  1320. b68.Name = "Mesh"
  1321. b68.Scale = Vector3.new(0.467001408, 0.266858011, 0.467001468)
  1322. p69 = Instance.new("Part", m)
  1323. p69.BrickColor = BrickColor.new("Really black")
  1324. p69.Material = Enum.Material.SmoothPlastic
  1325. p69.Name = "Block"
  1326. p69.CFrame = CFrame.new(-0.00478150323, 17.0238495, 24.0341129, -1, -2.05844628e-007, 9.51298489e-008, -8.02730185e-008, -1.76898766e-007, -1.00057733, 1.43231958e-007, -1.00057733, 1.79107602e-007)
  1327. p69.CanCollide = false
  1328. p69.Locked = true
  1329. p69.FormFactor = Enum.FormFactor.Custom
  1330. p69.Size = Vector3.new(0.341090173, 0.341090739, 0.341090739)
  1331. p69.BottomSurface = Enum.SurfaceType.Smooth
  1332. p69.TopSurface = Enum.SurfaceType.Smooth
  1333. b69 = Instance.new("SpecialMesh", p69)
  1334. b69.MeshType = Enum.MeshType.Wedge
  1335. b69.Name = "WedgeMesh"
  1336. b69.Scale = Vector3.new(0.533715904, 0.29687953, 0.300215244)
  1337. p70 = Instance.new("Part", m)
  1338. p70.BrickColor = BrickColor.new("Really black")
  1339. p70.Material = Enum.Material.SmoothPlastic
  1340. p70.Name = "Block"
  1341. p70.CFrame = CFrame.new(-0.00478149857, 17.6501446, 24.0343189, 1, 1.43400342e-007, -7.81537324e-009, -7.30847916e-009, -8.94201833e-008, 1.00058568, 2.07126419e-007, -1.00058568, -9.16313638e-008)
  1342. p70.CanCollide = false
  1343. p70.Locked = true
  1344. p70.FormFactor = Enum.FormFactor.Custom
  1345. p70.Size = Vector3.new(0.341090173, 0.341090739, 0.341090739)
  1346. p70.BottomSurface = Enum.SurfaceType.Smooth
  1347. p70.TopSurface = Enum.SurfaceType.Smooth
  1348. b70 = Instance.new("SpecialMesh", p70)
  1349. b70.MeshType = Enum.MeshType.Wedge
  1350. b70.Name = "WedgeMesh"
  1351. b70.Scale = Vector3.new(0.533715785, 0.29687953, 0.300215244)
  1352. w1 = Instance.new("Weld", p1)
  1353. w1.Name = "Part_Weld"
  1354. w1.Part0 = p1
  1355. w1.C0 = CFrame.new(-24.1230564, -16.9977722, 0.0817769542, 4.35829861e-008, -1.2260136e-008, 1.00000417, -3.15302451e-010, 1.00000417, 1.22591297e-008, -1, -2.07065101e-010, 4.31318767e-008)
  1356. w1.Part1 = p2
  1357. w1.C1 = CFrame.new(-24.1105461, -17.623558, -0.0911720395, 4.35829861e-008, -1.2260136e-008, 1.00000417, -3.15302451e-010, 1.00000417, 1.22591297e-008, -1, -2.07065101e-010, 4.31318767e-008)
  1358. w2 = Instance.new("Weld", p2)
  1359. w2.Name = "Part_Weld"
  1360. w2.Part0 = p2
  1361. w2.C0 = CFrame.new(-24.1105461, -17.623558, -0.0911720395, 4.35829861e-008, -1.2260136e-008, 1.00000417, -3.15302451e-010, 1.00000417, 1.22591297e-008, -1, -2.07065101e-010, 4.31318767e-008)
  1362. w2.Part1 = p3
  1363. w2.C1 = CFrame.new(-0.00129098259, -17.3265915, 23.4164867, -1, -2.0706413e-010, -5.89352567e-010, -3.15302451e-010, 1.00000417, 1.22591297e-008, 1.30967237e-010, 1.2260136e-008, -1.00000417)
  1364. w3 = Instance.new("Weld", p3)
  1365. w3.Name = "Part_Weld"
  1366. w3.Part0 = p3
  1367. w3.C0 = CFrame.new(-0.00129098259, -17.3265915, 23.4164867, -1, -2.0706413e-010, -5.89352567e-010, -3.15302451e-010, 1.00000417, 1.22591297e-008, 1.30967237e-010, 1.2260136e-008, -1.00000417)
  1368. w3.Part1 = p4
  1369. w3.C1 = CFrame.new(0.00478598243, 23.979847, -17.3269234, 1, 2.0706413e-010, 5.89352567e-010, 1.30967237e-010, 1.2260136e-008, -1.00000417, -3.15302451e-010, 1.00000417, 1.22591297e-008)
  1370. w4 = Instance.new("Weld", p4)
  1371. w4.Name = "Part_Weld"
  1372. w4.Part0 = p4
  1373. w4.C0 = CFrame.new(0.00478598243, 23.979847, -17.3269234, 1, 2.0706413e-010, 5.89352567e-010, 1.30967237e-010, 1.2260136e-008, -1.00000417, -3.15302451e-010, 1.00000417, 1.22591297e-008)
  1374. w4.Part1 = p5
  1375. w4.C1 = CFrame.new(-0.00582549348, 16.7313747, 24.2155914, -1, -8.76302053e-008, -5.89353621e-010, -2.98896339e-008, 0.342021614, -0.93969661, 8.24911695e-008, -0.93969661, -0.342021614)
  1376. w5 = Instance.new("Weld", p5)
  1377. w5.Name = "Part_Weld"
  1378. w5.Part0 = p5
  1379. w5.C0 = CFrame.new(-0.00582549348, 16.7313747, 24.2155914, -1, -8.76302053e-008, -5.89353621e-010, -2.98896339e-008, 0.342021614, -0.93969661, 8.24911695e-008, -0.93969661, -0.342021614)
  1380. w5.Part1 = p6
  1381. w5.C1 = CFrame.new(-24.1936054, -17.3243332, -0.0911670402, 4.35829861e-008, -1.2260136e-008, 1.00000417, -3.15302451e-010, 1.00000417, 1.22591297e-008, -1, -2.07065101e-010, 4.31318767e-008)
  1382. w6 = Instance.new("Weld", p6)
  1383. w6.Name = "Part_Weld"
  1384. w6.Part0 = p6
  1385. w6.C0 = CFrame.new(-24.1936054, -17.3243332, -0.0911670402, 4.35829861e-008, -1.2260136e-008, 1.00000417, -3.15302451e-010, 1.00000417, 1.22591297e-008, -1, -2.07065101e-010, 4.31318767e-008)
  1386. w6.Part1 = p7
  1387. w6.C1 = CFrame.new(-0.00128898257, -17.3265896, 23.452898, -1, -2.0706413e-010, -5.89352567e-010, -3.15302451e-010, 1.00000417, 1.22591297e-008, 1.30967237e-010, 1.2260136e-008, -1.00000417)
  1388. w7 = Instance.new("Weld", p7)
  1389. w7.Name = "Part_Weld"
  1390. w7.Part0 = p7
  1391. w7.C0 = CFrame.new(-0.00128898257, -17.3265896, 23.452898, -1, -2.0706413e-010, -5.89352567e-010, -3.15302451e-010, 1.00000417, 1.22591297e-008, 1.30967237e-010, 1.2260136e-008, -1.00000417)
  1392. w7.Part1 = p8
  1393. w7.C1 = CFrame.new(-24.1230564, -16.9977722, -0.0911720395, 4.35829861e-008, -1.2260136e-008, 1.00000417, -3.15302451e-010, 1.00000417, 1.22591297e-008, -1, -2.07065101e-010, 4.31318767e-008)
  1394. w8 = Instance.new("Weld", p8)
  1395. w8.Name = "Part_Weld"
  1396. w8.Part0 = p8
  1397. w8.C0 = CFrame.new(-24.1230564, -16.9977722, -0.0911720395, 4.35829861e-008, -1.2260136e-008, 1.00000417, -3.15302451e-010, 1.00000417, 1.22591297e-008, -1, -2.07065101e-010, 4.31318767e-008)
  1398. w8.Part1 = p9
  1399. w8.C1 = CFrame.new(-24.1105442, -17.0228176, 0.0817769542, 4.35829861e-008, -1.2260136e-008, 1.00000417, -3.15302451e-010, 1.00000417, 1.22591297e-008, -1, -2.07065101e-010, 4.31318767e-008)
  1400. w9 = Instance.new("Weld", p9)
  1401. w9.Name = "Part_Weld"
  1402. w9.Part0 = p9
  1403. w9.C0 = CFrame.new(-24.1105442, -17.0228176, 0.0817769542, 4.35829861e-008, -1.2260136e-008, 1.00000417, -3.15302451e-010, 1.00000417, 1.22591297e-008, -1, -2.07065101e-010, 4.31318767e-008)
  1404. w9.Part1 = p10
  1405. w9.C1 = CFrame.new(-0.00128598255, -17.3265877, 23.4904461, -1, -2.0706413e-010, -5.89352567e-010, -3.15302451e-010, 1.00000417, 1.22591297e-008, 1.30967237e-010, 1.2260136e-008, -1.00000417)
  1406. w10 = Instance.new("Weld", p10)
  1407. w10.Name = "Part_Weld"
  1408. w10.Part0 = p10
  1409. w10.C0 = CFrame.new(-0.00128598255, -17.3265877, 23.4904461, -1, -2.0706413e-010, -5.89352567e-010, -3.15302451e-010, 1.00000417, 1.22591297e-008, 1.30967237e-010, 1.2260136e-008, -1.00000417)
  1410. w10.Part1 = p11
  1411. w10.C1 = CFrame.new(-0.00582148228, 16.721838, 24.3436203, -1, -8.76302053e-008, -5.89353621e-010, -2.98896339e-008, 0.342021614, -0.93969661, 8.24911695e-008, -0.93969661, -0.342021614)
  1412. w11 = Instance.new("Weld", p11)
  1413. w11.Name = "Part_Weld"
  1414. w11.Part0 = p11
  1415. w11.C0 = CFrame.new(-0.00582148228, 16.721838, 24.3436203, -1, -8.76302053e-008, -5.89353621e-010, -2.98896339e-008, 0.342021614, -0.93969661, 8.24911695e-008, -0.93969661, -0.342021614)
  1416. w11.Part1 = p12
  1417. w11.C1 = CFrame.new(-24.1355762, -17.6235542, 0.0817799568, 4.35829861e-008, -1.2260136e-008, 1.00000417, -3.15302451e-010, 1.00000417, 1.22591297e-008, -1, -2.07065101e-010, 4.31318767e-008)
  1418. w12 = Instance.new("Weld", p12)
  1419. w12.Name = "Part_Weld"
  1420. w12.Part0 = p12
  1421. w12.C0 = CFrame.new(-24.1355762, -17.6235542, 0.0817799568, 4.35829861e-008, -1.2260136e-008, 1.00000417, -3.15302451e-010, 1.00000417, 1.22591297e-008, -1, -2.07065101e-010, 4.31318767e-008)
  1422. w12.Part1 = p13
  1423. w12.C1 = CFrame.new(-24.1230564, -17.5985184, -0.0911720395, 4.35829861e-008, -1.2260136e-008, 1.00000417, -3.15302451e-010, 1.00000417, 1.22591297e-008, -1, -2.07065101e-010, 4.31318767e-008)
  1424. w13 = Instance.new("Weld", p13)
  1425. w13.Name = "Part_Weld"
  1426. w13.Part0 = p13
  1427. w13.C0 = CFrame.new(-24.1230564, -17.5985184, -0.0911720395, 4.35829861e-008, -1.2260136e-008, 1.00000417, -3.15302451e-010, 1.00000417, 1.22591297e-008, -1, -2.07065101e-010, 4.31318767e-008)
  1428. w13.Part1 = p14
  1429. w13.C1 = CFrame.new(-0.00582148228, 16.7180405, 24.3436241, -1, -8.76302053e-008, -5.89353621e-010, -2.98896339e-008, 0.342021614, -0.93969661, 8.24911695e-008, -0.93969661, -0.342021614)
  1430. w14 = Instance.new("Weld", p14)
  1431. w14.Name = "Part_Weld"
  1432. w14.Part0 = p14
  1433. w14.C0 = CFrame.new(-0.00582148228, 16.7180405, 24.3436241, -1, -8.76302053e-008, -5.89353621e-010, -2.98896339e-008, 0.342021614, -0.93969661, 8.24911695e-008, -0.93969661, -0.342021614)
  1434. w14.Part1 = p15
  1435. w14.C1 = CFrame.new(-24.1230602, -17.6451797, 0.0817769542, 4.35829861e-008, -1.2260136e-008, 1.00000417, -3.15302451e-010, 1.00000417, 1.22591297e-008, -1, -2.07065101e-010, 4.31318767e-008)
  1436. w15 = Instance.new("Weld", p15)
  1437. w15.Name = "Part_Weld"
  1438. w15.Part0 = p15
  1439. w15.C0 = CFrame.new(-24.1230602, -17.6451797, 0.0817769542, 4.35829861e-008, -1.2260136e-008, 1.00000417, -3.15302451e-010, 1.00000417, 1.22591297e-008, -1, -2.07065101e-010, 4.31318767e-008)
  1440. w15.Part1 = p16
  1441. w15.C1 = CFrame.new(0.00581398234, 23.8473282, -17.3277187, 1, 2.0706413e-010, 5.89352567e-010, 1.30967237e-010, 1.2260136e-008, -1.00000417, -3.15302451e-010, 1.00000417, 1.22591297e-008)
  1442. w16 = Instance.new("Weld", p16)
  1443. w16.Name = "Part_Weld"
  1444. w16.Part0 = p16
  1445. w16.C0 = CFrame.new(0.00581398234, 23.8473282, -17.3277187, 1, 2.0706413e-010, 5.89352567e-010, 1.30967237e-010, 1.2260136e-008, -1.00000417, -3.15302451e-010, 1.00000417, 1.22591297e-008)
  1446. w16.Part1 = p17
  1447. w16.C1 = CFrame.new(-0.00582549348, 16.7351685, 24.2155857, -1, -8.76302053e-008, -5.89353621e-010, -2.98896339e-008, 0.342021614, -0.93969661, 8.24911695e-008, -0.93969661, -0.342021614)
  1448. w17 = Instance.new("Weld", p17)
  1449. w17.Name = "Part_Weld"
  1450. w17.Part0 = p17
  1451. w17.C0 = CFrame.new(-0.00582549348, 16.7351685, 24.2155857, -1, -8.76302053e-008, -5.89353621e-010, -2.98896339e-008, 0.342021614, -0.93969661, 8.24911695e-008, -0.93969661, -0.342021614)
  1452. w17.Part1 = p18
  1453. w17.C1 = CFrame.new(0.00582298217, 28.5685654, -8.22870255, 1, 2.0706413e-010, 5.89352567e-010, 2.25554686e-010, -0.342021614, -0.93969661, -2.51020538e-010, 0.93969661, -0.342021614)
  1454. w18 = Instance.new("Weld", p18)
  1455. w18.Name = "Part_Weld"
  1456. w18.Part0 = p18
  1457. w18.C0 = CFrame.new(0.00582298217, 28.5685654, -8.22870255, 1, 2.0706413e-010, 5.89352567e-010, 2.25554686e-010, -0.342021614, -0.93969661, -2.51020538e-010, 0.93969661, -0.342021614)
  1458. w18.Part1 = p19
  1459. w18.C1 = CFrame.new(-24.1355762, -17.6235542, -0.0911700428, 4.35829861e-008, -1.2260136e-008, 1.00000417, -3.15302451e-010, 1.00000417, 1.22591297e-008, -1, -2.07065101e-010, 4.31318767e-008)
  1460. w19 = Instance.new("Weld", p19)
  1461. w19.Name = "Part_Weld"
  1462. w19.Part0 = p19
  1463. w19.C0 = CFrame.new(-24.1355762, -17.6235542, -0.0911700428, 4.35829861e-008, -1.2260136e-008, 1.00000417, -3.15302451e-010, 1.00000417, 1.22591297e-008, -1, -2.07065101e-010, 4.31318767e-008)
  1464. w19.Part1 = p20
  1465. w19.C1 = CFrame.new(0.0058269822, 28.5856762, -8.35672283, 1, 2.0706413e-010, 5.89352567e-010, 2.25554686e-010, -0.342021614, -0.93969661, -2.51020538e-010, 0.93969661, -0.342021614)
  1466. w20 = Instance.new("Weld", p20)
  1467. w20.Name = "Part_Weld"
  1468. w20.Part0 = p20
  1469. w20.C0 = CFrame.new(0.0058269822, 28.5856762, -8.35672283, 1, 2.0706413e-010, 5.89352567e-010, 2.25554686e-010, -0.342021614, -0.93969661, -2.51020538e-010, 0.93969661, -0.342021614)
  1470. w20.Part1 = p21
  1471. w20.C1 = CFrame.new(0.0058269822, 28.5818806, -8.35671997, 1, 2.0706413e-010, 5.89352567e-010, 2.25554686e-010, -0.342021614, -0.93969661, -2.51020538e-010, 0.93969661, -0.342021614)
  1472. w21 = Instance.new("Weld", p21)
  1473. w21.Name = "Part_Weld"
  1474. w21.Part0 = p21
  1475. w21.C0 = CFrame.new(0.0058269822, 28.5818806, -8.35671997, 1, 2.0706413e-010, 5.89352567e-010, 2.25554686e-010, -0.342021614, -0.93969661, -2.51020538e-010, 0.93969661, -0.342021614)
  1476. w21.Part1 = p22
  1477. w21.C1 = CFrame.new(0.00581398234, 23.8454285, -17.3277187, 1, 2.0706413e-010, 5.89352567e-010, 1.30967237e-010, 1.2260136e-008, -1.00000417, -3.15302451e-010, 1.00000417, 1.22591297e-008)
  1478. w22 = Instance.new("Weld", p22)
  1479. w22.Name = "Part_Weld"
  1480. w22.Part0 = p22
  1481. w22.C0 = CFrame.new(0.00581398234, 23.8454285, -17.3277187, 1, 2.0706413e-010, 5.89352567e-010, 1.30967237e-010, 1.2260136e-008, -1.00000417, -3.15302451e-010, 1.00000417, 1.22591297e-008)
  1482. w22.Part1 = p23
  1483. w22.C1 = CFrame.new(-24.1230564, -17.5985184, 0.0817769542, 4.35829861e-008, -1.2260136e-008, 1.00000417, -3.15302451e-010, 1.00000417, 1.22591297e-008, -1, -2.07065101e-010, 4.31318767e-008)
  1484. w23 = Instance.new("Weld", p23)
  1485. w23.Name = "Part_Weld"
  1486. w23.Part0 = p23
  1487. w23.C0 = CFrame.new(-24.1230564, -17.5985184, 0.0817769542, 4.35829861e-008, -1.2260136e-008, 1.00000417, -3.15302451e-010, 1.00000417, 1.22591297e-008, -1, -2.07065101e-010, 4.31318767e-008)
  1488. w23.Part1 = p24
  1489. w23.C1 = CFrame.new(-24.1355724, -17.0228157, 0.0817799568, 4.35829861e-008, -1.2260136e-008, 1.00000417, -3.15302451e-010, 1.00000417, 1.22591297e-008, -1, -2.07065101e-010, 4.31318767e-008)
  1490. w24 = Instance.new("Weld", p24)
  1491. w24.Name = "Part_Weld"
  1492. w24.Part0 = p24
  1493. w24.C0 = CFrame.new(-24.1355724, -17.0228157, 0.0817799568, 4.35829861e-008, -1.2260136e-008, 1.00000417, -3.15302451e-010, 1.00000417, 1.22591297e-008, -1, -2.07065101e-010, 4.31318767e-008)
  1494. w24.Part1 = p25
  1495. w24.C1 = CFrame.new(-24.1936054, -17.3243332, -0.0911670402, 4.35829861e-008, -1.2260136e-008, 1.00000417, -3.15302451e-010, 1.00000417, 1.22591297e-008, -1, -2.07065101e-010, 4.31318767e-008)
  1496. w25 = Instance.new("Weld", p25)
  1497. w25.Name = "Part_Weld"
  1498. w25.Part0 = p25
  1499. w25.C0 = CFrame.new(-24.1936054, -17.3243332, -0.0911670402, 4.35829861e-008, -1.2260136e-008, 1.00000417, -3.15302451e-010, 1.00000417, 1.22591297e-008, -1, -2.07065101e-010, 4.31318767e-008)
  1500. w25.Part1 = p26
  1501. w25.C1 = CFrame.new(-24.1230602, -17.0444183, 0.0817769542, 4.35829861e-008, -1.2260136e-008, 1.00000417, -3.15302451e-010, 1.00000417, 1.22591297e-008, -1, -2.07065101e-010, 4.31318767e-008)
  1502. w26 = Instance.new("Weld", p26)
  1503. w26.Name = "Part_Weld"
  1504. w26.Part0 = p26
  1505. w26.C0 = CFrame.new(-24.1230602, -17.0444183, 0.0817769542, 4.35829861e-008, -1.2260136e-008, 1.00000417, -3.15302451e-010, 1.00000417, 1.22591297e-008, -1, -2.07065101e-010, 4.31318767e-008)
  1506. w26.Part1 = p27
  1507. w26.C1 = CFrame.new(0.00582298217, 28.5723495, -8.22870922, 1, 2.0706413e-010, 5.89352567e-010, 2.25554686e-010, -0.342021614, -0.93969661, -2.51020538e-010, 0.93969661, -0.342021614)
  1508. w27 = Instance.new("Weld", p27)
  1509. w27.Name = "Part_Weld"
  1510. w27.Part0 = p27
  1511. w27.C0 = CFrame.new(0.00582298217, 28.5723495, -8.22870922, 1, 2.0706413e-010, 5.89352567e-010, 2.25554686e-010, -0.342021614, -0.93969661, -2.51020538e-010, 0.93969661, -0.342021614)
  1512. w27.Part1 = p28
  1513. w27.C1 = CFrame.new(-24.1230602, -17.0444183, -0.0911720395, 4.35829861e-008, -1.2260136e-008, 1.00000417, -3.15302451e-010, 1.00000417, 1.22591297e-008, -1, -2.07065101e-010, 4.31318767e-008)
  1514. w28 = Instance.new("Weld", p28)
  1515. w28.Name = "Part_Weld"
  1516. w28.Part0 = p28
  1517. w28.C0 = CFrame.new(-24.1230602, -17.0444183, -0.0911720395, 4.35829861e-008, -1.2260136e-008, 1.00000417, -3.15302451e-010, 1.00000417, 1.22591297e-008, -1, -2.07065101e-010, 4.31318767e-008)
  1518. w28.Part1 = p29
  1519. w28.C1 = CFrame.new(-24.1105461, -17.0228176, -0.0911720395, 4.35829861e-008, -1.2260136e-008, 1.00000417, -3.15302451e-010, 1.00000417, 1.22591297e-008, -1, -2.07065101e-010, 4.31318767e-008)
  1520. w29 = Instance.new("Weld", p29)
  1521. w29.Name = "Part_Weld"
  1522. w29.Part0 = p29
  1523. w29.C0 = CFrame.new(-24.1105461, -17.0228176, -0.0911720395, 4.35829861e-008, -1.2260136e-008, 1.00000417, -3.15302451e-010, 1.00000417, 1.22591297e-008, -1, -2.07065101e-010, 4.31318767e-008)
  1524. w29.Part1 = p30
  1525. w29.C1 = CFrame.new(-24.1230602, -17.6451797, -0.0911720395, 4.35829861e-008, -1.2260136e-008, 1.00000417, -3.15302451e-010, 1.00000417, 1.22591297e-008, -1, -2.07065101e-010, 4.31318767e-008)
  1526. w30 = Instance.new("Weld", p30)
  1527. w30.Name = "Part_Weld"
  1528. w30.Part0 = p30
  1529. w30.C0 = CFrame.new(-24.1230602, -17.6451797, -0.0911720395, 4.35829861e-008, -1.2260136e-008, 1.00000417, -3.15302451e-010, 1.00000417, 1.22591297e-008, -1, -2.07065101e-010, 4.31318767e-008)
  1530. w30.Part1 = p31
  1531. w30.C1 = CFrame.new(-24.1936016, -17.3243332, 0.0817819536, 4.35829861e-008, -1.2260136e-008, 1.00000417, -3.15302451e-010, 1.00000417, 1.22591297e-008, -1, -2.07065101e-010, 4.31318767e-008)
  1532. w31 = Instance.new("Weld", p31)
  1533. w31.Name = "Part_Weld"
  1534. w31.Part0 = p31
  1535. w31.C0 = CFrame.new(-24.1936016, -17.3243332, 0.0817819536, 4.35829861e-008, -1.2260136e-008, 1.00000417, -3.15302451e-010, 1.00000417, 1.22591297e-008, -1, -2.07065101e-010, 4.31318767e-008)
  1536. w31.Part1 = p32
  1537. w31.C1 = CFrame.new(-24.1105461, -17.623558, 0.0817769542, 4.35829861e-008, -1.2260136e-008, 1.00000417, -3.15302451e-010, 1.00000417, 1.22591297e-008, -1, -2.07065101e-010, 4.31318767e-008)
  1538. w32 = Instance.new("Weld", p32)
  1539. w32.Name = "Part_Weld"
  1540. w32.Part0 = p32
  1541. w32.C0 = CFrame.new(-24.1105461, -17.623558, 0.0817769542, 4.35829861e-008, -1.2260136e-008, 1.00000417, -3.15302451e-010, 1.00000417, 1.22591297e-008, -1, -2.07065101e-010, 4.31318767e-008)
  1542. w32.Part1 = p33
  1543. w32.C1 = CFrame.new(-24.1936016, -17.3243332, 0.0817819536, 4.35829861e-008, -1.2260136e-008, 1.00000417, -3.15302451e-010, 1.00000417, 1.22591297e-008, -1, -2.07065101e-010, 4.31318767e-008)
  1544. w33 = Instance.new("Weld", p33)
  1545. w33.Name = "Part_Weld"
  1546. w33.Part0 = p33
  1547. w33.C0 = CFrame.new(-24.1936016, -17.3243332, 0.0817819536, 4.35829861e-008, -1.2260136e-008, 1.00000417, -3.15302451e-010, 1.00000417, 1.22591297e-008, -1, -2.07065101e-010, 4.31318767e-008)
  1548. w33.Part1 = p34
  1549. w33.C1 = CFrame.new(-24.1355762, -17.0228157, -0.0911700428, 4.35829861e-008, -1.2260136e-008, 1.00000417, -3.15302451e-010, 1.00000417, 1.22591297e-008, -1, -2.07065101e-010, 4.31318767e-008)
  1550. w34 = Instance.new("Weld", p34)
  1551. w34.Name = "Part_Weld"
  1552. w34.Part0 = p34
  1553. w34.C0 = CFrame.new(-24.1355762, -17.0228157, -0.0911700428, 4.35829861e-008, -1.2260136e-008, 1.00000417, -3.15302451e-010, 1.00000417, 1.22591297e-008, -1, -2.07065101e-010, 4.31318767e-008)
  1554. w34.Part1 = p35
  1555. w34.C1 = CFrame.new(14.4940586, -25.472023, -0.00124175288, 1.43580564e-007, -0.996205807, 0.0870786756, 7.99639602e-005, 0.0870786756, 0.996205807, -1, 6.82021982e-006, 7.96725799e-005)
  1556. w35 = Instance.new("Weld", p35)
  1557. w35.Name = "Part_Weld"
  1558. w35.Part0 = p35
  1559. w35.C0 = CFrame.new(14.4940586, -25.472023, -0.00124175288, 1.43580564e-007, -0.996205807, 0.0870786756, 7.99639602e-005, 0.0870786756, 0.996205807, -1, 6.82021982e-006, 7.96725799e-005)
  1560. w35.Part1 = p36
  1561. w35.C1 = CFrame.new(-23.4905338, -18.6877365, -0.00231588027, -6.73044269e-008, 0.965950191, 0.258745164, -7.9960977e-005, -0.258745164, 0.965950191, 1, -2.06246077e-005, 7.72562125e-005)
  1562. w36 = Instance.new("Weld", p36)
  1563. w36.Name = "Part_Weld"
  1564. w36.Part0 = p36
  1565. w36.C0 = CFrame.new(-23.4905338, -18.6877365, -0.00231588027, -6.73044269e-008, 0.965950191, 0.258745164, -7.9960977e-005, -0.258745164, 0.965950191, 1, -2.06246077e-005, 7.72562125e-005)
  1566. w36.Part1 = p37
  1567. w36.C1 = CFrame.new(-20.0270557, -22.4545212, -0.00261686975, -5.65146365e-008, 0.996205807, 0.0870787427, -7.99718109e-005, -0.0870787427, 0.996205807, 1, -6.90764546e-006, 7.96737659e-005)
  1568. w37 = Instance.new("Weld", p37)
  1569. w37.Name = "Part_Weld"
  1570. w37.Part0 = p37
  1571. w37.C0 = CFrame.new(-20.0270557, -22.4545212, -0.00261686975, -5.65146365e-008, 0.996205807, 0.0870787427, -7.99718109e-005, -0.0870787427, 0.996205807, 1, -6.90764546e-006, 7.96737659e-005)
  1572. w37.Part1 = p38
  1573. w37.C1 = CFrame.new(9.9821434, -27.6539307, -0.00138907926, 1.51681888e-007, -0.965950251, 0.258745104, 7.99381232e-005, 0.258745104, 0.965950251, -1, 2.05371834e-005, 7.7255012e-005)
  1574. w38 = Instance.new("Weld", p38)
  1575. w38.Name = "Circle_Weld"
  1576. w38.Part0 = p38
  1577. w38.C0 = CFrame.new(9.9821434, -27.6539307, -0.00138907926, 1.51681888e-007, -0.965950251, 0.258745104, 7.99381232e-005, 0.258745104, 0.965950251, -1, 2.05371834e-005, 7.7255012e-005)
  1578. w38.Part1 = p39
  1579. w38.C1 = CFrame.new(0.0047852057, 25.2979832, -17.3269272, 1, 4.39105889e-008, 1.31694888e-009, 8.58562998e-010, 1.16052998e-008, -1.00000417, -4.40186483e-008, 1.00000417, 1.16077858e-008)
  1580. w39 = Instance.new("Weld", p39)
  1581. w39.Name = "Block_Weld"
  1582. w39.Part0 = p39
  1583. w39.C0 = CFrame.new(0.0047852057, 25.2979832, -17.3269272, 1, 4.39105889e-008, 1.31694888e-009, 8.58562998e-010, 1.16052998e-008, -1.00000417, -4.40186483e-008, 1.00000417, 1.16077858e-008)
  1584. w39.Part1 = p40
  1585. w39.C1 = CFrame.new(-0.0047786939, 24.1050091, 17.197216, -1, -8.76301982e-008, 1.74266461e-007, -1.7471757e-007, -3.14538156e-008, -1.00000417, 8.77380799e-008, -1.00000417, 3.14551158e-008)
  1586. w40 = Instance.new("Weld", p40)
  1587. w40.Name = "Block_Weld"
  1588. w40.Part0 = p40
  1589. w40.C0 = CFrame.new(-0.0047786939, 24.1050091, 17.197216, -1, -8.76301982e-008, 1.74266461e-007, -1.7471757e-007, -3.14538156e-008, -1.00000417, 8.77380799e-008, -1.00000417, 3.14551158e-008)
  1590. w40.Part1 = p41
  1591. w40.C1 = CFrame.new(0.00477176718, 24.105011, -17.4589081, 1, 2.07054943e-010, 1.7543789e-007, 1.74979505e-007, 5.59740911e-008, -1.00000417, -3.15302451e-010, 1.00000417, 5.59730822e-008)
  1592. w41 = Instance.new("Weld", p41)
  1593. w41.Name = "Circle_Weld"
  1594. w41.Part0 = p41
  1595. w41.C0 = CFrame.new(0.00477176718, 24.105011, -17.4589081, 1, 2.07054943e-010, 1.7543789e-007, 1.74979505e-007, 5.59740911e-008, -1.00000417, -3.15302451e-010, 1.00000417, 5.59730822e-008)
  1596. w41.Part1 = p42
  1597. w41.C1 = CFrame.new(25.4635296, -0.00477306498, -17.3269291, -4.28553903e-008, 5.59668152e-008, -1.00000417, -1, -8.61907934e-010, 4.2404281e-008, -9.70138636e-010, 1.00000417, 5.59658631e-008)
  1598. w42 = Instance.new("Weld", p42)
  1599. w42.Name = "Circle_Weld"
  1600. w42.Part0 = p42
  1601. w42.C0 = CFrame.new(25.4635296, -0.00477306498, -17.3269291, -4.28553903e-008, 5.59668152e-008, -1.00000417, -1, -8.61907934e-010, 4.2404281e-008, -9.70138636e-010, 1.00000417, 5.59658631e-008)
  1602. w42.Part1 = p43
  1603. w42.C1 = CFrame.new(0.00478120567, 25.3497562, -17.3269234, 1, 4.39105889e-008, 1.31694888e-009, 8.58562998e-010, 1.16052998e-008, -1.00000417, -4.40186483e-008, 1.00000417, 1.16077858e-008)
  1604. w43 = Instance.new("Weld", p43)
  1605. w43.Name = "Part_Weld"
  1606. w43.Part0 = p43
  1607. w43.C0 = CFrame.new(0.00478120567, 25.3497562, -17.3269234, 1, 4.39105889e-008, 1.31694888e-009, 8.58562998e-010, 1.16052998e-008, -1.00000417, -4.40186483e-008, 1.00000417, 1.16077858e-008)
  1608. w43.Part1 = p44
  1609. w43.C1 = CFrame.new(-8.3771925, -28.2052784, -0.00306228409, -8.2402039e-008, 0.939670146, -0.34209463, -7.99348854e-005, 0.34209463, 0.939670146, 1, 2.74226113e-005, 7.50846593e-005)
  1610. w44 = Instance.new("Weld", p44)
  1611. w44.Name = "Part_Weld"
  1612. w44.Part0 = p44
  1613. w44.C0 = CFrame.new(-8.3771925, -28.2052784, -0.00306228409, -8.2402039e-008, 0.939670146, -0.34209463, -7.99348854e-005, 0.34209463, 0.939670146, 1, 2.74226113e-005, 7.50846593e-005)
  1614. w44.Part1 = p45
  1615. w44.C1 = CFrame.new(1.65195179, -29.4663048, -0.00316305994, -6.7120709e-008, 0.765997827, -0.642849922, -7.99612535e-005, 0.642849922, 0.765997827, 1, 5.14543863e-005, 6.12074291e-005)
  1616. w45 = Instance.new("Weld", p45)
  1617. w45.Name = "Part_Weld"
  1618. w45.Part0 = p45
  1619. w45.C0 = CFrame.new(1.65195179, -29.4663048, -0.00316305994, -6.7120709e-008, 0.765997827, -0.642849922, -7.99612535e-005, 0.642849922, 0.765997827, 1, 5.14543863e-005, 6.12074291e-005)
  1620. w45.Part1 = p46
  1621. w45.C1 = CFrame.new(6.60119534, -28.6809769, -0.00311731314, -5.62940841e-008, 0.642730832, -0.766097665, -7.99720437e-005, 0.766097665, 0.642730832, 1, 6.13024604e-005, 5.13578198e-005)
  1622. w46 = Instance.new("Weld", p46)
  1623. w46.Name = "Handle_Weld"
  1624. w46.Part0 = p46
  1625. w46.C0 = CFrame.new(6.60119534, -28.6809769, -0.00311731314, -5.62940841e-008, 0.642730832, -0.766097665, -7.99720437e-005, 0.766097665, 0.642730832, 1, 6.13024604e-005, 5.13578198e-005)
  1626. w46.Part1 = p47
  1627. w46.C1 = CFrame.new(0.0047672065, 24.8354683, -17.3269234, 1, 4.39105889e-008, 1.31694888e-009, 8.58562998e-010, 1.16052998e-008, -1.00000417, -4.40186483e-008, 1.00000417, 1.16077858e-008)
  1628. w47 = Instance.new("Weld", p47)
  1629. w47.Name = "Block_Weld"
  1630. w47.Part0 = p47
  1631. w47.C0 = CFrame.new(0.0047672065, 24.8354683, -17.3269234, 1, 4.39105889e-008, 1.31694888e-009, 8.58562998e-010, 1.16052998e-008, -1.00000417, -4.40186483e-008, 1.00000417, 1.16077858e-008)
  1632. w47.Part1 = p48
  1633. w47.C1 = CFrame.new(0.00476798182, 17.1448765, 24.2068424, 1, 2.0706413e-010, 5.89352567e-010, 3.15302451e-010, -1.00000417, -1.22591297e-008, 1.30967237e-010, 1.2260136e-008, -1.00000417)
  1634. w48 = Instance.new("Weld", p48)
  1635. w48.Name = "Block_Weld"
  1636. w48.Part0 = p48
  1637. w48.C0 = CFrame.new(0.00476798182, 17.1448765, 24.2068424, 1, 2.0706413e-010, 5.89352567e-010, 3.15302451e-010, -1.00000417, -1.22591297e-008, 1.30967237e-010, 1.2260136e-008, -1.00000417)
  1638. w48.Part1 = p49
  1639. w48.C1 = CFrame.new(-0.00476645119, -17.5089798, 24.2068386, -1, -8.76302053e-008, -5.89353621e-010, -8.77380799e-008, 1.00000417, 1.22588393e-008, 1.30967237e-010, 1.2260136e-008, -1.00000417)
  1640. w49 = Instance.new("Weld", p49)
  1641. w49.Name = "Block_Weld"
  1642. w49.Part0 = p49
  1643. w49.C0 = CFrame.new(-0.00476645119, -17.5089798, 24.2068386, -1, -8.76302053e-008, -5.89353621e-010, -8.77380799e-008, 1.00000417, 1.22588393e-008, 1.30967237e-010, 1.2260136e-008, -1.00000417)
  1644. w49.Part1 = p50
  1645. w49.C1 = CFrame.new(0.00477598188, 24.1163845, -17.6398087, 1, 2.0706413e-010, 5.89352567e-010, 1.30967237e-010, 1.2260136e-008, -1.00000417, -3.15302451e-010, 1.00000417, 1.22591297e-008)
  1646. w50 = Instance.new("Weld", p50)
  1647. w50.Name = "Block_Weld"
  1648. w50.Part0 = p50
  1649. w50.C0 = CFrame.new(0.00477598188, 24.1163845, -17.6398087, 1, 2.0706413e-010, 5.89352567e-010, 1.30967237e-010, 1.2260136e-008, -1.00000417, -3.15302451e-010, 1.00000417, 1.22591297e-008)
  1650. w50.Part1 = p51
  1651. w50.C1 = CFrame.new(0.00477598188, 24.1163807, -17.0140247, 1, 2.0706413e-010, 5.89352567e-010, 1.30967237e-010, 1.2260136e-008, -1.00000417, -3.15302451e-010, 1.00000417, 1.22591297e-008)
  1652. w51 = Instance.new("Weld", p51)
  1653. w51.Name = "Block_Weld"
  1654. w51.Part0 = p51
  1655. w51.C0 = CFrame.new(0.00477598188, 24.1163807, -17.0140247, 1, 2.0706413e-010, 5.89352567e-010, 1.30967237e-010, 1.2260136e-008, -1.00000417, -3.15302451e-010, 1.00000417, 1.22591297e-008)
  1656. w51.Part1 = p52
  1657. w51.C1 = CFrame.new(0.00477198185, 24.1505146, -17.3269234, 1, 2.0706413e-010, 5.89352567e-010, 1.30967237e-010, 1.2260136e-008, -1.00000417, -3.15302451e-010, 1.00000417, 1.22591297e-008)
  1658. w52 = Instance.new("Weld", p52)
  1659. w52.Name = "Circle_Weld"
  1660. w52.Part0 = p52
  1661. w52.C0 = CFrame.new(0.00477198185, 24.1505146, -17.3269234, 1, 2.0706413e-010, 5.89352567e-010, 1.30967237e-010, 1.2260136e-008, -1.00000417, -3.15302451e-010, 1.00000417, 1.22591297e-008)
  1662. w52.Part1 = p53
  1663. w52.C1 = CFrame.new(25.4635296, -0.00477306498, -17.3269291, -4.28553903e-008, 5.59668152e-008, -1.00000417, -1, -8.61907934e-010, 4.2404281e-008, -9.70138636e-010, 1.00000417, 5.59658631e-008)
  1664. w53 = Instance.new("Weld", p53)
  1665. w53.Name = "Circle_Weld"
  1666. w53.Part0 = p53
  1667. w53.C0 = CFrame.new(25.4635296, -0.00477306498, -17.3269291, -4.28553903e-008, 5.59668152e-008, -1.00000417, -1, -8.61907934e-010, 4.2404281e-008, -9.70138636e-010, 1.00000417, 5.59658631e-008)
  1668. w53.Part1 = p54
  1669. w53.C1 = CFrame.new(25.4635296, -0.00477306498, -17.3269291, -4.28553903e-008, 5.59668152e-008, -1.00000417, -1, -8.61907934e-010, 4.2404281e-008, -9.70138636e-010, 1.00000417, 5.59658631e-008)
  1670. w54 = Instance.new("Weld", p54)
  1671. w54.Name = "Part_Weld"
  1672. w54.Part0 = p54
  1673. w54.C0 = CFrame.new(25.4635296, -0.00477306498, -17.3269291, -4.28553903e-008, 5.59668152e-008, -1.00000417, -1, -8.61907934e-010, 4.2404281e-008, -9.70138636e-010, 1.00000417, 5.59658631e-008)
  1674. w54.Part1 = p55
  1675. w54.C1 = CFrame.new(17.3298321, -24.83041, -0.00685525918, 1.51727434e-007, -1.00000429, -7.7692348e-005, 7.99382033e-005, -7.7692348e-005, 1.00000429, -1, -1.57829589e-007, 7.99380578e-005)
  1676. w55 = Instance.new("Weld", p55)
  1677. w55.Name = "Part_Weld"
  1678. w55.Part0 = p55
  1679. w55.C0 = CFrame.new(17.3298321, -24.83041, -0.00685525918, 1.51727434e-007, -1.00000429, -7.7692348e-005, 7.99382033e-005, -7.7692348e-005, 1.00000429, -1, -1.57829589e-007, 7.99380578e-005)
  1680. w55.Part1 = p56
  1681. w55.C1 = CFrame.new(17.3298187, -24.589201, -0.00685497746, 1.51727434e-007, -1.00000429, -7.7692348e-005, 7.99382033e-005, -7.7692348e-005, 1.00000429, -1, -1.57829589e-007, 7.99380578e-005)
  1682. w56 = Instance.new("Weld", p56)
  1683. w56.Name = "Part_Weld"
  1684. w56.Part0 = p56
  1685. w56.C0 = CFrame.new(17.3298187, -24.589201, -0.00685497746, 1.51727434e-007, -1.00000429, -7.7692348e-005, 7.99382033e-005, -7.7692348e-005, 1.00000429, -1, -1.57829589e-007, 7.99380578e-005)
  1686. w56.Part1 = p57
  1687. w56.C1 = CFrame.new(17.3298569, -25.0898247, -0.00688199606, 1.51727434e-007, -1.00000429, -7.7692348e-005, 7.99382033e-005, -7.7692348e-005, 1.00000429, -1, -1.57829589e-007, 7.99380578e-005)
  1688. w57 = Instance.new("Weld", p57)
  1689. w57.Name = "Block_Weld"
  1690. w57.Part0 = p57
  1691. w57.C0 = CFrame.new(17.3298569, -25.0898247, -0.00688199606, 1.51727434e-007, -1.00000429, -7.7692348e-005, 7.99382033e-005, -7.7692348e-005, 1.00000429, -1, -1.57829589e-007, 7.99380578e-005)
  1692. w57.Part1 = p58
  1693. w57.C1 = CFrame.new(0.00477481494, 24.0429974, -16.9514599, 1, 1.75053344e-007, 1.7543789e-007, 1.74979505e-007, 5.59740911e-008, -1.00000417, -1.75160864e-007, 1.00000417, 5.59724995e-008)
  1694. w58 = Instance.new("Weld", p58)
  1695. w58.Name = "Block_Weld"
  1696. w58.Part0 = p58
  1697. w58.C0 = CFrame.new(0.00477481494, 24.0429974, -16.9514599, 1, 1.75053344e-007, 1.7543789e-007, 1.74979505e-007, 5.59740911e-008, -1.00000417, -1.75160864e-007, 1.00000417, 5.59724995e-008)
  1698. w58.Part1 = p59
  1699. w58.C1 = CFrame.new(-0.00478463899, 24.0429974, 17.7023983, -1, -8.76302053e-008, 1.74266461e-007, -1.7471757e-007, -3.14538156e-008, -1.00000417, 8.77380728e-008, -1.00000417, 3.14551158e-008)
  1700. w59 = Instance.new("Weld", p59)
  1701. w59.Name = "Block_Weld"
  1702. w59.Part0 = p59
  1703. w59.C0 = CFrame.new(-0.00478463899, 24.0429974, 17.7023983, -1, -8.76302053e-008, 1.74266461e-007, -1.7471757e-007, -3.14538156e-008, -1.00000417, 8.77380728e-008, -1.00000417, 3.14551158e-008)
  1704. w59.Part1 = p60
  1705. w59.C1 = CFrame.new(-0.00476987194, -24.1391392, -16.9514465, -1, -2.07070638e-010, -8.80099833e-008, -8.7551598e-008, 3.14538156e-008, 1.00000417, -3.1531e-010, 1.00000417, -3.14548245e-008)
  1706. w60 = Instance.new("Weld", p60)
  1707. w60.Name = "Block_Weld"
  1708. w60.Part0 = p60
  1709. w60.C0 = CFrame.new(-0.00476987194, -24.1391392, -16.9514465, -1, -2.07070638e-010, -8.80099833e-008, -8.7551598e-008, 3.14538156e-008, 1.00000417, -3.1531e-010, 1.00000417, -3.14548245e-008)
  1710. w60.Part1 = p61
  1711. w60.C1 = CFrame.new(0.00477564055, -24.1391373, 17.7023945, 1, -8.72160655e-008, -8.68385541e-008, 8.72896635e-008, -5.59740911e-008, 1.00000417, -8.71074661e-008, -1.00000417, -5.59733735e-008)
  1712. w61 = Instance.new("Weld", p61)
  1713. w61.Name = "Part_Weld"
  1714. w61.Part0 = p61
  1715. w61.C0 = CFrame.new(0.00477564055, -24.1391373, 17.7023945, 1, -8.72160655e-008, -8.68385541e-008, 8.72896635e-008, -5.59740911e-008, 1.00000417, -8.71074661e-008, -1.00000417, -5.59733735e-008)
  1716. w61.Part1 = p62
  1717. w61.C1 = CFrame.new(28.8705769, -2.13716507, 0.000626247609, 3.0559022e-010, -0.642730772, -0.766097605, 7.99049012e-005, -0.766097605, 0.642730772, -1, -6.12150252e-005, 5.13566411e-005)
  1718. w62 = Instance.new("Weld", p62)
  1719. w62.Name = "Part_Weld"
  1720. w62.Part0 = p62
  1721. w62.C0 = CFrame.new(28.8705769, -2.13716507, 0.000626247609, 3.0559022e-010, -0.642730772, -0.766097605, 7.99049012e-005, -0.766097605, 0.642730772, -1, -6.12150252e-005, 5.13566411e-005)
  1722. w62.Part1 = p63
  1723. w62.C1 = CFrame.new(24.1805763, -16.3523483, -0.000524612726, 3.40151018e-010, -0.939669967, -0.3420946, 7.99047266e-005, -0.3420946, 0.939669967, -1, -2.73351798e-005, 7.50834879e-005)
  1724. w63 = Instance.new("Weld", p63)
  1725. w63.Name = "Blade_Weld"
  1726. w63.Part0 = p63
  1727. w63.C0 = CFrame.new(24.1805763, -16.3523483, -0.000524612726, 3.40151018e-010, -0.939669967, -0.3420946, 7.99047266e-005, -0.3420946, 0.939669967, -1, -2.73351798e-005, 7.50834879e-005)
  1728. w63.Part1 = p64
  1729. w63.C1 = CFrame.new(17.3280849, -20.8895588, -0.00102815893, 3.16360438e-010, -1.00000429, -7.75284352e-005, 7.99046247e-005, -7.75284352e-005, 1.00000429, -1, -6.39990949e-009, 7.99044938e-005)
  1730. w64 = Instance.new("Weld", p64)
  1731. w64.Name = "Part_Weld"
  1732. w64.Part0 = p64
  1733. w64.C0 = CFrame.new(17.3280849, -20.8895588, -0.00102815893, 3.16360438e-010, -1.00000429, -7.75284352e-005, 7.99046247e-005, -7.75284352e-005, 1.00000429, -1, -6.39990949e-009, 7.99044938e-005)
  1734. w64.Part1 = p65
  1735. w64.C1 = CFrame.new(28.1923103, -7.19278717, 0.000232279766, 3.23780114e-010, -0.765997767, -0.642849863, 7.99048503e-005, -0.642849863, 0.765997767, -1, -5.13669547e-005, 6.12062577e-005)
  1736. w65 = Instance.new("Weld", p65)
  1737. w65.Name = "Part_Weld"
  1738. w65.Part0 = p65
  1739. w65.C0 = CFrame.new(28.1923103, -7.19278717, 0.000232279766, 3.23780114e-010, -0.765997767, -0.642849863, 7.99048503e-005, -0.642849863, 0.765997767, -1, -5.13669547e-005, 6.12062577e-005)
  1740. w65.Part1 = p66
  1741. w65.C1 = CFrame.new(17.3281631, -21.0192661, -0.00113252318, 3.16360438e-010, -1.00000429, -7.75284352e-005, 7.99046247e-005, -7.75284352e-005, 1.00000429, -1, -6.39990949e-009, 7.99044938e-005)
  1742. w66 = Instance.new("Weld", p66)
  1743. w66.Name = "Circle_Weld"
  1744. w66.Part0 = p66
  1745. w66.C0 = CFrame.new(17.3281631, -21.0192661, -0.00113252318, 3.16360438e-010, -1.00000429, -7.75284352e-005, 7.99046247e-005, -7.75284352e-005, 1.00000429, -1, -6.39990949e-009, 7.99044938e-005)
  1746. w66.Part1 = p67
  1747. w66.C1 = CFrame.new(0.00478675682, -24.3348389, 17.3269215, 1, -4.34964633e-008, -1.38243708e-010, 5.96628524e-010, 7.58153291e-008, 1.00000417, -4.33880416e-008, -1.00000417, 7.58198269e-008)
  1748. w67 = Instance.new("Weld", p67)
  1749. w67.Name = "Circle_Weld"
  1750. w67.Part0 = p67
  1751. w67.C0 = CFrame.new(0.00478675682, -24.3348389, 17.3269215, 1, -4.34964633e-008, -1.38243708e-010, 5.96628524e-010, 7.58153291e-008, 1.00000417, -4.33880416e-008, -1.00000417, 7.58198269e-008)
  1752. w67.Part1 = p68
  1753. w67.C1 = CFrame.new(0.00478975661, -24.2756767, 17.3269253, 1, -4.34964633e-008, -1.38243708e-010, 5.96628524e-010, 7.58153291e-008, 1.00000417, -4.33880416e-008, -1.00000417, 7.58198269e-008)
  1754. w68 = Instance.new("Weld", p68)
  1755. w68.Name = "Block_Weld"
  1756. w68.Part0 = p68
  1757. w68.C0 = CFrame.new(0.00478975661, -24.2756767, 17.3269253, 1, -4.34964633e-008, -1.38243708e-010, 5.96628524e-010, 7.58153291e-008, 1.00000417, -4.33880416e-008, -1.00000417, 7.58198269e-008)
  1758. w68.Part1 = p69
  1759. w68.C1 = CFrame.new(-0.00478469487, 24.0202389, 17.0140171, -1, -8.76301982e-008, 1.74266461e-007, -1.7471757e-007, -3.14538156e-008, -1.00000417, 8.77380799e-008, -1.00000417, 3.14551158e-008)
  1760. w69 = Instance.new("Weld", p69)
  1761. w69.Name = "Block_Weld"
  1762. w69.Part0 = p69
  1763. w69.C0 = CFrame.new(-0.00478469487, 24.0202389, 17.0140171, -1, -8.76301982e-008, 1.74266461e-007, -1.7471757e-007, -3.14538156e-008, -1.00000417, 8.77380799e-008, -1.00000417, 3.14551158e-008)
  1764. w69.Part1 = p70
  1765. w69.C1 = CFrame.new(0.00477778213, 24.0202408, -17.6398048, 1, 2.07054943e-010, 1.7543789e-007, 1.74979505e-007, 5.59740911e-008, -1.00000417, -3.15302451e-010, 1.00000417, 5.59730822e-008)
  1766. m.Parent = char
  1767. m:MakeJoints()
  1768. ----------------------------------------------------
  1769. local cor = Instance.new("Part", char.Sword)
  1770. cor.Name = "Thingy"
  1771. cor.Locked = true
  1772. cor.BottomSurface = 0
  1773. cor.CanCollide = false
  1774. cor.Size = Vector3.new(1, 1, 1)
  1775. cor.Transparency = 1
  1776. cor.TopSurface = 0
  1777. corw = Instance.new("Weld", cor)
  1778. corw.Part0 = rarm
  1779. corw.Part1 = cor
  1780. corw.C0 = CFrame.new(0, -0.85, 0) * CFrame.Angles(math.rad(-90), math.rad(0), math.rad(0))
  1781. corw.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  1782. weld1 = Instance.new("Weld", char.Sword)
  1783. weld1.Part0 = cor
  1784. weld1.Part1 = char.Sword.Handle
  1785. weld1.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  1786. ----------------------------------------------------
  1787. local m2 = Instance.new("Model")
  1788. m2.Name = "Wings"
  1789. p1 = Instance.new("Part", m2)
  1790. p1.BrickColor = BrickColor.new("Dark Indigo")
  1791. p1.Material = Enum.Material.Neon
  1792. 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)
  1793. p1.FormFactor = Enum.FormFactor.Custom
  1794. p1.Size = Vector3.new(0.61060679, 3.09150696, 0.221234918)
  1795. p1.BottomSurface = Enum.SurfaceType.Smooth
  1796. p1.TopSurface = Enum.SurfaceType.Smooth
  1797. b1 = Instance.new("SpecialMesh", p1)
  1798. b1.MeshType = Enum.MeshType.Sphere
  1799. b1.Name = "Mesh"
  1800. p2 = Instance.new("Part", m2)
  1801. p2.BrickColor = BrickColor.new("Dark Indigo")
  1802. p2.Material = Enum.Material.SmoothPlastic
  1803. p2.Reflectance = 0.30000001192093
  1804. 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)
  1805. p2.CanCollide = false
  1806. p2.FormFactor = Enum.FormFactor.Custom
  1807. p2.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371)
  1808. p2.BottomSurface = Enum.SurfaceType.Smooth
  1809. p2.TopSurface = Enum.SurfaceType.Smooth
  1810. b2 = Instance.new("SpecialMesh", p2)
  1811. b2.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1812. b2.TextureId = ""
  1813. b2.MeshType = Enum.MeshType.FileMesh
  1814. b2.Name = "Mesh"
  1815. b2.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665)
  1816. p3 = Instance.new("Part", m2)
  1817. p3.BrickColor = BrickColor.new("Dark Indigo")
  1818. p3.Material = Enum.Material.SmoothPlastic
  1819. p3.Reflectance = 0.30000001192093
  1820. 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)
  1821. p3.CanCollide = false
  1822. p3.FormFactor = Enum.FormFactor.Custom
  1823. p3.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371)
  1824. p3.BottomSurface = Enum.SurfaceType.Smooth
  1825. p3.TopSurface = Enum.SurfaceType.Smooth
  1826. b3 = Instance.new("SpecialMesh", p3)
  1827. b3.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1828. b3.TextureId = ""
  1829. b3.MeshType = Enum.MeshType.FileMesh
  1830. b3.Name = "Mesh"
  1831. b3.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595)
  1832. p4 = Instance.new("Part", m2)
  1833. p4.BrickColor = BrickColor.new("Dark Indigo")
  1834. p4.Material = Enum.Material.SmoothPlastic
  1835. p4.Reflectance = 0.30000001192093
  1836. 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)
  1837. p4.CanCollide = false
  1838. p4.FormFactor = Enum.FormFactor.Custom
  1839. p4.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371)
  1840. p4.BottomSurface = Enum.SurfaceType.Smooth
  1841. p4.TopSurface = Enum.SurfaceType.Smooth
  1842. b4 = Instance.new("SpecialMesh", p4)
  1843. b4.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1844. b4.TextureId = ""
  1845. b4.MeshType = Enum.MeshType.FileMesh
  1846. b4.Name = "Mesh"
  1847. b4.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933)
  1848. p5 = Instance.new("Part", m2)
  1849. p5.BrickColor = BrickColor.new("Dark Indigo")
  1850. p5.Material = Enum.Material.SmoothPlastic
  1851. p5.Reflectance = 0.30000001192093
  1852. 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)
  1853. p5.CanCollide = false
  1854. p5.FormFactor = Enum.FormFactor.Custom
  1855. p5.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371)
  1856. p5.BottomSurface = Enum.SurfaceType.Smooth
  1857. p5.TopSurface = Enum.SurfaceType.Smooth
  1858. b5 = Instance.new("SpecialMesh", p5)
  1859. b5.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1860. b5.TextureId = ""
  1861. b5.MeshType = Enum.MeshType.FileMesh
  1862. b5.Name = "Mesh"
  1863. b5.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665)
  1864. p6 = Instance.new("Part", m2)
  1865. p6.BrickColor = BrickColor.new("Dark Indigo")
  1866. p6.Material = Enum.Material.SmoothPlastic
  1867. p6.Reflectance = 0.30000001192093
  1868. 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)
  1869. p6.CanCollide = false
  1870. p6.FormFactor = Enum.FormFactor.Custom
  1871. p6.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371)
  1872. p6.BottomSurface = Enum.SurfaceType.Smooth
  1873. p6.TopSurface = Enum.SurfaceType.Smooth
  1874. b6 = Instance.new("SpecialMesh", p6)
  1875. b6.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1876. b6.TextureId = ""
  1877. b6.MeshType = Enum.MeshType.FileMesh
  1878. b6.Name = "Mesh"
  1879. b6.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933)
  1880. p7 = Instance.new("Part", m2)
  1881. p7.BrickColor = BrickColor.new("Dark Indigo")
  1882. p7.Material = Enum.Material.SmoothPlastic
  1883. p7.Reflectance = 0.30000001192093
  1884. 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)
  1885. p7.CanCollide = false
  1886. p7.FormFactor = Enum.FormFactor.Custom
  1887. p7.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371)
  1888. p7.BottomSurface = Enum.SurfaceType.Smooth
  1889. p7.TopSurface = Enum.SurfaceType.Smooth
  1890. b7 = Instance.new("SpecialMesh", p7)
  1891. b7.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1892. b7.TextureId = ""
  1893. b7.MeshType = Enum.MeshType.FileMesh
  1894. b7.Name = "Mesh"
  1895. b7.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595)
  1896. p8 = Instance.new("Part", m2)
  1897. p8.BrickColor = BrickColor.new("Dark Indigo")
  1898. p8.Material = Enum.Material.SmoothPlastic
  1899. p8.Reflectance = 0.30000001192093
  1900. 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)
  1901. p8.CanCollide = false
  1902. p8.FormFactor = Enum.FormFactor.Custom
  1903. p8.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371)
  1904. p8.BottomSurface = Enum.SurfaceType.Smooth
  1905. p8.TopSurface = Enum.SurfaceType.Smooth
  1906. b8 = Instance.new("SpecialMesh", p8)
  1907. b8.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1908. b8.TextureId = ""
  1909. b8.MeshType = Enum.MeshType.FileMesh
  1910. b8.Name = "Mesh"
  1911. b8.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933)
  1912. p9 = Instance.new("Part", m2)
  1913. p9.BrickColor = BrickColor.new("Dark Indigo")
  1914. p9.Material = Enum.Material.SmoothPlastic
  1915. p9.Reflectance = 0.30000001192093
  1916. 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)
  1917. p9.CanCollide = false
  1918. p9.FormFactor = Enum.FormFactor.Custom
  1919. p9.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371)
  1920. p9.BottomSurface = Enum.SurfaceType.Smooth
  1921. p9.TopSurface = Enum.SurfaceType.Smooth
  1922. b9 = Instance.new("SpecialMesh", p9)
  1923. b9.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1924. b9.TextureId = ""
  1925. b9.MeshType = Enum.MeshType.FileMesh
  1926. b9.Name = "Mesh"
  1927. b9.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595)
  1928. p10 = Instance.new("Part", m2)
  1929. p10.BrickColor = BrickColor.new("Dark Indigo")
  1930. p10.Material = Enum.Material.SmoothPlastic
  1931. p10.Reflectance = 0.30000001192093
  1932. 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)
  1933. p10.CanCollide = false
  1934. p10.FormFactor = Enum.FormFactor.Custom
  1935. p10.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371)
  1936. p10.BottomSurface = Enum.SurfaceType.Smooth
  1937. p10.TopSurface = Enum.SurfaceType.Smooth
  1938. b10 = Instance.new("SpecialMesh", p10)
  1939. b10.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1940. b10.TextureId = ""
  1941. b10.MeshType = Enum.MeshType.FileMesh
  1942. b10.Name = "Mesh"
  1943. b10.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933)
  1944. p11 = Instance.new("Part", m2)
  1945. p11.BrickColor = BrickColor.new("Dark Indigo")
  1946. p11.Material = Enum.Material.SmoothPlastic
  1947. p11.Reflectance = 0.30000001192093
  1948. 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)
  1949. p11.CanCollide = false
  1950. p11.FormFactor = Enum.FormFactor.Custom
  1951. p11.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371)
  1952. p11.BottomSurface = Enum.SurfaceType.Smooth
  1953. p11.TopSurface = Enum.SurfaceType.Smooth
  1954. b11 = Instance.new("SpecialMesh", p11)
  1955. b11.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1956. b11.TextureId = ""
  1957. b11.MeshType = Enum.MeshType.FileMesh
  1958. b11.Name = "Mesh"
  1959. b11.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665)
  1960. p12 = Instance.new("Part", m2)
  1961. p12.BrickColor = BrickColor.new("Dark Indigo")
  1962. p12.Material = Enum.Material.SmoothPlastic
  1963. p12.Reflectance = 0.30000001192093
  1964. 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)
  1965. p12.CanCollide = false
  1966. p12.FormFactor = Enum.FormFactor.Custom
  1967. p12.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371)
  1968. p12.BottomSurface = Enum.SurfaceType.Smooth
  1969. p12.TopSurface = Enum.SurfaceType.Smooth
  1970. b12 = Instance.new("SpecialMesh", p12)
  1971. b12.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1972. b12.TextureId = ""
  1973. b12.MeshType = Enum.MeshType.FileMesh
  1974. b12.Name = "Mesh"
  1975. b12.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665)
  1976. p13 = Instance.new("Part", m2)
  1977. p13.BrickColor = BrickColor.new("Dark Indigo")
  1978. p13.Material = Enum.Material.SmoothPlastic
  1979. p13.Reflectance = 0.30000001192093
  1980. 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)
  1981. p13.CanCollide = false
  1982. p13.FormFactor = Enum.FormFactor.Custom
  1983. p13.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371)
  1984. p13.BottomSurface = Enum.SurfaceType.Smooth
  1985. p13.TopSurface = Enum.SurfaceType.Smooth
  1986. b13 = Instance.new("SpecialMesh", p13)
  1987. b13.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1988. b13.TextureId = ""
  1989. b13.MeshType = Enum.MeshType.FileMesh
  1990. b13.Name = "Mesh"
  1991. b13.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595)
  1992. p14 = Instance.new("Part", m2)
  1993. p14.BrickColor = BrickColor.new("Dark Indigo")
  1994. p14.Material = Enum.Material.SmoothPlastic
  1995. p14.Reflectance = 0.30000001192093
  1996. 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)
  1997. p14.CanCollide = false
  1998. p14.FormFactor = Enum.FormFactor.Custom
  1999. p14.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371)
  2000. p14.BottomSurface = Enum.SurfaceType.Smooth
  2001. p14.TopSurface = Enum.SurfaceType.Smooth
  2002. b14 = Instance.new("SpecialMesh", p14)
  2003. b14.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2004. b14.TextureId = ""
  2005. b14.MeshType = Enum.MeshType.FileMesh
  2006. b14.Name = "Mesh"
  2007. b14.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595)
  2008. p15 = Instance.new("Part", m2)
  2009. p15.BrickColor = BrickColor.new("Dark Indigo")
  2010. p15.Material = Enum.Material.SmoothPlastic
  2011. p15.Reflectance = 0.30000001192093
  2012. 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)
  2013. p15.CanCollide = false
  2014. p15.FormFactor = Enum.FormFactor.Custom
  2015. p15.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371)
  2016. p15.BottomSurface = Enum.SurfaceType.Smooth
  2017. p15.TopSurface = Enum.SurfaceType.Smooth
  2018. b15 = Instance.new("SpecialMesh", p15)
  2019. b15.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2020. b15.TextureId = ""
  2021. b15.MeshType = Enum.MeshType.FileMesh
  2022. b15.Name = "Mesh"
  2023. b15.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665)
  2024. p16 = Instance.new("Part", m2)
  2025. p16.BrickColor = BrickColor.new("Dark Indigo")
  2026. p16.Material = Enum.Material.SmoothPlastic
  2027. p16.Reflectance = 0.30000001192093
  2028. 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)
  2029. p16.CanCollide = false
  2030. p16.FormFactor = Enum.FormFactor.Custom
  2031. p16.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371)
  2032. p16.BottomSurface = Enum.SurfaceType.Smooth
  2033. p16.TopSurface = Enum.SurfaceType.Smooth
  2034. b16 = Instance.new("SpecialMesh", p16)
  2035. b16.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2036. b16.TextureId = ""
  2037. b16.MeshType = Enum.MeshType.FileMesh
  2038. b16.Name = "Mesh"
  2039. b16.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933)
  2040. p17 = Instance.new("Part", m2)
  2041. p17.BrickColor = BrickColor.new("Dark Indigo")
  2042. p17.Material = Enum.Material.SmoothPlastic
  2043. p17.Reflectance = 0.30000001192093
  2044. 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)
  2045. p17.CanCollide = false
  2046. p17.FormFactor = Enum.FormFactor.Custom
  2047. p17.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371)
  2048. p17.BottomSurface = Enum.SurfaceType.Smooth
  2049. p17.TopSurface = Enum.SurfaceType.Smooth
  2050. b17 = Instance.new("SpecialMesh", p17)
  2051. b17.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2052. b17.TextureId = ""
  2053. b17.MeshType = Enum.MeshType.FileMesh
  2054. b17.Name = "Mesh"
  2055. b17.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933)
  2056. p18 = Instance.new("Part", m2)
  2057. p18.BrickColor = BrickColor.new("Dark Indigo")
  2058. p18.Material = Enum.Material.SmoothPlastic
  2059. p18.Reflectance = 0.30000001192093
  2060. 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)
  2061. p18.CanCollide = false
  2062. p18.FormFactor = Enum.FormFactor.Custom
  2063. p18.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371)
  2064. p18.BottomSurface = Enum.SurfaceType.Smooth
  2065. p18.TopSurface = Enum.SurfaceType.Smooth
  2066. b18 = Instance.new("SpecialMesh", p18)
  2067. b18.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2068. b18.TextureId = ""
  2069. b18.MeshType = Enum.MeshType.FileMesh
  2070. b18.Name = "Mesh"
  2071. b18.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933)
  2072. p19 = Instance.new("Part", m2)
  2073. p19.BrickColor = BrickColor.new("Dark Indigo")
  2074. p19.Material = Enum.Material.SmoothPlastic
  2075. p19.Reflectance = 0.30000001192093
  2076. 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)
  2077. p19.CanCollide = false
  2078. p19.FormFactor = Enum.FormFactor.Custom
  2079. p19.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371)
  2080. p19.BottomSurface = Enum.SurfaceType.Smooth
  2081. p19.TopSurface = Enum.SurfaceType.Smooth
  2082. b19 = Instance.new("SpecialMesh", p19)
  2083. b19.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2084. b19.TextureId = ""
  2085. b19.MeshType = Enum.MeshType.FileMesh
  2086. b19.Name = "Mesh"
  2087. b19.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933)
  2088. p20 = Instance.new("Part", m2)
  2089. p20.BrickColor = BrickColor.new("Dark Indigo")
  2090. p20.Material = Enum.Material.SmoothPlastic
  2091. p20.Reflectance = 0.30000001192093
  2092. 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)
  2093. p20.CanCollide = false
  2094. p20.FormFactor = Enum.FormFactor.Custom
  2095. p20.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371)
  2096. p20.BottomSurface = Enum.SurfaceType.Smooth
  2097. p20.TopSurface = Enum.SurfaceType.Smooth
  2098. b20 = Instance.new("SpecialMesh", p20)
  2099. b20.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2100. b20.TextureId = ""
  2101. b20.MeshType = Enum.MeshType.FileMesh
  2102. b20.Name = "Mesh"
  2103. b20.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595)
  2104. p21 = Instance.new("Part", m2)
  2105. p21.BrickColor = BrickColor.new("Dark Indigo")
  2106. p21.Material = Enum.Material.SmoothPlastic
  2107. p21.Reflectance = 0.30000001192093
  2108. 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)
  2109. p21.CanCollide = false
  2110. p21.FormFactor = Enum.FormFactor.Custom
  2111. p21.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371)
  2112. p21.BottomSurface = Enum.SurfaceType.Smooth
  2113. p21.TopSurface = Enum.SurfaceType.Smooth
  2114. b21 = Instance.new("SpecialMesh", p21)
  2115. b21.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2116. b21.TextureId = ""
  2117. b21.MeshType = Enum.MeshType.FileMesh
  2118. b21.Name = "Mesh"
  2119. b21.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595)
  2120. p22 = Instance.new("Part", m2)
  2121. p22.BrickColor = BrickColor.new("Dark Indigo")
  2122. p22.Material = Enum.Material.SmoothPlastic
  2123. p22.Reflectance = 0.30000001192093
  2124. 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)
  2125. p22.CanCollide = false
  2126. p22.FormFactor = Enum.FormFactor.Custom
  2127. p22.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371)
  2128. p22.BottomSurface = Enum.SurfaceType.Smooth
  2129. p22.TopSurface = Enum.SurfaceType.Smooth
  2130. b22 = Instance.new("SpecialMesh", p22)
  2131. b22.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2132. b22.TextureId = ""
  2133. b22.MeshType = Enum.MeshType.FileMesh
  2134. b22.Name = "Mesh"
  2135. b22.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665)
  2136. p23 = Instance.new("Part", m2)
  2137. p23.BrickColor = BrickColor.new("Dark Indigo")
  2138. p23.Material = Enum.Material.SmoothPlastic
  2139. p23.Reflectance = 0.30000001192093
  2140. 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)
  2141. p23.CanCollide = false
  2142. p23.FormFactor = Enum.FormFactor.Custom
  2143. p23.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371)
  2144. p23.BottomSurface = Enum.SurfaceType.Smooth
  2145. p23.TopSurface = Enum.SurfaceType.Smooth
  2146. b23 = Instance.new("SpecialMesh", p23)
  2147. b23.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2148. b23.TextureId = ""
  2149. b23.MeshType = Enum.MeshType.FileMesh
  2150. b23.Name = "Mesh"
  2151. b23.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595)
  2152. p24 = Instance.new("Part", m2)
  2153. p24.BrickColor = BrickColor.new("Dark Indigo")
  2154. p24.Material = Enum.Material.SmoothPlastic
  2155. p24.Reflectance = 0.30000001192093
  2156. 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)
  2157. p24.CanCollide = false
  2158. p24.FormFactor = Enum.FormFactor.Custom
  2159. p24.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371)
  2160. p24.BottomSurface = Enum.SurfaceType.Smooth
  2161. p24.TopSurface = Enum.SurfaceType.Smooth
  2162. b24 = Instance.new("SpecialMesh", p24)
  2163. b24.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2164. b24.TextureId = ""
  2165. b24.MeshType = Enum.MeshType.FileMesh
  2166. b24.Name = "Mesh"
  2167. b24.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665)
  2168. p25 = Instance.new("Part", m2)
  2169. p25.BrickColor = BrickColor.new("Dark Indigo")
  2170. p25.Material = Enum.Material.SmoothPlastic
  2171. p25.Reflectance = 0.30000001192093
  2172. 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)
  2173. p25.CanCollide = false
  2174. p25.FormFactor = Enum.FormFactor.Custom
  2175. p25.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371)
  2176. p25.BottomSurface = Enum.SurfaceType.Smooth
  2177. p25.TopSurface = Enum.SurfaceType.Smooth
  2178. b25 = Instance.new("SpecialMesh", p25)
  2179. b25.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2180. b25.TextureId = ""
  2181. b25.MeshType = Enum.MeshType.FileMesh
  2182. b25.Name = "Mesh"
  2183. b25.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595)
  2184. p26 = Instance.new("Part", m2)
  2185. p26.BrickColor = BrickColor.new("Dark Indigo")
  2186. p26.Material = Enum.Material.SmoothPlastic
  2187. p26.Reflectance = 0.30000001192093
  2188. 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)
  2189. p26.CanCollide = false
  2190. p26.FormFactor = Enum.FormFactor.Custom
  2191. p26.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371)
  2192. p26.BottomSurface = Enum.SurfaceType.Smooth
  2193. p26.TopSurface = Enum.SurfaceType.Smooth
  2194. b26 = Instance.new("SpecialMesh", p26)
  2195. b26.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2196. b26.TextureId = ""
  2197. b26.MeshType = Enum.MeshType.FileMesh
  2198. b26.Name = "Mesh"
  2199. b26.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595)
  2200. p27 = Instance.new("Part", m2)
  2201. p27.BrickColor = BrickColor.new("Dark Indigo")
  2202. p27.Material = Enum.Material.SmoothPlastic
  2203. p27.Reflectance = 0.30000001192093
  2204. 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)
  2205. p27.CanCollide = false
  2206. p27.FormFactor = Enum.FormFactor.Custom
  2207. p27.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371)
  2208. p27.BottomSurface = Enum.SurfaceType.Smooth
  2209. p27.TopSurface = Enum.SurfaceType.Smooth
  2210. b27 = Instance.new("SpecialMesh", p27)
  2211. b27.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2212. b27.TextureId = ""
  2213. b27.MeshType = Enum.MeshType.FileMesh
  2214. b27.Name = "Mesh"
  2215. b27.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933)
  2216. p28 = Instance.new("Part", m2)
  2217. p28.BrickColor = BrickColor.new("Dark Indigo")
  2218. p28.Material = Enum.Material.SmoothPlastic
  2219. p28.Reflectance = 0.30000001192093
  2220. 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)
  2221. p28.CanCollide = false
  2222. p28.FormFactor = Enum.FormFactor.Custom
  2223. p28.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371)
  2224. p28.BottomSurface = Enum.SurfaceType.Smooth
  2225. p28.TopSurface = Enum.SurfaceType.Smooth
  2226. b28 = Instance.new("SpecialMesh", p28)
  2227. b28.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2228. b28.TextureId = ""
  2229. b28.MeshType = Enum.MeshType.FileMesh
  2230. b28.Name = "Mesh"
  2231. b28.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933)
  2232. p29 = Instance.new("Part", m2)
  2233. p29.BrickColor = BrickColor.new("Dark Indigo")
  2234. p29.Material = Enum.Material.Neon
  2235. 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)
  2236. p29.FormFactor = Enum.FormFactor.Custom
  2237. p29.Size = Vector3.new(0.61060679, 3.09150696, 0.221234918)
  2238. p29.BottomSurface = Enum.SurfaceType.Smooth
  2239. p29.TopSurface = Enum.SurfaceType.Smooth
  2240. b29 = Instance.new("SpecialMesh", p29)
  2241. b29.MeshType = Enum.MeshType.Sphere
  2242. b29.Name = "Mesh"
  2243. p30 = Instance.new("Part", m2)
  2244. p30.BrickColor = BrickColor.new("Dark Indigo")
  2245. p30.Material = Enum.Material.SmoothPlastic
  2246. p30.Reflectance = 0.30000001192093
  2247. 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)
  2248. p30.CanCollide = false
  2249. p30.FormFactor = Enum.FormFactor.Custom
  2250. p30.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371)
  2251. p30.BottomSurface = Enum.SurfaceType.Smooth
  2252. p30.TopSurface = Enum.SurfaceType.Smooth
  2253. b30 = Instance.new("SpecialMesh", p30)
  2254. b30.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2255. b30.TextureId = ""
  2256. b30.MeshType = Enum.MeshType.FileMesh
  2257. b30.Name = "Mesh"
  2258. b30.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665)
  2259. p31 = Instance.new("Part", m2)
  2260. p31.BrickColor = BrickColor.new("Dark Indigo")
  2261. p31.Material = Enum.Material.SmoothPlastic
  2262. p31.Reflectance = 0.30000001192093
  2263. 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)
  2264. p31.CanCollide = false
  2265. p31.FormFactor = Enum.FormFactor.Custom
  2266. p31.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371)
  2267. p31.BottomSurface = Enum.SurfaceType.Smooth
  2268. p31.TopSurface = Enum.SurfaceType.Smooth
  2269. b31 = Instance.new("SpecialMesh", p31)
  2270. b31.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2271. b31.TextureId = ""
  2272. b31.MeshType = Enum.MeshType.FileMesh
  2273. b31.Name = "Mesh"
  2274. b31.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665)
  2275. p32 = Instance.new("Part", m2)
  2276. p32.BrickColor = BrickColor.new("Dark Indigo")
  2277. p32.Material = Enum.Material.SmoothPlastic
  2278. p32.Reflectance = 0.30000001192093
  2279. 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)
  2280. p32.CanCollide = false
  2281. p32.FormFactor = Enum.FormFactor.Custom
  2282. p32.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371)
  2283. p32.BottomSurface = Enum.SurfaceType.Smooth
  2284. p32.TopSurface = Enum.SurfaceType.Smooth
  2285. b32 = Instance.new("SpecialMesh", p32)
  2286. b32.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2287. b32.TextureId = ""
  2288. b32.MeshType = Enum.MeshType.FileMesh
  2289. b32.Name = "Mesh"
  2290. b32.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665)
  2291. p33 = Instance.new("Part", m2)
  2292. p33.BrickColor = BrickColor.new("Dark Indigo")
  2293. p33.Material = Enum.Material.Neon
  2294. 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)
  2295. p33.FormFactor = Enum.FormFactor.Custom
  2296. p33.Size = Vector3.new(0.61060679, 7.32508755, 0.221234918)
  2297. p33.BottomSurface = Enum.SurfaceType.Smooth
  2298. p33.TopSurface = Enum.SurfaceType.Smooth
  2299. b33 = Instance.new("SpecialMesh", p33)
  2300. b33.MeshType = Enum.MeshType.Sphere
  2301. b33.Name = "Mesh"
  2302. p34 = Instance.new("Part", m2)
  2303. p34.BrickColor = BrickColor.new("Dark Indigo")
  2304. p34.Material = Enum.Material.SmoothPlastic
  2305. p34.Reflectance = 0.30000001192093
  2306. 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)
  2307. p34.CanCollide = false
  2308. p34.FormFactor = Enum.FormFactor.Custom
  2309. p34.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371)
  2310. p34.BottomSurface = Enum.SurfaceType.Smooth
  2311. p34.TopSurface = Enum.SurfaceType.Smooth
  2312. b34 = Instance.new("SpecialMesh", p34)
  2313. b34.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2314. b34.TextureId = ""
  2315. b34.MeshType = Enum.MeshType.FileMesh
  2316. b34.Name = "Mesh"
  2317. b34.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595)
  2318. p35 = Instance.new("Part", m2)
  2319. p35.BrickColor = BrickColor.new("Dark Indigo")
  2320. p35.Material = Enum.Material.SmoothPlastic
  2321. p35.Reflectance = 0.30000001192093
  2322. 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)
  2323. p35.CanCollide = false
  2324. p35.FormFactor = Enum.FormFactor.Custom
  2325. p35.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371)
  2326. p35.BottomSurface = Enum.SurfaceType.Smooth
  2327. p35.TopSurface = Enum.SurfaceType.Smooth
  2328. b35 = Instance.new("SpecialMesh", p35)
  2329. b35.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2330. b35.TextureId = ""
  2331. b35.MeshType = Enum.MeshType.FileMesh
  2332. b35.Name = "Mesh"
  2333. b35.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933)
  2334. p36 = Instance.new("Part", m2)
  2335. p36.BrickColor = BrickColor.new("Dark Indigo")
  2336. p36.Material = Enum.Material.SmoothPlastic
  2337. p36.Reflectance = 0.30000001192093
  2338. 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)
  2339. p36.CanCollide = false
  2340. p36.FormFactor = Enum.FormFactor.Custom
  2341. p36.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371)
  2342. p36.BottomSurface = Enum.SurfaceType.Smooth
  2343. p36.TopSurface = Enum.SurfaceType.Smooth
  2344. b36 = Instance.new("SpecialMesh", p36)
  2345. b36.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2346. b36.TextureId = ""
  2347. b36.MeshType = Enum.MeshType.FileMesh
  2348. b36.Name = "Mesh"
  2349. b36.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665)
  2350. p37 = Instance.new("Part", m2)
  2351. p37.BrickColor = BrickColor.new("Dark Indigo")
  2352. p37.Material = Enum.Material.Neon
  2353. 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)
  2354. p37.FormFactor = Enum.FormFactor.Custom
  2355. p37.Size = Vector3.new(0.61060679, 7.32508755, 0.221234918)
  2356. p37.BottomSurface = Enum.SurfaceType.Smooth
  2357. p37.TopSurface = Enum.SurfaceType.Smooth
  2358. b37 = Instance.new("SpecialMesh", p37)
  2359. b37.MeshType = Enum.MeshType.Sphere
  2360. b37.Name = "Mesh"
  2361. p38 = Instance.new("Part", m2)
  2362. p38.BrickColor = BrickColor.new("Dark Indigo")
  2363. p38.Material = Enum.Material.Neon
  2364. 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)
  2365. p38.FormFactor = Enum.FormFactor.Custom
  2366. p38.Size = Vector3.new(0.61060679, 8.03632927, 0.221234918)
  2367. p38.BottomSurface = Enum.SurfaceType.Smooth
  2368. p38.TopSurface = Enum.SurfaceType.Smooth
  2369. b38 = Instance.new("SpecialMesh", p38)
  2370. b38.MeshType = Enum.MeshType.Sphere
  2371. b38.Name = "Mesh"
  2372. p39 = Instance.new("Part", m2)
  2373. p39.BrickColor = BrickColor.new("Dark Indigo")
  2374. p39.Material = Enum.Material.SmoothPlastic
  2375. p39.Reflectance = 0.30000001192093
  2376. 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)
  2377. p39.CanCollide = false
  2378. p39.FormFactor = Enum.FormFactor.Custom
  2379. p39.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371)
  2380. p39.BottomSurface = Enum.SurfaceType.Smooth
  2381. p39.TopSurface = Enum.SurfaceType.Smooth
  2382. b39 = Instance.new("SpecialMesh", p39)
  2383. b39.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2384. b39.TextureId = ""
  2385. b39.MeshType = Enum.MeshType.FileMesh
  2386. b39.Name = "Mesh"
  2387. b39.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665)
  2388. p40 = Instance.new("Part", m2)
  2389. p40.BrickColor = BrickColor.new("Dark Indigo")
  2390. p40.Material = Enum.Material.SmoothPlastic
  2391. p40.Reflectance = 0.30000001192093
  2392. 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)
  2393. p40.CanCollide = false
  2394. p40.FormFactor = Enum.FormFactor.Custom
  2395. p40.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371)
  2396. p40.BottomSurface = Enum.SurfaceType.Smooth
  2397. p40.TopSurface = Enum.SurfaceType.Smooth
  2398. b40 = Instance.new("SpecialMesh", p40)
  2399. b40.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2400. b40.TextureId = ""
  2401. b40.MeshType = Enum.MeshType.FileMesh
  2402. b40.Name = "Mesh"
  2403. b40.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933)
  2404. p41 = Instance.new("Part", m2)
  2405. p41.BrickColor = BrickColor.new("Dark Indigo")
  2406. p41.Material = Enum.Material.SmoothPlastic
  2407. p41.Reflectance = 0.30000001192093
  2408. 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)
  2409. p41.CanCollide = false
  2410. p41.FormFactor = Enum.FormFactor.Custom
  2411. p41.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371)
  2412. p41.BottomSurface = Enum.SurfaceType.Smooth
  2413. p41.TopSurface = Enum.SurfaceType.Smooth
  2414. b41 = Instance.new("SpecialMesh", p41)
  2415. b41.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2416. b41.TextureId = ""
  2417. b41.MeshType = Enum.MeshType.FileMesh
  2418. b41.Name = "Mesh"
  2419. b41.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595)
  2420. p42 = Instance.new("Part", m2)
  2421. p42.BrickColor = BrickColor.new("Dark Indigo")
  2422. p42.Material = Enum.Material.SmoothPlastic
  2423. p42.Reflectance = 0.30000001192093
  2424. 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)
  2425. p42.CanCollide = false
  2426. p42.FormFactor = Enum.FormFactor.Custom
  2427. p42.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371)
  2428. p42.BottomSurface = Enum.SurfaceType.Smooth
  2429. p42.TopSurface = Enum.SurfaceType.Smooth
  2430. b42 = Instance.new("SpecialMesh", p42)
  2431. b42.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2432. b42.TextureId = ""
  2433. b42.MeshType = Enum.MeshType.FileMesh
  2434. b42.Name = "Mesh"
  2435. b42.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933)
  2436. p43 = Instance.new("Part", m2)
  2437. p43.BrickColor = BrickColor.new("Dark Indigo")
  2438. p43.Material = Enum.Material.SmoothPlastic
  2439. p43.Reflectance = 0.30000001192093
  2440. 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)
  2441. p43.CanCollide = false
  2442. p43.FormFactor = Enum.FormFactor.Custom
  2443. p43.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371)
  2444. p43.BottomSurface = Enum.SurfaceType.Smooth
  2445. p43.TopSurface = Enum.SurfaceType.Smooth
  2446. b43 = Instance.new("SpecialMesh", p43)
  2447. b43.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2448. b43.TextureId = ""
  2449. b43.MeshType = Enum.MeshType.FileMesh
  2450. b43.Name = "Mesh"
  2451. b43.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933)
  2452. p44 = Instance.new("Part", m2)
  2453. p44.BrickColor = BrickColor.new("Dark Indigo")
  2454. p44.Material = Enum.Material.SmoothPlastic
  2455. p44.Reflectance = 0.30000001192093
  2456. 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)
  2457. p44.CanCollide = false
  2458. p44.FormFactor = Enum.FormFactor.Custom
  2459. p44.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371)
  2460. p44.BottomSurface = Enum.SurfaceType.Smooth
  2461. p44.TopSurface = Enum.SurfaceType.Smooth
  2462. b44 = Instance.new("SpecialMesh", p44)
  2463. b44.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2464. b44.TextureId = ""
  2465. b44.MeshType = Enum.MeshType.FileMesh
  2466. b44.Name = "Mesh"
  2467. b44.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665)
  2468. p45 = Instance.new("Part", m2)
  2469. p45.BrickColor = BrickColor.new("Dark Indigo")
  2470. p45.Material = Enum.Material.SmoothPlastic
  2471. p45.Reflectance = 0.30000001192093
  2472. 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)
  2473. p45.CanCollide = false
  2474. p45.FormFactor = Enum.FormFactor.Custom
  2475. p45.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371)
  2476. p45.BottomSurface = Enum.SurfaceType.Smooth
  2477. p45.TopSurface = Enum.SurfaceType.Smooth
  2478. b45 = Instance.new("SpecialMesh", p45)
  2479. b45.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2480. b45.TextureId = ""
  2481. b45.MeshType = Enum.MeshType.FileMesh
  2482. b45.Name = "Mesh"
  2483. b45.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595)
  2484. p46 = Instance.new("Part", m2)
  2485. p46.BrickColor = BrickColor.new("Dark Indigo")
  2486. p46.Material = Enum.Material.SmoothPlastic
  2487. p46.Reflectance = 0.30000001192093
  2488. 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)
  2489. p46.CanCollide = false
  2490. p46.FormFactor = Enum.FormFactor.Custom
  2491. p46.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371)
  2492. p46.BottomSurface = Enum.SurfaceType.Smooth
  2493. p46.TopSurface = Enum.SurfaceType.Smooth
  2494. b46 = Instance.new("SpecialMesh", p46)
  2495. b46.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2496. b46.TextureId = ""
  2497. b46.MeshType = Enum.MeshType.FileMesh
  2498. b46.Name = "Mesh"
  2499. b46.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665)
  2500. p47 = Instance.new("Part", m2)
  2501. p47.BrickColor = BrickColor.new("Dark Indigo")
  2502. p47.Material = Enum.Material.SmoothPlastic
  2503. p47.Reflectance = 0.30000001192093
  2504. 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)
  2505. p47.CanCollide = false
  2506. p47.FormFactor = Enum.FormFactor.Custom
  2507. p47.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371)
  2508. p47.BottomSurface = Enum.SurfaceType.Smooth
  2509. p47.TopSurface = Enum.SurfaceType.Smooth
  2510. b47 = Instance.new("SpecialMesh", p47)
  2511. b47.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2512. b47.TextureId = ""
  2513. b47.MeshType = Enum.MeshType.FileMesh
  2514. b47.Name = "Mesh"
  2515. b47.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595)
  2516. p48 = Instance.new("Part", m2)
  2517. p48.BrickColor = BrickColor.new("Dark Indigo")
  2518. p48.Material = Enum.Material.Neon
  2519. 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)
  2520. p48.FormFactor = Enum.FormFactor.Custom
  2521. p48.Size = Vector3.new(0.61060679, 3.09150696, 0.221234918)
  2522. p48.BottomSurface = Enum.SurfaceType.Smooth
  2523. p48.TopSurface = Enum.SurfaceType.Smooth
  2524. b48 = Instance.new("SpecialMesh", p48)
  2525. b48.MeshType = Enum.MeshType.Sphere
  2526. b48.Name = "Mesh"
  2527. p49 = Instance.new("Part", m2)
  2528. p49.BrickColor = BrickColor.new("Dark Indigo")
  2529. p49.Material = Enum.Material.SmoothPlastic
  2530. p49.Reflectance = 0.30000001192093
  2531. 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)
  2532. p49.CanCollide = false
  2533. p49.FormFactor = Enum.FormFactor.Custom
  2534. p49.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371)
  2535. p49.BottomSurface = Enum.SurfaceType.Smooth
  2536. p49.TopSurface = Enum.SurfaceType.Smooth
  2537. b49 = Instance.new("SpecialMesh", p49)
  2538. b49.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2539. b49.TextureId = ""
  2540. b49.MeshType = Enum.MeshType.FileMesh
  2541. b49.Name = "Mesh"
  2542. b49.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665)
  2543. p50 = Instance.new("Part", m2)
  2544. p50.BrickColor = BrickColor.new("Dark Indigo")
  2545. p50.Material = Enum.Material.SmoothPlastic
  2546. p50.Reflectance = 0.30000001192093
  2547. 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)
  2548. p50.CanCollide = false
  2549. p50.FormFactor = Enum.FormFactor.Custom
  2550. p50.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371)
  2551. p50.BottomSurface = Enum.SurfaceType.Smooth
  2552. p50.TopSurface = Enum.SurfaceType.Smooth
  2553. b50 = Instance.new("SpecialMesh", p50)
  2554. b50.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2555. b50.TextureId = ""
  2556. b50.MeshType = Enum.MeshType.FileMesh
  2557. b50.Name = "Mesh"
  2558. b50.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933)
  2559. p51 = Instance.new("Part", m2)
  2560. p51.BrickColor = BrickColor.new("Dark Indigo")
  2561. p51.Material = Enum.Material.SmoothPlastic
  2562. p51.Reflectance = 0.30000001192093
  2563. 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)
  2564. p51.CanCollide = false
  2565. p51.FormFactor = Enum.FormFactor.Custom
  2566. p51.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371)
  2567. p51.BottomSurface = Enum.SurfaceType.Smooth
  2568. p51.TopSurface = Enum.SurfaceType.Smooth
  2569. b51 = Instance.new("SpecialMesh", p51)
  2570. b51.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2571. b51.TextureId = ""
  2572. b51.MeshType = Enum.MeshType.FileMesh
  2573. b51.Name = "Mesh"
  2574. b51.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595)
  2575. p52 = Instance.new("Part", m2)
  2576. p52.BrickColor = BrickColor.new("Dark Indigo")
  2577. p52.Material = Enum.Material.Neon
  2578. 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)
  2579. p52.FormFactor = Enum.FormFactor.Custom
  2580. p52.Size = Vector3.new(0.61060679, 7.32508755, 0.221234918)
  2581. p52.BottomSurface = Enum.SurfaceType.Smooth
  2582. p52.TopSurface = Enum.SurfaceType.Smooth
  2583. b52 = Instance.new("SpecialMesh", p52)
  2584. b52.MeshType = Enum.MeshType.Sphere
  2585. b52.Name = "Mesh"
  2586. p53 = Instance.new("Part", m2)
  2587. p53.BrickColor = BrickColor.new("Dark Indigo")
  2588. p53.Material = Enum.Material.Neon
  2589. 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)
  2590. p53.FormFactor = Enum.FormFactor.Custom
  2591. p53.Size = Vector3.new(0.61060679, 7.32508755, 0.221234918)
  2592. p53.BottomSurface = Enum.SurfaceType.Smooth
  2593. p53.TopSurface = Enum.SurfaceType.Smooth
  2594. b53 = Instance.new("SpecialMesh", p53)
  2595. b53.MeshType = Enum.MeshType.Sphere
  2596. b53.Name = "Mesh"
  2597. p54 = Instance.new("Part", m2)
  2598. p54.BrickColor = BrickColor.new("Dark Indigo")
  2599. p54.Material = Enum.Material.Neon
  2600. 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)
  2601. p54.FormFactor = Enum.FormFactor.Custom
  2602. p54.Size = Vector3.new(0.61060679, 8.03632927, 0.221234918)
  2603. p54.BottomSurface = Enum.SurfaceType.Smooth
  2604. p54.TopSurface = Enum.SurfaceType.Smooth
  2605. b54 = Instance.new("SpecialMesh", p54)
  2606. b54.MeshType = Enum.MeshType.Sphere
  2607. b54.Name = "Mesh"
  2608. p55 = Instance.new("Part", m2)
  2609. p55.BrickColor = BrickColor.new("Dark Indigo")
  2610. p55.Material = Enum.Material.Neon
  2611. 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)
  2612. p55.FormFactor = Enum.FormFactor.Custom
  2613. p55.Size = Vector3.new(0.61060679, 3.09150696, 0.221234918)
  2614. p55.BottomSurface = Enum.SurfaceType.Smooth
  2615. p55.TopSurface = Enum.SurfaceType.Smooth
  2616. b55 = Instance.new("SpecialMesh", p55)
  2617. b55.MeshType = Enum.MeshType.Sphere
  2618. b55.Name = "Mesh"
  2619. p56 = Instance.new("Part", m2)
  2620. p56.BrickColor = BrickColor.new("Dark Indigo")
  2621. p56.Material = Enum.Material.SmoothPlastic
  2622. p56.Reflectance = 0.30000001192093
  2623. 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)
  2624. p56.CanCollide = false
  2625. p56.FormFactor = Enum.FormFactor.Custom
  2626. p56.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371)
  2627. p56.BottomSurface = Enum.SurfaceType.Smooth
  2628. p56.TopSurface = Enum.SurfaceType.Smooth
  2629. b56 = Instance.new("SpecialMesh", p56)
  2630. b56.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2631. b56.TextureId = ""
  2632. b56.MeshType = Enum.MeshType.FileMesh
  2633. b56.Name = "Mesh"
  2634. b56.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595)
  2635. p57 = Instance.new("Part", m2)
  2636. p57.BrickColor = BrickColor.new("Dark Indigo")
  2637. p57.Material = Enum.Material.SmoothPlastic
  2638. p57.Reflectance = 0.30000001192093
  2639. 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)
  2640. p57.CanCollide = false
  2641. p57.FormFactor = Enum.FormFactor.Custom
  2642. p57.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371)
  2643. p57.BottomSurface = Enum.SurfaceType.Smooth
  2644. p57.TopSurface = Enum.SurfaceType.Smooth
  2645. b57 = Instance.new("SpecialMesh", p57)
  2646. b57.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2647. b57.TextureId = ""
  2648. b57.MeshType = Enum.MeshType.FileMesh
  2649. b57.Name = "Mesh"
  2650. b57.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933)
  2651. p58 = Instance.new("Part", m2)
  2652. p58.BrickColor = BrickColor.new("Dark Indigo")
  2653. p58.Material = Enum.Material.SmoothPlastic
  2654. p58.Reflectance = 0.30000001192093
  2655. 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)
  2656. p58.CanCollide = false
  2657. p58.FormFactor = Enum.FormFactor.Custom
  2658. p58.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371)
  2659. p58.BottomSurface = Enum.SurfaceType.Smooth
  2660. p58.TopSurface = Enum.SurfaceType.Smooth
  2661. b58 = Instance.new("SpecialMesh", p58)
  2662. b58.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2663. b58.TextureId = ""
  2664. b58.MeshType = Enum.MeshType.FileMesh
  2665. b58.Name = "Mesh"
  2666. b58.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665)
  2667. p59 = Instance.new("Part", m2)
  2668. p59.BrickColor = BrickColor.new("Dark Indigo")
  2669. p59.Material = Enum.Material.SmoothPlastic
  2670. p59.Reflectance = 0.30000001192093
  2671. 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)
  2672. p59.CanCollide = false
  2673. p59.FormFactor = Enum.FormFactor.Custom
  2674. p59.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371)
  2675. p59.BottomSurface = Enum.SurfaceType.Smooth
  2676. p59.TopSurface = Enum.SurfaceType.Smooth
  2677. b59 = Instance.new("SpecialMesh", p59)
  2678. b59.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2679. b59.TextureId = ""
  2680. b59.MeshType = Enum.MeshType.FileMesh
  2681. b59.Name = "Mesh"
  2682. b59.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665)
  2683. p60 = Instance.new("Part", m2)
  2684. p60.BrickColor = BrickColor.new("Dark Indigo")
  2685. p60.Material = Enum.Material.SmoothPlastic
  2686. p60.Reflectance = 0.30000001192093
  2687. 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)
  2688. p60.CanCollide = false
  2689. p60.FormFactor = Enum.FormFactor.Custom
  2690. p60.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371)
  2691. p60.BottomSurface = Enum.SurfaceType.Smooth
  2692. p60.TopSurface = Enum.SurfaceType.Smooth
  2693. b60 = Instance.new("SpecialMesh", p60)
  2694. b60.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2695. b60.TextureId = ""
  2696. b60.MeshType = Enum.MeshType.FileMesh
  2697. b60.Name = "Mesh"
  2698. b60.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933)
  2699. p61 = Instance.new("Part", m2)
  2700. p61.BrickColor = BrickColor.new("Dark Indigo")
  2701. p61.Material = Enum.Material.SmoothPlastic
  2702. p61.Reflectance = 0.30000001192093
  2703. 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)
  2704. p61.CanCollide = false
  2705. p61.FormFactor = Enum.FormFactor.Custom
  2706. p61.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371)
  2707. p61.BottomSurface = Enum.SurfaceType.Smooth
  2708. p61.TopSurface = Enum.SurfaceType.Smooth
  2709. b61 = Instance.new("SpecialMesh", p61)
  2710. b61.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2711. b61.TextureId = ""
  2712. b61.MeshType = Enum.MeshType.FileMesh
  2713. b61.Name = "Mesh"
  2714. b61.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595)
  2715. p62 = Instance.new("Part", m2)
  2716. p62.BrickColor = BrickColor.new("Dark Indigo")
  2717. p62.Material = Enum.Material.SmoothPlastic
  2718. p62.Reflectance = 0.30000001192093
  2719. 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)
  2720. p62.CanCollide = false
  2721. p62.FormFactor = Enum.FormFactor.Custom
  2722. p62.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371)
  2723. p62.BottomSurface = Enum.SurfaceType.Smooth
  2724. p62.TopSurface = Enum.SurfaceType.Smooth
  2725. b62 = Instance.new("SpecialMesh", p62)
  2726. b62.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2727. b62.TextureId = ""
  2728. b62.MeshType = Enum.MeshType.FileMesh
  2729. b62.Name = "Mesh"
  2730. b62.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665)
  2731. p63 = Instance.new("Part", m2)
  2732. p63.BrickColor = BrickColor.new("Dark Indigo")
  2733. p63.Material = Enum.Material.SmoothPlastic
  2734. p63.Reflectance = 0.30000001192093
  2735. 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)
  2736. p63.CanCollide = false
  2737. p63.FormFactor = Enum.FormFactor.Custom
  2738. p63.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371)
  2739. p63.BottomSurface = Enum.SurfaceType.Smooth
  2740. p63.TopSurface = Enum.SurfaceType.Smooth
  2741. b63 = Instance.new("SpecialMesh", p63)
  2742. b63.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2743. b63.TextureId = ""
  2744. b63.MeshType = Enum.MeshType.FileMesh
  2745. b63.Name = "Mesh"
  2746. b63.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933)
  2747. p64 = Instance.new("Part", m2)
  2748. p64.BrickColor = BrickColor.new("Dark Indigo")
  2749. p64.Material = Enum.Material.SmoothPlastic
  2750. p64.Reflectance = 0.30000001192093
  2751. 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)
  2752. p64.CanCollide = false
  2753. p64.FormFactor = Enum.FormFactor.Custom
  2754. p64.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371)
  2755. p64.BottomSurface = Enum.SurfaceType.Smooth
  2756. p64.TopSurface = Enum.SurfaceType.Smooth
  2757. b64 = Instance.new("SpecialMesh", p64)
  2758. b64.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2759. b64.TextureId = ""
  2760. b64.MeshType = Enum.MeshType.FileMesh
  2761. b64.Name = "Mesh"
  2762. b64.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595)
  2763. p65 = Instance.new("Part", m2)
  2764. p65.BrickColor = BrickColor.new("Medium stone grey")
  2765. p65.Transparency = 1
  2766. p65.Name = "TorsoPart"
  2767. 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)
  2768. p65.FormFactor = Enum.FormFactor.Symmetric
  2769. p65.Size = Vector3.new(4, 4, 2)
  2770. w1 = Instance.new("Weld", p1)
  2771. w1.Name = "Part_Weld"
  2772. w1.Part0 = p1
  2773. 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)
  2774. w1.Part1 = p2
  2775. 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)
  2776. w2 = Instance.new("Weld", p2)
  2777. w2.Name = "Part_Weld"
  2778. w2.Part0 = p2
  2779. 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)
  2780. w2.Part1 = p3
  2781. 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)
  2782. w3 = Instance.new("Weld", p3)
  2783. w3.Name = "Part_Weld"
  2784. w3.Part0 = p3
  2785. 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)
  2786. w3.Part1 = p4
  2787. 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)
  2788. w4 = Instance.new("Weld", p4)
  2789. w4.Name = "Part_Weld"
  2790. w4.Part0 = p4
  2791. 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)
  2792. w4.Part1 = p5
  2793. 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)
  2794. w5 = Instance.new("Weld", p5)
  2795. w5.Name = "Part_Weld"
  2796. w5.Part0 = p5
  2797. 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)
  2798. w5.Part1 = p6
  2799. 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)
  2800. w6 = Instance.new("Weld", p6)
  2801. w6.Name = "Part_Weld"
  2802. w6.Part0 = p6
  2803. 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)
  2804. w6.Part1 = p7
  2805. 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)
  2806. w7 = Instance.new("Weld", p7)
  2807. w7.Name = "Part_Weld"
  2808. w7.Part0 = p7
  2809. 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)
  2810. w7.Part1 = p8
  2811. 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)
  2812. w8 = Instance.new("Weld", p8)
  2813. w8.Name = "Part_Weld"
  2814. w8.Part0 = p8
  2815. 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)
  2816. w8.Part1 = p9
  2817. 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)
  2818. w9 = Instance.new("Weld", p9)
  2819. w9.Name = "Part_Weld"
  2820. w9.Part0 = p9
  2821. 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)
  2822. w9.Part1 = p10
  2823. 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)
  2824. w10 = Instance.new("Weld", p10)
  2825. w10.Name = "Part_Weld"
  2826. w10.Part0 = p10
  2827. 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)
  2828. w10.Part1 = p11
  2829. 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)
  2830. w11 = Instance.new("Weld", p11)
  2831. w11.Name = "Part_Weld"
  2832. w11.Part0 = p11
  2833. 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)
  2834. w11.Part1 = p12
  2835. 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)
  2836. w12 = Instance.new("Weld", p12)
  2837. w12.Name = "Part_Weld"
  2838. w12.Part0 = p12
  2839. 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)
  2840. w12.Part1 = p13
  2841. 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)
  2842. w13 = Instance.new("Weld", p13)
  2843. w13.Name = "Part_Weld"
  2844. w13.Part0 = p13
  2845. 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)
  2846. w13.Part1 = p14
  2847. 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)
  2848. w14 = Instance.new("Weld", p14)
  2849. w14.Name = "Part_Weld"
  2850. w14.Part0 = p14
  2851. 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)
  2852. w14.Part1 = p15
  2853. 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)
  2854. w15 = Instance.new("Weld", p15)
  2855. w15.Name = "Part_Weld"
  2856. w15.Part0 = p15
  2857. 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)
  2858. w15.Part1 = p16
  2859. 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)
  2860. w16 = Instance.new("Weld", p16)
  2861. w16.Name = "Part_Weld"
  2862. w16.Part0 = p16
  2863. 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)
  2864. w16.Part1 = p17
  2865. 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)
  2866. w17 = Instance.new("Weld", p17)
  2867. w17.Name = "Part_Weld"
  2868. w17.Part0 = p17
  2869. 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)
  2870. w17.Part1 = p18
  2871. 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)
  2872. w18 = Instance.new("Weld", p18)
  2873. w18.Name = "Part_Weld"
  2874. w18.Part0 = p18
  2875. 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)
  2876. w18.Part1 = p19
  2877. 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)
  2878. w19 = Instance.new("Weld", p19)
  2879. w19.Name = "Part_Weld"
  2880. w19.Part0 = p19
  2881. 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)
  2882. w19.Part1 = p20
  2883. 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)
  2884. w20 = Instance.new("Weld", p20)
  2885. w20.Name = "Part_Weld"
  2886. w20.Part0 = p20
  2887. 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)
  2888. w20.Part1 = p21
  2889. 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)
  2890. w21 = Instance.new("Weld", p21)
  2891. w21.Name = "Part_Weld"
  2892. w21.Part0 = p21
  2893. 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)
  2894. w21.Part1 = p22
  2895. 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)
  2896. w22 = Instance.new("Weld", p22)
  2897. w22.Name = "Part_Weld"
  2898. w22.Part0 = p22
  2899. 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)
  2900. w22.Part1 = p23
  2901. 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)
  2902. w23 = Instance.new("Weld", p23)
  2903. w23.Name = "Part_Weld"
  2904. w23.Part0 = p23
  2905. 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)
  2906. w23.Part1 = p24
  2907. 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)
  2908. w24 = Instance.new("Weld", p24)
  2909. w24.Name = "Part_Weld"
  2910. w24.Part0 = p24
  2911. 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)
  2912. w24.Part1 = p25
  2913. 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)
  2914. w25 = Instance.new("Weld", p25)
  2915. w25.Name = "Part_Weld"
  2916. w25.Part0 = p25
  2917. 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)
  2918. w25.Part1 = p26
  2919. 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)
  2920. w26 = Instance.new("Weld", p26)
  2921. w26.Name = "Part_Weld"
  2922. w26.Part0 = p26
  2923. 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)
  2924. w26.Part1 = p27
  2925. 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)
  2926. w27 = Instance.new("Weld", p27)
  2927. w27.Name = "Part_Weld"
  2928. w27.Part0 = p27
  2929. 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)
  2930. w27.Part1 = p28
  2931. 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)
  2932. w28 = Instance.new("Weld", p28)
  2933. w28.Name = "Part_Weld"
  2934. w28.Part0 = p28
  2935. 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)
  2936. w28.Part1 = p29
  2937. 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)
  2938. w29 = Instance.new("Weld", p29)
  2939. w29.Name = "Part_Weld"
  2940. w29.Part0 = p29
  2941. 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)
  2942. w29.Part1 = p30
  2943. 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)
  2944. w30 = Instance.new("Weld", p30)
  2945. w30.Name = "Part_Weld"
  2946. w30.Part0 = p30
  2947. 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)
  2948. w30.Part1 = p31
  2949. 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)
  2950. w31 = Instance.new("Weld", p31)
  2951. w31.Name = "Part_Weld"
  2952. w31.Part0 = p31
  2953. 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)
  2954. w31.Part1 = p32
  2955. 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)
  2956. w32 = Instance.new("Weld", p32)
  2957. w32.Name = "Part_Weld"
  2958. w32.Part0 = p32
  2959. 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)
  2960. w32.Part1 = p33
  2961. 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)
  2962. w33 = Instance.new("Weld", p33)
  2963. w33.Name = "Part_Weld"
  2964. w33.Part0 = p33
  2965. 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)
  2966. w33.Part1 = p34
  2967. 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)
  2968. w34 = Instance.new("Weld", p34)
  2969. w34.Name = "Part_Weld"
  2970. w34.Part0 = p34
  2971. 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)
  2972. w34.Part1 = p35
  2973. 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)
  2974. w35 = Instance.new("Weld", p35)
  2975. w35.Name = "Part_Weld"
  2976. w35.Part0 = p35
  2977. 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)
  2978. w35.Part1 = p36
  2979. 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)
  2980. w36 = Instance.new("Weld", p36)
  2981. w36.Name = "Part_Weld"
  2982. w36.Part0 = p36
  2983. 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)
  2984. w36.Part1 = p37
  2985. 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)
  2986. w37 = Instance.new("Weld", p37)
  2987. w37.Name = "Part_Weld"
  2988. w37.Part0 = p37
  2989. 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)
  2990. w37.Part1 = p38
  2991. 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)
  2992. w38 = Instance.new("Weld", p38)
  2993. w38.Name = "Part_Weld"
  2994. w38.Part0 = p38
  2995. 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)
  2996. w38.Part1 = p39
  2997. 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)
  2998. w39 = Instance.new("Weld", p39)
  2999. w39.Name = "Part_Weld"
  3000. w39.Part0 = p39
  3001. 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)
  3002. w39.Part1 = p40
  3003. 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)
  3004. w40 = Instance.new("Weld", p40)
  3005. w40.Name = "Part_Weld"
  3006. w40.Part0 = p40
  3007. 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)
  3008. w40.Part1 = p41
  3009. 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)
  3010. w41 = Instance.new("Weld", p41)
  3011. w41.Name = "Part_Weld"
  3012. w41.Part0 = p41
  3013. 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)
  3014. w41.Part1 = p42
  3015. 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)
  3016. w42 = Instance.new("Weld", p42)
  3017. w42.Name = "Part_Weld"
  3018. w42.Part0 = p42
  3019. 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)
  3020. w42.Part1 = p43
  3021. 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)
  3022. w43 = Instance.new("Weld", p43)
  3023. w43.Name = "Part_Weld"
  3024. w43.Part0 = p43
  3025. 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)
  3026. w43.Part1 = p44
  3027. 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)
  3028. w44 = Instance.new("Weld", p44)
  3029. w44.Name = "Part_Weld"
  3030. w44.Part0 = p44
  3031. 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)
  3032. w44.Part1 = p45
  3033. 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)
  3034. w45 = Instance.new("Weld", p45)
  3035. w45.Name = "Part_Weld"
  3036. w45.Part0 = p45
  3037. 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)
  3038. w45.Part1 = p46
  3039. 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)
  3040. w46 = Instance.new("Weld", p46)
  3041. w46.Name = "Part_Weld"
  3042. w46.Part0 = p46
  3043. 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)
  3044. w46.Part1 = p47
  3045. 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)
  3046. w47 = Instance.new("Weld", p47)
  3047. w47.Name = "Part_Weld"
  3048. w47.Part0 = p47
  3049. 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)
  3050. w47.Part1 = p48
  3051. 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)
  3052. w48 = Instance.new("Weld", p48)
  3053. w48.Name = "Part_Weld"
  3054. w48.Part0 = p48
  3055. 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)
  3056. w48.Part1 = p49
  3057. 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)
  3058. w49 = Instance.new("Weld", p49)
  3059. w49.Name = "Part_Weld"
  3060. w49.Part0 = p49
  3061. 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)
  3062. w49.Part1 = p50
  3063. 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)
  3064. w50 = Instance.new("Weld", p50)
  3065. w50.Name = "Part_Weld"
  3066. w50.Part0 = p50
  3067. 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)
  3068. w50.Part1 = p51
  3069. 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)
  3070. w51 = Instance.new("Weld", p51)
  3071. w51.Name = "Part_Weld"
  3072. w51.Part0 = p51
  3073. 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)
  3074. w51.Part1 = p52
  3075. 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)
  3076. w52 = Instance.new("Weld", p52)
  3077. w52.Name = "Part_Weld"
  3078. w52.Part0 = p52
  3079. 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)
  3080. w52.Part1 = p53
  3081. 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)
  3082. w53 = Instance.new("Weld", p53)
  3083. w53.Name = "Part_Weld"
  3084. w53.Part0 = p53
  3085. 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)
  3086. w53.Part1 = p54
  3087. 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)
  3088. w54 = Instance.new("Weld", p54)
  3089. w54.Name = "Part_Weld"
  3090. w54.Part0 = p54
  3091. 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)
  3092. w54.Part1 = p55
  3093. 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)
  3094. w55 = Instance.new("Weld", p55)
  3095. w55.Name = "Part_Weld"
  3096. w55.Part0 = p55
  3097. 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)
  3098. w55.Part1 = p56
  3099. 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)
  3100. w56 = Instance.new("Weld", p56)
  3101. w56.Name = "Part_Weld"
  3102. w56.Part0 = p56
  3103. 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)
  3104. w56.Part1 = p57
  3105. 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)
  3106. w57 = Instance.new("Weld", p57)
  3107. w57.Name = "Part_Weld"
  3108. w57.Part0 = p57
  3109. 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)
  3110. w57.Part1 = p58
  3111. 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)
  3112. w58 = Instance.new("Weld", p58)
  3113. w58.Name = "Part_Weld"
  3114. w58.Part0 = p58
  3115. 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)
  3116. w58.Part1 = p59
  3117. 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)
  3118. w59 = Instance.new("Weld", p59)
  3119. w59.Name = "Part_Weld"
  3120. w59.Part0 = p59
  3121. 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)
  3122. w59.Part1 = p60
  3123. 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)
  3124. w60 = Instance.new("Weld", p60)
  3125. w60.Name = "Part_Weld"
  3126. w60.Part0 = p60
  3127. 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)
  3128. w60.Part1 = p61
  3129. 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)
  3130. w61 = Instance.new("Weld", p61)
  3131. w61.Name = "Part_Weld"
  3132. w61.Part0 = p61
  3133. 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)
  3134. w61.Part1 = p62
  3135. 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)
  3136. w62 = Instance.new("Weld", p62)
  3137. w62.Name = "Part_Weld"
  3138. w62.Part0 = p62
  3139. 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)
  3140. w62.Part1 = p63
  3141. 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)
  3142. w63 = Instance.new("Weld", p63)
  3143. w63.Name = "Part_Weld"
  3144. w63.Part0 = p63
  3145. 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)
  3146. w63.Part1 = p64
  3147. 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)
  3148. w64 = Instance.new("Weld", p64)
  3149. w64.Name = "TorsoPart_Weld"
  3150. w64.Part0 = p64
  3151. 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)
  3152. w64.Part1 = p65
  3153. w64.C1 = CFrame.new(-27.0399971, -25.1251144, -25.3600025, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3154. m2.Parent = char
  3155. m2:MakeJoints()
  3156. ----------------------------------------------------
  3157. local cor2 = Instance.new("Part", char.Wings)
  3158. cor2.Name = "Thingy"
  3159. cor2.Locked = true
  3160. cor2.BottomSurface = 0
  3161. cor2.CanCollide = false
  3162. cor2.Size = Vector3.new(0.2, 0.2, 0.2)
  3163. cor2.Transparency = 1
  3164. cor2.TopSurface = 0
  3165. corw2 = Instance.new("Weld", cor2)
  3166. corw2.Part0 = torso
  3167. corw2.Part1 = cor2
  3168. corw2.C0 = CFrame.new(0, 0.7, 0.8) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(0))
  3169. corw2.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  3170. weld2 = Instance.new("Weld", char.Wings)
  3171. weld2.Part0 = cor2
  3172. weld2.Part1 = char.Wings.TorsoPart
  3173. weld2.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  3174. ----------------------------------------------------
  3175. local animpose = "Idle"
  3176. local lastanimpose = "Idle"
  3177. local sine = 0
  3178. local change = 1
  3179. local val = 0
  3180. local ffing = false
  3181. local och = 0
  3182. ----------------------------------------------------
  3183. wPart = function(x,y,z,color,tr,cc,an,parent)
  3184. local wp = Instance.new('WedgePart',parent or Weapon)
  3185. wp.formFactor = 'Custom'
  3186. wp.Size = Vector3.new(x,y,z)
  3187. wp.BrickColor = BrickColor.new(color)
  3188. wp.CanCollide = cc
  3189. wp.Transparency = tr
  3190. wp.Anchored = an
  3191. wp.TopSurface,wp.BottomSurface = 0,0
  3192. return wp
  3193. end
  3194.  
  3195. Mesh = function(par,num,x,y,z)
  3196. local msh = _
  3197. if num == 1 then
  3198. msh = Instance.new("CylinderMesh",par)
  3199. elseif num == 2 then
  3200. msh = Instance.new("SpecialMesh",par)
  3201. msh.MeshType = 3
  3202. elseif num == 3 then
  3203. msh = Instance.new("BlockMesh",par)
  3204. elseif num == 4 then
  3205. msh = Instance.new("SpecialMesh",par)
  3206. msh.MeshType = "Torso"
  3207. elseif type(num) == 'string' then
  3208. msh = Instance.new("SpecialMesh",par)
  3209. msh.MeshId = num
  3210. end
  3211. msh.Scale = Vector3.new(x,y,z)
  3212. return msh
  3213. end
  3214.  
  3215. local function CFrameFromTopBack(at, top, back)
  3216. local right = top:Cross(back)
  3217. return CFrame.new(at.x, at.y, at.z,
  3218. right.x, top.x, back.x,
  3219. right.y, top.y, back.y,
  3220. right.z, top.z, back.z)
  3221. end
  3222.  
  3223. function Triangle(a, b, c)
  3224. local edg1 = (c-a):Dot((b-a).unit)
  3225. local edg2 = (a-b):Dot((c-b).unit)
  3226. local edg3 = (b-c):Dot((a-c).unit)
  3227. if edg1 <= (b-a).magnitude and edg1 >= 0 then
  3228. a, b, c = a, b, c
  3229. elseif edg2 <= (c-b).magnitude and edg2 >= 0 then
  3230. a, b, c = b, c, a
  3231. elseif edg3 <= (a-c).magnitude and edg3 >= 0 then
  3232. a, b, c = c, a, b
  3233. else
  3234. print("unreachable")
  3235. end
  3236. local len1 = (c-a):Dot((b-a).unit)
  3237. local len2 = (b-a).magnitude - len1
  3238. local width = (a + (b-a).unit*len1 - c).magnitude
  3239. local maincf = CFrameFromTopBack(a, (b-a):Cross(c-b).unit, -(b-a).unit)
  3240. local list = {}
  3241. if len1 > 0.01 then
  3242. local w1 = wPart(0,0,0,'Dark Indigo',0.5,false,true,char)
  3243. local sz = Vector3.new(0.2, width, len1)
  3244. w1.Size = sz
  3245. local sp = Mesh(w1,2,0,0,0)
  3246. sp.MeshType='Wedge'
  3247. sp.Scale=Vector3.new(0,1,1)*sz/w1.Size
  3248. w1:BreakJoints()
  3249. w1.Anchored = true
  3250. w1.Transparency = 0.7
  3251. Spawn(function()
  3252. for i=0,1,0.1 do
  3253. wait()
  3254. w1.Transparency=w1.Transparency+0.03
  3255. end
  3256. end)
  3257. w1.CFrame = maincf*CFrame.Angles(math.pi,0,math.pi/2)*CFrame.new(0,width/2,len1/2)
  3258. table.insert(list,w1)
  3259. end
  3260. if len2 > 0.01 then
  3261. local w2 = wPart(0,0,0,'Dark Indigo',0.5,false,true,char)
  3262. local sz = Vector3.new(0.2, width, len2)
  3263. w2.Size = sz
  3264. local sp = Mesh(w2,2,0,0,0)
  3265. sp.MeshType='Wedge'
  3266. sp.Scale=Vector3.new(0,1,1)*sz/w2.Size
  3267. w2:BreakJoints()
  3268. w2.Anchored = true
  3269. w2.Transparency = 0.7
  3270. Spawn(function()
  3271. for i=0,1,0.1 do
  3272. wait()
  3273. w2.Transparency=w2.Transparency+0.03
  3274. end
  3275. end)
  3276. w2.CFrame = maincf*CFrame.Angles(math.pi,math.pi,-math.pi/2)*CFrame.new(0,width/2,-len1 - len2/2)
  3277. table.insert(list,w2)
  3278. end
  3279. return unpack(list)
  3280. end
  3281.  
  3282. function trail(p,t,h)
  3283. Spawn(function()
  3284. local blcf = p.CFrame
  3285. local scfr = blcf
  3286. for i=1,t do
  3287. local blcf = p.CFrame
  3288. if scfr and (p.Position-scfr.p).magnitude > .1 then
  3289. local a,b = Triangle((scfr*CFrame.new(0,h/2,0)).p,(scfr*CFrame.new(0,-h/2,0)).p,(blcf*CFrame.new(0,h/2,0)).p)
  3290. if a then game.Debris:AddItem(a,1) end
  3291. if b then game.Debris:AddItem(b,1) end
  3292. local a,b = Triangle((blcf*CFrame.new(0,h/2,0)).p,(blcf*CFrame.new(0,-h/2,0)).p,(scfr*CFrame.new(0,-h/2,0)).p)
  3293. if a then game.Debris:AddItem(a,1) end
  3294. if b then game.Debris:AddItem(b,1) end
  3295. scfr = blcf
  3296. elseif not scfr then
  3297. scfr = blcf
  3298. end
  3299. game:service'RunService'.RenderStepped:wait()
  3300. end
  3301. scfr=nil
  3302. end)
  3303. end
  3304. trail(char.Sword.Blade,1e1000,5)
  3305. ----------------------------------------------------
  3306. char.Sword.Blade.Touched:connect(function(ht)
  3307. hit = ht.Parent
  3308. if ht and hit:IsA("Model") then
  3309. if hit:FindFirstChild("Humanoid") then
  3310. if hit.Name ~= p.Name then
  3311. if Debounces.Slashing == true and Debounces.Slashed == false then
  3312. Debounces.Slashed = true
  3313. hit:FindFirstChild("Humanoid"):TakeDamage(math.random(8000,10000))
  3314. wait(.3)
  3315. Debounces.Slashed = false
  3316. end
  3317. end
  3318. end
  3319. elseif ht and hit:IsA("Hat") then
  3320. if hit.Parent.Name ~= p.Name then
  3321. if hit.Parent:FindFirstChild("Humanoid") then
  3322. if Debounces.Slashing == true and Debounces.Slashed == false then
  3323. Debounces.Slashed = true
  3324. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(math.random(8000,1000))
  3325. wait(.3)
  3326. Debounces.Slashed = false
  3327. end
  3328. end
  3329. end
  3330. end
  3331. end)
  3332.  
  3333. ----------------------------------------------------
  3334. function attackone()
  3335. for i = 1, 10 do
  3336. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(0.6, 0.9, -0.62)*CFrame.Angles(math.rad(170),math.rad(20),math.rad(-60)), 0.56)
  3337. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5, 0.6, 0.2)*CFrame.Angles(math.rad(-30),math.rad(-10),math.rad(-20)), 0.5)
  3338. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, .2)*CFrame.Angles(math.rad(10),math.rad(-46),0), 0.47)
  3339. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(-8), math.rad(46), 0), 0.55)
  3340. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(20), math.rad(-10)), 0.43)
  3341. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(12), math.rad(-20), math.rad(10)), 0.43)
  3342. if Debounces.on == false then break end
  3343. rs:wait()
  3344. end
  3345. --trail(char.Sword.Blade,5,6)
  3346. Debounces.Slashing = true
  3347. z = Instance.new("Sound", hed)
  3348. z.SoundId = "rbxassetid://"..idz[math.random(1,#idz)]
  3349. z.Pitch = ptz[math.random(1,#ptz)]
  3350. z.Volume = 1
  3351. wait(.01)
  3352. z:Play()
  3353. for i = 1, 10 do
  3354. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, 0.5, .3)*CFrame.Angles(math.rad(-10),math.rad(-15),math.rad(50)), 0.67)
  3355. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.4, 0.7, -0.3)*CFrame.Angles(math.rad(80),math.rad(-10),math.rad(-20)), 0.58)
  3356. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, -.2)*CFrame.Angles(math.rad(-14),math.rad(40),0), 0.54)
  3357. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(-10), math.rad(-40), 0), 0.66)
  3358. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(12), math.rad(20), math.rad(-10)), 0.5)
  3359. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(-20), math.rad(10)), 0.5)
  3360. if Debounces.on == false then break end
  3361. rs:wait()
  3362. end
  3363. Debounces.Slashing = false
  3364. end
  3365. ----------------------------------------------------
  3366. function attacktwo()
  3367. for i = 1, 5 do
  3368. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.25, 0.9, 0)*CFrame.Angles(math.rad(170),math.rad(20),math.rad(60)), 0.8)
  3369. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5, 0.5, 0.17)*CFrame.Angles(math.rad(-30),math.rad(-10),math.rad(-20)), 0.8)
  3370. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, .2)*CFrame.Angles(math.rad(-10),math.rad(46),0), 0.8)
  3371. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(8), math.rad(-46), 0), 0.8)
  3372. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(20), math.rad(-10)), 0.8)
  3373. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(12), math.rad(-20), math.rad(10)), 0.8)
  3374. if Debounces.on == false then break end
  3375. rs:wait()
  3376. end
  3377. --trail(char.Sword.Blade,5,6)
  3378. Debounces.Slashing = true
  3379. z = Instance.new("Sound", hed)
  3380. z.SoundId = "rbxassetid://"..idz[math.random(1,#idz)]
  3381. z.Pitch = ptz[math.random(1,#ptz)]
  3382. z.Volume = 1
  3383. wait(.01)
  3384. z:Play()
  3385. for i = 1, 10 do
  3386. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(0.8, 0.5, -0.35)*CFrame.Angles(math.rad(0),math.rad(-15),math.rad(-50)), 0.77)
  3387. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.4, 0.6, -0.35)*CFrame.Angles(math.rad(-50),math.rad(10),math.rad(-20)), 0.58)
  3388. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, -.2)*CFrame.Angles(math.rad(-14),math.rad(-40),0), 0.54)
  3389. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(-9), math.rad(40), 0), 0.66)
  3390. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(12), math.rad(20), math.rad(-10)), 0.5)
  3391. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(-20), math.rad(10)), 0.5)
  3392. if Debounces.on == false then break end
  3393. rs:wait()
  3394. end
  3395. Debounces.Slashing = false
  3396. end
  3397. ----------------------------------------------------
  3398. function attackthree()
  3399. for i = 1, 10 do
  3400. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(0.95, 1.1, -0.15)*CFrame.Angles(math.rad(170),math.rad(0),math.rad(-50)), 0.63)
  3401. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-0.95, 1.1, -0.15)*CFrame.Angles(math.rad(170),math.rad(0),math.rad(50)), 0.63)
  3402. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0.1)*CFrame.Angles(math.rad(10),math.rad(0),0), 0.54)
  3403. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(10), math.rad(0), 0), 0.66)
  3404. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(0)), 0.5)
  3405. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -0.5, -0.5) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)), 0.5)
  3406. corw.C0 = Lerp(corw.C0, CFrame.new(0, -0.85, 0) * CFrame.Angles(math.rad(-90), math.rad(-40), math.rad(0)), 0.4)
  3407. if Debounces.on == false then
  3408. break
  3409. end
  3410. rs:wait()
  3411. end
  3412. --trail(char.Sword.Blade,5,6)
  3413. Debounces.Slashing = true
  3414. z = Instance.new("Sound", hed)
  3415. z.SoundId = "rbxassetid://"..idz[math.random(1,#idz)]
  3416. z.Pitch = ptz[math.random(1,#ptz)]
  3417. z.Volume = 1
  3418. wait(.01)
  3419. z:Play()
  3420. for i = 1, 10 do
  3421. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.1, 0.6, -.4) * CFrame.Angles(math.rad(20), 0, math.rad(40)), 0.7)
  3422. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.1, 0.6, -.4) * CFrame.Angles(math.rad(20), 0, math.rad(-40)), 0.7)
  3423. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-40), 0, 0), 0.7)
  3424. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0) * CFrame.Angles(math.rad(10), 0, 0), 0.7)
  3425. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, -.1) * CFrame.Angles(math.rad(-16), 0, 0), 0.7)
  3426. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, -.1) * CFrame.Angles(math.rad(-16), 0, 0), 0.7)
  3427. corw.C0 = Lerp(corw.C0, CFrame.new(0, -0.85, 0) * CFrame.Angles(math.rad(-90), math.rad(-40), math.rad(0)), 0.4)
  3428. if Debounces.on==false then
  3429. break
  3430. end
  3431. rs:wait()
  3432. end
  3433. Debounces.Slashing = false
  3434. end
  3435. ----------------------------------------------------
  3436. ComboNum = 0
  3437. mouse.Button1Down:connect(function()
  3438. if Debounces.CanAttack == true then
  3439. Debounces.CanAttack = false
  3440. Debounces.NoIdl = true
  3441. Debounces.on = true
  3442. if ComboNum == 0 then
  3443. attackone()
  3444. elseif ComboNum == 1 then
  3445. attacktwo()
  3446. elseif ComboNum == 2 then
  3447. attackthree()
  3448. end
  3449. ComboNum = ComboNum + 1
  3450. Debounces.CanAttack = true
  3451. Debounces.NoIdl = false
  3452. Debounces.on = false
  3453. wait(.5)
  3454. if Debounces.CanAttack == true then
  3455. ComboNum = 0
  3456. end
  3457. end
  3458. end)
  3459. ----------------------------------------------------
  3460. local player = Red_Jack142
  3461. local pchar = player.Character
  3462. local mouse = player:GetMouse()
  3463. local cam = workspace.CurrentCamera
  3464.  
  3465. local rad = math.rad
  3466.  
  3467. local keysDown = {}
  3468. local flySpeed = 0
  3469. local MAX_FLY_SPEED = 150
  3470.  
  3471. local canFly = false
  3472. local flyToggled = false
  3473.  
  3474. local forward, side = 0, 0
  3475. local lastForward, lastSide = 0, 0
  3476.  
  3477. local floatBP = Instance.new("BodyPosition")
  3478. floatBP.maxForce = Vector3.new(0, math.huge, 0)
  3479. local flyBV = Instance.new("BodyVelocity")
  3480. flyBV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  3481. local turnBG = Instance.new("BodyGyro")
  3482. turnBG.maxTorque = Vector3.new(math.huge, math.huge, math.huge)
  3483.  
  3484. mouse.KeyDown:connect(function(key)
  3485. keysDown[key] = true
  3486.  
  3487. if key == "f" then
  3488. flyToggled = not flyToggled
  3489.  
  3490. if not flyToggled then
  3491. stanceToggle = "Normal"
  3492. floatBP.Parent = nil
  3493. flyBV.Parent = nil
  3494. turnBG.Parent = nil
  3495. root.Velocity = Vector3.new()
  3496. pchar.Humanoid.PlatformStand = false
  3497. end
  3498. end
  3499.  
  3500. end)
  3501. mouse.KeyUp:connect(function(key)
  3502. keysDown[key] = nil
  3503. end)
  3504.  
  3505. local function updateFly()
  3506.  
  3507. if not flyToggled then return end
  3508.  
  3509. lastForward = forward
  3510. lastSide = side
  3511.  
  3512. forward = 0
  3513. side = 0
  3514.  
  3515. if keysDown.w then
  3516. forward = forward + 1
  3517. end
  3518. if keysDown.s then
  3519. forward = forward - 1
  3520. end
  3521. if keysDown.a then
  3522. side = side - 1
  3523. end
  3524. if keysDown.d then
  3525. side = side + 1
  3526. end
  3527.  
  3528. canFly = (forward ~= 0 or side ~= 0)
  3529.  
  3530. if canFly then
  3531. stanceToggle = "Floating"
  3532. turnBG.Parent = root
  3533. floatBP.Parent = nil
  3534. flyBV.Parent = root
  3535.  
  3536. flySpeed = flySpeed + 1 + (flySpeed / MAX_FLY_SPEED)
  3537. if flySpeed > MAX_FLY_SPEED then flySpeed = MAX_FLY_SPEED end
  3538. else
  3539. floatBP.position = root.Position
  3540. floatBP.Parent = root
  3541.  
  3542. flySpeed = flySpeed - 1
  3543. if flySpeed < 0 then flySpeed = 0 end
  3544. end
  3545.  
  3546. local camCF = cam.CoordinateFrame
  3547. local in_forward = canFly and forward or lastForward
  3548. local in_side = canFly and side or lastSide
  3549.  
  3550. flyBV.velocity = ((camCF.lookVector * in_forward) + (camCF * CFrame.new(in_side,
  3551. in_forward * 0.2, 0).p) - camCF.p) * flySpeed
  3552.  
  3553. turnBG.cframe = camCF * CFrame.Angles(-rad(forward * (flySpeed / MAX_FLY_SPEED)), 0,
  3554. 0)
  3555. end
  3556.  
  3557. game:service'RunService'.RenderStepped:connect(function()
  3558. if flyToggled then
  3559. pchar.Humanoid.PlatformStand = true
  3560. end
  3561. updateFly()
  3562. end)
  3563. ----------------------------------------------------
  3564. function Charge()
  3565. pt=Instance.new('Part',torso)
  3566. pt.Anchored=true
  3567. pt.CanCollide=false
  3568. pt.Locked = true
  3569. pt.FormFactor='Custom'
  3570. pt.Size=Vector3.new(1,1,1)
  3571. pt.CFrame=root.CFrame*CFrame.new(0,-1,0)
  3572. pt.Transparency=0.2
  3573. pt.BrickColor=BrickColor.new("Dark Indigo")
  3574. msh=Instance.new('SpecialMesh',pt)
  3575. msh.MeshId='http://www.roblox.com/asset/?id=20329976'
  3576. msh.Scale=Vector3.new(6,3,6)
  3577. pt2=pt:clone()
  3578. pt2.Parent = torso
  3579. pt2.Transparency=0.4
  3580. pt2.CFrame=root.CFrame*CFrame.new(0,-1,0)
  3581. pt2.BrickColor=BrickColor.new("Dark Indigo")
  3582. msh2=msh:clone()
  3583. msh2.Parent=pt2
  3584. msh2.Scale=Vector3.new(8,4,8)
  3585. pt3=Instance.new('Part',torso)
  3586. pt3.Anchored=true
  3587. pt3.CanCollide=false
  3588. pt3.Locked = true
  3589. pt3.FormFactor='Custom'
  3590. pt3.Size=Vector3.new(1,1,1)
  3591. pt3.CFrame=root.CFrame*CFrame.new(0,-1,0)
  3592. pt3.Transparency=0.6
  3593. pt3.BrickColor=BrickColor.new("Dark Indigo")
  3594. msh3=Instance.new('SpecialMesh',pt3)
  3595. msh3.MeshId='http://www.roblox.com/asset/?id=20329976'
  3596. msh3.Scale=Vector3.new(12,6,12)
  3597. pt4=pt:clone()
  3598. pt4.Parent = torso
  3599. pt4.CFrame=root.CFrame*CFrame.new(0,-1,0)
  3600. pt4.Transparency=0.8
  3601. pt4.BrickColor=BrickColor.new("Dark Indigo")
  3602. msh4=msh:clone()
  3603. msh4.Parent=pt4
  3604. msh4.Scale=Vector3.new(16,8,16)
  3605. coroutine.resume(coroutine.create(function()
  3606. for i=1, math.huge, 4 do
  3607. if Charging == true then
  3608. wait()
  3609. pt.CFrame = root.CFrame*CFrame.new(0,-1,0) * CFrame.Angles(0,math.rad(i*2+0.11*math.cos(sine/10)),0)
  3610. pt2.CFrame = root.CFrame*CFrame.new(0,-1,0) * CFrame.Angles(0,math.rad(-i*2+0.12*math.cos(sine/12)),0)
  3611. pt3.CFrame = root.CFrame*CFrame.new(0,-1,0) * CFrame.Angles(0,math.rad(i*2+0.13*math.cos(sine/14)),0)
  3612. pt4.CFrame = root.CFrame*CFrame.new(0,-1,0) * CFrame.Angles(0,math.rad(-i*2+0.14*math.cos(sine/16)),0)
  3613. pt.CFrame = pt.CFrame+Vector3.new(0,0.01,0)
  3614. pt2.CFrame = pt2.CFrame+Vector3.new(0,0.01,0)
  3615. pt3.CFrame = pt3.CFrame+Vector3.new(0,0.01,0)
  3616. pt4.CFrame = pt4.CFrame+Vector3.new(0,0.01,0)
  3617. msh.Scale = msh.Scale + Vector3.new(0.05,0.04+0.8*math.cos(sine/9),0.05)
  3618. msh2.Scale = msh2.Scale + Vector3.new(0.05,0.04+0.8*math.cos(sine/7),0.05)
  3619. msh3.Scale = msh3.Scale + Vector3.new(0.05,0.04+0.8*math.cos(sine/5),0.05)
  3620. msh4.Scale = msh4.Scale + Vector3.new(0.05,0.04+0.8*math.cos(sine/3),0.05)
  3621. elseif Charging == false then
  3622. pt:Remove()
  3623. pt2:Remove()
  3624. pt3:Remove()
  3625. pt4:Remove()
  3626. break
  3627. end
  3628. end
  3629. end))
  3630. end
  3631. ----------------------------------------------------
  3632. local chot={}
  3633. local cns=0
  3634. mod3 = Instance.new("Model",char)
  3635. mouse.KeyDown:connect(function(key)
  3636. if key == "e" then
  3637. Charging = true
  3638. if Debounces.CanAttack == true then
  3639. Debounces.CanAttack = false
  3640. Debounces.NoIdl = true
  3641. Debounces.on = true
  3642. chot={}
  3643. Charge()
  3644. for i = 1, 20 do
  3645. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.62,0)*CFrame.Angles(math.rad(150),math.rad(0),math.rad(20)), 0.4)
  3646. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.62,0)*CFrame.Angles(math.rad(-26),math.rad(0),math.rad(-40)), 0.4)
  3647. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(-50),0), 0.2)
  3648. hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0,0,0)*CFrame.Angles(math.rad(-40),math.rad(0),0), 0.2)
  3649. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 1, 0) * CFrame.Angles(0, math.rad(50), math.rad(0)), 0.05)
  3650. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(10), math.rad(-10)), 0.4)
  3651. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-10), math.rad(10)), 0.4)
  3652. corw.C0 = Lerp(corw.C0, CFrame.new(0, -0.8, 0.44) * CFrame.Angles(math.rad(-150), math.rad(0), math.rad(0)), 0.4)
  3653. if Debounces.on == false then
  3654. break
  3655. end
  3656. rs:wait()
  3657. end
  3658. local nt=0
  3659. for i=0,5,0.02 do
  3660. nt=nt+1
  3661. cns=i
  3662. if nt>=2 then
  3663. nt=0
  3664. local cho=NewPart(mod3,Vector3.new(2,2,2),char.Sword.Blade.CFrame*CFrame.Angles(math.rad(math.random(-180,180)),math.rad(math.random(-180,180)),math.rad(math.random(-180,180)))*CFrame.new(0,5+cns,0),"Dark Indigo","Neon")
  3665. debris:AddItem(cho,1)
  3666. cho.Mesh.MeshType=3
  3667. table.insert(chot,cho)
  3668. end
  3669. wait()
  3670. end
  3671. Charging = false
  3672. for i = 1, 10 do
  3673. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(0.95, 1.1, -0.15)*CFrame.Angles(math.rad(170),math.rad(0),math.rad(-50)), 0.63)
  3674. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-0.95, 1.1, -0.15)*CFrame.Angles(math.rad(170),math.rad(0),math.rad(50)), 0.63)
  3675. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0.1)*CFrame.Angles(math.rad(10),math.rad(0),0), 0.54)
  3676. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(10), math.rad(0), 0), 0.66)
  3677. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(0)), 0.5)
  3678. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -0.5, -0.5) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)), 0.5)
  3679. corw.C0 = Lerp(corw.C0, CFrame.new(0, -0.85, 0) * CFrame.Angles(math.rad(-90), math.rad(-40), math.rad(0)), 0.4)
  3680. if Debounces.on == false then
  3681. break
  3682. end
  3683. rs:wait()
  3684. end
  3685. Spawn(function()
  3686. local Parts = {}
  3687. for Y = -5,5 do
  3688. local P = Instance.new("Part",char)
  3689. P.Anchored = true
  3690. P.FormFactor = "Custom"
  3691. P.CanCollide = false
  3692. P.Size = Vector3.new(1,2,1)
  3693. P.Material = "Neon"
  3694. P.TopSurface = "SmoothNoOutlines"
  3695. P.BottomSurface = "SmoothNoOutlines"
  3696. P.BrickColor = BrickColor.new("Dark Indigo")
  3697. P.Name = tostring(Y)
  3698. local i = (Y+5)/(10)
  3699. i = 1-math.cos(math.pi*i-(math.pi/2))
  3700. P.CFrame = char.HumanoidRootPart.CFrame*CFrame.new(0,Y,-15+(i*1.5))*CFrame.Angles(math.rad(Y*5),0,0)
  3701. --[[P.Touched:connect(function(ht)
  3702. local hit = ht.Parent
  3703. if hit:FindFirstChild("Humanoid") then
  3704. hit.Humanoid:TakeDamage(math.random(20,50))
  3705. end
  3706. end)]]--
  3707. P.Touched:connect(function(ht)
  3708. hit = ht.Parent
  3709. if ht and hit:IsA("Model") then
  3710. if hit:FindFirstChild("Humanoid") then
  3711. if hit.Name ~= p.Name then
  3712. hit:FindFirstChild("Humanoid"):TakeDamage(math.random(5000,7500))
  3713. hit:FindFirstChild("Humanoid").PlatformStand = true
  3714. wait(1)
  3715. end
  3716. end
  3717. elseif ht and hit:IsA("Hat") then
  3718. if hit.Parent.Name ~= p.Name then
  3719. if hit.Parent:FindFirstChild("Humanoid") then
  3720. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(math.random(5000,7500))
  3721. hit:FindFirstChild("Humanoid").PlatformStand = true
  3722. wait(1)
  3723. end
  3724. end
  3725. end
  3726. end)
  3727. Parts[#Parts+1] = P
  3728. end
  3729. local BREAKIT = false
  3730. local CParts = {}
  3731. local Rocks = {}
  3732. local LastPos = nil
  3733. for i = 1,70 do
  3734. for i2,v in pairs(Parts) do
  3735. v.CFrame = v.CFrame*CFrame.new(0,0,-4)
  3736. local cf = v.CFrame
  3737. v.Size = v.Size+Vector3.new(1.1,0.35,0.2)
  3738. v.CFrame = cf
  3739. v.Transparency = v.Transparency+0.02
  3740. if v.Transparency >= 0.975 then BREAKIT = true end
  3741. if v.Name == "0" then
  3742. local Ignore = {}
  3743. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  3744. if v.Character ~= nil then
  3745. Ignore[#Ignore+1] = v.Character
  3746. end
  3747. end
  3748. local ray = Ray.new(v.Position+Vector3.new(0,20,0),Vector3.new(0,-200,0))
  3749. local Hit,Pos,SurfaceNorm = Workspace:FindPartOnRayWithIgnoreList(ray,Ignore)
  3750. if Hit ~= nil then
  3751. if #Rocks == 0 then
  3752. for i = 1,5 do
  3753. local P = Instance.new("Part",char)
  3754. Rocks[#Rocks+1] = P
  3755. P.Anchored = true
  3756. P.FormFactor = "Custom"
  3757. P.BrickColor = Hit.BrickColor
  3758. P.Material = Hit.Material
  3759. P.TopSurface = "Smooth"
  3760. P.BottomSurface = "Smooth"
  3761. P.Size = Vector3.new(1,1,1)*(math.random(500,900)/100)
  3762. end
  3763. end
  3764. for i,P in pairs(Rocks) do
  3765. P.CFrame = ((CFrame.new(Pos)*(v.CFrame-v.Position))*CFrame.new(math.random(-math.ceil(v.Size.X/2),math.ceil(v.Size.X/2)),0,-math.random(5,8))-Vector3.new(0,0.25,0))*CFrame.Angles(math.rad(math.random(-50,50)),math.rad(math.random(-50,50)),math.rad(math.random(20,50)))
  3766. end
  3767. local P = Instance.new("Part",char)
  3768. CParts[#CParts+1] = {P,tick()}
  3769. P.Anchored = true
  3770. P.FormFactor = "Custom"
  3771. P.BrickColor = Hit.BrickColor
  3772. P.Material = Hit.Material
  3773. P.TopSurface = "Smooth"
  3774. P.BottomSurface = "Smooth"
  3775. P.Size = Vector3.new(1,1,1)*(math.random(100,300)/100)
  3776. Pos = CFrame.new(Pos)*(v.CFrame-v.Position)*CFrame.new(v.Size.X/2,0,0)
  3777. Pos = Pos.p
  3778. P.CFrame = ((CFrame.new(Pos,Pos+SurfaceNorm)*CFrame.Angles(math.rad(90),0,0))-Vector3.new(0,0.25,0))*CFrame.Angles(math.rad(math.random(-50,50)),math.rad(math.random(-50,50)),math.rad(math.random(20,50)))
  3779. local P = P:Clone()
  3780. CParts[#CParts+1] = {P,tick()}
  3781. P.Parent = char
  3782. Pos = CFrame.new(Pos)*(v.CFrame-v.Position)*CFrame.new(-v.Size.X,0,0)
  3783. Pos = Pos.p
  3784. P.CFrame = ((CFrame.new(Pos,Pos+SurfaceNorm)*CFrame.Angles(math.rad(90),0,0))-Vector3.new(0,0.25,0))*CFrame.Angles(math.rad(math.random(-50,50)),math.rad(math.random(-50,50)),math.rad(math.random(-50,-20)))
  3785. if LastPos ~= nil then
  3786. local P = P:Clone()
  3787. CParts[#CParts+1] = {P,tick()}
  3788. P.Parent = char
  3789. P.BrickColor = BrickColor.new("Crimson")
  3790. P.Material = "Granite"
  3791. Pos = CFrame.new(Pos)*(v.CFrame-v.Position)*CFrame.new(v.Size.X/2,0,0)
  3792. Pos = Pos.p
  3793. local CFr = (CFrame.new(Pos)*(v.CFrame-v.Position))-Vector3.new(0,0.4,0)
  3794. P.Size = Vector3.new(v.Size.X-0.25,1,(CFr.p-LastPos.p).Magnitude+0.25)
  3795. --P.Velocity = Vector3.new(0,-1000,0)
  3796. P.CFrame = CFrame.new(CFr.p,LastPos.p)*CFrame.new(0,0,-((CFr.p-LastPos.p).Magnitude+0.25)/2)
  3797. end
  3798. LastPos = (CFrame.new(Pos)*(v.CFrame-v.Position))-Vector3.new(0,0.4,0)
  3799. end
  3800. end
  3801. end
  3802. if BREAKIT then break end
  3803. wait(0.002)
  3804. end
  3805. for i,v in pairs(Rocks) do
  3806. CParts[#CParts+1] = {v,tick()}
  3807. end
  3808. for i,v in pairs(Parts) do
  3809. v:Destroy()
  3810. end
  3811. Parts = nil
  3812. while true do
  3813. local t = tick()
  3814. local p = nil
  3815. for i,v in pairs(CParts) do
  3816. if t-v[2] > 4 then
  3817. v[1].Transparency = v[1].Transparency+0.05
  3818. if v[1].Transparency >= 1 then
  3819. v[1]:Destroy()
  3820. CParts[i] = nil
  3821. end
  3822. end
  3823. p = v
  3824. end
  3825. if p == nil then break end
  3826. wait(0.002)
  3827. end
  3828. for i,v in pairs(CParts) do
  3829. v:Destroy()
  3830. end
  3831. CParts = {}
  3832. end)
  3833. for i = 1, 10 do
  3834. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.1, 0.6, -.4) * CFrame.Angles(math.rad(20), 0, math.rad(40)), 0.7)
  3835. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.1, 0.6, -.4) * CFrame.Angles(math.rad(20), 0, math.rad(-40)), 0.7)
  3836. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-40), 0, 0), 0.7)
  3837. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0) * CFrame.Angles(math.rad(10), 0, 0), 0.7)
  3838. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, -.1) * CFrame.Angles(math.rad(-16), 0, 0), 0.7)
  3839. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, -.1) * CFrame.Angles(math.rad(-16), 0, 0), 0.7)
  3840. corw.C0 = Lerp(corw.C0, CFrame.new(0, -0.85, 0) * CFrame.Angles(math.rad(-90), math.rad(-40), math.rad(0)), 0.4)
  3841. if Debounces.on==false then
  3842. break
  3843. end
  3844. rs:wait()
  3845. end
  3846. if Debounces.CanAttack == false then
  3847. Debounces.CanAttack = true
  3848. Debounces.NoIdl = false
  3849. Debounces.on = false
  3850. end
  3851. end
  3852. end
  3853. end)
  3854. ----------------------------------------------------
  3855. mouse.KeyDown:connect(function(key)
  3856. if string.byte(key) == 52 then
  3857. char.Humanoid.WalkSpeed = 28
  3858. end
  3859. end)
  3860. mouse.KeyUp:connect(function(key)
  3861. if string.byte(key) == 52 then
  3862. char.Humanoid.WalkSpeed = 16
  3863. end
  3864. end)
  3865. ----------------------------------------------------
  3866. game:GetService("RunService").RenderStepped:connect(function()
  3867. if char.Humanoid.Jump == true then
  3868. jump = true
  3869. else
  3870. jump = false
  3871. end
  3872. char.Humanoid.FreeFalling:connect(function(f)
  3873. if f then
  3874. ffing = true
  3875. else
  3876. ffing = false
  3877. end
  3878. end)
  3879. sine = sine + change
  3880. if jumpn == true then
  3881. animpose = "Jumping"
  3882. elseif ffing == true then
  3883. animpose = "Freefalling"
  3884. elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 5 then
  3885. animpose = "Idle"
  3886. elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 20 then
  3887. animpose = "Walking"
  3888. elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude > 20 then
  3889. animpose = "Running"
  3890. end
  3891. if animpose ~= lastanimpose then
  3892. sine = 0
  3893. if Debounces.NoIdl == false then
  3894. for i = 1, 2 do
  3895. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.62+0.1*math.cos(sine/14),0)*CFrame.Angles(math.rad(-6),math.rad(-6),math.rad(8+2*math.cos(sine/14))), 0.4)
  3896. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.62+0.1*math.cos(sine/14),0)*CFrame.Angles(math.rad(-6),math.rad(6),math.rad(-8-2*math.cos(sine/14))), 0.4)
  3897. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14+1*math.cos(sine/14)),math.rad(0),0), 0.2)
  3898. hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.2)
  3899. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 1-0.1*math.cos(sine/14), 0) * CFrame.Angles(0, math.rad(0), math.rad(0)), 0.05)
  3900. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(-8-2*math.cos(sine/14))), 0.4)
  3901. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(8+2*math.cos(sine/14))), 0.4)
  3902. corw.C0 = Lerp(corw.C0, CFrame.new(0, -0.85, 0) * CFrame.Angles(math.rad(-90), math.rad(0), math.rad(0)), 0.4)
  3903. end
  3904. wait()
  3905. end
  3906. else
  3907. end
  3908. lastanimpose = animpose
  3909. if Debounces.NoIdl == false then
  3910. if animpose == "Idle" then
  3911. change = 0.5
  3912. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.62+0.1*math.cos(sine/10),0)*CFrame.Angles(math.rad(-10),math.rad(-10),math.rad(14+2*math.cos(sine/10))), 0.4)
  3913. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.62+0.1*math.cos(sine/10),0)*CFrame.Angles(math.rad(-20),math.rad(6),math.rad(-10-2*math.cos(sine/10))), 0.4)
  3914. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14+1*math.cos(sine/10)),math.rad(20),0), 0.2)
  3915. hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.2)
  3916. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 1-0.16*math.cos(sine/10), 0) * CFrame.Angles(0, math.rad(-20), math.rad(0)), 0.05)
  3917. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, 0-0.1*math.cos(sine/10), -0.55) * CFrame.Angles(math.rad(-10+1*math.cos(sine/10)), math.rad(10), math.rad(-0-2*math.cos(sine/10))), 0.4)
  3918. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1-0.1*math.cos(sine/10), 0) * CFrame.Angles(0, math.rad(-10), math.rad(0+2*math.cos(sine/10))), 0.4)
  3919. corw2.C0 = Lerp(corw2.C0, CFrame.new(0, 0.7, 0.8) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(0)), 0.05)
  3920. corw.C0 = Lerp(corw.C0, CFrame.new(0, -0.85, 0) * CFrame.Angles(math.rad(-90), math.rad(0), math.rad(0)), 0.4)
  3921. --[[rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.65+0.1*math.cos(sine/8),0)*CFrame.Angles(math.rad(-10+4*math.cos(sine/8)),math.rad(-20-2*math.cos(sine/8)),math.rad(10+2*math.cos(sine/8))), 0.2)
  3922. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.65+0.1*math.cos(sine/8),0)*CFrame.Angles(math.rad(0),math.rad(10+2*math.cos(sine/8)),math.rad(-18-2*math.cos(sine/8))), 0.2)
  3923. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-18),math.rad(20+4*math.cos(sine/8)),0), 0.2)
  3924. hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0,0,0)*CFrame.Angles(math.rad(-12-3*math.cos(sine/8)),math.rad(0),0), 0.2)
  3925. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0+2*math.cos(sine/8)), math.rad(-20-4*math.cos(sine/8)), 0), 0.2)
  3926. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0-2*math.cos(sine/8)), math.rad(20+4*math.cos(sine/8)), math.rad(-5+1*math.cos(sine/8))), 0.2)
  3927. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0-4*math.cos(sine/8)), math.rad(-10-4*math.cos(sine/8)), math.rad(5+1*math.cos(sine/8))), 0.2)]]--
  3928. elseif animpose == "Walking" then
  3929. change = 1
  3930. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.55,0)*CFrame.Angles(math.rad(-16),math.rad(-12),math.rad(10+2*math.cos(sine/14))), 0.2)
  3931. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.55,0)*CFrame.Angles(math.rad(-16),math.rad(12),math.rad(-10-2*math.cos(sine/14))), 0.2)
  3932. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, -.2) * CFrame.Angles(math.rad(-14),0,0), 0.4)
  3933. hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.2)
  3934. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 1-0.17*math.cos(sine/14), 0) * CFrame.Angles(math.rad(-10),0, math.rad(0)), 0.05)
  3935. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-8), 0, math.rad(-8)), 0.4)
  3936. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-8), 0, math.rad(8)), 0.4)
  3937. corw2.C0 = Lerp(corw2.C0, CFrame.new(0, 0.7, 0.8) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(0)), 0.05)
  3938. corw.C0 = Lerp(corw.C0, CFrame.new(0, -0.85, 0) * CFrame.Angles(math.rad(-90), math.rad(0), math.rad(0)), 0.4)
  3939. elseif animpose == "Running" then
  3940. change = 1
  3941. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.55,0)*CFrame.Angles(math.rad(-20),math.rad(-22),math.rad(20+2*math.cos(sine/14))), 0.2)
  3942. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.55,0)*CFrame.Angles(math.rad(-10),math.rad(10),math.rad(-14-2*math.cos(sine/14))), 0.2)
  3943. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, -.2) * CFrame.Angles(math.rad(20),0,0), 0.4)
  3944. hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.2)
  3945. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(-40),0, math.rad(0)), 0.05)
  3946. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-4), 0, math.rad(-8)), 0.4)
  3947. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-4), 0, math.rad(8)), 0.4)
  3948. corw2.C0 = Lerp(corw2.C0, CFrame.new(0, 0.7, 0.8) * CFrame.Angles(math.rad(40), math.rad(0), math.rad(0)), 0.05)
  3949. corw.C0 = Lerp(corw.C0, CFrame.new(0, -0.85, 0) * CFrame.Angles(math.rad(-90), math.rad(0), math.rad(0)), 0.4)
  3950. end
  3951. end
  3952. och=och+1
  3953. for _,v in pairs(chot) do
  3954. pcall(function()
  3955. v.CFrame=v.CFrame:lerp(char.Sword.Blade.CFrame,0.1)
  3956. v.Mesh.Scale=Vector3.new(Tween(v.Mesh.Scale.X,0,0.1),Tween(v.Mesh.Scale.Y,0,0.1),Tween(v.Mesh.Scale.Z,0,0.1))
  3957. end)
  3958. end
  3959. end)
  3960. --[[while true do wait(0.2) https://preview.c9users.io/jaspher/rbx_stoof/RMMech.lua
  3961. if charge == true then
  3962. MagicRing(BrickColor.new('Dark Indigo'),torso.CFrame*CFrame.new(0,0,0)*CFrame.Angles(math.rad(90),0,math.rad(90)),0,-0.2,0,0,0,0,0.4,0.4,0.4,.08)
  3963. end
  3964. end]]--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement