memberhero

Untitled

Jan 4th, 2018
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 309.12 KB | None | 0 0
  1. --[[QAEO ARMORY]]--
  2. wait(1 / 60)
  3. script.Archivable=false
  4. Effects = { }
  5. ShootEffects = { }
  6. local Player = game.Players.localPlayer
  7. local Character = Player.Character
  8. local Humanoid = Character.Humanoid
  9. local mouse = Player:GetMouse()
  10. local m = Instance.new('Model', Character)
  11. m.Name = "WeaponModel"
  12. local effect = Instance.new('Model', Character)
  13. effect.Name = "Effect"
  14. local LeftArm = Character["Left Arm"]
  15. local RightArm = Character["Right Arm"]
  16. local LeftLeg = Character["Left Leg"]
  17. local RightLeg = Character["Right Leg"]
  18. local heal=true
  19. local Head = Character.Head
  20. local Torso = Character.Torso
  21. local fathermode = false
  22. local cam = game.Workspace.CurrentCamera
  23. local RootPart = Character.HumanoidRootPart
  24. local RootJoint = RootPart.RootJoint
  25. local equipped = false
  26. local attack = false
  27. local Anim = 'Idle'
  28. local idle = 0
  29. local attacktype = 1
  30. local Torsovelocity = (RootPart.Velocity * Vector3.new(1, 0, 1)).magnitude
  31. local velocity = RootPart.Velocity.y
  32. local sine = 0
  33. local change = 1
  34. local mana = 0
  35. local it =Instance.new
  36. vt=Vector3.new
  37.  
  38. local grabbed = false
  39. local cf = CFrame.new
  40. local mr = math.rad
  41. local angles = CFrame.Angles
  42. local ud = UDim2.new
  43. local c3 = Color3.new
  44.  
  45. local NeckCF = cf(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  46. Humanoid.Animator:Destroy()
  47. Character.Animate:Destroy()
  48.  
  49. local RootCF = CFrame.fromEulerAnglesXYZ(-1.57, 0, 3.14)
  50. local RHCF = CFrame.fromEulerAnglesXYZ(0, 1.6, 0)
  51. local LHCF = CFrame.fromEulerAnglesXYZ(0, -1.6, 0)
  52.  
  53. RSH, LSH = nil, nil
  54.  
  55. RW = Instance.new("Weld")
  56. LW = Instance.new("Weld")
  57.  
  58. RH = Torso["Right Hip"]
  59. LH = Torso["Left Hip"]
  60.  
  61. RSH = Torso["Right Shoulder"]
  62. LSH = Torso["Left Shoulder"]
  63.  
  64. RSH.Parent = nil
  65. LSH.Parent = nil
  66.  
  67. RW.Name = "RW"
  68. RW.Part0 = Torso
  69. RW.C0 = cf(1.5, 0.5, 0)
  70. RW.C1 = cf(0, 0.5, 0)
  71. RW.Part1 = RightArm
  72. RW.Parent = Torso
  73.  
  74. LW.Name = "LW"
  75. LW.Part0 = Torso
  76. LW.C0 = cf(-1.5, 0.5, 0)
  77. LW.C1 = cf(0, 0.5, 0)
  78. LW.Part1 = LeftArm
  79. LW.Parent = Torso
  80.  
  81.  
  82.  
  83. local co1 = 30
  84. local co2 = 30
  85. local co3 = 30
  86. local co4 = 60
  87. local cooco = 5
  88.  
  89. local cooldown1 = 0
  90. local cooldown2 = 0
  91. local cooldown3 = 0
  92. local cooldown4 = 0
  93. local coolcool = 0
  94.  
  95. local maxEnergy = 100
  96. local Energy = 0--Energy you start out with
  97. local skill1stam = 10--how much stamina is needed for a skill
  98. local skill2stam = 50
  99. local skill3stam = 60
  100. local skill4stam = 100
  101. local skill5stam = 100
  102. local recovermana = 5--how much mana per second
  103.  
  104. local skillcolorscheme = BrickColor.new("Bright yellow").Color
  105.  
  106. local scrn = Instance.new('ScreenGui', Player.PlayerGui)
  107. function makeframe(par, trans, pos, size, color)
  108. local frame = Instance.new('Frame', par)
  109. frame.BackgroundTransparency = trans
  110. frame.BorderSizePixel = 0
  111. frame.Position = pos
  112. frame.Size = size
  113. frame.BackgroundColor3 = color
  114. return frame
  115. end
  116.  
  117. function makelabel(par, text)
  118. local label = Instance.new('TextLabel', par)
  119. label.BackgroundTransparency = 1
  120. label.Size = UDim2.new(1, 0, 1, 0)
  121. label.Position = UDim2.new(0, 0, 0, 0)
  122. label.TextColor3 = Color3.new(255, 255, 255)
  123. label.TextStrokeTransparency = 0
  124. label.FontSize = Enum.FontSize.Size32
  125. label.Font = Enum.Font.SourceSansLight
  126. label.BorderSizePixel = 0
  127. label.TextScaled = true
  128. label.Text = text
  129. end
  130. framesk1 = makeframe(scrn, .5, UDim2.new(.8, 0, .85, 0), UDim2.new(.16, 0, .1, 0), skillcolorscheme)
  131. framesk2 = makeframe(scrn, .5, UDim2.new(.8, 0, .74, 0), UDim2.new(.16, 0, .1, 0), skillcolorscheme)
  132. framesk3 = makeframe(scrn, .5, UDim2.new(.8, 0, .63, 0), UDim2.new(.16, 0, .1, 0), skillcolorscheme)
  133. framesk4 = makeframe(scrn, .5, UDim2.new(.8, 0, .52, 0), UDim2.new(.16, 0, .1, 0), skillcolorscheme)
  134.  
  135. bar1 = makeframe(framesk1, 0, UDim2.new(0, 0, 0, 0), UDim2.new(1, 0, 1, 0), skillcolorscheme)
  136. bar2 = makeframe(framesk2, 0, UDim2.new(0, 0, 0, 0), UDim2.new(1, 0, 1, 0), skillcolorscheme)
  137. bar3 = makeframe(framesk3, 0, UDim2.new(0, 0, 0, 0), UDim2.new(1, 0, 1, 0), skillcolorscheme)
  138. bar4 = makeframe(framesk4, 0, UDim2.new(0, 0, 0, 0), UDim2.new(1, 0, 1, 0), skillcolorscheme)
  139. text1 = Instance.new('TextLabel', framesk1)
  140. text1.BackgroundTransparency = 1
  141. text1.Size = UDim2.new(1, 0, 1, 0)
  142. text1.Position = UDim2.new(0, 0, 0, 0)
  143. text1.TextColor3 = Color3.new(255, 255, 255)
  144. text1.TextStrokeTransparency = 0
  145. text1.FontSize = Enum.FontSize.Size18
  146. text1.Font = Enum.Font.SourceSansLight
  147. text1.BorderSizePixel = 0
  148. text1.TextScaled = true
  149. text1.Text = "[Z]\n Spacial Wave"
  150. text2 = Instance.new('TextLabel', framesk2)
  151. text2.BackgroundTransparency = 1
  152. text2.Size = UDim2.new(1, 0, 1, 0)
  153. text2.Position = UDim2.new(0, 0, 0, 0)
  154. text2.TextColor3 = Color3.new(255, 255, 255)
  155. text2.TextStrokeTransparency = 0
  156. text2.FontSize = Enum.FontSize.Size18
  157. text2.Font = Enum.Font.SourceSansLight
  158. text2.BorderSizePixel = 0
  159. text2.TextScaled = true
  160. text2.Text = "[X]\n Clockwork"
  161. text3 = Instance.new('TextLabel', framesk3)
  162. text3.BackgroundTransparency = 1
  163. text3.Size = UDim2.new(1, 0, 1, 0)
  164. text3.Position = UDim2.new(0, 0, 0, 0)
  165. text3.TextColor3 = Color3.new(255, 255, 255)
  166. text3.TextStrokeTransparency = 0
  167. text3.FontSize = Enum.FontSize.Size18
  168. text3.Font = Enum.Font.SourceSansLight
  169. text3.BorderSizePixel = 0
  170. text3.TextScaled = false
  171. text3.Text = "[C]\n Counter Clockwork"
  172. text4 = Instance.new('TextLabel', framesk4)
  173. text4.BackgroundTransparency = 1
  174. text4.Size = UDim2.new(1, 0, 1, 0)
  175. text4.Position = UDim2.new(0, 0, 0, 0)
  176. text4.TextColor3 = Color3.new(255, 255, 255)
  177. text4.TextStrokeTransparency = 0
  178. text4.FontSize = Enum.FontSize.Size18
  179. text4.Font = Enum.Font.SourceSansLight
  180. text4.BorderSizePixel = 0
  181. text4.TextScaled = true
  182. text4.Text = "[V]\n Spacial Trigger"
  183.  
  184. function clerp(a, b, t)
  185. return a:lerp(b, t)
  186. end
  187. BPos=Instance.new("BodyPosition")
  188. Gy=Instance.new("BodyGyro")
  189.  
  190.  
  191. local RbxUtility = LoadLibrary("RbxUtility")
  192. local Create = RbxUtility.Create
  193.  
  194. function RemoveOutlines(part)
  195. part.TopSurface, part.BottomSurface, part.LeftSurface, part.RightSurface, part.FrontSurface, part.BackSurface = 10, 10, 10, 10, 10, 10
  196. end
  197.  
  198. function CreatePart(Parent, Material, Reflectance, Transparency, BColor, Name, Size)
  199. local Part = Create("Part"){
  200. Parent = Parent,
  201. Reflectance = Reflectance,
  202. Transparency = Transparency,
  203. CanCollide = false,
  204. Locked = true,
  205. BrickColor = BrickColor.new(tostring(BColor)),
  206. Name = Name,
  207. Size = Size,
  208. Material = Material,
  209. }
  210. RemoveOutlines(Part)
  211. return Part
  212. end
  213.  
  214. function CreateMesh(Mesh, Part, MeshType, MeshId, OffSet, Scale)
  215. local Msh = Create(Mesh){
  216. Parent = Part,
  217. Offset = OffSet,
  218. Scale = Scale,
  219. }
  220. if Mesh == "SpecialMesh" then
  221. Msh.MeshType = MeshType
  222. Msh.MeshId = MeshId
  223. end
  224. return Msh
  225. end
  226.  
  227.  
  228. ArtificialHB = Instance.new("BindableEvent", script)
  229. ArtificialHB.Name = "Heartbeat"
  230.  
  231. script:WaitForChild("Heartbeat")
  232.  
  233. frame = 1 / 30
  234. tf = 0
  235. allowframeloss = false
  236. tossremainder = false
  237. lastframe = tick()
  238. script.Heartbeat:Fire()
  239.  
  240. game:GetService("RunService").Heartbeat:connect(function(s, p)
  241. tf = tf + s
  242. if tf >= frame then
  243. if allowframeloss then
  244. script.Heartbeat:Fire()
  245. lastframe = tick()
  246. else
  247. for i = 1, math.floor(tf / frame) do
  248. script.Heartbeat:Fire()
  249. end
  250. lastframe = tick()
  251. end
  252. if tossremainder then
  253. tf = 0
  254. else
  255. tf = tf - frame * math.floor(tf / frame)
  256. end
  257. end
  258. end)
  259.  
  260. function swait(num)
  261. if num == 0 or num == nil then
  262. ArtificialHB.Event:wait()
  263. else
  264. for i = 0, num do
  265. ArtificialHB.Event:wait()
  266. end
  267. end
  268. end
  269.  
  270.  
  271. function CreateWeld(Parent, Part0, Part1, C0, C1)
  272. local Weld = Create("Weld"){
  273. Parent = Parent,
  274. Part0 = Part0,
  275. Part1 = Part1,
  276. C0 = C0,
  277. C1 = C1,
  278. }
  279. return Weld
  280. end
  281.  
  282. function rayCast(Position, Direction, Range, Ignore)
  283. return game:service("Workspace"):FindPartOnRay(Ray.new(Position, Direction.unit * (Range or 999.999)), Ignore)
  284. end
  285.  
  286. function CreateSound(id, par, vol, pit)
  287. coroutine.resume(coroutine.create(function()
  288. local sou = Instance.new("Sound", par or workspace)
  289. sou.Volume = vol
  290. sou.Pitch = pit or 1
  291. sou.SoundId = id
  292. swait()
  293. sou:play()
  294. game:GetService("Debris"):AddItem(sou, 6)
  295. end))
  296. end
  297.  
  298. local function getclosest(obj, distance)
  299. local last, lastx = distance + 1
  300. for i, v in pairs(workspace:GetChildren()) do
  301. if v:IsA'Model' and v ~= Character and v:findFirstChild('Humanoid') and v:findFirstChild('Torso') and v:findFirstChild('Humanoid').Health > 0 then
  302. local t = v.Torso
  303. local dist = (t.Position - obj.Position).magnitude
  304. if dist <= distance then
  305. if dist < last then
  306. last = dist
  307. lastx = v
  308. end
  309. end
  310. end
  311. end
  312. return lastx
  313. end
  314.  
  315. Bin=Instance.new("HopperBin")
  316. Bin.Name="Grandfather"
  317. Bin.Parent=Player.Backpack
  318.  
  319. Handle=CreatePart(m,Enum.Material.SmoothPlastic,0,1,"Bright red","FakeHandle",Vector3.new(1.29000008, 0.200000003, 0.200000003))
  320. HandleWeld=CreateWeld(m,Character["Right Arm"],Handle,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0299263, -0.932053328, 0.0486602783, -0.0005330001, 0.023691006, 0.999719262, 0.0221509952, -0.999473751, 0.023697, 0.999754488, 0.0221574064, 7.94025618e-006))
  321. FakeHandle=CreatePart(m,Enum.Material.SmoothPlastic,0,1,"Bright red","FakeHandle",Vector3.new(1.29000008, 0.200000003, 0.200000003))
  322. FakeHandleWeld=CreateWeld(m,Handle,FakeHandle,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0, 0, 1.00000012, 8.24911695e-010, 0, 8.24911695e-010, 1, -1.86264515e-009, 0, -1.86264515e-009, 1))
  323. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.222222224, 0.200000003, 0.200000003))
  324. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.24149036, 3.74951553, 0.0439910889, 0.707108438, 0.707105279, -1.95577741e-007, -0.707105279, 0.707108319, -2.0340085e-006, -1.29919499e-006, 1.57766044e-006, 1))
  325. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.444444448, 0.444444448))
  326. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.222222224, 0.200000003, 0.200000003))
  327. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.22339582, 4.94425201, 0.0448913574, -0.258816063, -0.965926647, 2.94297934e-007, -0.965926766, 0.258816034, 2.11922452e-006, -2.12225132e-006, 2.66358256e-007, -1))
  328. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.444444448, 0.444444448))
  329. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.888888896, 0.200000003, 0.200000003))
  330. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.51085472, 0.306662083, -0.000457763672, 1.00000012, -2.99617022e-006, 6.64731488e-008, 2.99888688e-006, 1, -2.00048089e-006, -6.64149411e-008, 2.00234354e-006, 1))
  331. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.111111112, 0.444444448))
  332. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  333. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000396728516, -3.97182655, -2.19562626, -7.99528789e-006, 2.2277236e-006, 1, 0.866023839, -0.50000298, 8.03917646e-006, 0.50000304, 0.866023719, 2.06567347e-006))
  334. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.444444448, 0.111111112, 0.555555522))
  335. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.222222224, 0.200000003, 0.200000003))
  336. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.31054401, 4.48204994, 0.0448913574, -0.499997139, -0.866026998, -1.35973096e-007, -0.866027117, 0.499997169, 1.97440386e-006, -1.64128141e-006, 1.10641122e-006, -1))
  337. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.444444448, 0.444444448))
  338. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  339. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0329437256, 0.306678057, -4.05534172, 7.99528789e-006, -2.2277236e-006, -1, -2.00219529e-006, 1, -2.2277236e-006, 1.00000012, 2.00426075e-006, 7.99528789e-006))
  340. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.111111112))
  341. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.222222224, 0.200000003, 0.200000003))
  342. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.24147224, 3.7495327, 0.0448913574, -0.707104445, -0.707109272, 2.84984708e-007, -0.707109332, 0.707104325, 2.05263495e-006, -1.65303936e-006, 1.2498349e-006, -1.00000012))
  343. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.444444448, 0.444444448))
  344. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  345. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000411987305, -1.37271595, -4.07557869, -7.99528789e-006, 2.2277236e-006, 1, 0.258816272, -0.965926588, 4.22261655e-006, 0.965926588, 0.258816242, 7.14650378e-006))
  346. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.444444448, 0.111111112, 0.555555522))
  347. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  348. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000411987305, -0.240004539, -3.77759171, -7.99528789e-006, 2.2277236e-006, 1, -1.99690658e-006, -1, 2.22958624e-006, 1, -1.99680107e-006, 7.9954043e-006))
  349. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.222222194, 0.333333343, 0.444444448))
  350. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.222222224, 0.222222224, 0.200000003))
  351. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.96311188, -2.95736504, 0.0440063477, -0.86602658, -0.499998063, -1.35041773e-007, 0.499998152, -0.866026521, -2.15508044e-006, 9.60018951e-007, -1.93342566e-006, 1))
  352. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.444444448))
  353. Hitbox=CreatePart(m,Enum.Material.SmoothPlastic,0,1,"Bright red","Hitbox",Vector3.new(4.65999985, 0.969999969, 0.200000003))
  354. HitboxWeld=CreateWeld(m,FakeHandle,Hitbox,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.14429283, 0.327413559, 0, 1.00000012, 8.24911695e-010, 0, 8.24911695e-010, 1, -1.86264515e-009, 0, -1.86264515e-009, 1))
  355. CreateMesh("BlockMesh",Hitbox,"","",Vector3.new(0, 0, 0),Vector3.new(1.00740743, 1.14814818, 0.177777752))
  356. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  357. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.506767273, 0.141674995, 0.022644043, 0.86602366, 0.500003099, 2.32830644e-008, 0.500003159, -0.86602366, 1.77696347e-006, 9.1054244e-007, -1.52923167e-006, -1))
  358. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222224))
  359. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  360. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.333839417, 0.366575241, 0.0217895508, -0.500002265, -0.866024137, -2.01165676e-007, 0.866024256, -0.500002205, -1.86357647e-006, 1.51334098e-006, -1.10641122e-006, 1.00000012))
  361. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222239))
  362. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  363. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.546722412, 0.118536711, -0.000442504883, 1.00000012, -2.99617022e-006, 6.64731488e-008, 2.99888688e-006, 1, -2.00048089e-006, -6.64149411e-008, 2.00234354e-006, 1))
  364. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.444444448))
  365. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  366. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.439409256, 0.384243011, -0.000442504883, 0.866023719, -0.500003099, 1.58324838e-007, 0.500003159, 0.86602354, -1.77882612e-006, 7.5151911e-007, 1.61863863e-006, 1))
  367. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.444444448))
  368. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  369. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.333851814, 0.366586685, 0.0226593018, 0.499997139, 0.866026998, 1.35973096e-007, 0.866027176, -0.499997139, 2.02376395e-006, 1.8196879e-006, -8.94069672e-007, -1))
  370. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222224))
  371. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  372. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.545269012, -0.0258321762, -0.000457763672, 0.965926468, 0.258817047, -2.14669853e-007, -0.258817077, 0.965926349, -2.18674541e-006, -3.58966645e-007, 2.16811895e-006, 1))
  373. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.444444448))
  374. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  375. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.511058807, 0.264110565, -0.000442504883, -0.86602658, -0.499998063, -1.35041773e-007, 0.499998152, -0.866026521, -2.15508044e-006, 9.60018951e-007, -1.93342566e-006, 1))
  376. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.444444448))
  377. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  378. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0688209534, -0.498138428, -0.000427246094, 2.99595922e-006, 0.99999994, 0, -1.00000012, 2.99473049e-006, -2.06596451e-006, -2.06596451e-006, 0, 1))
  379. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.444444448))
  380. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  381. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.545257568, 0.00361824036, 0.0217895508, -0.965926468, -0.258817077, -7.84639269e-007, 0.258817077, -0.96592629, -1.81235373e-006, -2.89059244e-007, -1.95391476e-006, 1))
  382. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222239))
  383. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  384. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.548643112, 0.124119759, -0.000442504883, -0.965926468, -0.258817077, -7.84639269e-007, 0.258817077, -0.96592629, -1.81235373e-006, -2.89059244e-007, -1.95391476e-006, 1))
  385. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.444444448))
  386. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  387. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.506757736, 0.141657829, 0.0217895508, -0.86602658, -0.499998063, -1.35041773e-007, 0.499998152, -0.866026521, -2.15508044e-006, 9.60018951e-007, -1.93342566e-006, 1))
  388. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222239))
  389. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  390. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.548646927, -0.146356583, 0.0217895508, 0.965926468, 0.258817047, -2.14669853e-007, -0.258817077, 0.965926349, -2.18674541e-006, -3.58966645e-007, 2.16811895e-006, 1))
  391. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222239))
  392. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  393. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.411178589, -0.0226593018, 0.0177776814, -1.00000012, -8.24911695e-010, 0, 0, 2.04890966e-007, 1, 9.34051059e-010, 1, -2.06753612e-007))
  394. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.777777791, 0.222222358, 0.333333343))
  395. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  396. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.208498955, -0.46065712, -0.000427246094, 0.258821219, 0.965925276, -2.4959445e-007, -0.965925336, 0.25882116, -1.99116766e-006, -1.85886165e-006, 7.58096576e-007, 1))
  397. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.444444448))
  398. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  399. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.333654404, -0.513034821, 0.0217895508, 0.500002265, 0.866024137, 2.01165676e-007, -0.866024315, 0.500002205, -2.13459134e-006, -1.94919994e-006, 8.92207026e-007, 1))
  400. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222239))
  401. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  402. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0759630203, 0.475587845, 0.021774292, 0.258816242, -0.965926588, 1.86264515e-007, 0.965926766, 0.258816242, -2.19186768e-006, 2.06899131e-006, 7.4878335e-007, 1))
  403. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222239))
  404. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  405. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.208488941, 0.438444138, 0.0217895508, -0.258821219, -0.965925276, 2.4959445e-007, 0.965925336, -0.25882116, -2.00793147e-006, 2.0043226e-006, -2.79396772e-007, 1))
  406. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222239))
  407. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  408. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.548727036, -0.0197615623, -0.000442504883, -1.00000012, 2.99617022e-006, -6.64731488e-008, -2.99861949e-006, -1, -1.99861825e-006, -6.64149411e-008, -1.99861825e-006, 1))
  409. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.444444448))
  410. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  411. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.215445518, 0.43674469, 0.0226745605, -0.500001729, 0.866024375, 1.99303031e-007, 0.866024494, 0.500001729, 2.04425305e-006, 1.67300459e-006, 1.19768083e-006, -1))
  412. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222224))
  413. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  414. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0759553909, 0.475576401, 0.022644043, -0.25882116, 0.965925336, -1.63912773e-007, 0.965925336, 0.25882116, 2.69524753e-006, 2.64676055e-006, 5.40167093e-007, -1))
  415. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222224))
  416. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  417. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.333651543, 0.49080658, -0.000442504883, -0.500002265, -0.866024137, -2.01165676e-007, 0.866024256, -0.500002205, -1.86357647e-006, 1.51334098e-006, -1.10641122e-006, 1.00000012))
  418. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.444444448))
  419. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  420. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.545280457, 0.00361776352, 0.022644043, 0.965925217, 0.258821994, 6.73811883e-007, 0.258821994, -0.965925038, 2.16625631e-006, 1.21234916e-006, -1.92038715e-006, -1))
  421. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222224))
  422. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  423. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.438188553, 0.388845444, -0.000442504883, -0.707108438, -0.707105279, 1.95577741e-007, 0.70710516, -0.707108319, -1.96509063e-006, 1.52789289e-006, -1.25169754e-006, 1.00000012))
  424. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.444444448))
  425. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  426. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.33364296, -0.513038635, 0.0226593018, -0.499997139, -0.866026998, -1.35973096e-007, -0.866027117, 0.499997169, 1.97440386e-006, -1.64128141e-006, 1.10641122e-006, -1))
  427. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222224))
  428. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  429. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.073972702, -0.618423462, 0.021774292, -0.258816242, 0.965926588, -1.86264515e-007, -0.965926707, -0.258816242, -2.80654058e-006, -2.759567e-006, -5.45755029e-007, 1))
  430. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222239))
  431. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  432. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.340694427, 0.364219666, 0.0217895508, 0.707104325, -0.707109451, 5.77419996e-008, 0.707109451, 0.707104206, -2.17184424e-006, 1.49360858e-006, 1.57766044e-006, 1))
  433. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222239))
  434. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  435. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.548721313, -0.00246310234, 0.021774292, 1.00000012, -2.99617022e-006, 6.64731488e-008, 2.99888688e-006, 1, -2.00048089e-006, -6.64149411e-008, 2.00234354e-006, 1))
  436. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222239))
  437. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  438. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.434206009, -0.288028717, -0.000457763672, 0.707108438, 0.707105279, -1.95577741e-007, -0.707105279, 0.707108319, -2.0340085e-006, -1.29919499e-006, 1.57766044e-006, 1))
  439. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.444444448))
  440. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  441. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.068832159, 0.475917816, 0.021774292, -2.99595922e-006, -0.99999994, 0, 1.00000012, -2.9957464e-006, -1.93301821e-006, 1.93307642e-006, -1.86264515e-009, 1))
  442. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222239))
  443. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  444. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.511074066, -0.286334991, 0.0226593018, -0.86602366, -0.500003099, -2.32830644e-008, -0.500003219, 0.866023719, 2.22027302e-006, -1.08859967e-006, 1.93715096e-006, -1))
  445. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222224))
  446. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  447. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0711903572, 0.617090225, 0.0226745605, -0.258814365, 0.965927124, 2.81259418e-006, 0.965927243, 0.258814365, 3.85148451e-006, 2.99187377e-006, 3.71411443e-006, -1.00000012))
  448. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222224))
  449. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  450. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0739717484, 0.596204758, -0.000427246094, 0.258815289, -0.965926826, 1.8812716e-007, 0.965927005, 0.258815318, -1.17020682e-006, 1.08155655e-006, 4.84287739e-007, 1))
  451. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.444444448))
  452. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  453. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.336107254, -0.508220673, 0.0217895508, -0.707104325, 0.707109451, -5.77419996e-008, -0.707109392, -0.707104266, -1.82539225e-006, -1.33231515e-006, -1.25169754e-006, 1))
  454. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222239))
  455. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  456. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.215447426, 0.43674469, 0.0217895508, 0.499996752, -0.866027355, -1.34110451e-007, 0.866027355, 0.499996662, -1.81980431e-006, 1.64331868e-006, 7.93486834e-007, 1))
  457. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222239))
  458. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  459. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.208616734, 0.561750412, -0.000427246094, -0.258821219, -0.965925276, 2.4959445e-007, 0.965925336, -0.25882116, -2.00793147e-006, 2.0043226e-006, -2.79396772e-007, 1))
  460. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.444444448))
  461. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  462. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.336097717, 0.486003876, -0.000427246094, 0.707103729, -0.707109869, 8.00937414e-008, 0.707109928, 0.707103729, -2.17370689e-006, 1.47923129e-006, 1.59442425e-006, 1))
  463. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.444444448))
  464. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  465. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0761415958, -0.649288177, 0.0226593018, -4.99617636e-006, -1, 3.00072134e-006, -1.00000012, 4.99580619e-006, 3.88827175e-006, -3.88832996e-006, -2.99885869e-006, -1))
  466. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.172222212, 0.222222224, 0.222222224))
  467. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  468. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0694794655, 0.597396851, -0.000442504883, -2.99595922e-006, -0.99999994, 0, 1.00000012, -2.9957464e-006, -1.93301821e-006, 1.93307642e-006, -1.86264515e-009, 1))
  469. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.444444448))
  470. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  471. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0688376427, 0.475934982, 0.0226593018, -2.00338127e-006, 0.99999994, -1.86264515e-009, 1.00000012, 2.00460818e-006, 1.95513712e-006, 1.95513712e-006, 1.86264515e-009, -1))
  472. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222224))
  473. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  474. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.440137863, 0.26106739, 0.0226593018, -0.866025925, 0.499999225, -6.98491931e-008, 0.499999285, 0.866025865, 2.15135515e-006, 1.13691203e-006, 1.83098018e-006, -1))
  475. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222224))
  476. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  477. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.511079788, -0.286324501, 0.0217895508, 0.86602658, 0.499998063, 1.35041773e-007, -0.499998152, 0.86602658, -1.84215605e-006, -1.03906495e-006, 1.52923167e-006, 1))
  478. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222239))
  479. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  480. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.438186646, -0.41106987, 0.021774292, 0.707108438, 0.707105279, -1.95577741e-007, -0.707105279, 0.707108319, -2.0340085e-006, -1.29919499e-006, 1.57766044e-006, 1))
  481. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222239))
  482. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  483. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.340705872, -0.386451721, -0.000442504883, -0.707103729, 0.707109869, -8.00937414e-008, -0.707109928, -0.707103729, -1.84774399e-006, -1.3638637e-006, -1.25356019e-006, 1))
  484. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.444444448))
  485. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  486. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.226183891, 0.0009765625, -0.442707062, 0.500000238, 0.866025209, 1.78813934e-007, 7.95145752e-006, -4.38466668e-006, -1.00000012, -0.866025329, 0.500000238, -9.07946378e-006))
  487. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.688888967, 0.438889027, 0.377777785))
  488. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  489. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.215435982, -0.458969116, -0.000442504883, -0.499996752, 0.866027355, 1.34110451e-007, -0.866027415, -0.499996632, -2.17929482e-006, -1.82172516e-006, -1.20699406e-006, 1.00000012))
  490. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.444444448))
  491. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  492. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.441606522, 0.404708862, 0.0217895508, 0.866026998, -0.499997288, -2.9746443e-006, 0.499997318, 0.866026998, -3.86498868e-006, 4.50806692e-006, 1.85891986e-006, 1))
  493. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222224))
  494. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  495. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.223954201, -0.0226745605, -0.371606827, -0.500000238, -0.866025209, -1.78813934e-007, -7.95145752e-006, 4.38466668e-006, 1.00000012, -0.866025329, 0.500000238, -9.07946378e-006))
  496. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.222222358, 0.333333343))
  497. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  498. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.440134048, 0.261076927, 0.0217895508, 0.866023719, -0.500003099, 1.58324838e-007, 0.500003159, 0.86602354, -1.77882612e-006, 7.5151911e-007, 1.61863863e-006, 1))
  499. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222239))
  500. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  501. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.548721313, -0.00247383118, 0.0226593018, -1.00000012, -2.0013058e-006, 4.429603e-008, -2.000721e-006, 1, 1.9967556e-006, -4.43542376e-008, 1.99861825e-006, -1))
  502. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222224))
  503. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  504. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.510513306, 0.25871563, -0.000457763672, 0.965924978, -0.25882256, 1.25728548e-008, 0.25882259, 0.965924859, -2.25007534e-006, 5.69911208e-007, 2.17556953e-006, 1))
  505. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.444444448))
  506. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  507. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.212512016, -0.581157684, 0.022644043, 0.500001788, -0.866024435, 7.99074769e-007, -0.866024494, -0.500001729, 1.95298344e-006, -1.2916862e-006, -1.66893005e-006, -1))
  508. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222224))
  509. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  510. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.413951874, 0.000427246094, -0.0599970818, 1.00000012, 8.24911695e-010, 0, 0, -2.04890966e-007, -1, 9.34051059e-010, 1, -2.06753612e-007))
  511. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.805555582, 0.444444597, 0.444444448))
  512. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  513. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.208609104, -0.583967209, 0.0226745605, -0.258816063, -0.965926647, 2.94297934e-007, -0.965926766, 0.258816034, 1.11944973e-006, -1.15734292e-006, 7.4505806e-009, -1))
  514. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222224))
  515. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  516. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.336105347, -0.50822258, 0.022644043, 0.707107663, -0.707105815, -9.31322575e-009, -0.707105935, -0.707107663, 1.26287341e-006, -8.98377039e-007, -8.88481736e-007, -1))
  517. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222224))
  518. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  519. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.333847046, -0.388801575, -0.000442504883, 0.500002265, 0.866024137, 2.01165676e-007, -0.866024315, 0.500002205, -2.13459134e-006, -1.94919994e-006, 8.92207026e-007, 1))
  520. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.444444448))
  521. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  522. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.438179016, -0.411075592, 0.0226593018, -0.707104445, -0.707109272, 2.84984708e-007, -0.707109332, 0.707104325, 2.05263495e-006, -1.65303936e-006, 1.2498349e-006, -1.00000012))
  523. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222224))
  524. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  525. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0694792271, -0.619607925, 0.022644043, 2.00338127e-006, -0.99999994, 1.86264515e-009, -1.00000012, -2.00359318e-006, 2.04378739e-006, -2.04378739e-006, 0, -1))
  526. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222224))
  527. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  528. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0739688873, -0.618423462, 0.022644043, 0.25882116, -0.965925336, 1.63912773e-007, -0.965925395, -0.258821189, 1.30338594e-006, -1.21688936e-006, -4.97326255e-007, -1))
  529. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222224))
  530. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  531. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.511802673, -0.158421993, -0.000442504883, -0.965924978, 0.25882256, -1.25728548e-008, -0.25882259, -0.965924859, -1.75274909e-006, -4.66185156e-007, -1.68941915e-006, 1))
  532. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.444444448))
  533. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  534. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.34094429, -0.540950775, 0.0226745605, 0.707102776, -0.707110882, 3.10130417e-006, -0.707110941, -0.707102776, 4.15090472e-006, -7.42264092e-007, -5.12599945e-006, -1))
  535. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.166666657, 0.222222224, 0.222222224))
  536. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  537. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.336496353, 0.507621765, 0.0226745605, -0.707103193, 0.707110405, 2.91876495e-006, 0.707110465, 0.707103133, 3.84449959e-006, 6.54079486e-007, 4.78513539e-006, -1.00000012))
  538. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222224))
  539. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  540. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.54249382, -0.00193452835, 0.0226593018, -0.965927064, -0.258814931, 2.16951594e-006, -0.258814931, 0.965926945, 3.81283462e-006, -3.08227027e-006, 3.12365592e-006, -1))
  541. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222224))
  542. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  543. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.506753922, -0.163885117, -0.000442504883, 0.86602658, 0.499998063, 1.35041773e-007, -0.499998152, 0.86602658, -1.84215605e-006, -1.03906495e-006, 1.52923167e-006, 1))
  544. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.444444448))
  545. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  546. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.505588531, -0.139631271, 0.0217895508, 0.866023004, 0.500004292, -1.99861825e-006, -0.500004351, 0.866022944, -4.77582216e-006, -6.57048076e-007, 5.13158739e-006, 1))
  547. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222224))
  548. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  549. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.411178589, -0.0218048096, 0.0177714825, 1.00000012, 8.24911695e-010, 0, 0, -2.04890966e-007, -1, 9.34051059e-010, 1, -2.06753612e-007))
  550. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.777777791, 0.222222358, 0.333333343))
  551. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  552. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.546728134, -0.140758753, 0.022644043, 1.00000012, 2.02345655e-006, 9.55478754e-007, 2.02280626e-006, -1, 1.99861825e-006, 9.55420546e-007, -2.00048089e-006, -1))
  553. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222224))
  554. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  555. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.21051693, 0.580282211, 0.0226745605, -0.499995559, 0.86602807, 2.11037695e-006, 0.86602813, 0.4999955, 4.20119613e-006, 2.58197542e-006, 3.93018126e-006, -1.00000012))
  556. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222224))
  557. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  558. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.337209702, -0.366308212, 0.021774292, 0.499996006, 0.866027713, -2.88896263e-006, -0.866027832, 0.499995947, -4.00375575e-006, -2.02353112e-006, 4.50201333e-006, 1.00000012))
  559. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222224))
  560. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  561. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.505577087, -0.139648438, 0.0226745605, -0.866027057, -0.499997228, 2.84146518e-006, -0.499997258, 0.866027057, 4.13320959e-006, -4.52925451e-006, 2.16066837e-006, -1))
  562. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222224))
  563. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  564. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.546943665, -0.0313858986, 0.021774292, -0.965924859, -0.258822948, -2.65147537e-006, 0.258822978, -0.965924799, -3.85567546e-006, -1.56357419e-006, -4.41260636e-006, 1.00000012))
  565. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.177777797, 0.222222224, 0.222222224))
  566. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  567. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000457763672, 0.491279602, 0.241680145, -8.04272713e-006, 4.22634184e-006, 1.00000012, 0.866023183, -0.500004172, 9.07853246e-006, 0.500004172, 0.866023004, 3.59490514e-007))
  568. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.444444418, 0.111111112, 0.966666698))
  569. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  570. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.443826675, -0.438047409, 0.0226593018, 0.866022706, -0.500005007, 3.20281833e-006, -0.500005007, -0.866022587, 3.75695527e-006, 8.9610694e-007, -4.85032797e-006, -1))
  571. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.144444436, 0.222222224, 0.222222224))
  572. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  573. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.208620548, -0.583963394, 0.0218200684, 0.258821219, 0.965925276, -2.4959445e-007, -0.965925336, 0.25882116, -1.99116766e-006, -1.85886165e-006, 7.58096576e-007, 1))
  574. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222239))
  575. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  576. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.511810303, 0.136191368, 0.021774292, 0.965924978, -0.25882256, 1.25728548e-008, 0.25882259, 0.965924859, -2.25007534e-006, 5.69911208e-007, 2.17556953e-006, 1))
  577. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222239))
  578. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  579. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.434211731, 0.265800476, 0.0217895508, -0.707108438, -0.707105279, -8.04662704e-007, 0.707105219, -0.707108259, -1.96695328e-006, 8.21775757e-007, -1.9595027e-006, 1))
  580. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222239))
  581. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  582. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.510509491, -0.280939102, 0.0217895508, -0.965924978, 0.25882256, -1.25728548e-008, -0.25882259, -0.965924859, -1.75274909e-006, -4.66185156e-007, -1.68941915e-006, 1))
  583. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222239))
  584. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  585. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.546730042, -0.140769005, 0.021774292, -1.00000012, 2.99617022e-006, -6.64731488e-008, -2.99861949e-006, -1, -1.99861825e-006, -6.64149411e-008, -1.99861825e-006, 1))
  586. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222239))
  587. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  588. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.508924484, 0.106307983, 0.022644043, 0.866027653, 0.499996185, 3.17860395e-006, 0.499996245, -0.866027653, 3.86498868e-006, 4.68629878e-006, -1.76019967e-006, -1))
  589. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.166666657, 0.222222224, 0.222222224))
  590. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  591. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.51051712, -0.280929565, 0.022644043, 0.965926409, -0.258817375, 9.03382897e-007, -0.258817434, -0.96592623, 2.27056444e-006, 2.84286216e-007, -2.42702663e-006, -1))
  592. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222224))
  593. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  594. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.435190201, -0.26415062, 0.0226593018, -0.707109451, -0.707104206, 2.17184424e-006, -0.707104266, 0.707109332, 3.94135714e-006, -4.32459638e-006, 1.25169754e-006, -1.00000012))
  595. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222224))
  596. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  597. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.516139984, -0.311442375, 0.021774292, -0.965927005, 0.258815527, -2.85869464e-006, -0.258815557, -0.965926886, -3.7048012e-006, -3.72040085e-006, -2.84053385e-006, 1))
  598. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.183333337, 0.222222224, 0.222222224))
  599. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  600. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.438528061, 0.230806351, 0.022644043, 0.707109392, 0.707104266, 2.82656401e-006, 0.707104325, -0.707109332, 4.05684114e-006, 4.86656791e-006, -8.69855285e-007, -1))
  601. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.155555561, 0.222222224, 0.222222224))
  602. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  603. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.336502075, 0.507612228, 0.0217895508, 0.707108676, -0.707104862, -3.03052366e-006, 0.707104921, 0.707108557, -4.2822212e-006, 5.17029548e-006, 8.84756446e-007, 1))
  604. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222224))
  605. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  606. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.340531349, 0.332960129, 0.0226745605, 0.500003397, 0.866023421, 3.22051346e-006, 0.86602354, -0.500003397, 4.15742397e-006, 5.21162292e-006, 7.13393092e-007, -1))
  607. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.144444436, 0.222222224, 0.222222224))
  608. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  609. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.340540886, 0.332969666, 0.021774292, -0.499995947, -0.866027713, -3.1106174e-006, 0.866027832, -0.499995947, -3.99537385e-006, 1.90385617e-006, -4.69386578e-006, 1.00000012))
  610. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.144444436, 0.222222224, 0.222222224))
  611. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  612. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0723047256, -0.650421143, 0.0217895508, -0.258822352, 0.965924978, -3.14041972e-006, -0.965925038, -0.258822322, -3.6736019e-006, -4.3620239e-006, 2.08243728e-006, 1))
  613. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.122222222, 0.222222224, 0.222222224))
  614. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  615. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.51115036, 0.278116703, 0.0217895508, 0.965926886, -0.258815557, -2.1411106e-006, 0.258815616, 0.965926826, -4.29525971e-006, 3.17988452e-006, 3.59490514e-006, 0.99999994))
  616. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222224))
  617. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  618. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.435184479, -0.264160156, 0.0217895508, 0.707103431, 0.707110226, -2.30595469e-006, -0.707110226, 0.707103372, -3.92645597e-006, -1.14511931e-006, 4.40515578e-006, 1.00000012))
  619. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222224))
  620. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  621. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.223959923, -0.0217895508, -0.371601105, 0.499999106, 0.866026044, 1.56462193e-007, 7.94115476e-006, -4.40143049e-006, -1.00000012, -0.866026103, 0.499999017, -9.07946378e-006))
  622. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666746, 0.222222358, 0.333333343))
  623. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  624. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0700378418, 0.615943909, 0.0226745605, 4.99297948e-006, 1.00000012, 2.99885869e-006, 1.00000012, -4.99004454e-006, 4.1097519e-006, 4.1097519e-006, 2.99885869e-006, -1))
  625. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222224))
  626. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  627. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.546937943, -0.0313835144, 0.022644043, 0.965927064, 0.25881505, 2.82889232e-006, 0.25881502, -0.965926886, 4.18536365e-006, 3.8156868e-006, -3.30992043e-006, -1))
  628. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.177777782, 0.222222224, 0.222222224))
  629. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  630. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.438524246, 0.23081398, 0.0217895508, -0.707103431, -0.707110345, -2.69338489e-006, 0.707110286, -0.707103312, -4.0717423e-006, 9.75211151e-007, -4.78699803e-006, 1.00000012))
  631. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.155555561, 0.222222224, 0.222222224))
  632. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  633. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.070025444, 0.615943909, 0.0217895508, 4.00546014e-006, -1, -2.99699605e-006, 1.00000012, 4.00635963e-006, -4.0876912e-006, 4.08763299e-006, -2.99885869e-006, 1))
  634. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222224))
  635. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  636. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.208492756, 0.43844223, 0.0226593018, 0.258816063, 0.965926647, -2.94297934e-007, 0.965926766, -0.258816004, 1.87940896e-006, 1.73930312e-006, -7.71135092e-007, -1))
  637. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222224))
  638. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  639. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.076128006, -0.64928627, 0.0217895508, -4.002266e-006, 1.00000012, -3.00072134e-006, -1.00000012, -4.00280169e-006, -3.91033245e-006, -3.91033245e-006, 3.00072134e-006, 1))
  640. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.172222212, 0.222222224, 0.222222224))
  641. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  642. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.549314499, -0.173342228, 0.0226593018, 1.00000012, -4.92833624e-006, 3.11003532e-006, -4.93151674e-006, -1, 4.00096178e-006, 3.10997711e-006, -3.99909914e-006, -1.00000012))
  643. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.183333337, 0.222222224, 0.222222224))
  644. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  645. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.542495728, -0.00194549561, 0.0217895508, 0.965924978, 0.258822888, -2.34739855e-006, -0.258822858, 0.965924799, -4.14252281e-006, 1.19471224e-006, 4.6081841e-006, 1.00000012))
  646. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222224))
  647. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  648. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.337207794, -0.36631012, 0.022644043, -0.500003457, -0.866023362, 2.77720392e-006, -0.86602354, 0.500003517, 3.8407743e-006, -4.71406383e-006, -4.84287739e-007, -1))
  649. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222224))
  650. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  651. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000442504883, -0.159971952, -0.374303818, -8.04272713e-006, 4.22634184e-006, 1.00000012, 3.99658984e-006, 1, -4.22820449e-006, -1.00000012, 3.99535202e-006, -8.04272713e-006))
  652. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.444444418, 0.111111112, 0.111111112))
  653. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  654. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.545419693, 0.140028477, 0.0226745605, -1.00000012, 5.03908996e-006, 1.88866397e-006, 5.04272612e-006, 1, 4.01958823e-006, -1.88872218e-006, 4.02145088e-006, -1.00000012))
  655. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222224))
  656. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  657. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.516141891, -0.311440468, 0.0226593018, 0.965924442, -0.258824378, 3.05799767e-006, -0.258824468, -0.965924442, 4.22634184e-006, 1.85938552e-006, -4.87267971e-006, -1))
  658. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.183333337, 0.222222224, 0.222222224))
  659. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  660. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.216077805, -0.613618851, 0.021774292, -0.500002563, 0.866023958, -2.79583037e-006, -0.866024137, -0.500002563, -4.04473394e-006, -4.9022492e-006, 4.00468707e-007, 1))
  661. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.166666657, 0.222222224, 0.222222224))
  662. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  663. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.549314499, -0.17332983, 0.021774292, -1.00000012, -4.06637537e-006, -2.91061588e-006, 4.06559866e-006, -1, -3.99723649e-006, -2.91061588e-006, -3.99909914e-006, 1.00000012))
  664. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.183333337, 0.222222224, 0.222222224))
  665. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  666. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.51115036, 0.278112888, 0.0226745605, -0.965924799, 0.258823574, 2.96346843e-006, 0.258823603, 0.96592474, 3.76999378e-006, -1.88720878e-006, 4.41074371e-006, -1.00000012))
  667. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222224))
  668. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  669. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.5454216, 0.140015841, 0.0217590332, 1.00000012, 3.95562074e-006, -2.08808342e-006, -3.9551669e-006, 1.00000012, -4.00096178e-006, 2.08814163e-006, 3.99909914e-006, 1.00000012))
  670. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222224))
  671. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  672. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0401082039, -1.05483818, 0.0337677002, 0.258816063, 0.965926647, -2.94297934e-007, 0.965926766, -0.258816004, 1.87940896e-006, 1.73930312e-006, -7.71135092e-007, -1))
  673. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666627, 0.333333343, 0.333333343))
  674. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  675. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.395060539, -0.870586395, 0.000442504883, 0.499998391, 0.866026402, 1.15297735e-006, 0.866026521, -0.499998361, 1.04680657e-006, 1.48487743e-006, 4.80562449e-007, -1))
  676. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.666666627, 0.111111112, 0.455555528))
  677. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  678. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0374622345, -0.928998947, 0.000442504883, 0.258817315, 0.965926409, 7.28294253e-007, 0.965926409, -0.258817255, 1.90315768e-006, 2.02667434e-006, 2.10478902e-007, -1))
  679. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.666666627, 0.111111112, 0.455555528))
  680. Part=CreatePart(m,Enum.Material.SmoothPlastic,0.30000001192093,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  681. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.255632401, -0.0226593018, 0.0177705288, -1.00000012, -8.24911695e-010, 0, 0, 2.04890966e-007, 1, 9.34051059e-010, 1, -2.06753612e-007))
  682. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.777777791, 0.222222358, 0.333333343))
  683. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  684. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.987793922, 0.561574936, 0.0328826904, -0.499996752, 0.866027355, 1.34110451e-007, -0.866027415, -0.499996632, -2.17929482e-006, -1.82172516e-006, -1.2088567e-006, 1))
  685. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.222222224, 0.333333343))
  686. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  687. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0401134491, 0.954843521, 0.032913208, 0.258821219, 0.965925276, -2.4959445e-007, -0.965925336, 0.25882116, -1.99116766e-006, -1.85886165e-006, 7.58096576e-007, 1))
  688. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.222222224, 0.333333343))
  689. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 1.30666673))
  690. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000473022461, -0.137746096, 0.146755219, -8.04272713e-006, 4.22634184e-006, 1.00000012, 3.99658984e-006, 1, -4.22820449e-006, -1.00000012, 3.99535202e-006, -8.04272713e-006))
  691. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.444444418, 0.111111112, 1))
  692. Part=CreatePart(m,Enum.Material.SmoothPlastic,0.30000001192093,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  693. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.499921799, -0.0217895508, 0.0177772045, 1.00000012, 8.24911695e-010, 0, 0, -2.04890966e-007, -1, 9.34051059e-010, 1, -2.06753612e-007))
  694. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.222222358, 0.333333343))
  695. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  696. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000442504883, 0.544492722, 0.0733528137, 8.09004996e-006, -6.22309744e-006, -1, -1.00000012, 5.818727e-006, -8.09010817e-006, 5.82118355e-006, 1, -6.22496009e-006))
  697. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.444444418, 0.333333343, 0.888888896))
  698. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  699. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.33490181, -1.01570129, 0.0328826904, -2.99595922e-006, -0.99999994, 0, 1.00000012, -2.9957464e-006, -1.93301821e-006, 1.93301821e-006, 0, 1))
  700. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.333333343, 0.333333343))
  701. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  702. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.334913969, 0.915706635, 0.0337524414, 2.00338127e-006, -0.99999994, 1.86264515e-009, -1.00000012, -2.00359318e-006, 2.04378739e-006, -2.04378739e-006, 0, -1))
  703. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.222222224, 0.333333343))
  704. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  705. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.987799644, 0.561567307, 0.0337677002, 0.500001788, -0.866024435, 7.99074769e-007, -0.866024494, -0.500001729, 1.95298344e-006, -1.2916862e-006, -1.66893005e-006, -1))
  706. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.222222224, 0.333333343))
  707. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  708. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000427246094, -0.0599739552, 0.555604935, -8.04272713e-006, 4.22634184e-006, 1.00000012, 3.99658984e-006, 1, -4.22820449e-006, -1.00000012, 3.99535202e-006, -8.04272713e-006))
  709. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.444444418, 0.444444597, 0.444444418))
  710. Part=CreatePart(m,Enum.Material.SmoothPlastic,0.30000001192093,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  711. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.255601883, -0.0217895508, 0.0177774429, 1.00000012, 8.24911695e-010, 0, 0, -2.04890966e-007, -1, 9.34051059e-010, 1, -2.06753612e-007))
  712. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.777777791, 0.222222358, 0.333333343))
  713. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  714. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0401053429, 0.954845428, 0.0337677002, -0.258816063, -0.965926647, 2.94297934e-007, -0.965926766, 0.258816034, 2.11922452e-006, -2.12271698e-006, 2.64495611e-007, -1))
  715. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.222222224, 0.333333343))
  716. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  717. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.55560112, -0.0226745605, 0.0178086758, -1.00000012, -2.15636283e-006, -6.95401104e-006, -6.95401104e-006, 8.22357833e-006, 1, -2.15546152e-006, 1, -8.22730362e-006))
  718. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.444444478, 0.222222358, 0.333333343))
  719. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.666666687))
  720. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000457763672, -0.0599734783, 0.155635834, -8.04272713e-006, 4.22634184e-006, 1.00000012, 3.99658984e-006, 1, -4.22820449e-006, -1.00000012, 3.99535202e-006, -8.04272713e-006))
  721. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.444444418, 0.444444597, 1))
  722. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.666666687, 0.200000003, 0.200000003))
  723. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.155632019, -0.0226593018, 0.0177927017, -1.00000012, -2.15636283e-006, -6.95401104e-006, -6.95401104e-006, 8.22357833e-006, 1, -2.15546152e-006, 1, -8.22730362e-006))
  724. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.222222358, 0.333333343))
  725. Part=CreatePart(m,Enum.Material.SmoothPlastic,0.30000001192093,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  726. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.499919891, -0.022644043, 0.0177686214, -1.00000012, -8.24911695e-010, 0, 0, 2.04890966e-007, 1, 9.34051059e-010, 1, -2.06753612e-007))
  727. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.222222358, 0.333333343))
  728. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  729. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000442504883, -0.0488579273, 0.722267151, -8.04272713e-006, 4.22634184e-006, 1.00000012, 3.99658984e-006, 1, -4.22820449e-006, -1.00000012, 3.99535202e-006, -8.04272713e-006))
  730. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.444444418, 0.333333492, 0.333333343))
  731. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  732. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000457763672, 0.0933058262, -0.744487762, -8.04272713e-006, 4.22634184e-006, 1.00000012, -2.99821204e-006, -0.99999994, 4.22820449e-006, 1.00000012, -2.996484e-006, 8.04261072e-006))
  733. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.444444418, 0.111111112, 0.111111112))
  734. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  735. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000442504883, -0.182183266, 0.855588913, -8.04272713e-006, 4.22634184e-006, 1.00000012, 3.99658984e-006, 1, -4.22820449e-006, -1.00000012, 3.99535202e-006, -8.04272713e-006))
  736. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.444444418, 0.555555701, 0.555555522))
  737. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  738. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.55560112, -0.0217895508, 0.0177996159, 1.00000012, -2.8411132e-006, 7.06478022e-006, 7.06472201e-006, 8.78795981e-006, -1, 2.845989e-006, 1.00000012, 8.78609717e-006))
  739. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.444444329, 0.222222358, 0.333333343))
  740. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  741. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000457763672, -0.0933089256, 0.74448967, -8.01897841e-006, 3.22796404e-006, 1, 6.99491648e-006, 1, -3.2261014e-006, -1, 6.99434167e-006, -8.01909482e-006))
  742. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.444444418, 0.111111112, 0.111111112))
  743. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.387777776))
  744. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000442504883, 0.0933105946, -0.94947052, -8.04272713e-006, 4.22634184e-006, 1.00000012, -2.99821204e-006, -0.99999994, 4.22820449e-006, 1.00000012, -2.996484e-006, 8.04261072e-006))
  745. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.444444418, 0.111111112, 1))
  746. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  747. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.700727463, -0.743144989, 0.0115661621, -0.25882116, 0.965925336, -1.63912773e-007, 0.965925336, 0.25882113, 1.69640407e-006, 1.68179395e-006, 2.81259418e-007, -1))
  748. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.777777791, 0.222222224, 0.111111112))
  749. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.222222224, 0.200000003, 0.200000003))
  750. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.982076645, -0.52293396, 0.0106964111, 0.499996752, -0.866027355, -1.34110451e-007, 0.866027355, 0.499996662, -1.81980431e-006, 1.64331868e-006, 7.93486834e-007, 1))
  751. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.222222239, 0.111111112))
  752. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.222222224, 0.200000003, 0.200000003))
  753. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.982073784, -0.52293396, 0.0115509033, -0.500001729, 0.866024375, 1.99303031e-007, 0.866024494, 0.500001729, 2.04425305e-006, 1.67300459e-006, 1.19581819e-006, -1.00000012))
  754. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.222222239, 0.111111112))
  755. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  756. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.689611912, 0.698707581, 0.0115661621, 0.258820206, -0.965925574, 1.63912773e-007, -0.965925574, -0.258820206, 1.28056854e-006, -1.19482866e-006, -4.89875674e-007, -1))
  757. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666627, 0.222222283, 0.111111112))
  758. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  759. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.689612389, 0.698707581, 0.0106811523, -0.258815289, 0.965926826, -1.8812716e-007, -0.965926886, -0.258815259, -1.82911754e-006, -1.81503128e-006, -2.92435288e-007, 1))
  760. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666627, 0.222222283, 0.111111112))
  761. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  762. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000442504883, -0.588941574, 0.0733530521, -8.04272713e-006, 4.22634184e-006, 1.00000012, 1.00000012, -5.81791392e-006, 8.04272713e-006, 5.82011944e-006, 1.00000012, -4.22820449e-006))
  763. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.444444418, 0.111111112, 0.888888896))
  764. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.355555624))
  765. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000442504883, -0.00668716431, -0.933359146, -7.99528789e-006, 2.2277236e-006, 1, -1.99690658e-006, -1, 2.22958624e-006, 1, -1.99680107e-006, 7.9954043e-006))
  766. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.444444418, 0.444444418, 1))
  767. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  768. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.33045578, 0.960157394, -0.000442504883, 2.99595922e-006, 0.99999994, 0, -1.00000012, 2.99473049e-006, -2.06596451e-006, -2.06596451e-006, 0, 1))
  769. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.622222245, 0.222222224, 0.666666687))
  770. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  771. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.334909439, -1.01569748, 0.033782959, -2.00338127e-006, 0.99999994, -1.86264515e-009, 1.00000012, 2.00460818e-006, 1.95513712e-006, 1.95513712e-006, 0, -1))
  772. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666627, 0.333333343, 0.333333343))
  773. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.222222224, 0.200000003, 0.200000003))
  774. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.1890583, -0.216745377, 0.0439910889, 0.707104325, -0.707109451, 5.77419996e-008, 0.707109451, 0.707104206, -2.17184424e-006, 1.49360858e-006, 1.57766044e-006, 1))
  775. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.444444448, 0.444444448))
  776. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  777. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.406620979, 0.895383835, 0.0337524414, -0.499997139, -0.866026998, -1.35973096e-007, -0.866027117, 0.499997169, 1.97440386e-006, -1.6419217e-006, 1.10454857e-006, -1.00000012))
  778. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.222222224, 0.333333343))
  779. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  780. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.685470581, 0.780828476, 0.0328826904, -0.258815289, 0.965926826, -1.8812716e-007, -0.965926886, -0.258815259, -1.82911754e-006, -1.81532232e-006, -2.94297934e-007, 1))
  781. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.222222224, 0.333333343))
  782. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  783. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.983344078, 0.606010437, -0.000427246094, -0.499996752, 0.866027355, 1.34110451e-007, -0.866027415, -0.499996632, -2.17929482e-006, -1.82172516e-006, -1.2088567e-006, 1))
  784. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.644444525, 0.222222224, 0.666666687))
  785. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  786. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0434451103, 0.999282837, -0.000442504883, 0.258821219, 0.965925276, -2.4959445e-007, -0.965925336, 0.25882116, -1.99116766e-006, -1.85886165e-006, 7.58096576e-007, 1))
  787. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.633333385, 0.222222224, 0.666666687))
  788. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.222222224, 0.200000003, 0.200000003))
  789. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.1890564, -0.216737747, 0.0449066162, -0.707107663, 0.707105815, 9.31322575e-009, 0.707105935, 0.707107723, 1.75926834e-006, 1.23807695e-006, 1.25356019e-006, -1))
  790. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.444444448, 0.444444448))
  791. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  792. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.406629562, 0.895378113, 0.032913208, 0.500002265, 0.866024137, 2.01165676e-007, -0.866024315, 0.500002205, -2.13459134e-006, -1.94919994e-006, 8.92207026e-007, 1))
  793. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.222222224, 0.333333343))
  794. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  795. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.68547821, 0.780824661, 0.0337677002, 0.25882116, -0.965925336, 1.63912773e-007, -0.965925395, -0.25882116, 2.30269507e-006, -2.18179775e-006, -7.54371285e-007, -1))
  796. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.222222224, 0.333333343))
  797. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  798. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.681031227, 0.825273514, -0.000442504883, -0.258815289, 0.965926826, -1.8812716e-007, -0.965926886, -0.258815259, -1.82911754e-006, -1.81532232e-006, -2.94297934e-007, 1))
  799. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.611111104, 0.222222224, 0.666666687))
  800. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  801. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.334904909, 0.915710449, 0.0328979492, 2.99595922e-006, 0.99999994, 0, -1.00000012, 2.99473049e-006, -2.06596451e-006, -2.06596451e-006, 0, 1))
  802. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.222222224, 0.333333343))
  803. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  804. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.413854599, 0.939809799, -0.000442504883, 0.500002265, 0.866024137, 2.01165676e-007, -0.866024315, 0.500002205, -2.13459134e-006, -1.94919994e-006, 8.92207026e-007, 1))
  805. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.605555594, 0.222222224, 0.666666687))
  806. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  807. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000442504883, -0.193306684, -0.755594254, 8.04272713e-006, -4.22634184e-006, -1.00000012, 1.99796978e-006, 1.00000012, -4.22634184e-006, 1, -1.99575152e-006, 8.04272713e-006))
  808. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.444444418, 0.444444597, 0.444444448))
  809. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  810. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.97429657, -0.534032822, 0.000442504883, -0.500001729, 0.866024375, 1.99303031e-007, 0.866024494, 0.500001729, 2.04425305e-006, 1.67300459e-006, 1.19581819e-006, -1.00000012))
  811. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.533333361, 0.111111112, 0.444444448))
  812. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  813. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.689621449, -0.754255295, 0.000442504883, -0.25882116, 0.965925336, -1.63912773e-007, 0.965925336, 0.25882113, 1.69640407e-006, 1.68179395e-006, 2.81259418e-007, -1))
  814. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.666666627, 0.111111112, 0.444444448))
  815. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  816. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.700726986, -0.743146896, 0.0106658936, 0.258815289, -0.965926826, 1.8812716e-007, 0.965926945, 0.258815289, -2.16951594e-006, 2.0468724e-006, 7.43195415e-007, 1))
  817. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.777777791, 0.222222239, 0.111111112))
  818. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  819. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.666601181, 0.000427246094, -0.0933353901, 1.00000012, 8.24911695e-010, 0, 0, -2.04890966e-007, -1, 9.34051059e-010, 1, -2.06753612e-007))
  820. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.444444597, 0.111111112))
  821. Part=CreatePart(m,Enum.Material.SmoothPlastic,0.30000001192093,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  822. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.255628586, 0.000442504883, -0.0599951744, 1.00000012, 8.24911695e-010, 0, 0, -2.04890966e-007, -1, 9.34051059e-010, 1, -2.06753612e-007))
  823. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.777777791, 0.444444597, 0.444444448))
  824. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  825. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.732635498, -0.722951889, 0.000442504883, 0.707104862, 0.707108796, 1.71549618e-006, 0.707108855, -0.707104862, 9.66712832e-007, 1.89669663e-006, 5.30853868e-007, -1))
  826. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.666666627, 0.111111112, 0.455555528))
  827. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  828. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.72215271, -0.0226593018, 0.0177686214, -1.00000012, -8.24911695e-010, 0, 0, 2.04890966e-007, 1, 9.34051059e-010, 1, -2.06753612e-007))
  829. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.333333313, 0.222222358, 0.333333343))
  830. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  831. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000427246094, -0.317780256, -0.888916016, -7.99528789e-006, 2.2277236e-006, 1, -1.99690658e-006, -1, 2.22958624e-006, 1, -1.99680107e-006, 7.9954043e-006))
  832. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.444444418, 0.666666627, 0.888889194))
  833. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.666666687, 0.200000003, 0.200000003))
  834. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.155632019, -0.0217895508, 0.0178005695, 1.00000012, -2.8411132e-006, 7.06478022e-006, 7.06472201e-006, 8.78795981e-006, -1, 2.845989e-006, 1.00000012, 8.78609717e-006))
  835. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.222222358, 0.333333343))
  836. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.333333373, 0.200000003))
  837. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000427246094, -0.306673288, -0.77781105, -8.06641765e-006, 5.22658229e-006, 1, -2.998745e-006, -0.99999994, 5.22844493e-006, 1.00000012, -2.99782096e-006, 8.06641765e-006))
  838. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.444444418, 1, 0.222222224))
  839. Part=CreatePart(m,Enum.Material.SmoothPlastic,0.30000001192093,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  840. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.499925613, 0.000427246094, -0.0600106716, 1.00000012, 8.24911695e-010, 0, 0, -2.04890966e-007, -1, 9.34051059e-010, 1, -2.06753612e-007))
  841. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.444444597, 0.444444448))
  842. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  843. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000442504883, -0.215522051, 0.933357239, -8.04272713e-006, 4.22634184e-006, 1.00000012, 3.99658984e-006, 1, -4.22820449e-006, -1.00000012, 3.99535202e-006, -8.04272713e-006))
  844. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.444444418, 0.222222343, 0.222222239))
  845. Part=CreatePart(m,Enum.Material.SmoothPlastic,0.30000001192093,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  846. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.644378662, 0.000427246094, -0.0488862991, 1.00000012, 8.24911695e-010, 0, 0, -2.04890966e-007, -1, 9.34051059e-010, 1, -2.06753612e-007))
  847. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.444444478, 0.444444597, 0.333333343))
  848. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 1.79555559))
  849. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000427246094, 0.11552453, -0.391170502, -8.04272713e-006, 4.22634184e-006, 1.00000012, -2.99821204e-006, -0.99999994, 4.22820449e-006, 1.00000012, -2.996484e-006, 8.04261072e-006))
  850. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.444444418, 0.111111112, 1))
  851. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  852. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000427246094, -0.0622398853, -0.722257614, -8.06641765e-006, 5.22658229e-006, 1, -2.998745e-006, -0.99999994, 5.22844493e-006, 1.00000012, -2.99782096e-006, 8.06641765e-006))
  853. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.444444418, 0.777777851, 0.333333343))
  854. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.26666674))
  855. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000427246094, -0.0955717564, -0.888912201, -7.99528789e-006, 2.2277236e-006, 1, -1.99690658e-006, -1, 2.22958624e-006, 1, -1.99680107e-006, 7.9954043e-006))
  856. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.444444418, 0.444444448, 1))
  857. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  858. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000427246094, -0.428887606, 0.866699219, 7.80523987e-006, 5.78910112e-006, -1, 2.00646718e-006, -0.99999994, -5.79096377e-006, -1.00000012, -2.00936847e-006, -7.80529808e-006))
  859. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.444444418, 0.444444567, 0.666666687))
  860. Part=CreatePart(m,Enum.Material.SmoothPlastic,0.30000001192093,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  861. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.644371033, -0.0226593018, 0.0177805424, -1.00000012, -8.24911695e-010, 0, 0, 2.04890966e-007, 1, 9.34051059e-010, 1, -2.06753612e-007))
  862. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.444444418, 0.222222358, 0.333333343))
  863. Part=CreatePart(m,Enum.Material.SmoothPlastic,0.30000001192093,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  864. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.64437294, -0.0217895508, 0.0177731514, 1.00000012, 8.24911695e-010, 0, 0, -2.04890966e-007, -1, 9.34051059e-010, 1, -2.06753612e-007))
  865. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.444444478, 0.222222358, 0.333333343))
  866. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.466666758))
  867. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000442504883, 0.0599701405, -0.988891602, -7.99528789e-006, 2.2277236e-006, 1, -1.99690658e-006, -1, 2.22958624e-006, 1, -1.99680107e-006, 7.9954043e-006))
  868. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.444444418, 0.222222239, 1))
  869. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.222222224, 0.222222224, 0.200000003))
  870. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.18907356, 0.0612068176, 0.0439758301, -0.707103729, 0.707109869, -8.00937414e-008, -0.707109928, -0.707103729, -1.84774399e-006, -1.36514427e-006, -1.2498349e-006, 1.00000012))
  871. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.444444448))
  872. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  873. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.998738289, 0.478488922, 0.0106811523, -0.499996752, 0.866027355, 1.34110451e-007, -0.866027415, -0.499996632, -2.17929482e-006, -1.82172516e-006, -1.2088567e-006, 1))
  874. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.944444358, 0.222222283, 0.111111112))
  875. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.222222224, 0.222222224, 0.200000003))
  876. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.18907166, 0.0611991882, 0.0448760986, 0.707107663, -0.707105815, -9.31322575e-009, -0.707105935, -0.707107663, 2.26311386e-006, -1.60565833e-006, -1.59442425e-006, -1))
  877. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.444444448))
  878. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  879. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.72215271, -0.0217895508, 0.0177767277, 1.00000012, 8.24911695e-010, 0, 0, -2.04890966e-007, -1, 9.34051059e-010, 1, -2.06753612e-007))
  880. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.333333313, 0.222222358, 0.333333343))
  881. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  882. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.752771378, -1.70083046, 0.0328826904, -0.707108438, -0.707105279, -8.04662704e-007, 0.707105219, -0.707108259, -1.96695328e-006, 8.21775757e-007, -1.9595027e-006, 1))
  883. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.222222224, 0.333333343))
  884. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  885. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0380110741, 1.81349373, 0.0337677002, -0.258816063, -0.965926647, 2.94297934e-007, -0.965926766, 0.258816034, 1.11944973e-006, -1.15780858e-006, 3.7252903e-009, -1))
  886. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666627, 0.333333343, 0.333333343))
  887. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  888. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.68104744, -1.74228096, 0.033782959, -0.25882116, 0.965925336, -1.63912773e-007, 0.965925336, 0.25882116, 2.69524753e-006, 2.64705159e-006, 5.40167093e-007, -1))
  889. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.222222224, 0.333333343))
  890. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  891. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.43126297, -0.440723896, 0.0337524414, 0.965926409, -0.258817375, 9.03382897e-007, -0.258817434, -0.96592623, 2.27056444e-006, 2.84286216e-007, -2.42702663e-006, -1))
  892. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.222222224, 0.333333343))
  893. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.415555596))
  894. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000427246094, -0.217791557, 3.14763069, 7.87631143e-006, 2.79210508e-006, -1, 2.0048692e-006, -1, -2.79024243e-006, -1.00000012, -2.00535305e-006, -7.87642784e-006))
  895. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.444444448, 0.111111112, 1))
  896. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  897. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.998738289, 0.478487015, 0.0115356445, 0.500001788, -0.866024435, 7.99074769e-007, -0.866024494, -0.500001729, 1.95298344e-006, -1.2916862e-006, -1.66893005e-006, -1))
  898. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.944444358, 0.222222283, 0.111111112))
  899. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  900. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.411231995, -1.85502052, 0.0337677002, 0.499997139, 0.866026998, 1.35973096e-007, 0.866027176, -0.499997139, 2.02376395e-006, 1.8196879e-006, -8.94069672e-007, -1))
  901. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.222222224, 0.333333343))
  902. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  903. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000427246094, -0.195569277, -0.888916016, -7.99528789e-006, 2.2277236e-006, 1, -1.99690658e-006, -1, 2.22958624e-006, 1, -1.99680107e-006, 7.9954043e-006))
  904. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.444444418, 0.555555522, 0.888889194))
  905. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  906. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.681043625, 1.64228058, 0.0328826904, -0.258815289, 0.965926826, -1.8812716e-007, -0.965927005, -0.258815318, -2.82889232e-006, -2.78104562e-006, -5.53205609e-007, 1))
  907. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.333333343, 0.333333343))
  908. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  909. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.26191521, 1.06346083, 0.033782959, -0.965925217, -0.258821994, -6.73811883e-007, -0.258822024, 0.965925097, 1.85705721e-006, 1.70897692e-007, 1.96881592e-006, -1))
  910. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666627, 0.333333343, 0.333333343))
  911. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  912. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.406616211, -0.995361328, 0.033782959, 0.499997139, 0.866026998, 1.35973096e-007, 0.866027176, -0.499997139, 2.02376395e-006, 1.8196879e-006, -8.94069672e-007, -1))
  913. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666627, 0.333333343, 0.333333343))
  914. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  915. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.752756119, 1.60083961, 0.0337524414, -0.707104445, -0.707109272, 2.84984708e-007, -0.707109332, 0.707104325, 2.05263495e-006, -1.65303936e-006, 1.2498349e-006, -1.00000012))
  916. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666627, 0.333333343, 0.333333343))
  917. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  918. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.332020521, -1.87510872, 0.0337677002, -2.00338127e-006, 0.99999994, -1.86264515e-009, 1.00000012, 2.00439717e-006, 2.95491191e-006, 2.95497011e-006, 0, -1))
  919. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.222222224, 0.333333343))
  920. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  921. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.39550209, -0.768675327, -0.000442504883, -1.00000012, 2.99617022e-006, -6.64731488e-008, -2.99861949e-006, -1, -1.99861825e-006, -6.64149411e-008, -1.99861825e-006, 1))
  922. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.650000036, 0.222222224, 0.666666687))
  923. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  924. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.04138565, 1.36567116, 0.033782959, -0.86602366, -0.500003099, -2.32830644e-008, -0.500003219, 0.866023719, 2.22027302e-006, -1.08859967e-006, 1.93715096e-006, -1))
  925. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666627, 0.333333343, 0.333333343))
  926. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  927. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0380134583, -1.91348839, 0.0337677002, 0.258816063, 0.965926707, 7.05942512e-007, 0.965926766, -0.258816034, 2.88011506e-006, 2.96387589e-006, -6.33299351e-008, -1))
  928. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.222222224, 0.333333343))
  929. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  930. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.76656342, -0.032913208, 0.0710742474, -1.00000012, -1.06751759e-006, -2.97703082e-006, 2.97703082e-006, -2.2277236e-006, -1, 1.06714742e-006, -1.00000012, 2.2277236e-006))
  931. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.777777731, 0.333333343, 0.333333075))
  932. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  933. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.752754211, 1.60084343, 0.0328826904, 0.707108438, 0.707105279, -1.95577741e-007, -0.707105279, 0.707108319, -2.0340085e-006, -1.29919499e-006, 1.57766044e-006, 1))
  934. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.333333343, 0.333333343))
  935. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  936. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.2193222, 1.13064575, 0.0337677002, 0.707107663, -0.707105815, -9.31322575e-009, -0.707105935, -0.707107663, 1.26287341e-006, -8.98377039e-007, -8.88481736e-007, -1))
  937. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666627, 0.333333343, 0.333333343))
  938. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  939. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.752759933, -1.70083618, 0.0337524414, 0.707104445, 0.707109272, 7.15255737e-007, 0.707109272, -0.707104325, 1.94460154e-006, 1.88068952e-006, -8.6799264e-007, -1))
  940. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.222222224, 0.333333343))
  941. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  942. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.411211967, 1.75500488, 0.0337677002, -0.499997139, -0.866026998, -1.35973096e-007, -0.866027117, 0.499997169, 1.97440386e-006, -1.6419217e-006, 1.10454857e-006, -1.00000012))
  943. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666627, 0.333333343, 0.333333343))
  944. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  945. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.404014587, -1.8105526, -0.000442504883, -0.500002265, -0.866024137, -2.01165676e-007, 0.866024256, -0.500002205, -1.86357647e-006, 1.51334098e-006, -1.10641122e-006, 1.00000012))
  946. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.605555594, 0.222222224, 0.666666687))
  947. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  948. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.999269485, -0.493020058, 0.000442504883, 0.86602366, 0.500003159, 2.02190131e-006, 0.500003219, -0.86602366, 7.80448318e-007, 2.14221654e-006, 3.37138772e-007, -1))
  949. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.427777737, 0.111111112, 0.455555528))
  950. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  951. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.37312126, -0.0296888351, 0.033782959, -0.866025925, 0.499999225, -6.98491931e-008, 0.499999285, 0.866025865, 2.15135515e-006, 1.13691203e-006, 1.83098018e-006, -1))
  952. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666627, 0.333333343, 0.333333343))
  953. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  954. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.332023382, -1.87511063, 0.0328826904, -2.99595922e-006, -0.99999994, 0, 1.00000012, -2.9957464e-006, -1.93301821e-006, 1.93301821e-006, 0, 1))
  955. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.222222224, 0.333333343))
  956. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  957. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.4378109, -0.033782959, 0.591032505, 0.965925395, -0.258821338, 2.99140811e-006, -4.61109448e-006, -5.65126538e-006, 1, -0.258821398, -0.965925276, -6.65150583e-006))
  958. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.711111128, 0.333333343, 0.333333075))
  959. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.577777743, 0.200000003, 0.200000003))
  960. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.39992905, -0.0328979492, 0.0710861683, -1.00000012, -1.06751759e-006, -2.97703082e-006, 2.97703082e-006, -2.2277236e-006, -1, 1.06714742e-006, -1.00000012, 2.2277236e-006))
  961. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.333333343, 0.333333075))
  962. Part=CreatePart(m,Enum.Material.DiamondPlate,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  963. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000411987305, -0.351133108, -2.28879356, -8.09004996e-006, 6.22309744e-006, 1, 6.99754401e-006, -1, 6.22496009e-006, 1.00000012, 6.99883458e-006, 8.08999175e-006))
  964. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.333333284, 0.222222343))
  965. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  966. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000427246094, 1.92793274, 2.17365265, 7.87631143e-006, 2.79210508e-006, -1, -0.707104325, -0.707109332, -7.54371285e-006, -0.707109332, 0.707104206, -3.59676778e-006))
  967. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.444444448, 0.111111112, 0.661111116))
  968. Part=CreatePart(m,Enum.Material.SmoothPlastic,0.30000001192093,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.533333361))
  969. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000442504883, 0.373340368, 2.93322372, 2.12091254e-006, -2.55554914e-006, 1, -1.00450325e-006, 1, 2.5536865e-006, -1.00000012, -1.00488069e-006, 2.12091254e-006))
  970. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.222222209, 0.111111112, 1))
  971. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(1.33333337, 0.222222224, 0.200000003))
  972. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.88875961, -0.673328876, 0.0448913574, 1.00000012, 2.0013058e-006, -4.429603e-008, 2.00045451e-006, -1, 1.99861825e-006, -4.43542376e-008, -2.00048089e-006, -1))
  973. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.444444448))
  974. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  975. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.987796783, -0.661561966, 0.0328979492, 0.499996752, -0.866027355, -1.34110451e-007, 0.866027355, 0.499996662, -1.81980431e-006, 1.64331868e-006, 7.93486834e-007, 1))
  976. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.333333343, 0.333333343))
  977. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  978. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.26192474, 1.06344938, 0.0328979492, 0.965926766, 0.258815914, 8.06991011e-007, -0.258815914, 0.965926707, -2.18674541e-006, -1.34581933e-006, 1.90548599e-006, 1))
  979. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.333333343, 0.333333343))
  980. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  981. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.332024336, 1.77513504, 0.0337677002, 2.00338127e-006, -0.99999994, 1.86264515e-009, -1.00000012, -2.00338218e-006, 1.04407081e-006, -1.04407081e-006, 0, -1))
  982. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666627, 0.333333343, 0.333333343))
  983. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  984. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.35701561, -0.0328979492, 0.959096909, -0.866025567, 0.49999997, -3.09199095e-006, 5.85510861e-006, 3.95998359e-006, -1.00000012, -0.5, -0.866025448, -6.3534826e-006))
  985. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.649999976, 0.333333343, 0.333333075))
  986. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  987. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.3731041, -0.0702953339, 0.0328826904, -0.866023719, 0.500003099, -1.58324838e-007, -0.500003159, -0.86602366, -2.22027302e-006, -1.24803046e-006, -1.84588134e-006, 1))
  988. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.222222224, 0.333333343))
  989. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  990. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.22569084, 0.271190643, 0.0328826904, -0.707103729, 0.707109869, -8.00937414e-008, -0.707109928, -0.707103729, -1.84774399e-006, -1.3638637e-006, -1.25356019e-006, 1))
  991. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.222222224, 0.333333343))
  992. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  993. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.37088776, -0.0258455276, -0.000442504883, -0.866023719, 0.500003099, -1.58324838e-007, -0.500003159, -0.86602366, -2.22027302e-006, -1.24803046e-006, -1.84588134e-006, 1))
  994. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.588888824, 0.222222224, 0.666666687))
  995. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  996. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000442504883, -0.317777634, 2.17771339, 7.87631143e-006, 2.79210508e-006, -1, -1.99423084e-006, -1, -2.79210508e-006, -1, 1.99198348e-006, -7.87636964e-006))
  997. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.222222209, 0.666666746, 0.666666687))
  998. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  999. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.411245346, -1.85501671, 0.0328826904, -0.500002265, -0.866024137, -2.01165676e-007, 0.866024256, -0.500002205, -1.86357647e-006, 1.51334098e-006, -1.10641122e-006, 1.00000012))
  1000. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.222222224, 0.333333343))
  1001. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1002. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0380268097, -1.91348648, 0.0328826904, -0.258821219, -0.965925336, -7.50645995e-007, 0.965925336, -0.25882116, -2.00793147e-006, 1.7452985e-006, -1.2461096e-006, 1))
  1003. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.222222224, 0.333333343))
  1004. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1005. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.04139709, 1.36566448, 0.0328979492, 0.86602658, 0.499998063, 1.35041773e-007, -0.499998152, 0.86602658, -1.84215605e-006, -1.03906495e-006, 1.52923167e-006, 1))
  1006. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.333333343, 0.333333343))
  1007. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1008. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.987790108, -0.661561966, 0.0337371826, -0.500001729, 0.866024375, 1.99303031e-007, 0.866024494, 0.500001729, 2.04425305e-006, 1.67300459e-006, 1.19581819e-006, -1.00000012))
  1009. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666627, 0.333333343, 0.333333343))
  1010. Part=CreatePart(m,Enum.Material.DiamondPlate,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1011. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000411987305, -0.351133347, -2.37768745, -8.09004996e-006, 6.22309744e-006, 1, 6.99754401e-006, -1, 6.22496009e-006, 1.00000012, 6.99883458e-006, 8.08999175e-006))
  1012. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.333333343, 0.666666746))
  1013. Part=CreatePart(m,Enum.Material.DiamondPlate,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1014. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000411987305, -0.240033865, -3.52204132, -8.09004996e-006, 6.22309744e-006, 1, 6.99754401e-006, -1, 6.22496009e-006, 1.00000012, 6.99883458e-006, 8.08999175e-006))
  1015. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.333333343, 0.777777851))
  1016. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1017. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.032913208, -0.215545177, 1.16659164, -7.94790685e-006, 2.29105353e-007, 1, -4.64115146e-009, 1, -2.30967999e-007, -1.00000012, -5.4760676e-009, -7.94796506e-006))
  1018. CreateMesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=11294911",Vector3.new(0, 0, 0),Vector3.new(0.13333334, 0.13333334, 0.13333334))
  1019. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.266666681, 0.844444454))
  1020. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000442504883, -0.117789268, 2.24437332, 7.87631143e-006, 2.79210508e-006, -1, -1.99423084e-006, -1, -2.79210508e-006, -1, 1.99198348e-006, -7.87636964e-006))
  1021. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.222222209, 1, 1))
  1022. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1023. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000427246094, 2.08883667, 0.0511171818, 7.80523987e-006, 5.78910112e-006, -1, -1, 6.81831443e-006, -7.80523987e-006, 6.81874826e-006, 1, 5.79096377e-006))
  1024. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.222222239, 0.222222239))
  1025. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.577777743, 0.200000003, 0.200000003))
  1026. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.39992905, -0.0337677002, 0.0710904598, 1, -1.92947755e-006, 3.04350397e-006, -3.04362038e-006, -2.79210508e-006, 1, -1.93090091e-006, -1, -2.79210508e-006))
  1027. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.333333343, 0.333333075))
  1028. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(2.44444442, 0.200000003, 0.200000003))
  1029. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.44428444, 0.517767191, 0.0439910889, 1.00000012, -2.99617022e-006, 6.64731488e-008, 2.99888688e-006, 1, -2.00048089e-006, -6.64149411e-008, 2.00234354e-006, 1))
  1030. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.444444448, 0.444444448))
  1031. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(1.33333337, 0.222222224, 0.200000003))
  1032. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.88876152, -0.673300505, 0.0440063477, -1.00000012, 2.99617022e-006, -6.64731488e-008, -2.99861949e-006, -1, -1.99861825e-006, -6.64149411e-008, -1.99861825e-006, 1))
  1033. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.444444448))
  1034. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1035. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.26192474, -1.16346502, 0.0328674316, -0.965926468, -0.258817077, -7.84639269e-007, 0.258817077, -0.96592629, -1.81235373e-006, -2.89059244e-007, -1.95391476e-006, 1))
  1036. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.222222224, 0.333333343))
  1037. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1038. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.39494896, 0.713122368, 0.0328826904, 1.00000012, -2.99617022e-006, 6.64731488e-008, 2.99888688e-006, 1, -2.00048089e-006, -6.64149411e-008, 2.00234354e-006, 1))
  1039. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.333333343, 0.333333343))
  1040. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.533333361))
  1041. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000457763672, 0.428881407, 2.93319702, 2.12091254e-006, -2.55554914e-006, 1, -1.00450325e-006, 1, 2.5536865e-006, -1.00000012, -1.00488069e-006, 2.12091254e-006))
  1042. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.222222209, 0.444444537, 1))
  1043. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1044. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.2201252, 0.315633774, -0.000442504883, -0.707103729, 0.707109869, -8.00937414e-008, -0.707109928, -0.707103729, -1.84774399e-006, -1.3638637e-006, -1.25356019e-006, 1))
  1045. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.611111104, 0.222222224, 0.666666687))
  1046. Part=CreatePart(m,Enum.Material.DiamondPlate,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1047. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000457763672, 0.384451628, 3.6553688, 2.12091254e-006, -2.55554914e-006, 1, -1.00450325e-006, 1, 2.5536865e-006, -1.00000012, -1.00488069e-006, 2.12091254e-006))
  1048. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.888888896, 0.777777791))
  1049. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.332222164))
  1050. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000427246094, 0.00442194939, 1.94495964, 7.87631143e-006, 2.79210508e-006, -1, -1.99423084e-006, -1, -2.79210508e-006, -1, 1.99198348e-006, -7.87636964e-006))
  1051. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.666666627, 0.333333343, 1))
  1052. Part=CreatePart(m,Enum.Material.DiamondPlate,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.333333343))
  1053. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000442504883, 0.451114655, 3.41094017, 2.12091254e-006, -2.55554914e-006, 1, -1.00450325e-006, 1, 2.5536865e-006, -1.00000012, -1.00488069e-006, 2.12091254e-006))
  1054. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.222222224, 1))
  1055. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1056. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.032913208, -0.217801571, 3.36650276, 7.87631143e-006, 2.79210508e-006, -1, 2.0048692e-006, -1, -2.79024243e-006, -1.00000012, -2.00535305e-006, -7.87642784e-006))
  1057. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.111111112))
  1058. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1059. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.37311745, -0.0702953339, 0.033782959, 0.866025925, -0.499999225, 6.98491931e-008, -0.499999285, -0.866025865, 1.8440187e-006, -8.60658474e-007, -1.63167715e-006, -1))
  1060. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.222222224, 0.333333343))
  1061. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(2.42222214, 0.200000003, 0.200000003))
  1062. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.42761993, 0.484430075, -0.000442504883, 1.00000012, -2.99617022e-006, 6.64731488e-008, 2.99888688e-006, 1, -2.00048089e-006, -6.64149411e-008, 2.00234354e-006, 1))
  1063. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.111111112, 0.444444448))
  1064. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.377777785, 0.200000003, 0.200000003))
  1065. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.92218018, -0.0337677002, 0.0710775852, 1, -1.92947755e-006, 3.04350397e-006, -3.04362038e-006, -2.79210508e-006, 1, -1.93090091e-006, -1, -2.79210508e-006))
  1066. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.333333343, 0.333333075))
  1067. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1068. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.43128014, -0.44070816, 0.0328979492, -0.965924978, 0.25882256, -1.25728548e-008, -0.25882259, -0.965924859, -1.75274909e-006, -4.66185156e-007, -1.68941915e-006, 1))
  1069. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.222222224, 0.333333343))
  1070. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.283333272))
  1071. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000442504883, 0.17107892, 1.34165955, 7.87631143e-006, 2.79210508e-006, -1, -1.99423084e-006, -1, -2.79210508e-006, -1, 1.99198348e-006, -7.87636964e-006))
  1072. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.666666627, 0.111111112, 1))
  1073. Part=CreatePart(m,Enum.Material.DiamondPlate,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1074. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000411987305, -0.240036488, -3.42205238, -8.09004996e-006, 6.22309744e-006, 1, 6.99754401e-006, -1, 6.22496009e-006, 1.00000012, 6.99883458e-006, 8.08999175e-006))
  1075. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.333333284, 0.222222343))
  1076. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1077. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.88880539, -0.0711040497, -0.0328979492, -1.00000012, -8.24911695e-010, 0, 8.24911695e-010, 1, -1.86264515e-009, 0, 1.86264515e-009, -1))
  1078. CreateMesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=11294911",Vector3.new(0, 0, 0),Vector3.new(0.177777782, 0.13333334, 0.13333334))
  1079. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1080. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.04765511, 0.55175209, -0.000457763672, 0.86602658, 0.499998063, 1.35041773e-007, -0.499998152, 0.86602658, -1.84215605e-006, -1.03906495e-006, 1.52923167e-006, 1))
  1081. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.611111104, 0.222222224, 0.666666687))
  1082. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1083. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.43708801, -0.518847466, 0.0328826904, 0.965924978, -0.25882256, 1.25728548e-008, 0.25882259, 0.965924859, -2.25007534e-006, 5.69911208e-007, 2.17556953e-006, 1))
  1084. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.222222224, 0.333333343))
  1085. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.217777789, 0.200000003, 0.200000003))
  1086. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.90997505, 1.04284573, -0.000442504883, 0.965926468, 0.258817047, -2.14669853e-007, -0.258817077, 0.965926349, -2.18674541e-006, -3.58966645e-007, 2.16811895e-006, 1))
  1087. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.111111112, 0.444444448))
  1088. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1089. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.989644051, -1.4774456, -0.000457763672, 0.499996752, -0.866027355, -1.34110451e-007, 0.866027355, 0.499996662, -1.81980431e-006, 1.64331868e-006, 7.93486834e-007, 1))
  1090. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.644444525, 0.222222224, 0.666666687))
  1091. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1092. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.35825729, 0.0879907608, 0.000442504883, -0.866025925, 0.499999225, -6.98491931e-008, 0.499999285, 0.866025865, 2.15135515e-006, 1.13691203e-006, 1.83098018e-006, -1))
  1093. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.638888896, 0.111111112, 0.444444448))
  1094. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1095. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000442504883, 1.88883972, 0.322785616, 7.87631143e-006, 2.79210508e-006, -1, -1.00000012, -2.17866273e-006, -7.87636964e-006, -2.1780952e-006, 1, 2.79024243e-006))
  1096. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.444444448, 0.111111112, 0.616666317))
  1097. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1098. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000427246094, 1.75527191, 0.677408218, 7.87631143e-006, 2.79210508e-006, -1, -0.965925097, -0.258822173, -8.32974911e-006, -0.258822203, 0.965925097, 6.57513738e-007))
  1099. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.444444448, 0.111111112, 0.69444412))
  1100. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.222222224, 0.222222224, 0.200000003))
  1101. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.26097679, -1.36421204, 0.0448760986, 0.965925217, 0.258821994, 6.73811883e-007, 0.258821994, -0.965925038, 2.16625631e-006, 1.21234916e-006, -1.92038715e-006, -1))
  1102. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.444444448))
  1103. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1104. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.04208946, -0.607302666, 0.0337677002, 0.86602366, 0.500003099, 2.32830644e-008, 0.500003159, -0.86602366, 1.77696347e-006, 9.1054244e-007, -1.52923167e-006, -1))
  1105. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666627, 0.333333343, 0.333333343))
  1106. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1107. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.749071121, -0.844144821, 0.0328674316, -0.707108438, -0.707105279, 1.95577741e-007, 0.70710516, -0.707108319, -1.96509063e-006, 1.52707798e-006, -1.25356019e-006, 1))
  1108. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.333333343, 0.333333343))
  1109. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1110. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.985210419, -1.52189445, 0.033782959, -0.500001729, 0.866024375, 1.99303031e-007, 0.866024494, 0.500001729, 2.04425305e-006, 1.67300459e-006, 1.19581819e-006, -1.00000012))
  1111. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.222222224, 0.333333343))
  1112. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1113. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.21932793, -1.23063469, 0.033782959, -0.707107663, 0.707105815, 9.31322575e-009, 0.707105935, 0.707107723, 2.75950879e-006, 1.94541644e-006, 1.95764005e-006, -1))
  1114. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.222222224, 0.333333343))
  1115. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1116. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000457763672, 1.85951233, -0.420578957, 7.87631143e-006, 2.79210508e-006, -1, -0.866026044, 0.499999166, -5.424954e-006, 0.499999225, 0.866025925, 6.3534826e-006))
  1117. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.444444448, 0.111111112, 0.661110818))
  1118. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.222222224, 0.200000003, 0.200000003))
  1119. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.35547829, 0.121307373, 0.0439910889, 0.866023719, -0.500003099, 1.58324838e-007, 0.500003159, 0.86602354, -1.77882612e-006, 7.5151911e-007, 1.61863863e-006, 1))
  1120. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.444444448, 0.444444448))
  1121. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.222222224, 0.222222224, 0.200000003))
  1122. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.35547829, -0.276857376, 0.0440063477, -0.866023719, 0.500003099, -1.58324838e-007, -0.500003159, -0.86602366, -2.22027302e-006, -1.24803046e-006, -1.84588134e-006, 1))
  1123. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.444444448))
  1124. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1125. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.681055546, 1.64227676, 0.033782959, 0.25882116, -0.965925336, 1.63912773e-007, -0.965925395, -0.258821189, 1.30338594e-006, -1.21688936e-006, -4.97326255e-007, -1))
  1126. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666627, 0.333333343, 0.333333343))
  1127. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.222222224, 0.200000003, 0.200000003))
  1128. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.26098824, 1.20867348, 0.0440063477, 0.965926766, 0.258815885, -1.92318112e-007, -0.258815914, 0.965926707, -2.18674541e-006, -3.80561687e-007, 2.16253102e-006, 1))
  1129. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.444444448, 0.444444448))
  1130. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1131. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.19759178, -0.0328979492, 1.29328156, -0.707106829, 0.707106948, -3.01375985e-006, 7.46408477e-006, 3.20374966e-006, -1, -0.707106948, -0.707106709, -7.54091889e-006))
  1132. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.794444442, 0.333333343, 0.333333075))
  1133. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.50555557, 0.200000003, 0.200000003))
  1134. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.2195034, 1.47472382, -0.000442504883, 0.86602658, 0.499998063, 1.35041773e-007, -0.499998152, 0.86602658, -1.84215605e-006, -1.03906495e-006, 1.52923167e-006, 1))
  1135. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.111111112, 0.444444448))
  1136. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1137. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.04209137, 0.507313728, 0.0328826904, 0.86602658, 0.499998063, 1.35041773e-007, -0.499998152, 0.86602658, -1.84215605e-006, -1.03906495e-006, 1.52923167e-006, 1))
  1138. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.222222224, 0.333333343))
  1139. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1140. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000427246094, -0.0400173664, 1.76664162, 7.87631143e-006, 2.79210508e-006, -1, -1.99423084e-006, -1, -2.79210508e-006, -1, 1.99198348e-006, -7.87636964e-006))
  1141. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.222222209, 0.555555642, 0.555555344))
  1142. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1143. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.20016479, -0.25006485, 0.000427246094, -0.707107663, 0.707105815, 9.31322575e-009, 0.707105935, 0.707107723, 1.75926834e-006, 1.23807695e-006, 1.25356019e-006, -1))
  1144. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.777777791, 0.111111112, 0.444444448))
  1145. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1146. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.749082565, 0.744153976, 0.033782959, -0.707104445, -0.707109272, 2.84984708e-007, -0.707109332, 0.707104325, 2.05263495e-006, -1.65222446e-006, 1.25169754e-006, -1))
  1147. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.222222224, 0.333333343))
  1148. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1149. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.39535141, -0.101773739, -0.000442504883, 1.00000012, -2.99617022e-006, 6.64731488e-008, 2.99888688e-006, 1, -2.00048089e-006, -6.64149411e-008, 2.00234354e-006, 1))
  1150. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.650000036, 0.222222224, 0.666666687))
  1151. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1152. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.26120186, 0.203057289, 0.0337677002, -0.965925217, -0.258821964, 3.2549724e-007, -0.258821994, 0.965925097, 1.85705721e-006, -7.94418156e-007, 1.70990825e-006, -1))
  1153. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.222222224, 0.333333343))
  1154. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.222222224, 0.222222224, 0.200000003))
  1155. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.91107368, -1.23172569, 0.0448760986, 0.965925217, 0.258821994, 6.73811883e-007, 0.258821994, -0.965925038, 2.16625631e-006, 1.21234916e-006, -1.92038715e-006, -1))
  1156. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.444444448))
  1157. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1158. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.19757652, -0.0337524414, 1.29328918, 0.707104743, -0.707108796, 3.05660069e-006, -7.49435276e-006, -3.17394733e-006, 1, -0.707108855, -0.707104743, -7.54371285e-006))
  1159. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.794444442, 0.333333343, 0.333333075))
  1160. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1161. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.749076843, 0.744155884, 0.0328826904, 0.707108438, 0.707105279, -1.95577741e-007, -0.707105279, 0.707108319, -2.0340085e-006, -1.29919499e-006, 1.57766044e-006, 1))
  1162. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.222222209, 0.333333343))
  1163. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1164. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.038025856, 1.81349373, 0.0328979492, 0.258822173, 0.965924919, -2.4959445e-007, -0.965925097, 0.258822083, -2.01212242e-006, -1.87905971e-006, 7.61821866e-007, 1))
  1165. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.333333343, 0.333333343))
  1166. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1167. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.39494324, 0.713132858, 0.033782959, -1.00000012, -2.0013058e-006, 4.429603e-008, -2.000721e-006, 1, 1.9967556e-006, -4.43542376e-008, 1.99861825e-006, -1))
  1168. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666627, 0.333333343, 0.333333343))
  1169. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1170. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.749074936, -0.844139099, 0.0337677002, 0.707104445, 0.707109272, -2.84984708e-007, 0.707109272, -0.707104325, 1.94460154e-006, 1.17346644e-006, -1.57766044e-006, -1))
  1171. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666627, 0.333333343, 0.333333343))
  1172. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.222222224, 0.200000003, 0.200000003))
  1173. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.2609787, 1.20868063, 0.0449066162, -0.965925217, -0.258821994, -6.73811883e-007, -0.258821994, 0.965925038, 1.83470547e-006, 1.76602043e-007, 1.94832683e-006, -1))
  1174. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.444444448, 0.444444448))
  1175. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1176. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.39493942, -0.81312108, 0.0328826904, -1.00000012, 2.99617022e-006, -6.64731488e-008, -2.99861949e-006, -1, -1.99861825e-006, -6.64149411e-008, -1.99861825e-006, 1))
  1177. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.222222224, 0.333333343))
  1178. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1179. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.26041794, 1.17535067, 0.000442504883, -0.965925217, -0.258821994, -6.73811883e-007, -0.258821994, 0.965925038, 1.83470547e-006, 1.76602043e-007, 1.94832683e-006, -1))
  1180. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.672222197, 0.111111112, 0.444444448))
  1181. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.222222224, 0.222222224, 0.200000003))
  1182. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.26098442, -1.36420727, 0.0439758301, -0.965926468, -0.258817077, -7.84639269e-007, 0.258817077, -0.96592629, -1.81235373e-006, -2.89059244e-007, -1.95391476e-006, 1))
  1183. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.444444448))
  1184. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1185. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.39590263, 0.0462248325, 0.0328674316, -1.00000012, 2.99617022e-006, -6.64731488e-008, -2.99861949e-006, -1, -1.99861825e-006, -6.64149411e-008, -1.99861825e-006, 1))
  1186. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.333333343, 0.333333343))
  1187. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1188. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.26564789, 0.247499943, -0.000442504883, 0.965926468, 0.258817047, -2.14669853e-007, -0.258817077, 0.965926349, -2.18674541e-006, -3.58966645e-007, 2.16811895e-006, 1))
  1189. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.588888943, 0.222222224, 0.666666687))
  1190. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1191. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.43127441, 0.340747833, 0.0337982178, -0.965926409, 0.258817405, 9.68575478e-008, 0.258817434, 0.96592623, 1.7285347e-006, 3.53786163e-007, 1.69500709e-006, -1))
  1192. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666627, 0.333333343, 0.333333343))
  1193. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1194. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.406633377, -0.995368958, 0.0328674316, -0.500002265, -0.866024137, -2.01165676e-007, 0.866024256, -0.500002205, -1.86357647e-006, 1.51270069e-006, -1.10827386e-006, 1))
  1195. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.333333343, 0.333333343))
  1196. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1197. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0401058197, -1.05484009, 0.0328826904, -0.258822173, -0.965924919, 2.4959445e-007, 0.965925097, -0.258822113, -1.98651105e-006, 1.98319321e-006, -2.73808837e-007, 1))
  1198. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.333333343, 0.333333343))
  1199. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1200. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.22568321, -0.371173859, 0.033782959, -0.707107663, 0.707105815, 9.31322575e-009, 0.707105935, 0.707107723, 1.75926834e-006, 1.23807695e-006, 1.25356019e-006, -1))
  1201. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666627, 0.333333343, 0.333333343))
  1202. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1203. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.26192284, -1.16344357, 0.0337677002, 0.965925217, 0.258821994, 6.73811883e-007, 0.258821994, -0.965925038, 2.16625631e-006, 1.21234916e-006, -1.92038715e-006, -1))
  1204. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.222222224, 0.333333343))
  1205. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1206. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.42905426, -0.396276951, -0.000442504883, -0.965924978, 0.25882256, -1.25728548e-008, -0.25882259, -0.965924859, -1.75274909e-006, -4.66185156e-007, -1.68941915e-006, 1))
  1207. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.611111104, 0.222222224, 0.666666687))
  1208. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1209. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.25748634, -1.11900187, -0.000442504883, -0.965926468, -0.258817077, -7.84639269e-007, 0.258817077, -0.96592629, -1.81235373e-006, -2.89059244e-007, -1.95391476e-006, 1))
  1210. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.588888943, 0.222222224, 0.666666687))
  1211. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1212. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.745542526, -1.65638733, -0.000442504883, -0.707108438, -0.707105279, -8.04662704e-007, 0.707105219, -0.707108259, -1.96695328e-006, 8.21775757e-007, -1.9595027e-006, 1))
  1213. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.627777815, 0.222222224, 0.666666687))
  1214. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1215. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.2256813, 0.27117157, 0.0337677002, 0.707107663, -0.707105815, -9.31322575e-009, -0.707105935, -0.707107663, 2.26311386e-006, -1.60565833e-006, -1.59442425e-006, -1))
  1216. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.222222224, 0.333333343))
  1217. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1218. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.336460352, -1.83066368, -0.000457763672, -2.99595922e-006, -0.99999994, 0, 1.00000012, -2.9957464e-006, -1.93301821e-006, 1.93301821e-006, 0, 1))
  1219. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.622222245, 0.222222224, 0.666666687))
  1220. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1221. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0346918106, -1.86904526, -0.000442504883, -0.258821219, -0.965925336, -7.50645995e-007, 0.965925336, -0.25882116, -2.00793147e-006, 1.7452985e-006, -1.2461096e-006, 1))
  1222. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.633333385, 0.222222224, 0.666666687))
  1223. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1224. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.681048393, -1.74228477, 0.0328979492, 0.258815289, -0.965926826, 1.8812716e-007, 0.965927005, 0.258815318, -1.17020682e-006, 1.08155655e-006, 4.84287739e-007, 1))
  1225. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.222222224, 0.333333343))
  1226. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1227. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.332011938, 1.77513504, 0.0328826904, 2.99595922e-006, 0.99999994, 0, -1.00000012, 2.99473049e-006, -2.06596451e-006, -2.06596451e-006, 0, 1))
  1228. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.333333343, 0.333333343))
  1229. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1230. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.22568321, -0.371189117, 0.0328979492, 0.707103729, -0.707109869, 8.00937414e-008, 0.707109928, 0.707103729, -2.17370689e-006, 1.47923129e-006, 1.59442425e-006, 1))
  1231. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.333333343, 0.333333343))
  1232. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1233. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.685490608, -0.880828857, 0.0328979492, 0.258815289, -0.965926826, 1.8812716e-007, 0.965926945, 0.258815289, -2.16951594e-006, 2.0468724e-006, 7.43195415e-007, 1))
  1234. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.333333343, 0.333333343))
  1235. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1236. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.04137993, -1.46566677, 0.0337371826, 0.86602366, 0.500003099, 2.32830644e-008, 0.500003159, -0.8660236, 2.77534127e-006, 1.40920747e-006, -2.39163637e-006, -1))
  1237. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.222222224, 0.333333343))
  1238. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1239. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.685470104, -0.880832672, 0.0337677002, -0.25882116, 0.965925336, -1.63912773e-007, 0.965925336, 0.25882113, 1.69640407e-006, 1.68150291e-006, 2.79396772e-007, -1))
  1240. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666627, 0.333333343, 0.333333343))
  1241. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.622222245))
  1242. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000411987305, -0.173335552, -3.51093864, -7.99528789e-006, 2.2277236e-006, 1, -1.99690658e-006, -1, 2.22958624e-006, 1, -1.99680107e-006, 7.9954043e-006))
  1243. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.222222194, 0.333333433, 1))
  1244. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1245. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.43127441, 0.340723991, 0.0328826904, 0.965924978, -0.25882256, 1.25728548e-008, 0.25882259, 0.965924859, -2.25007534e-006, 5.69911208e-007, 2.17556953e-006, 1))
  1246. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.333333343, 0.333333343))
  1247. Part=CreatePart(m,Enum.Material.DiamondPlate,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1248. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000411987305, -0.340000868, 2.46657753, 7.78154936e-006, 6.78934157e-006, -1, -7.01379213e-006, -1, -6.78934157e-006, -1, 7.0126498e-006, -7.78154936e-006))
  1249. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.444444448, 0.222222343))
  1250. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.283333331, 0.200000003, 0.200000003))
  1251. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.3416748, -0.0337677002, 0.215527296, 1, -1.92947755e-006, 3.04350397e-006, -3.04362038e-006, -2.79210508e-006, 1, -1.93090091e-006, -1, -2.79210508e-006))
  1252. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.333333343, 0.333333075))
  1253. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1254. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000427246094, -1.26666832, -0.137739182, -7.97159737e-006, 1.2293458e-006, 1, 1.00000012, 2.17891011e-006, 7.97159737e-006, -2.1778169e-006, 1, -1.2293458e-006))
  1255. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666627, 0.666666687, 0.222221985))
  1256. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1257. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000427246094, 0.914638519, 1.35980606, 7.92363426e-006, 7.95349479e-007, -1, -0.500000238, -0.866025329, -4.64916229e-006, -0.866025448, 0.500000238, -6.46524131e-006))
  1258. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.666666627, 0.111111112, 0.622221947))
  1259. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1260. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000427246094, 1.16667557, -0.148854971, 7.90046761e-006, 1.76951289e-006, -1.00000012, -1.00000012, 2.81886696e-006, -7.90058402e-006, 2.82179008e-006, 1, 1.76951289e-006))
  1261. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.333333343, 0.333333075))
  1262. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1263. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000411987305, -0.317776442, -2.59990501, -7.99528789e-006, 2.2277236e-006, 1, 1.00195484e-006, -1.00000012, 2.2277236e-006, 1.00000012, 1.00352918e-006, 7.99528789e-006))
  1264. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.222222209, 0.666666746, 0.666666687))
  1265. Part=CreatePart(m,Enum.Material.DiamondPlate,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.26666671))
  1266. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000411987305, -0.284470558, -2.3110218, -8.09004996e-006, 6.22309744e-006, 1, 6.99754401e-006, -1, 6.22496009e-006, 1.00000012, 6.99883458e-006, 8.08999175e-006))
  1267. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.333333343, 1))
  1268. Part=CreatePart(m,Enum.Material.DiamondPlate,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1269. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000411987305, -0.239980221, 3.62204552, 7.78154936e-006, 6.78934157e-006, -1, -7.01379213e-006, -1, -6.78934157e-006, -1, 7.0126498e-006, -7.78154936e-006))
  1270. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.333333343, 0.222222343))
  1271. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1272. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.373106, -0.0296888351, 0.0328979492, 0.866023719, -0.500003099, 1.58324838e-007, 0.500003159, 0.86602354, -1.77882612e-006, 7.5151911e-007, 1.61863863e-006, 1))
  1273. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.333333343, 0.333333343))
  1274. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.283333361, 0.200000003, 0.200000003))
  1275. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.3416748, -0.032913208, 0.215525627, -1.00000012, -1.06751759e-006, -2.97703082e-006, 2.97703082e-006, -2.2277236e-006, -1, 1.06714742e-006, -1.00000012, 2.2277236e-006))
  1276. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.333333343, 0.333333075))
  1277. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1278. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.39494705, -0.813129902, 0.0337677002, 1.00000012, 2.02345655e-006, 9.55478754e-007, 2.02280626e-006, -1, 1.99861825e-006, 9.55420546e-007, -2.00048089e-006, -1))
  1279. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.222222224, 0.333333343))
  1280. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.577777743))
  1281. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000427246094, -0.0177989006, 2.39994431, 7.87631143e-006, 2.79210508e-006, -1, -1.99423084e-006, -1, -2.79210508e-006, -1, 1.99198348e-006, -7.87636964e-006))
  1282. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.666666627, 0.555555642, 1))
  1283. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1284. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000411987305, 2.66656303, 0.106654644, 7.80523987e-006, 5.78910112e-006, -1, -1, 6.81831443e-006, -7.80523987e-006, 6.81874826e-006, 1, 5.79096377e-006))
  1285. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.222222239, 0.333333343))
  1286. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1287. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000411987305, 0.428872824, -2.62212181, 7.99528789e-006, -2.2277236e-006, -1, 1.99690658e-006, 1, -2.22958624e-006, 1, -1.99680107e-006, 7.9954043e-006))
  1288. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.222222209, 0.444444537, 0.444444448))
  1289. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1290. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.16659164, -0.215526581, -0.0337677002, 1.00000012, 8.24911695e-010, 0, 8.24911695e-010, 1, -1.86264515e-009, 0, -1.86264515e-009, 1))
  1291. CreateMesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=11294911",Vector3.new(0, 0, 0),Vector3.new(0.13333334, 0.13333334, 0.13333334))
  1292. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1293. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.76656532, -0.0337677002, 0.071079731, 1, -1.92947755e-006, 3.04350397e-006, -3.04362038e-006, -2.79210508e-006, 1, -1.93090091e-006, -1, -2.79210508e-006))
  1294. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.777777731, 0.333333343, 0.333333075))
  1295. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1296. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.411226273, 1.75499916, 0.032913208, 0.500002265, 0.866024137, 2.01165676e-007, -0.866024315, 0.500002205, -2.13459134e-006, -1.94919994e-006, 8.92207026e-007, 1))
  1297. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.333333343, 0.333333343))
  1298. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.222222224, 0.533333361))
  1299. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000457763672, 0.251114845, 2.93319893, 2.12091254e-006, -2.55554914e-006, 1, -1.00450325e-006, 1, 2.5536865e-006, -1.00000012, -1.00488069e-006, 2.12091254e-006))
  1300. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.222222209, 1, 1))
  1301. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1302. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.21933174, -1.23063278, 0.0328979492, 0.707103729, -0.707109869, 8.00937414e-008, 0.707109928, 0.70710367, -1.15204602e-006, 7.567578e-007, 8.73580575e-007, 1))
  1303. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.222222224, 0.333333343))
  1304. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1305. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.03582764, -1.42121983, -0.000442504883, -0.86602658, -0.499998063, -1.35041773e-007, 0.499998122, -0.866026521, -1.15483999e-006, 4.60306183e-007, -1.06915832e-006, 1))
  1306. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.611111104, 0.222222224, 0.666666687))
  1307. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 1.01999998))
  1308. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000427246094, -0.12891984, 2.35101891, 7.87631143e-006, 2.79210508e-006, -1, 2.0048692e-006, -1, -2.79024243e-006, -1.00000012, -2.00535305e-006, -7.87642784e-006))
  1309. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.444444448, 0.111111112, 1))
  1310. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1311. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000411987305, -2.88876724, 0.0400183201, -7.94790685e-006, 2.29105353e-007, 1, 1.00000012, 1.7878574e-007, 7.94790685e-006, -1.7786715e-007, 1, -2.30967999e-007))
  1312. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.444444478, 0.777777791))
  1313. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.377777785, 0.200000003, 0.200000003))
  1314. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.92218018, -0.0328979492, 0.071075201, -1.00000012, -1.06751759e-006, -2.97703082e-006, 2.97703082e-006, -2.2277236e-006, -1, 1.06714742e-006, -1.00000012, 2.2277236e-006))
  1315. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.333333343, 0.333333075))
  1316. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1317. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000427246094, 0.451107264, 2.17771339, 3.09699681e-006, -1.53295696e-006, 1, -5.57975e-009, 1, 1.53109431e-006, -1.00000012, -6.74845069e-009, 3.09699681e-006))
  1318. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.222222209, 0.666666746, 0.666666687))
  1319. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1320. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.3570137, -0.0337524414, 0.959100723, 0.866024256, -0.500002325, 3.13576311e-006, -6.74580224e-006, -5.4128468e-006, 1, -0.500002384, -0.866024137, -8.06339085e-006))
  1321. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.649999976, 0.333333343, 0.333333075))
  1322. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1323. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000411987305, -0.29554987, 3.28873444, 7.87631143e-006, 2.79210508e-006, -1, -9.93990398e-007, -1, -2.79210508e-006, -1.00000012, 9.91252818e-007, -7.87636964e-006))
  1324. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.222222209, 0.888888955, 0.888888836))
  1325. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1326. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000427246094, 0.546595097, 1.43948364, 7.90046761e-006, 1.76951289e-006, -1.00000012, -0.258820266, -0.965925455, -3.75509262e-006, -0.965925753, 0.258820295, -7.17258081e-006))
  1327. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.666666627, 0.111111112, 0.538888633))
  1328. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.555555582, 0.200000003, 0.200000003))
  1329. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.19118309, 1.50804615, 0.0439910889, 0.86602658, 0.499998063, 1.35041773e-007, -0.499998152, 0.86602658, -1.84215605e-006, -1.03906495e-006, 1.52923167e-006, 1))
  1330. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.444444448, 0.444444448))
  1331. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.244444445))
  1332. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000411987305, -0.306667328, 1.98884583, 7.87631143e-006, 2.79210508e-006, -1, -1.99423084e-006, -1, -2.79210508e-006, -1, 1.99198348e-006, -7.87636964e-006))
  1333. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.222222209, 0.555555642, 1))
  1334. Part=CreatePart(m,Enum.Material.DiamondPlate,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1335. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000427246094, -0.27335, -2.51101112, -8.09004996e-006, 6.22309744e-006, 1, 6.99754401e-006, -1, 6.22496009e-006, 1.00000012, 6.99883458e-006, 8.08999175e-006))
  1336. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.222222239, 0.666666746))
  1337. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.288888872))
  1338. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000457763672, 0.159977674, -1.05555534, -8.04272713e-006, 4.22634184e-006, 1.00000012, -2.99821204e-006, -0.99999994, 4.22820449e-006, 1.00000012, -2.996484e-006, 8.04261072e-006))
  1339. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.444444418, 0.333333343, 1))
  1340. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1341. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000411987305, -0.117790937, 1.79995918, 7.87631143e-006, 2.79210508e-006, -1, -1.99423084e-006, -1, -2.79210508e-006, -1, 1.99198348e-006, -7.87636964e-006))
  1342. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.222222209, 0.222222283, 0.222222))
  1343. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1344. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000427246094, -0.0511372089, 2.76656151, 7.87631143e-006, 2.79210508e-006, -1, -1.99423084e-006, -1, -2.79210508e-006, -1, 1.99198348e-006, -7.87636964e-006))
  1345. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.666666627, 0.888888955, 0.777777731))
  1346. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1347. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000427246094, 1.92206001, -0.0552401543, 7.87631143e-006, 2.79210508e-006, -1, -0.965926409, 0.258817255, -6.88573346e-006, 0.258817315, 0.965926349, 4.73484397e-006))
  1348. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.444444448, 0.111111112, 0.69444412))
  1349. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1350. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.42047119, 0.452883244, 0.000457763672, -0.965926409, 0.258817405, 9.68575478e-008, 0.258817434, 0.96592623, 1.7285347e-006, 3.53786163e-007, 1.69500709e-006, -1))
  1351. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.744444489, 0.111111112, 0.444444448))
  1352. Part=CreatePart(m,Enum.Material.DiamondPlate,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1353. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000442504883, 0.362202883, -3.54426193, -2.90683238e-006, -6.48386776e-006, -1, 6.99665179e-006, 1, -6.48573041e-006, 1, -6.9960206e-006, -2.90683238e-006))
  1354. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.666666627, 0.333333462))
  1355. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.222222224, 0.200000003, 0.200000003))
  1356. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.91107941, 1.07619286, 0.0449066162, -0.965925217, -0.258821994, -6.73811883e-007, -0.258822024, 0.965925097, 1.85705721e-006, 1.70897692e-007, 1.96881592e-006, -1))
  1357. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.444444448, 0.444444448))
  1358. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1359. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000457763672, 0.428881884, 3.2442894, 2.12091254e-006, -2.55554914e-006, 1, -1.00450325e-006, 1, 2.5536865e-006, -1.00000012, -1.00488069e-006, 2.12091254e-006))
  1360. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.222222209, 0.444444537, 0.444444448))
  1361. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(2.44444442, 0.200000003, 0.200000003))
  1362. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.44428062, 0.517786741, 0.0448913574, -1, -3.00154625e-006, 6.64731488e-008, -2.9990988e-006, 1, 1.9967556e-006, -6.65313564e-008, 1.99861825e-006, -1))
  1363. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.444444448, 0.444444448))
  1364. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1365. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0337677002, -0.217788458, 3.36650467, 7.87631143e-006, 2.79210508e-006, -1, 2.0048692e-006, -1, -2.79024243e-006, -1.00000012, -2.00535305e-006, -7.87642784e-006))
  1366. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.111111112))
  1367. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1368. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0337371826, -0.071116209, -2.88880539, 7.94790685e-006, -2.29105353e-007, -1, -4.64115146e-009, 1, -2.30967999e-007, 1.00000012, 5.4760676e-009, 7.94796506e-006))
  1369. CreateMesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=11294911",Vector3.new(0, 0, 0),Vector3.new(0.13333334, 0.13333334, 0.177777782))
  1370. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.288888931, 0.333333343))
  1371. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000442504883, 0.528879642, 1.94439888, 3.09699681e-006, -1.53295696e-006, 1, -5.57975e-009, 1, 1.53109431e-006, -1.00000012, -6.74845069e-009, 3.09699681e-006))
  1372. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.222222209, 1, 1))
  1373. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1374. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.4378109, -0.0328826904, 0.591030121, -0.965926111, 0.258818239, -2.92388722e-006, 3.54723306e-006, 1.94273889e-006, -0.99999994, -0.258818299, -0.965926051, -2.79583037e-006))
  1375. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.711111128, 0.333333343, 0.333333075))
  1376. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.555555582, 0.200000003, 0.200000003))
  1377. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.19116402, 1.50806522, 0.0448913574, -0.86602366, -0.500003099, -2.32830644e-008, -0.500003219, 0.866023719, 2.22027302e-006, -1.08859967e-006, 1.93715096e-006, -1))
  1378. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.444444448, 0.444444448))
  1379. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.222222224, 0.200000003, 0.200000003))
  1380. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.35547638, 0.121311188, 0.0448913574, -0.866025925, 0.499999225, -6.98491931e-008, 0.499999285, 0.866025865, 2.15135515e-006, 1.13691203e-006, 1.83098018e-006, -1))
  1381. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.444444448, 0.444444448))
  1382. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1383. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.26120567, -0.30305624, 0.033782959, 0.965925217, 0.258821994, 6.73811883e-007, 0.258821994, -0.965925038, 2.16625631e-006, 1.21234916e-006, -1.92038715e-006, -1))
  1384. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666627, 0.333333343, 0.333333343))
  1385. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.555555582, 0.222222224, 0.200000003))
  1386. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.19118118, -1.66358662, 0.0439910889, -0.86602658, -0.499998063, -1.35041773e-007, 0.499998152, -0.866026521, -2.15508044e-006, 9.60018951e-007, -1.93342566e-006, 1))
  1387. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.444444448))
  1388. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1389. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.04208565, 0.507320404, 0.0337677002, -0.86602366, -0.500003099, -2.32830644e-008, -0.500003219, 0.866023719, 2.22027302e-006, -1.08859967e-006, 1.93715096e-006, -1))
  1390. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.222222224, 0.333333343))
  1391. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1392. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000427246094, 1.70347786, -0.744318008, 7.90046761e-006, 1.76951289e-006, -1.00000012, -0.707107782, 0.707105815, -4.33623791e-006, 0.707105875, 0.707107723, 6.83777034e-006))
  1393. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.444444448, 0.111111112, 0.838888586))
  1394. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1395. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.04208755, -0.60730648, 0.0328674316, -0.86602658, -0.499998063, -1.35041773e-007, 0.499998152, -0.866026521, -2.15508044e-006, 9.60018951e-007, -1.93342566e-006, 1))
  1396. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.333333343, 0.333333343))
  1397. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1398. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.73330116, 0.662195921, -0.000442504883, 1.00000012, -2.99617022e-006, 6.64731488e-008, 2.99888688e-006, 1, -2.00048089e-006, -6.64149411e-008, 2.00234354e-006, 1))
  1399. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.444445729, 0.555555522, 0.222222239))
  1400. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1401. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.26120186, 0.203063965, 0.0328979492, 0.965926468, 0.258817047, -2.14669853e-007, -0.258817077, 0.965926349, -2.18674541e-006, -3.58966645e-007, 2.16811895e-006, 1))
  1402. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.222222224, 0.333333343))
  1403. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.222222224, 0.200000003, 0.200000003))
  1404. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.91108704, 1.07618332, 0.0439910889, 0.965926468, 0.258817047, -2.14669853e-007, -0.258817077, 0.965926349, -2.18674541e-006, -3.58966645e-007, 2.16811895e-006, 1))
  1405. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.444444448, 0.444444448))
  1406. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.222222224, 0.200000003, 0.200000003))
  1407. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.42825317, 0.486222267, 0.0449066162, -0.965926409, 0.258817405, 9.68575478e-008, 0.258817434, 0.96592623, 1.7285347e-006, 3.53786163e-007, 1.69500709e-006, -1))
  1408. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.444444448, 0.444444448))
  1409. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1410. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.21932793, 1.13064766, 0.0328826904, -0.707103729, 0.707109869, -8.00937414e-008, -0.707109928, -0.707103729, -2.84798443e-006, -2.0712032e-006, -1.95764005e-006, 1))
  1411. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.333333343, 0.333333343))
  1412. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.222222224, 0.222222224, 0.200000003))
  1413. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.4282608, -0.641762733, 0.0439910889, -0.965924978, 0.25882256, -1.25728548e-008, -0.25882259, -0.965924859, -1.75274909e-006, -4.66185156e-007, -1.68941915e-006, 1))
  1414. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.444444448))
  1415. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1416. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.39377975, 0.825011969, 0.000442504883, -1.00000012, -2.0013058e-006, 4.429603e-008, -2.000721e-006, 1, 1.9967556e-006, -4.43542376e-008, 1.99861825e-006, -1))
  1417. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.705555499, 0.111111112, 0.444444448))
  1418. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1419. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.39589882, -0.146213055, 0.0337677002, -1.00000012, -2.0013058e-006, 4.429603e-008, -2.000721e-006, 1, 1.9967556e-006, -4.43542376e-008, 1.99861825e-006, -1))
  1420. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.222222224, 0.333333343))
  1421. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1422. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000442504883, -0.0933141708, 1.18333244, -8.04272713e-006, 4.22634184e-006, 1.00000012, 3.99658984e-006, 1, -4.22820449e-006, -1.00000012, 3.99535202e-006, -8.04272713e-006))
  1423. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.444444418, 0.111111112, 0.388888896))
  1424. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.222222224, 0.222222224, 0.200000003))
  1425. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.91108322, -1.23171616, 0.0439910889, -0.965926468, -0.258817077, -7.84639269e-007, 0.258817077, -0.96592629, -1.81235373e-006, -2.89059244e-007, -1.95391476e-006, 1))
  1426. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.444444448))
  1427. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1428. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000427246094, 1.24884987, 1.19867706, 7.94790685e-006, -2.29105353e-007, -1, -0.707107306, -0.707106292, -5.45755029e-006, -0.707106352, 0.707107306, -5.78165054e-006))
  1429. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.666666627, 0.111111112, 0.805555344))
  1430. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.222222224, 0.222222224, 0.200000003))
  1431. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.39212036, -1.01387787, 0.0448760986, 1.00000012, 2.02345655e-006, 9.55478754e-007, 2.02280626e-006, -1, 1.99861825e-006, 9.55420546e-007, -2.00048089e-006, -1))
  1432. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.444444448))
  1433. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.222222224, 0.200000003, 0.200000003))
  1434. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.4282608, 0.486214638, 0.0439910889, 0.965924978, -0.25882256, 1.25728548e-008, 0.25882259, 0.965924859, -2.25007534e-006, 5.69911208e-007, 2.17556953e-006, 1))
  1435. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.444444448, 0.444444448))
  1436. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1437. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.4393158, -0.474412918, -0.000457763672, 0.965924978, -0.25882256, 1.25728548e-008, 0.25882259, 0.965924859, -2.25007534e-006, 5.69911208e-007, 2.17556953e-006, 1))
  1438. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.611111104, 0.222222224, 0.666666687))
  1439. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1440. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.43709373, 0.418863297, 0.0328826904, -0.965924978, 0.25882256, -1.25728548e-008, -0.25882259, -0.965924859, -1.75274909e-006, -4.66185156e-007, -1.68941915e-006, 1))
  1441. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.333333343, 0.333333343))
  1442. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1443. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.37728882, -0.888151169, 0.0328979492, 0.866023719, -0.500003099, 1.58324838e-007, 0.500003159, 0.86602354, -1.77882612e-006, 7.5151911e-007, 1.61863863e-006, 1))
  1444. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.222222224, 0.333333343))
  1445. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1446. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.985199928, 1.42189217, 0.0337677002, 0.500001729, -0.866024375, -1.99303031e-007, -0.866024494, -0.500001729, 1.95298344e-006, -1.79046765e-006, -8.02800059e-007, -1))
  1447. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666627, 0.333333343, 0.333333343))
  1448. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1449. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.34069252, 0.36422348, 0.0226593018, -0.707107663, 0.707105815, 9.31322575e-009, 0.707105935, 0.707107723, 1.75926834e-006, 1.23807695e-006, 1.25356019e-006, -1))
  1450. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222224))
  1451. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1452. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.216078758, -0.613616943, 0.0226593018, 0.499995619, -0.866028011, 2.88337469e-006, -0.86602813, -0.499995589, 3.79700214e-006, -1.84681267e-006, -4.39584255e-006, -1.00000012))
  1453. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.166666672, 0.222222224, 0.222222224))
  1454. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1455. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.548648834, -0.146352291, 0.0226593018, -0.965925217, -0.258821994, -6.73811883e-007, -0.258821994, 0.965925038, 1.83470547e-006, 1.76602043e-007, 1.94832683e-006, -1))
  1456. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222224))
  1457. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1458. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.439409256, -0.406470299, 0.022644043, 0.866025925, -0.499999225, 6.98491931e-008, -0.499999285, -0.866025865, 1.8440187e-006, -8.60658474e-007, -1.63167715e-006, -1))
  1459. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222224))
  1460. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1461. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.511810303, 0.13619566, 0.0226593018, -0.965926409, 0.258817405, 9.68575478e-008, 0.258817434, 0.96592623, 1.7285347e-006, 3.53786163e-007, 1.69500709e-006, -1))
  1462. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222224))
  1463. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1464. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0722923279, -0.650424957, 0.0226593018, 0.258814394, -0.965927124, 3.18512321e-006, -0.965927184, -0.258814365, 4.14717942e-006, -3.1812815e-006, -4.14997339e-006, -1.00000012))
  1465. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.122222222, 0.222222224, 0.222222224))
  1466. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1467. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.44383049, -0.438037872, 0.021774292, -0.866027117, 0.499997228, -3.0240044e-006, -0.499997258, -0.866027057, -4.13320959e-006, -4.68525104e-006, -2.06939876e-006, 1))
  1468. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.144444436, 0.222222224, 0.222222224))
  1469. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1470. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.071187973, 0.617090225, 0.0217895508, 0.258822292, -0.965924978, -2.85543501e-006, 0.965925097, 0.258822292, -4.32459638e-006, 4.91557876e-006, -1.64099038e-006, 1))
  1471. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222224))
  1472. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1473. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.069491148, -0.619606018, 0.021774292, 2.99595922e-006, 0.99999994, 0, -1.00000012, 2.99473049e-006, -2.06596451e-006, -2.06596451e-006, 0, 1))
  1474. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222239))
  1475. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1476. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.21250248, -0.581161499, 0.021774292, -0.499996752, 0.866027355, 1.34110451e-007, -0.866027415, -0.499996632, -2.17929482e-006, -1.82172516e-006, -1.20699406e-006, 1.00000012))
  1477. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222239))
  1478. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1479. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.440139771, -0.28329277, -0.000427246094, -0.866023719, 0.500003099, -1.58324838e-007, -0.500003159, -0.86602366, -2.22027302e-006, -1.24803046e-006, -1.84588134e-006, 1))
  1480. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.444444448))
  1481. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1482. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.210535049, 0.580295563, 0.0217895508, 0.500002503, -0.866023958, -2.20164657e-006, 0.866024077, 0.500002503, -3.95346433e-006, 4.52349195e-006, 6.89178705e-008, 1))
  1483. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222224))
  1484. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1485. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.434215546, 0.26581955, 0.022644043, 0.707104445, 0.707109272, 7.15255737e-007, 0.707109272, -0.707104325, 1.94460154e-006, 1.88068952e-006, -8.6799264e-007, -1))
  1486. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222224))
  1487. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1488. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000457763672, -0.159968138, -0.445964813, -8.04272713e-006, 4.22634184e-006, 1.00000012, 3.99658984e-006, 1, -4.22820449e-006, -1.00000012, 3.99535202e-006, -8.04272713e-006))
  1489. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.444444418, 0.111111112, 0.605555475))
  1490. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1491. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000457763672, 0.513504028, 0.173899651, -8.04272713e-006, 4.22634184e-006, 1.00000012, 0.866023183, -0.500004172, 9.07853246e-006, 0.500004172, 0.866023004, 3.59490514e-007))
  1492. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.444444418, 0.111111112, 0.677777946))
  1493. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1494. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.21249485, 0.558950424, -0.000442504883, 0.499996752, -0.866027355, -1.34110451e-007, 0.866027355, 0.499996662, -1.81980431e-006, 1.64331868e-006, 7.93486834e-007, 1))
  1495. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.444444448))
  1496. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1497. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0759539604, -0.49779129, -0.000442504883, -0.258815289, 0.965926826, -1.8812716e-007, -0.965926886, -0.258815259, -1.82911754e-006, -1.81503128e-006, -2.92435288e-007, 1))
  1498. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.444444448))
  1499. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1500. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.439411163, -0.40646553, 0.0217895508, -0.866023719, 0.500003099, -1.58324838e-007, -0.500003159, -0.86602366, -2.22027302e-006, -1.24803046e-006, -1.84588134e-006, 1))
  1501. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222239))
  1502. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1503. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.508914948, 0.106319427, 0.021774292, -0.866023004, -0.500004411, -2.99979001e-006, 0.500004411, -0.866022885, -4.22261655e-006, -4.87954821e-007, -5.15580177e-006, 1))
  1504. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.166666657, 0.222222224, 0.222222224))
  1505. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1506. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.339841843, -0.54094696, 0.0217895508, -0.707108796, 0.707104862, -2.96905637e-006, -0.707104862, -0.707108676, -3.73553485e-006, -4.74083936e-006, -5.42029738e-007, 1))
  1507. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.166666672, 0.222222224, 0.222222224))
  1508. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1509. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.441610336, 0.404705048, 0.022644043, -0.866023064, 0.500004411, 2.81911343e-006, 0.500004411, 0.866022944, 4.24310565e-006, -3.18919774e-007, 5.08315861e-006, -1))
  1510. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.222222224))
  1511. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.222222224, 0.200000003, 0.200000003))
  1512. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.39211655, 0.858333349, 0.0440063477, 1.00000012, -2.99617022e-006, 6.64731488e-008, 2.99888688e-006, 1, -2.00048089e-006, -6.64149411e-008, 2.00234354e-006, 1))
  1513. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.444444448, 0.444444448))
  1514. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1515. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000442504883, 1.76164055, -0.0177643299, 7.80523987e-006, 5.78910112e-006, -1, -1, 6.81831443e-006, -7.80523987e-006, 6.81874826e-006, 1, 5.79096377e-006))
  1516. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.194444448, 0.200000018))
  1517. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.222222224, 0.222222224, 0.200000003))
  1518. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.42825508, -0.641769886, 0.0448608398, 0.965926409, -0.258817375, 9.03382897e-007, -0.258817434, -0.96592623, 2.27056444e-006, 2.84286216e-007, -2.42702663e-006, -1))
  1519. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.444444448))
  1520. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1521. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.2248745, -1.18621063, -0.000442504883, 0.707103729, -0.707109869, 8.00937414e-008, 0.707109928, 0.70710367, -1.15204602e-006, 7.567578e-007, 8.73580575e-007, 1))
  1522. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.611111104, 0.222222224, 0.666666687))
  1523. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1524. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.985196114, 1.42190933, 0.0328826904, -0.499996752, 0.866027355, 1.34110451e-007, -0.866027415, -0.499996632, -2.17929482e-006, -1.82172516e-006, -1.2088567e-006, 1))
  1525. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.333333343, 0.333333343))
  1526. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1527. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.39590263, 0.0462155342, 0.0337982178, 1.00000012, 2.0013058e-006, -4.429603e-008, 2.00045451e-006, -1, 1.99861825e-006, -4.43542376e-008, -2.00048089e-006, -1))
  1528. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666627, 0.333333343, 0.333333343))
  1529. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.222222224, 0.222222224, 0.200000003))
  1530. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.35547447, -0.276863098, 0.0448760986, 0.866025925, -0.499999225, 6.98491931e-008, -0.499999285, -0.866025865, 1.8440187e-006, -8.60658474e-007, -1.63167715e-006, -1))
  1531. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.444444448))
  1532. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.555555582, 0.222222224, 0.200000003))
  1533. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.19117165, -1.66359234, 0.0448913574, 0.86602366, 0.500003099, 2.32830644e-008, 0.500003159, -0.86602366, 1.77696347e-006, 9.1054244e-007, -1.52923167e-006, -1))
  1534. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.444444448))
  1535. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1536. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000411987305, -2.39365196, -3.68817139, -7.99528789e-006, 2.2277236e-006, 1, 0.499996841, -0.866027355, 5.93066216e-006, 0.866027296, 0.499996662, 5.8086589e-006))
  1537. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.444444448, 0.111111112, 0.555555522))
  1538. Part=CreatePart(m,Enum.Material.SmoothPlastic,0.30000001192093,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.244444475))
  1539. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000457763672, 0.373344421, 1.98882103, 2.12091254e-006, -2.55554914e-006, 1, -1.00450325e-006, 1, 2.5536865e-006, -1.00000012, -1.00488069e-006, 2.12091254e-006))
  1540. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.222222209, 0.111111112, 1))
  1541. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1542. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.41533661, 1.66656113, -0.000427246094, 0.965926468, 0.258817047, -2.14669853e-007, -0.258817077, 0.965926349, -2.18674541e-006, -3.58966645e-007, 2.16811895e-006, 1))
  1543. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.672222197, 0.111111112, 0.444444448))
  1544. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.205555543, 0.200000003, 0.200000003))
  1545. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.23731375, 4.91090775, -0.000427246094, 0.258821219, 0.965925276, -2.4959445e-007, -0.965925336, 0.25882116, -1.99116766e-006, -1.85886165e-006, 7.58096576e-007, 1))
  1546. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.111111112, 0.444444448))
  1547. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1548. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0337219238, -0.284467459, -4.05533409, -7.99528789e-006, 2.2277236e-006, 1, -1.99690658e-006, -1, 2.22958624e-006, 1, -1.99680107e-006, 7.9954043e-006))
  1549. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.111111112))
  1550. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.222222224, 0.222222224, 0.200000003))
  1551. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.9630928, -2.95738792, 0.0448760986, 0.86602366, 0.500003099, 2.32830644e-008, 0.500003159, -0.86602366, 1.77696347e-006, 9.1054244e-007, -1.52923167e-006, -1))
  1552. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.444444448))
  1553. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1554. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.37730598, 0.788163185, 0.0328826904, -0.866023719, 0.500003099, -1.58324838e-007, -0.500003159, -0.86602366, -2.22027302e-006, -1.24803046e-006, -1.84588134e-006, 1))
  1555. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.333333343, 0.333333343))
  1556. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1557. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.43708801, -0.518837929, 0.033782959, -0.965926409, 0.258817405, 9.68575478e-008, 0.258817434, 0.96592623, 2.7269125e-006, 6.124028e-007, 2.65985727e-006, -1))
  1558. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.222222224, 0.333333343))
  1559. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1560. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.685488701, -1.69783783, -0.000442504883, 0.258815289, -0.965926826, 1.8812716e-007, 0.965927005, 0.258815318, -1.17020682e-006, 1.08155655e-006, 4.84287739e-007, 1))
  1561. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.611111104, 0.222222224, 0.666666687))
  1562. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.24444443, 0.200000003))
  1563. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000396728516, 3.94423676, 0.206682444, 7.99528789e-006, -2.2277236e-006, -1, -1.00000012, -2.17943489e-006, -7.99528789e-006, -2.17914658e-006, 1, -2.2277236e-006))
  1564. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.222222194, 1, 0.666666687))
  1565. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.222222224, 0.222222224, 0.200000003))
  1566. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.41477966, -1.85543633, 0.0439910889, -0.965926468, -0.258817077, -7.84639269e-007, 0.258817077, -0.96592629, -1.81235373e-006, -2.89059244e-007, -1.95391476e-006, 1))
  1567. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.444444448))
  1568. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1569. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000427246094, -4.41917992, -1.17568445, -8.01897841e-006, 3.22796404e-006, 1, 0.965925097, -0.258822441, 8.58167186e-006, 0.258822411, 0.965924859, -1.04308128e-006))
  1570. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.444444448, 0.111111112, 0.333333343))
  1571. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.222222224, 0.222222224, 0.200000003))
  1572. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.31056404, -4.6375885, 0.0439910889, -0.500002265, -0.866024137, -2.01165676e-007, 0.866024256, -0.500002205, -1.86357647e-006, 1.51270069e-006, -1.10827386e-006, 1))
  1573. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.444444448))
  1574. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1575. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.3795166, -0.843707085, -0.000427246094, 0.866023719, -0.500003099, 1.58324838e-007, 0.500003159, 0.86602354, -1.77882612e-006, 7.5151911e-007, 1.61863863e-006, 1))
  1576. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.588888824, 0.222222224, 0.666666687))
  1577. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1578. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.75630188, 0.788581848, -0.000457763672, 0.707108438, 0.707105279, -1.95577741e-007, -0.707105279, 0.707108319, -2.0340085e-006, -1.29919499e-006, 1.57766044e-006, 1))
  1579. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.627777815, 0.222222224, 0.666666687))
  1580. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.222222224, 0.222222224, 0.200000003))
  1581. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.24146748, -3.90507507, 0.0448455811, 0.707104445, 0.707109272, 7.15255737e-007, 0.707109272, -0.707104325, 1.94460154e-006, 1.88068952e-006, -8.6799264e-007, -1))
  1582. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.444444448))
  1583. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1584. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.96144676, 2.76849079, -0.000442504883, 0.86602658, 0.499998063, 1.35041773e-007, -0.499998152, 0.86602658, -1.84215605e-006, -1.03906495e-006, 1.52923167e-006, 1))
  1585. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.705555499, 0.111111112, 0.444444448))
  1586. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.222222224, 0.222222224, 0.200000003))
  1587. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.39212608, -1.01387215, 0.0439910889, -1.00000012, 2.99617022e-006, -6.64731488e-008, -2.99861949e-006, -1, -1.99861825e-006, -6.64149411e-008, -1.99861825e-006, 1))
  1588. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.444444448))
  1589. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.222222224, 0.200000003, 0.200000003))
  1590. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.39211273, 0.858339787, 0.0449066162, -1.00000012, -2.0013058e-006, 4.429603e-008, -2.000721e-006, 1, 1.9967556e-006, -4.43542376e-008, 1.99861825e-006, -1))
  1591. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.444444448, 0.444444448))
  1592. Part=CreatePart(m,Enum.Material.SmoothPlastic,0.30000001192093,0,"Bright red","Part",Vector3.new(0.333333343, 0.222222224, 0.200000003))
  1593. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.72203064, -0.67331934, 0.0448913574, 1.00000012, 2.0013058e-006, -4.429603e-008, 2.00045451e-006, -1, 1.99861825e-006, -4.43542376e-008, -2.00048089e-006, -1))
  1594. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.444444448))
  1595. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(2.42222261, 0.200000003, 0.200000003))
  1596. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.87757683, 0.0511171818, -0.000442504883, 1.00000012, -2.99617022e-006, 6.64731488e-008, 2.99888688e-006, 1, -2.00048089e-006, -6.64149411e-008, 2.00234354e-006, 1))
  1597. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.666666687, 0.222222239))
  1598. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.222222224, 0.200000003, 0.200000003))
  1599. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.96311378, 2.80182362, 0.0439910889, 0.86602658, 0.499998063, 1.35041773e-007, -0.499998152, 0.86602658, -1.84215605e-006, -1.03906495e-006, 1.52923167e-006, 1))
  1600. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.444444448, 0.444444448))
  1601. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.222222224, 0.200000003, 0.200000003))
  1602. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.22342062, 4.94424629, 0.0440368652, 0.258821219, 0.965925276, -2.4959445e-007, -0.965925336, 0.25882116, -1.99116766e-006, -1.85886165e-006, 7.58096576e-007, 1))
  1603. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.444444448, 0.444444448))
  1604. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1605. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.39589882, -0.146208048, 0.0328826904, 1.00000012, -2.99617022e-006, 6.64731488e-008, 2.99888688e-006, 1, -2.00048089e-006, -6.64149411e-008, 2.00234354e-006, 1))
  1606. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.222222224, 0.333333343))
  1607. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1608. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.2612114, -0.30304575, 0.0328674316, -0.965926766, -0.258815914, -8.06991011e-007, 0.258815914, -0.965926647, -1.81421638e-006, -3.10188625e-007, -1.96322799e-006, 1))
  1609. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.333333343, 0.333333343))
  1610. Part=CreatePart(m,Enum.Material.SmoothPlastic,0.30000001192093,0,"Bright red","Part",Vector3.new(0.333333343, 0.222222224, 0.200000003))
  1611. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.72203636, -0.673300982, 0.0439910889, -1.00000012, 2.99617022e-006, -6.64731488e-008, -2.99861949e-006, -1, -1.99861825e-006, -6.64149411e-008, -1.99861825e-006, 1))
  1612. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.444444448))
  1613. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1614. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.985199928, -1.52189636, 0.0328979492, 0.499996752, -0.866027355, -1.34110451e-007, 0.866027355, 0.499996662, -1.81980431e-006, 1.64331868e-006, 7.93486834e-007, 1))
  1615. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.222222224, 0.333333343))
  1616. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1617. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.37729073, -0.888142586, 0.0337677002, -0.866025925, 0.499999225, -6.98491931e-008, 0.499999285, 0.866025865, 2.15135515e-006, 1.13691203e-006, 1.83098018e-006, -1))
  1618. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.222222224, 0.333333343))
  1619. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1620. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.43709373, 0.418851852, 0.0337677002, 0.965926409, -0.258817405, -9.68575478e-008, -0.258817464, -0.96592623, 2.27242708e-006, -6.81902748e-007, -2.1699816e-006, -1))
  1621. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666627, 0.333333343, 0.333333343))
  1622. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.222222224, 0.200000003, 0.200000003))
  1623. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.96309471, 2.8018465, 0.0448760986, -0.86602366, -0.500003099, -2.32830644e-008, -0.500003219, 0.866023719, 2.22027302e-006, -1.08859967e-006, 1.93715096e-006, -1))
  1624. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.444444448, 0.444444448))
  1625. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1626. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.30778694, 4.4487114, -0.000442504883, 0.500002265, 0.866024137, 2.01165676e-007, -0.866024315, 0.500002205, -2.13459134e-006, -1.94919994e-006, 8.92207026e-007, 1))
  1627. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.638888896, 0.111111112, 0.444444448))
  1628. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1629. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.04139328, -1.46565723, 0.0328826904, -0.86602658, -0.499998063, -1.35041773e-007, 0.499998122, -0.866026521, -1.15483999e-006, 4.60306183e-007, -1.06915832e-006, 1))
  1630. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666687, 0.222222224, 0.333333343))
  1631. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.222222224, 0.200000003, 0.200000003))
  1632. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.41478729, 1.69988871, 0.0440063477, 0.965926468, 0.258817047, -2.14669853e-007, -0.258817077, 0.965926349, -2.18674541e-006, -3.58966645e-007, 2.16811895e-006, 1))
  1633. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.444444448, 0.444444448))
  1634. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1635. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0337219238, 0.306680918, -4.05534172, 7.99528789e-006, -2.2277236e-006, -1, -2.00219529e-006, 1, -2.2277236e-006, 1.00000012, 2.00426075e-006, 7.99528789e-006))
  1636. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.111111112))
  1637. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.222222224, 0.222222224, 0.200000003))
  1638. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.24148846, -3.90505886, 0.0439910889, -0.707108438, -0.707105279, -8.04662704e-007, 0.707105219, -0.707108259, -1.96695328e-006, 8.21775757e-007, -1.9595027e-006, 1))
  1639. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.444444448))
  1640. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1641. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0329437256, -0.284449339, -4.05533409, -7.99528789e-006, 2.2277236e-006, 1, -1.99690658e-006, -1, 2.22958624e-006, 1, -1.99680107e-006, 7.9954043e-006))
  1642. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.111111112, 0.111111112))
  1643. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.222222224, 0.222222224, 0.200000003))
  1644. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.31053638, -4.63760185, 0.0448608398, 0.499997139, 0.866026998, 1.35973096e-007, 0.866027176, -0.499997139, 2.02376395e-006, 1.8196879e-006, -8.94069672e-007, -1))
  1645. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.444444448))
  1646. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1647. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000411987305, -3.28157997, -3.0474577, -7.99528789e-006, 2.2277236e-006, 1, 0.707103789, -0.707109749, 7.22892582e-006, 0.707109809, 0.707103729, 4.07733023e-006))
  1648. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.444444448, 0.111111112, 0.555555522))
  1649. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.222222224, 0.200000003, 0.200000003))
  1650. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.41477776, 1.69990969, 0.0449066162, -0.965925217, -0.258821994, -6.73811883e-007, -0.258821994, 0.965925038, 1.83470547e-006, 1.76602043e-007, 1.94832683e-006, -1))
  1651. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.444444448, 0.444444448))
  1652. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.977777898, 0.200000003, 0.200000003))
  1653. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.55529976, 0.217778444, -0.000442504883, 1.00000012, -2.99617022e-006, 6.64731488e-008, 2.99888688e-006, 1, -2.00048089e-006, -6.64149411e-008, 2.00234354e-006, 1))
  1654. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.777777791, 0.222222239))
  1655. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.222222224, 0.222222224, 0.200000003))
  1656. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.41476822, -1.85545683, 0.0448760986, 0.965925217, 0.258821994, 6.73811883e-007, 0.258821994, -0.965925038, 2.16625631e-006, 1.21234916e-006, -1.92038715e-006, -1))
  1657. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.444444448))
  1658. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.222222224, 0.222222224, 0.200000003))
  1659. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.22339773, -5.09979439, 0.0448760986, 0.258816063, 0.965926647, -2.94297934e-007, 0.965926766, -0.258816004, 1.87940896e-006, 1.73930312e-006, -7.71135092e-007, -1))
  1660. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.444444448))
  1661. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.222222224, 0.222222224, 0.200000003))
  1662. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.22342491, -5.09978485, 0.0439758301, -0.258821219, -0.965925276, 2.4959445e-007, 0.965925336, -0.25882116, -2.00793147e-006, 2.00379873e-006, -2.81259418e-007, 1))
  1663. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.444444448))
  1664. Part=CreatePart(m,Enum.Material.SmoothPlastic,0.30000001192093,0,"Dark stone grey","Part",Vector3.new(2.37777805, 0.200000003, 0.200000003))
  1665. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.85536575, 0.128893137, -0.000442504883, 1.00000012, -2.99617022e-006, 6.64731488e-008, 2.99888688e-006, 1, -2.00048089e-006, -6.64149411e-008, 2.00234354e-006, 1))
  1666. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.111111112, 0.222222224))
  1667. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.777777791, 0.222222224, 0.200000003))
  1668. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.27754784, -0.6733284, 0.0448760986, 1.00000012, 2.0013058e-006, -4.429603e-008, 2.00045451e-006, -1, 1.99861825e-006, -4.43542376e-008, -2.00048089e-006, -1))
  1669. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.444444448))
  1670. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1671. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000381469727, -0.284454823, -4.15533829, -7.99528789e-006, 2.2277236e-006, 1, -1.99690658e-006, -1, 2.22958624e-006, 1, -1.99680107e-006, 7.9954043e-006))
  1672. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.444444448, 0.111111112, 0.888888896))
  1673. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1674. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.37731171, 0.788154602, 0.0337677002, 0.866025925, -0.499999225, 6.98491931e-008, -0.499999285, -0.866025865, 1.8440187e-006, -8.60658474e-007, -1.63167715e-006, -1))
  1675. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.666666627, 0.333333343, 0.333333343))
  1676. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.777777791, 0.222222224, 0.200000003))
  1677. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.27754974, -0.673306465, 0.0439910889, -1.00000012, 2.99617022e-006, -6.64731488e-008, -2.99861949e-006, -1, -1.99861825e-006, -6.64149411e-008, -1.99861825e-006, 1))
  1678. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.444444448))
  1679. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1680. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000411987305, 4.05533409, 0.284459352, 7.99528789e-006, -2.2277236e-006, -1, -1.00000012, -2.17943489e-006, -7.99528789e-006, -2.17914658e-006, 1, -2.2277236e-006))
  1681. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.222222209, 0.111111112, 0.111111112))
  1682. Part=CreatePart(m,Enum.Material.DiamondPlate,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1683. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000457763672, 0.384466887, 3.76646423, 2.21567461e-006, -6.55278563e-006, 1, -7.00621422e-006, 0.99999994, 6.55092299e-006, -1.00000012, -7.00717283e-006, 2.21549999e-006))
  1684. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.111111112, 0.888888896, 0.333333462))
  1685. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1686. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000396728516, 0.384452581, -3.97758865, 7.99528789e-006, -2.2277236e-006, -1, -2.00219529e-006, 1, -2.2277236e-006, 1.00000012, 2.00426075e-006, 7.99528789e-006))
  1687. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.222222209, 0.888888955, 0.888888896))
  1688. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.222222224, 0.200000003, 0.200000003))
  1689. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.31055737, 4.48204231, 0.0440063477, 0.500002265, 0.866024137, 2.01165676e-007, -0.866024315, 0.500002205, -2.13459134e-006, -1.94919994e-006, 8.92207026e-007, 1))
  1690. CreateMesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.444444448, 0.444444448))
  1691. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Bright red","Part",Vector3.new(0.866666794, 0.200000003, 0.200000003))
  1692. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.49974251, 0.395549297, -0.000427246094, 1.00000012, -2.99617022e-006, 6.64731488e-008, 2.99888688e-006, 1, -2.00048089e-006, -6.64149411e-008, 2.00234354e-006, 1))
  1693. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.777777791, 0.222222239))
  1694. Part=CreatePart(m,Enum.Material.SmoothPlastic,0,0,"Light blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003))
  1695. PartWeld=CreateWeld(m,FakeHandle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.24925804, 3.71618652, -0.000442504883, 0.707108438, 0.707105279, -1.95577741e-007, -0.707105279, 0.707108319, -2.0340085e-006, -1.29919499e-006, 1.57766044e-006, 1))
  1696. CreateMesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.744444489, 0.111111112, 0.444444448))
  1697.  
  1698. Damagefunc = function(Part, hit, minim, maxim, knockback, Type, Property, Delay, HitSound, HitPitch)
  1699. if hit.Parent == nil then
  1700. return
  1701. end
  1702. local h = hit.Parent:FindFirstChild("Humanoid")
  1703. for _, v in pairs(hit.Parent:children()) do
  1704. if v:IsA("Humanoid") then
  1705. h = v
  1706. end
  1707. end
  1708. if h ~= nil and hit.Parent.Name ~= Character.Name and hit.Parent:FindFirstChild("Torso") ~= nil then
  1709. if hit.Parent:findFirstChild("DebounceHit") ~= nil then
  1710. if hit.Parent.DebounceHit.Value == true then
  1711. return
  1712. end
  1713. end
  1714. local c = Create("ObjectValue"){
  1715. Name = "creator",
  1716. Value = game:service("Players").LocalPlayer,
  1717. Parent = h,
  1718. }
  1719. game:GetService("Debris"):AddItem(c, .5)
  1720. if HitSound ~= nil and HitPitch ~= nil then
  1721. CreateSound(HitSound, hit, 1, HitPitch)
  1722. end
  1723. local Damage = math.random(minim, maxim)
  1724. local blocked = false
  1725. local block = hit.Parent:findFirstChild("Block")
  1726. if block ~= nil then
  1727. if block.className == "IntValue" then
  1728. if block.Value > 0 then
  1729. blocked = true
  1730. block.Value = block.Value - 1
  1731. print(block.Value)
  1732. end
  1733. end
  1734. end
  1735. if blocked == false then
  1736. HitHealth=h.Health
  1737. h.Health = h.Health - Damage
  1738. if HitHealth~=h.Health and HitHealth~=0 and h.Health<=0 and h.Parent.Name~="Lost Soul" then
  1739. print("gained spree")
  1740. game.Players.LocalPlayer:FindFirstChild("leaderstats").Spree.Value=game.Players.LocalPlayer.leaderstats.Spree.Value+1
  1741. end
  1742. ShowDamage((Part.CFrame * CFrame.new(0, 0, (Part.Size.Z / 2)).p + Vector3.new(0, 1.5, 0)), -Damage, 1.5, Part.BrickColor.Color)
  1743. else
  1744. h.Health = h.Health - (Damage / 2)
  1745. ShowDamage((Part.CFrame * CFrame.new(0, 0, (Part.Size.Z / 2)).p + Vector3.new(0, 1.5, 0)), -Damage, 1.5, Part.BrickColor.Color)
  1746. end
  1747. if Type == "Knockdown" then
  1748. local hum = hit.Parent.Humanoid
  1749. hum.PlatformStand = true
  1750. coroutine.resume(coroutine.create(function(HHumanoid)
  1751. swait(1)
  1752. HHumanoid.PlatformStand = false
  1753. end), hum)
  1754. local angle = (hit.Position - (Property.Position + Vector3.new(0, 0, 0))).unit
  1755. local bodvol = Create("BodyVelocity"){
  1756. velocity = angle * knockback,
  1757. P = 5000,
  1758. maxForce = Vector3.new(8e+003, 8e+003, 8e+003),
  1759. Parent = hit,
  1760. }
  1761. local rl = Create("BodyAngularVelocity"){
  1762. P = 3000,
  1763. maxTorque = Vector3.new(500000, 500000, 500000) * 50000000000000,
  1764. angularvelocity = Vector3.new(math.random(-10, 10), math.random(-10, 10), math.random(-10, 10)),
  1765. Parent = hit,
  1766. }
  1767. game:GetService("Debris"):AddItem(bodvol, .5)
  1768. game:GetService("Debris"):AddItem(rl, .5)
  1769. elseif Type == "Normal" then
  1770. local vp = Create("BodyVelocity"){
  1771. P = 500,
  1772. maxForce = Vector3.new(math.huge, 0, math.huge),
  1773. velocity = Property.CFrame.lookVector * knockback + Property.Velocity / 1.05,
  1774. }
  1775. if knockback > 0 then
  1776. vp.Parent = hit.Parent.Torso
  1777. end
  1778. game:GetService("Debris"):AddItem(vp, .5)
  1779. elseif Type == "Up" then
  1780. local bodyVelocity = Create("BodyVelocity"){
  1781. velocity = vt(0, 20, 0),
  1782. P = 5000,
  1783. maxForce = Vector3.new(8e+003, 8e+003, 8e+003),
  1784. Parent = hit,
  1785. }
  1786. game:GetService("Debris"):AddItem(bodyVelocity, .5)
  1787. elseif Type == "DarkUp" then
  1788. coroutine.resume(coroutine.create(function()
  1789. for i = 0,1,0.1 do
  1790. swait()
  1791. BlockEffect(BrickColor.new("Black"), hit.Parent.Torso.CFrame,5, 5, 5, 1, 1, 1, .08,1)
  1792. end
  1793. end))
  1794. local bodyVelocity = Create("BodyVelocity"){
  1795. velocity = vt(0, 20, 0),
  1796. P = 5000,
  1797. maxForce = Vector3.new(8e+003, 8e+003, 8e+003),
  1798. Parent = hit,
  1799. }
  1800. game:GetService("Debris"):AddItem(bodyVelocity, 1)
  1801. elseif Type == "Snare" then
  1802. local bp = Create("BodyPosition"){
  1803. P = 2000,
  1804. D = 100,
  1805. maxForce = Vector3.new(math.huge, math.huge, math.huge),
  1806. position = hit.Parent.Torso.Position,
  1807. Parent = hit.Parent.Torso,
  1808. }
  1809. game:GetService("Debris"):AddItem(bp, 1)
  1810. elseif Type == "Freeze" then
  1811. local BodPos = Create("BodyPosition"){
  1812. P = 50000,
  1813. D = 1000,
  1814. maxForce = Vector3.new(math.huge, math.huge, math.huge),
  1815. position = hit.Parent.Torso.Position,
  1816. Parent = hit.Parent.Torso,
  1817. }
  1818. local BodGy = Create("BodyGyro") {
  1819. maxTorque = Vector3.new(4e+005, 4e+005, 4e+005) * math.huge ,
  1820. P = 20e+003,
  1821. Parent = hit.Parent.Torso,
  1822. cframe = hit.Parent.Torso.CFrame,
  1823. }
  1824. hit.Parent.Torso.Anchored = true
  1825. coroutine.resume(coroutine.create(function(Part)
  1826. swait(1.5)
  1827. Part.Anchored = false
  1828. end), hit.Parent.Torso)
  1829. game:GetService("Debris"):AddItem(BodPos, 3)
  1830. game:GetService("Debris"):AddItem(BodGy, 3)
  1831. end
  1832. local debounce = Create("BoolValue"){
  1833. Name = "DebounceHit",
  1834. Parent = hit.Parent,
  1835. Value = true,
  1836. }
  1837. game:GetService("Debris"):AddItem(debounce, Delay)
  1838. c = Instance.new("ObjectValue")
  1839. c.Name = "creator"
  1840. c.Value = Player
  1841. c.Parent = h
  1842. game:GetService("Debris"):AddItem(c, .5)
  1843. end
  1844. end
  1845.  
  1846. function ShowDamage(Pos, Text, Time, Color)
  1847. local Rate = (1 / 30)
  1848. local Pos = (Pos or Vector3.new(0, 0, 0))
  1849. local Text = (Text or "")
  1850. local Time = (Time or 2)
  1851. local Color = (Color or Color3.new(1, 0, 1))
  1852. local EffectPart = CreatePart(workspace, "SmoothPlastic", 0, 1, BrickColor.new(Color), "Effect", vt(0, 0, 0))
  1853. EffectPart.Anchored = true
  1854. local BillboardGui = Create("BillboardGui"){
  1855. Size = UDim2.new(3, 0, 3, 0),
  1856. Adornee = EffectPart,
  1857. Parent = EffectPart,
  1858. }
  1859. local TextLabel = Create("TextLabel"){
  1860. BackgroundTransparency = 1,
  1861. Size = UDim2.new(1, 0, 1, 0),
  1862. Text = Text,
  1863. TextColor3 = Color,
  1864. TextScaled = true,
  1865. Font = Enum.Font.ArialBold,
  1866. Parent = BillboardGui,
  1867. }
  1868. game.Debris:AddItem(EffectPart, (Time + 0.1))
  1869. EffectPart.Parent = game:GetService("Workspace")
  1870. delay(0, function()
  1871. local Frames = (Time / Rate)
  1872. for Frame = 1, Frames do
  1873. wait(Rate)
  1874. local Percent = (Frame / Frames)
  1875. EffectPart.CFrame = CFrame.new(Pos) + Vector3.new(0, Percent, 0)
  1876. TextLabel.TextTransparency = Percent
  1877. end
  1878. if EffectPart and EffectPart.Parent then
  1879. EffectPart:Destroy()
  1880. end
  1881. end)
  1882. end
  1883. function MagniDamage(Part,magni,mindam,maxdam,knock,Type)
  1884. for _,c in pairs(workspace:children()) do
  1885. local hum=c:findFirstChild("Humanoid")
  1886. if hum~=nil then
  1887. local head=c:findFirstChild("Torso")
  1888. if head~=nil then
  1889. local targ=head.Position-Part.Position
  1890. local mag=targ.magnitude
  1891. if mag<=magni and c.Name~=Player.Name then
  1892. --Damagefunc(head,mindam,maxdam,knock,Type,RootPart,.2,1,nil,1)
  1893. Damagefunc(head, head, mindam,maxdam, knock, Type, RootPart, .1, "http://www.roblox.com/asset/?id=231917784", 1)
  1894. end
  1895. end
  1896. end
  1897. end
  1898. end
  1899.  
  1900. --[[Effect Functions]]--
  1901.  
  1902. function BlockEffect(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay, Type)
  1903. local prt = CreatePart(effect, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new())
  1904. prt.Anchored = true
  1905. prt.CFrame = cframe
  1906. local msh = CreateMesh("BlockMesh", prt, "", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  1907. game:GetService("Debris"):AddItem(prt, 10)
  1908. if Type == 1 or Type == nil then
  1909. table.insert(Effects, {
  1910. prt,
  1911. "Block1",
  1912. delay,
  1913. x3,
  1914. y3,
  1915. z3,
  1916. msh
  1917. })
  1918. elseif Type == 2 then
  1919. table.insert(Effects, {
  1920. prt,
  1921. "Block2",
  1922. delay,
  1923. x3,
  1924. y3,
  1925. z3,
  1926. msh
  1927. })
  1928. end
  1929. end
  1930.  
  1931. function SphereEffect(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
  1932. local prt = CreatePart(effect, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new())
  1933. prt.Anchored = true
  1934. prt.CFrame = cframe
  1935. local msh = CreateMesh("SpecialMesh", prt, "Sphere", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  1936. game:GetService("Debris"):AddItem(prt, 10)
  1937. table.insert(Effects, {
  1938. prt,
  1939. "Cylinder",
  1940. delay,
  1941. x3,
  1942. y3,
  1943. z3,
  1944. msh
  1945. })
  1946. end
  1947.  
  1948. function RingEffect(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
  1949. local prt=CreatePart(effect,"Neon",0,0,brickcolor,"Effect",vt(.5,.5,.5))--part(3,effect,"SmoothPlastic",0,0,brickcolor,"Effect",vt(0.5,0.5,0.5))
  1950. prt.Anchored=true
  1951. prt.CFrame=cframe
  1952. msh=CreateMesh("SpecialMesh",prt,"FileMesh","http://www.roblox.com/asset/?id=3270017",vt(0,0,0),vt(x1,y1,z1))
  1953. game:GetService("Debris"):AddItem(prt,2)
  1954. coroutine.resume(coroutine.create(function(Part,Mesh,num)
  1955. for i=0,1,delay do
  1956. swait()
  1957. Part.Transparency=i
  1958. Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
  1959. end
  1960. Part.Parent=nil
  1961. end),prt,msh,(math.random(0,1)+math.random())/5)
  1962. end
  1963.  
  1964. function CylinderEffect(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
  1965. local prt = CreatePart(effect, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new())
  1966. prt.Anchored = true
  1967. prt.CFrame = cframe
  1968. local msh = CreateMesh("CylinderMesh", prt, "", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  1969. game:GetService("Debris"):AddItem(prt, 10)
  1970. table.insert(Effects, {
  1971. prt,
  1972. "Cylinder",
  1973. delay,
  1974. x3,
  1975. y3,
  1976. z3,
  1977. msh
  1978. })
  1979. end
  1980.  
  1981. function WaveEffect(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
  1982. local prt = CreatePart(effect, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new())
  1983. prt.Anchored = true
  1984. prt.CFrame = cframe
  1985. local msh = CreateMesh("SpecialMesh", prt, "FileMesh", "rbxassetid://20329976", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  1986. game:GetService("Debris"):AddItem(prt, 10)
  1987. table.insert(Effects, {
  1988. prt,
  1989. "Cylinder",
  1990. delay,
  1991. x3,
  1992. y3,
  1993. z3,
  1994. msh
  1995. })
  1996. end
  1997.  
  1998. function SpecialEffect(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
  1999. local prt = CreatePart(effect, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new())
  2000. prt.Anchored = true
  2001. prt.CFrame = cframe
  2002. local msh = CreateMesh("SpecialMesh", prt, "FileMesh", "rbxassetid://24388358", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  2003. game:GetService("Debris"):AddItem(prt, 10)
  2004. table.insert(Effects, {
  2005. prt,
  2006. "Cylinder",
  2007. delay,
  2008. x3,
  2009. y3,
  2010. z3,
  2011. msh
  2012. })
  2013. end
  2014.  
  2015. function BreakEffect(brickcolor, cframe, x1, y1, z1)
  2016. local prt = CreatePart(effect, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new(0.5, 0.5, 0.5))
  2017. prt.Anchored = true
  2018. prt.CFrame = cframe * CFrame.fromEulerAnglesXYZ(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50))
  2019. local msh = CreateMesh("SpecialMesh", prt, "Sphere", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
  2020. local num = math.random(10, 50) / 1000
  2021. game:GetService("Debris"):AddItem(prt, 10)
  2022. table.insert(Effects, {
  2023. prt,
  2024. "Shatter",
  2025. num,
  2026. prt.CFrame,
  2027. math.random() - math.random(),
  2028. 0,
  2029. math.random(50, 100) / 100
  2030. })
  2031. end
  2032.  
  2033.  
  2034. GetX = function(Part, Point)
  2035. local x, y, z = Part.CFrame:toObjectSpace(CFrame.new(Part.Position, Point)):toEulerAnglesXYZ()
  2036. return math.deg(x)
  2037. end
  2038.  
  2039. GetY = function(Part, Point)
  2040. local x, y, z = Part.CFrame:toObjectSpace(CFrame.new(Part.Position, Point)):toEulerAnglesXYZ()
  2041. return math.deg(y)
  2042. end
  2043.  
  2044. LoopFunctions = {}
  2045. function DoLoop(times, func)
  2046. LoopFunctions[#LoopFunctions + 1] = {
  2047. times,
  2048. 0,
  2049. func
  2050. }
  2051. end
  2052. --
  2053. local transseq2 = NumberSequence.new({NumberSequenceKeypoint.new(0,.35),NumberSequenceKeypoint.new(1,1)})
  2054. Effect1 = function(orig, adjj, radius, deg, parts, fade, wide, fadespeed,mindam,maxdam)
  2055. local orig = orig
  2056. local adjj = adjj or CFrame.new(0, 0, 0)
  2057. local radius = radius or 8
  2058. local deg = deg or 65
  2059. local parts = parts or 6
  2060. local fade = fade or 1
  2061. local wide = wide or 0.2
  2062. local fadespeed = fadespeed or 0.05
  2063. local part = {}
  2064. for x = -deg / 2, deg / 2, deg / parts do
  2065. local function reframe(x, radius, wide, orig)
  2066. local xa = x - deg / parts / 2
  2067. local xb = x + deg / parts / 2
  2068. local xxa = math.sin(math.rad(xa)) * radius * wide
  2069. local zza = math.cos(math.rad(xa)) * radius
  2070. local xxb = math.sin(math.rad(xb)) * radius * wide
  2071. local zzb = math.cos(math.rad(xb)) * radius
  2072. local xx = math.sin(math.rad(x)) * radius * wide
  2073. local zz = math.cos(math.rad(x)) * radius
  2074. local kek = CFrame.new(orig * CFrame.new(xxa, 0, zza).p, orig * CFrame.new(xxb, 0, zzb).p) * CFrame.new(0, 0, -(orig * CFrame.new(xxa, 0, zzb).p - orig * CFrame.new(xx, 0, zz).p).magnitude)
  2075. local len = (orig * CFrame.new(xxa, 0, zza).p - orig * CFrame.new(xxb, 0, zzb).p).magnitude
  2076. return kek, len
  2077. end
  2078. local kek, len = reframe(x, radius, wide, orig)
  2079. local new = Instance.new("Part", Character)
  2080. new.Anchored = true
  2081. new.TopSurface = 10
  2082. new.BottomSurface = 10
  2083. new.CanCollide = false
  2084. new.Size = Vector3.new(0.2, 0.2, 0.2)
  2085. new.BrickColor = BrickColor.new("Deep orange")
  2086. new.Transparency = 0
  2087. new.CFrame = kek
  2088. new.Material = "Neon"
  2089. local PE1 = Create("ParticleEmitter"){
  2090. Parent = new,
  2091. Color = ColorSequence.new(BrickColor.new("Deep orange").Color),
  2092. Transparency = transseq2,
  2093. Size = NumberSequence.new(0.2),
  2094. Texture = "rbxassetid://263433152",
  2095. Lifetime = NumberRange.new(.5),
  2096. Rate = 100,
  2097. VelocitySpread = 180,
  2098. Rotation = NumberRange.new(100),
  2099. Speed = NumberRange.new(3),
  2100. LightEmission = 0.7,
  2101. }
  2102.  
  2103. local newm = Instance.new("BlockMesh", new)
  2104. newm.Scale = Vector3.new(0.5, 0.1, len) * 5
  2105. part[#part + 1] = {
  2106. new,
  2107. newm,
  2108. x,
  2109. CFrame.new(fade * radius / (1 / fadespeed), 0, 0),
  2110. reframe
  2111. }
  2112. end
  2113. DoLoop(1 / fadespeed, function(i)
  2114. orig = orig * adjj
  2115. for x = 1, #part do
  2116.  
  2117. local kek, len = part[x][5](part[x][3], radius + fade * radius * i, wide, orig)
  2118. MagniDamage(part[x][1], 3, mindam, maxdam, "Normal")
  2119. part[x][1].CFrame = kek
  2120. part[x][2].Scale = Vector3.new(0.5, 0.1, 0.01 + len) * 5
  2121. part[x][1].Transparency = 0 + 1 * i
  2122. if i == 1 then
  2123. part[x][1]:Remove()
  2124. end
  2125. end
  2126. end)
  2127. end
  2128. --[[ V = The CFraming of the part]]--
  2129. --[[EXAMPLE: ExampleWeld.C0 = clerp(ExampleWeld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), .3) ]]--
  2130. --[[ ^ = The Rotations of the part]]--
  2131.  
  2132. --[[Attack Function]]--
  2133.  
  2134.  
  2135. function timewarp()
  2136. attack = true
  2137. Humanoid.WalkSpeed = 0
  2138. for i = 0, 1, 0.1 do
  2139. swait()
  2140. RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0,-0.2+.1*math.cos(sine/9)) * angles(math.rad(-10), math.rad(10), math.rad(-70)), .3)
  2141. Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * angles(math.rad(15), math.rad(0), math.rad(70)), .3)
  2142. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5-.1*math.cos(sine/9), 0.3+.1*math.cos(sine/9)-0.25) * angles(math.rad(-30), math.rad(0), math.rad(20)), .3)
  2143. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5+.15*math.cos(sine/9), 0.2) * angles(math.rad(170), math.rad(0), math.rad(0)), .3)
  2144. RH.C0 = clerp(RH.C0, cf(1,-1-.1*math.cos(sine/9),0) * RHCF * angles(math.rad(0), math.rad(0), math.rad(-10)), .3)
  2145. LH.C0 = clerp(LH.C0, cf(-1, -1-.1*math.cos(sine/9),0) * LHCF * angles(math.rad(0), math.rad(30), math.rad(10)), .3)
  2146. FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(0))* angles(math.rad(150), math.rad(0), math.rad(6)), .3)
  2147. end
  2148. for i = 0, 360,20 do
  2149. swait()
  2150. SphereEffect(BrickColor.new("Pastel yellow"),RootPart.CFrame*CFrame.Angles(0,0,math.rad(90))*CFrame.Angles(math.rad(i),0,0)*CFrame.new(0,0,-10-8),1,1,1,.1,.1,.1,0.01)
  2151. end
  2152.  
  2153. attack = true
  2154. for i = 0, 1, 0.1 do
  2155. swait()
  2156. RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0,-0.2+.1*math.cos(sine/9)) * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
  2157. Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * angles(math.rad(20), math.rad(0), math.rad(0)), .3)
  2158. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5-.1*math.cos(sine/9), 0.3+.1*math.cos(sine/9)-0.25) * angles(math.rad(-30), math.rad(0), math.rad(20)), .3)
  2159. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5+.15*math.cos(sine/9), 0.2) * angles(math.rad(0), math.rad(0), math.rad(-90)), .3)
  2160. RH.C0 = clerp(RH.C0, cf(1,-1-.1*math.cos(sine/9),0) * RHCF * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
  2161. LH.C0 = clerp(LH.C0, cf(-1, -1-.1*math.cos(sine/9),0) * LHCF * angles(math.rad(0), math.rad(30), math.rad(0)), .3)
  2162. FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(0))* angles(math.rad(150), math.rad(0), math.rad(6)), .3)
  2163. end
  2164. CreateSound("http://www.roblox.com/asset/?id=200633780", Handle, 1, 1)
  2165. MagniDamage(Torso,20,30,45,3,"Snare")
  2166. SphereEffect(BrickColor.new("Pastel yellow"),RootPart.CFrame,100,100,100,5,5,5,0.07)
  2167. BlockEffect(BrickColor.new("White"),RootPart.CFrame,80,80,80,5,5,5,0.07,1)
  2168. Humanoid.WalkSpeed=16
  2169. attack=false
  2170. end
  2171.  
  2172. findNearestTorso = function(pos, distance)
  2173. local list = (game.Workspace:children())
  2174. local torso = nil
  2175. local dist = distance
  2176. local temp, human, temp2 = nil, nil, nil
  2177. for x = 1, #list do
  2178. temp2 = list[x]
  2179. canfind = true
  2180. -- DECOMPILER ERROR at PC36: Unhandled construct in 'MakeBoolean' P1
  2181.  
  2182. if game.Players:GetPlayerFromCharacter(temp2) ~= nil and game.Players:GetPlayerFromCharacter(temp2).TeamColor == Player.TeamColor and Player.Neutral == false then
  2183. canfind = false
  2184. end
  2185. canfind = true
  2186. if temp2.className == "Model" and temp2 ~= Character and canfind == true then
  2187. temp = temp2:findFirstChild("Torso")
  2188. human = temp2:findFirstChild("Humanoid")
  2189. if temp ~= nil and human ~= nil and human.Health > 0 and (temp.Position - pos).magnitude < dist then
  2190. torso = temp
  2191. dist = (temp.Position - pos).magnitude
  2192. end
  2193. end
  2194. end
  2195. return torso, dist
  2196. end
  2197. function tempus()
  2198. attack = true
  2199. Humanoid.WalkSpeed = 0
  2200. for i = 0, 1, 0.1 do
  2201. swait()
  2202. RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0,-0.2+.1*math.cos(sine/9)) * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
  2203. Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
  2204. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5-.1*math.cos(sine/9), 0.3+.1*math.cos(sine/9)-0.25) * angles(math.rad(0), math.rad(0), math.rad(90)), .3)
  2205. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5+.15*math.cos(sine/9), 0.2) * angles(math.rad(0), math.rad(0), math.rad(-90)), .3)
  2206. RH.C0 = clerp(RH.C0, cf(1,-1-.1*math.cos(sine/9),0) * RHCF * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
  2207. LH.C0 = clerp(LH.C0, cf(-1, -1-.1*math.cos(sine/9),0) * LHCF * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
  2208. --FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(0))* angles(math.rad(150), math.rad(0), math.rad(6)), .3)
  2209. end
  2210.  
  2211. CreateSound("http://www.roblox.com/asset/?id=200633780", Handle, 1, 1)
  2212. MagniDamage(Torso,15,30,35,3,"Snare")
  2213. BPos.position = BPos.position - Vector3.new(0,5,0)
  2214. BlockEffect(BrickColor.new("Cool yellow"),Handle.CFrame*cf(0,-3,0),20,20,20,5,5,5,0.07)
  2215. SphereEffect(BrickColor.new("White"),Handle.CFrame*cf(0,-3,0),30,30,30,10,10,10,0.07)
  2216. MagniDamage(Hitbox,25,10,15,30,"Freeze")
  2217. for i = 0, 1, 0.1 do
  2218. swait()
  2219. RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0,-0.2+.1*math.cos(sine/9)) * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
  2220. Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * angles(math.rad(20), math.rad(0), math.rad(0)), .3)
  2221. RW.C0 = clerp(RW.C0, CFrame.new(1.2, 0.5-.1*math.cos(sine/9), -1) * angles(math.rad(0), math.rad(150), math.rad(90)), .3)
  2222. LW.C0 = clerp(LW.C0, CFrame.new(-1.2, 0.5+.15*math.cos(sine/9), -1) * angles(math.rad(0), math.rad(-150), math.rad(-90)), .3)
  2223. RH.C0 = clerp(RH.C0, cf(1,-1-.1*math.cos(sine/9),0) * RHCF * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
  2224. LH.C0 = clerp(LH.C0, cf(-1, -1-.1*math.cos(sine/9),0) * LHCF * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
  2225. -- FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(0))* angles(math.rad(150), math.rad(0), math.rad(6)), .3)
  2226. end
  2227. BPos.position = BPos.position + Vector3.new(0,5,0)
  2228. Humanoid.WalkSpeed=20
  2229. attack=false
  2230. end
  2231. function swordblast()
  2232. attack = true
  2233. Humanoid.WalkSpeed = 0
  2234. for i = 0, 1, 0.1 do
  2235. swait()
  2236. RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0,-0.2+.1*math.cos(sine/9)) * angles(math.rad(-10), math.rad(10), math.rad(-70)), .3)
  2237. Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * angles(math.rad(15), math.rad(0), math.rad(70)), .3)
  2238. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5-.1*math.cos(sine/9), 0.3+.1*math.cos(sine/9)-0.25) * angles(math.rad(-30), math.rad(0), math.rad(20)), .3)
  2239. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5+.15*math.cos(sine/9), 0.2) * angles(math.rad(170), math.rad(0), math.rad(0)), .3)
  2240. RH.C0 = clerp(RH.C0, cf(1,-1-.1*math.cos(sine/9),0) * RHCF * angles(math.rad(0), math.rad(0), math.rad(-10)), .3)
  2241. LH.C0 = clerp(LH.C0, cf(-1, -1-.1*math.cos(sine/9),0) * LHCF * angles(math.rad(0), math.rad(30), math.rad(10)), .3)
  2242. FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(0))* angles(math.rad(150), math.rad(0), math.rad(6)), .3)
  2243. end
  2244.  
  2245. for i = 0, 1, 0.1 do
  2246. swait()
  2247. RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0,-0.2+.1*math.cos(sine/9)) * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
  2248. Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * angles(math.rad(20), math.rad(0), math.rad(0)), .3)
  2249. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5-.1*math.cos(sine/9), 0.3+.1*math.cos(sine/9)-0.25) * angles(math.rad(-30), math.rad(0), math.rad(20)), .3)
  2250. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5+.15*math.cos(sine/9), 0.2) * angles(math.rad(0), math.rad(0), math.rad(-90)), .3)
  2251. RH.C0 = clerp(RH.C0, cf(1,-1-.1*math.cos(sine/9),0) * RHCF * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
  2252. LH.C0 = clerp(LH.C0, cf(-1, -1-.1*math.cos(sine/9),0) * LHCF * angles(math.rad(0), math.rad(30), math.rad(0)), .3)
  2253. FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(0))* angles(math.rad(150), math.rad(0), math.rad(6)), .3)
  2254. end
  2255. tPos = mouse.Hit.p
  2256. ref = CreatePart(effect,"SmoothPlastic", 0, 1, BrickColor.new("Black"), "Reference", vt())
  2257. ref.Anchored = true
  2258. ref.CFrame = Handle.CFrame * cf(0, -2, 0)
  2259. game:GetService("Debris"):AddItem(ref, 1)
  2260. BlockEffect(BrickColor.new("White"), cf(ref.Position) * angles(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50)), 7, 7, 7, 1, 1, 1, 0.08, 2)
  2261. local icepart1 = CreatePart(effect,"SmoothPlastic", 0.5, 0, BrickColor.new("White"), "Ice", vt(2, 4, 2))
  2262. icepart1.Anchored = true
  2263. icepart1.Material = Enum.Material.Neon
  2264. i1msh = CreateMesh("SpecialMesh", icepart1, "FileMesh", "http://www.roblox.com/asset/?id=1778999", vt(0, 0, 0), vt(0.7, 2, 0.7))
  2265. icepart1.CFrame = cf(ref.Position)
  2266. game:GetService("Debris"):AddItem(icepart1, 20)
  2267. --[[ local parti1 = icicleparti1:Clone()
  2268. parti1.Parent = icepart1
  2269. local parti2 = icicleparti2:Clone()
  2270. parti2.Parent = icepart1]]
  2271. MouseLook = cf(icepart1.Position, mouse.Hit.p)
  2272. --so("338594467", icepart1, 1, 1)
  2273. table.insert(ShootEffects, {MouseLook, "ShootIce", 50, icepart1.Position, 8, 27, 0, icepart1, 7, 2})
  2274. Humanoid.WalkSpeed=16
  2275. attack=false
  2276. end
  2277.  
  2278.  
  2279. function destroytime()
  2280. attack = true
  2281. Humanoid.WalkSpeed = 0
  2282. ref=CreatePart(effect, "SmoothPlastic", 0, 1, BrickColor.new("Black"), "ref", Vector3.new())
  2283. ref.Anchored=true
  2284. ref.CanCollide=false
  2285. ref.Parent=nil
  2286. for i = 0, 1, 0.1 do
  2287. swait()
  2288. RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0,-0.2+.1*math.cos(sine/9)) * angles(math.rad(-10), math.rad(10), math.rad(-70)), .3)
  2289. Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * angles(math.rad(15), math.rad(0), math.rad(70)), .3)
  2290. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5-.1*math.cos(sine/9), 0.3+.1*math.cos(sine/9)-0.25) * angles(math.rad(-30), math.rad(0), math.rad(20)), .3)
  2291. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5+.15*math.cos(sine/9), 0.2) * angles(math.rad(170), math.rad(0), math.rad(0)), .3)
  2292. RH.C0 = clerp(RH.C0, cf(1,-1-.1*math.cos(sine/9),0) * RHCF * angles(math.rad(0), math.rad(0), math.rad(-10)), .3)
  2293. LH.C0 = clerp(LH.C0, cf(-1, -1-.1*math.cos(sine/9),0) * LHCF * angles(math.rad(0), math.rad(30), math.rad(10)), .3)
  2294. FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(0))* angles(math.rad(150), math.rad(0), math.rad(6)), .3)
  2295. end
  2296. for i = 0, 360,60 do
  2297. SphereEffect(BrickColor.new("Daisy orange"),RootPart.CFrame*CFrame.Angles(0,0,math.rad(90))*CFrame.Angles(math.rad(i),0,0)*CFrame.new(0,0,-10-8),1,1,1,.1,.1,.1,0.01)
  2298. end
  2299. for i = 360, 0,-60 do
  2300. swait()
  2301. SphereEffect(BrickColor.new("Cool yellow"),RootPart.CFrame*CFrame.Angles(0,0,math.rad(90))*CFrame.Angles(math.rad(i),0,0)*CFrame.new(0,0,-10-8),5,5,5,-.1,-.1,-.1,0.03)
  2302. end
  2303. attack = true
  2304. for i = 0, 1, 0.1 do
  2305. swait()
  2306. RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0,0) * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
  2307. Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * angles(math.rad(20), math.rad(0), math.rad(0)), .3)
  2308. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5-.1*math.cos(sine/9), 0.3+.1*math.cos(sine/9)-0.25) * angles(math.rad(-30), math.rad(0), math.rad(20)), .3)
  2309. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5+.15*math.cos(sine/9), 0.2) * angles(math.rad(0), math.rad(0), math.rad(-90)), .3)
  2310. RH.C0 = clerp(RH.C0, cf(1,-1-.1*math.cos(sine/9),0) * RHCF * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
  2311. LH.C0 = clerp(LH.C0, cf(-1, -1-.1*math.cos(sine/9),0) * LHCF * angles(math.rad(0), math.rad(30), math.rad(0)), .3)
  2312. FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(0))* angles(math.rad(150), math.rad(0), math.rad(6)), .3)
  2313. end
  2314. ref.Parent=effect
  2315. CreateSound("http://www.roblox.com/asset/?id=200633780", Handle, 1, 1)
  2316.  
  2317. RingEffect(BrickColor.new("Cool yellow"),RootPart.CFrame*angles(math.rad(90),0,0),40,40,8,.5,.5,0,0.07)
  2318. for i = 0, 360,60 do
  2319. ref.CFrame=RootPart.CFrame*CFrame.Angles(0,0,math.rad(90))*CFrame.Angles(math.rad(i),0,0)*CFrame.new(0,0,-10-8)
  2320. MagniDamage(ref,15,30,35,70,"Knockdown")
  2321. BlockEffect(BrickColor.new("Cool yellow"),RootPart.CFrame*CFrame.Angles(0,0,math.rad(90))*CFrame.Angles(math.rad(i),0,0)*CFrame.new(0,0,-10-8),5,5,5,3,3,3,0.07)
  2322. end
  2323. MagniDamage(Torso,15,20,25,70,"Knockdown")
  2324. Humanoid.WalkSpeed=16
  2325. attack=false
  2326. end
  2327.  
  2328. function slashone()
  2329. attack = true
  2330.  
  2331. for i = 0, 1, 0.5 do
  2332. swait()
  2333. RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0,0) * angles(math.rad(0), math.rad(0), math.rad(100)), .3)
  2334. Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * angles(math.rad(25), math.rad(0), math.rad(-100)), .3)
  2335. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0.3) * angles(math.rad(90), math.rad(0), math.rad(20)), .3)
  2336. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, -0.5) * angles(math.rad(0), math.rad(-100), math.rad(-90)), .3)
  2337. RH.C0 = clerp(RH.C0, cf(1.2,-1,-1) * RHCF * angles(math.rad(0), math.rad(30), math.rad(-30)), .3)
  2338. LH.C0 = clerp(LH.C0, cf(-1, -1,0.3) * LHCF * angles(math.rad(0), math.rad(30), math.rad(0)), .3)
  2339. FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, CFrame.new(0, 0, 0) * angles(math.rad(-60), math.rad(0), math.rad(50))* angles(math.rad(190), math.rad(0), math.rad(6)), .3)
  2340. end
  2341. CreateSound("http://www.roblox.com/asset/?id=235097614", Handle, 1, 2)
  2342. Effect1(RootPart.CFrame * CFrame.Angles(0, 3.2, 1.5), CFrame.new(0, 0, 2), 5, 150, 6, 1, 0.85, 0.05,12,15) --orig, adjj, radius, deg, parts, fade, wide, fadespeed
  2343. for i = 0, 1, 0.1 do
  2344. swait()
  2345. RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0,0) * angles(math.rad(0), math.rad(0), math.rad(100)), .3)
  2346. Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * angles(math.rad(25), math.rad(0), math.rad(-100)), .3)
  2347. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0.3) * angles(math.rad(180), math.rad(0), math.rad(20)), .5)
  2348. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, -0.5) * angles(math.rad(0), math.rad(0), math.rad(-20)), .3)
  2349. RH.C0 = clerp(RH.C0, cf(1.2,-1,-1) * RHCF * angles(math.rad(0), math.rad(30), math.rad(-30)), .3)
  2350. LH.C0 = clerp(LH.C0, cf(-1, -1,0.3) * LHCF * angles(math.rad(0), math.rad(30), math.rad(0)), .3)
  2351. FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, CFrame.new(0, 0, 0) * angles(math.rad(-90), math.rad(0), math.rad(50))* angles(math.rad(190), math.rad(0), math.rad(6)), .3)
  2352. end
  2353. attack = false
  2354. end
  2355.  
  2356. function slashtwo()
  2357. attack = true
  2358. for i = 0, 1, 0.25 do
  2359. swait()
  2360. RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0,-0.2+.1*math.cos(sine/9)) * angles(math.rad(-10), math.rad(10), math.rad(-70)), .3)
  2361. Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * angles(math.rad(15), math.rad(0), math.rad(70)), .3)
  2362. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5-.1*math.cos(sine/9), 0.3+.1*math.cos(sine/9)-0.25) * angles(math.rad(-30), math.rad(0), math.rad(90)), .3)
  2363. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5+.15*math.cos(sine/9), 0.2) * angles(math.rad(0), math.rad(0), math.rad(-90)), .3)
  2364. RH.C0 = clerp(RH.C0, cf(1,-1-.1*math.cos(sine/9),0) * RHCF * angles(math.rad(0), math.rad(0), math.rad(-10)), .3)
  2365. LH.C0 = clerp(LH.C0, cf(-1, -1-.1*math.cos(sine/9),0) * LHCF * angles(math.rad(0), math.rad(30), math.rad(10)), .3)
  2366. FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(0))* angles(math.rad(150), math.rad(0), math.rad(6)), .3)
  2367. end
  2368.  
  2369. for i = 0, 1, 0.25 do
  2370. swait()
  2371. RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0,0) * angles(math.rad(0), math.rad(0), math.rad(100)), .3)
  2372. Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * angles(math.rad(25), math.rad(0), math.rad(-100)), .3)
  2373. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0.3) * angles(math.rad(0), math.rad(50), math.rad(90)), .3)
  2374. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, -0.5) * angles(math.rad(0), math.rad(-180), math.rad(-90)), .3)
  2375. RH.C0 = clerp(RH.C0, cf(1.2,-1,-1) * RHCF * angles(math.rad(0), math.rad(30), math.rad(0)), .3)
  2376. LH.C0 = clerp(LH.C0, cf(-1, -1,0.3) * LHCF * angles(math.rad(0), math.rad(30), math.rad(0)), .3)
  2377. FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(50))* angles(math.rad(190), math.rad(0), math.rad(6)), .3)
  2378. end
  2379. CreateSound("http://www.roblox.com/asset/?id=235097614", Handle, 1, 2.5)
  2380. Effect1(RootPart.CFrame * CFrame.Angles(0, 3.2, 1.5), CFrame.new(0, 0, 2), 5, 150, 6, 1, 0.85, 0.05,12,15) --orig, adjj, radius, deg, parts, fade, wide, fadespeed
  2381. for i = 0, 1, 0.25 do
  2382. swait()
  2383. RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0,0) * angles(math.rad(0), math.rad(0), math.rad(150)), .3)
  2384. Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * angles(math.rad(25), math.rad(0), math.rad(-80)), .3)
  2385. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0.3) * angles(math.rad(0), math.rad(50), math.rad(90)), .5)
  2386. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, -0.5) * angles(math.rad(0), math.rad(-180), math.rad(-90)), .3)
  2387. RH.C0 = clerp(RH.C0, cf(1.2,-1,-1) * RHCF * angles(math.rad(0), math.rad(30), math.rad(0)), .3)
  2388. LH.C0 = clerp(LH.C0, cf(-1, -1,0.3) * LHCF * angles(math.rad(0), math.rad(30), math.rad(0)), .3)
  2389. FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(50))* angles(math.rad(190), math.rad(0), math.rad(6)), .3)
  2390. end
  2391. attack = false
  2392. end
  2393.  
  2394.  
  2395. function attackone()
  2396. attack = true
  2397. local con = Handle.Touched:connect(function(hit)
  2398. Damagefunc(Hitbox, hit, 8, 13, math.random(1, 5), "Normal", RootPart, .2, "rbxassetid://199149221", .8)
  2399. end)
  2400. for i = 0, 1, 0.25 do
  2401. swait()
  2402. RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0,0) * angles(math.rad(0), math.rad(0), math.rad(50)), .3)
  2403. Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * angles(math.rad(20), math.rad(0), math.rad(-55)), .3)
  2404. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0.3+.1*math.cos(sine/9)-0.25) * angles(math.rad(60), math.rad(0), math.rad(50)), .3)
  2405. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0.2) * angles(math.rad(0), math.rad(-40), math.rad(-40)), .3)
  2406. RH.C0 = clerp(RH.C0, cf(1,-1,-.5) * RHCF * angles(math.rad(0), math.rad(-30), math.rad(-50)), .3)
  2407. LH.C0 = clerp(LH.C0, cf(-1, -1,0.3) * LHCF * angles(math.rad(0), math.rad(30), math.rad(0)), .3)
  2408. FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(-50))* angles(math.rad(190), math.rad(0), math.rad(6)), .3)
  2409. end
  2410. CreateSound("http://www.roblox.com/asset/?id=189505665", Handle, 1, 1)
  2411. Torso.Velocity=RootPart.CFrame.lookVector*100
  2412. for i = 0, 1, 0.25 do
  2413. swait()
  2414. RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0,0) * angles(math.rad(0), math.rad(0), math.rad(50)), .3)
  2415. Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * angles(math.rad(20), math.rad(0), math.rad(-55)), .3)
  2416. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0.3+.1*math.cos(sine/9)-0.25) * angles(math.rad(60), math.rad(0), math.rad(50)), .3)
  2417. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0.2) * angles(math.rad(0), math.rad(-40), math.rad(-40)), .3)
  2418. RH.C0 = clerp(RH.C0, cf(1,-1,-.5) * RHCF * angles(math.rad(0), math.rad(-30), math.rad(-50)), .3)
  2419. LH.C0 = clerp(LH.C0, cf(-1, -1,0.3) * LHCF * angles(math.rad(0), math.rad(30), math.rad(0)), .3)
  2420. FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(-50))* angles(math.rad(190), math.rad(0), math.rad(6)), .3)
  2421. end
  2422. con:disconnect()
  2423. attack = false
  2424. end
  2425.  
  2426. function spattackone()
  2427. attack=true
  2428. for i = 0, 1,0.1 do
  2429. swait()
  2430. RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0, 0+.1*math.cos(sine/9)) * angles(math.rad(0), math.rad(0), math.rad(-90)), .3)
  2431. Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * angles(math.rad(15), math.rad(0), math.rad(80)), .3)
  2432. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5+.10*math.cos(sine/9), 0.2) * angles(math.rad(90), math.rad(0), math.rad(0)), .3)
  2433. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5+.10*math.cos(sine/9), 0.4) * angles(math.rad(10), math.rad(0), math.rad(0)), .3)
  2434. RH.C0 = clerp(RH.C0, cf(1,-1-.1*math.cos(sine/9),0) * RHCF * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
  2435. LH.C0 = clerp(LH.C0, cf(-1, -1-.1*math.cos(sine/9),0) * LHCF * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
  2436. end
  2437. for i = 0, 1,0.15 do
  2438. swait()
  2439. RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0, 0+.1*math.cos(sine/9)) * angles(math.rad(0), math.rad(0), math.rad(90)), .5)
  2440. Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * angles(math.rad(15), math.rad(0), math.rad(-90)), .5)
  2441. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5+.10*math.cos(sine/9), 0.2) * angles(math.rad(90), math.rad(0), math.rad(90)), .3)
  2442. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5+.10*math.cos(sine/9), 0.4) * angles(math.rad(50), math.rad(0), math.rad(0)), .3)
  2443. RH.C0 = clerp(RH.C0, cf(1,-1-.1*math.cos(sine/9),0) * RHCF * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
  2444. LH.C0 = clerp(LH.C0, cf(-1, -1-.1*math.cos(sine/9),0) * LHCF * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
  2445. end
  2446. CreateSound("http://www.roblox.com/asset/?id=231917772", Handle, 1, 1)
  2447. MagniDamage(RightArm,5,9,14,0,"Normal")
  2448. BlockEffect(BrickColor.new("Cool yellow"),RightArm.CFrame*cf(0,-1,0),5,5,5,3,3,3,0.07)
  2449. SphereEffect(BrickColor.new("White"),RightArm.CFrame*cf(0,-1,0),10,10,10,3,3,3,0.07)
  2450. for i = 0, 1,0.1 do
  2451. swait()
  2452. RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0, 0+.1*math.cos(sine/9)) * angles(math.rad(0), math.rad(0), math.rad(90)), .5)
  2453. Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * angles(math.rad(15), math.rad(0), math.rad(-90)), .5)
  2454. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5+.10*math.cos(sine/9), 0.2) * angles(math.rad(90), math.rad(0), math.rad(90)), .3)
  2455. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5+.10*math.cos(sine/9), 0.4) * angles(math.rad(50), math.rad(0), math.rad(0)), .3)
  2456. RH.C0 = clerp(RH.C0, cf(1,-1-.1*math.cos(sine/9),0) * RHCF * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
  2457. LH.C0 = clerp(LH.C0, cf(-1, -1-.1*math.cos(sine/9),0) * LHCF * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
  2458. end
  2459. attack=false
  2460. end
  2461.  
  2462. function spattacktwo()
  2463. attack=true
  2464. for i = 0, 1,0.1 do
  2465. swait()
  2466. RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0, 0+.1*math.cos(sine/9)) * angles(math.rad(0), math.rad(0), math.rad(90)), .3)
  2467. Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * angles(math.rad(15), math.rad(0), math.rad(-80)), .3)
  2468. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5+.10*math.cos(sine/9), 0.4) * angles(math.rad(10), math.rad(0), math.rad(0)), .3)
  2469. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5+.10*math.cos(sine/9), 0.2) * angles(math.rad(90), math.rad(0), math.rad(0)), .3)
  2470. RH.C0 = clerp(RH.C0, cf(1,-1-.1*math.cos(sine/9),0) * RHCF * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
  2471. LH.C0 = clerp(LH.C0, cf(-1, -1-.1*math.cos(sine/9),0) * LHCF * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
  2472. end
  2473. for i = 0, 1,0.15 do
  2474. swait()
  2475. RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0, 0+.1*math.cos(sine/9)) * angles(math.rad(0), math.rad(0), math.rad(-90)), .5)
  2476. Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * angles(math.rad(15), math.rad(0), math.rad(90)), .5)
  2477. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5+.10*math.cos(sine/9), 0.4) * angles(math.rad(50), math.rad(0), math.rad(0)), .3)
  2478. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5+.10*math.cos(sine/9), 0.2) * angles(math.rad(90), math.rad(0), math.rad(-90)), .3)
  2479. RH.C0 = clerp(RH.C0, cf(1,-1-.1*math.cos(sine/9),0) * RHCF * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
  2480. LH.C0 = clerp(LH.C0, cf(-1, -1-.1*math.cos(sine/9),0) * LHCF * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
  2481. end
  2482. CreateSound("http://www.roblox.com/asset/?id=231917772", Handle, 1, 1.2)
  2483. MagniDamage(RightArm,5,9,14,0,"Normal")
  2484. BlockEffect(BrickColor.new("Cool yellow"),LeftArm.CFrame*cf(0,-1,0),5,5,5,3,3,3,0.07)
  2485. SphereEffect(BrickColor.new("White"),LeftArm.CFrame*cf(0,-1,0),10,10,10,3,3,3,0.07)
  2486. for i = 0, 1,0.1 do
  2487. swait()
  2488. RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0, 0+.1*math.cos(sine/9)) * angles(math.rad(0), math.rad(0), math.rad(-90)), .5)
  2489. Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * angles(math.rad(15), math.rad(0), math.rad(90)), .5)
  2490. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5+.10*math.cos(sine/9), 0.4) * angles(math.rad(50), math.rad(0), math.rad(0)), .3)
  2491. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5+.10*math.cos(sine/9), 0.2) * angles(math.rad(90), math.rad(0), math.rad(-90)), .3)
  2492. RH.C0 = clerp(RH.C0, cf(1,-1-.1*math.cos(sine/9),0) * RHCF * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
  2493. LH.C0 = clerp(LH.C0, cf(-1, -1-.1*math.cos(sine/9),0) * LHCF * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
  2494. end
  2495. attack=false
  2496. end
  2497.  
  2498. function spattackthree()
  2499. attack = true
  2500. Humanoid.WalkSpeed = 5
  2501. for i = 0, 1, 0.1 do
  2502. swait()
  2503. RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0,-0.2+.1*math.cos(sine/9)) * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
  2504. Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * angles(math.rad(20), math.rad(0), math.rad(0)), .3)
  2505. RW.C0 = clerp(RW.C0, CFrame.new(1.2, 0.5-.1*math.cos(sine/9), -1) * angles(math.rad(0), math.rad(150), math.rad(90)), .3)
  2506. LW.C0 = clerp(LW.C0, CFrame.new(-1.2, 0.5+.15*math.cos(sine/9), -1) * angles(math.rad(0), math.rad(-150), math.rad(-90)), .3)
  2507. RH.C0 = clerp(RH.C0, cf(1,-1-.1*math.cos(sine/9),0) * RHCF * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
  2508. LH.C0 = clerp(LH.C0, cf(-1, -1-.1*math.cos(sine/9),0) * LHCF * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
  2509. -- FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(0))* angles(math.rad(150), math.rad(0), math.rad(6)), .3)
  2510. end
  2511. CreateSound("http://www.roblox.com/asset/?id=231917772", Handle, 1, .8)
  2512. MagniDamage(RightArm,5,9,18,0,"Normal")
  2513. BlockEffect(BrickColor.new("Cool yellow"),LeftArm.CFrame*cf(0,-1,0),15,15,15,3,3,3,0.07)
  2514. SphereEffect(BrickColor.new("White"),LeftArm.CFrame*cf(0,-1,0),20,20,20,3,3,3,0.07)
  2515. for i = 0, 1, 0.1 do
  2516. swait()
  2517. RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0,-0.2+.1*math.cos(sine/9)) * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
  2518. Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
  2519. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5-.1*math.cos(sine/9), 0.3+.1*math.cos(sine/9)-0.25) * angles(math.rad(0), math.rad(0), math.rad(90)), .3)
  2520. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5+.15*math.cos(sine/9), 0.2) * angles(math.rad(0), math.rad(0), math.rad(-90)), .3)
  2521. RH.C0 = clerp(RH.C0, cf(1,-1-.1*math.cos(sine/9),0) * RHCF * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
  2522. LH.C0 = clerp(LH.C0, cf(-1, -1-.1*math.cos(sine/9),0) * LHCF * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
  2523. --FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(0))* angles(math.rad(150), math.rad(0), math.rad(6)), .3)
  2524. end
  2525.  
  2526.  
  2527.  
  2528.  
  2529. Humanoid.WalkSpeed=20
  2530. attack=false
  2531. end
  2532.  
  2533. function switch()
  2534. attack = true
  2535. Humanoid.WalkSpeed = 5
  2536. if heal == false then
  2537. heal = true
  2538. else
  2539. heal=false
  2540. end
  2541. for i = 0, 1, 0.1 do
  2542. swait()
  2543. RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0,-0.2+.1*math.cos(sine/9)) * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
  2544. Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
  2545. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5-.1*math.cos(sine/9), 0.3+.1*math.cos(sine/9)-0.25) * angles(math.rad(0), math.rad(0), math.rad(90)), .3)
  2546. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5+.15*math.cos(sine/9), 0.2) * angles(math.rad(0), math.rad(0), math.rad(-90)), .3)
  2547. RH.C0 = clerp(RH.C0, cf(1,-1-.1*math.cos(sine/9),0) * RHCF * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
  2548. LH.C0 = clerp(LH.C0, cf(-1, -1-.1*math.cos(sine/9),0) * LHCF * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
  2549. --FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(0))* angles(math.rad(150), math.rad(0), math.rad(6)), .3)
  2550. end
  2551. CreateSound("http://www.roblox.com/asset/?id=206083252", Handle, 1, .8)
  2552. for i = 0, 1, 0.1 do
  2553. swait()
  2554. RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0,-0.2+.1*math.cos(sine/9)) * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
  2555. Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * angles(math.rad(20), math.rad(0), math.rad(0)), .3)
  2556. RW.C0 = clerp(RW.C0, CFrame.new(1.2, 0.5-.1*math.cos(sine/9), -1) * angles(math.rad(0), math.rad(150), math.rad(90)), .3)
  2557. LW.C0 = clerp(LW.C0, CFrame.new(-1.2, 0.5+.15*math.cos(sine/9), -1) * angles(math.rad(0), math.rad(-150), math.rad(-90)), .3)
  2558. RH.C0 = clerp(RH.C0, cf(1,-1-.1*math.cos(sine/9),0) * RHCF * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
  2559. LH.C0 = clerp(LH.C0, cf(-1, -1-.1*math.cos(sine/9),0) * LHCF * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
  2560. -- FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(0))* angles(math.rad(150), math.rad(0), math.rad(6)), .3)
  2561. end
  2562. Humanoid.WalkSpeed=20
  2563. attack=false
  2564. end
  2565.  
  2566. function Disappear(Mod)
  2567. for _,v in pairs(Mod:children()) do
  2568. if v.className=="Hat" then
  2569. for _,i in pairs(v:children()) do
  2570. if i.className=="Part" then
  2571. coroutine.resume(coroutine.create(function(Part)
  2572. for i=0,1,0.1 do
  2573. swait()
  2574. Part.Transparency=i
  2575. end
  2576. Part.Transparency=1
  2577. end),i)
  2578. end
  2579. end
  2580. end
  2581. if v.className=="Part" and v.Name~="HumanoidRootPart" then
  2582. coroutine.resume(coroutine.create(function(Part)
  2583. for i=0,1,0.1 do
  2584. swait()
  2585. Part.Transparency=i
  2586. end
  2587. Part.Transparency=1
  2588. end),v)
  2589. end
  2590. end
  2591. end
  2592.  
  2593. function Reappear(Mod)
  2594. for _,v in pairs(Mod:children()) do
  2595. if v.className=="Hat" then
  2596. for _,i in pairs(v:children()) do
  2597. if i.className=="Part" and v.Name ~= "Handle" then
  2598. coroutine.resume(coroutine.create(function(Part)
  2599. for i=1,0,-0.1 do
  2600. swait()
  2601. Part.Transparency=i
  2602. end
  2603. Handle.Transparency=1
  2604. Hitbox.Transparency=1
  2605. Part.Transparency=0
  2606. end),i)
  2607. end
  2608. end
  2609. end
  2610. if v.className=="Part" and v.Name~="HumanoidRootPart" and v.Name ~= "Handle" then
  2611. coroutine.resume(coroutine.create(function(Partt)
  2612. for i=1,0,-0.1 do
  2613. swait()
  2614. Partt.Transparency=i
  2615. end
  2616. FakeHandle.Transparency=1
  2617. Hitbox.Transparency=1
  2618. Partt.Transparency=0
  2619. end),v)
  2620. Hitbox.Transparency=1
  2621. end
  2622. end
  2623.  
  2624. Hitbox.Transparency=1
  2625. end
  2626.  
  2627. function Take()
  2628. attack = true
  2629. for i = 0, 1, 0.1 do
  2630. swait()
  2631. RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0, 0+.1*math.cos(sine/9)) * angles(math.rad(0), math.rad(0), math.rad(-20)), .3)
  2632. Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * angles(math.rad(0), math.rad(0), math.rad(20)), .3)
  2633. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5+.10*math.cos(sine/9), 0.2) * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
  2634. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5+.10*math.cos(sine/9), 0.2) * angles(math.rad(0), math.rad(0), math.rad(-10)), .3)
  2635. RH.C0 = clerp(RH.C0, cf(1,-1-.1*math.cos(sine/9),0) * RHCF * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
  2636. LH.C0 = clerp(LH.C0, cf(-1, -1-.1*math.cos(sine/9),0) * LHCF * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
  2637. end
  2638. Disappear(m)
  2639. CreateSound("http://www.roblox.com/asset/?id=206083252", Handle, 1, 1)
  2640. SphereEffect(BrickColor.new("White"),Hitbox.CFrame,20,50,20,5,5,10,0.07)
  2641. for i = 0, 1, 0.05 do
  2642. swait()
  2643. RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0, 0+.1*math.cos(sine/9)) * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
  2644. Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
  2645. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5+.10*math.cos(sine/9), 0.2) * angles(math.rad(170), math.rad(0), math.rad(0)), .3)
  2646. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5+.10*math.cos(sine/9), 0.2) * angles(math.rad(0), math.rad(0), math.rad(-10)), .3)
  2647. RH.C0 = clerp(RH.C0, cf(1,-1-.1*math.cos(sine/9),0) * RHCF * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
  2648. LH.C0 = clerp(LH.C0, cf(-1, -1-.1*math.cos(sine/9),0) * LHCF * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
  2649. end
  2650. Reappear(m)
  2651. BPos.Parent=nil
  2652. Gy.Parent=nil
  2653. HandleWeld.Parent=RightArm
  2654. SphereEffect(BrickColor.new("White"),Hitbox.CFrame,20,20,50,5,5,10,0.07)
  2655. for i = 0, 1, 0.1 do
  2656. swait()
  2657. RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0, 0+.1*math.cos(sine/9)) * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
  2658. Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
  2659. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5+.10*math.cos(sine/9), 0.2) * angles(math.rad(0), math.rad(0), math.rad(90)), .3)
  2660. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5+.10*math.cos(sine/9), 0.2) * angles(math.rad(0), math.rad(0), math.rad(-10)), .3)
  2661. RH.C0 = clerp(RH.C0, cf(1,-1-.1*math.cos(sine/9),0) * RHCF * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
  2662. LH.C0 = clerp(LH.C0, cf(-1, -1-.1*math.cos(sine/9),0) * LHCF * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
  2663. end
  2664. fathermode=false
  2665. attack = false
  2666. end
  2667.  
  2668. function Plant()
  2669. attack = true
  2670. for i = 0, 1, 0.1 do
  2671. swait()
  2672. RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0,-0.2+.1*math.cos(sine/9)) * angles(math.rad(-10), math.rad(10), math.rad(-70)), .3)
  2673. Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * angles(math.rad(15), math.rad(0), math.rad(70)), .3)
  2674. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5-.1*math.cos(sine/9), 0.3+.1*math.cos(sine/9)-0.25) * angles(math.rad(-30), math.rad(0), math.rad(90)), .3)
  2675. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5+.15*math.cos(sine/9), 0.2) * angles(math.rad(0), math.rad(0), math.rad(-90)), .3)
  2676. RH.C0 = clerp(RH.C0, cf(1,-1-.1*math.cos(sine/9),0) * RHCF * angles(math.rad(0), math.rad(0), math.rad(-10)), .3)
  2677. LH.C0 = clerp(LH.C0, cf(-1, -1-.1*math.cos(sine/9),0) * LHCF * angles(math.rad(0), math.rad(30), math.rad(10)), .3)
  2678. FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(0))* angles(math.rad(150), math.rad(0), math.rad(6)), .3)
  2679. end
  2680. for i = 0, 1, 0.1 do
  2681. swait()
  2682. RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0,0) * angles(math.rad(0), math.rad(0), math.rad(100)), .3)
  2683. Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * angles(math.rad(25), math.rad(0), math.rad(-100)), .3)
  2684. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0.3) * angles(math.rad(0), math.rad(0), math.rad(190)), .3)
  2685. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, -0.5) * angles(math.rad(0), math.rad(0), math.rad(-40)), .3)
  2686. RH.C0 = clerp(RH.C0, cf(1.2,-1,0) * RHCF * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
  2687. LH.C0 = clerp(LH.C0, cf(-1, -1,0) * LHCF * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
  2688. FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, CFrame.new(0, 0, 0) * angles(math.rad(-90), math.rad(0), math.rad(0)), .3)
  2689. end
  2690. CreateSound("http://www.roblox.com/asset/?id=191395766", Handle, 1, .7)
  2691. for i = 0, 1, 0.1 do
  2692. swait()
  2693. RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0,0) * angles(math.rad(0), math.rad(0), math.rad(100)), .3)
  2694. Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * angles(math.rad(25), math.rad(0), math.rad(-100)), .3)
  2695. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0.3) * angles(math.rad(0), math.rad(0), math.rad(90)), .5)
  2696. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, -0.5) * angles(math.rad(0), math.rad(0), math.rad(-10)), .3)
  2697. RH.C0 = clerp(RH.C0, cf(1.2,-1,0) * RHCF * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
  2698. LH.C0 = clerp(LH.C0, cf(-1, -1,0) * LHCF * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
  2699. FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, CFrame.new(0, 0, 0) * angles(math.rad(-90), math.rad(0), math.rad(0)), .3)
  2700. end
  2701. HandleWeld.Parent=nil
  2702. BPos.P=50000
  2703. BPos.D=1000
  2704. BPos.maxForce=Vector3.new(math.huge,math.huge,math.huge)
  2705. BPos.position=FakeHandle.Position
  2706. BPos.Parent=FakeHandle
  2707. Gy.maxTorque = vt(math.huge,math.huge,math.huge)
  2708. Gy.P = 20e+003
  2709. Gy.cframe=FakeHandle.CFrame
  2710. Gy.Parent=FakeHandle
  2711.  
  2712. for i = 0,1,.1 do
  2713. swait()
  2714. BPos.position = BPos.position + Vector3.new(0,i,0)
  2715. end
  2716. SphereEffect(BrickColor.new("White"),Handle.CFrame,0,0,0,2,2,2,0.05)
  2717. CreateSound("http://www.roblox.com/asset/?id=192410089", Handle, 1, .7)
  2718. fathermode = true
  2719. attack = false
  2720. end
  2721.  
  2722. function attacktwo()
  2723. attack = true
  2724. local con = Hitbox.Touched:connect(function(hit)
  2725. Damagefunc(Hitbox, hit, 8, 14, math.random(1, 5), "Normal", RootPart, .2, "rbxassetid://199149221", .8)
  2726. end)
  2727. for i = 0, 1, 0.1 do
  2728. swait()
  2729. RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0,-0.2+.1*math.cos(sine/9)) * angles(math.rad(-10), math.rad(10), math.rad(-70)), .3)
  2730. Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * angles(math.rad(15), math.rad(0), math.rad(70)), .3)
  2731. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5-.1*math.cos(sine/9), 0.3+.1*math.cos(sine/9)-0.25) * angles(math.rad(-30), math.rad(0), math.rad(90)), .3)
  2732. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5+.15*math.cos(sine/9), 0.2) * angles(math.rad(0), math.rad(0), math.rad(-90)), .3)
  2733. RH.C0 = clerp(RH.C0, cf(1,-1-.1*math.cos(sine/9),0) * RHCF * angles(math.rad(0), math.rad(0), math.rad(-10)), .3)
  2734. LH.C0 = clerp(LH.C0, cf(-1, -1-.1*math.cos(sine/9),0) * LHCF * angles(math.rad(0), math.rad(30), math.rad(10)), .3)
  2735. FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(0))* angles(math.rad(150), math.rad(0), math.rad(6)), .3)
  2736. end
  2737. CreateSound("http://www.roblox.com/asset/?id=231917961", Handle, 1, 1)
  2738. for i = 0, 1, 0.25 do
  2739. swait()
  2740. RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0,0) * angles(math.rad(0), math.rad(0), math.rad(100)), .3)
  2741. Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * angles(math.rad(25), math.rad(0), math.rad(-100)), .3)
  2742. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0.3) * angles(math.rad(0), math.rad(50), math.rad(90)), .3)
  2743. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, -0.5) * angles(math.rad(0), math.rad(-180), math.rad(-90)), .3)
  2744. RH.C0 = clerp(RH.C0, cf(1.2,-1,-1) * RHCF * angles(math.rad(0), math.rad(30), math.rad(0)), .3)
  2745. LH.C0 = clerp(LH.C0, cf(-1, -1,0.3) * LHCF * angles(math.rad(0), math.rad(30), math.rad(0)), .3)
  2746. FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(50))* angles(math.rad(190), math.rad(0), math.rad(6)), .3)
  2747. end
  2748. for i = 0, 1, 0.25 do
  2749. swait()
  2750. RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0,0) * angles(math.rad(0), math.rad(0), math.rad(100)), .3)
  2751. Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * angles(math.rad(25), math.rad(0), math.rad(-100)), .3)
  2752. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0.3) * angles(math.rad(0), math.rad(50), math.rad(90)), .3)
  2753. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, -0.5) * angles(math.rad(0), math.rad(-180), math.rad(-90)), .3)
  2754. RH.C0 = clerp(RH.C0, cf(1.2,-1,-1) * RHCF * angles(math.rad(0), math.rad(30), math.rad(0)), .3)
  2755. LH.C0 = clerp(LH.C0, cf(-1, -1,0.3) * LHCF * angles(math.rad(0), math.rad(30), math.rad(0)), .3)
  2756. FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(50))* angles(math.rad(190), math.rad(0), math.rad(6)), .3)
  2757. end
  2758. con:disconnect()
  2759. attack = false
  2760. end
  2761.  
  2762. function attackthree()
  2763. attack = true
  2764. local con = Hitbox.Touched:connect(function(hit)
  2765. Damagefunc(Hitbox, hit, 8, 14, math.random(1, 5), "Normal", RootPart, .2, "rbxassetid://199149221", .8)
  2766. end)
  2767. for i = 0, 1, 0.1 do
  2768. swait()
  2769. RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0,-0.2+.1*math.cos(sine/9)) * angles(math.rad(-10), math.rad(10), math.rad(-70)), .3)
  2770. Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * angles(math.rad(35), math.rad(0), math.rad(75)), .3)
  2771. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5-.1*math.cos(sine/9), 0.3+.1*math.cos(sine/9)-0.25) * angles(math.rad(-30), math.rad(0), math.rad(90)), .3)
  2772. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5+.15*math.cos(sine/9), 0.2) * angles(math.rad(0), math.rad(0), math.rad(-40)), .3)
  2773. RH.C0 = clerp(RH.C0, cf(.8,-1,-.5) * RHCF * angles(math.rad(0), math.rad(0), math.rad(-30)), .3)
  2774. LH.C0 = clerp(LH.C0, cf(-1, -1-.1*math.cos(sine/9),0) * LHCF * angles(math.rad(0), math.rad(30), math.rad(10)), .3)
  2775. FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(190), math.rad(0)), .3)
  2776. end
  2777. CreateSound("http://www.roblox.com/asset/?id=231917961", Handle, 1, 1.3)
  2778. for i = 0, 1, 0.25 do
  2779. swait()
  2780. RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0,0) * angles(math.rad(0), math.rad(0), math.rad(100)), .3)
  2781. Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * angles(math.rad(25), math.rad(0), math.rad(-100)), .3)
  2782. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0.3) * angles(math.rad(0), math.rad(50), math.rad(90)), .3)
  2783. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, -0.5) * angles(math.rad(0), math.rad(-180), math.rad(-90)), .3)
  2784. RH.C0 = clerp(RH.C0, cf(1.2,-1,-1) * RHCF * angles(math.rad(0), math.rad(30), math.rad(0)), .3)
  2785. LH.C0 = clerp(LH.C0, cf(-1, -1,0.3) * LHCF * angles(math.rad(0), math.rad(30), math.rad(0)), .3)
  2786. FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(50))* angles(math.rad(190), math.rad(0), math.rad(6)), .3)
  2787. end
  2788. for i = 0, 1, 0.25 do
  2789. swait()
  2790. RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0,0) * angles(math.rad(0), math.rad(0), math.rad(100)), .3)
  2791. Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * angles(math.rad(25), math.rad(0), math.rad(-100)), .3)
  2792. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0.3) * angles(math.rad(0), math.rad(50), math.rad(90)), .3)
  2793. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, -0.5) * angles(math.rad(0), math.rad(-180), math.rad(-90)), .3)
  2794. RH.C0 = clerp(RH.C0, cf(1.2,-1,-1) * RHCF * angles(math.rad(0), math.rad(30), math.rad(0)), .3)
  2795. LH.C0 = clerp(LH.C0, cf(-1, -1,0.3) * LHCF * angles(math.rad(0), math.rad(30), math.rad(0)), .3)
  2796. FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(50))* angles(math.rad(190), math.rad(0), math.rad(6)), .3)
  2797. end
  2798. con:disconnect()
  2799. attack = false
  2800. end
  2801.  
  2802. --[[Attacks]]--
  2803. function ob1u()
  2804.  
  2805. end
  2806. function ob1d()
  2807. if fathermode == false then
  2808. if attack == false and attacktype == 1 then
  2809. attacktype =2
  2810. attackone()
  2811. elseif attack == false and attacktype == 2 then
  2812. attacktype =3
  2813. attacktwo()
  2814. elseif attack == false and attacktype == 3 then
  2815. attacktype =1
  2816. attackthree()
  2817. end
  2818. else
  2819. if attack == false and attacktype == 1 then
  2820. attacktype =2
  2821. spattackone()
  2822. elseif attack == false and attacktype == 2 then
  2823. attacktype =3
  2824. spattacktwo()
  2825. elseif attack == false and attacktype == 3 then
  2826. attacktype =1
  2827. spattackthree()
  2828. end
  2829. end
  2830. end
  2831. local slashcomb = 1
  2832.  
  2833. function key(k)
  2834. k = k:lower()
  2835. if attack == false and k == 'z' and slashcomb == 1 and fathermode == false and cooldown1>=10 then
  2836. cooldown1=cooldown1-10
  2837. slashcomb=2
  2838. slashone()
  2839. elseif attack == false and k == 'z' and slashcomb == 2 and fathermode == false and cooldown1>=10 then
  2840. cooldown1=cooldown1-10
  2841. slashtwo()
  2842. slashcomb=1
  2843. elseif attack == false and k == 'z' and fathermode == true and cooldown1>=10 then
  2844. cooldown1=cooldown1-10
  2845. swordblast()
  2846. elseif attack == false and k == 'x' and fathermode == false and cooldown2 >=co2 then
  2847. cooldown2=0
  2848. timewarp()
  2849. elseif attack == false and k == 'x' and fathermode == true and cooldown2 >=co2 then
  2850. cooldown2=0
  2851. tempus()
  2852. elseif attack == false and k == 'c' and fathermode == false and cooldown3 >=co3 then
  2853. cooldown3=0
  2854. destroytime()
  2855. elseif attack == false and k == 'c' and fathermode == true then
  2856. switch()
  2857. elseif attack == false and k == 'v' and fathermode == false then
  2858. Plant()
  2859. elseif attack == false and k == 'v' and fathermode == true then
  2860. Take()
  2861. end
  2862. end
  2863.  
  2864. function ds(mouse)
  2865. end
  2866.  
  2867. function s(mouse)
  2868. print("Selected")
  2869. mouse.Button1Down:connect(function() ob1d(mouse) end)
  2870. mouse.Button1Up:connect(function() ob1u(mouse) end)
  2871. mouse.KeyDown:connect(key)
  2872.  
  2873. end
  2874.  
  2875. Bin.Selected:connect(s)
  2876. Bin.Deselected:connect(ds)
  2877.  
  2878. local away = false
  2879. local debb=false
  2880. function fatherly()
  2881. if debb == true then return end
  2882. if cooldown4 <= 0 then
  2883. away=true
  2884. attack = true
  2885. for i = 0, 1, 0.1 do
  2886. swait()
  2887. RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0, 0+.1*math.cos(sine/9)) * angles(math.rad(0), math.rad(0), math.rad(-20)), .3)
  2888. Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * angles(math.rad(0), math.rad(0), math.rad(20)), .3)
  2889. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5+.10*math.cos(sine/9), 0.2) * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
  2890. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5+.10*math.cos(sine/9), 0.2) * angles(math.rad(0), math.rad(0), math.rad(-10)), .3)
  2891. RH.C0 = clerp(RH.C0, cf(1,-1-.1*math.cos(sine/9),0) * RHCF * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
  2892. LH.C0 = clerp(LH.C0, cf(-1, -1-.1*math.cos(sine/9),0) * LHCF * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
  2893. end
  2894. Disappear(m)
  2895. SphereEffect(BrickColor.new("White"),Hitbox.CFrame,20,50,20,5,5,10,0.07)
  2896. for i = 0, 1, 0.05 do
  2897. swait()
  2898. RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0, 0+.1*math.cos(sine/9)) * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
  2899. Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
  2900. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5+.10*math.cos(sine/9), 0.2) * angles(math.rad(170), math.rad(0), math.rad(0)), .3)
  2901. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5+.10*math.cos(sine/9), 0.2) * angles(math.rad(0), math.rad(0), math.rad(-10)), .3)
  2902. RH.C0 = clerp(RH.C0, cf(1,-1-.1*math.cos(sine/9),0) * RHCF * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
  2903. LH.C0 = clerp(LH.C0, cf(-1, -1-.1*math.cos(sine/9),0) * LHCF * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
  2904. end
  2905. Reappear(m)
  2906. BPos.Parent=nil
  2907. Gy.Parent=nil
  2908. HandleWeld.Parent=RightArm
  2909. SphereEffect(BrickColor.new("White"),Hitbox.CFrame,20,20,50,5,5,10,0.07)
  2910. cooldown4=cooldown4+2
  2911. for i = 0, 1, 0.1 do
  2912. swait()
  2913. RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0, 0+.1*math.cos(sine/9)) * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
  2914. Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
  2915. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5+.10*math.cos(sine/9), 0.2) * angles(math.rad(0), math.rad(0), math.rad(90)), .3)
  2916. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5+.10*math.cos(sine/9), 0.2) * angles(math.rad(0), math.rad(0), math.rad(-10)), .3)
  2917. RH.C0 = clerp(RH.C0, cf(1,-1-.1*math.cos(sine/9),0) * RHCF * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
  2918. LH.C0 = clerp(LH.C0, cf(-1, -1-.1*math.cos(sine/9),0) * LHCF * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
  2919. end
  2920. fathermode=false
  2921. attack = false
  2922. away=false
  2923. debb=false
  2924. end
  2925. if fathermode==true then
  2926.  
  2927. debb = true
  2928. for i = 0,1,0.05 do
  2929. swait()
  2930. end
  2931. if heal == true then
  2932. cooldown4 = cooldown4-1
  2933. MagniDamage(Handle,20,-3,-1,0,"Normal")
  2934. SphereEffect(BrickColor.new("White"),Handle.CFrame*cf(0,-3,0),30,30,30,10,10,10,0.07)
  2935. else
  2936. cooldown4 = cooldown4-2
  2937. MagniDamage(Handle,20,5,10,2,"Normal")
  2938. SphereEffect(BrickColor.new("Persimmon"),Handle.CFrame*cf(0,-3,0),30,30,30,10,10,10,0.07)
  2939. end
  2940. debb=false
  2941. end
  2942. end
  2943. --[[Movement Detection]]--
  2944.  
  2945. function updateskills()
  2946. if fathermode == true then
  2947. text1.Text="[Z]\n Time blast"
  2948. text2.Text="[X]\n Over clock"
  2949. text3.Text="[C]\n Judgement"
  2950. else
  2951. text1.Text="[Z]\n Spacial Wave"
  2952. text2.Text="[X]\n Clockwork"
  2953. text3.Text="[C]\n Counter Clockwork"
  2954. end
  2955. if cooldown1 <= co1 then
  2956. cooldown1 = cooldown1 + 1 / 30
  2957. end
  2958. if cooldown2 <= co2 then
  2959. cooldown2 = cooldown2 + 1 / 30
  2960. end
  2961. if cooldown3 <= co3 then
  2962. cooldown3 = cooldown3 + 1 / 30
  2963. end
  2964. if cooldown4 <= co4 and fathermode == false then
  2965. cooldown4 = cooldown4 + 1 / 30
  2966. end
  2967.  
  2968. end
  2969. while true do
  2970. swait()
  2971. updateskills()
  2972. bar4:TweenSize(UDim2.new(1 * (cooldown4 / co4), 0, 1, 0), 'Out', 'Quad', .5)
  2973. bar3:TweenSize(UDim2.new(1 * (cooldown3 / co3), 0, 1, 0), 'Out', 'Quad', .5)
  2974. bar1:TweenSize(UDim2.new(1 * (cooldown1 / co1), 0, 1, 0), 'Out', 'Quad', .5)
  2975. bar2:TweenSize(UDim2.new(1 * (cooldown2 / co2), 0, 1, 0), 'Out', 'Quad', .5)
  2976. coroutine.resume(coroutine.create(function()
  2977. if away == true then return end
  2978. fatherly()
  2979. end))
  2980. Torsovelocity = (RootPart.Velocity * Vector3.new(1, 0, 1)).magnitude
  2981. velocity = RootPart.Velocity.y
  2982. sine = sine + change
  2983. local hit, pos = rayCast(RootPart.Position, (CFrame.new(RootPart.Position, RootPart.Position - Vector3.new(0, 1, 0))).lookVector, 4, Character)
  2984. if equipped == true or equipped == false then
  2985. if attack == false and fathermode == true then
  2986. BPos.position = BPos.position + Vector3.new(0,0+.05*math.cos(sine/6),0)
  2987.  
  2988. end
  2989. if RootPart.Velocity.y > 1 and hit == nil then
  2990. Anim = "Jump"
  2991. if attack == false then
  2992. RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
  2993. Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * angles(math.rad(-5), math.rad(0), math.rad(0)), .3)
  2994. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(-10), math.rad(0), math.rad(30)), .3)
  2995. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-10), math.rad(0), math.rad(-30)), .3)
  2996. RH.C0 = clerp(RH.C0, cf(1, -1, 0) * RHCF * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
  2997. LH.C0 = clerp(LH.C0, cf(-1, -1, 0) * LHCF * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
  2998. end
  2999. elseif RootPart.Velocity.y < -1 and hit == nil then
  3000. Anim = "Fall"
  3001. if attack == false then
  3002. RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
  3003. Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * angles(math.rad(20), math.rad(0), math.rad(0)), .3)
  3004. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(50)), .3)
  3005. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(-50)), .3)
  3006. RH.C0 = clerp(RH.C0, cf(1, -1, -0.8) * RHCF * angles(math.rad(0), math.rad(0), math.rad(20)), .3)
  3007. LH.C0 = clerp(LH.C0, cf(-1, -.7, -0.5) * LHCF * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
  3008. end
  3009. elseif Torsovelocity < 1 and hit ~= nil then
  3010. Anim = "Idle"
  3011. if attack == false then
  3012. if fathermode == false then
  3013. change = 1
  3014. RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0,-0.2+.1*math.cos(sine/9)) * angles(math.rad(-10), math.rad(10), math.rad(-50)), .3)
  3015. Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * angles(math.rad(15), math.rad(0), math.rad(55)), .3)
  3016. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5-.1*math.cos(sine/9), 0.3+.1*math.cos(sine/9)-0.25) * angles(math.rad(-30), math.rad(0), math.rad(0)), .3)
  3017. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5+.15*math.cos(sine/9), 0.2) * angles(math.rad(0), math.rad(0), math.rad(-40)), .3)
  3018. RH.C0 = clerp(RH.C0, cf(1,-1-.1*math.cos(sine/9),0) * RHCF * angles(math.rad(0), math.rad(0), math.rad(-10)), .3)
  3019. LH.C0 = clerp(LH.C0, cf(-1, -1-.1*math.cos(sine/9),0) * LHCF * angles(math.rad(0), math.rad(30), math.rad(10)), .3)
  3020. FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(0))* angles(math.rad(150), math.rad(0), math.rad(6)), .3)
  3021. else
  3022. change=1
  3023. RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0, 0+.1*math.cos(sine/9)) * angles(math.rad(0), math.rad(0), math.rad(-10)), .3)
  3024. Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * angles(math.rad(15), math.rad(0), math.rad(10)), .3)
  3025. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5+.10*math.cos(sine/9), 0.2) * angles(math.rad(0), math.rad(0), math.rad(10)), .3)
  3026. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5+.10*math.cos(sine/9), 0.2) * angles(math.rad(0), math.rad(0), math.rad(-10)), .3)
  3027. RH.C0 = clerp(RH.C0, cf(1,-1-.1*math.cos(sine/9),0) * RHCF * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
  3028. LH.C0 = clerp(LH.C0, cf(-1, -1-.1*math.cos(sine/9),0) * LHCF * angles(math.rad(0), math.rad(0), math.rad(0)), .3)
  3029. --FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(0))* angles(math.rad(150), math.rad(0), math.rad(6)), .3)
  3030. end
  3031. end
  3032. elseif Torsovelocity > 2 and hit ~= nil then
  3033. Anim = "Walk"
  3034. if attack == false then
  3035. if fathermode == false then
  3036. Humanoid.WalkSpeed=15
  3037. RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0,0+.1*math.cos(sine/9)) * angles(math.rad(0), math.rad(0), math.rad(-50)), .3)
  3038. Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * angles(math.rad(15), math.rad(0), math.rad(55)), .3)
  3039. RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5-.1*math.cos(sine/9), 0.3+.1*math.cos(sine/9)-0.25) * angles(math.rad(-30), math.rad(0), math.rad(0)), .3)
  3040. LW.C0 = clerp(LW.C0, CFrame.new(-1, 0.5+.15*math.cos(sine/9), -0.5) * angles(math.rad(0), math.rad(-150), math.rad(-90)), .3)
  3041. RH.C0 = clerp(RH.C0, cf(1,-1-.1*math.cos(sine/9),0) * RHCF * angles(math.rad(0), math.rad(-20), math.rad(0-50*math.cos(sine/5))), .3)
  3042. LH.C0 = clerp(LH.C0, cf(-1, -1-.1*math.cos(sine/9),0) * LHCF * angles(math.rad(0), math.rad(-20), math.rad(0-50*math.cos(sine/5))), .3)
  3043. FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(0))* angles(math.rad(150), math.rad(0), math.rad(6)), .3)
  3044. else
  3045. Humanoid.WalkSpeed=20
  3046. RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0,0.1+.1*math.cos(sine/9)) * angles(math.rad(10), math.rad(0), math.rad(30)), .3)
  3047. Torso.Neck.C0 = clerp(Torso.Neck.C0, NeckCF * angles(math.rad(-10), math.rad(0), math.rad(-30)), .3)
  3048. RW.C0 = clerp(RW.C0, CFrame.new(1, 1+.15*math.cos(sine/9), -.8) * angles(math.rad(0), math.rad(160), math.rad(90)), .3)
  3049. LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5+.15*math.cos(sine/9), 0) * angles(math.rad(-10), math.rad(0), math.rad(-20)), .3)
  3050. RH.C0 = clerp(RH.C0, cf(1,-1+.1*math.cos(sine/3),0) * RHCF * angles(math.rad(-10), math.rad(0), math.rad(0-50*math.cos(sine/3))), .3)
  3051. LH.C0 = clerp(LH.C0, cf(-1, -1-.1*math.cos(sine/3),0) * LHCF * angles(math.rad(10), math.rad(0), math.rad(-0-50*math.cos(sine/3))), .3)
  3052. FakeHandleWeld.C0 = clerp(FakeHandleWeld.C0, CFrame.new(0, 0, 0) * angles(math.rad(0), math.rad(0), math.rad(0))* angles(math.rad(150), math.rad(0), math.rad(6)), .3)
  3053.  
  3054. end
  3055. end
  3056. end
  3057. end
  3058. for i, v in pairs(LoopFunctions) do
  3059. v[2] = v[2] + 1
  3060. v[3](v[2] / v[1])
  3061. if v[1] <= v[2] then
  3062. LoopFunctions[i] = nil
  3063. end
  3064. end
  3065. if #Effects > 0 then
  3066. for e = 1, #Effects do
  3067. if Effects[e] ~= nil then
  3068. local Thing = Effects[e]
  3069. if Thing ~= nil then
  3070. local Part = Thing[1]
  3071. local Mode = Thing[2]
  3072. local Delay = Thing[3]
  3073. local IncX = Thing[4]
  3074. local IncY = Thing[5]
  3075. local IncZ = Thing[6]
  3076.  
  3077. if Thing[1].Transparency <= 1 then
  3078. if Thing[2] == "Block1" then
  3079. Thing[1].CFrame = Thing[1].CFrame * CFrame.fromEulerAnglesXYZ(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50))
  3080. Mesh = Thing[1].Mesh
  3081. Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6])
  3082. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  3083. elseif Thing[2] == "Block2" then
  3084. Thing[1].CFrame = Thing[1].CFrame
  3085. Mesh = Thing[7]
  3086. Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6])
  3087. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  3088. elseif Thing[2] == "Cylinder" then
  3089. Mesh = Thing[1].Mesh
  3090. Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6])
  3091. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  3092. elseif Thing[2] == "Blood" then
  3093. Mesh = Thing[7]
  3094. Thing[1].CFrame = Thing[1].CFrame * Vector3.new(0, .5, 0)
  3095. Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6])
  3096. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  3097. elseif Thing[2] == "Elec" then
  3098. Mesh = Thing[1].Mesh
  3099. Mesh.Scale = Mesh.Scale + Vector3.new(Thing[7], Thing[8], Thing[9])
  3100. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  3101. elseif Thing[2] == "Disappear" then
  3102. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  3103. elseif Thing[2] == "Shatter" then
  3104. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  3105. Thing[4] = Thing[4] * CFrame.new(0, Thing[7], 0)
  3106. Thing[1].CFrame = Thing[4] * CFrame.fromEulerAnglesXYZ(Thing[6], 0, 0)
  3107. Thing[6] = Thing[6] + Thing[5]
  3108. end
  3109. else
  3110. Part.Parent = nil
  3111. table.remove(Effects, e)
  3112. end
  3113. end
  3114. end
  3115. end
  3116. end
  3117. if 0 < #ShootEffects then
  3118. for e = 1, #ShootEffects do
  3119. if ShootEffects[e] ~= nil then
  3120. local Thing = ShootEffects[e]
  3121. if Thing ~= nil then
  3122. local Part = Thing[1]
  3123. local Mode = Thing[2]
  3124. local Delay = Thing[3]
  3125. local IncX = Thing[4]
  3126. local IncY = Thing[5]
  3127. local IncZ = Thing[6]
  3128. if Thing[2] == "ShootIce" then
  3129. local Look = Thing[1]
  3130. local hit, pos = rayCast(Thing[4], Look.lookVector, Thing[9], Character)
  3131. local mag = (Thing[4] - pos).magnitude
  3132. Thing[8].CFrame = CFrame.new((Thing[4] + pos) / 2, pos) * angles(-1.57, 0, 0)
  3133. Thing[4] = Thing[4] + Look.lookVector * Thing[9]
  3134. Thing[3] = Thing[3] - 1
  3135. BlockEffect(BrickColor.new("Cool yellow"), Thing[8].CFrame, 20, 20, 20, 5, 5, 5, 0.1)
  3136. if hit ~= nil or Thing[3] <= 0 then
  3137. Thing[3] = 0
  3138. ref = CreatePart(effect,"SmoothPlastic", 0, 1, BrickColor.new("Really red"), "Reference", vt())
  3139. ref.Anchored = true
  3140. ref.CFrame = cf(pos)
  3141. game:GetService("Debris"):AddItem(ref, 1)
  3142. ref2 = CreatePart(effect,"SmoothPlastic", 0, 1, BrickColor.new("Really red"), "Reference", vt(5, 5, 5))
  3143. ref2.Anchored = true
  3144. ref2.CFrame = cf(pos)
  3145. game:GetService("Debris"):AddItem(ref2, 5)
  3146. size = 3
  3147. if Thing[10] == 2 then
  3148. freeze = true
  3149. size = 4
  3150. CreateSound("http://www.roblox.com/asset/?id=338594574", ref, 1, 1)
  3151. else
  3152. CreateSound("http://www.roblox.com/asset/?id=338594556", ref, 1, 1)
  3153. end
  3154. -- BlockEffect(BrickColor.new("White"), cf(ref.Position), 20, 20, 20, 5, 5, 5, 0.1)
  3155. MagniDamage(ref, size, Thing[5], Thing[6], Thing[7], "Normal")
  3156. -- BlockEffect(BrickColor.new("Cool yellow"), Thing[8].CFrame * cf(math.random(-100, 100) / 100, math.random(-100, 100) / 100, math.random(-100, 100) / 100) * angles(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50)), 5, 5, 5, 0, 0, 0, 0.05, 3)
  3157. freeze = false
  3158. for i = 1, 8 do
  3159. BreakEffect(BrickColor.new("Cool yellow"), ref.CFrame * cf(math.random(-200, 200) / 100, math.random(-200, 200) / 100, math.random(-200, 200) / 100), math.random(20, 50) / 100, math.random(1, 5), math.random(20, 50) / 100)
  3160. end
  3161. if Thing[10] == 2 then
  3162. for i = 1, 5 do
  3163. BlockEffect(BrickColor.new("Cool yellow"), cf(ref.Position) * cf(math.random(-100, 100) / 100, math.random(-100, 100) / 100, math.random(-100, 100) / 100) * angles(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50)), 30, 30, 30, 0.5, 0.5, 0.5, 0.05)
  3164. end
  3165. end
  3166. end
  3167. if Thing[3] <= 0 then
  3168. Thing[8].Transparency = 1
  3169. game:GetService("Debris"):AddItem(Thing[8], 5)
  3170. table.remove(ShootEffects, e)
  3171. end
  3172. else
  3173. Part.Parent = nil
  3174. table.remove(ShootEffects, e)
  3175. end
  3176. end
  3177. end
  3178. end
  3179. end
  3180. end
Add Comment
Please, Sign In to add comment