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