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