Advertisement
Guest User

FE conversion attempt Thanatos Blue Scythe

a guest
Apr 20th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. -- This script has convert to FE by who i don't know?
  2.  
  3. -----------------------------------------------------
  4. if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
  5. local Player,game,owner = owner,game
  6. local RealPlayer = Player
  7. do
  8. print("FE Compatibility code by Mokiros | Showcase by Bacon Hair!")
  9. local rp = RealPlayer
  10. script.Parent = rp.Character
  11.  
  12. --RemoteEvent for communicating
  13. local Event = Instance.new("RemoteEvent")
  14. Event.Name = "UserInput_Event"
  15.  
  16. --Fake event to make stuff like Mouse.KeyDown work
  17. local function fakeEvent()
  18. local t = {_fakeEvent=true,Functions={},Connect=function(self,f)table.insert(self.Functions,f) end}
  19. t.connect = t.Connect
  20. return t
  21. end
  22.  
  23. --Creating fake input objects with fake variables
  24. local m = {Target=nil,Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent()}
  25. local UIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()}
  26. local CAS = {Actions={},BindAction=function(self,name,fun,touch,...)
  27. CAS.Actions[name] = fun and {Name=name,Function=fun,Keys={...}} or nil
  28. end}
  29. --Merged 2 functions into one by checking amount of arguments
  30. CAS.UnbindAction = CAS.BindAction
  31.  
  32. --This function will trigger the events that have been :Connect()'ed
  33. local function te(self,ev,...)
  34. local t = m[ev]
  35. if t and t._fakeEvent then
  36. for _,f in pairs(t.Functions) do
  37. f(...)
  38. end
  39. end
  40. end
  41. m.TrigEvent = te
  42. UIS.TrigEvent = te
  43.  
  44. Event.OnServerEvent:Connect(function(plr,io)
  45. if plr~=rp then return end
  46. m.Target = io.Target
  47. m.Hit = io.Hit
  48. if not io.isMouse then
  49. local b = io.UserInputState == Enum.UserInputState.Begin
  50. if io.UserInputType == Enum.UserInputType.MouseButton1 then
  51. return m:TrigEvent(b and "Button1Down" or "Button1Up")
  52. end
  53. for _,t in pairs(CAS.Actions) do
  54. for _,k in pairs(t.Keys) do
  55. if k==io.KeyCode then
  56. t.Function(t.Name,io.UserInputState,io)
  57. end
  58. end
  59. end
  60. m:TrigEvent(b and "KeyDown" or "KeyUp",io.KeyCode.Name:lower())
  61. UIS:TrigEvent(b and "InputBegan" or "InputEnded",io,false)
  62. end
  63. end)
  64. Event.Parent = NLS([==[
  65. local Player = game:GetService("Players").LocalPlayer
  66. local Event = script:WaitForChild("UserInput_Event")
  67.  
  68. local Mouse = Player:GetMouse()
  69. local UIS = game:GetService("UserInputService")
  70. local input = function(io,a)
  71. if a then return end
  72. --Since InputObject is a client-side instance, we create and pass table instead
  73. Event:FireServer({KeyCode=io.KeyCode,UserInputType=io.UserInputType,UserInputState=io.UserInputState,Hit=Mouse.Hit,Target=Mouse.Target})
  74. end
  75. UIS.InputBegan:Connect(input)
  76. UIS.InputEnded:Connect(input)
  77.  
  78. local h,t
  79. --Give the server mouse data 30 times every second, but only if the values changed
  80. --If player is not moving their mouse, client won't fire events
  81. while wait(1/30) do
  82. if h~=Mouse.Hit or t~=Mouse.Target then
  83. h,t=Mouse.Hit,Mouse.Target
  84. Event:FireServer({isMouse=true,Target=t,Hit=h})
  85. end
  86. end]==],Player.Character)
  87.  
  88. ----Sandboxed game object that allows the usage of client-side methods and services
  89. --Real game object
  90. local _rg = game
  91.  
  92. --Metatable for fake service
  93. local fsmt = {
  94. __index = function(self,k)
  95. local s = rawget(self,"_RealService")
  96. if s then return s[k] end
  97. end,
  98. __newindex = function(self,k,v)
  99. local s = rawget(self,"_RealService")
  100. if s then s[k]=v end
  101. end,
  102. __call = function(self,...)
  103. local s = rawget(self,"_RealService")
  104. if s then return s(...) end
  105. end
  106. }
  107. local function FakeService(t,RealService)
  108. t._RealService = typeof(RealService)=="string" and _rg:GetService(RealService) or RealService
  109. return setmetatable(t,fsmt)
  110. end
  111.  
  112. --Fake game object
  113. local g = {
  114. GetService = function(self,s)
  115. return self[s]
  116. end,
  117. Players = FakeService({
  118. LocalPlayer = FakeService({GetMouse=function(self)return m end},Player)
  119. },"Players"),
  120. UserInputService = FakeService(UIS,"UserInputService"),
  121. ContextActionService = FakeService(CAS,"ContextActionService"),
  122. }
  123. rawset(g.Players,"localPlayer",g.Players.LocalPlayer)
  124. g.service = g.GetService
  125.  
  126. g.RunService = FakeService({
  127. RenderStepped = _rg:GetService("RunService").Heartbeat,
  128. BindToRenderStep = function(self,name,_,fun)
  129.  
  130. end,
  131. UnbindFromRenderStep = function(self,name)
  132. self._btrs[name]:Disconnect()
  133. end,
  134. },"RunService")
  135.  
  136. setmetatable(g,{
  137. __index=function(self,s)
  138. return _rg:GetService(s) or typeof(_rg[s])=="function"
  139. and function(_,...)return _rg[s](_rg,...)end or _rg[s]
  140. end,
  141. __newindex = fsmt.__newindex,
  142. __call = fsmt.__call
  143. })
  144. --Changing owner to fake player object to support owner:GetMouse()
  145. game,owner = g,g.Players.LocalPlayer
  146. end
  147. -- Thanatos Script, by yeox769.
  148. -- Built with my Yeox Engine.
  149. -- Credit goes to Ucalegen/Fenrier for the clerp function, as well as the functions required to make it work.
  150.  
  151. -- If you somehow managed to get this script, you may edit it.
  152. -- If you do edit this, however, please give credit in some way.
  153.  
  154. -- If you leak this, please at least give credit.
  155. -- I'd prefer if you didn't leak this at all though, but I know you people are going to anyway.
  156.  
  157. --Converted with ttyyuu12345's model to script plugin v4
  158. function sandbox(var,func)
  159. local env = getfenv(func)
  160. local newenv = setmetatable({},{
  161. __index = function(self,k)
  162. if k=="script" then
  163. return var
  164. else
  165. return env[k]
  166. end
  167. end,
  168. })
  169. setfenv(func,newenv)
  170. return func
  171. end
  172. cors = {}
  173. mas = Instance.new("Model",game:GetService("Lighting"))
  174. Model0 = Instance.new("Model")
  175. Model1 = Instance.new("Model")
  176. Part2 = Instance.new("Part")
  177. WedgePart3 = Instance.new("WedgePart")
  178. Part4 = Instance.new("Part")
  179. BlockMesh5 = Instance.new("BlockMesh")
  180. Part6 = Instance.new("Part")
  181. BlockMesh7 = Instance.new("BlockMesh")
  182. Part8 = Instance.new("Part")
  183. BlockMesh9 = Instance.new("BlockMesh")
  184. Part10 = Instance.new("Part")
  185. BlockMesh11 = Instance.new("BlockMesh")
  186. WedgePart12 = Instance.new("WedgePart")
  187. WedgePart13 = Instance.new("WedgePart")
  188. WedgePart14 = Instance.new("WedgePart")
  189. WedgePart15 = Instance.new("WedgePart")
  190. WedgePart16 = Instance.new("WedgePart")
  191. WedgePart17 = Instance.new("WedgePart")
  192. WedgePart18 = Instance.new("WedgePart")
  193. WedgePart19 = Instance.new("WedgePart")
  194. WedgePart20 = Instance.new("WedgePart")
  195. WedgePart21 = Instance.new("WedgePart")
  196. WedgePart22 = Instance.new("WedgePart")
  197. WedgePart23 = Instance.new("WedgePart")
  198. Part24 = Instance.new("Part")
  199. BlockMesh25 = Instance.new("BlockMesh")
  200. Part26 = Instance.new("Part")
  201. BlockMesh27 = Instance.new("BlockMesh")
  202. Part28 = Instance.new("Part")
  203. BlockMesh29 = Instance.new("BlockMesh")
  204. Part30 = Instance.new("Part")
  205. BlockMesh31 = Instance.new("BlockMesh")
  206. Part32 = Instance.new("Part")
  207. BlockMesh33 = Instance.new("BlockMesh")
  208. Part34 = Instance.new("Part")
  209. BlockMesh35 = Instance.new("BlockMesh")
  210. Part36 = Instance.new("Part")
  211. BlockMesh37 = Instance.new("BlockMesh")
  212. Part38 = Instance.new("Part")
  213. BlockMesh39 = Instance.new("BlockMesh")
  214. Part40 = Instance.new("Part")
  215. BlockMesh41 = Instance.new("BlockMesh")
  216. Part42 = Instance.new("Part")
  217. BlockMesh43 = Instance.new("BlockMesh")
  218. Part44 = Instance.new("Part")
  219. BlockMesh45 = Instance.new("BlockMesh")
  220. Part46 = Instance.new("Part")
  221. BlockMesh47 = Instance.new("BlockMesh")
  222. Part48 = Instance.new("Part")
  223. Decal49 = Instance.new("Decal")
  224. Part50 = Instance.new("Part")
  225. Part51 = Instance.new("Part")
  226. WedgePart52 = Instance.new("WedgePart")
  227. WedgePart53 = Instance.new("WedgePart")
  228. WedgePart54 = Instance.new("WedgePart")
  229. Model55 = Instance.new("Model")
  230. Part56 = Instance.new("Part")
  231. Model57 = Instance.new("Model")
  232. Part58 = Instance.new("Part")
  233. WedgePart59 = Instance.new("WedgePart")
  234. Part60 = Instance.new("Part")
  235. BlockMesh61 = Instance.new("BlockMesh")
  236. Part62 = Instance.new("Part")
  237. BlockMesh63 = Instance.new("BlockMesh")
  238. WedgePart64 = Instance.new("WedgePart")
  239. WedgePart65 = Instance.new("WedgePart")
  240. WedgePart66 = Instance.new("WedgePart")
  241. WedgePart67 = Instance.new("WedgePart")
  242. WedgePart68 = Instance.new("WedgePart")
  243. WedgePart69 = Instance.new("WedgePart")
  244. WedgePart70 = Instance.new("WedgePart")
  245. WedgePart71 = Instance.new("WedgePart")
  246. WedgePart72 = Instance.new("WedgePart")
  247. WedgePart73 = Instance.new("WedgePart")
  248. WedgePart74 = Instance.new("WedgePart")
  249. WedgePart75 = Instance.new("WedgePart")
  250. WedgePart76 = Instance.new("WedgePart")
  251. Part77 = Instance.new("Part")
  252. BlockMesh78 = Instance.new("BlockMesh")
  253. Part79 = Instance.new("Part")
  254. BlockMesh80 = Instance.new("BlockMesh")
  255. Part81 = Instance.new("Part")
  256. BlockMesh82 = Instance.new("BlockMesh")
  257. Part83 = Instance.new("Part")
  258. BlockMesh84 = Instance.new("BlockMesh")
  259. Part85 = Instance.new("Part")
  260. BlockMesh86 = Instance.new("BlockMesh")
  261. Part87 = Instance.new("Part")
  262. BlockMesh88 = Instance.new("BlockMesh")
  263. Part89 = Instance.new("Part")
  264. BlockMesh90 = Instance.new("BlockMesh")
  265. Part91 = Instance.new("Part")
  266. BlockMesh92 = Instance.new("BlockMesh")
  267. Part93 = Instance.new("Part")
  268. BlockMesh94 = Instance.new("BlockMesh")
  269. Part95 = Instance.new("Part")
  270. BlockMesh96 = Instance.new("BlockMesh")
  271. Part97 = Instance.new("Part")
  272. BlockMesh98 = Instance.new("BlockMesh")
  273. Part99 = Instance.new("Part")
  274. BlockMesh100 = Instance.new("BlockMesh")
  275. Part101 = Instance.new("Part")
  276. BlockMesh102 = Instance.new("BlockMesh")
  277. Part103 = Instance.new("Part")
  278. BlockMesh104 = Instance.new("BlockMesh")
  279. Part105 = Instance.new("Part")
  280. Part106 = Instance.new("Part")
  281. WedgePart107 = Instance.new("WedgePart")
  282. WedgePart108 = Instance.new("WedgePart")
  283. Model109 = Instance.new("Model")
  284. Part110 = Instance.new("Part")
  285. Model111 = Instance.new("Model")
  286. Part112 = Instance.new("Part")
  287. Part113 = Instance.new("Part")
  288. BlockMesh114 = Instance.new("BlockMesh")
  289. Part115 = Instance.new("Part")
  290. BlockMesh116 = Instance.new("BlockMesh")
  291. Part117 = Instance.new("Part")
  292. BlockMesh118 = Instance.new("BlockMesh")
  293. Part119 = Instance.new("Part")
  294. CylinderMesh120 = Instance.new("CylinderMesh")
  295. Part121 = Instance.new("Part")
  296. CylinderMesh122 = Instance.new("CylinderMesh")
  297. Part123 = Instance.new("Part")
  298. BlockMesh124 = Instance.new("BlockMesh")
  299. Part125 = Instance.new("Part")
  300. CylinderMesh126 = Instance.new("CylinderMesh")
  301. Part127 = Instance.new("Part")
  302. CylinderMesh128 = Instance.new("CylinderMesh")
  303. Part129 = Instance.new("Part")
  304. BlockMesh130 = Instance.new("BlockMesh")
  305. Part131 = Instance.new("Part")
  306. BlockMesh132 = Instance.new("BlockMesh")
  307. WedgePart133 = Instance.new("WedgePart")
  308. SpecialMesh134 = Instance.new("SpecialMesh")
  309. WedgePart135 = Instance.new("WedgePart")
  310. SpecialMesh136 = Instance.new("SpecialMesh")
  311. WedgePart137 = Instance.new("WedgePart")
  312. WedgePart138 = Instance.new("WedgePart")
  313. WedgePart139 = Instance.new("WedgePart")
  314. SpecialMesh140 = Instance.new("SpecialMesh")
  315. WedgePart141 = Instance.new("WedgePart")
  316. SpecialMesh142 = Instance.new("SpecialMesh")
  317. WedgePart143 = Instance.new("WedgePart")
  318. SpecialMesh144 = Instance.new("SpecialMesh")
  319. WedgePart145 = Instance.new("WedgePart")
  320. WedgePart146 = Instance.new("WedgePart")
  321. WedgePart147 = Instance.new("WedgePart")
  322. WedgePart148 = Instance.new("WedgePart")
  323. WedgePart149 = Instance.new("WedgePart")
  324. SpecialMesh150 = Instance.new("SpecialMesh")
  325. WedgePart151 = Instance.new("WedgePart")
  326. SpecialMesh152 = Instance.new("SpecialMesh")
  327. WedgePart153 = Instance.new("WedgePart")
  328. SpecialMesh154 = Instance.new("SpecialMesh")
  329. WedgePart155 = Instance.new("WedgePart")
  330. SpecialMesh156 = Instance.new("SpecialMesh")
  331. WedgePart157 = Instance.new("WedgePart")
  332. SpecialMesh158 = Instance.new("SpecialMesh")
  333. WedgePart159 = Instance.new("WedgePart")
  334. SpecialMesh160 = Instance.new("SpecialMesh")
  335. WedgePart161 = Instance.new("WedgePart")
  336. SpecialMesh162 = Instance.new("SpecialMesh")
  337. WedgePart163 = Instance.new("WedgePart")
  338. SpecialMesh164 = Instance.new("SpecialMesh")
  339. WedgePart165 = Instance.new("WedgePart")
  340. SpecialMesh166 = Instance.new("SpecialMesh")
  341. WedgePart167 = Instance.new("WedgePart")
  342. SpecialMesh168 = Instance.new("SpecialMesh")
  343. WedgePart169 = Instance.new("WedgePart")
  344. SpecialMesh170 = Instance.new("SpecialMesh")
  345. WedgePart171 = Instance.new("WedgePart")
  346. SpecialMesh172 = Instance.new("SpecialMesh")
  347. WedgePart173 = Instance.new("WedgePart")
  348. SpecialMesh174 = Instance.new("SpecialMesh")
  349. WedgePart175 = Instance.new("WedgePart")
  350. SpecialMesh176 = Instance.new("SpecialMesh")
  351. WedgePart177 = Instance.new("WedgePart")
  352. SpecialMesh178 = Instance.new("SpecialMesh")
  353. WedgePart179 = Instance.new("WedgePart")
  354. WedgePart180 = Instance.new("WedgePart")
  355. SpecialMesh181 = Instance.new("SpecialMesh")
  356. WedgePart182 = Instance.new("WedgePart")
  357. SpecialMesh183 = Instance.new("SpecialMesh")
  358. WedgePart184 = Instance.new("WedgePart")
  359. SpecialMesh185 = Instance.new("SpecialMesh")
  360. WedgePart186 = Instance.new("WedgePart")
  361. SpecialMesh187 = Instance.new("SpecialMesh")
  362. WedgePart188 = Instance.new("WedgePart")
  363. SpecialMesh189 = Instance.new("SpecialMesh")
  364. WedgePart190 = Instance.new("WedgePart")
  365. Part191 = Instance.new("Part")
  366. BlockMesh192 = Instance.new("BlockMesh")
  367. Part193 = Instance.new("Part")
  368. BlockMesh194 = Instance.new("BlockMesh")
  369. Part195 = Instance.new("Part")
  370. BlockMesh196 = Instance.new("BlockMesh")
  371. Part197 = Instance.new("Part")
  372. BlockMesh198 = Instance.new("BlockMesh")
  373. Part199 = Instance.new("Part")
  374. BlockMesh200 = Instance.new("BlockMesh")
  375. Part201 = Instance.new("Part")
  376. BlockMesh202 = Instance.new("BlockMesh")
  377. Part203 = Instance.new("Part")
  378. CylinderMesh204 = Instance.new("CylinderMesh")
  379. Part205 = Instance.new("Part")
  380. CylinderMesh206 = Instance.new("CylinderMesh")
  381. Part207 = Instance.new("Part")
  382. CylinderMesh208 = Instance.new("CylinderMesh")
  383. Part209 = Instance.new("Part")
  384. CylinderMesh210 = Instance.new("CylinderMesh")
  385. Part211 = Instance.new("Part")
  386. CylinderMesh212 = Instance.new("CylinderMesh")
  387. Part213 = Instance.new("Part")
  388. CylinderMesh214 = Instance.new("CylinderMesh")
  389. Part215 = Instance.new("Part")
  390. BlockMesh216 = Instance.new("BlockMesh")
  391. Part217 = Instance.new("Part")
  392. BlockMesh218 = Instance.new("BlockMesh")
  393. Part219 = Instance.new("Part")
  394. BlockMesh220 = Instance.new("BlockMesh")
  395. Part221 = Instance.new("Part")
  396. BlockMesh222 = Instance.new("BlockMesh")
  397. Part223 = Instance.new("Part")
  398. BlockMesh224 = Instance.new("BlockMesh")
  399. Part225 = Instance.new("Part")
  400. BlockMesh226 = Instance.new("BlockMesh")
  401. Part227 = Instance.new("Part")
  402. BlockMesh228 = Instance.new("BlockMesh")
  403. Part229 = Instance.new("Part")
  404. BlockMesh230 = Instance.new("BlockMesh")
  405. Part231 = Instance.new("Part")
  406. BlockMesh232 = Instance.new("BlockMesh")
  407. Part233 = Instance.new("Part")
  408. BlockMesh234 = Instance.new("BlockMesh")
  409. Part235 = Instance.new("Part")
  410. BlockMesh236 = Instance.new("BlockMesh")
  411. Part237 = Instance.new("Part")
  412. BlockMesh238 = Instance.new("BlockMesh")
  413. Part239 = Instance.new("Part")
  414. BlockMesh240 = Instance.new("BlockMesh")
  415. Part241 = Instance.new("Part")
  416. BlockMesh242 = Instance.new("BlockMesh")
  417. Part243 = Instance.new("Part")
  418. BlockMesh244 = Instance.new("BlockMesh")
  419. Part245 = Instance.new("Part")
  420. BlockMesh246 = Instance.new("BlockMesh")
  421. Part247 = Instance.new("Part")
  422. BlockMesh248 = Instance.new("BlockMesh")
  423. Part249 = Instance.new("Part")
  424. BlockMesh250 = Instance.new("BlockMesh")
  425. Part251 = Instance.new("Part")
  426. BlockMesh252 = Instance.new("BlockMesh")
  427. Part253 = Instance.new("Part")
  428. BlockMesh254 = Instance.new("BlockMesh")
  429. Part255 = Instance.new("Part")
  430. BlockMesh256 = Instance.new("BlockMesh")
  431. Part257 = Instance.new("Part")
  432. BlockMesh258 = Instance.new("BlockMesh")
  433. Part259 = Instance.new("Part")
  434. BlockMesh260 = Instance.new("BlockMesh")
  435. Part261 = Instance.new("Part")
  436. BlockMesh262 = Instance.new("BlockMesh")
  437. Part263 = Instance.new("Part")
  438. BlockMesh264 = Instance.new("BlockMesh")
  439. Part265 = Instance.new("Part")
  440. BlockMesh266 = Instance.new("BlockMesh")
  441. Part267 = Instance.new("Part")
  442. BlockMesh268 = Instance.new("BlockMesh")
  443. Part269 = Instance.new("Part")
  444. BlockMesh270 = Instance.new("BlockMesh")
  445. Part271 = Instance.new("Part")
  446. BlockMesh272 = Instance.new("BlockMesh")
  447. Part273 = Instance.new("Part")
  448. BlockMesh274 = Instance.new("BlockMesh")
  449. Part275 = Instance.new("Part")
  450. BlockMesh276 = Instance.new("BlockMesh")
  451. Part277 = Instance.new("Part")
  452. BlockMesh278 = Instance.new("BlockMesh")
  453. Part279 = Instance.new("Part")
  454. BlockMesh280 = Instance.new("BlockMesh")
  455. Script281 = Instance.new("Script")
  456. Model0.Name = "Sonarmor"
  457. Model0.Parent = mas
  458. Model1.Name = "LeftArm"
  459. Model1.Parent = Model0
  460. Part2.Name = "Left Arm1"
  461. Part2.Parent = Model1
  462. Part2.BrickColor = BrickColor.new("Pastel yellow")
  463. Part2.Transparency = 1
  464. Part2.Rotation = Vector3.new(-180, -90, 0)
  465. Part2.Anchored = true
  466. Part2.CanCollide = false
  467. Part2.FormFactor = Enum.FormFactor.Symmetric
  468. Part2.Size = Vector3.new(1, 2, 1)
  469. Part2.CFrame = CFrame.new(84.721138, 2.97380614, 69.5937424, 8.15038344e-21, 2.35065841e-06, -1, 9.82558322e-19, -1, -2.35065841e-06, -1, -9.82558322e-19, -8.15269293e-21)
  470. Part2.Color = Color3.new(1, 1, 0.8)
  471. Part2.Position = Vector3.new(84.721138, 2.97380614, 69.5937424)
  472. Part2.Orientation = Vector3.new(0, -90, 180)
  473. Part2.Color = Color3.new(1, 1, 0.8)
  474. WedgePart3.Parent = Model1
  475. WedgePart3.Material = Enum.Material.SmoothPlastic
  476. WedgePart3.BrickColor = BrickColor.new("Navy blue")
  477. WedgePart3.Reflectance = 0.0049999998882413
  478. WedgePart3.Rotation = Vector3.new(13.4300003, 0, 90)
  479. WedgePart3.Anchored = true
  480. WedgePart3.CanCollide = false
  481. WedgePart3.FormFactor = Enum.FormFactor.Symmetric
  482. WedgePart3.Size = Vector3.new(0.220499977, 0.385874987, 0.79909116)
  483. WedgePart3.CFrame = CFrame.new(84.5220337, 5.39255524, 67.3724747, 1.1144477e-07, -0.999996722, 9.83477548e-07, 0.972667575, -1.19206263e-07, -0.232179835, 0.232180044, 9.53674146e-07, 0.972667694)
  484. WedgePart3.BottomSurface = Enum.SurfaceType.Smooth
  485. WedgePart3.Color = Color3.new(0, 0.12549, 0.376471)
  486. WedgePart3.Position = Vector3.new(84.5220337, 5.39255524, 67.3724747)
  487. WedgePart3.Orientation = Vector3.new(13.4300003, 0, 90)
  488. WedgePart3.Color = Color3.new(0, 0.12549, 0.376471)
  489. Part4.Name = "Brick"
  490. Part4.Parent = Model1
  491. Part4.Material = Enum.Material.SmoothPlastic
  492. Part4.BrickColor = BrickColor.new("Navy blue")
  493. Part4.Rotation = Vector3.new(0, 90, 0)
  494. Part4.Anchored = true
  495. Part4.CanCollide = false
  496. Part4.FormFactor = Enum.FormFactor.Symmetric
  497. Part4.Size = Vector3.new(1.19828081, 0.570214629, 1.1971724)
  498. Part4.CFrame = CFrame.new(84.7160492, 2.46017599, 69.6111679, -1.74450037e-07, -1.85120143e-06, 1, -4.62681055e-06, 0.99999994, 1.85119507e-06, -0.99999994, -4.62681055e-06, -1.74458165e-07)
  499. Part4.BottomSurface = Enum.SurfaceType.Smooth
  500. Part4.TopSurface = Enum.SurfaceType.Smooth
  501. Part4.Color = Color3.new(0, 0.12549, 0.376471)
  502. Part4.Position = Vector3.new(84.7160492, 2.46017599, 69.6111679)
  503. Part4.Orientation = Vector3.new(0, 90, 0)
  504. Part4.Color = Color3.new(0, 0.12549, 0.376471)
  505. BlockMesh5.Parent = Part4
  506. Part6.Name = "Brick"
  507. Part6.Parent = Model1
  508. Part6.Material = Enum.Material.SmoothPlastic
  509. Part6.BrickColor = BrickColor.new("Black")
  510. Part6.Reflectance = 0.0049999998882413
  511. Part6.Rotation = Vector3.new(79.2300034, 0, 0)
  512. Part6.Anchored = true
  513. Part6.CanCollide = false
  514. Part6.FormFactor = Enum.FormFactor.Symmetric
  515. Part6.Size = Vector3.new(1.10684443, 0.201244384, 0.806359112)
  516. Part6.CFrame = CFrame.new(84.713829, 4.26771784, 69.8875198, 1, -3.8433216e-13, 2.83340517e-12, -2.84009643e-12, 0.186832219, -0.982391834, 1.86642856e-13, 0.982391834, 0.186832219)
  517. Part6.BottomSurface = Enum.SurfaceType.Smooth
  518. Part6.TopSurface = Enum.SurfaceType.Smooth
  519. Part6.Color = Color3.new(0.105882, 0.164706, 0.207843)
  520. Part6.Position = Vector3.new(84.713829, 4.26771784, 69.8875198)
  521. Part6.Orientation = Vector3.new(79.2300034, 0, 0)
  522. Part6.Color = Color3.new(0.105882, 0.164706, 0.207843)
  523. BlockMesh7.Parent = Part6
  524. Part8.Name = "Brick"
  525. Part8.Parent = Model1
  526. Part8.Material = Enum.Material.SmoothPlastic
  527. Part8.BrickColor = BrickColor.new("Black")
  528. Part8.Reflectance = 0.0049999998882413
  529. Part8.Rotation = Vector3.new(79.2300034, 0, 0)
  530. Part8.Anchored = true
  531. Part8.CanCollide = false
  532. Part8.FormFactor = Enum.FormFactor.Symmetric
  533. Part8.Size = Vector3.new(0.201244384, 1.03670979, 0.806359112)
  534. Part8.CFrame = CFrame.new(85.166626, 4.1874733, 69.4766769, 1, -3.8433216e-13, 2.83340517e-12, -2.84009643e-12, 0.186832219, -0.982391834, 1.86642856e-13, 0.982391834, 0.186832219)
  535. Part8.BottomSurface = Enum.SurfaceType.Smooth
  536. Part8.TopSurface = Enum.SurfaceType.Smooth
  537. Part8.Color = Color3.new(0.105882, 0.164706, 0.207843)
  538. Part8.Position = Vector3.new(85.166626, 4.1874733, 69.4766769)
  539. Part8.Orientation = Vector3.new(79.2300034, 0, 0)
  540. Part8.Color = Color3.new(0.105882, 0.164706, 0.207843)
  541. BlockMesh9.Parent = Part8
  542. Part10.Name = "Brick"
  543. Part10.Parent = Model1
  544. Part10.Material = Enum.Material.SmoothPlastic
  545. Part10.BrickColor = BrickColor.new("Black")
  546. Part10.Reflectance = 0.0049999998882413
  547. Part10.Rotation = Vector3.new(88.4300003, 0, 0)
  548. Part10.Anchored = true
  549. Part10.CanCollide = false
  550. Part10.FormFactor = Enum.FormFactor.Symmetric
  551. Part10.Size = Vector3.new(0.201244384, 0.212827399, 1.0574975)
  552. Part10.CFrame = CFrame.new(85.166626, 4.22347689, 68.9344482, 1, 1.08608943e-13, 2.84414961e-12, -2.84009643e-12, 0.027451029, -0.99962306, 1.86642856e-13, 0.99962306, 0.027451029)
  553. Part10.BottomSurface = Enum.SurfaceType.Smooth
  554. Part10.TopSurface = Enum.SurfaceType.Smooth
  555. Part10.Color = Color3.new(0.105882, 0.164706, 0.207843)
  556. Part10.Position = Vector3.new(85.166626, 4.22347689, 68.9344482)
  557. Part10.Orientation = Vector3.new(88.4300003, 0, 0)
  558. Part10.Color = Color3.new(0.105882, 0.164706, 0.207843)
  559. BlockMesh11.Parent = Part10
  560. WedgePart12.Parent = Model1
  561. WedgePart12.Material = Enum.Material.SmoothPlastic
  562. WedgePart12.BrickColor = BrickColor.new("Black")
  563. WedgePart12.Reflectance = 0.0049999998882413
  564. WedgePart12.Rotation = Vector3.new(13.4300003, 0, 90)
  565. WedgePart12.Anchored = true
  566. WedgePart12.CanCollide = false
  567. WedgePart12.FormFactor = Enum.FormFactor.Symmetric
  568. WedgePart12.Size = Vector3.new(0.201244384, 0.201244384, 0.628686726)
  569. WedgePart12.CFrame = CFrame.new(84.2616959, 4.99800968, 68.1583786, 5.42964393e-08, -0.999996722, -1.74445791e-10, 0.972667515, 4.60768099e-08, -0.232180193, 0.232180342, -1.65836891e-08, 0.972667634)
  570. WedgePart12.BottomSurface = Enum.SurfaceType.Smooth
  571. WedgePart12.Color = Color3.new(0.105882, 0.164706, 0.207843)
  572. WedgePart12.Position = Vector3.new(84.2616959, 4.99800968, 68.1583786)
  573. WedgePart12.Orientation = Vector3.new(13.4300003, 0, 90)
  574. WedgePart12.Color = Color3.new(0.105882, 0.164706, 0.207843)
  575. WedgePart13.Parent = Model1
  576. WedgePart13.Material = Enum.Material.SmoothPlastic
  577. WedgePart13.BrickColor = BrickColor.new("Black")
  578. WedgePart13.Reflectance = 0.0049999998882413
  579. WedgePart13.Rotation = Vector3.new(13.4300003, 0, -90)
  580. WedgePart13.Anchored = true
  581. WedgePart13.CanCollide = false
  582. WedgePart13.FormFactor = Enum.FormFactor.Symmetric
  583. WedgePart13.Size = Vector3.new(0.201244384, 0.352177709, 0.729308963)
  584. WedgePart13.CFrame = CFrame.new(84.8906479, 5.15557432, 67.4995956, 1.11450326e-07, 0.999996722, -9.83475843e-07, -0.972667575, -1.19211848e-07, -0.232179835, -0.232180044, 9.53674544e-07, 0.972667694)
  585. WedgePart13.BottomSurface = Enum.SurfaceType.Smooth
  586. WedgePart13.Color = Color3.new(0.105882, 0.164706, 0.207843)
  587. WedgePart13.Position = Vector3.new(84.8906479, 5.15557432, 67.4995956)
  588. WedgePart13.Orientation = Vector3.new(13.4300003, 0, -90)
  589. WedgePart13.Color = Color3.new(0.105882, 0.164706, 0.207843)
  590. WedgePart14.Parent = Model1
  591. WedgePart14.Material = Enum.Material.SmoothPlastic
  592. WedgePart14.BrickColor = BrickColor.new("Black")
  593. WedgePart14.Reflectance = 0.0049999998882413
  594. WedgePart14.Rotation = Vector3.new(13.4300003, 0, -180)
  595. WedgePart14.Anchored = true
  596. WedgePart14.CanCollide = false
  597. WedgePart14.Size = Vector3.new(0.201244384, 0.224141195, 0.517623842)
  598. WedgePart14.CFrame = CFrame.new(84.2610245, 4.65805483, 68.6664963, -0.99999994, 1.67656744e-05, 7.46475916e-06, -1.80406896e-05, -0.972671866, -0.232184008, 3.36804032e-06, -0.232183963, 0.972671926)
  599. WedgePart14.BottomSurface = Enum.SurfaceType.Smooth
  600. WedgePart14.Color = Color3.new(0.105882, 0.164706, 0.207843)
  601. WedgePart14.Position = Vector3.new(84.2610245, 4.65805483, 68.6664963)
  602. WedgePart14.Orientation = Vector3.new(13.4300003, 0, -180)
  603. WedgePart14.Color = Color3.new(0.105882, 0.164706, 0.207843)
  604. WedgePart15.Parent = Model1
  605. WedgePart15.Material = Enum.Material.SmoothPlastic
  606. WedgePart15.BrickColor = BrickColor.new("Black")
  607. WedgePart15.Reflectance = 0.0049999998882413
  608. WedgePart15.Rotation = Vector3.new(-166.570007, 0, 0)
  609. WedgePart15.Anchored = true
  610. WedgePart15.CanCollide = false
  611. WedgePart15.Size = Vector3.new(0.201244384, 0.226340756, 0.503780782)
  612. WedgePart15.CFrame = CFrame.new(85.166626, 4.53830528, 69.1634369, 1, -1.67652124e-05, 7.60012563e-06, -1.80716834e-05, -0.972671926, 0.232184038, 3.49981519e-06, -0.232184038, -0.972671926)
  613. WedgePart15.BottomSurface = Enum.SurfaceType.Smooth
  614. WedgePart15.Color = Color3.new(0.105882, 0.164706, 0.207843)
  615. WedgePart15.Position = Vector3.new(85.166626, 4.53830528, 69.1634369)
  616. WedgePart15.Orientation = Vector3.new(-13.4300003, 180, -180)
  617. WedgePart15.Color = Color3.new(0.105882, 0.164706, 0.207843)
  618. WedgePart16.Parent = Model1
  619. WedgePart16.Material = Enum.Material.SmoothPlastic
  620. WedgePart16.BrickColor = BrickColor.new("Black")
  621. WedgePart16.Reflectance = 0.0049999998882413
  622. WedgePart16.Rotation = Vector3.new(13.4300003, 0, 90)
  623. WedgePart16.Anchored = true
  624. WedgePart16.CanCollide = false
  625. WedgePart16.FormFactor = Enum.FormFactor.Symmetric
  626. WedgePart16.Size = Vector3.new(0.201244384, 0.352177709, 0.729308963)
  627. WedgePart16.CFrame = CFrame.new(84.5387802, 5.15557432, 67.4995956, 1.1144477e-07, -0.999996722, 9.83477548e-07, 0.972667575, -1.19206263e-07, -0.232179835, 0.232180044, 9.53674146e-07, 0.972667694)
  628. WedgePart16.BottomSurface = Enum.SurfaceType.Smooth
  629. WedgePart16.Color = Color3.new(0.105882, 0.164706, 0.207843)
  630. WedgePart16.Position = Vector3.new(84.5387802, 5.15557432, 67.4995956)
  631. WedgePart16.Orientation = Vector3.new(13.4300003, 0, 90)
  632. WedgePart16.Color = Color3.new(0.105882, 0.164706, 0.207843)
  633. WedgePart17.Parent = Model1
  634. WedgePart17.Material = Enum.Material.SmoothPlastic
  635. WedgePart17.BrickColor = BrickColor.new("Black")
  636. WedgePart17.Reflectance = 0.0049999998882413
  637. WedgePart17.Rotation = Vector3.new(-166.570007, 0, 0)
  638. WedgePart17.Anchored = true
  639. WedgePart17.CanCollide = false
  640. WedgePart17.Size = Vector3.new(0.201244384, 0.224141195, 0.498885751)
  641. WedgePart17.CFrame = CFrame.new(84.2610321, 4.54004574, 69.1608963, 0.99999994, 1.67656744e-05, -7.4647578e-06, 1.80406896e-05, -0.972671866, 0.232183889, -3.36804032e-06, -0.232183903, -0.972671926)
  642. WedgePart17.BottomSurface = Enum.SurfaceType.Smooth
  643. WedgePart17.Color = Color3.new(0.105882, 0.164706, 0.207843)
  644. WedgePart17.Position = Vector3.new(84.2610321, 4.54004574, 69.1608963)
  645. WedgePart17.Orientation = Vector3.new(-13.4300003, -180, 180)
  646. WedgePart17.Color = Color3.new(0.105882, 0.164706, 0.207843)
  647. WedgePart18.Parent = Model1
  648. WedgePart18.Material = Enum.Material.SmoothPlastic
  649. WedgePart18.BrickColor = BrickColor.new("Black")
  650. WedgePart18.Reflectance = 0.0049999998882413
  651. WedgePart18.Rotation = Vector3.new(13.4300003, 0, -90)
  652. WedgePart18.Anchored = true
  653. WedgePart18.CanCollide = false
  654. WedgePart18.FormFactor = Enum.FormFactor.Symmetric
  655. WedgePart18.Size = Vector3.new(0.201244384, 0.201244384, 0.628686726)
  656. WedgePart18.CFrame = CFrame.new(85.1665039, 4.99800968, 68.1583786, 5.43020029e-08, 0.999996722, 1.76164416e-10, -0.972667515, 4.60712499e-08, -0.232180193, -0.232180342, -1.65833196e-08, 0.972667634)
  657. WedgePart18.BottomSurface = Enum.SurfaceType.Smooth
  658. WedgePart18.Color = Color3.new(0.105882, 0.164706, 0.207843)
  659. WedgePart18.Position = Vector3.new(85.1665039, 4.99800968, 68.1583786)
  660. WedgePart18.Orientation = Vector3.new(13.4300003, 0, -90)
  661. WedgePart18.Color = Color3.new(0.105882, 0.164706, 0.207843)
  662. WedgePart19.Parent = Model1
  663. WedgePart19.Material = Enum.Material.SmoothPlastic
  664. WedgePart19.BrickColor = BrickColor.new("Black")
  665. WedgePart19.Reflectance = 0.0049999998882413
  666. WedgePart19.Rotation = Vector3.new(13.4300003, 0, 180)
  667. WedgePart19.Anchored = true
  668. WedgePart19.CanCollide = false
  669. WedgePart19.Size = Vector3.new(0.201244384, 0.226340756, 0.518070102)
  670. WedgePart19.CFrame = CFrame.new(85.166626, 4.6569376, 68.6664658, -1, -1.67652124e-05, -7.60012745e-06, 1.80716834e-05, -0.972671986, -0.232184127, -3.49981519e-06, -0.232184127, 0.972671986)
  671. WedgePart19.BottomSurface = Enum.SurfaceType.Smooth
  672. WedgePart19.Color = Color3.new(0.105882, 0.164706, 0.207843)
  673. WedgePart19.Position = Vector3.new(85.166626, 4.6569376, 68.6664658)
  674. WedgePart19.Orientation = Vector3.new(13.4300003, 0, 180)
  675. WedgePart19.Color = Color3.new(0.105882, 0.164706, 0.207843)
  676. WedgePart20.Parent = Model1
  677. WedgePart20.Material = Enum.Material.SmoothPlastic
  678. WedgePart20.BrickColor = BrickColor.new("Navy blue")
  679. WedgePart20.Reflectance = 0.0049999998882413
  680. WedgePart20.Rotation = Vector3.new(13.4300003, 0, 180)
  681. WedgePart20.Anchored = true
  682. WedgePart20.CanCollide = false
  683. WedgePart20.Size = Vector3.new(0.220499977, 0.247997627, 0.567640364)
  684. WedgePart20.CFrame = CFrame.new(85.2099533, 4.84621525, 68.6509476, -1, -1.67652124e-05, -7.60012745e-06, 1.80716834e-05, -0.972671986, -0.232184127, -3.49981519e-06, -0.232184127, 0.972671986)
  685. WedgePart20.BottomSurface = Enum.SurfaceType.Smooth
  686. WedgePart20.Color = Color3.new(0, 0.12549, 0.376471)
  687. WedgePart20.Position = Vector3.new(85.2099533, 4.84621525, 68.6509476)
  688. WedgePart20.Orientation = Vector3.new(13.4300003, 0, 180)
  689. WedgePart20.Color = Color3.new(0, 0.12549, 0.376471)
  690. WedgePart21.Parent = Model1
  691. WedgePart21.Material = Enum.Material.SmoothPlastic
  692. WedgePart21.BrickColor = BrickColor.new("Navy blue")
  693. WedgePart21.Reflectance = 0.0049999998882413
  694. WedgePart21.Rotation = Vector3.new(-166.570007, 0, 0)
  695. WedgePart21.Anchored = true
  696. WedgePart21.CanCollide = false
  697. WedgePart21.Size = Vector3.new(0.220499977, 0.245587617, 0.546620429)
  698. WedgePart21.CFrame = CFrame.new(84.2177048, 4.7181406, 69.1926804, 0.99999994, 1.67656744e-05, -7.4647578e-06, 1.80406896e-05, -0.972671866, 0.232183889, -3.36804032e-06, -0.232183903, -0.972671926)
  699. WedgePart21.BottomSurface = Enum.SurfaceType.Smooth
  700. WedgePart21.Color = Color3.new(0, 0.12549, 0.376471)
  701. WedgePart21.Position = Vector3.new(84.2177048, 4.7181406, 69.1926804)
  702. WedgePart21.Orientation = Vector3.new(-13.4300003, -180, 180)
  703. WedgePart21.Color = Color3.new(0, 0.12549, 0.376471)
  704. WedgePart22.Parent = Model1
  705. WedgePart22.Material = Enum.Material.SmoothPlastic
  706. WedgePart22.BrickColor = BrickColor.new("Navy blue")
  707. WedgePart22.Reflectance = 0.0049999998882413
  708. WedgePart22.Rotation = Vector3.new(13.4300003, 0, 90)
  709. WedgePart22.Anchored = true
  710. WedgePart22.CanCollide = false
  711. WedgePart22.FormFactor = Enum.FormFactor.Symmetric
  712. WedgePart22.Size = Vector3.new(0.220499977, 0.220499977, 0.688841164)
  713. WedgePart22.CFrame = CFrame.new(84.2184372, 5.2199173, 68.0942612, 5.42964393e-08, -0.999996722, -1.74445791e-10, 0.972667515, 4.60768099e-08, -0.232180193, 0.232180342, -1.65836891e-08, 0.972667634)
  714. WedgePart22.BottomSurface = Enum.SurfaceType.Smooth
  715. WedgePart22.Color = Color3.new(0, 0.12549, 0.376471)
  716. WedgePart22.Position = Vector3.new(84.2184372, 5.2199173, 68.0942612)
  717. WedgePart22.Orientation = Vector3.new(13.4300003, 0, 90)
  718. WedgePart22.Color = Color3.new(0, 0.12549, 0.376471)
  719. WedgePart23.Parent = Model1
  720. WedgePart23.Material = Enum.Material.SmoothPlastic
  721. WedgePart23.BrickColor = BrickColor.new("Navy blue")
  722. WedgePart23.Reflectance = 0.0049999998882413
  723. WedgePart23.Rotation = Vector3.new(13.4300003, 0, -90)
  724. WedgePart23.Anchored = true
  725. WedgePart23.CanCollide = false
  726. WedgePart23.FormFactor = Enum.FormFactor.Symmetric
  727. WedgePart23.Size = Vector3.new(0.220499977, 0.220499977, 0.688841164)
  728. WedgePart23.CFrame = CFrame.new(85.2098083, 5.2199173, 68.0942612, 5.43020029e-08, 0.999996722, 1.76164416e-10, -0.972667515, 4.60712499e-08, -0.232180193, -0.232180342, -1.65833196e-08, 0.972667634)
  729. WedgePart23.BottomSurface = Enum.SurfaceType.Smooth
  730. WedgePart23.Color = Color3.new(0, 0.12549, 0.376471)
  731. WedgePart23.Position = Vector3.new(85.2098083, 5.2199173, 68.0942612)
  732. WedgePart23.Orientation = Vector3.new(13.4300003, 0, -90)
  733. WedgePart23.Color = Color3.new(0, 0.12549, 0.376471)
  734. Part24.Name = "Brick"
  735. Part24.Parent = Model1
  736. Part24.Material = Enum.Material.SmoothPlastic
  737. Part24.BrickColor = BrickColor.new("Medium blue")
  738. Part24.Rotation = Vector3.new(0, 90, 0)
  739. Part24.Anchored = true
  740. Part24.CanCollide = false
  741. Part24.FormFactor = Enum.FormFactor.Symmetric
  742. Part24.Size = Vector3.new(1.23828077, 0.200000003, 1.23717237)
  743. Part24.CFrame = CFrame.new(84.7160416, 2.58101511, 69.6111679, -1.74450037e-07, -1.85120143e-06, 1, -4.62681055e-06, 0.99999994, 1.85119507e-06, -0.99999994, -4.62681055e-06, -1.74458165e-07)
  744. Part24.BottomSurface = Enum.SurfaceType.Smooth
  745. Part24.TopSurface = Enum.SurfaceType.Smooth
  746. Part24.Color = Color3.new(0.431373, 0.6, 0.792157)
  747. Part24.Position = Vector3.new(84.7160416, 2.58101511, 69.6111679)
  748. Part24.Orientation = Vector3.new(0, 90, 0)
  749. Part24.Color = Color3.new(0.431373, 0.6, 0.792157)
  750. BlockMesh25.Parent = Part24
  751. Part26.Name = "Brick"
  752. Part26.Parent = Model1
  753. Part26.Material = Enum.Material.SmoothPlastic
  754. Part26.BrickColor = BrickColor.new("Really black")
  755. Part26.Rotation = Vector3.new(0, 90, 0)
  756. Part26.Anchored = true
  757. Part26.CanCollide = false
  758. Part26.FormFactor = Enum.FormFactor.Symmetric
  759. Part26.Size = Vector3.new(1.09828091, 1.83832359, 1.0971725)
  760. Part26.CFrame = CFrame.new(84.7160492, 3.10478282, 69.611145, -1.74450037e-07, -1.85120143e-06, 1, -4.62681055e-06, 0.99999994, 1.85119507e-06, -0.99999994, -4.62681055e-06, -1.74458165e-07)
  761. Part26.BottomSurface = Enum.SurfaceType.Smooth
  762. Part26.TopSurface = Enum.SurfaceType.Smooth
  763. Part26.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  764. Part26.Position = Vector3.new(84.7160492, 3.10478282, 69.611145)
  765. Part26.Orientation = Vector3.new(0, 90, 0)
  766. Part26.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  767. BlockMesh27.Parent = Part26
  768. Part28.Name = "Brick"
  769. Part28.Parent = Model1
  770. Part28.Material = Enum.Material.SmoothPlastic
  771. Part28.BrickColor = BrickColor.new("Medium blue")
  772. Part28.Rotation = Vector3.new(0, 90, 0)
  773. Part28.Anchored = true
  774. Part28.CanCollide = false
  775. Part28.FormFactor = Enum.FormFactor.Symmetric
  776. Part28.Size = Vector3.new(1.23828077, 0.200000003, 1.23717237)
  777. Part28.CFrame = CFrame.new(84.7160492, 2.31716251, 69.6111603, -1.74450037e-07, -1.85120143e-06, 1, -4.62681055e-06, 0.99999994, 1.85119507e-06, -0.99999994, -4.62681055e-06, -1.74458165e-07)
  778. Part28.BottomSurface = Enum.SurfaceType.Smooth
  779. Part28.TopSurface = Enum.SurfaceType.Smooth
  780. Part28.Color = Color3.new(0.431373, 0.6, 0.792157)
  781. Part28.Position = Vector3.new(84.7160492, 2.31716251, 69.6111603)
  782. Part28.Orientation = Vector3.new(0, 90, 0)
  783. Part28.Color = Color3.new(0.431373, 0.6, 0.792157)
  784. BlockMesh29.Parent = Part28
  785. Part30.Name = "Brick"
  786. Part30.Parent = Model1
  787. Part30.Material = Enum.Material.SmoothPlastic
  788. Part30.BrickColor = BrickColor.new("Black")
  789. Part30.Reflectance = 0.0049999998882413
  790. Part30.Rotation = Vector3.new(88.4300003, 0, 0)
  791. Part30.Anchored = true
  792. Part30.CanCollide = false
  793. Part30.FormFactor = Enum.FormFactor.Symmetric
  794. Part30.Size = Vector3.new(0.924965441, 0.201244384, 1.06169295)
  795. Part30.CFrame = CFrame.new(84.6228867, 4.22645569, 68.9277115, 1, 1.08608943e-13, 2.84414961e-12, -2.84009643e-12, 0.027451029, -0.99962306, 1.86642856e-13, 0.99962306, 0.027451029)
  796. Part30.BottomSurface = Enum.SurfaceType.Smooth
  797. Part30.TopSurface = Enum.SurfaceType.Smooth
  798. Part30.Color = Color3.new(0.105882, 0.164706, 0.207843)
  799. Part30.Position = Vector3.new(84.6228867, 4.22645569, 68.9277115)
  800. Part30.Orientation = Vector3.new(88.4300003, 0, 0)
  801. Part30.Color = Color3.new(0.105882, 0.164706, 0.207843)
  802. BlockMesh31.Parent = Part30
  803. Part32.Name = "Brick"
  804. Part32.Parent = Model1
  805. Part32.Material = Enum.Material.SmoothPlastic
  806. Part32.BrickColor = BrickColor.new("Black")
  807. Part32.Reflectance = 0.0049999998882413
  808. Part32.Rotation = Vector3.new(79.2300034, 0, 0)
  809. Part32.Anchored = true
  810. Part32.CanCollide = false
  811. Part32.FormFactor = Enum.FormFactor.Symmetric
  812. Part32.Size = Vector3.new(0.201244384, 1.03670979, 0.806359112)
  813. Part32.CFrame = CFrame.new(84.2610245, 4.18971729, 69.4767838, 1, -3.8433216e-13, 2.83340517e-12, -2.84009643e-12, 0.186832219, -0.982391834, 1.86642856e-13, 0.982391834, 0.186832219)
  814. Part32.BottomSurface = Enum.SurfaceType.Smooth
  815. Part32.TopSurface = Enum.SurfaceType.Smooth
  816. Part32.Color = Color3.new(0.105882, 0.164706, 0.207843)
  817. Part32.Position = Vector3.new(84.2610245, 4.18971729, 69.4767838)
  818. Part32.Orientation = Vector3.new(79.2300034, 0, 0)
  819. Part32.Color = Color3.new(0.105882, 0.164706, 0.207843)
  820. BlockMesh33.Parent = Part32
  821. Part34.Name = "Brick"
  822. Part34.Parent = Model1
  823. Part34.Material = Enum.Material.SmoothPlastic
  824. Part34.BrickColor = BrickColor.new("Navy blue")
  825. Part34.Reflectance = 0.0049999998882413
  826. Part34.Rotation = Vector3.new(79.2300034, 0, 0)
  827. Part34.Anchored = true
  828. Part34.CanCollide = false
  829. Part34.FormFactor = Enum.FormFactor.Symmetric
  830. Part34.Size = Vector3.new(0.220499977, 1.13590491, 0.883513689)
  831. Part34.CFrame = CFrame.new(84.2177048, 4.3342948, 69.5388107, 1, -3.8433216e-13, 2.83340517e-12, -2.84009643e-12, 0.186832219, -0.982391834, 1.86642856e-13, 0.982391834, 0.186832219)
  832. Part34.BottomSurface = Enum.SurfaceType.Smooth
  833. Part34.TopSurface = Enum.SurfaceType.Smooth
  834. Part34.Color = Color3.new(0, 0.12549, 0.376471)
  835. Part34.Position = Vector3.new(84.2177048, 4.3342948, 69.5388107)
  836. Part34.Orientation = Vector3.new(79.2300034, 0, 0)
  837. Part34.Color = Color3.new(0, 0.12549, 0.376471)
  838. BlockMesh35.Parent = Part34
  839. Part36.Name = "Brick"
  840. Part36.Parent = Model1
  841. Part36.Material = Enum.Material.SmoothPlastic
  842. Part36.BrickColor = BrickColor.new("Navy blue")
  843. Part36.Reflectance = 0.0049999998882413
  844. Part36.Rotation = Vector3.new(79.2300034, 0, 0)
  845. Part36.Anchored = true
  846. Part36.CanCollide = false
  847. Part36.FormFactor = Enum.FormFactor.Symmetric
  848. Part36.Size = Vector3.new(0.220499977, 1.13590491, 0.883513689)
  849. Part36.CFrame = CFrame.new(85.2099533, 4.33183575, 69.5387192, 1, -3.8433216e-13, 2.83340517e-12, -2.84009643e-12, 0.186832219, -0.982391834, 1.86642856e-13, 0.982391834, 0.186832219)
  850. Part36.BottomSurface = Enum.SurfaceType.Smooth
  851. Part36.TopSurface = Enum.SurfaceType.Smooth
  852. Part36.Color = Color3.new(0, 0.12549, 0.376471)
  853. Part36.Position = Vector3.new(85.2099533, 4.33183575, 69.5387192)
  854. Part36.Orientation = Vector3.new(79.2300034, 0, 0)
  855. Part36.Color = Color3.new(0, 0.12549, 0.376471)
  856. BlockMesh37.Parent = Part36
  857. Part38.Name = "Brick"
  858. Part38.Parent = Model1
  859. Part38.Material = Enum.Material.SmoothPlastic
  860. Part38.BrickColor = BrickColor.new("Navy blue")
  861. Part38.Reflectance = 0.0049999998882413
  862. Part38.Rotation = Vector3.new(103.43, 0, 0)
  863. Part38.Anchored = true
  864. Part38.CanCollide = false
  865. Part38.FormFactor = Enum.FormFactor.Symmetric
  866. Part38.Size = Vector3.new(1.21275008, 1.59979963, 0.220499977)
  867. Part38.CFrame = CFrame.new(84.713829, 4.95423746, 69.2073441, 1, 8.59323843e-13, 2.78033499e-12, -2.84009643e-12, -0.232184067, -0.972671926, 1.86642856e-13, 0.972671926, -0.232184067)
  868. Part38.BottomSurface = Enum.SurfaceType.Smooth
  869. Part38.TopSurface = Enum.SurfaceType.Smooth
  870. Part38.Color = Color3.new(0, 0.12549, 0.376471)
  871. Part38.Position = Vector3.new(84.713829, 4.95423746, 69.2073441)
  872. Part38.Orientation = Vector3.new(76.5699997, 180, -180)
  873. Part38.Color = Color3.new(0, 0.12549, 0.376471)
  874. BlockMesh39.Parent = Part38
  875. Part40.Name = "Brick"
  876. Part40.Parent = Model1
  877. Part40.Material = Enum.Material.SmoothPlastic
  878. Part40.BrickColor = BrickColor.new("Navy blue")
  879. Part40.Reflectance = 0.0049999998882413
  880. Part40.Rotation = Vector3.new(79.2300034, 0, 0)
  881. Part40.Anchored = true
  882. Part40.CanCollide = false
  883. Part40.FormFactor = Enum.FormFactor.Symmetric
  884. Part40.Size = Vector3.new(1.21275008, 0.220499977, 0.883513689)
  885. Part40.CFrame = CFrame.new(84.713829, 4.41975594, 69.9888382, 1, -3.8433216e-13, 2.83340517e-12, -2.84009643e-12, 0.186832219, -0.982391834, 1.86642856e-13, 0.982391834, 0.186832219)
  886. Part40.BottomSurface = Enum.SurfaceType.Smooth
  887. Part40.TopSurface = Enum.SurfaceType.Smooth
  888. Part40.Color = Color3.new(0, 0.12549, 0.376471)
  889. Part40.Position = Vector3.new(84.713829, 4.41975594, 69.9888382)
  890. Part40.Orientation = Vector3.new(79.2300034, 0, 0)
  891. Part40.Color = Color3.new(0, 0.12549, 0.376471)
  892. BlockMesh41.Parent = Part40
  893. Part42.Name = "Brick"
  894. Part42.Parent = Model1
  895. Part42.Material = Enum.Material.SmoothPlastic
  896. Part42.BrickColor = BrickColor.new("Navy blue")
  897. Part42.Reflectance = 0.0049999998882413
  898. Part42.Rotation = Vector3.new(88.4300003, 0, 0)
  899. Part42.Anchored = true
  900. Part42.CanCollide = false
  901. Part42.FormFactor = Enum.FormFactor.Symmetric
  902. Part42.Size = Vector3.new(1.0134685, 0.220499977, 1.16327846)
  903. Part42.CFrame = CFrame.new(84.6141891, 4.37454987, 68.9372253, 1, 1.08608943e-13, 2.84414961e-12, -2.84009643e-12, 0.027451029, -0.99962306, 1.86642856e-13, 0.99962306, 0.027451029)
  904. Part42.BottomSurface = Enum.SurfaceType.Smooth
  905. Part42.TopSurface = Enum.SurfaceType.Smooth
  906. Part42.Color = Color3.new(0, 0.12549, 0.376471)
  907. Part42.Position = Vector3.new(84.6141891, 4.37454987, 68.9372253)
  908. Part42.Orientation = Vector3.new(88.4300003, 0, 0)
  909. Part42.Color = Color3.new(0, 0.12549, 0.376471)
  910. BlockMesh43.Parent = Part42
  911. Part44.Name = "Brick"
  912. Part44.Parent = Model1
  913. Part44.Material = Enum.Material.SmoothPlastic
  914. Part44.BrickColor = BrickColor.new("Navy blue")
  915. Part44.Reflectance = 0.0049999998882413
  916. Part44.Rotation = Vector3.new(88.4300003, 0, 0)
  917. Part44.Anchored = true
  918. Part44.CanCollide = false
  919. Part44.FormFactor = Enum.FormFactor.Symmetric
  920. Part44.Size = Vector3.new(0.220499977, 0.233191282, 1.15868151)
  921. Part44.CFrame = CFrame.new(85.2099533, 4.37127972, 68.9445953, 1, 1.08608943e-13, 2.84414961e-12, -2.84009643e-12, 0.027451029, -0.99962306, 1.86642856e-13, 0.99962306, 0.027451029)
  922. Part44.BottomSurface = Enum.SurfaceType.Smooth
  923. Part44.TopSurface = Enum.SurfaceType.Smooth
  924. Part44.Color = Color3.new(0, 0.12549, 0.376471)
  925. Part44.Position = Vector3.new(85.2099533, 4.37127972, 68.9445953)
  926. Part44.Orientation = Vector3.new(88.4300003, 0, 0)
  927. Part44.Color = Color3.new(0, 0.12549, 0.376471)
  928. BlockMesh45.Parent = Part44
  929. Part46.Name = "Brick"
  930. Part46.Parent = Model1
  931. Part46.Material = Enum.Material.SmoothPlastic
  932. Part46.BrickColor = BrickColor.new("Black")
  933. Part46.Reflectance = 0.0049999998882413
  934. Part46.Rotation = Vector3.new(103.43, 0, 0)
  935. Part46.Anchored = true
  936. Part46.CanCollide = false
  937. Part46.FormFactor = Enum.FormFactor.Symmetric
  938. Part46.Size = Vector3.new(1.10684443, 1.46009409, 0.201244384)
  939. Part46.CFrame = CFrame.new(84.713829, 4.75552416, 69.1742554, 1, 8.59323843e-13, 2.78033499e-12, -2.84009643e-12, -0.232184067, -0.972671926, 1.86642856e-13, 0.972671926, -0.232184067)
  940. Part46.BottomSurface = Enum.SurfaceType.Smooth
  941. Part46.TopSurface = Enum.SurfaceType.Smooth
  942. Part46.Color = Color3.new(0.105882, 0.164706, 0.207843)
  943. Part46.Position = Vector3.new(84.713829, 4.75552416, 69.1742554)
  944. Part46.Orientation = Vector3.new(76.5699997, 180, -180)
  945. Part46.Color = Color3.new(0.105882, 0.164706, 0.207843)
  946. BlockMesh47.Parent = Part46
  947. Part48.Parent = Model1
  948. Part48.Transparency = 1
  949. Part48.Rotation = Vector3.new(103.43, 0, 0)
  950. Part48.Anchored = true
  951. Part48.CanCollide = false
  952. Part48.FormFactor = Enum.FormFactor.Symmetric
  953. Part48.Size = Vector3.new(1.15937805, 1.40214789, 0.200000048)
  954. Part48.CFrame = CFrame.new(84.7078781, 4.9594717, 69.2473831, 1, -2.23584706e-08, 2.78033477e-12, -5.19422949e-09, -0.232183963, -0.972671866, 2.17484519e-08, 0.972671866, -0.232183963)
  955. Part48.Position = Vector3.new(84.7078781, 4.9594717, 69.2473831)
  956. Part48.Orientation = Vector3.new(76.5699997, 180, -180)
  957. Decal49.Parent = Part48
  958. Decal49.Texture = "http://www.roblox.com/asset/?id=590273972"
  959. Part50.Parent = Model1
  960. Part50.Material = Enum.Material.SmoothPlastic
  961. Part50.BrickColor = BrickColor.new("Navy blue")
  962. Part50.Reflectance = 0.0049999998882413
  963. Part50.Rotation = Vector3.new(13.4300003, 0, -180)
  964. Part50.Anchored = true
  965. Part50.CanCollide = false
  966. Part50.Size = Vector3.new(0.770880163, 0.220499977, 0.688839018)
  967. Part50.CFrame = CFrame.new(84.7141266, 5.2199173, 68.0942612, -0.99999994, 2.78033629e-12, 8.30897634e-13, 2.84009621e-12, -0.972672582, -0.232180983, -1.86642843e-13, -0.232181013, 0.972672522)
  968. Part50.BottomSurface = Enum.SurfaceType.Smooth
  969. Part50.TopSurface = Enum.SurfaceType.Smooth
  970. Part50.Color = Color3.new(0, 0.12549, 0.376471)
  971. Part50.Position = Vector3.new(84.7141266, 5.2199173, 68.0942612)
  972. Part50.Orientation = Vector3.new(13.4300003, 0, 180)
  973. Part50.Color = Color3.new(0, 0.12549, 0.376471)
  974. Part51.Parent = Model1
  975. Part51.Material = Enum.Material.SmoothPlastic
  976. Part51.BrickColor = BrickColor.new("Black")
  977. Part51.Reflectance = 0.0049999998882413
  978. Part51.Rotation = Vector3.new(13.4300003, 0, -180)
  979. Part51.Anchored = true
  980. Part51.CanCollide = false
  981. Part51.Size = Vector3.new(0.703561604, 0.201244384, 0.628684759)
  982. Part51.CFrame = CFrame.new(84.7140961, 4.99800968, 68.1583786, -0.99999994, 2.78033629e-12, 8.30897634e-13, 2.84009621e-12, -0.972672582, -0.232180983, -1.86642843e-13, -0.232181013, 0.972672522)
  983. Part51.BottomSurface = Enum.SurfaceType.Smooth
  984. Part51.TopSurface = Enum.SurfaceType.Smooth
  985. Part51.Color = Color3.new(0.105882, 0.164706, 0.207843)
  986. Part51.Position = Vector3.new(84.7140961, 4.99800968, 68.1583786)
  987. Part51.Orientation = Vector3.new(13.4300003, 0, 180)
  988. Part51.Color = Color3.new(0.105882, 0.164706, 0.207843)
  989. WedgePart52.Parent = Model1
  990. WedgePart52.Material = Enum.Material.SmoothPlastic
  991. WedgePart52.BrickColor = BrickColor.new("Navy blue")
  992. WedgePart52.Reflectance = 0.0049999998882413
  993. WedgePart52.Rotation = Vector3.new(-166.570007, 0, 0)
  994. WedgePart52.Anchored = true
  995. WedgePart52.CanCollide = false
  996. WedgePart52.Size = Vector3.new(0.220499977, 0.247997627, 0.551983833)
  997. WedgePart52.CFrame = CFrame.new(85.2099533, 4.71623325, 69.1954803, 1, -1.67652124e-05, 7.60012563e-06, -1.80716834e-05, -0.972671926, 0.232184038, 3.49981519e-06, -0.232184038, -0.972671926)
  998. WedgePart52.BottomSurface = Enum.SurfaceType.Smooth
  999. WedgePart52.Color = Color3.new(0, 0.12549, 0.376471)
  1000. WedgePart52.Position = Vector3.new(85.2099533, 4.71623325, 69.1954803)
  1001. WedgePart52.Orientation = Vector3.new(-13.4300003, 180, -180)
  1002. WedgePart52.Color = Color3.new(0, 0.12549, 0.376471)
  1003. WedgePart53.Parent = Model1
  1004. WedgePart53.Material = Enum.Material.SmoothPlastic
  1005. WedgePart53.BrickColor = BrickColor.new("Navy blue")
  1006. WedgePart53.Reflectance = 0.0049999998882413
  1007. WedgePart53.Rotation = Vector3.new(13.4300003, 0, -90)
  1008. WedgePart53.Anchored = true
  1009. WedgePart53.CanCollide = false
  1010. WedgePart53.FormFactor = Enum.FormFactor.Symmetric
  1011. WedgePart53.Size = Vector3.new(0.220499977, 0.385874987, 0.79909116)
  1012. WedgePart53.CFrame = CFrame.new(84.9075699, 5.39255524, 67.3724747, 1.11450326e-07, 0.999996722, -9.83475843e-07, -0.972667575, -1.19211848e-07, -0.232179835, -0.232180044, 9.53674544e-07, 0.972667694)
  1013. WedgePart53.BottomSurface = Enum.SurfaceType.Smooth
  1014. WedgePart53.Color = Color3.new(0, 0.12549, 0.376471)
  1015. WedgePart53.Position = Vector3.new(84.9075699, 5.39255524, 67.3724747)
  1016. WedgePart53.Orientation = Vector3.new(13.4300003, 0, -90)
  1017. WedgePart53.Color = Color3.new(0, 0.12549, 0.376471)
  1018. WedgePart54.Parent = Model1
  1019. WedgePart54.Material = Enum.Material.SmoothPlastic
  1020. WedgePart54.BrickColor = BrickColor.new("Navy blue")
  1021. WedgePart54.Reflectance = 0.0049999998882413
  1022. WedgePart54.Rotation = Vector3.new(13.4300003, 0, -180)
  1023. WedgePart54.Anchored = true
  1024. WedgePart54.CanCollide = false
  1025. WedgePart54.Size = Vector3.new(0.220499977, 0.245587617, 0.567151427)
  1026. WedgePart54.CFrame = CFrame.new(84.2177048, 4.8474412, 68.6509781, -0.99999994, 1.67656744e-05, 7.46475916e-06, -1.80406896e-05, -0.972671866, -0.232184008, 3.36804032e-06, -0.232183963, 0.972671926)
  1027. WedgePart54.BottomSurface = Enum.SurfaceType.Smooth
  1028. WedgePart54.Color = Color3.new(0, 0.12549, 0.376471)
  1029. WedgePart54.Position = Vector3.new(84.2177048, 4.8474412, 68.6509781)
  1030. WedgePart54.Orientation = Vector3.new(13.4300003, 0, -180)
  1031. WedgePart54.Color = Color3.new(0, 0.12549, 0.376471)
  1032. Model55.Name = "LeftLeg"
  1033. Model55.Parent = Model0
  1034. Part56.Name = "Left Leg1"
  1035. Part56.Parent = Model55
  1036. Part56.BrickColor = BrickColor.new("Pastel yellow")
  1037. Part56.Transparency = 1
  1038. Part56.Rotation = Vector3.new(0, -90, 0)
  1039. Part56.Anchored = true
  1040. Part56.CanCollide = false
  1041. Part56.FormFactor = Enum.FormFactor.Symmetric
  1042. Part56.Size = Vector3.new(1, 2, 1)
  1043. Part56.CFrame = CFrame.new(84.6178741, 1.43210542, 70.6219406, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1044. Part56.BottomSurface = Enum.SurfaceType.Smooth
  1045. Part56.Color = Color3.new(1, 1, 0.8)
  1046. Part56.Position = Vector3.new(84.6178741, 1.43210542, 70.6219406)
  1047. Part56.Orientation = Vector3.new(0, -90, 0)
  1048. Part56.Color = Color3.new(1, 1, 0.8)
  1049. Model57.Name = "RightArm"
  1050. Model57.Parent = Model0
  1051. Part58.Name = "Right Arm1"
  1052. Part58.Parent = Model57
  1053. Part58.BrickColor = BrickColor.new("Pastel yellow")
  1054. Part58.Transparency = 1
  1055. Part58.Rotation = Vector3.new(0, -90, 0)
  1056. Part58.Anchored = true
  1057. Part58.CanCollide = false
  1058. Part58.FormFactor = Enum.FormFactor.Symmetric
  1059. Part58.Size = Vector3.new(1, 2, 1)
  1060. Part58.CFrame = CFrame.new(84.7411346, 2.97469735, 72.663681, 8.15269212e-21, -2.35065841e-06, -1, -9.82558219e-19, 1, -2.35065841e-06, 1, 9.82558219e-19, 8.15038264e-21)
  1061. Part58.Color = Color3.new(1, 1, 0.8)
  1062. Part58.Position = Vector3.new(84.7411346, 2.97469735, 72.663681)
  1063. Part58.Orientation = Vector3.new(0, -90, 0)
  1064. Part58.Color = Color3.new(1, 1, 0.8)
  1065. WedgePart59.Parent = Model57
  1066. WedgePart59.Material = Enum.Material.SmoothPlastic
  1067. WedgePart59.BrickColor = BrickColor.new("Black")
  1068. WedgePart59.Reflectance = 0.0049999998882413
  1069. WedgePart59.Rotation = Vector3.new(166.570007, 0, 90)
  1070. WedgePart59.Anchored = true
  1071. WedgePart59.CanCollide = false
  1072. WedgePart59.FormFactor = Enum.FormFactor.Symmetric
  1073. WedgePart59.Size = Vector3.new(0.201244384, 0.201244384, 0.628686726)
  1074. WedgePart59.CFrame = CFrame.new(84.2616959, 4.99801111, 74.0790176, -5.42963967e-08, -0.999996722, -1.74767589e-10, -0.972667396, 4.60768206e-08, -0.232180774, 0.232180953, 1.65832912e-08, -0.972667456)
  1075. WedgePart59.BottomSurface = Enum.SurfaceType.Smooth
  1076. WedgePart59.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1077. WedgePart59.Position = Vector3.new(84.2616959, 4.99801111, 74.0790176)
  1078. WedgePart59.Orientation = Vector3.new(13.4300003, -180, -90)
  1079. WedgePart59.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1080. Part60.Name = "Brick"
  1081. Part60.Parent = Model57
  1082. Part60.Material = Enum.Material.SmoothPlastic
  1083. Part60.BrickColor = BrickColor.new("Medium blue")
  1084. Part60.Rotation = Vector3.new(0, 90, 0)
  1085. Part60.Anchored = true
  1086. Part60.CanCollide = false
  1087. Part60.FormFactor = Enum.FormFactor.Symmetric
  1088. Part60.Size = Vector3.new(1.23828077, 0.200000003, 1.23717237)
  1089. Part60.CFrame = CFrame.new(84.7160492, 2.58102369, 72.6230316, 5.99961609e-08, -1.85120155e-06, 1, -3.37511301e-06, 0.99999994, 1.85119586e-06, -0.99999994, -3.37511301e-06, 5.99902847e-08)
  1090. Part60.BottomSurface = Enum.SurfaceType.Smooth
  1091. Part60.TopSurface = Enum.SurfaceType.Smooth
  1092. Part60.Color = Color3.new(0.431373, 0.6, 0.792157)
  1093. Part60.Position = Vector3.new(84.7160492, 2.58102369, 72.6230316)
  1094. Part60.Orientation = Vector3.new(0, 90, 0)
  1095. Part60.Color = Color3.new(0.431373, 0.6, 0.792157)
  1096. BlockMesh61.Parent = Part60
  1097. Part62.Name = "Brick"
  1098. Part62.Parent = Model57
  1099. Part62.Material = Enum.Material.SmoothPlastic
  1100. Part62.BrickColor = BrickColor.new("Navy blue")
  1101. Part62.Reflectance = 0.0049999998882413
  1102. Part62.Rotation = Vector3.new(91.5699997, 0, 180)
  1103. Part62.Anchored = true
  1104. Part62.CanCollide = false
  1105. Part62.FormFactor = Enum.FormFactor.Symmetric
  1106. Part62.Size = Vector3.new(0.220499977, 0.233191282, 1.15868151)
  1107. Part62.CFrame = CFrame.new(85.2099533, 4.37128067, 73.2928162, -1, -2.60803667e-13, 2.9527652e-12, 2.84009643e-12, 0.0274504386, -0.99962306, -1.86642856e-13, -0.99962306, -0.0274504386)
  1108. Part62.BottomSurface = Enum.SurfaceType.Smooth
  1109. Part62.TopSurface = Enum.SurfaceType.Smooth
  1110. Part62.Color = Color3.new(0, 0.12549, 0.376471)
  1111. Part62.Position = Vector3.new(85.2099533, 4.37128067, 73.2928162)
  1112. Part62.Orientation = Vector3.new(88.4300003, 180, 0)
  1113. Part62.Color = Color3.new(0, 0.12549, 0.376471)
  1114. BlockMesh63.Parent = Part62
  1115. WedgePart64.Parent = Model57
  1116. WedgePart64.Material = Enum.Material.SmoothPlastic
  1117. WedgePart64.BrickColor = BrickColor.new("Navy blue")
  1118. WedgePart64.Reflectance = 0.0049999998882413
  1119. WedgePart64.Rotation = Vector3.new(166.570007, 0, 0)
  1120. WedgePart64.Anchored = true
  1121. WedgePart64.CanCollide = false
  1122. WedgePart64.Size = Vector3.new(0.220499977, 0.247997627, 0.567640364)
  1123. WedgePart64.CFrame = CFrame.new(85.2099533, 4.84621668, 73.5864563, 1, -1.67652124e-05, -7.6001279e-06, -1.8071687e-05, -0.972671807, -0.232184678, -3.49980428e-06, 0.232184678, -0.972671807)
  1124. WedgePart64.BottomSurface = Enum.SurfaceType.Smooth
  1125. WedgePart64.Color = Color3.new(0, 0.12549, 0.376471)
  1126. WedgePart64.Position = Vector3.new(85.2099533, 4.84621668, 73.5864563)
  1127. WedgePart64.Orientation = Vector3.new(13.4300003, -180, -180)
  1128. WedgePart64.Color = Color3.new(0, 0.12549, 0.376471)
  1129. WedgePart65.Parent = Model57
  1130. WedgePart65.Material = Enum.Material.SmoothPlastic
  1131. WedgePart65.BrickColor = BrickColor.new("Navy blue")
  1132. WedgePart65.Reflectance = 0.0049999998882413
  1133. WedgePart65.Rotation = Vector3.new(166.570007, 0, 0)
  1134. WedgePart65.Anchored = true
  1135. WedgePart65.CanCollide = false
  1136. WedgePart65.Size = Vector3.new(0.220499977, 0.245587617, 0.567151427)
  1137. WedgePart65.CFrame = CFrame.new(84.2177048, 4.84744263, 73.5864029, 0.99999994, 1.67656744e-05, 7.46475916e-06, 1.80406932e-05, -0.972671747, -0.232184559, 3.36802987e-06, 0.232184559, -0.972671807)
  1138. WedgePart65.BottomSurface = Enum.SurfaceType.Smooth
  1139. WedgePart65.Color = Color3.new(0, 0.12549, 0.376471)
  1140. WedgePart65.Position = Vector3.new(84.2177048, 4.84744263, 73.5864029)
  1141. WedgePart65.Orientation = Vector3.new(13.4300003, 180, 180)
  1142. WedgePart65.Color = Color3.new(0, 0.12549, 0.376471)
  1143. WedgePart66.Parent = Model57
  1144. WedgePart66.Material = Enum.Material.SmoothPlastic
  1145. WedgePart66.BrickColor = BrickColor.new("Navy blue")
  1146. WedgePart66.Reflectance = 0.0049999998882413
  1147. WedgePart66.Rotation = Vector3.new(-13.4300003, 0, 180)
  1148. WedgePart66.Anchored = true
  1149. WedgePart66.CanCollide = false
  1150. WedgePart66.Size = Vector3.new(0.220499977, 0.247997627, 0.551983833)
  1151. WedgePart66.CFrame = CFrame.new(85.2099533, 4.71623421, 73.0419388, -1, -1.67652124e-05, 7.60012608e-06, 1.8071687e-05, -0.972671807, 0.232184619, 3.49980428e-06, 0.232184619, 0.972671807)
  1152. WedgePart66.BottomSurface = Enum.SurfaceType.Smooth
  1153. WedgePart66.Color = Color3.new(0, 0.12549, 0.376471)
  1154. WedgePart66.Position = Vector3.new(85.2099533, 4.71623421, 73.0419388)
  1155. WedgePart66.Orientation = Vector3.new(-13.4300003, 0, 180)
  1156. WedgePart66.Color = Color3.new(0, 0.12549, 0.376471)
  1157. WedgePart67.Parent = Model57
  1158. WedgePart67.Material = Enum.Material.SmoothPlastic
  1159. WedgePart67.BrickColor = BrickColor.new("Navy blue")
  1160. WedgePart67.Reflectance = 0.0049999998882413
  1161. WedgePart67.Rotation = Vector3.new(166.570007, 0, -90)
  1162. WedgePart67.Anchored = true
  1163. WedgePart67.CanCollide = false
  1164. WedgePart67.FormFactor = Enum.FormFactor.Symmetric
  1165. WedgePart67.Size = Vector3.new(0.220499977, 0.220499977, 0.688841164)
  1166. WedgePart67.CFrame = CFrame.new(85.209816, 5.21992493, 74.1431198, -5.43020455e-08, 0.999996722, 1.75842618e-10, 0.972667396, 4.60712606e-08, -0.232180774, -0.232180953, 1.65836624e-08, -0.972667456)
  1167. WedgePart67.BottomSurface = Enum.SurfaceType.Smooth
  1168. WedgePart67.Color = Color3.new(0, 0.12549, 0.376471)
  1169. WedgePart67.Position = Vector3.new(85.209816, 5.21992493, 74.1431198)
  1170. WedgePart67.Orientation = Vector3.new(13.4300003, 180, 90)
  1171. WedgePart67.Color = Color3.new(0, 0.12549, 0.376471)
  1172. WedgePart68.Parent = Model57
  1173. WedgePart68.Material = Enum.Material.SmoothPlastic
  1174. WedgePart68.BrickColor = BrickColor.new("Navy blue")
  1175. WedgePart68.Reflectance = 0.0049999998882413
  1176. WedgePart68.Rotation = Vector3.new(166.570007, 0, -90)
  1177. WedgePart68.Anchored = true
  1178. WedgePart68.CanCollide = false
  1179. WedgePart68.FormFactor = Enum.FormFactor.Symmetric
  1180. WedgePart68.Size = Vector3.new(0.220499977, 0.385874987, 0.79909116)
  1181. WedgePart68.CFrame = CFrame.new(84.9075699, 5.39256382, 74.8649445, -1.11450369e-07, 0.999996722, -9.83476184e-07, 0.972667456, -1.1921243e-07, -0.232180417, -0.232180595, -9.53674203e-07, -0.972667515)
  1182. WedgePart68.BottomSurface = Enum.SurfaceType.Smooth
  1183. WedgePart68.Color = Color3.new(0, 0.12549, 0.376471)
  1184. WedgePart68.Position = Vector3.new(84.9075699, 5.39256382, 74.8649445)
  1185. WedgePart68.Orientation = Vector3.new(13.4300003, -180, 90)
  1186. WedgePart68.Color = Color3.new(0, 0.12549, 0.376471)
  1187. WedgePart69.Parent = Model57
  1188. WedgePart69.Material = Enum.Material.SmoothPlastic
  1189. WedgePart69.BrickColor = BrickColor.new("Navy blue")
  1190. WedgePart69.Reflectance = 0.0049999998882413
  1191. WedgePart69.Rotation = Vector3.new(-13.4300003, 0, -180)
  1192. WedgePart69.Anchored = true
  1193. WedgePart69.CanCollide = false
  1194. WedgePart69.Size = Vector3.new(0.220499977, 0.245587617, 0.546620429)
  1195. WedgePart69.CFrame = CFrame.new(84.2177048, 4.71814156, 73.0447464, -0.99999994, 1.67656744e-05, -7.46475735e-06, -1.80406932e-05, -0.972671747, 0.23218447, -3.36802987e-06, 0.23218447, 0.972671807)
  1196. WedgePart69.BottomSurface = Enum.SurfaceType.Smooth
  1197. WedgePart69.Color = Color3.new(0, 0.12549, 0.376471)
  1198. WedgePart69.Position = Vector3.new(84.2177048, 4.71814156, 73.0447464)
  1199. WedgePart69.Orientation = Vector3.new(-13.4300003, 0, -180)
  1200. WedgePart69.Color = Color3.new(0, 0.12549, 0.376471)
  1201. WedgePart70.Parent = Model57
  1202. WedgePart70.Material = Enum.Material.SmoothPlastic
  1203. WedgePart70.BrickColor = BrickColor.new("Navy blue")
  1204. WedgePart70.Reflectance = 0.0049999998882413
  1205. WedgePart70.Rotation = Vector3.new(166.570007, 0, 90)
  1206. WedgePart70.Anchored = true
  1207. WedgePart70.CanCollide = false
  1208. WedgePart70.FormFactor = Enum.FormFactor.Symmetric
  1209. WedgePart70.Size = Vector3.new(0.220499977, 0.385874987, 0.79909116)
  1210. WedgePart70.CFrame = CFrame.new(84.5220337, 5.39256382, 74.8649445, -1.11444727e-07, -0.999996722, 9.83477094e-07, -0.972667456, -1.19206732e-07, -0.232180417, 0.232180595, -9.53674316e-07, -0.972667515)
  1211. WedgePart70.BottomSurface = Enum.SurfaceType.Smooth
  1212. WedgePart70.Color = Color3.new(0, 0.12549, 0.376471)
  1213. WedgePart70.Position = Vector3.new(84.5220337, 5.39256382, 74.8649445)
  1214. WedgePart70.Orientation = Vector3.new(13.4300003, 180, -90)
  1215. WedgePart70.Color = Color3.new(0, 0.12549, 0.376471)
  1216. WedgePart71.Parent = Model57
  1217. WedgePart71.Material = Enum.Material.SmoothPlastic
  1218. WedgePart71.BrickColor = BrickColor.new("Navy blue")
  1219. WedgePart71.Reflectance = 0.0049999998882413
  1220. WedgePart71.Rotation = Vector3.new(166.570007, 0, 90)
  1221. WedgePart71.Anchored = true
  1222. WedgePart71.CanCollide = false
  1223. WedgePart71.FormFactor = Enum.FormFactor.Symmetric
  1224. WedgePart71.Size = Vector3.new(0.220499977, 0.220499977, 0.688841164)
  1225. WedgePart71.CFrame = CFrame.new(84.2184372, 5.21992493, 74.1431198, -5.42963967e-08, -0.999996722, -1.74767589e-10, -0.972667396, 4.60768206e-08, -0.232180774, 0.232180953, 1.65832912e-08, -0.972667456)
  1226. WedgePart71.BottomSurface = Enum.SurfaceType.Smooth
  1227. WedgePart71.Color = Color3.new(0, 0.12549, 0.376471)
  1228. WedgePart71.Position = Vector3.new(84.2184372, 5.21992493, 74.1431198)
  1229. WedgePart71.Orientation = Vector3.new(13.4300003, -180, -90)
  1230. WedgePart71.Color = Color3.new(0, 0.12549, 0.376471)
  1231. WedgePart72.Parent = Model57
  1232. WedgePart72.Material = Enum.Material.SmoothPlastic
  1233. WedgePart72.BrickColor = BrickColor.new("Black")
  1234. WedgePart72.Reflectance = 0.0049999998882413
  1235. WedgePart72.Rotation = Vector3.new(166.570007, 0, 0)
  1236. WedgePart72.Anchored = true
  1237. WedgePart72.CanCollide = false
  1238. WedgePart72.Size = Vector3.new(0.201244384, 0.226340756, 0.518070102)
  1239. WedgePart72.CFrame = CFrame.new(85.166626, 4.65694332, 73.5709457, 1, -1.67652124e-05, -7.6001279e-06, -1.8071687e-05, -0.972671807, -0.232184678, -3.49980428e-06, 0.232184678, -0.972671807)
  1240. WedgePart72.BottomSurface = Enum.SurfaceType.Smooth
  1241. WedgePart72.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1242. WedgePart72.Position = Vector3.new(85.166626, 4.65694332, 73.5709457)
  1243. WedgePart72.Orientation = Vector3.new(13.4300003, -180, -180)
  1244. WedgePart72.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1245. WedgePart73.Parent = Model57
  1246. WedgePart73.Material = Enum.Material.SmoothPlastic
  1247. WedgePart73.BrickColor = BrickColor.new("Black")
  1248. WedgePart73.Reflectance = 0.0049999998882413
  1249. WedgePart73.Rotation = Vector3.new(-13.4300003, 0, 180)
  1250. WedgePart73.Anchored = true
  1251. WedgePart73.CanCollide = false
  1252. WedgePart73.Size = Vector3.new(0.201244384, 0.226340756, 0.503780782)
  1253. WedgePart73.CFrame = CFrame.new(85.166626, 4.53830671, 73.0739899, -1, -1.67652124e-05, 7.60012608e-06, 1.8071687e-05, -0.972671807, 0.232184619, 3.49980428e-06, 0.232184619, 0.972671807)
  1254. WedgePart73.BottomSurface = Enum.SurfaceType.Smooth
  1255. WedgePart73.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1256. WedgePart73.Position = Vector3.new(85.166626, 4.53830671, 73.0739899)
  1257. WedgePart73.Orientation = Vector3.new(-13.4300003, 0, 180)
  1258. WedgePart73.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1259. WedgePart74.Parent = Model57
  1260. WedgePart74.Material = Enum.Material.SmoothPlastic
  1261. WedgePart74.BrickColor = BrickColor.new("Black")
  1262. WedgePart74.Reflectance = 0.0049999998882413
  1263. WedgePart74.Rotation = Vector3.new(166.570007, 0, 90)
  1264. WedgePart74.Anchored = true
  1265. WedgePart74.CanCollide = false
  1266. WedgePart74.FormFactor = Enum.FormFactor.Symmetric
  1267. WedgePart74.Size = Vector3.new(0.201244384, 0.352177709, 0.729308963)
  1268. WedgePart74.CFrame = CFrame.new(84.5387802, 5.15557623, 74.7378082, -1.11444727e-07, -0.999996722, 9.83477094e-07, -0.972667456, -1.19206732e-07, -0.232180417, 0.232180595, -9.53674316e-07, -0.972667515)
  1269. WedgePart74.BottomSurface = Enum.SurfaceType.Smooth
  1270. WedgePart74.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1271. WedgePart74.Position = Vector3.new(84.5387802, 5.15557623, 74.7378082)
  1272. WedgePart74.Orientation = Vector3.new(13.4300003, 180, -90)
  1273. WedgePart74.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1274. WedgePart75.Parent = Model57
  1275. WedgePart75.Material = Enum.Material.SmoothPlastic
  1276. WedgePart75.BrickColor = BrickColor.new("Black")
  1277. WedgePart75.Reflectance = 0.0049999998882413
  1278. WedgePart75.Rotation = Vector3.new(166.570007, 0, -90)
  1279. WedgePart75.Anchored = true
  1280. WedgePart75.CanCollide = false
  1281. WedgePart75.FormFactor = Enum.FormFactor.Symmetric
  1282. WedgePart75.Size = Vector3.new(0.201244384, 0.201244384, 0.628686726)
  1283. WedgePart75.CFrame = CFrame.new(85.1665039, 4.99801111, 74.0790176, -5.43020455e-08, 0.999996722, 1.75842618e-10, 0.972667396, 4.60712606e-08, -0.232180774, -0.232180953, 1.65836624e-08, -0.972667456)
  1284. WedgePart75.BottomSurface = Enum.SurfaceType.Smooth
  1285. WedgePart75.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1286. WedgePart75.Position = Vector3.new(85.1665039, 4.99801111, 74.0790176)
  1287. WedgePart75.Orientation = Vector3.new(13.4300003, 180, 90)
  1288. WedgePart75.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1289. WedgePart76.Parent = Model57
  1290. WedgePart76.Material = Enum.Material.SmoothPlastic
  1291. WedgePart76.BrickColor = BrickColor.new("Black")
  1292. WedgePart76.Reflectance = 0.0049999998882413
  1293. WedgePart76.Rotation = Vector3.new(-13.4300003, 0, -180)
  1294. WedgePart76.Anchored = true
  1295. WedgePart76.CanCollide = false
  1296. WedgePart76.Size = Vector3.new(0.201244384, 0.224141195, 0.498885751)
  1297. WedgePart76.CFrame = CFrame.new(84.2610245, 4.54004765, 73.0765152, -0.99999994, 1.67656744e-05, -7.46475735e-06, -1.80406932e-05, -0.972671747, 0.23218447, -3.36802987e-06, 0.23218447, 0.972671807)
  1298. WedgePart76.BottomSurface = Enum.SurfaceType.Smooth
  1299. WedgePart76.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1300. WedgePart76.Position = Vector3.new(84.2610245, 4.54004765, 73.0765152)
  1301. WedgePart76.Orientation = Vector3.new(-13.4300003, 0, -180)
  1302. WedgePart76.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1303. Part77.Name = "Brick"
  1304. Part77.Parent = Model57
  1305. Part77.Material = Enum.Material.SmoothPlastic
  1306. Part77.BrickColor = BrickColor.new("Navy blue")
  1307. Part77.Rotation = Vector3.new(0, 90, 0)
  1308. Part77.Anchored = true
  1309. Part77.CanCollide = false
  1310. Part77.FormFactor = Enum.FormFactor.Symmetric
  1311. Part77.Size = Vector3.new(1.19828081, 0.570214629, 1.1971724)
  1312. Part77.CFrame = CFrame.new(84.7160492, 2.46018195, 72.6230011, 5.99961609e-08, -1.85120155e-06, 1, -3.37511301e-06, 0.99999994, 1.85119586e-06, -0.99999994, -3.37511301e-06, 5.99902847e-08)
  1313. Part77.BottomSurface = Enum.SurfaceType.Smooth
  1314. Part77.TopSurface = Enum.SurfaceType.Smooth
  1315. Part77.Color = Color3.new(0, 0.12549, 0.376471)
  1316. Part77.Position = Vector3.new(84.7160492, 2.46018195, 72.6230011)
  1317. Part77.Orientation = Vector3.new(0, 90, 0)
  1318. Part77.Color = Color3.new(0, 0.12549, 0.376471)
  1319. BlockMesh78.Parent = Part77
  1320. Part79.Name = "Brick"
  1321. Part79.Parent = Model57
  1322. Part79.Material = Enum.Material.SmoothPlastic
  1323. Part79.BrickColor = BrickColor.new("Medium blue")
  1324. Part79.Rotation = Vector3.new(0, 90, 0)
  1325. Part79.Anchored = true
  1326. Part79.CanCollide = false
  1327. Part79.FormFactor = Enum.FormFactor.Symmetric
  1328. Part79.Size = Vector3.new(1.23828077, 0.200000003, 1.23717237)
  1329. Part79.CFrame = CFrame.new(84.7160492, 2.31716919, 72.6229935, 5.99961609e-08, -1.85120155e-06, 1, -3.37511301e-06, 0.99999994, 1.85119586e-06, -0.99999994, -3.37511301e-06, 5.99902847e-08)
  1330. Part79.BottomSurface = Enum.SurfaceType.Smooth
  1331. Part79.TopSurface = Enum.SurfaceType.Smooth
  1332. Part79.Color = Color3.new(0.431373, 0.6, 0.792157)
  1333. Part79.Position = Vector3.new(84.7160492, 2.31716919, 72.6229935)
  1334. Part79.Orientation = Vector3.new(0, 90, 0)
  1335. Part79.Color = Color3.new(0.431373, 0.6, 0.792157)
  1336. BlockMesh80.Parent = Part79
  1337. Part81.Name = "Brick"
  1338. Part81.Parent = Model57
  1339. Part81.Material = Enum.Material.SmoothPlastic
  1340. Part81.BrickColor = BrickColor.new("Really black")
  1341. Part81.Rotation = Vector3.new(0, 90, 0)
  1342. Part81.Anchored = true
  1343. Part81.CanCollide = false
  1344. Part81.FormFactor = Enum.FormFactor.Symmetric
  1345. Part81.Size = Vector3.new(1.09828091, 1.83832359, 1.0971725)
  1346. Part81.CFrame = CFrame.new(84.7160492, 3.1047945, 72.6229782, 5.99961609e-08, -1.85120155e-06, 1, -3.37511301e-06, 0.99999994, 1.85119586e-06, -0.99999994, -3.37511301e-06, 5.99902847e-08)
  1347. Part81.BottomSurface = Enum.SurfaceType.Smooth
  1348. Part81.TopSurface = Enum.SurfaceType.Smooth
  1349. Part81.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1350. Part81.Position = Vector3.new(84.7160492, 3.1047945, 72.6229782)
  1351. Part81.Orientation = Vector3.new(0, 90, 0)
  1352. Part81.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1353. BlockMesh82.Parent = Part81
  1354. Part83.Name = "Brick"
  1355. Part83.Parent = Model57
  1356. Part83.Material = Enum.Material.SmoothPlastic
  1357. Part83.BrickColor = BrickColor.new("Navy blue")
  1358. Part83.Reflectance = 0.0049999998882413
  1359. Part83.Rotation = Vector3.new(91.5699997, 0, 180)
  1360. Part83.Anchored = true
  1361. Part83.CanCollide = false
  1362. Part83.FormFactor = Enum.FormFactor.Symmetric
  1363. Part83.Size = Vector3.new(1.0134685, 0.220499977, 1.16327846)
  1364. Part83.CFrame = CFrame.new(84.6141891, 4.37454891, 73.3001938, -1, -2.60803667e-13, 2.9527652e-12, 2.84009643e-12, 0.0274504386, -0.99962306, -1.86642856e-13, -0.99962306, -0.0274504386)
  1365. Part83.BottomSurface = Enum.SurfaceType.Smooth
  1366. Part83.TopSurface = Enum.SurfaceType.Smooth
  1367. Part83.Color = Color3.new(0, 0.12549, 0.376471)
  1368. Part83.Position = Vector3.new(84.6141891, 4.37454891, 73.3001938)
  1369. Part83.Orientation = Vector3.new(88.4300003, 180, 0)
  1370. Part83.Color = Color3.new(0, 0.12549, 0.376471)
  1371. BlockMesh84.Parent = Part83
  1372. Part85.Name = "Brick"
  1373. Part85.Parent = Model57
  1374. Part85.Material = Enum.Material.SmoothPlastic
  1375. Part85.BrickColor = BrickColor.new("Black")
  1376. Part85.Reflectance = 0.0049999998882413
  1377. Part85.Rotation = Vector3.new(76.5699997, 0, -180)
  1378. Part85.Anchored = true
  1379. Part85.CanCollide = false
  1380. Part85.FormFactor = Enum.FormFactor.Symmetric
  1381. Part85.Size = Vector3.new(1.10684443, 1.46009409, 0.201244384)
  1382. Part85.CFrame = CFrame.new(84.713829, 4.75552559, 73.0631714, -1, 5.37522772e-13, 2.93691568e-12, 2.84009643e-12, -0.232184634, -0.972671747, -1.86642856e-13, -0.972671747, 0.232184634)
  1383. Part85.BottomSurface = Enum.SurfaceType.Smooth
  1384. Part85.TopSurface = Enum.SurfaceType.Smooth
  1385. Part85.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1386. Part85.Position = Vector3.new(84.713829, 4.75552559, 73.0631714)
  1387. Part85.Orientation = Vector3.new(76.5699997, 0, 180)
  1388. Part85.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1389. BlockMesh86.Parent = Part85
  1390. Part87.Name = "Brick"
  1391. Part87.Parent = Model57
  1392. Part87.Material = Enum.Material.SmoothPlastic
  1393. Part87.BrickColor = BrickColor.new("Black")
  1394. Part87.Reflectance = 0.0049999998882413
  1395. Part87.Rotation = Vector3.new(91.5699997, 0, 180)
  1396. Part87.Anchored = true
  1397. Part87.CanCollide = false
  1398. Part87.FormFactor = Enum.FormFactor.Symmetric
  1399. Part87.Size = Vector3.new(0.924965441, 0.201244384, 1.06169295)
  1400. Part87.CFrame = CFrame.new(84.6228943, 4.22646284, 73.3096848, -1, -2.60803667e-13, 2.9527652e-12, 2.84009643e-12, 0.0274504386, -0.99962306, -1.86642856e-13, -0.99962306, -0.0274504386)
  1401. Part87.BottomSurface = Enum.SurfaceType.Smooth
  1402. Part87.TopSurface = Enum.SurfaceType.Smooth
  1403. Part87.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1404. Part87.Position = Vector3.new(84.6228943, 4.22646284, 73.3096848)
  1405. Part87.Orientation = Vector3.new(88.4300003, 180, 0)
  1406. Part87.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1407. BlockMesh88.Parent = Part87
  1408. Part89.Name = "Brick"
  1409. Part89.Parent = Model57
  1410. Part89.Material = Enum.Material.SmoothPlastic
  1411. Part89.BrickColor = BrickColor.new("Black")
  1412. Part89.Reflectance = 0.0049999998882413
  1413. Part89.Rotation = Vector3.new(91.5699997, 0, 180)
  1414. Part89.Anchored = true
  1415. Part89.CanCollide = false
  1416. Part89.FormFactor = Enum.FormFactor.Symmetric
  1417. Part89.Size = Vector3.new(0.201244384, 0.212827399, 1.0574975)
  1418. Part89.CFrame = CFrame.new(85.166626, 4.22347784, 73.3029556, -1, -2.60803667e-13, 2.9527652e-12, 2.84009643e-12, 0.0274504386, -0.99962306, -1.86642856e-13, -0.99962306, -0.0274504386)
  1419. Part89.BottomSurface = Enum.SurfaceType.Smooth
  1420. Part89.TopSurface = Enum.SurfaceType.Smooth
  1421. Part89.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1422. Part89.Position = Vector3.new(85.166626, 4.22347784, 73.3029556)
  1423. Part89.Orientation = Vector3.new(88.4300003, 180, 0)
  1424. Part89.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1425. BlockMesh90.Parent = Part89
  1426. Part91.Name = "Brick"
  1427. Part91.Parent = Model57
  1428. Part91.Material = Enum.Material.SmoothPlastic
  1429. Part91.BrickColor = BrickColor.new("Black")
  1430. Part91.Reflectance = 0.0049999998882413
  1431. Part91.Rotation = Vector3.new(100.769997, 0, 180)
  1432. Part91.Anchored = true
  1433. Part91.CanCollide = false
  1434. Part91.FormFactor = Enum.FormFactor.Symmetric
  1435. Part91.Size = Vector3.new(0.201244384, 1.03670979, 0.806359112)
  1436. Part91.CFrame = CFrame.new(84.2610321, 4.18972492, 72.7606277, -1, -7.07928887e-13, 2.79888959e-12, 2.84009643e-12, 0.186831623, -0.982391953, -1.86642856e-13, -0.982391953, -0.186831623)
  1437. Part91.BottomSurface = Enum.SurfaceType.Smooth
  1438. Part91.TopSurface = Enum.SurfaceType.Smooth
  1439. Part91.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1440. Part91.Position = Vector3.new(84.2610321, 4.18972492, 72.7606277)
  1441. Part91.Orientation = Vector3.new(79.2300034, 180, 0)
  1442. Part91.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1443. BlockMesh92.Parent = Part91
  1444. Part93.Name = "Brick"
  1445. Part93.Parent = Model57
  1446. Part93.Material = Enum.Material.SmoothPlastic
  1447. Part93.BrickColor = BrickColor.new("Navy blue")
  1448. Part93.Reflectance = 0.0049999998882413
  1449. Part93.Rotation = Vector3.new(100.769997, 0, 180)
  1450. Part93.Anchored = true
  1451. Part93.CanCollide = false
  1452. Part93.FormFactor = Enum.FormFactor.Symmetric
  1453. Part93.Size = Vector3.new(1.21275008, 0.220499977, 0.883513689)
  1454. Part93.CFrame = CFrame.new(84.713829, 4.4197588, 72.2485504, -1, -7.07928887e-13, 2.79888959e-12, 2.84009643e-12, 0.186831623, -0.982391953, -1.86642856e-13, -0.982391953, -0.186831623)
  1455. Part93.BottomSurface = Enum.SurfaceType.Smooth
  1456. Part93.TopSurface = Enum.SurfaceType.Smooth
  1457. Part93.Color = Color3.new(0, 0.12549, 0.376471)
  1458. Part93.Position = Vector3.new(84.713829, 4.4197588, 72.2485504)
  1459. Part93.Orientation = Vector3.new(79.2300034, 180, 0)
  1460. Part93.Color = Color3.new(0, 0.12549, 0.376471)
  1461. BlockMesh94.Parent = Part93
  1462. Part95.Name = "Brick"
  1463. Part95.Parent = Model57
  1464. Part95.Material = Enum.Material.SmoothPlastic
  1465. Part95.BrickColor = BrickColor.new("Navy blue")
  1466. Part95.Reflectance = 0.0049999998882413
  1467. Part95.Rotation = Vector3.new(76.5699997, 0, -180)
  1468. Part95.Anchored = true
  1469. Part95.CanCollide = false
  1470. Part95.FormFactor = Enum.FormFactor.Symmetric
  1471. Part95.Size = Vector3.new(1.21275008, 1.59979963, 0.220499977)
  1472. Part95.CFrame = CFrame.new(84.713829, 4.95423937, 73.0300903, -1, 5.37522772e-13, 2.93691568e-12, 2.84009643e-12, -0.232184634, -0.972671747, -1.86642856e-13, -0.972671747, 0.232184634)
  1473. Part95.BottomSurface = Enum.SurfaceType.Smooth
  1474. Part95.TopSurface = Enum.SurfaceType.Smooth
  1475. Part95.Color = Color3.new(0, 0.12549, 0.376471)
  1476. Part95.Position = Vector3.new(84.713829, 4.95423937, 73.0300903)
  1477. Part95.Orientation = Vector3.new(76.5699997, 0, 180)
  1478. Part95.Color = Color3.new(0, 0.12549, 0.376471)
  1479. BlockMesh96.Parent = Part95
  1480. Part97.Name = "Brick"
  1481. Part97.Parent = Model57
  1482. Part97.Material = Enum.Material.SmoothPlastic
  1483. Part97.BrickColor = BrickColor.new("Navy blue")
  1484. Part97.Reflectance = 0.0049999998882413
  1485. Part97.Rotation = Vector3.new(100.769997, 0, 180)
  1486. Part97.Anchored = true
  1487. Part97.CanCollide = false
  1488. Part97.FormFactor = Enum.FormFactor.Symmetric
  1489. Part97.Size = Vector3.new(0.220499977, 1.13590491, 0.883513689)
  1490. Part97.CFrame = CFrame.new(85.2099533, 4.3318367, 72.6986923, -1, -7.07928887e-13, 2.79888959e-12, 2.84009643e-12, 0.186831623, -0.982391953, -1.86642856e-13, -0.982391953, -0.186831623)
  1491. Part97.BottomSurface = Enum.SurfaceType.Smooth
  1492. Part97.TopSurface = Enum.SurfaceType.Smooth
  1493. Part97.Color = Color3.new(0, 0.12549, 0.376471)
  1494. Part97.Position = Vector3.new(85.2099533, 4.3318367, 72.6986923)
  1495. Part97.Orientation = Vector3.new(79.2300034, 180, 0)
  1496. Part97.Color = Color3.new(0, 0.12549, 0.376471)
  1497. BlockMesh98.Parent = Part97
  1498. Part99.Name = "Brick"
  1499. Part99.Parent = Model57
  1500. Part99.Material = Enum.Material.SmoothPlastic
  1501. Part99.BrickColor = BrickColor.new("Navy blue")
  1502. Part99.Reflectance = 0.0049999998882413
  1503. Part99.Rotation = Vector3.new(100.769997, 0, 180)
  1504. Part99.Anchored = true
  1505. Part99.CanCollide = false
  1506. Part99.FormFactor = Enum.FormFactor.Symmetric
  1507. Part99.Size = Vector3.new(0.220499977, 1.13590491, 0.883513689)
  1508. Part99.CFrame = CFrame.new(84.2177048, 4.33429432, 72.6985855, -1, -7.07928887e-13, 2.79888959e-12, 2.84009643e-12, 0.186831623, -0.982391953, -1.86642856e-13, -0.982391953, -0.186831623)
  1509. Part99.BottomSurface = Enum.SurfaceType.Smooth
  1510. Part99.TopSurface = Enum.SurfaceType.Smooth
  1511. Part99.Color = Color3.new(0, 0.12549, 0.376471)
  1512. Part99.Position = Vector3.new(84.2177048, 4.33429432, 72.6985855)
  1513. Part99.Orientation = Vector3.new(79.2300034, 180, 0)
  1514. Part99.Color = Color3.new(0, 0.12549, 0.376471)
  1515. BlockMesh100.Parent = Part99
  1516. Part101.Name = "Brick"
  1517. Part101.Parent = Model57
  1518. Part101.Material = Enum.Material.SmoothPlastic
  1519. Part101.BrickColor = BrickColor.new("Black")
  1520. Part101.Reflectance = 0.0049999998882413
  1521. Part101.Rotation = Vector3.new(100.769997, 0, 180)
  1522. Part101.Anchored = true
  1523. Part101.CanCollide = false
  1524. Part101.FormFactor = Enum.FormFactor.Symmetric
  1525. Part101.Size = Vector3.new(0.201244384, 1.03670979, 0.806359112)
  1526. Part101.CFrame = CFrame.new(85.166626, 4.18747377, 72.7607269, -1, -7.07928887e-13, 2.79888959e-12, 2.84009643e-12, 0.186831623, -0.982391953, -1.86642856e-13, -0.982391953, -0.186831623)
  1527. Part101.BottomSurface = Enum.SurfaceType.Smooth
  1528. Part101.TopSurface = Enum.SurfaceType.Smooth
  1529. Part101.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1530. Part101.Position = Vector3.new(85.166626, 4.18747377, 72.7607269)
  1531. Part101.Orientation = Vector3.new(79.2300034, 180, 0)
  1532. Part101.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1533. BlockMesh102.Parent = Part101
  1534. Part103.Name = "Brick"
  1535. Part103.Parent = Model57
  1536. Part103.Material = Enum.Material.SmoothPlastic
  1537. Part103.BrickColor = BrickColor.new("Black")
  1538. Part103.Reflectance = 0.0049999998882413
  1539. Part103.Rotation = Vector3.new(100.769997, 0, 180)
  1540. Part103.Anchored = true
  1541. Part103.CanCollide = false
  1542. Part103.FormFactor = Enum.FormFactor.Symmetric
  1543. Part103.Size = Vector3.new(1.10684443, 0.201244384, 0.806359112)
  1544. Part103.CFrame = CFrame.new(84.713829, 4.2677207, 72.3498917, -1, -7.07928887e-13, 2.79888959e-12, 2.84009643e-12, 0.186831623, -0.982391953, -1.86642856e-13, -0.982391953, -0.186831623)
  1545. Part103.BottomSurface = Enum.SurfaceType.Smooth
  1546. Part103.TopSurface = Enum.SurfaceType.Smooth
  1547. Part103.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1548. Part103.Position = Vector3.new(84.713829, 4.2677207, 72.3498917)
  1549. Part103.Orientation = Vector3.new(79.2300034, 180, 0)
  1550. Part103.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1551. BlockMesh104.Parent = Part103
  1552. Part105.Parent = Model57
  1553. Part105.Material = Enum.Material.SmoothPlastic
  1554. Part105.BrickColor = BrickColor.new("Black")
  1555. Part105.Reflectance = 0.0049999998882413
  1556. Part105.Rotation = Vector3.new(166.570007, 0, 0)
  1557. Part105.Anchored = true
  1558. Part105.CanCollide = false
  1559. Part105.Size = Vector3.new(0.703561604, 0.201244384, 0.628684759)
  1560. Part105.CFrame = CFrame.new(84.7140961, 4.99801111, 74.0790176, 0.99999994, 2.8232295e-12, 4.80674799e-13, -2.84009621e-12, -0.972672462, -0.232181579, 1.86642843e-13, 0.232181609, -0.972672462)
  1561. Part105.BottomSurface = Enum.SurfaceType.Smooth
  1562. Part105.TopSurface = Enum.SurfaceType.Smooth
  1563. Part105.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1564. Part105.Position = Vector3.new(84.7140961, 4.99801111, 74.0790176)
  1565. Part105.Orientation = Vector3.new(13.4300003, 180, -180)
  1566. Part105.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1567. Part106.Parent = Model57
  1568. Part106.Material = Enum.Material.SmoothPlastic
  1569. Part106.BrickColor = BrickColor.new("Navy blue")
  1570. Part106.Reflectance = 0.0049999998882413
  1571. Part106.Rotation = Vector3.new(166.570007, 0, 0)
  1572. Part106.Anchored = true
  1573. Part106.CanCollide = false
  1574. Part106.Size = Vector3.new(0.770880163, 0.220499977, 0.688839018)
  1575. Part106.CFrame = CFrame.new(84.7141266, 5.21992493, 74.1431198, 0.99999994, 2.8232295e-12, 4.80674799e-13, -2.84009621e-12, -0.972672462, -0.232181579, 1.86642843e-13, 0.232181609, -0.972672462)
  1576. Part106.BottomSurface = Enum.SurfaceType.Smooth
  1577. Part106.TopSurface = Enum.SurfaceType.Smooth
  1578. Part106.Color = Color3.new(0, 0.12549, 0.376471)
  1579. Part106.Position = Vector3.new(84.7141266, 5.21992493, 74.1431198)
  1580. Part106.Orientation = Vector3.new(13.4300003, 180, -180)
  1581. Part106.Color = Color3.new(0, 0.12549, 0.376471)
  1582. WedgePart107.Parent = Model57
  1583. WedgePart107.Material = Enum.Material.SmoothPlastic
  1584. WedgePart107.BrickColor = BrickColor.new("Black")
  1585. WedgePart107.Reflectance = 0.0049999998882413
  1586. WedgePart107.Rotation = Vector3.new(166.570007, 0, 0)
  1587. WedgePart107.Anchored = true
  1588. WedgePart107.CanCollide = false
  1589. WedgePart107.Size = Vector3.new(0.201244384, 0.224141195, 0.517623842)
  1590. WedgePart107.CFrame = CFrame.new(84.2610245, 4.65805626, 73.5709, 0.99999994, 1.67656744e-05, 7.46475916e-06, 1.80406932e-05, -0.972671747, -0.232184559, 3.36802987e-06, 0.232184559, -0.972671807)
  1591. WedgePart107.BottomSurface = Enum.SurfaceType.Smooth
  1592. WedgePart107.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1593. WedgePart107.Position = Vector3.new(84.2610245, 4.65805626, 73.5709)
  1594. WedgePart107.Orientation = Vector3.new(13.4300003, 180, 180)
  1595. WedgePart107.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1596. WedgePart108.Parent = Model57
  1597. WedgePart108.Material = Enum.Material.SmoothPlastic
  1598. WedgePart108.BrickColor = BrickColor.new("Black")
  1599. WedgePart108.Reflectance = 0.0049999998882413
  1600. WedgePart108.Rotation = Vector3.new(166.570007, 0, -90)
  1601. WedgePart108.Anchored = true
  1602. WedgePart108.CanCollide = false
  1603. WedgePart108.FormFactor = Enum.FormFactor.Symmetric
  1604. WedgePart108.Size = Vector3.new(0.201244384, 0.352177709, 0.729308963)
  1605. WedgePart108.CFrame = CFrame.new(84.8906479, 5.15557623, 74.7378082, -1.11450369e-07, 0.999996722, -9.83476184e-07, 0.972667456, -1.1921243e-07, -0.232180417, -0.232180595, -9.53674203e-07, -0.972667515)
  1606. WedgePart108.BottomSurface = Enum.SurfaceType.Smooth
  1607. WedgePart108.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1608. WedgePart108.Position = Vector3.new(84.8906479, 5.15557623, 74.7378082)
  1609. WedgePart108.Orientation = Vector3.new(13.4300003, -180, 90)
  1610. WedgePart108.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1611. Model109.Name = "RightLeg"
  1612. Model109.Parent = Model0
  1613. Part110.Name = "Right Leg1"
  1614. Part110.Parent = Model109
  1615. Part110.BrickColor = BrickColor.new("Pastel yellow")
  1616. Part110.Transparency = 1
  1617. Part110.Rotation = Vector3.new(-0.980000019, -90, 0)
  1618. Part110.Anchored = true
  1619. Part110.CanCollide = false
  1620. Part110.FormFactor = Enum.FormFactor.Symmetric
  1621. Part110.Size = Vector3.new(1, 2, 1)
  1622. Part110.CFrame = CFrame.new(84.6179352, 1.43810642, 71.6209641, -6.09021917e-17, -7.13092728e-15, -1, 0.0170776155, 0.999854267, -7.13092644e-15, 0.999854267, -0.0170776155, 6.08859128e-17)
  1623. Part110.BottomSurface = Enum.SurfaceType.Smooth
  1624. Part110.Color = Color3.new(1, 1, 0.8)
  1625. Part110.Position = Vector3.new(84.6179352, 1.43810642, 71.6209641)
  1626. Part110.Orientation = Vector3.new(0, -90, 0.980000019)
  1627. Part110.Color = Color3.new(1, 1, 0.8)
  1628. Model111.Name = "Torso"
  1629. Model111.Parent = Model0
  1630. Part112.Name = "Torso1"
  1631. Part112.Parent = Model111
  1632. Part112.BrickColor = BrickColor.new("Pastel yellow")
  1633. Part112.Transparency = 1
  1634. Part112.Rotation = Vector3.new(90.0100021, -89.0199966, -89.9899979)
  1635. Part112.Anchored = true
  1636. Part112.CanCollide = false
  1637. Part112.FormFactor = Enum.FormFactor.Symmetric
  1638. Part112.Size = Vector3.new(2, 2, 1)
  1639. Part112.CFrame = CFrame.new(84.7530441, 2.97952414, 71.1198654, 1.62258732e-06, 0.0170781817, -0.999854147, 3.48963596e-08, -0.999854207, -0.0170781817, -1, -7.1804287e-09, -1.62294657e-06)
  1640. Part112.LeftSurface = Enum.SurfaceType.Weld
  1641. Part112.RightSurface = Enum.SurfaceType.Weld
  1642. Part112.Color = Color3.new(1, 1, 0.8)
  1643. Part112.Position = Vector3.new(84.7530441, 2.97952414, 71.1198654)
  1644. Part112.Orientation = Vector3.new(0.980000019, -90, 180)
  1645. Part112.Color = Color3.new(1, 1, 0.8)
  1646. Part113.Name = "Brick"
  1647. Part113.Parent = Model111
  1648. Part113.Material = Enum.Material.SmoothPlastic
  1649. Part113.BrickColor = BrickColor.new("Navy blue")
  1650. Part113.Rotation = Vector3.new(153.779999, 55.4099998, -160.850006)
  1651. Part113.Anchored = true
  1652. Part113.CanCollide = false
  1653. Part113.FormFactor = Enum.FormFactor.Symmetric
  1654. Part113.Size = Vector3.new(0.621950567, 0.569770336, 0.200000003)
  1655. Part113.CFrame = CFrame.new(84.077301, 4.22622871, 71.6350861, -0.53629142, 0.186246887, 0.823227525, -0.0492874496, 0.966775298, -0.250831395, -0.842592597, -0.175093502, -0.509293735)
  1656. Part113.BottomSurface = Enum.SurfaceType.Smooth
  1657. Part113.TopSurface = Enum.SurfaceType.Smooth
  1658. Part113.Color = Color3.new(0, 0.12549, 0.376471)
  1659. Part113.Position = Vector3.new(84.077301, 4.22622871, 71.6350861)
  1660. Part113.Orientation = Vector3.new(14.5299997, 121.739998, -2.92000008)
  1661. Part113.Color = Color3.new(0, 0.12549, 0.376471)
  1662. BlockMesh114.Parent = Part113
  1663. Part115.Name = "Brick"
  1664. Part115.Parent = Model111
  1665. Part115.Material = Enum.Material.SmoothPlastic
  1666. Part115.BrickColor = BrickColor.new("Lapis")
  1667. Part115.Rotation = Vector3.new(98.8700027, 0, -90)
  1668. Part115.Anchored = true
  1669. Part115.CanCollide = false
  1670. Part115.FormFactor = Enum.FormFactor.Symmetric
  1671. Part115.Size = Vector3.new(0.200000003, 0.200000048, 0.400000036)
  1672. Part115.CFrame = CFrame.new(85.0661545, 0.575267553, 69.5961533, -4.57742686e-07, 1, 1.60785328e-06, 0.154153615, 1.65919141e-06, -0.988046944, -0.988047063, -2.04414434e-07, -0.154153585)
  1673. Part115.BottomSurface = Enum.SurfaceType.Smooth
  1674. Part115.TopSurface = Enum.SurfaceType.Smooth
  1675. Part115.Color = Color3.new(0.0627451, 0.164706, 0.862745)
  1676. Part115.Position = Vector3.new(85.0661545, 0.575267553, 69.5961533)
  1677. Part115.Orientation = Vector3.new(81.1299973, 180, 90)
  1678. Part115.Color = Color3.new(0.0627451, 0.164706, 0.862745)
  1679. BlockMesh116.Parent = Part115
  1680. BlockMesh116.Scale = Vector3.new(0.200000003, 0.200000003, 1)
  1681. BlockMesh116.Scale = Vector3.new(0.200000003, 0.200000003, 1)
  1682. Part117.Name = "1"
  1683. Part117.Parent = Model111
  1684. Part117.Material = Enum.Material.SmoothPlastic
  1685. Part117.BrickColor = BrickColor.new("Pastel Blue")
  1686. Part117.Reflectance = 0.20000000298023
  1687. Part117.Rotation = Vector3.new(90, 90, 0)
  1688. Part117.Anchored = true
  1689. Part117.CanCollide = false
  1690. Part117.FormFactor = Enum.FormFactor.Symmetric
  1691. Part117.Size = Vector3.new(0.200000003, 1.48148215, 0.200000003)
  1692. Part117.CFrame = CFrame.new(85.1873627, 3.88405132, 71.120018, -1.85120132e-06, -5.99948677e-08, 1, 0.99999994, 2.66171992e-06, 1.85119575e-06, -2.66171992e-06, 0.99999994, 5.99902847e-08)
  1693. Part117.BottomSurface = Enum.SurfaceType.Smooth
  1694. Part117.TopSurface = Enum.SurfaceType.Smooth
  1695. Part117.Color = Color3.new(0.501961, 0.733333, 0.858824)
  1696. Part117.Position = Vector3.new(85.1873627, 3.88405132, 71.120018)
  1697. Part117.Orientation = Vector3.new(0, 90, 90)
  1698. Part117.Color = Color3.new(0.501961, 0.733333, 0.858824)
  1699. BlockMesh118.Parent = Part117
  1700. BlockMesh118.Scale = Vector3.new(0.300000012, 1, 1)
  1701. BlockMesh118.Scale = Vector3.new(0.300000012, 1, 1)
  1702. Part119.Name = "1"
  1703. Part119.Parent = Model111
  1704. Part119.Material = Enum.Material.SmoothPlastic
  1705. Part119.BrickColor = BrickColor.new("Pastel Blue")
  1706. Part119.Reflectance = 0.20000000298023
  1707. Part119.Rotation = Vector3.new(-90, 0, 90)
  1708. Part119.Anchored = true
  1709. Part119.CanCollide = false
  1710. Part119.FormFactor = Enum.FormFactor.Symmetric
  1711. Part119.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1712. Part119.CFrame = CFrame.new(85.1887817, 3.88477206, 70.3631363, -5.72269414e-08, -1, -1.52209304e-06, -4.00096178e-06, -1.52208713e-06, 1, -1, 5.72326542e-08, -4.00096178e-06)
  1713. Part119.BottomSurface = Enum.SurfaceType.Smooth
  1714. Part119.TopSurface = Enum.SurfaceType.Smooth
  1715. Part119.Color = Color3.new(0.501961, 0.733333, 0.858824)
  1716. Part119.Position = Vector3.new(85.1887817, 3.88477206, 70.3631363)
  1717. Part119.Orientation = Vector3.new(-90, 90, 0)
  1718. Part119.Color = Color3.new(0.501961, 0.733333, 0.858824)
  1719. CylinderMesh120.Parent = Part119
  1720. CylinderMesh120.Scale = Vector3.new(1, 1, 0.5)
  1721. CylinderMesh120.Scale = Vector3.new(1, 1, 0.5)
  1722. Part121.Name = "1"
  1723. Part121.Parent = Model111
  1724. Part121.Material = Enum.Material.SmoothPlastic
  1725. Part121.BrickColor = BrickColor.new("Pastel Blue")
  1726. Part121.Reflectance = 0.20000000298023
  1727. Part121.Rotation = Vector3.new(-90, 0, 90)
  1728. Part121.Anchored = true
  1729. Part121.CanCollide = false
  1730. Part121.FormFactor = Enum.FormFactor.Symmetric
  1731. Part121.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1732. Part121.CFrame = CFrame.new(85.1887817, 3.88585806, 71.872261, -5.72269414e-08, -1, -1.52209304e-06, -4.00096178e-06, -1.52208713e-06, 1, -1, 5.72326542e-08, -4.00096178e-06)
  1733. Part121.BottomSurface = Enum.SurfaceType.Smooth
  1734. Part121.TopSurface = Enum.SurfaceType.Smooth
  1735. Part121.Color = Color3.new(0.501961, 0.733333, 0.858824)
  1736. Part121.Position = Vector3.new(85.1887817, 3.88585806, 71.872261)
  1737. Part121.Orientation = Vector3.new(-90, 90, 0)
  1738. Part121.Color = Color3.new(0.501961, 0.733333, 0.858824)
  1739. CylinderMesh122.Parent = Part121
  1740. CylinderMesh122.Scale = Vector3.new(1, 1, 0.5)
  1741. CylinderMesh122.Scale = Vector3.new(1, 1, 0.5)
  1742. Part123.Name = "1"
  1743. Part123.Parent = Model111
  1744. Part123.Material = Enum.Material.SmoothPlastic
  1745. Part123.BrickColor = BrickColor.new("Pastel Blue")
  1746. Part123.Reflectance = 0.20000000298023
  1747. Part123.Rotation = Vector3.new(90, 90, 0)
  1748. Part123.Anchored = true
  1749. Part123.CanCollide = false
  1750. Part123.FormFactor = Enum.FormFactor.Symmetric
  1751. Part123.Size = Vector3.new(0.200000003, 1.2814821, 0.200000003)
  1752. Part123.CFrame = CFrame.new(85.1873627, 3.37702417, 71.1200256, -1.85120132e-06, -5.99948677e-08, 1, 0.99999994, 2.66171992e-06, 1.85119575e-06, -2.66171992e-06, 0.99999994, 5.99902847e-08)
  1753. Part123.BottomSurface = Enum.SurfaceType.Smooth
  1754. Part123.TopSurface = Enum.SurfaceType.Smooth
  1755. Part123.Color = Color3.new(0.501961, 0.733333, 0.858824)
  1756. Part123.Position = Vector3.new(85.1873627, 3.37702417, 71.1200256)
  1757. Part123.Orientation = Vector3.new(0, 90, 90)
  1758. Part123.Color = Color3.new(0.501961, 0.733333, 0.858824)
  1759. BlockMesh124.Parent = Part123
  1760. BlockMesh124.Scale = Vector3.new(0.300000012, 1, 1)
  1761. BlockMesh124.Scale = Vector3.new(0.300000012, 1, 1)
  1762. Part125.Name = "1"
  1763. Part125.Parent = Model111
  1764. Part125.Material = Enum.Material.SmoothPlastic
  1765. Part125.BrickColor = BrickColor.new("Pastel Blue")
  1766. Part125.Reflectance = 0.20000000298023
  1767. Part125.Rotation = Vector3.new(-90, 0, 90)
  1768. Part125.Anchored = true
  1769. Part125.CanCollide = false
  1770. Part125.FormFactor = Enum.FormFactor.Symmetric
  1771. Part125.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1772. Part125.CFrame = CFrame.new(85.1887817, 3.3777411, 70.4631577, -5.72269414e-08, -1, -1.52209304e-06, -4.00096178e-06, -1.52208713e-06, 1, -1, 5.72326542e-08, -4.00096178e-06)
  1773. Part125.BottomSurface = Enum.SurfaceType.Smooth
  1774. Part125.TopSurface = Enum.SurfaceType.Smooth
  1775. Part125.Color = Color3.new(0.501961, 0.733333, 0.858824)
  1776. Part125.Position = Vector3.new(85.1887817, 3.3777411, 70.4631577)
  1777. Part125.Orientation = Vector3.new(-90, 90, 0)
  1778. Part125.Color = Color3.new(0.501961, 0.733333, 0.858824)
  1779. CylinderMesh126.Parent = Part125
  1780. CylinderMesh126.Scale = Vector3.new(1, 1, 0.5)
  1781. CylinderMesh126.Scale = Vector3.new(1, 1, 0.5)
  1782. Part127.Name = "1"
  1783. Part127.Parent = Model111
  1784. Part127.Material = Enum.Material.SmoothPlastic
  1785. Part127.BrickColor = BrickColor.new("Pastel Blue")
  1786. Part127.Reflectance = 0.20000000298023
  1787. Part127.Rotation = Vector3.new(-90, 0, 90)
  1788. Part127.Anchored = true
  1789. Part127.CanCollide = false
  1790. Part127.FormFactor = Enum.FormFactor.Symmetric
  1791. Part127.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1792. Part127.CFrame = CFrame.new(85.1887817, 3.37882566, 71.7722549, -5.72269414e-08, -1, -1.52209304e-06, -4.00096178e-06, -1.52208713e-06, 1, -1, 5.72326542e-08, -4.00096178e-06)
  1793. Part127.BottomSurface = Enum.SurfaceType.Smooth
  1794. Part127.TopSurface = Enum.SurfaceType.Smooth
  1795. Part127.Color = Color3.new(0.501961, 0.733333, 0.858824)
  1796. Part127.Position = Vector3.new(85.1887817, 3.37882566, 71.7722549)
  1797. Part127.Orientation = Vector3.new(-90, 90, 0)
  1798. Part127.Color = Color3.new(0.501961, 0.733333, 0.858824)
  1799. CylinderMesh128.Parent = Part127
  1800. CylinderMesh128.Scale = Vector3.new(1, 1, 0.5)
  1801. CylinderMesh128.Scale = Vector3.new(1, 1, 0.5)
  1802. Part129.Name = "Brick"
  1803. Part129.Parent = Model111
  1804. Part129.Material = Enum.Material.SmoothPlastic
  1805. Part129.BrickColor = BrickColor.new("Pastel Blue")
  1806. Part129.Reflectance = 0.20000000298023
  1807. Part129.Rotation = Vector3.new(0, 90, 0)
  1808. Part129.Anchored = true
  1809. Part129.CanCollide = false
  1810. Part129.FormFactor = Enum.FormFactor.Symmetric
  1811. Part129.Size = Vector3.new(0.200000003, 1.90897512, 0.200000003)
  1812. Part129.CFrame = CFrame.new(85.1915894, 2.922647, 71.1200027, 5.99961609e-08, -1.85120155e-06, 1, -3.37511301e-06, 0.99999994, 1.85119586e-06, -0.99999994, -3.37511301e-06, 5.99902847e-08)
  1813. Part129.BottomSurface = Enum.SurfaceType.Smooth
  1814. Part129.TopSurface = Enum.SurfaceType.Smooth
  1815. Part129.Color = Color3.new(0.501961, 0.733333, 0.858824)
  1816. Part129.Position = Vector3.new(85.1915894, 2.922647, 71.1200027)
  1817. Part129.Orientation = Vector3.new(0, 90, 0)
  1818. Part129.Color = Color3.new(0.501961, 0.733333, 0.858824)
  1819. BlockMesh130.Parent = Part129
  1820. BlockMesh130.Scale = Vector3.new(0.300000012, 1, 1)
  1821. BlockMesh130.Scale = Vector3.new(0.300000012, 1, 1)
  1822. Part131.Name = "Brick"
  1823. Part131.Parent = Model111
  1824. Part131.Material = Enum.Material.SmoothPlastic
  1825. Part131.BrickColor = BrickColor.new("Really black")
  1826. Part131.Rotation = Vector3.new(0, 90, 0)
  1827. Part131.Anchored = true
  1828. Part131.CanCollide = false
  1829. Part131.FormFactor = Enum.FormFactor.Symmetric
  1830. Part131.Size = Vector3.new(0.275762081, 2.04569292, 0.200000003)
  1831. Part131.CFrame = CFrame.new(85.182869, 2.9881115, 70.2552872, 5.99961609e-08, -1.85120155e-06, 1, -3.37511301e-06, 0.99999994, 1.85119586e-06, -0.99999994, -3.37511301e-06, 5.99902847e-08)
  1832. Part131.BottomSurface = Enum.SurfaceType.Smooth
  1833. Part131.TopSurface = Enum.SurfaceType.Smooth
  1834. Part131.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1835. Part131.Position = Vector3.new(85.182869, 2.9881115, 70.2552872)
  1836. Part131.Orientation = Vector3.new(0, 90, 0)
  1837. Part131.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1838. BlockMesh132.Parent = Part131
  1839. WedgePart133.Parent = Model111
  1840. WedgePart133.Material = Enum.Material.SmoothPlastic
  1841. WedgePart133.BrickColor = BrickColor.new("Really black")
  1842. WedgePart133.Rotation = Vector3.new(0, -0.0500000007, 0.129999995)
  1843. WedgePart133.Anchored = true
  1844. WedgePart133.CanCollide = false
  1845. WedgePart133.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1846. WedgePart133.CFrame = CFrame.new(85.181488, 3.09613848, 70.5079117, 0.999997199, -0.00223094225, -0.000802747905, 0.00223094458, 0.999997556, 2.0340085e-06, 0.000802741386, -3.83704901e-06, 0.999999702)
  1847. WedgePart133.BottomSurface = Enum.SurfaceType.Smooth
  1848. WedgePart133.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1849. WedgePart133.Position = Vector3.new(85.181488, 3.09613848, 70.5079117)
  1850. WedgePart133.Orientation = Vector3.new(0, -0.0500000007, 0.129999995)
  1851. WedgePart133.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1852. SpecialMesh134.Parent = WedgePart133
  1853. SpecialMesh134.Scale = Vector3.new(1.01084137, 0.337857842, 2.72094846)
  1854. SpecialMesh134.MeshType = Enum.MeshType.Wedge
  1855. SpecialMesh134.Scale = Vector3.new(1.01084137, 0.337857842, 2.72094846)
  1856. WedgePart135.Parent = Model111
  1857. WedgePart135.Material = Enum.Material.SmoothPlastic
  1858. WedgePart135.BrickColor = BrickColor.new("Really black")
  1859. WedgePart135.Rotation = Vector3.new(180, 0.0500000007, 179.869995)
  1860. WedgePart135.Anchored = true
  1861. WedgePart135.CanCollide = false
  1862. WedgePart135.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1863. WedgePart135.CFrame = CFrame.new(85.1811981, 3.09613752, 70.8738403, -0.999997199, -0.00223094225, 0.000802747731, -0.00223094458, 0.999997556, -1.94460154e-06, -0.000802741386, -3.74764204e-06, -0.999999702)
  1864. WedgePart135.BottomSurface = Enum.SurfaceType.Smooth
  1865. WedgePart135.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1866. WedgePart135.Position = Vector3.new(85.1811981, 3.09613752, 70.8738403)
  1867. WedgePart135.Orientation = Vector3.new(0, 179.949997, -0.129999995)
  1868. WedgePart135.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1869. SpecialMesh136.Parent = WedgePart135
  1870. SpecialMesh136.Scale = Vector3.new(1.01084137, 0.337857842, 0.938339233)
  1871. SpecialMesh136.MeshType = Enum.MeshType.Wedge
  1872. SpecialMesh136.Scale = Vector3.new(1.01084137, 0.337857842, 0.938339233)
  1873. WedgePart137.Parent = Model111
  1874. WedgePart137.Material = Enum.Material.SmoothPlastic
  1875. WedgePart137.BrickColor = BrickColor.new("Really black")
  1876. WedgePart137.Rotation = Vector3.new(-90, 0, 179.910004)
  1877. WedgePart137.Anchored = true
  1878. WedgePart137.CanCollide = false
  1879. WedgePart137.Size = Vector3.new(0.200412184, 0.389923543, 1.16091728)
  1880. WedgePart137.CFrame = CFrame.new(85.1823654, 2.54573298, 70.5879745, -0.999998868, -0.00150661916, -1.4348019e-06, -1.44066507e-06, 3.88361514e-06, 1, -0.00150661927, 0.999998868, -3.89665365e-06)
  1881. WedgePart137.BottomSurface = Enum.SurfaceType.Smooth
  1882. WedgePart137.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1883. WedgePart137.Position = Vector3.new(85.1823654, 2.54573298, 70.5879745)
  1884. WedgePart137.Orientation = Vector3.new(-90, 179.910004, 0)
  1885. WedgePart137.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1886. WedgePart138.Parent = Model111
  1887. WedgePart138.Material = Enum.Material.SmoothPlastic
  1888. WedgePart138.BrickColor = BrickColor.new("Really black")
  1889. WedgePart138.Rotation = Vector3.new(90, 0, 0.0900000036)
  1890. WedgePart138.Anchored = true
  1891. WedgePart138.CanCollide = false
  1892. WedgePart138.Size = Vector3.new(0.200412184, 0.389923543, 0.347238541)
  1893. WedgePart138.CFrame = CFrame.new(85.1823654, 3.29980421, 70.587944, 0.999998868, -0.00150661916, 1.43467025e-06, 1.44066507e-06, 3.98792326e-06, -1, 0.00150661927, 0.999998868, 4.00096178e-06)
  1894. WedgePart138.BottomSurface = Enum.SurfaceType.Smooth
  1895. WedgePart138.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1896. WedgePart138.Position = Vector3.new(85.1823654, 3.29980421, 70.587944)
  1897. WedgePart138.Orientation = Vector3.new(90, -0.0900000036, 0)
  1898. WedgePart138.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1899. WedgePart139.Parent = Model111
  1900. WedgePart139.Material = Enum.Material.SmoothPlastic
  1901. WedgePart139.BrickColor = BrickColor.new("Really black")
  1902. WedgePart139.Rotation = Vector3.new(-55.7200012, 0, -180)
  1903. WedgePart139.Anchored = true
  1904. WedgePart139.CanCollide = false
  1905. WedgePart139.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1906. WedgePart139.CFrame = CFrame.new(85.1822815, 3.04279566, 71.1207199, -1, 9.39884956e-07, -1.14377758e-06, -1.47446929e-06, -0.563230097, 0.826300144, 1.32416773e-07, 0.826300204, 0.563229978)
  1907. WedgePart139.BottomSurface = Enum.SurfaceType.Smooth
  1908. WedgePart139.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1909. WedgePart139.Position = Vector3.new(85.1822815, 3.04279566, 71.1207199)
  1910. WedgePart139.Orientation = Vector3.new(-55.7200012, 0, -180)
  1911. WedgePart139.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1912. SpecialMesh140.Parent = WedgePart139
  1913. SpecialMesh140.Scale = Vector3.new(0.999984741, 0.80983156, 0.552008986)
  1914. SpecialMesh140.MeshType = Enum.MeshType.Wedge
  1915. SpecialMesh140.Scale = Vector3.new(0.999984741, 0.80983156, 0.552008986)
  1916. WedgePart141.Parent = Model111
  1917. WedgePart141.Material = Enum.Material.SmoothPlastic
  1918. WedgePart141.BrickColor = BrickColor.new("Really black")
  1919. WedgePart141.Rotation = Vector3.new(90, 0.0199999996, 0.0299999993)
  1920. WedgePart141.Anchored = true
  1921. WedgePart141.CanCollide = false
  1922. WedgePart141.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1923. WedgePart141.CFrame = CFrame.new(85.1822052, 3.45734429, 70.4930878, 0.999999762, -0.000579246494, 0.000356322125, 0.000356324395, 3.86871397e-06, -1, 0.000579245039, 0.999999881, 4.07546759e-06)
  1924. WedgePart141.BottomSurface = Enum.SurfaceType.Smooth
  1925. WedgePart141.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1926. WedgePart141.Position = Vector3.new(85.1822052, 3.45734429, 70.4930878)
  1927. WedgePart141.Orientation = Vector3.new(90, -0.0299999993, 0)
  1928. WedgePart141.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1929. SpecialMesh142.Parent = WedgePart141
  1930. SpecialMesh142.Scale = Vector3.new(1.00078332, 0.99998498, 1.63242829)
  1931. SpecialMesh142.MeshType = Enum.MeshType.Wedge
  1932. SpecialMesh142.Scale = Vector3.new(1.00078332, 0.99998498, 1.63242829)
  1933. WedgePart143.Parent = Model111
  1934. WedgePart143.Material = Enum.Material.SmoothPlastic
  1935. WedgePart143.BrickColor = BrickColor.new("Really black")
  1936. WedgePart143.Rotation = Vector3.new(-90, -0.0199999996, 179.970001)
  1937. WedgePart143.Anchored = true
  1938. WedgePart143.CanCollide = false
  1939. WedgePart143.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1940. WedgePart143.CFrame = CFrame.new(85.1824951, 2.62967396, 70.4931183, -0.999999762, -0.000579246436, -0.000356322184, -0.000356324395, 3.79420817e-06, 1, -0.000579245039, 0.999999881, -4.00096178e-06)
  1941. WedgePart143.BottomSurface = Enum.SurfaceType.Smooth
  1942. WedgePart143.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1943. WedgePart143.Position = Vector3.new(85.1824951, 2.62967396, 70.4931183)
  1944. WedgePart143.Orientation = Vector3.new(-90, 179.970001, 0)
  1945. WedgePart143.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1946. SpecialMesh144.Parent = WedgePart143
  1947. SpecialMesh144.Scale = Vector3.new(1.00078332, 0.99998498, 6.64438772)
  1948. SpecialMesh144.MeshType = Enum.MeshType.Wedge
  1949. SpecialMesh144.Scale = Vector3.new(1.00078332, 0.99998498, 6.64438772)
  1950. WedgePart145.Parent = Model111
  1951. WedgePart145.Material = Enum.Material.SmoothPlastic
  1952. WedgePart145.BrickColor = BrickColor.new("Really black")
  1953. WedgePart145.Rotation = Vector3.new(90, 0, 179.919998)
  1954. WedgePart145.Anchored = true
  1955. WedgePart145.CanCollide = false
  1956. WedgePart145.Size = Vector3.new(0.200395763, 0.405991018, 0.36154747)
  1957. WedgePart145.CFrame = CFrame.new(85.182373, 3.30695724, 71.6614609, -0.999999046, -0.00144700008, 1.60951686e-06, -1.6037302e-06, -3.98606062e-06, -1, 0.00144700019, -0.999999046, 4.00096178e-06)
  1958. WedgePart145.BottomSurface = Enum.SurfaceType.Smooth
  1959. WedgePart145.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1960. WedgePart145.Position = Vector3.new(85.182373, 3.30695724, 71.6614609)
  1961. WedgePart145.Orientation = Vector3.new(90, -179.919998, 0)
  1962. WedgePart145.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1963. WedgePart146.Parent = Model111
  1964. WedgePart146.Material = Enum.Material.SmoothPlastic
  1965. WedgePart146.BrickColor = BrickColor.new("Really black")
  1966. WedgePart146.Rotation = Vector3.new(-90, 0, 0.0799999982)
  1967. WedgePart146.Anchored = true
  1968. WedgePart146.CanCollide = false
  1969. WedgePart146.Size = Vector3.new(0.200395763, 0.405991018, 1.16122246)
  1970. WedgePart146.CFrame = CFrame.new(85.182373, 2.54558897, 71.6615067, 0.999999046, -0.00144700008, -1.60964339e-06, 1.6037302e-06, -4.07546759e-06, 1, -0.00144700019, -0.999999046, -4.07546759e-06)
  1971. WedgePart146.BottomSurface = Enum.SurfaceType.Smooth
  1972. WedgePart146.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1973. WedgePart146.Position = Vector3.new(85.182373, 2.54558897, 71.6615067)
  1974. WedgePart146.Orientation = Vector3.new(-90, 0.0799999982, 0)
  1975. WedgePart146.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1976. WedgePart147.Parent = Model111
  1977. WedgePart147.Material = Enum.Material.SmoothPlastic
  1978. WedgePart147.BrickColor = BrickColor.new("Really black")
  1979. WedgePart147.Rotation = Vector3.new(90, 0.0199999996, 179.970001)
  1980. WedgePart147.Anchored = true
  1981. WedgePart147.CanCollide = false
  1982. WedgePart147.Size = Vector3.new(0.200154141, 0.216064483, 0.35271439)
  1983. WedgePart147.CFrame = CFrame.new(85.1822052, 3.47046447, 71.7563477, -0.999999762, -0.000570286938, 0.000350898132, -0.000350895803, -4.10526991e-06, -0.99999994, 0.000570288335, -1, 3.91341746e-06)
  1984. WedgePart147.BottomSurface = Enum.SurfaceType.Smooth
  1985. WedgePart147.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1986. WedgePart147.Position = Vector3.new(85.1822052, 3.47046447, 71.7563477)
  1987. WedgePart147.Orientation = Vector3.new(89.9800034, 89.3600006, -90.6699982)
  1988. WedgePart147.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1989. WedgePart148.Parent = Model111
  1990. WedgePart148.Material = Enum.Material.SmoothPlastic
  1991. WedgePart148.BrickColor = BrickColor.new("Really black")
  1992. WedgePart148.Rotation = Vector3.new(-90, -0.0199999996, 0.0299999993)
  1993. WedgePart148.Anchored = true
  1994. WedgePart148.CanCollide = false
  1995. WedgePart148.Size = Vector3.new(0.200154141, 0.216064483, 1.32918274)
  1996. WedgePart148.CFrame = CFrame.new(85.1824951, 2.62952924, 71.7563782, 0.999999762, -0.000570286938, -0.000350898161, 0.000350895803, -4.18163836e-06, 1, -0.000570288335, -0.99999994, -4.00096178e-06)
  1997. WedgePart148.BottomSurface = Enum.SurfaceType.Smooth
  1998. WedgePart148.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1999. WedgePart148.Position = Vector3.new(85.1824951, 2.62952924, 71.7563782)
  2000. WedgePart148.Orientation = Vector3.new(-90, 0.0299999993, 0)
  2001. WedgePart148.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2002. WedgePart149.Parent = Model111
  2003. WedgePart149.Material = Enum.Material.SmoothPlastic
  2004. WedgePart149.BrickColor = BrickColor.new("Really black")
  2005. WedgePart149.Rotation = Vector3.new(180, -0.0500000007, 179.869995)
  2006. WedgePart149.Anchored = true
  2007. WedgePart149.CanCollide = false
  2008. WedgePart149.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2009. WedgePart149.CFrame = CFrame.new(85.1814804, 3.09614229, 71.7310715, -0.999997199, -0.00224562106, -0.000807990902, -0.00224561989, 0.999997437, -2.03587115e-06, 0.000807993289, -2.16066837e-07, -0.999999762)
  2010. WedgePart149.BottomSurface = Enum.SurfaceType.Smooth
  2011. WedgePart149.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2012. WedgePart149.Position = Vector3.new(85.1814804, 3.09614229, 71.7310715)
  2013. WedgePart149.Orientation = Vector3.new(0, -179.949997, -0.129999995)
  2014. WedgePart149.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2015. SpecialMesh150.Parent = WedgePart149
  2016. SpecialMesh150.Scale = Vector3.new(1.01091325, 0.337860286, 2.69684029)
  2017. SpecialMesh150.MeshType = Enum.MeshType.Wedge
  2018. SpecialMesh150.Scale = Vector3.new(1.01091325, 0.337860286, 2.69684029)
  2019. WedgePart151.Parent = Model111
  2020. WedgePart151.Material = Enum.Material.SmoothPlastic
  2021. WedgePart151.BrickColor = BrickColor.new("Really black")
  2022. WedgePart151.Rotation = Vector3.new(0, 0.0500000007, 0.129999995)
  2023. WedgePart151.Anchored = true
  2024. WedgePart151.CanCollide = false
  2025. WedgePart151.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2026. WedgePart151.CFrame = CFrame.new(85.1811905, 3.09613752, 71.3675842, 0.999997199, -0.00224562106, 0.000807990727, 0.00224561989, 0.999997437, 2.12527812e-06, -0.000807993289, -3.05473804e-07, 0.999999821)
  2027. WedgePart151.BottomSurface = Enum.SurfaceType.Smooth
  2028. WedgePart151.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2029. WedgePart151.Position = Vector3.new(85.1811905, 3.09613752, 71.3675842)
  2030. WedgePart151.Orientation = Vector3.new(0, 0.0500000007, 0.129999995)
  2031. WedgePart151.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2032. SpecialMesh152.Parent = WedgePart151
  2033. SpecialMesh152.Scale = Vector3.new(1.01091325, 0.337860286, 0.938338399)
  2034. SpecialMesh152.MeshType = Enum.MeshType.Wedge
  2035. SpecialMesh152.Scale = Vector3.new(1.01091325, 0.337860286, 0.938338399)
  2036. WedgePart153.Parent = Model111
  2037. WedgePart153.Material = Enum.Material.SmoothPlastic
  2038. WedgePart153.BrickColor = BrickColor.new("Navy blue")
  2039. WedgePart153.Rotation = Vector3.new(86.8799973, 15.1499996, -7.48000002)
  2040. WedgePart153.Anchored = true
  2041. WedgePart153.CanCollide = false
  2042. WedgePart153.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2043. WedgePart153.CFrame = CFrame.new(84.1446457, 4.05169582, 70.7639236, 0.957038879, 0.125684932, 0.261304408, 0.251607925, 0.087944001, -0.963825464, -0.144118473, 0.988164604, 0.0525425151)
  2044. WedgePart153.BottomSurface = Enum.SurfaceType.Smooth
  2045. WedgePart153.Color = Color3.new(0, 0.12549, 0.376471)
  2046. WedgePart153.Position = Vector3.new(84.1446457, 4.05169582, 70.7639236)
  2047. WedgePart153.Orientation = Vector3.new(74.5400009, 78.6299973, 70.7300034)
  2048. WedgePart153.Color = Color3.new(0, 0.12549, 0.376471)
  2049. SpecialMesh154.Parent = WedgePart153
  2050. SpecialMesh154.Scale = Vector3.new(3.79249001, 0.477633595, 0.0880769417)
  2051. SpecialMesh154.MeshType = Enum.MeshType.Wedge
  2052. SpecialMesh154.Scale = Vector3.new(3.79249001, 0.477633595, 0.0880769417)
  2053. WedgePart155.Parent = Model111
  2054. WedgePart155.Material = Enum.Material.SmoothPlastic
  2055. WedgePart155.BrickColor = BrickColor.new("Navy blue")
  2056. WedgePart155.Rotation = Vector3.new(-173.649994, 48.3899994, -169.940002)
  2057. WedgePart155.Anchored = true
  2058. WedgePart155.CanCollide = false
  2059. WedgePart155.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2060. WedgePart155.CFrame = CFrame.new(84.4218597, 4.16451406, 70.582016, -0.65387702, 0.11601074, 0.747653902, 0.254984111, 0.964155555, 0.073397398, -0.712339818, 0.238632768, -0.660020113)
  2061. WedgePart155.BottomSurface = Enum.SurfaceType.Smooth
  2062. WedgePart155.Color = Color3.new(0, 0.12549, 0.376471)
  2063. WedgePart155.Position = Vector3.new(84.4218597, 4.16451406, 70.582016)
  2064. WedgePart155.Orientation = Vector3.new(-4.21000004, 131.440002, 14.8100004)
  2065. WedgePart155.Color = Color3.new(0, 0.12549, 0.376471)
  2066. SpecialMesh156.Parent = WedgePart155
  2067. SpecialMesh156.Scale = Vector3.new(4.00483942, 2.83606482, 0.269650221)
  2068. SpecialMesh156.MeshType = Enum.MeshType.Wedge
  2069. SpecialMesh156.Scale = Vector3.new(4.00483942, 2.83606482, 0.269650221)
  2070. WedgePart157.Parent = Model111
  2071. WedgePart157.Material = Enum.Material.SmoothPlastic
  2072. WedgePart157.BrickColor = BrickColor.new("Navy blue")
  2073. WedgePart157.Rotation = Vector3.new(6.3499999, -48.3899994, -10.0600004)
  2074. WedgePart157.Anchored = true
  2075. WedgePart157.CanCollide = false
  2076. WedgePart157.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2077. WedgePart157.CFrame = CFrame.new(84.4620514, 4.16846418, 70.5465317, 0.65387702, 0.116010807, -0.747653902, -0.254984111, 0.964155555, -0.0733973011, 0.712339818, 0.238632709, 0.660020053)
  2078. WedgePart157.BottomSurface = Enum.SurfaceType.Smooth
  2079. WedgePart157.Color = Color3.new(0, 0.12549, 0.376471)
  2080. WedgePart157.Position = Vector3.new(84.4620514, 4.16846418, 70.5465317)
  2081. WedgePart157.Orientation = Vector3.new(4.21000004, -48.5600014, -14.8100004)
  2082. WedgePart157.Color = Color3.new(0, 0.12549, 0.376471)
  2083. SpecialMesh158.Parent = WedgePart157
  2084. SpecialMesh158.Scale = Vector3.new(4.00483942, 2.83606482, 0.267972648)
  2085. SpecialMesh158.MeshType = Enum.MeshType.Wedge
  2086. SpecialMesh158.Scale = Vector3.new(4.00483942, 2.83606482, 0.267972648)
  2087. WedgePart159.Parent = Model111
  2088. WedgePart159.Material = Enum.Material.SmoothPlastic
  2089. WedgePart159.BrickColor = BrickColor.new("Navy blue")
  2090. WedgePart159.Rotation = Vector3.new(90, -9.51000023, 38.2000008)
  2091. WedgePart159.Anchored = true
  2092. WedgePart159.CanCollide = false
  2093. WedgePart159.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2094. WedgePart159.CFrame = CFrame.new(84.0250778, 4.48755217, 70.9831467, 0.775091887, -0.609853208, -0.16526258, -0.129877046, 0.102194309, -0.986249685, 0.618356287, 0.785897911, 4.05497849e-06)
  2095. WedgePart159.BottomSurface = Enum.SurfaceType.Smooth
  2096. WedgePart159.Color = Color3.new(0, 0.12549, 0.376471)
  2097. WedgePart159.Position = Vector3.new(84.0250778, 4.48755217, 70.9831467)
  2098. WedgePart159.Orientation = Vector3.new(80.4899979, -90, -51.7999992)
  2099. WedgePart159.Color = Color3.new(0, 0.12549, 0.376471)
  2100. SpecialMesh160.Parent = WedgePart159
  2101. SpecialMesh160.Scale = Vector3.new(1.85473442, 0.0282498114, 0.0053952313)
  2102. SpecialMesh160.MeshType = Enum.MeshType.Wedge
  2103. SpecialMesh160.Scale = Vector3.new(1.85473442, 0.0282498114, 0.0053952313)
  2104. WedgePart161.Parent = Model111
  2105. WedgePart161.Material = Enum.Material.SmoothPlastic
  2106. WedgePart161.BrickColor = BrickColor.new("Navy blue")
  2107. WedgePart161.Rotation = Vector3.new(-90, 9.51000023, 141.800003)
  2108. WedgePart161.Anchored = true
  2109. WedgePart161.CanCollide = false
  2110. WedgePart161.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2111. WedgePart161.CFrame = CFrame.new(83.9779968, 4.20658875, 70.9831314, -0.775091887, -0.609853208, 0.165262535, 0.129877046, 0.10219422, 0.986249685, -0.618356287, 0.785897911, -3.98047268e-06)
  2112. WedgePart161.BottomSurface = Enum.SurfaceType.Smooth
  2113. WedgePart161.Color = Color3.new(0, 0.12549, 0.376471)
  2114. WedgePart161.Position = Vector3.new(83.9779968, 4.20658875, 70.9831314)
  2115. WedgePart161.Orientation = Vector3.new(-80.4899979, 90, 51.7999992)
  2116. WedgePart161.Color = Color3.new(0, 0.12549, 0.376471)
  2117. SpecialMesh162.Parent = WedgePart161
  2118. SpecialMesh162.Scale = Vector3.new(1.85473442, 0.0282498114, 2.84345865)
  2119. SpecialMesh162.MeshType = Enum.MeshType.Wedge
  2120. SpecialMesh162.Scale = Vector3.new(1.85473442, 0.0282498114, 2.84345865)
  2121. WedgePart163.Parent = Model111
  2122. WedgePart163.Material = Enum.Material.SmoothPlastic
  2123. WedgePart163.BrickColor = BrickColor.new("Navy blue")
  2124. WedgePart163.Rotation = Vector3.new(-173.649994, -9.22999954, -169.990005)
  2125. WedgePart163.Anchored = true
  2126. WedgePart163.CanCollide = false
  2127. WedgePart163.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2128. WedgePart163.CFrame = CFrame.new(84.1072159, 4.18705034, 70.8189468, -0.972012162, 0.171640545, -0.16041176, 0.155350938, 0.981806695, 0.109186664, 0.176234171, 0.0812106356, -0.980992436)
  2129. WedgePart163.BottomSurface = Enum.SurfaceType.Smooth
  2130. WedgePart163.Color = Color3.new(0, 0.12549, 0.376471)
  2131. WedgePart163.Position = Vector3.new(84.1072159, 4.18705034, 70.8189468)
  2132. WedgePart163.Orientation = Vector3.new(-6.26999998, -170.710007, 8.98999977)
  2133. WedgePart163.Color = Color3.new(0, 0.12549, 0.376471)
  2134. SpecialMesh164.Parent = WedgePart163
  2135. SpecialMesh164.Scale = Vector3.new(2.80837536, 2.83567548, 0.212128252)
  2136. SpecialMesh164.MeshType = Enum.MeshType.Wedge
  2137. SpecialMesh164.Scale = Vector3.new(2.80837536, 2.83567548, 0.212128252)
  2138. WedgePart165.Parent = Model111
  2139. WedgePart165.Material = Enum.Material.SmoothPlastic
  2140. WedgePart165.BrickColor = BrickColor.new("Navy blue")
  2141. WedgePart165.Rotation = Vector3.new(6.3499999, 9.22999954, -10.0100002)
  2142. WedgePart165.Anchored = true
  2143. WedgePart165.CanCollide = false
  2144. WedgePart165.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2145. WedgePart165.CFrame = CFrame.new(84.0994263, 4.19235182, 70.7712784, 0.972012162, 0.171640515, 0.160411775, -0.155350938, 0.981806695, -0.10918659, -0.176234171, 0.0812105462, 0.980992496)
  2146. WedgePart165.BottomSurface = Enum.SurfaceType.Smooth
  2147. WedgePart165.Color = Color3.new(0, 0.12549, 0.376471)
  2148. WedgePart165.Position = Vector3.new(84.0994263, 4.19235182, 70.7712784)
  2149. WedgePart165.Orientation = Vector3.new(6.26999998, 9.28999996, -8.98999977)
  2150. WedgePart165.Color = Color3.new(0, 0.12549, 0.376471)
  2151. SpecialMesh166.Parent = WedgePart165
  2152. SpecialMesh166.Scale = Vector3.new(2.80837536, 2.83567548, 0.273714751)
  2153. SpecialMesh166.MeshType = Enum.MeshType.Wedge
  2154. SpecialMesh166.Scale = Vector3.new(2.80837536, 2.83567548, 0.273714751)
  2155. WedgePart167.Parent = Model111
  2156. WedgePart167.Material = Enum.Material.SmoothPlastic
  2157. WedgePart167.BrickColor = BrickColor.new("Navy blue")
  2158. WedgePart167.Rotation = Vector3.new(173.649994, -48.3899994, -169.940002)
  2159. WedgePart167.Anchored = true
  2160. WedgePart167.CanCollide = false
  2161. WedgePart167.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2162. WedgePart167.CFrame = CFrame.new(84.4638138, 4.16846514, 71.6982422, -0.653876841, 0.116011359, -0.747654021, 0.254989713, 0.964153886, -0.0734017119, 0.712337971, -0.238639727, -0.660019517)
  2163. WedgePart167.BottomSurface = Enum.SurfaceType.Smooth
  2164. WedgePart167.Color = Color3.new(0, 0.12549, 0.376471)
  2165. WedgePart167.Position = Vector3.new(84.4638138, 4.16846514, 71.6982422)
  2166. WedgePart167.Orientation = Vector3.new(4.21000004, -131.440002, 14.8100004)
  2167. WedgePart167.Color = Color3.new(0, 0.12549, 0.376471)
  2168. SpecialMesh168.Parent = WedgePart167
  2169. SpecialMesh168.Scale = Vector3.new(4.00483942, 2.83606482, 0.267972648)
  2170. SpecialMesh168.MeshType = Enum.MeshType.Wedge
  2171. SpecialMesh168.Scale = Vector3.new(4.00483942, 2.83606482, 0.267972648)
  2172. WedgePart169.Parent = Model111
  2173. WedgePart169.Material = Enum.Material.SmoothPlastic
  2174. WedgePart169.BrickColor = BrickColor.new("Navy blue")
  2175. WedgePart169.Rotation = Vector3.new(173.649994, 9.22999954, -169.990005)
  2176. WedgePart169.Anchored = true
  2177. WedgePart169.CanCollide = false
  2178. WedgePart169.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2179. WedgePart169.CFrame = CFrame.new(84.1011887, 4.19235182, 71.4734879, -0.972012162, 0.171640277, 0.16041179, 0.155349508, 0.981806219, -0.109193146, -0.176235214, -0.0812171847, -0.980991721)
  2180. WedgePart169.BottomSurface = Enum.SurfaceType.Smooth
  2181. WedgePart169.Color = Color3.new(0, 0.12549, 0.376471)
  2182. WedgePart169.Position = Vector3.new(84.1011887, 4.19235182, 71.4734879)
  2183. WedgePart169.Orientation = Vector3.new(6.26999998, 170.710007, 8.98999977)
  2184. WedgePart169.Color = Color3.new(0, 0.12549, 0.376471)
  2185. SpecialMesh170.Parent = WedgePart169
  2186. SpecialMesh170.Scale = Vector3.new(2.80837536, 2.83567548, 0.273714751)
  2187. SpecialMesh170.MeshType = Enum.MeshType.Wedge
  2188. SpecialMesh170.Scale = Vector3.new(2.80837536, 2.83567548, 0.273714751)
  2189. WedgePart171.Parent = Model111
  2190. WedgePart171.Material = Enum.Material.SmoothPlastic
  2191. WedgePart171.BrickColor = BrickColor.new("Navy blue")
  2192. WedgePart171.Rotation = Vector3.new(90, -9.51000023, 141.800003)
  2193. WedgePart171.Anchored = true
  2194. WedgePart171.CanCollide = false
  2195. WedgePart171.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2196. WedgePart171.CFrame = CFrame.new(84.0268402, 4.48755026, 71.2616348, -0.775091708, -0.609853506, -0.16526255, 0.129881904, 0.102188051, -0.986249685, 0.618355632, -0.785898507, 3.83146107e-06)
  2197. WedgePart171.BottomSurface = Enum.SurfaceType.Smooth
  2198. WedgePart171.Color = Color3.new(0, 0.12549, 0.376471)
  2199. WedgePart171.Position = Vector3.new(84.0268402, 4.48755026, 71.2616348)
  2200. WedgePart171.Orientation = Vector3.new(80.4899979, -90, 51.8100014)
  2201. WedgePart171.Color = Color3.new(0, 0.12549, 0.376471)
  2202. SpecialMesh172.Parent = WedgePart171
  2203. SpecialMesh172.Scale = Vector3.new(1.85473442, 0.0282498114, 0.0053952313)
  2204. SpecialMesh172.MeshType = Enum.MeshType.Wedge
  2205. SpecialMesh172.Scale = Vector3.new(1.85473442, 0.0282498114, 0.0053952313)
  2206. WedgePart173.Parent = Model111
  2207. WedgePart173.Material = Enum.Material.SmoothPlastic
  2208. WedgePart173.BrickColor = BrickColor.new("Navy blue")
  2209. WedgePart173.Rotation = Vector3.new(-6.3499999, -9.22999954, -10.0100002)
  2210. WedgePart173.Anchored = true
  2211. WedgePart173.CanCollide = false
  2212. WedgePart173.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2213. WedgePart173.CFrame = CFrame.new(84.1089783, 4.18705225, 71.4258041, 0.972012162, 0.171640292, -0.160411775, -0.155349508, 0.981806219, 0.109193236, 0.176235214, -0.0812172741, 0.980991721)
  2214. WedgePart173.BottomSurface = Enum.SurfaceType.Smooth
  2215. WedgePart173.Color = Color3.new(0, 0.12549, 0.376471)
  2216. WedgePart173.Position = Vector3.new(84.1089783, 4.18705225, 71.4258041)
  2217. WedgePart173.Orientation = Vector3.new(-6.26999998, -9.28999996, -8.98999977)
  2218. WedgePart173.Color = Color3.new(0, 0.12549, 0.376471)
  2219. SpecialMesh174.Parent = WedgePart173
  2220. SpecialMesh174.Scale = Vector3.new(2.80837536, 2.83567548, 0.212128252)
  2221. SpecialMesh174.MeshType = Enum.MeshType.Wedge
  2222. SpecialMesh174.Scale = Vector3.new(2.80837536, 2.83567548, 0.212128252)
  2223. WedgePart175.Parent = Model111
  2224. WedgePart175.Material = Enum.Material.SmoothPlastic
  2225. WedgePart175.BrickColor = BrickColor.new("Navy blue")
  2226. WedgePart175.Rotation = Vector3.new(-90, 9.51000023, 38.2000008)
  2227. WedgePart175.Anchored = true
  2228. WedgePart175.CanCollide = false
  2229. WedgePart175.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2230. WedgePart175.CFrame = CFrame.new(83.9797592, 4.20658875, 71.2616196, 0.775091708, -0.609853506, 0.165262491, -0.129881904, 0.102187976, 0.986249685, -0.618355632, -0.785898507, -3.89106572e-06)
  2231. WedgePart175.BottomSurface = Enum.SurfaceType.Smooth
  2232. WedgePart175.Color = Color3.new(0, 0.12549, 0.376471)
  2233. WedgePart175.Position = Vector3.new(83.9797592, 4.20658875, 71.2616196)
  2234. WedgePart175.Orientation = Vector3.new(-80.4899979, 90, -51.8100014)
  2235. WedgePart175.Color = Color3.new(0, 0.12549, 0.376471)
  2236. SpecialMesh176.Parent = WedgePart175
  2237. SpecialMesh176.Scale = Vector3.new(1.85473442, 0.0282498114, 2.84345865)
  2238. SpecialMesh176.MeshType = Enum.MeshType.Wedge
  2239. SpecialMesh176.Scale = Vector3.new(1.85473442, 0.0282498114, 2.84345865)
  2240. WedgePart177.Parent = Model111
  2241. WedgePart177.Material = Enum.Material.SmoothPlastic
  2242. WedgePart177.BrickColor = BrickColor.new("Navy blue")
  2243. WedgePart177.Rotation = Vector3.new(-6.3499999, 48.3899994, -10.0600004)
  2244. WedgePart177.Anchored = true
  2245. WedgePart177.CanCollide = false
  2246. WedgePart177.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2247. WedgePart177.CFrame = CFrame.new(84.4236221, 4.16451979, 71.6627731, 0.653876841, 0.116011299, 0.74765408, -0.254989713, 0.964153886, 0.0734018013, -0.712337971, -0.238639787, 0.660019517)
  2248. WedgePart177.BottomSurface = Enum.SurfaceType.Smooth
  2249. WedgePart177.Color = Color3.new(0, 0.12549, 0.376471)
  2250. WedgePart177.Position = Vector3.new(84.4236221, 4.16451979, 71.6627731)
  2251. WedgePart177.Orientation = Vector3.new(-4.21000004, 48.5600014, -14.8100004)
  2252. WedgePart177.Color = Color3.new(0, 0.12549, 0.376471)
  2253. SpecialMesh178.Parent = WedgePart177
  2254. SpecialMesh178.Scale = Vector3.new(4.00483942, 2.83606482, 0.269650221)
  2255. SpecialMesh178.MeshType = Enum.MeshType.Wedge
  2256. SpecialMesh178.Scale = Vector3.new(4.00483942, 2.83606482, 0.269650221)
  2257. WedgePart179.Parent = Model111
  2258. WedgePart179.Material = Enum.Material.SmoothPlastic
  2259. WedgePart179.BrickColor = BrickColor.new("Really black")
  2260. WedgePart179.Rotation = Vector3.new(176.649994, -32.4300003, -16.2800007)
  2261. WedgePart179.Anchored = true
  2262. WedgePart179.CanCollide = false
  2263. WedgePart179.Size = Vector3.new(0.501514971, 1.8123908, 0.540661097)
  2264. WedgePart179.CFrame = CFrame.new(84.3812408, 3.16418386, 71.5519867, 0.810205579, 0.236556157, -0.536291003, 0.249728575, -0.967060745, -0.049287919, -0.530285299, -0.0939938203, -0.842592716)
  2265. WedgePart179.BottomSurface = Enum.SurfaceType.Smooth
  2266. WedgePart179.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2267. WedgePart179.Position = Vector3.new(84.3812408, 3.16418386, 71.5519867)
  2268. WedgePart179.Orientation = Vector3.new(2.82999992, -147.520004, 165.520004)
  2269. WedgePart179.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2270. WedgePart180.Parent = Model111
  2271. WedgePart180.Material = Enum.Material.SmoothPlastic
  2272. WedgePart180.BrickColor = BrickColor.new("Really black")
  2273. WedgePart180.Rotation = Vector3.new(-3.3499999, 32.4300003, -163.720001)
  2274. WedgePart180.Anchored = true
  2275. WedgePart180.CanCollide = false
  2276. WedgePart180.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2277. WedgePart180.CFrame = CFrame.new(84.2144699, 3.1488595, 71.289978, -0.810205579, 0.236556113, 0.536291063, -0.249728575, -0.967060685, 0.0492878295, 0.530285299, -0.093993932, 0.842592835)
  2278. WedgePart180.BottomSurface = Enum.SurfaceType.Smooth
  2279. WedgePart180.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2280. WedgePart180.Position = Vector3.new(84.2144699, 3.1488595, 71.289978)
  2281. WedgePart180.Orientation = Vector3.new(-2.82999992, 32.4799995, -165.520004)
  2282. WedgePart180.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2283. SpecialMesh181.Parent = WedgePart180
  2284. SpecialMesh181.Scale = Vector3.new(2.5075748, 9.0619545, 0.406420559)
  2285. SpecialMesh181.MeshType = Enum.MeshType.Wedge
  2286. SpecialMesh181.Scale = Vector3.new(2.5075748, 9.0619545, 0.406420559)
  2287. WedgePart182.Parent = Model111
  2288. WedgePart182.Material = Enum.Material.SmoothPlastic
  2289. WedgePart182.BrickColor = BrickColor.new("Navy blue")
  2290. WedgePart182.Rotation = Vector3.new(93.3300018, 15.0900002, -174.039993)
  2291. WedgePart182.Anchored = true
  2292. WedgePart182.CanCollide = false
  2293. WedgePart182.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2294. WedgePart182.CFrame = CFrame.new(84.1439896, 4.05129576, 71.4676208, -0.960297585, 0.10023734, 0.260348022, -0.252465844, 0.0848200619, -0.963881016, -0.118699588, -0.991341591, -0.0561460108)
  2295. WedgePart182.BottomSurface = Enum.SurfaceType.Smooth
  2296. WedgePart182.Color = Color3.new(0, 0.12549, 0.376471)
  2297. WedgePart182.Position = Vector3.new(84.1439896, 4.05129576, 71.4676208)
  2298. WedgePart182.Orientation = Vector3.new(74.5500031, 102.169998, -71.4300003)
  2299. WedgePart182.Color = Color3.new(0, 0.12549, 0.376471)
  2300. SpecialMesh183.Parent = WedgePart182
  2301. SpecialMesh183.Scale = Vector3.new(3.76363802, 0.508730888, 0.0892680213)
  2302. SpecialMesh183.MeshType = Enum.MeshType.Wedge
  2303. SpecialMesh183.Scale = Vector3.new(3.76363802, 0.508730888, 0.0892680213)
  2304. WedgePart184.Parent = Model111
  2305. WedgePart184.Material = Enum.Material.SmoothPlastic
  2306. WedgePart184.BrickColor = BrickColor.new("Really black")
  2307. WedgePart184.Rotation = Vector3.new(-86.6699982, -15.0900002, -5.96000004)
  2308. WedgePart184.Anchored = true
  2309. WedgePart184.CanCollide = false
  2310. WedgePart184.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2311. WedgePart184.CFrame = CFrame.new(84.3801498, 3.17696238, 71.4166794, 0.960297585, 0.100237362, -0.260347992, 0.252465844, 0.0848200023, 0.963881075, 0.118699588, -0.991341591, 0.0561459363)
  2312. WedgePart184.BottomSurface = Enum.SurfaceType.Smooth
  2313. WedgePart184.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2314. WedgePart184.Position = Vector3.new(84.3801498, 3.17696238, 71.4166794)
  2315. WedgePart184.Orientation = Vector3.new(-74.5500031, -77.8300018, 71.4300003)
  2316. WedgePart184.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2317. SpecialMesh185.Parent = WedgePart184
  2318. SpecialMesh185.Scale = Vector3.new(3.76363802, 0.508730888, 8.98179531)
  2319. SpecialMesh185.MeshType = Enum.MeshType.Wedge
  2320. SpecialMesh185.Scale = Vector3.new(3.76363802, 0.508730888, 8.98179531)
  2321. WedgePart186.Parent = Model111
  2322. WedgePart186.Material = Enum.Material.SmoothPlastic
  2323. WedgePart186.BrickColor = BrickColor.new("Really black")
  2324. WedgePart186.Rotation = Vector3.new(-176.649994, 32.4300003, -16.2099991)
  2325. WedgePart186.Anchored = true
  2326. WedgePart186.CanCollide = false
  2327. WedgePart186.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2328. WedgePart186.CFrame = CFrame.new(84.2128601, 3.14833856, 70.9510422, 0.810471892, 0.235643119, 0.536290646, 0.248642325, -0.967340946, 0.049282223, 0.530388892, 0.093402721, -0.842593253)
  2329. WedgePart186.BottomSurface = Enum.SurfaceType.Smooth
  2330. WedgePart186.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2331. WedgePart186.Position = Vector3.new(84.2128601, 3.14833856, 70.9510422)
  2332. WedgePart186.Orientation = Vector3.new(-2.81999993, 147.520004, 165.580002)
  2333. WedgePart186.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2334. SpecialMesh187.Parent = WedgePart186
  2335. SpecialMesh187.Scale = Vector3.new(2.49772358, 9.06096554, 0.438725233)
  2336. SpecialMesh187.MeshType = Enum.MeshType.Wedge
  2337. SpecialMesh187.Scale = Vector3.new(2.49772358, 9.06096554, 0.438725233)
  2338. WedgePart188.Parent = Model111
  2339. WedgePart188.Material = Enum.Material.SmoothPlastic
  2340. WedgePart188.BrickColor = BrickColor.new("Really black")
  2341. WedgePart188.Rotation = Vector3.new(-93.1200027, -15.1499996, -172.520004)
  2342. WedgePart188.Anchored = true
  2343. WedgePart188.CanCollide = false
  2344. WedgePart188.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2345. WedgePart188.CFrame = CFrame.new(84.3816833, 3.17736506, 70.8115616, -0.957038879, 0.125684962, -0.261304379, -0.251607925, 0.0879439265, 0.963825405, 0.144118473, 0.988164663, -0.0525424257)
  2346. WedgePart188.BottomSurface = Enum.SurfaceType.Smooth
  2347. WedgePart188.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2348. WedgePart188.Position = Vector3.new(84.3816833, 3.17736506, 70.8115616)
  2349. WedgePart188.Orientation = Vector3.new(-74.5400009, -101.370003, -70.7300034)
  2350. WedgePart188.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2351. SpecialMesh189.Parent = WedgePart188
  2352. SpecialMesh189.Scale = Vector3.new(3.79249001, 0.477633595, 8.98350334)
  2353. SpecialMesh189.MeshType = Enum.MeshType.Wedge
  2354. SpecialMesh189.Scale = Vector3.new(3.79249001, 0.477633595, 8.98350334)
  2355. WedgePart190.Parent = Model111
  2356. WedgePart190.Material = Enum.Material.SmoothPlastic
  2357. WedgePart190.BrickColor = BrickColor.new("Really black")
  2358. WedgePart190.Rotation = Vector3.new(3.3499999, -32.4300003, -163.789993)
  2359. WedgePart190.Anchored = true
  2360. WedgePart190.CanCollide = false
  2361. WedgePart190.Size = Vector3.new(0.49954474, 1.81219304, 0.534200132)
  2362. WedgePart190.CFrame = CFrame.new(84.379631, 3.16365862, 70.689003, -0.810471892, 0.235643178, -0.536290705, -0.248642325, -0.967340887, -0.0492823087, -0.530388892, 0.093402639, 0.842593431)
  2363. WedgePart190.BottomSurface = Enum.SurfaceType.Smooth
  2364. WedgePart190.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2365. WedgePart190.Position = Vector3.new(84.379631, 3.16365862, 70.689003)
  2366. WedgePart190.Orientation = Vector3.new(2.81999993, -32.4799995, -165.580002)
  2367. WedgePart190.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2368. Part191.Parent = Model111
  2369. Part191.Material = Enum.Material.SmoothPlastic
  2370. Part191.BrickColor = BrickColor.new("Bright blue")
  2371. Part191.Reflectance = 0.20000000298023
  2372. Part191.Rotation = Vector3.new(180, 0, 0)
  2373. Part191.Anchored = true
  2374. Part191.CanCollide = false
  2375. Part191.FormFactor = Enum.FormFactor.Symmetric
  2376. Part191.Size = Vector3.new(0.200000003, 0.289398372, 0.200000003)
  2377. Part191.CFrame = CFrame.new(85.2290497, 2.24749422, 71.4875183, 0.999990463, 1.68663576e-06, -5.21396615e-08, 1.52207053e-06, -0.99999398, -3.58559191e-06, -4.70573482e-08, 3.27080488e-06, -0.99999404)
  2378. Part191.BottomSurface = Enum.SurfaceType.Smooth
  2379. Part191.TopSurface = Enum.SurfaceType.Smooth
  2380. Part191.Color = Color3.new(0.0509804, 0.411765, 0.67451)
  2381. Part191.Position = Vector3.new(85.2290497, 2.24749422, 71.4875183)
  2382. Part191.Orientation = Vector3.new(0, -180, 180)
  2383. Part191.Color = Color3.new(0.0509804, 0.411765, 0.67451)
  2384. BlockMesh192.Parent = Part191
  2385. BlockMesh192.Scale = Vector3.new(1, 1, 0.200000003)
  2386. BlockMesh192.Scale = Vector3.new(1, 1, 0.200000003)
  2387. Part193.Parent = Model111
  2388. Part193.Material = Enum.Material.SmoothPlastic
  2389. Part193.BrickColor = BrickColor.new("Bright blue")
  2390. Part193.Reflectance = 0.20000000298023
  2391. Part193.Rotation = Vector3.new(90, 0, 0)
  2392. Part193.Anchored = true
  2393. Part193.CanCollide = false
  2394. Part193.FormFactor = Enum.FormFactor.Symmetric
  2395. Part193.Size = Vector3.new(0.200000003, 0.704961121, 0.200000003)
  2396. Part193.CFrame = CFrame.new(85.2290497, 2.37356567, 71.1549301, 0.999990463, 5.21391357e-08, 1.68663564e-06, 1.52207053e-06, 3.8985163e-06, -0.99999404, -4.70573482e-08, 0.99999404, 3.58559191e-06)
  2397. Part193.BottomSurface = Enum.SurfaceType.Smooth
  2398. Part193.TopSurface = Enum.SurfaceType.Smooth
  2399. Part193.Color = Color3.new(0.0509804, 0.411765, 0.67451)
  2400. Part193.Position = Vector3.new(85.2290497, 2.37356567, 71.1549301)
  2401. Part193.Orientation = Vector3.new(89.8000031, 25.1900005, 21.3299999)
  2402. Part193.Color = Color3.new(0.0509804, 0.411765, 0.67451)
  2403. BlockMesh194.Parent = Part193
  2404. BlockMesh194.Scale = Vector3.new(1, 1, 0.200000003)
  2405. BlockMesh194.Scale = Vector3.new(1, 1, 0.200000003)
  2406. Part195.Parent = Model111
  2407. Part195.Material = Enum.Material.SmoothPlastic
  2408. Part195.BrickColor = BrickColor.new("Black")
  2409. Part195.Rotation = Vector3.new(180, 0, 180)
  2410. Part195.Anchored = true
  2411. Part195.CanCollide = false
  2412. Part195.FormFactor = Enum.FormFactor.Symmetric
  2413. Part195.Size = Vector3.new(1.12655747, 0.300000042, 2.07369661)
  2414. Part195.CFrame = CFrame.new(84.7367096, 2.24362898, 71.1229401, -0.999990463, -1.68663564e-06, -5.21395265e-08, -1.52207053e-06, 0.99999398, -3.68990004e-06, 4.70573482e-08, -3.34531069e-06, -0.99999404)
  2415. Part195.BottomSurface = Enum.SurfaceType.Smooth
  2416. Part195.TopSurface = Enum.SurfaceType.Smooth
  2417. Part195.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2418. Part195.Position = Vector3.new(84.7367096, 2.24362898, 71.1229401)
  2419. Part195.Orientation = Vector3.new(0, -180, 0)
  2420. Part195.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2421. BlockMesh196.Parent = Part195
  2422. Part197.Parent = Model111
  2423. Part197.Material = Enum.Material.SmoothPlastic
  2424. Part197.BrickColor = BrickColor.new("Bright blue")
  2425. Part197.Reflectance = 0.20000000298023
  2426. Part197.Rotation = Vector3.new(180, 0, 0)
  2427. Part197.Anchored = true
  2428. Part197.CanCollide = false
  2429. Part197.FormFactor = Enum.FormFactor.Symmetric
  2430. Part197.Size = Vector3.new(0.200000003, 0.289398372, 0.200000003)
  2431. Part197.CFrame = CFrame.new(85.2290497, 2.2483387, 70.8214417, 0.999990463, 1.68663576e-06, -5.21396615e-08, 1.52207053e-06, -0.99999398, -3.58559191e-06, -4.70573482e-08, 3.27080488e-06, -0.99999404)
  2432. Part197.BottomSurface = Enum.SurfaceType.Smooth
  2433. Part197.TopSurface = Enum.SurfaceType.Smooth
  2434. Part197.Color = Color3.new(0.0509804, 0.411765, 0.67451)
  2435. Part197.Position = Vector3.new(85.2290497, 2.2483387, 70.8214417)
  2436. Part197.Orientation = Vector3.new(0, -180, 180)
  2437. Part197.Color = Color3.new(0.0509804, 0.411765, 0.67451)
  2438. BlockMesh198.Parent = Part197
  2439. BlockMesh198.Scale = Vector3.new(1, 1, 0.200000003)
  2440. BlockMesh198.Scale = Vector3.new(1, 1, 0.200000003)
  2441. Part199.Parent = Model111
  2442. Part199.Material = Enum.Material.SmoothPlastic
  2443. Part199.BrickColor = BrickColor.new("Bright blue")
  2444. Part199.Reflectance = 0.20000000298023
  2445. Part199.Rotation = Vector3.new(90, 0, 0)
  2446. Part199.Anchored = true
  2447. Part199.CanCollide = false
  2448. Part199.FormFactor = Enum.FormFactor.Symmetric
  2449. Part199.Size = Vector3.new(0.200000003, 0.704961121, 0.200000003)
  2450. Part199.CFrame = CFrame.new(85.2290497, 2.10725856, 71.1549301, 0.999990463, 5.21391357e-08, 1.68663564e-06, 1.52207053e-06, 3.8985163e-06, -0.99999404, -4.70573482e-08, 0.99999404, 3.58559191e-06)
  2451. Part199.BottomSurface = Enum.SurfaceType.Smooth
  2452. Part199.TopSurface = Enum.SurfaceType.Smooth
  2453. Part199.Color = Color3.new(0.0509804, 0.411765, 0.67451)
  2454. Part199.Position = Vector3.new(85.2290497, 2.10725856, 71.1549301)
  2455. Part199.Orientation = Vector3.new(89.8000031, 25.1900005, 21.3299999)
  2456. Part199.Color = Color3.new(0.0509804, 0.411765, 0.67451)
  2457. BlockMesh200.Parent = Part199
  2458. BlockMesh200.Scale = Vector3.new(1, 1, 0.200000003)
  2459. BlockMesh200.Scale = Vector3.new(1, 1, 0.200000003)
  2460. Part201.Parent = Model111
  2461. Part201.Material = Enum.Material.SmoothPlastic
  2462. Part201.BrickColor = BrickColor.new("Bright blue")
  2463. Part201.Reflectance = 0.20000000298023
  2464. Part201.Rotation = Vector3.new(-90, 0, 0)
  2465. Part201.Anchored = true
  2466. Part201.CanCollide = false
  2467. Part201.FormFactor = Enum.FormFactor.Symmetric
  2468. Part201.Size = Vector3.new(0.200000003, 0.289398372, 0.200000003)
  2469. Part201.CFrame = CFrame.new(85.2290497, 2.24585271, 71.3620148, 0.999990463, -5.21390859e-08, -1.68663564e-06, 1.52207053e-06, -3.92831862e-06, 0.99999404, -4.70573482e-08, -0.99999404, -3.60049307e-06)
  2470. Part201.BottomSurface = Enum.SurfaceType.Smooth
  2471. Part201.TopSurface = Enum.SurfaceType.Smooth
  2472. Part201.Color = Color3.new(0.0509804, 0.411765, 0.67451)
  2473. Part201.Position = Vector3.new(85.2290497, 2.24585271, 71.3620148)
  2474. Part201.Orientation = Vector3.new(-89.8000031, -154.899994, 158.820007)
  2475. Part201.Color = Color3.new(0.0509804, 0.411765, 0.67451)
  2476. BlockMesh202.Parent = Part201
  2477. BlockMesh202.Scale = Vector3.new(1, 1, 0.200000003)
  2478. BlockMesh202.Scale = Vector3.new(1, 1, 0.200000003)
  2479. Part203.Name = "Cylinder"
  2480. Part203.Parent = Model111
  2481. Part203.Material = Enum.Material.SmoothPlastic
  2482. Part203.BrickColor = BrickColor.new("Really black")
  2483. Part203.Rotation = Vector3.new(-90, 0, 90)
  2484. Part203.Anchored = true
  2485. Part203.CanCollide = false
  2486. Part203.FormFactor = Enum.FormFactor.Symmetric
  2487. Part203.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2488. Part203.CFrame = CFrame.new(85.2129898, 2.2316227, 71.4693756, -5.72269414e-08, -1, -1.52209304e-06, -4.00096178e-06, -1.52208713e-06, 1, -1, 5.72326542e-08, -4.00096178e-06)
  2489. Part203.BottomSurface = Enum.SurfaceType.Smooth
  2490. Part203.TopSurface = Enum.SurfaceType.Smooth
  2491. Part203.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2492. Part203.Position = Vector3.new(85.2129898, 2.2316227, 71.4693756)
  2493. Part203.Orientation = Vector3.new(-90, 90, 0)
  2494. Part203.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2495. CylinderMesh204.Parent = Part203
  2496. CylinderMesh204.Scale = Vector3.new(0.773780882, 0.773780882, 0.386890441)
  2497. CylinderMesh204.Scale = Vector3.new(0.773780882, 0.773780882, 0.386890441)
  2498. Part205.Name = "Cylinder"
  2499. Part205.Parent = Model111
  2500. Part205.Material = Enum.Material.SmoothPlastic
  2501. Part205.BrickColor = BrickColor.new("Really black")
  2502. Part205.Rotation = Vector3.new(-90, 0, 90)
  2503. Part205.Anchored = true
  2504. Part205.CanCollide = false
  2505. Part205.FormFactor = Enum.FormFactor.Symmetric
  2506. Part205.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2507. Part205.CFrame = CFrame.new(85.2129898, 2.23079395, 70.7659149, -5.72269414e-08, -1, -1.52209304e-06, -4.00096178e-06, -1.52208713e-06, 1, -1, 5.72326542e-08, -4.00096178e-06)
  2508. Part205.BottomSurface = Enum.SurfaceType.Smooth
  2509. Part205.TopSurface = Enum.SurfaceType.Smooth
  2510. Part205.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2511. Part205.Position = Vector3.new(85.2129898, 2.23079395, 70.7659149)
  2512. Part205.Orientation = Vector3.new(-90, 90, 0)
  2513. Part205.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2514. CylinderMesh206.Parent = Part205
  2515. CylinderMesh206.Scale = Vector3.new(0.773780882, 0.773780882, 0.386890441)
  2516. CylinderMesh206.Scale = Vector3.new(0.773780882, 0.773780882, 0.386890441)
  2517. Part207.Name = "Cylinder"
  2518. Part207.Parent = Model111
  2519. Part207.Material = Enum.Material.SmoothPlastic
  2520. Part207.BrickColor = BrickColor.new("Pastel Blue")
  2521. Part207.Reflectance = 0.20000000298023
  2522. Part207.Rotation = Vector3.new(-90, 0, 90)
  2523. Part207.Anchored = true
  2524. Part207.CanCollide = false
  2525. Part207.FormFactor = Enum.FormFactor.Symmetric
  2526. Part207.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2527. Part207.CFrame = CFrame.new(85.2065201, 2.60235643, 71.5077591, -5.72269414e-08, -1, -1.52209304e-06, -4.00096178e-06, -1.52208713e-06, 1, -1, 5.72326542e-08, -4.00096178e-06)
  2528. Part207.BottomSurface = Enum.SurfaceType.Smooth
  2529. Part207.TopSurface = Enum.SurfaceType.Smooth
  2530. Part207.Color = Color3.new(0.501961, 0.733333, 0.858824)
  2531. Part207.Position = Vector3.new(85.2065201, 2.60235643, 71.5077591)
  2532. Part207.Orientation = Vector3.new(-90, 90, 0)
  2533. Part207.Color = Color3.new(0.501961, 0.733333, 0.858824)
  2534. CylinderMesh208.Parent = Part207
  2535. CylinderMesh208.Scale = Vector3.new(0.857374966, 0.857374966, 0.428687483)
  2536. CylinderMesh208.Scale = Vector3.new(0.857374966, 0.857374966, 0.428687483)
  2537. Part209.Name = "1"
  2538. Part209.Parent = Model111
  2539. Part209.Material = Enum.Material.SmoothPlastic
  2540. Part209.BrickColor = BrickColor.new("Pastel Blue")
  2541. Part209.Reflectance = 0.20000000298023
  2542. Part209.Rotation = Vector3.new(-90, 0, 90)
  2543. Part209.Anchored = true
  2544. Part209.CanCollide = false
  2545. Part209.FormFactor = Enum.FormFactor.Symmetric
  2546. Part209.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2547. Part209.CFrame = CFrame.new(85.1887817, 2.975389, 70.6631317, -5.72269414e-08, -1, -1.52209304e-06, -4.00096178e-06, -1.52208713e-06, 1, -1, 5.72326542e-08, -4.00096178e-06)
  2548. Part209.BottomSurface = Enum.SurfaceType.Smooth
  2549. Part209.TopSurface = Enum.SurfaceType.Smooth
  2550. Part209.Color = Color3.new(0.501961, 0.733333, 0.858824)
  2551. Part209.Position = Vector3.new(85.1887817, 2.975389, 70.6631317)
  2552. Part209.Orientation = Vector3.new(-90, 90, 0)
  2553. Part209.Color = Color3.new(0.501961, 0.733333, 0.858824)
  2554. CylinderMesh210.Parent = Part209
  2555. CylinderMesh210.Scale = Vector3.new(1, 1, 0.5)
  2556. CylinderMesh210.Scale = Vector3.new(1, 1, 0.5)
  2557. Part211.Name = "Cylinder"
  2558. Part211.Parent = Model111
  2559. Part211.Material = Enum.Material.SmoothPlastic
  2560. Part211.BrickColor = BrickColor.new("Pastel Blue")
  2561. Part211.Reflectance = 0.20000000298023
  2562. Part211.Rotation = Vector3.new(-90, 0, 90)
  2563. Part211.Anchored = true
  2564. Part211.CanCollide = false
  2565. Part211.FormFactor = Enum.FormFactor.Symmetric
  2566. Part211.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2567. Part211.CFrame = CFrame.new(85.2065201, 2.60143566, 70.7283096, -5.72269414e-08, -1, -1.52209304e-06, -4.00096178e-06, -1.52208713e-06, 1, -1, 5.72326542e-08, -4.00096178e-06)
  2568. Part211.BottomSurface = Enum.SurfaceType.Smooth
  2569. Part211.TopSurface = Enum.SurfaceType.Smooth
  2570. Part211.Color = Color3.new(0.501961, 0.733333, 0.858824)
  2571. Part211.Position = Vector3.new(85.2065201, 2.60143566, 70.7283096)
  2572. Part211.Orientation = Vector3.new(-90, 90, 0)
  2573. Part211.Color = Color3.new(0.501961, 0.733333, 0.858824)
  2574. CylinderMesh212.Parent = Part211
  2575. CylinderMesh212.Scale = Vector3.new(0.857374966, 0.857374966, 0.428687483)
  2576. CylinderMesh212.Scale = Vector3.new(0.857374966, 0.857374966, 0.428687483)
  2577. Part213.Name = "1"
  2578. Part213.Parent = Model111
  2579. Part213.Material = Enum.Material.SmoothPlastic
  2580. Part213.BrickColor = BrickColor.new("Pastel Blue")
  2581. Part213.Reflectance = 0.20000000298023
  2582. Part213.Rotation = Vector3.new(-90, 0, 90)
  2583. Part213.Anchored = true
  2584. Part213.CanCollide = false
  2585. Part213.FormFactor = Enum.FormFactor.Symmetric
  2586. Part213.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2587. Part213.CFrame = CFrame.new(85.1887817, 2.97647023, 71.5722427, -5.72269414e-08, -1, -1.52209304e-06, -4.00096178e-06, -1.52208713e-06, 1, -1, 5.72326542e-08, -4.00096178e-06)
  2588. Part213.BottomSurface = Enum.SurfaceType.Smooth
  2589. Part213.TopSurface = Enum.SurfaceType.Smooth
  2590. Part213.Color = Color3.new(0.501961, 0.733333, 0.858824)
  2591. Part213.Position = Vector3.new(85.1887817, 2.97647023, 71.5722427)
  2592. Part213.Orientation = Vector3.new(-90, 90, 0)
  2593. Part213.Color = Color3.new(0.501961, 0.733333, 0.858824)
  2594. CylinderMesh214.Parent = Part213
  2595. CylinderMesh214.Scale = Vector3.new(1, 1, 0.5)
  2596. CylinderMesh214.Scale = Vector3.new(1, 1, 0.5)
  2597. Part215.Name = "Brick"
  2598. Part215.Parent = Model111
  2599. Part215.Material = Enum.Material.SmoothPlastic
  2600. Part215.BrickColor = BrickColor.new("Lapis")
  2601. Part215.Rotation = Vector3.new(-98.8700027, 0, 90)
  2602. Part215.Anchored = true
  2603. Part215.CanCollide = false
  2604. Part215.FormFactor = Enum.FormFactor.Symmetric
  2605. Part215.Size = Vector3.new(0.200000003, 0.200000048, 3.76191354)
  2606. Part215.CFrame = CFrame.new(85.334816, 2.19722486, 72.4109573, 3.44653273e-07, -1, -1.53493693e-06, -0.154159606, -1.56971362e-06, 0.98804605, -0.98804605, -1.03908391e-07, -0.154159606)
  2607. Part215.BottomSurface = Enum.SurfaceType.Smooth
  2608. Part215.TopSurface = Enum.SurfaceType.Smooth
  2609. Part215.Color = Color3.new(0.0627451, 0.164706, 0.862745)
  2610. Part215.Position = Vector3.new(85.334816, 2.19722486, 72.4109573)
  2611. Part215.Orientation = Vector3.new(-81.1299973, -180, -90)
  2612. Part215.Color = Color3.new(0.0627451, 0.164706, 0.862745)
  2613. BlockMesh216.Parent = Part215
  2614. BlockMesh216.Scale = Vector3.new(0.200000003, 0.200000003, 1)
  2615. BlockMesh216.Scale = Vector3.new(0.200000003, 0.200000003, 1)
  2616. Part217.Name = "Brick"
  2617. Part217.Parent = Model111
  2618. Part217.Material = Enum.Material.SmoothPlastic
  2619. Part217.BrickColor = BrickColor.new("Lapis")
  2620. Part217.Rotation = Vector3.new(81.1299973, 0, -90)
  2621. Part217.Anchored = true
  2622. Part217.CanCollide = false
  2623. Part217.FormFactor = Enum.FormFactor.Symmetric
  2624. Part217.Size = Vector3.new(0.200000003, 0.200000048, 0.200000003)
  2625. Part217.CFrame = CFrame.new(85.2253647, 0.689384937, 72.6472626, 3.44653273e-07, 1, 1.62236074e-06, -0.154159606, 1.65609265e-06, -0.98804605, -0.98804605, 9.04312216e-08, 0.154159606)
  2626. Part217.BottomSurface = Enum.SurfaceType.Smooth
  2627. Part217.TopSurface = Enum.SurfaceType.Smooth
  2628. Part217.Color = Color3.new(0.0627451, 0.164706, 0.862745)
  2629. Part217.Position = Vector3.new(85.2253647, 0.689384937, 72.6472626)
  2630. Part217.Orientation = Vector3.new(81.1299973, 0, -90)
  2631. Part217.Color = Color3.new(0.0627451, 0.164706, 0.862745)
  2632. BlockMesh218.Parent = Part217
  2633. BlockMesh218.Scale = Vector3.new(0.200000003, 0.200000003, 0.5)
  2634. BlockMesh218.Scale = Vector3.new(0.200000003, 0.200000003, 0.5)
  2635. Part219.Name = "Brick"
  2636. Part219.Parent = Model111
  2637. Part219.Material = Enum.Material.SmoothPlastic
  2638. Part219.BrickColor = BrickColor.new("Lapis")
  2639. Part219.Rotation = Vector3.new(171.130005, -90, 0)
  2640. Part219.Anchored = true
  2641. Part219.CanCollide = false
  2642. Part219.FormFactor = Enum.FormFactor.Symmetric
  2643. Part219.Size = Vector3.new(0.200000003, 0.200000048, 1.06754613)
  2644. Part219.CFrame = CFrame.new(84.7113571, 0.642819166, 72.6564255, 3.44653273e-07, 1.90724722e-06, -1, -0.154159606, -0.98804605, -1.93757319e-06, -0.98804605, 0.154159606, -4.65132004e-08)
  2645. Part219.BottomSurface = Enum.SurfaceType.Smooth
  2646. Part219.TopSurface = Enum.SurfaceType.Smooth
  2647. Part219.Color = Color3.new(0.0627451, 0.164706, 0.862745)
  2648. Part219.Position = Vector3.new(84.7113571, 0.642819166, 72.6564255)
  2649. Part219.Orientation = Vector3.new(0, -90, -171.130005)
  2650. Part219.Color = Color3.new(0.0627451, 0.164706, 0.862745)
  2651. BlockMesh220.Parent = Part219
  2652. BlockMesh220.Scale = Vector3.new(0.200000003, 0.200000003, 1)
  2653. BlockMesh220.Scale = Vector3.new(0.200000003, 0.200000003, 1)
  2654. Part221.Name = "Brick"
  2655. Part221.Parent = Model111
  2656. Part221.Material = Enum.Material.SmoothPlastic
  2657. Part221.BrickColor = BrickColor.new("Lapis")
  2658. Part221.Rotation = Vector3.new(81.1299973, 0, -90)
  2659. Part221.Anchored = true
  2660. Part221.CanCollide = false
  2661. Part221.FormFactor = Enum.FormFactor.Symmetric
  2662. Part221.Size = Vector3.new(0.200000003, 0.200000048, 0.400000036)
  2663. Part221.CFrame = CFrame.new(85.0661621, 0.575264692, 72.6628799, 3.44653273e-07, 1, 1.62236074e-06, -0.154159606, 1.65609265e-06, -0.98804605, -0.98804605, 9.04312216e-08, 0.154159606)
  2664. Part221.BottomSurface = Enum.SurfaceType.Smooth
  2665. Part221.TopSurface = Enum.SurfaceType.Smooth
  2666. Part221.Color = Color3.new(0.0627451, 0.164706, 0.862745)
  2667. Part221.Position = Vector3.new(85.0661621, 0.575264692, 72.6628799)
  2668. Part221.Orientation = Vector3.new(81.1299973, 0, -90)
  2669. Part221.Color = Color3.new(0.0627451, 0.164706, 0.862745)
  2670. BlockMesh222.Parent = Part221
  2671. BlockMesh222.Scale = Vector3.new(0.200000003, 0.200000003, 1)
  2672. BlockMesh222.Scale = Vector3.new(0.200000003, 0.200000003, 1)
  2673. Part223.Name = "Brick"
  2674. Part223.Parent = Model111
  2675. Part223.Material = Enum.Material.SmoothPlastic
  2676. Part223.BrickColor = BrickColor.new("Really black")
  2677. Part223.Rotation = Vector3.new(0, 90, 0)
  2678. Part223.Anchored = true
  2679. Part223.CanCollide = false
  2680. Part223.FormFactor = Enum.FormFactor.Symmetric
  2681. Part223.Size = Vector3.new(0.275762081, 2.04569292, 0.200000003)
  2682. Part223.CFrame = CFrame.new(85.182869, 2.98781443, 72.0021896, 5.99961609e-08, -1.85120155e-06, 1, -3.37511301e-06, 0.99999994, 1.85119586e-06, -0.99999994, -3.37511301e-06, 5.99902847e-08)
  2683. Part223.BottomSurface = Enum.SurfaceType.Smooth
  2684. Part223.TopSurface = Enum.SurfaceType.Smooth
  2685. Part223.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2686. Part223.Position = Vector3.new(85.182869, 2.98781443, 72.0021896)
  2687. Part223.Orientation = Vector3.new(0, 90, 0)
  2688. Part223.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2689. BlockMesh224.Parent = Part223
  2690. Part225.Name = "Brick"
  2691. Part225.Parent = Model111
  2692. Part225.Material = Enum.Material.SmoothPlastic
  2693. Part225.BrickColor = BrickColor.new("Really black")
  2694. Part225.Rotation = Vector3.new(90, 90, 0)
  2695. Part225.Anchored = true
  2696. Part225.CanCollide = false
  2697. Part225.FormFactor = Enum.FormFactor.Symmetric
  2698. Part225.Size = Vector3.new(0.200000003, 0.682073951, 0.200000003)
  2699. Part225.CFrame = CFrame.new(85.2118912, 2.23023295, 71.1194458, -1.85120132e-06, -5.99948677e-08, 1, 0.99999994, 2.66171992e-06, 1.85119575e-06, -2.66171992e-06, 0.99999994, 5.99902847e-08)
  2700. Part225.BottomSurface = Enum.SurfaceType.Smooth
  2701. Part225.TopSurface = Enum.SurfaceType.Smooth
  2702. Part225.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2703. Part225.Position = Vector3.new(85.2118912, 2.23023295, 71.1194458)
  2704. Part225.Orientation = Vector3.new(0, 90, 90)
  2705. Part225.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2706. BlockMesh226.Parent = Part225
  2707. BlockMesh226.Scale = Vector3.new(0.232134268, 1, 0.773780882)
  2708. BlockMesh226.Scale = Vector3.new(0.232134268, 1, 0.773780882)
  2709. Part227.Name = "Brick"
  2710. Part227.Parent = Model111
  2711. Part227.Material = Enum.Material.SmoothPlastic
  2712. Part227.BrickColor = BrickColor.new("Really black")
  2713. Part227.Rotation = Vector3.new(0, 90, 0)
  2714. Part227.Anchored = true
  2715. Part227.CanCollide = false
  2716. Part227.FormFactor = Enum.FormFactor.Symmetric
  2717. Part227.Size = Vector3.new(2.0220542, 0.200000048, 0.909533679)
  2718. Part227.CFrame = CFrame.new(84.7550049, 3.90972233, 71.1290512, 5.99961609e-08, -1.85120155e-06, 1, -3.37511301e-06, 0.99999994, 1.85119586e-06, -0.99999994, -3.37511301e-06, 5.99902847e-08)
  2719. Part227.BottomSurface = Enum.SurfaceType.Smooth
  2720. Part227.TopSurface = Enum.SurfaceType.Smooth
  2721. Part227.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2722. Part227.Position = Vector3.new(84.7550049, 3.90972233, 71.1290512)
  2723. Part227.Orientation = Vector3.new(0, 90, 0)
  2724. Part227.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2725. BlockMesh228.Parent = Part227
  2726. Part229.Name = "Brick"
  2727. Part229.Parent = Model111
  2728. Part229.Material = Enum.Material.SmoothPlastic
  2729. Part229.BrickColor = BrickColor.new("Navy blue")
  2730. Part229.Rotation = Vector3.new(26.2199993, 55.4099998, -19.1499996)
  2731. Part229.Anchored = true
  2732. Part229.CanCollide = false
  2733. Part229.FormFactor = Enum.FormFactor.Symmetric
  2734. Part229.Size = Vector3.new(0.621950567, 0.569770336, 0.200000003)
  2735. Part229.CFrame = CFrame.new(84.0755386, 4.22622585, 70.6097031, 0.536291659, 0.186247364, 0.823227346, 0.0492807105, 0.96677655, -0.250827938, -0.842592955, 0.175086141, 0.509295702)
  2736. Part229.BottomSurface = Enum.SurfaceType.Smooth
  2737. Part229.TopSurface = Enum.SurfaceType.Smooth
  2738. Part229.Color = Color3.new(0, 0.12549, 0.376471)
  2739. Part229.Position = Vector3.new(84.0755386, 4.22622585, 70.6097031)
  2740. Part229.Orientation = Vector3.new(14.5299997, 58.2599983, 2.92000008)
  2741. Part229.Color = Color3.new(0, 0.12549, 0.376471)
  2742. BlockMesh230.Parent = Part229
  2743. Part231.Name = "Brick"
  2744. Part231.Parent = Model111
  2745. Part231.Material = Enum.Material.SmoothPlastic
  2746. Part231.BrickColor = BrickColor.new("Really black")
  2747. Part231.Rotation = Vector3.new(3.86999989, 9.71000004, -0.649999976)
  2748. Part231.Anchored = true
  2749. Part231.CanCollide = false
  2750. Part231.FormFactor = Enum.FormFactor.Symmetric
  2751. Part231.Size = Vector3.new(1, 0.569770336, 0.200000003)
  2752. Part231.CFrame = CFrame.new(84.7363968, 4.22474575, 70.4194794, 0.985605001, 0.0112363026, 0.168690681, 8.23754817e-07, 0.997788668, -0.0664664507, -0.169064462, 0.0655097961, 0.983425617)
  2753. Part231.BottomSurface = Enum.SurfaceType.Smooth
  2754. Part231.TopSurface = Enum.SurfaceType.Smooth
  2755. Part231.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2756. Part231.Position = Vector3.new(84.7363968, 4.22474575, 70.4194794)
  2757. Part231.Orientation = Vector3.new(3.80999994, 9.72999954, 0)
  2758. Part231.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2759. BlockMesh232.Parent = Part231
  2760. Part233.Name = "Brick"
  2761. Part233.Parent = Model111
  2762. Part233.Material = Enum.Material.SmoothPlastic
  2763. Part233.BrickColor = BrickColor.new("Really black")
  2764. Part233.Rotation = Vector3.new(0, 90, 0)
  2765. Part233.Anchored = true
  2766. Part233.CanCollide = false
  2767. Part233.FormFactor = Enum.FormFactor.Symmetric
  2768. Part233.Size = Vector3.new(0.34570837, 0.569770336, 0.200000003)
  2769. Part233.CFrame = CFrame.new(84.1144104, 4.1997714, 71.0390701, 5.99961609e-08, -1.85120155e-06, 1, -3.37511301e-06, 0.99999994, 1.85119586e-06, -0.99999994, -3.37511301e-06, 5.99902847e-08)
  2770. Part233.BottomSurface = Enum.SurfaceType.Smooth
  2771. Part233.TopSurface = Enum.SurfaceType.Smooth
  2772. Part233.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2773. Part233.Position = Vector3.new(84.1144104, 4.1997714, 71.0390701)
  2774. Part233.Orientation = Vector3.new(0, 90, 0)
  2775. Part233.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2776. BlockMesh234.Parent = Part233
  2777. Part235.Name = "Brick"
  2778. Part235.Parent = Model111
  2779. Part235.Material = Enum.Material.SmoothPlastic
  2780. Part235.BrickColor = BrickColor.new("Navy blue")
  2781. Part235.Rotation = Vector3.new(90, 80.4899979, -90)
  2782. Part235.Anchored = true
  2783. Part235.CanCollide = false
  2784. Part235.FormFactor = Enum.FormFactor.Symmetric
  2785. Part235.Size = Vector3.new(0.34570837, 0.569770336, 0.200000003)
  2786. Part235.CFrame = CFrame.new(83.9347992, 4.21437454, 71.0390854, 5.99961609e-08, 0.165252075, 0.986251473, -3.37511301e-06, 0.986251295, -0.16525206, -0.99999994, -3.30992043e-06, 6.14672899e-07)
  2787. Part235.BottomSurface = Enum.SurfaceType.Smooth
  2788. Part235.TopSurface = Enum.SurfaceType.Smooth
  2789. Part235.Color = Color3.new(0, 0.12549, 0.376471)
  2790. Part235.Position = Vector3.new(83.9347992, 4.21437454, 71.0390854)
  2791. Part235.Orientation = Vector3.new(9.51000023, 90, 0)
  2792. Part235.Color = Color3.new(0, 0.12549, 0.376471)
  2793. BlockMesh236.Parent = Part235
  2794. Part237.Name = "Brick"
  2795. Part237.Parent = Model111
  2796. Part237.Material = Enum.Material.SmoothPlastic
  2797. Part237.BrickColor = BrickColor.new("Really black")
  2798. Part237.Rotation = Vector3.new(4.76999998, 57.5600014, -1.20000005)
  2799. Part237.Anchored = true
  2800. Part237.CanCollide = false
  2801. Part237.FormFactor = Enum.FormFactor.Symmetric
  2802. Part237.Size = Vector3.new(0.567494869, 0.569770336, 0.200000003)
  2803. Part237.CFrame = CFrame.new(84.1754456, 4.21170378, 70.7049713, 0.536291659, 0.0112361535, 0.84395802, 0.0492807105, 0.997788727, -0.0445995405, -0.842592955, 0.0655092001, 0.534552038)
  2804. Part237.BottomSurface = Enum.SurfaceType.Smooth
  2805. Part237.TopSurface = Enum.SurfaceType.Smooth
  2806. Part237.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2807. Part237.Position = Vector3.new(84.1754456, 4.21170378, 70.7049713)
  2808. Part237.Orientation = Vector3.new(2.55999994, 57.6500015, 2.82999992)
  2809. Part237.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2810. BlockMesh238.Parent = Part237
  2811. Part239.Name = "Brick"
  2812. Part239.Parent = Model111
  2813. Part239.Material = Enum.Material.SmoothPlastic
  2814. Part239.BrickColor = BrickColor.new("Navy blue")
  2815. Part239.Rotation = Vector3.new(17.3299999, 9.30000019, -2.8900001)
  2816. Part239.Anchored = true
  2817. Part239.CanCollide = false
  2818. Part239.FormFactor = Enum.FormFactor.Symmetric
  2819. Part239.Size = Vector3.new(1.20342147, 0.569770336, 0.20717591)
  2820. Part239.CFrame = CFrame.new(84.8112564, 4.24095535, 70.2542725, 0.985605001, 0.0496909469, 0.161597043, 8.23754817e-07, 0.955829561, -0.293921709, -0.169064462, 0.289690852, 0.942070186)
  2821. Part239.BottomSurface = Enum.SurfaceType.Smooth
  2822. Part239.TopSurface = Enum.SurfaceType.Smooth
  2823. Part239.Color = Color3.new(0, 0.12549, 0.376471)
  2824. Part239.Position = Vector3.new(84.8112564, 4.24095535, 70.2542725)
  2825. Part239.Orientation = Vector3.new(17.0900002, 9.72999954, 0)
  2826. Part239.Color = Color3.new(0, 0.12549, 0.376471)
  2827. BlockMesh240.Parent = Part239
  2828. Part241.Name = "Brick"
  2829. Part241.Parent = Model111
  2830. Part241.Material = Enum.Material.SmoothPlastic
  2831. Part241.BrickColor = BrickColor.new("Navy blue")
  2832. Part241.Rotation = Vector3.new(162.669998, 9.30000019, -177.110001)
  2833. Part241.Anchored = true
  2834. Part241.CanCollide = false
  2835. Part241.FormFactor = Enum.FormFactor.Symmetric
  2836. Part241.Size = Vector3.new(1.20342147, 0.569770336, 0.20717591)
  2837. Part241.CFrame = CFrame.new(84.8130112, 4.24096441, 71.9904709, -0.985605001, 0.0496907383, 0.161597133, -2.17696652e-06, 0.955827594, -0.293928027, -0.169064477, -0.28969726, -0.942068219)
  2838. Part241.BottomSurface = Enum.SurfaceType.Smooth
  2839. Part241.TopSurface = Enum.SurfaceType.Smooth
  2840. Part241.Color = Color3.new(0, 0.12549, 0.376471)
  2841. Part241.Position = Vector3.new(84.8130112, 4.24096441, 71.9904709)
  2842. Part241.Orientation = Vector3.new(17.0900002, 170.270004, 0)
  2843. Part241.Color = Color3.new(0, 0.12549, 0.376471)
  2844. BlockMesh242.Parent = Part241
  2845. Part243.Name = "Brick"
  2846. Part243.Parent = Model111
  2847. Part243.Material = Enum.Material.SmoothPlastic
  2848. Part243.BrickColor = BrickColor.new("Really black")
  2849. Part243.Rotation = Vector3.new(175.229996, 57.5600014, -178.800003)
  2850. Part243.Anchored = true
  2851. Part243.CanCollide = false
  2852. Part243.FormFactor = Enum.FormFactor.Symmetric
  2853. Part243.Size = Vector3.new(0.567494869, 0.569770336, 0.200000003)
  2854. Part243.CFrame = CFrame.new(84.1772079, 4.21171141, 71.5398026, -0.53629142, 0.0112355668, 0.843958139, -0.0492874496, 0.99778825, -0.0446031094, -0.842592597, -0.0655167922, -0.534551501)
  2855. Part243.BottomSurface = Enum.SurfaceType.Smooth
  2856. Part243.TopSurface = Enum.SurfaceType.Smooth
  2857. Part243.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2858. Part243.Position = Vector3.new(84.1772079, 4.21171141, 71.5398026)
  2859. Part243.Orientation = Vector3.new(2.55999994, 122.349998, -2.82999992)
  2860. Part243.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2861. BlockMesh244.Parent = Part243
  2862. Part245.Name = "Brick"
  2863. Part245.Parent = Model111
  2864. Part245.Material = Enum.Material.SmoothPlastic
  2865. Part245.BrickColor = BrickColor.new("Lapis")
  2866. Part245.Rotation = Vector3.new(-171.130005, -90, 0)
  2867. Part245.Anchored = true
  2868. Part245.CanCollide = false
  2869. Part245.FormFactor = Enum.FormFactor.Symmetric
  2870. Part245.Size = Vector3.new(0.200000003, 0.200000048, 1.06754613)
  2871. Part245.CFrame = CFrame.new(84.7113571, 0.642818213, 69.6025925, -4.57742686e-07, 1.889602e-06, -1, 0.154153615, -0.988046944, -1.93757205e-06, -0.988047063, -0.154153585, 1.60981841e-07)
  2872. Part245.BottomSurface = Enum.SurfaceType.Smooth
  2873. Part245.TopSurface = Enum.SurfaceType.Smooth
  2874. Part245.Color = Color3.new(0.0627451, 0.164706, 0.862745)
  2875. Part245.Position = Vector3.new(84.7113571, 0.642818213, 69.6025925)
  2876. Part245.Orientation = Vector3.new(0, -90, 171.130005)
  2877. Part245.Color = Color3.new(0.0627451, 0.164706, 0.862745)
  2878. BlockMesh246.Parent = Part245
  2879. BlockMesh246.Scale = Vector3.new(0.200000003, 0.200000003, 1)
  2880. BlockMesh246.Scale = Vector3.new(0.200000003, 0.200000003, 1)
  2881. Part247.Name = "Brick"
  2882. Part247.Parent = Model111
  2883. Part247.Material = Enum.Material.SmoothPlastic
  2884. Part247.BrickColor = BrickColor.new("Lapis")
  2885. Part247.Rotation = Vector3.new(98.8700027, 0, -90)
  2886. Part247.Anchored = true
  2887. Part247.CanCollide = false
  2888. Part247.FormFactor = Enum.FormFactor.Symmetric
  2889. Part247.Size = Vector3.new(0.200000003, 0.200000048, 0.200000003)
  2890. Part247.CFrame = CFrame.new(85.2253647, 0.689387798, 69.6117401, -4.57742686e-07, 1, 1.60785328e-06, 0.154153615, 1.65919141e-06, -0.988046944, -0.988047063, -2.04414434e-07, -0.154153585)
  2891. Part247.BottomSurface = Enum.SurfaceType.Smooth
  2892. Part247.TopSurface = Enum.SurfaceType.Smooth
  2893. Part247.Color = Color3.new(0.0627451, 0.164706, 0.862745)
  2894. Part247.Position = Vector3.new(85.2253647, 0.689387798, 69.6117401)
  2895. Part247.Orientation = Vector3.new(81.1299973, 180, 90)
  2896. Part247.Color = Color3.new(0.0627451, 0.164706, 0.862745)
  2897. BlockMesh248.Parent = Part247
  2898. BlockMesh248.Scale = Vector3.new(0.200000003, 0.200000003, 0.5)
  2899. BlockMesh248.Scale = Vector3.new(0.200000003, 0.200000003, 0.5)
  2900. Part249.Name = "Brick"
  2901. Part249.Parent = Model111
  2902. Part249.Material = Enum.Material.SmoothPlastic
  2903. Part249.BrickColor = BrickColor.new("Lapis")
  2904. Part249.Rotation = Vector3.new(-81.1299973, 0, 90)
  2905. Part249.Anchored = true
  2906. Part249.CanCollide = false
  2907. Part249.FormFactor = Enum.FormFactor.Symmetric
  2908. Part249.Size = Vector3.new(0.200000003, 0.200000048, 3.76191354)
  2909. Part249.CFrame = CFrame.new(85.334816, 2.19723153, 69.8480835, -4.57742686e-07, -1, -1.52042981e-06, 0.154153615, -1.57281283e-06, 0.988046944, -0.988047063, 2.17891056e-07, 0.154153585)
  2910. Part249.BottomSurface = Enum.SurfaceType.Smooth
  2911. Part249.TopSurface = Enum.SurfaceType.Smooth
  2912. Part249.Color = Color3.new(0.0627451, 0.164706, 0.862745)
  2913. Part249.Position = Vector3.new(85.334816, 2.19723153, 69.8480835)
  2914. Part249.Orientation = Vector3.new(-81.1299973, 0, 90)
  2915. Part249.Color = Color3.new(0.0627451, 0.164706, 0.862745)
  2916. BlockMesh250.Parent = Part249
  2917. BlockMesh250.Scale = Vector3.new(0.200000003, 0.200000003, 1)
  2918. BlockMesh250.Scale = Vector3.new(0.200000003, 0.200000003, 1)
  2919. Part251.Name = "Brick"
  2920. Part251.Parent = Model111
  2921. Part251.Material = Enum.Material.SmoothPlastic
  2922. Part251.BrickColor = BrickColor.new("Lapis")
  2923. Part251.Rotation = Vector3.new(-171.130005, -90, 0)
  2924. Part251.Anchored = true
  2925. Part251.CanCollide = false
  2926. Part251.FormFactor = Enum.FormFactor.Symmetric
  2927. Part251.Size = Vector3.new(0.200000003, 0.200000048, 0.200000003)
  2928. Part251.CFrame = CFrame.new(85.1451187, 0.752628565, 69.6220932, -4.57742686e-07, 1.889602e-06, -1, 0.154153615, -0.988046944, -1.93757205e-06, -0.988047063, -0.154153585, 1.60981841e-07)
  2929. Part251.BottomSurface = Enum.SurfaceType.Smooth
  2930. Part251.TopSurface = Enum.SurfaceType.Smooth
  2931. Part251.Color = Color3.new(0.0627451, 0.164706, 0.862745)
  2932. Part251.Position = Vector3.new(85.1451187, 0.752628565, 69.6220932)
  2933. Part251.Orientation = Vector3.new(0, -90, 171.130005)
  2934. Part251.Color = Color3.new(0.0627451, 0.164706, 0.862745)
  2935. BlockMesh252.Parent = Part251
  2936. BlockMesh252.Scale = Vector3.new(0.200000003, 0.200000003, 1)
  2937. BlockMesh252.Scale = Vector3.new(0.200000003, 0.200000003, 1)
  2938. Part253.Name = "Brick"
  2939. Part253.Parent = Model111
  2940. Part253.Material = Enum.Material.SmoothPlastic
  2941. Part253.BrickColor = BrickColor.new("Lapis")
  2942. Part253.Rotation = Vector3.new(-171.130005, -90, 0)
  2943. Part253.Anchored = true
  2944. Part253.CanCollide = false
  2945. Part253.FormFactor = Enum.FormFactor.Symmetric
  2946. Part253.Size = Vector3.new(0.200000003, 0.200000048, 0.300000042)
  2947. Part253.CFrame = CFrame.new(85.1951294, 0.359328985, 69.561882, -4.57742686e-07, 1.889602e-06, -1, 0.154153615, -0.988046944, -1.93757205e-06, -0.988047063, -0.154153585, 1.60981841e-07)
  2948. Part253.BottomSurface = Enum.SurfaceType.Smooth
  2949. Part253.TopSurface = Enum.SurfaceType.Smooth
  2950. Part253.Color = Color3.new(0.0627451, 0.164706, 0.862745)
  2951. Part253.Position = Vector3.new(85.1951294, 0.359328985, 69.561882)
  2952. Part253.Orientation = Vector3.new(0, -90, 171.130005)
  2953. Part253.Color = Color3.new(0.0627451, 0.164706, 0.862745)
  2954. BlockMesh254.Parent = Part253
  2955. BlockMesh254.Scale = Vector3.new(0.200000003, 0.200000003, 1)
  2956. BlockMesh254.Scale = Vector3.new(0.200000003, 0.200000003, 1)
  2957. Part255.Name = "Brick"
  2958. Part255.Parent = Model111
  2959. Part255.Material = Enum.Material.SmoothPlastic
  2960. Part255.BrickColor = BrickColor.new("Really black")
  2961. Part255.Rotation = Vector3.new(8.86999989, 90, 0)
  2962. Part255.Anchored = true
  2963. Part255.CanCollide = false
  2964. Part255.FormFactor = Enum.FormFactor.Symmetric
  2965. Part255.Size = Vector3.new(0.217680693, 3.71122241, 1.16930699)
  2966. Part255.CFrame = CFrame.new(84.7666321, 2.1597805, 69.9367294, -4.57742686e-07, -1.8021799e-06, 1, 0.154153615, 0.988046944, 1.85119518e-06, -0.988047063, 0.154153585, -1.74458279e-07)
  2967. Part255.BottomSurface = Enum.SurfaceType.Smooth
  2968. Part255.TopSurface = Enum.SurfaceType.Smooth
  2969. Part255.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2970. Part255.Position = Vector3.new(84.7666321, 2.1597805, 69.9367294)
  2971. Part255.Orientation = Vector3.new(0, 90, 8.86999989)
  2972. Part255.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2973. BlockMesh256.Parent = Part255
  2974. Part257.Name = "Brick"
  2975. Part257.Parent = Model111
  2976. Part257.Material = Enum.Material.SmoothPlastic
  2977. Part257.BrickColor = BrickColor.new("Pastel Blue")
  2978. Part257.Reflectance = 0.20000000298023
  2979. Part257.Rotation = Vector3.new(90, 90, 0)
  2980. Part257.Anchored = true
  2981. Part257.CanCollide = false
  2982. Part257.FormFactor = Enum.FormFactor.Symmetric
  2983. Part257.Size = Vector3.new(0.200000003, 0.75576061, 0.200000003)
  2984. Part257.CFrame = CFrame.new(85.2052994, 2.60081959, 71.120018, -1.85120132e-06, -5.99948677e-08, 1, 0.99999994, 2.66171992e-06, 1.85119575e-06, -2.66171992e-06, 0.99999994, 5.99902847e-08)
  2985. Part257.BottomSurface = Enum.SurfaceType.Smooth
  2986. Part257.TopSurface = Enum.SurfaceType.Smooth
  2987. Part257.Color = Color3.new(0.501961, 0.733333, 0.858824)
  2988. Part257.Position = Vector3.new(85.2052994, 2.60081959, 71.120018)
  2989. Part257.Orientation = Vector3.new(0, 90, 90)
  2990. Part257.Color = Color3.new(0.501961, 0.733333, 0.858824)
  2991. BlockMesh258.Parent = Part257
  2992. BlockMesh258.Scale = Vector3.new(0.25721249, 1, 0.857374966)
  2993. BlockMesh258.Scale = Vector3.new(0.25721249, 1, 0.857374966)
  2994. Part259.Name = "1"
  2995. Part259.Parent = Model111
  2996. Part259.Material = Enum.Material.SmoothPlastic
  2997. Part259.BrickColor = BrickColor.new("Pastel Blue")
  2998. Part259.Reflectance = 0.20000000298023
  2999. Part259.Rotation = Vector3.new(90, 90, 0)
  3000. Part259.Anchored = true
  3001. Part259.CanCollide = false
  3002. Part259.FormFactor = Enum.FormFactor.Symmetric
  3003. Part259.Size = Vector3.new(0.200000003, 0.881482005, 0.200000003)
  3004. Part259.CFrame = CFrame.new(85.1873627, 2.97467303, 71.1199875, -1.85120132e-06, -5.99948677e-08, 1, 0.99999994, 2.66171992e-06, 1.85119575e-06, -2.66171992e-06, 0.99999994, 5.99902847e-08)
  3005. Part259.BottomSurface = Enum.SurfaceType.Smooth
  3006. Part259.TopSurface = Enum.SurfaceType.Smooth
  3007. Part259.Color = Color3.new(0.501961, 0.733333, 0.858824)
  3008. Part259.Position = Vector3.new(85.1873627, 2.97467303, 71.1199875)
  3009. Part259.Orientation = Vector3.new(0, 90, 90)
  3010. Part259.Color = Color3.new(0.501961, 0.733333, 0.858824)
  3011. BlockMesh260.Parent = Part259
  3012. BlockMesh260.Scale = Vector3.new(0.300000012, 1, 1)
  3013. BlockMesh260.Scale = Vector3.new(0.300000012, 1, 1)
  3014. Part261.Name = "Brick"
  3015. Part261.Parent = Model111
  3016. Part261.Material = Enum.Material.SmoothPlastic
  3017. Part261.BrickColor = BrickColor.new("Really black")
  3018. Part261.Rotation = Vector3.new(-8.86999989, 90, 0)
  3019. Part261.Anchored = true
  3020. Part261.CanCollide = false
  3021. Part261.FormFactor = Enum.FormFactor.Symmetric
  3022. Part261.Size = Vector3.new(0.217680693, 3.71122241, 1.16930699)
  3023. Part261.CFrame = CFrame.new(84.7666321, 2.15977883, 72.3222961, 3.44653273e-07, -1.81982534e-06, 1, -0.154159606, 0.98804605, 1.85119666e-06, -0.98804605, -0.154159606, 5.99901497e-08)
  3024. Part261.BottomSurface = Enum.SurfaceType.Smooth
  3025. Part261.TopSurface = Enum.SurfaceType.Smooth
  3026. Part261.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3027. Part261.Position = Vector3.new(84.7666321, 2.15977883, 72.3222961)
  3028. Part261.Orientation = Vector3.new(0, 90, -8.86999989)
  3029. Part261.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3030. BlockMesh262.Parent = Part261
  3031. Part263.Name = "Brick"
  3032. Part263.Parent = Model111
  3033. Part263.Material = Enum.Material.SmoothPlastic
  3034. Part263.BrickColor = BrickColor.new("Really black")
  3035. Part263.Rotation = Vector3.new(0, 90, 0)
  3036. Part263.Anchored = true
  3037. Part263.CanCollide = false
  3038. Part263.FormFactor = Enum.FormFactor.Symmetric
  3039. Part263.Size = Vector3.new(2.0220542, 2.03246331, 0.909533679)
  3040. Part263.CFrame = CFrame.new(84.8275146, 2.97960472, 71.1290741, 5.99961609e-08, -1.85120155e-06, 1, -3.37511301e-06, 0.99999994, 1.85119586e-06, -0.99999994, -3.37511301e-06, 5.99902847e-08)
  3041. Part263.BottomSurface = Enum.SurfaceType.Smooth
  3042. Part263.TopSurface = Enum.SurfaceType.Smooth
  3043. Part263.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3044. Part263.Position = Vector3.new(84.8275146, 2.97960472, 71.1290741)
  3045. Part263.Orientation = Vector3.new(0, 90, 0)
  3046. Part263.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3047. BlockMesh264.Parent = Part263
  3048. Part265.Name = "Brick"
  3049. Part265.Parent = Model111
  3050. Part265.Material = Enum.Material.SmoothPlastic
  3051. Part265.BrickColor = BrickColor.new("Lapis")
  3052. Part265.Rotation = Vector3.new(171.130005, -90, 0)
  3053. Part265.Anchored = true
  3054. Part265.CanCollide = false
  3055. Part265.FormFactor = Enum.FormFactor.Symmetric
  3056. Part265.Size = Vector3.new(0.200000003, 0.200000048, 0.300000042)
  3057. Part265.CFrame = CFrame.new(85.1951294, 0.359324932, 72.6971664, 3.44653273e-07, 1.90724722e-06, -1, -0.154159606, -0.98804605, -1.93757319e-06, -0.98804605, 0.154159606, -4.65132004e-08)
  3058. Part265.BottomSurface = Enum.SurfaceType.Smooth
  3059. Part265.TopSurface = Enum.SurfaceType.Smooth
  3060. Part265.Color = Color3.new(0.0627451, 0.164706, 0.862745)
  3061. Part265.Position = Vector3.new(85.1951294, 0.359324932, 72.6971664)
  3062. Part265.Orientation = Vector3.new(0, -90, -171.130005)
  3063. Part265.Color = Color3.new(0.0627451, 0.164706, 0.862745)
  3064. BlockMesh266.Parent = Part265
  3065. BlockMesh266.Scale = Vector3.new(0.200000003, 0.200000003, 1)
  3066. BlockMesh266.Scale = Vector3.new(0.200000003, 0.200000003, 1)
  3067. Part267.Name = "Brick"
  3068. Part267.Parent = Model111
  3069. Part267.Material = Enum.Material.SmoothPlastic
  3070. Part267.BrickColor = BrickColor.new("Lapis")
  3071. Part267.Rotation = Vector3.new(171.130005, -90, 0)
  3072. Part267.Anchored = true
  3073. Part267.CanCollide = false
  3074. Part267.FormFactor = Enum.FormFactor.Symmetric
  3075. Part267.Size = Vector3.new(0.200000003, 0.200000048, 0.200000003)
  3076. Part267.CFrame = CFrame.new(85.1451187, 0.752625465, 72.6368942, 3.44653273e-07, 1.90724722e-06, -1, -0.154159606, -0.98804605, -1.93757319e-06, -0.98804605, 0.154159606, -4.65132004e-08)
  3077. Part267.BottomSurface = Enum.SurfaceType.Smooth
  3078. Part267.TopSurface = Enum.SurfaceType.Smooth
  3079. Part267.Color = Color3.new(0.0627451, 0.164706, 0.862745)
  3080. Part267.Position = Vector3.new(85.1451187, 0.752625465, 72.6368942)
  3081. Part267.Orientation = Vector3.new(0, -90, -171.130005)
  3082. Part267.Color = Color3.new(0.0627451, 0.164706, 0.862745)
  3083. BlockMesh268.Parent = Part267
  3084. BlockMesh268.Scale = Vector3.new(0.200000003, 0.200000003, 1)
  3085. BlockMesh268.Scale = Vector3.new(0.200000003, 0.200000003, 1)
  3086. Part269.Name = "Brick"
  3087. Part269.Parent = Model111
  3088. Part269.Material = Enum.Material.SmoothPlastic
  3089. Part269.BrickColor = BrickColor.new("Really black")
  3090. Part269.Rotation = Vector3.new(0, 90, 0)
  3091. Part269.Anchored = true
  3092. Part269.CanCollide = false
  3093. Part269.FormFactor = Enum.FormFactor.Symmetric
  3094. Part269.Size = Vector3.new(1.76480412, 0.974218845, 0.200000003)
  3095. Part269.CFrame = CFrame.new(85.182869, 2.57548046, 71.1183243, 5.99961609e-08, -1.85120155e-06, 1, -3.37511301e-06, 0.99999994, 1.85119586e-06, -0.99999994, -3.37511301e-06, 5.99902847e-08)
  3096. Part269.BottomSurface = Enum.SurfaceType.Smooth
  3097. Part269.TopSurface = Enum.SurfaceType.Smooth
  3098. Part269.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3099. Part269.Position = Vector3.new(85.182869, 2.57548046, 71.1183243)
  3100. Part269.Orientation = Vector3.new(0, 90, 0)
  3101. Part269.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3102. BlockMesh270.Parent = Part269
  3103. Part271.Name = "Brick"
  3104. Part271.Parent = Model111
  3105. Part271.Material = Enum.Material.SmoothPlastic
  3106. Part271.BrickColor = BrickColor.new("Really black")
  3107. Part271.Rotation = Vector3.new(176.130005, 9.71000004, -179.350006)
  3108. Part271.Anchored = true
  3109. Part271.CanCollide = false
  3110. Part271.FormFactor = Enum.FormFactor.Symmetric
  3111. Part271.Size = Vector3.new(1, 0.569770336, 0.200000003)
  3112. Part271.CFrame = CFrame.new(84.7381592, 4.22474623, 71.8252945, -0.985605001, 0.0112360846, 0.168690681, -2.17696652e-06, 0.99778825, -0.0664730072, -0.169064477, -0.0655165017, -0.983425081)
  3113. Part271.BottomSurface = Enum.SurfaceType.Smooth
  3114. Part271.TopSurface = Enum.SurfaceType.Smooth
  3115. Part271.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3116. Part271.Position = Vector3.new(84.7381592, 4.22474623, 71.8252945)
  3117. Part271.Orientation = Vector3.new(3.80999994, 170.270004, 0)
  3118. Part271.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3119. BlockMesh272.Parent = Part271
  3120. Part273.Name = "Brick"
  3121. Part273.Parent = Model111
  3122. Part273.Material = Enum.Material.SmoothPlastic
  3123. Part273.BrickColor = BrickColor.new("Really black")
  3124. Part273.Rotation = Vector3.new(0, 90, 0)
  3125. Part273.Anchored = true
  3126. Part273.CanCollide = false
  3127. Part273.FormFactor = Enum.FormFactor.Symmetric
  3128. Part273.Size = Vector3.new(2.0220542, 2.04569292, 0.909533679)
  3129. Part273.CFrame = CFrame.new(84.636734, 2.98868513, 71.1290665, 5.99961609e-08, -1.85120155e-06, 1, -3.37511301e-06, 0.99999994, 1.85119586e-06, -0.99999994, -3.37511301e-06, 5.99902847e-08)
  3130. Part273.BottomSurface = Enum.SurfaceType.Smooth
  3131. Part273.TopSurface = Enum.SurfaceType.Smooth
  3132. Part273.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3133. Part273.Position = Vector3.new(84.636734, 2.98868513, 71.1290665)
  3134. Part273.Orientation = Vector3.new(0, 90, 0)
  3135. Part273.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3136. BlockMesh274.Parent = Part273
  3137. Part275.Name = "Brick"
  3138. Part275.Parent = Model111
  3139. Part275.Material = Enum.Material.SmoothPlastic
  3140. Part275.BrickColor = BrickColor.new("Really black")
  3141. Part275.Rotation = Vector3.new(-90, 75.2699966, 90)
  3142. Part275.Anchored = true
  3143. Part275.CanCollide = false
  3144. Part275.FormFactor = Enum.FormFactor.Symmetric
  3145. Part275.Size = Vector3.new(0.505757809, 1.79923868, 0.200000003)
  3146. Part275.CFrame = CFrame.new(84.115448, 3.10737085, 71.1191025, 5.99961609e-08, -0.254260689, 0.967135847, -3.37511301e-06, 0.967135787, 0.254260719, -0.99999994, -3.27453017e-06, -7.97212124e-07)
  3147. Part275.BottomSurface = Enum.SurfaceType.Smooth
  3148. Part275.TopSurface = Enum.SurfaceType.Smooth
  3149. Part275.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3150. Part275.Position = Vector3.new(84.115448, 3.10737085, 71.1191025)
  3151. Part275.Orientation = Vector3.new(-14.7299995, 90, 0)
  3152. Part275.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3153. BlockMesh276.Parent = Part275
  3154. Part277.Name = "Brick"
  3155. Part277.Parent = Model111
  3156. Part277.Material = Enum.Material.SmoothPlastic
  3157. Part277.BrickColor = BrickColor.new("Navy blue")
  3158. Part277.Rotation = Vector3.new(90, 80.4899979, -90)
  3159. Part277.Anchored = true
  3160. Part277.CanCollide = false
  3161. Part277.FormFactor = Enum.FormFactor.Symmetric
  3162. Part277.Size = Vector3.new(0.34570837, 0.569770336, 0.200000003)
  3163. Part277.CFrame = CFrame.new(83.9343872, 4.21474218, 71.2056961, -8.70278996e-08, 0.165252075, 0.986251473, -4.62681055e-06, 0.986251414, -0.16525206, -0.99999994, -4.57838178e-06, 6.77537173e-07)
  3164. Part277.BottomSurface = Enum.SurfaceType.Smooth
  3165. Part277.TopSurface = Enum.SurfaceType.Smooth
  3166. Part277.Color = Color3.new(0, 0.12549, 0.376471)
  3167. Part277.Position = Vector3.new(83.9343872, 4.21474218, 71.2056961)
  3168. Part277.Orientation = Vector3.new(9.51000023, 90, 0)
  3169. Part277.Color = Color3.new(0, 0.12549, 0.376471)
  3170. BlockMesh278.Parent = Part277
  3171. Part279.Name = "Brick"
  3172. Part279.Parent = Model111
  3173. Part279.Material = Enum.Material.SmoothPlastic
  3174. Part279.BrickColor = BrickColor.new("Really black")
  3175. Part279.Rotation = Vector3.new(0, 90, 0)
  3176. Part279.Anchored = true
  3177. Part279.CanCollide = false
  3178. Part279.FormFactor = Enum.FormFactor.Symmetric
  3179. Part279.Size = Vector3.new(0.34570837, 0.569770336, 0.200000003)
  3180. Part279.CFrame = CFrame.new(84.1161728, 4.19977188, 71.2057037, -8.70278996e-08, -1.85120132e-06, 1, -4.62681055e-06, 0.99999994, 1.85119541e-06, -0.99999994, -4.62681055e-06, -8.70361063e-08)
  3181. Part279.BottomSurface = Enum.SurfaceType.Smooth
  3182. Part279.TopSurface = Enum.SurfaceType.Smooth
  3183. Part279.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3184. Part279.Position = Vector3.new(84.1161728, 4.19977188, 71.2057037)
  3185. Part279.Orientation = Vector3.new(0, 90, 0)
  3186. Part279.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3187. BlockMesh280.Parent = Part279
  3188. Script281.Name = "Welds"
  3189. Script281.Parent = Model0
  3190. Script281.Disabled = true
  3191. table.insert(cors,sandbox(Script281,function()
  3192.  
  3193. wait(.33)
  3194.  
  3195. Tool=script.Parent
  3196. Nib=Tool.Parent
  3197.  
  3198. demodel=function()
  3199. for _,v in pairs(script.Parent["RightLeg"]:children()) do
  3200. v.Parent=Nib
  3201. end
  3202. for _,v in pairs(script.Parent["LeftLeg"]:children()) do
  3203. v.Parent=Nib
  3204. end
  3205. for _,v in pairs(script.Parent["Torso"]:children()) do
  3206. v.Parent=Nib
  3207. end
  3208. for _,v in pairs(script.Parent["LeftArm"]:children()) do
  3209. v.Parent=Nib
  3210. end
  3211. for _,v in pairs(script.Parent["RightArm"]:children()) do
  3212. v.Parent=Nib
  3213. end
  3214. end
  3215.  
  3216.  
  3217.  
  3218. weldparts=function()
  3219. print("Welding")
  3220. lel={}
  3221. function jarate(p)
  3222. for i=1, #p do
  3223. table.insert(lel,p[i])
  3224. k=p[i]:children()
  3225. if #k>0 then
  3226. jarate(k)
  3227. end
  3228. end
  3229. end
  3230. for _,v in pairs(script.Parent:children()) do
  3231. if v.Name~="Cloak" and v.className~="Script" then
  3232. v:BreakJoints()
  3233. jarate(v:children())
  3234. end
  3235. end
  3236. for _,v in pairs(lel) do
  3237. if v.className=="Weld" or v.className=="Motor6D" then
  3238. v:Remove()
  3239. end
  3240. end
  3241. for _,v in pairs(script.Parent["RightLeg"]:children()) do
  3242. if v.Name~="Right Leg1" then
  3243. w=Instance.new("Weld")
  3244. w.Part0=script.Parent["RightLeg"]["Right Leg1"]
  3245. w.Part1=v
  3246. w.C1=v.CFrame:inverse()*CFrame.new(v.Position)
  3247. w.C0=script.Parent["RightLeg"]["Right Leg1"].CFrame:inverse()*CFrame.new(v.Position)
  3248. w.Parent=w.Part0
  3249. end
  3250. end
  3251. w=Instance.new("Weld")
  3252. w.Part0=Nib["Right Leg"]
  3253. w.Part1=script.Parent["RightLeg"]["Right Leg1"]
  3254. w.Parent=w.Part0
  3255. w.C0=CFrame.new(0,-.1,0)
  3256. for _,v in pairs(script.Parent["LeftLeg"]:children()) do
  3257. if v.Name~="Left Leg1" then
  3258. w=Instance.new("Weld")
  3259. w.Part0=script.Parent["LeftLeg"]["Left Leg1"]
  3260. w.Part1=v
  3261. w.C1=v.CFrame:inverse()*CFrame.new(v.Position)
  3262. w.C0=script.Parent["LeftLeg"]["Left Leg1"].CFrame:inverse()*CFrame.new(v.Position)
  3263. w.Parent=w.Part0
  3264. end
  3265. end
  3266. w=Instance.new("Weld")
  3267. w.Part0=Nib["Left Leg"]
  3268. w.Part1=script.Parent["LeftLeg"]["Left Leg1"]
  3269. w.Parent=w.Part0
  3270. w.C0=CFrame.new(0,-.1,0)
  3271. for _,v in pairs(script.Parent["RightArm"]:children()) do
  3272. if v.Name~="Right Arm1" then
  3273. w=Instance.new("Weld")
  3274. w.Part0=script.Parent["RightArm"]["Right Arm1"]
  3275. w.Part1=v
  3276. w.C1=v.CFrame:inverse()*CFrame.new(v.Position)
  3277. w.C0=script.Parent["RightArm"]["Right Arm1"].CFrame:inverse()*CFrame.new(v.Position)
  3278. w.Parent=w.Part1
  3279. end
  3280. end
  3281. w=Instance.new("Weld")
  3282. w.Part0=Nib["Right Arm"]
  3283. w.Part1=script.Parent["RightArm"]["Right Arm1"]
  3284. w.Parent=w.Part0
  3285. w.C0 = w.C0 * CFrame.Angles(0,math.rad(90),math.rad(90))
  3286. for _,v in pairs(script.Parent["LeftArm"]:children()) do
  3287. if v.Name~="Left Arm1" then
  3288. w=Instance.new("Weld")
  3289. w.Part0=script.Parent["LeftArm"]["Left Arm1"]
  3290. w.Part1=v
  3291. w.C1=v.CFrame:inverse()*CFrame.new(v.Position)
  3292. w.C0=script.Parent["LeftArm"]["Left Arm1"].CFrame:inverse()*CFrame.new(v.Position)
  3293. w.Parent=w.Part0
  3294. end
  3295. end
  3296. w=Instance.new("Weld")
  3297. w.Part0=Nib["Left Arm"]
  3298. w.Part1=script.Parent["LeftArm"]["Left Arm1"]
  3299. w.Parent=w.Part0
  3300.  
  3301. for _,v in pairs(script.Parent["Torso"]:children()) do
  3302. if v.Name~="Torso1" then
  3303. w=Instance.new("Weld")
  3304. w.Part0=script.Parent["Torso"]["Torso1"]
  3305. w.Part1=v
  3306. w.C1=v.CFrame:inverse()*CFrame.new(v.Position)
  3307. w.C0=script.Parent["Torso"]["Torso1"].CFrame:inverse()*CFrame.new(v.Position)
  3308. w.Parent=script.Parent["Torso"]["Torso1"]
  3309. end
  3310. end
  3311.  
  3312. w=Instance.new("Weld")
  3313. w.Part0=Nib["Torso"]
  3314. w.Part1=script.Parent["Torso"]["Torso1"]
  3315. w.C0=w.C0*CFrame.fromEulerAnglesXYZ(0,0,0)
  3316. w.Parent=w.Part0
  3317.  
  3318. for _,v in pairs(lel) do
  3319. if v:IsA("BasePart") then v.Anchored=false end
  3320. end
  3321.  
  3322.  
  3323.  
  3324. wait(1)
  3325.  
  3326. w=Instance.new("Weld")
  3327. w.Part0=Nib.Torso
  3328. w.Part1=Tool.Torso.Torso1
  3329. w.C0=CFrame.new(0,0,0) * CFrame.fromEulerAnglesXYZ(0,0,math.pi)
  3330. w.C1=CFrame.new(0,0,0)
  3331. w.Parent=w.Part1
  3332. w.Name="ClothingWeld"
  3333.  
  3334. wait(.06)
  3335.  
  3336. while Tool.Torso.Torso1:FindFirstChild("ClothingWeld")==nil do
  3337. wait(.03)
  3338. w=Instance.new("Weld")
  3339. w.Part0=Nib.Torso
  3340. w.Part1=Tool.Torso.Torso1
  3341. w.C0=CFrame.new(0,0,0) * CFrame.fromEulerAnglesXYZ(0,0,math.pi)
  3342. w.C1=CFrame.new(0,0,0)
  3343. w.Parent=w.Part1
  3344. w.Name="ClothingWeld"
  3345. end
  3346.  
  3347. w=Instance.new("Weld")
  3348. w.Part0=Nib["Right Leg"]
  3349. w.Part1=Tool.RightLeg["Right Leg1"]
  3350. w.C0=CFrame.new(0,0,0)
  3351. w.C1=CFrame.new(0,0,0)
  3352. w.Parent=w.Part1
  3353. w.Name="ClothingWeld"
  3354.  
  3355. w=Instance.new("Weld")
  3356. w.Part0=Nib["Left Leg"]
  3357. w.Part1=Tool.LeftLeg["Left Leg1"]
  3358. w.C0=CFrame.new(0,0,0)
  3359. w.C1=CFrame.new(0,0,0)
  3360. w.Parent=w.Part1
  3361. w.Name="ClothingWeld"
  3362.  
  3363. w=Instance.new("Weld")
  3364. w.Part0=Nib["Right Arm"]
  3365. w.Part1=Tool.RightArm["Right Arm1"]
  3366. w.C0=CFrame.new(0,0,0)
  3367. w.C1=CFrame.new(0,0,0)
  3368. w.Parent=w.Part1
  3369. w.Name="ClothingWeld"
  3370.  
  3371. w=Instance.new("Weld")
  3372. w.Part0=Nib["Left Arm"]
  3373. w.Part1=Tool.LeftArm["Left Arm1"]
  3374. w.C0=CFrame.new(0,0,0) * CFrame.fromEulerAnglesXYZ(0,0,math.pi)
  3375. w.C1=CFrame.new(0,0,0)
  3376. w.Parent=w.Part1
  3377. w.Name="ClothingWeld"
  3378.  
  3379. wait()
  3380.  
  3381. end
  3382. weldparts()
  3383.  
  3384. wait(.5)
  3385. demodel()
  3386. end))
  3387. for i,v in pairs(mas:GetChildren()) do
  3388. v.Parent = game:GetService("Players").LocalPlayer.Character
  3389. pcall(function() v:MakeJoints() end)
  3390. end
  3391. mas:Destroy()
  3392. for i,v in pairs(cors) do
  3393. spawn(function()
  3394. pcall(v)
  3395. end)
  3396. end
  3397.  
  3398. wait(0.5)
  3399. player = game.Players.LocalPlayer
  3400. char = player.Character
  3401. hmnd = char.Humanoid
  3402. larm = char["Left Arm"]
  3403. rarm = char["Right Arm"]
  3404. lleg = char["Left Leg"]
  3405. rleg = char["Right Leg"]
  3406. torso = char.Torso
  3407. mouse = player:GetMouse()
  3408. lght = game.Lighting
  3409. bdclr = char["Body Colors"]
  3410. Neck = torso.Neck
  3411.  
  3412. -- More variables, just in case.
  3413. Player=game:GetService("Players").LocalPlayer
  3414. Character=Player.Character
  3415. PlayerGui=Player.PlayerGui
  3416. Backpack=Player.Backpack
  3417. Torso=Character.Torso
  3418. Head=Character.Head
  3419. Humanoid=Character.Humanoid
  3420. Mouse = player:GetMouse()
  3421. m=Instance.new('Model',Character)
  3422. LeftArm=Character["Left Arm"]
  3423. LeftLeg=Character["Left Leg"]
  3424. RightArm=Character["Right Arm"]
  3425. RightLeg=Character["Right Leg"]
  3426. LS=Torso["Left Shoulder"]
  3427. LH=Torso["Left Hip"]
  3428. RS=Torso["Right Shoulder"]
  3429. RH=Torso["Right Hip"]
  3430. Face = Head.face
  3431. Neck=Torso.Neck
  3432. it=Instance.new
  3433. attacktype=1
  3434. vt=Vector3.new
  3435. cf=CFrame.new
  3436. euler=CFrame.fromEulerAnglesXYZ
  3437. angles=CFrame.Angles
  3438. cloaked=false
  3439. necko=cf(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  3440. necko2=cf(0, -0.5, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  3441. LHC0=cf(-1,-1,0,-0,-0,-1,0,1,0,1,0,0)
  3442. LHC1=cf(-0.5,1,0,-0,-0,-1,0,1,0,1,0,0)
  3443. RHC0=cf(1,-1,0,0,0,1,0,1,0,-1,-0,-0)
  3444. RHC1=cf(0.5,1,0,0,0,1,0,1,0,-1,-0,-0)
  3445. HDWLD = cf(0,-0.75,-0.45)*angles(0,0,-12.5)
  3446. BLDWLD = cf(0,8,0)*angles(0,-44.75,0)
  3447. RootPart=Character.HumanoidRootPart
  3448. RootJoint=RootPart.RootJoint
  3449. RootCF=euler(-1.57,0,3.14)
  3450. attack = false
  3451. attackdebounce = false
  3452. deb=false
  3453. equipped=true
  3454. hand=false
  3455. MMouse=nil
  3456. combo=0
  3457. mana=0
  3458. trispeed=.2
  3459. attackmode='none'
  3460. local idle=0
  3461. local Anim="Idle"
  3462. local Effects={}
  3463. local gun=false
  3464. local shoot=false
  3465. player=nil
  3466. mana=0
  3467.  
  3468. it = Instance.new
  3469.  
  3470. -- Music --
  3471.  
  3472. z = it("Sound",char)
  3473. z.Looped = true
  3474. z.Name = "moosik"
  3475. z.SoundId = "rbxassetid://940743619"
  3476. z.TimePosition = 30
  3477. z.Volume = 0
  3478. z:Play()
  3479. themeBegan = false
  3480. wait(0.5)
  3481.  
  3482. function fadeInMusic()
  3483. while z.Volume < 1 do
  3484. wait()
  3485. z.Volume = z.Volume + 0.025
  3486. end
  3487. end
  3488.  
  3489. delay(0,fadeInMusic)
  3490.  
  3491. function restartMusic()
  3492. wait(89.715)
  3493. z.TimePosition = 15.375
  3494. while true do
  3495. wait(104.34)
  3496. z.TimePosition = 15.375
  3497. end
  3498. end
  3499.  
  3500. delay(0,restartMusic)
  3501.  
  3502. -- Functions --
  3503.  
  3504. local inv = function()
  3505. while true do
  3506. wait()
  3507. hmnd.MaxHealth = math.huge
  3508. hmnd.Health = math.huge
  3509. if char:FindFirstChild("ForceField") == nil then
  3510. ff = it("ForceField",char)
  3511. ff.Visible = false
  3512. end
  3513. end
  3514. end
  3515.  
  3516. delay(0,inv)
  3517.  
  3518. local snd = function(id,pitch)
  3519. coroutine.resume(coroutine.create(function()
  3520. s = Instance.new("Sound",char)
  3521. s.SoundId = id
  3522. s.Pitch = pitch
  3523. s:Play()
  3524. game.Debris:AddItem(s)
  3525. end))
  3526. end
  3527.  
  3528. local part = function(name,parent,brkclr,mtrl,rfl,trns,sz)
  3529. prt = it("Part",parent)
  3530. prt.Name = name
  3531. prt.CanCollide = false
  3532. prt.BrickColor = BrickColor.new(brkclr)
  3533. prt.Material = mtrl
  3534. if brkclr == "Black" and mtrl == "Ice" then
  3535. prt.Color = Color3.fromRGB(20,20,75)
  3536. end
  3537. if brkclr == "Black metallic" and mtrl == "SmoothPlastic" then
  3538. prt.Color = Color3.fromRGB(25,25,50)
  3539. end
  3540. prt.Reflectance = rfl
  3541. prt.Transparency = trns
  3542. prt.Size = sz
  3543. prt.Anchored = true
  3544. return prt
  3545. end
  3546. local mesh = function(meshtype,parent,meshid,textureid,scale)
  3547. msh = it("SpecialMesh",parent)
  3548. if meshtype == "FileMesh" then
  3549. msh.MeshId = meshid
  3550. msh.TextureId = textureid
  3551. end
  3552. msh.MeshType = meshtype
  3553. msh.Scale = scale
  3554. return(msh)
  3555. end
  3556. local weld = function(part1,part2,x1,y1,z1,x2,y2,z2)
  3557. w = it("Weld",part1)
  3558. w.Part0 = part1
  3559. w.Part1 = part2
  3560. if part1.Anchored or part2.Anchored then
  3561. part1.Anchored = false
  3562. part2.Anchored = false
  3563. end
  3564. w.C0 = (CFrame.new(x1,y1,z1)*CFrame.Angles(math.rad(z2),math.rad(y2),math.rad(x2)))
  3565. return(w)
  3566. end
  3567. local emit = function(parent,tex,startcolor, endcolor, startsize,endsize,lightem,emdir,lif,rate,speed,rotspeed,sprdang1,sprdang2,locked2part)
  3568. emm = it("ParticleEmitter",parent)
  3569. emm.Texture = tex
  3570. emm.Color = ColorSequence.new({ColorSequenceKeypoint.new(0,startcolor),ColorSequenceKeypoint.new(1,endcolor)})
  3571. emm.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,startsize),NumberSequenceKeypoint.new(1,endsize)})
  3572. emm.LightEmission = lightem
  3573. emm.EmissionDirection = emdir
  3574. emm.Lifetime = NumberRange.new(lif)
  3575. emm.Rate = rate
  3576. emm.Speed = NumberRange.new(speed)
  3577. emm.RotSpeed = NumberRange.new(rotspeed)
  3578. emm.SpreadAngle = Vector2.new(sprdang1,sprdang2)
  3579. emm.LockedToPart = locked2part
  3580. return(emm)
  3581. end
  3582.  
  3583. function clerp(a,b,t)
  3584. local qa = {QuaternionFromCFrame(a)}
  3585. local qb = {QuaternionFromCFrame(b)}
  3586. local ax, ay, az = a.x, a.y, a.z
  3587. local bx, by, bz = b.x, b.y, b.z
  3588. local _t = 1-t
  3589. return QuaternionToCFrame(_t*ax + t*bx, _t*ay + t*by, _t*az + t*bz,QuaternionSlerp(qa, qb, t))
  3590. end
  3591.  
  3592. function QuaternionFromCFrame(cf)
  3593. local mx, my, mz, m00, m01, m02, m10, m11, m12, m20, m21, m22 = cf:components()
  3594. local trace = m00 + m11 + m22
  3595. if trace > 0 then
  3596. local s = math.sqrt(1 + trace)
  3597. local recip = 0.5/s
  3598. return (m21-m12)*recip, (m02-m20)*recip, (m10-m01)*recip, s*0.5
  3599. else
  3600. local i = 0
  3601. if m11 > m00 then
  3602. i = 1
  3603. end
  3604. if m22 > (i == 0 and m00 or m11) then
  3605. i = 2
  3606. end
  3607. if i == 0 then
  3608. local s = math.sqrt(m00-m11-m22+1)
  3609. local recip = 0.5/s
  3610. return 0.5*s, (m10+m01)*recip, (m20+m02)*recip, (m21-m12)*recip
  3611. elseif i == 1 then
  3612. local s = math.sqrt(m11-m22-m00+1)
  3613. local recip = 0.5/s
  3614. return (m01+m10)*recip, 0.5*s, (m21+m12)*recip, (m02-m20)*recip
  3615. elseif i == 2 then
  3616. local s = math.sqrt(m22-m00-m11+1)
  3617. local recip = 0.5/s return (m02+m20)*recip, (m12+m21)*recip, 0.5*s, (m10-m01)*recip
  3618. end
  3619. end
  3620. end
  3621.  
  3622. function QuaternionToCFrame(px, py, pz, x, y, z, w)
  3623. local xs, ys, zs = x + x, y + y, z + z
  3624. local wx, wy, wz = w*xs, w*ys, w*zs
  3625. local xx = x*xs
  3626. local xy = x*ys
  3627. local xz = x*zs
  3628. local yy = y*ys
  3629. local yz = y*zs
  3630. local zz = z*zs
  3631. 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))
  3632. end
  3633.  
  3634. function QuaternionSlerp(a, b, t)
  3635. local cosTheta = a[1]*b[1] + a[2]*b[2] + a[3]*b[3] + a[4]*b[4]
  3636. local startInterp, finishInterp;
  3637. if cosTheta >= 0.0001 then
  3638. if (1 - cosTheta) > 0.0001 then
  3639. local theta = math.acos(cosTheta)
  3640. local invSinTheta = 1/math.sin(theta)
  3641. startInterp = math.sin((1-t)*theta)*invSinTheta
  3642. finishInterp = math.sin(t*theta)*invSinTheta
  3643. else
  3644. startInterp = 1-t
  3645. finishInterp = t
  3646. end
  3647. else
  3648. if (1+cosTheta) > 0.0001 then
  3649. local theta = math.acos(-cosTheta)
  3650. local invSinTheta = 1/math.sin(theta)
  3651. startInterp = math.sin((t-1)*theta)*invSinTheta
  3652. finishInterp = math.sin(t*theta)*invSinTheta
  3653. else
  3654. startInterp = t-1
  3655. finishInterp = t
  3656. end
  3657. end
  3658. 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
  3659. end
  3660.  
  3661. local sine = 0
  3662. local change = 1
  3663. local val = 0
  3664.  
  3665. mouse=Player:GetMouse()
  3666. RSH, LSH=nil, nil
  3667. --welds
  3668. RW, LW=Instance.new("Weld"), Instance.new("Weld")
  3669. RW.Name="Right Shoulder" LW.Name="Left Shoulder"
  3670. LH=Torso["Left Hip"]
  3671. RH=Torso["Right Hip"]
  3672. TorsoColor=Torso.BrickColor
  3673. function NoOut(Part)
  3674. Part.TopSurface,Part.BottomSurface,Part.LeftSurface,Part.RightSurface,Part.FrontSurface,Part.BackSurface = 10,10,10,10,10,10
  3675. end
  3676. player=Player
  3677. ch=Character
  3678. RSH=ch.Torso["Right Shoulder"]
  3679. LSH=ch.Torso["Left Shoulder"]
  3680. --
  3681. RSH.Parent=nil
  3682. LSH.Parent=nil
  3683. --
  3684. RW.Name="Right Shoulder"
  3685. RW.Part0=ch.Torso
  3686. RW.C0=cf(1.5, 0.5, 0) --* CFrame.fromEulerAnglesXYZ(1.3, 0, -0.5)
  3687. RW.C1=cf(0, 0.5, 0)
  3688. RW.Part1=ch["Right Arm"]
  3689. RW.Parent=ch.Torso
  3690. --
  3691. LW.Name="Left Shoulder"
  3692. LW.Part0=ch.Torso
  3693. LW.C0=cf(-1.5, 0.5, 0) --* CFrame.fromEulerAnglesXYZ(1.7, 0, 0.8)
  3694. LW.C1=cf(0, 0.5, 0)
  3695. LW.Part1=ch["Left Arm"]
  3696. LW.Parent=ch.Torso
  3697.  
  3698.  
  3699. function rayCast(Pos, Dir, Max, Ignore) -- Origin Position , Direction, MaxDistance , IgnoreDescendants
  3700. return game:service("Workspace"):FindPartOnRay(Ray.new(Pos, Dir.unit * (Max or 999.999)), Ignore)
  3701. end
  3702.  
  3703. -- Character Model --
  3704.  
  3705. local md = Instance.new("Model",char)
  3706. md.Name = "Scythe"
  3707. hnd = part("Handle",md,"Black","Marble",0,0,Vector3.new(0.25,1.5,0.25))
  3708. hndwld = weld(rarm,hnd,0,0,0,0,0,0)
  3709. fhnd = part("FHandle",md,"Black","Granite",0,0,Vector3.new(2,12.5,2))
  3710. mesh("Sphere",fhnd,"","",Vector3.new(0.1,1,0.1))
  3711. weld(hnd,fhnd,0,3,0,0,0,0)
  3712. p = part("Part",md,"Black","Marble",0,0,Vector3.new(0.25,1.5,0.25))
  3713. weld(hnd,p,0,2,0,0,0,0)
  3714. p = part("Part",md,"Black","Marble",0,0,Vector3.new(0.25,1.5,0.25))
  3715. weld(hnd,p,0,4,0,0,0,0)
  3716. p = part("Part",md,"Black","Marble",0,0,Vector3.new(0.25,1.5,0.25))
  3717. weld(hnd,p,0,6,0,0,0,0)
  3718. p = part("Part",md,"Really blue","Neon",0,0,Vector3.new(0.25,0.25,0.25))
  3719. mesh("Sphere",p,"","",Vector3.new(1.25,1.25,1.25))
  3720. weld(hnd,p,0,7,0,0,0,0)
  3721. p = part("Part",md,"Black","Marble",0,0,Vector3.new(0.25,1.5,0.25))
  3722. weld(hnd,p,0,8,0,0,0,0)
  3723. p = part("Part",md,"Black","Marble",0,0,Vector3.new(0.2,1.25,1.25))
  3724. mesh("Cylinder",p,"","",Vector3.new(1,1,1))
  3725. weld(hnd,p,0,8,0,0,-45,0)
  3726. p = part("Part",md,"Really blue","Neon",0,0,Vector3.new(0.25,1.1,1.1))
  3727. mesh("Cylinder",p,"","",Vector3.new(1,1,1))
  3728. weld(hnd,p,0,8,0,0,-45,0)
  3729. bldbs = part("BladeBase",md,"Black","Granite",0,0,Vector3.new(0.5,1,1))
  3730. mesh("Sphere",bldbs,"","",Vector3.new(1,1,1))
  3731. bldw=weld(hnd,bldbs,0,8,0,0,0,0)
  3732. at0 = Instance.new("Attachment",bldbs)
  3733. p = part("Part",md,"Black","Ice",0,0,Vector3.new(0.175,0.5,0.5))
  3734. mesh("Wedge",p,"","",Vector3.new(1,1,1))
  3735. weld(bldbs,p,0,-0.05,-0.85,0,0,45)
  3736. p = part("Part",md,"Black","Ice",0,0,Vector3.new(0.175,0.5,0.5))
  3737. mesh("Wedge",p,"","",Vector3.new(1,1,1))
  3738. weld(bldbs,p,0,0.05,-0.85,0,0,-135)
  3739. p = part("Part",md,"Really blue","Neon",0,0,Vector3.new(0.175,0.1,0.365))
  3740. weld(bldbs,p,0,0,-0.81,0,0,0)
  3741. p = part("Part",md,"Black","Ice",0,0,Vector3.new(0.25,1.5,1))
  3742. weld(bldbs,p,0,0,-1.5,0,0,0)
  3743. p = part("Part",md,"Really blue","Neon",0,0,Vector3.new(0.2,1,0.5))
  3744. weld(bldbs,p,0,0.1,-2,0,0,-8.75)
  3745. p = part("Part",md,"Black","Ice",0,0,Vector3.new(0.25,1.45,1))
  3746. weld(bldbs,p,0,-0.15,-2.55,0,0,-11.25)
  3747. p = part("Part",md,"Really blue","Neon",0,0,Vector3.new(0.2,1,0.5))
  3748. weld(bldbs,p,0,-0.15,-3,0,0,-17.5)
  3749. p = part("Part",md,"Black","Ice",0,0,Vector3.new(0.25,1.4,1))
  3750. weld(bldbs,p,0,-0.45,-3.55,0,0,-22.5)
  3751. p = part("Part",md,"Black","Ice",0,0,Vector3.new(1.35,1,0.25))
  3752. mesh("Torso",p,"","",Vector3.new(1,1,1))
  3753. weld(bldbs,p,0,-0.95,-4.45,90,-90,-33.75)
  3754. p = part("Part",md,"Really blue","Neon",0,0,Vector3.new(0.2,1,0.5))
  3755. weld(bldbs,p,0,-0.55,-4.05,0,0,-26.25)
  3756. p = part("Part",md,"Black","Ice",0,0,Vector3.new(1.2,1,0.25))
  3757. mesh("Torso",p,"","",Vector3.new(1,1,1))
  3758. weld(bldbs,p,0,-1.6,-5.25,90,-90,-45)
  3759. at1 = Instance.new("Attachment",p)
  3760. scytrl = Instance.new("Trail",bldbs)
  3761. scytrl.Attachment0 = at0
  3762. scytrl.Attachment1 = at1
  3763. scytrl.Color = ColorSequence.new({ColorSequenceKeypoint.new(0,BrickColor.new("Really blue").Color),ColorSequenceKeypoint.new(1,BrickColor.new("Really blue").Color)})
  3764. scytrl.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0.25),NumberSequenceKeypoint.new(1,1)})
  3765. scytrl.Lifetime = 0.25
  3766. scytrl.LightEmission = 0.5
  3767. scytrl.Enabled = false
  3768. p = part("Part",md,"Really blue","Neon",0,0,Vector3.new(0.2,1,0.5))
  3769. weld(bldbs,p,0,-1.25,-4.9,0,0,-37.5)
  3770. p = part("Part",md,"Black","Ice",0,0,Vector3.new(0.25,0.6,1))
  3771. mesh("Wedge",p,"","",Vector3.new(1,1,1))
  3772. weld(bldbs,p,0,-2.275,-6.125,0,0,-55)
  3773. p = part("Part",md,"Really blue","Neon",0,0,Vector3.new(0.2,0.75,0.25))
  3774. weld(bldbs,p,0,-1.95,-5.7,0,0,-55.5)
  3775. p = part("Part",md,"Black","Ice",0,0,Vector3.new(0.25,0.5,1))
  3776. weld(bldbs,p,0,-2.575,-5.675,0,0,-55)
  3777. p = part("Part",md,"Really blue","Neon",0,0,Vector3.new(0.2,0.25,0.25))
  3778. weld(bldbs,p,0,-2.95,-6,0,0,-67.5)
  3779. p = part("Part",md,"Black","Ice",0,0,Vector3.new(0.25,0.5,1))
  3780. mesh("Wedge",p,"","",Vector3.new(1,1,1))
  3781. weld(bldbs,p,0,-3.5,-6.1,0,0,-75)
  3782. hitbox = part("Hitbox",md,"Black","Ice",1,1,Vector3.new(2,4,8))
  3783. weld(bldbs,hitbox,0,-1.25,-3,0,0,0)
  3784. local htp = emit(hitbox,"rbxasset://textures/particles/sparkles_main.dds",BrickColor.new("Really blue").Color,BrickColor.new("Really blue").Color,1,0,1,"Top",1,5000,0.25,0,360,360,false)
  3785. htp.Enabled = false
  3786.  
  3787. for i,v in pairs(md:children()) do
  3788. NoOut(v)
  3789. end
  3790.  
  3791. for i,v in pairs(char:children()) do
  3792. if v:IsA("Accessory") or v:IsA("Shirt") or v:IsA("Pants") then
  3793. v:Destroy()
  3794. end
  3795. end
  3796.  
  3797. Head.face:Destroy()
  3798. faic = it("Decal",Head)
  3799. faic.Texture = "http://www.roblox.com/asset/?id=163204936"
  3800. faic.Face = "Front"
  3801. p = part("Eye1",Head,"Really blue","Neon",0,0,Vector3.new(0.1,0.175,0.05))
  3802. mesh("Sphere",p,"","",Vector3.new(1,1,1))
  3803. weld(Head,p,0.1,0.25,-0.6,0,0,0)
  3804. emit(p,"rbxasset://textures/particles/sparkles_main.dds",Color3.new(0,0,1),Color3.new(0,0,0),0.1,0.1,1,"Top",0.5,5000,0.25,200,0,360,true)
  3805. p = part("Eye2",Head,"Really blue","Neon",0,0,Vector3.new(0.1,0.175,0.05))
  3806. mesh("Sphere",p,"","",Vector3.new(1,1,1))
  3807. weld(Head,p,-0.1,0.25,-0.6,0,0,0)
  3808. emit(p,"rbxasset://textures/particles/sparkles_main.dds",Color3.new(0,0,1),Color3.new(0,0,0),0.1,0.1,1,"Top",0.5,5000,0.25,200,0,360,true)
  3809.  
  3810.  
  3811. local md2 = Instance.new("Model",char)
  3812. md2.Name = "Armor"
  3813. p = part("Hood",md2,"Black metallic","Pebble",0,0,Vector3.new(2.2, 2.4, 1.8))
  3814. mesh("FileMesh",p,"http://www.roblox.com/asset/?id=85855767","",Vector3.new(1.1,1.1,1.1))
  3815. weld(Head,p,0,-0.375,0,0,0,0)
  3816. -- Torso Armor
  3817. p = part("Part",md2,"Black metallic","SmoothPlastic",0,0,Vector3.new(2.05,1.26,1.05))
  3818. weld(torso,p,0,-0.375,0,0,0,0)
  3819. p = part("Part",md2,"Black metallic","SmoothPlastic",0,0,Vector3.new(0.75,0.76,1.05))
  3820. weld(torso,p,0.65,0.625,0,0,0,0)
  3821. p = part("Part",md2,"Black metallic","SmoothPlastic",0,0,Vector3.new(1.025,0.76,0.75))
  3822. mesh("Wedge",p,"","",Vector3.new(1,1,1))
  3823. weld(torso,p,-0.1,0.625,-0.0075,0,90,0)
  3824. p = part("Part",md2,"Black metallic","SmoothPlastic",0,0,Vector3.new(1.025,0.76,0.75))
  3825. mesh("Wedge",p,"","",Vector3.new(1,1,1))
  3826. weld(torso,p,0.1,0.625,-0.01,0,-90,0)
  3827. p = part("Part",md2,"Black metallic","SmoothPlastic",0,0,Vector3.new(0.75,0.76,1.025))
  3828. mesh("Wedge",p,"","",Vector3.new(1,1,1))
  3829. weld(torso,p,-0.1,0.625,0.0124,0,0,0)
  3830. p = part("Part",md2,"Black metallic","SmoothPlastic",0,0,Vector3.new(0.75,0.76,1.05))
  3831. weld(torso,p,-0.65,0.625,0,0,0,0)
  3832. -- Pants
  3833. p = part("Part",md2,"Black","SmoothPlastic",0,0,Vector3.new(1.01,2.01,1.01))
  3834. weld(rleg,p,0,0.005,0,0,0,0)
  3835. p = part("Part",md2,"Black","SmoothPlastic",0,0,Vector3.new(1.01,2.01,1.01))
  3836. weld(lleg,p,0,0.005,0,0,0,0)
  3837. --Gauntlet
  3838. p = part("Part",md2,"Black","SmoothPlastic",0,0,Vector3.new(1.01,0.25,1.01))
  3839. weld(larm,p,0,0,0,0,0,0)
  3840. p = part("Part",md2,"Black metallic","SmoothPlastic",0,0,Vector3.new(0.05,0.75,0.5))
  3841. mesh("Wedge",p,"","",Vector3.new(1,1,1))
  3842. weld(larm,p,-0.5,0.15,-0.1,0,0,-20.1)
  3843. p = part("Part",md2,"Black metallic","SmoothPlastic",0,0,Vector3.new(0.05,0.75,0.5))
  3844. mesh("Wedge",p,"","",Vector3.new(1,1,1))
  3845. weld(larm,p,-0.5,0.15,0.1,0,180,20.1)
  3846. p = part("Part",md2,"Black","SmoothPlastic",0,0,Vector3.new(0.5,0.125,0.375))
  3847. mesh("Torso",p,"","",Vector3.new(1,1,1))
  3848. weld(larm,p,-0.325,0.15,0,0,90,0)
  3849. p = part("Part",md2,"Really blue","Neon",0,0,Vector3.new(0.05,0.5,0.25))
  3850. mesh("Wedge",p,"","",Vector3.new(1,1,1))
  3851. weld(larm,p,-0.48,-0.15,-0.055,180,0,17.5)
  3852. p = part("Part",md2,"Really blue","Neon",0,0,Vector3.new(0,0.4,0.125))
  3853. mesh("Sphere",p,"","",Vector3.new(1,1,1))
  3854. weld(larm,p,-0.55,0.075,0,0,0,0)
  3855.  
  3856.  
  3857.  
  3858.  
  3859. for i,v in pairs(md2:children()) do
  3860. NoOut(v)
  3861. end
  3862.  
  3863. -- Animations --
  3864.  
  3865. function Animate()
  3866. while true do
  3867. wait()
  3868. sine = sine + change
  3869. local torvel=(RootPart.Velocity*Vector3.new(1,0,1)).magnitude
  3870. local velderp=RootPart.Velocity.y
  3871. hitfloor,posfloor=rayCast(RootPart.Position,(CFrame.new(RootPart.Position,RootPart.Position - Vector3.new(0,1,0))).lookVector,4,Character)
  3872. if equipped==true or equipped==false then
  3873. if attack==false then
  3874. idle=idle+1
  3875. else
  3876. idle=0
  3877. end
  3878. if idle>=500 then
  3879. if attack==false then
  3880. end
  3881. end
  3882. if RootPart.Velocity.y > 1 and hitfloor==nil then
  3883. Anim="Jump"
  3884. if attack==false then
  3885. hndwld.C0=clerp(hndwld.C0,HDWLD,.3)
  3886. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(-10),math.rad(0),math.rad(0)),.3)
  3887. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(10),math.rad(0),math.rad(0)),.3)
  3888. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*euler(math.rad(20),math.rad(0),math.rad(15)),.3)
  3889. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*euler(math.rad(20),math.rad(0),math.rad(-15)),.3)
  3890. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0)),.3)
  3891. end
  3892. elseif RootPart.Velocity.y < -1 and hitfloor==nil then
  3893. Anim="Fall"
  3894. if attack==false then
  3895. hndwld.C0=clerp(hndwld.C0,HDWLD,.3)
  3896. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(10),math.rad(0),math.rad(0)),.3)
  3897. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-10),math.rad(0),math.rad(0)),.3)
  3898. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*euler(math.rad(15),math.rad(0),math.rad(15)),.3)
  3899. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*euler(math.rad(-50),math.rad(0),math.rad(-30)),.3)
  3900. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0)),.3)
  3901. end
  3902. elseif torvel<1 and hitfloor~=nil then
  3903. Anim="Idle"
  3904. if attack==false then
  3905. hndwld.C0=clerp(hndwld.C0,HDWLD,.3)
  3906. bldw.C0=clerp(bldw.C0,BLDWLD,.3)
  3907. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(-20)),.3)
  3908. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(20),math.rad(0),math.rad(17.5)),.3)
  3909. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*euler(math.rad(40),math.rad(0),math.rad(40)),.3)
  3910. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*euler(math.rad(10),math.rad(10),math.rad(-10)),.3)
  3911. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-70),math.rad(-5)),.3)
  3912. end
  3913. elseif torvel>2 and torvel<22 and hitfloor~=nil then
  3914. Anim="Walk"
  3915. if attack==false then
  3916. change=3
  3917. hndwld.C0=clerp(hndwld.C0,HDWLD,.3)
  3918. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(10),math.rad(0),math.rad(0)),.3)
  3919. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-10),math.rad(0),math.rad(0)),.3)
  3920. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*euler(math.rad(55),math.rad(0),math.rad(45)),.3)
  3921. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*euler(math.rad(-20),math.rad(0),math.rad(-15)),.3)
  3922. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0)),.3)
  3923. end
  3924. elseif torvel>=22 and hitfloor~=nil then
  3925. Anim="Run"
  3926. if attack==false then
  3927. end
  3928. end
  3929. end
  3930. end
  3931. end
  3932.  
  3933. delay(0,Animate)
  3934.  
  3935. -- Attacks --
  3936.  
  3937. function HadesSlice()
  3938. attack = true
  3939. Humanoid.WalkSpeed = 8
  3940. wait()
  3941. for _=0,1,0.1 do
  3942. wait()
  3943. hndwld.C0=clerp(hndwld.C0,HDWLD*angles(math.rad(90),math.rad(-90),math.rad(45)),.3)
  3944. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(-50)),.3)
  3945. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(20),math.rad(0),math.rad(50)),.3)
  3946. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*euler(math.rad(40),math.rad(0),math.rad(40)),.3)
  3947. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*euler(math.rad(120),math.rad(50),math.rad(-70)),.3)
  3948. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-70),math.rad(-5)),.3)
  3949. end
  3950. wait(0.05)
  3951. htp.Enabled = true
  3952. scytrl.Enabled = true
  3953. scytrl.Lifetime = 1
  3954. snd("rbxassetid://588693579",0.9)
  3955. snd("rbxassetid://588737825",1)
  3956. for _=0,1,0.1 do
  3957. wait()
  3958. hndwld.C0=clerp(hndwld.C0,HDWLD*angles(math.rad(22.5),math.rad(0),math.rad(180)),.3)
  3959. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(50)),.3)
  3960. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(20),math.rad(0),math.rad(-50)),.3)
  3961. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*euler(math.rad(60),math.rad(0),math.rad(40)),.3)
  3962. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*euler(math.rad(10),math.rad(10),math.rad(-10)),.3)
  3963. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-70),math.rad(-5)),.3)
  3964. end
  3965. scytrl.Lifetime = 0.25
  3966. scytrl.Enabled = false
  3967. htp.Enabled = false
  3968. wait(0.15)
  3969. attack = false
  3970. Humanoid.WalkSpeed = 16
  3971. end
  3972.  
  3973. function Teleport()
  3974. attack = true
  3975. Humanoid.WalkSpeed = 0
  3976. Humanoid.JumpPower = 0
  3977. htp.Enabled = true
  3978. scytrl.Enabled = true
  3979. scytrl.Lifetime = 1
  3980. licht = Instance.new("PointLight",Torso)
  3981. licht.Brightness = 1000
  3982. licht.Range = 0
  3983. licht.Color = BrickColor.new("Really blue").Color
  3984. fx = Instance.new("Part",char)
  3985. fx.Transparency = 1
  3986. fx.Anchored, fx.CanCollide = true, false
  3987. fx.Position = Torso.Position - Vector3.new(0,2,0)
  3988. fx.Size = Vector3.new(25,1,25)
  3989. game.Debris:AddItem(fx,2)
  3990. fxem = emit(fx,"rbxasset://textures/particles/sparkles_main.dds",Color3.new(0,0,1),Color3.new(0,0,1),2.5,0.1,0.875,"Top",1.5,5000,5,200,0,0,false)
  3991. fxem.Enabled = true
  3992. fxem2 = emit(Torso,"rbxasset://textures/particles/sparkles_main.dds",Color3.new(0,0,1),Color3.new(0,0,1),2.5,0.1,1,"Top",1.5,5000,0,200,360,360,false)
  3993. fxem2.Enabled = true
  3994. fxem2.ZOffset = 2
  3995. game.Debris:AddItem(fxem2,3)
  3996. wait()
  3997. for _=0,1,0.1 do
  3998. wait()
  3999. licht.Range = licht.Range + 1
  4000. fx.Rotation = Torso.Rotation + Vector3.new(0,licht.Range*2.5,0)
  4001. hndwld.C0=clerp(hndwld.C0,HDWLD*cf(0,5.75,1.5)*angles(math.rad(-33.75),math.rad(70),math.rad(-22)),.3)
  4002. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,5)*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  4003. Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-20),math.rad(0),math.rad(0)),.3)
  4004. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*euler(math.rad(40),math.rad(0),math.rad(10)),.3)
  4005. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*euler(math.rad(40),math.rad(0),math.rad(-10)),.3)
  4006. LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0)),.3)
  4007. end
  4008. wait(0.15)
  4009. htp.Enabled = true
  4010. scytrl.Enabled = false
  4011. scytrl.Lifetime = 0.25
  4012. snd("rbxassetid://588734356",0.9)
  4013. snd("rbxassetid://588737825",1)
  4014. pos = Mouse.Hit.p + Vector3.new(0,2,0)
  4015. char.Torso.CFrame = CFrame.new(pos.X,pos.Y,pos.Z)
  4016. scytrl.Lifetime = 0.25
  4017. scytrl.Enabled = false
  4018. htp.Enabled = false
  4019. attack = false
  4020. Humanoid.JumpPower = 50
  4021. Humanoid.WalkSpeed = 16
  4022. fxem.Enabled = false
  4023. licht:Destroy()
  4024. fxem2.Speed = NumberRange.new(10)
  4025. fxem2.Enabled = true
  4026. game.Debris:AddItem(fx,2)
  4027. wait(0.25)
  4028. fxem2.Enabled = false
  4029. end
  4030.  
  4031. mouse.KeyDown:connect(function(k)
  4032. k=k:lower()
  4033. if k=="z" and attack == false then
  4034. HadesSlice()
  4035. elseif k=="x" and attack == false then
  4036. Teleport()
  4037. end
  4038. end)
  4039.  
  4040. local con = hitbox.Touched:connect(function(hit)
  4041. if attack == true then
  4042. if hit.Parent == nil then
  4043. return
  4044. end
  4045. h = hit.Parent:FindFirstChild("Humanoid")
  4046. for _, v in pairs(hit.Parent:children()) do
  4047. if v:IsA("Humanoid") then
  4048. h = v
  4049. end
  4050. end
  4051. if h ~= nil and hit.Parent.Name ~= Character.Name and hit.Parent:FindFirstChild("Torso") ~= nil then
  4052. h.Parent:BreakJoints()
  4053. end
  4054. end
  4055. end)
  4056.  
  4057. local con2 = fhnd.Touched:connect(function(hit)
  4058. if attack == true then
  4059. if hit.Parent == nil then
  4060. return
  4061. end
  4062. h = hit.Parent:FindFirstChild("Humanoid")
  4063. for _, v in pairs(hit.Parent:children()) do
  4064. if v:IsA("Humanoid") then
  4065. h = v
  4066. end
  4067. end
  4068. if h ~= nil and hit.Parent.Name ~= Character.Name and hit.Parent:FindFirstChild("Torso") ~= nil then
  4069. h.Parent:BreakJoints()
  4070. end
  4071. end
  4072. end)
  4073.  
  4074. -- And, one last thing... --
  4075.  
  4076. print("Yeox engine loaded.")
  4077. wait()
  4078. print("Script: Thanatos.")
  4079. wait()
  4080. print("Have fun.")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement