Advertisement
Tetezaza1542

REAPER warden

Aug 21st, 2018
451
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 480.63 KB | None | 0 0
  1. if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use r/ and not rl/") end
  2. local Player,game,owner = owner,game
  3. local RealPlayer = Player
  4. do
  5. print("FE Compatibility code by Mokiros")
  6. local rp = RealPlayer
  7. script.Parent = rp.Character
  8.  
  9. --RemoteEvent for communicating
  10. local Event = Instance.new("RemoteEvent")
  11. Event.Name = "UserInput_Event"
  12.  
  13. --Fake event to make stuff like Mouse.KeyDown work
  14. local function fakeEvent()
  15. local t = {_fakeEvent=true,Functions={},Connect=function(self,f)table.insert(self.Functions,f) end}
  16. t.connect = t.Connect
  17. return t
  18. end
  19.  
  20. --Creating fake input objects with fake variables
  21. local m = {Target=nil,Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent()}
  22. local UIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()}
  23. local CAS = {Actions={},BindAction=function(self,name,fun,touch,...)
  24. CAS.Actions[name] = fun and {Name=name,Function=fun,Keys={...}} or nil
  25. end}
  26. --Merged 2 functions into one by checking amount of arguments
  27. CAS.UnbindAction = CAS.BindAction
  28.  
  29. --This function will trigger the events that have been :Connect()'ed
  30. local function te(self,ev,...)
  31. local t = m[ev]
  32. if t and t._fakeEvent then
  33. for _,f in pairs(t.Functions) do
  34. f(...)
  35. end
  36. end
  37. end
  38. m.TrigEvent = te
  39. UIS.TrigEvent = te
  40.  
  41. Event.OnServerEvent:Connect(function(plr,io)
  42. if plr~=rp then return end
  43. m.Target = io.Target
  44. m.Hit = io.Hit
  45. if not io.isMouse then
  46. local b = io.UserInputState == Enum.UserInputState.Begin
  47. if io.UserInputType == Enum.UserInputType.MouseButton1 then
  48. return m:TrigEvent(b and "Button1Down" or "Button1Up")
  49. end
  50. for _,t in pairs(CAS.Actions) do
  51. for _,k in pairs(t.Keys) do
  52. if k==io.KeyCode then
  53. t.Function(t.Name,io.UserInputState,io)
  54. end
  55. end
  56. end
  57. m:TrigEvent(b and "KeyDown" or "KeyUp",io.KeyCode.Name:lower())
  58. UIS:TrigEvent(b and "InputBegan" or "InputEnded",io,false)
  59. end
  60. end)
  61. Event.Parent = NLS([==[
  62. local Player = game:GetService("Players").LocalPlayer
  63. local Event = script:WaitForChild("UserInput_Event")
  64.  
  65. local Mouse = Player:GetMouse()
  66. local UIS = game:GetService("UserInputService")
  67. local input = function(io,a)
  68. if a then return end
  69. --Since InputObject is a client-side instance, we create and pass table instead
  70. Event:FireServer({KeyCode=io.KeyCode,UserInputType=io.UserInputType,UserInputState=io.UserInputState,Hit=Mouse.Hit,Target=Mouse.Target})
  71. end
  72. UIS.InputBegan:Connect(input)
  73. UIS.InputEnded:Connect(input)
  74.  
  75. local h,t
  76. --Give the server mouse data 30 times every second, but only if the values changed
  77. --If player is not moving their mouse, client won't fire events
  78. while wait(1/30) do
  79. if h~=Mouse.Hit or t~=Mouse.Target then
  80. h,t=Mouse.Hit,Mouse.Target
  81. Event:FireServer({isMouse=true,Target=t,Hit=h})
  82. end
  83. end]==],Player.Character)
  84.  
  85. ----Sandboxed game object that allows the usage of client-side methods and services
  86. --Real game object
  87. local _rg = game
  88.  
  89. --Metatable for fake service
  90. local fsmt = {
  91. __index = function(self,k)
  92. local s = rawget(self,"_RealService")
  93. if s then return s[k] end
  94. end,
  95. __newindex = function(self,k,v)
  96. local s = rawget(self,"_RealService")
  97. if s then s[k]=v end
  98. end,
  99. __call = function(self,...)
  100. local s = rawget(self,"_RealService")
  101. if s then return s(...) end
  102. end
  103. }
  104. local function FakeService(t,RealService)
  105. t._RealService = typeof(RealService)=="string" and _rg:GetService(RealService) or RealService
  106. return setmetatable(t,fsmt)
  107. end
  108.  
  109. --Fake game object
  110. local g = {
  111. GetService = function(self,s)
  112. return self[s]
  113. end,
  114. Players = FakeService({
  115. LocalPlayer = FakeService({GetMouse=function(self)return m end},Player)
  116. },"Players"),
  117. UserInputService = FakeService(UIS,"UserInputService"),
  118. ContextActionService = FakeService(CAS,"ContextActionService"),
  119. }
  120. rawset(g.Players,"localPlayer",g.Players.LocalPlayer)
  121. g.service = g.GetService
  122.  
  123. g.RunService = FakeService({
  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. setmetatable(g,{
  134. __index=function(self,s)
  135. return _rg:GetService(s) or typeof(_rg[s])=="function"
  136. and function(_,...)return _rg[s](_rg,...)end or _rg[s]
  137. end,
  138. __newindex = fsmt.__newindex,
  139. __call = fsmt.__call
  140. })
  141. --Changing owner to fake player object to support owner:GetMouse()
  142. game,owner = g,g.Players.LocalPlayer
  143. end
  144.  
  145. local LocalPlayer = owner
  146. local Character = LocalPlayer.Character or LocalPlayer.CharacterAdded:wait()
  147. ----------------------------------------
  148. local p = owner
  149. local char = p.Character
  150. local mouse = p:GetMouse()
  151.  
  152. function chatfunc(text)
  153. local chat = coroutine.wrap(function()
  154. if Character:FindFirstChild("TalkingBillBoard")~= nil then
  155. Character:FindFirstChild("TalkingBillBoard"):destroy()
  156. end
  157. local naeeym2 = Instance.new("BillboardGui",Character)
  158. naeeym2.Size = UDim2.new(0,100,0,40)
  159. naeeym2.StudsOffset = Vector3.new(0,3,0)
  160. naeeym2.Adornee = Character.Head
  161. naeeym2.Name = "TalkingBillBoard"
  162. local tecks2 = Instance.new("TextLabel",naeeym2)
  163. tecks2.BackgroundTransparency = 1
  164. tecks2.BorderSizePixel = 0
  165. tecks2.Text = ""
  166. tecks2.Font = "Fantasy"
  167. tecks2.TextSize = 30
  168. tecks2.TextStrokeTransparency = 0
  169. tecks2.TextColor3 = Color3.new(0,0,1)
  170. tecks2.TextStrokeColor3 = Color3.new(0,1,0)
  171. tecks2.Size = UDim2.new(1,0,0.5,0)
  172. local tecks3 = Instance.new("TextLabel",naeeym2)
  173. tecks3.BackgroundTransparency = 1
  174. tecks3.BorderSizePixel = 0
  175. tecks3.Text = ""
  176. tecks3.Font = "Fantasy"
  177. tecks3.TextSize = 30
  178. tecks3.TextStrokeTransparency = 0
  179. tecks3.TextColor3 = Color3.new(170, 0, 0)
  180. tecks3.TextStrokeColor3 = Color3.new(0,0,0)
  181. tecks3.Size = UDim2.new(1,0,0.5,0)
  182. for i = 1,string.len(text),1 do
  183. tecks2.Text = string.sub(text,1,i)
  184. tecks3.Text = string.sub(text,1,i)
  185. wait(0.01)
  186. end
  187. wait(2)
  188. for i = 1, 50 do
  189. wait(0.0000000000000000000001)
  190. tecks2.Position = tecks2.Position - UDim2.new(math.random(-.4,.4),math.random(-5,5),.05,math.random(-5,5))
  191. tecks2.Rotation = tecks2.Rotation - .8
  192. tecks2.TextStrokeTransparency = tecks2.TextStrokeTransparency +.04
  193. tecks2.TextTransparency = tecks2.TextTransparency + .04
  194. tecks3.Position = tecks2.Position - UDim2.new(math.random(-.4,.4),math.random(-5,5),.05,math.random(-5,5))
  195. tecks3.Rotation = tecks2.Rotation + .8
  196. tecks3.TextStrokeTransparency = tecks2.TextStrokeTransparency +.04
  197. tecks3.TextTransparency = tecks2.TextTransparency + .04
  198. end
  199. naeeym2:Destroy()
  200. end)
  201. chat()
  202. end
  203. function onChatted(msg)
  204. chatfunc(msg)
  205. end
  206.  
  207. mouse.KeyDown:connect(function(key)
  208. if key == "1" then
  209. chatfunc("Fall in Despair!")
  210. end
  211. end)
  212.  
  213. mouse.KeyDown:connect(function(key)
  214. if key == "2" then
  215. chatfunc("Why do you even try..")
  216. end
  217. end)
  218.  
  219. mouse.KeyDown:connect(function(key)
  220. if key == "3" then
  221. chatfunc("Too easy")
  222. end
  223. end)
  224.  
  225. mouse.KeyDown:connect(function(key)
  226. if key == "4" then
  227. chatfunc("Not Bad!")
  228. end
  229. end)
  230.  
  231. mouse.KeyDown:connect(function(key)
  232. if key == "5" then
  233. chatfunc("Let's fight! I'll win, though.")
  234. end
  235. end)
  236.  
  237. mouse.KeyDown:connect(function(key)
  238. if key == "6" then
  239. chatfunc("Im the most corrupt")
  240. end
  241. end)
  242.  
  243. mouse.KeyDown:connect(function(key)
  244. if key == "7" then
  245. chatfunc("You're strong, no doubt.")
  246. end
  247. end)
  248.  
  249. mouse.KeyDown:connect(function(key)
  250. if key == "8" then
  251. chatfunc("Give up..")
  252. end
  253. end)
  254.  
  255. mouse.KeyDown:connect(function(key)
  256. if key == "9" then
  257. chatfunc("Be quiet")
  258. end
  259. end)
  260.  
  261.  
  262. -----------------------------------------------------------
  263. --Converted with ttyyuu12345's model to script plugin v4
  264. function sandbox(var,func)
  265. local env = getfenv(func)
  266. local newenv = setmetatable({},{
  267. __index = function(self,k)
  268. if k=="script" then
  269. return var
  270. else
  271. return env[k]
  272. end
  273. end,
  274. })
  275. setfenv(func,newenv)
  276. return func
  277. end
  278. cors = {}
  279. mas = Instance.new("Model",game:GetService("Lighting"))
  280. Model0 = Instance.new("Model")
  281. Model1 = Instance.new("Model")
  282. WedgePart2 = Instance.new("WedgePart")
  283. WedgePart3 = Instance.new("WedgePart")
  284. Part4 = Instance.new("Part")
  285. Part5 = Instance.new("Part")
  286. Part6 = Instance.new("Part")
  287. Part7 = Instance.new("Part")
  288. Part8 = Instance.new("Part")
  289. Part9 = Instance.new("Part")
  290. Part10 = Instance.new("Part")
  291. Part11 = Instance.new("Part")
  292. Part12 = Instance.new("Part")
  293. Part13 = Instance.new("Part")
  294. Part14 = Instance.new("Part")
  295. Part15 = Instance.new("Part")
  296. SpecialMesh16 = Instance.new("SpecialMesh")
  297. Part17 = Instance.new("Part")
  298. SpecialMesh18 = Instance.new("SpecialMesh")
  299. Part19 = Instance.new("Part")
  300. SpecialMesh20 = Instance.new("SpecialMesh")
  301. Part21 = Instance.new("Part")
  302. SpecialMesh22 = Instance.new("SpecialMesh")
  303. Part23 = Instance.new("Part")
  304. SpecialMesh24 = Instance.new("SpecialMesh")
  305. Part25 = Instance.new("Part")
  306. SpecialMesh26 = Instance.new("SpecialMesh")
  307. Part27 = Instance.new("Part")
  308. SpecialMesh28 = Instance.new("SpecialMesh")
  309. Part29 = Instance.new("Part")
  310. SpecialMesh30 = Instance.new("SpecialMesh")
  311. Part31 = Instance.new("Part")
  312. Part32 = Instance.new("Part")
  313. Part33 = Instance.new("Part")
  314. Part34 = Instance.new("Part")
  315. Part35 = Instance.new("Part")
  316. Part36 = Instance.new("Part")
  317. Part37 = Instance.new("Part")
  318. ParticleEmitter38 = Instance.new("ParticleEmitter")
  319. Part39 = Instance.new("Part")
  320. Part40 = Instance.new("Part")
  321. Part41 = Instance.new("Part")
  322. Part42 = Instance.new("Part")
  323. Part43 = Instance.new("Part")
  324. Part44 = Instance.new("Part")
  325. Part45 = Instance.new("Part")
  326. Part46 = Instance.new("Part")
  327. Part47 = Instance.new("Part")
  328. Part48 = Instance.new("Part")
  329. Part49 = Instance.new("Part")
  330. Part50 = Instance.new("Part")
  331. Part51 = Instance.new("Part")
  332. Part52 = Instance.new("Part")
  333. Part53 = Instance.new("Part")
  334. Part54 = Instance.new("Part")
  335. Part55 = Instance.new("Part")
  336. Part56 = Instance.new("Part")
  337. Part57 = Instance.new("Part")
  338. Part58 = Instance.new("Part")
  339. Part59 = Instance.new("Part")
  340. Part60 = Instance.new("Part")
  341. Part61 = Instance.new("Part")
  342. Part62 = Instance.new("Part")
  343. Part63 = Instance.new("Part")
  344. Part64 = Instance.new("Part")
  345. Part65 = Instance.new("Part")
  346. Part66 = Instance.new("Part")
  347. Part67 = Instance.new("Part")
  348. Part68 = Instance.new("Part")
  349. Part69 = Instance.new("Part")
  350. Part70 = Instance.new("Part")
  351. Part71 = Instance.new("Part")
  352. Part72 = Instance.new("Part")
  353. Part73 = Instance.new("Part")
  354. Part74 = Instance.new("Part")
  355. Part75 = Instance.new("Part")
  356. Part76 = Instance.new("Part")
  357. Part77 = Instance.new("Part")
  358. Part78 = Instance.new("Part")
  359. Part79 = Instance.new("Part")
  360. Part80 = Instance.new("Part")
  361. Part81 = Instance.new("Part")
  362. Part82 = Instance.new("Part")
  363. Part83 = Instance.new("Part")
  364. Part84 = Instance.new("Part")
  365. Part85 = Instance.new("Part")
  366. Part86 = Instance.new("Part")
  367. Part87 = Instance.new("Part")
  368. Part88 = Instance.new("Part")
  369. Part89 = Instance.new("Part")
  370. Part90 = Instance.new("Part")
  371. Part91 = Instance.new("Part")
  372. Part92 = Instance.new("Part")
  373. Part93 = Instance.new("Part")
  374. Part94 = Instance.new("Part")
  375. Part95 = Instance.new("Part")
  376. Part96 = Instance.new("Part")
  377. Part97 = Instance.new("Part")
  378. Part98 = Instance.new("Part")
  379. Part99 = Instance.new("Part")
  380. Part100 = Instance.new("Part")
  381. Part101 = Instance.new("Part")
  382. Part102 = Instance.new("Part")
  383. Part103 = Instance.new("Part")
  384. Part104 = Instance.new("Part")
  385. Part105 = Instance.new("Part")
  386. Part106 = Instance.new("Part")
  387. Part107 = Instance.new("Part")
  388. Part108 = Instance.new("Part")
  389. Part109 = Instance.new("Part")
  390. Part110 = Instance.new("Part")
  391. Part111 = Instance.new("Part")
  392. Part112 = Instance.new("Part")
  393. Part113 = Instance.new("Part")
  394. Part114 = Instance.new("Part")
  395. Part115 = Instance.new("Part")
  396. Part116 = Instance.new("Part")
  397. Part117 = Instance.new("Part")
  398. Part118 = Instance.new("Part")
  399. Part119 = Instance.new("Part")
  400. Part120 = Instance.new("Part")
  401. Part121 = Instance.new("Part")
  402. Part122 = Instance.new("Part")
  403. Part123 = Instance.new("Part")
  404. Part124 = Instance.new("Part")
  405. Part125 = Instance.new("Part")
  406. Part126 = Instance.new("Part")
  407. Part127 = Instance.new("Part")
  408. Part128 = Instance.new("Part")
  409. Part129 = Instance.new("Part")
  410. Part130 = Instance.new("Part")
  411. Part131 = Instance.new("Part")
  412. Part132 = Instance.new("Part")
  413. Part133 = Instance.new("Part")
  414. Part134 = Instance.new("Part")
  415. Part135 = Instance.new("Part")
  416. Part136 = Instance.new("Part")
  417. Part137 = Instance.new("Part")
  418. Part138 = Instance.new("Part")
  419. Part139 = Instance.new("Part")
  420. Part140 = Instance.new("Part")
  421. Part141 = Instance.new("Part")
  422. Part142 = Instance.new("Part")
  423. Part143 = Instance.new("Part")
  424. Part144 = Instance.new("Part")
  425. Part145 = Instance.new("Part")
  426. Part146 = Instance.new("Part")
  427. Part147 = Instance.new("Part")
  428. Part148 = Instance.new("Part")
  429. Part149 = Instance.new("Part")
  430. Part150 = Instance.new("Part")
  431. Part151 = Instance.new("Part")
  432. Part152 = Instance.new("Part")
  433. Part153 = Instance.new("Part")
  434. Part154 = Instance.new("Part")
  435. Part155 = Instance.new("Part")
  436. Part156 = Instance.new("Part")
  437. Part157 = Instance.new("Part")
  438. Part158 = Instance.new("Part")
  439. Part159 = Instance.new("Part")
  440. Part160 = Instance.new("Part")
  441. Part161 = Instance.new("Part")
  442. Part162 = Instance.new("Part")
  443. Part163 = Instance.new("Part")
  444. Part164 = Instance.new("Part")
  445. Part165 = Instance.new("Part")
  446. Part166 = Instance.new("Part")
  447. Part167 = Instance.new("Part")
  448. Part168 = Instance.new("Part")
  449. Part169 = Instance.new("Part")
  450. Part170 = Instance.new("Part")
  451. WedgePart171 = Instance.new("WedgePart")
  452. WedgePart172 = Instance.new("WedgePart")
  453. WedgePart173 = Instance.new("WedgePart")
  454. WedgePart174 = Instance.new("WedgePart")
  455. WedgePart175 = Instance.new("WedgePart")
  456. WedgePart176 = Instance.new("WedgePart")
  457. WedgePart177 = Instance.new("WedgePart")
  458. WedgePart178 = Instance.new("WedgePart")
  459. WedgePart179 = Instance.new("WedgePart")
  460. WedgePart180 = Instance.new("WedgePart")
  461. WedgePart181 = Instance.new("WedgePart")
  462. WedgePart182 = Instance.new("WedgePart")
  463. WedgePart183 = Instance.new("WedgePart")
  464. WedgePart184 = Instance.new("WedgePart")
  465. WedgePart185 = Instance.new("WedgePart")
  466. WedgePart186 = Instance.new("WedgePart")
  467. WedgePart187 = Instance.new("WedgePart")
  468. WedgePart188 = Instance.new("WedgePart")
  469. WedgePart189 = Instance.new("WedgePart")
  470. WedgePart190 = Instance.new("WedgePart")
  471. WedgePart191 = Instance.new("WedgePart")
  472. WedgePart192 = Instance.new("WedgePart")
  473. WedgePart193 = Instance.new("WedgePart")
  474. WedgePart194 = Instance.new("WedgePart")
  475. WedgePart195 = Instance.new("WedgePart")
  476. WedgePart196 = Instance.new("WedgePart")
  477. WedgePart197 = Instance.new("WedgePart")
  478. WedgePart198 = Instance.new("WedgePart")
  479. WedgePart199 = Instance.new("WedgePart")
  480. WedgePart200 = Instance.new("WedgePart")
  481. WedgePart201 = Instance.new("WedgePart")
  482. WedgePart202 = Instance.new("WedgePart")
  483. Model203 = Instance.new("Model")
  484. Part204 = Instance.new("Part")
  485. Part205 = Instance.new("Part")
  486. ParticleEmitter206 = Instance.new("ParticleEmitter")
  487. Model207 = Instance.new("Model")
  488. WedgePart208 = Instance.new("WedgePart")
  489. Part209 = Instance.new("Part")
  490. Part210 = Instance.new("Part")
  491. Part211 = Instance.new("Part")
  492. Part212 = Instance.new("Part")
  493. Part213 = Instance.new("Part")
  494. Part214 = Instance.new("Part")
  495. Part215 = Instance.new("Part")
  496. Part216 = Instance.new("Part")
  497. Part217 = Instance.new("Part")
  498. Part218 = Instance.new("Part")
  499. Part219 = Instance.new("Part")
  500. Part220 = Instance.new("Part")
  501. Part221 = Instance.new("Part")
  502. Part222 = Instance.new("Part")
  503. Part223 = Instance.new("Part")
  504. Part224 = Instance.new("Part")
  505. Part225 = Instance.new("Part")
  506. Part226 = Instance.new("Part")
  507. Part227 = Instance.new("Part")
  508. Part228 = Instance.new("Part")
  509. Part229 = Instance.new("Part")
  510. Part230 = Instance.new("Part")
  511. Part231 = Instance.new("Part")
  512. Part232 = Instance.new("Part")
  513. Part233 = Instance.new("Part")
  514. Part234 = Instance.new("Part")
  515. Part235 = Instance.new("Part")
  516. Part236 = Instance.new("Part")
  517. Part237 = Instance.new("Part")
  518. Part238 = Instance.new("Part")
  519. Part239 = Instance.new("Part")
  520. Part240 = Instance.new("Part")
  521. Part241 = Instance.new("Part")
  522. Part242 = Instance.new("Part")
  523. Part243 = Instance.new("Part")
  524. Part244 = Instance.new("Part")
  525. Part245 = Instance.new("Part")
  526. Part246 = Instance.new("Part")
  527. Part247 = Instance.new("Part")
  528. Part248 = Instance.new("Part")
  529. Part249 = Instance.new("Part")
  530. Part250 = Instance.new("Part")
  531. ParticleEmitter251 = Instance.new("ParticleEmitter")
  532. Model252 = Instance.new("Model")
  533. Part253 = Instance.new("Part")
  534. Part254 = Instance.new("Part")
  535. ParticleEmitter255 = Instance.new("ParticleEmitter")
  536. Model256 = Instance.new("Model")
  537. Part257 = Instance.new("Part")
  538. WedgePart258 = Instance.new("WedgePart")
  539. Part259 = Instance.new("Part")
  540. Part260 = Instance.new("Part")
  541. Part261 = Instance.new("Part")
  542. Part262 = Instance.new("Part")
  543. Part263 = Instance.new("Part")
  544. Part264 = Instance.new("Part")
  545. Part265 = Instance.new("Part")
  546. Part266 = Instance.new("Part")
  547. Part267 = Instance.new("Part")
  548. Part268 = Instance.new("Part")
  549. Part269 = Instance.new("Part")
  550. Part270 = Instance.new("Part")
  551. Part271 = Instance.new("Part")
  552. Part272 = Instance.new("Part")
  553. Part273 = Instance.new("Part")
  554. Part274 = Instance.new("Part")
  555. Part275 = Instance.new("Part")
  556. Part276 = Instance.new("Part")
  557. Part277 = Instance.new("Part")
  558. Part278 = Instance.new("Part")
  559. Part279 = Instance.new("Part")
  560. Part280 = Instance.new("Part")
  561. Part281 = Instance.new("Part")
  562. Part282 = Instance.new("Part")
  563. Part283 = Instance.new("Part")
  564. Part284 = Instance.new("Part")
  565. Part285 = Instance.new("Part")
  566. Part286 = Instance.new("Part")
  567. Part287 = Instance.new("Part")
  568. Part288 = Instance.new("Part")
  569. Part289 = Instance.new("Part")
  570. Part290 = Instance.new("Part")
  571. Part291 = Instance.new("Part")
  572. Part292 = Instance.new("Part")
  573. Part293 = Instance.new("Part")
  574. Part294 = Instance.new("Part")
  575. Part295 = Instance.new("Part")
  576. Part296 = Instance.new("Part")
  577. Part297 = Instance.new("Part")
  578. Part298 = Instance.new("Part")
  579. Part299 = Instance.new("Part")
  580. ParticleEmitter300 = Instance.new("ParticleEmitter")
  581. Model301 = Instance.new("Model")
  582. Part302 = Instance.new("Part")
  583. SpecialMesh303 = Instance.new("SpecialMesh")
  584. Script304 = Instance.new("Script")
  585. Model0.Name = "Armor"
  586. Model0.Parent = mas
  587. Model1.Name = "Torso"
  588. Model1.Parent = Model0
  589. WedgePart2.Parent = Model1
  590. WedgePart2.Material = Enum.Material.SmoothPlastic
  591. WedgePart2.BrickColor = BrickColor.new("Really black")
  592. WedgePart2.Rotation = Vector3.new(-90, 0, 89.9700012)
  593. WedgePart2.Anchored = true
  594. WedgePart2.FormFactor = Enum.FormFactor.Custom
  595. WedgePart2.Size = Vector3.new(1.0200001, 0.619999945, 0.419999927)
  596. WedgePart2.CFrame = CFrame.new(-77.1676636, 3.09398293, 67.9688416, 0.000461003598, -1.00000465, -4.90226157e-05, 4.89950617e-05, -4.89997983e-05, 1, -1.00000465, -0.000461003598, 4.89721933e-05)
  597. WedgePart2.BottomSurface = Enum.SurfaceType.Smooth
  598. WedgePart2.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  599. WedgePart2.Position = Vector3.new(-77.1676636, 3.09398293, 67.9688416)
  600. WedgePart2.Orientation = Vector3.new(-90, 89.9700012, 0)
  601. WedgePart2.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  602. WedgePart3.Parent = Model1
  603. WedgePart3.Material = Enum.Material.SmoothPlastic
  604. WedgePart3.BrickColor = BrickColor.new("Really black")
  605. WedgePart3.Rotation = Vector3.new(-90, 0, -90.0299988)
  606. WedgePart3.Anchored = true
  607. WedgePart3.FormFactor = Enum.FormFactor.Custom
  608. WedgePart3.Size = Vector3.new(1.0200001, 0.619999886, 0.419999927)
  609. WedgePart3.CFrame = CFrame.new(-78.5677032, 3.09391475, 67.9682007, -0.000460999901, 0.999999881, -4.90225793e-05, -4.89999948e-05, 4.89999911e-05, 1, 0.999999881, 0.000461002346, 4.89773993e-05)
  610. WedgePart3.BottomSurface = Enum.SurfaceType.Smooth
  611. WedgePart3.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  612. WedgePart3.Position = Vector3.new(-78.5677032, 3.09391475, 67.9682007)
  613. WedgePart3.Orientation = Vector3.new(-90, -90.0299988, 0)
  614. WedgePart3.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  615. Part4.Name = "Torso1"
  616. Part4.Parent = Model1
  617. Part4.Material = Enum.Material.SmoothPlastic
  618. Part4.BrickColor = BrickColor.new("Pastel brown")
  619. Part4.Transparency = 1
  620. Part4.Rotation = Vector3.new(-180, 0, 0)
  621. Part4.Anchored = true
  622. Part4.CanCollide = false
  623. Part4.FormFactor = Enum.FormFactor.Plate
  624. Part4.Size = Vector3.new(2, 2, 1)
  625. Part4.CFrame = CFrame.new(-77.8778534, 3.00016689, 67.9689102, 1, 4.45898877e-05, 3.27825364e-05, 4.45890255e-05, -1, 2.62771573e-05, 3.27837079e-05, -2.62756948e-05, -1)
  626. Part4.TopSurface = Enum.SurfaceType.Smooth
  627. Part4.Color = Color3.new(1, 0.8, 0.6)
  628. Part4.Position = Vector3.new(-77.8778534, 3.00016689, 67.9689102)
  629. Part4.Orientation = Vector3.new(0, 180, 180)
  630. Part4.Color = Color3.new(1, 0.8, 0.6)
  631. Part5.Parent = Model1
  632. Part5.Material = Enum.Material.Neon
  633. Part5.BrickColor = BrickColor.new("Really red")
  634. Part5.Rotation = Vector3.new(-179.98999, 0.0199999996, -175.059998)
  635. Part5.Anchored = true
  636. Part5.CanCollide = false
  637. Part5.FormFactor = Enum.FormFactor.Custom
  638. Part5.Size = Vector3.new(0.0500000007, 1.91800082, 1.16999972)
  639. Part5.CFrame = CFrame.new(-79.0512848, 1.17125535, 68.0216827, -0.996278524, 0.0861929879, 0.00039684106, 0.0861930475, 0.996278524, 0.000120242592, -0.000385000167, 0.000154000038, -1)
  640. Part5.BottomSurface = Enum.SurfaceType.Smooth
  641. Part5.TopSurface = Enum.SurfaceType.Smooth
  642. Part5.Color = Color3.new(1, 0, 0)
  643. Part5.Position = Vector3.new(-79.0512848, 1.17125535, 68.0216827)
  644. Part5.Orientation = Vector3.new(-0.00999999978, 179.979996, 4.94000006)
  645. Part5.Color = Color3.new(1, 0, 0)
  646. Part6.Parent = Model1
  647. Part6.Material = Enum.Material.SmoothPlastic
  648. Part6.BrickColor = BrickColor.new("Really black")
  649. Part6.Rotation = Vector3.new(180, 0.0199999996, 174.610001)
  650. Part6.Anchored = true
  651. Part6.CanCollide = false
  652. Part6.FormFactor = Enum.FormFactor.Custom
  653. Part6.Size = Vector3.new(0.26000002, 3.79799938, 1.13999975)
  654. Part6.CFrame = CFrame.new(-76.7488022, 2.1413517, 68.017746, -0.995582223, -0.0938939974, 0.000414724054, -0.0938940197, 0.995582223, -2.01489129e-05, -0.000411000074, -5.90000018e-05, -1)
  655. Part6.BottomSurface = Enum.SurfaceType.Smooth
  656. Part6.TopSurface = Enum.SurfaceType.Smooth
  657. Part6.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  658. Part6.Position = Vector3.new(-76.7488022, 2.1413517, 68.017746)
  659. Part6.Orientation = Vector3.new(0, 179.979996, -5.38999987)
  660. Part6.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  661. Part7.Parent = Model1
  662. Part7.Material = Enum.Material.SmoothPlastic
  663. Part7.BrickColor = BrickColor.new("Really black")
  664. Part7.Rotation = Vector3.new(-180, 0.0199999996, 180)
  665. Part7.Anchored = true
  666. Part7.CanCollide = false
  667. Part7.FormFactor = Enum.FormFactor.Custom
  668. Part7.Size = Vector3.new(0.339999378, 2.07800055, 1.03999972)
  669. Part7.CFrame = CFrame.new(-78.7115326, 3.00300574, 67.96698, -1.00000465, -2.01862562e-08, 0.000412001566, 3.69482223e-13, 1, 4.89997983e-05, -0.000412001566, 4.89995145e-05, -1.00000465)
  670. Part7.BottomSurface = Enum.SurfaceType.Smooth
  671. Part7.TopSurface = Enum.SurfaceType.Smooth
  672. Part7.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  673. Part7.Position = Vector3.new(-78.7115326, 3.00300574, 67.96698)
  674. Part7.Orientation = Vector3.new(0, 179.979996, 0)
  675. Part7.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  676. Part8.Parent = Model1
  677. Part8.Material = Enum.Material.Neon
  678. Part8.BrickColor = BrickColor.new("Really red")
  679. Part8.Rotation = Vector3.new(-180, 0.0199999996, 180)
  680. Part8.Anchored = true
  681. Part8.CanCollide = false
  682. Part8.FormFactor = Enum.FormFactor.Custom
  683. Part8.Size = Vector3.new(1.94999981, 0.778000236, 0.109999791)
  684. Part8.CFrame = CFrame.new(-77.9062576, 3.68302608, 67.5223465, -1.00000465, -2.01862562e-08, 0.000412001566, 3.69482223e-13, 1, 4.89997983e-05, -0.000412001566, 4.89995145e-05, -1.00000465)
  685. Part8.BottomSurface = Enum.SurfaceType.Smooth
  686. Part8.TopSurface = Enum.SurfaceType.Smooth
  687. Part8.Color = Color3.new(1, 0, 0)
  688. Part8.Position = Vector3.new(-77.9062576, 3.68302608, 67.5223465)
  689. Part8.Orientation = Vector3.new(0, 179.979996, 0)
  690. Part8.Color = Color3.new(1, 0, 0)
  691. Part9.Parent = Model1
  692. Part9.Material = Enum.Material.Neon
  693. Part9.BrickColor = BrickColor.new("Really red")
  694. Part9.Rotation = Vector3.new(180, 0.0199999996, 174.610001)
  695. Part9.Anchored = true
  696. Part9.CanCollide = false
  697. Part9.FormFactor = Enum.FormFactor.Custom
  698. Part9.Size = Vector3.new(0.0500000007, 2.0580008, 1.16999972)
  699. Part9.CFrame = CFrame.new(-76.6643295, 1.24533391, 68.0228119, -0.995582223, -0.0938939974, 0.000414724054, -0.0938940197, 0.995582223, -2.01489129e-05, -0.000411000074, -5.90000018e-05, -1)
  700. Part9.BottomSurface = Enum.SurfaceType.Smooth
  701. Part9.TopSurface = Enum.SurfaceType.Smooth
  702. Part9.Color = Color3.new(1, 0, 0)
  703. Part9.Position = Vector3.new(-76.6643295, 1.24533391, 68.0228119)
  704. Part9.Orientation = Vector3.new(0, 179.979996, -5.38999987)
  705. Part9.Color = Color3.new(1, 0, 0)
  706. Part10.Parent = Model1
  707. Part10.Material = Enum.Material.SmoothPlastic
  708. Part10.BrickColor = BrickColor.new("Really black")
  709. Part10.Rotation = Vector3.new(-180, 0.0199999996, 180)
  710. Part10.Anchored = true
  711. Part10.CanCollide = false
  712. Part10.FormFactor = Enum.FormFactor.Custom
  713. Part10.Size = Vector3.new(2.03999972, 2.07800055, 0.43999961)
  714. Part10.CFrame = CFrame.new(-77.8613586, 3.00302076, 67.6673279, -1.00000465, -2.01862562e-08, 0.000412001566, 3.69482223e-13, 1, 4.89997983e-05, -0.000412001566, 4.89995145e-05, -1.00000465)
  715. Part10.BottomSurface = Enum.SurfaceType.Smooth
  716. Part10.TopSurface = Enum.SurfaceType.Smooth
  717. Part10.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  718. Part10.Position = Vector3.new(-77.8613586, 3.00302076, 67.6673279)
  719. Part10.Orientation = Vector3.new(0, 179.979996, 0)
  720. Part10.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  721. Part11.Parent = Model1
  722. Part11.Material = Enum.Material.SmoothPlastic
  723. Part11.BrickColor = BrickColor.new("Really black")
  724. Part11.Rotation = Vector3.new(-180, 0.0199999996, 180)
  725. Part11.Anchored = true
  726. Part11.CanCollide = false
  727. Part11.FormFactor = Enum.FormFactor.Custom
  728. Part11.Size = Vector3.new(0.63999939, 0.748000264, 1.03999972)
  729. Part11.CFrame = CFrame.new(-77.1614304, 3.66800475, 67.9676514, -1.00000465, -2.01862562e-08, 0.000412001566, 3.69482223e-13, 1, 4.89997983e-05, -0.000412001566, 4.89995145e-05, -1.00000465)
  730. Part11.BottomSurface = Enum.SurfaceType.Smooth
  731. Part11.TopSurface = Enum.SurfaceType.Smooth
  732. Part11.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  733. Part11.Position = Vector3.new(-77.1614304, 3.66800475, 67.9676514)
  734. Part11.Orientation = Vector3.new(0, 179.979996, 0)
  735. Part11.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  736. Part12.Parent = Model1
  737. Part12.Material = Enum.Material.SmoothPlastic
  738. Part12.BrickColor = BrickColor.new("Really black")
  739. Part12.Rotation = Vector3.new(-179.98999, 0.0199999996, -175.059998)
  740. Part12.Anchored = true
  741. Part12.CanCollide = false
  742. Part12.FormFactor = Enum.FormFactor.Custom
  743. Part12.Size = Vector3.new(0.26000002, 3.79799938, 1.13999975)
  744. Part12.CFrame = CFrame.new(-78.9659119, 2.15757179, 68.0168304, -0.996278524, 0.0861929879, 0.00039684106, 0.0861930475, 0.996278524, 0.000120242592, -0.000385000167, 0.000154000038, -1)
  745. Part12.BottomSurface = Enum.SurfaceType.Smooth
  746. Part12.TopSurface = Enum.SurfaceType.Smooth
  747. Part12.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  748. Part12.Position = Vector3.new(-78.9659119, 2.15757179, 68.0168304)
  749. Part12.Orientation = Vector3.new(-0.00999999978, 179.979996, 4.94000006)
  750. Part12.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  751. Part13.Parent = Model1
  752. Part13.Material = Enum.Material.SmoothPlastic
  753. Part13.BrickColor = BrickColor.new("Really black")
  754. Part13.Rotation = Vector3.new(-180, 0.0199999996, 180)
  755. Part13.Anchored = true
  756. Part13.CanCollide = false
  757. Part13.FormFactor = Enum.FormFactor.Custom
  758. Part13.Size = Vector3.new(0.61999929, 0.748000264, 1.03999972)
  759. Part13.CFrame = CFrame.new(-78.5715332, 3.66800499, 67.9670563, -1.00000465, -2.01862562e-08, 0.000412001566, 3.69482223e-13, 1, 4.89997983e-05, -0.000412001566, 4.89995145e-05, -1.00000465)
  760. Part13.BottomSurface = Enum.SurfaceType.Smooth
  761. Part13.TopSurface = Enum.SurfaceType.Smooth
  762. Part13.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  763. Part13.Position = Vector3.new(-78.5715332, 3.66800499, 67.9670563)
  764. Part13.Orientation = Vector3.new(0, 179.979996, 0)
  765. Part13.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  766. Part14.Parent = Model1
  767. Part14.Material = Enum.Material.SmoothPlastic
  768. Part14.BrickColor = BrickColor.new("Really black")
  769. Part14.Rotation = Vector3.new(-180, 0.0199999996, 180)
  770. Part14.Anchored = true
  771. Part14.CanCollide = false
  772. Part14.FormFactor = Enum.FormFactor.Custom
  773. Part14.Size = Vector3.new(0.339999378, 2.07800055, 1.03999972)
  774. Part14.CFrame = CFrame.new(-77.011528, 3.00300574, 67.9676819, -1.00000465, -2.01862562e-08, 0.000412001566, 3.69482223e-13, 1, 4.89997983e-05, -0.000412001566, 4.89995145e-05, -1.00000465)
  775. Part14.BottomSurface = Enum.SurfaceType.Smooth
  776. Part14.TopSurface = Enum.SurfaceType.Smooth
  777. Part14.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  778. Part14.Position = Vector3.new(-77.011528, 3.00300574, 67.9676819)
  779. Part14.Orientation = Vector3.new(0, 179.979996, 0)
  780. Part14.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  781. Part15.Parent = Model1
  782. Part15.Material = Enum.Material.Ice
  783. Part15.BrickColor = BrickColor.new("Black")
  784. Part15.Rotation = Vector3.new(-89.9899979, 15.0099993, 179.979996)
  785. Part15.Anchored = true
  786. Part15.CanCollide = false
  787. Part15.FormFactor = Enum.FormFactor.Custom
  788. Part15.Size = Vector3.new(0.399999499, 1, 0.699999928)
  789. Part15.CFrame = CFrame.new(-77.2257233, 4.12555265, 68.1891327, -0.965894401, -0.000356882752, 0.258935839, 0.258935839, -4.90302482e-05, 0.96589458, -0.000332015392, 1, 0.000139767784)
  790. Part15.BottomSurface = Enum.SurfaceType.Smooth
  791. Part15.TopSurface = Enum.SurfaceType.Smooth
  792. Part15.Color = Color3.new(0.105882, 0.164706, 0.207843)
  793. Part15.Position = Vector3.new(-77.2257233, 4.12555265, 68.1891327)
  794. Part15.Orientation = Vector3.new(-74.9899979, 89.9700012, 90.0099945)
  795. Part15.Color = Color3.new(0.105882, 0.164706, 0.207843)
  796. SpecialMesh16.Parent = Part15
  797. SpecialMesh16.MeshId = "rbxassetid://437432504"
  798. SpecialMesh16.Scale = Vector3.new(0.00999999978, 0.0199999996, 0.00999999978)
  799. SpecialMesh16.MeshType = Enum.MeshType.FileMesh
  800. SpecialMesh16.Scale = Vector3.new(0.00999999978, 0.0199999996, 0.00999999978)
  801. Part17.Parent = Model1
  802. Part17.Material = Enum.Material.Ice
  803. Part17.BrickColor = BrickColor.new("Black")
  804. Part17.Rotation = Vector3.new(-90, -14.9899998, 179.979996)
  805. Part17.Anchored = true
  806. Part17.CanCollide = false
  807. Part17.FormFactor = Enum.FormFactor.Custom
  808. Part17.Size = Vector3.new(0.399999499, 1, 0.699999928)
  809. Part17.CFrame = CFrame.new(-78.5291367, 4.0998354, 68.1886673, -0.965958357, -0.00035745994, -0.258697659, -0.258697659, -4.91204846e-05, 0.965958416, -0.000357998797, 1, -4.50257139e-05)
  810. Part17.BottomSurface = Enum.SurfaceType.Smooth
  811. Part17.TopSurface = Enum.SurfaceType.Smooth
  812. Part17.Color = Color3.new(0.105882, 0.164706, 0.207843)
  813. Part17.Position = Vector3.new(-78.5291367, 4.0998354, 68.1886673)
  814. Part17.Orientation = Vector3.new(-75.0100021, -90.0099945, -90.0099945)
  815. Part17.Color = Color3.new(0.105882, 0.164706, 0.207843)
  816. SpecialMesh18.Parent = Part17
  817. SpecialMesh18.MeshId = "rbxassetid://437432504"
  818. SpecialMesh18.Scale = Vector3.new(0.00999999978, 0.0199999996, 0.00999999978)
  819. SpecialMesh18.MeshType = Enum.MeshType.FileMesh
  820. SpecialMesh18.Scale = Vector3.new(0.00999999978, 0.0199999996, 0.00999999978)
  821. Part19.Parent = Model1
  822. Part19.Material = Enum.Material.Ice
  823. Part19.BrickColor = BrickColor.new("Black")
  824. Part19.Rotation = Vector3.new(-90, -14.9899998, 179.979996)
  825. Part19.Anchored = true
  826. Part19.CanCollide = false
  827. Part19.FormFactor = Enum.FormFactor.Custom
  828. Part19.Size = Vector3.new(0.399999499, 1, 0.699999928)
  829. Part19.CFrame = CFrame.new(-78.5289612, 4.09985685, 67.6886597, -0.965958357, -0.00035745994, -0.258697659, -0.258697659, -4.91204846e-05, 0.965958416, -0.000357998797, 1, -4.50257139e-05)
  830. Part19.BottomSurface = Enum.SurfaceType.Smooth
  831. Part19.TopSurface = Enum.SurfaceType.Smooth
  832. Part19.Color = Color3.new(0.105882, 0.164706, 0.207843)
  833. Part19.Position = Vector3.new(-78.5289612, 4.09985685, 67.6886597)
  834. Part19.Orientation = Vector3.new(-75.0100021, -90.0099945, -90.0099945)
  835. Part19.Color = Color3.new(0.105882, 0.164706, 0.207843)
  836. SpecialMesh20.Parent = Part19
  837. SpecialMesh20.MeshId = "rbxassetid://437432504"
  838. SpecialMesh20.Scale = Vector3.new(0.00999999978, 0.0199999996, 0.00999999978)
  839. SpecialMesh20.MeshType = Enum.MeshType.FileMesh
  840. SpecialMesh20.Scale = Vector3.new(0.00999999978, 0.0199999996, 0.00999999978)
  841. Part21.Parent = Model1
  842. Part21.Material = Enum.Material.Ice
  843. Part21.BrickColor = BrickColor.new("Black")
  844. Part21.Rotation = Vector3.new(-90, 0.00999999978, 134.979996)
  845. Part21.Anchored = true
  846. Part21.CanCollide = false
  847. Part21.FormFactor = Enum.FormFactor.Custom
  848. Part21.Size = Vector3.new(0.399999499, 1, 0.699999928)
  849. Part21.CFrame = CFrame.new(-78.2032242, 4.09985018, 67.0802307, -0.706854165, -0.707359314, 0.000120877783, 0.000123484657, 4.74895205e-05, 1, -0.707359314, 0.706854105, 5.37798551e-05)
  850. Part21.BottomSurface = Enum.SurfaceType.Smooth
  851. Part21.TopSurface = Enum.SurfaceType.Smooth
  852. Part21.Color = Color3.new(0.105882, 0.164706, 0.207843)
  853. Part21.Position = Vector3.new(-78.2032242, 4.09985018, 67.0802307)
  854. Part21.Orientation = Vector3.new(-90, 134.979996, 0)
  855. Part21.Color = Color3.new(0.105882, 0.164706, 0.207843)
  856. SpecialMesh22.Parent = Part21
  857. SpecialMesh22.MeshId = "rbxassetid://437432504"
  858. SpecialMesh22.Scale = Vector3.new(0.00999999978, 0.0199999996, 0.00999999978)
  859. SpecialMesh22.MeshType = Enum.MeshType.FileMesh
  860. SpecialMesh22.Scale = Vector3.new(0.00999999978, 0.0199999996, 0.00999999978)
  861. Part23.Parent = Model1
  862. Part23.Material = Enum.Material.Ice
  863. Part23.BrickColor = BrickColor.new("Black")
  864. Part23.Rotation = Vector3.new(-90, 0.00999999978, -150.020004)
  865. Part23.Anchored = true
  866. Part23.CanCollide = false
  867. Part23.FormFactor = Enum.FormFactor.Custom
  868. Part23.Size = Vector3.new(0.399999499, 1, 0.699999928)
  869. Part23.CFrame = CFrame.new(-77.2388077, 4.12559319, 67.365921, -0.866203785, 0.49969089, 0.000123095379, 8.23280643e-05, -0.000103629071, 1, 0.49969089, 0.866203785, 4.86253048e-05)
  870. Part23.BottomSurface = Enum.SurfaceType.Smooth
  871. Part23.TopSurface = Enum.SurfaceType.Smooth
  872. Part23.Color = Color3.new(0.105882, 0.164706, 0.207843)
  873. Part23.Position = Vector3.new(-77.2388077, 4.12559319, 67.365921)
  874. Part23.Orientation = Vector3.new(-90, -150.020004, 0)
  875. Part23.Color = Color3.new(0.105882, 0.164706, 0.207843)
  876. SpecialMesh24.Parent = Part23
  877. SpecialMesh24.MeshId = "rbxassetid://437432504"
  878. SpecialMesh24.Scale = Vector3.new(0.00999999978, 0.0199999996, 0.00999999978)
  879. SpecialMesh24.MeshType = Enum.MeshType.FileMesh
  880. SpecialMesh24.Scale = Vector3.new(0.00999999978, 0.0199999996, 0.00999999978)
  881. Part25.Parent = Model1
  882. Part25.Material = Enum.Material.Ice
  883. Part25.BrickColor = BrickColor.new("Black")
  884. Part25.Rotation = Vector3.new(-90, 0.00999999978, -135.020004)
  885. Part25.Anchored = true
  886. Part25.CanCollide = false
  887. Part25.FormFactor = Enum.FormFactor.Custom
  888. Part25.Size = Vector3.new(0.399999499, 1, 0.699999928)
  889. Part25.CFrame = CFrame.new(-77.5215683, 4.12564182, 67.0829773, -0.707359254, 0.706854224, 0.0001229974, 5.24813586e-05, -0.000121487923, 1, 0.706854224, 0.707359254, 4.88389414e-05)
  890. Part25.BottomSurface = Enum.SurfaceType.Smooth
  891. Part25.TopSurface = Enum.SurfaceType.Smooth
  892. Part25.Color = Color3.new(0.105882, 0.164706, 0.207843)
  893. Part25.Position = Vector3.new(-77.5215683, 4.12564182, 67.0829773)
  894. Part25.Orientation = Vector3.new(-90, -135.020004, 0)
  895. Part25.Color = Color3.new(0.105882, 0.164706, 0.207843)
  896. SpecialMesh26.Parent = Part25
  897. SpecialMesh26.MeshId = "rbxassetid://437432504"
  898. SpecialMesh26.Scale = Vector3.new(0.00999999978, 0.0199999996, 0.00999999978)
  899. SpecialMesh26.MeshType = Enum.MeshType.FileMesh
  900. SpecialMesh26.Scale = Vector3.new(0.00999999978, 0.0199999996, 0.00999999978)
  901. Part27.Parent = Model1
  902. Part27.Material = Enum.Material.Ice
  903. Part27.BrickColor = BrickColor.new("Black")
  904. Part27.Rotation = Vector3.new(-89.9899979, 15.0099993, 179.979996)
  905. Part27.Anchored = true
  906. Part27.CanCollide = false
  907. Part27.FormFactor = Enum.FormFactor.Custom
  908. Part27.Size = Vector3.new(0.399999499, 1, 0.699999928)
  909. Part27.CFrame = CFrame.new(-77.2255096, 4.12558365, 67.5891266, -0.965894401, -0.000356882752, 0.258935839, 0.258935839, -4.90302482e-05, 0.96589458, -0.000332015392, 1, 0.000139767784)
  910. Part27.BottomSurface = Enum.SurfaceType.Smooth
  911. Part27.TopSurface = Enum.SurfaceType.Smooth
  912. Part27.Color = Color3.new(0.105882, 0.164706, 0.207843)
  913. Part27.Position = Vector3.new(-77.2255096, 4.12558365, 67.5891266)
  914. Part27.Orientation = Vector3.new(-74.9899979, 89.9700012, 90.0099945)
  915. Part27.Color = Color3.new(0.105882, 0.164706, 0.207843)
  916. SpecialMesh28.Parent = Part27
  917. SpecialMesh28.MeshId = "rbxassetid://437432504"
  918. SpecialMesh28.Scale = Vector3.new(0.00999999978, 0.0199999996, 0.00999999978)
  919. SpecialMesh28.MeshType = Enum.MeshType.FileMesh
  920. SpecialMesh28.Scale = Vector3.new(0.00999999978, 0.0199999996, 0.00999999978)
  921. Part29.Parent = Model1
  922. Part29.Material = Enum.Material.Ice
  923. Part29.BrickColor = BrickColor.new("Black")
  924. Part29.Rotation = Vector3.new(-90, 0.00999999978, 149.979996)
  925. Part29.Anchored = true
  926. Part29.CanCollide = false
  927. Part29.FormFactor = Enum.FormFactor.Custom
  928. Part29.Size = Vector3.new(0.399999499, 1, 0.699999928)
  929. Part29.CFrame = CFrame.new(-78.4154282, 4.09986591, 67.2922897, -0.865846992, -0.50030905, 0.000120519209, 0.00013132258, 1.3619534e-05, 1, -0.50030905, 0.865846992, 5.39094326e-05)
  930. Part29.BottomSurface = Enum.SurfaceType.Smooth
  931. Part29.TopSurface = Enum.SurfaceType.Smooth
  932. Part29.Color = Color3.new(0.105882, 0.164706, 0.207843)
  933. Part29.Position = Vector3.new(-78.4154282, 4.09986591, 67.2922897)
  934. Part29.Orientation = Vector3.new(-90, 149.979996, 0)
  935. Part29.Color = Color3.new(0.105882, 0.164706, 0.207843)
  936. SpecialMesh30.Parent = Part29
  937. SpecialMesh30.MeshId = "rbxassetid://437432504"
  938. SpecialMesh30.Scale = Vector3.new(0.00999999978, 0.0199999996, 0.00999999978)
  939. SpecialMesh30.MeshType = Enum.MeshType.FileMesh
  940. SpecialMesh30.Scale = Vector3.new(0.00999999978, 0.0199999996, 0.00999999978)
  941. Part31.Parent = Model1
  942. Part31.Material = Enum.Material.Neon
  943. Part31.BrickColor = BrickColor.new("Really red")
  944. Part31.Rotation = Vector3.new(-180, 0.0199999996, 140)
  945. Part31.Anchored = true
  946. Part31.CanCollide = false
  947. Part31.FormFactor = Enum.FormFactor.Custom
  948. Part31.Size = Vector3.new(1.33999908, 0.0500000007, 0.43999961)
  949. Part31.CFrame = CFrame.new(-78.4640808, 2.52961612, 67.6334152, -0.766044021, -0.642787993, 0.000412892521, -0.642787993, 0.766044199, 4.62145072e-05, -0.000346000015, -0.000230000005, -1)
  950. Part31.BottomSurface = Enum.SurfaceType.Smooth
  951. Part31.TopSurface = Enum.SurfaceType.Smooth
  952. Part31.Color = Color3.new(1, 0, 0)
  953. Part31.Position = Vector3.new(-78.4640808, 2.52961612, 67.6334152)
  954. Part31.Orientation = Vector3.new(0, 179.979996, -40)
  955. Part31.Color = Color3.new(1, 0, 0)
  956. Part32.Parent = Model1
  957. Part32.Material = Enum.Material.Neon
  958. Part32.BrickColor = BrickColor.new("Really red")
  959. Part32.Rotation = Vector3.new(-180, 0.0199999996, -150)
  960. Part32.Anchored = true
  961. Part32.CanCollide = false
  962. Part32.FormFactor = Enum.FormFactor.Custom
  963. Part32.Size = Vector3.new(1.14999926, 0.0500000007, 0.43999961)
  964. Part32.CFrame = CFrame.new(-77.2380981, 2.54341984, 67.6339722, -0.866025269, 0.500000119, 0.000412520603, 0.500000179, 0.866025329, 5.05062853e-05, -0.000332000112, 0.00025000007, -1)
  965. Part32.BottomSurface = Enum.SurfaceType.Smooth
  966. Part32.TopSurface = Enum.SurfaceType.Smooth
  967. Part32.Color = Color3.new(1, 0, 0)
  968. Part32.Position = Vector3.new(-77.2380981, 2.54341984, 67.6339722)
  969. Part32.Orientation = Vector3.new(0, 179.979996, 30)
  970. Part32.Color = Color3.new(1, 0, 0)
  971. Part33.Parent = Model1
  972. Part33.Material = Enum.Material.Neon
  973. Part33.BrickColor = BrickColor.new("Really red")
  974. Part33.Rotation = Vector3.new(-180, 0.0199999996, 180)
  975. Part33.Anchored = true
  976. Part33.CanCollide = false
  977. Part33.FormFactor = Enum.FormFactor.Custom
  978. Part33.Size = Vector3.new(0.0500000007, 1.23000026, 0.43999961)
  979. Part33.CFrame = CFrame.new(-77.7270355, 3.42889428, 67.6337891, -1.00000465, -2.01862562e-08, 0.000412001566, 3.69482223e-13, 1, 4.89997983e-05, -0.000412001566, 4.89995145e-05, -1.00000465)
  980. Part33.BottomSurface = Enum.SurfaceType.Smooth
  981. Part33.TopSurface = Enum.SurfaceType.Smooth
  982. Part33.Color = Color3.new(1, 0, 0)
  983. Part33.Position = Vector3.new(-77.7270355, 3.42889428, 67.6337891)
  984. Part33.Orientation = Vector3.new(0, 179.979996, 0)
  985. Part33.Color = Color3.new(1, 0, 0)
  986. Part34.Parent = Model1
  987. Part34.Material = Enum.Material.Neon
  988. Part34.BrickColor = BrickColor.new("Really red")
  989. Part34.Rotation = Vector3.new(-180, 0.0199999996, 180)
  990. Part34.Anchored = true
  991. Part34.CanCollide = false
  992. Part34.FormFactor = Enum.FormFactor.Custom
  993. Part34.Size = Vector3.new(0.0500000007, 1.10000098, 0.43999961)
  994. Part34.CFrame = CFrame.new(-77.9625778, 3.49389386, 67.6336823, -1.00000465, -2.01862562e-08, 0.000412001566, 3.69482223e-13, 1, 4.89997983e-05, -0.000412001566, 4.89995145e-05, -1.00000465)
  995. Part34.BottomSurface = Enum.SurfaceType.Smooth
  996. Part34.TopSurface = Enum.SurfaceType.Smooth
  997. Part34.Color = Color3.new(1, 0, 0)
  998. Part34.Position = Vector3.new(-77.9625778, 3.49389386, 67.6336823)
  999. Part34.Orientation = Vector3.new(0, 179.979996, 0)
  1000. Part34.Color = Color3.new(1, 0, 0)
  1001. Part35.Parent = Model1
  1002. Part35.Material = Enum.Material.Neon
  1003. Part35.BrickColor = BrickColor.new("Really red")
  1004. Part35.Rotation = Vector3.new(-179.98999, 0.0199999996, -175.059998)
  1005. Part35.Anchored = true
  1006. Part35.CanCollide = false
  1007. Part35.FormFactor = Enum.FormFactor.Custom
  1008. Part35.Size = Vector3.new(0.0500000007, 3.85799909, 1.14999986)
  1009. Part35.CFrame = CFrame.new(-78.9676361, 2.13764286, 68.0318298, -0.996278524, 0.0861929879, 0.00039684106, 0.0861930475, 0.996278524, 0.000120242592, -0.000385000167, 0.000154000038, -1)
  1010. Part35.BottomSurface = Enum.SurfaceType.Smooth
  1011. Part35.TopSurface = Enum.SurfaceType.Smooth
  1012. Part35.Color = Color3.new(1, 0, 0)
  1013. Part35.Position = Vector3.new(-78.9676361, 2.13764286, 68.0318298)
  1014. Part35.Orientation = Vector3.new(-0.00999999978, 179.979996, 4.94000006)
  1015. Part35.Color = Color3.new(1, 0, 0)
  1016. Part36.Parent = Model1
  1017. Part36.Material = Enum.Material.Neon
  1018. Part36.BrickColor = BrickColor.new("Really red")
  1019. Part36.Rotation = Vector3.new(180, 0.0199999996, 174.610001)
  1020. Part36.Anchored = true
  1021. Part36.CanCollide = false
  1022. Part36.FormFactor = Enum.FormFactor.Custom
  1023. Part36.Size = Vector3.new(0.0500000007, 3.85799932, 1.14999974)
  1024. Part36.CFrame = CFrame.new(-76.7488022, 2.14135766, 68.0327454, -0.995582223, -0.0938939974, 0.000414724054, -0.0938940197, 0.995582223, -2.01489129e-05, -0.000411000074, -5.90000018e-05, -1)
  1025. Part36.BottomSurface = Enum.SurfaceType.Smooth
  1026. Part36.TopSurface = Enum.SurfaceType.Smooth
  1027. Part36.Color = Color3.new(1, 0, 0)
  1028. Part36.Position = Vector3.new(-76.7488022, 2.14135766, 68.0327454)
  1029. Part36.Orientation = Vector3.new(0, 179.979996, -5.38999987)
  1030. Part36.Color = Color3.new(1, 0, 0)
  1031. Part37.Parent = Model1
  1032. Part37.Material = Enum.Material.SmoothPlastic
  1033. Part37.Transparency = 1
  1034. Part37.Rotation = Vector3.new(90, 0.0199999996, 180)
  1035. Part37.Anchored = true
  1036. Part37.FormFactor = Enum.FormFactor.Custom
  1037. Part37.Size = Vector3.new(1.9000001, 1, 2)
  1038. Part37.CFrame = CFrame.new(-77.889267, 3.01040053, 67.9884949, -1, -2.01907824e-08, 0.000411995832, -0.000411995774, 4.89995655e-05, -1, 0, -1, -4.89995728e-05)
  1039. Part37.BottomSurface = Enum.SurfaceType.Smooth
  1040. Part37.TopSurface = Enum.SurfaceType.Smooth
  1041. Part37.Position = Vector3.new(-77.889267, 3.01040053, 67.9884949)
  1042. Part37.Orientation = Vector3.new(90, -180, 0)
  1043. ParticleEmitter38.Name = "Void"
  1044. ParticleEmitter38.Parent = Part37
  1045. ParticleEmitter38.Transparency = NumberSequence.new(0,0.78750002384186,1)
  1046. ParticleEmitter38.Rotation = NumberRange.new(100, 100)
  1047. ParticleEmitter38.Size = NumberSequence.new(0.50000011920929,1.3749998807907)
  1048. ParticleEmitter38.Color = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(1, 0, 0.0156863))
  1049. ParticleEmitter38.Texture = "rbxassetid://341277531"
  1050. ParticleEmitter38.ZOffset = -1
  1051. ParticleEmitter38.Lifetime = NumberRange.new(0.5, 0.5)
  1052. ParticleEmitter38.Rate = 1000
  1053. ParticleEmitter38.RotSpeed = NumberRange.new(-20, -10)
  1054. ParticleEmitter38.Speed = NumberRange.new(0, 0)
  1055. ParticleEmitter38.Color = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(1, 0, 0.0156863))
  1056. Part39.Parent = Model1
  1057. Part39.Material = Enum.Material.Neon
  1058. Part39.BrickColor = BrickColor.new("Really red")
  1059. Part39.Rotation = Vector3.new(83.7299957, 71.2900009, -88.6399994)
  1060. Part39.Anchored = true
  1061. Part39.CanCollide = false
  1062. Part39.Size = Vector3.new(0.088407591, 0.176815182, 0.412914902)
  1063. Part39.CFrame = CFrame.new(-80.9609222, 4.06732559, 66.8783646, 0.00759400381, 0.320662409, 0.947163165, -0.0868270025, 0.943824589, -0.318835974, -0.996194482, -0.0798180923, 0.0350095592)
  1064. Part39.Color = Color3.new(1, 0, 0)
  1065. Part39.Position = Vector3.new(-80.9609222, 4.06732559, 66.8783646)
  1066. Part39.Orientation = Vector3.new(18.5900002, 87.8799973, -5.25999975)
  1067. Part39.Color = Color3.new(1, 0, 0)
  1068. Part40.Parent = Model1
  1069. Part40.Material = Enum.Material.Neon
  1070. Part40.BrickColor = BrickColor.new("Really red")
  1071. Part40.Rotation = Vector3.new(-100.659996, -85.6100006, 84.3099976)
  1072. Part40.Anchored = true
  1073. Part40.CanCollide = false
  1074. Part40.Size = Vector3.new(0.088407591, 0.176815182, 0.70963335)
  1075. Part40.CFrame = CFrame.new(-80.1355591, 4.43367529, 66.8527222, 0.00759400381, -0.0761589408, -0.997066677, -0.0868270025, -0.993380606, 0.0752160549, -0.996194482, 0.0860012472, -0.01415639)
  1076. Part40.Color = Color3.new(1, 0, 0)
  1077. Part40.Position = Vector3.new(-80.1355591, 4.43367529, 66.8527222)
  1078. Part40.Orientation = Vector3.new(-4.30999994, -90.8099976, -175)
  1079. Part40.Color = Color3.new(1, 0, 0)
  1080. Part41.Parent = Model1
  1081. Part41.Material = Enum.Material.Neon
  1082. Part41.BrickColor = BrickColor.new("Really red")
  1083. Part41.Rotation = Vector3.new(84.9300003, 11.0199995, -89.5599976)
  1084. Part41.Anchored = true
  1085. Part41.CanCollide = false
  1086. Part41.Size = Vector3.new(0.088407591, 0.176815182, 0.309102625)
  1087. Part41.CFrame = CFrame.new(-81.8653641, 5.04024267, 66.7866592, 0.00759404665, 0.98153311, 0.191141799, -0.0868269652, 0.191072732, -0.977728844, -0.996194601, -0.00917136669, 0.086674653)
  1088. Part41.Color = Color3.new(1, 0, 0)
  1089. Part41.Position = Vector3.new(-81.8653641, 5.04024267, 66.7866592)
  1090. Part41.Orientation = Vector3.new(77.8899994, 65.6100006, -24.4399986)
  1091. Part41.Color = Color3.new(1, 0, 0)
  1092. Part42.Parent = Model1
  1093. Part42.Material = Enum.Material.Neon
  1094. Part42.BrickColor = BrickColor.new("Really red")
  1095. Part42.Rotation = Vector3.new(85.2099991, -23.7999992, -89.5199966)
  1096. Part42.Anchored = true
  1097. Part42.CanCollide = false
  1098. Part42.Size = Vector3.new(0.088407591, 0.176815182, 0.308566362)
  1099. Part42.CFrame = CFrame.new(-81.8024826, 5.49255276, 66.7477417, 0.00759404339, 0.914910614, -0.403585136, -0.0868269727, -0.401469499, -0.91174823, -0.996194482, 0.0419659801, 0.0763902515)
  1100. Part42.Color = Color3.new(1, 0, 0)
  1101. Part42.Position = Vector3.new(-81.8024826, 5.49255276, 66.7477417)
  1102. Part42.Orientation = Vector3.new(65.75, -79.2799988, -167.800003)
  1103. Part42.Color = Color3.new(1, 0, 0)
  1104. Part43.Parent = Model1
  1105. Part43.Material = Enum.Material.Neon
  1106. Part43.BrickColor = BrickColor.new("Really red")
  1107. Part43.Rotation = Vector3.new(-94.8699951, 14.4699993, 89.5499954)
  1108. Part43.Anchored = true
  1109. Part43.CanCollide = false
  1110. Part43.Size = Vector3.new(0.088407591, 0.176815182, 0.336720973)
  1111. Part43.CFrame = CFrame.new(-80.6370544, 6.32220268, 66.6842804, 0.00759398239, -0.968230307, 0.249944776, -0.0868269727, 0.248369485, 0.964766204, -0.996194482, -0.0290283635, -0.0821823999)
  1112. Part43.Color = Color3.new(1, 0, 0)
  1113. Part43.Position = Vector3.new(-80.6370544, 6.32220268, 66.6842804)
  1114. Part43.Orientation = Vector3.new(-74.75, 108.199997, -19.2700005)
  1115. Part43.Color = Color3.new(1, 0, 0)
  1116. Part44.Parent = Model1
  1117. Part44.Material = Enum.Material.Neon
  1118. Part44.BrickColor = BrickColor.new("Really red")
  1119. Part44.Rotation = Vector3.new(85.0899963, -9.59000015, -89.5599976)
  1120. Part44.Anchored = true
  1121. Part44.CanCollide = false
  1122. Part44.Size = Vector3.new(0.088407591, 0.176815182, 0.21673049)
  1123. Part44.CFrame = CFrame.new(-81.8764572, 5.26630545, 66.7668533, 0.00759404711, 0.98600018, -0.166571513, -0.0868269727, -0.165297091, -0.98241502, -0.996194601, 0.0219234154, 0.0843562484)
  1124. Part44.Color = Color3.new(1, 0, 0)
  1125. Part44.Position = Vector3.new(-81.8764572, 5.26630545, 66.7668533)
  1126. Part44.Orientation = Vector3.new(79.2399979, -63.1399994, -152.289993)
  1127. Part44.Color = Color3.new(1, 0, 0)
  1128. Part45.Parent = Model1
  1129. Part45.Material = Enum.Material.Neon
  1130. Part45.BrickColor = BrickColor.new("Really red")
  1131. Part45.Rotation = Vector3.new(-96.8299942, -76.7200012, 88.1100006)
  1132. Part45.Anchored = true
  1133. Part45.CanCollide = false
  1134. Part45.Size = Vector3.new(0.088407591, 0.176815182, 0.405543506)
  1135. Part45.CFrame = CFrame.new(-80.6731567, 4.50452137, 66.8424225, 0.00759399682, -0.229550794, -0.973267138, -0.0868270099, -0.96977073, 0.228048652, -0.996194482, 0.0827740654, -0.0272956435)
  1136. Part45.Color = Color3.new(1, 0, 0)
  1137. Part45.Position = Vector3.new(-80.6731567, 4.50452137, 66.8424225)
  1138. Part45.Orientation = Vector3.new(-13.1799994, -91.6100006, -174.87999)
  1139. Part45.Color = Color3.new(1, 0, 0)
  1140. Part46.Parent = Model1
  1141. Part46.Material = Enum.Material.Neon
  1142. Part46.BrickColor = BrickColor.new("Really red")
  1143. Part46.Rotation = Vector3.new(-95.3099976, -36.8199997, 89.4599991)
  1144. Part46.Anchored = true
  1145. Part46.CanCollide = false
  1146. Part46.Size = Vector3.new(0.088407591, 0.176815182, 0.39690578)
  1147. Part46.CFrame = CFrame.new(-80.3977356, 5.41454506, 66.765213, 0.0075939931, -0.800491452, -0.599296093, -0.086826995, -0.597578168, 0.797096491, -0.996194482, 0.0459820107, -0.0740423575)
  1148. Part46.Color = Color3.new(1, 0, 0)
  1149. Part46.Position = Vector3.new(-80.3977356, 5.41454506, 66.765213)
  1150. Part46.Orientation = Vector3.new(-52.8499985, -97.0400009, -171.729996)
  1151. Part46.Color = Color3.new(1, 0, 0)
  1152. Part47.Parent = Model1
  1153. Part47.Material = Enum.Material.Neon
  1154. Part47.BrickColor = BrickColor.new("Really red")
  1155. Part47.Rotation = Vector3.new(84.5599976, 46.8199997, -89.3600006)
  1156. Part47.Anchored = true
  1157. Part47.CanCollide = false
  1158. Part47.Size = Vector3.new(0.0884075835, 0.176815167, 0.322586983)
  1159. Part47.CFrame = CFrame.new(-79.551918, 4.24167252, 66.8738708, 0.00759400381, 0.684249878, 0.729208171, -0.0868270025, 0.726926208, -0.681204498, -0.996194482, -0.0581418909, 0.064931646)
  1160. Part47.Color = Color3.new(1, 0, 0)
  1161. Part47.Position = Vector3.new(-79.551918, 4.24167252, 66.8738708)
  1162. Part47.Orientation = Vector3.new(42.9399986, 84.909996, -6.80999994)
  1163. Part47.Color = Color3.new(1, 0, 0)
  1164. Part48.Parent = Model1
  1165. Part48.Material = Enum.Material.Neon
  1166. Part48.BrickColor = BrickColor.new("Really red")
  1167. Part48.Rotation = Vector3.new(-95.4899979, -49.5699997, 89.3299942)
  1168. Part48.Anchored = true
  1169. Part48.CanCollide = false
  1170. Part48.Size = Vector3.new(0.088407591, 0.176815182, 0.362818539)
  1171. Part48.CFrame = CFrame.new(-81.3364105, 4.80461454, 66.8112183, 0.0075939782, -0.648475409, -0.761197746, -0.086826995, -0.758772254, 0.645542979, -0.996194482, 0.0611902662, -0.0620672777)
  1172. Part48.Color = Color3.new(1, 0, 0)
  1173. Part48.Position = Vector3.new(-81.3364105, 4.80461454, 66.8112183)
  1174. Part48.Orientation = Vector3.new(-40.2099991, -94.659996, -173.470001)
  1175. Part48.Color = Color3.new(1, 0, 0)
  1176. Part49.Parent = Model1
  1177. Part49.Material = Enum.Material.Neon
  1178. Part49.BrickColor = BrickColor.new("Really red")
  1179. Part49.Rotation = Vector3.new(-95.0599976, -9.80000019, 89.5599976)
  1180. Part49.Anchored = true
  1181. Part49.CanCollide = false
  1182. Part49.Size = Vector3.new(0.088407591, 0.176815182, 0.327353835)
  1183. Part49.CFrame = CFrame.new(-80.649765, 6.0361166, 66.7091522, 0.00759398192, -0.985364258, -0.170292363, -0.0868269801, -0.170303956, 0.981559515, -0.996194482, 0.00733205071, -0.0868496001)
  1184. Part49.Color = Color3.new(1, 0, 0)
  1185. Part49.Position = Vector3.new(-80.649765, 6.0361166, 66.7091522)
  1186. Part49.Orientation = Vector3.new(-78.9799957, -117.019997, -152.98999)
  1187. Part49.Color = Color3.new(1, 0, 0)
  1188. Part50.Parent = Model1
  1189. Part50.Material = Enum.Material.Neon
  1190. Part50.BrickColor = BrickColor.new("Really red")
  1191. Part50.Rotation = Vector3.new(84.3799973, 55.5999985, -89.2299957)
  1192. Part50.Anchored = true
  1193. Part50.CanCollide = false
  1194. Part50.Size = Vector3.new(0.0884075835, 0.176815167, 0.425790519)
  1195. Part50.CFrame = CFrame.new(-80.3144913, 4.63437653, 66.8338547, 0.00759399822, 0.564875007, 0.825141549, -0.086826995, 0.822421789, -0.562214196, -0.996194482, -0.067375198, 0.0552919321)
  1196. Part50.Color = Color3.new(1, 0, 0)
  1197. Part50.Position = Vector3.new(-80.3144913, 4.63437653, 66.8338547)
  1198. Part50.Orientation = Vector3.new(34.2099991, 86.1699982, -6.02999973)
  1199. Part50.Color = Color3.new(1, 0, 0)
  1200. Part51.Parent = Model1
  1201. Part51.Material = Enum.Material.Neon
  1202. Part51.BrickColor = BrickColor.new("Really red")
  1203. Part51.Rotation = Vector3.new(-95.3399963, -39.7999992, 89.4300003)
  1204. Part51.Anchored = true
  1205. Part51.CanCollide = false
  1206. Part51.Size = Vector3.new(0.088407591, 0.176815182, 0.327353835)
  1207. Part51.CFrame = CFrame.new(-81.568718, 5.0362649, 66.7892685, 0.00759397354, -0.768200755, -0.640164018, -0.0868269876, -0.638271689, 0.76489979, -0.996194482, 0.0497749671, -0.0715476498)
  1208. Part51.Color = Color3.new(1, 0, 0)
  1209. Part51.Position = Vector3.new(-81.568718, 5.0362649, 66.7892685)
  1210. Part51.Orientation = Vector3.new(-49.8999977, -96.3799973, -172.25)
  1211. Part51.Color = Color3.new(1, 0, 0)
  1212. Part52.Parent = Model1
  1213. Part52.Material = Enum.Material.Neon
  1214. Part52.BrickColor = BrickColor.new("Really red")
  1215. Part52.Rotation = Vector3.new(84.909996, 13.75, -89.5499954)
  1216. Part52.Anchored = true
  1217. Part52.CanCollide = false
  1218. Part52.Size = Vector3.new(0.088407591, 0.152441859, 0.261689216)
  1219. Part52.CFrame = CFrame.new(-79.2731934, 3.62613988, 66.9296722, 0.00759404944, 0.971322894, 0.237643093, -0.0868269578, 0.237393051, -0.967526197, -0.996194601, -0.0132864155, 0.0861398876)
  1220. Part52.Color = Color3.new(1, 0, 0)
  1221. Part52.Position = Vector3.new(-79.2731934, 3.62613988, 66.9296722)
  1222. Part52.Orientation = Vector3.new(75.3600006, 70.0800018, -20.0900002)
  1223. Part52.Color = Color3.new(1, 0, 0)
  1224. Part53.Parent = Model1
  1225. Part53.Material = Enum.Material.Neon
  1226. Part53.BrickColor = BrickColor.new("Really red")
  1227. Part53.Rotation = Vector3.new(-96, -66.8199997, 88.8899994)
  1228. Part53.Anchored = true
  1229. Part53.CanCollide = false
  1230. Part53.Size = Vector3.new(0.088407591, 0.176815182, 0.39690578)
  1231. Part53.CFrame = CFrame.new(-81.0384674, 4.62372255, 66.8292542, 0.00759398937, -0.393595785, -0.919252217, -0.0868270025, -0.916067004, 0.391514659, -0.996194482, 0.0768428743, -0.0411313884)
  1232. Part53.Color = Color3.new(1, 0, 0)
  1233. Part53.Position = Vector3.new(-81.0384674, 4.62372255, 66.8292542)
  1234. Part53.Orientation = Vector3.new(-23.0499992, -92.5599976, -174.589996)
  1235. Part53.Color = Color3.new(1, 0, 0)
  1236. Part54.Parent = Model1
  1237. Part54.Material = Enum.Material.Neon
  1238. Part54.BrickColor = BrickColor.new("Really red")
  1239. Part54.Rotation = Vector3.new(84.6699982, 38.9399986, -89.4399948)
  1240. Part54.Anchored = true
  1241. Part54.CanCollide = false
  1242. Part54.Size = Vector3.new(0.088407591, 0.176815182, 0.224774137)
  1243. Part54.CFrame = CFrame.new(-79.3473053, 3.81352353, 66.9127808, 0.00759404106, 0.777735233, 0.628546178, -0.0868269429, 0.62670356, -0.774406195, -0.996194601, -0.0486939289, 0.0722876564)
  1244. Part54.Color = Color3.new(1, 0, 0)
  1245. Part54.Position = Vector3.new(-79.3473053, 3.81352353, 66.9127808)
  1246. Part54.Orientation = Vector3.new(50.75, 83.4399948, -7.88999987)
  1247. Part54.Color = Color3.new(1, 0, 0)
  1248. Part55.Parent = Model1
  1249. Part55.Material = Enum.Material.Neon
  1250. Part55.BrickColor = BrickColor.new("Really red")
  1251. Part55.Rotation = Vector3.new(84.9499969, 8.67999935, -89.5599976)
  1252. Part55.Anchored = true
  1253. Part55.CanCollide = false
  1254. Part55.Size = Vector3.new(0.0884075835, 0.176815167, 0.440075517)
  1255. Part55.CFrame = CFrame.new(-80.9358749, 5.58966732, 66.745842, 0.00759401359, 0.988516212, 0.150924504, -0.0868270248, 0.151010707, -0.984712243, -0.996194482, -0.00562642468, 0.0869768038)
  1256. Part55.Color = Color3.new(1, 0, 0)
  1257. Part55.Position = Vector3.new(-80.9358749, 5.58966732, 66.745842)
  1258. Part55.Orientation = Vector3.new(79.9700012, 60.0499992, -29.8999996)
  1259. Part55.Color = Color3.new(1, 0, 0)
  1260. Part56.Parent = Model1
  1261. Part56.Material = Enum.Material.Neon
  1262. Part56.BrickColor = BrickColor.new("Really red")
  1263. Part56.Rotation = Vector3.new(-95.3600006, -40.8099976, 89.4300003)
  1264. Part56.Anchored = true
  1265. Part56.CanCollide = false
  1266. Part56.Size = Vector3.new(0.0884075835, 0.131340966, 0.362350911)
  1267. Part56.CFrame = CFrame.new(-78.9142838, 3.24433255, 66.9656906, 0.00759393862, -0.756797194, -0.653605759, -0.0868270695, -0.651655555, 0.753530025, -0.996194482, 0.0510284826, -0.0706591904)
  1268. Part56.Color = Color3.new(1, 0, 0)
  1269. Part56.Position = Vector3.new(-78.9142838, 3.24433255, 66.9656906)
  1270. Part56.Orientation = Vector3.new(-48.8999977, -96.1699982, -172.410004)
  1271. Part56.Color = Color3.new(1, 0, 0)
  1272. Part57.Parent = Model1
  1273. Part57.Material = Enum.Material.Neon
  1274. Part57.BrickColor = BrickColor.new("Really red")
  1275. Part57.Rotation = Vector3.new(84.8099976, 25.5699997, -89.5199966)
  1276. Part57.Anchored = true
  1277. Part57.CanCollide = false
  1278. Part57.Size = Vector3.new(0.088407591, 0.176815182, 0.411184579)
  1279. Part57.CFrame = CFrame.new(-80.8216553, 5.2129941, 66.7795334, 0.00759400707, 0.902023971, 0.431619108, -0.0868270099, 0.430596471, -0.89835912, -0.996194482, -0.03065411, 0.0815900937)
  1280. Part57.Color = Color3.new(1, 0, 0)
  1281. Part57.Position = Vector3.new(-80.8216553, 5.2129941, 66.7795334)
  1282. Part57.Orientation = Vector3.new(63.9399986, 79.2999954, -11.3999996)
  1283. Part57.Color = Color3.new(1, 0, 0)
  1284. Part58.Parent = Model1
  1285. Part58.Material = Enum.Material.Neon
  1286. Part58.BrickColor = BrickColor.new("Really red")
  1287. Part58.Rotation = Vector3.new(-95.0999985, -15.5299997, 89.5499954)
  1288. Part58.Anchored = true
  1289. Part58.CanCollide = false
  1290. Part58.Size = Vector3.new(0.088407591, 0.176815182, 0.336720973)
  1291. Part58.CFrame = CFrame.new(-81.7013016, 5.29024553, 66.7661438, 0.00759396097, -0.963482916, -0.267661929, -0.0868269727, -0.267294198, 0.959695995, -0.996194482, 0.0159524158, -0.0856862366)
  1292. Part58.Color = Color3.new(1, 0, 0)
  1293. Part58.Position = Vector3.new(-81.7013016, 5.29024553, 66.7661438)
  1294. Part58.Orientation = Vector3.new(-73.6800003, -107.75, -162)
  1295. Part58.Color = Color3.new(1, 0, 0)
  1296. Part59.Parent = Model1
  1297. Part59.Material = Enum.Material.Neon
  1298. Part59.BrickColor = BrickColor.new("Really red")
  1299. Part59.Rotation = Vector3.new(84.8099976, 25.3699989, -89.5199966)
  1300. Part59.Anchored = true
  1301. Part59.CanCollide = false
  1302. Part59.Size = Vector3.new(0.0884075835, 0.176815167, 0.446891993)
  1303. Part59.CFrame = CFrame.new(-79.1539307, 3.58030295, 66.9345551, 0.00759401033, 0.90349108, 0.428539693, -0.0868270099, 0.427529603, -0.899822772, -0.996194482, -0.0303756148, 0.0816941932)
  1304. Part59.Color = Color3.new(1, 0, 0)
  1305. Part59.Position = Vector3.new(-79.1539307, 3.58030295, 66.9345551)
  1306. Part59.Orientation = Vector3.new(64.1299973, 79.2099991, -11.4799995)
  1307. Part59.Color = Color3.new(1, 0, 0)
  1308. Part60.Parent = Model1
  1309. Part60.Material = Enum.Material.Neon
  1310. Part60.BrickColor = BrickColor.new("Really red")
  1311. Part60.Rotation = Vector3.new(-94.8399963, 18.1599998, 89.5400009)
  1312. Part60.Anchored = true
  1313. Part60.CanCollide = false
  1314. Part60.Size = Vector3.new(0.0884075835, 0.176815167, 0.230464101)
  1315. Part60.CFrame = CFrame.new(-79.1577148, 3.89818358, 66.9068222, 0.0075939293, -0.950169265, 0.311642051, -0.0868270174, 0.309847504, 0.946813405, -0.996194482, -0.0342489891, -0.0801474079)
  1316. Part60.Color = Color3.new(1, 0, 0)
  1317. Part60.Position = Vector3.new(-79.1577148, 3.89818358, 66.9068222)
  1318. Part60.Orientation = Vector3.new(-71.2299957, 104.419998, -15.6499996)
  1319. Part60.Color = Color3.new(1, 0, 0)
  1320. Part61.Parent = Model1
  1321. Part61.Material = Enum.Material.Neon
  1322. Part61.BrickColor = BrickColor.new("Really red")
  1323. Part61.Rotation = Vector3.new(-95.1899948, -25.8499985, 89.5199966)
  1324. Part61.Anchored = true
  1325. Part61.CanCollide = false
  1326. Part61.Size = Vector3.new(0.088407591, 0.175496936, 0.362327456)
  1327. Part61.CFrame = CFrame.new(-79.2444916, 4.27266932, 66.8735275, 0.00759398565, -0.899877787, -0.436076015, -0.0868269876, -0.435035199, 0.896218061, -0.996194482, 0.0310573522, -0.0814374238)
  1328. Part61.Color = Color3.new(1, 0, 0)
  1329. Part61.Position = Vector3.new(-79.2444916, 4.27266932, 66.8735275)
  1330. Part61.Orientation = Vector3.new(-63.6699982, -100.579994, -168.709991)
  1331. Part61.Color = Color3.new(1, 0, 0)
  1332. Part62.Parent = Model1
  1333. Part62.Material = Enum.Material.Neon
  1334. Part62.BrickColor = BrickColor.new("Really red")
  1335. Part62.Rotation = Vector3.new(85.1500015, -16.25, -89.5499954)
  1336. Part62.Anchored = true
  1337. Part62.CanCollide = false
  1338. Part62.Size = Vector3.new(0.088407591, 0.152441859, 0.261689216)
  1339. Part62.CFrame = CFrame.new(-79.3702545, 3.67099357, 66.9250336, 0.00759406714, 0.960014403, -0.279854894, -0.0868269876, -0.278180748, -0.956608832, -0.996194482, 0.0315630175, 0.081242308)
  1340. Part62.Color = Color3.new(1, 0, 0)
  1341. Part62.Position = Vector3.new(-79.3702545, 3.67099357, 66.9250336)
  1342. Part62.Orientation = Vector3.new(73.0599976, -73.8099976, -162.669998)
  1343. Part62.Color = Color3.new(1, 0, 0)
  1344. Part63.Parent = Model1
  1345. Part63.Material = Enum.Material.Neon
  1346. Part63.BrickColor = BrickColor.new("Really red")
  1347. Part63.Rotation = Vector3.new(85.5499954, -50.8999977, -89.3099976)
  1348. Part63.Anchored = true
  1349. Part63.CanCollide = false
  1350. Part63.Size = Vector3.new(0.0884075835, 0.176677987, 0.328501463)
  1351. Part63.CFrame = CFrame.new(-79.25354, 3.97497034, 66.8994217, 0.00759399869, 0.630693197, -0.775995076, -0.0868270621, -0.772671223, -0.62884146, -0.996194482, 0.0721528828, 0.0488936529)
  1352. Part63.Color = Color3.new(1, 0, 0)
  1353. Part63.Position = Vector3.new(-79.25354, 3.97497034, 66.8994217)
  1354. Part63.Orientation = Vector3.new(38.9599991, -86.3899994, -173.589996)
  1355. Part63.Color = Color3.new(1, 0, 0)
  1356. Part64.Parent = Model1
  1357. Part64.Material = Enum.Material.Neon
  1358. Part64.BrickColor = BrickColor.new("Really red")
  1359. Part64.Rotation = Vector3.new(85.3799973, -39.5900002, -89.4399948)
  1360. Part64.Anchored = true
  1361. Part64.CanCollide = false
  1362. Part64.Size = Vector3.new(0.088407591, 0.176815182, 0.21673049)
  1363. Part64.CFrame = CFrame.new(-80.8006897, 6.3887167, 66.6772308, 0.00759406155, 0.770614088, -0.637256861, -0.086826995, -0.634360135, -0.768146038, -0.996194482, 0.0611644424, 0.0620927364)
  1364. Part64.Color = Color3.new(1, 0, 0)
  1365. Part64.Position = Vector3.new(-80.8006897, 6.3887167, 66.6772308)
  1366. Part64.Orientation = Vector3.new(50.1899986, -84.4300003, -172.209991)
  1367. Part64.Color = Color3.new(1, 0, 0)
  1368. Part65.Parent = Model1
  1369. Part65.Material = Enum.Material.Neon
  1370. Part65.BrickColor = BrickColor.new("Really red")
  1371. Part65.Rotation = Vector3.new(84.9499969, 8.93999958, -89.5599976)
  1372. Part65.Anchored = true
  1373. Part65.CanCollide = false
  1374. Part65.Size = Vector3.new(0.088407591, 0.176815182, 0.224774137)
  1375. Part65.CFrame = CFrame.new(-79.3403244, 3.87022853, 66.9078903, 0.00759406807, 0.98781234, 0.155463696, -0.0868269727, 0.155532464, -0.984008193, -0.996194601, -0.00602583541, 0.0869499743)
  1376. Part65.Color = Color3.new(1, 0, 0)
  1377. Part65.Position = Vector3.new(-79.3403244, 3.87022853, 66.9078903)
  1378. Part65.Orientation = Vector3.new(79.7399979, 60.7799988, -29.1700001)
  1379. Part65.Color = Color3.new(1, 0, 0)
  1380. Part66.Parent = Model1
  1381. Part66.Material = Enum.Material.Neon
  1382. Part66.BrickColor = BrickColor.new("Really red")
  1383. Part66.Rotation = Vector3.new(-94.5400009, 45.1699982, 89.3799973)
  1384. Part66.Anchored = true
  1385. Part66.CanCollide = false
  1386. Part66.Size = Vector3.new(0.0884075835, 0.147372633, 0.127730176)
  1387. Part66.CFrame = CFrame.new(-79.3836288, 3.54828477, 66.9356003, 0.00759394281, -0.705006778, 0.709162772, -0.0868270025, 0.706050813, 0.702835143, -0.996194482, -0.0669112056, -0.0558518805)
  1388. Part66.Color = Color3.new(1, 0, 0)
  1389. Part66.Position = Vector3.new(-79.3836288, 3.54828477, 66.9356003)
  1390. Part66.Orientation = Vector3.new(-44.6499977, 94.5, -7.00999975)
  1391. Part66.Color = Color3.new(1, 0, 0)
  1392. Part67.Parent = Model1
  1393. Part67.Material = Enum.Material.Neon
  1394. Part67.BrickColor = BrickColor.new("Really red")
  1395. Part67.Rotation = Vector3.new(85, 2.95000005, -89.5599976)
  1396. Part67.Anchored = true
  1397. Part67.CanCollide = false
  1398. Part67.Size = Vector3.new(0.088407591, 0.0724146739, 0.11659345)
  1399. Part67.CFrame = CFrame.new(-79.280777, 3.44607663, 66.9453049, 0.00759404758, 0.998646379, 0.0514568128, -0.0868269652, 0.0519225039, -0.994870067, -0.996194601, 0.00308724074, 0.0871038139)
  1400. Part67.Color = Color3.new(1, 0, 0)
  1401. Part67.Position = Vector3.new(-79.280777, 3.44607663, 66.9453049)
  1402. Part67.Orientation = Vector3.new(84.1899948, 30.5699997, -59.1199989)
  1403. Part67.Color = Color3.new(1, 0, 0)
  1404. Part68.Parent = Model1
  1405. Part68.Material = Enum.Material.Neon
  1406. Part68.BrickColor = BrickColor.new("Really red")
  1407. Part68.Rotation = Vector3.new(-95.6199951, -55.8499985, 89.2200012)
  1408. Part68.Anchored = true
  1409. Part68.CanCollide = false
  1410. Part68.Size = Vector3.new(0.088407591, 0.175496936, 0.362327456)
  1411. Part68.CFrame = CFrame.new(-79.4662476, 4.20963955, 66.877327, 0.00759398285, -0.561275661, -0.827594101, -0.086826995, -0.824862838, 0.558626652, -0.996194482, 0.0676153973, -0.0549979359)
  1412. Part68.Color = Color3.new(1, 0, 0)
  1413. Part68.Position = Vector3.new(-79.4662476, 4.20963955, 66.877327)
  1414. Part68.Orientation = Vector3.new(-33.9599991, -93.7999954, -173.98999)
  1415. Part68.Color = Color3.new(1, 0, 0)
  1416. Part69.Parent = Model1
  1417. Part69.Material = Enum.Material.Neon
  1418. Part69.BrickColor = BrickColor.new("Really red")
  1419. Part69.Rotation = Vector3.new(84.5899963, 44.2799988, -89.3899994)
  1420. Part69.Anchored = true
  1421. Part69.CanCollide = false
  1422. Part69.Size = Vector3.new(0.0884075835, 0.153928205, 0.28597948)
  1423. Part69.CFrame = CFrame.new(-78.9831009, 3.29310155, 66.9608917, 0.0075940052, 0.715853155, 0.698212504, -0.0868270025, 0.696070611, -0.712720454, -0.996194482, -0.0552112684, 0.0674407631)
  1424. Part69.Color = Color3.new(1, 0, 0)
  1425. Part69.Position = Vector3.new(-78.9831009, 3.29310155, 66.9608917)
  1426. Part69.Orientation = Vector3.new(45.4599991, 84.4799957, -7.10999966)
  1427. Part69.Color = Color3.new(1, 0, 0)
  1428. Part70.Parent = Model1
  1429. Part70.Material = Enum.Material.Neon
  1430. Part70.BrickColor = BrickColor.new("Really red")
  1431. Part70.Rotation = Vector3.new(84.4799957, 50.8600006, -89.3099976)
  1432. Part70.Anchored = true
  1433. Part70.CanCollide = false
  1434. Part70.Size = Vector3.new(0.0884075835, 0.131340966, 0.208168983)
  1435. Part70.CFrame = CFrame.new(-78.8161774, 3.12300181, 66.9769897, 0.00759400148, 0.631111026, 0.775655389, -0.0868270025, 0.773164868, -0.628234565, -0.996194482, -0.0625771135, 0.0606689602)
  1436. Part70.Color = Color3.new(1, 0, 0)
  1437. Part70.Position = Vector3.new(-78.8161774, 3.12300181, 66.9769897)
  1438. Part70.Orientation = Vector3.new(38.9199982, 85.5299988, -6.40999985)
  1439. Part70.Color = Color3.new(1, 0, 0)
  1440. Part71.Parent = Model1
  1441. Part71.Material = Enum.Material.Neon
  1442. Part71.BrickColor = BrickColor.new("Really red")
  1443. Part71.Rotation = Vector3.new(86.8799973, -76.8499985, 91.909996)
  1444. Part71.Anchored = true
  1445. Part71.CanCollide = false
  1446. Part71.Size = Vector3.new(0.0884075835, 0.176815167, 0.322586983)
  1447. Part71.CFrame = CFrame.new(-75.8541718, 4.03084755, 66.9204559, -0.00759400381, -0.227304503, -0.973794162, 0.0868270025, 0.969994962, -0.227094829, 0.996194482, -0.0862762928, 0.0123700537)
  1448. Part71.Color = Color3.new(1, 0, 0)
  1449. Part71.Position = Vector3.new(-75.8541718, 4.03084755, 66.9204559)
  1450. Part71.Orientation = Vector3.new(13.1300001, -89.2699966, 5.11999989)
  1451. Part71.Color = Color3.new(1, 0, 0)
  1452. Part72.Parent = Model1
  1453. Part72.Material = Enum.Material.Neon
  1454. Part72.BrickColor = BrickColor.new("Really red")
  1455. Part72.Rotation = Vector3.new(-93.1299973, 76.7599945, -91.9000015)
  1456. Part72.Anchored = true
  1457. Part72.CanCollide = false
  1458. Part72.Size = Vector3.new(0.088407591, 0.176815182, 0.405543506)
  1459. Part72.CFrame = CFrame.new(-74.8977051, 4.50635958, 66.8863144, -0.00759399682, 0.228877768, 0.973425567, 0.0868270099, -0.969626904, 0.22866191, 0.996194482, 0.086256206, -0.0125094578)
  1460. Part72.Color = Color3.new(1, 0, 0)
  1461. Part72.Position = Vector3.new(-74.8977051, 4.50635958, 66.8863144)
  1462. Part72.Orientation = Vector3.new(-13.2199993, 90.7399979, 174.87999)
  1463. Part72.Color = Color3.new(1, 0, 0)
  1464. Part73.Parent = Model1
  1465. Part73.Material = Enum.Material.Neon
  1466. Part73.BrickColor = BrickColor.new("Really red")
  1467. Part73.Rotation = Vector3.new(85.2299957, -26.3199997, 90.4899979)
  1468. Part73.Anchored = true
  1469. Part73.CanCollide = false
  1470. Part73.Size = Vector3.new(0.0884075835, 0.176815167, 0.278970659)
  1471. Part73.CFrame = CFrame.new(-73.7891006, 4.78924561, 66.8701172, -0.00759402942, -0.89629072, -0.443401963, 0.0868269876, 0.441149354, -0.893224359, 0.996194482, -0.0452824794, 0.0744722113)
  1472. Part73.Color = Color3.new(1, 0, 0)
  1473. Part73.Position = Vector3.new(-73.7891006, 4.78924561, 66.8701172)
  1474. Part73.Orientation = Vector3.new(63.2799988, -80.4700012, 11.1300001)
  1475. Part73.Color = Color3.new(1, 0, 0)
  1476. Part74.Parent = Model1
  1477. Part74.Material = Enum.Material.Neon
  1478. Part74.BrickColor = BrickColor.new("Really red")
  1479. Part74.Rotation = Vector3.new(85.0499954, -3.72000003, -89.5599976)
  1480. Part74.Anchored = true
  1481. Part74.CanCollide = false
  1482. Part74.Size = Vector3.new(0.0884075835, 0.176815167, 0.278970659)
  1483. Part74.CFrame = CFrame.new(-80.9592514, 5.92601109, 66.716362, 0.00759401498, 0.997866333, -0.0648477077, -0.0868270472, -0.0639466941, -0.994169652, -0.996194482, 0.0131802754, 0.0861562937)
  1484. Part74.Color = Color3.new(1, 0, 0)
  1485. Part74.Position = Vector3.new(-80.9592514, 5.92601109, 66.716362)
  1486. Part74.Orientation = Vector3.new(83.8099976, -36.9699974, -126.369995)
  1487. Part74.Color = Color3.new(1, 0, 0)
  1488. Part75.Parent = Model1
  1489. Part75.Material = Enum.Material.Neon
  1490. Part75.BrickColor = BrickColor.new("Really red")
  1491. Part75.Rotation = Vector3.new(85.1699982, -18.9799995, -89.5400009)
  1492. Part75.Anchored = true
  1493. Part75.CanCollide = false
  1494. Part75.Size = Vector3.new(0.088407591, 0.176815182, 0.309102625)
  1495. Part75.CFrame = CFrame.new(-80.9045792, 6.18733311, 66.6940079, 0.00759406621, 0.945601821, -0.325237662, -0.0868269876, -0.323395133, -0.942272127, -0.996194482, 0.0353950858, 0.0796478838)
  1496. Part75.Color = Color3.new(1, 0, 0)
  1497. Part75.Position = Vector3.new(-80.9045792, 6.18733311, 66.6940079)
  1498. Part75.Orientation = Vector3.new(70.4399948, -76.2399979, -164.970001)
  1499. Part75.Color = Color3.new(1, 0, 0)
  1500. Part76.Parent = Model1
  1501. Part76.Material = Enum.Material.Neon
  1502. Part76.BrickColor = BrickColor.new("Really red")
  1503. Part76.Rotation = Vector3.new(-97.4300003, -79.9199982, -92.4899979)
  1504. Part76.Anchored = true
  1505. Part76.CanCollide = false
  1506. Part76.Size = Vector3.new(0.088407591, 0.176815182, 0.350277036)
  1507. Part76.CFrame = CFrame.new(-75.3590088, 4.00458431, 66.9265137, -0.00759398192, 0.174922884, -0.98455286, 0.0868270025, 0.980978668, 0.173618212, 0.996194482, -0.0841674432, -0.0226375852)
  1508. Part76.Color = Color3.new(1, 0, 0)
  1509. Part76.Position = Vector3.new(-75.3590088, 4.00458431, 66.9265137)
  1510. Part76.Orientation = Vector3.new(-10, -91.3199997, 5.05999994)
  1511. Part76.Color = Color3.new(1, 0, 0)
  1512. Part77.Parent = Model1
  1513. Part77.Material = Enum.Material.Neon
  1514. Part77.BrickColor = BrickColor.new("Really red")
  1515. Part77.Rotation = Vector3.new(85.6899948, -57.0999985, 90.7999954)
  1516. Part77.Anchored = true
  1517. Part77.CanCollide = false
  1518. Part77.Size = Vector3.new(0.088407591, 0.176678017, 0.22711277)
  1519. Part77.CFrame = CFrame.new(-76.0786667, 3.94450235, 66.9262695, -0.00759401359, -0.543073833, -0.839650571, 0.0868270025, 0.836145997, -0.5415923, 0.996194482, -0.0770173073, 0.0408038273)
  1520. Part77.Color = Color3.new(1, 0, 0)
  1521. Part77.Position = Vector3.new(-76.0786667, 3.94450235, 66.9262695)
  1522. Part77.Orientation = Vector3.new(32.7900009, -87.2200012, 5.92999983)
  1523. Part77.Color = Color3.new(1, 0, 0)
  1524. Part78.Parent = Model1
  1525. Part78.Material = Enum.Material.Neon
  1526. Part78.BrickColor = BrickColor.new("Really red")
  1527. Part78.Rotation = Vector3.new(87.7299957, -80.9000015, 92.75)
  1528. Part78.Anchored = true
  1529. Part78.CanCollide = false
  1530. Part78.Size = Vector3.new(0.0884075835, 0.131340966, 0.208168983)
  1531. Part78.CFrame = CFrame.new(-77.053421, 3.4281776, 66.9638443, -0.00759400101, -0.158052772, -0.987401426, 0.0868270025, 0.98359704, -0.158111602, 0.996194482, -0.0869339183, 0.00625383528)
  1532. Part78.Color = Color3.new(1, 0, 0)
  1533. Part78.Position = Vector3.new(-77.053421, 3.4281776, 66.9638443)
  1534. Part78.Orientation = Vector3.new(9.09999943, -89.6399994, 5.03999996)
  1535. Part78.Color = Color3.new(1, 0, 0)
  1536. Part79.Parent = Model1
  1537. Part79.Material = Enum.Material.Neon
  1538. Part79.BrickColor = BrickColor.new("Really red")
  1539. Part79.Rotation = Vector3.new(84.8499985, 20.8599987, 90.4700012)
  1540. Part79.Anchored = true
  1541. Part79.CanCollide = false
  1542. Part79.Size = Vector3.new(0.0884075835, 0.176677987, 0.328501463)
  1543. Part79.CFrame = CFrame.new(-76.2466278, 3.94837761, 66.9246674, -0.00759403175, -0.934441864, 0.356034994, 0.0868269652, -0.355316907, -0.930705309, 0.996194601, 0.0238456652, 0.0838331208)
  1544. Part79.Color = Color3.new(1, 0, 0)
  1545. Part79.Position = Vector3.new(-76.2466278, 3.94837761, 66.9246674)
  1546. Part79.Orientation = Vector3.new(68.5499954, 76.75, 166.269989)
  1547. Part79.Color = Color3.new(1, 0, 0)
  1548. Part80.Parent = Model1
  1549. Part80.Material = Enum.Material.Neon
  1550. Part80.BrickColor = BrickColor.new("Really red")
  1551. Part80.Rotation = Vector3.new(86.3099976, -71.3300018, 91.3600006)
  1552. Part80.Anchored = true
  1553. Part80.CanCollide = false
  1554. Part80.Size = Vector3.new(0.088407591, 0.176815182, 0.412914902)
  1555. Part80.CFrame = CFrame.new(-74.6101532, 4.06930447, 66.9265823, -0.00759400381, -0.320008993, -0.947384179, 0.0868270025, 0.943622947, -0.319434494, 0.996194482, -0.0846844167, 0.0206195861)
  1556. Part80.Color = Color3.new(1, 0, 0)
  1557. Part80.Position = Vector3.new(-74.6101532, 4.06930447, 66.9265823)
  1558. Part80.Orientation = Vector3.new(18.6299992, -88.75, 5.25999975)
  1559. Part80.Color = Color3.new(1, 0, 0)
  1560. Part81.Parent = Model1
  1561. Part81.Material = Enum.Material.Neon
  1562. Part81.BrickColor = BrickColor.new("Really red")
  1563. Part81.Rotation = Vector3.new(-94.659996, 36.8400002, 89.4599991)
  1564. Part81.Anchored = true
  1565. Part81.CanCollide = false
  1566. Part81.Size = Vector3.new(0.0884075835, 0.176815167, 0.231121078)
  1567. Part81.CFrame = CFrame.new(-79.2877731, 3.68609595, 66.924324, 0.00759393582, -0.800265431, 0.59959805, -0.0868270099, 0.596823454, 0.797661841, -0.996194482, -0.0581187606, -0.0649525002)
  1568. Part81.Color = Color3.new(1, 0, 0)
  1569. Part81.Position = Vector3.new(-79.2877731, 3.68609595, 66.924324)
  1570. Part81.Orientation = Vector3.new(-52.9099998, 96.1800003, -8.27999973)
  1571. Part81.Color = Color3.new(1, 0, 0)
  1572. Part82.Parent = Model1
  1573. Part82.Material = Enum.Material.Neon
  1574. Part82.BrickColor = BrickColor.new("Really red")
  1575. Part82.Rotation = Vector3.new(-94.8899994, 11.8800001, -90.4399948)
  1576. Part82.Anchored = true
  1577. Part82.CanCollide = false
  1578. Part82.Size = Vector3.new(0.0884075835, 0.176815167, 0.230464101)
  1579. Part82.CFrame = CFrame.new(-76.3681564, 3.92953634, 66.9253693, -0.007593947, 0.978547394, 0.205881953, 0.0868269652, -0.204465032, 0.975015461, 0.996194482, 0.0252803192, -0.0834116042)
  1580. Part82.Color = Color3.new(1, 0, 0)
  1581. Part82.Position = Vector3.new(-76.3681564, 3.92953634, 66.9253693)
  1582. Part82.Orientation = Vector3.new(-77.1699982, 112.049995, 156.98999)
  1583. Part82.Color = Color3.new(1, 0, 0)
  1584. Part83.Parent = Model1
  1585. Part83.Material = Enum.Material.Neon
  1586. Part83.BrickColor = BrickColor.new("Really red")
  1587. Part83.Rotation = Vector3.new(85.2399979, -27.0499992, -89.5099945)
  1588. Part83.Anchored = true
  1589. Part83.CanCollide = false
  1590. Part83.Size = Vector3.new(0.088407591, 0.0724146739, 0.11659345)
  1591. Part83.CFrame = CFrame.new(-79.4671097, 3.51874757, 66.9375534, 0.00759406714, 0.890579939, -0.454763561, -0.0868269876, -0.452472091, -0.887542307, -0.996194482, 0.0462258644, 0.0738903582)
  1592. Part83.Color = Color3.new(1, 0, 0)
  1593. Part83.Position = Vector3.new(-79.4671097, 3.51874757, 66.9375534)
  1594. Part83.Orientation = Vector3.new(62.5699997, -80.7699966, -169.139999)
  1595. Part83.Color = Color3.new(1, 0, 0)
  1596. Part84.Parent = Model1
  1597. Part84.Material = Enum.Material.Neon
  1598. Part84.BrickColor = BrickColor.new("Really red")
  1599. Part84.Rotation = Vector3.new(-93.7299957, 70.8499985, -91.3299942)
  1600. Part84.Anchored = true
  1601. Part84.CanCollide = false
  1602. Part84.Size = Vector3.new(0.0884075835, 0.131340966, 0.362350911)
  1603. Part84.CFrame = CFrame.new(-76.9075394, 3.48444676, 66.9600449, -0.00759397866, 0.32795161, 0.944663942, 0.086826928, -0.940907717, 0.32734549, 0.996194601, 0.0845082179, -0.0213298313)
  1604. Part84.Color = Color3.new(1, 0, 0)
  1605. Part84.Position = Vector3.new(-76.9075394, 3.48444676, 66.9600449)
  1606. Part84.Orientation = Vector3.new(-19.1099987, 91.2900009, 174.729996)
  1607. Part84.Color = Color3.new(1, 0, 0)
  1608. Part85.Parent = Model1
  1609. Part85.Material = Enum.Material.Neon
  1610. Part85.BrickColor = BrickColor.new("Really red")
  1611. Part85.Rotation = Vector3.new(-95.4399948, -46.7299995, 89.3699951)
  1612. Part85.Anchored = true
  1613. Part85.CanCollide = false
  1614. Part85.Size = Vector3.new(0.088407591, 0.176815182, 0.405543506)
  1615. Part85.CFrame = CFrame.new(-80.1413422, 5.12933779, 66.7920227, 0.00759399822, -0.685433686, -0.728098571, -0.086826995, -0.725824833, 0.68239516, -0.996194482, 0.0580364317, -0.0650254861)
  1616. Part85.Color = Color3.new(1, 0, 0)
  1617. Part85.Position = Vector3.new(-80.1413422, 5.12933779, 66.7920227)
  1618. Part85.Orientation = Vector3.new(-43.0299988, -95.0999985, -173.179993)
  1619. Part85.Color = Color3.new(1, 0, 0)
  1620. Part86.Parent = Model1
  1621. Part86.Material = Enum.Material.Neon
  1622. Part86.BrickColor = BrickColor.new("Really red")
  1623. Part86.Rotation = Vector3.new(-95.1399994, -19.5699997, 89.5400009)
  1624. Part86.Anchored = true
  1625. Part86.CanCollide = false
  1626. Part86.Size = Vector3.new(0.088407591, 0.176815182, 0.362818539)
  1627. Part86.CFrame = CFrame.new(-80.5649185, 5.71970463, 66.7373352, 0.00759398332, -0.942196846, -0.334973902, -0.0868269801, -0.334339947, 0.938445091, -0.996194482, 0.0219582822, -0.0843471736)
  1628. Part86.Color = Color3.new(1, 0, 0)
  1629. Part86.Position = Vector3.new(-80.5649185, 5.71970463, 66.7373352)
  1630. Part86.Orientation = Vector3.new(-69.7900009, -104.129997, -165.440002)
  1631. Part86.Color = Color3.new(1, 0, 0)
  1632. Part87.Parent = Model1
  1633. Part87.Material = Enum.Material.Neon
  1634. Part87.BrickColor = BrickColor.new("Really red")
  1635. Part87.Rotation = Vector3.new(-94.9499969, 4.48999977, 89.5599976)
  1636. Part87.Anchored = true
  1637. Part87.CanCollide = false
  1638. Part87.Size = Vector3.new(0.088407591, 0.143101141, 0.203411072)
  1639. Part87.CFrame = CFrame.new(-81.718132, 5.52696705, 66.7453613, 0.0075939605, -0.996896982, 0.0783494711, -0.0868269801, 0.0773984939, 0.993212938, -0.996194601, -0.0143452697, -0.0859698877)
  1640. Part87.Color = Color3.new(1, 0, 0)
  1641. Part87.Position = Vector3.new(-81.718132, 5.52696705, 66.7453613)
  1642. Part87.Orientation = Vector3.new(-83.3199997, 137.660004, -48.2899971)
  1643. Part87.Color = Color3.new(1, 0, 0)
  1644. Part88.Parent = Model1
  1645. Part88.Material = Enum.Material.Neon
  1646. Part88.BrickColor = BrickColor.new("Really red")
  1647. Part88.Rotation = Vector3.new(-95.7900009, -61.6800003, 89.0799942)
  1648. Part88.Anchored = true
  1649. Part88.CanCollide = false
  1650. Part88.Size = Vector3.new(0.088407591, 0.176815182, 0.236429453)
  1651. Part88.CFrame = CFrame.new(-79.7129593, 4.36144829, 66.862236, 0.00759398658, -0.474313021, -0.88032347, -0.086826995, -0.877337337, 0.471955091, -0.996194482, 0.0728519261, -0.0478457138)
  1652. Part88.Color = Color3.new(1, 0, 0)
  1653. Part88.Position = Vector3.new(-79.7129593, 4.36144829, 66.862236)
  1654. Part88.Orientation = Vector3.new(-28.1599998, -93.1100006, -174.349991)
  1655. Part88.Color = Color3.new(1, 0, 0)
  1656. Part89.Parent = Model1
  1657. Part89.Material = Enum.Material.Neon
  1658. Part89.BrickColor = BrickColor.new("Really red")
  1659. Part89.Rotation = Vector3.new(-95.1199951, -17.0900002, 89.5400009)
  1660. Part89.Anchored = true
  1661. Part89.CanCollide = false
  1662. Part89.Size = Vector3.new(0.0884075835, 0.166893631, 0.520854712)
  1663. Part89.CFrame = CFrame.new(-79.1109695, 3.59294295, 66.9338074, 0.0075939293, -0.955803633, -0.293907851, -0.0868270472, -0.293436676, 0.952028036, -0.996194482, 0.0182895511, -0.0852180496)
  1664. Part89.Color = Color3.new(1, 0, 0)
  1665. Part89.Position = Vector3.new(-79.1109695, 3.59294295, 66.9338074)
  1666. Part89.Orientation = Vector3.new(-72.1800003, -106.169998, -163.519989)
  1667. Part89.Color = Color3.new(1, 0, 0)
  1668. Part90.Parent = Model1
  1669. Part90.Material = Enum.Material.Neon
  1670. Part90.BrickColor = BrickColor.new("Really red")
  1671. Part90.Rotation = Vector3.new(-97.7299957, -81.0099945, -92.7900009)
  1672. Part90.Anchored = true
  1673. Part90.CanCollide = false
  1674. Part90.Size = Vector3.new(0.088407591, 0.176815182, 0.20375371)
  1675. Part90.CFrame = CFrame.new(-75.6303635, 4.05047131, 66.9204407, -0.00759398332, 0.156003729, -0.987727344, 0.0868270025, 0.984128773, 0.154767811, 0.996194482, -0.084586218, -0.0210188068)
  1676. Part90.Color = Color3.new(1, 0, 0)
  1677. Part90.Position = Vector3.new(-75.6303635, 4.05047131, 66.9204407)
  1678. Part90.Orientation = Vector3.new(-8.89999962, -91.2200012, 5.03999996)
  1679. Part90.Color = Color3.new(1, 0, 0)
  1680. Part91.Parent = Model1
  1681. Part91.Material = Enum.Material.Neon
  1682. Part91.BrickColor = BrickColor.new("Really red")
  1683. Part91.Rotation = Vector3.new(-95.0999985, -15.1300001, -90.4499969)
  1684. Part91.Anchored = true
  1685. Part91.CanCollide = false
  1686. Part91.Size = Vector3.new(0.0884075835, 0.147372633, 0.127730176)
  1687. Part91.CFrame = CFrame.new(-76.3484116, 3.5141418, 66.9617233, -0.00759394793, 0.965313554, -0.26098302, 0.0868269727, 0.260641515, 0.96152401, 0.996194482, -0.0153586343, -0.0857946575)
  1688. Part91.Color = Color3.new(1, 0, 0)
  1689. Part91.Position = Vector3.new(-76.3484116, 3.5141418, 66.9617233)
  1690. Part91.Orientation = Vector3.new(-74.0499954, -108.199997, 18.4200001)
  1691. Part91.Color = Color3.new(1, 0, 0)
  1692. Part92.Parent = Model1
  1693. Part92.Material = Enum.Material.Neon
  1694. Part92.BrickColor = BrickColor.new("Really red")
  1695. Part92.Rotation = Vector3.new(90.7099991, -85.6199951, 95.7099991)
  1696. Part92.Anchored = true
  1697. Part92.CanCollide = false
  1698. Part92.Size = Vector3.new(0.0884075835, 0.176815167, 0.425790519)
  1699. Part92.CFrame = CFrame.new(-74.99646, 3.99149466, 66.9304123, -0.00759399682, -0.0759418979, -0.997083306, 0.0868270099, 0.993296802, -0.0763148144, 0.996194482, -0.0871534124, -0.000949268695)
  1700. Part92.Color = Color3.new(1, 0, 0)
  1701. Part92.Position = Vector3.new(-74.99646, 3.99149466, 66.9304123)
  1702. Part92.Orientation = Vector3.new(4.38000011, -90.0499954, 5)
  1703. Part92.Color = Color3.new(1, 0, 0)
  1704. Part93.Parent = Model1
  1705. Part93.Material = Enum.Material.Neon
  1706. Part93.BrickColor = BrickColor.new("Really red")
  1707. Part93.Rotation = Vector3.new(85.2299957, -25.4099998, 90.4799957)
  1708. Part93.Anchored = true
  1709. Part93.CanCollide = false
  1710. Part93.Size = Vector3.new(0.0884075835, 0.176815167, 0.446891993)
  1711. Part93.CFrame = CFrame.new(-76.4175491, 3.58115554, 66.9553452, -0.00759401312, -0.903191447, -0.429170936, 0.086826995, 0.426967084, -0.90008986, 0.996194482, -0.0440989546, 0.0751791075)
  1712. Part93.Color = Color3.new(1, 0, 0)
  1713. Part93.Position = Vector3.new(-76.4175491, 3.58115554, 66.9553452)
  1714. Part93.Orientation = Vector3.new(64.1699982, -80.0599976, 11.4899998)
  1715. Part93.Color = Color3.new(1, 0, 0)
  1716. Part94.Parent = Model1
  1717. Part94.Material = Enum.Material.Neon
  1718. Part94.BrickColor = BrickColor.new("Really red")
  1719. Part94.Rotation = Vector3.new(85.2399979, -27.1099987, 90.4899979)
  1720. Part94.Anchored = true
  1721. Part94.CanCollide = false
  1722. Part94.Size = Vector3.new(0.088407591, 0.176678017, 0.22711277)
  1723. Part94.CFrame = CFrame.new(-76.1702271, 4.05614853, 66.9158478, -0.00759400986, -0.890140176, -0.455623358, 0.086826995, 0.453328967, -0.887105048, 0.996194482, -0.0462971367, 0.0738457218)
  1724. Part94.Color = Color3.new(1, 0, 0)
  1725. Part94.Position = Vector3.new(-76.1702271, 4.05614853, 66.9158478)
  1726. Part94.Orientation = Vector3.new(62.5099983, -80.7900009, 10.8400002)
  1727. Part94.Color = Color3.new(1, 0, 0)
  1728. Part95.Parent = Model1
  1729. Part95.Material = Enum.Material.Neon
  1730. Part95.BrickColor = BrickColor.new("Really red")
  1731. Part95.Rotation = Vector3.new(85.659996, -55.6399994, 90.7699966)
  1732. Part95.Anchored = true
  1733. Part95.CanCollide = false
  1734. Part95.Size = Vector3.new(0.0884075835, 0.176815167, 0.425790519)
  1735. Part95.CFrame = CFrame.new(-75.2561874, 4.6359663, 66.8722839, -0.00759399543, -0.564302742, -0.825533032, 0.0868270099, 0.822067201, -0.562732458, 0.996194482, -0.0759520233, 0.0427540168)
  1736. Part95.Color = Color3.new(1, 0, 0)
  1737. Part95.Position = Vector3.new(-75.2561874, 4.6359663, 66.8722839)
  1738. Part95.Orientation = Vector3.new(34.2399979, -87.0400009, 6.02999973)
  1739. Part95.Color = Color3.new(1, 0, 0)
  1740. Part96.Parent = Model1
  1741. Part96.Material = Enum.Material.Neon
  1742. Part96.BrickColor = BrickColor.new("Really red")
  1743. Part96.Rotation = Vector3.new(-95.0199966, -4.44999981, -90.4399948)
  1744. Part96.Anchored = true
  1745. Part96.CanCollide = false
  1746. Part96.Size = Vector3.new(0.088407591, 0.143101141, 0.203411072)
  1747. Part96.CFrame = CFrame.new(-73.8519516, 5.52945137, 66.8051147, -0.0075939605, 0.996951699, -0.0776498988, 0.0868270546, 0.0780163109, 0.993164539, 0.996194482, 0.000799925067, -0.0871549547)
  1748. Part96.Color = Color3.new(1, 0, 0)
  1749. Part96.Position = Vector3.new(-73.8519516, 5.52945137, 66.8051147)
  1750. Part96.Orientation = Vector3.new(-83.2999954, -138.300003, 48.0599976)
  1751. Part96.Color = Color3.new(1, 0, 0)
  1752. Part97.Parent = Model1
  1753. Part97.Material = Enum.Material.Neon
  1754. Part97.BrickColor = BrickColor.new("Really red")
  1755. Part97.Rotation = Vector3.new(-94.3399963, 55.8899994, -90.7799988)
  1756. Part97.Anchored = true
  1757. Part97.CanCollide = false
  1758. Part97.Size = Vector3.new(0.088407591, 0.175496936, 0.362327456)
  1759. Part97.CFrame = CFrame.new(-76.1047897, 4.2107296, 66.9028702, -0.00759398006, 0.560700953, 0.827983618, 0.0868270099, -0.824511111, 0.559145808, 0.996194482, 0.0761375725, -0.0424227305)
  1760. Part97.Color = Color3.new(1, 0, 0)
  1761. Part97.Position = Vector3.new(-76.1047897, 4.2107296, 66.9028702)
  1762. Part97.Orientation = Vector3.new(-34, 92.9300003, 173.98999)
  1763. Part97.Color = Color3.new(1, 0, 0)
  1764. Part98.Parent = Model1
  1765. Part98.Material = Enum.Material.Neon
  1766. Part98.BrickColor = BrickColor.new("Really red")
  1767. Part98.Rotation = Vector3.new(86.1500015, -68.9700012, 91.2099991)
  1768. Part98.Anchored = true
  1769. Part98.CanCollide = false
  1770. Part98.Size = Vector3.new(0.088407591, 0.176815182, 0.20375371)
  1771. Part98.CFrame = CFrame.new(-75.8349991, 4.37120247, 66.8909378, -0.00759398332, -0.358756334, -0.933400333, 0.0868270174, 0.929666042, -0.358027309, 0.996194482, -0.0837633237, 0.0240899157)
  1772. Part98.Color = Color3.new(1, 0, 0)
  1773. Part98.Position = Vector3.new(-75.8349991, 4.37120247, 66.8909378)
  1774. Part98.Orientation = Vector3.new(20.9799995, -88.5199966, 5.33999968)
  1775. Part98.Color = Color3.new(1, 0, 0)
  1776. Part99.Parent = Model1
  1777. Part99.Material = Enum.Material.Neon
  1778. Part99.BrickColor = BrickColor.new("Really red")
  1779. Part99.Rotation = Vector3.new(-94.8499985, 17.1299992, -90.4599991)
  1780. Part99.Anchored = true
  1781. Part99.CanCollide = false
  1782. Part99.Size = Vector3.new(0.0884075835, 0.166893631, 0.520854712)
  1783. Part99.CFrame = CFrame.new(-76.4605331, 3.59376979, 66.9539337, -0.0075939279, 0.955601931, 0.294570148, 0.0868269652, -0.292843938, 0.952222407, 0.996194482, 0.0328072309, -0.0807478651)
  1784. Part99.Color = Color3.new(1, 0, 0)
  1785. Part99.Position = Vector3.new(-76.4605331, 3.59376979, 66.9539337)
  1786. Part99.Orientation = Vector3.new(-72.2200012, 105.329994, 163.48999)
  1787. Part99.Color = Color3.new(1, 0, 0)
  1788. Part100.Parent = Model1
  1789. Part100.Material = Enum.Material.Neon
  1790. Part100.BrickColor = BrickColor.new("Really red")
  1791. Part100.Rotation = Vector3.new(85.6100006, -53.7999992, -89.2599945)
  1792. Part100.Anchored = true
  1793. Part100.CanCollide = false
  1794. Part100.Size = Vector3.new(0.088407591, 0.176815182, 0.308566362)
  1795. Part100.CFrame = CFrame.new(-80.6230698, 6.5478611, 66.664711, 0.0075940541, 0.590543926, -0.806969941, -0.0868270099, -0.803556263, -0.588863015, -0.996194482, 0.0745387226, 0.0451729894)
  1796. Part100.Color = Color3.new(1, 0, 0)
  1797. Part100.Position = Vector3.new(-80.6230698, 6.5478611, 66.664711)
  1798. Part100.Orientation = Vector3.new(36.079998, -86.7999954, -173.830002)
  1799. Part100.Color = Color3.new(1, 0, 0)
  1800. Part101.Parent = Model1
  1801. Part101.Material = Enum.Material.Neon
  1802. Part101.BrickColor = BrickColor.new("Really red")
  1803. Part101.Rotation = Vector3.new(85.3699951, -38.9799995, 90.5599976)
  1804. Part101.Anchored = true
  1805. Part101.CanCollide = false
  1806. Part101.Size = Vector3.new(0.088407591, 0.176815182, 0.224774137)
  1807. Part101.CFrame = CFrame.new(-76.223999, 3.81453776, 66.9364853, -0.00759403873, -0.777296543, -0.629088521, 0.086827077, 0.626218498, -0.774798632, 0.996194482, -0.0605058335, 0.0627349541)
  1808. Part101.Color = Color3.new(1, 0, 0)
  1809. Part101.Position = Vector3.new(-76.223999, 3.81453776, 66.9364853)
  1810. Part101.Orientation = Vector3.new(50.7899971, -84.3099976, 7.88999987)
  1811. Part101.Color = Color3.new(1, 0, 0)
  1812. Part102.Parent = Model1
  1813. Part102.Material = Enum.Material.Neon
  1814. Part102.BrickColor = BrickColor.new("Really red")
  1815. Part102.Rotation = Vector3.new(85.2299957, -25.6099987, 90.4799957)
  1816. Part102.Anchored = true
  1817. Part102.CanCollide = false
  1818. Part102.Size = Vector3.new(0.088407591, 0.176815182, 0.411184579)
  1819. Part102.CFrame = CFrame.new(-74.7487411, 5.21487188, 66.8256912, -0.00759401033, -0.901722491, -0.432248682, 0.086826995, 0.43003428, -0.898628414, 0.996194482, -0.0443550944, 0.0750282779)
  1820. Part102.Color = Color3.new(1, 0, 0)
  1821. Part102.Position = Vector3.new(-74.7487411, 5.21487188, 66.8256912)
  1822. Part102.Orientation = Vector3.new(63.9799995, -80.1500015, 11.4099998)
  1823. Part102.Color = Color3.new(1, 0, 0)
  1824. Part103.Parent = Model1
  1825. Part103.Material = Enum.Material.Neon
  1826. Part103.BrickColor = BrickColor.new("Really red")
  1827. Part103.Rotation = Vector3.new(85.0999985, -11.0599995, 90.4399948)
  1828. Part103.Anchored = true
  1829. Part103.CanCollide = false
  1830. Part103.Size = Vector3.new(0.088407591, 0.176815182, 0.309102625)
  1831. Part103.CFrame = CFrame.new(-73.7051163, 5.0428319, 66.8486633, -0.00759404711, -0.981398821, -0.191830412, 0.0868270621, 0.190464258, -0.977846861, 0.996194482, -0.024081884, 0.0837655738)
  1832. Part103.Color = Color3.new(1, 0, 0)
  1833. Part103.Position = Vector3.new(-73.7051163, 5.0428319, 66.8486633)
  1834. Part103.Orientation = Vector3.new(77.9199982, -66.409996, 24.5100002)
  1835. Part103.Color = Color3.new(1, 0, 0)
  1836. Part104.Parent = Model1
  1837. Part104.Material = Enum.Material.Neon
  1838. Part104.BrickColor = BrickColor.new("Really red")
  1839. Part104.Rotation = Vector3.new(84.8300018, 23.7600002, 90.4799957)
  1840. Part104.Anchored = true
  1841. Part104.CanCollide = false
  1842. Part104.Size = Vector3.new(0.088407591, 0.176815182, 0.308566362)
  1843. Part104.CFrame = CFrame.new(-73.7677155, 5.4951067, 66.8087311, -0.00759404432, -0.915192902, 0.402944565, 0.0868270323, -0.402038038, -0.911497653, 0.996194482, 0.0280645788, 0.0825166851)
  1844. Part104.Color = Color3.new(1, 0, 0)
  1845. Part104.Position = Vector3.new(-73.7677155, 5.4951067, 66.8087311)
  1846. Part104.Orientation = Vector3.new(65.7099991, 78.4300003, 167.809998)
  1847. Part104.Color = Color3.new(1, 0, 0)
  1848. Part105.Parent = Model1
  1849. Part105.Material = Enum.Material.Neon
  1850. Part105.BrickColor = BrickColor.new("Really red")
  1851. Part105.Rotation = Vector3.new(-94.1699982, 61.7199974, -90.9199982)
  1852. Part105.Anchored = true
  1853. Part105.CanCollide = false
  1854. Part105.Size = Vector3.new(0.088407591, 0.176815182, 0.236429453)
  1855. Part105.CFrame = CFrame.new(-75.8579483, 4.3626833, 66.8915024, -0.00759398332, 0.473702431, 0.880652249, 0.0868270099, -0.877039731, 0.472508043, 0.996194482, 0.0800527111, -0.0344699994)
  1856. Part105.Color = Color3.new(1, 0, 0)
  1857. Part105.Position = Vector3.new(-75.8579483, 4.3626833, 66.8915024)
  1858. Part105.Orientation = Vector3.new(-28.1999989, 92.2399979, 174.349991)
  1859. Part105.Color = Color3.new(1, 0, 0)
  1860. Part106.Parent = Model1
  1861. Part106.Material = Enum.Material.Neon
  1862. Part106.BrickColor = BrickColor.new("Really red")
  1863. Part106.Rotation = Vector3.new(84.4799957, 50.8600006, 90.6899948)
  1864. Part106.Anchored = true
  1865. Part106.CanCollide = false
  1866. Part106.Size = Vector3.new(0.0884075835, 0.176677987, 0.328501463)
  1867. Part106.CFrame = CFrame.new(-76.3177032, 3.97588158, 66.9217072, -0.00759400148, -0.631231844, 0.775557041, 0.0868269503, -0.773066998, -0.628354967, 0.996194601, 0.0625676066, 0.0606786609)
  1868. Part106.Color = Color3.new(1, 0, 0)
  1869. Part106.Position = Vector3.new(-76.3177032, 3.97588158, 66.9217072)
  1870. Part106.Orientation = Vector3.new(38.9300003, 85.5299988, 173.589996)
  1871. Part106.Color = Color3.new(1, 0, 0)
  1872. Part107.Parent = Model1
  1873. Part107.Material = Enum.Material.Neon
  1874. Part107.BrickColor = BrickColor.new("Really red")
  1875. Part107.Rotation = Vector3.new(85.4000015, -41.329998, 90.5799942)
  1876. Part107.Anchored = true
  1877. Part107.CanCollide = false
  1878. Part107.Size = Vector3.new(0.088407591, 0.176815182, 0.412914902)
  1879. Part107.CFrame = CFrame.new(-74.9606094, 4.89569855, 66.8518829, -0.00759400381, -0.750825346, -0.660457253, 0.0868270025, 0.657486737, -0.748446643, 0.996194482, -0.0630292296, 0.0601989552)
  1880. Part107.Color = Color3.new(1, 0, 0)
  1881. Part107.Position = Vector3.new(-74.9606094, 4.89569855, 66.8518829)
  1882. Part107.Orientation = Vector3.new(48.4599991, -84.7900009, 7.51999998)
  1883. Part107.Color = Color3.new(1, 0, 0)
  1884. Part108.Parent = Model1
  1885. Part108.Material = Enum.Material.Neon
  1886. Part108.BrickColor = BrickColor.new("Really red")
  1887. Part108.Rotation = Vector3.new(85.4399948, -44.3199997, 90.6100006)
  1888. Part108.Anchored = true
  1889. Part108.CanCollide = false
  1890. Part108.Size = Vector3.new(0.0884075835, 0.153928205, 0.28597948)
  1891. Part108.CFrame = CFrame.new(-76.5885696, 3.29385257, 66.9790878, -0.0075940052, -0.715371251, -0.698706448, 0.0868270025, 0.695626676, -0.713154078, 0.996194482, -0.0660816953, 0.0568308868)
  1892. Part108.Color = Color3.new(1, 0, 0)
  1893. Part108.Position = Vector3.new(-76.5885696, 3.29385257, 66.9790878)
  1894. Part108.Orientation = Vector3.new(45.4899979, -85.3499985, 7.10999966)
  1895. Part108.Color = Color3.new(1, 0, 0)
  1896. Part109.Parent = Model1
  1897. Part109.Material = Enum.Material.Neon
  1898. Part109.BrickColor = BrickColor.new("Really red")
  1899. Part109.Rotation = Vector3.new(-94.5099945, 47.1299973, -90.6399994)
  1900. Part109.Anchored = true
  1901. Part109.CanCollide = false
  1902. Part109.Size = Vector3.new(0.0884075835, 0.166893631, 0.520854712)
  1903. Part109.CFrame = CFrame.new(-76.562088, 3.68847871, 66.944931, -0.0075939633, 0.680285692, 0.732907772, 0.0868269354, -0.729712248, 0.678219199, 0.996194482, 0.0687865093, -0.0535257161)
  1904. Part109.Color = Color3.new(1, 0, 0)
  1905. Part109.Position = Vector3.new(-76.562088, 3.68847871, 66.944931)
  1906. Part109.Orientation = Vector3.new(-42.7000008, 94.1800003, 173.209991)
  1907. Part109.Color = Color3.new(1, 0, 0)
  1908. Part110.Parent = Model1
  1909. Part110.Material = Enum.Material.Neon
  1910. Part110.BrickColor = BrickColor.new("Really red")
  1911. Part110.Rotation = Vector3.new(85.4799957, -46.8600006, 90.6399994)
  1912. Part110.Anchored = true
  1913. Part110.CanCollide = false
  1914. Part110.Size = Vector3.new(0.0884075835, 0.176815167, 0.322586983)
  1915. Part110.CFrame = CFrame.new(-76.0190277, 4.24278259, 66.9007339, -0.00759400381, -0.683742881, -0.729683638, 0.0868270025, 0.726497829, -0.681661248, 0.996194482, -0.0685327724, 0.0538503155)
  1916. Part110.Color = Color3.new(1, 0, 0)
  1917. Part110.Position = Vector3.new(-76.0190277, 4.24278259, 66.9007339)
  1918. Part110.Orientation = Vector3.new(42.9699974, -85.7799988, 6.81999969)
  1919. Part110.Color = Color3.new(1, 0, 0)
  1920. Part111.Parent = Model1
  1921. Part111.Material = Enum.Material.Neon
  1922. Part111.BrickColor = BrickColor.new("Really red")
  1923. Part111.Rotation = Vector3.new(85.1299973, -13.79, 90.4499969)
  1924. Part111.Anchored = true
  1925. Part111.CanCollide = false
  1926. Part111.Size = Vector3.new(0.088407591, 0.152441859, 0.261689216)
  1927. Part111.CFrame = CFrame.new(-76.2982254, 3.62711453, 66.9522476, -0.00759404665, -0.971155941, -0.238324374, 0.0868270621, 0.236790702, -0.967673123, 0.996194482, -0.0280415565, 0.0825244188)
  1928. Part111.Color = Color3.new(1, 0, 0)
  1929. Part111.Position = Vector3.new(-76.2982254, 3.62711453, 66.9522476)
  1930. Part111.Orientation = Vector3.new(75.3899994, -70.9000015, 20.1399994)
  1931. Part111.Color = Color3.new(1, 0, 0)
  1932. Part112.Parent = Model1
  1933. Part112.Material = Enum.Material.Neon
  1934. Part112.BrickColor = BrickColor.new("Really red")
  1935. Part112.Rotation = Vector3.new(-94.6199951, 39.8400002, -90.5699997)
  1936. Part112.Anchored = true
  1937. Part112.CanCollide = false
  1938. Part112.Size = Vector3.new(0.088407591, 0.176815182, 0.327353835)
  1939. Part112.CFrame = CFrame.new(-74.0017395, 5.03866339, 66.8467255, -0.00759397075, 0.767753899, 0.640699923, 0.0868270248, -0.63779223, 0.765298724, 0.996194482, 0.0614417195, -0.061818406)
  1940. Part112.Color = Color3.new(1, 0, 0)
  1941. Part112.Position = Vector3.new(-74.0017395, 5.03866339, 66.8467255)
  1942. Part112.Orientation = Vector3.new(-49.9300003, 95.5099945, 172.25)
  1943. Part112.Color = Color3.new(1, 0, 0)
  1944. Part113.Parent = Model1
  1945. Part113.Material = Enum.Material.Neon
  1946. Part113.BrickColor = BrickColor.new("Really red")
  1947. Part113.Rotation = Vector3.new(85.0400009, -2.99000001, 90.4399948)
  1948. Part113.Anchored = true
  1949. Part113.CanCollide = false
  1950. Part113.Size = Vector3.new(0.088407591, 0.0724146739, 0.11659345)
  1951. Part113.CFrame = CFrame.new(-76.2907944, 3.44706178, 66.9679947, -0.00759404851, -0.99861002, -0.0521576405, 0.0868270621, 0.0513037033, -0.994902134, 0.996194482, -0.0120840333, 0.086316891)
  1952. Part113.Color = Color3.new(1, 0, 0)
  1953. Part113.Position = Vector3.new(-76.2907944, 3.44706178, 66.9679947)
  1954. Part113.Orientation = Vector3.new(84.2099991, -31.1399994, 59.4199982)
  1955. Part113.Color = Color3.new(1, 0, 0)
  1956. Part114.Parent = Model1
  1957. Part114.Material = Enum.Material.Neon
  1958. Part114.BrickColor = BrickColor.new("Really red")
  1959. Part114.Rotation = Vector3.new(-95.25, -31.6799984, 89.4899979)
  1960. Part114.Anchored = true
  1961. Part114.CanCollide = false
  1962. Part114.Size = Vector3.new(0.088407591, 0.176815182, 0.236429453)
  1963. Part114.CFrame = CFrame.new(-79.381897, 4.52707958, 66.8503113, 0.0075939917, -0.850930512, -0.525223255, -0.086826995, -0.523816288, 0.84739542, -0.996194482, 0.0391685143, -0.0778617039)
  1964. Part114.Color = Color3.new(1, 0, 0)
  1965. Part114.Position = Vector3.new(-79.381897, 4.52707958, 66.8503113)
  1966. Part114.Orientation = Vector3.new(-57.9300003, -98.4300003, -170.589996)
  1967. Part114.Color = Color3.new(1, 0, 0)
  1968. Part115.Parent = Model1
  1969. Part115.Material = Enum.Material.Neon
  1970. Part115.BrickColor = BrickColor.new("Really red")
  1971. Part115.Rotation = Vector3.new(85.6500015, -55.6100006, 90.7699966)
  1972. Part115.Anchored = true
  1973. Part115.CanCollide = false
  1974. Part115.Size = Vector3.new(0.088407591, 0.176815182, 0.411184579)
  1975. Part115.CFrame = CFrame.new(-74.2665176, 4.24027729, 66.9143219, -0.00759401452, -0.564791441, -0.82519877, 0.086826995, 0.82173413, -0.56321907, 0.996194482, -0.0759267062, 0.042798955)
  1976. Part115.Color = Color3.new(1, 0, 0)
  1977. Part115.Position = Vector3.new(-74.2665176, 4.24027729, 66.9143219)
  1978. Part115.Orientation = Vector3.new(34.2799988, -87.0299988, 6.02999973)
  1979. Part115.Color = Color3.new(1, 0, 0)
  1980. Part116.Parent = Model1
  1981. Part116.Material = Enum.Material.Neon
  1982. Part116.BrickColor = BrickColor.new("Really red")
  1983. Part116.Rotation = Vector3.new(-95.0299988, -6.79999971, -90.4399948)
  1984. Part116.Anchored = true
  1985. Part116.CanCollide = false
  1986. Part116.Size = Vector3.new(0.0884075835, 0.176815167, 0.231121078)
  1987. Part116.CFrame = CFrame.new(-76.3620834, 3.68113971, 66.9470444, -0.00759394746, 0.992932141, -0.118439972, 0.0868269801, 0.118650883, 0.989133239, 0.996194601, -0.00277237874, -0.0871144384)
  1988. Part116.Color = Color3.new(1, 0, 0)
  1989. Part116.Position = Vector3.new(-76.3620834, 3.68113971, 66.9470444)
  1990. Part116.Orientation = Vector3.new(-81.5499954, -126.339996, 36.2000008)
  1991. Part116.Color = Color3.new(1, 0, 0)
  1992. Part117.Parent = Model1
  1993. Part117.Material = Enum.Material.Neon
  1994. Part117.BrickColor = BrickColor.new("Really red")
  1995. Part117.Rotation = Vector3.new(-94.6800003, 34.4899979, 89.4700012)
  1996. Part117.Anchored = true
  1997. Part117.CanCollide = false
  1998. Part117.Size = Vector3.new(0.088407591, 0.143101141, 0.203411072)
  1999. Part117.CFrame = CFrame.new(-80.5327988, 6.53569317, 66.6664581, 0.00759399263, -0.824162006, 0.566303253, -0.0868269578, 0.563637435, 0.821446955, -0.996194601, -0.0554084815, -0.067279309)
  2000. Part117.Color = Color3.new(1, 0, 0)
  2001. Part117.Position = Vector3.new(-80.5327988, 6.53569317, 66.6664581)
  2002. Part117.Orientation = Vector3.new(-55.2299995, 96.7799988, -8.76000023)
  2003. Part117.Color = Color3.new(1, 0, 0)
  2004. Part118.Parent = Model1
  2005. Part118.Material = Enum.Material.Neon
  2006. Part118.BrickColor = BrickColor.new("Really red")
  2007. Part118.Rotation = Vector3.new(85.6500015, -55.4099998, 90.7699966)
  2008. Part118.Anchored = true
  2009. Part118.CanCollide = false
  2010. Part118.Size = Vector3.new(0.0884075835, 0.176815167, 0.446891993)
  2011. Part118.CFrame = CFrame.new(-76.5312119, 3.65615153, 66.9479599, -0.00759401871, -0.567605078, -0.82326597, 0.0868270025, 0.819806576, -0.566020727, 0.996194482, -0.0757801831, 0.0430578813)
  2012. Part118.Color = Color3.new(1, 0, 0)
  2013. Part118.Position = Vector3.new(-76.5312119, 3.65615153, 66.9479599)
  2014. Part118.Orientation = Vector3.new(34.4699974, -87.0099945, 6.04999971)
  2015. Part118.Color = Color3.new(1, 0, 0)
  2016. Part119.Parent = Model1
  2017. Part119.Material = Enum.Material.Neon
  2018. Part119.BrickColor = BrickColor.new("Really red")
  2019. Part119.Rotation = Vector3.new(-95.6199951, -55.6299973, 89.2299957)
  2020. Part119.Anchored = true
  2021. Part119.CanCollide = false
  2022. Part119.Size = Vector3.new(0.088407591, 0.176815182, 0.70963335)
  2023. Part119.CFrame = CFrame.new(-79.7115479, 4.80018139, 66.8239822, 0.00759400381, -0.564487934, -0.825406373, -0.0868270025, -0.82268554, 0.561828256, -0.996194482, 0.0674011409, -0.0552603379)
  2024. Part119.Color = Color3.new(1, 0, 0)
  2025. Part119.Position = Vector3.new(-79.7115479, 4.80018139, 66.8239822)
  2026. Part119.Orientation = Vector3.new(-34.1800003, -93.8299942, -173.979996)
  2027. Part119.Color = Color3.new(1, 0, 0)
  2028. Part120.Parent = Model1
  2029. Part120.Material = Enum.Material.Neon
  2030. Part120.BrickColor = BrickColor.new("Really red")
  2031. Part120.Rotation = Vector3.new(86.5699997, -74.3199997, 91.6100006)
  2032. Part120.Anchored = true
  2033. Part120.CanCollide = false
  2034. Part120.Size = Vector3.new(0.0884075835, 0.153928205, 0.28597948)
  2035. Part120.CFrame = CFrame.new(-76.8234177, 3.49241853, 66.9599838, -0.00759400567, -0.270175904, -0.962781072, 0.0868270025, 0.958994985, -0.269798189, 0.996194482, -0.0856443569, 0.0161759816)
  2036. Part120.Color = Color3.new(1, 0, 0)
  2037. Part120.Position = Vector3.new(-76.8234177, 3.49241853, 66.9599838)
  2038. Part120.Orientation = Vector3.new(15.6499996, -89.0400009, 5.17000008)
  2039. Part120.Color = Color3.new(1, 0, 0)
  2040. Part121.Parent = Model1
  2041. Part121.Material = Enum.Material.Neon
  2042. Part121.BrickColor = BrickColor.new("Really red")
  2043. Part121.Rotation = Vector3.new(86.2200012, -70.0699997, 91.2799988)
  2044. Part121.Anchored = true
  2045. Part121.CanCollide = false
  2046. Part121.Size = Vector3.new(0.088407591, 0.176815182, 0.350277036)
  2047. Part121.CFrame = CFrame.new(-75.5768967, 4.46665335, 66.8845825, -0.00759398239, -0.340784639, -0.940110743, 0.0868270174, 0.936363101, -0.340127498, 0.996194482, -0.0842100307, 0.0224786326)
  2048. Part121.Color = Color3.new(1, 0, 0)
  2049. Part121.Position = Vector3.new(-75.5768967, 4.46665335, 66.8845825)
  2050. Part121.Orientation = Vector3.new(19.8799992, -88.6299973, 5.29999971)
  2051. Part121.Color = Color3.new(1, 0, 0)
  2052. Part122.Parent = Model1
  2053. Part122.Material = Enum.Material.Neon
  2054. Part122.BrickColor = BrickColor.new("Really red")
  2055. Part122.Rotation = Vector3.new(85.5499954, -50.8999977, 90.6899948)
  2056. Part122.Anchored = true
  2057. Part122.CanCollide = false
  2058. Part122.Size = Vector3.new(0.0884075835, 0.131340966, 0.208168983)
  2059. Part122.CFrame = CFrame.new(-76.7555618, 3.12364888, 66.9926453, -0.00759400148, -0.630572498, -0.776093185, 0.0868270025, 0.772769153, -0.628721237, 0.996194482, -0.0721604526, 0.0488823839)
  2060. Part122.Color = Color3.new(1, 0, 0)
  2061. Part122.Position = Vector3.new(-76.7555618, 3.12364888, 66.9926453)
  2062. Part122.Orientation = Vector3.new(38.9599991, -86.4000015, 6.40999985)
  2063. Part122.Color = Color3.new(1, 0, 0)
  2064. Part123.Parent = Model1
  2065. Part123.Material = Enum.Material.Neon
  2066. Part123.BrickColor = BrickColor.new("Really red")
  2067. Part123.Rotation = Vector3.new(85.3699951, -38.7199974, 90.5599976)
  2068. Part123.Anchored = true
  2069. Part123.CanCollide = false
  2070. Part123.Size = Vector3.new(0.0884075835, 0.176815167, 0.440075517)
  2071. Part123.CFrame = CFrame.new(-73.9783096, 4.50958252, 66.8930206, -0.00759402756, -0.780180871, -0.62550801, 0.0868269876, 0.622649133, -0.777669132, 0.996194482, -0.0602166206, 0.0630123392)
  2072. Part123.Color = Color3.new(1, 0, 0)
  2073. Part123.Position = Vector3.new(-73.9783096, 4.50958252, 66.8930206)
  2074. Part123.Orientation = Vector3.new(51.0499992, -84.25, 7.94000006)
  2075. Part123.Color = Color3.new(1, 0, 0)
  2076. Part124.Parent = Model1
  2077. Part124.Material = Enum.Material.Neon
  2078. Part124.BrickColor = BrickColor.new("Really red")
  2079. Part124.Rotation = Vector3.new(84.9499969, 9.55000019, 90.4399948)
  2080. Part124.Anchored = true
  2081. Part124.CanCollide = false
  2082. Part124.Size = Vector3.new(0.088407591, 0.176815182, 0.21673049)
  2083. Part124.CFrame = CFrame.new(-73.6938171, 5.2689023, 66.8290176, -0.00759404665, -0.986116827, 0.165879712, 0.0868270397, -0.165908381, -0.982312024, 0.996194482, 0.0069431481, 0.0868816227)
  2084. Part124.Color = Color3.new(1, 0, 0)
  2085. Part124.Position = Vector3.new(-73.6938171, 5.2689023, 66.8290176)
  2086. Part124.Orientation = Vector3.new(79.2099991, 62.3599968, 152.37999)
  2087. Part124.Color = Color3.new(1, 0, 0)
  2088. Part125.Parent = Model1
  2089. Part125.Material = Enum.Material.Neon
  2090. Part125.BrickColor = BrickColor.new("Really red")
  2091. Part125.Rotation = Vector3.new(84.7999954, 26.2799988, -89.5099945)
  2092. Part125.Anchored = true
  2093. Part125.CanCollide = false
  2094. Part125.Size = Vector3.new(0.0884075835, 0.176815167, 0.278970659)
  2095. Part125.CFrame = CFrame.new(-81.7815704, 4.7867713, 66.8093948, 0.00759402988, 0.896599054, 0.442778051, -0.0868270248, 0.441709936, -0.892947316, -0.996194482, -0.0316640884, 0.0812034979)
  2096. Part125.Color = Color3.new(1, 0, 0)
  2097. Part125.Position = Vector3.new(-81.7815704, 4.7867713, 66.8093948)
  2098. Part125.Orientation = Vector3.new(63.25, 79.6100006, -11.1199999)
  2099. Part125.Color = Color3.new(1, 0, 0)
  2100. Part126.Parent = Model1
  2101. Part126.Material = Enum.Material.Neon
  2102. Part126.BrickColor = BrickColor.new("Really red")
  2103. Part126.Rotation = Vector3.new(84.4300003, 53.7599983, 90.7399979)
  2104. Part126.Anchored = true
  2105. Part126.CanCollide = false
  2106. Part126.Size = Vector3.new(0.088407591, 0.176815182, 0.308566362)
  2107. Part126.CFrame = CFrame.new(-74.9462967, 6.54963303, 66.7078476, -0.0075940541, -0.591105998, 0.806558073, 0.0868270099, -0.803925335, -0.588359177, 0.996194482, 0.0655630976, 0.0574290901)
  2108. Part126.Color = Color3.new(1, 0, 0)
  2109. Part126.Position = Vector3.new(-74.9462967, 6.54963303, 66.7078476)
  2110. Part126.Orientation = Vector3.new(36.0400009, 85.9300003, 173.839996)
  2111. Part126.Color = Color3.new(1, 0, 0)
  2112. Part127.Parent = Model1
  2113. Part127.Material = Enum.Material.Neon
  2114. Part127.BrickColor = BrickColor.new("Really red")
  2115. Part127.Rotation = Vector3.new(84.7999954, 27.0699997, -89.5099945)
  2116. Part127.Anchored = true
  2117. Part127.CanCollide = false
  2118. Part127.Size = Vector3.new(0.088407591, 0.176678017, 0.22711277)
  2119. Part127.CFrame = CFrame.new(-79.4009323, 4.05516529, 66.8912964, 0.0075940066, 0.890458047, 0.45500201, -0.0868270099, 0.453884155, -0.886821091, -0.996194482, -0.0327720009, 0.0807627141)
  2120. Part127.Color = Color3.new(1, 0, 0)
  2121. Part127.Position = Vector3.new(-79.4009323, 4.05516529, 66.8912964)
  2122. Part127.Orientation = Vector3.new(62.4799995, 79.9300003, -10.8299999)
  2123. Part127.Color = Color3.new(1, 0, 0)
  2124. Part128.Parent = Model1
  2125. Part128.Material = Enum.Material.Neon
  2126. Part128.BrickColor = BrickColor.new("Really red")
  2127. Part128.Rotation = Vector3.new(83.8199997, 70.0299988, -88.7299957)
  2128. Part128.Anchored = true
  2129. Part128.CanCollide = false
  2130. Part128.Size = Vector3.new(0.088407591, 0.176815182, 0.350277036)
  2131. Part128.CFrame = CFrame.new(-79.9940186, 4.46529055, 66.8510361, 0.00759398565, 0.341433495, 0.939875364, -0.0868269876, 0.936577737, -0.339533985, -0.996194482, -0.0790281221, 0.0367579944)
  2132. Part128.Color = Color3.new(1, 0, 0)
  2133. Part128.Position = Vector3.new(-79.9940186, 4.46529055, 66.8510361)
  2134. Part128.Orientation = Vector3.new(19.8500004, 87.7599945, -5.29999971)
  2135. Part128.Color = Color3.new(1, 0, 0)
  2136. Part129.Parent = Model1
  2137. Part129.Material = Enum.Material.Neon
  2138. Part129.BrickColor = BrickColor.new("Really red")
  2139. Part129.Rotation = Vector3.new(-93.9599991, 66.8600006, -91.1100006)
  2140. Part129.Anchored = true
  2141. Part129.CanCollide = false
  2142. Part129.Size = Vector3.new(0.088407591, 0.176815182, 0.39690578)
  2143. Part129.CFrame = CFrame.new(-74.5323181, 4.62577152, 66.878685, -0.00759398937, 0.392958879, 0.919524729, 0.0868270025, -0.915819705, 0.392092645, 0.996194482, 0.0828172192, -0.0271647647)
  2144. Part129.Color = Color3.new(1, 0, 0)
  2145. Part129.Position = Vector3.new(-74.5323181, 4.62577152, 66.878685)
  2146. Part129.Orientation = Vector3.new(-23.0799999, 91.6899948, 174.580002)
  2147. Part129.Color = Color3.new(1, 0, 0)
  2148. Part130.Parent = Model1
  2149. Part130.Material = Enum.Material.Neon
  2150. Part130.BrickColor = BrickColor.new("Really red")
  2151. Part130.Rotation = Vector3.new(-94.4700012, 49.6100006, -90.6699982)
  2152. Part130.Anchored = true
  2153. Part130.CanCollide = false
  2154. Part130.Size = Vector3.new(0.088407591, 0.176815182, 0.362818539)
  2155. Part130.CFrame = CFrame.new(-74.2341614, 4.80686331, 66.8651657, -0.0075939754, 0.647946119, 0.761648297, 0.0868270099, -0.758366883, 0.646020293, 0.996194482, 0.0710375905, -0.0505002774)
  2156. Part130.Color = Color3.new(1, 0, 0)
  2157. Part130.Position = Vector3.new(-74.2341614, 4.80686331, 66.8651657)
  2158. Part130.Orientation = Vector3.new(-40.2399979, 93.7900009, 173.470001)
  2159. Part130.Color = Color3.new(1, 0, 0)
  2160. Part131.Parent = Model1
  2161. Part131.Material = Enum.Material.Neon
  2162. Part131.BrickColor = BrickColor.new("Really red")
  2163. Part131.Rotation = Vector3.new(-94.5999985, 40.8499985, -90.5799942)
  2164. Part131.Anchored = true
  2165. Part131.CanCollide = false
  2166. Part131.Size = Vector3.new(0.0884075835, 0.131340966, 0.362350911)
  2167. Part131.CFrame = CFrame.new(-76.6574249, 3.24503779, 66.9828186, -0.00759394001, 0.756341755, 0.654132724, 0.0868269429, -0.651182294, 0.753938198, 0.996194482, 0.062521711, -0.0607258007)
  2168. Part131.Color = Color3.new(1, 0, 0)
  2169. Part131.Position = Vector3.new(-76.6574249, 3.24503779, 66.9828186)
  2170. Part131.Orientation = Vector3.new(-48.9300003, 95.2999954, 172.410004)
  2171. Part131.Color = Color3.new(1, 0, 0)
  2172. Part132.Parent = Model1
  2173. Part132.Material = Enum.Material.Neon
  2174. Part132.BrickColor = BrickColor.new("Really red")
  2175. Part132.Rotation = Vector3.new(84.7999954, 27.0100002, 90.4899979)
  2176. Part132.Anchored = true
  2177. Part132.CanCollide = false
  2178. Part132.Size = Vector3.new(0.088407591, 0.0724146739, 0.11659345)
  2179. Part132.CFrame = CFrame.new(-76.1043091, 3.51981854, 66.9631042, -0.00759406388, -0.890898645, 0.454138815, 0.0868270174, -0.453024417, -0.887260497, 0.996194482, 0.032693658, 0.0807944536)
  2180. Part132.Color = Color3.new(1, 0, 0)
  2181. Part132.Position = Vector3.new(-76.1043091, 3.51981854, 66.9631042)
  2182. Part132.Orientation = Vector3.new(62.5299988, 79.909996, 169.149994)
  2183. Part132.Color = Color3.new(1, 0, 0)
  2184. Part133.Parent = Model1
  2185. Part133.Material = Enum.Material.Neon
  2186. Part133.BrickColor = BrickColor.new("Really red")
  2187. Part133.Rotation = Vector3.new(-94.909996, 9.84999943, -90.4399948)
  2188. Part133.Anchored = true
  2189. Part133.CanCollide = false
  2190. Part133.Size = Vector3.new(0.088407591, 0.176815182, 0.327353835)
  2191. Part133.CFrame = CFrame.new(-74.9199295, 6.03790474, 66.7526398, -0.00759398239, 0.985244334, 0.17098543, 0.0868270248, -0.169695005, 0.981664956, 0.996194482, 0.0223009158, -0.0842572823)
  2192. Part133.Color = Color3.new(1, 0, 0)
  2193. Part133.Position = Vector3.new(-74.9199295, 6.03790474, 66.7526398)
  2194. Part133.Orientation = Vector3.new(-79.0099945, 116.229996, 152.899994)
  2195. Part133.Color = Color3.new(1, 0, 0)
  2196. Part134.Parent = Model1
  2197. Part134.Material = Enum.Material.Neon
  2198. Part134.BrickColor = BrickColor.new("Really red")
  2199. Part134.Rotation = Vector3.new(84.659996, 39.5499992, 90.5599976)
  2200. Part134.Anchored = true
  2201. Part134.CanCollide = false
  2202. Part134.Size = Vector3.new(0.088407591, 0.176815182, 0.21673049)
  2203. Part134.CFrame = CFrame.new(-74.7687378, 6.39060307, 66.723053, -0.00759405829, -0.771059811, 0.636717379, 0.0868270099, -0.634839773, -0.767750502, 0.996194482, 0.0494539924, 0.0717699081)
  2204. Part134.Color = Color3.new(1, 0, 0)
  2205. Part134.Position = Vector3.new(-74.7687378, 6.39060307, 66.723053)
  2206. Part134.Orientation = Vector3.new(50.1499977, 83.5699997, 172.209991)
  2207. Part134.Color = Color3.new(1, 0, 0)
  2208. Part135.Parent = Model1
  2209. Part135.Material = Enum.Material.Neon
  2210. Part135.BrickColor = BrickColor.new("Really red")
  2211. Part135.Rotation = Vector3.new(-95.1199951, -18.1199989, -90.4599991)
  2212. Part135.Anchored = true
  2213. Part135.CanCollide = false
  2214. Part135.Size = Vector3.new(0.0884075835, 0.176815167, 0.230464101)
  2215. Part135.CFrame = CFrame.new(-76.4135056, 3.89904571, 66.927681, -0.0075939321, 0.950387061, -0.310976952, 0.0868269876, 0.310438335, 0.946620643, 0.996194482, -0.0198126584, -0.0848768055)
  2216. Part135.Color = Color3.new(1, 0, 0)
  2217. Part135.Position = Vector3.new(-76.4135056, 3.89904571, 66.927681)
  2218. Part135.Orientation = Vector3.new(-71.1899948, -105.269997, 15.6300001)
  2219. Part135.Color = Color3.new(1, 0, 0)
  2220. Part136.Parent = Model1
  2221. Part136.Material = Enum.Material.Neon
  2222. Part136.BrickColor = BrickColor.new("Really red")
  2223. Part136.Rotation = Vector3.new(-95.3099976, -36.7999992, -90.5400009)
  2224. Part136.Anchored = true
  2225. Part136.CanCollide = false
  2226. Part136.Size = Vector3.new(0.0884075835, 0.176815167, 0.231121078)
  2227. Part136.CFrame = CFrame.new(-76.283577, 3.68702483, 66.9471359, -0.00759393908, 0.800683081, -0.599040091, 0.086826995, 0.597323179, 0.797287583, 0.996194482, -0.0459583662, -0.0740570351)
  2228. Part136.Color = Color3.new(1, 0, 0)
  2229. Part136.Position = Vector3.new(-76.283577, 3.68702483, 66.9471359)
  2230. Part136.Orientation = Vector3.new(-52.8699989, -97.0499954, 8.2699995)
  2231. Part136.Color = Color3.new(1, 0, 0)
  2232. Part137.Parent = Model1
  2233. Part137.Material = Enum.Material.Neon
  2234. Part137.BrickColor = BrickColor.new("Really red")
  2235. Part137.Rotation = Vector3.new(-94.7699966, 25.8899994, -90.4799957)
  2236. Part137.Anchored = true
  2237. Part137.CanCollide = false
  2238. Part137.Size = Vector3.new(0.088407591, 0.175496936, 0.362327456)
  2239. Part137.CFrame = CFrame.new(-76.326416, 4.27360153, 66.8956985, -0.00759398611, 0.899571598, 0.436707348, 0.0868270323, -0.434477717, 0.896488547, 0.996194482, 0.0447259732, -0.0748078153)
  2240. Part137.Color = Color3.new(1, 0, 0)
  2241. Part137.Position = Vector3.new(-76.326416, 4.27360153, 66.8956985)
  2242. Part137.Orientation = Vector3.new(-63.6999969, 99.7200012, 168.699997)
  2243. Part137.Color = Color3.new(1, 0, 0)
  2244. Part138.Parent = Model1
  2245. Part138.Material = Enum.Material.Neon
  2246. Part138.BrickColor = BrickColor.new("Really red")
  2247. Part138.Rotation = Vector3.new(-94.3399963, 55.6699982, -90.7699966)
  2248. Part138.Anchored = true
  2249. Part138.CanCollide = false
  2250. Part138.Size = Vector3.new(0.088407591, 0.176815182, 0.70963335)
  2251. Part138.CFrame = CFrame.new(-75.8590546, 4.80139446, 66.8532944, -0.00759400381, 0.563912928, 0.825799406, 0.0868270025, -0.822332859, 0.562344253, 0.996194482, 0.0759722143, -0.0427181385)
  2252. Part138.Color = Color3.new(1, 0, 0)
  2253. Part138.Position = Vector3.new(-75.8590546, 4.80139446, 66.8532944)
  2254. Part138.Orientation = Vector3.new(-34.2199974, 92.9599991, 173.970001)
  2255. Part138.Color = Color3.new(1, 0, 0)
  2256. Part139.Parent = Model1
  2257. Part139.Material = Enum.Material.Neon
  2258. Part139.BrickColor = BrickColor.new("Really red")
  2259. Part139.Rotation = Vector3.new(-94.9300003, 6.83999968, 89.5599976)
  2260. Part139.Anchored = true
  2261. Part139.CanCollide = false
  2262. Part139.Size = Vector3.new(0.0884075835, 0.176815167, 0.231121078)
  2263. Part139.CFrame = CFrame.new(-79.2092972, 3.68026376, 66.9254379, 0.00759394746, -0.992849171, 0.119133055, -0.0868270397, 0.118031934, 0.989207268, -0.996194482, -0.0178559665, -0.085309945)
  2264. Part139.Color = Color3.new(1, 0, 0)
  2265. Part139.Position = Vector3.new(-79.2092972, 3.68026376, 66.9254379)
  2266. Part139.Orientation = Vector3.new(-81.5699997, 125.610001, -36.3400002)
  2267. Part139.Color = Color3.new(1, 0, 0)
  2268. Part140.Parent = Model1
  2269. Part140.Material = Enum.Material.Neon
  2270. Part140.BrickColor = BrickColor.new("Really red")
  2271. Part140.Rotation = Vector3.new(-95.0899963, -14.4299994, -90.4499969)
  2272. Part140.Anchored = true
  2273. Part140.CanCollide = false
  2274. Part140.Size = Vector3.new(0.088407591, 0.176815182, 0.336720973)
  2275. Part140.CFrame = CFrame.new(-74.9324646, 6.3239851, 66.727623, -0.00759398332, 0.968405902, -0.249263868, 0.0868270472, 0.248968363, 0.964612365, 0.996194482, -0.0143176299, -0.085974589)
  2276. Part140.Color = Color3.new(1, 0, 0)
  2277. Part140.Position = Vector3.new(-74.9324646, 6.3239851, 66.727623)
  2278. Part140.Orientation = Vector3.new(-74.7099991, -109.029999, 19.2299995)
  2279. Part140.Color = Color3.new(1, 0, 0)
  2280. Part141.Parent = Model1
  2281. Part141.Material = Enum.Material.Neon
  2282. Part141.BrickColor = BrickColor.new("Really red")
  2283. Part141.Rotation = Vector3.new(-92.2200012, 81.0499954, 87.1999969)
  2284. Part141.Anchored = true
  2285. Part141.CanCollide = false
  2286. Part141.Size = Vector3.new(0.088407591, 0.176815182, 0.20375371)
  2287. Part141.CFrame = CFrame.new(-79.9407272, 4.04912758, 66.8877258, 0.00759398332, -0.155323029, 0.987834513, -0.0868270025, 0.984030306, 0.155392334, -0.996194482, -0.0869508609, -0.00601354521)
  2288. Part141.Color = Color3.new(1, 0, 0)
  2289. Part141.Position = Vector3.new(-79.9407272, 4.04912758, 66.8877258)
  2290. Part141.Orientation = Vector3.new(-8.93999958, 90.3499985, -5.03999996)
  2291. Part141.Color = Color3.new(1, 0, 0)
  2292. Part142.Parent = Model1
  2293. Part142.Material = Enum.Material.Neon
  2294. Part142.BrickColor = BrickColor.new("Really red")
  2295. Part142.Rotation = Vector3.new(85.0899963, -8.97999954, 90.4399948)
  2296. Part142.Anchored = true
  2297. Part142.CanCollide = false
  2298. Part142.Size = Vector3.new(0.088407591, 0.176815182, 0.224774137)
  2299. Part142.CFrame = CFrame.new(-76.230896, 3.87121177, 66.9315109, -0.00759406853, -0.987702847, -0.156158492, 0.0868270546, 0.154922009, -0.984104455, 0.996194482, -0.0210321508, 0.0845829472)
  2300. Part142.Color = Color3.new(1, 0, 0)
  2301. Part142.Position = Vector3.new(-76.230896, 3.87121177, 66.9315109)
  2302. Part142.Orientation = Vector3.new(79.7699966, -61.5599976, 29.2699986)
  2303. Part142.Color = Color3.new(1, 0, 0)
  2304. Part143.Parent = Model1
  2305. Part143.Material = Enum.Material.Neon
  2306. Part143.BrickColor = BrickColor.new("Really red")
  2307. Part143.Rotation = Vector3.new(-89.25, 85.6500015, -95.75)
  2308. Part143.Anchored = true
  2309. Part143.CanCollide = false
  2310. Part143.Size = Vector3.new(0.088407591, 0.176815182, 0.70963335)
  2311. Part143.CFrame = CFrame.new(-75.4352951, 4.43518353, 66.8884125, -0.00759400381, 0.0754697248, 0.997119129, 0.0868270025, -0.993332803, 0.0758443922, 0.996194482, 0.0871529579, 0.000990549568)
  2312. Part143.Color = Color3.new(1, 0, 0)
  2313. Part143.Position = Vector3.new(-75.4352951, 4.43518353, 66.8884125)
  2314. Part143.Orientation = Vector3.new(-4.3499999, 89.9399948, 175)
  2315. Part143.Color = Color3.new(1, 0, 0)
  2316. Part144.Parent = Model1
  2317. Part144.Material = Enum.Material.Neon
  2318. Part144.BrickColor = BrickColor.new("Really red")
  2319. Part144.Rotation = Vector3.new(84.6699982, 38.6800003, -89.4399948)
  2320. Part144.Anchored = true
  2321. Part144.CanCollide = false
  2322. Part144.Size = Vector3.new(0.0884075835, 0.176815167, 0.440075517)
  2323. Part144.CFrame = CFrame.new(-81.5925446, 4.50722265, 66.8351593, 0.0075940243, 0.780614674, 0.624966323, -0.0868270174, 0.623139024, -0.77727741, -0.996194482, -0.0483613722, 0.0725106746)
  2324. Part144.Color = Color3.new(1, 0, 0)
  2325. Part144.Position = Vector3.new(-81.5925446, 4.50722265, 66.8351593)
  2326. Part144.Orientation = Vector3.new(51.0099983, 83.3799973, -7.92999983)
  2327. Part144.Color = Color3.new(1, 0, 0)
  2328. Part145.Parent = Model1
  2329. Part145.Material = Enum.Material.Neon
  2330. Part145.BrickColor = BrickColor.new("Really red")
  2331. Part145.Rotation = Vector3.new(-96.2299957, -70.8099976, 88.6800003)
  2332. Part145.Anchored = true
  2333. Part145.CanCollide = false
  2334. Part145.Size = Vector3.new(0.0884075835, 0.131340966, 0.362350911)
  2335. Part145.CFrame = CFrame.new(-78.6639404, 3.48391175, 66.9466858, 0.00759397633, -0.328601927, -0.94443804, -0.0868270844, -0.941114843, 0.326747507, -0.996194482, 0.0795214847, -0.0356783494)
  2336. Part145.Color = Color3.new(1, 0, 0)
  2337. Part145.Position = Vector3.new(-78.6639404, 3.48391175, 66.9466858)
  2338. Part145.Orientation = Vector3.new(-19.0699997, -92.159996, -174.729996)
  2339. Part145.Color = Color3.new(1, 0, 0)
  2340. Part146.Parent = Model1
  2341. Part146.Material = Enum.Material.Neon
  2342. Part146.BrickColor = BrickColor.new("Really red")
  2343. Part146.Rotation = Vector3.new(85.0899963, -8.72000027, 90.4399948)
  2344. Part146.Anchored = true
  2345. Part146.CanCollide = false
  2346. Part146.Size = Vector3.new(0.0884075835, 0.176815167, 0.440075517)
  2347. Part146.CFrame = CFrame.new(-74.6341019, 5.59162331, 66.7937164, -0.00759401266, -0.988410294, -0.151616797, 0.0868269876, 0.150396839, -0.98480618, 0.996194482, -0.0206430703, 0.0846786723)
  2348. Part146.Color = Color3.new(1, 0, 0)
  2349. Part146.Position = Vector3.new(-74.6341019, 5.59162331, 66.7937164)
  2350. Part146.Orientation = Vector3.new(80, -60.8199997, 30)
  2351. Part146.Color = Color3.new(1, 0, 0)
  2352. Part147.Parent = Model1
  2353. Part147.Material = Enum.Material.Neon
  2354. Part147.BrickColor = BrickColor.new("Really red")
  2355. Part147.Rotation = Vector3.new(-95.4199982, -45.1299973, -90.6199951)
  2356. Part147.Anchored = true
  2357. Part147.CanCollide = false
  2358. Part147.Size = Vector3.new(0.0884075835, 0.147372633, 0.127730176)
  2359. Part147.CFrame = CFrame.new(-76.1878662, 3.54928756, 66.9598846, -0.00759394281, 0.705496252, -0.70867604, 0.0868270025, 0.706488252, 0.70239538, 0.996194482, -0.0561982356, -0.0666205436)
  2360. Part147.Color = Color3.new(1, 0, 0)
  2361. Part147.Position = Vector3.new(-76.1878662, 3.54928756, 66.9598846)
  2362. Part147.Orientation = Vector3.new(-44.6199989, -95.3699951, 7.00999975)
  2363. Part147.Color = Color3.new(1, 0, 0)
  2364. Part148.Parent = Model1
  2365. Part148.Material = Enum.Material.Neon
  2366. Part148.BrickColor = BrickColor.new("Really red")
  2367. Part148.Rotation = Vector3.new(-94.7099991, 31.7199993, -90.5099945)
  2368. Part148.Anchored = true
  2369. Part148.CanCollide = false
  2370. Part148.Size = Vector3.new(0.088407591, 0.176815182, 0.236429453)
  2371. Part148.CFrame = CFrame.new(-76.1888885, 4.52808046, 66.8745651, -0.00759398844, 0.850562215, 0.52581948, 0.0868270099, -0.52328819, 0.847721636, 0.996194482, 0.0520929806, -0.0698780492)
  2372. Part148.Color = Color3.new(1, 0, 0)
  2373. Part148.Position = Vector3.new(-76.1888885, 4.52808046, 66.8745651)
  2374. Part148.Orientation = Vector3.new(-57.9599991, 97.5699997, 170.580002)
  2375. Part148.Color = Color3.new(1, 0, 0)
  2376. Part149.Parent = Model1
  2377. Part149.Material = Enum.Material.Neon
  2378. Part149.BrickColor = BrickColor.new("Really red")
  2379. Part149.Rotation = Vector3.new(-92.5199966, 79.9599991, 87.5)
  2380. Part149.Anchored = true
  2381. Part149.CanCollide = false
  2382. Part149.Size = Vector3.new(0.088407591, 0.176815182, 0.350277036)
  2383. Part149.CFrame = CFrame.new(-80.2121735, 4.0030694, 66.889679, 0.00759398192, -0.174244225, 0.984673083, -0.0868270025, 0.98086834, 0.17424053, -0.996194482, -0.0868195072, -0.00768043287)
  2384. Part149.Color = Color3.new(1, 0, 0)
  2385. Part149.Position = Vector3.new(-80.2121735, 4.0030694, 66.889679)
  2386. Part149.Orientation = Vector3.new(-10.0299997, 90.4499969, -5.05999994)
  2387. Part149.Color = Color3.new(1, 0, 0)
  2388. Part150.Parent = Model1
  2389. Part150.Material = Enum.Material.Neon
  2390. Part150.BrickColor = BrickColor.new("Really red")
  2391. Part150.Rotation = Vector3.new(-94.5199966, 46.7700005, -90.6399994)
  2392. Part150.Anchored = true
  2393. Part150.CanCollide = false
  2394. Part150.Size = Vector3.new(0.088407591, 0.176815182, 0.405543506)
  2395. Part150.CFrame = CFrame.new(-75.4289932, 5.13082552, 66.8278427, -0.00759399543, 0.684922099, 0.72857672, 0.0868270099, -0.725394309, 0.68283534, 0.996194482, 0.0684455782, -0.0539610945)
  2396. Part150.Color = Color3.new(1, 0, 0)
  2397. Part150.Position = Vector3.new(-75.4289932, 5.13082552, 66.8278427)
  2398. Part150.Orientation = Vector3.new(-43.0699997, 94.2399979, 173.169998)
  2399. Part150.Color = Color3.new(1, 0, 0)
  2400. Part151.Parent = Model1
  2401. Part151.Material = Enum.Material.Neon
  2402. Part151.BrickColor = BrickColor.new("Really red")
  2403. Part151.Rotation = Vector3.new(84.8699951, 18.9399986, 90.4599991)
  2404. Part151.Anchored = true
  2405. Part151.CanCollide = false
  2406. Part151.Size = Vector3.new(0.088407591, 0.176815182, 0.309102625)
  2407. Part151.CFrame = CFrame.new(-74.6650467, 6.18928909, 66.741394, -0.00759406667, -0.945830107, 0.324572921, 0.0868270248, -0.323980302, -0.942071736, 0.996194482, 0.0210275855, 0.0845840573)
  2408. Part151.Color = Color3.new(1, 0, 0)
  2409. Part151.Position = Vector3.new(-74.6650467, 6.18928909, 66.741394)
  2410. Part151.Orientation = Vector3.new(70.4000015, 75.3899994, 165)
  2411. Part151.Color = Color3.new(1, 0, 0)
  2412. Part152.Parent = Model1
  2413. Part152.Material = Enum.Material.Neon
  2414. Part152.BrickColor = BrickColor.new("Really red")
  2415. Part152.Rotation = Vector3.new(84.9899979, 3.67999983, 90.4399948)
  2416. Part152.Anchored = true
  2417. Part152.CanCollide = false
  2418. Part152.Size = Vector3.new(0.0884075835, 0.176815167, 0.278970659)
  2419. Part152.CFrame = CFrame.new(-74.6105423, 5.92799664, 66.7645874, -0.00759401498, -0.997911453, 0.0641484559, 0.0868269801, -0.0645661056, -0.994129598, 0.996194601, -0.00197960436, 0.0871360451)
  2420. Part152.Color = Color3.new(1, 0, 0)
  2421. Part152.Position = Vector3.new(-74.6105423, 5.92799664, 66.7645874)
  2422. Part152.Orientation = Vector3.new(83.7900009, 36.3600006, 126.639999)
  2423. Part152.Color = Color3.new(1, 0, 0)
  2424. Part153.Parent = Model1
  2425. Part153.Material = Enum.Material.Neon
  2426. Part153.BrickColor = BrickColor.new("Really red")
  2427. Part153.Rotation = Vector3.new(-94.8600006, 15.5599995, -90.4499969)
  2428. Part153.Anchored = true
  2429. Part153.CanCollide = false
  2430. Part153.Size = Vector3.new(0.088407591, 0.176815182, 0.336720973)
  2431. Part153.CFrame = CFrame.new(-73.8689804, 5.29272985, 66.8255997, -0.0075939619, 0.963299096, 0.268330902, 0.0868270397, -0.266697764, 0.959873497, 0.996194482, 0.0305871293, -0.0816147774)
  2432. Part153.Color = Color3.new(1, 0, 0)
  2433. Part153.Position = Vector3.new(-73.8689804, 5.29272985, 66.8255997)
  2434. Part153.Orientation = Vector3.new(-73.7099991, 106.919998, 161.970001)
  2435. Part153.Color = Color3.new(1, 0, 0)
  2436. Part154.Parent = Model1
  2437. Part154.Material = Enum.Material.Neon
  2438. Part154.BrickColor = BrickColor.new("Really red")
  2439. Part154.Rotation = Vector3.new(-95.2799988, -34.4500008, -90.5299988)
  2440. Part154.Anchored = true
  2441. Part154.CanCollide = false
  2442. Part154.Size = Vector3.new(0.088407591, 0.143101141, 0.203411072)
  2443. Part154.CFrame = CFrame.new(-75.036499, 6.53741074, 66.7082367, -0.00759398984, 0.824558258, -0.565726042, 0.0868270621, 0.564149737, 0.821095288, 0.996194482, -0.0428850092, -0.0758782104)
  2444. Part154.Color = Color3.new(1, 0, 0)
  2445. Part154.Position = Vector3.new(-75.036499, 6.53741074, 66.7082367)
  2446. Part154.Orientation = Vector3.new(-55.1899986, -97.6399994, 8.75)
  2447. Part154.Color = Color3.new(1, 0, 0)
  2448. Part155.Parent = Model1
  2449. Part155.Material = Enum.Material.Neon
  2450. Part155.BrickColor = BrickColor.new("Really red")
  2451. Part155.Rotation = Vector3.new(84.3499985, 57.0599976, -89.1999969)
  2452. Part155.Anchored = true
  2453. Part155.CanCollide = false
  2454. Part155.Size = Vector3.new(0.088407591, 0.176678017, 0.22711277)
  2455. Part155.CFrame = CFrame.new(-79.4925613, 3.94343472, 66.9003296, 0.00759401359, 0.543654799, 0.839274526, -0.0868270025, 0.836487889, -0.541064203, -0.996194482, -0.0687629431, 0.0535562821)
  2456. Part155.Color = Color3.new(1, 0, 0)
  2457. Part155.Position = Vector3.new(-79.4925613, 3.94343472, 66.9003296)
  2458. Part155.Orientation = Vector3.new(32.7599983, 86.3499985, -5.92999983)
  2459. Part155.Color = Color3.new(1, 0, 0)
  2460. Part156.Parent = Model1
  2461. Part156.Material = Enum.Material.Neon
  2462. Part156.BrickColor = BrickColor.new("Really red")
  2463. Part156.Rotation = Vector3.new(83.8899994, 68.9300003, -88.7900009)
  2464. Part156.Anchored = true
  2465. Part156.CanCollide = false
  2466. Part156.Size = Vector3.new(0.088407591, 0.176815182, 0.20375371)
  2467. Part156.CFrame = CFrame.new(-79.7359619, 4.37000132, 66.8613205, 0.00759398658, 0.359400749, 0.933152378, -0.0868269876, 0.929892421, -0.357438654, -0.996194482, -0.0783085302, 0.0382673144)
  2468. Part156.Color = Color3.new(1, 0, 0)
  2469. Part156.Position = Vector3.new(-79.7359619, 4.37000132, 66.8613205)
  2470. Part156.Orientation = Vector3.new(20.9399986, 87.6500015, -5.32999992)
  2471. Part156.Color = Color3.new(1, 0, 0)
  2472. Part157.Parent = Model1
  2473. Part157.Material = Enum.Material.Neon
  2474. Part157.BrickColor = BrickColor.new("Really red")
  2475. Part157.Rotation = Vector3.new(84.3899994, 55.3699989, -89.2299957)
  2476. Part157.Anchored = true
  2477. Part157.CanCollide = false
  2478. Part157.Size = Vector3.new(0.0884075835, 0.176815167, 0.446891993)
  2479. Part157.CFrame = CFrame.new(-79.0402374, 3.65537477, 66.9288788, 0.00759401871, 0.568173587, 0.822873712, -0.0868270025, 0.82016474, -0.565501869, -0.996194482, -0.0671533123, 0.0555612147)
  2480. Part157.Color = Color3.new(1, 0, 0)
  2481. Part157.Position = Vector3.new(-79.0402374, 3.65537477, 66.9288788)
  2482. Part157.Orientation = Vector3.new(34.4399986, 86.1399994, -6.03999996)
  2483. Part157.Color = Color3.new(1, 0, 0)
  2484. Part158.Parent = Model1
  2485. Part158.Material = Enum.Material.Neon
  2486. Part158.BrickColor = BrickColor.new("Really red")
  2487. Part158.Rotation = Vector3.new(84.3799973, 55.5699997, -89.2299957)
  2488. Part158.Anchored = true
  2489. Part158.CanCollide = false
  2490. Part158.Size = Vector3.new(0.088407591, 0.176815182, 0.411184579)
  2491. Part158.CFrame = CFrame.new(-81.3044434, 4.23808765, 66.8608627, 0.00759401126, 0.565362632, 0.824807465, -0.0868270025, 0.822089493, -0.562700093, -0.996194482, -0.0673425049, 0.0553317592)
  2492. Part158.Color = Color3.new(1, 0, 0)
  2493. Part158.Position = Vector3.new(-81.3044434, 4.23808765, 66.8608627)
  2494. Part158.Orientation = Vector3.new(34.2399979, 86.159996, -6.02999973)
  2495. Part158.Color = Color3.new(1, 0, 0)
  2496. Part159.Parent = Model1
  2497. Part159.Material = Enum.Material.Neon
  2498. Part159.BrickColor = BrickColor.new("Really red")
  2499. Part159.Rotation = Vector3.new(-95.4499969, -47.0900002, 89.3600006)
  2500. Part159.Anchored = true
  2501. Part159.CanCollide = false
  2502. Part159.Size = Vector3.new(0.0884075835, 0.166893631, 0.520854712)
  2503. Part159.CFrame = CFrame.new(-79.009346, 3.68772578, 66.9263077, 0.0075939619, -0.680792928, -0.732436657, -0.086827077, -0.730140269, 0.677758276, -0.996194482, 0.05844846, -0.0646559224)
  2504. Part159.Color = Color3.new(1, 0, 0)
  2505. Part159.Position = Vector3.new(-79.009346, 3.68772578, 66.9263077)
  2506. Part159.Orientation = Vector3.new(-42.6699982, -95.0400009, -173.220001)
  2507. Part159.Color = Color3.new(1, 0, 0)
  2508. Part160.Parent = Model1
  2509. Part160.Material = Enum.Material.Neon
  2510. Part160.BrickColor = BrickColor.new("Really red")
  2511. Part160.Rotation = Vector3.new(79.3799973, 85.5800018, -84.3399963)
  2512. Part160.Anchored = true
  2513. Part160.CanCollide = false
  2514. Part160.Size = Vector3.new(0.0884075835, 0.176815167, 0.425790519)
  2515. Part160.CFrame = CFrame.new(-80.5747147, 3.98975754, 66.8880386, 0.00759399682, 0.0766274109, 0.997030735, -0.0868270099, 0.993345201, -0.0756827965, -0.996194482, -0.0859946012, 0.0141967908)
  2516. Part160.Color = Color3.new(1, 0, 0)
  2517. Part160.Position = Vector3.new(-80.5747147, 3.98975754, 66.8880386)
  2518. Part160.Orientation = Vector3.new(4.33999968, 89.1800003, -5)
  2519. Part160.Color = Color3.new(1, 0, 0)
  2520. Part161.Parent = Model1
  2521. Part161.Material = Enum.Material.Neon
  2522. Part161.BrickColor = BrickColor.new("Really red")
  2523. Part161.Rotation = Vector3.new(83.159996, 76.8099976, -88.0899963)
  2524. Part161.Anchored = true
  2525. Part161.CanCollide = false
  2526. Part161.Size = Vector3.new(0.0884075835, 0.176815167, 0.322586983)
  2527. Part161.CFrame = CFrame.new(-79.7169724, 4.02965355, 66.891098, 0.00759400381, 0.22797437, 0.973637581, -0.0868270025, 0.970138669, -0.226477861, -0.996194482, -0.0828181654, 0.0271615647)
  2528. Part161.Color = Color3.new(1, 0, 0)
  2529. Part161.Position = Vector3.new(-79.7169724, 4.02965355, 66.891098)
  2530. Part161.Orientation = Vector3.new(13.0900002, 88.4000015, -5.10999966)
  2531. Part161.Color = Color3.new(1, 0, 0)
  2532. Part162.Parent = Model1
  2533. Part162.Material = Enum.Material.Neon
  2534. Part162.BrickColor = BrickColor.new("Really red")
  2535. Part162.Rotation = Vector3.new(84.6399994, 41.2900009, -89.4199982)
  2536. Part162.Anchored = true
  2537. Part162.CanCollide = false
  2538. Part162.Size = Vector3.new(0.088407591, 0.176815182, 0.412914902)
  2539. Part162.CFrame = CFrame.new(-80.6099777, 4.89396334, 66.8089828, 0.00759400381, 0.751284301, 0.659934998, -0.0868270025, 0.657956958, -0.748033226, -0.996194482, -0.0516196117, 0.0702282861)
  2540. Part162.Color = Color3.new(1, 0, 0)
  2541. Part162.Position = Vector3.new(-80.6099777, 4.89396334, 66.8089828)
  2542. Part162.Orientation = Vector3.new(48.4199982, 83.9300003, -7.51999998)
  2543. Part162.Color = Color3.new(1, 0, 0)
  2544. Part163.Parent = Model1
  2545. Part163.Material = Enum.Material.Neon
  2546. Part163.BrickColor = BrickColor.new("Really red")
  2547. Part163.Rotation = Vector3.new(82.3099976, 80.8600006, -87.2599945)
  2548. Part163.Anchored = true
  2549. Part163.CanCollide = false
  2550. Part163.Size = Vector3.new(0.0884075835, 0.131340966, 0.208168983)
  2551. Part163.CFrame = CFrame.new(-78.5181427, 3.42772889, 66.9527359, 0.00759400101, 0.158731878, 0.987292588, -0.0868270025, 0.983697414, -0.157486036, -0.996194482, -0.0845278203, 0.0212524291)
  2552. Part163.Color = Color3.new(1, 0, 0)
  2553. Part163.Position = Vector3.new(-78.5181427, 3.42772889, 66.9527359)
  2554. Part163.Orientation = Vector3.new(9.05999947, 88.7699966, -5.03999996)
  2555. Part163.Color = Color3.new(1, 0, 0)
  2556. Part164.Parent = Model1
  2557. Part164.Material = Enum.Material.Neon
  2558. Part164.BrickColor = BrickColor.new("Really red")
  2559. Part164.Rotation = Vector3.new(-94.659996, 36.8600006, -90.5400009)
  2560. Part164.Anchored = true
  2561. Part164.CanCollide = false
  2562. Part164.Size = Vector3.new(0.088407591, 0.176815182, 0.39690578)
  2563. Part164.CFrame = CFrame.new(-75.1723862, 5.41619301, 66.8049164, -0.0075939903, 0.800071836, 0.599856257, 0.0868270099, -0.597080946, 0.797469079, 0.996194482, 0.0581397638, -0.0649337098)
  2564. Part164.Color = Color3.new(1, 0, 0)
  2565. Part164.Position = Vector3.new(-75.1723862, 5.41619301, 66.8049164)
  2566. Part164.Orientation = Vector3.new(-52.8899994, 96.1800003, 171.729996)
  2567. Part164.Color = Color3.new(1, 0, 0)
  2568. Part165.Parent = Model1
  2569. Part165.Material = Enum.Material.Neon
  2570. Part165.BrickColor = BrickColor.new("Really red")
  2571. Part165.Rotation = Vector3.new(-94.8299942, 19.6099987, -90.4599991)
  2572. Part165.Anchored = true
  2573. Part165.CanCollide = false
  2574. Part165.Size = Vector3.new(0.088407591, 0.176815182, 0.362818539)
  2575. Part165.CFrame = CFrame.new(-75.0050354, 5.72146511, 66.7796021, -0.00759398378, 0.941961229, 0.33563593, 0.0868270248, -0.333756804, 0.938651979, 0.996194482, 0.0362703726, -0.0792531446)
  2576. Part165.Color = Color3.new(1, 0, 0)
  2577. Part165.Position = Vector3.new(-75.0050354, 5.72146511, 66.7796021)
  2578. Part165.Orientation = Vector3.new(-69.8300018, 103.290001, 165.419998)
  2579. Part165.Color = Color3.new(1, 0, 0)
  2580. Part166.Parent = Model1
  2581. Part166.Material = Enum.Material.Neon
  2582. Part166.BrickColor = BrickColor.new("Really red")
  2583. Part166.Rotation = Vector3.new(84.8899994, 16.2099991, 90.4499969)
  2584. Part166.Anchored = true
  2585. Part166.CanCollide = false
  2586. Part166.Size = Vector3.new(0.088407591, 0.152441859, 0.261689216)
  2587. Part166.CFrame = CFrame.new(-76.2011261, 3.67199254, 66.9490967, -0.0075940676, -0.960206807, 0.279186517, 0.0868270248, -0.278773487, -0.956424475, 0.996194482, 0.0169778205, 0.0854890421)
  2588. Part166.Color = Color3.new(1, 0, 0)
  2589. Part166.Position = Vector3.new(-76.2011261, 3.67199254, 66.9490967)
  2590. Part166.Orientation = Vector3.new(73.0199966, 72.9799957, 162.699997)
  2591. Part166.Color = Color3.new(1, 0, 0)
  2592. Part167.Parent = Model1
  2593. Part167.Material = Enum.Material.Neon
  2594. Part167.BrickColor = BrickColor.new("Really red")
  2595. Part167.Rotation = Vector3.new(-94.8600006, 15.1700001, 89.5499954)
  2596. Part167.Anchored = true
  2597. Part167.CanCollide = false
  2598. Part167.Size = Vector3.new(0.0884075835, 0.147372633, 0.127730176)
  2599. Part167.CFrame = CFrame.new(-79.2231445, 3.5132587, 66.9398804, 0.00759394839, -0.965135276, 0.261649668, -0.0868270323, 0.260040283, 0.961698413, -0.996194482, -0.030020874, -0.0818247795)
  2600. Part167.Color = Color3.new(1, 0, 0)
  2601. Part167.Position = Vector3.new(-79.2231445, 3.5132587, 66.9398804)
  2602. Part167.Orientation = Vector3.new(-74.0899963, 107.369995, -18.4599991)
  2603. Part167.Color = Color3.new(1, 0, 0)
  2604. Part168.Parent = Model1
  2605. Part168.Material = Enum.Material.Neon
  2606. Part168.BrickColor = BrickColor.new("Really red")
  2607. Part168.Rotation = Vector3.new(-95.0699997, -11.8400002, 89.5599976)
  2608. Part168.Anchored = true
  2609. Part168.CanCollide = false
  2610. Part168.Size = Vector3.new(0.0884075835, 0.176815167, 0.230464101)
  2611. Part168.CFrame = CFrame.new(-79.2030792, 3.92867231, 66.9038086, 0.00759394839, -0.978690803, -0.205198944, -0.0868270546, -0.205075338, 0.974888086, -0.996194482, 0.0104135983, -0.0865342841)
  2612. Part168.Color = Color3.new(1, 0, 0)
  2613. Part168.Position = Vector3.new(-79.2030792, 3.92867231, 66.9038086)
  2614. Part168.Orientation = Vector3.new(-77.1299973, -112.869995, -157.050003)
  2615. Part168.Color = Color3.new(1, 0, 0)
  2616. Part169.Parent = Model1
  2617. Part169.Material = Enum.Material.Neon
  2618. Part169.BrickColor = BrickColor.new("Really red")
  2619. Part169.Rotation = Vector3.new(83.4700012, 74.2799988, -88.3899994)
  2620. Part169.Anchored = true
  2621. Part169.CanCollide = false
  2622. Part169.Size = Vector3.new(0.0884075835, 0.153928205, 0.28597948)
  2623. Part169.CFrame = CFrame.new(-78.7481232, 3.49183965, 66.9453812, 0.00759400567, 0.270840913, 0.962596357, -0.0868270025, 0.959175169, -0.269198865, -0.996194482, -0.0815347508, 0.0307998005)
  2624. Part169.Color = Color3.new(1, 0, 0)
  2625. Part169.Position = Vector3.new(-78.7481232, 3.49183965, 66.9453812)
  2626. Part169.Orientation = Vector3.new(15.6199999, 88.1699982, -5.17000008)
  2627. Part169.Color = Color3.new(1, 0, 0)
  2628. Part170.Parent = Model1
  2629. Part170.Material = Enum.Material.Neon
  2630. Part170.BrickColor = BrickColor.new("Really red")
  2631. Part170.Rotation = Vector3.new(85.1800003, -20.8999996, -89.5299988)
  2632. Part170.Anchored = true
  2633. Part170.CanCollide = false
  2634. Part170.Size = Vector3.new(0.0884075835, 0.176677987, 0.328501463)
  2635. Part170.CFrame = CFrame.new(-79.3245773, 3.94742346, 66.9012527, 0.00759403221, 0.934193492, -0.356685966, -0.0868270621, -0.354733288, -0.930927932, -0.996194482, 0.0380395316, 0.0784195215)
  2636. Part170.Color = Color3.new(1, 0, 0)
  2637. Part170.Position = Vector3.new(-79.3245773, 3.94742346, 66.9012527)
  2638. Part170.Orientation = Vector3.new(68.5800018, -77.5999985, -166.25)
  2639. Part170.Color = Color3.new(1, 0, 0)
  2640. WedgePart171.Parent = Model1
  2641. WedgePart171.Material = Enum.Material.Neon
  2642. WedgePart171.BrickColor = BrickColor.new("Really red")
  2643. WedgePart171.Rotation = Vector3.new(83.7200012, 71.4599991, 91.3699951)
  2644. WedgePart171.Anchored = true
  2645. WedgePart171.CanCollide = false
  2646. WedgePart171.Size = Vector3.new(0.088407591, 0.11916811, 0.279566944)
  2647. WedgePart171.CFrame = CFrame.new(-76.5407791, 4.13524246, 66.9061279, -0.00759398378, -0.317944288, 0.948079169, 0.0868269429, -0.944735169, -0.316127539, 0.996194482, 0.0799181163, 0.0347804353)
  2648. WedgePart171.Color = Color3.new(1, 0, 0)
  2649. WedgePart171.Position = Vector3.new(-76.5407791, 4.13524246, 66.9061279)
  2650. WedgePart171.Orientation = Vector3.new(18.4300003, 87.9000015, 174.75)
  2651. WedgePart171.Color = Color3.new(1, 0, 0)
  2652. WedgePart172.Parent = Model1
  2653. WedgePart172.Material = Enum.Material.Neon
  2654. WedgePart172.BrickColor = BrickColor.new("Really red")
  2655. WedgePart172.Rotation = Vector3.new(-93.4799957, 73.8600006, 88.4300003)
  2656. WedgePart172.Anchored = true
  2657. WedgePart172.CanCollide = false
  2658. WedgePart172.Size = Vector3.new(0.0884075835, 0.0694774389, 0.25992772)
  2659. WedgePart172.CFrame = CFrame.new(-79.5114365, 3.44855285, 66.9433212, 0.0075939619, -0.277846634, 0.960595369, -0.086826995, 0.956812501, 0.277438849, -0.996194482, -0.0855125785, -0.0168586224)
  2660. WedgePart172.Color = Color3.new(1, 0, 0)
  2661. WedgePart172.Position = Vector3.new(-79.5114365, 3.44855285, 66.9433212)
  2662. WedgePart172.Orientation = Vector3.new(-16.1099987, 91.0099945, -5.19000006)
  2663. WedgePart172.Color = Color3.new(1, 0, 0)
  2664. WedgePart173.Parent = Model1
  2665. WedgePart173.Material = Enum.Material.Neon
  2666. WedgePart173.BrickColor = BrickColor.new("Really red")
  2667. WedgePart173.Rotation = Vector3.new(89.7799988, -84.7699966, -85.2200012)
  2668. WedgePart173.Anchored = true
  2669. WedgePart173.CanCollide = false
  2670. WedgePart173.Size = Vector3.new(0.0884075835, 0.0998028964, 0.361160547)
  2671. WedgePart173.CFrame = CFrame.new(-80.3664169, 6.67674065, 66.6554489, 0.0075939754, 0.0908282101, -0.995837569, -0.086827077, -0.992045879, -0.0911445022, -0.996194482, 0.0871579349, 0.000352791976)
  2672. WedgePart173.Color = Color3.new(1, 0, 0)
  2673. WedgePart173.Position = Vector3.new(-80.3664169, 6.67674065, 66.6554489)
  2674. WedgePart173.Orientation = Vector3.new(5.23000002, -89.9799957, -175)
  2675. WedgePart173.Color = Color3.new(1, 0, 0)
  2676. WedgePart174.Parent = Model1
  2677. WedgePart174.Material = Enum.Material.Neon
  2678. WedgePart174.BrickColor = BrickColor.new("Really red")
  2679. WedgePart174.Rotation = Vector3.new(-91.3099976, 83.2399979, -93.6999969)
  2680. WedgePart174.Anchored = true
  2681. WedgePart174.CanCollide = false
  2682. WedgePart174.Size = Vector3.new(0.0884075835, 0.0988070592, 0.563214064)
  2683. WedgePart174.CFrame = CFrame.new(-77.2436676, 3.42038989, 66.9630814, -0.00759398844, 0.117399104, 0.993055761, 0.0868269354, -0.989257097, 0.117614008, 0.996194601, 0.0871172398, -0.00268101646)
  2684. WedgePart174.Color = Color3.new(1, 0, 0)
  2685. WedgePart174.Position = Vector3.new(-77.2436676, 3.42038989, 66.9630814)
  2686. WedgePart174.Orientation = Vector3.new(-6.75, 90.1500015, 174.979996)
  2687. WedgePart174.Color = Color3.new(1, 0, 0)
  2688. WedgePart175.Parent = Model1
  2689. WedgePart175.Material = Enum.Material.Neon
  2690. WedgePart175.BrickColor = BrickColor.new("Really red")
  2691. WedgePart175.Rotation = Vector3.new(-94.5599976, 43.9399986, -90.5999985)
  2692. WedgePart175.Anchored = true
  2693. WedgePart175.CanCollide = false
  2694. WedgePart175.Size = Vector3.new(0.0884075835, 0.0860561207, 0.321951598)
  2695. WedgePart175.CFrame = CFrame.new(-79.483963, 3.46508861, 66.9421082, -0.00759406621, 0.720070243, 0.693859637, 0.0868270025, -0.690784156, 0.717828929, 0.996194482, 0.0656969845, -0.0572756827)
  2696. WedgePart175.Color = Color3.new(1, 0, 0)
  2697. WedgePart175.Position = Vector3.new(-79.483963, 3.46508861, 66.9421082)
  2698. WedgePart175.Orientation = Vector3.new(-45.8799973, 94.7200012, 172.839996)
  2699. WedgePart175.Color = Color3.new(1, 0, 0)
  2700. WedgePart176.Parent = Model1
  2701. WedgePart176.Material = Enum.Material.Neon
  2702. WedgePart176.BrickColor = BrickColor.new("Really red")
  2703. WedgePart176.Rotation = Vector3.new(85.2200012, -25.3299999, 90.4799957)
  2704. WedgePart176.Anchored = true
  2705. WedgePart176.CanCollide = false
  2706. WedgePart176.Size = Vector3.new(0.0884075835, 0.188014537, 0.441079795)
  2707. WedgePart176.CFrame = CFrame.new(-79.0959625, 4.0764184, 66.8917618, -0.00759389484, -0.903852046, -0.427777827, 0.0868271068, 0.425578773, -0.900746942, 0.996194482, -0.0439829305, 0.0752471536)
  2708. WedgePart176.Color = Color3.new(1, 0, 0)
  2709. WedgePart176.Position = Vector3.new(-79.0959625, 4.0764184, 66.8917618)
  2710. WedgePart176.Orientation = Vector3.new(64.2600021, -80.0199966, 11.5299997)
  2711. WedgePart176.Color = Color3.new(1, 0, 0)
  2712. WedgePart177.Parent = Model1
  2713. WedgePart177.Material = Enum.Material.Neon
  2714. WedgePart177.BrickColor = BrickColor.new("Really red")
  2715. WedgePart177.Rotation = Vector3.new(-96.409996, -73.1100006, -91.5)
  2716. WedgePart177.Anchored = true
  2717. WedgePart177.CanCollide = false
  2718. WedgePart177.Size = Vector3.new(0.0884075835, 0.0690558478, 0.393628031)
  2719. WedgePart177.CFrame = CFrame.new(-78.5785904, 2.98294377, 66.9910126, -0.00759389903, 0.290375143, -0.95688498, 0.0868269801, 0.953497767, 0.288663864, 0.996194482, -0.0808910504, -0.0324526764)
  2720. WedgePart177.Color = Color3.new(1, 0, 0)
  2721. WedgePart177.Position = Vector3.new(-78.5785904, 2.98294377, 66.9910126)
  2722. WedgePart177.Orientation = Vector3.new(-16.7799988, -91.9399948, 5.19999981)
  2723. WedgePart177.Color = Color3.new(1, 0, 0)
  2724. WedgePart178.Parent = Model1
  2725. WedgePart178.Material = Enum.Material.Neon
  2726. WedgePart178.BrickColor = BrickColor.new("Really red")
  2727. WedgePart178.Rotation = Vector3.new(-95.0899963, -13.8999996, 89.5499954)
  2728. WedgePart178.Anchored = true
  2729. WedgePart178.CanCollide = false
  2730. WedgePart178.Size = Vector3.new(0.0884075835, 0.0860561207, 0.321951598)
  2731. WedgePart178.CFrame = CFrame.new(-76.3032837, 3.3921659, 66.972702, 0.0075940541, -0.970696867, -0.240187511, -0.0868270472, -0.23992753, 0.966900885, -0.996194482, 0.0135121085, -0.0861048773)
  2732. WedgePart178.Color = Color3.new(1, 0, 0)
  2733. WedgePart178.Position = Vector3.new(-76.3032837, 3.3921659, 66.972702)
  2734. WedgePart178.Orientation = Vector3.new(-75.2200012, -109.720001, -160.110001)
  2735. WedgePart178.Color = Color3.new(1, 0, 0)
  2736. WedgePart179.Parent = Model1
  2737. WedgePart179.Material = Enum.Material.Neon
  2738. WedgePart179.BrickColor = BrickColor.new("Really red")
  2739. WedgePart179.Rotation = Vector3.new(85.0499954, -4.71000004, -89.5599976)
  2740. WedgePart179.Anchored = true
  2741. WedgePart179.CanCollide = false
  2742. WedgePart179.Size = Vector3.new(0.0884075835, 0.188014537, 0.441079795)
  2743. WedgePart179.CFrame = CFrame.new(-76.3320847, 4.11462736, 66.9095154, 0.00759395631, 0.996590316, -0.0821583793, -0.0868268907, -0.0811933503, -0.992909789, -0.996194601, 0.0146736708, 0.0859143361)
  2744. WedgePart179.Color = Color3.new(1, 0, 0)
  2745. WedgePart179.Position = Vector3.new(-76.3320847, 4.11462736, 66.9095154)
  2746. WedgePart179.Orientation = Vector3.new(83.1699982, -43.7199974, -133.080002)
  2747. WedgePart179.Color = Color3.new(1, 0, 0)
  2748. WedgePart180.Parent = Model1
  2749. WedgePart180.Material = Enum.Material.Neon
  2750. WedgePart180.BrickColor = BrickColor.new("Really red")
  2751. WedgePart180.Rotation = Vector3.new(83.159996, 76.8300018, -88.0899963)
  2752. WedgePart180.Anchored = true
  2753. WedgePart180.CanCollide = false
  2754. WedgePart180.Size = Vector3.new(0.0884075835, 0.0690558478, 0.393628031)
  2755. WedgePart180.CFrame = CFrame.new(-77.3295975, 3.42513061, 66.9619904, 0.00759389531, 0.227637172, 0.973716497, -0.0868269876, 0.97021699, -0.226141915, -0.996194482, -0.0828275681, 0.0271327738)
  2756. WedgePart180.Color = Color3.new(1, 0, 0)
  2757. WedgePart180.Position = Vector3.new(-77.3295975, 3.42513061, 66.9619904)
  2758. WedgePart180.Orientation = Vector3.new(13.0699997, 88.4000015, -5.10999966)
  2759. WedgePart180.Color = Color3.new(1, 0, 0)
  2760. WedgePart181.Parent = Model1
  2761. WedgePart181.Material = Enum.Material.Neon
  2762. WedgePart181.BrickColor = BrickColor.new("Really red")
  2763. WedgePart181.Rotation = Vector3.new(84.8099976, 25.289999, -89.5199966)
  2764. WedgePart181.Anchored = true
  2765. WedgePart181.CanCollide = false
  2766. WedgePart181.Size = Vector3.new(0.0884075835, 0.188014537, 0.441079795)
  2767. WedgePart181.CFrame = CFrame.new(-76.4751587, 4.07722855, 66.9116898, 0.00759389345, 0.904150665, 0.427146107, -0.086826928, 0.42614162, -0.900480866, -0.996194601, -0.0302496776, 0.0817407891)
  2768. WedgePart181.Color = Color3.new(1, 0, 0)
  2769. WedgePart181.Position = Vector3.new(-76.4751587, 4.07722855, 66.9116898)
  2770. WedgePart181.Orientation = Vector3.new(64.2200012, 79.1699982, -11.5199995)
  2771. WedgePart181.Color = Color3.new(1, 0, 0)
  2772. WedgePart182.Parent = Model1
  2773. WedgePart182.Material = Enum.Material.Neon
  2774. WedgePart182.BrickColor = BrickColor.new("Really red")
  2775. WedgePart182.Rotation = Vector3.new(-95.4000015, -43.829998, -90.5999985)
  2776. WedgePart182.Anchored = true
  2777. WedgePart182.CanCollide = false
  2778. WedgePart182.Size = Vector3.new(0.0884075835, 0.0694774389, 0.25992772)
  2779. WedgePart182.CFrame = CFrame.new(-76.2877731, 3.36415982, 66.9752502, -0.0075939619, 0.721399546, -0.692480445, 0.0868269876, 0.690363646, 0.718250036, 0.996194482, -0.0546716005, -0.0678789765)
  2780. WedgePart182.Color = Color3.new(1, 0, 0)
  2781. WedgePart182.Position = Vector3.new(-76.2877731, 3.36415982, 66.9752502)
  2782. WedgePart182.Orientation = Vector3.new(-45.9099998, -95.5999985, 7.17000008)
  2783. WedgePart182.Color = Color3.new(1, 0, 0)
  2784. WedgePart183.Parent = Model1
  2785. WedgePart183.Material = Enum.Material.Neon
  2786. WedgePart183.BrickColor = BrickColor.new("Really red")
  2787. WedgePart183.Rotation = Vector3.new(80.2999954, 84.7299957, 94.7399979)
  2788. WedgePart183.Anchored = true
  2789. WedgePart183.CanCollide = false
  2790. WedgePart183.Size = Vector3.new(0.0884075835, 0.0998028964, 0.361160547)
  2791. WedgePart183.CFrame = CFrame.new(-75.2029037, 6.67835522, 66.6946793, -0.00759397773, -0.0915154591, 0.995774865, 0.0868269429, -0.992103457, -0.0905158818, 0.996194601, 0.0857728049, 0.015480021)
  2792. WedgePart183.Color = Color3.new(1, 0, 0)
  2793. WedgePart183.Position = Vector3.new(-75.2029037, 6.67835522, 66.6946793)
  2794. WedgePart183.Orientation = Vector3.new(5.19000006, 89.1100006, 175)
  2795. WedgePart183.Color = Color3.new(1, 0, 0)
  2796. WedgePart184.Parent = Model1
  2797. WedgePart184.Material = Enum.Material.Neon
  2798. WedgePart184.BrickColor = BrickColor.new("Really red")
  2799. WedgePart184.Rotation = Vector3.new(-95.5599976, -53.2199974, 89.2699966)
  2800. WedgePart184.Anchored = true
  2801. WedgePart184.CanCollide = false
  2802. WedgePart184.Size = Vector3.new(0.0884075835, 0.0988070592, 0.563214064)
  2803. WedgePart184.CFrame = CFrame.new(-78.6553497, 3.02159953, 66.9870529, 0.00759394513, -0.598748147, -0.800901413, -0.0868270695, -0.798294842, 0.595976233, -0.996194482, 0.0650141984, -0.0580498241)
  2804. WedgePart184.Color = Color3.new(1, 0, 0)
  2805. WedgePart184.Position = Vector3.new(-78.6553497, 3.02159953, 66.9870529)
  2806. WedgePart184.Orientation = Vector3.new(-36.579998, -94.1500015, -173.789993)
  2807. WedgePart184.Color = Color3.new(1, 0, 0)
  2808. WedgePart185.Parent = Model1
  2809. WedgePart185.Material = Enum.Material.Neon
  2810. WedgePart185.BrickColor = BrickColor.new("Really red")
  2811. WedgePart185.Rotation = Vector3.new(85.6199951, -53.8899994, 90.7399979)
  2812. WedgePart185.Anchored = true
  2813. WedgePart185.CanCollide = false
  2814. WedgePart185.Size = Vector3.new(0.0884075835, 0.125875413, 0.455510169)
  2815. WedgePart185.CFrame = CFrame.new(-80.4121857, 6.65950871, 66.6566238, -0.00759387389, -0.589267492, -0.807902277, 0.0868270621, 0.804486156, -0.587592065, 0.996194482, -0.07460998, 0.0450552739)
  2816. WedgePart185.Color = Color3.new(1, 0, 0)
  2817. WedgePart185.Position = Vector3.new(-80.4121857, 6.65950871, 66.6566238)
  2818. WedgePart185.Orientation = Vector3.new(35.9899979, -86.8099976, 6.15999985)
  2819. WedgePart185.Color = Color3.new(1, 0, 0)
  2820. WedgePart186.Parent = Model1
  2821. WedgePart186.Material = Enum.Material.Neon
  2822. WedgePart186.BrickColor = BrickColor.new("Really red")
  2823. WedgePart186.Rotation = Vector3.new(84.4000015, 54.75, 90.75)
  2824. WedgePart186.Anchored = true
  2825. WedgePart186.CanCollide = false
  2826. WedgePart186.Size = Vector3.new(0.0884075835, 0.0998028964, 0.361160547)
  2827. WedgePart186.CFrame = CFrame.new(-73.9252472, 5.73436069, 66.7866745, -0.00759401871, -0.577138424, 0.816610992, 0.0868269429, -0.813931465, -0.574437261, 0.996194601, 0.0665416345, 0.0562922359)
  2828. WedgePart186.Color = Color3.new(1, 0, 0)
  2829. WedgePart186.Position = Vector3.new(-73.9252472, 5.73436069, 66.7866745)
  2830. WedgePart186.Orientation = Vector3.new(35.0599976, 86.0599976, 173.910004)
  2831. WedgePart186.Color = Color3.new(1, 0, 0)
  2832. WedgePart187.Parent = Model1
  2833. WedgePart187.Material = Enum.Material.Neon
  2834. WedgePart187.BrickColor = BrickColor.new("Really red")
  2835. WedgePart187.Rotation = Vector3.new(84.8300018, 23.8500004, -89.5199966)
  2836. WedgePart187.Anchored = true
  2837. WedgePart187.CanCollide = false
  2838. WedgePart187.Size = Vector3.new(0.0884075835, 0.125875413, 0.455510169)
  2839. WedgePart187.CFrame = CFrame.new(-73.894249, 5.6966486, 66.7902069, 0.00759391487, 0.914552927, 0.404394954, -0.0868269205, 0.403482646, -0.910859168, -0.996194601, -0.0281954389, 0.082471922)
  2840. WedgePart187.Color = Color3.new(1, 0, 0)
  2841. WedgePart187.Position = Vector3.new(-73.894249, 5.6966486, 66.7902069)
  2842. WedgePart187.Orientation = Vector3.new(65.6199951, 78.4700012, -12.1399994)
  2843. WedgePart187.Color = Color3.new(1, 0, 0)
  2844. WedgePart188.Parent = Model1
  2845. WedgePart188.Material = Enum.Material.Neon
  2846. WedgePart188.BrickColor = BrickColor.new("Really red")
  2847. WedgePart188.Rotation = Vector3.new(84.6299973, 41.4599991, 90.5799942)
  2848. WedgePart188.Anchored = true
  2849. WedgePart188.CanCollide = false
  2850. WedgePart188.Size = Vector3.new(0.088407591, 0.11916811, 0.279566944)
  2851. WedgePart188.CFrame = CFrame.new(-76.3597794, 4.19762039, 66.9020767, -0.0075940215, -0.749388039, 0.66208756, 0.0868269354, -0.660100102, -0.746142745, 0.996194482, 0.0518208072, 0.0700798854)
  2852. WedgePart188.Color = Color3.new(1, 0, 0)
  2853. WedgePart188.Position = Vector3.new(-76.3597794, 4.19762039, 66.9020767)
  2854. WedgePart188.Orientation = Vector3.new(48.2599983, 83.9599991, 172.509995)
  2855. WedgePart188.Color = Color3.new(1, 0, 0)
  2856. WedgePart189.Parent = Model1
  2857. WedgePart189.Material = Enum.Material.Neon
  2858. WedgePart189.BrickColor = BrickColor.new("Really red")
  2859. WedgePart189.Rotation = Vector3.new(84.9799957, 4.67000008, 90.4399948)
  2860. WedgePart189.Anchored = true
  2861. WedgePart189.CanCollide = false
  2862. WedgePart189.Size = Vector3.new(0.0884075835, 0.188014537, 0.441079795)
  2863. WedgePart189.CFrame = CFrame.new(-79.239006, 4.11372232, 66.8873978, -0.00759395538, -0.996647537, 0.0814627036, 0.0868271366, -0.0818146095, -0.992858946, 0.996194482, -0.000466539524, 0.0871574655)
  2864. WedgePart189.Color = Color3.new(1, 0, 0)
  2865. WedgePart189.Position = Vector3.new(-79.239006, 4.11372232, 66.8873978)
  2866. WedgePart189.Orientation = Vector3.new(83.1500015, 43.0699997, 133.300003)
  2867. WedgePart189.Color = Color3.new(1, 0, 0)
  2868. WedgePart190.Parent = Model1
  2869. WedgePart190.Material = Enum.Material.Neon
  2870. WedgePart190.BrickColor = BrickColor.new("Really red")
  2871. WedgePart190.Rotation = Vector3.new(86.3199997, -71.5, -88.6299973)
  2872. WedgePart190.Anchored = true
  2873. WedgePart190.CanCollide = false
  2874. WedgePart190.Size = Vector3.new(0.088407591, 0.11916811, 0.279566944)
  2875. WedgePart190.CFrame = CFrame.new(-79.0303192, 4.13448429, 66.8871994, 0.00759398239, 0.317289889, -0.948298216, -0.0868270621, -0.944535255, -0.316726238, -0.996194482, 0.0847432613, 0.0203766096)
  2876. WedgePart190.Color = Color3.new(1, 0, 0)
  2877. WedgePart190.Position = Vector3.new(-79.0303192, 4.13448429, 66.8871994)
  2878. WedgePart190.Orientation = Vector3.new(18.4699993, -88.7699966, -174.75)
  2879. WedgePart190.Color = Color3.new(1, 0, 0)
  2880. WedgePart191.Parent = Model1
  2881. WedgePart191.Material = Enum.Material.Neon
  2882. WedgePart191.BrickColor = BrickColor.new("Really red")
  2883. WedgePart191.Rotation = Vector3.new(86.8899994, -76.8699951, 91.9199982)
  2884. WedgePart191.Anchored = true
  2885. WedgePart191.CanCollide = false
  2886. WedgePart191.Size = Vector3.new(0.0884075835, 0.0690558478, 0.393628031)
  2887. WedgePart191.CFrame = CFrame.new(-78.241951, 3.42485881, 66.9550629, -0.00759389577, -0.226967305, -0.9738729, 0.0868270248, 0.970073581, -0.226758942, 0.996194482, -0.0862805769, 0.0123402886)
  2888. WedgePart191.Color = Color3.new(1, 0, 0)
  2889. WedgePart191.Position = Vector3.new(-78.241951, 3.42485881, 66.9550629)
  2890. WedgePart191.Orientation = Vector3.new(13.1099997, -89.2699966, 5.10999966)
  2891. WedgePart191.Color = Color3.new(1, 0, 0)
  2892. WedgePart192.Parent = Model1
  2893. WedgePart192.Material = Enum.Material.Neon
  2894. WedgePart192.BrickColor = BrickColor.new("Really red")
  2895. WedgePart192.Rotation = Vector3.new(-94.8699951, 13.9399996, -90.4499969)
  2896. WedgePart192.Anchored = true
  2897. WedgePart192.CanCollide = false
  2898. WedgePart192.Size = Vector3.new(0.0884075835, 0.0860561207, 0.321951598)
  2899. WedgePart192.CFrame = CFrame.new(-79.2683105, 3.3912437, 66.9501724, -0.00759405317, 0.97052896, 0.240864784, 0.0868269727, -0.239322022, 0.967050254, 0.996194482, 0.0282573905, -0.082450673)
  2900. WedgePart192.Color = Color3.new(1, 0, 0)
  2901. WedgePart192.Position = Vector3.new(-79.2683105, 3.3912437, 66.9501724)
  2902. WedgePart192.Orientation = Vector3.new(-75.25, 108.899994, 160.059998)
  2903. WedgePart192.Color = Color3.new(1, 0, 0)
  2904. WedgePart193.Parent = Model1
  2905. WedgePart193.Material = Enum.Material.Neon
  2906. WedgePart193.BrickColor = BrickColor.new("Really red")
  2907. WedgePart193.Rotation = Vector3.new(-96.4799957, -73.8199997, -91.5599976)
  2908. WedgePart193.Anchored = true
  2909. WedgePart193.CanCollide = false
  2910. WedgePart193.Size = Vector3.new(0.0884075835, 0.0694774389, 0.25992772)
  2911. WedgePart193.CFrame = CFrame.new(-76.0601425, 3.4496367, 66.9695358, -0.00759395864, 0.278512716, -0.960404634, 0.0868270099, 0.95699656, 0.276843399, 0.996194482, -0.0812864155, -0.0314493328)
  2912. WedgePart193.Color = Color3.new(1, 0, 0)
  2913. WedgePart193.Position = Vector3.new(-76.0601425, 3.4496367, 66.9695358)
  2914. WedgePart193.Orientation = Vector3.new(-16.0699997, -91.8799973, 5.17999983)
  2915. WedgePart193.Color = Color3.new(1, 0, 0)
  2916. WedgePart194.Parent = Model1
  2917. WedgePart194.Material = Enum.Material.Neon
  2918. WedgePart194.BrickColor = BrickColor.new("Really red")
  2919. WedgePart194.Rotation = Vector3.new(-95.4000015, -43.8999977, 89.4000015)
  2920. WedgePart194.Anchored = true
  2921. WedgePart194.CanCollide = false
  2922. WedgePart194.Size = Vector3.new(0.0884075835, 0.0860561207, 0.321951598)
  2923. WedgePart194.CFrame = CFrame.new(-76.0875931, 3.46616054, 66.9678726, 0.00759406621, -0.720555663, -0.693358481, -0.0868270025, -0.691237867, 0.717408419, -0.996194482, 0.0547541566, -0.0678124055)
  2924. WedgePart194.Color = Color3.new(1, 0, 0)
  2925. WedgePart194.Position = Vector3.new(-76.0875931, 3.46616054, 66.9678726)
  2926. WedgePart194.Orientation = Vector3.new(-45.8400002, -95.5899963, -172.839996)
  2927. WedgePart194.Color = Color3.new(1, 0, 0)
  2928. WedgePart195.Parent = Model1
  2929. WedgePart195.Material = Enum.Material.Neon
  2930. WedgePart195.BrickColor = BrickColor.new("Really red")
  2931. WedgePart195.Rotation = Vector3.new(85.2099991, -23.8899994, 90.4799957)
  2932. WedgePart195.Anchored = true
  2933. WedgePart195.CanCollide = false
  2934. WedgePart195.Size = Vector3.new(0.0884075835, 0.125875413, 0.455510169)
  2935. WedgePart195.CFrame = CFrame.new(-81.6757736, 5.69424915, 66.7310638, -0.00759391673, -0.914271057, -0.40503189, 0.0868271068, 0.402911186, -0.911111951, 0.996194482, -0.0420866981, 0.0763239563)
  2936. WedgePart195.Color = Color3.new(1, 0, 0)
  2937. WedgePart195.Position = Vector3.new(-81.6757736, 5.69424915, 66.7310638)
  2938. WedgePart195.Orientation = Vector3.new(65.659996, -79.3300018, 12.1599998)
  2939. WedgePart195.Color = Color3.new(1, 0, 0)
  2940. WedgePart196.Parent = Model1
  2941. WedgePart196.Material = Enum.Material.Neon
  2942. WedgePart196.BrickColor = BrickColor.new("Really red")
  2943. WedgePart196.Rotation = Vector3.new(-98.6399994, -83.1999969, 86.3199997)
  2944. WedgePart196.Anchored = true
  2945. WedgePart196.CanCollide = false
  2946. WedgePart196.Size = Vector3.new(0.0884075835, 0.0988070592, 0.563214064)
  2947. WedgePart196.CFrame = CFrame.new(-78.3278885, 3.42005658, 66.9548416, 0.00759398565, -0.11808195, -0.992974758, -0.0868270844, -0.989331603, 0.116984665, -0.996194482, 0.0853288472, -0.0177656896)
  2948. WedgePart196.Color = Color3.new(1, 0, 0)
  2949. WedgePart196.Position = Vector3.new(-78.3278885, 3.42005658, 66.9548416)
  2950. WedgePart196.Orientation = Vector3.new(-6.71999979, -91.0199966, -174.979996)
  2951. WedgePart196.Color = Color3.new(1, 0, 0)
  2952. WedgePart197.Parent = Model1
  2953. WedgePart197.Material = Enum.Material.Neon
  2954. WedgePart197.BrickColor = BrickColor.new("Really red")
  2955. WedgePart197.Rotation = Vector3.new(85.6399994, -54.7899971, -89.25)
  2956. WedgePart197.Anchored = true
  2957. WedgePart197.CanCollide = false
  2958. WedgePart197.Size = Vector3.new(0.0884075835, 0.0998028964, 0.361160547)
  2959. WedgePart197.CFrame = CFrame.new(-81.6447144, 5.73197269, 66.728035, 0.00759401638, 0.576573908, -0.817009687, -0.0868270695, -0.813567758, -0.574952006, -0.996194482, 0.0753048286, 0.0438840464)
  2960. WedgePart197.Color = Color3.new(1, 0, 0)
  2961. WedgePart197.Position = Vector3.new(-81.6447144, 5.73197269, 66.728035)
  2962. WedgePart197.Orientation = Vector3.new(35.0999985, -86.9300003, -173.910004)
  2963. WedgePart197.Color = Color3.new(1, 0, 0)
  2964. WedgePart198.Parent = Model1
  2965. WedgePart198.Material = Enum.Material.Neon
  2966. WedgePart198.BrickColor = BrickColor.new("Really red")
  2967. WedgePart198.Rotation = Vector3.new(85.4000015, -41.5, -89.4199982)
  2968. WedgePart198.Anchored = true
  2969. WedgePart198.CanCollide = false
  2970. WedgePart198.Size = Vector3.new(0.088407591, 0.11916811, 0.279566944)
  2971. WedgePart198.CFrame = CFrame.new(-79.2112427, 4.19673634, 66.8804169, 0.00759402011, 0.748927832, -0.662608147, -0.086827077, -0.659630775, -0.746557713, -0.996194482, 0.0632016957, 0.060017962)
  2972. WedgePart198.Color = Color3.new(1, 0, 0)
  2973. WedgePart198.Position = Vector3.new(-79.2112427, 4.19673634, 66.8804169)
  2974. WedgePart198.Orientation = Vector3.new(48.2899971, -84.8199997, -172.5)
  2975. WedgePart198.Color = Color3.new(1, 0, 0)
  2976. WedgePart199.Parent = Model1
  2977. WedgePart199.Material = Enum.Material.Neon
  2978. WedgePart199.BrickColor = BrickColor.new("Really red")
  2979. WedgePart199.Rotation = Vector3.new(-94.5599976, 43.8699989, 89.4000015)
  2980. WedgePart199.Anchored = true
  2981. WedgePart199.CanCollide = false
  2982. WedgePart199.Size = Vector3.new(0.0884075835, 0.0694774389, 0.25992772)
  2983. WedgePart199.CFrame = CFrame.new(-79.2838135, 3.36323762, 66.9524765, 0.0075939591, -0.72091651, 0.692980349, -0.0868270174, 0.689907551, 0.718671441, -0.996194482, -0.0656269714, -0.0573559068)
  2984. WedgePart199.Color = Color3.new(1, 0, 0)
  2985. WedgePart199.Position = Vector3.new(-79.2838135, 3.36323762, 66.9524765)
  2986. WedgePart199.Orientation = Vector3.new(-45.9399986, 94.7299957, -7.17000008)
  2987. WedgePart199.Color = Color3.new(1, 0, 0)
  2988. WedgePart200.Parent = Model1
  2989. WedgePart200.Material = Enum.Material.Neon
  2990. WedgePart200.BrickColor = BrickColor.new("Really red")
  2991. WedgePart200.Rotation = Vector3.new(84.4199982, 53.8499985, -89.2599945)
  2992. WedgePart200.Anchored = true
  2993. WedgePart200.CanCollide = false
  2994. WedgePart200.Size = Vector3.new(0.0884075835, 0.125875413, 0.455510169)
  2995. WedgePart200.CFrame = CFrame.new(-75.1571274, 6.66115093, 66.6965027, 0.00759387435, 0.589827895, 0.807493329, -0.0868269652, 0.804856241, -0.587085187, -0.996194601, -0.0656540319, 0.0573249981)
  2996. WedgePart200.Color = Color3.new(1, 0, 0)
  2997. WedgePart200.Position = Vector3.new(-75.1571274, 6.66115093, 66.6965027)
  2998. WedgePart200.Orientation = Vector3.new(35.9500008, 85.9399948, -6.15999985)
  2999. WedgePart200.Color = Color3.new(1, 0, 0)
  3000. WedgePart201.Parent = Model1
  3001. WedgePart201.Material = Enum.Material.Neon
  3002. WedgePart201.BrickColor = BrickColor.new("Really red")
  3003. WedgePart201.Rotation = Vector3.new(-94.4000015, 53.2599983, -90.7299957)
  3004. WedgePart201.Anchored = true
  3005. WedgePart201.CanCollide = false
  3006. WedgePart201.Size = Vector3.new(0.0884075835, 0.0988070592, 0.563214064)
  3007. WedgePart201.CFrame = CFrame.new(-76.9164505, 3.02215695, 67.0002518, -0.00759394793, 0.598192275, 0.801316679, 0.0868269578, -0.797919571, 0.596479058, 0.996194601, 0.0741055906, -0.0458799191)
  3008. WedgePart201.Color = Color3.new(1, 0, 0)
  3009. WedgePart201.Position = Vector3.new(-76.9164505, 3.02215695, 67.0002518)
  3010. WedgePart201.Orientation = Vector3.new(-36.6199989, 93.2799988, 173.789993)
  3011. WedgePart201.Color = Color3.new(1, 0, 0)
  3012. WedgePart202.Parent = Model1
  3013. WedgePart202.Material = Enum.Material.Neon
  3014. WedgePart202.BrickColor = BrickColor.new("Really red")
  3015. WedgePart202.Rotation = Vector3.new(-93.5400009, 73.1500015, 88.5)
  3016. WedgePart202.Anchored = true
  3017. WedgePart202.CanCollide = false
  3018. WedgePart202.Size = Vector3.new(0.0884075835, 0.0690558478, 0.393628031)
  3019. WedgePart202.CFrame = CFrame.new(-76.9932938, 2.98343778, 67.003067, 0.00759389997, -0.289711386, 0.957083941, -0.0868270397, 0.953306377, 0.289256811, -0.996194482, -0.0852974653, -0.0179155022)
  3020. WedgePart202.Color = Color3.new(1, 0, 0)
  3021. WedgePart202.Position = Vector3.new(-76.9932938, 2.98343778, 67.003067)
  3022. WedgePart202.Orientation = Vector3.new(-16.8099995, 91.0699997, -5.19999981)
  3023. WedgePart202.Color = Color3.new(1, 0, 0)
  3024. Model203.Name = "RightLeg"
  3025. Model203.Parent = Model0
  3026. Part204.Name = "Right Leg1"
  3027. Part204.Parent = Model203
  3028. Part204.Material = Enum.Material.SmoothPlastic
  3029. Part204.BrickColor = BrickColor.new("Pastel brown")
  3030. Part204.Transparency = 1
  3031. Part204.Rotation = Vector3.new(-180, 0, 180)
  3032. Part204.Anchored = true
  3033. Part204.CanCollide = false
  3034. Part204.FormFactor = Enum.FormFactor.Plate
  3035. Part204.Size = Vector3.new(1, 2, 1)
  3036. Part204.CFrame = CFrame.new(-78.3779373, 1.00006962, 67.9689178, -1, -4.45898877e-05, 3.27825364e-05, -4.45890255e-05, 1, 2.62771573e-05, -3.27837079e-05, 2.62756948e-05, -1)
  3037. Part204.Color = Color3.new(1, 0.8, 0.6)
  3038. Part204.Position = Vector3.new(-78.3779373, 1.00006962, 67.9689178)
  3039. Part204.Orientation = Vector3.new(0, 180, 0)
  3040. Part204.Color = Color3.new(1, 0.8, 0.6)
  3041. Part205.Parent = Model203
  3042. Part205.Material = Enum.Material.SmoothPlastic
  3043. Part205.Transparency = 1
  3044. Part205.Rotation = Vector3.new(90, 0.0199999996, 180)
  3045. Part205.Anchored = true
  3046. Part205.FormFactor = Enum.FormFactor.Custom
  3047. Part205.Size = Vector3.new(1.0999999, 1, 2)
  3048. Part205.CFrame = CFrame.new(-78.2944107, 1.00644529, 67.9883041, -1, -2.01907824e-08, 0.000411995832, -0.000411995774, 4.89995655e-05, -1, 0, -1, -4.89995728e-05)
  3049. Part205.BottomSurface = Enum.SurfaceType.Smooth
  3050. Part205.TopSurface = Enum.SurfaceType.Smooth
  3051. Part205.Position = Vector3.new(-78.2944107, 1.00644529, 67.9883041)
  3052. Part205.Orientation = Vector3.new(90, -180, 0)
  3053. ParticleEmitter206.Name = "Void"
  3054. ParticleEmitter206.Parent = Part205
  3055. ParticleEmitter206.Transparency = NumberSequence.new(0,0.78750002384186,1)
  3056. ParticleEmitter206.Rotation = NumberRange.new(100, 100)
  3057. ParticleEmitter206.Size = NumberSequence.new(0.50000011920929,1.3749998807907)
  3058. ParticleEmitter206.Color = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(1, 0, 0.0156863))
  3059. ParticleEmitter206.Texture = "rbxassetid://341277531"
  3060. ParticleEmitter206.ZOffset = -1
  3061. ParticleEmitter206.Lifetime = NumberRange.new(0.5, 0.5)
  3062. ParticleEmitter206.Rate = 1000
  3063. ParticleEmitter206.RotSpeed = NumberRange.new(-20, -10)
  3064. ParticleEmitter206.Speed = NumberRange.new(0, 0)
  3065. ParticleEmitter206.Color = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(1, 0, 0.0156863))
  3066. Model207.Name = "RightArm"
  3067. Model207.Parent = Model0
  3068. WedgePart208.Parent = Model207
  3069. WedgePart208.Material = Enum.Material.SmoothPlastic
  3070. WedgePart208.BrickColor = BrickColor.new("Really black")
  3071. WedgePart208.Reflectance = 0.20000000298023
  3072. WedgePart208.Rotation = Vector3.new(179.98999, -90, 0)
  3073. WedgePart208.Anchored = true
  3074. WedgePart208.CanCollide = false
  3075. WedgePart208.FormFactor = Enum.FormFactor.Custom
  3076. WedgePart208.Size = Vector3.new(1.01999986, 0.199999988, 0.399999738)
  3077. WedgePart208.CFrame = CFrame.new(-78.9717484, 2.09825993, 67.968338, 0.000411999907, 5.59999899e-05, -1, -9.79999895e-05, -1, -5.60403751e-05, -0.999999881, 9.80230689e-05, -0.000411994493)
  3078. WedgePart208.BottomSurface = Enum.SurfaceType.Smooth
  3079. WedgePart208.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3080. WedgePart208.Position = Vector3.new(-78.9717484, 2.09825993, 67.968338)
  3081. WedgePart208.Orientation = Vector3.new(0, -90.0199966, -179.98999)
  3082. WedgePart208.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3083. Part209.Name = "Right Arm1"
  3084. Part209.Parent = Model207
  3085. Part209.Material = Enum.Material.SmoothPlastic
  3086. Part209.BrickColor = BrickColor.new("Pastel brown")
  3087. Part209.Transparency = 1
  3088. Part209.Rotation = Vector3.new(180, 0, 180)
  3089. Part209.Anchored = true
  3090. Part209.CanCollide = false
  3091. Part209.FormFactor = Enum.FormFactor.Plate
  3092. Part209.Size = Vector3.new(1, 2, 1)
  3093. Part209.CFrame = CFrame.new(-79.2780304, 2.99997687, 67.9688416, -1, -4.45878868e-05, 3.27852576e-05, -4.45890255e-05, 1, -3.47647074e-05, -3.27837079e-05, -3.47661698e-05, -1)
  3094. Part209.BottomSurface = Enum.SurfaceType.Smooth
  3095. Part209.TopSurface = Enum.SurfaceType.Smooth
  3096. Part209.Color = Color3.new(1, 0.8, 0.6)
  3097. Part209.Position = Vector3.new(-79.2780304, 2.99997687, 67.9688416)
  3098. Part209.Orientation = Vector3.new(0, 180, 0)
  3099. Part209.Color = Color3.new(1, 0.8, 0.6)
  3100. Part210.Parent = Model207
  3101. Part210.Material = Enum.Material.SmoothPlastic
  3102. Part210.BrickColor = BrickColor.new("Really black")
  3103. Part210.Rotation = Vector3.new(0, -0.0199999996, 0)
  3104. Part210.Anchored = true
  3105. Part210.CanCollide = false
  3106. Part210.FormFactor = Enum.FormFactor.Custom
  3107. Part210.Size = Vector3.new(0.0642857403, 0.212857261, 0.179999754)
  3108. Part210.CFrame = CFrame.new(-79.7765961, 2.29834604, 68.0913773, 1, 2.01847321e-08, -0.000411999965, -3.33066907e-13, 1, 4.9000002e-05, 0.000411999994, -4.89999875e-05, 1)
  3109. Part210.BottomSurface = Enum.SurfaceType.Smooth
  3110. Part210.TopSurface = Enum.SurfaceType.Smooth
  3111. Part210.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3112. Part210.Position = Vector3.new(-79.7765961, 2.29834604, 68.0913773)
  3113. Part210.Orientation = Vector3.new(0, -0.0199999996, 0)
  3114. Part210.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3115. Part211.Parent = Model207
  3116. Part211.Material = Enum.Material.Neon
  3117. Part211.BrickColor = BrickColor.new("Really red")
  3118. Part211.Rotation = Vector3.new(0, -0.0199999996, 0)
  3119. Part211.Anchored = true
  3120. Part211.CanCollide = false
  3121. Part211.FormFactor = Enum.FormFactor.Custom
  3122. Part211.Size = Vector3.new(1.05999959, 1.51526916, 0.0500000007)
  3123. Part211.CFrame = CFrame.new(-79.2817078, 3.39221692, 67.8681335, 1, 2.01847321e-08, -0.000411999965, -3.33066907e-13, 1, 4.9000002e-05, 0.000411999994, -4.89999875e-05, 1)
  3124. Part211.BottomSurface = Enum.SurfaceType.Smooth
  3125. Part211.TopSurface = Enum.SurfaceType.Smooth
  3126. Part211.Color = Color3.new(1, 0, 0)
  3127. Part211.Position = Vector3.new(-79.2817078, 3.39221692, 67.8681335)
  3128. Part211.Orientation = Vector3.new(0, -0.0199999996, 0)
  3129. Part211.Color = Color3.new(1, 0, 0)
  3130. Part212.Parent = Model207
  3131. Part212.Material = Enum.Material.SmoothPlastic
  3132. Part212.BrickColor = BrickColor.new("Really black")
  3133. Part212.Rotation = Vector3.new(0, -0.0199999996, 0)
  3134. Part212.Anchored = true
  3135. Part212.CanCollide = false
  3136. Part212.FormFactor = Enum.FormFactor.Custom
  3137. Part212.Size = Vector3.new(0.474285692, 0.422857195, 0.0500000007)
  3138. Part212.CFrame = CFrame.new(-79.57164, 2.19334292, 68.0914612, 1, 2.01847321e-08, -0.000411999965, -3.33066907e-13, 1, 4.9000002e-05, 0.000411999994, -4.89999875e-05, 1)
  3139. Part212.BottomSurface = Enum.SurfaceType.Smooth
  3140. Part212.TopSurface = Enum.SurfaceType.Smooth
  3141. Part212.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3142. Part212.Position = Vector3.new(-79.57164, 2.19334292, 68.0914612)
  3143. Part212.Orientation = Vector3.new(0, -0.0199999996, 0)
  3144. Part212.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3145. Part213.Parent = Model207
  3146. Part213.Material = Enum.Material.SmoothPlastic
  3147. Part213.BrickColor = BrickColor.new("Really black")
  3148. Part213.Rotation = Vector3.new(0, -0.0199999996, 0)
  3149. Part213.Anchored = true
  3150. Part213.CanCollide = false
  3151. Part213.FormFactor = Enum.FormFactor.Custom
  3152. Part213.Size = Vector3.new(1.07999957, 0.392538637, 1.07999969)
  3153. Part213.CFrame = CFrame.new(-79.2817307, 2.82721567, 67.9681702, 1, 2.01847321e-08, -0.000411999965, -3.33066907e-13, 1, 4.9000002e-05, 0.000411999994, -4.89999875e-05, 1)
  3154. Part213.BottomSurface = Enum.SurfaceType.Smooth
  3155. Part213.TopSurface = Enum.SurfaceType.Smooth
  3156. Part213.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3157. Part213.Position = Vector3.new(-79.2817307, 2.82721567, 67.9681702)
  3158. Part213.Orientation = Vector3.new(0, -0.0199999996, 0)
  3159. Part213.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3160. Part214.Parent = Model207
  3161. Part214.Material = Enum.Material.SmoothPlastic
  3162. Part214.BrickColor = BrickColor.new("Really black")
  3163. Part214.Rotation = Vector3.new(0, -0.0199999996, 0)
  3164. Part214.Anchored = true
  3165. Part214.CanCollide = false
  3166. Part214.FormFactor = Enum.FormFactor.Custom
  3167. Part214.Size = Vector3.new(0.394285738, 0.442857176, 0.149999991)
  3168. Part214.CFrame = CFrame.new(-79.5316467, 2.18334699, 68.0914764, 1, 2.01847321e-08, -0.000411999965, -3.33066907e-13, 1, 4.9000002e-05, 0.000411999994, -4.89999875e-05, 1)
  3169. Part214.BottomSurface = Enum.SurfaceType.Smooth
  3170. Part214.TopSurface = Enum.SurfaceType.Smooth
  3171. Part214.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3172. Part214.Position = Vector3.new(-79.5316467, 2.18334699, 68.0914764)
  3173. Part214.Orientation = Vector3.new(0, -0.0199999996, 0)
  3174. Part214.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3175. Part215.Parent = Model207
  3176. Part215.Material = Enum.Material.Neon
  3177. Part215.BrickColor = BrickColor.new("Really red")
  3178. Part215.Rotation = Vector3.new(0, -0.0199999996, -30)
  3179. Part215.Anchored = true
  3180. Part215.CanCollide = false
  3181. Part215.FormFactor = Enum.FormFactor.Custom
  3182. Part215.Size = Vector3.new(1.08999956, 0.680000007, 0.0500000007)
  3183. Part215.CFrame = CFrame.new(-79.3012009, 4.16238165, 68.0653229, 0.866025269, 0.500000119, -0.000410089793, -0.500000179, 0.866025329, 4.97040091e-05, 0.000380000158, 0.000162000026, 1)
  3184. Part215.BottomSurface = Enum.SurfaceType.Smooth
  3185. Part215.TopSurface = Enum.SurfaceType.Smooth
  3186. Part215.Color = Color3.new(1, 0, 0)
  3187. Part215.Position = Vector3.new(-79.3012009, 4.16238165, 68.0653229)
  3188. Part215.Orientation = Vector3.new(0, -0.0199999996, -30)
  3189. Part215.Color = Color3.new(1, 0, 0)
  3190. Part216.Parent = Model207
  3191. Part216.Material = Enum.Material.SmoothPlastic
  3192. Part216.BrickColor = BrickColor.new("Really black")
  3193. Part216.Rotation = Vector3.new(0, -0.0199999996, 0)
  3194. Part216.Anchored = true
  3195. Part216.CanCollide = false
  3196. Part216.FormFactor = Enum.FormFactor.Custom
  3197. Part216.Size = Vector3.new(1.0399996, 1.24800038, 1.03999972)
  3198. Part216.CFrame = CFrame.new(-79.2817307, 3.50221968, 67.9681396, 1, 2.01847321e-08, -0.000411999965, -3.33066907e-13, 1, 4.9000002e-05, 0.000411999994, -4.89999875e-05, 1)
  3199. Part216.BottomSurface = Enum.SurfaceType.Smooth
  3200. Part216.TopSurface = Enum.SurfaceType.Smooth
  3201. Part216.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3202. Part216.Position = Vector3.new(-79.2817307, 3.50221968, 67.9681396)
  3203. Part216.Orientation = Vector3.new(0, -0.0199999996, 0)
  3204. Part216.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3205. Part217.Parent = Model207
  3206. Part217.Material = Enum.Material.SmoothPlastic
  3207. Part217.BrickColor = BrickColor.new("Really black")
  3208. Part217.Rotation = Vector3.new(0, -0.0199999996, 0)
  3209. Part217.Anchored = true
  3210. Part217.CanCollide = false
  3211. Part217.FormFactor = Enum.FormFactor.Custom
  3212. Part217.Size = Vector3.new(0.174857169, 0.501904786, 0.169999987)
  3213. Part217.CFrame = CFrame.new(-79.3516388, 2.20026493, 68.0915527, 1, 2.01847321e-08, -0.000411999965, -3.33066907e-13, 1, 4.9000002e-05, 0.000411999994, -4.89999875e-05, 1)
  3214. Part217.BottomSurface = Enum.SurfaceType.Smooth
  3215. Part217.TopSurface = Enum.SurfaceType.Smooth
  3216. Part217.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3217. Part217.Position = Vector3.new(-79.3516388, 2.20026493, 68.0915527)
  3218. Part217.Orientation = Vector3.new(0, -0.0199999996, 0)
  3219. Part217.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3220. Part218.Parent = Model207
  3221. Part218.Material = Enum.Material.SmoothPlastic
  3222. Part218.BrickColor = BrickColor.new("Really black")
  3223. Part218.Rotation = Vector3.new(0, -0.0199999996, 0)
  3224. Part218.Anchored = true
  3225. Part218.CanCollide = false
  3226. Part218.FormFactor = Enum.FormFactor.Custom
  3227. Part218.Size = Vector3.new(1.05428565, 0.112857215, 1.03999937)
  3228. Part218.CFrame = CFrame.new(-79.2817459, 2.5283649, 67.9681702, 1, 2.01847321e-08, -0.000411999965, -3.33066907e-13, 1, 4.9000002e-05, 0.000411999994, -4.89999875e-05, 1)
  3229. Part218.BottomSurface = Enum.SurfaceType.Smooth
  3230. Part218.TopSurface = Enum.SurfaceType.Smooth
  3231. Part218.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3232. Part218.Position = Vector3.new(-79.2817459, 2.5283649, 67.9681702)
  3233. Part218.Orientation = Vector3.new(0, -0.0199999996, 0)
  3234. Part218.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3235. Part219.Parent = Model207
  3236. Part219.Material = Enum.Material.SmoothPlastic
  3237. Part219.BrickColor = BrickColor.new("Black")
  3238. Part219.Rotation = Vector3.new(0, -0.0199999996, 0)
  3239. Part219.Anchored = true
  3240. Part219.CanCollide = false
  3241. Part219.FormFactor = Enum.FormFactor.Custom
  3242. Part219.Size = Vector3.new(1.09999955, 0.196104169, 1.09999967)
  3243. Part219.CFrame = CFrame.new(-79.2817307, 2.82721567, 67.9681702, 1, 2.01847321e-08, -0.000411999965, -3.33066907e-13, 1, 4.9000002e-05, 0.000411999994, -4.89999875e-05, 1)
  3244. Part219.BottomSurface = Enum.SurfaceType.Smooth
  3245. Part219.TopSurface = Enum.SurfaceType.Smooth
  3246. Part219.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3247. Part219.Position = Vector3.new(-79.2817307, 2.82721567, 67.9681702)
  3248. Part219.Orientation = Vector3.new(0, -0.0199999996, 0)
  3249. Part219.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3250. Part220.Parent = Model207
  3251. Part220.Material = Enum.Material.Neon
  3252. Part220.BrickColor = BrickColor.new("Really red")
  3253. Part220.Rotation = Vector3.new(0, -0.0199999996, 0)
  3254. Part220.Anchored = true
  3255. Part220.CanCollide = false
  3256. Part220.FormFactor = Enum.FormFactor.Custom
  3257. Part220.Size = Vector3.new(1.07428563, 0.0500000007, 1.09999931)
  3258. Part220.CFrame = CFrame.new(-79.2817459, 2.5283649, 67.9681702, 1, 2.01847321e-08, -0.000411999965, -3.33066907e-13, 1, 4.9000002e-05, 0.000411999994, -4.89999875e-05, 1)
  3259. Part220.BottomSurface = Enum.SurfaceType.Smooth
  3260. Part220.TopSurface = Enum.SurfaceType.Smooth
  3261. Part220.Color = Color3.new(1, 0, 0)
  3262. Part220.Position = Vector3.new(-79.2817459, 2.5283649, 67.9681702)
  3263. Part220.Orientation = Vector3.new(0, -0.0199999996, 0)
  3264. Part220.Color = Color3.new(1, 0, 0)
  3265. Part221.Parent = Model207
  3266. Part221.Material = Enum.Material.SmoothPlastic
  3267. Part221.BrickColor = BrickColor.new("Really black")
  3268. Part221.Rotation = Vector3.new(0, -0.0199999996, 0)
  3269. Part221.Anchored = true
  3270. Part221.CanCollide = false
  3271. Part221.FormFactor = Enum.FormFactor.Custom
  3272. Part221.Size = Vector3.new(0.0642857403, 0.212857261, 0.179999754)
  3273. Part221.CFrame = CFrame.new(-79.7765961, 2.29834604, 67.8524323, 1, 2.01847321e-08, -0.000411999965, -3.33066907e-13, 1, 4.9000002e-05, 0.000411999994, -4.89999875e-05, 1)
  3274. Part221.BottomSurface = Enum.SurfaceType.Smooth
  3275. Part221.TopSurface = Enum.SurfaceType.Smooth
  3276. Part221.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3277. Part221.Position = Vector3.new(-79.7765961, 2.29834604, 67.8524323)
  3278. Part221.Orientation = Vector3.new(0, -0.0199999996, 0)
  3279. Part221.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3280. Part222.Parent = Model207
  3281. Part222.Material = Enum.Material.SmoothPlastic
  3282. Part222.BrickColor = BrickColor.new("Really black")
  3283. Part222.Rotation = Vector3.new(0, -0.0199999996, 0)
  3284. Part222.Anchored = true
  3285. Part222.CanCollide = false
  3286. Part222.FormFactor = Enum.FormFactor.Custom
  3287. Part222.Size = Vector3.new(0.0642857403, 0.212857261, 0.179999754)
  3288. Part222.CFrame = CFrame.new(-79.7765961, 2.29834604, 68.3005371, 1, 2.01847321e-08, -0.000411999965, -3.33066907e-13, 1, 4.9000002e-05, 0.000411999994, -4.89999875e-05, 1)
  3289. Part222.BottomSurface = Enum.SurfaceType.Smooth
  3290. Part222.TopSurface = Enum.SurfaceType.Smooth
  3291. Part222.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3292. Part222.Position = Vector3.new(-79.7765961, 2.29834604, 68.3005371)
  3293. Part222.Orientation = Vector3.new(0, -0.0199999996, 0)
  3294. Part222.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3295. Part223.Parent = Model207
  3296. Part223.Material = Enum.Material.SmoothPlastic
  3297. Part223.BrickColor = BrickColor.new("Really black")
  3298. Part223.Rotation = Vector3.new(0, -0.0199999996, 0)
  3299. Part223.Anchored = true
  3300. Part223.CanCollide = false
  3301. Part223.FormFactor = Enum.FormFactor.Custom
  3302. Part223.Size = Vector3.new(0.0642857403, 0.212857261, 0.179999754)
  3303. Part223.CFrame = CFrame.new(-79.7765884, 2.29834604, 67.6279755, 1, 2.01847321e-08, -0.000411999965, -3.33066907e-13, 1, 4.9000002e-05, 0.000411999994, -4.89999875e-05, 1)
  3304. Part223.BottomSurface = Enum.SurfaceType.Smooth
  3305. Part223.TopSurface = Enum.SurfaceType.Smooth
  3306. Part223.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3307. Part223.Position = Vector3.new(-79.7765884, 2.29834604, 67.6279755)
  3308. Part223.Orientation = Vector3.new(0, -0.0199999996, 0)
  3309. Part223.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3310. Part224.Parent = Model207
  3311. Part224.Material = Enum.Material.SmoothPlastic
  3312. Part224.BrickColor = BrickColor.new("Really black")
  3313. Part224.Rotation = Vector3.new(0, -0.0199999996, 0)
  3314. Part224.Anchored = true
  3315. Part224.CanCollide = false
  3316. Part224.FormFactor = Enum.FormFactor.Custom
  3317. Part224.Size = Vector3.new(0.174857169, 0.501904786, 0.169999987)
  3318. Part224.CFrame = CFrame.new(-79.3516617, 2.20026469, 67.8525925, 1, 2.01847321e-08, -0.000411999965, -3.33066907e-13, 1, 4.9000002e-05, 0.000411999994, -4.89999875e-05, 1)
  3319. Part224.BottomSurface = Enum.SurfaceType.Smooth
  3320. Part224.TopSurface = Enum.SurfaceType.Smooth
  3321. Part224.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3322. Part224.Position = Vector3.new(-79.3516617, 2.20026469, 67.8525925)
  3323. Part224.Orientation = Vector3.new(0, -0.0199999996, 0)
  3324. Part224.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3325. Part225.Parent = Model207
  3326. Part225.Material = Enum.Material.SmoothPlastic
  3327. Part225.BrickColor = BrickColor.new("Really black")
  3328. Part225.Rotation = Vector3.new(0, -0.0199999996, 0)
  3329. Part225.Anchored = true
  3330. Part225.CanCollide = false
  3331. Part225.FormFactor = Enum.FormFactor.Custom
  3332. Part225.Size = Vector3.new(0.174857169, 0.501904786, 0.169999987)
  3333. Part225.CFrame = CFrame.new(-79.3516388, 2.20026469, 67.6281433, 1, 2.01847321e-08, -0.000411999965, -3.33066907e-13, 1, 4.9000002e-05, 0.000411999994, -4.89999875e-05, 1)
  3334. Part225.BottomSurface = Enum.SurfaceType.Smooth
  3335. Part225.TopSurface = Enum.SurfaceType.Smooth
  3336. Part225.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3337. Part225.Position = Vector3.new(-79.3516388, 2.20026469, 67.6281433)
  3338. Part225.Orientation = Vector3.new(0, -0.0199999996, 0)
  3339. Part225.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3340. Part226.Parent = Model207
  3341. Part226.Material = Enum.Material.SmoothPlastic
  3342. Part226.BrickColor = BrickColor.new("Really black")
  3343. Part226.Rotation = Vector3.new(0, -0.0199999996, 0)
  3344. Part226.Anchored = true
  3345. Part226.CanCollide = false
  3346. Part226.FormFactor = Enum.FormFactor.Custom
  3347. Part226.Size = Vector3.new(0.394285738, 0.442857176, 0.149999991)
  3348. Part226.CFrame = CFrame.new(-79.5316467, 2.18334675, 67.628067, 1, 2.01847321e-08, -0.000411999965, -3.33066907e-13, 1, 4.9000002e-05, 0.000411999994, -4.89999875e-05, 1)
  3349. Part226.BottomSurface = Enum.SurfaceType.Smooth
  3350. Part226.TopSurface = Enum.SurfaceType.Smooth
  3351. Part226.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3352. Part226.Position = Vector3.new(-79.5316467, 2.18334675, 67.628067)
  3353. Part226.Orientation = Vector3.new(0, -0.0199999996, 0)
  3354. Part226.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3355. Part227.Parent = Model207
  3356. Part227.Material = Enum.Material.Neon
  3357. Part227.BrickColor = BrickColor.new("Really red")
  3358. Part227.Rotation = Vector3.new(0, -0.0199999996, 0)
  3359. Part227.Anchored = true
  3360. Part227.CanCollide = false
  3361. Part227.FormFactor = Enum.FormFactor.Custom
  3362. Part227.Size = Vector3.new(0.374285758, 0.452857167, 0.0500000007)
  3363. Part227.CFrame = CFrame.new(-79.5219345, 2.17837667, 68.3037262, 1, 2.01847321e-08, -0.000411999965, -3.33066907e-13, 1, 4.9000002e-05, 0.000411999994, -4.89999875e-05, 1)
  3364. Part227.BottomSurface = Enum.SurfaceType.Smooth
  3365. Part227.TopSurface = Enum.SurfaceType.Smooth
  3366. Part227.Color = Color3.new(1, 0, 0)
  3367. Part227.Position = Vector3.new(-79.5219345, 2.17837667, 68.3037262)
  3368. Part227.Orientation = Vector3.new(0, -0.0199999996, 0)
  3369. Part227.Color = Color3.new(1, 0, 0)
  3370. Part228.Parent = Model207
  3371. Part228.Material = Enum.Material.Neon
  3372. Part228.BrickColor = BrickColor.new("Really red")
  3373. Part228.Rotation = Vector3.new(0, -0.0199999996, 0)
  3374. Part228.Anchored = true
  3375. Part228.CanCollide = false
  3376. Part228.FormFactor = Enum.FormFactor.Custom
  3377. Part228.Size = Vector3.new(0.0500000007, 0.220000014, 0.139999762)
  3378. Part228.CFrame = CFrame.new(-79.7765961, 2.15820408, 68.3005371, 1, 2.01847321e-08, -0.000411999965, -3.33066907e-13, 1, 4.9000002e-05, 0.000411999994, -4.89999875e-05, 1)
  3379. Part228.BottomSurface = Enum.SurfaceType.Smooth
  3380. Part228.TopSurface = Enum.SurfaceType.Smooth
  3381. Part228.Color = Color3.new(1, 0, 0)
  3382. Part228.Position = Vector3.new(-79.7765961, 2.15820408, 68.3005371)
  3383. Part228.Orientation = Vector3.new(0, -0.0199999996, 0)
  3384. Part228.Color = Color3.new(1, 0, 0)
  3385. Part229.Parent = Model207
  3386. Part229.Material = Enum.Material.SmoothPlastic
  3387. Part229.BrickColor = BrickColor.new("Really black")
  3388. Part229.Rotation = Vector3.new(0, -0.0199999996, 0)
  3389. Part229.Anchored = true
  3390. Part229.CanCollide = false
  3391. Part229.FormFactor = Enum.FormFactor.Custom
  3392. Part229.Size = Vector3.new(0.394285738, 0.442857176, 0.149999991)
  3393. Part229.CFrame = CFrame.new(-79.5316467, 2.18334699, 68.3006287, 1, 2.01847321e-08, -0.000411999965, -3.33066907e-13, 1, 4.9000002e-05, 0.000411999994, -4.89999875e-05, 1)
  3394. Part229.BottomSurface = Enum.SurfaceType.Smooth
  3395. Part229.TopSurface = Enum.SurfaceType.Smooth
  3396. Part229.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3397. Part229.Position = Vector3.new(-79.5316467, 2.18334699, 68.3006287)
  3398. Part229.Orientation = Vector3.new(0, -0.0199999996, 0)
  3399. Part229.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3400. Part230.Parent = Model207
  3401. Part230.Material = Enum.Material.Neon
  3402. Part230.BrickColor = BrickColor.new("Really red")
  3403. Part230.Rotation = Vector3.new(0, -0.0199999996, 0)
  3404. Part230.Anchored = true
  3405. Part230.CanCollide = false
  3406. Part230.FormFactor = Enum.FormFactor.Custom
  3407. Part230.Size = Vector3.new(0.374285758, 0.452857167, 0.0500000007)
  3408. Part230.CFrame = CFrame.new(-79.5216599, 2.17834568, 67.6280975, 1, 2.01847321e-08, -0.000411999965, -3.33066907e-13, 1, 4.9000002e-05, 0.000411999994, -4.89999875e-05, 1)
  3409. Part230.BottomSurface = Enum.SurfaceType.Smooth
  3410. Part230.TopSurface = Enum.SurfaceType.Smooth
  3411. Part230.Color = Color3.new(1, 0, 0)
  3412. Part230.Position = Vector3.new(-79.5216599, 2.17834568, 67.6280975)
  3413. Part230.Orientation = Vector3.new(0, -0.0199999996, 0)
  3414. Part230.Color = Color3.new(1, 0, 0)
  3415. Part231.Parent = Model207
  3416. Part231.Material = Enum.Material.Neon
  3417. Part231.BrickColor = BrickColor.new("Really red")
  3418. Part231.Rotation = Vector3.new(0, -0.0199999996, 0)
  3419. Part231.Anchored = true
  3420. Part231.CanCollide = false
  3421. Part231.FormFactor = Enum.FormFactor.Custom
  3422. Part231.Size = Vector3.new(1.05999959, 1.51526916, 0.0500000007)
  3423. Part231.CFrame = CFrame.new(-79.2817841, 3.39222479, 68.0681458, 1, 2.01847321e-08, -0.000411999965, -3.33066907e-13, 1, 4.9000002e-05, 0.000411999994, -4.89999875e-05, 1)
  3424. Part231.BottomSurface = Enum.SurfaceType.Smooth
  3425. Part231.TopSurface = Enum.SurfaceType.Smooth
  3426. Part231.Color = Color3.new(1, 0, 0)
  3427. Part231.Position = Vector3.new(-79.2817841, 3.39222479, 68.0681458)
  3428. Part231.Orientation = Vector3.new(0, -0.0199999996, 0)
  3429. Part231.Color = Color3.new(1, 0, 0)
  3430. Part232.Parent = Model207
  3431. Part232.Material = Enum.Material.SmoothPlastic
  3432. Part232.BrickColor = BrickColor.new("Really black")
  3433. Part232.Rotation = Vector3.new(0, -0.0199999996, 0)
  3434. Part232.Anchored = true
  3435. Part232.CanCollide = false
  3436. Part232.FormFactor = Enum.FormFactor.Custom
  3437. Part232.Size = Vector3.new(0.394285738, 0.442857176, 0.149999991)
  3438. Part232.CFrame = CFrame.new(-79.5316467, 2.18334675, 67.8525238, 1, 2.01847321e-08, -0.000411999965, -3.33066907e-13, 1, 4.9000002e-05, 0.000411999994, -4.89999875e-05, 1)
  3439. Part232.BottomSurface = Enum.SurfaceType.Smooth
  3440. Part232.TopSurface = Enum.SurfaceType.Smooth
  3441. Part232.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3442. Part232.Position = Vector3.new(-79.5316467, 2.18334675, 67.8525238)
  3443. Part232.Orientation = Vector3.new(0, -0.0199999996, 0)
  3444. Part232.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3445. Part233.Parent = Model207
  3446. Part233.Material = Enum.Material.Neon
  3447. Part233.BrickColor = BrickColor.new("Really red")
  3448. Part233.Rotation = Vector3.new(0, -0.0199999996, 0)
  3449. Part233.Anchored = true
  3450. Part233.CanCollide = false
  3451. Part233.FormFactor = Enum.FormFactor.Custom
  3452. Part233.Size = Vector3.new(0.0500000007, 0.220000014, 0.139999762)
  3453. Part233.CFrame = CFrame.new(-79.7766037, 2.15820408, 67.8524323, 1, 2.01847321e-08, -0.000411999965, -3.33066907e-13, 1, 4.9000002e-05, 0.000411999994, -4.89999875e-05, 1)
  3454. Part233.BottomSurface = Enum.SurfaceType.Smooth
  3455. Part233.TopSurface = Enum.SurfaceType.Smooth
  3456. Part233.Color = Color3.new(1, 0, 0)
  3457. Part233.Position = Vector3.new(-79.7766037, 2.15820408, 67.8524323)
  3458. Part233.Orientation = Vector3.new(0, -0.0199999996, 0)
  3459. Part233.Color = Color3.new(1, 0, 0)
  3460. Part234.Parent = Model207
  3461. Part234.Material = Enum.Material.SmoothPlastic
  3462. Part234.BrickColor = BrickColor.new("Really black")
  3463. Part234.Rotation = Vector3.new(0, -0.0199999996, 0)
  3464. Part234.Anchored = true
  3465. Part234.CanCollide = false
  3466. Part234.FormFactor = Enum.FormFactor.Custom
  3467. Part234.Size = Vector3.new(0.174857169, 0.501904786, 0.169999987)
  3468. Part234.CFrame = CFrame.new(-79.3516541, 2.20026493, 68.300705, 1, 2.01847321e-08, -0.000411999965, -3.33066907e-13, 1, 4.9000002e-05, 0.000411999994, -4.89999875e-05, 1)
  3469. Part234.BottomSurface = Enum.SurfaceType.Smooth
  3470. Part234.TopSurface = Enum.SurfaceType.Smooth
  3471. Part234.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3472. Part234.Position = Vector3.new(-79.3516541, 2.20026493, 68.300705)
  3473. Part234.Orientation = Vector3.new(0, -0.0199999996, 0)
  3474. Part234.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3475. Part235.Parent = Model207
  3476. Part235.Material = Enum.Material.SmoothPlastic
  3477. Part235.BrickColor = BrickColor.new("Really black")
  3478. Part235.Rotation = Vector3.new(0, -0.0199999996, -30)
  3479. Part235.Anchored = true
  3480. Part235.CanCollide = false
  3481. Part235.FormFactor = Enum.FormFactor.Custom
  3482. Part235.Size = Vector3.new(1.0399996, 0.600000024, 1.03999972)
  3483. Part235.CFrame = CFrame.new(-79.3018265, 4.15121365, 67.9680862, 0.866025269, 0.500000119, -0.000410089793, -0.500000179, 0.866025329, 4.97040091e-05, 0.000380000158, 0.000162000026, 1)
  3484. Part235.BottomSurface = Enum.SurfaceType.Smooth
  3485. Part235.TopSurface = Enum.SurfaceType.Smooth
  3486. Part235.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3487. Part235.Position = Vector3.new(-79.3018265, 4.15121365, 67.9680862)
  3488. Part235.Orientation = Vector3.new(0, -0.0199999996, -30)
  3489. Part235.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3490. Part236.Parent = Model207
  3491. Part236.Material = Enum.Material.SmoothPlastic
  3492. Part236.BrickColor = BrickColor.new("Really black")
  3493. Part236.Rotation = Vector3.new(0, -0.0199999996, 0)
  3494. Part236.Anchored = true
  3495. Part236.CanCollide = false
  3496. Part236.FormFactor = Enum.FormFactor.Custom
  3497. Part236.Size = Vector3.new(0.474285692, 0.422857195, 0.0500000007)
  3498. Part236.CFrame = CFrame.new(-79.5716324, 2.19334269, 67.8525085, 1, 2.01847321e-08, -0.000411999965, -3.33066907e-13, 1, 4.9000002e-05, 0.000411999994, -4.89999875e-05, 1)
  3499. Part236.BottomSurface = Enum.SurfaceType.Smooth
  3500. Part236.TopSurface = Enum.SurfaceType.Smooth
  3501. Part236.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3502. Part236.Position = Vector3.new(-79.5716324, 2.19334269, 67.8525085)
  3503. Part236.Orientation = Vector3.new(0, -0.0199999996, 0)
  3504. Part236.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3505. Part237.Parent = Model207
  3506. Part237.Material = Enum.Material.Neon
  3507. Part237.BrickColor = BrickColor.new("Really red")
  3508. Part237.Rotation = Vector3.new(0, -0.0199999996, 0)
  3509. Part237.Anchored = true
  3510. Part237.CanCollide = false
  3511. Part237.FormFactor = Enum.FormFactor.Custom
  3512. Part237.Size = Vector3.new(0.0742857382, 0.112857282, 0.0999997854)
  3513. Part237.CFrame = CFrame.new(-79.7815857, 2.29834557, 68.0913696, 1, 2.01847321e-08, -0.000411999965, -3.33066907e-13, 1, 4.9000002e-05, 0.000411999994, -4.89999875e-05, 1)
  3514. Part237.BottomSurface = Enum.SurfaceType.Smooth
  3515. Part237.TopSurface = Enum.SurfaceType.Smooth
  3516. Part237.Color = Color3.new(1, 0, 0)
  3517. Part237.Position = Vector3.new(-79.7815857, 2.29834557, 68.0913696)
  3518. Part237.Orientation = Vector3.new(0, -0.0199999996, 0)
  3519. Part237.Color = Color3.new(1, 0, 0)
  3520. Part238.Parent = Model207
  3521. Part238.Material = Enum.Material.Neon
  3522. Part238.BrickColor = BrickColor.new("Really red")
  3523. Part238.Rotation = Vector3.new(0, -0.0199999996, 0)
  3524. Part238.Anchored = true
  3525. Part238.CanCollide = false
  3526. Part238.FormFactor = Enum.FormFactor.Custom
  3527. Part238.Size = Vector3.new(0.0500000007, 0.220000014, 0.139999762)
  3528. Part238.CFrame = CFrame.new(-79.7765961, 2.15820408, 68.0913849, 1, 2.01847321e-08, -0.000411999965, -3.33066907e-13, 1, 4.9000002e-05, 0.000411999994, -4.89999875e-05, 1)
  3529. Part238.BottomSurface = Enum.SurfaceType.Smooth
  3530. Part238.TopSurface = Enum.SurfaceType.Smooth
  3531. Part238.Color = Color3.new(1, 0, 0)
  3532. Part238.Position = Vector3.new(-79.7765961, 2.15820408, 68.0913849)
  3533. Part238.Orientation = Vector3.new(0, -0.0199999996, 0)
  3534. Part238.Color = Color3.new(1, 0, 0)
  3535. Part239.Parent = Model207
  3536. Part239.Material = Enum.Material.Neon
  3537. Part239.BrickColor = BrickColor.new("Really red")
  3538. Part239.Rotation = Vector3.new(0, -0.0199999996, 0)
  3539. Part239.Anchored = true
  3540. Part239.CanCollide = false
  3541. Part239.FormFactor = Enum.FormFactor.Custom
  3542. Part239.Size = Vector3.new(0.0742857382, 0.112857282, 0.0999997854)
  3543. Part239.CFrame = CFrame.new(-79.781601, 2.2983458, 67.852417, 1, 2.01847321e-08, -0.000411999965, -3.33066907e-13, 1, 4.9000002e-05, 0.000411999994, -4.89999875e-05, 1)
  3544. Part239.BottomSurface = Enum.SurfaceType.Smooth
  3545. Part239.TopSurface = Enum.SurfaceType.Smooth
  3546. Part239.Color = Color3.new(1, 0, 0)
  3547. Part239.Position = Vector3.new(-79.781601, 2.2983458, 67.852417)
  3548. Part239.Orientation = Vector3.new(0, -0.0199999996, 0)
  3549. Part239.Color = Color3.new(1, 0, 0)
  3550. Part240.Parent = Model207
  3551. Part240.Material = Enum.Material.Neon
  3552. Part240.BrickColor = BrickColor.new("Really red")
  3553. Part240.Rotation = Vector3.new(0, -0.0199999996, 0)
  3554. Part240.Anchored = true
  3555. Part240.CanCollide = false
  3556. Part240.FormFactor = Enum.FormFactor.Custom
  3557. Part240.Size = Vector3.new(0.0742857382, 0.112857282, 0.0999997854)
  3558. Part240.CFrame = CFrame.new(-79.781601, 2.29834604, 68.3005371, 1, 2.01847321e-08, -0.000411999965, -3.33066907e-13, 1, 4.9000002e-05, 0.000411999994, -4.89999875e-05, 1)
  3559. Part240.BottomSurface = Enum.SurfaceType.Smooth
  3560. Part240.TopSurface = Enum.SurfaceType.Smooth
  3561. Part240.Color = Color3.new(1, 0, 0)
  3562. Part240.Position = Vector3.new(-79.781601, 2.29834604, 68.3005371)
  3563. Part240.Orientation = Vector3.new(0, -0.0199999996, 0)
  3564. Part240.Color = Color3.new(1, 0, 0)
  3565. Part241.Parent = Model207
  3566. Part241.Material = Enum.Material.Neon
  3567. Part241.BrickColor = BrickColor.new("Really red")
  3568. Part241.Rotation = Vector3.new(0, -0.0199999996, 0)
  3569. Part241.Anchored = true
  3570. Part241.CanCollide = false
  3571. Part241.FormFactor = Enum.FormFactor.Custom
  3572. Part241.Size = Vector3.new(0.374285758, 0.452857167, 0.0500000007)
  3573. Part241.CFrame = CFrame.new(-79.5217514, 2.17835808, 67.8479156, 1, 2.01847321e-08, -0.000411999965, -3.33066907e-13, 1, 4.9000002e-05, 0.000411999994, -4.89999875e-05, 1)
  3574. Part241.BottomSurface = Enum.SurfaceType.Smooth
  3575. Part241.TopSurface = Enum.SurfaceType.Smooth
  3576. Part241.Color = Color3.new(1, 0, 0)
  3577. Part241.Position = Vector3.new(-79.5217514, 2.17835808, 67.8479156)
  3578. Part241.Orientation = Vector3.new(0, -0.0199999996, 0)
  3579. Part241.Color = Color3.new(1, 0, 0)
  3580. Part242.Parent = Model207
  3581. Part242.Material = Enum.Material.SmoothPlastic
  3582. Part242.BrickColor = BrickColor.new("Really black")
  3583. Part242.Reflectance = 0.20000000298023
  3584. Part242.Rotation = Vector3.new(0, -0.0199999996, 0)
  3585. Part242.Anchored = true
  3586. Part242.CanCollide = false
  3587. Part242.FormFactor = Enum.FormFactor.Custom
  3588. Part242.Size = Vector3.new(0.619999528, 0.707999885, 1.01999974)
  3589. Part242.CFrame = CFrame.new(-79.4817429, 2.35221767, 67.9681015, 1, 2.01847321e-08, -0.000411999965, -3.33066907e-13, 1, 4.9000002e-05, 0.000411999994, -4.89999875e-05, 1)
  3590. Part242.BottomSurface = Enum.SurfaceType.Smooth
  3591. Part242.TopSurface = Enum.SurfaceType.Smooth
  3592. Part242.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3593. Part242.Position = Vector3.new(-79.4817429, 2.35221767, 67.9681015)
  3594. Part242.Orientation = Vector3.new(0, -0.0199999996, 0)
  3595. Part242.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3596. Part243.Parent = Model207
  3597. Part243.Material = Enum.Material.SmoothPlastic
  3598. Part243.BrickColor = BrickColor.new("Really black")
  3599. Part243.Reflectance = 0.20000000298023
  3600. Part243.Rotation = Vector3.new(0, -0.0199999996, 0)
  3601. Part243.Anchored = true
  3602. Part243.CanCollide = false
  3603. Part243.FormFactor = Enum.FormFactor.Custom
  3604. Part243.Size = Vector3.new(1.01999962, 0.507999837, 1.01999974)
  3605. Part243.CFrame = CFrame.new(-79.2817383, 2.45221901, 67.9681854, 1, 2.01847321e-08, -0.000411999965, -3.33066907e-13, 1, 4.9000002e-05, 0.000411999994, -4.89999875e-05, 1)
  3606. Part243.BottomSurface = Enum.SurfaceType.Smooth
  3607. Part243.TopSurface = Enum.SurfaceType.Smooth
  3608. Part243.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3609. Part243.Position = Vector3.new(-79.2817383, 2.45221901, 67.9681854)
  3610. Part243.Orientation = Vector3.new(0, -0.0199999996, 0)
  3611. Part243.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3612. Part244.Parent = Model207
  3613. Part244.Material = Enum.Material.SmoothPlastic
  3614. Part244.BrickColor = BrickColor.new("Really black")
  3615. Part244.Rotation = Vector3.new(0, -0.0199999996, 0)
  3616. Part244.Anchored = true
  3617. Part244.CanCollide = false
  3618. Part244.FormFactor = Enum.FormFactor.Custom
  3619. Part244.Size = Vector3.new(0.474285692, 0.422857195, 0.0500000007)
  3620. Part244.CFrame = CFrame.new(-79.5716324, 2.19334269, 67.6280594, 1, 2.01847321e-08, -0.000411999965, -3.33066907e-13, 1, 4.9000002e-05, 0.000411999994, -4.89999875e-05, 1)
  3621. Part244.BottomSurface = Enum.SurfaceType.Smooth
  3622. Part244.TopSurface = Enum.SurfaceType.Smooth
  3623. Part244.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3624. Part244.Position = Vector3.new(-79.5716324, 2.19334269, 67.6280594)
  3625. Part244.Orientation = Vector3.new(0, -0.0199999996, 0)
  3626. Part244.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3627. Part245.Parent = Model207
  3628. Part245.Material = Enum.Material.Neon
  3629. Part245.BrickColor = BrickColor.new("Really red")
  3630. Part245.Rotation = Vector3.new(0, -0.0199999996, 0)
  3631. Part245.Anchored = true
  3632. Part245.CanCollide = false
  3633. Part245.FormFactor = Enum.FormFactor.Custom
  3634. Part245.Size = Vector3.new(0.0742857382, 0.112857282, 0.0999997854)
  3635. Part245.CFrame = CFrame.new(-79.781601, 2.29834557, 67.6279831, 1, 2.01847321e-08, -0.000411999965, -3.33066907e-13, 1, 4.9000002e-05, 0.000411999994, -4.89999875e-05, 1)
  3636. Part245.BottomSurface = Enum.SurfaceType.Smooth
  3637. Part245.TopSurface = Enum.SurfaceType.Smooth
  3638. Part245.Color = Color3.new(1, 0, 0)
  3639. Part245.Position = Vector3.new(-79.781601, 2.29834557, 67.6279831)
  3640. Part245.Orientation = Vector3.new(0, -0.0199999996, 0)
  3641. Part245.Color = Color3.new(1, 0, 0)
  3642. Part246.Parent = Model207
  3643. Part246.Material = Enum.Material.Neon
  3644. Part246.BrickColor = BrickColor.new("Really red")
  3645. Part246.Rotation = Vector3.new(0, -0.0199999996, -30)
  3646. Part246.Anchored = true
  3647. Part246.CanCollide = false
  3648. Part246.FormFactor = Enum.FormFactor.Custom
  3649. Part246.Size = Vector3.new(1.08999956, 0.680000007, 0.0500000007)
  3650. Part246.CFrame = CFrame.new(-79.3011093, 4.16236925, 67.8691406, 0.866025269, 0.500000119, -0.000410089793, -0.500000179, 0.866025329, 4.97040091e-05, 0.000380000158, 0.000162000026, 1)
  3651. Part246.BottomSurface = Enum.SurfaceType.Smooth
  3652. Part246.TopSurface = Enum.SurfaceType.Smooth
  3653. Part246.Color = Color3.new(1, 0, 0)
  3654. Part246.Position = Vector3.new(-79.3011093, 4.16236925, 67.8691406)
  3655. Part246.Orientation = Vector3.new(0, -0.0199999996, -30)
  3656. Part246.Color = Color3.new(1, 0, 0)
  3657. Part247.Parent = Model207
  3658. Part247.Material = Enum.Material.SmoothPlastic
  3659. Part247.BrickColor = BrickColor.new("Really black")
  3660. Part247.Rotation = Vector3.new(0, -0.0199999996, 0)
  3661. Part247.Anchored = true
  3662. Part247.CanCollide = false
  3663. Part247.FormFactor = Enum.FormFactor.Custom
  3664. Part247.Size = Vector3.new(0.474285692, 0.422857195, 0.0500000007)
  3665. Part247.CFrame = CFrame.new(-79.5716248, 2.19334292, 68.3006134, 1, 2.01847321e-08, -0.000411999965, -3.33066907e-13, 1, 4.9000002e-05, 0.000411999994, -4.89999875e-05, 1)
  3666. Part247.BottomSurface = Enum.SurfaceType.Smooth
  3667. Part247.TopSurface = Enum.SurfaceType.Smooth
  3668. Part247.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3669. Part247.Position = Vector3.new(-79.5716248, 2.19334292, 68.3006134)
  3670. Part247.Orientation = Vector3.new(0, -0.0199999996, 0)
  3671. Part247.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3672. Part248.Parent = Model207
  3673. Part248.Material = Enum.Material.Neon
  3674. Part248.BrickColor = BrickColor.new("Really red")
  3675. Part248.Rotation = Vector3.new(0, -0.0199999996, 0)
  3676. Part248.Anchored = true
  3677. Part248.CanCollide = false
  3678. Part248.FormFactor = Enum.FormFactor.Custom
  3679. Part248.Size = Vector3.new(0.0500000007, 0.220000014, 0.139999762)
  3680. Part248.CFrame = CFrame.new(-79.7765961, 2.15820408, 67.6279755, 1, 2.01847321e-08, -0.000411999965, -3.33066907e-13, 1, 4.9000002e-05, 0.000411999994, -4.89999875e-05, 1)
  3681. Part248.BottomSurface = Enum.SurfaceType.Smooth
  3682. Part248.TopSurface = Enum.SurfaceType.Smooth
  3683. Part248.Color = Color3.new(1, 0, 0)
  3684. Part248.Position = Vector3.new(-79.7765961, 2.15820408, 67.6279755)
  3685. Part248.Orientation = Vector3.new(0, -0.0199999996, 0)
  3686. Part248.Color = Color3.new(1, 0, 0)
  3687. Part249.Parent = Model207
  3688. Part249.Material = Enum.Material.Neon
  3689. Part249.BrickColor = BrickColor.new("Really red")
  3690. Part249.Rotation = Vector3.new(0, -0.0199999996, 0)
  3691. Part249.Anchored = true
  3692. Part249.CanCollide = false
  3693. Part249.FormFactor = Enum.FormFactor.Custom
  3694. Part249.Size = Vector3.new(0.374285758, 0.452857167, 0.0500000007)
  3695. Part249.CFrame = CFrame.new(-79.5218506, 2.1783669, 68.0920029, 1, 2.01847321e-08, -0.000411999965, -3.33066907e-13, 1, 4.9000002e-05, 0.000411999994, -4.89999875e-05, 1)
  3696. Part249.BottomSurface = Enum.SurfaceType.Smooth
  3697. Part249.TopSurface = Enum.SurfaceType.Smooth
  3698. Part249.Color = Color3.new(1, 0, 0)
  3699. Part249.Position = Vector3.new(-79.5218506, 2.1783669, 68.0920029)
  3700. Part249.Orientation = Vector3.new(0, -0.0199999996, 0)
  3701. Part249.Color = Color3.new(1, 0, 0)
  3702. Part250.Parent = Model207
  3703. Part250.Material = Enum.Material.SmoothPlastic
  3704. Part250.Transparency = 1
  3705. Part250.Rotation = Vector3.new(90, 0.0199999996, 180)
  3706. Part250.Anchored = true
  3707. Part250.FormFactor = Enum.FormFactor.Custom
  3708. Part250.Size = Vector3.new(1.0999999, 1, 2)
  3709. Part250.CFrame = CFrame.new(-79.2844543, 2.96886802, 67.9766159, -1, -2.01907824e-08, 0.000411995832, -0.000411995774, 4.89995655e-05, -1, 0, -1, -4.89995728e-05)
  3710. Part250.BottomSurface = Enum.SurfaceType.Smooth
  3711. Part250.TopSurface = Enum.SurfaceType.Smooth
  3712. Part250.Position = Vector3.new(-79.2844543, 2.96886802, 67.9766159)
  3713. Part250.Orientation = Vector3.new(90, -180, 0)
  3714. ParticleEmitter251.Name = "Void"
  3715. ParticleEmitter251.Parent = Part250
  3716. ParticleEmitter251.Transparency = NumberSequence.new(0,0.78750002384186,1)
  3717. ParticleEmitter251.Rotation = NumberRange.new(100, 100)
  3718. ParticleEmitter251.Size = NumberSequence.new(0.50000011920929,1.3749998807907)
  3719. ParticleEmitter251.Color = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(1, 0, 0.0156863))
  3720. ParticleEmitter251.Texture = "rbxassetid://341277531"
  3721. ParticleEmitter251.ZOffset = -1
  3722. ParticleEmitter251.Lifetime = NumberRange.new(0.5, 0.5)
  3723. ParticleEmitter251.Rate = 1000
  3724. ParticleEmitter251.RotSpeed = NumberRange.new(-20, -10)
  3725. ParticleEmitter251.Speed = NumberRange.new(0, 0)
  3726. ParticleEmitter251.Color = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(1, 0, 0.0156863))
  3727. Model252.Name = "LeftLeg"
  3728. Model252.Parent = Model0
  3729. Part253.Name = "Left Leg1"
  3730. Part253.Parent = Model252
  3731. Part253.Material = Enum.Material.SmoothPlastic
  3732. Part253.BrickColor = BrickColor.new("Pastel brown")
  3733. Part253.Transparency = 1
  3734. Part253.Rotation = Vector3.new(-180, 0, 180)
  3735. Part253.Anchored = true
  3736. Part253.CanCollide = false
  3737. Part253.FormFactor = Enum.FormFactor.Plate
  3738. Part253.Size = Vector3.new(1, 2, 1)
  3739. Part253.CFrame = CFrame.new(-77.3779144, 1.00008273, 67.9689026, -1, -4.45898877e-05, 3.27825364e-05, -4.45890255e-05, 1, 2.62771573e-05, -3.27837079e-05, 2.62756948e-05, -1)
  3740. Part253.Color = Color3.new(1, 0.8, 0.6)
  3741. Part253.Position = Vector3.new(-77.3779144, 1.00008273, 67.9689026)
  3742. Part253.Orientation = Vector3.new(0, 180, 0)
  3743. Part253.Color = Color3.new(1, 0.8, 0.6)
  3744. Part254.Parent = Model252
  3745. Part254.Material = Enum.Material.SmoothPlastic
  3746. Part254.Transparency = 1
  3747. Part254.Rotation = Vector3.new(90, 0.0199999996, 180)
  3748. Part254.Anchored = true
  3749. Part254.FormFactor = Enum.FormFactor.Custom
  3750. Part254.Size = Vector3.new(1.0999999, 1, 2)
  3751. Part254.CFrame = CFrame.new(-77.42836, 1.00680184, 67.9882813, -1, -2.01907824e-08, 0.000411995832, -0.000411995774, 4.89995655e-05, -1, 0, -1, -4.89995728e-05)
  3752. Part254.BottomSurface = Enum.SurfaceType.Smooth
  3753. Part254.TopSurface = Enum.SurfaceType.Smooth
  3754. Part254.Position = Vector3.new(-77.42836, 1.00680184, 67.9882813)
  3755. Part254.Orientation = Vector3.new(90, -180, 0)
  3756. ParticleEmitter255.Name = "Void"
  3757. ParticleEmitter255.Parent = Part254
  3758. ParticleEmitter255.Transparency = NumberSequence.new(0,0.78750002384186,1)
  3759. ParticleEmitter255.Rotation = NumberRange.new(100, 100)
  3760. ParticleEmitter255.Size = NumberSequence.new(0.50000011920929,1.3749998807907)
  3761. ParticleEmitter255.Color = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(1, 0, 0.0156863))
  3762. ParticleEmitter255.Texture = "rbxassetid://341277531"
  3763. ParticleEmitter255.ZOffset = -1
  3764. ParticleEmitter255.Lifetime = NumberRange.new(0.5, 0.5)
  3765. ParticleEmitter255.Rate = 1000
  3766. ParticleEmitter255.RotSpeed = NumberRange.new(-20, -10)
  3767. ParticleEmitter255.Speed = NumberRange.new(0, 0)
  3768. ParticleEmitter255.Color = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(1, 0, 0.0156863))
  3769. Model256.Name = "LeftArm"
  3770. Model256.Parent = Model0
  3771. Part257.Name = "Left Arm1"
  3772. Part257.Parent = Model256
  3773. Part257.Material = Enum.Material.SmoothPlastic
  3774. Part257.BrickColor = BrickColor.new("Pastel brown")
  3775. Part257.Transparency = 1
  3776. Part257.Rotation = Vector3.new(-180, 0, 0)
  3777. Part257.Anchored = true
  3778. Part257.CanCollide = false
  3779. Part257.FormFactor = Enum.FormFactor.Plate
  3780. Part257.Size = Vector3.new(1, 2, 1)
  3781. Part257.CFrame = CFrame.new(-76.4178696, 3.00015688, 67.9683304, 1, 4.45898877e-05, 3.27825364e-05, 4.45890255e-05, -1, 2.62771573e-05, 3.27837079e-05, -2.62756948e-05, -1)
  3782. Part257.BottomSurface = Enum.SurfaceType.Smooth
  3783. Part257.TopSurface = Enum.SurfaceType.Smooth
  3784. Part257.Color = Color3.new(1, 0.8, 0.6)
  3785. Part257.Position = Vector3.new(-76.4178696, 3.00015688, 67.9683304)
  3786. Part257.Orientation = Vector3.new(0, 180, 180)
  3787. Part257.Color = Color3.new(1, 0.8, 0.6)
  3788. WedgePart258.Parent = Model256
  3789. WedgePart258.Material = Enum.Material.SmoothPlastic
  3790. WedgePart258.BrickColor = BrickColor.new("Really black")
  3791. WedgePart258.Reflectance = 0.20000000298023
  3792. WedgePart258.Rotation = Vector3.new(-179.98999, 90, 0)
  3793. WedgePart258.Anchored = true
  3794. WedgePart258.CanCollide = false
  3795. WedgePart258.FormFactor = Enum.FormFactor.Custom
  3796. WedgePart258.Size = Vector3.new(1.01999986, 0.199999988, 0.399999738)
  3797. WedgePart258.CFrame = CFrame.new(-76.7304459, 2.09602594, 67.9678497, -0.000412006339, -4.89548511e-05, 1.00000465, -9.79987526e-05, -1, -4.89949962e-05, 1.00000465, -9.80188925e-05, 0.000411999179)
  3798. WedgePart258.BottomSurface = Enum.SurfaceType.Smooth
  3799. WedgePart258.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3800. WedgePart258.Position = Vector3.new(-76.7304459, 2.09602594, 67.9678497)
  3801. WedgePart258.Orientation = Vector3.new(0, 89.9799957, -179.98999)
  3802. WedgePart258.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3803. Part259.Parent = Model256
  3804. Part259.Material = Enum.Material.Neon
  3805. Part259.BrickColor = BrickColor.new("Really red")
  3806. Part259.Rotation = Vector3.new(-180, 0.0199999996, 150)
  3807. Part259.Anchored = true
  3808. Part259.CanCollide = false
  3809. Part259.FormFactor = Enum.FormFactor.Custom
  3810. Part259.Size = Vector3.new(1.08999956, 0.680000007, 0.0500000007)
  3811. Part259.CFrame = CFrame.new(-76.401001, 4.16015005, 67.8708801, -0.866025269, -0.500000119, 0.000412321824, -0.500000179, 0.866025329, 4.98379704e-05, -0.000382000144, -0.000163000033, -1)
  3812. Part259.BottomSurface = Enum.SurfaceType.Smooth
  3813. Part259.TopSurface = Enum.SurfaceType.Smooth
  3814. Part259.Color = Color3.new(1, 0, 0)
  3815. Part259.Position = Vector3.new(-76.401001, 4.16015005, 67.8708801)
  3816. Part259.Orientation = Vector3.new(0, 179.979996, -30)
  3817. Part259.Color = Color3.new(1, 0, 0)
  3818. Part260.Parent = Model256
  3819. Part260.Material = Enum.Material.SmoothPlastic
  3820. Part260.BrickColor = BrickColor.new("Really black")
  3821. Part260.Rotation = Vector3.new(-180, 0.0199999996, 180)
  3822. Part260.Anchored = true
  3823. Part260.CanCollide = false
  3824. Part260.FormFactor = Enum.FormFactor.Custom
  3825. Part260.Size = Vector3.new(1.0399996, 0.5, 1.03999972)
  3826. Part260.CFrame = CFrame.new(-76.4204636, 3.87398624, 67.9680786, -1.00000465, -2.01862562e-08, 0.000412001566, 3.69482223e-13, 1, 4.89997983e-05, -0.000412001566, 4.89995145e-05, -1.00000465)
  3827. Part260.BottomSurface = Enum.SurfaceType.Smooth
  3828. Part260.TopSurface = Enum.SurfaceType.Smooth
  3829. Part260.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3830. Part260.Position = Vector3.new(-76.4204636, 3.87398624, 67.9680786)
  3831. Part260.Orientation = Vector3.new(0, 179.979996, 0)
  3832. Part260.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3833. Part261.Parent = Model256
  3834. Part261.Material = Enum.Material.SmoothPlastic
  3835. Part261.BrickColor = BrickColor.new("Really black")
  3836. Part261.Rotation = Vector3.new(-180, 0.0199999996, 180)
  3837. Part261.Anchored = true
  3838. Part261.CanCollide = false
  3839. Part261.FormFactor = Enum.FormFactor.Custom
  3840. Part261.Size = Vector3.new(1.05428565, 0.112857215, 1.03999937)
  3841. Part261.CFrame = CFrame.new(-76.420433, 2.52613306, 67.9680176, -1.00000465, -2.01862562e-08, 0.000412001566, 3.69482223e-13, 1, 4.89997983e-05, -0.000412001566, 4.89995145e-05, -1.00000465)
  3842. Part261.BottomSurface = Enum.SurfaceType.Smooth
  3843. Part261.TopSurface = Enum.SurfaceType.Smooth
  3844. Part261.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3845. Part261.Position = Vector3.new(-76.420433, 2.52613306, 67.9680176)
  3846. Part261.Orientation = Vector3.new(0, 179.979996, 0)
  3847. Part261.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3848. Part262.Parent = Model256
  3849. Part262.Material = Enum.Material.SmoothPlastic
  3850. Part262.BrickColor = BrickColor.new("Really black")
  3851. Part262.Rotation = Vector3.new(-180, 0.0199999996, 180)
  3852. Part262.Anchored = true
  3853. Part262.CanCollide = false
  3854. Part262.FormFactor = Enum.FormFactor.Custom
  3855. Part262.Size = Vector3.new(0.0642857403, 0.212857261, 0.179999754)
  3856. Part262.CFrame = CFrame.new(-75.9255981, 2.29611683, 67.8448181, -1.00000465, -2.01862562e-08, 0.000412001566, 3.69482223e-13, 1, 4.89997983e-05, -0.000412001566, 4.89995145e-05, -1.00000465)
  3857. Part262.BottomSurface = Enum.SurfaceType.Smooth
  3858. Part262.TopSurface = Enum.SurfaceType.Smooth
  3859. Part262.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3860. Part262.Position = Vector3.new(-75.9255981, 2.29611683, 67.8448181)
  3861. Part262.Orientation = Vector3.new(0, 179.979996, 0)
  3862. Part262.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3863. Part263.Parent = Model256
  3864. Part263.Material = Enum.Material.SmoothPlastic
  3865. Part263.BrickColor = BrickColor.new("Really black")
  3866. Part263.Rotation = Vector3.new(-180, 0.0199999996, 180)
  3867. Part263.Anchored = true
  3868. Part263.CanCollide = false
  3869. Part263.FormFactor = Enum.FormFactor.Custom
  3870. Part263.Size = Vector3.new(0.174857169, 0.501904786, 0.169999987)
  3871. Part263.CFrame = CFrame.new(-76.3505402, 2.19803381, 67.844635, -1.00000465, -2.01862562e-08, 0.000412001566, 3.69482223e-13, 1, 4.89997983e-05, -0.000412001566, 4.89995145e-05, -1.00000465)
  3872. Part263.BottomSurface = Enum.SurfaceType.Smooth
  3873. Part263.TopSurface = Enum.SurfaceType.Smooth
  3874. Part263.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3875. Part263.Position = Vector3.new(-76.3505402, 2.19803381, 67.844635)
  3876. Part263.Orientation = Vector3.new(0, 179.979996, 0)
  3877. Part263.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3878. Part264.Parent = Model256
  3879. Part264.Material = Enum.Material.SmoothPlastic
  3880. Part264.BrickColor = BrickColor.new("Really black")
  3881. Part264.Rotation = Vector3.new(-180, 0.0199999996, 180)
  3882. Part264.Anchored = true
  3883. Part264.CanCollide = false
  3884. Part264.FormFactor = Enum.FormFactor.Custom
  3885. Part264.Size = Vector3.new(1.07999957, 0.392538637, 1.07999969)
  3886. Part264.CFrame = CFrame.new(-76.4204636, 3.62498617, 67.9680328, -1.00000465, -2.01862562e-08, 0.000412001566, 3.69482223e-13, 1, 4.89997983e-05, -0.000412001566, 4.89995145e-05, -1.00000465)
  3887. Part264.BottomSurface = Enum.SurfaceType.Smooth
  3888. Part264.TopSurface = Enum.SurfaceType.Smooth
  3889. Part264.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3890. Part264.Position = Vector3.new(-76.4204636, 3.62498617, 67.9680328)
  3891. Part264.Orientation = Vector3.new(0, 179.979996, 0)
  3892. Part264.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3893. Part265.Parent = Model256
  3894. Part265.Material = Enum.Material.SmoothPlastic
  3895. Part265.BrickColor = BrickColor.new("Really black")
  3896. Part265.Rotation = Vector3.new(-180, 0.0199999996, 180)
  3897. Part265.Anchored = true
  3898. Part265.CanCollide = false
  3899. Part265.FormFactor = Enum.FormFactor.Custom
  3900. Part265.Size = Vector3.new(0.394285738, 0.442857176, 0.149999991)
  3901. Part265.CFrame = CFrame.new(-76.1705551, 2.18111372, 67.8447189, -1.00000465, -2.01862562e-08, 0.000412001566, 3.69482223e-13, 1, 4.89997983e-05, -0.000412001566, 4.89995145e-05, -1.00000465)
  3902. Part265.BottomSurface = Enum.SurfaceType.Smooth
  3903. Part265.TopSurface = Enum.SurfaceType.Smooth
  3904. Part265.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3905. Part265.Position = Vector3.new(-76.1705551, 2.18111372, 67.8447189)
  3906. Part265.Orientation = Vector3.new(0, 179.979996, 0)
  3907. Part265.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3908. Part266.Parent = Model256
  3909. Part266.Material = Enum.Material.Neon
  3910. Part266.BrickColor = BrickColor.new("Really red")
  3911. Part266.Rotation = Vector3.new(-180, 0.0199999996, 180)
  3912. Part266.Anchored = true
  3913. Part266.CanCollide = false
  3914. Part266.FormFactor = Enum.FormFactor.Custom
  3915. Part266.Size = Vector3.new(1.05999959, 0.515268922, 0.0500000007)
  3916. Part266.CFrame = CFrame.new(-76.4205017, 3.88998222, 68.0680695, -1.00000465, -2.01862562e-08, 0.000412001566, 3.69482223e-13, 1, 4.89997983e-05, -0.000412001566, 4.89995145e-05, -1.00000465)
  3917. Part266.BottomSurface = Enum.SurfaceType.Smooth
  3918. Part266.TopSurface = Enum.SurfaceType.Smooth
  3919. Part266.Color = Color3.new(1, 0, 0)
  3920. Part266.Position = Vector3.new(-76.4205017, 3.88998222, 68.0680695)
  3921. Part266.Orientation = Vector3.new(0, 179.979996, 0)
  3922. Part266.Color = Color3.new(1, 0, 0)
  3923. Part267.Parent = Model256
  3924. Part267.Material = Enum.Material.SmoothPlastic
  3925. Part267.BrickColor = BrickColor.new("Black")
  3926. Part267.Rotation = Vector3.new(-180, 0.0199999996, 180)
  3927. Part267.Anchored = true
  3928. Part267.CanCollide = false
  3929. Part267.FormFactor = Enum.FormFactor.Custom
  3930. Part267.Size = Vector3.new(1.09999955, 0.196104169, 1.09999967)
  3931. Part267.CFrame = CFrame.new(-76.4204636, 3.62498617, 67.9680328, -1.00000465, -2.01862562e-08, 0.000412001566, 3.69482223e-13, 1, 4.89997983e-05, -0.000412001566, 4.89995145e-05, -1.00000465)
  3932. Part267.BottomSurface = Enum.SurfaceType.Smooth
  3933. Part267.TopSurface = Enum.SurfaceType.Smooth
  3934. Part267.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3935. Part267.Position = Vector3.new(-76.4204636, 3.62498617, 67.9680328)
  3936. Part267.Orientation = Vector3.new(0, 179.979996, 0)
  3937. Part267.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3938. Part268.Parent = Model256
  3939. Part268.Material = Enum.Material.Neon
  3940. Part268.BrickColor = BrickColor.new("Really red")
  3941. Part268.Rotation = Vector3.new(-180, 0.0199999996, 180)
  3942. Part268.Anchored = true
  3943. Part268.CanCollide = false
  3944. Part268.FormFactor = Enum.FormFactor.Custom
  3945. Part268.Size = Vector3.new(0.0742857382, 0.112857282, 0.0999997854)
  3946. Part268.CFrame = CFrame.new(-75.9206009, 2.29611683, 67.8448181, -1.00000465, -2.01862562e-08, 0.000412001566, 3.69482223e-13, 1, 4.89997983e-05, -0.000412001566, 4.89995145e-05, -1.00000465)
  3947. Part268.BottomSurface = Enum.SurfaceType.Smooth
  3948. Part268.TopSurface = Enum.SurfaceType.Smooth
  3949. Part268.Color = Color3.new(1, 0, 0)
  3950. Part268.Position = Vector3.new(-75.9206009, 2.29611683, 67.8448181)
  3951. Part268.Orientation = Vector3.new(0, 179.979996, 0)
  3952. Part268.Color = Color3.new(1, 0, 0)
  3953. Part269.Parent = Model256
  3954. Part269.Material = Enum.Material.Neon
  3955. Part269.BrickColor = BrickColor.new("Really red")
  3956. Part269.Rotation = Vector3.new(-180, 0.0199999996, 180)
  3957. Part269.Anchored = true
  3958. Part269.CanCollide = false
  3959. Part269.FormFactor = Enum.FormFactor.Custom
  3960. Part269.Size = Vector3.new(1.07428563, 0.0500000007, 1.09999931)
  3961. Part269.CFrame = CFrame.new(-76.420433, 2.52613306, 67.9680176, -1.00000465, -2.01862562e-08, 0.000412001566, 3.69482223e-13, 1, 4.89997983e-05, -0.000412001566, 4.89995145e-05, -1.00000465)
  3962. Part269.BottomSurface = Enum.SurfaceType.Smooth
  3963. Part269.TopSurface = Enum.SurfaceType.Smooth
  3964. Part269.Color = Color3.new(1, 0, 0)
  3965. Part269.Position = Vector3.new(-76.420433, 2.52613306, 67.9680176)
  3966. Part269.Orientation = Vector3.new(0, 179.979996, 0)
  3967. Part269.Color = Color3.new(1, 0, 0)
  3968. Part270.Parent = Model256
  3969. Part270.Material = Enum.Material.SmoothPlastic
  3970. Part270.BrickColor = BrickColor.new("Really black")
  3971. Part270.Rotation = Vector3.new(-180, 0.0199999996, 180)
  3972. Part270.Anchored = true
  3973. Part270.CanCollide = false
  3974. Part270.FormFactor = Enum.FormFactor.Custom
  3975. Part270.Size = Vector3.new(0.474285692, 0.422857195, 0.0500000007)
  3976. Part270.CFrame = CFrame.new(-76.1305618, 2.19111395, 67.8447266, -1.00000465, -2.01862562e-08, 0.000412001566, 3.69482223e-13, 1, 4.89997983e-05, -0.000412001566, 4.89995145e-05, -1.00000465)
  3977. Part270.BottomSurface = Enum.SurfaceType.Smooth
  3978. Part270.TopSurface = Enum.SurfaceType.Smooth
  3979. Part270.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3980. Part270.Position = Vector3.new(-76.1305618, 2.19111395, 67.8447266)
  3981. Part270.Orientation = Vector3.new(0, 179.979996, 0)
  3982. Part270.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3983. Part271.Parent = Model256
  3984. Part271.Material = Enum.Material.Neon
  3985. Part271.BrickColor = BrickColor.new("Really red")
  3986. Part271.Rotation = Vector3.new(-180, 0.0199999996, 180)
  3987. Part271.Anchored = true
  3988. Part271.CanCollide = false
  3989. Part271.FormFactor = Enum.FormFactor.Custom
  3990. Part271.Size = Vector3.new(0.0500000007, 0.220000014, 0.139999762)
  3991. Part271.CFrame = CFrame.new(-75.9256058, 2.15597177, 67.8448029, -1.00000465, -2.01862562e-08, 0.000412001566, 3.69482223e-13, 1, 4.89997983e-05, -0.000412001566, 4.89995145e-05, -1.00000465)
  3992. Part271.BottomSurface = Enum.SurfaceType.Smooth
  3993. Part271.TopSurface = Enum.SurfaceType.Smooth
  3994. Part271.Color = Color3.new(1, 0, 0)
  3995. Part271.Position = Vector3.new(-75.9256058, 2.15597177, 67.8448029)
  3996. Part271.Orientation = Vector3.new(0, 179.979996, 0)
  3997. Part271.Color = Color3.new(1, 0, 0)
  3998. Part272.Parent = Model256
  3999. Part272.Material = Enum.Material.Neon
  4000. Part272.BrickColor = BrickColor.new("Really red")
  4001. Part272.Rotation = Vector3.new(-180, 0.0199999996, 180)
  4002. Part272.Anchored = true
  4003. Part272.CanCollide = false
  4004. Part272.FormFactor = Enum.FormFactor.Custom
  4005. Part272.Size = Vector3.new(0.374285758, 0.452857167, 0.0500000007)
  4006. Part272.CFrame = CFrame.new(-76.1804504, 2.17612576, 68.0882568, -1.00000465, -2.01862562e-08, 0.000412001566, 3.69482223e-13, 1, 4.89997983e-05, -0.000412001566, 4.89995145e-05, -1.00000465)
  4007. Part272.BottomSurface = Enum.SurfaceType.Smooth
  4008. Part272.TopSurface = Enum.SurfaceType.Smooth
  4009. Part272.Color = Color3.new(1, 0, 0)
  4010. Part272.Position = Vector3.new(-76.1804504, 2.17612576, 68.0882568)
  4011. Part272.Orientation = Vector3.new(0, 179.979996, 0)
  4012. Part272.Color = Color3.new(1, 0, 0)
  4013. Part273.Parent = Model256
  4014. Part273.Material = Enum.Material.SmoothPlastic
  4015. Part273.BrickColor = BrickColor.new("Really black")
  4016. Part273.Rotation = Vector3.new(-180, 0.0199999996, 150)
  4017. Part273.Anchored = true
  4018. Part273.CanCollide = false
  4019. Part273.FormFactor = Enum.FormFactor.Custom
  4020. Part273.Size = Vector3.new(1.0399996, 0.600000024, 1.03999972)
  4021. Part273.CFrame = CFrame.new(-76.4003677, 4.14898729, 67.9681091, -0.866025269, -0.500000119, 0.000412321824, -0.500000179, 0.866025329, 4.98379704e-05, -0.000382000144, -0.000163000033, -1)
  4022. Part273.BottomSurface = Enum.SurfaceType.Smooth
  4023. Part273.TopSurface = Enum.SurfaceType.Smooth
  4024. Part273.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4025. Part273.Position = Vector3.new(-76.4003677, 4.14898729, 67.9681091)
  4026. Part273.Orientation = Vector3.new(0, 179.979996, -30)
  4027. Part273.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4028. Part274.Parent = Model256
  4029. Part274.Material = Enum.Material.Neon
  4030. Part274.BrickColor = BrickColor.new("Really red")
  4031. Part274.Rotation = Vector3.new(-180, 0.0199999996, 180)
  4032. Part274.Anchored = true
  4033. Part274.CanCollide = false
  4034. Part274.FormFactor = Enum.FormFactor.Custom
  4035. Part274.Size = Vector3.new(0.374285758, 0.452857167, 0.0500000007)
  4036. Part274.CFrame = CFrame.new(-76.1805496, 2.1761148, 68.3081055, -1.00000465, -2.01862562e-08, 0.000412001566, 3.69482223e-13, 1, 4.89997983e-05, -0.000412001566, 4.89995145e-05, -1.00000465)
  4037. Part274.BottomSurface = Enum.SurfaceType.Smooth
  4038. Part274.TopSurface = Enum.SurfaceType.Smooth
  4039. Part274.Color = Color3.new(1, 0, 0)
  4040. Part274.Position = Vector3.new(-76.1805496, 2.1761148, 68.3081055)
  4041. Part274.Orientation = Vector3.new(0, 179.979996, 0)
  4042. Part274.Color = Color3.new(1, 0, 0)
  4043. Part275.Parent = Model256
  4044. Part275.Material = Enum.Material.Neon
  4045. Part275.BrickColor = BrickColor.new("Really red")
  4046. Part275.Rotation = Vector3.new(-180, 0.0199999996, 150)
  4047. Part275.Anchored = true
  4048. Part275.CanCollide = false
  4049. Part275.FormFactor = Enum.FormFactor.Custom
  4050. Part275.Size = Vector3.new(1.08999956, 0.680000007, 0.0500000007)
  4051. Part275.CFrame = CFrame.new(-76.4010773, 4.16014147, 68.0670319, -0.866025269, -0.500000119, 0.000412321824, -0.500000179, 0.866025329, 4.98379704e-05, -0.000382000144, -0.000163000033, -1)
  4052. Part275.BottomSurface = Enum.SurfaceType.Smooth
  4053. Part275.TopSurface = Enum.SurfaceType.Smooth
  4054. Part275.Color = Color3.new(1, 0, 0)
  4055. Part275.Position = Vector3.new(-76.4010773, 4.16014147, 68.0670319)
  4056. Part275.Orientation = Vector3.new(0, 179.979996, -30)
  4057. Part275.Color = Color3.new(1, 0, 0)
  4058. Part276.Parent = Model256
  4059. Part276.Material = Enum.Material.SmoothPlastic
  4060. Part276.BrickColor = BrickColor.new("Really black")
  4061. Part276.Rotation = Vector3.new(-180, 0.0199999996, 180)
  4062. Part276.Anchored = true
  4063. Part276.CanCollide = false
  4064. Part276.FormFactor = Enum.FormFactor.Custom
  4065. Part276.Size = Vector3.new(0.394285738, 0.442857176, 0.149999991)
  4066. Part276.CFrame = CFrame.new(-76.1705551, 2.18111372, 67.6355667, -1.00000465, -2.01862562e-08, 0.000412001566, 3.69482223e-13, 1, 4.89997983e-05, -0.000412001566, 4.89995145e-05, -1.00000465)
  4067. Part276.BottomSurface = Enum.SurfaceType.Smooth
  4068. Part276.TopSurface = Enum.SurfaceType.Smooth
  4069. Part276.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4070. Part276.Position = Vector3.new(-76.1705551, 2.18111372, 67.6355667)
  4071. Part276.Orientation = Vector3.new(0, 179.979996, 0)
  4072. Part276.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4073. Part277.Parent = Model256
  4074. Part277.Material = Enum.Material.Neon
  4075. Part277.BrickColor = BrickColor.new("Really red")
  4076. Part277.Rotation = Vector3.new(-180, 0.0199999996, 180)
  4077. Part277.Anchored = true
  4078. Part277.CanCollide = false
  4079. Part277.FormFactor = Enum.FormFactor.Custom
  4080. Part277.Size = Vector3.new(0.0500000007, 0.220000014, 0.139999762)
  4081. Part277.CFrame = CFrame.new(-75.9256058, 2.15597153, 68.308197, -1.00000465, -2.01862562e-08, 0.000412001566, 3.69482223e-13, 1, 4.89997983e-05, -0.000412001566, 4.89995145e-05, -1.00000465)
  4082. Part277.BottomSurface = Enum.SurfaceType.Smooth
  4083. Part277.TopSurface = Enum.SurfaceType.Smooth
  4084. Part277.Color = Color3.new(1, 0, 0)
  4085. Part277.Position = Vector3.new(-75.9256058, 2.15597153, 68.308197)
  4086. Part277.Orientation = Vector3.new(0, 179.979996, 0)
  4087. Part277.Color = Color3.new(1, 0, 0)
  4088. Part278.Parent = Model256
  4089. Part278.Material = Enum.Material.SmoothPlastic
  4090. Part278.BrickColor = BrickColor.new("Really black")
  4091. Part278.Rotation = Vector3.new(-180, 0.0199999996, 180)
  4092. Part278.Anchored = true
  4093. Part278.CanCollide = false
  4094. Part278.FormFactor = Enum.FormFactor.Custom
  4095. Part278.Size = Vector3.new(0.0642857403, 0.212857261, 0.179999754)
  4096. Part278.CFrame = CFrame.new(-75.9255981, 2.29611683, 68.3082123, -1.00000465, -2.01862562e-08, 0.000412001566, 3.69482223e-13, 1, 4.89997983e-05, -0.000412001566, 4.89995145e-05, -1.00000465)
  4097. Part278.BottomSurface = Enum.SurfaceType.Smooth
  4098. Part278.TopSurface = Enum.SurfaceType.Smooth
  4099. Part278.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4100. Part278.Position = Vector3.new(-75.9255981, 2.29611683, 68.3082123)
  4101. Part278.Orientation = Vector3.new(0, 179.979996, 0)
  4102. Part278.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4103. Part279.Parent = Model256
  4104. Part279.Material = Enum.Material.SmoothPlastic
  4105. Part279.BrickColor = BrickColor.new("Really black")
  4106. Part279.Rotation = Vector3.new(-180, 0.0199999996, 180)
  4107. Part279.Anchored = true
  4108. Part279.CanCollide = false
  4109. Part279.FormFactor = Enum.FormFactor.Custom
  4110. Part279.Size = Vector3.new(0.474285692, 0.422857195, 0.0500000007)
  4111. Part279.CFrame = CFrame.new(-76.1305618, 2.19111395, 67.6355743, -1.00000465, -2.01862562e-08, 0.000412001566, 3.69482223e-13, 1, 4.89997983e-05, -0.000412001566, 4.89995145e-05, -1.00000465)
  4112. Part279.BottomSurface = Enum.SurfaceType.Smooth
  4113. Part279.TopSurface = Enum.SurfaceType.Smooth
  4114. Part279.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4115. Part279.Position = Vector3.new(-76.1305618, 2.19111395, 67.6355743)
  4116. Part279.Orientation = Vector3.new(0, 179.979996, 0)
  4117. Part279.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4118. Part280.Parent = Model256
  4119. Part280.Material = Enum.Material.SmoothPlastic
  4120. Part280.BrickColor = BrickColor.new("Really black")
  4121. Part280.Reflectance = 0.20000000298023
  4122. Part280.Rotation = Vector3.new(-180, 0.0199999996, 180)
  4123. Part280.Anchored = true
  4124. Part280.CanCollide = false
  4125. Part280.FormFactor = Enum.FormFactor.Custom
  4126. Part280.Size = Vector3.new(0.619999528, 0.707999885, 1.01999974)
  4127. Part280.CFrame = CFrame.new(-76.2204514, 2.3499887, 67.9680786, -1.00000465, -2.01862562e-08, 0.000412001566, 3.69482223e-13, 1, 4.89997983e-05, -0.000412001566, 4.89995145e-05, -1.00000465)
  4128. Part280.BottomSurface = Enum.SurfaceType.Smooth
  4129. Part280.TopSurface = Enum.SurfaceType.Smooth
  4130. Part280.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4131. Part280.Position = Vector3.new(-76.2204514, 2.3499887, 67.9680786)
  4132. Part280.Orientation = Vector3.new(0, 179.979996, 0)
  4133. Part280.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4134. Part281.Parent = Model256
  4135. Part281.Material = Enum.Material.Neon
  4136. Part281.BrickColor = BrickColor.new("Really red")
  4137. Part281.Rotation = Vector3.new(-180, 0.0199999996, 180)
  4138. Part281.Anchored = true
  4139. Part281.CanCollide = false
  4140. Part281.FormFactor = Enum.FormFactor.Custom
  4141. Part281.Size = Vector3.new(0.0742857382, 0.112857282, 0.0999997854)
  4142. Part281.CFrame = CFrame.new(-75.9206009, 2.29611683, 68.3082123, -1.00000465, -2.01862562e-08, 0.000412001566, 3.69482223e-13, 1, 4.89997983e-05, -0.000412001566, 4.89995145e-05, -1.00000465)
  4143. Part281.BottomSurface = Enum.SurfaceType.Smooth
  4144. Part281.TopSurface = Enum.SurfaceType.Smooth
  4145. Part281.Color = Color3.new(1, 0, 0)
  4146. Part281.Position = Vector3.new(-75.9206009, 2.29611683, 68.3082123)
  4147. Part281.Orientation = Vector3.new(0, 179.979996, 0)
  4148. Part281.Color = Color3.new(1, 0, 0)
  4149. Part282.Parent = Model256
  4150. Part282.Material = Enum.Material.SmoothPlastic
  4151. Part282.BrickColor = BrickColor.new("Really black")
  4152. Part282.Rotation = Vector3.new(-180, 0.0199999996, 180)
  4153. Part282.Anchored = true
  4154. Part282.CanCollide = false
  4155. Part282.FormFactor = Enum.FormFactor.Custom
  4156. Part282.Size = Vector3.new(0.474285692, 0.422857195, 0.0500000007)
  4157. Part282.CFrame = CFrame.new(-76.1305618, 2.19111371, 68.3081207, -1.00000465, -2.01862562e-08, 0.000412001566, 3.69482223e-13, 1, 4.89997983e-05, -0.000412001566, 4.89995145e-05, -1.00000465)
  4158. Part282.BottomSurface = Enum.SurfaceType.Smooth
  4159. Part282.TopSurface = Enum.SurfaceType.Smooth
  4160. Part282.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4161. Part282.Position = Vector3.new(-76.1305618, 2.19111371, 68.3081207)
  4162. Part282.Orientation = Vector3.new(0, 179.979996, 0)
  4163. Part282.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4164. Part283.Parent = Model256
  4165. Part283.Material = Enum.Material.Neon
  4166. Part283.BrickColor = BrickColor.new("Really red")
  4167. Part283.Rotation = Vector3.new(-180, 0.0199999996, 180)
  4168. Part283.Anchored = true
  4169. Part283.CanCollide = false
  4170. Part283.FormFactor = Enum.FormFactor.Custom
  4171. Part283.Size = Vector3.new(1.05999959, 0.515268922, 0.0500000007)
  4172. Part283.CFrame = CFrame.new(-76.4204254, 3.88999271, 67.8680725, -1.00000465, -2.01862562e-08, 0.000412001566, 3.69482223e-13, 1, 4.89997983e-05, -0.000412001566, 4.89995145e-05, -1.00000465)
  4173. Part283.BottomSurface = Enum.SurfaceType.Smooth
  4174. Part283.TopSurface = Enum.SurfaceType.Smooth
  4175. Part283.Color = Color3.new(1, 0, 0)
  4176. Part283.Position = Vector3.new(-76.4204254, 3.88999271, 67.8680725)
  4177. Part283.Orientation = Vector3.new(0, 179.979996, 0)
  4178. Part283.Color = Color3.new(1, 0, 0)
  4179. Part284.Parent = Model256
  4180. Part284.Material = Enum.Material.Neon
  4181. Part284.BrickColor = BrickColor.new("Really red")
  4182. Part284.Rotation = Vector3.new(-180, 0.0199999996, 180)
  4183. Part284.Anchored = true
  4184. Part284.CanCollide = false
  4185. Part284.FormFactor = Enum.FormFactor.Custom
  4186. Part284.Size = Vector3.new(0.0742857382, 0.112857282, 0.0999997854)
  4187. Part284.CFrame = CFrame.new(-75.9206009, 2.29611683, 67.6356583, -1.00000465, -2.01862562e-08, 0.000412001566, 3.69482223e-13, 1, 4.89997983e-05, -0.000412001566, 4.89995145e-05, -1.00000465)
  4188. Part284.BottomSurface = Enum.SurfaceType.Smooth
  4189. Part284.TopSurface = Enum.SurfaceType.Smooth
  4190. Part284.Color = Color3.new(1, 0, 0)
  4191. Part284.Position = Vector3.new(-75.9206009, 2.29611683, 67.6356583)
  4192. Part284.Orientation = Vector3.new(0, 179.979996, 0)
  4193. Part284.Color = Color3.new(1, 0, 0)
  4194. Part285.Parent = Model256
  4195. Part285.Material = Enum.Material.Neon
  4196. Part285.BrickColor = BrickColor.new("Really red")
  4197. Part285.Rotation = Vector3.new(-180, 0.0199999996, 180)
  4198. Part285.Anchored = true
  4199. Part285.CanCollide = false
  4200. Part285.FormFactor = Enum.FormFactor.Custom
  4201. Part285.Size = Vector3.new(0.374285758, 0.452857167, 0.0500000007)
  4202. Part285.CFrame = CFrame.new(-76.1803589, 2.17613578, 67.8441772, -1.00000465, -2.01862562e-08, 0.000412001566, 3.69482223e-13, 1, 4.89997983e-05, -0.000412001566, 4.89995145e-05, -1.00000465)
  4203. Part285.BottomSurface = Enum.SurfaceType.Smooth
  4204. Part285.TopSurface = Enum.SurfaceType.Smooth
  4205. Part285.Color = Color3.new(1, 0, 0)
  4206. Part285.Position = Vector3.new(-76.1803589, 2.17613578, 67.8441772)
  4207. Part285.Orientation = Vector3.new(0, 179.979996, 0)
  4208. Part285.Color = Color3.new(1, 0, 0)
  4209. Part286.Parent = Model256
  4210. Part286.Material = Enum.Material.SmoothPlastic
  4211. Part286.BrickColor = BrickColor.new("Really black")
  4212. Part286.Rotation = Vector3.new(-180, 0.0199999996, 180)
  4213. Part286.Anchored = true
  4214. Part286.CanCollide = false
  4215. Part286.FormFactor = Enum.FormFactor.Custom
  4216. Part286.Size = Vector3.new(0.174857169, 0.501904786, 0.169999987)
  4217. Part286.CFrame = CFrame.new(-76.3505402, 2.19803381, 68.3080292, -1.00000465, -2.01862562e-08, 0.000412001566, 3.69482223e-13, 1, 4.89997983e-05, -0.000412001566, 4.89995145e-05, -1.00000465)
  4218. Part286.BottomSurface = Enum.SurfaceType.Smooth
  4219. Part286.TopSurface = Enum.SurfaceType.Smooth
  4220. Part286.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4221. Part286.Position = Vector3.new(-76.3505402, 2.19803381, 68.3080292)
  4222. Part286.Orientation = Vector3.new(0, 179.979996, 0)
  4223. Part286.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4224. Part287.Parent = Model256
  4225. Part287.Material = Enum.Material.SmoothPlastic
  4226. Part287.BrickColor = BrickColor.new("Really black")
  4227. Part287.Rotation = Vector3.new(-180, 0.0199999996, 180)
  4228. Part287.Anchored = true
  4229. Part287.CanCollide = false
  4230. Part287.FormFactor = Enum.FormFactor.Custom
  4231. Part287.Size = Vector3.new(0.0642857403, 0.212857261, 0.179999754)
  4232. Part287.CFrame = CFrame.new(-75.9255981, 2.29611683, 67.6356506, -1.00000465, -2.01862562e-08, 0.000412001566, 3.69482223e-13, 1, 4.89997983e-05, -0.000412001566, 4.89995145e-05, -1.00000465)
  4233. Part287.BottomSurface = Enum.SurfaceType.Smooth
  4234. Part287.TopSurface = Enum.SurfaceType.Smooth
  4235. Part287.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4236. Part287.Position = Vector3.new(-75.9255981, 2.29611683, 67.6356506)
  4237. Part287.Orientation = Vector3.new(0, 179.979996, 0)
  4238. Part287.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4239. Part288.Parent = Model256
  4240. Part288.Material = Enum.Material.SmoothPlastic
  4241. Part288.BrickColor = BrickColor.new("Really black")
  4242. Part288.Rotation = Vector3.new(-180, 0.0199999996, 180)
  4243. Part288.Anchored = true
  4244. Part288.CanCollide = false
  4245. Part288.FormFactor = Enum.FormFactor.Custom
  4246. Part288.Size = Vector3.new(0.394285738, 0.442857176, 0.149999991)
  4247. Part288.CFrame = CFrame.new(-76.1705551, 2.18111372, 68.0836716, -1.00000465, -2.01862562e-08, 0.000412001566, 3.69482223e-13, 1, 4.89997983e-05, -0.000412001566, 4.89995145e-05, -1.00000465)
  4248. Part288.BottomSurface = Enum.SurfaceType.Smooth
  4249. Part288.TopSurface = Enum.SurfaceType.Smooth
  4250. Part288.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4251. Part288.Position = Vector3.new(-76.1705551, 2.18111372, 68.0836716)
  4252. Part288.Orientation = Vector3.new(0, 179.979996, 0)
  4253. Part288.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4254. Part289.Parent = Model256
  4255. Part289.Material = Enum.Material.Neon
  4256. Part289.BrickColor = BrickColor.new("Really red")
  4257. Part289.Rotation = Vector3.new(-180, 0.0199999996, 180)
  4258. Part289.Anchored = true
  4259. Part289.CanCollide = false
  4260. Part289.FormFactor = Enum.FormFactor.Custom
  4261. Part289.Size = Vector3.new(0.0742857382, 0.112857282, 0.0999997854)
  4262. Part289.CFrame = CFrame.new(-75.9206009, 2.29611683, 68.0837631, -1.00000465, -2.01862562e-08, 0.000412001566, 3.69482223e-13, 1, 4.89997983e-05, -0.000412001566, 4.89995145e-05, -1.00000465)
  4263. Part289.BottomSurface = Enum.SurfaceType.Smooth
  4264. Part289.TopSurface = Enum.SurfaceType.Smooth
  4265. Part289.Color = Color3.new(1, 0, 0)
  4266. Part289.Position = Vector3.new(-75.9206009, 2.29611683, 68.0837631)
  4267. Part289.Orientation = Vector3.new(0, 179.979996, 0)
  4268. Part289.Color = Color3.new(1, 0, 0)
  4269. Part290.Parent = Model256
  4270. Part290.Material = Enum.Material.Neon
  4271. Part290.BrickColor = BrickColor.new("Really red")
  4272. Part290.Rotation = Vector3.new(-180, 0.0199999996, 180)
  4273. Part290.Anchored = true
  4274. Part290.CanCollide = false
  4275. Part290.FormFactor = Enum.FormFactor.Custom
  4276. Part290.Size = Vector3.new(0.0500000007, 0.220000014, 0.139999762)
  4277. Part290.CFrame = CFrame.new(-75.9256058, 2.15597177, 68.0837555, -1.00000465, -2.01862562e-08, 0.000412001566, 3.69482223e-13, 1, 4.89997983e-05, -0.000412001566, 4.89995145e-05, -1.00000465)
  4278. Part290.BottomSurface = Enum.SurfaceType.Smooth
  4279. Part290.TopSurface = Enum.SurfaceType.Smooth
  4280. Part290.Color = Color3.new(1, 0, 0)
  4281. Part290.Position = Vector3.new(-75.9256058, 2.15597177, 68.0837555)
  4282. Part290.Orientation = Vector3.new(0, 179.979996, 0)
  4283. Part290.Color = Color3.new(1, 0, 0)
  4284. Part291.Parent = Model256
  4285. Part291.Material = Enum.Material.Neon
  4286. Part291.BrickColor = BrickColor.new("Really red")
  4287. Part291.Rotation = Vector3.new(-180, 0.0199999996, 180)
  4288. Part291.Anchored = true
  4289. Part291.CanCollide = false
  4290. Part291.FormFactor = Enum.FormFactor.Custom
  4291. Part291.Size = Vector3.new(0.374285758, 0.452857167, 0.0500000007)
  4292. Part291.CFrame = CFrame.new(-76.180275, 2.17614698, 67.6324615, -1.00000465, -2.01862562e-08, 0.000412001566, 3.69482223e-13, 1, 4.89997983e-05, -0.000412001566, 4.89995145e-05, -1.00000465)
  4293. Part291.BottomSurface = Enum.SurfaceType.Smooth
  4294. Part291.TopSurface = Enum.SurfaceType.Smooth
  4295. Part291.Color = Color3.new(1, 0, 0)
  4296. Part291.Position = Vector3.new(-76.180275, 2.17614698, 67.6324615)
  4297. Part291.Orientation = Vector3.new(0, 179.979996, 0)
  4298. Part291.Color = Color3.new(1, 0, 0)
  4299. Part292.Parent = Model256
  4300. Part292.Material = Enum.Material.SmoothPlastic
  4301. Part292.BrickColor = BrickColor.new("Really black")
  4302. Part292.Rotation = Vector3.new(-180, 0.0199999996, 180)
  4303. Part292.Anchored = true
  4304. Part292.CanCollide = false
  4305. Part292.FormFactor = Enum.FormFactor.Custom
  4306. Part292.Size = Vector3.new(0.174857169, 0.501904786, 0.169999987)
  4307. Part292.CFrame = CFrame.new(-76.3505402, 2.19803381, 67.6354828, -1.00000465, -2.01862562e-08, 0.000412001566, 3.69482223e-13, 1, 4.89997983e-05, -0.000412001566, 4.89995145e-05, -1.00000465)
  4308. Part292.BottomSurface = Enum.SurfaceType.Smooth
  4309. Part292.TopSurface = Enum.SurfaceType.Smooth
  4310. Part292.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4311. Part292.Position = Vector3.new(-76.3505402, 2.19803381, 67.6354828)
  4312. Part292.Orientation = Vector3.new(0, 179.979996, 0)
  4313. Part292.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4314. Part293.Parent = Model256
  4315. Part293.Material = Enum.Material.SmoothPlastic
  4316. Part293.BrickColor = BrickColor.new("Really black")
  4317. Part293.Rotation = Vector3.new(-180, 0.0199999996, 180)
  4318. Part293.Anchored = true
  4319. Part293.CanCollide = false
  4320. Part293.FormFactor = Enum.FormFactor.Custom
  4321. Part293.Size = Vector3.new(0.474285692, 0.422857195, 0.0500000007)
  4322. Part293.CFrame = CFrame.new(-76.1305618, 2.19111395, 68.0836868, -1.00000465, -2.01862562e-08, 0.000412001566, 3.69482223e-13, 1, 4.89997983e-05, -0.000412001566, 4.89995145e-05, -1.00000465)
  4323. Part293.BottomSurface = Enum.SurfaceType.Smooth
  4324. Part293.TopSurface = Enum.SurfaceType.Smooth
  4325. Part293.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4326. Part293.Position = Vector3.new(-76.1305618, 2.19111395, 68.0836868)
  4327. Part293.Orientation = Vector3.new(0, 179.979996, 0)
  4328. Part293.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4329. Part294.Parent = Model256
  4330. Part294.Material = Enum.Material.SmoothPlastic
  4331. Part294.BrickColor = BrickColor.new("Really black")
  4332. Part294.Rotation = Vector3.new(-180, 0.0199999996, 180)
  4333. Part294.Anchored = true
  4334. Part294.CanCollide = false
  4335. Part294.FormFactor = Enum.FormFactor.Custom
  4336. Part294.Size = Vector3.new(0.0642857403, 0.212857261, 0.179999754)
  4337. Part294.CFrame = CFrame.new(-75.9255981, 2.29611683, 68.0837631, -1.00000465, -2.01862562e-08, 0.000412001566, 3.69482223e-13, 1, 4.89997983e-05, -0.000412001566, 4.89995145e-05, -1.00000465)
  4338. Part294.BottomSurface = Enum.SurfaceType.Smooth
  4339. Part294.TopSurface = Enum.SurfaceType.Smooth
  4340. Part294.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4341. Part294.Position = Vector3.new(-75.9255981, 2.29611683, 68.0837631)
  4342. Part294.Orientation = Vector3.new(0, 179.979996, 0)
  4343. Part294.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4344. Part295.Parent = Model256
  4345. Part295.Material = Enum.Material.SmoothPlastic
  4346. Part295.BrickColor = BrickColor.new("Really black")
  4347. Part295.Rotation = Vector3.new(-180, 0.0199999996, 180)
  4348. Part295.Anchored = true
  4349. Part295.CanCollide = false
  4350. Part295.FormFactor = Enum.FormFactor.Custom
  4351. Part295.Size = Vector3.new(0.394285738, 0.442857176, 0.149999991)
  4352. Part295.CFrame = CFrame.new(-76.1705551, 2.18111372, 68.3081131, -1.00000465, -2.01862562e-08, 0.000412001566, 3.69482223e-13, 1, 4.89997983e-05, -0.000412001566, 4.89995145e-05, -1.00000465)
  4353. Part295.BottomSurface = Enum.SurfaceType.Smooth
  4354. Part295.TopSurface = Enum.SurfaceType.Smooth
  4355. Part295.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4356. Part295.Position = Vector3.new(-76.1705551, 2.18111372, 68.3081131)
  4357. Part295.Orientation = Vector3.new(0, 179.979996, 0)
  4358. Part295.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4359. Part296.Parent = Model256
  4360. Part296.Material = Enum.Material.SmoothPlastic
  4361. Part296.BrickColor = BrickColor.new("Really black")
  4362. Part296.Reflectance = 0.20000000298023
  4363. Part296.Rotation = Vector3.new(-180, 0.0199999996, 180)
  4364. Part296.Anchored = true
  4365. Part296.CanCollide = false
  4366. Part296.FormFactor = Enum.FormFactor.Custom
  4367. Part296.Size = Vector3.new(1.01999962, 0.507999837, 1.01999974)
  4368. Part296.CFrame = CFrame.new(-76.4204636, 2.4499898, 67.9680023, -1.00000465, -2.01862562e-08, 0.000412001566, 3.69482223e-13, 1, 4.89997983e-05, -0.000412001566, 4.89995145e-05, -1.00000465)
  4369. Part296.BottomSurface = Enum.SurfaceType.Smooth
  4370. Part296.TopSurface = Enum.SurfaceType.Smooth
  4371. Part296.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4372. Part296.Position = Vector3.new(-76.4204636, 2.4499898, 67.9680023)
  4373. Part296.Orientation = Vector3.new(0, 179.979996, 0)
  4374. Part296.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4375. Part297.Parent = Model256
  4376. Part297.Material = Enum.Material.Neon
  4377. Part297.BrickColor = BrickColor.new("Really red")
  4378. Part297.Rotation = Vector3.new(-180, 0.0199999996, 180)
  4379. Part297.Anchored = true
  4380. Part297.CanCollide = false
  4381. Part297.FormFactor = Enum.FormFactor.Custom
  4382. Part297.Size = Vector3.new(0.0500000007, 0.220000014, 0.139999762)
  4383. Part297.CFrame = CFrame.new(-75.9256058, 2.15597177, 67.6356506, -1.00000465, -2.01862562e-08, 0.000412001566, 3.69482223e-13, 1, 4.89997983e-05, -0.000412001566, 4.89995145e-05, -1.00000465)
  4384. Part297.BottomSurface = Enum.SurfaceType.Smooth
  4385. Part297.TopSurface = Enum.SurfaceType.Smooth
  4386. Part297.Color = Color3.new(1, 0, 0)
  4387. Part297.Position = Vector3.new(-75.9256058, 2.15597177, 67.6356506)
  4388. Part297.Orientation = Vector3.new(0, 179.979996, 0)
  4389. Part297.Color = Color3.new(1, 0, 0)
  4390. Part298.Parent = Model256
  4391. Part298.Material = Enum.Material.SmoothPlastic
  4392. Part298.BrickColor = BrickColor.new("Really black")
  4393. Part298.Rotation = Vector3.new(-180, 0.0199999996, 180)
  4394. Part298.Anchored = true
  4395. Part298.CanCollide = false
  4396. Part298.FormFactor = Enum.FormFactor.Custom
  4397. Part298.Size = Vector3.new(0.174857169, 0.501904786, 0.169999987)
  4398. Part298.CFrame = CFrame.new(-76.3505402, 2.19803405, 68.0835876, -1.00000465, -2.01862562e-08, 0.000412001566, 3.69482223e-13, 1, 4.89997983e-05, -0.000412001566, 4.89995145e-05, -1.00000465)
  4399. Part298.BottomSurface = Enum.SurfaceType.Smooth
  4400. Part298.TopSurface = Enum.SurfaceType.Smooth
  4401. Part298.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4402. Part298.Position = Vector3.new(-76.3505402, 2.19803405, 68.0835876)
  4403. Part298.Orientation = Vector3.new(0, 179.979996, 0)
  4404. Part298.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4405. Part299.Parent = Model256
  4406. Part299.Material = Enum.Material.SmoothPlastic
  4407. Part299.Transparency = 1
  4408. Part299.Rotation = Vector3.new(90, 0.0199999996, 180)
  4409. Part299.Anchored = true
  4410. Part299.FormFactor = Enum.FormFactor.Custom
  4411. Part299.Size = Vector3.new(1.0999999, 1, 2)
  4412. Part299.CFrame = CFrame.new(-76.4383316, 3.03656721, 67.9838562, -1, -2.01907824e-08, 0.000411995832, -0.000411995774, 4.89995655e-05, -1, 0, -1, -4.89995728e-05)
  4413. Part299.BottomSurface = Enum.SurfaceType.Smooth
  4414. Part299.TopSurface = Enum.SurfaceType.Smooth
  4415. Part299.Position = Vector3.new(-76.4383316, 3.03656721, 67.9838562)
  4416. Part299.Orientation = Vector3.new(90, -180, 0)
  4417. ParticleEmitter300.Name = "Void"
  4418. ParticleEmitter300.Parent = Part299
  4419. ParticleEmitter300.Transparency = NumberSequence.new(0,0.78750002384186,1)
  4420. ParticleEmitter300.Rotation = NumberRange.new(100, 100)
  4421. ParticleEmitter300.Size = NumberSequence.new(0.50000011920929,1.3749998807907)
  4422. ParticleEmitter300.Color = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(1, 0, 0.0156863))
  4423. ParticleEmitter300.Texture = "rbxassetid://341277531"
  4424. ParticleEmitter300.ZOffset = -1
  4425. ParticleEmitter300.Lifetime = NumberRange.new(0.5, 0.5)
  4426. ParticleEmitter300.Rate = 1000
  4427. ParticleEmitter300.RotSpeed = NumberRange.new(-20, -10)
  4428. ParticleEmitter300.Speed = NumberRange.new(0, 0)
  4429. ParticleEmitter300.Color = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(1, 0, 0.0156863))
  4430. Model301.Name = "Head"
  4431. Model301.Parent = Model0
  4432. Part302.Name = "Head1"
  4433. Part302.Parent = Model301
  4434. Part302.Material = Enum.Material.SmoothPlastic
  4435. Part302.BrickColor = BrickColor.new("Pastel brown")
  4436. Part302.Transparency = 1
  4437. Part302.Rotation = Vector3.new(-180, 0, 180)
  4438. Part302.Anchored = true
  4439. Part302.CanCollide = false
  4440. Part302.FormFactor = Enum.FormFactor.Symmetric
  4441. Part302.Size = Vector3.new(2, 1, 1)
  4442. Part302.CFrame = CFrame.new(-77.8779831, 4.51006699, 67.9688873, -1, -4.45898877e-05, 3.27825364e-05, -4.45890255e-05, 1, 2.62771573e-05, -3.27837079e-05, 2.62756948e-05, -1)
  4443. Part302.TopSurface = Enum.SurfaceType.Smooth
  4444. Part302.Color = Color3.new(1, 0.8, 0.6)
  4445. Part302.Position = Vector3.new(-77.8779831, 4.51006699, 67.9688873)
  4446. Part302.Orientation = Vector3.new(0, 180, 0)
  4447. Part302.Color = Color3.new(1, 0.8, 0.6)
  4448. SpecialMesh303.Parent = Part302
  4449. SpecialMesh303.Scale = Vector3.new(1.25, 1.25, 1.25)
  4450. SpecialMesh303.Scale = Vector3.new(1.25, 1.25, 1.25)
  4451. Script304.Name = "Welds"
  4452. Script304.Parent = Model0
  4453. Script304.Disabled = true
  4454. table.insert(cors,sandbox(Script304,function()
  4455. --Saz
  4456.  
  4457. --A new system which is a combination of fast-welds and hard-welds.
  4458. --Should be far, far better.
  4459.  
  4460. --When script.CreateNewWelds.Value == true, we create a new set of weld information on script run.
  4461. --This toggles off automatically afterwards, to prevent issues that fast-welds can cause.
  4462.  
  4463. --Cruder than I wanted it to be, but not like I intended for anyone but me to use it anyway.
  4464. --The fact that you're reading this means you should likely kill yourself. Immediately.
  4465.  
  4466. wait(.33)
  4467.  
  4468. Tool=script.Parent
  4469. Nib=Tool.Parent
  4470.  
  4471.  
  4472. for _,v in pairs(Nib:children()) do
  4473. if v.className=="Hat" then
  4474. v:Remove()
  4475. end
  4476. end
  4477.  
  4478. wait(1)
  4479.  
  4480. weldparts=function()
  4481. print("Welding")
  4482. lel={}
  4483. function jarate(p)
  4484. for i=1, #p do
  4485. table.insert(lel,p[i])
  4486. k=p[i]:children()
  4487. if #k>0 then
  4488. jarate(k)
  4489. end
  4490. end
  4491. end
  4492. for _,v in pairs(script.Parent:children()) do
  4493. if v.Name~="Cloak" and v.className~="Script" then
  4494. v:BreakJoints()
  4495. jarate(v:children())
  4496. end
  4497. end
  4498. for _,v in pairs(lel) do
  4499. if v.className=="Weld" or v.className=="Motor6D" then
  4500. v:Remove()
  4501. end
  4502. end
  4503. for _,v in pairs(script.Parent["RightLeg"]:children()) do
  4504. if v.Name~="Right Leg1" then
  4505. w=Instance.new("Weld")
  4506. w.Part0=script.Parent["RightLeg"]["Right Leg1"]
  4507. w.Part1=v
  4508. w.C1=v.CFrame:inverse()*CFrame.new(v.Position)
  4509. w.C0=script.Parent["RightLeg"]["Right Leg1"].CFrame:inverse()*CFrame.new(v.Position)
  4510. w.Parent=w.Part0
  4511. end
  4512. end
  4513. w=Instance.new("Weld")
  4514. w.Part0=Nib["Right Leg"]
  4515. w.Part1=script.Parent["RightLeg"]["Right Leg1"]
  4516. w.Parent=w.Part0
  4517. w.C0=CFrame.new(0,-.1,0)
  4518. for _,v in pairs(script.Parent["LeftLeg"]:children()) do
  4519. if v.Name~="Left Leg1" then
  4520. w=Instance.new("Weld")
  4521. w.Part0=script.Parent["LeftLeg"]["Left Leg1"]
  4522. w.Part1=v
  4523. w.C1=v.CFrame:inverse()*CFrame.new(v.Position)
  4524. w.C0=script.Parent["LeftLeg"]["Left Leg1"].CFrame:inverse()*CFrame.new(v.Position)
  4525. w.Parent=w.Part0
  4526. end
  4527. end
  4528. w=Instance.new("Weld")
  4529. w.Part0=Nib["Left Leg"]
  4530. w.Part1=script.Parent["LeftLeg"]["Left Leg1"]
  4531. w.Parent=w.Part0
  4532. w.C0=CFrame.new(0,-.1,0)
  4533. for _,v in pairs(script.Parent["RightArm"]:children()) do
  4534. if v.Name~="Right Arm1" then
  4535. w=Instance.new("Weld")
  4536. w.Part0=script.Parent["RightArm"]["Right Arm1"]
  4537. w.Part1=v
  4538. w.C1=v.CFrame:inverse()*CFrame.new(v.Position)
  4539. w.C0=script.Parent["RightArm"]["Right Arm1"].CFrame:inverse()*CFrame.new(v.Position)
  4540. w.Parent=w.Part1
  4541. end
  4542. end
  4543. w=Instance.new("Weld")
  4544. w.Part0=Nib["Right Arm"]
  4545. w.Part1=script.Parent["RightArm"]["Right Arm1"]
  4546. w.Parent=w.Part0
  4547. w.C0 = w.C0 * CFrame.Angles(0,math.rad(90),math.rad(90))
  4548.  
  4549. for _,v in pairs(script.Parent["LeftArm"]:children()) do
  4550. if v.Name~="Left Arm1" then
  4551. w=Instance.new("Weld")
  4552. w.Part0=script.Parent["LeftArm"]["Left Arm1"]
  4553. w.Part1=v
  4554. w.C1=v.CFrame:inverse()*CFrame.new(v.Position)
  4555. w.C0=script.Parent["LeftArm"]["Left Arm1"].CFrame:inverse()*CFrame.new(v.Position)
  4556. w.Parent=w.Part0
  4557. end
  4558. end
  4559. w=Instance.new("Weld")
  4560. w.Part0=Nib["Left Arm"]
  4561. w.Part1=script.Parent["LeftArm"]["Left Arm1"]
  4562. w.Parent=w.Part0
  4563.  
  4564.  
  4565. for _,v in pairs(script.Parent["Head"]:children()) do
  4566. if v.Name~="Head1" then
  4567. w=Instance.new("Weld")
  4568. w.Part0=script.Parent["Head"]["Head1"]
  4569. w.Part1=v
  4570. w.C1=v.CFrame:inverse()*CFrame.new(v.Position)
  4571. w.C0=script.Parent["Head"]["Head1"].CFrame:inverse()*CFrame.new(v.Position)
  4572. w.Parent=w.Part0
  4573. end
  4574. end
  4575. w=Instance.new("Weld")
  4576. w.Part0=Nib["Head"]
  4577. w.Part1=script.Parent["Head"]["Head1"]
  4578. w.Parent=w.Part0
  4579.  
  4580. for _,v in pairs(script.Parent["Torso"]:children()) do
  4581. if v.Name~="Torso1" then
  4582. w=Instance.new("Weld")
  4583. w.Part0=script.Parent["Torso"]["Torso1"]
  4584. w.Part1=v
  4585. w.C1=v.CFrame:inverse()*CFrame.new(v.Position)
  4586. w.C0=script.Parent["Torso"]["Torso1"].CFrame:inverse()*CFrame.new(v.Position)
  4587. w.Parent=script.Parent["Torso"]["Torso1"]
  4588. end
  4589. end
  4590.  
  4591. w=Instance.new("Weld")
  4592. w.Part0=Nib["Torso"]
  4593. w.Part1=script.Parent["Torso"]["Torso1"]
  4594. w.C0=w.C0*CFrame.fromEulerAnglesXYZ(0,0,0)
  4595. w.Parent=w.Part0
  4596.  
  4597. for _,v in pairs(lel) do
  4598. if v:IsA("BasePart") then v.Anchored=false end
  4599. end
  4600.  
  4601.  
  4602.  
  4603. wait(1)
  4604.  
  4605. w=Instance.new("Weld")
  4606. w.Part0=Nib.Torso
  4607. w.Part1=Tool.Torso.Torso1
  4608. w.C0=CFrame.new(0,0,0) * CFrame.fromEulerAnglesXYZ(0,0,math.pi)
  4609. w.C1=CFrame.new(0,0,0)
  4610. w.Parent=w.Part1
  4611. w.Name="ClothingWeld"
  4612.  
  4613. wait(.06)
  4614.  
  4615. while Tool.Torso.Torso1:FindFirstChild("ClothingWeld")==nil do
  4616. wait(.03)
  4617. w=Instance.new("Weld")
  4618. w.Part0=Nib.Torso
  4619. w.Part1=Tool.Torso.Torso1
  4620. w.C0=CFrame.new(0,0,0) * CFrame.fromEulerAnglesXYZ(0,0,math.pi)
  4621. w.C1=CFrame.new(0,0,0)
  4622. w.Parent=w.Part1
  4623. w.Name="ClothingWeld"
  4624. end
  4625.  
  4626. w=Instance.new("Weld")
  4627. w.Part0=Nib["Right Leg"]
  4628. w.Part1=Tool.RightLeg["Right Leg1"]
  4629. w.C0=CFrame.new(0,0,0)
  4630. w.C1=CFrame.new(0,0,0)
  4631. w.Parent=w.Part1
  4632. w.Name="ClothingWeld"
  4633.  
  4634. w=Instance.new("Weld")
  4635. w.Part0=Nib["Left Leg"]
  4636. w.Part1=Tool.LeftLeg["Left Leg1"]
  4637. w.C0=CFrame.new(0,0,0)
  4638. w.C1=CFrame.new(0,0,0)
  4639. w.Parent=w.Part1
  4640. w.Name="ClothingWeld"
  4641.  
  4642. w=Instance.new("Weld")
  4643. w.Part0=Nib["Right Arm"]
  4644. w.Part1=Tool.RightArm["Right Arm1"]
  4645. w.C0=CFrame.new(0,0,0)
  4646. w.C1=CFrame.new(0,0,0)
  4647. w.Parent=w.Part1
  4648. w.Name="ClothingWeld"
  4649.  
  4650. w=Instance.new("Weld")
  4651. w.Part0=Nib["Left Arm"]
  4652. w.Part1=Tool.LeftArm["Left Arm1"]
  4653. w.C0=CFrame.new(0,0,0) * CFrame.fromEulerAnglesXYZ(0,0,math.pi)
  4654. w.C1=CFrame.new(0,0,0)
  4655. w.Parent=w.Part1
  4656. w.Name="ClothingWeld"
  4657.  
  4658. wait()
  4659.  
  4660. end
  4661. weldparts()
  4662.  
  4663. end))
  4664. for i,v in pairs(mas:GetChildren()) do
  4665. v.Parent = game:GetService("Players").LocalPlayer.Character
  4666. pcall(function() v:MakeJoints() end)
  4667. end
  4668. mas:Destroy()
  4669. for i,v in pairs(cors) do
  4670. spawn(function()
  4671. pcall(v)
  4672. end)
  4673. end
  4674. --------------------------------------------------------------------
  4675. for _, v in pairs(game:GetService("Players").LocalPlayer.Character:children()) do
  4676. if v:IsA("Accessory") then
  4677. v:Destroy()
  4678. end
  4679. end
  4680.  
  4681. --Converted with ttyyuu12345's model to script plugin v4
  4682. function sandbox(var,func)
  4683. local env = getfenv(func)
  4684. local newenv = setmetatable({},{
  4685. __index = function(self,k)
  4686. if k=="script" then
  4687. return var
  4688. else
  4689. return env[k]
  4690. end
  4691. end,
  4692. })
  4693. setfenv(func,newenv)
  4694. return func
  4695. end
  4696. cors = {}
  4697. mas = Instance.new("Model",game:GetService("Lighting"))
  4698. Model0 = Instance.new("Model")
  4699. Model1 = Instance.new("Model")
  4700. Part2 = Instance.new("Part")
  4701. SpecialMesh3 = Instance.new("SpecialMesh")
  4702. Part4 = Instance.new("Part")
  4703. SpecialMesh5 = Instance.new("SpecialMesh")
  4704. Part6 = Instance.new("Part")
  4705. SpecialMesh7 = Instance.new("SpecialMesh")
  4706. Model8 = Instance.new("Model")
  4707. Part9 = Instance.new("Part")
  4708. Part10 = Instance.new("Part")
  4709. Model11 = Instance.new("Model")
  4710. Part12 = Instance.new("Part")
  4711. Part13 = Instance.new("Part")
  4712. SpecialMesh14 = Instance.new("SpecialMesh")
  4713. Part15 = Instance.new("Part")
  4714. SpecialMesh16 = Instance.new("SpecialMesh")
  4715. Part17 = Instance.new("Part")
  4716. SpecialMesh18 = Instance.new("SpecialMesh")
  4717. Part19 = Instance.new("Part")
  4718. SpecialMesh20 = Instance.new("SpecialMesh")
  4719. Part21 = Instance.new("Part")
  4720. SpecialMesh22 = Instance.new("SpecialMesh")
  4721. Part23 = Instance.new("Part")
  4722. SpecialMesh24 = Instance.new("SpecialMesh")
  4723. Part25 = Instance.new("Part")
  4724. SpecialMesh26 = Instance.new("SpecialMesh")
  4725. Part27 = Instance.new("Part")
  4726. Part28 = Instance.new("Part")
  4727. ParticleEmitter29 = Instance.new("ParticleEmitter")
  4728. Part30 = Instance.new("Part")
  4729. SpecialMesh31 = Instance.new("SpecialMesh")
  4730. Part32 = Instance.new("Part")
  4731. SpecialMesh33 = Instance.new("SpecialMesh")
  4732. Part34 = Instance.new("Part")
  4733. SpecialMesh35 = Instance.new("SpecialMesh")
  4734. Part36 = Instance.new("Part")
  4735. SpecialMesh37 = Instance.new("SpecialMesh")
  4736. Part38 = Instance.new("Part")
  4737. SpecialMesh39 = Instance.new("SpecialMesh")
  4738. Part40 = Instance.new("Part")
  4739. SpecialMesh41 = Instance.new("SpecialMesh")
  4740. Part42 = Instance.new("Part")
  4741. SpecialMesh43 = Instance.new("SpecialMesh")
  4742. Part44 = Instance.new("Part")
  4743. SpecialMesh45 = Instance.new("SpecialMesh")
  4744. Model46 = Instance.new("Model")
  4745. Part47 = Instance.new("Part")
  4746. Part48 = Instance.new("Part")
  4747. Model49 = Instance.new("Model")
  4748. Part50 = Instance.new("Part")
  4749. Part51 = Instance.new("Part")
  4750. Model52 = Instance.new("Model")
  4751. Part53 = Instance.new("Part")
  4752. Part54 = Instance.new("Part")
  4753. Script55 = Instance.new("Script")
  4754. Model0.Name = "Armor"
  4755. Model0.Parent = mas
  4756. Model1.Name = "Head"
  4757. Model1.Parent = Model0
  4758. Part2.Name = "Head1"
  4759. Part2.Parent = Model1
  4760. Part2.Material = Enum.Material.SmoothPlastic
  4761. Part2.BrickColor = BrickColor.new("Pastel brown")
  4762. Part2.Rotation = Vector3.new(-180, 0, 180)
  4763. Part2.Anchored = true
  4764. Part2.CanCollide = false
  4765. Part2.FormFactor = Enum.FormFactor.Symmetric
  4766. Part2.Size = Vector3.new(2, 1, 1)
  4767. Part2.CFrame = CFrame.new(-48.3463364, 4.52137661, 113.198578, -1.00000048, -4.45899859e-05, 3.27827729e-05, -4.45889673e-05, 1.00000048, 2.61515379e-05, -3.27834859e-05, 2.64644623e-05, -1.00000095)
  4768. Part2.TopSurface = Enum.SurfaceType.Smooth
  4769. Part2.Color = Color3.new(1, 0, 0)
  4770. Part2.Position = Vector3.new(-48.3463364, 4.52137661, 113.198578)
  4771. Part2.Orientation = Vector3.new(0, 180, 0)
  4772. Part2.Color = Color3.new(1, 0, 0)
  4773. SpecialMesh3.Parent = Part2
  4774. SpecialMesh3.Scale = Vector3.new(1.25, 1.25, 1.25)
  4775. SpecialMesh3.Scale = Vector3.new(1.25, 1.25, 1.25)
  4776. Part4.Parent = Model1
  4777. Part4.Material = Enum.Material.SmoothPlastic
  4778. Part4.BrickColor = BrickColor.new("Dark indigo")
  4779. Part4.Rotation = Vector3.new(-105, 0.00999999978, 179.979996)
  4780. Part4.Anchored = true
  4781. Part4.CanCollide = false
  4782. Part4.FormFactor = Enum.FormFactor.Custom
  4783. Part4.Size = Vector3.new(4, 1, 2)
  4784. Part4.CFrame = CFrame.new(-48.3541832, 4.89275789, 113.830757, -1.00000048, -0.000397967116, 0.000106614141, 3.01250518e-11, 0.258772343, 0.965938926, -0.00041200011, 0.965939403, -0.258772165)
  4785. Part4.BottomSurface = Enum.SurfaceType.Smooth
  4786. Part4.TopSurface = Enum.SurfaceType.Smooth
  4787. Part4.Color = Color3.new(1, 0, 0)
  4788. Part4.Position = Vector3.new(-48.3541832, 4.89275789, 113.830757)
  4789. Part4.Orientation = Vector3.new(-75, 179.979996, 0)
  4790. Part4.Color = Color3.new(1, 0, 0)
  4791. SpecialMesh5.Parent = Part4
  4792. SpecialMesh5.MeshId = "rbxassetid://627540549"
  4793. SpecialMesh5.MeshType = Enum.MeshType.FileMesh
  4794. Part6.Parent = Model1
  4795. Part6.Material = Enum.Material.SmoothPlastic
  4796. Part6.BrickColor = BrickColor.new("Really black")
  4797. Part6.Rotation = Vector3.new(-180, 0.0199999996, 180)
  4798. Part6.Anchored = true
  4799. Part6.CanCollide = false
  4800. Part6.Size = Vector3.new(1.28000045, 1.29000044, 1.28000045)
  4801. Part6.CFrame = CFrame.new(-48.3461227, 4.5111289, 113.198532, -1.00000608, -2.0263542e-08, 0.000412002468, 2.81283954e-11, 1.00000048, 4.88907099e-05, -0.000412002089, 4.91440296e-05, -1.00000656)
  4802. Part6.Color = Color3.new(0.0666667, 0, 0)
  4803. Part6.Position = Vector3.new(-48.3461227, 4.5111289, 113.198532)
  4804. Part6.Orientation = Vector3.new(0, 179.979996, 0)
  4805. Part6.Color = Color3.new(0.0666667, 0, 0)
  4806. SpecialMesh7.Parent = Part6
  4807. Model8.Name = "RightLeg"
  4808. Model8.Parent = Model0
  4809. Part9.Name = "Right Leg1"
  4810. Part9.Parent = Model8
  4811. Part9.Material = Enum.Material.SmoothPlastic
  4812. Part9.BrickColor = BrickColor.new("Pastel brown")
  4813. Part9.Transparency = 1
  4814. Part9.Rotation = Vector3.new(-180, 0, 180)
  4815. Part9.Anchored = true
  4816. Part9.CanCollide = false
  4817. Part9.FormFactor = Enum.FormFactor.Plate
  4818. Part9.Size = Vector3.new(1, 2, 1)
  4819. Part9.CFrame = CFrame.new(-48.8462868, 1.01137614, 113.198601, -1.00000048, -4.45899859e-05, 3.27827729e-05, -4.45889673e-05, 1.00000048, 2.61515379e-05, -3.27834859e-05, 2.64644623e-05, -1.00000095)
  4820. Part9.Color = Color3.new(1, 0, 0)
  4821. Part9.Position = Vector3.new(-48.8462868, 1.01137614, 113.198601)
  4822. Part9.Orientation = Vector3.new(0, 180, 0)
  4823. Part9.Color = Color3.new(1, 0, 0)
  4824. Part10.Parent = Model8
  4825. Part10.Material = Enum.Material.SmoothPlastic
  4826. Part10.BrickColor = BrickColor.new("Really black")
  4827. Part10.Rotation = Vector3.new(-180, 0.0199999996, 180)
  4828. Part10.Anchored = true
  4829. Part10.CanCollide = false
  4830. Part10.FormFactor = Enum.FormFactor.Custom
  4831. Part10.Size = Vector3.new(1.06999922, 2.03999949, 1.02999926)
  4832. Part10.CFrame = CFrame.new(-48.855896, 1.02003384, 113.203369, -1.00000608, -2.0263542e-08, 0.000412002468, 2.81283954e-11, 1.00000048, 4.88907099e-05, -0.000412002089, 4.91440296e-05, -1.00000656)
  4833. Part10.BottomSurface = Enum.SurfaceType.Smooth
  4834. Part10.TopSurface = Enum.SurfaceType.Smooth
  4835. Part10.Color = Color3.new(0.0666667, 0, 0)
  4836. Part10.Position = Vector3.new(-48.855896, 1.02003384, 113.203369)
  4837. Part10.Orientation = Vector3.new(0, 179.979996, 0)
  4838. Part10.Color = Color3.new(0.0666667, 0, 0)
  4839. Model11.Name = "Torso"
  4840. Model11.Parent = Model0
  4841. Part12.Parent = Model11
  4842. Part12.Material = Enum.Material.SmoothPlastic
  4843. Part12.BrickColor = BrickColor.new("Really black")
  4844. Part12.Rotation = Vector3.new(-180, 0.0199999996, 180)
  4845. Part12.Anchored = true
  4846. Part12.CanCollide = false
  4847. Part12.FormFactor = Enum.FormFactor.Custom
  4848. Part12.Size = Vector3.new(2.04999948, 2.03999949, 1.02999926)
  4849. Part12.CFrame = CFrame.new(-48.3659096, 3.02721858, 113.203804, -1.00000608, -2.0263542e-08, 0.000412002468, 2.81283954e-11, 1.00000048, 4.88907099e-05, -0.000412002089, 4.91440296e-05, -1.00000656)
  4850. Part12.BottomSurface = Enum.SurfaceType.Smooth
  4851. Part12.TopSurface = Enum.SurfaceType.Smooth
  4852. Part12.Color = Color3.new(0.0666667, 0, 0)
  4853. Part12.Position = Vector3.new(-48.3659096, 3.02721858, 113.203804)
  4854. Part12.Orientation = Vector3.new(0, 179.979996, 0)
  4855. Part12.Color = Color3.new(0.0666667, 0, 0)
  4856. Part13.Parent = Model11
  4857. Part13.Material = Enum.Material.Neon
  4858. Part13.BrickColor = BrickColor.new("Dark indigo")
  4859. Part13.Rotation = Vector3.new(-90, 90, 0)
  4860. Part13.Anchored = true
  4861. Part13.CanCollide = false
  4862. Part13.FormFactor = Enum.FormFactor.Custom
  4863. Part13.Size = Vector3.new(1.09999967, 0.100000001, 0.100000001)
  4864. Part13.CFrame = CFrame.new(-48.3411903, 2.80957246, 113.701797, 0.000421986217, -8.34006642e-09, 1.00000608, -1.00000048, 5.684793e-05, 0.000421983656, -5.7131052e-05, -1.00000668, 1.53231667e-08)
  4865. Part13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4866. Part13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4867. Part13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4868. Part13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4869. Part13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4870. Part13.Color = Color3.new(1, 0, 0)
  4871. Part13.Position = Vector3.new(-48.3411903, 2.80957246, 113.701797)
  4872. Part13.Orientation = Vector3.new(-0.0199999996, 90, -90)
  4873. Part13.Color = Color3.new(1, 0, 0)
  4874. SpecialMesh14.Parent = Part13
  4875. SpecialMesh14.MeshType = Enum.MeshType.Sphere
  4876. Part15.Parent = Model11
  4877. Part15.Material = Enum.Material.Neon
  4878. Part15.BrickColor = BrickColor.new("Dark indigo")
  4879. Part15.Rotation = Vector3.new(-90, 90, 0)
  4880. Part15.Anchored = true
  4881. Part15.CanCollide = false
  4882. Part15.FormFactor = Enum.FormFactor.Custom
  4883. Part15.Size = Vector3.new(0.399999619, 0.100000001, 0.100000001)
  4884. Part15.CFrame = CFrame.new(-48.3415565, 3.65956879, 113.701828, 0.000421986217, -8.34006642e-09, 1.00000608, -1.00000048, 5.684793e-05, 0.000421983656, -5.7131052e-05, -1.00000668, 1.53231667e-08)
  4885. Part15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4886. Part15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4887. Part15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4888. Part15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4889. Part15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4890. Part15.Color = Color3.new(1, 0, 0)
  4891. Part15.Position = Vector3.new(-48.3415565, 3.65956879, 113.701828)
  4892. Part15.Orientation = Vector3.new(-0.0199999996, 90, -90)
  4893. Part15.Color = Color3.new(1, 0, 0)
  4894. SpecialMesh16.Parent = Part15
  4895. SpecialMesh16.MeshType = Enum.MeshType.Sphere
  4896. Part17.Parent = Model11
  4897. Part17.Material = Enum.Material.Neon
  4898. Part17.BrickColor = BrickColor.new("Dark indigo")
  4899. Part17.Rotation = Vector3.new(-90, 44.9799995, 0)
  4900. Part17.Anchored = true
  4901. Part17.CanCollide = false
  4902. Part17.FormFactor = Enum.FormFactor.Custom
  4903. Part17.Size = Vector3.new(0.699999571, 0.100000001, 0.100000001)
  4904. Part17.CFrame = CFrame.new(-47.9217224, 3.3829546, 113.701805, 0.707406104, 4.11415385e-07, 0.706808031, -0.70680809, 5.54472208e-05, 0.707406044, -3.91155481e-05, -1.00000095, 3.97264957e-05)
  4905. Part17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4906. Part17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4907. Part17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4908. Part17.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4909. Part17.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4910. Part17.Color = Color3.new(1, 0, 0)
  4911. Part17.Position = Vector3.new(-47.9217224, 3.3829546, 113.701805)
  4912. Part17.Orientation = Vector3.new(-45.0200005, 90, -90)
  4913. Part17.Color = Color3.new(1, 0, 0)
  4914. SpecialMesh18.Parent = Part17
  4915. SpecialMesh18.MeshType = Enum.MeshType.Sphere
  4916. Part19.Parent = Model11
  4917. Part19.Material = Enum.Material.Neon
  4918. Part19.BrickColor = BrickColor.new("Dark indigo")
  4919. Part19.Rotation = Vector3.new(90, 45.0200005, 180)
  4920. Part19.Anchored = true
  4921. Part19.CanCollide = false
  4922. Part19.FormFactor = Enum.FormFactor.Custom
  4923. Part19.Size = Vector3.new(0.699999571, 0.100000001, 0.100000001)
  4924. Part19.CFrame = CFrame.new(-48.7609634, 3.38260126, 113.701805, -0.706808031, -2.2743734e-07, 0.707406104, -0.707406044, 5.66393137e-05, -0.70680809, -4.01139259e-05, -1.00000095, -4.04119492e-05)
  4925. Part19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4926. Part19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4927. Part19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4928. Part19.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4929. Part19.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4930. Part19.Color = Color3.new(1, 0, 0)
  4931. Part19.Position = Vector3.new(-48.7609634, 3.38260126, 113.701805)
  4932. Part19.Orientation = Vector3.new(44.9799995, 90, -90)
  4933. Part19.Color = Color3.new(1, 0, 0)
  4934. SpecialMesh20.Parent = Part19
  4935. SpecialMesh20.MeshType = Enum.MeshType.Sphere
  4936. Part21.Parent = Model11
  4937. Part21.Material = Enum.Material.SmoothPlastic
  4938. Part21.BrickColor = BrickColor.new("Dark indigo")
  4939. Part21.Rotation = Vector3.new(-180, 0.0199999996, 180)
  4940. Part21.Anchored = true
  4941. Part21.CanCollide = false
  4942. Part21.FormFactor = Enum.FormFactor.Custom
  4943. Part21.Size = Vector3.new(4, 1, 2)
  4944. Part21.CFrame = CFrame.new(-48.353344, 4.5561862, 111.782516, -1.00000048, -2.0263542e-08, 0.000412000198, 2.0093878e-11, 1.00000048, 4.88311052e-05, -0.000411999848, 4.91440296e-05, -1.00000095)
  4945. Part21.BottomSurface = Enum.SurfaceType.Smooth
  4946. Part21.TopSurface = Enum.SurfaceType.Smooth
  4947. Part21.Color = Color3.new(1, 0, 0)
  4948. Part21.Position = Vector3.new(-48.353344, 4.5561862, 111.782516)
  4949. Part21.Orientation = Vector3.new(0, 179.979996, 0)
  4950. Part21.Color = Color3.new(1, 0, 0)
  4951. SpecialMesh22.Parent = Part21
  4952. SpecialMesh22.MeshId = "rbxassetid://147982651"
  4953. SpecialMesh22.Scale = Vector3.new(9, 9, 9)
  4954. SpecialMesh22.MeshType = Enum.MeshType.FileMesh
  4955. SpecialMesh22.Scale = Vector3.new(9, 9, 9)
  4956. Part23.Parent = Model11
  4957. Part23.Material = Enum.Material.SmoothPlastic
  4958. Part23.BrickColor = BrickColor.new("Really black")
  4959. Part23.Rotation = Vector3.new(-180, 0.0199999996, 0)
  4960. Part23.Anchored = true
  4961. Part23.CanCollide = false
  4962. Part23.FormFactor = Enum.FormFactor.Custom
  4963. Part23.Size = Vector3.new(4, 1, 2)
  4964. Part23.CFrame = CFrame.new(-48.353344, 1.05620313, 111.782394, 1.00000691, 1.6472768e-08, 0.000410003093, -2.95017344e-11, -1.00000048, 3.98755074e-05, 0.000410002773, -4.01586294e-05, -1.00000739)
  4965. Part23.BottomSurface = Enum.SurfaceType.Smooth
  4966. Part23.TopSurface = Enum.SurfaceType.Smooth
  4967. Part23.Color = Color3.new(0.0666667, 0, 0)
  4968. Part23.Position = Vector3.new(-48.353344, 1.05620313, 111.782394)
  4969. Part23.Orientation = Vector3.new(0, 179.979996, -180)
  4970. Part23.Color = Color3.new(0.0666667, 0, 0)
  4971. SpecialMesh24.Parent = Part23
  4972. SpecialMesh24.MeshId = "rbxassetid://416790290"
  4973. SpecialMesh24.Scale = Vector3.new(1.60000002, 1.60000002, 1.60000002)
  4974. SpecialMesh24.MeshType = Enum.MeshType.FileMesh
  4975. SpecialMesh24.Scale = Vector3.new(1.60000002, 1.60000002, 1.60000002)
  4976. Part25.Parent = Model11
  4977. Part25.Material = Enum.Material.SmoothPlastic
  4978. Part25.BrickColor = BrickColor.new("Really black")
  4979. Part25.Rotation = Vector3.new(-180, 0.0199999996, 180)
  4980. Part25.Anchored = true
  4981. Part25.CanCollide = false
  4982. Part25.FormFactor = Enum.FormFactor.Custom
  4983. Part25.Size = Vector3.new(4, 1, 2)
  4984. Part25.CFrame = CFrame.new(-48.3533401, 6.45618391, 111.782616, -1.00000048, -2.0263542e-08, 0.000412000198, 2.0093878e-11, 1.00000048, 4.88311052e-05, -0.000411999848, 4.91440296e-05, -1.00000095)
  4985. Part25.BottomSurface = Enum.SurfaceType.Smooth
  4986. Part25.TopSurface = Enum.SurfaceType.Smooth
  4987. Part25.Color = Color3.new(0.0666667, 0, 0)
  4988. Part25.Position = Vector3.new(-48.3533401, 6.45618391, 111.782616)
  4989. Part25.Orientation = Vector3.new(0, 179.979996, 0)
  4990. Part25.Color = Color3.new(0.0666667, 0, 0)
  4991. SpecialMesh26.Parent = Part25
  4992. SpecialMesh26.MeshId = "rbxassetid://416790290"
  4993. SpecialMesh26.Scale = Vector3.new(1.60000002, 1.60000002, 1.60000002)
  4994. SpecialMesh26.MeshType = Enum.MeshType.FileMesh
  4995. SpecialMesh26.Scale = Vector3.new(1.60000002, 1.60000002, 1.60000002)
  4996. Part27.Name = "Torso1"
  4997. Part27.Parent = Model11
  4998. Part27.Material = Enum.Material.SmoothPlastic
  4999. Part27.BrickColor = BrickColor.new("Pastel brown")
  5000. Part27.Transparency = 1
  5001. Part27.Rotation = Vector3.new(-180, 0, 0)
  5002. Part27.Anchored = true
  5003. Part27.CanCollide = false
  5004. Part27.FormFactor = Enum.FormFactor.Plate
  5005. Part27.Size = Vector3.new(2, 2, 1)
  5006. Part27.CFrame = CFrame.new(-48.3463211, 3.01137829, 113.198593, 1.00000048, 4.45899859e-05, 3.27827729e-05, 4.45889673e-05, -1.00000048, 2.61515379e-05, 3.27834859e-05, -2.64644623e-05, -1.00000095)
  5007. Part27.TopSurface = Enum.SurfaceType.Smooth
  5008. Part27.Color = Color3.new(1, 0, 0)
  5009. Part27.Position = Vector3.new(-48.3463211, 3.01137829, 113.198593)
  5010. Part27.Orientation = Vector3.new(0, 180, 180)
  5011. Part27.Color = Color3.new(1, 0, 0)
  5012. Part28.Parent = Model11
  5013. Part28.Material = Enum.Material.SmoothPlastic
  5014. Part28.Transparency = 1
  5015. Part28.Rotation = Vector3.new(-180, 0.0199999996, 180)
  5016. Part28.Anchored = true
  5017. Part28.CanCollide = false
  5018. Part28.FormFactor = Enum.FormFactor.Custom
  5019. Part28.Size = Vector3.new(4, 5.0999999, 0.999999762)
  5020. Part28.CFrame = CFrame.new(-48.3710251, 2.57141829, 113.218315, -1.00000608, -2.0263542e-08, 0.000412002468, 2.81283954e-11, 1.00000048, 4.88907099e-05, -0.000412002089, 4.91440296e-05, -1.00000656)
  5021. Part28.BottomSurface = Enum.SurfaceType.Smooth
  5022. Part28.TopSurface = Enum.SurfaceType.Smooth
  5023. Part28.Position = Vector3.new(-48.3710251, 2.57141829, 113.218315)
  5024. Part28.Orientation = Vector3.new(0, 179.979996, 0)
  5025. ParticleEmitter29.Name = "Void"
  5026. ParticleEmitter29.Parent = Part28
  5027. ParticleEmitter29.Transparency = NumberSequence.new(0,0.78750002384186,1)
  5028. ParticleEmitter29.Rotation = NumberRange.new(100, 100)
  5029. ParticleEmitter29.Size = NumberSequence.new(0.50000011920929,1.3749998807907)
  5030. ParticleEmitter29.Color = ColorSequence.new(Color3.new(0.333333, 0, 1),Color3.new(0.333333, 0, 1))
  5031. ParticleEmitter29.Texture = "rbxassetid://0"
  5032. ParticleEmitter29.ZOffset = -1
  5033. ParticleEmitter29.Lifetime = NumberRange.new(0.5, 0.5)
  5034. ParticleEmitter29.Rate = 1000
  5035. ParticleEmitter29.RotSpeed = NumberRange.new(-20, -10)
  5036. ParticleEmitter29.Speed = NumberRange.new(0, 0)
  5037. ParticleEmitter29.Color = ColorSequence.new(Color3.new(0.333333, 0, 1),Color3.new(0.333333, 0, 1))
  5038. Part30.Parent = Model11
  5039. Part30.Material = Enum.Material.Neon
  5040. Part30.BrickColor = BrickColor.new("Dark indigo")
  5041. Part30.Rotation = Vector3.new(-90, 90, 0)
  5042. Part30.Anchored = true
  5043. Part30.CanCollide = false
  5044. Part30.FormFactor = Enum.FormFactor.Custom
  5045. Part30.Size = Vector3.new(1.64995909, 0.412490189, 0.412490189)
  5046. Part30.CFrame = CFrame.new(-48.3425102, 10.8345222, 110.801964, 0.000421986217, -8.34006642e-09, 1.00000608, -1.00000048, 5.684793e-05, 0.000421983656, -5.7131052e-05, -1.00000668, 1.53231667e-08)
  5047. Part30.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5048. Part30.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5049. Part30.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5050. Part30.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5051. Part30.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5052. Part30.Color = Color3.new(1, 0, 0)
  5053. Part30.Position = Vector3.new(-48.3425102, 10.8345222, 110.801964)
  5054. Part30.Orientation = Vector3.new(-0.0199999996, 90, -90)
  5055. Part30.Color = Color3.new(1, 0, 0)
  5056. SpecialMesh31.Parent = Part30
  5057. SpecialMesh31.MeshType = Enum.MeshType.Sphere
  5058. Part32.Parent = Model11
  5059. Part32.Material = Enum.Material.Neon
  5060. Part32.BrickColor = BrickColor.new("Dark indigo")
  5061. Part32.Rotation = Vector3.new(90, 45.0200005, 180)
  5062. Part32.Anchored = true
  5063. Part32.CanCollide = false
  5064. Part32.FormFactor = Enum.FormFactor.Custom
  5065. Part32.Size = Vector3.new(2.88742948, 0.412490189, 0.412490189)
  5066. Part32.CFrame = CFrame.new(-50.0725212, 9.69203758, 110.801842, -0.706808031, -2.2743734e-07, 0.707406104, -0.707406044, 5.66393137e-05, -0.70680809, -4.01139259e-05, -1.00000095, -4.04119492e-05)
  5067. Part32.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5068. Part32.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5069. Part32.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5070. Part32.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5071. Part32.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5072. Part32.Color = Color3.new(1, 0, 0)
  5073. Part32.Position = Vector3.new(-50.0725212, 9.69203758, 110.801842)
  5074. Part32.Orientation = Vector3.new(44.9799995, 90, -90)
  5075. Part32.Color = Color3.new(1, 0, 0)
  5076. SpecialMesh33.Parent = Part32
  5077. SpecialMesh33.MeshType = Enum.MeshType.Sphere
  5078. Part34.Parent = Model11
  5079. Part34.Material = Enum.Material.Neon
  5080. Part34.BrickColor = BrickColor.new("Dark indigo")
  5081. Part34.Rotation = Vector3.new(-90, 90, 0)
  5082. Part34.Anchored = true
  5083. Part34.CanCollide = false
  5084. Part34.FormFactor = Enum.FormFactor.Custom
  5085. Part34.Size = Vector3.new(4.53739071, 0.412490189, 0.412490189)
  5086. Part34.CFrame = CFrame.new(-48.3409996, 7.32834578, 110.801811, 0.000421986217, -8.34006642e-09, 1.00000608, -1.00000048, 5.684793e-05, 0.000421983656, -5.7131052e-05, -1.00000668, 1.53231667e-08)
  5087. Part34.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5088. Part34.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5089. Part34.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5090. Part34.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5091. Part34.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5092. Part34.Color = Color3.new(1, 0, 0)
  5093. Part34.Position = Vector3.new(-48.3409996, 7.32834578, 110.801811)
  5094. Part34.Orientation = Vector3.new(-0.0199999996, 90, -90)
  5095. Part34.Color = Color3.new(1, 0, 0)
  5096. SpecialMesh35.Parent = Part34
  5097. SpecialMesh35.MeshType = Enum.MeshType.Sphere
  5098. Part36.Parent = Model11
  5099. Part36.Material = Enum.Material.Neon
  5100. Part36.BrickColor = BrickColor.new("Dark indigo")
  5101. Part36.Rotation = Vector3.new(-90, 44.9799995, 0)
  5102. Part36.Anchored = true
  5103. Part36.CanCollide = false
  5104. Part36.FormFactor = Enum.FormFactor.Custom
  5105. Part36.Size = Vector3.new(2.88742948, 0.412490189, 0.412490189)
  5106. Part36.CFrame = CFrame.new(-46.6107368, 9.69350052, 110.801842, 0.707406104, 4.11415385e-07, 0.706808031, -0.70680809, 5.54472208e-05, 0.707406044, -3.91155481e-05, -1.00000095, 3.97264957e-05)
  5107. Part36.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5108. Part36.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5109. Part36.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5110. Part36.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5111. Part36.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5112. Part36.Color = Color3.new(1, 0, 0)
  5113. Part36.Position = Vector3.new(-46.6107368, 9.69350052, 110.801842)
  5114. Part36.Orientation = Vector3.new(-45.0200005, 90, -90)
  5115. Part36.Color = Color3.new(1, 0, 0)
  5116. SpecialMesh37.Parent = Part36
  5117. SpecialMesh37.MeshType = Enum.MeshType.Sphere
  5118. Part38.Parent = Model11
  5119. Part38.Material = Enum.Material.SmoothPlastic
  5120. Part38.BrickColor = BrickColor.new("Really black")
  5121. Part38.Rotation = Vector3.new(-90, 90, 0)
  5122. Part38.Anchored = true
  5123. Part38.CanCollide = false
  5124. Part38.FormFactor = Enum.FormFactor.Custom
  5125. Part38.Size = Vector3.new(4.73739052, 0.100000001, 0.612490177)
  5126. Part38.CFrame = CFrame.new(-48.3409996, 7.32834578, 110.801811, 0.000421986217, -8.34006642e-09, 1.00000608, -1.00000048, 5.684793e-05, 0.000421983656, -5.7131052e-05, -1.00000668, 1.53231667e-08)
  5127. Part38.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5128. Part38.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5129. Part38.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5130. Part38.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5131. Part38.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5132. Part38.Color = Color3.new(0.0666667, 0, 0)
  5133. Part38.Position = Vector3.new(-48.3409996, 7.32834578, 110.801811)
  5134. Part38.Orientation = Vector3.new(-0.0199999996, 90, -90)
  5135. Part38.Color = Color3.new(0.0666667, 0, 0)
  5136. SpecialMesh39.Parent = Part38
  5137. SpecialMesh39.MeshType = Enum.MeshType.Sphere
  5138. Part40.Parent = Model11
  5139. Part40.Material = Enum.Material.SmoothPlastic
  5140. Part40.BrickColor = BrickColor.new("Really black")
  5141. Part40.Rotation = Vector3.new(90, 45.0200005, 180)
  5142. Part40.Anchored = true
  5143. Part40.CanCollide = false
  5144. Part40.FormFactor = Enum.FormFactor.Custom
  5145. Part40.Size = Vector3.new(3.18742943, 0.100000001, 0.712490201)
  5146. Part40.CFrame = CFrame.new(-50.0725212, 9.69203758, 110.801842, -0.706808031, -2.2743734e-07, 0.707406104, -0.707406044, 5.66393137e-05, -0.70680809, -4.01139259e-05, -1.00000095, -4.04119492e-05)
  5147. Part40.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5148. Part40.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5149. Part40.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5150. Part40.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5151. Part40.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5152. Part40.Color = Color3.new(0.0666667, 0, 0)
  5153. Part40.Position = Vector3.new(-50.0725212, 9.69203758, 110.801842)
  5154. Part40.Orientation = Vector3.new(44.9799995, 90, -90)
  5155. Part40.Color = Color3.new(0.0666667, 0, 0)
  5156. SpecialMesh41.Parent = Part40
  5157. SpecialMesh41.MeshType = Enum.MeshType.Sphere
  5158. Part42.Parent = Model11
  5159. Part42.Material = Enum.Material.SmoothPlastic
  5160. Part42.BrickColor = BrickColor.new("Really black")
  5161. Part42.Rotation = Vector3.new(-90, 44.9799995, 0)
  5162. Part42.Anchored = true
  5163. Part42.CanCollide = false
  5164. Part42.FormFactor = Enum.FormFactor.Custom
  5165. Part42.Size = Vector3.new(3.18742943, 0.100000001, 0.712490201)
  5166. Part42.CFrame = CFrame.new(-46.6107368, 9.69350052, 110.801842, 0.707406104, 4.11415385e-07, 0.706808031, -0.70680809, 5.54472208e-05, 0.707406044, -3.91155481e-05, -1.00000095, 3.97264957e-05)
  5167. Part42.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5168. Part42.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5169. Part42.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5170. Part42.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5171. Part42.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5172. Part42.Color = Color3.new(0.0666667, 0, 0)
  5173. Part42.Position = Vector3.new(-46.6107368, 9.69350052, 110.801842)
  5174. Part42.Orientation = Vector3.new(-45.0200005, 90, -90)
  5175. Part42.Color = Color3.new(0.0666667, 0, 0)
  5176. SpecialMesh43.Parent = Part42
  5177. SpecialMesh43.MeshType = Enum.MeshType.Sphere
  5178. Part44.Parent = Model11
  5179. Part44.Material = Enum.Material.SmoothPlastic
  5180. Part44.BrickColor = BrickColor.new("Really black")
  5181. Part44.Rotation = Vector3.new(-90, 90, 0)
  5182. Part44.Anchored = true
  5183. Part44.CanCollide = false
  5184. Part44.FormFactor = Enum.FormFactor.Custom
  5185. Part44.Size = Vector3.new(1.84995914, 0.100000001, 0.612490177)
  5186. Part44.CFrame = CFrame.new(-48.3425102, 10.8345222, 110.801964, 0.000421986217, -8.34006642e-09, 1.00000608, -1.00000048, 5.684793e-05, 0.000421983656, -5.7131052e-05, -1.00000668, 1.53231667e-08)
  5187. Part44.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5188. Part44.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5189. Part44.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5190. Part44.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5191. Part44.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5192. Part44.Color = Color3.new(0.0666667, 0, 0)
  5193. Part44.Position = Vector3.new(-48.3425102, 10.8345222, 110.801964)
  5194. Part44.Orientation = Vector3.new(-0.0199999996, 90, -90)
  5195. Part44.Color = Color3.new(0.0666667, 0, 0)
  5196. SpecialMesh45.Parent = Part44
  5197. SpecialMesh45.MeshType = Enum.MeshType.Sphere
  5198. Model46.Name = "LeftArm"
  5199. Model46.Parent = Model0
  5200. Part47.Name = "Left Arm1"
  5201. Part47.Parent = Model46
  5202. Part47.Material = Enum.Material.SmoothPlastic
  5203. Part47.BrickColor = BrickColor.new("Pastel brown")
  5204. Part47.Transparency = 1
  5205. Part47.Rotation = Vector3.new(-180, 0, 0)
  5206. Part47.Anchored = true
  5207. Part47.CanCollide = false
  5208. Part47.FormFactor = Enum.FormFactor.Plate
  5209. Part47.Size = Vector3.new(1, 2, 1)
  5210. Part47.CFrame = CFrame.new(-46.8862305, 3.01139736, 113.198578, 1.00000048, 4.45899859e-05, 3.27827729e-05, 4.45889673e-05, -1.00000048, 2.61515379e-05, 3.27834859e-05, -2.64644623e-05, -1.00000095)
  5211. Part47.BottomSurface = Enum.SurfaceType.Smooth
  5212. Part47.TopSurface = Enum.SurfaceType.Smooth
  5213. Part47.Color = Color3.new(1, 0, 0)
  5214. Part47.Position = Vector3.new(-46.8862305, 3.01139736, 113.198578)
  5215. Part47.Orientation = Vector3.new(0, 180, 180)
  5216. Part47.Color = Color3.new(1, 0, 0)
  5217. Part48.Parent = Model46
  5218. Part48.Material = Enum.Material.SmoothPlastic
  5219. Part48.BrickColor = BrickColor.new("Really black")
  5220. Part48.Rotation = Vector3.new(-180, 0.0199999996, 180)
  5221. Part48.Anchored = true
  5222. Part48.CanCollide = false
  5223. Part48.FormFactor = Enum.FormFactor.Custom
  5224. Part48.Size = Vector3.new(1.04999959, 2.03999949, 1.02999926)
  5225. Part48.CFrame = CFrame.new(-46.8885117, 3.03055167, 113.204414, -1.00000608, -2.0263542e-08, 0.000412002468, 2.81283954e-11, 1.00000048, 4.88907099e-05, -0.000412002089, 4.91440296e-05, -1.00000656)
  5226. Part48.BottomSurface = Enum.SurfaceType.Smooth
  5227. Part48.TopSurface = Enum.SurfaceType.Smooth
  5228. Part48.Color = Color3.new(0.0666667, 0, 0)
  5229. Part48.Position = Vector3.new(-46.8885117, 3.03055167, 113.204414)
  5230. Part48.Orientation = Vector3.new(0, 179.979996, 0)
  5231. Part48.Color = Color3.new(0.0666667, 0, 0)
  5232. Model49.Name = "RightArm"
  5233. Model49.Parent = Model0
  5234. Part50.Name = "Right Arm1"
  5235. Part50.Parent = Model49
  5236. Part50.Material = Enum.Material.SmoothPlastic
  5237. Part50.BrickColor = BrickColor.new("Pastel brown")
  5238. Part50.Transparency = 1
  5239. Part50.Rotation = Vector3.new(180, 0, 180)
  5240. Part50.Anchored = true
  5241. Part50.CanCollide = false
  5242. Part50.FormFactor = Enum.FormFactor.Plate
  5243. Part50.Size = Vector3.new(1, 2, 1)
  5244. Part50.CFrame = CFrame.new(-49.846344, 3.01135492, 113.198586, -1.00000048, -4.4587985e-05, 3.2785505e-05, -4.45889673e-05, 1.00000048, -3.48985195e-05, -3.27834859e-05, -3.46004963e-05, -1.00000095)
  5245. Part50.BottomSurface = Enum.SurfaceType.Smooth
  5246. Part50.TopSurface = Enum.SurfaceType.Smooth
  5247. Part50.Color = Color3.new(1, 0, 0)
  5248. Part50.Position = Vector3.new(-49.846344, 3.01135492, 113.198586)
  5249. Part50.Orientation = Vector3.new(0, 180, 0)
  5250. Part50.Color = Color3.new(1, 0, 0)
  5251. Part51.Parent = Model49
  5252. Part51.Material = Enum.Material.SmoothPlastic
  5253. Part51.BrickColor = BrickColor.new("Really black")
  5254. Part51.Rotation = Vector3.new(-180, 0.0199999996, 180)
  5255. Part51.Anchored = true
  5256. Part51.CanCollide = false
  5257. Part51.FormFactor = Enum.FormFactor.Custom
  5258. Part51.Size = Vector3.new(1.04999959, 2.03999949, 1.02999926)
  5259. Part51.CFrame = CFrame.new(-49.8711433, 3.01246905, 113.203201, -1.00000608, -2.0263542e-08, 0.000412002468, 2.81283954e-11, 1.00000048, 4.88907099e-05, -0.000412002089, 4.91440296e-05, -1.00000656)
  5260. Part51.BottomSurface = Enum.SurfaceType.Smooth
  5261. Part51.TopSurface = Enum.SurfaceType.Smooth
  5262. Part51.Color = Color3.new(0.0666667, 0, 0)
  5263. Part51.Position = Vector3.new(-49.8711433, 3.01246905, 113.203201)
  5264. Part51.Orientation = Vector3.new(0, 179.979996, 0)
  5265. Part51.Color = Color3.new(0.0666667, 0, 0)
  5266. Model52.Name = "LeftLeg"
  5267. Model52.Parent = Model0
  5268. Part53.Name = "Left Leg1"
  5269. Part53.Parent = Model52
  5270. Part53.Material = Enum.Material.SmoothPlastic
  5271. Part53.BrickColor = BrickColor.new("Pastel brown")
  5272. Part53.Transparency = 1
  5273. Part53.Rotation = Vector3.new(-180, 0, 180)
  5274. Part53.Anchored = true
  5275. Part53.CanCollide = false
  5276. Part53.FormFactor = Enum.FormFactor.Plate
  5277. Part53.Size = Vector3.new(1, 2, 1)
  5278. Part53.CFrame = CFrame.new(-47.8462715, 1.01138902, 113.19857, -1.00000048, -4.45899859e-05, 3.27827729e-05, -4.45889673e-05, 1.00000048, 2.61515379e-05, -3.27834859e-05, 2.64644623e-05, -1.00000095)
  5279. Part53.Color = Color3.new(1, 0, 0)
  5280. Part53.Position = Vector3.new(-47.8462715, 1.01138902, 113.19857)
  5281. Part53.Orientation = Vector3.new(0, 180, 0)
  5282. Part53.Color = Color3.new(1, 0, 0)
  5283. Part54.Parent = Model52
  5284. Part54.Material = Enum.Material.SmoothPlastic
  5285. Part54.BrickColor = BrickColor.new("Really black")
  5286. Part54.Rotation = Vector3.new(-180, 0.0199999996, 180)
  5287. Part54.Anchored = true
  5288. Part54.CanCollide = false
  5289. Part54.FormFactor = Enum.FormFactor.Custom
  5290. Part54.Size = Vector3.new(1.06999922, 2.03999949, 1.02999926)
  5291. Part54.CFrame = CFrame.new(-47.8359985, 1.02062082, 113.203796, -1.00000608, -2.0263542e-08, 0.000412002468, 2.81283954e-11, 1.00000048, 4.88907099e-05, -0.000412002089, 4.91440296e-05, -1.00000656)
  5292. Part54.BottomSurface = Enum.SurfaceType.Smooth
  5293. Part54.TopSurface = Enum.SurfaceType.Smooth
  5294. Part54.Color = Color3.new(0.0666667, 0, 0)
  5295. Part54.Position = Vector3.new(-47.8359985, 1.02062082, 113.203796)
  5296. Part54.Orientation = Vector3.new(0, 179.979996, 0)
  5297. Part54.Color = Color3.new(0.0666667, 0, 0)
  5298. Script55.Name = "Welds"
  5299. Script55.Parent = Model0
  5300. Script55.Disabled = true
  5301. table.insert(cors,sandbox(Script55,function()
  5302. --Saz
  5303.  
  5304. --A new system which is a combination of fast-welds and hard-welds.
  5305. --Should be far, far better.
  5306.  
  5307. --When script.CreateNewWelds.Value == true, we create a new set of weld information on script run.
  5308. --This toggles off automatically afterwards, to prevent issues that fast-welds can cause.
  5309.  
  5310. --Cruder than I wanted it to be, but not like I intended for anyone but me to use it anyway.
  5311. --The fact that you're reading this means you should likely kill yourself. Immediately.
  5312.  
  5313. wait(.33)
  5314.  
  5315. Tool=script.Parent
  5316. Nib=Tool.Parent
  5317.  
  5318.  
  5319. for _,v in pairs(Nib:children()) do
  5320. if v.className=="Hat" then
  5321. v:Remove()
  5322. end
  5323. end
  5324.  
  5325. wait(1)
  5326.  
  5327. weldparts=function()
  5328. print("Welding")
  5329. lel={}
  5330. function jarate(p)
  5331. for i=1, #p do
  5332. table.insert(lel,p[i])
  5333. k=p[i]:children()
  5334. if #k>0 then
  5335. jarate(k)
  5336. end
  5337. end
  5338. end
  5339. for _,v in pairs(script.Parent:children()) do
  5340. if v.Name~="Cloak" and v.className~="Script" then
  5341. v:BreakJoints()
  5342. jarate(v:children())
  5343. end
  5344. end
  5345. for _,v in pairs(lel) do
  5346. if v.className=="Weld" or v.className=="Motor6D" then
  5347. v:Remove()
  5348. end
  5349. end
  5350. for _,v in pairs(script.Parent["RightLeg"]:children()) do
  5351. if v.Name~="Right Leg1" then
  5352. w=Instance.new("Weld")
  5353. w.Part0=script.Parent["RightLeg"]["Right Leg1"]
  5354. w.Part1=v
  5355. w.C1=v.CFrame:inverse()*CFrame.new(v.Position)
  5356. w.C0=script.Parent["RightLeg"]["Right Leg1"].CFrame:inverse()*CFrame.new(v.Position)
  5357. w.Parent=w.Part0
  5358. end
  5359. end
  5360. w=Instance.new("Weld")
  5361. w.Part0=Nib["Right Leg"]
  5362. w.Part1=script.Parent["RightLeg"]["Right Leg1"]
  5363. w.Parent=w.Part0
  5364. w.C0=CFrame.new(0,-.1,0)
  5365. for _,v in pairs(script.Parent["LeftLeg"]:children()) do
  5366. if v.Name~="Left Leg1" then
  5367. w=Instance.new("Weld")
  5368. w.Part0=script.Parent["LeftLeg"]["Left Leg1"]
  5369. w.Part1=v
  5370. w.C1=v.CFrame:inverse()*CFrame.new(v.Position)
  5371. w.C0=script.Parent["LeftLeg"]["Left Leg1"].CFrame:inverse()*CFrame.new(v.Position)
  5372. w.Parent=w.Part0
  5373. end
  5374. end
  5375. w=Instance.new("Weld")
  5376. w.Part0=Nib["Left Leg"]
  5377. w.Part1=script.Parent["LeftLeg"]["Left Leg1"]
  5378. w.Parent=w.Part0
  5379. w.C0=CFrame.new(0,-.1,0)
  5380. for _,v in pairs(script.Parent["RightArm"]:children()) do
  5381. if v.Name~="Right Arm1" then
  5382. w=Instance.new("Weld")
  5383. w.Part0=script.Parent["RightArm"]["Right Arm1"]
  5384. w.Part1=v
  5385. w.C1=v.CFrame:inverse()*CFrame.new(v.Position)
  5386. w.C0=script.Parent["RightArm"]["Right Arm1"].CFrame:inverse()*CFrame.new(v.Position)
  5387. w.Parent=w.Part1
  5388. end
  5389. end
  5390. w=Instance.new("Weld")
  5391. w.Part0=Nib["Right Arm"]
  5392. w.Part1=script.Parent["RightArm"]["Right Arm1"]
  5393. w.Parent=w.Part0
  5394. w.C0 = w.C0 * CFrame.Angles(0,math.rad(90),math.rad(90))
  5395.  
  5396. for _,v in pairs(script.Parent["LeftArm"]:children()) do
  5397. if v.Name~="Left Arm1" then
  5398. w=Instance.new("Weld")
  5399. w.Part0=script.Parent["LeftArm"]["Left Arm1"]
  5400. w.Part1=v
  5401. w.C1=v.CFrame:inverse()*CFrame.new(v.Position)
  5402. w.C0=script.Parent["LeftArm"]["Left Arm1"].CFrame:inverse()*CFrame.new(v.Position)
  5403. w.Parent=w.Part0
  5404. end
  5405. end
  5406. w=Instance.new("Weld")
  5407. w.Part0=Nib["Left Arm"]
  5408. w.Part1=script.Parent["LeftArm"]["Left Arm1"]
  5409. w.Parent=w.Part0
  5410.  
  5411.  
  5412. for _,v in pairs(script.Parent["Head"]:children()) do
  5413. if v.Name~="Head1" then
  5414. w=Instance.new("Weld")
  5415. w.Part0=script.Parent["Head"]["Head1"]
  5416. w.Part1=v
  5417. w.C1=v.CFrame:inverse()*CFrame.new(v.Position)
  5418. w.C0=script.Parent["Head"]["Head1"].CFrame:inverse()*CFrame.new(v.Position)
  5419. w.Parent=w.Part0
  5420. end
  5421. end
  5422. w=Instance.new("Weld")
  5423. w.Part0=Nib["Head"]
  5424. w.Part1=script.Parent["Head"]["Head1"]
  5425. w.Parent=w.Part0
  5426.  
  5427. for _,v in pairs(script.Parent["Torso"]:children()) do
  5428. if v.Name~="Torso1" then
  5429. w=Instance.new("Weld")
  5430. w.Part0=script.Parent["Torso"]["Torso1"]
  5431. w.Part1=v
  5432. w.C1=v.CFrame:inverse()*CFrame.new(v.Position)
  5433. w.C0=script.Parent["Torso"]["Torso1"].CFrame:inverse()*CFrame.new(v.Position)
  5434. w.Parent=script.Parent["Torso"]["Torso1"]
  5435. end
  5436. end
  5437.  
  5438. w=Instance.new("Weld")
  5439. w.Part0=Nib["Torso"]
  5440. w.Part1=script.Parent["Torso"]["Torso1"]
  5441. w.C0=w.C0*CFrame.fromEulerAnglesXYZ(0,0,0)
  5442. w.Parent=w.Part0
  5443.  
  5444. for _,v in pairs(lel) do
  5445. if v:IsA("BasePart") then v.Anchored=false end
  5446. end
  5447.  
  5448.  
  5449.  
  5450. wait(1)
  5451.  
  5452. w=Instance.new("Weld")
  5453. w.Part0=Nib.Torso
  5454. w.Part1=Tool.Torso.Torso1
  5455. w.C0=CFrame.new(0,0,0) * CFrame.fromEulerAnglesXYZ(0,0,math.pi)
  5456. w.C1=CFrame.new(0,0,0)
  5457. w.Parent=w.Part1
  5458. w.Name="ClothingWeld"
  5459.  
  5460. wait(.06)
  5461.  
  5462. while Tool.Torso.Torso1:FindFirstChild("ClothingWeld")==nil do
  5463. wait(.03)
  5464. w=Instance.new("Weld")
  5465. w.Part0=Nib.Torso
  5466. w.Part1=Tool.Torso.Torso1
  5467. w.C0=CFrame.new(0,0,0) * CFrame.fromEulerAnglesXYZ(0,0,math.pi)
  5468. w.C1=CFrame.new(0,0,0)
  5469. w.Parent=w.Part1
  5470. w.Name="ClothingWeld"
  5471. end
  5472.  
  5473. w=Instance.new("Weld")
  5474. w.Part0=Nib["Right Leg"]
  5475. w.Part1=Tool.RightLeg["Right Leg1"]
  5476. w.C0=CFrame.new(0,0,0)
  5477. w.C1=CFrame.new(0,0,0)
  5478. w.Parent=w.Part1
  5479. w.Name="ClothingWeld"
  5480.  
  5481. w=Instance.new("Weld")
  5482. w.Part0=Nib["Left Leg"]
  5483. w.Part1=Tool.LeftLeg["Left Leg1"]
  5484. w.C0=CFrame.new(0,0,0)
  5485. w.C1=CFrame.new(0,0,0)
  5486. w.Parent=w.Part1
  5487. w.Name="ClothingWeld"
  5488.  
  5489. w=Instance.new("Weld")
  5490. w.Part0=Nib["Right Arm"]
  5491. w.Part1=Tool.RightArm["Right Arm1"]
  5492. w.C0=CFrame.new(0,0,0)
  5493. w.C1=CFrame.new(0,0,0)
  5494. w.Parent=w.Part1
  5495. w.Name="ClothingWeld"
  5496.  
  5497. w=Instance.new("Weld")
  5498. w.Part0=Nib["Left Arm"]
  5499. w.Part1=Tool.LeftArm["Left Arm1"]
  5500. w.C0=CFrame.new(0,0,0) * CFrame.fromEulerAnglesXYZ(0,0,math.pi)
  5501. w.C1=CFrame.new(0,0,0)
  5502. w.Parent=w.Part1
  5503. w.Name="ClothingWeld"
  5504.  
  5505. wait()
  5506.  
  5507. end
  5508. weldparts()
  5509.  
  5510. end))
  5511. for i,v in pairs(mas:GetChildren()) do
  5512. v.Parent = game:GetService("Players").LocalPlayer.Character
  5513. pcall(function() v:MakeJoints() end)
  5514. end
  5515. mas:Destroy()
  5516. for i,v in pairs(cors) do
  5517. spawn(function()
  5518. pcall(v)
  5519. end)
  5520. end
  5521. --Converted with ttyyuu12345's model to script plugin v4
  5522. function sandbox(var,func)
  5523. local env = getfenv(func)
  5524. local newenv = setmetatable({},{
  5525. __index = function(self,k)
  5526. if k=="script" then
  5527. return var
  5528. else
  5529. return env[k]
  5530. end
  5531. end,
  5532. })
  5533. setfenv(func,newenv)
  5534. return func
  5535. end
  5536. cors = {}
  5537. mas = Instance.new("Model",game:GetService("Lighting"))
  5538. Model0 = Instance.new("Model")
  5539. Model1 = Instance.new("Model")
  5540. Part2 = Instance.new("Part")
  5541. SpecialMesh3 = Instance.new("SpecialMesh")
  5542. Model4 = Instance.new("Model")
  5543. Part5 = Instance.new("Part")
  5544. Part6 = Instance.new("Part")
  5545. Part7 = Instance.new("Part")
  5546. Part8 = Instance.new("Part")
  5547. Part9 = Instance.new("Part")
  5548. Part10 = Instance.new("Part")
  5549. Part11 = Instance.new("Part")
  5550. Part12 = Instance.new("Part")
  5551. Part13 = Instance.new("Part")
  5552. Part14 = Instance.new("Part")
  5553. Part15 = Instance.new("Part")
  5554. Part16 = Instance.new("Part")
  5555. Part17 = Instance.new("Part")
  5556. Part18 = Instance.new("Part")
  5557. Part19 = Instance.new("Part")
  5558. Part20 = Instance.new("Part")
  5559. Part21 = Instance.new("Part")
  5560. WedgePart22 = Instance.new("WedgePart")
  5561. Part23 = Instance.new("Part")
  5562. WedgePart24 = Instance.new("WedgePart")
  5563. WedgePart25 = Instance.new("WedgePart")
  5564. WedgePart26 = Instance.new("WedgePart")
  5565. Model27 = Instance.new("Model")
  5566. Part28 = Instance.new("Part")
  5567. Part29 = Instance.new("Part")
  5568. Part30 = Instance.new("Part")
  5569. Part31 = Instance.new("Part")
  5570. WedgePart32 = Instance.new("WedgePart")
  5571. WedgePart33 = Instance.new("WedgePart")
  5572. WedgePart34 = Instance.new("WedgePart")
  5573. WedgePart35 = Instance.new("WedgePart")
  5574. WedgePart36 = Instance.new("WedgePart")
  5575. WedgePart37 = Instance.new("WedgePart")
  5576. WedgePart38 = Instance.new("WedgePart")
  5577. WedgePart39 = Instance.new("WedgePart")
  5578. Part40 = Instance.new("Part")
  5579. WedgePart41 = Instance.new("WedgePart")
  5580. Part42 = Instance.new("Part")
  5581. Part43 = Instance.new("Part")
  5582. Part44 = Instance.new("Part")
  5583. WedgePart45 = Instance.new("WedgePart")
  5584. WedgePart46 = Instance.new("WedgePart")
  5585. Part47 = Instance.new("Part")
  5586. Part48 = Instance.new("Part")
  5587. Part49 = Instance.new("Part")
  5588. WedgePart50 = Instance.new("WedgePart")
  5589. Part51 = Instance.new("Part")
  5590. Part52 = Instance.new("Part")
  5591. Part53 = Instance.new("Part")
  5592. WedgePart54 = Instance.new("WedgePart")
  5593. Part55 = Instance.new("Part")
  5594. WedgePart56 = Instance.new("WedgePart")
  5595. WedgePart57 = Instance.new("WedgePart")
  5596. WedgePart58 = Instance.new("WedgePart")
  5597. WedgePart59 = Instance.new("WedgePart")
  5598. Part60 = Instance.new("Part")
  5599. Part61 = Instance.new("Part")
  5600. SpecialMesh62 = Instance.new("SpecialMesh")
  5601. Part63 = Instance.new("Part")
  5602. SpecialMesh64 = Instance.new("SpecialMesh")
  5603. Part65 = Instance.new("Part")
  5604. SpecialMesh66 = Instance.new("SpecialMesh")
  5605. WedgePart67 = Instance.new("WedgePart")
  5606. Part68 = Instance.new("Part")
  5607. WedgePart69 = Instance.new("WedgePart")
  5608. Part70 = Instance.new("Part")
  5609. WedgePart71 = Instance.new("WedgePart")
  5610. WedgePart72 = Instance.new("WedgePart")
  5611. Part73 = Instance.new("Part")
  5612. WedgePart74 = Instance.new("WedgePart")
  5613. WedgePart75 = Instance.new("WedgePart")
  5614. Part76 = Instance.new("Part")
  5615. WedgePart77 = Instance.new("WedgePart")
  5616. WedgePart78 = Instance.new("WedgePart")
  5617. WedgePart79 = Instance.new("WedgePart")
  5618. WedgePart80 = Instance.new("WedgePart")
  5619. WedgePart81 = Instance.new("WedgePart")
  5620. WedgePart82 = Instance.new("WedgePart")
  5621. WedgePart83 = Instance.new("WedgePart")
  5622. WedgePart84 = Instance.new("WedgePart")
  5623. WedgePart85 = Instance.new("WedgePart")
  5624. Part86 = Instance.new("Part")
  5625. WedgePart87 = Instance.new("WedgePart")
  5626. WedgePart88 = Instance.new("WedgePart")
  5627. WedgePart89 = Instance.new("WedgePart")
  5628. Part90 = Instance.new("Part")
  5629. WedgePart91 = Instance.new("WedgePart")
  5630. WedgePart92 = Instance.new("WedgePart")
  5631. Part93 = Instance.new("Part")
  5632. SpecialMesh94 = Instance.new("SpecialMesh")
  5633. Part95 = Instance.new("Part")
  5634. SpecialMesh96 = Instance.new("SpecialMesh")
  5635. Part97 = Instance.new("Part")
  5636. SpecialMesh98 = Instance.new("SpecialMesh")
  5637. Part99 = Instance.new("Part")
  5638. SpecialMesh100 = Instance.new("SpecialMesh")
  5639. Part101 = Instance.new("Part")
  5640. SpecialMesh102 = Instance.new("SpecialMesh")
  5641. Part103 = Instance.new("Part")
  5642. SpecialMesh104 = Instance.new("SpecialMesh")
  5643. Part105 = Instance.new("Part")
  5644. SpecialMesh106 = Instance.new("SpecialMesh")
  5645. Part107 = Instance.new("Part")
  5646. SpecialMesh108 = Instance.new("SpecialMesh")
  5647. Model109 = Instance.new("Model")
  5648. Part110 = Instance.new("Part")
  5649. Part111 = Instance.new("Part")
  5650. Part112 = Instance.new("Part")
  5651. Part113 = Instance.new("Part")
  5652. Part114 = Instance.new("Part")
  5653. SpecialMesh115 = Instance.new("SpecialMesh")
  5654. WedgePart116 = Instance.new("WedgePart")
  5655. Part117 = Instance.new("Part")
  5656. SpecialMesh118 = Instance.new("SpecialMesh")
  5657. WedgePart119 = Instance.new("WedgePart")
  5658. WedgePart120 = Instance.new("WedgePart")
  5659. Part121 = Instance.new("Part")
  5660. SpecialMesh122 = Instance.new("SpecialMesh")
  5661. WedgePart123 = Instance.new("WedgePart")
  5662. Part124 = Instance.new("Part")
  5663. SpecialMesh125 = Instance.new("SpecialMesh")
  5664. Part126 = Instance.new("Part")
  5665. SpecialMesh127 = Instance.new("SpecialMesh")
  5666. Part128 = Instance.new("Part")
  5667. SpecialMesh129 = Instance.new("SpecialMesh")
  5668. Part130 = Instance.new("Part")
  5669. Part131 = Instance.new("Part")
  5670. WedgePart132 = Instance.new("WedgePart")
  5671. WedgePart133 = Instance.new("WedgePart")
  5672. WedgePart134 = Instance.new("WedgePart")
  5673. WedgePart135 = Instance.new("WedgePart")
  5674. Part136 = Instance.new("Part")
  5675. Model137 = Instance.new("Model")
  5676. Part138 = Instance.new("Part")
  5677. Part139 = Instance.new("Part")
  5678. Part140 = Instance.new("Part")
  5679. Part141 = Instance.new("Part")
  5680. Part142 = Instance.new("Part")
  5681. SpecialMesh143 = Instance.new("SpecialMesh")
  5682. WedgePart144 = Instance.new("WedgePart")
  5683. Part145 = Instance.new("Part")
  5684. SpecialMesh146 = Instance.new("SpecialMesh")
  5685. WedgePart147 = Instance.new("WedgePart")
  5686. WedgePart148 = Instance.new("WedgePart")
  5687. Part149 = Instance.new("Part")
  5688. SpecialMesh150 = Instance.new("SpecialMesh")
  5689. WedgePart151 = Instance.new("WedgePart")
  5690. Part152 = Instance.new("Part")
  5691. SpecialMesh153 = Instance.new("SpecialMesh")
  5692. Part154 = Instance.new("Part")
  5693. SpecialMesh155 = Instance.new("SpecialMesh")
  5694. Part156 = Instance.new("Part")
  5695. SpecialMesh157 = Instance.new("SpecialMesh")
  5696. Part158 = Instance.new("Part")
  5697. Part159 = Instance.new("Part")
  5698. WedgePart160 = Instance.new("WedgePart")
  5699. WedgePart161 = Instance.new("WedgePart")
  5700. WedgePart162 = Instance.new("WedgePart")
  5701. WedgePart163 = Instance.new("WedgePart")
  5702. Part164 = Instance.new("Part")
  5703. Model165 = Instance.new("Model")
  5704. Part166 = Instance.new("Part")
  5705. Part167 = Instance.new("Part")
  5706. WedgePart168 = Instance.new("WedgePart")
  5707. Part169 = Instance.new("Part")
  5708. Part170 = Instance.new("Part")
  5709. WedgePart171 = Instance.new("WedgePart")
  5710. Part172 = Instance.new("Part")
  5711. Part173 = Instance.new("Part")
  5712. Part174 = Instance.new("Part")
  5713. Part175 = Instance.new("Part")
  5714. Part176 = Instance.new("Part")
  5715. Part177 = Instance.new("Part")
  5716. Part178 = Instance.new("Part")
  5717. Part179 = Instance.new("Part")
  5718. Part180 = Instance.new("Part")
  5719. WedgePart181 = Instance.new("WedgePart")
  5720. WedgePart182 = Instance.new("WedgePart")
  5721. Part183 = Instance.new("Part")
  5722. Part184 = Instance.new("Part")
  5723. Part185 = Instance.new("Part")
  5724. Script186 = Instance.new("Script")
  5725. Model0.Name = "Armor"
  5726. Model0.Parent = mas
  5727. Model1.Name = "Head"
  5728. Model1.Parent = Model0
  5729. Part2.Name = "Head1"
  5730. Part2.Parent = Model1
  5731. Part2.Material = Enum.Material.SmoothPlastic
  5732. Part2.BrickColor = BrickColor.new("Pastel brown")
  5733. Part2.Transparency = 1
  5734. Part2.Rotation = Vector3.new(-180, 0, 180)
  5735. Part2.Anchored = true
  5736. Part2.CanCollide = false
  5737. Part2.FormFactor = Enum.FormFactor.Symmetric
  5738. Part2.Size = Vector3.new(2, 1, 1)
  5739. Part2.CFrame = CFrame.new(-165.886414, 4.53990936, -3.09898615, -1, -4.45883852e-05, 3.27830967e-05, -4.4587523e-05, 1, 2.6273985e-05, -3.27842681e-05, 2.62725225e-05, -1)
  5740. Part2.TopSurface = Enum.SurfaceType.Smooth
  5741. Part2.Color = Color3.new(1, 0, 0)
  5742. Part2.Position = Vector3.new(-165.886414, 4.53990936, -3.09898615)
  5743. Part2.Orientation = Vector3.new(0, 180, 0)
  5744. Part2.Color = Color3.new(1, 0, 0)
  5745. SpecialMesh3.Parent = Part2
  5746. SpecialMesh3.Scale = Vector3.new(1.25, 1.25, 1.25)
  5747. SpecialMesh3.Scale = Vector3.new(1.25, 1.25, 1.25)
  5748. Model4.Name = "RightLeg"
  5749. Model4.Parent = Model0
  5750. Part5.Name = "Right Leg1"
  5751. Part5.Parent = Model4
  5752. Part5.Material = Enum.Material.SmoothPlastic
  5753. Part5.BrickColor = BrickColor.new("Pastel brown")
  5754. Part5.Transparency = 1
  5755. Part5.Rotation = Vector3.new(-180, 0, 180)
  5756. Part5.Anchored = true
  5757. Part5.CanCollide = false
  5758. Part5.FormFactor = Enum.FormFactor.Plate
  5759. Part5.Size = Vector3.new(1, 2, 1)
  5760. Part5.CFrame = CFrame.new(-166.385757, 1.0299505, -3.09894037, -1, -4.45883852e-05, 3.27830967e-05, -4.4587523e-05, 1, 2.6273985e-05, -3.27842681e-05, 2.62725225e-05, -1)
  5761. Part5.Color = Color3.new(1, 0, 0)
  5762. Part5.Position = Vector3.new(-166.385757, 1.0299505, -3.09894037)
  5763. Part5.Orientation = Vector3.new(0, 180, 0)
  5764. Part5.Color = Color3.new(1, 0, 0)
  5765. Part6.Parent = Model4
  5766. Part6.Material = Enum.Material.SmoothPlastic
  5767. Part6.BrickColor = BrickColor.new("Really black")
  5768. Part6.Rotation = Vector3.new(0, -0.0199999996, 0)
  5769. Part6.Anchored = true
  5770. Part6.CanCollide = false
  5771. Part6.FormFactor = Enum.FormFactor.Custom
  5772. Part6.Size = Vector3.new(1.03318882, 1.71930385, 0.605129659)
  5773. Part6.CFrame = CFrame.new(-166.391327, 1.18917477, -3.34456873, 1, 2.01892973e-08, -0.000412000634, 1.10730706e-12, 1, 4.90057682e-05, 0.000412000634, -4.9005761e-05, 1)
  5774. Part6.BottomSurface = Enum.SurfaceType.Smooth
  5775. Part6.TopSurface = Enum.SurfaceType.Smooth
  5776. Part6.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5777. Part6.Position = Vector3.new(-166.391327, 1.18917477, -3.34456873)
  5778. Part6.Orientation = Vector3.new(0, -0.0199999996, 0)
  5779. Part6.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5780. Part7.Parent = Model4
  5781. Part7.Material = Enum.Material.SmoothPlastic
  5782. Part7.BrickColor = BrickColor.new("Black")
  5783. Part7.Rotation = Vector3.new(0, -0.0199999996, 0)
  5784. Part7.Anchored = true
  5785. Part7.CanCollide = false
  5786. Part7.FormFactor = Enum.FormFactor.Custom
  5787. Part7.Size = Vector3.new(0.542218447, 1.19930387, 0.83512938)
  5788. Part7.CFrame = CFrame.new(-166.326782, 1.45645678, -3.0071497, 1, 2.01402841e-08, -0.000411000627, 1.1131096e-12, 1, 4.90057682e-05, 0.000411000627, -4.9005761e-05, 1)
  5789. Part7.BottomSurface = Enum.SurfaceType.Smooth
  5790. Part7.TopSurface = Enum.SurfaceType.Smooth
  5791. Part7.Color = Color3.new(0.105882, 0.164706, 0.207843)
  5792. Part7.Position = Vector3.new(-166.326782, 1.45645678, -3.0071497)
  5793. Part7.Orientation = Vector3.new(0, -0.0199999996, 0)
  5794. Part7.Color = Color3.new(0.105882, 0.164706, 0.207843)
  5795. Part8.Parent = Model4
  5796. Part8.Material = Enum.Material.SmoothPlastic
  5797. Part8.BrickColor = BrickColor.new("Really black")
  5798. Part8.Rotation = Vector3.new(-180, 0.0199999996, 180)
  5799. Part8.Anchored = true
  5800. Part8.CanCollide = false
  5801. Part8.FormFactor = Enum.FormFactor.Custom
  5802. Part8.Size = Vector3.new(0.56318897, 1.45930386, 1.06512928)
  5803. Part8.CFrame = CFrame.new(-166.634399, 1.31918359, -3.11308146, -1, -2.01881392e-08, 0.000412000285, -1.1137611e-12, 1, 4.89976082e-05, -0.000412000285, 4.8997601e-05, -1)
  5804. Part8.BottomSurface = Enum.SurfaceType.Smooth
  5805. Part8.TopSurface = Enum.SurfaceType.Smooth
  5806. Part8.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5807. Part8.Position = Vector3.new(-166.634399, 1.31918359, -3.11308146)
  5808. Part8.Orientation = Vector3.new(0, 179.979996, 0)
  5809. Part8.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5810. Part9.Parent = Model4
  5811. Part9.Material = Enum.Material.SmoothPlastic
  5812. Part9.BrickColor = BrickColor.new("Black")
  5813. Part9.Reflectance = 0.10000000149012
  5814. Part9.Rotation = Vector3.new(-180, 0.0199999996, 180)
  5815. Part9.Anchored = true
  5816. Part9.CanCollide = false
  5817. Part9.FormFactor = Enum.FormFactor.Custom
  5818. Part9.Size = Vector3.new(0.212218359, 1.12930393, 0.885129333)
  5819. Part9.CFrame = CFrame.new(-165.950378, 1.50014174, -3.02643681, -1, -2.01881392e-08, 0.000412000285, -1.1137611e-12, 1, 4.89976082e-05, -0.000412000285, 4.8997601e-05, -1)
  5820. Part9.BottomSurface = Enum.SurfaceType.Smooth
  5821. Part9.TopSurface = Enum.SurfaceType.Smooth
  5822. Part9.Color = Color3.new(0.105882, 0.164706, 0.207843)
  5823. Part9.Position = Vector3.new(-165.950378, 1.50014174, -3.02643681)
  5824. Part9.Orientation = Vector3.new(0, 179.979996, 0)
  5825. Part9.Color = Color3.new(0.105882, 0.164706, 0.207843)
  5826. Part10.Parent = Model4
  5827. Part10.Material = Enum.Material.SmoothPlastic
  5828. Part10.BrickColor = BrickColor.new("Really black")
  5829. Part10.Rotation = Vector3.new(-180, 0.0199999996, 180)
  5830. Part10.Anchored = true
  5831. Part10.CanCollide = false
  5832. Part10.FormFactor = Enum.FormFactor.Custom
  5833. Part10.Size = Vector3.new(1.07334292, 0.0808214173, 1.06512928)
  5834. Part10.CFrame = CFrame.new(-166.379395, 0.48187685, -3.11631894, -1, -2.01881392e-08, 0.000412000285, -1.1137611e-12, 1, 4.89976082e-05, -0.000412000285, 4.8997601e-05, -1)
  5835. Part10.BottomSurface = Enum.SurfaceType.Smooth
  5836. Part10.TopSurface = Enum.SurfaceType.Smooth
  5837. Part10.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5838. Part10.Position = Vector3.new(-166.379395, 0.48187685, -3.11631894)
  5839. Part10.Orientation = Vector3.new(0, 179.979996, 0)
  5840. Part10.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5841. Part11.Parent = Model4
  5842. Part11.Material = Enum.Material.SmoothPlastic
  5843. Part11.BrickColor = BrickColor.new("Really black")
  5844. Part11.Reflectance = 0.10000000149012
  5845. Part11.Rotation = Vector3.new(-180, 0.0199999996, 180)
  5846. Part11.Anchored = true
  5847. Part11.CanCollide = false
  5848. Part11.FormFactor = Enum.FormFactor.Custom
  5849. Part11.Size = Vector3.new(1.05318868, 0.999303699, 1.0451293)
  5850. Part11.CFrame = CFrame.new(-166.379395, 0.52029109, -3.11631727, -1, -2.01881392e-08, 0.000412000285, -1.1137611e-12, 1, 4.89976082e-05, -0.000412000285, 4.8997601e-05, -1)
  5851. Part11.BottomSurface = Enum.SurfaceType.Smooth
  5852. Part11.TopSurface = Enum.SurfaceType.Smooth
  5853. Part11.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5854. Part11.Position = Vector3.new(-166.379395, 0.52029109, -3.11631727)
  5855. Part11.Orientation = Vector3.new(0, 179.979996, 0)
  5856. Part11.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5857. Part12.Parent = Model4
  5858. Part12.Material = Enum.Material.SmoothPlastic
  5859. Part12.BrickColor = BrickColor.new("Crimson")
  5860. Part12.Rotation = Vector3.new(-180, 0.0199999996, 180)
  5861. Part12.Anchored = true
  5862. Part12.CanCollide = false
  5863. Part12.FormFactor = Enum.FormFactor.Custom
  5864. Part12.Size = Vector3.new(0.0500000007, 0.160821408, 0.0751292482)
  5865. Part12.CFrame = CFrame.new(-166.297928, 0.481853008, -2.61126566, -1, -2.01881392e-08, 0.000412000285, -1.1137611e-12, 1, 4.89976082e-05, -0.000412000285, 4.8997601e-05, -1)
  5866. Part12.BottomSurface = Enum.SurfaceType.Smooth
  5867. Part12.TopSurface = Enum.SurfaceType.Smooth
  5868. Part12.Color = Color3.new(1, 0, 0)
  5869. Part12.Position = Vector3.new(-166.297928, 0.481853008, -2.61126566)
  5870. Part12.Orientation = Vector3.new(0, 179.979996, 0)
  5871. Part12.Color = Color3.new(1, 0, 0)
  5872. Part13.Parent = Model4
  5873. Part13.Material = Enum.Material.SmoothPlastic
  5874. Part13.BrickColor = BrickColor.new("Crimson")
  5875. Part13.Rotation = Vector3.new(-180, 0.0199999996, 180)
  5876. Part13.Anchored = true
  5877. Part13.CanCollide = false
  5878. Part13.FormFactor = Enum.FormFactor.Custom
  5879. Part13.Size = Vector3.new(0.213342935, 0.0500000007, 0.0751292482)
  5880. Part13.CFrame = CFrame.new(-166.379608, 0.53726387, -2.61129951, -1, -2.01881392e-08, 0.000412000285, -1.1137611e-12, 1, 4.89976082e-05, -0.000412000285, 4.8997601e-05, -1)
  5881. Part13.BottomSurface = Enum.SurfaceType.Smooth
  5882. Part13.TopSurface = Enum.SurfaceType.Smooth
  5883. Part13.Color = Color3.new(1, 0, 0)
  5884. Part13.Position = Vector3.new(-166.379608, 0.53726387, -2.61129951)
  5885. Part13.Orientation = Vector3.new(0, 179.979996, 0)
  5886. Part13.Color = Color3.new(1, 0, 0)
  5887. Part14.Parent = Model4
  5888. Part14.Material = Enum.Material.SmoothPlastic
  5889. Part14.BrickColor = BrickColor.new("Crimson")
  5890. Part14.Rotation = Vector3.new(-180, 0.0199999996, 180)
  5891. Part14.Anchored = true
  5892. Part14.CanCollide = false
  5893. Part14.FormFactor = Enum.FormFactor.Custom
  5894. Part14.Size = Vector3.new(0.0500000007, 0.160821408, 0.0751292408)
  5895. Part14.CFrame = CFrame.new(-166.461273, 0.481853008, -2.61133671, -1, -2.01881392e-08, 0.000412000285, -1.1137611e-12, 1, 4.89976082e-05, -0.000412000285, 4.8997601e-05, -1)
  5896. Part14.BottomSurface = Enum.SurfaceType.Smooth
  5897. Part14.TopSurface = Enum.SurfaceType.Smooth
  5898. Part14.Color = Color3.new(1, 0, 0)
  5899. Part14.Position = Vector3.new(-166.461273, 0.481853008, -2.61133671)
  5900. Part14.Orientation = Vector3.new(0, 179.979996, 0)
  5901. Part14.Color = Color3.new(1, 0, 0)
  5902. Part15.Parent = Model4
  5903. Part15.Material = Enum.Material.SmoothPlastic
  5904. Part15.BrickColor = BrickColor.new("Crimson")
  5905. Part15.Rotation = Vector3.new(-180, 0.0199999996, 180)
  5906. Part15.Anchored = true
  5907. Part15.CanCollide = false
  5908. Part15.FormFactor = Enum.FormFactor.Custom
  5909. Part15.Size = Vector3.new(0.213342935, 0.0500000007, 0.0751292557)
  5910. Part15.CFrame = CFrame.new(-166.379608, 0.426441669, -2.61130404, -1, -2.01881392e-08, 0.000412000285, -1.1137611e-12, 1, 4.89976082e-05, -0.000412000285, 4.8997601e-05, -1)
  5911. Part15.BottomSurface = Enum.SurfaceType.Smooth
  5912. Part15.TopSurface = Enum.SurfaceType.Smooth
  5913. Part15.Color = Color3.new(1, 0, 0)
  5914. Part15.Position = Vector3.new(-166.379608, 0.426441669, -2.61130404)
  5915. Part15.Orientation = Vector3.new(0, 179.979996, 0)
  5916. Part15.Color = Color3.new(1, 0, 0)
  5917. Part16.Parent = Model4
  5918. Part16.Material = Enum.Material.SmoothPlastic
  5919. Part16.BrickColor = BrickColor.new("Crimson")
  5920. Part16.Rotation = Vector3.new(-180, 0.0199999996, 180)
  5921. Part16.Anchored = true
  5922. Part16.CanCollide = false
  5923. Part16.FormFactor = Enum.FormFactor.Custom
  5924. Part16.Size = Vector3.new(0.213342935, 0.0500000007, 0.0751292557)
  5925. Part16.CFrame = CFrame.new(-166.379608, 0.322156668, -2.61130047, -1, -2.01881392e-08, 0.000412000285, -1.1137611e-12, 1, 4.89976082e-05, -0.000412000285, 4.8997601e-05, -1)
  5926. Part16.BottomSurface = Enum.SurfaceType.Smooth
  5927. Part16.TopSurface = Enum.SurfaceType.Smooth
  5928. Part16.Color = Color3.new(1, 0, 0)
  5929. Part16.Position = Vector3.new(-166.379608, 0.322156668, -2.61130047)
  5930. Part16.Orientation = Vector3.new(0, 179.979996, 0)
  5931. Part16.Color = Color3.new(1, 0, 0)
  5932. Part17.Parent = Model4
  5933. Part17.Material = Enum.Material.SmoothPlastic
  5934. Part17.BrickColor = BrickColor.new("Crimson")
  5935. Part17.Rotation = Vector3.new(-180, 0.0199999996, 180)
  5936. Part17.Anchored = true
  5937. Part17.CanCollide = false
  5938. Part17.FormFactor = Enum.FormFactor.Custom
  5939. Part17.Size = Vector3.new(0.0500000007, 0.160821408, 0.0751292408)
  5940. Part17.CFrame = CFrame.new(-166.461273, 0.266745806, -2.61133766, -1, -2.01881392e-08, 0.000412000285, -1.1137611e-12, 1, 4.89976082e-05, -0.000412000285, 4.8997601e-05, -1)
  5941. Part17.BottomSurface = Enum.SurfaceType.Smooth
  5942. Part17.TopSurface = Enum.SurfaceType.Smooth
  5943. Part17.Color = Color3.new(1, 0, 0)
  5944. Part17.Position = Vector3.new(-166.461273, 0.266745806, -2.61133766)
  5945. Part17.Orientation = Vector3.new(0, 179.979996, 0)
  5946. Part17.Color = Color3.new(1, 0, 0)
  5947. Part18.Parent = Model4
  5948. Part18.Material = Enum.Material.SmoothPlastic
  5949. Part18.BrickColor = BrickColor.new("Crimson")
  5950. Part18.Rotation = Vector3.new(-180, 0.0199999996, 180)
  5951. Part18.Anchored = true
  5952. Part18.CanCollide = false
  5953. Part18.FormFactor = Enum.FormFactor.Custom
  5954. Part18.Size = Vector3.new(0.213342935, 0.0500000007, 0.0751292631)
  5955. Part18.CFrame = CFrame.new(-166.379608, 0.211334705, -2.61130691, -1, -2.01881392e-08, 0.000412000285, -1.1137611e-12, 1, 4.89976082e-05, -0.000412000285, 4.8997601e-05, -1)
  5956. Part18.BottomSurface = Enum.SurfaceType.Smooth
  5957. Part18.TopSurface = Enum.SurfaceType.Smooth
  5958. Part18.Color = Color3.new(1, 0, 0)
  5959. Part18.Position = Vector3.new(-166.379608, 0.211334705, -2.61130691)
  5960. Part18.Orientation = Vector3.new(0, 179.979996, 0)
  5961. Part18.Color = Color3.new(1, 0, 0)
  5962. Part19.Parent = Model4
  5963. Part19.Material = Enum.Material.SmoothPlastic
  5964. Part19.BrickColor = BrickColor.new("Crimson")
  5965. Part19.Rotation = Vector3.new(-180, 0.0199999996, 180)
  5966. Part19.Anchored = true
  5967. Part19.CanCollide = false
  5968. Part19.FormFactor = Enum.FormFactor.Custom
  5969. Part19.Size = Vector3.new(0.0500000007, 0.160821408, 0.0751292929)
  5970. Part19.CFrame = CFrame.new(-166.297928, 0.266745806, -2.61126471, -1, -2.01881392e-08, 0.000412000285, -1.1137611e-12, 1, 4.89976082e-05, -0.000412000285, 4.8997601e-05, -1)
  5971. Part19.BottomSurface = Enum.SurfaceType.Smooth
  5972. Part19.TopSurface = Enum.SurfaceType.Smooth
  5973. Part19.Color = Color3.new(1, 0, 0)
  5974. Part19.Position = Vector3.new(-166.297928, 0.266745806, -2.61126471)
  5975. Part19.Orientation = Vector3.new(0, 179.979996, 0)
  5976. Part19.Color = Color3.new(1, 0, 0)
  5977. Part20.Parent = Model4
  5978. Part20.Material = Enum.Material.SmoothPlastic
  5979. Part20.BrickColor = BrickColor.new("Really black")
  5980. Part20.Rotation = Vector3.new(-180, 0.0199999996, 180)
  5981. Part20.Anchored = true
  5982. Part20.CanCollide = false
  5983. Part20.FormFactor = Enum.FormFactor.Custom
  5984. Part20.Size = Vector3.new(1.07334292, 0.0808214173, 1.06512928)
  5985. Part20.CFrame = CFrame.new(-166.379395, 0.26677084, -3.11632013, -1, -2.01881392e-08, 0.000412000285, -1.1137611e-12, 1, 4.89976082e-05, -0.000412000285, 4.8997601e-05, -1)
  5986. Part20.BottomSurface = Enum.SurfaceType.Smooth
  5987. Part20.TopSurface = Enum.SurfaceType.Smooth
  5988. Part20.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5989. Part20.Position = Vector3.new(-166.379395, 0.26677084, -3.11632013)
  5990. Part20.Orientation = Vector3.new(0, 179.979996, 0)
  5991. Part20.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5992. Part21.Parent = Model4
  5993. Part21.Material = Enum.Material.SmoothPlastic
  5994. Part21.BrickColor = BrickColor.new("Really black")
  5995. Part21.Rotation = Vector3.new(-180, 0.0199999996, 180)
  5996. Part21.Anchored = true
  5997. Part21.CanCollide = false
  5998. Part21.FormFactor = Enum.FormFactor.Custom
  5999. Part21.Size = Vector3.new(1.07334292, 0.0909568146, 1.06512928)
  6000. Part21.CFrame = CFrame.new(-166.379395, 0.0656397343, -3.11633849, -1, -2.01881392e-08, 0.000412000285, -1.1137611e-12, 1, 4.89976082e-05, -0.000412000285, 4.8997601e-05, -1)
  6001. Part21.BottomSurface = Enum.SurfaceType.Smooth
  6002. Part21.TopSurface = Enum.SurfaceType.Smooth
  6003. Part21.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6004. Part21.Position = Vector3.new(-166.379395, 0.0656397343, -3.11633849)
  6005. Part21.Orientation = Vector3.new(0, 179.979996, 0)
  6006. Part21.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6007. WedgePart22.Parent = Model4
  6008. WedgePart22.Material = Enum.Material.SmoothPlastic
  6009. WedgePart22.BrickColor = BrickColor.new("Really black")
  6010. WedgePart22.Rotation = Vector3.new(180, -90, 0)
  6011. WedgePart22.Anchored = true
  6012. WedgePart22.CanCollide = false
  6013. WedgePart22.FormFactor = Enum.FormFactor.Custom
  6014. WedgePart22.Size = Vector3.new(1.0848316, 0.259999961, 0.56058687)
  6015. WedgePart22.CFrame = CFrame.new(-166.631104, 0.474344492, -3.11355257, 0.0003480007, 5.50018885e-05, -1, -6.19982675e-05, -1, -5.5023469e-05, -1, 6.20174105e-05, -0.000347997295)
  6016. WedgePart22.BottomSurface = Enum.SurfaceType.Smooth
  6017. WedgePart22.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6018. WedgePart22.Position = Vector3.new(-166.631104, 0.474344492, -3.11355257)
  6019. WedgePart22.Orientation = Vector3.new(0, -90.0199966, -180)
  6020. WedgePart22.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6021. Part23.Parent = Model4
  6022. Part23.Material = Enum.Material.SmoothPlastic
  6023. Part23.BrickColor = BrickColor.new("Black")
  6024. Part23.Rotation = Vector3.new(0, -0.0199999996, 0)
  6025. Part23.Anchored = true
  6026. Part23.CanCollide = false
  6027. Part23.FormFactor = Enum.FormFactor.Custom
  6028. Part23.Size = Vector3.new(0.722218275, 1.11930394, 0.83512938)
  6029. Part23.CFrame = CFrame.new(-166.236786, 1.4741255, -3.01610589, 1, 2.01402841e-08, -0.000411000627, 1.1131096e-12, 1, 4.90057682e-05, 0.000411000627, -4.9005761e-05, 1)
  6030. Part23.BottomSurface = Enum.SurfaceType.Smooth
  6031. Part23.TopSurface = Enum.SurfaceType.Smooth
  6032. Part23.Color = Color3.new(0.105882, 0.164706, 0.207843)
  6033. Part23.Position = Vector3.new(-166.236786, 1.4741255, -3.01610589)
  6034. Part23.Orientation = Vector3.new(0, -0.0199999996, 0)
  6035. Part23.Color = Color3.new(0.105882, 0.164706, 0.207843)
  6036. WedgePart24.Parent = Model4
  6037. WedgePart24.Material = Enum.Material.SmoothPlastic
  6038. WedgePart24.BrickColor = BrickColor.new("Really black")
  6039. WedgePart24.Rotation = Vector3.new(180, -90, 0)
  6040. WedgePart24.Anchored = true
  6041. WedgePart24.CanCollide = false
  6042. WedgePart24.FormFactor = Enum.FormFactor.Custom
  6043. WedgePart24.Size = Vector3.new(1.0848316, 1.41501522, 0.110586956)
  6044. WedgePart24.CFrame = CFrame.new(-166.306152, 1.28954566, -3.11347985, 0.0003480007, 5.50018885e-05, -1, -6.19982675e-05, -1, -5.5023469e-05, -1, 6.20174105e-05, -0.000347997295)
  6045. WedgePart24.BottomSurface = Enum.SurfaceType.Smooth
  6046. WedgePart24.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6047. WedgePart24.Position = Vector3.new(-166.306152, 1.28954566, -3.11347985)
  6048. WedgePart24.Orientation = Vector3.new(0, -90.0199966, -180)
  6049. WedgePart24.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6050. WedgePart25.Parent = Model4
  6051. WedgePart25.Material = Enum.Material.SmoothPlastic
  6052. WedgePart25.BrickColor = BrickColor.new("Black")
  6053. WedgePart25.Rotation = Vector3.new(-90, 0, -90.0199966)
  6054. WedgePart25.Anchored = true
  6055. WedgePart25.CanCollide = false
  6056. WedgePart25.FormFactor = Enum.FormFactor.Custom
  6057. WedgePart25.Size = Vector3.new(0.784831583, 0.41676265, 0.15053843)
  6058. WedgePart25.CFrame = CFrame.new(-166.238815, 0.790164709, -2.97773719, -0.00034400064, 1, -5.19789464e-05, 5.59984728e-05, 5.19982168e-05, 1, 1, 0.00034399773, -5.60163535e-05)
  6059. WedgePart25.BottomSurface = Enum.SurfaceType.Smooth
  6060. WedgePart25.Color = Color3.new(0.105882, 0.164706, 0.207843)
  6061. WedgePart25.Position = Vector3.new(-166.238815, 0.790164709, -2.97773719)
  6062. WedgePart25.Orientation = Vector3.new(-90, -90.0199966, 0)
  6063. WedgePart25.Color = Color3.new(0.105882, 0.164706, 0.207843)
  6064. WedgePart26.Parent = Model4
  6065. WedgePart26.Material = Enum.Material.SmoothPlastic
  6066. WedgePart26.BrickColor = BrickColor.new("Black")
  6067. WedgePart26.Reflectance = 0.10000000149012
  6068. WedgePart26.Rotation = Vector3.new(-90, 0, -90.0199966)
  6069. WedgePart26.Anchored = true
  6070. WedgePart26.CanCollide = false
  6071. WedgePart26.FormFactor = Enum.FormFactor.Custom
  6072. WedgePart26.Size = Vector3.new(0.794831574, 0.166762546, 0.070538424)
  6073. WedgePart26.CFrame = CFrame.new(-165.973816, 0.900149345, -2.97264814, -0.00034400064, 1, -5.19789464e-05, 5.59984728e-05, 5.19982168e-05, 1, 1, 0.00034399773, -5.60163535e-05)
  6074. WedgePart26.BottomSurface = Enum.SurfaceType.Smooth
  6075. WedgePart26.Color = Color3.new(0.105882, 0.164706, 0.207843)
  6076. WedgePart26.Position = Vector3.new(-165.973816, 0.900149345, -2.97264814)
  6077. WedgePart26.Orientation = Vector3.new(-90, -90.0199966, 0)
  6078. WedgePart26.Color = Color3.new(0.105882, 0.164706, 0.207843)
  6079. Model27.Name = "Torso"
  6080. Model27.Parent = Model0
  6081. Part28.Name = "Torso1"
  6082. Part28.Parent = Model27
  6083. Part28.Material = Enum.Material.SmoothPlastic
  6084. Part28.BrickColor = BrickColor.new("Pastel brown")
  6085. Part28.Transparency = 1
  6086. Part28.Rotation = Vector3.new(-180, 0, 0)
  6087. Part28.Anchored = true
  6088. Part28.CanCollide = false
  6089. Part28.FormFactor = Enum.FormFactor.Plate
  6090. Part28.Size = Vector3.new(2, 2, 1)
  6091. Part28.CFrame = CFrame.new(-165.885117, 3.03006649, -3.09897566, 1, 4.45883852e-05, 3.27830967e-05, 4.4587523e-05, -1, 2.6273985e-05, 3.27842681e-05, -2.62725225e-05, -1)
  6092. Part28.TopSurface = Enum.SurfaceType.Smooth
  6093. Part28.Color = Color3.new(1, 0, 0)
  6094. Part28.Position = Vector3.new(-165.885117, 3.03006649, -3.09897566)
  6095. Part28.Orientation = Vector3.new(0, 180, 180)
  6096. Part28.Color = Color3.new(1, 0, 0)
  6097. Part29.Parent = Model27
  6098. Part29.Material = Enum.Material.SmoothPlastic
  6099. Part29.BrickColor = BrickColor.new("Really black")
  6100. Part29.Rotation = Vector3.new(-180, 0.0199999996, 180)
  6101. Part29.Anchored = true
  6102. Part29.CanCollide = false
  6103. Part29.FormFactor = Enum.FormFactor.Custom
  6104. Part29.Size = Vector3.new(0.692218125, 1.6593039, 1.06512928)
  6105. Part29.CFrame = CFrame.new(-166.570557, 3.22104239, -3.11298108, -1, -2.01881392e-08, 0.000412000285, -1.1137611e-12, 1, 4.89976082e-05, -0.000412000285, 4.8997601e-05, -1)
  6106. Part29.BottomSurface = Enum.SurfaceType.Smooth
  6107. Part29.TopSurface = Enum.SurfaceType.Smooth
  6108. Part29.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6109. Part29.Position = Vector3.new(-166.570557, 3.22104239, -3.11298108)
  6110. Part29.Orientation = Vector3.new(0, 179.979996, 0)
  6111. Part29.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6112. Part30.Parent = Model27
  6113. Part30.Material = Enum.Material.SmoothPlastic
  6114. Part30.BrickColor = BrickColor.new("Really black")
  6115. Part30.Rotation = Vector3.new(-180, 0.0199999996, 180)
  6116. Part30.Anchored = true
  6117. Part30.CanCollide = false
  6118. Part30.FormFactor = Enum.FormFactor.Custom
  6119. Part30.Size = Vector3.new(1.7685281, 2.04930353, 0.562702537)
  6120. Part30.CFrame = CFrame.new(-165.730789, 3.02605319, -3.36385751, -1, -2.01881392e-08, 0.000412000285, -1.1137611e-12, 1, 4.89976082e-05, -0.000412000285, 4.8997601e-05, -1)
  6121. Part30.BottomSurface = Enum.SurfaceType.Smooth
  6122. Part30.TopSurface = Enum.SurfaceType.Smooth
  6123. Part30.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6124. Part30.Position = Vector3.new(-165.730789, 3.02605319, -3.36385751)
  6125. Part30.Orientation = Vector3.new(0, 179.979996, 0)
  6126. Part30.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6127. Part31.Parent = Model27
  6128. Part31.Material = Enum.Material.SmoothPlastic
  6129. Part31.BrickColor = BrickColor.new("Really black")
  6130. Part31.Rotation = Vector3.new(-180, 0.0199999996, 180)
  6131. Part31.Anchored = true
  6132. Part31.CanCollide = false
  6133. Part31.FormFactor = Enum.FormFactor.Custom
  6134. Part31.Size = Vector3.new(0.762218118, 1.6593039, 1.06512928)
  6135. Part31.CFrame = CFrame.new(-165.227737, 3.22104263, -3.11242008, -1, -2.01881392e-08, 0.000412000285, -1.1137611e-12, 1, 4.89976082e-05, -0.000412000285, 4.8997601e-05, -1)
  6136. Part31.BottomSurface = Enum.SurfaceType.Smooth
  6137. Part31.TopSurface = Enum.SurfaceType.Smooth
  6138. Part31.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6139. Part31.Position = Vector3.new(-165.227737, 3.22104263, -3.11242008)
  6140. Part31.Orientation = Vector3.new(0, 179.979996, 0)
  6141. Part31.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6142. WedgePart32.Parent = Model27
  6143. WedgePart32.Material = Enum.Material.SmoothPlastic
  6144. WedgePart32.BrickColor = BrickColor.new("Crimson")
  6145. WedgePart32.Rotation = Vector3.new(90, 0, 90.0199966)
  6146. WedgePart32.Anchored = true
  6147. WedgePart32.CanCollide = false
  6148. WedgePart32.FormFactor = Enum.FormFactor.Custom
  6149. WedgePart32.Size = Vector3.new(0.69483161, 0.466762543, 0.15053843)
  6150. WedgePart32.CFrame = CFrame.new(-165.714676, 3.9063468, -2.93697691, -0.0003480007, -1, 5.59775472e-05, 5.89983647e-05, -5.59980836e-05, -1, 1, -0.000347997382, 5.90178461e-05)
  6151. WedgePart32.BottomSurface = Enum.SurfaceType.Smooth
  6152. WedgePart32.Color = Color3.new(1, 0, 0)
  6153. WedgePart32.Position = Vector3.new(-165.714676, 3.9063468, -2.93697691)
  6154. WedgePart32.Orientation = Vector3.new(90, -90.0199966, 0)
  6155. WedgePart32.Color = Color3.new(1, 0, 0)
  6156. WedgePart33.Parent = Model27
  6157. WedgePart33.Material = Enum.Material.SmoothPlastic
  6158. WedgePart33.BrickColor = BrickColor.new("Crimson")
  6159. WedgePart33.Rotation = Vector3.new(90, 0, -89.9799957)
  6160. WedgePart33.Anchored = true
  6161. WedgePart33.CanCollide = false
  6162. WedgePart33.FormFactor = Enum.FormFactor.Custom
  6163. WedgePart33.Size = Vector3.new(0.684831619, 0.466762543, 0.15053843)
  6164. WedgePart33.CFrame = CFrame.new(-166.1147, 3.90632486, -2.93211126, 0.000347000692, 1, 5.79768675e-05, -6.09982853e-05, 5.79980406e-05, -1, -1, 0.000346997142, 6.10184034e-05)
  6165. WedgePart33.BottomSurface = Enum.SurfaceType.Smooth
  6166. WedgePart33.Color = Color3.new(1, 0, 0)
  6167. WedgePart33.Position = Vector3.new(-166.1147, 3.90632486, -2.93211126)
  6168. WedgePart33.Orientation = Vector3.new(90, 89.9799957, 0)
  6169. WedgePart33.Color = Color3.new(1, 0, 0)
  6170. WedgePart34.Parent = Model27
  6171. WedgePart34.Material = Enum.Material.SmoothPlastic
  6172. WedgePart34.BrickColor = BrickColor.new("Really black")
  6173. WedgePart34.Rotation = Vector3.new(0, 90, 0)
  6174. WedgePart34.Anchored = true
  6175. WedgePart34.CanCollide = false
  6176. WedgePart34.FormFactor = Enum.FormFactor.Custom
  6177. WedgePart34.Size = Vector3.new(1.09482992, 0.0735512525, 0.445039362)
  6178. WedgePart34.CFrame = CFrame.new(-166.591049, 3.90012479, -3.08537531, -0.000347999216, 6.00020649e-05, 1, -6.59980578e-05, 1, -6.00250387e-05, -1, -6.60189398e-05, -0.000347995257)
  6179. WedgePart34.BottomSurface = Enum.SurfaceType.Smooth
  6180. WedgePart34.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6181. WedgePart34.Position = Vector3.new(-166.591049, 3.90012479, -3.08537531)
  6182. WedgePart34.Orientation = Vector3.new(0, 90.0199966, 0)
  6183. WedgePart34.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6184. WedgePart35.Parent = Model27
  6185. WedgePart35.Material = Enum.Material.SmoothPlastic
  6186. WedgePart35.BrickColor = BrickColor.new("Really black")
  6187. WedgePart35.Rotation = Vector3.new(180, 90, 0)
  6188. WedgePart35.Anchored = true
  6189. WedgePart35.CanCollide = false
  6190. WedgePart35.FormFactor = Enum.FormFactor.Custom
  6191. WedgePart35.Size = Vector3.new(1.09482992, 0.284841508, 0.445039362)
  6192. WedgePart35.CFrame = CFrame.new(-166.591064, 3.72026467, -3.08536887, 0.000347999216, -5.50019031e-05, 1, 6.39981372e-05, -1, -5.50241821e-05, 1, 6.40172802e-05, -0.000347995694)
  6193. WedgePart35.BottomSurface = Enum.SurfaceType.Smooth
  6194. WedgePart35.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6195. WedgePart35.Position = Vector3.new(-166.591064, 3.72026467, -3.08536887)
  6196. WedgePart35.Orientation = Vector3.new(0, 90.0199966, 180)
  6197. WedgePart35.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6198. WedgePart36.Parent = Model27
  6199. WedgePart36.Material = Enum.Material.SmoothPlastic
  6200. WedgePart36.BrickColor = BrickColor.new("Really black")
  6201. WedgePart36.Rotation = Vector3.new(0, -90, 0)
  6202. WedgePart36.Anchored = true
  6203. WedgePart36.CanCollide = false
  6204. WedgePart36.FormFactor = Enum.FormFactor.Custom
  6205. WedgePart36.Size = Vector3.new(1.09482992, 0.0735512525, 0.445039362)
  6206. WedgePart36.CFrame = CFrame.new(-165.194244, 3.90012503, -3.08536172, 0.000347999216, -6.40022045e-05, -1, -6.59973302e-05, 1, -6.40251819e-05, 1, 6.60196019e-05, 0.000347994996)
  6207. WedgePart36.BottomSurface = Enum.SurfaceType.Smooth
  6208. WedgePart36.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6209. WedgePart36.Position = Vector3.new(-165.194244, 3.90012503, -3.08536172)
  6210. WedgePart36.Orientation = Vector3.new(0, -89.9799957, 0)
  6211. WedgePart36.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6212. WedgePart37.Parent = Model27
  6213. WedgePart37.Material = Enum.Material.SmoothPlastic
  6214. WedgePart37.BrickColor = BrickColor.new("Really black")
  6215. WedgePart37.Rotation = Vector3.new(-180, -90, 0)
  6216. WedgePart37.Anchored = true
  6217. WedgePart37.CanCollide = false
  6218. WedgePart37.FormFactor = Enum.FormFactor.Custom
  6219. WedgePart37.Size = Vector3.new(1.09482992, 0.284841508, 0.445039362)
  6220. WedgePart37.CFrame = CFrame.new(-165.194229, 3.72026491, -3.08536863, -0.000347999216, 6.20021528e-05, -1, 6.39974096e-05, -1, -6.20244318e-05, -1, -6.40189828e-05, 0.000347995257)
  6221. WedgePart37.BottomSurface = Enum.SurfaceType.Smooth
  6222. WedgePart37.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6223. WedgePart37.Position = Vector3.new(-165.194229, 3.72026491, -3.08536863)
  6224. WedgePart37.Orientation = Vector3.new(0, -89.9799957, 180)
  6225. WedgePart37.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6226. WedgePart38.Parent = Model27
  6227. WedgePart38.Material = Enum.Material.SmoothPlastic
  6228. WedgePart38.BrickColor = BrickColor.new("Really black")
  6229. WedgePart38.Rotation = Vector3.new(0, -90, 0)
  6230. WedgePart38.Anchored = true
  6231. WedgePart38.CanCollide = false
  6232. WedgePart38.FormFactor = Enum.FormFactor.Custom
  6233. WedgePart38.Size = Vector3.new(1.0848316, 0.212879539, 0.190538436)
  6234. WedgePart38.CFrame = CFrame.new(-166.171219, 3.55461526, -3.11359167, 0.000347999216, 5.50018958e-05, -1, 6.1998202e-05, 1, 5.50234763e-05, 1, -6.2017345e-05, 0.00034799581)
  6235. WedgePart38.BottomSurface = Enum.SurfaceType.Smooth
  6236. WedgePart38.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6237. WedgePart38.Position = Vector3.new(-166.171219, 3.55461526, -3.11359167)
  6238. WedgePart38.Orientation = Vector3.new(0, -89.9799957, 0)
  6239. WedgePart38.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6240. WedgePart39.Parent = Model27
  6241. WedgePart39.Material = Enum.Material.SmoothPlastic
  6242. WedgePart39.BrickColor = BrickColor.new("Really black")
  6243. WedgePart39.Rotation = Vector3.new(180, -90, 0)
  6244. WedgePart39.Anchored = true
  6245. WedgePart39.CanCollide = false
  6246. WedgePart39.FormFactor = Enum.FormFactor.Custom
  6247. WedgePart39.Size = Vector3.new(1.0848316, 1.01676238, 0.190538436)
  6248. WedgePart39.CFrame = CFrame.new(-166.171265, 2.95170331, -3.11355257, -0.000347999216, -5.80019951e-05, -1, -6.2998166e-05, -1, 5.80239248e-05, -1, 6.30183495e-05, 0.000347995549)
  6249. WedgePart39.BottomSurface = Enum.SurfaceType.Smooth
  6250. WedgePart39.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6251. WedgePart39.Position = Vector3.new(-166.171265, 2.95170331, -3.11355257)
  6252. WedgePart39.Orientation = Vector3.new(0, -89.9799957, -180)
  6253. WedgePart39.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6254. Part40.Parent = Model27
  6255. Part40.Material = Enum.Material.SmoothPlastic
  6256. Part40.BrickColor = BrickColor.new("Really black")
  6257. Part40.Rotation = Vector3.new(-180, 0.0199999996, 180)
  6258. Part40.Anchored = true
  6259. Part40.CanCollide = false
  6260. Part40.FormFactor = Enum.FormFactor.Custom
  6261. Part40.Size = Vector3.new(0.663188994, 1.6593039, 1.06512928)
  6262. Part40.CFrame = CFrame.new(-166.585068, 2.81910014, -3.1130085, -1, -2.01881392e-08, 0.000412000285, -1.1137611e-12, 1, 4.89976082e-05, -0.000412000285, 4.8997601e-05, -1)
  6263. Part40.BottomSurface = Enum.SurfaceType.Smooth
  6264. Part40.TopSurface = Enum.SurfaceType.Smooth
  6265. Part40.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6266. Part40.Position = Vector3.new(-166.585068, 2.81910014, -3.1130085)
  6267. Part40.Orientation = Vector3.new(0, 179.979996, 0)
  6268. Part40.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6269. WedgePart41.Parent = Model27
  6270. WedgePart41.Material = Enum.Material.SmoothPlastic
  6271. WedgePart41.BrickColor = BrickColor.new("Really black")
  6272. WedgePart41.Rotation = Vector3.new(180, -90, 0)
  6273. WedgePart41.Anchored = true
  6274. WedgePart41.CanCollide = false
  6275. WedgePart41.FormFactor = Enum.FormFactor.Custom
  6276. WedgePart41.Size = Vector3.new(1.0848316, 0.655014992, 0.200586975)
  6277. WedgePart41.CFrame = CFrame.new(-166.161896, 2.32869315, -3.11352015, 0.0003480007, 5.50018885e-05, -1, -6.19982675e-05, -1, -5.5023469e-05, -1, 6.20174105e-05, -0.000347997295)
  6278. WedgePart41.BottomSurface = Enum.SurfaceType.Smooth
  6279. WedgePart41.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6280. WedgePart41.Position = Vector3.new(-166.161896, 2.32869315, -3.11352015)
  6281. WedgePart41.Orientation = Vector3.new(0, -90.0199966, -180)
  6282. WedgePart41.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6283. Part42.Parent = Model27
  6284. Part42.Material = Enum.Material.SmoothPlastic
  6285. Part42.BrickColor = BrickColor.new("Really black")
  6286. Part42.Rotation = Vector3.new(-180, 0.0199999996, 180)
  6287. Part42.Anchored = true
  6288. Part42.CanCollide = false
  6289. Part42.FormFactor = Enum.FormFactor.Custom
  6290. Part42.Size = Vector3.new(0.722218275, 0.100000001, 1.06512928)
  6291. Part42.CFrame = CFrame.new(-165.472076, 2.28875089, -3.09449792, -1, -2.01881392e-08, 0.000412000285, -1.1137611e-12, 1, 4.89976082e-05, -0.000412000285, 4.8997601e-05, -1)
  6292. Part42.BottomSurface = Enum.SurfaceType.Smooth
  6293. Part42.TopSurface = Enum.SurfaceType.Smooth
  6294. Part42.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6295. Part42.Position = Vector3.new(-165.472076, 2.28875089, -3.09449792)
  6296. Part42.Orientation = Vector3.new(0, 179.979996, 0)
  6297. Part42.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6298. Part43.Parent = Model27
  6299. Part43.Material = Enum.Material.SmoothPlastic
  6300. Part43.BrickColor = BrickColor.new("Really black")
  6301. Part43.Rotation = Vector3.new(-180, 0.0199999996, 180)
  6302. Part43.Anchored = true
  6303. Part43.CanCollide = false
  6304. Part43.FormFactor = Enum.FormFactor.Custom
  6305. Part43.Size = Vector3.new(0.722218275, 0.100000001, 1.06512928)
  6306. Part43.CFrame = CFrame.new(-165.472076, 2.58347392, -3.09447956, -1, -2.01881392e-08, 0.000412000285, -1.1137611e-12, 1, 4.89976082e-05, -0.000412000285, 4.8997601e-05, -1)
  6307. Part43.BottomSurface = Enum.SurfaceType.Smooth
  6308. Part43.TopSurface = Enum.SurfaceType.Smooth
  6309. Part43.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6310. Part43.Position = Vector3.new(-165.472076, 2.58347392, -3.09447956)
  6311. Part43.Orientation = Vector3.new(0, 179.979996, 0)
  6312. Part43.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6313. Part44.Parent = Model27
  6314. Part44.Material = Enum.Material.SmoothPlastic
  6315. Part44.BrickColor = BrickColor.new("Really black")
  6316. Part44.Rotation = Vector3.new(-180, 0.0199999996, 180)
  6317. Part44.Anchored = true
  6318. Part44.CanCollide = false
  6319. Part44.FormFactor = Enum.FormFactor.Custom
  6320. Part44.Size = Vector3.new(0.722218275, 0.100000001, 1.06512928)
  6321. Part44.CFrame = CFrame.new(-165.472076, 2.90682673, -3.09446287, -1, -2.01881392e-08, 0.000412000285, -1.1137611e-12, 1, 4.89976082e-05, -0.000412000285, 4.8997601e-05, -1)
  6322. Part44.BottomSurface = Enum.SurfaceType.Smooth
  6323. Part44.TopSurface = Enum.SurfaceType.Smooth
  6324. Part44.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6325. Part44.Position = Vector3.new(-165.472076, 2.90682673, -3.09446287)
  6326. Part44.Orientation = Vector3.new(0, 179.979996, 0)
  6327. Part44.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6328. WedgePart45.Parent = Model27
  6329. WedgePart45.Material = Enum.Material.SmoothPlastic
  6330. WedgePart45.BrickColor = BrickColor.new("Really black")
  6331. WedgePart45.Rotation = Vector3.new(-180, 90, 0)
  6332. WedgePart45.Anchored = true
  6333. WedgePart45.CanCollide = false
  6334. WedgePart45.FormFactor = Enum.FormFactor.Custom
  6335. WedgePart45.Size = Vector3.new(1.0848316, 1.01676238, 0.190538436)
  6336. WedgePart45.CFrame = CFrame.new(-165.601089, 2.95170283, -3.11377549, 0.000347999216, 6.20021092e-05, 1, -6.29974384e-05, -1, 6.20240389e-05, 1, -6.30190116e-05, -0.000347995316)
  6337. WedgePart45.BottomSurface = Enum.SurfaceType.Smooth
  6338. WedgePart45.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6339. WedgePart45.Position = Vector3.new(-165.601089, 2.95170283, -3.11377549)
  6340. WedgePart45.Orientation = Vector3.new(0, 90.0199966, -180)
  6341. WedgePart45.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6342. WedgePart46.Parent = Model27
  6343. WedgePart46.Material = Enum.Material.SmoothPlastic
  6344. WedgePart46.BrickColor = BrickColor.new("Really black")
  6345. WedgePart46.Rotation = Vector3.new(0, 90, 0)
  6346. WedgePart46.Anchored = true
  6347. WedgePart46.CanCollide = false
  6348. WedgePart46.FormFactor = Enum.FormFactor.Custom
  6349. WedgePart46.Size = Vector3.new(1.0848316, 0.212879539, 0.190538436)
  6350. WedgePart46.CFrame = CFrame.new(-165.601135, 3.55461478, -3.11372495, -0.000347999216, -5.90020172e-05, 1, 6.19974744e-05, 1, 5.90236014e-05, -1, 6.20180072e-05, -0.000347995549)
  6351. WedgePart46.BottomSurface = Enum.SurfaceType.Smooth
  6352. WedgePart46.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6353. WedgePart46.Position = Vector3.new(-165.601135, 3.55461478, -3.11372495)
  6354. WedgePart46.Orientation = Vector3.new(0, 90.0199966, 0)
  6355. WedgePart46.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6356. Part47.Parent = Model27
  6357. Part47.Material = Enum.Material.SmoothPlastic
  6358. Part47.BrickColor = BrickColor.new("Really black")
  6359. Part47.Reflectance = 0.10000000149012
  6360. Part47.Rotation = Vector3.new(0, -0.0199999996, 0)
  6361. Part47.Anchored = true
  6362. Part47.CanCollide = false
  6363. Part47.FormFactor = Enum.FormFactor.Custom
  6364. Part47.Size = Vector3.new(0.61221832, 0.529304266, 0.805129468)
  6365. Part47.CFrame = CFrame.new(-165.92244, 3.41061115, -3.00108504, 1, 2.01402841e-08, -0.000411000627, 1.1131096e-12, 1, 4.90057682e-05, 0.000411000627, -4.9005761e-05, 1)
  6366. Part47.BottomSurface = Enum.SurfaceType.Smooth
  6367. Part47.TopSurface = Enum.SurfaceType.Smooth
  6368. Part47.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6369. Part47.Position = Vector3.new(-165.92244, 3.41061115, -3.00108504)
  6370. Part47.Orientation = Vector3.new(0, -0.0199999996, 0)
  6371. Part47.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6372. Part48.Parent = Model27
  6373. Part48.Material = Enum.Material.SmoothPlastic
  6374. Part48.BrickColor = BrickColor.new("Crimson")
  6375. Part48.Rotation = Vector3.new(0, -0.0199999996, 0)
  6376. Part48.Anchored = true
  6377. Part48.CanCollide = false
  6378. Part48.FormFactor = Enum.FormFactor.Custom
  6379. Part48.Size = Vector3.new(0.61221832, 0.179304302, 0.955129385)
  6380. Part48.CFrame = CFrame.new(-165.922424, 3.75560904, -3.0760994, 1, 2.01402841e-08, -0.000411000627, 1.1131096e-12, 1, 4.90057682e-05, 0.000411000627, -4.9005761e-05, 1)
  6381. Part48.BottomSurface = Enum.SurfaceType.Smooth
  6382. Part48.TopSurface = Enum.SurfaceType.Smooth
  6383. Part48.Color = Color3.new(1, 0, 0)
  6384. Part48.Position = Vector3.new(-165.922424, 3.75560904, -3.0760994)
  6385. Part48.Orientation = Vector3.new(0, -0.0199999996, 0)
  6386. Part48.Color = Color3.new(1, 0, 0)
  6387. Part49.Parent = Model27
  6388. Part49.Material = Enum.Material.SmoothPlastic
  6389. Part49.BrickColor = BrickColor.new("Black")
  6390. Part49.Reflectance = 0.10000000149012
  6391. Part49.Rotation = Vector3.new(-180, 0.0199999996, 180)
  6392. Part49.Anchored = true
  6393. Part49.CanCollide = false
  6394. Part49.FormFactor = Enum.FormFactor.Custom
  6395. Part49.Size = Vector3.new(0.752218246, 1.12930393, 0.885129333)
  6396. Part49.CFrame = CFrame.new(-165.681046, 2.58060288, -3.02629995, -1, -2.01881392e-08, 0.000412000285, -1.1137611e-12, 1, 4.89976082e-05, -0.000412000285, 4.8997601e-05, -1)
  6397. Part49.BottomSurface = Enum.SurfaceType.Smooth
  6398. Part49.TopSurface = Enum.SurfaceType.Smooth
  6399. Part49.Color = Color3.new(0.105882, 0.164706, 0.207843)
  6400. Part49.Position = Vector3.new(-165.681046, 2.58060288, -3.02629995)
  6401. Part49.Orientation = Vector3.new(0, 179.979996, 0)
  6402. Part49.Color = Color3.new(0.105882, 0.164706, 0.207843)
  6403. WedgePart50.Parent = Model27
  6404. WedgePart50.Material = Enum.Material.SmoothPlastic
  6405. WedgePart50.BrickColor = BrickColor.new("Black")
  6406. WedgePart50.Reflectance = 0.10000000149012
  6407. WedgePart50.Rotation = Vector3.new(90, 0, 90.0199966)
  6408. WedgePart50.Anchored = true
  6409. WedgePart50.CanCollide = false
  6410. WedgePart50.FormFactor = Enum.FormFactor.Custom
  6411. WedgePart50.Size = Vector3.new(0.864831686, 0.466762543, 0.15053843)
  6412. WedgePart50.CFrame = CFrame.new(-165.788879, 3.20631051, -3.01540637, -0.0003480007, -1, -5.79767839e-05, -6.09975286e-05, 5.79980187e-05, -1, 1, -0.000347997149, -6.10177049e-05)
  6413. WedgePart50.BottomSurface = Enum.SurfaceType.Smooth
  6414. WedgePart50.Color = Color3.new(0.105882, 0.164706, 0.207843)
  6415. WedgePart50.Position = Vector3.new(-165.788879, 3.20631051, -3.01540637)
  6416. WedgePart50.Orientation = Vector3.new(90, -90.0199966, 0)
  6417. WedgePart50.Color = Color3.new(0.105882, 0.164706, 0.207843)
  6418. Part51.Parent = Model27
  6419. Part51.Material = Enum.Material.SmoothPlastic
  6420. Part51.BrickColor = BrickColor.new("Crimson")
  6421. Part51.Rotation = Vector3.new(0, -0.0199999996, 0)
  6422. Part51.Anchored = true
  6423. Part51.CanCollide = false
  6424. Part51.FormFactor = Enum.FormFactor.Custom
  6425. Part51.Size = Vector3.new(0.35998553, 0.238696665, 1.04998469)
  6426. Part51.CFrame = CFrame.new(-166.664215, 3.52868509, -3.0860486, 1, 2.01892973e-08, -0.000412000634, 1.10730706e-12, 1, 4.90057682e-05, 0.000412000634, -4.9005761e-05, 1)
  6427. Part51.BottomSurface = Enum.SurfaceType.Smooth
  6428. Part51.TopSurface = Enum.SurfaceType.Smooth
  6429. Part51.Color = Color3.new(1, 0, 0)
  6430. Part51.Position = Vector3.new(-166.664215, 3.52868509, -3.0860486)
  6431. Part51.Orientation = Vector3.new(0, -0.0199999996, 0)
  6432. Part51.Color = Color3.new(1, 0, 0)
  6433. Part52.Parent = Model27
  6434. Part52.Material = Enum.Material.SmoothPlastic
  6435. Part52.BrickColor = BrickColor.new("Black")
  6436. Part52.Rotation = Vector3.new(0, -0.0199999996, 0)
  6437. Part52.Anchored = true
  6438. Part52.CanCollide = false
  6439. Part52.FormFactor = Enum.FormFactor.Custom
  6440. Part52.Size = Vector3.new(0.722218275, 1.12930393, 0.83512938)
  6441. Part52.CFrame = CFrame.new(-166.237473, 2.58061337, -3.01618266, 1, 2.01402841e-08, -0.000411000627, 1.1131096e-12, 1, 4.90057682e-05, 0.000411000627, -4.9005761e-05, 1)
  6442. Part52.BottomSurface = Enum.SurfaceType.Smooth
  6443. Part52.TopSurface = Enum.SurfaceType.Smooth
  6444. Part52.Color = Color3.new(0.105882, 0.164706, 0.207843)
  6445. Part52.Position = Vector3.new(-166.237473, 2.58061337, -3.01618266)
  6446. Part52.Orientation = Vector3.new(0, -0.0199999996, 0)
  6447. Part52.Color = Color3.new(0.105882, 0.164706, 0.207843)
  6448. Part53.Parent = Model27
  6449. Part53.Material = Enum.Material.SmoothPlastic
  6450. Part53.BrickColor = BrickColor.new("Really black")
  6451. Part53.Rotation = Vector3.new(0, -0.0199999996, 0)
  6452. Part53.Anchored = true
  6453. Part53.CanCollide = false
  6454. Part53.FormFactor = Enum.FormFactor.Custom
  6455. Part53.Size = Vector3.new(0.663188994, 1.6593039, 1.06512928)
  6456. Part53.CFrame = CFrame.new(-165.187271, 2.81909966, -3.11431909, 1, 2.01892973e-08, -0.000412000634, 1.10730706e-12, 1, 4.90057682e-05, 0.000412000634, -4.9005761e-05, 1)
  6457. Part53.BottomSurface = Enum.SurfaceType.Smooth
  6458. Part53.TopSurface = Enum.SurfaceType.Smooth
  6459. Part53.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6460. Part53.Position = Vector3.new(-165.187271, 2.81909966, -3.11431909)
  6461. Part53.Orientation = Vector3.new(0, -0.0199999996, 0)
  6462. Part53.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6463. WedgePart54.Parent = Model27
  6464. WedgePart54.Material = Enum.Material.SmoothPlastic
  6465. WedgePart54.BrickColor = BrickColor.new("Really black")
  6466. WedgePart54.Rotation = Vector3.new(0, -90, 0)
  6467. WedgePart54.Anchored = true
  6468. WedgePart54.CanCollide = false
  6469. WedgePart54.FormFactor = Enum.FormFactor.Custom
  6470. WedgePart54.Size = Vector3.new(1.0848316, 0.212879539, 0.280975223)
  6471. WedgePart54.CFrame = CFrame.new(-166.396759, 3.74828315, -3.11351871, 0.000347999216, 5.50018958e-05, -1, 6.1998202e-05, 1, 5.50234763e-05, 1, -6.2017345e-05, 0.00034799581)
  6472. WedgePart54.BottomSurface = Enum.SurfaceType.Smooth
  6473. WedgePart54.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6474. WedgePart54.Position = Vector3.new(-166.396759, 3.74828315, -3.11351871)
  6475. WedgePart54.Orientation = Vector3.new(0, -89.9799957, 0)
  6476. WedgePart54.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6477. Part55.Parent = Model27
  6478. Part55.Material = Enum.Material.SmoothPlastic
  6479. Part55.BrickColor = BrickColor.new("Really black")
  6480. Part55.Rotation = Vector3.new(-180, 0.0199999996, 180)
  6481. Part55.Anchored = true
  6482. Part55.CanCollide = false
  6483. Part55.FormFactor = Enum.FormFactor.Custom
  6484. Part55.Size = Vector3.new(2.06852794, 1.56930351, 0.562702537)
  6485. Part55.CFrame = CFrame.new(-165.880783, 2.77874017, -3.3639276, -1, -2.01881392e-08, 0.000412000285, -1.1137611e-12, 1, 4.89976082e-05, -0.000412000285, 4.8997601e-05, -1)
  6486. Part55.BottomSurface = Enum.SurfaceType.Smooth
  6487. Part55.TopSurface = Enum.SurfaceType.Smooth
  6488. Part55.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6489. Part55.Position = Vector3.new(-165.880783, 2.77874017, -3.3639276)
  6490. Part55.Orientation = Vector3.new(0, 179.979996, 0)
  6491. Part55.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6492. WedgePart56.Parent = Model27
  6493. WedgePart56.Material = Enum.Material.SmoothPlastic
  6494. WedgePart56.BrickColor = BrickColor.new("Really black")
  6495. WedgePart56.Rotation = Vector3.new(0, 90, 0)
  6496. WedgePart56.Anchored = true
  6497. WedgePart56.CanCollide = false
  6498. WedgePart56.FormFactor = Enum.FormFactor.Custom
  6499. WedgePart56.Size = Vector3.new(1.0848316, 0.212879539, 0.280975223)
  6500. WedgePart56.CFrame = CFrame.new(-165.375595, 3.74828267, -3.113801, -0.000347999216, -5.90020172e-05, 1, 6.19974744e-05, 1, 5.90236014e-05, -1, 6.20180072e-05, -0.000347995549)
  6501. WedgePart56.BottomSurface = Enum.SurfaceType.Smooth
  6502. WedgePart56.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6503. WedgePart56.Position = Vector3.new(-165.375595, 3.74828267, -3.113801)
  6504. WedgePart56.Orientation = Vector3.new(0, 90.0199966, 0)
  6505. WedgePart56.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6506. WedgePart57.Parent = Model27
  6507. WedgePart57.Material = Enum.Material.SmoothPlastic
  6508. WedgePart57.BrickColor = BrickColor.new("Really black")
  6509. WedgePart57.Rotation = Vector3.new(0, 90, 0)
  6510. WedgePart57.Anchored = true
  6511. WedgePart57.CanCollide = false
  6512. WedgePart57.FormFactor = Enum.FormFactor.Custom
  6513. WedgePart57.Size = Vector3.new(1.0848316, 1.01676238, 0.190538436)
  6514. WedgePart57.CFrame = CFrame.new(-165.615433, 3.14535975, -3.11375093, 0.0003480007, 6.00020685e-05, 1, 6.29974602e-05, 1, -6.00239982e-05, -1, 6.30183422e-05, 0.000347996916)
  6515. WedgePart57.BottomSurface = Enum.SurfaceType.Smooth
  6516. WedgePart57.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6517. WedgePart57.Position = Vector3.new(-165.615433, 3.14535975, -3.11375093)
  6518. WedgePart57.Orientation = Vector3.new(0, 89.9799957, 0)
  6519. WedgePart57.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6520. WedgePart58.Parent = Model27
  6521. WedgePart58.Material = Enum.Material.SmoothPlastic
  6522. WedgePart58.BrickColor = BrickColor.new("Really black")
  6523. WedgePart58.Rotation = Vector3.new(-180, 90, 0)
  6524. WedgePart58.Anchored = true
  6525. WedgePart58.CanCollide = false
  6526. WedgePart58.FormFactor = Enum.FormFactor.Custom
  6527. WedgePart58.Size = Vector3.new(1.0848316, 0.655014992, 0.200586975)
  6528. WedgePart58.CFrame = CFrame.new(-165.610458, 2.32138181, -3.11380935, -0.0003480007, -5.80020023e-05, 1, -6.19975035e-05, -1, -5.80235828e-05, 1, -6.2017687e-05, 0.000347997091)
  6529. WedgePart58.BottomSurface = Enum.SurfaceType.Smooth
  6530. WedgePart58.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6531. WedgePart58.Position = Vector3.new(-165.610458, 2.32138181, -3.11380935)
  6532. WedgePart58.Orientation = Vector3.new(0, 89.9799957, -180)
  6533. WedgePart58.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6534. WedgePart59.Parent = Model27
  6535. WedgePart59.Material = Enum.Material.SmoothPlastic
  6536. WedgePart59.BrickColor = BrickColor.new("Really black")
  6537. WedgePart59.Rotation = Vector3.new(0, -90, 0)
  6538. WedgePart59.Anchored = true
  6539. WedgePart59.CanCollide = false
  6540. WedgePart59.FormFactor = Enum.FormFactor.Custom
  6541. WedgePart59.Size = Vector3.new(1.0848316, 1.01676238, 0.190538436)
  6542. WedgePart59.CFrame = CFrame.new(-166.156921, 3.14536023, -3.11357355, -0.0003480007, -5.80019914e-05, -1, 6.29982242e-05, 1, -5.80239175e-05, 1, -6.30184077e-05, -0.000347997033)
  6543. WedgePart59.BottomSurface = Enum.SurfaceType.Smooth
  6544. WedgePart59.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6545. WedgePart59.Position = Vector3.new(-166.156921, 3.14536023, -3.11357355)
  6546. WedgePart59.Orientation = Vector3.new(0, -90.0199966, 0)
  6547. WedgePart59.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6548. Part60.Parent = Model27
  6549. Part60.Material = Enum.Material.SmoothPlastic
  6550. Part60.BrickColor = BrickColor.new("Really black")
  6551. Part60.Rotation = Vector3.new(-180, 0.0199999996, 180)
  6552. Part60.Anchored = true
  6553. Part60.CanCollide = false
  6554. Part60.FormFactor = Enum.FormFactor.Custom
  6555. Part60.Size = Vector3.new(2.06852794, 0.479303539, 1.03270221)
  6556. Part60.CFrame = CFrame.new(-165.880875, 2.23372936, -3.12896347, -1, -2.01881392e-08, 0.000412000285, -1.1137611e-12, 1, 4.89976082e-05, -0.000412000285, 4.8997601e-05, -1)
  6557. Part60.BottomSurface = Enum.SurfaceType.Smooth
  6558. Part60.TopSurface = Enum.SurfaceType.Smooth
  6559. Part60.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6560. Part60.Position = Vector3.new(-165.880875, 2.23372936, -3.12896347)
  6561. Part60.Orientation = Vector3.new(0, 179.979996, 0)
  6562. Part60.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6563. Part61.Parent = Model27
  6564. Part61.Material = Enum.Material.SmoothPlastic
  6565. Part61.BrickColor = BrickColor.new("Crimson")
  6566. Part61.Rotation = Vector3.new(90, -90, 0)
  6567. Part61.Anchored = true
  6568. Part61.CanCollide = false
  6569. Part61.FormFactor = Enum.FormFactor.Custom
  6570. Part61.Size = Vector3.new(0.149999738, 0.146774113, 0.150644973)
  6571. Part61.CFrame = CFrame.new(-165.805695, 2.91426063, -2.59122419, -0.000421994831, 1.05080424e-08, -1, -1, 5.69973781e-05, 0.000421994831, 5.69973818e-05, 1, -1.35445557e-08)
  6572. Part61.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6573. Part61.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6574. Part61.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6575. Part61.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6576. Part61.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6577. Part61.Color = Color3.new(1, 0, 0)
  6578. Part61.Position = Vector3.new(-165.805695, 2.91426063, -2.59122419)
  6579. Part61.Orientation = Vector3.new(-0.0199999996, -90, -90)
  6580. Part61.Color = Color3.new(1, 0, 0)
  6581. SpecialMesh62.Parent = Part61
  6582. SpecialMesh62.MeshType = Enum.MeshType.Sphere
  6583. Part63.Parent = Model27
  6584. Part63.Material = Enum.Material.SmoothPlastic
  6585. Part63.BrickColor = BrickColor.new("Crimson")
  6586. Part63.Rotation = Vector3.new(90, -90, 0)
  6587. Part63.Anchored = true
  6588. Part63.CanCollide = false
  6589. Part63.FormFactor = Enum.FormFactor.Custom
  6590. Part63.Size = Vector3.new(0.149999738, 0.146774113, 0.150644973)
  6591. Part63.CFrame = CFrame.new(-165.811539, 2.59945464, -2.59119892, -0.000421994831, 1.05080424e-08, -1, -1, 5.69973781e-05, 0.000421994831, 5.69973818e-05, 1, -1.35445557e-08)
  6592. Part63.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6593. Part63.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6594. Part63.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6595. Part63.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6596. Part63.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6597. Part63.Color = Color3.new(1, 0, 0)
  6598. Part63.Position = Vector3.new(-165.811539, 2.59945464, -2.59119892)
  6599. Part63.Orientation = Vector3.new(-0.0199999996, -90, -90)
  6600. Part63.Color = Color3.new(1, 0, 0)
  6601. SpecialMesh64.Parent = Part63
  6602. SpecialMesh64.MeshType = Enum.MeshType.Sphere
  6603. Part65.Parent = Model27
  6604. Part65.Material = Enum.Material.SmoothPlastic
  6605. Part65.BrickColor = BrickColor.new("Crimson")
  6606. Part65.Rotation = Vector3.new(90, -90, 0)
  6607. Part65.Anchored = true
  6608. Part65.CanCollide = false
  6609. Part65.FormFactor = Enum.FormFactor.Custom
  6610. Part65.Size = Vector3.new(0.149999738, 0.146774113, 0.150644973)
  6611. Part65.CFrame = CFrame.new(-165.791061, 2.30511642, -2.59118128, -0.000421994831, 1.05080424e-08, -1, -1, 5.69973781e-05, 0.000421994831, 5.69973818e-05, 1, -1.35445557e-08)
  6612. Part65.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6613. Part65.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6614. Part65.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6615. Part65.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6616. Part65.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6617. Part65.Color = Color3.new(1, 0, 0)
  6618. Part65.Position = Vector3.new(-165.791061, 2.30511642, -2.59118128)
  6619. Part65.Orientation = Vector3.new(-0.0199999996, -90, -90)
  6620. Part65.Color = Color3.new(1, 0, 0)
  6621. SpecialMesh66.Parent = Part65
  6622. SpecialMesh66.MeshType = Enum.MeshType.Sphere
  6623. WedgePart67.Parent = Model27
  6624. WedgePart67.Material = Enum.Material.SmoothPlastic
  6625. WedgePart67.BrickColor = BrickColor.new("Crimson")
  6626. WedgePart67.Rotation = Vector3.new(180, -90, 0)
  6627. WedgePart67.Anchored = true
  6628. WedgePart67.CanCollide = false
  6629. WedgePart67.FormFactor = Enum.FormFactor.Custom
  6630. WedgePart67.Size = Vector3.new(0.749999642, 0.23999995, 0.19999975)
  6631. WedgePart67.CFrame = CFrame.new(-166.450058, 3.38459516, -2.93815899, 0.000411000627, -5.30018187e-05, -1, -3.81980614e-10, -1, 5.3001826e-05, -1, -2.14017994e-08, -0.000411000627)
  6632. WedgePart67.BottomSurface = Enum.SurfaceType.Smooth
  6633. WedgePart67.Color = Color3.new(1, 0, 0)
  6634. WedgePart67.Position = Vector3.new(-166.450058, 3.38459516, -2.93815899)
  6635. WedgePart67.Orientation = Vector3.new(0, -90.0199966, -180)
  6636. WedgePart67.Color = Color3.new(1, 0, 0)
  6637. Part68.Parent = Model27
  6638. Part68.Material = Enum.Material.SmoothPlastic
  6639. Part68.BrickColor = BrickColor.new("Crimson")
  6640. Part68.Rotation = Vector3.new(-180, 0.0199999996, 180)
  6641. Part68.Anchored = true
  6642. Part68.CanCollide = false
  6643. Part68.FormFactor = Enum.FormFactor.Custom
  6644. Part68.Size = Vector3.new(0.279985636, 0.578696668, 1.09998477)
  6645. Part68.CFrame = CFrame.new(-164.980179, 3.77868509, -3.11082983, -1, -2.01881392e-08, 0.000412000285, -1.1137611e-12, 1, 4.89976082e-05, -0.000412000285, 4.8997601e-05, -1)
  6646. Part68.BottomSurface = Enum.SurfaceType.Smooth
  6647. Part68.TopSurface = Enum.SurfaceType.Smooth
  6648. Part68.Color = Color3.new(1, 0, 0)
  6649. Part68.Position = Vector3.new(-164.980179, 3.77868509, -3.11082983)
  6650. Part68.Orientation = Vector3.new(0, 179.979996, 0)
  6651. Part68.Color = Color3.new(1, 0, 0)
  6652. WedgePart69.Parent = Model27
  6653. WedgePart69.Material = Enum.Material.SmoothPlastic
  6654. WedgePart69.BrickColor = BrickColor.new("Crimson")
  6655. WedgePart69.Rotation = Vector3.new(-90.0099945, 0, -90.1299973)
  6656. WedgePart69.Anchored = true
  6657. WedgePart69.CanCollide = false
  6658. WedgePart69.FormFactor = Enum.FormFactor.Custom
  6659. WedgePart69.Size = Vector3.new(0.569999933, 0.399999917, 0.169999719)
  6660. WedgePart69.CFrame = CFrame.new(-165.253403, 3.42483664, -3.37505388, -0.00220653019, 0.999997616, 4.90968923e-05, 0.000100403115, -4.88754704e-05, 1, 0.999997616, 0.00220653508, -0.000100295023)
  6661. WedgePart69.BottomSurface = Enum.SurfaceType.Smooth
  6662. WedgePart69.Color = Color3.new(1, 0, 0)
  6663. WedgePart69.Position = Vector3.new(-165.253403, 3.42483664, -3.37505388)
  6664. WedgePart69.Orientation = Vector3.new(-90, -90.1299973, 0)
  6665. WedgePart69.Color = Color3.new(1, 0, 0)
  6666. Part70.Parent = Model27
  6667. Part70.Material = Enum.Material.SmoothPlastic
  6668. Part70.BrickColor = BrickColor.new("Crimson")
  6669. Part70.Rotation = Vector3.new(-180, 0.0199999996, 180)
  6670. Part70.Anchored = true
  6671. Part70.CanCollide = false
  6672. Part70.FormFactor = Enum.FormFactor.Custom
  6673. Part70.Size = Vector3.new(0.379985571, 0.578696668, 1.09998477)
  6674. Part70.CFrame = CFrame.new(-166.730225, 3.77868557, -3.11156225, -1, -2.01881392e-08, 0.000412000285, -1.1137611e-12, 1, 4.89976082e-05, -0.000412000285, 4.8997601e-05, -1)
  6675. Part70.BottomSurface = Enum.SurfaceType.Smooth
  6676. Part70.TopSurface = Enum.SurfaceType.Smooth
  6677. Part70.Color = Color3.new(1, 0, 0)
  6678. Part70.Position = Vector3.new(-166.730225, 3.77868557, -3.11156225)
  6679. Part70.Orientation = Vector3.new(0, 179.979996, 0)
  6680. Part70.Color = Color3.new(1, 0, 0)
  6681. WedgePart71.Parent = Model27
  6682. WedgePart71.Material = Enum.Material.SmoothPlastic
  6683. WedgePart71.BrickColor = BrickColor.new("Crimson")
  6684. WedgePart71.Rotation = Vector3.new(-90.0099945, 0, -90.1299973)
  6685. WedgePart71.Anchored = true
  6686. WedgePart71.CanCollide = false
  6687. WedgePart71.FormFactor = Enum.FormFactor.Custom
  6688. WedgePart71.Size = Vector3.new(0.569999933, 0.199999928, 0.269999713)
  6689. WedgePart71.CFrame = CFrame.new(-165.357117, 3.3748374, -3.37527084, -0.00220653019, 0.999997616, 4.90968923e-05, 0.000100403115, -4.88754704e-05, 1, 0.999997616, 0.00220653508, -0.000100295023)
  6690. WedgePart71.BottomSurface = Enum.SurfaceType.Smooth
  6691. WedgePart71.Color = Color3.new(1, 0, 0)
  6692. WedgePart71.Position = Vector3.new(-165.357117, 3.3748374, -3.37527084)
  6693. WedgePart71.Orientation = Vector3.new(-90, -90.1299973, 0)
  6694. WedgePart71.Color = Color3.new(1, 0, 0)
  6695. WedgePart72.Parent = Model27
  6696. WedgePart72.Material = Enum.Material.SmoothPlastic
  6697. WedgePart72.BrickColor = BrickColor.new("Crimson")
  6698. WedgePart72.Rotation = Vector3.new(180, 90, 0)
  6699. WedgePart72.Anchored = true
  6700. WedgePart72.CanCollide = false
  6701. WedgePart72.FormFactor = Enum.FormFactor.Custom
  6702. WedgePart72.Size = Vector3.new(0.649999619, 0.189999938, 0.19999975)
  6703. WedgePart72.CFrame = CFrame.new(-166.750092, 3.31453848, -2.88827634, -0.000412000634, -4.90016791e-05, 1, 3.81980614e-10, -1, -4.90016864e-05, 1, -1.98067429e-08, 0.000412000634)
  6704. WedgePart72.BottomSurface = Enum.SurfaceType.Smooth
  6705. WedgePart72.Color = Color3.new(1, 0, 0)
  6706. WedgePart72.Position = Vector3.new(-166.750092, 3.31453848, -2.88827634)
  6707. WedgePart72.Orientation = Vector3.new(0, 89.9799957, 180)
  6708. WedgePart72.Color = Color3.new(1, 0, 0)
  6709. Part73.Parent = Model27
  6710. Part73.Material = Enum.Material.SmoothPlastic
  6711. Part73.BrickColor = BrickColor.new("Crimson")
  6712. Part73.Rotation = Vector3.new(-180, 0.0199999996, 180)
  6713. Part73.Anchored = true
  6714. Part73.CanCollide = false
  6715. Part73.FormFactor = Enum.FormFactor.Custom
  6716. Part73.Size = Vector3.new(0.109985575, 0.84869653, 0.69998467)
  6717. Part73.CFrame = CFrame.new(-166.595306, 3.64367294, -2.91150856, -1, -2.01881392e-08, 0.000412000285, -1.1137611e-12, 1, 4.89976082e-05, -0.000412000285, 4.8997601e-05, -1)
  6718. Part73.BottomSurface = Enum.SurfaceType.Smooth
  6719. Part73.TopSurface = Enum.SurfaceType.Smooth
  6720. Part73.Color = Color3.new(1, 0, 0)
  6721. Part73.Position = Vector3.new(-166.595306, 3.64367294, -2.91150856)
  6722. Part73.Orientation = Vector3.new(0, 179.979996, 0)
  6723. Part73.Color = Color3.new(1, 0, 0)
  6724. WedgePart74.Parent = Model27
  6725. WedgePart74.Material = Enum.Material.SmoothPlastic
  6726. WedgePart74.BrickColor = BrickColor.new("Crimson")
  6727. WedgePart74.Rotation = Vector3.new(180, -90, 0)
  6728. WedgePart74.Anchored = true
  6729. WedgePart74.CanCollide = false
  6730. WedgePart74.FormFactor = Enum.FormFactor.Custom
  6731. WedgePart74.Size = Vector3.new(0.649999678, 0.439999938, 0.0999997482)
  6732. WedgePart74.CFrame = CFrame.new(-166.500092, 3.2845974, -2.88817406, 0.000411000627, -5.30018187e-05, -1, -3.81980614e-10, -1, 5.3001826e-05, -1, -2.14017994e-08, -0.000411000627)
  6733. WedgePart74.BottomSurface = Enum.SurfaceType.Smooth
  6734. WedgePart74.Color = Color3.new(1, 0, 0)
  6735. WedgePart74.Position = Vector3.new(-166.500092, 3.2845974, -2.88817406)
  6736. WedgePart74.Orientation = Vector3.new(0, -90.0199966, -180)
  6737. WedgePart74.Color = Color3.new(1, 0, 0)
  6738. WedgePart75.Parent = Model27
  6739. WedgePart75.Material = Enum.Material.SmoothPlastic
  6740. WedgePart75.BrickColor = BrickColor.new("Crimson")
  6741. WedgePart75.Rotation = Vector3.new(180, 90, 0)
  6742. WedgePart75.Anchored = true
  6743. WedgePart75.CanCollide = false
  6744. WedgePart75.FormFactor = Enum.FormFactor.Custom
  6745. WedgePart75.Size = Vector3.new(0.549999595, 0.169999957, 0.099999994)
  6746. WedgePart75.CFrame = CFrame.new(-166.600113, 3.14517331, -2.83821082, -0.000412000634, -4.90016791e-05, 1, 3.81980614e-10, -1, -4.90016864e-05, 1, -1.98067429e-08, 0.000412000634)
  6747. WedgePart75.BottomSurface = Enum.SurfaceType.Smooth
  6748. WedgePart75.Color = Color3.new(1, 0, 0)
  6749. WedgePart75.Position = Vector3.new(-166.600113, 3.14517331, -2.83821082)
  6750. WedgePart75.Orientation = Vector3.new(0, 89.9799957, 180)
  6751. WedgePart75.Color = Color3.new(1, 0, 0)
  6752. Part76.Parent = Model27
  6753. Part76.Material = Enum.Material.SmoothPlastic
  6754. Part76.BrickColor = BrickColor.new("Crimson")
  6755. Part76.Rotation = Vector3.new(-180, 0.0199999996, 180)
  6756. Part76.Anchored = true
  6757. Part76.CanCollide = false
  6758. Part76.FormFactor = Enum.FormFactor.Custom
  6759. Part76.Size = Vector3.new(2.07998586, 0.578696668, 0.299984753)
  6760. Part76.CFrame = CFrame.new(-165.88002, 3.77870464, -3.51121616, -1, -2.01881392e-08, 0.000412000285, -1.1137611e-12, 1, 4.89976082e-05, -0.000412000285, 4.8997601e-05, -1)
  6761. Part76.BottomSurface = Enum.SurfaceType.Smooth
  6762. Part76.TopSurface = Enum.SurfaceType.Smooth
  6763. Part76.Color = Color3.new(1, 0, 0)
  6764. Part76.Position = Vector3.new(-165.88002, 3.77870464, -3.51121616)
  6765. Part76.Orientation = Vector3.new(0, 179.979996, 0)
  6766. Part76.Color = Color3.new(1, 0, 0)
  6767. WedgePart77.Parent = Model27
  6768. WedgePart77.Material = Enum.Material.SmoothPlastic
  6769. WedgePart77.BrickColor = BrickColor.new("Crimson")
  6770. WedgePart77.Rotation = Vector3.new(-90.0099945, 0, 89.8699951)
  6771. WedgePart77.Anchored = true
  6772. WedgePart77.CanCollide = false
  6773. WedgePart77.FormFactor = Enum.FormFactor.Custom
  6774. WedgePart77.Size = Vector3.new(0.569999933, 0.399999917, 0.169999719)
  6775. WedgePart77.CFrame = CFrame.new(-165.65712, 3.42485929, -3.37594318, 0.00220799982, -0.999997616, 5.72363097e-05, -0.000107996566, 5.69979929e-05, 1, -0.999997616, -0.00220800587, -0.000107870444)
  6776. WedgePart77.BottomSurface = Enum.SurfaceType.Smooth
  6777. WedgePart77.Color = Color3.new(1, 0, 0)
  6778. WedgePart77.Position = Vector3.new(-165.65712, 3.42485929, -3.37594318)
  6779. WedgePart77.Orientation = Vector3.new(-90, 89.8699951, 0)
  6780. WedgePart77.Color = Color3.new(1, 0, 0)
  6781. WedgePart78.Parent = Model27
  6782. WedgePart78.Material = Enum.Material.SmoothPlastic
  6783. WedgePart78.BrickColor = BrickColor.new("Crimson")
  6784. WedgePart78.Rotation = Vector3.new(0, -90, 0)
  6785. WedgePart78.Anchored = true
  6786. WedgePart78.CanCollide = false
  6787. WedgePart78.FormFactor = Enum.FormFactor.Custom
  6788. WedgePart78.Size = Vector3.new(0.849999666, 0.569999933, 0.19999975)
  6789. WedgePart78.CFrame = CFrame.new(-166.450012, 3.77704167, -2.9881618, -0.000412000285, 4.90017665e-05, -1, 3.78342718e-10, 1, 4.90017737e-05, 1, 1.98103987e-08, -0.000412000285)
  6790. WedgePart78.BottomSurface = Enum.SurfaceType.Smooth
  6791. WedgePart78.Color = Color3.new(1, 0, 0)
  6792. WedgePart78.Position = Vector3.new(-166.450012, 3.77704167, -2.9881618)
  6793. WedgePart78.Orientation = Vector3.new(0, -90.0199966, 0)
  6794. WedgePart78.Color = Color3.new(1, 0, 0)
  6795. WedgePart79.Parent = Model27
  6796. WedgePart79.Material = Enum.Material.SmoothPlastic
  6797. WedgePart79.BrickColor = BrickColor.new("Crimson")
  6798. WedgePart79.Rotation = Vector3.new(-90.0099945, 0, 89.8699951)
  6799. WedgePart79.Anchored = true
  6800. WedgePart79.CanCollide = false
  6801. WedgePart79.FormFactor = Enum.FormFactor.Custom
  6802. WedgePart79.Size = Vector3.new(0.569999933, 0.199999928, 0.269999713)
  6803. WedgePart79.CFrame = CFrame.new(-165.557129, 3.37485528, -3.37571073, 0.00220799982, -0.999997616, 5.72363097e-05, -0.000107996566, 5.69979929e-05, 1, -0.999997616, -0.00220800587, -0.000107870444)
  6804. WedgePart79.BottomSurface = Enum.SurfaceType.Smooth
  6805. WedgePart79.Color = Color3.new(1, 0, 0)
  6806. WedgePart79.Position = Vector3.new(-165.557129, 3.37485528, -3.37571073)
  6807. WedgePart79.Orientation = Vector3.new(-90, 89.8699951, 0)
  6808. WedgePart79.Color = Color3.new(1, 0, 0)
  6809. WedgePart80.Parent = Model27
  6810. WedgePart80.Material = Enum.Material.SmoothPlastic
  6811. WedgePart80.BrickColor = BrickColor.new("Crimson")
  6812. WedgePart80.Rotation = Vector3.new(-90.0099945, 0, 89.8699951)
  6813. WedgePart80.Anchored = true
  6814. WedgePart80.CanCollide = false
  6815. WedgePart80.FormFactor = Enum.FormFactor.Custom
  6816. WedgePart80.Size = Vector3.new(0.569999933, 0.399999917, 0.169999719)
  6817. WedgePart80.CFrame = CFrame.new(-166.557175, 3.42485929, -3.37594485, 0.00220799982, -0.999997616, 5.72363097e-05, -0.000107996566, 5.69979929e-05, 1, -0.999997616, -0.00220800587, -0.000107870444)
  6818. WedgePart80.BottomSurface = Enum.SurfaceType.Smooth
  6819. WedgePart80.Color = Color3.new(1, 0, 0)
  6820. WedgePart80.Position = Vector3.new(-166.557175, 3.42485929, -3.37594485)
  6821. WedgePart80.Orientation = Vector3.new(-90, 89.8699951, 0)
  6822. WedgePart80.Color = Color3.new(1, 0, 0)
  6823. WedgePart81.Parent = Model27
  6824. WedgePart81.Material = Enum.Material.SmoothPlastic
  6825. WedgePart81.BrickColor = BrickColor.new("Crimson")
  6826. WedgePart81.Rotation = Vector3.new(-90.0099945, 0, -90.1299973)
  6827. WedgePart81.Anchored = true
  6828. WedgePart81.CanCollide = false
  6829. WedgePart81.FormFactor = Enum.FormFactor.Custom
  6830. WedgePart81.Size = Vector3.new(0.569999933, 0.399999917, 0.169999719)
  6831. WedgePart81.CFrame = CFrame.new(-166.15715, 3.42483664, -3.37505627, -0.00220653019, 0.999997616, 4.90968923e-05, 0.000100403115, -4.88754704e-05, 1, 0.999997616, 0.00220653508, -0.000100295023)
  6832. WedgePart81.BottomSurface = Enum.SurfaceType.Smooth
  6833. WedgePart81.Color = Color3.new(1, 0, 0)
  6834. WedgePart81.Position = Vector3.new(-166.15715, 3.42483664, -3.37505627)
  6835. WedgePart81.Orientation = Vector3.new(-90, -90.1299973, 0)
  6836. WedgePart81.Color = Color3.new(1, 0, 0)
  6837. WedgePart82.Parent = Model27
  6838. WedgePart82.Material = Enum.Material.SmoothPlastic
  6839. WedgePart82.BrickColor = BrickColor.new("Crimson")
  6840. WedgePart82.Rotation = Vector3.new(-90.0099945, 0, -90.1299973)
  6841. WedgePart82.Anchored = true
  6842. WedgePart82.CanCollide = false
  6843. WedgePart82.FormFactor = Enum.FormFactor.Custom
  6844. WedgePart82.Size = Vector3.new(0.569999933, 0.199999928, 0.269999713)
  6845. WedgePart82.CFrame = CFrame.new(-166.257156, 3.3748374, -3.37528419, -0.00220653019, 0.999997616, 4.90968923e-05, 0.000100403115, -4.88754704e-05, 1, 0.999997616, 0.00220653508, -0.000100295023)
  6846. WedgePart82.BottomSurface = Enum.SurfaceType.Smooth
  6847. WedgePart82.Color = Color3.new(1, 0, 0)
  6848. WedgePart82.Position = Vector3.new(-166.257156, 3.3748374, -3.37528419)
  6849. WedgePart82.Orientation = Vector3.new(-90, -90.1299973, 0)
  6850. WedgePart82.Color = Color3.new(1, 0, 0)
  6851. WedgePart83.Parent = Model27
  6852. WedgePart83.Material = Enum.Material.SmoothPlastic
  6853. WedgePart83.BrickColor = BrickColor.new("Crimson")
  6854. WedgePart83.Rotation = Vector3.new(-90.0099945, 0, 89.8699951)
  6855. WedgePart83.Anchored = true
  6856. WedgePart83.CanCollide = false
  6857. WedgePart83.FormFactor = Enum.FormFactor.Custom
  6858. WedgePart83.Size = Vector3.new(0.569999933, 0.199999928, 0.269999713)
  6859. WedgePart83.CFrame = CFrame.new(-166.457169, 3.37485528, -3.37571239, 0.00220799982, -0.999997616, 5.72363097e-05, -0.000107996566, 5.69979929e-05, 1, -0.999997616, -0.00220800587, -0.000107870444)
  6860. WedgePart83.BottomSurface = Enum.SurfaceType.Smooth
  6861. WedgePart83.Color = Color3.new(1, 0, 0)
  6862. WedgePart83.Position = Vector3.new(-166.457169, 3.37485528, -3.37571239)
  6863. WedgePart83.Orientation = Vector3.new(-90, 89.8699951, 0)
  6864. WedgePart83.Color = Color3.new(1, 0, 0)
  6865. WedgePart84.Parent = Model27
  6866. WedgePart84.Material = Enum.Material.SmoothPlastic
  6867. WedgePart84.BrickColor = BrickColor.new("Crimson")
  6868. WedgePart84.Rotation = Vector3.new(180, -90, 0)
  6869. WedgePart84.Anchored = true
  6870. WedgePart84.CanCollide = false
  6871. WedgePart84.FormFactor = Enum.FormFactor.Custom
  6872. WedgePart84.Size = Vector3.new(1.04999936, 0.189999938, 0.249999776)
  6873. WedgePart84.CFrame = CFrame.new(-164.996017, 3.31453967, -3.08365965, 0.000412000634, 4.90016791e-05, -1, -3.81980614e-10, -1, -4.90016864e-05, -1, 2.05707043e-08, -0.000412000634)
  6874. WedgePart84.BottomSurface = Enum.SurfaceType.Smooth
  6875. WedgePart84.Color = Color3.new(1, 0, 0)
  6876. WedgePart84.Position = Vector3.new(-164.996017, 3.31453967, -3.08365965)
  6877. WedgePart84.Orientation = Vector3.new(0, -90.0199966, -180)
  6878. WedgePart84.Color = Color3.new(1, 0, 0)
  6879. WedgePart85.Parent = Model27
  6880. WedgePart85.Material = Enum.Material.SmoothPlastic
  6881. WedgePart85.BrickColor = BrickColor.new("Crimson")
  6882. WedgePart85.Rotation = Vector3.new(180, 90, 0)
  6883. WedgePart85.Anchored = true
  6884. WedgePart85.CanCollide = false
  6885. WedgePart85.FormFactor = Enum.FormFactor.Custom
  6886. WedgePart85.Size = Vector3.new(1.04999971, 0.23999995, 0.19999975)
  6887. WedgePart85.CFrame = CFrame.new(-165.32103, 3.38459516, -3.08378553, -0.000411000627, 5.2001782e-05, 1, 3.81980614e-10, -1, 5.20017893e-05, 1, 2.17547456e-08, 0.000411000627)
  6888. WedgePart85.BottomSurface = Enum.SurfaceType.Smooth
  6889. WedgePart85.Color = Color3.new(1, 0, 0)
  6890. WedgePart85.Position = Vector3.new(-165.32103, 3.38459516, -3.08378553)
  6891. WedgePart85.Orientation = Vector3.new(0, 89.9799957, 180)
  6892. WedgePart85.Color = Color3.new(1, 0, 0)
  6893. Part86.Parent = Model27
  6894. Part86.Material = Enum.Material.SmoothPlastic
  6895. Part86.BrickColor = BrickColor.new("Crimson")
  6896. Part86.Rotation = Vector3.new(0, -0.0199999996, 0)
  6897. Part86.Anchored = true
  6898. Part86.CanCollide = false
  6899. Part86.FormFactor = Enum.FormFactor.Custom
  6900. Part86.Size = Vector3.new(0.109985575, 0.84869653, 1.04998469)
  6901. Part86.CFrame = CFrame.new(-165.175797, 3.64368343, -3.08543706, 1, 2.01892973e-08, -0.000412000634, 1.10730706e-12, 1, 4.90057682e-05, 0.000412000634, -4.9005761e-05, 1)
  6902. Part86.BottomSurface = Enum.SurfaceType.Smooth
  6903. Part86.TopSurface = Enum.SurfaceType.Smooth
  6904. Part86.Color = Color3.new(1, 0, 0)
  6905. Part86.Position = Vector3.new(-165.175797, 3.64368343, -3.08543706)
  6906. Part86.Orientation = Vector3.new(0, -0.0199999996, 0)
  6907. Part86.Color = Color3.new(1, 0, 0)
  6908. WedgePart87.Parent = Model27
  6909. WedgePart87.Material = Enum.Material.SmoothPlastic
  6910. WedgePart87.BrickColor = BrickColor.new("Crimson")
  6911. WedgePart87.Rotation = Vector3.new(180, 90, 0)
  6912. WedgePart87.Anchored = true
  6913. WedgePart87.CanCollide = false
  6914. WedgePart87.FormFactor = Enum.FormFactor.Custom
  6915. WedgePart87.Size = Vector3.new(1.04999971, 0.439999938, 0.0999997482)
  6916. WedgePart87.CFrame = CFrame.new(-165.271027, 3.28459716, -3.08376908, -0.000411000627, 5.2001782e-05, 1, 3.81980614e-10, -1, 5.20017893e-05, 1, 2.17547456e-08, 0.000411000627)
  6917. WedgePart87.BottomSurface = Enum.SurfaceType.Smooth
  6918. WedgePart87.Color = Color3.new(1, 0, 0)
  6919. WedgePart87.Position = Vector3.new(-165.271027, 3.28459716, -3.08376908)
  6920. WedgePart87.Orientation = Vector3.new(0, 89.9799957, 180)
  6921. WedgePart87.Color = Color3.new(1, 0, 0)
  6922. WedgePart88.Parent = Model27
  6923. WedgePart88.Material = Enum.Material.SmoothPlastic
  6924. WedgePart88.BrickColor = BrickColor.new("Crimson")
  6925. WedgePart88.Rotation = Vector3.new(180, -90, 0)
  6926. WedgePart88.Anchored = true
  6927. WedgePart88.CanCollide = false
  6928. WedgePart88.FormFactor = Enum.FormFactor.Custom
  6929. WedgePart88.Size = Vector3.new(1.04999971, 0.169999957, 0.099999994)
  6930. WedgePart88.CFrame = CFrame.new(-165.171005, 3.14517283, -3.0837326, 0.000412000634, 4.90016791e-05, -1, -3.81980614e-10, -1, -4.90016864e-05, -1, 2.05707043e-08, -0.000412000634)
  6931. WedgePart88.BottomSurface = Enum.SurfaceType.Smooth
  6932. WedgePart88.Color = Color3.new(1, 0, 0)
  6933. WedgePart88.Position = Vector3.new(-165.171005, 3.14517283, -3.0837326)
  6934. WedgePart88.Orientation = Vector3.new(0, -90.0199966, -180)
  6935. WedgePart88.Color = Color3.new(1, 0, 0)
  6936. WedgePart89.Parent = Model27
  6937. WedgePart89.Material = Enum.Material.SmoothPlastic
  6938. WedgePart89.BrickColor = BrickColor.new("Crimson")
  6939. WedgePart89.Rotation = Vector3.new(0, 90, 0)
  6940. WedgePart89.Anchored = true
  6941. WedgePart89.CanCollide = false
  6942. WedgePart89.FormFactor = Enum.FormFactor.Custom
  6943. WedgePart89.Size = Vector3.new(1.04999983, 0.569999933, 0.19999975)
  6944. WedgePart89.CFrame = CFrame.new(-165.32106, 3.77704215, -3.08378172, 0.000412000634, -4.90016791e-05, 1, -3.81980614e-10, 1, 4.90016864e-05, -1, -2.05707043e-08, 0.000412000634)
  6945. WedgePart89.BottomSurface = Enum.SurfaceType.Smooth
  6946. WedgePart89.Color = Color3.new(1, 0, 0)
  6947. WedgePart89.Position = Vector3.new(-165.32106, 3.77704215, -3.08378172)
  6948. WedgePart89.Orientation = Vector3.new(0, 89.9799957, 0)
  6949. WedgePart89.Color = Color3.new(1, 0, 0)
  6950. Part90.Parent = Model27
  6951. Part90.Material = Enum.Material.SmoothPlastic
  6952. Part90.BrickColor = BrickColor.new("Crimson")
  6953. Part90.Rotation = Vector3.new(0, -0.0199999996, 0)
  6954. Part90.Anchored = true
  6955. Part90.CanCollide = false
  6956. Part90.FormFactor = Enum.FormFactor.Custom
  6957. Part90.Size = Vector3.new(0.35998553, 0.238696665, 1.04998469)
  6958. Part90.CFrame = CFrame.new(-165.050812, 3.52868462, -3.08538198, 1, 2.01892973e-08, -0.000412000634, 1.10730706e-12, 1, 4.90057682e-05, 0.000412000634, -4.9005761e-05, 1)
  6959. Part90.BottomSurface = Enum.SurfaceType.Smooth
  6960. Part90.TopSurface = Enum.SurfaceType.Smooth
  6961. Part90.Color = Color3.new(1, 0, 0)
  6962. Part90.Position = Vector3.new(-165.050812, 3.52868462, -3.08538198)
  6963. Part90.Orientation = Vector3.new(0, -0.0199999996, 0)
  6964. Part90.Color = Color3.new(1, 0, 0)
  6965. WedgePart91.Parent = Model27
  6966. WedgePart91.Material = Enum.Material.SmoothPlastic
  6967. WedgePart91.BrickColor = BrickColor.new("Crimson")
  6968. WedgePart91.Rotation = Vector3.new(-90.0099945, 0, 89.8699951)
  6969. WedgePart91.Anchored = true
  6970. WedgePart91.CanCollide = false
  6971. WedgePart91.FormFactor = Enum.FormFactor.Custom
  6972. WedgePart91.Size = Vector3.new(0.569999933, 0.399999917, 0.109999999)
  6973. WedgePart91.CFrame = CFrame.new(-165.078049, 3.45482588, -3.37467051, 0.00220499956, -0.999997616, 5.72368881e-05, -0.000107999098, 5.69988879e-05, 1, -0.999997616, -0.00220500561, -0.000107873151)
  6974. WedgePart91.BottomSurface = Enum.SurfaceType.Smooth
  6975. WedgePart91.Color = Color3.new(1, 0, 0)
  6976. WedgePart91.Position = Vector3.new(-165.078049, 3.45482588, -3.37467051)
  6977. WedgePart91.Orientation = Vector3.new(-90, 89.8699951, 0)
  6978. WedgePart91.Color = Color3.new(1, 0, 0)
  6979. WedgePart92.Parent = Model27
  6980. WedgePart92.Material = Enum.Material.SmoothPlastic
  6981. WedgePart92.BrickColor = BrickColor.new("Crimson")
  6982. WedgePart92.Rotation = Vector3.new(-90.0099945, 0, -90.1299973)
  6983. WedgePart92.Anchored = true
  6984. WedgePart92.CanCollide = false
  6985. WedgePart92.FormFactor = Enum.FormFactor.Custom
  6986. WedgePart92.Size = Vector3.new(0.569999933, 0.399999917, 0.109999999)
  6987. WedgePart92.CFrame = CFrame.new(-166.626236, 3.45492125, -3.37808228, -0.00220499956, 0.999997616, 6.22455991e-05, 0.000111999019, -6.19987986e-05, 1, 0.999997616, 0.00220500655, -0.000111862042)
  6988. WedgePart92.BottomSurface = Enum.SurfaceType.Smooth
  6989. WedgePart92.Color = Color3.new(1, 0, 0)
  6990. WedgePart92.Position = Vector3.new(-166.626236, 3.45492125, -3.37808228)
  6991. WedgePart92.Orientation = Vector3.new(-90, -90.1299973, 0)
  6992. WedgePart92.Color = Color3.new(1, 0, 0)
  6993. Part93.Parent = Model27
  6994. Part93.Material = Enum.Material.Ice
  6995. Part93.BrickColor = BrickColor.new("Black")
  6996. Part93.Rotation = Vector3.new(-89.9899979, 15, 179.979996)
  6997. Part93.Anchored = true
  6998. Part93.CanCollide = false
  6999. Part93.FormFactor = Enum.FormFactor.Custom
  7000. Part93.Size = Vector3.new(0.399999499, 1, 0.699999928)
  7001. Part93.CFrame = CFrame.new(-165.248276, 4.25551796, -3.50453424, -0.965913951, -0.000356887933, 0.258899868, 0.258897454, -4.90278362e-05, 0.965904891, -0.000332026713, 1.00000942, 0.000139753043)
  7002. Part93.BottomSurface = Enum.SurfaceType.Smooth
  7003. Part93.TopSurface = Enum.SurfaceType.Smooth
  7004. Part93.Color = Color3.new(0.105882, 0.164706, 0.207843)
  7005. Part93.Position = Vector3.new(-165.248276, 4.25551796, -3.50453424)
  7006. Part93.Orientation = Vector3.new(-75, 89.9700012, 90.0099945)
  7007. Part93.Color = Color3.new(0.105882, 0.164706, 0.207843)
  7008. SpecialMesh94.Parent = Part93
  7009. SpecialMesh94.MeshId = "rbxassetid://437432504"
  7010. SpecialMesh94.Scale = Vector3.new(0.00999999978, 0.0199999996, 0.00999999978)
  7011. SpecialMesh94.MeshType = Enum.MeshType.FileMesh
  7012. SpecialMesh94.Scale = Vector3.new(0.00999999978, 0.0199999996, 0.00999999978)
  7013. Part95.Parent = Model27
  7014. Part95.Material = Enum.Material.Ice
  7015. Part95.BrickColor = BrickColor.new("Black")
  7016. Part95.Rotation = Vector3.new(-90, -15, 179.979996)
  7017. Part95.Anchored = true
  7018. Part95.CanCollide = false
  7019. Part95.FormFactor = Enum.FormFactor.Custom
  7020. Part95.Size = Vector3.new(0.399999499, 1, 0.699999928)
  7021. Part95.CFrame = CFrame.new(-166.551941, 4.22971916, -2.90498757, -0.965957761, -0.00035746512, -0.258736312, -0.258733809, -4.9118069e-05, 0.965948701, -0.000358001329, 1.00000942, -4.50433326e-05)
  7022. Part95.BottomSurface = Enum.SurfaceType.Smooth
  7023. Part95.TopSurface = Enum.SurfaceType.Smooth
  7024. Part95.Color = Color3.new(0.105882, 0.164706, 0.207843)
  7025. Part95.Position = Vector3.new(-166.551941, 4.22971916, -2.90498757)
  7026. Part95.Orientation = Vector3.new(-75.0100021, -90.0099945, -90.0099945)
  7027. Part95.Color = Color3.new(0.105882, 0.164706, 0.207843)
  7028. SpecialMesh96.Parent = Part95
  7029. SpecialMesh96.MeshId = "rbxassetid://437432504"
  7030. SpecialMesh96.Scale = Vector3.new(0.00999999978, 0.0199999996, 0.00999999978)
  7031. SpecialMesh96.MeshType = Enum.MeshType.FileMesh
  7032. SpecialMesh96.Scale = Vector3.new(0.00999999978, 0.0199999996, 0.00999999978)
  7033. Part97.Parent = Model27
  7034. Part97.Material = Enum.Material.Ice
  7035. Part97.BrickColor = BrickColor.new("Black")
  7036. Part97.Rotation = Vector3.new(-90, 0, 134.979996)
  7037. Part97.Anchored = true
  7038. Part97.CanCollide = false
  7039. Part97.FormFactor = Enum.FormFactor.Custom
  7040. Part97.Size = Vector3.new(0.399999499, 1, 0.699999928)
  7041. Part97.CFrame = CFrame.new(-166.226013, 4.22974777, -4.01344013, -0.70686096, -0.70736587, 8.22721049e-05, 9.61847254e-05, 2.01916446e-05, 1, -0.70736593, 0.70686096, 5.37640954e-05)
  7042. Part97.BottomSurface = Enum.SurfaceType.Smooth
  7043. Part97.TopSurface = Enum.SurfaceType.Smooth
  7044. Part97.Color = Color3.new(0.105882, 0.164706, 0.207843)
  7045. Part97.Position = Vector3.new(-166.226013, 4.22974777, -4.01344013)
  7046. Part97.Orientation = Vector3.new(-90, 134.979996, 0)
  7047. Part97.Color = Color3.new(0.105882, 0.164706, 0.207843)
  7048. SpecialMesh98.Parent = Part97
  7049. SpecialMesh98.MeshId = "rbxassetid://437432504"
  7050. SpecialMesh98.Scale = Vector3.new(0.00999999978, 0.0199999996, 0.00999999978)
  7051. SpecialMesh98.MeshType = Enum.MeshType.FileMesh
  7052. SpecialMesh98.Scale = Vector3.new(0.00999999978, 0.0199999996, 0.00999999978)
  7053. Part99.Parent = Model27
  7054. Part99.Material = Enum.Material.Ice
  7055. Part99.BrickColor = BrickColor.new("Black")
  7056. Part99.Rotation = Vector3.new(-90, 0, 149.979996)
  7057. Part99.Anchored = true
  7058. Part99.CanCollide = false
  7059. Part99.FormFactor = Enum.FormFactor.Custom
  7060. Part99.Size = Vector3.new(0.399999499, 1, 0.699999928)
  7061. Part99.CFrame = CFrame.new(-166.438217, 4.22975349, -3.80138731, -0.865855157, -0.500313699, 8.19020206e-05, 9.78836906e-05, -5.69855547e-06, 1, -0.500313699, 0.865855217, 5.390566e-05)
  7062. Part99.BottomSurface = Enum.SurfaceType.Smooth
  7063. Part99.TopSurface = Enum.SurfaceType.Smooth
  7064. Part99.Color = Color3.new(0.105882, 0.164706, 0.207843)
  7065. Part99.Position = Vector3.new(-166.438217, 4.22975349, -3.80138731)
  7066. Part99.Orientation = Vector3.new(-90, 149.979996, 0)
  7067. Part99.Color = Color3.new(0.105882, 0.164706, 0.207843)
  7068. SpecialMesh100.Parent = Part99
  7069. SpecialMesh100.MeshId = "rbxassetid://437432504"
  7070. SpecialMesh100.Scale = Vector3.new(0.00999999978, 0.0199999996, 0.00999999978)
  7071. SpecialMesh100.MeshType = Enum.MeshType.FileMesh
  7072. SpecialMesh100.Scale = Vector3.new(0.00999999978, 0.0199999996, 0.00999999978)
  7073. Part101.Parent = Model27
  7074. Part101.Material = Enum.Material.Ice
  7075. Part101.BrickColor = BrickColor.new("Black")
  7076. Part101.Rotation = Vector3.new(-90, 0, -150.020004)
  7077. Part101.Anchored = true
  7078. Part101.CanCollide = false
  7079. Part101.FormFactor = Enum.FormFactor.Custom
  7080. Part101.Size = Vector3.new(0.399999499, 1, 0.699999928)
  7081. Part101.CFrame = CFrame.new(-165.261581, 4.25552559, -3.72775078, -0.86621201, 0.499695599, 8.4485655e-05, 4.8890608e-05, -8.43233865e-05, 1, 0.499695539, 0.86621201, 4.86104982e-05)
  7082. Part101.BottomSurface = Enum.SurfaceType.Smooth
  7083. Part101.TopSurface = Enum.SurfaceType.Smooth
  7084. Part101.Color = Color3.new(0.105882, 0.164706, 0.207843)
  7085. Part101.Position = Vector3.new(-165.261581, 4.25552559, -3.72775078)
  7086. Part101.Orientation = Vector3.new(-90, -150.020004, 0)
  7087. Part101.Color = Color3.new(0.105882, 0.164706, 0.207843)
  7088. SpecialMesh102.Parent = Part101
  7089. SpecialMesh102.MeshId = "rbxassetid://437432504"
  7090. SpecialMesh102.Scale = Vector3.new(0.00999999978, 0.0199999996, 0.00999999978)
  7091. SpecialMesh102.MeshType = Enum.MeshType.FileMesh
  7092. SpecialMesh102.Scale = Vector3.new(0.00999999978, 0.0199999996, 0.00999999978)
  7093. Part103.Parent = Model27
  7094. Part103.Material = Enum.Material.Ice
  7095. Part103.BrickColor = BrickColor.new("Black")
  7096. Part103.Rotation = Vector3.new(-90, 0, -135.020004)
  7097. Part103.Anchored = true
  7098. Part103.CanCollide = false
  7099. Part103.FormFactor = Enum.FormFactor.Custom
  7100. Part103.Size = Vector3.new(0.399999499, 1, 0.699999928)
  7101. Part103.CFrame = CFrame.new(-165.544312, 4.25556564, -4.01069832, -0.70736593, 0.7068609, 8.43812086e-05, 2.51834681e-05, -9.4173105e-05, 1, 0.7068609, 0.70736593, 4.88126243e-05)
  7102. Part103.BottomSurface = Enum.SurfaceType.Smooth
  7103. Part103.TopSurface = Enum.SurfaceType.Smooth
  7104. Part103.Color = Color3.new(0.105882, 0.164706, 0.207843)
  7105. Part103.Position = Vector3.new(-165.544312, 4.25556564, -4.01069832)
  7106. Part103.Orientation = Vector3.new(-90, -135.020004, 0)
  7107. Part103.Color = Color3.new(0.105882, 0.164706, 0.207843)
  7108. SpecialMesh104.Parent = Part103
  7109. SpecialMesh104.MeshId = "rbxassetid://437432504"
  7110. SpecialMesh104.Scale = Vector3.new(0.00999999978, 0.0199999996, 0.00999999978)
  7111. SpecialMesh104.MeshType = Enum.MeshType.FileMesh
  7112. SpecialMesh104.Scale = Vector3.new(0.00999999978, 0.0199999996, 0.00999999978)
  7113. Part105.Parent = Model27
  7114. Part105.Material = Enum.Material.Ice
  7115. Part105.BrickColor = BrickColor.new("Black")
  7116. Part105.Rotation = Vector3.new(-90, -15, 179.979996)
  7117. Part105.Anchored = true
  7118. Part105.CanCollide = false
  7119. Part105.FormFactor = Enum.FormFactor.Custom
  7120. Part105.Size = Vector3.new(0.399999499, 1, 0.699999928)
  7121. Part105.CFrame = CFrame.new(-166.551758, 4.22973919, -3.40499735, -0.965957761, -0.00035746512, -0.258736312, -0.258733809, -4.9118069e-05, 0.965948701, -0.000358001329, 1.00000942, -4.50433326e-05)
  7122. Part105.BottomSurface = Enum.SurfaceType.Smooth
  7123. Part105.TopSurface = Enum.SurfaceType.Smooth
  7124. Part105.Color = Color3.new(0.105882, 0.164706, 0.207843)
  7125. Part105.Position = Vector3.new(-166.551758, 4.22973919, -3.40499735)
  7126. Part105.Orientation = Vector3.new(-75.0100021, -90.0099945, -90.0099945)
  7127. Part105.Color = Color3.new(0.105882, 0.164706, 0.207843)
  7128. SpecialMesh106.Parent = Part105
  7129. SpecialMesh106.MeshId = "rbxassetid://437432504"
  7130. SpecialMesh106.Scale = Vector3.new(0.00999999978, 0.0199999996, 0.00999999978)
  7131. SpecialMesh106.MeshType = Enum.MeshType.FileMesh
  7132. SpecialMesh106.Scale = Vector3.new(0.00999999978, 0.0199999996, 0.00999999978)
  7133. Part107.Parent = Model27
  7134. Part107.Material = Enum.Material.Ice
  7135. Part107.BrickColor = BrickColor.new("Black")
  7136. Part107.Rotation = Vector3.new(-89.9899979, 15, 179.979996)
  7137. Part107.Anchored = true
  7138. Part107.CanCollide = false
  7139. Part107.FormFactor = Enum.FormFactor.Custom
  7140. Part107.Size = Vector3.new(0.399999499, 1, 0.699999928)
  7141. Part107.CFrame = CFrame.new(-165.248474, 4.25548744, -2.90452075, -0.965913951, -0.000356887933, 0.258899868, 0.258897454, -4.90278362e-05, 0.965904891, -0.000332026713, 1.00000942, 0.000139753043)
  7142. Part107.BottomSurface = Enum.SurfaceType.Smooth
  7143. Part107.TopSurface = Enum.SurfaceType.Smooth
  7144. Part107.Color = Color3.new(0.105882, 0.164706, 0.207843)
  7145. Part107.Position = Vector3.new(-165.248474, 4.25548744, -2.90452075)
  7146. Part107.Orientation = Vector3.new(-75, 89.9700012, 90.0099945)
  7147. Part107.Color = Color3.new(0.105882, 0.164706, 0.207843)
  7148. SpecialMesh108.Parent = Part107
  7149. SpecialMesh108.MeshId = "rbxassetid://437432504"
  7150. SpecialMesh108.Scale = Vector3.new(0.00999999978, 0.0199999996, 0.00999999978)
  7151. SpecialMesh108.MeshType = Enum.MeshType.FileMesh
  7152. SpecialMesh108.Scale = Vector3.new(0.00999999978, 0.0199999996, 0.00999999978)
  7153. Model109.Name = "LeftArm"
  7154. Model109.Parent = Model0
  7155. Part110.Name = "Left Arm1"
  7156. Part110.Parent = Model109
  7157. Part110.Material = Enum.Material.SmoothPlastic
  7158. Part110.BrickColor = BrickColor.new("Pastel brown")
  7159. Part110.Transparency = 1
  7160. Part110.Rotation = Vector3.new(-180, 0, 0)
  7161. Part110.Anchored = true
  7162. Part110.CanCollide = false
  7163. Part110.FormFactor = Enum.FormFactor.Plate
  7164. Part110.Size = Vector3.new(1, 2, 1)
  7165. Part110.CFrame = CFrame.new(-164.326263, 3.0300796, -3.1001904, 1, 4.45883852e-05, 3.27830967e-05, 4.4587523e-05, -1, 2.6273985e-05, 3.27842681e-05, -2.62725225e-05, -1)
  7166. Part110.BottomSurface = Enum.SurfaceType.Smooth
  7167. Part110.TopSurface = Enum.SurfaceType.Smooth
  7168. Part110.Color = Color3.new(1, 0, 0)
  7169. Part110.Position = Vector3.new(-164.326263, 3.0300796, -3.1001904)
  7170. Part110.Orientation = Vector3.new(0, 180, 180)
  7171. Part110.Color = Color3.new(1, 0, 0)
  7172. Part111.Parent = Model109
  7173. Part111.Material = Enum.Material.SmoothPlastic
  7174. Part111.BrickColor = BrickColor.new("Really black")
  7175. Part111.Rotation = Vector3.new(0, -0.0199999996, 0)
  7176. Part111.Anchored = true
  7177. Part111.CanCollide = false
  7178. Part111.FormFactor = Enum.FormFactor.Custom
  7179. Part111.Size = Vector3.new(0.859985828, 0.351289213, 1.0599848)
  7180. Part111.CFrame = CFrame.new(-164.231262, 2.17568946, -3.10337639, 1, 2.01892973e-08, -0.000412000634, 1.10730706e-12, 1, 4.90057682e-05, 0.000412000634, -4.9005761e-05, 1)
  7181. Part111.BottomSurface = Enum.SurfaceType.Smooth
  7182. Part111.TopSurface = Enum.SurfaceType.Smooth
  7183. Part111.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7184. Part111.Position = Vector3.new(-164.231262, 2.17568946, -3.10337639)
  7185. Part111.Orientation = Vector3.new(0, -0.0199999996, 0)
  7186. Part111.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7187. Part112.Parent = Model109
  7188. Part112.Material = Enum.Material.SmoothPlastic
  7189. Part112.BrickColor = BrickColor.new("Really black")
  7190. Part112.Rotation = Vector3.new(0, -0.0199999996, 0)
  7191. Part112.Anchored = true
  7192. Part112.CanCollide = false
  7193. Part112.FormFactor = Enum.FormFactor.Custom
  7194. Part112.Size = Vector3.new(1.04998589, 0.251289219, 1.0599848)
  7195. Part112.CFrame = CFrame.new(-164.326263, 2.22568727, -3.10341406, 1, 2.01892973e-08, -0.000412000634, 1.10730706e-12, 1, 4.90057682e-05, 0.000412000634, -4.9005761e-05, 1)
  7196. Part112.BottomSurface = Enum.SurfaceType.Smooth
  7197. Part112.TopSurface = Enum.SurfaceType.Smooth
  7198. Part112.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7199. Part112.Position = Vector3.new(-164.326263, 2.22568727, -3.10341406)
  7200. Part112.Orientation = Vector3.new(0, -0.0199999996, 0)
  7201. Part112.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7202. Part113.Parent = Model109
  7203. Part113.Material = Enum.Material.SmoothPlastic
  7204. Part113.BrickColor = BrickColor.new("Really black")
  7205. Part113.Rotation = Vector3.new(0, -0.0199999996, 0)
  7206. Part113.Anchored = true
  7207. Part113.CanCollide = false
  7208. Part113.FormFactor = Enum.FormFactor.Custom
  7209. Part113.Size = Vector3.new(1.05998588, 1.05128932, 1.0599848)
  7210. Part113.CFrame = CFrame.new(-164.331268, 3.12568784, -3.10345411, 1, 2.01892973e-08, -0.000412000634, 1.10730706e-12, 1, 4.90057682e-05, 0.000412000634, -4.9005761e-05, 1)
  7211. Part113.BottomSurface = Enum.SurfaceType.Smooth
  7212. Part113.TopSurface = Enum.SurfaceType.Smooth
  7213. Part113.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7214. Part113.Position = Vector3.new(-164.331268, 3.12568784, -3.10345411)
  7215. Part113.Orientation = Vector3.new(0, -0.0199999996, 0)
  7216. Part113.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7217. Part114.Parent = Model109
  7218. Part114.Material = Enum.Material.SmoothPlastic
  7219. Part114.BrickColor = BrickColor.new("Really black")
  7220. Part114.Rotation = Vector3.new(0, -90, 0)
  7221. Part114.Anchored = true
  7222. Part114.CanCollide = false
  7223. Part114.FormFactor = Enum.FormFactor.Custom
  7224. Part114.Size = Vector3.new(0.102668688, 0.105483815, 0.10415902)
  7225. Part114.CFrame = CFrame.new(-164.408951, 3.68405199, -3.64675188, -0.000421000615, -2.51854744e-12, -1, 5.69984186e-05, 1, -2.39988953e-08, 0.999999881, -5.69984259e-05, -0.000421000674)
  7226. Part114.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7227. Part114.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7228. Part114.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7229. Part114.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7230. Part114.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7231. Part114.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7232. Part114.Position = Vector3.new(-164.408951, 3.68405199, -3.64675188)
  7233. Part114.Orientation = Vector3.new(0, -90.0199966, 0)
  7234. Part114.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7235. SpecialMesh115.Parent = Part114
  7236. SpecialMesh115.MeshType = Enum.MeshType.Sphere
  7237. WedgePart116.Parent = Model109
  7238. WedgePart116.Material = Enum.Material.SmoothPlastic
  7239. WedgePart116.BrickColor = BrickColor.new("Crimson")
  7240. WedgePart116.Rotation = Vector3.new(-180, 90, 0)
  7241. WedgePart116.Anchored = true
  7242. WedgePart116.CanCollide = false
  7243. WedgePart116.FormFactor = Enum.FormFactor.Custom
  7244. WedgePart116.Size = Vector3.new(1.07961369, 0.411102206, 0.228318691)
  7245. WedgePart116.CFrame = CFrame.new(-164.485184, 3.39574361, -3.10386753, 0.000346999208, 6.20021528e-05, 1, -6.49973736e-05, -1, 6.20247156e-05, 1, -6.50188886e-05, -0.000346995163)
  7246. WedgePart116.BottomSurface = Enum.SurfaceType.Smooth
  7247. WedgePart116.Color = Color3.new(1, 0, 0)
  7248. WedgePart116.Position = Vector3.new(-164.485184, 3.39574361, -3.10386753)
  7249. WedgePart116.Orientation = Vector3.new(0, 90.0199966, -180)
  7250. WedgePart116.Color = Color3.new(1, 0, 0)
  7251. Part117.Parent = Model109
  7252. Part117.Material = Enum.Material.SmoothPlastic
  7253. Part117.BrickColor = BrickColor.new("Really black")
  7254. Part117.Rotation = Vector3.new(0, -90, 0)
  7255. Part117.Anchored = true
  7256. Part117.CanCollide = false
  7257. Part117.FormFactor = Enum.FormFactor.Custom
  7258. Part117.Size = Vector3.new(0.102668688, 0.105483815, 0.10415902)
  7259. Part117.CFrame = CFrame.new(-164.499405, 3.77633905, -3.64679718, -0.000421000615, -2.51854744e-12, -1, 5.69984186e-05, 1, -2.39988953e-08, 0.999999881, -5.69984259e-05, -0.000421000674)
  7260. Part117.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7261. Part117.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7262. Part117.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7263. Part117.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7264. Part117.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7265. Part117.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7266. Part117.Position = Vector3.new(-164.499405, 3.77633905, -3.64679718)
  7267. Part117.Orientation = Vector3.new(0, -90.0199966, 0)
  7268. Part117.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7269. SpecialMesh118.Parent = Part117
  7270. SpecialMesh118.MeshType = Enum.MeshType.Sphere
  7271. WedgePart119.Parent = Model109
  7272. WedgePart119.Material = Enum.Material.SmoothPlastic
  7273. WedgePart119.BrickColor = BrickColor.new("Crimson")
  7274. WedgePart119.Rotation = Vector3.new(-180, -90, 0)
  7275. WedgePart119.Anchored = true
  7276. WedgePart119.CanCollide = false
  7277. WedgePart119.FormFactor = Enum.FormFactor.Custom
  7278. WedgePart119.Size = Vector3.new(1.07959187, 0.111851327, 1.07961822)
  7279. WedgePart119.CFrame = CFrame.new(-164.33136, 2.34886527, -3.10399747, -0.000347999216, 5.90020391e-05, -1, 5.89975789e-05, -1, -5.90225791e-05, -1, -5.90181116e-05, 0.000347995723)
  7280. WedgePart119.BottomSurface = Enum.SurfaceType.Smooth
  7281. WedgePart119.Color = Color3.new(1, 0, 0)
  7282. WedgePart119.Position = Vector3.new(-164.33136, 2.34886527, -3.10399747)
  7283. WedgePart119.Orientation = Vector3.new(0, -89.9799957, 180)
  7284. WedgePart119.Color = Color3.new(1, 0, 0)
  7285. WedgePart120.Parent = Model109
  7286. WedgePart120.Material = Enum.Material.SmoothPlastic
  7287. WedgePart120.BrickColor = BrickColor.new("Crimson")
  7288. WedgePart120.Rotation = Vector3.new(0, 90, 0)
  7289. WedgePart120.Anchored = true
  7290. WedgePart120.CanCollide = false
  7291. WedgePart120.FormFactor = Enum.FormFactor.Custom
  7292. WedgePart120.Size = Vector3.new(1.07961369, 0.109781489, 1.05963957)
  7293. WedgePart120.CFrame = CFrame.new(-164.321381, 2.55075097, -3.10397601, -0.000345999229, -6.20021528e-05, 1, 6.49973736e-05, 1, 6.20246501e-05, -1, 6.50188231e-05, -0.000345995184)
  7294. WedgePart120.BottomSurface = Enum.SurfaceType.Smooth
  7295. WedgePart120.Color = Color3.new(1, 0, 0)
  7296. WedgePart120.Position = Vector3.new(-164.321381, 2.55075097, -3.10397601)
  7297. WedgePart120.Orientation = Vector3.new(0, 90.0199966, 0)
  7298. WedgePart120.Color = Color3.new(1, 0, 0)
  7299. Part121.Parent = Model109
  7300. Part121.Material = Enum.Material.SmoothPlastic
  7301. Part121.BrickColor = BrickColor.new("Really black")
  7302. Part121.Rotation = Vector3.new(0, -90, 0)
  7303. Part121.Anchored = true
  7304. Part121.CanCollide = false
  7305. Part121.FormFactor = Enum.FormFactor.Custom
  7306. Part121.Size = Vector3.new(0.102668688, 0.105483815, 0.10415902)
  7307. Part121.CFrame = CFrame.new(-164.538956, 3.6434288, -3.64680862, -0.000421000615, -2.51854744e-12, -1, 5.69984186e-05, 1, -2.39988953e-08, 0.999999881, -5.69984259e-05, -0.000421000674)
  7308. Part121.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7309. Part121.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7310. Part121.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7311. Part121.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7312. Part121.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7313. Part121.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7314. Part121.Position = Vector3.new(-164.538956, 3.6434288, -3.64680862)
  7315. Part121.Orientation = Vector3.new(0, -90.0199966, 0)
  7316. Part121.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7317. SpecialMesh122.Parent = Part121
  7318. SpecialMesh122.MeshType = Enum.MeshType.Sphere
  7319. WedgePart123.Parent = Model109
  7320. WedgePart123.Material = Enum.Material.SmoothPlastic
  7321. WedgePart123.BrickColor = BrickColor.new("Really black")
  7322. WedgePart123.Rotation = Vector3.new(0, 90, 0)
  7323. WedgePart123.Anchored = true
  7324. WedgePart123.CanCollide = false
  7325. WedgePart123.FormFactor = Enum.FormFactor.Custom
  7326. WedgePart123.Size = Vector3.new(1.0596137, 0.109781489, 1.04963958)
  7327. WedgePart123.CFrame = CFrame.new(-164.326355, 2.35074925, -3.10399246, -0.000345999229, -6.20021528e-05, 1, 6.49973736e-05, 1, 6.20246501e-05, -1, 6.50188231e-05, -0.000345995184)
  7328. WedgePart123.BottomSurface = Enum.SurfaceType.Smooth
  7329. WedgePart123.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7330. WedgePart123.Position = Vector3.new(-164.326355, 2.35074925, -3.10399246)
  7331. WedgePart123.Orientation = Vector3.new(0, 90.0199966, 0)
  7332. WedgePart123.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7333. Part124.Parent = Model109
  7334. Part124.Material = Enum.Material.SmoothPlastic
  7335. Part124.BrickColor = BrickColor.new("Really black")
  7336. Part124.Rotation = Vector3.new(0, -90, 0)
  7337. Part124.Anchored = true
  7338. Part124.CanCollide = false
  7339. Part124.FormFactor = Enum.FormFactor.Custom
  7340. Part124.Size = Vector3.new(0.102668688, 0.105483815, 0.10415902)
  7341. Part124.CFrame = CFrame.new(-164.408951, 3.68405199, -2.55731606, -0.000421000615, -2.51854744e-12, -1, 5.69984186e-05, 1, -2.39988953e-08, 0.999999881, -5.69984259e-05, -0.000421000674)
  7342. Part124.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7343. Part124.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7344. Part124.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7345. Part124.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7346. Part124.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7347. Part124.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7348. Part124.Position = Vector3.new(-164.408951, 3.68405199, -2.55731606)
  7349. Part124.Orientation = Vector3.new(0, -90.0199966, 0)
  7350. Part124.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7351. SpecialMesh125.Parent = Part124
  7352. SpecialMesh125.MeshType = Enum.MeshType.Sphere
  7353. Part126.Parent = Model109
  7354. Part126.Material = Enum.Material.SmoothPlastic
  7355. Part126.BrickColor = BrickColor.new("Really black")
  7356. Part126.Rotation = Vector3.new(0, -90, 0)
  7357. Part126.Anchored = true
  7358. Part126.CanCollide = false
  7359. Part126.FormFactor = Enum.FormFactor.Custom
  7360. Part126.Size = Vector3.new(0.102668688, 0.105483815, 0.10415902)
  7361. Part126.CFrame = CFrame.new(-164.499405, 3.77633905, -2.55736113, -0.000421000615, -2.51854744e-12, -1, 5.69984186e-05, 1, -2.39988953e-08, 0.999999881, -5.69984259e-05, -0.000421000674)
  7362. Part126.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7363. Part126.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7364. Part126.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7365. Part126.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7366. Part126.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7367. Part126.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7368. Part126.Position = Vector3.new(-164.499405, 3.77633905, -2.55736113)
  7369. Part126.Orientation = Vector3.new(0, -90.0199966, 0)
  7370. Part126.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7371. SpecialMesh127.Parent = Part126
  7372. SpecialMesh127.MeshType = Enum.MeshType.Sphere
  7373. Part128.Parent = Model109
  7374. Part128.Material = Enum.Material.SmoothPlastic
  7375. Part128.BrickColor = BrickColor.new("Really black")
  7376. Part128.Rotation = Vector3.new(0, -90, 0)
  7377. Part128.Anchored = true
  7378. Part128.CanCollide = false
  7379. Part128.FormFactor = Enum.FormFactor.Custom
  7380. Part128.Size = Vector3.new(0.102668688, 0.105483815, 0.10415902)
  7381. Part128.CFrame = CFrame.new(-164.538956, 3.6434288, -2.55736494, -0.000421000615, -2.51854744e-12, -1, 5.69984186e-05, 1, -2.39988953e-08, 0.999999881, -5.69984259e-05, -0.000421000674)
  7382. Part128.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7383. Part128.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7384. Part128.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7385. Part128.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7386. Part128.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7387. Part128.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7388. Part128.Position = Vector3.new(-164.538956, 3.6434288, -2.55736494)
  7389. Part128.Orientation = Vector3.new(0, -90.0199966, 0)
  7390. Part128.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7391. SpecialMesh129.Parent = Part128
  7392. SpecialMesh129.MeshType = Enum.MeshType.Sphere
  7393. Part130.Parent = Model109
  7394. Part130.Material = Enum.Material.SmoothPlastic
  7395. Part130.BrickColor = BrickColor.new("Crimson")
  7396. Part130.Rotation = Vector3.new(0, -0.0199999996, 0)
  7397. Part130.Anchored = true
  7398. Part130.CanCollide = false
  7399. Part130.FormFactor = Enum.FormFactor.Custom
  7400. Part130.Size = Vector3.new(0.579970837, 0.403198928, 1.07996988)
  7401. Part130.CFrame = CFrame.new(-164.081253, 3.40068889, -3.10336709, 1, 2.01892973e-08, -0.000412000634, 1.10730706e-12, 1, 4.90057682e-05, 0.000412000634, -4.9005761e-05, 1)
  7402. Part130.BottomSurface = Enum.SurfaceType.Smooth
  7403. Part130.TopSurface = Enum.SurfaceType.Smooth
  7404. Part130.Color = Color3.new(1, 0, 0)
  7405. Part130.Position = Vector3.new(-164.081253, 3.40068889, -3.10336709)
  7406. Part130.Orientation = Vector3.new(0, -0.0199999996, 0)
  7407. Part130.Color = Color3.new(1, 0, 0)
  7408. Part131.Parent = Model109
  7409. Part131.Material = Enum.Material.SmoothPlastic
  7410. Part131.BrickColor = BrickColor.new("Crimson")
  7411. Part131.Rotation = Vector3.new(0, -0.0199999996, 0)
  7412. Part131.Anchored = true
  7413. Part131.CanCollide = false
  7414. Part131.FormFactor = Enum.FormFactor.Custom
  7415. Part131.Size = Vector3.new(1.09998584, 0.478696674, 1.09998477)
  7416. Part131.CFrame = CFrame.new(-164.331253, 3.84068656, -3.10349154, 1, 2.01892973e-08, -0.000412000634, 1.10730706e-12, 1, 4.90057682e-05, 0.000412000634, -4.9005761e-05, 1)
  7417. Part131.BottomSurface = Enum.SurfaceType.Smooth
  7418. Part131.TopSurface = Enum.SurfaceType.Smooth
  7419. Part131.Color = Color3.new(1, 0, 0)
  7420. Part131.Position = Vector3.new(-164.331253, 3.84068656, -3.10349154)
  7421. Part131.Orientation = Vector3.new(0, -0.0199999996, 0)
  7422. Part131.Color = Color3.new(1, 0, 0)
  7423. WedgePart132.Parent = Model109
  7424. WedgePart132.Material = Enum.Material.SmoothPlastic
  7425. WedgePart132.BrickColor = BrickColor.new("Crimson")
  7426. WedgePart132.Rotation = Vector3.new(-180, -90, 0)
  7427. WedgePart132.Anchored = true
  7428. WedgePart132.CanCollide = false
  7429. WedgePart132.FormFactor = Enum.FormFactor.Custom
  7430. WedgePart132.Size = Vector3.new(1.09998381, 0.203700706, 0.712952554)
  7431. WedgePart132.CFrame = CFrame.new(-164.520737, 3.49944043, -3.10384846, -0.000346999208, 4.00013814e-05, -1, 6.99971933e-05, -1, -4.00256758e-05, -1, -7.00110759e-05, 0.000346996414)
  7432. WedgePart132.BottomSurface = Enum.SurfaceType.Smooth
  7433. WedgePart132.Color = Color3.new(1, 0, 0)
  7434. WedgePart132.Position = Vector3.new(-164.520737, 3.49944043, -3.10384846)
  7435. WedgePart132.Orientation = Vector3.new(0, -89.9799957, 180)
  7436. WedgePart132.Color = Color3.new(1, 0, 0)
  7437. WedgePart133.Parent = Model109
  7438. WedgePart133.Material = Enum.Material.SmoothPlastic
  7439. WedgePart133.BrickColor = BrickColor.new("Crimson")
  7440. WedgePart133.Rotation = Vector3.new(-180, 90, 0)
  7441. WedgePart133.Anchored = true
  7442. WedgePart133.CanCollide = false
  7443. WedgePart133.FormFactor = Enum.FormFactor.Custom
  7444. WedgePart133.Size = Vector3.new(1.07961369, 0.211102217, 0.598318696)
  7445. WedgePart133.CFrame = CFrame.new(-164.090149, 3.09576297, -3.10402656, 0.000346999208, 6.20021528e-05, 1, -6.49973736e-05, -1, 6.20247156e-05, 1, -6.50188886e-05, -0.000346995163)
  7446. WedgePart133.BottomSurface = Enum.SurfaceType.Smooth
  7447. WedgePart133.Color = Color3.new(1, 0, 0)
  7448. WedgePart133.Position = Vector3.new(-164.090149, 3.09576297, -3.10402656)
  7449. WedgePart133.Orientation = Vector3.new(0, 90.0199966, -180)
  7450. WedgePart133.Color = Color3.new(1, 0, 0)
  7451. WedgePart134.Parent = Model109
  7452. WedgePart134.Material = Enum.Material.SmoothPlastic
  7453. WedgePart134.BrickColor = BrickColor.new("Crimson")
  7454. WedgePart134.Rotation = Vector3.new(-180, 90, 0)
  7455. WedgePart134.Anchored = true
  7456. WedgePart134.CanCollide = false
  7457. WedgePart134.FormFactor = Enum.FormFactor.Custom
  7458. WedgePart134.Size = Vector3.new(1.09998381, 0.305551082, 0.509251714)
  7459. WedgePart134.CFrame = CFrame.new(-164.035431, 3.44854331, -3.10402298, 0.000346999208, 6.20021528e-05, 1, -6.49973736e-05, -1, 6.20247156e-05, 1, -6.50188886e-05, -0.000346995163)
  7460. WedgePart134.BottomSurface = Enum.SurfaceType.Smooth
  7461. WedgePart134.Color = Color3.new(1, 0, 0)
  7462. WedgePart134.Position = Vector3.new(-164.035431, 3.44854331, -3.10402298)
  7463. WedgePart134.Orientation = Vector3.new(0, 90.0199966, -180)
  7464. WedgePart134.Color = Color3.new(1, 0, 0)
  7465. WedgePart135.Parent = Model109
  7466. WedgePart135.Material = Enum.Material.SmoothPlastic
  7467. WedgePart135.BrickColor = BrickColor.new("Really black")
  7468. WedgePart135.Rotation = Vector3.new(-180, -90, 0)
  7469. WedgePart135.Anchored = true
  7470. WedgePart135.CanCollide = false
  7471. WedgePart135.FormFactor = Enum.FormFactor.Custom
  7472. WedgePart135.Size = Vector3.new(1.07959187, 0.111851327, 1.07961822)
  7473. WedgePart135.CFrame = CFrame.new(-164.33139, 2.55263495, -3.10398483, -0.000346999208, 6.20021092e-05, -1, 6.29974384e-05, -1, -6.20239734e-05, -1, -6.30189534e-05, 0.000346995308)
  7474. WedgePart135.BottomSurface = Enum.SurfaceType.Smooth
  7475. WedgePart135.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7476. WedgePart135.Position = Vector3.new(-164.33139, 2.55263495, -3.10398483)
  7477. WedgePart135.Orientation = Vector3.new(0, -89.9799957, 180)
  7478. WedgePart135.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7479. Part136.Parent = Model109
  7480. Part136.Material = Enum.Material.SmoothPlastic
  7481. Part136.BrickColor = BrickColor.new("Crimson")
  7482. Part136.Rotation = Vector3.new(0, -0.0199999996, 0)
  7483. Part136.Anchored = true
  7484. Part136.CanCollide = false
  7485. Part136.FormFactor = Enum.FormFactor.Custom
  7486. Part136.Size = Vector3.new(1.07997096, 0.103198931, 1.07996988)
  7487. Part136.CFrame = CFrame.new(-164.331268, 2.4506886, -3.10342121, 1, 2.01892973e-08, -0.000412000634, 1.10730706e-12, 1, 4.90057682e-05, 0.000412000634, -4.9005761e-05, 1)
  7488. Part136.BottomSurface = Enum.SurfaceType.Smooth
  7489. Part136.TopSurface = Enum.SurfaceType.Smooth
  7490. Part136.Color = Color3.new(1, 0, 0)
  7491. Part136.Position = Vector3.new(-164.331268, 2.4506886, -3.10342121)
  7492. Part136.Orientation = Vector3.new(0, -0.0199999996, 0)
  7493. Part136.Color = Color3.new(1, 0, 0)
  7494. Model137.Name = "RightArm"
  7495. Model137.Parent = Model0
  7496. Part138.Name = "Right Arm1"
  7497. Part138.Parent = Model137
  7498. Part138.Material = Enum.Material.SmoothPlastic
  7499. Part138.BrickColor = BrickColor.new("Pastel brown")
  7500. Part138.Transparency = 1
  7501. Part138.Rotation = Vector3.new(180, 0, 180)
  7502. Part138.Anchored = true
  7503. Part138.CanCollide = false
  7504. Part138.FormFactor = Enum.FormFactor.Plate
  7505. Part138.Size = Vector3.new(1, 2, 1)
  7506. Part138.CFrame = CFrame.new(-167.386475, 3.02974749, -3.09775853, -1, -4.45863843e-05, 3.27858179e-05, -4.4587523e-05, 1, -3.47699752e-05, -3.27842681e-05, -3.47714376e-05, -1)
  7507. Part138.BottomSurface = Enum.SurfaceType.Smooth
  7508. Part138.TopSurface = Enum.SurfaceType.Smooth
  7509. Part138.Color = Color3.new(1, 0, 0)
  7510. Part138.Position = Vector3.new(-167.386475, 3.02974749, -3.09775853)
  7511. Part138.Orientation = Vector3.new(0, 180, 0)
  7512. Part138.Color = Color3.new(1, 0, 0)
  7513. Part139.Parent = Model137
  7514. Part139.Material = Enum.Material.SmoothPlastic
  7515. Part139.BrickColor = BrickColor.new("Really black")
  7516. Part139.Rotation = Vector3.new(-180, 0.0199999996, 180)
  7517. Part139.Anchored = true
  7518. Part139.CanCollide = false
  7519. Part139.FormFactor = Enum.FormFactor.Custom
  7520. Part139.Size = Vector3.new(0.859985828, 0.351289213, 1.0599848)
  7521. Part139.CFrame = CFrame.new(-167.470261, 2.1756897, -3.1119113, -1, -2.01881392e-08, 0.000412000285, -1.1137611e-12, 1, 4.89976082e-05, -0.000412000285, 4.8997601e-05, -1)
  7522. Part139.BottomSurface = Enum.SurfaceType.Smooth
  7523. Part139.TopSurface = Enum.SurfaceType.Smooth
  7524. Part139.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7525. Part139.Position = Vector3.new(-167.470261, 2.1756897, -3.1119113)
  7526. Part139.Orientation = Vector3.new(0, 179.979996, 0)
  7527. Part139.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7528. Part140.Parent = Model137
  7529. Part140.Material = Enum.Material.SmoothPlastic
  7530. Part140.BrickColor = BrickColor.new("Really black")
  7531. Part140.Rotation = Vector3.new(-180, 0.0199999996, 180)
  7532. Part140.Anchored = true
  7533. Part140.CanCollide = false
  7534. Part140.FormFactor = Enum.FormFactor.Custom
  7535. Part140.Size = Vector3.new(1.04998589, 0.251289219, 1.0599848)
  7536. Part140.CFrame = CFrame.new(-167.375259, 2.22568798, -3.11186886, -1, -2.01881392e-08, 0.000412000285, -1.1137611e-12, 1, 4.89976082e-05, -0.000412000285, 4.8997601e-05, -1)
  7537. Part140.BottomSurface = Enum.SurfaceType.Smooth
  7538. Part140.TopSurface = Enum.SurfaceType.Smooth
  7539. Part140.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7540. Part140.Position = Vector3.new(-167.375259, 2.22568798, -3.11186886)
  7541. Part140.Orientation = Vector3.new(0, 179.979996, 0)
  7542. Part140.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7543. Part141.Parent = Model137
  7544. Part141.Material = Enum.Material.SmoothPlastic
  7545. Part141.BrickColor = BrickColor.new("Really black")
  7546. Part141.Rotation = Vector3.new(-180, 0.0199999996, 180)
  7547. Part141.Anchored = true
  7548. Part141.CanCollide = false
  7549. Part141.FormFactor = Enum.FormFactor.Custom
  7550. Part141.Size = Vector3.new(1.05998588, 1.05128932, 1.0599848)
  7551. Part141.CFrame = CFrame.new(-167.370255, 3.12568855, -3.11182547, -1, -2.01881392e-08, 0.000412000285, -1.1137611e-12, 1, 4.89976082e-05, -0.000412000285, 4.8997601e-05, -1)
  7552. Part141.BottomSurface = Enum.SurfaceType.Smooth
  7553. Part141.TopSurface = Enum.SurfaceType.Smooth
  7554. Part141.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7555. Part141.Position = Vector3.new(-167.370255, 3.12568855, -3.11182547)
  7556. Part141.Orientation = Vector3.new(0, 179.979996, 0)
  7557. Part141.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7558. Part142.Parent = Model137
  7559. Part142.Material = Enum.Material.SmoothPlastic
  7560. Part142.BrickColor = BrickColor.new("Really black")
  7561. Part142.Rotation = Vector3.new(0, 90, 0)
  7562. Part142.Anchored = true
  7563. Part142.CanCollide = false
  7564. Part142.FormFactor = Enum.FormFactor.Custom
  7565. Part142.Size = Vector3.new(0.102668688, 0.105483815, 0.10415902)
  7566. Part142.CFrame = CFrame.new(-167.292572, 3.68405223, -2.56852841, 0.000421981793, -8.60980887e-09, 1, 5.69897966e-05, 1, -1.5438852e-08, -0.999999881, 5.69898002e-05, 0.000421981851)
  7567. Part142.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7568. Part142.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7569. Part142.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7570. Part142.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7571. Part142.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7572. Part142.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7573. Part142.Position = Vector3.new(-167.292572, 3.68405223, -2.56852841)
  7574. Part142.Orientation = Vector3.new(0, 89.9799957, 0)
  7575. Part142.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7576. SpecialMesh143.Parent = Part142
  7577. SpecialMesh143.MeshType = Enum.MeshType.Sphere
  7578. WedgePart144.Parent = Model137
  7579. WedgePart144.Material = Enum.Material.SmoothPlastic
  7580. WedgePart144.BrickColor = BrickColor.new("Crimson")
  7581. WedgePart144.Rotation = Vector3.new(180, -90, 0)
  7582. WedgePart144.Anchored = true
  7583. WedgePart144.CanCollide = false
  7584. WedgePart144.FormFactor = Enum.FormFactor.Custom
  7585. WedgePart144.Size = Vector3.new(1.07961369, 0.411102206, 0.228318691)
  7586. WedgePart144.CFrame = CFrame.new(-167.216339, 3.39574456, -3.11141706, -0.000346999208, -5.50018995e-05, -1, -6.49980866e-05, -1, 5.50244622e-05, -1, 6.50171714e-05, 0.000346995628)
  7587. WedgePart144.BottomSurface = Enum.SurfaceType.Smooth
  7588. WedgePart144.Color = Color3.new(1, 0, 0)
  7589. WedgePart144.Position = Vector3.new(-167.216339, 3.39574456, -3.11141706)
  7590. WedgePart144.Orientation = Vector3.new(0, -89.9799957, -180)
  7591. WedgePart144.Color = Color3.new(1, 0, 0)
  7592. Part145.Parent = Model137
  7593. Part145.Material = Enum.Material.SmoothPlastic
  7594. Part145.BrickColor = BrickColor.new("Really black")
  7595. Part145.Rotation = Vector3.new(0, 90, 0)
  7596. Part145.Anchored = true
  7597. Part145.CanCollide = false
  7598. Part145.FormFactor = Enum.FormFactor.Custom
  7599. Part145.Size = Vector3.new(0.102668688, 0.105483815, 0.10415902)
  7600. Part145.CFrame = CFrame.new(-167.202133, 3.77633929, -2.56848478, 0.000421981793, -8.60980887e-09, 1, 5.69897966e-05, 1, -1.5438852e-08, -0.999999881, 5.69898002e-05, 0.000421981851)
  7601. Part145.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7602. Part145.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7603. Part145.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7604. Part145.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7605. Part145.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7606. Part145.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7607. Part145.Position = Vector3.new(-167.202133, 3.77633929, -2.56848478)
  7608. Part145.Orientation = Vector3.new(0, 89.9799957, 0)
  7609. Part145.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7610. SpecialMesh146.Parent = Part145
  7611. SpecialMesh146.MeshType = Enum.MeshType.Sphere
  7612. WedgePart147.Parent = Model137
  7613. WedgePart147.Material = Enum.Material.SmoothPlastic
  7614. WedgePart147.BrickColor = BrickColor.new("Crimson")
  7615. WedgePart147.Rotation = Vector3.new(180, 90, 0)
  7616. WedgePart147.Anchored = true
  7617. WedgePart147.CanCollide = false
  7618. WedgePart147.FormFactor = Enum.FormFactor.Custom
  7619. WedgePart147.Size = Vector3.new(1.07959187, 0.111851327, 1.07961822)
  7620. WedgePart147.CFrame = CFrame.new(-167.370148, 2.34886456, -3.1112895, 0.000347999216, -5.60019398e-05, 1, 5.89982956e-05, -1, -5.60224762e-05, 1, 5.90177842e-05, -0.000347995898)
  7621. WedgePart147.BottomSurface = Enum.SurfaceType.Smooth
  7622. WedgePart147.Color = Color3.new(1, 0, 0)
  7623. WedgePart147.Position = Vector3.new(-167.370148, 2.34886456, -3.1112895)
  7624. WedgePart147.Orientation = Vector3.new(0, 90.0199966, 180)
  7625. WedgePart147.Color = Color3.new(1, 0, 0)
  7626. WedgePart148.Parent = Model137
  7627. WedgePart148.Material = Enum.Material.SmoothPlastic
  7628. WedgePart148.BrickColor = BrickColor.new("Crimson")
  7629. WedgePart148.Rotation = Vector3.new(0, -90, 0)
  7630. WedgePart148.Anchored = true
  7631. WedgePart148.CanCollide = false
  7632. WedgePart148.FormFactor = Enum.FormFactor.Custom
  7633. WedgePart148.Size = Vector3.new(1.07961369, 0.109781489, 1.05963957)
  7634. WedgePart148.CFrame = CFrame.new(-167.380127, 2.55075169, -3.11130834, 0.000345999229, 5.60019325e-05, -1, 6.49980866e-05, 1, 5.60244262e-05, 1, -6.50174625e-05, 0.000345995591)
  7635. WedgePart148.BottomSurface = Enum.SurfaceType.Smooth
  7636. WedgePart148.Color = Color3.new(1, 0, 0)
  7637. WedgePart148.Position = Vector3.new(-167.380127, 2.55075169, -3.11130834)
  7638. WedgePart148.Orientation = Vector3.new(0, -89.9799957, 0)
  7639. WedgePart148.Color = Color3.new(1, 0, 0)
  7640. Part149.Parent = Model137
  7641. Part149.Material = Enum.Material.SmoothPlastic
  7642. Part149.BrickColor = BrickColor.new("Really black")
  7643. Part149.Rotation = Vector3.new(0, 90, 0)
  7644. Part149.Anchored = true
  7645. Part149.CanCollide = false
  7646. Part149.FormFactor = Enum.FormFactor.Custom
  7647. Part149.Size = Vector3.new(0.102668688, 0.105483815, 0.10415902)
  7648. Part149.CFrame = CFrame.new(-167.162567, 3.64342952, -2.56847668, 0.000421981793, -8.60980887e-09, 1, 5.69897966e-05, 1, -1.5438852e-08, -0.999999881, 5.69898002e-05, 0.000421981851)
  7649. Part149.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7650. Part149.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7651. Part149.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7652. Part149.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7653. Part149.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7654. Part149.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7655. Part149.Position = Vector3.new(-167.162567, 3.64342952, -2.56847668)
  7656. Part149.Orientation = Vector3.new(0, 89.9799957, 0)
  7657. Part149.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7658. SpecialMesh150.Parent = Part149
  7659. SpecialMesh150.MeshType = Enum.MeshType.Sphere
  7660. WedgePart151.Parent = Model137
  7661. WedgePart151.Material = Enum.Material.SmoothPlastic
  7662. WedgePart151.BrickColor = BrickColor.new("Really black")
  7663. WedgePart151.Rotation = Vector3.new(0, -90, 0)
  7664. WedgePart151.Anchored = true
  7665. WedgePart151.CanCollide = false
  7666. WedgePart151.FormFactor = Enum.FormFactor.Custom
  7667. WedgePart151.Size = Vector3.new(1.0596137, 0.109781489, 1.04963958)
  7668. WedgePart151.CFrame = CFrame.new(-167.375153, 2.35074949, -3.11129141, 0.000345999229, 5.60019325e-05, -1, 6.49980866e-05, 1, 5.60244262e-05, 1, -6.50174625e-05, 0.000345995591)
  7669. WedgePart151.BottomSurface = Enum.SurfaceType.Smooth
  7670. WedgePart151.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7671. WedgePart151.Position = Vector3.new(-167.375153, 2.35074949, -3.11129141)
  7672. WedgePart151.Orientation = Vector3.new(0, -89.9799957, 0)
  7673. WedgePart151.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7674. Part152.Parent = Model137
  7675. Part152.Material = Enum.Material.SmoothPlastic
  7676. Part152.BrickColor = BrickColor.new("Really black")
  7677. Part152.Rotation = Vector3.new(0, 90, 0)
  7678. Part152.Anchored = true
  7679. Part152.CanCollide = false
  7680. Part152.FormFactor = Enum.FormFactor.Custom
  7681. Part152.Size = Vector3.new(0.102668688, 0.105483815, 0.10415902)
  7682. Part152.CFrame = CFrame.new(-167.292572, 3.68405199, -3.65795851, 0.000421981793, -8.60980887e-09, 1, 5.69897966e-05, 1, -1.5438852e-08, -0.999999881, 5.69898002e-05, 0.000421981851)
  7683. Part152.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7684. Part152.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7685. Part152.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7686. Part152.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7687. Part152.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7688. Part152.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7689. Part152.Position = Vector3.new(-167.292572, 3.68405199, -3.65795851)
  7690. Part152.Orientation = Vector3.new(0, 89.9799957, 0)
  7691. Part152.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7692. SpecialMesh153.Parent = Part152
  7693. SpecialMesh153.MeshType = Enum.MeshType.Sphere
  7694. Part154.Parent = Model137
  7695. Part154.Material = Enum.Material.SmoothPlastic
  7696. Part154.BrickColor = BrickColor.new("Really black")
  7697. Part154.Rotation = Vector3.new(0, 90, 0)
  7698. Part154.Anchored = true
  7699. Part154.CanCollide = false
  7700. Part154.FormFactor = Enum.FormFactor.Custom
  7701. Part154.Size = Vector3.new(0.102668688, 0.105483815, 0.10415902)
  7702. Part154.CFrame = CFrame.new(-167.202133, 3.77633905, -3.6579175, 0.000421981793, -8.60980887e-09, 1, 5.69897966e-05, 1, -1.5438852e-08, -0.999999881, 5.69898002e-05, 0.000421981851)
  7703. Part154.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7704. Part154.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7705. Part154.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7706. Part154.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7707. Part154.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7708. Part154.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7709. Part154.Position = Vector3.new(-167.202133, 3.77633905, -3.6579175)
  7710. Part154.Orientation = Vector3.new(0, 89.9799957, 0)
  7711. Part154.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7712. SpecialMesh155.Parent = Part154
  7713. SpecialMesh155.MeshType = Enum.MeshType.Sphere
  7714. Part156.Parent = Model137
  7715. Part156.Material = Enum.Material.SmoothPlastic
  7716. Part156.BrickColor = BrickColor.new("Really black")
  7717. Part156.Rotation = Vector3.new(0, 90, 0)
  7718. Part156.Anchored = true
  7719. Part156.CanCollide = false
  7720. Part156.FormFactor = Enum.FormFactor.Custom
  7721. Part156.Size = Vector3.new(0.102668688, 0.105483815, 0.10415902)
  7722. Part156.CFrame = CFrame.new(-167.162567, 3.64342928, -3.65790868, 0.000421981793, -8.60980887e-09, 1, 5.69897966e-05, 1, -1.5438852e-08, -0.999999881, 5.69898002e-05, 0.000421981851)
  7723. Part156.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7724. Part156.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7725. Part156.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7726. Part156.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7727. Part156.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7728. Part156.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7729. Part156.Position = Vector3.new(-167.162567, 3.64342928, -3.65790868)
  7730. Part156.Orientation = Vector3.new(0, 89.9799957, 0)
  7731. Part156.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7732. SpecialMesh157.Parent = Part156
  7733. SpecialMesh157.MeshType = Enum.MeshType.Sphere
  7734. Part158.Parent = Model137
  7735. Part158.Material = Enum.Material.SmoothPlastic
  7736. Part158.BrickColor = BrickColor.new("Crimson")
  7737. Part158.Rotation = Vector3.new(-180, 0.0199999996, 180)
  7738. Part158.Anchored = true
  7739. Part158.CanCollide = false
  7740. Part158.FormFactor = Enum.FormFactor.Custom
  7741. Part158.Size = Vector3.new(0.579970837, 0.403198928, 1.07996988)
  7742. Part158.CFrame = CFrame.new(-167.620255, 3.4006896, -3.11192274, -1, -2.01881392e-08, 0.000412000285, -1.1137611e-12, 1, 4.89976082e-05, -0.000412000285, 4.8997601e-05, -1)
  7743. Part158.BottomSurface = Enum.SurfaceType.Smooth
  7744. Part158.TopSurface = Enum.SurfaceType.Smooth
  7745. Part158.Color = Color3.new(1, 0, 0)
  7746. Part158.Position = Vector3.new(-167.620255, 3.4006896, -3.11192274)
  7747. Part158.Orientation = Vector3.new(0, 179.979996, 0)
  7748. Part158.Color = Color3.new(1, 0, 0)
  7749. Part159.Parent = Model137
  7750. Part159.Material = Enum.Material.SmoothPlastic
  7751. Part159.BrickColor = BrickColor.new("Crimson")
  7752. Part159.Rotation = Vector3.new(-180, 0.0199999996, 180)
  7753. Part159.Anchored = true
  7754. Part159.CanCollide = false
  7755. Part159.FormFactor = Enum.FormFactor.Custom
  7756. Part159.Size = Vector3.new(1.07997096, 0.103198931, 1.07996988)
  7757. Part159.CFrame = CFrame.new(-167.370255, 2.45068908, -3.11186814, -1, -2.01881392e-08, 0.000412000285, -1.1137611e-12, 1, 4.89976082e-05, -0.000412000285, 4.8997601e-05, -1)
  7758. Part159.BottomSurface = Enum.SurfaceType.Smooth
  7759. Part159.TopSurface = Enum.SurfaceType.Smooth
  7760. Part159.Color = Color3.new(1, 0, 0)
  7761. Part159.Position = Vector3.new(-167.370255, 2.45068908, -3.11186814)
  7762. Part159.Orientation = Vector3.new(0, 179.979996, 0)
  7763. Part159.Color = Color3.new(1, 0, 0)
  7764. WedgePart160.Parent = Model137
  7765. WedgePart160.Material = Enum.Material.SmoothPlastic
  7766. WedgePart160.BrickColor = BrickColor.new("Crimson")
  7767. WedgePart160.Rotation = Vector3.new(180, 90, 0)
  7768. WedgePart160.Anchored = true
  7769. WedgePart160.CanCollide = false
  7770. WedgePart160.FormFactor = Enum.FormFactor.Custom
  7771. WedgePart160.Size = Vector3.new(1.09998381, 0.203700706, 0.712952554)
  7772. WedgePart160.CFrame = CFrame.new(-167.180801, 3.49944162, -3.11143732, 0.000346422399, -4.89782542e-05, 1, 6.95269046e-05, -1, -4.90023413e-05, 1, 6.95438721e-05, -0.000346418994)
  7773. WedgePart160.BottomSurface = Enum.SurfaceType.Smooth
  7774. WedgePart160.Color = Color3.new(1, 0, 0)
  7775. WedgePart160.Position = Vector3.new(-167.180801, 3.49944162, -3.11143732)
  7776. WedgePart160.Orientation = Vector3.new(0, 90.0199966, 180)
  7777. WedgePart160.Color = Color3.new(1, 0, 0)
  7778. WedgePart161.Parent = Model137
  7779. WedgePart161.Material = Enum.Material.SmoothPlastic
  7780. WedgePart161.BrickColor = BrickColor.new("Crimson")
  7781. WedgePart161.Rotation = Vector3.new(180, -90, 0)
  7782. WedgePart161.Anchored = true
  7783. WedgePart161.CanCollide = false
  7784. WedgePart161.FormFactor = Enum.FormFactor.Custom
  7785. WedgePart161.Size = Vector3.new(1.07961369, 0.211102217, 0.598318696)
  7786. WedgePart161.CFrame = CFrame.new(-167.611374, 3.09576392, -3.11126065, -0.000346999208, -5.50018995e-05, -1, -6.49980866e-05, -1, 5.50244622e-05, -1, 6.50171714e-05, 0.000346995628)
  7787. WedgePart161.BottomSurface = Enum.SurfaceType.Smooth
  7788. WedgePart161.Color = Color3.new(1, 0, 0)
  7789. WedgePart161.Position = Vector3.new(-167.611374, 3.09576392, -3.11126065)
  7790. WedgePart161.Orientation = Vector3.new(0, -89.9799957, -180)
  7791. WedgePart161.Color = Color3.new(1, 0, 0)
  7792. WedgePart162.Parent = Model137
  7793. WedgePart162.Material = Enum.Material.SmoothPlastic
  7794. WedgePart162.BrickColor = BrickColor.new("Crimson")
  7795. WedgePart162.Rotation = Vector3.new(180, -90, 0)
  7796. WedgePart162.Anchored = true
  7797. WedgePart162.CanCollide = false
  7798. WedgePart162.FormFactor = Enum.FormFactor.Custom
  7799. WedgePart162.Size = Vector3.new(1.09998381, 0.305551082, 0.509251714)
  7800. WedgePart162.CFrame = CFrame.new(-167.666092, 3.44854331, -3.11126304, -0.000346999208, -5.50018995e-05, -1, -6.49980866e-05, -1, 5.50244622e-05, -1, 6.50171714e-05, 0.000346995628)
  7801. WedgePart162.BottomSurface = Enum.SurfaceType.Smooth
  7802. WedgePart162.Color = Color3.new(1, 0, 0)
  7803. WedgePart162.Position = Vector3.new(-167.666092, 3.44854331, -3.11126304)
  7804. WedgePart162.Orientation = Vector3.new(0, -89.9799957, -180)
  7805. WedgePart162.Color = Color3.new(1, 0, 0)
  7806. WedgePart163.Parent = Model137
  7807. WedgePart163.Material = Enum.Material.SmoothPlastic
  7808. WedgePart163.BrickColor = BrickColor.new("Really black")
  7809. WedgePart163.Rotation = Vector3.new(180, 90, 0)
  7810. WedgePart163.Anchored = true
  7811. WedgePart163.CanCollide = false
  7812. WedgePart163.FormFactor = Enum.FormFactor.Custom
  7813. WedgePart163.Size = Vector3.new(1.07959187, 0.111851327, 1.07961822)
  7814. WedgePart163.CFrame = CFrame.new(-167.370132, 2.55263567, -3.11130142, 0.000346999208, -5.60019398e-05, 1, 6.2998166e-05, -1, -5.60238041e-05, 1, 6.30176e-05, -0.000346995686)
  7815. WedgePart163.BottomSurface = Enum.SurfaceType.Smooth
  7816. WedgePart163.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7817. WedgePart163.Position = Vector3.new(-167.370132, 2.55263567, -3.11130142)
  7818. WedgePart163.Orientation = Vector3.new(0, 90.0199966, 180)
  7819. WedgePart163.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7820. Part164.Parent = Model137
  7821. Part164.Material = Enum.Material.SmoothPlastic
  7822. Part164.BrickColor = BrickColor.new("Crimson")
  7823. Part164.Rotation = Vector3.new(-180, 0.0199999996, 180)
  7824. Part164.Anchored = true
  7825. Part164.CanCollide = false
  7826. Part164.FormFactor = Enum.FormFactor.Custom
  7827. Part164.Size = Vector3.new(1.09998584, 0.478696674, 1.09998477)
  7828. Part164.CFrame = CFrame.new(-167.370255, 3.84068775, -3.11179137, -1, -2.01881392e-08, 0.000412000285, -1.1137611e-12, 1, 4.89976082e-05, -0.000412000285, 4.8997601e-05, -1)
  7829. Part164.BottomSurface = Enum.SurfaceType.Smooth
  7830. Part164.TopSurface = Enum.SurfaceType.Smooth
  7831. Part164.Color = Color3.new(1, 0, 0)
  7832. Part164.Position = Vector3.new(-167.370255, 3.84068775, -3.11179137)
  7833. Part164.Orientation = Vector3.new(0, 179.979996, 0)
  7834. Part164.Color = Color3.new(1, 0, 0)
  7835. Model165.Name = "LeftLeg"
  7836. Model165.Parent = Model0
  7837. Part166.Name = "Left Leg1"
  7838. Part166.Parent = Model165
  7839. Part166.Material = Enum.Material.SmoothPlastic
  7840. Part166.BrickColor = BrickColor.new("Pastel brown")
  7841. Part166.Transparency = 1
  7842. Part166.Rotation = Vector3.new(-180, 0, 180)
  7843. Part166.Anchored = true
  7844. Part166.CanCollide = false
  7845. Part166.FormFactor = Enum.FormFactor.Plate
  7846. Part166.Size = Vector3.new(1, 2, 1)
  7847. Part166.CFrame = CFrame.new(-165.385162, 1.02999675, -3.09893227, -1, -4.45883852e-05, 3.27830967e-05, -4.4587523e-05, 1, 2.6273985e-05, -3.27842681e-05, 2.62725225e-05, -1)
  7848. Part166.Color = Color3.new(1, 0, 0)
  7849. Part166.Position = Vector3.new(-165.385162, 1.02999675, -3.09893227)
  7850. Part166.Orientation = Vector3.new(0, 180, 0)
  7851. Part166.Color = Color3.new(1, 0, 0)
  7852. Part167.Parent = Model165
  7853. Part167.Material = Enum.Material.SmoothPlastic
  7854. Part167.BrickColor = BrickColor.new("Really black")
  7855. Part167.Rotation = Vector3.new(-180, 0.0199999996, 180)
  7856. Part167.Anchored = true
  7857. Part167.CanCollide = false
  7858. Part167.FormFactor = Enum.FormFactor.Custom
  7859. Part167.Size = Vector3.new(1.07334292, 0.120956816, 1.06512928)
  7860. Part167.CFrame = CFrame.new(-165.388123, 0.0605266094, -3.11590648, -1, -2.01881392e-08, 0.000412000285, -1.1137611e-12, 1, 4.89976082e-05, -0.000412000285, 4.8997601e-05, -1)
  7861. Part167.BottomSurface = Enum.SurfaceType.Smooth
  7862. Part167.TopSurface = Enum.SurfaceType.Smooth
  7863. Part167.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7864. Part167.Position = Vector3.new(-165.388123, 0.0605266094, -3.11590648)
  7865. Part167.Orientation = Vector3.new(0, 179.979996, 0)
  7866. Part167.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7867. WedgePart168.Parent = Model165
  7868. WedgePart168.Material = Enum.Material.SmoothPlastic
  7869. WedgePart168.BrickColor = BrickColor.new("Really black")
  7870. WedgePart168.Rotation = Vector3.new(-180, 90, 0)
  7871. WedgePart168.Anchored = true
  7872. WedgePart168.CanCollide = false
  7873. WedgePart168.FormFactor = Enum.FormFactor.Custom
  7874. WedgePart168.Size = Vector3.new(1.0848316, 0.259999961, 0.56058687)
  7875. WedgePart168.CFrame = CFrame.new(-165.136246, 0.484038353, -3.11357498, -0.000347000692, -6.00020685e-05, 1, -6.19975035e-05, -1, -6.00235908e-05, 1, -6.20183273e-05, 0.000346996967)
  7876. WedgePart168.BottomSurface = Enum.SurfaceType.Smooth
  7877. WedgePart168.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7878. WedgePart168.Position = Vector3.new(-165.136246, 0.484038353, -3.11357498)
  7879. WedgePart168.Orientation = Vector3.new(0, 89.9799957, -180)
  7880. WedgePart168.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7881. Part169.Parent = Model165
  7882. Part169.Material = Enum.Material.SmoothPlastic
  7883. Part169.BrickColor = BrickColor.new("Crimson")
  7884. Part169.Rotation = Vector3.new(-180, 0.0199999996, 180)
  7885. Part169.Anchored = true
  7886. Part169.CanCollide = false
  7887. Part169.FormFactor = Enum.FormFactor.Custom
  7888. Part169.Size = Vector3.new(0.0500000007, 0.160821408, 0.0751292706)
  7889. Part169.CFrame = CFrame.new(-165.325806, 0.276632786, -2.61124325, -1, -2.01881392e-08, 0.000412000285, -1.1137611e-12, 1, 4.89976082e-05, -0.000412000285, 4.8997601e-05, -1)
  7890. Part169.BottomSurface = Enum.SurfaceType.Smooth
  7891. Part169.TopSurface = Enum.SurfaceType.Smooth
  7892. Part169.Color = Color3.new(1, 0, 0)
  7893. Part169.Position = Vector3.new(-165.325806, 0.276632786, -2.61124325)
  7894. Part169.Orientation = Vector3.new(0, 179.979996, 0)
  7895. Part169.Color = Color3.new(1, 0, 0)
  7896. Part170.Parent = Model165
  7897. Part170.Material = Enum.Material.SmoothPlastic
  7898. Part170.BrickColor = BrickColor.new("Crimson")
  7899. Part170.Rotation = Vector3.new(-180, 0.0199999996, 180)
  7900. Part170.Anchored = true
  7901. Part170.CanCollide = false
  7902. Part170.FormFactor = Enum.FormFactor.Custom
  7903. Part170.Size = Vector3.new(0.0500000007, 0.160821408, 0.0751292557)
  7904. Part170.CFrame = CFrame.new(-165.489151, 0.491738796, -2.61130953, -1, -2.01881392e-08, 0.000412000285, -1.1137611e-12, 1, 4.89976082e-05, -0.000412000285, 4.8997601e-05, -1)
  7905. Part170.BottomSurface = Enum.SurfaceType.Smooth
  7906. Part170.TopSurface = Enum.SurfaceType.Smooth
  7907. Part170.Color = Color3.new(1, 0, 0)
  7908. Part170.Position = Vector3.new(-165.489151, 0.491738796, -2.61130953)
  7909. Part170.Orientation = Vector3.new(0, 179.979996, 0)
  7910. Part170.Color = Color3.new(1, 0, 0)
  7911. WedgePart171.Parent = Model165
  7912. WedgePart171.Material = Enum.Material.SmoothPlastic
  7913. WedgePart171.BrickColor = BrickColor.new("Really black")
  7914. WedgePart171.Rotation = Vector3.new(-180, 90, 0)
  7915. WedgePart171.Anchored = true
  7916. WedgePart171.CanCollide = false
  7917. WedgePart171.FormFactor = Enum.FormFactor.Custom
  7918. WedgePart171.Size = Vector3.new(1.0848316, 1.39501524, 0.110586956)
  7919. WedgePart171.CFrame = CFrame.new(-165.460114, 1.3017565, -3.11364746, -0.000347000692, -6.00020685e-05, 1, -6.19975035e-05, -1, -6.00235908e-05, 1, -6.20183273e-05, 0.000346996967)
  7920. WedgePart171.BottomSurface = Enum.SurfaceType.Smooth
  7921. WedgePart171.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7922. WedgePart171.Position = Vector3.new(-165.460114, 1.3017565, -3.11364746)
  7923. WedgePart171.Orientation = Vector3.new(0, 89.9799957, -180)
  7924. WedgePart171.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7925. Part172.Parent = Model165
  7926. Part172.Material = Enum.Material.SmoothPlastic
  7927. Part172.BrickColor = BrickColor.new("Crimson")
  7928. Part172.Rotation = Vector3.new(-180, 0.0199999996, 180)
  7929. Part172.Anchored = true
  7930. Part172.CanCollide = false
  7931. Part172.FormFactor = Enum.FormFactor.Custom
  7932. Part172.Size = Vector3.new(0.213342935, 0.0500000007, 0.0751292333)
  7933. Part172.CFrame = CFrame.new(-165.407486, 0.332044601, -2.61127424, -1, -2.01881392e-08, 0.000412000285, -1.1137611e-12, 1, 4.89976082e-05, -0.000412000285, 4.8997601e-05, -1)
  7934. Part172.BottomSurface = Enum.SurfaceType.Smooth
  7935. Part172.TopSurface = Enum.SurfaceType.Smooth
  7936. Part172.Color = Color3.new(1, 0, 0)
  7937. Part172.Position = Vector3.new(-165.407486, 0.332044601, -2.61127424)
  7938. Part172.Orientation = Vector3.new(0, 179.979996, 0)
  7939. Part172.Color = Color3.new(1, 0, 0)
  7940. Part173.Parent = Model165
  7941. Part173.Material = Enum.Material.SmoothPlastic
  7942. Part173.BrickColor = BrickColor.new("Really black")
  7943. Part173.Reflectance = 0.10000000149012
  7944. Part173.Rotation = Vector3.new(-180, 0.0199999996, 180)
  7945. Part173.Anchored = true
  7946. Part173.CanCollide = false
  7947. Part173.FormFactor = Enum.FormFactor.Custom
  7948. Part173.Size = Vector3.new(1.05318868, 0.999303699, 1.0451293)
  7949. Part173.CFrame = CFrame.new(-165.38295, 0.530178785, -3.11588526, -1, -2.01881392e-08, 0.000412000285, -1.1137611e-12, 1, 4.89976082e-05, -0.000412000285, 4.8997601e-05, -1)
  7950. Part173.BottomSurface = Enum.SurfaceType.Smooth
  7951. Part173.TopSurface = Enum.SurfaceType.Smooth
  7952. Part173.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7953. Part173.Position = Vector3.new(-165.38295, 0.530178785, -3.11588526)
  7954. Part173.Orientation = Vector3.new(0, 179.979996, 0)
  7955. Part173.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7956. Part174.Parent = Model165
  7957. Part174.Material = Enum.Material.SmoothPlastic
  7958. Part174.BrickColor = BrickColor.new("Really black")
  7959. Part174.Rotation = Vector3.new(-180, 0.0199999996, 180)
  7960. Part174.Anchored = true
  7961. Part174.CanCollide = false
  7962. Part174.FormFactor = Enum.FormFactor.Custom
  7963. Part174.Size = Vector3.new(1.07334292, 0.0808214173, 1.06512928)
  7964. Part174.CFrame = CFrame.new(-165.407272, 0.276656866, -3.11629367, -1, -2.01881392e-08, 0.000412000285, -1.1137611e-12, 1, 4.89976082e-05, -0.000412000285, 4.8997601e-05, -1)
  7965. Part174.BottomSurface = Enum.SurfaceType.Smooth
  7966. Part174.TopSurface = Enum.SurfaceType.Smooth
  7967. Part174.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7968. Part174.Position = Vector3.new(-165.407272, 0.276656866, -3.11629367)
  7969. Part174.Orientation = Vector3.new(0, 179.979996, 0)
  7970. Part174.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7971. Part175.Parent = Model165
  7972. Part175.Material = Enum.Material.SmoothPlastic
  7973. Part175.BrickColor = BrickColor.new("Crimson")
  7974. Part175.Rotation = Vector3.new(-180, 0.0199999996, 180)
  7975. Part175.Anchored = true
  7976. Part175.CanCollide = false
  7977. Part175.FormFactor = Enum.FormFactor.Custom
  7978. Part175.Size = Vector3.new(0.213342935, 0.0500000007, 0.0751292557)
  7979. Part175.CFrame = CFrame.new(-165.407486, 0.436329603, -2.61128068, -1, -2.01881392e-08, 0.000412000285, -1.1137611e-12, 1, 4.89976082e-05, -0.000412000285, 4.8997601e-05, -1)
  7980. Part175.BottomSurface = Enum.SurfaceType.Smooth
  7981. Part175.TopSurface = Enum.SurfaceType.Smooth
  7982. Part175.Color = Color3.new(1, 0, 0)
  7983. Part175.Position = Vector3.new(-165.407486, 0.436329603, -2.61128068)
  7984. Part175.Orientation = Vector3.new(0, 179.979996, 0)
  7985. Part175.Color = Color3.new(1, 0, 0)
  7986. Part176.Parent = Model165
  7987. Part176.Material = Enum.Material.SmoothPlastic
  7988. Part176.BrickColor = BrickColor.new("Crimson")
  7989. Part176.Rotation = Vector3.new(-180, 0.0199999996, 180)
  7990. Part176.Anchored = true
  7991. Part176.CanCollide = false
  7992. Part176.FormFactor = Enum.FormFactor.Custom
  7993. Part176.Size = Vector3.new(0.0500000007, 0.160821408, 0.0751292259)
  7994. Part176.CFrame = CFrame.new(-165.325806, 0.491738558, -2.61124229, -1, -2.01881392e-08, 0.000412000285, -1.1137611e-12, 1, 4.89976082e-05, -0.000412000285, 4.8997601e-05, -1)
  7995. Part176.BottomSurface = Enum.SurfaceType.Smooth
  7996. Part176.TopSurface = Enum.SurfaceType.Smooth
  7997. Part176.Color = Color3.new(1, 0, 0)
  7998. Part176.Position = Vector3.new(-165.325806, 0.491738558, -2.61124229)
  7999. Part176.Orientation = Vector3.new(0, 179.979996, 0)
  8000. Part176.Color = Color3.new(1, 0, 0)
  8001. Part177.Parent = Model165
  8002. Part177.Material = Enum.Material.SmoothPlastic
  8003. Part177.BrickColor = BrickColor.new("Crimson")
  8004. Part177.Rotation = Vector3.new(-180, 0.0199999996, 180)
  8005. Part177.Anchored = true
  8006. Part177.CanCollide = false
  8007. Part177.FormFactor = Enum.FormFactor.Custom
  8008. Part177.Size = Vector3.new(0.0500000007, 0.160821408, 0.0751292557)
  8009. Part177.CFrame = CFrame.new(-165.489151, 0.276632786, -2.61131454, -1, -2.01881392e-08, 0.000412000285, -1.1137611e-12, 1, 4.89976082e-05, -0.000412000285, 4.8997601e-05, -1)
  8010. Part177.BottomSurface = Enum.SurfaceType.Smooth
  8011. Part177.TopSurface = Enum.SurfaceType.Smooth
  8012. Part177.Color = Color3.new(1, 0, 0)
  8013. Part177.Position = Vector3.new(-165.489151, 0.276632786, -2.61131454)
  8014. Part177.Orientation = Vector3.new(0, 179.979996, 0)
  8015. Part177.Color = Color3.new(1, 0, 0)
  8016. Part178.Parent = Model165
  8017. Part178.Material = Enum.Material.SmoothPlastic
  8018. Part178.BrickColor = BrickColor.new("Really black")
  8019. Part178.Rotation = Vector3.new(-180, 0.0199999996, 180)
  8020. Part178.Anchored = true
  8021. Part178.CanCollide = false
  8022. Part178.FormFactor = Enum.FormFactor.Custom
  8023. Part178.Size = Vector3.new(1.07334292, 0.0808214173, 1.06512928)
  8024. Part178.CFrame = CFrame.new(-165.407272, 0.491764784, -3.11629486, -1, -2.01881392e-08, 0.000412000285, -1.1137611e-12, 1, 4.89976082e-05, -0.000412000285, 4.8997601e-05, -1)
  8025. Part178.BottomSurface = Enum.SurfaceType.Smooth
  8026. Part178.TopSurface = Enum.SurfaceType.Smooth
  8027. Part178.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  8028. Part178.Position = Vector3.new(-165.407272, 0.491764784, -3.11629486)
  8029. Part178.Orientation = Vector3.new(0, 179.979996, 0)
  8030. Part178.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  8031. Part179.Parent = Model165
  8032. Part179.Material = Enum.Material.SmoothPlastic
  8033. Part179.BrickColor = BrickColor.new("Crimson")
  8034. Part179.Rotation = Vector3.new(-180, 0.0199999996, 180)
  8035. Part179.Anchored = true
  8036. Part179.CanCollide = false
  8037. Part179.FormFactor = Enum.FormFactor.Custom
  8038. Part179.Size = Vector3.new(0.213342935, 0.0500000007, 0.0751292557)
  8039. Part179.CFrame = CFrame.new(-165.407486, 0.221222639, -2.61128163, -1, -2.01881392e-08, 0.000412000285, -1.1137611e-12, 1, 4.89976082e-05, -0.000412000285, 4.8997601e-05, -1)
  8040. Part179.BottomSurface = Enum.SurfaceType.Smooth
  8041. Part179.TopSurface = Enum.SurfaceType.Smooth
  8042. Part179.Color = Color3.new(1, 0, 0)
  8043. Part179.Position = Vector3.new(-165.407486, 0.221222639, -2.61128163)
  8044. Part179.Orientation = Vector3.new(0, 179.979996, 0)
  8045. Part179.Color = Color3.new(1, 0, 0)
  8046. Part180.Parent = Model165
  8047. Part180.Material = Enum.Material.SmoothPlastic
  8048. Part180.BrickColor = BrickColor.new("Crimson")
  8049. Part180.Rotation = Vector3.new(-180, 0.0199999996, 180)
  8050. Part180.Anchored = true
  8051. Part180.CanCollide = false
  8052. Part180.FormFactor = Enum.FormFactor.Custom
  8053. Part180.Size = Vector3.new(0.213342935, 0.0500000007, 0.075129278)
  8054. Part180.CFrame = CFrame.new(-165.407486, 0.547151566, -2.61127329, -1, -2.01881392e-08, 0.000412000285, -1.1137611e-12, 1, 4.89976082e-05, -0.000412000285, 4.8997601e-05, -1)
  8055. Part180.BottomSurface = Enum.SurfaceType.Smooth
  8056. Part180.TopSurface = Enum.SurfaceType.Smooth
  8057. Part180.Color = Color3.new(1, 0, 0)
  8058. Part180.Position = Vector3.new(-165.407486, 0.547151566, -2.61127329)
  8059. Part180.Orientation = Vector3.new(0, 179.979996, 0)
  8060. Part180.Color = Color3.new(1, 0, 0)
  8061. WedgePart181.Parent = Model165
  8062. WedgePart181.Material = Enum.Material.SmoothPlastic
  8063. WedgePart181.BrickColor = BrickColor.new("Black")
  8064. WedgePart181.Reflectance = 0.10000000149012
  8065. WedgePart181.Rotation = Vector3.new(180, 90, 0)
  8066. WedgePart181.Anchored = true
  8067. WedgePart181.CanCollide = false
  8068. WedgePart181.FormFactor = Enum.FormFactor.Custom
  8069. WedgePart181.Size = Vector3.new(0.784831583, 0.40676266, 0.200538427)
  8070. WedgePart181.CFrame = CFrame.new(-165.713181, 0.817407846, -2.9746933, -0.000340000639, 5.20017784e-05, 1, 5.69984331e-05, -1, 5.20211652e-05, 1, 5.70161137e-05, 0.00033999767)
  8071. WedgePart181.BottomSurface = Enum.SurfaceType.Smooth
  8072. WedgePart181.Color = Color3.new(0.105882, 0.164706, 0.207843)
  8073. WedgePart181.Position = Vector3.new(-165.713181, 0.817407846, -2.9746933)
  8074. WedgePart181.Orientation = Vector3.new(0, 89.9799957, 180)
  8075. WedgePart181.Color = Color3.new(0.105882, 0.164706, 0.207843)
  8076. WedgePart182.Parent = Model165
  8077. WedgePart182.Material = Enum.Material.SmoothPlastic
  8078. WedgePart182.BrickColor = BrickColor.new("Black")
  8079. WedgePart182.Reflectance = 0.10000000149012
  8080. WedgePart182.Rotation = Vector3.new(180, -90, 0)
  8081. WedgePart182.Anchored = true
  8082. WedgePart182.CanCollide = false
  8083. WedgePart182.FormFactor = Enum.FormFactor.Custom
  8084. WedgePart182.Size = Vector3.new(0.784831583, 0.41676268, 0.350538433)
  8085. WedgePart182.CFrame = CFrame.new(-165.438187, 0.812421918, -2.97459841, 0.000340000639, 5.20017784e-05, -1, -5.59984728e-05, -1, -5.20208232e-05, -1, 5.60161534e-05, -0.000339997729)
  8086. WedgePart182.BottomSurface = Enum.SurfaceType.Smooth
  8087. WedgePart182.Color = Color3.new(0.105882, 0.164706, 0.207843)
  8088. WedgePart182.Position = Vector3.new(-165.438187, 0.812421918, -2.97459841)
  8089. WedgePart182.Orientation = Vector3.new(0, -90.0199966, -180)
  8090. WedgePart182.Color = Color3.new(0.105882, 0.164706, 0.207843)
  8091. Part183.Parent = Model165
  8092. Part183.Material = Enum.Material.SmoothPlastic
  8093. Part183.BrickColor = BrickColor.new("Really black")
  8094. Part183.Rotation = Vector3.new(0, -0.0199999996, 0)
  8095. Part183.Anchored = true
  8096. Part183.CanCollide = false
  8097. Part183.FormFactor = Enum.FormFactor.Custom
  8098. Part183.Size = Vector3.new(0.56318897, 1.45930386, 1.06512928)
  8099. Part183.CFrame = CFrame.new(-165.131882, 1.32907283, -3.1140461, 1, 2.01892973e-08, -0.000412000634, 1.10730706e-12, 1, 4.90057682e-05, 0.000412000634, -4.9005761e-05, 1)
  8100. Part183.BottomSurface = Enum.SurfaceType.Smooth
  8101. Part183.TopSurface = Enum.SurfaceType.Smooth
  8102. Part183.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  8103. Part183.Position = Vector3.new(-165.131882, 1.32907283, -3.1140461)
  8104. Part183.Orientation = Vector3.new(0, -0.0199999996, 0)
  8105. Part183.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  8106. Part184.Parent = Model165
  8107. Part184.Material = Enum.Material.SmoothPlastic
  8108. Part184.BrickColor = BrickColor.new("Black")
  8109. Part184.Reflectance = 0.10000000149012
  8110. Part184.Rotation = Vector3.new(-180, 0.0199999996, 180)
  8111. Part184.Anchored = true
  8112. Part184.CanCollide = false
  8113. Part184.FormFactor = Enum.FormFactor.Custom
  8114. Part184.Size = Vector3.new(0.59221828, 1.09930396, 0.885129333)
  8115. Part184.CFrame = CFrame.new(-165.599777, 1.49503362, -3.02627659, -1, -2.01881392e-08, 0.000412000285, -1.1137611e-12, 1, 4.89976082e-05, -0.000412000285, 4.8997601e-05, -1)
  8116. Part184.BottomSurface = Enum.SurfaceType.Smooth
  8117. Part184.TopSurface = Enum.SurfaceType.Smooth
  8118. Part184.Color = Color3.new(0.105882, 0.164706, 0.207843)
  8119. Part184.Position = Vector3.new(-165.599777, 1.49503362, -3.02627659)
  8120. Part184.Orientation = Vector3.new(0, 179.979996, 0)
  8121. Part184.Color = Color3.new(0.105882, 0.164706, 0.207843)
  8122. Part185.Parent = Model165
  8123. Part185.Material = Enum.Material.SmoothPlastic
  8124. Part185.BrickColor = BrickColor.new("Really black")
  8125. Part185.Rotation = Vector3.new(0, -0.0199999996, 0)
  8126. Part185.Anchored = true
  8127. Part185.CanCollide = false
  8128. Part185.FormFactor = Enum.FormFactor.Custom
  8129. Part185.Size = Vector3.new(1.03318882, 1.71930385, 0.605129659)
  8130. Part185.CFrame = CFrame.new(-165.384598, 1.19906199, -3.34413266, 1, 2.01892973e-08, -0.000412000634, 1.10730706e-12, 1, 4.90057682e-05, 0.000412000634, -4.9005761e-05, 1)
  8131. Part185.BottomSurface = Enum.SurfaceType.Smooth
  8132. Part185.TopSurface = Enum.SurfaceType.Smooth
  8133. Part185.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  8134. Part185.Position = Vector3.new(-165.384598, 1.19906199, -3.34413266)
  8135. Part185.Orientation = Vector3.new(0, -0.0199999996, 0)
  8136. Part185.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  8137. Script186.Name = "Welds"
  8138. Script186.Parent = Model0
  8139. Script186.Disabled = true
  8140. table.insert(cors,sandbox(Script186,function()
  8141. --Saz
  8142.  
  8143. --A new system which is a combination of fast-welds and hard-welds.
  8144. --Should be far, far better.
  8145.  
  8146. --When script.CreateNewWelds.Value == true, we create a new set of weld information on script run.
  8147. --This toggles off automatically afterwards, to prevent issues that fast-welds can cause.
  8148.  
  8149. --Cruder than I wanted it to be, but not like I intended for anyone but me to use it anyway.
  8150. --The fact that you're reading this means you should likely kill yourself. Immediately.
  8151.  
  8152. wait(.33)
  8153.  
  8154. Tool=script.Parent
  8155. Nib=Tool.Parent
  8156.  
  8157.  
  8158. for _,v in pairs(Nib:children()) do
  8159. if v.className=="Hat" then
  8160. v:Remove()
  8161. end
  8162. end
  8163.  
  8164. wait(1)
  8165.  
  8166. weldparts=function()
  8167. print("Welding")
  8168. lel={}
  8169. function jarate(p)
  8170. for i=1, #p do
  8171. table.insert(lel,p[i])
  8172. k=p[i]:children()
  8173. if #k>0 then
  8174. jarate(k)
  8175. end
  8176. end
  8177. end
  8178. for _,v in pairs(script.Parent:children()) do
  8179. if v.Name~="Cloak" and v.className~="Script" then
  8180. v:BreakJoints()
  8181. jarate(v:children())
  8182. end
  8183. end
  8184. for _,v in pairs(lel) do
  8185. if v.className=="Weld" or v.className=="Motor6D" then
  8186. v:Remove()
  8187. end
  8188. end
  8189. for _,v in pairs(script.Parent["RightLeg"]:children()) do
  8190. if v.Name~="Right Leg1" then
  8191. w=Instance.new("Weld")
  8192. w.Part0=script.Parent["RightLeg"]["Right Leg1"]
  8193. w.Part1=v
  8194. w.C1=v.CFrame:inverse()*CFrame.new(v.Position)
  8195. w.C0=script.Parent["RightLeg"]["Right Leg1"].CFrame:inverse()*CFrame.new(v.Position)
  8196. w.Parent=w.Part0
  8197. end
  8198. end
  8199. w=Instance.new("Weld")
  8200. w.Part0=Nib["Right Leg"]
  8201. w.Part1=script.Parent["RightLeg"]["Right Leg1"]
  8202. w.Parent=w.Part0
  8203. w.C0=CFrame.new(0,-.1,0)
  8204. for _,v in pairs(script.Parent["LeftLeg"]:children()) do
  8205. if v.Name~="Left Leg1" then
  8206. w=Instance.new("Weld")
  8207. w.Part0=script.Parent["LeftLeg"]["Left Leg1"]
  8208. w.Part1=v
  8209. w.C1=v.CFrame:inverse()*CFrame.new(v.Position)
  8210. w.C0=script.Parent["LeftLeg"]["Left Leg1"].CFrame:inverse()*CFrame.new(v.Position)
  8211. w.Parent=w.Part0
  8212. end
  8213. end
  8214. w=Instance.new("Weld")
  8215. w.Part0=Nib["Left Leg"]
  8216. w.Part1=script.Parent["LeftLeg"]["Left Leg1"]
  8217. w.Parent=w.Part0
  8218. w.C0=CFrame.new(0,-.1,0)
  8219. for _,v in pairs(script.Parent["RightArm"]:children()) do
  8220. if v.Name~="Right Arm1" then
  8221. w=Instance.new("Weld")
  8222. w.Part0=script.Parent["RightArm"]["Right Arm1"]
  8223. w.Part1=v
  8224. w.C1=v.CFrame:inverse()*CFrame.new(v.Position)
  8225. w.C0=script.Parent["RightArm"]["Right Arm1"].CFrame:inverse()*CFrame.new(v.Position)
  8226. w.Parent=w.Part1
  8227. end
  8228. end
  8229. w=Instance.new("Weld")
  8230. w.Part0=Nib["Right Arm"]
  8231. w.Part1=script.Parent["RightArm"]["Right Arm1"]
  8232. w.Parent=w.Part0
  8233. w.C0 = w.C0 * CFrame.Angles(0,math.rad(90),math.rad(90))
  8234.  
  8235. for _,v in pairs(script.Parent["LeftArm"]:children()) do
  8236. if v.Name~="Left Arm1" then
  8237. w=Instance.new("Weld")
  8238. w.Part0=script.Parent["LeftArm"]["Left Arm1"]
  8239. w.Part1=v
  8240. w.C1=v.CFrame:inverse()*CFrame.new(v.Position)
  8241. w.C0=script.Parent["LeftArm"]["Left Arm1"].CFrame:inverse()*CFrame.new(v.Position)
  8242. w.Parent=w.Part0
  8243. end
  8244. end
  8245. w=Instance.new("Weld")
  8246. w.Part0=Nib["Left Arm"]
  8247. w.Part1=script.Parent["LeftArm"]["Left Arm1"]
  8248. w.Parent=w.Part0
  8249.  
  8250.  
  8251. for _,v in pairs(script.Parent["Head"]:children()) do
  8252. if v.Name~="Head1" then
  8253. w=Instance.new("Weld")
  8254. w.Part0=script.Parent["Head"]["Head1"]
  8255. w.Part1=v
  8256. w.C1=v.CFrame:inverse()*CFrame.new(v.Position)
  8257. w.C0=script.Parent["Head"]["Head1"].CFrame:inverse()*CFrame.new(v.Position)
  8258. w.Parent=w.Part0
  8259. end
  8260. end
  8261. w=Instance.new("Weld")
  8262. w.Part0=Nib["Head"]
  8263. w.Part1=script.Parent["Head"]["Head1"]
  8264. w.Parent=w.Part0
  8265.  
  8266. for _,v in pairs(script.Parent["Torso"]:children()) do
  8267. if v.Name~="Torso1" then
  8268. w=Instance.new("Weld")
  8269. w.Part0=script.Parent["Torso"]["Torso1"]
  8270. w.Part1=v
  8271. w.C1=v.CFrame:inverse()*CFrame.new(v.Position)
  8272. w.C0=script.Parent["Torso"]["Torso1"].CFrame:inverse()*CFrame.new(v.Position)
  8273. w.Parent=script.Parent["Torso"]["Torso1"]
  8274. end
  8275. end
  8276.  
  8277. w=Instance.new("Weld")
  8278. w.Part0=Nib["Torso"]
  8279. w.Part1=script.Parent["Torso"]["Torso1"]
  8280. w.C0=w.C0*CFrame.fromEulerAnglesXYZ(0,0,0)
  8281. w.Parent=w.Part0
  8282.  
  8283. for _,v in pairs(lel) do
  8284. if v:IsA("BasePart") then v.Anchored=false end
  8285. end
  8286.  
  8287.  
  8288.  
  8289. wait(1)
  8290.  
  8291. w=Instance.new("Weld")
  8292. w.Part0=Nib.Torso
  8293. w.Part1=Tool.Torso.Torso1
  8294. w.C0=CFrame.new(0,0,0) * CFrame.fromEulerAnglesXYZ(0,0,math.pi)
  8295. w.C1=CFrame.new(0,0,0)
  8296. w.Parent=w.Part1
  8297. w.Name="ClothingWeld"
  8298.  
  8299. wait(.06)
  8300.  
  8301. while Tool.Torso.Torso1:FindFirstChild("ClothingWeld")==nil do
  8302. wait(.03)
  8303. w=Instance.new("Weld")
  8304. w.Part0=Nib.Torso
  8305. w.Part1=Tool.Torso.Torso1
  8306. w.C0=CFrame.new(0,0,0) * CFrame.fromEulerAnglesXYZ(0,0,math.pi)
  8307. w.C1=CFrame.new(0,0,0)
  8308. w.Parent=w.Part1
  8309. w.Name="ClothingWeld"
  8310. end
  8311.  
  8312. w=Instance.new("Weld")
  8313. w.Part0=Nib["Right Leg"]
  8314. w.Part1=Tool.RightLeg["Right Leg1"]
  8315. w.C0=CFrame.new(0,0,0)
  8316. w.C1=CFrame.new(0,0,0)
  8317. w.Parent=w.Part1
  8318. w.Name="ClothingWeld"
  8319.  
  8320. w=Instance.new("Weld")
  8321. w.Part0=Nib["Left Leg"]
  8322. w.Part1=Tool.LeftLeg["Left Leg1"]
  8323. w.C0=CFrame.new(0,0,0)
  8324. w.C1=CFrame.new(0,0,0)
  8325. w.Parent=w.Part1
  8326. w.Name="ClothingWeld"
  8327.  
  8328. w=Instance.new("Weld")
  8329. w.Part0=Nib["Right Arm"]
  8330. w.Part1=Tool.RightArm["Right Arm1"]
  8331. w.C0=CFrame.new(0,0,0)
  8332. w.C1=CFrame.new(0,0,0)
  8333. w.Parent=w.Part1
  8334. w.Name="ClothingWeld"
  8335.  
  8336. w=Instance.new("Weld")
  8337. w.Part0=Nib["Left Arm"]
  8338. w.Part1=Tool.LeftArm["Left Arm1"]
  8339. w.C0=CFrame.new(0,0,0) * CFrame.fromEulerAnglesXYZ(0,0,math.pi)
  8340. w.C1=CFrame.new(0,0,0)
  8341. w.Parent=w.Part1
  8342. w.Name="ClothingWeld"
  8343.  
  8344. wait()
  8345.  
  8346. end
  8347. weldparts()
  8348.  
  8349. end))
  8350. for i,v in pairs(mas:GetChildren()) do
  8351. v.Parent = game:GetService("Players").LocalPlayer.Character
  8352. pcall(function() v:MakeJoints() end)
  8353. end
  8354. mas:Destroy()
  8355. for i,v in pairs(cors) do
  8356. spawn(function()
  8357. pcall(v)
  8358. end)
  8359. end
  8360.  
  8361. ---------------------------------------------------------------
  8362.  
  8363. wait(0.2)
  8364.  
  8365. Player = owner
  8366. PlayerGui = Player.PlayerGui
  8367. Cam = workspace.CurrentCamera
  8368. Backpack = Player.Backpack
  8369. Character = Player.Character
  8370. Humanoid = Character.Humanoid
  8371. Mouse = Player:GetMouse()
  8372. RootPart = Character["HumanoidRootPart"]
  8373. Torso = Character["Torso"]
  8374. Head = Character["Head"]
  8375. RightArm = Character["Right Arm"]
  8376. LeftArm = Character["Left Arm"]
  8377. RightLeg = Character["Right Leg"]
  8378. LeftLeg = Character["Left Leg"]
  8379. RootJoint = RootPart["RootJoint"]
  8380. Neck = Torso["Neck"]
  8381. RightShoulder = Torso["Right Shoulder"]
  8382. LeftShoulder = Torso["Left Shoulder"]
  8383. RightHip = Torso["Right Hip"]
  8384. LeftHip = Torso["Left Hip"]
  8385. local sick = Instance.new("Sound",Character)
  8386. sick.SoundId = "rbxassetid://1232367576"
  8387. sick.Looped = true
  8388. sick.Pitch = 1
  8389. sick.Volume = 1
  8390. sick:Play()
  8391.  
  8392. IT = Instance.new
  8393. CF = CFrame.new
  8394. VT = Vector3.new
  8395. RAD = math.rad
  8396. C3 = Color3.new
  8397. UD2 = UDim2.new
  8398. BRICKC = BrickColor.new
  8399. ANGLES = CFrame.Angles
  8400. EULER = CFrame.fromEulerAnglesXYZ
  8401. COS = math.cos
  8402. ACOS = math.acos
  8403. SIN = math.sin
  8404. ASIN = math.asin
  8405. ABS = math.abs
  8406. MRANDOM = math.random
  8407. FLOOR = math.floor
  8408.  
  8409. --//=================================\\
  8410. --|| USEFUL VALUES
  8411. --\\=================================//
  8412.  
  8413. Animation_Speed = 3
  8414. Frame_Speed = 1 / 60 -- (1 / 30) OR (1 / 60)
  8415. local Speed = 16
  8416. local ROOTC0 = CF(0, 0, 0) * ANGLES(RAD(-90), RAD(0), RAD(180))
  8417. local NECKC0 = CF(0, 1, 0) * ANGLES(RAD(-90), RAD(0), RAD(180))
  8418. local RIGHTSHOULDERC0 = CF(-0.5, 0, 0) * ANGLES(RAD(0), RAD(90), RAD(0))
  8419. local LEFTSHOULDERC0 = CF(0.5, 0, 0) * ANGLES(RAD(0), RAD(-90), RAD(0))
  8420. local DAMAGEMULTIPLIER = 1
  8421. local ANIM = "Idle"
  8422. local ATTACK = false
  8423. local EQUIPPED = false
  8424. local HOLD = false
  8425. local COMBO = 1
  8426. local Rooted = false
  8427. local SINE = 0
  8428. local KEYHOLD = false
  8429. local CHANGE = 2 / Animation_Speed
  8430. local WALKINGANIM = false
  8431. local VALUE1 = false
  8432. local VALUE2 = 0
  8433. local ROBLOXIDLEANIMATION = IT("Animation")
  8434. ROBLOXIDLEANIMATION.Name = "Roblox Idle Animation"
  8435. ROBLOXIDLEANIMATION.AnimationId = "http://www.roblox.com/asset/?id=180435571"
  8436. --ROBLOXIDLEANIMATION.Parent = Humanoid
  8437. local WEAPONGUI = IT("ScreenGui", PlayerGui)
  8438. WEAPONGUI.Name = "Weapon GUI"
  8439. local Weapon = IT("Model")
  8440. Weapon.Name = "Adds"
  8441. local Effects = IT("Folder", Character)
  8442. Effects.Name = "Effects"
  8443. local ANIMATOR = Humanoid.Animator
  8444. local ANIMATE = Character.Animate
  8445. local UNANCHOR = true
  8446. local HITFLOOR = nil
  8447. local HITPOS = nil
  8448. local DED = false
  8449. local SOULWELL = 666
  8450. local HITPLAYERSOUNDS = {"199149137", "199149186", "199149221", "199149235", "199149269", "199149297"}
  8451. local SLASHSOUNDS = {"28144268","28144277","28144291"}
  8452.  
  8453. --//=================================\\
  8454. --\\=================================//
  8455.  
  8456.  
  8457. --//=================================\\
  8458. --|| SAZERENOS' ARTIFICIAL HEARTBEAT
  8459. --\\=================================//
  8460.  
  8461. ArtificialHB = Instance.new("BindableEvent", script)
  8462. ArtificialHB.Name = "ArtificialHB"
  8463.  
  8464. script:WaitForChild("ArtificialHB")
  8465.  
  8466. frame = Frame_Speed
  8467. tf = 0
  8468. allowframeloss = false
  8469. tossremainder = false
  8470. lastframe = tick()
  8471. script.ArtificialHB:Fire()
  8472.  
  8473. game:GetService("RunService").Heartbeat:connect(function(s, p)
  8474. tf = tf + s
  8475. if tf >= frame then
  8476. if allowframeloss then
  8477. script.ArtificialHB:Fire()
  8478. lastframe = tick()
  8479. else
  8480. for i = 1, math.floor(tf / frame) do
  8481. script.ArtificialHB:Fire()
  8482. end
  8483. lastframe = tick()
  8484. end
  8485. if tossremainder then
  8486. tf = 0
  8487. else
  8488. tf = tf - frame * math.floor(tf / frame)
  8489. end
  8490. end
  8491. end)
  8492.  
  8493. --//=================================\\
  8494. --\\=================================//
  8495.  
  8496. --//=================================\\
  8497. --|| SOME FUNCTIONS
  8498. --\\=================================//
  8499.  
  8500. function Raycast(POSITION, DIRECTION, RANGE, IGNOREDECENDANTS)
  8501. return workspace:FindPartOnRay(Ray.new(POSITION, DIRECTION.unit * RANGE), IGNOREDECENDANTS)
  8502. end
  8503.  
  8504. function PositiveAngle(NUMBER)
  8505. if NUMBER >= 0 then
  8506. NUMBER = 0
  8507. end
  8508. return NUMBER
  8509. end
  8510.  
  8511. function NegativeAngle(NUMBER)
  8512. if NUMBER <= 0 then
  8513. NUMBER = 0
  8514. end
  8515. return NUMBER
  8516. end
  8517.  
  8518. function Swait(NUMBER)
  8519. if NUMBER == 0 or NUMBER == nil then
  8520. ArtificialHB.Event:wait()
  8521. else
  8522. for i = 1, NUMBER do
  8523. ArtificialHB.Event:wait()
  8524. end
  8525. end
  8526. end
  8527.  
  8528. function CreateMesh(MESH, PARENT, MESHTYPE, MESHID, TEXTUREID, SCALE, OFFSET)
  8529. local NEWMESH = IT(MESH)
  8530. if MESH == "SpecialMesh" then
  8531. NEWMESH.MeshType = MESHTYPE
  8532. if MESHID ~= "nil" and MESHID ~= "" then
  8533. NEWMESH.MeshId = "http://www.roblox.com/asset/?id="..MESHID
  8534. end
  8535. if TEXTUREID ~= "nil" and TEXTUREID ~= "" then
  8536. NEWMESH.TextureId = "http://www.roblox.com/asset/?id="..TEXTUREID
  8537. end
  8538. end
  8539. NEWMESH.Offset = OFFSET or VT(0, 0, 0)
  8540. NEWMESH.Scale = SCALE
  8541. NEWMESH.Parent = PARENT
  8542. return NEWMESH
  8543. end
  8544.  
  8545. function CreatePart(FORMFACTOR, PARENT, MATERIAL, REFLECTANCE, TRANSPARENCY, BRICKCOLOR, NAME, SIZE, ANCHOR)
  8546. local NEWPART = IT("Part")
  8547. NEWPART.formFactor = FORMFACTOR
  8548. NEWPART.Reflectance = REFLECTANCE
  8549. NEWPART.Transparency = TRANSPARENCY
  8550. NEWPART.CanCollide = false
  8551. NEWPART.Locked = true
  8552. NEWPART.Anchored = true
  8553. if ANCHOR == false then
  8554. NEWPART.Anchored = false
  8555. end
  8556. NEWPART.BrickColor = BRICKC(tostring(BRICKCOLOR))
  8557. NEWPART.Name = NAME
  8558. NEWPART.Size = SIZE
  8559. NEWPART.Position = Torso.Position
  8560. NEWPART.Material = MATERIAL
  8561. NEWPART:BreakJoints()
  8562. NEWPART.Parent = PARENT
  8563. return NEWPART
  8564. end
  8565.  
  8566. local function weldBetween(a, b)
  8567. local weldd = Instance.new("ManualWeld")
  8568. weldd.Part0 = a
  8569. weldd.Part1 = b
  8570. weldd.C0 = CFrame.new()
  8571. weldd.C1 = b.CFrame:inverse() * a.CFrame
  8572. weldd.Parent = a
  8573. return weldd
  8574. end
  8575.  
  8576.  
  8577. function QuaternionFromCFrame(cf)
  8578. local mx, my, mz, m00, m01, m02, m10, m11, m12, m20, m21, m22 = cf:components()
  8579. local trace = m00 + m11 + m22
  8580. if trace > 0 then
  8581. local s = math.sqrt(1 + trace)
  8582. local recip = 0.5 / s
  8583. return (m21 - m12) * recip, (m02 - m20) * recip, (m10 - m01) * recip, s * 0.5
  8584. else
  8585. local i = 0
  8586. if m11 > m00 then
  8587. i = 1
  8588. end
  8589. if m22 > (i == 0 and m00 or m11) then
  8590. i = 2
  8591. end
  8592. if i == 0 then
  8593. local s = math.sqrt(m00 - m11 - m22 + 1)
  8594. local recip = 0.5 / s
  8595. return 0.5 * s, (m10 + m01) * recip, (m20 + m02) * recip, (m21 - m12) * recip
  8596. elseif i == 1 then
  8597. local s = math.sqrt(m11 - m22 - m00 + 1)
  8598. local recip = 0.5 / s
  8599. return (m01 + m10) * recip, 0.5 * s, (m21 + m12) * recip, (m02 - m20) * recip
  8600. elseif i == 2 then
  8601. local s = math.sqrt(m22 - m00 - m11 + 1)
  8602. local recip = 0.5 / s return (m02 + m20) * recip, (m12 + m21) * recip, 0.5 * s, (m10 - m01) * recip
  8603. end
  8604. end
  8605. end
  8606.  
  8607. function QuaternionToCFrame(px, py, pz, x, y, z, w)
  8608. local xs, ys, zs = x + x, y + y, z + z
  8609. local wx, wy, wz = w * xs, w * ys, w * zs
  8610. local xx = x * xs
  8611. local xy = x * ys
  8612. local xz = x * zs
  8613. local yy = y * ys
  8614. local yz = y * zs
  8615. local zz = z * zs
  8616. 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))
  8617. end
  8618.  
  8619. function QuaternionSlerp(a, b, t)
  8620. local cosTheta = a[1] * b[1] + a[2] * b[2] + a[3] * b[3] + a[4] * b[4]
  8621. local startInterp, finishInterp;
  8622. if cosTheta >= 0.0001 then
  8623. if (1 - cosTheta) > 0.0001 then
  8624. local theta = ACOS(cosTheta)
  8625. local invSinTheta = 1 / SIN(theta)
  8626. startInterp = SIN((1 - t) * theta) * invSinTheta
  8627. finishInterp = SIN(t * theta) * invSinTheta
  8628. else
  8629. startInterp = 1 - t
  8630. finishInterp = t
  8631. end
  8632. else
  8633. if (1 + cosTheta) > 0.0001 then
  8634. local theta = ACOS(-cosTheta)
  8635. local invSinTheta = 1 / SIN(theta)
  8636. startInterp = SIN((t - 1) * theta) * invSinTheta
  8637. finishInterp = SIN(t * theta) * invSinTheta
  8638. else
  8639. startInterp = t - 1
  8640. finishInterp = t
  8641. end
  8642. end
  8643. 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
  8644. end
  8645.  
  8646. function Clerp(a, b, t)
  8647. local qa = {QuaternionFromCFrame(a)}
  8648. local qb = {QuaternionFromCFrame(b)}
  8649. local ax, ay, az = a.x, a.y, a.z
  8650. local bx, by, bz = b.x, b.y, b.z
  8651. local _t = 1 - t
  8652. return QuaternionToCFrame(_t * ax + t * bx, _t * ay + t * by, _t * az + t * bz, QuaternionSlerp(qa, qb, t))
  8653. end
  8654.  
  8655. function CreateFrame(PARENT, TRANSPARENCY, BORDERSIZEPIXEL, POSITION, SIZE, COLOR, BORDERCOLOR, NAME)
  8656. local frame = IT("Frame")
  8657. frame.BackgroundTransparency = TRANSPARENCY
  8658. frame.BorderSizePixel = BORDERSIZEPIXEL
  8659. frame.Position = POSITION
  8660. frame.Size = SIZE
  8661. frame.BackgroundColor3 = COLOR
  8662. frame.BorderColor3 = BORDERCOLOR
  8663. frame.Name = NAME
  8664. frame.Parent = PARENT
  8665. return frame
  8666. end
  8667.  
  8668. function CreateLabel(PARENT, TEXT, TEXTCOLOR, TEXTFONTSIZE, TEXTFONT, TRANSPARENCY, BORDERSIZEPIXEL, STROKETRANSPARENCY, NAME)
  8669. local label = IT("TextLabel")
  8670. label.BackgroundTransparency = 1
  8671. label.Size = UD2(1, 0, 1, 0)
  8672. label.Position = UD2(0, 0, 0, 0)
  8673. label.TextColor3 = TEXTCOLOR
  8674. label.TextStrokeTransparency = STROKETRANSPARENCY
  8675. label.TextTransparency = TRANSPARENCY
  8676. label.FontSize = TEXTFONTSIZE
  8677. label.Font = TEXTFONT
  8678. label.BorderSizePixel = BORDERSIZEPIXEL
  8679. label.TextScaled = false
  8680. label.Text = TEXT
  8681. label.Name = NAME
  8682. label.Parent = PARENT
  8683. return label
  8684. end
  8685.  
  8686. function NoOutlines(PART)
  8687. PART.TopSurface, PART.BottomSurface, PART.LeftSurface, PART.RightSurface, PART.FrontSurface, PART.BackSurface = 10, 10, 10, 10, 10, 10
  8688. end
  8689.  
  8690. function CreateWeldOrSnapOrMotor(TYPE, PARENT, PART0, PART1, C0, C1)
  8691. local NEWWELD = IT(TYPE)
  8692. NEWWELD.Part0 = PART0
  8693. NEWWELD.Part1 = PART1
  8694. NEWWELD.C0 = C0
  8695. NEWWELD.C1 = C1
  8696. NEWWELD.Parent = PARENT
  8697. return NEWWELD
  8698. end
  8699.  
  8700. local S = IT("Sound")
  8701. function CreateSound(ID, PARENT, VOLUME, PITCH, DOESLOOP)
  8702. local NEWSOUND = nil
  8703. coroutine.resume(coroutine.create(function()
  8704. NEWSOUND = S:Clone()
  8705. NEWSOUND.Parent = PARENT
  8706. NEWSOUND.Volume = VOLUME
  8707. NEWSOUND.Pitch = PITCH
  8708. NEWSOUND.SoundId = "http://www.roblox.com/asset/?id="..ID
  8709. NEWSOUND:play()
  8710. if DOESLOOP == true then
  8711. NEWSOUND.Looped = true
  8712. else
  8713. repeat Swait() until NEWSOUND.Playing == false
  8714. NEWSOUND:remove()
  8715. end
  8716. end))
  8717. return NEWSOUND
  8718. end
  8719.  
  8720. function CFrameFromTopBack(at, top, back)
  8721. local right = top:Cross(back)
  8722. return CF(at.x, at.y, at.z, right.x, top.x, back.x, right.y, top.y, back.y, right.z, top.z, back.z)
  8723. end
  8724.  
  8725. --WACKYEFFECT({EffectType = "", Size = VT(1,1,1), Size2 = VT(0,0,0), Transparency = 0, Transparency2 = 1, CFrame = CF(), MoveToPos = nil, RotationX = 0, RotationY = 0, RotationZ = 0, Material = "Neon", Color = C3(1,1,1), SoundID = nil, SoundPitch = nil, SoundVolume = nil})
  8726. function WACKYEFFECT(Table)
  8727. local TYPE = (Table.EffectType or "Sphere")
  8728. local SIZE = (Table.Size or VT(1,1,1))
  8729. local ENDSIZE = (Table.Size2 or VT(0,0,0))
  8730. local TRANSPARENCY = (Table.Transparency or 0)
  8731. local ENDTRANSPARENCY = (Table.Transparency2 or 1)
  8732. local CFRAME = (Table.CFrame or Torso.CFrame)
  8733. local MOVEDIRECTION = (Table.MoveToPos or nil)
  8734. local ROTATION1 = (Table.RotationX or 0)
  8735. local ROTATION2 = (Table.RotationY or 0)
  8736. local ROTATION3 = (Table.RotationZ or 0)
  8737. local MATERIAL = (Table.Material or "Neon")
  8738. local COLOR = (Table.Color or C3(1,1,1))
  8739. local TIME = (Table.Time or 45)
  8740. local SOUNDID = (Table.SoundID or nil)
  8741. local SOUNDPITCH = (Table.SoundPitch or nil)
  8742. local SOUNDVOLUME = (Table.SoundVolume or nil)
  8743. coroutine.resume(coroutine.create(function()
  8744. local PLAYSSOUND = false
  8745. local SOUND = nil
  8746. local EFFECT = CreatePart(3, Effects, MATERIAL, 0, TRANSPARENCY, BRICKC("Pearl"), "Effect", VT(1,1,1), true)
  8747. if SOUNDID ~= nil and SOUNDPITCH ~= nil and SOUNDVOLUME ~= nil then
  8748. PLAYSSOUND = true
  8749. SOUND = CreateSound(SOUNDID, EFFECT, SOUNDVOLUME, SOUNDPITCH, false)
  8750. end
  8751. EFFECT.Color = COLOR
  8752. local MSH = nil
  8753. if TYPE == "Sphere" then
  8754. MSH = CreateMesh("SpecialMesh", EFFECT, "Sphere", "", "", SIZE, VT(0,0,0))
  8755. elseif TYPE == "Block" then
  8756. MSH = IT("BlockMesh",EFFECT)
  8757. MSH.Scale = VT(SIZE.X,SIZE.X,SIZE.X)
  8758. elseif TYPE == "Wave" then
  8759. MSH = CreateMesh("SpecialMesh", EFFECT, "FileMesh", "20329976", "", SIZE, VT(0,0,-SIZE.X/8))
  8760. elseif TYPE == "Ring" then
  8761. MSH = CreateMesh("SpecialMesh", EFFECT, "FileMesh", "559831844", "", VT(SIZE.X,SIZE.X,0.1), VT(0,0,0))
  8762. elseif TYPE == "Slash" then
  8763. MSH = CreateMesh("SpecialMesh", EFFECT, "FileMesh", "662586858", "", VT(SIZE.X/10,0,SIZE.X/10), VT(0,0,0))
  8764. elseif TYPE == "Round Slash" then
  8765. MSH = CreateMesh("SpecialMesh", EFFECT, "FileMesh", "662585058", "", VT(SIZE.X/10,0,SIZE.X/10), VT(0,0,0))
  8766. elseif TYPE == "Swirl" then
  8767. MSH = CreateMesh("SpecialMesh", EFFECT, "FileMesh", "1051557", "", SIZE, VT(0,0,0))
  8768. elseif TYPE == "Skull" then
  8769. MSH = CreateMesh("SpecialMesh", EFFECT, "FileMesh", "4770583", "", SIZE, VT(0,0,0))
  8770. elseif TYPE == "Crystal" then
  8771. MSH = CreateMesh("SpecialMesh", EFFECT, "FileMesh", "9756362", "", SIZE, VT(0,0,0))
  8772. end
  8773. if MSH ~= nil then
  8774. local MOVESPEED = nil
  8775. if MOVEDIRECTION ~= nil then
  8776. MOVESPEED = (CFRAME.p - MOVEDIRECTION).Magnitude/TIME
  8777. end
  8778. local GROWTH = SIZE - ENDSIZE
  8779. local TRANS = TRANSPARENCY - ENDTRANSPARENCY
  8780. if TYPE == "Block" then
  8781. EFFECT.CFrame = CFRAME*ANGLES(RAD(MRANDOM(0,360)),RAD(MRANDOM(0,360)),RAD(MRANDOM(0,360)))
  8782. else
  8783. EFFECT.CFrame = CFRAME
  8784. end
  8785. for LOOP = 1, TIME do
  8786. Swait()
  8787. MSH.Scale = MSH.Scale - GROWTH/TIME
  8788. if TYPE == "Wave" then
  8789. MSH.Offset = VT(0,0,-MSH.Scale.X/8)
  8790. end
  8791. EFFECT.Transparency = EFFECT.Transparency - TRANS/TIME
  8792. if TYPE == "Block" then
  8793. EFFECT.CFrame = CFRAME*ANGLES(RAD(MRANDOM(0,360)),RAD(MRANDOM(0,360)),RAD(MRANDOM(0,360)))
  8794. else
  8795. EFFECT.CFrame = EFFECT.CFrame*ANGLES(RAD(ROTATION1),RAD(ROTATION2),RAD(ROTATION3))
  8796. end
  8797. if MOVEDIRECTION ~= nil then
  8798. local ORI = EFFECT.Orientation
  8799. EFFECT.CFrame = CF(EFFECT.Position,MOVEDIRECTION)*CF(0,0,-MOVESPEED)
  8800. EFFECT.Orientation = ORI
  8801. end
  8802. end
  8803. if PLAYSSOUND == false then
  8804. EFFECT:remove()
  8805. else
  8806. repeat Swait() until SOUND.Playing == false
  8807. EFFECT:remove()
  8808. end
  8809. else
  8810. if PLAYSSOUND == false then
  8811. EFFECT:remove()
  8812. else
  8813. repeat Swait() until SOUND.Playing == false
  8814. EFFECT:remove()
  8815. end
  8816. end
  8817. end))
  8818. end
  8819.  
  8820. Debris = game:GetService("Debris")
  8821.  
  8822. function SpawnSoul(Humanoid)
  8823. coroutine.resume(coroutine.create(function()
  8824. local TORSO = Humanoid.Parent:FindFirstChild("Torso") or Humanoid.Parent:FindFirstChild("UpperTorso")
  8825. local SOULMODEL = IT("Model",Effects)
  8826. SOULMODEL.Name = Humanoid.Parent.Name.."'s Soul"
  8827. local SOUL = CreatePart(3, SOULMODEL, "Neon", 0, 0, "Really red", "Head", VT(0.5,0.5,0.5))
  8828. SOUL.CFrame = CF(TORSO.Position)
  8829. local A1 = IT("Attachment",SOUL)
  8830. A1.Position = Vector3.new(0, 0.25, 0)
  8831. local A2 = IT("Attachment",SOUL)
  8832. A2.Position = Vector3.new(0, -0.25, 0)
  8833. local Trail = IT("Trail",SOUL)
  8834. Trail.LightEmission = 0.3
  8835. Trail.FaceCamera = true
  8836. Trail.Texture = "rbxassetid://945758042"
  8837. Trail.Attachment0 = A1
  8838. Trail.Attachment1 = A2
  8839. Trail.Lifetime = 0.5
  8840. Trail.MinLength = 0
  8841. Trail.Transparency = NumberSequence.new(0)
  8842. Trail.Color = ColorSequence.new(SOUL.Color)
  8843. MakeForm(SOUL,"Ball")
  8844. local DISTANCE = nil
  8845. local HUM = IT("Humanoid",SOULMODEL)
  8846. repeat
  8847. Swait()
  8848. SOUL.CFrame = CF(SOUL.Position,Torso.Position)*CF(0,0,-0.2)
  8849. DISTANCE = (SOUL.Position - Torso.Position).Magnitude
  8850. until DISTANCE < 0.4
  8851. WACKYEFFECT({EffectType = "Sphere", Size = VT(1,1,1), Size2 = VT(6,6,6), Transparency = 0, Transparency2 = 1, CFrame = Torso.CFrame, MoveToPos = nil, RotationX = 0, RotationY = 0, RotationZ = 0, Material = "Neon", Color = C3(1,0,0), SoundID = "444667859", SoundPitch = 2, SoundVolume = 2})
  8852. SOUL.Transparency = 1
  8853. A1.Parent = Torso
  8854. A2.Parent = Torso
  8855. Trail.Parent = Torso
  8856. Debris:AddItem(SOULMODEL,10)
  8857. SOULWELL = SOULWELL + 1
  8858. for i = 1, 100 do
  8859. Swait()
  8860. Trail.Transparency = NumberSequence.new(i/100)
  8861. end
  8862. A1:remove()
  8863. A2:remove()
  8864. Trail:remove()
  8865. end))
  8866. end
  8867.  
  8868. function Shatter(Part)
  8869. if Part.Transparency == 0 then
  8870. local SOUNDPART = CreatePart(3, Effects, "Glass", 0, 1, Part.BrickColor, "OOF", VT(0,0,0))
  8871. Debris:AddItem(SOUNDPART,5)
  8872. CreateSound("626807593", SOUNDPART, 3, MRANDOM(8,12)/10, false)
  8873. local SIZE = Part.Size.X + Part.Size.Y + Part.Size.Z
  8874. local SIZESET = SIZE/4
  8875. local XOffset = Part.Size.X*1.5/SIZESET
  8876. local YOffset = Part.Size.Y*1.5/SIZESET
  8877. local ZOffset = Part.Size.Z*1.5/SIZESET
  8878. for x = 1, math.ceil(XOffset) do
  8879. for y = 1, math.ceil(YOffset) do
  8880. for z = 1, math.ceil(ZOffset) do
  8881. local SHARD = CreatePart(3, Effects, "Glass", 0, 0.15, Part.BrickColor, "Shard", VT(SIZE,SIZE,SIZE)/10, false)
  8882. SHARD.CanCollide = true
  8883. SHARD.CFrame = Part.CFrame*CF((Part.Size.X/2-Part.Size.X/4),(Part.Size.Y/2-Part.Size.Y/4),(Part.Size.Z/2-Part.Size.Z/4))
  8884. SHARD.Velocity = VT(MRANDOM(-15,15),MRANDOM(-15,15),MRANDOM(-15,15))*3
  8885. Debris:AddItem(SHARD,MRANDOM(10,25)/10)
  8886. for _, c in pairs(Part:GetChildren()) do
  8887. if c.ClassName == "ParticleEmitter" or c.ClassName == "PointLight" or c.ClassName == "Fire" then
  8888. c:Clone().Parent = SHARD
  8889. end
  8890. end
  8891. end
  8892. end
  8893. end
  8894. end
  8895. Part:remove()
  8896. end
  8897.  
  8898. function MakeForm(PART,TYPE)
  8899. if TYPE == "Cyl" then
  8900. local MSH = IT("CylinderMesh",PART)
  8901. elseif TYPE == "Ball" then
  8902. local MSH = IT("SpecialMesh",PART)
  8903. MSH.MeshType = "Sphere"
  8904. elseif TYPE == "Wedge" then
  8905. local MSH = IT("SpecialMesh",PART)
  8906. MSH.MeshType = "Wedge"
  8907. end
  8908. end
  8909.  
  8910. function CastProperRay(StartPos, EndPos, Distance, Ignore)
  8911. local DIRECTION = CF(StartPos,EndPos).lookVector
  8912. return Raycast(StartPos, DIRECTION, Distance, Ignore)
  8913. end
  8914.  
  8915. function turnto(position)
  8916. RootPart.CFrame=CFrame.new(RootPart.CFrame.p,VT(position.X,RootPart.Position.Y,position.Z)) * CFrame.new(0, 0, 0)
  8917. end
  8918.  
  8919. --//=================================\\
  8920. --|| WEAPON CREATION
  8921. --\\=================================//
  8922. for i = 1, 15 do
  8923. local FACE = CreatePart(3, Character, "Fabric", 0, 0+(i-1)/15.2, "Dark stone grey", "FaceGradient", VT(1.01,0.58,1.01),false)
  8924. FACE.Color = C3(0,0,0)
  8925. Head:FindFirstChildOfClass("SpecialMesh"):Clone().Parent = FACE
  8926. CreateWeldOrSnapOrMotor("Weld", Head, Head, FACE, CF(0,0.35-(i-1)/35,0), CF(0, 0, 0))
  8927. end
  8928. local HAT1 = CreatePart(3, Character, "SmoothPlastic", 0, 0, "Really black", "Hat", VT(2,0.2,2),false)
  8929. MakeForm(HAT1,"Cyl")
  8930. HATWELD = CreateWeldOrSnapOrMotor("Weld", Head, Head, HAT1, CF(0,0.35,0), CF(0, 0, 0))
  8931. local BELT = CreatePart(3, Character, "SmoothPlastic", 0, 0, "Really black", "Hat", VT(2.01,0.15,2.01),false)
  8932. BELT.Color = C3(15/255,15/255,15/255)
  8933. MakeForm(BELT,"Cyl")
  8934. CreateWeldOrSnapOrMotor("Weld", HAT1, HAT1, BELT, CF(0,0,0), CF(0, 0, 0))
  8935. local HAT2 = CreatePart(3, Character, "SmoothPlastic", 0, 0, "Really black", "Hat", VT(1.3,2.2,1.3),false)
  8936. MakeForm(HAT2,"Cyl")
  8937. CreateWeldOrSnapOrMotor("Weld", HAT1, HAT1, HAT2, CF(0,1.1,0), CF(0, 0, 0))
  8938. local BELT = CreatePart(3, Character, "SmoothPlastic", 0, 0, "Really black", "Hat", VT(1.31,0.2,1.31),false)
  8939. BELT.Color = C3(15/255,15/255,15/255)
  8940. MakeForm(BELT,"Cyl")
  8941. CreateWeldOrSnapOrMotor("Weld", HAT2, HAT2, BELT, CF(0,0,0), CF(0, 0, 0))
  8942. local GEM = CreatePart(3, Character, "Neon", 0, 0, "Really red", "Gem", VT(0.25,0.25,0.1),false)
  8943. MakeForm(GEM,"Ball")
  8944. CreateWeldOrSnapOrMotor("Weld", HAT2, HAT2, GEM, CF(0,0,-BELT.Size.X/2), CF(0, 0, 0))
  8945. local GEM = CreatePart(3, Character, "Neon", 0, 0, "Really red", "Gem", VT(0.25,0.25,0.1),false)
  8946. MakeForm(GEM,"Ball")
  8947. CreateWeldOrSnapOrMotor("Weld", HAT2, HAT2, GEM, CF(0,0,BELT.Size.X/2), CF(0, 0, 0))
  8948. local GEM = CreatePart(3, Character, "Neon", 0, 0, "Really red", "Gem", VT(0.1,0.25,0.25),false)
  8949. MakeForm(GEM,"Ball")
  8950. CreateWeldOrSnapOrMotor("Weld", HAT2, HAT2, GEM, CF(-BELT.Size.X/2,0,0), CF(0, 0, 0))
  8951. local GEM = CreatePart(3, Character, "Neon", 0, 0, "Really red", "Gem", VT(0.1,0.25,0.25),false)
  8952. MakeForm(GEM,"Ball")
  8953. CreateWeldOrSnapOrMotor("Weld", HAT2, HAT2, GEM, CF(BELT.Size.X/2,0,0), CF(0, 0, 0))
  8954. local BELT = CreatePart(3, Character, "SmoothPlastic", 0, 0, "Really black", "Hat", VT(1.31,0.1,1.31),false)
  8955. BELT.Color = C3(15/255,15/255,15/255)
  8956. MakeForm(BELT,"Cyl")
  8957. CreateWeldOrSnapOrMotor("Weld", HAT2, HAT2, BELT, CF(0,0.7,0), CF(0, 0, 0))
  8958. local BELT = CreatePart(3, Character, "SmoothPlastic", 0, 0, "Really black", "Hat", VT(1.31,0.1,1.31),false)
  8959. BELT.Color = C3(15/255,15/255,15/255)
  8960. MakeForm(BELT,"Cyl")
  8961. CreateWeldOrSnapOrMotor("Weld", HAT2, HAT2, BELT, CF(0,-0.7,0), CF(0, 0, 0))
  8962. local BELT = CreatePart(3, Character, "SmoothPlastic", 0, 0, "Really black", "Hat", VT(1.31,0.1,1.31),false)
  8963. BELT.Color = C3(15/255,15/255,15/255)
  8964. MakeForm(BELT,"Cyl")
  8965. CreateWeldOrSnapOrMotor("Weld", HAT2, HAT2, BELT, CF(0,0.35,0), CF(0, 0, 0))
  8966. local BELT = CreatePart(3, Character, "SmoothPlastic", 0, 0, "Really black", "Hat", VT(1.31,0.1,1.31),false)
  8967. BELT.Color = C3(15/255,15/255,15/255)
  8968. MakeForm(BELT,"Cyl")
  8969. CreateWeldOrSnapOrMotor("Weld", HAT2, HAT2, BELT, CF(0,-0.35,0), CF(0, 0, 0))
  8970. local BELT = CreatePart(3, Character, "SmoothPlastic", 0, 0, "Really black", "Hat", VT(1.3,0.5,1.3),false)
  8971. MakeForm(BELT,"Ball")
  8972. CreateWeldOrSnapOrMotor("Weld", HAT2, HAT2, BELT, CF(0,HAT2.Size.Y/2,0), CF(0, 0, 0))
  8973. Humanoid.DisplayDistanceType = "None"
  8974. local naeeym2 = IT("BillboardGui",Character)
  8975. naeeym2.AlwaysOnTop = true
  8976. naeeym2.Size = UDim2.new(5,35,2,15)
  8977. naeeym2.StudsOffset = Vector3.new(0,3,0)
  8978. naeeym2.MaxDistance = 75
  8979. naeeym2.Adornee = Character.Head
  8980. naeeym2.Name = "Name"
  8981. local tecks2 = IT("TextLabel",naeeym2)
  8982. tecks2.BackgroundTransparency = 1
  8983. tecks2.TextScaled = true
  8984. tecks2.BorderSizePixel = 0
  8985. tecks2.Text = "Mr Red"
  8986. tecks2.Font = "Bodoni"
  8987. tecks2.TextSize = 30
  8988. tecks2.TextStrokeTransparency = 0.5
  8989. tecks2.TextColor3 = C3(0,0,0)
  8990. tecks2.TextStrokeColor3 = BRICKC"Really red".Color
  8991. tecks2.Size = UDim2.new(1,0,0.5,0)
  8992. tecks2.Parent = naeeym2
  8993. local EYE = CreatePart(3, Character, "Neon", 0, 0, "Really red", "FaceGradient", VT(0.6,0.1,1)/2,false)
  8994. MakeForm(EYE,"Ball")
  8995. CreateWeldOrSnapOrMotor("Weld", Head, Head, EYE, CF(0,0.2,0) * ANGLES(RAD(0), RAD(-18), RAD(15)), CF(0, 0, 0.4))
  8996. local EYE = CreatePart(3, Character, "Neon", 0, 0, "Really red", "FaceGradient", VT(0.6,0.1,1)/2,false)
  8997. MakeForm(EYE,"Ball")
  8998. CreateWeldOrSnapOrMotor("Weld", Head, Head, EYE, CF(0,0.2,0) * ANGLES(RAD(0), RAD(18), RAD(-15)), CF(0, 0, 0.4))
  8999. local EYE = CreatePart(3, Character, "Neon", 0, 0, "Really red", "FaceGradient", VT(0.1,1,1)/2,false)
  9000. MakeForm(EYE,"Ball")
  9001. CreateWeldOrSnapOrMotor("Weld", Head, Head, EYE, CF(0,0.15,0) * ANGLES(RAD(0), RAD(-18), RAD(0)), CF(0, 0, 0.4))
  9002. local EYE = CreatePart(3, Character, "Neon", 0, 0, "Really red", "FaceGradient", VT(0.1,1,1)/2,false)
  9003. MakeForm(EYE,"Ball")
  9004. CreateWeldOrSnapOrMotor("Weld", Head, Head, EYE, CF(0,0.15,0) * ANGLES(RAD(0), RAD(18), RAD(0)), CF(0, 0, 0.4))
  9005.  
  9006. local HandlePart = CreatePart(3, Weapon, "SmoothPlastic", 0, 0, "Really black", "Tophat", VT(1,1,1),false)
  9007. local HandleWeld = CreateWeldOrSnapOrMotor("Weld", RightArm, RightArm, HandlePart, CF(0, -2, -5.5) * ANGLES(RAD(-90), RAD(-90), RAD(0)), CF(0, 0, 0))
  9008. CreateMesh("SpecialMesh", HandlePart, "FileMesh", "443756210", "500489609", VT(1,2,1.4), VT(-1,0,0))
  9009.  
  9010. for _, c in pairs(Weapon:GetChildren()) do
  9011. if c.ClassName == "Part" then
  9012. c.CustomPhysicalProperties = PhysicalProperties.new(0, 0, 0, 0, 0)
  9013. end
  9014. end
  9015.  
  9016. local EyeSizes={
  9017. NumberSequenceKeypoint.new(0,1,0),
  9018. NumberSequenceKeypoint.new(1,0,0)
  9019. }
  9020. local Trans={
  9021. NumberSequenceKeypoint.new(0,0.5,0),
  9022. NumberSequenceKeypoint.new(1,1,0)
  9023. }
  9024. local PE=Instance.new("ParticleEmitter")
  9025. PE.LightEmission=.8
  9026. PE.Color = ColorSequence.new(BRICKC("Really red").Color)
  9027. PE.Size=NumberSequence.new(EyeSizes)
  9028. PE.Lifetime=NumberRange.new(0.35,0.35,0.35)
  9029. PE.Rotation=NumberRange.new(0,360)
  9030. PE.Transparency = NumberSequence.new(Trans)
  9031. PE.Rate=999
  9032. PE.VelocitySpread = 10000
  9033. PE.Acceleration = Vector3.new(0,75,0)
  9034. PE.Drag = 5
  9035. PE.Speed = NumberRange.new(6,6)
  9036. PE.Texture="http://www.roblox.com/asset/?id=241936182"
  9037. PE.ZOffset = -1.5
  9038. PE.Name = "Rage"
  9039. PE.Enabled = false
  9040.  
  9041. function particles(art)
  9042. PE:Clone().Parent = art
  9043. end
  9044.  
  9045. for _, c in pairs(Character:GetChildren()) do
  9046. if c.ClassName == "Part" and c ~= RootPart then
  9047. particles(c)
  9048. end
  9049. end
  9050.  
  9051. local SKILLTEXTCOLOR = C3(0,0,0)
  9052. local SKILLFONT = "Antique"
  9053. local SKILLTEXTSIZE = 7
  9054.  
  9055. Weapon.Parent = Character
  9056.  
  9057. Humanoid.Died:connect(function()
  9058. if SOULWELL > 0 then
  9059. SOULWELL = SOULWELL - 1
  9060. Humanoid.Parent = nil
  9061. Humanoid.MaxHealth = "inf"
  9062. Humanoid.Health = "inf"
  9063. refit()
  9064. Humanoid.Parent = Character
  9065. else
  9066. DED = true
  9067. sick:Destroy()
  9068. ATTACK = true
  9069. wait(2)
  9070. for _, c in pairs(Character:GetChildren()) do
  9071. if c.ClassName == "Part" then
  9072. c.Velocity = VT(MRANDOM(-15,15),MRANDOM(-15,15),MRANDOM(-15,15))
  9073. end
  9074. end
  9075. for _, c in pairs(Character:GetChildren()) do
  9076. if c.ClassName == "Part" then
  9077. Shatter(c)
  9078. end
  9079. end
  9080. end
  9081. end)
  9082.  
  9083. function refit()
  9084. Character.Parent = nil
  9085. Weapon.Parent = Character
  9086. HandlePart.Parent = Weapon
  9087. HandleWeld.Parent = RightArm
  9088. HAT.Parent = Character
  9089. Hatweld.Parent = Character
  9090. RootJoint.Parent = RootPart
  9091. Neck.Parent = Torso
  9092. RightShoulder.Parent = Torso
  9093. LeftShoulder.Parent = Torso
  9094. RightHip.Parent = Torso
  9095. LeftHip.Parent = Torso
  9096. RootPart.Parent = Character
  9097. LeftArm.Parent = Character
  9098. RightArm.Parent = Character
  9099. RightLeg.Parent = Character
  9100. LeftLeg.Parent = Character
  9101. Torso.Parent = Character
  9102. Head.Parent = Character
  9103. Character.Parent = workspace
  9104. end
  9105.  
  9106. local SKILL1FRAME = CreateFrame(WEAPONGUI, 0.75, 2, UD2(0.100, 0, 0.9, 0), UD2(0.26, 0, 0.07, 0), C3(0,0,0), C3(0, 0, 0), "Skill 1 Frame")
  9107. local SKILL2FRAME = CreateFrame(WEAPONGUI, 0.75, 2, UD2(0.365, 0, 0.9, 0), UD2(0.26, 0, 0.07, 0), C3(0,0,0), C3(0, 0, 0), "Skill 2 Frame")
  9108. local SKILL3FRAME = CreateFrame(WEAPONGUI, 0.75, 2, UD2(0.631, 0, 0.9, 0), UD2(0.26, 0, 0.07, 0), C3(0,0,0), C3(0, 0, 0), "Skill 3 Frame")
  9109.  
  9110. local SOULFRAME = CreateFrame(WEAPONGUI, 0.75, 2, UD2(0.365, 0, 0.815, 0), UD2(0.26, 0, 0.07, 0), C3(0,0,0), C3(0, 0, 0), "Soul Frame")
  9111.  
  9112. local SKILL1TEXT = CreateLabel(SKILL1FRAME, "[Z] Spire Wave", SKILLTEXTCOLOR, SKILLTEXTSIZE, SKILLFONT, 0, 2, 1, "Text 1")
  9113. local SKILL2TEXT = CreateLabel(SKILL2FRAME, "[B] Soul Bomb", SKILLTEXTCOLOR, SKILLTEXTSIZE, SKILLFONT, 0, 2, 1, "Text 2")
  9114. local SKILL3TEXT = CreateLabel(SKILL3FRAME, "[C] Soul Rage", SKILLTEXTCOLOR, SKILLTEXTSIZE, SKILLFONT, 0, 2, 1, "Text 3")
  9115.  
  9116. local SOULTEXT = CreateLabel(SOULFRAME, "Souls : [0]", SKILLTEXTCOLOR, SKILLTEXTSIZE, SKILLFONT, 0, 2, 1, "Souls")
  9117.  
  9118. --//=================================\\
  9119. --|| DAMAGE FUNCTIONS
  9120. --\\=================================//
  9121.  
  9122. function StatLabel(CFRAME, TEXT, COLOR)
  9123. local STATPART = CreatePart(3, Effects, "SmoothPlastic", 0, 1, "Really black", "Effect", VT())
  9124. STATPART.CFrame = CF(CFRAME.p,CFRAME.p+VT(MRANDOM(-5,5),MRANDOM(0,5),MRANDOM(-5,5)))
  9125. local BODYGYRO = IT("BodyGyro", STATPART)
  9126. game:GetService("Debris"):AddItem(STATPART ,5)
  9127. local BILLBOARDGUI = Instance.new("BillboardGui", STATPART)
  9128. BILLBOARDGUI.Adornee = STATPART
  9129. BILLBOARDGUI.Size = UD2(2.5, 0, 2.5 ,0)
  9130. BILLBOARDGUI.StudsOffset = VT(-2, 2, 0)
  9131. BILLBOARDGUI.AlwaysOnTop = false
  9132. local TEXTLABEL = Instance.new("TextLabel", BILLBOARDGUI)
  9133. TEXTLABEL.BackgroundTransparency = 1
  9134. TEXTLABEL.Size = UD2(2.5, 0, 2.5, 0)
  9135. TEXTLABEL.Text = TEXT
  9136. TEXTLABEL.Font = SKILLFONT
  9137. TEXTLABEL.FontSize="Size42"
  9138. TEXTLABEL.TextColor3 = COLOR
  9139. TEXTLABEL.TextStrokeTransparency = 1
  9140. TEXTLABEL.TextScaled = true
  9141. TEXTLABEL.TextWrapped = true
  9142. coroutine.resume(coroutine.create(function(THEPART, THEBODYPOSITION, THETEXTLABEL)
  9143. for i = 1, 50 do
  9144. Swait()
  9145. STATPART.CFrame = STATPART.CFrame * CF(0,0,-0.2)
  9146. TEXTLABEL.TextTransparency = TEXTLABEL.TextTransparency + (1/50)
  9147. end
  9148. THEPART.Parent = nil
  9149. end),STATPART, TEXTLABEL)
  9150. end
  9151.  
  9152. --//=================================\\
  9153. --|| DAMAGING
  9154. --\\=================================//
  9155.  
  9156. function ApplyDamage(Humanoid,Damage,CritRate,CritMultiplier,DoesOneShot)
  9157. coroutine.resume(coroutine.create(function()
  9158. local defence = Instance.new("BoolValue",Humanoid.Parent)
  9159. defence.Name = ("HitBy"..Player.Name)
  9160. game:GetService("Debris"):AddItem(defence, 0.001)
  9161. Damage = Damage * DAMAGEMULTIPLIER
  9162. if Humanoid.Health ~= 0 then
  9163. local CritChance = MRANDOM(1,100)
  9164. if CritChance < CritRate + 1 then
  9165. Damage = Damage*CritMultiplier
  9166. end
  9167. if Damage > Humanoid.Health then
  9168. Damage = math.ceil(Humanoid.Health)
  9169. if Damage == 0 then
  9170. Damage = 0.1
  9171. end
  9172. end
  9173. if DoesOneShot == false then
  9174. for _, c in pairs(Humanoid.Parent:GetChildren()) do
  9175. if c.Name ~= "HumanoidRootPart" and c.Name ~= "Torso" and c.Name ~= "Head" and c.Name ~= "UpperTorso" and c.Name ~= "LowerTorso" then
  9176. if c.ClassName == "Part" or c.ClassName == "MeshPart" then
  9177. if MRANDOM(1,20) == 1 then
  9178. Shatter(c)
  9179. end
  9180. end
  9181. end
  9182. end
  9183. Humanoid.Health = Humanoid.Health - Damage
  9184. if Humanoid.Parent:FindFirstChild("Head") then
  9185. CreateSound(HITPLAYERSOUNDS[MRANDOM(1,#HITPLAYERSOUNDS)], Humanoid.Parent.Head, 5, 1)
  9186. if CritChance < CritRate + 1 then
  9187. StatLabel(Humanoid.Parent.Head.CFrame * CF(0, 0 + (Humanoid.Parent.Head.Size.z - 1), 0), "CRIT//"..Damage, C3(1, 0, 0))
  9188. else
  9189. StatLabel(Humanoid.Parent.Head.CFrame * CF(0, 0 + (Humanoid.Parent.Head.Size.z - 1), 0), Damage, C3(0, 0, 0))
  9190. end
  9191. end
  9192. elseif DoesOneShot == true then
  9193. --print("["..Humanoid.Parent.Name.."]: One shot!? Really!?!?")
  9194. Humanoid.Parent:BreakJoints()
  9195. if Humanoid.Parent:FindFirstChild("Head") then
  9196. StatLabel(Humanoid.Parent.Head.CFrame * CF(0, 0 + (Humanoid.Parent.Head.Size.z - 1), 0), "INF", C3(1, 0, 0))
  9197. end
  9198. for _, c in pairs(Humanoid.Parent:GetChildren()) do
  9199. if c.ClassName == "Part" or c.ClassName == "MeshPart" then
  9200. Shatter(c)
  9201. end
  9202. end
  9203. end
  9204. if Humanoid.Health == 0 then
  9205. --print("["..Humanoid.Parent.Name.."]: It's like stepping on glass, but worse!")
  9206. SpawnSoul(Humanoid)
  9207. for _, c in pairs(Humanoid.Parent:GetChildren()) do
  9208. if c.ClassName == "Part" or c.ClassName == "MeshPart" then
  9209. Shatter(c)
  9210. end
  9211. end
  9212. end
  9213. end
  9214. end))
  9215. end
  9216.  
  9217. function AoEDamage(position,radius,min,max,maxstrength,critrate,critmultiplier,BESERK)
  9218. local dmg = math.random(10000,100000)
  9219. for i,v in ipairs(workspace:GetChildren()) do
  9220. if v:FindFirstChild("HitBy"..Player.Name) == nil then
  9221. local body = v:GetChildren()
  9222. for part = 1, #body do
  9223. if(v:FindFirstChild("HitBy"..Player.Name) == nil and (body[part].ClassName == "Part" or body[part].ClassName == "MeshPart") and v ~= Character) then
  9224. if(body[part].Position - position).Magnitude < radius then
  9225. if v.ClassName == "Model" then
  9226. if v:FindFirstChildOfClass("Humanoid") then
  9227. ApplyDamage(v:FindFirstChildOfClass("Humanoid"),dmg,critrate,critmultiplier,BESERK)
  9228. local bv = Instance.new("BodyVelocity")
  9229. bv.maxForce = Vector3.new(1e9, 1e9, 1e9)
  9230. bv.velocity = CF(position,body[part].Position).lookVector*maxstrength
  9231. bv.Parent = body[part]
  9232. Debris:AddItem(bv,0.2)
  9233. end
  9234. end
  9235. end
  9236. end
  9237. end
  9238. end
  9239. if v:FindFirstChild("HitBy"..Player.Name) then
  9240. v:FindFirstChild("HitBy"..Player.Name):remove()
  9241. end
  9242. end
  9243. end
  9244.  
  9245. --//=================================\\
  9246. --|| ATTACK FUNCTIONS AND STUFF
  9247. --\\=================================//
  9248.  
  9249. function Slash()
  9250. ATTACK = true
  9251. Rooted = false
  9252. for i=0, 0.2, 0.1 / Animation_Speed do
  9253. Swait()
  9254. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0 + 0.05 * COS(SINE / 12)) * ANGLES(RAD(0), RAD(0), RAD(25)), 2 / Animation_Speed)
  9255. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(0 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(-25)), 2 / Animation_Speed)
  9256. RightHip.C0 = Clerp(RightHip.C0, CF(1, -1 - 0.05 * COS(SINE / 12), -0.01) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 0.15 / Animation_Speed)
  9257. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -1 - 0.05 * COS(SINE / 12), -0.01) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 0.15 / Animation_Speed)
  9258.  
  9259. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5, -0.3) * ANGLES(RAD(40), RAD(65), RAD(12)) * RIGHTSHOULDERC0, 2 / Animation_Speed)
  9260. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5, -0.5) * ANGLES(RAD(120), RAD(0), RAD(-20)) * LEFTSHOULDERC0, 2 / Animation_Speed)
  9261. HandleWeld.C1 = Clerp(HandleWeld.C1, CF(0, 0, 0) * ANGLES(RAD(0), RAD(0), RAD(0)), 0.15 / Animation_Speed)
  9262. end
  9263. CreateSound(SLASHSOUNDS[MRANDOM(1,#SLASHSOUNDS)], HandlePart, 5, 1)
  9264. if COMBO == 1 then
  9265. COMBO = 2
  9266. for i=0, 0.1, 0.1 / Animation_Speed do
  9267. RootPart.CFrame = RootPart.CFrame*CF(0,0,-0.1)
  9268. Swait()
  9269. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0 + 0.05 * COS(SINE / 12)) * ANGLES(RAD(0), RAD(0), RAD(-65)), 1 / Animation_Speed)
  9270. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(0 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(65)), 1 / Animation_Speed)
  9271. RightHip.C0 = Clerp(RightHip.C0, CF(1, -1 - 0.05 * COS(SINE / 12), -0.01) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 1 / Animation_Speed)
  9272. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -1 - 0.05 * COS(SINE / 12), -0.01) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 1 / Animation_Speed)
  9273.  
  9274. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5, -0.3) * ANGLES(RAD(40), RAD(65), RAD(62)) * RIGHTSHOULDERC0, 1 / Animation_Speed)
  9275. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5, -1.5) * ANGLES(RAD(120), RAD(0), RAD(30)) * LEFTSHOULDERC0, 1 / Animation_Speed)
  9276. HandleWeld.C1 = Clerp(HandleWeld.C1, CF(0, 0, 0) * ANGLES(RAD(0), RAD(0), RAD(0)), 2 / Animation_Speed)
  9277. end
  9278. AoEDamage(HandlePart.Position,5,5,15,5,2,2,VALUE1)
  9279. for i=0, 0.15, 0.1 / Animation_Speed do
  9280. RootPart.CFrame = RootPart.CFrame*CF(0,0,-0.12)
  9281. Swait()
  9282. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0 + 0.05 * COS(SINE / 12)) * ANGLES(RAD(0), RAD(0), RAD(-75)), 2 / Animation_Speed)
  9283. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(0 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(75)), 2 / Animation_Speed)
  9284. RightHip.C0 = Clerp(RightHip.C0, CF(1, -1 - 0.05 * COS(SINE / 12), -0.01) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 2 / Animation_Speed)
  9285. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -1 - 0.05 * COS(SINE / 12), -0.01) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 2 / Animation_Speed)
  9286.  
  9287. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5, -0.3) * ANGLES(RAD(40), RAD(65), RAD(62)) * RIGHTSHOULDERC0, 2 / Animation_Speed)
  9288. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5, -1.5) * ANGLES(RAD(120), RAD(0), RAD(30)) * LEFTSHOULDERC0, 2 / Animation_Speed)
  9289. HandleWeld.C1 = Clerp(HandleWeld.C1, CF(0, 0, 0) * ANGLES(RAD(0), RAD(0), RAD(0)), 2 / Animation_Speed)
  9290. end
  9291. elseif COMBO == 2 then
  9292. COMBO = 1
  9293. for i=0, 0.2, 0.1 / Animation_Speed do
  9294. Swait()
  9295. RootPart.CFrame = RootPart.CFrame*CF(0,0,0.1)
  9296. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0 + 0.05 * COS(SINE / 12)) * ANGLES(RAD(0), RAD(0), RAD(90)), 2 / Animation_Speed)
  9297. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(0 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(-90)), 2 / Animation_Speed)
  9298. RightHip.C0 = Clerp(RightHip.C0, CF(1, -1 - 0.05 * COS(SINE / 12), -0.01) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 0.15 / Animation_Speed)
  9299. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -1 - 0.05 * COS(SINE / 12), -0.01) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 0.15 / Animation_Speed)
  9300.  
  9301. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5, -0.3) * ANGLES(RAD(0), RAD(0), RAD(90)) * RIGHTSHOULDERC0, 2 / Animation_Speed)
  9302. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5, -0.5) * ANGLES(RAD(-25), RAD(0), RAD(-35)) * LEFTSHOULDERC0, 2 / Animation_Speed)
  9303. HandleWeld.C1 = Clerp(HandleWeld.C1, CF(7, -6, 0) * ANGLES(RAD(0), RAD(0), RAD(-90)), 2 / Animation_Speed)
  9304. end
  9305. AoEDamage(HandlePart.Position,5,5,15,5,2,2,VALUE1)
  9306. for i=0, 0.1, 0.1 / Animation_Speed do
  9307. Swait()
  9308. RootPart.CFrame = RootPart.CFrame*CF(0,0,0.15)
  9309. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0 + 0.05 * COS(SINE / 12)) * ANGLES(RAD(0), RAD(0), RAD(90)), 2 / Animation_Speed)
  9310. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(0 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(-90)), 2 / Animation_Speed)
  9311. RightHip.C0 = Clerp(RightHip.C0, CF(1, -1 - 0.05 * COS(SINE / 12), -0.01) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 0.15 / Animation_Speed)
  9312. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -1 - 0.05 * COS(SINE / 12), -0.01) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 0.15 / Animation_Speed)
  9313.  
  9314. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5, -0.3) * ANGLES(RAD(0), RAD(0), RAD(90)) * RIGHTSHOULDERC0, 2 / Animation_Speed)
  9315. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5, -0.5) * ANGLES(RAD(-25), RAD(0), RAD(-35)) * LEFTSHOULDERC0, 2 / Animation_Speed)
  9316. HandleWeld.C1 = Clerp(HandleWeld.C1, CF(7, -6, 0) * ANGLES(RAD(0), RAD(0), RAD(-90)), 2 / Animation_Speed)
  9317. end
  9318. end
  9319. ATTACK = false
  9320. Rooted = false
  9321. end
  9322.  
  9323. function SpireWave()
  9324. if HITFLOOR ~= nil then
  9325. ATTACK = true
  9326. Rooted = false
  9327. local GYRO = IT("BodyGyro",RootPart)
  9328. GYRO.D = 100
  9329. GYRO.P = 2000
  9330. GYRO.MaxTorque = VT(0,4000000,0)
  9331. GYRO.cframe = CF(RootPart.Position,Mouse.Hit.p)
  9332. for i=0, 1, 0.1 / Animation_Speed do
  9333. Swait()
  9334. WACKYEFFECT({Time = 100, EffectType = "Skull", Size = VT(5,5,5), Size2 = VT(1.8,1.8,1.8), Transparency = 0.8, Transparency2 = 1, CFrame = LeftArm.CFrame*CF(0,-1,0)*ANGLES(RAD(90),RAD(0),RAD(90))*ANGLES(RAD(0),RAD(180),RAD(0)), MoveToPos = LeftArm.CFrame*CF(0,-1,0)*CF(MRANDOM(-15,15),MRANDOM(-15,15),MRANDOM(-15,15)).p, RotationX = MRANDOM(-25,25)/15, RotationY = MRANDOM(-25,25)/15, RotationZ = MRANDOM(-25,25)/15, Material = "Neon", Color = C3(1,0,0), SoundID = nil, SoundPitch = nil, SoundVolume = nil})
  9335. GYRO.cframe = CF(RootPart.Position,Mouse.Hit.p)
  9336. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0 + 0.05 * COS(SINE / 12)) * ANGLES(RAD(0), RAD(0), RAD(-90)), 0.5 / Animation_Speed)
  9337. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(0 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(90)), 0.5 / Animation_Speed)
  9338. RightHip.C0 = Clerp(RightHip.C0, CF(1, -1 - 0.05 * COS(SINE / 12), -0.01) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 0.5 / Animation_Speed)
  9339. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -1 - 0.05 * COS(SINE / 12), -0.01) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 0.5 / Animation_Speed)
  9340.  
  9341. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5, 0.3) * ANGLES(RAD(0), RAD(0), RAD(15)) * RIGHTSHOULDERC0, 0.5 / Animation_Speed)
  9342. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5, 0) * ANGLES(RAD(0), RAD(0), RAD(-90)) * LEFTSHOULDERC0, 0.5 / Animation_Speed)
  9343. HandleWeld.C1 = Clerp(HandleWeld.C1, CF(0, 0, 0) * ANGLES(RAD(0), RAD(0), RAD(0)), 0.5 / Animation_Speed)
  9344. end
  9345. WACKYEFFECT({Time = 100, EffectType = "Skull", Size = VT(0,0,0), Size2 = VT(15,15,15), Transparency = 0, Transparency2 = 1, CFrame = LeftArm.CFrame*CF(0,-1,0)*ANGLES(RAD(90),RAD(0),RAD(90))*ANGLES(RAD(0),RAD(180),RAD(0)), MoveToPos = nil, RotationX = 0.2, RotationY = 0, RotationZ = 0, Material = "Neon", Color = C3(1,0,0), SoundID = "305685800", SoundPitch = 1, SoundVolume = 3})
  9346. GYRO:remove()
  9347. coroutine.resume(coroutine.create(function()
  9348. local PITS = {}
  9349. local FRAME = RootPart.CFrame
  9350. for i = 1, 120 do
  9351. Swait()
  9352. local CFRAME = FRAME*CF(MRANDOM(-10,10)/10,0,5-(i)).p
  9353. local HITFLOOR,HITPOS,NORMAL = Raycast(CFRAME, (CF(CFRAME, CFRAME + VT(0, -1, 0))).lookVector, 25, Character)
  9354. if HITFLOOR ~= nil then
  9355. if MRANDOM(1, 2) == 1 then
  9356. local ICICLE = IT("CornerWedgePart",Effects)
  9357. ICICLE.Locked = true
  9358. ICICLE.CanCollide = false
  9359. ICICLE.Anchored = true
  9360. ICICLE.BrickColor = BRICKC"Brick yellow"
  9361. ICICLE.Material = "Marble"
  9362. ICICLE.Size = VT(i/10,i/2,i/10)
  9363. ICICLE.CFrame = CF(HITPOS)*CF(MRANDOM(-i/10,i/10),0,MRANDOM(-i/10,i/10))*ANGLES(RAD(MRANDOM(-25,25)),RAD(MRANDOM(-180,180)),RAD(MRANDOM(-25,25)))
  9364. table.insert(PITS,ICICLE)
  9365. --CreateSound("588693156", ICICLE, 3, MRANDOM(8,12)/10, false)
  9366. AoEDamage(ICICLE.Position,ICICLE.Size.X,5,15,5,2,2,VALUE1)
  9367. WACKYEFFECT({EffectType = "Wave", Size = VT(ICICLE.Size.X*3,2,ICICLE.Size.X*3), Size2 = VT(0,6,0), Transparency = 1, Transparency2 = 0, CFrame = CF(HITPOS), MoveToPos = nil, RotationX = 0, RotationY = 15, RotationZ = 0, Material = "Fabric", Color = C3(1,0,0), SoundID = nil, SoundPitch = nil, SoundVolume = nil})
  9368. end
  9369. else
  9370. break
  9371. end
  9372. end
  9373. wait(2)
  9374. coroutine.resume(coroutine.create(function()
  9375. for i = 1, 10 do
  9376. Swait()
  9377. for e=1,#PITS do
  9378. if PITS[e]~=nil then
  9379. local E = PITS[e]
  9380. E.Transparency = E.Transparency + 0.1
  9381. end
  9382. end
  9383. end
  9384. for e=1,#PITS do
  9385. if PITS[e]~=nil then
  9386. local E = PITS[e]
  9387. E:remove()
  9388. end
  9389. end
  9390. end))
  9391. end))
  9392. ATTACK = false
  9393. Rooted = false
  9394. end
  9395. end
  9396.  
  9397. function SoulBomb()
  9398. ATTACK = true
  9399. Rooted = false
  9400. local GYRO = IT("BodyGyro",RootPart)
  9401. GYRO.D = 100
  9402. GYRO.P = 2000
  9403. GYRO.MaxTorque = VT(0,4000000,0)
  9404. GYRO.cframe = CF(RootPart.Position,Mouse.Hit.p)
  9405. local BOMB = CreatePart(3, Effects, "Neon", 0, 1, "Really red", "SkullBomb", VT(0,0,0))
  9406. for i=0, 2, 0.1 / Animation_Speed do
  9407. BOMB.CFrame = RootPart.CFrame*CF(0,5,0)
  9408. Swait()
  9409. WACKYEFFECT({EffectType = "Sphere", Size = VT(1,1,1), Size2 = VT(0,3,0), Transparency = 0, Transparency2 = 1, CFrame = CF(BOMB.Position+VT(MRANDOM(-15,15),MRANDOM(-15,15),MRANDOM(-15,15))), MoveToPos = BOMB.Position, RotationX = MRANDOM(-15,15), RotationY = MRANDOM(-15,15), RotationZ = MRANDOM(-15,15), Material = "Neon", Color = C3(1,0,0), SoundID = "444667859", SoundPitch = 2, SoundVolume = nil})
  9410. WACKYEFFECT({Time = 100, EffectType = "Skull", Size = VT(6,6,6), Size2 = VT(8,8,8), Transparency = 0, Transparency2 = 1, CFrame = BOMB.CFrame, MoveToPos = BOMB.Position+VT(MRANDOM(-5,5),MRANDOM(-5,5),MRANDOM(-5,5))/10, RotationX = 0, RotationY = 0, RotationZ = 0, Material = "Neon", Color = C3(1,0,0), SoundID = "305685800", SoundPitch = 1, SoundVolume = nil})
  9411. GYRO.cframe = CF(RootPart.Position,Mouse.Hit.p)
  9412. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0 + 0.05 * COS(SINE / 12)) * ANGLES(RAD(0), RAD(0), RAD(0)), 0.5 / Animation_Speed)
  9413. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(0 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 0.5 / Animation_Speed)
  9414. RightHip.C0 = Clerp(RightHip.C0, CF(1, -1 - 0.05 * COS(SINE / 12), -0.01) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 0.5 / Animation_Speed)
  9415. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -1 - 0.05 * COS(SINE / 12), -0.01) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 0.5 / Animation_Speed)
  9416.  
  9417. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5, 0.3) * ANGLES(RAD(0), RAD(0), RAD(15)) * RIGHTSHOULDERC0, 0.5 / Animation_Speed)
  9418. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.15, 1, 0) * ANGLES(RAD(160), RAD(0), RAD(15)) * LEFTSHOULDERC0, 0.5 / Animation_Speed)
  9419. HandleWeld.C1 = Clerp(HandleWeld.C1, CF(0, 0, 0) * ANGLES(RAD(0), RAD(0), RAD(0)), 0.5 / Animation_Speed)
  9420. end
  9421. GYRO:remove()
  9422. coroutine.resume(coroutine.create(function()
  9423. BOMB.CFrame = CF(BOMB.Position,Mouse.Hit.p)
  9424. local IMPACT = false
  9425. for i = 1,150 do
  9426. Swait()
  9427. if MRANDOM(1,5) == 1 then
  9428. WACKYEFFECT({Time = 50, EffectType = "Skull", Size = VT(5,5,5), Size2 = VT(1.8,1.8,1.8), Transparency = 0.8, Transparency2 = 1, CFrame = BOMB.CFrame, MoveToPos = BOMB.CFrame*CF(MRANDOM(-15,15),MRANDOM(-15,15),MRANDOM(-15,15)).p, RotationX = MRANDOM(-25,25)/15, RotationY = MRANDOM(-25,25)/15, RotationZ = MRANDOM(-25,25)/15, Material = "Neon", Color = C3(1,0,0), SoundID = nil, SoundPitch = nil, SoundVolume = nil})
  9429. end
  9430. WACKYEFFECT({Time = 10, EffectType = "Skull", Size = VT(5,5,5), Size2 = VT(8,8,8), Transparency = 0, Transparency2 = 1, CFrame = BOMB.CFrame, MoveToPos = BOMB.Position+VT(MRANDOM(-5,5),MRANDOM(-5,5),MRANDOM(-5,5))/10, RotationX = 0, RotationY = 0, RotationZ = 0, Material = "Neon", Color = C3(1,0,0), SoundID = "305685800", SoundPitch = 1, SoundVolume = nil})
  9431. BOMB.CFrame = BOMB.CFrame*CF(0,0,-1)
  9432. local HIT = Raycast(BOMB.Position, BOMB.CFrame.lookVector, 2, Character)
  9433. if HIT ~= nil then
  9434. IMPACT = true
  9435. break
  9436. end
  9437. end
  9438. if IMPACT == true then
  9439. AoEDamage(BOMB.Position,15,15,25,5,2,2,VALUE1)
  9440. WACKYEFFECT({EffectType = "Block", Size = VT(1,1,1), Size2 = VT(5,5,5), Transparency = 0, Transparency2 = 1, CFrame = CF(BOMB.Position), MoveToPos = nil, RotationX = 0, RotationY = 0, RotationZ = 0, Material = "Neon", Color = C3(1,0,0), SoundID = nil, SoundPitch = nil, SoundVolume = nil})
  9441. WACKYEFFECT({EffectType = "Block", Size = VT(1,1,1), Size2 = VT(10,10,10), Transparency = 0, Transparency2 = 1, CFrame = CF(BOMB.Position), MoveToPos = nil, RotationX = 0, RotationY = 0, RotationZ = 0, Material = "Neon", Color = C3(1,0,0), SoundID = nil, SoundPitch = nil, SoundVolume = nil})
  9442. WACKYEFFECT({EffectType = "Block", Size = VT(1,1,1), Size2 = VT(15,15,15), Transparency = 0, Transparency2 = 1, CFrame = CF(BOMB.Position), MoveToPos = nil, RotationX = 0, RotationY = 0, RotationZ = 0, Material = "Neon", Color = C3(1,0,0), SoundID = nil, SoundPitch = nil, SoundVolume = nil})
  9443. else
  9444. BOMB:remove()
  9445. end
  9446. end))
  9447. ATTACK = false
  9448. Rooted = false
  9449. end
  9450.  
  9451. function SoulRage()
  9452. ATTACK = true
  9453. Rooted = true
  9454. for i=0, 1, 0.1 / Animation_Speed do
  9455. Swait()
  9456. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0 + 0.05 * COS(SINE / 12)) * ANGLES(RAD(0), RAD(0), RAD(0)), 0.5 / Animation_Speed)
  9457. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(15 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 0.5 / Animation_Speed)
  9458. RightHip.C0 = Clerp(RightHip.C0, CF(1, -1 - 0.05 * COS(SINE / 12), -0.01) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 0.5 / Animation_Speed)
  9459. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -1 - 0.05 * COS(SINE / 12), -0.01) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 0.5 / Animation_Speed)
  9460.  
  9461. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.15, 0.5, -0.5) * ANGLES(RAD(90), RAD(0), RAD(-45)) * RIGHTSHOULDERC0, 0.5 / Animation_Speed)
  9462. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.15, 0.5, -0.5) * ANGLES(RAD(90), RAD(0), RAD(45)) * LEFTSHOULDERC0, 0.5 / Animation_Speed)
  9463. HandleWeld.C1 = Clerp(HandleWeld.C1, CF(0, 2, 0) * ANGLES(RAD(0), RAD(0), RAD(0)), 0.5 / Animation_Speed)
  9464. end
  9465. local WELL = math.ceil(SOULWELL/2)
  9466. for i=1, SOULWELL do
  9467. Swait()
  9468. SOULWELL = SOULWELL - 1
  9469. WACKYEFFECT({EffectType = "Sphere", Size = VT(1,1,1), Size2 = VT(0,3,0), Transparency = 0, Transparency2 = 1, CFrame = Torso.CFrame, MoveToPos = Torso.Position+VT(MRANDOM(-15,15),MRANDOM(-2,15),MRANDOM(-15,15)), RotationX = MRANDOM(-15,15), RotationY = MRANDOM(-15,15), RotationZ = MRANDOM(-15,15), Material = "Neon", Color = C3(1,0,0), SoundID = "444667859", SoundPitch = 2, SoundVolume = 2})
  9470. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0 + 0.05 * COS(SINE / 12)) * ANGLES(RAD(0), RAD(0), RAD(0)), 0.5 / Animation_Speed)
  9471. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(15 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 0.5 / Animation_Speed)
  9472. RightHip.C0 = Clerp(RightHip.C0, CF(1, -1 - 0.05 * COS(SINE / 12), -0.01) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 0.5 / Animation_Speed)
  9473. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -1 - 0.05 * COS(SINE / 12), -0.01) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 0.5 / Animation_Speed)
  9474.  
  9475. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.15, 0.5, -0.5) * ANGLES(RAD(90), RAD(0), RAD(-45)) * RIGHTSHOULDERC0, 0.5 / Animation_Speed)
  9476. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.15, 0.5, -0.5) * ANGLES(RAD(90), RAD(0), RAD(45)) * LEFTSHOULDERC0, 0.5 / Animation_Speed)
  9477. HandleWeld.C1 = Clerp(HandleWeld.C1, CF(0, 2, 0) * ANGLES(RAD(0), RAD(0), RAD(0)), 0.5 / Animation_Speed)
  9478. end
  9479. ATTACK = false
  9480. Rooted = false
  9481. VALUE1 = true
  9482. VALUE2 = WELL
  9483. for i = 1, WELL do
  9484. wait(1)
  9485. VALUE2 = VALUE2 - 1
  9486. end
  9487. VALUE1 = false
  9488. end
  9489.  
  9490.  
  9491. --//=================================\\
  9492. --|| ASSIGN THINGS TO KEYS
  9493. --\\=================================//
  9494.  
  9495. function MouseDown(Mouse)
  9496. if ATTACK == false then
  9497. Slash()
  9498. end
  9499. end
  9500.  
  9501. function MouseUp(Mouse)
  9502. HOLD = false
  9503. end
  9504.  
  9505. function KeyDown(Key)
  9506. KEYHOLD = true
  9507. if Key == "z" and ATTACK == false then
  9508. SpireWave()
  9509. end
  9510.  
  9511. if Key == "b" and ATTACK == false then
  9512. SoulBomb()
  9513. end
  9514.  
  9515. if Key == "c" and ATTACK == false and VALUE1 == false then
  9516. if SOULWELL > 1 then
  9517. SoulRage()
  9518. end
  9519. end
  9520. end
  9521.  
  9522. function KeyUp(Key)
  9523. KEYHOLD = false
  9524. end
  9525.  
  9526. Mouse.Button1Down:connect(function(NEWKEY)
  9527. MouseDown(NEWKEY)
  9528. end)
  9529. Mouse.Button1Up:connect(function(NEWKEY)
  9530. MouseUp(NEWKEY)
  9531. end)
  9532. Mouse.KeyDown:connect(function(NEWKEY)
  9533. KeyDown(NEWKEY)
  9534. end)
  9535. Mouse.KeyUp:connect(function(NEWKEY)
  9536. KeyUp(NEWKEY)
  9537. end)
  9538.  
  9539. --//=================================\\
  9540. --\\=================================//
  9541.  
  9542.  
  9543. function unanchor()
  9544. if UNANCHOR == true then
  9545. g = Character:GetChildren()
  9546. for i = 1, #g do
  9547. if g[i].ClassName == "Part" then
  9548. g[i].Anchored = false
  9549. end
  9550. end
  9551. end
  9552. end
  9553.  
  9554.  
  9555. --//=================================\\
  9556. --|| WRAP THE WHOLE SCRIPT UP
  9557. --\\=================================//
  9558.  
  9559. Humanoid.Changed:connect(function(Jump)
  9560. if Jump == "Jump" and (Disable_Jump == true) then
  9561. Humanoid.Jump = false
  9562. end
  9563. end)
  9564.  
  9565. while true do
  9566. Swait()
  9567. if DED == false then
  9568. Character.Parent = workspace
  9569. Humanoid.Parent = Character
  9570. ANIMATE.Parent = nil
  9571. local IDLEANIMATION = Humanoid:LoadAnimation(ROBLOXIDLEANIMATION)
  9572. IDLEANIMATION:Play()
  9573. SINE = SINE + CHANGE
  9574. local TORSOVELOCITY = (RootPart.Velocity * VT(1, 0, 1)).magnitude
  9575. local TORSOVERTICALVELOCITY = RootPart.Velocity.y
  9576. HITFLOOR,HITPOS = Raycast(RootPart.Position, (CF(RootPart.Position, RootPart.Position + VT(0, -1, 0))).lookVector, 4, Character)
  9577. local WALKSPEEDVALUE = 6 / (Humanoid.WalkSpeed / 16)
  9578. if ATTACK == false then
  9579. RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5, 0.3) * ANGLES(RAD(40), RAD(65), RAD(32)) * RIGHTSHOULDERC0, 0.5 / Animation_Speed)
  9580. LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5, -0.5) * ANGLES(RAD(120), RAD(0), RAD(0)) * LEFTSHOULDERC0, 0.5 / Animation_Speed)
  9581. HandleWeld.C1 = Clerp(HandleWeld.C1, CF(0, 0, 0) * ANGLES(RAD(0), RAD(0), RAD(0)), 0.5 / Animation_Speed)
  9582. end
  9583. if ANIM == "Walk" and TORSOVELOCITY > 1 then
  9584. RootJoint.C1 = Clerp(RootJoint.C1, ROOTC0 * CF(0, 0, -0.15 * COS(SINE / (WALKSPEEDVALUE / 2))) * ANGLES(RAD(0), RAD(0) - RootPart.RotVelocity.Y / 75, RAD(0)), 2 * (Humanoid.WalkSpeed / 16) / Animation_Speed)
  9585. Neck.C1 = Clerp(Neck.C1, CF(0, -0.5, 0) * ANGLES(RAD(-90), RAD(0), RAD(180)) * ANGLES(RAD(2.5 * SIN(SINE / (WALKSPEEDVALUE / 2))), RAD(0), RAD(0) - Head.RotVelocity.Y / 30), 0.2 * (Humanoid.WalkSpeed / 16) / Animation_Speed)
  9586. RightHip.C1 = Clerp(RightHip.C1, CF(0.5, 0.875 - 0.125 * SIN(SINE / WALKSPEEDVALUE) - 0.15 * COS(SINE / WALKSPEEDVALUE*2), -0.125 * COS(SINE / WALKSPEEDVALUE) +0.2+ 0.2 * COS(SINE / WALKSPEEDVALUE)) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(0) - RightLeg.RotVelocity.Y / 75, RAD(0), RAD(76 * COS(SINE / WALKSPEEDVALUE))), 0.2 * (Humanoid.WalkSpeed / 16) / Animation_Speed)
  9587. LeftHip.C1 = Clerp(LeftHip.C1, CF(-0.5, 0.875 + 0.125 * SIN(SINE / WALKSPEEDVALUE) - 0.15 * COS(SINE / WALKSPEEDVALUE*2), 0.125 * COS(SINE / WALKSPEEDVALUE) +0.2+ -0.2 * COS(SINE / WALKSPEEDVALUE)) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(0) + LeftLeg.RotVelocity.Y / 75, RAD(0), RAD(76 * COS(SINE / WALKSPEEDVALUE))), 0.2 * (Humanoid.WalkSpeed / 16) / Animation_Speed)
  9588. elseif (ANIM ~= "Walk") or (TORSOVELOCITY < 1) then
  9589. RootJoint.C1 = Clerp(RootJoint.C1, ROOTC0 * CF(0, 0, 0) * ANGLES(RAD(0), RAD(0), RAD(0)), 0.2 / Animation_Speed)
  9590. Neck.C1 = Clerp(Neck.C1, CF(0, -0.5, 0) * ANGLES(RAD(-90), RAD(0), RAD(180)) * ANGLES(RAD(0), RAD(0), RAD(0)), 0.2 / Animation_Speed)
  9591. RightHip.C1 = Clerp(RightHip.C1, CF(0.5, 1, 0) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(0)), 0.2 / Animation_Speed)
  9592. LeftHip.C1 = Clerp(LeftHip.C1, CF(-0.5, 1, 0) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(0)), 0.2 / Animation_Speed)
  9593. end
  9594. if TORSOVERTICALVELOCITY > 1 and HITFLOOR == nil then
  9595. ANIM = "Jump"
  9596. if ATTACK == false then
  9597. RootJoint.C0 = Clerp(RootJoint.C0, ROOTC0 * CF(0, 0, 0) * ANGLES(RAD(0), RAD(0), RAD(0)), 0.2 / Animation_Speed)
  9598. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(-20), RAD(0), RAD(0)), 0.2 / Animation_Speed)
  9599. RightHip.C0 = Clerp(RightHip.C0, CF(1, -1, -0.3) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(-5), RAD(0), RAD(-20)), 0.2 / Animation_Speed)
  9600. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -1, -0.3) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(-5), RAD(0), RAD(20)), 0.2 / Animation_Speed)
  9601. end
  9602. elseif TORSOVERTICALVELOCITY < -1 and HITFLOOR == nil then
  9603. ANIM = "Fall"
  9604. if ATTACK == false then
  9605. RootJoint.C0 = Clerp(RootJoint.C0, ROOTC0 * CF(0, 0, 0 ) * ANGLES(RAD(0), RAD(0), RAD(0)), 0.2 / Animation_Speed)
  9606. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0 , 0 + ((1) - 1)) * ANGLES(RAD(20), RAD(0), RAD(0)), 0.2 / Animation_Speed)
  9607. RightHip.C0 = Clerp(RightHip.C0, CF(1, -1, 0) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(20)), 0.2 / Animation_Speed)
  9608. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -1, 0) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(10)), 0.2 / Animation_Speed)
  9609. end
  9610. elseif TORSOVELOCITY < 1 and HITFLOOR ~= nil then
  9611. ANIM = "Idle"
  9612. if ATTACK == false then
  9613. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0 + 0.05 * COS(SINE / 12)) * ANGLES(RAD(0), RAD(0), RAD(0)), 0.15 / Animation_Speed)
  9614. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(0 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 0.15 / Animation_Speed)
  9615. RightHip.C0 = Clerp(RightHip.C0, CF(1, -1 - 0.05 * COS(SINE / 12), -0.01) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 0.15 / Animation_Speed)
  9616. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -1 - 0.05 * COS(SINE / 12), -0.01) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 0.15 / Animation_Speed)
  9617. end
  9618. elseif TORSOVELOCITY > 1 and HITFLOOR ~= nil then
  9619. ANIM = "Walk"
  9620. if ATTACK == false then
  9621. RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, -0.1) * ANGLES(RAD(5), RAD(0), RAD(0)), 0.15 / Animation_Speed)
  9622. Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(5 - 8 * SIN(SINE / (WALKSPEEDVALUE / 2))), RAD(0), RAD(0)), 0.15 / Animation_Speed)
  9623. RightHip.C0 = Clerp(RightHip.C0, CF(1 , -1, 0) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(-15)), 2 / Animation_Speed)
  9624. LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -1, 0) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(0), RAD(0), RAD(15)), 2 / Animation_Speed)
  9625. end
  9626. end
  9627. unanchor()
  9628. Humanoid.MaxHealth = "inf"
  9629. Humanoid.Health = "inf"
  9630. if Rooted == false then
  9631. Disable_Jump = false
  9632. Humanoid.WalkSpeed = Speed
  9633. elseif Rooted == true then
  9634. Disable_Jump = true
  9635. Humanoid.WalkSpeed = 0
  9636. end
  9637. for _, c in pairs(Character:GetChildren()) do
  9638. if c.ClassName == "Part" then
  9639. for _, q in pairs(c:GetChildren()) do
  9640. if q.ClassName == "ParticleEmitter" and q.Name ~= "Rage" then
  9641. q:remove()
  9642. elseif q.ClassName == "ParticleEmitter" and q.Name == "Rage" then
  9643. q.Enabled = VALUE1
  9644. end
  9645. end
  9646. if c:FindFirstChildOfClass("Fire") then
  9647. c:FindFirstChildOfClass("Fire"):remove()
  9648. end
  9649. if c == Head then
  9650. if c:FindFirstChild("Hood") == nil then
  9651.  
  9652. end
  9653. if c:FindFirstChild("face") then
  9654. c.face:remove()
  9655. end
  9656. end
  9657. elseif c.ClassName == "CharacterMesh" or c.ClassName == "Accessory" or c.Name == "Body Colors" then
  9658. c:remove()
  9659. end
  9660. end
  9661. script.Parent = WEAPONGUI
  9662. SOULTEXT.Text = "Souls : ["..SOULWELL.."]"
  9663. if VALUE1 == false then
  9664. SKILL3TEXT.Text = "[C] Soul Rage"
  9665. else
  9666. SKILL3TEXT.Text = "["..VALUE2.."] Soul Rage"
  9667. end
  9668. Humanoid.DisplayDistanceType = "None"
  9669. Humanoid.Name = "Reaper"
  9670. end
  9671. end
  9672.  
  9673. --//=================================\\
  9674. --\\=================================//
  9675.  
  9676.  
  9677.  
  9678.  
  9679.  
  9680. --//====================================================\\--
  9681. --|| END OF SCRIPT
  9682. --\\====================================================//--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement