Advertisement
ghostteen14

Untitled

Feb 20th, 2019
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 291.49 KB | None | 0 0
  1. -- This script has convert to FE by who i don't know?
  2.  
  3. -----------------------------------------------------
  4. if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
  5. local Player,game,owner = owner,game
  6. local RealPlayer = Player
  7. do
  8. print("FE Compatibility code by Joseph Deramus")
  9. local rp = RealPlayer
  10. script.Parent = rp.Character
  11.  
  12. --RemoteEvent for communicating
  13. local Event = Instance.new("RemoteEvent")
  14. Event.Name = "UserInput_Event"
  15.  
  16. --Fake event to make stuff like Mouse.KeyDown work
  17. local function fakeEvent()
  18. local t = {_fakeEvent=true,Functions={},Connect=function(self,f)table.insert(self.Functions,f) end}
  19. t.connect = t.Connect
  20. return t
  21. end
  22.  
  23. --Creating fake input objects with fake variables
  24. local m = {Target=nil,Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent()}
  25. local UIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()}
  26. local CAS = {Actions={},BindAction=function(self,name,fun,touch,...)
  27. CAS.Actions[name] = fun and {Name=name,Function=fun,Keys={...}} or nil
  28. end}
  29. --Merged 2 functions into one by checking amount of arguments
  30. CAS.UnbindAction = CAS.BindAction
  31.  
  32. --This function will trigger the events that have been :Connect()'ed
  33. local function te(self,ev,...)
  34. local t = m[ev]
  35. if t and t._fakeEvent then
  36. for _,f in pairs(t.Functions) do
  37. f(...)
  38. end
  39. end
  40. end
  41. m.TrigEvent = te
  42. UIS.TrigEvent = te
  43.  
  44. Event.OnServerEvent:Connect(function(plr,io)
  45. if plr~=rp then return end
  46. m.Target = io.Target
  47. m.Hit = io.Hit
  48. if not io.isMouse then
  49. local b = io.UserInputState == Enum.UserInputState.Begin
  50. if io.UserInputType == Enum.UserInputType.MouseButton1 then
  51. return m:TrigEvent(b and "Button1Down" or "Button1Up")
  52. end
  53. for _,t in pairs(CAS.Actions) do
  54. for _,k in pairs(t.Keys) do
  55. if k==io.KeyCode then
  56. t.Function(t.Name,io.UserInputState,io)
  57. end
  58. end
  59. end
  60. m:TrigEvent(b and "KeyDown" or "KeyUp",io.KeyCode.Name:lower())
  61. UIS:TrigEvent(b and "InputBegan" or "InputEnded",io,false)
  62. end
  63. end)
  64. Event.Parent = NLS([==[
  65. local Player = game:GetService("Players").LocalPlayer
  66. local Event = script:WaitForChild("UserInput_Event")
  67.  
  68. local Mouse = Player:GetMouse()
  69. local UIS = game:GetService("UserInputService")
  70. local input = function(io,a)
  71. if a then return end
  72. --Since InputObject is a client-side instance, we create and pass table instead
  73. Event:FireServer({KeyCode=io.KeyCode,UserInputType=io.UserInputType,UserInputState=io.UserInputState,Hit=Mouse.Hit,Target=Mouse.Target})
  74. end
  75. UIS.InputBegan:Connect(input)
  76. UIS.InputEnded:Connect(input)
  77.  
  78. local h,t
  79. --Give the server mouse data 30 times every second, but only if the values changed
  80. --If player is not moving their mouse, client won't fire events
  81. while wait(1/30) do
  82. if h~=Mouse.Hit or t~=Mouse.Target then
  83. h,t=Mouse.Hit,Mouse.Target
  84. Event:FireServer({isMouse=true,Target=t,Hit=h})
  85. end
  86. end]==],Player.Character)
  87.  
  88. ----Sandboxed game object that allows the usage of client-side methods and services
  89. --Real game object
  90. local _rg = game
  91.  
  92. --Metatable for fake service
  93. local fsmt = {
  94. __index = function(self,k)
  95. local s = rawget(self,"_RealService")
  96. if s then return s[k] end
  97. end,
  98. __newindex = function(self,k,v)
  99. local s = rawget(self,"_RealService")
  100. if s then s[k]=v end
  101. end,
  102. __call = function(self,...)
  103. local s = rawget(self,"_RealService")
  104. if s then return s(...) end
  105. end
  106. }
  107. local function FakeService(t,RealService)
  108. t._RealService = typeof(RealService)=="string" and _rg:GetService(RealService) or RealService
  109. return setmetatable(t,fsmt)
  110. end
  111.  
  112. --Fake game object
  113. local g = {
  114. GetService = function(self,s)
  115. return self[s]
  116. end,
  117. Players = FakeService({
  118. LocalPlayer = FakeService({GetMouse=function(self)return m end},Player)
  119. },"Players"),
  120. UserInputService = FakeService(UIS,"UserInputService"),
  121. ContextActionService = FakeService(CAS,"ContextActionService"),
  122. }
  123. rawset(g.Players,"localPlayer",g.Players.LocalPlayer)
  124. g.service = g.GetService
  125.  
  126. g.RunService = FakeService({
  127. RenderStepped = _rg:GetService("RunService").Heartbeat,
  128. BindToRenderStep = function(self,name,_,fun)
  129.  
  130. end,
  131. UnbindFromRenderStep = function(self,name)
  132. self._btrs[name]:Disconnect()
  133. end,
  134. },"RunService")
  135.  
  136. setmetatable(g,{
  137. __index=function(self,s)
  138. return _rg:GetService(s) or typeof(_rg[s])=="function"
  139. and function(_,...)return _rg[s](_rg,...)end or _rg[s]
  140. end,
  141. __newindex = fsmt.__newindex,
  142. __call = fsmt.__call
  143. })
  144. --Changing owner to fake player object to support owner:GetMouse()
  145. game,owner = g,g.Players.LocalPlayer
  146. end
  147. ---------
  148. --Empyr--
  149. -------------
  150. --By --
  151. --CKbackup --
  152. -------------
  153.  
  154. wait(2)
  155.  
  156. local player = game.Players.LocalPlayer
  157. local chara = player.Character
  158. local debby = game.Debris
  159. local Mouse = player:GetMouse()
  160.  
  161. --Outfit--
  162.  
  163. local foundObjectList = {}
  164. local foundObjectIndex = 1
  165. local function findObjectHelper(model, objectName, className, listOfFoundObjects)
  166. if not model then return end
  167. local findStart, findEnd = string.find(model.Name, objectName)
  168. if findStart == 1 and findEnd == #(model.Name) then -- must match entire name
  169. if not className or model.className == className or (pcall(model.IsA, model, className) and model:IsA(className)) then
  170. table.insert(listOfFoundObjects, model)
  171. end
  172. end
  173. if pcall(model.GetChildren, model) then
  174. local modelChildren = model:GetChildren()
  175. for i = 1, #modelChildren do
  176. -- make sure not to resize tools, things tend to get complicated if we do
  177. if not (pcall(modelChildren[i].IsA, modelChildren[i], 'Tool') and modelChildren[i]:IsA('Tool')) then
  178. findObjectHelper(modelChildren[i], objectName, className, listOfFoundObjects)
  179. end
  180. end
  181. end
  182. end
  183.  
  184. local function resizeModelInternal(model, resizeFactor)
  185. local modelCFrame = model:GetModelCFrame()
  186. local modelSize = model:GetModelSize()
  187. local baseParts = {}
  188. local basePartCFrames = {}
  189. local joints = {}
  190. local jointParents = {}
  191. local meshes = {}
  192.  
  193. findObjectHelper(model, ".*", "BasePart", baseParts)
  194. findObjectHelper(model, ".*", "JointInstance", joints)
  195.  
  196. -- meshes don't inherit from anything accessible?
  197. findObjectHelper(model, ".*", "FileMesh", meshes) -- base class for SpecialMesh and FileMesh
  198. findObjectHelper(model, ".*", "CylinderMesh", meshes)
  199. findObjectHelper(model, ".*", "BlockMesh", meshes)
  200.  
  201. -- store the CFrames, so our other changes don't rearrange stuff
  202. for _, basePart in pairs(baseParts) do
  203. basePartCFrames[basePart] = basePart.CFrame
  204. end
  205.  
  206. -- scale meshes
  207. for _,mesh in pairs(meshes) do
  208. -- This is a nasty hack because head meshes scale relative to the part's size
  209. -- thus scaling the mesh and the head gives u 2x the size
  210. if mesh.Parent.Name ~= "Head" then
  211. mesh.Scale = mesh.Scale * resizeFactor
  212. end
  213. end
  214.  
  215. -- scale joints
  216. for _, joint in pairs(joints) do
  217. joint.C0 = joint.C0 + (joint.C0.p) * (resizeFactor - 1)
  218. joint.C1 = joint.C1 + (joint.C1.p) * (resizeFactor - 1)
  219. jointParents[joint] = joint.Parent
  220. end
  221.  
  222. -- scale parts and reposition them within the model
  223. for _, basePart in pairs(baseParts) do
  224. if pcall(function() basePart.FormFactor = "Custom" end) then basePart.FormFactor = "Custom" end
  225. basePart.Size = basePart.Size * resizeFactor
  226. local oldCFrame = basePartCFrames[basePart]
  227. local oldPositionInModel = modelCFrame:pointToObjectSpace(oldCFrame.p)
  228. local distanceFromCorner = oldPositionInModel + modelSize/2
  229. distanceFromCorner = distanceFromCorner * resizeFactor
  230.  
  231. local newPositionInSpace = modelCFrame:pointToWorldSpace(distanceFromCorner - modelSize/2)
  232. basePart.CFrame = oldCFrame - oldCFrame.p + newPositionInSpace
  233. end
  234.  
  235. -- pop the joints back, because they prolly got borked
  236. for _, joint in pairs(joints) do
  237. joint.Parent = jointParents[joint]
  238. end
  239.  
  240. return model
  241. end
  242.  
  243. local function resizeImplementation(modelList, resizeFactor)
  244. if type(modelList) ~= "table" then modelList = {modelList} end
  245.  
  246. for _, model in pairs(modelList) do
  247. --if model.Name ~= "BackPack" then
  248. resizeModelInternal(model, resizeFactor)
  249. --end
  250. end
  251. return modelList
  252. end
  253.  
  254. resizeImplementation(chara,2)
  255.  
  256. New = function(Object, Parent, Name, Data)
  257. local Object = Instance.new(Object)
  258. for Index, Value in pairs(Data or {}) do
  259. Object[Index] = Value
  260. end
  261. Object.Parent = Parent
  262. Object.Name = Name
  263. return Object
  264. end
  265.  
  266. Chest = New("Model",chara,"Chest",{})
  267. MainPart = New("Part",Chest,"MainPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(4, 4, 2),CFrame = CFrame.new(-13, 5.99998093, -8, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  268. Weld = New("ManualWeld",MainPart,"Weld",{Part0 = MainPart,Part1 = chara.Torso,C1 = CFrame.new(0, -1.8119812e-005, 3.81469727e-006, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  269. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(1.79999995, 0.800000012, 1.20000005),CFrame = CFrame.new(-13.5999966, 7.59997559, -8.09999847, 0, 0, 1, 0, -1, 0, 1, 0, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  270. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),MeshType = Enum.MeshType.Wedge,})
  271. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0, 0, 1, 0, -1, 0, 1, 0, -0),C1 = CFrame.new(-0.599996567, 1.59999466, -0.0999984741, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  272. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(1.79999995, 0.800000012, 1.20000005),CFrame = CFrame.new(-12.3999968, 7.59997511, -8.09999752, 0, 0, -1, 0, -1, 0, -1, 0, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  273. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),MeshType = Enum.MeshType.Wedge,})
  274. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0, 0, -1, 0, -1, -0, -1, 0, -0),C1 = CFrame.new(0.600003242, 1.59999418, -0.0999975204, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  275. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(4, 0.400000006, 2),CFrame = CFrame.new(-12.999999, 4.19998074, -7.99999905, -1, 0, 0, 0, 1, 0, 0, 0, -1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  276. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),})
  277. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),C1 = CFrame.new(9.53674316e-007, -1.80000019, 9.53674316e-007, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  278. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(0.400000006, 3.00000024, 0.200000003),CFrame = CFrame.new(-12.999999, 5.89998102, -8.89999866, -1, 0, 0, 0, 1, 0, 0, 0, -1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  279. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),})
  280. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),C1 = CFrame.new(9.53674316e-007, -0.0999999046, -0.899998665, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  281. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(1.5999999, 0.600000024, 1),CFrame = CFrame.new(-12.4999971, 7.69997501, -8.1999979, 0, 0, -1, 0, -1, 0, -1, 0, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  282. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998),MeshType = Enum.MeshType.Wedge,})
  283. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0, 0, -1, 0, -1, -0, -1, 0, -0),C1 = CFrame.new(0.500002861, 1.69999409, -0.199997902, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  284. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(1.5999999, 0.600000024, 1),CFrame = CFrame.new(-13.4999962, 7.69997549, -8.19999886, 0, 0, 1, 0, -1, 0, 1, 0, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  285. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998),MeshType = Enum.MeshType.Wedge,})
  286. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0, 0, 1, 0, -1, 0, 1, 0, -0),C1 = CFrame.new(-0.499996185, 1.69999456, -0.199998856, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  287. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(2, 0.600000024, 0.600000024),CFrame = CFrame.new(-13, 4.30000114, -5.50000095, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  288. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C1 = CFrame.new(0, -1.69997978, 2.49999905, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  289. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(2, 0.600000024, 0.600000024),CFrame = CFrame.new(-13, 11.6999998, -5.50000095, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  290. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C1 = CFrame.new(0, 5.70001888, 2.49999905, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  291. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(2, 0.600000024, 0.600000024),CFrame = CFrame.new(-16.6999931, 8, -5.5, 0, -1, 0, 1, 0, 0, 0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  292. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0, 1, -0, -1, 0, 0, 0, 0, 1),C1 = CFrame.new(-3.69999313, 2.00001907, 2.5, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  293. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(2, 0.600000024, 0.600000024),CFrame = CFrame.new(-9.29999638, 7.99999475, -5.5, 0, -1, 0, 1, 0, 0, 0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  294. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0, 1, -0, -1, 0, 0, 0, 0, 1),C1 = CFrame.new(3.70000362, 2.00001383, 2.5, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  295. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(2, 0.600000024, 0.600000024),CFrame = CFrame.new(-10.3837023, 5.38370228, -5.5, 0.707106829, -0.707106829, 0, 0.707106829, 0.707106829, 0, 0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  296. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.707106829, 0.707106829, 0, -0.707106829, 0.707106829, 0, 0, 0, 1),C1 = CFrame.new(2.61629772, -0.616278648, 2.5, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  297. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(2, 0.600000024, 0.600000024),CFrame = CFrame.new(-15.616292, 10.616291, -5.5, 0.707106829, -0.707106829, 0, 0.707106829, 0.707106829, 0, 0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  298. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.707106829, 0.707106829, 0, -0.707106829, 0.707106829, 0, 0, 0, 1),C1 = CFrame.new(-2.616292, 4.61631012, 2.5, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  299. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(2, 0.600000024, 0.600000024),CFrame = CFrame.new(-15.6162882, 5.38370609, -5.5, -0.707106829, -0.707106829, 0, 0.707106829, -0.707106829, 0, 0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  300. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -0.707106829, 0.707106829, 0, -0.707106829, -0.707106829, 0, 0, 0, 1),C1 = CFrame.new(-2.61628819, -0.616274834, 2.5, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  301. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(2, 0.600000024, 0.600000024),CFrame = CFrame.new(-10.3836956, 10.6162891, -5.5, -0.707106829, -0.707106829, 0, 0.707106829, -0.707106829, 0, 0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  302. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -0.707106829, 0.707106829, 0, -0.707106829, -0.707106829, 0, 0, 0, 1),C1 = CFrame.new(2.6163044, 4.61630821, 2.5, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  303. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(2, 0.600000024, 0.600000024),CFrame = CFrame.new(-12.0423679, 4.42607403, -5.5, 0.965925872, -0.258818984, 0, 0.258818984, 0.965925872, 0, 0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  304. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.965925872, 0.258818984, 0, -0.258818984, 0.965925872, 0, 0, 0, 1),C1 = CFrame.new(0.957632065, -1.5739069, 2.5, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  305. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(2, 0.600000024, 0.600000024),CFrame = CFrame.new(-13.9576283, 11.5739212, -5.5, 0.965925872, -0.258818984, 0, 0.258818984, 0.965925872, 0, 0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  306. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.965925872, 0.258818984, 0, -0.258818984, 0.965925872, 0, 0, 0, 1),C1 = CFrame.new(-0.95762825, 5.57394028, 2.5, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  307. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(2, 0.600000024, 0.600000024),CFrame = CFrame.new(-16.5739136, 7.04236984, -5.5, -0.258818984, -0.965925872, 0, 0.965925872, -0.258818984, 0, 0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  308. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -0.258818984, 0.965925872, 0, -0.965925872, -0.258818984, 0, 0, 0, 1),C1 = CFrame.new(-3.57391357, 1.04238892, 2.5, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  309. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(2, 0.600000024, 0.600000024),CFrame = CFrame.new(-9.42606831, 8.95762348, -5.5, -0.258818984, -0.965925872, 0, 0.965925872, -0.258818984, 0, 0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  310. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -0.258818984, 0.965925872, 0, -0.965925872, -0.258818984, 0, 0, 0, 1),C1 = CFrame.new(3.57393169, 2.95764256, 2.5, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  311. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(2, 0.600000024, 0.600000024),CFrame = CFrame.new(-9.79570007, 6.14999676, -5.5, 0.500000238, -0.866025388, 0, 0.866025388, 0.500000238, 0, 0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  312. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.500000238, 0.866025388, 0, -0.866025388, 0.500000238, 0, 0, 0, 1),C1 = CFrame.new(3.20429993, 0.150015831, 2.5, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  313. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(2, 0.600000024, 0.600000024),CFrame = CFrame.new(-16.2042866, 9.84999371, -5.5, 0.500000238, -0.866025388, 0, 0.866025388, 0.500000238, 0, 0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  314. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.500000238, 0.866025388, 0, -0.866025388, 0.500000238, 0, 0, 0, 1),C1 = CFrame.new(-3.20428658, 3.85001278, 2.5, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  315. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(2, 0.600000024, 0.600000024),CFrame = CFrame.new(-14.8499899, 4.79570675, -5.5, -0.866025388, -0.500000238, 0, 0.500000238, -0.866025388, 0, 0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  316. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -0.866025388, 0.500000238, 0, -0.500000238, -0.866025388, 0, 0, 0, 1),C1 = CFrame.new(-1.84998989, -1.20427418, 2.5, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  317. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(2, 0.600000024, 0.600000024),CFrame = CFrame.new(-11.1499863, 11.2042866, -5.5, -0.866025388, -0.500000238, 0, 0.500000238, -0.866025388, 0, 0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  318. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -0.866025388, 0.500000238, 0, -0.500000238, -0.866025388, 0, 0, 0, 1),C1 = CFrame.new(1.85001373, 5.20430565, 2.5, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  319. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(2, 0.600000024, 0.600000024),CFrame = CFrame.new(-11.1499977, 4.79570389, -5.5, 0.866025388, -0.500000238, 0, 0.500000238, 0.866025388, 0, 0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  320. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.866025388, 0.500000238, 0, -0.500000238, 0.866025388, 0, 0, 0, 1),C1 = CFrame.new(1.85000229, -1.20427704, 2.5, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  321. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(2, 0.600000024, 0.600000024),CFrame = CFrame.new(-14.8499956, 11.2042866, -5.5, 0.866025388, -0.500000238, 0, 0.500000238, 0.866025388, 0, 0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  322. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.866025388, 0.500000238, 0, -0.500000238, 0.866025388, 0, 0, 0, 1),C1 = CFrame.new(-1.84999561, 5.20430565, 2.5, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  323. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(2, 0.600000024, 0.600000024),CFrame = CFrame.new(-16.2042828, 6.15000105, -5.5, -0.500000238, -0.866025388, 0, 0.866025388, -0.500000238, 0, 0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  324. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -0.500000238, 0.866025388, 0, -0.866025388, -0.500000238, 0, 0, 0, 1),C1 = CFrame.new(-3.20428276, 0.150020123, 2.5, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  325. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(2, 0.600000024, 0.600000024),CFrame = CFrame.new(-9.79569817, 9.84999275, -5.5, -0.500000238, -0.866025388, 0, 0.866025388, -0.500000238, 0, 0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  326. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -0.500000238, 0.866025388, 0, -0.866025388, -0.500000238, 0, 0, 0, 1),C1 = CFrame.new(3.20430183, 3.85001183, 2.5, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  327. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(2, 0.600000024, 0.600000024),CFrame = CFrame.new(-9.4260664, 7.04236507, -5.5, 0.258818984, -0.965925872, 0, 0.965925872, 0.258818984, 0, 0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  328. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.258818984, 0.965925872, 0, -0.965925872, 0.258818984, 0, 0, 0, 1),C1 = CFrame.new(3.5739336, 1.04238415, 2.5, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  329. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(2, 0.600000024, 0.600000024),CFrame = CFrame.new(-16.5739155, 8.95762348, -5.5, 0.258818984, -0.965925872, 0, 0.965925872, 0.258818984, 0, 0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  330. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.258818984, 0.965925872, 0, -0.965925872, 0.258818984, 0, 0, 0, 1),C1 = CFrame.new(-3.57391548, 2.95764256, 2.5, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  331. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(2, 0.600000024, 0.600000024),CFrame = CFrame.new(-13.9576197, 4.42607594, -5.5, -0.965925872, -0.258818984, 0, 0.258818984, -0.965925872, 0, 0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  332. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -0.965925872, 0.258818984, 0, -0.258818984, -0.965925872, 0, 0, 0, 1),C1 = CFrame.new(-0.957619667, -1.57390499, 2.5, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  333. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(2, 0.600000024, 0.600000024),CFrame = CFrame.new(-12.0423536, 11.5739193, -5.5, -0.965925872, -0.258818984, 0, 0.258818984, -0.965925872, 0, 0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  334. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -0.965925872, 0.258818984, 0, -0.258818984, -0.965925872, 0, 0, 0, 1),C1 = CFrame.new(0.95764637, 5.57393837, 2.5, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  335. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(3, 0.600000024, 0.600000024),CFrame = CFrame.new(-8.55940533, 4.55548334, -5.5, 0.965925872, -0.258818984, 0, 0.258818984, 0.965925872, 0, 0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  336. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.965925872, 0.258818984, 0, -0.258818984, 0.965925872, 0, 0, 0, 1),C1 = CFrame.new(4.44059467, -1.44449759, 2.5, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  337. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(3, 0.600000024, 0.600000024),CFrame = CFrame.new(-17.4405823, 4.55548525, -5.5, -0.965925872, -0.258818984, 0, 0.258818984, -0.965925872, 0, 0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  338. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -0.965925872, 0.258818984, 0, -0.258818984, -0.965925872, 0, 0, 0, 1),C1 = CFrame.new(-4.44058228, -1.44449568, 2.5, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  339. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(3, 0.600000024, 0.600000024),CFrame = CFrame.new(-18.84058, 6.55548525, -5.5, -0.866025507, -0.499999911, 0, 0.499999911, -0.866025507, 0, 0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  340. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -0.866025507, 0.499999911, 0, -0.499999911, -0.866025507, 0, 0, 0, 1),C1 = CFrame.new(-5.84057999, 0.555504322, 2.5, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  341. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(3, 0.600000024, 0.600000024),CFrame = CFrame.new(-7.15940475, 6.55548334, -5.5, 0.866025507, -0.499999911, 0, 0.499999911, 0.866025507, 0, 0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  342. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.866025507, 0.499999911, 0, -0.499999911, 0.866025507, 0, 0, 0, 1),C1 = CFrame.new(5.84059525, 0.555502415, 2.5, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  343. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(3, 0.600000024, 0.600000024),CFrame = CFrame.new(-18.84058, 8.55548573, -5.5, -0.707107067, -0.707106769, 0, 0.707106769, -0.707107067, 0, 0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  344. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -0.707107067, 0.707106769, 0, -0.707106769, -0.707107067, 0, 0, 0, 1),C1 = CFrame.new(-5.84057999, 2.5555048, 2.5, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  345. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(3, 0.600000024, 0.600000024),CFrame = CFrame.new(-7.15940475, 8.55548382, -5.5, 0.707107067, -0.707106769, 0, 0.707106769, 0.707107067, 0, 0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  346. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.707107067, 0.707106769, 0, -0.707106769, 0.707107067, 0, 0, 0, 1),C1 = CFrame.new(5.84059525, 2.55550289, 2.5, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  347. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(0.599999964, 3.20000029, 0.600000024),CFrame = CFrame.new(-21.0326118, 10.7475166, -5.5, 0, -0.707107067, 0.707106709, 0, 0.707106769, 0.707107008, -1.00000012, 0, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  348. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  349. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0, 0, -1.00000012, -0.707107067, 0.707106769, 0, 0.707106709, 0.707107008, 0),C1 = CFrame.new(-8.03261185, 4.74753571, 2.5, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  350. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(0.599999964, 3.20000029, 0.600000024),CFrame = CFrame.new(-21.525259, 8.10548496, -5.5, 0, -0.866025686, 0.499999791, 0, 0.499999881, 0.866025627, -1.00000012, 0, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  351. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  352. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0, 0, -1.00000012, -0.866025686, 0.499999881, 0, 0.499999791, 0.866025627, 0),C1 = CFrame.new(-8.52525902, 2.10550404, 2.5, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  353. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(0.599999964, 3.20000029, 0.600000024),CFrame = CFrame.new(-20.4349518, 5.35782433, -5.5, 0, -0.965925992, 0.258818924, 0, 0.258819014, 0.965925932, -1.00000012, 0, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  354. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  355. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0, 0, -1.00000012, -0.965925992, 0.258819014, 0, 0.258818924, 0.965925932, 0),C1 = CFrame.new(-7.43495178, -0.642156601, 2.5, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  356. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(0.599999964, 3.20000029, 0.600000024),CFrame = CFrame.new(-5.56535196, 5.35782385, -5.5, 0, 0.965925872, -0.258818984, 0, 0.258818984, 0.965925872, 1, 0, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  357. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  358. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0, 0, 1, 0.965925872, 0.258818984, 0, -0.258818984, 0.965925872, 0),C1 = CFrame.new(7.43464804, -0.642157078, 2.5, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  359. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(0.599999964, 3.20000029, 0.600000024),CFrame = CFrame.new(-4.47504997, 8.10548496, -5.5, 0, 0.866025567, -0.499999762, 0, 0.499999762, 0.866025567, 1, 0, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  360. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  361. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0, 0, 1, 0.866025567, 0.499999762, 0, -0.499999762, 0.866025567, 0),C1 = CFrame.new(8.52495003, 2.10550404, 2.5, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  362. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(0.599999964, 3.20000029, 0.600000024),CFrame = CFrame.new(-4.96769905, 10.7475166, -5.5, 0, 0.707106829, -0.707106829, 0, 0.707106829, 0.707106829, 1, 0, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  363. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  364. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0, 0, 1, 0.707106829, 0.707106829, 0, -0.707106829, 0.707106829, 0),C1 = CFrame.new(8.03230095, 4.74753571, 2.5, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  365. Tail = New("Part",Chest,"Tail",{BrickColor = BrickColor.new("Institutional white"),FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(2, 1, 1),CFrame = CFrame.new(-12.9999971, 4.26603603, -6.89999485, 1, 4.29369379e-007, 4.29373046e-007, 1.01021019e-013, 0.707109928, -0.707103968, -6.07222375e-007, 0.707103968, 0.707109928),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  366. Mesh = New("SpecialMesh",Tail,"Mesh",{Offset = Vector3.new(0, 0, 3),Scale = Vector3.new(1.5, 1.5, 1.5),MeshId = "http://www.roblox.com/asset/?id=471740614",MeshType = Enum.MeshType.FileMesh,})
  367. Weld = New("ManualWeld",Tail,"Weld",{Part0 = Tail,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 1, 1.01021019e-013, -6.07222375e-007, 4.29369379e-007, 0.707109928, 0.707103968, 4.29373046e-007, -0.707103968, 0.707109928),C1 = CFrame.new(2.86102295e-006, -1.73394489, 1.10000515, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  368. FakeHead = New("Model",chara,"FakeHead",{})
  369. AMainPart = New("Part",FakeHead,"AMainPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(4, 2, 2),CFrame = CFrame.new(-13, 9.1999445, -8, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  370. Mesh = New("SpecialMesh",AMainPart,"Mesh",{Scale = Vector3.new(1.25, 1.25, 1.25),})
  371. Weld = New("ManualWeld",AMainPart,"Weld",{Part0 = AMainPart,Part1 = chara.Head,C1 = CFrame.new(0, 0.199954033, 3.81469727e-006, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  372. Part = New("Part",FakeHead,"Part",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(2, 1.60000002, 2.20000005),CFrame = CFrame.new(-13, 8.79999447, -8.5, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  373. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Sphere,})
  374. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = AMainPart,C1 = CFrame.new(0, -0.399950027, -0.5, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  375. Part = New("Part",FakeHead,"Part",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.200000003, 2),CFrame = CFrame.new(-11.1999998, 10.2999945, -7.89999962, 0, 0, 1, 0, 1, 0, -1, 0, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  376. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  377. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = AMainPart,C0 = CFrame.new(0, 0, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0),C1 = CFrame.new(1.80000019, 1.10004997, 0.100000381, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  378. Part = New("Part",FakeHead,"Part",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.200000003, 0.799999952),CFrame = CFrame.new(-11.5999975, 10.0999908, -7.89999962, 0, 0, -1, 0, -1, 0, -1, 0, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  379. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  380. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = AMainPart,C0 = CFrame.new(0, 0, 0, 0, 0, -1, 0, -1, -0, -1, 0, -0),C1 = CFrame.new(1.40000248, 0.900046349, 0.100000381, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  381. Part = New("Part",FakeHead,"Part",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-10.0999975, 10.2999945, -7.89999771, 0, 0, -1, 0, -1, 0, -1, 0, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  382. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  383. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = AMainPart,C0 = CFrame.new(0, 0, 0, 0, 0, -1, 0, -1, -0, -1, 0, -0),C1 = CFrame.new(2.90000248, 1.10004997, 0.100002289, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  384. Part = New("Part",FakeHead,"Part",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.200000003, 2),CFrame = CFrame.new(-14.7999964, 10.2999945, -7.89999771, 0, 0, -1, 0, 1, 0, 1, 0, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  385. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  386. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = AMainPart,C0 = CFrame.new(0, 0, 0, 0, 0, 1, 0, 1, -0, -1, 0, 0),C1 = CFrame.new(-1.79999638, 1.10004997, 0.100002289, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  387. Part = New("Part",FakeHead,"Part",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.200000003, 0.799999952),CFrame = CFrame.new(-14.3999958, 10.0999908, -7.89999771, 0, 0, 1, 0, -1, 0, 1, 0, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  388. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  389. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = AMainPart,C0 = CFrame.new(0, 0, 0, 0, 0, 1, 0, -1, 0, 1, 0, -0),C1 = CFrame.new(-1.3999958, 0.900046349, 0.100002289, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  390. Part = New("Part",FakeHead,"Part",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-15.899992, 10.2999945, -7.89999962, 0, 0, 1, 0, -1, 0, 1, 0, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  391. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  392. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = AMainPart,C0 = CFrame.new(0, 0, 0, 0, 0, 1, 0, -1, 0, 1, 0, -0),C1 = CFrame.new(-2.89999199, 1.10004997, 0.100000381, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  393. Part = New("Part",FakeHead,"Part",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.600000024, 0.600000024),CFrame = CFrame.new(-10.4999943, 9.89999485, -7.89999771, 0, 0, -1, 0, -1, 0, -1, 0, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  394. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.5, 1, 1),MeshType = Enum.MeshType.Wedge,})
  395. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = AMainPart,C0 = CFrame.new(0, 0, 0, 0, 0, -1, 0, -1, -0, -1, 0, -0),C1 = CFrame.new(2.50000572, 0.700050354, 0.100002289, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  396. Part = New("Part",FakeHead,"Part",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.200000003, 1.00000012),CFrame = CFrame.new(-14.4999981, 9.49999237, -7.89999962, 0, 0, 1, 0, -1, 0, 1, 0, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  397. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(0.5, 1, 1),})
  398. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = AMainPart,C0 = CFrame.new(0, 0, 0, 0, 0, 1, 0, -1, 0, 1, 0, -0),C1 = CFrame.new(-1.49999809, 0.300047874, 0.100000381, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  399. Part = New("Part",FakeHead,"Part",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.600000024, 0.600000024),CFrame = CFrame.new(-15.0999975, 9.29999447, -7.89999962, 0, 0, 1, 0, -1, 0, 1, 0, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  400. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.5, 0.899999976, 1),MeshType = Enum.MeshType.Wedge,})
  401. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = AMainPart,C0 = CFrame.new(0, 0, 0, 0, 0, 1, 0, -1, 0, 1, 0, -0),C1 = CFrame.new(-2.09999752, 0.100049973, 0.100000381, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  402. Part = New("Part",FakeHead,"Part",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.200000003, 0.599999964),CFrame = CFrame.new(-14.2999935, 9.29998493, -7.89999771, 0, 0, 1, 0, -1, 0, 1, 0, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  403. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  404. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = AMainPart,C0 = CFrame.new(0, 0, 0, 0, 0, 1, 0, -1, 0, 1, 0, -0),C1 = CFrame.new(-1.29999352, 0.100040436, 0.100002289, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  405. Part = New("Part",FakeHead,"Part",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.600000083, 1.20000005),CFrame = CFrame.new(-14.5999975, 9.89999485, -7.89999962, 0, 0, 1, 0, -1, 0, 1, 0, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  406. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(0.5, 1, 1),})
  407. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = AMainPart,C0 = CFrame.new(0, 0, 0, 0, 0, 1, 0, -1, 0, 1, 0, -0),C1 = CFrame.new(-1.59999752, 0.700050354, 0.100000381, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  408. Part = New("Part",FakeHead,"Part",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.600000024, 0.600000024),CFrame = CFrame.new(-15.4999981, 9.89999485, -7.89999962, 0, 0, 1, 0, -1, 0, 1, 0, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  409. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.5, 1, 1),MeshType = Enum.MeshType.Wedge,})
  410. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = AMainPart,C0 = CFrame.new(0, 0, 0, 0, 0, 1, 0, -1, 0, 1, 0, -0),C1 = CFrame.new(-2.49999809, 0.700050354, 0.100000381, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  411. Part = New("Part",FakeHead,"Part",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.200000003, 0.400000006),CFrame = CFrame.new(-14.1999941, 8.69997883, -7.89999771, 0, 0, 1, 0, -1, 0, 1, 0, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  412. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  413. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = AMainPart,C0 = CFrame.new(0, 0, 0, 0, 0, 1, 0, -1, 0, 1, 0, -0),C1 = CFrame.new(-1.19999409, -0.499965668, 0.100002289, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  414. Part = New("Part",FakeHead,"Part",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.400000006, 0.800000131),CFrame = CFrame.new(-14.399992, 9.19999695, -7.89999771, 0, 0, 1, 0, -1, 0, 1, 0, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  415. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(0.5, 1, 1),})
  416. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = AMainPart,C0 = CFrame.new(0, 0, 0, 0, 0, 1, 0, -1, 0, 1, 0, -0),C1 = CFrame.new(-1.39999199, 5.24520874e-005, 0.100002289, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  417. Part = New("Part",FakeHead,"Part",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.200000003, 0.600000024),CFrame = CFrame.new(-14.8999958, 8.89997482, -7.89999962, 0, 0, 1, 0, -1, 0, 1, 0, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  418. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  419. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = AMainPart,C0 = CFrame.new(0, 0, 0, 0, 0, 1, 0, -1, 0, 1, 0, -0),C1 = CFrame.new(-1.8999958, -0.299969673, 0.100000381, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  420. Part = New("Part",FakeHead,"Part",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.400000006, 0.600000024),CFrame = CFrame.new(-14.2999964, 8.79999447, -7.89999962, 0, 0, 1, 0, -1, 0, 1, 0, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  421. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.5, 1, 1),MeshType = Enum.MeshType.Wedge,})
  422. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = AMainPart,C0 = CFrame.new(0, 0, 0, 0, 0, 1, 0, -1, 0, 1, 0, -0),C1 = CFrame.new(-1.29999638, -0.399950027, 0.100000381, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  423. Part = New("Part",FakeHead,"Part",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.200000003, 0.399999946),CFrame = CFrame.new(-14.399992, 8.89997292, -7.89999771, 0, 0, -1, 0, 1, 0, 1, 0, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  424. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  425. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = AMainPart,C0 = CFrame.new(0, 0, 0, 0, 0, 1, 0, 1, -0, -1, 0, 0),C1 = CFrame.new(-1.39999199, -0.299971581, 0.100002289, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  426. Part = New("Part",FakeHead,"Part",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.200000003, 1.19999993),CFrame = CFrame.new(-14.399992, 9.49998093, -7.89999771, 0, 0, -1, 0, 1, 0, 1, 0, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  427. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  428. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = AMainPart,C0 = CFrame.new(0, 0, 0, 0, 0, 1, 0, 1, -0, -1, 0, 0),C1 = CFrame.new(-1.39999199, 0.30003643, 0.100002289, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  429. Part = New("Part",FakeHead,"Part",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.200000003, 0.600000024),CFrame = CFrame.new(-15.2999935, 9.49998283, -7.89999962, 0, 0, 1, 0, -1, 0, 1, 0, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  430. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  431. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = AMainPart,C0 = CFrame.new(0, 0, 0, 0, 0, 1, 0, -1, 0, 1, 0, -0),C1 = CFrame.new(-2.29999352, 0.300038338, 0.100000381, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  432. Part = New("Part",FakeHead,"Part",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.200000003, 0.399999946),CFrame = CFrame.new(-11.6000004, 8.89997292, -7.89999962, 0, 0, 1, 0, 1, 0, -1, 0, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  433. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  434. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = AMainPart,C0 = CFrame.new(0, 0, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0),C1 = CFrame.new(1.39999962, -0.299971581, 0.100000381, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  435. Part = New("Part",FakeHead,"Part",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.200000003, 1.19999993),CFrame = CFrame.new(-11.6000004, 9.49998283, -7.89999962, 0, 0, 1, 0, 1, 0, -1, 0, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  436. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  437. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = AMainPart,C0 = CFrame.new(0, 0, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0),C1 = CFrame.new(1.39999962, 0.300038338, 0.100000381, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  438. Part = New("Part",FakeHead,"Part",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.200000003, 0.600000024),CFrame = CFrame.new(-11.0999956, 8.89997482, -7.89999771, 0, 0, -1, 0, -1, 0, -1, 0, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  439. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  440. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = AMainPart,C0 = CFrame.new(0, 0, 0, 0, 0, -1, 0, -1, -0, -1, 0, -0),C1 = CFrame.new(1.90000439, -0.299969673, 0.100002289, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  441. Part = New("Part",FakeHead,"Part",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.400000006, 0.800000131),CFrame = CFrame.new(-11.6000004, 9.19999695, -7.89999962, 0, 0, -1, 0, -1, 0, -1, 0, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  442. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(0.5, 1, 1),})
  443. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = AMainPart,C0 = CFrame.new(0, 0, 0, 0, 0, -1, 0, -1, -0, -1, 0, -0),C1 = CFrame.new(1.39999962, 5.24520874e-005, 0.100000381, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  444. Part = New("Part",FakeHead,"Part",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.200000003, 0.600000024),CFrame = CFrame.new(-10.699996, 9.49998474, -7.89999771, 0, 0, -1, 0, -1, 0, -1, 0, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  445. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  446. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = AMainPart,C0 = CFrame.new(0, 0, 0, 0, 0, -1, 0, -1, -0, -1, 0, -0),C1 = CFrame.new(2.30000401, 0.300040245, 0.100002289, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  447. Part = New("Part",FakeHead,"Part",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.400000006, 0.600000024),CFrame = CFrame.new(-11.6999941, 8.79999447, -7.89999771, 0, 0, -1, 0, -1, 0, -1, 0, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  448. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.5, 1, 1),MeshType = Enum.MeshType.Wedge,})
  449. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = AMainPart,C0 = CFrame.new(0, 0, 0, 0, 0, -1, 0, -1, -0, -1, 0, -0),C1 = CFrame.new(1.30000591, -0.399950027, 0.100002289, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  450. Part = New("Part",FakeHead,"Part",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.200000003, 0.400000006),CFrame = CFrame.new(-11.7999983, 8.69997883, -7.89999962, 0, 0, -1, 0, -1, 0, -1, 0, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  451. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  452. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = AMainPart,C0 = CFrame.new(0, 0, 0, 0, 0, -1, 0, -1, -0, -1, 0, -0),C1 = CFrame.new(1.20000172, -0.499965668, 0.100000381, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  453. Part = New("Part",FakeHead,"Part",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.200000003, 0.599999964),CFrame = CFrame.new(-11.6999979, 9.29998493, -7.89999962, 0, 0, -1, 0, -1, 0, -1, 0, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  454. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  455. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = AMainPart,C0 = CFrame.new(0, 0, 0, 0, 0, -1, 0, -1, -0, -1, 0, -0),C1 = CFrame.new(1.3000021, 0.100040436, 0.100000381, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  456. Part = New("Part",FakeHead,"Part",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.600000024, 0.600000024),CFrame = CFrame.new(-10.8999939, 9.29999447, -7.89999771, 0, 0, -1, 0, -1, 0, -1, 0, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  457. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.5, 0.899999976, 1),MeshType = Enum.MeshType.Wedge,})
  458. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = AMainPart,C0 = CFrame.new(0, 0, 0, 0, 0, -1, 0, -1, -0, -1, 0, -0),C1 = CFrame.new(2.1000061, 0.100049973, 0.100002289, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  459. Part = New("Part",FakeHead,"Part",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.200000003, 1.00000012),CFrame = CFrame.new(-11.4999943, 9.49999237, -7.89999771, 0, 0, -1, 0, -1, 0, -1, 0, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  460. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(0.5, 1, 1),})
  461. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = AMainPart,C0 = CFrame.new(0, 0, 0, 0, 0, -1, 0, -1, -0, -1, 0, -0),C1 = CFrame.new(1.50000572, 0.300047874, 0.100002289, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  462. Part = New("Part",FakeHead,"Part",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.600000083, 1.20000005),CFrame = CFrame.new(-11.3999939, 9.89999485, -7.89999771, 0, 0, -1, 0, -1, 0, -1, 0, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  463. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(0.5, 1, 1),})
  464. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = AMainPart,C0 = CFrame.new(0, 0, 0, 0, 0, -1, 0, -1, -0, -1, 0, -0),C1 = CFrame.new(1.6000061, 0.700050354, 0.100002289, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  465. Horns = New("Part",FakeHead,"Horns",{BrickColor = BrickColor.new("Smoky grey"),FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(2, 2, 2),CFrame = CFrame.new(-13, 9.99999237, -7.59999943, 1, 0, 0, 0, 0.866025388, -0.500000358, 0, 0.500000358, 0.866025388),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.356863, 0.364706, 0.411765),})
  466. Mesh = New("SpecialMesh",Horns,"Mesh",{Offset = Vector3.new(0, 2, 0),Scale = Vector3.new(2, 2, 2),MeshId = "rbxassetid://215680403",MeshType = Enum.MeshType.FileMesh,})
  467. Weld = New("ManualWeld",Horns,"Weld",{Part0 = Horns,Part1 = AMainPart,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 0.866025388, 0.500000358, 0, -0.500000358, 0.866025388),C1 = CFrame.new(0, 0.800047874, 0.400000572, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  468. Part = New("Part",FakeHead,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.200000003, 0.400000006),CFrame = CFrame.new(-12.8999996, 9.09999466, -9.40000057, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  469. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.5, 0.5, 0.5),MeshType = Enum.MeshType.Sphere,})
  470. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = AMainPart,C1 = CFrame.new(0.100000381, -0.0999498367, -1.40000057, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  471. Part = New("Part",FakeHead,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.200000003, 0.400000006),CFrame = CFrame.new(-13.0999994, 9.09999466, -9.40000057, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  472. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.5, 0.5, 0.5),MeshType = Enum.MeshType.Sphere,})
  473. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = AMainPart,C1 = CFrame.new(-0.0999994278, -0.0999498367, -1.40000057, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  474. Part = New("Part",FakeHead,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(0.200000003, 0.600000024, 0.400000006),CFrame = CFrame.new(-12.6999998, 9.69999409, -9.20000076, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  475. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.5, 0.5, 0.25),MeshType = Enum.MeshType.Sphere,})
  476. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = AMainPart,C1 = CFrame.new(0.300000191, 0.500049591, -1.20000076, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  477. Part = New("Part",FakeHead,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(0.200000003, 0.600000024, 0.400000006),CFrame = CFrame.new(-13.2999992, 9.69999409, -9.20000076, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  478. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.5, 0.5, 0.25),MeshType = Enum.MeshType.Sphere,})
  479. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = AMainPart,C1 = CFrame.new(-0.299999237, 0.500049591, -1.20000076, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  480. LeftArm = New("Model",chara,"LeftArm",{})
  481. MainPart = New("Part",LeftArm,"MainPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(2, 4, 2),CFrame = CFrame.new(-16, 6.00000191, -7.99999905, 1, 0, 0, 0, 1.00001049, 0, 0, 0, 1.00001049),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  482. Weld = New("ManualWeld",MainPart,"Weld",{Part0 = MainPart,Part1 = chara["Left Arm"],C1 = CFrame.new(0, -1.8119812e-005, 3.81469727e-006, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  483. Part = New("Part",LeftArm,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(2.20000005, 0.599999845, 2.4000001),CFrame = CFrame.new(-16.0999966, 7.90002203, -7.99999714, -1, 0, 0, 0, 1.00001049, 0, 0, 0, -1.00001049),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  484. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),C1 = CFrame.new(-0.0999965668, 1.9000001, 1.90734863e-006, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  485. Part = New("Part",LeftArm,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(2.4000001, 0.599999845, 0.400000036),CFrame = CFrame.new(-17.3999977, 7.90002203, -7.99999714, 0, 0, 1, 0, 1.00001049, 0, -1.00001049, 0, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  486. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  487. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0),C1 = CFrame.new(-1.39999771, 1.9000001, 1.90734863e-006, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  488. Part = New("Part",LeftArm,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(2.4000001, 0.599999845, 0.400000036),CFrame = CFrame.new(-14.7999954, 7.90002203, -7.99999714, 0, 0, -1, 0, 1.00001049, 0, 1.00001049, 0, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  489. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  490. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0, 0, 1, 0, 1, -0, -1, 0, 0),C1 = CFrame.new(1.20000458, 1.9000001, 1.90734863e-006, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  491. Part = New("Part",LeftArm,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(2, 0.399999857, 2),CFrame = CFrame.new(-15.9999971, 4.60000706, -7.99999714, -1, 0, 0, 0, 1.00001049, 0, 0, 0, -1.00001049),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  492. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),})
  493. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),C1 = CFrame.new(2.86102295e-006, -1.39998007, 1.90734863e-006, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  494. Part = New("Part",LeftArm,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(0.400000036, 0.399999857, 2),CFrame = CFrame.new(-16.7999954, 5.00001049, -7.99999714, -1, 0, 0, 0, 1.00001049, 0, 0, 0, -1.00001049),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  495. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),})
  496. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),C1 = CFrame.new(-0.799995422, -0.999980927, 1.90734863e-006, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  497. Part = New("Part",LeftArm,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(2, 0.999999881, 0.399999976),CFrame = CFrame.new(-16.7999954, 5.70001745, -7.99999714, 0, 0, -1, 0, 1.00001049, 0, 1.00001049, 0, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  498. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),MeshType = Enum.MeshType.Wedge,})
  499. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0, 0, 1, 0, 1, -0, -1, 0, 0),C1 = CFrame.new(-0.799995422, -0.299981117, 1.90734863e-006, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  500. Part = New("Part",LeftArm,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(2, 0.399999857, 0.399999976),CFrame = CFrame.new(-16.3999977, 5.00001144, -7.99999714, 0, 0, -1, 0, 1.00001049, 0, 1.00001049, 0, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  501. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),MeshType = Enum.MeshType.Wedge,})
  502. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0, 0, 1, 0, 1, -0, -1, 0, 0),C1 = CFrame.new(-0.399997711, -0.999979973, 1.90734863e-006, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  503. Part = New("Part",LeftArm,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(0.400000036, 0.200000003, 2),CFrame = CFrame.new(-16.1999969, 4.90000963, -7.99999714, -1, 0, 0, 0, 1.00001049, 0, 0, 0, -1.00001049),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  504. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),})
  505. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),C1 = CFrame.new(-0.199996948, -1.09998083, 1.90734863e-006, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  506. Part = New("Part",LeftArm,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(2, 0.599999905, 0.399999976),CFrame = CFrame.new(-16.1999969, 5.30001354, -7.99999714, 0, 0, -1, 0, 1.00001049, 0, 1.00001049, 0, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  507. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),MeshType = Enum.MeshType.Wedge,})
  508. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0, 0, 1, 0, 1, -0, -1, 0, 0),C1 = CFrame.new(-0.199996948, -0.699981213, 1.90734863e-006, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  509. Part = New("Part",LeftArm,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(2, 0.200000003, 0.399999976),CFrame = CFrame.new(-15.7999954, 4.90001059, -7.99999714, 0, 0, -1, 0, 1.00001049, 0, 1.00001049, 0, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  510. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),MeshType = Enum.MeshType.Wedge,})
  511. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0, 0, 1, 0, 1, -0, -1, 0, 0),C1 = CFrame.new(0.200004578, -1.09997988, 1.90734863e-006, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  512. Part = New("Part",LeftArm,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(2, 0.200000003, 0.200000003),CFrame = CFrame.new(-15.699996, 5.1000123, -7.99999714, 0, 0, -1, 0, 1.00001049, 0, 1.00001049, 0, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  513. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),MeshType = Enum.MeshType.Wedge,})
  514. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0, 0, 1, 0, 1, -0, -1, 0, 0),C1 = CFrame.new(0.300004005, -0.899980068, 1.90734863e-006, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  515. Part = New("Part",LeftArm,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(2, 0.200000003, 0.399999976),CFrame = CFrame.new(-15.3999958, 4.90001059, -7.99999714, 0, 0, -1, 0, 1.00001049, 0, 1.00001049, 0, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  516. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),MeshType = Enum.MeshType.Wedge,})
  517. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0, 0, 1, 0, 1, -0, -1, 0, 0),C1 = CFrame.new(0.600004196, -1.09997988, 1.90734863e-006, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  518. Part = New("Part",LeftArm,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(0.200000033, 0.200000003, 2),CFrame = CFrame.new(-15.699996, 4.90000963, -7.99999714, -1, 0, 0, 0, 1.00001049, 0, 0, 0, -1.00001049),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  519. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),})
  520. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),C1 = CFrame.new(0.300004005, -1.09998083, 1.90734863e-006, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  521. LeftLeg = New("Model",chara,"LeftLeg",{})
  522. MainPart = New("Part",LeftLeg,"MainPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(2, 4, 2),CFrame = CFrame.new(-14, 2, -8, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  523. Weld = New("ManualWeld",MainPart,"Weld",{Part0 = MainPart,Part1 = chara["Left Leg"],C1 = CFrame.new(0, -9.53674316e-007, 3.81469727e-006, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  524. Part = New("Part",LeftLeg,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(2, 0.399999857, 2),CFrame = CFrame.new(-13.999999, 0.60000062, -7.99999809, -1, 0, 0, 0, 1, 0, 0, 0, -1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  525. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),})
  526. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),C1 = CFrame.new(9.53674316e-007, -1.39999938, 1.90734863e-006, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  527. Part = New("Part",LeftLeg,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(0.400000036, 0.399999857, 2),CFrame = CFrame.new(-14.7999945, 0.999999523, -7.99999809, -1, 0, 0, 0, 1, 0, 0, 0, -1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  528. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),})
  529. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),C1 = CFrame.new(-0.799994469, -1.00000048, 1.90734863e-006, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  530. Part = New("Part",LeftLeg,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(2, 0.999999881, 0.399999976),CFrame = CFrame.new(-14.7999945, 1.69999933, -7.99999809, 0, 0, -1, 0, 1, 0, 1, 0, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  531. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),MeshType = Enum.MeshType.Wedge,})
  532. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0, 0, 1, 0, 1, -0, -1, 0, 0),C1 = CFrame.new(-0.799994469, -0.300000668, 1.90734863e-006, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  533. Part = New("Part",LeftLeg,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(2, 0.399999857, 0.399999976),CFrame = CFrame.new(-14.3999987, 1.00000048, -7.99999809, 0, 0, -1, 0, 1, 0, 1, 0, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  534. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),MeshType = Enum.MeshType.Wedge,})
  535. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0, 0, 1, 0, 1, -0, -1, 0, 0),C1 = CFrame.new(-0.399998665, -0.999999464, 1.90734863e-006, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  536. Part = New("Part",LeftLeg,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(0.400000036, 0.200000003, 2),CFrame = CFrame.new(-14.1999989, 0.899999619, -7.99999809, -1, 0, 0, 0, 1, 0, 0, 0, -1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  537. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),})
  538. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),C1 = CFrame.new(-0.199998856, -1.10000038, 1.90734863e-006, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  539. Part = New("Part",LeftLeg,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(2, 0.599999905, 0.399999976),CFrame = CFrame.new(-14.1999989, 1.29999924, -7.99999809, 0, 0, -1, 0, 1, 0, 1, 0, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  540. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),MeshType = Enum.MeshType.Wedge,})
  541. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0, 0, 1, 0, 1, -0, -1, 0, 0),C1 = CFrame.new(-0.199998856, -0.700000763, 1.90734863e-006, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  542. Part = New("Part",LeftLeg,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(2, 0.200000003, 0.399999976),CFrame = CFrame.new(-13.7999973, 0.900000572, -7.99999809, 0, 0, -1, 0, 1, 0, 1, 0, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  543. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),MeshType = Enum.MeshType.Wedge,})
  544. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0, 0, 1, 0, 1, -0, -1, 0, 0),C1 = CFrame.new(0.20000267, -1.09999943, 1.90734863e-006, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  545. Part = New("Part",LeftLeg,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(2, 0.200000003, 0.200000003),CFrame = CFrame.new(-13.6999979, 1.10000038, -7.99999809, 0, 0, -1, 0, 1, 0, 1, 0, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  546. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),MeshType = Enum.MeshType.Wedge,})
  547. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0, 0, 1, 0, 1, -0, -1, 0, 0),C1 = CFrame.new(0.300002098, -0.899999619, 1.90734863e-006, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  548. Part = New("Part",LeftLeg,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(2, 0.200000003, 0.399999976),CFrame = CFrame.new(-13.3999977, 0.900000572, -7.99999809, 0, 0, -1, 0, 1, 0, 1, 0, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  549. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),MeshType = Enum.MeshType.Wedge,})
  550. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0, 0, 1, 0, 1, -0, -1, 0, 0),C1 = CFrame.new(0.600002289, -1.09999943, 1.90734863e-006, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  551. Part = New("Part",LeftLeg,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(0.200000033, 0.200000003, 2),CFrame = CFrame.new(-13.6999979, 0.899999619, -7.99999809, -1, 0, 0, 0, 1, 0, 0, 0, -1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  552. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),})
  553. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),C1 = CFrame.new(0.300002098, -1.10000038, 1.90734863e-006, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  554. Part = New("Part",LeftLeg,"Part",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.399999917, 1.80000007, 1),CFrame = CFrame.new(-13.4999943, 3.06603575, -8.79999924, 0, 0, 1, 0, 1, 0, -1, 0, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  555. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998),MeshType = Enum.MeshType.Wedge,})
  556. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0),C1 = CFrame.new(0.500005722, 1.06603575, -0.799999237, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  557. Part = New("Part",LeftLeg,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(0.599999905, 1.79999995, 1.20000005),CFrame = CFrame.new(-13.5999956, 3.26603413, -8.69999886, 0, 0, 1, 0, 1, 0, -1, 0, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  558. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),MeshType = Enum.MeshType.Wedge,})
  559. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0),C1 = CFrame.new(0.400004387, 1.26603413, -0.699998856, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  560. Part = New("Part",LeftLeg,"Part",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.399999857, 1.80000007, 1),CFrame = CFrame.new(-13.4999971, 3.06603599, -7.19999504, 0, 0, 1, 0, 1, 0, -1, 0, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  561. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998),MeshType = Enum.MeshType.Wedge,})
  562. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0),C1 = CFrame.new(0.500002861, 1.06603599, 0.800004959, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  563. Part = New("Part",LeftLeg,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(0.599999905, 1.79999995, 1.20000005),CFrame = CFrame.new(-13.5999947, 3.26603389, -7.29999542, 0, 0, 1, 0, 1, 0, -1, 0, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  564. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),MeshType = Enum.MeshType.Wedge,})
  565. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0),C1 = CFrame.new(0.400005341, 1.26603389, 0.700004578, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  566. Part = New("Part",LeftLeg,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(1, 0.200000003, 2),CFrame = CFrame.new(-14.499999, 2.49999952, -7.99999809, -1, 0, 0, 0, 1, 0, 0, 0, -1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  567. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),})
  568. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),C1 = CFrame.new(-0.499999046, 0.499999523, 1.90734863e-006, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  569. RightArm = New("Model",chara,"RightArm",{})
  570. MainPart = New("Part",RightArm,"MainPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(2, 4, 2),CFrame = CFrame.new(-9.99999905, 6.00000191, -7.99999905, 1, 0, 0, 0, 1.00001049, 0, 0, 0, 1.00001049),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  571. Weld = New("ManualWeld",MainPart,"Weld",{Part0 = MainPart,Part1 = chara["Right Arm"],C1 = CFrame.new(0, -1.8119812e-005, 3.81469727e-006, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  572. Part = New("Part",RightArm,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(2.20000005, 0.599999845, 2.4000001),CFrame = CFrame.new(-9.89999866, 7.90002203, -7.99999905, 1, 0, 0, 0, 1.00001049, 0, 0, 0, 1.00001049),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  573. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C1 = CFrame.new(0.100000381, 1.9000001, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  574. Part = New("Part",RightArm,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(2.4000001, 0.599999845, 0.400000036),CFrame = CFrame.new(-8.59999657, 7.90002203, -7.99999905, 0, 0, -1, 0, 1.00001049, 0, 1.00001049, 0, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  575. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  576. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0, 0, 1, 0, 1, -0, -1, 0, 0),C1 = CFrame.new(1.40000248, 1.9000001, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  577. Part = New("Part",RightArm,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(2.4000001, 0.599999845, 0.400000036),CFrame = CFrame.new(-11.1999979, 7.90002203, -7.99999905, 0, 0, 1, 0, 1.00001049, 0, -1.00001049, 0, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  578. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  579. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0),C1 = CFrame.new(-1.19999886, 1.9000001, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  580. Part = New("Part",RightArm,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(2, 0.399999857, 2),CFrame = CFrame.new(-9.99999905, 4.60000753, -7.99999905, 1, 0, 0, 0, 1.00001049, 0, 0, 0, 1.00001049),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  581. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),})
  582. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C1 = CFrame.new(0, -1.39997959, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  583. Part = New("Part",RightArm,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(0.400000036, 0.399999857, 2),CFrame = CFrame.new(-9.19999886, 5.00001097, -7.99999905, 1, 0, 0, 0, 1.00001049, 0, 0, 0, 1.00001049),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  584. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),})
  585. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C1 = CFrame.new(0.800000191, -0.99998045, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  586. Part = New("Part",RightArm,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(2, 0.999999881, 0.399999976),CFrame = CFrame.new(-9.19999886, 5.70001793, -7.99999905, 0, 0, 1, 0, 1.00001049, 0, -1.00001049, 0, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  587. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),MeshType = Enum.MeshType.Wedge,})
  588. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0),C1 = CFrame.new(0.800000191, -0.29998064, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  589. Part = New("Part",RightArm,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(2, 0.399999857, 0.399999976),CFrame = CFrame.new(-9.59999847, 5.00001192, -7.99999905, 0, 0, 1, 0, 1.00001049, 0, -1.00001049, 0, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  590. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),MeshType = Enum.MeshType.Wedge,})
  591. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0),C1 = CFrame.new(0.400000572, -0.999979496, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  592. Part = New("Part",RightArm,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(0.400000036, 0.200000003, 2),CFrame = CFrame.new(-9.79999828, 4.90001011, -7.99999905, 1, 0, 0, 0, 1.00001049, 0, 0, 0, 1.00001049),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  593. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),})
  594. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C1 = CFrame.new(0.200000763, -1.09998035, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  595. Part = New("Part",RightArm,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(2, 0.599999905, 0.399999976),CFrame = CFrame.new(-9.79999828, 5.3000145, -7.99999905, 0, 0, 1, 0, 1.00001049, 0, -1.00001049, 0, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  596. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),MeshType = Enum.MeshType.Wedge,})
  597. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0),C1 = CFrame.new(0.200000763, -0.699980259, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  598. Part = New("Part",RightArm,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(2, 0.200000003, 0.399999976),CFrame = CFrame.new(-10.1999979, 4.90001106, -7.99999905, 0, 0, 1, 0, 1.00001049, 0, -1.00001049, 0, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  599. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),MeshType = Enum.MeshType.Wedge,})
  600. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0),C1 = CFrame.new(-0.199998856, -1.0999794, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  601. Part = New("Part",RightArm,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(2, 0.200000003, 0.200000003),CFrame = CFrame.new(-10.2999973, 5.1000123, -7.99999905, 0, 0, 1, 0, 1.00001049, 0, -1.00001049, 0, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  602. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),MeshType = Enum.MeshType.Wedge,})
  603. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0),C1 = CFrame.new(-0.299998283, -0.899980068, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  604. Part = New("Part",RightArm,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(2, 0.200000003, 0.399999976),CFrame = CFrame.new(-10.5999975, 4.90001106, -7.99999905, 0, 0, 1, 0, 1.00001049, 0, -1.00001049, 0, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  605. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),MeshType = Enum.MeshType.Wedge,})
  606. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0),C1 = CFrame.new(-0.599998474, -1.0999794, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  607. Part = New("Part",RightArm,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(0.200000033, 0.200000003, 2),CFrame = CFrame.new(-10.2999973, 4.90001011, -7.99999905, 1, 0, 0, 0, 1.00001049, 0, 0, 0, 1.00001049),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  608. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),})
  609. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C1 = CFrame.new(-0.299998283, -1.09998035, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  610. RightLeg = New("Model",chara,"RightLeg",{})
  611. MainPart = New("Part",RightLeg,"MainPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(2, 4, 2),CFrame = CFrame.new(-12, 2, -8, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  612. Weld = New("ManualWeld",MainPart,"Weld",{Part0 = MainPart,Part1 = chara["Right Leg"],C1 = CFrame.new(0, -1.90734863e-006, 3.81469727e-006, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  613. Part = New("Part",RightLeg,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(2, 0.399999857, 2),CFrame = CFrame.new(-11.999999, 0.600000978, -7.99999809, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  614. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),})
  615. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C1 = CFrame.new(9.53674316e-007, -1.39999902, 1.90734863e-006, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  616. Part = New("Part",RightLeg,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(0.400000036, 0.399999857, 2),CFrame = CFrame.new(-11.2000027, 1, -7.99999809, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  617. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),})
  618. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C1 = CFrame.new(0.79999733, -1, 1.90734863e-006, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  619. Part = New("Part",RightLeg,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(2, 0.999999881, 0.399999976),CFrame = CFrame.new(-11.2000027, 1.69999897, -7.99999809, 0, 0, 1, 0, 1, 0, -1, 0, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  620. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),MeshType = Enum.MeshType.Wedge,})
  621. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0),C1 = CFrame.new(0.79999733, -0.300001025, 1.90734863e-006, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  622. Part = New("Part",RightLeg,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(2, 0.399999857, 0.399999976),CFrame = CFrame.new(-11.5999985, 1.00000095, -7.99999809, 0, 0, 1, 0, 1, 0, -1, 0, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  623. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),MeshType = Enum.MeshType.Wedge,})
  624. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0),C1 = CFrame.new(0.400001526, -0.999999046, 1.90734863e-006, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  625. Part = New("Part",RightLeg,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(0.400000036, 0.200000003, 2),CFrame = CFrame.new(-11.7999992, 0.899999976, -7.99999809, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  626. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),})
  627. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C1 = CFrame.new(0.200000763, -1.10000002, 1.90734863e-006, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  628. Part = New("Part",RightLeg,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(2, 0.599999905, 0.399999976),CFrame = CFrame.new(-11.7999992, 1.299999, -7.99999809, 0, 0, 1, 0, 1, 0, -1, 0, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  629. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),MeshType = Enum.MeshType.Wedge,})
  630. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0),C1 = CFrame.new(0.200000763, -0.700001001, 1.90734863e-006, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  631. Part = New("Part",RightLeg,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(2, 0.200000003, 0.399999976),CFrame = CFrame.new(-12.2000008, 0.90000093, -7.99999809, 0, 0, 1, 0, 1, 0, -1, 0, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  632. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),MeshType = Enum.MeshType.Wedge,})
  633. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0),C1 = CFrame.new(-0.200000763, -1.09999907, 1.90734863e-006, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  634. Part = New("Part",RightLeg,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(2, 0.200000003, 0.200000003),CFrame = CFrame.new(-12.2999992, 1.0999999, -7.99999809, 0, 0, 1, 0, 1, 0, -1, 0, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  635. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),MeshType = Enum.MeshType.Wedge,})
  636. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0),C1 = CFrame.new(-0.299999237, -0.900000095, 1.90734863e-006, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  637. Part = New("Part",RightLeg,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(2, 0.200000003, 0.399999976),CFrame = CFrame.new(-12.5999985, 0.90000093, -7.99999809, 0, 0, 1, 0, 1, 0, -1, 0, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  638. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),MeshType = Enum.MeshType.Wedge,})
  639. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0),C1 = CFrame.new(-0.599998474, -1.09999907, 1.90734863e-006, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  640. Part = New("Part",RightLeg,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(0.200000033, 0.200000003, 2),CFrame = CFrame.new(-12.2999992, 0.899999976, -7.99999809, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  641. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),})
  642. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C1 = CFrame.new(-0.299999237, -1.10000002, 1.90734863e-006, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  643. Part = New("Part",RightLeg,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(0.599999905, 1.79999995, 1.20000005),CFrame = CFrame.new(-12.3999958, 3.26603413, -8.69999886, 0, 0, -1, 0, 1, 0, 1, 0, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  644. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),MeshType = Enum.MeshType.Wedge,})
  645. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0, 0, 1, 0, 1, -0, -1, 0, 0),C1 = CFrame.new(-0.399995804, 1.26603413, -0.699998856, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  646. Part = New("Part",RightLeg,"Part",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.399999857, 1.80000007, 1),CFrame = CFrame.new(-12.4999943, 3.06603575, -8.79999924, 0, 0, -1, 0, 1, 0, 1, 0, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  647. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998),MeshType = Enum.MeshType.Wedge,})
  648. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0, 0, 1, 0, 1, -0, -1, 0, 0),C1 = CFrame.new(-0.499994278, 1.06603575, -0.799999237, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  649. Part = New("Part",RightLeg,"Part",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.399999917, 1.80000007, 1),CFrame = CFrame.new(-12.4999952, 3.06603599, -7.19999409, 0, 0, -1, 0, 1, 0, 1, 0, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  650. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998),MeshType = Enum.MeshType.Wedge,})
  651. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0, 0, 1, 0, 1, -0, -1, 0, 0),C1 = CFrame.new(-0.499995232, 1.06603599, 0.800005913, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  652. Part = New("Part",RightLeg,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(0.599999905, 1.79999995, 1.20000005),CFrame = CFrame.new(-12.3999949, 3.26603389, -7.29999447, 0, 0, -1, 0, 1, 0, 1, 0, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  653. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),MeshType = Enum.MeshType.Wedge,})
  654. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0, 0, 1, 0, 1, -0, -1, 0, 0),C1 = CFrame.new(-0.39999485, 1.26603389, 0.700005531, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  655. Part = New("Part",RightLeg,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(1, 0.200000003, 2),CFrame = CFrame.new(-11.500001, 2.50000095, -8, -1, 0, 0, 0, 1, 0, 0, 0, -1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  656. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),})
  657. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),C1 = CFrame.new(0.499999046, 0.500000954, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  658. Sword = New("Model",chara,"Sword",{})
  659. HandlePart = New("Part",Sword,"HandlePart",{Transparency = 1,Transparency = 1,Size = Vector3.new(0.400000006, 2.5999999, 0.800000072),CFrame = CFrame.new(-9.79998112, 4, -8.09992218, 1, 0, 0, 0, 0, 1.00001049, 0, -1.00001049, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,})
  660. Mesh = New("BlockMesh",HandlePart,"Mesh",{Scale = Vector3.new(0.600000024, 1, 1),})
  661. Weld = New("ManualWeld",HandlePart,"Weld",{Part0 = HandlePart,Part1 = chara["Right Arm"],C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 0, -1, 0, 1, 0),C1 = CFrame.new(0.600019455, -2.00004101, -0.0999221802, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  662. Part = New("Part",Sword,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(0.400000006, 0.200000003, 0.800000012),CFrame = CFrame.new(-9.8000021, 3.60003233, -16.7001877, -1, 0, 0, 0, -4.1723689e-007, 1.00001574, 0, 1.00001574, 4.1723689e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  663. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.699999988, 1, 1),MeshType = Enum.MeshType.Wedge,})
  664. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = HandlePart,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, -4.17232513e-007, 1.00000525, 0, 1.00000525, 4.17232513e-007),C1 = CFrame.new(-2.0980835e-005, 8.60017395, -0.399963379, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  665. Part = New("Part",Sword,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(0.400000006, 0.200000003, 0.800000012),CFrame = CFrame.new(-9.8000021, 4.4000473, -16.7001877, 1, 0, 0, 0, -4.1723689e-007, -1.00001574, 0, 1.00001574, -4.1723689e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  666. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.699999988, 1, 1),MeshType = Enum.MeshType.Wedge,})
  667. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = HandlePart,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, -4.17232513e-007, 1.00000525, 0, -1.00000525, -4.17232513e-007),C1 = CFrame.new(-2.0980835e-005, 8.60017395, 0.400043011, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  668. Part = New("Part",Sword,"Part",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.400000006, 1.20000005, 0.200000003),CFrame = CFrame.new(-9.8000021, 2.90001202, -11.000042, 1, 0, 0, 0, 4.1723689e-007, 1.00001574, 0, -1.00001574, 4.1723689e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  669. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.600000024, 1, 1),MeshType = Enum.MeshType.Wedge,})
  670. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = HandlePart,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 4.17232513e-007, -1.00000525, 0, 1.00000525, 4.17232513e-007),C1 = CFrame.new(-2.0980835e-005, 2.90008926, -1.09997654, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  671. Part = New("Part",Sword,"Part",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.400000006, 0.400000006, 0.200000033),CFrame = CFrame.new(-9.8000021, 5.10007191, -17.2002029, -1, 0, 0, 0, 4.1723689e-007, -1.00001574, 0, -1.00001574, -4.1723689e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  672. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(0.600000024, 1, 1),})
  673. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = HandlePart,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 4.17232513e-007, -1.00000525, 0, -1.00000525, -4.17232513e-007),C1 = CFrame.new(-2.0980835e-005, 9.10018539, 1.10006046, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  674. Part = New("Part",Sword,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(0.400000006, 2.00000048, 0.200000003),CFrame = CFrame.new(-9.8000021, 4.10004663, -15.8001614, 1, 0, 0, 0, -4.1723689e-007, -1.00001574, 0, 1.00001574, -4.1723689e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  675. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.699999988, 1, 1),MeshType = Enum.MeshType.Wedge,})
  676. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = HandlePart,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, -4.17232513e-007, 1.00000525, 0, -1.00000525, -4.17232513e-007),C1 = CFrame.new(-2.0980835e-005, 7.70015907, 0.100045681, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  677. Part = New("Part",Sword,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(0.400000006, 0.400000006, 0.600000024),CFrame = CFrame.new(-9.8000021, 5.70008373, -17.2002087, 1, 0, 0, 0, -4.1723689e-007, -1.00001574, 0, 1.00001574, -4.1723689e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  678. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.5, 1, 1),MeshType = Enum.MeshType.Wedge,})
  679. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = HandlePart,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, -4.17232513e-007, 1.00000525, 0, -1.00000525, -4.17232513e-007),C1 = CFrame.new(-2.0980835e-005, 9.10019112, 1.70006561, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  680. Part = New("Part",Sword,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(0.400000006, 2.00000048, 0.200000003),CFrame = CFrame.new(-9.8000021, 3.90004396, -17.8002205, 1, 0, 0, 0, 4.1723689e-007, 1.00001574, 0, -1.00001574, 4.1723689e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  681. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.699999988, 1, 1),MeshType = Enum.MeshType.Wedge,})
  682. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = HandlePart,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 4.17232513e-007, -1.00000525, 0, 1.00000525, 4.17232513e-007),C1 = CFrame.new(-2.0980835e-005, 9.70019531, -0.0999550819, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  683. Part = New("Part",Sword,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(0.400000006, 1.20000005, 0.200000003),CFrame = CFrame.new(-9.8000021, 2.70000267, -11.0000458, 1, 0, 0, 0, 4.1723689e-007, 1.00001574, 0, -1.00001574, 4.1723689e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  684. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.5, 1, 1),MeshType = Enum.MeshType.Wedge,})
  685. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = HandlePart,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 4.17232513e-007, -1.00000525, 0, 1.00000525, 4.17232513e-007),C1 = CFrame.new(-2.0980835e-005, 2.90009308, -1.29998374, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  686. Part = New("Part",Sword,"Part",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.400000006, 2.20000005, 1.39999974),CFrame = CFrame.new(-9.8000021, 4.70006227, -18.7002487, -1, 0, 0, 0, 4.1723689e-007, -1.00001574, 0, -1.00001574, -4.1723689e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  687. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.600000024, 1, 1),MeshType = Enum.MeshType.Wedge,})
  688. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = HandlePart,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 4.17232513e-007, -1.00000525, 0, -1.00000525, -4.17232513e-007),C1 = CFrame.new(-2.0980835e-005, 10.6002159, 0.700055122, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  689. Part = New("Part",Sword,"Part",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.400000006, 0.400000095, 0.599999726),CFrame = CFrame.new(-9.8000021, 5.5000782, -17.2002068, 1, 0, 0, 0, -4.1723689e-007, -1.00001574, 0, 1.00001574, -4.1723689e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  690. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.600000024, 1, 1),MeshType = Enum.MeshType.Wedge,})
  691. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = HandlePart,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, -4.17232513e-007, 1.00000525, 0, -1.00000525, -4.17232513e-007),C1 = CFrame.new(-2.0980835e-005, 9.10018921, 1.50006247, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  692. Part = New("Part",Sword,"Part",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.400000006, 0.400000006, 0.800000131),CFrame = CFrame.new(-9.79999733, 1.39996743, -9.59999847, -1, 0, 0, 0, -4.1723689e-007, 1.00001574, 0, 1.00001574, 4.1723689e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  693. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  694. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = HandlePart,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, -4.17232513e-007, 1.00000525, 0, 1.00000525, 4.17232513e-007),C1 = CFrame.new(-1.62124634e-005, 1.50006008, -2.60000539, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  695. Part = New("Part",Sword,"Part",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.400000006, 0.200000003, 0.400000006),CFrame = CFrame.new(-9.79999733, 0.799952745, -9.9000082, -1, 0, 0, 0, -4.1723689e-007, 1.00001574, 0, 1.00001574, 4.1723689e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  696. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  697. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = HandlePart,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, -4.17232513e-007, 1.00000525, 0, 1.00000525, 4.17232513e-007),C1 = CFrame.new(-1.62124634e-005, 1.80006695, -3.20001364, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  698. Part = New("Part",Sword,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(0.400000006, 1.39999998, 0.200000003),CFrame = CFrame.new(-9.8000021, 4.3000474, -11.1000471, 1, 0, 0, 0, 4.1723689e-007, 1.00001574, 0, -1.00001574, 4.1723689e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  699. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.699999988, 1, 1),MeshType = Enum.MeshType.Wedge,})
  700. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = HandlePart,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 4.17232513e-007, -1.00000525, 0, 1.00000525, 4.17232513e-007),C1 = CFrame.new(-2.0980835e-005, 3.00009346, 0.30004406, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  701. Part = New("Part",Sword,"Part",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.400000006, 0.200000003, 0.400000006),CFrame = CFrame.new(-9.79999733, 1.19996619, -9.90000534, -1, 0, 0, 0, 4.1723689e-007, -1.00001574, 0, -1.00001574, -4.1723689e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  702. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  703. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = HandlePart,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 4.17232513e-007, -1.00000525, 0, -1.00000525, -4.17232513e-007),C1 = CFrame.new(-1.62124634e-005, 1.80006409, -2.80000448, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  704. Part = New("Part",Sword,"Part",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.400000006, 0.400000006, 0.600000024),CFrame = CFrame.new(-9.79999733, 2.09998894, -10.6000156, -1, 0, 0, 0, 4.1723689e-007, -1.00001574, 0, -1.00001574, -4.1723689e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  705. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  706. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = HandlePart,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 4.17232513e-007, -1.00000525, 0, -1.00000525, -4.17232513e-007),C1 = CFrame.new(-1.62124634e-005, 2.50006771, -1.89999104, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  707. Part = New("Part",Sword,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(0.400000006, 6.5999999, 2.4000001),CFrame = CFrame.new(-9.8000021, 4.0000391, -13.7001171, 1, 0, 0, 0, 4.1723689e-007, 1.00001574, 0, -1.00001574, 4.1723689e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  708. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(0.5, 1, 1),})
  709. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = HandlePart,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 4.17232513e-007, -1.00000525, 0, 1.00000525, 4.17232513e-007),C1 = CFrame.new(-2.0980835e-005, 5.6001358, 3.9100647e-005, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  710. Part = New("Part",Sword,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(0.400000006, 3.20000005, 0.200000003),CFrame = CFrame.new(-9.8000021, 3.50002646, -12.0000677, 1, 0, 0, 0, 4.1723689e-007, 1.00001574, 0, -1.00001574, 4.1723689e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  711. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.699999988, 1, 1),MeshType = Enum.MeshType.Wedge,})
  712. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = HandlePart,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 4.17232513e-007, -1.00000525, 0, 1.00000525, 4.17232513e-007),C1 = CFrame.new(-2.0980835e-005, 3.90010452, -0.49996829, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  713. Part = New("Part",Sword,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(0.400000006, 1.39999998, 0.200000003),CFrame = CFrame.new(-9.8000021, 3.7000308, -11.1000452, -1, 0, 0, 0, 4.1723689e-007, -1.00001574, 0, -1.00001574, -4.1723689e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  714. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.699999988, 1, 1),MeshType = Enum.MeshType.Wedge,})
  715. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = HandlePart,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 4.17232513e-007, -1.00000525, 0, -1.00000525, -4.17232513e-007),C1 = CFrame.new(-2.0980835e-005, 3.00009155, -0.299966097, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  716. Part = New("Part",Sword,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(0.400000006, 5.60000038, 0.200000003),CFrame = CFrame.new(-9.8000021, 3.9000411, -13.200098, 1, 0, 0, 0, 4.1723689e-007, 1.00001574, 0, -1.00001574, 4.1723689e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  717. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.699999988, 1, 1),MeshType = Enum.MeshType.Wedge,})
  718. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = HandlePart,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 4.17232513e-007, -1.00000525, 0, 1.00000525, 4.17232513e-007),C1 = CFrame.new(-2.0980835e-005, 5.10012245, -0.099957943, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  719. Part = New("Part",Sword,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(0.400000006, 1.20000005, 0.200000003),CFrame = CFrame.new(-9.8000021, 5.30007172, -16.4001846, 1, 0, 0, 0, -4.1723689e-007, -1.00001574, 0, 1.00001574, -4.1723689e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  720. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.5, 1, 1),MeshType = Enum.MeshType.Wedge,})
  721. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = HandlePart,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, -4.17232513e-007, 1.00000525, 0, -1.00000525, -4.17232513e-007),C1 = CFrame.new(-2.0980835e-005, 8.30017662, 1.30005789, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  722. Part = New("Part",Sword,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(0.400000006, 3.20000005, 0.200000003),CFrame = CFrame.new(-9.8000021, 4.50005245, -12.0000677, -1, 0, 0, 0, 4.1723689e-007, -1.00001574, 0, -1.00001574, -4.1723689e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  723. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.699999988, 1, 1),MeshType = Enum.MeshType.Wedge,})
  724. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = HandlePart,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 4.17232513e-007, -1.00000525, 0, -1.00000525, -4.17232513e-007),C1 = CFrame.new(-2.0980835e-005, 3.90010452, 0.500047207, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  725. Part = New("Part",Sword,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(0.400000006, 0.200000003, 0.800000012),CFrame = CFrame.new(-9.79999733, 3.60003233, -16.9001961, 1, 0, 0, 0, 4.1723689e-007, 1.00001574, 0, -1.00001574, 4.1723689e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  726. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.699999988, 1, 1),MeshType = Enum.MeshType.Wedge,})
  727. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = HandlePart,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 4.17232513e-007, -1.00000525, 0, 1.00000525, 4.17232513e-007),C1 = CFrame.new(-1.62124634e-005, 8.80018044, -0.399963379, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  728. Part = New("Part",Sword,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(0.400000006, 3.20000029, 1.99999988),CFrame = CFrame.new(-9.8000021, 5.00006771, -19.0002556, -1, 0, 0, 0, 4.1723689e-007, -1.00001574, 0, -1.00001574, -4.1723689e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  729. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.5, 1, 1),MeshType = Enum.MeshType.Wedge,})
  730. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = HandlePart,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 4.17232513e-007, -1.00000525, 0, -1.00000525, -4.17232513e-007),C1 = CFrame.new(-2.0980835e-005, 10.900219, 1.00005722, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  731. Part = New("Part",Sword,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(0.400000006, 2.00000048, 0.200000003),CFrame = CFrame.new(-9.8000021, 4.10004807, -17.8002167, -1, 0, 0, 0, 4.1723689e-007, -1.00001574, 0, -1.00001574, -4.1723689e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  732. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.699999988, 1, 1),MeshType = Enum.MeshType.Wedge,})
  733. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = HandlePart,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 4.17232513e-007, -1.00000525, 0, -1.00000525, -4.17232513e-007),C1 = CFrame.new(-2.0980835e-005, 9.70019341, 0.100047112, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  734. Part = New("Part",Sword,"Part",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.400000006, 1, 4.4000001),CFrame = CFrame.new(-9.8000021, 4.00004101, -9.90001583, 1, 0, 0, 0, 4.1723689e-007, 1.00001574, 0, -1.00001574, 4.1723689e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  735. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = HandlePart,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 4.17232513e-007, -1.00000525, 0, 1.00000525, 4.17232513e-007),C1 = CFrame.new(-2.0980835e-005, 1.80007458, 4.10079956e-005, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  736. Part = New("Part",Sword,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(0.400000006, 0.200000003, 0.800000012),CFrame = CFrame.new(-9.79999733, 4.40005732, -16.9001923, -1, 0, 0, 0, 4.1723689e-007, -1.00001574, 0, -1.00001574, -4.1723689e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  737. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.699999988, 1, 1),MeshType = Enum.MeshType.Wedge,})
  738. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = HandlePart,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 4.17232513e-007, -1.00000525, 0, -1.00000525, -4.17232513e-007),C1 = CFrame.new(-1.62124634e-005, 8.80017662, 0.400053024, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  739. Part = New("Part",Sword,"Part",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.400000006, 0.200000003, 0.400000006),CFrame = CFrame.new(-9.8000021, 5.60008335, -17.5002136, -1, 0, 0, 0, 4.1723689e-007, -1.00001574, 0, -1.00001574, -4.1723689e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  740. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.600000024, 1, 1),MeshType = Enum.MeshType.Wedge,})
  741. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = HandlePart,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 4.17232513e-007, -1.00000525, 0, -1.00000525, -4.17232513e-007),C1 = CFrame.new(-2.0980835e-005, 9.40019417, 1.60006666, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  742. Part = New("Part",Sword,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(0.400000006, 0.400000006, 2.60000014),CFrame = CFrame.new(-9.8000021, 4.10004663, -17.2001972, -1, 0, 0, 0, 4.1723689e-007, -1.00001574, 0, -1.00001574, -4.1723689e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  743. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(0.5, 1, 1),})
  744. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = HandlePart,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 4.17232513e-007, -1.00000525, 0, -1.00000525, -4.17232513e-007),C1 = CFrame.new(-2.0980835e-005, 9.10017967, 0.100045681, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  745. Part = New("Part",Sword,"Part",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.400000006, 1.20000005, 0.200000003),CFrame = CFrame.new(-9.8000021, 5.10006762, -16.4001846, 1, 0, 0, 0, -4.1723689e-007, -1.00001574, 0, 1.00001574, -4.1723689e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  746. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.600000024, 1, 1),MeshType = Enum.MeshType.Wedge,})
  747. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = HandlePart,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, -4.17232513e-007, 1.00000525, 0, -1.00000525, -4.17232513e-007),C1 = CFrame.new(-2.0980835e-005, 8.30017662, 1.10005617, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  748. Part = New("Part",Sword,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(0.400000006, 5.60000038, 0.200000003),CFrame = CFrame.new(-9.8000021, 4.10004568, -13.200098, -1, 0, 0, 0, 4.1723689e-007, -1.00001574, 0, -1.00001574, -4.1723689e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  749. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.699999988, 1, 1),MeshType = Enum.MeshType.Wedge,})
  750. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = HandlePart,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 4.17232513e-007, -1.00000525, 0, -1.00000525, -4.17232513e-007),C1 = CFrame.new(-2.0980835e-005, 5.10012245, 0.100044727, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  751. Part = New("Part",Sword,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(0.400000006, 2.00000048, 0.200000003),CFrame = CFrame.new(-9.8000021, 3.9000361, -15.8001633, -1, 0, 0, 0, -4.1723689e-007, 1.00001574, 0, 1.00001574, 4.1723689e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  752. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.699999988, 1, 1),MeshType = Enum.MeshType.Wedge,})
  753. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = HandlePart,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, -4.17232513e-007, 1.00000525, 0, 1.00000525, 4.17232513e-007),C1 = CFrame.new(-2.0980835e-005, 7.70016098, -0.0999629498, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  754. Part = New("Part",Sword,"Part",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.400000006, 0.200000003, 0.400000006),CFrame = CFrame.new(-9.79999733, 0.199937344, -10.9000368, -1, 0, 0, 0, -4.1723689e-007, 1.00001574, 0, 1.00001574, 4.1723689e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  755. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  756. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = HandlePart,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, -4.17232513e-007, 1.00000525, 0, 1.00000525, 4.17232513e-007),C1 = CFrame.new(-1.62124634e-005, 2.80008507, -3.80002284, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  757. Part = New("Part",Sword,"Part",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.400000006, 1.20000005, 0.200000003),CFrame = CFrame.new(-9.8000021, 5.10006762, -11.0000439, -1, 0, 0, 0, 4.1723689e-007, -1.00001574, 0, -1.00001574, -4.1723689e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  758. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.600000024, 1, 1),MeshType = Enum.MeshType.Wedge,})
  759. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = HandlePart,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 4.17232513e-007, -1.00000525, 0, -1.00000525, -4.17232513e-007),C1 = CFrame.new(-2.0980835e-005, 2.90009117, 1.10005617, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  760. Part = New("Part",Sword,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Reflectance = 0.20000000298023,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(1, 1, 0.400000006),CFrame = CFrame.new(-9.8000021, 4.00004101, -9.90001583, 0, 0, 1, -1.00001574, 4.1723689e-007, 0, -4.1723689e-007, -1.00001574, 0),CanCollide = false,Color = Color3.new(1, 1, 0),})
  761. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1.39999998, 1.39999998, 2.5),MeshType = Enum.MeshType.Sphere,})
  762. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = HandlePart,C0 = CFrame.new(0, 0, 0, 0, -1.00000525, -4.17232513e-007, 0, 4.17232513e-007, -1.00000525, 1, 0, 0),C1 = CFrame.new(-2.0980835e-005, 1.80007458, 4.10079956e-005, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  763. Part = New("Part",Sword,"Part",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.400000006, 0.400000006, 2),CFrame = CFrame.new(-9.8000021, 4.00003672, -7.99996376, 1, 0, 0, 0, 4.1723689e-007, 1.00001574, 0, -1.00001574, 4.1723689e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  764. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005),})
  765. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = HandlePart,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 4.17232513e-007, -1.00000525, 0, 1.00000525, 4.17232513e-007),C1 = CFrame.new(-2.0980835e-005, -0.0999574661, 3.67164612e-005, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  766. Part = New("Part",Sword,"Part",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.400000006, 0.400000006, 0.200000033),CFrame = CFrame.new(-9.8000021, 2.90000677, -17.2002087, 1, 0, 0, 0, 4.1723689e-007, 1.00001574, 0, -1.00001574, 4.1723689e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  767. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(0.600000024, 1, 1),})
  768. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = HandlePart,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 4.17232513e-007, -1.00000525, 0, 1.00000525, 4.17232513e-007),C1 = CFrame.new(-2.0980835e-005, 9.10019112, -1.09998155, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  769. Part = New("Part",Sword,"Part",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.400000006, 1.20000005, 0.200000003),CFrame = CFrame.new(-9.79999733, 2.90001202, -16.4001846, -1, 0, 0, 0, -4.1723689e-007, 1.00001574, 0, 1.00001574, 4.1723689e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  770. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.600000024, 1, 1),MeshType = Enum.MeshType.Wedge,})
  771. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = HandlePart,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, -4.17232513e-007, 1.00000525, 0, 1.00000525, 4.17232513e-007),C1 = CFrame.new(-1.62124634e-005, 8.30017662, -1.09997654, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  772. Part = New("Part",Sword,"Part",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.400000006, 0.200000003, 0.400000006),CFrame = CFrame.new(-9.79999638, 7.20012188, -9.90000343, 1, 0, 0, 0, -4.1723689e-007, -1.00001574, 0, 1.00001574, -4.1723689e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  773. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  774. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = HandlePart,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, -4.17232513e-007, 1.00000525, 0, -1.00000525, -4.17232513e-007),C1 = CFrame.new(-1.52587891e-005, 1.80006218, 3.2000885, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  775. Part = New("Part",Sword,"Part",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.400000006, 0.400000006, 2),CFrame = CFrame.new(-9.8000021, 4.00003672, -6.79994297, 1, 0, 0, 0, 4.1723689e-007, 1.00001574, 0, -1.00001574, 4.1723689e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  776. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005),})
  777. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = HandlePart,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 4.17232513e-007, -1.00000525, 0, 1.00000525, 4.17232513e-007),C1 = CFrame.new(-2.0980835e-005, -1.29996586, 3.67164612e-005, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  778. Part = New("Part",Sword,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(0.400000006, 0.400000006, 2.60000014),CFrame = CFrame.new(-9.8000021, 3.9000411, -17.2001972, 1, 0, 0, 0, 4.1723689e-007, 1.00001574, 0, -1.00001574, 4.1723689e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  779. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(0.5, 1, 1),})
  780. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = HandlePart,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 4.17232513e-007, -1.00000525, 0, 1.00000525, 4.17232513e-007),C1 = CFrame.new(-2.0980835e-005, 9.10017967, -0.099957943, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  781. Part = New("Part",Sword,"Part",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.400000006, 0.200000003, 2.80000019),CFrame = CFrame.new(-9.8000021, 4.00004387, -17.5002136, 1, 0, 0, 0, 4.1723689e-007, 1.00001574, 0, -1.00001574, 4.1723689e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  782. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(0.600000024, 1, 1),})
  783. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = HandlePart,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 4.17232513e-007, -1.00000525, 0, 1.00000525, 4.17232513e-007),C1 = CFrame.new(-2.0980835e-005, 9.40019226, 4.38690186e-005, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  784. Part = New("Part",Sword,"Part",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.400000006, 0.400000006, 0.600000024),CFrame = CFrame.new(-9.79999638, 5.90009212, -10.6000118, 1, 0, 0, 0, 4.1723689e-007, 1.00001574, 0, -1.00001574, 4.1723689e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  785. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  786. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = HandlePart,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 4.17232513e-007, -1.00000525, 0, 1.00000525, 4.17232513e-007),C1 = CFrame.new(-1.52587891e-005, 2.5000639, 1.9000721, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  787. Part = New("Part",Sword,"Part",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.400000006, 0.400000006, 0.800000131),CFrame = CFrame.new(-9.79999638, 6.6001091, -9.59999084, 1, 0, 0, 0, -4.1723689e-007, -1.00001574, 0, 1.00001574, -4.1723689e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  788. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  789. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = HandlePart,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, -4.17232513e-007, 1.00000525, 0, -1.00000525, -4.17232513e-007),C1 = CFrame.new(-1.52587891e-005, 1.50005341, 2.60008192, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  790. Part = New("Part",Sword,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(0.400000006, 3.20000029, 1.99999988),CFrame = CFrame.new(-9.79999733, 3.00001597, -19.0002556, 1, 0, 0, 0, 4.1723689e-007, 1.00001574, 0, -1.00001574, 4.1723689e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  791. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.5, 1, 1),MeshType = Enum.MeshType.Wedge,})
  792. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = HandlePart,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 4.17232513e-007, -1.00000525, 0, 1.00000525, 4.17232513e-007),C1 = CFrame.new(-1.62124634e-005, 10.900219, -0.999973536, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  793. Part = New("Part",Sword,"Part",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.400000006, 2.20000005, 1.39999974),CFrame = CFrame.new(-9.79999733, 3.30002522, -18.7002525, 1, 0, 0, 0, 4.1723689e-007, 1.00001574, 0, -1.00001574, 4.1723689e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  794. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.600000024, 1, 1),MeshType = Enum.MeshType.Wedge,})
  795. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = HandlePart,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 4.17232513e-007, -1.00000525, 0, 1.00000525, 4.17232513e-007),C1 = CFrame.new(-1.62124634e-005, 10.6002178, -0.699967384, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  796. Part = New("Part",Sword,"Part",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.400000006, 0.400000006, 2),CFrame = CFrame.new(-9.8000021, 4.00003576, -7.5999732, 1, 0, 0, 0, 4.1723689e-007, 1.00001574, 0, -1.00001574, 4.1723689e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  797. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005),})
  798. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = HandlePart,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 4.17232513e-007, -1.00000525, 0, 1.00000525, 4.17232513e-007),C1 = CFrame.new(-2.0980835e-005, -0.499943733, 3.57627869e-005, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  799. Part = New("Part",Sword,"Part",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.400000006, 0.200000003, 0.400000006),CFrame = CFrame.new(-9.79999638, 7.80013466, -10.9000292, 1, 0, 0, 0, -4.1723689e-007, -1.00001574, 0, 1.00001574, -4.1723689e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  800. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  801. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = HandlePart,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, -4.17232513e-007, 1.00000525, 0, -1.00000525, -4.17232513e-007),C1 = CFrame.new(-1.52587891e-005, 2.80007744, 3.80009508, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  802. Part = New("Part",Sword,"Part",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.400000006, 0.200000003, 0.400000006),CFrame = CFrame.new(-9.79999733, 0.999960899, -10.3000174, -1, 0, 0, 0, 4.1723689e-007, -1.00001574, 0, -1.00001574, -4.1723689e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  803. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  804. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = HandlePart,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 4.17232513e-007, -1.00000525, 0, -1.00000525, -4.17232513e-007),C1 = CFrame.new(-1.62124634e-005, 2.20007229, -3.00000763, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  805. Part = New("Part",Sword,"Part",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.400000006, 0.400000006, 2),CFrame = CFrame.new(-9.8000021, 4.00003576, -7.19994068, 1, 0, 0, 0, 4.1723689e-007, 1.00001574, 0, -1.00001574, 4.1723689e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  806. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005),})
  807. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = HandlePart,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 4.17232513e-007, -1.00000525, 0, 1.00000525, 4.17232513e-007),C1 = CFrame.new(-2.0980835e-005, -0.899971962, 3.57627869e-005, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  808. Part = New("Part",Sword,"Part",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.400000006, 0.400000006, 2),CFrame = CFrame.new(-9.8000021, 4.0000391, -9.20001602, 1, 0, 0, 0, 4.1723689e-007, 1.00001574, 0, -1.00001574, 4.1723689e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  809. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005),})
  810. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = HandlePart,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 4.17232513e-007, -1.00000525, 0, 1.00000525, 4.17232513e-007),C1 = CFrame.new(-2.0980835e-005, 1.1000824, 3.9100647e-005, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  811. Part = New("Part",Sword,"Part",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.400000006, 0.200000003, 0.400000006),CFrame = CFrame.new(-9.79999638, 7.40012741, -10.9000292, 1, 0, 0, 0, 4.1723689e-007, 1.00001574, 0, -1.00001574, 4.1723689e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  812. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  813. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = HandlePart,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 4.17232513e-007, -1.00000525, 0, 1.00000525, 4.17232513e-007),C1 = CFrame.new(-1.52587891e-005, 2.80007744, 3.40009165, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  814. Part = New("Part",Sword,"Part",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.400000006, 0.400000006, 2),CFrame = CFrame.new(-9.8000021, 4.00003672, -8.39999104, 1, 0, 0, 0, 4.1723689e-007, 1.00001574, 0, -1.00001574, 4.1723689e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  815. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005),})
  816. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = HandlePart,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 4.17232513e-007, -1.00000525, 0, 1.00000525, 4.17232513e-007),C1 = CFrame.new(-2.0980835e-005, 0.300065994, 3.67164612e-005, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  817. Part = New("Part",Sword,"Part",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.400000006, 0.200000003, 0.400000006),CFrame = CFrame.new(-9.79999638, 7.00011492, -10.3000135, 1, 0, 0, 0, 4.1723689e-007, 1.00001574, 0, -1.00001574, 4.1723689e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  818. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  819. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = HandlePart,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 4.17232513e-007, -1.00000525, 0, 1.00000525, 4.17232513e-007),C1 = CFrame.new(-1.52587891e-005, 2.20006847, 3.00008345, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  820. Part = New("Part",Sword,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(0.400000006, 1.20000005, 0.200000003),CFrame = CFrame.new(-9.8000021, 5.3000679, -11.0000401, -1, 0, 0, 0, 4.1723689e-007, -1.00001574, 0, -1.00001574, -4.1723689e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  821. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.5, 1, 1),MeshType = Enum.MeshType.Wedge,})
  822. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = HandlePart,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 4.17232513e-007, -1.00000525, 0, -1.00000525, -4.17232513e-007),C1 = CFrame.new(-2.0980835e-005, 2.90008736, 1.30005455, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  823. Part = New("Part",Sword,"Part",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.400000006, 0.400000006, 2),CFrame = CFrame.new(-9.8000021, 4.00003576, -6.3999157, 1, 0, 0, 0, 4.1723689e-007, 1.00001574, 0, -1.00001574, 4.1723689e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  824. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(2, 2, 2),})
  825. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = HandlePart,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 4.17232513e-007, -1.00000525, 0, 1.00000525, 4.17232513e-007),C1 = CFrame.new(-2.0980835e-005, -1.69998837, 3.57627869e-005, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  826. Part = New("Part",Sword,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(0.400000006, 1.20000005, 0.200000003),CFrame = CFrame.new(-9.8000021, 2.70000982, -16.4001884, -1, 0, 0, 0, -4.1723689e-007, 1.00001574, 0, 1.00001574, 4.1723689e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  827. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.5, 1, 1),MeshType = Enum.MeshType.Wedge,})
  828. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = HandlePart,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, -4.17232513e-007, 1.00000525, 0, 1.00000525, 4.17232513e-007),C1 = CFrame.new(-2.0980835e-005, 8.30017853, -1.29997659, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  829. Part = New("Part",Sword,"Part",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.400000006, 7, 2),CFrame = CFrame.new(-9.8000021, 4.00004101, -13.9001236, 1, 0, 0, 0, 4.1723689e-007, 1.00001574, 0, -1.00001574, 4.1723689e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  830. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(0.600000024, 1, 1),})
  831. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = HandlePart,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 4.17232513e-007, -1.00000525, 0, 1.00000525, 4.17232513e-007),C1 = CFrame.new(-2.0980835e-005, 5.80014038, 4.10079956e-005, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  832. Part = New("Part",Sword,"Part",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.400000006, 0.200000003, 0.400000006),CFrame = CFrame.new(-9.79999638, 7.4001255, -10.3000078, 1, 0, 0, 0, -4.1723689e-007, -1.00001574, 0, 1.00001574, -4.1723689e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  833. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  834. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = HandlePart,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, -4.17232513e-007, 1.00000525, 0, -1.00000525, -4.17232513e-007),C1 = CFrame.new(-1.52587891e-005, 2.20006275, 3.40008974, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  835. Part = New("Part",Sword,"Part",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.400000006, 0.200000003, 0.400000006),CFrame = CFrame.new(-9.79999638, 6.80010986, -9.90000534, 1, 0, 0, 0, 4.1723689e-007, 1.00001574, 0, -1.00001574, 4.1723689e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  836. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  837. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = HandlePart,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 4.17232513e-007, -1.00000525, 0, 1.00000525, 4.17232513e-007),C1 = CFrame.new(-1.52587891e-005, 1.80006409, 2.8000803, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  838. Part = New("Part",Sword,"Part",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.400000006, 0.400000095, 0.599999726),CFrame = CFrame.new(-9.79999733, 2.50000238, -17.2002106, -1, 0, 0, 0, -4.1723689e-007, 1.00001574, 0, 1.00001574, 4.1723689e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  839. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.600000024, 1, 1),MeshType = Enum.MeshType.Wedge,})
  840. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = HandlePart,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, -4.17232513e-007, 1.00000525, 0, 1.00000525, 4.17232513e-007),C1 = CFrame.new(-1.62124634e-005, 9.10019302, -1.49998188, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  841. Part = New("Part",Sword,"Part",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.400000006, 0.200000003, 0.400000006),CFrame = CFrame.new(-9.79999733, 2.39999962, -17.5002136, 1, 0, 0, 0, 4.1723689e-007, 1.00001574, 0, -1.00001574, 4.1723689e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  842. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.600000024, 1, 1),MeshType = Enum.MeshType.Wedge,})
  843. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = HandlePart,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 4.17232513e-007, -1.00000525, 0, 1.00000525, 4.17232513e-007),C1 = CFrame.new(-1.62124634e-005, 9.40019417, -1.59998369, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  844. Part = New("Part",Sword,"Part",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.400000006, 0.400000006, 1.00000012),CFrame = CFrame.new(-9.79999733, 1.29996228, -10.0000019, -1, 0, 0, 0, -4.1723689e-007, 1.00001574, 0, 1.00001574, 4.1723689e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  845. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  846. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = HandlePart,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, -4.17232513e-007, 1.00000525, 0, 1.00000525, 4.17232513e-007),C1 = CFrame.new(-1.62124634e-005, 1.9000597, -2.70000935, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  847. Part = New("Part",Sword,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(0.400000006, 0.400000006, 0.600000024),CFrame = CFrame.new(-9.79999733, 2.29999208, -17.2002068, -1, 0, 0, 0, -4.1723689e-007, 1.00001574, 0, 1.00001574, 4.1723689e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  848. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.5, 1, 1),MeshType = Enum.MeshType.Wedge,})
  849. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = HandlePart,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, -4.17232513e-007, 1.00000525, 0, 1.00000525, 4.17232513e-007),C1 = CFrame.new(-1.62124634e-005, 9.10018921, -1.69999003, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  850. Part = New("Part",Sword,"Part",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.400000006, 0.400000006, 1.00000012),CFrame = CFrame.new(-9.79999638, 6.70010948, -10, 1, 0, 0, 0, -4.1723689e-007, -1.00001574, 0, 1.00001574, -4.1723689e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  851. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  852. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = HandlePart,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, -4.17232513e-007, 1.00000525, 0, -1.00000525, -4.17232513e-007),C1 = CFrame.new(-1.52587891e-005, 1.90005779, 2.70008087, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  853. Part = New("Part",Sword,"Part",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.400000006, 0.200000003, 0.400000006),CFrame = CFrame.new(-9.79999733, 0.599950552, -10.3000154, -1, 0, 0, 0, -4.1723689e-007, 1.00001574, 0, 1.00001574, 4.1723689e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  854. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  855. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = HandlePart,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, -4.17232513e-007, 1.00000525, 0, 1.00000525, 4.17232513e-007),C1 = CFrame.new(-1.62124634e-005, 2.20007038, -3.40001369, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  856. Part = New("Part",Sword,"Part",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.400000006, 0.600000024, 1.4000001),CFrame = CFrame.new(-9.79999638, 6.90011406, -10.5000134, 1, 0, 0, 0, -4.1723689e-007, -1.00001574, 0, 1.00001574, -4.1723689e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  857. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  858. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = HandlePart,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, -4.17232513e-007, 1.00000525, 0, -1.00000525, -4.17232513e-007),C1 = CFrame.new(-1.52587891e-005, 2.40006542, 2.90008354, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  859. Part = New("Part",Sword,"Part",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.400000006, 0.400000006, 2),CFrame = CFrame.new(-9.8000021, 4.0000391, -8.79999256, 1, 0, 0, 0, 4.1723689e-007, 1.00001574, 0, -1.00001574, 4.1723689e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  860. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005),})
  861. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = HandlePart,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 4.17232513e-007, -1.00000525, 0, 1.00000525, 4.17232513e-007),C1 = CFrame.new(-2.0980835e-005, 0.700062752, 3.9100647e-005, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  862. Part = New("Part",Sword,"Part",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.400000006, 0.600000024, 1.4000001),CFrame = CFrame.new(-9.79999733, 1.09996104, -10.5000172, -1, 0, 0, 0, -4.1723689e-007, 1.00001574, 0, 1.00001574, 4.1723689e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  863. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  864. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = HandlePart,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, -4.17232513e-007, 1.00000525, 0, 1.00000525, 4.17232513e-007),C1 = CFrame.new(-1.62124634e-005, 2.40006924, -2.90000844, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  865. Part = New("Part",Sword,"Part",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.400000006, 0.200000003, 0.400000006),CFrame = CFrame.new(-9.79999733, 0.599946499, -10.900033, -1, 0, 0, 0, 4.1723689e-007, -1.00001574, 0, -1.00001574, -4.1723689e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  866. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  867. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = HandlePart,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 4.17232513e-007, -1.00000525, 0, -1.00000525, -4.17232513e-007),C1 = CFrame.new(-1.62124634e-005, 2.80008125, -3.40001774, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  868. Part = New("Part",Sword,"Part",{BrickColor = BrickColor.new("Bright yellow"),Reflectance = 0.20000000298023,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(2, 1, 0.400000036),CFrame = CFrame.new(-9.8000021, 4.00004101, -9.90001583, 0, 0, 1, -1.00001574, 4.1723689e-007, 0, -4.1723689e-007, -1.00001574, 0),CanCollide = false,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  869. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(2, 2, 10),MeshId = "http://www.roblox.com/asset?id=156292343",MeshType = Enum.MeshType.FileMesh,})
  870. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = HandlePart,C0 = CFrame.new(0, 0, 0, 0, -1.00000525, -4.17232513e-007, 0, 4.17232513e-007, -1.00000525, 1, 0, 0),C1 = CFrame.new(-2.0980835e-005, 1.80007458, 4.10079956e-005, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  871. Hitbox = New("Part",Sword,"Hitbox",{Transparency = 1,Transparency = 1,Size = Vector3.new(0.400000006, 10.1999998, 4),CFrame = CFrame.new(-9.8000021, 4.00004101, -15.5000095, 1, 0, 0, 0, 4.17232513e-007, 1.00000525, 0, -1.00000525, 4.17232513e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,})
  872. Mesh = New("BlockMesh",Hitbox,"Mesh",{Scale = Vector3.new(0.600000024, 1, 1),})
  873. Weld = New("ManualWeld",Hitbox,"Weld",{Part0 = Hitbox,Part1 = HandlePart,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 4.17232513e-007, -1.00000525, 0, 1.00000525, 4.17232513e-007),C1 = CFrame.new(-2.0980835e-005, 7.40001011, 4.10079956e-005, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  874. Sword2 = New("Model",chara,"Sword2",{})
  875. Handle2Part = New("Part",Sword2,"Handle2Part",{Transparency = 1,Transparency = 1,Size = Vector3.new(0.400000006, 2.5999999, 0.800000072),CFrame = CFrame.new(-38.3999786, 4.00000095, -0.0999183655, 1, 0, 0, 0, 0, 1.00001049, 0, -1.00001049, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,})
  876. Mesh = New("BlockMesh",Handle2Part,"Mesh",{Scale = Vector3.new(0.600000024, 1, 1),})
  877. Weld = New("ManualWeld",Handle2Part,"Weld",{Part0 = Handle2Part,Part1 = chara["Left Arm"],C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 0, -1, 0, 1, 0),C1 = CFrame.new(-0.399980545, -1.99999905, -0.0999183655, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  878. Part = New("Part",Sword2,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(0.400000006, 0.200000003, 0.800000012),CFrame = CFrame.new(-38.4000015, 3.60003328, -8.70018291, -1, 0, 0, 0, -4.1723689e-007, 1.00001574, 0, 1.00001574, 4.1723689e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  879. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.699999988, 1, 1),MeshType = Enum.MeshType.Wedge,})
  880. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle2Part,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, -4.17232513e-007, 1.00000525, 0, 1.00000525, 4.17232513e-007),C1 = CFrame.new(-2.0980835e-005, 8.60017395, -0.399963379, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  881. Part = New("Part",Sword2,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(0.400000006, 0.200000003, 0.800000012),CFrame = CFrame.new(-38.4000015, 4.40004826, -8.70018291, 1, 0, 0, 0, -4.1723689e-007, -1.00001574, 0, 1.00001574, -4.1723689e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  882. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.699999988, 1, 1),MeshType = Enum.MeshType.Wedge,})
  883. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle2Part,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, -4.17232513e-007, 1.00000525, 0, -1.00000525, -4.17232513e-007),C1 = CFrame.new(-2.0980835e-005, 8.60017395, 0.400043011, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  884. Part = New("Part",Sword2,"Part",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.400000006, 1.20000005, 0.200000003),CFrame = CFrame.new(-38.4000015, 2.90001297, -3.00003815, 1, 0, 0, 0, 4.1723689e-007, 1.00001574, 0, -1.00001574, 4.1723689e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  885. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.600000024, 1, 1),MeshType = Enum.MeshType.Wedge,})
  886. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle2Part,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 4.17232513e-007, -1.00000525, 0, 1.00000525, 4.17232513e-007),C1 = CFrame.new(-2.0980835e-005, 2.90008926, -1.09997654, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  887. Part = New("Part",Sword2,"Part",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.400000006, 0.400000006, 0.200000033),CFrame = CFrame.new(-38.4000015, 5.10007286, -9.20019913, -1, 0, 0, 0, 4.1723689e-007, -1.00001574, 0, -1.00001574, -4.1723689e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  888. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(0.600000024, 1, 1),})
  889. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle2Part,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 4.17232513e-007, -1.00000525, 0, -1.00000525, -4.17232513e-007),C1 = CFrame.new(-2.0980835e-005, 9.10018539, 1.10006046, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  890. Part = New("Part",Sword2,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(0.400000006, 2.00000048, 0.200000003),CFrame = CFrame.new(-38.4000015, 4.10004759, -7.80015802, 1, 0, 0, 0, -4.1723689e-007, -1.00001574, 0, 1.00001574, -4.1723689e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  891. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.699999988, 1, 1),MeshType = Enum.MeshType.Wedge,})
  892. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle2Part,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, -4.17232513e-007, 1.00000525, 0, -1.00000525, -4.17232513e-007),C1 = CFrame.new(-2.0980835e-005, 7.70015907, 0.100045681, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  893. Part = New("Part",Sword2,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(0.400000006, 0.400000006, 0.600000024),CFrame = CFrame.new(-38.4000015, 5.70008469, -9.20020485, 1, 0, 0, 0, -4.1723689e-007, -1.00001574, 0, 1.00001574, -4.1723689e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  894. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.5, 1, 1),MeshType = Enum.MeshType.Wedge,})
  895. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle2Part,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, -4.17232513e-007, 1.00000525, 0, -1.00000525, -4.17232513e-007),C1 = CFrame.new(-2.0980835e-005, 9.10019112, 1.70006561, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  896. Part = New("Part",Sword2,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(0.400000006, 2.00000048, 0.200000003),CFrame = CFrame.new(-38.4000015, 3.90004492, -9.80021572, 1, 0, 0, 0, 4.1723689e-007, 1.00001574, 0, -1.00001574, 4.1723689e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  897. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.699999988, 1, 1),MeshType = Enum.MeshType.Wedge,})
  898. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle2Part,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 4.17232513e-007, -1.00000525, 0, 1.00000525, 4.17232513e-007),C1 = CFrame.new(-2.0980835e-005, 9.70019531, -0.0999550819, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  899. Part = New("Part",Sword2,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(0.400000006, 1.20000005, 0.200000003),CFrame = CFrame.new(-38.4000015, 2.70000362, -3.00004196, 1, 0, 0, 0, 4.1723689e-007, 1.00001574, 0, -1.00001574, 4.1723689e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  900. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.5, 1, 1),MeshType = Enum.MeshType.Wedge,})
  901. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle2Part,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 4.17232513e-007, -1.00000525, 0, 1.00000525, 4.17232513e-007),C1 = CFrame.new(-2.0980835e-005, 2.90009308, -1.29998374, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  902. Part = New("Part",Sword2,"Part",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.400000006, 2.20000005, 1.39999974),CFrame = CFrame.new(-38.4000015, 4.70006323, -10.7002459, -1, 0, 0, 0, 4.1723689e-007, -1.00001574, 0, -1.00001574, -4.1723689e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  903. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.600000024, 1, 1),MeshType = Enum.MeshType.Wedge,})
  904. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle2Part,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 4.17232513e-007, -1.00000525, 0, -1.00000525, -4.17232513e-007),C1 = CFrame.new(-2.0980835e-005, 10.6002159, 0.700055122, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  905. Part = New("Part",Sword2,"Part",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.400000006, 0.400000095, 0.599999726),CFrame = CFrame.new(-38.4000015, 5.50007915, -9.20020294, 1, 0, 0, 0, -4.1723689e-007, -1.00001574, 0, 1.00001574, -4.1723689e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  906. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.600000024, 1, 1),MeshType = Enum.MeshType.Wedge,})
  907. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle2Part,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, -4.17232513e-007, 1.00000525, 0, -1.00000525, -4.17232513e-007),C1 = CFrame.new(-2.0980835e-005, 9.10018921, 1.50006247, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  908. Part = New("Part",Sword2,"Part",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.400000006, 0.400000006, 0.800000131),CFrame = CFrame.new(-38.3999939, 1.39996839, -1.59999418, -1, 0, 0, 0, -4.1723689e-007, 1.00001574, 0, 1.00001574, 4.1723689e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  909. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  910. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle2Part,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, -4.17232513e-007, 1.00000525, 0, 1.00000525, 4.17232513e-007),C1 = CFrame.new(-1.52587891e-005, 1.50006008, -2.60000539, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  911. Part = New("Part",Sword2,"Part",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.400000006, 0.200000003, 0.400000006),CFrame = CFrame.new(-38.3999939, 0.799953699, -1.90000415, -1, 0, 0, 0, -4.1723689e-007, 1.00001574, 0, 1.00001574, 4.1723689e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  912. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  913. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle2Part,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, -4.17232513e-007, 1.00000525, 0, 1.00000525, 4.17232513e-007),C1 = CFrame.new(-1.52587891e-005, 1.80006695, -3.20001364, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  914. Part = New("Part",Sword2,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(0.400000006, 1.39999998, 0.200000003),CFrame = CFrame.new(-38.4000015, 4.30004835, -3.1000433, 1, 0, 0, 0, 4.1723689e-007, 1.00001574, 0, -1.00001574, 4.1723689e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  915. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.699999988, 1, 1),MeshType = Enum.MeshType.Wedge,})
  916. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle2Part,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 4.17232513e-007, -1.00000525, 0, 1.00000525, 4.17232513e-007),C1 = CFrame.new(-2.0980835e-005, 3.00009346, 0.30004406, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  917. Part = New("Part",Sword2,"Part",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.400000006, 0.200000003, 0.400000006),CFrame = CFrame.new(-38.3999939, 1.19996715, -1.90000129, -1, 0, 0, 0, 4.1723689e-007, -1.00001574, 0, -1.00001574, -4.1723689e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  918. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  919. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle2Part,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 4.17232513e-007, -1.00000525, 0, -1.00000525, -4.17232513e-007),C1 = CFrame.new(-1.52587891e-005, 1.80006409, -2.80000448, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  920. Part = New("Part",Sword2,"Part",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.400000006, 0.400000006, 0.600000024),CFrame = CFrame.new(-38.3999939, 2.09998989, -2.6000123, -1, 0, 0, 0, 4.1723689e-007, -1.00001574, 0, -1.00001574, -4.1723689e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  921. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  922. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle2Part,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 4.17232513e-007, -1.00000525, 0, -1.00000525, -4.17232513e-007),C1 = CFrame.new(-1.52587891e-005, 2.50006771, -1.89999104, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  923. Part = New("Part",Sword2,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(0.400000006, 6.5999999, 2.4000001),CFrame = CFrame.new(-38.4000015, 4.00004005, -5.70011282, 1, 0, 0, 0, 4.1723689e-007, 1.00001574, 0, -1.00001574, 4.1723689e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  924. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(0.5, 1, 1),})
  925. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle2Part,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 4.17232513e-007, -1.00000525, 0, 1.00000525, 4.17232513e-007),C1 = CFrame.new(-2.0980835e-005, 5.6001358, 3.9100647e-005, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  926. Part = New("Part",Sword2,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(0.400000006, 3.20000005, 0.200000003),CFrame = CFrame.new(-38.4000015, 3.50002742, -4.0000639, 1, 0, 0, 0, 4.1723689e-007, 1.00001574, 0, -1.00001574, 4.1723689e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  927. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.699999988, 1, 1),MeshType = Enum.MeshType.Wedge,})
  928. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle2Part,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 4.17232513e-007, -1.00000525, 0, 1.00000525, 4.17232513e-007),C1 = CFrame.new(-2.0980835e-005, 3.90010452, -0.49996829, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  929. Part = New("Part",Sword2,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(0.400000006, 1.39999998, 0.200000003),CFrame = CFrame.new(-38.4000015, 3.70003176, -3.10004139, -1, 0, 0, 0, 4.1723689e-007, -1.00001574, 0, -1.00001574, -4.1723689e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  930. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.699999988, 1, 1),MeshType = Enum.MeshType.Wedge,})
  931. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle2Part,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 4.17232513e-007, -1.00000525, 0, -1.00000525, -4.17232513e-007),C1 = CFrame.new(-2.0980835e-005, 3.00009155, -0.299966097, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  932. Part = New("Part",Sword2,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(0.400000006, 5.60000038, 0.200000003),CFrame = CFrame.new(-38.4000015, 3.90004206, -5.20009422, 1, 0, 0, 0, 4.1723689e-007, 1.00001574, 0, -1.00001574, 4.1723689e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  933. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.699999988, 1, 1),MeshType = Enum.MeshType.Wedge,})
  934. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle2Part,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 4.17232513e-007, -1.00000525, 0, 1.00000525, 4.17232513e-007),C1 = CFrame.new(-2.0980835e-005, 5.10012245, -0.099957943, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  935. Part = New("Part",Sword2,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(0.400000006, 1.20000005, 0.200000003),CFrame = CFrame.new(-38.4000015, 5.30007267, -8.40018177, 1, 0, 0, 0, -4.1723689e-007, -1.00001574, 0, 1.00001574, -4.1723689e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  936. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.5, 1, 1),MeshType = Enum.MeshType.Wedge,})
  937. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle2Part,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, -4.17232513e-007, 1.00000525, 0, -1.00000525, -4.17232513e-007),C1 = CFrame.new(-2.0980835e-005, 8.30017662, 1.30005789, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  938. Part = New("Part",Sword2,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(0.400000006, 3.20000005, 0.200000003),CFrame = CFrame.new(-38.4000015, 4.50005341, -4.0000639, -1, 0, 0, 0, 4.1723689e-007, -1.00001574, 0, -1.00001574, -4.1723689e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  939. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.699999988, 1, 1),MeshType = Enum.MeshType.Wedge,})
  940. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle2Part,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 4.17232513e-007, -1.00000525, 0, -1.00000525, -4.17232513e-007),C1 = CFrame.new(-2.0980835e-005, 3.90010452, 0.500047207, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  941. Part = New("Part",Sword2,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(0.400000006, 0.200000003, 0.800000012),CFrame = CFrame.new(-38.3999939, 3.60003328, -8.90019131, 1, 0, 0, 0, 4.1723689e-007, 1.00001574, 0, -1.00001574, 4.1723689e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  942. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.699999988, 1, 1),MeshType = Enum.MeshType.Wedge,})
  943. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle2Part,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 4.17232513e-007, -1.00000525, 0, 1.00000525, 4.17232513e-007),C1 = CFrame.new(-1.52587891e-005, 8.80018044, -0.399963379, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  944. Part = New("Part",Sword2,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(0.400000006, 3.20000029, 1.99999988),CFrame = CFrame.new(-38.4000015, 5.00006866, -11.0002518, -1, 0, 0, 0, 4.1723689e-007, -1.00001574, 0, -1.00001574, -4.1723689e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  945. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.5, 1, 1),MeshType = Enum.MeshType.Wedge,})
  946. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle2Part,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 4.17232513e-007, -1.00000525, 0, -1.00000525, -4.17232513e-007),C1 = CFrame.new(-2.0980835e-005, 10.900219, 1.00005722, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  947. Part = New("Part",Sword2,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(0.400000006, 2.00000048, 0.200000003),CFrame = CFrame.new(-38.4000015, 4.10004902, -9.80021381, -1, 0, 0, 0, 4.1723689e-007, -1.00001574, 0, -1.00001574, -4.1723689e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  948. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.699999988, 1, 1),MeshType = Enum.MeshType.Wedge,})
  949. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle2Part,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 4.17232513e-007, -1.00000525, 0, -1.00000525, -4.17232513e-007),C1 = CFrame.new(-2.0980835e-005, 9.70019341, 0.100047112, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  950. Part = New("Part",Sword2,"Part",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.400000006, 1, 4.4000001),CFrame = CFrame.new(-38.4000015, 4.00004196, -1.90001178, 1, 0, 0, 0, 4.1723689e-007, 1.00001574, 0, -1.00001574, 4.1723689e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  951. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle2Part,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 4.17232513e-007, -1.00000525, 0, 1.00000525, 4.17232513e-007),C1 = CFrame.new(-2.0980835e-005, 1.80007458, 4.10079956e-005, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  952. Part = New("Part",Sword2,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(0.400000006, 0.200000003, 0.800000012),CFrame = CFrame.new(-38.3999939, 4.40005827, -8.90018749, -1, 0, 0, 0, 4.1723689e-007, -1.00001574, 0, -1.00001574, -4.1723689e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  953. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.699999988, 1, 1),MeshType = Enum.MeshType.Wedge,})
  954. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle2Part,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 4.17232513e-007, -1.00000525, 0, -1.00000525, -4.17232513e-007),C1 = CFrame.new(-1.52587891e-005, 8.80017662, 0.400053024, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  955. Part = New("Part",Sword2,"Part",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.400000006, 0.200000003, 0.400000006),CFrame = CFrame.new(-38.4000015, 5.6000843, -9.50021076, -1, 0, 0, 0, 4.1723689e-007, -1.00001574, 0, -1.00001574, -4.1723689e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  956. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.600000024, 1, 1),MeshType = Enum.MeshType.Wedge,})
  957. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle2Part,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 4.17232513e-007, -1.00000525, 0, -1.00000525, -4.17232513e-007),C1 = CFrame.new(-2.0980835e-005, 9.40019417, 1.60006666, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  958. Part = New("Part",Sword2,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(0.400000006, 0.400000006, 2.60000014),CFrame = CFrame.new(-38.4000015, 4.10004759, -9.20019341, -1, 0, 0, 0, 4.1723689e-007, -1.00001574, 0, -1.00001574, -4.1723689e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  959. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(0.5, 1, 1),})
  960. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle2Part,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 4.17232513e-007, -1.00000525, 0, -1.00000525, -4.17232513e-007),C1 = CFrame.new(-2.0980835e-005, 9.10017967, 0.100045681, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  961. Part = New("Part",Sword2,"Part",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.400000006, 1.20000005, 0.200000003),CFrame = CFrame.new(-38.4000015, 5.10006857, -8.40018177, 1, 0, 0, 0, -4.1723689e-007, -1.00001574, 0, 1.00001574, -4.1723689e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  962. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.600000024, 1, 1),MeshType = Enum.MeshType.Wedge,})
  963. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle2Part,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, -4.17232513e-007, 1.00000525, 0, -1.00000525, -4.17232513e-007),C1 = CFrame.new(-2.0980835e-005, 8.30017662, 1.10005617, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  964. Part = New("Part",Sword2,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(0.400000006, 5.60000038, 0.200000003),CFrame = CFrame.new(-38.4000015, 4.10004663, -5.20009422, -1, 0, 0, 0, 4.1723689e-007, -1.00001574, 0, -1.00001574, -4.1723689e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  965. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.699999988, 1, 1),MeshType = Enum.MeshType.Wedge,})
  966. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle2Part,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 4.17232513e-007, -1.00000525, 0, -1.00000525, -4.17232513e-007),C1 = CFrame.new(-2.0980835e-005, 5.10012245, 0.100044727, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  967. Part = New("Part",Sword2,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(0.400000006, 2.00000048, 0.200000003),CFrame = CFrame.new(-38.4000015, 3.90003705, -7.80015993, -1, 0, 0, 0, -4.1723689e-007, 1.00001574, 0, 1.00001574, 4.1723689e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  968. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.699999988, 1, 1),MeshType = Enum.MeshType.Wedge,})
  969. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle2Part,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, -4.17232513e-007, 1.00000525, 0, 1.00000525, 4.17232513e-007),C1 = CFrame.new(-2.0980835e-005, 7.70016098, -0.0999629498, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  970. Part = New("Part",Sword2,"Part",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.400000006, 0.200000003, 0.400000006),CFrame = CFrame.new(-38.3999939, 0.199938297, -2.90003276, -1, 0, 0, 0, -4.1723689e-007, 1.00001574, 0, 1.00001574, 4.1723689e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  971. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  972. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle2Part,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, -4.17232513e-007, 1.00000525, 0, 1.00000525, 4.17232513e-007),C1 = CFrame.new(-1.52587891e-005, 2.80008507, -3.80002284, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  973. Part = New("Part",Sword2,"Part",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.400000006, 1.20000005, 0.200000003),CFrame = CFrame.new(-38.4000015, 5.10006857, -3.00004005, -1, 0, 0, 0, 4.1723689e-007, -1.00001574, 0, -1.00001574, -4.1723689e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  974. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.600000024, 1, 1),MeshType = Enum.MeshType.Wedge,})
  975. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle2Part,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 4.17232513e-007, -1.00000525, 0, -1.00000525, -4.17232513e-007),C1 = CFrame.new(-2.0980835e-005, 2.90009117, 1.10005617, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  976. Part = New("Part",Sword2,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Reflectance = 0.20000000298023,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(1, 1, 0.400000006),CFrame = CFrame.new(-38.4000015, 4.00004196, -1.90001178, 0, 0, 1, -1.00001574, 4.1723689e-007, 0, -4.1723689e-007, -1.00001574, 0),CanCollide = false,Color = Color3.new(1, 1, 0),})
  977. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1.39999998, 1.39999998, 2.5),MeshType = Enum.MeshType.Sphere,})
  978. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle2Part,C0 = CFrame.new(0, 0, 0, 0, -1.00000525, -4.17232513e-007, 0, 4.17232513e-007, -1.00000525, 1, 0, 0),C1 = CFrame.new(-2.0980835e-005, 1.80007458, 4.10079956e-005, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  979. Part = New("Part",Sword2,"Part",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.400000006, 0.400000006, 2),CFrame = CFrame.new(-38.4000015, 4.00003767, 4.01511788e-005, 1, 0, 0, 0, 4.1723689e-007, 1.00001574, 0, -1.00001574, 4.1723689e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  980. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005),})
  981. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle2Part,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 4.17232513e-007, -1.00000525, 0, 1.00000525, 4.17232513e-007),C1 = CFrame.new(-2.0980835e-005, -0.0999574661, 3.67164612e-005, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  982. Part = New("Part",Sword2,"Part",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.400000006, 0.400000006, 0.200000033),CFrame = CFrame.new(-38.4000015, 2.90000772, -9.20020485, 1, 0, 0, 0, 4.1723689e-007, 1.00001574, 0, -1.00001574, 4.1723689e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  983. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(0.600000024, 1, 1),})
  984. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle2Part,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 4.17232513e-007, -1.00000525, 0, 1.00000525, 4.17232513e-007),C1 = CFrame.new(-2.0980835e-005, 9.10019112, -1.09998155, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  985. Part = New("Part",Sword2,"Part",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.400000006, 1.20000005, 0.200000003),CFrame = CFrame.new(-38.3999939, 2.90001297, -8.40018177, -1, 0, 0, 0, -4.1723689e-007, 1.00001574, 0, 1.00001574, 4.1723689e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  986. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.600000024, 1, 1),MeshType = Enum.MeshType.Wedge,})
  987. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle2Part,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, -4.17232513e-007, 1.00000525, 0, 1.00000525, 4.17232513e-007),C1 = CFrame.new(-1.52587891e-005, 8.30017662, -1.09997654, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  988. Part = New("Part",Sword2,"Part",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.400000006, 0.200000003, 0.400000006),CFrame = CFrame.new(-38.3999939, 7.20012283, -1.89999938, 1, 0, 0, 0, -4.1723689e-007, -1.00001574, 0, 1.00001574, -4.1723689e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  989. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  990. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle2Part,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, -4.17232513e-007, 1.00000525, 0, -1.00000525, -4.17232513e-007),C1 = CFrame.new(-1.52587891e-005, 1.80006218, 3.2000885, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  991. Part = New("Part",Sword2,"Part",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.400000006, 0.400000006, 2),CFrame = CFrame.new(-38.4000015, 4.00003767, 1.20006108, 1, 0, 0, 0, 4.1723689e-007, 1.00001574, 0, -1.00001574, 4.1723689e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  992. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005),})
  993. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle2Part,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 4.17232513e-007, -1.00000525, 0, 1.00000525, 4.17232513e-007),C1 = CFrame.new(-2.0980835e-005, -1.29996586, 3.67164612e-005, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  994. Part = New("Part",Sword2,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(0.400000006, 0.400000006, 2.60000014),CFrame = CFrame.new(-38.4000015, 3.90004206, -9.20019341, 1, 0, 0, 0, 4.1723689e-007, 1.00001574, 0, -1.00001574, 4.1723689e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  995. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(0.5, 1, 1),})
  996. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle2Part,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 4.17232513e-007, -1.00000525, 0, 1.00000525, 4.17232513e-007),C1 = CFrame.new(-2.0980835e-005, 9.10017967, -0.099957943, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  997. Part = New("Part",Sword2,"Part",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.400000006, 0.200000003, 2.80000019),CFrame = CFrame.new(-38.4000015, 4.00004482, -9.50020885, 1, 0, 0, 0, 4.1723689e-007, 1.00001574, 0, -1.00001574, 4.1723689e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  998. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(0.600000024, 1, 1),})
  999. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle2Part,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 4.17232513e-007, -1.00000525, 0, 1.00000525, 4.17232513e-007),C1 = CFrame.new(-2.0980835e-005, 9.40019226, 4.38690186e-005, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  1000. Part = New("Part",Sword2,"Part",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.400000006, 0.400000006, 0.600000024),CFrame = CFrame.new(-38.3999939, 5.90009308, -2.60000849, 1, 0, 0, 0, 4.1723689e-007, 1.00001574, 0, -1.00001574, 4.1723689e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  1001. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  1002. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle2Part,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 4.17232513e-007, -1.00000525, 0, 1.00000525, 4.17232513e-007),C1 = CFrame.new(-1.52587891e-005, 2.5000639, 1.9000721, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  1003. Part = New("Part",Sword2,"Part",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.400000006, 0.400000006, 0.800000131),CFrame = CFrame.new(-38.3999939, 6.60011005, -1.59998751, 1, 0, 0, 0, -4.1723689e-007, -1.00001574, 0, 1.00001574, -4.1723689e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  1004. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  1005. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle2Part,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, -4.17232513e-007, 1.00000525, 0, -1.00000525, -4.17232513e-007),C1 = CFrame.new(-1.52587891e-005, 1.50005341, 2.60008192, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  1006. Part = New("Part",Sword2,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(0.400000006, 3.20000029, 1.99999988),CFrame = CFrame.new(-38.3999939, 3.00001693, -11.0002518, 1, 0, 0, 0, 4.1723689e-007, 1.00001574, 0, -1.00001574, 4.1723689e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  1007. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.5, 1, 1),MeshType = Enum.MeshType.Wedge,})
  1008. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle2Part,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 4.17232513e-007, -1.00000525, 0, 1.00000525, 4.17232513e-007),C1 = CFrame.new(-1.52587891e-005, 10.900219, -0.999973536, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  1009. Part = New("Part",Sword2,"Part",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.400000006, 2.20000005, 1.39999974),CFrame = CFrame.new(-38.3999939, 3.30002618, -10.7002478, 1, 0, 0, 0, 4.1723689e-007, 1.00001574, 0, -1.00001574, 4.1723689e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  1010. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.600000024, 1, 1),MeshType = Enum.MeshType.Wedge,})
  1011. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle2Part,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 4.17232513e-007, -1.00000525, 0, 1.00000525, 4.17232513e-007),C1 = CFrame.new(-1.52587891e-005, 10.6002178, -0.699967384, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  1012. Part = New("Part",Sword2,"Part",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.400000006, 0.400000006, 2),CFrame = CFrame.new(-38.4000015, 4.00003672, 0.400030613, 1, 0, 0, 0, 4.1723689e-007, 1.00001574, 0, -1.00001574, 4.1723689e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  1013. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005),})
  1014. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle2Part,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 4.17232513e-007, -1.00000525, 0, 1.00000525, 4.17232513e-007),C1 = CFrame.new(-2.0980835e-005, -0.499943733, 3.57627869e-005, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  1015. Part = New("Part",Sword2,"Part",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.400000006, 0.200000003, 0.400000006),CFrame = CFrame.new(-38.3999939, 7.80013561, -2.90002513, 1, 0, 0, 0, -4.1723689e-007, -1.00001574, 0, 1.00001574, -4.1723689e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  1016. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  1017. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle2Part,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, -4.17232513e-007, 1.00000525, 0, -1.00000525, -4.17232513e-007),C1 = CFrame.new(-1.52587891e-005, 2.80007744, 3.80009508, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  1018. Part = New("Part",Sword2,"Part",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.400000006, 0.200000003, 0.400000006),CFrame = CFrame.new(-38.3999939, 0.999961853, -2.30001378, -1, 0, 0, 0, 4.1723689e-007, -1.00001574, 0, -1.00001574, -4.1723689e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  1019. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  1020. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle2Part,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 4.17232513e-007, -1.00000525, 0, -1.00000525, -4.17232513e-007),C1 = CFrame.new(-1.52587891e-005, 2.20007229, -3.00000763, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  1021. Part = New("Part",Sword2,"Part",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.400000006, 0.400000006, 2),CFrame = CFrame.new(-38.4000015, 4.00003672, 0.800063014, 1, 0, 0, 0, 4.1723689e-007, 1.00001574, 0, -1.00001574, 4.1723689e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  1022. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005),})
  1023. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle2Part,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 4.17232513e-007, -1.00000525, 0, 1.00000525, 4.17232513e-007),C1 = CFrame.new(-2.0980835e-005, -0.899971962, 3.57627869e-005, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  1024. Part = New("Part",Sword2,"Part",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.400000006, 0.400000006, 2),CFrame = CFrame.new(-38.4000015, 4.00004005, -1.20001233, 1, 0, 0, 0, 4.1723689e-007, 1.00001574, 0, -1.00001574, 4.1723689e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  1025. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005),})
  1026. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle2Part,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 4.17232513e-007, -1.00000525, 0, 1.00000525, 4.17232513e-007),C1 = CFrame.new(-2.0980835e-005, 1.1000824, 3.9100647e-005, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  1027. Part = New("Part",Sword2,"Part",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.400000006, 0.200000003, 0.400000006),CFrame = CFrame.new(-38.3999939, 7.40012836, -2.90002513, 1, 0, 0, 0, 4.1723689e-007, 1.00001574, 0, -1.00001574, 4.1723689e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  1028. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  1029. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle2Part,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 4.17232513e-007, -1.00000525, 0, 1.00000525, 4.17232513e-007),C1 = CFrame.new(-1.52587891e-005, 2.80007744, 3.40009165, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  1030. Part = New("Part",Sword2,"Part",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.400000006, 0.400000006, 2),CFrame = CFrame.new(-38.4000015, 4.00003767, -0.399987519, 1, 0, 0, 0, 4.1723689e-007, 1.00001574, 0, -1.00001574, 4.1723689e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  1031. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005),})
  1032. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle2Part,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 4.17232513e-007, -1.00000525, 0, 1.00000525, 4.17232513e-007),C1 = CFrame.new(-2.0980835e-005, 0.300065994, 3.67164612e-005, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  1033. Part = New("Part",Sword2,"Part",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.400000006, 0.200000003, 0.400000006),CFrame = CFrame.new(-38.3999939, 7.00011587, -2.30000997, 1, 0, 0, 0, 4.1723689e-007, 1.00001574, 0, -1.00001574, 4.1723689e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  1034. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  1035. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle2Part,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 4.17232513e-007, -1.00000525, 0, 1.00000525, 4.17232513e-007),C1 = CFrame.new(-1.52587891e-005, 2.20006847, 3.00008345, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  1036. Part = New("Part",Sword2,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(0.400000006, 1.20000005, 0.200000003),CFrame = CFrame.new(-38.4000015, 5.30006886, -3.00003624, -1, 0, 0, 0, 4.1723689e-007, -1.00001574, 0, -1.00001574, -4.1723689e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  1037. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.5, 1, 1),MeshType = Enum.MeshType.Wedge,})
  1038. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle2Part,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 4.17232513e-007, -1.00000525, 0, -1.00000525, -4.17232513e-007),C1 = CFrame.new(-2.0980835e-005, 2.90008736, 1.30005455, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  1039. Part = New("Part",Sword2,"Part",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.400000006, 0.400000006, 2),CFrame = CFrame.new(-38.4000015, 4.00003672, 1.60008788, 1, 0, 0, 0, 4.1723689e-007, 1.00001574, 0, -1.00001574, 4.1723689e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  1040. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(2, 2, 2),})
  1041. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle2Part,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 4.17232513e-007, -1.00000525, 0, 1.00000525, 4.17232513e-007),C1 = CFrame.new(-2.0980835e-005, -1.69998837, 3.57627869e-005, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  1042. Part = New("Part",Sword2,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(0.400000006, 1.20000005, 0.200000003),CFrame = CFrame.new(-38.4000015, 2.70001078, -8.40018368, -1, 0, 0, 0, -4.1723689e-007, 1.00001574, 0, 1.00001574, 4.1723689e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  1043. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.5, 1, 1),MeshType = Enum.MeshType.Wedge,})
  1044. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle2Part,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, -4.17232513e-007, 1.00000525, 0, 1.00000525, 4.17232513e-007),C1 = CFrame.new(-2.0980835e-005, 8.30017853, -1.29997659, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  1045. Part = New("Part",Sword2,"Part",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.400000006, 7, 2),CFrame = CFrame.new(-38.4000015, 4.00004196, -5.90011978, 1, 0, 0, 0, 4.1723689e-007, 1.00001574, 0, -1.00001574, 4.1723689e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  1046. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(0.600000024, 1, 1),})
  1047. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle2Part,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 4.17232513e-007, -1.00000525, 0, 1.00000525, 4.17232513e-007),C1 = CFrame.new(-2.0980835e-005, 5.80014038, 4.10079956e-005, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  1048. Part = New("Part",Sword2,"Part",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.400000006, 0.200000003, 0.400000006),CFrame = CFrame.new(-38.3999939, 7.40012646, -2.30000424, 1, 0, 0, 0, -4.1723689e-007, -1.00001574, 0, 1.00001574, -4.1723689e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  1049. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  1050. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle2Part,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, -4.17232513e-007, 1.00000525, 0, -1.00000525, -4.17232513e-007),C1 = CFrame.new(-1.52587891e-005, 2.20006275, 3.40008974, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  1051. Part = New("Part",Sword2,"Part",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.400000006, 0.200000003, 0.400000006),CFrame = CFrame.new(-38.3999939, 6.80011082, -1.90000129, 1, 0, 0, 0, 4.1723689e-007, 1.00001574, 0, -1.00001574, 4.1723689e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  1052. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  1053. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle2Part,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 4.17232513e-007, -1.00000525, 0, 1.00000525, 4.17232513e-007),C1 = CFrame.new(-1.52587891e-005, 1.80006409, 2.8000803, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  1054. Part = New("Part",Sword2,"Part",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.400000006, 0.400000095, 0.599999726),CFrame = CFrame.new(-38.3999939, 2.50000334, -9.20020676, -1, 0, 0, 0, -4.1723689e-007, 1.00001574, 0, 1.00001574, 4.1723689e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  1055. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.600000024, 1, 1),MeshType = Enum.MeshType.Wedge,})
  1056. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle2Part,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, -4.17232513e-007, 1.00000525, 0, 1.00000525, 4.17232513e-007),C1 = CFrame.new(-1.52587891e-005, 9.10019302, -1.49998188, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  1057. Part = New("Part",Sword2,"Part",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.400000006, 0.200000003, 0.400000006),CFrame = CFrame.new(-38.3999939, 2.40000057, -9.50021076, 1, 0, 0, 0, 4.1723689e-007, 1.00001574, 0, -1.00001574, 4.1723689e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  1058. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.600000024, 1, 1),MeshType = Enum.MeshType.Wedge,})
  1059. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle2Part,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 4.17232513e-007, -1.00000525, 0, 1.00000525, 4.17232513e-007),C1 = CFrame.new(-1.52587891e-005, 9.40019417, -1.59998369, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  1060. Part = New("Part",Sword2,"Part",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.400000006, 0.400000006, 1.00000012),CFrame = CFrame.new(-38.3999939, 1.29996324, -1.99999797, -1, 0, 0, 0, -4.1723689e-007, 1.00001574, 0, 1.00001574, 4.1723689e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  1061. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  1062. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle2Part,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, -4.17232513e-007, 1.00000525, 0, 1.00000525, 4.17232513e-007),C1 = CFrame.new(-1.52587891e-005, 1.9000597, -2.70000935, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  1063. Part = New("Part",Sword2,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(0.400000006, 0.400000006, 0.600000024),CFrame = CFrame.new(-38.3999939, 2.29999304, -9.20020294, -1, 0, 0, 0, -4.1723689e-007, 1.00001574, 0, 1.00001574, 4.1723689e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  1064. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.5, 1, 1),MeshType = Enum.MeshType.Wedge,})
  1065. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle2Part,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, -4.17232513e-007, 1.00000525, 0, 1.00000525, 4.17232513e-007),C1 = CFrame.new(-1.52587891e-005, 9.10018921, -1.69999003, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  1066. Part = New("Part",Sword2,"Part",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.400000006, 0.400000006, 1.00000012),CFrame = CFrame.new(-38.3999939, 6.70011044, -1.99999607, 1, 0, 0, 0, -4.1723689e-007, -1.00001574, 0, 1.00001574, -4.1723689e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  1067. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  1068. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle2Part,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, -4.17232513e-007, 1.00000525, 0, -1.00000525, -4.17232513e-007),C1 = CFrame.new(-1.52587891e-005, 1.90005779, 2.70008087, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  1069. Part = New("Part",Sword2,"Part",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.400000006, 0.200000003, 0.400000006),CFrame = CFrame.new(-38.3999939, 0.599951506, -2.30001187, -1, 0, 0, 0, -4.1723689e-007, 1.00001574, 0, 1.00001574, 4.1723689e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  1070. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  1071. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle2Part,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, -4.17232513e-007, 1.00000525, 0, 1.00000525, 4.17232513e-007),C1 = CFrame.new(-1.52587891e-005, 2.20007038, -3.40001369, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  1072. Part = New("Part",Sword2,"Part",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.400000006, 0.600000024, 1.4000001),CFrame = CFrame.new(-38.3999939, 6.90011501, -2.50000906, 1, 0, 0, 0, -4.1723689e-007, -1.00001574, 0, 1.00001574, -4.1723689e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  1073. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  1074. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle2Part,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, -4.17232513e-007, 1.00000525, 0, -1.00000525, -4.17232513e-007),C1 = CFrame.new(-1.52587891e-005, 2.40006542, 2.90008354, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  1075. Part = New("Part",Sword2,"Part",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.400000006, 0.400000006, 2),CFrame = CFrame.new(-38.4000015, 4.00004005, -0.799988449, 1, 0, 0, 0, 4.1723689e-007, 1.00001574, 0, -1.00001574, 4.1723689e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  1076. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005),})
  1077. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle2Part,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 4.17232513e-007, -1.00000525, 0, 1.00000525, 4.17232513e-007),C1 = CFrame.new(-2.0980835e-005, 0.700062752, 3.9100647e-005, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  1078. Part = New("Part",Sword2,"Part",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.400000006, 0.600000024, 1.4000001),CFrame = CFrame.new(-38.3999939, 1.099962, -2.50001287, -1, 0, 0, 0, -4.1723689e-007, 1.00001574, 0, 1.00001574, 4.1723689e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  1079. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  1080. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle2Part,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, -4.17232513e-007, 1.00000525, 0, 1.00000525, 4.17232513e-007),C1 = CFrame.new(-1.52587891e-005, 2.40006924, -2.90000844, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  1081. Part = New("Part",Sword2,"Part",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.400000006, 0.200000003, 0.400000006),CFrame = CFrame.new(-38.3999939, 0.599947453, -2.90002894, -1, 0, 0, 0, 4.1723689e-007, -1.00001574, 0, -1.00001574, -4.1723689e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  1082. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  1083. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle2Part,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 4.17232513e-007, -1.00000525, 0, -1.00000525, -4.17232513e-007),C1 = CFrame.new(-1.52587891e-005, 2.80008125, -3.40001774, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  1084. Part = New("Part",Sword2,"Part",{BrickColor = BrickColor.new("Bright yellow"),Reflectance = 0.20000000298023,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(2, 1, 0.400000036),CFrame = CFrame.new(-38.4000015, 4.00004196, -1.90001178, 0, 0, 1, -1.00001574, 4.1723689e-007, 0, -4.1723689e-007, -1.00001574, 0),CanCollide = false,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  1085. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(2, 2, 10),MeshId = "http://www.roblox.com/asset?id=156292343",MeshType = Enum.MeshType.FileMesh,})
  1086. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle2Part,C0 = CFrame.new(0, 0, 0, 0, -1.00000525, -4.17232513e-007, 0, 4.17232513e-007, -1.00000525, 1, 0, 0),C1 = CFrame.new(-2.0980835e-005, 1.80007458, 4.10079956e-005, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  1087. Hitbox2 = New("Part",Sword2,"Hitbox2",{Transparency = 1,Transparency = 1,Size = Vector3.new(0.400000006, 10.1999998, 4),CFrame = CFrame.new(-38.4000015, 4.00004196, -7.50000572, 1, 0, 0, 0, 4.17232513e-007, 1.00000525, 0, -1.00000525, 4.17232513e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,})
  1088. Mesh = New("BlockMesh",Hitbox2,"Mesh",{Scale = Vector3.new(0.600000024, 1, 1),})
  1089. Weld = New("ManualWeld",Hitbox2,"Weld",{Part0 = Hitbox2,Part1 = Handle2Part,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 4.17232513e-007, -1.00000525, 0, 1.00000525, 4.17232513e-007),C1 = CFrame.new(-2.0980835e-005, 7.40001011, 4.10079956e-005, 1, 0, 0, 0, 0, -1, 0, 1, 0),})
  1090.  
  1091. lap = LeftArm:GetChildren()
  1092. rap = RightArm:GetChildren()
  1093. llp = LeftLeg:GetChildren()
  1094. rlp = RightLeg:GetChildren()
  1095. chp = Chest:GetChildren()
  1096. hdp = FakeHead:GetChildren()
  1097. s1p = Sword:GetChildren()
  1098. s2p = Sword2:GetChildren()
  1099.  
  1100. ch = chara:GetChildren()
  1101. for i = 1, #ch do
  1102. if ch[i].ClassName == "Part" then
  1103. ch[i].Transparency = 1
  1104. if ch[i].Name == "Torso" then
  1105. ch[i].roblox.Transparency = 1
  1106. end
  1107. if ch[i].Name == "Head" then
  1108. ch[i].face.Transparency = 1
  1109. end
  1110. elseif ch[i].ClassName == "Accessory" then
  1111. ch[i]:Destroy()
  1112. end
  1113. end
  1114.  
  1115. --Animations--
  1116. function LoadAnim(id)
  1117. local anim = New("Animation",chara,"Animation",{AnimationId = "rbxassetid://"..id})
  1118. local realanim = chara.Humanoid:LoadAnimation(anim)
  1119. return realanim
  1120. end
  1121. HoldA = LoadAnim(69427262)
  1122. SwingA = LoadAnim(74909569)
  1123. Swing2A = LoadAnim(74909528)
  1124. RaiseA = LoadAnim(83994319)
  1125. RiseA = LoadAnim(169638954)
  1126. StompA = LoadAnim(204328711)
  1127. SmashA = LoadAnim(184574340)
  1128. HoldA:Play()
  1129.  
  1130. --Sounds--
  1131. function LoadSnd(id,loop,vol,pit)
  1132. local snd = New("Sound",chara,"Sound",{SoundId = "rbxassetid://"..id,Looped = loop,Volume = vol,Pitch = pit})
  1133. return snd
  1134. end
  1135. Music = LoadSnd(0,false,1,1)
  1136. SwingSnd = LoadSnd(200633108,false,1,1)
  1137. HitSnd = LoadSnd(566593606,false,1,1)
  1138. HitPunchSnd = LoadSnd(137579113,false,1,1)
  1139. DodgeSnd = LoadSnd(232210079,false,1,1)
  1140. ExpSnd = LoadSnd(142070127,false,1,1)
  1141. FlySnd = LoadSnd(169445602,false,1,1)
  1142. BExpSnd = LoadSnd(168586621,false,1,.5)
  1143. deathex = LoadSnd(11984351,false,5,1)
  1144. ChargeSnd = LoadSnd(137463716,false,1,1)
  1145. LasSnd = LoadSnd(162246701,false,1,1)
  1146. LasLoopSnd = LoadSnd(162246683,true,1,1)
  1147. SkyBeamSnd = LoadSnd(183763487,false,1,1)
  1148.  
  1149. Music:Play()
  1150.  
  1151. --Name Tag--
  1152. --local naeeym = Instance.new("BillboardGui",chara)
  1153. --naeeym.Size = UDim2.new(0,100,0,40)
  1154. --naeeym.StudsOffset = Vector3.new(0,4,0)
  1155. --naeeym.Adornee = chara.Head
  1156. --local tecks = Instance.new("TextLabel",naeeym)
  1157. --tecks.BackgroundTransparency = 1
  1158. --tecks.BorderSizePixel = 0
  1159. --tecks.Text = "Empyr the Holy Dragon"
  1160. --tecks.Font = "Fantasy"
  1161. --tecks.FontSize = "Size24"
  1162. --tecks.TextStrokeTransparency = 0
  1163. --tecks.TextStrokeColor3 = Color3.new(1,1,0)
  1164. --tecks.TextColor3 = BrickColor.new("White").Color
  1165. --tecks.Size = UDim2.new(1,0,0.5,0)
  1166.  
  1167. --Play Sound in Part--
  1168. function PlaySnd(snd,part)
  1169. local sound = snd:Clone()
  1170. sound.PlayOnRemove = true
  1171. sound.Parent = Part
  1172. sound:Destroy()
  1173. end
  1174.  
  1175. --Damage Function--
  1176. function dealdmg(dude,damage,env,toim)
  1177. hurt = coroutine.wrap(function(dude2,damage2,env2,toim2)
  1178. if dude ~= chara and dude:FindFirstChild("IsHit") == nil then
  1179. dude.Humanoid.MaxHealth = 100
  1180. finaldmg = damage + math.random(-env,env)
  1181. dude.Humanoid.Health = dude.Humanoid.Health - finaldmg
  1182. local vall = Instance.new("ObjectValue",dude)
  1183. vall.Name = "IsHit"
  1184. debby:AddItem(vall,toim)
  1185. local naeeym2 = Instance.new("BillboardGui",dude)
  1186. naeeym2.Size = UDim2.new(0,100,0,40)
  1187. naeeym2.StudsOffset = Vector3.new(0,3,0)
  1188. naeeym2.Adornee = dude.Head
  1189. naeeym2.Name = "TalkingBillBoard"
  1190. local tecks2 = Instance.new("TextLabel",naeeym2)
  1191. tecks2.BackgroundTransparency = 1
  1192. tecks2.BorderSizePixel = 0
  1193. tecks2.Text = "-"..finaldmg
  1194. tecks2.Font = "Fantasy"
  1195. tecks2.FontSize = "Size24"
  1196. tecks2.TextStrokeTransparency = 0
  1197. tecks2.TextColor3 = Color3.new(1,0.6,0)
  1198. tecks2.TextStrokeColor3 = Color3.new(0,0,0)
  1199. tecks2.Size = UDim2.new(1,0,0.5,0)
  1200. for i = 1, 5 do
  1201. wait(.1)
  1202. tecks2.Position = tecks2.Position - UDim2.new(0,0,.05,0)
  1203. tecks2.TextStrokeTransparency = tecks2.TextStrokeTransparency +.2
  1204. tecks2.TextTransparency = tecks2.TextTransparency + .2
  1205. end
  1206. naeeym2:Destroy()
  1207. end
  1208. end)
  1209. hurt(dude,damage,env,toim)
  1210. end
  1211.  
  1212. --Explode Hitbox--
  1213. function ExHitbox(rad,pos,damage,env,toim)
  1214. local E = Instance.new("Explosion")
  1215. E.Position = pos
  1216. E.Parent = game.Workspace
  1217. E.BlastRadius = rad
  1218. E.BlastPressure = 0
  1219. E.Visible = false
  1220. E.Hit:connect(function(hit)
  1221. if hit.Parent:FindFirstChild("Humanoid")~=nil then
  1222. dealdmg(hit.Parent,damage,env,toim)
  1223. end
  1224. end)
  1225. end
  1226.  
  1227. --Blade Touch--
  1228. bladeactive = false
  1229. function bladehit(hit)
  1230. if bladeactive == true then
  1231. if hit.Parent:FindFirstChild("Humanoid") ~= nil and hit.Parent:FindFirstChild("IsHit") == nil then
  1232. dealdmg(hit.Parent,40,5,.5)
  1233. PlaySnd(HitSnd,hit.Parent.Head)
  1234. end
  1235. end
  1236. end
  1237. Hitbox.Touched:connect(bladehit)
  1238. Hitbox2.Touched:connect(bladehit)
  1239.  
  1240. --Material Return--
  1241. gprop = {}
  1242. function materialhit(hit)
  1243. if hit.Parent ~= chara and hit.Parent.Parent ~= chara and hit.Name ~= "Trace" and hit.Parent:FindFirstChild("Humanoid") == nil then
  1244. gprop = {hit.BrickColor,hit.Material}
  1245. end
  1246. end
  1247. chara["Left Leg"].Touched:connect(materialhit)
  1248. chara["Right Leg"].Touched:connect(materialhit)
  1249.  
  1250. --Bash Dash--
  1251. function BashDash()
  1252. del = true
  1253. FlySnd:Play()
  1254. RiseA:Play()
  1255. local jtrace = Instance.new("Part",game.Workspace)
  1256. jtrace.Name = "Trace"
  1257. jtrace.Size = Vector3.new(0,0,0)
  1258. jtrace.Position = chara.HumanoidRootPart.Position - Vector3.new(0,6,0)
  1259. jtrace.CFrame = chara.HumanoidRootPart.CFrame * CFrame.fromEulerAnglesXYZ(math.rad(90),0,0)
  1260. jtrace.Anchored = true
  1261. jtrace.CanCollide = false
  1262. ExHitbox(15,chara.Torso.Position,30,5,.2)
  1263. local tmesh = Instance.new("SpecialMesh",jtrace)
  1264. tmesh.MeshId = "http://www.roblox.com/asset/?id=20329976"
  1265. tmesh.Scale = Vector3.new(1,1,1)
  1266. tmesh.Offset = Vector3.new(0,0,-.125)
  1267. local bodf = Instance.new("BodyVelocity",chara.Torso)
  1268. bodf.Velocity = chara.HumanoidRootPart.CFrame.lookVector * 100
  1269. bodf.MaxForce = chara.HumanoidRootPart.CFrame.lookVector * 100000
  1270. local bpos = Instance.new("BodyPosition",chara.Torso)
  1271. bpos.Position = chara.HumanoidRootPart.Position + Vector3.new(0,1,0)
  1272. bpos.MaxForce = Vector3.new(0,20000,0)
  1273. for i = 1, 9 do
  1274. wait(.02)
  1275. ExHitbox(15,chara.Torso.Position,30,5,.2)
  1276. jtrace.Transparency = jtrace.Transparency + .1
  1277. tmesh.Scale = tmesh.Scale + Vector3.new(1,.05,1)
  1278. bodf.Velocity = chara.HumanoidRootPart.CFrame.lookVector * 1000
  1279. bodf.MaxForce = chara.HumanoidRootPart.CFrame.lookVector * 100000
  1280. end
  1281. wait(.02)
  1282. bodf:Destroy()
  1283. jtrace:Destroy()
  1284. bpos:Destroy()
  1285. RiseA:Stop()
  1286. del = false
  1287. end
  1288.  
  1289. --Super Jump--
  1290. function SuperJump()
  1291. del = true
  1292. local jtrace = Instance.new("Part",game.Workspace)
  1293. jtrace.Name = "Trace"
  1294. jtrace.Size = Vector3.new(0,0,0)
  1295. jtrace.Position = chara.Torso.Position
  1296. jtrace.CFrame = chara.Torso.CFrame - Vector3.new(0,2,0)
  1297. jtrace.Anchored = true
  1298. jtrace.BrickColor = BrickColor.new("New Yeller")
  1299. FlySnd:Play()
  1300. RiseA:Play()
  1301. local tmesh = Instance.new("SpecialMesh",jtrace)
  1302. tmesh.MeshId = "http://www.roblox.com/asset/?id=1125478"
  1303. tmesh.Scale = Vector3.new(0,0,0)
  1304. local origpos = chara.Torso.Position
  1305. local bdf = Instance.new("BodyPosition",chara.Torso)
  1306. bdf.MaxForce = Vector3.new(100000,100000,100000)
  1307. bdf.Position = origpos + Vector3.new(0,400,0)
  1308. for i = 1, 10 do
  1309. wait(.01)
  1310. jtrace.Transparency = jtrace.Transparency + .1
  1311. tmesh.Scale = tmesh.Scale + Vector3.new(2,.05,2)
  1312. end
  1313. jtrace:Destroy()
  1314. wait(1)
  1315. bdf.Position = origpos
  1316. bdf.D = 100
  1317. wait(1.5)
  1318. bdf:Destroy()
  1319. for i = 1, 15 do
  1320. local gtrace = Instance.new("Part",game.Workspace)
  1321. gtrace.BrickColor = gprop[1]
  1322. gtrace.Material = gprop[2]
  1323. gtrace.Size = Vector3.new(6,6,6)
  1324. gtrace.Anchored = true
  1325. gtrace.CanCollide = false
  1326. gtrace.CFrame = (CFrame.new(origpos.x,origpos.y,origpos.z) + Vector3.new(math.random(-40,40),-6,math.random(-40,40))) * CFrame.fromEulerAnglesXYZ(math.random(0,math.rad(359)),math.random(0,math.rad(359)),math.random(0,math.rad(359)))
  1327. local gdisp = coroutine.wrap(function()
  1328. wait(3)
  1329. for i = 1, 9 do
  1330. wait(.1)
  1331. gtrace.Transparency = gtrace.Transparency + .1
  1332. end
  1333. gtrace:Destroy()
  1334. end)
  1335. gdisp()
  1336. end
  1337. local trace = Instance.new("Part",game.Workspace)
  1338. trace.Size = Vector3.new(0,0,0)
  1339. trace.CFrame = CFrame.new(origpos.x,origpos.y,origpos.z)
  1340. trace.CanCollide = false
  1341. trace.Anchored = true
  1342. trace.Material = "Neon"
  1343. trace.BrickColor = BrickColor.new("New Yeller")
  1344. local tmesh2 = Instance.new("SpecialMesh",trace)
  1345. tmesh2.MeshType = "Sphere"
  1346. BExpSnd:Play()
  1347. ExHitbox(40,origpos,50,3,.5)
  1348. tracegrow = coroutine.wrap(function()
  1349. for i = 1, 9 do
  1350. wait(.01)
  1351. trace.Transparency = trace.Transparency + .1
  1352. tmesh2.Scale = tmesh2.Scale + Vector3.new(40,40,40)
  1353. end
  1354. trace:Destroy()
  1355. end)
  1356. tracegrow()
  1357. RiseA:Stop()
  1358. wait(1)
  1359. --Laugh2Snd:Play()
  1360. del = false
  1361. end
  1362.  
  1363.  
  1364. --Stomp--
  1365. function Stomp()
  1366. del = true
  1367. StompA:Play()
  1368. wait(.25)
  1369. for i = 1, 4 do
  1370. wait(.25)
  1371. ExpSnd:Play()
  1372. local jtrace = Instance.new("Part",game.Workspace)
  1373. jtrace.Name = "Trace"
  1374. jtrace.Size = Vector3.new(0,0,0)
  1375. jtrace.Position = chara.HumanoidRootPart.Position - Vector3.new(0,6,0)
  1376. jtrace.CFrame = chara.HumanoidRootPart.CFrame - Vector3.new(0,6,0)
  1377. jtrace.Anchored = true
  1378. ExHitbox(10,jtrace.Position,30,5,.3)
  1379. local tmesh = Instance.new("SpecialMesh",jtrace)
  1380. tmesh.MeshId = "http://www.roblox.com/asset/?id=20329976"
  1381. tmesh.Scale = Vector3.new(1,1,1)
  1382. tmesh.Offset = Vector3.new(0,0,-.125)
  1383. for i = 1, 9 do
  1384. wait(.02)
  1385. jtrace.Transparency = jtrace.Transparency + .1
  1386. tmesh.Scale = tmesh.Scale + Vector3.new(1,.05,1)
  1387. end
  1388. wait(.02)
  1389. jtrace:Destroy()
  1390. end
  1391. wait(.1)
  1392. StompA:Stop()
  1393. SmashA:Play()
  1394. wait(1)
  1395. for i = 1, 15 do
  1396. local gtrace = Instance.new("Part",game.Workspace)
  1397. gtrace.BrickColor = gprop[1]
  1398. gtrace.Material = gprop[2]
  1399. gtrace.Size = Vector3.new(6,6,6)
  1400. gtrace.Anchored = true
  1401. gtrace.CanCollide = false
  1402. gtrace.CFrame = (chara.HumanoidRootPart.CFrame + Vector3.new(math.random(-20,20),-6,math.random(-20,20))) * CFrame.fromEulerAnglesXYZ(math.random(0,math.rad(359)),math.random(0,math.rad(359)),math.random(0,math.rad(359)))
  1403. local gdisp = coroutine.wrap(function()
  1404. wait(3)
  1405. for i = 1, 9 do
  1406. wait(.1)
  1407. gtrace.Transparency = gtrace.Transparency + .1
  1408. end
  1409. gtrace:Destroy()
  1410. end)
  1411. gdisp()
  1412. end
  1413. BExpSnd:Play()
  1414. local jtrace = Instance.new("Part",game.Workspace)
  1415. jtrace.Size = Vector3.new(0,0,0)
  1416. jtrace.Position = chara.HumanoidRootPart.Position - Vector3.new(0,6,0)
  1417. jtrace.CFrame = chara.HumanoidRootPart.CFrame - Vector3.new(0,6,0)
  1418. jtrace.Anchored = true
  1419. ExHitbox(20,jtrace.Position,40,5,.3)
  1420. local tmesh = Instance.new("SpecialMesh",jtrace)
  1421. tmesh.MeshId = "http://www.roblox.com/asset/?id=20329976"
  1422. tmesh.Scale = Vector3.new(1,1,1)
  1423. tmesh.Offset = Vector3.new(0,0,-.125)
  1424. for i = 1, 9 do
  1425. wait(.01)
  1426. jtrace.Transparency = jtrace.Transparency + .1
  1427. tmesh.Scale = tmesh.Scale + Vector3.new(4,.05,4)
  1428. end
  1429. jtrace:Destroy()
  1430. wait(2)
  1431. SmashA:Stop()
  1432. del = false
  1433. end
  1434.  
  1435. --Sky Beams--
  1436. function SkyBeams()
  1437. del = true
  1438. RaiseA:Play()
  1439. local hitpos = Mouse.Hit
  1440. wait(.1)
  1441. for i = 1, 50 do
  1442. wait(.01)
  1443. local hitpt = Instance.new("Part",game.Workspace)
  1444. hitpt.Size = Vector3.new(1,1,1)
  1445. hitpt.Anchored = true
  1446. hitpt.CanCollide = false
  1447. hitpt.BrickColor = BrickColor.new("New Yeller")
  1448. hitpt.CFrame = (hitpos + Vector3.new(math.random(-20,20),0,math.random(-20,20))) * CFrame.fromEulerAnglesXYZ(math.random(0,math.rad(359)),math.random(0,math.rad(359)),math.random(0,math.rad(359)))
  1449. ExHitbox(5,hitpt.Position,30,2,.2)
  1450. PlaySnd(SkyBeamSnd,hitpt)
  1451. local hitb = Instance.new("Part",game.Workspace)
  1452. hitb.Size = Vector3.new(1,1,1)
  1453. hitb.Anchored = true
  1454. hitb.CanCollide = false
  1455. hitb.BrickColor = BrickColor.new("New Yeller")
  1456. hitb.Material = "Neon"
  1457. hitb.CFrame = CFrame.new(hitpt.Position.x,hitpt.Position.y,hitpt.Position.z)* CFrame.fromEulerAnglesXYZ(math.random(math.rad(-30),math.rad(30)),math.random(math.rad(-30),math.rad(30)),math.random(math.rad(-30),math.rad(30)))
  1458. local hitbm = Instance.new("CylinderMesh",hitb)
  1459. hitbm.Scale = Vector3.new(1,1000,1)
  1460. local hitm = Instance.new("SpecialMesh",hitpt)
  1461. hitm.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1462. hpt = coroutine.wrap(function()
  1463. for i = 1, 9 do
  1464. wait(.05)
  1465. hitpt.Transparency = hitpt.Transparency + .1
  1466. hitm.Scale = hitm.Scale + Vector3.new(.5,.5,.5)
  1467. hitb.Transparency = hitb.Transparency + .1
  1468. end
  1469. hitpt:Destroy()
  1470. hitb:Destroy()
  1471. end)
  1472. hpt()
  1473. end
  1474. wait(1)
  1475. RaiseA:Stop()
  1476. del = false
  1477. end
  1478.  
  1479. --Huger Sky Beams--
  1480. function HugeSkyBeams()
  1481. del = true
  1482. RaiseA:Play()
  1483. ChargeSnd:Play()
  1484. local hitpos = Mouse.Hit
  1485. wait(2)
  1486. for i = 1, 30 do
  1487. wait(.1)
  1488. local hitpt = Instance.new("Part",game.Workspace)
  1489. hitpt.Size = Vector3.new(1,1,1)
  1490. hitpt.Anchored = true
  1491. hitpt.CanCollide = false
  1492. hitpt.BrickColor = BrickColor.new("New Yeller")
  1493. hitpt.CFrame = (hitpos + Vector3.new(math.random(-100,100),0,math.random(-100,100))) * CFrame.fromEulerAnglesXYZ(math.random(0,math.rad(359)),math.random(0,math.rad(359)),math.random(0,math.rad(359)))
  1494. ExHitbox(30,hitpt.Position,50,2,.2)
  1495. PlaySnd(ExpSnd,hitpt)
  1496. local hitb = Instance.new("Part",game.Workspace)
  1497. hitb.Size = Vector3.new(1,1,1)
  1498. hitb.Anchored = true
  1499. hitb.CanCollide = false
  1500. hitb.BrickColor = BrickColor.new("New Yeller")
  1501. hitb.Material = "Neon"
  1502. hitb.CFrame = CFrame.new(hitpt.Position.x,hitpt.Position.y,hitpt.Position.z)* CFrame.fromEulerAnglesXYZ(math.random(math.rad(-20),math.rad(20)),math.random(math.rad(-20),math.rad(20)),math.random(math.rad(-20),math.rad(20)))
  1503. local hitbm = Instance.new("CylinderMesh",hitb)
  1504. hitbm.Scale = Vector3.new(5,1000,5)
  1505. local hitm = Instance.new("SpecialMesh",hitpt)
  1506. hitm.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1507. hpt = coroutine.wrap(function()
  1508. for i = 1, 9 do
  1509. wait(.05)
  1510. hitpt.Transparency = hitpt.Transparency + .1
  1511. hitm.Scale = hitm.Scale + Vector3.new(3,3,3)
  1512. hitb.Transparency = hitb.Transparency + .1
  1513. end
  1514. hitpt:Destroy()
  1515. hitb:Destroy()
  1516. end)
  1517. hpt()
  1518. end
  1519. wait(1)
  1520. RaiseA:Stop()
  1521. del = false
  1522. end
  1523.  
  1524. --Solar Destruction--
  1525. function SolarDestruction()
  1526. del = true
  1527. ChargeSnd:Play()
  1528. local spellcircle = Instance.new("Part",chara)
  1529. spellcircle.Anchored = true
  1530. spellcircle.Size = Vector3.new(1,1,1)
  1531. spellcircle.CFrame = CFrame.new(Mouse.Hit.x,Mouse.Hit.y,Mouse.Hit.z)
  1532. spellcircle.Transparency = 1
  1533. spellcircle.CanCollide = false
  1534. local blkm = Instance.new("BlockMesh",spellcircle)
  1535. blkm.Scale = Vector3.new(0,1,0)
  1536. local dec = Instance.new("Decal",spellcircle)
  1537. dec.Color3 = Color3.new(1,1,0)
  1538. dec.Texture = "rbxassetid://78036587"
  1539. dec.Transparency = 1
  1540. dec.Face = "Top"
  1541. local ptl = Instance.new("PointLight",spellcircle)
  1542. ptl.Range = 0
  1543. ptl.Color = Color3.new(1,1,0)
  1544. RaiseA:Play()
  1545. spellc = coroutine.wrap(function()
  1546. while spellcircle ~= nil do
  1547. wait(.01)
  1548. spellcircle.CFrame = spellcircle.CFrame * CFrame.fromEulerAnglesXYZ(0,math.rad(10),0)
  1549. end
  1550. end)
  1551. spellc()
  1552. for i = 1, 10 do
  1553. wait(.01)
  1554. ptl.Range = ptl.Range + 1
  1555. dec.Transparency = dec.Transparency - .1
  1556. blkm.Scale = blkm.Scale + Vector3.new(10,0,10)
  1557. end
  1558. wait(2)
  1559. local dir = game.Lighting:GetSunDirection()
  1560. local pos = spellcircle.Position + (dir*1400)
  1561. local particle = Instance.new("Part",chara)
  1562. particle.Transparency = 1
  1563. particle.Size = Vector3.new(1,1,1)
  1564. particle.Position = pos
  1565. particle.BrickColor = BrickColor.new("Institutional white")
  1566. particle.Material = "Neon"
  1567. particle.CanCollide = false
  1568. particle.Anchored = true
  1569. particle.CFrame = CFrame.new(pos,spellcircle.Position)
  1570. local mehs = Instance.new("BlockMesh",particle)
  1571. mehs.Scale = Vector3.new(50,50,3000)
  1572. wait(1)
  1573. LasLoopSnd:Play()
  1574. LasSnd:Play()
  1575. particle.Transparency = 0
  1576. for i = 1, 100 do
  1577. ExHitbox(60,spellcircle.Position,50,5,.2)
  1578. wait(.01)
  1579. local trace = coroutine.wrap(function()
  1580. local tr = Instance.new("Part",game.Workspace)
  1581. tr.Name = "Trace"
  1582. tr.Size = Vector3.new(0,0,0)
  1583. tr.CanCollide = false
  1584. tr.Material = "Neon"
  1585. tr.Anchored = true
  1586. tr.BrickColor = BrickColor.new("Cool yellow")
  1587. tr.CFrame = spellcircle.CFrame * CFrame.fromEulerAnglesXYZ(math.rad(math.random(0,359)),math.rad(math.random(0,359)),math.rad(math.random(0,359)))
  1588. local trm = Instance.new("BlockMesh",tr)
  1589. for i = 1, 4 do
  1590. wait(.01)
  1591. tr.Transparency = tr.Transparency + .2
  1592. trm.Scale = trm.Scale + Vector3.new(200,200,200)
  1593. end
  1594. tr:Destroy()
  1595. end)
  1596. trace()
  1597. end
  1598. for i = 1, 9 do
  1599. particle.Transparency = particle.Transparency + .1
  1600. wait(.01)
  1601. end
  1602. particle:Destroy()
  1603. LasLoopSnd:Stop()
  1604. for i = 1, 10 do
  1605. wait(.01)
  1606. ptl.Range = ptl.Range - 1
  1607. dec.Transparency = dec.Transparency + .1
  1608. blkm.Scale = blkm.Scale - Vector3.new(10,0,10)
  1609. end
  1610. RaiseA:Stop()
  1611. spellcircle:Destroy()
  1612. del = false
  1613. end
  1614.  
  1615. --Mouse Functions--
  1616. del = false
  1617. combo = 0
  1618. function onKeyDown(key)
  1619. if del == false then
  1620. if key == "z" then
  1621. BashDash()
  1622. elseif key == "x" then
  1623. SuperJump()
  1624. elseif key == "c" then
  1625. Stomp()
  1626. elseif key == "v" then
  1627. SkyBeams()
  1628. elseif key == "b" then
  1629. HugeSkyBeams()
  1630. elseif key == "n" then
  1631. SolarDestruction()
  1632. elseif key == "m" then
  1633. if Music.IsPlaying == true then
  1634. Music:Stop()
  1635. elseif Music.IsPlaying == false then
  1636. Music:Play()
  1637. end
  1638. end
  1639. end
  1640. end
  1641. function onButton1Down()
  1642. if del == false then
  1643. if combo == 0 then
  1644. del = true
  1645. bladeactive = true
  1646. SwingA:Play()
  1647. SwingSnd:Play()
  1648. wait(.5)
  1649. SwingA:Stop()
  1650. bladeactive = false
  1651. combo = 1
  1652. del = false
  1653. elseif combo == 1 then
  1654. del = true
  1655. bladeactive = true
  1656. Swing2A:Play()
  1657. SwingSnd:Play()
  1658. wait(.5)
  1659. Swing2A:Stop()
  1660. bladeactive = false
  1661. combo = 0
  1662. del = false
  1663. combo = 0
  1664. end
  1665. end
  1666. end
  1667.  
  1668. --Mouse Activation--
  1669. if Mouse then
  1670. Mouse.KeyDown:connect(onKeyDown)
  1671. Mouse.Button1Down:connect(onButton1Down)
  1672. end
  1673.  
  1674.  
  1675.  
  1676. --Loop--
  1677. while true do
  1678. wait(.1)
  1679. chara.Humanoid.MaxHealth = math.huge
  1680. chara.Humanoid.Health = math.huge
  1681. chara.Humanoid.WalkSpeed = 32
  1682. for i = 1, #lap do
  1683. lap[i].Anchored = false
  1684. end
  1685. for i = 1, #s1p do
  1686. s1p[i].Anchored = false
  1687. end
  1688. for i = 1, #s2p do
  1689. s2p[i].Anchored = false
  1690. end
  1691. for i = 1, #rap do
  1692. rap[i].Anchored = false
  1693. end
  1694. for i = 1, #llp do
  1695. llp[i].Anchored = false
  1696. end
  1697. for i = 1, #rlp do
  1698. rlp[i].Anchored = false
  1699. end
  1700. for i = 1, #chp do
  1701. chp[i].Anchored = false
  1702. end
  1703. for i = 1, #hdp do
  1704. hdp[i].Anchored = false
  1705. end
  1706. for i = 1, #ch do
  1707. if ch[i].ClassName == "Part" then
  1708. ch[i].Anchored = false
  1709. end
  1710. end
  1711. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement