Advertisement
Guest User

StarEyed

a guest
Jan 16th, 2019
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 399.25 KB | None | 0 0
  1. --https://github.com/Mokiros/roblox-FE-compatibility
  2. if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
  3. local Player,game,owner = owner,game
  4. local RealPlayer = Player
  5. do
  6. print("FE Compatibility code by Mokiros")
  7. local rp = RealPlayer
  8. script.Parent = rp.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,Functions={},Connect=function(self,f)table.insert(self.Functions,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(),Button2Up=fakeEvent(),Button2Down=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 then
  34. for _,f in pairs(t.Functions) do
  35. f(...)
  36. end
  37. end
  38. end
  39. m.TrigEvent = te
  40. UIS.TrigEvent = te
  41.  
  42. Event.OnServerEvent:Connect(function(plr,io)
  43. if plr~=rp then return end
  44. m.Target = io.Target
  45. m.Hit = io.Hit
  46. if not io.isMouse then
  47. local b = io.UserInputState == Enum.UserInputState.Begin
  48. if io.UserInputType == Enum.UserInputType.MouseButton1 then
  49. return m:TrigEvent(b and "Button1Down" or "Button1Up")
  50. end
  51. if io.UserInputType == Enum.UserInputType.MouseButton2 then
  52. return m:TrigEvent(b and "Button2Down" or "Button2Up")
  53. end
  54. for _,t in pairs(CAS.Actions) do
  55. for _,k in pairs(t.Keys) do
  56. if k==io.KeyCode then
  57. t.Function(t.Name,io.UserInputState,io)
  58. end
  59. end
  60. end
  61. m:TrigEvent(b and "KeyDown" or "KeyUp",io.KeyCode.Name:lower())
  62. UIS:TrigEvent(b and "InputBegan" or "InputEnded",io,false)
  63. end
  64. end)
  65. Event.Parent = NLS([==[
  66. local Player = game:GetService("Players").LocalPlayer
  67. local Event = script:WaitForChild("UserInput_Event")
  68.  
  69. local Mouse = Player:GetMouse()
  70. local UIS = game:GetService("UserInputService")
  71. local input = function(io,a)
  72. if a then return end
  73. --Since InputObject is a client-side instance, we create and pass table instead
  74. Event:FireServer({KeyCode=io.KeyCode,UserInputType=io.UserInputType,UserInputState=io.UserInputState,Hit=Mouse.Hit,Target=Mouse.Target})
  75. end
  76. UIS.InputBegan:Connect(input)
  77. UIS.InputEnded:Connect(input)
  78.  
  79. local h,t
  80. --Give the server mouse data 30 times every second, but only if the values changed
  81. --If player is not moving their mouse, client won't fire events
  82. while wait(1/30) do
  83. if h~=Mouse.Hit or t~=Mouse.Target then
  84. h,t=Mouse.Hit,Mouse.Target
  85. Event:FireServer({isMouse=true,Target=t,Hit=h})
  86. end
  87. end]==],Player.Character)
  88.  
  89. ----Sandboxed game object that allows the usage of client-side methods and services
  90. --Real game object
  91. local _rg = game
  92.  
  93. --Metatable for fake service
  94. local fsmt = {
  95. __index = function(self,k)
  96. local s = rawget(self,"_RealService")
  97. if s then
  98. return typeof(s[k])=="function"
  99. and function(_,...)return s[k](s,...)end or s[k]
  100. end
  101. end,
  102. __newindex = function(self,k,v)
  103. local s = rawget(self,"_RealService")
  104. if s then s[k]=v end
  105. end
  106. }
  107. local function FakeService(t,RealService)
  108. t._RealService = typeof(RealService)=="string" and _rg:GetService(RealService) or RealService
  109. return setmetatable(t,fsmt)
  110. end
  111.  
  112. --Fake game object
  113. local g = {
  114. GetService = function(self,s)
  115. return rawget(self,s) or _rg:GetService(s)
  116. end,
  117. Players = FakeService({
  118. LocalPlayer = FakeService({GetMouse=function(self)return m end},Player)
  119. },"Players"),
  120. UserInputService = FakeService(UIS,"UserInputService"),
  121. ContextActionService = FakeService(CAS,"ContextActionService"),
  122. RunService = FakeService({
  123. _btrs = {},
  124. RenderStepped = _rg:GetService("RunService").Heartbeat,
  125. BindToRenderStep = function(self,name,_,fun)
  126. self._btrs[name] = self.Heartbeat:Connect(fun)
  127. end,
  128. UnbindFromRenderStep = function(self,name)
  129. self._btrs[name]:Disconnect()
  130. end,
  131. },"RunService")
  132. }
  133. rawset(g.Players,"localPlayer",g.Players.LocalPlayer)
  134. g.service = g.GetService
  135. FakeService(g,game)
  136. --Changing owner to fake player object to support owner:GetMouse()
  137. game,owner = g,g.Players.LocalPlayer
  138. end
  139. wait(1)
  140. Player = game.Players.LocalPlayer
  141. Character = Player.Character
  142. local txt = Instance.new("BillboardGui", Character)
  143. txt.Adornee = Character.Head
  144. txt.Name = "_status"
  145. txt.Size = UDim2.new(2, 0, 1.2, 0)
  146. txt.StudsOffset = Vector3.new(-9, 8, 0)
  147. local text = Instance.new("TextLabel", txt)
  148. text.Size = UDim2.new(10, 0, 7, 0)
  149. text.FontSize = "Size24"
  150. text.TextScaled = true
  151. text.BackgroundTransparency = 1
  152. text.TextStrokeTransparency = 0
  153. text.Font = "Cartoon"
  154. text.TextStrokeColor3 = Color3.new(255, 255, 255)
  155. text.Text = "StarEyed"
  156. print("StarEyed created by JIMMYcasketISawesome and enebev")
  157. print("FE CONVERTED")
  158. --- Did actually rework heavily away from original neptunian, and the non-rework neptunian. --NoobyGames12
  159. --- Was supposed to be for the770zone, or VengefulProgram.
  160.  
  161. if game:GetService("RunService"):IsClient() then error("Please run as a server script. Use h/ instead of hl/.") end
  162. print("FE Compatibility: by WaverlyCole & Mokiros")
  163. InternalData = {}
  164. do
  165. script.Parent = owner.Character
  166. local Event = Instance.new("RemoteEvent")
  167. Event.Name = "UserInput"
  168. local function NewFakeEvent()
  169. local Fake = {fakeEvent=true,Connect=function(self,Func)self.Function=Func end}Fake.connect = Fake.Connect
  170. return Fake
  171. end
  172. local Mouse = {Target=nil,Hit=CFrame.new(),KeyUp=NewFakeEvent(),KeyDown=NewFakeEvent(),Button1Up=NewFakeEvent(),Button1Down=NewFakeEvent()}
  173. local UserInputService = {InputBegan=NewFakeEvent(),InputEnded=NewFakeEvent()}
  174. local ContextActionService = {Actions={},BindAction = function(self,actionName,Func,touch,...)
  175. self.Actions[actionName] = Func and {Name=actionName,Function=Func,Keys={...}} or nil
  176. end};ContextActionService.UnBindAction = ContextActionService.BindAction
  177. local function TriggerEvent(self,Event,...)
  178. local Trigger = Mouse[Event]
  179. if Trigger and Trigger.fakeEvent and Trigger.Function then
  180. Trigger.Function(...)
  181. end
  182. end
  183. Mouse.TrigEvent = TriggerEvent
  184. UserInputService.TrigEvent = TriggerEvent
  185. Event.OnServerEvent:Connect(function(FiredBy,Input)
  186. if FiredBy.Name ~= owner.Name then end
  187. if Input.MouseEvent then
  188. Mouse.Target = Input.Target
  189. Mouse.Hit = Input.Hit
  190. else
  191. local Begin = Input.UserInputState == Enum.UserInputState.Begin
  192. if Input.UserInputType == Enum.UserInputType.MouseButton1 then
  193. return Mouse:TrigEvent(Begin and "Button1Down" or "Button1Up")
  194. end
  195. for _,Action in pairs(ContextActionService.Actions) do
  196. for _,Key in pairs(Action.Keys) do
  197. if Key==Input.KeyCode then
  198. Action.Function(Action.Name,Input.UserInputState,Input)
  199. end
  200. end
  201. end
  202. Mouse:TrigEvent(Begin and "KeyDown" or "KeyUp",Input.KeyCode.Name:lower())
  203. UserInputService:TrigEvent(Begin and "InputBegan" or "InputEnded",Input,false)
  204. end
  205. end)
  206. InternalData["Mouse"] = Mouse
  207. InternalData["ContextActionService"] = ContextActionService
  208. InternalData["UserInputService"] = UserInputService
  209. Event.Parent = NLS([[
  210. local Player = owner
  211. local Event = script:WaitForChild("UserInput")
  212. local UserInputService = game:GetService("UserInputService")
  213. local Mouse = Player:GetMouse()
  214. local Input = function(Input,gameProcessedEvent)
  215. if gameProcessedEvent then return end
  216. Event:FireServer({KeyCode=Input.KeyCode,UserInputType=Input.UserInputType,UserInputState=Input.UserInputState})
  217. end
  218. UserInputService.InputBegan:Connect(Input)
  219. UserInputService.InputEnded:Connect(Input)
  220. local Hit,Target
  221. while wait(1/30) do
  222. if Hit ~= Mouse.Hit or Target ~= Mouse.Target then
  223. Hit,Target = Mouse.Hit,Mouse.Target
  224. Event:FireServer({["MouseEvent"]=true,["Target"]=Target,["Hit"]=Hit})
  225. end
  226. end
  227. ]],owner.Character)
  228. end
  229. RealGame = game;game = setmetatable({},{
  230. __index = function (self,Index)
  231. local Sandbox = function (Thing)
  232. if Thing:IsA("Player") then
  233. local RealPlayer = Thing
  234. return setmetatable({},{
  235. __index = function (self,Index)
  236. local Type = type(RealPlayer[Index])
  237. if Type == "function" then
  238. if Index:lower() == "getmouse" or Index:lower() == "mouse" then
  239. return function (self)
  240. return InternalData["Mouse"]
  241. end
  242. end
  243. return function (self,...)
  244. return RealPlayer[Index](RealPlayer,...)
  245. end
  246. else
  247. if Index == "PlrObj" then
  248. return RealPlayer
  249. end
  250. return RealPlayer[Index]
  251. end
  252. end;
  253. __tostring = function(self)
  254. return RealPlayer.Name
  255. end
  256. })
  257. end
  258. end
  259. if RealGame[Index] then
  260. local Type = type(RealGame[Index])
  261. if Type == "function" then
  262. if Index:lower() == "getservice" or Index:lower() == "service" then
  263. return function (self,Service)
  264. if Service:lower() == "players" then
  265. return setmetatable({},{
  266. __index = function (self2,Index2)
  267. local RealService = RealGame:GetService(Service)
  268. local Type2 = type(Index2)
  269. if Type2 == "function" then
  270. return function (self,...)
  271. return RealService[Index2](RealService,...)
  272. end
  273. else
  274. if Index2:lower() == "localplayer" then
  275. return Sandbox(owner)
  276. end
  277. return RealService[Index2]
  278. end
  279. end;
  280. __tostring = function(self)
  281. return RealGame:GetService(Service).Name
  282. end
  283. })
  284. elseif Service:lower() == "contextactionservice" then
  285. return InternalData["ContextActionService"]
  286. elseif Service:lower() == "contextactionservice" then
  287. return InternalData["UserInputService"]
  288. elseif Service:lower() == "runservice" then
  289. return setmetatable({},{
  290. __index = function(self2,Index2)
  291. local RealService = RealGame:GetService(Service)
  292. local Type2 = type(Index2)
  293. if Type2 == "function" then
  294. return function (self,...)
  295. return RealService[Index2](RealService,...)
  296. end
  297. else
  298. if Index2:lower() == "bindtorenderstep" then
  299. return function (self,Name,Priority,Function)
  300. return RealGame:GetService("RunService").Stepped:Connect(Function)
  301. end
  302. end
  303. if Index2:lower() == "renderstepped" then
  304. return RealService["Stepped"]
  305. end
  306. return RealService[Index2]
  307. end
  308. end
  309. })
  310. else
  311. return RealGame:GetService(Service)
  312. end
  313. end
  314. end
  315. return function (self,...)
  316. return RealGame[Index](RealGame,...)
  317. end
  318. else
  319. if game:GetService(Index) then
  320. return game:GetService(Index)
  321. end
  322. return RealGame[Index]
  323. end
  324. else
  325. return nil
  326. end
  327. end
  328. });Game = game;owner = game:GetService("Players").LocalPlayer;script = {}
  329. print("Complete! Running...")
  330.  
  331.  
  332. --//Paste script below this line.
  333.  
  334.  
  335. print[[Set your theme by:
  336. id/
  337. vol/
  338. pitch/
  339. You can skip through the position of theme by:
  340. skipto/]]
  341.  
  342. warn("Have fun using this!")
  343. ---- DO NOT CHANGE ANYTHING BELOW IF YOU'RE NOT AN EDITOR
  344.  
  345.  
  346. --Converted with ttyyuu12345's model to script plugin v4
  347. function sandbox(var,func)
  348. local env = getfenv(func)
  349. local newenv = setmetatable({},{
  350. __index = function(self,k)
  351. if k=="script" then
  352. return var
  353. else
  354. return env[k]
  355. end
  356. end,
  357. })
  358. setfenv(func,newenv)
  359. return func
  360. end
  361. cors = {}
  362. mas = Instance.new("Model",game:GetService("Lighting"))
  363. Model0 = Instance.new("Model")
  364. Part1 = Instance.new("Part")
  365. SpecialMesh2 = Instance.new("SpecialMesh")
  366. Part3 = Instance.new("Part")
  367. SpecialMesh4 = Instance.new("SpecialMesh")
  368. Weld5 = Instance.new("Weld")
  369. Weld6 = Instance.new("Weld")
  370. Weld7 = Instance.new("Weld")
  371. Weld8 = Instance.new("Weld")
  372. Weld9 = Instance.new("Weld")
  373. Weld10 = Instance.new("Weld")
  374. Weld11 = Instance.new("Weld")
  375. Weld12 = Instance.new("Weld")
  376. Weld13 = Instance.new("Weld")
  377. Weld14 = Instance.new("Weld")
  378. Weld15 = Instance.new("Weld")
  379. Weld16 = Instance.new("Weld")
  380. Weld17 = Instance.new("Weld")
  381. Weld18 = Instance.new("Weld")
  382. Weld19 = Instance.new("Weld")
  383. Weld20 = Instance.new("Weld")
  384. Weld21 = Instance.new("Weld")
  385. Weld22 = Instance.new("Weld")
  386. Weld23 = Instance.new("Weld")
  387. Weld24 = Instance.new("Weld")
  388. Weld25 = Instance.new("Weld")
  389. Weld26 = Instance.new("Weld")
  390. Weld27 = Instance.new("Weld")
  391. Weld28 = Instance.new("Weld")
  392. Weld29 = Instance.new("Weld")
  393. Weld30 = Instance.new("Weld")
  394. Weld31 = Instance.new("Weld")
  395. Weld32 = Instance.new("Weld")
  396. Weld33 = Instance.new("Weld")
  397. Weld34 = Instance.new("Weld")
  398. Weld35 = Instance.new("Weld")
  399. Weld36 = Instance.new("Weld")
  400. Weld37 = Instance.new("Weld")
  401. Weld38 = Instance.new("Weld")
  402. Weld39 = Instance.new("Weld")
  403. Weld40 = Instance.new("Weld")
  404. Weld41 = Instance.new("Weld")
  405. Weld42 = Instance.new("Weld")
  406. Weld43 = Instance.new("Weld")
  407. Weld44 = Instance.new("Weld")
  408. Weld45 = Instance.new("Weld")
  409. Weld46 = Instance.new("Weld")
  410. Weld47 = Instance.new("Weld")
  411. Weld48 = Instance.new("Weld")
  412. Weld49 = Instance.new("Weld")
  413. Weld50 = Instance.new("Weld")
  414. Weld51 = Instance.new("Weld")
  415. Weld52 = Instance.new("Weld")
  416. Weld53 = Instance.new("Weld")
  417. Weld54 = Instance.new("Weld")
  418. Weld55 = Instance.new("Weld")
  419. Weld56 = Instance.new("Weld")
  420. Weld57 = Instance.new("Weld")
  421. Weld58 = Instance.new("Weld")
  422. Weld59 = Instance.new("Weld")
  423. Weld60 = Instance.new("Weld")
  424. Weld61 = Instance.new("Weld")
  425. Weld62 = Instance.new("Weld")
  426. Weld63 = Instance.new("Weld")
  427. Weld64 = Instance.new("Weld")
  428. Weld65 = Instance.new("Weld")
  429. Weld66 = Instance.new("Weld")
  430. Weld67 = Instance.new("Weld")
  431. Weld68 = Instance.new("Weld")
  432. Weld69 = Instance.new("Weld")
  433. Weld70 = Instance.new("Weld")
  434. Weld71 = Instance.new("Weld")
  435. Weld72 = Instance.new("Weld")
  436. Weld73 = Instance.new("Weld")
  437. Weld74 = Instance.new("Weld")
  438. Weld75 = Instance.new("Weld")
  439. Weld76 = Instance.new("Weld")
  440. Weld77 = Instance.new("Weld")
  441. Weld78 = Instance.new("Weld")
  442. Weld79 = Instance.new("Weld")
  443. Weld80 = Instance.new("Weld")
  444. Weld81 = Instance.new("Weld")
  445. Weld82 = Instance.new("Weld")
  446. Weld83 = Instance.new("Weld")
  447. Weld84 = Instance.new("Weld")
  448. Weld85 = Instance.new("Weld")
  449. Weld86 = Instance.new("Weld")
  450. Weld87 = Instance.new("Weld")
  451. Weld88 = Instance.new("Weld")
  452. Weld89 = Instance.new("Weld")
  453. Weld90 = Instance.new("Weld")
  454. Weld91 = Instance.new("Weld")
  455. Weld92 = Instance.new("Weld")
  456. Weld93 = Instance.new("Weld")
  457. Weld94 = Instance.new("Weld")
  458. Weld95 = Instance.new("Weld")
  459. Weld96 = Instance.new("Weld")
  460. Weld97 = Instance.new("Weld")
  461. Weld98 = Instance.new("Weld")
  462. Weld99 = Instance.new("Weld")
  463. Weld100 = Instance.new("Weld")
  464. Weld101 = Instance.new("Weld")
  465. Weld102 = Instance.new("Weld")
  466. Weld103 = Instance.new("Weld")
  467. Weld104 = Instance.new("Weld")
  468. Weld105 = Instance.new("Weld")
  469. Weld106 = Instance.new("Weld")
  470. Weld107 = Instance.new("Weld")
  471. Weld108 = Instance.new("Weld")
  472. Weld109 = Instance.new("Weld")
  473. Weld110 = Instance.new("Weld")
  474. Weld111 = Instance.new("Weld")
  475. Weld112 = Instance.new("Weld")
  476. Weld113 = Instance.new("Weld")
  477. Weld114 = Instance.new("Weld")
  478. Weld115 = Instance.new("Weld")
  479. Weld116 = Instance.new("Weld")
  480. Weld117 = Instance.new("Weld")
  481. Weld118 = Instance.new("Weld")
  482. Weld119 = Instance.new("Weld")
  483. Weld120 = Instance.new("Weld")
  484. Weld121 = Instance.new("Weld")
  485. Weld122 = Instance.new("Weld")
  486. Weld123 = Instance.new("Weld")
  487. Weld124 = Instance.new("Weld")
  488. Weld125 = Instance.new("Weld")
  489. Weld126 = Instance.new("Weld")
  490. Weld127 = Instance.new("Weld")
  491. Weld128 = Instance.new("Weld")
  492. Weld129 = Instance.new("Weld")
  493. Weld130 = Instance.new("Weld")
  494. Weld131 = Instance.new("Weld")
  495. Weld132 = Instance.new("Weld")
  496. Weld133 = Instance.new("Weld")
  497. Weld134 = Instance.new("Weld")
  498. Weld135 = Instance.new("Weld")
  499. Weld136 = Instance.new("Weld")
  500. Weld137 = Instance.new("Weld")
  501. Weld138 = Instance.new("Weld")
  502. Weld139 = Instance.new("Weld")
  503. Weld140 = Instance.new("Weld")
  504. Weld141 = Instance.new("Weld")
  505. Weld142 = Instance.new("Weld")
  506. Weld143 = Instance.new("Weld")
  507. Weld144 = Instance.new("Weld")
  508. Weld145 = Instance.new("Weld")
  509. Weld146 = Instance.new("Weld")
  510. Weld147 = Instance.new("Weld")
  511. Weld148 = Instance.new("Weld")
  512. Weld149 = Instance.new("Weld")
  513. Weld150 = Instance.new("Weld")
  514. Weld151 = Instance.new("Weld")
  515. Weld152 = Instance.new("Weld")
  516. Weld153 = Instance.new("Weld")
  517. Weld154 = Instance.new("Weld")
  518. Weld155 = Instance.new("Weld")
  519. Weld156 = Instance.new("Weld")
  520. Weld157 = Instance.new("Weld")
  521. Weld158 = Instance.new("Weld")
  522. Weld159 = Instance.new("Weld")
  523. Weld160 = Instance.new("Weld")
  524. Weld161 = Instance.new("Weld")
  525. Weld162 = Instance.new("Weld")
  526. Part163 = Instance.new("Part")
  527. SpecialMesh164 = Instance.new("SpecialMesh")
  528. Part165 = Instance.new("Part")
  529. SpecialMesh166 = Instance.new("SpecialMesh")
  530. Part167 = Instance.new("Part")
  531. SpecialMesh168 = Instance.new("SpecialMesh")
  532. Part169 = Instance.new("Part")
  533. SpecialMesh170 = Instance.new("SpecialMesh")
  534. Part171 = Instance.new("Part")
  535. SpecialMesh172 = Instance.new("SpecialMesh")
  536. Part173 = Instance.new("Part")
  537. SpecialMesh174 = Instance.new("SpecialMesh")
  538. Part175 = Instance.new("Part")
  539. SpecialMesh176 = Instance.new("SpecialMesh")
  540. Part177 = Instance.new("Part")
  541. SpecialMesh178 = Instance.new("SpecialMesh")
  542. Part179 = Instance.new("Part")
  543. SpecialMesh180 = Instance.new("SpecialMesh")
  544. Part181 = Instance.new("Part")
  545. SpecialMesh182 = Instance.new("SpecialMesh")
  546. Part183 = Instance.new("Part")
  547. SpecialMesh184 = Instance.new("SpecialMesh")
  548. Part185 = Instance.new("Part")
  549. SpecialMesh186 = Instance.new("SpecialMesh")
  550. Part187 = Instance.new("Part")
  551. SpecialMesh188 = Instance.new("SpecialMesh")
  552. Part189 = Instance.new("Part")
  553. SpecialMesh190 = Instance.new("SpecialMesh")
  554. Part191 = Instance.new("Part")
  555. SpecialMesh192 = Instance.new("SpecialMesh")
  556. Part193 = Instance.new("Part")
  557. SpecialMesh194 = Instance.new("SpecialMesh")
  558. Part195 = Instance.new("Part")
  559. SpecialMesh196 = Instance.new("SpecialMesh")
  560. Part197 = Instance.new("Part")
  561. SpecialMesh198 = Instance.new("SpecialMesh")
  562. Part199 = Instance.new("Part")
  563. SpecialMesh200 = Instance.new("SpecialMesh")
  564. Part201 = Instance.new("Part")
  565. SpecialMesh202 = Instance.new("SpecialMesh")
  566. Part203 = Instance.new("Part")
  567. SpecialMesh204 = Instance.new("SpecialMesh")
  568. Part205 = Instance.new("Part")
  569. SpecialMesh206 = Instance.new("SpecialMesh")
  570. Part207 = Instance.new("Part")
  571. SpecialMesh208 = Instance.new("SpecialMesh")
  572. Part209 = Instance.new("Part")
  573. SpecialMesh210 = Instance.new("SpecialMesh")
  574. Part211 = Instance.new("Part")
  575. SpecialMesh212 = Instance.new("SpecialMesh")
  576. Part213 = Instance.new("Part")
  577. SpecialMesh214 = Instance.new("SpecialMesh")
  578. Part215 = Instance.new("Part")
  579. SpecialMesh216 = Instance.new("SpecialMesh")
  580. Part217 = Instance.new("Part")
  581. SpecialMesh218 = Instance.new("SpecialMesh")
  582. Part219 = Instance.new("Part")
  583. SpecialMesh220 = Instance.new("SpecialMesh")
  584. Part221 = Instance.new("Part")
  585. SpecialMesh222 = Instance.new("SpecialMesh")
  586. Part223 = Instance.new("Part")
  587. SpecialMesh224 = Instance.new("SpecialMesh")
  588. Part225 = Instance.new("Part")
  589. SpecialMesh226 = Instance.new("SpecialMesh")
  590. Part227 = Instance.new("Part")
  591. SpecialMesh228 = Instance.new("SpecialMesh")
  592. Part229 = Instance.new("Part")
  593. SpecialMesh230 = Instance.new("SpecialMesh")
  594. Part231 = Instance.new("Part")
  595. SpecialMesh232 = Instance.new("SpecialMesh")
  596. Part233 = Instance.new("Part")
  597. SpecialMesh234 = Instance.new("SpecialMesh")
  598. Part235 = Instance.new("Part")
  599. SpecialMesh236 = Instance.new("SpecialMesh")
  600. Part237 = Instance.new("Part")
  601. SpecialMesh238 = Instance.new("SpecialMesh")
  602. Part239 = Instance.new("Part")
  603. SpecialMesh240 = Instance.new("SpecialMesh")
  604. Part241 = Instance.new("Part")
  605. SpecialMesh242 = Instance.new("SpecialMesh")
  606. Part243 = Instance.new("Part")
  607. SpecialMesh244 = Instance.new("SpecialMesh")
  608. Part245 = Instance.new("Part")
  609. SpecialMesh246 = Instance.new("SpecialMesh")
  610. Part247 = Instance.new("Part")
  611. SpecialMesh248 = Instance.new("SpecialMesh")
  612. Part249 = Instance.new("Part")
  613. SpecialMesh250 = Instance.new("SpecialMesh")
  614. Part251 = Instance.new("Part")
  615. SpecialMesh252 = Instance.new("SpecialMesh")
  616. Part253 = Instance.new("Part")
  617. SpecialMesh254 = Instance.new("SpecialMesh")
  618. Part255 = Instance.new("Part")
  619. SpecialMesh256 = Instance.new("SpecialMesh")
  620. Part257 = Instance.new("Part")
  621. SpecialMesh258 = Instance.new("SpecialMesh")
  622. Part259 = Instance.new("Part")
  623. SpecialMesh260 = Instance.new("SpecialMesh")
  624. Part261 = Instance.new("Part")
  625. SpecialMesh262 = Instance.new("SpecialMesh")
  626. Part263 = Instance.new("Part")
  627. SpecialMesh264 = Instance.new("SpecialMesh")
  628. Part265 = Instance.new("Part")
  629. SpecialMesh266 = Instance.new("SpecialMesh")
  630. Part267 = Instance.new("Part")
  631. SpecialMesh268 = Instance.new("SpecialMesh")
  632. Part269 = Instance.new("Part")
  633. SpecialMesh270 = Instance.new("SpecialMesh")
  634. Part271 = Instance.new("Part")
  635. SpecialMesh272 = Instance.new("SpecialMesh")
  636. Part273 = Instance.new("Part")
  637. SpecialMesh274 = Instance.new("SpecialMesh")
  638. Part275 = Instance.new("Part")
  639. SpecialMesh276 = Instance.new("SpecialMesh")
  640. Part277 = Instance.new("Part")
  641. SpecialMesh278 = Instance.new("SpecialMesh")
  642. Part279 = Instance.new("Part")
  643. SpecialMesh280 = Instance.new("SpecialMesh")
  644. Part281 = Instance.new("Part")
  645. SpecialMesh282 = Instance.new("SpecialMesh")
  646. Part283 = Instance.new("Part")
  647. SpecialMesh284 = Instance.new("SpecialMesh")
  648. Part285 = Instance.new("Part")
  649. SpecialMesh286 = Instance.new("SpecialMesh")
  650. Part287 = Instance.new("Part")
  651. SpecialMesh288 = Instance.new("SpecialMesh")
  652. Part289 = Instance.new("Part")
  653. SpecialMesh290 = Instance.new("SpecialMesh")
  654. Part291 = Instance.new("Part")
  655. SpecialMesh292 = Instance.new("SpecialMesh")
  656. Part293 = Instance.new("Part")
  657. SpecialMesh294 = Instance.new("SpecialMesh")
  658. Part295 = Instance.new("Part")
  659. SpecialMesh296 = Instance.new("SpecialMesh")
  660. Part297 = Instance.new("Part")
  661. SpecialMesh298 = Instance.new("SpecialMesh")
  662. Part299 = Instance.new("Part")
  663. SpecialMesh300 = Instance.new("SpecialMesh")
  664. Part301 = Instance.new("Part")
  665. SpecialMesh302 = Instance.new("SpecialMesh")
  666. Part303 = Instance.new("Part")
  667. SpecialMesh304 = Instance.new("SpecialMesh")
  668. Part305 = Instance.new("Part")
  669. SpecialMesh306 = Instance.new("SpecialMesh")
  670. Part307 = Instance.new("Part")
  671. SpecialMesh308 = Instance.new("SpecialMesh")
  672. Part309 = Instance.new("Part")
  673. SpecialMesh310 = Instance.new("SpecialMesh")
  674. Part311 = Instance.new("Part")
  675. SpecialMesh312 = Instance.new("SpecialMesh")
  676. Part313 = Instance.new("Part")
  677. SpecialMesh314 = Instance.new("SpecialMesh")
  678. Part315 = Instance.new("Part")
  679. SpecialMesh316 = Instance.new("SpecialMesh")
  680. Part317 = Instance.new("Part")
  681. SpecialMesh318 = Instance.new("SpecialMesh")
  682. Part319 = Instance.new("Part")
  683. SpecialMesh320 = Instance.new("SpecialMesh")
  684. Part321 = Instance.new("Part")
  685. SpecialMesh322 = Instance.new("SpecialMesh")
  686. Part323 = Instance.new("Part")
  687. SpecialMesh324 = Instance.new("SpecialMesh")
  688. Part325 = Instance.new("Part")
  689. SpecialMesh326 = Instance.new("SpecialMesh")
  690. Part327 = Instance.new("Part")
  691. SpecialMesh328 = Instance.new("SpecialMesh")
  692. Part329 = Instance.new("Part")
  693. SpecialMesh330 = Instance.new("SpecialMesh")
  694. Part331 = Instance.new("Part")
  695. SpecialMesh332 = Instance.new("SpecialMesh")
  696. Part333 = Instance.new("Part")
  697. SpecialMesh334 = Instance.new("SpecialMesh")
  698. Part335 = Instance.new("Part")
  699. SpecialMesh336 = Instance.new("SpecialMesh")
  700. Part337 = Instance.new("Part")
  701. SpecialMesh338 = Instance.new("SpecialMesh")
  702. Part339 = Instance.new("Part")
  703. SpecialMesh340 = Instance.new("SpecialMesh")
  704. Part341 = Instance.new("Part")
  705. SpecialMesh342 = Instance.new("SpecialMesh")
  706. Part343 = Instance.new("Part")
  707. SpecialMesh344 = Instance.new("SpecialMesh")
  708. Part345 = Instance.new("Part")
  709. SpecialMesh346 = Instance.new("SpecialMesh")
  710. Part347 = Instance.new("Part")
  711. SpecialMesh348 = Instance.new("SpecialMesh")
  712. Part349 = Instance.new("Part")
  713. SpecialMesh350 = Instance.new("SpecialMesh")
  714. Part351 = Instance.new("Part")
  715. SpecialMesh352 = Instance.new("SpecialMesh")
  716. Part353 = Instance.new("Part")
  717. SpecialMesh354 = Instance.new("SpecialMesh")
  718. Part355 = Instance.new("Part")
  719. SpecialMesh356 = Instance.new("SpecialMesh")
  720. Part357 = Instance.new("Part")
  721. SpecialMesh358 = Instance.new("SpecialMesh")
  722. Part359 = Instance.new("Part")
  723. SpecialMesh360 = Instance.new("SpecialMesh")
  724. Part361 = Instance.new("Part")
  725. SpecialMesh362 = Instance.new("SpecialMesh")
  726. Part363 = Instance.new("Part")
  727. SpecialMesh364 = Instance.new("SpecialMesh")
  728. Part365 = Instance.new("Part")
  729. SpecialMesh366 = Instance.new("SpecialMesh")
  730. Part367 = Instance.new("Part")
  731. SpecialMesh368 = Instance.new("SpecialMesh")
  732. Part369 = Instance.new("Part")
  733. SpecialMesh370 = Instance.new("SpecialMesh")
  734. Part371 = Instance.new("Part")
  735. SpecialMesh372 = Instance.new("SpecialMesh")
  736. Part373 = Instance.new("Part")
  737. SpecialMesh374 = Instance.new("SpecialMesh")
  738. Part375 = Instance.new("Part")
  739. SpecialMesh376 = Instance.new("SpecialMesh")
  740. Part377 = Instance.new("Part")
  741. SpecialMesh378 = Instance.new("SpecialMesh")
  742. Part379 = Instance.new("Part")
  743. SpecialMesh380 = Instance.new("SpecialMesh")
  744. Part381 = Instance.new("Part")
  745. SpecialMesh382 = Instance.new("SpecialMesh")
  746. Part383 = Instance.new("Part")
  747. SpecialMesh384 = Instance.new("SpecialMesh")
  748. Part385 = Instance.new("Part")
  749. SpecialMesh386 = Instance.new("SpecialMesh")
  750. Part387 = Instance.new("Part")
  751. SpecialMesh388 = Instance.new("SpecialMesh")
  752. Part389 = Instance.new("Part")
  753. SpecialMesh390 = Instance.new("SpecialMesh")
  754. Part391 = Instance.new("Part")
  755. SpecialMesh392 = Instance.new("SpecialMesh")
  756. Part393 = Instance.new("Part")
  757. SpecialMesh394 = Instance.new("SpecialMesh")
  758. Part395 = Instance.new("Part")
  759. SpecialMesh396 = Instance.new("SpecialMesh")
  760. Part397 = Instance.new("Part")
  761. SpecialMesh398 = Instance.new("SpecialMesh")
  762. Part399 = Instance.new("Part")
  763. SpecialMesh400 = Instance.new("SpecialMesh")
  764. Part401 = Instance.new("Part")
  765. SpecialMesh402 = Instance.new("SpecialMesh")
  766. Part403 = Instance.new("Part")
  767. SpecialMesh404 = Instance.new("SpecialMesh")
  768. Part405 = Instance.new("Part")
  769. SpecialMesh406 = Instance.new("SpecialMesh")
  770. Part407 = Instance.new("Part")
  771. SpecialMesh408 = Instance.new("SpecialMesh")
  772. Part409 = Instance.new("Part")
  773. SpecialMesh410 = Instance.new("SpecialMesh")
  774. Part411 = Instance.new("Part")
  775. SpecialMesh412 = Instance.new("SpecialMesh")
  776. Part413 = Instance.new("Part")
  777. SpecialMesh414 = Instance.new("SpecialMesh")
  778. Part415 = Instance.new("Part")
  779. SpecialMesh416 = Instance.new("SpecialMesh")
  780. Part417 = Instance.new("Part")
  781. SpecialMesh418 = Instance.new("SpecialMesh")
  782. Part419 = Instance.new("Part")
  783. SpecialMesh420 = Instance.new("SpecialMesh")
  784. Part421 = Instance.new("Part")
  785. SpecialMesh422 = Instance.new("SpecialMesh")
  786. Part423 = Instance.new("Part")
  787. SpecialMesh424 = Instance.new("SpecialMesh")
  788. Part425 = Instance.new("Part")
  789. SpecialMesh426 = Instance.new("SpecialMesh")
  790. Part427 = Instance.new("Part")
  791. SpecialMesh428 = Instance.new("SpecialMesh")
  792. Part429 = Instance.new("Part")
  793. SpecialMesh430 = Instance.new("SpecialMesh")
  794. Part431 = Instance.new("Part")
  795. SpecialMesh432 = Instance.new("SpecialMesh")
  796. Part433 = Instance.new("Part")
  797. SpecialMesh434 = Instance.new("SpecialMesh")
  798. Part435 = Instance.new("Part")
  799. SpecialMesh436 = Instance.new("SpecialMesh")
  800. Part437 = Instance.new("Part")
  801. SpecialMesh438 = Instance.new("SpecialMesh")
  802. Part439 = Instance.new("Part")
  803. SpecialMesh440 = Instance.new("SpecialMesh")
  804. Part441 = Instance.new("Part")
  805. SpecialMesh442 = Instance.new("SpecialMesh")
  806. Part443 = Instance.new("Part")
  807. SpecialMesh444 = Instance.new("SpecialMesh")
  808. Part445 = Instance.new("Part")
  809. SpecialMesh446 = Instance.new("SpecialMesh")
  810. Part447 = Instance.new("Part")
  811. SpecialMesh448 = Instance.new("SpecialMesh")
  812. Part449 = Instance.new("Part")
  813. SpecialMesh450 = Instance.new("SpecialMesh")
  814. Part451 = Instance.new("Part")
  815. SpecialMesh452 = Instance.new("SpecialMesh")
  816. Part453 = Instance.new("Part")
  817. SpecialMesh454 = Instance.new("SpecialMesh")
  818. Part455 = Instance.new("Part")
  819. SpecialMesh456 = Instance.new("SpecialMesh")
  820. Part457 = Instance.new("Part")
  821. SpecialMesh458 = Instance.new("SpecialMesh")
  822. Part459 = Instance.new("Part")
  823. SpecialMesh460 = Instance.new("SpecialMesh")
  824. Part461 = Instance.new("Part")
  825. SpecialMesh462 = Instance.new("SpecialMesh")
  826. Part463 = Instance.new("Part")
  827. SpecialMesh464 = Instance.new("SpecialMesh")
  828. Part465 = Instance.new("Part")
  829. SpecialMesh466 = Instance.new("SpecialMesh")
  830. Part467 = Instance.new("Part")
  831. SpecialMesh468 = Instance.new("SpecialMesh")
  832. Part469 = Instance.new("Part")
  833. SpecialMesh470 = Instance.new("SpecialMesh")
  834. Part471 = Instance.new("Part")
  835. SpecialMesh472 = Instance.new("SpecialMesh")
  836. Part473 = Instance.new("Part")
  837. SpecialMesh474 = Instance.new("SpecialMesh")
  838. Part475 = Instance.new("Part")
  839. SpecialMesh476 = Instance.new("SpecialMesh")
  840. Model0.Parent = mas
  841. Part1.Parent = Model0
  842. Part1.CFrame = CFrame.new(-0.612978518, 3.52787709, -14.4877329, 0.999985635, -0.00299202278, 0.00444748998, 0.00513700023, 0.297964603, -0.95456326, 0.00153088011, 0.95457232, 0.297975689)
  843. Part1.Orientation = Vector3.new(72.659996, 0.859999955, 0.98999995)
  844. Part1.Position = Vector3.new(-0.612978518, 3.52787709, -14.4877329)
  845. Part1.Rotation = Vector3.new(72.659996, 0.25, 0.170000002)
  846. Part1.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  847. Part1.Velocity = Vector3.new(1.29135582e-08, 0.00246586069, 1.6969787e-07)
  848. Part1.Size = Vector3.new(0.275000006, 0.22512494, 0.42337501)
  849. Part1.Anchored = true
  850. Part1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  851. Part1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  852. Part1.BrickColor = BrickColor.new("Really black")
  853. Part1.CanCollide = false
  854. Part1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  855. Part1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  856. Part1.Material = Enum.Material.Metal
  857. Part1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  858. Part1.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  859. Part1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  860. Part1.brickColor = BrickColor.new("Really black")
  861. SpecialMesh2.Parent = Part1
  862. SpecialMesh2.Scale = Vector3.new(0.400000006, 1, 0.5)
  863. SpecialMesh2.MeshType = Enum.MeshType.Brick
  864. Part3.Parent = Model0
  865. Part3.CFrame = CFrame.new(-0.608517408, 2.57421446, -14.2038746, 0.999985635, 0.00162795268, -0.00510686403, 0.0051367972, -0.0189460143, 0.999807417, 0.00153088395, -0.999819279, -0.0189541057)
  866. Part3.Orientation = Vector3.new(-88.8799973, -164.919998, 164.830002)
  867. Part3.Position = Vector3.new(-0.608517408, 2.57421446, -14.2038746)
  868. Part3.Rotation = Vector3.new(-91.0899963, -0.289999992, -0.0899999961)
  869. Part3.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  870. Part3.Velocity = Vector3.new(1.6413172e-07, 0.00246645301, 2.15686623e-06)
  871. Part3.Size = Vector3.new(0.275000006, 0.315999985, 0.303375006)
  872. Part3.Anchored = true
  873. Part3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  874. Part3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  875. Part3.BrickColor = BrickColor.new("Really black")
  876. Part3.CanCollide = false
  877. Part3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  878. Part3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  879. Part3.Material = Enum.Material.Glass
  880. Part3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  881. Part3.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  882. Part3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  883. Part3.brickColor = BrickColor.new("Really black")
  884. SpecialMesh4.Parent = Part3
  885. SpecialMesh4.Scale = Vector3.new(0.5, 1, 0.5)
  886. SpecialMesh4.MeshType = Enum.MeshType.Wedge
  887. Weld5.Name = "BTWeld"
  888. Weld5.Parent = Part3
  889. Weld5.C1 = CFrame.new(1.78813934e-06, -0.442868233, -0.256871939, -1, 2.08499841e-07, 2.3712164e-07, -2.08849087e-07, -1.00000024, 0, 2.39566361e-07, 1.86264515e-09, 1.00000024)
  890. Weld5.Part0 = Part3
  891. Weld5.Part1 = Part441
  892. Weld5.part1 = Part441
  893. Weld6.Name = "BTWeld"
  894. Weld6.Parent = Part3
  895. Weld6.C1 = CFrame.new(2.8014183e-06, 0.12912178, 0.434119463, -1, -2.32830644e-10, 3.05299181e-08, 2.32830644e-10, 1.00000024, 1.80676579e-07, -3.2619937e-08, 1.76951289e-07, -1.00000024)
  896. Weld6.Part0 = Part3
  897. Weld6.Part1 = Part323
  898. Weld6.part1 = Part323
  899. Weld7.Name = "BTWeld"
  900. Weld7.Parent = Part3
  901. Weld7.C1 = CFrame.new(-3.09944153e-06, -0.192704201, -0.62885952, 1, 8.96397978e-08, 1.20697223e-07, -8.91741365e-08, 1.00000024, 1.78813934e-07, -1.1825432e-07, -1.78813934e-07, 1.00000024)
  902. Weld7.Part0 = Part3
  903. Weld7.Part1 = Part371
  904. Weld7.part1 = Part371
  905. Weld8.Name = "BTWeld"
  906. Weld8.Parent = Part3
  907. Weld8.C1 = CFrame.new(-2.86102295e-06, 0.0544996262, -0.312496185, 1, 2.32830644e-10, 1.14778231e-09, 2.32830644e-10, 1.00000024, 1.86264515e-09, 1.14778231e-09, 1.86264515e-09, 1.00000024)
  908. Weld8.Part0 = Part3
  909. Weld8.Part1 = Part167
  910. Weld8.part1 = Part167
  911. Weld9.Name = "BTWeld"
  912. Weld9.Parent = Part3
  913. Weld9.C1 = CFrame.new(3.63588333e-06, -2.63571262, -0.638117313, -1, 1.18976459e-07, 3.0064075e-07, -1.19325705e-07, -1.00000024, -5.96046448e-08, 3.02987246e-07, -5.77419996e-08, 1.00000024)
  914. Weld9.Part0 = Part3
  915. Weld9.Part1 = Part177
  916. Weld9.part1 = Part177
  917. Weld10.Name = "BTWeld"
  918. Weld10.Parent = Part3
  919. Weld10.C1 = CFrame.new(-2.98023224e-06, -0.077252388, -0.223499537, 1, 2.32830644e-10, 1.14778231e-09, 2.32830644e-10, 1.00000024, 1.86264515e-09, 1.14778231e-09, 1.86264515e-09, 1.00000024)
  920. Weld10.Part0 = Part3
  921. Weld10.Part1 = Part277
  922. Weld10.part1 = Part277
  923. Weld11.Name = "BTWeld"
  924. Weld11.Parent = Part3
  925. Weld11.C1 = CFrame.new(1.90734863e-06, -0.629117966, -0.531242609, -1, 1.18976459e-07, 3.0064075e-07, -1.19325705e-07, -1.00000024, -5.96046448e-08, 3.02987246e-07, -5.77419996e-08, 1.00000024)
  926. Weld11.Part0 = Part3
  927. Weld11.Part1 = Part427
  928. Weld11.part1 = Part427
  929. Weld12.Name = "BTWeld"
  930. Weld12.Parent = Part3
  931. Weld12.C1 = CFrame.new(3.87430191e-06, -1.56084347, -0.606865883, -1, 2.08499841e-07, 1.81222276e-07, -2.08849087e-07, -1.00000024, 0, 1.83687007e-07, 1.86264515e-09, 1.00000024)
  932. Weld12.Part0 = Part3
  933. Weld12.Part1 = Part209
  934. Weld12.part1 = Part209
  935. Weld13.Name = "BTWeld"
  936. Weld13.Parent = Part3
  937. Weld13.C1 = CFrame.new(-1.66893005e-06, -0.394741058, 0.453120232, 1, -1.19092874e-07, -2.68964868e-07, -1.19325705e-07, -1.00000024, -5.96046448e-08, -2.71322278e-07, 5.77419996e-08, -1.00000024)
  938. Weld13.Part0 = Part3
  939. Weld13.Part1 = Part265
  940. Weld13.part1 = Part265
  941. Weld14.Name = "BTWeld"
  942. Weld14.Parent = Part3
  943. Weld14.C1 = CFrame.new(-3.51667404e-06, -3.62178516, 0.128079414, 1, 2.32830644e-10, -2.82076144e-07, 4.92436811e-08, -0.984807968, 0.173648342, -2.7945498e-07, -0.173648342, -0.984807968)
  944. Weld14.Part0 = Part3
  945. Weld14.Part1 = Part445
  946. Weld14.part1 = Part445
  947. Weld15.Name = "BTWeld"
  948. Weld15.Parent = Part3
  949. Weld15.C1 = CFrame.new(1.7285347e-06, -0.568753242, -0.743589878, -1, 1.18976459e-07, 3.28123861e-07, -1.1944212e-07, -1.00000024, -8.94069672e-08, 3.30041075e-07, -8.7544322e-08, 1.00000024)
  950. Weld15.Part0 = Part3
  951. Weld15.Part1 = Part175
  952. Weld15.part1 = Part175
  953. Weld16.Name = "BTWeld"
  954. Weld16.Parent = Part3
  955. Weld16.C1 = CFrame.new(-0.568752289, -0.0312482715, 1.24358273, -5.98374754e-08, -1.00000024, 0, -1, 5.93718141e-08, 3.27925591e-07, -3.30370312e-07, -1.86264515e-09, -1.00000024)
  956. Weld16.Part0 = Part3
  957. Weld16.Part1 = Part433
  958. Weld16.part1 = Part433
  959. Weld17.Name = "BTWeld"
  960. Weld17.Parent = Part3
  961. Weld17.C1 = CFrame.new(1.7285347e-06, -0.568753242, -0.743589878, -1, 1.18976459e-07, 3.28123861e-07, -1.1944212e-07, -1.00000024, -8.94069672e-08, 3.30041075e-07, -8.7544322e-08, 1.00000024)
  962. Weld17.Part0 = Part3
  963. Weld17.Part1 = Part417
  964. Weld17.part1 = Part417
  965. Weld18.Name = "BTWeld"
  966. Weld18.Parent = Part3
  967. Weld18.C1 = CFrame.new(-3.09944153e-06, -0.364574432, -0.628859282, 1, 8.96397978e-08, 1.20697223e-07, -8.91741365e-08, 1.00000024, 1.78813934e-07, -1.1825432e-07, -1.78813934e-07, 1.00000024)
  968. Weld18.Part0 = Part3
  969. Weld18.Part1 = Part295
  970. Weld18.part1 = Part295
  971. Weld19.Name = "BTWeld"
  972. Weld19.Parent = Part3
  973. Weld19.C1 = CFrame.new(3.93390656e-06, -3.33387375, 1.42912102, -1, 2.08499841e-07, 7.08205334e-08, -1.35507435e-07, -0.838670611, 0.544639409, 1.75263267e-07, 0.544639468, 0.838670611)
  974. Weld19.Part0 = Part3
  975. Weld19.Part1 = Part165
  976. Weld19.part1 = Part165
  977. Weld20.Name = "BTWeld"
  978. Weld20.Parent = Part3
  979. Weld20.C1 = CFrame.new(1.78813934e-07, -3.38045502, 0.755048752, 1, 2.32830644e-10, -2.6903399e-07, -2.32830644e-10, -1.00000024, 8.7544322e-08, -2.71093086e-07, -9.12696123e-08, -1.00000024)
  980. Weld20.Part0 = Part3
  981. Weld20.Part1 = Part315
  982. Weld20.part1 = Part315
  983. Weld21.Name = "BTWeld"
  984. Weld21.Parent = Part3
  985. Weld21.C1 = CFrame.new(0.522247314, -0.031253159, 0.449784279, 2.578774e-06, -0.500000775, -0.866025329, 1, 2.96742655e-06, 1.26622399e-06, 1.93726737e-06, -0.866025329, 0.500000715)
  986. Weld21.Part0 = Part3
  987. Weld21.Part1 = Part457
  988. Weld21.part1 = Part457
  989. Weld22.Name = "BTWeld"
  990. Weld22.Parent = Part3
  991. Weld22.C1 = CFrame.new(-3.03983688e-06, -0.26757431, -0.628857851, 1, 8.96397978e-08, 1.20697223e-07, -8.91741365e-08, 1.00000024, 1.78813934e-07, -1.1825432e-07, -1.78813934e-07, 1.00000024)
  992. Weld22.Part0 = Part3
  993. Weld22.Part1 = Part363
  994. Weld22.part1 = Part363
  995. Weld23.Name = "BTWeld"
  996. Weld23.Parent = Part3
  997. Weld23.C1 = CFrame.new(-3.03983688e-06, 0.579193592, -0.519788742, 1, 2.08732672e-07, 7.35781214e-08, -9.66247171e-08, 0.707106471, -0.707107365, -1.97673216e-07, 0.707107365, 0.707106471)
  998. Weld23.Part0 = Part3
  999. Weld23.Part1 = Part429
  1000. Weld23.part1 = Part429
  1001. Weld24.Name = "BTWeld"
  1002. Weld24.Parent = Part3
  1003. Weld24.C1 = CFrame.new(3.57627869e-06, -2.7432127, -0.596743584, -1, 1.18976459e-07, 3.0064075e-07, -1.19325705e-07, -1.00000024, -5.96046448e-08, 3.02987246e-07, -5.77419996e-08, 1.00000024)
  1004. Weld24.Part0 = Part3
  1005. Weld24.Part1 = Part253
  1006. Weld24.part1 = Part253
  1007. Weld25.Name = "BTWeld"
  1008. Weld25.Parent = Part3
  1009. Weld25.C1 = CFrame.new(-5.96046448e-08, -0.0365514755, -0.0244483948, -1, 2.08383426e-07, 3.34477591e-07, -3.4889672e-07, -0.866025686, -0.49999994, 1.87254045e-07, -0.499999881, 0.866025686)
  1010. Weld25.Part0 = Part3
  1011. Weld25.Part1 = Part383
  1012. Weld25.part1 = Part383
  1013. Weld26.Name = "BTWeld"
  1014. Weld26.Parent = Part3
  1015. Weld26.C1 = CFrame.new(0.0437097549, -0.0312481523, 1.49426508, -1.02329068e-07, -0.707107306, -0.707106531, -1, -1.1047814e-07, 2.52499376e-07, -2.57976353e-07, 0.70710659, -0.707107306)
  1016. Weld26.Part0 = Part3
  1017. Weld26.Part1 = Part289
  1018. Weld26.part1 = Part289
  1019. Weld27.Name = "BTWeld"
  1020. Weld27.Parent = Part3
  1021. Weld27.C1 = CFrame.new(-0.390325546, -0.0312492251, 0.188101292, 1.53668225e-07, 0.866025686, 0.5, -1, 1.49011612e-07, 4.73319233e-08, -3.19560058e-08, -0.49999994, 0.866025686)
  1022. Weld27.Part0 = Part3
  1023. Weld27.Part1 = Part465
  1024. Weld27.part1 = Part465
  1025. Weld28.Name = "BTWeld"
  1026. Weld28.Parent = Part3
  1027. Weld28.C1 = CFrame.new(3.69548798e-06, 1.39622211, 0.606865406, -1, -8.95233825e-08, 3.02316039e-08, -8.91741365e-08, 1.00000024, -8.94069672e-08, -3.26745067e-08, -9.12696123e-08, -1.00000024)
  1028. Weld28.Part0 = Part3
  1029. Weld28.Part1 = Part325
  1030. Weld28.part1 = Part325
  1031. Weld29.Name = "BTWeld"
  1032. Weld29.Parent = Part3
  1033. Weld29.C1 = CFrame.new(-3.03983688e-06, -0.0283536911, -0.593729019, 1, 8.95233825e-08, 4.61641321e-08, -6.54254109e-08, 0.923879802, -0.382683307, -7.52625056e-08, 0.382683337, 0.923879921)
  1034. Weld29.Part0 = Part3
  1035. Weld29.Part1 = Part435
  1036. Weld29.part1 = Part435
  1037. Weld30.Name = "BTWeld"
  1038. Weld30.Parent = Part3
  1039. Weld30.C1 = CFrame.new(-2.98023224e-06, 0.0857448578, -0.331493855, 1, 2.32830644e-10, 1.14778231e-09, 2.32830644e-10, 1.00000024, 1.86264515e-09, 1.14778231e-09, 1.86264515e-09, 1.00000024)
  1040. Weld30.Part0 = Part3
  1041. Weld30.Part1 = Part297
  1042. Weld30.part1 = Part297
  1043. Weld31.Name = "BTWeld"
  1044. Weld31.Parent = Part3
  1045. Weld31.C1 = CFrame.new(2.98023224e-06, 0.0857439041, 0.434119463, -1, -2.32830644e-10, -8.87230271e-08, 2.32830644e-10, 1.00000024, 1.86264515e-09, 8.63965397e-08, -1.86264515e-09, -1.00000024)
  1046. Weld31.Part0 = Part3
  1047. Weld31.Part1 = Part403
  1048. Weld31.part1 = Part403
  1049. Weld32.Name = "BTWeld"
  1050. Weld32.Parent = Part3
  1051. Weld32.C1 = CFrame.new(3.69548798e-06, -1.12822342, -0.591116667, -1, 1.18976459e-07, 3.0064075e-07, -1.19325705e-07, -1.00000024, -5.96046448e-08, 3.02987246e-07, -5.77419996e-08, 1.00000024)
  1052. Weld32.Part0 = Part3
  1053. Weld32.Part1 = Part317
  1054. Weld32.part1 = Part317
  1055. Weld33.Name = "BTWeld"
  1056. Weld33.Parent = Part3
  1057. Weld33.C1 = CFrame.new(-3.57627869e-06, 1.17320824, 0.736830235, 1, -1.19092874e-07, 2.04781827e-07, -1.19325705e-07, -1.00000024, 2.68220901e-07, 2.03222953e-07, -2.68220901e-07, -1.00000024)
  1058. Weld33.Part0 = Part3
  1059. Weld33.Part1 = Part171
  1060. Weld33.part1 = Part171
  1061. Weld34.Name = "BTWeld"
  1062. Weld34.Parent = Part3
  1063. Weld34.C1 = CFrame.new(3.51667404e-06, -2.70561504, -1.06026649, -1, 1.18976459e-07, 3.69582267e-07, -1.82189979e-07, -0.984807968, -0.173648283, 3.45506123e-07, -0.173648298, 0.984807968)
  1064. Weld34.Part0 = Part3
  1065. Weld34.Part1 = Part251
  1066. Weld34.part1 = Part251
  1067. Weld35.Name = "BTWeld"
  1068. Weld35.Parent = Part3
  1069. Weld35.C1 = CFrame.new(0.568753242, -0.0312516689, 1.24358273, 1.1944212e-07, 1.00000024, 0, 1, -1.18976459e-07, -3.28123861e-07, -3.30370312e-07, -1.86264515e-09, -1.00000024)
  1070. Weld35.Part0 = Part3
  1071. Weld35.Part1 = Part443
  1072. Weld35.part1 = Part443
  1073. Weld36.Name = "BTWeld"
  1074. Weld36.Parent = Part3
  1075. Weld36.C1 = CFrame.new(-0.00166904926, -3.09995842, -0.665301085, -1, -2.32830644e-10, 6.22057996e-08, -1.16415322e-10, -1.00000024, -6.14672899e-08, 6.45686669e-08, -5.77419996e-08, 1.00000024)
  1076. Weld36.Part0 = Part3
  1077. Weld36.Part1 = Part243
  1078. Weld36.part1 = Part243
  1079. Weld37.Name = "BTWeld"
  1080. Weld37.Parent = Part3
  1081. Weld37.C1 = CFrame.new(-1.3257277, -0.0312492847, 5.10531425, 9.66574589e-08, 0.0174533594, 0.999847949, -1, 2.08499841e-07, 9.1315087e-08, -2.07335688e-07, -0.999847949, 0.0174533576)
  1082. Weld37.Part0 = Part3
  1083. Weld37.Part1 = Part191
  1084. Weld37.part1 = Part191
  1085. Weld38.Name = "BTWeld"
  1086. Weld38.Parent = Part3
  1087. Weld38.C1 = CFrame.new(2.98023224e-06, -0.520121574, 0.565322638, -1, 2.08499841e-07, -1.4426405e-08, 1.87777914e-07, 0.923879921, 0.382683069, 9.12114047e-08, 0.382683039, -0.923879921)
  1088. Weld38.Part0 = Part3
  1089. Weld38.Part1 = Part459
  1090. Weld38.part1 = Part459
  1091. Weld39.Name = "BTWeld"
  1092. Weld39.Parent = Part3
  1093. Weld39.C1 = CFrame.new(-2.44379044e-06, 1.62276363, -0.980819702, 1, -3.87430191e-07, 3.99177225e-08, -1.89582352e-07, -0.569997728, -0.821646571, 3.3993274e-07, 0.821646512, -0.569997668)
  1094. Weld39.Part0 = Part3
  1095. Weld39.Part1 = Part327
  1096. Weld39.part1 = Part327
  1097. Weld40.Name = "BTWeld"
  1098. Weld40.Parent = Part3
  1099. Weld40.C1 = CFrame.new(3.69548798e-06, -1.7807188, -0.638116598, -1, 1.18976459e-07, 3.0064075e-07, -1.19325705e-07, -1.00000024, -5.96046448e-08, 3.02987246e-07, -5.77419996e-08, 1.00000024)
  1100. Weld40.Part0 = Part3
  1101. Weld40.Part1 = Part229
  1102. Weld40.part1 = Part229
  1103. Weld41.Name = "BTWeld"
  1104. Weld41.Parent = Part3
  1105. Weld41.C1 = CFrame.new(-2.98023224e-06, -0.170754433, -0.381493092, 1, 2.32830644e-10, 1.14778231e-09, 2.32830644e-10, 1.00000024, 1.86264515e-09, 1.14778231e-09, 1.86264515e-09, 1.00000024)
  1106. Weld41.Part0 = Part3
  1107. Weld41.Part1 = Part469
  1108. Weld41.part1 = Part469
  1109. Weld42.Name = "BTWeld"
  1110. Weld42.Parent = Part3
  1111. Weld42.C1 = CFrame.new(1.7285347e-06, -0.568753242, -0.743589878, -1, 1.18976459e-07, 3.28123861e-07, -1.1944212e-07, -1.00000024, -8.94069672e-08, 3.30041075e-07, -8.7544322e-08, 1.00000024)
  1112. Weld42.Part0 = Part3
  1113. Weld42.Part1 = Part169
  1114. Weld42.part1 = Part169
  1115. Weld43.Name = "BTWeld"
  1116. Weld43.Parent = Part3
  1117. Weld43.C1 = CFrame.new(1.84774399e-06, -0.227245331, -0.390619993, -1, 1.18976459e-07, 3.56074452e-07, -1.19325705e-07, -1.00000024, -5.96046448e-08, 3.58400939e-07, -5.77419996e-08, 1.00000024)
  1118. Weld43.Part0 = Part3
  1119. Weld43.Part1 = Part463
  1120. Weld43.part1 = Part463
  1121. Weld44.Name = "BTWeld"
  1122. Weld44.Parent = Part3
  1123. Weld44.C1 = CFrame.new(-1.84774399e-06, 0.916108131, -0.790865183, 1, -5.93718141e-08, 2.56368367e-08, 5.97210601e-08, 1.00000024, 5.96046448e-08, -2.29756552e-08, -5.77419996e-08, 1.00000024)
  1124. Weld44.Part0 = Part3
  1125. Weld44.Part1 = Part411
  1126. Weld44.part1 = Part411
  1127. Weld45.Name = "BTWeld"
  1128. Weld45.Parent = Part3
  1129. Weld45.C1 = CFrame.new(3.75509262e-06, -2.08321857, -0.731868029, -1, 1.18976459e-07, 3.0064075e-07, -1.19325705e-07, -1.00000024, -5.96046448e-08, 3.02987246e-07, -5.77419996e-08, 1.00000024)
  1130. Weld45.Part0 = Part3
  1131. Weld45.Part1 = Part475
  1132. Weld45.part1 = Part475
  1133. Weld46.Name = "BTWeld"
  1134. Weld46.Parent = Part3
  1135. Weld46.C1 = CFrame.new(0.00166875124, 3.12339592, -0.606613398, 1, -1.18976459e-07, -6.2136678e-08, 1.1944212e-07, 1.00000024, -8.94069672e-08, 6.48051355e-08, 9.12696123e-08, 1.00000024)
  1136. Weld46.Part0 = Part3
  1137. Weld46.Part1 = Part473
  1138. Weld46.part1 = Part473
  1139. Weld47.Name = "BTWeld"
  1140. Weld47.Parent = Part3
  1141. Weld47.C1 = CFrame.new(-0.246384621, -0.03125, 0.315700531, 8.35862011e-08, -0.965926051, 0.258819014, 1, 6.17001206e-08, -9.08512447e-08, 7.39237294e-08, 0.258818984, 0.965926111)
  1142. Weld47.Part0 = Part3
  1143. Weld47.Part1 = Part355
  1144. Weld47.part1 = Part355
  1145. Weld48.Name = "BTWeld"
  1146. Weld48.Parent = Part3
  1147. Weld48.C1 = CFrame.new(2.74181366e-06, 0.908480644, 0.621105194, -1, 3.87430191e-07, -2.68737494e-08, -1.25437509e-07, -0.382683992, -0.923879504, -3.67756002e-07, -0.923879564, 0.382684022)
  1148. Weld48.Part0 = Part3
  1149. Weld48.Part1 = Part341
  1150. Weld48.part1 = Part341
  1151. Weld49.Name = "BTWeld"
  1152. Weld49.Parent = Part3
  1153. Weld49.C1 = CFrame.new(1.96695328e-06, -0.43809557, 0.254676819, -1, 2.08499841e-07, 8.61909939e-08, -8.48667696e-08, -0.707106531, 0.707107365, 2.10478902e-07, 0.707107365, 0.707106471)
  1154. Weld49.Part0 = Part3
  1155. Weld49.Part1 = Part269
  1156. Weld49.part1 = Part269
  1157. Weld50.Name = "BTWeld"
  1158. Weld50.Parent = Part3
  1159. Weld50.C1 = CFrame.new(1.32572746, -0.0312505364, 5.10531616, -1.84201781e-07, -0.0174533594, -0.999847949, 1, -2.08499841e-07, -1.78890332e-07, -2.05705874e-07, -0.999847949, 0.0174533576)
  1160. Weld50.Part0 = Part3
  1161. Weld50.Part1 = Part379
  1162. Weld50.part1 = Part379
  1163. Weld51.Name = "BTWeld"
  1164. Weld51.Parent = Part3
  1165. Weld51.C1 = CFrame.new(1.7285347e-06, -0.242359161, -0.146375895, -1, 2.08499841e-07, 2.3712164e-07, -2.08849087e-07, -1.00000024, 0, 2.39566361e-07, 1.86264515e-09, 1.00000024)
  1166. Weld51.Part0 = Part3
  1167. Weld51.Part1 = Part455
  1168. Weld51.part1 = Part455
  1169. Weld52.Name = "BTWeld"
  1170. Weld52.Parent = Part3
  1171. Weld52.C1 = CFrame.new(-3.03983688e-06, -0.143110275, -0.641388893, 1, 8.95233825e-08, 7.0387614e-08, -6.88014552e-08, 0.96592617, -0.258818775, -8.91450327e-08, 0.258818746, 0.96592623)
  1172. Weld52.Part0 = Part3
  1173. Weld52.Part1 = Part453
  1174. Weld52.part1 = Part453
  1175. Weld53.Name = "BTWeld"
  1176. Weld53.Parent = Part3
  1177. Weld53.C1 = CFrame.new(1.84774399e-06, -0.316618919, -0.362743855, -1, 1.18976459e-07, 3.56074452e-07, -1.19325705e-07, -1.00000024, -5.96046448e-08, 3.58400939e-07, -5.77419996e-08, 1.00000024)
  1178. Weld53.Part0 = Part3
  1179. Weld53.Part1 = Part425
  1180. Weld53.part1 = Part425
  1181. Weld54.Name = "BTWeld"
  1182. Weld54.Parent = Part3
  1183. Weld54.C1 = CFrame.new(-2.44379044e-06, 3.96811485, 0.642149091, 1, -2.08499841e-07, 1.92838343e-07, -1.85798854e-07, -0.993572116, -0.113202929, 2.13360181e-07, 0.113202937, -0.993572235)
  1184. Weld54.Part0 = Part3
  1185. Weld54.Part1 = Part241
  1186. Weld54.part1 = Part241
  1187. Weld55.Name = "BTWeld"
  1188. Weld55.Parent = Part3
  1189. Weld55.C1 = CFrame.new(-2.08616257e-06, 0.207164764, -0.535107613, 1, 2.08732672e-07, 7.35781214e-08, -2.08383426e-07, 1.00000024, 1.78813934e-07, -7.12225301e-08, -1.76951289e-07, 1.00000024)
  1190. Weld55.Part0 = Part3
  1191. Weld55.Part1 = Part321
  1192. Weld55.part1 = Part321
  1193. Weld56.Name = "BTWeld"
  1194. Weld56.Parent = Part3
  1195. Weld56.C1 = CFrame.new(0.3903265, -0.0312507153, 0.188101292, -2.43075192e-07, -0.866025627, -0.5, 1, -2.29571015e-07, -8.65911716e-08, -3.80096026e-08, -0.49999994, 0.866025686)
  1196. Weld56.Part0 = Part3
  1197. Weld56.Part1 = Part449
  1198. Weld56.part1 = Part449
  1199. Weld57.Name = "BTWeld"
  1200. Weld57.Parent = Part3
  1201. Weld57.C1 = CFrame.new(4.0832634, -0.0312500596, 2.68361759, -3.40398401e-07, -0.719340265, -0.694658279, 1, -3.15834768e-07, -1.60429408e-07, -1.03143975e-07, -0.694658279, 0.719340265)
  1202. Weld57.Part0 = Part3
  1203. Weld57.Part1 = Part261
  1204. Weld57.part1 = Part261
  1205. Weld58.Name = "BTWeld"
  1206. Weld58.Parent = Part3
  1207. Weld58.C1 = CFrame.new(3.87430191e-06, -2.97136497, -1.32431102, -1, 1.19092874e-07, 2.00954673e-07, -1.67870894e-07, -0.965925992, -0.258819073, 1.64814992e-07, -0.258819073, 0.965926111)
  1208. Weld58.Part0 = Part3
  1209. Weld58.Part1 = Part367
  1210. Weld58.part1 = Part367
  1211. Weld59.Name = "BTWeld"
  1212. Weld59.Parent = Part3
  1213. Weld59.C1 = CFrame.new(-3.21865082e-06, -0.0555143356, 0.74919796, 1, 2.08732672e-07, 1.05254003e-07, 7.4505806e-08, -0.707106292, 0.707107484, 2.20257789e-07, -0.707107544, -0.707106352)
  1214. Weld59.Part0 = Part3
  1215. Weld59.Part1 = Part179
  1216. Weld59.part1 = Part179
  1217. Weld60.Name = "BTWeld"
  1218. Weld60.Parent = Part3
  1219. Weld60.C1 = CFrame.new(0.854812145, -0.0312569141, 0.683163643, -7.71833584e-08, 0.707106531, -0.707107306, 1, 1.8987339e-07, 8.20728019e-08, 1.90921128e-07, -0.707107365, -0.707106531)
  1220. Weld60.Part0 = Part3
  1221. Weld60.Part1 = Part437
  1222. Weld60.part1 = Part437
  1223. Weld61.Name = "BTWeld"
  1224. Weld61.Parent = Part3
  1225. Weld61.C1 = CFrame.new(1.84774399e-06, -0.363491058, -0.331495762, -1, 1.18976459e-07, 3.56074452e-07, -1.19325705e-07, -1.00000024, -5.96046448e-08, 3.58400939e-07, -5.77419996e-08, 1.00000024)
  1226. Weld61.Part0 = Part3
  1227. Weld61.Part1 = Part365
  1228. Weld61.part1 = Part365
  1229. Weld62.Name = "BTWeld"
  1230. Weld62.Parent = Part3
  1231. Weld62.C1 = CFrame.new(-5.96046448e-08, -0.251069069, 0.0857863426, -1, 2.08499841e-07, 1.84947567e-07, -1.53202564e-07, -0.965926051, 0.258819163, 2.35246262e-07, 0.258819163, 0.96592617)
  1232. Weld62.Part0 = Part3
  1233. Weld62.Part1 = Part423
  1234. Weld62.part1 = Part423
  1235. Weld63.Name = "BTWeld"
  1236. Weld63.Parent = Part3
  1237. Weld63.C1 = CFrame.new(2.92062759e-06, 0.530877113, 0.384551048, -1, -2.32830644e-10, 1.16708179e-07, -1.19271135e-07, -1.01514161e-06, -1.00000024, -1.16415322e-10, -1.00000024, 1.01141632e-06)
  1238. Weld63.Part0 = Part3
  1239. Weld63.Part1 = Part421
  1240. Weld63.part1 = Part421
  1241. Weld64.Name = "BTWeld"
  1242. Weld64.Parent = Part3
  1243. Weld64.C1 = CFrame.new(3.81469727e-06, -1.63659573, -0.658368826, -1, 2.08499841e-07, 1.81222276e-07, -2.08849087e-07, -1.00000024, 0, 1.83687007e-07, 1.86264515e-09, 1.00000024)
  1244. Weld64.Part0 = Part3
  1245. Weld64.Part1 = Part391
  1246. Weld64.part1 = Part391
  1247. Weld65.Name = "BTWeld"
  1248. Weld65.Parent = Part3
  1249. Weld65.C1 = CFrame.new(3.93390656e-06, -2.9557457, -1.37312269, -1, 1.19092874e-07, 2.00954673e-07, -1.67870894e-07, -0.965925992, -0.258819073, 1.64814992e-07, -0.258819073, 0.965926111)
  1250. Weld65.Part0 = Part3
  1251. Weld65.Part1 = Part419
  1252. Weld65.part1 = Part419
  1253. Weld66.Name = "BTWeld"
  1254. Weld66.Parent = Part3
  1255. Weld66.C1 = CFrame.new(-2.98023224e-07, 3.86712265, 0.467648745, 1, -2.08499841e-07, 1.92838343e-07, -1.85798854e-07, -0.993572116, -0.113202929, 2.13360181e-07, 0.113202937, -0.993572235)
  1256. Weld66.Part0 = Part3
  1257. Weld66.Part1 = Part415
  1258. Weld66.part1 = Part415
  1259. Weld67.Name = "BTWeld"
  1260. Weld67.Parent = Part3
  1261. Weld67.C1 = CFrame.new(-2.02655792e-06, 0.114692688, -0.875624657, 1, 2.08732672e-07, 7.35781214e-08, -2.19908543e-07, 0.965926111, 0.258818954, -1.55705493e-08, -0.258818954, 0.96592617)
  1262. Weld67.Part0 = Part3
  1263. Weld67.Part1 = Part193
  1264. Weld67.part1 = Part193
  1265. Weld68.Name = "BTWeld"
  1266. Weld68.Parent = Part3
  1267. Weld68.C1 = CFrame.new(1.84774399e-06, -0.820864677, -0.453119278, -1, 1.18976459e-07, 3.0064075e-07, -1.19325705e-07, -1.00000024, -5.96046448e-08, 3.02987246e-07, -5.77419996e-08, 1.00000024)
  1268. Weld68.Part0 = Part3
  1269. Weld68.Part1 = Part447
  1270. Weld68.part1 = Part447
  1271. Weld69.Name = "BTWeld"
  1272. Weld69.Parent = Part3
  1273. Weld69.C1 = CFrame.new(1.84774399e-06, -0.879114151, -0.453119278, -1, 1.18976459e-07, 3.0064075e-07, -1.19325705e-07, -1.00000024, -5.96046448e-08, 3.02987246e-07, -5.77419996e-08, 1.00000024)
  1274. Weld69.Part0 = Part3
  1275. Weld69.Part1 = Part329
  1276. Weld69.part1 = Part329
  1277. Weld70.Name = "BTWeld"
  1278. Weld70.Parent = Part3
  1279. Weld70.C1 = CFrame.new(-3.09944153e-06, 2.06479263, 0.744927168, 1, -1.19092874e-07, 2.05247488e-07, -1.07684173e-07, -0.998391926, -0.0566923842, 2.10064172e-07, 0.0566923767, -0.998391867)
  1280. Weld70.Part0 = Part3
  1281. Weld70.Part1 = Part213
  1282. Weld70.part1 = Part213
  1283. Weld71.Name = "BTWeld"
  1284. Weld71.Parent = Part3
  1285. Weld71.C1 = CFrame.new(-4.0832634, -0.0312493443, 2.68361759, 2.50991434e-07, 0.719340265, 0.694658279, -1, 2.34693289e-07, 1.15569492e-07, -7.84639269e-08, -0.694658279, 0.719340265)
  1286. Weld71.Part0 = Part3
  1287. Weld71.Part1 = Part257
  1288. Weld71.part1 = Part257
  1289. Weld72.Name = "BTWeld"
  1290. Weld72.Parent = Part3
  1291. Weld72.C1 = CFrame.new(1.84774399e-06, -0.227245331, -0.390619993, -1, 1.18976459e-07, 3.56074452e-07, -1.19325705e-07, -1.00000024, -5.96046448e-08, 3.58400939e-07, -5.77419996e-08, 1.00000024)
  1292. Weld72.Part0 = Part3
  1293. Weld72.Part1 = Part173
  1294. Weld72.part1 = Part173
  1295. Weld73.Name = "BTWeld"
  1296. Weld73.Parent = Part3
  1297. Weld73.C1 = CFrame.new(2.86102295e-06, 0.835924149, -0.142241955, -1, 3.27709131e-07, -1.37008101e-07, -1.36438757e-07, -0.707107067, -0.707106829, -3.27592716e-07, -0.707106769, 0.707107008)
  1298. Weld73.Part0 = Part3
  1299. Weld73.Part1 = Part361
  1300. Weld73.part1 = Part361
  1301. Weld74.Name = "BTWeld"
  1302. Weld74.Parent = Part3
  1303. Weld74.C1 = CFrame.new(-0.00166893005, 2.82995987, 0.726299524, -1, 1.18976459e-07, 1.49711923e-07, 1.1944212e-07, 1.00000024, 0, -1.52022039e-07, -1.86264515e-09, -1.00000024)
  1304. Weld74.Part0 = Part3
  1305. Weld74.Part1 = Part377
  1306. Weld74.part1 = Part377
  1307. Weld75.Name = "BTWeld"
  1308. Weld75.Parent = Part3
  1309. Weld75.C1 = CFrame.new(1.7285347e-06, 0.0122146606, -1.26963711, -1, -2.32830644e-10, 3.04902642e-07, -2.17230991e-07, -0.707107246, -0.70710665, 2.16532499e-07, -0.70710665, 0.707107186)
  1310. Weld75.Part0 = Part3
  1311. Weld75.Part1 = Part283
  1312. Weld75.part1 = Part283
  1313. Weld76.Name = "BTWeld"
  1314. Weld76.Parent = Part3
  1315. Weld76.C1 = CFrame.new(-2.86102295e-06, -0.724999189, 0.384550095, 1, -1.19092874e-07, -4.21059667e-08, 4.47653292e-08, 1.01514161e-06, 1.00000024, -1.19325705e-07, -1.00000024, 1.01327896e-06)
  1316. Weld76.Part0 = Part3
  1317. Weld76.Part1 = Part291
  1318. Weld76.part1 = Part291
  1319. Weld77.Name = "BTWeld"
  1320. Weld77.Parent = Part3
  1321. Weld77.C1 = CFrame.new(-8.94069672e-07, 4.09370422, 0.476376891, 1, -5.93718141e-08, 2.00789145e-07, -3.6903657e-08, -0.993572116, -0.113202639, 2.04046955e-07, 0.113202639, -0.993572235)
  1322. Weld77.Part0 = Part3
  1323. Weld77.Part1 = Part395
  1324. Weld77.part1 = Part395
  1325. Weld78.Name = "BTWeld"
  1326. Weld78.Parent = Part3
  1327. Weld78.C1 = CFrame.new(2.92062759e-06, -0.468894958, 0.574460983, -1, 2.08499841e-07, -3.86498868e-08, 1.92318112e-07, 0.965926051, 0.258818746, 8.94651748e-08, 0.258818746, -0.965926111)
  1328. Weld78.Part0 = Part3
  1329. Weld78.Part1 = Part451
  1330. Weld78.part1 = Part451
  1331. Weld79.Name = "BTWeld"
  1332. Weld79.Parent = Part3
  1333. Weld79.C1 = CFrame.new(1.90734863e-06, 0.962981224, 0.66424036, -1, 5.93718141e-08, 6.19384082e-08, 5.98374754e-08, 1.00000024, -8.94069672e-08, -6.48051355e-08, -9.12696123e-08, -1.00000024)
  1334. Weld79.Part0 = Part3
  1335. Weld79.Part1 = Part203
  1336. Weld79.part1 = Part203
  1337. Weld80.Name = "BTWeld"
  1338. Weld80.Parent = Part3
  1339. Weld80.C1 = CFrame.new(-1.93451118, -0.0312488079, -0.270594597, 1.53435394e-07, 0.998629808, 0.0523359701, -1, 1.53202564e-07, 4.08908818e-09, -2.91402102e-09, -0.0523359627, 0.998629689)
  1340. Weld80.Part0 = Part3
  1341. Weld80.Part1 = Part397
  1342. Weld80.part1 = Part397
  1343. Weld81.Name = "BTWeld"
  1344. Weld81.Parent = Part3
  1345. Weld81.C1 = CFrame.new(-1.90734863e-06, 0.382622719, -0.453119993, 1, 2.32830644e-10, 1.14778231e-09, 2.32830644e-10, 1.00000024, 1.86264515e-09, 1.14778231e-09, 1.86264515e-09, 1.00000024)
  1346. Weld81.Part0 = Part3
  1347. Weld81.Part1 = Part237
  1348. Weld81.part1 = Part237
  1349. Weld82.Name = "BTWeld"
  1350. Weld82.Parent = Part3
  1351. Weld82.C1 = CFrame.new(-1.90734863e-06, 1.7890873, 3.13711452, 1, 2.68220901e-07, 1.37593815e-07, 9.1502443e-08, -0.700908601, 0.713251352, 2.86381692e-07, -0.713251412, -0.700908601)
  1352. Weld82.Part0 = Part3
  1353. Weld82.Part1 = Part373
  1354. Weld82.part1 = Part373
  1355. Weld83.Name = "BTWeld"
  1356. Weld83.Parent = Part3
  1357. Weld83.C1 = CFrame.new(-3.57627869e-06, 1.17321014, 0.911328077, 1, -1.19092874e-07, 2.04781827e-07, -1.19325705e-07, -1.00000024, 2.68220901e-07, 2.03222953e-07, -2.68220901e-07, -1.00000024)
  1358. Weld83.Part0 = Part3
  1359. Weld83.Part1 = Part163
  1360. Weld83.part1 = Part163
  1361. Weld84.Name = "BTWeld"
  1362. Weld84.Parent = Part3
  1363. Weld84.C1 = CFrame.new(1.7285347e-06, -0.568753242, -0.743589878, -1, 1.18976459e-07, 3.28123861e-07, -1.1944212e-07, -1.00000024, -8.94069672e-08, 3.30041075e-07, -8.7544322e-08, 1.00000024)
  1364. Weld84.Part0 = Part3
  1365. Weld84.Part1 = Part281
  1366. Weld84.part1 = Part281
  1367. Weld85.Name = "BTWeld"
  1368. Weld85.Parent = Part3
  1369. Weld85.C1 = CFrame.new(-4.17232513e-07, 4.000597, -2.49560165, 1, -3.27709131e-07, 1.59834599e-07, -1.16531737e-07, -0.700910211, -0.713249803, 3.44938599e-07, 0.713249862, -0.700910151)
  1370. Weld85.Part0 = Part3
  1371. Weld85.Part1 = Part345
  1372. Weld85.part1 = Part345
  1373. Weld86.Name = "BTWeld"
  1374. Weld86.Parent = Part3
  1375. Weld86.C1 = CFrame.new(1.78813934e-06, -0.568753242, -1.01896238, -1, 1.18976459e-07, 3.28123861e-07, -1.1944212e-07, -1.00000024, -8.94069672e-08, 3.30041075e-07, -8.7544322e-08, 1.00000024)
  1376. Weld86.Part0 = Part3
  1377. Weld86.Part1 = Part399
  1378. Weld86.part1 = Part399
  1379. Weld87.Name = "BTWeld"
  1380. Weld87.Parent = Part3
  1381. Weld87.C1 = CFrame.new(3.69548798e-06, -2.28520775, -0.633616686, -1, 1.18976459e-07, 3.0064075e-07, -1.19325705e-07, -1.00000024, -5.96046448e-08, 3.02987246e-07, -5.77419996e-08, 1.00000024)
  1382. Weld87.Part0 = Part3
  1383. Weld87.Part1 = Part199
  1384. Weld87.part1 = Part199
  1385. Weld88.Name = "BTWeld"
  1386. Weld88.Parent = Part3
  1387. Weld88.C1 = CFrame.new(1.78813934e-06, -0.829603195, -0.33899641, -1, 2.08499841e-07, 1.81222276e-07, -2.08849087e-07, -1.00000024, 0, 1.83687007e-07, 1.86264515e-09, 1.00000024)
  1388. Weld88.Part0 = Part3
  1389. Weld88.Part1 = Part219
  1390. Weld88.part1 = Part219
  1391. Weld89.Name = "BTWeld"
  1392. Weld89.Parent = Part3
  1393. Weld89.C1 = CFrame.new(-3.33786011e-06, -0.0132074356, 0.994934082, 1, 2.32830644e-10, 2.04248863e-07, -5.65778464e-08, -0.960049927, 0.279829443, 1.94384484e-07, -0.279829443, -0.960049987)
  1394. Weld89.Part0 = Part3
  1395. Weld89.Part1 = Part1
  1396. Weld89.part1 = Part1
  1397. Weld90.Name = "BTWeld"
  1398. Weld90.Parent = Part3
  1399. Weld90.C1 = CFrame.new(1.96695328e-06, 0.916108131, 0.907114267, -1, 5.93718141e-08, 6.19384082e-08, 5.98374754e-08, 1.00000024, -8.94069672e-08, -6.48051355e-08, -9.12696123e-08, -1.00000024)
  1400. Weld90.Part0 = Part3
  1401. Weld90.Part1 = Part275
  1402. Weld90.part1 = Part275
  1403. Weld91.Name = "BTWeld"
  1404. Weld91.Parent = Part3
  1405. Weld91.C1 = CFrame.new(-1.7285347e-06, -1.12285709, 0.789239883, 1, 2.32830644e-10, -1.49781044e-07, -1.16415322e-10, -1.00000024, -6.14672899e-08, -1.52112989e-07, 5.77419996e-08, -1.00000024)
  1406. Weld91.Part0 = Part3
  1407. Weld91.Part1 = Part233
  1408. Weld91.part1 = Part233
  1409. Weld92.Name = "BTWeld"
  1410. Weld92.Parent = Part3
  1411. Weld92.C1 = CFrame.new(3.03983688e-06, 0.303620577, 0.382497787, -1, -2.08732672e-07, 1.17877789e-07, -1.20393452e-07, -1.19395554e-06, -1.00000024, 2.08499841e-07, -1.00000024, 1.1920929e-06)
  1412. Weld92.Part0 = Part3
  1413. Weld92.Part1 = Part221
  1414. Weld92.part1 = Part221
  1415. Weld93.Name = "BTWeld"
  1416. Weld93.Parent = Part3
  1417. Weld93.C1 = CFrame.new(-0.522247314, -0.0312470198, 0.449783325, -2.65327981e-06, 0.500000775, 0.866025329, -1, -2.96032522e-06, -1.35692608e-06, 1.88592821e-06, -0.866025269, 0.500000715)
  1418. Weld93.Part0 = Part3
  1419. Weld93.Part1 = Part467
  1420. Weld93.part1 = Part467
  1421. Weld94.Name = "BTWeld"
  1422. Weld94.Parent = Part3
  1423. Weld94.C1 = CFrame.new(-3.4570694e-06, 1.39806747, 0.593937159, 1, -1.19092874e-07, 2.05247488e-07, -1.07684173e-07, -0.998391926, -0.0566924736, 2.09929567e-07, 0.0566924661, -0.998391867)
  1424. Weld94.Part0 = Part3
  1425. Weld94.Part1 = Part339
  1426. Weld94.part1 = Part339
  1427. Weld95.Name = "BTWeld"
  1428. Weld95.Parent = Part3
  1429. Weld95.C1 = CFrame.new(0.795685768, -0.0312509537, -0.711493969, -8.45175236e-08, -0.932008028, 0.362438083, 1, -8.89413059e-08, 5.51335688e-09, 2.98023224e-08, 0.362438083, 0.932008028)
  1430. Weld95.Part0 = Part3
  1431. Weld95.Part1 = Part401
  1432. Weld95.part1 = Part401
  1433. Weld96.Name = "BTWeld"
  1434. Weld96.Parent = Part3
  1435. Weld96.C1 = CFrame.new(3.93390656e-06, -1.17022419, -0.44987011, -1, 2.08499841e-07, 1.81222276e-07, -2.08849087e-07, -1.00000024, 0, 1.83687007e-07, 1.86264515e-09, 1.00000024)
  1436. Weld96.Part0 = Part3
  1437. Weld96.Part1 = Part409
  1438. Weld96.part1 = Part409
  1439. Weld97.Name = "BTWeld"
  1440. Weld97.Parent = Part3
  1441. Weld97.C1 = CFrame.new(-2.92062759e-06, 2.3621769, 0.817341089, 1, -1.19092874e-07, 1.99657734e-07, -1.07917003e-07, -0.998391926, -0.0566924736, 2.04341632e-07, 0.0566924661, -0.998391867)
  1442. Weld97.Part0 = Part3
  1443. Weld97.Part1 = Part381
  1444. Weld97.part1 = Part381
  1445. Weld98.Name = "BTWeld"
  1446. Weld98.Parent = Part3
  1447. Weld98.C1 = CFrame.new(-0.431774139, -0.0312498212, 0.503154755, 7.72997737e-08, -0.70710665, 0.707107186, 1, 2.03726813e-08, -8.74406396e-08, 4.88944352e-08, 0.707107186, 0.70710665)
  1448. Weld98.Part0 = Part3
  1449. Weld98.Part1 = Part431
  1450. Weld98.part1 = Part431
  1451. Weld99.Name = "BTWeld"
  1452. Weld99.Parent = Part3
  1453. Weld99.C1 = CFrame.new(-3.15904617e-06, 0.420814514, 0.987199306, 1, -1.18976459e-07, 2.12703526e-07, -1.42492354e-07, -0.993572056, 0.1132036, 1.96479959e-07, -0.113203593, -0.993572116)
  1454. Weld99.Part0 = Part3
  1455. Weld99.Part1 = Part215
  1456. Weld99.part1 = Part215
  1457. Weld100.Name = "BTWeld"
  1458. Weld100.Parent = Part3
  1459. Weld100.C1 = CFrame.new(1.66893005e-06, -0.394741058, -0.312496424, -1, 1.18976459e-07, 3.56074452e-07, -1.19325705e-07, -1.00000024, -5.96046448e-08, 3.58400939e-07, -5.77419996e-08, 1.00000024)
  1460. Weld100.Part0 = Part3
  1461. Weld100.Part1 = Part231
  1462. Weld100.part1 = Part231
  1463. Weld101.Name = "BTWeld"
  1464. Weld101.Parent = Part3
  1465. Weld101.C1 = CFrame.new(0.431774139, -0.0312502384, 0.503154755, 1.21071935e-08, 0.70710665, -0.707107186, -1, 2.66591087e-08, 8.21273716e-09, 2.63098627e-08, 0.707107186, 0.70710665)
  1466. Weld101.Part0 = Part3
  1467. Weld101.Part1 = Part195
  1468. Weld101.part1 = Part195
  1469. Weld102.Name = "BTWeld"
  1470. Weld102.Parent = Part3
  1471. Weld102.C1 = CFrame.new(-2.98023224e-06, 0.52676487, 0.681500196, 1, -1.18976459e-07, 2.07579433e-07, -1.19325705e-07, -1.00000024, 3.57627869e-07, 2.05687684e-07, -3.57627869e-07, -1.00000024)
  1472. Weld102.Part0 = Part3
  1473. Weld102.Part1 = Part247
  1474. Weld102.part1 = Part247
  1475. Weld103.Name = "BTWeld"
  1476. Weld103.Parent = Part3
  1477. Weld103.C1 = CFrame.new(-3.33786011e-06, -0.982596397, -1.40651131, 1, 2.08732672e-07, -4.8930815e-10, -1.93249434e-07, 0.922201157, -0.386711091, -7.82310963e-08, 0.386711091, 0.922201216)
  1478. Weld103.Part0 = Part3
  1479. Weld103.Part1 = Part307
  1480. Weld103.part1 = Part307
  1481. Weld104.Name = "BTWeld"
  1482. Weld104.Parent = Part3
  1483. Weld104.C1 = CFrame.new(-0.0437107086, -0.0312517285, 1.4942646, 1.91503204e-07, 0.707107306, 0.70710659, 1, 2.29338184e-08, -2.9189323e-07, -2.23633833e-07, 0.707106531, -0.707107246)
  1484. Weld104.Part0 = Part3
  1485. Weld104.Part1 = Part259
  1486. Weld104.part1 = Part259
  1487. Weld105.Name = "BTWeld"
  1488. Weld105.Parent = Part3
  1489. Weld105.C1 = CFrame.new(3.87430191e-06, -3.31824732, 1.47011757, -1, 2.08499841e-07, 7.08205334e-08, -1.35507435e-07, -0.838670611, 0.544639409, 1.75263267e-07, 0.544639468, 0.838670611)
  1490. Weld105.Part0 = Part3
  1491. Weld105.Part1 = Part407
  1492. Weld105.part1 = Part407
  1493. Weld106.Name = "BTWeld"
  1494. Weld106.Parent = Part3
  1495. Weld106.C1 = CFrame.new(-0.795685768, -0.0312490463, -0.711493969, -4.88944352e-09, 0.932008028, -0.362438083, -1, 1.22236088e-08, 4.33428795e-08, 4.74974513e-08, 0.362438083, 0.932008028)
  1496. Weld106.Part0 = Part3
  1497. Weld106.Part1 = Part263
  1498. Weld106.part1 = Part263
  1499. Weld107.Name = "BTWeld"
  1500. Weld107.Parent = Part3
  1501. Weld107.C1 = CFrame.new(-3.69548798e-06, -3.00638485, 1.33266807, 1, -1.18976459e-07, -3.95668394e-07, -1.86846592e-07, -0.984807968, -0.173648164, -3.70942871e-07, 0.173648179, -0.984807909)
  1502. Weld107.Part0 = Part3
  1503. Weld107.Part1 = Part351
  1504. Weld107.part1 = Part351
  1505. Weld108.Name = "BTWeld"
  1506. Weld108.Parent = Part3
  1507. Weld108.C1 = CFrame.new(3.63588333e-06, -0.320664406, -1.40051842, -1, -2.32830644e-10, 3.04902642e-07, -2.17230991e-07, -0.707107246, -0.70710665, 2.16532499e-07, -0.70710665, 0.707107186)
  1508. Weld108.Part0 = Part3
  1509. Weld108.Part1 = Part331
  1510. Weld108.part1 = Part331
  1511. Weld109.Name = "BTWeld"
  1512. Weld109.Parent = Part3
  1513. Weld109.C1 = CFrame.new(4.17232513e-07, 0.449201822, 1.99047565, -1, 4.76720743e-07, 8.52196536e-08, -6.01830834e-08, 0.0566915721, -0.998391926, -4.81144525e-07, -0.998391926, -0.0566915721)
  1514. Weld109.Part0 = Part3
  1515. Weld109.Part1 = Part187
  1516. Weld109.part1 = Part187
  1517. Weld110.Name = "BTWeld"
  1518. Weld110.Parent = Part3
  1519. Weld110.C1 = CFrame.new(-2.86102295e-06, 2.36217117, 0.642843485, 1, -1.19092874e-07, 1.99657734e-07, -1.07800588e-07, -0.998391807, -0.0566924661, 2.0434527e-07, 0.0566924587, -0.998391867)
  1520. Weld110.Part0 = Part3
  1521. Weld110.Part1 = Part239
  1522. Weld110.part1 = Part239
  1523. Weld111.Name = "BTWeld"
  1524. Weld111.Parent = Part3
  1525. Weld111.C1 = CFrame.new(-3.64600945, -0.0312488079, -0.13107121, 1.57626346e-07, 0.994522154, 0.104528487, -1, 1.56695023e-07, 1.25419319e-08, -2.27009878e-09, -0.104528494, 0.994522214)
  1526. Weld111.Part0 = Part3
  1527. Weld111.Part1 = Part293
  1528. Weld111.part1 = Part293
  1529. Weld112.Name = "BTWeld"
  1530. Weld112.Parent = Part3
  1531. Weld112.C1 = CFrame.new(-1.84774399e-06, -0.363490105, 0.43412137, 1, -1.19092874e-07, -2.68964868e-07, -1.19325705e-07, -1.00000024, -5.96046448e-08, -2.71322278e-07, 5.77419996e-08, -1.00000024)
  1532. Weld112.Part0 = Part3
  1533. Weld112.Part1 = Part387
  1534. Weld112.part1 = Part387
  1535. Weld113.Name = "BTWeld"
  1536. Weld113.Parent = Part3
  1537. Weld113.C1 = CFrame.new(1.7285347e-06, -0.568753242, -0.743589878, -1, 1.18976459e-07, 3.28123861e-07, -1.1944212e-07, -1.00000024, -8.94069672e-08, 3.30041075e-07, -8.7544322e-08, 1.00000024)
  1538. Weld113.Part0 = Part3
  1539. Weld113.Part1 = Part471
  1540. Weld113.part1 = Part471
  1541. Weld114.Name = "BTWeld"
  1542. Weld114.Parent = Part3
  1543. Weld114.C1 = CFrame.new(5.96046448e-08, 0.289498925, 3.66633129, -1, 4.76720743e-07, 1.08511813e-07, -5.57629392e-08, 0.113202013, -0.993572295, -4.86383215e-07, -0.993572235, -0.113202013)
  1544. Weld114.Part0 = Part3
  1545. Weld114.Part1 = Part301
  1546. Weld114.part1 = Part301
  1547. Weld115.Name = "BTWeld"
  1548. Weld115.Parent = Part3
  1549. Weld115.C1 = CFrame.new(3.75509262e-06, -2.22058773, -0.638116837, -1, 2.08499841e-07, 1.81222276e-07, -2.08849087e-07, -1.00000024, 0, 1.83687007e-07, 1.86264515e-09, 1.00000024)
  1550. Weld115.Part0 = Part3
  1551. Weld115.Part1 = Part389
  1552. Weld115.part1 = Part389
  1553. Weld116.Name = "BTWeld"
  1554. Weld116.Parent = Part3
  1555. Weld116.C1 = CFrame.new(-3.03983688e-06, 0.552669525, 1.01939201, 1, 2.32830644e-10, 1.78628397e-07, -6.84522092e-08, -0.922201097, 0.386711597, 1.62399374e-07, -0.386711597, -0.922201097)
  1556. Weld116.Part0 = Part3
  1557. Weld116.Part1 = Part255
  1558. Weld116.part1 = Part255
  1559. Weld117.Name = "BTWeld"
  1560. Weld117.Parent = Part3
  1561. Weld117.C1 = CFrame.new(-3.75509262e-06, -3.10320187, 0.522767544, 1, -1.19092874e-07, -3.84490704e-07, -8.49831849e-08, -0.996194959, 0.0871557072, -3.95724783e-07, -0.0871557146, -0.996194959)
  1562. Weld117.Part0 = Part3
  1563. Weld117.Part1 = Part299
  1564. Weld117.part1 = Part299
  1565. Weld118.Name = "BTWeld"
  1566. Weld118.Parent = Part3
  1567. Weld118.C1 = CFrame.new(-4.76837158e-07, -2.59509277, 3.90086365, -1, 3.87430191e-07, 3.84452505e-07, 5.47152013e-09, 0.713250041, -0.700909913, -5.47152013e-07, -0.700909972, -0.713250101)
  1568. Weld118.Part0 = Part3
  1569. Weld118.Part1 = Part461
  1570. Weld118.part1 = Part461
  1571. Weld119.Name = "BTWeld"
  1572. Weld119.Parent = Part3
  1573. Weld119.C1 = CFrame.new(-3.4570694e-06, 3.23180103, 0.775444984, 1, -1.19092874e-07, 2.05247488e-07, -1.07567757e-07, -0.998391926, -0.056692116, 2.10009603e-07, 0.0566921085, -0.998391867)
  1574. Weld119.Part0 = Part3
  1575. Weld119.Part1 = Part349
  1576. Weld119.part1 = Part349
  1577. Weld120.Name = "BTWeld"
  1578. Weld120.Parent = Part3
  1579. Weld120.C1 = CFrame.new(-0.854813099, -0.0312469006, 0.683163643, 1.75787136e-08, -0.707106531, 0.707107306, -1, -9.8021701e-08, -7.47404556e-08, 1.20606273e-07, -0.707107365, -0.707106531)
  1580. Weld120.Part0 = Part3
  1581. Weld120.Part1 = Part217
  1582. Weld120.part1 = Part217
  1583. Weld121.Name = "BTWeld"
  1584. Weld121.Parent = Part3
  1585. Weld121.C1 = CFrame.new(8.94069672e-07, 0.388443947, 0.0130519867, -1, 2.08383426e-07, 3.34477591e-07, -3.4889672e-07, -0.866025686, -0.49999994, 1.87254045e-07, -0.499999881, 0.866025686)
  1586. Weld121.Part0 = Part3
  1587. Weld121.Part1 = Part393
  1588. Weld121.part1 = Part393
  1589. Weld122.Name = "BTWeld"
  1590. Weld122.Parent = Part3
  1591. Weld122.C1 = CFrame.new(1.84774399e-06, -1.088727, -0.591116905, -1, 1.18976459e-07, 3.0064075e-07, -1.19325705e-07, -1.00000024, -5.96046448e-08, 3.02987246e-07, -5.77419996e-08, 1.00000024)
  1592. Weld122.Part0 = Part3
  1593. Weld122.Part1 = Part287
  1594. Weld122.part1 = Part287
  1595. Weld123.Name = "BTWeld"
  1596. Weld123.Parent = Part3
  1597. Weld123.C1 = CFrame.new(-2.98023224e-06, 0.291165352, -0.776105642, 1, 2.08732672e-07, 7.35781214e-08, -2.08383426e-07, 1.00000024, 1.78813934e-07, -7.12225301e-08, -1.76951289e-07, 1.00000024)
  1598. Weld123.Part0 = Part3
  1599. Weld123.Part1 = Part235
  1600. Weld123.part1 = Part235
  1601. Weld124.Name = "BTWeld"
  1602. Weld124.Parent = Part3
  1603. Weld124.C1 = CFrame.new(-1.78813934e-06, -0.316618919, 0.434119701, 1, -1.19092874e-07, -2.68964868e-07, -1.19325705e-07, -1.00000024, -5.96046448e-08, -2.71322278e-07, 5.77419996e-08, -1.00000024)
  1604. Weld124.Part0 = Part3
  1605. Weld124.Part1 = Part227
  1606. Weld124.part1 = Part227
  1607. Weld125.Name = "BTWeld"
  1608. Weld125.Parent = Part3
  1609. Weld125.C1 = CFrame.new(1.7285347e-06, -0.568753242, -0.743589878, -1, 1.18976459e-07, 3.28123861e-07, -1.1944212e-07, -1.00000024, -8.94069672e-08, 3.30041075e-07, -8.7544322e-08, 1.00000024)
  1610. Weld125.Part0 = Part3
  1611. Weld125.Part1 = Part375
  1612. Weld125.part1 = Part375
  1613. Weld126.Name = "BTWeld"
  1614. Weld126.Parent = Part3
  1615. Weld126.C1 = CFrame.new(1.1920929e-06, 0.194246531, 0.194999695, -1, -2.08732672e-07, 1.17877789e-07, -1.20393452e-07, -1.19395554e-06, -1.00000024, 2.08499841e-07, -1.00000024, 1.1920929e-06)
  1616. Weld126.Part0 = Part3
  1617. Weld126.Part1 = Part223
  1618. Weld126.part1 = Part223
  1619. Weld127.Name = "BTWeld"
  1620. Weld127.Parent = Part3
  1621. Weld127.C1 = CFrame.new(2.08616257e-06, 0.382621765, 0.593743563, -1, -2.32830644e-10, -8.87230271e-08, 2.32830644e-10, 1.00000024, 1.86264515e-09, 8.63965397e-08, -1.86264515e-09, -1.00000024)
  1622. Weld127.Part0 = Part3
  1623. Weld127.Part1 = Part347
  1624. Weld127.part1 = Part347
  1625. Weld128.Name = "BTWeld"
  1626. Weld128.Parent = Part3
  1627. Weld128.C1 = CFrame.new(3.87430191e-06, -3.59139156, -0.606614113, -1, 2.08383426e-07, 1.49542757e-07, -2.08732672e-07, -1.00000024, -5.96046448e-08, 1.52112989e-07, -5.77419996e-08, 1.00000024)
  1628. Weld128.Part0 = Part3
  1629. Weld128.Part1 = Part207
  1630. Weld128.part1 = Part207
  1631. Weld129.Name = "BTWeld"
  1632. Weld129.Parent = Part3
  1633. Weld129.C1 = CFrame.new(3.64600849, -0.0312508941, -0.13107121, -2.47033313e-07, -0.994522214, -0.104528487, 1, -2.45636329e-07, -2.16805347e-08, -2.28465069e-09, -0.104528487, 0.994522214)
  1634. Weld129.Part0 = Part3
  1635. Weld129.Part1 = Part273
  1636. Weld129.part1 = Part273
  1637. Weld130.Name = "BTWeld"
  1638. Weld130.Parent = Part3
  1639. Weld130.C1 = CFrame.new(-1.84774399e-06, -0.879115105, 0.593742847, 1, -1.19092874e-07, -2.13065505e-07, -1.19325705e-07, -1.00000024, -5.96046448e-08, -2.15442924e-07, 5.77419996e-08, -1.00000024)
  1640. Weld130.Part0 = Part3
  1641. Weld130.Part1 = Part369
  1642. Weld130.part1 = Part369
  1643. Weld131.Name = "BTWeld"
  1644. Weld131.Parent = Part3
  1645. Weld131.C1 = CFrame.new(3.51667404e-06, 2.25183678, 0.638117313, -1, -8.95233825e-08, 3.02316039e-08, -8.92905518e-08, 1.00000024, 5.96046448e-08, -3.29036993e-08, 5.77419996e-08, -1.00000024)
  1646. Weld131.Part0 = Part3
  1647. Weld131.Part1 = Part285
  1648. Weld131.part1 = Part285
  1649. Weld132.Name = "BTWeld"
  1650. Weld132.Parent = Part3
  1651. Weld132.C1 = CFrame.new(1.93451023, -0.0312511921, -0.27059412, -2.42958777e-07, -0.998629749, -0.0523359664, 1, -2.42260285e-07, -8.10723577e-09, -2.90310709e-09, -0.0523359701, 0.998629689)
  1652. Weld132.Part0 = Part3
  1653. Weld132.Part1 = Part405
  1654. Weld132.part1 = Part405
  1655. Weld133.Name = "BTWeld"
  1656. Weld133.Parent = Part3
  1657. Weld133.C1 = CFrame.new(3.63588333e-06, -1.6542244, -0.638116837, -1, 1.18976459e-07, 3.0064075e-07, -1.19325705e-07, -1.00000024, -5.96046448e-08, 3.02987246e-07, -5.77419996e-08, 1.00000024)
  1658. Weld133.Part0 = Part3
  1659. Weld133.Part1 = Part359
  1660. Weld133.part1 = Part359
  1661. Weld134.Name = "BTWeld"
  1662. Weld134.Parent = Part3
  1663. Weld134.C1 = CFrame.new(-1.78813934e-06, 0.12912178, -0.362743616, 1, 2.32830644e-10, -1.18105163e-07, 2.32830644e-10, 1.00000024, 1.80676579e-07, 1.20164259e-07, -1.76951289e-07, 1.00000024)
  1664. Weld134.Part0 = Part3
  1665. Weld134.Part1 = Part183
  1666. Weld134.part1 = Part183
  1667. Weld135.Name = "BTWeld"
  1668. Weld135.Parent = Part3
  1669. Weld135.C1 = CFrame.new(-1.7285347e-06, 0.139364243, -0.256871939, 1, -1.18976459e-07, -1.49711923e-07, 1.1944212e-07, 1.00000024, 0, 1.52022039e-07, 1.86264515e-09, 1.00000024)
  1670. Weld135.Part0 = Part3
  1671. Weld135.Part1 = Part225
  1672. Weld135.part1 = Part225
  1673. Weld136.Name = "BTWeld"
  1674. Weld136.Parent = Part3
  1675. Weld136.C1 = CFrame.new(2.86102295e-06, 0.0545005798, 0.453119755, -1, -2.32830644e-10, -8.87230271e-08, 2.32830644e-10, 1.00000024, 1.86264515e-09, 8.63965397e-08, -1.86264515e-09, -1.00000024)
  1676. Weld136.Part0 = Part3
  1677. Weld136.Part1 = Part337
  1678. Weld136.part1 = Part337
  1679. Weld137.Name = "BTWeld"
  1680. Weld137.Parent = Part3
  1681. Weld137.C1 = CFrame.new(0.246384621, -0.0312500596, 0.315700054, 5.82076609e-09, 0.965926111, -0.258819044, -1, 2.29338184e-08, 6.17128535e-08, 6.73753675e-08, 0.258819014, 0.965926111)
  1682. Weld137.Part0 = Part3
  1683. Weld137.Part1 = Part245
  1684. Weld137.part1 = Part245
  1685. Weld138.Name = "BTWeld"
  1686. Weld138.Parent = Part3
  1687. Weld138.C1 = CFrame.new(-1.07288361e-06, 1.90734863e-06, 0.152749538, 1, -1.18976459e-07, -3.88215994e-07, -1.19325705e-07, -1.00000024, -5.96046448e-08, -3.90531568e-07, 5.77419996e-08, -1.00000024)
  1688. Weld138.Part0 = Part3
  1689. Weld138.Part1 = Part309
  1690. Weld138.part1 = Part309
  1691. Weld139.Name = "BTWeld"
  1692. Weld139.Parent = Part3
  1693. Weld139.C1 = CFrame.new(-3.03983688e-06, 0.82331419, -0.458539009, 1, 2.08732672e-07, 7.35781214e-08, -9.66247171e-08, 0.707106471, -0.707107365, -1.97673216e-07, 0.707107365, 0.707106471)
  1694. Weld139.Part0 = Part3
  1695. Weld139.Part1 = Part181
  1696. Weld139.part1 = Part181
  1697. Weld140.Name = "BTWeld"
  1698. Weld140.Parent = Part3
  1699. Weld140.C1 = CFrame.new(-3.39746475e-06, -1.05464268, -1.43672371, 1, 2.08732672e-07, -4.8930815e-10, -1.93249434e-07, 0.922201157, -0.386711091, -7.82310963e-08, 0.386711091, 0.922201216)
  1700. Weld140.Part0 = Part3
  1701. Weld140.Part1 = Part333
  1702. Weld140.part1 = Part333
  1703. Weld141.Name = "BTWeld"
  1704. Weld141.Parent = Part3
  1705. Weld141.C1 = CFrame.new(0.0437097549, -0.0312481523, 1.49426508, -1.02329068e-07, -0.707107306, -0.707106531, -1, -1.1047814e-07, 2.52499376e-07, -2.57976353e-07, 0.70710659, -0.707107306)
  1706. Weld141.Part0 = Part3
  1707. Weld141.Part1 = Part249
  1708. Weld141.part1 = Part249
  1709. Weld142.Name = "BTWeld"
  1710. Weld142.Parent = Part3
  1711. Weld142.C1 = CFrame.new(1.84774399e-06, 1.04499984, 4.84788132, -1, -2.32830644e-10, 1.16708179e-07, -1.19271135e-07, -1.01514161e-06, -1.00000024, -1.16415322e-10, -1.00000024, 1.01141632e-06)
  1712. Weld142.Part0 = Part3
  1713. Weld142.Part1 = Part205
  1714. Weld142.part1 = Part205
  1715. Weld143.Name = "BTWeld"
  1716. Weld143.Parent = Part3
  1717. Weld143.C1 = CFrame.new(-3.03983688e-06, 0.591758728, 0.577001572, 1, -1.18976459e-07, 2.07579433e-07, -1.19325705e-07, -1.00000024, 3.57627869e-07, 2.05687684e-07, -3.57627869e-07, -1.00000024)
  1718. Weld143.Part0 = Part3
  1719. Weld143.Part1 = Part385
  1720. Weld143.part1 = Part385
  1721. Weld144.Name = "BTWeld"
  1722. Weld144.Parent = Part3
  1723. Weld144.C1 = CFrame.new(-0.568752289, -0.0312482715, 1.24358273, -5.98374754e-08, -1.00000024, 0, -1, 5.93718141e-08, 3.27925591e-07, -3.30370312e-07, -1.86264515e-09, -1.00000024)
  1724. Weld144.Part0 = Part3
  1725. Weld144.Part1 = Part197
  1726. Weld144.part1 = Part197
  1727. Weld145.Name = "BTWeld"
  1728. Weld145.Parent = Part3
  1729. Weld145.C1 = CFrame.new(8.34465027e-07, 0.340940475, -0.537741661, -1, 2.08383426e-07, 3.34477591e-07, -1.24564394e-08, -0.866025329, 0.500000596, 3.95695679e-07, 0.500000596, 0.866025448)
  1730. Weld145.Part0 = Part3
  1731. Weld145.Part1 = Part357
  1732. Weld145.part1 = Part357
  1733. Weld146.Name = "BTWeld"
  1734. Weld146.Parent = Part3
  1735. Weld146.C1 = CFrame.new(-0.0784215927, -0.0312500596, 0.188100338, -2.43075192e-07, -0.866025627, -0.5, 1, -2.29571015e-07, -8.65911716e-08, -3.80096026e-08, -0.49999994, 0.866025686)
  1736. Weld146.Part0 = Part3
  1737. Weld146.Part1 = Part343
  1738. Weld146.part1 = Part343
  1739. Weld147.Name = "BTWeld"
  1740. Weld147.Parent = Part3
  1741. Weld147.C1 = CFrame.new(0.078420639, -0.0312501192, 0.188100815, 1.53668225e-07, 0.866025686, 0.5, -1, 1.49011612e-07, 4.73319233e-08, -3.19560058e-08, -0.49999994, 0.866025686)
  1742. Weld147.Part0 = Part3
  1743. Weld147.Part1 = Part353
  1744. Weld147.part1 = Part353
  1745. Weld148.Name = "BTWeld"
  1746. Weld148.Parent = Part3
  1747. Weld148.C1 = CFrame.new(-3.39746475e-06, -1.19873238, -1.4971447, 1, 2.08732672e-07, -4.8930815e-10, -1.93249434e-07, 0.922201157, -0.386711091, -7.82310963e-08, 0.386711091, 0.922201216)
  1748. Weld148.Part0 = Part3
  1749. Weld148.Part1 = Part313
  1750. Weld148.part1 = Part313
  1751. Weld149.Name = "BTWeld"
  1752. Weld149.Parent = Part3
  1753. Weld149.C1 = CFrame.new(-0.665288925, -0.0312472582, -0.400229454, 6.10016286e-08, 0.999914467, 0.0130897425, -1, 6.01867214e-08, 2.42216629e-08, 2.52284735e-08, -0.0130897434, 0.999914587)
  1754. Weld149.Part0 = Part3
  1755. Weld149.Part1 = Part211
  1756. Weld149.part1 = Part211
  1757. Weld150.Name = "BTWeld"
  1758. Weld150.Parent = Part3
  1759. Weld150.C1 = CFrame.new(1.78813934e-06, -0.22074604, -0.390618801, -1, 1.18976459e-07, 3.56074452e-07, -1.19325705e-07, -1.00000024, -5.96046448e-08, 3.58400939e-07, -5.77419996e-08, 1.00000024)
  1760. Weld150.Part0 = Part3
  1761. Weld150.Part1 = Part311
  1762. Weld150.part1 = Part311
  1763. Weld151.Name = "BTWeld"
  1764. Weld151.Parent = Part3
  1765. Weld151.C1 = CFrame.new(-3.39746475e-06, -1.12668896, -1.46693516, 1, 2.08732672e-07, -4.8930815e-10, -1.93249434e-07, 0.922201157, -0.386711091, -7.82310963e-08, 0.386711091, 0.922201216)
  1766. Weld151.Part0 = Part3
  1767. Weld151.Part1 = Part319
  1768. Weld151.part1 = Part319
  1769. Weld152.Name = "BTWeld"
  1770. Weld152.Parent = Part3
  1771. Weld152.C1 = CFrame.new(-3.03983688e-06, 0.522769928, 0.783498287, 1, -1.18976459e-07, 2.07579433e-07, -1.19325705e-07, -1.00000024, 3.57627869e-07, 2.05687684e-07, -3.57627869e-07, -1.00000024)
  1772. Weld152.Part0 = Part3
  1773. Weld152.Part1 = Part189
  1774. Weld152.part1 = Part189
  1775. Weld153.Name = "BTWeld"
  1776. Weld153.Parent = Part3
  1777. Weld153.C1 = CFrame.new(0.854812145, -0.0312569141, 0.683163643, -7.71833584e-08, 0.707106531, -0.707107306, 1, 1.8987339e-07, 8.20728019e-08, 1.90921128e-07, -0.707107365, -0.707106531)
  1778. Weld153.Part0 = Part3
  1779. Weld153.Part1 = Part271
  1780. Weld153.part1 = Part271
  1781. Weld154.Name = "BTWeld"
  1782. Weld154.Parent = Part3
  1783. Weld154.C1 = CFrame.new(1.78813934e-06, -0.589484215, -0.222372532, -1, 2.08499841e-07, 2.3712164e-07, -2.08849087e-07, -1.00000024, 0, 2.39566361e-07, 1.86264515e-09, 1.00000024)
  1784. Weld154.Part0 = Part3
  1785. Weld154.Part1 = Part303
  1786. Weld154.part1 = Part303
  1787. Weld155.Name = "BTWeld"
  1788. Weld155.Parent = Part3
  1789. Weld155.C1 = CFrame.new(-2.44379044e-06, 1.74366188, -2.46923256, 1, -3.87313776e-07, -1.35698428e-07, -2.53145117e-07, -0.31730628, -0.948323369, 3.2375101e-07, 0.948323369, -0.31730631)
  1790. Weld155.Part0 = Part3
  1791. Weld155.Part1 = Part305
  1792. Weld155.part1 = Part305
  1793. Weld156.Name = "BTWeld"
  1794. Weld156.Parent = Part3
  1795. Weld156.C1 = CFrame.new(2.74181366e-06, 0.0869274139, -0.603420258, -1, 2.08499841e-07, 2.86032446e-07, 5.57629392e-08, -0.707106411, 0.707107425, 3.51225026e-07, 0.707107425, 0.707106411)
  1796. Weld156.Part0 = Part3
  1797. Weld156.Part1 = Part413
  1798. Weld156.part1 = Part413
  1799. Weld157.Name = "BTWeld"
  1800. Weld157.Parent = Part3
  1801. Weld157.C1 = CFrame.new(-1.25169754e-06, 2.73876762, 0.462646961, 1, -2.08499841e-07, 1.89578714e-07, -1.861481e-07, -0.993572116, -0.113202803, 2.0985317e-07, 0.113202795, -0.993572176)
  1802. Weld157.Part0 = Part3
  1803. Weld157.Part1 = Part267
  1804. Weld157.part1 = Part267
  1805. Weld158.Name = "BTWeld"
  1806. Weld158.Parent = Part3
  1807. Weld158.C1 = CFrame.new(8.94069672e-07, 0.443323135, -0.28379035, -1, 2.08383426e-07, 3.34477591e-07, -2.08732672e-07, -1.00000024, 1.78813934e-07, 3.36614903e-07, 1.80676579e-07, 1.00000024)
  1808. Weld158.Part0 = Part3
  1809. Weld158.Part1 = Part439
  1810. Weld158.part1 = Part439
  1811. Weld159.Name = "BTWeld"
  1812. Weld159.Parent = Part3
  1813. Weld159.C1 = CFrame.new(-2.98023224e-07, 2.46521568, 0.596743584, -1, -8.95233825e-08, 3.02316039e-08, -8.92905518e-08, 1.00000024, 5.96046448e-08, -3.29036993e-08, 5.77419996e-08, -1.00000024)
  1814. Weld159.Part0 = Part3
  1815. Weld159.Part1 = Part201
  1816. Weld159.part1 = Part201
  1817. Weld160.Name = "BTWeld"
  1818. Weld160.Parent = Part3
  1819. Weld160.C1 = CFrame.new(0.665288925, -0.0312529206, -0.400229454, -1.50408596e-07, -0.999914527, -0.0130897444, 1, -1.49477273e-07, -2.5913323e-08, 2.56950443e-08, -0.0130897444, 0.999914587)
  1820. Weld160.Part0 = Part3
  1821. Weld160.Part1 = Part279
  1822. Weld160.part1 = Part279
  1823. Weld161.Name = "BTWeld"
  1824. Weld161.Parent = Part3
  1825. Weld161.C1 = CFrame.new(-3.63588333e-06, 1.55414867, 1.9456358, 1, 8.95233825e-08, 2.22247763e-07, -4.30736691e-08, -0.843391299, 0.537300408, 2.34518666e-07, -0.537300348, -0.84339118)
  1826. Weld161.Part0 = Part3
  1827. Weld161.Part1 = Part335
  1828. Weld161.part1 = Part335
  1829. Weld162.Name = "BTWeld"
  1830. Weld162.Parent = Part3
  1831. Weld162.C1 = CFrame.new(8.34465027e-07, -3.73201656, 0.770674467, 1, 2.32830644e-10, -2.6903399e-07, -2.32830644e-10, -1.00000024, 8.7544322e-08, -2.71093086e-07, -9.12696123e-08, -1.00000024)
  1832. Weld162.Part0 = Part3
  1833. Weld162.Part1 = Part185
  1834. Weld162.part1 = Part185
  1835. Part163.Parent = Model0
  1836. Part163.CFrame = CFrame.new(-0.611257851, 3.46313882, -15.394145, 0.999985635, -0.00162807317, 0.00510706799, 0.00513700349, 0.0189462826, -0.999807417, 0.00153099932, 0.999819279, 0.0189543739)
  1837. Part163.Orientation = Vector3.new(88.8799973, 15.0799999, 15.1700001)
  1838. Part163.Position = Vector3.new(-0.611257851, 3.46313882, -15.394145)
  1839. Part163.Rotation = Vector3.new(88.909996, 0.289999992, 0.0899999961)
  1840. Part163.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1841. Part163.Velocity = Vector3.new(2.31788153e-08, 0.0024639722, 3.04594494e-07)
  1842. Part163.Size = Vector3.new(0.275000006, 0.84512496, 0.359375)
  1843. Part163.Anchored = true
  1844. Part163.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1845. Part163.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1846. Part163.BrickColor = BrickColor.new("Really black")
  1847. Part163.CanCollide = false
  1848. Part163.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1849. Part163.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1850. Part163.Material = Enum.Material.Metal
  1851. Part163.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1852. Part163.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  1853. Part163.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1854. Part163.brickColor = BrickColor.new("Really black")
  1855. SpecialMesh164.Parent = Part163
  1856. SpecialMesh164.Scale = Vector3.new(0.349999994, 1, 0.5)
  1857. SpecialMesh164.MeshType = Enum.MeshType.Brick
  1858. Part165.Parent = Model0
  1859. Part165.CFrame = CFrame.new(-0.617485046, 3.2590127, -10.6418428, -0.999985635, -0.00414685067, -0.00339615461, -0.00513672922, 0.560423911, 0.828190207, -0.00153109396, 0.828195751, -0.560437143)
  1860. Part165.Orientation = Vector3.new(-55.9099998, -179.649994, -0.529999971)
  1861. Part165.Position = Vector3.new(-0.617485046, 3.2590127, -10.6418428)
  1862. Part165.Rotation = Vector3.new(-124.089996, -0.189999998, 179.759995)
  1863. Part165.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1864. Part165.Velocity = Vector3.new(5.55462663e-08, 0.00247387378, 7.29936687e-07)
  1865. Part165.Size = Vector3.new(0.275000006, 0.4375, 0.25)
  1866. Part165.Anchored = true
  1867. Part165.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1868. Part165.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1869. Part165.BrickColor = BrickColor.new("Really black")
  1870. Part165.CanCollide = false
  1871. Part165.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1872. Part165.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1873. Part165.Material = Enum.Material.Metal
  1874. Part165.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1875. Part165.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  1876. Part165.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1877. Part165.brickColor = BrickColor.new("Really black")
  1878. SpecialMesh166.Parent = Part165
  1879. SpecialMesh166.Scale = Vector3.new(0.5, 1, 0.25)
  1880. SpecialMesh166.MeshType = Enum.MeshType.Brick
  1881. Part167.Parent = Model0
  1882. Part167.CFrame = CFrame.new(-0.610199153, 2.88768315, -14.1553068, 0.999985635, 0.00162795268, -0.00510686403, 0.0051367972, -0.0189460143, 0.999807417, 0.00153088395, -0.999819279, -0.0189541057)
  1883. Part167.Orientation = Vector3.new(-88.8799973, -164.919998, 164.830002)
  1884. Part167.Position = Vector3.new(-0.610199153, 2.88768315, -14.1553068)
  1885. Part167.Rotation = Vector3.new(-91.0899963, -0.289999992, -0.0899999961)
  1886. Part167.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1887. Part167.Velocity = Vector3.new(1.14426342e-07, 0.00246655382, 1.50368453e-06)
  1888. Part167.Size = Vector3.new(0.275000006, 0.207000002, 0.303375006)
  1889. Part167.Anchored = true
  1890. Part167.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1891. Part167.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1892. Part167.BrickColor = BrickColor.new("Really black")
  1893. Part167.CanCollide = false
  1894. Part167.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1895. Part167.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1896. Part167.Material = Enum.Material.Glass
  1897. Part167.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1898. Part167.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  1899. Part167.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1900. Part167.brickColor = BrickColor.new("Really black")
  1901. SpecialMesh168.Parent = Part167
  1902. SpecialMesh168.Scale = Vector3.new(0.524999976, 0.5, 0.5)
  1903. SpecialMesh168.MeshType = Enum.MeshType.Wedge
  1904. Part169.Parent = Model0
  1905. Part169.CFrame = CFrame.new(-0.613238811, 3.32843637, -13.6493177, -0.999985635, -0.00162807142, -0.00510653527, -0.00513647031, 0.0189459249, 0.999807417, -0.00153100933, 0.999819279, -0.0189540163)
  1906. Part169.Orientation = Vector3.new(-88.8799973, -164.919998, -15.1700001)
  1907. Part169.Position = Vector3.new(-0.613238811, 3.32843637, -13.6493177)
  1908. Part169.Rotation = Vector3.new(-91.0899963, -0.289999992, 179.909988)
  1909. Part169.Color = Color3.new(0.0509804, 0.411765, 0.67451)
  1910. Part169.Velocity = Vector3.new(4.45380195e-08, 0.00246760761, 5.85277007e-07)
  1911. Part169.Size = Vector3.new(0.275000006, 0.698124886, 0.534374952)
  1912. Part169.Anchored = true
  1913. Part169.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1914. Part169.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1915. Part169.BrickColor = BrickColor.new("Bright blue")
  1916. Part169.CanCollide = false
  1917. Part169.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1918. Part169.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1919. Part169.Material = Enum.Material.Neon
  1920. Part169.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1921. Part169.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  1922. Part169.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1923. Part169.brickColor = BrickColor.new("Bright blue")
  1924. SpecialMesh170.Parent = Part169
  1925. SpecialMesh170.Scale = Vector3.new(0.452499986, 1, 1)
  1926. SpecialMesh170.MeshType = Enum.MeshType.Cylinder
  1927. Part171.Parent = Model0
  1928. Part171.CFrame = CFrame.new(-0.610366702, 3.28867483, -15.3908367, 0.999985635, -0.00162807317, 0.00510706799, 0.00513700349, 0.0189462826, -0.999807417, 0.00153099932, 0.999819279, 0.0189543739)
  1929. Part171.Orientation = Vector3.new(88.8799973, 15.0799999, 15.1700001)
  1930. Part171.Position = Vector3.new(-0.610366702, 3.28867483, -15.3908367)
  1931. Part171.Rotation = Vector3.new(88.909996, 0.289999992, 0.0899999961)
  1932. Part171.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1933. Part171.Velocity = Vector3.new(5.08428144e-08, 0.00246397941, 6.68129019e-07)
  1934. Part171.Size = Vector3.new(0.275000006, 0.84512496, 0.422374964)
  1935. Part171.Anchored = true
  1936. Part171.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1937. Part171.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1938. Part171.BrickColor = BrickColor.new("Really black")
  1939. Part171.CanCollide = false
  1940. Part171.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1941. Part171.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1942. Part171.Material = Enum.Material.Metal
  1943. Part171.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1944. Part171.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  1945. Part171.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1946. Part171.brickColor = BrickColor.new("Really black")
  1947. SpecialMesh172.Parent = Part171
  1948. SpecialMesh172.Scale = Vector3.new(0.400000006, 1, 0.5)
  1949. SpecialMesh172.MeshType = Enum.MeshType.Brick
  1950. Part173.Parent = Model0
  1951. Part173.CFrame = CFrame.new(-0.610880256, 2.96906447, -13.9840736, -0.999985635, -0.00162807154, -0.00510650687, -0.00513644237, 0.0189459547, 0.999807417, -0.00153100991, 0.999819279, -0.0189540461)
  1952. Part173.Orientation = Vector3.new(-88.8799973, -164.919998, -15.1700001)
  1953. Part173.Position = Vector3.new(-0.610880256, 2.96906447, -13.9840736)
  1954. Part173.Rotation = Vector3.new(-91.0899963, -0.289999992, 179.909988)
  1955. Part173.Color = Color3.new(0.0509804, 0.411765, 0.67451)
  1956. Part173.Velocity = Vector3.new(1.01522062e-07, 0.00246691052, 1.33410845e-06)
  1957. Part173.Size = Vector3.new(0.275000006, 0.239124984, 0.205375016)
  1958. Part173.Anchored = true
  1959. Part173.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1960. Part173.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1961. Part173.BrickColor = BrickColor.new("Bright blue")
  1962. Part173.CanCollide = false
  1963. Part173.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1964. Part173.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1965. Part173.Material = Enum.Material.Neon
  1966. Part173.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1967. Part173.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  1968. Part173.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1969. Part173.brickColor = BrickColor.new("Bright blue")
  1970. SpecialMesh174.Parent = Part173
  1971. SpecialMesh174.Scale = Vector3.new(0.550000012, 1, 1)
  1972. SpecialMesh174.MeshType = Enum.MeshType.Brick
  1973. Part175.Parent = Model0
  1974. Part175.CFrame = CFrame.new(-0.613238811, 3.32843637, -13.6493177, -0.999985635, -0.00162807142, -0.00510653527, -0.00513647031, 0.0189459249, 0.999807417, -0.00153100933, 0.999819279, -0.0189540163)
  1975. Part175.Orientation = Vector3.new(-88.8799973, -164.919998, -15.1700001)
  1976. Part175.Position = Vector3.new(-0.613238811, 3.32843637, -13.6493177)
  1977. Part175.Rotation = Vector3.new(-91.0899963, -0.289999992, 179.909988)
  1978. Part175.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1979. Part175.Velocity = Vector3.new(4.45380195e-08, 0.00246760761, 5.85277007e-07)
  1980. Part175.Size = Vector3.new(0.275000006, 0.698124886, 0.372374952)
  1981. Part175.Anchored = true
  1982. Part175.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1983. Part175.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1984. Part175.BrickColor = BrickColor.new("Really black")
  1985. Part175.CanCollide = false
  1986. Part175.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1987. Part175.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1988. Part175.Material = Enum.Material.Metal
  1989. Part175.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1990. Part175.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  1991. Part175.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1992. Part175.brickColor = BrickColor.new("Really black")
  1993. SpecialMesh176.Parent = Part175
  1994. SpecialMesh176.Scale = Vector3.new(0.455000013, 1, 1)
  1995. SpecialMesh176.MeshType = Enum.MeshType.Cylinder
  1996. Part177.Parent = Model0
  1997. Part177.CFrame = CFrame.new(-0.616063476, 3.26214504, -11.5807333, -0.999985635, -0.00162807154, -0.00510656228, -0.00513649778, 0.0189459547, 0.999807417, -0.00153100886, 0.999819279, -0.0189540461)
  1998. Part177.Orientation = Vector3.new(-88.8799973, -164.919998, -15.1700001)
  1999. Part177.Position = Vector3.new(-0.616063476, 3.26214504, -11.5807333)
  2000. Part177.Rotation = Vector3.new(-91.0899963, -0.289999992, 179.909988)
  2001. Part177.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2002. Part177.Velocity = Vector3.new(5.50495756e-08, 0.00247191754, 7.23409755e-07)
  2003. Part177.Size = Vector3.new(0.275000006, 0.630125046, 0.280375004)
  2004. Part177.Anchored = true
  2005. Part177.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2006. Part177.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2007. Part177.BrickColor = BrickColor.new("Really black")
  2008. Part177.CanCollide = false
  2009. Part177.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2010. Part177.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2011. Part177.Material = Enum.Material.Metal
  2012. Part177.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2013. Part177.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  2014. Part177.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2015. Part177.brickColor = BrickColor.new("Really black")
  2016. SpecialMesh178.Parent = Part177
  2017. SpecialMesh178.Scale = Vector3.new(0.400000006, 1.04999995, 0.5)
  2018. SpecialMesh178.MeshType = Enum.MeshType.Brick
  2019. Part179.Parent = Model0
  2020. Part179.CFrame = CFrame.new(-0.610621691, 3.13382888, -14.7050791, 0.999985635, -0.00476216245, 0.00246017892, 0.00513689732, 0.720368028, -0.693573177, 0.00153067347, 0.693575799, 0.720382154)
  2021. Part179.Orientation = Vector3.new(43.9099998, 0.199999988, 0.409999996)
  2022. Part179.Position = Vector3.new(-0.610621691, 3.13382888, -14.7050791)
  2023. Part179.Rotation = Vector3.new(43.9099998, 0.140000001, 0.269999981)
  2024. Part179.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2025. Part179.Velocity = Vector3.new(7.53960734e-08, 0.0024654083, 9.90785111e-07)
  2026. Part179.Size = Vector3.new(0.275000006, 0.221124932, 0.418375015)
  2027. Part179.Anchored = true
  2028. Part179.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2029. Part179.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2030. Part179.BrickColor = BrickColor.new("Really black")
  2031. Part179.CanCollide = false
  2032. Part179.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2033. Part179.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2034. Part179.Material = Enum.Material.Metal
  2035. Part179.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2036. Part179.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  2037. Part179.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2038. Part179.brickColor = BrickColor.new("Really black")
  2039. SpecialMesh180.Parent = Part179
  2040. SpecialMesh180.Scale = Vector3.new(0.550000012, 1.04999995, 0.899999976)
  2041. SpecialMesh180.MeshType = Enum.MeshType.Brick
  2042. Part181.Parent = Model0
  2043. Part181.CFrame = CFrame.new(-0.61356318, 3.48533392, -13.9631662, 0.999985635, 0.0047621401, -0.00246015727, 0.00513686566, -0.720367908, 0.693573296, 0.00153067405, -0.693575978, -0.720381975)
  2044. Part181.Orientation = Vector3.new(-43.9099998, -179.800003, 179.589996)
  2045. Part181.Position = Vector3.new(-0.61356318, 3.48533392, -13.9631662)
  2046. Part181.Rotation = Vector3.new(-136.089996, -0.140000001, -0.269999981)
  2047. Part181.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2048. Part181.Velocity = Vector3.new(1.96594527e-08, 0.00246695359, 2.58346063e-07)
  2049. Part181.Size = Vector3.new(0.275000006, 0.413124949, 0.622375011)
  2050. Part181.Anchored = true
  2051. Part181.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2052. Part181.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2053. Part181.BrickColor = BrickColor.new("Really black")
  2054. Part181.CanCollide = false
  2055. Part181.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2056. Part181.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2057. Part181.Material = Enum.Material.Metal
  2058. Part181.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2059. Part181.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  2060. Part181.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2061. Part181.brickColor = BrickColor.new("Really black")
  2062. SpecialMesh182.Parent = Part181
  2063. SpecialMesh182.Scale = Vector3.new(0.400000006, 1.04999995, 0.5)
  2064. SpecialMesh182.MeshType = Enum.MeshType.Brick
  2065. Part183.Parent = Model0
  2066. Part183.CFrame = CFrame.new(-0.610578179, 2.93933439, -14.0816517, 0.999985635, 0.00162795174, -0.00510674529, 0.005136678, -0.0189458355, 0.999807417, 0.00153088616, -0.999819279, -0.0189539269)
  2067. Part183.Orientation = Vector3.new(-88.8799973, -164.919998, 164.830002)
  2068. Part183.Position = Vector3.new(-0.610578179, 2.93933439, -14.0816517)
  2069. Part183.Rotation = Vector3.new(-91.0899963, -0.289999992, -0.0899999961)
  2070. Part183.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2071. Part183.Velocity = Vector3.new(1.06236229e-07, 0.00246670726, 1.39605754e-06)
  2072. Part183.Size = Vector3.new(0.275000006, 0.252000004, 0.213375002)
  2073. Part183.Anchored = true
  2074. Part183.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2075. Part183.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2076. Part183.BrickColor = BrickColor.new("Really black")
  2077. Part183.CanCollide = false
  2078. Part183.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2079. Part183.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2080. Part183.Material = Enum.Material.Metal
  2081. Part183.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2082. Part183.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  2083. Part183.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2084. Part183.brickColor = BrickColor.new("Really black")
  2085. SpecialMesh184.Parent = Part183
  2086. SpecialMesh184.Scale = Vector3.new(0.569999993, 0.125, 0.375)
  2087. SpecialMesh184.MeshType = Enum.MeshType.Wedge
  2088. Part185.Parent = Model0
  2089. Part185.CFrame = CFrame.new(-0.61852932, 3.41544771, -10.4871407, 0.999985635, -0.00162795314, 0.00510659395, 0.00513652712, 0.0189461038, -0.999807417, 0.00153088907, 0.999819279, 0.0189541951)
  2090. Part185.Orientation = Vector3.new(88.8799973, 15.0799999, 15.1700001)
  2091. Part185.Position = Vector3.new(-0.61852932, 3.41544771, -10.4871407)
  2092. Part185.Rotation = Vector3.new(88.909996, 0.289999992, 0.0899999961)
  2093. Part185.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2094. Part185.Velocity = Vector3.new(3.07410488e-08, 0.00247419602, 4.03969523e-07)
  2095. Part185.Size = Vector3.new(0.270000011, 0.21875, 0.234375)
  2096. Part185.Anchored = true
  2097. Part185.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2098. Part185.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2099. Part185.BrickColor = BrickColor.new("Really black")
  2100. Part185.CanCollide = false
  2101. Part185.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2102. Part185.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2103. Part185.Material = Enum.Material.Metal
  2104. Part185.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2105. Part185.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  2106. Part185.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2107. Part185.brickColor = BrickColor.new("Really black")
  2108. SpecialMesh186.Parent = Part185
  2109. SpecialMesh186.Scale = Vector3.new(0.5, 0.5, 0.5)
  2110. SpecialMesh186.MeshType = Enum.MeshType.Wedge
  2111. Part187.Parent = Model0
  2112. Part187.CFrame = CFrame.new(-0.608188927, 3.09825993, -16.1759663, -0.999985635, 0.00519088237, -0.00133629935, -0.0051367199, -0.999273539, -0.0377651006, -0.0015313623, -0.0377576947, 0.999285877)
  2113. Part187.Orientation = Vector3.new(2.15999985, -0.0799999982, -179.709991)
  2114. Part187.Position = Vector3.new(-0.608188927, 3.09825993, -16.1759663)
  2115. Part187.Rotation = Vector3.new(2.15999985, -0.0799999982, -179.699997)
  2116. Part187.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2117. Part187.Velocity = Vector3.new(8.10360774e-08, 0.00246234378, 1.06490097e-06)
  2118. Part187.Size = Vector3.new(0.275000006, 0.235124931, 1.6693753)
  2119. Part187.Anchored = true
  2120. Part187.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2121. Part187.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2122. Part187.BrickColor = BrickColor.new("Really black")
  2123. Part187.CanCollide = false
  2124. Part187.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2125. Part187.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2126. Part187.Material = Enum.Material.Metal
  2127. Part187.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2128. Part187.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  2129. Part187.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2130. Part187.brickColor = BrickColor.new("Really black")
  2131. SpecialMesh188.Parent = Part187
  2132. SpecialMesh188.Scale = Vector3.new(0.400000006, 1.04999995, 1)
  2133. SpecialMesh188.MeshType = Enum.MeshType.Brick
  2134. Part189.Parent = Model0
  2135. Part189.CFrame = CFrame.new(-0.611664593, 3.3476572, -14.7413998, 0.999985635, -0.00162807363, 0.00510707032, 0.00513700629, 0.018946372, -0.999807417, 0.0015309992, 0.999819279, 0.0189544633)
  2136. Part189.Orientation = Vector3.new(88.8799973, 15.0799999, 15.1700001)
  2137. Part189.Position = Vector3.new(-0.611664593, 3.3476572, -14.7413998)
  2138. Part189.Rotation = Vector3.new(88.909996, 0.289999992, 0.0899999961)
  2139. Part189.Color = Color3.new(0.0509804, 0.411765, 0.67451)
  2140. Part189.Velocity = Vector3.new(4.14902424e-08, 0.00246533239, 5.45226158e-07)
  2141. Part189.Size = Vector3.new(0.275000006, 0.480124891, 0.214375019)
  2142. Part189.Anchored = true
  2143. Part189.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2144. Part189.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2145. Part189.BrickColor = BrickColor.new("Bright blue")
  2146. Part189.CanCollide = false
  2147. Part189.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2148. Part189.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2149. Part189.Material = Enum.Material.Neon
  2150. Part189.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2151. Part189.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  2152. Part189.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2153. Part189.brickColor = BrickColor.new("Bright blue")
  2154. SpecialMesh190.Parent = Part189
  2155. SpecialMesh190.Scale = Vector3.new(0.449999988, 1, 0.100000001)
  2156. SpecialMesh190.MeshType = Enum.MeshType.Brick
  2157. Part191.Parent = Model0
  2158. Part191.CFrame = CFrame.new(-0.637731671, 3.71308732, -19.354105, -0.0050775772, -0.999985635, -0.00171704381, 0.999324501, -0.00513670873, 0.0363931209, -0.0364014208, -0.00153109431, 0.999336243)
  2159. Part191.Orientation = Vector3.new(-2.08999991, -0.099999994, 90.2900009)
  2160. Part191.Position = Vector3.new(-0.637731671, 3.71308732, -19.354105)
  2161. Part191.Rotation = Vector3.new(-2.08999991, -0.099999994, 90.2900009)
  2162. Part191.Color = Color3.new(0.384314, 0.145098, 0.819608)
  2163. Part191.Velocity = Vector3.new(-1.64544822e-08, 0.00245571672, -2.16228841e-07)
  2164. Part191.Size = Vector3.new(0.210000038, 0.200000003, 0.285374999)
  2165. Part191.Anchored = true
  2166. Part191.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2167. Part191.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2168. Part191.BrickColor = BrickColor.new("Really red")
  2169. Part191.CanCollide = false
  2170. Part191.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2171. Part191.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2172. Part191.Material = Enum.Material.Neon
  2173. Part191.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2174. Part191.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  2175. Part191.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2176. Part191.brickColor = BrickColor.new("Really red")
  2177. SpecialMesh192.Parent = Part191
  2178. SpecialMesh192.Scale = Vector3.new(0.5, 0.300000012, 0.5)
  2179. SpecialMesh192.MeshType = Enum.MeshType.Wedge
  2180. Part193.Parent = Model0
  2181. Part193.CFrame = CFrame.new(-0.613232374, 3.39655375, -13.8819904, 0.999985635, 0.000250508543, -0.00535421353, 0.00513686566, 0.240468621, 0.97064352, 0.00153067405, -0.970657051, 0.240463868)
  2182. Part193.Orientation = Vector3.new(-76.0800018, -1.27999997, 1.22000003)
  2183. Part193.Position = Vector3.new(-0.613232374, 3.39655375, -13.8819904)
  2184. Part193.Rotation = Vector3.new(-76.0899963, -0.310000002, -0.00999999978)
  2185. Part193.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2186. Part193.Velocity = Vector3.new(3.37369386e-08, 0.00246712286, 4.43339275e-07)
  2187. Part193.Size = Vector3.new(0.275000006, 0.422124922, 0.412375003)
  2188. Part193.Anchored = true
  2189. Part193.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2190. Part193.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2191. Part193.BrickColor = BrickColor.new("Really red")
  2192. Part193.CanCollide = false
  2193. Part193.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2194. Part193.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2195. Part193.Material = Enum.Material.Metal
  2196. Part193.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2197. Part193.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  2198. Part193.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2199. Part193.brickColor = BrickColor.new("Really red")
  2200. SpecialMesh194.Parent = Part193
  2201. SpecialMesh194.Scale = Vector3.new(0.5, 1.04999995, 0.5)
  2202. SpecialMesh194.MeshType = Enum.MeshType.Brick
  2203. Part195.Parent = Model0
  2204. Part195.CFrame = CFrame.new(-0.640585661, 2.53611565, -13.5419912, 0.00476224814, -0.999985635, -0.00245993445, -0.72036773, -0.00513678836, 0.693573475, -0.693576157, -0.00153091096, -0.720381796)
  2205. Part195.Orientation = Vector3.new(-43.9099998, -179.800003, -90.409996)
  2206. Part195.Position = Vector3.new(-0.640585661, 2.53611565, -13.5419912)
  2207. Part195.Rotation = Vector3.new(-136.089996, -0.140000001, 89.7299957)
  2208. Part195.Color = Color3.new(0.384314, 0.145098, 0.819608)
  2209. Part195.Velocity = Vector3.new(1.70172896e-07, 0.00246782694, 2.23625375e-06)
  2210. Part195.Size = Vector3.new(0.421999991, 0.200000003, 0.280375004)
  2211. Part195.Anchored = true
  2212. Part195.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2213. Part195.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2214. Part195.BrickColor = BrickColor.new("Really red")
  2215. Part195.CanCollide = false
  2216. Part195.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2217. Part195.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2218. Part195.Material = Enum.Material.Neon
  2219. Part195.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2220. Part195.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  2221. Part195.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2222. Part195.brickColor = BrickColor.new("Really red")
  2223. SpecialMesh196.Parent = Part195
  2224. SpecialMesh196.Scale = Vector3.new(1, 0.300000012, 0.5)
  2225. SpecialMesh196.MeshType = Enum.MeshType.Wedge
  2226. Part197.Parent = Model0
  2227. Part197.CFrame = CFrame.new(-0.647041559, 3.82817221, -13.658843, -0.00162801228, -0.999985635, 0.00510653481, 0.0189460143, -0.00513646938, -0.999807417, 0.999819279, -0.00153094972, 0.0189541057)
  2228. Part197.Orientation = Vector3.new(88.8799973, 15.0799999, 105.169998)
  2229. Part197.Position = Vector3.new(-0.647041559, 3.82817221, -13.658843)
  2230. Part197.Rotation = Vector3.new(88.909996, 0.289999992, 90.0899963)
  2231. Part197.Color = Color3.new(0.384314, 0.145098, 0.819608)
  2232. Part197.Velocity = Vector3.new(-3.47029321e-08, 0.00246758247, -4.56033831e-07)
  2233. Part197.Size = Vector3.new(0.643000007, 0.200000003, 0.280375004)
  2234. Part197.Anchored = true
  2235. Part197.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2236. Part197.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2237. Part197.BrickColor = BrickColor.new("Really red")
  2238. Part197.CanCollide = false
  2239. Part197.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2240. Part197.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2241. Part197.Material = Enum.Material.Neon
  2242. Part197.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2243. Part197.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  2244. Part197.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2245. Part197.brickColor = BrickColor.new("Really red")
  2246. SpecialMesh198.Parent = Part197
  2247. SpecialMesh198.Scale = Vector3.new(1, 0.300000012, 0.5)
  2248. SpecialMesh198.MeshType = Enum.MeshType.Wedge
  2249. Part199.Parent = Model0
  2250. Part199.CFrame = CFrame.new(-0.615469754, 3.2510047, -11.9310894, -0.999985635, -0.00162807154, -0.00510656228, -0.00513649778, 0.0189459547, 0.999807417, -0.00153100886, 0.999819279, -0.0189540461)
  2251. Part199.Orientation = Vector3.new(-88.8799973, -164.919998, -15.1700001)
  2252. Part199.Position = Vector3.new(-0.615469754, 3.2510047, -11.9310894)
  2253. Part199.Rotation = Vector3.new(-91.0899963, -0.289999992, 179.909988)
  2254. Part199.Color = Color3.new(0.0509804, 0.411765, 0.67451)
  2255. Part199.Velocity = Vector3.new(5.68160452e-08, 0.00247118762, 7.46623186e-07)
  2256. Part199.Size = Vector3.new(0.275000006, 0.261124998, 0.245374992)
  2257. Part199.Anchored = true
  2258. Part199.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2259. Part199.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2260. Part199.BrickColor = BrickColor.new("Bright blue")
  2261. Part199.CanCollide = false
  2262. Part199.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2263. Part199.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2264. Part199.Material = Enum.Material.Neon
  2265. Part199.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2266. Part199.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  2267. Part199.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2268. Part199.brickColor = BrickColor.new("Bright blue")
  2269. SpecialMesh200.Parent = Part199
  2270. SpecialMesh200.Scale = Vector3.new(0.375, 1.04999995, 0.5)
  2271. SpecialMesh200.MeshType = Enum.MeshType.Brick
  2272. Part201.Parent = Model0
  2273. Part201.CFrame = CFrame.new(-0.615578175, 3.21754885, -11.7504148, -0.999985635, 0.00162786292, 0.00510683237, -0.00513676414, -0.0189459566, -0.999807417, -0.00153079513, -0.999819279, 0.0189540461)
  2274. Part201.Orientation = Vector3.new(88.8799973, 15.0799999, -164.830002)
  2275. Part201.Position = Vector3.new(-0.615578175, 3.21754885, -11.7504148)
  2276. Part201.Rotation = Vector3.new(88.909996, 0.289999992, -179.909988)
  2277. Part201.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2278. Part201.Velocity = Vector3.new(6.21209963e-08, 0.0024715641, 8.16335842e-07)
  2279. Part201.Size = Vector3.new(0.275000006, 0.214125022, 0.234375)
  2280. Part201.Anchored = true
  2281. Part201.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2282. Part201.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2283. Part201.BrickColor = BrickColor.new("Really red")
  2284. Part201.CanCollide = false
  2285. Part201.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2286. Part201.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2287. Part201.Material = Enum.Material.Metal
  2288. Part201.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2289. Part201.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  2290. Part201.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2291. Part201.brickColor = BrickColor.new("Really red")
  2292. SpecialMesh202.Parent = Part201
  2293. SpecialMesh202.Scale = Vector3.new(0.5, 0.560000002, 0.400000006)
  2294. SpecialMesh202.MeshType = Enum.MeshType.Wedge
  2295. Part203.Parent = Model0
  2296. Part203.CFrame = CFrame.new(-0.613475382, 3.25657153, -13.2536583, -0.999985635, 0.00162801275, 0.00510680024, -0.00513673527, -0.0189461038, -0.999807417, -0.00153094472, -0.999819279, 0.0189541951)
  2297. Part203.Orientation = Vector3.new(88.8799973, 15.0799999, -164.830002)
  2298. Part203.Position = Vector3.new(-0.613475382, 3.25657153, -13.2536583)
  2299. Part203.Rotation = Vector3.new(88.909996, 0.289999992, -179.909988)
  2300. Part203.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2301. Part203.Velocity = Vector3.new(5.59333202e-08, 0.00246843207, 7.35023434e-07)
  2302. Part203.Size = Vector3.new(0.275000006, 0.204125047, 0.210375011)
  2303. Part203.Anchored = true
  2304. Part203.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2305. Part203.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2306. Part203.BrickColor = BrickColor.new("Really red")
  2307. Part203.CanCollide = false
  2308. Part203.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2309. Part203.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2310. Part203.Material = Enum.Material.Metal
  2311. Part203.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2312. Part203.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  2313. Part203.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2314. Part203.brickColor = BrickColor.new("Really red")
  2315. SpecialMesh204.Parent = Part203
  2316. SpecialMesh204.Scale = Vector3.new(0.5, 0.5, 0.5)
  2317. SpecialMesh204.MeshType = Enum.MeshType.Wedge
  2318. Part205.Parent = Model0
  2319. Part205.CFrame = CFrame.new(-0.605959892, 3.52715993, -19.0706863, -0.999985635, 0.00510674436, -0.0016279578, -0.00513667939, -0.999807417, 0.0189470276, -0.00153088616, 0.018955119, 0.999819279)
  2320. Part205.Orientation = Vector3.new(-1.09000003, -0.0899999961, -179.709991)
  2321. Part205.Position = Vector3.new(-0.605959892, 3.52715993, -19.0706863)
  2322. Part205.Rotation = Vector3.new(-1.09000003, -0.0899999961, -179.709991)
  2323. Part205.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2324. Part205.Velocity = Vector3.new(1.30272237e-08, 0.0024563123, 1.71192255e-07)
  2325. Part205.Size = Vector3.new(0.275000006, 0.446125001, 0.496375084)
  2326. Part205.Anchored = true
  2327. Part205.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2328. Part205.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2329. Part205.BrickColor = BrickColor.new("Really red")
  2330. Part205.CanCollide = false
  2331. Part205.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2332. Part205.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2333. Part205.Material = Enum.Material.Metal
  2334. Part205.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2335. Part205.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  2336. Part205.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2337. Part205.brickColor = BrickColor.new("Really red")
  2338. SpecialMesh206.Parent = Part205
  2339. SpecialMesh206.Scale = Vector3.new(0.400000006, 1, 0.899999976)
  2340. SpecialMesh206.MeshType = Enum.MeshType.Wedge
  2341. Part207.Parent = Model0
  2342. Part207.CFrame = CFrame.new(-0.617458701, 3.24875402, -10.62463, -0.999985635, -0.00162816094, -0.00510671316, -0.00513665052, 0.0189459547, 0.999807417, -0.00153109536, 0.999819279, -0.0189540461)
  2343. Part207.Orientation = Vector3.new(-88.8799973, -164.919998, -15.1700001)
  2344. Part207.Position = Vector3.new(-0.617458701, 3.24875402, -10.62463)
  2345. Part207.Rotation = Vector3.new(-91.0899963, -0.289999992, 179.909988)
  2346. Part207.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2347. Part207.Velocity = Vector3.new(5.71729402e-08, 0.00247390964, 7.51312939e-07)
  2348. Part207.Size = Vector3.new(0.25999999, 0.375, 0.21875)
  2349. Part207.Anchored = true
  2350. Part207.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2351. Part207.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2352. Part207.BrickColor = BrickColor.new("Really red")
  2353. Part207.CanCollide = false
  2354. Part207.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2355. Part207.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2356. Part207.Material = Enum.Material.Metal
  2357. Part207.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2358. Part207.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  2359. Part207.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2360. Part207.brickColor = BrickColor.new("Really red")
  2361. SpecialMesh208.Parent = Part207
  2362. SpecialMesh208.Scale = Vector3.new(0.300000012, 1, 1)
  2363. SpecialMesh208.MeshType = Enum.MeshType.Wedge
  2364. Part209.Parent = Model0
  2365. Part209.CFrame = CFrame.new(-0.614153862, 3.21053505, -12.6548157, -0.999985635, -0.00162816129, -0.00510668149, -0.00513661886, 0.0189460143, 0.999807417, -0.00153109606, 0.999819279, -0.0189541057)
  2366. Part209.Orientation = Vector3.new(-88.8799973, -164.919998, -15.1700001)
  2367. Part209.Position = Vector3.new(-0.614153862, 3.21053505, -12.6548157)
  2368. Part209.Rotation = Vector3.new(-91.0899963, -0.289999992, 179.909988)
  2369. Part209.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2370. Part209.Velocity = Vector3.new(6.32331378e-08, 0.00246967981, 8.30950682e-07)
  2371. Part209.Size = Vector3.new(0.275000006, 0.35512504, 0.416375011)
  2372. Part209.Anchored = true
  2373. Part209.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2374. Part209.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2375. Part209.BrickColor = BrickColor.new("Really red")
  2376. Part209.CanCollide = false
  2377. Part209.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2378. Part209.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2379. Part209.Material = Enum.Material.Metal
  2380. Part209.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2381. Part209.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  2382. Part209.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2383. Part209.brickColor = BrickColor.new("Really red")
  2384. SpecialMesh210.Parent = Part209
  2385. SpecialMesh210.Scale = Vector3.new(0.5, 0.560000002, 0.5)
  2386. SpecialMesh210.MeshType = Enum.MeshType.Wedge
  2387. Part211.Parent = Model0
  2388. Part211.CFrame = CFrame.new(-0.640777826, 2.97037435, -14.8715458, 0.00156102644, -0.999985635, -0.00512771169, -0.00585717242, -0.00513677299, 0.99996984, -0.999981701, -0.00153094484, -0.00586510729)
  2389. Part211.Orientation = Vector3.new(-89.5599976, -138.839996, -131.25)
  2390. Part211.Position = Vector3.new(-0.640777826, 2.97037435, -14.8715458)
  2391. Part211.Rotation = Vector3.new(-90.3399963, -0.289999992, 89.909996)
  2392. Part211.Color = Color3.new(0.384314, 0.145098, 0.819608)
  2393. Part211.Velocity = Vector3.new(1.01314356e-07, 0.00246505649, 1.33137894e-06)
  2394. Part211.Size = Vector3.new(0.49000001, 0.200000003, 0.290374994)
  2395. Part211.Anchored = true
  2396. Part211.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2397. Part211.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2398. Part211.BrickColor = BrickColor.new("Really red")
  2399. Part211.CanCollide = false
  2400. Part211.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2401. Part211.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2402. Part211.Material = Enum.Material.Neon
  2403. Part211.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2404. Part211.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  2405. Part211.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2406. Part211.brickColor = BrickColor.new("Really red")
  2407. SpecialMesh212.Parent = Part211
  2408. SpecialMesh212.Scale = Vector3.new(1, 0.300000012, 0.5)
  2409. SpecialMesh212.MeshType = Enum.MeshType.Wedge
  2410. Part213.Parent = Model0
  2411. Part213.CFrame = CFrame.new(-0.609622896, 3.39657903, -16.2390652, 0.999985635, -0.00133592181, 0.00519115385, 0.00513700396, -0.0377659053, -0.999273479, 0.00153099932, 0.999285877, -0.0377584994)
  2412. Part213.Orientation = Vector3.new(87.8199997, 172.169998, 172.25)
  2413. Part213.Position = Vector3.new(-0.609622896, 3.39657903, -16.2390652)
  2414. Part213.Rotation = Vector3.new(92.159996, 0.299999982, 0.0799999982)
  2415. Part213.Color = Color3.new(0.0509804, 0.411765, 0.67451)
  2416. Part213.Velocity = Vector3.new(3.37329027e-08, 0.002462212, 4.43286638e-07)
  2417. Part213.Size = Vector3.new(0.275000006, 0.533124864, 0.214375019)
  2418. Part213.Anchored = true
  2419. Part213.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2420. Part213.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2421. Part213.BrickColor = BrickColor.new("Bright blue")
  2422. Part213.CanCollide = false
  2423. Part213.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2424. Part213.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2425. Part213.Material = Enum.Material.Neon
  2426. Part213.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2427. Part213.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  2428. Part213.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2429. Part213.brickColor = BrickColor.new("Bright blue")
  2430. SpecialMesh214.Parent = Part213
  2431. SpecialMesh214.Scale = Vector3.new(0.449999988, 0.899999976, 0.100000001)
  2432. SpecialMesh214.MeshType = Enum.MeshType.Brick
  2433. Part215.Parent = Model0
  2434. Part215.CFrame = CFrame.new(-0.612417579, 3.49721146, -14.7513313, 0.999985635, -0.00219574547, 0.00488994364, 0.00513701141, 0.13200599, -0.991235793, 0.00153099908, 0.991246581, 0.132015377)
  2435. Part215.Orientation = Vector3.new(82.409996, 2.11999989, 2.23000002)
  2436. Part215.Position = Vector3.new(-0.612417579, 3.49721146, -14.7513313)
  2437. Part215.Rotation = Vector3.new(82.409996, 0.280000001, 0.129999995)
  2438. Part215.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2439. Part215.Velocity = Vector3.new(1.77760739e-08, 0.00246531144, 2.33596552e-07)
  2440. Part215.Size = Vector3.new(0.275000006, 0.488124937, 0.359375)
  2441. Part215.Anchored = true
  2442. Part215.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2443. Part215.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2444. Part215.BrickColor = BrickColor.new("Really red")
  2445. Part215.CanCollide = false
  2446. Part215.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2447. Part215.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2448. Part215.Material = Enum.Material.Metal
  2449. Part215.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2450. Part215.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  2451. Part215.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2452. Part215.brickColor = BrickColor.new("Really red")
  2453. SpecialMesh216.Parent = Part215
  2454. SpecialMesh216.Scale = Vector3.new(0.400000006, 1, 0.5)
  2455. SpecialMesh216.MeshType = Enum.MeshType.Brick
  2456. Part217.Parent = Model0
  2457. Part217.CFrame = CFrame.new(-0.645515323, 3.66365719, -14.1031828, -0.0047622188, -0.999985635, 0.00246008043, 0.720367849, -0.00513686892, -0.693573356, 0.693576038, -0.00153078465, 0.720381975)
  2458. Part217.Orientation = Vector3.new(43.9099998, 0.199999988, 90.409996)
  2459. Part217.Position = Vector3.new(-0.645515323, 3.66365719, -14.1031828)
  2460. Part217.Rotation = Vector3.new(43.9099998, 0.140000001, 90.2699966)
  2461. Part217.Color = Color3.new(0.384314, 0.145098, 0.819608)
  2462. Part217.Velocity = Vector3.new(-8.61649951e-09, 0.00246665697, -1.13230158e-07)
  2463. Part217.Size = Vector3.new(0.496000022, 0.200000003, 0.280375004)
  2464. Part217.Anchored = true
  2465. Part217.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2466. Part217.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2467. Part217.BrickColor = BrickColor.new("Really red")
  2468. Part217.CanCollide = false
  2469. Part217.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2470. Part217.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2471. Part217.Material = Enum.Material.Neon
  2472. Part217.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2473. Part217.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  2474. Part217.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2475. Part217.brickColor = BrickColor.new("Really red")
  2476. SpecialMesh218.Parent = Part217
  2477. SpecialMesh218.Scale = Vector3.new(1, 0.300000012, 0.5)
  2478. SpecialMesh218.MeshType = Enum.MeshType.Wedge
  2479. Part219.Parent = Model0
  2480. Part219.CFrame = CFrame.new(-0.611597419, 2.92886329, -13.380847, -0.999985635, -0.00162816129, -0.00510668149, -0.00513661886, 0.0189460143, 0.999807417, -0.00153109606, 0.999819279, -0.0189541057)
  2481. Part219.Orientation = Vector3.new(-88.8799973, -164.919998, -15.1700001)
  2482. Part219.Position = Vector3.new(-0.611597419, 2.92886329, -13.380847)
  2483. Part219.Rotation = Vector3.new(-91.0899963, -0.289999992, 179.909988)
  2484. Part219.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2485. Part219.Velocity = Vector3.new(1.07896597e-07, 0.00246816734, 1.41787655e-06)
  2486. Part219.Size = Vector3.new(0.275000006, 0.630125046, 0.280375004)
  2487. Part219.Anchored = true
  2488. Part219.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2489. Part219.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2490. Part219.BrickColor = BrickColor.new("Really red")
  2491. Part219.CanCollide = false
  2492. Part219.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2493. Part219.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2494. Part219.Material = Enum.Material.Metal
  2495. Part219.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2496. Part219.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  2497. Part219.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2498. Part219.brickColor = BrickColor.new("Really red")
  2499. SpecialMesh220.Parent = Part219
  2500. SpecialMesh220.Scale = Vector3.new(0.395000011, 0.75, 0.25)
  2501. SpecialMesh220.MeshType = Enum.MeshType.Wedge
  2502. Part221.Parent = Model0
  2503. Part221.CFrame = CFrame.new(-0.609442294, 2.87052941, -14.5920582, -0.999985635, 0.00510674296, -0.00162775011, -0.00513667427, -0.999807417, 0.0189472083, -0.00153067766, 0.0189552978, 0.999819279)
  2504. Part221.Orientation = Vector3.new(-1.09000003, -0.0899999961, -179.709991)
  2505. Part221.Position = Vector3.new(-0.609442294, 2.87052941, -14.5920582)
  2506. Part221.Rotation = Vector3.new(-1.09000003, -0.0899999961, -179.709991)
  2507. Part221.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2508. Part221.Velocity = Vector3.new(1.17146328e-07, 0.00246564392, 1.53942813e-06)
  2509. Part221.Size = Vector3.new(0.275000006, 0.216999978, 0.295375019)
  2510. Part221.Anchored = true
  2511. Part221.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2512. Part221.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2513. Part221.BrickColor = BrickColor.new("Really red")
  2514. Part221.CanCollide = false
  2515. Part221.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2516. Part221.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2517. Part221.Material = Enum.Material.Glass
  2518. Part221.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2519. Part221.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  2520. Part221.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2521. Part221.brickColor = BrickColor.new("Really red")
  2522. SpecialMesh222.Parent = Part221
  2523. SpecialMesh222.Scale = Vector3.new(0.5, 0.75, 0.25)
  2524. SpecialMesh222.MeshType = Enum.MeshType.Wedge
  2525. Part223.Parent = Model0
  2526. Part223.CFrame = CFrame.new(-0.609190822, 2.76472902, -14.4025202, -0.999985635, 0.00510674296, -0.00162775011, -0.00513667427, -0.999807417, 0.0189472083, -0.00153067766, 0.0189552978, 0.999819279)
  2527. Part223.Orientation = Vector3.new(-1.09000003, -0.0899999961, -179.709991)
  2528. Part223.Position = Vector3.new(-0.609190822, 2.76472902, -14.4025202)
  2529. Part223.Rotation = Vector3.new(-1.09000003, -0.0899999961, -179.709991)
  2530. Part223.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2531. Part223.Velocity = Vector3.new(1.3392264e-07, 0.0024660388, 1.7598868e-06)
  2532. Part223.Size = Vector3.new(0.275000006, 0.23299998, 0.295375019)
  2533. Part223.Anchored = true
  2534. Part223.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2535. Part223.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2536. Part223.BrickColor = BrickColor.new("Really red")
  2537. Part223.CanCollide = false
  2538. Part223.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2539. Part223.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2540. Part223.Material = Enum.Material.Glass
  2541. Part223.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2542. Part223.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  2543. Part223.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2544. Part223.brickColor = BrickColor.new("Really red")
  2545. SpecialMesh224.Parent = Part223
  2546. SpecialMesh224.Scale = Vector3.new(0.5, 1, 0.25)
  2547. SpecialMesh224.MeshType = Enum.MeshType.Wedge
  2548. Part225.Parent = Model0
  2549. Part225.CFrame = CFrame.new(-0.610054374, 2.83367729, -14.0694036, 0.999985635, 0.00162807188, -0.00510671316, 0.00513664866, -0.0189460143, 0.999807417, 0.00153100595, -0.999819279, -0.0189541057)
  2550. Part225.Orientation = Vector3.new(-88.8799973, -164.919998, 164.830002)
  2551. Part225.Position = Vector3.new(-0.610054374, 2.83367729, -14.0694036)
  2552. Part225.Rotation = Vector3.new(-91.0899963, -0.289999992, -0.0899999961)
  2553. Part225.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2554. Part225.Velocity = Vector3.new(1.22989817e-07, 0.00246673287, 1.61621767e-06)
  2555. Part225.Size = Vector3.new(0.275000006, 0.311124951, 0.267374992)
  2556. Part225.Anchored = true
  2557. Part225.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2558. Part225.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2559. Part225.BrickColor = BrickColor.new("Really red")
  2560. Part225.CanCollide = false
  2561. Part225.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2562. Part225.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2563. Part225.Material = Enum.Material.Metal
  2564. Part225.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2565. Part225.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  2566. Part225.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2567. Part225.brickColor = BrickColor.new("Really red")
  2568. SpecialMesh226.Parent = Part225
  2569. SpecialMesh226.Scale = Vector3.new(0.495000005, 1, 1)
  2570. SpecialMesh226.MeshType = Enum.MeshType.Brick
  2571. Part227.Parent = Model0
  2572. Part227.CFrame = CFrame.new(-0.611247957, 3.01424932, -13.8955402, 0.999985635, -0.00162807154, 0.00510659395, 0.00513652945, 0.0189459547, -0.999807417, 0.00153100828, 0.999819279, 0.0189540461)
  2573. Part227.Orientation = Vector3.new(88.8799973, 15.0799999, 15.1700001)
  2574. Part227.Position = Vector3.new(-0.611247957, 3.01424932, -13.8955402)
  2575. Part227.Rotation = Vector3.new(88.909996, 0.289999992, 0.0899999961)
  2576. Part227.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2577. Part227.Velocity = Vector3.new(9.43572971e-08, 0.00246709492, 1.23995574e-06)
  2578. Part227.Size = Vector3.new(0.275000006, 0.228, 0.213375002)
  2579. Part227.Anchored = true
  2580. Part227.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2581. Part227.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2582. Part227.BrickColor = BrickColor.new("Really red")
  2583. Part227.CanCollide = false
  2584. Part227.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2585. Part227.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2586. Part227.Material = Enum.Material.Metal
  2587. Part227.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2588. Part227.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  2589. Part227.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2590. Part227.brickColor = BrickColor.new("Really red")
  2591. SpecialMesh228.Parent = Part227
  2592. SpecialMesh228.Scale = Vector3.new(0.569999993, 0.125, 0.375)
  2593. SpecialMesh228.MeshType = Enum.MeshType.Wedge
  2594. Part229.Parent = Model0
  2595. Part229.CFrame = CFrame.new(-0.614671409, 3.24594569, -12.4355726, -0.999985635, -0.00162807154, -0.00510656228, -0.00513649778, 0.0189459547, 0.999807417, -0.00153100886, 0.999819279, -0.0189540461)
  2596. Part229.Orientation = Vector3.new(-88.8799973, -164.919998, -15.1700001)
  2597. Part229.Position = Vector3.new(-0.614671409, 3.24594569, -12.4355726)
  2598. Part229.Rotation = Vector3.new(-91.0899963, -0.289999992, 179.909988)
  2599. Part229.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2600. Part229.Velocity = Vector3.new(5.76182231e-08, 0.00247013662, 7.57164685e-07)
  2601. Part229.Size = Vector3.new(0.275000006, 0.745124936, 0.280375004)
  2602. Part229.Anchored = true
  2603. Part229.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2604. Part229.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2605. Part229.BrickColor = BrickColor.new("Really red")
  2606. Part229.CanCollide = false
  2607. Part229.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2608. Part229.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2609. Part229.Material = Enum.Material.Metal
  2610. Part229.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2611. Part229.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  2612. Part229.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2613. Part229.brickColor = BrickColor.new("Really red")
  2614. SpecialMesh230.Parent = Part229
  2615. SpecialMesh230.Scale = Vector3.new(0.400000006, 1.04999995, 0.5)
  2616. SpecialMesh230.MeshType = Enum.MeshType.Brick
  2617. Part231.Parent = Model0
  2618. Part231.CFrame = CFrame.new(-0.610754132, 2.89412951, -13.8151274, -0.999985635, -0.00162807154, -0.00510650687, -0.00513644237, 0.0189459547, 0.999807417, -0.00153100991, 0.999819279, -0.0189540461)
  2619. Part231.Orientation = Vector3.new(-88.8799973, -164.919998, -15.1700001)
  2620. Part231.Position = Vector3.new(-0.610754132, 2.89412951, -13.8151274)
  2621. Part231.Rotation = Vector3.new(-91.0899963, -0.289999992, 179.909988)
  2622. Part231.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2623. Part231.Velocity = Vector3.new(1.1340417e-07, 0.00246726256, 1.49025209e-06)
  2624. Part231.Size = Vector3.new(0.275000006, 0.200000003, 0.303375006)
  2625. Part231.Anchored = true
  2626. Part231.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2627. Part231.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2628. Part231.BrickColor = BrickColor.new("Really red")
  2629. Part231.CanCollide = false
  2630. Part231.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2631. Part231.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2632. Part231.Material = Enum.Material.Glass
  2633. Part231.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2634. Part231.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  2635. Part231.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2636. Part231.brickColor = BrickColor.new("Really red")
  2637. SpecialMesh232.Parent = Part231
  2638. SpecialMesh232.Scale = Vector3.new(0.524999976, 0.5, 0.5)
  2639. SpecialMesh232.MeshType = Enum.MeshType.Wedge
  2640. Part233.Parent = Model0
  2641. Part233.CFrame = CFrame.new(-0.614374042, 3.38457584, -13.09618, 0.999985635, -0.00162795233, 0.00510671316, 0.00513664633, 0.0189459547, -0.999807417, 0.00153088674, 0.999819279, 0.0189540461)
  2642. Part233.Orientation = Vector3.new(88.8799973, 15.0799999, 15.1700001)
  2643. Part233.Position = Vector3.new(-0.614374042, 3.38457584, -13.09618)
  2644. Part233.Rotation = Vector3.new(88.909996, 0.289999992, 0.0899999961)
  2645. Part233.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2646. Part233.Velocity = Vector3.new(3.56362335e-08, 0.00246876013, 4.68297941e-07)
  2647. Part233.Size = Vector3.new(0.275000006, 0.322125077, 0.363375008)
  2648. Part233.Anchored = true
  2649. Part233.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2650. Part233.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2651. Part233.BrickColor = BrickColor.new("Really red")
  2652. Part233.CanCollide = false
  2653. Part233.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2654. Part233.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2655. Part233.Material = Enum.Material.Metal
  2656. Part233.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2657. Part233.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  2658. Part233.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2659. Part233.brickColor = BrickColor.new("Really red")
  2660. SpecialMesh234.Parent = Part233
  2661. SpecialMesh234.Scale = Vector3.new(0.5, 1, 1)
  2662. SpecialMesh234.MeshType = Enum.MeshType.Wedge
  2663. Part235.Parent = Model0
  2664. Part235.CFrame = CFrame.new(-0.612951875, 3.3556869, -13.9274721, 0.999985635, 0.00162774313, -0.00510693667, 0.00513686566, -0.0189458374, 0.999807417, 0.00153067405, -0.999819279, -0.0189539269)
  2665. Part235.Orientation = Vector3.new(-88.8799973, -164.919998, 164.830002)
  2666. Part235.Position = Vector3.new(-0.612951875, 3.3556869, -13.9274721)
  2667. Part235.Rotation = Vector3.new(-91.0899963, -0.289999992, -0.0899999961)
  2668. Part235.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2669. Part235.Velocity = Vector3.new(4.02170173e-08, 0.0024670281, 5.28494468e-07)
  2670. Part235.Size = Vector3.new(0.275000006, 0.54112494, 0.367374986)
  2671. Part235.Anchored = true
  2672. Part235.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2673. Part235.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2674. Part235.BrickColor = BrickColor.new("Really red")
  2675. Part235.CanCollide = false
  2676. Part235.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2677. Part235.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2678. Part235.Material = Enum.Material.Metal
  2679. Part235.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2680. Part235.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  2681. Part235.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2682. Part235.brickColor = BrickColor.new("Really red")
  2683. SpecialMesh236.Parent = Part235
  2684. SpecialMesh236.Scale = Vector3.new(0.5, 1.04999995, 0.600000024)
  2685. SpecialMesh236.MeshType = Enum.MeshType.Brick
  2686. Part237.Parent = Model0
  2687. Part237.CFrame = CFrame.new(-0.611452341, 3.03449631, -13.8299093, 0.999985635, 0.00162795268, -0.00510686403, 0.0051367972, -0.0189460143, 0.999807417, 0.00153088395, -0.999819279, -0.0189541057)
  2688. Part237.Orientation = Vector3.new(-88.8799973, -164.919998, 164.830002)
  2689. Part237.Position = Vector3.new(-0.611452341, 3.03449631, -13.8299093)
  2690. Part237.Rotation = Vector3.new(-91.0899963, -0.289999992, -0.0899999961)
  2691. Part237.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2692. Part237.Velocity = Vector3.new(9.11468163e-08, 0.00246723159, 1.19776655e-06)
  2693. Part237.Size = Vector3.new(0.275000006, 0.207000002, 0.303375006)
  2694. Part237.Anchored = true
  2695. Part237.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2696. Part237.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2697. Part237.BrickColor = BrickColor.new("Really red")
  2698. Part237.CanCollide = false
  2699. Part237.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2700. Part237.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2701. Part237.Material = Enum.Material.Metal
  2702. Part237.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2703. Part237.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  2704. Part237.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2705. Part237.brickColor = BrickColor.new("Really red")
  2706. SpecialMesh238.Parent = Part237
  2707. SpecialMesh238.Scale = Vector3.new(0.5, 0.5, 0.5)
  2708. SpecialMesh238.MeshType = Enum.MeshType.Wedge
  2709. Part239.Parent = Model0
  2710. Part239.CFrame = CFrame.new(-0.608695984, 3.30580091, -16.5400867, 0.999985635, -0.00133592135, 0.00519114826, 0.0051369979, -0.0377659909, -0.999273479, 0.00153099943, 0.999285758, -0.0377585851)
  2711. Part239.Orientation = Vector3.new(87.8199997, 172.169998, 172.25)
  2712. Part239.Position = Vector3.new(-0.608695984, 3.30580091, -16.5400867)
  2713. Part239.Rotation = Vector3.new(92.159996, 0.299999982, 0.0799999982)
  2714. Part239.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2715. Part239.Velocity = Vector3.new(4.81271911e-08, 0.00246158475, 6.32443061e-07)
  2716. Part239.Size = Vector3.new(0.275000006, 1.65712488, 0.422374964)
  2717. Part239.Anchored = true
  2718. Part239.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2719. Part239.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2720. Part239.BrickColor = BrickColor.new("Really red")
  2721. Part239.CanCollide = false
  2722. Part239.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2723. Part239.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2724. Part239.Material = Enum.Material.Metal
  2725. Part239.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2726. Part239.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  2727. Part239.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2728. Part239.brickColor = BrickColor.new("Really red")
  2729. SpecialMesh240.Parent = Part239
  2730. SpecialMesh240.Scale = Vector3.new(0.400000006, 1, 0.5)
  2731. SpecialMesh240.MeshType = Enum.MeshType.Brick
  2732. Part241.Parent = Model0
  2733. Part241.CFrame = CFrame.new(-0.607766628, 3.58790874, -18.0936966, 0.999985635, -0.0010395617, 0.00525854016, 0.00513699278, -0.0943568796, -0.99552542, 0.00153108896, 0.995537996, -0.094350189)
  2734. Part241.Orientation = Vector3.new(84.5800018, 176.809998, 176.87999)
  2735. Part241.Position = Vector3.new(-0.607766628, 3.58790874, -18.0936966)
  2736. Part241.Rotation = Vector3.new(95.409996, 0.299999982, 0.0599999987)
  2737. Part241.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2738. Part241.Velocity = Vector3.new(3.39455752e-09, 0.00245834771, 4.46085551e-08)
  2739. Part241.Size = Vector3.new(0.275000006, 1.66212487, 0.359375)
  2740. Part241.Anchored = true
  2741. Part241.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2742. Part241.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2743. Part241.BrickColor = BrickColor.new("Really red")
  2744. Part241.CanCollide = false
  2745. Part241.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2746. Part241.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2747. Part241.Material = Enum.Material.Metal
  2748. Part241.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2749. Part241.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  2750. Part241.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2751. Part241.brickColor = BrickColor.new("Really red")
  2752. SpecialMesh242.Parent = Part241
  2753. SpecialMesh242.Scale = Vector3.new(0.400000006, 1, 0.5)
  2754. SpecialMesh242.MeshType = Enum.MeshType.Brick
  2755. Part243.Parent = Model0
  2756. Part243.CFrame = CFrame.new(-0.618630528, 3.29811025, -11.1170893, -0.999985635, -0.00162795233, -0.0051068007, -0.00513673387, 0.0189459547, 0.999807417, -0.00153088511, 0.999819279, -0.0189540461)
  2757. Part243.Orientation = Vector3.new(-88.8799973, -164.919998, -15.1700001)
  2758. Part243.Position = Vector3.new(-0.618630528, 3.29811025, -11.1170893)
  2759. Part243.Rotation = Vector3.new(-91.0899963, -0.289999992, 179.909988)
  2760. Part243.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2761. Part243.Velocity = Vector3.new(4.93467311e-08, 0.00247288332, 6.48468244e-07)
  2762. Part243.Size = Vector3.new(0.25999999, 0.3125, 0.320125014)
  2763. Part243.Anchored = true
  2764. Part243.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2765. Part243.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2766. Part243.BrickColor = BrickColor.new("Really red")
  2767. Part243.CanCollide = false
  2768. Part243.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2769. Part243.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2770. Part243.Material = Enum.Material.Metal
  2771. Part243.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2772. Part243.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  2773. Part243.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2774. Part243.brickColor = BrickColor.new("Really red")
  2775. SpecialMesh244.Parent = Part243
  2776. SpecialMesh244.Scale = Vector3.new(0.5, 1, 1)
  2777. SpecialMesh244.MeshType = Enum.MeshType.Wedge
  2778. Part245.Parent = Model0
  2779. Part245.CFrame = CFrame.new(-0.639055848, 2.33898354, -13.8797112, 0.0028942409, -0.999985635, -0.00451144017, -0.277069569, -0.00513673481, 0.960836232, -0.960845649, -0.00153090828, -0.277080446)
  2780. Part245.Orientation = Vector3.new(-73.909996, -179.069992, -91.0599976)
  2781. Part245.Position = Vector3.new(-0.639055848, 2.33898354, -13.8797112)
  2782. Part245.Rotation = Vector3.new(-106.089996, -0.25999999, 89.8299942)
  2783. Part245.Color = Color3.new(0.384314, 0.145098, 0.819608)
  2784. Part245.Velocity = Vector3.new(2.01431277e-07, 0.00246712356, 2.64702226e-06)
  2785. Part245.Size = Vector3.new(0.453000009, 0.200000003, 0.280375004)
  2786. Part245.Anchored = true
  2787. Part245.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2788. Part245.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2789. Part245.BrickColor = BrickColor.new("Really red")
  2790. Part245.CanCollide = false
  2791. Part245.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2792. Part245.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2793. Part245.Material = Enum.Material.Neon
  2794. Part245.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2795. Part245.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  2796. Part245.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2797. Part245.brickColor = BrickColor.new("Really red")
  2798. SpecialMesh246.Parent = Part245
  2799. SpecialMesh246.Scale = Vector3.new(1, 0.300000012, 0.5)
  2800. SpecialMesh246.MeshType = Enum.MeshType.Wedge
  2801. Part247.Parent = Model0
  2802. Part247.CFrame = CFrame.new(-0.611137211, 3.24560308, -14.7434616, 0.999985635, -0.00162807363, 0.00510707032, 0.00513700629, 0.018946372, -0.999807417, 0.0015309992, 0.999819279, 0.0189544633)
  2803. Part247.Orientation = Vector3.new(88.8799973, 15.0799999, 15.1700001)
  2804. Part247.Position = Vector3.new(-0.611137211, 3.24560308, -14.7434616)
  2805. Part247.Rotation = Vector3.new(88.909996, 0.289999992, 0.0899999961)
  2806. Part247.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2807. Part247.Velocity = Vector3.new(5.76725228e-08, 0.0024653282, 7.57878638e-07)
  2808. Part247.Size = Vector3.new(0.275000006, 0.488124937, 0.418375015)
  2809. Part247.Anchored = true
  2810. Part247.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2811. Part247.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2812. Part247.BrickColor = BrickColor.new("Really red")
  2813. Part247.CanCollide = false
  2814. Part247.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2815. Part247.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2816. Part247.Material = Enum.Material.Metal
  2817. Part247.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2818. Part247.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  2819. Part247.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2820. Part247.brickColor = BrickColor.new("Really black")
  2821. SpecialMesh248.Parent = Part247
  2822. SpecialMesh248.Scale = Vector3.new(0.400000006, 1, 0.899999976)
  2823. SpecialMesh248.MeshType = Enum.MeshType.Brick
  2824. Part249.Parent = Model0
  2825. Part249.CFrame = CFrame.new(-0.646988273, 3.68078995, -13.1990242, 0.00245985761, -0.999985635, 0.00476197852, -0.693573356, -0.00513654156, -0.720367849, 0.720381916, -0.00153077836, -0.693576097)
  2826. Part249.Orientation = Vector3.new(46.079998, 179.610001, -90.4199982)
  2827. Part249.Position = Vector3.new(-0.646988273, 3.68078995, -13.1990242)
  2828. Part249.Rotation = Vector3.new(133.910004, 0.269999981, 89.8600006)
  2829. Part249.Color = Color3.new(0.384314, 0.145098, 0.819608)
  2830. Part249.Velocity = Vector3.new(-1.13331566e-08, 0.00246854057, -1.48930098e-07)
  2831. Part249.Size = Vector3.new(0.496000022, 0.200000003, 0.280375004)
  2832. Part249.Anchored = true
  2833. Part249.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2834. Part249.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2835. Part249.BrickColor = BrickColor.new("Royal purple")
  2836. Part249.CanCollide = false
  2837. Part249.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2838. Part249.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2839. Part249.Material = Enum.Material.Neon
  2840. Part249.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2841. Part249.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  2842. Part249.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2843. Part249.brickColor = BrickColor.new("Royal purple")
  2844. SpecialMesh250.Parent = Part249
  2845. SpecialMesh250.Scale = Vector3.new(1, 0.300000012, 0.5)
  2846. SpecialMesh250.MeshType = Enum.MeshType.Wedge
  2847. Part251.Parent = Model0
  2848. Part251.CFrame = CFrame.new(-0.616084397, 3.20240736, -11.3666525, -0.999985635, -0.000716604234, -0.00531162601, -0.00513642887, -0.154956639, 0.987908065, -0.00153101014, 0.987921119, 0.154950723)
  2849. Part251.Orientation = Vector3.new(-81.0800018, -1.95999992, -178.099991)
  2850. Part251.Position = Vector3.new(-0.616084397, 3.20240736, -11.3666525)
  2851. Part251.Rotation = Vector3.new(-81.0899963, -0.299999982, 179.959991)
  2852. Part251.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2853. Part251.Velocity = Vector3.new(6.45219203e-08, 0.00247236365, 8.47886554e-07)
  2854. Part251.Size = Vector3.new(0.275000006, 0.203125, 0.234375)
  2855. Part251.Anchored = true
  2856. Part251.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2857. Part251.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2858. Part251.BrickColor = BrickColor.new("Really black")
  2859. Part251.CanCollide = false
  2860. Part251.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2861. Part251.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2862. Part251.Material = Enum.Material.Metal
  2863. Part251.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2864. Part251.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  2865. Part251.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2866. Part251.brickColor = BrickColor.new("Really black")
  2867. SpecialMesh252.Parent = Part251
  2868. SpecialMesh252.Scale = Vector3.new(0.5, 1.04999995, 0.400000006)
  2869. SpecialMesh252.MeshType = Enum.MeshType.Brick
  2870. Part253.Parent = Model0
  2871. Part253.CFrame = CFrame.new(-0.616027236, 3.22281599, -11.4724684, -0.999985635, -0.00162807154, -0.00510656228, -0.00513649778, 0.0189459547, 0.999807417, -0.00153100886, 0.999819279, -0.0189540461)
  2872. Part253.Orientation = Vector3.new(-88.8799973, -164.919998, -15.1700001)
  2873. Part253.Position = Vector3.new(-0.616027236, 3.22281599, -11.4724684)
  2874. Part253.Rotation = Vector3.new(-91.0899963, -0.289999992, 179.909988)
  2875. Part253.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2876. Part253.Velocity = Vector3.new(6.12858102e-08, 0.00247214315, 8.05360628e-07)
  2877. Part253.Size = Vector3.new(0.275000006, 0.415125012, 0.234375)
  2878. Part253.Anchored = true
  2879. Part253.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2880. Part253.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2881. Part253.BrickColor = BrickColor.new("Really black")
  2882. Part253.CanCollide = false
  2883. Part253.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2884. Part253.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2885. Part253.Material = Enum.Material.Metal
  2886. Part253.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2887. Part253.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  2888. Part253.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2889. Part253.brickColor = BrickColor.new("Really black")
  2890. SpecialMesh254.Parent = Part253
  2891. SpecialMesh254.Scale = Vector3.new(0.5, 1.04999995, 0.400000006)
  2892. SpecialMesh254.MeshType = Enum.MeshType.Brick
  2893. Part255.Parent = Model0
  2894. Part255.CFrame = CFrame.new(-0.610752404, 3.28331137, -15.1213608, 0.999985635, -0.00347625092, 0.00408016983, 0.00513697462, 0.404109061, -0.914696634, 0.00153088057, 0.914704442, 0.404121131)
  2895. Part255.Orientation = Vector3.new(66.159996, 0.579999983, 0.729999959)
  2896. Part255.Position = Vector3.new(-0.610752404, 3.28331137, -15.1213608)
  2897. Part255.Rotation = Vector3.new(66.159996, 0.229999989, 0.199999988)
  2898. Part255.Color = Color3.new(0.0509804, 0.411765, 0.67451)
  2899. Part255.Velocity = Vector3.new(5.16932808e-08, 0.00246454077, 6.79305003e-07)
  2900. Part255.Size = Vector3.new(0.275000006, 0.330124885, 0.214375019)
  2901. Part255.Anchored = true
  2902. Part255.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2903. Part255.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2904. Part255.BrickColor = BrickColor.new("Bright blue")
  2905. Part255.CanCollide = false
  2906. Part255.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2907. Part255.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2908. Part255.Material = Enum.Material.Neon
  2909. Part255.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2910. Part255.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  2911. Part255.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2912. Part255.brickColor = BrickColor.new("Bright blue")
  2913. SpecialMesh256.Parent = Part255
  2914. SpecialMesh256.Scale = Vector3.new(0.449999988, 1, 0.100000001)
  2915. SpecialMesh256.MeshType = Enum.MeshType.Brick
  2916. Part257.Parent = Model0
  2917. Part257.CFrame = CFrame.new(-0.63657546, 3.38894939, -19.0216789, -0.00237622252, -0.999985635, -0.00480452133, 0.680895686, -0.00513668498, 0.732362568, -0.732376754, -0.00153112097, 0.68089813)
  2918. Part257.Orientation = Vector3.new(-47.079998, -0.399999976, 90.4300003)
  2919. Part257.Position = Vector3.new(-0.63657546, 3.38894939, -19.0216789)
  2920. Part257.Rotation = Vector3.new(-47.0900002, -0.280000001, 90.1399994)
  2921. Part257.Color = Color3.new(0.384314, 0.145098, 0.819608)
  2922. Part257.Velocity = Vector3.new(3.49426692e-08, 0.00245640939, 4.59184662e-07)
  2923. Part257.Size = Vector3.new(0.940000057, 0.200000003, 0.285374999)
  2924. Part257.Anchored = true
  2925. Part257.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2926. Part257.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2927. Part257.BrickColor = BrickColor.new("Royal purple")
  2928. Part257.CanCollide = false
  2929. Part257.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2930. Part257.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2931. Part257.Material = Enum.Material.Neon
  2932. Part257.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2933. Part257.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  2934. Part257.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2935. Part257.brickColor = BrickColor.new("Royal purple")
  2936. SpecialMesh258.Parent = Part257
  2937. SpecialMesh258.Scale = Vector3.new(1, 0.300000012, 0.5)
  2938. SpecialMesh258.MeshType = Enum.MeshType.Wedge
  2939. Part259.Parent = Model0
  2940. Part259.CFrame = CFrame.new(-0.584489346, 3.6811111, -13.1989288, -0.00245976867, 0.999985635, 0.00476201251, 0.693573415, 0.00513650384, -0.720367789, -0.720381916, 0.00153086672, -0.693576038)
  2941. Part259.Orientation = Vector3.new(46.079998, 179.610001, 89.5799942)
  2942. Part259.Position = Vector3.new(-0.584489346, 3.6811111, -13.1989288)
  2943. Part259.Rotation = Vector3.new(133.910004, 0.269999981, -90.1399994)
  2944. Part259.Color = Color3.new(0.384314, 0.145098, 0.819608)
  2945. Part259.Velocity = Vector3.new(-1.13840777e-08, 0.00246855081, -1.49599259e-07)
  2946. Part259.Size = Vector3.new(0.496000022, 0.200000003, 0.280375004)
  2947. Part259.Anchored = true
  2948. Part259.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2949. Part259.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2950. Part259.BrickColor = BrickColor.new("Royal purple")
  2951. Part259.CanCollide = false
  2952. Part259.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2953. Part259.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2954. Part259.Material = Enum.Material.Neon
  2955. Part259.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2956. Part259.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  2957. Part259.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2958. Part259.brickColor = BrickColor.new("Royal purple")
  2959. SpecialMesh260.Parent = Part259
  2960. SpecialMesh260.Scale = Vector3.new(1, 0.300000012, 0.5)
  2961. SpecialMesh260.MeshType = Enum.MeshType.Wedge
  2962. Part261.Parent = Model0
  2963. Part261.CFrame = CFrame.new(-0.574076533, 3.38927007, -19.0215836, 0.00237613311, 0.999985635, -0.00480454601, -0.680895686, 0.00513664167, 0.732362568, 0.732376754, 0.00153120293, 0.68089813)
  2964. Part261.Orientation = Vector3.new(-47.079998, -0.399999976, -89.5699997)
  2965. Part261.Position = Vector3.new(-0.574076533, 3.38927007, -19.0215836)
  2966. Part261.Rotation = Vector3.new(-47.0900002, -0.280000001, -89.8600006)
  2967. Part261.Color = Color3.new(0.384314, 0.145098, 0.819608)
  2968. Part261.Velocity = Vector3.new(3.48918228e-08, 0.00245641964, 4.58516467e-07)
  2969. Part261.Size = Vector3.new(0.940000057, 0.200000003, 0.285374999)
  2970. Part261.Anchored = true
  2971. Part261.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2972. Part261.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2973. Part261.BrickColor = BrickColor.new("Royal purple")
  2974. Part261.CanCollide = false
  2975. Part261.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2976. Part261.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2977. Part261.Material = Enum.Material.Neon
  2978. Part261.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2979. Part261.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  2980. Part261.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2981. Part261.brickColor = BrickColor.new("Royal purple")
  2982. SpecialMesh262.Parent = Part261
  2983. SpecialMesh262.Scale = Vector3.new(1, 0.300000012, 0.5)
  2984. SpecialMesh262.MeshType = Enum.MeshType.Wedge
  2985. Part263.Parent = Model0
  2986. Part263.CFrame = CFrame.new(-0.640052557, 2.92977762, -15.2103024, 0.00336818164, -0.999985635, -0.00416955911, -0.380026042, -0.00513675297, 0.924961627, -0.924969733, -0.00153089722, -0.380037904)
  2987. Part263.Orientation = Vector3.new(-67.659996, -179.369995, -90.7699966)
  2988. Part263.Position = Vector3.new(-0.640052557, 2.92977762, -15.2103024)
  2989. Part263.Rotation = Vector3.new(-112.339996, -0.239999995, 89.8099976)
  2990. Part263.Color = Color3.new(0.384314, 0.145098, 0.819608)
  2991. Part263.Velocity = Vector3.new(1.07751589e-07, 0.00246435078, 1.41597127e-06)
  2992. Part263.Size = Vector3.new(0.288000047, 0.200000003, 0.27837503)
  2993. Part263.Anchored = true
  2994. Part263.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2995. Part263.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2996. Part263.BrickColor = BrickColor.new("Royal purple")
  2997. Part263.CanCollide = false
  2998. Part263.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2999. Part263.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3000. Part263.Material = Enum.Material.Neon
  3001. Part263.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3002. Part263.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  3003. Part263.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3004. Part263.brickColor = BrickColor.new("Royal purple")
  3005. SpecialMesh264.Parent = Part263
  3006. SpecialMesh264.Scale = Vector3.new(1, 0.300000012, 0.5)
  3007. SpecialMesh264.MeshType = Enum.MeshType.Wedge
  3008. Part265.Parent = Model0
  3009. Part265.CFrame = CFrame.new(-0.611472309, 3.03472614, -13.8177929, 0.999985635, -0.00162807154, 0.00510659395, 0.00513652945, 0.0189459547, -0.999807417, 0.00153100828, 0.999819279, 0.0189540461)
  3010. Part265.Orientation = Vector3.new(88.8799973, 15.0799999, 15.1700001)
  3011. Part265.Position = Vector3.new(-0.611472309, 3.03472614, -13.8177929)
  3012. Part265.Rotation = Vector3.new(88.909996, 0.289999992, 0.0899999961)
  3013. Part265.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3014. Part265.Velocity = Vector3.new(9.11103797e-08, 0.00246725697, 1.1972877e-06)
  3015. Part265.Size = Vector3.new(0.275000006, 0.200000003, 0.303375006)
  3016. Part265.Anchored = true
  3017. Part265.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3018. Part265.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3019. Part265.BrickColor = BrickColor.new("Really black")
  3020. Part265.CanCollide = false
  3021. Part265.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3022. Part265.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3023. Part265.Material = Enum.Material.Glass
  3024. Part265.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3025. Part265.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  3026. Part265.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3027. Part265.brickColor = BrickColor.new("Really black")
  3028. SpecialMesh266.Parent = Part265
  3029. SpecialMesh266.Scale = Vector3.new(0.524999976, 0.5, 0.5)
  3030. SpecialMesh266.MeshType = Enum.MeshType.Wedge
  3031. Part267.Parent = Model0
  3032. Part267.CFrame = CFrame.new(-0.608101904, 3.29321218, -16.8867702, 0.999985635, -0.00103956275, 0.00525853597, 0.00513698952, -0.0943567529, -0.99552536, 0.00153108896, 0.995537996, -0.0943500549)
  3033. Part267.Orientation = Vector3.new(84.5800018, 176.809998, 176.87999)
  3034. Part267.Position = Vector3.new(-0.608101904, 3.29321218, -16.8867702)
  3035. Part267.Rotation = Vector3.new(95.409996, 0.299999982, 0.0599999987)
  3036. Part267.Color = Color3.new(0.0509804, 0.411765, 0.67451)
  3037. Part267.Velocity = Vector3.new(5.0123333e-08, 0.00246086251, 6.5867448e-07)
  3038. Part267.Size = Vector3.new(0.275000006, 0.454124868, 0.214375019)
  3039. Part267.Anchored = true
  3040. Part267.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3041. Part267.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3042. Part267.BrickColor = BrickColor.new("Bright blue")
  3043. Part267.CanCollide = false
  3044. Part267.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3045. Part267.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3046. Part267.Material = Enum.Material.Neon
  3047. Part267.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3048. Part267.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  3049. Part267.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3050. Part267.brickColor = BrickColor.new("Bright blue")
  3051. SpecialMesh268.Parent = Part267
  3052. SpecialMesh268.Scale = Vector3.new(0.449999988, 0.899999976, 0.100000001)
  3053. SpecialMesh268.MeshType = Enum.MeshType.Brick
  3054. Part269.Parent = Model0
  3055. Part269.CFrame = CFrame.new(-0.609975338, 2.71316695, -13.7165575, -0.999985635, -0.00476232171, -0.00245974911, -0.00513671385, 0.720367908, 0.693573296, -0.0015310942, 0.693576038, -0.720381975)
  3056. Part269.Orientation = Vector3.new(-43.9099998, -179.800003, -0.409999996)
  3057. Part269.Position = Vector3.new(-0.609975338, 2.71316695, -13.7165575)
  3058. Part269.Rotation = Vector3.new(-136.089996, -0.140000001, 179.729996)
  3059. Part269.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3060. Part269.Velocity = Vector3.new(1.42098628e-07, 0.00246746815, 1.8673278e-06)
  3061. Part269.Size = Vector3.new(0.275000006, 0.403124899, 0.352375001)
  3062. Part269.Anchored = true
  3063. Part269.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3064. Part269.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3065. Part269.BrickColor = BrickColor.new("Really black")
  3066. Part269.CanCollide = false
  3067. Part269.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3068. Part269.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3069. Part269.Material = Enum.Material.Metal
  3070. Part269.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3071. Part269.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  3072. Part269.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3073. Part269.brickColor = BrickColor.new("Really black")
  3074. SpecialMesh270.Parent = Part269
  3075. SpecialMesh270.Scale = Vector3.new(0.349999994, 1, 1)
  3076. SpecialMesh270.MeshType = Enum.MeshType.Brick
  3077. Part271.Parent = Model0
  3078. Part271.CFrame = CFrame.new(-0.583012402, 3.6639781, -14.1030874, 0.00476215919, 0.999985635, 0.00246015075, -0.720367849, 0.0051368745, -0.693573356, -0.693576038, 0.00153069268, 0.720381975)
  3079. Part271.Orientation = Vector3.new(43.9099998, 0.199999988, -89.5899963)
  3080. Part271.Position = Vector3.new(-0.583012402, 3.6639781, -14.1030874)
  3081. Part271.Rotation = Vector3.new(43.9099998, 0.140000001, -89.7299957)
  3082. Part271.Color = Color3.new(0.384314, 0.145098, 0.819608)
  3083. Part271.Velocity = Vector3.new(-8.66738503e-09, 0.00246666698, -1.13898864e-07)
  3084. Part271.Size = Vector3.new(0.496000022, 0.200000003, 0.280375004)
  3085. Part271.Anchored = true
  3086. Part271.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3087. Part271.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3088. Part271.BrickColor = BrickColor.new("Royal purple")
  3089. Part271.CanCollide = false
  3090. Part271.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3091. Part271.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3092. Part271.Material = Enum.Material.Neon
  3093. Part271.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3094. Part271.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  3095. Part271.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3096. Part271.brickColor = BrickColor.new("Royal purple")
  3097. SpecialMesh272.Parent = Part271
  3098. SpecialMesh272.Scale = Vector3.new(1, 0.300000012, 0.5)
  3099. SpecialMesh272.MeshType = Enum.MeshType.Wedge
  3100. Part273.Parent = Model0
  3101. Part273.CFrame = CFrame.new(-0.573997319, 3.0173018, -17.825201, -0.00108546892, 0.999985635, -0.00524905883, -0.0856661052, 0.00513677904, 0.99631083, 0.996323526, 0.00153113017, 0.0856593028)
  3102. Part273.Orientation = Vector3.new(-85.0800018, -3.50999999, -86.5699997)
  3103. Part273.Position = Vector3.new(-0.573997319, 3.0173018, -17.825201)
  3104. Part273.Rotation = Vector3.new(-85.0899963, -0.299999982, -90.0599976)
  3105. Part273.Color = Color3.new(0.384314, 0.145098, 0.819608)
  3106. Part273.Velocity = Vector3.new(9.38732327e-08, 0.00245891255, 1.23359519e-06)
  3107. Part273.Size = Vector3.new(1.78499997, 0.200000003, 0.301375002)
  3108. Part273.Anchored = true
  3109. Part273.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3110. Part273.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3111. Part273.BrickColor = BrickColor.new("Royal purple")
  3112. Part273.CanCollide = false
  3113. Part273.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3114. Part273.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3115. Part273.Material = Enum.Material.Neon
  3116. Part273.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3117. Part273.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  3118. Part273.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3119. Part273.brickColor = BrickColor.new("Royal purple")
  3120. SpecialMesh274.Parent = Part273
  3121. SpecialMesh274.Scale = Vector3.new(1, 0.300000012, 0.5)
  3122. SpecialMesh274.MeshType = Enum.MeshType.Wedge
  3123. Part275.Parent = Model0
  3124. Part275.CFrame = CFrame.new(-0.614639282, 3.4985106, -13.3051252, -0.999985635, 0.00162801275, 0.00510680024, -0.00513673527, -0.0189461038, -0.999807417, -0.00153094472, -0.999819279, 0.0189541951)
  3125. Part275.Orientation = Vector3.new(88.8799973, 15.0799999, -164.830002)
  3126. Part275.Position = Vector3.new(-0.614639282, 3.4985106, -13.3051252)
  3127. Part275.Rotation = Vector3.new(88.909996, 0.289999992, -179.909988)
  3128. Part275.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3129. Part275.Velocity = Vector3.new(1.75700912e-08, 0.00246832473, 2.30889498e-07)
  3130. Part275.Size = Vector3.new(0.275000006, 0.204125047, 0.207375005)
  3131. Part275.Anchored = true
  3132. Part275.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3133. Part275.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3134. Part275.BrickColor = BrickColor.new("Really black")
  3135. Part275.CanCollide = false
  3136. Part275.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3137. Part275.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3138. Part275.Material = Enum.Material.Metal
  3139. Part275.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3140. Part275.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  3141. Part275.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3142. Part275.brickColor = BrickColor.new("Really black")
  3143. SpecialMesh276.Parent = Part275
  3144. SpecialMesh276.Scale = Vector3.new(0.5, 0.5, 0.5)
  3145. SpecialMesh276.MeshType = Enum.MeshType.Wedge
  3146. Part277.Parent = Model0
  3147. Part277.CFrame = CFrame.new(-0.609530032, 2.79620743, -14.2853489, 0.999985635, 0.00162795268, -0.00510686403, 0.0051367972, -0.0189460143, 0.999807417, 0.00153088395, -0.999819279, -0.0189541057)
  3148. Part277.Orientation = Vector3.new(-88.8799973, -164.919998, 164.830002)
  3149. Part277.Position = Vector3.new(-0.609530032, 2.79620743, -14.2853489)
  3150. Part277.Rotation = Vector3.new(-91.0899963, -0.289999992, -0.0899999961)
  3151. Part277.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3152. Part277.Velocity = Vector3.new(1.28931248e-07, 0.00246628304, 1.6942945e-06)
  3153. Part277.Size = Vector3.new(0.275000006, 0.223999977, 0.375375003)
  3154. Part277.Anchored = true
  3155. Part277.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3156. Part277.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3157. Part277.BrickColor = BrickColor.new("Really black")
  3158. Part277.CanCollide = false
  3159. Part277.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3160. Part277.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3161. Part277.Material = Enum.Material.Glass
  3162. Part277.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3163. Part277.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  3164. Part277.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3165. Part277.brickColor = BrickColor.new("Really black")
  3166. SpecialMesh278.Parent = Part277
  3167. SpecialMesh278.Scale = Vector3.new(0.5, 0.699999988, 0.5)
  3168. SpecialMesh278.MeshType = Enum.MeshType.Brick
  3169. Part279.Parent = Model0
  3170. Part279.CFrame = CFrame.new(-0.578278601, 2.9706955, -14.8714504, -0.00156111596, 0.999985635, -0.00512771122, 0.00585717056, 0.00513677299, 0.99996984, 0.999981761, 0.00153103413, -0.00586510636)
  3171. Part279.Orientation = Vector3.new(-89.5599976, -138.839996, 48.75)
  3172. Part279.Position = Vector3.new(-0.578278601, 2.9706955, -14.8714504)
  3173. Part279.Rotation = Vector3.new(-90.3399963, -0.289999992, -90.0899963)
  3174. Part279.Color = Color3.new(0.384314, 0.145098, 0.819608)
  3175. Part279.Velocity = Vector3.new(1.01263424e-07, 0.00246506673, 1.33070978e-06)
  3176. Part279.Size = Vector3.new(0.49000001, 0.200000003, 0.290374994)
  3177. Part279.Anchored = true
  3178. Part279.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3179. Part279.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3180. Part279.BrickColor = BrickColor.new("Royal purple")
  3181. Part279.CanCollide = false
  3182. Part279.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3183. Part279.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3184. Part279.Material = Enum.Material.Neon
  3185. Part279.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3186. Part279.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  3187. Part279.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3188. Part279.brickColor = BrickColor.new("Royal purple")
  3189. SpecialMesh280.Parent = Part279
  3190. SpecialMesh280.Scale = Vector3.new(1, 0.300000012, 0.5)
  3191. SpecialMesh280.MeshType = Enum.MeshType.Wedge
  3192. Part281.Parent = Model0
  3193. Part281.CFrame = CFrame.new(-0.613238811, 3.32843637, -13.6493177, -0.999985635, -0.00162807142, -0.00510653527, -0.00513647031, 0.0189459249, 0.999807417, -0.00153100933, 0.999819279, -0.0189540163)
  3194. Part281.Orientation = Vector3.new(-88.8799973, -164.919998, -15.1700001)
  3195. Part281.Position = Vector3.new(-0.613238811, 3.32843637, -13.6493177)
  3196. Part281.Rotation = Vector3.new(-91.0899963, -0.289999992, 179.909988)
  3197. Part281.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3198. Part281.Velocity = Vector3.new(4.45380195e-08, 0.00246760761, 5.85277007e-07)
  3199. Part281.Size = Vector3.new(0.275000006, 0.698124886, 0.732374966)
  3200. Part281.Anchored = true
  3201. Part281.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3202. Part281.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3203. Part281.BrickColor = BrickColor.new("Really black")
  3204. Part281.CanCollide = false
  3205. Part281.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3206. Part281.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3207. Part281.Material = Enum.Material.Metal
  3208. Part281.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3209. Part281.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  3210. Part281.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3211. Part281.brickColor = BrickColor.new("Really black")
  3212. SpecialMesh282.Parent = Part281
  3213. SpecialMesh282.Scale = Vector3.new(0.425000012, 1, 1)
  3214. SpecialMesh282.MeshType = Enum.MeshType.Cylinder
  3215. Part283.Parent = Model0
  3216. Part283.CFrame = CFrame.new(-0.614591718, 3.4972918, -13.3320847, -0.999985635, 0.00245974353, -0.0047620195, -0.00513649127, -0.693573475, 0.72036773, -0.00153088977, 0.720381856, 0.693576157)
  3217. Part283.Orientation = Vector3.new(-46.079998, -0.389999986, -179.580002)
  3218. Part283.Position = Vector3.new(-0.614591718, 3.4972918, -13.3320847)
  3219. Part283.Rotation = Vector3.new(-46.0900002, -0.269999981, -179.860001)
  3220. Part283.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3221. Part283.Velocity = Vector3.new(1.77633499e-08, 0.00246826862, 2.33429148e-07)
  3222. Part283.Size = Vector3.new(0.275000006, 0.413124949, 0.622375011)
  3223. Part283.Anchored = true
  3224. Part283.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3225. Part283.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3226. Part283.BrickColor = BrickColor.new("Really black")
  3227. Part283.CanCollide = false
  3228. Part283.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3229. Part283.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3230. Part283.Material = Enum.Material.Metal
  3231. Part283.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3232. Part283.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  3233. Part283.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3234. Part283.brickColor = BrickColor.new("Really black")
  3235. SpecialMesh284.Parent = Part283
  3236. SpecialMesh284.Scale = Vector3.new(0.400000006, 1.04999995, 0.5)
  3237. SpecialMesh284.MeshType = Enum.MeshType.Brick
  3238. Part285.Parent = Model0
  3239. Part285.CFrame = CFrame.new(-0.615438342, 3.25487208, -11.9645395, -0.999985635, 0.00162786292, 0.00510683237, -0.00513676414, -0.0189459566, -0.999807417, -0.00153079513, -0.999819279, 0.0189540461)
  3240. Part285.Orientation = Vector3.new(88.8799973, 15.0799999, -164.830002)
  3241. Part285.Position = Vector3.new(-0.615438342, 3.25487208, -11.9645395)
  3242. Part285.Rotation = Vector3.new(88.909996, 0.289999992, -179.909988)
  3243. Part285.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3244. Part285.Velocity = Vector3.new(5.62028113e-08, 0.002471118, 7.38564609e-07)
  3245. Part285.Size = Vector3.new(0.275000006, 0.206125051, 0.280375004)
  3246. Part285.Anchored = true
  3247. Part285.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3248. Part285.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3249. Part285.BrickColor = BrickColor.new("Really black")
  3250. Part285.CanCollide = false
  3251. Part285.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3252. Part285.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3253. Part285.Material = Enum.Material.Metal
  3254. Part285.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3255. Part285.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  3256. Part285.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3257. Part285.brickColor = BrickColor.new("Really black")
  3258. SpecialMesh286.Parent = Part285
  3259. SpecialMesh286.Scale = Vector3.new(0.400000006, 0.560000002, 0.5)
  3260. SpecialMesh286.MeshType = Enum.MeshType.Wedge
  3261. Part287.Parent = Model0
  3262. Part287.CFrame = CFrame.new(-0.613306701, 3.18584442, -13.1265478, -0.999985635, -0.00162807154, -0.00510656228, -0.00513649778, 0.0189459547, 0.999807417, -0.00153100886, 0.999819279, -0.0189540461)
  3263. Part287.Orientation = Vector3.new(-88.8799973, -164.919998, -15.1700001)
  3264. Part287.Position = Vector3.new(-0.613306701, 3.18584442, -13.1265478)
  3265. Part287.Rotation = Vector3.new(-91.0899963, -0.289999992, 179.909988)
  3266. Part287.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3267. Part287.Velocity = Vector3.new(6.71482141e-08, 0.00246869703, 8.82399092e-07)
  3268. Part287.Size = Vector3.new(0.275000006, 0.567124963, 0.311374992)
  3269. Part287.Anchored = true
  3270. Part287.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3271. Part287.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3272. Part287.BrickColor = BrickColor.new("Really black")
  3273. Part287.CanCollide = false
  3274. Part287.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3275. Part287.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3276. Part287.Material = Enum.Material.Metal
  3277. Part287.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3278. Part287.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  3279. Part287.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3280. Part287.brickColor = BrickColor.new("Really black")
  3281. SpecialMesh288.Parent = Part287
  3282. SpecialMesh288.Scale = Vector3.new(0.400000006, 1.04999995, 0.5)
  3283. SpecialMesh288.MeshType = Enum.MeshType.Brick
  3284. Part289.Parent = Model0
  3285. Part289.CFrame = CFrame.new(-0.646988273, 3.68078995, -13.1990242, 0.00245985761, -0.999985635, 0.00476197852, -0.693573356, -0.00513654156, -0.720367849, 0.720381916, -0.00153077836, -0.693576097)
  3286. Part289.Orientation = Vector3.new(46.079998, 179.610001, -90.4199982)
  3287. Part289.Position = Vector3.new(-0.646988273, 3.68078995, -13.1990242)
  3288. Part289.Rotation = Vector3.new(133.910004, 0.269999981, 89.8600006)
  3289. Part289.Color = Color3.new(0.384314, 0.145098, 0.819608)
  3290. Part289.Velocity = Vector3.new(-1.13331566e-08, 0.00246854057, -1.48930098e-07)
  3291. Part289.Size = Vector3.new(0.496000022, 0.200000003, 0.280375004)
  3292. Part289.Anchored = true
  3293. Part289.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3294. Part289.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3295. Part289.BrickColor = BrickColor.new("Royal purple")
  3296. Part289.CanCollide = false
  3297. Part289.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3298. Part289.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3299. Part289.Material = Enum.Material.Neon
  3300. Part289.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3301. Part289.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  3302. Part289.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3303. Part289.brickColor = BrickColor.new("Royal purple")
  3304. SpecialMesh290.Parent = Part289
  3305. SpecialMesh290.Scale = Vector3.new(1, 0.300000012, 0.5)
  3306. SpecialMesh290.MeshType = Enum.MeshType.Wedge
  3307. Part291.Parent = Model0
  3308. Part291.CFrame = CFrame.new(-0.611590862, 3.29178786, -14.6020966, 0.999985635, -0.00510681886, -0.00162807701, 0.00513675623, 0.999807417, 0.0189470276, 0.00153100397, -0.018955119, 0.999819279)
  3309. Part291.Orientation = Vector3.new(-1.09000003, -0.0899999961, 0.289999992)
  3310. Part291.Position = Vector3.new(-0.611590862, 3.29178786, -14.6020966)
  3311. Part291.Rotation = Vector3.new(-1.09000003, -0.0899999961, 0.289999992)
  3312. Part291.Color = Color3.new(0.972549, 0.972549, 0.972549)
  3313. Part291.Velocity = Vector3.new(5.03492039e-08, 0.00246562273, 6.61642332e-07)
  3314. Part291.Size = Vector3.new(0.275000006, 0.200124964, 0.287375033)
  3315. Part291.Anchored = true
  3316. Part291.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3317. Part291.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3318. Part291.BrickColor = BrickColor.new("Institutional white")
  3319. Part291.CanCollide = false
  3320. Part291.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3321. Part291.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3322. Part291.Material = Enum.Material.Metal
  3323. Part291.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3324. Part291.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  3325. Part291.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3326. Part291.brickColor = BrickColor.new("Institutional white")
  3327. SpecialMesh292.Parent = Part291
  3328. SpecialMesh292.Scale = Vector3.new(0.560000002, 1, 0.899999976)
  3329. SpecialMesh292.MeshType = Enum.MeshType.Wedge
  3330. Part293.Parent = Model0
  3331. Part293.CFrame = CFrame.new(-0.636496425, 3.01698065, -17.8252964, 0.00108537939, -0.999985635, -0.00524905883, 0.0856661052, -0.00513678649, 0.99631083, -0.996323466, -0.00153104111, 0.0856593102)
  3332. Part293.Orientation = Vector3.new(-85.0800018, -3.50999999, 93.4300003)
  3333. Part293.Position = Vector3.new(-0.636496425, 3.01698065, -17.8252964)
  3334. Part293.Rotation = Vector3.new(-85.0899963, -0.299999982, 89.9399948)
  3335. Part293.Color = Color3.new(0.384314, 0.145098, 0.819608)
  3336. Part293.Velocity = Vector3.new(9.39241573e-08, 0.00245890254, 1.23426435e-06)
  3337. Part293.Size = Vector3.new(1.78499997, 0.200000003, 0.301375002)
  3338. Part293.Anchored = true
  3339. Part293.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3340. Part293.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3341. Part293.BrickColor = BrickColor.new("Royal purple")
  3342. Part293.CanCollide = false
  3343. Part293.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3344. Part293.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3345. Part293.Material = Enum.Material.Neon
  3346. Part293.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3347. Part293.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  3348. Part293.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3349. Part293.brickColor = BrickColor.new("Royal purple")
  3350. SpecialMesh294.Parent = Part293
  3351. SpecialMesh294.Scale = Vector3.new(1, 0.300000012, 0.5)
  3352. SpecialMesh294.MeshType = Enum.MeshType.Wedge
  3353. Part295.Parent = Model0
  3354. Part295.CFrame = CFrame.new(-0.611132324, 3.1960454, -14.5803022, 0.999985635, 0.00162786234, -0.00510698371, 0.00513691502, -0.0189458374, 0.999807417, 0.00153079221, -0.999819279, -0.0189539269)
  3355. Part295.Orientation = Vector3.new(-88.8799973, -164.919998, 164.830002)
  3356. Part295.Position = Vector3.new(-0.611132324, 3.1960454, -14.5803022)
  3357. Part295.Rotation = Vector3.new(-91.0899963, -0.289999992, -0.0899999961)
  3358. Part295.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3359. Part295.Velocity = Vector3.new(6.55306707e-08, 0.00246566813, 8.61143121e-07)
  3360. Part295.Size = Vector3.new(0.275000006, 0.277124941, 0.702375054)
  3361. Part295.Anchored = true
  3362. Part295.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3363. Part295.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3364. Part295.BrickColor = BrickColor.new("Really black")
  3365. Part295.CanCollide = false
  3366. Part295.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3367. Part295.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3368. Part295.Material = Enum.Material.Glass
  3369. Part295.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3370. Part295.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  3371. Part295.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3372. Part295.brickColor = BrickColor.new("Really black")
  3373. SpecialMesh296.Parent = Part295
  3374. SpecialMesh296.Scale = Vector3.new(0.550000012, 0.5, 0.800000012)
  3375. SpecialMesh296.MeshType = Enum.MeshType.Brick
  3376. Part297.Parent = Model0
  3377. Part297.CFrame = CFrame.new(-0.610346913, 2.907269, -14.1244287, 0.999985635, 0.00162795268, -0.00510686403, 0.0051367972, -0.0189460143, 0.999807417, 0.00153088395, -0.999819279, -0.0189541057)
  3378. Part297.Orientation = Vector3.new(-88.8799973, -164.919998, 164.830002)
  3379. Part297.Position = Vector3.new(-0.610346913, 2.907269, -14.1244287)
  3380. Part297.Rotation = Vector3.new(-91.0899963, -0.289999992, -0.0899999961)
  3381. Part297.Color = Color3.new(0.0509804, 0.411765, 0.67451)
  3382. Part297.Velocity = Vector3.new(1.11320702e-07, 0.00246661808, 1.462873e-06)
  3383. Part297.Size = Vector3.new(0.275000006, 0.207000002, 0.213375002)
  3384. Part297.Anchored = true
  3385. Part297.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3386. Part297.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3387. Part297.BrickColor = BrickColor.new("Bright blue")
  3388. Part297.CanCollide = false
  3389. Part297.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3390. Part297.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3391. Part297.Material = Enum.Material.Neon
  3392. Part297.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3393. Part297.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  3394. Part297.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3395. Part297.brickColor = BrickColor.new("Bright blue")
  3396. SpecialMesh298.Parent = Part297
  3397. SpecialMesh298.Scale = Vector3.new(0.550000012, 0.25, 0.5)
  3398. SpecialMesh298.MeshType = Enum.MeshType.Wedge
  3399. Part299.Parent = Model0
  3400. Part299.CFrame = CFrame.new(-0.617512941, 3.42300797, -11.1735916, 0.999985635, -0.00206693518, 0.00494515104, 0.00513641397, 0.106012821, -0.994351625, 0.00153101049, 0.994362772, 0.106021926)
  3401. Part299.Orientation = Vector3.new(83.909996, 2.66999984, 2.76999998)
  3402. Part299.Position = Vector3.new(-0.617512941, 3.42300797, -11.1735916)
  3403. Part299.Rotation = Vector3.new(83.909996, 0.280000001, 0.119999997)
  3404. Part299.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3405. Part299.Velocity = Vector3.new(2.95422424e-08, 0.00247276574, 3.88216051e-07)
  3406. Part299.Size = Vector3.new(0.275000006, 0.223124996, 0.234375)
  3407. Part299.Anchored = true
  3408. Part299.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3409. Part299.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3410. Part299.BrickColor = BrickColor.new("Really black")
  3411. Part299.CanCollide = false
  3412. Part299.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3413. Part299.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3414. Part299.Material = Enum.Material.Metal
  3415. Part299.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3416. Part299.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  3417. Part299.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3418. Part299.brickColor = BrickColor.new("Really black")
  3419. SpecialMesh300.Parent = Part299
  3420. SpecialMesh300.Scale = Vector3.new(0.5, 1, 0.400000006)
  3421. SpecialMesh300.MeshType = Enum.MeshType.Brick
  3422. Part301.Parent = Model0
  3423. Part301.CFrame = CFrame.new(-0.60622716, 3.20835805, -17.8265324, -0.999985635, 0.00525827007, -0.00103986717, -0.00513669662, -0.995525479, -0.0943559632, -0.00153136277, -0.0943492651, 0.995538116)
  3424. Part301.Orientation = Vector3.new(5.40999985, -0.0599999987, -179.699997)
  3425. Part301.Position = Vector3.new(-0.60622716, 3.20835805, -17.8265324)
  3426. Part301.Rotation = Vector3.new(5.40999985, -0.0599999987, -179.699997)
  3427. Part301.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3428. Part301.Velocity = Vector3.new(6.35782698e-08, 0.00245890464, 8.35486958e-07)
  3429. Part301.Size = Vector3.new(0.275000006, 0.235124931, 1.6693753)
  3430. Part301.Anchored = true
  3431. Part301.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3432. Part301.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3433. Part301.BrickColor = BrickColor.new("Really black")
  3434. Part301.CanCollide = false
  3435. Part301.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3436. Part301.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3437. Part301.Material = Enum.Material.Metal
  3438. Part301.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3439. Part301.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  3440. Part301.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3441. Part301.brickColor = BrickColor.new("Really black")
  3442. SpecialMesh302.Parent = Part301
  3443. SpecialMesh302.Scale = Vector3.new(0.400000006, 1.04999995, 1)
  3444. SpecialMesh302.MeshType = Enum.MeshType.Brick
  3445. Part303.Parent = Model0
  3446. Part303.CFrame = CFrame.new(-0.610610962, 2.80771255, -13.6187115, -0.999985635, -0.00162816129, -0.00510662561, -0.00513656298, 0.0189460143, 0.999807417, -0.00153109711, 0.999819279, -0.0189541057)
  3447. Part303.Orientation = Vector3.new(-88.8799973, -164.919998, -15.1700001)
  3448. Part303.Position = Vector3.new(-0.610610962, 2.80771255, -13.6187115)
  3449. Part303.Rotation = Vector3.new(-91.0899963, -0.289999992, 179.909988)
  3450. Part303.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3451. Part303.Velocity = Vector3.new(1.27106944e-07, 0.00246767187, 1.67032101e-06)
  3452. Part303.Size = Vector3.new(0.275000006, 0.368124902, 0.378374994)
  3453. Part303.Anchored = true
  3454. Part303.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3455. Part303.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3456. Part303.BrickColor = BrickColor.new("Really black")
  3457. Part303.CanCollide = false
  3458. Part303.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3459. Part303.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3460. Part303.Material = Enum.Material.Glass
  3461. Part303.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3462. Part303.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  3463. Part303.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3464. Part303.brickColor = BrickColor.new("Really black")
  3465. SpecialMesh304.Parent = Part303
  3466. SpecialMesh304.Scale = Vector3.new(0.400000006, 1, 1)
  3467. SpecialMesh304.MeshType = Enum.MeshType.Wedge
  3468. Part305.Parent = Model0
  3469. Part305.CFrame = CFrame.new(-0.608244181, 3.38925195, -17.114748, 0.999985635, 0.00432614516, 0.00316458894, 0.00513666775, -0.942128837, -0.335212082, 0.00153127394, 0.335223496, -0.942137599)
  3470. Part305.Orientation = Vector3.new(19.5900002, 179.809998, 179.690002)
  3471. Part305.Position = Vector3.new(-0.608244181, 3.38925195, -17.114748)
  3472. Part305.Rotation = Vector3.new(160.410004, 0.179999992, -0.25)
  3473. Part305.Color = Color3.new(0.0509804, 0.411765, 0.67451)
  3474. Part305.Velocity = Vector3.new(3.48947182e-08, 0.00246038754, 4.5855424e-07)
  3475. Part305.Size = Vector3.new(0.275000006, 0.35212487, 0.214375019)
  3476. Part305.Anchored = true
  3477. Part305.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3478. Part305.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3479. Part305.BrickColor = BrickColor.new("Bright blue")
  3480. Part305.CanCollide = false
  3481. Part305.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3482. Part305.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3483. Part305.Material = Enum.Material.Neon
  3484. Part305.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3485. Part305.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  3486. Part305.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3487. Part305.brickColor = BrickColor.new("Bright blue")
  3488. SpecialMesh306.Parent = Part305
  3489. SpecialMesh306.Scale = Vector3.new(0.449999988, 0.5, 0.100000001)
  3490. SpecialMesh306.MeshType = Enum.MeshType.Brick
  3491. Part307.Parent = Model0
  3492. Part307.CFrame = CFrame.new(-0.610837221, 3.46367049, -15.6710596, 0.999985635, 0.00347598689, -0.00408008695, 0.00513679162, -0.404108554, 0.914696753, 0.00153067545, -0.914704561, -0.404120624)
  3493. Part307.Orientation = Vector3.new(-66.159996, -179.419998, 179.269989)
  3494. Part307.Position = Vector3.new(-0.610837221, 3.46367049, -15.6710596)
  3495. Part307.Rotation = Vector3.new(-113.839996, -0.229999989, -0.199999988)
  3496. Part307.Color = Color3.new(0.384314, 0.145098, 0.819608)
  3497. Part307.Velocity = Vector3.new(2.30945076e-08, 0.00246339524, 3.03486615e-07)
  3498. Part307.Size = Vector3.new(0.200000003, 0.217000008, 0.200375021)
  3499. Part307.Anchored = true
  3500. Part307.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3501. Part307.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3502. Part307.BrickColor = BrickColor.new("Royal purple")
  3503. Part307.CanCollide = false
  3504. Part307.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3505. Part307.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3506. Part307.Material = Enum.Material.Neon
  3507. Part307.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3508. Part307.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  3509. Part307.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3510. Part307.brickColor = BrickColor.new("Royal purple")
  3511. SpecialMesh308.Parent = Part307
  3512. SpecialMesh308.Scale = Vector3.new(0.560000002, 0.200000003, 0.600000024)
  3513. SpecialMesh308.MeshType = Enum.MeshType.Brick
  3514. Part309.Parent = Model0
  3515. Part309.CFrame = CFrame.new(-0.609296381, 2.72693467, -14.2067709, 0.999985635, -0.00162807154, 0.00510647474, 0.00513641024, 0.0189459547, -0.999807417, 0.00153101049, 0.999819279, 0.0189540461)
  3516. Part309.Orientation = Vector3.new(88.8799973, 15.0799999, 15.1700001)
  3517. Part309.Position = Vector3.new(-0.609296381, 2.72693467, -14.2067709)
  3518. Part309.Rotation = Vector3.new(88.909996, 0.289999992, 0.0899999961)
  3519. Part309.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3520. Part309.Velocity = Vector3.new(1.39915542e-07, 0.00246644672, 1.83863972e-06)
  3521. Part309.Size = Vector3.new(0.275000006, 0.315999985, 0.310375005)
  3522. Part309.Anchored = true
  3523. Part309.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3524. Part309.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3525. Part309.BrickColor = BrickColor.new("Really black")
  3526. Part309.CanCollide = false
  3527. Part309.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3528. Part309.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3529. Part309.Material = Enum.Material.Glass
  3530. Part309.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3531. Part309.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  3532. Part309.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3533. Part309.brickColor = BrickColor.new("Really black")
  3534. SpecialMesh310.Parent = Part309
  3535. SpecialMesh310.Scale = Vector3.new(0.5, 1, 0.5)
  3536. SpecialMesh310.MeshType = Enum.MeshType.Wedge
  3537. Part311.Parent = Model0
  3538. Part311.CFrame = CFrame.new(-0.610869706, 2.96894002, -13.990572, -0.999985635, -0.00162807154, -0.00510650687, -0.00513644237, 0.0189459547, 0.999807417, -0.00153100991, 0.999819279, -0.0189540461)
  3539. Part311.Orientation = Vector3.new(-88.8799973, -164.919998, -15.1700001)
  3540. Part311.Position = Vector3.new(-0.610869706, 2.96894002, -13.990572)
  3541. Part311.Rotation = Vector3.new(-91.0899963, -0.289999992, 179.909988)
  3542. Part311.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3543. Part311.Velocity = Vector3.new(1.01541801e-07, 0.00246689701, 1.33436765e-06)
  3544. Part311.Size = Vector3.new(0.275000006, 0.214124978, 0.205375016)
  3545. Part311.Anchored = true
  3546. Part311.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3547. Part311.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3548. Part311.BrickColor = BrickColor.new("Really black")
  3549. Part311.CanCollide = false
  3550. Part311.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3551. Part311.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3552. Part311.Material = Enum.Material.Metal
  3553. Part311.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3554. Part311.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  3555. Part311.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3556. Part311.brickColor = BrickColor.new("Really black")
  3557. SpecialMesh312.Parent = Part311
  3558. SpecialMesh312.Scale = Vector3.new(0.569999993, 0.75, 0.75)
  3559. SpecialMesh312.MeshType = Enum.MeshType.Brick
  3560. Part313.Parent = Model0
  3561. Part313.CFrame = CFrame.new(-0.610455632, 3.45922971, -15.9053869, 0.999985635, 0.00347598689, -0.00408008695, 0.00513679162, -0.404108554, 0.914696753, 0.00153067545, -0.914704561, -0.404120624)
  3562. Part313.Orientation = Vector3.new(-66.159996, -179.419998, 179.269989)
  3563. Part313.Position = Vector3.new(-0.610455632, 3.45922971, -15.9053869)
  3564. Part313.Rotation = Vector3.new(-113.839996, -0.229999989, -0.199999988)
  3565. Part313.Color = Color3.new(0.384314, 0.145098, 0.819608)
  3566. Part313.Velocity = Vector3.new(2.37986608e-08, 0.00246290723, 3.12739985e-07)
  3567. Part313.Size = Vector3.new(0.200000003, 0.217000008, 0.200375021)
  3568. Part313.Anchored = true
  3569. Part313.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3570. Part313.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3571. Part313.BrickColor = BrickColor.new("Royal purple")
  3572. Part313.CanCollide = false
  3573. Part313.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3574. Part313.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3575. Part313.Material = Enum.Material.Neon
  3576. Part313.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3577. Part313.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  3578. Part313.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3579. Part313.brickColor = BrickColor.new("Royal purple")
  3580. SpecialMesh314.Parent = Part313
  3581. SpecialMesh314.Scale = Vector3.new(0.560000002, 0.200000003, 0.600000024)
  3582. SpecialMesh314.MeshType = Enum.MeshType.Brick
  3583. Part315.Parent = Model0
  3584. Part315.CFrame = CFrame.new(-0.61787647, 3.39316416, -10.8383427, 0.999985635, -0.00162795314, 0.00510659395, 0.00513652712, 0.0189461038, -0.999807417, 0.00153088907, 0.999819279, 0.0189541951)
  3585. Part315.Orientation = Vector3.new(88.8799973, 15.0799999, 15.1700001)
  3586. Part315.Position = Vector3.new(-0.61787647, 3.39316416, -10.8383427)
  3587. Part315.Rotation = Vector3.new(88.909996, 0.289999992, 0.0899999961)
  3588. Part315.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3589. Part315.Velocity = Vector3.new(3.42744499e-08, 0.00247346424, 4.50402268e-07)
  3590. Part315.Size = Vector3.new(0.275000006, 0.578125, 0.234375)
  3591. Part315.Anchored = true
  3592. Part315.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3593. Part315.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3594. Part315.BrickColor = BrickColor.new("Really black")
  3595. Part315.CanCollide = false
  3596. Part315.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3597. Part315.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3598. Part315.Material = Enum.Material.Metal
  3599. Part315.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3600. Part315.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  3601. Part315.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3602. Part315.brickColor = BrickColor.new("Really black")
  3603. SpecialMesh316.Parent = Part315
  3604. SpecialMesh316.Scale = Vector3.new(0.5, 1.04999995, 0.400000006)
  3605. SpecialMesh316.MeshType = Enum.MeshType.Brick
  3606. Part317.Parent = Model0
  3607. Part317.CFrame = CFrame.new(-0.613369107, 3.18659282, -13.087059, -0.999985635, -0.00162807154, -0.00510656228, -0.00513649778, 0.0189459547, 0.999807417, -0.00153100886, 0.999819279, -0.0189540461)
  3608. Part317.Orientation = Vector3.new(-88.8799973, -164.919998, -15.1700001)
  3609. Part317.Position = Vector3.new(-0.613369107, 3.18659282, -13.087059)
  3610. Part317.Rotation = Vector3.new(-91.0899963, -0.289999992, 179.909988)
  3611. Part317.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3612. Part317.Velocity = Vector3.new(6.70295464e-08, 0.00246877922, 8.8083965e-07)
  3613. Part317.Size = Vector3.new(0.275000006, 0.248124972, 0.311374992)
  3614. Part317.Anchored = true
  3615. Part317.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3616. Part317.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3617. Part317.BrickColor = BrickColor.new("Really black")
  3618. Part317.CanCollide = false
  3619. Part317.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3620. Part317.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3621. Part317.Material = Enum.Material.Metal
  3622. Part317.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3623. Part317.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  3624. Part317.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3625. Part317.brickColor = BrickColor.new("Really black")
  3626. SpecialMesh318.Parent = Part317
  3627. SpecialMesh318.Scale = Vector3.new(0.400000006, 1.04999995, 0.5)
  3628. SpecialMesh318.MeshType = Enum.MeshType.Brick
  3629. Part319.Parent = Model0
  3630. Part319.CFrame = CFrame.new(-0.610582829, 3.460711, -15.82728, 0.999985635, 0.00347598689, -0.00408008695, 0.00513679162, -0.404108554, 0.914696753, 0.00153067545, -0.914704561, -0.404120624)
  3631. Part319.Orientation = Vector3.new(-66.159996, -179.419998, 179.269989)
  3632. Part319.Position = Vector3.new(-0.610582829, 3.460711, -15.82728)
  3633. Part319.Rotation = Vector3.new(-113.839996, -0.229999989, -0.199999988)
  3634. Part319.Color = Color3.new(0.384314, 0.145098, 0.819608)
  3635. Part319.Velocity = Vector3.new(2.35637785e-08, 0.00246306974, 3.09653387e-07)
  3636. Part319.Size = Vector3.new(0.200000003, 0.217000008, 0.200375021)
  3637. Part319.Anchored = true
  3638. Part319.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3639. Part319.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3640. Part319.BrickColor = BrickColor.new("Royal purple")
  3641. Part319.CanCollide = false
  3642. Part319.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3643. Part319.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3644. Part319.Material = Enum.Material.Neon
  3645. Part319.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3646. Part319.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  3647. Part319.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3648. Part319.brickColor = BrickColor.new("Royal purple")
  3649. SpecialMesh320.Parent = Part319
  3650. SpecialMesh320.Scale = Vector3.new(0.560000002, 0.200000003, 0.600000024)
  3651. SpecialMesh320.MeshType = Enum.MeshType.Brick
  3652. Part321.Parent = Model0
  3653. Part321.CFrame = CFrame.new(-0.611585259, 3.11314392, -14.0068893, 0.999985635, 0.00162774313, -0.00510693667, 0.00513686566, -0.0189458374, 0.999807417, 0.00153067405, -0.999819279, -0.0189539269)
  3654. Part321.Orientation = Vector3.new(-88.8799973, -164.919998, 164.830002)
  3655. Part321.Position = Vector3.new(-0.611585259, 3.11314392, -14.0068893)
  3656. Part321.Rotation = Vector3.new(-91.0899963, -0.289999992, -0.0899999961)
  3657. Part321.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3658. Part321.Velocity = Vector3.new(7.86760097e-08, 0.00246686279, 1.03388675e-06)
  3659. Part321.Size = Vector3.new(0.275000006, 0.709124923, 0.47437498)
  3660. Part321.Anchored = true
  3661. Part321.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3662. Part321.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3663. Part321.BrickColor = BrickColor.new("Really black")
  3664. Part321.CanCollide = false
  3665. Part321.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3666. Part321.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3667. Part321.Material = Enum.Material.Metal
  3668. Part321.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3669. Part321.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  3670. Part321.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3671. Part321.brickColor = BrickColor.new("Really black")
  3672. SpecialMesh322.Parent = Part321
  3673. SpecialMesh322.Scale = Vector3.new(0.5, 1.04999995, 0.800000012)
  3674. SpecialMesh322.MeshType = Enum.MeshType.Brick
  3675. Part323.Parent = Model0
  3676. Part323.CFrame = CFrame.new(-0.610941768, 3.01069665, -14.083005, -0.999985635, 0.00162795174, 0.00510683283, -0.00513676554, -0.0189458355, -0.999807417, -0.00153088453, -0.999819279, 0.0189539269)
  3677. Part323.Orientation = Vector3.new(88.8799973, 15.0799999, -164.830002)
  3678. Part323.Position = Vector3.new(-0.610941768, 3.01069665, -14.083005)
  3679. Part323.Rotation = Vector3.new(88.909996, 0.289999992, -179.909988)
  3680. Part323.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3681. Part323.Velocity = Vector3.new(9.49206296e-08, 0.00246670446, 1.24735845e-06)
  3682. Part323.Size = Vector3.new(0.275000006, 0.252000004, 0.213375002)
  3683. Part323.Anchored = true
  3684. Part323.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3685. Part323.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3686. Part323.BrickColor = BrickColor.new("Really black")
  3687. Part323.CanCollide = false
  3688. Part323.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3689. Part323.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3690. Part323.Material = Enum.Material.Metal
  3691. Part323.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3692. Part323.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  3693. Part323.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3694. Part323.brickColor = BrickColor.new("Really black")
  3695. SpecialMesh324.Parent = Part323
  3696. SpecialMesh324.Scale = Vector3.new(0.569999993, 0.125, 0.375)
  3697. SpecialMesh324.MeshType = Enum.MeshType.Wedge
  3698. Part325.Parent = Model0
  3699. Part325.CFrame = CFrame.new(-0.61388576, 3.20741606, -12.8194075, -0.999985635, 0.00162786373, 0.00510683237, -0.00513676414, -0.0189461056, -0.999807417, -0.00153079513, -0.999819279, 0.0189541951)
  3700. Part325.Orientation = Vector3.new(88.8799973, 15.0799999, -164.830002)
  3701. Part325.Position = Vector3.new(-0.61388576, 3.20741606, -12.8194075)
  3702. Part325.Rotation = Vector3.new(88.909996, 0.289999992, -179.909988)
  3703. Part325.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3704. Part325.Velocity = Vector3.new(6.37276969e-08, 0.00246933685, 8.37449761e-07)
  3705. Part325.Size = Vector3.new(0.275000006, 0.244125068, 0.416375011)
  3706. Part325.Anchored = true
  3707. Part325.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3708. Part325.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3709. Part325.BrickColor = BrickColor.new("Really black")
  3710. Part325.CanCollide = false
  3711. Part325.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3712. Part325.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3713. Part325.Material = Enum.Material.Metal
  3714. Part325.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3715. Part325.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  3716. Part325.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3717. Part325.brickColor = BrickColor.new("Really black")
  3718. SpecialMesh326.Parent = Part325
  3719. SpecialMesh326.Scale = Vector3.new(0.5, 0.560000002, 0.5)
  3720. SpecialMesh326.MeshType = Enum.MeshType.Wedge
  3721. Part327.Parent = Model0
  3722. Part327.CFrame = CFrame.new(-0.609650612, 3.31554532, -15.9490957, 0.999985635, 0.00326791825, 0.00424884167, 0.00513684331, -0.810688972, -0.585454702, 0.00153127068, 0.585468173, -0.810694098)
  3723. Part327.Orientation = Vector3.new(35.8400002, 179.699997, 179.639999)
  3724. Part327.Position = Vector3.new(-0.609650612, 3.31554532, -15.9490957)
  3725. Part327.Rotation = Vector3.new(144.160004, 0.239999995, -0.189999998)
  3726. Part327.Color = Color3.new(0.0509804, 0.411765, 0.67451)
  3727. Part327.Velocity = Vector3.new(4.65820733e-08, 0.00246281619, 6.12138422e-07)
  3728. Part327.Size = Vector3.new(0.275000006, 0.237124875, 0.214375019)
  3729. Part327.Anchored = true
  3730. Part327.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3731. Part327.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3732. Part327.BrickColor = BrickColor.new("Bright blue")
  3733. Part327.CanCollide = false
  3734. Part327.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3735. Part327.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3736. Part327.Material = Enum.Material.Neon
  3737. Part327.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3738. Part327.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  3739. Part327.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3740. Part327.brickColor = BrickColor.new("Bright blue")
  3741. SpecialMesh328.Parent = Part327
  3742. SpecialMesh328.Scale = Vector3.new(0.449999988, 0.800000012, 0.100000001)
  3743. SpecialMesh328.MeshType = Enum.MeshType.Brick
  3744. Part329.Parent = Model0
  3745. Part329.CFrame = CFrame.new(-0.612260759, 3.04390216, -13.3335075, -0.999985635, -0.00162807154, -0.00510656228, -0.00513649778, 0.0189459547, 0.999807417, -0.00153100886, 0.999819279, -0.0189540461)
  3746. Part329.Orientation = Vector3.new(-88.8799973, -164.919998, -15.1700001)
  3747. Part329.Position = Vector3.new(-0.612260759, 3.04390216, -13.3335075)
  3748. Part329.Rotation = Vector3.new(-91.0899963, -0.289999992, 179.909988)
  3749. Part329.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3750. Part329.Velocity = Vector3.new(8.96553871e-08, 0.00246826583, 1.17816739e-06)
  3751. Part329.Size = Vector3.new(0.275000006, 0.200000003, 0.303375006)
  3752. Part329.Anchored = true
  3753. Part329.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3754. Part329.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3755. Part329.BrickColor = BrickColor.new("Really black")
  3756. Part329.CanCollide = false
  3757. Part329.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3758. Part329.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3759. Part329.Material = Enum.Material.Metal
  3760. Part329.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3761. Part329.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  3762. Part329.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3763. Part329.brickColor = BrickColor.new("Really black")
  3764. SpecialMesh330.Parent = Part329
  3765. SpecialMesh330.Scale = Vector3.new(0.5, 0.5, 0.5)
  3766. SpecialMesh330.MeshType = Enum.MeshType.Wedge
  3767. Part331.Parent = Model0
  3768. Part331.CFrame = CFrame.new(-0.614394248, 3.36069822, -13.0015078, -0.999985635, 0.00245974353, -0.0047620195, -0.00513649127, -0.693573475, 0.72036773, -0.00153088977, 0.720381856, 0.693576157)
  3769. Part331.Orientation = Vector3.new(-46.079998, -0.389999986, -179.580002)
  3770. Part331.Position = Vector3.new(-0.614394248, 3.36069822, -13.0015078)
  3771. Part331.Rotation = Vector3.new(-46.0900002, -0.269999981, -179.860001)
  3772. Part331.Color = Color3.new(0.803922, 0.803922, 0.803922)
  3773. Part331.Velocity = Vector3.new(3.94224067e-08, 0.00246895733, 5.18052275e-07)
  3774. Part331.Size = Vector3.new(0.275000006, 0.216124982, 0.280375004)
  3775. Part331.Anchored = true
  3776. Part331.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3777. Part331.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3778. Part331.BrickColor = BrickColor.new("Mid gray")
  3779. Part331.CanCollide = false
  3780. Part331.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3781. Part331.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3782. Part331.Material = Enum.Material.Metal
  3783. Part331.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3784. Part331.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  3785. Part331.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3786. Part331.brickColor = BrickColor.new("Mid gray")
  3787. SpecialMesh332.Parent = Part331
  3788. SpecialMesh332.Scale = Vector3.new(0.349999994, 1.04999995, 0.5)
  3789. SpecialMesh332.MeshType = Enum.MeshType.Brick
  3790. Part333.Parent = Model0
  3791. Part333.CFrame = CFrame.new(-0.610709965, 3.46219134, -15.7491703, 0.999985635, 0.00347598689, -0.00408008695, 0.00513679162, -0.404108554, 0.914696753, 0.00153067545, -0.914704561, -0.404120624)
  3792. Part333.Orientation = Vector3.new(-66.159996, -179.419998, 179.269989)
  3793. Part333.Position = Vector3.new(-0.610709965, 3.46219134, -15.7491703)
  3794. Part333.Rotation = Vector3.new(-113.839996, -0.229999989, -0.199999988)
  3795. Part333.Color = Color3.new(0.384314, 0.145098, 0.819608)
  3796. Part333.Velocity = Vector3.new(2.33290489e-08, 0.00246323249, 3.06568751e-07)
  3797. Part333.Size = Vector3.new(0.200000003, 0.217000008, 0.200375021)
  3798. Part333.Anchored = true
  3799. Part333.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3800. Part333.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3801. Part333.BrickColor = BrickColor.new("Royal purple")
  3802. Part333.CanCollide = false
  3803. Part333.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3804. Part333.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3805. Part333.Material = Enum.Material.Neon
  3806. Part333.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3807. Part333.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  3808. Part333.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3809. Part333.brickColor = BrickColor.new("Royal purple")
  3810. SpecialMesh334.Parent = Part333
  3811. SpecialMesh334.Scale = Vector3.new(0.560000002, 0.200000003, 0.600000024)
  3812. SpecialMesh334.MeshType = Enum.MeshType.Brick
  3813. Part335.Parent = Model0
  3814. Part335.CFrame = CFrame.new(-0.608794093, 3.33530617, -16.5748692, 0.999985635, -0.0041169636, 0.00343261915, 0.005137017, 0.553175688, -0.83304894, 0.00153079035, 0.833054662, 0.55318886)
  3815. Part335.Orientation = Vector3.new(56.4099998, 0.359999985, 0.529999971)
  3816. Part335.Position = Vector3.new(-0.608794093, 3.33530617, -16.5748692)
  3817. Part335.Rotation = Vector3.new(56.4099998, 0.199999988, 0.239999995)
  3818. Part335.Color = Color3.new(0.0509804, 0.411765, 0.67451)
  3819. Part335.Velocity = Vector3.new(4.34486722e-08, 0.00246151234, 5.709623e-07)
  3820. Part335.Size = Vector3.new(0.275000006, 0.265124857, 0.214375019)
  3821. Part335.Anchored = true
  3822. Part335.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3823. Part335.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3824. Part335.BrickColor = BrickColor.new("Bright blue")
  3825. Part335.CanCollide = false
  3826. Part335.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3827. Part335.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3828. Part335.Material = Enum.Material.Neon
  3829. Part335.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3830. Part335.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  3831. Part335.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3832. Part335.brickColor = BrickColor.new("Bright blue")
  3833. SpecialMesh336.Parent = Part335
  3834. SpecialMesh336.Scale = Vector3.new(0.449999988, 0.899999976, 0.100000001)
  3835. SpecialMesh336.MeshType = Enum.MeshType.Brick
  3836. Part337.Parent = Model0
  3837. Part337.CFrame = CFrame.new(-0.61091727, 3.02827954, -14.1579723, -0.999985635, 0.00162795268, 0.00510695158, -0.00513688475, -0.0189460143, -0.999807417, -0.00153088232, -0.999819279, 0.0189541057)
  3838. Part337.Orientation = Vector3.new(88.8799973, 15.0799999, -164.830002)
  3839. Part337.Position = Vector3.new(-0.61091727, 3.02827954, -14.1579723)
  3840. Part337.Rotation = Vector3.new(88.909996, 0.289999992, -179.909988)
  3841. Part337.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3842. Part337.Velocity = Vector3.new(9.21325807e-08, 0.00246654823, 1.2107206e-06)
  3843. Part337.Size = Vector3.new(0.275000006, 0.207000002, 0.303375006)
  3844. Part337.Anchored = true
  3845. Part337.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3846. Part337.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3847. Part337.BrickColor = BrickColor.new("Really black")
  3848. Part337.CanCollide = false
  3849. Part337.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3850. Part337.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3851. Part337.Material = Enum.Material.Glass
  3852. Part337.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3853. Part337.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  3854. Part337.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3855. Part337.brickColor = BrickColor.new("Really black")
  3856. SpecialMesh338.Parent = Part337
  3857. SpecialMesh338.Scale = Vector3.new(0.524999976, 0.5, 0.5)
  3858. SpecialMesh338.MeshType = Enum.MeshType.Wedge
  3859. Part339.Parent = Model0
  3860. Part339.CFrame = CFrame.new(-0.609729409, 3.2205193, -15.578517, 0.999985635, -0.00133592135, 0.00519115385, 0.00513700396, -0.0377659947, -0.999273479, 0.00153099932, 0.999285877, -0.0377585888)
  3861. Part339.Orientation = Vector3.new(87.8199997, 172.169998, 172.25)
  3862. Part339.Position = Vector3.new(-0.609729409, 3.2205193, -15.578517)
  3863. Part339.Rotation = Vector3.new(92.159996, 0.299999982, 0.0799999982)
  3864. Part339.Color = Color3.new(0.0509804, 0.411765, 0.67451)
  3865. Part339.Velocity = Vector3.new(6.1649942e-08, 0.00246358826, 8.10146275e-07)
  3866. Part339.Size = Vector3.new(0.275000006, 0.621124864, 0.214375019)
  3867. Part339.Anchored = true
  3868. Part339.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3869. Part339.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3870. Part339.BrickColor = BrickColor.new("Bright blue")
  3871. Part339.CanCollide = false
  3872. Part339.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3873. Part339.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3874. Part339.Material = Enum.Material.Neon
  3875. Part339.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3876. Part339.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  3877. Part339.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3878. Part339.brickColor = BrickColor.new("Bright blue")
  3879. SpecialMesh340.Parent = Part339
  3880. SpecialMesh340.Scale = Vector3.new(0.449999988, 1, 0.100000001)
  3881. SpecialMesh340.MeshType = Enum.MeshType.Brick
  3882. Part341.Parent = Model0
  3883. Part341.CFrame = CFrame.new(-0.610086679, 3.15827918, -15.1365986, -0.999985635, 0.00409500999, -0.00345871458, -0.00513683027, -0.916451037, 0.400114089, -0.00153127091, 0.40012604, 0.916459024)
  3884. Part341.Orientation = Vector3.new(-23.5900002, -0.219999999, -179.679993)
  3885. Part341.Position = Vector3.new(-0.610086679, 3.15827918, -15.1365986)
  3886. Part341.Rotation = Vector3.new(-23.5900002, -0.199999988, -179.769989)
  3887. Part341.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3888. Part341.Velocity = Vector3.new(7.15190893e-08, 0.0024645091, 9.39837378e-07)
  3889. Part341.Size = Vector3.new(0.275000006, 0.221124932, 0.655375004)
  3890. Part341.Anchored = true
  3891. Part341.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3892. Part341.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3893. Part341.BrickColor = BrickColor.new("Really black")
  3894. Part341.CanCollide = false
  3895. Part341.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3896. Part341.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3897. Part341.Material = Enum.Material.Metal
  3898. Part341.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3899. Part341.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  3900. Part341.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3901. Part341.brickColor = BrickColor.new("Really black")
  3902. SpecialMesh342.Parent = Part341
  3903. SpecialMesh342.Scale = Vector3.new(0.400000006, 1.04999995, 0.899999976)
  3904. SpecialMesh342.MeshType = Enum.MeshType.Brick
  3905. Part343.Parent = Model0
  3906. Part343.CFrame = CFrame.new(-0.576193094, 2.37180829, -14.2261257, 0.00114334025, 0.999985635, -0.00523668947, -0.483495861, 0.00513671385, 0.8753317, 0.875346005, 0.00153111527, 0.483494759)
  3907. Part343.Orientation = Vector3.new(-61.079998, -0.620000005, -89.3899994)
  3908. Part343.Position = Vector3.new(-0.576193094, 2.37180829, -14.2261257)
  3909. Part343.Rotation = Vector3.new(-61.0900002, -0.299999982, -89.9300003)
  3910. Part343.Color = Color3.new(0.384314, 0.145098, 0.819608)
  3911. Part343.Velocity = Vector3.new(1.96226381e-07, 0.00246641156, 2.57862462e-06)
  3912. Part343.Size = Vector3.new(0.405000031, 0.200000003, 0.280375004)
  3913. Part343.Anchored = true
  3914. Part343.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3915. Part343.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3916. Part343.BrickColor = BrickColor.new("Royal purple")
  3917. Part343.CanCollide = false
  3918. Part343.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3919. Part343.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3920. Part343.Material = Enum.Material.Neon
  3921. Part343.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3922. Part343.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  3923. Part343.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3924. Part343.brickColor = BrickColor.new("Royal purple")
  3925. SpecialMesh344.Parent = Part343
  3926. SpecialMesh344.Scale = Vector3.new(1, 0.300000012, 0.5)
  3927. SpecialMesh344.MeshType = Enum.MeshType.Wedge
  3928. Part345.Parent = Model0
  3929. Part345.CFrame = CFrame.new(-0.606692195, 3.59138489, -18.8080196, 0.999985635, 0.00250130473, 0.00474093435, 0.00513696205, -0.699832857, -0.714288294, 0.00153120875, 0.714302421, -0.699835718)
  3930. Part345.Orientation = Vector3.new(45.579998, 179.610001, 179.580002)
  3931. Part345.Position = Vector3.new(-0.606692195, 3.59138489, -18.8080196)
  3932. Part345.Rotation = Vector3.new(134.410004, 0.269999981, -0.140000001)
  3933. Part345.Color = Color3.new(0.0509804, 0.411765, 0.67451)
  3934. Part345.Velocity = Vector3.new(2.843354e-09, 0.00245685945, 3.73652256e-08)
  3935. Part345.Size = Vector3.new(0.275000006, 0.47012496, 0.214375019)
  3936. Part345.Anchored = true
  3937. Part345.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3938. Part345.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3939. Part345.BrickColor = BrickColor.new("Bright blue")
  3940. Part345.CanCollide = false
  3941. Part345.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3942. Part345.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3943. Part345.Material = Enum.Material.Neon
  3944. Part345.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3945. Part345.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  3946. Part345.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3947. Part345.brickColor = BrickColor.new("Bright blue")
  3948. SpecialMesh346.Parent = Part345
  3949. SpecialMesh346.Scale = Vector3.new(0.449999988, 0.699999988, 0.100000001)
  3950. SpecialMesh346.MeshType = Enum.MeshType.Brick
  3951. Part347.Parent = Model0
  3952. Part347.CFrame = CFrame.new(-0.612170458, 3.17509294, -13.8325748, -0.999985635, 0.00162795268, 0.00510695158, -0.00513688475, -0.0189460143, -0.999807417, -0.00153088232, -0.999819279, 0.0189541057)
  3953. Part347.Orientation = Vector3.new(88.8799973, 15.0799999, -164.830002)
  3954. Part347.Position = Vector3.new(-0.612170458, 3.17509294, -13.8325748)
  3955. Part347.Rotation = Vector3.new(88.909996, 0.289999992, -179.909988)
  3956. Part347.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3957. Part347.Velocity = Vector3.new(6.88530264e-08, 0.002467226, 9.04802221e-07)
  3958. Part347.Size = Vector3.new(0.275000006, 0.207000002, 0.303375006)
  3959. Part347.Anchored = true
  3960. Part347.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3961. Part347.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3962. Part347.BrickColor = BrickColor.new("Really black")
  3963. Part347.CanCollide = false
  3964. Part347.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3965. Part347.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3966. Part347.Material = Enum.Material.Metal
  3967. Part347.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3968. Part347.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  3969. Part347.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3970. Part347.brickColor = BrickColor.new("Really black")
  3971. SpecialMesh348.Parent = Part347
  3972. SpecialMesh348.Scale = Vector3.new(0.5, 0.5, 0.5)
  3973. SpecialMesh348.MeshType = Enum.MeshType.Wedge
  3974. Part349.Parent = Model0
  3975. Part349.CFrame = CFrame.new(-0.608221889, 3.47114682, -17.4040871, 0.999985635, -0.00133592309, 0.00519115338, 0.00513700396, -0.037765637, -0.999273479, 0.00153099932, 0.999285877, -0.0377582312)
  3976. Part349.Orientation = Vector3.new(87.8199997, 172.169998, 172.25)
  3977. Part349.Position = Vector3.new(-0.608221889, 3.47114682, -17.4040871)
  3978. Part349.Rotation = Vector3.new(92.159996, 0.299999982, 0.0799999982)
  3979. Part349.Color = Color3.new(0.0509804, 0.411765, 0.67451)
  3980. Part349.Velocity = Vector3.new(2.19089991e-08, 0.0024597845, 2.87908023e-07)
  3981. Part349.Size = Vector3.new(0.275000006, 0.678124905, 0.214375019)
  3982. Part349.Anchored = true
  3983. Part349.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3984. Part349.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3985. Part349.BrickColor = BrickColor.new("Bright blue")
  3986. Part349.CanCollide = false
  3987. Part349.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3988. Part349.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3989. Part349.Material = Enum.Material.Neon
  3990. Part349.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3991. Part349.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  3992. Part349.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3993. Part349.brickColor = BrickColor.new("Bright blue")
  3994. SpecialMesh350.Parent = Part349
  3995. SpecialMesh350.Scale = Vector3.new(0.449999988, 0.800000012, 0.100000001)
  3996. SpecialMesh350.MeshType = Enum.MeshType.Brick
  3997. Part351.Parent = Model0
  3998. Part351.CFrame = CFrame.new(-0.617746711, 3.42490911, -11.0273066, 0.999985635, -0.000716609415, 0.00531159993, 0.00513640279, -0.15495652, -0.987908006, 0.00153101061, 0.987921119, -0.154950604)
  3999. Part351.Orientation = Vector3.new(81.0800018, 178.039993, 178.099991)
  4000. Part351.Position = Vector3.new(-0.617746711, 3.42490911, -11.0273066)
  4001. Part351.Rotation = Vector3.new(98.909996, 0.299999982, 0.0399999991)
  4002. Part351.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4003. Part351.Velocity = Vector3.new(2.92407876e-08, 0.00247307052, 3.84254577e-07)
  4004. Part351.Size = Vector3.new(0.275000006, 0.203125, 0.234375)
  4005. Part351.Anchored = true
  4006. Part351.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4007. Part351.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4008. Part351.BrickColor = BrickColor.new("Really black")
  4009. Part351.CanCollide = false
  4010. Part351.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4011. Part351.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4012. Part351.Material = Enum.Material.Metal
  4013. Part351.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4014. Part351.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  4015. Part351.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4016. Part351.brickColor = BrickColor.new("Really black")
  4017. SpecialMesh352.Parent = Part351
  4018. SpecialMesh352.Scale = Vector3.new(0.5, 0.502499998, 0.400000006)
  4019. SpecialMesh352.MeshType = Enum.MeshType.Brick
  4020. Part353.Parent = Model0
  4021. Part353.CFrame = CFrame.new(-0.638692379, 2.37148738, -14.226222, -0.00114342954, -0.999985635, -0.00523668341, 0.483495861, -0.00513675157, 0.8753317, -0.875346065, -0.00153103401, 0.483494759)
  4022. Part353.Orientation = Vector3.new(-61.079998, -0.620000005, 90.6100006)
  4023. Part353.Position = Vector3.new(-0.638692379, 2.37148738, -14.226222)
  4024. Part353.Rotation = Vector3.new(-61.0900002, -0.299999982, 90.0699997)
  4025. Part353.Color = Color3.new(0.384314, 0.145098, 0.819608)
  4026. Part353.Velocity = Vector3.new(1.9627727e-07, 0.00246640155, 2.57929332e-06)
  4027. Part353.Size = Vector3.new(0.405000031, 0.200000003, 0.280375004)
  4028. Part353.Anchored = true
  4029. Part353.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4030. Part353.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4031. Part353.BrickColor = BrickColor.new("Royal purple")
  4032. Part353.CanCollide = false
  4033. Part353.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4034. Part353.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4035. Part353.Material = Enum.Material.Neon
  4036. Part353.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4037. Part353.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  4038. Part353.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4039. Part353.brickColor = BrickColor.new("Royal purple")
  4040. SpecialMesh354.Parent = Part353
  4041. SpecialMesh354.Scale = Vector3.new(1, 0.300000012, 0.5)
  4042. SpecialMesh354.MeshType = Enum.MeshType.Wedge
  4043. Part355.Parent = Model0
  4044. Part355.CFrame = CFrame.new(-0.576556623, 2.33930445, -13.8796148, -0.00289415126, 0.999985635, -0.00451143365, 0.277069539, 0.00513670407, 0.960836232, 0.96084559, 0.00153082411, -0.277080417)
  4045. Part355.Orientation = Vector3.new(-73.909996, -179.069992, 88.9399948)
  4046. Part355.Position = Vector3.new(-0.576556623, 2.33930445, -13.8796148)
  4047. Part355.Rotation = Vector3.new(-106.089996, -0.25999999, -90.1699982)
  4048. Part355.Color = Color3.new(0.384314, 0.145098, 0.819608)
  4049. Part355.Velocity = Vector3.new(2.01380388e-07, 0.00246713357, 2.64635355e-06)
  4050. Part355.Size = Vector3.new(0.453000009, 0.200000003, 0.280375004)
  4051. Part355.Anchored = true
  4052. Part355.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4053. Part355.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4054. Part355.BrickColor = BrickColor.new("Royal purple")
  4055. Part355.CanCollide = false
  4056. Part355.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4057. Part355.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4058. Part355.Material = Enum.Material.Neon
  4059. Part355.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4060. Part355.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  4061. Part355.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4062. Part355.brickColor = BrickColor.new("Royal purple")
  4063. SpecialMesh356.Parent = Part355
  4064. SpecialMesh356.Scale = Vector3.new(1, 0.300000012, 0.5)
  4065. SpecialMesh356.MeshType = Enum.MeshType.Wedge
  4066. Part357.Parent = Model0
  4067. Part357.CFrame = CFrame.new(-0.609105706, 2.8586967, -14.7735023, -0.999985635, -0.0039632949, -0.00360830128, -0.00513646565, 0.516311884, 0.856385469, -0.00153109885, 0.856391609, -0.516324818)
  4068. Part357.Orientation = Vector3.new(-58.9099998, -179.599991, -0.569999993)
  4069. Part357.Position = Vector3.new(-0.609105706, 2.8586967, -14.7735023)
  4070. Part357.Rotation = Vector3.new(-121.089996, -0.209999993, 179.769989)
  4071. Part357.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4072. Part357.Velocity = Vector3.new(1.19022602e-07, 0.0024652658, 1.56408419e-06)
  4073. Part357.Size = Vector3.new(0.275000006, 0.277124912, 0.227375031)
  4074. Part357.Anchored = true
  4075. Part357.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4076. Part357.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4077. Part357.BrickColor = BrickColor.new("Really black")
  4078. Part357.CanCollide = false
  4079. Part357.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4080. Part357.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4081. Part357.Material = Enum.Material.Metal
  4082. Part357.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4083. Part357.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  4084. Part357.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4085. Part357.brickColor = BrickColor.new("Really black")
  4086. SpecialMesh358.Parent = Part357
  4087. SpecialMesh358.Scale = Vector3.new(0.349999994, 0.300000012, 1)
  4088. SpecialMesh358.MeshType = Enum.MeshType.Brick
  4089. Part359.Parent = Model0
  4090. Part359.CFrame = CFrame.new(-0.614465594, 3.24354935, -12.5620441, -0.999985635, -0.00162807154, -0.00510656228, -0.00513649778, 0.0189459547, 0.999807417, -0.00153100886, 0.999819279, -0.0189540461)
  4091. Part359.Orientation = Vector3.new(-88.8799973, -164.919998, -15.1700001)
  4092. Part359.Position = Vector3.new(-0.614465594, 3.24354935, -12.5620441)
  4093. Part359.Rotation = Vector3.new(-91.0899963, -0.289999992, 179.909988)
  4094. Part359.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4095. Part359.Velocity = Vector3.new(5.79982e-08, 0.00246987306, 7.62158038e-07)
  4096. Part359.Size = Vector3.new(0.275000006, 0.998124957, 0.280375004)
  4097. Part359.Anchored = true
  4098. Part359.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4099. Part359.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4100. Part359.BrickColor = BrickColor.new("Really black")
  4101. Part359.CanCollide = false
  4102. Part359.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4103. Part359.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4104. Part359.Material = Enum.Material.Metal
  4105. Part359.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4106. Part359.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  4107. Part359.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4108. Part359.brickColor = BrickColor.new("Really black")
  4109. SpecialMesh360.Parent = Part359
  4110. SpecialMesh360.Scale = Vector3.new(0.400000006, 1.04999995, 0.5)
  4111. SpecialMesh360.MeshType = Enum.MeshType.Brick
  4112. Part361.Parent = Model0
  4113. Part361.CFrame = CFrame.new(-0.611248136, 3.25645614, -14.7074032, -0.999985635, 0.00245982548, -0.00476256292, -0.00513693923, -0.693573654, 0.720367551, -0.00153120921, 0.720381677, 0.693576276)
  4114. Part361.Orientation = Vector3.new(-46.079998, -0.389999986, -179.580002)
  4115. Part361.Position = Vector3.new(-0.611248136, 3.25645614, -14.7074032)
  4116. Part361.Rotation = Vector3.new(-46.0900002, -0.269999981, -179.860001)
  4117. Part361.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4118. Part361.Velocity = Vector3.new(5.59516025e-08, 0.00246540317, 7.35263882e-07)
  4119. Part361.Size = Vector3.new(0.275000006, 0.221124932, 0.418375015)
  4120. Part361.Anchored = true
  4121. Part361.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4122. Part361.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4123. Part361.BrickColor = BrickColor.new("Really black")
  4124. Part361.CanCollide = false
  4125. Part361.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4126. Part361.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4127. Part361.Material = Enum.Material.Metal
  4128. Part361.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4129. Part361.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  4130. Part361.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4131. Part361.brickColor = BrickColor.new("Really black")
  4132. SpecialMesh362.Parent = Part361
  4133. SpecialMesh362.Scale = Vector3.new(0.550000012, 1.04999995, 0.899999976)
  4134. SpecialMesh362.MeshType = Enum.MeshType.Brick
  4135. Part363.Parent = Model0
  4136. Part363.CFrame = CFrame.new(-0.611290276, 3.1978817, -14.4833202, 0.999985635, 0.00162786234, -0.00510698371, 0.00513691502, -0.0189458374, 0.999807417, 0.00153079221, -0.999819279, -0.0189539269)
  4137. Part363.Orientation = Vector3.new(-88.8799973, -164.919998, 164.830002)
  4138. Part363.Position = Vector3.new(-0.611290276, 3.1978817, -14.4833202)
  4139. Part363.Rotation = Vector3.new(-91.0899963, -0.289999992, -0.0899999961)
  4140. Part363.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4141. Part363.Velocity = Vector3.new(6.52394974e-08, 0.00246587023, 8.57316763e-07)
  4142. Part363.Size = Vector3.new(0.275000006, 0.221124932, 0.448374987)
  4143. Part363.Anchored = true
  4144. Part363.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4145. Part363.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4146. Part363.BrickColor = BrickColor.new("Really black")
  4147. Part363.CanCollide = false
  4148. Part363.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4149. Part363.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4150. Part363.Material = Enum.Material.Metal
  4151. Part363.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4152. Part363.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  4153. Part363.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4154. Part363.brickColor = BrickColor.new("Really black")
  4155. SpecialMesh364.Parent = Part363
  4156. SpecialMesh364.Scale = Vector3.new(0.550000012, 1.04999995, 0.800000012)
  4157. SpecialMesh364.MeshType = Enum.MeshType.Brick
  4158. Part365.Parent = Model0
  4159. Part365.CFrame = CFrame.new(-0.610800147, 2.91253304, -13.8467321, -0.999985635, -0.00162807154, -0.00510650687, -0.00513644237, 0.0189459547, 0.999807417, -0.00153100991, 0.999819279, -0.0189540461)
  4160. Part365.Orientation = Vector3.new(-88.8799973, -164.919998, -15.1700001)
  4161. Part365.Position = Vector3.new(-0.610800147, 2.91253304, -13.8467321)
  4162. Part365.Rotation = Vector3.new(-91.0899963, -0.289999992, 179.909988)
  4163. Part365.Color = Color3.new(0.0509804, 0.411765, 0.67451)
  4164. Part365.Velocity = Vector3.new(1.10486013e-07, 0.00246719667, 1.45190415e-06)
  4165. Part365.Size = Vector3.new(0.275000006, 0.200000003, 0.213375002)
  4166. Part365.Anchored = true
  4167. Part365.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4168. Part365.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4169. Part365.BrickColor = BrickColor.new("Bright blue")
  4170. Part365.CanCollide = false
  4171. Part365.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4172. Part365.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4173. Part365.Material = Enum.Material.Neon
  4174. Part365.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4175. Part365.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  4176. Part365.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4177. Part365.brickColor = BrickColor.new("Bright blue")
  4178. SpecialMesh366.Parent = Part365
  4179. SpecialMesh366.Scale = Vector3.new(0.550000012, 0.25, 0.5)
  4180. SpecialMesh366.MeshType = Enum.MeshType.Wedge
  4181. Part367.Parent = Model0
  4182. Part367.CFrame = CFrame.new(-0.616349459, 3.1451273, -11.0012493, -0.999985635, -0.000250895391, -0.00535403285, -0.00513659744, -0.24046874, 0.970643461, -0.001531007, 0.970656931, 0.240463987)
  4183. Part367.Orientation = Vector3.new(-76.0800018, -1.27999997, -178.779999)
  4184. Part367.Position = Vector3.new(-0.616349459, 3.1451273, -11.0012493)
  4185. Part367.Rotation = Vector3.new(-76.0899963, -0.310000002, 179.98999)
  4186. Part367.Color = Color3.new(0.0509804, 0.411765, 0.67451)
  4187. Part367.Velocity = Vector3.new(7.3604582e-08, 0.002473125, 9.67242272e-07)
  4188. Part367.Size = Vector3.new(0.200000003, 0.449500024, 0.236624971)
  4189. Part367.Anchored = true
  4190. Part367.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4191. Part367.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4192. Part367.BrickColor = BrickColor.new("Bright blue")
  4193. Part367.CanCollide = false
  4194. Part367.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4195. Part367.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4196. Part367.Material = Enum.Material.Neon
  4197. Part367.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4198. Part367.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  4199. Part367.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4200. Part367.brickColor = BrickColor.new("Bright blue")
  4201. SpecialMesh368.Parent = Part367
  4202. SpecialMesh368.Scale = Vector3.new(0.5, 1, 0.25)
  4203. SpecialMesh368.MeshType = Enum.MeshType.Brick
  4204. Part369.Parent = Model0
  4205. Part369.CFrame = CFrame.new(-0.612978816, 3.18449855, -13.3361721, 0.999985635, -0.00162807154, 0.00510664983, 0.00513658533, 0.0189459547, -0.999807417, 0.00153100723, 0.999819279, 0.0189540461)
  4206. Part369.Orientation = Vector3.new(88.8799973, 15.0799999, 15.1700001)
  4207. Part369.Position = Vector3.new(-0.612978816, 3.18449855, -13.3361721)
  4208. Part369.Rotation = Vector3.new(88.909996, 0.289999992, 0.0899999961)
  4209. Part369.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4210. Part369.Velocity = Vector3.new(6.73616256e-08, 0.00246826024, 8.85203519e-07)
  4211. Part369.Size = Vector3.new(0.275000006, 0.200000003, 0.303375006)
  4212. Part369.Anchored = true
  4213. Part369.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4214. Part369.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4215. Part369.BrickColor = BrickColor.new("Really black")
  4216. Part369.CanCollide = false
  4217. Part369.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4218. Part369.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4219. Part369.Material = Enum.Material.Metal
  4220. Part369.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4221. Part369.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  4222. Part369.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4223. Part369.brickColor = BrickColor.new("Really black")
  4224. SpecialMesh370.Parent = Part369
  4225. SpecialMesh370.Scale = Vector3.new(0.5, 0.5, 0.5)
  4226. SpecialMesh370.MeshType = Enum.MeshType.Wedge
  4227. Part371.Parent = Model0
  4228. Part371.CFrame = CFrame.new(-0.611412168, 3.19930172, -14.4084625, 0.999985635, 0.00162786234, -0.00510698371, 0.00513691502, -0.0189458374, 0.999807417, 0.00153079221, -0.999819279, -0.0189539269)
  4229. Part371.Orientation = Vector3.new(-88.8799973, -164.919998, 164.830002)
  4230. Part371.Position = Vector3.new(-0.611412168, 3.19930172, -14.4084625)
  4231. Part371.Rotation = Vector3.new(-91.0899963, -0.289999992, -0.0899999961)
  4232. Part371.Color = Color3.new(0.384314, 0.145098, 0.819608)
  4233. Part371.Velocity = Vector3.new(6.50143335e-08, 0.00246602623, 8.54357836e-07)
  4234. Part371.Size = Vector3.new(0.275000006, 0.204124942, 0.464375019)
  4235. Part371.Anchored = true
  4236. Part371.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4237. Part371.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4238. Part371.BrickColor = BrickColor.new("Royal purple")
  4239. Part371.CanCollide = false
  4240. Part371.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4241. Part371.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4242. Part371.Material = Enum.Material.Neon
  4243. Part371.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4244. Part371.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  4245. Part371.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4246. Part371.brickColor = BrickColor.new("Royal purple")
  4247. SpecialMesh372.Parent = Part371
  4248. SpecialMesh372.Scale = Vector3.new(0.524999976, 1.04999995, 0.800000012)
  4249. SpecialMesh372.MeshType = Enum.MeshType.Brick
  4250. Part373.Parent = Model0
  4251. Part373.CFrame = CFrame.new(-0.607544899, 3.43064713, -17.7122707, 0.999985635, -0.004783432, 0.00241859211, 0.00513692852, 0.726393282, -0.68726027, 0.00153061328, 0.687262774, 0.726407468)
  4252. Part373.Orientation = Vector3.new(43.4099998, 0.189999998, 0.409999996)
  4253. Part373.Position = Vector3.new(-0.607544899, 3.43064713, -17.7122707)
  4254. Part373.Rotation = Vector3.new(43.4099998, 0.140000001, 0.269999981)
  4255. Part373.Color = Color3.new(0.0509804, 0.411765, 0.67451)
  4256. Part373.Velocity = Vector3.new(2.83308559e-08, 0.00245914259, 3.72298132e-07)
  4257. Part373.Size = Vector3.new(0.275000006, 0.24712491, 0.214375019)
  4258. Part373.Anchored = true
  4259. Part373.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4260. Part373.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4261. Part373.BrickColor = BrickColor.new("Bright blue")
  4262. Part373.CanCollide = false
  4263. Part373.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4264. Part373.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4265. Part373.Material = Enum.Material.Neon
  4266. Part373.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4267. Part373.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  4268. Part373.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4269. Part373.brickColor = BrickColor.new("Bright blue")
  4270. SpecialMesh374.Parent = Part373
  4271. SpecialMesh374.Scale = Vector3.new(0.449999988, 0.600000024, 0.100000001)
  4272. SpecialMesh374.MeshType = Enum.MeshType.Brick
  4273. Part375.Parent = Model0
  4274. Part375.CFrame = CFrame.new(-0.613238811, 3.32843637, -13.6493177, -0.999985635, -0.00162807142, -0.00510653527, -0.00513647031, 0.0189459249, 0.999807417, -0.00153100933, 0.999819279, -0.0189540163)
  4275. Part375.Orientation = Vector3.new(-88.8799973, -164.919998, -15.1700001)
  4276. Part375.Position = Vector3.new(-0.613238811, 3.32843637, -13.6493177)
  4277. Part375.Rotation = Vector3.new(-91.0899963, -0.289999992, 179.909988)
  4278. Part375.Color = Color3.new(0.0509804, 0.411765, 0.67451)
  4279. Part375.Velocity = Vector3.new(4.45380195e-08, 0.00246760761, 5.85277007e-07)
  4280. Part375.Size = Vector3.new(0.275000006, 0.698124886, 0.534374952)
  4281. Part375.Anchored = true
  4282. Part375.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4283. Part375.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4284. Part375.BrickColor = BrickColor.new("Bright blue")
  4285. Part375.CanCollide = false
  4286. Part375.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4287. Part375.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4288. Part375.Material = Enum.Material.Glass
  4289. Part375.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4290. Part375.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  4291. Part375.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4292. Part375.brickColor = BrickColor.new("Bright blue")
  4293. SpecialMesh376.Parent = Part375
  4294. SpecialMesh376.Scale = Vector3.new(0.452499986, 1, 1)
  4295. SpecialMesh376.MeshType = Enum.MeshType.Cylinder
  4296. Part377.Parent = Model0
  4297. Part377.CFrame = CFrame.new(-0.618502736, 3.35398197, -11.388195, -0.999985635, 0.00162807188, 0.00510671316, -0.00513664866, -0.0189460143, -0.999807417, -0.00153100595, -0.999819279, 0.0189541057)
  4298. Part377.Orientation = Vector3.new(88.8799973, 15.0799999, -164.830002)
  4299. Part377.Position = Vector3.new(-0.618502736, 3.35398197, -11.388195)
  4300. Part377.Rotation = Vector3.new(88.909996, 0.289999992, -179.909988)
  4301. Part377.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4302. Part377.Velocity = Vector3.new(4.0487393e-08, 0.00247231848, 5.32047068e-07)
  4303. Part377.Size = Vector3.new(0.25999999, 0.225500003, 0.210125014)
  4304. Part377.Anchored = true
  4305. Part377.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4306. Part377.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4307. Part377.BrickColor = BrickColor.new("Really black")
  4308. Part377.CanCollide = false
  4309. Part377.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4310. Part377.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4311. Part377.Material = Enum.Material.Metal
  4312. Part377.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4313. Part377.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  4314. Part377.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4315. Part377.brickColor = BrickColor.new("Really black")
  4316. SpecialMesh378.Parent = Part377
  4317. SpecialMesh378.Scale = Vector3.new(0.5, 1, 1)
  4318. SpecialMesh378.MeshType = Enum.MeshType.Wedge
  4319. Part379.Parent = Model0
  4320. Part379.CFrame = CFrame.new(-0.575232625, 3.71340823, -19.3540096, 0.00507748965, 0.999985635, -0.00171704218, -0.999324501, 0.00513662118, 0.0363931209, 0.0364014208, 0.00153109594, 0.999336243)
  4321. Part379.Orientation = Vector3.new(-2.08999991, -0.099999994, -89.7099991)
  4322. Part379.Position = Vector3.new(-0.575232625, 3.71340823, -19.3540096)
  4323. Part379.Rotation = Vector3.new(-2.08999991, -0.099999994, -89.7099991)
  4324. Part379.Color = Color3.new(0.384314, 0.145098, 0.819608)
  4325. Part379.Velocity = Vector3.new(-1.65053677e-08, 0.00245572673, -2.16897547e-07)
  4326. Part379.Size = Vector3.new(0.210000038, 0.200000003, 0.285374999)
  4327. Part379.Anchored = true
  4328. Part379.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4329. Part379.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4330. Part379.BrickColor = BrickColor.new("Royal purple")
  4331. Part379.CanCollide = false
  4332. Part379.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4333. Part379.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4334. Part379.Material = Enum.Material.Neon
  4335. Part379.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4336. Part379.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  4337. Part379.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4338. Part379.brickColor = BrickColor.new("Royal purple")
  4339. SpecialMesh380.Parent = Part379
  4340. SpecialMesh380.Scale = Vector3.new(0.5, 0.300000012, 0.5)
  4341. SpecialMesh380.MeshType = Enum.MeshType.Wedge
  4342. Part381.Parent = Model0
  4343. Part381.CFrame = CFrame.new(-0.609601736, 3.48017144, -16.5335026, 0.999985635, -0.00133592158, 0.00519114826, 0.0051369979, -0.0377659947, -0.999273479, 0.00153099943, 0.999285877, -0.0377585888)
  4344. Part381.Orientation = Vector3.new(87.8199997, 172.169998, 172.25)
  4345. Part381.Position = Vector3.new(-0.609601736, 3.48017144, -16.5335026)
  4346. Part381.Rotation = Vector3.new(92.159996, 0.299999982, 0.0799999982)
  4347. Part381.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4348. Part381.Velocity = Vector3.new(2.0478014e-08, 0.00246159849, 2.69103225e-07)
  4349. Part381.Size = Vector3.new(0.275000006, 1.65712488, 0.359375)
  4350. Part381.Anchored = true
  4351. Part381.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4352. Part381.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4353. Part381.BrickColor = BrickColor.new("Really black")
  4354. Part381.CanCollide = false
  4355. Part381.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4356. Part381.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4357. Part381.Material = Enum.Material.Metal
  4358. Part381.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4359. Part381.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  4360. Part381.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4361. Part381.brickColor = BrickColor.new("Really black")
  4362. SpecialMesh382.Parent = Part381
  4363. SpecialMesh382.Scale = Vector3.new(0.400000006, 1, 0.5)
  4364. SpecialMesh382.MeshType = Enum.MeshType.Brick
  4365. Part383.Parent = Model0
  4366. Part383.CFrame = CFrame.new(-0.608603716, 2.57794237, -14.160059, -0.999985635, 0.00114323408, -0.00523646409, -0.00513646565, -0.483495802, 0.8753317, -0.00153109885, 0.875346065, 0.483494699)
  4367. Part383.Orientation = Vector3.new(-61.079998, -0.620000005, -179.389999)
  4368. Part383.Position = Vector3.new(-0.608603716, 2.57794237, -14.160059)
  4369. Part383.Rotation = Vector3.new(-61.0900002, -0.299999982, -179.929993)
  4370. Part383.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4371. Part383.Velocity = Vector3.new(1.63540591e-07, 0.00246654428, 2.14909824e-06)
  4372. Part383.Size = Vector3.new(0.275000006, 0.309124947, 0.343375027)
  4373. Part383.Anchored = true
  4374. Part383.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4375. Part383.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4376. Part383.BrickColor = BrickColor.new("Really black")
  4377. Part383.CanCollide = false
  4378. Part383.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4379. Part383.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4380. Part383.Material = Enum.Material.Metal
  4381. Part383.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4382. Part383.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  4383. Part383.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4384. Part383.brickColor = BrickColor.new("Really black")
  4385. SpecialMesh384.Parent = Part383
  4386. SpecialMesh384.Scale = Vector3.new(0.349999994, 1, 1)
  4387. SpecialMesh384.MeshType = Enum.MeshType.Brick
  4388. Part385.Parent = Model0
  4389. Part385.CFrame = CFrame.new(-0.610497713, 3.13989329, -14.8064632, 0.999985635, -0.00162807363, 0.00510707032, 0.00513700629, 0.018946372, -0.999807417, 0.0015309992, 0.999819279, 0.0189544633)
  4390. Part385.Orientation = Vector3.new(88.8799973, 15.0799999, 15.1700001)
  4391. Part385.Position = Vector3.new(-0.610497713, 3.13989329, -14.8064632)
  4392. Part385.Rotation = Vector3.new(88.909996, 0.289999992, 0.0899999961)
  4393. Part385.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4394. Part385.Velocity = Vector3.new(7.44344675e-08, 0.00246519689, 9.78148478e-07)
  4395. Part385.Size = Vector3.new(0.275000006, 0.618124902, 0.209375009)
  4396. Part385.Anchored = true
  4397. Part385.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4398. Part385.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4399. Part385.BrickColor = BrickColor.new("Really black")
  4400. Part385.CanCollide = false
  4401. Part385.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4402. Part385.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4403. Part385.Material = Enum.Material.Metal
  4404. Part385.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4405. Part385.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  4406. Part385.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4407. Part385.brickColor = BrickColor.new("Really black")
  4408. SpecialMesh386.Parent = Part385
  4409. SpecialMesh386.Scale = Vector3.new(0.400000006, 1, 0.899999976)
  4410. SpecialMesh386.MeshType = Enum.MeshType.Brick
  4411. Part387.Parent = Model0
  4412. Part387.CFrame = CFrame.new(-0.611324251, 3.01513863, -13.8486776, 0.999985635, -0.00162807154, 0.00510659395, 0.00513652945, 0.0189459547, -0.999807417, 0.00153100828, 0.999819279, 0.0189540461)
  4413. Part387.Orientation = Vector3.new(88.8799973, 15.0799999, 15.1700001)
  4414. Part387.Position = Vector3.new(-0.611324251, 3.01513863, -13.8486776)
  4415. Part387.Rotation = Vector3.new(88.909996, 0.289999992, 0.0899999961)
  4416. Part387.Color = Color3.new(0.0509804, 0.411765, 0.67451)
  4417. Part387.Velocity = Vector3.new(9.42162828e-08, 0.00246719248, 1.23810264e-06)
  4418. Part387.Size = Vector3.new(0.275000006, 0.200000003, 0.213375002)
  4419. Part387.Anchored = true
  4420. Part387.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4421. Part387.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4422. Part387.BrickColor = BrickColor.new("Bright blue")
  4423. Part387.CanCollide = false
  4424. Part387.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4425. Part387.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4426. Part387.Material = Enum.Material.Neon
  4427. Part387.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4428. Part387.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  4429. Part387.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4430. Part387.brickColor = BrickColor.new("Bright blue")
  4431. SpecialMesh388.Parent = Part387
  4432. SpecialMesh388.Scale = Vector3.new(0.550000012, 0.25, 0.5)
  4433. SpecialMesh388.MeshType = Enum.MeshType.Wedge
  4434. Part389.Parent = Model0
  4435. Part389.CFrame = CFrame.new(-0.615387738, 3.25427985, -11.9957829, -0.999985635, -0.00162816129, -0.00510668149, -0.00513661886, 0.0189460143, 0.999807417, -0.00153109606, 0.999819279, -0.0189541057)
  4436. Part389.Orientation = Vector3.new(-88.8799973, -164.919998, -15.1700001)
  4437. Part389.Position = Vector3.new(-0.615387738, 3.25427985, -11.9957829)
  4438. Part389.Rotation = Vector3.new(-91.0899963, -0.289999992, 179.909988)
  4439. Part389.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4440. Part389.Velocity = Vector3.new(5.62967202e-08, 0.00247105281, 7.39798622e-07)
  4441. Part389.Size = Vector3.new(0.275000006, 0.206125051, 0.280375004)
  4442. Part389.Anchored = true
  4443. Part389.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4444. Part389.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4445. Part389.BrickColor = BrickColor.new("Really black")
  4446. Part389.CanCollide = false
  4447. Part389.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4448. Part389.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4449. Part389.Material = Enum.Material.Metal
  4450. Part389.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4451. Part389.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  4452. Part389.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4453. Part389.brickColor = BrickColor.new("Really black")
  4454. SpecialMesh390.Parent = Part389
  4455. SpecialMesh390.Scale = Vector3.new(0.400000006, 0.560000002, 0.5)
  4456. SpecialMesh390.MeshType = Enum.MeshType.Wedge
  4457. Part391.Parent = Model0
  4458. Part391.CFrame = CFrame.new(-0.614540219, 3.2634635, -12.5800533, -0.999985635, -0.00162816129, -0.00510668149, -0.00513661886, 0.0189460143, 0.999807417, -0.00153109606, 0.999819279, -0.0189541057)
  4459. Part391.Orientation = Vector3.new(-88.8799973, -164.919998, -15.1700001)
  4460. Part391.Position = Vector3.new(-0.614540219, 3.2634635, -12.5800533)
  4461. Part391.Rotation = Vector3.new(-91.0899963, -0.289999992, 179.909988)
  4462. Part391.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4463. Part391.Velocity = Vector3.new(5.48404984e-08, 0.00246983557, 7.20662456e-07)
  4464. Part391.Size = Vector3.new(0.275000006, 0.405125052, 0.211375013)
  4465. Part391.Anchored = true
  4466. Part391.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4467. Part391.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4468. Part391.BrickColor = BrickColor.new("Really black")
  4469. Part391.CanCollide = false
  4470. Part391.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4471. Part391.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4472. Part391.Material = Enum.Material.Metal
  4473. Part391.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4474. Part391.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  4475. Part391.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4476. Part391.brickColor = BrickColor.new("Really black")
  4477. SpecialMesh392.Parent = Part391
  4478. SpecialMesh392.Scale = Vector3.new(0.5, 0.560000002, 0.5)
  4479. SpecialMesh392.MeshType = Enum.MeshType.Wedge
  4480. Part393.Parent = Model0
  4481. Part393.CFrame = CFrame.new(-0.608892262, 2.75060058, -14.5502081, -0.999985635, 0.00114323408, -0.00523646409, -0.00513646565, -0.483495802, 0.8753317, -0.00153109885, 0.875346065, 0.483494699)
  4482. Part393.Orientation = Vector3.new(-61.079998, -0.620000005, -179.389999)
  4483. Part393.Position = Vector3.new(-0.608892262, 2.75060058, -14.5502081)
  4484. Part393.Rotation = Vector3.new(-61.0900002, -0.299999982, -179.929993)
  4485. Part393.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4486. Part393.Velocity = Vector3.new(1.36162924e-07, 0.00246573123, 1.78932657e-06)
  4487. Part393.Size = Vector3.new(0.275000006, 0.409124911, 0.268375039)
  4488. Part393.Anchored = true
  4489. Part393.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4490. Part393.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4491. Part393.BrickColor = BrickColor.new("Really black")
  4492. Part393.CanCollide = false
  4493. Part393.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4494. Part393.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4495. Part393.Material = Enum.Material.Metal
  4496. Part393.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4497. Part393.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  4498. Part393.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4499. Part393.brickColor = BrickColor.new("Really black")
  4500. SpecialMesh394.Parent = Part393
  4501. SpecialMesh394.Scale = Vector3.new(0.349999994, 1, 1)
  4502. SpecialMesh394.MeshType = Enum.MeshType.Brick
  4503. Part395.Parent = Model0
  4504. Part395.CFrame = CFrame.new(-0.606766462, 3.43472743, -18.2343674, 0.999985635, -0.00103941432, 0.00525853038, 0.0051369979, -0.0943565816, -0.99552542, 0.00153093971, 0.995537996, -0.0943498909)
  4505. Part395.Orientation = Vector3.new(84.5800018, 176.809998, 176.87999)
  4506. Part395.Position = Vector3.new(-0.606766462, 3.43472743, -18.2343674)
  4507. Part395.Rotation = Vector3.new(95.409996, 0.299999982, 0.0599999987)
  4508. Part395.Color = Color3.new(0.0509804, 0.411765, 0.67451)
  4509. Part395.Velocity = Vector3.new(2.76838534e-08, 0.00245805481, 3.63795948e-07)
  4510. Part395.Size = Vector3.new(0.275000006, 1.04612494, 0.214375019)
  4511. Part395.Anchored = true
  4512. Part395.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4513. Part395.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4514. Part395.BrickColor = BrickColor.new("Bright blue")
  4515. Part395.CanCollide = false
  4516. Part395.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4517. Part395.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4518. Part395.Material = Enum.Material.Neon
  4519. Part395.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4520. Part395.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  4521. Part395.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4522. Part395.brickColor = BrickColor.new("Bright blue")
  4523. SpecialMesh396.Parent = Part395
  4524. SpecialMesh396.Scale = Vector3.new(0.449999988, 0.899999976, 0.100000001)
  4525. SpecialMesh396.MeshType = Enum.MeshType.Brick
  4526. Part397.Parent = Model0
  4527. Part397.CFrame = CFrame.new(-0.638540506, 2.9091177, -16.128315, 0.00135860231, -0.999985635, -0.00518506905, 0.0334058255, -0.00513679488, 0.999428749, -0.999441087, -0.00153103739, 0.0333983675)
  4528. Part397.Orientation = Vector3.new(-88.0599976, -8.81999969, 98.7399979)
  4529. Part397.Position = Vector3.new(-0.638540506, 2.9091177, -16.128315)
  4530. Part397.Rotation = Vector3.new(-88.0899963, -0.299999982, 89.9199982)
  4531. Part397.Color = Color3.new(0.384314, 0.145098, 0.819608)
  4532. Part397.Velocity = Vector3.new(1.11027532e-07, 0.00246243807, 1.45902084e-06)
  4533. Part397.Size = Vector3.new(1.625, 0.200000003, 0.296375006)
  4534. Part397.Anchored = true
  4535. Part397.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4536. Part397.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4537. Part397.BrickColor = BrickColor.new("Royal purple")
  4538. Part397.CanCollide = false
  4539. Part397.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4540. Part397.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4541. Part397.Material = Enum.Material.Neon
  4542. Part397.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4543. Part397.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  4544. Part397.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4545. Part397.brickColor = BrickColor.new("Royal purple")
  4546. SpecialMesh398.Parent = Part397
  4547. SpecialMesh398.Scale = Vector3.new(1, 0.300000012, 0.5)
  4548. SpecialMesh398.MeshType = Enum.MeshType.Wedge
  4549. Part399.Parent = Model0
  4550. Part399.CFrame = CFrame.new(-0.614644945, 3.60375571, -13.6545372, -0.999985635, -0.00162807142, -0.00510653527, -0.00513647031, 0.0189459249, 0.999807417, -0.00153100933, 0.999819279, -0.0189540163)
  4551. Part399.Orientation = Vector3.new(-88.8799973, -164.919998, -15.1700001)
  4552. Part399.Position = Vector3.new(-0.614644945, 3.60375571, -13.6545372)
  4553. Part399.Rotation = Vector3.new(-91.0899963, -0.289999992, 179.909988)
  4554. Part399.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4555. Part399.Velocity = Vector3.new(8.81826168e-10, 0.00246759667, 1.1587872e-08)
  4556. Part399.Size = Vector3.new(0.275000006, 0.51412493, 0.622375011)
  4557. Part399.Anchored = true
  4558. Part399.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4559. Part399.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4560. Part399.BrickColor = BrickColor.new("Really black")
  4561. Part399.CanCollide = false
  4562. Part399.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4563. Part399.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4564. Part399.Material = Enum.Material.Metal
  4565. Part399.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4566. Part399.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  4567. Part399.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4568. Part399.brickColor = BrickColor.new("Really black")
  4569. SpecialMesh400.Parent = Part399
  4570. SpecialMesh400.Scale = Vector3.new(0.400000006, 1.04999995, 0.5)
  4571. SpecialMesh400.MeshType = Enum.MeshType.Brick
  4572. Part401.Parent = Model0
  4573. Part401.CFrame = CFrame.new(-0.577553451, 2.93009853, -15.210207, -0.00336827105, 0.999985635, -0.0041695768, 0.380026042, 0.00513680326, 0.924961627, 0.924969733, 0.00153097301, -0.380037904)
  4574. Part401.Orientation = Vector3.new(-67.659996, -179.369995, 89.2299957)
  4575. Part401.Position = Vector3.new(-0.577553451, 2.93009853, -15.210207)
  4576. Part401.Rotation = Vector3.new(-112.339996, -0.239999995, -90.1899948)
  4577. Part401.Color = Color3.new(0.384314, 0.145098, 0.819608)
  4578. Part401.Velocity = Vector3.new(1.07700714e-07, 0.00246436079, 1.41530256e-06)
  4579. Part401.Size = Vector3.new(0.288000047, 0.200000003, 0.27837503)
  4580. Part401.Anchored = true
  4581. Part401.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4582. Part401.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4583. Part401.BrickColor = BrickColor.new("Royal purple")
  4584. Part401.CanCollide = false
  4585. Part401.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4586. Part401.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4587. Part401.Material = Enum.Material.Neon
  4588. Part401.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4589. Part401.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  4590. Part401.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4591. Part401.brickColor = BrickColor.new("Royal purple")
  4592. SpecialMesh402.Parent = Part401
  4593. SpecialMesh402.Scale = Vector3.new(1, 0.300000012, 0.5)
  4594. SpecialMesh402.MeshType = Enum.MeshType.Wedge
  4595. Part403.Parent = Model0
  4596. Part403.CFrame = CFrame.new(-0.610871017, 3.00987482, -14.1263742, -0.999985635, 0.00162795268, 0.00510695158, -0.00513688475, -0.0189460143, -0.999807417, -0.00153088232, -0.999819279, 0.0189541057)
  4597. Part403.Orientation = Vector3.new(88.8799973, 15.0799999, -164.830002)
  4598. Part403.Position = Vector3.new(-0.610871017, 3.00987482, -14.1263742)
  4599. Part403.Rotation = Vector3.new(88.909996, 0.289999992, -179.909988)
  4600. Part403.Color = Color3.new(0.0509804, 0.411765, 0.67451)
  4601. Part403.Velocity = Vector3.new(9.5050936e-08, 0.00246661413, 1.24907092e-06)
  4602. Part403.Size = Vector3.new(0.275000006, 0.207000002, 0.213375002)
  4603. Part403.Anchored = true
  4604. Part403.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4605. Part403.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4606. Part403.BrickColor = BrickColor.new("Bright blue")
  4607. Part403.CanCollide = false
  4608. Part403.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4609. Part403.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4610. Part403.Material = Enum.Material.Neon
  4611. Part403.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4612. Part403.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  4613. Part403.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4614. Part403.brickColor = BrickColor.new("Bright blue")
  4615. SpecialMesh404.Parent = Part403
  4616. SpecialMesh404.Scale = Vector3.new(0.550000012, 0.25, 0.5)
  4617. SpecialMesh404.MeshType = Enum.MeshType.Wedge
  4618. Part405.Parent = Model0
  4619. Part405.CFrame = CFrame.new(-0.576041341, 2.90943861, -16.1282196, -0.00135869172, 0.999985635, -0.00518506905, -0.0334058292, 0.00513679255, 0.999428749, 0.999441028, 0.00153112656, 0.0333983749)
  4620. Part405.Orientation = Vector3.new(-88.0599976, -8.81999969, -81.2599945)
  4621. Part405.Position = Vector3.new(-0.576041341, 2.90943861, -16.1282196)
  4622. Part405.Rotation = Vector3.new(-88.0899963, -0.299999982, -90.0799942)
  4623. Part405.Color = Color3.new(0.384314, 0.145098, 0.819608)
  4624. Part405.Velocity = Vector3.new(1.10976643e-07, 0.00246244832, 1.45835213e-06)
  4625. Part405.Size = Vector3.new(1.625, 0.200000003, 0.296375006)
  4626. Part405.Anchored = true
  4627. Part405.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4628. Part405.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4629. Part405.BrickColor = BrickColor.new("Royal purple")
  4630. Part405.CanCollide = false
  4631. Part405.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4632. Part405.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4633. Part405.Material = Enum.Material.Neon
  4634. Part405.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4635. Part405.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  4636. Part405.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4637. Part405.brickColor = BrickColor.new("Royal purple")
  4638. SpecialMesh406.Parent = Part405
  4639. SpecialMesh406.Scale = Vector3.new(1, 0.300000012, 0.5)
  4640. SpecialMesh406.MeshType = Enum.MeshType.Wedge
  4641. Part407.Parent = Model0
  4642. Part407.CFrame = CFrame.new(-0.61728102, 3.21630335, -10.6318092, -0.999985635, -0.00414685067, -0.00339615461, -0.00513672922, 0.560423911, 0.828190207, -0.00153109396, 0.828195751, -0.560437143)
  4643. Part407.Orientation = Vector3.new(-55.9099998, -179.649994, -0.529999971)
  4644. Part407.Position = Vector3.new(-0.61728102, 3.21630335, -10.6318092)
  4645. Part407.Rotation = Vector3.new(-124.089996, -0.189999998, 179.759995)
  4646. Part407.Color = Color3.new(0.0509804, 0.411765, 0.67451)
  4647. Part407.Velocity = Vector3.new(6.23185059e-08, 0.00247389474, 8.18931142e-07)
  4648. Part407.Size = Vector3.new(0.200000003, 0.46875, 0.220999971)
  4649. Part407.Anchored = true
  4650. Part407.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4651. Part407.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4652. Part407.BrickColor = BrickColor.new("Bright blue")
  4653. Part407.CanCollide = false
  4654. Part407.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4655. Part407.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4656. Part407.Material = Enum.Material.Neon
  4657. Part407.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4658. Part407.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  4659. Part407.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4660. Part407.brickColor = BrickColor.new("Bright blue")
  4661. SpecialMesh408.Parent = Part407
  4662. SpecialMesh408.Scale = Vector3.new(0.5, 1, 0.25)
  4663. SpecialMesh408.MeshType = Enum.MeshType.Brick
  4664. Part409.Parent = Model0
  4665. Part409.CFrame = CFrame.new(-0.612716079, 3.04616904, -13.0423889, -0.999985635, -0.00162816129, -0.00510668149, -0.00513661886, 0.0189460143, 0.999807417, -0.00153109606, 0.999819279, -0.0189541057)
  4666. Part409.Orientation = Vector3.new(-88.8799973, -164.919998, -15.1700001)
  4667. Part409.Position = Vector3.new(-0.612716079, 3.04616904, -13.0423889)
  4668. Part409.Rotation = Vector3.new(-91.0899963, -0.289999992, 179.909988)
  4669. Part409.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4670. Part409.Velocity = Vector3.new(8.92959378e-08, 0.00246887235, 1.17344382e-06)
  4671. Part409.Size = Vector3.new(0.275000006, 0.35512504, 0.283374995)
  4672. Part409.Anchored = true
  4673. Part409.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4674. Part409.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4675. Part409.BrickColor = BrickColor.new("Really black")
  4676. Part409.CanCollide = false
  4677. Part409.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4678. Part409.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4679. Part409.Material = Enum.Material.Metal
  4680. Part409.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4681. Part409.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  4682. Part409.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4683. Part409.brickColor = BrickColor.new("Really black")
  4684. SpecialMesh410.Parent = Part409
  4685. SpecialMesh410.Scale = Vector3.new(0.400000006, 0.560000002, 0.5)
  4686. SpecialMesh410.MeshType = Enum.MeshType.Wedge
  4687. Part411.Parent = Model0
  4688. Part411.CFrame = CFrame.new(-0.614045858, 3.38228369, -13.3029222, 0.999985635, 0.00162801193, -0.00510688825, 0.00513682282, -0.0189459547, 0.999807417, 0.00153094309, -0.999819279, -0.0189540461)
  4689. Part411.Orientation = Vector3.new(-88.8799973, -164.919998, 164.830002)
  4690. Part411.Position = Vector3.new(-0.614045858, 3.38228369, -13.3029222)
  4691. Part411.Rotation = Vector3.new(-91.0899963, -0.289999992, -0.0899999961)
  4692. Part411.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4693. Part411.Velocity = Vector3.new(3.59996903e-08, 0.00246832939, 4.73074152e-07)
  4694. Part411.Size = Vector3.new(0.275000006, 0.204125047, 0.287375003)
  4695. Part411.Anchored = true
  4696. Part411.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4697. Part411.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4698. Part411.BrickColor = BrickColor.new("Really black")
  4699. Part411.CanCollide = false
  4700. Part411.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4701. Part411.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4702. Part411.Material = Enum.Material.Metal
  4703. Part411.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4704. Part411.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  4705. Part411.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4706. Part411.brickColor = BrickColor.new("Really black")
  4707. SpecialMesh412.Parent = Part411
  4708. SpecialMesh412.Scale = Vector3.new(0.5, 0.5, 0.5)
  4709. SpecialMesh412.MeshType = Enum.MeshType.Wedge
  4710. Part413.Parent = Model0
  4711. Part413.CFrame = CFrame.new(-0.609584808, 2.93011069, -14.6988583, -0.999985635, -0.00476218108, -0.00245960802, -0.00513651408, 0.720367968, 0.693573236, -0.00153109804, 0.693575919, -0.720382035)
  4712. Part413.Orientation = Vector3.new(-43.9099998, -179.800003, -0.409999996)
  4713. Part413.Position = Vector3.new(-0.609584808, 2.93011069, -14.6988583)
  4714. Part413.Rotation = Vector3.new(-136.089996, -0.140000001, 179.729996)
  4715. Part413.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4716. Part413.Velocity = Vector3.new(1.07698781e-07, 0.00246542133, 1.41527721e-06)
  4717. Part413.Size = Vector3.new(0.275000006, 0.484124899, 0.227375031)
  4718. Part413.Anchored = true
  4719. Part413.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4720. Part413.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4721. Part413.BrickColor = BrickColor.new("Really black")
  4722. Part413.CanCollide = false
  4723. Part413.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4724. Part413.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4725. Part413.Material = Enum.Material.Metal
  4726. Part413.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4727. Part413.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  4728. Part413.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4729. Part413.brickColor = BrickColor.new("Really black")
  4730. SpecialMesh414.Parent = Part413
  4731. SpecialMesh414.Scale = Vector3.new(0.349999994, 0.300000012, 1)
  4732. SpecialMesh414.MeshType = Enum.MeshType.Brick
  4733. Part415.Parent = Model0
  4734. Part415.CFrame = CFrame.new(-0.606956184, 3.40465999, -18.0096188, 0.999985635, -0.0010395617, 0.00525854016, 0.00513699278, -0.0943568796, -0.99552542, 0.00153108896, 0.995537996, -0.094350189)
  4735. Part415.Orientation = Vector3.new(84.5800018, 176.809998, 176.87999)
  4736. Part415.Position = Vector3.new(-0.606956184, 3.40465999, -18.0096188)
  4737. Part415.Rotation = Vector3.new(95.409996, 0.299999982, 0.0599999987)
  4738. Part415.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4739. Part415.Velocity = Vector3.new(3.24515206e-08, 0.00245852303, 4.26448139e-07)
  4740. Part415.Size = Vector3.new(0.275000006, 1.46012485, 0.422374964)
  4741. Part415.Anchored = true
  4742. Part415.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4743. Part415.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4744. Part415.BrickColor = BrickColor.new("Really black")
  4745. Part415.CanCollide = false
  4746. Part415.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4747. Part415.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4748. Part415.Material = Enum.Material.Metal
  4749. Part415.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4750. Part415.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  4751. Part415.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4752. Part415.brickColor = BrickColor.new("Really black")
  4753. SpecialMesh416.Parent = Part415
  4754. SpecialMesh416.Scale = Vector3.new(0.400000006, 1, 0.5)
  4755. SpecialMesh416.MeshType = Enum.MeshType.Brick
  4756. Part417.Parent = Model0
  4757. Part417.CFrame = CFrame.new(-0.613238811, 3.32843637, -13.6493177, -0.999985635, -0.00162807142, -0.00510653527, -0.00513647031, 0.0189459249, 0.999807417, -0.00153100933, 0.999819279, -0.0189540163)
  4758. Part417.Orientation = Vector3.new(-88.8799973, -164.919998, -15.1700001)
  4759. Part417.Position = Vector3.new(-0.613238811, 3.32843637, -13.6493177)
  4760. Part417.Rotation = Vector3.new(-91.0899963, -0.289999992, 179.909988)
  4761. Part417.Color = Color3.new(0.384314, 0.145098, 0.819608)
  4762. Part417.Velocity = Vector3.new(4.45380195e-08, 0.00246760761, 5.85277007e-07)
  4763. Part417.Size = Vector3.new(0.275000006, 0.320124894, 0.316374987)
  4764. Part417.Anchored = true
  4765. Part417.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4766. Part417.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4767. Part417.BrickColor = BrickColor.new("Royal purple")
  4768. Part417.CanCollide = false
  4769. Part417.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4770. Part417.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4771. Part417.Material = Enum.Material.Neon
  4772. Part417.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4773. Part417.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  4774. Part417.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4775. Part417.brickColor = BrickColor.new("Royal purple")
  4776. SpecialMesh418.Parent = Part417
  4777. SpecialMesh418.Scale = Vector3.new(0.457500011, 1, 1)
  4778. SpecialMesh418.MeshType = Enum.MeshType.Cylinder
  4779. Part419.Parent = Model0
  4780. Part419.CFrame = CFrame.new(-0.616606832, 3.19626212, -11.004673, -0.999985635, -0.000250895391, -0.00535403285, -0.00513659744, -0.24046874, 0.970643461, -0.001531007, 0.970656931, 0.240463987)
  4781. Part419.Orientation = Vector3.new(-76.0800018, -1.27999997, -178.779999)
  4782. Part419.Position = Vector3.new(-0.616606832, 3.19626212, -11.004673)
  4783. Part419.Rotation = Vector3.new(-76.0899963, -0.310000002, 179.98999)
  4784. Part419.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4785. Part419.Velocity = Vector3.new(6.54963515e-08, 0.00247311778, 8.606915e-07)
  4786. Part419.Size = Vector3.new(0.275000006, 0.418250024, 0.25)
  4787. Part419.Anchored = true
  4788. Part419.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4789. Part419.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4790. Part419.BrickColor = BrickColor.new("Really black")
  4791. Part419.CanCollide = false
  4792. Part419.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4793. Part419.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4794. Part419.Material = Enum.Material.Metal
  4795. Part419.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4796. Part419.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  4797. Part419.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4798. Part419.brickColor = BrickColor.new("Really black")
  4799. SpecialMesh420.Parent = Part419
  4800. SpecialMesh420.Scale = Vector3.new(0.5, 1, 0.25)
  4801. SpecialMesh420.MeshType = Enum.MeshType.Brick
  4802. Part421.Parent = Model0
  4803. Part421.CFrame = CFrame.new(-0.610599458, 3.09770298, -14.5984182, -0.999985635, 0.00510674436, -0.0016279578, -0.00513667939, -0.999807417, 0.0189470276, -0.00153088616, 0.018955119, 0.999819279)
  4804. Part421.Orientation = Vector3.new(-1.09000003, -0.0899999961, -179.709991)
  4805. Part421.Position = Vector3.new(-0.610599458, 3.09770298, -14.5984182)
  4806. Part421.Rotation = Vector3.new(-1.09000003, -0.0899999961, -179.709991)
  4807. Part421.Color = Color3.new(0.972549, 0.972549, 0.972549)
  4808. Part421.Velocity = Vector3.new(8.1124405e-08, 0.00246563042, 1.06606149e-06)
  4809. Part421.Size = Vector3.new(0.275000006, 0.200124964, 0.287375033)
  4810. Part421.Anchored = true
  4811. Part421.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4812. Part421.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4813. Part421.BrickColor = BrickColor.new("Institutional white")
  4814. Part421.CanCollide = false
  4815. Part421.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4816. Part421.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4817. Part421.Material = Enum.Material.Metal
  4818. Part421.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4819. Part421.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  4820. Part421.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4821. Part421.brickColor = BrickColor.new("Institutional white")
  4822. SpecialMesh422.Parent = Part421
  4823. SpecialMesh422.Scale = Vector3.new(0.560000002, 1, 0.899999976)
  4824. SpecialMesh422.MeshType = Enum.MeshType.Wedge
  4825. Part423.Parent = Model0
  4826. Part423.CFrame = CFrame.new(-0.608857095, 2.56135106, -13.9388657, -0.999985635, -0.00289438874, -0.00451127253, -0.00513661513, 0.277069688, 0.960836291, -0.00153109606, 0.96084559, -0.277080595)
  4827. Part423.Orientation = Vector3.new(-73.909996, -179.069992, -1.05999994)
  4828. Part423.Position = Vector3.new(-0.608857095, 2.56135106, -13.9388657)
  4829. Part423.Rotation = Vector3.new(-106.089996, -0.25999999, 179.830002)
  4830. Part423.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4831. Part423.Velocity = Vector3.new(1.66171404e-07, 0.00246700505, 2.18366995e-06)
  4832. Part423.Size = Vector3.new(0.275000006, 0.409124941, 0.360375017)
  4833. Part423.Anchored = true
  4834. Part423.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4835. Part423.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4836. Part423.BrickColor = BrickColor.new("Really black")
  4837. Part423.CanCollide = false
  4838. Part423.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4839. Part423.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4840. Part423.Material = Enum.Material.Metal
  4841. Part423.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4842. Part423.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  4843. Part423.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4844. Part423.brickColor = BrickColor.new("Really black")
  4845. SpecialMesh424.Parent = Part423
  4846. SpecialMesh424.Scale = Vector3.new(0.349999994, 1, 1)
  4847. SpecialMesh424.MeshType = Enum.MeshType.Brick
  4848. Part425.Parent = Model0
  4849. Part425.CFrame = CFrame.new(-0.610883415, 2.94288707, -13.8941879, -0.999985635, -0.00162807154, -0.00510650687, -0.00513644237, 0.0189459547, 0.999807417, -0.00153100991, 0.999819279, -0.0189540461)
  4850. Part425.Orientation = Vector3.new(-88.8799973, -164.919998, -15.1700001)
  4851. Part425.Position = Vector3.new(-0.610883415, 2.94288707, -13.8941879)
  4852. Part425.Rotation = Vector3.new(-91.0899963, -0.289999992, 179.909988)
  4853. Part425.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4854. Part425.Velocity = Vector3.new(1.05672896e-07, 0.00246709795, 1.38865482e-06)
  4855. Part425.Size = Vector3.new(0.275000006, 0.228, 0.213375002)
  4856. Part425.Anchored = true
  4857. Part425.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4858. Part425.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4859. Part425.BrickColor = BrickColor.new("Really black")
  4860. Part425.CanCollide = false
  4861. Part425.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4862. Part425.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4863. Part425.Material = Enum.Material.Metal
  4864. Part425.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4865. Part425.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  4866. Part425.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4867. Part425.brickColor = BrickColor.new("Really black")
  4868. SpecialMesh426.Parent = Part425
  4869. SpecialMesh426.Scale = Vector3.new(0.569999993, 0.125, 0.375)
  4870. SpecialMesh426.MeshType = Enum.MeshType.Wedge
  4871. Part427.Parent = Model0
  4872. Part427.CFrame = CFrame.new(-0.612252593, 3.11727381, -13.584939, -0.999985635, -0.00162807154, -0.00510656228, -0.00513649778, 0.0189459547, 0.999807417, -0.00153100886, 0.999819279, -0.0189540461)
  4873. Part427.Orientation = Vector3.new(-88.8799973, -164.919998, -15.1700001)
  4874. Part427.Position = Vector3.new(-0.612252593, 3.11727381, -13.584939)
  4875. Part427.Rotation = Vector3.new(-91.0899963, -0.289999992, 179.909988)
  4876. Part427.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4877. Part427.Velocity = Vector3.new(7.80211593e-08, 0.00246774196, 1.02528122e-06)
  4878. Part427.Size = Vector3.new(0.275000006, 0.398124993, 0.303375006)
  4879. Part427.Anchored = true
  4880. Part427.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4881. Part427.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4882. Part427.BrickColor = BrickColor.new("Really black")
  4883. Part427.CanCollide = false
  4884. Part427.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4885. Part427.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4886. Part427.Material = Enum.Material.Metal
  4887. Part427.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4888. Part427.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  4889. Part427.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4890. Part427.brickColor = BrickColor.new("Really black")
  4891. SpecialMesh428.Parent = Part427
  4892. SpecialMesh428.Scale = Vector3.new(0.5, 1, 1)
  4893. SpecialMesh428.MeshType = Enum.MeshType.Brick
  4894. Part429.Parent = Model0
  4895. Part429.CFrame = CFrame.new(-0.612551332, 3.35195827, -14.1766062, 0.999985635, 0.0047621401, -0.00246015727, 0.00513686566, -0.720367908, 0.693573296, 0.00153067405, -0.693575978, -0.720381975)
  4896. Part429.Orientation = Vector3.new(-43.9099998, -179.800003, 179.589996)
  4897. Part429.Position = Vector3.new(-0.612551332, 3.35195827, -14.1766062)
  4898. Part429.Rotation = Vector3.new(-136.089996, -0.140000001, -0.269999981)
  4899. Part429.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4900. Part429.Velocity = Vector3.new(4.08082492e-08, 0.00246650912, 5.36263883e-07)
  4901. Part429.Size = Vector3.new(0.275000006, 0.331124961, 0.412375003)
  4902. Part429.Anchored = true
  4903. Part429.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4904. Part429.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4905. Part429.BrickColor = BrickColor.new("Really black")
  4906. Part429.CanCollide = false
  4907. Part429.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4908. Part429.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4909. Part429.Material = Enum.Material.Metal
  4910. Part429.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4911. Part429.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  4912. Part429.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4913. Part429.brickColor = BrickColor.new("Really black")
  4914. SpecialMesh430.Parent = Part429
  4915. SpecialMesh430.Scale = Vector3.new(0.5, 1.04999995, 0.5)
  4916. SpecialMesh430.MeshType = Enum.MeshType.Brick
  4917. Part431.Parent = Model0
  4918. Part431.CFrame = CFrame.new(-0.578086436, 2.53643656, -13.5418949, -0.00476215873, 0.999985635, -0.00245991186, 0.72036773, 0.00513670826, 0.693573475, 0.693576157, 0.00153086532, -0.720381796)
  4919. Part431.Orientation = Vector3.new(-43.9099998, -179.800003, 89.5899963)
  4920. Part431.Position = Vector3.new(-0.578086436, 2.53643656, -13.5418949)
  4921. Part431.Rotation = Vector3.new(-136.089996, -0.140000001, -90.2699966)
  4922. Part431.Color = Color3.new(0.384314, 0.145098, 0.819608)
  4923. Part431.Velocity = Vector3.new(1.70122007e-07, 0.00246783718, 2.23558482e-06)
  4924. Part431.Size = Vector3.new(0.421999991, 0.200000003, 0.280375004)
  4925. Part431.Anchored = true
  4926. Part431.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4927. Part431.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4928. Part431.BrickColor = BrickColor.new("Royal purple")
  4929. Part431.CanCollide = false
  4930. Part431.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4931. Part431.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4932. Part431.Material = Enum.Material.Neon
  4933. Part431.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4934. Part431.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  4935. Part431.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4936. Part431.brickColor = BrickColor.new("Royal purple")
  4937. SpecialMesh432.Parent = Part431
  4938. SpecialMesh432.Scale = Vector3.new(1, 0.300000012, 0.5)
  4939. SpecialMesh432.MeshType = Enum.MeshType.Wedge
  4940. Part433.Parent = Model0
  4941. Part433.CFrame = CFrame.new(-0.647041559, 3.82817221, -13.658843, -0.00162801228, -0.999985635, 0.00510653481, 0.0189460143, -0.00513646938, -0.999807417, 0.999819279, -0.00153094972, 0.0189541057)
  4942. Part433.Orientation = Vector3.new(88.8799973, 15.0799999, 105.169998)
  4943. Part433.Position = Vector3.new(-0.647041559, 3.82817221, -13.658843)
  4944. Part433.Rotation = Vector3.new(88.909996, 0.289999992, 90.0899963)
  4945. Part433.Color = Color3.new(0.384314, 0.145098, 0.819608)
  4946. Part433.Velocity = Vector3.new(-3.47029321e-08, 0.00246758247, -4.56033831e-07)
  4947. Part433.Size = Vector3.new(0.643000007, 0.200000003, 0.280375004)
  4948. Part433.Anchored = true
  4949. Part433.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4950. Part433.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4951. Part433.BrickColor = BrickColor.new("Royal purple")
  4952. Part433.CanCollide = false
  4953. Part433.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4954. Part433.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4955. Part433.Material = Enum.Material.Neon
  4956. Part433.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4957. Part433.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  4958. Part433.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4959. Part433.brickColor = BrickColor.new("Royal purple")
  4960. SpecialMesh434.Parent = Part433
  4961. SpecialMesh434.Scale = Vector3.new(1, 0.300000012, 0.5)
  4962. SpecialMesh434.MeshType = Enum.MeshType.Wedge
  4963. Part435.Parent = Model0
  4964. Part435.CFrame = CFrame.new(-0.610847712, 3.10699439, -14.4674244, 0.999985635, 0.00345827825, -0.00409521349, 0.00513684051, -0.400113374, 0.916451454, 0.00153079373, -0.916459262, -0.400125414)
  4965. Part435.Orientation = Vector3.new(-66.409996, -179.409988, 179.259995)
  4966. Part435.Position = Vector3.new(-0.610847712, 3.10699439, -14.4674244)
  4967. Part435.Rotation = Vector3.new(-113.589996, -0.229999989, -0.199999988)
  4968. Part435.Color = Color3.new(0.384314, 0.145098, 0.819608)
  4969. Part435.Velocity = Vector3.new(7.96511017e-08, 0.00246590329, 1.04670062e-06)
  4970. Part435.Size = Vector3.new(0.275000006, 0.23712492, 0.375375003)
  4971. Part435.Anchored = true
  4972. Part435.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4973. Part435.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4974. Part435.BrickColor = BrickColor.new("Royal purple")
  4975. Part435.CanCollide = false
  4976. Part435.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4977. Part435.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4978. Part435.Material = Enum.Material.Neon
  4979. Part435.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4980. Part435.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  4981. Part435.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4982. Part435.brickColor = BrickColor.new("Royal purple")
  4983. SpecialMesh436.Parent = Part435
  4984. SpecialMesh436.Scale = Vector3.new(0.524999976, 1.04999995, 0.800000012)
  4985. SpecialMesh436.MeshType = Enum.MeshType.Brick
  4986. Part437.Parent = Model0
  4987. Part437.CFrame = CFrame.new(-0.583012402, 3.6639781, -14.1030874, 0.00476215919, 0.999985635, 0.00246015075, -0.720367849, 0.0051368745, -0.693573356, -0.693576038, 0.00153069268, 0.720381975)
  4988. Part437.Orientation = Vector3.new(43.9099998, 0.199999988, -89.5899963)
  4989. Part437.Position = Vector3.new(-0.583012402, 3.6639781, -14.1030874)
  4990. Part437.Rotation = Vector3.new(43.9099998, 0.140000001, -89.7299957)
  4991. Part437.Color = Color3.new(0.384314, 0.145098, 0.819608)
  4992. Part437.Velocity = Vector3.new(-8.66738503e-09, 0.00246666698, -1.13898864e-07)
  4993. Part437.Size = Vector3.new(0.496000022, 0.200000003, 0.280375004)
  4994. Part437.Anchored = true
  4995. Part437.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4996. Part437.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4997. Part437.BrickColor = BrickColor.new("Royal purple")
  4998. Part437.CanCollide = false
  4999. Part437.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5000. Part437.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5001. Part437.Material = Enum.Material.Neon
  5002. Part437.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5003. Part437.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  5004. Part437.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5005. Part437.brickColor = BrickColor.new("Royal purple")
  5006. SpecialMesh438.Parent = Part437
  5007. SpecialMesh438.Scale = Vector3.new(1, 0.300000012, 0.5)
  5008. SpecialMesh438.MeshType = Enum.MeshType.Wedge
  5009. Part439.Parent = Model0
  5010. Part439.CFrame = CFrame.new(-0.609243929, 2.84955072, -14.6524963, -0.999985635, -0.00162816211, -0.00510652829, -0.00513646565, 0.0189461932, 0.999807417, -0.00153109885, 0.999819279, -0.0189542845)
  5011. Part439.Orientation = Vector3.new(-88.8799973, -164.919998, -15.1700001)
  5012. Part439.Position = Vector3.new(-0.609243929, 2.84955072, -14.6524963)
  5013. Part439.Rotation = Vector3.new(-91.0899963, -0.289999992, 179.909988)
  5014. Part439.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5015. Part439.Velocity = Vector3.new(1.20472833e-07, 0.00246551796, 1.58314185e-06)
  5016. Part439.Size = Vector3.new(0.275000006, 0.287124902, 0.227375031)
  5017. Part439.Anchored = true
  5018. Part439.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5019. Part439.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5020. Part439.BrickColor = BrickColor.new("Really black")
  5021. Part439.CanCollide = false
  5022. Part439.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5023. Part439.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5024. Part439.Material = Enum.Material.Metal
  5025. Part439.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5026. Part439.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  5027. Part439.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5028. Part439.brickColor = BrickColor.new("Really black")
  5029. SpecialMesh440.Parent = Part439
  5030. SpecialMesh440.Scale = Vector3.new(0.349999994, 1, 1)
  5031. SpecialMesh440.MeshType = Enum.MeshType.Brick
  5032. Part441.Parent = Model0
  5033. Part441.CFrame = CFrame.new(-0.610548377, 2.83942795, -13.765955, -0.999985635, -0.00162816129, -0.00510662561, -0.00513656298, 0.0189460143, 0.999807417, -0.00153109711, 0.999819279, -0.0189541057)
  5034. Part441.Orientation = Vector3.new(-88.8799973, -164.919998, -15.1700001)
  5035. Part441.Position = Vector3.new(-0.610548377, 2.83942795, -13.765955)
  5036. Part441.Rotation = Vector3.new(-91.0899963, -0.289999992, 179.909988)
  5037. Part441.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5038. Part441.Velocity = Vector3.new(1.22077964e-07, 0.002467365, 1.60423497e-06)
  5039. Part441.Size = Vector3.new(0.275000006, 0.304124922, 0.267374992)
  5040. Part441.Anchored = true
  5041. Part441.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5042. Part441.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5043. Part441.BrickColor = BrickColor.new("Really black")
  5044. Part441.CanCollide = false
  5045. Part441.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5046. Part441.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5047. Part441.Material = Enum.Material.Metal
  5048. Part441.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5049. Part441.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  5050. Part441.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5051. Part441.brickColor = BrickColor.new("Really black")
  5052. SpecialMesh442.Parent = Part441
  5053. SpecialMesh442.Scale = Vector3.new(0.495000005, 1, 1)
  5054. SpecialMesh442.MeshType = Enum.MeshType.Wedge
  5055. Part443.Parent = Model0
  5056. Part443.CFrame = CFrame.new(-0.584542513, 3.82849336, -13.6587467, 0.00162807188, 0.999985635, 0.00510653481, -0.0189460143, 0.00513647031, -0.999807417, -0.999819279, 0.00153100933, 0.0189541057)
  5057. Part443.Orientation = Vector3.new(88.8799973, 15.0799999, -74.8300018)
  5058. Part443.Position = Vector3.new(-0.584542513, 3.82849336, -13.6587467)
  5059. Part443.Rotation = Vector3.new(88.909996, 0.289999992, -89.909996)
  5060. Part443.Color = Color3.new(0.384314, 0.145098, 0.819608)
  5061. Part443.Velocity = Vector3.new(-3.47538496e-08, 0.00246759271, -4.56702992e-07)
  5062. Part443.Size = Vector3.new(0.643000007, 0.200000003, 0.280375004)
  5063. Part443.Anchored = true
  5064. Part443.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5065. Part443.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5066. Part443.BrickColor = BrickColor.new("Royal purple")
  5067. Part443.CanCollide = false
  5068. Part443.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5069. Part443.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5070. Part443.Material = Enum.Material.Neon
  5071. Part443.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5072. Part443.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  5073. Part443.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5074. Part443.brickColor = BrickColor.new("Royal purple")
  5075. SpecialMesh444.Parent = Part443
  5076. SpecialMesh444.Scale = Vector3.new(1, 0.300000012, 0.5)
  5077. SpecialMesh444.MeshType = Enum.MeshType.Wedge
  5078. Part445.Parent = Model0
  5079. Part445.CFrame = CFrame.new(-0.618139863, 3.39627433, -10.6743059, 0.999985635, -0.0024899696, 0.00474630948, 0.00513651408, 0.192273051, -0.981328189, 0.00153088931, 0.981338441, 0.192283079)
  5080. Part445.Orientation = Vector3.new(78.909996, 1.40999997, 1.52999997)
  5081. Part445.Position = Vector3.new(-0.618139863, 3.39627433, -10.6743059)
  5082. Part445.Rotation = Vector3.new(78.909996, 0.269999981, 0.140000001)
  5083. Part445.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5084. Part445.Velocity = Vector3.new(3.37812835e-08, 0.00247380603, 4.43921522e-07)
  5085. Part445.Size = Vector3.new(0.275000006, 0.28125, 0.234375)
  5086. Part445.Anchored = true
  5087. Part445.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5088. Part445.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5089. Part445.BrickColor = BrickColor.new("Really black")
  5090. Part445.CanCollide = false
  5091. Part445.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5092. Part445.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5093. Part445.Material = Enum.Material.Metal
  5094. Part445.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5095. Part445.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  5096. Part445.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5097. Part445.brickColor = BrickColor.new("Really black")
  5098. SpecialMesh446.Parent = Part445
  5099. SpecialMesh446.Scale = Vector3.new(0.5, 1.04999995, 0.400000006)
  5100. SpecialMesh446.MeshType = Enum.MeshType.Brick
  5101. Part447.Parent = Model0
  5102. Part447.CFrame = CFrame.new(-0.612165928, 3.04279852, -13.3917465, -0.999985635, -0.00162807154, -0.00510656228, -0.00513649778, 0.0189459547, 0.999807417, -0.00153100886, 0.999819279, -0.0189540461)
  5103. Part447.Orientation = Vector3.new(-88.8799973, -164.919998, -15.1700001)
  5104. Part447.Position = Vector3.new(-0.612165928, 3.04279852, -13.3917465)
  5105. Part447.Rotation = Vector3.new(-91.0899963, -0.289999992, 179.909988)
  5106. Part447.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5107. Part447.Velocity = Vector3.new(8.98303796e-08, 0.00246814452, 1.18046705e-06)
  5108. Part447.Size = Vector3.new(0.275000006, 0.577124953, 0.303375006)
  5109. Part447.Anchored = true
  5110. Part447.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5111. Part447.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5112. Part447.BrickColor = BrickColor.new("Really black")
  5113. Part447.CanCollide = false
  5114. Part447.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5115. Part447.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5116. Part447.Material = Enum.Material.Metal
  5117. Part447.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5118. Part447.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  5119. Part447.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5120. Part447.brickColor = BrickColor.new("Really black")
  5121. SpecialMesh448.Parent = Part447
  5122. SpecialMesh448.Scale = Vector3.new(0.400000006, 0.870000005, 0.5)
  5123. SpecialMesh448.MeshType = Enum.MeshType.Brick
  5124. Part449.Parent = Model0
  5125. Part449.CFrame = CFrame.new(-0.576728344, 2.5984447, -14.6364422, 0.00114334025, 0.999985635, -0.00523668947, -0.483495861, 0.00513671385, 0.8753317, 0.875346005, 0.00153111527, 0.483494759)
  5126. Part449.Orientation = Vector3.new(-61.079998, -0.620000005, -89.3899994)
  5127. Part449.Position = Vector3.new(-0.576728344, 2.5984447, -14.6364422)
  5128. Part449.Rotation = Vector3.new(-61.0900002, -0.299999982, -89.9300003)
  5129. Part449.Color = Color3.new(0.384314, 0.145098, 0.819608)
  5130. Part449.Velocity = Vector3.new(1.6028963e-07, 0.00246555661, 2.10637722e-06)
  5131. Part449.Size = Vector3.new(0.423000038, 0.200000003, 0.280375004)
  5132. Part449.Anchored = true
  5133. Part449.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5134. Part449.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5135. Part449.BrickColor = BrickColor.new("Royal purple")
  5136. Part449.CanCollide = false
  5137. Part449.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5138. Part449.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5139. Part449.Material = Enum.Material.Neon
  5140. Part449.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5141. Part449.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  5142. Part449.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5143. Part449.brickColor = BrickColor.new("Royal purple")
  5144. SpecialMesh450.Parent = Part449
  5145. SpecialMesh450.Scale = Vector3.new(1, 0.300000012, 0.5)
  5146. SpecialMesh450.MeshType = Enum.MeshType.Wedge
  5147. Part451.Parent = Model0
  5148. Part451.CFrame = CFrame.new(-0.611472607, 3.24456573, -14.520874, -0.999985635, 0.000250921701, 0.00535428664, -0.00513683865, 0.240468413, -0.970643461, -0.00153109187, -0.970656991, -0.240463659)
  5149. Part451.Orientation = Vector3.new(76.0800018, 178.720001, -1.22000003)
  5150. Part451.Position = Vector3.new(-0.611472607, 3.24456573, -14.520874)
  5151. Part451.Rotation = Vector3.new(103.909996, 0.310000002, -179.98999)
  5152. Part451.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5153. Part451.Velocity = Vector3.new(5.78370134e-08, 0.002465792, 7.60040166e-07)
  5154. Part451.Size = Vector3.new(0.275000006, 0.221124932, 0.408374965)
  5155. Part451.Anchored = true
  5156. Part451.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5157. Part451.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5158. Part451.BrickColor = BrickColor.new("Really black")
  5159. Part451.CanCollide = false
  5160. Part451.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5161. Part451.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5162. Part451.Material = Enum.Material.Metal
  5163. Part451.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5164. Part451.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  5165. Part451.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5166. Part451.brickColor = BrickColor.new("Really black")
  5167. SpecialMesh452.Parent = Part451
  5168. SpecialMesh452.Scale = Vector3.new(0.550000012, 1.04999995, 0.800000012)
  5169. SpecialMesh452.MeshType = Enum.MeshType.Brick
  5170. Part453.Parent = Model0
  5171. Part453.CFrame = CFrame.new(-0.610993803, 3.15083313, -14.5190973, 0.999985635, 0.00289416499, -0.00451159757, 0.00513686473, -0.2770693, 0.960836351, 0.00153079326, -0.960845709, -0.277080178)
  5172. Part453.Orientation = Vector3.new(-73.909996, -179.069992, 178.940002)
  5173. Part453.Position = Vector3.new(-0.610993803, 3.15083313, -14.5190973)
  5174. Part453.Rotation = Vector3.new(-106.089996, -0.25999999, -0.170000002)
  5175. Part453.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5176. Part453.Velocity = Vector3.new(7.26997911e-08, 0.00246579573, 9.55352903e-07)
  5177. Part453.Size = Vector3.new(0.275000006, 0.221124932, 0.408374965)
  5178. Part453.Anchored = true
  5179. Part453.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5180. Part453.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5181. Part453.BrickColor = BrickColor.new("Really black")
  5182. Part453.CanCollide = false
  5183. Part453.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5184. Part453.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5185. Part453.Material = Enum.Material.Metal
  5186. Part453.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5187. Part453.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  5188. Part453.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5189. Part453.brickColor = BrickColor.new("Really black")
  5190. SpecialMesh454.Parent = Part453
  5191. SpecialMesh454.Scale = Vector3.new(0.550000012, 1.04999995, 0.800000012)
  5192. SpecialMesh454.MeshType = Enum.MeshType.Brick
  5193. Part455.Parent = Model0
  5194. Part455.CFrame = CFrame.new(-0.609657764, 2.72515392, -13.9643335, -0.999985635, -0.00162816129, -0.00510662561, -0.00513656298, 0.0189460143, 0.999807417, -0.00153109711, 0.999819279, -0.0189541057)
  5195. Part455.Orientation = Vector3.new(-88.8799973, -164.919998, -15.1700001)
  5196. Part455.Position = Vector3.new(-0.609657764, 2.72515392, -13.9643335)
  5197. Part455.Rotation = Vector3.new(-91.0899963, -0.289999992, 179.909988)
  5198. Part455.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5199. Part455.Velocity = Vector3.new(1.40197898e-07, 0.00246695196, 1.84235034e-06)
  5200. Part455.Size = Vector3.new(0.275000006, 0.330124915, 0.226374999)
  5201. Part455.Anchored = true
  5202. Part455.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5203. Part455.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5204. Part455.BrickColor = BrickColor.new("Really black")
  5205. Part455.CanCollide = false
  5206. Part455.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5207. Part455.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5208. Part455.Material = Enum.Material.Glass
  5209. Part455.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5210. Part455.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  5211. Part455.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5212. Part455.brickColor = BrickColor.new("Really black")
  5213. SpecialMesh456.Parent = Part455
  5214. SpecialMesh456.Scale = Vector3.new(0.400000006, 1, 1)
  5215. SpecialMesh456.MeshType = Enum.MeshType.Brick
  5216. Part457.Parent = Model0
  5217. Part457.CFrame = CFrame.new(-0.577368915, 2.78939152, -14.8586674, 0.00361127499, 0.999985635, -0.00396134611, -0.85638535, 0.00513800606, 0.516312063, 0.516324997, 0.00152789324, 0.856391609)
  5218. Part457.Orientation = Vector3.new(-31.0900002, -0.269999981, -89.659996)
  5219. Part457.Position = Vector3.new(-0.577368915, 2.78939152, -14.8586674)
  5220. Part457.Rotation = Vector3.new(-31.0900002, -0.229999989, -89.7900009)
  5221. Part457.Color = Color3.new(0.384314, 0.145098, 0.819608)
  5222. Part457.Velocity = Vector3.new(1.30012012e-07, 0.00246509351, 1.70849694e-06)
  5223. Part457.Size = Vector3.new(0.293000042, 0.200000003, 0.280375004)
  5224. Part457.Anchored = true
  5225. Part457.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5226. Part457.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5227. Part457.BrickColor = BrickColor.new("Royal purple")
  5228. Part457.CanCollide = false
  5229. Part457.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5230. Part457.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5231. Part457.Material = Enum.Material.Neon
  5232. Part457.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5233. Part457.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  5234. Part457.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5235. Part457.brickColor = BrickColor.new("Royal purple")
  5236. SpecialMesh458.Parent = Part457
  5237. SpecialMesh458.Scale = Vector3.new(1, 0.300000012, 0.5)
  5238. SpecialMesh458.MeshType = Enum.MeshType.Wedge
  5239. Part459.Parent = Model0
  5240. Part459.CFrame = CFrame.new(-0.611768007, 3.29040194, -14.4816895, -0.999985635, -0.00045009004, 0.00534120994, -0.00513681443, 0.36510545, -0.930952132, -0.00153109233, -0.930966198, -0.3651025)
  5241. Part459.Orientation = Vector3.new(68.5800018, 179.159988, -0.810000002)
  5242. Part459.Position = Vector3.new(-0.611768007, 3.29040194, -14.4816895)
  5243. Part459.Rotation = Vector3.new(111.409996, 0.310000002, 179.970001)
  5244. Part459.Color = Color3.new(0.384314, 0.145098, 0.819608)
  5245. Part459.Velocity = Vector3.new(5.05689677e-08, 0.00246587349, 6.64530262e-07)
  5246. Part459.Size = Vector3.new(0.275000006, 0.238124937, 0.381375015)
  5247. Part459.Anchored = true
  5248. Part459.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5249. Part459.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5250. Part459.BrickColor = BrickColor.new("Royal purple")
  5251. Part459.CanCollide = false
  5252. Part459.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5253. Part459.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5254. Part459.Material = Enum.Material.Neon
  5255. Part459.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5256. Part459.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  5257. Part459.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5258. Part459.brickColor = BrickColor.new("Royal purple")
  5259. SpecialMesh460.Parent = Part459
  5260. SpecialMesh460.Scale = Vector3.new(0.524999976, 1.04999995, 0.800000012)
  5261. SpecialMesh460.MeshType = Enum.MeshType.Brick
  5262. Part461.Parent = Model0
  5263. Part461.CFrame = CFrame.new(-0.605971158, 3.45052385, -18.8064079, -0.999985635, 0.00474059395, 0.00250087585, -0.00513641909, -0.714288056, -0.699833155, -0.00153127871, -0.699835896, 0.714302182)
  5264. Part461.Orientation = Vector3.new(44.4099998, 0.199999988, -179.589996)
  5265. Part461.Position = Vector3.new(-0.605971158, 3.45052385, -18.8064079)
  5266. Part461.Rotation = Vector3.new(44.4099998, 0.140000001, -179.729996)
  5267. Part461.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5268. Part461.Velocity = Vector3.new(2.51790748e-08, 0.00245686295, 3.30880596e-07)
  5269. Part461.Size = Vector3.new(0.275000006, 0.235124931, 0.586375237)
  5270. Part461.Anchored = true
  5271. Part461.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5272. Part461.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5273. Part461.BrickColor = BrickColor.new("Really black")
  5274. Part461.CanCollide = false
  5275. Part461.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5276. Part461.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5277. Part461.Material = Enum.Material.Metal
  5278. Part461.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5279. Part461.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  5280. Part461.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5281. Part461.brickColor = BrickColor.new("Really black")
  5282. SpecialMesh462.Parent = Part461
  5283. SpecialMesh462.Scale = Vector3.new(0.400000006, 1.04999995, 1)
  5284. SpecialMesh462.MeshType = Enum.MeshType.Brick
  5285. Part463.Parent = Model0
  5286. Part463.CFrame = CFrame.new(-0.610880256, 2.96906447, -13.9840736, -0.999985635, -0.00162807154, -0.00510650687, -0.00513644237, 0.0189459547, 0.999807417, -0.00153100991, 0.999819279, -0.0189540461)
  5287. Part463.Orientation = Vector3.new(-88.8799973, -164.919998, -15.1700001)
  5288. Part463.Position = Vector3.new(-0.610880256, 2.96906447, -13.9840736)
  5289. Part463.Rotation = Vector3.new(-91.0899963, -0.289999992, 179.909988)
  5290. Part463.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5291. Part463.Velocity = Vector3.new(1.01522062e-07, 0.00246691052, 1.33410845e-06)
  5292. Part463.Size = Vector3.new(0.275000006, 0.239124984, 0.303375006)
  5293. Part463.Anchored = true
  5294. Part463.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5295. Part463.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5296. Part463.BrickColor = BrickColor.new("Really black")
  5297. Part463.CanCollide = false
  5298. Part463.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5299. Part463.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5300. Part463.Material = Enum.Material.Glass
  5301. Part463.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5302. Part463.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  5303. Part463.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5304. Part463.brickColor = BrickColor.new("Really black")
  5305. SpecialMesh464.Parent = Part463
  5306. SpecialMesh464.Scale = Vector3.new(0.524999976, 1, 1)
  5307. SpecialMesh464.MeshType = Enum.MeshType.Brick
  5308. Part465.Parent = Model0
  5309. Part465.CFrame = CFrame.new(-0.63922745, 2.59812379, -14.6365376, -0.00114342954, -0.999985635, -0.00523668341, 0.483495861, -0.00513675157, 0.8753317, -0.875346065, -0.00153103401, 0.483494759)
  5310. Part465.Orientation = Vector3.new(-61.079998, -0.620000005, 90.6100006)
  5311. Part465.Position = Vector3.new(-0.63922745, 2.59812379, -14.6365376)
  5312. Part465.Rotation = Vector3.new(-61.0900002, -0.299999982, 90.0699997)
  5313. Part465.Color = Color3.new(0.384314, 0.145098, 0.819608)
  5314. Part465.Velocity = Vector3.new(1.6034052e-07, 0.0024655466, 2.10704593e-06)
  5315. Part465.Size = Vector3.new(0.423000038, 0.200000003, 0.280375004)
  5316. Part465.Anchored = true
  5317. Part465.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5318. Part465.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5319. Part465.BrickColor = BrickColor.new("Royal purple")
  5320. Part465.CanCollide = false
  5321. Part465.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5322. Part465.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5323. Part465.Material = Enum.Material.Neon
  5324. Part465.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5325. Part465.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  5326. Part465.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5327. Part465.brickColor = BrickColor.new("Royal purple")
  5328. SpecialMesh466.Parent = Part465
  5329. SpecialMesh466.Scale = Vector3.new(1, 0.300000012, 0.5)
  5330. SpecialMesh466.MeshType = Enum.MeshType.Wedge
  5331. Part467.Parent = Model0
  5332. Part467.CFrame = CFrame.new(-0.63986814, 2.78907037, -14.8587627, -0.0036113495, -0.999985635, -0.00396139733, 0.85638535, -0.00513809687, 0.516312063, -0.516324997, -0.0015278986, 0.856391549)
  5333. Part467.Orientation = Vector3.new(-31.0900002, -0.269999981, 90.3399963)
  5334. Part467.Position = Vector3.new(-0.63986814, 2.78907037, -14.8587627)
  5335. Part467.Rotation = Vector3.new(-31.0900002, -0.229999989, 90.2099991)
  5336. Part467.Color = Color3.new(0.384314, 0.145098, 0.819608)
  5337. Part467.Velocity = Vector3.new(1.30062929e-07, 0.00246508326, 1.70916621e-06)
  5338. Part467.Size = Vector3.new(0.293000042, 0.200000003, 0.280375004)
  5339. Part467.Anchored = true
  5340. Part467.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5341. Part467.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5342. Part467.BrickColor = BrickColor.new("Royal purple")
  5343. Part467.CanCollide = false
  5344. Part467.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5345. Part467.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5346. Part467.Material = Enum.Material.Neon
  5347. Part467.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5348. Part467.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  5349. Part467.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5350. Part467.brickColor = BrickColor.new("Royal purple")
  5351. SpecialMesh468.Parent = Part467
  5352. SpecialMesh468.Scale = Vector3.new(1, 0.300000012, 0.5)
  5353. SpecialMesh468.MeshType = Enum.MeshType.Wedge
  5354. Part469.Parent = Model0
  5355. Part469.CFrame = CFrame.new(-0.610184669, 2.95239902, -14.3818283, 0.999985635, 0.00162795268, -0.00510686403, 0.0051367972, -0.0189460143, 0.999807417, 0.00153088395, -0.999819279, -0.0189541057)
  5356. Part469.Orientation = Vector3.new(-88.8799973, -164.919998, 164.830002)
  5357. Part469.Position = Vector3.new(-0.610184669, 2.95239902, -14.3818283)
  5358. Part469.Rotation = Vector3.new(-91.0899963, -0.289999992, -0.0899999961)
  5359. Part469.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5360. Part469.Velocity = Vector3.new(1.04164627e-07, 0.00246608187, 1.36883455e-06)
  5361. Part469.Size = Vector3.new(0.275000006, 0.410999984, 0.469375014)
  5362. Part469.Anchored = true
  5363. Part469.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5364. Part469.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5365. Part469.BrickColor = BrickColor.new("Really black")
  5366. Part469.CanCollide = false
  5367. Part469.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5368. Part469.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5369. Part469.Material = Enum.Material.Glass
  5370. Part469.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5371. Part469.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  5372. Part469.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5373. Part469.brickColor = BrickColor.new("Really black")
  5374. SpecialMesh470.Parent = Part469
  5375. SpecialMesh470.Scale = Vector3.new(0.5, 0.850000024, 0.699999988)
  5376. SpecialMesh470.MeshType = Enum.MeshType.Brick
  5377. Part471.Parent = Model0
  5378. Part471.CFrame = CFrame.new(-0.613238811, 3.32843637, -13.6493177, -0.999985635, -0.00162807142, -0.00510653527, -0.00513647031, 0.0189459249, 0.999807417, -0.00153100933, 0.999819279, -0.0189540163)
  5379. Part471.Orientation = Vector3.new(-88.8799973, -164.919998, -15.1700001)
  5380. Part471.Position = Vector3.new(-0.613238811, 3.32843637, -13.6493177)
  5381. Part471.Rotation = Vector3.new(-91.0899963, -0.289999992, 179.909988)
  5382. Part471.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5383. Part471.Velocity = Vector3.new(4.45380195e-08, 0.00246760761, 5.85277007e-07)
  5384. Part471.Size = Vector3.new(0.275000006, 0.698124886, 0.638374984)
  5385. Part471.Anchored = true
  5386. Part471.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5387. Part471.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5388. Part471.BrickColor = BrickColor.new("Really black")
  5389. Part471.CanCollide = false
  5390. Part471.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5391. Part471.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5392. Part471.Material = Enum.Material.Glass
  5393. Part471.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5394. Part471.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  5395. Part471.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5396. Part471.brickColor = BrickColor.new("Really black")
  5397. SpecialMesh472.Parent = Part471
  5398. SpecialMesh472.Scale = Vector3.new(0.449999988, 1, 1)
  5399. SpecialMesh472.MeshType = Enum.MeshType.Cylinder
  5400. Part473.Parent = Model0
  5401. Part473.CFrame = CFrame.new(-0.618369102, 3.23987865, -11.0925436, 0.999985635, 0.00162807235, -0.00510680024, 0.0051367362, -0.0189461038, 0.999807417, 0.00153100432, -0.999819279, -0.0189541951)
  5402. Part473.Orientation = Vector3.new(-88.8799973, -164.919998, 164.830002)
  5403. Part473.Position = Vector3.new(-0.618369102, 3.23987865, -11.0925436)
  5404. Part473.Rotation = Vector3.new(-91.0899963, -0.289999992, -0.0899999961)
  5405. Part473.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5406. Part473.Velocity = Vector3.new(5.85802624e-08, 0.00247293455, 7.69806775e-07)
  5407. Part473.Size = Vector3.new(0.25999999, 0.578125, 0.21875)
  5408. Part473.Anchored = true
  5409. Part473.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5410. Part473.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5411. Part473.BrickColor = BrickColor.new("Really black")
  5412. Part473.CanCollide = false
  5413. Part473.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5414. Part473.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5415. Part473.Material = Enum.Material.Metal
  5416. Part473.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5417. Part473.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  5418. Part473.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5419. Part473.brickColor = BrickColor.new("Really black")
  5420. SpecialMesh474.Parent = Part473
  5421. SpecialMesh474.Scale = Vector3.new(0.300000012, 1, 1)
  5422. SpecialMesh474.MeshType = Enum.MeshType.Wedge
  5423. Part475.Name = "TrueHandle"
  5424. Part475.Parent = Model0
  5425. Part475.CFrame = CFrame.new(-0.615642607, 3.34541011, -12.1349049, -0.999985635, -0.00162807154, -0.00510656228, -0.00513649778, 0.0189459547, 0.999807417, -0.00153100886, 0.999819279, -0.0189540461)
  5426. Part475.Orientation = Vector3.new(-88.8799973, -164.919998, -15.1700001)
  5427. Part475.Position = Vector3.new(-0.615642607, 3.34541011, -12.1349049)
  5428. Part475.Rotation = Vector3.new(-91.0899963, -0.289999992, 179.909988)
  5429. Part475.Color = Color3.new(0.803922, 0.803922, 0.803922)
  5430. Part475.Velocity = Vector3.new(4.18465866e-08, 0.00247076293, 5.49908464e-07)
  5431. Part475.Size = Vector3.new(0.275000006, 1.73512506, 0.280375004)
  5432. Part475.Anchored = true
  5433. Part475.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5434. Part475.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5435. Part475.BrickColor = BrickColor.new("Mid gray")
  5436. Part475.CanCollide = false
  5437. Part475.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5438. Part475.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5439. Part475.Material = Enum.Material.Metal
  5440. Part475.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5441. Part475.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
  5442. Part475.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5443. Part475.brickColor = BrickColor.new("Mid gray")
  5444. SpecialMesh476.Parent = Part475
  5445. SpecialMesh476.Scale = Vector3.new(0.349999994, 1.04999995, 0.5)
  5446. SpecialMesh476.MeshType = Enum.MeshType.Brick
  5447. for i,v in pairs(mas:GetChildren()) do
  5448. v.Parent = game:GetService("Players").LocalPlayer.Character
  5449. pcall(function() v:MakeJoints() end)
  5450. end
  5451. mas:Destroy()
  5452. for i,v in pairs(cors) do
  5453. spawn(function()
  5454. pcall(v)
  5455. end)
  5456. end
  5457. for i,v in pairs(Model0:GetChildren()) do
  5458. if v:IsA("Part") then
  5459. v.Locked = true
  5460. v.Anchored = false
  5461. v.CanCollide = false
  5462. end
  5463. end
  5464.  
  5465.  
  5466. plr = game:GetService("Players").LocalPlayer
  5467. char = plr.Character
  5468. hum = char.Humanoid
  5469. local cam = game.Workspace.CurrentCamera
  5470. t = char.Torso
  5471. h = char.Head
  5472. ra = char["Right Arm"]
  5473. la = char["Left Arm"]
  5474. rl = char["Right Leg"]
  5475. ll = char["Left Leg"]
  5476. tors = char.Torso
  5477. lleg = char["Left Leg"]
  5478. root = char.HumanoidRootPart
  5479. hed = char.Head
  5480. rleg = char["Right Leg"]
  5481. rarm = char["Right Arm"]
  5482. larm = char["Left Arm"]
  5483. it = Instance.new
  5484. vt = Vector3.new
  5485. bc = BrickColor.new
  5486. br = BrickColor.random
  5487. it = Instance.new
  5488. cf = CFrame.new
  5489. ceuler = CFrame.fromEulerAnglesXYZ
  5490.  
  5491. local muter = false
  5492. local ORGID = 1873219898
  5493. local ORVOL = 1.15
  5494. local ORPIT = 1.01
  5495. local kan = Instance.new("Sound",plr.PlayerGui)
  5496. kan.Volume = 1.15
  5497. kan.TimePosition = 0
  5498. kan.PlaybackSpeed = 1.01
  5499. kan.Pitch = 1.01
  5500. kan.SoundId = "rbxassetid://1873219898" --525289865,1873219898,381991270
  5501. kan.Name = "nepnepnep"
  5502. kan.Looped = true
  5503. kan:Play()
  5504.  
  5505. --------------------------- GUI STUFF
  5506. local basgui = it("GuiMain")
  5507. basgui.Parent = plr.PlayerGui
  5508. basgui.Name = "VISgui"
  5509. local fullscreenz = it("Frame")
  5510. fullscreenz.Parent = basgui
  5511. fullscreenz.BackgroundColor3 = Color3.new(255, 255, 255)
  5512. fullscreenz.BackgroundTransparency = 1
  5513. fullscreenz.BorderColor3 = Color3.new(17, 17, 17)
  5514. fullscreenz.Size = UDim2.new(1, 0, 1, 0)
  5515. fullscreenz.Position = UDim2.new(0, 0, 0, 0)
  5516. local imgl2 = Instance.new("ImageLabel",fullscreenz)
  5517. imgl2.BackgroundTransparency = 1
  5518. imgl2.BorderSizePixel = 0
  5519. imgl2.ImageTransparency = 0.5
  5520. imgl2.ImageColor3 = Color3.new(1,0,0)
  5521. imgl2.Position = UDim2.new(0.75,0,0.55,0)
  5522. imgl2.Size = UDim2.new(0,600,0,600)
  5523. imgl2.Image = "rbxassetid://320731120"
  5524. local techc = imgl2:Clone()
  5525. techc.Parent = fullscreenz
  5526. techc.ImageTransparency = 0.5
  5527. techc.Size = UDim2.new(0,700,0,700)
  5528. techc.Position = UDim2.new(0.75,-50,0.55,-50)
  5529. techc.ImageColor3 = Color3.new(0.5,0,1)
  5530. techc.Image = "rbxassetid://521073910"
  5531. local circl = imgl2:Clone()
  5532. circl.Parent = fullscreenz
  5533. circl.ImageTransparency = 0
  5534. circl.Size = UDim2.new(0,500,0,500)
  5535. circl.Position = UDim2.new(0.75,50,0.55,50)
  5536. circl.ImageColor3 = Color3.new(0,0.5,1)
  5537. circl.Image = "rbxassetid://997291547"
  5538. local circl2 = imgl2:Clone()
  5539. circl2.Parent = fullscreenz
  5540. circl2.ImageTransparency = 0
  5541. circl2.ImageColor3 = Color3.new(0.5,0,1)
  5542. circl2.Image = "rbxassetid://997291547"
  5543. local imgl2b = imgl2:Clone()
  5544. imgl2b.Parent = fullscreenz
  5545. imgl2b.ImageTransparency = 0
  5546. imgl2b.Size = UDim2.new(0,500,0,500)
  5547. imgl2b.Position = UDim2.new(0.75,50,0.55,50)
  5548. local ned = Instance.new("TextLabel",fullscreenz)
  5549. ned.ZIndex = 2
  5550. ned.Font = "SciFi"
  5551. ned.BackgroundTransparency = 1
  5552. ned.BorderSizePixel = 0.65
  5553. ned.Size = UDim2.new(0.4,0,0.2,0)
  5554. ned.Position = UDim2.new(0.6,0,0.8,0)
  5555. ned.TextColor3 = BrickColor.new("Really red").Color
  5556. ned.TextStrokeColor3 = BrickColor.new("Really black").Color
  5557. ned.TextScaled = true
  5558. ned.TextStrokeTransparency = 0
  5559. ned.Text = "StarEyed"
  5560. ned.TextSize = 24
  5561. ned.Rotation = 1
  5562. --ned.TextXAlignment = "Right"
  5563. ned.TextYAlignment = "Bottom"
  5564.  
  5565. function CameraShake(Times, Power)
  5566. coroutine.resume(coroutine.create(function()
  5567. FV = Instance.new("BoolValue", Character)
  5568. FV.Name = "CameraShake"
  5569. for ShakeNum=1,Times do
  5570. swait()
  5571. local ef=Power
  5572. if ef>=1 then
  5573. Humanoid.CameraOffset = Vector3.new(math.random(-ef,ef),math.random(-ef,ef),math.random(-ef,ef))
  5574. else
  5575. ef=Power*10
  5576. Humanoid.CameraOffset = Vector3.new(math.random(-ef,ef)/10,math.random(-ef,ef)/10,math.random(-ef,ef)/10)
  5577. end
  5578. end
  5579. Humanoid.CameraOffset = Vector3.new(0,0,0)
  5580. FV:Destroy()
  5581. end))
  5582. end
  5583.  
  5584. CamShake=function(Part,Distan,Power,Times)
  5585. local de=Part.Position
  5586. for i,v in pairs(workspace:children()) do
  5587. if v:IsA("Model") and v:findFirstChild("Humanoid") then
  5588. for _,c in pairs(v:children()) do
  5589. if c.ClassName=="Part" and (c.Position - de).magnitude < Distan then
  5590. local Noob=v.Humanoid
  5591. if Noob~=nil then
  5592. if Noob:FindFirstChild("CamShake")==nil then-- and Noob == Character then
  5593. --[[local ss=script.CamShake:clone()
  5594. ss.Parent=Noob
  5595. ss.Power.Value=Power
  5596. ss.Times.Value=Times
  5597. ss.Disabled=false]]
  5598. CameraShake(Times, Power)
  5599. end
  5600. end
  5601. end
  5602. end
  5603. end
  5604. end
  5605. end
  5606.  
  5607. function chatfunc(text,color,typet,font,timeex)
  5608. local chat = coroutine.wrap(function()
  5609. if Character:FindFirstChild("TalkingBillBoard")~= nil then
  5610. Character:FindFirstChild("TalkingBillBoard"):destroy()
  5611. end
  5612. local naeeym2 = Instance.new("BillboardGui",Character)
  5613. naeeym2.Size = UDim2.new(0,100,0,40)
  5614. naeeym2.StudsOffset = Vector3.new(0,3,0)
  5615. naeeym2.Adornee = Character.Head
  5616. naeeym2.Name = "TalkingBillBoard"
  5617. local tecks2 = Instance.new("TextLabel",naeeym2)
  5618. tecks2.BackgroundTransparency = 1
  5619. tecks2.BorderSizePixel = 0
  5620. tecks2.Text = ""
  5621. tecks2.Font = font
  5622. tecks2.TextSize = 30
  5623. tecks2.TextStrokeTransparency = 0
  5624. tecks2.TextColor3 = color
  5625. tecks2.TextStrokeColor3 = Color3.new(0,0,0)
  5626. tecks2.Size = UDim2.new(1,0,0.5,0)
  5627. local tecks3 = Instance.new("TextLabel",naeeym2)
  5628. tecks3.BackgroundTransparency = 1
  5629. tecks3.BorderSizePixel = 0
  5630. tecks3.Text = ""
  5631. tecks3.Font = font
  5632. tecks3.TextSize = 30
  5633. tecks3.TextStrokeTransparency = 0
  5634. if typet == "Inverted" then
  5635. tecks3.TextColor3 = Color3.new(0,0,0)
  5636. tecks3.TextStrokeColor3 = color
  5637. elseif typet == "Normal" then
  5638. tecks3.TextColor3 = color
  5639. tecks3.TextStrokeColor3 = Color3.new(0,0,0)
  5640. end
  5641. tecks3.Size = UDim2.new(1,0,0.5,0)
  5642. coroutine.resume(coroutine.create(function()
  5643. while true do
  5644. swait(1)
  5645. if chaosmode == true then
  5646. tecks2.TextColor3 = BrickColor.random().Color
  5647. tecks3.TextStrokeColor3 = BrickColor.random().Color
  5648. end
  5649. end
  5650. end))
  5651. for i = 0, 74*timeex do
  5652. swait()
  5653. tecks2.Text = text
  5654. tecks3.Text = text
  5655. end
  5656. local randomrot = math.random(1,2)
  5657. if randomrot == 1 then
  5658. for i = 1, 50 do
  5659. swait()
  5660. tecks2.Text = text
  5661. tecks3.Text = text
  5662. tecks2.TextStrokeTransparency = tecks2.TextStrokeTransparency +.04
  5663. tecks2.TextTransparency = tecks2.TextTransparency + .04
  5664. tecks3.TextStrokeTransparency = tecks2.TextStrokeTransparency +.04
  5665. tecks3.TextTransparency = tecks2.TextTransparency + .04
  5666. end
  5667. elseif randomrot == 2 then
  5668. for i = 1, 50 do
  5669. swait()
  5670. tecks2.Text = text
  5671. tecks3.Text = text
  5672. tecks2.TextStrokeTransparency = tecks2.TextStrokeTransparency +.04
  5673. tecks2.TextTransparency = tecks2.TextTransparency + .04
  5674. tecks3.TextStrokeTransparency = tecks2.TextStrokeTransparency +.04
  5675. tecks3.TextTransparency = tecks2.TextTransparency + .04
  5676. end
  5677. end
  5678. naeeym2:Destroy()
  5679. end)
  5680. chat()
  5681. end
  5682.  
  5683.  
  5684. local Create = LoadLibrary("RbxUtility").Create
  5685.  
  5686. CFuncs = {
  5687. ["Part"] = {
  5688. Create = function(Parent, Material, Reflectance, Transparency, BColor, Name, Size)
  5689. local Part = Create("Part"){
  5690. Parent = Parent,
  5691. Reflectance = Reflectance,
  5692. Transparency = Transparency,
  5693. CanCollide = false,
  5694. Locked = true,
  5695. BrickColor = BrickColor.new(tostring(BColor)),
  5696. Name = Name,
  5697. Size = Size,
  5698. Material = Material,
  5699. }
  5700. RemoveOutlines(Part)
  5701. return Part
  5702. end;
  5703. };
  5704.  
  5705. ["Mesh"] = {
  5706. Create = function(Mesh, Part, MeshType, MeshId, OffSet, Scale)
  5707. local Msh = Create(Mesh){
  5708. Parent = Part,
  5709. Offset = OffSet,
  5710. Scale = Scale,
  5711. }
  5712. if Mesh == "SpecialMesh" then
  5713. Msh.MeshType = MeshType
  5714. Msh.MeshId = MeshId
  5715. end
  5716. return Msh
  5717. end;
  5718. };
  5719.  
  5720. ["Mesh"] = {
  5721. Create = function(Mesh, Part, MeshType, MeshId, OffSet, Scale)
  5722. local Msh = Create(Mesh){
  5723. Parent = Part,
  5724. Offset = OffSet,
  5725. Scale = Scale,
  5726. }
  5727. if Mesh == "SpecialMesh" then
  5728. Msh.MeshType = MeshType
  5729. Msh.MeshId = MeshId
  5730. end
  5731. return Msh
  5732. end;
  5733. };
  5734.  
  5735. ["Weld"] = {
  5736. Create = function(Parent, Part0, Part1, C0, C1)
  5737. local Weld = Create("Weld"){
  5738. Parent = Parent,
  5739. Part0 = Part0,
  5740. Part1 = Part1,
  5741. C0 = C0,
  5742. C1 = C1,
  5743. }
  5744. return Weld
  5745. end;
  5746. };
  5747.  
  5748. ["Sound"] = {
  5749. Create = function(id, par, vol, pit)
  5750. coroutine.resume(coroutine.create(function()
  5751. local S = Create("Sound"){
  5752. Volume = vol,
  5753. Pitch = pit or 1,
  5754. SoundId = id,
  5755. Parent = par or workspace,
  5756. }
  5757. wait()
  5758. S:play()
  5759. game:GetService("Debris"):AddItem(S, 10)
  5760. end))
  5761. end;
  5762. };
  5763.  
  5764. ["LongSound"] = {
  5765. Create = function(id, par, vol, pit)
  5766. coroutine.resume(coroutine.create(function()
  5767. local S = Create("Sound"){
  5768. Volume = vol,
  5769. Pitch = pit or 1,
  5770. SoundId = id,
  5771. Parent = par or workspace,
  5772. }
  5773. wait()
  5774. S:play()
  5775. game:GetService("Debris"):AddItem(S, 30)
  5776. end))
  5777. end;
  5778. };
  5779.  
  5780. ["ParticleEmitter"] = {
  5781. Create = function(Parent, Color1, Color2, LightEmission, Size, Texture, Transparency, ZOffset, Accel, Drag, LockedToPart, VelocityInheritance, EmissionDirection, Enabled, LifeTime, Rate, Rotation, RotSpeed, Speed, VelocitySpread)
  5782. local fp = Create("ParticleEmitter"){
  5783. Parent = Parent,
  5784. Color = ColorSequence.new(Color1, Color2),
  5785. LightEmission = LightEmission,
  5786. Size = Size,
  5787. Texture = Texture,
  5788. Transparency = Transparency,
  5789. ZOffset = ZOffset,
  5790. Acceleration = Accel,
  5791. Drag = Drag,
  5792. LockedToPart = LockedToPart,
  5793. VelocityInheritance = VelocityInheritance,
  5794. EmissionDirection = EmissionDirection,
  5795. Enabled = Enabled,
  5796. Lifetime = LifeTime,
  5797. Rate = Rate,
  5798. Rotation = Rotation,
  5799. RotSpeed = RotSpeed,
  5800. Speed = Speed,
  5801. VelocitySpread = VelocitySpread,
  5802. }
  5803. return fp
  5804. end;
  5805. };
  5806.  
  5807. CreateTemplate = {
  5808.  
  5809. };
  5810. }
  5811.  
  5812.  
  5813.  
  5814. New = function(Object, Parent, Name, Data)
  5815. local Object = Instance.new(Object)
  5816. for Index, Value in pairs(Data or {}) do
  5817. Object[Index] = Value
  5818. end
  5819. Object.Parent = Parent
  5820. Object.Name = Name
  5821. return Object
  5822. end
  5823. local m = Instance.new("Model",char)
  5824.  
  5825. function CreateParta(parent,transparency,reflectance,material,brickcolor)
  5826. local p = Instance.new("Part")
  5827. p.TopSurface = 0
  5828. p.BottomSurface = 0
  5829. p.Parent = parent
  5830. p.Size = Vector3.new(0.05,0.05,0.05)
  5831. p.Transparency = transparency
  5832. p.Reflectance = reflectance
  5833. p.CanCollide = false
  5834. p.Locked = true
  5835. p.BrickColor = brickcolor
  5836. p.Material = material
  5837. return p
  5838. end
  5839.  
  5840. function CreateMesh(parent,meshtype,x1,y1,z1)
  5841. local mesh = Instance.new("SpecialMesh",parent)
  5842. mesh.MeshType = meshtype
  5843. mesh.Scale = Vector3.new(x1*20,y1*20,z1*20)
  5844. return mesh
  5845. end
  5846.  
  5847. function CreateSpecialMesh(parent,meshid,x1,y1,z1)
  5848. local mesh = Instance.new("SpecialMesh",parent)
  5849. mesh.MeshType = "FileMesh"
  5850. mesh.MeshId = meshid
  5851. mesh.Scale = Vector3.new(x1,y1,z1)
  5852. return mesh
  5853. end
  5854.  
  5855.  
  5856. function CreateSpecialGlowMesh(parent,meshid,x1,y1,z1)
  5857. local mesh = Instance.new("SpecialMesh",parent)
  5858. mesh.MeshType = "FileMesh"
  5859. mesh.MeshId = meshid
  5860. mesh.TextureId = "http://www.roblox.com/asset/?id=269748808"
  5861. mesh.Scale = Vector3.new(x1,y1,z1)
  5862. mesh.VertexColor = Vector3.new(parent.BrickColor.r, parent.BrickColor.g, parent.BrickColor.b)
  5863. return mesh
  5864. end
  5865.  
  5866. function CreateWeld(parent,part0,part1,C1X,C1Y,C1Z,C1Xa,C1Ya,C1Za,C0X,C0Y,C0Z,C0Xa,C0Ya,C0Za)
  5867. local weld = Instance.new("Weld")
  5868. weld.Parent = parent
  5869. weld.Part0 = part0
  5870. weld.Part1 = part1
  5871. weld.C1 = CFrame.new(C1X,C1Y,C1Z)*CFrame.Angles(C1Xa,C1Ya,C1Za)
  5872. weld.C0 = CFrame.new(C0X,C0Y,C0Z)*CFrame.Angles(C0Xa,C0Ya,C0Za)
  5873. return weld
  5874. end
  5875.  
  5876.  
  5877.  
  5878.  
  5879. ---- WEAPON OR STUFF
  5880. local rarmor = CreateParta(m,1,0,"SmoothPlastic",BrickColor.Random())
  5881. local weaponweld = CreateWeld(rarmor,tors,rarmor,-3,0,-0.5,math.rad(0),math.rad(0),math.rad(-40),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  5882. local MainWeldS = CreateWeld(Part475,rarmor,Part475,0,0,0,math.rad(90),math.rad(90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  5883. local A0 = Instance.new("Attachment",rarmor)
  5884. A0.Position = Vector3.new(-2.5,0.25,0)
  5885. local A1 = Instance.new("Attachment",rarmor)
  5886. A1.Position = Vector3.new(-7.5,0.4,0)
  5887. tl1 = Instance.new('Trail',rarmor)
  5888. tl1.Attachment0 = A0
  5889. tl1.Attachment1 = A1
  5890. tl1.Texture = "http://www.roblox.com/asset/?id=1978704853"
  5891. tl1.LightEmission = 1
  5892. tl1.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 0),NumberSequenceKeypoint.new(1, 1)})
  5893. tl1.Color = ColorSequence.new(BrickColor.new('Royal purple').Color)
  5894. tl1.Lifetime = 0.6
  5895. tl1.Enabled = false
  5896.  
  5897.  
  5898.  
  5899.  
  5900. --------------- WINGS
  5901. local mainpart = CreateParta(m,1,0,"SmoothPlastic",BrickColor.Random())
  5902. local mwingweld = CreateWeld(mainpart,tors,mainpart,0,-0.5,-0.75,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  5903.  
  5904. local wng1a = CreateParta(m,1,0,"Neon",BrickColor.new("Alder"))
  5905. CreateMesh(wng1a,"Wedge",0.1,4,4)
  5906. CreateWeld(wng1a,mainpart,wng1a,0,-2,-2.5,math.rad(0),math.rad(70),math.rad(5),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  5907. local wng2a = CreateParta(m,1,0,"Neon",BrickColor.new("Alder"))
  5908. CreateMesh(wng2a,"Wedge",0.1,4,4)
  5909. CreateWeld(wng2a,mainpart,wng2a,0,-2,-2.5,math.rad(0),math.rad(-70),math.rad(-5),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  5910. local wng1b = CreateParta(m,1,0,"Neon",BrickColor.new("Alder"))
  5911. CreateMesh(wng1b,"Wedge",0.1,1.5,3)
  5912. CreateWeld(wng1b,mainpart,wng1b,0,-1,-2.25,math.rad(180),math.rad(-110),math.rad(-5),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  5913. local wng2b = CreateParta(m,1,0,"Neon",BrickColor.new("Alder"))
  5914. CreateMesh(wng2b,"Wedge",0.1,1.5,3)
  5915. CreateWeld(wng2b,mainpart,wng2b,0,-1,-2.25,math.rad(180),math.rad(110),math.rad(5),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  5916. ------
  5917.  
  5918.  
  5919. function lerp(object, newCFrame, alpha)
  5920. return object:lerp(newCFrame, alpha)
  5921. end
  5922.  
  5923. function RemoveOutlines(part)
  5924. part.TopSurface, part.BottomSurface, part.LeftSurface, part.RightSurface, part.FrontSurface, part.BackSurface = 10, 10, 10, 10, 10, 10
  5925. end
  5926. function CreatePart(Parent, Material, Reflectance, Transparency, BColor, Name, Size)
  5927. local Part = Create("Part")({
  5928. Parent = Parent,
  5929. Reflectance = Reflectance,
  5930. Transparency = Transparency,
  5931. CanCollide = false,
  5932. Locked = true,
  5933. BrickColor = BrickColor.new(tostring(BColor)),
  5934. Name = Name,
  5935. Size = Size,
  5936. Material = Material
  5937. })
  5938. Part.CustomPhysicalProperties = PhysicalProperties.new(0.001, 0.001, 0.001, 0.001, 0.001)
  5939. RemoveOutlines(Part)
  5940. return Part
  5941. end
  5942. function CreateMesh(Mesh, Part, MeshType, MeshId, OffSet, Scale)
  5943. local Msh = Create(Mesh)({
  5944. Parent = Part,
  5945. Offset = OffSet,
  5946. Scale = Scale
  5947. })
  5948. if Mesh == "SpecialMesh" then
  5949. Msh.MeshType = MeshType
  5950. Msh.MeshId = MeshId
  5951. end
  5952. return Msh
  5953. end
  5954. function CreateWeld(Parent, Part0, Part1, C0, C1)
  5955. local Weld = Create("Weld")({
  5956. Parent = Parent,
  5957. Part0 = Part0,
  5958. Part1 = Part1,
  5959. C0 = C0,
  5960. C1 = C1
  5961. })
  5962. return Weld
  5963. end
  5964.  
  5965. Player=game:GetService("Players").LocalPlayer
  5966. Character=Player.Character
  5967. PlayerGui=Player.PlayerGui
  5968. Backpack=Player.Backpack
  5969. Torso=Character.Torso
  5970. Head=Character.Head
  5971. Humanoid=Character.Humanoid
  5972. m=Instance.new('Model',Character)
  5973. LeftArm=Character["Left Arm"]
  5974. LeftLeg=Character["Left Leg"]
  5975. RightArm=Character["Right Arm"]
  5976. RightLeg=Character["Right Leg"]
  5977. LS=Torso["Left Shoulder"]
  5978. LH=Torso["Left Hip"]
  5979. RS=Torso["Right Shoulder"]
  5980. RH=Torso["Right Hip"]
  5981. Face = Head.face
  5982. Neck=Torso.Neck
  5983. it=Instance.new
  5984. attacktype=1
  5985. vt=Vector3.new
  5986. cf=CFrame.new
  5987. euler=CFrame.fromEulerAnglesXYZ
  5988. angles=CFrame.Angles
  5989. cloaked=false
  5990. necko=cf(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  5991. necko2=cf(0, -0.5, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  5992. LHC0=cf(-1,-1,0,-0,-0,-1,0,1,0,1,0,0)
  5993. LHC1=cf(-0.5,1,0,-0,-0,-1,0,1,0,1,0,0)
  5994. RHC0=cf(1,-1,0,0,0,1,0,1,0,-1,-0,-0)
  5995. RHC1=cf(0.5,1,0,0,0,1,0,1,0,-1,-0,-0)
  5996. RootPart=Character.HumanoidRootPart
  5997. RootJoint=RootPart.RootJoint
  5998. RootCF=euler(-1.57,0,3.14)
  5999. attack = false
  6000. attackdebounce = false
  6001. deb=false
  6002. equipped=true
  6003. hand=false
  6004. MMouse=nil
  6005. combo=0
  6006. mana=0
  6007. trispeed=.2
  6008. attackmode='none'
  6009. local idle=0
  6010. local Anim="Idle"
  6011. local Effects={}
  6012. local gun=false
  6013. local shoot=false
  6014. local sine = 0
  6015. local change = 1
  6016. player=nil
  6017.  
  6018. mouse=Player:GetMouse()
  6019. --save shoulders
  6020. RSH, LSH=nil, nil
  6021. --welds
  6022. RW, LW=Instance.new("Weld"), Instance.new("Weld")
  6023. RW.Name="Right Shoulder" LW.Name="Left Shoulder"
  6024. LH=Torso["Left Hip"]
  6025. RH=Torso["Right Hip"]
  6026. TorsoColor=Torso.BrickColor
  6027. function NoOutline(Part)
  6028. Part.TopSurface,Part.BottomSurface,Part.LeftSurface,Part.RightSurface,Part.FrontSurface,Part.BackSurface = 10,10,10,10,10,10
  6029. end
  6030. player=Player
  6031. ch=Character
  6032. RSH=ch.Torso["Right Shoulder"]
  6033. LSH=ch.Torso["Left Shoulder"]
  6034. --
  6035. RSH.Parent=nil
  6036. LSH.Parent=nil
  6037. --
  6038. RW.Name="Right Shoulder"
  6039. RW.Part0=ch.Torso
  6040. RW.C0=cf(1.5, 0.5, 0) --* CFrame.fromEulerAnglesXYZ(1.3, 0, -0.5)
  6041. RW.C1=cf(0, 0.5, 0)
  6042. RW.Part1=ch["Right Arm"]
  6043. RW.Parent=ch.Torso
  6044. --
  6045. LW.Name="Left Shoulder"
  6046. LW.Part0=ch.Torso
  6047. LW.C0=cf(-1.5, 0.5, 0) --* CFrame.fromEulerAnglesXYZ(1.7, 0, 0.8)
  6048. LW.C1=cf(0, 0.5, 0)
  6049. LW.Part1=ch["Left Arm"]
  6050. LW.Parent=ch.Torso
  6051.  
  6052. local Stats=Instance.new("BoolValue")
  6053. Stats.Name="Stats"
  6054. Stats.Parent=Character
  6055. local Atk=Instance.new("NumberValue")
  6056. Atk.Name="Damage"
  6057. Atk.Parent=Stats
  6058. Atk.Value=1
  6059. local Def=Instance.new("NumberValue")
  6060. Def.Name="Defense"
  6061. Def.Parent=Stats
  6062. Def.Value=1
  6063. local Speed=Instance.new("NumberValue")
  6064. Speed.Name="Speed"
  6065. Speed.Parent=Stats
  6066. Speed.Value=1
  6067. local Mvmt=Instance.new("NumberValue")
  6068. Mvmt.Name="Movement"
  6069. Mvmt.Parent=Stats
  6070. Mvmt.Value=1
  6071.  
  6072. local donum=0
  6073.  
  6074.  
  6075. function part(formfactor,parent,reflectance,transparency,brickcolor,name,size)
  6076. local fp=it("Part")
  6077. fp.formFactor=formfactor
  6078. fp.Parent=parent
  6079. fp.Reflectance=reflectance
  6080. fp.Transparency=transparency
  6081. fp.CanCollide=false
  6082. fp.Locked=true
  6083. fp.BrickColor=brickcolor
  6084. fp.Name=name
  6085. fp.Size=size
  6086. fp.Position=Torso.Position
  6087. NoOutline(fp)
  6088. fp.Material="SmoothPlastic"
  6089. fp:BreakJoints()
  6090. return fp
  6091. end
  6092.  
  6093. function mesh(Mesh,part,meshtype,meshid,offset,scale)
  6094. local mesh=it(Mesh)
  6095. mesh.Parent=part
  6096. if Mesh=="SpecialMesh" then
  6097. mesh.MeshType=meshtype
  6098. if meshid~="nil" then
  6099. mesh.MeshId="http://www.roblox.com/asset/?id="..meshid
  6100. end
  6101. end
  6102. mesh.Offset=offset
  6103. mesh.Scale=scale
  6104. return mesh
  6105. end
  6106.  
  6107. function weld(parent,part0,part1,c0)
  6108. local weld=it("Weld")
  6109. weld.Parent=parent
  6110. weld.Part0=part0
  6111. weld.Part1=part1
  6112. weld.C0=c0
  6113. return weld
  6114. end
  6115.  
  6116. local Color1=Torso.BrickColor
  6117.  
  6118. local bodvel=Instance.new("BodyVelocity")
  6119. local bg=Instance.new("BodyGyro")
  6120.  
  6121. function swait(num)
  6122. if num==0 or num==nil then
  6123. game:service'RunService'.Stepped:wait(0)
  6124. else
  6125. for i=0,num do
  6126. game:service'RunService'.Stepped:wait(0)
  6127. end
  6128. end
  6129. end
  6130.  
  6131.  
  6132. so = function(id,par,vol,pit)
  6133. coroutine.resume(coroutine.create(function()
  6134. local sou = Instance.new("Sound",par or workspace)
  6135. sou.Volume=vol
  6136. sou.Pitch=pit or 1
  6137. sou.SoundId=id
  6138. swait()
  6139. sou:play()
  6140. game:GetService("Debris"):AddItem(sou,6)
  6141. end))
  6142. end
  6143.  
  6144. function clerp(a,b,t)
  6145. local qa = {QuaternionFromCFrame(a)}
  6146. local qb = {QuaternionFromCFrame(b)}
  6147. local ax, ay, az = a.x, a.y, a.z
  6148. local bx, by, bz = b.x, b.y, b.z
  6149. local _t = 1-t
  6150. return QuaternionToCFrame(_t*ax + t*bx, _t*ay + t*by, _t*az + t*bz,QuaternionSlerp(qa, qb, t))
  6151. end
  6152.  
  6153. function QuaternionFromCFrame(cf)
  6154. local mx, my, mz, m00, m01, m02, m10, m11, m12, m20, m21, m22 = cf:components()
  6155. local trace = m00 + m11 + m22
  6156. if trace > 0 then
  6157. local s = math.sqrt(1 + trace)
  6158. local recip = 0.5/s
  6159. return (m21-m12)*recip, (m02-m20)*recip, (m10-m01)*recip, s*0.5
  6160. else
  6161. local i = 0
  6162. if m11 > m00 then
  6163. i = 1
  6164. end
  6165. if m22 > (i == 0 and m00 or m11) then
  6166. i = 2
  6167. end
  6168. if i == 0 then
  6169. local s = math.sqrt(m00-m11-m22+1)
  6170. local recip = 0.5/s
  6171. return 0.5*s, (m10+m01)*recip, (m20+m02)*recip, (m21-m12)*recip
  6172. elseif i == 1 then
  6173. local s = math.sqrt(m11-m22-m00+1)
  6174. local recip = 0.5/s
  6175. return (m01+m10)*recip, 0.5*s, (m21+m12)*recip, (m02-m20)*recip
  6176. elseif i == 2 then
  6177. local s = math.sqrt(m22-m00-m11+1)
  6178. local recip = 0.5/s return (m02+m20)*recip, (m12+m21)*recip, 0.5*s, (m10-m01)*recip
  6179. end
  6180. end
  6181. end
  6182.  
  6183. function QuaternionToCFrame(px, py, pz, x, y, z, w)
  6184. local xs, ys, zs = x + x, y + y, z + z
  6185. local wx, wy, wz = w*xs, w*ys, w*zs
  6186. local xx = x*xs
  6187. local xy = x*ys
  6188. local xz = x*zs
  6189. local yy = y*ys
  6190. local yz = y*zs
  6191. local zz = z*zs
  6192. return CFrame.new(px, py, pz,1-(yy+zz), xy - wz, xz + wy,xy + wz, 1-(xx+zz), yz - wx, xz - wy, yz + wx, 1-(xx+yy))
  6193. end
  6194.  
  6195. function QuaternionSlerp(a, b, t)
  6196. local cosTheta = a[1]*b[1] + a[2]*b[2] + a[3]*b[3] + a[4]*b[4]
  6197. local startInterp, finishInterp;
  6198. if cosTheta >= 0.0001 then
  6199. if (1 - cosTheta) > 0.0001 then
  6200. local theta = math.acos(cosTheta)
  6201. local invSinTheta = 1/math.sin(theta)
  6202. startInterp = math.sin((1-t)*theta)*invSinTheta
  6203. finishInterp = math.sin(t*theta)*invSinTheta
  6204. else
  6205. startInterp = 1-t
  6206. finishInterp = t
  6207. end
  6208. else
  6209. if (1+cosTheta) > 0.0001 then
  6210. local theta = math.acos(-cosTheta)
  6211. local invSinTheta = 1/math.sin(theta)
  6212. startInterp = math.sin((t-1)*theta)*invSinTheta
  6213. finishInterp = math.sin(t*theta)*invSinTheta
  6214. else
  6215. startInterp = t-1
  6216. finishInterp = t
  6217. end
  6218. end
  6219. return a[1]*startInterp + b[1]*finishInterp, a[2]*startInterp + b[2]*finishInterp, a[3]*startInterp + b[3]*finishInterp, a[4]*startInterp + b[4]*finishInterp
  6220. end
  6221.  
  6222. local function CFrameFromTopBack(at, top, back)
  6223. local right = top:Cross(back)
  6224. return CFrame.new(at.x, at.y, at.z,
  6225. right.x, top.x, back.x,
  6226. right.y, top.y, back.y,
  6227. right.z, top.z, back.z)
  6228. end
  6229.  
  6230. function Triangle(a, b, c)
  6231. local edg1 = (c-a):Dot((b-a).unit)
  6232. local edg2 = (a-b):Dot((c-b).unit)
  6233. local edg3 = (b-c):Dot((a-c).unit)
  6234. if edg1 <= (b-a).magnitude and edg1 >= 0 then
  6235. a, b, c = a, b, c
  6236. elseif edg2 <= (c-b).magnitude and edg2 >= 0 then
  6237. a, b, c = b, c, a
  6238. elseif edg3 <= (a-c).magnitude and edg3 >= 0 then
  6239. a, b, c = c, a, b
  6240. else
  6241. assert(false, "unreachable")
  6242. end
  6243.  
  6244. local len1 = (c-a):Dot((b-a).unit)
  6245. local len2 = (b-a).magnitude - len1
  6246. local width = (a + (b-a).unit*len1 - c).magnitude
  6247.  
  6248. local maincf = CFrameFromTopBack(a, (b-a):Cross(c-b).unit, -(b-a).unit)
  6249.  
  6250. local list = {}
  6251.  
  6252. if len1 > 0.01 then
  6253. local w1 = Instance.new('WedgePart', m)
  6254. game:GetService("Debris"):AddItem(w1,5)
  6255. w1.Material = "SmoothPlastic"
  6256. w1.FormFactor = 'Custom'
  6257. w1.BrickColor = BrickColor.new("Really red")
  6258. w1.Transparency = 0
  6259. w1.Reflectance = 0
  6260. w1.Material = "SmoothPlastic"
  6261. w1.CanCollide = false
  6262. local l1 = Instance.new("PointLight",w1)
  6263. l1.Color = Color3.new(170,0,0)
  6264. NoOutline(w1)
  6265. local sz = Vector3.new(0.2, width, len1)
  6266. w1.Size = sz
  6267. local sp = Instance.new("SpecialMesh",w1)
  6268. sp.MeshType = "Wedge"
  6269. sp.Scale = Vector3.new(0,1,1) * sz/w1.Size
  6270. w1:BreakJoints()
  6271. w1.Anchored = true
  6272. w1.Parent = workspace
  6273. w1.Transparency = 0.7
  6274. table.insert(Effects,{w1,"Disappear",.01})
  6275. w1.CFrame = maincf*CFrame.Angles(math.pi,0,math.pi/2)*CFrame.new(0,width/2,len1/2)
  6276. table.insert(list,w1)
  6277. end
  6278.  
  6279. if len2 > 0.01 then
  6280. local w2 = Instance.new('WedgePart', m)
  6281. game:GetService("Debris"):AddItem(w2,5)
  6282. w2.Material = "SmoothPlastic"
  6283. w2.FormFactor = 'Custom'
  6284. w2.BrickColor = BrickColor.new("Really red")
  6285. w2.Transparency = 0
  6286. w2.Reflectance = 0
  6287. w2.Material = "SmoothPlastic"
  6288. w2.CanCollide = false
  6289. local l2 = Instance.new("PointLight",w2)
  6290. l2.Color = Color3.new(170,0,0)
  6291. NoOutline(w2)
  6292. local sz = Vector3.new(0.2, width, len2)
  6293. w2.Size = sz
  6294. local sp = Instance.new("SpecialMesh",w2)
  6295. sp.MeshType = "Wedge"
  6296. sp.Scale = Vector3.new(0,1,1) * sz/w2.Size
  6297. w2:BreakJoints()
  6298. w2.Anchored = true
  6299. w2.Parent = workspace
  6300. w2.Transparency = 0.7
  6301. table.insert(Effects,{w2,"Disappear",.01})
  6302. w2.CFrame = maincf*CFrame.Angles(math.pi,math.pi,-math.pi/2)*CFrame.new(0,width/2,-len1 - len2/2)
  6303. table.insert(list,w2)
  6304. end
  6305. return unpack(list)
  6306. end
  6307.  
  6308.  
  6309. function Damagefunc(Part, hit, minim, maxim, knockback, Type, Property, Delay, HitSound, HitPitch)
  6310. if hit.Parent == nil then
  6311. return
  6312. end
  6313. local h = hit.Parent:FindFirstChildOfClass("Humanoid")
  6314. for _, v in pairs(hit.Parent:children()) do
  6315. if v:IsA("Humanoid") then
  6316. h = v
  6317. end
  6318. end
  6319. if h ~= nil and hit.Parent.Name ~= Character.Name and hit.Parent:FindFirstChild("Head") ~= nil then
  6320. if hit.Parent:findFirstChild("DebounceHit") ~= nil and hit.Parent.DebounceHit.Value == true then
  6321. return
  6322. end
  6323. local c = Create("ObjectValue")({
  6324. Name = "creator",
  6325. Value = RealGame:service("Players")[owner.Name],
  6326. Parent = h
  6327. })
  6328. game:GetService("Debris"):AddItem(c, 0.5)
  6329. if HitSound ~= nil and HitPitch ~= nil then
  6330. CFuncs.Sound.Create(HitSound, hit, 1, HitPitch)
  6331. end
  6332. local Damage = math.random(minim, maxim)
  6333. local blocked = false
  6334. local block = hit.Parent:findFirstChild("Block")
  6335. if block ~= nil and block.className == "IntValue" and block.Value > 0 then
  6336. blocked = true
  6337. block.Value = block.Value - 1
  6338. print(block.Value)
  6339. end
  6340. if blocked == false then
  6341. HitHealth = h.Health
  6342. h.Health = h.Health - Damage
  6343. if HitHealth ~= h.Health and HitHealth ~= 0 and 0 >= h.Health and h.Parent.Name ~= "Hologram" then
  6344. print("gained kill")
  6345. end
  6346. ShowDamage(Part.CFrame * CFrame.new(0, 0, Part.Size.Z / 2).p + Vector3.new(0, 1.5, 0), -Damage, 1.5, Part.BrickColor.Color)
  6347. else
  6348. h.Health = h.Health - Damage / 2
  6349. ShowDamage(Part.CFrame * CFrame.new(0, 0, Part.Size.Z / 2).p + Vector3.new(0, 1.5, 0), -Damage, 1.5, Part.BrickColor.Color)
  6350. end
  6351. if Type == "Knockdown" then
  6352. local hum = hit.Parent.Humanoid
  6353. hum.PlatformStand = true
  6354. coroutine.resume(coroutine.create(function(HHumanoid)
  6355. swait(1)
  6356. HHumanoid.PlatformStand = false
  6357. end), hum)
  6358. local angle = hit.Position - (Property.Position + Vector3.new(0, 0, 0)).unit
  6359. local bodvol = Create("BodyVelocity")({
  6360. velocity = angle * knockback,
  6361. P = 5000,
  6362. maxForce = Vector3.new(8000, 8000, 8000),
  6363. Parent = hit
  6364. })
  6365. local rl = Create("BodyAngularVelocity")({
  6366. P = 3000,
  6367. maxTorque = Vector3.new(500000, 500000, 500000) * 50000000000000,
  6368. angularvelocity = Vector3.new(math.random(-10, 10), math.random(-10, 10), math.random(-10, 10)),
  6369. Parent = hit
  6370. })
  6371. game:GetService("Debris"):AddItem(bodvol, 0.5)
  6372. game:GetService("Debris"):AddItem(rl, 0.5)
  6373. elseif Type == "Normal" then
  6374. local vp = Create("BodyVelocity")({
  6375. P = 500,
  6376. maxForce = Vector3.new(math.huge, 0, math.huge),
  6377. velocity = Property.CFrame.lookVector * knockback + Property.Velocity / 1.05
  6378. })
  6379. if knockback > 0 then
  6380. vp.Parent = hit.Parent.Head
  6381. end
  6382. game:GetService("Debris"):AddItem(vp, 0.5)
  6383. elseif Type == "Up" then
  6384. local bodyVelocity = Create("BodyVelocity")({
  6385. velocity = Vector3.new(0, 20, 0),
  6386. P = 5000,
  6387. maxForce = Vector3.new(8000, 8000, 8000),
  6388. Parent = hit
  6389. })
  6390. game:GetService("Debris"):AddItem(bodyVelocity, 0.5)
  6391. local bodyVelocity = Create("BodyVelocity")({
  6392. velocity = Vector3.new(0, 20, 0),
  6393. P = 5000,
  6394. maxForce = Vector3.new(8000, 8000, 8000),
  6395. Parent = hit
  6396. })
  6397. game:GetService("Debris"):AddItem(bodyVelocity, 1)
  6398. elseif Type == "Leech" then
  6399. local hum = hit.Parent.Humanoid
  6400. if hum ~= nil then
  6401. for i = 0, 2 do
  6402. Effects.Sphere.Create(BrickColor.new("Bright red"), hit.Parent.Torso.CFrame * cn(0, 0, 0) * angles(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50)), 1, 15, 1, 0, 5, 0, 0.02)
  6403. end
  6404. Humanoid.Health = Humanoid.Health + 10
  6405. end
  6406. elseif Type == "UpKnock" then
  6407. local hum = hit.Parent.Humanoid
  6408. hum.PlatformStand = true
  6409. if hum ~= nil then
  6410. hitr = true
  6411. end
  6412. coroutine.resume(coroutine.create(function(HHumanoid)
  6413. swait(5)
  6414. HHumanoid.PlatformStand = false
  6415. hitr = false
  6416. end), hum)
  6417. local bodyVelocity = Create("BodyVelocity")({
  6418. velocity = Vector3.new(0, 20, 0),
  6419. P = 5000,
  6420. maxForce = Vector3.new(8000, 8000, 8000),
  6421. Parent = hit
  6422. })
  6423. game:GetService("Debris"):AddItem(bodyVelocity, 0.5)
  6424. local bodyVelocity = Create("BodyVelocity")({
  6425. velocity = Vector3.new(0, 20, 0),
  6426. P = 5000,
  6427. maxForce = Vector3.new(8000, 8000, 8000),
  6428. Parent = hit
  6429. })
  6430. game:GetService("Debris"):AddItem(bodyVelocity, 1)
  6431. elseif Type == "Snare" then
  6432. local bp = Create("BodyPosition")({
  6433. P = 2000,
  6434. D = 100,
  6435. maxForce = Vector3.new(math.huge, math.huge, math.huge),
  6436. position = hit.Parent.Torso.Position,
  6437. Parent = hit.Parent.Torso
  6438. })
  6439. game:GetService("Debris"):AddItem(bp, 1)
  6440. elseif Type == "Slashnare" then
  6441. Effects.Block.Create(BrickColor.new("Pastel Blue"), hit.Parent.Torso.CFrame * cn(0, 0, 0), 60, 60, 60, 12, 12, 12, 0.07)
  6442. for i = 1, math.random(4, 5) do
  6443. Effects.Sphere.Create(BrickColor.new("Teal"), hit.Parent.Torso.CFrame * cn(math.random(-5, 5), math.random(-5, 5), math.random(-5, 5)) * angles(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50)), 1, 15, 1, 0, 5, 0, 0.02)
  6444. end
  6445. local bp = Create("BodyPosition")({
  6446. P = 2000,
  6447. D = 100,
  6448. maxForce = Vector3.new(math.huge, math.huge, math.huge),
  6449. position = hit.Parent.Torso.Position,
  6450. Parent = hit.Parent.Torso
  6451. })
  6452. game:GetService("Debris"):AddItem(bp, 1)
  6453. elseif Type == "Spike" then
  6454. CreateBigIceSword(hit.Parent.Torso.CFrame)
  6455. local bp = Create("BodyPosition")({
  6456. P = 2000,
  6457. D = 100,
  6458. maxForce = Vector3.new(math.huge, math.huge, math.huge),
  6459. position = hit.Parent.Torso.Position,
  6460. Parent = hit.Parent.Torso
  6461. })
  6462. game:GetService("Debris"):AddItem(bp, 1)
  6463. elseif Type == "Freeze" then
  6464. local BodPos = Create("BodyPosition")({
  6465. P = 50000,
  6466. D = 1000,
  6467. maxForce = Vector3.new(math.huge, math.huge, math.huge),
  6468. position = hit.Parent.Torso.Position,
  6469. Parent = hit.Parent.Torso
  6470. })
  6471. local BodGy = Create("BodyGyro")({
  6472. maxTorque = Vector3.new(400000, 400000, 400000) * math.huge,
  6473. P = 20000,
  6474. Parent = hit.Parent.Torso,
  6475. cframe = hit.Parent.Torso.CFrame
  6476. })
  6477. hit.Parent.Torso.Anchored = true
  6478. coroutine.resume(coroutine.create(function(Part)
  6479. swait(1.5)
  6480. Part.Anchored = false
  6481. end), hit.Parent.Torso)
  6482. game:GetService("Debris"):AddItem(BodPos, 3)
  6483. game:GetService("Debris"):AddItem(BodGy, 3)
  6484. end
  6485. local debounce = Create("BoolValue")({
  6486. Name = "DebounceHit",
  6487. Parent = hit.Parent,
  6488. Value = true
  6489. })
  6490. game:GetService("Debris"):AddItem(debounce, Delay)
  6491. c = Instance.new("ObjectValue")
  6492. c.Name = "creator"
  6493. c.Value = RealGame:service("Players")[owner.Name];
  6494. c.Parent = h
  6495. game:GetService("Debris"):AddItem(c, 0.5)
  6496. end
  6497. end
  6498. function ShowDamage(Pos, Text, Time, Color)
  6499. local Rate = 0.03333333333333333
  6500. local Pos = Pos or Vector3.new(0, 0, 0)
  6501. local Text = Text or ""
  6502. local Time = Time or 2
  6503. local Color = Color or Color3.new(1, 0, 1)
  6504. local EffectPart = CreatePart(workspace, "SmoothPlastic", 0, 1, BrickColor.new(Color), "Effect", Vector3.new(0, 0, 0))
  6505. EffectPart.Anchored = true
  6506. local BillboardGui = Create("BillboardGui")({
  6507. Size = UDim2.new(3, 0, 3, 0),
  6508. Adornee = EffectPart,
  6509. Parent = EffectPart
  6510. })
  6511. local TextLabel = Create("TextLabel")({
  6512. BackgroundTransparency = 1,
  6513. Size = UDim2.new(1, 0, 1, 0),
  6514. Text = Text,
  6515. TextColor3 = Color,
  6516. TextScaled = true,
  6517. Font = Enum.Font.ArialBold,
  6518. Parent = BillboardGui
  6519. })
  6520. game.Debris:AddItem(EffectPart, Time + 0.1)
  6521. EffectPart.Parent = game:GetService("Workspace")
  6522. delay(0, function()
  6523. local Frames = Time / Rate
  6524. for Frame = 1, Frames do
  6525. wait(Rate)
  6526. local Percent = Frame / Frames
  6527. EffectPart.CFrame = CFrame.new(Pos) + Vector3.new(0, Percent, 0)
  6528. TextLabel.TextTransparency = Percent
  6529. end
  6530. if EffectPart and EffectPart.Parent then
  6531. EffectPart:Destroy()
  6532. end
  6533. end)
  6534. end
  6535. function MagniDamage(Part, magni, mindam, maxdam, knock, Type)
  6536. for _, c in pairs(workspace:children()) do
  6537. local hum = c:findFirstChildOfClass("Humanoid")
  6538. if hum ~= nil then
  6539. local head = c:findFirstChild("Head")
  6540. if head ~= nil then
  6541. local targ = head.Position - Part.Position
  6542. local mag = targ.magnitude
  6543. if magni >= mag and c.Name ~= Player.Name then
  6544. Damagefunc(head, head, mindam, maxdam, knock, Type, RootPart, 0.1, "rbxassetid://231917784", 1)
  6545. end
  6546. end
  6547. end
  6548. end
  6549. end
  6550.  
  6551.  
  6552. function rayCast(Pos, Dir, Max, Ignore) -- Origin Position , Direction, MaxDistance , IgnoreDescendants
  6553. return game:service("Workspace"):FindPartOnRay(Ray.new(Pos, Dir.unit * (Max or 999.999)), Ignore)
  6554. end
  6555. ----
  6556.  
  6557. function dmg(dude)
  6558. if dude.Name ~= Character then
  6559. local bgf = Instance.new("BodyGyro",dude.Head)
  6560. bgf.CFrame = bgf.CFrame * CFrame.fromEulerAnglesXYZ(math.rad(-90),0,0)
  6561. local val = Instance.new("BoolValue",dude)
  6562. val.Name = "IsHit"
  6563. local ds = coroutine.wrap(function()
  6564. local torso = dude:FindFirstChild'Torso' or dude:FindFirstChild'UpperTorso'
  6565. for i = 1, 10 do
  6566. sphereMK(1.5,2,"Add",torso.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),1,1,25,-.01,BrickColor.new("White"),0,true)
  6567. end
  6568. dude:WaitForChild("Head"):BreakJoints()
  6569. wait(0.5)
  6570. targetted = nil
  6571. CFuncs["Sound"].Create("rbxassetid://62339698", char, 0.5, 0.3)
  6572.  
  6573. coroutine.resume(coroutine.create(function()
  6574. for i, v in pairs(dude:GetChildren()) do
  6575. if v:IsA("Accessory") then
  6576. v:Destroy()
  6577. end
  6578. if v:IsA("Humanoid") then
  6579. v:Destroy()
  6580. end
  6581. if v:IsA("CharacterMesh") then
  6582. v:Destroy()
  6583. end
  6584. if v:IsA("Model") then
  6585. v:Destroy()
  6586. end
  6587. if v:IsA("Part") or v:IsA("MeshPart") then
  6588. for x, o in pairs(v:GetChildren()) do
  6589. if o:IsA("Decal") then
  6590. o:Destroy()
  6591. end
  6592. end
  6593. coroutine.resume(coroutine.create(function()
  6594. v.Material = "Neon"
  6595. v.CanCollide = false
  6596. local bld = Instance.new("ParticleEmitter",v)
  6597. bld.LightEmission = 1
  6598. bld.Texture = "rbxassetid://284205403"
  6599. bld.Color = ColorSequence.new(Color3.new(1,1,1))
  6600. bld.Rate = 50
  6601. bld.Lifetime = NumberRange.new(1)
  6602. bld.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,0.75,0),NumberSequenceKeypoint.new(1,0,0)})
  6603. bld.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0,0),NumberSequenceKeypoint.new(1,1,0)})
  6604. bld.Speed = NumberRange.new(0,0)
  6605. bld.VelocitySpread = 50000
  6606. bld.Rotation = NumberRange.new(-500,500)
  6607. bld.RotSpeed = NumberRange.new(-500,500)
  6608. local sbs = Instance.new("BodyPosition", v)
  6609. sbs.P = 3000
  6610. sbs.D = 1000
  6611. sbs.maxForce = Vector3.new(50000000000, 50000000000, 50000000000)
  6612. sbs.position = v.Position + Vector3.new(math.random(-5,5),math.random(-5,5),math.random(-5,5))
  6613. v.Color = Color3.new(1,1,1)
  6614. coroutine.resume(coroutine.create(function()
  6615. for i = 0, 49 do
  6616. swait(1)
  6617. v.Transparency = v.Transparency + 0.02
  6618. end
  6619. CFuncs["Sound"].Create("rbxassetid://1192402877", v, 0.25, 1)
  6620. bld.Speed = NumberRange.new(1,5)
  6621. bld.Acceleration = vt(0,10,0)
  6622. wait(0.5)
  6623. bld.Enabled = false
  6624. wait(3)
  6625. v:Destroy()
  6626. dude:Destroy()
  6627. end))
  6628. end))
  6629. end
  6630. end
  6631. end))
  6632. end)
  6633. ds()
  6634. end
  6635. end
  6636.  
  6637. function sphere(bonuspeed,type,pos,scale,value,color)
  6638. local type = type
  6639. local rng = Instance.new("Part", char)
  6640. rng.Anchored = true
  6641. rng.BrickColor = color
  6642. rng.CanCollide = false
  6643. rng.FormFactor = 3
  6644. rng.Name = "Ring"
  6645. rng.Material = "Neon"
  6646. rng.Size = Vector3.new(1, 1, 1)
  6647. rng.Transparency = 0
  6648. rng.TopSurface = 0
  6649. rng.BottomSurface = 0
  6650. rng.CFrame = pos
  6651. local rngm = Instance.new("SpecialMesh", rng)
  6652. rngm.MeshType = "Sphere"
  6653. rngm.Scale = scale
  6654. if rainbowmode == true then
  6655. rng.Color = Color3.new(r/255,g/255,b/255)
  6656. end
  6657. local scaler2 = 1
  6658. if type == "Add" then
  6659. scaler2 = 1*value
  6660. elseif type == "Divide" then
  6661. scaler2 = 1/value
  6662. end
  6663. coroutine.resume(coroutine.create(function()
  6664. for i = 0,10/bonuspeed,0.1 do
  6665. swait()
  6666. if rainbowmode == true then
  6667. rng.Color = Color3.new(r/255,g/255,b/255)
  6668. end
  6669. if type == "Add" then
  6670. scaler2 = scaler2 - 0.01*value/bonuspeed
  6671. elseif type == "Divide" then
  6672. scaler2 = scaler2 - 0.01/value*bonuspeed
  6673. end
  6674. if chaosmode == true then
  6675. rng.BrickColor = BrickColor.random()
  6676. end
  6677. rng.Transparency = rng.Transparency + 0.01*bonuspeed
  6678. rngm.Scale = rngm.Scale + Vector3.new(scaler2*bonuspeed, scaler2*bonuspeed, scaler2*bonuspeed)
  6679. end
  6680. rng:Destroy()
  6681. end))
  6682. end
  6683.  
  6684. function sphere2(bonuspeed,type,pos,scale,value,value2,value3,color,color3)
  6685. local type = type
  6686. local rng = Instance.new("Part", char)
  6687. rng.Anchored = true
  6688. rng.BrickColor = color
  6689. rng.Color = color3
  6690. rng.CanCollide = false
  6691. rng.FormFactor = 3
  6692. rng.Name = "Ring"
  6693. rng.Material = "Neon"
  6694. rng.Size = Vector3.new(1, 1, 1)
  6695. rng.Transparency = 0
  6696. rng.TopSurface = 0
  6697. rng.BottomSurface = 0
  6698. rng.CFrame = pos
  6699. local rngm = Instance.new("SpecialMesh", rng)
  6700. rngm.MeshType = "Sphere"
  6701. rngm.Scale = scale
  6702. local scaler2 = 1
  6703. local scaler2b = 1
  6704. local scaler2c = 1
  6705. if type == "Add" then
  6706. scaler2 = 1*value
  6707. scaler2b = 1*value2
  6708. scaler2c = 1*value3
  6709. elseif type == "Divide" then
  6710. scaler2 = 1/value
  6711. scaler2b = 1/value2
  6712. scaler2c = 1/value3
  6713. end
  6714. coroutine.resume(coroutine.create(function()
  6715. for i = 0,10/bonuspeed,0.1 do
  6716. swait()
  6717. if type == "Add" then
  6718. scaler2 = scaler2 - 0.01*value/bonuspeed
  6719. scaler2b = scaler2b - 0.01*value/bonuspeed
  6720. scaler2c = scaler2c - 0.01*value/bonuspeed
  6721. elseif type == "Divide" then
  6722. scaler2 = scaler2 - 0.01/value*bonuspeed
  6723. scaler2b = scaler2b - 0.01/value*bonuspeed
  6724. scaler2c = scaler2c - 0.01/value*bonuspeed
  6725. end
  6726. rng.Transparency = rng.Transparency + 0.01*bonuspeed
  6727. rngm.Scale = rngm.Scale + Vector3.new(scaler2*bonuspeed, scaler2b*bonuspeed, scaler2c*bonuspeed)
  6728. end
  6729. rng:Destroy()
  6730. end))
  6731. end
  6732.  
  6733. function block(bonuspeed,type,pos,scale,value,value2,value3,color,color3)
  6734. local type = type
  6735. local rng = Instance.new("Part", char)
  6736. rng.Anchored = true
  6737. rng.BrickColor = color
  6738. rng.Color = color3
  6739. rng.CanCollide = false
  6740. rng.FormFactor = 3
  6741. rng.Name = "Ring"
  6742. rng.Material = "Neon"
  6743. rng.Size = Vector3.new(1, 1, 1)
  6744. rng.Transparency = 0
  6745. rng.TopSurface = 0
  6746. rng.BottomSurface = 0
  6747. rng.CFrame = pos
  6748. local rngm = Instance.new("SpecialMesh", rng)
  6749. rngm.MeshType = "Brick"
  6750. rngm.Scale = scale
  6751. local scaler2 = 1
  6752. local scaler2b = 1
  6753. local scaler2c = 1
  6754. if type == "Add" then
  6755. scaler2 = 1*value
  6756. scaler2b = 1*value2
  6757. scaler2c = 1*value3
  6758. elseif type == "Divide" then
  6759. scaler2 = 1/value
  6760. scaler2b = 1/value2
  6761. scaler2c = 1/value3
  6762. end
  6763. coroutine.resume(coroutine.create(function()
  6764. for i = 0,10/bonuspeed,0.1 do
  6765. swait()
  6766. if type == "Add" then
  6767. scaler2 = scaler2 - 0.01*value/bonuspeed
  6768. scaler2b = scaler2b - 0.01*value/bonuspeed
  6769. scaler2c = scaler2c - 0.01*value/bonuspeed
  6770. elseif type == "Divide" then
  6771. scaler2 = scaler2 - 0.01/value*bonuspeed
  6772. scaler2b = scaler2b - 0.01/value*bonuspeed
  6773. scaler2c = scaler2c - 0.01/value*bonuspeed
  6774. end
  6775. rng.CFrame = rng.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360)))
  6776. rng.Transparency = rng.Transparency + 0.01*bonuspeed
  6777. rngm.Scale = rngm.Scale + Vector3.new(scaler2*bonuspeed, scaler2b*bonuspeed, scaler2c*bonuspeed)
  6778. end
  6779. rng:Destroy()
  6780. end))
  6781. end
  6782.  
  6783. function sphereMK(bonuspeed,FastSpeed,type,pos,x1,y1,z1,value,color,color3,outerpos)
  6784. local type = type
  6785. local rng = Instance.new("Part", char)
  6786. rng.Anchored = true
  6787. rng.BrickColor = color
  6788. rng.Color = color3
  6789. rng.CanCollide = false
  6790. rng.FormFactor = 3
  6791. rng.Name = "Ring"
  6792. rng.Material = "Neon"
  6793. rng.Size = Vector3.new(1, 1, 1)
  6794. rng.Transparency = 0
  6795. rng.TopSurface = 0
  6796. rng.BottomSurface = 0
  6797. rng.CFrame = pos
  6798. rng.CFrame = rng.CFrame + rng.CFrame.lookVector*outerpos
  6799. local rngm = Instance.new("SpecialMesh", rng)
  6800. rngm.MeshType = "Sphere"
  6801. rngm.Scale = vt(x1,y1,z1)
  6802. if rainbowmode == true then
  6803. rng.Color = Color3.new(r/255,g/255,b/255)
  6804. end
  6805. local scaler2 = 1
  6806. local speeder = FastSpeed
  6807. if type == "Add" then
  6808. scaler2 = 1*value
  6809. elseif type == "Divide" then
  6810. scaler2 = 1/value
  6811. end
  6812. coroutine.resume(coroutine.create(function()
  6813. for i = 0,10/bonuspeed,0.1 do
  6814. swait()
  6815. if rainbowmode == true then
  6816. rng.Color = Color3.new(r/255,g/255,b/255)
  6817. end
  6818. if type == "Add" then
  6819. scaler2 = scaler2 - 0.01*value/bonuspeed
  6820. elseif type == "Divide" then
  6821. scaler2 = scaler2 - 0.01/value*bonuspeed
  6822. end
  6823. if chaosmode == true then
  6824. rng.BrickColor = BrickColor.random()
  6825. end
  6826. speeder = speeder - 0.01*FastSpeed*bonuspeed
  6827. rng.CFrame = rng.CFrame + rng.CFrame.lookVector*speeder*bonuspeed
  6828. rng.Transparency = rng.Transparency + 0.01*bonuspeed
  6829. rngm.Scale = rngm.Scale + Vector3.new(scaler2*bonuspeed, scaler2*bonuspeed, 0)
  6830. end
  6831. rng:Destroy()
  6832. end))
  6833. end
  6834.  
  6835. function waveEff(bonuspeed,type,typeoftrans,pos,scale,value,value2,color)
  6836. local type = type
  6837. local rng = Instance.new("Part", char)
  6838. rng.Anchored = true
  6839. rng.BrickColor = color
  6840. rng.CanCollide = false
  6841. rng.FormFactor = 3
  6842. rng.Name = "Ring"
  6843. rng.Material = "Neon"
  6844. rng.Size = Vector3.new(1, 1, 1)
  6845. rng.Transparency = 0
  6846. if typeoftrans == "In" then
  6847. rng.Transparency = 1
  6848. end
  6849. rng.TopSurface = 0
  6850. rng.BottomSurface = 0
  6851. rng.CFrame = pos
  6852. local rngm = Instance.new("SpecialMesh", rng)
  6853. rngm.MeshType = "FileMesh"
  6854. rngm.MeshId = "rbxassetid://20329976"
  6855. rngm.Scale = scale
  6856. local scaler2 = 1
  6857. local scaler2b = 1
  6858. if type == "Add" then
  6859. scaler2 = 1*value
  6860. scaler2b = 1*value2
  6861. elseif type == "Divide" then
  6862. scaler2 = 1/value
  6863. scaler2b = 1/value2
  6864. end
  6865. local randomrot = math.random(1,2)
  6866. coroutine.resume(coroutine.create(function()
  6867. for i = 0,10/bonuspeed,0.1 do
  6868. swait()
  6869. if type == "Add" then
  6870. scaler2 = scaler2 - 0.01*value/bonuspeed
  6871. scaler2b = scaler2b - 0.01*value/bonuspeed
  6872. elseif type == "Divide" then
  6873. scaler2 = scaler2 - 0.01/value*bonuspeed
  6874. scaler2b = scaler2b - 0.01/value*bonuspeed
  6875. end
  6876. if randomrot == 1 then
  6877. rng.CFrame = rng.CFrame*CFrame.Angles(0,math.rad(5*bonuspeed/2),0)
  6878. elseif randomrot == 2 then
  6879. rng.CFrame = rng.CFrame*CFrame.Angles(0,math.rad(-5*bonuspeed/2),0)
  6880. end
  6881. if typeoftrans == "Out" then
  6882. rng.Transparency = rng.Transparency + 0.01*bonuspeed
  6883. elseif typeoftrans == "In" then
  6884. rng.Transparency = rng.Transparency - 0.01*bonuspeed
  6885. end
  6886. rngm.Scale = rngm.Scale + Vector3.new(scaler2*bonuspeed, scaler2b*bonuspeed, scaler2*bonuspeed)
  6887. end
  6888. rng:Destroy()
  6889. end))
  6890. end
  6891.  
  6892. function slash(bonuspeed,rotspeed,rotatingop,typeofshape,type,typeoftrans,pos,scale,value,color)
  6893. local type = type
  6894. local rotenable = rotatingop
  6895. local rng = Instance.new("Part", char)
  6896. rng.Anchored = true
  6897. rng.BrickColor = color
  6898. rng.CanCollide = false
  6899. rng.FormFactor = 3
  6900. rng.Name = "Ring"
  6901. rng.Material = "Neon"
  6902. rng.Size = Vector3.new(1, 1, 1)
  6903. rng.Transparency = 0
  6904. if typeoftrans == "In" then
  6905. rng.Transparency = 1
  6906. end
  6907. rng.TopSurface = 0
  6908. rng.BottomSurface = 0
  6909. rng.CFrame = pos
  6910. local rngm = Instance.new("SpecialMesh", rng)
  6911. rngm.MeshType = "FileMesh"
  6912. if typeofshape == "Normal" then
  6913. rngm.MeshId = "rbxassetid://662586858"
  6914. elseif typeofshape == "Round" then
  6915. rngm.MeshId = "rbxassetid://662585058"
  6916. end
  6917. rngm.Scale = scale
  6918. local scaler2 = 1/10
  6919. if type == "Add" then
  6920. scaler2 = 1*value/10
  6921. elseif type == "Divide" then
  6922. scaler2 = 1/value/10
  6923. end
  6924. local randomrot = math.random(1,2)
  6925. coroutine.resume(coroutine.create(function()
  6926. for i = 0,10/bonuspeed,0.1 do
  6927. swait()
  6928. if type == "Add" then
  6929. scaler2 = scaler2 - 0.01*value/bonuspeed/10
  6930. elseif type == "Divide" then
  6931. scaler2 = scaler2 - 0.01/value*bonuspeed/10
  6932. end
  6933. if rotenable == true then
  6934. if randomrot == 1 then
  6935. rng.CFrame = rng.CFrame*CFrame.Angles(0,math.rad(rotspeed*bonuspeed/2),0)
  6936. elseif randomrot == 2 then
  6937. rng.CFrame = rng.CFrame*CFrame.Angles(0,math.rad(-rotspeed*bonuspeed/2),0)
  6938. end
  6939. end
  6940. if typeoftrans == "Out" then
  6941. rng.Transparency = rng.Transparency + 0.01*bonuspeed
  6942. elseif typeoftrans == "In" then
  6943. rng.Transparency = rng.Transparency - 0.01*bonuspeed
  6944. end
  6945. rngm.Scale = rngm.Scale + Vector3.new(scaler2*bonuspeed/10, 0, scaler2*bonuspeed/10)
  6946. end
  6947. rng:Destroy()
  6948. end))
  6949. end
  6950.  
  6951. function FindNearestTorso(Position, Distance, SinglePlayer)
  6952. if SinglePlayer then
  6953. return (SinglePlayer.Torso.CFrame.p - Position).magnitude < Distance
  6954. end
  6955. local List = {}
  6956. for i, v in pairs(workspace:GetChildren()) do
  6957. if v:IsA("Model") then
  6958. if v:findFirstChild("Torso") or v:findFirstChild("UpperTorso") then
  6959. if v ~= Character then
  6960. if (v.Head.Position - Position).magnitude <= Distance then
  6961. table.insert(List, v)
  6962. end
  6963. end
  6964. end
  6965. end
  6966. end
  6967. return List
  6968. end
  6969.  
  6970.  
  6971. local dashing = false
  6972. local floatmode = false
  6973. local OWS = hum.WalkSpeed
  6974. local equipped = false
  6975. Humanoid.Name = "NEPTUNIA"
  6976. Humanoid.MaxHealth = math.huge
  6977. Humanoid.Health = math.huge
  6978. Instance.new("ForceField",char).Visible = false
  6979. Humanoid.Animator.Parent = nil
  6980. ------------------
  6981. function equip()
  6982. attack = true
  6983. equipped = true
  6984. hum.WalkSpeed = 0
  6985. tl1.Enabled = true
  6986. for i = 0, 9 do
  6987. slash(math.random(10,50)/10,3,true,"Round","Add","Out",root.CFrame*CFrame.new(0,-3,0)*CFrame.Angles(math.rad(math.random(-10,10)),math.rad(math.random(-360,360)),math.rad(math.random(-10,10))),vt(0.05,0.01,0.05),math.random(25,50)/250,BrickColor.new("White"))
  6988. end
  6989. CFuncs["Sound"].Create("rbxassetid://1368637781", rarmor, 2.5, 1.25)
  6990. CFuncs["Sound"].Create("rbxassetid://200633077", rarmor, 1, 1)
  6991. CFuncs["Sound"].Create("rbxassetid://169380495", rarmor, 0.5, 1.1)
  6992. sphere2(5,"Add",root.CFrame,vt(5,5,5),0.25,0.25,0.25,BrickColor.new("Cyan"),BrickColor.new("Cyan").Color)
  6993. sphere2(6,"Add",root.CFrame,vt(5,5,5),0.25,0.25,0.25,BrickColor.new("Royal purple"),BrickColor.new("Royal purple").Color)
  6994. for i = 0, 2, 0.1 do
  6995. swait()
  6996. hum.CameraOffset = vt(math.random(-5,5)/50,math.random(-5,5)/50,math.random(-5,5)/50)
  6997. sphere2(5,"Add",rarmor.CFrame*CFrame.new(math.random(-8,-2),0,0)*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),vt(0.1,0.1,0.1),0,0.1,0,BrickColor.new("Cyan"),BrickColor.new("Cyan").Color)
  6998. waveEff(5,"Add","Out",root.CFrame*CFrame.new(0,-3,0)*CFrame.Angles(0,math.rad(math.random(-360,360)),0),vt(5,0.25,5),0.05,0.015,BrickColor.new("Cyan"))
  6999. waveEff(5,"Add","Out",root.CFrame*CFrame.new(0,-3,0)*CFrame.Angles(0,math.rad(math.random(-360,360)),0),vt(10,0.25,10),0.05,0.015,BrickColor.new("Royal purple"))
  7000. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-3),math.rad(0),math.rad(0)),.2)
  7001. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-3),math.rad(10),math.rad(0)),.2)
  7002. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(-10)),.3)
  7003. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(2),math.rad(0),math.rad(-20)),.3)
  7004. RW.C0=clerp(RW.C0,cf(1.45,0.5,0.1)*angles(math.rad(-20),math.rad(-30),math.rad(130)),.3)
  7005. LW.C0=clerp(LW.C0,cf(-1.45,0.5,0.1)*angles(math.rad(-13),math.rad(10),math.rad(-10)),.3)
  7006. end
  7007. hum.CameraOffset = vt(0,0,0)
  7008. weaponweld.Part0 = rarm
  7009. for i = 0, 2, 0.1 do
  7010. swait()
  7011. sphere2(5,"Add",rarmor.CFrame*CFrame.new(math.random(-8,-2),0,0)*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),vt(0.1,0.1,0.1),0,0.1,0,BrickColor.new("Cyan"),BrickColor.new("Cyan").Color)
  7012. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-3),math.rad(-40),math.rad(0)),.2)
  7013. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-3),math.rad(1),math.rad(5)),.2)
  7014. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0.1,0.1,0)*angles(math.rad(0),math.rad(0),math.rad(40)),.3)
  7015. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(2),math.rad(0),math.rad(-40)),.3)
  7016. RW.C0=clerp(RW.C0,cf(1.25,0.5,-0.65)*angles(math.rad(100),math.rad(0),math.rad(-23)),.3)
  7017. LW.C0=clerp(LW.C0,cf(-1.45,0.5,0.1)*angles(math.rad(110),math.rad(0),math.rad(-85)),.3)
  7018. weaponweld.C1=clerp(weaponweld.C1,cf(0,1,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  7019. end
  7020. local hitb = CreateParta(m,1,1,"SmoothPlastic",BrickColor.Random())
  7021. hitb.Anchored = true
  7022. hitb.CFrame = root.CFrame + root.CFrame.lookVector*4
  7023. MagniDamage(hitb, 4, 40,73, 0, "Normal",153092213)
  7024. slash(5,5,true,"Round","Add","Out",hitb.CFrame*CFrame.Angles(0,math.rad(math.random(-360,360)),0),vt(0.05,0.01,0.05),0.01,BrickColor.new("White"))
  7025. CFuncs["Sound"].Create("rbxassetid://200633196", rarmor, 1, 1.05)
  7026. CFuncs["Sound"].Create("rbxassetid://200633108", rarmor, 1.5, 1.025)
  7027. CFuncs["Sound"].Create("rbxassetid://234365549", rarmor, 1, 1)
  7028. for i = 0, 2, 0.1 do
  7029. swait()
  7030. sphere2(5,"Add",rarmor.CFrame*CFrame.new(math.random(-8,-2),0,0)*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),vt(0.1,0.1,0.1),0,0.1,0,BrickColor.new("Cyan"),BrickColor.new("Cyan").Color)
  7031. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-3),math.rad(0),math.rad(-20)),.2)
  7032. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-3),math.rad(50),math.rad(0)),.2)
  7033. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(-0.1,-0.25,0)*angles(math.rad(10),math.rad(0),math.rad(-50)),.3)
  7034. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(2),math.rad(0),math.rad(50)),.3)
  7035. RW.C0=clerp(RW.C0,cf(1.45,0.5,0.1)*angles(math.rad(80),math.rad(0),math.rad(70)),.3)
  7036. LW.C0=clerp(LW.C0,cf(-1.45,0.5,0.1)*angles(math.rad(100),math.rad(0),math.rad(-50)),.3)
  7037. weaponweld.C1=clerp(weaponweld.C1,cf(0,1,0)*angles(math.rad(0),math.rad(0),math.rad(-40)),.3)
  7038. end
  7039. hitb:Destroy()
  7040. hum.WalkSpeed = 24
  7041. OWS = hum.WalkSpeed
  7042. attack = false
  7043. end
  7044.  
  7045. function unequip()
  7046. attack = true
  7047. equipped = false
  7048. hum.WalkSpeed = 0
  7049. hum.WalkSpeed = 16
  7050. OWS = hum.WalkSpeed
  7051. tl1.Enabled = false
  7052. CFuncs["Sound"].Create("rbxassetid://200633029", rarmor, 1, 1)
  7053. weaponweld.C1=clerp(weaponweld.C1,cf(-3,0,-0.5)*angles(math.rad(0),math.rad(0),math.rad(-40)),.5)
  7054. weaponweld.Part0 = tors
  7055. attack = false
  7056. end
  7057.  
  7058. ------------------
  7059. function attackone()
  7060. attack = true
  7061. hum.WalkSpeed = 4
  7062. for i = 0, 2, 0.1 do
  7063. swait()
  7064. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-3),math.rad(-40),math.rad(0)),.2)
  7065. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-3),math.rad(1),math.rad(5)),.2)
  7066. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0.1,0.1,0)*angles(math.rad(0),math.rad(0),math.rad(40)),.3)
  7067. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(2),math.rad(0),math.rad(-40)),.3)
  7068. RW.C0=clerp(RW.C0,cf(1.25,0.5,-0.65)*angles(math.rad(100),math.rad(0),math.rad(-23)),.3)
  7069. LW.C0=clerp(LW.C0,cf(-1.45,0.5,0.1)*angles(math.rad(110),math.rad(0),math.rad(-85)),.3)
  7070. weaponweld.C1=clerp(weaponweld.C1,cf(0,1,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  7071. end
  7072. local hitb = CreateParta(m,1,1,"SmoothPlastic",BrickColor.Random())
  7073. hitb.Anchored = true
  7074. hitb.CFrame = root.CFrame + root.CFrame.lookVector*4
  7075. MagniDamage(hitb, 4, 24,30, 0, "Normal",153092213)
  7076. CFuncs["Sound"].Create("rbxassetid://200633196", rarmor, 1, 1.05)
  7077. CFuncs["Sound"].Create("rbxassetid://200633108", rarmor, 1.5, 1.025)
  7078. CFuncs["Sound"].Create("rbxassetid://234365549", rarmor, 1, 1)
  7079. for i = 0, 1, 0.1 do
  7080. swait()
  7081. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-3),math.rad(0),math.rad(-20)),.2)
  7082. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-3),math.rad(50),math.rad(0)),.2)
  7083. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(-0.1,-0.25,0)*angles(math.rad(10),math.rad(0),math.rad(-50)),.3)
  7084. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(2),math.rad(0),math.rad(50)),.3)
  7085. RW.C0=clerp(RW.C0,cf(1.45,0.5,0.1)*angles(math.rad(80),math.rad(0),math.rad(70)),.3)
  7086. LW.C0=clerp(LW.C0,cf(-1.45,0.5,0.1)*angles(math.rad(100),math.rad(0),math.rad(-50)),.3)
  7087. weaponweld.C1=clerp(weaponweld.C1,cf(0,1,0)*angles(math.rad(0),math.rad(0),math.rad(-40)),.3)
  7088. end
  7089. hitb:Destroy()
  7090. attack = false
  7091. hum.WalkSpeed = 24
  7092. end
  7093. function attacktwo()
  7094. attack = true
  7095. hum.WalkSpeed = 4
  7096. for i = 0, 1, 0.1 do
  7097. swait()
  7098. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-3),math.rad(0),math.rad(0)),.2)
  7099. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-3),math.rad(20),math.rad(5)),.2)
  7100. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(-0.1,0.1,0)*angles(math.rad(0),math.rad(0),math.rad(-40)),.3)
  7101. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(2),math.rad(0),math.rad(40)),.3)
  7102. RW.C0=clerp(RW.C0,cf(1.25,0.5,-0.65)*angles(math.rad(100),math.rad(0),math.rad(-23)),.3)
  7103. LW.C0=clerp(LW.C0,cf(-0.5,0.5,-0.25)*angles(math.rad(90),math.rad(0),math.rad(40)),.3)
  7104. weaponweld.C1=clerp(weaponweld.C1,cf(0,1,0)*angles(math.rad(0),math.rad(180),math.rad(0)),.3)
  7105. end
  7106. local hitb = CreateParta(m,1,1,"SmoothPlastic",BrickColor.Random())
  7107. hitb.Anchored = true
  7108. hitb.CFrame = root.CFrame + root.CFrame.lookVector*4
  7109. MagniDamage(hitb, 4, 24,30, 0, "Normal",153092213)
  7110. CFuncs["Sound"].Create("rbxassetid://200633281", rarmor, 1, 1.05)
  7111. CFuncs["Sound"].Create("rbxassetid://161006195", rarmor, 1.5, 1.025)
  7112. for i = 0, 1, 0.1 do
  7113. swait()
  7114. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-3),math.rad(-30),math.rad(0)),.2)
  7115. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-3),math.rad(0),math.rad(20)),.2)
  7116. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0.2,-0.25,0)*angles(math.rad(10),math.rad(0),math.rad(90)),.3)
  7117. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(2),math.rad(0),math.rad(-90)),.3)
  7118. RW.C0=clerp(RW.C0,cf(1.45,0.5,0.1)*angles(math.rad(80),math.rad(0),math.rad(20)),.3)
  7119. LW.C0=clerp(LW.C0,cf(-1.45,0.5,0.1)*angles(math.rad(100),math.rad(0),math.rad(-50)),.3)
  7120. weaponweld.C1=clerp(weaponweld.C1,cf(0,1,0)*angles(math.rad(0),math.rad(180),math.rad(70)),.3)
  7121. end
  7122. attack = false
  7123. hum.WalkSpeed = 24
  7124. end
  7125. function attackthree()
  7126. attack = true
  7127. hum.WalkSpeed = 4
  7128. for i = 0, 1, 0.1 do
  7129. swait()
  7130. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-3),math.rad(-30),math.rad(0)),.2)
  7131. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-3),math.rad(0),math.rad(5)),.2)
  7132. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(-0.1,0.1,0)*angles(math.rad(0),math.rad(0),math.rad(-60)),.3)
  7133. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(2),math.rad(0),math.rad(60)),.3)
  7134. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(-30),math.rad(0),math.rad(53)),.3)
  7135. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*angles(math.rad(10),math.rad(0),math.rad(-10)),.3)
  7136. weaponweld.C1=clerp(weaponweld.C1,cf(0,1,0)*angles(math.rad(0),math.rad(90),math.rad(-20)),.3)
  7137. end
  7138. for x = 0, 2 do
  7139. CFuncs["Sound"].Create("rbxassetid://200633108", rarmor, 1, 1.05)
  7140. CFuncs["Sound"].Create("rbxassetid://234365573", rarmor, 1.5, 1.025)
  7141. local hitb = CreateParta(m,1,1,"SmoothPlastic",BrickColor.Random())
  7142. hitb.Anchored = true
  7143. hitb.CFrame = root.CFrame + root.CFrame.lookVector*4
  7144. MagniDamage(hitb, 4, 12,15, 0, "Normal",153092213)
  7145. for i = 0, 1, 0.6 do
  7146. swait()
  7147. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-3),math.rad(0),math.rad(-10)),.2)
  7148. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-3),math.rad(40),math.rad(20)),.2)
  7149. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0.2,-0.25,0)*angles(math.rad(-2),math.rad(0),math.rad(80)),.3)
  7150. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(4),math.rad(0),math.rad(-80)),.3)
  7151. RW.C0=clerp(RW.C0,cf(1.45,0.5,0.1)*angles(math.rad(90),math.rad(0),math.rad(80)),.3)
  7152. LW.C0=clerp(LW.C0,cf(-1.45,0.5,0.1)*angles(math.rad(10),math.rad(0),math.rad(-20)),.3)
  7153. weaponweld.C1=clerp(weaponweld.C1,cf(0,0,0)*angles(math.rad(0),math.rad(30),math.rad(90)),.3)
  7154. end
  7155. for i = 0, 1, 0.6 do
  7156. swait()
  7157. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-3),math.rad(0),math.rad(-10)),.2)
  7158. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-3),math.rad(40),math.rad(20)),.2)
  7159. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0.2,-0.25,0)*angles(math.rad(-2),math.rad(0),math.rad(80)),.3)
  7160. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(4),math.rad(0),math.rad(-80)),.3)
  7161. RW.C0=clerp(RW.C0,cf(1.45,0.5,0.1)*angles(math.rad(90),math.rad(0),math.rad(80)),.3)
  7162. LW.C0=clerp(LW.C0,cf(-1.45,0.5,0.1)*angles(math.rad(10),math.rad(0),math.rad(-20)),.3)
  7163. weaponweld.C1=clerp(weaponweld.C1,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(180)),.3)
  7164. end
  7165. for i = 0, 1, 0.6 do
  7166. swait()
  7167. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-3),math.rad(0),math.rad(-10)),.2)
  7168. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-3),math.rad(40),math.rad(20)),.2)
  7169. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0.2,-0.25,0)*angles(math.rad(-2),math.rad(0),math.rad(80)),.3)
  7170. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(4),math.rad(0),math.rad(-80)),.3)
  7171. RW.C0=clerp(RW.C0,cf(1.45,0.5,0.1)*angles(math.rad(90),math.rad(0),math.rad(80)),.3)
  7172. LW.C0=clerp(LW.C0,cf(-1.45,0.5,0.1)*angles(math.rad(10),math.rad(0),math.rad(-20)),.3)
  7173. weaponweld.C1=clerp(weaponweld.C1,cf(0,0,0)*angles(math.rad(0),math.rad(-30),math.rad(270)),.3)
  7174. end
  7175. for i = 0, 1, 0.6 do
  7176. swait()
  7177. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-3),math.rad(0),math.rad(-10)),.2)
  7178. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-3),math.rad(40),math.rad(20)),.2)
  7179. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0.2,-0.25,0)*angles(math.rad(-2),math.rad(0),math.rad(80)),.3)
  7180. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(4),math.rad(0),math.rad(-80)),.3)
  7181. RW.C0=clerp(RW.C0,cf(1.45,0.5,0.1)*angles(math.rad(90),math.rad(0),math.rad(80)),.3)
  7182. LW.C0=clerp(LW.C0,cf(-1.45,0.5,0.1)*angles(math.rad(10),math.rad(0),math.rad(-20)),.3)
  7183. weaponweld.C1=clerp(weaponweld.C1,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  7184. end
  7185. end
  7186. attack = false
  7187. hum.WalkSpeed = 24
  7188. end
  7189. ------------------
  7190. function spinnyblade()
  7191. attack = true
  7192. hum.WalkSpeed = 1
  7193. hum.JumpPower = 0
  7194. CFuncs["Sound"].Create("rbxassetid://1368583274", root, 4.5, 1)
  7195. local bgui = Instance.new("BillboardGui",root)
  7196. bgui.Size = UDim2.new(25, 0, 25, 0)
  7197. local imgc = Instance.new("ImageLabel",bgui)
  7198. imgc.BackgroundTransparency = 1
  7199. imgc.ImageTransparency = 1
  7200. imgc.Size = UDim2.new(1,0,1,0)
  7201. imgc.Image = "rbxassetid://997291547"
  7202. imgc.ImageColor3 = Color3.new(0,0.5,1)
  7203. local imgc2 = imgc:Clone()
  7204. imgc2.Parent = bgui
  7205. imgc2.Position = UDim2.new(-0.5,0,-0.5,0)
  7206. imgc2.Size = UDim2.new(2,0,2,0)
  7207. imgc2.ImageColor3 = Color3.new(0.5,0,1)
  7208. for i = 0, 10, 0.1 do
  7209. swait()
  7210. imgc.ImageTransparency = imgc.ImageTransparency - 0.01
  7211. imgc.Rotation = imgc.Rotation + 1
  7212. imgc2.ImageTransparency = imgc2.ImageTransparency - 0.01
  7213. imgc2.Rotation = imgc2.Rotation - 1
  7214. bgui.Size = bgui.Size - UDim2.new(0.25, 0, 0.25, 0)
  7215. slash(math.random(50,100)/10,5,true,"Round","Add","Out",root.CFrame*CFrame.new(0,-3,0)*CFrame.Angles(math.rad(math.random(-10,10)),math.rad(math.random(-360,360)),math.rad(math.random(-10,10))),vt(0.1,0.01,0.1),math.random(25,50)/250,BrickColor.new("White"))
  7216. sphere2(5,"Add",rarmor.CFrame*CFrame.new(math.random(-8,-2),0,0)*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),vt(0.1,0.1,0.1),0,0.1,0,BrickColor.new("Cyan"),BrickColor.new("Cyan").Color)
  7217. hum.CameraOffset = vt(math.random(-10,10)/50,math.random(-10,10)/50,math.random(-10,10)/50)
  7218. sphereMK(5,math.random(4,25)/45,"Add",root.CFrame*CFrame.new(math.random(-15,15),-20,math.random(-15,15))*CFrame.Angles(math.rad(90 + math.random(-10,10)),math.rad(math.random(-10,10)),math.rad(math.random(-10,10))),0.75,0.75,20,-0.0075,BrickColor.new("Royal purple"),BrickColor.new("Royal purple").Color,0)
  7219. sphereMK(5,math.random(1,15)/45,"Add",root.CFrame*CFrame.new(math.random(-15,15),-20,math.random(-15,15))*CFrame.Angles(math.rad(90 + math.random(-25,25)),math.rad(math.random(-25,25)),math.rad(math.random(-25,25))),0.75,0.75,20,-0.0075,BrickColor.new("Cyan"),BrickColor.new("Cyan").Color,0)
  7220. waveEff(5,"Add","In",root.CFrame*CFrame.new(0,-3,0)*CFrame.Angles(0,math.rad(math.random(-360,360)),0),vt(15,0.25,15),-0.075,0.05,BrickColor.new("White"))
  7221. RH.C0=clerp(RH.C0,cf(1,-0.5,0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-3),math.rad(-40),math.rad(10)),.2)
  7222. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-3),math.rad(1),math.rad(20)),.2)
  7223. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0.1,0.2,-0.3)*angles(math.rad(10),math.rad(0),math.rad(50)),.3)
  7224. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(5),math.rad(0),math.rad(-50)),.3)
  7225. RW.C0=clerp(RW.C0,cf(1.25,0.5,-0.65)*angles(math.rad(100),math.rad(0),math.rad(-23)),.3)
  7226. LW.C0=clerp(LW.C0,cf(-1.45,0.5,0.1)*angles(math.rad(110),math.rad(0),math.rad(-85)),.3)
  7227. weaponweld.C1=clerp(weaponweld.C1,cf(0,1,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  7228. end
  7229. imgc.ImageTransparency = 1
  7230. hum.CameraOffset = vt(0,0,0)
  7231. waveEff(2,"Add","Out",root.CFrame*CFrame.new(0,0,0)*CFrame.Angles(math.rad(90),math.rad(math.random(-360,360)),0),vt(6,10,6),0.5,0.8,BrickColor.new("White"))
  7232. waveEff(3,"Add","Out",root.CFrame*CFrame.new(0,0,0)*CFrame.Angles(math.rad(90),math.rad(math.random(-360,360)),0),vt(6,10,6),0.5,0.4,BrickColor.new("White"))
  7233. waveEff(4,"Add","Out",root.CFrame*CFrame.new(0,0,0)*CFrame.Angles(math.rad(90),math.rad(math.random(-360,360)),0),vt(6,10,6),0.5,0.2,BrickColor.new("White"))
  7234. waveEff(5,"Add","Out",root.CFrame*CFrame.new(0,0,0)*CFrame.Angles(math.rad(90),math.rad(math.random(-360,360)),0),vt(6,10,6),0.5,0.1,BrickColor.new("White"))
  7235. waveEff(6,"Add","Out",root.CFrame*CFrame.new(0,0,0)*CFrame.Angles(math.rad(90),math.rad(math.random(-360,360)),0),vt(6,10,6),0.5,0.05,BrickColor.new("White"))
  7236. for i = 0, 9 do
  7237. slash(math.random(10,25)/10,5,true,"Round","Add","Out",root.CFrame*CFrame.new(0,0,math.random(-30,15))*CFrame.Angles(math.rad(90 + math.random(-10,10)),math.rad(math.random(-360,360)),math.rad(math.random(-10,10))),vt(0.1,0.01,0.1),math.random(75,250)/250,BrickColor.new("White"))
  7238. end
  7239. CFuncs["Sound"].Create("rbxassetid://430315987", root, 1.5, 1)
  7240. CFuncs["Sound"].Create("rbxassetid://1295446488", root, 3, 1)
  7241. for x = 0, 14 do
  7242. CFuncs["Sound"].Create("rbxassetid://200633281", rarmor, 1, 1.05)
  7243. CFuncs["Sound"].Create("rbxassetid://161006195", rarmor, 1.5, 1.025)
  7244. MagniDamage(tors, 10, 60,85, 0, "Normal",153092213)
  7245. CFuncs["Sound"].Create("rbxassetid://200632992", rarmor, 1.25, 1)
  7246. slash(5,5,true,"Round","Add","Out",root.CFrame*CFrame.new(0,3,0)*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),vt(0.05,0.01,0.05),math.random(1,10)/100,BrickColor.new("White"))
  7247. for i = 0, 1, 0.6 do
  7248. swait()
  7249. sphereMK(2,-1,"Add",root.CFrame*CFrame.new(math.random(-8,8),math.random(-8,8),math.random(-3,8))*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)),0.5,0.5,math.random(5,25),-0.0075,BrickColor.new("Cyan"),BrickColor.new("Cyan").Color,0)
  7250. root.CFrame = root.CFrame + root.CFrame.lookVector*2
  7251. root.Velocity = vt(0,0,0)
  7252. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-3),math.rad(0),math.rad(0)),.2)
  7253. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-3),math.rad(0),math.rad(0)),.2)
  7254. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,3)*angles(math.rad(0),math.rad(0),math.rad(90)),.3)
  7255. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(4),math.rad(0),math.rad(-60)),.3)
  7256. RW.C0=clerp(RW.C0,cf(1.45,0.5,0.1)*angles(math.rad(90),math.rad(0),math.rad(90)),.3)
  7257. LW.C0=clerp(LW.C0,cf(-1.45,0.5,0.1)*angles(math.rad(90),math.rad(0),math.rad(-90)),.3)
  7258. weaponweld.C1=clerp(weaponweld.C1,cf(0,0,0)*angles(math.rad(90),math.rad(0),math.rad(-90)),.3)
  7259. end
  7260. slash(5,2.5,true,"Round","Add","Out",root.CFrame*CFrame.new(0,3,0)*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),vt(0.05,0.01,0.05),math.random(1,10)/100,BrickColor.new("White"))
  7261. CFuncs["Sound"].Create("rbxassetid://200632992", rarmor, 1.25, 1)
  7262. MagniDamage(tors, 10, 60,85, 0, "Normal",153092213)
  7263. for i = 0, 1, 0.6 do
  7264. swait()
  7265. sphereMK(2,-1,"Add",root.CFrame*CFrame.new(math.random(-8,8),math.random(-8,8),math.random(-3,8))*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)),0.5,0.5,math.random(5,25),-0.0075,BrickColor.new("Royal purple"),BrickColor.new("Royal purple").Color,0)
  7266. root.CFrame = root.CFrame + root.CFrame.lookVector*3
  7267. root.Velocity = vt(0,0,0)
  7268. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-3),math.rad(0),math.rad(0)),.2)
  7269. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-3),math.rad(0),math.rad(0)),.2)
  7270. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,3)*angles(math.rad(90),math.rad(0),math.rad(90)),.3)
  7271. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(4),math.rad(0),math.rad(-60)),.3)
  7272. RW.C0=clerp(RW.C0,cf(1.45,0.5,0.1)*angles(math.rad(90),math.rad(0),math.rad(90)),.3)
  7273. LW.C0=clerp(LW.C0,cf(-1.45,0.5,0.1)*angles(math.rad(90),math.rad(0),math.rad(-90)),.3)
  7274. weaponweld.C1=clerp(weaponweld.C1,cf(0,0,0)*angles(math.rad(90),math.rad(0),math.rad(-90)),.3)
  7275. end
  7276. slash(5,2.5,true,"Round","Add","Out",root.CFrame*CFrame.new(0,3,0)*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),vt(0.05,0.01,0.05),math.random(1,10)/100,BrickColor.new("White"))
  7277. CFuncs["Sound"].Create("rbxassetid://200632992", rarmor, 1.25, 1)
  7278. MagniDamage(tors, 10, 60,85, 0, "Normal",153092213)
  7279. for i = 0, 1, 0.6 do
  7280. swait()
  7281. sphereMK(2,-1,"Add",root.CFrame*CFrame.new(math.random(-8,8),math.random(-8,8),math.random(-3,8))*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)),0.5,0.5,math.random(5,25),-0.0075,BrickColor.new("Cyan"),BrickColor.new("Cyan").Color,0)
  7282. root.CFrame = root.CFrame + root.CFrame.lookVector*3
  7283. root.Velocity = vt(0,0,0)
  7284. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-3),math.rad(0),math.rad(0)),.2)
  7285. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-3),math.rad(0),math.rad(0)),.2)
  7286. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,3)*angles(math.rad(180),math.rad(0),math.rad(90)),.3)
  7287. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(4),math.rad(0),math.rad(-60)),.3)
  7288. RW.C0=clerp(RW.C0,cf(1.45,0.5,0.1)*angles(math.rad(90),math.rad(0),math.rad(90)),.3)
  7289. LW.C0=clerp(LW.C0,cf(-1.45,0.5,0.1)*angles(math.rad(90),math.rad(0),math.rad(-90)),.3)
  7290. weaponweld.C1=clerp(weaponweld.C1,cf(0,0,0)*angles(math.rad(90),math.rad(0),math.rad(-90)),.3)
  7291. end
  7292. slash(5,2.5,true,"Round","Add","Out",root.CFrame*CFrame.new(0,3,0)*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),vt(0.05,0.01,0.05),math.random(1,10)/100,BrickColor.new("White"))
  7293. CFuncs["Sound"].Create("rbxassetid://200632992", rarmor, 1.25, 1)
  7294. MagniDamage(tors, 10, 60,85, 0, "Normal",153092213)
  7295. for i = 0, 1, 0.6 do
  7296. swait()
  7297. sphereMK(2,-1,"Add",root.CFrame*CFrame.new(math.random(-8,8),math.random(-8,8),math.random(-3,8))*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)),0.5,0.5,math.random(5,25),-0.0075,BrickColor.new("Royal purple"),BrickColor.new("Royal purple").Color,0)
  7298. root.CFrame = root.CFrame + root.CFrame.lookVector*3
  7299. root.Velocity = vt(0,0,0)
  7300. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-3),math.rad(0),math.rad(0)),.2)
  7301. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-3),math.rad(0),math.rad(0)),.2)
  7302. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,3)*angles(math.rad(270),math.rad(0),math.rad(90)),.3)
  7303. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(4),math.rad(0),math.rad(-60)),.3)
  7304. RW.C0=clerp(RW.C0,cf(1.45,0.5,0.1)*angles(math.rad(90),math.rad(0),math.rad(90)),.3)
  7305. LW.C0=clerp(LW.C0,cf(-1.45,0.5,0.1)*angles(math.rad(90),math.rad(0),math.rad(-90)),.3)
  7306. weaponweld.C1=clerp(weaponweld.C1,cf(0,0,0)*angles(math.rad(90),math.rad(0),math.rad(-90)),.3)
  7307. end
  7308. end
  7309. hum.WalkSpeed = 0
  7310. for i = 0, 5, 0.1 do
  7311. swait()
  7312. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-3),math.rad(0),math.rad(-20)),.2)
  7313. LH.C0=clerp(LH.C0,cf(-1,-0.6,-0.5)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-3),math.rad(20),math.rad(-12)),.2)
  7314. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0.1,0.2,-0.35)*angles(math.rad(10),math.rad(0),math.rad(-40)),.2)
  7315. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(5),math.rad(0),math.rad(40)),.2)
  7316. RW.C0=clerp(RW.C0,cf(1.45,0.5,0)*angles(math.rad(90),math.rad(0),math.rad(110)),.2)
  7317. LW.C0=clerp(LW.C0,cf(-1.45,0.5,0)*angles(math.rad(45),math.rad(0),math.rad(-20)),.2)
  7318. weaponweld.C1=clerp(weaponweld.C1,cf(2,0,0)*angles(math.rad(90),math.rad(0),math.rad(-90)),.2)
  7319. end
  7320. bgui:Destroy()
  7321. attack = false
  7322. hum.WalkSpeed = 24
  7323. hum.JumpPower = 50
  7324. end
  7325.  
  7326. function eightbitmegablade()
  7327. attack = true
  7328. hum.WalkSpeed = 0
  7329. hum.JumpPower = 0
  7330. CFuncs["Sound"].Create("rbxassetid://1368583274", larm, 4.5, 1.2)
  7331. local OverCut = false
  7332. cam.CameraSubject = Humanoid
  7333. cam.CameraType = "Scriptable"
  7334. coroutine.resume(coroutine.create(function()
  7335. while true do
  7336. swait()
  7337. if OverCut == false then
  7338. cam.CFrame = lerp(cam.CFrame, root.CFrame * cf(1, 1.5, -6) * ceuler(math.rad(10), math.rad(170), math.rad(-20)), 0.1)
  7339. else
  7340. break
  7341. end
  7342. end
  7343. end))
  7344. for i = 0, 10, 0.1 do
  7345. swait()
  7346. slash(math.random(50,100)/10,5,true,"Round","Add","Out",root.CFrame*CFrame.new(0,-3,0)*CFrame.Angles(math.rad(math.random(-5,5)),math.rad(math.random(-360,360)),math.rad(math.random(-5,5))),vt(0.05,0.01,0.05),math.random(25,50)/250,BrickColor.new("White"))
  7347. sphere2(5,"Add",larm.CFrame*CFrame.new(0,-1.5,0)*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),vt(1,1,1),-0.01,0.1,-0.01,BrickColor.new("Cyan"),BrickColor.new("Cyan").Color)
  7348. slash(math.random(20,40)/10,5,true,"Round","Add","Out",larm.CFrame*CFrame.new(0,-1.5,0)*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),vt(0.025,0.001,0.025),-0.025,BrickColor.new("White"))
  7349. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-6),math.rad(0),math.rad(-6)),.3)
  7350. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-3),math.rad(30),math.rad(3)),.3)
  7351. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(-50)),.3)
  7352. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-15),math.rad(5),math.rad(50)),.3)
  7353. RW.C0=clerp(RW.C0,cf(1.45,0.5,0.1)*angles(math.rad(-13),math.rad(-40),math.rad(20)),.3)
  7354. LW.C0=clerp(LW.C0,cf(-1.45,0.5,0.1)*angles(math.rad(170),math.rad(10),math.rad(0)),.3)
  7355. weaponweld.C1=clerp(weaponweld.C1,cf(0,1,0)*angles(math.rad(0),math.rad(130),math.rad(0)),.3)
  7356. end
  7357. OverCut = true
  7358. local orb = Instance.new("Part", char)
  7359. orb.Anchored = true
  7360. orb.BrickColor = BrickColor.new("Toothpaste")
  7361. orb.CanCollide = false
  7362. orb.FormFactor = 3
  7363. orb.Name = "Ring"
  7364. orb.Material = "Neon"
  7365. orb.Size = Vector3.new(1, 1, 1)
  7366. orb.Transparency = 0.5
  7367. orb.TopSurface = 0
  7368. orb.BottomSurface = 0
  7369. local orbm = Instance.new("SpecialMesh", orb)
  7370. orbm.MeshType = "FileMesh"
  7371. orbm.MeshId = "rbxassetid://361629844"
  7372. orbm.Scale = vt(30,60,60)
  7373. orb.CFrame = root.CFrame*CFrame.new(0,50,0)
  7374. for i = 0, 24 do
  7375. slash(math.random(10,30)/10,5,true,"Round","Add","Out",orb.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),vt(0.1,0.001,0.1),math.random(50,400)/420,BrickColor.new("White"))
  7376. end
  7377. sphere2(2,"Add",orb.CFrame,vt(10,10,10),0.5,0.5,0.5,BrickColor.new("Cyan"),BrickColor.new("Cyan").Color)
  7378. sphere2(3,"Add",orb.CFrame,vt(10,10,10),0.75,0.75,0.75,BrickColor.new("Cyan"),BrickColor.new("Cyan").Color)
  7379. sphere2(4,"Add",orb.CFrame,vt(10,10,10),1,1,1,BrickColor.new("Cyan"),BrickColor.new("Cyan").Color)
  7380. CFuncs["Sound"].Create("rbxassetid://1368637781", orb, 7.5, 1)
  7381. local a = Instance.new("Part",workspace)
  7382. a.Name = "Direction"
  7383. a.Anchored = true
  7384. a.Transparency = 1
  7385. a.CanCollide = false
  7386. local ray = Ray.new(
  7387. orb.CFrame.p, -- origin
  7388. (mouse.Hit.p - orb.CFrame.p).unit * 500 -- direction
  7389. )
  7390. local ignore = orb
  7391. local hit, position, normal = workspace:FindPartOnRay(ray, ignore)
  7392. a.BottomSurface = 10
  7393. a.TopSurface = 10
  7394. local distance = (orb.CFrame.p - position).magnitude
  7395. a.Size = Vector3.new(0.1, 0.1, 0.1)
  7396. a.CFrame = CFrame.new(orb.CFrame.p, position) * CFrame.new(0, 0, 0)
  7397. orb.CFrame = a.CFrame
  7398. for i = 0, 8, 0.1 do
  7399. swait()
  7400. sphere2(5,"Add",orb.CFrame*CFrame.new(math.random(-20,20),math.random(-20,20),math.random(-20,20)),vt(1,1,1),0.01,0.01,0.01,BrickColor.new("Royal purple"),BrickColor.new("Royal purple").Color)
  7401. ray = Ray.new(
  7402. orb.CFrame.p, -- origin
  7403. (mouse.Hit.p - orb.CFrame.p).unit * 500 -- direction
  7404. )
  7405. hit, position, normal = workspace:FindPartOnRay(ray, ignore)
  7406. distance = (orb.CFrame.p - position).magnitude
  7407. a.CFrame = CFrame.new(orb.CFrame.p, position) * CFrame.new(0, 0, 0)
  7408. orb.CFrame = a.CFrame
  7409. slash(math.random(50,100)/10,5,true,"Round","Add","Out",root.CFrame*CFrame.new(0,-3,0)*CFrame.Angles(math.rad(math.random(-5,5)),math.rad(math.random(-360,360)),math.rad(math.random(-5,5))),vt(0.05,0.01,0.05),math.random(25,50)/250,BrickColor.new("White"))
  7410. cam.CFrame = lerp(cam.CFrame, root.CFrame * cf(20, 65, 55) * ceuler(math.rad(-20), math.rad(0), math.rad(10)), 0.2)
  7411. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-6),math.rad(0),math.rad(-6)),.3)
  7412. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-3),math.rad(40),math.rad(3)),.3)
  7413. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(-90)),.3)
  7414. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(5),math.rad(0),math.rad(90)),.3)
  7415. RW.C0=clerp(RW.C0,cf(1.45,0.5,0.1)*angles(math.rad(-13),math.rad(-20),math.rad(20)),.3)
  7416. LW.C0=clerp(LW.C0,cf(-1.25,0.5,-0.5)*angles(math.rad(100),math.rad(0),math.rad(60)),.3)
  7417. weaponweld.C1=clerp(weaponweld.C1,cf(0,1,0)*angles(math.rad(0),math.rad(130),math.rad(0)),.3)
  7418. end
  7419. cam.CameraType = "Custom"
  7420. orb.Anchored = false
  7421. a:Destroy()
  7422. local bv = Instance.new("BodyVelocity")
  7423. bv.maxForce = Vector3.new(1e9, 1e9, 1e9)
  7424. bv.velocity = orb.CFrame.lookVector*250
  7425. bv.Parent = orb
  7426. local hitted = false
  7427. CFuncs["Sound"].Create("rbxassetid://466493476", orb, 7.5, 0.7)
  7428. waveEff(2,"Add","Out",orb.CFrame*CFrame.Angles(math.rad(90),math.rad(math.random(-360,360)),0),vt(5,1,5),0.5,0.1,BrickColor.new("Cyan"))
  7429. waveEff(4,"Add","Out",orb.CFrame*CFrame.Angles(math.rad(90),math.rad(math.random(-360,360)),0),vt(5,1,5),0.5,0.05,BrickColor.new("Royal purple"))
  7430. coroutine.resume(coroutine.create(function()
  7431. while true do
  7432. swait(2)
  7433. if hitted == false and orb.Parent ~= nil then
  7434. slash(3,5,true,"Round","Add","Out",orb.CFrame*CFrame.Angles(math.rad(90),math.rad(math.random(-360,360)),0),vt(0.075,0.005,0.075),-0.05,BrickColor.new("White"))
  7435. elseif hitted == true and orb.Parent == nil then
  7436. break
  7437. end
  7438. end
  7439. end))
  7440. orb.Touched:connect(function(hit)
  7441. if hitted == false and hit.Parent ~= char then
  7442. hitted = true
  7443. MagniDamage(orb, 30, 72,95, 0, "Normal",153092213)
  7444. CFuncs["Sound"].Create("rbxassetid://763717897", orb, 10, 1)
  7445. CFuncs["Sound"].Create("rbxassetid://1295446488", orb, 9, 0.75)
  7446. for i = 0, 24 do
  7447. slash(math.random(15,30)/10,5,true,"Round","Add","Out",orb.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),vt(0.01,0.001,0.01),math.random(125,250)/400,BrickColor.new("White"))
  7448. end
  7449. slash(1,5,true,"Round","Add","Out",orb.CFrame*CFrame.Angles(math.rad(90),math.rad(math.random(-360,360)),0),vt(0.01,0.015,0.01),1.5,BrickColor.new("White"))
  7450. slash(1,5,true,"Round","Add","Out",orb.CFrame*CFrame.Angles(math.rad(90),math.rad(math.random(-360,360)),0),vt(0.01,0.01,0.01),2,BrickColor.new("White"))
  7451. sphere2(1,"Add",orb.CFrame,vt(10,10,10),1,1,1,BrickColor.new("Cyan"),BrickColor.new("Cyan").Color)
  7452. sphere2(1.5,"Add",orb.CFrame,vt(10,10,10),1.1,1.1,1.1,BrickColor.new("Royal purple"),BrickColor.new("Royal purple").Color)
  7453. sphere2(2,"Add",orb.CFrame,vt(10,10,10),1.2,1.2,1.2,BrickColor.new("Royal purple"),BrickColor.new("Royal purple").Color)
  7454. orb.Anchored = true
  7455. orb.Transparency = 1
  7456. coroutine.resume(coroutine.create(function()
  7457. for i = 0, 4, 0.1 do
  7458. swait()
  7459. slash(math.random(10,50)/10,5,true,"Round","Add","Out",orb.CFrame*CFrame.Angles(math.rad(90 + math.random(-5,5)),math.rad(math.random(-360,360)),math.rad(math.random(-5,5))),vt(0.01,0.015,0.01),1.5,BrickColor.new("Royal purple"))
  7460. hum.CameraOffset = vt(math.random(-10,10)/25,math.random(-10,10)/25,math.random(-10,10)/25)
  7461. end
  7462. hum.CameraOffset = vt(0,0,0)
  7463. end))
  7464. wait(10)
  7465. orb:Destroy()
  7466. end
  7467. end)
  7468. game:GetService("Debris"):AddItem(orb, 10)
  7469. for i = 0, 2, 0.1 do
  7470. swait()
  7471. slash(math.random(50,100)/10,5,true,"Round","Add","Out",root.CFrame*CFrame.new(0,-3,0)*CFrame.Angles(math.rad(math.random(-5,5)),math.rad(math.random(-360,360)),math.rad(math.random(-5,5))),vt(0.05,0.01,0.05),math.random(25,50)/250,BrickColor.new("White"))
  7472. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-6),math.rad(0),math.rad(-6)),.3)
  7473. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-3),math.rad(30),math.rad(3)),.3)
  7474. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,-0.4,0)*angles(math.rad(0),math.rad(0),math.rad(-70)),.3)
  7475. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(5),math.rad(0),math.rad(70)),.3)
  7476. RW.C0=clerp(RW.C0,cf(1.45,0.5,0.1)*angles(math.rad(-13),math.rad(-40),math.rad(20)),.3)
  7477. LW.C0=clerp(LW.C0,cf(-1.45,0.5,0.1)*angles(math.rad(90),math.rad(0),math.rad(-80)),.3)
  7478. weaponweld.C1=clerp(weaponweld.C1,cf(0,1,0)*angles(math.rad(0),math.rad(130),math.rad(0)),.3)
  7479. end
  7480. attack = false
  7481. hum.WalkSpeed = 24
  7482. hum.JumpPower = 50
  7483. end
  7484.  
  7485. function bladespinagain()
  7486. attack = true
  7487. hum.WalkSpeed = 4
  7488. hum.JumpPower = 0
  7489. CFuncs["Sound"].Create("rbxassetid://1368598393", rarmor, 2, 1)
  7490. CFuncs["Sound"].Create("rbxassetid://1368583274", rarmor, 2.5, 1)
  7491. for x = 0, 9 do
  7492. slash(5,5,true,"Round","Add","Out",rarmor.CFrame*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),vt(0.05,0.01,0.05),0.05,BrickColor.new("White"))
  7493. CFuncs["Sound"].Create("rbxassetid://200633108", rarmor, 2, 1.05)
  7494. CFuncs["Sound"].Create("rbxassetid://234365573", rarmor, 2.5, 1.025)
  7495. for i = 0, 1, 0.6 do
  7496. swait()
  7497. sphereMK(5,math.random(4,25)/45,"Add",root.CFrame*CFrame.new(math.random(-15,15),-20,math.random(-15,15))*CFrame.Angles(math.rad(90 + math.random(-10,10)),math.rad(math.random(-10,10)),math.rad(math.random(-10,10))),0.75,0.75,20,-0.0075,BrickColor.new("Royal purple"),BrickColor.new("Royal purple").Color,0)
  7498. sphereMK(5,math.random(1,15)/45,"Add",root.CFrame*CFrame.new(math.random(-15,15),-20,math.random(-15,15))*CFrame.Angles(math.rad(90 + math.random(-25,25)),math.rad(math.random(-25,25)),math.rad(math.random(-25,25))),0.75,0.75,20,-0.0075,BrickColor.new("Cyan"),BrickColor.new("Cyan").Color,0)
  7499. slash(math.random(50,100)/10,5,true,"Round","Add","Out",root.CFrame*CFrame.new(0,-3,0)*CFrame.Angles(math.rad(math.random(-5,5)),math.rad(math.random(-360,360)),math.rad(math.random(-5,5))),vt(0.05,0.01,0.05),math.random(25,50)/250,BrickColor.new("White"))
  7500. sphere2(5,"Add",rarmor.CFrame*CFrame.new(math.random(-8,-2),0,0)*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),vt(0.1,0.1,0.1),0,0.1,0,BrickColor.new("Cyan"),BrickColor.new("Cyan").Color)
  7501. hum.CameraOffset = vt(math.random(-10,10)/100,math.random(-10,10)/100,math.random(-10,10)/100)
  7502. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-3),math.rad(0),math.rad(-10)),.2)
  7503. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-3),math.rad(30),math.rad(0)),.2)
  7504. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0.25,0)*angles(math.rad(0),math.rad(0),math.rad(-60)),.3)
  7505. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(4),math.rad(0),math.rad(60)),.3)
  7506. RW.C0=clerp(RW.C0,cf(1.45,0.5,0.1)*angles(math.rad(90),math.rad(0),math.rad(80)),.3)
  7507. LW.C0=clerp(LW.C0,cf(-1.45,0.5,0.1)*angles(math.rad(90),math.rad(0),math.rad(-60)),.3)
  7508. weaponweld.C1=clerp(weaponweld.C1,cf(0,1,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  7509. end
  7510. slash(5,5,true,"Round","Add","Out",rarmor.CFrame*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),vt(0.05,0.01,0.05),0.05,BrickColor.new("White"))
  7511. for i = 0, 1, 0.6 do
  7512. swait()
  7513. sphereMK(5,math.random(4,25)/45,"Add",root.CFrame*CFrame.new(math.random(-15,15),-20,math.random(-15,15))*CFrame.Angles(math.rad(90 + math.random(-10,10)),math.rad(math.random(-10,10)),math.rad(math.random(-10,10))),0.75,0.75,20,-0.0075,BrickColor.new("Royal purple"),BrickColor.new("Royal purple").Color,0)
  7514. sphereMK(5,math.random(1,15)/45,"Add",root.CFrame*CFrame.new(math.random(-15,15),-20,math.random(-15,15))*CFrame.Angles(math.rad(90 + math.random(-25,25)),math.rad(math.random(-25,25)),math.rad(math.random(-25,25))),0.75,0.75,20,-0.0075,BrickColor.new("Cyan"),BrickColor.new("Cyan").Color,0)
  7515. slash(math.random(50,100)/10,5,true,"Round","Add","Out",root.CFrame*CFrame.new(0,-3,0)*CFrame.Angles(math.rad(math.random(-5,5)),math.rad(math.random(-360,360)),math.rad(math.random(-5,5))),vt(0.05,0.01,0.05),math.random(25,50)/250,BrickColor.new("White"))
  7516. sphere2(5,"Add",rarmor.CFrame*CFrame.new(math.random(-8,-2),0,0)*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),vt(0.1,0.1,0.1),0,0.1,0,BrickColor.new("Cyan"),BrickColor.new("Cyan").Color)
  7517. hum.CameraOffset = vt(math.random(-10,10)/100,math.random(-10,10)/100,math.random(-10,10)/100)
  7518. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-3),math.rad(0),math.rad(-10)),.2)
  7519. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-3),math.rad(30),math.rad(0)),.2)
  7520. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0.25,0)*angles(math.rad(0),math.rad(0),math.rad(-60)),.3)
  7521. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(4),math.rad(0),math.rad(60)),.3)
  7522. RW.C0=clerp(RW.C0,cf(1.45,0.5,0.1)*angles(math.rad(90),math.rad(0),math.rad(80)),.3)
  7523. LW.C0=clerp(LW.C0,cf(-1.45,0.5,0.1)*angles(math.rad(90),math.rad(0),math.rad(-60)),.3)
  7524. weaponweld.C1=clerp(weaponweld.C1,cf(0,1,0)*angles(math.rad(0),math.rad(90),math.rad(0)),.3)
  7525. end
  7526. slash(5,5,true,"Round","Add","Out",rarmor.CFrame*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),vt(0.05,0.01,0.05),0.05,BrickColor.new("White"))
  7527. for i = 0, 1, 0.6 do
  7528. swait()
  7529. sphereMK(5,math.random(4,25)/45,"Add",root.CFrame*CFrame.new(math.random(-15,15),-20,math.random(-15,15))*CFrame.Angles(math.rad(90 + math.random(-10,10)),math.rad(math.random(-10,10)),math.rad(math.random(-10,10))),0.75,0.75,20,-0.0075,BrickColor.new("Royal purple"),BrickColor.new("Royal purple").Color,0)
  7530. sphereMK(5,math.random(1,15)/45,"Add",root.CFrame*CFrame.new(math.random(-15,15),-20,math.random(-15,15))*CFrame.Angles(math.rad(90 + math.random(-25,25)),math.rad(math.random(-25,25)),math.rad(math.random(-25,25))),0.75,0.75,20,-0.0075,BrickColor.new("Cyan"),BrickColor.new("Cyan").Color,0)
  7531. slash(math.random(50,100)/10,5,true,"Round","Add","Out",root.CFrame*CFrame.new(0,-3,0)*CFrame.Angles(math.rad(math.random(-5,5)),math.rad(math.random(-360,360)),math.rad(math.random(-5,5))),vt(0.05,0.01,0.05),math.random(25,50)/250,BrickColor.new("White"))
  7532. sphere2(5,"Add",rarmor.CFrame*CFrame.new(math.random(-8,-2),0,0)*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),vt(0.1,0.1,0.1),0,0.1,0,BrickColor.new("Cyan"),BrickColor.new("Cyan").Color)
  7533. hum.CameraOffset = vt(math.random(-10,10)/100,math.random(-10,10)/100,math.random(-10,10)/100)
  7534. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-3),math.rad(0),math.rad(-10)),.2)
  7535. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-3),math.rad(30),math.rad(0)),.2)
  7536. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0.25,0)*angles(math.rad(0),math.rad(0),math.rad(-60)),.3)
  7537. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(4),math.rad(0),math.rad(60)),.3)
  7538. RW.C0=clerp(RW.C0,cf(1.45,0.5,0.1)*angles(math.rad(90),math.rad(0),math.rad(80)),.3)
  7539. LW.C0=clerp(LW.C0,cf(-1.45,0.5,0.1)*angles(math.rad(90),math.rad(0),math.rad(-60)),.3)
  7540. weaponweld.C1=clerp(weaponweld.C1,cf(0,1,0)*angles(math.rad(0),math.rad(180),math.rad(0)),.3)
  7541. end
  7542. slash(5,5,true,"Round","Add","Out",rarmor.CFrame*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),vt(0.05,0.01,0.05),0.05,BrickColor.new("White"))
  7543. for i = 0, 1, 0.6 do
  7544. swait()
  7545. sphereMK(5,math.random(4,25)/45,"Add",root.CFrame*CFrame.new(math.random(-15,15),-20,math.random(-15,15))*CFrame.Angles(math.rad(90 + math.random(-10,10)),math.rad(math.random(-10,10)),math.rad(math.random(-10,10))),0.75,0.75,20,-0.0075,BrickColor.new("Royal purple"),BrickColor.new("Royal purple").Color,0)
  7546. sphereMK(5,math.random(1,15)/45,"Add",root.CFrame*CFrame.new(math.random(-15,15),-20,math.random(-15,15))*CFrame.Angles(math.rad(90 + math.random(-25,25)),math.rad(math.random(-25,25)),math.rad(math.random(-25,25))),0.75,0.75,20,-0.0075,BrickColor.new("Cyan"),BrickColor.new("Cyan").Color,0)
  7547. slash(math.random(50,100)/10,5,true,"Round","Add","Out",root.CFrame*CFrame.new(0,-3,0)*CFrame.Angles(math.rad(math.random(-5,5)),math.rad(math.random(-360,360)),math.rad(math.random(-5,5))),vt(0.05,0.01,0.05),math.random(25,50)/250,BrickColor.new("White"))
  7548. sphere2(5,"Add",rarmor.CFrame*CFrame.new(math.random(-8,-2),0,0)*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),vt(0.1,0.1,0.1),0,0.1,0,BrickColor.new("Cyan"),BrickColor.new("Cyan").Color)
  7549. hum.CameraOffset = vt(math.random(-10,10)/100,math.random(-10,10)/100,math.random(-10,10)/100)
  7550. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-3),math.rad(0),math.rad(-10)),.2)
  7551. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-3),math.rad(30),math.rad(0)),.2)
  7552. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0.25,0)*angles(math.rad(0),math.rad(0),math.rad(-60)),.3)
  7553. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(4),math.rad(0),math.rad(60)),.3)
  7554. RW.C0=clerp(RW.C0,cf(1.45,0.5,0.1)*angles(math.rad(90),math.rad(0),math.rad(80)),.3)
  7555. LW.C0=clerp(LW.C0,cf(-1.45,0.5,0.1)*angles(math.rad(90),math.rad(0),math.rad(-60)),.3)
  7556. weaponweld.C1=clerp(weaponweld.C1,cf(0,1,0)*angles(math.rad(0),math.rad(270),math.rad(0)),.3)
  7557. end
  7558. end
  7559. local hitb = CreateParta(m,1,1,"SmoothPlastic",BrickColor.Random())
  7560. hitb.Anchored = true
  7561. hitb.CFrame = root.CFrame + root.CFrame.lookVector*8
  7562. hitb.CFrame = hitb.CFrame*CFrame.new(0,1,0)
  7563. MagniDamage(hitb, 8, 92,158, 0, "Normal",153092213)
  7564. sphere2(5,"Add",hitb.CFrame,vt(2.1,2.1,2),-0.02,-0.02,5,BrickColor.new("Royal purple"),BrickColor.new("Royal purple").Color)
  7565. sphere2(5,"Add",hitb.CFrame,vt(2,2,2),-0.02,-0.02,4,BrickColor.new("Cyan"),BrickColor.new("Cyan").Color)
  7566. for i = 0, 24 do
  7567. slash(math.random(20,100)/10,5,true,"Round","Add","Out",hitb.CFrame*CFrame.new(0,0,math.random(-60,60))*CFrame.Angles(math.rad(90),0,0),vt(0.01,0.01,0.01),math.random(10,100)/1000,BrickColor.new("White"))
  7568. end
  7569. CFuncs["Sound"].Create("rbxassetid://313205954", root, 4,1)
  7570. CFuncs["Sound"].Create("rbxassetid://1368637781", rarmor, 4,1)
  7571. CFuncs["Sound"].Create("rbxassetid://763718160", rarmor, 5, 1.1)
  7572. CFuncs["Sound"].Create("rbxassetid://782353443", rarmor, 6, 1)
  7573. --CFuncs["Sound"].Create("rbxassetid://1548538202", rarmor, 4,1)
  7574. for i = 0, 2, 0.1 do
  7575. swait()
  7576. MagniDamage(hitb, 8, 92,158, 0, "Normal",153092213)
  7577. hum.CameraOffset = vt(math.random(-10,10)/25,math.random(-10,10)/25,math.random(-10,10)/25)
  7578. RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-3),math.rad(-20),math.rad(-10)),.9)
  7579. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-3),math.rad(0),math.rad(0)),.9)
  7580. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,-0.5,0)*angles(math.rad(0),math.rad(0),math.rad(80)),.9)
  7581. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(4),math.rad(0),math.rad(-80)),.9)
  7582. RW.C0=clerp(RW.C0,cf(1.45,0.5,0.1)*angles(math.rad(90),math.rad(0),math.rad(70)),.9)
  7583. LW.C0=clerp(LW.C0,cf(-1.45,0.5,0.1)*angles(math.rad(10),math.rad(0),math.rad(-60)),.9)
  7584. weaponweld.C1=clerp(weaponweld.C1,cf(2,0,0)*angles(math.rad(90),math.rad(0),math.rad(-90)),.9)
  7585. end
  7586. hum.CameraOffset = vt(0,0,0)
  7587. hitb:Destroy()
  7588. attack = false
  7589. hum.WalkSpeed = 24
  7590. hum.JumpPower = 50
  7591. end
  7592.  
  7593. function superjump()
  7594. attack = true
  7595. hum.WalkSpeed = 0
  7596. hum.JumpPower = 0
  7597. wng1a.Transparency = wng1a.Transparency - 1
  7598. wng1b.Transparency = wng1b.Transparency - 1
  7599. wng2a.Transparency = wng2a.Transparency - 1
  7600. wng2b.Transparency = wng2b.Transparency - 1
  7601. sphere2(5,"Add",root.CFrame,vt(1,1,1),1.5,1.5,1.5,BrickColor.new("Royal purple"),BrickColor.new("Royal purple").Color)
  7602. sphere2(5,"Add",root.CFrame,vt(1,1,1),1,1,1,BrickColor.new("Cyan"),BrickColor.new("Cyan").Color)
  7603. CFuncs["Sound"].Create("rbxassetid://1368637781", root, 7.5, 1)
  7604. for i = 0, 2, 0.1 do
  7605. swait()
  7606. hum.CameraOffset = vt(math.random(-10,10)/100,math.random(-10,10)/100,math.random(-10,10)/100)
  7607. root.Velocity = vt(0,0,0)
  7608. slash(math.random(50,100)/10,5,true,"Round","Add","Out",root.CFrame*CFrame.new(0,-3,0)*CFrame.Angles(math.rad(math.random(-5,5)),math.rad(math.random(-360,360)),math.rad(math.random(-5,5))),vt(0.05,0.01,0.05),math.random(25,250)/250,BrickColor.new("White"))
  7609. RH.C0=clerp(RH.C0,cf(1,-0.45,-0.45)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-3),math.rad(0),math.rad(20)),.4)
  7610. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-3),math.rad(0),math.rad(40)),.4)
  7611. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,-0.5,-1)*angles(math.rad(20),math.rad(0),math.rad(0)),.4)
  7612. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(4),math.rad(0),math.rad(0)),.4)
  7613. RW.C0=clerp(RW.C0,cf(1.45,0.5,0.1)*angles(math.rad(10),math.rad(0),math.rad(40)),.4)
  7614. LW.C0=clerp(LW.C0,cf(-1.45,0.5,0.1)*angles(math.rad(10),math.rad(0),math.rad(-40)),.4)
  7615. end
  7616. CFuncs["Sound"].Create("rbxassetid://477843807", root, 7, 1.05)
  7617. local lat1 = Instance.new("Attachment",larm)
  7618. lat1.Position = Vector3.new(1,-1,0.5)
  7619. local lat2 = Instance.new("Attachment",larm)
  7620. lat2.Position = Vector3.new(-1,-1,-0.5)
  7621. local rat1 = Instance.new("Attachment",rarm)
  7622. rat1.Position = Vector3.new(1,-1,-0.5)
  7623. local rat2 = Instance.new("Attachment",rarm)
  7624. rat2.Position = Vector3.new(-1,-1,0.5)
  7625. local tl1 = Instance.new('Trail',larm)
  7626. tl1.Attachment0 = lat1
  7627. tl1.Attachment1 = lat2
  7628. tl1.Texture = "http://www.roblox.com/asset/?id=1049219073"
  7629. tl1.LightEmission = 1
  7630. tl1.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 1),NumberSequenceKeypoint.new(0.05, 0),NumberSequenceKeypoint.new(1, 1)})
  7631. tl1.Color = ColorSequence.new(BrickColor.new('Royal purple').Color,BrickColor.new('Cyan').Color)
  7632. tl1.Lifetime = 5
  7633. local tl2 = tl1:Clone()
  7634. tl2.Attachment0 = rat1
  7635. tl2.Attachment1 = rat2
  7636. tl2.Parent = rarm
  7637. hum.JumpPower = 50
  7638. hum.Jump = true
  7639. swait()
  7640. hum.JumpPower = 0
  7641. root.Velocity = vt(0,250,0) + root.CFrame.lookVector*250
  7642. sphere2(5,"Add",root.CFrame*CFrame.Angles(math.rad(-45),0,0),vt(25,1,25),0.3,5,0.3,BrickColor.new("Royal purple"),BrickColor.new("Royal purple").Color)
  7643. sphere2(5,"Add",root.CFrame*CFrame.Angles(math.rad(-45),0,0),vt(25,1,25),0.2,4,0.2,BrickColor.new("Cyan"),BrickColor.new("Cyan").Color)
  7644. for i = 0, 49 do
  7645. waveEff(math.random(10,100)/10,"Add","Out",root.CFrame*CFrame.new(0,-3,0)*CFrame.Angles(0,math.rad(math.random(-360,360)),0),vt(15,0.25,15),math.random(25,250)/250,0.25,BrickColor.new("White"))
  7646. slash(math.random(10,100)/10,3,true,"Round","Add","Out",root.CFrame*CFrame.new(0,-3,0)*CFrame.Angles(math.rad(math.random(-10,10)),math.rad(math.random(-360,360)),math.rad(math.random(-10,10))),vt(0.01,0.01,0.01),math.random(50,500)/250,BrickColor.new("White"))
  7647. end
  7648. coroutine.resume(coroutine.create(function()
  7649. for i = 0, 2, 0.1 do
  7650. swait()
  7651. hum.CameraOffset = vt(math.random(-10,10)/50,math.random(-10,10)/50,math.random(-10,10)/50)
  7652. end
  7653. hum.CameraOffset = vt(0,0,0)
  7654. wait(3)
  7655. tl1.Enabled = false
  7656. tl2.Enabled = false
  7657. game:GetService("Debris"):AddItem(tl1, 5)
  7658. game:GetService("Debris"):AddItem(tl2, 5)
  7659. game:GetService("Debris"):AddItem(rat1, 5)
  7660. game:GetService("Debris"):AddItem(rat2, 5)
  7661. game:GetService("Debris"):AddItem(lat1, 5)
  7662. game:GetService("Debris"):AddItem(lat2, 5)
  7663. end))
  7664. CFuncs["Sound"].Create("rbxassetid://1295446488", root, 10, 1)
  7665. for i = 0, 3, 0.1 do
  7666. swait()
  7667. RH.C0=clerp(RH.C0,cf(1,-0.45,-0.45)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-3),math.rad(0),math.rad(-20)),.4)
  7668. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-3),math.rad(0),math.rad(30)),.4)
  7669. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,-0.75,0)*angles(math.rad(40),math.rad(0),math.rad(0)),.4)
  7670. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-20),math.rad(0),math.rad(0)),.4)
  7671. RW.C0=clerp(RW.C0,cf(1.45,0.5,0.1)*angles(math.rad(-30),math.rad(0),math.rad(20)),.4)
  7672. LW.C0=clerp(LW.C0,cf(-1.45,0.5,0.1)*angles(math.rad(-30),math.rad(0),math.rad(-20)),.4)
  7673. end
  7674. coroutine.resume(coroutine.create(function()
  7675. for i = 0, 99 do
  7676. swait()
  7677. wng1a.Transparency = wng1a.Transparency + 0.01
  7678. wng1b.Transparency = wng1b.Transparency + 0.01
  7679. wng2a.Transparency = wng2a.Transparency + 0.01
  7680. wng2b.Transparency = wng2b.Transparency + 0.01
  7681. end
  7682. end))
  7683. attack = false
  7684. if equipped == false then
  7685. hum.WalkSpeed = 16
  7686. else
  7687. hum.WalkSpeed = 24
  7688. end
  7689. hum.JumpPower = 50
  7690. end
  7691. ------------------
  7692.  
  7693.  
  7694. local attacktype = 1
  7695. mouse.Button1Down:connect(function()
  7696. if equipped == true then
  7697. if attack == false and attacktype == 1 then
  7698. attacktype = 2
  7699. attackone()
  7700. elseif attack == false and attacktype == 2 then
  7701. attacktype = 3
  7702. attacktwo()
  7703. elseif attack == false and attacktype == 3 then
  7704. attacktype = 1
  7705. attackthree()
  7706. --[[elseif attack == false and attacktype == 4 then
  7707. attacktype = 1
  7708. --attackfour()]]--
  7709. end
  7710. end
  7711. end)
  7712. mouse.KeyDown:connect(function(k)
  7713. if k == "f" and attack == false and equipped == false then
  7714. equip()
  7715. elseif k == "f" and attack == false and equipped == true then
  7716. unequip()
  7717. end
  7718. if k == "r" and attack == false then
  7719. superjump()
  7720. end
  7721. if equipped == true then
  7722. if k == "z" and attack == false then
  7723. spinnyblade()
  7724. end
  7725. if k == "x" and attack == false then
  7726. eightbitmegablade()
  7727. end
  7728. if k == "c" and attack == false then
  7729. bladespinagain()
  7730. end
  7731. end
  7732. if k == "l" and muter == false then
  7733. muter = true
  7734. kan.Volume = 0
  7735. elseif k == "l" and muter == true then
  7736. muter = false
  7737. kan.Volume = 1.25
  7738. end
  7739. end)
  7740. plr.Chatted:connect(function(message)
  7741. if message:sub(1,3) == "id/" then
  7742. ORGID = message:sub(4)
  7743. kan.TimePosition = 0
  7744. kan:Play()
  7745. elseif message:sub(1,6) == "pitch/" then
  7746. ORPIT = message:sub(7)
  7747. elseif message:sub(1,4) == "vol/" then
  7748. ORVOL = message:sub(5)
  7749. elseif message:sub(1,7) == "skipto/" then
  7750. kan.TimePosition = message:sub(8)
  7751. end
  7752. end)
  7753.  
  7754. idleanim=.4
  7755. while true do
  7756. swait()
  7757. if muter == false then
  7758. kan.Volume = ORVOL
  7759. else
  7760. kan.Volume = 0
  7761. end
  7762. kan.PlaybackSpeed = ORPIT
  7763. kan.Pitch = ORPIT
  7764. kan.SoundId = "rbxassetid://" ..ORGID
  7765. kan.Looped = true
  7766. kan.Parent = plr.PlayerGui
  7767. kan:Resume()
  7768. techc.Rotation = techc.Rotation + 0.1
  7769. imgl2.Rotation = imgl2.Rotation - kan.PlaybackLoudness/50
  7770. imgl2.ImageColor3 = Color3.new(0.15 + kan.PlaybackLoudness/2500,0,0.6 + kan.PlaybackLoudness/1000)
  7771. imgl2b.Rotation = imgl2b.Rotation + kan.PlaybackLoudness/25
  7772. imgl2b.ImageColor3 = Color3.new(0,0.3 + kan.PlaybackLoudness/1500,0.6 + kan.PlaybackLoudness/1000)
  7773. ned.Rotation = 0 - 2 * math.cos(sine / 24)
  7774. ned.Position = UDim2.new(0.6,0 - 10 * math.cos(sine / 32),0.8,0 - 10 * math.cos(sine / 45))
  7775. sine = sine + change
  7776. local torvel=(RootPart.Velocity*Vector3.new(1,0,1)).magnitude
  7777. local velderp=RootPart.Velocity.y
  7778. hitfloor,posfloor=rayCast(RootPart.Position,(CFrame.new(RootPart.Position,RootPart.Position - Vector3.new(0,1,0))).lookVector,4,Character)
  7779. if equipped==true or equipped==false then
  7780. if attack==false then
  7781. idle=idle+1
  7782. else
  7783. idle=0
  7784. end
  7785. if idle>=500 then
  7786. if attack==false then
  7787. --Sheath()
  7788. end
  7789. end
  7790. if RootPart.Velocity.y > 1 and hitfloor==nil then
  7791. Anim="Jump"
  7792. if attack==false then
  7793. RH.C0=clerp(RH.C0,cf(1,-0.35 - 0.05 * math.cos(sine / 25),-0.75)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-5),math.rad(0),math.rad(-20)),.1)
  7794. LH.C0=clerp(LH.C0,cf(-1,-1 - 0.05 * math.cos(sine / 25),0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-5),math.rad(0),math.rad(20)),.1)
  7795. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0 + 0.05 * math.cos(sine / 25))*angles(math.rad(-tors.Velocity.Y/6),math.rad(0),math.rad(0)),.1)
  7796. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-2.5),math.rad(0),math.rad(0)),.1)
  7797. RW.C0=clerp(RW.C0,cf(1.45,0.5 + 0.1 * math.cos(sine / 25),0)*angles(math.rad(-5),math.rad(0),math.rad(25)),.1)
  7798. LW.C0=clerp(LW.C0,cf(-1.45,0.5 + 0.1 * math.cos(sine / 25),0)*angles(math.rad(-5),math.rad(0),math.rad(-25)),.1)
  7799. if equipped == false then
  7800. weaponweld.C1=clerp(weaponweld.C1,cf(-3,0,-0.5)*angles(math.rad(0),math.rad(0),math.rad(-40)),.3)
  7801. else
  7802. weaponweld.C1=clerp(weaponweld.C1,cf(0,1,0)*angles(math.rad(0),math.rad(130),math.rad(0)),.3)
  7803. end
  7804. end
  7805. elseif RootPart.Velocity.y < -1 and hitfloor==nil then
  7806. Anim="Fall"
  7807. if attack==false then
  7808. RH.C0=clerp(RH.C0,cf(1,-0.35 - 0.05 * math.cos(sine / 25),-0.75)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-5),math.rad(0),math.rad(-20)),.1)
  7809. LH.C0=clerp(LH.C0,cf(-1,-1 - 0.05 * math.cos(sine / 25),0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-5),math.rad(0),math.rad(20)),.1)
  7810. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0 + 0.05 * math.cos(sine / 25))*angles(math.rad(-tors.Velocity.Y/6),math.rad(0),math.rad(0)),.1)
  7811. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(2.5),math.rad(0),math.rad(0)),.1)
  7812. RW.C0=clerp(RW.C0,cf(1.45,0.5 + 0.1 * math.cos(sine / 25),0)*angles(math.rad(-15),math.rad(0),math.rad(55)),.1)
  7813. LW.C0=clerp(LW.C0,cf(-1.45,0.5 + 0.1 * math.cos(sine / 25),0)*angles(math.rad(-15),math.rad(0),math.rad(-55)),.1)
  7814. if equipped == false then
  7815. weaponweld.C1=clerp(weaponweld.C1,cf(-3,0,-0.5)*angles(math.rad(0),math.rad(0),math.rad(-40)),.3)
  7816. else
  7817. weaponweld.C1=clerp(weaponweld.C1,cf(0,1,0)*angles(math.rad(0),math.rad(130),math.rad(0)),.3)
  7818. end
  7819. end
  7820. elseif torvel<1 and hitfloor~=nil then
  7821. Anim="Idle"
  7822. if attack==false then
  7823. if equipped == false then
  7824. RH.C0=clerp(RH.C0,cf(1,-1 + 0.05 * math.cos(sine / 20) - 0.02 * math.cos(sine / 40),0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-3 + 2 * math.cos(sine / 40)),math.rad(-15),math.rad(0 + 2 * math.cos(sine / 20))),.1)
  7825. LH.C0=clerp(LH.C0,cf(-1,-1 + 0.05 * math.cos(sine / 20) - 0.02 * math.cos(sine / 40),0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-3 - 2 * math.cos(sine / 40)),math.rad(1),math.rad(0 - 2 * math.cos(sine / 20))),.1)
  7826. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0 + 0.02 * math.cos(sine / 40),0 - 0.02 * math.cos(sine / 40),-0.05 - 0.05 * math.cos(sine / 20))*angles(math.rad(0 + 2 * math.cos(sine / 20)),math.rad(0 + 2 * math.cos(sine / 40)),math.rad(30 + 3 * math.cos(sine / 40))),.1)
  7827. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(2),math.rad(0 - 7 * math.cos(sine / 40)),math.rad(-30 - 3 * math.cos(sine / 40))),.1)
  7828. RW.C0=clerp(RW.C0,cf(1.45,0.5 + 0.05 * math.cos(sine / 28),0.1)*angles(math.rad(-6 + 5 * math.cos(sine / 26)),math.rad(-10 - 6 * math.cos(sine / 24)),math.rad(13 - 5 * math.cos(sine / 34))),.1)
  7829. LW.C0=clerp(LW.C0,cf(-1.4,0.5 + 0.05 * math.cos(sine / 28),0.1)*angles(math.rad(-13 - 1 * math.cos(sine / 25)),math.rad(10 + 2 * math.cos(sine / 24)),math.rad(10 + 2 * math.cos(sine / 34))),.1)
  7830. weaponweld.C1=clerp(weaponweld.C1,cf(-3,0,-0.5)*angles(math.rad(0),math.rad(0),math.rad(-40)),.3)
  7831. else
  7832. RH.C0=clerp(RH.C0,cf(1,-1 + 0.05 * math.cos(sine / 20) - 0.02 * math.cos(sine / 40),0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-3 + 2 * math.cos(sine / 40)),math.rad(0 - 6 * math.cos(sine / 40)),math.rad(-6 + 2 * math.cos(sine / 20) - 6 * math.cos(sine / 40))),.1)
  7833. LH.C0=clerp(LH.C0,cf(-1,-1 + 0.05 * math.cos(sine / 20) - 0.02 * math.cos(sine / 40),0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-3 - 2 * math.cos(sine / 40)),math.rad(10 - 6 * math.cos(sine / 40)),math.rad(3 - 2 * math.cos(sine / 20) - 3 * math.cos(sine / 40))),.1)
  7834. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0 + 0.02 * math.cos(sine / 40),0 - 0.06 * math.cos(sine / 40),-0.05 - 0.05 * math.cos(sine / 20))*angles(math.rad(0 + 2 * math.cos(sine / 20)),math.rad(0 + 2 * math.cos(sine / 40)),math.rad(-20 + 6 * math.cos(sine / 40))),.1)
  7835. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(6),math.rad(0 - 2 * math.cos(sine / 42)),math.rad(20 - 6 * math.cos(sine / 40))),.1)
  7836. RW.C0=clerp(RW.C0,cf(1.45,0.5 + 0.05 * math.cos(sine / 28),0.1)*angles(math.rad(-13 + 3 * math.cos(sine / 26)),math.rad(-20 - 3 * math.cos(sine / 24)),math.rad(20 - 5 * math.cos(sine / 34))),.1)
  7837. LW.C0=clerp(LW.C0,cf(-1.45,0.5 + 0.05 * math.cos(sine / 28),0.1)*angles(math.rad(-13 - 3 * math.cos(sine / 25)),math.rad(10 + 3 * math.cos(sine / 24)),math.rad(-10 + 5 * math.cos(sine / 34))),.1)
  7838. weaponweld.C1=clerp(weaponweld.C1,cf(0,1,0)*angles(math.rad(0),math.rad(130),math.rad(0)),.3)
  7839. end
  7840. end
  7841. elseif torvel>2 and torvel<42 and hitfloor~=nil then
  7842. Anim="Walk"
  7843. if attack==false then
  7844. if equipped == false then
  7845. RH.C0=clerp(RH.C0,cf(1,-1 + 0.05 * math.cos(sine / 4),0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(0),math.rad(0 + 5 * math.cos(sine / 8)),math.rad(0 + 45 * math.cos(sine / 8))),.1)
  7846. LH.C0=clerp(LH.C0,cf(-1,-1 + 0.05 * math.cos(sine / 4),0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(0),math.rad(0 + 5 * math.cos(sine / 8)),math.rad(0 + 45 * math.cos(sine / 8))),.1)
  7847. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,-0.05,-0.05 + 0.05 * math.cos(sine / 4))*angles(math.rad(5 + 3 * math.cos(sine / 4)),math.rad(0 + root.RotVelocity.Y/1.5),math.rad(0 - root.RotVelocity.Y - 10 * math.cos(sine / 8))),.1)
  7848. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-5 - 5 * math.cos(sine / 4)),math.rad(0 + root.RotVelocity.Y/1.5),math.rad(0 - hed.RotVelocity.Y*1.5 + 10 * math.cos(sine / 8))),.1)
  7849. RW.C0=clerp(RW.C0,cf(1.5,0.5,0 + 0.25 * math.cos(sine / 8))*angles(math.rad(0 - 50 * math.cos(sine / 8)),math.rad(0),math.rad(5 - 10 * math.cos(sine / 4))),.1)
  7850. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0 - 0.25 * math.cos(sine / 8))*angles(math.rad(0 + 50 * math.cos(sine / 8)),math.rad(0),math.rad(-5 + 10 * math.cos(sine / 4))),.1)
  7851. weaponweld.C1=clerp(weaponweld.C1,cf(-3,0,-0.5)*angles(math.rad(0),math.rad(0),math.rad(-40)),.3)
  7852. else
  7853. RH.C0=clerp(RH.C0,cf(1,-1 + 0.05 * math.cos(sine / 4),0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(0),math.rad(0 + 5 * math.cos(sine / 8)),math.rad(0 + 60 * math.cos(sine / 8))),.1)
  7854. LH.C0=clerp(LH.C0,cf(-1,-1 + 0.05 * math.cos(sine / 4),0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(0),math.rad(0 + 5 * math.cos(sine / 8)),math.rad(0 + 60 * math.cos(sine / 8))),.1)
  7855. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,-0.05,0 + 0.15 * math.cos(sine / 4))*angles(math.rad(10 - 3 * math.cos(sine / 4)),math.rad(0 + root.RotVelocity.Y/1.5),math.rad(-10 - root.RotVelocity.Y - 5 * math.cos(sine / 8))),.1)
  7856. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(5 + 3 * math.cos(sine / 4)),math.rad(0 + root.RotVelocity.Y/1.5 + 3 * math.cos(sine / 57)),math.rad(10 - hed.RotVelocity.Y*1.5 + 5 * math.cos(sine / 8))),.1)
  7857. RW.C0=clerp(RW.C0,cf(1.5,0.5,0 + 0.25 * math.cos(sine / 8))*angles(math.rad(-10),math.rad(0),math.rad(15 - 2 * math.cos(sine / 34))),.1)
  7858. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0 - 0.25 * math.cos(sine / 8))*angles(math.rad(0 + 50 * math.cos(sine / 8)),math.rad(0),math.rad(-5 + 10 * math.cos(sine / 4))),.1)
  7859. weaponweld.C1=clerp(weaponweld.C1,cf(0,1,0)*angles(math.rad(0),math.rad(120 + 5 * math.cos(sine / 35)),math.rad(0)),.3)
  7860. end
  7861. end
  7862. elseif torvel>=42 and hitfloor~=nil then
  7863. Anim="Run"
  7864. if attack==false then
  7865. RH.C0=clerp(RH.C0,cf(1,-1 - 0.15 * math.cos(sine / 3),0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(0),math.rad(0),math.rad(0 + 85 * math.cos(sine / 6))),.1)
  7866. LH.C0=clerp(LH.C0,cf(-1,-1 - 0.15 * math.cos(sine / 3),0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(0),math.rad(0),math.rad(0 + 85 * math.cos(sine / 6))),.1)
  7867. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,-0.3,-0.05 + 0.15 * math.cos(sine / 3))*angles(math.rad(15 - 4 * math.cos(sine / 3)),math.rad(0 + root.RotVelocity.Y*1.5),math.rad(0 - root.RotVelocity.Y - 10 * math.cos(sine / 6))),.1)
  7868. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-2.5 + 4 * math.cos(sine / 3)),math.rad(0 + root.RotVelocity.Y*1.5),math.rad(0 - hed.RotVelocity.Y*1.5 + 10 * math.cos(sine / 6))),.1)
  7869. RW.C0=clerp(RW.C0,cf(1.5,0.5,0 + 0.5 * math.cos(sine / 6))*angles(math.rad(0 - 140 * math.cos(sine / 6)),math.rad(0),math.rad(5 - 20 * math.cos(sine / 3))),.1)
  7870. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0 - 0.5 * math.cos(sine / 6))*angles(math.rad(0 + 140 * math.cos(sine / 6)),math.rad(0),math.rad(-5 + 20 * math.cos(sine / 3))),.1)
  7871. end
  7872. end
  7873. end
  7874. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement