Advertisement
DarkScriptZEditors

TerraBlade Fe

Nov 21st, 2018
254
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 248.93 KB | None | 0 0
  1. if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
  2. local Player,game,owner = owner,game
  3. local RealPlayer = Player
  4. do
  5. print("FE Compatibility code by Mokiros")
  6. local rp = RealPlayer
  7. script.Parent = rp.Character
  8.  
  9. --RemoteEvent for communicating
  10. local Event = Instance.new("RemoteEvent")
  11. Event.Name = "UserInput_Event"
  12.  
  13. --Fake event to make stuff like Mouse.KeyDown work
  14. local function fakeEvent()
  15. local t = {_fakeEvent=true,Functions={},Connect=function(self,f)table.insert(self.Functions,f) end}
  16. t.connect = t.Connect
  17. return t
  18. end
  19.  
  20. --Creating fake input objects with fake variables
  21. local m = {Target=nil,Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent(),Button2Up=fakeEvent(),Button2Down=fakeEvent()}
  22. local UIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()}
  23. local CAS = {Actions={},BindAction=function(self,name,fun,touch,...)
  24. CAS.Actions[name] = fun and {Name=name,Function=fun,Keys={...}} or nil
  25. end}
  26. --Merged 2 functions into one by checking amount of arguments
  27. CAS.UnbindAction = CAS.BindAction
  28.  
  29. --This function will trigger the events that have been :Connect()'ed
  30. local function te(self,ev,...)
  31. local t = m[ev]
  32. if t and t._fakeEvent then
  33. for _,f in pairs(t.Functions) do
  34. f(...)
  35. end
  36. end
  37. end
  38. m.TrigEvent = te
  39. UIS.TrigEvent = te
  40.  
  41. Event.OnServerEvent:Connect(function(plr,io)
  42. if plr~=rp then return end
  43. m.Target = io.Target
  44. m.Hit = io.Hit
  45. if not io.isMouse then
  46. local b = io.UserInputState == Enum.UserInputState.Begin
  47. if io.UserInputType == Enum.UserInputType.MouseButton1 then
  48. return m:TrigEvent(b and "Button1Down" or "Button1Up")
  49. end
  50. if io.UserInputType == Enum.UserInputType.MouseButton2 then
  51. return m:TrigEvent(b and "Button2Down" or "Button2Up")
  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. local Mouse = Player:GetMouse()
  68. local UIS = game:GetService("UserInputService")
  69. local input = function(io,a)
  70. if a then return end
  71. --Since InputObject is a client-side instance, we create and pass table instead
  72. Event:FireServer({KeyCode=io.KeyCode,UserInputType=io.UserInputType,UserInputState=io.UserInputState,Hit=Mouse.Hit,Target=Mouse.Target})
  73. end
  74. UIS.InputBegan:Connect(input)
  75. UIS.InputEnded:Connect(input)
  76. local h,t
  77. --Give the server mouse data 30 times every second, but only if the values changed
  78. --If player is not moving their mouse, client won't fire events
  79. while wait(1/30) do
  80. if h~=Mouse.Hit or t~=Mouse.Target then
  81. h,t=Mouse.Hit,Mouse.Target
  82. Event:FireServer({isMouse=true,Target=t,Hit=h})
  83. end
  84. end]==],Player.Character)
  85.  
  86. ----Sandboxed game object that allows the usage of client-side methods and services
  87. --Real game object
  88. local _rg = game
  89.  
  90. --Metatable for fake service
  91. local fsmt = {
  92. __index = function(self,k)
  93. local s = rawget(self,"_RealService")
  94. if s then
  95. return typeof(s[k])=="function"
  96. and function(_,...)return s[k](s,...)end or s[k]
  97. end
  98. end,
  99. __newindex = function(self,k,v)
  100. local s = rawget(self,"_RealService")
  101. if s then s[k]=v end
  102. end
  103. }
  104. local function FakeService(t,RealService)
  105. t._RealService = typeof(RealService)=="string" and _rg:GetService(RealService) or RealService
  106. return setmetatable(t,fsmt)
  107. end
  108.  
  109. --Fake game object
  110. local g = {
  111. GetService = function(self,s)
  112. return rawget(self,s) or _rg:GetService(s)
  113. end,
  114. Players = FakeService({
  115. LocalPlayer = FakeService({GetMouse=function(self)return m end},Player)
  116. },"Players"),
  117. UserInputService = FakeService(UIS,"UserInputService"),
  118. ContextActionService = FakeService(CAS,"ContextActionService"),
  119. RunService = FakeService({
  120. _btrs = {},
  121. RenderStepped = _rg:GetService("RunService").Heartbeat,
  122. BindToRenderStep = function(self,name,_,fun)
  123. self._btrs[name] = self.Heartbeat:Connect(fun)
  124. end,
  125. UnbindFromRenderStep = function(self,name)
  126. self._btrs[name]:Disconnect()
  127. end,
  128. },"RunService")
  129. }
  130. rawset(g.Players,"localPlayer",g.Players.LocalPlayer)
  131. g.service = g.GetService
  132. FakeService(g,game)
  133. --Changing owner to fake player object to support owner:GetMouse()
  134. game,owner = g,g.Players.LocalPlayer
  135. end
  136. --epic blade
  137. function sandbox(var,func)
  138. local env = getfenv(func)
  139. local newenv = setmetatable({},{
  140. __index = function(self,k)
  141. if k=="script" then
  142. return var
  143. else
  144. return env[k]
  145. end
  146. end,
  147. })
  148. setfenv(func,newenv)
  149. return func
  150. end
  151. cors = {}
  152. mas = Instance.new("Model",game:GetService("Lighting"))
  153. Tool0 = Instance.new("Tool")
  154. Script1 = Instance.new("Script")
  155. LocalScript2 = Instance.new("LocalScript")
  156. Animation3 = Instance.new("Animation")
  157. Script4 = Instance.new("Script")
  158. StringValue5 = Instance.new("StringValue")
  159. Part6 = Instance.new("Part")
  160. SpecialMesh7 = Instance.new("SpecialMesh")
  161. PointLight8 = Instance.new("PointLight")
  162. Script9 = Instance.new("Script")
  163. Script10 = Instance.new("Script")
  164. Script11 = Instance.new("Script")
  165. Animation12 = Instance.new("Animation")
  166. Script13 = Instance.new("Script")
  167. LocalScript14 = Instance.new("LocalScript")
  168. Part15 = Instance.new("Part")
  169. Script16 = Instance.new("Script")
  170. Part17 = Instance.new("Part")
  171. Script18 = Instance.new("Script")
  172. Part19 = Instance.new("Part")
  173. Script20 = Instance.new("Script")
  174. Part21 = Instance.new("Part")
  175. Part22 = Instance.new("Part")
  176. Part23 = Instance.new("Part")
  177. Part24 = Instance.new("Part")
  178. Part25 = Instance.new("Part")
  179. Part26 = Instance.new("Part")
  180. Part27 = Instance.new("Part")
  181. Part28 = Instance.new("Part")
  182. Part29 = Instance.new("Part")
  183. Part30 = Instance.new("Part")
  184. Part31 = Instance.new("Part")
  185. Part32 = Instance.new("Part")
  186. Part33 = Instance.new("Part")
  187. Part34 = Instance.new("Part")
  188. Part35 = Instance.new("Part")
  189. Part36 = Instance.new("Part")
  190. Part37 = Instance.new("Part")
  191. Part38 = Instance.new("Part")
  192. Part39 = Instance.new("Part")
  193. Part40 = Instance.new("Part")
  194. Part41 = Instance.new("Part")
  195. Part42 = Instance.new("Part")
  196. Part43 = Instance.new("Part")
  197. Part44 = Instance.new("Part")
  198. Part45 = Instance.new("Part")
  199. Part46 = Instance.new("Part")
  200. Part47 = Instance.new("Part")
  201. Part48 = Instance.new("Part")
  202. Part49 = Instance.new("Part")
  203. Part50 = Instance.new("Part")
  204. Part51 = Instance.new("Part")
  205. Part52 = Instance.new("Part")
  206. Part53 = Instance.new("Part")
  207. Part54 = Instance.new("Part")
  208. Part55 = Instance.new("Part")
  209. Part56 = Instance.new("Part")
  210. Part57 = Instance.new("Part")
  211. Part58 = Instance.new("Part")
  212. Part59 = Instance.new("Part")
  213. Part60 = Instance.new("Part")
  214. Part61 = Instance.new("Part")
  215. Part62 = Instance.new("Part")
  216. Part63 = Instance.new("Part")
  217. Part64 = Instance.new("Part")
  218. Part65 = Instance.new("Part")
  219. Part66 = Instance.new("Part")
  220. Part67 = Instance.new("Part")
  221. Part68 = Instance.new("Part")
  222. Part69 = Instance.new("Part")
  223. Part70 = Instance.new("Part")
  224. Part71 = Instance.new("Part")
  225. Part72 = Instance.new("Part")
  226. Part73 = Instance.new("Part")
  227. Part74 = Instance.new("Part")
  228. Part75 = Instance.new("Part")
  229. Part76 = Instance.new("Part")
  230. Part77 = Instance.new("Part")
  231. Part78 = Instance.new("Part")
  232. Part79 = Instance.new("Part")
  233. Part80 = Instance.new("Part")
  234. Part81 = Instance.new("Part")
  235. Part82 = Instance.new("Part")
  236. Part83 = Instance.new("Part")
  237. Part84 = Instance.new("Part")
  238. Part85 = Instance.new("Part")
  239. Part86 = Instance.new("Part")
  240. Part87 = Instance.new("Part")
  241. Part88 = Instance.new("Part")
  242. Part89 = Instance.new("Part")
  243. Part90 = Instance.new("Part")
  244. Part91 = Instance.new("Part")
  245. Part92 = Instance.new("Part")
  246. Part93 = Instance.new("Part")
  247. Part94 = Instance.new("Part")
  248. Part95 = Instance.new("Part")
  249. Part96 = Instance.new("Part")
  250. Part97 = Instance.new("Part")
  251. Part98 = Instance.new("Part")
  252. Part99 = Instance.new("Part")
  253. Part100 = Instance.new("Part")
  254. Part101 = Instance.new("Part")
  255. Part102 = Instance.new("Part")
  256. Part103 = Instance.new("Part")
  257. Part104 = Instance.new("Part")
  258. Part105 = Instance.new("Part")
  259. Part106 = Instance.new("Part")
  260. Part107 = Instance.new("Part")
  261. Part108 = Instance.new("Part")
  262. Part109 = Instance.new("Part")
  263. Part110 = Instance.new("Part")
  264. Part111 = Instance.new("Part")
  265. Part112 = Instance.new("Part")
  266. Part113 = Instance.new("Part")
  267. Part114 = Instance.new("Part")
  268. Part115 = Instance.new("Part")
  269. Part116 = Instance.new("Part")
  270. Part117 = Instance.new("Part")
  271. Part118 = Instance.new("Part")
  272. Part119 = Instance.new("Part")
  273. Part120 = Instance.new("Part")
  274. Part121 = Instance.new("Part")
  275. Part122 = Instance.new("Part")
  276. Part123 = Instance.new("Part")
  277. Part124 = Instance.new("Part")
  278. Part125 = Instance.new("Part")
  279. Part126 = Instance.new("Part")
  280. Part127 = Instance.new("Part")
  281. Part128 = Instance.new("Part")
  282. Part129 = Instance.new("Part")
  283. Part130 = Instance.new("Part")
  284. Part131 = Instance.new("Part")
  285. Part132 = Instance.new("Part")
  286. Part133 = Instance.new("Part")
  287. Part134 = Instance.new("Part")
  288. Part135 = Instance.new("Part")
  289. Part136 = Instance.new("Part")
  290. Part137 = Instance.new("Part")
  291. Part138 = Instance.new("Part")
  292. Part139 = Instance.new("Part")
  293. Part140 = Instance.new("Part")
  294. Part141 = Instance.new("Part")
  295. Part142 = Instance.new("Part")
  296. Part143 = Instance.new("Part")
  297. Part144 = Instance.new("Part")
  298. Part145 = Instance.new("Part")
  299. Part146 = Instance.new("Part")
  300. Part147 = Instance.new("Part")
  301. Part148 = Instance.new("Part")
  302. Part149 = Instance.new("Part")
  303. Part150 = Instance.new("Part")
  304. Part151 = Instance.new("Part")
  305. Part152 = Instance.new("Part")
  306. Part153 = Instance.new("Part")
  307. Part154 = Instance.new("Part")
  308. Part155 = Instance.new("Part")
  309. Part156 = Instance.new("Part")
  310. Part157 = Instance.new("Part")
  311. Part158 = Instance.new("Part")
  312. Part159 = Instance.new("Part")
  313. Part160 = Instance.new("Part")
  314. Part161 = Instance.new("Part")
  315. Part162 = Instance.new("Part")
  316. Part163 = Instance.new("Part")
  317. Part164 = Instance.new("Part")
  318. Part165 = Instance.new("Part")
  319. Part166 = Instance.new("Part")
  320. Part167 = Instance.new("Part")
  321. Part168 = Instance.new("Part")
  322. Part169 = Instance.new("Part")
  323. Part170 = Instance.new("Part")
  324. Part171 = Instance.new("Part")
  325. Part172 = Instance.new("Part")
  326. Part173 = Instance.new("Part")
  327. Part174 = Instance.new("Part")
  328. Part175 = Instance.new("Part")
  329. Part176 = Instance.new("Part")
  330. Part177 = Instance.new("Part")
  331. Part178 = Instance.new("Part")
  332. Part179 = Instance.new("Part")
  333. Part180 = Instance.new("Part")
  334. Part181 = Instance.new("Part")
  335. Part182 = Instance.new("Part")
  336. Part183 = Instance.new("Part")
  337. Part184 = Instance.new("Part")
  338. Part185 = Instance.new("Part")
  339. Part186 = Instance.new("Part")
  340. Part187 = Instance.new("Part")
  341. Part188 = Instance.new("Part")
  342. Part189 = Instance.new("Part")
  343. Part190 = Instance.new("Part")
  344. Part191 = Instance.new("Part")
  345. Part192 = Instance.new("Part")
  346. Part193 = Instance.new("Part")
  347. Part194 = Instance.new("Part")
  348. Part195 = Instance.new("Part")
  349. Part196 = Instance.new("Part")
  350. Part197 = Instance.new("Part")
  351. Part198 = Instance.new("Part")
  352. Part199 = Instance.new("Part")
  353. Part200 = Instance.new("Part")
  354. Part201 = Instance.new("Part")
  355. Part202 = Instance.new("Part")
  356. Part203 = Instance.new("Part")
  357. Part204 = Instance.new("Part")
  358. Part205 = Instance.new("Part")
  359. Part206 = Instance.new("Part")
  360. Part207 = Instance.new("Part")
  361. Part208 = Instance.new("Part")
  362. Part209 = Instance.new("Part")
  363. Part210 = Instance.new("Part")
  364. Part211 = Instance.new("Part")
  365. Part212 = Instance.new("Part")
  366. Part213 = Instance.new("Part")
  367. Part214 = Instance.new("Part")
  368. Part215 = Instance.new("Part")
  369. Part216 = Instance.new("Part")
  370. Part217 = Instance.new("Part")
  371. Part218 = Instance.new("Part")
  372. Part219 = Instance.new("Part")
  373. Part220 = Instance.new("Part")
  374. Part221 = Instance.new("Part")
  375. Part222 = Instance.new("Part")
  376. Part223 = Instance.new("Part")
  377. Part224 = Instance.new("Part")
  378. Script225 = Instance.new("Script")
  379. Script226 = Instance.new("Script")
  380. Script227 = Instance.new("Script")
  381. LocalScript228 = Instance.new("LocalScript")
  382. Tool0.Name = "TerraBlade"
  383. Tool0.Parent = mas
  384. Tool0.TextureId = "http://www.roblox.com/asset/?id=139455378"
  385. Tool0.GripForward = Vector3.new(2.62268344e-07, -0, 1)
  386. Tool0.GripPos = Vector3.new(-0.0500001907, -1.5, 1.74845525e-08)
  387. Tool0.GripRight = Vector3.new(-1, 0, 2.62268344e-07)
  388. Script1.Name = "SwordScript"
  389. Script1.Parent = Tool0
  390. table.insert(cors,sandbox(Script1,function()
  391. --Stickmasterluke
  392.  
  393.  
  394. sp=script.Parent
  395.  
  396.  
  397. r=game:service("RunService")
  398. debris=game:GetService("Debris")
  399.  
  400. anims={"RightSlash","LeftSlash"}
  401.  
  402. basedamage=100
  403. slashdamage=125
  404. swingdamage=125
  405. damage=basedamage
  406.  
  407. specialready=true
  408. lastclick=0
  409.  
  410. sword=sp.Handle
  411.  
  412. local SlashSound=Instance.new("Sound")
  413. SlashSound.SoundId="rbxasset://sounds\\swordslash.wav"
  414. SlashSound.Parent=sword
  415. SlashSound.Volume=1
  416.  
  417. local UnsheathSound=Instance.new("Sound")
  418. UnsheathSound.SoundId="rbxasset://sounds\\unsheath.wav"
  419. UnsheathSound.Parent=sword
  420. UnsheathSound.Volume=1
  421.  
  422. function waitfor(parent,name)
  423. while true do
  424. local child=parent:FindFirstChild(name)
  425. if child~=nil then
  426. return child
  427. end
  428. wait()
  429. end
  430. end
  431.  
  432. mesh=waitfor(sp.Handle,"Mesh")
  433. waitfor(sp,"RunAnim")
  434. debris=game:GetService("Debris")
  435.  
  436. function lunge()
  437. local anim = Instance.new("StringValue")
  438. anim.Name = "toolanim"
  439. anim.Value = "Lunge"
  440. anim.Parent = sp
  441. end
  442.  
  443. function blow(hit)
  444. if hit.Parent~=nil then
  445. local humanoid=hit.Parent:findFirstChild("Humanoid")
  446. local vCharacter=sp.Parent
  447. if vCharacter~=nil then
  448. local vPlayer=game.Players:playerFromCharacter(vCharacter)
  449. if vPlayer~=nil then
  450. local hum=vCharacter:findFirstChild("Humanoid")
  451. if humanoid~=nil then
  452. if hum~=nil and humanoid~=hum then
  453. local right_arm=vCharacter:FindFirstChild("Right Arm")
  454. if right_arm~=nil then
  455. local joint=right_arm:FindFirstChild("RightGrip")
  456. if joint~=nil and (joint.Part0==sword or joint.Part1==sword) then
  457. tagHumanoid(humanoid,vPlayer)
  458. humanoid:TakeDamage(damage)
  459. end
  460. end
  461. end
  462. end
  463. end
  464. end
  465. end
  466. end
  467.  
  468.  
  469. function tagHumanoid(humanoid,player)
  470. for i,v in ipairs(humanoid:GetChildren()) do
  471. if v.Name=="creator" then
  472. v:remove()
  473. end
  474. end
  475. local creator_tag=Instance.new("ObjectValue")
  476. creator_tag.Value=player
  477. creator_tag.Name="creator"
  478. creator_tag.Parent=humanoid
  479. debris:AddItem(creator_tag,1)
  480. end
  481.  
  482. function lunge()
  483. local anim = Instance.new("StringValue")
  484. anim.Name = "toolanim"
  485. anim.Value = "Lunge"
  486. anim.Parent = sp
  487. end
  488.  
  489. sp.Enabled=true
  490. function onActivated()
  491. delay(.01,function()
  492. lastclick=tick()
  493. end)
  494. if sp.Enabled then
  495. sp.Enabled=false
  496. local character=sp.Parent;
  497. local humanoid=character.Humanoid
  498. if humanoid==nil then
  499. print("Humanoid not found")
  500. return
  501. end
  502. if (tick()-lastclick)<.2 and specialready then
  503. SlashSound.Volume=1
  504. SlashSound:play()
  505. lunge()
  506. specialready=false
  507. mesh.MeshId="http://www.roblox.com/asset/?id="
  508. damage=0
  509. local t=sp.Parent:FindFirstChild("Torso")
  510. if t~=nil then
  511. local p=Instance.new("Part")
  512. p.Transparency = .5
  513. p.FormFactor="Custom"
  514. p.Size=Vector3.new(3,7.6,3)
  515. p.CanCollide=false
  516. p.TopSurface="Smooth"
  517. p.BottomSurface="Smooth"
  518. p.Velocity=t.CFrame.lookVector*30
  519. p.CFrame=t.CFrame*CFrame.new(1.5,.5,-3)*CFrame.Angles(-math.pi/2,0,0)
  520. local f=Instance.new("Fire")
  521. f.Heat=25
  522. f.Size=12
  523. f.Color=Color3.new(0,1,0.0666666666666667)
  524. f.SecondaryColor=Color3.new(0,1,0.0666666666666667)
  525. f.Enabled = true
  526. f.Parent=p
  527. local x=Instance.new("Fire")
  528. x.Heat=-25
  529. x.Size=10
  530. x.Color=Color3.new(0,1,0.0666666666666667)
  531. x.SecondaryColor=Color3.new(0,1,0.0666666666666667)
  532. x.Enabled = true
  533. x.Parent=p
  534. local pdlwpwdlp=Instance.new("Sparkles") -- More effect.
  535. pdlwpwdlp.SparkleColor=Color3.new(0,1,0.0666666666666667)
  536. pdlwpwdlp.Enabled=true
  537. pdlwpwdlp.Parent=p
  538. local von=Instance.new("Sparkles") -- More effect.
  539. von.SparkleColor=Color3.new(0,1,0.0666666666666667)
  540. von.Enabled=true
  541. von.Parent=p
  542. local dere=Instance.new("Sparkles") -- More effect.
  543. dere.SparkleColor=Color3.new(0,1,0.0666666666666667)
  544. dere.Enabled=true
  545. dere.Parent=p
  546. local stupidaf=Instance.new("PointLight") -- More effect.
  547. stupidaf.Color=Color3.new(0,1,0.0666666666666667)
  548. stupidaf.Range=10
  549. stupidaf.Brightness=1
  550. stupidaf.Shadows=true
  551. stupidaf.Enabled=true
  552. stupidaf.Parent=p
  553. local m=Instance.new("SpecialMesh")
  554. m.MeshId="http://www.roblox.com/asset/?id=53351910" --Projectile
  555. m.Scale=Vector3.new(-7.5,-7.5,-7.5)
  556. m.TextureId="http://www.roblox.com/asset/?id= 139496799 " --Projectile
  557. m.Parent=p
  558. local bf=Instance.new("BodyForce")
  559. bf.force=Vector3.new(0,196.2*p:GetMass())
  560. bf.Parent=p
  561. p.Touched:connect(function(hit)
  562. if hit~=nil then
  563. local h=hit.Parent:FindFirstChild("Humanoid")
  564. local mh=sp.Parent:FindFirstChild("Humanoid")
  565. if h~=nil and mh~=nil and h~=mh then
  566. local plr=game.Players:playerFromCharacter(mh.Parent)
  567. if plr~=nil then
  568. tagHumanoid(h,plr)
  569. end
  570. h:TakeDamage(500)
  571. p:remove()
  572. end
  573. end
  574. end)
  575. debris:AddItem(p,10)
  576. p.Parent=game.Workspace
  577. end
  578. wait()
  579. mesh.MeshId="http://www.roblox.com/asset/?id="
  580. specialready=true
  581. else
  582. SlashSound.Volume=1
  583. SlashSound:play()
  584. newanim=anims[math.random(1,#anims)]
  585. while newanim==sp.RunAnim.Value do
  586. newanim=anims[math.random(1,#anims)]
  587. end
  588. sp.RunAnim.Value=newanim
  589. if newanim=="OverHeadSwing" then
  590. damage=swingdamage
  591. else
  592. damage=slashdamage
  593. end
  594. wait(.3)
  595. end
  596. damage=basedamage
  597. sp.Enabled=true
  598. end
  599. end
  600.  
  601. function onEquipped()
  602. UnsheathSound:play()
  603. end
  604.  
  605. sp.Activated:connect(onActivated)
  606. sp.Equipped:connect(onEquipped)
  607.  
  608. connection=sword.Touched:connect(blow)
  609.  
  610. local player = game.Players.LocalPlayer
  611. print(player:GetFullName())
  612.  
  613. Workspace.LocalPlayer.Humanoid.MaxHealth = math.huge
  614.  
  615. end))
  616. LocalScript2.Name = "Local Gui"
  617. LocalScript2.Parent = Tool0
  618. table.insert(cors,sandbox(LocalScript2,function()
  619. --Made by Stickmasterluke
  620.  
  621.  
  622. local sp=script.Parent
  623.  
  624. originalgrip=CFrame.new(-0.0500001907, -1.5, 1.74845525e-008, -1, 0, -2.62268344e-007, 0, 1, 0, 2.62268344e-007, 0, -1)--CFrame.new(.15,-2,0)*CFrame.Angles(0,math.pi/2,0)
  625. currentgrip=originalgrip
  626.  
  627. enabled=true
  628.  
  629. function waitfor(parent,name)
  630. while true do
  631. local child=parent:FindFirstChild(name)
  632. if child~=nil then
  633. return child
  634. end
  635. wait()
  636. end
  637. end
  638.  
  639. waitfor(sp,"Handle")
  640.  
  641. function onButton1Down(mouse)
  642. if not enabled then
  643. return
  644. end
  645. enabled=false
  646. mouse.Icon="rbxasset://textures\\GunWaitCursor.png"
  647. wait(.75)
  648. mouse.Icon="rbxasset://textures\\GunCursor.png"
  649. enabled=true
  650. end
  651.  
  652. originalgrip=CFrame.new(.15,-2,0)*CFrame.Angles(0,math.pi/2,0)
  653. currentgrip=originalgrip
  654.  
  655. function swordUp()
  656. currentgrip=originalgrip
  657. end
  658.  
  659. function swordOut()
  660. currentgrip=originalgrip*CFrame.Angles(math.pi/4,.4,0)
  661. end
  662.  
  663. function onEquippedLocal(mouse)
  664. local currentlast=lastequipped
  665. if mouse==nil then
  666. print("Mouse not found")
  667. return
  668. end
  669. mouse.Icon="rbxasset://textures\\GunCursor.png"
  670. mouse.Button1Down:connect(function()
  671. onButton1Down(mouse)
  672. end)
  673. end
  674. sp.Equipped:connect(onEquippedLocal)
  675.  
  676. waitfor(sp,"RunAnim")
  677. sp.RunAnim.Changed:connect(function()
  678. local h=sp.Parent:FindFirstChild("Humanoid")
  679. local t=sp.Parent:FindFirstChild("Torso")
  680. local anim=sp:FindFirstChild(sp.RunAnim.Value)
  681. if anim and t and h then
  682. theanim=h:LoadAnimation(anim)
  683. if theanim and h.Health>0 then
  684. theanim:Play()
  685. if sp.RunAnim.Value=="OverHeadSwing" then
  686. wait(.25)
  687. swordOut()
  688. wait(.5)
  689. swordUp()
  690. sp.Grip=currentgrip
  691. elseif sp.RunAnim.Value=="OverHeadSwingFast" then
  692. wait(.125)
  693. swordOut()
  694. wait(.25)
  695. swordUp()
  696. sp.Grip=currentgrip
  697. end
  698. end
  699. end
  700. end)
  701.  
  702. script.Parent.Parent.Humanoid.MaxHealth = 50000
  703. script.Parent.Parent.Humanoid.Health = 50000
  704. end))
  705. Animation3.Name = "RightSlash"
  706. Animation3.Parent = Tool0
  707. Animation3.AnimationId = "http://www.roblox.com/Asset?ID=74813494"
  708. Script4.Name = "AniSwitcher"
  709. Script4.Parent = Animation3
  710. table.insert(cors,sandbox(Script4,function()
  711. while true do
  712. script.Parent.AnimationId="http://www.roblox.com/Asset?ID=74894663"
  713. wait(1)--Original
  714. script.Parent.AnimationId="http://www.roblox.com/asset/?id=73033705"
  715. wait(1)--Powerslash
  716. script.Parent.AnimationId="http://www.roblox.com/asset/?id=73033682"
  717. wait(1)--EndSlash
  718. end
  719. end))
  720. StringValue5.Name = "RunAnim"
  721. StringValue5.Parent = Tool0
  722. StringValue5.Value = "LeftSwingFast"
  723. Part6.Name = "Handle"
  724. Part6.Parent = Tool0
  725. Part6.BrickColor = BrickColor.new("Dark stone grey")
  726. Part6.Reflectance = 0.10000000149012
  727. Part6.Anchored = true
  728. Part6.FormFactor = Enum.FormFactor.Custom
  729. Part6.Size = Vector3.new(1.20000005, 5, 1.20000005)
  730. Part6.CFrame = CFrame.new(4.80000019, 3.1999979, -18.4000015, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  731. Part6.BottomSurface = Enum.SurfaceType.Smooth
  732. Part6.TopSurface = Enum.SurfaceType.Smooth
  733. Part6.Color = Color3.new(0.388235, 0.372549, 0.384314)
  734. Part6.Position = Vector3.new(4.80000019, 3.1999979, -18.4000015)
  735. Part6.Color = Color3.new(0.388235, 0.372549, 0.384314)
  736. SpecialMesh7.Parent = Part6
  737. SpecialMesh7.MeshId = "http://www.roblox.com/asset/?id="
  738. SpecialMesh7.TextureId = "http://www.roblox.com/asset/?id="
  739. SpecialMesh7.MeshType = Enum.MeshType.FileMesh
  740. PointLight8.Parent = Part6
  741. PointLight8.Color = Color3.new(0, 1, 0.14902)
  742. PointLight8.Enabled = false
  743. PointLight8.Range = 16
  744. PointLight8.Color = Color3.new(0, 1, 0.14902)
  745. Script9.Name = "LightControl1"
  746. Script9.Parent = PointLight8
  747. table.insert(cors,sandbox(Script9,function()
  748. while true do --Thumbnail
  749. script.Parent.Enabled=true
  750. wait()
  751. end
  752.  
  753.  
  754. end))
  755. Script10.Name = "LightControl2"
  756. Script10.Parent = PointLight8
  757. table.insert(cors,sandbox(Script10,function()
  758. while true do --Effect1
  759. script.Parent.Shadows=true
  760. wait()
  761. script.Parent.Shadows=false
  762. wait()
  763. end
  764. end))
  765. Script11.Name = "LightControl3"
  766. Script11.Parent = PointLight8
  767. table.insert(cors,sandbox(Script11,function()
  768. while true do --Effect2
  769. script.Parent.Range=16
  770. wait()
  771. script.Parent.Range=14
  772. wait()
  773. script.Parent.Range=12
  774. wait()
  775. script.Parent.Range=10
  776. wait()
  777. script.Parent.Range=8
  778. wait()
  779. script.Parent.Range=10
  780. wait()
  781. script.Parent.Range=12
  782. wait()
  783. script.Parent.Range=14
  784. wait()
  785. end
  786. end))
  787. Animation12.Name = "LeftSlash"
  788. Animation12.Parent = Tool0
  789. Animation12.AnimationId = "http://www.roblox.com/Asset?ID=74894663"
  790. Script13.Name = "AniSwitcher"
  791. Script13.Parent = Animation12
  792. table.insert(cors,sandbox(Script13,function()
  793. while true do
  794. script.Parent.AnimationId="http://www.roblox.com/Asset?ID=74894663"
  795. wait(1)--Original
  796. script.Parent.AnimationId="http://www.roblox.com/asset/?id=73033705"
  797. wait(1)--Powerslash
  798. script.Parent.AnimationId="http://www.roblox.com/asset/?id=73033682"
  799. wait(1)--EndSlash
  800. end
  801. end))
  802. LocalScript14.Name = "BackupWeld"
  803. LocalScript14.Parent = Tool0
  804. table.insert(cors,sandbox(LocalScript14,function()
  805. function Weld(x,y)
  806. local W = Instance.new("Weld")
  807. W.Part0 = x
  808. W.Part1 = y
  809. local CJ = CFrame.new(x.Position)
  810. local C0 = x.CFrame:inverse()*CJ
  811. local C1 = y.CFrame:inverse()*CJ
  812. W.C0 = C0
  813. W.C1 = C1
  814. W.Parent = x
  815. end
  816.  
  817. function Get(A)
  818. if A.className == "Part" then
  819. Weld(script.Parent.Handle, A)
  820. A.Anchored = false
  821. else
  822. local C = A:GetChildren()
  823. for i=1, #C do
  824. Get(C[i])
  825. end
  826. end
  827. end
  828.  
  829. function Finale()
  830. Get(script.Parent)
  831. end
  832.  
  833. script.Parent.Equipped:connect(Finale)
  834. script.Parent.Unequipped:connect(Finale)
  835. Finale()
  836. end))
  837. Part15.Name = "DMGPart"
  838. Part15.Parent = Tool0
  839. Part15.BrickColor = BrickColor.new("Really black")
  840. Part15.Reflectance = 0.10000000149012
  841. Part15.Transparency = 1
  842. Part15.Rotation = Vector3.new(-60, 0, 90)
  843. Part15.Anchored = true
  844. Part15.CanCollide = false
  845. Part15.FormFactor = Enum.FormFactor.Custom
  846. Part15.Size = Vector3.new(1.20000005, 0.5, 7.70000458)
  847. Part15.CFrame = CFrame.new(4.80000019, 10.7885675, -15.288826, 0, -0.999999881, -4.47034836e-08, 0.499999821, 0, 0.866025031, -0.86602509, -5.96046448e-08, 0.499999821)
  848. Part15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  849. Part15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  850. Part15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  851. Part15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  852. Part15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  853. Part15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  854. Part15.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  855. Part15.Position = Vector3.new(4.80000019, 10.7885675, -15.288826)
  856. Part15.Orientation = Vector3.new(-60, 0, 90)
  857. Part15.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  858. Script16.Name = "Damage Script"
  859. Script16.Parent = Part15
  860. table.insert(cors,sandbox(Script16,function()
  861. function onTouched(hit)
  862. local human = hit.Parent:findFirstChild("Humanoid")
  863. if (human ~= nil) then
  864. human.Health = human.Health - 50 -- Change the amount to change the damage dealt on humanoid.
  865. end
  866. end
  867. script.Parent.Touched:connect(onTouched)
  868. end))
  869. Part17.Name = "DMGPart"
  870. Part17.Parent = Tool0
  871. Part17.BrickColor = BrickColor.new("Really black")
  872. Part17.Reflectance = 0.10000000149012
  873. Part17.Transparency = 1
  874. Part17.Rotation = Vector3.new(-60, 0, 90)
  875. Part17.Anchored = true
  876. Part17.CanCollide = false
  877. Part17.FormFactor = Enum.FormFactor.Custom
  878. Part17.Size = Vector3.new(2.50000048, 0.5, 8.70000362)
  879. Part17.CFrame = CFrame.new(4.80000019, 8.24098778, -15.1661282, 0, -0.999999881, -4.47034836e-08, 0.499999821, 0, 0.866025031, -0.86602509, -5.96046448e-08, 0.499999821)
  880. Part17.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  881. Part17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  882. Part17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  883. Part17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  884. Part17.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  885. Part17.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  886. Part17.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  887. Part17.Position = Vector3.new(4.80000019, 8.24098778, -15.1661282)
  888. Part17.Orientation = Vector3.new(-60, 0, 90)
  889. Part17.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  890. Script18.Name = "Damage Script"
  891. Script18.Parent = Part17
  892. table.insert(cors,sandbox(Script18,function()
  893. function onTouched(hit)
  894. local human = hit.Parent:findFirstChild("Humanoid")
  895. if (human ~= nil) then
  896. human.Health = human.Health - 50 -- Change the amount to change the damage dealt on humanoid.
  897. end
  898. end
  899. script.Parent.Touched:connect(onTouched)
  900. end))
  901. Part19.Name = "DMGPart"
  902. Part19.Parent = Tool0
  903. Part19.BrickColor = BrickColor.new("Really black")
  904. Part19.Reflectance = 0.10000000149012
  905. Part19.Transparency = 1
  906. Part19.Rotation = Vector3.new(-60, 0, 90)
  907. Part19.Anchored = true
  908. Part19.CanCollide = false
  909. Part19.FormFactor = Enum.FormFactor.Custom
  910. Part19.Size = Vector3.new(2.49999976, 0.5, 3.50000501)
  911. Part19.CFrame = CFrame.new(4.80000019, 13.6926603, -12.4676924, 0, -0.999999881, -4.47034836e-08, 0.499999821, 0, 0.866025031, -0.86602509, -5.96046448e-08, 0.499999821)
  912. Part19.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  913. Part19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  914. Part19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  915. Part19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  916. Part19.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  917. Part19.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  918. Part19.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  919. Part19.Position = Vector3.new(4.80000019, 13.6926603, -12.4676924)
  920. Part19.Orientation = Vector3.new(-60, 0, 90)
  921. Part19.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  922. Script20.Name = "Damage Script"
  923. Script20.Parent = Part19
  924. table.insert(cors,sandbox(Script20,function()
  925. function onTouched(hit)
  926. local human = hit.Parent:findFirstChild("Humanoid")
  927. if (human ~= nil) then
  928. human.Health = human.Health - 50 -- Change the amount to change the damage dealt on humanoid.
  929. end
  930. end
  931. script.Parent.Touched:connect(onTouched)
  932. end))
  933. Part21.Name = "BladeParts"
  934. Part21.Parent = Tool0
  935. Part21.BrickColor = BrickColor.new("Grime")
  936. Part21.Reflectance = 0.10000000149012
  937. Part21.Rotation = Vector3.new(-105, 0, 90)
  938. Part21.Anchored = true
  939. Part21.CanCollide = false
  940. Part21.FormFactor = Enum.FormFactor.Custom
  941. Part21.Size = Vector3.new(0.5, 0.5, 0.5)
  942. Part21.CFrame = CFrame.new(4.80000019, 9.51493645, -14.0372877, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  943. Part21.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  944. Part21.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  945. Part21.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  946. Part21.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  947. Part21.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  948. Part21.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  949. Part21.Color = Color3.new(0.498039, 0.556863, 0.392157)
  950. Part21.Position = Vector3.new(4.80000019, 9.51493645, -14.0372877)
  951. Part21.Orientation = Vector3.new(-75, 180, -90)
  952. Part21.Color = Color3.new(0.498039, 0.556863, 0.392157)
  953. Part22.Name = "BladeParts"
  954. Part22.Parent = Tool0
  955. Part22.BrickColor = BrickColor.new("Camo")
  956. Part22.Reflectance = 0.10000000149012
  957. Part22.Rotation = Vector3.new(-105, 0, 90)
  958. Part22.Anchored = true
  959. Part22.CanCollide = false
  960. Part22.FormFactor = Enum.FormFactor.Custom
  961. Part22.Size = Vector3.new(0.5, 0.5, 0.5)
  962. Part22.CFrame = CFrame.new(4.80000019, 10.8344164, -14.9084778, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  963. Part22.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  964. Part22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  965. Part22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  966. Part22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  967. Part22.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  968. Part22.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  969. Part22.Color = Color3.new(0.227451, 0.490196, 0.0823529)
  970. Part22.Position = Vector3.new(4.80000019, 10.8344164, -14.9084778)
  971. Part22.Orientation = Vector3.new(-75, 180, -90)
  972. Part22.Color = Color3.new(0.227451, 0.490196, 0.0823529)
  973. Part23.Name = "fakeHandleParts"
  974. Part23.Parent = Tool0
  975. Part23.BrickColor = BrickColor.new("Brown")
  976. Part23.Reflectance = 0.10000000149012
  977. Part23.Rotation = Vector3.new(-105, 0, 90)
  978. Part23.Anchored = true
  979. Part23.CanCollide = false
  980. Part23.FormFactor = Enum.FormFactor.Custom
  981. Part23.Size = Vector3.new(0.5, 0.5, 0.5)
  982. Part23.CFrame = CFrame.new(4.80000019, 5.77135181, -20.2811356, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  983. Part23.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  984. Part23.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  985. Part23.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  986. Part23.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  987. Part23.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  988. Part23.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  989. Part23.Color = Color3.new(0.486275, 0.360784, 0.27451)
  990. Part23.Position = Vector3.new(4.80000019, 5.77135181, -20.2811356)
  991. Part23.Orientation = Vector3.new(-75, 180, -90)
  992. Part23.Color = Color3.new(0.486275, 0.360784, 0.27451)
  993. Part24.Name = "BladeParts"
  994. Part24.Parent = Tool0
  995. Part24.BrickColor = BrickColor.new("Nougat")
  996. Part24.Reflectance = 0.10000000149012
  997. Part24.Rotation = Vector3.new(-105, 0, 90)
  998. Part24.Anchored = true
  999. Part24.CanCollide = false
  1000. Part24.FormFactor = Enum.FormFactor.Custom
  1001. Part24.Size = Vector3.new(0.5, 0.5, 0.5)
  1002. Part24.CFrame = CFrame.new(4.80000019, 14.025692, -12.6577501, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  1003. Part24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1004. Part24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1005. Part24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1006. Part24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1007. Part24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1008. Part24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1009. Part24.Color = Color3.new(0.8, 0.556863, 0.411765)
  1010. Part24.Position = Vector3.new(4.80000019, 14.025692, -12.6577501)
  1011. Part24.Orientation = Vector3.new(-75, 180, -90)
  1012. Part24.Color = Color3.new(0.8, 0.556863, 0.411765)
  1013. Part25.Name = "BladeParts"
  1014. Part25.Parent = Tool0
  1015. Part25.BrickColor = BrickColor.new("Grime")
  1016. Part25.Reflectance = 0.10000000149012
  1017. Part25.Rotation = Vector3.new(-105, 0, 90)
  1018. Part25.Anchored = true
  1019. Part25.CanCollide = false
  1020. Part25.FormFactor = Enum.FormFactor.Custom
  1021. Part25.Size = Vector3.new(0.5, 0.5, 0.5)
  1022. Part25.CFrame = CFrame.new(4.80000019, 15.6039925, -12.5630178, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  1023. Part25.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1024. Part25.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1025. Part25.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1026. Part25.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1027. Part25.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1028. Part25.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1029. Part25.Color = Color3.new(0.498039, 0.556863, 0.392157)
  1030. Part25.Position = Vector3.new(4.80000019, 15.6039925, -12.5630178)
  1031. Part25.Orientation = Vector3.new(-75, 180, -90)
  1032. Part25.Color = Color3.new(0.498039, 0.556863, 0.392157)
  1033. Part26.Name = "BladeParts"
  1034. Part26.Parent = Tool0
  1035. Part26.BrickColor = BrickColor.new("Grime")
  1036. Part26.Reflectance = 0.10000000149012
  1037. Part26.Rotation = Vector3.new(-105, 0, 90)
  1038. Part26.Anchored = true
  1039. Part26.CanCollide = false
  1040. Part26.FormFactor = Enum.FormFactor.Custom
  1041. Part26.Size = Vector3.new(0.5, 0.5, 0.5)
  1042. Part26.CFrame = CFrame.new(4.80000019, 15.4745779, -13.0459776, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  1043. Part26.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1044. Part26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1045. Part26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1046. Part26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1047. Part26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1048. Part26.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1049. Part26.Color = Color3.new(0.498039, 0.556863, 0.392157)
  1050. Part26.Position = Vector3.new(4.80000019, 15.4745779, -13.0459776)
  1051. Part26.Orientation = Vector3.new(-75, 180, -90)
  1052. Part26.Color = Color3.new(0.498039, 0.556863, 0.392157)
  1053. Part27.Name = "BladeParts"
  1054. Part27.Parent = Tool0
  1055. Part27.BrickColor = BrickColor.new("Br. yellowish green")
  1056. Part27.Reflectance = 0.10000000149012
  1057. Part27.Rotation = Vector3.new(-105, 0, 90)
  1058. Part27.Anchored = true
  1059. Part27.CanCollide = false
  1060. Part27.FormFactor = Enum.FormFactor.Custom
  1061. Part27.Size = Vector3.new(0.5, 0.5, 0.5)
  1062. Part27.CFrame = CFrame.new(4.80000019, 14.9916162, -12.916564, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  1063. Part27.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1064. Part27.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1065. Part27.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1066. Part27.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1067. Part27.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1068. Part27.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1069. Part27.Color = Color3.new(0.643137, 0.741176, 0.278431)
  1070. Part27.Position = Vector3.new(4.80000019, 14.9916162, -12.916564)
  1071. Part27.Orientation = Vector3.new(-75, 180, -90)
  1072. Part27.Color = Color3.new(0.643137, 0.741176, 0.278431)
  1073. Part28.Name = "BladeParts"
  1074. Part28.Parent = Tool0
  1075. Part28.BrickColor = BrickColor.new("Br. yellowish green")
  1076. Part28.Reflectance = 0.10000000149012
  1077. Part28.Rotation = Vector3.new(-105, 0, 90)
  1078. Part28.Anchored = true
  1079. Part28.CanCollide = false
  1080. Part28.FormFactor = Enum.FormFactor.Custom
  1081. Part28.Size = Vector3.new(0.5, 0.5, 0.5)
  1082. Part28.CFrame = CFrame.new(4.80000019, 13.4133177, -13.0113058, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  1083. Part28.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1084. Part28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1085. Part28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1086. Part28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1087. Part28.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1088. Part28.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1089. Part28.Color = Color3.new(0.643137, 0.741176, 0.278431)
  1090. Part28.Position = Vector3.new(4.80000019, 13.4133177, -13.0113058)
  1091. Part28.Orientation = Vector3.new(-75, 180, -90)
  1092. Part28.Color = Color3.new(0.643137, 0.741176, 0.278431)
  1093. Part29.Name = "BladeParts"
  1094. Part29.Parent = Tool0
  1095. Part29.BrickColor = BrickColor.new("Earth green")
  1096. Part29.Reflectance = 0.10000000149012
  1097. Part29.Rotation = Vector3.new(-105, 0, 90)
  1098. Part29.Anchored = true
  1099. Part29.CanCollide = false
  1100. Part29.FormFactor = Enum.FormFactor.Custom
  1101. Part29.Size = Vector3.new(0.5, 0.5, 0.5)
  1102. Part29.CFrame = CFrame.new(4.80000019, 13.2839098, -13.4942684, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  1103. Part29.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1104. Part29.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1105. Part29.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1106. Part29.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1107. Part29.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1108. Part29.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1109. Part29.Color = Color3.new(0.152941, 0.27451, 0.176471)
  1110. Part29.Position = Vector3.new(4.80000019, 13.2839098, -13.4942684)
  1111. Part29.Orientation = Vector3.new(-75, 180, -90)
  1112. Part29.Color = Color3.new(0.152941, 0.27451, 0.176471)
  1113. Part30.Name = "BladeParts"
  1114. Part30.Parent = Tool0
  1115. Part30.BrickColor = BrickColor.new("Dark orange")
  1116. Part30.Reflectance = 0.10000000149012
  1117. Part30.Rotation = Vector3.new(-105, 0, 90)
  1118. Part30.Anchored = true
  1119. Part30.CanCollide = false
  1120. Part30.FormFactor = Enum.FormFactor.Custom
  1121. Part30.Size = Vector3.new(0.5, 0.5, 0.5)
  1122. Part30.CFrame = CFrame.new(4.80000019, 12.0938358, -12.14011, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  1123. Part30.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1124. Part30.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1125. Part30.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1126. Part30.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1127. Part30.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1128. Part30.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1129. Part30.Color = Color3.new(0.627451, 0.372549, 0.207843)
  1130. Part30.Position = Vector3.new(4.80000019, 12.0938358, -12.14011)
  1131. Part30.Orientation = Vector3.new(-75, 180, -90)
  1132. Part30.Color = Color3.new(0.627451, 0.372549, 0.207843)
  1133. Part31.Name = "BladeParts"
  1134. Part31.Parent = Tool0
  1135. Part31.BrickColor = BrickColor.new("Grime")
  1136. Part31.Reflectance = 0.10000000149012
  1137. Part31.Rotation = Vector3.new(-105, 0, 90)
  1138. Part31.Anchored = true
  1139. Part31.CanCollide = false
  1140. Part31.FormFactor = Enum.FormFactor.Custom
  1141. Part31.Size = Vector3.new(0.5, 0.5, 0.5)
  1142. Part31.CFrame = CFrame.new(4.80000019, 14.155098, -12.1747885, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  1143. Part31.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1144. Part31.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1145. Part31.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1146. Part31.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1147. Part31.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1148. Part31.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1149. Part31.Color = Color3.new(0.498039, 0.556863, 0.392157)
  1150. Part31.Position = Vector3.new(4.80000019, 14.155098, -12.1747885)
  1151. Part31.Orientation = Vector3.new(-75, 180, -90)
  1152. Part31.Color = Color3.new(0.498039, 0.556863, 0.392157)
  1153. Part32.Name = "BladeParts"
  1154. Part32.Parent = Tool0
  1155. Part32.BrickColor = BrickColor.new("Brick yellow")
  1156. Part32.Reflectance = 0.10000000149012
  1157. Part32.Rotation = Vector3.new(-105, 0, 90)
  1158. Part32.Anchored = true
  1159. Part32.CanCollide = false
  1160. Part32.FormFactor = Enum.FormFactor.Custom
  1161. Part32.Size = Vector3.new(0.5, 0.5, 0.5)
  1162. Part32.CFrame = CFrame.new(4.80000019, 12.4473877, -12.7524824, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  1163. Part32.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1164. Part32.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1165. Part32.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1166. Part32.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1167. Part32.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1168. Part32.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1169. Part32.Color = Color3.new(0.843137, 0.772549, 0.603922)
  1170. Part32.Position = Vector3.new(4.80000019, 12.4473877, -12.7524824)
  1171. Part32.Orientation = Vector3.new(-75, 180, -90)
  1172. Part32.Color = Color3.new(0.843137, 0.772549, 0.603922)
  1173. Part33.Name = "BladeParts"
  1174. Part33.Parent = Tool0
  1175. Part33.BrickColor = BrickColor.new("Br. yellowish green")
  1176. Part33.Reflectance = 0.10000000149012
  1177. Part33.Rotation = Vector3.new(-105, 0, 90)
  1178. Part33.Anchored = true
  1179. Part33.CanCollide = false
  1180. Part33.FormFactor = Enum.FormFactor.Custom
  1181. Part33.Size = Vector3.new(0.5, 0.5, 0.5)
  1182. Part33.CFrame = CFrame.new(4.80000019, 13.8962784, -13.140708, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  1183. Part33.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1184. Part33.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1185. Part33.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1186. Part33.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1187. Part33.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1188. Part33.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1189. Part33.Color = Color3.new(0.643137, 0.741176, 0.278431)
  1190. Part33.Position = Vector3.new(4.80000019, 13.8962784, -13.140708)
  1191. Part33.Orientation = Vector3.new(-75, 180, -90)
  1192. Part33.Color = Color3.new(0.643137, 0.741176, 0.278431)
  1193. Part34.Name = "BladeParts"
  1194. Part34.Parent = Tool0
  1195. Part34.BrickColor = BrickColor.new("Brick yellow")
  1196. Part34.Reflectance = 0.10000000149012
  1197. Part34.Rotation = Vector3.new(-105, 0, 90)
  1198. Part34.Anchored = true
  1199. Part34.CanCollide = false
  1200. Part34.FormFactor = Enum.FormFactor.Custom
  1201. Part34.Size = Vector3.new(0.5, 0.5, 0.5)
  1202. Part34.CFrame = CFrame.new(4.80000019, 13.5427284, -12.5283384, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  1203. Part34.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1204. Part34.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1205. Part34.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1206. Part34.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1207. Part34.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1208. Part34.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1209. Part34.Color = Color3.new(0.843137, 0.772549, 0.603922)
  1210. Part34.Position = Vector3.new(4.80000019, 13.5427284, -12.5283384)
  1211. Part34.Orientation = Vector3.new(-75, 180, -90)
  1212. Part34.Color = Color3.new(0.843137, 0.772549, 0.603922)
  1213. Part35.Name = "BladeParts"
  1214. Part35.Parent = Tool0
  1215. Part35.BrickColor = BrickColor.new("Bright green")
  1216. Part35.Reflectance = 0.10000000149012
  1217. Part35.Rotation = Vector3.new(-105, 0, 90)
  1218. Part35.Anchored = true
  1219. Part35.CanCollide = false
  1220. Part35.FormFactor = Enum.FormFactor.Custom
  1221. Part35.Size = Vector3.new(0.5, 0.5, 0.5)
  1222. Part35.CFrame = CFrame.new(4.80000019, 14.3792439, -13.2701178, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  1223. Part35.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1224. Part35.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1225. Part35.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1226. Part35.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1227. Part35.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1228. Part35.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1229. Part35.Color = Color3.new(0.294118, 0.592157, 0.294118)
  1230. Part35.Position = Vector3.new(4.80000019, 14.3792439, -13.2701178)
  1231. Part35.Orientation = Vector3.new(-75, 180, -90)
  1232. Part35.Color = Color3.new(0.294118, 0.592157, 0.294118)
  1233. Part36.Name = "BladeParts"
  1234. Part36.Parent = Tool0
  1235. Part36.BrickColor = BrickColor.new("Bright green")
  1236. Part36.Reflectance = 0.10000000149012
  1237. Part36.Rotation = Vector3.new(-105, 0, 90)
  1238. Part36.Anchored = true
  1239. Part36.CanCollide = false
  1240. Part36.FormFactor = Enum.FormFactor.Custom
  1241. Part36.Size = Vector3.new(0.5, 0.5, 0.5)
  1242. Part36.CFrame = CFrame.new(4.80000019, 12.8009443, -13.3648558, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  1243. Part36.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1244. Part36.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1245. Part36.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1246. Part36.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1247. Part36.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1248. Part36.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1249. Part36.Color = Color3.new(0.294118, 0.592157, 0.294118)
  1250. Part36.Position = Vector3.new(4.80000019, 12.8009443, -13.3648558)
  1251. Part36.Orientation = Vector3.new(-75, 180, -90)
  1252. Part36.Color = Color3.new(0.294118, 0.592157, 0.294118)
  1253. Part37.Name = "BladeParts"
  1254. Part37.Parent = Tool0
  1255. Part37.BrickColor = BrickColor.new("Dark orange")
  1256. Part37.Reflectance = 0.10000000149012
  1257. Part37.Rotation = Vector3.new(-105, 0, 90)
  1258. Part37.Anchored = true
  1259. Part37.CanCollide = false
  1260. Part37.FormFactor = Enum.FormFactor.Custom
  1261. Part37.Size = Vector3.new(0.5, 0.5, 0.5)
  1262. Part37.CFrame = CFrame.new(4.80000019, 12.5768003, -12.2695217, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  1263. Part37.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1264. Part37.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1265. Part37.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1266. Part37.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1267. Part37.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1268. Part37.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1269. Part37.Color = Color3.new(0.627451, 0.372549, 0.207843)
  1270. Part37.Position = Vector3.new(4.80000019, 12.5768003, -12.2695217)
  1271. Part37.Orientation = Vector3.new(-75, 180, -90)
  1272. Part37.Color = Color3.new(0.627451, 0.372549, 0.207843)
  1273. Part38.Name = "BladeParts"
  1274. Part38.Parent = Tool0
  1275. Part38.BrickColor = BrickColor.new("Deep orange")
  1276. Part38.Reflectance = 0.10000000149012
  1277. Part38.Rotation = Vector3.new(-105, 0, 90)
  1278. Part38.Anchored = true
  1279. Part38.CanCollide = false
  1280. Part38.FormFactor = Enum.FormFactor.Custom
  1281. Part38.Size = Vector3.new(0.5, 0.5, 0.5)
  1282. Part38.CFrame = CFrame.new(4.80000019, 14.5086555, -12.7871618, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  1283. Part38.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1284. Part38.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1285. Part38.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1286. Part38.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1287. Part38.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1288. Part38.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1289. Part38.Color = Color3.new(1, 0.690196, 0)
  1290. Part38.Position = Vector3.new(4.80000019, 14.5086555, -12.7871618)
  1291. Part38.Orientation = Vector3.new(-75, 180, -90)
  1292. Part38.Color = Color3.new(1, 0.690196, 0)
  1293. Part39.Name = "BladeParts"
  1294. Part39.Parent = Tool0
  1295. Part39.BrickColor = BrickColor.new("Dark orange")
  1296. Part39.Reflectance = 0.10000000149012
  1297. Part39.Rotation = Vector3.new(-105, 0, 90)
  1298. Part39.Anchored = true
  1299. Part39.CanCollide = false
  1300. Part39.FormFactor = Enum.FormFactor.Custom
  1301. Part39.Size = Vector3.new(0.5, 0.5, 0.5)
  1302. Part39.CFrame = CFrame.new(4.80000019, 13.6721382, -12.0453777, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  1303. Part39.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1304. Part39.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1305. Part39.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1306. Part39.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1307. Part39.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1308. Part39.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1309. Part39.Color = Color3.new(0.627451, 0.372549, 0.207843)
  1310. Part39.Position = Vector3.new(4.80000019, 13.6721382, -12.0453777)
  1311. Part39.Orientation = Vector3.new(-75, 180, -90)
  1312. Part39.Color = Color3.new(0.627451, 0.372549, 0.207843)
  1313. Part40.Name = "BladeParts"
  1314. Part40.Parent = Tool0
  1315. Part40.BrickColor = BrickColor.new("Grime")
  1316. Part40.Reflectance = 0.10000000149012
  1317. Part40.Rotation = Vector3.new(-105, 0, 90)
  1318. Part40.Anchored = true
  1319. Part40.CanCollide = false
  1320. Part40.FormFactor = Enum.FormFactor.Custom
  1321. Part40.Size = Vector3.new(0.5, 0.5, 0.5)
  1322. Part40.CFrame = CFrame.new(4.80000019, 14.6380644, -12.3041983, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  1323. Part40.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1324. Part40.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1325. Part40.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1326. Part40.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1327. Part40.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1328. Part40.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1329. Part40.Color = Color3.new(0.498039, 0.556863, 0.392157)
  1330. Part40.Position = Vector3.new(4.80000019, 14.6380644, -12.3041983)
  1331. Part40.Orientation = Vector3.new(-75, 180, -90)
  1332. Part40.Color = Color3.new(0.498039, 0.556863, 0.392157)
  1333. Part41.Name = "BladeParts"
  1334. Part41.Parent = Tool0
  1335. Part41.BrickColor = BrickColor.new("Nougat")
  1336. Part41.Reflectance = 0.10000000149012
  1337. Part41.Rotation = Vector3.new(-105, 0, 90)
  1338. Part41.Anchored = true
  1339. Part41.CanCollide = false
  1340. Part41.FormFactor = Enum.FormFactor.Custom
  1341. Part41.Size = Vector3.new(0.5, 0.5, 0.5)
  1342. Part41.CFrame = CFrame.new(4.80000019, 11.9644279, -12.6230736, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  1343. Part41.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1344. Part41.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1345. Part41.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1346. Part41.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1347. Part41.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1348. Part41.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1349. Part41.Color = Color3.new(0.8, 0.556863, 0.411765)
  1350. Part41.Position = Vector3.new(4.80000019, 11.9644279, -12.6230736)
  1351. Part41.Orientation = Vector3.new(-75, 180, -90)
  1352. Part41.Color = Color3.new(0.8, 0.556863, 0.411765)
  1353. Part42.Name = "BladeParts"
  1354. Part42.Parent = Tool0
  1355. Part42.BrickColor = BrickColor.new("Deep orange")
  1356. Part42.Reflectance = 0.10000000149012
  1357. Part42.Rotation = Vector3.new(-105, 0, 90)
  1358. Part42.Anchored = true
  1359. Part42.CanCollide = false
  1360. Part42.FormFactor = Enum.FormFactor.Custom
  1361. Part42.Size = Vector3.new(0.5, 0.5, 0.5)
  1362. Part42.CFrame = CFrame.new(4.80000019, 12.9303541, -12.8818922, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  1363. Part42.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1364. Part42.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1365. Part42.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1366. Part42.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1367. Part42.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1368. Part42.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1369. Part42.Color = Color3.new(1, 0.690196, 0)
  1370. Part42.Position = Vector3.new(4.80000019, 12.9303541, -12.8818922)
  1371. Part42.Orientation = Vector3.new(-75, 180, -90)
  1372. Part42.Color = Color3.new(1, 0.690196, 0)
  1373. Part43.Name = "BladeParts"
  1374. Part43.Parent = Tool0
  1375. Part43.BrickColor = BrickColor.new("Cool yellow")
  1376. Part43.Reflectance = 0.10000000149012
  1377. Part43.Rotation = Vector3.new(-105, 0, 90)
  1378. Part43.Anchored = true
  1379. Part43.CanCollide = false
  1380. Part43.FormFactor = Enum.FormFactor.Custom
  1381. Part43.Size = Vector3.new(0.5, 0.5, 0.5)
  1382. Part43.CFrame = CFrame.new(4.80000019, 13.0597658, -12.3989325, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  1383. Part43.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1384. Part43.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1385. Part43.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1386. Part43.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1387. Part43.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1388. Part43.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1389. Part43.Color = Color3.new(0.992157, 0.917647, 0.552941)
  1390. Part43.Position = Vector3.new(4.80000019, 13.0597658, -12.3989325)
  1391. Part43.Orientation = Vector3.new(-75, 180, -90)
  1392. Part43.Color = Color3.new(0.992157, 0.917647, 0.552941)
  1393. Part44.Name = "BladeParts"
  1394. Part44.Parent = Tool0
  1395. Part44.BrickColor = BrickColor.new("Dark orange")
  1396. Part44.Reflectance = 0.10000000149012
  1397. Part44.Rotation = Vector3.new(-105, 0, 90)
  1398. Part44.Anchored = true
  1399. Part44.CanCollide = false
  1400. Part44.FormFactor = Enum.FormFactor.Custom
  1401. Part44.Size = Vector3.new(0.5, 0.5, 0.5)
  1402. Part44.CFrame = CFrame.new(4.80000019, 10.9985018, -12.364254, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  1403. Part44.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1404. Part44.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1405. Part44.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1406. Part44.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1407. Part44.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1408. Part44.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1409. Part44.Color = Color3.new(0.627451, 0.372549, 0.207843)
  1410. Part44.Position = Vector3.new(4.80000019, 10.9985018, -12.364254)
  1411. Part44.Orientation = Vector3.new(-75, 180, -90)
  1412. Part44.Color = Color3.new(0.627451, 0.372549, 0.207843)
  1413. Part45.Name = "BladeParts"
  1414. Part45.Parent = Tool0
  1415. Part45.BrickColor = BrickColor.new("Dark orange")
  1416. Part45.Reflectance = 0.10000000149012
  1417. Part45.Rotation = Vector3.new(-105, 0, 90)
  1418. Part45.Anchored = true
  1419. Part45.CanCollide = false
  1420. Part45.FormFactor = Enum.FormFactor.Custom
  1421. Part45.Size = Vector3.new(0.5, 0.5, 0.5)
  1422. Part45.CFrame = CFrame.new(4.80000019, 13.1891718, -11.9159679, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  1423. Part45.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1424. Part45.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1425. Part45.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1426. Part45.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1427. Part45.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1428. Part45.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1429. Part45.Color = Color3.new(0.627451, 0.372549, 0.207843)
  1430. Part45.Position = Vector3.new(4.80000019, 13.1891718, -11.9159679)
  1431. Part45.Orientation = Vector3.new(-75, 180, -90)
  1432. Part45.Color = Color3.new(0.627451, 0.372549, 0.207843)
  1433. Part46.Name = "BladeParts"
  1434. Part46.Parent = Tool0
  1435. Part46.BrickColor = BrickColor.new("Grime")
  1436. Part46.Reflectance = 0.10000000149012
  1437. Part46.Rotation = Vector3.new(-105, 0, 90)
  1438. Part46.Anchored = true
  1439. Part46.CanCollide = false
  1440. Part46.FormFactor = Enum.FormFactor.Custom
  1441. Part46.Size = Vector3.new(0.5, 0.5, 0.5)
  1442. Part46.CFrame = CFrame.new(4.80000019, 15.1210222, -12.4336004, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  1443. Part46.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1444. Part46.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1445. Part46.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1446. Part46.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1447. Part46.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1448. Part46.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1449. Part46.Color = Color3.new(0.498039, 0.556863, 0.392157)
  1450. Part46.Position = Vector3.new(4.80000019, 15.1210222, -12.4336004)
  1451. Part46.Orientation = Vector3.new(-75, 180, -90)
  1452. Part46.Color = Color3.new(0.498039, 0.556863, 0.392157)
  1453. Part47.Name = "BladeParts"
  1454. Part47.Parent = Tool0
  1455. Part47.BrickColor = BrickColor.new("Deep blue")
  1456. Part47.Reflectance = 0.10000000149012
  1457. Part47.Rotation = Vector3.new(-105, 0, 90)
  1458. Part47.Anchored = true
  1459. Part47.CanCollide = false
  1460. Part47.FormFactor = Enum.FormFactor.Custom
  1461. Part47.Size = Vector3.new(0.5, 0.5, 0.5)
  1462. Part47.CFrame = CFrame.new(4.80000019, 4.96951008, -17.4780884, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  1463. Part47.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1464. Part47.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1465. Part47.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1466. Part47.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1467. Part47.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1468. Part47.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1469. Part47.Color = Color3.new(0.129412, 0.329412, 0.72549)
  1470. Part47.Position = Vector3.new(4.80000019, 4.96951008, -17.4780884)
  1471. Part47.Orientation = Vector3.new(-75, 180, -90)
  1472. Part47.Color = Color3.new(0.129412, 0.329412, 0.72549)
  1473. Part48.Name = "BladeParts"
  1474. Part48.Parent = Tool0
  1475. Part48.BrickColor = BrickColor.new("Bright bluish green")
  1476. Part48.Reflectance = 0.10000000149012
  1477. Part48.Rotation = Vector3.new(-105, 0, 90)
  1478. Part48.Anchored = true
  1479. Part48.CanCollide = false
  1480. Part48.FormFactor = Enum.FormFactor.Custom
  1481. Part48.Size = Vector3.new(0.5, 0.5, 0.5)
  1482. Part48.CFrame = CFrame.new(4.80000019, 13.7668676, -13.6236744, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  1483. Part48.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1484. Part48.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1485. Part48.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1486. Part48.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1487. Part48.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1488. Part48.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1489. Part48.Color = Color3.new(0, 0.560784, 0.611765)
  1490. Part48.Position = Vector3.new(4.80000019, 13.7668676, -13.6236744)
  1491. Part48.Orientation = Vector3.new(-75, 180, -90)
  1492. Part48.Color = Color3.new(0, 0.560784, 0.611765)
  1493. Part49.Name = "BladeParts"
  1494. Part49.Parent = Tool0
  1495. Part49.BrickColor = BrickColor.new("Bright green")
  1496. Part49.Reflectance = 0.10000000149012
  1497. Part49.Rotation = Vector3.new(-105, 0, 90)
  1498. Part49.Anchored = true
  1499. Part49.CanCollide = false
  1500. Part49.FormFactor = Enum.FormFactor.Custom
  1501. Part49.Size = Vector3.new(0.5, 0.5, 0.5)
  1502. Part49.CFrame = CFrame.new(4.80000019, 6.45307493, -15.8050537, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  1503. Part49.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1504. Part49.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1505. Part49.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1506. Part49.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1507. Part49.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1508. Part49.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1509. Part49.Color = Color3.new(0.294118, 0.592157, 0.294118)
  1510. Part49.Position = Vector3.new(4.80000019, 6.45307493, -15.8050537)
  1511. Part49.Orientation = Vector3.new(-75, 180, -90)
  1512. Part49.Color = Color3.new(0.294118, 0.592157, 0.294118)
  1513. Part50.Name = "BladeParts"
  1514. Part50.Parent = Tool0
  1515. Part50.BrickColor = BrickColor.new("Earth green")
  1516. Part50.Reflectance = 0.10000000149012
  1517. Part50.Rotation = Vector3.new(-105, 0, 90)
  1518. Part50.Anchored = true
  1519. Part50.CanCollide = false
  1520. Part50.FormFactor = Enum.FormFactor.Custom
  1521. Part50.Size = Vector3.new(0.5, 0.5, 0.5)
  1522. Part50.CFrame = CFrame.new(4.80000019, 6.32366514, -16.2880154, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  1523. Part50.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1524. Part50.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1525. Part50.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1526. Part50.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1527. Part50.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1528. Part50.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1529. Part50.Color = Color3.new(0.152941, 0.27451, 0.176471)
  1530. Part50.Position = Vector3.new(4.80000019, 6.32366514, -16.2880154)
  1531. Part50.Orientation = Vector3.new(-75, 180, -90)
  1532. Part50.Color = Color3.new(0.152941, 0.27451, 0.176471)
  1533. Part51.Name = "BladeParts"
  1534. Part51.Parent = Tool0
  1535. Part51.BrickColor = BrickColor.new("Br. yellowish green")
  1536. Part51.Reflectance = 0.10000000149012
  1537. Part51.Rotation = Vector3.new(-105, 0, 90)
  1538. Part51.Anchored = true
  1539. Part51.CanCollide = false
  1540. Part51.FormFactor = Enum.FormFactor.Custom
  1541. Part51.Size = Vector3.new(0.5, 0.5, 0.5)
  1542. Part51.CFrame = CFrame.new(4.80000019, 7.19485807, -14.9685383, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  1543. Part51.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1544. Part51.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1545. Part51.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1546. Part51.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1547. Part51.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1548. Part51.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1549. Part51.Color = Color3.new(0.643137, 0.741176, 0.278431)
  1550. Part51.Position = Vector3.new(4.80000019, 7.19485807, -14.9685383)
  1551. Part51.Orientation = Vector3.new(-75, 180, -90)
  1552. Part51.Color = Color3.new(0.643137, 0.741176, 0.278431)
  1553. Part52.Name = "BladeParts"
  1554. Part52.Parent = Tool0
  1555. Part52.BrickColor = BrickColor.new("Earth green")
  1556. Part52.Reflectance = 0.10000000149012
  1557. Part52.Rotation = Vector3.new(-105, 0, 90)
  1558. Part52.Anchored = true
  1559. Part52.CanCollide = false
  1560. Part52.FormFactor = Enum.FormFactor.Custom
  1561. Part52.Size = Vector3.new(0.5, 0.5, 0.5)
  1562. Part52.CFrame = CFrame.new(4.80000019, 5.8407011, -16.1586056, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  1563. Part52.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1564. Part52.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1565. Part52.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1566. Part52.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1567. Part52.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1568. Part52.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1569. Part52.Color = Color3.new(0.152941, 0.27451, 0.176471)
  1570. Part52.Position = Vector3.new(4.80000019, 5.8407011, -16.1586056)
  1571. Part52.Orientation = Vector3.new(-75, 180, -90)
  1572. Part52.Color = Color3.new(0.152941, 0.27451, 0.176471)
  1573. Part53.Name = "BladeParts"
  1574. Part53.Parent = Tool0
  1575. Part53.BrickColor = BrickColor.new("Earth green")
  1576. Part53.Reflectance = 0.10000000149012
  1577. Part53.Rotation = Vector3.new(-105, 0, 90)
  1578. Part53.Anchored = true
  1579. Part53.CanCollide = false
  1580. Part53.FormFactor = Enum.FormFactor.Custom
  1581. Part53.Size = Vector3.new(0.5, 0.5, 0.5)
  1582. Part53.CFrame = CFrame.new(4.80000019, 5.26300716, -14.450902, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  1583. Part53.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1584. Part53.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1585. Part53.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1586. Part53.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1587. Part53.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1588. Part53.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1589. Part53.Color = Color3.new(0.152941, 0.27451, 0.176471)
  1590. Part53.Position = Vector3.new(4.80000019, 5.26300716, -14.450902)
  1591. Part53.Orientation = Vector3.new(-75, 180, -90)
  1592. Part53.Color = Color3.new(0.152941, 0.27451, 0.176471)
  1593. Part54.Name = "BladeParts"
  1594. Part54.Parent = Tool0
  1595. Part54.BrickColor = BrickColor.new("Br. yellowish green")
  1596. Part54.Reflectance = 0.10000000149012
  1597. Part54.Rotation = Vector3.new(-105, 0, 90)
  1598. Part54.Anchored = true
  1599. Part54.CanCollide = false
  1600. Part54.FormFactor = Enum.FormFactor.Custom
  1601. Part54.Size = Vector3.new(0.5, 0.5, 0.5)
  1602. Part54.CFrame = CFrame.new(4.80000019, 9.03197384, -13.9078779, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  1603. Part54.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1604. Part54.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1605. Part54.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1606. Part54.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1607. Part54.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1608. Part54.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1609. Part54.Color = Color3.new(0.643137, 0.741176, 0.278431)
  1610. Part54.Position = Vector3.new(4.80000019, 9.03197384, -13.9078779)
  1611. Part54.Orientation = Vector3.new(-75, 180, -90)
  1612. Part54.Color = Color3.new(0.643137, 0.741176, 0.278431)
  1613. Part55.Name = "BladeParts"
  1614. Part55.Parent = Tool0
  1615. Part55.BrickColor = BrickColor.new("Earth green")
  1616. Part55.Reflectance = 0.10000000149012
  1617. Part55.Rotation = Vector3.new(-105, 0, 90)
  1618. Part55.Anchored = true
  1619. Part55.CanCollide = false
  1620. Part55.FormFactor = Enum.FormFactor.Custom
  1621. Part55.Size = Vector3.new(0.5, 0.5, 0.5)
  1622. Part55.CFrame = CFrame.new(4.80000019, 6.09951878, -15.1926804, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  1623. Part55.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1624. Part55.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1625. Part55.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1626. Part55.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1627. Part55.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1628. Part55.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1629. Part55.Color = Color3.new(0.152941, 0.27451, 0.176471)
  1630. Part55.Position = Vector3.new(4.80000019, 6.09951878, -15.1926804)
  1631. Part55.Orientation = Vector3.new(-75, 180, -90)
  1632. Part55.Color = Color3.new(0.152941, 0.27451, 0.176471)
  1633. Part56.Name = "BladeParts"
  1634. Part56.Parent = Tool0
  1635. Part56.BrickColor = BrickColor.new("Br. yellowish green")
  1636. Part56.Reflectance = 0.10000000149012
  1637. Part56.Rotation = Vector3.new(-105, 0, 90)
  1638. Part56.Anchored = true
  1639. Part56.CanCollide = false
  1640. Part56.FormFactor = Enum.FormFactor.Custom
  1641. Part56.Size = Vector3.new(0.5, 0.5, 0.5)
  1642. Part56.CFrame = CFrame.new(4.80000019, 9.64434624, -13.5543184, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  1643. Part56.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1644. Part56.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1645. Part56.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1646. Part56.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1647. Part56.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1648. Part56.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1649. Part56.Color = Color3.new(0.643137, 0.741176, 0.278431)
  1650. Part56.Position = Vector3.new(4.80000019, 9.64434624, -13.5543184)
  1651. Part56.Orientation = Vector3.new(-75, 180, -90)
  1652. Part56.Color = Color3.new(0.643137, 0.741176, 0.278431)
  1653. Part57.Name = "BladeParts"
  1654. Part57.Parent = Tool0
  1655. Part57.BrickColor = BrickColor.new("Earth green")
  1656. Part57.Reflectance = 0.10000000149012
  1657. Part57.Rotation = Vector3.new(-105, 0, 90)
  1658. Part57.Anchored = true
  1659. Part57.CanCollide = false
  1660. Part57.FormFactor = Enum.FormFactor.Custom
  1661. Part57.Size = Vector3.new(0.5, 0.5, 0.5)
  1662. Part57.CFrame = CFrame.new(4.80000019, 5.48715019, -15.5462341, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  1663. Part57.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1664. Part57.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1665. Part57.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1666. Part57.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1667. Part57.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1668. Part57.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1669. Part57.Color = Color3.new(0.152941, 0.27451, 0.176471)
  1670. Part57.Position = Vector3.new(4.80000019, 5.48715019, -15.5462341)
  1671. Part57.Orientation = Vector3.new(-75, 180, -90)
  1672. Part57.Color = Color3.new(0.152941, 0.27451, 0.176471)
  1673. Part58.Name = "BladeParts"
  1674. Part58.Parent = Tool0
  1675. Part58.BrickColor = BrickColor.new("Br. yellowish green")
  1676. Part58.Reflectance = 0.10000000149012
  1677. Part58.Rotation = Vector3.new(-105, 0, 90)
  1678. Part58.Anchored = true
  1679. Part58.CanCollide = false
  1680. Part58.FormFactor = Enum.FormFactor.Custom
  1681. Part58.Size = Vector3.new(0.5, 0.5, 0.5)
  1682. Part58.CFrame = CFrame.new(4.80000019, 8.41960239, -14.2614279, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  1683. Part58.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1684. Part58.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1685. Part58.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1686. Part58.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1687. Part58.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1688. Part58.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1689. Part58.Color = Color3.new(0.643137, 0.741176, 0.278431)
  1690. Part58.Position = Vector3.new(4.80000019, 8.41960239, -14.2614279)
  1691. Part58.Orientation = Vector3.new(-75, 180, -90)
  1692. Part58.Color = Color3.new(0.643137, 0.741176, 0.278431)
  1693. Part59.Name = "BladeParts"
  1694. Part59.Parent = Tool0
  1695. Part59.BrickColor = BrickColor.new("Deep orange")
  1696. Part59.Reflectance = 0.10000000149012
  1697. Part59.Rotation = Vector3.new(-105, 0, 90)
  1698. Part59.Anchored = true
  1699. Part59.CanCollide = false
  1700. Part59.FormFactor = Enum.FormFactor.Custom
  1701. Part59.Size = Vector3.new(0.5, 0.5, 0.5)
  1702. Part59.CFrame = CFrame.new(4.80000019, 10.2567177, -13.2007685, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  1703. Part59.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1704. Part59.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1705. Part59.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1706. Part59.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1707. Part59.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1708. Part59.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1709. Part59.Color = Color3.new(1, 0.690196, 0)
  1710. Part59.Position = Vector3.new(4.80000019, 10.2567177, -13.2007685)
  1711. Part59.Orientation = Vector3.new(-75, 180, -90)
  1712. Part59.Color = Color3.new(1, 0.690196, 0)
  1713. Part60.Name = "BladeParts"
  1714. Part60.Parent = Tool0
  1715. Part60.BrickColor = BrickColor.new("Earth green")
  1716. Part60.Reflectance = 0.10000000149012
  1717. Part60.Rotation = Vector3.new(-105, 0, 90)
  1718. Part60.Anchored = true
  1719. Part60.CanCollide = false
  1720. Part60.FormFactor = Enum.FormFactor.Custom
  1721. Part60.Size = Vector3.new(0.5, 0.5, 0.5)
  1722. Part60.CFrame = CFrame.new(4.80000019, 5.13359404, -14.9338636, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  1723. Part60.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1724. Part60.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1725. Part60.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1726. Part60.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1727. Part60.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1728. Part60.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1729. Part60.Color = Color3.new(0.152941, 0.27451, 0.176471)
  1730. Part60.Position = Vector3.new(4.80000019, 5.13359404, -14.9338636)
  1731. Part60.Orientation = Vector3.new(-75, 180, -90)
  1732. Part60.Color = Color3.new(0.152941, 0.27451, 0.176471)
  1733. Part61.Name = "BladeParts"
  1734. Part61.Parent = Tool0
  1735. Part61.BrickColor = BrickColor.new("Br. yellowish green")
  1736. Part61.Reflectance = 0.10000000149012
  1737. Part61.Rotation = Vector3.new(-105, 0, 90)
  1738. Part61.Anchored = true
  1739. Part61.CanCollide = false
  1740. Part61.FormFactor = Enum.FormFactor.Custom
  1741. Part61.Size = Vector3.new(0.5, 0.5, 0.5)
  1742. Part61.CFrame = CFrame.new(4.80000019, 5.35774088, -16.0291977, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  1743. Part61.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1744. Part61.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1745. Part61.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1746. Part61.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1747. Part61.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1748. Part61.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1749. Part61.Color = Color3.new(0.643137, 0.741176, 0.278431)
  1750. Part61.Position = Vector3.new(4.80000019, 5.35774088, -16.0291977)
  1751. Part61.Orientation = Vector3.new(-75, 180, -90)
  1752. Part61.Color = Color3.new(0.643137, 0.741176, 0.278431)
  1753. Part62.Name = "BladeParts"
  1754. Part62.Parent = Tool0
  1755. Part62.BrickColor = BrickColor.new("Earth green")
  1756. Part62.Reflectance = 0.10000000149012
  1757. Part62.Rotation = Vector3.new(-105, 0, 90)
  1758. Part62.Anchored = true
  1759. Part62.CanCollide = false
  1760. Part62.FormFactor = Enum.FormFactor.Custom
  1761. Part62.Size = Vector3.new(0.5, 0.5, 0.5)
  1762. Part62.CFrame = CFrame.new(4.80000019, 6.93603897, -15.9344645, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  1763. Part62.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1764. Part62.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1765. Part62.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1766. Part62.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1767. Part62.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1768. Part62.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1769. Part62.Color = Color3.new(0.152941, 0.27451, 0.176471)
  1770. Part62.Position = Vector3.new(4.80000019, 6.93603897, -15.9344645)
  1771. Part62.Orientation = Vector3.new(-75, 180, -90)
  1772. Part62.Color = Color3.new(0.152941, 0.27451, 0.176471)
  1773. Part63.Name = "BladeParts"
  1774. Part63.Parent = Tool0
  1775. Part63.BrickColor = BrickColor.new("Grime")
  1776. Part63.Reflectance = 0.10000000149012
  1777. Part63.Rotation = Vector3.new(-105, 0, 90)
  1778. Part63.Anchored = true
  1779. Part63.CanCollide = false
  1780. Part63.FormFactor = Enum.FormFactor.Custom
  1781. Part63.Size = Vector3.new(0.5, 0.5, 0.5)
  1782. Part63.CFrame = CFrame.new(4.80000019, 7.06544781, -15.4515018, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  1783. Part63.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1784. Part63.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1785. Part63.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1786. Part63.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1787. Part63.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1788. Part63.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1789. Part63.Color = Color3.new(0.498039, 0.556863, 0.392157)
  1790. Part63.Position = Vector3.new(4.80000019, 7.06544781, -15.4515018)
  1791. Part63.Orientation = Vector3.new(-75, 180, -90)
  1792. Part63.Color = Color3.new(0.498039, 0.556863, 0.392157)
  1793. Part64.Name = "BladeParts"
  1794. Part64.Parent = Tool0
  1795. Part64.BrickColor = BrickColor.new("Grime")
  1796. Part64.Reflectance = 0.10000000149012
  1797. Part64.Rotation = Vector3.new(-105, 0, 90)
  1798. Part64.Anchored = true
  1799. Part64.CanCollide = false
  1800. Part64.FormFactor = Enum.FormFactor.Custom
  1801. Part64.Size = Vector3.new(0.5, 0.5, 0.5)
  1802. Part64.CFrame = CFrame.new(4.80000019, 8.29018879, -14.7443943, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  1803. Part64.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1804. Part64.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1805. Part64.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1806. Part64.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1807. Part64.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1808. Part64.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1809. Part64.Color = Color3.new(0.498039, 0.556863, 0.392157)
  1810. Part64.Position = Vector3.new(4.80000019, 8.29018879, -14.7443943)
  1811. Part64.Orientation = Vector3.new(-75, 180, -90)
  1812. Part64.Color = Color3.new(0.498039, 0.556863, 0.392157)
  1813. Part65.Name = "BladeParts"
  1814. Part65.Parent = Tool0
  1815. Part65.BrickColor = BrickColor.new("Grime")
  1816. Part65.Reflectance = 0.10000000149012
  1817. Part65.Rotation = Vector3.new(-105, 0, 90)
  1818. Part65.Anchored = true
  1819. Part65.CanCollide = false
  1820. Part65.FormFactor = Enum.FormFactor.Custom
  1821. Part65.Size = Vector3.new(0.5, 0.5, 0.5)
  1822. Part65.CFrame = CFrame.new(4.80000019, 7.32426691, -14.4855757, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  1823. Part65.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1824. Part65.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1825. Part65.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1826. Part65.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1827. Part65.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1828. Part65.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1829. Part65.Color = Color3.new(0.498039, 0.556863, 0.392157)
  1830. Part65.Position = Vector3.new(4.80000019, 7.32426691, -14.4855757)
  1831. Part65.Orientation = Vector3.new(-75, 180, -90)
  1832. Part65.Color = Color3.new(0.498039, 0.556863, 0.392157)
  1833. Part66.Name = "BladeParts"
  1834. Part66.Parent = Tool0
  1835. Part66.BrickColor = BrickColor.new("Earth green")
  1836. Part66.Reflectance = 0.10000000149012
  1837. Part66.Rotation = Vector3.new(-105, 0, 90)
  1838. Part66.Anchored = true
  1839. Part66.CanCollide = false
  1840. Part66.FormFactor = Enum.FormFactor.Custom
  1841. Part66.Size = Vector3.new(0.5, 0.5, 0.5)
  1842. Part66.CFrame = CFrame.new(4.80000019, 5.0041852, -15.4168282, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  1843. Part66.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1844. Part66.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1845. Part66.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1846. Part66.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1847. Part66.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1848. Part66.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1849. Part66.Color = Color3.new(0.152941, 0.27451, 0.176471)
  1850. Part66.Position = Vector3.new(4.80000019, 5.0041852, -15.4168282)
  1851. Part66.Orientation = Vector3.new(-75, 180, -90)
  1852. Part66.Color = Color3.new(0.152941, 0.27451, 0.176471)
  1853. Part67.Name = "BladeParts"
  1854. Part67.Parent = Tool0
  1855. Part67.BrickColor = BrickColor.new("Br. yellowish green")
  1856. Part67.Reflectance = 0.10000000149012
  1857. Part67.Rotation = Vector3.new(-105, 0, 90)
  1858. Part67.Anchored = true
  1859. Part67.CanCollide = false
  1860. Part67.FormFactor = Enum.FormFactor.Custom
  1861. Part67.Size = Vector3.new(0.5, 0.5, 0.5)
  1862. Part67.CFrame = CFrame.new(4.80000019, 5.97011089, -15.6756439, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  1863. Part67.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1864. Part67.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1865. Part67.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1866. Part67.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1867. Part67.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1868. Part67.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1869. Part67.Color = Color3.new(0.643137, 0.741176, 0.278431)
  1870. Part67.Position = Vector3.new(4.80000019, 5.97011089, -15.6756439)
  1871. Part67.Orientation = Vector3.new(-75, 180, -90)
  1872. Part67.Color = Color3.new(0.643137, 0.741176, 0.278431)
  1873. Part68.Name = "BladeParts"
  1874. Part68.Parent = Tool0
  1875. Part68.BrickColor = BrickColor.new("Pastel green")
  1876. Part68.Reflectance = 0.10000000149012
  1877. Part68.Rotation = Vector3.new(-105, 0, 90)
  1878. Part68.Anchored = true
  1879. Part68.CanCollide = false
  1880. Part68.FormFactor = Enum.FormFactor.Custom
  1881. Part68.Size = Vector3.new(0.5, 0.5, 0.5)
  1882. Part68.CFrame = CFrame.new(4.80000019, 6.22893095, -14.7097197, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  1883. Part68.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1884. Part68.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1885. Part68.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1886. Part68.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1887. Part68.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1888. Part68.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1889. Part68.Color = Color3.new(0.8, 1, 0.8)
  1890. Part68.Position = Vector3.new(4.80000019, 6.22893095, -14.7097197)
  1891. Part68.Orientation = Vector3.new(-75, 180, -90)
  1892. Part68.Color = Color3.new(0.8, 1, 0.8)
  1893. Part69.Name = "BladeParts"
  1894. Part69.Parent = Tool0
  1895. Part69.BrickColor = BrickColor.new("Br. yellowish green")
  1896. Part69.Reflectance = 0.10000000149012
  1897. Part69.Rotation = Vector3.new(-105, 0, 90)
  1898. Part69.Anchored = true
  1899. Part69.CanCollide = false
  1900. Part69.FormFactor = Enum.FormFactor.Custom
  1901. Part69.Size = Vector3.new(0.5, 0.5, 0.5)
  1902. Part69.CFrame = CFrame.new(4.80000019, 6.5824852, -15.3220901, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  1903. Part69.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1904. Part69.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1905. Part69.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1906. Part69.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1907. Part69.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1908. Part69.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1909. Part69.Color = Color3.new(0.643137, 0.741176, 0.278431)
  1910. Part69.Position = Vector3.new(4.80000019, 6.5824852, -15.3220901)
  1911. Part69.Orientation = Vector3.new(-75, 180, -90)
  1912. Part69.Color = Color3.new(0.643137, 0.741176, 0.278431)
  1913. Part70.Name = "BladeParts"
  1914. Part70.Parent = Tool0
  1915. Part70.BrickColor = BrickColor.new("Grime")
  1916. Part70.Reflectance = 0.10000000149012
  1917. Part70.Rotation = Vector3.new(-105, 0, 90)
  1918. Part70.Anchored = true
  1919. Part70.CanCollide = false
  1920. Part70.FormFactor = Enum.FormFactor.Custom
  1921. Part70.Size = Vector3.new(0.5, 0.5, 0.5)
  1922. Part70.CFrame = CFrame.new(4.80000019, 7.67782116, -15.0979481, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  1923. Part70.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1924. Part70.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1925. Part70.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1926. Part70.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1927. Part70.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1928. Part70.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1929. Part70.Color = Color3.new(0.498039, 0.556863, 0.392157)
  1930. Part70.Position = Vector3.new(4.80000019, 7.67782116, -15.0979481)
  1931. Part70.Orientation = Vector3.new(-75, 180, -90)
  1932. Part70.Color = Color3.new(0.498039, 0.556863, 0.392157)
  1933. Part71.Name = "BladeParts"
  1934. Part71.Parent = Tool0
  1935. Part71.BrickColor = BrickColor.new("Br. yellowish green")
  1936. Part71.Reflectance = 0.10000000149012
  1937. Part71.Rotation = Vector3.new(-105, 0, 90)
  1938. Part71.Anchored = true
  1939. Part71.CanCollide = false
  1940. Part71.FormFactor = Enum.FormFactor.Custom
  1941. Part71.Size = Vector3.new(0.5, 0.5, 0.5)
  1942. Part71.CFrame = CFrame.new(4.80000019, 7.80723095, -14.6149817, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  1943. Part71.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1944. Part71.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1945. Part71.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1946. Part71.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1947. Part71.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1948. Part71.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1949. Part71.Color = Color3.new(0.643137, 0.741176, 0.278431)
  1950. Part71.Position = Vector3.new(4.80000019, 7.80723095, -14.6149817)
  1951. Part71.Orientation = Vector3.new(-75, 180, -90)
  1952. Part71.Color = Color3.new(0.643137, 0.741176, 0.278431)
  1953. Part72.Name = "BladeParts"
  1954. Part72.Parent = Tool0
  1955. Part72.BrickColor = BrickColor.new("Grime")
  1956. Part72.Reflectance = 0.10000000149012
  1957. Part72.Rotation = Vector3.new(-105, 0, 90)
  1958. Part72.Anchored = true
  1959. Part72.CanCollide = false
  1960. Part72.FormFactor = Enum.FormFactor.Custom
  1961. Part72.Size = Vector3.new(0.5, 0.5, 0.5)
  1962. Part72.CFrame = CFrame.new(4.80000019, 7.93663883, -14.1320257, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  1963. Part72.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1964. Part72.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1965. Part72.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1966. Part72.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1967. Part72.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1968. Part72.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1969. Part72.Color = Color3.new(0.498039, 0.556863, 0.392157)
  1970. Part72.Position = Vector3.new(4.80000019, 7.93663883, -14.1320257)
  1971. Part72.Orientation = Vector3.new(-75, 180, -90)
  1972. Part72.Color = Color3.new(0.498039, 0.556863, 0.392157)
  1973. Part73.Name = "BladeParts"
  1974. Part73.Parent = Tool0
  1975. Part73.BrickColor = BrickColor.new("Grime")
  1976. Part73.Reflectance = 0.10000000149012
  1977. Part73.Rotation = Vector3.new(-105, 0, 90)
  1978. Part73.Anchored = true
  1979. Part73.CanCollide = false
  1980. Part73.FormFactor = Enum.FormFactor.Custom
  1981. Part73.Size = Vector3.new(0.5, 0.5, 0.5)
  1982. Part73.CFrame = CFrame.new(4.80000019, 6.35834122, -14.2267485, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  1983. Part73.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1984. Part73.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1985. Part73.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1986. Part73.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1987. Part73.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1988. Part73.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1989. Part73.Color = Color3.new(0.498039, 0.556863, 0.392157)
  1990. Part73.Position = Vector3.new(4.80000019, 6.35834122, -14.2267485)
  1991. Part73.Orientation = Vector3.new(-75, 180, -90)
  1992. Part73.Color = Color3.new(0.498039, 0.556863, 0.392157)
  1993. Part74.Name = "BladeParts"
  1994. Part74.Parent = Tool0
  1995. Part74.BrickColor = BrickColor.new("Grime")
  1996. Part74.Reflectance = 0.10000000149012
  1997. Part74.Rotation = Vector3.new(-105, 0, 90)
  1998. Part74.Anchored = true
  1999. Part74.CanCollide = false
  2000. Part74.FormFactor = Enum.FormFactor.Custom
  2001. Part74.Size = Vector3.new(0.5, 0.5, 0.5)
  2002. Part74.CFrame = CFrame.new(4.80000019, 7.45367718, -14.0026159, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  2003. Part74.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2004. Part74.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2005. Part74.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2006. Part74.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2007. Part74.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2008. Part74.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2009. Part74.Color = Color3.new(0.498039, 0.556863, 0.392157)
  2010. Part74.Position = Vector3.new(4.80000019, 7.45367718, -14.0026159)
  2011. Part74.Orientation = Vector3.new(-75, 180, -90)
  2012. Part74.Color = Color3.new(0.498039, 0.556863, 0.392157)
  2013. Part75.Name = "BladeParts"
  2014. Part75.Parent = Tool0
  2015. Part75.BrickColor = BrickColor.new("Grime")
  2016. Part75.Reflectance = 0.10000000149012
  2017. Part75.Rotation = Vector3.new(-105, 0, 90)
  2018. Part75.Anchored = true
  2019. Part75.CanCollide = false
  2020. Part75.FormFactor = Enum.FormFactor.Custom
  2021. Part75.Size = Vector3.new(0.5, 0.5, 0.5)
  2022. Part75.CFrame = CFrame.new(4.7999959, 6.71189499, -14.8391304, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  2023. Part75.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2024. Part75.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2025. Part75.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2026. Part75.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2027. Part75.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2028. Part75.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2029. Part75.Color = Color3.new(0.498039, 0.556863, 0.392157)
  2030. Part75.Position = Vector3.new(4.7999959, 6.71189499, -14.8391304)
  2031. Part75.Orientation = Vector3.new(-75, 180, -90)
  2032. Part75.Color = Color3.new(0.498039, 0.556863, 0.392157)
  2033. Part76.Name = "BladeParts"
  2034. Part76.Parent = Tool0
  2035. Part76.BrickColor = BrickColor.new("Sand green")
  2036. Part76.Reflectance = 0.10000000149012
  2037. Part76.Rotation = Vector3.new(-105, 0, 90)
  2038. Part76.Anchored = true
  2039. Part76.CanCollide = false
  2040. Part76.FormFactor = Enum.FormFactor.Custom
  2041. Part76.Size = Vector3.new(0.5, 0.5, 0.5)
  2042. Part76.CFrame = CFrame.new(4.80000019, 5.61655807, -15.0632763, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  2043. Part76.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2044. Part76.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2045. Part76.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2046. Part76.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2047. Part76.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2048. Part76.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2049. Part76.Color = Color3.new(0.470588, 0.564706, 0.509804)
  2050. Part76.Position = Vector3.new(4.80000019, 5.61655807, -15.0632763)
  2051. Part76.Orientation = Vector3.new(-75, 180, -90)
  2052. Part76.Color = Color3.new(0.470588, 0.564706, 0.509804)
  2053. Part77.Name = "BladeParts"
  2054. Part77.Parent = Tool0
  2055. Part77.BrickColor = BrickColor.new("Grime")
  2056. Part77.Reflectance = 0.10000000149012
  2057. Part77.Rotation = Vector3.new(-105, 0, 90)
  2058. Part77.Anchored = true
  2059. Part77.CanCollide = false
  2060. Part77.FormFactor = Enum.FormFactor.Custom
  2061. Part77.Size = Vector3.new(0.5, 0.5, 0.5)
  2062. Part77.CFrame = CFrame.new(4.80000019, 6.84130287, -14.3561659, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  2063. Part77.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2064. Part77.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2065. Part77.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2066. Part77.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2067. Part77.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2068. Part77.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2069. Part77.Color = Color3.new(0.498039, 0.556863, 0.392157)
  2070. Part77.Position = Vector3.new(4.80000019, 6.84130287, -14.3561659)
  2071. Part77.Orientation = Vector3.new(-75, 180, -90)
  2072. Part77.Color = Color3.new(0.498039, 0.556863, 0.392157)
  2073. Part78.Name = "BladeParts"
  2074. Part78.Parent = Tool0
  2075. Part78.BrickColor = BrickColor.new("Earth green")
  2076. Part78.Reflectance = 0.10000000149012
  2077. Part78.Rotation = Vector3.new(-105, 0, 90)
  2078. Part78.Anchored = true
  2079. Part78.CanCollide = false
  2080. Part78.FormFactor = Enum.FormFactor.Custom
  2081. Part78.Size = Vector3.new(0.5, 0.5, 0.5)
  2082. Part78.CFrame = CFrame.new(4.80000019, 5.74596786, -14.5803099, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  2083. Part78.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2084. Part78.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2085. Part78.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2086. Part78.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2087. Part78.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2088. Part78.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2089. Part78.Color = Color3.new(0.152941, 0.27451, 0.176471)
  2090. Part78.Position = Vector3.new(4.80000019, 5.74596786, -14.5803099)
  2091. Part78.Orientation = Vector3.new(-75, 180, -90)
  2092. Part78.Color = Color3.new(0.152941, 0.27451, 0.176471)
  2093. Part79.Name = "fakeHandleParts"
  2094. Part79.Parent = Tool0
  2095. Part79.BrickColor = BrickColor.new("Cool yellow")
  2096. Part79.Reflectance = 0.10000000149012
  2097. Part79.Rotation = Vector3.new(-105, 0, 90)
  2098. Part79.Anchored = true
  2099. Part79.CanCollide = false
  2100. Part79.FormFactor = Enum.FormFactor.Custom
  2101. Part79.Size = Vector3.new(0.5, 0.5, 0.5)
  2102. Part79.CFrame = CFrame.new(4.80000019, 3.744766, -18.1851959, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  2103. Part79.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2104. Part79.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2105. Part79.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2106. Part79.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2107. Part79.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2108. Part79.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2109. Part79.Color = Color3.new(0.992157, 0.917647, 0.552941)
  2110. Part79.Position = Vector3.new(4.80000019, 3.744766, -18.1851959)
  2111. Part79.Orientation = Vector3.new(-75, 180, -90)
  2112. Part79.Color = Color3.new(0.992157, 0.917647, 0.552941)
  2113. Part80.Name = "fakeHandleParts"
  2114. Part80.Parent = Tool0
  2115. Part80.BrickColor = BrickColor.new("Lavender")
  2116. Part80.Reflectance = 0.10000000149012
  2117. Part80.Rotation = Vector3.new(-105, 0, 90)
  2118. Part80.Anchored = true
  2119. Part80.CanCollide = false
  2120. Part80.FormFactor = Enum.FormFactor.Custom
  2121. Part80.Size = Vector3.new(0.5, 0.5, 0.5)
  2122. Part80.CFrame = CFrame.new(4.80000019, 3.29647899, -15.9945259, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  2123. Part80.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2124. Part80.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2125. Part80.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2126. Part80.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2127. Part80.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2128. Part80.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2129. Part80.Color = Color3.new(0.54902, 0.356863, 0.623529)
  2130. Part80.Position = Vector3.new(4.80000019, 3.29647899, -15.9945259)
  2131. Part80.Orientation = Vector3.new(-75, 180, -90)
  2132. Part80.Color = Color3.new(0.54902, 0.356863, 0.623529)
  2133. Part81.Name = "BladeParts"
  2134. Part81.Parent = Tool0
  2135. Part81.BrickColor = BrickColor.new("Earth green")
  2136. Part81.Reflectance = 0.10000000149012
  2137. Part81.Rotation = Vector3.new(-105, 0, 90)
  2138. Part81.Anchored = true
  2139. Part81.CanCollide = false
  2140. Part81.FormFactor = Enum.FormFactor.Custom
  2141. Part81.Size = Vector3.new(0.5, 0.5, 0.5)
  2142. Part81.CFrame = CFrame.new(4.80000019, 4.61595678, -16.8657169, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  2143. Part81.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2144. Part81.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2145. Part81.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2146. Part81.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2147. Part81.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2148. Part81.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2149. Part81.Color = Color3.new(0.152941, 0.27451, 0.176471)
  2150. Part81.Position = Vector3.new(4.80000019, 4.61595678, -16.8657169)
  2151. Part81.Orientation = Vector3.new(-75, 180, -90)
  2152. Part81.Color = Color3.new(0.152941, 0.27451, 0.176471)
  2153. Part82.Name = "BladeParts"
  2154. Part82.Parent = Tool0
  2155. Part82.BrickColor = BrickColor.new("Dark green")
  2156. Part82.Reflectance = 0.10000000149012
  2157. Part82.Rotation = Vector3.new(-105, 0, 90)
  2158. Part82.Anchored = true
  2159. Part82.CanCollide = false
  2160. Part82.FormFactor = Enum.FormFactor.Custom
  2161. Part82.Size = Vector3.new(0.5, 0.5, 0.5)
  2162. Part82.CFrame = CFrame.new(4.80000019, 4.48654604, -17.3486786, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  2163. Part82.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2164. Part82.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2165. Part82.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2166. Part82.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2167. Part82.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2168. Part82.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2169. Part82.Color = Color3.new(0.156863, 0.498039, 0.278431)
  2170. Part82.Position = Vector3.new(4.80000019, 4.48654604, -17.3486786)
  2171. Part82.Orientation = Vector3.new(-75, 180, -90)
  2172. Part82.Color = Color3.new(0.156863, 0.498039, 0.278431)
  2173. Part83.Name = "BladeParts"
  2174. Part83.Parent = Tool0
  2175. Part83.BrickColor = BrickColor.new("Br. yellowish green")
  2176. Part83.Reflectance = 0.10000000149012
  2177. Part83.Rotation = Vector3.new(-105, 0, 90)
  2178. Part83.Anchored = true
  2179. Part83.CanCollide = false
  2180. Part83.FormFactor = Enum.FormFactor.Custom
  2181. Part83.Size = Vector3.new(0.5, 0.5, 0.5)
  2182. Part83.CFrame = CFrame.new(4.80000019, 4.7453661, -16.3827496, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  2183. Part83.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2184. Part83.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2185. Part83.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2186. Part83.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2187. Part83.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2188. Part83.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2189. Part83.Color = Color3.new(0.643137, 0.741176, 0.278431)
  2190. Part83.Position = Vector3.new(4.80000019, 4.7453661, -16.3827496)
  2191. Part83.Orientation = Vector3.new(-75, 180, -90)
  2192. Part83.Color = Color3.new(0.643137, 0.741176, 0.278431)
  2193. Part84.Name = "fakeHandleParts"
  2194. Part84.Parent = Tool0
  2195. Part84.BrickColor = BrickColor.new("Lavender")
  2196. Part84.Reflectance = 0.10000000149012
  2197. Part84.Rotation = Vector3.new(-105, 0, 90)
  2198. Part84.Anchored = true
  2199. Part84.CanCollide = false
  2200. Part84.FormFactor = Enum.FormFactor.Custom
  2201. Part84.Size = Vector3.new(0.5, 0.5, 0.5)
  2202. Part84.CFrame = CFrame.new(4.80000019, 3.65003204, -16.6068974, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  2203. Part84.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2204. Part84.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2205. Part84.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2206. Part84.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2207. Part84.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2208. Part84.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2209. Part84.Color = Color3.new(0.54902, 0.356863, 0.623529)
  2210. Part84.Position = Vector3.new(4.80000019, 3.65003204, -16.6068974)
  2211. Part84.Orientation = Vector3.new(-75, 180, -90)
  2212. Part84.Color = Color3.new(0.54902, 0.356863, 0.623529)
  2213. Part85.Name = "BladeParts"
  2214. Part85.Parent = Tool0
  2215. Part85.BrickColor = BrickColor.new("Earth green")
  2216. Part85.Reflectance = 0.10000000149012
  2217. Part85.Rotation = Vector3.new(-105, 0, 90)
  2218. Part85.Anchored = true
  2219. Part85.CanCollide = false
  2220. Part85.FormFactor = Enum.FormFactor.Custom
  2221. Part85.Size = Vector3.new(0.5, 0.5, 0.5)
  2222. Part85.CFrame = CFrame.new(4.80000019, 5.22833014, -16.5121593, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  2223. Part85.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2224. Part85.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2225. Part85.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2226. Part85.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2227. Part85.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2228. Part85.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2229. Part85.Color = Color3.new(0.152941, 0.27451, 0.176471)
  2230. Part85.Position = Vector3.new(4.80000019, 5.22833014, -16.5121593)
  2231. Part85.Orientation = Vector3.new(-75, 180, -90)
  2232. Part85.Color = Color3.new(0.152941, 0.27451, 0.176471)
  2233. Part86.Name = "BladeParts"
  2234. Part86.Parent = Tool0
  2235. Part86.BrickColor = BrickColor.new("Earth green")
  2236. Part86.Reflectance = 0.10000000149012
  2237. Part86.Rotation = Vector3.new(-105, 0, 90)
  2238. Part86.Anchored = true
  2239. Part86.CanCollide = false
  2240. Part86.FormFactor = Enum.FormFactor.Custom
  2241. Part86.Size = Vector3.new(0.5, 0.5, 0.5)
  2242. Part86.CFrame = CFrame.new(4.80000019, 4.26240301, -16.2533398, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  2243. Part86.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2244. Part86.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2245. Part86.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2246. Part86.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2247. Part86.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2248. Part86.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2249. Part86.Color = Color3.new(0.152941, 0.27451, 0.176471)
  2250. Part86.Position = Vector3.new(4.80000019, 4.26240301, -16.2533398)
  2251. Part86.Orientation = Vector3.new(-75, 180, -90)
  2252. Part86.Color = Color3.new(0.152941, 0.27451, 0.176471)
  2253. Part87.Name = "BladeParts"
  2254. Part87.Parent = Tool0
  2255. Part87.BrickColor = BrickColor.new("Br. yellowish green")
  2256. Part87.Reflectance = 0.10000000149012
  2257. Part87.Rotation = Vector3.new(-105, 0, 90)
  2258. Part87.Anchored = true
  2259. Part87.CanCollide = false
  2260. Part87.FormFactor = Enum.FormFactor.Custom
  2261. Part87.Size = Vector3.new(0.5, 0.5, 0.5)
  2262. Part87.CFrame = CFrame.new(4.80000019, 4.13299417, -16.7363033, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  2263. Part87.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2264. Part87.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2265. Part87.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2266. Part87.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2267. Part87.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2268. Part87.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2269. Part87.Color = Color3.new(0.643137, 0.741176, 0.278431)
  2270. Part87.Position = Vector3.new(4.80000019, 4.13299417, -16.7363033)
  2271. Part87.Orientation = Vector3.new(-75, 180, -90)
  2272. Part87.Color = Color3.new(0.643137, 0.741176, 0.278431)
  2273. Part88.Name = "BladeParts"
  2274. Part88.Parent = Tool0
  2275. Part88.BrickColor = BrickColor.new("Bright green")
  2276. Part88.Reflectance = 0.10000000149012
  2277. Part88.Rotation = Vector3.new(-105, 0, 90)
  2278. Part88.Anchored = true
  2279. Part88.CanCollide = false
  2280. Part88.FormFactor = Enum.FormFactor.Custom
  2281. Part88.Size = Vector3.new(0.5, 0.5, 0.5)
  2282. Part88.CFrame = CFrame.new(4.80000019, 4.00358486, -17.2192688, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  2283. Part88.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2284. Part88.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2285. Part88.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2286. Part88.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2287. Part88.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2288. Part88.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2289. Part88.Color = Color3.new(0.294118, 0.592157, 0.294118)
  2290. Part88.Position = Vector3.new(4.80000019, 4.00358486, -17.2192688)
  2291. Part88.Orientation = Vector3.new(-75, 180, -90)
  2292. Part88.Color = Color3.new(0.294118, 0.592157, 0.294118)
  2293. Part89.Name = "BladeParts"
  2294. Part89.Parent = Tool0
  2295. Part89.BrickColor = BrickColor.new("Bright green")
  2296. Part89.Reflectance = 0.10000000149012
  2297. Part89.Rotation = Vector3.new(-105, 0, 90)
  2298. Part89.Anchored = true
  2299. Part89.CanCollide = false
  2300. Part89.FormFactor = Enum.FormFactor.Custom
  2301. Part89.Size = Vector3.new(0.5, 0.5, 0.5)
  2302. Part89.CFrame = CFrame.new(4.80000019, 4.3571372, -17.8316422, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  2303. Part89.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2304. Part89.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2305. Part89.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2306. Part89.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2307. Part89.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2308. Part89.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2309. Part89.Color = Color3.new(0.294118, 0.592157, 0.294118)
  2310. Part89.Position = Vector3.new(4.80000019, 4.3571372, -17.8316422)
  2311. Part89.Orientation = Vector3.new(-75, 180, -90)
  2312. Part89.Color = Color3.new(0.294118, 0.592157, 0.294118)
  2313. Part90.Name = "fakeHandleParts"
  2314. Part90.Parent = Tool0
  2315. Part90.BrickColor = BrickColor.new("Olive")
  2316. Part90.Reflectance = 0.10000000149012
  2317. Part90.Rotation = Vector3.new(-105, 0, 90)
  2318. Part90.Anchored = true
  2319. Part90.CanCollide = false
  2320. Part90.FormFactor = Enum.FormFactor.Custom
  2321. Part90.Size = Vector3.new(0.5, 0.5, 0.5)
  2322. Part90.CFrame = CFrame.new(4.80000019, 3.16706896, -16.4774876, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  2323. Part90.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2324. Part90.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2325. Part90.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2326. Part90.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2327. Part90.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2328. Part90.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2329. Part90.Color = Color3.new(0.756863, 0.745098, 0.258824)
  2330. Part90.Position = Vector3.new(4.80000019, 3.16706896, -16.4774876)
  2331. Part90.Orientation = Vector3.new(-75, 180, -90)
  2332. Part90.Color = Color3.new(0.756863, 0.745098, 0.258824)
  2333. Part91.Name = "BladeParts"
  2334. Part91.Parent = Tool0
  2335. Part91.BrickColor = BrickColor.new("Toothpaste")
  2336. Part91.Reflectance = 0.10000000149012
  2337. Part91.Rotation = Vector3.new(-105, 0, 90)
  2338. Part91.Anchored = true
  2339. Part91.CanCollide = false
  2340. Part91.FormFactor = Enum.FormFactor.Custom
  2341. Part91.Size = Vector3.new(0.5, 0.5, 0.5)
  2342. Part91.CFrame = CFrame.new(4.80000019, 3.87417603, -17.7022324, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  2343. Part91.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2344. Part91.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2345. Part91.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2346. Part91.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2347. Part91.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2348. Part91.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2349. Part91.Color = Color3.new(0, 1, 1)
  2350. Part91.Position = Vector3.new(4.80000019, 3.87417603, -17.7022324)
  2351. Part91.Orientation = Vector3.new(-75, 180, -90)
  2352. Part91.Color = Color3.new(0, 1, 1)
  2353. Part92.Name = "fakeHandleParts"
  2354. Part92.Parent = Tool0
  2355. Part92.BrickColor = BrickColor.new("Light orange")
  2356. Part92.Reflectance = 0.10000000149012
  2357. Part92.Rotation = Vector3.new(-105, 0, 90)
  2358. Part92.Anchored = true
  2359. Part92.CanCollide = false
  2360. Part92.FormFactor = Enum.FormFactor.Custom
  2361. Part92.Size = Vector3.new(0.5, 0.5, 0.5)
  2362. Part92.CFrame = CFrame.new(4.80000019, 3.26180291, -18.0557861, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  2363. Part92.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2364. Part92.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2365. Part92.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2366. Part92.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2367. Part92.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2368. Part92.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2369. Part92.Color = Color3.new(0.917647, 0.721569, 0.572549)
  2370. Part92.Position = Vector3.new(4.80000019, 3.26180291, -18.0557861)
  2371. Part92.Orientation = Vector3.new(-75, 180, -90)
  2372. Part92.Color = Color3.new(0.917647, 0.721569, 0.572549)
  2373. Part93.Name = "fakeHandleParts"
  2374. Part93.Parent = Tool0
  2375. Part93.BrickColor = BrickColor.new("Cool yellow")
  2376. Part93.Reflectance = 0.10000000149012
  2377. Part93.Rotation = Vector3.new(-105, 0, 90)
  2378. Part93.Anchored = true
  2379. Part93.CanCollide = false
  2380. Part93.FormFactor = Enum.FormFactor.Custom
  2381. Part93.Size = Vector3.new(0.5, 0.5, 0.5)
  2382. Part93.CFrame = CFrame.new(4.80000019, 3.39121103, -17.5728226, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  2383. Part93.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2384. Part93.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2385. Part93.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2386. Part93.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2387. Part93.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2388. Part93.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2389. Part93.Color = Color3.new(0.992157, 0.917647, 0.552941)
  2390. Part93.Position = Vector3.new(4.80000019, 3.39121103, -17.5728226)
  2391. Part93.Orientation = Vector3.new(-75, 180, -90)
  2392. Part93.Color = Color3.new(0.992157, 0.917647, 0.552941)
  2393. Part94.Name = "fakeHandleParts"
  2394. Part94.Parent = Tool0
  2395. Part94.BrickColor = BrickColor.new("Deep orange")
  2396. Part94.Reflectance = 0.10000000149012
  2397. Part94.Rotation = Vector3.new(-105, 0, 90)
  2398. Part94.Anchored = true
  2399. Part94.CanCollide = false
  2400. Part94.FormFactor = Enum.FormFactor.Custom
  2401. Part94.Size = Vector3.new(0.5, 0.5, 0.5)
  2402. Part94.CFrame = CFrame.new(4.80000019, 3.03765893, -16.9604549, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  2403. Part94.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2404. Part94.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2405. Part94.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2406. Part94.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2407. Part94.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2408. Part94.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2409. Part94.Color = Color3.new(1, 0.690196, 0)
  2410. Part94.Position = Vector3.new(4.80000019, 3.03765893, -16.9604549)
  2411. Part94.Orientation = Vector3.new(-75, 180, -90)
  2412. Part94.Color = Color3.new(1, 0.690196, 0)
  2413. Part95.Name = "fakeHandleParts"
  2414. Part95.Parent = Tool0
  2415. Part95.BrickColor = BrickColor.new("Olive")
  2416. Part95.Reflectance = 0.10000000149012
  2417. Part95.Rotation = Vector3.new(-105, 0, 90)
  2418. Part95.Anchored = true
  2419. Part95.CanCollide = false
  2420. Part95.FormFactor = Enum.FormFactor.Custom
  2421. Part95.Size = Vector3.new(0.5, 0.5, 0.5)
  2422. Part95.CFrame = CFrame.new(4.80000019, 2.90825105, -17.4434052, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  2423. Part95.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2424. Part95.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2425. Part95.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2426. Part95.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2427. Part95.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2428. Part95.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2429. Part95.Color = Color3.new(0.756863, 0.745098, 0.258824)
  2430. Part95.Position = Vector3.new(4.80000019, 2.90825105, -17.4434052)
  2431. Part95.Orientation = Vector3.new(-75, 180, -90)
  2432. Part95.Color = Color3.new(0.756863, 0.745098, 0.258824)
  2433. Part96.Name = "BladeParts"
  2434. Part96.Parent = Tool0
  2435. Part96.BrickColor = BrickColor.new("Camo")
  2436. Part96.Reflectance = 0.10000000149012
  2437. Part96.Rotation = Vector3.new(-105, 0, 90)
  2438. Part96.Anchored = true
  2439. Part96.CanCollide = false
  2440. Part96.FormFactor = Enum.FormFactor.Custom
  2441. Part96.Size = Vector3.new(0.5, 0.5, 0.5)
  2442. Part96.CFrame = CFrame.new(4.80000019, 14.2498302, -13.7530842, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  2443. Part96.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2444. Part96.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2445. Part96.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2446. Part96.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2447. Part96.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2448. Part96.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2449. Part96.Color = Color3.new(0.227451, 0.490196, 0.0823529)
  2450. Part96.Position = Vector3.new(4.80000019, 14.2498302, -13.7530842)
  2451. Part96.Orientation = Vector3.new(-75, 180, -90)
  2452. Part96.Color = Color3.new(0.227451, 0.490196, 0.0823529)
  2453. Part97.Name = "BladeParts"
  2454. Part97.Parent = Tool0
  2455. Part97.BrickColor = BrickColor.new("Dark orange")
  2456. Part97.Reflectance = 0.10000000149012
  2457. Part97.Rotation = Vector3.new(-105, 0, 90)
  2458. Part97.Anchored = true
  2459. Part97.CanCollide = false
  2460. Part97.FormFactor = Enum.FormFactor.Custom
  2461. Part97.Size = Vector3.new(0.5, 0.5, 0.5)
  2462. Part97.CFrame = CFrame.new(4.80000019, 10.3861303, -12.7178059, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  2463. Part97.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2464. Part97.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2465. Part97.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2466. Part97.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2467. Part97.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2468. Part97.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2469. Part97.Color = Color3.new(0.627451, 0.372549, 0.207843)
  2470. Part97.Position = Vector3.new(4.80000019, 10.3861303, -12.7178059)
  2471. Part97.Orientation = Vector3.new(-75, 180, -90)
  2472. Part97.Color = Color3.new(0.627451, 0.372549, 0.207843)
  2473. Part98.Name = "BladeParts"
  2474. Part98.Parent = Tool0
  2475. Part98.BrickColor = BrickColor.new("Dark orange")
  2476. Part98.Reflectance = 0.10000000149012
  2477. Part98.Rotation = Vector3.new(-105, 0, 90)
  2478. Part98.Anchored = true
  2479. Part98.CanCollide = false
  2480. Part98.FormFactor = Enum.FormFactor.Custom
  2481. Part98.Size = Vector3.new(0.5, 0.5, 0.5)
  2482. Part98.CFrame = CFrame.new(4.7999959, 9.77375603, -13.0713615, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  2483. Part98.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2484. Part98.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2485. Part98.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2486. Part98.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2487. Part98.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2488. Part98.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2489. Part98.Color = Color3.new(0.627451, 0.372549, 0.207843)
  2490. Part98.Position = Vector3.new(4.7999959, 9.77375603, -13.0713615)
  2491. Part98.Orientation = Vector3.new(-75, 180, -90)
  2492. Part98.Color = Color3.new(0.627451, 0.372549, 0.207843)
  2493. Part99.Name = "BladeParts"
  2494. Part99.Parent = Tool0
  2495. Part99.BrickColor = BrickColor.new("Grime")
  2496. Part99.Reflectance = 0.10000000149012
  2497. Part99.Rotation = Vector3.new(-105, 0, 90)
  2498. Part99.Anchored = true
  2499. Part99.CanCollide = false
  2500. Part99.FormFactor = Enum.FormFactor.Custom
  2501. Part99.Size = Vector3.new(0.5, 0.5, 0.5)
  2502. Part99.CFrame = CFrame.new(4.80000019, 9.16138172, -13.4249125, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  2503. Part99.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2504. Part99.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2505. Part99.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2506. Part99.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2507. Part99.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2508. Part99.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2509. Part99.Color = Color3.new(0.498039, 0.556863, 0.392157)
  2510. Part99.Position = Vector3.new(4.80000019, 9.16138172, -13.4249125)
  2511. Part99.Orientation = Vector3.new(-75, 180, -90)
  2512. Part99.Color = Color3.new(0.498039, 0.556863, 0.392157)
  2513. Part100.Name = "BladeParts"
  2514. Part100.Parent = Tool0
  2515. Part100.BrickColor = BrickColor.new("Grime")
  2516. Part100.Reflectance = 0.10000000149012
  2517. Part100.Rotation = Vector3.new(-105, 0, 90)
  2518. Part100.Anchored = true
  2519. Part100.CanCollide = false
  2520. Part100.FormFactor = Enum.FormFactor.Custom
  2521. Part100.Size = Vector3.new(0.5, 0.5, 0.5)
  2522. Part100.CFrame = CFrame.new(4.80000019, 8.54901028, -13.7784719, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  2523. Part100.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2524. Part100.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2525. Part100.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2526. Part100.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2527. Part100.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2528. Part100.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2529. Part100.Color = Color3.new(0.498039, 0.556863, 0.392157)
  2530. Part100.Position = Vector3.new(4.80000019, 8.54901028, -13.7784719)
  2531. Part100.Orientation = Vector3.new(-75, 180, -90)
  2532. Part100.Color = Color3.new(0.498039, 0.556863, 0.392157)
  2533. Part101.Name = "BladeParts"
  2534. Part101.Parent = Tool0
  2535. Part101.BrickColor = BrickColor.new("Camo")
  2536. Part101.Reflectance = 0.10000000149012
  2537. Part101.Rotation = Vector3.new(-105, 0, 90)
  2538. Part101.Anchored = true
  2539. Part101.CanCollide = false
  2540. Part101.FormFactor = Enum.FormFactor.Custom
  2541. Part101.Size = Vector3.new(0.5, 0.5, 0.5)
  2542. Part101.CFrame = CFrame.new(4.80000019, 13.6374598, -14.106638, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  2543. Part101.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2544. Part101.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2545. Part101.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2546. Part101.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2547. Part101.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2548. Part101.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2549. Part101.Color = Color3.new(0.227451, 0.490196, 0.0823529)
  2550. Part101.Position = Vector3.new(4.80000019, 13.6374598, -14.106638)
  2551. Part101.Orientation = Vector3.new(-75, 180, -90)
  2552. Part101.Color = Color3.new(0.227451, 0.490196, 0.0823529)
  2553. Part102.Name = "BladeParts"
  2554. Part102.Parent = Tool0
  2555. Part102.BrickColor = BrickColor.new("Camo")
  2556. Part102.Reflectance = 0.10000000149012
  2557. Part102.Rotation = Vector3.new(-105, 0, 90)
  2558. Part102.Anchored = true
  2559. Part102.CanCollide = false
  2560. Part102.FormFactor = Enum.FormFactor.Custom
  2561. Part102.Size = Vector3.new(0.5, 0.5, 0.5)
  2562. Part102.CFrame = CFrame.new(4.80000019, 14.8622084, -13.3995304, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  2563. Part102.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2564. Part102.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2565. Part102.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2566. Part102.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2567. Part102.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2568. Part102.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2569. Part102.Color = Color3.new(0.227451, 0.490196, 0.0823529)
  2570. Part102.Position = Vector3.new(4.80000019, 14.8622084, -13.3995304)
  2571. Part102.Orientation = Vector3.new(-75, 180, -90)
  2572. Part102.Color = Color3.new(0.227451, 0.490196, 0.0823529)
  2573. Part103.Name = "fakeHandleParts"
  2574. Part103.Parent = Tool0
  2575. Part103.BrickColor = BrickColor.new("Dusty Rose")
  2576. Part103.Reflectance = 0.10000000149012
  2577. Part103.Rotation = Vector3.new(-105, 0, 90)
  2578. Part103.Anchored = true
  2579. Part103.CanCollide = false
  2580. Part103.FormFactor = Enum.FormFactor.Custom
  2581. Part103.Size = Vector3.new(0.5, 0.5, 0.5)
  2582. Part103.CFrame = CFrame.new(4.7999959, 3.52062297, -17.0898609, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  2583. Part103.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2584. Part103.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2585. Part103.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2586. Part103.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2587. Part103.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2588. Part103.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2589. Part103.Color = Color3.new(0.639216, 0.294118, 0.294118)
  2590. Part103.Position = Vector3.new(4.7999959, 3.52062297, -17.0898609)
  2591. Part103.Orientation = Vector3.new(-75, 180, -90)
  2592. Part103.Color = Color3.new(0.639216, 0.294118, 0.294118)
  2593. Part104.Name = "fakeHandleParts"
  2594. Part104.Parent = Tool0
  2595. Part104.BrickColor = BrickColor.new("Brown")
  2596. Part104.Reflectance = 0.10000000149012
  2597. Part104.Rotation = Vector3.new(-105, 0, 90)
  2598. Part104.Anchored = true
  2599. Part104.CanCollide = false
  2600. Part104.FormFactor = Enum.FormFactor.Custom
  2601. Part104.Size = Vector3.new(0.5, 0.5, 0.5)
  2602. Part104.CFrame = CFrame.new(4.80000019, 1.29527497, -19.5994072, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  2603. Part104.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2604. Part104.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2605. Part104.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2606. Part104.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2607. Part104.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2608. Part104.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2609. Part104.Color = Color3.new(0.486275, 0.360784, 0.27451)
  2610. Part104.Position = Vector3.new(4.80000019, 1.29527497, -19.5994072)
  2611. Part104.Orientation = Vector3.new(-75, 180, -90)
  2612. Part104.Color = Color3.new(0.486275, 0.360784, 0.27451)
  2613. Part105.Name = "fakeHandleParts"
  2614. Part105.Parent = Tool0
  2615. Part105.BrickColor = BrickColor.new("Brown")
  2616. Part105.Reflectance = 0.10000000149012
  2617. Part105.Rotation = Vector3.new(-105, 0, 90)
  2618. Part105.Anchored = true
  2619. Part105.CanCollide = false
  2620. Part105.FormFactor = Enum.FormFactor.Custom
  2621. Part105.Size = Vector3.new(0.5, 0.5, 0.5)
  2622. Part105.CFrame = CFrame.new(4.80000019, 0.81231302, -19.4699974, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  2623. Part105.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2624. Part105.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2625. Part105.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2626. Part105.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2627. Part105.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2628. Part105.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2629. Part105.Color = Color3.new(0.486275, 0.360784, 0.27451)
  2630. Part105.Position = Vector3.new(4.80000019, 0.81231302, -19.4699974)
  2631. Part105.Orientation = Vector3.new(-75, 180, -90)
  2632. Part105.Color = Color3.new(0.486275, 0.360784, 0.27451)
  2633. Part106.Name = "fakeHandleParts"
  2634. Part106.Parent = Tool0
  2635. Part106.BrickColor = BrickColor.new("Nougat")
  2636. Part106.Reflectance = 0.10000000149012
  2637. Part106.Rotation = Vector3.new(-105, 0, 90)
  2638. Part106.Anchored = true
  2639. Part106.CanCollide = false
  2640. Part106.FormFactor = Enum.FormFactor.Custom
  2641. Part106.Size = Vector3.new(0.5, 0.5, 0.5)
  2642. Part106.CFrame = CFrame.new(4.80000019, 1.55409396, -18.6334839, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  2643. Part106.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2644. Part106.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2645. Part106.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2646. Part106.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2647. Part106.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2648. Part106.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2649. Part106.Color = Color3.new(0.8, 0.556863, 0.411765)
  2650. Part106.Position = Vector3.new(4.80000019, 1.55409396, -18.6334839)
  2651. Part106.Orientation = Vector3.new(-75, 180, -90)
  2652. Part106.Color = Color3.new(0.8, 0.556863, 0.411765)
  2653. Part107.Name = "fakeHandleParts"
  2654. Part107.Parent = Tool0
  2655. Part107.BrickColor = BrickColor.new("Brown")
  2656. Part107.Reflectance = 0.10000000149012
  2657. Part107.Rotation = Vector3.new(-105, 0, 90)
  2658. Part107.Anchored = true
  2659. Part107.CanCollide = false
  2660. Part107.FormFactor = Enum.FormFactor.Custom
  2661. Part107.Size = Vector3.new(0.5, 0.5, 0.5)
  2662. Part107.CFrame = CFrame.new(4.80000019, 2.52002096, -18.8923035, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  2663. Part107.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2664. Part107.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2665. Part107.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2666. Part107.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2667. Part107.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2668. Part107.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2669. Part107.Color = Color3.new(0.486275, 0.360784, 0.27451)
  2670. Part107.Position = Vector3.new(4.80000019, 2.52002096, -18.8923035)
  2671. Part107.Orientation = Vector3.new(-75, 180, -90)
  2672. Part107.Color = Color3.new(0.486275, 0.360784, 0.27451)
  2673. Part108.Name = "fakeHandleParts"
  2674. Part108.Parent = Tool0
  2675. Part108.BrickColor = BrickColor.new("Brown")
  2676. Part108.Reflectance = 0.10000000149012
  2677. Part108.Rotation = Vector3.new(-105, 0, 90)
  2678. Part108.Anchored = true
  2679. Part108.CanCollide = false
  2680. Part108.FormFactor = Enum.FormFactor.Custom
  2681. Part108.Size = Vector3.new(0.5, 0.5, 0.5)
  2682. Part108.CFrame = CFrame.new(4.80000019, 3.13239503, -18.5387497, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  2683. Part108.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2684. Part108.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2685. Part108.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2686. Part108.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2687. Part108.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2688. Part108.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2689. Part108.Color = Color3.new(0.486275, 0.360784, 0.27451)
  2690. Part108.Position = Vector3.new(4.80000019, 3.13239503, -18.5387497)
  2691. Part108.Orientation = Vector3.new(-75, 180, -90)
  2692. Part108.Color = Color3.new(0.486275, 0.360784, 0.27451)
  2693. Part109.Name = "fakeHandleParts"
  2694. Part109.Parent = Tool0
  2695. Part109.BrickColor = BrickColor.new("Dusty Rose")
  2696. Part109.Reflectance = 0.10000000149012
  2697. Part109.Rotation = Vector3.new(-105, 0, 90)
  2698. Part109.Anchored = true
  2699. Part109.CanCollide = false
  2700. Part109.FormFactor = Enum.FormFactor.Custom
  2701. Part109.Size = Vector3.new(0.5, 0.5, 0.5)
  2702. Part109.CFrame = CFrame.new(4.80000019, 0.458759993, -18.8576279, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  2703. Part109.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2704. Part109.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2705. Part109.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2706. Part109.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2707. Part109.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2708. Part109.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2709. Part109.Color = Color3.new(0.639216, 0.294118, 0.294118)
  2710. Part109.Position = Vector3.new(4.80000019, 0.458759993, -18.8576279)
  2711. Part109.Orientation = Vector3.new(-75, 180, -90)
  2712. Part109.Color = Color3.new(0.639216, 0.294118, 0.294118)
  2713. Part110.Name = "fakeHandleParts"
  2714. Part110.Parent = Tool0
  2715. Part110.BrickColor = BrickColor.new("Olive")
  2716. Part110.Reflectance = 0.10000000149012
  2717. Part110.Rotation = Vector3.new(-105, 0, 90)
  2718. Part110.Anchored = true
  2719. Part110.CanCollide = false
  2720. Part110.FormFactor = Enum.FormFactor.Custom
  2721. Part110.Size = Vector3.new(0.5, 0.5, 0.5)
  2722. Part110.CFrame = CFrame.new(4.80000019, 2.64942908, -18.4093399, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  2723. Part110.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2724. Part110.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2725. Part110.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2726. Part110.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2727. Part110.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2728. Part110.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2729. Part110.Color = Color3.new(0.756863, 0.745098, 0.258824)
  2730. Part110.Position = Vector3.new(4.80000019, 2.64942908, -18.4093399)
  2731. Part110.Orientation = Vector3.new(-75, 180, -90)
  2732. Part110.Color = Color3.new(0.756863, 0.745098, 0.258824)
  2733. Part111.Name = "fakeHandleParts"
  2734. Part111.Parent = Tool0
  2735. Part111.BrickColor = BrickColor.new("Lavender")
  2736. Part111.Reflectance = 0.10000000149012
  2737. Part111.Rotation = Vector3.new(-105, 0, 90)
  2738. Part111.Anchored = true
  2739. Part111.CanCollide = false
  2740. Part111.FormFactor = Enum.FormFactor.Custom
  2741. Part111.Size = Vector3.new(0.5, 0.5, 0.5)
  2742. Part111.CFrame = CFrame.new(4.80000019, 1.07113194, -18.5040741, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  2743. Part111.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2744. Part111.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2745. Part111.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2746. Part111.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2747. Part111.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2748. Part111.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2749. Part111.Color = Color3.new(0.54902, 0.356863, 0.623529)
  2750. Part111.Position = Vector3.new(4.80000019, 1.07113194, -18.5040741)
  2751. Part111.Orientation = Vector3.new(-75, 180, -90)
  2752. Part111.Color = Color3.new(0.54902, 0.356863, 0.623529)
  2753. Part112.Name = "fakeHandleParts"
  2754. Part112.Parent = Tool0
  2755. Part112.BrickColor = BrickColor.new("Brown")
  2756. Part112.Reflectance = 0.10000000149012
  2757. Part112.Rotation = Vector3.new(-105, 0, 90)
  2758. Part112.Anchored = true
  2759. Part112.CanCollide = false
  2760. Part112.FormFactor = Enum.FormFactor.Custom
  2761. Part112.Size = Vector3.new(0.5, 0.5, 0.5)
  2762. Part112.CFrame = CFrame.new(4.80000019, 1.90764904, -19.2458572, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  2763. Part112.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2764. Part112.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2765. Part112.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2766. Part112.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2767. Part112.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2768. Part112.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2769. Part112.Color = Color3.new(0.486275, 0.360784, 0.27451)
  2770. Part112.Position = Vector3.new(4.80000019, 1.90764904, -19.2458572)
  2771. Part112.Orientation = Vector3.new(-75, 180, -90)
  2772. Part112.Color = Color3.new(0.486275, 0.360784, 0.27451)
  2773. Part113.Name = "fakeHandleParts"
  2774. Part113.Parent = Tool0
  2775. Part113.BrickColor = BrickColor.new("Deep orange")
  2776. Part113.Reflectance = 0.10000000149012
  2777. Part113.Rotation = Vector3.new(-105, 0, 90)
  2778. Part113.Anchored = true
  2779. Part113.CanCollide = false
  2780. Part113.FormFactor = Enum.FormFactor.Custom
  2781. Part113.Size = Vector3.new(0.5, 0.5, 0.5)
  2782. Part113.CFrame = CFrame.new(4.80000019, 2.03705812, -18.7628937, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  2783. Part113.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2784. Part113.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2785. Part113.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2786. Part113.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2787. Part113.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2788. Part113.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2789. Part113.Color = Color3.new(1, 0.690196, 0)
  2790. Part113.Position = Vector3.new(4.80000019, 2.03705812, -18.7628937)
  2791. Part113.Orientation = Vector3.new(-75, 180, -90)
  2792. Part113.Color = Color3.new(1, 0.690196, 0)
  2793. Part114.Name = "fakeHandleParts"
  2794. Part114.Parent = Tool0
  2795. Part114.BrickColor = BrickColor.new("Dusty Rose")
  2796. Part114.Reflectance = 0.10000000149012
  2797. Part114.Rotation = Vector3.new(-105, 0, 90)
  2798. Part114.Anchored = true
  2799. Part114.CanCollide = false
  2800. Part114.FormFactor = Enum.FormFactor.Custom
  2801. Part114.Size = Vector3.new(0.5, 0.5, 0.5)
  2802. Part114.CFrame = CFrame.new(4.80000019, 0.329349995, -19.3405876, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  2803. Part114.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2804. Part114.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2805. Part114.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2806. Part114.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2807. Part114.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2808. Part114.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2809. Part114.Color = Color3.new(0.639216, 0.294118, 0.294118)
  2810. Part114.Position = Vector3.new(4.80000019, 0.329349995, -19.3405876)
  2811. Part114.Orientation = Vector3.new(-75, 180, -90)
  2812. Part114.Color = Color3.new(0.639216, 0.294118, 0.294118)
  2813. Part115.Name = "fakeHandleParts"
  2814. Part115.Parent = Tool0
  2815. Part115.BrickColor = BrickColor.new("Nougat")
  2816. Part115.Reflectance = 0.10000000149012
  2817. Part115.Rotation = Vector3.new(-105, 0, 90)
  2818. Part115.Anchored = true
  2819. Part115.CanCollide = false
  2820. Part115.FormFactor = Enum.FormFactor.Custom
  2821. Part115.Size = Vector3.new(0.5, 0.5, 0.5)
  2822. Part115.CFrame = CFrame.new(4.80000019, 0.941721976, -18.9870377, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  2823. Part115.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2824. Part115.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2825. Part115.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2826. Part115.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2827. Part115.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2828. Part115.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2829. Part115.Color = Color3.new(0.8, 0.556863, 0.411765)
  2830. Part115.Position = Vector3.new(4.80000019, 0.941721976, -18.9870377)
  2831. Part115.Orientation = Vector3.new(-75, 180, -90)
  2832. Part115.Color = Color3.new(0.8, 0.556863, 0.411765)
  2833. Part116.Name = "fakeHandleParts"
  2834. Part116.Parent = Tool0
  2835. Part116.BrickColor = BrickColor.new("Brown")
  2836. Part116.Reflectance = 0.10000000149012
  2837. Part116.Rotation = Vector3.new(-105, 0, 90)
  2838. Part116.Anchored = true
  2839. Part116.CanCollide = false
  2840. Part116.FormFactor = Enum.FormFactor.Custom
  2841. Part116.Size = Vector3.new(0.5, 0.5, 0.5)
  2842. Part116.CFrame = CFrame.new(4.80000019, 1.77823806, -19.7288208, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  2843. Part116.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2844. Part116.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2845. Part116.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2846. Part116.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2847. Part116.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2848. Part116.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2849. Part116.Color = Color3.new(0.486275, 0.360784, 0.27451)
  2850. Part116.Position = Vector3.new(4.80000019, 1.77823806, -19.7288208)
  2851. Part116.Orientation = Vector3.new(-75, 180, -90)
  2852. Part116.Color = Color3.new(0.486275, 0.360784, 0.27451)
  2853. Part117.Name = "fakeHandleParts"
  2854. Part117.Parent = Tool0
  2855. Part117.BrickColor = BrickColor.new("Cool yellow")
  2856. Part117.Reflectance = 0.10000000149012
  2857. Part117.Rotation = Vector3.new(-105, 0, 90)
  2858. Part117.Anchored = true
  2859. Part117.CanCollide = false
  2860. Part117.FormFactor = Enum.FormFactor.Custom
  2861. Part117.Size = Vector3.new(0.5, 0.5, 0.5)
  2862. Part117.CFrame = CFrame.new(4.80000019, 1.42468596, -19.1164474, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  2863. Part117.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2864. Part117.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2865. Part117.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2866. Part117.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2867. Part117.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2868. Part117.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2869. Part117.Color = Color3.new(0.992157, 0.917647, 0.552941)
  2870. Part117.Position = Vector3.new(4.80000019, 1.42468596, -19.1164474)
  2871. Part117.Orientation = Vector3.new(-75, 180, -90)
  2872. Part117.Color = Color3.new(0.992157, 0.917647, 0.552941)
  2873. Part118.Name = "fakeHandleParts"
  2874. Part118.Parent = Tool0
  2875. Part118.BrickColor = BrickColor.new("Brown")
  2876. Part118.Reflectance = 0.10000000149012
  2877. Part118.Rotation = Vector3.new(-105, 0, 90)
  2878. Part118.Anchored = true
  2879. Part118.CanCollide = false
  2880. Part118.FormFactor = Enum.FormFactor.Custom
  2881. Part118.Size = Vector3.new(0.5, 0.5, 0.5)
  2882. Part118.CFrame = CFrame.new(4.80000019, 2.45996094, -15.252738, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  2883. Part118.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2884. Part118.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2885. Part118.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2886. Part118.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2887. Part118.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2888. Part118.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2889. Part118.Color = Color3.new(0.486275, 0.360784, 0.27451)
  2890. Part118.Position = Vector3.new(4.80000019, 2.45996094, -15.252738)
  2891. Part118.Orientation = Vector3.new(-75, 180, -90)
  2892. Part118.Color = Color3.new(0.486275, 0.360784, 0.27451)
  2893. Part119.Name = "fakeHandleParts"
  2894. Part119.Parent = Tool0
  2895. Part119.BrickColor = BrickColor.new("Cool yellow")
  2896. Part119.Reflectance = 0.10000000149012
  2897. Part119.Rotation = Vector3.new(-105, 0, 90)
  2898. Part119.Anchored = true
  2899. Part119.CanCollide = false
  2900. Part119.FormFactor = Enum.FormFactor.Custom
  2901. Part119.Size = Vector3.new(0.5, 0.5, 0.5)
  2902. Part119.CFrame = CFrame.new(4.80000019, 3.55529904, -15.0285978, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  2903. Part119.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2904. Part119.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2905. Part119.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2906. Part119.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2907. Part119.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2908. Part119.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2909. Part119.Color = Color3.new(0.992157, 0.917647, 0.552941)
  2910. Part119.Position = Vector3.new(4.80000019, 3.55529904, -15.0285978)
  2911. Part119.Orientation = Vector3.new(-75, 180, -90)
  2912. Part119.Color = Color3.new(0.992157, 0.917647, 0.552941)
  2913. Part120.Name = "fakeHandleParts"
  2914. Part120.Parent = Tool0
  2915. Part120.BrickColor = BrickColor.new("Bright red")
  2916. Part120.Reflectance = 0.10000000149012
  2917. Part120.Rotation = Vector3.new(-105, 0, 90)
  2918. Part120.Anchored = true
  2919. Part120.CanCollide = false
  2920. Part120.FormFactor = Enum.FormFactor.Custom
  2921. Part120.Size = Vector3.new(0.5, 0.5, 0.5)
  2922. Part120.CFrame = CFrame.new(4.80000019, 2.77883911, -17.9263763, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  2923. Part120.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2924. Part120.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2925. Part120.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2926. Part120.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2927. Part120.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2928. Part120.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2929. Part120.Color = Color3.new(0.768627, 0.156863, 0.109804)
  2930. Part120.Position = Vector3.new(4.80000019, 2.77883911, -17.9263763)
  2931. Part120.Orientation = Vector3.new(-75, 180, -90)
  2932. Part120.Color = Color3.new(0.768627, 0.156863, 0.109804)
  2933. Part121.Name = "fakeHandleParts"
  2934. Part121.Parent = Tool0
  2935. Part121.BrickColor = BrickColor.new("Dusty Rose")
  2936. Part121.Reflectance = 0.10000000149012
  2937. Part121.Rotation = Vector3.new(-105, 0, 90)
  2938. Part121.Anchored = true
  2939. Part121.CanCollide = false
  2940. Part121.FormFactor = Enum.FormFactor.Custom
  2941. Part121.Size = Vector3.new(0.5, 0.5, 0.5)
  2942. Part121.CFrame = CFrame.new(4.80000019, 2.20114112, -16.218668, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  2943. Part121.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2944. Part121.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2945. Part121.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2946. Part121.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2947. Part121.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2948. Part121.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2949. Part121.Color = Color3.new(0.639216, 0.294118, 0.294118)
  2950. Part121.Position = Vector3.new(4.80000019, 2.20114112, -16.218668)
  2951. Part121.Orientation = Vector3.new(-75, 180, -90)
  2952. Part121.Color = Color3.new(0.639216, 0.294118, 0.294118)
  2953. Part122.Name = "fakeHandleParts"
  2954. Part122.Parent = Tool0
  2955. Part122.BrickColor = BrickColor.new("Brown")
  2956. Part122.Reflectance = 0.10000000149012
  2957. Part122.Rotation = Vector3.new(-105, 0, 90)
  2958. Part122.Anchored = true
  2959. Part122.CanCollide = false
  2960. Part122.FormFactor = Enum.FormFactor.Custom
  2961. Part122.Size = Vector3.new(0.5, 0.5, 0.5)
  2962. Part122.CFrame = CFrame.new(4.7999959, 2.58937097, -14.7697716, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  2963. Part122.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2964. Part122.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2965. Part122.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2966. Part122.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2967. Part122.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2968. Part122.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2969. Part122.Color = Color3.new(0.486275, 0.360784, 0.27451)
  2970. Part122.Position = Vector3.new(4.7999959, 2.58937097, -14.7697716)
  2971. Part122.Orientation = Vector3.new(-75, 180, -90)
  2972. Part122.Color = Color3.new(0.486275, 0.360784, 0.27451)
  2973. Part123.Name = "fakeHandleParts"
  2974. Part123.Parent = Tool0
  2975. Part123.BrickColor = BrickColor.new("Bright red")
  2976. Part123.Reflectance = 0.10000000149012
  2977. Part123.Rotation = Vector3.new(-105, 0, 90)
  2978. Part123.Anchored = true
  2979. Part123.CanCollide = false
  2980. Part123.FormFactor = Enum.FormFactor.Custom
  2981. Part123.Size = Vector3.new(0.5, 0.5, 0.5)
  2982. Part123.CFrame = CFrame.new(4.80000019, 2.55469704, -16.8310432, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  2983. Part123.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2984. Part123.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2985. Part123.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2986. Part123.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2987. Part123.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2988. Part123.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2989. Part123.Color = Color3.new(0.768627, 0.156863, 0.109804)
  2990. Part123.Position = Vector3.new(4.80000019, 2.55469704, -16.8310432)
  2991. Part123.Orientation = Vector3.new(-75, 180, -90)
  2992. Part123.Color = Color3.new(0.768627, 0.156863, 0.109804)
  2993. Part124.Name = "fakeHandleParts"
  2994. Part124.Parent = Tool0
  2995. Part124.BrickColor = BrickColor.new("Brown")
  2996. Part124.Reflectance = 0.10000000149012
  2997. Part124.Rotation = Vector3.new(-105, 0, 90)
  2998. Part124.Anchored = true
  2999. Part124.CanCollide = false
  3000. Part124.FormFactor = Enum.FormFactor.Custom
  3001. Part124.Size = Vector3.new(0.5, 0.5, 0.5)
  3002. Part124.CFrame = CFrame.new(4.80000019, 3.68470693, -14.5456305, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  3003. Part124.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3004. Part124.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3005. Part124.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3006. Part124.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3007. Part124.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3008. Part124.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3009. Part124.Color = Color3.new(0.486275, 0.360784, 0.27451)
  3010. Part124.Position = Vector3.new(4.80000019, 3.68470693, -14.5456305)
  3011. Part124.Orientation = Vector3.new(-75, 180, -90)
  3012. Part124.Color = Color3.new(0.486275, 0.360784, 0.27451)
  3013. Part125.Name = "fakeHandleParts"
  3014. Part125.Parent = Tool0
  3015. Part125.BrickColor = BrickColor.new("Brown")
  3016. Part125.Reflectance = 0.10000000149012
  3017. Part125.Rotation = Vector3.new(-105, 0, 90)
  3018. Part125.Anchored = true
  3019. Part125.CanCollide = false
  3020. Part125.FormFactor = Enum.FormFactor.Custom
  3021. Part125.Size = Vector3.new(0.5, 0.5, 0.5)
  3022. Part125.CFrame = CFrame.new(4.80000019, 2.42528605, -17.3140068, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  3023. Part125.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3024. Part125.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3025. Part125.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3026. Part125.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3027. Part125.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3028. Part125.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3029. Part125.Color = Color3.new(0.486275, 0.360784, 0.27451)
  3030. Part125.Position = Vector3.new(4.80000019, 2.42528605, -17.3140068)
  3031. Part125.Orientation = Vector3.new(-75, 180, -90)
  3032. Part125.Color = Color3.new(0.486275, 0.360784, 0.27451)
  3033. Part126.Name = "fakeHandleParts"
  3034. Part126.Parent = Tool0
  3035. Part126.BrickColor = BrickColor.new("Brown")
  3036. Part126.Reflectance = 0.10000000149012
  3037. Part126.Rotation = Vector3.new(-105, 0, 90)
  3038. Part126.Anchored = true
  3039. Part126.CanCollide = false
  3040. Part126.FormFactor = Enum.FormFactor.Custom
  3041. Part126.Size = Vector3.new(0.5, 0.5, 0.5)
  3042. Part126.CFrame = CFrame.new(4.80000019, 2.68410611, -16.3480778, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  3043. Part126.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3044. Part126.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3045. Part126.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3046. Part126.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3047. Part126.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3048. Part126.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3049. Part126.Color = Color3.new(0.486275, 0.360784, 0.27451)
  3050. Part126.Position = Vector3.new(4.80000019, 2.68410611, -16.3480778)
  3051. Part126.Orientation = Vector3.new(-75, 180, -90)
  3052. Part126.Color = Color3.new(0.486275, 0.360784, 0.27451)
  3053. Part127.Name = "fakeHandleParts"
  3054. Part127.Parent = Tool0
  3055. Part127.BrickColor = BrickColor.new("Dusty Rose")
  3056. Part127.Reflectance = 0.10000000149012
  3057. Part127.Rotation = Vector3.new(-105, 0, 90)
  3058. Part127.Anchored = true
  3059. Part127.CanCollide = false
  3060. Part127.FormFactor = Enum.FormFactor.Custom
  3061. Part127.Size = Vector3.new(0.5, 0.5, 0.5)
  3062. Part127.CFrame = CFrame.new(4.80000019, 3.42588806, -15.5115623, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  3063. Part127.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3064. Part127.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3065. Part127.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3066. Part127.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3067. Part127.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3068. Part127.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3069. Part127.Color = Color3.new(0.639216, 0.294118, 0.294118)
  3070. Part127.Position = Vector3.new(4.80000019, 3.42588806, -15.5115623)
  3071. Part127.Orientation = Vector3.new(-75, 180, -90)
  3072. Part127.Color = Color3.new(0.639216, 0.294118, 0.294118)
  3073. Part128.Name = "fakeHandleParts"
  3074. Part128.Parent = Tool0
  3075. Part128.BrickColor = BrickColor.new("Dusty Rose")
  3076. Part128.Reflectance = 0.10000000149012
  3077. Part128.Rotation = Vector3.new(-105, 0, 90)
  3078. Part128.Anchored = true
  3079. Part128.CanCollide = false
  3080. Part128.FormFactor = Enum.FormFactor.Custom
  3081. Part128.Size = Vector3.new(0.5, 0.5, 0.5)
  3082. Part128.CFrame = CFrame.new(4.80000019, 4.03826094, -15.1580076, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  3083. Part128.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3084. Part128.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3085. Part128.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3086. Part128.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3087. Part128.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3088. Part128.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3089. Part128.Color = Color3.new(0.639216, 0.294118, 0.294118)
  3090. Part128.Position = Vector3.new(4.80000019, 4.03826094, -15.1580076)
  3091. Part128.Orientation = Vector3.new(-75, 180, -90)
  3092. Part128.Color = Color3.new(0.639216, 0.294118, 0.294118)
  3093. Part129.Name = "fakeHandleParts"
  3094. Part129.Parent = Tool0
  3095. Part129.BrickColor = BrickColor.new("Dusty Rose")
  3096. Part129.Reflectance = 0.10000000149012
  3097. Part129.Rotation = Vector3.new(-105, 0, 90)
  3098. Part129.Anchored = true
  3099. Part129.CanCollide = false
  3100. Part129.FormFactor = Enum.FormFactor.Custom
  3101. Part129.Size = Vector3.new(0.5, 0.5, 0.5)
  3102. Part129.CFrame = CFrame.new(4.80000019, 1.10580695, -16.442812, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  3103. Part129.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3104. Part129.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3105. Part129.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3106. Part129.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3107. Part129.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3108. Part129.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3109. Part129.Color = Color3.new(0.639216, 0.294118, 0.294118)
  3110. Part129.Position = Vector3.new(4.80000019, 1.10580695, -16.442812)
  3111. Part129.Orientation = Vector3.new(-75, 180, -90)
  3112. Part129.Color = Color3.new(0.639216, 0.294118, 0.294118)
  3113. Part130.Name = "fakeHandleParts"
  3114. Part130.Parent = Tool0
  3115. Part130.BrickColor = BrickColor.new("Brown")
  3116. Part130.Reflectance = 0.10000000149012
  3117. Part130.Rotation = Vector3.new(-105, 0, 90)
  3118. Part130.Anchored = true
  3119. Part130.CanCollide = false
  3120. Part130.FormFactor = Enum.FormFactor.Custom
  3121. Part130.Size = Vector3.new(0.5, 0.5, 0.5)
  3122. Part130.CFrame = CFrame.new(4.80000019, 0.976396978, -16.9257755, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  3123. Part130.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3124. Part130.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3125. Part130.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3126. Part130.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3127. Part130.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3128. Part130.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3129. Part130.Color = Color3.new(0.486275, 0.360784, 0.27451)
  3130. Part130.Position = Vector3.new(4.80000019, 0.976396978, -16.9257755)
  3131. Part130.Orientation = Vector3.new(-75, 180, -90)
  3132. Part130.Color = Color3.new(0.486275, 0.360784, 0.27451)
  3133. Part131.Name = "fakeHandleParts"
  3134. Part131.Parent = Tool0
  3135. Part131.BrickColor = BrickColor.new("Dusty Rose")
  3136. Part131.Reflectance = 0.10000000149012
  3137. Part131.Rotation = Vector3.new(-105, 0, 90)
  3138. Part131.Anchored = true
  3139. Part131.CanCollide = false
  3140. Part131.FormFactor = Enum.FormFactor.Custom
  3141. Part131.Size = Vector3.new(0.5, 0.5, 0.5)
  3142. Part131.CFrame = CFrame.new(4.80000019, 3.072335, -14.8991842, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  3143. Part131.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3144. Part131.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3145. Part131.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3146. Part131.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3147. Part131.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3148. Part131.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3149. Part131.Color = Color3.new(0.639216, 0.294118, 0.294118)
  3150. Part131.Position = Vector3.new(4.80000019, 3.072335, -14.8991842)
  3151. Part131.Orientation = Vector3.new(-75, 180, -90)
  3152. Part131.Color = Color3.new(0.639216, 0.294118, 0.294118)
  3153. Part132.Name = "fakeHandleParts"
  3154. Part132.Parent = Tool0
  3155. Part132.BrickColor = BrickColor.new("Olive")
  3156. Part132.Reflectance = 0.10000000149012
  3157. Part132.Rotation = Vector3.new(-105, 0, 90)
  3158. Part132.Anchored = true
  3159. Part132.CanCollide = false
  3160. Part132.FormFactor = Enum.FormFactor.Custom
  3161. Part132.Size = Vector3.new(0.5, 0.5, 0.5)
  3162. Part132.CFrame = CFrame.new(4.80000019, 1.58877099, -16.5722218, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  3163. Part132.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3164. Part132.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3165. Part132.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3166. Part132.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3167. Part132.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3168. Part132.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3169. Part132.Color = Color3.new(0.756863, 0.745098, 0.258824)
  3170. Part132.Position = Vector3.new(4.80000019, 1.58877099, -16.5722218)
  3171. Part132.Orientation = Vector3.new(-75, 180, -90)
  3172. Part132.Color = Color3.new(0.756863, 0.745098, 0.258824)
  3173. Part133.Name = "fakeHandleParts"
  3174. Part133.Parent = Tool0
  3175. Part133.BrickColor = BrickColor.new("Brown")
  3176. Part133.Reflectance = 0.10000000149012
  3177. Part133.Rotation = Vector3.new(-105, 0, 90)
  3178. Part133.Anchored = true
  3179. Part133.CanCollide = false
  3180. Part133.FormFactor = Enum.FormFactor.Custom
  3181. Part133.Size = Vector3.new(0.5, 0.5, 0.5)
  3182. Part133.CFrame = CFrame.new(4.80000019, 2.07173204, -16.7016315, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  3183. Part133.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3184. Part133.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3185. Part133.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3186. Part133.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3187. Part133.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3188. Part133.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3189. Part133.Color = Color3.new(0.486275, 0.360784, 0.27451)
  3190. Part133.Position = Vector3.new(4.80000019, 2.07173204, -16.7016315)
  3191. Part133.Orientation = Vector3.new(-75, 180, -90)
  3192. Part133.Color = Color3.new(0.486275, 0.360784, 0.27451)
  3193. Part134.Name = "fakeHandleParts"
  3194. Part134.Parent = Tool0
  3195. Part134.BrickColor = BrickColor.new("Lavender")
  3196. Part134.Reflectance = 0.10000000149012
  3197. Part134.Rotation = Vector3.new(-105, 0, 90)
  3198. Part134.Anchored = true
  3199. Part134.CanCollide = false
  3200. Part134.FormFactor = Enum.FormFactor.Custom
  3201. Part134.Size = Vector3.new(0.5, 0.5, 0.5)
  3202. Part134.CFrame = CFrame.new(4.80000019, 1.71817994, -16.0892582, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  3203. Part134.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3204. Part134.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3205. Part134.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3206. Part134.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3207. Part134.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3208. Part134.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3209. Part134.Color = Color3.new(0.54902, 0.356863, 0.623529)
  3210. Part134.Position = Vector3.new(4.80000019, 1.71817994, -16.0892582)
  3211. Part134.Orientation = Vector3.new(-75, 180, -90)
  3212. Part134.Color = Color3.new(0.54902, 0.356863, 0.623529)
  3213. Part135.Name = "fakeHandleParts"
  3214. Part135.Parent = Tool0
  3215. Part135.BrickColor = BrickColor.new("Olive")
  3216. Part135.Reflectance = 0.10000000149012
  3217. Part135.Rotation = Vector3.new(-105, 0, 90)
  3218. Part135.Anchored = true
  3219. Part135.CanCollide = false
  3220. Part135.FormFactor = Enum.FormFactor.Custom
  3221. Part135.Size = Vector3.new(0.5, 0.5, 0.5)
  3222. Part135.CFrame = CFrame.new(4.80000019, 2.94292498, -15.3821516, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  3223. Part135.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3224. Part135.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3225. Part135.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3226. Part135.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3227. Part135.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3228. Part135.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3229. Part135.Color = Color3.new(0.756863, 0.745098, 0.258824)
  3230. Part135.Position = Vector3.new(4.80000019, 2.94292498, -15.3821516)
  3231. Part135.Orientation = Vector3.new(-75, 180, -90)
  3232. Part135.Color = Color3.new(0.756863, 0.745098, 0.258824)
  3233. Part136.Name = "fakeHandleParts"
  3234. Part136.Parent = Tool0
  3235. Part136.BrickColor = BrickColor.new("Brown")
  3236. Part136.Reflectance = 0.10000000149012
  3237. Part136.Rotation = Vector3.new(-105, 0, 90)
  3238. Part136.Anchored = true
  3239. Part136.CanCollide = false
  3240. Part136.FormFactor = Enum.FormFactor.Custom
  3241. Part136.Size = Vector3.new(0.5, 0.5, 0.5)
  3242. Part136.CFrame = CFrame.new(4.80000019, 2.8135159, -15.8651142, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  3243. Part136.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3244. Part136.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3245. Part136.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3246. Part136.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3247. Part136.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3248. Part136.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3249. Part136.Color = Color3.new(0.486275, 0.360784, 0.27451)
  3250. Part136.Position = Vector3.new(4.80000019, 2.8135159, -15.8651142)
  3251. Part136.Orientation = Vector3.new(-75, 180, -90)
  3252. Part136.Color = Color3.new(0.486275, 0.360784, 0.27451)
  3253. Part137.Name = "fakeHandleParts"
  3254. Part137.Parent = Tool0
  3255. Part137.BrickColor = BrickColor.new("Dusty Rose")
  3256. Part137.Reflectance = 0.10000000149012
  3257. Part137.Rotation = Vector3.new(-105, 0, 90)
  3258. Part137.Anchored = true
  3259. Part137.CanCollide = false
  3260. Part137.FormFactor = Enum.FormFactor.Custom
  3261. Part137.Size = Vector3.new(0.5, 0.5, 0.5)
  3262. Part137.CFrame = CFrame.new(4.80000019, 2.29587793, -17.7969704, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  3263. Part137.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3264. Part137.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3265. Part137.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3266. Part137.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3267. Part137.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3268. Part137.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3269. Part137.Color = Color3.new(0.639216, 0.294118, 0.294118)
  3270. Part137.Position = Vector3.new(4.80000019, 2.29587793, -17.7969704)
  3271. Part137.Orientation = Vector3.new(-75, 180, -90)
  3272. Part137.Color = Color3.new(0.639216, 0.294118, 0.294118)
  3273. Part138.Name = "fakeHandleParts"
  3274. Part138.Parent = Tool0
  3275. Part138.BrickColor = BrickColor.new("Brown")
  3276. Part138.Reflectance = 0.10000000149012
  3277. Part138.Rotation = Vector3.new(-105, 0, 90)
  3278. Part138.Anchored = true
  3279. Part138.CanCollide = false
  3280. Part138.FormFactor = Enum.FormFactor.Custom
  3281. Part138.Size = Vector3.new(0.5, 0.5, 0.5)
  3282. Part138.CFrame = CFrame.new(4.80000019, 1.45936, -17.0551834, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  3283. Part138.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3284. Part138.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3285. Part138.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3286. Part138.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3287. Part138.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3288. Part138.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3289. Part138.Color = Color3.new(0.486275, 0.360784, 0.27451)
  3290. Part138.Position = Vector3.new(4.80000019, 1.45936, -17.0551834)
  3291. Part138.Orientation = Vector3.new(-75, 180, -90)
  3292. Part138.Color = Color3.new(0.486275, 0.360784, 0.27451)
  3293. Part139.Name = "fakeHandleParts"
  3294. Part139.Parent = Tool0
  3295. Part139.BrickColor = BrickColor.new("Lavender")
  3296. Part139.Reflectance = 0.10000000149012
  3297. Part139.Rotation = Vector3.new(-105, 0, 90)
  3298. Part139.Anchored = true
  3299. Part139.CanCollide = false
  3300. Part139.FormFactor = Enum.FormFactor.Custom
  3301. Part139.Size = Vector3.new(0.5, 0.5, 0.5)
  3302. Part139.CFrame = CFrame.new(4.80000019, 1.68350506, -18.1505241, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  3303. Part139.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3304. Part139.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3305. Part139.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3306. Part139.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3307. Part139.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3308. Part139.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3309. Part139.Color = Color3.new(0.54902, 0.356863, 0.623529)
  3310. Part139.Position = Vector3.new(4.80000019, 1.68350506, -18.1505241)
  3311. Part139.Orientation = Vector3.new(-75, 180, -90)
  3312. Part139.Color = Color3.new(0.54902, 0.356863, 0.623529)
  3313. Part140.Name = "fakeHandleParts"
  3314. Part140.Parent = Tool0
  3315. Part140.BrickColor = BrickColor.new("Dark orange")
  3316. Part140.Reflectance = 0.10000000149012
  3317. Part140.Rotation = Vector3.new(-105, 0, 90)
  3318. Part140.Anchored = true
  3319. Part140.CanCollide = false
  3320. Part140.FormFactor = Enum.FormFactor.Custom
  3321. Part140.Size = Vector3.new(0.5, 0.5, 0.5)
  3322. Part140.CFrame = CFrame.new(4.80000401, 2.16646791, -18.2799301, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  3323. Part140.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3324. Part140.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3325. Part140.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3326. Part140.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3327. Part140.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3328. Part140.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3329. Part140.Color = Color3.new(0.627451, 0.372549, 0.207843)
  3330. Part140.Position = Vector3.new(4.80000401, 2.16646791, -18.2799301)
  3331. Part140.Orientation = Vector3.new(-75, 180, -90)
  3332. Part140.Color = Color3.new(0.627451, 0.372549, 0.207843)
  3333. Part141.Name = "fakeHandleParts"
  3334. Part141.Parent = Tool0
  3335. Part141.BrickColor = BrickColor.new("Brown")
  3336. Part141.Reflectance = 0.10000000149012
  3337. Part141.Rotation = Vector3.new(-105, 0, 90)
  3338. Part141.Anchored = true
  3339. Part141.CanCollide = false
  3340. Part141.FormFactor = Enum.FormFactor.Custom
  3341. Part141.Size = Vector3.new(0.5, 0.5, 0.5)
  3342. Part141.CFrame = CFrame.new(4.80000019, 4.16766977, -14.675046, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  3343. Part141.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3344. Part141.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3345. Part141.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3346. Part141.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3347. Part141.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3348. Part141.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3349. Part141.Color = Color3.new(0.486275, 0.360784, 0.27451)
  3350. Part141.Position = Vector3.new(4.80000019, 4.16766977, -14.675046)
  3351. Part141.Orientation = Vector3.new(-75, 180, -90)
  3352. Part141.Color = Color3.new(0.486275, 0.360784, 0.27451)
  3353. Part142.Name = "BladeParts"
  3354. Part142.Parent = Tool0
  3355. Part142.BrickColor = BrickColor.new("Earth green")
  3356. Part142.Reflectance = 0.10000000149012
  3357. Part142.Rotation = Vector3.new(-105, 0, 90)
  3358. Part142.Anchored = true
  3359. Part142.CanCollide = false
  3360. Part142.FormFactor = Enum.FormFactor.Custom
  3361. Part142.Size = Vector3.new(0.5, 0.5, 0.5)
  3362. Part142.CFrame = CFrame.new(4.80000019, 12.1885681, -13.7184124, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  3363. Part142.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3364. Part142.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3365. Part142.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3366. Part142.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3367. Part142.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3368. Part142.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3369. Part142.Color = Color3.new(0.152941, 0.27451, 0.176471)
  3370. Part142.Position = Vector3.new(4.80000019, 12.1885681, -13.7184124)
  3371. Part142.Orientation = Vector3.new(-75, 180, -90)
  3372. Part142.Color = Color3.new(0.152941, 0.27451, 0.176471)
  3373. Part143.Name = "BladeParts"
  3374. Part143.Parent = Tool0
  3375. Part143.BrickColor = BrickColor.new("Br. yellowish green")
  3376. Part143.Reflectance = 0.10000000149012
  3377. Part143.Rotation = Vector3.new(-105, 0, 90)
  3378. Part143.Anchored = true
  3379. Part143.CanCollide = false
  3380. Part143.FormFactor = Enum.FormFactor.Custom
  3381. Part143.Size = Vector3.new(0.5, 0.5, 0.5)
  3382. Part143.CFrame = CFrame.new(4.80000019, 11.2226477, -13.45959, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  3383. Part143.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3384. Part143.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3385. Part143.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3386. Part143.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3387. Part143.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3388. Part143.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3389. Part143.Color = Color3.new(0.643137, 0.741176, 0.278431)
  3390. Part143.Position = Vector3.new(4.80000019, 11.2226477, -13.45959)
  3391. Part143.Orientation = Vector3.new(-75, 180, -90)
  3392. Part143.Color = Color3.new(0.643137, 0.741176, 0.278431)
  3393. Part144.Name = "BladeParts"
  3394. Part144.Parent = Tool0
  3395. Part144.BrickColor = BrickColor.new("Bright green")
  3396. Part144.Reflectance = 0.10000000149012
  3397. Part144.Rotation = Vector3.new(-105, 0, 90)
  3398. Part144.Anchored = true
  3399. Part144.CanCollide = false
  3400. Part144.FormFactor = Enum.FormFactor.Custom
  3401. Part144.Size = Vector3.new(0.5, 0.5, 0.5)
  3402. Part144.CFrame = CFrame.new(4.80000019, 11.7056084, -13.5889997, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  3403. Part144.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3404. Part144.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3405. Part144.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3406. Part144.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3407. Part144.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3408. Part144.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3409. Part144.Color = Color3.new(0.294118, 0.592157, 0.294118)
  3410. Part144.Position = Vector3.new(4.80000019, 11.7056084, -13.5889997)
  3411. Part144.Orientation = Vector3.new(-75, 180, -90)
  3412. Part144.Color = Color3.new(0.294118, 0.592157, 0.294118)
  3413. Part145.Name = "BladeParts"
  3414. Part145.Parent = Tool0
  3415. Part145.BrickColor = BrickColor.new("Dark orange")
  3416. Part145.Reflectance = 0.10000000149012
  3417. Part145.Rotation = Vector3.new(-105, 0, 90)
  3418. Part145.Anchored = true
  3419. Part145.CanCollide = false
  3420. Part145.FormFactor = Enum.FormFactor.Custom
  3421. Part145.Size = Vector3.new(0.5, 0.5, 0.5)
  3422. Part145.CFrame = CFrame.new(4.80000019, 10.1273079, -13.6837339, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  3423. Part145.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3424. Part145.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3425. Part145.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3426. Part145.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3427. Part145.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3428. Part145.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3429. Part145.Color = Color3.new(0.627451, 0.372549, 0.207843)
  3430. Part145.Position = Vector3.new(4.80000019, 10.1273079, -13.6837339)
  3431. Part145.Orientation = Vector3.new(-75, 180, -90)
  3432. Part145.Color = Color3.new(0.627451, 0.372549, 0.207843)
  3433. Part146.Name = "BladeParts"
  3434. Part146.Parent = Tool0
  3435. Part146.BrickColor = BrickColor.new("Dark orange")
  3436. Part146.Reflectance = 0.10000000149012
  3437. Part146.Rotation = Vector3.new(-105, 0, 90)
  3438. Part146.Anchored = true
  3439. Part146.CanCollide = false
  3440. Part146.FormFactor = Enum.FormFactor.Custom
  3441. Part146.Size = Vector3.new(0.5, 0.5, 0.5)
  3442. Part146.CFrame = CFrame.new(4.80000019, 11.4814615, -12.4936638, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  3443. Part146.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3444. Part146.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3445. Part146.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3446. Part146.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3447. Part146.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3448. Part146.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3449. Part146.Color = Color3.new(0.627451, 0.372549, 0.207843)
  3450. Part146.Position = Vector3.new(4.80000019, 11.4814615, -12.4936638)
  3451. Part146.Orientation = Vector3.new(-75, 180, -90)
  3452. Part146.Color = Color3.new(0.627451, 0.372549, 0.207843)
  3453. Part147.Name = "BladeParts"
  3454. Part147.Parent = Tool0
  3455. Part147.BrickColor = BrickColor.new("Dark orange")
  3456. Part147.Reflectance = 0.10000000149012
  3457. Part147.Rotation = Vector3.new(-105, 0, 90)
  3458. Part147.Anchored = true
  3459. Part147.CanCollide = false
  3460. Part147.FormFactor = Enum.FormFactor.Custom
  3461. Part147.Size = Vector3.new(0.5, 0.5, 0.5)
  3462. Part147.CFrame = CFrame.new(4.80000019, 10.7396822, -13.3301744, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  3463. Part147.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3464. Part147.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3465. Part147.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3466. Part147.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3467. Part147.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3468. Part147.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3469. Part147.Color = Color3.new(0.627451, 0.372549, 0.207843)
  3470. Part147.Position = Vector3.new(4.80000019, 10.7396822, -13.3301744)
  3471. Part147.Orientation = Vector3.new(-75, 180, -90)
  3472. Part147.Color = Color3.new(0.627451, 0.372549, 0.207843)
  3473. Part148.Name = "BladeParts"
  3474. Part148.Parent = Tool0
  3475. Part148.BrickColor = BrickColor.new("Br. yellowish green")
  3476. Part148.Reflectance = 0.10000000149012
  3477. Part148.Rotation = Vector3.new(-105, 0, 90)
  3478. Part148.Anchored = true
  3479. Part148.CanCollide = false
  3480. Part148.FormFactor = Enum.FormFactor.Custom
  3481. Part148.Size = Vector3.new(0.5, 0.5, 0.5)
  3482. Part148.CFrame = CFrame.new(4.80000019, 12.3179798, -13.235446, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  3483. Part148.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3484. Part148.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3485. Part148.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3486. Part148.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3487. Part148.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3488. Part148.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3489. Part148.Color = Color3.new(0.643137, 0.741176, 0.278431)
  3490. Part148.Position = Vector3.new(4.80000019, 12.3179798, -13.235446)
  3491. Part148.Orientation = Vector3.new(-75, 180, -90)
  3492. Part148.Color = Color3.new(0.643137, 0.741176, 0.278431)
  3493. Part149.Name = "BladeParts"
  3494. Part149.Parent = Tool0
  3495. Part149.BrickColor = BrickColor.new("Deep orange")
  3496. Part149.Reflectance = 0.10000000149012
  3497. Part149.Rotation = Vector3.new(-105, 0, 90)
  3498. Part149.Anchored = true
  3499. Part149.CanCollide = false
  3500. Part149.FormFactor = Enum.FormFactor.Custom
  3501. Part149.Size = Vector3.new(0.5, 0.5, 0.5)
  3502. Part149.CFrame = CFrame.new(4.80000019, 11.8350143, -13.1060305, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  3503. Part149.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3504. Part149.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3505. Part149.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3506. Part149.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3507. Part149.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3508. Part149.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3509. Part149.Color = Color3.new(1, 0.690196, 0)
  3510. Part149.Position = Vector3.new(4.80000019, 11.8350143, -13.1060305)
  3511. Part149.Orientation = Vector3.new(-75, 180, -90)
  3512. Part149.Color = Color3.new(1, 0.690196, 0)
  3513. Part150.Name = "BladeParts"
  3514. Part150.Parent = Tool0
  3515. Part150.BrickColor = BrickColor.new("Deep blue")
  3516. Part150.Reflectance = 0.10000000149012
  3517. Part150.Rotation = Vector3.new(-105, 0, 90)
  3518. Part150.Anchored = true
  3519. Part150.CanCollide = false
  3520. Part150.FormFactor = Enum.FormFactor.Custom
  3521. Part150.Size = Vector3.new(0.5, 0.5, 0.5)
  3522. Part150.CFrame = CFrame.new(4.80000019, 5.32306385, -18.0904617, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  3523. Part150.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3524. Part150.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3525. Part150.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3526. Part150.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3527. Part150.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3528. Part150.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3529. Part150.Color = Color3.new(0.129412, 0.329412, 0.72549)
  3530. Part150.Position = Vector3.new(4.80000019, 5.32306385, -18.0904617)
  3531. Part150.Orientation = Vector3.new(-75, 180, -90)
  3532. Part150.Color = Color3.new(0.129412, 0.329412, 0.72549)
  3533. Part151.Name = "fakeHandleParts"
  3534. Part151.Parent = Tool0
  3535. Part151.BrickColor = BrickColor.new("Lavender")
  3536. Part151.Reflectance = 0.10000000149012
  3537. Part151.Rotation = Vector3.new(-105, 0, 90)
  3538. Part151.Anchored = true
  3539. Part151.CanCollide = false
  3540. Part151.FormFactor = Enum.FormFactor.Custom
  3541. Part151.Size = Vector3.new(0.5, 0.5, 0.5)
  3542. Part151.CFrame = CFrame.new(4.80000019, 5.06424522, -19.0563812, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  3543. Part151.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3544. Part151.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3545. Part151.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3546. Part151.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3547. Part151.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3548. Part151.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3549. Part151.Color = Color3.new(0.54902, 0.356863, 0.623529)
  3550. Part151.Position = Vector3.new(4.80000019, 5.06424522, -19.0563812)
  3551. Part151.Orientation = Vector3.new(-75, 180, -90)
  3552. Part151.Color = Color3.new(0.54902, 0.356863, 0.623529)
  3553. Part152.Name = "BladeParts"
  3554. Part152.Parent = Tool0
  3555. Part152.BrickColor = BrickColor.new("Bright blue")
  3556. Part152.Reflectance = 0.10000000149012
  3557. Part152.Rotation = Vector3.new(-105, 0, 90)
  3558. Part152.Anchored = true
  3559. Part152.CanCollide = false
  3560. Part152.FormFactor = Enum.FormFactor.Custom
  3561. Part152.Size = Vector3.new(0.5, 0.5, 0.5)
  3562. Part152.CFrame = CFrame.new(4.80000019, 4.84010077, -17.9610519, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  3563. Part152.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3564. Part152.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3565. Part152.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3566. Part152.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3567. Part152.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3568. Part152.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3569. Part152.Color = Color3.new(0.0509804, 0.411765, 0.67451)
  3570. Part152.Position = Vector3.new(4.80000019, 4.84010077, -17.9610519)
  3571. Part152.Orientation = Vector3.new(-75, 180, -90)
  3572. Part152.Color = Color3.new(0.0509804, 0.411765, 0.67451)
  3573. Part153.Name = "fakeHandleParts"
  3574. Part153.Parent = Tool0
  3575. Part153.BrickColor = BrickColor.new("Lavender")
  3576. Part153.Reflectance = 0.10000000149012
  3577. Part153.Rotation = Vector3.new(-105, 0, 90)
  3578. Part153.Anchored = true
  3579. Part153.CanCollide = false
  3580. Part153.FormFactor = Enum.FormFactor.Custom
  3581. Part153.Size = Vector3.new(0.5, 0.5, 0.5)
  3582. Part153.CFrame = CFrame.new(4.80000019, 4.71069098, -18.4440155, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  3583. Part153.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3584. Part153.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3585. Part153.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3586. Part153.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3587. Part153.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3588. Part153.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3589. Part153.Color = Color3.new(0.54902, 0.356863, 0.623529)
  3590. Part153.Position = Vector3.new(4.80000019, 4.71069098, -18.4440155)
  3591. Part153.Orientation = Vector3.new(-75, 180, -90)
  3592. Part153.Color = Color3.new(0.54902, 0.356863, 0.623529)
  3593. Part154.Name = "BladeParts"
  3594. Part154.Parent = Tool0
  3595. Part154.BrickColor = BrickColor.new("Deep blue")
  3596. Part154.Reflectance = 0.10000000149012
  3597. Part154.Rotation = Vector3.new(-105, 0, 90)
  3598. Part154.Anchored = true
  3599. Part154.CanCollide = false
  3600. Part154.FormFactor = Enum.FormFactor.Custom
  3601. Part154.Size = Vector3.new(0.5, 0.5, 0.5)
  3602. Part154.CFrame = CFrame.new(4.80000019, 5.93543386, -17.736908, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  3603. Part154.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3604. Part154.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3605. Part154.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3606. Part154.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3607. Part154.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3608. Part154.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3609. Part154.Color = Color3.new(0.129412, 0.329412, 0.72549)
  3610. Part154.Position = Vector3.new(4.80000019, 5.93543386, -17.736908)
  3611. Part154.Orientation = Vector3.new(-75, 180, -90)
  3612. Part154.Color = Color3.new(0.129412, 0.329412, 0.72549)
  3613. Part155.Name = "BladeParts"
  3614. Part155.Parent = Tool0
  3615. Part155.BrickColor = BrickColor.new("Bright bluish green")
  3616. Part155.Reflectance = 0.10000000149012
  3617. Part155.Rotation = Vector3.new(-105, 0, 90)
  3618. Part155.Anchored = true
  3619. Part155.CanCollide = false
  3620. Part155.FormFactor = Enum.FormFactor.Custom
  3621. Part155.Size = Vector3.new(0.5, 0.5, 0.5)
  3622. Part155.CFrame = CFrame.new(4.80000019, 10.3514519, -14.7790718, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  3623. Part155.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3624. Part155.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3625. Part155.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3626. Part155.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3627. Part155.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3628. Part155.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3629. Part155.Color = Color3.new(0, 0.560784, 0.611765)
  3630. Part155.Position = Vector3.new(4.80000019, 10.3514519, -14.7790718)
  3631. Part155.Orientation = Vector3.new(-75, 180, -90)
  3632. Part155.Color = Color3.new(0, 0.560784, 0.611765)
  3633. Part156.Name = "BladeParts"
  3634. Part156.Parent = Tool0
  3635. Part156.BrickColor = BrickColor.new("Earth green")
  3636. Part156.Reflectance = 0.10000000149012
  3637. Part156.Rotation = Vector3.new(-105, 0, 90)
  3638. Part156.Anchored = true
  3639. Part156.CanCollide = false
  3640. Part156.FormFactor = Enum.FormFactor.Custom
  3641. Part156.Size = Vector3.new(0.5, 0.5, 0.5)
  3642. Part156.CFrame = CFrame.new(4.80000019, 8.77315426, -14.8738041, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  3643. Part156.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3644. Part156.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3645. Part156.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3646. Part156.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3647. Part156.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3648. Part156.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3649. Part156.Color = Color3.new(0.152941, 0.27451, 0.176471)
  3650. Part156.Position = Vector3.new(4.80000019, 8.77315426, -14.8738041)
  3651. Part156.Orientation = Vector3.new(-75, 180, -90)
  3652. Part156.Color = Color3.new(0.152941, 0.27451, 0.176471)
  3653. Part157.Name = "fakeHandleParts"
  3654. Part157.Parent = Tool0
  3655. Part157.BrickColor = BrickColor.new("Olive")
  3656. Part157.Reflectance = 0.10000000149012
  3657. Part157.Rotation = Vector3.new(-105, 0, 90)
  3658. Part157.Anchored = true
  3659. Part157.CanCollide = false
  3660. Part157.FormFactor = Enum.FormFactor.Custom
  3661. Part157.Size = Vector3.new(0.5, 0.5, 0.5)
  3662. Part157.CFrame = CFrame.new(4.80000019, 4.58128214, -18.9269791, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  3663. Part157.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3664. Part157.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3665. Part157.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3666. Part157.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3667. Part157.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3668. Part157.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3669. Part157.Color = Color3.new(0.756863, 0.745098, 0.258824)
  3670. Part157.Position = Vector3.new(4.80000019, 4.58128214, -18.9269791)
  3671. Part157.Orientation = Vector3.new(-75, 180, -90)
  3672. Part157.Color = Color3.new(0.756863, 0.745098, 0.258824)
  3673. Part158.Name = "BladeParts"
  3674. Part158.Parent = Tool0
  3675. Part158.BrickColor = BrickColor.new("Bright blue")
  3676. Part158.Reflectance = 0.10000000149012
  3677. Part158.Rotation = Vector3.new(-105, 0, 90)
  3678. Part158.Anchored = true
  3679. Part158.CanCollide = false
  3680. Part158.FormFactor = Enum.FormFactor.Custom
  3681. Part158.Size = Vector3.new(0.5, 0.5, 0.5)
  3682. Part158.CFrame = CFrame.new(4.80000019, 5.45247221, -17.6074982, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  3683. Part158.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3684. Part158.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3685. Part158.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3686. Part158.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3687. Part158.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3688. Part158.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3689. Part158.Color = Color3.new(0.0509804, 0.411765, 0.67451)
  3690. Part158.Position = Vector3.new(4.80000019, 5.45247221, -17.6074982)
  3691. Part158.Orientation = Vector3.new(-75, 180, -90)
  3692. Part158.Color = Color3.new(0.0509804, 0.411765, 0.67451)
  3693. Part159.Name = "BladeParts"
  3694. Part159.Parent = Tool0
  3695. Part159.BrickColor = BrickColor.new("Bright green")
  3696. Part159.Reflectance = 0.10000000149012
  3697. Part159.Rotation = Vector3.new(-105, 0, 90)
  3698. Part159.Anchored = true
  3699. Part159.CanCollide = false
  3700. Part159.FormFactor = Enum.FormFactor.Custom
  3701. Part159.Size = Vector3.new(0.5, 0.5, 0.5)
  3702. Part159.CFrame = CFrame.new(4.80000019, 9.25611782, -15.0032158, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  3703. Part159.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3704. Part159.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3705. Part159.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3706. Part159.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3707. Part159.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3708. Part159.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3709. Part159.Color = Color3.new(0.294118, 0.592157, 0.294118)
  3710. Part159.Position = Vector3.new(4.80000019, 9.25611782, -15.0032158)
  3711. Part159.Orientation = Vector3.new(-75, 180, -90)
  3712. Part159.Color = Color3.new(0.294118, 0.592157, 0.294118)
  3713. Part160.Name = "BladeParts"
  3714. Part160.Parent = Tool0
  3715. Part160.BrickColor = BrickColor.new("Bright bluish green")
  3716. Part160.Reflectance = 0.10000000149012
  3717. Part160.Rotation = Vector3.new(-105, 0, 90)
  3718. Part160.Anchored = true
  3719. Part160.CanCollide = false
  3720. Part160.FormFactor = Enum.FormFactor.Custom
  3721. Part160.Size = Vector3.new(0.5, 0.5, 0.5)
  3722. Part160.CFrame = CFrame.new(4.80000019, 9.73908043, -15.1326256, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  3723. Part160.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3724. Part160.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3725. Part160.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3726. Part160.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3727. Part160.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3728. Part160.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3729. Part160.Color = Color3.new(0, 0.560784, 0.611765)
  3730. Part160.Position = Vector3.new(4.80000019, 9.73908043, -15.1326256)
  3731. Part160.Orientation = Vector3.new(-75, 180, -90)
  3732. Part160.Color = Color3.new(0, 0.560784, 0.611765)
  3733. Part161.Name = "BladeParts"
  3734. Part161.Parent = Tool0
  3735. Part161.BrickColor = BrickColor.new("Bright bluish green")
  3736. Part161.Reflectance = 0.10000000149012
  3737. Part161.Rotation = Vector3.new(-105, 0, 90)
  3738. Part161.Anchored = true
  3739. Part161.CanCollide = false
  3740. Part161.FormFactor = Enum.FormFactor.Custom
  3741. Part161.Size = Vector3.new(0.5, 0.5, 0.5)
  3742. Part161.CFrame = CFrame.new(4.80000019, 10.9638262, -14.425518, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  3743. Part161.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3744. Part161.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3745. Part161.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3746. Part161.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3747. Part161.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3748. Part161.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3749. Part161.Color = Color3.new(0, 0.560784, 0.611765)
  3750. Part161.Position = Vector3.new(4.80000019, 10.9638262, -14.425518)
  3751. Part161.Orientation = Vector3.new(-75, 180, -90)
  3752. Part161.Color = Color3.new(0, 0.560784, 0.611765)
  3753. Part162.Name = "BladeParts"
  3754. Part162.Parent = Tool0
  3755. Part162.BrickColor = BrickColor.new("Bright bluish green")
  3756. Part162.Reflectance = 0.10000000149012
  3757. Part162.Rotation = Vector3.new(-105, 0, 90)
  3758. Part162.Anchored = true
  3759. Part162.CanCollide = false
  3760. Part162.FormFactor = Enum.FormFactor.Custom
  3761. Part162.Size = Vector3.new(0.5, 0.5, 0.5)
  3762. Part162.CFrame = CFrame.new(4.80000019, 7.90196514, -16.1932869, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  3763. Part162.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3764. Part162.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3765. Part162.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3766. Part162.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3767. Part162.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3768. Part162.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3769. Part162.Color = Color3.new(0, 0.560784, 0.611765)
  3770. Part162.Position = Vector3.new(4.80000019, 7.90196514, -16.1932869)
  3771. Part162.Orientation = Vector3.new(-75, 180, -90)
  3772. Part162.Color = Color3.new(0, 0.560784, 0.611765)
  3773. Part163.Name = "BladeParts"
  3774. Part163.Parent = Tool0
  3775. Part163.BrickColor = BrickColor.new("Deep blue")
  3776. Part163.Reflectance = 0.10000000149012
  3777. Part163.Rotation = Vector3.new(-105, 0, 90)
  3778. Part163.Anchored = true
  3779. Part163.CanCollide = false
  3780. Part163.FormFactor = Enum.FormFactor.Custom
  3781. Part163.Size = Vector3.new(0.5, 0.5, 0.5)
  3782. Part163.CFrame = CFrame.new(4.80000019, 5.581882, -17.1245346, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  3783. Part163.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3784. Part163.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3785. Part163.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3786. Part163.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3787. Part163.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3788. Part163.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3789. Part163.Color = Color3.new(0.129412, 0.329412, 0.72549)
  3790. Part163.Position = Vector3.new(4.80000019, 5.581882, -17.1245346)
  3791. Part163.Orientation = Vector3.new(-75, 180, -90)
  3792. Part163.Color = Color3.new(0.129412, 0.329412, 0.72549)
  3793. Part164.Name = "BladeParts"
  3794. Part164.Parent = Tool0
  3795. Part164.BrickColor = BrickColor.new("Bright blue")
  3796. Part164.Reflectance = 0.10000000149012
  3797. Part164.Rotation = Vector3.new(-105, 0, 90)
  3798. Part164.Anchored = true
  3799. Part164.CanCollide = false
  3800. Part164.FormFactor = Enum.FormFactor.Custom
  3801. Part164.Size = Vector3.new(0.5, 0.5, 0.5)
  3802. Part164.CFrame = CFrame.new(4.80000019, 6.67721987, -16.9003906, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  3803. Part164.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3804. Part164.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3805. Part164.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3806. Part164.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3807. Part164.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3808. Part164.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3809. Part164.Color = Color3.new(0.0509804, 0.411765, 0.67451)
  3810. Part164.Position = Vector3.new(4.80000019, 6.67721987, -16.9003906)
  3811. Part164.Orientation = Vector3.new(-75, 180, -90)
  3812. Part164.Color = Color3.new(0.0509804, 0.411765, 0.67451)
  3813. Part165.Name = "BladeParts"
  3814. Part165.Parent = Tool0
  3815. Part165.BrickColor = BrickColor.new("Medium blue")
  3816. Part165.Reflectance = 0.10000000149012
  3817. Part165.Rotation = Vector3.new(-105, 0, 90)
  3818. Part165.Anchored = true
  3819. Part165.CanCollide = false
  3820. Part165.FormFactor = Enum.FormFactor.Custom
  3821. Part165.Size = Vector3.new(0.5, 0.5, 0.5)
  3822. Part165.CFrame = CFrame.new(4.80000019, 7.64314604, -17.1592102, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  3823. Part165.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3824. Part165.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3825. Part165.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3826. Part165.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3827. Part165.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3828. Part165.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3829. Part165.Color = Color3.new(0.431373, 0.6, 0.792157)
  3830. Part165.Position = Vector3.new(4.80000019, 7.64314604, -17.1592102)
  3831. Part165.Orientation = Vector3.new(-75, 180, -90)
  3832. Part165.Color = Color3.new(0.431373, 0.6, 0.792157)
  3833. Part166.Name = "BladeParts"
  3834. Part166.Parent = Tool0
  3835. Part166.BrickColor = BrickColor.new("Bright blue")
  3836. Part166.Reflectance = 0.10000000149012
  3837. Part166.Rotation = Vector3.new(-105, 0, 90)
  3838. Part166.Anchored = true
  3839. Part166.CanCollide = false
  3840. Part166.FormFactor = Enum.FormFactor.Custom
  3841. Part166.Size = Vector3.new(0.5, 0.5, 0.5)
  3842. Part166.CFrame = CFrame.new(4.80000019, 7.28959084, -16.5468369, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  3843. Part166.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3844. Part166.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3845. Part166.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3846. Part166.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3847. Part166.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3848. Part166.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3849. Part166.Color = Color3.new(0.0509804, 0.411765, 0.67451)
  3850. Part166.Position = Vector3.new(4.80000019, 7.28959084, -16.5468369)
  3851. Part166.Orientation = Vector3.new(-75, 180, -90)
  3852. Part166.Color = Color3.new(0.0509804, 0.411765, 0.67451)
  3853. Part167.Name = "BladeParts"
  3854. Part167.Parent = Tool0
  3855. Part167.BrickColor = BrickColor.new("Deep blue")
  3856. Part167.Reflectance = 0.10000000149012
  3857. Part167.Rotation = Vector3.new(-105, 0, 90)
  3858. Part167.Anchored = true
  3859. Part167.CanCollide = false
  3860. Part167.FormFactor = Enum.FormFactor.Custom
  3861. Part167.Size = Vector3.new(0.5, 0.5, 0.5)
  3862. Part167.CFrame = CFrame.new(4.80000019, 6.90136385, -17.9957275, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  3863. Part167.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3864. Part167.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3865. Part167.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3866. Part167.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3867. Part167.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3868. Part167.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3869. Part167.Color = Color3.new(0.129412, 0.329412, 0.72549)
  3870. Part167.Position = Vector3.new(4.80000019, 6.90136385, -17.9957275)
  3871. Part167.Orientation = Vector3.new(-75, 180, -90)
  3872. Part167.Color = Color3.new(0.129412, 0.329412, 0.72549)
  3873. Part168.Name = "BladeParts"
  3874. Part168.Parent = Tool0
  3875. Part168.BrickColor = BrickColor.new("Earth green")
  3876. Part168.Reflectance = 0.10000000149012
  3877. Part168.Rotation = Vector3.new(-105, 0, 90)
  3878. Part168.Anchored = true
  3879. Part168.CanCollide = false
  3880. Part168.FormFactor = Enum.FormFactor.Custom
  3881. Part168.Size = Vector3.new(0.5, 0.5, 0.5)
  3882. Part168.CFrame = CFrame.new(4.80000019, 9.38553047, -14.5202503, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  3883. Part168.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3884. Part168.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3885. Part168.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3886. Part168.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3887. Part168.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3888. Part168.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3889. Part168.Color = Color3.new(0.152941, 0.27451, 0.176471)
  3890. Part168.Position = Vector3.new(4.80000019, 9.38553047, -14.5202503)
  3891. Part168.Orientation = Vector3.new(-75, 180, -90)
  3892. Part168.Color = Color3.new(0.152941, 0.27451, 0.176471)
  3893. Part169.Name = "BladeParts"
  3894. Part169.Parent = Tool0
  3895. Part169.BrickColor = BrickColor.new("Bright green")
  3896. Part169.Reflectance = 0.10000000149012
  3897. Part169.Rotation = Vector3.new(-105, 0, 90)
  3898. Part169.Anchored = true
  3899. Part169.CanCollide = false
  3900. Part169.FormFactor = Enum.FormFactor.Custom
  3901. Part169.Size = Vector3.new(0.5, 0.5, 0.5)
  3902. Part169.CFrame = CFrame.new(4.80000019, 8.90256405, -14.3908377, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  3903. Part169.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3904. Part169.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3905. Part169.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3906. Part169.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3907. Part169.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3908. Part169.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3909. Part169.Color = Color3.new(0.294118, 0.592157, 0.294118)
  3910. Part169.Position = Vector3.new(4.80000019, 8.90256405, -14.3908377)
  3911. Part169.Orientation = Vector3.new(-75, 180, -90)
  3912. Part169.Color = Color3.new(0.294118, 0.592157, 0.294118)
  3913. Part170.Name = "BladeParts"
  3914. Part170.Parent = Tool0
  3915. Part170.BrickColor = BrickColor.new("Bright blue")
  3916. Part170.Reflectance = 0.10000000149012
  3917. Part170.Rotation = Vector3.new(-105, 0, 90)
  3918. Part170.Anchored = true
  3919. Part170.CanCollide = false
  3920. Part170.FormFactor = Enum.FormFactor.Custom
  3921. Part170.Size = Vector3.new(0.5, 0.5, 0.5)
  3922. Part170.CFrame = CFrame.new(4.80000019, 6.06484413, -17.2539444, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  3923. Part170.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3924. Part170.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3925. Part170.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3926. Part170.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3927. Part170.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3928. Part170.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3929. Part170.Color = Color3.new(0.0509804, 0.411765, 0.67451)
  3930. Part170.Position = Vector3.new(4.80000019, 6.06484413, -17.2539444)
  3931. Part170.Orientation = Vector3.new(-75, 180, -90)
  3932. Part170.Color = Color3.new(0.0509804, 0.411765, 0.67451)
  3933. Part171.Name = "BladeParts"
  3934. Part171.Parent = Tool0
  3935. Part171.BrickColor = BrickColor.new("Bright bluish green")
  3936. Part171.Reflectance = 0.10000000149012
  3937. Part171.Rotation = Vector3.new(-105, 0, 90)
  3938. Part171.Anchored = true
  3939. Part171.CanCollide = false
  3940. Part171.FormFactor = Enum.FormFactor.Custom
  3941. Part171.Size = Vector3.new(0.5, 0.5, 0.5)
  3942. Part171.CFrame = CFrame.new(4.7999959, 9.12670803, -15.4861755, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  3943. Part171.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3944. Part171.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3945. Part171.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3946. Part171.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3947. Part171.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3948. Part171.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3949. Part171.Color = Color3.new(0, 0.560784, 0.611765)
  3950. Part171.Position = Vector3.new(4.7999959, 9.12670803, -15.4861755)
  3951. Part171.Orientation = Vector3.new(-75, 180, -90)
  3952. Part171.Color = Color3.new(0, 0.560784, 0.611765)
  3953. Part172.Name = "BladeParts"
  3954. Part172.Parent = Tool0
  3955. Part172.BrickColor = BrickColor.new("Bright bluish green")
  3956. Part172.Reflectance = 0.10000000149012
  3957. Part172.Rotation = Vector3.new(-105, 0, 90)
  3958. Part172.Anchored = true
  3959. Part172.CanCollide = false
  3960. Part172.FormFactor = Enum.FormFactor.Custom
  3961. Part172.Size = Vector3.new(0.5, 0.5, 0.5)
  3962. Part172.CFrame = CFrame.new(4.80000019, 8.51433563, -15.8397322, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  3963. Part172.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3964. Part172.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3965. Part172.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3966. Part172.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3967. Part172.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3968. Part172.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3969. Part172.Color = Color3.new(0, 0.560784, 0.611765)
  3970. Part172.Position = Vector3.new(4.80000019, 8.51433563, -15.8397322)
  3971. Part172.Orientation = Vector3.new(-75, 180, -90)
  3972. Part172.Color = Color3.new(0, 0.560784, 0.611765)
  3973. Part173.Name = "BladeParts"
  3974. Part173.Parent = Tool0
  3975. Part173.BrickColor = BrickColor.new("Deep blue")
  3976. Part173.Reflectance = 0.10000000149012
  3977. Part173.Rotation = Vector3.new(-105, 0, 90)
  3978. Part173.Anchored = true
  3979. Part173.CanCollide = false
  3980. Part173.FormFactor = Enum.FormFactor.Custom
  3981. Part173.Size = Vector3.new(0.5, 0.5, 0.5)
  3982. Part173.CFrame = CFrame.new(4.80000019, 7.51373577, -17.6421738, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  3983. Part173.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3984. Part173.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3985. Part173.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3986. Part173.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3987. Part173.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3988. Part173.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3989. Part173.Color = Color3.new(0.129412, 0.329412, 0.72549)
  3990. Part173.Position = Vector3.new(4.80000019, 7.51373577, -17.6421738)
  3991. Part173.Orientation = Vector3.new(-75, 180, -90)
  3992. Part173.Color = Color3.new(0.129412, 0.329412, 0.72549)
  3993. Part174.Name = "BladeParts"
  3994. Part174.Parent = Tool0
  3995. Part174.BrickColor = BrickColor.new("Toothpaste")
  3996. Part174.Reflectance = 0.10000000149012
  3997. Part174.Rotation = Vector3.new(-105, 0, 90)
  3998. Part174.Anchored = true
  3999. Part174.CanCollide = false
  4000. Part174.FormFactor = Enum.FormFactor.Custom
  4001. Part174.Size = Vector3.new(0.5, 0.5, 0.5)
  4002. Part174.CFrame = CFrame.new(4.80000019, 7.03077078, -17.512764, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  4003. Part174.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4004. Part174.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4005. Part174.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4006. Part174.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4007. Part174.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4008. Part174.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4009. Part174.Color = Color3.new(0, 1, 1)
  4010. Part174.Position = Vector3.new(4.80000019, 7.03077078, -17.512764)
  4011. Part174.Orientation = Vector3.new(-75, 180, -90)
  4012. Part174.Color = Color3.new(0, 1, 1)
  4013. Part175.Name = "BladeParts"
  4014. Part175.Parent = Tool0
  4015. Part175.BrickColor = BrickColor.new("Deep blue")
  4016. Part175.Reflectance = 0.10000000149012
  4017. Part175.Rotation = Vector3.new(-105, 0, 90)
  4018. Part175.Anchored = true
  4019. Part175.CanCollide = false
  4020. Part175.FormFactor = Enum.FormFactor.Custom
  4021. Part175.Size = Vector3.new(0.5, 0.5, 0.5)
  4022. Part175.CFrame = CFrame.new(4.80000019, 6.41839981, -17.8663139, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  4023. Part175.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4024. Part175.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4025. Part175.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4026. Part175.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4027. Part175.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4028. Part175.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4029. Part175.Color = Color3.new(0.129412, 0.329412, 0.72549)
  4030. Part175.Position = Vector3.new(4.80000019, 6.41839981, -17.8663139)
  4031. Part175.Orientation = Vector3.new(-75, 180, -90)
  4032. Part175.Color = Color3.new(0.129412, 0.329412, 0.72549)
  4033. Part176.Name = "BladeParts"
  4034. Part176.Parent = Tool0
  4035. Part176.BrickColor = BrickColor.new("Deep orange")
  4036. Part176.Reflectance = 0.10000000149012
  4037. Part176.Rotation = Vector3.new(-105, 0, 90)
  4038. Part176.Anchored = true
  4039. Part176.CanCollide = false
  4040. Part176.FormFactor = Enum.FormFactor.Custom
  4041. Part176.Size = Vector3.new(0.5, 0.5, 0.5)
  4042. Part176.CFrame = CFrame.new(4.80000019, 10.8690901, -12.8472204, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  4043. Part176.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4044. Part176.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4045. Part176.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4046. Part176.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4047. Part176.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4048. Part176.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4049. Part176.Color = Color3.new(1, 0.690196, 0)
  4050. Part176.Position = Vector3.new(4.80000019, 10.8690901, -12.8472204)
  4051. Part176.Orientation = Vector3.new(-75, 180, -90)
  4052. Part176.Color = Color3.new(1, 0.690196, 0)
  4053. Part177.Name = "BladeParts"
  4054. Part177.Parent = Tool0
  4055. Part177.BrickColor = BrickColor.new("Earth green")
  4056. Part177.Reflectance = 0.10000000149012
  4057. Part177.Rotation = Vector3.new(-105, 0, 90)
  4058. Part177.Anchored = true
  4059. Part177.CanCollide = false
  4060. Part177.FormFactor = Enum.FormFactor.Custom
  4061. Part177.Size = Vector3.new(0.5, 0.5, 0.5)
  4062. Part177.CFrame = CFrame.new(4.80000019, 6.19425297, -16.7709808, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  4063. Part177.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4064. Part177.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4065. Part177.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4066. Part177.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4067. Part177.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4068. Part177.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4069. Part177.Color = Color3.new(0.152941, 0.27451, 0.176471)
  4070. Part177.Position = Vector3.new(4.80000019, 6.19425297, -16.7709808)
  4071. Part177.Orientation = Vector3.new(-75, 180, -90)
  4072. Part177.Color = Color3.new(0.152941, 0.27451, 0.176471)
  4073. Part178.Name = "BladeParts"
  4074. Part178.Parent = Tool0
  4075. Part178.BrickColor = BrickColor.new("Bright green")
  4076. Part178.Reflectance = 0.10000000149012
  4077. Part178.Rotation = Vector3.new(-105, 0, 90)
  4078. Part178.Anchored = true
  4079. Part178.CanCollide = false
  4080. Part178.FormFactor = Enum.FormFactor.Custom
  4081. Part178.Size = Vector3.new(0.5, 0.5, 0.5)
  4082. Part178.CFrame = CFrame.new(4.80000019, 6.80662918, -16.4174252, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  4083. Part178.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4084. Part178.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4085. Part178.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4086. Part178.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4087. Part178.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4088. Part178.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4089. Part178.Color = Color3.new(0.294118, 0.592157, 0.294118)
  4090. Part178.Position = Vector3.new(4.80000019, 6.80662918, -16.4174252)
  4091. Part178.Orientation = Vector3.new(-75, 180, -90)
  4092. Part178.Color = Color3.new(0.294118, 0.592157, 0.294118)
  4093. Part179.Name = "BladeParts"
  4094. Part179.Parent = Tool0
  4095. Part179.BrickColor = BrickColor.new("Nougat")
  4096. Part179.Reflectance = 0.10000000149012
  4097. Part179.Rotation = Vector3.new(-105, 0, 90)
  4098. Part179.Anchored = true
  4099. Part179.CanCollide = false
  4100. Part179.FormFactor = Enum.FormFactor.Custom
  4101. Part179.Size = Vector3.new(0.5, 0.5, 0.5)
  4102. Part179.CFrame = CFrame.new(4.80000019, 11.3520536, -12.9766264, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  4103. Part179.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4104. Part179.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4105. Part179.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4106. Part179.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4107. Part179.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4108. Part179.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4109. Part179.Color = Color3.new(0.8, 0.556863, 0.411765)
  4110. Part179.Position = Vector3.new(4.80000019, 11.3520536, -12.9766264)
  4111. Part179.Orientation = Vector3.new(-75, 180, -90)
  4112. Part179.Color = Color3.new(0.8, 0.556863, 0.411765)
  4113. Part180.Name = "fakeHandleParts"
  4114. Part180.Parent = Tool0
  4115. Part180.BrickColor = BrickColor.new("Dusty Rose")
  4116. Part180.Reflectance = 0.10000000149012
  4117. Part180.Rotation = Vector3.new(-105, 0, 90)
  4118. Part180.Anchored = true
  4119. Part180.CanCollide = false
  4120. Part180.FormFactor = Enum.FormFactor.Custom
  4121. Part180.Size = Vector3.new(0.5, 0.5, 0.5)
  4122. Part180.CFrame = CFrame.new(4.80000019, 5.54720592, -19.1857948, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  4123. Part180.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4124. Part180.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4125. Part180.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4126. Part180.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4127. Part180.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4128. Part180.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4129. Part180.Color = Color3.new(0.639216, 0.294118, 0.294118)
  4130. Part180.Position = Vector3.new(4.80000019, 5.54720592, -19.1857948)
  4131. Part180.Orientation = Vector3.new(-75, 180, -90)
  4132. Part180.Color = Color3.new(0.639216, 0.294118, 0.294118)
  4133. Part181.Name = "fakeHandleParts"
  4134. Part181.Parent = Tool0
  4135. Part181.BrickColor = BrickColor.new("Deep orange")
  4136. Part181.Reflectance = 0.10000000149012
  4137. Part181.Rotation = Vector3.new(-105, 0, 90)
  4138. Part181.Anchored = true
  4139. Part181.CanCollide = false
  4140. Part181.FormFactor = Enum.FormFactor.Custom
  4141. Part181.Size = Vector3.new(0.5, 0.5, 0.5)
  4142. Part181.CFrame = CFrame.new(4.80000019, 4.0983181, -18.7975693, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  4143. Part181.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4144. Part181.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4145. Part181.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4146. Part181.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4147. Part181.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4148. Part181.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4149. Part181.Color = Color3.new(1, 0.690196, 0)
  4150. Part181.Position = Vector3.new(4.80000019, 4.0983181, -18.7975693)
  4151. Part181.Orientation = Vector3.new(-75, 180, -90)
  4152. Part181.Color = Color3.new(1, 0.690196, 0)
  4153. Part182.Name = "fakeHandleParts"
  4154. Part182.Parent = Tool0
  4155. Part182.BrickColor = BrickColor.new("Brown")
  4156. Part182.Reflectance = 0.10000000149012
  4157. Part182.Rotation = Vector3.new(-105, 0, 90)
  4158. Part182.Anchored = true
  4159. Part182.CanCollide = false
  4160. Part182.FormFactor = Enum.FormFactor.Custom
  4161. Part182.Size = Vector3.new(0.5, 0.5, 0.5)
  4162. Part182.CFrame = CFrame.new(4.80000019, 4.93483496, -19.5393486, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  4163. Part182.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4164. Part182.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4165. Part182.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4166. Part182.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4167. Part182.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4168. Part182.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4169. Part182.Color = Color3.new(0.486275, 0.360784, 0.27451)
  4170. Part182.Position = Vector3.new(4.80000019, 4.93483496, -19.5393486)
  4171. Part182.Orientation = Vector3.new(-75, 180, -90)
  4172. Part182.Color = Color3.new(0.486275, 0.360784, 0.27451)
  4173. Part183.Name = "fakeHandleParts"
  4174. Part183.Parent = Tool0
  4175. Part183.BrickColor = BrickColor.new("Deep orange")
  4176. Part183.Reflectance = 0.10000000149012
  4177. Part183.Rotation = Vector3.new(-105, 0, 90)
  4178. Part183.Anchored = true
  4179. Part183.CanCollide = false
  4180. Part183.FormFactor = Enum.FormFactor.Custom
  4181. Part183.Size = Vector3.new(0.5, 0.5, 0.5)
  4182. Part183.CFrame = CFrame.new(4.80000019, 5.41779709, -19.6687622, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  4183. Part183.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4184. Part183.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4185. Part183.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4186. Part183.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4187. Part183.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4188. Part183.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4189. Part183.Color = Color3.new(1, 0.690196, 0)
  4190. Part183.Position = Vector3.new(4.80000019, 5.41779709, -19.6687622)
  4191. Part183.Orientation = Vector3.new(-75, 180, -90)
  4192. Part183.Color = Color3.new(1, 0.690196, 0)
  4193. Part184.Name = "fakeHandleParts"
  4194. Part184.Parent = Tool0
  4195. Part184.BrickColor = BrickColor.new("Bright red")
  4196. Part184.Reflectance = 0.10000000149012
  4197. Part184.Rotation = Vector3.new(-105, 0, 90)
  4198. Part184.Anchored = true
  4199. Part184.CanCollide = false
  4200. Part184.FormFactor = Enum.FormFactor.Custom
  4201. Part184.Size = Vector3.new(0.5, 0.5, 0.5)
  4202. Part184.CFrame = CFrame.new(4.80000019, 3.96890807, -19.2805328, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  4203. Part184.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4204. Part184.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4205. Part184.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4206. Part184.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4207. Part184.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4208. Part184.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4209. Part184.Color = Color3.new(0.768627, 0.156863, 0.109804)
  4210. Part184.Position = Vector3.new(4.80000019, 3.96890807, -19.2805328)
  4211. Part184.Orientation = Vector3.new(-75, 180, -90)
  4212. Part184.Color = Color3.new(0.768627, 0.156863, 0.109804)
  4213. Part185.Name = "fakeHandleParts"
  4214. Part185.Parent = Tool0
  4215. Part185.BrickColor = BrickColor.new("Dusty Rose")
  4216. Part185.Reflectance = 0.10000000149012
  4217. Part185.Rotation = Vector3.new(-105, 0, 90)
  4218. Part185.Anchored = true
  4219. Part185.CanCollide = false
  4220. Part185.FormFactor = Enum.FormFactor.Custom
  4221. Part185.Size = Vector3.new(0.5, 0.5, 0.5)
  4222. Part185.CFrame = CFrame.new(4.80000019, 6.15958023, -18.8322411, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  4223. Part185.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4224. Part185.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4225. Part185.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4226. Part185.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4227. Part185.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4228. Part185.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4229. Part185.Color = Color3.new(0.639216, 0.294118, 0.294118)
  4230. Part185.Position = Vector3.new(4.80000019, 6.15958023, -18.8322411)
  4231. Part185.Orientation = Vector3.new(-75, 180, -90)
  4232. Part185.Color = Color3.new(0.639216, 0.294118, 0.294118)
  4233. Part186.Name = "fakeHandleParts"
  4234. Part186.Parent = Tool0
  4235. Part186.BrickColor = BrickColor.new("Dusty Rose")
  4236. Part186.Reflectance = 0.10000000149012
  4237. Part186.Rotation = Vector3.new(-105, 0, 90)
  4238. Part186.Anchored = true
  4239. Part186.CanCollide = false
  4240. Part186.FormFactor = Enum.FormFactor.Custom
  4241. Part186.Size = Vector3.new(0.5, 0.5, 0.5)
  4242. Part186.CFrame = CFrame.new(4.80000019, 4.22772884, -18.3146057, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  4243. Part186.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4244. Part186.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4245. Part186.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4246. Part186.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4247. Part186.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4248. Part186.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4249. Part186.Color = Color3.new(0.639216, 0.294118, 0.294118)
  4250. Part186.Position = Vector3.new(4.80000019, 4.22772884, -18.3146057)
  4251. Part186.Orientation = Vector3.new(-75, 180, -90)
  4252. Part186.Color = Color3.new(0.639216, 0.294118, 0.294118)
  4253. Part187.Name = "fakeHandleParts"
  4254. Part187.Parent = Tool0
  4255. Part187.BrickColor = BrickColor.new("Brown")
  4256. Part187.Reflectance = 0.10000000149012
  4257. Part187.Rotation = Vector3.new(-105, 0, 90)
  4258. Part187.Anchored = true
  4259. Part187.CanCollide = false
  4260. Part187.FormFactor = Enum.FormFactor.Custom
  4261. Part187.Size = Vector3.new(0.5, 0.5, 0.5)
  4262. Part187.CFrame = CFrame.new(4.80000019, 6.64254284, -18.9616508, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  4263. Part187.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4264. Part187.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4265. Part187.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4266. Part187.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4267. Part187.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4268. Part187.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4269. Part187.Color = Color3.new(0.486275, 0.360784, 0.27451)
  4270. Part187.Position = Vector3.new(4.80000019, 6.64254284, -18.9616508)
  4271. Part187.Orientation = Vector3.new(-75, 180, -90)
  4272. Part187.Color = Color3.new(0.486275, 0.360784, 0.27451)
  4273. Part188.Name = "fakeHandleParts"
  4274. Part188.Parent = Tool0
  4275. Part188.BrickColor = BrickColor.new("Brown")
  4276. Part188.Reflectance = 0.10000000149012
  4277. Part188.Rotation = Vector3.new(-105, 0, 90)
  4278. Part188.Anchored = true
  4279. Part188.CanCollide = false
  4280. Part188.FormFactor = Enum.FormFactor.Custom
  4281. Part188.Size = Vector3.new(0.5, 0.5, 0.5)
  4282. Part188.CFrame = CFrame.new(4.80000019, 4.45187283, -19.4099388, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  4283. Part188.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4284. Part188.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4285. Part188.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4286. Part188.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4287. Part188.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4288. Part188.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4289. Part188.Color = Color3.new(0.486275, 0.360784, 0.27451)
  4290. Part188.Position = Vector3.new(4.80000019, 4.45187283, -19.4099388)
  4291. Part188.Orientation = Vector3.new(-75, 180, -90)
  4292. Part188.Color = Color3.new(0.486275, 0.360784, 0.27451)
  4293. Part189.Name = "fakeHandleParts"
  4294. Part189.Parent = Tool0
  4295. Part189.BrickColor = BrickColor.new("Dusty Rose")
  4296. Part189.Reflectance = 0.10000000149012
  4297. Part189.Rotation = Vector3.new(-105, 0, 90)
  4298. Part189.Anchored = true
  4299. Part189.CanCollide = false
  4300. Part189.FormFactor = Enum.FormFactor.Custom
  4301. Part189.Size = Vector3.new(0.5, 0.5, 0.5)
  4302. Part189.CFrame = CFrame.new(4.80000019, 5.90076017, -19.798172, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  4303. Part189.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4304. Part189.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4305. Part189.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4306. Part189.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4307. Part189.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4308. Part189.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4309. Part189.Color = Color3.new(0.639216, 0.294118, 0.294118)
  4310. Part189.Position = Vector3.new(4.80000019, 5.90076017, -19.798172)
  4311. Part189.Orientation = Vector3.new(-75, 180, -90)
  4312. Part189.Color = Color3.new(0.639216, 0.294118, 0.294118)
  4313. Part190.Name = "fakeHandleParts"
  4314. Part190.Parent = Tool0
  4315. Part190.BrickColor = BrickColor.new("Brown")
  4316. Part190.Reflectance = 0.10000000149012
  4317. Part190.Rotation = Vector3.new(-105, 0, 90)
  4318. Part190.Anchored = true
  4319. Part190.CanCollide = false
  4320. Part190.FormFactor = Enum.FormFactor.Custom
  4321. Part190.Size = Vector3.new(0.5, 0.5, 0.5)
  4322. Part190.CFrame = CFrame.new(4.80000019, 5.28838778, -20.1517258, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  4323. Part190.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4324. Part190.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4325. Part190.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4326. Part190.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4327. Part190.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4328. Part190.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4329. Part190.Color = Color3.new(0.486275, 0.360784, 0.27451)
  4330. Part190.Position = Vector3.new(4.80000019, 5.28838778, -20.1517258)
  4331. Part190.Orientation = Vector3.new(-75, 180, -90)
  4332. Part190.Color = Color3.new(0.486275, 0.360784, 0.27451)
  4333. Part191.Name = "fakeHandleParts"
  4334. Part191.Parent = Tool0
  4335. Part191.BrickColor = BrickColor.new("Cool yellow")
  4336. Part191.Reflectance = 0.10000000149012
  4337. Part191.Rotation = Vector3.new(-105, 0, 90)
  4338. Part191.Anchored = true
  4339. Part191.CanCollide = false
  4340. Part191.FormFactor = Enum.FormFactor.Custom
  4341. Part191.Size = Vector3.new(0.5, 0.5, 0.5)
  4342. Part191.CFrame = CFrame.new(4.80000019, 6.03016996, -19.3152084, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  4343. Part191.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4344. Part191.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4345. Part191.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4346. Part191.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4347. Part191.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4348. Part191.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4349. Part191.Color = Color3.new(0.992157, 0.917647, 0.552941)
  4350. Part191.Position = Vector3.new(4.80000019, 6.03016996, -19.3152084)
  4351. Part191.Orientation = Vector3.new(-75, 180, -90)
  4352. Part191.Color = Color3.new(0.992157, 0.917647, 0.552941)
  4353. Part192.Name = "fakeHandleParts"
  4354. Part192.Parent = Tool0
  4355. Part192.BrickColor = BrickColor.new("Bright red")
  4356. Part192.Reflectance = 0.10000000149012
  4357. Part192.Rotation = Vector3.new(-105, 0, 90)
  4358. Part192.Anchored = true
  4359. Part192.CanCollide = false
  4360. Part192.FormFactor = Enum.FormFactor.Custom
  4361. Part192.Size = Vector3.new(0.5, 0.5, 0.5)
  4362. Part192.CFrame = CFrame.new(4.80000019, 3.61535597, -18.6681595, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  4363. Part192.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4364. Part192.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4365. Part192.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4366. Part192.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4367. Part192.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4368. Part192.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4369. Part192.Color = Color3.new(0.768627, 0.156863, 0.109804)
  4370. Part192.Position = Vector3.new(4.80000019, 3.61535597, -18.6681595)
  4371. Part192.Orientation = Vector3.new(-75, 180, -90)
  4372. Part192.Color = Color3.new(0.768627, 0.156863, 0.109804)
  4373. Part193.Name = "fakeHandleParts"
  4374. Part193.Parent = Tool0
  4375. Part193.BrickColor = BrickColor.new("Brown")
  4376. Part193.Reflectance = 0.10000000149012
  4377. Part193.Rotation = Vector3.new(-105, 0, 90)
  4378. Part193.Anchored = true
  4379. Part193.CanCollide = false
  4380. Part193.FormFactor = Enum.FormFactor.Custom
  4381. Part193.Size = Vector3.new(0.5, 0.5, 0.5)
  4382. Part193.CFrame = CFrame.new(4.80000019, 6.51313591, -19.4446182, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  4383. Part193.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4384. Part193.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4385. Part193.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4386. Part193.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4387. Part193.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4388. Part193.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4389. Part193.Color = Color3.new(0.486275, 0.360784, 0.27451)
  4390. Part193.Position = Vector3.new(4.80000019, 6.51313591, -19.4446182)
  4391. Part193.Orientation = Vector3.new(-75, 180, -90)
  4392. Part193.Color = Color3.new(0.486275, 0.360784, 0.27451)
  4393. Part194.Name = "BladeParts"
  4394. Part194.Parent = Tool0
  4395. Part194.BrickColor = BrickColor.new("Camo")
  4396. Part194.Reflectance = 0.10000000149012
  4397. Part194.Rotation = Vector3.new(-105, 0, 90)
  4398. Part194.Anchored = true
  4399. Part194.CanCollide = false
  4400. Part194.FormFactor = Enum.FormFactor.Custom
  4401. Part194.Size = Vector3.new(0.5, 0.5, 0.5)
  4402. Part194.CFrame = CFrame.new(4.80000019, 11.093236, -13.9425545, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  4403. Part194.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4404. Part194.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4405. Part194.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4406. Part194.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4407. Part194.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4408. Part194.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4409. Part194.Color = Color3.new(0.227451, 0.490196, 0.0823529)
  4410. Part194.Position = Vector3.new(4.80000019, 11.093236, -13.9425545)
  4411. Part194.Orientation = Vector3.new(-75, 180, -90)
  4412. Part194.Color = Color3.new(0.227451, 0.490196, 0.0823529)
  4413. Part195.Name = "BladeParts"
  4414. Part195.Parent = Tool0
  4415. Part195.BrickColor = BrickColor.new("Earth green")
  4416. Part195.Reflectance = 0.10000000149012
  4417. Part195.Rotation = Vector3.new(-105, 0, 90)
  4418. Part195.Anchored = true
  4419. Part195.CanCollide = false
  4420. Part195.FormFactor = Enum.FormFactor.Custom
  4421. Part195.Size = Vector3.new(0.5, 0.5, 0.5)
  4422. Part195.CFrame = CFrame.new(4.80000019, 8.64374447, -15.3567677, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  4423. Part195.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4424. Part195.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4425. Part195.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4426. Part195.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4427. Part195.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4428. Part195.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4429. Part195.Color = Color3.new(0.152941, 0.27451, 0.176471)
  4430. Part195.Position = Vector3.new(4.80000019, 8.64374447, -15.3567677)
  4431. Part195.Orientation = Vector3.new(-75, 180, -90)
  4432. Part195.Color = Color3.new(0.152941, 0.27451, 0.176471)
  4433. Part196.Name = "BladeParts"
  4434. Part196.Parent = Tool0
  4435. Part196.BrickColor = BrickColor.new("Earth green")
  4436. Part196.Reflectance = 0.10000000149012
  4437. Part196.Rotation = Vector3.new(-105, 0, 90)
  4438. Part196.Anchored = true
  4439. Part196.CanCollide = false
  4440. Part196.FormFactor = Enum.FormFactor.Custom
  4441. Part196.Size = Vector3.new(0.5, 0.5, 0.5)
  4442. Part196.CFrame = CFrame.new(4.80000019, 8.99729633, -15.9691343, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  4443. Part196.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4444. Part196.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4445. Part196.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4446. Part196.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4447. Part196.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4448. Part196.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4449. Part196.Color = Color3.new(0.152941, 0.27451, 0.176471)
  4450. Part196.Position = Vector3.new(4.80000019, 8.99729633, -15.9691343)
  4451. Part196.Orientation = Vector3.new(-75, 180, -90)
  4452. Part196.Color = Color3.new(0.152941, 0.27451, 0.176471)
  4453. Part197.Name = "BladeParts"
  4454. Part197.Parent = Tool0
  4455. Part197.BrickColor = BrickColor.new("Bright bluish green")
  4456. Part197.Reflectance = 0.10000000149012
  4457. Part197.Rotation = Vector3.new(-105, 0, 90)
  4458. Part197.Anchored = true
  4459. Part197.CanCollide = false
  4460. Part197.FormFactor = Enum.FormFactor.Custom
  4461. Part197.Size = Vector3.new(0.5, 0.5, 0.5)
  4462. Part197.CFrame = CFrame.new(4.7999959, 12.6715336, -13.8478203, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  4463. Part197.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4464. Part197.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4465. Part197.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4466. Part197.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4467. Part197.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4468. Part197.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4469. Part197.Color = Color3.new(0, 0.560784, 0.611765)
  4470. Part197.Position = Vector3.new(4.7999959, 12.6715336, -13.8478203)
  4471. Part197.Orientation = Vector3.new(-75, 180, -90)
  4472. Part197.Color = Color3.new(0, 0.560784, 0.611765)
  4473. Part198.Name = "BladeParts"
  4474. Part198.Parent = Tool0
  4475. Part198.BrickColor = BrickColor.new("Earth green")
  4476. Part198.Reflectance = 0.10000000149012
  4477. Part198.Rotation = Vector3.new(-105, 0, 90)
  4478. Part198.Anchored = true
  4479. Part198.CanCollide = false
  4480. Part198.FormFactor = Enum.FormFactor.Custom
  4481. Part198.Size = Vector3.new(0.5, 0.5, 0.5)
  4482. Part198.CFrame = CFrame.new(4.80000019, 8.3849268, -16.3226871, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  4483. Part198.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4484. Part198.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4485. Part198.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4486. Part198.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4487. Part198.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4488. Part198.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4489. Part198.Color = Color3.new(0.152941, 0.27451, 0.176471)
  4490. Part198.Position = Vector3.new(4.80000019, 8.3849268, -16.3226871)
  4491. Part198.Orientation = Vector3.new(-75, 180, -90)
  4492. Part198.Color = Color3.new(0.152941, 0.27451, 0.176471)
  4493. Part199.Name = "BladeParts"
  4494. Part199.Parent = Tool0
  4495. Part199.BrickColor = BrickColor.new("Deep blue")
  4496. Part199.Reflectance = 0.10000000149012
  4497. Part199.Rotation = Vector3.new(-105, 0, 90)
  4498. Part199.Anchored = true
  4499. Part199.CanCollide = false
  4500. Part199.FormFactor = Enum.FormFactor.Custom
  4501. Part199.Size = Vector3.new(0.5, 0.5, 0.5)
  4502. Part199.CFrame = CFrame.new(4.80000019, 7.38432598, -18.1251335, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  4503. Part199.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4504. Part199.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4505. Part199.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4506. Part199.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4507. Part199.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4508. Part199.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4509. Part199.Color = Color3.new(0.129412, 0.329412, 0.72549)
  4510. Part199.Position = Vector3.new(4.80000019, 7.38432598, -18.1251335)
  4511. Part199.Orientation = Vector3.new(-75, 180, -90)
  4512. Part199.Color = Color3.new(0.129412, 0.329412, 0.72549)
  4513. Part200.Name = "BladeParts"
  4514. Part200.Parent = Tool0
  4515. Part200.BrickColor = BrickColor.new("Deep blue")
  4516. Part200.Reflectance = 0.10000000149012
  4517. Part200.Rotation = Vector3.new(-105, 0, 90)
  4518. Part200.Anchored = true
  4519. Part200.CanCollide = false
  4520. Part200.FormFactor = Enum.FormFactor.Custom
  4521. Part200.Size = Vector3.new(0.5, 0.5, 0.5)
  4522. Part200.CFrame = CFrame.new(4.80000019, 7.160182, -17.0297966, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  4523. Part200.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4524. Part200.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4525. Part200.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4526. Part200.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4527. Part200.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4528. Part200.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4529. Part200.Color = Color3.new(0.129412, 0.329412, 0.72549)
  4530. Part200.Position = Vector3.new(4.80000019, 7.160182, -17.0297966)
  4531. Part200.Orientation = Vector3.new(-75, 180, -90)
  4532. Part200.Color = Color3.new(0.129412, 0.329412, 0.72549)
  4533. Part201.Name = "BladeParts"
  4534. Part201.Parent = Tool0
  4535. Part201.BrickColor = BrickColor.new("Camo")
  4536. Part201.Reflectance = 0.10000000149012
  4537. Part201.Rotation = Vector3.new(-105, 0, 90)
  4538. Part201.Anchored = true
  4539. Part201.CanCollide = false
  4540. Part201.FormFactor = Enum.FormFactor.Custom
  4541. Part201.Size = Vector3.new(0.5, 0.5, 0.5)
  4542. Part201.CFrame = CFrame.new(4.80000019, 12.0591583, -14.201376, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  4543. Part201.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4544. Part201.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4545. Part201.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4546. Part201.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4547. Part201.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4548. Part201.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4549. Part201.Color = Color3.new(0.227451, 0.490196, 0.0823529)
  4550. Part201.Position = Vector3.new(4.80000019, 12.0591583, -14.201376)
  4551. Part201.Orientation = Vector3.new(-75, 180, -90)
  4552. Part201.Color = Color3.new(0.227451, 0.490196, 0.0823529)
  4553. Part202.Name = "BladeParts"
  4554. Part202.Parent = Tool0
  4555. Part202.BrickColor = BrickColor.new("Camo")
  4556. Part202.Reflectance = 0.10000000149012
  4557. Part202.Rotation = Vector3.new(-105, 0, 90)
  4558. Part202.Anchored = true
  4559. Part202.CanCollide = false
  4560. Part202.FormFactor = Enum.FormFactor.Custom
  4561. Part202.Size = Vector3.new(0.5, 0.5, 0.5)
  4562. Part202.CFrame = CFrame.new(4.80000019, 12.5421238, -14.33078, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  4563. Part202.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4564. Part202.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4565. Part202.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4566. Part202.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4567. Part202.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4568. Part202.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4569. Part202.Color = Color3.new(0.227451, 0.490196, 0.0823529)
  4570. Part202.Position = Vector3.new(4.80000019, 12.5421238, -14.33078)
  4571. Part202.Orientation = Vector3.new(-75, 180, -90)
  4572. Part202.Color = Color3.new(0.227451, 0.490196, 0.0823529)
  4573. Part203.Name = "BladeParts"
  4574. Part203.Parent = Tool0
  4575. Part203.BrickColor = BrickColor.new("Camo")
  4576. Part203.Reflectance = 0.10000000149012
  4577. Part203.Rotation = Vector3.new(-105, 0, 90)
  4578. Part203.Anchored = true
  4579. Part203.CanCollide = false
  4580. Part203.FormFactor = Enum.FormFactor.Custom
  4581. Part203.Size = Vector3.new(0.5, 0.5, 0.5)
  4582. Part203.CFrame = CFrame.new(4.80000019, 13.1544962, -13.9772282, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  4583. Part203.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4584. Part203.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4585. Part203.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4586. Part203.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4587. Part203.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4588. Part203.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4589. Part203.Color = Color3.new(0.227451, 0.490196, 0.0823529)
  4590. Part203.Position = Vector3.new(4.80000019, 13.1544962, -13.9772282)
  4591. Part203.Orientation = Vector3.new(-75, 180, -90)
  4592. Part203.Color = Color3.new(0.227451, 0.490196, 0.0823529)
  4593. Part204.Name = "BladeParts"
  4594. Part204.Parent = Tool0
  4595. Part204.BrickColor = BrickColor.new("Bright bluish green")
  4596. Part204.Reflectance = 0.10000000149012
  4597. Part204.Rotation = Vector3.new(-105, 0, 90)
  4598. Part204.Anchored = true
  4599. Part204.CanCollide = false
  4600. Part204.FormFactor = Enum.FormFactor.Custom
  4601. Part204.Size = Vector3.new(0.5, 0.5, 0.5)
  4602. Part204.CFrame = CFrame.new(4.80000019, 11.5761976, -14.0719662, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  4603. Part204.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4604. Part204.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4605. Part204.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4606. Part204.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4607. Part204.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4608. Part204.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4609. Part204.Color = Color3.new(0, 0.560784, 0.611765)
  4610. Part204.Position = Vector3.new(4.80000019, 11.5761976, -14.0719662)
  4611. Part204.Orientation = Vector3.new(-75, 180, -90)
  4612. Part204.Color = Color3.new(0, 0.560784, 0.611765)
  4613. Part205.Name = "BladeParts"
  4614. Part205.Parent = Tool0
  4615. Part205.BrickColor = BrickColor.new("Deep blue")
  4616. Part205.Reflectance = 0.10000000149012
  4617. Part205.Rotation = Vector3.new(-105, 0, 90)
  4618. Part205.Anchored = true
  4619. Part205.CanCollide = false
  4620. Part205.FormFactor = Enum.FormFactor.Custom
  4621. Part205.Size = Vector3.new(0.5, 0.5, 0.5)
  4622. Part205.CFrame = CFrame.new(4.80000019, 6.54781008, -17.3833504, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  4623. Part205.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4624. Part205.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4625. Part205.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4626. Part205.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4627. Part205.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4628. Part205.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4629. Part205.Color = Color3.new(0.129412, 0.329412, 0.72549)
  4630. Part205.Position = Vector3.new(4.80000019, 6.54781008, -17.3833504)
  4631. Part205.Orientation = Vector3.new(-75, 180, -90)
  4632. Part205.Color = Color3.new(0.129412, 0.329412, 0.72549)
  4633. Part206.Name = "BladeParts"
  4634. Part206.Parent = Tool0
  4635. Part206.BrickColor = BrickColor.new("Earth green")
  4636. Part206.Reflectance = 0.10000000149012
  4637. Part206.Rotation = Vector3.new(-105, 0, 90)
  4638. Part206.Anchored = true
  4639. Part206.CanCollide = false
  4640. Part206.FormFactor = Enum.FormFactor.Custom
  4641. Part206.Size = Vector3.new(0.5, 0.5, 0.5)
  4642. Part206.CFrame = CFrame.new(4.80000019, 9.60967445, -15.6155844, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  4643. Part206.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4644. Part206.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4645. Part206.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4646. Part206.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4647. Part206.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4648. Part206.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4649. Part206.Color = Color3.new(0.152941, 0.27451, 0.176471)
  4650. Part206.Position = Vector3.new(4.80000019, 9.60967445, -15.6155844)
  4651. Part206.Orientation = Vector3.new(-75, 180, -90)
  4652. Part206.Color = Color3.new(0.152941, 0.27451, 0.176471)
  4653. Part207.Name = "BladeParts"
  4654. Part207.Parent = Tool0
  4655. Part207.BrickColor = BrickColor.new("Earth green")
  4656. Part207.Reflectance = 0.10000000149012
  4657. Part207.Rotation = Vector3.new(-105, 0, 90)
  4658. Part207.Anchored = true
  4659. Part207.CanCollide = false
  4660. Part207.FormFactor = Enum.FormFactor.Custom
  4661. Part207.Size = Vector3.new(0.5, 0.5, 0.5)
  4662. Part207.CFrame = CFrame.new(4.7999959, 7.77255392, -16.6762466, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  4663. Part207.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4664. Part207.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4665. Part207.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4666. Part207.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4667. Part207.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4668. Part207.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4669. Part207.Color = Color3.new(0.152941, 0.27451, 0.176471)
  4670. Part207.Position = Vector3.new(4.7999959, 7.77255392, -16.6762466)
  4671. Part207.Orientation = Vector3.new(-75, 180, -90)
  4672. Part207.Color = Color3.new(0.152941, 0.27451, 0.176471)
  4673. Part208.Name = "BladeParts"
  4674. Part208.Parent = Tool0
  4675. Part208.BrickColor = BrickColor.new("Earth green")
  4676. Part208.Reflectance = 0.10000000149012
  4677. Part208.Rotation = Vector3.new(-105, 0, 90)
  4678. Part208.Anchored = true
  4679. Part208.CanCollide = false
  4680. Part208.FormFactor = Enum.FormFactor.Custom
  4681. Part208.Size = Vector3.new(0.5, 0.5, 0.5)
  4682. Part208.CFrame = CFrame.new(4.80000019, 8.03137493, -15.7103224, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  4683. Part208.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4684. Part208.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4685. Part208.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4686. Part208.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4687. Part208.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4688. Part208.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4689. Part208.Color = Color3.new(0.152941, 0.27451, 0.176471)
  4690. Part208.Position = Vector3.new(4.80000019, 8.03137493, -15.7103224)
  4691. Part208.Orientation = Vector3.new(-75, 180, -90)
  4692. Part208.Color = Color3.new(0.152941, 0.27451, 0.176471)
  4693. Part209.Name = "BladeParts"
  4694. Part209.Parent = Tool0
  4695. Part209.BrickColor = BrickColor.new("Earth green")
  4696. Part209.Reflectance = 0.10000000149012
  4697. Part209.Rotation = Vector3.new(-105, 0, 90)
  4698. Part209.Anchored = true
  4699. Part209.CanCollide = false
  4700. Part209.FormFactor = Enum.FormFactor.Custom
  4701. Part209.Size = Vector3.new(0.5, 0.5, 0.5)
  4702. Part209.CFrame = CFrame.new(4.80000019, 9.86849022, -14.649662, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  4703. Part209.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4704. Part209.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4705. Part209.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4706. Part209.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4707. Part209.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4708. Part209.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4709. Part209.Color = Color3.new(0.152941, 0.27451, 0.176471)
  4710. Part209.Position = Vector3.new(4.80000019, 9.86849022, -14.649662)
  4711. Part209.Orientation = Vector3.new(-75, 180, -90)
  4712. Part209.Color = Color3.new(0.152941, 0.27451, 0.176471)
  4713. Part210.Name = "BladeParts"
  4714. Part210.Parent = Tool0
  4715. Part210.BrickColor = BrickColor.new("Earth green")
  4716. Part210.Reflectance = 0.10000000149012
  4717. Part210.Rotation = Vector3.new(-105, 0, 90)
  4718. Part210.Anchored = true
  4719. Part210.CanCollide = false
  4720. Part210.FormFactor = Enum.FormFactor.Custom
  4721. Part210.Size = Vector3.new(0.5, 0.5, 0.5)
  4722. Part210.CFrame = CFrame.new(4.80000019, 10.4808598, -14.2961082, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  4723. Part210.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4724. Part210.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4725. Part210.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4726. Part210.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4727. Part210.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4728. Part210.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4729. Part210.Color = Color3.new(0.152941, 0.27451, 0.176471)
  4730. Part210.Position = Vector3.new(4.80000019, 10.4808598, -14.2961082)
  4731. Part210.Orientation = Vector3.new(-75, 180, -90)
  4732. Part210.Color = Color3.new(0.152941, 0.27451, 0.176471)
  4733. Part211.Name = "BladeParts"
  4734. Part211.Parent = Tool0
  4735. Part211.BrickColor = BrickColor.new("Earth green")
  4736. Part211.Reflectance = 0.10000000149012
  4737. Part211.Rotation = Vector3.new(-105, 0, 90)
  4738. Part211.Anchored = true
  4739. Part211.CanCollide = false
  4740. Part211.FormFactor = Enum.FormFactor.Custom
  4741. Part211.Size = Vector3.new(0.5, 0.5, 0.5)
  4742. Part211.CFrame = CFrame.new(4.80000019, 10.2220421, -15.2620296, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  4743. Part211.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4744. Part211.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4745. Part211.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4746. Part211.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4747. Part211.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4748. Part211.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4749. Part211.Color = Color3.new(0.152941, 0.27451, 0.176471)
  4750. Part211.Position = Vector3.new(4.80000019, 10.2220421, -15.2620296)
  4751. Part211.Orientation = Vector3.new(-75, 180, -90)
  4752. Part211.Color = Color3.new(0.152941, 0.27451, 0.176471)
  4753. Part212.Name = "BladeParts"
  4754. Part212.Parent = Tool0
  4755. Part212.BrickColor = BrickColor.new("Earth green")
  4756. Part212.Reflectance = 0.10000000149012
  4757. Part212.Rotation = Vector3.new(-105, 0, 90)
  4758. Part212.Anchored = true
  4759. Part212.CanCollide = false
  4760. Part212.FormFactor = Enum.FormFactor.Custom
  4761. Part212.Size = Vector3.new(0.5, 0.5, 0.5)
  4762. Part212.CFrame = CFrame.new(4.80000019, 8.25551796, -16.8056526, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  4763. Part212.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4764. Part212.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4765. Part212.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4766. Part212.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4767. Part212.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4768. Part212.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4769. Part212.Color = Color3.new(0.152941, 0.27451, 0.176471)
  4770. Part212.Position = Vector3.new(4.80000019, 8.25551796, -16.8056526)
  4771. Part212.Orientation = Vector3.new(-75, 180, -90)
  4772. Part212.Color = Color3.new(0.152941, 0.27451, 0.176471)
  4773. Part213.Name = "BladeParts"
  4774. Part213.Parent = Tool0
  4775. Part213.BrickColor = BrickColor.new("Earth green")
  4776. Part213.Reflectance = 0.10000000149012
  4777. Part213.Rotation = Vector3.new(-105, 0, 90)
  4778. Part213.Anchored = true
  4779. Part213.CanCollide = false
  4780. Part213.FormFactor = Enum.FormFactor.Custom
  4781. Part213.Size = Vector3.new(0.5, 0.5, 0.5)
  4782. Part213.CFrame = CFrame.new(4.80000019, 7.41900206, -16.0638714, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  4783. Part213.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4784. Part213.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4785. Part213.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4786. Part213.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4787. Part213.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4788. Part213.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4789. Part213.Color = Color3.new(0.152941, 0.27451, 0.176471)
  4790. Part213.Position = Vector3.new(4.80000019, 7.41900206, -16.0638714)
  4791. Part213.Orientation = Vector3.new(-75, 180, -90)
  4792. Part213.Color = Color3.new(0.152941, 0.27451, 0.176471)
  4793. Part214.Name = "BladeParts"
  4794. Part214.Parent = Tool0
  4795. Part214.BrickColor = BrickColor.new("Earth green")
  4796. Part214.Reflectance = 0.10000000149012
  4797. Part214.Rotation = Vector3.new(-105, 0, 90)
  4798. Part214.Anchored = true
  4799. Part214.CanCollide = false
  4800. Part214.FormFactor = Enum.FormFactor.Custom
  4801. Part214.Size = Vector3.new(0.5, 0.5, 0.5)
  4802. Part214.CFrame = CFrame.new(4.80000019, 8.12610912, -17.28862, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  4803. Part214.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4804. Part214.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4805. Part214.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4806. Part214.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4807. Part214.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4808. Part214.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4809. Part214.Color = Color3.new(0.152941, 0.27451, 0.176471)
  4810. Part214.Position = Vector3.new(4.80000019, 8.12610912, -17.28862)
  4811. Part214.Orientation = Vector3.new(-75, 180, -90)
  4812. Part214.Color = Color3.new(0.152941, 0.27451, 0.176471)
  4813. Part215.Name = "BladeParts"
  4814. Part215.Parent = Tool0
  4815. Part215.BrickColor = BrickColor.new("Earth green")
  4816. Part215.Reflectance = 0.10000000149012
  4817. Part215.Rotation = Vector3.new(-105, 0, 90)
  4818. Part215.Anchored = true
  4819. Part215.CanCollide = false
  4820. Part215.FormFactor = Enum.FormFactor.Custom
  4821. Part215.Size = Vector3.new(0.5, 0.5, 0.5)
  4822. Part215.CFrame = CFrame.new(4.80000019, 8.86789036, -16.4520988, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  4823. Part215.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4824. Part215.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4825. Part215.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4826. Part215.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4827. Part215.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4828. Part215.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4829. Part215.Color = Color3.new(0.152941, 0.27451, 0.176471)
  4830. Part215.Position = Vector3.new(4.80000019, 8.86789036, -16.4520988)
  4831. Part215.Orientation = Vector3.new(-75, 180, -90)
  4832. Part215.Color = Color3.new(0.152941, 0.27451, 0.176471)
  4833. Part216.Name = "BladeParts"
  4834. Part216.Parent = Tool0
  4835. Part216.BrickColor = BrickColor.new("Camo")
  4836. Part216.Reflectance = 0.10000000149012
  4837. Part216.Rotation = Vector3.new(-105, 0, 90)
  4838. Part216.Anchored = true
  4839. Part216.CanCollide = false
  4840. Part216.FormFactor = Enum.FormFactor.Custom
  4841. Part216.Size = Vector3.new(0.5, 0.5, 0.5)
  4842. Part216.CFrame = CFrame.new(4.80000019, 11.4467878, -14.554924, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  4843. Part216.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4844. Part216.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4845. Part216.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4846. Part216.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4847. Part216.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4848. Part216.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4849. Part216.Color = Color3.new(0.227451, 0.490196, 0.0823529)
  4850. Part216.Position = Vector3.new(4.80000019, 11.4467878, -14.554924)
  4851. Part216.Orientation = Vector3.new(-75, 180, -90)
  4852. Part216.Color = Color3.new(0.227451, 0.490196, 0.0823529)
  4853. Part217.Name = "fakeHandleParts"
  4854. Part217.Parent = Tool0
  4855. Part217.BrickColor = BrickColor.new("Brown")
  4856. Part217.Reflectance = 0.10000000149012
  4857. Part217.Rotation = Vector3.new(-105, 0, 90)
  4858. Part217.Anchored = true
  4859. Part217.CanCollide = false
  4860. Part217.FormFactor = Enum.FormFactor.Custom
  4861. Part217.Size = Vector3.new(0.5, 0.5, 0.5)
  4862. Part217.CFrame = CFrame.new(4.80000019, 3.83949995, -19.7634926, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  4863. Part217.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4864. Part217.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4865. Part217.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4866. Part217.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4867. Part217.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4868. Part217.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4869. Part217.Color = Color3.new(0.486275, 0.360784, 0.27451)
  4870. Part217.Position = Vector3.new(4.80000019, 3.83949995, -19.7634926)
  4871. Part217.Orientation = Vector3.new(-75, 180, -90)
  4872. Part217.Color = Color3.new(0.486275, 0.360784, 0.27451)
  4873. Part218.Name = "fakeHandleParts"
  4874. Part218.Parent = Tool0
  4875. Part218.BrickColor = BrickColor.new("Lavender")
  4876. Part218.Reflectance = 0.10000000149012
  4877. Part218.Rotation = Vector3.new(-105, 0, 90)
  4878. Part218.Anchored = true
  4879. Part218.CanCollide = false
  4880. Part218.FormFactor = Enum.FormFactor.Custom
  4881. Part218.Size = Vector3.new(0.5, 0.5, 0.5)
  4882. Part218.CFrame = CFrame.new(4.80000019, 4.19305277, -20.3758621, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  4883. Part218.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4884. Part218.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4885. Part218.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4886. Part218.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4887. Part218.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4888. Part218.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4889. Part218.Color = Color3.new(0.54902, 0.356863, 0.623529)
  4890. Part218.Position = Vector3.new(4.80000019, 4.19305277, -20.3758621)
  4891. Part218.Orientation = Vector3.new(-75, 180, -90)
  4892. Part218.Color = Color3.new(0.54902, 0.356863, 0.623529)
  4893. Part219.Name = "fakeHandleParts"
  4894. Part219.Parent = Tool0
  4895. Part219.BrickColor = BrickColor.new("Dusty Rose")
  4896. Part219.Reflectance = 0.10000000149012
  4897. Part219.Rotation = Vector3.new(-105, 0, 90)
  4898. Part219.Anchored = true
  4899. Part219.CanCollide = false
  4900. Part219.FormFactor = Enum.FormFactor.Custom
  4901. Part219.Size = Vector3.new(0.5, 0.5, 0.5)
  4902. Part219.CFrame = CFrame.new(4.80000401, 3.58068109, -20.7294235, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  4903. Part219.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4904. Part219.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4905. Part219.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4906. Part219.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4907. Part219.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4908. Part219.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4909. Part219.Color = Color3.new(0.639216, 0.294118, 0.294118)
  4910. Part219.Position = Vector3.new(4.80000401, 3.58068109, -20.7294235)
  4911. Part219.Orientation = Vector3.new(-75, 180, -90)
  4912. Part219.Color = Color3.new(0.639216, 0.294118, 0.294118)
  4913. Part220.Name = "fakeHandleParts"
  4914. Part220.Parent = Tool0
  4915. Part220.BrickColor = BrickColor.new("Brown")
  4916. Part220.Reflectance = 0.10000000149012
  4917. Part220.Rotation = Vector3.new(-105, 0, 90)
  4918. Part220.Anchored = true
  4919. Part220.CanCollide = false
  4920. Part220.FormFactor = Enum.FormFactor.Custom
  4921. Part220.Size = Vector3.new(0.5, 0.5, 0.5)
  4922. Part220.CFrame = CFrame.new(4.80000019, 3.48594689, -19.151123, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  4923. Part220.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4924. Part220.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4925. Part220.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4926. Part220.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4927. Part220.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4928. Part220.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4929. Part220.Color = Color3.new(0.486275, 0.360784, 0.27451)
  4930. Part220.Position = Vector3.new(4.80000019, 3.48594689, -19.151123)
  4931. Part220.Orientation = Vector3.new(-75, 180, -90)
  4932. Part220.Color = Color3.new(0.486275, 0.360784, 0.27451)
  4933. Part221.Name = "fakeHandleParts"
  4934. Part221.Parent = Tool0
  4935. Part221.BrickColor = BrickColor.new("Dusty Rose")
  4936. Part221.Reflectance = 0.10000000149012
  4937. Part221.Rotation = Vector3.new(-105, 0, 90)
  4938. Part221.Anchored = true
  4939. Part221.CanCollide = false
  4940. Part221.FormFactor = Enum.FormFactor.Custom
  4941. Part221.Size = Vector3.new(0.5, 0.5, 0.5)
  4942. Part221.CFrame = CFrame.new(4.80000019, 4.32246208, -19.8929024, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  4943. Part221.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4944. Part221.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4945. Part221.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4946. Part221.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4947. Part221.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4948. Part221.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4949. Part221.Color = Color3.new(0.639216, 0.294118, 0.294118)
  4950. Part221.Position = Vector3.new(4.80000019, 4.32246208, -19.8929024)
  4951. Part221.Orientation = Vector3.new(-75, 180, -90)
  4952. Part221.Color = Color3.new(0.639216, 0.294118, 0.294118)
  4953. Part222.Name = "fakeHandleParts"
  4954. Part222.Parent = Tool0
  4955. Part222.BrickColor = BrickColor.new("Brown")
  4956. Part222.Reflectance = 0.10000000149012
  4957. Part222.Rotation = Vector3.new(-105, 0, 90)
  4958. Part222.Anchored = true
  4959. Part222.CanCollide = false
  4960. Part222.FormFactor = Enum.FormFactor.Custom
  4961. Part222.Size = Vector3.new(0.5, 0.5, 0.5)
  4962. Part222.CFrame = CFrame.new(4.80000401, 3.22712708, -20.1170464, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  4963. Part222.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4964. Part222.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4965. Part222.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4966. Part222.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4967. Part222.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4968. Part222.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4969. Part222.Color = Color3.new(0.486275, 0.360784, 0.27451)
  4970. Part222.Position = Vector3.new(4.80000401, 3.22712708, -20.1170464)
  4971. Part222.Orientation = Vector3.new(-75, 180, -90)
  4972. Part222.Color = Color3.new(0.486275, 0.360784, 0.27451)
  4973. Part223.Name = "fakeHandleParts"
  4974. Part223.Parent = Tool0
  4975. Part223.BrickColor = BrickColor.new("Deep orange")
  4976. Part223.Reflectance = 0.10000000149012
  4977. Part223.Rotation = Vector3.new(-105, 0, 90)
  4978. Part223.Anchored = true
  4979. Part223.CanCollide = false
  4980. Part223.FormFactor = Enum.FormFactor.Custom
  4981. Part223.Size = Vector3.new(0.5, 0.5, 0.5)
  4982. Part223.CFrame = CFrame.new(4.80000019, 3.71008992, -20.2464561, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  4983. Part223.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4984. Part223.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4985. Part223.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4986. Part223.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4987. Part223.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4988. Part223.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4989. Part223.Color = Color3.new(1, 0.690196, 0)
  4990. Part223.Position = Vector3.new(4.80000019, 3.71008992, -20.2464561)
  4991. Part223.Orientation = Vector3.new(-75, 180, -90)
  4992. Part223.Color = Color3.new(1, 0.690196, 0)
  4993. Part224.Name = "fakeHandleParts"
  4994. Part224.Parent = Tool0
  4995. Part224.BrickColor = BrickColor.new("Brown")
  4996. Part224.Reflectance = 0.10000000149012
  4997. Part224.Rotation = Vector3.new(-105, 0, 90)
  4998. Part224.Anchored = true
  4999. Part224.CanCollide = false
  5000. Part224.FormFactor = Enum.FormFactor.Custom
  5001. Part224.Size = Vector3.new(0.5, 0.5, 0.5)
  5002. Part224.CFrame = CFrame.new(4.80000019, 3.097718, -20.6000061, 8.94069672e-08, -0.999999881, 2.98023224e-08, -0.258818984, 0, 0.965925574, -0.965925455, -5.96046448e-08, -0.258819014)
  5003. Part224.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5004. Part224.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5005. Part224.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5006. Part224.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5007. Part224.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5008. Part224.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5009. Part224.Color = Color3.new(0.486275, 0.360784, 0.27451)
  5010. Part224.Position = Vector3.new(4.80000019, 3.097718, -20.6000061)
  5011. Part224.Orientation = Vector3.new(-75, 180, -90)
  5012. Part224.Color = Color3.new(0.486275, 0.360784, 0.27451)
  5013. Script225.Name = "UltimateWeld"
  5014. Script225.Parent = Tool0
  5015. table.insert(cors,sandbox(Script225,function()
  5016. --DO NOT USE BOTH WELDING SCRIPTS PROVIDED BY THIS MODEL
  5017. --The regular script is recommended
  5018.  
  5019.  
  5020.  
  5021. --[[
  5022. Prevents welds from breaking/transforming when player uses the tool
  5023. This recreates the EXACT weld every time
  5024. This also prevents lag build up by clearing old welds, the tradition weld script just keeps making new
  5025. ones, which can lead to weapons have crazy amounts of welds that dont work (I saw 6000 in a weapon once)
  5026. ]]
  5027.  
  5028. --[[Usage
  5029. 1. Remove Old welding script (optional, only if updating a weapon and that weapon does not rely on that script)
  5030. 2. Anchor all parts of tool and put inside of a tool object
  5031. 3. Place this script in that tool (make sure you do this AFTER step 2, otherwise it may fail)
  5032. 4. Treat like normal tool, nothing special has to be done with it
  5033. ]]
  5034.  
  5035. --[[The local script included in this model can only be used if
  5036. 1. The weapon is being placed in the players backpack first (i.e. the weapon is in starterpack and moves to player backpack)
  5037. OR
  5038. 2. The weapon is previously welded (weapon can be placed in workspace and picked up then)
  5039. ]]
  5040. repeat wait() until script.Parent:FindFirstChild("Handle")
  5041. local welds={}
  5042. function ClearOldWelds(tbl)
  5043. for _,v in pairs(tbl) do
  5044. if v:IsA('Weld') then
  5045. v:Destroy()
  5046. end
  5047. end
  5048. end
  5049.  
  5050. function Equipped()
  5051. local handle=script.Parent:FindFirstChild('Handle')
  5052. if not handle then return end
  5053. local tble=handle:GetChildren()
  5054. for _,v in pairs(script.Parent:GetChildren()) do
  5055. if v:IsA('BasePart') and v~=handle then
  5056. local c1
  5057. for _1,v1 in pairs(welds) do
  5058. if _1==v then
  5059. c1=v1
  5060. break
  5061. end
  5062. end
  5063. if not c1 then
  5064. welds[v]=v.CFrame:inverse()*handle.CFrame
  5065. v.Anchored=false
  5066. c1=welds[v]
  5067. end
  5068. local weld=Instance.new('Weld')
  5069. weld.Part0=handle
  5070. weld.Part1=v
  5071. weld.C0=CFrame.new()
  5072. weld.C1=c1
  5073. weld.Parent=handle
  5074. end
  5075. end
  5076. ClearOldWelds(tble)
  5077. handle.Anchored=false
  5078. end
  5079. Equipped()
  5080. script.Parent.Equipped:connect(Equipped)
  5081.  
  5082. --Made by DonnyTheDemented
  5083.  
  5084. end))
  5085. Script226.Name = "Welding"
  5086. Script226.Parent = Tool0
  5087. table.insert(cors,sandbox(Script226,function()
  5088. function Weld(x,y)
  5089. local W = Instance.new("Weld")
  5090. W.Part0 = x
  5091. W.Part1 = y
  5092. local CJ = CFrame.new(x.Position)
  5093. local C0 = x.CFrame:inverse()*CJ
  5094. local C1 = y.CFrame:inverse()*CJ
  5095. W.C0 = C0
  5096. W.C1 = C1
  5097. W.Parent = x
  5098. end
  5099.  
  5100. function Get(A)
  5101. if A.className == "Part" then
  5102. Weld(script.Parent.Handle, A)
  5103. A.Anchored = false
  5104. else
  5105. local C = A:GetChildren()
  5106. for i=1, #C do
  5107. Get(C[i])
  5108. end
  5109. end
  5110. end
  5111.  
  5112. function Finale()
  5113. Get(script.Parent)
  5114. end
  5115.  
  5116. script.Parent.Equipped:connect(Finale)
  5117. script.Parent.Unequipped:connect(Finale)
  5118. Finale()
  5119. end))
  5120. Script227.Name = "Welding"
  5121. Script227.Parent = Tool0
  5122. table.insert(cors,sandbox(Script227,function()
  5123. function Weld(x,y)
  5124. local W = Instance.new("Weld")
  5125. W.Part0 = x
  5126. W.Part1 = y
  5127. local CJ = CFrame.new(x.Position)
  5128. local C0 = x.CFrame:inverse()*CJ
  5129. local C1 = y.CFrame:inverse()*CJ
  5130. W.C0 = C0
  5131. W.C1 = C1
  5132. W.Parent = x
  5133. end
  5134.  
  5135. function Get(A)
  5136. if A.className == "Part" then
  5137. Weld(script.Parent.Handle, A)
  5138. A.Anchored = false
  5139. else
  5140. local C = A:GetChildren()
  5141. for i=1, #C do
  5142. Get(C[i])
  5143. end
  5144. end
  5145. end
  5146.  
  5147. function Finale()
  5148. Get(script.Parent)
  5149. end
  5150.  
  5151. script.Parent.Equipped:connect(Finale)
  5152. script.Parent.Unequipped:connect(Finale)
  5153. Finale()
  5154. end))
  5155. LocalScript228.Name = "BackupWeld"
  5156. LocalScript228.Parent = Tool0
  5157. table.insert(cors,sandbox(LocalScript228,function()
  5158. function Weld(x,y)
  5159. local W = Instance.new("Weld")
  5160. W.Part0 = x
  5161. W.Part1 = y
  5162. local CJ = CFrame.new(x.Position)
  5163. local C0 = x.CFrame:inverse()*CJ
  5164. local C1 = y.CFrame:inverse()*CJ
  5165. W.C0 = C0
  5166. W.C1 = C1
  5167. W.Parent = x
  5168. end
  5169.  
  5170. function Get(A)
  5171. if A.className == "Part" then
  5172. Weld(script.Parent.Handle, A)
  5173. A.Anchored = false
  5174. else
  5175. local C = A:GetChildren()
  5176. for i=1, #C do
  5177. Get(C[i])
  5178. end
  5179. end
  5180. end
  5181.  
  5182. function Finale()
  5183. Get(script.Parent)
  5184. end
  5185.  
  5186. script.Parent.Equipped:connect(Finale)
  5187. script.Parent.Unequipped:connect(Finale)
  5188. Finale()
  5189. end))
  5190. for i,v in pairs(mas:GetChildren()) do
  5191. v.Parent = game:GetService("Players").LocalPlayer.Backpack
  5192. pcall(function() v:MakeJoints() end)
  5193. end
  5194. mas:Destroy()
  5195. for i,v in pairs(cors) do
  5196. spawn(function()
  5197. pcall(v)
  5198. end)
  5199. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement