Robert666121

NAZI

Jun 19th, 2018 (edited)
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. local GUI = Instance.new("ScreenGui")
  2. local OpenFrame = Instance.new("Frame")
  3. local OpenButton = Instance.new("TextButton")
  4. local OpenBeautyFrame = Instance.new("Frame")
  5. local MainFrame = Instance.new("Frame")
  6. local MainFrameBeautyA = Instance.new("Frame")
  7. local CloseButton = Instance.new("TextButton")
  8. local EXPLOIT1 = Instance.new("TextButton")
  9. local MainFrameCenterBeautyA = Instance.new("Frame")
  10. local MainFrameCenterBeautyA_2 = Instance.new("Frame")
  11. local EXPLOIT5 = Instance.new("TextButton")
  12. local EXPLOIT9 = Instance.new("TextButton")
  13. local EXPLOIT6 = Instance.new("TextButton")
  14. local EXPLOIT7 = Instance.new("TextButton")
  15. local EXPLOIT8 = Instance.new("TextButton")
  16. local EXPLOIT10 = Instance.new("TextButton")
  17. local EXPLOIT11 = Instance.new("TextButton")
  18. local EXPLOIT12 = Instance.new("TextButton")
  19. local EXPLOIT2 = Instance.new("TextButton")
  20. local EXPLOIT3 = Instance.new("TextButton")
  21. local EXPLOIT4 = Instance.new("TextButton")
  22. local MainFrameBeautyB = Instance.new("Frame")
  23.  
  24.  
  25. --Properties:
  26.  
  27. GUI.Name = "GUI"
  28. GUI.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  29.  
  30. OpenFrame.Name = "OpenFrame"
  31. OpenFrame.Parent = GUI
  32. OpenFrame.Active = true
  33. OpenFrame.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
  34. OpenFrame.BorderSizePixel = 0
  35. OpenFrame.Position = UDim2.new(0, 0, 0.629155695, 0)
  36. OpenFrame.Size = UDim2.new(0, 72, 0, 27)
  37.  
  38. OpenButton.Name = "OpenButton"
  39. OpenButton.Parent = OpenFrame
  40. OpenButton.BackgroundColor3 = Color3.fromRGB(170, 170, 127)
  41. OpenButton.BackgroundTransparency = 1.000
  42. OpenButton.BorderSizePixel = 0
  43. OpenButton.Position = UDim2.new(0.0305736773, 0, 0.116329789, 0)
  44. OpenButton.Size = UDim2.new(0, 66, 0, 20)
  45. OpenButton.Font = Enum.Font.Cartoon
  46. OpenButton.Text = "Open"
  47. OpenButton.TextColor3 = Color3.fromRGB(255, 255, 255)
  48. OpenButton.TextScaled = true
  49. OpenButton.TextSize = 14.000
  50. OpenButton.TextWrapped = true
  51. OpenButton.MouseButton1Down:connect(function()
  52. MainFrame.Visible = true
  53. OpenFrame.Visible = false
  54. MainFrameBeautyA.Visible = true
  55. MainFrameBeautyB.Visible = true
  56. MainFrameCenterBeautyA_2.Visible = true
  57. MainFrameCenterBeautyA.Visible = true
  58. end)
  59.  
  60. OpenBeautyFrame.Name = "OpenBeautyFrame"
  61. OpenBeautyFrame.Parent = OpenFrame
  62. OpenBeautyFrame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  63. OpenBeautyFrame.BorderSizePixel = 0
  64. OpenBeautyFrame.Position = UDim2.new(0.988907099, 0, -0.148148149, 0)
  65. OpenBeautyFrame.Size = UDim2.new(0, 3, 0, 33)
  66.  
  67. MainFrame.Name = "MainFrame"
  68. MainFrame.Parent = GUI
  69. MainFrame.Active = true
  70. MainFrame.BackgroundColor3 = Color3.fromRGB(49, 49, 49)
  71. MainFrame.BorderSizePixel = 0
  72. MainFrame.Position = UDim2.new(0.30754894, 0, 0.235294133, 0)
  73. MainFrame.Size = UDim2.new(0, 412, 0, 263)
  74. MainFrame.Visible = false
  75. MainFrame.Draggable = true
  76.  
  77. MainFrameBeautyA.Name = "MainFrameBeautyA"
  78. MainFrameBeautyA.Parent = MainFrame
  79. MainFrameBeautyA.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
  80. MainFrameBeautyA.BorderSizePixel = 0
  81. MainFrameBeautyA.Size = UDim2.new(0, 412, 0, 22)
  82. MainFrameBeautyA.Visible = false
  83.  
  84. CloseButton.Name = "CloseButton"
  85. CloseButton.Parent = MainFrameBeautyA
  86. CloseButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  87. CloseButton.BackgroundTransparency = 1.000
  88. CloseButton.BorderSizePixel = 0
  89. CloseButton.Position = UDim2.new(0.905339777, 0, 0, 0)
  90. CloseButton.Size = UDim2.new(0, 39, 0, 22)
  91. CloseButton.Font = Enum.Font.Cartoon
  92. CloseButton.Text = "Close"
  93. CloseButton.TextColor3 = Color3.fromRGB(255, 0, 0)
  94. CloseButton.TextScaled = true
  95. CloseButton.TextSize = 14.000
  96. CloseButton.TextWrapped = true
  97. CloseButton.MouseButton1Down:connect(function()
  98. OpenFrame.Visible = true
  99. MainFrame.Visible = false
  100. MainFrameBeautyA.Visible = false
  101. MainFrameBeautyB.Visible = false
  102. MainFrameCenterBeautyA_2.Visible = false
  103. MainFrameCenterBeautyA.Visible = false
  104. end)
  105.  
  106. EXPLOIT1.Name = "EXPLOIT1"
  107. EXPLOIT1.Parent = MainFrame
  108. EXPLOIT1.BackgroundColor3 = Color3.fromRGB(68, 68, 68)
  109. EXPLOIT1.BorderSizePixel = 0
  110. EXPLOIT1.Position = UDim2.new(0.024271844, 0, 0.129277572, 0)
  111. EXPLOIT1.Size = UDim2.new(0, 92, 0, 32)
  112. EXPLOIT1.Font = Enum.Font.Cartoon
  113. EXPLOIT1.Text = "My Other GUI"
  114. EXPLOIT1.TextColor3 = Color3.fromRGB(255, 255, 255)
  115. EXPLOIT1.TextScaled = true
  116. EXPLOIT1.TextSize = 14.000
  117. EXPLOIT1.TextWrapped = true
  118. EXPLOIT1.MouseButton1Down:connect(function()
  119. loadstring(game:HttpGet(('https://pastebin.com/raw/HCsqYzwa'),true))()
  120. end)
  121.  
  122. MainFrameCenterBeautyA.Name = "MainFrameCenterBeautyA"
  123. MainFrameCenterBeautyA.Parent = MainFrame
  124. MainFrameCenterBeautyA.BackgroundColor3 = Color3.fromRGB(68, 68, 68)
  125. MainFrameCenterBeautyA.BorderSizePixel = 0
  126. MainFrameCenterBeautyA.Position = UDim2.new(0.288834959, 0, 0.129277572, 0)
  127. MainFrameCenterBeautyA.Size = UDim2.new(0, 8, 0, 185)
  128. MainFrameCenterBeautyA.Visible = false
  129.  
  130. MainFrameCenterBeautyA_2.Name = "MainFrameCenterBeautyA"
  131. MainFrameCenterBeautyA_2.Parent = MainFrame
  132. MainFrameCenterBeautyA_2.BackgroundColor3 = Color3.fromRGB(68, 68, 68)
  133. MainFrameCenterBeautyA_2.BorderSizePixel = 0
  134. MainFrameCenterBeautyA_2.Position = UDim2.new(0.699029148, 0, 0.129277557, 0)
  135. MainFrameCenterBeautyA_2.Size = UDim2.new(0, 8, 0, 185)
  136. MainFrameCenterBeautyA_2.Visible = false
  137.  
  138. EXPLOIT5.Name = "EXPLOIT5"
  139. EXPLOIT5.Parent = MainFrame
  140. EXPLOIT5.BackgroundColor3 = Color3.fromRGB(68, 68, 68)
  141. EXPLOIT5.BorderSizePixel = 0
  142. EXPLOIT5.Position = UDim2.new(0.388349503, 0, 0.129277572, 0)
  143. EXPLOIT5.Size = UDim2.new(0, 92, 0, 32)
  144. EXPLOIT5.Font = Enum.Font.Cartoon
  145. EXPLOIT5.Text = "JailTabs"
  146. EXPLOIT5.TextColor3 = Color3.fromRGB(255, 255, 255)
  147. EXPLOIT5.TextScaled = true
  148. EXPLOIT5.TextSize = 14.000
  149. EXPLOIT5.TextWrapped = true
  150. EXPLOIT5.MouseButton1Down:connect(function()
  151. loadstring(game:HttpGet(('https://pastebin.com/raw/aV6LcSGf'),true))()
  152. end)
  153.  
  154. EXPLOIT9.Name = "EXPLOIT9"
  155. EXPLOIT9.Parent = MainFrame
  156. EXPLOIT9.BackgroundColor3 = Color3.fromRGB(68, 68, 68)
  157. EXPLOIT9.BorderSizePixel = 0
  158. EXPLOIT9.Position = UDim2.new(0.75242722, 0, 0.129277572, 0)
  159. EXPLOIT9.Size = UDim2.new(0, 92, 0, 32)
  160. EXPLOIT9.Font = Enum.Font.Cartoon
  161. EXPLOIT9.Text = "Counter Pepsi"
  162. EXPLOIT9.TextColor3 = Color3.fromRGB(255, 255, 255)
  163. EXPLOIT9.TextScaled = true
  164. EXPLOIT9.TextSize = 14.000
  165. EXPLOIT9.TextWrapped = true
  166. EXPLOIT9.MouseButton1Down:connect(function()
  167. loadstring(game:HttpGet(('https://pastebin.com/raw/cWTJj3aZ'),true))()
  168. end)
  169.  
  170. EXPLOIT6.Name = "EXPLOIT6"
  171. EXPLOIT6.Parent = MainFrame
  172. EXPLOIT6.BackgroundColor3 = Color3.fromRGB(68, 68, 68)
  173. EXPLOIT6.BorderSizePixel = 0
  174. EXPLOIT6.Position = UDim2.new(0.388349503, 0, 0.323193908, 0)
  175. EXPLOIT6.Size = UDim2.new(0, 92, 0, 32)
  176. EXPLOIT6.Font = Enum.Font.Cartoon
  177. EXPLOIT6.Text = "PsyHub"
  178. EXPLOIT6.TextColor3 = Color3.fromRGB(255, 255, 255)
  179. EXPLOIT6.TextScaled = true
  180. EXPLOIT6.TextSize = 14.000
  181. EXPLOIT6.TextWrapped = true
  182. EXPLOIT6.MouseButton1Down:connect(function()
  183. loadstring(game:GetObjects("rbxassetid://3014051754")[1].Source)()
  184. end)
  185.  
  186. EXPLOIT7.Name = "EXPLOIT7"
  187. EXPLOIT7.Parent = MainFrame
  188. EXPLOIT7.BackgroundColor3 = Color3.fromRGB(68, 68, 68)
  189. EXPLOIT7.BorderSizePixel = 0
  190. EXPLOIT7.Position = UDim2.new(0.388349503, 0, 0.520912528, 0)
  191. EXPLOIT7.Size = UDim2.new(0, 92, 0, 32)
  192. EXPLOIT7.Font = Enum.Font.Cartoon
  193. EXPLOIT7.Text = "IY FE"
  194. EXPLOIT7.TextColor3 = Color3.fromRGB(255, 255, 255)
  195. EXPLOIT7.TextScaled = true
  196. EXPLOIT7.TextSize = 14.000
  197. EXPLOIT7.TextWrapped = true
  198. EXPLOIT7.MouseButton1Down:connect(function()
  199. loadstring(game:HttpGet(('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'),true))()
  200. end)
  201.  
  202. EXPLOIT8.Name = "EXPLOIT8"
  203. EXPLOIT8.Parent = MainFrame
  204. EXPLOIT8.BackgroundColor3 = Color3.fromRGB(68, 68, 68)
  205. EXPLOIT8.BorderSizePixel = 0
  206. EXPLOIT8.Position = UDim2.new(0.388349503, 0, 0.711026609, 0)
  207. EXPLOIT8.Size = UDim2.new(0, 92, 0, 32)
  208. EXPLOIT8.Font = Enum.Font.Cartoon
  209. EXPLOIT8.Text = "Arsenal Kill All"
  210. EXPLOIT8.TextColor3 = Color3.fromRGB(255, 255, 255)
  211. EXPLOIT8.TextScaled = true
  212. EXPLOIT8.TextSize = 14.000
  213. EXPLOIT8.TextWrapped = true
  214. EXPLOIT8.MouseButton1Down:connect(function()
  215. print("Script made by FramzDev#8283")
  216. local c = workspace.CurrentCamera
  217. local lplr = game.Players.LocalPlayer
  218.  
  219. function a(p)
  220. if p and p.Character then
  221. pcall(function()
  222. local t = p.Character.PrimaryPart.CFrame * Vector3.new(0, -0.25, 0)
  223. c.CFrame = CFrame.new(c.Focus.p, t) * CFrame.new(0, 0, 0.5)
  224. end)
  225. end
  226. end
  227. for i=1,10 do
  228. for _,v in pairs(game.Players:GetPlayers()) do
  229. pcall(function()
  230. for i=1,15 do
  231. lplr.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame - v.Character.HumanoidRootPart.CFrame.LookVector*4
  232. a(v)
  233. wait()
  234. end
  235. end)
  236. end
  237. end
  238. end)
  239.  
  240. EXPLOIT10.Name = "EXPLOIT10"
  241. EXPLOIT10.Parent = MainFrame
  242. EXPLOIT10.BackgroundColor3 = Color3.fromRGB(68, 68, 68)
  243. EXPLOIT10.BorderSizePixel = 0
  244. EXPLOIT10.Position = UDim2.new(0.75242722, 0, 0.323193908, 0)
  245. EXPLOIT10.Size = UDim2.new(0, 92, 0, 32)
  246. EXPLOIT10.Font = Enum.Font.Cartoon
  247. EXPLOIT10.Text = "Reviz Admin"
  248. EXPLOIT10.TextColor3 = Color3.fromRGB(255, 255, 255)
  249. EXPLOIT10.TextScaled = true
  250. EXPLOIT10.TextSize = 14.000
  251. EXPLOIT10.TextWrapped = true
  252. EXPLOIT10.MouseButton1Down:connect(function()
  253. loadstring(game:HttpGet(('https://pastebin.com/raw/KNUzQPYS'),true))()
  254. end)
  255.  
  256. EXPLOIT11.Name = "EXPLOIT11"
  257. EXPLOIT11.Parent = MainFrame
  258. EXPLOIT11.BackgroundColor3 = Color3.fromRGB(68, 68, 68)
  259. EXPLOIT11.BorderSizePixel = 0
  260. EXPLOIT11.Position = UDim2.new(0.75242722, 0, 0.520912528, 0)
  261. EXPLOIT11.Size = UDim2.new(0, 92, 0, 32)
  262. EXPLOIT11.Font = Enum.Font.Cartoon
  263. EXPLOIT11.Text = "FE GUI"
  264. EXPLOIT11.TextColor3 = Color3.fromRGB(255, 255, 255)
  265. EXPLOIT11.TextScaled = true
  266. EXPLOIT11.TextSize = 14.000
  267. EXPLOIT11.TextWrapped = true
  268. EXPLOIT11.MouseButton1Down:connect(function()
  269. loadstring(game:HttpGet(('https://pastebin.com/raw/yQaWHmZA'),true))()
  270. end)
  271.  
  272. EXPLOIT12.Name = "EXPLOIT12"
  273. EXPLOIT12.Parent = MainFrame
  274. EXPLOIT12.BackgroundColor3 = Color3.fromRGB(68, 68, 68)
  275. EXPLOIT12.BorderSizePixel = 0
  276. EXPLOIT12.Position = UDim2.new(0.75242722, 0, 0.711026609, 0)
  277. EXPLOIT12.Size = UDim2.new(0, 92, 0, 32)
  278. EXPLOIT12.Font = Enum.Font.Cartoon
  279. EXPLOIT12.Text = "FE Troll Animations"
  280. EXPLOIT12.TextColor3 = Color3.fromRGB(255, 255, 255)
  281. EXPLOIT12.TextScaled = true
  282. EXPLOIT12.TextSize = 14.000
  283. EXPLOIT12.TextWrapped = true
  284. EXPLOIT12.MouseButton1Down:connect(function()
  285. loadstring(game:HttpGet(('https://pastebin.com/raw/35ze0RJb'),true))()
  286. end)
  287.  
  288. EXPLOIT2.Name = "EXPLOIT2"
  289. EXPLOIT2.Parent = MainFrame
  290. EXPLOIT2.BackgroundColor3 = Color3.fromRGB(68, 68, 68)
  291. EXPLOIT2.BorderSizePixel = 0
  292. EXPLOIT2.Position = UDim2.new(0.024271844, 0, 0.323193908, 0)
  293. EXPLOIT2.Size = UDim2.new(0, 92, 0, 32)
  294. EXPLOIT2.Font = Enum.Font.Cartoon
  295. EXPLOIT2.Text = "Fe Invis Kill"
  296. EXPLOIT2.TextColor3 = Color3.fromRGB(255, 255, 255)
  297. EXPLOIT2.TextScaled = true
  298. EXPLOIT2.TextSize = 14.000
  299. EXPLOIT2.TextWrapped = true
  300. EXPLOIT2.MouseButton1Down:connect(function()
  301. loadstring(game:HttpGet(('https://pastebin.com/raw/Lpn5rUDp'),true))()
  302. end)
  303.  
  304. EXPLOIT3.Name = "EXPLOIT3"
  305. EXPLOIT3.Parent = MainFrame
  306. EXPLOIT3.BackgroundColor3 = Color3.fromRGB(68, 68, 68)
  307. EXPLOIT3.BorderSizePixel = 0
  308. EXPLOIT3.Position = UDim2.new(0.024271844, 0, 0.520912528, 0)
  309. EXPLOIT3.Size = UDim2.new(0, 92, 0, 32)
  310. EXPLOIT3.Font = Enum.Font.Cartoon
  311. EXPLOIT3.Text = "Vybe CMD Bar"
  312. EXPLOIT3.TextColor3 = Color3.fromRGB(255, 255, 255)
  313. EXPLOIT3.TextScaled = true
  314. EXPLOIT3.TextSize = 14.000
  315. EXPLOIT3.TextWrapped = true
  316. EXPLOIT3.MouseButton1Down:connect(function()
  317. loadstring(game:HttpGet(('https://pastebin.com/raw/NN5P4nQE'),true))()
  318. end)
  319.  
  320. EXPLOIT4.Name = "EXPLOIT4"
  321. EXPLOIT4.Parent = MainFrame
  322. EXPLOIT4.BackgroundColor3 = Color3.fromRGB(68, 68, 68)
  323. EXPLOIT4.BorderSizePixel = 0
  324. EXPLOIT4.Position = UDim2.new(0.024271844, 0, 0.711026609, 0)
  325. EXPLOIT4.Size = UDim2.new(0, 92, 0, 32)
  326. EXPLOIT4.Font = Enum.Font.Cartoon
  327. EXPLOIT4.Text = "JB Autorob"
  328. EXPLOIT4.TextColor3 = Color3.fromRGB(255, 255, 255)
  329. EXPLOIT4.TextScaled = true
  330. EXPLOIT4.TextSize = 14.000
  331. EXPLOIT4.TextWrapped = true
  332. EXPLOIT4.MouseButton1Down:connect(function()
  333. loadstring(game:GetObjects("rbxassetid://1461971147")[1].Source)()
  334. end)
  335.  
  336. MainFrameBeautyB.Name = "MainFrameBeautyB"
  337. MainFrameBeautyB.Parent = MainFrame
  338. MainFrameBeautyB.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
  339. MainFrameBeautyB.BorderSizePixel = 0
  340. MainFrameBeautyB.Position = UDim2.new(0, 0, 0.916349828, 0)
  341. MainFrameBeautyB.Size = UDim2.new(0, 412, 0, 22)
  342. MainFrameBeautyB.Visible = false
  343.  
  344. wait(0.2)
  345.  
  346.  
  347.  
  348. Player = game:GetService("Players").LocalPlayer
  349. PlayerGui = Player.PlayerGui
  350. Cam = workspace.CurrentCamera
  351. Backpack = Player.Backpack
  352. Character = Player.Character
  353. Humanoid = Character.Humanoid
  354. Mouse = Player:GetMouse()
  355. RootPart = Character["HumanoidRootPart"]
  356. Torso = Character["Torso"]
  357. Head = Character["Head"]
  358. RightArm = Character["Right Arm"]
  359. LeftArm = Character["Left Arm"]
  360. RightLeg = Character["Right Leg"]
  361. LeftLeg = Character["Left Leg"]
  362. RootJoint = RootPart["RootJoint"]
  363. Neck = Torso["Neck"]
  364. RightShoulder = Torso["Right Shoulder"]
  365. LeftShoulder = Torso["Left Shoulder"]
  366. RightHip = Torso["Right Hip"]
  367. LeftHip = Torso["Left Hip"]
  368. local sick = Instance.new("Sound",Character)
  369. sick.SoundId = "rbxassetid://196739738"
  370. sick.Looped = true
  371. sick.Pitch = 1
  372. sick.Volume = 1
  373. sick:Play()
  374.  
  375. IT = Instance.new
  376. CF = CFrame.new
  377. VT = Vector3.new
  378. RAD = math.rad
  379. C3 = Color3.new
  380. UD2 = UDim2.new
  381. BRICKC = BrickColor.new
  382. ANGLES = CFrame.Angles
  383. EULER = CFrame.fromEulerAnglesXYZ
  384. COS = math.cos
  385. ACOS = math.acos
  386. SIN = math.sin
  387. ASIN = math.asin
  388. ABS = math.abs
  389. MRANDOM = math.random
  390. FLOOR = math.floor
  391.  
  392. function CreateMesh(MESH, PARENT, MESHTYPE, MESHID, TEXTUREID, SCALE, OFFSET)
  393. local NEWMESH = IT(MESH)
  394. if MESH == "SpecialMesh" then
  395. NEWMESH.MeshType = MESHTYPE
  396. if MESHID ~= "nil" and MESHID ~= "" then
  397. NEWMESH.MeshId = "http://www.roblox.com/asset/?id="..MESHID
  398. end
  399. if TEXTUREID ~= "nil" and TEXTUREID ~= "" then
  400. NEWMESH.TextureId = "http://www.roblox.com/asset/?id="..TEXTUREID
  401. end
  402. end
  403. NEWMESH.Offset = OFFSET or VT(0, 0, 0)
  404. NEWMESH.Scale = SCALE
  405. NEWMESH.Parent = PARENT
  406. return NEWMESH
  407. end
  408.  
  409. function CreatePart(FORMFACTOR, PARENT, MATERIAL, REFLECTANCE, TRANSPARENCY, BRICKCOLOR, NAME, SIZE, ANCHOR)
  410. local NEWPART = IT("Part")
  411. NEWPART.formFactor = FORMFACTOR
  412. NEWPART.Reflectance = REFLECTANCE
  413. NEWPART.Transparency = TRANSPARENCY
  414. NEWPART.CanCollide = false
  415. NEWPART.Locked = true
  416. NEWPART.Anchored = true
  417. if ANCHOR == false then
  418. NEWPART.Anchored = false
  419. end
  420. NEWPART.BrickColor = BRICKC(tostring(BRICKCOLOR))
  421. NEWPART.Name = NAME
  422. NEWPART.Size = SIZE
  423. NEWPART.Position = Torso.Position
  424. NEWPART.Material = MATERIAL
  425. NEWPART:BreakJoints()
  426. NEWPART.Parent = PARENT
  427. return NEWPART
  428. end
  429.  
  430. --== Nazi Flag V2 ==--
  431. --[[
  432. Made by N3xul.
  433. N3x @V3rmillion
  434. --]]
  435. --Credit for making this model on pastebin: V4ult816_6 and clutchHorizon23!
  436. ---------------------------------------------------------------------------------------
  437. local L_1_ = function(L_3_arg1, L_4_arg2)
  438. local L_5_ = getfenv(L_3_arg1)
  439. local L_6_ = setmetatable({}, {
  440. __index = function(L_7_arg1, L_8_arg2)
  441. if L_8_arg2:lower() == 'script' then
  442. return L_4_arg2
  443. else
  444. return L_5_[L_8_arg2]
  445. end
  446. end
  447. })
  448. setfenv(L_3_arg1, L_6_)
  449. ypcall(function()
  450. L_3_arg1()
  451. end)
  452. end
  453. ---------------------------------------------------------------------------------------
  454. G_1_ = {}
  455. G_2_ = Instance.new("Model", game:GetService("Lighting"))
  456. G_2_.Name = "NaziModelV2"
  457. G_3_ = Instance.new("Tool")
  458. G_4_ = Instance.new("Script")
  459. G_5_ = Instance.new("Script")
  460. G_6_ = Instance.new("Part")
  461. G_7_ = Instance.new("SpecialMesh")
  462. G_8_ = Instance.new("Part")
  463. G_9_ = Instance.new("CylinderMesh")
  464. G_10_ = Instance.new("Part")
  465. G_11_ = Instance.new("CylinderMesh")
  466. G_12_ = Instance.new("Part")
  467. G_13_ = Instance.new("BlockMesh")
  468. G_14_ = Instance.new("Part")
  469. G_15_ = Instance.new("Weld")
  470. G_16_ = Instance.new("Weld")
  471. G_17_ = Instance.new("Weld")
  472. G_18_ = Instance.new("Weld")
  473. G_19_ = Instance.new("Weld")
  474. G_20_ = Instance.new("Weld")
  475. G_21_ = Instance.new("Weld")
  476. G_22_ = Instance.new("Weld")
  477. G_23_ = Instance.new("Weld")
  478. G_24_ = Instance.new("Weld")
  479. G_25_ = Instance.new("Weld")
  480. G_26_ = Instance.new("Weld")
  481. G_27_ = Instance.new("Weld")
  482. G_28_ = Instance.new("Weld")
  483. G_29_ = Instance.new("Weld")
  484. G_30_ = Instance.new("Weld")
  485. G_31_ = Instance.new("Weld")
  486. G_32_ = Instance.new("Weld")
  487. G_33_ = Instance.new("Weld")
  488. G_34_ = Instance.new("Weld")
  489. G_35_ = Instance.new("Weld")
  490. G_36_ = Instance.new("Weld")
  491. G_37_ = Instance.new("Weld")
  492. G_38_ = Instance.new("Weld")
  493. G_39_ = Instance.new("Weld")
  494. G_40_ = Instance.new("Weld")
  495. G_41_ = Instance.new("Weld")
  496. G_42_ = Instance.new("Weld")
  497. G_43_ = Instance.new("Weld")
  498. G_44_ = Instance.new("Weld")
  499. G_45_ = Instance.new("Weld")
  500. G_46_ = Instance.new("Weld")
  501. G_47_ = Instance.new("Weld")
  502. G_48_ = Instance.new("Weld")
  503. G_49_ = Instance.new("Weld")
  504. G_50_ = Instance.new("Weld")
  505. G_51_ = Instance.new("Weld")
  506. G_52_ = Instance.new("Weld")
  507. G_53_ = Instance.new("Weld")
  508. G_54_ = Instance.new("Weld")
  509. G_55_ = Instance.new("Weld")
  510. G_56_ = Instance.new("Weld")
  511. G_57_ = Instance.new("Weld")
  512. G_58_ = Instance.new("Weld")
  513. G_59_ = Instance.new("Weld")
  514. G_60_ = Instance.new("Weld")
  515. G_61_ = Instance.new("Weld")
  516. G_62_ = Instance.new("Weld")
  517. G_63_ = Instance.new("Weld")
  518. G_64_ = Instance.new("Weld")
  519. G_65_ = Instance.new("Weld")
  520. G_66_ = Instance.new("Weld")
  521. G_67_ = Instance.new("Weld")
  522. G_68_ = Instance.new("Weld")
  523. G_69_ = Instance.new("Weld")
  524. G_70_ = Instance.new("Weld")
  525. G_71_ = Instance.new("Weld")
  526. G_72_ = Instance.new("Weld")
  527. G_73_ = Instance.new("Weld")
  528. G_74_ = Instance.new("Weld")
  529. G_75_ = Instance.new("Weld")
  530. G_76_ = Instance.new("Weld")
  531. G_77_ = Instance.new("Weld")
  532. G_78_ = Instance.new("Weld")
  533. G_79_ = Instance.new("Weld")
  534. G_80_ = Instance.new("Weld")
  535. G_81_ = Instance.new("Weld")
  536. G_82_ = Instance.new("Weld")
  537. G_83_ = Instance.new("Weld")
  538. G_84_ = Instance.new("Weld")
  539. G_85_ = Instance.new("Weld")
  540. G_86_ = Instance.new("Weld")
  541. G_87_ = Instance.new("Weld")
  542. G_88_ = Instance.new("Weld")
  543. G_89_ = Instance.new("Weld")
  544. G_90_ = Instance.new("Weld")
  545. G_91_ = Instance.new("Weld")
  546. G_92_ = Instance.new("Weld")
  547. G_93_ = Instance.new("Weld")
  548. G_94_ = Instance.new("Weld")
  549. G_95_ = Instance.new("Weld")
  550. G_96_ = Instance.new("Weld")
  551. G_97_ = Instance.new("Weld")
  552. G_98_ = Instance.new("Weld")
  553. G_99_ = Instance.new("Weld")
  554. G_100_ = Instance.new("Weld")
  555. G_101_ = Instance.new("Weld")
  556. G_102_ = Instance.new("Weld")
  557. G_103_ = Instance.new("Weld")
  558. G_104_ = Instance.new("Weld")
  559. G_105_ = Instance.new("Weld")
  560. G_106_ = Instance.new("Weld")
  561. G_107_ = Instance.new("Weld")
  562. G_108_ = Instance.new("Weld")
  563. G_109_ = Instance.new("Weld")
  564. G_110_ = Instance.new("Weld")
  565. G_111_ = Instance.new("Weld")
  566. G_112_ = Instance.new("Weld")
  567. G_113_ = Instance.new("Weld")
  568. G_114_ = Instance.new("Weld")
  569. G_115_ = Instance.new("Weld")
  570. G_116_ = Instance.new("Weld")
  571. G_117_ = Instance.new("Weld")
  572. G_118_ = Instance.new("Weld")
  573. G_119_ = Instance.new("Weld")
  574. G_120_ = Instance.new("Weld")
  575. G_121_ = Instance.new("Weld")
  576. G_122_ = Instance.new("Weld")
  577. G_123_ = Instance.new("Weld")
  578. G_124_ = Instance.new("Weld")
  579. G_125_ = Instance.new("Weld")
  580. G_126_ = Instance.new("Weld")
  581. G_127_ = Instance.new("Weld")
  582. G_128_ = Instance.new("Weld")
  583. G_129_ = Instance.new("Weld")
  584. G_130_ = Instance.new("Weld")
  585. G_131_ = Instance.new("Weld")
  586. G_132_ = Instance.new("Weld")
  587. G_133_ = Instance.new("Weld")
  588. G_134_ = Instance.new("Weld")
  589. G_135_ = Instance.new("Weld")
  590. G_136_ = Instance.new("Weld")
  591. G_137_ = Instance.new("Weld")
  592. G_138_ = Instance.new("Weld")
  593. G_139_ = Instance.new("Weld")
  594. G_140_ = Instance.new("Weld")
  595. G_141_ = Instance.new("Weld")
  596. G_142_ = Instance.new("Weld")
  597. G_143_ = Instance.new("Weld")
  598. G_144_ = Instance.new("Weld")
  599. G_145_ = Instance.new("Weld")
  600. G_146_ = Instance.new("Weld")
  601. G_147_ = Instance.new("Weld")
  602. G_148_ = Instance.new("Weld")
  603. G_149_ = Instance.new("Weld")
  604. G_150_ = Instance.new("Weld")
  605. G_151_ = Instance.new("Weld")
  606. G_152_ = Instance.new("Weld")
  607. G_153_ = Instance.new("Weld")
  608. G_154_ = Instance.new("Weld")
  609. G_155_ = Instance.new("Weld")
  610. G_156_ = Instance.new("Weld")
  611. G_157_ = Instance.new("Weld")
  612. G_158_ = Instance.new("Weld")
  613. G_159_ = Instance.new("Weld")
  614. G_160_ = Instance.new("Weld")
  615. G_161_ = Instance.new("Weld")
  616. G_162_ = Instance.new("Weld")
  617. G_163_ = Instance.new("Weld")
  618. G_164_ = Instance.new("Part")
  619. G_165_ = Instance.new("BlockMesh")
  620. G_166_ = Instance.new("Part")
  621. G_167_ = Instance.new("BlockMesh")
  622. G_168_ = Instance.new("Part")
  623. G_169_ = Instance.new("BlockMesh")
  624. G_170_ = Instance.new("Part")
  625. G_171_ = Instance.new("BlockMesh")
  626. G_172_ = Instance.new("Part")
  627. G_173_ = Instance.new("BlockMesh")
  628. G_174_ = Instance.new("Part")
  629. G_175_ = Instance.new("BlockMesh")
  630. G_176_ = Instance.new("Part")
  631. G_177_ = Instance.new("BlockMesh")
  632. G_178_ = Instance.new("Part")
  633. G_179_ = Instance.new("BlockMesh")
  634. G_180_ = Instance.new("Part")
  635. G_181_ = Instance.new("BlockMesh")
  636. G_182_ = Instance.new("Part")
  637. G_183_ = Instance.new("SpecialMesh")
  638. G_184_ = Instance.new("Part")
  639. G_185_ = Instance.new("BlockMesh")
  640. G_186_ = Instance.new("Part")
  641. G_187_ = Instance.new("BlockMesh")
  642. G_188_ = Instance.new("Part")
  643. G_189_ = Instance.new("BlockMesh")
  644. G_190_ = Instance.new("Part")
  645. G_191_ = Instance.new("SpecialMesh")
  646. G_192_ = Instance.new("Part")
  647. G_193_ = Instance.new("Part")
  648. G_194_ = Instance.new("BlockMesh")
  649. G_195_ = Instance.new("Part")
  650. G_196_ = Instance.new("Part")
  651. G_197_ = Instance.new("BlockMesh")
  652. G_198_ = Instance.new("Part")
  653. G_199_ = Instance.new("SpecialMesh")
  654. G_200_ = Instance.new("Part")
  655. G_201_ = Instance.new("Part")
  656. G_202_ = Instance.new("SpecialMesh")
  657. G_203_ = Instance.new("Part")
  658. G_204_ = Instance.new("BlockMesh")
  659. G_205_ = Instance.new("Part")
  660. G_206_ = Instance.new("SpecialMesh")
  661. G_207_ = Instance.new("Part")
  662. G_208_ = Instance.new("SpecialMesh")
  663. G_209_ = Instance.new("Part")
  664. G_210_ = Instance.new("BlockMesh")
  665. G_211_ = Instance.new("Part")
  666. G_212_ = Instance.new("SpecialMesh")
  667. G_213_ = Instance.new("Part")
  668. G_214_ = Instance.new("BlockMesh")
  669. G_215_ = Instance.new("Part")
  670. G_216_ = Instance.new("Part")
  671. G_217_ = Instance.new("Part")
  672. G_218_ = Instance.new("SpecialMesh")
  673. G_219_ = Instance.new("Part")
  674. G_220_ = Instance.new("BlockMesh")
  675. G_221_ = Instance.new("Part")
  676. G_222_ = Instance.new("Part")
  677. G_223_ = Instance.new("Part")
  678. G_224_ = Instance.new("Part")
  679. G_225_ = Instance.new("BlockMesh")
  680. G_226_ = Instance.new("Part")
  681. G_227_ = Instance.new("SpecialMesh")
  682. G_228_ = Instance.new("Part")
  683. G_229_ = Instance.new("SpecialMesh")
  684. G_230_ = Instance.new("Part")
  685. G_231_ = Instance.new("BlockMesh")
  686. G_232_ = Instance.new("Part")
  687. G_233_ = Instance.new("SpecialMesh")
  688. G_234_ = Instance.new("Part")
  689. G_235_ = Instance.new("SpecialMesh")
  690. G_236_ = Instance.new("Part")
  691. G_237_ = Instance.new("SpecialMesh")
  692. G_238_ = Instance.new("Part")
  693. G_239_ = Instance.new("Part")
  694. G_240_ = Instance.new("SpecialMesh")
  695. G_241_ = Instance.new("Part")
  696. G_242_ = Instance.new("Part")
  697. G_243_ = Instance.new("Part")
  698. G_244_ = Instance.new("SpecialMesh")
  699. G_245_ = Instance.new("Part")
  700. G_246_ = Instance.new("SpecialMesh")
  701. G_247_ = Instance.new("Part")
  702. G_248_ = Instance.new("SpecialMesh")
  703. G_249_ = Instance.new("Part")
  704. G_250_ = Instance.new("BlockMesh")
  705. G_251_ = Instance.new("Part")
  706. G_252_ = Instance.new("Part")
  707. G_253_ = Instance.new("BlockMesh")
  708. G_254_ = Instance.new("Part")
  709. G_255_ = Instance.new("SpecialMesh")
  710. G_256_ = Instance.new("Part")
  711. G_257_ = Instance.new("Part")
  712. G_258_ = Instance.new("BlockMesh")
  713. G_259_ = Instance.new("Part")
  714. G_260_ = Instance.new("Part")
  715. G_261_ = Instance.new("BlockMesh")
  716. G_262_ = Instance.new("Part")
  717. G_263_ = Instance.new("SpecialMesh")
  718. G_264_ = Instance.new("Part")
  719. G_265_ = Instance.new("Part")
  720. G_266_ = Instance.new("SpecialMesh")
  721. G_267_ = Instance.new("Part")
  722. G_268_ = Instance.new("BlockMesh")
  723. G_269_ = Instance.new("Part")
  724. G_270_ = Instance.new("SpecialMesh")
  725. G_271_ = Instance.new("Part")
  726. G_272_ = Instance.new("SpecialMesh")
  727. G_273_ = Instance.new("Part")
  728. G_274_ = Instance.new("BlockMesh")
  729. G_275_ = Instance.new("Part")
  730. G_276_ = Instance.new("SpecialMesh")
  731. G_277_ = Instance.new("Part")
  732. G_278_ = Instance.new("BlockMesh")
  733. G_279_ = Instance.new("Part")
  734. G_280_ = Instance.new("Part")
  735. G_281_ = Instance.new("Part")
  736. G_282_ = Instance.new("SpecialMesh")
  737. G_283_ = Instance.new("Part")
  738. G_284_ = Instance.new("BlockMesh")
  739. G_285_ = Instance.new("Part")
  740. G_286_ = Instance.new("Part")
  741. G_287_ = Instance.new("Part")
  742. G_288_ = Instance.new("Part")
  743. G_289_ = Instance.new("BlockMesh")
  744. G_290_ = Instance.new("Part")
  745. G_291_ = Instance.new("SpecialMesh")
  746. G_292_ = Instance.new("Part")
  747. G_293_ = Instance.new("SpecialMesh")
  748. G_294_ = Instance.new("Part")
  749. G_295_ = Instance.new("BlockMesh")
  750. G_296_ = Instance.new("Part")
  751. G_297_ = Instance.new("SpecialMesh")
  752. G_298_ = Instance.new("Part")
  753. G_299_ = Instance.new("SpecialMesh")
  754. G_300_ = Instance.new("Part")
  755. G_301_ = Instance.new("SpecialMesh")
  756. G_302_ = Instance.new("Part")
  757. G_303_ = Instance.new("Part")
  758. G_304_ = Instance.new("SpecialMesh")
  759. G_305_ = Instance.new("Part")
  760. G_306_ = Instance.new("Part")
  761. G_307_ = Instance.new("Part")
  762. G_308_ = Instance.new("SpecialMesh")
  763. G_309_ = Instance.new("Part")
  764. G_310_ = Instance.new("SpecialMesh")
  765. G_311_ = Instance.new("Part")
  766. G_312_ = Instance.new("SpecialMesh")
  767. G_313_ = Instance.new("Part")
  768. G_314_ = Instance.new("BlockMesh")
  769. G_315_ = Instance.new("Part")
  770. G_316_ = Instance.new("Part")
  771. G_317_ = Instance.new("BlockMesh")
  772. G_318_ = Instance.new("Part")
  773. G_319_ = Instance.new("SpecialMesh")
  774. G_3_.Name = "Nazi Flag"
  775. G_3_.Parent = G_2_
  776. G_3_.ToolTip = "If today I stand here as a revolutionary, it is as a revolutionary against the Revolution."
  777. G_4_.Name = "WeldArm"
  778. G_4_.Parent = G_3_
  779. ---------------------------------------------------------------------------------------
  780. table.insert(G_1_, coroutine.create(function()
  781. wait()
  782. L_1_(function()
  783. G_320_ = script.Parent;
  784. local L_9_ = nil
  785. local L_10_ = nil
  786. local L_11_ = {}
  787.  
  788. function G_321_(L_12_arg1)
  789. wait(0.01)
  790. L_9_ = {
  791. G_320_.Parent:FindFirstChild("Left Arm"),
  792. G_320_.Parent:FindFirstChild("Right Arm")
  793. }
  794. L_10_ = G_320_.Parent:FindFirstChild("Torso")
  795. if L_9_ ~= nil and L_10_ ~= nil then
  796. local L_13_ = {
  797. L_10_:FindFirstChild("Left Shoulder"),
  798. L_10_:FindFirstChild("Right Shoulder")
  799. }
  800. if L_13_ ~= nil then
  801. local L_14_ = true
  802. if L_14_ then
  803. L_14_ = false
  804. L_13_[1].Part1 = nil
  805. L_13_[2].Part1 = nil
  806. local L_15_ = Instance.new("Weld")
  807. L_15_.Part0 = L_10_
  808. L_15_.Parent = L_10_
  809. L_15_.Part1 = L_9_[1]
  810. L_15_.C1 = CFrame.new(-0.15, 0.15, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(345), 0, math.rad(-100))
  811. L_11_[1] = L_15_
  812. local L_16_ = Instance.new("Weld")
  813. L_16_.Part0 = L_10_
  814. L_16_.Parent = L_10_
  815. L_16_.Part1 = L_9_[2]
  816. L_16_.C1 = CFrame.new(-1, 0.2, 0.35) * CFrame.fromEulerAnglesXYZ(math.rad(-15), math.rad(0), 0)
  817. L_11_[2] = L_16_
  818. end
  819. else
  820. print("sh")
  821. end
  822. else
  823. print("arms")
  824. end
  825. end
  826.  
  827. function G_322_(L_17_arg1)
  828. if L_9_ ~= nil and L_10_ ~= nil then
  829. local L_18_ = {
  830. L_10_:FindFirstChild("Left Shoulder"),
  831. L_10_:FindFirstChild("Right Shoulder")
  832. }
  833. if L_18_ ~= nil then
  834. local L_19_ = true
  835. if L_19_ then
  836. L_19_ = false
  837. L_18_[1].Part1 = L_9_[1]
  838. L_18_[2].Part1 = L_9_[2]
  839. L_11_[1].Parent = nil
  840. L_11_[2].Parent = nil
  841. end
  842. else
  843. print("sh")
  844. end
  845. else
  846. print("arms")
  847. end
  848. end
  849. G_320_.Equipped:connect(G_321_)
  850. G_320_.Unequipped:connect(G_322_)
  851.  
  852. end, G_4_)
  853. end))
  854. G_5_.Name = "Welding"
  855. G_5_.Parent = G_3_
  856. table.insert(G_1_, coroutine.create(function()
  857. wait()
  858. L_1_(function()
  859. function G_323_(L_20_arg1, L_21_arg2)
  860. local L_22_ = Instance.new("Weld")
  861. L_22_.Part0 = L_20_arg1
  862. L_22_.Part1 = L_21_arg2
  863. local L_23_ = CFrame.new(L_20_arg1.Position)
  864. local L_24_ = L_20_arg1.CFrame:inverse() * L_23_
  865. local L_25_ = L_21_arg2.CFrame:inverse() * L_23_
  866. L_22_.C0 = L_24_
  867. L_22_.C1 = L_25_
  868. L_22_.Parent = L_20_arg1
  869. end
  870.  
  871. function G_324_(L_26_arg1)
  872. if L_26_arg1.className == "Part" then
  873. G_323_(script.Parent.Handle, L_26_arg1)
  874. L_26_arg1.Anchored = false
  875. else
  876. local L_27_ = L_26_arg1:GetChildren()
  877. for L_28_forvar1 = 1, #L_27_ do
  878. G_324_(L_27_[L_28_forvar1])
  879. end
  880. end
  881. end
  882.  
  883. function G_325_()
  884. G_324_(script.Parent)
  885. end
  886.  
  887. script.Parent.Equipped:connect(G_325_)
  888. script.Parent.Unequipped:connect(G_325_)
  889. G_325_()
  890. end, G_5_)
  891. end))
  892. ---------------------------------------------------------------------------------------
  893. G_6_.Name = "WoodPole"
  894. G_6_.Parent = G_3_
  895. G_6_.Material = Enum.Material.Wood
  896. G_6_.BrickColor = BrickColor.new("Cocoa")
  897. G_6_.Position = Vector3.new(1.49999996e-05, 2.59981799, -0.499996006)
  898. G_6_.Rotation = Vector3.new(0, -90, 0)
  899. G_6_.Size = Vector3.new(1, 8.40000057, 1)
  900. G_6_.CFrame = CFrame.new(1.49999996e-05, 2.59981799, -0.499996006, -4.37113883e-08, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-08)
  901. G_6_.BottomSurface = Enum.SurfaceType.Smooth
  902. G_6_.TopSurface = Enum.SurfaceType.Smooth
  903. G_6_.Color = Color3.new(0.329412, 0.2, 0.121569)
  904. G_6_.Position = Vector3.new(1.49999996e-05, 2.59981799, -0.499996006)
  905. G_6_.Orientation = Vector3.new(0, -90, 0)
  906. G_6_.Color = Color3.new(0.329412, 0.2, 0.121569)
  907. G_7_.Parent = G_6_
  908. G_7_.Scale = Vector3.new(1, 1, 0.300000012)
  909. G_7_.Scale = Vector3.new(1, 1, 0.300000012)
  910. G_8_.Name = "Circle Brick"
  911. G_8_.Parent = G_3_
  912. G_8_.Material = Enum.Material.Ice
  913. G_8_.BrickColor = BrickColor.new("Bright yellow")
  914. G_8_.Reflectance = 0.5
  915. G_8_.Position = Vector3.new(0.158575565, 6.26470661, -0.463598788)
  916. G_8_.Rotation = Vector3.new(-90.0099945, 0, -90)
  917. G_8_.Anchored = true
  918. G_8_.CanCollide = false
  919. G_8_.Size = Vector3.new(0.529411674, 0.0500000007, 0.529411733)
  920. G_8_.CFrame = CFrame.new(0.158575565, 6.26470661, -0.463598788, -3.93201304e-07, 1, 3.21850493e-05, 0.000129205873, -3.21845437e-05, 1, 1, 3.97098631e-07, -0.000129205713)
  921. G_8_.TopSurface = Enum.SurfaceType.Smooth
  922. G_8_.Color = Color3.new(0.956863, 0.803922, 0.184314)
  923. G_8_.Position = Vector3.new(0.158575565, 6.26470661, -0.463598788)
  924. G_8_.Orientation = Vector3.new(-90, -90, 0)
  925. G_8_.Color = Color3.new(0.956863, 0.803922, 0.184314)
  926. G_9_.Parent = G_8_
  927. G_9_.Scale = Vector3.new(1, 0.529411674, 1)
  928. G_9_.Scale = Vector3.new(1, 0.529411674, 1)
  929. G_10_.Name = "Circle Brick"
  930. G_10_.Parent = G_3_
  931. G_10_.Material = Enum.Material.Ice
  932. G_10_.BrickColor = BrickColor.new("Bright yellow")
  933. G_10_.Reflectance = 0.5
  934. G_10_.Position = Vector3.new(-0.160663962, 6.26470613, -0.463583589)
  935. G_10_.Rotation = Vector3.new(-90, 0, 90)
  936. G_10_.Anchored = true
  937. G_10_.CanCollide = false
  938. G_10_.Size = Vector3.new(0.529411674, 0.0500000007, 0.529411733)
  939. G_10_.CFrame = CFrame.new(-0.160663962, 6.26470613, -0.463583589, 0, -1, 0, 0, 0, 1, -1, 0, 0)
  940. G_10_.TopSurface = Enum.SurfaceType.Smooth
  941. G_10_.Color = Color3.new(0.956863, 0.803922, 0.184314)
  942. G_10_.Position = Vector3.new(-0.160663962, 6.26470613, -0.463583589)
  943. G_10_.Orientation = Vector3.new(-90, 90, 0)
  944. G_10_.Color = Color3.new(0.956863, 0.803922, 0.184314)
  945. G_11_.Parent = G_10_
  946. G_11_.Scale = Vector3.new(1, 0.529411674, 1)
  947. G_11_.Scale = Vector3.new(1, 0.529411674, 1)
  948. G_12_.Name = "Flag"
  949. G_12_.Parent = G_3_
  950. G_12_.Material = Enum.Material.SmoothPlastic
  951. G_12_.BrickColor = BrickColor.new("Crimson")
  952. G_12_.Position = Vector3.new(1.98270463e-05, 4.20851517, 1.11823726)
  953. G_12_.Rotation = Vector3.new(104.509995, -89.75, 102.269997)
  954. G_12_.Size = Vector3.new(1, 0.800000012, 1)
  955. G_12_.CFrame = CFrame.new(1.98270463e-05, 4.20851517, 1.11823726, -8.78175968e-07, -4.03818558e-06, -0.999990523, -5.5878445e-05, 0.999998569, -4.02702972e-06, 0.999992371, 6.28475755e-05, -1.04211119e-06)
  956. G_12_.BottomSurface = Enum.SurfaceType.Smooth
  957. G_12_.TopSurface = Enum.SurfaceType.Smooth
  958. G_12_.Color = Color3.new(0.592157, 0, 0)
  959. G_12_.Position = Vector3.new(1.98270463e-05, 4.20851517, 1.11823726)
  960. G_12_.Orientation = Vector3.new(0, -90, 0)
  961. G_12_.Color = Color3.new(0.592157, 0, 0)
  962. G_13_.Parent = G_12_
  963. G_13_.Offset = Vector3.new(0, 1, 0)
  964. G_13_.Scale = Vector3.new(3, 3, 0.200000003)
  965. G_13_.Scale = Vector3.new(3, 3, 0.200000003)
  966. G_14_.Name = "Handle"
  967. G_14_.Parent = G_3_
  968. G_14_.BrickColor = BrickColor.new("Institutional white")
  969. G_14_.Transparency = 1
  970. G_14_.Position = Vector3.new(-2.80644599e-07, -2.38418579e-07, 1.78813934e-07)
  971. G_14_.Rotation = Vector3.new(-90, 0, 0)
  972. G_14_.Size = Vector3.new(1, 1.20000005, 1)
  973. G_14_.CFrame = CFrame.new(-2.80644599e-07, -2.38418579e-07, 1.78813934e-07, 1, -4.48033575e-07, 5.58828681e-08, -5.58801467e-08, 6.07601851e-06, 1, -4.48033916e-07, -1, 6.07601851e-06)
  974. G_14_.Color = Color3.new(0.972549, 0.972549, 0.972549)
  975. G_14_.Position = Vector3.new(-2.80644599e-07, -2.38418579e-07, 1.78813934e-07)
  976. G_14_.Orientation = Vector3.new(-90, 0, 0)
  977. G_14_.Color = Color3.new(0.972549, 0.972549, 0.972549)
  978. G_15_.Parent = G_14_
  979. G_15_.C0 = CFrame.new(0, 0, 0, 0, 0, -1, -0.999998987, -2.23517418e-07, 0, -2.23517418e-07, 0.999998987, 0)
  980. G_15_.C1 = CFrame.new(0, 0, 0, 0, 0, -1, -0.999998987, -2.23517418e-07, 0, -2.23517418e-07, 0.999998987, 0)
  981. G_15_.Part0 = G_14_
  982. G_15_.Part1 = G_14_
  983. G_16_.Parent = G_14_
  984. G_16_.C0 = CFrame.new(0, 0, 0, -0.979760647, -3.93271269e-21, -0.200166717, -0.181929275, -0.417038649, 0.890493453, -0.0834772587, 0.908888757, 0.408598065)
  985. G_16_.C1 = CFrame.new(0, 0, 0, -0.979760647, -3.93271269e-21, -0.200166717, -0.181929275, -0.417038649, 0.890493453, -0.0834772587, 0.908888757, 0.408598065)
  986. G_16_.Part0 = G_14_
  987. G_16_.Part1 = G_14_
  988. G_17_.Parent = G_14_
  989. G_17_.C0 = CFrame.new(0, 0, 0, 0.370998234, 3.44169138e-15, 0.928629756, 0.872628987, 0.342020124, -0.348625302, -0.317610055, 0.939689875, 0.126888886)
  990. G_17_.C1 = CFrame.new(0, 0, 0, 0.370998234, 3.44169138e-15, 0.928629756, 0.872628987, 0.342020124, -0.348625302, -0.317610055, 0.939689875, 0.126888886)
  991. G_17_.Part0 = G_14_
  992. G_17_.Part1 = G_14_
  993. G_18_.Parent = G_14_
  994. G_18_.C0 = CFrame.new(0, 0, 0, 0.250709713, -4.99600361e-15, 0.968061566, 4.55357679e-07, 1, -1.17929062e-07, -0.968061566, 4.70380911e-07, 0.250709713)
  995. G_18_.C1 = CFrame.new(0, 0, 0, 0.250709713, -4.99600361e-15, 0.968061566, 4.55357679e-07, 1, -1.17929062e-07, -0.968061566, 4.70380911e-07, 0.250709713)
  996. G_18_.Part0 = G_14_
  997. G_18_.Part1 = G_14_
  998. G_19_.Parent = G_14_
  999. G_19_.C0 = CFrame.new(0, 0, 0, 0.637026906, -3.93271228e-21, 0.770840406, 0.000613799202, 0.999997616, -0.000507247169, -0.770838678, 0.000796272652, 0.637025416)
  1000. G_19_.C1 = CFrame.new(0, 0, 0, 0.637026906, -3.93271228e-21, 0.770840406, 0.000613799202, 0.999997616, -0.000507247169, -0.770838678, 0.000796272652, 0.637025416)
  1001. G_19_.Part0 = G_14_
  1002. G_19_.Part1 = G_14_
  1003. G_20_.Parent = G_14_
  1004. G_20_.C0 = CFrame.new(0, 0, 0, 0, 0, -1, -0.999998987, -2.23517418e-07, 0, -2.23517418e-07, 0.999998987, 0)
  1005. G_20_.C1 = CFrame.new(0, 0, 0, 0, 0, -1, -0.999998987, -2.23517418e-07, 0, -2.23517418e-07, 0.999998987, 0)
  1006. G_20_.Part0 = G_14_
  1007. G_20_.Part1 = G_14_
  1008. G_21_.Parent = G_14_
  1009. G_21_.C0 = CFrame.new(0, 0, 0, 0, 0, -1, -0.999998987, -2.23517418e-07, 0, -2.23517418e-07, 0.999998987, 0)
  1010. G_21_.C1 = CFrame.new(0, 0, 0, 0, 0, -1, -0.999998987, -2.23517418e-07, 0, -2.23517418e-07, 0.999998987, 0)
  1011. G_21_.Part0 = G_14_
  1012. G_21_.Part1 = G_14_
  1013. G_22_.Parent = G_14_
  1014. G_22_.C0 = CFrame.new(0, 0, 0, -0.979892194, -3.93271269e-21, 0.199524984, 0.194715917, 0.21822983, 0.956274271, -0.0435423031, 0.975897431, -0.213841707)
  1015. G_22_.C1 = CFrame.new(0, 0, 0, -0.979892194, -3.93271269e-21, 0.199524984, 0.194715917, 0.21822983, 0.956274271, -0.0435423031, 0.975897431, -0.213841707)
  1016. G_22_.Part0 = G_14_
  1017. G_22_.Part1 = G_14_
  1018. G_23_.Parent = G_14_
  1019. G_23_.C0 = CFrame.new(0, 0, 0, 0.637026906, -3.93271228e-21, 0.770840406, 0.000613799202, 0.999997616, -0.000507247169, -0.770838678, 0.000796272652, 0.637025416)
  1020. G_23_.C1 = CFrame.new(0, 0, 0, 0.637026906, -3.93271228e-21, 0.770840406, 0.000613799202, 0.999997616, -0.000507247169, -0.770838678, 0.000796272652, 0.637025416)
  1021. G_23_.Part0 = G_14_
  1022. G_23_.Part1 = G_14_
  1023. G_24_.Parent = G_14_
  1024. G_24_.C0 = CFrame.new(0, 0, 0, 0.250708163, 1.78020243e-09, 0.968055487, 1.24020843e-07, 0.99999094, -3.0280134e-08, -0.968052387, -2.1507347e-07, 0.250707269)
  1025. G_24_.C1 = CFrame.new(0, 0, 0, 0.250708163, 1.78020243e-09, 0.968055487, 1.24020843e-07, 0.99999094, -3.0280134e-08, -0.968052387, -2.1507347e-07, 0.250707269)
  1026. G_24_.Part0 = G_14_
  1027. G_24_.Part1 = G_14_
  1028. G_25_.Parent = G_14_
  1029. G_25_.C0 = CFrame.new(0, 0, 0, 0.250708163, 1.78020243e-09, 0.968055487, 1.24020843e-07, 0.99999094, -3.0280134e-08, -0.968052387, -2.1507347e-07, 0.250707269)
  1030. G_25_.C1 = CFrame.new(0, 0, 0, 0.250708163, 1.78020243e-09, 0.968055487, 1.24020843e-07, 0.99999094, -3.0280134e-08, -0.968052387, -2.1507347e-07, 0.250707269)
  1031. G_25_.Part0 = G_14_
  1032. G_25_.Part1 = G_14_
  1033. G_26_.Parent = G_14_
  1034. G_26_.C0 = CFrame.new(0, 0, 0, 0.250709713, -4.99600361e-15, 0.968061566, 4.55357679e-07, 1, -1.17929062e-07, -0.968061566, 4.70380911e-07, 0.250709713)
  1035. G_26_.C1 = CFrame.new(0, 0, 0, 0.250709713, -4.99600361e-15, 0.968061566, 4.55357679e-07, 1, -1.17929062e-07, -0.968061566, 4.70380911e-07, 0.250709713)
  1036. G_26_.Part0 = G_14_
  1037. G_26_.Part1 = G_14_
  1038. G_27_.Parent = G_14_
  1039. G_27_.C0 = CFrame.new(0, 0, 0, -0.979892194, -3.93271269e-21, 0.199524984, 0.194715917, 0.21822983, 0.956274271, -0.0435423031, 0.975897431, -0.213841707)
  1040. G_27_.C1 = CFrame.new(0, 0, 0, -0.979892194, -3.93271269e-21, 0.199524984, 0.194715917, 0.21822983, 0.956274271, -0.0435423031, 0.975897431, -0.213841707)
  1041. G_27_.Part0 = G_14_
  1042. G_27_.Part1 = G_14_
  1043. G_28_.Parent = G_14_
  1044. G_28_.C0 = CFrame.new(0, 0, 0, -0.748851657, 3.12052997e-08, 0.662719488, 0.622757733, 0.342020035, 0.703696311, -0.226663396, 0.939684451, -0.256122261)
  1045. G_28_.C1 = CFrame.new(0, 0, 0, -0.748851657, 3.12052997e-08, 0.662719488, 0.622757733, 0.342020035, 0.703696311, -0.226663396, 0.939684451, -0.256122261)
  1046. G_28_.Part0 = G_14_
  1047. G_28_.Part1 = G_14_
  1048. G_29_.Parent = G_14_
  1049. G_29_.C0 = CFrame.new(0, 0, 0, 0.637026906, -3.93271228e-21, 0.770840406, 0.000613799202, 0.999997616, -0.000507247169, -0.770838678, 0.000796272652, 0.637025416)
  1050. G_29_.C1 = CFrame.new(0, 0, 0, 0.637026906, -3.93271228e-21, 0.770840406, 0.000613799202, 0.999997616, -0.000507247169, -0.770838678, 0.000796272652, 0.637025416)
  1051. G_29_.Part0 = G_14_
  1052. G_29_.Part1 = G_14_
  1053. G_30_.Parent = G_14_
  1054. G_30_.C0 = CFrame.new(0, 0, 0, 0.212453797, 7.88702437e-13, 0.97717011, 0.918238282, 0.342023492, -0.199641004, -0.334215164, 0.939691365, 0.0726641864)
  1055. G_30_.C1 = CFrame.new(0, 0, 0, 0.212453797, 7.88702437e-13, 0.97717011, 0.918238282, 0.342023492, -0.199641004, -0.334215164, 0.939691365, 0.0726641864)
  1056. G_30_.Part0 = G_14_
  1057. G_30_.Part1 = G_14_
  1058. G_31_.Parent = G_14_
  1059. G_31_.C0 = CFrame.new(0, 0, 0, 0.370998234, 3.44169138e-15, 0.928629756, 0.872628987, 0.342020124, -0.348625302, -0.317610055, 0.939689875, 0.126888886)
  1060. G_31_.C1 = CFrame.new(0, 0, 0, 0.370998234, 3.44169138e-15, 0.928629756, 0.872628987, 0.342020124, -0.348625302, -0.317610055, 0.939689875, 0.126888886)
  1061. G_31_.Part0 = G_14_
  1062. G_31_.Part1 = G_14_
  1063. G_32_.Parent = G_14_
  1064. G_32_.C0 = CFrame.new(0, 0, 0, -0.979892194, -3.93271269e-21, 0.199524984, 0.194715917, 0.21822983, 0.956274271, -0.0435423031, 0.975897431, -0.213841707)
  1065. G_32_.C1 = CFrame.new(0, 0, 0, -0.979892194, -3.93271269e-21, 0.199524984, 0.194715917, 0.21822983, 0.956274271, -0.0435423031, 0.975897431, -0.213841707)
  1066. G_32_.Part0 = G_14_
  1067. G_32_.Part1 = G_14_
  1068. G_33_.Parent = G_14_
  1069. G_33_.C0 = CFrame.new(0, 0, 0, 0.250708163, 1.78020243e-09, 0.968055487, 1.24020843e-07, 0.99999094, -3.0280134e-08, -0.968052387, -2.1507347e-07, 0.250707269)
  1070. G_33_.C1 = CFrame.new(0, 0, 0, 0.250708163, 1.78020243e-09, 0.968055487, 1.24020843e-07, 0.99999094, -3.0280134e-08, -0.968052387, -2.1507347e-07, 0.250707269)
  1071. G_33_.Part0 = G_14_
  1072. G_33_.Part1 = G_14_
  1073. G_34_.Parent = G_14_
  1074. G_34_.C0 = CFrame.new(0, 0, 0, -0.325791001, -2.66748884e-06, 0.945441902, 0.856859565, 0.422621429, 0.295267522, -0.399564683, 0.906306446, -0.137683958)
  1075. G_34_.C1 = CFrame.new(0, 0, 0, -0.325791001, -2.66748884e-06, 0.945441902, 0.856859565, 0.422621429, 0.295267522, -0.399564683, 0.906306446, -0.137683958)
  1076. G_34_.Part0 = G_14_
  1077. G_34_.Part1 = G_14_
  1078. G_35_.Parent = G_14_
  1079. G_35_.C0 = CFrame.new(0, 0, 0, -0.748851657, 3.12052997e-08, 0.662719488, 0.622757733, 0.342020035, 0.703696311, -0.226663396, 0.939684451, -0.256122261)
  1080. G_35_.C1 = CFrame.new(0, 0, 0, -0.748851657, 3.12052997e-08, 0.662719488, 0.622757733, 0.342020035, 0.703696311, -0.226663396, 0.939684451, -0.256122261)
  1081. G_35_.Part0 = G_14_
  1082. G_35_.Part1 = G_14_
  1083. G_36_.Parent = G_14_
  1084. G_36_.C0 = CFrame.new(0, 0, 0, 0.216772139, -3.93271269e-21, 0.976221502, 0.974472046, -0.0598407127, -0.216383666, 0.0584177896, 0.998207927, -0.0129717989)
  1085. G_36_.C1 = CFrame.new(0, 0, 0, 0.216772139, -3.93271269e-21, 0.976221502, 0.974472046, -0.0598407127, -0.216383666, 0.0584177896, 0.998207927, -0.0129717989)
  1086. G_36_.Part0 = G_14_
  1087. G_36_.Part1 = G_14_
  1088. G_37_.Parent = G_14_
  1089. G_37_.C0 = CFrame.new(0, 0, 0, 0.216772139, -3.93271269e-21, 0.976221502, 0.974472046, -0.0598407127, -0.216383666, 0.0584177896, 0.998207927, -0.0129717989)
  1090. G_37_.C1 = CFrame.new(0, 0, 0, 0.216772139, -3.93271269e-21, 0.976221502, 0.974472046, -0.0598407127, -0.216383666, 0.0584177896, 0.998207927, -0.0129717989)
  1091. G_37_.Part0 = G_14_
  1092. G_37_.Part1 = G_14_
  1093. G_38_.Parent = G_14_
  1094. G_38_.C0 = CFrame.new(0, 0, 0, 0.216772139, -3.93271269e-21, 0.976221502, 0.974472046, -0.0598407127, -0.216383666, 0.0584177896, 0.998207927, -0.0129717989)
  1095. G_38_.C1 = CFrame.new(0, 0, 0, 0.216772139, -3.93271269e-21, 0.976221502, 0.974472046, -0.0598407127, -0.216383666, 0.0584177896, 0.998207927, -0.0129717989)
  1096. G_38_.Part0 = G_14_
  1097. G_38_.Part1 = G_14_
  1098. G_39_.Parent = G_14_
  1099. G_39_.C0 = CFrame.new(0, 0, 0, 0.250709713, -4.99600361e-15, 0.968061566, 4.55357679e-07, 1, -1.17929062e-07, -0.968061566, 4.70380911e-07, 0.250709713)
  1100. G_39_.C1 = CFrame.new(0, 0, 0, 0.250709713, -4.99600361e-15, 0.968061566, 4.55357679e-07, 1, -1.17929062e-07, -0.968061566, 4.70380911e-07, 0.250709713)
  1101. G_39_.Part0 = G_14_
  1102. G_39_.Part1 = G_14_
  1103. G_40_.Parent = G_14_
  1104. G_40_.C0 = CFrame.new(0, 0, 0, -0.99999398, -8.31335001e-13, 0.00313773751, 0.00257028942, 0.573574126, 0.819148719, -0.00179972511, 0.819153666, -0.573570669)
  1105. G_40_.C1 = CFrame.new(0, 0, 0, -0.99999398, -8.31335001e-13, 0.00313773751, 0.00257028942, 0.573574126, 0.819148719, -0.00179972511, 0.819153666, -0.573570669)
  1106. G_40_.Part0 = G_14_
  1107. G_40_.Part1 = G_14_
  1108. G_41_.Parent = G_14_
  1109. G_41_.C0 = CFrame.new(0, 0, 0, 0.212453797, 7.88702437e-13, 0.97717011, 0.918238282, 0.342023492, -0.199641004, -0.334215164, 0.939691365, 0.0726641864)
  1110. G_41_.C1 = CFrame.new(0, 0, 0, 0.212453797, 7.88702437e-13, 0.97717011, 0.918238282, 0.342023492, -0.199641004, -0.334215164, 0.939691365, 0.0726641864)
  1111. G_41_.Part0 = G_14_
  1112. G_41_.Part1 = G_14_
  1113. G_42_.Parent = G_14_
  1114. G_42_.C0 = CFrame.new(0, 0, 0, 0.216772139, -3.93271269e-21, 0.976221502, 0.97136271, -0.0996474102, -0.215693235, 0.0972779468, 0.995022833, -0.0216007829)
  1115. G_42_.C1 = CFrame.new(0, 0, 0, 0.216772139, -3.93271269e-21, 0.976221502, 0.97136271, -0.0996474102, -0.215693235, 0.0972779468, 0.995022833, -0.0216007829)
  1116. G_42_.Part0 = G_14_
  1117. G_42_.Part1 = G_14_
  1118. G_43_.Parent = G_14_
  1119. G_43_.C0 = CFrame.new(0, 0, 0, 0.216772139, -3.93271269e-21, 0.976221502, 0.97136271, -0.0996474102, -0.215693235, 0.0972779468, 0.995022833, -0.0216007829)
  1120. G_43_.C1 = CFrame.new(0, 0, 0, 0.216772139, -3.93271269e-21, 0.976221502, 0.97136271, -0.0996474102, -0.215693235, 0.0972779468, 0.995022833, -0.0216007829)
  1121. G_43_.Part0 = G_14_
  1122. G_43_.Part1 = G_14_
  1123. G_44_.Parent = G_14_
  1124. G_44_.C0 = CFrame.new(0, 0, 0, 0.216772139, -3.93271269e-21, 0.976221502, 0.97136271, -0.0996474102, -0.215693235, 0.0972779468, 0.995022833, -0.0216007829)
  1125. G_44_.C1 = CFrame.new(0, 0, 0, 0.216772139, -3.93271269e-21, 0.976221502, 0.97136271, -0.0996474102, -0.215693235, 0.0972779468, 0.995022833, -0.0216007829)
  1126. G_44_.Part0 = G_14_
  1127. G_44_.Part1 = G_14_
  1128. G_45_.Parent = G_14_
  1129. G_45_.C0 = CFrame.new(0, 0, 0, 0.370998234, 3.44169138e-15, 0.928629756, 0.872628987, 0.342020124, -0.348625302, -0.317610055, 0.939689875, 0.126888886)
  1130. G_45_.C1 = CFrame.new(0, 0, 0, 0.370998234, 3.44169138e-15, 0.928629756, 0.872628987, 0.342020124, -0.348625302, -0.317610055, 0.939689875, 0.126888886)
  1131. G_45_.Part0 = G_14_
  1132. G_45_.Part1 = G_14_
  1133. G_46_.Parent = G_14_
  1134. G_46_.C0 = CFrame.new(0, 0, 0, -0.590230227, -9.31299667e-07, 0.807235003, 0.779728949, 0.258819342, 0.570118785, -0.208928585, 0.965925753, -0.152762294)
  1135. G_46_.C1 = CFrame.new(0, 0, 0, -0.590230227, -9.31299667e-07, 0.807235003, 0.779728949, 0.258819342, 0.570118785, -0.208928585, 0.965925753, -0.152762294)
  1136. G_46_.Part0 = G_14_
  1137. G_46_.Part1 = G_14_
  1138. G_47_.Parent = G_14_
  1139. G_47_.C0 = CFrame.new(0, 0, 0, -0.325791001, -2.66748884e-06, 0.945441902, 0.856859565, 0.422621429, 0.295267522, -0.399564683, 0.906306446, -0.137683958)
  1140. G_47_.C1 = CFrame.new(0, 0, 0, -0.325791001, -2.66748884e-06, 0.945441902, 0.856859565, 0.422621429, 0.295267522, -0.399564683, 0.906306446, -0.137683958)
  1141. G_47_.Part0 = G_14_
  1142. G_47_.Part1 = G_14_
  1143. G_48_.Parent = G_14_
  1144. G_48_.C0 = CFrame.new(0, 0, 0, -0.850672841, -3.93271269e-21, 0.525694132, 0.523233652, 0.096637845, 0.84669137, -0.0508019477, 0.995319605, -0.082207188)
  1145. G_48_.C1 = CFrame.new(0, 0, 0, -0.850672841, -3.93271269e-21, 0.525694132, 0.523233652, 0.096637845, 0.84669137, -0.0508019477, 0.995319605, -0.082207188)
  1146. G_48_.Part0 = G_14_
  1147. G_48_.Part1 = G_14_
  1148. G_49_.Parent = G_14_
  1149. G_49_.C0 = CFrame.new(0, 0, 0, -0.850672841, -3.93271269e-21, 0.525694132, 0.523233652, 0.096637845, 0.84669137, -0.0508019477, 0.995319605, -0.082207188)
  1150. G_49_.C1 = CFrame.new(0, 0, 0, -0.850672841, -3.93271269e-21, 0.525694132, 0.523233652, 0.096637845, 0.84669137, -0.0508019477, 0.995319605, -0.082207188)
  1151. G_49_.Part0 = G_14_
  1152. G_49_.Part1 = G_14_
  1153. G_50_.Parent = G_14_
  1154. G_50_.C0 = CFrame.new(0, 0, 0, -0.850672841, -3.93271269e-21, 0.525694132, 0.523233652, 0.096637845, 0.84669137, -0.0508019477, 0.995319605, -0.082207188)
  1155. G_50_.C1 = CFrame.new(0, 0, 0, -0.850672841, -3.93271269e-21, 0.525694132, 0.523233652, 0.096637845, 0.84669137, -0.0508019477, 0.995319605, -0.082207188)
  1156. G_50_.Part0 = G_14_
  1157. G_50_.Part1 = G_14_
  1158. G_51_.Parent = G_14_
  1159. G_51_.C0 = CFrame.new(0, 0, 0, -0.748851657, 3.12052997e-08, 0.662719488, 0.622757733, 0.342020035, 0.703696311, -0.226663396, 0.939684451, -0.256122261)
  1160. G_51_.C1 = CFrame.new(0, 0, 0, -0.748851657, 3.12052997e-08, 0.662719488, 0.622757733, 0.342020035, 0.703696311, -0.226663396, 0.939684451, -0.256122261)
  1161. G_51_.Part0 = G_14_
  1162. G_51_.Part1 = G_14_
  1163. G_52_.Parent = G_14_
  1164. G_52_.C0 = CFrame.new(0, 0, 0, 0.0741677806, 7.37284495e-07, 0.997245789, 0.963264167, 0.258823812, -0.0716406703, -0.258111, 0.965924621, 0.0191956777)
  1165. G_52_.C1 = CFrame.new(0, 0, 0, 0.0741677806, 7.37284495e-07, 0.997245789, 0.963264167, 0.258823812, -0.0716406703, -0.258111, 0.965924621, 0.0191956777)
  1166. G_52_.Part0 = G_14_
  1167. G_52_.Part1 = G_14_
  1168. G_53_.Parent = G_14_
  1169. G_53_.C0 = CFrame.new(0, 0, 0, -0.99999398, -8.31335001e-13, 0.00313773751, 0.00257028942, 0.573574126, 0.819148719, -0.00179972511, 0.819153666, -0.573570669)
  1170. G_53_.C1 = CFrame.new(0, 0, 0, -0.99999398, -8.31335001e-13, 0.00313773751, 0.00257028942, 0.573574126, 0.819148719, -0.00179972511, 0.819153666, -0.573570669)
  1171. G_53_.Part0 = G_14_
  1172. G_53_.Part1 = G_14_
  1173. G_54_.Parent = G_14_
  1174. G_54_.C0 = CFrame.new(0, 0, 0, -0.748860121, -3.93271269e-21, 0.662726998, 0.585522592, 0.468421876, 0.66162163, -0.310435832, 0.883504927, -0.350782454)
  1175. G_54_.C1 = CFrame.new(0, 0, 0, -0.748860121, -3.93271269e-21, 0.662726998, 0.585522592, 0.468421876, 0.66162163, -0.310435832, 0.883504927, -0.350782454)
  1176. G_54_.Part0 = G_14_
  1177. G_54_.Part1 = G_14_
  1178. G_55_.Parent = G_14_
  1179. G_55_.C0 = CFrame.new(0, 0, 0, -0.748860121, -3.93271269e-21, 0.662726998, 0.585522592, 0.468421876, 0.66162163, -0.310435832, 0.883504927, -0.350782454)
  1180. G_55_.C1 = CFrame.new(0, 0, 0, -0.748860121, -3.93271269e-21, 0.662726998, 0.585522592, 0.468421876, 0.66162163, -0.310435832, 0.883504927, -0.350782454)
  1181. G_55_.Part0 = G_14_
  1182. G_55_.Part1 = G_14_
  1183. G_56_.Parent = G_14_
  1184. G_56_.C0 = CFrame.new(0, 0, 0, -0.748860121, -3.93271269e-21, 0.662726998, 0.585522592, 0.468421876, 0.66162163, -0.310435832, 0.883504927, -0.350782454)
  1185. G_56_.C1 = CFrame.new(0, 0, 0, -0.748860121, -3.93271269e-21, 0.662726998, 0.585522592, 0.468421876, 0.66162163, -0.310435832, 0.883504927, -0.350782454)
  1186. G_56_.Part0 = G_14_
  1187. G_56_.Part1 = G_14_
  1188. G_57_.Parent = G_14_
  1189. G_57_.C0 = CFrame.new(0, 0, 0, 0.212453797, 7.88702437e-13, 0.97717011, 0.918238282, 0.342023492, -0.199641004, -0.334215164, 0.939691365, 0.0726641864)
  1190. G_57_.C1 = CFrame.new(0, 0, 0, 0.212453797, 7.88702437e-13, 0.97717011, 0.918238282, 0.342023492, -0.199641004, -0.334215164, 0.939691365, 0.0726641864)
  1191. G_57_.Part0 = G_14_
  1192. G_57_.Part1 = G_14_
  1193. G_58_.Parent = G_14_
  1194. G_58_.C0 = CFrame.new(0, 0, 0, 0.140859097, -3.33955086e-12, 0.990028322, 0.956296325, 0.258810073, -0.136059761, -0.256229311, 0.965928257, 0.0364557579)
  1195. G_58_.C1 = CFrame.new(0, 0, 0, 0.140859097, -3.33955086e-12, 0.990028322, 0.956296325, 0.258810073, -0.136059761, -0.256229311, 0.965928257, 0.0364557579)
  1196. G_58_.Part0 = G_14_
  1197. G_58_.Part1 = G_14_
  1198. G_59_.Parent = G_14_
  1199. G_59_.C0 = CFrame.new(0, 0, 0, -0.590230227, -9.31299667e-07, 0.807235003, 0.779728949, 0.258819342, 0.570118785, -0.208928585, 0.965925753, -0.152762294)
  1200. G_59_.C1 = CFrame.new(0, 0, 0, -0.590230227, -9.31299667e-07, 0.807235003, 0.779728949, 0.258819342, 0.570118785, -0.208928585, 0.965925753, -0.152762294)
  1201. G_59_.Part0 = G_14_
  1202. G_59_.Part1 = G_14_
  1203. G_60_.Parent = G_14_
  1204. G_60_.C0 = CFrame.new(0, 0, 0, -0.999991477, -3.93271269e-21, 0.00392904878, 0.00317039154, 0.590673447, 0.806903839, -0.00232078484, 0.806910694, -0.59066844)
  1205. G_60_.C1 = CFrame.new(0, 0, 0, -0.999991477, -3.93271269e-21, 0.00392904878, 0.00317039154, 0.590673447, 0.806903839, -0.00232078484, 0.806910694, -0.59066844)
  1206. G_60_.Part0 = G_14_
  1207. G_60_.Part1 = G_14_
  1208. G_61_.Parent = G_14_
  1209. G_61_.C0 = CFrame.new(0, 0, 0, -0.999991477, -3.93271269e-21, 0.00392904878, 0.00317039154, 0.590673447, 0.806903839, -0.00232078484, 0.806910694, -0.59066844)
  1210. G_61_.C1 = CFrame.new(0, 0, 0, -0.999991477, -3.93271269e-21, 0.00392904878, 0.00317039154, 0.590673447, 0.806903839, -0.00232078484, 0.806910694, -0.59066844)
  1211. G_61_.Part0 = G_14_
  1212. G_61_.Part1 = G_14_
  1213. G_62_.Parent = G_14_
  1214. G_62_.C0 = CFrame.new(0, 0, 0, -0.999991477, -3.93271269e-21, 0.00392904878, 0.00317039154, 0.590673447, 0.806903839, -0.00232078484, 0.806910694, -0.59066844)
  1215. G_62_.C1 = CFrame.new(0, 0, 0, -0.999991477, -3.93271269e-21, 0.00392904878, 0.00317039154, 0.590673447, 0.806903839, -0.00232078484, 0.806910694, -0.59066844)
  1216. G_62_.Part0 = G_14_
  1217. G_62_.Part1 = G_14_
  1218. G_63_.Parent = G_14_
  1219. G_63_.C0 = CFrame.new(0, 0, 0, -0.325791001, -2.66748884e-06, 0.945441902, 0.856859565, 0.422621429, 0.295267522, -0.399564683, 0.906306446, -0.137683958)
  1220. G_63_.C1 = CFrame.new(0, 0, 0, -0.325791001, -2.66748884e-06, 0.945441902, 0.856859565, 0.422621429, 0.295267522, -0.399564683, 0.906306446, -0.137683958)
  1221. G_63_.Part0 = G_14_
  1222. G_63_.Part1 = G_14_
  1223. G_64_.Parent = G_14_
  1224. G_64_.C0 = CFrame.new(0, 0, 0, -0.405301601, 1.85437976e-08, 0.91418308, 0.883032978, 0.258819044, 0.391491324, -0.236607939, 0.965925872, -0.104899786)
  1225. G_64_.C1 = CFrame.new(0, 0, 0, -0.405301601, 1.85437976e-08, 0.91418308, 0.883032978, 0.258819044, 0.391491324, -0.236607939, 0.965925872, -0.104899786)
  1226. G_64_.Part0 = G_14_
  1227. G_64_.Part1 = G_14_
  1228. G_65_.Parent = G_14_
  1229. G_65_.C0 = CFrame.new(0, 0, 0, 0.0741677806, 7.37284495e-07, 0.997245789, 0.963264167, 0.258823812, -0.0716406703, -0.258111, 0.965924621, 0.0191956777)
  1230. G_65_.C1 = CFrame.new(0, 0, 0, 0.0741677806, 7.37284495e-07, 0.997245789, 0.963264167, 0.258823812, -0.0716406703, -0.258111, 0.965924621, 0.0191956777)
  1231. G_65_.Part0 = G_14_
  1232. G_65_.Part1 = G_14_
  1233. G_66_.Parent = G_14_
  1234. G_66_.C0 = CFrame.new(0, 0, 0, -0.325791866, -3.93271269e-21, 0.945440471, 0.880585551, -0.363990992, 0.303443342, 0.344131827, 0.931402445, 0.118585303)
  1235. G_66_.C1 = CFrame.new(0, 0, 0, -0.325791866, -3.93271269e-21, 0.945440471, 0.880585551, -0.363990992, 0.303443342, 0.344131827, 0.931402445, 0.118585303)
  1236. G_66_.Part0 = G_14_
  1237. G_66_.Part1 = G_14_
  1238. G_67_.Parent = G_14_
  1239. G_67_.C0 = CFrame.new(0, 0, 0, -0.325791866, -3.93271269e-21, 0.945440471, 0.880585551, -0.363990992, 0.303443342, 0.344131827, 0.931402445, 0.118585303)
  1240. G_67_.C1 = CFrame.new(0, 0, 0, -0.325791866, -3.93271269e-21, 0.945440471, 0.880585551, -0.363990992, 0.303443342, 0.344131827, 0.931402445, 0.118585303)
  1241. G_67_.Part0 = G_14_
  1242. G_67_.Part1 = G_14_
  1243. G_68_.Parent = G_14_
  1244. G_68_.C0 = CFrame.new(0, 0, 0, -0.325791866, -3.93271269e-21, 0.945440471, 0.880585551, -0.363990992, 0.303443342, 0.344131827, 0.931402445, 0.118585303)
  1245. G_68_.C1 = CFrame.new(0, 0, 0, -0.325791866, -3.93271269e-21, 0.945440471, 0.880585551, -0.363990992, 0.303443342, 0.344131827, 0.931402445, 0.118585303)
  1246. G_68_.Part0 = G_14_
  1247. G_68_.Part1 = G_14_
  1248. G_69_.Parent = G_14_
  1249. G_69_.C0 = CFrame.new(0, 0, 0, -0.99999398, -8.31335001e-13, 0.00313773751, 0.00257028942, 0.573574126, 0.819148719, -0.00179972511, 0.819153666, -0.573570669)
  1250. G_69_.C1 = CFrame.new(0, 0, 0, -0.99999398, -8.31335001e-13, 0.00313773751, 0.00257028942, 0.573574126, 0.819148719, -0.00179972511, 0.819153666, -0.573570669)
  1251. G_69_.Part0 = G_14_
  1252. G_69_.Part1 = G_14_
  1253. G_70_.Parent = G_14_
  1254. G_70_.C0 = CFrame.new(0, 0, 0, -0.0434554219, 2.57927013e-12, 0.999053955, 0.965008557, 0.258831978, 0.0419745632, -0.258587062, 0.965922296, -0.0112476517)
  1255. G_70_.C1 = CFrame.new(0, 0, 0, -0.0434554219, 2.57927013e-12, 0.999053955, 0.965008557, 0.258831978, 0.0419745632, -0.258587062, 0.965922296, -0.0112476517)
  1256. G_70_.Part0 = G_14_
  1257. G_70_.Part1 = G_14_
  1258. G_71_.Parent = G_14_
  1259. G_71_.C0 = CFrame.new(0, 0, 0, 0.140859097, -3.33955086e-12, 0.990028322, 0.956296325, 0.258810073, -0.136059761, -0.256229311, 0.965928257, 0.0364557579)
  1260. G_71_.C1 = CFrame.new(0, 0, 0, 0.140859097, -3.33955086e-12, 0.990028322, 0.956296325, 0.258810073, -0.136059761, -0.256229311, 0.965928257, 0.0364557579)
  1261. G_71_.Part0 = G_14_
  1262. G_71_.Part1 = G_14_
  1263. G_72_.Parent = G_14_
  1264. G_72_.C0 = CFrame.new(0, 0, 0, -0.99999398, -3.93271269e-21, 0.00313773751, 0.00312333554, -0.095701538, 0.995404065, 0.000300286309, 0.995410085, 0.0957009643)
  1265. G_72_.C1 = CFrame.new(0, 0, 0, -0.99999398, -3.93271269e-21, 0.00313773751, 0.00312333554, -0.095701538, 0.995404065, 0.000300286309, 0.995410085, 0.0957009643)
  1266. G_72_.Part0 = G_14_
  1267. G_72_.Part1 = G_14_
  1268. G_73_.Parent = G_14_
  1269. G_73_.C0 = CFrame.new(0, 0, 0, -0.99999398, -3.93271269e-21, 0.00313773751, 0.00312333554, -0.095701538, 0.995404065, 0.000300286309, 0.995410085, 0.0957009643)
  1270. G_73_.C1 = CFrame.new(0, 0, 0, -0.99999398, -3.93271269e-21, 0.00313773751, 0.00312333554, -0.095701538, 0.995404065, 0.000300286309, 0.995410085, 0.0957009643)
  1271. G_73_.Part0 = G_14_
  1272. G_73_.Part1 = G_14_
  1273. G_74_.Parent = G_14_
  1274. G_74_.C0 = CFrame.new(0, 0, 0, -0.99999398, -3.93271269e-21, 0.00313773751, 0.00312333554, -0.095701538, 0.995404065, 0.000300286309, 0.995410085, 0.0957009643)
  1275. G_74_.C1 = CFrame.new(0, 0, 0, -0.99999398, -3.93271269e-21, 0.00313773751, 0.00312333554, -0.095701538, 0.995404065, 0.000300286309, 0.995410085, 0.0957009643)
  1276. G_74_.Part0 = G_14_
  1277. G_74_.Part1 = G_14_
  1278. G_75_.Parent = G_14_
  1279. G_75_.C0 = CFrame.new(0, 0, 0, -0.590230227, -9.31299667e-07, 0.807235003, 0.779728949, 0.258819342, 0.570118785, -0.208928585, 0.965925753, -0.152762294)
  1280. G_75_.C1 = CFrame.new(0, 0, 0, -0.590230227, -9.31299667e-07, 0.807235003, 0.779728949, 0.258819342, 0.570118785, -0.208928585, 0.965925753, -0.152762294)
  1281. G_75_.Part0 = G_14_
  1282. G_75_.Part1 = G_14_
  1283. G_76_.Parent = G_14_
  1284. G_76_.C0 = CFrame.new(0, 0, 0, -0.47474581, 7.40539235e-07, 0.880123019, 0.850133717, 0.258818567, 0.458569169, -0.227791816, 0.965925992, -0.122873664)
  1285. G_76_.C1 = CFrame.new(0, 0, 0, -0.47474581, 7.40539235e-07, 0.880123019, 0.850133717, 0.258818567, 0.458569169, -0.227791816, 0.965925992, -0.122873664)
  1286. G_76_.Part0 = G_14_
  1287. G_76_.Part1 = G_14_
  1288. G_77_.Parent = G_14_
  1289. G_77_.C0 = CFrame.new(0, 0, 0, -0.405301601, 1.85437976e-08, 0.91418308, 0.883032978, 0.258819044, 0.391491324, -0.236607939, 0.965925872, -0.104899786)
  1290. G_77_.C1 = CFrame.new(0, 0, 0, -0.405301601, 1.85437976e-08, 0.91418308, 0.883032978, 0.258819044, 0.391491324, -0.236607939, 0.965925872, -0.104899786)
  1291. G_77_.Part0 = G_14_
  1292. G_77_.Part1 = G_14_
  1293. G_78_.Parent = G_14_
  1294. G_78_.C0 = CFrame.new(0, 0, 0, 0.415782541, -3.93271269e-21, -0.909463048, -0.905445874, -0.0938860625, -0.413946003, -0.0853859037, 0.995582938, -0.0390361845)
  1295. G_78_.C1 = CFrame.new(0, 0, 0, 0.415782541, -3.93271269e-21, -0.909463048, -0.905445874, -0.0938860625, -0.413946003, -0.0853859037, 0.995582938, -0.0390361845)
  1296. G_78_.Part0 = G_14_
  1297. G_78_.Part1 = G_14_
  1298. G_79_.Parent = G_14_
  1299. G_79_.C0 = CFrame.new(0, 0, 0, 0.415782541, -3.93271269e-21, -0.909463048, -0.905445874, -0.0938860625, -0.413946003, -0.0853859037, 0.995582938, -0.0390361845)
  1300. G_79_.C1 = CFrame.new(0, 0, 0, 0.415782541, -3.93271269e-21, -0.909463048, -0.905445874, -0.0938860625, -0.413946003, -0.0853859037, 0.995582938, -0.0390361845)
  1301. G_79_.Part0 = G_14_
  1302. G_79_.Part1 = G_14_
  1303. G_80_.Parent = G_14_
  1304. G_80_.C0 = CFrame.new(0, 0, 0, 0.415782541, -3.93271269e-21, -0.909463048, -0.905445874, -0.0938860625, -0.413946003, -0.0853859037, 0.995582938, -0.0390361845)
  1305. G_80_.C1 = CFrame.new(0, 0, 0, 0.415782541, -3.93271269e-21, -0.909463048, -0.905445874, -0.0938860625, -0.413946003, -0.0853859037, 0.995582938, -0.0390361845)
  1306. G_80_.Part0 = G_14_
  1307. G_80_.Part1 = G_14_
  1308. G_81_.Parent = G_14_
  1309. G_81_.C0 = CFrame.new(0, 0, 0, 0.0741677806, 7.37284495e-07, 0.997245789, 0.963264167, 0.258823812, -0.0716406703, -0.258111, 0.965924621, 0.0191956777)
  1310. G_81_.C1 = CFrame.new(0, 0, 0, 0.0741677806, 7.37284495e-07, 0.997245789, 0.963264167, 0.258823812, -0.0716406703, -0.258111, 0.965924621, 0.0191956777)
  1311. G_81_.Part0 = G_14_
  1312. G_81_.Part1 = G_14_
  1313. G_82_.Parent = G_14_
  1314. G_82_.C0 = CFrame.new(0, 0, 0, -0.0912770778, 1.60582658e-12, 0.995824099, 0.961889267, 0.25883013, 0.0881666094, -0.257749289, 0.965922832, -0.0236252565)
  1315. G_82_.C1 = CFrame.new(0, 0, 0, -0.0912770778, 1.60582658e-12, 0.995824099, 0.961889267, 0.25883013, 0.0881666094, -0.257749289, 0.965922832, -0.0236252565)
  1316. G_82_.Part0 = G_14_
  1317. G_82_.Part1 = G_14_
  1318. G_83_.Parent = G_14_
  1319. G_83_.C0 = CFrame.new(0, 0, 0, -0.0434554219, 2.57927013e-12, 0.999053955, 0.965008557, 0.258831978, 0.0419745632, -0.258587062, 0.965922296, -0.0112476517)
  1320. G_83_.C1 = CFrame.new(0, 0, 0, -0.0434554219, 2.57927013e-12, 0.999053955, 0.965008557, 0.258831978, 0.0419745632, -0.258587062, 0.965922296, -0.0112476517)
  1321. G_83_.Part0 = G_14_
  1322. G_83_.Part1 = G_14_
  1323. G_84_.Parent = G_14_
  1324. G_84_.C0 = CFrame.new(0, 0, 0, 0.074167937, -3.93271269e-21, 0.997244477, 0.927819431, -0.366588563, -0.0690045953, 0.365578413, 0.930383146, -0.0271891169)
  1325. G_84_.C1 = CFrame.new(0, 0, 0, 0.074167937, -3.93271269e-21, 0.997244477, 0.927819431, -0.366588563, -0.0690045953, 0.365578413, 0.930383146, -0.0271891169)
  1326. G_84_.Part0 = G_14_
  1327. G_84_.Part1 = G_14_
  1328. G_85_.Parent = G_14_
  1329. G_85_.C0 = CFrame.new(0, 0, 0, 0.074167937, -3.93271269e-21, 0.997244477, 0.927819431, -0.366588563, -0.0690045953, 0.365578413, 0.930383146, -0.0271891169)
  1330. G_85_.C1 = CFrame.new(0, 0, 0, 0.074167937, -3.93271269e-21, 0.997244477, 0.927819431, -0.366588563, -0.0690045953, 0.365578413, 0.930383146, -0.0271891169)
  1331. G_85_.Part0 = G_14_
  1332. G_85_.Part1 = G_14_
  1333. G_86_.Parent = G_14_
  1334. G_86_.C0 = CFrame.new(0, 0, 0, 0.074167937, -3.93271269e-21, 0.997244477, 0.927819431, -0.366588563, -0.0690045953, 0.365578413, 0.930383146, -0.0271891169)
  1335. G_86_.C1 = CFrame.new(0, 0, 0, 0.074167937, -3.93271269e-21, 0.997244477, 0.927819431, -0.366588563, -0.0690045953, 0.365578413, 0.930383146, -0.0271891169)
  1336. G_86_.Part0 = G_14_
  1337. G_86_.Part1 = G_14_
  1338. G_87_.Parent = G_14_
  1339. G_87_.C0 = CFrame.new(0, 0, 0, 0.140859097, -3.33955086e-12, 0.990028322, 0.956296325, 0.258810073, -0.136059761, -0.256229311, 0.965928257, 0.0364557579)
  1340. G_87_.C1 = CFrame.new(0, 0, 0, 0.140859097, -3.33955086e-12, 0.990028322, 0.956296325, 0.258810073, -0.136059761, -0.256229311, 0.965928257, 0.0364557579)
  1341. G_87_.Part0 = G_14_
  1342. G_87_.Part1 = G_14_
  1343. G_88_.Parent = G_14_
  1344. G_88_.C0 = CFrame.new(0, 0, 0, -0.731341481, 1.66188094e-08, 0.682011545, 0.658772647, 0.258819073, 0.706421554, -0.176517606, 0.965925872, -0.189285114)
  1345. G_88_.C1 = CFrame.new(0, 0, 0, -0.731341481, 1.66188094e-08, 0.682011545, 0.658772647, 0.258819073, 0.706421554, -0.176517606, 0.965925872, -0.189285114)
  1346. G_88_.Part0 = G_14_
  1347. G_88_.Part1 = G_14_
  1348. G_89_.Parent = G_14_
  1349. G_89_.C0 = CFrame.new(0, 0, 0, -0.47474581, 7.40539235e-07, 0.880123019, 0.850133717, 0.258818567, 0.458569169, -0.227791816, 0.965925992, -0.122873664)
  1350. G_89_.C1 = CFrame.new(0, 0, 0, -0.47474581, 7.40539235e-07, 0.880123019, 0.850133717, 0.258818567, 0.458569169, -0.227791816, 0.965925992, -0.122873664)
  1351. G_89_.Part0 = G_14_
  1352. G_89_.Part1 = G_14_
  1353. G_90_.Parent = G_14_
  1354. G_90_.C0 = CFrame.new(0, 0, 0, 0.140859097, -3.93271269e-21, 0.990028322, 0.889176905, 0.439724326, -0.126510173, -0.43533954, 0.898132801, 0.0619391724)
  1355. G_90_.C1 = CFrame.new(0, 0, 0, 0.140859097, -3.93271269e-21, 0.990028322, 0.889176905, 0.439724326, -0.126510173, -0.43533954, 0.898132801, 0.0619391724)
  1356. G_90_.Part0 = G_14_
  1357. G_90_.Part1 = G_14_
  1358. G_91_.Parent = G_14_
  1359. G_91_.C0 = CFrame.new(0, 0, 0, 0.140859097, -3.93271269e-21, 0.990028322, 0.889176905, 0.439724326, -0.126510173, -0.43533954, 0.898132801, 0.0619391724)
  1360. G_91_.C1 = CFrame.new(0, 0, 0, 0.140859097, -3.93271269e-21, 0.990028322, 0.889176905, 0.439724326, -0.126510173, -0.43533954, 0.898132801, 0.0619391724)
  1361. G_91_.Part0 = G_14_
  1362. G_91_.Part1 = G_14_
  1363. G_92_.Parent = G_14_
  1364. G_92_.C0 = CFrame.new(0, 0, 0, 0.140859097, -3.93271269e-21, 0.990028322, 0.889176905, 0.439724326, -0.126510173, -0.43533954, 0.898132801, 0.0619391724)
  1365. G_92_.C1 = CFrame.new(0, 0, 0, 0.140859097, -3.93271269e-21, 0.990028322, 0.889176905, 0.439724326, -0.126510173, -0.43533954, 0.898132801, 0.0619391724)
  1366. G_92_.Part0 = G_14_
  1367. G_92_.Part1 = G_14_
  1368. G_93_.Parent = G_14_
  1369. G_93_.C0 = CFrame.new(0, 0, 0, -0.405301601, 1.85437976e-08, 0.91418308, 0.883032978, 0.258819044, 0.391491324, -0.236607939, 0.965925872, -0.104899786)
  1370. G_93_.C1 = CFrame.new(0, 0, 0, -0.405301601, 1.85437976e-08, 0.91418308, 0.883032978, 0.258819044, 0.391491324, -0.236607939, 0.965925872, -0.104899786)
  1371. G_93_.Part0 = G_14_
  1372. G_93_.Part1 = G_14_
  1373. G_94_.Parent = G_14_
  1374. G_94_.C0 = CFrame.new(0, 0, 0, 0.0731284618, 1.8971491e-12, 0.997321367, 0.963335097, 0.258831561, -0.0706364214, -0.258138239, 0.965922475, 0.0189279504)
  1375. G_94_.C1 = CFrame.new(0, 0, 0, 0.0731284618, 1.8971491e-12, 0.997321367, 0.963335097, 0.258831561, -0.0706364214, -0.258138239, 0.965922475, 0.0189279504)
  1376. G_94_.Part0 = G_14_
  1377. G_94_.Part1 = G_14_
  1378. G_95_.Parent = G_14_
  1379. G_95_.C0 = CFrame.new(0, 0, 0, -0.0912770778, 1.60582658e-12, 0.995824099, 0.961889267, 0.25883013, 0.0881666094, -0.257749289, 0.965922832, -0.0236252565)
  1380. G_95_.C1 = CFrame.new(0, 0, 0, -0.0912770778, 1.60582658e-12, 0.995824099, 0.961889267, 0.25883013, 0.0881666094, -0.257749289, 0.965922832, -0.0236252565)
  1381. G_95_.Part0 = G_14_
  1382. G_95_.Part1 = G_14_
  1383. G_96_.Parent = G_14_
  1384. G_96_.C0 = CFrame.new(0, 0, 0, -0.405301124, -3.93271269e-21, 0.914181769, 0.88220942, 0.262153298, 0.391126215, -0.239655763, 0.965026259, -0.106251024)
  1385. G_96_.C1 = CFrame.new(0, 0, 0, -0.405301124, -3.93271269e-21, 0.914181769, 0.88220942, 0.262153298, 0.391126215, -0.239655763, 0.965026259, -0.106251024)
  1386. G_96_.Part0 = G_14_
  1387. G_96_.Part1 = G_14_
  1388. G_97_.Parent = G_14_
  1389. G_97_.C0 = CFrame.new(0, 0, 0, -0.405301124, -3.93271269e-21, 0.914181769, 0.88220942, 0.262153298, 0.391126215, -0.239655763, 0.965026259, -0.106251024)
  1390. G_97_.C1 = CFrame.new(0, 0, 0, -0.405301124, -3.93271269e-21, 0.914181769, 0.88220942, 0.262153298, 0.391126215, -0.239655763, 0.965026259, -0.106251024)
  1391. G_97_.Part0 = G_14_
  1392. G_97_.Part1 = G_14_
  1393. G_98_.Parent = G_14_
  1394. G_98_.C0 = CFrame.new(0, 0, 0, -0.405301124, -3.93271269e-21, 0.914181769, 0.88220942, 0.262153298, 0.391126215, -0.239655763, 0.965026259, -0.106251024)
  1395. G_98_.C1 = CFrame.new(0, 0, 0, -0.405301124, -3.93271269e-21, 0.914181769, 0.88220942, 0.262153298, 0.391126215, -0.239655763, 0.965026259, -0.106251024)
  1396. G_98_.Part0 = G_14_
  1397. G_98_.Part1 = G_14_
  1398. G_99_.Parent = G_14_
  1399. G_99_.C0 = CFrame.new(0, 0, 0, -0.0434554219, 2.57927013e-12, 0.999053955, 0.965008557, 0.258831978, 0.0419745632, -0.258587062, 0.965922296, -0.0112476517)
  1400. G_99_.C1 = CFrame.new(0, 0, 0, -0.0434554219, 2.57927013e-12, 0.999053955, 0.965008557, 0.258831978, 0.0419745632, -0.258587062, 0.965922296, -0.0112476517)
  1401. G_99_.Part0 = G_14_
  1402. G_99_.Part1 = G_14_
  1403. G_100_.Parent = G_14_
  1404. G_100_.C0 = CFrame.new(0, 0, 0, 0.88960129, 1.26743032e-06, 0.456738055, 0.441174865, 0.25881815, -0.859289289, -0.118213169, 0.96592617, 0.230244383)
  1405. G_100_.C1 = CFrame.new(0, 0, 0, 0.88960129, 1.26743032e-06, 0.456738055, 0.441174865, 0.25881815, -0.859289289, -0.118213169, 0.96592617, 0.230244383)
  1406. G_100_.Part0 = G_14_
  1407. G_100_.Part1 = G_14_
  1408. G_101_.Parent = G_14_
  1409. G_101_.C0 = CFrame.new(0, 0, 0, -0.731341481, 1.66188094e-08, 0.682011545, 0.658772647, 0.258819073, 0.706421554, -0.176517606, 0.965925872, -0.189285114)
  1410. G_101_.C1 = CFrame.new(0, 0, 0, -0.731341481, 1.66188094e-08, 0.682011545, 0.658772647, 0.258819073, 0.706421554, -0.176517606, 0.965925872, -0.189285114)
  1411. G_101_.Part0 = G_14_
  1412. G_101_.Part1 = G_14_
  1413. G_102_.Parent = G_14_
  1414. G_102_.C0 = CFrame.new(0, 0, 0, -0.0434554219, -3.93271269e-21, 0.999053955, 0.998663485, 0.0279545076, 0.0434384383, -0.0279280618, 0.999609172, -0.00121477491)
  1415. G_102_.C1 = CFrame.new(0, 0, 0, -0.0434554219, -3.93271269e-21, 0.999053955, 0.998663485, 0.0279545076, 0.0434384383, -0.0279280618, 0.999609172, -0.00121477491)
  1416. G_102_.Part0 = G_14_
  1417. G_102_.Part1 = G_14_
  1418. G_103_.Parent = G_14_
  1419. G_103_.C0 = CFrame.new(0, 0, 0, -0.0434554219, -3.93271269e-21, 0.999053955, 0.998663485, 0.0279545076, 0.0434384383, -0.0279280618, 0.999609172, -0.00121477491)
  1420. G_103_.C1 = CFrame.new(0, 0, 0, -0.0434554219, -3.93271269e-21, 0.999053955, 0.998663485, 0.0279545076, 0.0434384383, -0.0279280618, 0.999609172, -0.00121477491)
  1421. G_103_.Part0 = G_14_
  1422. G_103_.Part1 = G_14_
  1423. G_104_.Parent = G_14_
  1424. G_104_.C0 = CFrame.new(0, 0, 0, -0.0434554219, -3.93271269e-21, 0.999053955, 0.998663485, 0.0279545076, 0.0434384383, -0.0279280618, 0.999609172, -0.00121477491)
  1425. G_104_.C1 = CFrame.new(0, 0, 0, -0.0434554219, -3.93271269e-21, 0.999053955, 0.998663485, 0.0279545076, 0.0434384383, -0.0279280618, 0.999609172, -0.00121477491)
  1426. G_104_.Part0 = G_14_
  1427. G_104_.Part1 = G_14_
  1428. G_105_.Parent = G_14_
  1429. G_105_.C0 = CFrame.new(0, 0, 0, -0.47474581, 7.40539235e-07, 0.880123019, 0.850133717, 0.258818567, 0.458569169, -0.227791816, 0.965925992, -0.122873664)
  1430. G_105_.C1 = CFrame.new(0, 0, 0, -0.47474581, 7.40539235e-07, 0.880123019, 0.850133717, 0.258818567, 0.458569169, -0.227791816, 0.965925992, -0.122873664)
  1431. G_105_.Part0 = G_14_
  1432. G_105_.Part1 = G_14_
  1433. G_106_.Parent = G_14_
  1434. G_106_.C0 = CFrame.new(0, 0, 0, 0.999465704, -2.17852175e-07, -0.0326874293, -0.0315736085, 0.258815795, -0.96541059, 0.00846023485, 0.965926647, 0.258677512)
  1435. G_106_.C1 = CFrame.new(0, 0, 0, 0.999465704, -2.17852175e-07, -0.0326874293, -0.0315736085, 0.258815795, -0.96541059, 0.00846023485, 0.965926647, 0.258677512)
  1436. G_106_.Part0 = G_14_
  1437. G_106_.Part1 = G_14_
  1438. G_107_.Parent = G_14_
  1439. G_107_.C0 = CFrame.new(0, 0, 0, 0.0731284618, 1.8971491e-12, 0.997321367, 0.963335097, 0.258831561, -0.0706364214, -0.258138239, 0.965922475, 0.0189279504)
  1440. G_107_.C1 = CFrame.new(0, 0, 0, 0.0731284618, 1.8971491e-12, 0.997321367, 0.963335097, 0.258831561, -0.0706364214, -0.258138239, 0.965922475, 0.0189279504)
  1441. G_107_.Part0 = G_14_
  1442. G_107_.Part1 = G_14_
  1443. G_108_.Parent = G_14_
  1444. G_108_.C0 = CFrame.new(0, 0, 0, -0.474745095, -3.93271269e-21, 0.880121827, 0.810554802, 0.389662981, 0.437220067, -0.342950881, 0.920957506, -0.184990585)
  1445. G_108_.C1 = CFrame.new(0, 0, 0, -0.474745095, -3.93271269e-21, 0.880121827, 0.810554802, 0.389662981, 0.437220067, -0.342950881, 0.920957506, -0.184990585)
  1446. G_108_.Part0 = G_14_
  1447. G_108_.Part1 = G_14_
  1448. G_109_.Parent = G_14_
  1449. G_109_.C0 = CFrame.new(0, 0, 0, -0.474745095, -3.93271269e-21, 0.880121827, 0.810554802, 0.389662981, 0.437220067, -0.342950881, 0.920957506, -0.184990585)
  1450. G_109_.C1 = CFrame.new(0, 0, 0, -0.474745095, -3.93271269e-21, 0.880121827, 0.810554802, 0.389662981, 0.437220067, -0.342950881, 0.920957506, -0.184990585)
  1451. G_109_.Part0 = G_14_
  1452. G_109_.Part1 = G_14_
  1453. G_110_.Parent = G_14_
  1454. G_110_.C0 = CFrame.new(0, 0, 0, -0.474745095, -3.93271269e-21, 0.880121827, 0.810554802, 0.389662981, 0.437220067, -0.342950881, 0.920957506, -0.184990585)
  1455. G_110_.C1 = CFrame.new(0, 0, 0, -0.474745095, -3.93271269e-21, 0.880121827, 0.810554802, 0.389662981, 0.437220067, -0.342950881, 0.920957506, -0.184990585)
  1456. G_110_.Part0 = G_14_
  1457. G_110_.Part1 = G_14_
  1458. G_111_.Parent = G_14_
  1459. G_111_.C0 = CFrame.new(0, 0, 0, -0.0912770778, 1.60582658e-12, 0.995824099, 0.961889267, 0.25883013, 0.0881666094, -0.257749289, 0.965922832, -0.0236252565)
  1460. G_111_.C1 = CFrame.new(0, 0, 0, -0.0912770778, 1.60582658e-12, 0.995824099, 0.961889267, 0.25883013, 0.0881666094, -0.257749289, 0.965922832, -0.0236252565)
  1461. G_111_.Part0 = G_14_
  1462. G_111_.Part1 = G_14_
  1463. G_112_.Parent = G_14_
  1464. G_112_.C0 = CFrame.new(0, 0, 0, 0.611500084, -1.41398004e-12, -0.791242719, -0.764281929, 0.258818001, -0.59066391, 0.204787865, 0.965926111, 0.158267245)
  1465. G_112_.C1 = CFrame.new(0, 0, 0, 0.611500084, -1.41398004e-12, -0.791242719, -0.764281929, 0.258818001, -0.59066391, 0.204787865, 0.965926111, 0.158267245)
  1466. G_112_.Part0 = G_14_
  1467. G_112_.Part1 = G_14_
  1468. G_113_.Parent = G_14_
  1469. G_113_.C0 = CFrame.new(0, 0, 0, 0.88960129, 1.26743032e-06, 0.456738055, 0.441174865, 0.25881815, -0.859289289, -0.118213169, 0.96592617, 0.230244383)
  1470. G_113_.C1 = CFrame.new(0, 0, 0, 0.88960129, 1.26743032e-06, 0.456738055, 0.441174865, 0.25881815, -0.859289289, -0.118213169, 0.96592617, 0.230244383)
  1471. G_113_.Part0 = G_14_
  1472. G_113_.Part1 = G_14_
  1473. G_114_.Parent = G_14_
  1474. G_114_.C0 = CFrame.new(0, 0, 0, -0.0912770778, -3.93271269e-21, 0.995824099, 0.929939866, -0.357692361, 0.0852381438, 0.356198668, 0.9338395, 0.0326491147)
  1475. G_114_.C1 = CFrame.new(0, 0, 0, -0.0912770778, -3.93271269e-21, 0.995824099, 0.929939866, -0.357692361, 0.0852381438, 0.356198668, 0.9338395, 0.0326491147)
  1476. G_114_.Part0 = G_14_
  1477. G_114_.Part1 = G_14_
  1478. G_115_.Parent = G_14_
  1479. G_115_.C0 = CFrame.new(0, 0, 0, -0.0912770778, -3.93271269e-21, 0.995824099, 0.929939866, -0.357692361, 0.0852381438, 0.356198668, 0.9338395, 0.0326491147)
  1480. G_115_.C1 = CFrame.new(0, 0, 0, -0.0912770778, -3.93271269e-21, 0.995824099, 0.929939866, -0.357692361, 0.0852381438, 0.356198668, 0.9338395, 0.0326491147)
  1481. G_115_.Part0 = G_14_
  1482. G_115_.Part1 = G_14_
  1483. G_116_.Parent = G_14_
  1484. G_116_.C0 = CFrame.new(0, 0, 0, -0.0912770778, -3.93271269e-21, 0.995824099, 0.929939866, -0.357692361, 0.0852381438, 0.356198668, 0.9338395, 0.0326491147)
  1485. G_116_.C1 = CFrame.new(0, 0, 0, -0.0912770778, -3.93271269e-21, 0.995824099, 0.929939866, -0.357692361, 0.0852381438, 0.356198668, 0.9338395, 0.0326491147)
  1486. G_116_.Part0 = G_14_
  1487. G_116_.Part1 = G_14_
  1488. G_117_.Parent = G_14_
  1489. G_117_.C0 = CFrame.new(0, 0, 0, -0.731341481, 1.66188094e-08, 0.682011545, 0.658772647, 0.258819073, 0.706421554, -0.176517606, 0.965925872, -0.189285114)
  1490. G_117_.C1 = CFrame.new(0, 0, 0, -0.731341481, 1.66188094e-08, 0.682011545, 0.658772647, 0.258819073, 0.706421554, -0.176517606, 0.965925872, -0.189285114)
  1491. G_117_.Part0 = G_14_
  1492. G_117_.Part1 = G_14_
  1493. G_118_.Parent = G_14_
  1494. G_118_.C0 = CFrame.new(0, 0, 0, 0.00123544212, 5.05585263e-08, -0.999999285, -0.965925992, 0.258816004, -0.0011933333, 0.258815825, 0.965926647, 0.00031980098)
  1495. G_118_.C1 = CFrame.new(0, 0, 0, 0.00123544212, 5.05585263e-08, -0.999999285, -0.965925992, 0.258816004, -0.0011933333, 0.258815825, 0.965926647, 0.00031980098)
  1496. G_118_.Part0 = G_14_
  1497. G_118_.Part1 = G_14_
  1498. G_119_.Parent = G_14_
  1499. G_119_.C0 = CFrame.new(0, 0, 0, 0.999465704, -2.17852175e-07, -0.0326874293, -0.0315736085, 0.258815795, -0.96541059, 0.00846023485, 0.965926647, 0.258677512)
  1500. G_119_.C1 = CFrame.new(0, 0, 0, 0.999465704, -2.17852175e-07, -0.0326874293, -0.0315736085, 0.258815795, -0.96541059, 0.00846023485, 0.965926647, 0.258677512)
  1501. G_119_.Part0 = G_14_
  1502. G_119_.Part1 = G_14_
  1503. G_120_.Parent = G_14_
  1504. G_120_.C0 = CFrame.new(0, 0, 0, -0.731340468, -3.93271269e-21, 0.682010651, 0.658581018, 0.259860188, 0.706216216, -0.177227423, 0.965646267, -0.190046266)
  1505. G_120_.C1 = CFrame.new(0, 0, 0, -0.731340468, -3.93271269e-21, 0.682010651, 0.658581018, 0.259860188, 0.706216216, -0.177227423, 0.965646267, -0.190046266)
  1506. G_120_.Part0 = G_14_
  1507. G_120_.Part1 = G_14_
  1508. G_121_.Parent = G_14_
  1509. G_121_.C0 = CFrame.new(0, 0, 0, -0.731340468, -3.93271269e-21, 0.682010651, 0.658581018, 0.259860188, 0.706216216, -0.177227423, 0.965646267, -0.190046266)
  1510. G_121_.C1 = CFrame.new(0, 0, 0, -0.731340468, -3.93271269e-21, 0.682010651, 0.658581018, 0.259860188, 0.706216216, -0.177227423, 0.965646267, -0.190046266)
  1511. G_121_.Part0 = G_14_
  1512. G_121_.Part1 = G_14_
  1513. G_122_.Parent = G_14_
  1514. G_122_.C0 = CFrame.new(0, 0, 0, -0.731340468, -3.93271269e-21, 0.682010651, 0.658581018, 0.259860188, 0.706216216, -0.177227423, 0.965646267, -0.190046266)
  1515. G_122_.C1 = CFrame.new(0, 0, 0, -0.731340468, -3.93271269e-21, 0.682010651, 0.658581018, 0.259860188, 0.706216216, -0.177227423, 0.965646267, -0.190046266)
  1516. G_122_.Part0 = G_14_
  1517. G_122_.Part1 = G_14_
  1518. G_123_.Parent = G_14_
  1519. G_123_.C0 = CFrame.new(0, 0, 0, 0.0731284618, 1.8971491e-12, 0.997321367, 0.963335097, 0.258831561, -0.0706364214, -0.258138239, 0.965922475, 0.0189279504)
  1520. G_123_.C1 = CFrame.new(0, 0, 0, 0.0731284618, 1.8971491e-12, 0.997321367, 0.963335097, 0.258831561, -0.0706364214, -0.258138239, 0.965922475, 0.0189279504)
  1521. G_123_.Part0 = G_14_
  1522. G_123_.Part1 = G_14_
  1523. G_124_.Parent = G_14_
  1524. G_124_.C0 = CFrame.new(0, 0, 0, -0.176956683, 1.04023457e-11, -0.984217405, -0.950676382, 0.258836508, 0.170926198, 0.254751414, 0.965921164, -0.0458028466)
  1525. G_124_.C1 = CFrame.new(0, 0, 0, -0.176956683, 1.04023457e-11, -0.984217405, -0.950676382, 0.258836508, 0.170926198, 0.254751414, 0.965921164, -0.0458028466)
  1526. G_124_.Part0 = G_14_
  1527. G_124_.Part1 = G_14_
  1528. G_125_.Parent = G_14_
  1529. G_125_.C0 = CFrame.new(0, 0, 0, 0.611500084, -1.41398004e-12, -0.791242719, -0.764281929, 0.258818001, -0.59066391, 0.204787865, 0.965926111, 0.158267245)
  1530. G_125_.C1 = CFrame.new(0, 0, 0, 0.611500084, -1.41398004e-12, -0.791242719, -0.764281929, 0.258818001, -0.59066391, 0.204787865, 0.965926111, 0.158267245)
  1531. G_125_.Part0 = G_14_
  1532. G_125_.Part1 = G_14_
  1533. G_126_.Parent = G_14_
  1534. G_126_.C0 = CFrame.new(0, 0, 0, 0.0731284618, -3.93271269e-21, 0.997321367, 0.806938887, 0.587662518, -0.059168689, -0.586088359, 0.809106171, 0.0429748558)
  1535. G_126_.C1 = CFrame.new(0, 0, 0, 0.0731284618, -3.93271269e-21, 0.997321367, 0.806938887, 0.587662518, -0.059168689, -0.586088359, 0.809106171, 0.0429748558)
  1536. G_126_.Part0 = G_14_
  1537. G_126_.Part1 = G_14_
  1538. G_127_.Parent = G_14_
  1539. G_127_.C0 = CFrame.new(0, 0, 0, 0.0731284618, -3.93271269e-21, 0.997321367, 0.806938887, 0.587662518, -0.059168689, -0.586088359, 0.809106171, 0.0429748558)
  1540. G_127_.C1 = CFrame.new(0, 0, 0, 0.0731284618, -3.93271269e-21, 0.997321367, 0.806938887, 0.587662518, -0.059168689, -0.586088359, 0.809106171, 0.0429748558)
  1541. G_127_.Part0 = G_14_
  1542. G_127_.Part1 = G_14_
  1543. G_128_.Parent = G_14_
  1544. G_128_.C0 = CFrame.new(0, 0, 0, 0.0731284618, -3.93271269e-21, 0.997321367, 0.806938887, 0.587662518, -0.059168689, -0.586088359, 0.809106171, 0.0429748558)
  1545. G_128_.C1 = CFrame.new(0, 0, 0, 0.0731284618, -3.93271269e-21, 0.997321367, 0.806938887, 0.587662518, -0.059168689, -0.586088359, 0.809106171, 0.0429748558)
  1546. G_128_.Part0 = G_14_
  1547. G_128_.Part1 = G_14_
  1548. G_129_.Parent = G_14_
  1549. G_129_.C0 = CFrame.new(0, 0, 0, 0.88960129, 1.26743032e-06, 0.456738055, 0.441174865, 0.25881815, -0.859289289, -0.118213169, 0.96592617, 0.230244383)
  1550. G_129_.C1 = CFrame.new(0, 0, 0, 0.88960129, 1.26743032e-06, 0.456738055, 0.441174865, 0.25881815, -0.859289289, -0.118213169, 0.96592617, 0.230244383)
  1551. G_129_.Part0 = G_14_
  1552. G_129_.Part1 = G_14_
  1553. G_130_.Parent = G_14_
  1554. G_130_.C0 = CFrame.new(0, 0, 0, -0.426380157, -3.39468215e-07, -0.904544115, -0.873722672, 0.258818805, 0.411851525, 0.234112889, 0.965925992, -0.110355474)
  1555. G_130_.C1 = CFrame.new(0, 0, 0, -0.426380157, -3.39468215e-07, -0.904544115, -0.873722672, 0.258818805, 0.411851525, 0.234112889, 0.965925992, -0.110355474)
  1556. G_130_.Part0 = G_14_
  1557. G_130_.Part1 = G_14_
  1558. G_131_.Parent = G_14_
  1559. G_131_.C0 = CFrame.new(0, 0, 0, 0.00123544212, 5.05585263e-08, -0.999999285, -0.965925992, 0.258816004, -0.0011933333, 0.258815825, 0.965926647, 0.00031980098)
  1560. G_131_.C1 = CFrame.new(0, 0, 0, 0.00123544212, 5.05585263e-08, -0.999999285, -0.965925992, 0.258816004, -0.0011933333, 0.258815825, 0.965926647, 0.00031980098)
  1561. G_131_.Part0 = G_14_
  1562. G_131_.Part1 = G_14_
  1563. G_132_.Parent = G_14_
  1564. G_132_.C0 = CFrame.new(0, 0, 0, 0.889600217, -3.93271269e-21, 0.456737489, 0.454952627, 0.0883199647, -0.886123776, -0.0403390378, 0.996092141, 0.0785694569)
  1565. G_132_.C1 = CFrame.new(0, 0, 0, 0.889600217, -3.93271269e-21, 0.456737489, 0.454952627, 0.0883199647, -0.886123776, -0.0403390378, 0.996092141, 0.0785694569)
  1566. G_132_.Part0 = G_14_
  1567. G_132_.Part1 = G_14_
  1568. G_133_.Parent = G_14_
  1569. G_133_.C0 = CFrame.new(0, 0, 0, 0.889600217, -3.93271269e-21, 0.456737489, 0.454952627, 0.0883199647, -0.886123776, -0.0403390378, 0.996092141, 0.0785694569)
  1570. G_133_.C1 = CFrame.new(0, 0, 0, 0.889600217, -3.93271269e-21, 0.456737489, 0.454952627, 0.0883199647, -0.886123776, -0.0403390378, 0.996092141, 0.0785694569)
  1571. G_133_.Part0 = G_14_
  1572. G_133_.Part1 = G_14_
  1573. G_134_.Parent = G_14_
  1574. G_134_.C0 = CFrame.new(0, 0, 0, 0.889600217, -3.93271269e-21, 0.456737489, 0.454952627, 0.0883199647, -0.886123776, -0.0403390378, 0.996092141, 0.0785694569)
  1575. G_134_.C1 = CFrame.new(0, 0, 0, 0.889600217, -3.93271269e-21, 0.456737489, 0.454952627, 0.0883199647, -0.886123776, -0.0403390378, 0.996092141, 0.0785694569)
  1576. G_134_.Part0 = G_14_
  1577. G_134_.Part1 = G_14_
  1578. G_135_.Parent = G_14_
  1579. G_135_.C0 = CFrame.new(0, 0, 0, 0.999465704, -2.17852175e-07, -0.0326874293, -0.0315736085, 0.258815795, -0.96541059, 0.00846023485, 0.965926647, 0.258677512)
  1580. G_135_.C1 = CFrame.new(0, 0, 0, 0.999465704, -2.17852175e-07, -0.0326874293, -0.0315736085, 0.258815795, -0.96541059, 0.00846023485, 0.965926647, 0.258677512)
  1581. G_135_.Part0 = G_14_
  1582. G_135_.Part1 = G_14_
  1583. G_136_.Parent = G_14_
  1584. G_136_.C0 = CFrame.new(0, 0, 0, 0.24251622, -2.50666687e-08, 0.970137596, 0.937083483, 0.258813679, -0.234253451, -0.251095384, 0.965923488, 0.0627691448)
  1585. G_136_.C1 = CFrame.new(0, 0, 0, 0.24251622, -2.50666687e-08, 0.970137596, 0.937083483, 0.258813679, -0.234253451, -0.251095384, 0.965923488, 0.0627691448)
  1586. G_136_.Part0 = G_14_
  1587. G_136_.Part1 = G_14_
  1588. G_137_.Parent = G_14_
  1589. G_137_.C0 = CFrame.new(0, 0, 0, -0.176956683, 1.04023457e-11, -0.984217405, -0.950676382, 0.258836508, 0.170926198, 0.254751414, 0.965921164, -0.0458028466)
  1590. G_137_.C1 = CFrame.new(0, 0, 0, -0.176956683, 1.04023457e-11, -0.984217405, -0.950676382, 0.258836508, 0.170926198, 0.254751414, 0.965921164, -0.0458028466)
  1591. G_137_.Part0 = G_14_
  1592. G_137_.Part1 = G_14_
  1593. G_138_.Parent = G_14_
  1594. G_138_.C0 = CFrame.new(0, 0, 0, 0.999464273, -3.93271269e-21, -0.0326873511, -0.0325972922, -0.0741798282, -0.996710658, -0.0024247421, 0.997244895, -0.0741400868)
  1595. G_138_.C1 = CFrame.new(0, 0, 0, 0.999464273, -3.93271269e-21, -0.0326873511, -0.0325972922, -0.0741798282, -0.996710658, -0.0024247421, 0.997244895, -0.0741400868)
  1596. G_138_.Part0 = G_14_
  1597. G_138_.Part1 = G_14_
  1598. G_139_.Parent = G_14_
  1599. G_139_.C0 = CFrame.new(0, 0, 0, 0.999464273, -3.93271269e-21, -0.0326873511, -0.0325972922, -0.0741798282, -0.996710658, -0.0024247421, 0.997244895, -0.0741400868)
  1600. G_139_.C1 = CFrame.new(0, 0, 0, 0.999464273, -3.93271269e-21, -0.0326873511, -0.0325972922, -0.0741798282, -0.996710658, -0.0024247421, 0.997244895, -0.0741400868)
  1601. G_139_.Part0 = G_14_
  1602. G_139_.Part1 = G_14_
  1603. G_140_.Parent = G_14_
  1604. G_140_.C0 = CFrame.new(0, 0, 0, 0.999464273, -3.93271269e-21, -0.0326873511, -0.0325972922, -0.0741798282, -0.996710658, -0.0024247421, 0.997244895, -0.0741400868)
  1605. G_140_.C1 = CFrame.new(0, 0, 0, 0.999464273, -3.93271269e-21, -0.0326873511, -0.0325972922, -0.0741798282, -0.996710658, -0.0024247421, 0.997244895, -0.0741400868)
  1606. G_140_.Part0 = G_14_
  1607. G_140_.Part1 = G_14_
  1608. G_141_.Parent = G_14_
  1609. G_141_.C0 = CFrame.new(0, 0, 0, 0.611500084, -1.41398004e-12, -0.791242719, -0.764281929, 0.258818001, -0.59066391, 0.204787865, 0.965926111, 0.158267245)
  1610. G_141_.C1 = CFrame.new(0, 0, 0, 0.611500084, -1.41398004e-12, -0.791242719, -0.764281929, 0.258818001, -0.59066391, 0.204787865, 0.965926111, 0.158267245)
  1611. G_141_.Part0 = G_14_
  1612. G_141_.Part1 = G_14_
  1613. G_142_.Parent = G_14_
  1614. G_142_.C0 = CFrame.new(0, 0, 0, 0.24251622, -2.50666687e-08, 0.970137596, 0.937083483, 0.258813679, -0.234253451, -0.251095384, 0.965923488, 0.0627691448)
  1615. G_142_.C1 = CFrame.new(0.499996185, -2.59981823, 1.52587891e-05, -0.937089622, -0.258805424, 0.23425433, -0.251083314, 0.965927601, 0.06276609, -0.242516831, 1.28433996e-07, -0.970142305)
  1616. G_142_.Part0 = G_14_
  1617. G_142_.Part1 = G_6_
  1618. G_143_.Parent = G_14_
  1619. G_143_.C0 = CFrame.new(0, 0, 0, -0.426380157, -3.39468215e-07, -0.904544115, -0.873722672, 0.258818805, 0.411851525, 0.234112889, 0.965925992, -0.110355474)
  1620. G_143_.C1 = CFrame.new(0, 0, 0, -0.426380157, -3.39468215e-07, -0.904544115, -0.873722672, 0.258818805, 0.411851525, 0.234112889, 0.965925992, -0.110355474)
  1621. G_143_.Part0 = G_14_
  1622. G_143_.Part1 = G_14_
  1623. G_144_.Parent = G_14_
  1624. G_144_.C0 = CFrame.new(0, 0, 0, 0.611500084, -3.93271269e-21, -0.791242719, -0.777024746, -0.188720495, -0.600511968, -0.149323717, 0.982030869, -0.115402602)
  1625. G_144_.C1 = CFrame.new(0, 0, 0, 0.611500084, -3.93271269e-21, -0.791242719, -0.777024746, -0.188720495, -0.600511968, -0.149323717, 0.982030869, -0.115402602)
  1626. G_144_.Part0 = G_14_
  1627. G_144_.Part1 = G_14_
  1628. G_145_.Parent = G_14_
  1629. G_145_.C0 = CFrame.new(0, 0, 0, 0.611500084, -3.93271269e-21, -0.791242719, -0.777024746, -0.188720495, -0.600511968, -0.149323717, 0.982030869, -0.115402602)
  1630. G_145_.C1 = CFrame.new(0, 0, 0, 0.611500084, -3.93271269e-21, -0.791242719, -0.777024746, -0.188720495, -0.600511968, -0.149323717, 0.982030869, -0.115402602)
  1631. G_145_.Part0 = G_14_
  1632. G_145_.Part1 = G_14_
  1633. G_146_.Parent = G_14_
  1634. G_146_.C0 = CFrame.new(0, 0, 0, 0.611500084, -3.93271269e-21, -0.791242719, -0.777024746, -0.188720495, -0.600511968, -0.149323717, 0.982030869, -0.115402602)
  1635. G_146_.C1 = CFrame.new(0, 0, 0, 0.611500084, -3.93271269e-21, -0.791242719, -0.777024746, -0.188720495, -0.600511968, -0.149323717, 0.982030869, -0.115402602)
  1636. G_146_.Part0 = G_14_
  1637. G_146_.Part1 = G_14_
  1638. G_147_.Parent = G_14_
  1639. G_147_.C0 = CFrame.new(0, 0, 0, 0.00123544212, 5.05585263e-08, -0.999999285, -0.965925992, 0.258816004, -0.0011933333, 0.258815825, 0.965926647, 0.00031980098)
  1640. G_147_.C1 = CFrame.new(0, 0, 0, 0.00123544212, 5.05585263e-08, -0.999999285, -0.965925992, 0.258816004, -0.0011933333, 0.258815825, 0.965926647, 0.00031980098)
  1641. G_147_.Part0 = G_14_
  1642. G_147_.Part1 = G_14_
  1643. G_148_.Parent = G_14_
  1644. G_148_.C0 = CFrame.new(0, 0, 0, 0.24251622, -2.50666687e-08, 0.970137596, 0.937083483, 0.258813679, -0.234253451, -0.251095384, 0.965923488, 0.0627691448)
  1645. G_148_.C1 = CFrame.new(0, 0, 0, 0.24251622, -2.50666687e-08, 0.970137596, 0.937083483, 0.258813679, -0.234253451, -0.251095384, 0.965923488, 0.0627691448)
  1646. G_148_.Part0 = G_14_
  1647. G_148_.Part1 = G_14_
  1648. G_149_.Parent = G_14_
  1649. G_149_.C0 = CFrame.new(0, 0, 0, 0.00123557448, -3.93271269e-21, -0.999998093, -0.788335383, 0.615243852, -0.000974048919, 0.61524266, 0.788336873, 0.000760179595)
  1650. G_149_.C1 = CFrame.new(0, 0, 0, 0.00123557448, -3.93271269e-21, -0.999998093, -0.788335383, 0.615243852, -0.000974048919, 0.61524266, 0.788336873, 0.000760179595)
  1651. G_149_.Part0 = G_14_
  1652. G_149_.Part1 = G_14_
  1653. G_150_.Parent = G_14_
  1654. G_150_.C0 = CFrame.new(0, 0, 0, 0.00123557448, -3.93271269e-21, -0.999998093, -0.788335383, 0.615243852, -0.000974048919, 0.61524266, 0.788336873, 0.000760179595)
  1655. G_150_.C1 = CFrame.new(0, 0, 0, 0.00123557448, -3.93271269e-21, -0.999998093, -0.788335383, 0.615243852, -0.000974048919, 0.61524266, 0.788336873, 0.000760179595)
  1656. G_150_.Part0 = G_14_
  1657. G_150_.Part1 = G_14_
  1658. G_151_.Parent = G_14_
  1659. G_151_.C0 = CFrame.new(0, 0, 0, 0.00123557448, -3.93271269e-21, -0.999998093, -0.788335383, 0.615243852, -0.000974048919, 0.61524266, 0.788336873, 0.000760179595)
  1660. G_151_.C1 = CFrame.new(0, 0, 0, 0.00123557448, -3.93271269e-21, -0.999998093, -0.788335383, 0.615243852, -0.000974048919, 0.61524266, 0.788336873, 0.000760179595)
  1661. G_151_.Part0 = G_14_
  1662. G_151_.Part1 = G_14_
  1663. G_152_.Parent = G_14_
  1664. G_152_.C0 = CFrame.new(0, 0, 0, -0.176956683, 1.04023457e-11, -0.984217405, -0.950676382, 0.258836508, 0.170926198, 0.254751414, 0.965921164, -0.0458028466)
  1665. G_152_.C1 = CFrame.new(0, 0, 0, -0.176956683, 1.04023457e-11, -0.984217405, -0.950676382, 0.258836508, 0.170926198, 0.254751414, 0.965921164, -0.0458028466)
  1666. G_152_.Part0 = G_14_
  1667. G_152_.Part1 = G_14_
  1668. G_153_.Parent = G_14_
  1669. G_153_.C0 = CFrame.new(0, 0, 0, -0.979760647, -3.93271269e-21, -0.200166717, -0.181929275, -0.417038649, 0.890493453, -0.0834772587, 0.908888757, 0.408598065)
  1670. G_153_.C1 = CFrame.new(0, 0, 0, -0.979760647, -3.93271269e-21, -0.200166717, -0.181929275, -0.417038649, 0.890493453, -0.0834772587, 0.908888757, 0.408598065)
  1671. G_153_.Part0 = G_14_
  1672. G_153_.Part1 = G_14_
  1673. G_154_.Parent = G_14_
  1674. G_154_.C0 = CFrame.new(0, 0, 0, -0.176956683, -3.93271269e-21, -0.984217405, -0.9520787, -0.253459662, 0.171178326, -0.249459416, 0.967345953, 0.0448513813)
  1675. G_154_.C1 = CFrame.new(0, 0, 0, -0.176956683, -3.93271269e-21, -0.984217405, -0.9520787, -0.253459662, 0.171178326, -0.249459416, 0.967345953, 0.0448513813)
  1676. G_154_.Part0 = G_14_
  1677. G_154_.Part1 = G_14_
  1678. G_155_.Parent = G_14_
  1679. G_155_.C0 = CFrame.new(0, 0, 0, -0.176956683, -3.93271269e-21, -0.984217405, -0.9520787, -0.253459662, 0.171178326, -0.249459416, 0.967345953, 0.0448513813)
  1680. G_155_.C1 = CFrame.new(0, 0, 0, -0.176956683, -3.93271269e-21, -0.984217405, -0.9520787, -0.253459662, 0.171178326, -0.249459416, 0.967345953, 0.0448513813)
  1681. G_155_.Part0 = G_14_
  1682. G_155_.Part1 = G_14_
  1683. G_156_.Parent = G_14_
  1684. G_156_.C0 = CFrame.new(0, 0, 0, -0.176956683, -3.93271269e-21, -0.984217405, -0.9520787, -0.253459662, 0.171178326, -0.249459416, 0.967345953, 0.0448513813)
  1685. G_156_.C1 = CFrame.new(0, 0, 0, -0.176956683, -3.93271269e-21, -0.984217405, -0.9520787, -0.253459662, 0.171178326, -0.249459416, 0.967345953, 0.0448513813)
  1686. G_156_.Part0 = G_14_
  1687. G_156_.Part1 = G_14_
  1688. G_157_.Parent = G_14_
  1689. G_157_.C0 = CFrame.new(0, 0, 0, -0.426380157, -3.39468215e-07, -0.904544115, -0.873722672, 0.258818805, 0.411851525, 0.234112889, 0.965925992, -0.110355474)
  1690. G_157_.C1 = CFrame.new(0, 0, 0, -0.426380157, -3.39468215e-07, -0.904544115, -0.873722672, 0.258818805, 0.411851525, 0.234112889, 0.965925992, -0.110355474)
  1691. G_157_.Part0 = G_14_
  1692. G_157_.Part1 = G_14_
  1693. G_158_.Parent = G_14_
  1694. G_158_.C0 = CFrame.new(0, 0, 0, -0.979760647, -3.93271269e-21, -0.200166717, -0.181929275, -0.417038649, 0.890493453, -0.0834772587, 0.908888757, 0.408598065)
  1695. G_158_.C1 = CFrame.new(0, 0, 0, -0.979760647, -3.93271269e-21, -0.200166717, -0.181929275, -0.417038649, 0.890493453, -0.0834772587, 0.908888757, 0.408598065)
  1696. G_158_.Part0 = G_14_
  1697. G_158_.Part1 = G_14_
  1698. G_159_.Parent = G_14_
  1699. G_159_.C0 = CFrame.new(0, 0, 0, 0.24251622, -2.50666687e-08, 0.970137596, 0.937083483, 0.258813679, -0.234253451, -0.251095384, 0.965923488, 0.0627691448)
  1700. G_159_.C1 = CFrame.new(-1.11798096, -4.20858383, 3.81469727e-05, -0.937076747, -0.258870542, 0.234250262, -0.251143396, 0.965912104, 0.0627769455, -0.242516235, -3.59013075e-06, -0.970147371)
  1701. G_159_.Part0 = G_14_
  1702. G_159_.Part1 = G_12_
  1703. G_160_.Parent = G_14_
  1704. G_160_.C0 = CFrame.new(0, 0, 0, -0.426379502, -3.93271269e-21, -0.904542983, -0.847110033, 0.350651234, 0.399307013, 0.317179114, 0.936506093, -0.149510503)
  1705. G_160_.C1 = CFrame.new(0, 0, 0, -0.426379502, -3.93271269e-21, -0.904542983, -0.847110033, 0.350651234, 0.399307013, 0.317179114, 0.936506093, -0.149510503)
  1706. G_160_.Part0 = G_14_
  1707. G_160_.Part1 = G_14_
  1708. G_161_.Parent = G_14_
  1709. G_161_.C0 = CFrame.new(0, 0, 0, -0.426379502, -3.93271269e-21, -0.904542983, -0.847110033, 0.350651234, 0.399307013, 0.317179114, 0.936506093, -0.149510503)
  1710. G_161_.C1 = CFrame.new(0, 0, 0, -0.426379502, -3.93271269e-21, -0.904542983, -0.847110033, 0.350651234, 0.399307013, 0.317179114, 0.936506093, -0.149510503)
  1711. G_161_.Part0 = G_14_
  1712. G_161_.Part1 = G_14_
  1713. G_162_.Parent = G_14_
  1714. G_162_.C0 = CFrame.new(0, 0, 0, -0.426379502, -3.93271269e-21, -0.904542983, -0.847110033, 0.350651234, 0.399307013, 0.317179114, 0.936506093, -0.149510503)
  1715. G_162_.C1 = CFrame.new(0, 0, 0, -0.426379502, -3.93271269e-21, -0.904542983, -0.847110033, 0.350651234, 0.399307013, 0.317179114, 0.936506093, -0.149510503)
  1716. G_162_.Part0 = G_14_
  1717. G_162_.Part1 = G_14_
  1718. G_163_.Parent = G_14_
  1719. G_163_.C0 = CFrame.new(0, 0, 0, 0.24251622, -2.50666687e-08, 0.970137596, 0.937083483, 0.258813679, -0.234253451, -0.251095384, 0.965923488, 0.0627691448)
  1720. G_163_.C1 = CFrame.new(0, 0, 0, 0.24251622, -2.50666687e-08, 0.970137596, 0.937083483, 0.258813679, -0.234253451, -0.251095384, 0.965923488, 0.0627691448)
  1721. G_163_.Part0 = G_14_
  1722. G_163_.Part1 = G_14_
  1723. G_164_.Parent = G_3_
  1724. G_164_.Material = Enum.Material.SmoothPlastic
  1725. G_164_.BrickColor = BrickColor.new("Really black")
  1726. G_164_.Position = Vector3.new(0.0981919989, 5.20197296, 1.05291605)
  1727. G_164_.Rotation = Vector3.new(135, 0, -90)
  1728. G_164_.Anchored = true
  1729. G_164_.Size = Vector3.new(0.0500000007, 0.0500000007, 0.0500000007)
  1730. G_164_.CFrame = CFrame.new(0.0981919989, 5.20197296, 1.05291605, 1.05528628e-07, 1, 6.18172393e-08, 0.707106769, -3.09086197e-08, -0.707106769, -0.707106769, 1.183314e-07, -0.707106769)
  1731. G_164_.TopSurface = Enum.SurfaceType.Smooth
  1732. G_164_.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1733. G_164_.Position = Vector3.new(0.0981919989, 5.20197296, 1.05291605)
  1734. G_164_.Orientation = Vector3.new(45, 180, 90)
  1735. G_164_.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1736. G_165_.Parent = G_164_
  1737. G_165_.Scale = Vector3.new(12.3000011, 0.409999996, 4.10000038)
  1738. G_165_.Scale = Vector3.new(12.3000011, 0.409999996, 4.10000038)
  1739. G_166_.Parent = G_3_
  1740. G_166_.Material = Enum.Material.SmoothPlastic
  1741. G_166_.BrickColor = BrickColor.new("Really black")
  1742. G_166_.Position = Vector3.new(-0.101504996, 5.20277309, 1.03442001)
  1743. G_166_.Rotation = Vector3.new(135, 0.00999999978, 90)
  1744. G_166_.Anchored = true
  1745. G_166_.Size = Vector3.new(0.0500000007, 0.0500000007, 0.0500000007)
  1746. G_166_.CFrame = CFrame.new(-0.101504996, 5.20277309, 1.03442001, 5.09341626e-05, -1, 0.000123512742, -0.707106769, -0.000123352584, -0.707106769, 0.707106829, -5.1320807e-05, -0.707106769)
  1747. G_166_.TopSurface = Enum.SurfaceType.Smooth
  1748. G_166_.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1749. G_166_.Position = Vector3.new(-0.101504996, 5.20277309, 1.03442001)
  1750. G_166_.Orientation = Vector3.new(45, 179.98999, -90.0099945)
  1751. G_166_.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1752. G_167_.Parent = G_166_
  1753. G_167_.Scale = Vector3.new(12.3000088, 0.409999996, 4.10000229)
  1754. G_167_.Scale = Vector3.new(12.3000088, 0.409999996, 4.10000229)
  1755. G_168_.Parent = G_3_
  1756. G_168_.Material = Enum.Material.SmoothPlastic
  1757. G_168_.BrickColor = BrickColor.new("Really black")
  1758. G_168_.Position = Vector3.new(-0.101549, 5.6376462, 0.889469981)
  1759. G_168_.Rotation = Vector3.new(135, 0.00999999978, 90)
  1760. G_168_.Anchored = true
  1761. G_168_.Size = Vector3.new(0.0500000007, 0.0500000007, 0.0500000007)
  1762. G_168_.CFrame = CFrame.new(-0.101549, 5.6376462, 0.889469981, 5.09341626e-05, -1, 0.000123512742, -0.707106769, -0.000123352584, -0.707106769, 0.707106829, -5.1320807e-05, -0.707106769)
  1763. G_168_.TopSurface = Enum.SurfaceType.Smooth
  1764. G_168_.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1765. G_168_.Position = Vector3.new(-0.101549, 5.6376462, 0.889469981)
  1766. G_168_.Orientation = Vector3.new(45, 179.98999, -90.0099945)
  1767. G_168_.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1768. G_169_.Parent = G_168_
  1769. G_169_.Scale = Vector3.new(4.10000181, 0.409999996, 12.3000078)
  1770. G_169_.Scale = Vector3.new(4.10000181, 0.409999996, 12.3000078)
  1771. G_170_.Parent = G_3_
  1772. G_170_.Material = Enum.Material.SmoothPlastic
  1773. G_170_.BrickColor = BrickColor.new("Really black")
  1774. G_170_.Position = Vector3.new(0.0981329978, 4.76712608, 0.907956004)
  1775. G_170_.Rotation = Vector3.new(45, -0.00999999978, -90)
  1776. G_170_.Anchored = true
  1777. G_170_.Size = Vector3.new(0.0500000007, 0.0500000007, 0.0500000007)
  1778. G_170_.CFrame = CFrame.new(0.0981329978, 4.76712608, 0.907956004, -5.10334939e-05, 1, -0.000123413411, -0.707106769, -0.000123352584, -0.707106769, -0.707106829, 5.11803373e-05, 0.707106769)
  1779. G_170_.TopSurface = Enum.SurfaceType.Smooth
  1780. G_170_.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1781. G_170_.Position = Vector3.new(0.0981329978, 4.76712608, 0.907956004)
  1782. G_170_.Orientation = Vector3.new(45, -0.00999999978, -90.0099945)
  1783. G_170_.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1784. G_171_.Parent = G_170_
  1785. G_171_.Scale = Vector3.new(4.10000181, 0.409999996, 12.3000078)
  1786. G_171_.Scale = Vector3.new(4.10000181, 0.409999996, 12.3000078)
  1787. G_172_.Parent = G_3_
  1788. G_172_.Material = Enum.Material.SmoothPlastic
  1789. G_172_.BrickColor = BrickColor.new("Really black")
  1790. G_172_.Position = Vector3.new(0.0981789976, 5.34695196, 0.618050992)
  1791. G_172_.Rotation = Vector3.new(135, 0, -90)
  1792. G_172_.Anchored = true
  1793. G_172_.Size = Vector3.new(0.0500000007, 0.0500000007, 0.0500000007)
  1794. G_172_.CFrame = CFrame.new(0.0981789976, 5.34695196, 0.618050992, 1.05528628e-07, 1, 6.18172393e-08, 0.707106769, -3.09086197e-08, -0.707106769, -0.707106769, 1.183314e-07, -0.707106769)
  1795. G_172_.TopSurface = Enum.SurfaceType.Smooth
  1796. G_172_.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1797. G_172_.Position = Vector3.new(0.0981789976, 5.34695196, 0.618050992)
  1798. G_172_.Orientation = Vector3.new(45, 180, 90)
  1799. G_172_.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1800. G_173_.Parent = G_172_
  1801. G_173_.Scale = Vector3.new(4.0999999, 0.409999967, 12.3000002)
  1802. G_173_.Scale = Vector3.new(4.0999999, 0.409999967, 12.3000002)
  1803. G_174_.Parent = G_3_
  1804. G_174_.Material = Enum.Material.SmoothPlastic
  1805. G_174_.BrickColor = BrickColor.new("Really black")
  1806. G_174_.Position = Vector3.new(0.0981789976, 5.20199394, 1.05292296)
  1807. G_174_.Rotation = Vector3.new(45, -0.00999999978, -90)
  1808. G_174_.Anchored = true
  1809. G_174_.Size = Vector3.new(0.0500000007, 0.0500000007, 0.0500000007)
  1810. G_174_.CFrame = CFrame.new(0.0981789976, 5.20199394, 1.05292296, -5.10334939e-05, 1, -0.000123413411, -0.707106769, -0.000123352584, -0.707106769, -0.707106829, 5.11803373e-05, 0.707106769)
  1811. G_174_.TopSurface = Enum.SurfaceType.Smooth
  1812. G_174_.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1813. G_174_.Position = Vector3.new(0.0981789976, 5.20199394, 1.05292296)
  1814. G_174_.Orientation = Vector3.new(45, -0.00999999978, -90.0099945)
  1815. G_174_.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1816. G_175_.Parent = G_174_
  1817. G_175_.Scale = Vector3.new(12.3000088, 0.409999996, 4.10000229)
  1818. G_175_.Scale = Vector3.new(12.3000088, 0.409999996, 4.10000229)
  1819. G_176_.Parent = G_3_
  1820. G_176_.Material = Enum.Material.SmoothPlastic
  1821. G_176_.BrickColor = BrickColor.new("Really black")
  1822. G_176_.Position = Vector3.new(0.0982230008, 5.63687086, 1.19787502)
  1823. G_176_.Rotation = Vector3.new(45, -0.00999999978, -90)
  1824. G_176_.Anchored = true
  1825. G_176_.Size = Vector3.new(0.0500000007, 0.0500000007, 0.0500000007)
  1826. G_176_.CFrame = CFrame.new(0.0982230008, 5.63687086, 1.19787502, -5.10334939e-05, 1, -0.000123413411, -0.707106769, -0.000123352584, -0.707106769, -0.707106829, 5.11803373e-05, 0.707106769)
  1827. G_176_.TopSurface = Enum.SurfaceType.Smooth
  1828. G_176_.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1829. G_176_.Position = Vector3.new(0.0982230008, 5.63687086, 1.19787502)
  1830. G_176_.Orientation = Vector3.new(45, -0.00999999978, -90.0099945)
  1831. G_176_.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1832. G_177_.Parent = G_176_
  1833. G_177_.Scale = Vector3.new(4.10000181, 0.409999996, 12.3000078)
  1834. G_177_.Scale = Vector3.new(4.10000181, 0.409999996, 12.3000078)
  1835. G_178_.Parent = G_3_
  1836. G_178_.Material = Enum.Material.SmoothPlastic
  1837. G_178_.BrickColor = BrickColor.new("Really black")
  1838. G_178_.Position = Vector3.new(-0.101531997, 5.05777216, 0.599551976)
  1839. G_178_.Rotation = Vector3.new(45, 0, 90)
  1840. G_178_.Anchored = true
  1841. G_178_.Size = Vector3.new(0.0500000007, 0.0500000007, 0.0500000007)
  1842. G_178_.CFrame = CFrame.new(-0.101531997, 5.05777216, 0.599551976, -4.37113883e-08, -1, 0, 0.707106769, -3.09086197e-08, -0.707106769, 0.707106769, -3.09086197e-08, 0.707106769)
  1843. G_178_.TopSurface = Enum.SurfaceType.Smooth
  1844. G_178_.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1845. G_178_.Position = Vector3.new(-0.101531997, 5.05777216, 0.599551976)
  1846. G_178_.Orientation = Vector3.new(45, 0, 90)
  1847. G_178_.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1848. G_179_.Parent = G_178_
  1849. G_179_.Scale = Vector3.new(4.0999999, 0.409999967, 12.3000002)
  1850. G_179_.Scale = Vector3.new(4.0999999, 0.409999967, 12.3000002)
  1851. G_180_.Parent = G_3_
  1852. G_180_.Material = Enum.Material.SmoothPlastic
  1853. G_180_.BrickColor = BrickColor.new("Really black")
  1854. G_180_.Position = Vector3.new(-0.101458997, 4.76790714, 1.17938602)
  1855. G_180_.Rotation = Vector3.new(135, 0.00999999978, 90)
  1856. G_180_.Anchored = true
  1857. G_180_.Size = Vector3.new(0.0500000007, 0.0500000007, 0.0500000007)
  1858. G_180_.CFrame = CFrame.new(-0.101458997, 4.76790714, 1.17938602, 5.09341626e-05, -1, 0.000123512742, -0.707106769, -0.000123352584, -0.707106769, 0.707106829, -5.1320807e-05, -0.707106769)
  1859. G_180_.TopSurface = Enum.SurfaceType.Smooth
  1860. G_180_.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1861. G_180_.Position = Vector3.new(-0.101458997, 4.76790714, 1.17938602)
  1862. G_180_.Orientation = Vector3.new(45, 179.98999, -90.0099945)
  1863. G_180_.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1864. G_181_.Parent = G_180_
  1865. G_181_.Scale = Vector3.new(4.10000181, 0.409999996, 12.3000078)
  1866. G_181_.Scale = Vector3.new(4.10000181, 0.409999996, 12.3000078)
  1867. G_182_.Parent = G_3_
  1868. G_182_.Material = Enum.Material.SmoothPlastic
  1869. G_182_.BrickColor = BrickColor.new("Lily white")
  1870. G_182_.Position = Vector3.new(-0.0932620019, 5.22326517, 1.04470396)
  1871. G_182_.Rotation = Vector3.new(90, 0, 0)
  1872. G_182_.Anchored = true
  1873. G_182_.Shape = Enum.PartType.Cylinder
  1874. G_182_.Size = Vector3.new(0.0500000007, 0.0500000007, 0.0500000007)
  1875. G_182_.CFrame = CFrame.new(-0.0932620019, 5.22326517, 1.04470396, 1, 0, 0, 0, -4.37113883e-08, -1, 0, 1, -4.37113883e-08)
  1876. G_182_.BottomSurface = Enum.SurfaceType.Smooth
  1877. G_182_.TopSurface = Enum.SurfaceType.Smooth
  1878. G_182_.Color = Color3.new(0.929412, 0.913726, 0.913726)
  1879. G_182_.Position = Vector3.new(-0.0932620019, 5.22326517, 1.04470396)
  1880. G_182_.Orientation = Vector3.new(90, 0, 0)
  1881. G_182_.Color = Color3.new(0.929412, 0.913726, 0.913726)
  1882. G_183_.Parent = G_182_
  1883. G_183_.Scale = Vector3.new(0.409999967, 30.7500038, 45.1000099)
  1884. G_183_.MeshType = Enum.MeshType.Cylinder
  1885. G_183_.Scale = Vector3.new(0.409999967, 30.7500038, 45.1000099)
  1886. G_184_.Parent = G_3_
  1887. G_184_.Material = Enum.Material.SmoothPlastic
  1888. G_184_.BrickColor = BrickColor.new("Really black")
  1889. G_184_.Position = Vector3.new(-0.101504996, 5.34773302, 1.46928799)
  1890. G_184_.Rotation = Vector3.new(45, 0, 90)
  1891. G_184_.Anchored = true
  1892. G_184_.Size = Vector3.new(0.0500000007, 0.0500000007, 0.0500000007)
  1893. G_184_.CFrame = CFrame.new(-0.101504996, 5.34773302, 1.46928799, -4.37113883e-08, -1, 0, 0.707106769, -3.09086197e-08, -0.707106769, 0.707106769, -3.09086197e-08, 0.707106769)
  1894. G_184_.TopSurface = Enum.SurfaceType.Smooth
  1895. G_184_.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1896. G_184_.Position = Vector3.new(-0.101504996, 5.34773302, 1.46928799)
  1897. G_184_.Orientation = Vector3.new(45, 0, 90)
  1898. G_184_.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1899. G_185_.Parent = G_184_
  1900. G_185_.Scale = Vector3.new(4.0999999, 0.409999967, 12.3000002)
  1901. G_185_.Scale = Vector3.new(4.0999999, 0.409999967, 12.3000002)
  1902. G_186_.Parent = G_3_
  1903. G_186_.Material = Enum.Material.SmoothPlastic
  1904. G_186_.BrickColor = BrickColor.new("Really black")
  1905. G_186_.Position = Vector3.new(-0.101517998, 5.20275211, 1.03442705)
  1906. G_186_.Rotation = Vector3.new(45, 0, 90)
  1907. G_186_.Anchored = true
  1908. G_186_.Size = Vector3.new(0.0500000007, 0.0500000007, 0.0500000007)
  1909. G_186_.CFrame = CFrame.new(-0.101517998, 5.20275211, 1.03442705, -4.37113883e-08, -1, 0, 0.707106769, -3.09086197e-08, -0.707106769, 0.707106769, -3.09086197e-08, 0.707106769)
  1910. G_186_.TopSurface = Enum.SurfaceType.Smooth
  1911. G_186_.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1912. G_186_.Position = Vector3.new(-0.101517998, 5.20275211, 1.03442705)
  1913. G_186_.Orientation = Vector3.new(45, 0, 90)
  1914. G_186_.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1915. G_187_.Parent = G_186_
  1916. G_187_.Scale = Vector3.new(12.3000011, 0.409999996, 4.10000038)
  1917. G_187_.Scale = Vector3.new(12.3000011, 0.409999996, 4.10000038)
  1918. G_188_.Parent = G_3_
  1919. G_188_.Material = Enum.Material.SmoothPlastic
  1920. G_188_.BrickColor = BrickColor.new("Really black")
  1921. G_188_.Position = Vector3.new(0.0982059985, 5.05698919, 1.487795)
  1922. G_188_.Rotation = Vector3.new(135, 0, -90)
  1923. G_188_.Anchored = true
  1924. G_188_.Size = Vector3.new(0.0500000007, 0.0500000007, 0.0500000007)
  1925. G_188_.CFrame = CFrame.new(0.0982059985, 5.05698919, 1.487795, 1.05528628e-07, 1, 6.18172393e-08, 0.707106769, -3.09086197e-08, -0.707106769, -0.707106769, 1.183314e-07, -0.707106769)
  1926. G_188_.TopSurface = Enum.SurfaceType.Smooth
  1927. G_188_.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1928. G_188_.Position = Vector3.new(0.0982059985, 5.05698919, 1.487795)
  1929. G_188_.Orientation = Vector3.new(45, 180, 90)
  1930. G_188_.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1931. G_189_.Parent = G_188_
  1932. G_189_.Scale = Vector3.new(4.0999999, 0.409999967, 12.3000002)
  1933. G_189_.Scale = Vector3.new(4.0999999, 0.409999967, 12.3000002)
  1934. G_190_.Parent = G_3_
  1935. G_190_.Material = Enum.Material.SmoothPlastic
  1936. G_190_.BrickColor = BrickColor.new("Lily white")
  1937. G_190_.Position = Vector3.new(0.0899360031, 5.22248507, 1.04263902)
  1938. G_190_.Rotation = Vector3.new(90, 0, 180)
  1939. G_190_.Anchored = true
  1940. G_190_.Shape = Enum.PartType.Cylinder
  1941. G_190_.Size = Vector3.new(0.0500000007, 0.0500000007, 0.0500000007)
  1942. G_190_.CFrame = CFrame.new(0.0899360031, 5.22248507, 1.04263902, -1, -8.74227766e-08, 3.82137093e-15, 0, -4.37113883e-08, -1, 8.74227766e-08, -1, 4.37113883e-08)
  1943. G_190_.BottomSurface = Enum.SurfaceType.Smooth
  1944. G_190_.TopSurface = Enum.SurfaceType.Smooth
  1945. G_190_.Color = Color3.new(0.929412, 0.913726, 0.913726)
  1946. G_190_.Position = Vector3.new(0.0899360031, 5.22248507, 1.04263902)
  1947. G_190_.Orientation = Vector3.new(90, -180, 0)
  1948. G_190_.Color = Color3.new(0.929412, 0.913726, 0.913726)
  1949. G_191_.Parent = G_190_
  1950. G_191_.Scale = Vector3.new(0.409999967, 30.7500038, 45.1000099)
  1951. G_191_.MeshType = Enum.MeshType.Cylinder
  1952. G_191_.Scale = Vector3.new(0.409999967, 30.7500038, 45.1000099)
  1953. G_192_.Parent = G_3_
  1954. G_192_.Material = Enum.Material.Ice
  1955. G_192_.BrickColor = BrickColor.new("Bright yellow")
  1956. G_192_.Reflectance = 0.5
  1957. G_192_.Position = Vector3.new(0.112259537, 6.74117947, -1.02615499)
  1958. G_192_.Rotation = Vector3.new(179.98999, -90, 0)
  1959. G_192_.Anchored = true
  1960. G_192_.Size = Vector3.new(0.727940977, 0.0794117525, 0.0661764666)
  1961. G_192_.CFrame = CFrame.new(0.112259537, 6.74117947, -1.02615499, 3.10037976e-05, 3.0861971e-05, -1, -9.12893593e-05, -1, -3.08652525e-05, -1, 9.12901596e-05, -3.10007235e-05)
  1962. G_192_.Color = Color3.new(0.956863, 0.803922, 0.184314)
  1963. G_192_.Position = Vector3.new(0.112259537, 6.74117947, -1.02615499)
  1964. G_192_.Orientation = Vector3.new(0, -90, -179.98999)
  1965. G_192_.Color = Color3.new(0.956863, 0.803922, 0.184314)
  1966. G_193_.Parent = G_3_
  1967. G_193_.BrickColor = BrickColor.new("Br. yellowish orange")
  1968. G_193_.Reflectance = 0.5
  1969. G_193_.Position = Vector3.new(0.185044914, 6.26469135, -0.562865317)
  1970. G_193_.Rotation = Vector3.new(-180, 0, -90)
  1971. G_193_.Anchored = true
  1972. G_193_.CanCollide = false
  1973. G_193_.Size = Vector3.new(0.0661764592, 0.0500000007, 0.264705867)
  1974. G_193_.CFrame = CFrame.new(0.185044914, 6.26469135, -0.562865317, -3.0908519e-05, 1, 4.84791144e-07, 1, 3.09089737e-05, 3.06605415e-07, 3.06745392e-07, 4.84537452e-07, -1)
  1975. G_193_.TopSurface = Enum.SurfaceType.Smooth
  1976. G_193_.Color = Color3.new(0.886275, 0.603922, 0.247059)
  1977. G_193_.Position = Vector3.new(0.185044914, 6.26469135, -0.562865317)
  1978. G_193_.Orientation = Vector3.new(0, 180, 90)
  1979. G_193_.Color = Color3.new(0.886275, 0.603922, 0.247059)
  1980. G_194_.Parent = G_193_
  1981. G_194_.Scale = Vector3.new(1, 0.529411674, 1)
  1982. G_194_.Scale = Vector3.new(1, 0.529411674, 1)
  1983. G_195_.Parent = G_3_
  1984. G_195_.Material = Enum.Material.Ice
  1985. G_195_.BrickColor = BrickColor.new("Bright yellow")
  1986. G_195_.Reflectance = 0.5
  1987. G_195_.Position = Vector3.new(0.112257451, 6.63530016, -0.993060589)
  1988. G_195_.Rotation = Vector3.new(179.98999, -90, 0)
  1989. G_195_.Anchored = true
  1990. G_195_.Size = Vector3.new(0.661764622, 0.0794117525, 0.0661764666)
  1991. G_195_.CFrame = CFrame.new(0.112257451, 6.63530016, -0.993060589, 3.10037976e-05, 3.0861971e-05, -1, -9.12893593e-05, -1, -3.08652525e-05, -1, 9.12901596e-05, -3.10007235e-05)
  1992. G_195_.Color = Color3.new(0.956863, 0.803922, 0.184314)
  1993. G_195_.Position = Vector3.new(0.112257451, 6.63530016, -0.993060589)
  1994. G_195_.Orientation = Vector3.new(0, -90, -179.98999)
  1995. G_195_.Color = Color3.new(0.956863, 0.803922, 0.184314)
  1996. G_196_.Parent = G_3_
  1997. G_196_.Material = Enum.Material.Ice
  1998. G_196_.BrickColor = BrickColor.new("Br. yellowish orange")
  1999. G_196_.Reflectance = 0.5
  2000. G_196_.Position = Vector3.new(0.112228304, 6.68834591, 0.098853454)
  2001. G_196_.Rotation = Vector3.new(179.98999, 90, 0)
  2002. G_196_.Anchored = true
  2003. G_196_.CanCollide = false
  2004. G_196_.Size = Vector3.new(0.727940977, 0.0500000007, 0.0661764666)
  2005. G_196_.CFrame = CFrame.new(0.112228304, 6.68834591, 0.098853454, 3.00304073e-05, 3.09544739e-05, 1, 0.000152000081, -1, 3.09503594e-05, 1, 0.000151999018, -3.00353695e-05)
  2006. G_196_.Color = Color3.new(0.886275, 0.603922, 0.247059)
  2007. G_196_.Position = Vector3.new(0.112228304, 6.68834591, 0.098853454)
  2008. G_196_.Orientation = Vector3.new(0, 90, 179.98999)
  2009. G_196_.Color = Color3.new(0.886275, 0.603922, 0.247059)
  2010. G_197_.Parent = G_196_
  2011. G_197_.Scale = Vector3.new(1, 0.529411674, 1)
  2012. G_197_.Scale = Vector3.new(1, 0.529411674, 1)
  2013. G_198_.Name = "Smooth Block Model"
  2014. G_198_.Parent = G_3_
  2015. G_198_.Material = Enum.Material.Ice
  2016. G_198_.BrickColor = BrickColor.new("Bright yellow")
  2017. G_198_.Reflectance = 0.5
  2018. G_198_.Position = Vector3.new(0.112255245, 6.51619673, -0.562885582)
  2019. G_198_.Rotation = Vector3.new(-180, 0, 0)
  2020. G_198_.Anchored = true
  2021. G_198_.Size = Vector3.new(0.0661764592, 0.158823505, 0.198529392)
  2022. G_198_.CFrame = CFrame.new(0.112255245, 6.51619673, -0.562885582, 1, 4.35009861e-05, 5.28503222e-07, 4.35014445e-05, -1, 2.62890154e-07, 5.28253224e-07, -2.63019359e-07, -1)
  2023. G_198_.Color = Color3.new(0.956863, 0.803922, 0.184314)
  2024. G_198_.Position = Vector3.new(0.112255245, 6.51619673, -0.562885582)
  2025. G_198_.Orientation = Vector3.new(0, 180, 180)
  2026. G_198_.Color = Color3.new(0.956863, 0.803922, 0.184314)
  2027. G_199_.Parent = G_198_
  2028. G_199_.MeshType = Enum.MeshType.Wedge
  2029. G_200_.Parent = G_3_
  2030. G_200_.Material = Enum.Material.Ice
  2031. G_200_.BrickColor = BrickColor.new("Bright yellow")
  2032. G_200_.Reflectance = 0.5
  2033. G_200_.Position = Vector3.new(0.1122289, 6.74128675, 0.0988496393)
  2034. G_200_.Rotation = Vector3.new(179.98999, 90, 0)
  2035. G_200_.Anchored = true
  2036. G_200_.Size = Vector3.new(0.727940977, 0.0794117525, 0.0661764666)
  2037. G_200_.CFrame = CFrame.new(0.1122289, 6.74128675, 0.0988496393, 3.00304073e-05, 3.09544739e-05, 1, 0.000152000081, -1, 3.09503594e-05, 1, 0.000151999018, -3.00353695e-05)
  2038. G_200_.Color = Color3.new(0.956863, 0.803922, 0.184314)
  2039. G_200_.Position = Vector3.new(0.1122289, 6.74128675, 0.0988496393)
  2040. G_200_.Orientation = Vector3.new(0, 90, 179.98999)
  2041. G_200_.Color = Color3.new(0.956863, 0.803922, 0.184314)
  2042. G_201_.Name = "Smooth Block Model"
  2043. G_201_.Parent = G_3_
  2044. G_201_.Material = Enum.Material.Ice
  2045. G_201_.BrickColor = BrickColor.new("Bright yellow")
  2046. G_201_.Reflectance = 0.5
  2047. G_201_.Position = Vector3.new(0.112219721, 6.84721279, 0.562077045)
  2048. G_201_.Rotation = Vector3.new(-180, 0, 0)
  2049. G_201_.Anchored = true
  2050. G_201_.Size = Vector3.new(0.0661764592, 0.0794117525, 0.0661764666)
  2051. G_201_.CFrame = CFrame.new(0.112219721, 6.84721279, 0.562077045, 1, 4.35009861e-05, 5.28501403e-07, 4.35014445e-05, -1, 2.62890154e-07, 5.28255043e-07, -2.63019359e-07, -1)
  2052. G_201_.Color = Color3.new(0.956863, 0.803922, 0.184314)
  2053. G_201_.Position = Vector3.new(0.112219721, 6.84721279, 0.562077045)
  2054. G_201_.Orientation = Vector3.new(0, 180, 180)
  2055. G_201_.Color = Color3.new(0.956863, 0.803922, 0.184314)
  2056. G_202_.Parent = G_201_
  2057. G_202_.MeshType = Enum.MeshType.Wedge
  2058. G_203_.Parent = G_3_
  2059. G_203_.BrickColor = BrickColor.new("Br. yellowish orange")
  2060. G_203_.Reflectance = 0.5
  2061. G_203_.Position = Vector3.new(0.185044914, 6.13236713, -0.46358639)
  2062. G_203_.Rotation = Vector3.new(89.9899979, 0, -90)
  2063. G_203_.Anchored = true
  2064. G_203_.CanCollide = false
  2065. G_203_.Size = Vector3.new(0.0661764592, 0.0500000007, 0.198529392)
  2066. G_203_.CFrame = CFrame.new(0.185044914, 6.13236713, -0.46358639, 4.84831105e-07, 1, 5.37966371e-05, -0.00012920874, 5.37971573e-05, -1, -1, 4.77621654e-07, 0.000129208638)
  2067. G_203_.TopSurface = Enum.SurfaceType.Smooth
  2068. G_203_.Color = Color3.new(0.886275, 0.603922, 0.247059)
  2069. G_203_.Position = Vector3.new(0.185044914, 6.13236713, -0.46358639)
  2070. G_203_.Orientation = Vector3.new(90, 90, 0)
  2071. G_203_.Color = Color3.new(0.886275, 0.603922, 0.247059)
  2072. G_204_.Parent = G_203_
  2073. G_204_.Scale = Vector3.new(1, 0.529411674, 1)
  2074. G_204_.Scale = Vector3.new(1, 0.529411674, 1)
  2075. G_205_.Name = "Smooth Block Model"
  2076. G_205_.Parent = G_3_
  2077. G_205_.Material = Enum.Material.Ice
  2078. G_205_.BrickColor = BrickColor.new("Bright yellow")
  2079. G_205_.Reflectance = 0.5
  2080. G_205_.Position = Vector3.new(0.112218171, 6.74132442, 0.495908648)
  2081. G_205_.Rotation = Vector3.new(-180, 0, 0)
  2082. G_205_.Anchored = true
  2083. G_205_.Size = Vector3.new(0.0661764592, 0.0794117525, 0.0661764666)
  2084. G_205_.CFrame = CFrame.new(0.112218171, 6.74132442, 0.495908648, 1, 4.35009861e-05, 5.28501403e-07, 4.35014445e-05, -1, 2.62890154e-07, 5.28255043e-07, -2.63019359e-07, -1)
  2085. G_205_.Color = Color3.new(0.956863, 0.803922, 0.184314)
  2086. G_205_.Position = Vector3.new(0.112218171, 6.74132442, 0.495908648)
  2087. G_205_.Orientation = Vector3.new(0, 180, 180)
  2088. G_205_.Color = Color3.new(0.956863, 0.803922, 0.184314)
  2089. G_206_.Parent = G_205_
  2090. G_206_.MeshType = Enum.MeshType.Wedge
  2091. G_207_.Name = "Smooth Block Model"
  2092. G_207_.Parent = G_3_
  2093. G_207_.Material = Enum.Material.Ice
  2094. G_207_.BrickColor = BrickColor.new("Bright yellow")
  2095. G_207_.Reflectance = 0.5
  2096. G_207_.Position = Vector3.new(0.11224249, 6.47649574, -0.232004493)
  2097. G_207_.Rotation = Vector3.new(-180, 0, 180)
  2098. G_207_.Anchored = true
  2099. G_207_.Size = Vector3.new(0.0661764592, 0.0794117525, 0.0661764666)
  2100. G_207_.CFrame = CFrame.new(0.11224249, 6.47649574, -0.232004493, -1, -4.35941765e-05, 4.41080772e-07, -4.35946276e-05, 1, 2.62892769e-07, -4.40830718e-07, 2.63031012e-07, -1)
  2101. G_207_.Color = Color3.new(0.956863, 0.803922, 0.184314)
  2102. G_207_.Position = Vector3.new(0.11224249, 6.47649574, -0.232004493)
  2103. G_207_.Orientation = Vector3.new(0, 180, 0)
  2104. G_207_.Color = Color3.new(0.956863, 0.803922, 0.184314)
  2105. G_208_.Parent = G_207_
  2106. G_208_.MeshType = Enum.MeshType.Wedge
  2107. G_209_.Parent = G_3_
  2108. G_209_.BrickColor = BrickColor.new("Br. yellowish orange")
  2109. G_209_.Reflectance = 0.5
  2110. G_209_.Position = Vector3.new(0.185040504, 6.26471233, -0.331247061)
  2111. G_209_.Rotation = Vector3.new(0, 0, -90)
  2112. G_209_.Anchored = true
  2113. G_209_.CanCollide = false
  2114. G_209_.Size = Vector3.new(0.0661764592, 0.0500000007, 0.198529392)
  2115. G_209_.CFrame = CFrame.new(0.185040504, 6.26471233, -0.331247061, 3.09085153e-05, 1, -4.84787449e-07, -1, 3.09089737e-05, -2.19177494e-07, -2.19317499e-07, 4.84537452e-07, 1)
  2116. G_209_.TopSurface = Enum.SurfaceType.Smooth
  2117. G_209_.Color = Color3.new(0.886275, 0.603922, 0.247059)
  2118. G_209_.Position = Vector3.new(0.185040504, 6.26471233, -0.331247061)
  2119. G_209_.Orientation = Vector3.new(0, 0, -90)
  2120. G_209_.Color = Color3.new(0.886275, 0.603922, 0.247059)
  2121. G_210_.Parent = G_209_
  2122. G_210_.Scale = Vector3.new(1, 0.529411674, 1)
  2123. G_210_.Scale = Vector3.new(1, 0.529411674, 1)
  2124. G_211_.Name = "Smooth Block Model"
  2125. G_211_.Parent = G_3_
  2126. G_211_.Material = Enum.Material.Ice
  2127. G_211_.BrickColor = BrickColor.new("Bright yellow")
  2128. G_211_.Reflectance = 0.5
  2129. G_211_.Position = Vector3.new(0.112255126, 6.4764533, -0.695238411)
  2130. G_211_.Anchored = true
  2131. G_211_.Size = Vector3.new(0.0661764592, 0.0794117525, 0.0661764666)
  2132. G_211_.CFrame = CFrame.new(0.112255126, 6.4764533, -0.695238411, 1, -4.37445124e-07, -5.28503222e-07, 4.37896233e-07, 1, -2.62890154e-07, 5.2824231e-07, 2.63044825e-07, 1)
  2133. G_211_.Color = Color3.new(0.956863, 0.803922, 0.184314)
  2134. G_211_.Position = Vector3.new(0.112255126, 6.4764533, -0.695238411)
  2135. G_211_.Color = Color3.new(0.956863, 0.803922, 0.184314)
  2136. G_212_.Parent = G_211_
  2137. G_212_.MeshType = Enum.MeshType.Wedge
  2138. G_213_.Parent = G_3_
  2139. G_213_.BrickColor = BrickColor.new("Br. yellowish orange")
  2140. G_213_.Reflectance = 0.5
  2141. G_213_.Position = Vector3.new(0.185040981, 6.39705563, -0.463614762)
  2142. G_213_.Rotation = Vector3.new(89.9899979, 0, -90)
  2143. G_213_.Anchored = true
  2144. G_213_.CanCollide = false
  2145. G_213_.Size = Vector3.new(0.0661764592, 0.0500000007, 0.198529392)
  2146. G_213_.CFrame = CFrame.new(0.185040981, 6.39705563, -0.463614762, 4.84831105e-07, 1, 5.37966371e-05, -0.00012920874, 5.37971573e-05, -1, -1, 4.77621654e-07, 0.000129208638)
  2147. G_213_.TopSurface = Enum.SurfaceType.Smooth
  2148. G_213_.Color = Color3.new(0.886275, 0.603922, 0.247059)
  2149. G_213_.Position = Vector3.new(0.185040981, 6.39705563, -0.463614762)
  2150. G_213_.Orientation = Vector3.new(90, 90, 0)
  2151. G_213_.Color = Color3.new(0.886275, 0.603922, 0.247059)
  2152. G_214_.Parent = G_213_
  2153. G_214_.Scale = Vector3.new(1, 0.529411674, 1)
  2154. G_214_.Scale = Vector3.new(1, 0.529411674, 1)
  2155. G_215_.Parent = G_3_
  2156. G_215_.Material = Enum.Material.Ice
  2157. G_215_.BrickColor = BrickColor.new("Bright yellow")
  2158. G_215_.Reflectance = 0.5
  2159. G_215_.Position = Vector3.new(0.112242848, 6.83387947, -0.463656843)
  2160. G_215_.Rotation = Vector3.new(-0.00999999978, -90, 0)
  2161. G_215_.Anchored = true
  2162. G_215_.Size = Vector3.new(0.132352918, 0.47647053, 0.0661764666)
  2163. G_215_.CFrame = CFrame.new(0.112242848, 6.83387947, -0.463656843, -3.10001269e-05, 3.00002212e-05, -1, 0.000152000066, 1, 2.99950625e-05, 1, -0.000151998989, -3.1004427e-05)
  2164. G_215_.Color = Color3.new(0.956863, 0.803922, 0.184314)
  2165. G_215_.Position = Vector3.new(0.112242848, 6.83387947, -0.463656843)
  2166. G_215_.Orientation = Vector3.new(0, -90, 0.00999999978)
  2167. G_215_.Color = Color3.new(0.956863, 0.803922, 0.184314)
  2168. G_216_.Parent = G_3_
  2169. G_216_.Material = Enum.Material.Ice
  2170. G_216_.BrickColor = BrickColor.new("Bright yellow")
  2171. G_216_.Reflectance = 0.5
  2172. G_216_.Position = Vector3.new(0.112255365, 6.75445175, -0.596001804)
  2173. G_216_.Rotation = Vector3.new(-0.00999999978, -90, 0)
  2174. G_216_.Anchored = true
  2175. G_216_.Size = Vector3.new(0.132352918, 0.31764701, 0.0661764666)
  2176. G_216_.CFrame = CFrame.new(0.112255365, 6.75445175, -0.596001804, -3.10001269e-05, 3.00002212e-05, -1, 0.000152000066, 1, 2.99950625e-05, 1, -0.000151998989, -3.1004427e-05)
  2177. G_216_.Color = Color3.new(0.956863, 0.803922, 0.184314)
  2178. G_216_.Position = Vector3.new(0.112255365, 6.75445175, -0.596001804)
  2179. G_216_.Orientation = Vector3.new(0, -90, 0.00999999978)
  2180. G_216_.Color = Color3.new(0.956863, 0.803922, 0.184314)
  2181. G_217_.Name = "Smooth Block Model"
  2182. G_217_.Parent = G_3_
  2183. G_217_.Material = Enum.Material.Ice
  2184. G_217_.BrickColor = BrickColor.new("Bright yellow")
  2185. G_217_.Reflectance = 0.5
  2186. G_217_.Position = Vector3.new(0.112255484, 6.99269056, -0.56293577)
  2187. G_217_.Anchored = true
  2188. G_217_.Size = Vector3.new(0.0661764592, 0.158823505, 0.0661764666)
  2189. G_217_.CFrame = CFrame.new(0.112255484, 6.99269056, -0.56293577, 1, -4.37445124e-07, -5.28503222e-07, 4.37896233e-07, 1, -2.62890154e-07, 5.28240491e-07, 2.63044825e-07, 1)
  2190. G_217_.Color = Color3.new(0.956863, 0.803922, 0.184314)
  2191. G_217_.Position = Vector3.new(0.112255484, 6.99269056, -0.56293577)
  2192. G_217_.Color = Color3.new(0.956863, 0.803922, 0.184314)
  2193. G_218_.Parent = G_217_
  2194. G_218_.MeshType = Enum.MeshType.Wedge
  2195. G_219_.Parent = G_3_
  2196. G_219_.Material = Enum.Material.Ice
  2197. G_219_.BrickColor = BrickColor.new("Br. yellowish orange")
  2198. G_219_.Reflectance = 0.5
  2199. G_219_.Position = Vector3.new(0.112260729, 6.89999771, -1.0923388)
  2200. G_219_.Rotation = Vector3.new(179.98999, -90, 0)
  2201. G_219_.Anchored = true
  2202. G_219_.CanCollide = false
  2203. G_219_.Size = Vector3.new(0.860293984, 0.0500000007, 0.0661764666)
  2204. G_219_.CFrame = CFrame.new(0.112260729, 6.89999771, -1.0923388, 3.10037976e-05, 3.0861971e-05, -1, -9.12893593e-05, -1, -3.08652525e-05, -1, 9.12901596e-05, -3.10007235e-05)
  2205. G_219_.Color = Color3.new(0.886275, 0.603922, 0.247059)
  2206. G_219_.Position = Vector3.new(0.112260729, 6.89999771, -1.0923388)
  2207. G_219_.Orientation = Vector3.new(0, -90, -179.98999)
  2208. G_219_.Color = Color3.new(0.886275, 0.603922, 0.247059)
  2209. G_220_.Parent = G_219_
  2210. G_220_.Scale = Vector3.new(1, 0.529411674, 1)
  2211. G_220_.Scale = Vector3.new(1, 0.529411674, 1)
  2212. G_221_.Parent = G_3_
  2213. G_221_.Material = Enum.Material.Ice
  2214. G_221_.BrickColor = BrickColor.new("Bright yellow")
  2215. G_221_.Reflectance = 0.5
  2216. G_221_.Position = Vector3.new(0.112259418, 6.95293903, -1.09234118)
  2217. G_221_.Rotation = Vector3.new(179.98999, -90, 0)
  2218. G_221_.Anchored = true
  2219. G_221_.Size = Vector3.new(0.860293984, 0.0794117525, 0.0661764666)
  2220. G_221_.CFrame = CFrame.new(0.112259418, 6.95293903, -1.09234118, 3.10037976e-05, 3.0861971e-05, -1, -9.12893593e-05, -1, -3.08652525e-05, -1, 9.12901596e-05, -3.10007235e-05)
  2221. G_221_.Color = Color3.new(0.956863, 0.803922, 0.184314)
  2222. G_221_.Position = Vector3.new(0.112259418, 6.95293903, -1.09234118)
  2223. G_221_.Orientation = Vector3.new(0, -90, -179.98999)
  2224. G_221_.Color = Color3.new(0.956863, 0.803922, 0.184314)
  2225. G_222_.Parent = G_3_
  2226. G_222_.Material = Enum.Material.Ice
  2227. G_222_.BrickColor = BrickColor.new("Bright yellow")
  2228. G_222_.Reflectance = 0.5
  2229. G_222_.Position = Vector3.new(0.112261146, 6.84705877, -1.05924892)
  2230. G_222_.Rotation = Vector3.new(179.98999, -90, 0)
  2231. G_222_.Anchored = true
  2232. G_222_.Size = Vector3.new(0.79411751, 0.0794117525, 0.0661764666)
  2233. G_222_.CFrame = CFrame.new(0.112261146, 6.84705877, -1.05924892, 3.10037976e-05, 3.0861971e-05, -1, -9.12893593e-05, -1, -3.08652525e-05, -1, 9.12901596e-05, -3.10007235e-05)
  2234. G_222_.Color = Color3.new(0.956863, 0.803922, 0.184314)
  2235. G_222_.Position = Vector3.new(0.112261146, 6.84705877, -1.05924892)
  2236. G_222_.Orientation = Vector3.new(0, -90, -179.98999)
  2237. G_222_.Color = Color3.new(0.956863, 0.803922, 0.184314)
  2238. G_223_.Parent = G_3_
  2239. G_223_.Material = Enum.Material.Ice
  2240. G_223_.BrickColor = BrickColor.new("Bright yellow")
  2241. G_223_.Reflectance = 0.5
  2242. G_223_.Position = Vector3.new(0.11222735, 6.63540125, 0.0657695383)
  2243. G_223_.Rotation = Vector3.new(179.98999, 90, 0)
  2244. G_223_.Anchored = true
  2245. G_223_.Size = Vector3.new(0.661764622, 0.0794117525, 0.0661764666)
  2246. G_223_.CFrame = CFrame.new(0.11222735, 6.63540125, 0.0657695383, 3.00304073e-05, 3.09544739e-05, 1, 0.000152000081, -1, 3.09503594e-05, 1, 0.000151999018, -3.00353695e-05)
  2247. G_223_.Color = Color3.new(0.956863, 0.803922, 0.184314)
  2248. G_223_.Position = Vector3.new(0.11222735, 6.63540125, 0.0657695383)
  2249. G_223_.Orientation = Vector3.new(0, 90, 179.98999)
  2250. G_223_.Color = Color3.new(0.956863, 0.803922, 0.184314)
  2251. G_224_.Parent = G_3_
  2252. G_224_.Material = Enum.Material.Ice
  2253. G_224_.BrickColor = BrickColor.new("Br. yellowish orange")
  2254. G_224_.Reflectance = 0.5
  2255. G_224_.Position = Vector3.new(0.112257034, 6.68823862, -1.0261507)
  2256. G_224_.Rotation = Vector3.new(179.98999, -90, 0)
  2257. G_224_.Anchored = true
  2258. G_224_.CanCollide = false
  2259. G_224_.Size = Vector3.new(0.727940977, 0.0500000007, 0.0661764666)
  2260. G_224_.CFrame = CFrame.new(0.112257034, 6.68823862, -1.0261507, 3.10037976e-05, 3.0861971e-05, -1, -9.12893593e-05, -1, -3.08652525e-05, -1, 9.12901596e-05, -3.10007235e-05)
  2261. G_224_.Color = Color3.new(0.886275, 0.603922, 0.247059)
  2262. G_224_.Position = Vector3.new(0.112257034, 6.68823862, -1.0261507)
  2263. G_224_.Orientation = Vector3.new(0, -90, -179.98999)
  2264. G_224_.Color = Color3.new(0.886275, 0.603922, 0.247059)
  2265. G_225_.Parent = G_224_
  2266. G_225_.Scale = Vector3.new(1, 0.529411674, 1)
  2267. G_225_.Scale = Vector3.new(1, 0.529411674, 1)
  2268. G_226_.Name = "Smooth Block Model"
  2269. G_226_.Parent = G_3_
  2270. G_226_.Material = Enum.Material.Ice
  2271. G_226_.BrickColor = BrickColor.new("Bright yellow")
  2272. G_226_.Reflectance = 0.5
  2273. G_226_.Position = Vector3.new(0.112243563, 7.11182404, -0.430594742)
  2274. G_226_.Rotation = Vector3.new(-180, 0, 180)
  2275. G_226_.Anchored = true
  2276. G_226_.Size = Vector3.new(0.0661764592, 0.0794117525, 0.0661764666)
  2277. G_226_.CFrame = CFrame.new(0.112243563, 7.11182404, -0.430594742, -1, -4.35941765e-05, 4.41080772e-07, -4.35946276e-05, 1, 2.62892769e-07, -4.40830718e-07, 2.63045564e-07, -1)
  2278. G_226_.Color = Color3.new(0.956863, 0.803922, 0.184314)
  2279. G_226_.Position = Vector3.new(0.112243563, 7.11182404, -0.430594742)
  2280. G_226_.Orientation = Vector3.new(0, 180, 0)
  2281. G_226_.Color = Color3.new(0.956863, 0.803922, 0.184314)
  2282. G_227_.Parent = G_226_
  2283. G_227_.MeshType = Enum.MeshType.Wedge
  2284. G_228_.Name = "Smooth Block Model"
  2285. G_228_.Parent = G_3_
  2286. G_228_.Material = Enum.Material.Ice
  2287. G_228_.BrickColor = BrickColor.new("Bright yellow")
  2288. G_228_.Reflectance = 0.5
  2289. G_228_.Position = Vector3.new(0.112271219, 6.7411418, -1.42321157)
  2290. G_228_.Rotation = Vector3.new(0, 0, -180)
  2291. G_228_.Anchored = true
  2292. G_228_.Size = Vector3.new(0.0661764592, 0.0794117525, 0.0661764666)
  2293. G_228_.CFrame = CFrame.new(0.112271219, 6.7411418, -1.42321157, -1, 3.47230525e-07, -4.4108441e-07, -3.47681663e-07, -1, -2.62892769e-07, -4.40819804e-07, -2.63047639e-07, 1)
  2294. G_228_.Color = Color3.new(0.956863, 0.803922, 0.184314)
  2295. G_228_.Position = Vector3.new(0.112271219, 6.7411418, -1.42321157)
  2296. G_228_.Orientation = Vector3.new(0, 0, -180)
  2297. G_228_.Color = Color3.new(0.956863, 0.803922, 0.184314)
  2298. G_229_.Parent = G_228_
  2299. G_229_.MeshType = Enum.MeshType.Wedge
  2300. G_230_.Parent = G_3_
  2301. G_230_.Material = Enum.Material.Ice
  2302. G_230_.BrickColor = BrickColor.new("Br. yellowish orange")
  2303. G_230_.Reflectance = 0.5
  2304. G_230_.Position = Vector3.new(0.112231046, 6.90011692, 0.165014014)
  2305. G_230_.Rotation = Vector3.new(179.98999, 90, 0)
  2306. G_230_.Anchored = true
  2307. G_230_.CanCollide = false
  2308. G_230_.Size = Vector3.new(0.860293984, 0.0500000007, 0.0661764666)
  2309. G_230_.CFrame = CFrame.new(0.112231046, 6.90011692, 0.165014014, 3.00304073e-05, 3.09544739e-05, 1, 0.000152000081, -1, 3.09503594e-05, 1, 0.000151999018, -3.00353695e-05)
  2310. G_230_.Color = Color3.new(0.886275, 0.603922, 0.247059)
  2311. G_230_.Position = Vector3.new(0.112231046, 6.90011692, 0.165014014)
  2312. G_230_.Orientation = Vector3.new(0, 90, 179.98999)
  2313. G_230_.Color = Color3.new(0.886275, 0.603922, 0.247059)
  2314. G_231_.Parent = G_230_
  2315. G_231_.Scale = Vector3.new(1, 0.529411674, 1)
  2316. G_231_.Scale = Vector3.new(1, 0.529411674, 1)
  2317. G_232_.Name = "Smooth Block Model"
  2318. G_232_.Parent = G_3_
  2319. G_232_.Material = Enum.Material.Ice
  2320. G_232_.BrickColor = BrickColor.new("Bright yellow")
  2321. G_232_.Reflectance = 0.5
  2322. G_232_.Position = Vector3.new(0.112275869, 6.95289469, -1.55557609)
  2323. G_232_.Rotation = Vector3.new(0, 0, -180)
  2324. G_232_.Anchored = true
  2325. G_232_.Size = Vector3.new(0.0661764592, 0.0794117525, 0.0661764666)
  2326. G_232_.CFrame = CFrame.new(0.112275869, 6.95289469, -1.55557609, -1, 3.47230525e-07, -4.41080772e-07, -3.47681663e-07, -1, -2.62892769e-07, -4.40819804e-07, -2.63047639e-07, 1)
  2327. G_232_.Color = Color3.new(0.956863, 0.803922, 0.184314)
  2328. G_232_.Position = Vector3.new(0.112275869, 6.95289469, -1.55557609)
  2329. G_232_.Orientation = Vector3.new(0, 0, -180)
  2330. G_232_.Color = Color3.new(0.956863, 0.803922, 0.184314)
  2331. G_233_.Parent = G_232_
  2332. G_233_.MeshType = Enum.MeshType.Wedge
  2333. G_234_.Name = "Smooth Block Model"
  2334. G_234_.Parent = G_3_
  2335. G_234_.Material = Enum.Material.Ice
  2336. G_234_.BrickColor = BrickColor.new("Bright yellow")
  2337. G_234_.Reflectance = 0.5
  2338. G_234_.Position = Vector3.new(0.112265736, 6.63526535, -1.35702896)
  2339. G_234_.Rotation = Vector3.new(0, 0, -180)
  2340. G_234_.Anchored = true
  2341. G_234_.Size = Vector3.new(0.0661764592, 0.0794117525, 0.0661764666)
  2342. G_234_.CFrame = CFrame.new(0.112265736, 6.63526535, -1.35702896, -1, 3.47230525e-07, -4.4108441e-07, -3.47681663e-07, -1, -2.62892769e-07, -4.40819804e-07, -2.63047639e-07, 1)
  2343. G_234_.Color = Color3.new(0.956863, 0.803922, 0.184314)
  2344. G_234_.Position = Vector3.new(0.112265736, 6.63526535, -1.35702896)
  2345. G_234_.Orientation = Vector3.new(0, 0, -180)
  2346. G_234_.Color = Color3.new(0.956863, 0.803922, 0.184314)
  2347. G_235_.Parent = G_234_
  2348. G_235_.MeshType = Enum.MeshType.Wedge
  2349. G_236_.Name = "Smooth Block Model"
  2350. G_236_.Parent = G_3_
  2351. G_236_.Material = Enum.Material.Ice
  2352. G_236_.BrickColor = BrickColor.new("Bright yellow")
  2353. G_236_.Reflectance = 0.5
  2354. G_236_.Position = Vector3.new(0.112231046, 7.10526752, -0.569561779)
  2355. G_236_.Rotation = Vector3.new(89.9899979, 0.0199999996, -180)
  2356. G_236_.Anchored = true
  2357. G_236_.Size = Vector3.new(0.0661764592, 0.0794117525, 0.0661764666)
  2358. G_236_.CFrame = CFrame.new(0.112231046, 7.10526752, -0.569561779, -0.99999994, 3.09922179e-05, 0.00036660186, -0.000366605149, -9.12814721e-05, -0.99999994, -3.09584939e-05, -1, 9.12926771e-05)
  2359. G_236_.Color = Color3.new(0.956863, 0.803922, 0.184314)
  2360. G_236_.Position = Vector3.new(0.112231046, 7.10526752, -0.569561779)
  2361. G_236_.Orientation = Vector3.new(89.9799957, 76.0199966, -103.979996)
  2362. G_236_.Color = Color3.new(0.956863, 0.803922, 0.184314)
  2363. G_237_.Parent = G_236_
  2364. G_237_.MeshType = Enum.MeshType.Wedge
  2365. G_238_.Parent = G_3_
  2366. G_238_.Material = Enum.Material.Ice
  2367. G_238_.BrickColor = BrickColor.new("Bright yellow")
  2368. G_238_.Reflectance = 0.5
  2369. G_238_.Position = Vector3.new(0.112230569, 6.95305872, 0.165009961)
  2370. G_238_.Rotation = Vector3.new(179.98999, 90, 0)
  2371. G_238_.Anchored = true
  2372. G_238_.Size = Vector3.new(0.860293984, 0.0794117525, 0.0661764666)
  2373. G_238_.CFrame = CFrame.new(0.112230569, 6.95305872, 0.165009961, 3.00304073e-05, 3.09544739e-05, 1, 0.000152000081, -1, 3.09503594e-05, 1, 0.000151999018, -3.00353695e-05)
  2374. G_238_.Color = Color3.new(0.956863, 0.803922, 0.184314)
  2375. G_238_.Position = Vector3.new(0.112230569, 6.95305872, 0.165009961)
  2376. G_238_.Orientation = Vector3.new(0, 90, 179.98999)
  2377. G_238_.Color = Color3.new(0.956863, 0.803922, 0.184314)
  2378. G_239_.Name = "Smooth Block Model"
  2379. G_239_.Parent = G_3_
  2380. G_239_.Material = Enum.Material.Ice
  2381. G_239_.BrickColor = BrickColor.new("Bright yellow")
  2382. G_239_.Reflectance = 0.5
  2383. G_239_.Position = Vector3.new(0.11224702, 6.51621532, -0.364359528)
  2384. G_239_.Rotation = Vector3.new(0, 0, -180)
  2385. G_239_.Anchored = true
  2386. G_239_.Size = Vector3.new(0.0661764592, 0.158823505, 0.198529392)
  2387. G_239_.CFrame = CFrame.new(0.11224702, 6.51621532, -0.364359528, -1, 3.47230525e-07, -4.41080772e-07, -3.47681663e-07, -1, -2.62892769e-07, -4.40819804e-07, -2.63047639e-07, 1)
  2388. G_239_.Color = Color3.new(0.956863, 0.803922, 0.184314)
  2389. G_239_.Position = Vector3.new(0.11224702, 6.51621532, -0.364359528)
  2390. G_239_.Orientation = Vector3.new(0, 0, -180)
  2391. G_239_.Color = Color3.new(0.956863, 0.803922, 0.184314)
  2392. G_240_.Parent = G_239_
  2393. G_240_.MeshType = Enum.MeshType.Wedge
  2394. G_241_.Parent = G_3_
  2395. G_241_.Material = Enum.Material.Ice
  2396. G_241_.BrickColor = BrickColor.new("Bright yellow")
  2397. G_241_.Reflectance = 0.5
  2398. G_241_.Position = Vector3.new(0.112242132, 7.11181736, -0.496771157)
  2399. G_241_.Rotation = Vector3.new(-0.00999999978, -90, 0)
  2400. G_241_.Anchored = true
  2401. G_241_.Size = Vector3.new(0.0661764592, 0.0794117525, 0.0661764666)
  2402. G_241_.CFrame = CFrame.new(0.112242132, 7.11181736, -0.496771157, -3.10001269e-05, 3.00002212e-05, -1, 0.000152000066, 1, 2.99950625e-05, 1, -0.000151998989, -3.1004427e-05)
  2403. G_241_.Color = Color3.new(0.956863, 0.803922, 0.184314)
  2404. G_241_.Position = Vector3.new(0.112242132, 7.11181736, -0.496771157)
  2405. G_241_.Orientation = Vector3.new(0, -90, 0.00999999978)
  2406. G_241_.Color = Color3.new(0.956863, 0.803922, 0.184314)
  2407. G_242_.Parent = G_3_
  2408. G_242_.Material = Enum.Material.Ice
  2409. G_242_.BrickColor = BrickColor.new("Bright yellow")
  2410. G_242_.Reflectance = 0.5
  2411. G_242_.Position = Vector3.new(0.112242848, 6.75447607, -0.331295341)
  2412. G_242_.Rotation = Vector3.new(-0.00999999978, -90, 0)
  2413. G_242_.Anchored = true
  2414. G_242_.Size = Vector3.new(0.132352918, 0.31764701, 0.0661764666)
  2415. G_242_.CFrame = CFrame.new(0.112242848, 6.75447607, -0.331295341, -3.10001269e-05, 3.00002212e-05, -1, 0.000152000066, 1, 2.99950625e-05, 1, -0.000151998989, -3.1004427e-05)
  2416. G_242_.Color = Color3.new(0.956863, 0.803922, 0.184314)
  2417. G_242_.Position = Vector3.new(0.112242848, 6.75447607, -0.331295341)
  2418. G_242_.Orientation = Vector3.new(0, -90, 0.00999999978)
  2419. G_242_.Color = Color3.new(0.956863, 0.803922, 0.184314)
  2420. G_243_.Name = "Smooth Block Model"
  2421. G_243_.Parent = G_3_
  2422. G_243_.Material = Enum.Material.Ice
  2423. G_243_.BrickColor = BrickColor.new("Bright yellow")
  2424. G_243_.Reflectance = 0.5
  2425. G_243_.Position = Vector3.new(0.112214118, 6.95310211, 0.628246725)
  2426. G_243_.Rotation = Vector3.new(-180, 0, 0)
  2427. G_243_.Anchored = true
  2428. G_243_.Size = Vector3.new(0.0661764592, 0.0794117525, 0.0661764666)
  2429. G_243_.CFrame = CFrame.new(0.112214118, 6.95310211, 0.628246725, 1, 4.35009861e-05, 5.28503222e-07, 4.35014445e-05, -1, 2.62890154e-07, 5.28253224e-07, -2.63019359e-07, -1)
  2430. G_243_.Color = Color3.new(0.956863, 0.803922, 0.184314)
  2431. G_243_.Position = Vector3.new(0.112214118, 6.95310211, 0.628246725)
  2432. G_243_.Orientation = Vector3.new(0, 180, 180)
  2433. G_243_.Color = Color3.new(0.956863, 0.803922, 0.184314)
  2434. G_244_.Parent = G_243_
  2435. G_244_.MeshType = Enum.MeshType.Wedge
  2436. G_245_.Name = "Smooth Block Model"
  2437. G_245_.Parent = G_3_
  2438. G_245_.Material = Enum.Material.Ice
  2439. G_245_.BrickColor = BrickColor.new("Bright yellow")
  2440. G_245_.Reflectance = 0.5
  2441. G_245_.Position = Vector3.new(0.112243921, 6.99270868, -0.364405662)
  2442. G_245_.Rotation = Vector3.new(-180, 0, 180)
  2443. G_245_.Anchored = true
  2444. G_245_.Size = Vector3.new(0.0661764592, 0.158823505, 0.0661764666)
  2445. G_245_.CFrame = CFrame.new(0.112243921, 6.99270868, -0.364405662, -1, -4.35941765e-05, 4.41080772e-07, -4.35946276e-05, 1, 2.62892769e-07, -4.40830718e-07, 2.63045564e-07, -1)
  2446. G_245_.Color = Color3.new(0.956863, 0.803922, 0.184314)
  2447. G_245_.Position = Vector3.new(0.112243921, 6.99270868, -0.364405662)
  2448. G_245_.Orientation = Vector3.new(0, 180, 0)
  2449. G_245_.Color = Color3.new(0.956863, 0.803922, 0.184314)
  2450. G_246_.Parent = G_245_
  2451. G_246_.MeshType = Enum.MeshType.Wedge
  2452. G_247_.Name = "Smooth Block Model"
  2453. G_247_.Parent = G_3_
  2454. G_247_.Material = Enum.Material.Ice
  2455. G_247_.BrickColor = BrickColor.new("Bright yellow")
  2456. G_247_.Reflectance = 0.5
  2457. G_247_.Position = Vector3.new(0.112219959, 6.63543558, 0.429740101)
  2458. G_247_.Rotation = Vector3.new(-180, 0, 0)
  2459. G_247_.Anchored = true
  2460. G_247_.Size = Vector3.new(0.0661764592, 0.0794117525, 0.0661764666)
  2461. G_247_.CFrame = CFrame.new(0.112219959, 6.63543558, 0.429740101, 1, 4.35009861e-05, 5.28501403e-07, 4.35014445e-05, -1, 2.62890154e-07, 5.28255043e-07, -2.63019359e-07, -1)
  2462. G_247_.Color = Color3.new(0.956863, 0.803922, 0.184314)
  2463. G_247_.Position = Vector3.new(0.112219959, 6.63543558, 0.429740101)
  2464. G_247_.Orientation = Vector3.new(0, 180, 180)
  2465. G_247_.Color = Color3.new(0.956863, 0.803922, 0.184314)
  2466. G_248_.Parent = G_247_
  2467. G_248_.MeshType = Enum.MeshType.Wedge
  2468. G_249_.Parent = G_3_
  2469. G_249_.Material = Enum.Material.Ice
  2470. G_249_.BrickColor = BrickColor.new("Br. yellowish orange")
  2471. G_249_.Reflectance = 0.5
  2472. G_249_.Position = Vector3.new(0.112258703, 6.79411793, -1.05924702)
  2473. G_249_.Rotation = Vector3.new(179.98999, -90, 0)
  2474. G_249_.Anchored = true
  2475. G_249_.CanCollide = false
  2476. G_249_.Size = Vector3.new(0.79411751, 0.0500000007, 0.0661764666)
  2477. G_249_.CFrame = CFrame.new(0.112258703, 6.79411793, -1.05924702, 3.10037976e-05, 3.0861971e-05, -1, -9.12893593e-05, -1, -3.08652525e-05, -1, 9.12901596e-05, -3.10007235e-05)
  2478. G_249_.Color = Color3.new(0.886275, 0.603922, 0.247059)
  2479. G_249_.Position = Vector3.new(0.112258703, 6.79411793, -1.05924702)
  2480. G_249_.Orientation = Vector3.new(0, -90, -179.98999)
  2481. G_249_.Color = Color3.new(0.886275, 0.603922, 0.247059)
  2482. G_250_.Parent = G_249_
  2483. G_250_.Scale = Vector3.new(1, 0.529411674, 1)
  2484. G_250_.Scale = Vector3.new(1, 0.529411674, 1)
  2485. G_251_.Parent = G_3_
  2486. G_251_.Material = Enum.Material.Ice
  2487. G_251_.BrickColor = BrickColor.new("Bright yellow")
  2488. G_251_.Reflectance = 0.5
  2489. G_251_.Position = Vector3.new(0.112228543, 6.84717274, 0.13192974)
  2490. G_251_.Rotation = Vector3.new(179.98999, 90, 0)
  2491. G_251_.Anchored = true
  2492. G_251_.Size = Vector3.new(0.79411751, 0.0794117525, 0.0661764666)
  2493. G_251_.CFrame = CFrame.new(0.112228543, 6.84717274, 0.13192974, 3.00304073e-05, 3.09544739e-05, 1, 0.000152000081, -1, 3.09503594e-05, 1, 0.000151999018, -3.00353695e-05)
  2494. G_251_.Color = Color3.new(0.956863, 0.803922, 0.184314)
  2495. G_251_.Position = Vector3.new(0.112228543, 6.84717274, 0.13192974)
  2496. G_251_.Orientation = Vector3.new(0, 90, 179.98999)
  2497. G_251_.Color = Color3.new(0.956863, 0.803922, 0.184314)
  2498. G_252_.Parent = G_3_
  2499. G_252_.Material = Enum.Material.Ice
  2500. G_252_.BrickColor = BrickColor.new("Br. yellowish orange")
  2501. G_252_.Reflectance = 0.5
  2502. G_252_.Position = Vector3.new(0.112228006, 6.79423189, 0.131933793)
  2503. G_252_.Rotation = Vector3.new(179.98999, 90, 0)
  2504. G_252_.Anchored = true
  2505. G_252_.CanCollide = false
  2506. G_252_.Size = Vector3.new(0.79411751, 0.0500000007, 0.0661764666)
  2507. G_252_.CFrame = CFrame.new(0.112228006, 6.79423189, 0.131933793, 3.00304073e-05, 3.09544739e-05, 1, 0.000152000081, -1, 3.09503594e-05, 1, 0.000151999018, -3.00353695e-05)
  2508. G_252_.Color = Color3.new(0.886275, 0.603922, 0.247059)
  2509. G_252_.Position = Vector3.new(0.112228006, 6.79423189, 0.131933793)
  2510. G_252_.Orientation = Vector3.new(0, 90, 179.98999)
  2511. G_252_.Color = Color3.new(0.886275, 0.603922, 0.247059)
  2512. G_253_.Parent = G_252_
  2513. G_253_.Scale = Vector3.new(1, 0.529411674, 1)
  2514. G_253_.Scale = Vector3.new(1, 0.529411674, 1)
  2515. G_254_.Name = "Smooth Block Model"
  2516. G_254_.Parent = G_3_
  2517. G_254_.Material = Enum.Material.Ice
  2518. G_254_.BrickColor = BrickColor.new("Bright yellow")
  2519. G_254_.Reflectance = 0.5
  2520. G_254_.Position = Vector3.new(0.112269968, 6.84701824, -1.4893918)
  2521. G_254_.Rotation = Vector3.new(0, 0, -180)
  2522. G_254_.Anchored = true
  2523. G_254_.Size = Vector3.new(0.0661764592, 0.0794117525, 0.0661764666)
  2524. G_254_.CFrame = CFrame.new(0.112269968, 6.84701824, -1.4893918, -1, 3.47230525e-07, -4.4108441e-07, -3.47681663e-07, -1, -2.62892769e-07, -4.40819804e-07, -2.63047639e-07, 1)
  2525. G_254_.Color = Color3.new(0.956863, 0.803922, 0.184314)
  2526. G_254_.Position = Vector3.new(0.112269968, 6.84701824, -1.4893918)
  2527. G_254_.Orientation = Vector3.new(0, 0, -180)
  2528. G_254_.Color = Color3.new(0.956863, 0.803922, 0.184314)
  2529. G_255_.Parent = G_254_
  2530. G_255_.MeshType = Enum.MeshType.Wedge
  2531. G_256_.Parent = G_3_
  2532. G_256_.Material = Enum.Material.Ice
  2533. G_256_.BrickColor = BrickColor.new("Bright yellow")
  2534. G_256_.Reflectance = 0.5
  2535. G_256_.Position = Vector3.new(-0.114377975, 6.74127579, 0.0988858715)
  2536. G_256_.Rotation = Vector3.new(180, 90, 0)
  2537. G_256_.Anchored = true
  2538. G_256_.Size = Vector3.new(0.727940977, 0.0794117525, 0.0661764666)
  2539. G_256_.CFrame = CFrame.new(-0.114377975, 6.74127579, 0.0988858715, -3.09999996e-05, 0, 1, 0, -1, 0, 1, 0, 3.09999996e-05)
  2540. G_256_.Color = Color3.new(0.956863, 0.803922, 0.184314)
  2541. G_256_.Position = Vector3.new(-0.114377975, 6.74127579, 0.0988858715)
  2542. G_256_.Orientation = Vector3.new(0, 90, 180)
  2543. G_256_.Color = Color3.new(0.956863, 0.803922, 0.184314)
  2544. G_257_.Parent = G_3_
  2545. G_257_.BrickColor = BrickColor.new("Br. yellowish orange")
  2546. G_257_.Reflectance = 0.5
  2547. G_257_.Position = Vector3.new(-0.187134981, 6.26468801, -0.364316583)
  2548. G_257_.Rotation = Vector3.new(-0.00999999978, 0, 90)
  2549. G_257_.Anchored = true
  2550. G_257_.CanCollide = false
  2551. G_257_.Size = Vector3.new(0.0661764592, 0.0500000007, 0.264705867)
  2552. G_257_.CFrame = CFrame.new(-0.187134981, 6.26468801, -0.364316583, -7.6999997e-05, -1, -1.76329991e-08, 1, -7.6999997e-05, 0.000228999997, -0.000228999997, 0, 1)
  2553. G_257_.TopSurface = Enum.SurfaceType.Smooth
  2554. G_257_.Color = Color3.new(0.886275, 0.603922, 0.247059)
  2555. G_257_.Position = Vector3.new(-0.187134981, 6.26468801, -0.364316583)
  2556. G_257_.Orientation = Vector3.new(-0.00999999978, 0, 90)
  2557. G_257_.Color = Color3.new(0.886275, 0.603922, 0.247059)
  2558. G_258_.Parent = G_257_
  2559. G_258_.Scale = Vector3.new(1, 0.529411674, 1)
  2560. G_258_.Scale = Vector3.new(1, 0.529411674, 1)
  2561. G_259_.Parent = G_3_
  2562. G_259_.Material = Enum.Material.Ice
  2563. G_259_.BrickColor = BrickColor.new("Bright yellow")
  2564. G_259_.Reflectance = 0.5
  2565. G_259_.Position = Vector3.new(-0.114372015, 6.6353879, 0.0658108741)
  2566. G_259_.Rotation = Vector3.new(180, 90, 0)
  2567. G_259_.Anchored = true
  2568. G_259_.Size = Vector3.new(0.661764622, 0.0794117525, 0.0661764666)
  2569. G_259_.CFrame = CFrame.new(-0.114372015, 6.6353879, 0.0658108741, -3.09999996e-05, 0, 1, 0, -1, 0, 1, 0, 3.09999996e-05)
  2570. G_259_.Color = Color3.new(0.956863, 0.803922, 0.184314)
  2571. G_259_.Position = Vector3.new(-0.114372015, 6.6353879, 0.0658108741)
  2572. G_259_.Orientation = Vector3.new(0, 90, 180)
  2573. G_259_.Color = Color3.new(0.956863, 0.803922, 0.184314)
  2574. G_260_.Parent = G_3_
  2575. G_260_.Material = Enum.Material.Ice
  2576. G_260_.BrickColor = BrickColor.new("Br. yellowish orange")
  2577. G_260_.Reflectance = 0.5
  2578. G_260_.Position = Vector3.new(-0.114341974, 6.68823719, -1.02611172)
  2579. G_260_.Rotation = Vector3.new(-180, -90, 0)
  2580. G_260_.Anchored = true
  2581. G_260_.CanCollide = false
  2582. G_260_.Size = Vector3.new(0.727940977, 0.0500000007, 0.0661764666)
  2583. G_260_.CFrame = CFrame.new(-0.114341974, 6.68823719, -1.02611172, -3.09999996e-05, 0, -1, 0, -1, 0, -1, 0, 3.09999996e-05)
  2584. G_260_.Color = Color3.new(0.886275, 0.603922, 0.247059)
  2585. G_260_.Position = Vector3.new(-0.114341974, 6.68823719, -1.02611172)
  2586. G_260_.Orientation = Vector3.new(0, -90, 180)
  2587. G_260_.Color = Color3.new(0.886275, 0.603922, 0.247059)
  2588. G_261_.Parent = G_260_
  2589. G_261_.Scale = Vector3.new(1, 0.529411674, 1)
  2590. G_261_.Scale = Vector3.new(1, 0.529411674, 1)
  2591. G_262_.Name = "Smooth Block Model"
  2592. G_262_.Parent = G_3_
  2593. G_262_.Material = Enum.Material.Ice
  2594. G_262_.BrickColor = BrickColor.new("Bright yellow")
  2595. G_262_.Reflectance = 0.5
  2596. G_262_.Position = Vector3.new(-0.114362001, 6.51619577, -0.364344597)
  2597. G_262_.Rotation = Vector3.new(-0.00999999978, 0, -180)
  2598. G_262_.Anchored = true
  2599. G_262_.Size = Vector3.new(0.0661764592, 0.158823505, 0.198529392)
  2600. G_262_.CFrame = CFrame.new(-0.114362001, 6.51619577, -0.364344597, -1, 0, 0, 0, -1, 0.000213000007, 0, 0.000213000007, 1)
  2601. G_262_.Color = Color3.new(0.956863, 0.803922, 0.184314)
  2602. G_262_.Position = Vector3.new(-0.114362001, 6.51619577, -0.364344597)
  2603. G_262_.Orientation = Vector3.new(-0.00999999978, 0, 180)
  2604. G_262_.Color = Color3.new(0.956863, 0.803922, 0.184314)
  2605. G_263_.Parent = G_262_
  2606. G_263_.MeshType = Enum.MeshType.Wedge
  2607. G_264_.Parent = G_3_
  2608. G_264_.Material = Enum.Material.Ice
  2609. G_264_.BrickColor = BrickColor.new("Bright yellow")
  2610. G_264_.Reflectance = 0.5
  2611. G_264_.Position = Vector3.new(-0.114344954, 6.74117899, -1.02612364)
  2612. G_264_.Rotation = Vector3.new(-180, -90, 0)
  2613. G_264_.Anchored = true
  2614. G_264_.Size = Vector3.new(0.727940977, 0.0794117525, 0.0661764666)
  2615. G_264_.CFrame = CFrame.new(-0.114344954, 6.74117899, -1.02612364, -3.09999996e-05, 0, -1, 0, -1, 0, -1, 0, 3.09999996e-05)
  2616. G_264_.Color = Color3.new(0.956863, 0.803922, 0.184314)
  2617. G_264_.Position = Vector3.new(-0.114344954, 6.74117899, -1.02612364)
  2618. G_264_.Orientation = Vector3.new(0, -90, 180)
  2619. G_264_.Color = Color3.new(0.956863, 0.803922, 0.184314)
  2620. G_265_.Name = "Smooth Block Model"
  2621. G_265_.Parent = G_3_
  2622. G_265_.Material = Enum.Material.Ice
  2623. G_265_.BrickColor = BrickColor.new("Bright yellow")
  2624. G_265_.Reflectance = 0.5
  2625. G_265_.Position = Vector3.new(-0.114346027, 6.84702015, -1.4893657)
  2626. G_265_.Rotation = Vector3.new(-0.00999999978, 0, -180)
  2627. G_265_.Anchored = true
  2628. G_265_.Size = Vector3.new(0.0661764592, 0.0794117525, 0.0661764666)
  2629. G_265_.CFrame = CFrame.new(-0.114346027, 6.84702015, -1.4893657, -1, 0, 0, 0, -1, 0.000213000007, 0, 0.000213000007, 1)
  2630. G_265_.Color = Color3.new(0.956863, 0.803922, 0.184314)
  2631. G_265_.Position = Vector3.new(-0.114346027, 6.84702015, -1.4893657)
  2632. G_265_.Orientation = Vector3.new(-0.00999999978, 0, 180)
  2633. G_265_.Color = Color3.new(0.956863, 0.803922, 0.184314)
  2634. G_266_.Parent = G_265_
  2635. G_266_.MeshType = Enum.MeshType.Wedge
  2636. G_267_.Parent = G_3_
  2637. G_267_.BrickColor = BrickColor.new("Br. yellowish orange")
  2638. G_267_.Reflectance = 0.5
  2639. G_267_.Position = Vector3.new(-0.187127948, 6.13235378, -0.463572562)
  2640. G_267_.Rotation = Vector3.new(90, 0, 90)
  2641. G_267_.Anchored = true
  2642. G_267_.CanCollide = false
  2643. G_267_.Size = Vector3.new(0.0661764592, 0.0500000007, 0.198529392)
  2644. G_267_.CFrame = CFrame.new(-0.187127948, 6.13235378, -0.463572562, 0, -1, 0, 0, 0, -1, 1, 0, 0)
  2645. G_267_.TopSurface = Enum.SurfaceType.Smooth
  2646. G_267_.Color = Color3.new(0.886275, 0.603922, 0.247059)
  2647. G_267_.Position = Vector3.new(-0.187127948, 6.13235378, -0.463572562)
  2648. G_267_.Orientation = Vector3.new(90, -90, 0)
  2649. G_267_.Color = Color3.new(0.886275, 0.603922, 0.247059)
  2650. G_268_.Parent = G_267_
  2651. G_268_.Scale = Vector3.new(1, 0.529411674, 1)
  2652. G_268_.Scale = Vector3.new(1, 0.529411674, 1)
  2653. G_269_.Name = "Smooth Block Model"
  2654. G_269_.Parent = G_3_
  2655. G_269_.Material = Enum.Material.Ice
  2656. G_269_.BrickColor = BrickColor.new("Bright yellow")
  2657. G_269_.Reflectance = 0.5
  2658. G_269_.Position = Vector3.new(-0.114337087, 6.74114418, -1.42318165)
  2659. G_269_.Rotation = Vector3.new(-0.00999999978, 0, -180)
  2660. G_269_.Anchored = true
  2661. G_269_.Size = Vector3.new(0.0661764592, 0.0794117525, 0.0661764666)
  2662. G_269_.CFrame = CFrame.new(-0.114337087, 6.74114418, -1.42318165, -1, 0, 0, 0, -1, 0.000213000007, 0, 0.000213000007, 1)
  2663. G_269_.Color = Color3.new(0.956863, 0.803922, 0.184314)
  2664. G_269_.Position = Vector3.new(-0.114337087, 6.74114418, -1.42318165)
  2665. G_269_.Orientation = Vector3.new(-0.00999999978, 0, 180)
  2666. G_269_.Color = Color3.new(0.956863, 0.803922, 0.184314)
  2667. G_270_.Parent = G_269_
  2668. G_270_.MeshType = Enum.MeshType.Wedge
  2669. G_271_.Name = "Smooth Block Model"
  2670. G_271_.Parent = G_3_
  2671. G_271_.Material = Enum.Material.Ice
  2672. G_271_.BrickColor = BrickColor.new("Bright yellow")
  2673. G_271_.Reflectance = 0.5
  2674. G_271_.Position = Vector3.new(-0.114343047, 6.47644806, -0.695219159)
  2675. G_271_.Rotation = Vector3.new(-0.00999999978, 0, 0)
  2676. G_271_.Anchored = true
  2677. G_271_.Size = Vector3.new(0.0661764592, 0.0794117525, 0.0661764666)
  2678. G_271_.CFrame = CFrame.new(-0.114343047, 6.47644806, -0.695219159, 1, 0, 0, 0, 1, 0.000213000007, 0, -0.000213000007, 1)
  2679. G_271_.Color = Color3.new(0.956863, 0.803922, 0.184314)
  2680. G_271_.Position = Vector3.new(-0.114343047, 6.47644806, -0.695219159)
  2681. G_271_.Orientation = Vector3.new(-0.00999999978, 0, 0)
  2682. G_271_.Color = Color3.new(0.956863, 0.803922, 0.184314)
  2683. G_272_.Parent = G_271_
  2684. G_272_.MeshType = Enum.MeshType.Wedge
  2685. G_273_.Parent = G_3_
  2686. G_273_.BrickColor = BrickColor.new("Br. yellowish orange")
  2687. G_273_.Reflectance = 0.5
  2688. G_273_.Position = Vector3.new(-0.18712604, 6.26468086, -0.595938087)
  2689. G_273_.Rotation = Vector3.new(179.98999, 0, 90)
  2690. G_273_.Anchored = true
  2691. G_273_.CanCollide = false
  2692. G_273_.Size = Vector3.new(0.0661764592, 0.0500000007, 0.198529392)
  2693. G_273_.CFrame = CFrame.new(-0.18712604, 6.26468086, -0.595938087, 7.6999997e-05, -1, 1.76329991e-08, -1, -7.6999997e-05, -0.000228999997, 0.000228999997, 0, -1)
  2694. G_273_.TopSurface = Enum.SurfaceType.Smooth
  2695. G_273_.Color = Color3.new(0.886275, 0.603922, 0.247059)
  2696. G_273_.Position = Vector3.new(-0.18712604, 6.26468086, -0.595938087)
  2697. G_273_.Orientation = Vector3.new(0.00999999978, 180, -90)
  2698. G_273_.Color = Color3.new(0.886275, 0.603922, 0.247059)
  2699. G_274_.Parent = G_273_
  2700. G_274_.Scale = Vector3.new(1, 0.529411674, 1)
  2701. G_274_.Scale = Vector3.new(1, 0.529411674, 1)
  2702. G_275_.Name = "Smooth Block Model"
  2703. G_275_.Parent = G_3_
  2704. G_275_.Material = Enum.Material.Ice
  2705. G_275_.BrickColor = BrickColor.new("Bright yellow")
  2706. G_275_.Reflectance = 0.5
  2707. G_275_.Position = Vector3.new(-0.114356995, 6.47648478, -0.231983125)
  2708. G_275_.Rotation = Vector3.new(-180, 0, -180)
  2709. G_275_.Anchored = true
  2710. G_275_.Size = Vector3.new(0.0661764592, 0.0794117525, 0.0661764666)
  2711. G_275_.CFrame = CFrame.new(-0.114356995, 6.47648478, -0.231983125, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  2712. G_275_.Color = Color3.new(0.956863, 0.803922, 0.184314)
  2713. G_275_.Position = Vector3.new(-0.114356995, 6.47648478, -0.231983125)
  2714. G_275_.Orientation = Vector3.new(0, 180, 0)
  2715. G_275_.Color = Color3.new(0.956863, 0.803922, 0.184314)
  2716. G_276_.Parent = G_275_
  2717. G_276_.MeshType = Enum.MeshType.Wedge
  2718. G_277_.Parent = G_3_
  2719. G_277_.BrickColor = BrickColor.new("Br. yellowish orange")
  2720. G_277_.Reflectance = 0.5
  2721. G_277_.Position = Vector3.new(-0.187136054, 6.39704323, -0.463590562)
  2722. G_277_.Rotation = Vector3.new(90, 0, 90)
  2723. G_277_.Anchored = true
  2724. G_277_.CanCollide = false
  2725. G_277_.Size = Vector3.new(0.0661764592, 0.0500000007, 0.198529392)
  2726. G_277_.CFrame = CFrame.new(-0.187136054, 6.39704323, -0.463590562, 0, -1, 0, 0, 0, -1, 1, 0, 0)
  2727. G_277_.TopSurface = Enum.SurfaceType.Smooth
  2728. G_277_.Color = Color3.new(0.886275, 0.603922, 0.247059)
  2729. G_277_.Position = Vector3.new(-0.187136054, 6.39704323, -0.463590562)
  2730. G_277_.Orientation = Vector3.new(90, -90, 0)
  2731. G_277_.Color = Color3.new(0.886275, 0.603922, 0.247059)
  2732. G_278_.Parent = G_277_
  2733. G_278_.Scale = Vector3.new(1, 0.529411674, 1)
  2734. G_278_.Scale = Vector3.new(1, 0.529411674, 1)
  2735. G_279_.Parent = G_3_
  2736. G_279_.Material = Enum.Material.Ice
  2737. G_279_.BrickColor = BrickColor.new("Bright yellow")
  2738. G_279_.Reflectance = 0.5
  2739. G_279_.Position = Vector3.new(-0.114367008, 6.83387804, -0.463630557)
  2740. G_279_.Rotation = Vector3.new(0, 90, 0)
  2741. G_279_.Anchored = true
  2742. G_279_.Size = Vector3.new(0.132352918, 0.47647053, 0.0661764666)
  2743. G_279_.CFrame = CFrame.new(-0.114367008, 6.83387804, -0.463630557, 3.09999996e-05, 0, 1, 0, 1, 0, -1, 0, 3.09999996e-05)
  2744. G_279_.Color = Color3.new(0.956863, 0.803922, 0.184314)
  2745. G_279_.Position = Vector3.new(-0.114367008, 6.83387804, -0.463630557)
  2746. G_279_.Orientation = Vector3.new(0, 90, 0)
  2747. G_279_.Color = Color3.new(0.956863, 0.803922, 0.184314)
  2748. G_280_.Parent = G_3_
  2749. G_280_.Material = Enum.Material.Ice
  2750. G_280_.BrickColor = BrickColor.new("Bright yellow")
  2751. G_280_.Reflectance = 0.5
  2752. G_280_.Position = Vector3.new(-0.114373088, 6.75446177, -0.331270576)
  2753. G_280_.Rotation = Vector3.new(0, 90, 0)
  2754. G_280_.Anchored = true
  2755. G_280_.Size = Vector3.new(0.132352918, 0.31764701, 0.0661764666)
  2756. G_280_.CFrame = CFrame.new(-0.114373088, 6.75446177, -0.331270576, 3.09999996e-05, 0, 1, 0, 1, 0, -1, 0, 3.09999996e-05)
  2757. G_280_.Color = Color3.new(0.956863, 0.803922, 0.184314)
  2758. G_280_.Position = Vector3.new(-0.114373088, 6.75446177, -0.331270576)
  2759. G_280_.Orientation = Vector3.new(0, 90, 0)
  2760. G_280_.Color = Color3.new(0.956863, 0.803922, 0.184314)
  2761. G_281_.Name = "Smooth Block Model"
  2762. G_281_.Parent = G_3_
  2763. G_281_.Material = Enum.Material.Ice
  2764. G_281_.BrickColor = BrickColor.new("Bright yellow")
  2765. G_281_.Reflectance = 0.5
  2766. G_281_.Position = Vector3.new(-0.114390016, 6.99269676, -0.364379585)
  2767. G_281_.Rotation = Vector3.new(-180, 0, -180)
  2768. G_281_.Anchored = true
  2769. G_281_.Size = Vector3.new(0.0661764592, 0.158823505, 0.0661764666)
  2770. G_281_.CFrame = CFrame.new(-0.114390016, 6.99269676, -0.364379585, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  2771. G_281_.Color = Color3.new(0.956863, 0.803922, 0.184314)
  2772. G_281_.Position = Vector3.new(-0.114390016, 6.99269676, -0.364379585)
  2773. G_281_.Orientation = Vector3.new(0, 180, 0)
  2774. G_281_.Color = Color3.new(0.956863, 0.803922, 0.184314)
  2775. G_282_.Parent = G_281_
  2776. G_282_.MeshType = Enum.MeshType.Wedge
  2777. G_283_.Parent = G_3_
  2778. G_283_.Material = Enum.Material.Ice
  2779. G_283_.BrickColor = BrickColor.new("Br. yellowish orange")
  2780. G_283_.Reflectance = 0.5
  2781. G_283_.Position = Vector3.new(-0.114387035, 6.90010405, 0.165039882)
  2782. G_283_.Rotation = Vector3.new(180, 90, 0)
  2783. G_283_.Anchored = true
  2784. G_283_.CanCollide = false
  2785. G_283_.Size = Vector3.new(0.860293984, 0.0500000007, 0.0661764666)
  2786. G_283_.CFrame = CFrame.new(-0.114387035, 6.90010405, 0.165039882, -3.09999996e-05, 0, 1, 0, -1, 0, 1, 0, 3.09999996e-05)
  2787. G_283_.Color = Color3.new(0.886275, 0.603922, 0.247059)
  2788. G_283_.Position = Vector3.new(-0.114387035, 6.90010405, 0.165039882)
  2789. G_283_.Orientation = Vector3.new(0, 90, 180)
  2790. G_283_.Color = Color3.new(0.886275, 0.603922, 0.247059)
  2791. G_284_.Parent = G_283_
  2792. G_284_.Scale = Vector3.new(1, 0.529411674, 1)
  2793. G_284_.Scale = Vector3.new(1, 0.529411674, 1)
  2794. G_285_.Parent = G_3_
  2795. G_285_.Material = Enum.Material.Ice
  2796. G_285_.BrickColor = BrickColor.new("Bright yellow")
  2797. G_285_.Reflectance = 0.5
  2798. G_285_.Position = Vector3.new(-0.114389062, 6.95304585, 0.165032879)
  2799. G_285_.Rotation = Vector3.new(180, 90, 0)
  2800. G_285_.Anchored = true
  2801. G_285_.Size = Vector3.new(0.860293984, 0.0794117525, 0.0661764666)
  2802. G_285_.CFrame = CFrame.new(-0.114389062, 6.95304585, 0.165032879, -3.09999996e-05, 0, 1, 0, -1, 0, 1, 0, 3.09999996e-05)
  2803. G_285_.Color = Color3.new(0.956863, 0.803922, 0.184314)
  2804. G_285_.Position = Vector3.new(-0.114389062, 6.95304585, 0.165032879)
  2805. G_285_.Orientation = Vector3.new(0, 90, 180)
  2806. G_285_.Color = Color3.new(0.956863, 0.803922, 0.184314)
  2807. G_286_.Parent = G_3_
  2808. G_286_.Material = Enum.Material.Ice
  2809. G_286_.BrickColor = BrickColor.new("Bright yellow")
  2810. G_286_.Reflectance = 0.5
  2811. G_286_.Position = Vector3.new(-0.114385962, 6.84716177, 0.131959885)
  2812. G_286_.Rotation = Vector3.new(180, 90, 0)
  2813. G_286_.Anchored = true
  2814. G_286_.Size = Vector3.new(0.79411751, 0.0794117525, 0.0661764666)
  2815. G_286_.CFrame = CFrame.new(-0.114385962, 6.84716177, 0.131959885, -3.09999996e-05, 0, 1, 0, -1, 0, 1, 0, 3.09999996e-05)
  2816. G_286_.Color = Color3.new(0.956863, 0.803922, 0.184314)
  2817. G_286_.Position = Vector3.new(-0.114385962, 6.84716177, 0.131959885)
  2818. G_286_.Orientation = Vector3.new(0, 90, 180)
  2819. G_286_.Color = Color3.new(0.956863, 0.803922, 0.184314)
  2820. G_287_.Parent = G_3_
  2821. G_287_.Material = Enum.Material.Ice
  2822. G_287_.BrickColor = BrickColor.new("Bright yellow")
  2823. G_287_.Reflectance = 0.5
  2824. G_287_.Position = Vector3.new(-0.114336014, 6.63529921, -0.993022084)
  2825. G_287_.Rotation = Vector3.new(-180, -90, 0)
  2826. G_287_.Anchored = true
  2827. G_287_.Size = Vector3.new(0.661764622, 0.0794117525, 0.0661764666)
  2828. G_287_.CFrame = CFrame.new(-0.114336014, 6.63529921, -0.993022084, -3.09999996e-05, 0, -1, 0, -1, 0, -1, 0, 3.09999996e-05)
  2829. G_287_.Color = Color3.new(0.956863, 0.803922, 0.184314)
  2830. G_287_.Position = Vector3.new(-0.114336014, 6.63529921, -0.993022084)
  2831. G_287_.Orientation = Vector3.new(0, -90, 180)
  2832. G_287_.Color = Color3.new(0.956863, 0.803922, 0.184314)
  2833. G_288_.Parent = G_3_
  2834. G_288_.Material = Enum.Material.Ice
  2835. G_288_.BrickColor = BrickColor.new("Br. yellowish orange")
  2836. G_288_.Reflectance = 0.5
  2837. G_288_.Position = Vector3.new(-0.114370942, 6.68833303, 0.0988918766)
  2838. G_288_.Rotation = Vector3.new(180, 90, 0)
  2839. G_288_.Anchored = true
  2840. G_288_.CanCollide = false
  2841. G_288_.Size = Vector3.new(0.727940977, 0.0500000007, 0.0661764666)
  2842. G_288_.CFrame = CFrame.new(-0.114370942, 6.68833303, 0.0988918766, -3.09999996e-05, 0, 1, 0, -1, 0, 1, 0, 3.09999996e-05)
  2843. G_288_.Color = Color3.new(0.886275, 0.603922, 0.247059)
  2844. G_288_.Position = Vector3.new(-0.114370942, 6.68833303, 0.0988918766)
  2845. G_288_.Orientation = Vector3.new(0, 90, 180)
  2846. G_288_.Color = Color3.new(0.886275, 0.603922, 0.247059)
  2847. G_289_.Parent = G_288_
  2848. G_289_.Scale = Vector3.new(1, 0.529411674, 1)
  2849. G_289_.Scale = Vector3.new(1, 0.529411674, 1)
  2850. G_290_.Name = "Smooth Block Model"
  2851. G_290_.Parent = G_3_
  2852. G_290_.Material = Enum.Material.Ice
  2853. G_290_.BrickColor = BrickColor.new("Bright yellow")
  2854. G_290_.Reflectance = 0.5
  2855. G_290_.Position = Vector3.new(-0.114382982, 7.11180878, -0.496744573)
  2856. G_290_.Rotation = Vector3.new(-0.00999999978, 0, 0)
  2857. G_290_.Anchored = true
  2858. G_290_.Size = Vector3.new(0.0661764592, 0.0794117525, 0.0661764666)
  2859. G_290_.CFrame = CFrame.new(-0.114382982, 7.11180878, -0.496744573, 1, 0, 0, 0, 1, 0.000213000007, 0, -0.000213000007, 1)
  2860. G_290_.Color = Color3.new(0.956863, 0.803922, 0.184314)
  2861. G_290_.Position = Vector3.new(-0.114382982, 7.11180878, -0.496744573)
  2862. G_290_.Orientation = Vector3.new(-0.00999999978, 0, 0)
  2863. G_290_.Color = Color3.new(0.956863, 0.803922, 0.184314)
  2864. G_291_.Parent = G_290_
  2865. G_291_.MeshType = Enum.MeshType.Wedge
  2866. G_292_.Name = "Smooth Block Model"
  2867. G_292_.Parent = G_3_
  2868. G_292_.Material = Enum.Material.Ice
  2869. G_292_.BrickColor = BrickColor.new("Bright yellow")
  2870. G_292_.Reflectance = 0.5
  2871. G_292_.Position = Vector3.new(-0.114392042, 6.74130821, 0.495941401)
  2872. G_292_.Rotation = Vector3.new(-180, 0, 0)
  2873. G_292_.Anchored = true
  2874. G_292_.Size = Vector3.new(0.0661764592, 0.0794117525, 0.0661764666)
  2875. G_292_.CFrame = CFrame.new(-0.114392042, 6.74130821, 0.495941401, 1, 0, 0, 0, -1, 0, 0, 0, -1)
  2876. G_292_.Color = Color3.new(0.956863, 0.803922, 0.184314)
  2877. G_292_.Position = Vector3.new(-0.114392042, 6.74130821, 0.495941401)
  2878. G_292_.Orientation = Vector3.new(0, 180, 180)
  2879. G_292_.Color = Color3.new(0.956863, 0.803922, 0.184314)
  2880. G_293_.Parent = G_292_
  2881. G_293_.MeshType = Enum.MeshType.Wedge
  2882. G_294_.Parent = G_3_
  2883. G_294_.Material = Enum.Material.Ice
  2884. G_294_.BrickColor = BrickColor.new("Br. yellowish orange")
  2885. G_294_.Reflectance = 0.5
  2886. G_294_.Position = Vector3.new(-0.114356041, 6.89999723, -1.09231484)
  2887. G_294_.Rotation = Vector3.new(-180, -90, 0)
  2888. G_294_.Anchored = true
  2889. G_294_.CanCollide = false
  2890. G_294_.Size = Vector3.new(0.860293984, 0.0500000007, 0.0661764666)
  2891. G_294_.CFrame = CFrame.new(-0.114356041, 6.89999723, -1.09231484, -3.09999996e-05, 0, -1, 0, -1, 0, -1, 0, 3.09999996e-05)
  2892. G_294_.Color = Color3.new(0.886275, 0.603922, 0.247059)
  2893. G_294_.Position = Vector3.new(-0.114356041, 6.89999723, -1.09231484)
  2894. G_294_.Orientation = Vector3.new(0, -90, 180)
  2895. G_294_.Color = Color3.new(0.886275, 0.603922, 0.247059)
  2896. G_295_.Parent = G_294_
  2897. G_295_.Scale = Vector3.new(1, 0.529411674, 1)
  2898. G_295_.Scale = Vector3.new(1, 0.529411674, 1)
  2899. G_296_.Name = "Smooth Block Model"
  2900. G_296_.Parent = G_3_
  2901. G_296_.Material = Enum.Material.Ice
  2902. G_296_.BrickColor = BrickColor.new("Bright yellow")
  2903. G_296_.Reflectance = 0.5
  2904. G_296_.Position = Vector3.new(-0.114405036, 6.9530859, 0.628265858)
  2905. G_296_.Rotation = Vector3.new(-180, 0, 0)
  2906. G_296_.Anchored = true
  2907. G_296_.Size = Vector3.new(0.0661764592, 0.0794117525, 0.0661764666)
  2908. G_296_.CFrame = CFrame.new(-0.114405036, 6.9530859, 0.628265858, 1, 0, 0, 0, -1, 0, 0, 0, -1)
  2909. G_296_.Color = Color3.new(0.956863, 0.803922, 0.184314)
  2910. G_296_.Position = Vector3.new(-0.114405036, 6.9530859, 0.628265858)
  2911. G_296_.Orientation = Vector3.new(0, 180, 180)
  2912. G_296_.Color = Color3.new(0.956863, 0.803922, 0.184314)
  2913. G_297_.Parent = G_296_
  2914. G_297_.MeshType = Enum.MeshType.Wedge
  2915. G_298_.Name = "Smooth Block Model"
  2916. G_298_.Parent = G_3_
  2917. G_298_.Material = Enum.Material.Ice
  2918. G_298_.BrickColor = BrickColor.new("Bright yellow")
  2919. G_298_.Reflectance = 0.5
  2920. G_298_.Position = Vector3.new(-0.114374995, 6.6354208, 0.429778397)
  2921. G_298_.Rotation = Vector3.new(-180, 0, 0)
  2922. G_298_.Anchored = true
  2923. G_298_.Size = Vector3.new(0.0661764592, 0.0794117525, 0.0661764666)
  2924. G_298_.CFrame = CFrame.new(-0.114374995, 6.6354208, 0.429778397, 1, 0, 0, 0, -1, 0, 0, 0, -1)
  2925. G_298_.Color = Color3.new(0.956863, 0.803922, 0.184314)
  2926. G_298_.Position = Vector3.new(-0.114374995, 6.6354208, 0.429778397)
  2927. G_298_.Orientation = Vector3.new(0, 180, 180)
  2928. G_298_.Color = Color3.new(0.956863, 0.803922, 0.184314)
  2929. G_299_.Parent = G_298_
  2930. G_299_.MeshType = Enum.MeshType.Wedge
  2931. G_300_.Name = "Smooth Block Model"
  2932. G_300_.Parent = G_3_
  2933. G_300_.Material = Enum.Material.Ice
  2934. G_300_.BrickColor = BrickColor.new("Bright yellow")
  2935. G_300_.Reflectance = 0.5
  2936. G_300_.Position = Vector3.new(-0.114372015, 7.10527277, -0.357776582)
  2937. G_300_.Rotation = Vector3.new(90, -0.0199999996, 0)
  2938. G_300_.Anchored = true
  2939. G_300_.Size = Vector3.new(0.0661764592, 0.0794117525, 0.0661764666)
  2940. G_300_.CFrame = CFrame.new(-0.114372015, 7.10527277, -0.357776582, 1, -3.09999996e-05, -0.000306000002, -0.000306000002, 0, -1, 3.09999996e-05, 1, -9.48599954e-09)
  2941. G_300_.Color = Color3.new(0.956863, 0.803922, 0.184314)
  2942. G_300_.Position = Vector3.new(-0.114372015, 7.10527277, -0.357776582)
  2943. G_300_.Orientation = Vector3.new(90, 0, 0)
  2944. G_300_.Color = Color3.new(0.956863, 0.803922, 0.184314)
  2945. G_301_.Parent = G_300_
  2946. G_301_.MeshType = Enum.MeshType.Wedge
  2947. G_302_.Parent = G_3_
  2948. G_302_.Material = Enum.Material.Ice
  2949. G_302_.BrickColor = BrickColor.new("Bright yellow")
  2950. G_302_.Reflectance = 0.5
  2951. G_302_.Position = Vector3.new(-0.114363074, 6.95293808, -1.0923208)
  2952. G_302_.Rotation = Vector3.new(-180, -90, 0)
  2953. G_302_.Anchored = true
  2954. G_302_.Size = Vector3.new(0.860293984, 0.0794117525, 0.0661764666)
  2955. G_302_.CFrame = CFrame.new(-0.114363074, 6.95293808, -1.0923208, -3.09999996e-05, 0, -1, 0, -1, 0, -1, 0, 3.09999996e-05)
  2956. G_302_.Color = Color3.new(0.956863, 0.803922, 0.184314)
  2957. G_302_.Position = Vector3.new(-0.114363074, 6.95293808, -1.0923208)
  2958. G_302_.Orientation = Vector3.new(0, -90, 180)
  2959. G_302_.Color = Color3.new(0.956863, 0.803922, 0.184314)
  2960. G_303_.Name = "Smooth Block Model"
  2961. G_303_.Parent = G_3_
  2962. G_303_.Material = Enum.Material.Ice
  2963. G_303_.BrickColor = BrickColor.new("Bright yellow")
  2964. G_303_.Reflectance = 0.5
  2965. G_303_.Position = Vector3.new(-0.114353061, 6.51619005, -0.562869072)
  2966. G_303_.Rotation = Vector3.new(-180, 0, 0)
  2967. G_303_.Anchored = true
  2968. G_303_.Size = Vector3.new(0.0661764592, 0.158823505, 0.198529392)
  2969. G_303_.CFrame = CFrame.new(-0.114353061, 6.51619005, -0.562869072, 1, 0, 0, 0, -1, 0, 0, 0, -1)
  2970. G_303_.Color = Color3.new(0.956863, 0.803922, 0.184314)
  2971. G_303_.Position = Vector3.new(-0.114353061, 6.51619005, -0.562869072)
  2972. G_303_.Orientation = Vector3.new(0, 180, 180)
  2973. G_303_.Color = Color3.new(0.956863, 0.803922, 0.184314)
  2974. G_304_.Parent = G_303_
  2975. G_304_.MeshType = Enum.MeshType.Wedge
  2976. G_305_.Parent = G_3_
  2977. G_305_.Material = Enum.Material.Ice
  2978. G_305_.BrickColor = BrickColor.new("Bright yellow")
  2979. G_305_.Reflectance = 0.5
  2980. G_305_.Position = Vector3.new(-0.114382029, 7.11181688, -0.430566609)
  2981. G_305_.Rotation = Vector3.new(0, 90, 0)
  2982. G_305_.Anchored = true
  2983. G_305_.Size = Vector3.new(0.0661764592, 0.0794117525, 0.0661764666)
  2984. G_305_.CFrame = CFrame.new(-0.114382029, 7.11181688, -0.430566609, 3.09999996e-05, 0, 1, 0, 1, 0, -1, 0, 3.09999996e-05)
  2985. G_305_.Color = Color3.new(0.956863, 0.803922, 0.184314)
  2986. G_305_.Position = Vector3.new(-0.114382029, 7.11181688, -0.430566609)
  2987. G_305_.Orientation = Vector3.new(0, 90, 0)
  2988. G_305_.Color = Color3.new(0.956863, 0.803922, 0.184314)
  2989. G_306_.Parent = G_3_
  2990. G_306_.Material = Enum.Material.Ice
  2991. G_306_.BrickColor = BrickColor.new("Bright yellow")
  2992. G_306_.Reflectance = 0.5
  2993. G_306_.Position = Vector3.new(-0.114359975, 6.75445223, -0.595980167)
  2994. G_306_.Rotation = Vector3.new(0, 90, 0)
  2995. G_306_.Anchored = true
  2996. G_306_.Size = Vector3.new(0.132352918, 0.31764701, 0.0661764666)
  2997. G_306_.CFrame = CFrame.new(-0.114359975, 6.75445223, -0.595980167, 3.09999996e-05, 0, 1, 0, 1, 0, -1, 0, 3.09999996e-05)
  2998. G_306_.Color = Color3.new(0.956863, 0.803922, 0.184314)
  2999. G_306_.Position = Vector3.new(-0.114359975, 6.75445223, -0.595980167)
  3000. G_306_.Orientation = Vector3.new(0, 90, 0)
  3001. G_306_.Color = Color3.new(0.956863, 0.803922, 0.184314)
  3002. G_307_.Name = "Smooth Block Model"
  3003. G_307_.Parent = G_3_
  3004. G_307_.Material = Enum.Material.Ice
  3005. G_307_.BrickColor = BrickColor.new("Bright yellow")
  3006. G_307_.Reflectance = 0.5
  3007. G_307_.Position = Vector3.new(-0.114346027, 6.95289612, -1.55555284)
  3008. G_307_.Rotation = Vector3.new(-0.00999999978, 0, -180)
  3009. G_307_.Anchored = true
  3010. G_307_.Size = Vector3.new(0.0661764592, 0.0794117525, 0.0661764666)
  3011. G_307_.CFrame = CFrame.new(-0.114346027, 6.95289612, -1.55555284, -1, 0, 0, 0, -1, 0.000213000007, 0, 0.000213000007, 1)
  3012. G_307_.Color = Color3.new(0.956863, 0.803922, 0.184314)
  3013. G_307_.Position = Vector3.new(-0.114346027, 6.95289612, -1.55555284)
  3014. G_307_.Orientation = Vector3.new(-0.00999999978, 0, 180)
  3015. G_307_.Color = Color3.new(0.956863, 0.803922, 0.184314)
  3016. G_308_.Parent = G_307_
  3017. G_308_.MeshType = Enum.MeshType.Wedge
  3018. G_309_.Name = "Smooth Block Model"
  3019. G_309_.Parent = G_3_
  3020. G_309_.Material = Enum.Material.Ice
  3021. G_309_.BrickColor = BrickColor.new("Bright yellow")
  3022. G_309_.Reflectance = 0.5
  3023. G_309_.Position = Vector3.new(-0.114374042, 6.99268389, -0.56291306)
  3024. G_309_.Rotation = Vector3.new(-0.00999999978, 0, 0)
  3025. G_309_.Anchored = true
  3026. G_309_.Size = Vector3.new(0.0661764592, 0.158823505, 0.0661764666)
  3027. G_309_.CFrame = CFrame.new(-0.114374042, 6.99268389, -0.56291306, 1, 0, 0, 0, 1, 0.000213000007, 0, -0.000213000007, 1)
  3028. G_309_.Color = Color3.new(0.956863, 0.803922, 0.184314)
  3029. G_309_.Position = Vector3.new(-0.114374042, 6.99268389, -0.56291306)
  3030. G_309_.Orientation = Vector3.new(-0.00999999978, 0, 0)
  3031. G_309_.Color = Color3.new(0.956863, 0.803922, 0.184314)
  3032. G_310_.Parent = G_309_
  3033. G_310_.MeshType = Enum.MeshType.Wedge
  3034. G_311_.Name = "Smooth Block Model"
  3035. G_311_.Parent = G_3_
  3036. G_311_.Material = Enum.Material.Ice
  3037. G_311_.BrickColor = BrickColor.new("Bright yellow")
  3038. G_311_.Reflectance = 0.5
  3039. G_311_.Position = Vector3.new(-0.114331007, 6.63526583, -1.35699284)
  3040. G_311_.Rotation = Vector3.new(-0.00999999978, 0, -180)
  3041. G_311_.Anchored = true
  3042. G_311_.Size = Vector3.new(0.0661764592, 0.0794117525, 0.0661764666)
  3043. G_311_.CFrame = CFrame.new(-0.114331007, 6.63526583, -1.35699284, -1, 0, 0, 0, -1, 0.000213000007, 0, 0.000213000007, 1)
  3044. G_311_.Color = Color3.new(0.956863, 0.803922, 0.184314)
  3045. G_311_.Position = Vector3.new(-0.114331007, 6.63526583, -1.35699284)
  3046. G_311_.Orientation = Vector3.new(-0.00999999978, 0, 180)
  3047. G_311_.Color = Color3.new(0.956863, 0.803922, 0.184314)
  3048. G_312_.Parent = G_311_
  3049. G_312_.MeshType = Enum.MeshType.Wedge
  3050. G_313_.Parent = G_3_
  3051. G_313_.Material = Enum.Material.Ice
  3052. G_313_.BrickColor = BrickColor.new("Br. yellowish orange")
  3053. G_313_.Reflectance = 0.5
  3054. G_313_.Position = Vector3.new(-0.114382029, 6.79422188, 0.131966874)
  3055. G_313_.Rotation = Vector3.new(180, 90, 0)
  3056. G_313_.Anchored = true
  3057. G_313_.CanCollide = false
  3058. G_313_.Size = Vector3.new(0.79411751, 0.0500000007, 0.0661764666)
  3059. G_313_.CFrame = CFrame.new(-0.114382029, 6.79422188, 0.131966874, -3.09999996e-05, 0, 1, 0, -1, 0, 1, 0, 3.09999996e-05)
  3060. G_313_.Color = Color3.new(0.886275, 0.603922, 0.247059)
  3061. G_313_.Position = Vector3.new(-0.114382029, 6.79422188, 0.131966874)
  3062. G_313_.Orientation = Vector3.new(0, 90, 180)
  3063. G_313_.Color = Color3.new(0.886275, 0.603922, 0.247059)
  3064. G_314_.Parent = G_313_
  3065. G_314_.Scale = Vector3.new(1, 0.529411674, 1)
  3066. G_314_.Scale = Vector3.new(1, 0.529411674, 1)
  3067. G_315_.Parent = G_3_
  3068. G_315_.Material = Enum.Material.Ice
  3069. G_315_.BrickColor = BrickColor.new("Bright yellow")
  3070. G_315_.Reflectance = 0.5
  3071. G_315_.Position = Vector3.new(-0.114351988, 6.84705687, -1.05922067)
  3072. G_315_.Rotation = Vector3.new(-180, -90, 0)
  3073. G_315_.Anchored = true
  3074. G_315_.Size = Vector3.new(0.79411751, 0.0794117525, 0.0661764666)
  3075. G_315_.CFrame = CFrame.new(-0.114351988, 6.84705687, -1.05922067, -3.09999996e-05, 0, -1, 0, -1, 0, -1, 0, 3.09999996e-05)
  3076. G_315_.Color = Color3.new(0.956863, 0.803922, 0.184314)
  3077. G_315_.Position = Vector3.new(-0.114351988, 6.84705687, -1.05922067)
  3078. G_315_.Orientation = Vector3.new(0, -90, 180)
  3079. G_315_.Color = Color3.new(0.956863, 0.803922, 0.184314)
  3080. G_316_.Parent = G_3_
  3081. G_316_.Material = Enum.Material.Ice
  3082. G_316_.BrickColor = BrickColor.new("Br. yellowish orange")
  3083. G_316_.Reflectance = 0.5
  3084. G_316_.Position = Vector3.new(-0.114349008, 6.79411793, -1.05921566)
  3085. G_316_.Rotation = Vector3.new(-180, -90, 0)
  3086. G_316_.Anchored = true
  3087. G_316_.CanCollide = false
  3088. G_316_.Size = Vector3.new(0.79411751, 0.0500000007, 0.0661764666)
  3089. G_316_.CFrame = CFrame.new(-0.114349008, 6.79411793, -1.05921566, -3.09999996e-05, 0, -1, 0, -1, 0, -1, 0, 3.09999996e-05)
  3090. G_316_.Color = Color3.new(0.886275, 0.603922, 0.247059)
  3091. G_316_.Position = Vector3.new(-0.114349008, 6.79411793, -1.05921566)
  3092. G_316_.Orientation = Vector3.new(0, -90, 180)
  3093. G_316_.Color = Color3.new(0.886275, 0.603922, 0.247059)
  3094. G_317_.Parent = G_316_
  3095. G_317_.Scale = Vector3.new(1, 0.529411674, 1)
  3096. G_317_.Scale = Vector3.new(1, 0.529411674, 1)
  3097. G_318_.Name = "Smooth Block Model"
  3098. G_318_.Parent = G_3_
  3099. G_318_.Material = Enum.Material.Ice
  3100. G_318_.BrickColor = BrickColor.new("Bright yellow")
  3101. G_318_.Reflectance = 0.5
  3102. G_318_.Position = Vector3.new(-0.114395022, 6.84720087, 0.562101841)
  3103. G_318_.Rotation = Vector3.new(-180, 0, 0)
  3104. G_318_.Anchored = true
  3105. G_318_.Size = Vector3.new(0.0661764592, 0.0794117525, 0.0661764666)
  3106. G_318_.CFrame = CFrame.new(-0.114395022, 6.84720087, 0.562101841, 1, 0, 0, 0, -1, 0, 0, 0, -1)
  3107. G_318_.Color = Color3.new(0.956863, 0.803922, 0.184314)
  3108. G_318_.Position = Vector3.new(-0.114395022, 6.84720087, 0.562101841)
  3109. G_318_.Orientation = Vector3.new(0, 180, 180)
  3110. G_318_.Color = Color3.new(0.956863, 0.803922, 0.184314)
  3111. G_319_.Parent = G_318_
  3112. G_319_.MeshType = Enum.MeshType.Wedge
  3113. G_2_.Parent = workspace
  3114. G_2_:MakeJoints()
  3115. ---------------------------------------------------------------------------------------
  3116. local L_2_ = G_2_:GetChildren()
  3117. for L_29_forvar1 = 1, #L_2_ do
  3118. L_2_[L_29_forvar1].Parent = game:GetService("Players").LocalPlayer.Backpack
  3119. ypcall(function()
  3120. L_2_[L_29_forvar1]:MakeJoints()
  3121. end)
  3122. end
  3123. G_2_:Destroy()
  3124. for L_30_forvar1 = 1, #G_1_ do
  3125. coroutine.resume(G_1_[L_30_forvar1])
  3126. end
Add Comment
Please, Sign In to add comment