Pastebin
API
tools
faq
paste
Login
Sign up
Please fix the following errors:
New Paste
Syntax Highlighting
Create = function(itemClass,tabl) local item = Instance.new(itemClass) for i,v in pairs(tabl) do local a,b = ypcall(function() return item[i] end) if a then item[i] = tabl[i] end end return item end function runDummyScript(f,scri) local oldenv = getfenv(f) local newenv = setmetatable({}, { __index = function(_, k) if k:lower() == 'script' then return scri else return oldenv[k] end end }) setfenv(f, newenv) ypcall(function() f() end) end cors = {} mas = Instance.new("Model",game:GetService("Lighting")) mas.Name = "LRTool" o1 = Create("Tool",{ ["Name"] = "Blade", ["Parent"] = mas, }) o2 = Create("Script",{ ["Name"] = "Weld", ["Parent"] = o1, }) table.insert(cors,coroutine.create(function() wait() runDummyScript(function() function weld() local parts,last = {} local function scan(parent) for _,v in pairs(parent:GetChildren()) do if (v:IsA("BasePart")) then if (last) then local w = Instance.new("Weld") w.Name = ("%s_Weld"):format(v.Name) w.Part0,w.Part1 = last,v w.C0 = last.CFrame:inverse() w.C1 = v.CFrame:inverse() w.Parent = last end last = v table.insert(parts,v) end scan(v) end end scan(script.Parent) for _,v in pairs(parts) do v.Anchored = false end end weld() script:Remove() end,o2) end)) o4 = Create("Part",{ ["Name"] = "Blade", ["Parent"] = o1, ["Material"] = Enum.Material.Granite, ["BrickColor"] = BrickColor.new("White"), ["Position"] = Vector3.new(-5.77341604, 7.30639172, -18.2464104), ["Rotation"] = Vector3.new(-1.08369786e-005, -0.000133466761, -100.310127), ["Anchored"] = true, ["CFrame"] = CFrame.new(-5.77341604, 7.30639172, -18.2464104, -0.178975359, 0.983849347, -2.32943444e-006, -0.983849347, -0.178975359, 1.89140962e-007, -2.30811452e-007, 2.32566163e-006, 1), ["CanCollide"] = false, ["Locked"] = true, ["FormFactor"] = Enum.FormFactor.Custom, ["Size"] = Vector3.new(0.636658251, 0.532306075, 0.511037409), ["BottomSurface"] = Enum.SurfaceType.Smooth, ["TopSurface"] = Enum.SurfaceType.Smooth, ["Color"] = Color3.new(0.356863, 0.364706, 0.411765), }) o5 = Create("BlockMesh",{ ["Parent"] = o4, ["Scale"] = Vector3.new(1, 0.432150066, 0.0430000015), }) o6 = Create("Part",{ ["Name"] = "Blade", ["Parent"] = o1, ["Material"] = Enum.Material.Granite, ["BrickColor"] = BrickColor.new("White"), ["Position"] = Vector3.new(-7.02234268, 10.4947309, -18.2463951), ["Rotation"] = Vector3.new(3.54787589e-005, -6.73863155e-007, -73.75457), ["Anchored"] = true, ["CFrame"] = CFrame.new(-7.02234268, 10.4947309, -18.2463951, 0.279751539, 0.96006912, -1.17611307e-008, -0.96006912, 0.279751539, -6.19221169e-007, -5.91201911e-007, 1.84500095e-007, 1), ["CanCollide"] = false, ["Locked"] = true, ["FormFactor"] = Enum.FormFactor.Custom, ["Size"] = Vector3.new(2.19280958, 0.532306075, 0.511037409), ["BottomSurface"] = Enum.SurfaceType.Smooth, ["TopSurface"] = Enum.SurfaceType.Smooth, ["Color"] = Color3.new(0.356863, 0.364706, 0.411765), }) o7 = Create("BlockMesh",{ ["Parent"] = o6, ["Scale"] = Vector3.new(1, 0.18490009, 0.0430000015), }) o8 = Create("Part",{ ["Name"] = "Red", ["Parent"] = o1, ["Material"] = Enum.Material.Granite, ["BrickColor"] = BrickColor.new("Really black"), ["Position"] = Vector3.new(-5.08903122, 4.69003677, -18.2617321), ["Rotation"] = Vector3.new(-0.000148564286, -0.000217915032, -32.9768829), ["Anchored"] = true, ["CFrame"] = CFrame.new(-5.08903122, 4.69003677, -18.2617321, 0.838887811, 0.544299006, -3.80333472e-006, -0.544299006, 0.838887811, 2.59293597e-006, 4.60192359e-006, -1.05049821e-007, 1), ["CanCollide"] = false, ["Locked"] = true, ["FormFactor"] = Enum.FormFactor.Custom, ["Size"] = Vector3.new(0.532589436, 0.532306075, 0.511037409), ["BottomSurface"] = Enum.SurfaceType.Smooth, ["TopSurface"] = Enum.SurfaceType.Smooth, ["Color"] = Color3.new(1, 0, 0), }) o9 = Create("BlockMesh",{ ["Parent"] = o8, ["Scale"] = Vector3.new(0.939549923, 0.0709500685, 0.466549963), }) o10 = Create("PointLight",{ ["Parent"] = o8, ["Color"] = Color3.new(0.619608, 0, 0), ["Range"] = 3, }) o11 = Create("Part",{ ["Name"] = "Red", ["Parent"] = o1, ["Material"] = Enum.Material.Granite, ["BrickColor"] = BrickColor.new("Really black"), ["Position"] = Vector3.new(-5.60565519, 4.92946577, -18.2617321), ["Rotation"] = Vector3.new(-0.000129193621, -0.000222458897, -18.8012314), ["Anchored"] = true, ["CFrame"] = CFrame.new(-5.60565519, 4.92946577, -18.2617321, 0.946639478, 0.322285056, -3.88264016e-006, -0.322285056, 0.946639478, 2.25485405e-006, 4.40218128e-006, -8.8323759e-007, 1), ["CanCollide"] = false, ["Locked"] = true, ["FormFactor"] = Enum.FormFactor.Custom, ["Size"] = Vector3.new(0.680168808, 0.532306075, 0.511037409), ["BottomSurface"] = Enum.SurfaceType.Smooth, ["TopSurface"] = Enum.SurfaceType.Smooth, ["Color"] = Color3.new(1, 0, 0), }) o12 = Create("BlockMesh",{ ["Parent"] = o11, ["Scale"] = Vector3.new(1, 0.0709500685, 0.464400023), }) o13 = Create("PointLight",{ ["Parent"] = o11, ["Color"] = Color3.new(0.619608, 0, 0), ["Range"] = 3, }) o14 = Create("Part",{ ["Name"] = "Red", ["Parent"] = o1, ["Material"] = Enum.Material.Granite, ["BrickColor"] = BrickColor.new("Really black"), ["Position"] = Vector3.new(-6.04237795, 5.1398468, -18.259203), ["Rotation"] = Vector3.new(-0.000134411966, -0.000226307398, -41.5142479), ["Anchored"] = true, ["CFrame"] = CFrame.new(-6.04237795, 5.1398468, -18.259203, 0.748788655, 0.662804246, -3.94980907e-006, -0.662804246, 0.748788655, 2.34593131e-006, 4.51248707e-006, 8.6133025e-007, 1), ["CanCollide"] = false, ["Locked"] = true, ["FormFactor"] = Enum.FormFactor.Custom, ["Size"] = Vector3.new(0.532589436, 0.532306075, 0.511037409), ["BottomSurface"] = Enum.SurfaceType.Smooth, ["TopSurface"] = Enum.SurfaceType.Smooth, ["Color"] = Color3.new(1, 0, 0), }) o15 = Create("BlockMesh",{ ["Parent"] = o14, ["Scale"] = Vector3.new(0.586950123, 0.0817000791, 0.457949966), }) o16 = Create("PointLight",{ ["Parent"] = o14, ["Color"] = Color3.new(0.619608, 0, 0), ["Range"] = 3, }) o17 = Create("Part",{ ["Name"] = "Red", ["Parent"] = o1, ["Material"] = Enum.Material.Granite, ["BrickColor"] = BrickColor.new("Really black"), ["Position"] = Vector3.new(-6.72942448, 8.88438797, -18.259201), ["Rotation"] = Vector3.new(-7.51448442e-006, -0.000335191668, -74.561203), ["Anchored"] = true, ["CFrame"] = CFrame.new(-6.72942448, 8.88438797, -18.259201, 0.266208261, 0.963912845, -5.85019825e-006, -0.963912845, 0.266208261, 1.3115249e-007, 1.68380654e-006, 5.60418175e-006, 1), ["CanCollide"] = false, ["Locked"] = true, ["FormFactor"] = Enum.FormFactor.Custom, ["Size"] = Vector3.new(0.930939138, 0.532306075, 0.511037409), ["BottomSurface"] = Enum.SurfaceType.Smooth, ["TopSurface"] = Enum.SurfaceType.Smooth, ["Color"] = Color3.new(1, 0, 0), }) o18 = Create("BlockMesh",{ ["Parent"] = o17, ["Scale"] = Vector3.new(1, 0.0709500685, 0.457949996), }) o19 = Create("PointLight",{ ["Parent"] = o17, ["Color"] = Color3.new(0.619608, 0, 0), ["Range"] = 3, }) o20 = Create("Part",{ ["Name"] = "Red", ["Parent"] = o1, ["Material"] = Enum.Material.Granite, ["BrickColor"] = BrickColor.new("Really black"), ["Position"] = Vector3.new(-6.14090157, 6.89336491, -18.2566204), ["Rotation"] = Vector3.new(-1.63819186e-005, -0.000290292286, -79.9316406), ["Anchored"] = true, ["CFrame"] = CFrame.new(-6.14090157, 6.89336491, -18.2566204, 0.17482245, 0.984596968, -5.06655624e-006, -0.984596968, 0.17482245, 2.85918418e-007, 1.16727688e-006, 4.93854259e-006, 1), ["CanCollide"] = false, ["Locked"] = true, ["FormFactor"] = Enum.FormFactor.Custom, ["Size"] = Vector3.new(0.532589436, 0.532306075, 0.511037409), ["BottomSurface"] = Enum.SurfaceType.Smooth, ["TopSurface"] = Enum.SurfaceType.Smooth, ["Color"] = Color3.new(1, 0, 0), }) o21 = Create("BlockMesh",{ ["Parent"] = o20, ["Scale"] = Vector3.new(0.978247643, 0.0580500886, 0.442899942), }) o22 = Create("PointLight",{ ["Parent"] = o20, ["Color"] = Color3.new(0.619608, 0, 0), ["Range"] = 3, }) o23 = Create("Part",{ ["Name"] = "Red", ["Parent"] = o1, ["Material"] = Enum.Material.Granite, ["BrickColor"] = BrickColor.new("Really black"), ["Position"] = Vector3.new(-6.06633234, 6.23903799, -18.259201), ["Rotation"] = Vector3.new(-1.15408102e-005, -0.000321940752, -85.4173965), ["Anchored"] = true, ["CFrame"] = CFrame.new(-6.06633234, 6.23903799, -18.259201, 0.0798961297, 0.99680084, -5.61892602e-006, -0.99680084, 0.0798961297, 2.01425138e-007, 6.4972528e-007, 5.58487409e-006, 1), ["CanCollide"] = false, ["Locked"] = true, ["FormFactor"] = Enum.FormFactor.Custom, ["Size"] = Vector3.new(0.930939138, 0.532306075, 0.511037409), ["BottomSurface"] = Enum.SurfaceType.Smooth, ["TopSurface"] = Enum.SurfaceType.Smooth, ["Color"] = Color3.new(1, 0, 0), }) o24 = Create("BlockMesh",{ ["Parent"] = o23, ["Scale"] = Vector3.new(1, 0.0666500553, 0.442899972), }) o25 = Create("PointLight",{ ["Parent"] = o23, ["Color"] = Color3.new(0.619608, 0, 0), ["Range"] = 3, }) o26 = Create("Part",{ ["Name"] = "Red", ["Parent"] = o1, ["Material"] = Enum.Material.Granite, ["BrickColor"] = BrickColor.new("Really black"), ["Position"] = Vector3.new(-6.20215702, 7.33831882, -18.2566204), ["Rotation"] = Vector3.new(-1.51969753e-005, -0.000298776722, -84.3194885), ["Anchored"] = true, ["CFrame"] = CFrame.new(-6.20215702, 7.33831882, -18.2566204, 0.0989809185, 0.99508667, -5.21463744e-006, -0.99508667, 0.0989809185, 2.65237247e-007, 7.8009765e-007, 5.16277578e-006, 1), ["CanCollide"] = false, ["Locked"] = true, ["FormFactor"] = Enum.FormFactor.Custom, ["Size"] = Vector3.new(0.532589436, 0.532306075, 0.511037409), ["BottomSurface"] = Enum.SurfaceType.Smooth, ["TopSurface"] = Enum.SurfaceType.Smooth, ["Color"] = Color3.new(1, 0, 0), }) o27 = Create("BlockMesh",{ ["Parent"] = o26, ["Scale"] = Vector3.new(0.875047266, 0.0559000857, 0.44719997), }) o28 = Create("PointLight",{ ["Parent"] = o26, ["Color"] = Color3.new(0.619608, 0, 0), ["Range"] = 3, }) o29 = Create("Part",{ ["Name"] = "HandlePart", ["Parent"] = o1, ["Material"] = Enum.Material.Granite, ["BrickColor"] = BrickColor.new("Really black"), ["Position"] = Vector3.new(-6.94246435, 9.24378681, -18.2566242), ["Rotation"] = Vector3.new(-4.99984308e-005, -0.000208232203, -71.0715179), ["Anchored"] = true, ["CFrame"] = CFrame.new(-6.94246435, 9.24378681, -18.2566242, 0.324386716, 0.94592154, -3.63433742e-006, -0.94592154, 0.324386716, 8.72637258e-007, 2.00439376e-006, 3.15472607e-006, 1), ["CanCollide"] = false, ["Locked"] = true, ["FormFactor"] = Enum.FormFactor.Custom, ["Size"] = Vector3.new(0.998498201, 0.532306075, 0.511037409), ["BottomSurface"] = Enum.SurfaceType.Smooth, ["TopSurface"] = Enum.SurfaceType.Smooth, ["Color"] = Color3.new(1, 0, 0), }) o30 = Create("BlockMesh",{ ["Parent"] = o29, ["Scale"] = Vector3.new(1, 0.217149869, 0.430000007), }) o31 = Create("Part",{ ["Name"] = "HandlePart", ["Parent"] = o1, ["Material"] = Enum.Material.Granite, ["BrickColor"] = BrickColor.new("Really black"), ["Position"] = Vector3.new(-5.92520618, 5.33405733, -18.2566242), ["Rotation"] = Vector3.new(-9.83333121e-006, -0.000288351439, -54.6961403), ["Anchored"] = true, ["CFrame"] = CFrame.new(-5.92520618, 5.33405733, -18.2566242, 0.577911019, 0.816096365, -5.03268211e-006, -0.816096365, 0.577911019, 1.71624009e-007, 3.04852233e-006, 4.00797489e-006, 1), ["CanCollide"] = false, ["Locked"] = true, ["FormFactor"] = Enum.FormFactor.Custom, ["Size"] = Vector3.new(0.592000365, 0.532306075, 0.511037409), ["BottomSurface"] = Enum.SurfaceType.Smooth, ["TopSurface"] = Enum.SurfaceType.Smooth, ["Color"] = Color3.new(1, 0, 0), }) o32 = Create("BlockMesh",{ ["Parent"] = o31, ["Scale"] = Vector3.new(1, 0.918049276, 0.430000007), }) o33 = Create("Part",{ ["Name"] = "HandlePart", ["Parent"] = o1, ["Material"] = Enum.Material.Granite, ["BrickColor"] = BrickColor.new("Really black"), ["Position"] = Vector3.new(-4.88667297, 1.39502764, -18.2566204), ["Rotation"] = Vector3.new(6.80651647e-005, -0.000227164972, 29.8561001), ["Anchored"] = true, ["CFrame"] = CFrame.new(-4.88667297, 1.39502764, -18.2566204, 0.867275774, -0.497821838, -3.96477662e-006, 0.497821838, 0.867275774, -1.18796117e-006, 4.02995283e-006, -9.43469445e-007, 1), ["CanCollide"] = false, ["Locked"] = true, ["FormFactor"] = Enum.FormFactor.Custom, ["Size"] = Vector3.new(0.659564137, 0.532306075, 0.511037409), ["BottomSurface"] = Enum.SurfaceType.Smooth, ["TopSurface"] = Enum.SurfaceType.Smooth, ["Color"] = Color3.new(1, 0, 0), }) o34 = Create("BlockMesh",{ ["Parent"] = o33, ["Scale"] = Vector3.new(1, 0.150500089, 0.430000007), }) o35 = Create("Part",{ ["Name"] = "HandlePart", ["Parent"] = o1, ["Material"] = Enum.Material.Granite, ["BrickColor"] = BrickColor.new("Really black"), ["Position"] = Vector3.new(-6.15954399, 5.32594061, -18.2566204), ["Rotation"] = Vector3.new(1.94689819e-005, -0.000286861032, -117.535713), ["Anchored"] = true, ["CFrame"] = CFrame.new(-6.15954399, 5.32594061, -18.2566204, -0.462299794, 0.886720002, -5.00666965e-006, -0.886720002, -0.462299794, -3.39797822e-007, -2.61588661e-006, 4.28244221e-006, 1), ["CanCollide"] = false, ["Locked"] = true, ["FormFactor"] = Enum.FormFactor.Custom, ["Size"] = Vector3.new(0.875977755, 0.532306075, 0.511037409), ["BottomSurface"] = Enum.SurfaceType.Smooth, ["TopSurface"] = Enum.SurfaceType.Smooth, ["Color"] = Color3.new(1, 0, 0), }) o36 = Create("BlockMesh",{ ["Parent"] = o35, ["Scale"] = Vector3.new(1, 0.67509973, 0.430000007), }) o37 = Create("Part",{ ["Name"] = "HandlePart", ["Parent"] = o1, ["Material"] = Enum.Material.Granite, ["BrickColor"] = BrickColor.new("Really black"), ["Position"] = Vector3.new(-4.7268939, 4.46641016, -18.2566242), ["Rotation"] = Vector3.new(-3.76638782e-005, -0.00023536045, -74.5237274), ["Anchored"] = true, ["CFrame"] = CFrame.new(-4.7268939, 4.46641016, -18.2566242, 0.266838402, 0.963738024, -4.10781468e-006, -0.963738024, 0.266838402, 6.57358669e-007, 1.72966054e-006, 3.78345248e-006, 1), ["CanCollide"] = false, ["Locked"] = true, ["FormFactor"] = Enum.FormFactor.Custom, ["Size"] = Vector3.new(0.953843653, 0.532306075, 0.511037409), ["BottomSurface"] = Enum.SurfaceType.Smooth, ["TopSurface"] = Enum.SurfaceType.Smooth, ["Color"] = Color3.new(1, 0, 0), }) o38 = Create("BlockMesh",{ ["Parent"] = o37, ["Scale"] = Vector3.new(1, 0.169849783, 0.430000007), }) o39 = Create("Part",{ ["Name"] = "HandlePart", ["Parent"] = o1, ["Material"] = Enum.Material.Granite, ["BrickColor"] = BrickColor.new("Really black"), ["Position"] = Vector3.new(-6.11960268, 5.44856644, -18.2566204), ["Rotation"] = Vector3.new(-2.60004308e-005, -0.000263500435, -90.8648224), ["Anchored"] = true, ["CFrame"] = CFrame.new(-6.11960268, 5.44856644, -18.2566204, -0.0150933014, 0.999882698, -4.59895e-006, -0.999882698, -0.0150933014, 4.5379312e-007, 3.8434041e-007, 4.60527008e-006, 1), ["CanCollide"] = false, ["Locked"] = true, ["FormFactor"] = Enum.FormFactor.Custom, ["Size"] = Vector3.new(1.20461285, 0.532306075, 0.511037409), ["BottomSurface"] = Enum.SurfaceType.Smooth, ["TopSurface"] = Enum.SurfaceType.Smooth, ["Color"] = Color3.new(1, 0, 0), }) o40 = Create("BlockMesh",{ ["Parent"] = o39, ["Scale"] = Vector3.new(1, 0.3504498, 0.430000007), }) o41 = Create("Part",{ ["Name"] = "HandlePart", ["Parent"] = o1, ["Material"] = Enum.Material.Granite, ["BrickColor"] = BrickColor.new("Really black"), ["Position"] = Vector3.new(-4.6842804, 1.92980003, -18.2566204), ["Rotation"] = Vector3.new(4.30423934e-005, -0.000231914717, 104.260071), ["Anchored"] = true, ["CFrame"] = CFrame.new(-4.6842804, 1.92980003, -18.2566204, -0.246322855, -0.96918422, -4.04767525e-006, 0.96918422, -0.246322855, -7.51231482e-007, -2.68960775e-007, -4.10799566e-006, 1), ["CanCollide"] = false, ["Locked"] = true, ["FormFactor"] = Enum.FormFactor.Custom, ["Size"] = Vector3.new(0.630937099, 0.532306075, 0.511037409), ["BottomSurface"] = Enum.SurfaceType.Smooth, ["TopSurface"] = Enum.SurfaceType.Smooth, ["Color"] = Color3.new(1, 0, 0), }) o42 = Create("BlockMesh",{ ["Parent"] = o41, ["Scale"] = Vector3.new(1, 0.509549797, 0.430000007), }) o43 = Create("Part",{ ["Name"] = "HandlePart", ["Parent"] = o1, ["Material"] = Enum.Material.Granite, ["BrickColor"] = BrickColor.new("Really black"), ["Position"] = Vector3.new(-4.77747822, 1.63457394, -18.2566204), ["Rotation"] = Vector3.new(7.92262799e-005, -0.000221203358, 58.7190895), ["Anchored"] = true, ["CFrame"] = CFrame.new(-4.77747822, 1.63457394, -18.2566204, 0.51923281, -0.854629278, -3.86072679e-006, 0.854629278, 0.51923281, -1.38275936e-006, 3.18636398e-006, -2.58152454e-006, 1), ["CanCollide"] = false, ["Locked"] = true, ["FormFactor"] = Enum.FormFactor.Custom, ["Size"] = Vector3.new(0.532589436, 0.532306075, 0.511037409), ["BottomSurface"] = Enum.SurfaceType.Smooth, ["TopSurface"] = Enum.SurfaceType.Smooth, ["Color"] = Color3.new(1, 0, 0), }) o44 = Create("BlockMesh",{ ["Parent"] = o43, ["Scale"] = Vector3.new(0.657908738, 0.37409994, 0.430000007), }) o45 = Create("Part",{ ["Name"] = "HandlePart", ["Parent"] = o1, ["Material"] = Enum.Material.Granite, ["BrickColor"] = BrickColor.new("Really black"), ["Position"] = Vector3.new(-5.27011776, 4.95344496, -18.2566242), ["Rotation"] = Vector3.new(-4.07781336e-005, -0.00026707424, -36.9016228), ["Anchored"] = true, ["CFrame"] = CFrame.new(-5.27011776, 4.95344496, -18.2566242, 0.799665391, 0.600441217, -4.66132497e-006, -0.600441217, 0.799665391, 7.11712687e-007, 4.15486056e-006, 2.22971494e-006, 1), ["CanCollide"] = false, ["Locked"] = true, ["FormFactor"] = Enum.FormFactor.Custom, ["Size"] = Vector3.new(0.967582822, 0.532306075, 0.511037409), ["BottomSurface"] = Enum.SurfaceType.Smooth, ["TopSurface"] = Enum.SurfaceType.Smooth, ["Color"] = Color3.new(1, 0, 0), }) o46 = Create("BlockMesh",{ ["Parent"] = o45, ["Scale"] = Vector3.new(1, 0.677249491, 0.430000007), }) o47 = Create("Part",{ ["Name"] = "HandlePart", ["Parent"] = o1, ["Material"] = Enum.Material.Granite, ["BrickColor"] = BrickColor.new("Really black"), ["Position"] = Vector3.new(-6.67082119, 5.6450634, -18.2566204), ["Rotation"] = Vector3.new(-3.13664423e-005, -0.000235074462, -81.4743195), ["Anchored"] = true, ["CFrame"] = CFrame.new(-6.67082119, 5.6450634, -18.2566204, 0.148252085, 0.98894614, -4.10282337e-006, -0.98894614, 0.148252085, 5.47447712e-007, 1.14966372e-006, 3.97631766e-006, 1), ["CanCollide"] = false, ["Locked"] = true, ["FormFactor"] = Enum.FormFactor.Custom, ["Size"] = Vector3.new(0.532589436, 0.532306075, 0.511037409), ["BottomSurface"] = Enum.SurfaceType.Smooth, ["TopSurface"] = Enum.SurfaceType.Smooth, ["Color"] = Color3.new(1, 0, 0), }) o48 = Create("BlockMesh",{ ["Parent"] = o47, ["Scale"] = Vector3.new(0.578350544, 0.210699871, 0.430000007), }) o49 = Create("Part",{ ["Name"] = "HandlePart", ["Parent"] = o1, ["Material"] = Enum.Material.Granite, ["BrickColor"] = BrickColor.new("Really black"), ["Position"] = Vector3.new(-6.72409344, 5.74926424, -18.2566204), ["Rotation"] = Vector3.new(-3.20146173e-005, -0.000223844167, -84.0117111), ["Anchored"] = true, ["CFrame"] = CFrame.new(-6.72409344, 5.74926424, -18.2566204, 0.104324944, 0.994540453, -3.90681771e-006, -0.994540453, 0.104324944, 5.58760462e-007, 9.63303364e-007, 3.82720145e-006, 1), ["CanCollide"] = false, ["Locked"] = true, ["FormFactor"] = Enum.FormFactor.Custom, ["Size"] = Vector3.new(0.564518929, 0.532306075, 0.511037409), ["BottomSurface"] = Enum.SurfaceType.Smooth, ["TopSurface"] = Enum.SurfaceType.Smooth, ["Color"] = Color3.new(1, 0, 0), }) o50 = Create("BlockMesh",{ ["Parent"] = o49, ["Scale"] = Vector3.new(1, 0.116099954, 0.430000007), }) o51 = Create("Part",{ ["Name"] = "HandlePart", ["Parent"] = o1, ["Material"] = Enum.Material.Granite, ["BrickColor"] = BrickColor.new("Really black"), ["Position"] = Vector3.new(-4.42064667, 2.26526451, -18.2566204), ["Rotation"] = Vector3.new(2.19920694e-005, -0.000265491573, 29.7835388), ["Anchored"] = true, ["CFrame"] = CFrame.new(-4.42064667, 2.26526451, -18.2566204, 0.867905617, -0.496723145, -4.63370225e-006, 0.496723145, 0.867905617, -3.83834021e-007, 4.21228106e-006, -1.9685483e-006, 1), ["CanCollide"] = false, ["Locked"] = true, ["FormFactor"] = Enum.FormFactor.Custom, ["Size"] = Vector3.new(0.532589436, 0.532306075, 0.511037409), ["BottomSurface"] = Enum.SurfaceType.Smooth, ["TopSurface"] = Enum.SurfaceType.Smooth, ["Color"] = Color3.new(1, 0, 0), }) o52 = Create("BlockMesh",{ ["Parent"] = o51, ["Scale"] = Vector3.new(0.657908738, 0.509549797, 0.430000007), }) o53 = Create("Part",{ ["Name"] = "HandlePart", ["Parent"] = o1, ["Material"] = Enum.Material.Granite, ["BrickColor"] = BrickColor.new("Really black"), ["Position"] = Vector3.new(-5.66424131, 4.25362778, -18.2566204), ["Rotation"] = Vector3.new(-3.95997013e-005, -0.000289235992, 107.85099), ["Anchored"] = true, ["CFrame"] = CFrame.new(-5.66424131, 4.25362778, -18.2566204, -0.306541383, -0.951853454, -5.04812033e-006, 0.951853454, -0.306541383, 6.91145146e-007, -2.20534594e-006, -4.59321564e-006, 1), ["CanCollide"] = false, ["Locked"] = true, ["FormFactor"] = Enum.FormFactor.Custom, ["Size"] = Vector3.new(1.29049528, 0.532306075, 0.511037409), ["BottomSurface"] = Enum.SurfaceType.Smooth, ["TopSurface"] = Enum.SurfaceType.Smooth, ["Color"] = Color3.new(1, 0, 0), }) o54 = Create("BlockMesh",{ ["Parent"] = o53, ["Scale"] = Vector3.new(1, 0.638549566, 0.430000007), }) o55 = Create("Part",{ ["Name"] = "HandlePart", ["Parent"] = o1, ["Material"] = Enum.Material.Granite, ["BrickColor"] = BrickColor.new("Really black"), ["Position"] = Vector3.new(-4.21026945, 2.61882639, -18.2566242), ["Rotation"] = Vector3.new(-1.50636524e-005, -0.000281278131, 98.2714386), ["Anchored"] = true, ["CFrame"] = CFrame.new(-4.21026945, 2.61882639, -18.2566242, -0.143862396, -0.989593923, -4.90922957e-006, 0.989593923, -0.143862396, 2.62910334e-007, -9.66442144e-007, -4.82033238e-006, 1), ["CanCollide"] = false, ["Locked"] = true, ["FormFactor"] = Enum.FormFactor.Custom, ["Size"] = Vector3.new(0.532589436, 0.532306075, 0.511037409), ["BottomSurface"] = Enum.SurfaceType.Smooth, ["TopSurface"] = Enum.SurfaceType.Smooth, ["Color"] = Color3.new(1, 0, 0), }) o56 = Create("BlockMesh",{ ["Parent"] = o55, ["Scale"] = Vector3.new(0.784758687, 0.206399843, 0.430000007), }) o57 = Create("Part",{ ["Name"] = "HandlePart", ["Parent"] = o1, ["Material"] = Enum.Material.Granite, ["BrickColor"] = BrickColor.new("Really black"), ["Position"] = Vector3.new(-4.48988342, 1.73317671, -18.2566204), ["Rotation"] = Vector3.new(2.59477583e-005, -0.000266718329, 47.8089828), ["Anchored"] = true, ["CFrame"] = CFrame.new(-4.48988342, 1.73317671, -18.2566204, 0.671602428, -0.740907669, -4.65511312e-006, 0.740907669, 0.671602428, -4.5287382e-007, 3.46192519e-006, -3.14487215e-006, 1), ["CanCollide"] = false, ["Locked"] = true, ["FormFactor"] = Enum.FormFactor.Custom, ["Size"] = Vector3.new(0.532589436, 0.532306075, 0.511037409), ["BottomSurface"] = Enum.SurfaceType.Smooth, ["TopSurface"] = Enum.SurfaceType.Smooth, ["Color"] = Color3.new(1, 0, 0), }) o58 = Create("BlockMesh",{ ["Parent"] = o57, ["Scale"] = Vector3.new(0.797658682, 0.206400111, 0.430000007), }) o59 = Create("Part",{ ["Name"] = "HandlePart", ["Parent"] = o1, ["Material"] = Enum.Material.Granite, ["BrickColor"] = BrickColor.new("Really black"), ["Position"] = Vector3.new(-5.5896759, 5.32869911, -18.2566204), ["Rotation"] = Vector3.new(0.000429734617, -0.000622936466, -19.0341797), ["Anchored"] = true, ["CFrame"] = CFrame.new(-5.5896759, 5.32869911, -18.2566204, 0.945321321, 0.326131165, -1.08722925e-005, -0.326131165, 0.945321321, -7.50028403e-006, 7.83177074e-006, 1.06360212e-005, 1), ["CanCollide"] = false, ["Locked"] = true, ["FormFactor"] = Enum.FormFactor.Custom, ["Size"] = Vector3.new(0.532589436, 0.532306075, 0.511037409), ["BottomSurface"] = Enum.SurfaceType.Smooth, ["TopSurface"] = Enum.SurfaceType.Smooth, ["Color"] = Color3.new(1, 0, 0), }) o60 = Create("BlockMesh",{ ["Parent"] = o59, ["Scale"] = Vector3.new(0.462249547, 0.131149739, 0.430000007), }) o61 = Create("Part",{ ["Name"] = "HandlePart", ["Parent"] = o1, ["Material"] = Enum.Material.Granite, ["BrickColor"] = BrickColor.new("Really black"), ["Position"] = Vector3.new(-7.06761169, 9.73366547, -18.2566204), ["Rotation"] = Vector3.new(7.20471007e-006, -0.000333269418, -45.2672997), ["Anchored"] = true, ["CFrame"] = CFrame.new(-7.06761169, 9.73366547, -18.2566204, 0.703798115, 0.710395753, -5.81664881e-006, -0.710395753, 0.703798115, -1.25745913e-007, 4.00443787e-006, 4.22062885e-006, 1), ["CanCollide"] = false, ["Locked"] = true, ["FormFactor"] = Enum.FormFactor.Custom, ["Size"] = Vector3.new(0.722536564, 0.532306075, 0.511037409), ["BottomSurface"] = Enum.SurfaceType.Smooth, ["TopSurface"] = Enum.SurfaceType.Smooth, ["Color"] = Color3.new(1, 0, 0), }) o62 = Create("BlockMesh",{ ["Parent"] = o61, ["Scale"] = Vector3.new(1, 0.128999904, 0.430000007), }) o63 = Create("Part",{ ["Name"] = "HandlePart", ["Parent"] = o1, ["Material"] = Enum.Material.Granite, ["BrickColor"] = BrickColor.new("Really black"), ["Position"] = Vector3.new(-5.24083233, 3.09316421, -18.2566204), ["Rotation"] = Vector3.new(-4.00825011e-005, -0.000287873525, 112.157967), ["Anchored"] = true, ["CFrame"] = CFrame.new(-5.24083233, 3.09316421, -18.2566204, -0.377160102, -0.926144361, -5.02434068e-006, 0.926144361, -0.377160102, 6.99571615e-007, -2.54290444e-006, -4.38942197e-006, 1), ["CanCollide"] = false, ["Locked"] = true, ["FormFactor"] = Enum.FormFactor.Custom, ["Size"] = Vector3.new(1.41187215, 0.532306075, 0.511037409), ["BottomSurface"] = Enum.SurfaceType.Smooth, ["TopSurface"] = Enum.SurfaceType.Smooth, ["Color"] = Color3.new(1, 0, 0), }) o64 = Create("BlockMesh",{ ["Parent"] = o63, ["Scale"] = Vector3.new(1, 0.638549566, 0.430000007), }) o65 = Create("Part",{ ["Name"] = "HandlePart", ["Parent"] = o1, ["Material"] = Enum.Material.Granite, ["BrickColor"] = BrickColor.new("Really black"), ["Position"] = Vector3.new(-6.80931807, 8.53855515, -18.2566242), ["Rotation"] = Vector3.new(-1.56558181e-005, -0.000266047893, -95.7330322), ["Anchored"] = true, ["CFrame"] = CFrame.new(-6.80931807, 8.53855515, -18.2566242, -0.0998929888, 0.994994164, -4.64341156e-006, -0.994994164, -0.0998929888, 2.73245575e-007, -1.91955792e-007, 4.64747563e-006, 1), ["CanCollide"] = false, ["Locked"] = true, ["FormFactor"] = Enum.FormFactor.Custom, ["Size"] = Vector3.new(0.532589436, 0.532306075, 0.511037409), ["BottomSurface"] = Enum.SurfaceType.Smooth, ["TopSurface"] = Enum.SurfaceType.Smooth, ["Color"] = Color3.new(1, 0, 0), }) o66 = Create("BlockMesh",{ ["Parent"] = o65, ["Scale"] = Vector3.new(0.668648005, 0.25154984, 0.430000007), }) o67 = Create("Part",{ ["Name"] = "HandlePart", ["Parent"] = o1, ["Material"] = Enum.Material.Granite, ["BrickColor"] = BrickColor.new("Really black"), ["Position"] = Vector3.new(-6.44714785, 8.19529533, -18.2566242), ["Rotation"] = Vector3.new(2.49685818e-005, -0.000371121772, -65.3930283), ["Anchored"] = true, ["CFrame"] = CFrame.new(-6.44714785, 8.19529533, -18.2566242, 0.41639027, 0.909183025, -6.47729667e-006, -0.909183025, 0.41639027, -4.3578396e-007, 2.3008929e-006, 6.0705197e-006, 1), ["CanCollide"] = false, ["Locked"] = true, ["FormFactor"] = Enum.FormFactor.Custom, ["Size"] = Vector3.new(1.18514323, 0.532306075, 0.511037409), ["BottomSurface"] = Enum.SurfaceType.Smooth, ["TopSurface"] = Enum.SurfaceType.Smooth, ["Color"] = Color3.new(1, 0, 0), }) o68 = Create("BlockMesh",{ ["Parent"] = o67, ["Scale"] = Vector3.new(1, 0.679399729, 0.430000007), }) o69 = Create("Part",{ ["Name"] = "HandlePart", ["Parent"] = o1, ["Material"] = Enum.Material.Granite, ["BrickColor"] = BrickColor.new("Really black"), ["Position"] = Vector3.new(-6.05569172, 4.82020712, -18.2566242), ["Rotation"] = Vector3.new(-0.00017510922, -0.000269178709, -13.3712683), ["Anchored"] = true, ["CFrame"] = CFrame.new(-6.05569172, 4.82020712, -18.2566242, 0.972889185, 0.231259406, -4.69805445e-006, -0.231259406, 0.972889185, 3.05623234e-006, 5.27748898e-006, -1.8869307e-006, 1), ["CanCollide"] = false, ["Locked"] = true, ["FormFactor"] = Enum.FormFactor.Custom, ["Size"] = Vector3.new(0.532589436, 0.532306075, 0.511037409), ["BottomSurface"] = Enum.SurfaceType.Smooth, ["TopSurface"] = Enum.SurfaceType.Smooth, ["Color"] = Color3.new(1, 0, 0), }) o70 = Create("BlockMesh",{ ["Parent"] = o69, ["Scale"] = Vector3.new(0.35474962, 0.126849771, 0.430000007), }) o71 = Create("Part",{ ["Name"] = "HandlePart", ["Parent"] = o1, ["Material"] = Enum.Material.Granite, ["BrickColor"] = BrickColor.new("Really black"), ["Position"] = Vector3.new(-7.27265549, 9.90660667, -18.2566204), ["Rotation"] = Vector3.new(-1.3257215e-005, -0.00029067311, -60.3936996), ["Anchored"] = true, ["CFrame"] = CFrame.new(-7.27265549, 9.90660667, -18.2566204, 0.494035989, 0.869437933, -5.07320283e-006, -0.869437933, 0.494035989, 2.31382046e-007, 2.70753458e-006, 4.29653028e-006, 1), ["CanCollide"] = false, ["Locked"] = true, ["FormFactor"] = Enum.FormFactor.Custom, ["Size"] = Vector3.new(0.532589436, 0.532306075, 0.511037409), ["BottomSurface"] = Enum.SurfaceType.Smooth, ["TopSurface"] = Enum.SurfaceType.Smooth, ["Color"] = Color3.new(1, 0, 0), }) o72 = Create("BlockMesh",{ ["Parent"] = o71, ["Scale"] = Vector3.new(0.470848233, 0.135449916, 0.430000007), }) o73 = Create("Part",{ ["Name"] = "HandlePart", ["Parent"] = o1, ["Material"] = Enum.Material.Granite, ["BrickColor"] = BrickColor.new("Really black"), ["Position"] = Vector3.new(-5.07572079, 3.01331687, -18.2566204), ["Rotation"] = Vector3.new(-1.94048807e-005, -0.000317802856, 126.631668), ["Anchored"] = true, ["CFrame"] = CFrame.new(-5.07572079, 3.01331687, -18.2566204, -0.596666038, -0.802484512, -5.54670623e-006, 0.802484512, -0.596666038, 3.38679058e-007, -3.58133661e-006, -4.24907466e-006, 1), ["CanCollide"] = false, ["Locked"] = true, ["FormFactor"] = Enum.FormFactor.Custom, ["Size"] = Vector3.new(1.01453388, 0.532306075, 0.511037409), ["BottomSurface"] = Enum.SurfaceType.Smooth, ["TopSurface"] = Enum.SurfaceType.Smooth, ["Color"] = Color3.new(1, 0, 0), }) o74 = Create("BlockMesh",{ ["Parent"] = o73, ["Scale"] = Vector3.new(1, 0.638549566, 0.430000007), }) o75 = Create("Part",{ ["Name"] = "HandlePart", ["Parent"] = o1, ["Material"] = Enum.Material.Granite, ["BrickColor"] = BrickColor.new("Really black"), ["Position"] = Vector3.new(-4.32478285, 2.17209959, -18.2566242), ["Rotation"] = Vector3.new(-2.55784835e-005, -0.000304510701, 71.9109116), ["Anchored"] = true, ["CFrame"] = CFrame.new(-4.32478285, 2.17209959, -18.2566242, 0.310494483, -0.950571775, -5.31471414e-006, 0.950571775, 0.310494483, 4.46428743e-007, 1.22581889e-006, -5.19064997e-006, 1), ["CanCollide"] = false, ["Locked"] = true, ["FormFactor"] = Enum.FormFactor.Custom, ["Size"] = Vector3.new(0.622921228, 0.532306075, 0.511037409), ["BottomSurface"] = Enum.SurfaceType.Smooth, ["TopSurface"] = Enum.SurfaceType.Smooth, ["Color"] = Color3.new(1, 0, 0), }) o76 = Create("BlockMesh",{ ["Parent"] = o75, ["Scale"] = Vector3.new(1, 0.42569977, 0.430000007), }) o77 = Create("Part",{ ["Name"] = "HandlePart", ["Parent"] = o1, ["Material"] = Enum.Material.Granite, ["BrickColor"] = BrickColor.new("Really black"), ["Position"] = Vector3.new(-4.76682854, 2.4382596, -18.2566242), ["Rotation"] = Vector3.new(-7.34394052e-006, -0.000339794729, 102.227295), ["Anchored"] = true, ["CFrame"] = CFrame.new(-4.76682854, 2.4382596, -18.2566242, -0.211789563, -0.977311671, -5.93053664e-006, 0.977311671, -0.211789563, 1.28175941e-007, -1.38130929e-006, -5.7688535e-006, 1), ["CanCollide"] = false, ["Locked"] = true, ["FormFactor"] = Enum.FormFactor.Custom, ["Size"] = Vector3.new(0.532589436, 0.532306075, 0.511037409), ["BottomSurface"] = Enum.SurfaceType.Smooth, ["TopSurface"] = Enum.SurfaceType.Smooth, ["Color"] = Color3.new(1, 0, 0), }) o78 = Create("BlockMesh",{ ["Parent"] = o77, ["Scale"] = Vector3.new(0.937409341, 0.664349496, 0.430000007), }) o79 = Create("Part",{ ["Name"] = "HandlePart", ["Parent"] = o1, ["Material"] = Enum.Material.Granite, ["BrickColor"] = BrickColor.new("Really black"), ["Position"] = Vector3.new(-4.84672213, 4.38081312, -18.2566242), ["Rotation"] = Vector3.new(-3.66665881e-005, -0.000242763199, -51.8340874), ["Anchored"] = true, ["CFrame"] = CFrame.new(-4.84672213, 4.38081312, -18.2566242, 0.617938817, 0.786222219, -4.23701704e-006, -0.786222219, 0.617938817, 6.39952702e-007, 3.121379e-006, 2.9357841e-006, 1), ["CanCollide"] = false, ["Locked"] = true, ["FormFactor"] = Enum.FormFactor.Custom, ["Size"] = Vector3.new(0.669866264, 0.532306075, 0.511037409), ["BottomSurface"] = Enum.SurfaceType.Smooth, ["TopSurface"] = Enum.SurfaceType.Smooth, ["Color"] = Color3.new(1, 0, 0), }) o80 = Create("BlockMesh",{ ["Parent"] = o79, ["Scale"] = Vector3.new(1, 0.219299808, 0.430000007), }) o81 = Create("Part",{ ["Name"] = "HandlePart", ["Parent"] = o1, ["Material"] = Enum.Material.Granite, ["BrickColor"] = BrickColor.new("Really black"), ["Position"] = Vector3.new(-4.26087713, 2.54743147, -18.2566242), ["Rotation"] = Vector3.new(-1.40152733e-005, -0.000326895912, 72.6037216), ["Anchored"] = true, ["CFrame"] = CFrame.new(-4.26087713, 2.54743147, -18.2566242, 0.298977852, -0.954256594, -5.70540988e-006, 0.954256594, 0.298977852, 2.44612664e-007, 1.47236187e-006, -5.51758058e-006, 1), ["CanCollide"] = false, ["Locked"] = true, ["FormFactor"] = Enum.FormFactor.Custom, ["Size"] = Vector3.new(0.532589436, 0.532306075, 0.511037409), ["BottomSurface"] = Enum.SurfaceType.Smooth, ["TopSurface"] = Enum.SurfaceType.Smooth, ["Color"] = Color3.new(1, 0, 0), }) o82 = Create("BlockMesh",{ ["Parent"] = o81, ["Scale"] = Vector3.new(0.539658785, 0.22574985, 0.430000007), }) o83 = Create("Part",{ ["Name"] = "HandlePart", ["Parent"] = o1, ["Material"] = Enum.Material.Granite, ["BrickColor"] = BrickColor.new("Really black"), ["Position"] = Vector3.new(-5.35268879, 3.52673507, -18.2566242), ["Rotation"] = Vector3.new(-3.95997013e-005, -0.000289235992, 107.85099), ["Anchored"] = true, ["CFrame"] = CFrame.new(-5.35268879, 3.52673507, -18.2566242, -0.306541383, -0.951853454, -5.04812033e-006, 0.951853454, -0.306541383, 6.91145146e-007, -2.20534594e-006, -4.59321564e-006, 1), ["CanCollide"] = false, ["Locked"] = true, ["FormFactor"] = Enum.FormFactor.Custom, ["Size"] = Vector3.new(1.67409217, 0.532306075, 0.511037409), ["BottomSurface"] = Enum.SurfaceType.Smooth, ["TopSurface"] = Enum.SurfaceType.Smooth, ["Color"] = Color3.new(1, 0, 0), }) o84 = Create("BlockMesh",{ ["Parent"] = o83, ["Scale"] = Vector3.new(1, 0.638549566, 0.430000007), }) o85 = Create("Part",{ ["Name"] = "HandlePart", ["Parent"] = o1, ["Material"] = Enum.Material.Granite, ["BrickColor"] = BrickColor.new("Really black"), ["Position"] = Vector3.new(-6.46313095, 7.81452799, -18.2566242), ["Rotation"] = Vector3.new(-1.3257215e-005, -0.00029067311, -60.3936996), ["Anchored"] = true, ["CFrame"] = CFrame.new(-6.46313095, 7.81452799, -18.2566242, 0.494035989, 0.869437933, -5.07320283e-006, -0.869437933, 0.494035989, 2.31382046e-007, 2.70753458e-006, 4.29653028e-006, 1), ["CanCollide"] = false, ["Locked"] = true, ["FormFactor"] = Enum.FormFactor.Custom, ["Size"] = Vector3.new(1.43247938, 0.532306075, 0.511037409), ["BottomSurface"] = Enum.SurfaceType.Smooth, ["TopSurface"] = Enum.SurfaceType.Smooth, ["Color"] = Color3.new(1, 0, 0), }) o86 = Create("BlockMesh",{ ["Parent"] = o85, ["Scale"] = Vector3.new(1, 0.3504498, 0.430000007), }) o87 = Create("Part",{ ["Name"] = "HandlePart", ["Parent"] = o1, ["Material"] = Enum.Material.Granite, ["BrickColor"] = BrickColor.new("Really black"), ["Position"] = Vector3.new(-6.17286396, 6.79783964, -18.2566204), ["Rotation"] = Vector3.new(-3.76221215e-005, -0.00021819977, -75.3579025), ["Anchored"] = true, ["CFrame"] = CFrame.new(-6.17286396, 6.79783964, -18.2566204, 0.252779573, 0.967520833, -3.80830443e-006, -0.967520833, 0.252779573, 6.56629879e-007, 1.59798037e-006, 3.518634e-006, 1), ["CanCollide"] = false, ["Locked"] = true, ["FormFactor"] = Enum.FormFactor.Custom, ["Size"] = Vector3.new(1.67752731, 0.532306075, 0.511037409), ["BottomSurface"] = Enum.SurfaceType.Smooth, ["TopSurface"] = Enum.SurfaceType.Smooth, ["Color"] = Color3.new(1, 0, 0), }) o88 = Create("BlockMesh",{ ["Parent"] = o87, ["Scale"] = Vector3.new(1, 0.3504498, 0.430000007), }) o89 = Create("Part",{ ["Name"] = "HandlePart", ["Parent"] = o1, ["Material"] = Enum.Material.Granite, ["BrickColor"] = BrickColor.new("Really black"), ["Position"] = Vector3.new(-4.98519325, 5.16898918, -18.2566204), ["Rotation"] = Vector3.new(-3.82537619e-005, -0.000239767542, -61.1693649), ["Anchored"] = true, ["CFrame"] = CFrame.new(-4.98519325, 5.16898918, -18.2566204, 0.482220709, 0.87604624, -4.18473292e-006, -0.87604624, 0.482220709, 6.67654092e-007, 2.60287834e-006, 3.34406377e-006, 1), ["CanCollide"] = false, ["Locked"] = true, ["FormFactor"] = Enum.FormFactor.Custom, ["Size"] = Vector3.new(0.592001379, 0.532306075, 0.511037409), ["BottomSurface"] = Enum.SurfaceType.Smooth, ["TopSurface"] = Enum.SurfaceType.Smooth, ["Color"] = Color3.new(1, 0, 0), }) o90 = Create("BlockMesh",{ ["Parent"] = o89, ["Scale"] = Vector3.new(1, 0.146199808, 0.430000007), }) o91 = Create("Part",{ ["Name"] = "HandlePart", ["Parent"] = o1, ["Material"] = Enum.Material.Granite, ["BrickColor"] = BrickColor.new("Really black"), ["Position"] = Vector3.new(-6.69214439, 8.80967808, -18.2566204), ["Rotation"] = Vector3.new(2.49685818e-005, -0.000371121772, -65.3930283), ["Anchored"] = true, ["CFrame"] = CFrame.new(-6.69214439, 8.80967808, -18.2566204, 0.41639027, 0.909183025, -6.47729667e-006, -0.909183025, 0.41639027, -4.3578396e-007, 2.3008929e-006, 6.0705197e-006, 1), ["CanCollide"] = false, ["Locked"] = true, ["FormFactor"] = Enum.FormFactor.Custom, ["Size"] = Vector3.new(0.532589436, 0.532306075, 0.511037409), ["BottomSurface"] = Enum.SurfaceType.Smooth, ["TopSurface"] = Enum.SurfaceType.Smooth, ["Color"] = Color3.new(1, 0, 0), }) o92 = Create("BlockMesh",{ ["Parent"] = o91, ["Scale"] = Vector3.new(0.440748185, 0.578349769, 0.430000007), }) o93 = Create("Part",{ ["Name"] = "HandlePart", ["Parent"] = o1, ["Material"] = Enum.Material.Granite, ["BrickColor"] = BrickColor.new("Really black"), ["Position"] = Vector3.new(-6.0050993, 6.53974581, -18.2566204), ["Rotation"] = Vector3.new(-4.16312696e-006, -0.000349017122, -83.6519012), ["Anchored"] = true, ["CFrame"] = CFrame.new(-6.0050993, 6.53974581, -18.2566204, 0.110568263, 0.993865013, -6.09149765e-006, -0.993865013, 0.110568263, 7.26602707e-008, 7.45752914e-007, 6.04611205e-006, 1), ["CanCollide"] = false, ["Locked"] = true, ["FormFactor"] = Enum.FormFactor.Custom, ["Size"] = Vector3.new(0.751164913, 0.532306075, 0.511037409), ["BottomSurface"] = Enum.SurfaceType.Smooth, ["TopSurface"] = Enum.SurfaceType.Smooth, ["Color"] = Color3.new(1, 0, 0), }) o94 = Create("BlockMesh",{ ["Parent"] = o93, ["Scale"] = Vector3.new(1, 0.195649937, 0.430000007), }) o95 = Create("Part",{ ["Name"] = "HandlePart", ["Parent"] = o1, ["Material"] = Enum.Material.Granite, ["BrickColor"] = BrickColor.new("Really black"), ["Position"] = Vector3.new(-6.2713871, 7.28503799, -18.2566242), ["Rotation"] = Vector3.new(-1.18473081e-005, -0.000309030525, -70.0474396), ["Anchored"] = true, ["CFrame"] = CFrame.new(-6.2713871, 7.28503799, -18.2566242, 0.341240942, 0.939972579, -5.39360008e-006, -0.939972579, 0.341240942, 2.0677453e-007, 2.03489662e-006, 4.99928728e-006, 1), ["CanCollide"] = false, ["Locked"] = true, ["FormFactor"] = Enum.FormFactor.Custom, ["Size"] = Vector3.new(1.16339087, 0.532306075, 0.511037409), ["BottomSurface"] = Enum.SurfaceType.Smooth, ["TopSurface"] = Enum.SurfaceType.Smooth, ["Color"] = Color3.new(1, 0, 0), }) o96 = Create("BlockMesh",{ ["Parent"] = o95, ["Scale"] = Vector3.new(1, 0.3504498, 0.430000007), }) o97 = Create("Part",{ ["Name"] = "HandlePart", ["Parent"] = o1, ["Material"] = Enum.Material.Granite, ["BrickColor"] = BrickColor.new("Really black"), ["Position"] = Vector3.new(-7.04365683, 9.61370373, -18.2566204), ["Rotation"] = Vector3.new(3.99700457e-006, -0.00032861589, -54.1623116), ["Anchored"] = true, ["CFrame"] = CFrame.new(-7.04365683, 9.61370373, -18.2566204, 0.585489273, 0.810676336, -5.73542911e-006, -0.810676336, 0.585489273, -6.97608868e-008, 3.30149783e-006, 4.69042971e-006, 1), ["CanCollide"] = false, ["Locked"] = true, ["FormFactor"] = Enum.FormFactor.Custom, ["Size"] = Vector3.new(0.532589436, 0.532306075, 0.511037409), ["BottomSurface"] = Enum.SurfaceType.Smooth, ["TopSurface"] = Enum.SurfaceType.Smooth, ["Color"] = Color3.new(1, 0, 0), }) o98 = Create("BlockMesh",{ ["Parent"] = o97, ["Scale"] = Vector3.new(0.958896399, 0.225749776, 0.430000007), }) o99 = Create("Part",{ ["Name"] = "HandlePart", ["Parent"] = o1, ["Material"] = Enum.Material.Granite, ["BrickColor"] = BrickColor.new("Really black"), ["Position"] = Vector3.new(-4.79613018, 1.48542118, -18.2566204), ["Rotation"] = Vector3.new(9.25993445e-005, -0.000207247766, 28.674036), ["Anchored"] = true, ["CFrame"] = CFrame.new(-4.79613018, 1.48542118, -18.2566204, 0.877361059, -0.479824513, -3.61715593e-006, 0.479824513, 0.877361059, -1.61616344e-006, 3.949031e-006, -3.17644435e-007, 1), ["CanCollide"] = false, ["Locked"] = true, ["FormFactor"] = Enum.FormFactor.Custom, ["Size"] = Vector3.new(0.532589436, 0.532306075, 0.511037409), ["BottomSurface"] = Enum.SurfaceType.Smooth, ["TopSurface"] = Enum.SurfaceType.Smooth, ["Color"] = Color3.new(1, 0, 0), }) o100 = Create("BlockMesh",{ ["Parent"] = o99, ["Scale"] = Vector3.new(0.797658682, 0.191350162, 0.430000007), }) o101 = Create("Part",{ ["Name"] = "HandlePart", ["Parent"] = o1, ["Material"] = Enum.Material.Granite, ["BrickColor"] = BrickColor.new("Really black"), ["Position"] = Vector3.new(-4.83872652, 4.43693161, -18.2566242), ["Rotation"] = Vector3.new(-3.82537619e-005, -0.000239767542, -61.1693649), ["Anchored"] = true, ["CFrame"] = CFrame.new(-4.83872652, 4.43693161, -18.2566242, 0.482220709, 0.87604624, -4.18473292e-006, -0.87604624, 0.482220709, 6.67654092e-007, 2.60287834e-006, 3.34406377e-006, 1), ["CanCollide"] = false, ["Locked"] = true, ["FormFactor"] = Enum.FormFactor.Custom, ["Size"] = Vector3.new(0.98132509, 0.532306075, 0.511037409), ["BottomSurface"] = Enum.SurfaceType.Smooth, ["TopSurface"] = Enum.SurfaceType.Smooth, ["Color"] = Color3.new(1, 0, 0), }) o102 = Create("BlockMesh",{ ["Parent"] = o101, ["Scale"] = Vector3.new(1, 0.174149796, 0.430000007), }) o103 = Create("Part",{ ["Name"] = "HandlePart", ["Parent"] = o1, ["Material"] = Enum.Material.Granite, ["BrickColor"] = BrickColor.new("Really black"), ["Position"] = Vector3.new(-5.07839966, 5.11830902, -18.2566204), ["Rotation"] = Vector3.new(-1.43423413e-005, -0.000326767331, -81.2173767), ["Anchored"] = true, ["CFrame"] = CFrame.new(-5.07839966, 5.11830902, -18.2566204, 0.152685612, 0.988271236, -5.7031657e-006, -0.988271236, 0.152685612, 2.50321079e-007, 1.11819099e-006, 5.5980704e-006, 1), ["CanCollide"] = false, ["Locked"] = true, ["FormFactor"] = Enum.FormFactor.Custom, ["Size"] = Vector3.new(0.638949275, 0.532306075, 0.511037409), ["BottomSurface"] = Enum.SurfaceType.Smooth, ["TopSurface"] = Enum.SurfaceType.Smooth, ["Color"] = Color3.new(1, 0, 0), }) o104 = Create("BlockMesh",{ ["Parent"] = o103, ["Scale"] = Vector3.new(1, 0.139749795, 0.430000007), }) o105 = Create("Part",{ ["Name"] = "HandlePart", ["Parent"] = o1, ["Material"] = Enum.Material.Granite, ["BrickColor"] = BrickColor.new("Really black"), ["Position"] = Vector3.new(-6.66817617, 5.7918005, -18.2566204), ["Rotation"] = Vector3.new(-1.57666691e-005, -0.000280505279, -69.7130127), ["Anchored"] = true, ["CFrame"] = CFrame.new(-6.66817617, 5.7918005, -18.2566204, 0.34672156, 0.937964916, -4.8957404e-006, -0.937964916, 0.34672156, 2.75180298e-007, 1.95558459e-006, 4.49662957e-006, 1), ["CanCollide"] = false, ["Locked"] = true, ["FormFactor"] = Enum.FormFactor.Custom, ["Size"] = Vector3.new(0.532589436, 0.532306075, 0.511037409), ["BottomSurface"] = Enum.SurfaceType.Smooth, ["TopSurface"] = Enum.SurfaceType.Smooth, ["Color"] = Color3.new(1, 0, 0), }) o106 = Create("BlockMesh",{ ["Parent"] = o105, ["Scale"] = Vector3.new(0.967500269, 0.0967499614, 0.430000007), }) o107 = Create("Part",{ ["Name"] = "HandlePart", ["Parent"] = o1, ["Material"] = Enum.Material.Granite, ["BrickColor"] = BrickColor.new("Really black"), ["Position"] = Vector3.new(-4.90265417, 4.76976013, -18.2566204), ["Rotation"] = Vector3.new(-4.66568454e-005, -0.000223004667, -72.0962219), ["Anchored"] = true, ["CFrame"] = CFrame.new(-4.90265417, 4.76976013, -18.2566204, 0.307418436, 0.951570988, -3.89216575e-006, -0.951570988, 0.307418436, 8.1431557e-007, 1.97142026e-006, 3.45333797e-006, 1), ["CanCollide"] = false, ["Locked"] = true, ["FormFactor"] = Enum.FormFactor.Custom, ["Size"] = Vector3.new(1.02598333, 0.532306075, 0.511037409), ["BottomSurface"] = Enum.SurfaceType.Smooth, ["TopSurface"] = Enum.SurfaceType.Smooth, ["Color"] = Color3.new(1, 0, 0), }) o108 = Create("BlockMesh",{ ["Parent"] = o107, ["Scale"] = Vector3.new(1, 0.204249725, 0.430000007), }) o109 = Create("Part",{ ["Name"] = "HandlePart", ["Parent"] = o1, ["Material"] = Enum.Material.Granite, ["BrickColor"] = BrickColor.new("Really black"), ["Position"] = Vector3.new(-6.54034615, 5.29140472, -18.2566204), ["Rotation"] = Vector3.new(-5.76647517e-006, -0.000303146458, -65.5658569), ["Anchored"] = true, ["CFrame"] = CFrame.new(-6.54034615, 5.29140472, -18.2566204, 0.413645864, 0.910434663, -5.29090357e-006, -0.910434663, 0.413645864, 1.00643973e-007, 2.28020667e-006, 4.77540061e-006, 1), ["CanCollide"] = false, ["Locked"] = true, ["FormFactor"] = Enum.FormFactor.Custom, ["Size"] = Vector3.new(0.532589436, 0.532306075, 0.511037409), ["BottomSurface"] = Enum.SurfaceType.Smooth, ["TopSurface"] = Enum.SurfaceType.Smooth, ["Color"] = Color3.new(1, 0, 0), }) o110 = Create("BlockMesh",{ ["Parent"] = o109, ["Scale"] = Vector3.new(0.939552605, 0.374099731, 0.430000007), }) o111 = Create("Part",{ ["Name"] = "HandlePart", ["Parent"] = o1, ["Material"] = Enum.Material.Granite, ["BrickColor"] = BrickColor.new("Really black"), ["Position"] = Vector3.new(-6.01841021, 5.24347019, -18.2566242), ["Rotation"] = Vector3.new(-4.22963058e-005, -0.00027538123, -4.93213558), ["Anchored"] = true, ["CFrame"] = CFrame.new(-6.01841021, 5.24347019, -18.2566242, 0.99629426, 0.0859754756, -4.80630933e-006, -0.0859754756, 0.99629426, 7.38209792e-007, 4.85198098e-006, -3.2226356e-007, 1), ["CanCollide"] = false, ["Locked"] = true, ["FormFactor"] = Enum.FormFactor.Custom, ["Size"] = Vector3.new(1.15308297, 0.532306075, 0.511037409), ["BottomSurface"] = Enum.SurfaceType.Smooth, ["TopSurface"] = Enum.SurfaceType.Smooth, ["Color"] = Color3.new(1, 0, 0), }) o112 = Create("BlockMesh",{ ["Parent"] = o111, ["Scale"] = Vector3.new(1, 0.399899781, 0.430000007), }) o113 = Create("Part",{ ["Name"] = "HandlePart", ["Parent"] = o1, ["Material"] = Enum.Material.Granite, ["BrickColor"] = BrickColor.new("Really black"), ["Position"] = Vector3.new(-6.30068922, 4.98005581, -18.2566204), ["Rotation"] = Vector3.new(-2.62093799e-005, -0.000282072317, -27.7868938), ["Anchored"] = true, ["CFrame"] = CFrame.new(-6.30068922, 4.98005581, -18.2566204, 0.88468504, 0.466182917, -4.92309073e-006, -0.466182917, 0.88468504, 4.57439967e-007, 4.56865337e-006, 1.89036484e-006, 1), ["CanCollide"] = false, ["Locked"] = true, ["FormFactor"] = Enum.FormFactor.Custom, ["Size"] = Vector3.new(0.532589436, 0.532306075, 0.511037409), ["BottomSurface"] = Enum.SurfaceType.Smooth, ["TopSurface"] = Enum.SurfaceType.Smooth, ["Color"] = Color3.new(1, 0, 0), }) o114 = Create("BlockMesh",{ ["Parent"] = o113, ["Scale"] = Vector3.new(0.84709996, 0.307449818, 0.430000007), }) o115 = Create("Part",{ ["Name"] = "HandlePart", ["Parent"] = o1, ["Material"] = Enum.Material.Granite, ["BrickColor"] = BrickColor.new("Really black"), ["Position"] = Vector3.new(-6.82263041, 9.09719276, -18.2566242), ["Rotation"] = Vector3.new(2.37134846e-005, -0.000370050431, -82.5840149), ["Anchored"] = true, ["CFrame"] = CFrame.new(-6.82263041, 9.09719276, -18.2566242, 0.129071876, 0.991632402, -6.45859836e-006, -0.991632402, 0.129071876, -4.13878382e-007, 4.23219603e-007, 6.45799582e-006, 1), ["CanCollide"] = false, ["Locked"] = true, ["FormFactor"] = Enum.FormFactor.Custom, ["Size"] = Vector3.new(0.864524186, 0.532306075, 0.511037409), ["BottomSurface"] = Enum.SurfaceType.Smooth, ["TopSurface"] = Enum.SurfaceType.Smooth, ["Color"] = Color3.new(1, 0, 0), }) o116 = Create("BlockMesh",{ ["Parent"] = o115, ["Scale"] = Vector3.new(1, 0.333249778, 0.430000007), }) o117 = Create("Part",{ ["Name"] = "HandlePart", ["Parent"] = o1, ["Material"] = Enum.Material.Granite, ["BrickColor"] = BrickColor.new("Really black"), ["Position"] = Vector3.new(-6.09028339, 5.85284042, -18.2566204), ["Rotation"] = Vector3.new(-1.52369303e-005, -0.000270987279, -85.0330429), ["Anchored"] = true, ["CFrame"] = CFrame.new(-6.09028339, 5.85284042, -18.2566204, 0.0865809917, 0.996242225, -4.72962029e-006, -0.996242225, 0.0865809917, 2.65934602e-007, 6.74444152e-007, 4.68883354e-006, 1), ["CanCollide"] = false, ["Locked"] = true, ["FormFactor"] = Enum.FormFactor.Custom, ["Size"] = Vector3.new(2.02333426, 0.532306075, 0.511037409), ["BottomSurface"] = Enum.SurfaceType.Smooth, ["TopSurface"] = Enum.SurfaceType.Smooth, ["Color"] = Color3.new(1, 0, 0), }) o118 = Create("BlockMesh",{ ["Parent"] = o117, ["Scale"] = Vector3.new(1, 0.3504498, 0.430000007), }) o119 = Create("Part",{ ["Name"] = "HandlePart", ["Parent"] = o1, ["Material"] = Enum.Material.Granite, ["BrickColor"] = BrickColor.new("Really black"), ["Position"] = Vector3.new(-5.5763545, 4.20820904, -18.2566204), ["Rotation"] = Vector3.new(-3.92013717e-005, -0.00029125021, 100.56134), ["Anchored"] = true, ["CFrame"] = CFrame.new(-5.5763545, 4.20820904, -18.2566204, -0.183287516, -0.983056009, -5.08327503e-006, 0.983056009, -0.183287516, 6.84192969e-007, -1.60431853e-006, -4.87175203e-006, 1), ["CanCollide"] = false, ["Locked"] = true, ["FormFactor"] = Enum.FormFactor.Custom, ["Size"] = Vector3.new(1.20690393, 0.532306075, 0.511037409), ["BottomSurface"] = Enum.SurfaceType.Smooth, ["TopSurface"] = Enum.SurfaceType.Smooth, ["Color"] = Color3.new(1, 0, 0), }) o120 = Create("BlockMesh",{ ["Parent"] = o119, ["Scale"] = Vector3.new(1, 0.638549566, 0.430000007), }) o121 = Create("Part",{ ["Name"] = "HandlePart", ["Parent"] = o1, ["Material"] = Enum.Material.Granite, ["BrickColor"] = BrickColor.new("Really black"), ["Position"] = Vector3.new(-4.24756622, 2.91670513, -18.2566242), ["Rotation"] = Vector3.new(-1.49090793e-005, -0.000277959305, 115.442604), ["Anchored"] = true, ["CFrame"] = CFrame.new(-4.24756622, 2.91670513, -18.2566242, -0.429604679, -0.903011858, -4.85130477e-006, 0.903011858, -0.429604679, 2.60212516e-007, -2.31913441e-006, -4.26900397e-006, 1), ["CanCollide"] = false, ["Locked"] = true, ["FormFactor"] = Enum.FormFactor.Custom, ["Size"] = Vector3.new(0.532589436, 0.532306075, 0.511037409), ["BottomSurface"] = Enum.SurfaceType.Smooth, ["TopSurface"] = Enum.SurfaceType.Smooth, ["Color"] = Color3.new(1, 0, 0), }) o122 = Create("BlockMesh",{ ["Parent"] = o121, ["Scale"] = Vector3.new(0.473008722, 0.0924499035, 0.430000007), }) o123 = Create("Part",{ ["Name"] = "HandlePart", ["Parent"] = o1, ["Material"] = Enum.Material.Granite, ["BrickColor"] = BrickColor.new("Really black"), ["Position"] = Vector3.new(-6.51637459, 5.34685326, -18.2566204), ["Rotation"] = Vector3.new(-1.3257215e-005, -0.00029067311, -60.3936996), ["Anchored"] = true, ["CFrame"] = CFrame.new(-6.51637459, 5.34685326, -18.2566204, 0.494035989, 0.869437933, -5.07320283e-006, -0.869437933, 0.494035989, 2.31382046e-007, 2.70753458e-006, 4.29653028e-006, 1), ["CanCollide"] = false, ["Locked"] = true, ["FormFactor"] = Enum.FormFactor.Custom, ["Size"] = Vector3.new(0.532589436, 0.532306075, 0.511037409), ["BottomSurface"] = Enum.SurfaceType.Smooth, ["TopSurface"] = Enum.SurfaceType.Smooth, ["Color"] = Color3.new(1, 0, 0), }) o124 = Create("BlockMesh",{ ["Parent"] = o123, ["Scale"] = Vector3.new(0.920200646, 0.3504498, 0.430000007), }) o125 = Create("Part",{ ["Name"] = "HandlePart", ["Parent"] = o1, ["Material"] = Enum.Material.Granite, ["BrickColor"] = BrickColor.new("Really black"), ["Position"] = Vector3.new(-5.01716518, 1.43698597, -18.2566204), ["Rotation"] = Vector3.new(8.61454828e-005, -0.000204691198, 47.1467171), ["Anchored"] = true, ["CFrame"] = CFrame.new(-5.01716518, 1.43698597, -18.2566204, 0.680121243, -0.733095407, -3.57253521e-006, 0.733095407, 0.680121243, -1.5035223e-006, 3.5319847e-006, -1.59643741e-006, 1), ["CanCollide"] = false, ["Locked"] = true, ["FormFactor"] = Enum.FormFactor.Custom, ["Size"] = Vector3.new(0.532589436, 0.532306075, 0.511037409), ["BottomSurface"] = Enum.SurfaceType.Smooth, ["TopSurface"] = Enum.SurfaceType.Smooth, ["Color"] = Color3.new(1, 0, 0), }) o126 = Create("BlockMesh",{ ["Parent"] = o125, ["Scale"] = Vector3.new(0.892258704, 0.150500089, 0.430000007), }) o127 = Create("Part",{ ["Name"] = "HandlePart", ["Parent"] = o1, ["Material"] = Enum.Material.Granite, ["BrickColor"] = BrickColor.new("Really black"), ["Position"] = Vector3.new(-6.06634903, 5.53057146, -18.2566242), ["Rotation"] = Vector3.new(-2.92974801e-005, -0.000249303819, -95.0977859), ["Anchored"] = true, ["CFrame"] = CFrame.new(-6.06634903, 5.53057146, -18.2566242, -0.0888555944, 0.996042132, -4.35117227e-006, -0.996042132, -0.0888555944, 5.11337475e-007, 1.22700584e-007, 4.37939661e-006, 1), ["CanCollide"] = false, ["Locked"] = true, ["FormFactor"] = Enum.FormFactor.Custom, ["Size"] = Vector3.new(1.20575702, 0.532306075, 0.511037409), ["BottomSurface"] = Enum.SurfaceType.Smooth, ["TopSurface"] = Enum.SurfaceType.Smooth, ["Color"] = Color3.new(1, 0, 0), }) o128 = Create("BlockMesh",{ ["Parent"] = o127, ["Scale"] = Vector3.new(1, 0.722399414, 0.427850038), }) o129 = Create("Part",{ ["Name"] = "HandlePart", ["Parent"] = o1, ["Material"] = Enum.Material.Granite, ["BrickColor"] = BrickColor.new("Really black"), ["Position"] = Vector3.new(-4.99584341, 2.41104078, -18.2566204), ["Rotation"] = Vector3.new(-2.58035598e-005, -0.000275379483, 156.483749), ["Anchored"] = true, ["CFrame"] = CFrame.new(-4.99584341, 2.41104078, -18.2566204, -0.916943431, -0.399007708, -4.80627841e-006, 0.399007708, -0.916943431, 4.50357078e-007, -4.58679779e-006, -1.5047832e-006, 1), ["CanCollide"] = false, ["Locked"] = true, ["FormFactor"] = Enum.FormFactor.Custom, ["Size"] = Vector3.new(0.532589436, 0.532306075, 0.511037409), ["BottomSurface"] = Enum.SurfaceType.Smooth, ["TopSurface"] = Enum.SurfaceType.Smooth, ["Color"] = Color3.new(1, 0, 0), }) o130 = Create("BlockMesh",{ ["Parent"] = o129, ["Scale"] = Vector3.new(0.445059717, 0.193499863, 0.430000007), }) o131 = Create("Part",{ ["Name"] = "HandlePart", ["Parent"] = o1, ["Material"] = Enum.Material.Granite, ["BrickColor"] = BrickColor.new("Really black"), ["Position"] = Vector3.new(-5.66956043, 4.99013329, -18.2566204), ["Rotation"] = Vector3.new(-5.86073475e-005, -0.000271649566, 20.3603878), ["Anchored"] = true, ["CFrame"] = CFrame.new(-5.66956043, 4.99013329, -18.2566204, 0.937520027, -0.347922951, -4.74117905e-006, 0.347922951, 0.937520027, 1.02289118e-006, 4.08906863e-006, -2.60856655e-006, 1), ["CanCollide"] = false, ["Locked"] = true, ["FormFactor"] = Enum.FormFactor.Custom, ["Size"] = Vector3.new(0.748874128, 0.532306075, 0.511037409), ["BottomSurface"] = Enum.SurfaceType.Smooth, ["TopSurface"] = Enum.SurfaceType.Smooth, ["Color"] = Color3.new(1, 0, 0), }) o132 = Create("BlockMesh",{ ["Parent"] = o131, ["Scale"] = Vector3.new(1, 0.638549566, 0.430000007), }) o133 = Create("Part",{ ["Name"] = "HandlePart", ["Parent"] = o1, ["Material"] = Enum.Material.Granite, ["BrickColor"] = BrickColor.new("Really black"), ["Position"] = Vector3.new(-6.13557577, 7.52096748, -18.2566204), ["Rotation"] = Vector3.new(-1.9060888e-005, -0.000272913137, -89.0688248), ["Anchored"] = true, ["CFrame"] = CFrame.new(-6.13557577, 7.52096748, -18.2566204, 0.0162513293, 0.999864578, -4.76323294e-006, -0.999864578, 0.0162513293, 3.32675256e-007, 4.10051825e-007, 4.75719344e-006, 1), ["CanCollide"] = false, ["Locked"] = true, ["FormFactor"] = Enum.FormFactor.Custom, ["Size"] = Vector3.new(0.532589436, 0.532306075, 0.511037409), ["BottomSurface"] = Enum.SurfaceType.Smooth, ["TopSurface"] = Enum.SurfaceType.Smooth, ["Color"] = Color3.new(1, 0, 0), }) o134 = Create("BlockMesh",{ ["Parent"] = o133, ["Scale"] = Vector3.new(0.997600377, 0.3504498, 0.430000007), }) o135 = Create("Part",{ ["Name"] = "HandlePart", ["Parent"] = o1, ["Material"] = Enum.Material.Granite, ["BrickColor"] = BrickColor.new("Really black"), ["Position"] = Vector3.new(-6.13823175, 7.31370163, -18.2566204), ["Rotation"] = Vector3.new(-2.53922681e-005, -0.000243935152, -84.0566025), ["Anchored"] = true, ["CFrame"] = CFrame.new(-6.13823175, 7.31370163, -18.2566204, 0.103545465, 0.99462086, -4.25747157e-006, -0.99462086, 0.103545465, 4.43178692e-007, 8.81650976e-007, 4.18868876e-006, 1), ["CanCollide"] = false, ["Locked"] = true, ["FormFactor"] = Enum.FormFactor.Custom, ["Size"] = Vector3.new(0.972162426, 0.532306075, 0.511037409), ["BottomSurface"] = Enum.SurfaceType.Smooth, ["TopSurface"] = Enum.SurfaceType.Smooth, ["Color"] = Color3.new(1, 0, 0), }) o136 = Create("BlockMesh",{ ["Parent"] = o135, ["Scale"] = Vector3.new(1, 0.3504498, 0.430000007), }) o137 = Create("Part",{ ["Name"] = "HandlePart", ["Parent"] = o1, ["Material"] = Enum.Material.Granite, ["BrickColor"] = BrickColor.new("Really black"), ["Position"] = Vector3.new(-4.7082572, 2.22480059, -18.2566204), ["Rotation"] = Vector3.new(-1.41090313e-005, -0.000322552252, 116.657814), ["Anchored"] = true, ["CFrame"] = CFrame.new(-4.7082572, 2.22480059, -18.2566204, -0.44865936, -0.893698454, -5.62959895e-006, 0.893698454, -0.44865936, 2.46249044e-007, -2.74586341e-006, -4.92069194e-006, 1), ["CanCollide"] = false, ["Locked"] = true, ["FormFactor"] = Enum.FormFactor.Custom, ["Size"] = Vector3.new(0.922928393, 0.532306075, 0.511037409), ["BottomSurface"] = Enum.SurfaceType.Smooth, ["TopSurface"] = Enum.SurfaceType.Smooth, ["Color"] = Color3.new(1, 0, 0), }) o138 = Create("BlockMesh",{ ["Parent"] = o137, ["Scale"] = Vector3.new(1, 0.664349496, 0.430000007), }) o139 = Create("Part",{ ["Name"] = "HandlePart", ["Parent"] = o1, ["Material"] = Enum.Material.Granite, ["BrickColor"] = BrickColor.new("Really black"), ["Position"] = Vector3.new(-6.73474932, 9.22690487, -18.2566204), ["Rotation"] = Vector3.new(-4.69508232e-005, -0.000234807929, -70.6143723), ["Anchored"] = true, ["CFrame"] = CFrame.new(-6.73474932, 9.22690487, -18.2566204, 0.331923604, 0.943303108, -4.0981713e-006, -0.943303108, 0.331923604, 8.19446427e-007, 2.13328372e-006, 3.59382716e-006, 1), ["CanCollide"] = false, ["Locked"] = true, ["FormFactor"] = Enum.FormFactor.Custom, ["Size"] = Vector3.new(0.695055723, 0.532306075, 0.511037409), ["BottomSurface"] = Enum.SurfaceType.Smooth, ["TopSurface"] = Enum.SurfaceType.Smooth, ["Color"] = Color3.new(1, 0, 0), }) o140 = Create("BlockMesh",{ ["Parent"] = o139, ["Scale"] = Vector3.new(1, 0.264449775, 0.425699979), }) o141 = Create("Part",{ ["Name"] = "HandlePart", ["Parent"] = o1, ["Material"] = Enum.Material.Granite, ["BrickColor"] = BrickColor.new("Really black"), ["Position"] = Vector3.new(-4.27949762, 2.90627432, -18.2566242), ["Rotation"] = Vector3.new(-9.54864299e-005, -1.01955711e-005, 99.6362228), ["Anchored"] = true, ["CFrame"] = CFrame.new(-4.27949762, 2.90627432, -18.2566242, -0.167391449, -0.985886574, -1.77946276e-007, 0.985886574, -0.167391449, 1.66655263e-006, -1.6728319e-006, 1.03555067e-007, 1), ["CanCollide"] = false, ["Locked"] = true, ["FormFactor"] = Enum.FormFactor.Custom, ["Size"] = Vector3.new(0.532589436, 0.532306075, 0.511037409), ["BottomSurface"] = Enum.SurfaceType.Smooth, ["TopSurface"] = Enum.SurfaceType.Smooth, ["Color"] = Color3.new(1, 0, 0), }) o142 = Create("BlockMesh",{ ["Parent"] = o141, ["Scale"] = Vector3.new(0.473008722, 0.0924499035, 0.430000007), }) o143 = Create("Part",{ ["Name"] = "Blade", ["Parent"] = o141, ["Material"] = Enum.Material.Granite, ["BrickColor"] = BrickColor.new("White"), ["Position"] = Vector3.new(-6.19149351, 8.88925934, -18.2463951), ["Rotation"] = Vector3.new(-3.08227936e-005, -0.000307587528, -52.8536911), ["CFrame"] = CFrame.new(-6.19149351, 8.88925934, -18.2463951, 0.603850603, 0.797093749, -5.36841526e-006, -0.797093749, 0.603850603, 5.37959238e-007, 3.67054554e-006, 3.95428697e-006, 1), ["CanCollide"] = false, ["Locked"] = true, ["FormFactor"] = Enum.FormFactor.Custom, ["Size"] = Vector3.new(0.549632609, 0.532306075, 0.511037409), ["BottomSurface"] = Enum.SurfaceType.Smooth, ["TopSurface"] = Enum.SurfaceType.Smooth, ["Color"] = Color3.new(0.356863, 0.364706, 0.411765), }) o144 = Create("BlockMesh",{ ["Parent"] = o143, ["Scale"] = Vector3.new(1, 0.887949824, 0.0430000015), }) o145 = Create("Part",{ ["Name"] = "Handle", ["Parent"] = o1, ["Material"] = Enum.Material.Granite, ["BrickColor"] = BrickColor.new("Really black"), ["Transparency"] = 1, ["Position"] = Vector3.new(-5.24783897, 2.97221017, -18.1675911), ["Rotation"] = Vector3.new(179.999969, 3.0735835e-005, -179.999985), ["Anchored"] = true, ["CFrame"] = CFrame.new(-5.24783897, 2.97221017, -18.1675911, -1, 4.92276229e-007, 5.36441519e-007, 4.92275888e-007, 1, -6.05597222e-007, -5.36441803e-007, -6.05596938e-007, -1), ["CanCollide"] = false, ["Locked"] = true, ["FormFactor"] = Enum.FormFactor.Custom, ["Size"] = Vector3.new(0.478318244, 0.420426667, 2.44779921), ["Color"] = Color3.new(1, 0, 0), }) o146 = Create("BlockMesh",{ ["Parent"] = o145, ["Scale"] = Vector3.new(1, 0.379030704, 1), }) o148 = Create("Part",{ ["Name"] = "Grip", ["Parent"] = o1, ["Material"] = Enum.Material.Granite, ["BrickColor"] = BrickColor.new("Really black"), ["Position"] = Vector3.new(-5.78142691, 4.77178049, -18.259201), ["Rotation"] = Vector3.new(-4.13782072e-005, -0.000282069203, 97.9868317), ["Anchored"] = true, ["CFrame"] = CFrame.new(-5.78142691, 4.77178049, -18.259201, -0.138944983, -0.990296662, -4.92303616e-006, 0.990296662, -0.138944983, 7.22185973e-007, -1.39922622e-006, -4.77493268e-006, 1), ["CanCollide"] = false, ["Locked"] = true, ["FormFactor"] = Enum.FormFactor.Custom, ["Size"] = Vector3.new(0.532589436, 0.532306075, 0.511037409), ["BottomSurface"] = Enum.SurfaceType.Smooth, ["TopSurface"] = Enum.SurfaceType.Smooth, ["Color"] = Color3.new(1, 0, 0), }) o149 = Create("BlockMesh",{ ["Parent"] = o148, ["Scale"] = Vector3.new(0.135457203, 0.505249619, 0.44720009), }) o150 = Create("Part",{ ["Name"] = "Grip", ["Parent"] = o1, ["Material"] = Enum.Material.Granite, ["BrickColor"] = BrickColor.new("Really black"), ["Position"] = Vector3.new(-4.84140682, 2.45107365, -18.259203), ["Rotation"] = Vector3.new(-6.37329285e-005, -0.000234899402, 123.317154), ["Anchored"] = true, ["CFrame"] = CFrame.new(-4.84140682, 2.45107365, -18.259203, -0.549270511, -0.83563906, -4.09976792e-006, 0.83563906, -0.549270511, 1.11234942e-006, -3.18142247e-006, -2.81494204e-006, 1), ["CanCollide"] = false, ["Locked"] = true, ["FormFactor"] = Enum.FormFactor.Custom, ["Size"] = Vector3.new(0.532589436, 0.532306075, 0.511037409), ["BottomSurface"] = Enum.SurfaceType.Smooth, ["TopSurface"] = Enum.SurfaceType.Smooth, ["Color"] = Color3.new(1, 0, 0), }) o151 = Create("BlockMesh",{ ["Parent"] = o150, ["Scale"] = Vector3.new(0.681554615, 0.505249619, 0.44720009), }) o152 = Create("Part",{ ["Name"] = "Grip", ["Parent"] = o1, ["Material"] = Enum.Material.Granite, ["BrickColor"] = BrickColor.new("Really black"), ["Position"] = Vector3.new(-5.61629629, 4.25025845, -18.259201), ["Rotation"] = Vector3.new(-3.95997013e-005, -0.000289235992, 107.85099), ["Anchored"] = true, ["CFrame"] = CFrame.new(-5.61629629, 4.25025845, -18.259201, -0.306541383, -0.951853454, -5.04812033e-006, 0.951853454, -0.306541383, 6.91145146e-007, -2.20534594e-006, -4.59321564e-006, 1), ["CanCollide"] = false, ["Locked"] = true, ["FormFactor"] = Enum.FormFactor.Custom, ["Size"] = Vector3.new(1.11529922, 0.532306075, 0.511037409), ["BottomSurface"] = Enum.SurfaceType.Smooth, ["TopSurface"] = Enum.SurfaceType.Smooth, ["Color"] = Color3.new(1, 0, 0), }) o153 = Create("BlockMesh",{ ["Parent"] = o152, ["Scale"] = Vector3.new(1, 0.505249619, 0.44720009), }) o154 = Create("Part",{ ["Name"] = "Grip", ["Parent"] = o1, ["Material"] = Enum.Material.Granite, ["BrickColor"] = BrickColor.new("Really black"), ["Position"] = Vector3.new(-5.20090389, 3.17233729, -18.259201), ["Rotation"] = Vector3.new(-5.37495835e-005, -0.000249850971, 114.400673), ["Anchored"] = true, ["CFrame"] = CFrame.new(-5.20090389, 3.17233729, -18.259201, -0.413113564, -0.910675585, -4.36072196e-006, 0.910675585, -0.413113564, 9.38107178e-007, -2.6558032e-006, -3.5836606e-006, 1), ["CanCollide"] = false, ["Locked"] = true, ["FormFactor"] = Enum.FormFactor.Custom, ["Size"] = Vector3.new(1.32942629, 0.532306075, 0.511037409), ["BottomSurface"] = Enum.SurfaceType.Smooth, ["TopSurface"] = Enum.SurfaceType.Smooth, ["Color"] = Color3.new(1, 0, 0), }) o155 = Create("BlockMesh",{ ["Parent"] = o154, ["Scale"] = Vector3.new(1, 0.505249619, 0.44720009), }) o156 = Create("Part",{ ["Name"] = "Blade", ["Parent"] = o1, ["Material"] = Enum.Material.Granite, ["BrickColor"] = BrickColor.new("White"), ["Position"] = Vector3.new(-7.69073486, 11.9477043, -18.2463951), ["Rotation"] = Vector3.new(4.30887012e-005, -0.000384879677, -39.0433426), ["Anchored"] = true, ["CFrame"] = CFrame.new(-7.69073486, 11.9477043, -18.2463951, 0.776667356, 0.629906178, -6.71741736e-006, -0.629906178, 0.776667356, -7.52039682e-007, 4.74350782e-006, 4.81543884e-006, 1), ["CanCollide"] = false, ["Locked"] = true, ["FormFactor"] = Enum.FormFactor.Custom, ["Size"] = Vector3.new(0.919489205, 0.532306075, 0.511037409), ["BottomSurface"] = Enum.SurfaceType.Smooth, ["TopSurface"] = Enum.SurfaceType.Smooth, ["Color"] = Color3.new(0.356863, 0.364706, 0.411765), }) o157 = Create("BlockMesh",{ ["Parent"] = o156, ["Scale"] = Vector3.new(1, 0.18490009, 0.0430000015), }) o158 = Create("Part",{ ["Name"] = "Blade", ["Parent"] = o1, ["Material"] = Enum.Material.Granite, ["BrickColor"] = BrickColor.new("White"), ["Position"] = Vector3.new(-5.46184969, 5.74897623, -18.2464066), ["Rotation"] = Vector3.new(-3.76895223e-005, -7.20106182e-005, -131.917664), ["Anchored"] = true, ["CFrame"] = CFrame.new(-5.46184969, 5.74897623, -18.2464066, -0.668059945, 0.744103491, -1.25682232e-006, -0.744103491, -0.668059945, 6.57806254e-007, -3.50140454e-007, 1.3746635e-006, 1), ["CanCollide"] = false, ["Locked"] = true, ["FormFactor"] = Enum.FormFactor.Custom, ["Size"] = Vector3.new(0.587420821, 0.532306075, 0.511037409), ["BottomSurface"] = Enum.SurfaceType.Smooth, ["TopSurface"] = Enum.SurfaceType.Smooth, ["Color"] = Color3.new(0.356863, 0.364706, 0.411765), }) o159 = Create("BlockMesh",{ ["Parent"] = o158, ["Scale"] = Vector3.new(1, 0.18490009, 0.0430000015), }) o160 = Create("Part",{ ["Name"] = "Blade", ["Parent"] = o1, ["Material"] = Enum.Material.Granite, ["BrickColor"] = BrickColor.new("White"), ["Position"] = Vector3.new(-7.45641136, 11.6122313, -18.2463951), ["Rotation"] = Vector3.new(2.3937022e-005, -2.06297536e-005, -47.1883354), ["Anchored"] = true, ["CFrame"] = CFrame.new(-7.45641136, 11.6122313, -18.2463951, 0.679588735, 0.733589411, -3.60057129e-007, -0.733589411, 0.679588735, -4.1777983e-007, -6.179107e-008, 5.48037406e-007, 1), ["CanCollide"] = false, ["Locked"] = true, ["FormFactor"] = Enum.FormFactor.Custom, ["Size"] = Vector3.new(1.72103763, 0.532306075, 0.511037409), ["BottomSurface"] = Enum.SurfaceType.Smooth, ["TopSurface"] = Enum.SurfaceType.Smooth, ["Color"] = Color3.new(0.356863, 0.364706, 0.411765), }) o161 = Create("BlockMesh",{ ["Parent"] = o160, ["Scale"] = Vector3.new(1, 0.18490009, 0.0430000015), }) o162 = Create("Part",{ ["Name"] = "Blade", ["Parent"] = o1, ["Material"] = Enum.Material.Granite, ["BrickColor"] = BrickColor.new("White"), ["Position"] = Vector3.new(-7.45906544, 11.5456562, -18.2463951), ["Rotation"] = Vector3.new(6.51843175e-006, -2.77955849e-007, -56.6268044), ["Anchored"] = true, ["CFrame"] = CFrame.new(-7.45906544, 11.5456562, -18.2463951, 0.550088465, 0.835102737, -4.85124474e-009, -0.835102737, 0.550088465, -1.13768095e-007, -9.23396328e-008, 6.66150299e-008, 1), ["CanCollide"] = false, ["Locked"] = true, ["FormFactor"] = Enum.FormFactor.Custom, ["Size"] = Vector3.new(1.08438063, 0.532306075, 0.511037409), ["BottomSurface"] = Enum.SurfaceType.Smooth, ["TopSurface"] = Enum.SurfaceType.Smooth, ["Color"] = Color3.new(0.356863, 0.364706, 0.411765), }) o163 = Create("BlockMesh",{ ["Parent"] = o162, ["Scale"] = Vector3.new(1, 0.18490009, 0.0430000015), }) o164 = Create("Part",{ ["Name"] = "Blade", ["Parent"] = o1, ["Material"] = Enum.Material.Granite, ["BrickColor"] = BrickColor.new("White"), ["Position"] = Vector3.new(-6.11960268, 8.78841305, -18.2463951), ["Rotation"] = Vector3.new(-7.66472804e-005, -0.000289312098, 2.80351996), ["Anchored"] = true, ["CFrame"] = CFrame.new(-6.11960268, 8.78841305, -18.2463951, 0.998800099, -0.0489109829, -5.04944865e-006, 0.0489109829, 0.998800099, 1.33774734e-006, 4.97797328e-006, -1.58313605e-006, 1), ["CanCollide"] = false, ["Locked"] = true, ["FormFactor"] = Enum.FormFactor.Custom, ["Size"] = Vector3.new(0.57367903, 0.532306075, 0.511037409), ["BottomSurface"] = Enum.SurfaceType.Smooth, ["TopSurface"] = Enum.SurfaceType.Smooth, ["Color"] = Color3.new(0.356863, 0.364706, 0.411765), }) o165 = Create("BlockMesh",{ ["Parent"] = o164, ["Scale"] = Vector3.new(1, 0.18490009, 0.0430000015), }) o166 = Create("Part",{ ["Name"] = "Blade", ["Parent"] = o1, ["Material"] = Enum.Material.Granite, ["BrickColor"] = BrickColor.new("White"), ["Position"] = Vector3.new(-5.95716286, 8.17374039, -18.2463951), ["Rotation"] = Vector3.new(-7.45524594e-005, -0.000274456397, 24.700407), ["Anchored"] = true, ["CFrame"] = CFrame.new(-5.95716286, 8.17374039, -18.2463951, 0.908502579, -0.417872339, -4.79016762e-006, 0.417872339, 0.908502579, 1.30118588e-006, 3.80815391e-006, -3.18383104e-006, 1), ["CanCollide"] = false, ["Locked"] = true, ["FormFactor"] = Enum.FormFactor.Custom, ["Size"] = Vector3.new(0.532589436, 0.532306075, 0.511037409), ["BottomSurface"] = Enum.SurfaceType.Smooth, ["TopSurface"] = Enum.SurfaceType.Smooth, ["Color"] = Color3.new(0.356863, 0.364706, 0.411765), }) o167 = Create("BlockMesh",{ ["Parent"] = o166, ["Scale"] = Vector3.new(0.918050766, 0.18490009, 0.0430000015), }) o168 = Create("Part",{ ["Name"] = "Blade", ["Parent"] = o1, ["Material"] = Enum.Material.Granite, ["BrickColor"] = BrickColor.new("White"), ["Position"] = Vector3.new(-6.48709822, 10.3986816, -18.2463951), ["Rotation"] = Vector3.new(-3.08227936e-005, -0.000307587528, -52.8536911), ["Anchored"] = true, ["CFrame"] = CFrame.new(-6.48709822, 10.3986816, -18.2463951, 0.603850603, 0.797093749, -5.36841526e-006, -0.797093749, 0.603850603, 5.37959238e-007, 3.67054554e-006, 3.95428697e-006, 1), ["CanCollide"] = false, ["Locked"] = true, ["FormFactor"] = Enum.FormFactor.Custom, ["Size"] = Vector3.new(0.551922619, 0.532306075, 0.511037409), ["BottomSurface"] = Enum.SurfaceType.Smooth, ["TopSurface"] = Enum.SurfaceType.Smooth, ["Color"] = Color3.new(0.356863, 0.364706, 0.411765), }) o169 = Create("BlockMesh",{ ["Parent"] = o168, ["Scale"] = Vector3.new(1, 0.238650054, 0.0430000015), }) o170 = Create("Part",{ ["Name"] = "Blade", ["Parent"] = o1, ["Material"] = Enum.Material.Granite, ["BrickColor"] = BrickColor.new("White"), ["Position"] = Vector3.new(-5.41658306, 6.02593803, -18.2464066), ["Rotation"] = Vector3.new(-3.24520988e-005, 6.86574931e-005, -38.00354), ["Anchored"] = true, ["CFrame"] = CFrame.new(-5.41658306, 6.02593803, -18.2464066, 0.787970185, 0.615708232, 1.19829929e-006, -0.615708232, 0.787970185, 5.66395954e-007, -5.95498932e-007, -1.18413232e-006, 1), ["CanCollide"] = false, ["Locked"] = true, ["FormFactor"] = Enum.FormFactor.Custom, ["Size"] = Vector3.new(0.532589436, 0.532306075, 0.511037409), ["BottomSurface"] = Enum.SurfaceType.Smooth, ["TopSurface"] = Enum.SurfaceType.Smooth, ["Color"] = Color3.new(0.356863, 0.364706, 0.411765), }) o171 = Create("BlockMesh",{ ["Parent"] = o170, ["Scale"] = Vector3.new(0.728851974, 0.18490009, 0.0430000015), }) o172 = Create("Part",{ ["Name"] = "Blade", ["Parent"] = o1, ["Material"] = Enum.Material.Granite, ["BrickColor"] = BrickColor.new("White"), ["Position"] = Vector3.new(-7.16346836, 11.3381252, -18.2463951), ["Rotation"] = Vector3.new(-9.52487972e-006, -0.000331469666, -48.4264641), ["Anchored"] = true, ["CFrame"] = CFrame.new(-7.16346836, 11.3381252, -18.2463951, 0.663578808, 0.748102486, -5.78523714e-006, -0.748102486, 0.663578808, 1.66240511e-007, 3.96334599e-006, 4.21764253e-006, 1), ["CanCollide"] = false, ["Locked"] = true, ["FormFactor"] = Enum.FormFactor.Custom, ["Size"] = Vector3.new(0.767194271, 0.532306075, 0.511037409), ["BottomSurface"] = Enum.SurfaceType.Smooth, ["TopSurface"] = Enum.SurfaceType.Smooth, ["Color"] = Color3.new(0.356863, 0.364706, 0.411765), }) o173 = Create("BlockMesh",{ ["Parent"] = o172, ["Scale"] = Vector3.new(1, 0.464399874, 0.0430000015), }) o174 = Create("Part",{ ["Name"] = "Blade", ["Parent"] = o1, ["Material"] = Enum.Material.Granite, ["BrickColor"] = BrickColor.new("White"), ["Position"] = Vector3.new(-6.35661221, 9.53105354, -18.2463951), ["Rotation"] = Vector3.new(-7.66472804e-005, -0.000289312098, 2.80351996), ["Anchored"] = true, ["CFrame"] = CFrame.new(-6.35661221, 9.53105354, -18.2463951, 0.998800099, -0.0489109829, -5.04944865e-006, 0.0489109829, 0.998800099, 1.33774734e-006, 4.97797328e-006, -1.58313605e-006, 1), ["CanCollide"] = false, ["Locked"] = true, ["FormFactor"] = Enum.FormFactor.Custom, ["Size"] = Vector3.new(0.57367903, 0.532306075, 0.511037409), ["BottomSurface"] = Enum.SurfaceType.Smooth, ["TopSurface"] = Enum.SurfaceType.Smooth, ["Color"] = Color3.new(0.356863, 0.364706, 0.411765), }) o175 = Create("BlockMesh",{ ["Parent"] = o174, ["Scale"] = Vector3.new(1, 0.18490009, 0.0430000015), }) o176 = Create("Part",{ ["Name"] = "Blade", ["Parent"] = o1, ["Material"] = Enum.Material.Granite, ["BrickColor"] = BrickColor.new("White"), ["Position"] = Vector3.new(-5.70950365, 6.94670439, -18.2438793), ["Rotation"] = Vector3.new(-7.06256165e-009, 9.90094007e-010, -90.0000229), ["Anchored"] = true, ["CFrame"] = CFrame.new(-5.70950365, 6.94670439, -18.2438793, -4.47032761e-007, 0.999997556, 1.72803993e-011, -0.999997556, -4.47036911e-007, 1.23264954e-010, 1.32104105e-010, -3.00133252e-011, 1), ["CanCollide"] = false, ["Locked"] = true, ["FormFactor"] = Enum.FormFactor.Custom, ["Size"] = Vector3.new(0.743149817, 0.532306075, 0.511037409), ["BottomSurface"] = Enum.SurfaceType.Smooth, ["TopSurface"] = Enum.SurfaceType.Smooth, ["Color"] = Color3.new(0.356863, 0.364706, 0.411765), }) o177 = Create("BlockMesh",{ ["Parent"] = o176, ["Scale"] = Vector3.new(1, 0.18490009, 0.0451500006), }) o178 = Create("Part",{ ["Name"] = "Blade", ["Parent"] = o1, ["Material"] = Enum.Material.Granite, ["BrickColor"] = BrickColor.new("White"), ["Position"] = Vector3.new(-6.27936506, 9.77863503, -18.2463951), ["Rotation"] = Vector3.new(-3.08227936e-005, -0.000307587528, -52.8536911), ["Anchored"] = true, ["CFrame"] = CFrame.new(-6.27936506, 9.77863503, -18.2463951, 0.603850603, 0.797093749, -5.36841526e-006, -0.797093749, 0.603850603, 5.37959238e-007, 3.67054554e-006, 3.95428697e-006, 1), ["CanCollide"] = false, ["Locked"] = true, ["FormFactor"] = Enum.FormFactor.Custom, ["Size"] = Vector3.new(0.551922619, 0.532306075, 0.511037409), ["BottomSurface"] = Enum.SurfaceType.Smooth, ["TopSurface"] = Enum.SurfaceType.Smooth, ["Color"] = Color3.new(0.356863, 0.364706, 0.411765), }) o179 = Create("BlockMesh",{ ["Parent"] = o178, ["Scale"] = Vector3.new(1, 0.18490009, 0.0430000015), }) o180 = Create("Part",{ ["Name"] = "Blade", ["Parent"] = o1, ["Material"] = Enum.Material.Granite, ["BrickColor"] = BrickColor.new("White"), ["Position"] = Vector3.new(-6.17020369, 8.4718132, -18.2464104), ["Rotation"] = Vector3.new(4.35866532e-005, -0.000115877039, -60.7831535), ["Anchored"] = true, ["CFrame"] = CFrame.new(-6.17020369, 8.4718132, -18.2464104, 0.488114864, 0.872775972, -2.02243587e-006, -0.872775972, 0.488114864, -7.60730586e-007, 3.23237373e-007, 2.13645171e-006, 1), ["CanCollide"] = false, ["Locked"] = true, ["FormFactor"] = Enum.FormFactor.Custom, ["Size"] = Vector3.new(0.81528914, 0.532306075, 0.511037409), ["BottomSurface"] = Enum.SurfaceType.Smooth, ["TopSurface"] = Enum.SurfaceType.Smooth, ["Color"] = Color3.new(0.356863, 0.364706, 0.411765), }) o181 = Create("BlockMesh",{ ["Parent"] = o180, ["Scale"] = Vector3.new(1, 0.262300044, 0.0430000015), }) o182 = Create("Part",{ ["Name"] = "Blade", ["Parent"] = o1, ["Material"] = Enum.Material.Granite, ["BrickColor"] = BrickColor.new("White"), ["Position"] = Vector3.new(-6.20215702, 8.80418205, -18.2463951), ["Rotation"] = Vector3.new(-4.59174844e-005, -0.000285397255, -58.6825676), ["Anchored"] = true, ["CFrame"] = CFrame.new(-6.20215702, 8.80418205, -18.2463951, 0.519777536, 0.854298294, -4.98112149e-006, -0.854298294, 0.519777536, 8.01411261e-007, 3.27373937e-006, 3.83881206e-006, 1), ["CanCollide"] = false, ["Locked"] = true, ["FormFactor"] = Enum.FormFactor.Custom, ["Size"] = Vector3.new(1.30423152, 0.532306075, 0.511037409), ["BottomSurface"] = Enum.SurfaceType.Smooth, ["TopSurface"] = Enum.SurfaceType.Smooth, ["Color"] = Color3.new(0.356863, 0.364706, 0.411765), }) o183 = Create("BlockMesh",{ ["Parent"] = o182, ["Scale"] = Vector3.new(1, 0.479450107, 0.0430000015), }) o184 = Create("Part",{ ["Name"] = "Blade", ["Parent"] = o1, ["Material"] = Enum.Material.Granite, ["BrickColor"] = BrickColor.new("White"), ["Position"] = Vector3.new(-6.60957336, 10.0899639, -18.2463951), ["Rotation"] = Vector3.new(3.53122086e-005, -0.000394436909, -66.4820786), ["Anchored"] = true, ["CFrame"] = CFrame.new(-6.60957336, 10.0899639, -18.2463951, 0.399034858, 0.916932881, -6.88422278e-006, -0.916932881, 0.399034858, -6.1631431e-007, 2.18194373e-006, 6.55832082e-006, 1), ["CanCollide"] = false, ["Locked"] = true, ["FormFactor"] = Enum.FormFactor.Custom, ["Size"] = Vector3.new(1.99928784, 0.532306075, 0.511037409), ["BottomSurface"] = Enum.SurfaceType.Smooth, ["TopSurface"] = Enum.SurfaceType.Smooth, ["Color"] = Color3.new(0.356863, 0.364706, 0.411765), }) o185 = Create("BlockMesh",{ ["Parent"] = o184, ["Scale"] = Vector3.new(1, 0.679399729, 0.0430000015), }) o186 = Create("Part",{ ["Name"] = "Blade", ["Parent"] = o1, ["Material"] = Enum.Material.Granite, ["BrickColor"] = BrickColor.new("White"), ["Position"] = Vector3.new(-6.46313095, 9.87159061, -18.2463951), ["Rotation"] = Vector3.new(-7.66472804e-005, -0.000289312098, 2.80351996), ["Anchored"] = true, ["CFrame"] = CFrame.new(-6.46313095, 9.87159061, -18.2463951, 0.998800099, -0.0489109829, -5.04944865e-006, 0.0489109829, 0.998800099, 1.33774734e-006, 4.97797328e-006, -1.58313605e-006, 1), ["CanCollide"] = false, ["Locked"] = true, ["FormFactor"] = Enum.FormFactor.Custom, ["Size"] = Vector3.new(0.57367903, 0.532306075, 0.511037409), ["BottomSurface"] = Enum.SurfaceType.Smooth, ["TopSurface"] = Enum.SurfaceType.Smooth, ["Color"] = Color3.new(0.356863, 0.364706, 0.411765), }) o187 = Create("BlockMesh",{ ["Parent"] = o186, ["Scale"] = Vector3.new(1, 0.18490009, 0.0430000015), }) o188 = Create("Part",{ ["Name"] = "Blade", ["Parent"] = o1, ["Material"] = Enum.Material.Granite, ["BrickColor"] = BrickColor.new("White"), ["Position"] = Vector3.new(-5.866611, 7.49505043, -18.2438793), ["Rotation"] = Vector3.new(-2.4744711e-006, 3.34517572e-005, -88.2711563), ["Anchored"] = true, ["CFrame"] = CFrame.new(-5.866611, 7.49505043, -18.2438793, 0.0301693492, 0.999541521, 5.83843303e-007, -0.999541521, 0.0301693492, 4.31876686e-008, 2.55645887e-008, -5.8490059e-007, 1), ["CanCollide"] = false, ["Locked"] = true, ["FormFactor"] = Enum.FormFactor.Custom, ["Size"] = Vector3.new(0.642384291, 0.532306075, 0.511037409), ["BottomSurface"] = Enum.SurfaceType.Smooth, ["TopSurface"] = Enum.SurfaceType.Smooth, ["Color"] = Color3.new(0.356863, 0.364706, 0.411765), }) o189 = Create("BlockMesh",{ ["Parent"] = o188, ["Scale"] = Vector3.new(1, 0.662199855, 0.0430000015), }) o190 = Create("Part",{ ["Name"] = "Blade", ["Parent"] = o1, ["Material"] = Enum.Material.Granite, ["BrickColor"] = BrickColor.new("White"), ["Position"] = Vector3.new(-6.23411274, 9.20632648, -18.2463951), ["Rotation"] = Vector3.new(-7.66472804e-005, -0.000289312098, 2.80351996), ["Anchored"] = true, ["CFrame"] = CFrame.new(-6.23411274, 9.20632648, -18.2463951, 0.998800099, -0.0489109829, -5.04944865e-006, 0.0489109829, 0.998800099, 1.33774734e-006, 4.97797328e-006, -1.58313605e-006, 1), ["CanCollide"] = false, ["Locked"] = true, ["FormFactor"] = Enum.FormFactor.Custom, ["Size"] = Vector3.new(0.57367903, 0.532306075, 0.511037409), ["BottomSurface"] = Enum.SurfaceType.Smooth, ["TopSurface"] = Enum.SurfaceType.Smooth, ["Color"] = Color3.new(0.356863, 0.364706, 0.411765), }) o191 = Create("BlockMesh",{ ["Parent"] = o190, ["Scale"] = Vector3.new(1, 0.18490009, 0.0430000015), }) o192 = Create("Part",{ ["Name"] = "Blade", ["Parent"] = o1, ["Material"] = Enum.Material.Granite, ["BrickColor"] = BrickColor.new("White"), ["Position"] = Vector3.new(-6.15687513, 9.45651054, -18.2463951), ["Rotation"] = Vector3.new(-3.08227936e-005, -0.000307587528, -52.8536911), ["Anchored"] = true, ["CFrame"] = CFrame.new(-6.15687513, 9.45651054, -18.2463951, 0.603850603, 0.797093749, -5.36841526e-006, -0.797093749, 0.603850603, 5.37959238e-007, 3.67054554e-006, 3.95428697e-006, 1), ["CanCollide"] = false, ["Locked"] = true, ["FormFactor"] = Enum.FormFactor.Custom, ["Size"] = Vector3.new(0.54963237, 0.532306075, 0.511037409), ["BottomSurface"] = Enum.SurfaceType.Smooth, ["TopSurface"] = Enum.SurfaceType.Smooth, ["Color"] = Color3.new(0.356863, 0.364706, 0.411765), }) o193 = Create("BlockMesh",{ ["Parent"] = o192, ["Scale"] = Vector3.new(1, 0.18490009, 0.0430000015), }) o194 = Create("Part",{ ["Name"] = "Blade", ["Parent"] = o1, ["Material"] = Enum.Material.Granite, ["BrickColor"] = BrickColor.new("White"), ["Position"] = Vector3.new(-6.77734709, 10.2390118, -18.2463951), ["Rotation"] = Vector3.new(-2.20508246e-005, -0.000286915252, -74.2134094), ["Anchored"] = true, ["CFrame"] = CFrame.new(-6.77734709, 10.2390118, -18.2463951, 0.272054255, 0.962278903, -5.00761598e-006, -0.962278903, 0.272054255, 3.84859476e-007, 1.73270121e-006, 4.71402836e-006, 1), ["CanCollide"] = false, ["Locked"] = true, ["FormFactor"] = Enum.FormFactor.Custom, ["Size"] = Vector3.new(1.93859804, 0.532306075, 0.511037409), ["BottomSurface"] = Enum.SurfaceType.Smooth, ["TopSurface"] = Enum.SurfaceType.Smooth, ["Color"] = Color3.new(0.356863, 0.364706, 0.411765), }) o195 = Create("BlockMesh",{ ["Parent"] = o194, ["Scale"] = Vector3.new(1, 0.543949783, 0.0430000015), }) o196 = Create("Part",{ ["Name"] = "Blade", ["Parent"] = o1, ["Material"] = Enum.Material.Granite, ["BrickColor"] = BrickColor.new("White"), ["Position"] = Vector3.new(-7.2859602, 11.2584457, -18.2463951), ["Rotation"] = Vector3.new(-8.78999253e-006, 3.01322325e-005, -64.788681), ["Anchored"] = true, ["CFrame"] = CFrame.new(-7.2859602, 11.2584457, -18.2463951, 0.425956696, 0.904740214, 5.25906671e-007, -0.904740214, 0.425956696, 1.53414305e-007, -8.5210786e-008, -5.41178451e-007, 1), ["CanCollide"] = false, ["Locked"] = true, ["FormFactor"] = Enum.FormFactor.Custom, ["Size"] = Vector3.new(1.1920166, 0.532306075, 0.511037409), ["BottomSurface"] = Enum.SurfaceType.Smooth, ["TopSurface"] = Enum.SurfaceType.Smooth, ["Color"] = Color3.new(0.356863, 0.364706, 0.411765), }) o197 = Create("BlockMesh",{ ["Parent"] = o196, ["Scale"] = Vector3.new(1, 0.257999986, 0.0430000015), }) o198 = Create("Part",{ ["Name"] = "Blade", ["Parent"] = o1, ["Material"] = Enum.Material.Granite, ["BrickColor"] = BrickColor.new("White"), ["Position"] = Vector3.new(-6.55366421, 10.159153, -18.2463951), ["Rotation"] = Vector3.new(-7.66472804e-005, -0.000289312098, 2.80351996), ["Anchored"] = true, ["CFrame"] = CFrame.new(-6.55366421, 10.159153, -18.2463951, 0.998800099, -0.0489109829, -5.04944865e-006, 0.0489109829, 0.998800099, 1.33774734e-006, 4.97797328e-006, -1.58313605e-006, 1), ["CanCollide"] = false, ["Locked"] = true, ["FormFactor"] = Enum.FormFactor.Custom, ["Size"] = Vector3.new(0.57367903, 0.532306075, 0.511037409), ["BottomSurface"] = Enum.SurfaceType.Smooth, ["TopSurface"] = Enum.SurfaceType.Smooth, ["Color"] = Color3.new(0.356863, 0.364706, 0.411765), }) o199 = Create("BlockMesh",{ ["Parent"] = o198, ["Scale"] = Vector3.new(1, 0.18490009, 0.0430000015), }) o200 = Create("Part",{ ["Name"] = "Blade", ["Parent"] = o1, ["Material"] = Enum.Material.Granite, ["BrickColor"] = BrickColor.new("White"), ["Position"] = Vector3.new(-6.42050886, 10.0926571, -18.2463951), ["Rotation"] = Vector3.new(-3.08227936e-005, -0.000307587528, -52.8536911), ["Anchored"] = true, ["CFrame"] = CFrame.new(-6.42050886, 10.0926571, -18.2463951, 0.603850603, 0.797093749, -5.36841526e-006, -0.797093749, 0.603850603, 5.37959238e-007, 3.67054554e-006, 3.95428697e-006, 1), ["CanCollide"] = false, ["Locked"] = true, ["FormFactor"] = Enum.FormFactor.Custom, ["Size"] = Vector3.new(0.549632728, 0.532306075, 0.511037409), ["BottomSurface"] = Enum.SurfaceType.Smooth, ["TopSurface"] = Enum.SurfaceType.Smooth, ["Color"] = Color3.new(0.356863, 0.364706, 0.411765), }) o201 = Create("BlockMesh",{ ["Parent"] = o200, ["Scale"] = Vector3.new(1, 0.350449979, 0.0430000015), }) o202 = Create("Part",{ ["Name"] = "Blade", ["Parent"] = o1, ["Material"] = Enum.Material.Granite, ["BrickColor"] = BrickColor.new("White"), ["Position"] = Vector3.new(-6.06901073, 8.02995872, -18.2464066), ["Rotation"] = Vector3.new(-2.14307202e-005, 7.06352585e-005, -64.833847), ["Anchored"] = true, ["CFrame"] = CFrame.new(-6.06901073, 8.02995872, -18.2464066, 0.425243258, 0.905075252, 1.23281779e-006, -0.905075252, 0.425243258, 3.74036631e-007, -1.85712679e-007, -1.27488101e-006, 1), ["CanCollide"] = false, ["Locked"] = true, ["FormFactor"] = Enum.FormFactor.Custom, ["Size"] = Vector3.new(1.59737194, 0.532306075, 0.511037409), ["BottomSurface"] = Enum.SurfaceType.Smooth, ["TopSurface"] = Enum.SurfaceType.Smooth, ["Color"] = Color3.new(0.356863, 0.364706, 0.411765), }) o203 = Create("BlockMesh",{ ["Parent"] = o202, ["Scale"] = Vector3.new(1, 0.264450014, 0.0430000015), }) o204 = Create("Part",{ ["Name"] = "Blade", ["Parent"] = o1, ["Material"] = Enum.Material.Granite, ["BrickColor"] = BrickColor.new("White"), ["Position"] = Vector3.new(-5.56037951, 5.86038876, -18.2464066), ["Rotation"] = Vector3.new(-6.28165753e-006, 3.03041961e-005, -128.214584), ["Anchored"] = true, ["CFrame"] = CFrame.new(-5.56037951, 5.86038876, -18.2464066, -0.618606567, 0.785696805, 5.28908004e-007, -0.785696805, -0.618606567, 1.09635607e-007, 4.13348516e-007, -3.47748482e-007, 1), ["CanCollide"] = false, ["Locked"] = true, ["FormFactor"] = Enum.FormFactor.Custom, ["Size"] = Vector3.new(0.532589436, 0.532306075, 0.511037409), ["BottomSurface"] = Enum.SurfaceType.Smooth, ["TopSurface"] = Enum.SurfaceType.Smooth, ["Color"] = Color3.new(0.356863, 0.364706, 0.411765), }) o205 = Create("BlockMesh",{ ["Parent"] = o204, ["Scale"] = Vector3.new(0.817001879, 0.580499768, 0.0430000015), }) o206 = Create("Part",{ ["Name"] = "Blade", ["Parent"] = o1, ["Material"] = Enum.Material.Granite, ["BrickColor"] = BrickColor.new("White"), ["Position"] = Vector3.new(-5.67222214, 7.47343063, -18.2438736), ["Rotation"] = Vector3.new(-3.75090906e-007, -7.44864228e-005, -112.472038), ["Anchored"] = true, ["CFrame"] = CFrame.new(-5.67222214, 7.47343063, -18.2438736, -0.382231176, 0.924063087, -1.30003332e-006, -0.924063087, -0.382231176, 6.54657129e-009, -4.90850425e-007, 1.20381037e-006, 1), ["CanCollide"] = false, ["Locked"] = true, ["FormFactor"] = Enum.FormFactor.Custom, ["Size"] = Vector3.new(0.532589436, 0.532306075, 0.511037409), ["BottomSurface"] = Enum.SurfaceType.Smooth, ["TopSurface"] = Enum.SurfaceType.Smooth, ["Color"] = Color3.new(0.356863, 0.364706, 0.411765), }) o207 = Create("BlockMesh",{ ["Parent"] = o206, ["Scale"] = Vector3.new(0.915901661, 0.18490009, 0.0430000015), }) o208 = Create("Part",{ ["Name"] = "Blade", ["Parent"] = o1, ["Material"] = Enum.Material.Granite, ["BrickColor"] = BrickColor.new("White"), ["Position"] = Vector3.new(-5.71482897, 5.66125774, -18.2464066), ["Rotation"] = Vector3.new(4.0267787e-005, -0.000206005687, -55.0032425), ["Anchored"] = true, ["CFrame"] = CFrame.new(-5.71482897, 5.66125774, -18.2464066, 0.57352829, 0.819181979, -3.59547744e-006, -0.819181979, 0.57352829, -7.02805437e-007, 1.48639094e-006, 3.34842912e-006, 1), ["CanCollide"] = false, ["Locked"] = true, ["FormFactor"] = Enum.FormFactor.Custom, ["Size"] = Vector3.new(0.532589436, 0.532306075, 0.511037409), ["BottomSurface"] = Enum.SurfaceType.Smooth, ["TopSurface"] = Enum.SurfaceType.Smooth, ["Color"] = Color3.new(0.356863, 0.364706, 0.411765), }) o209 = Create("BlockMesh",{ ["Parent"] = o208, ["Scale"] = Vector3.new(0.795501888, 0.281650037, 0.0430000015), }) o210 = Create("Part",{ ["Name"] = "Blade", ["Parent"] = o1, ["Material"] = Enum.Material.Granite, ["BrickColor"] = BrickColor.new("White"), ["Position"] = Vector3.new(-6.64685202, 10.6808558, -18.2463951), ["Rotation"] = Vector3.new(-3.85626045e-005, -0.000293772348, -64.5990372), ["Anchored"] = true, ["CFrame"] = CFrame.new(-6.64685202, 10.6808558, -18.2463951, 0.428949118, 0.903325438, -5.12729457e-006, -0.903325438, 0.428949118, 6.7304444e-007, 2.80734616e-006, 4.34292042e-006, 1), ["CanCollide"] = false, ["Locked"] = true, ["FormFactor"] = Enum.FormFactor.Custom, ["Size"] = Vector3.new(0.9652915, 0.532306075, 0.511037409), ["BottomSurface"] = Enum.SurfaceType.Smooth, ["TopSurface"] = Enum.SurfaceType.Smooth, ["Color"] = Color3.new(0.356863, 0.364706, 0.411765), }) o211 = Create("BlockMesh",{ ["Parent"] = o210, ["Scale"] = Vector3.new(1, 0.18490009, 0.0430000015), }) o212 = Create("Part",{ ["Name"] = "Blade", ["Parent"] = o1, ["Material"] = Enum.Material.Granite, ["BrickColor"] = BrickColor.new("White"), ["Position"] = Vector3.new(-5.79738331, 6.49412966, -18.2438793), ["Rotation"] = Vector3.new(-2.27762484e-006, 3.56866076e-005, -82.7005234), ["Anchored"] = true, ["CFrame"] = CFrame.new(-5.79738331, 6.49412966, -18.2438793, 0.127055138, 0.991892397, 6.22848802e-007, -0.991892397, 0.127055138, 3.97520523e-008, -3.96972837e-008, -6.22871994e-007, 1), ["CanCollide"] = false, ["Locked"] = true, ["FormFactor"] = Enum.FormFactor.Custom, ["Size"] = Vector3.new(1.41416013, 0.532306075, 0.511037409), ["BottomSurface"] = Enum.SurfaceType.Smooth, ["TopSurface"] = Enum.SurfaceType.Smooth, ["Color"] = Color3.new(0.356863, 0.364706, 0.411765), }) o213 = Create("BlockMesh",{ ["Parent"] = o212, ["Scale"] = Vector3.new(1, 0.556849897, 0.0430000015), }) o214 = Create("Part",{ ["Name"] = "Blade", ["Parent"] = o1, ["Material"] = Enum.Material.Granite, ["BrickColor"] = BrickColor.new("White"), ["Position"] = Vector3.new(-5.81336641, 7.87298679, -18.2463951), ["Rotation"] = Vector3.new(2.41704911e-005, -0.000239678746, -59.2187462), ["Anchored"] = true, ["CFrame"] = CFrame.new(-5.81336641, 7.87298679, -18.2463951, 0.511760116, 0.859124482, -4.18318314e-006, -0.859124482, 0.511760116, -4.21854651e-007, 1.77837251e-006, 3.80976621e-006, 1), ["CanCollide"] = false, ["Locked"] = true, ["FormFactor"] = Enum.FormFactor.Custom, ["Size"] = Vector3.new(0.636658251, 0.532306075, 0.511037409), ["BottomSurface"] = Enum.SurfaceType.Smooth, ["TopSurface"] = Enum.SurfaceType.Smooth, ["Color"] = Color3.new(0.356863, 0.364706, 0.411765), }) o215 = Create("BlockMesh",{ ["Parent"] = o214, ["Scale"] = Vector3.new(1, 0.522449911, 0.0430000015), }) o216 = Create("Part",{ ["Name"] = "Blade", ["Parent"] = o1, ["Material"] = Enum.Material.Granite, ["BrickColor"] = BrickColor.new("White"), ["Position"] = Vector3.new(-5.5630517, 5.6296587, -18.2464066), ["Rotation"] = Vector3.new(6.33494528e-006, 3.33715325e-005, -109.685936), ["Anchored"] = true, ["CFrame"] = CFrame.new(-5.5630517, 5.6296587, -18.2464066, -0.336862981, 0.941550314, 5.82443135e-007, -0.941550314, -0.336862981, -1.10565651e-007, 9.21168066e-008, -5.85661383e-007, 1), ["CanCollide"] = false, ["Locked"] = true, ["FormFactor"] = Enum.FormFactor.Custom, ["Size"] = Vector3.new(0.532589436, 0.532306075, 0.511037409), ["BottomSurface"] = Enum.SurfaceType.Smooth, ["TopSurface"] = Enum.SurfaceType.Smooth, ["Color"] = Color3.new(0.356863, 0.364706, 0.411765), }) o217 = Create("BlockMesh",{ ["Parent"] = o216, ["Scale"] = Vector3.new(0.584802032, 0.219300076, 0.0430000015), }) o218 = Create("Part",{ ["Name"] = "Blade", ["Parent"] = o1, ["Material"] = Enum.Material.Granite, ["BrickColor"] = BrickColor.new("White"), ["Position"] = Vector3.new(-6.56963921, 9.16676331, -18.2464066), ["Rotation"] = Vector3.new(2.51315541e-005, -6.10670177e-005, -69.4353409), ["Anchored"] = true, ["CFrame"] = CFrame.new(-6.56963921, 9.16676331, -18.2464066, 0.351263136, 0.936273396, -1.06582047e-006, -0.936273396, 0.351263136, -4.38628348e-007, -3.62879291e-008, 1.1519603e-006, 1), ["CanCollide"] = false, ["Locked"] = true, ["FormFactor"] = Enum.FormFactor.Custom, ["Size"] = Vector3.new(0.85422188, 0.532306075, 0.511037409), ["BottomSurface"] = Enum.SurfaceType.Smooth, ["TopSurface"] = Enum.SurfaceType.Smooth, ["Color"] = Color3.new(0.356863, 0.364706, 0.411765), }) o219 = Create("BlockMesh",{ ["Parent"] = o218, ["Scale"] = Vector3.new(1, 0.18490009, 0.0430000015), }) o220 = Create("Part",{ ["Name"] = "Blade", ["Parent"] = o1, ["Material"] = Enum.Material.Granite, ["BrickColor"] = BrickColor.new("White"), ["Position"] = Vector3.new(-5.63229609, 6.43334818, -18.2438774), ["Rotation"] = Vector3.new(-2.01695002e-006, 1.05227446e-005, -77.5061188), ["Anchored"] = true, ["CFrame"] = CFrame.new(-5.63229609, 6.43334818, -18.2438774, 0.216334701, 0.976316333, 1.83656539e-007, -0.976316333, 0.216334701, 3.52024188e-008, -5.35544586e-009, -1.86940269e-007, 1), ["CanCollide"] = false, ["Locked"] = true, ["FormFactor"] = Enum.FormFactor.Custom, ["Size"] = Vector3.new(0.80612886, 0.532306075, 0.511037409), ["BottomSurface"] = Enum.SurfaceType.Smooth, ["TopSurface"] = Enum.SurfaceType.Smooth, ["Color"] = Color3.new(0.356863, 0.364706, 0.411765), }) o221 = Create("BlockMesh",{ ["Parent"] = o220, ["Scale"] = Vector3.new(1, 0.18490009, 0.0472999997), }) o222 = Create("StringValue",{ ["Name"] = "RunAnim", ["Parent"] = o1, }) o223 = Create("Script",{ ["Name"] = "SwordScript", ["Parent"] = o1, }) table.insert(cors,coroutine.create(function() wait() runDummyScript(function() sp = script.Parent r = game:service("RunService") debris = game:GetService("Debris") anims = {"RightSlash","LeftSlash","OverHeadSwing","LeftSwingFast","RightSwingFast"} Sounds = {{211059855, "Metal"}, {211059855, "Metal"}, {145180533, "Wood"}, {145180541, "Wood"}, {210946558, "Slash"}, {210946558, "Slash"}} WoodSounds = {} MetalSounds = {} SlashSounds = {} basedamage = 10 slashdamage = 30 swingdamage = 45 damage = basedamage sword = sp.Handle sp.Taunting.Value = false local UnsheathSound = Instance.new("Sound") UnsheathSound.SoundId = "http://www.roblox.com/Asset/?id=211059653" UnsheathSound.Parent = sword UnsheathSound.Volume = 2 for _,Sound in pairs(Sounds) do local S = Instance.new("Sound") S.SoundId = "http://www.roblox.com/Asset/?id=" .. Sound[1] S.Parent = sword S.Volume = 1 if Sound[2] == "Wood" then table.insert(WoodSounds, S) elseif Sound[2] == "Metal" then table.insert(MetalSounds, S) elseif Sound[2] == "Slash" then table.insert(SlashSounds, S) end end function waitfor(parent,name) while true do local child = parent:FindFirstChild(name) if child ~= nil then return child end wait() end end waitfor(sp,"Taunting") waitfor(sp,"RunAnim") local Halt = false; function blow(hit) if hit:findFirstChild("IsShield") then damage = 0 pcall(function() if hit.IsShield.Value == "Wood" then WoodSounds[math.random(#WoodSounds)]:Play() elseif hit.IsShield.Value == "Metal" then MetalSounds[math.random(#MetalSounds)]:Play() else WoodSounds[math.random(#WoodSounds)]:Play() end end); return end if Halt then return end; Halt = true; if hit.Parent ~= nil then local humanoid = hit.Parent:findFirstChild("Humanoid") local vCharacter = sp.Parent if vCharacter ~= nil then local vPlayer = game.Players:playerFromCharacter(vCharacter) if vPlayer ~= nil then local hum = vCharacter:findFirstChild("Humanoid") if humanoid ~= nil then if hum ~= nil and humanoid ~= hum then local right_arm = vCharacter:FindFirstChild("Right Arm") if right_arm ~= nil then local joint = right_arm:FindFirstChild("RightGrip") if joint ~= nil and (joint.Part0 == sword or joint.Part1 == sword) then tagHumanoid(humanoid,vPlayer) humanoid:TakeDamage(damage) wait(.3) end end end end end end end Halt = false; end function tagHumanoid(humanoid,player) for i,v in ipairs(humanoid:GetChildren()) do if v.Name == "creator" then v:Destroy() end end local creator_tag = Instance.new("ObjectValue") creator_tag.Value = player creator_tag.Name = "creator" creator_tag.Parent = humanoid debris:AddItem(creator_tag,1) end sp.Enabled = true function onActivated() if sp.Enabled and not sp.Taunting.Value then sp.Enabled = false local character = sp.Parent; local humanoid = character.Humanoid if humanoid == nil then print("Humanoid not found") return end SlashSounds[math.random(#SlashSounds)]:Play() newanim = anims[math.random(1,#anims)] while newanim == sp.RunAnim.Value do newanim = anims[math.random(1,#anims)] end sp.RunAnim.Value = newanim if newanim == "OverHeadSwing" then damage = swingdamage else damage = slashdamage end wait(.75) damage = basedamage sp.Enabled = true end end function onEquipped() UnsheathSound:play() end sp.Activated:connect(onActivated) sp.Equipped:connect(onEquipped) connection = sword.Touched:connect(blow) end,o223) end)) o224 = Create("BoolValue",{ ["Name"] = "Taunting", ["Parent"] = o1, }) o225 = Create("Script",{ ["Name"] = "Welding", ["Parent"] = o1, ["Disabled"] = true, }) table.insert(cors,coroutine.create(function() wait() runDummyScript(function() function Weld(x,y) local W = Instance.new("Weld") W.Part0 = x W.Part1 = y local CJ = CFrame.new(x.Position) local C0 = x.CFrame:inverse()*CJ local C1 = y.CFrame:inverse()*CJ W.C0 = C0 W.C1 = C1 W.Parent = x end function Get(A) if A.className == "Part" then Weld(script.Parent.Handle, A) A.Anchored = false else local C = A:GetChildren() for i=1, #C do Get(C[i]) end end end function Finale() Get(script.Parent) end script.Parent.Equipped:connect(Finale) script.Parent.Unequipped:connect(Finale) Finale() end,o225) end)) o226 = Create("Script",{ ["Name"] = "SwordScript", ["Parent"] = o1, ["Disabled"] = true, }) table.insert(cors,coroutine.create(function() wait() runDummyScript(function() local damage = 5 local slash_damage = 10 local lunge_damage = 30 sword = script.Parent.Handle Tool = script.Parent enabled = true connection = nil SlashSound = sword:findFirstChild("SlashSound") if SlashSound == nil then SlashSound = Instance.new("Sound") SlashSound.SoundId = "rbxasset://sounds\\swordslash.wav" SlashSound.Name = "SlashSound" SlashSound.Parent = sword SlashSound.Volume = 0 end UnsheathSound = sword:findFirstChild("UnsheathSound") if UnsheathSound == nil then UnsheathSound = Instance.new("Sound") UnsheathSound.SoundId = "rbxasset://sounds\\unsheath.wav" UnsheathSound.Name = "UnsheathSound" UnsheathSound.Parent = sword UnsheathSound.Volume = 0 end function blow(hit) if game.Players:playerFromCharacter(hit.Parent) == nil then return end local humanoid = hit.Parent:findFirstChild("Humanoid") local vCharacter = Tool.Parent local vPlayer = game.Players:playerFromCharacter(vCharacter) local hum = vCharacter:findFirstChild("Humanoid") if humanoid~=nil and humanoid ~= hum and hum ~= nil then local right_arm = vCharacter:FindFirstChild("Right Arm") if (right_arm ~= nil) then local joint = right_arm:FindFirstChild("RightGrip") if (joint ~= nil and (joint.Part0 == sword or joint.Part1 == sword)) then tagHumanoid(humanoid, vPlayer) humanoid:TakeDamage(damage) wait(1) untagHumanoid(humanoid) end end end end function tagHumanoid(humanoid, player) local creator_tag = Instance.new("ObjectValue") creator_tag.Value = player creator_tag.Name = "creator" creator_tag.Parent = humanoid end function untagHumanoid(humanoid) if humanoid ~= nil then local tag = humanoid:findFirstChild("creator") if tag ~= nil then tag.Parent = nil end end end function attack() damage = slash_damage SlashSound:play() local anim = Instance.new("StringValue") anim.Name = "toolanim" anim.Value = "Slash" anim.Parent = Tool end script.Parent.Activated:connect(function() if enabled == false then return end enabled = false local character = Tool.Parent local humanoid = character.Humanoid if humanoid == nil then return end attack() wait(0.6) enabled = true end) script.Parent.Equipped:connect(function() UnsheathSound:play() connection = sword.Touched:connect(blow) end) script.Parent.Unequipped:connect(function() if connection ~= nil then connection:disconnect() end end) end,o226) end)) o227 = Create("Animation",{ ["Name"] = "LeftSlash", ["Parent"] = o1, ["AnimationId"] = "http://www.roblox.com/Asset?ID=74894663", }) o228 = Create("Animation",{ ["Name"] = "LeftSwingFast", ["Parent"] = o1, ["AnimationId"] = "http://www.roblox.com/Asset?ID=86313418", }) o229 = Create("Animation",{ ["Name"] = "OverHeadSwing", ["Parent"] = o1, ["AnimationId"] = "http://www.roblox.com/Asset?ID=74897796", }) o230 = Create("Animation",{ ["Name"] = "RightSlash", ["Parent"] = o1, ["AnimationId"] = "http://www.roblox.com/Asset?ID=74813494", }) o231 = Create("Animation",{ ["Name"] = "RightSwingFast", ["Parent"] = o1, ["AnimationId"] = "http://www.roblox.com/Asset?ID=86313260", }) o232 = Create("Animation",{ ["Name"] = "Taunt", ["Parent"] = o1, ["AnimationId"] = "http://www.roblox.com/Asset?ID=74901237", }) mas.Parent = game.Workspace.personsadminlol mas:MakeJoints() local mas1 = mas:GetChildren() for i=1,#mas1 do mas1[i].Parent = game.Workspace.personsadminlol ypcall(function() mas1[i]:MakeJoints() end) end mas:Destroy() for i=1,#cors do coroutine.resume(cors[i]) end -----------------------------Animations-------------------------------------------- wait (.0001) local Stop = false local Player = game.Players.LocalPlayer local Character = game.Workspace:WaitForChild(Player.Name) local Torso = Character:WaitForChild("Torso") local LArm = Character:WaitForChild("Left Arm") local RArm = Character:WaitForChild("Right Arm") local Head = Character:WaitForChild("Head") local Root = Character:WaitForChild("HumanoidRootPart") local Blade = Character:WaitForChild("Blade") local Humanoid = Character:WaitForChild("Humanoid") local Mouse = Player:GetMouse() game:GetService("ContentProvider"):Preload("http://www.roblox.com/asset/?id=138210320") local rlWalking = 2 local llWalking = 2 local RLeg = Character:WaitForChild("Right Leg") local LLeg = Character:WaitForChild("Left Leg") local Run = false local Weld = Instance.new("Weld",Head) Weld.Part0 = Head Weld.Part1 = Root Weld.C0 = CFrame.new(0, -1.54274821, -0.280822754, 1, 0, 0, 0, 0.960426509, -0.278533608, 0, 0.278533608, 0.960426509) local Weld2 = Instance.new("Weld",LArm) Weld2.Part0 = LArm Weld2.Part1 = Root Weld2.C0 = CFrame.new(-1.29368019, 0.0523357391, 0.774465561, -0.802170694, 0.195306569, -0.564249694, 1.31738193e-006, 0.944992185, 0.327092975, 0.597094953, 0.26238364, -0.758045256) local Weld3 = Instance.new("Weld",RArm) Weld3.Part0 = RArm Weld3.Part1 = Root Weld3.C0 = CFrame.new(1.25311661, 0.48914361, 0.682403564, -0.782814026, -0.378779262, 0.493688703, -0.30140394, 0.924913108, 0.231714189, -0.544387698, 0.0325893946, -0.83820051) local Weld4 = Instance.new("Weld",Torso) Weld4.Part0 = Torso Weld4.Part1 = Root local llCFrames = {CFrame.new(0.499820709, 1.99999762, 0, 1, 0, 0, 0, 0.999999881, 0, 0, 0, 1), CFrame.new(0.3777771, 1.817945, 1.2434454, 0.99596554, -0.0865207091, 0.0238084774, 0.0642304793, 0.502049983, -0.862450182, 0.0626667589, 0.860499859, 0.505581737), CFrame.new(0.430587769, 2.02403927, -1.07482052, 0.995964944, -0.0795997232, 0.0414450802, 0.0226593222, 0.669905663, 0.742100477, -0.0868352801, -0.738166928, 0.669006169)} local rlCFrames = {CFrame.new(-0.500118256, 1.99999762, 0, 1, 0, 0, 0, 0.999999881, 0, 0, 0, 1), CFrame.new(-0.528465271, 1.98910999, -0.934313774, 0.993296921, 0.0685099959, -0.0931003764, 0.0159727186, 0.716350913, 0.69755733, 0.114482187, -0.694368601, 0.710454881), CFrame.new(-0.348300934, 1.91479492, 1.2644676, 0.993297696, 0.0865349397, -0.0766260773, -0.110637546, 0.51994437, -0.84700489, -0.033454217, 0.849805653, 0.526033521)} local rlWeld = Instance.new("Weld",RLeg) rlWeld.Part0 = RLeg rlWeld.Part1 = Root rlWeld.C0 = rlCFrames[1] local llWeld = Instance.new("Weld",LLeg) llWeld.Part0 = LLeg llWeld.Part1 =Root llWeld.C0 = llCFrames[1] RAc = { CFrame.new(1.25311661, 0.48914361, 0.682403564, -0.782814026, -0.378779262, 0.493688703, -0.30140394, 0.924913108, 0.231714189, -0.544387698, 0.0325893946, -0.83820051), CFrame.new(-0.889003754, -0.333919525, 0.194972992, 0.879633129, -0.145544454, 0.452838123, 0.390829593, 0.763784468, -0.513698041, -0.271104783, 0.628848314, 0.728733122) } LAc = { CFrame.new(-1.29368019, 0.0523357391, 0.774465561, -0.802170694, 0.195306569, -0.564249694, 1.31738193e-006, 0.944992185, 0.327092975, 0.597094953, 0.26238364, -0.758045256), CFrame.new(0.848748207, -0.363298416, 0.0416183472, 0.903389096, 0.352984816, -0.243495226, -0.416948736, 0.855727971, -0.306404144, 0.100209668, 0.378327161, 0.920231819) } TOc = { CFrame.new(0,0,0), CFrame.new(-0.0490722656, 0.0173854828, 0.281047821, 0.996766448, -0.0183767863, -0.0782237947, 1.15447861e-007, 0.973497391, -0.228698149, 0.0803533942, 0.227958634, 0.97034955) } HEc = { CFrame.new(0, -1.54274821, -0.280822754, 1, 0, 0, 0, 0.960426509, -0.278533608, 0, 0.278533608, 0.960426509), CFrame.new(0.0531539917, -1.42377567, 0.499313354, 0.996850014, -0.0722354427, -0.0327460803, 0.0692598671, 0.994026124, -0.0843524337, 0.038643688, 0.0818187222, 0.99589783) } RArmCS1 = { CFrame.new(-0.568590164, 1.05174446, -1.34555054, 0.206328288, 0.944725275, 0.254799813, 0.450287133, -0.322865427, 0.832465887, 0.868717551, -0.0570281781, -0.492013872), CFrame.new(-1.25535822, 1.1893425, -0.0902824402, 0.65587008, 0.738749027, -0.155191392, -0.735412776, 0.578931928, -0.352144957, -0.170301467, 0.345091045, 0.922989488) } SSKc = { -- in h,la,ll,rl,t format CFrame.new(-0.07762146, -1.49906158, -0.00110626221, 0.994343996, 0.0331935771, -0.100887999, -0.0365762971, 0.998822749, -0.0318662375, 0.0997114703, 0.0353761055, 0.994387388), CFrame.new(1.51603484, 0.388000488, -0.122495651, 0.906145513, -0.422964603, 0.00110727549, 0.344595313, 0.736726642, -0.581797123, 0.24526386, 0.52757448, 0.813333213), CFrame.new(0.164264441, 2.13229251, 0.05418396, 0.959623039, -0.281287044, 0.00117009878, 0.281286865, 0.959623754, 0.000337570935, -0.00121780881, 5.19259129e-006, 0.999999285), CFrame.new(-0.211650729, 2.17577505, 0.0549640656, 0.949677825, 0.313226283, 0.00115558505, -0.313226044, 0.94967854, -0.000385060906, -0.0012180456, 3.72447585e-006, 0.999999285) , CFrame.new(-0.0282168388, -0.00298690796, 0.0516624451, 0.992815495, 0.0502131581, -0.108609572, -0.0589860082, 0.995117724, -0.0791294873, 0.104105964, 0.084967427, 0.99093014) } gCl = { CFrame.new(-1.42819834, 0.94068718, -0.60292244, -0.783107698, 0.410705924, -0.466972202, -0.605455756, -0.674981058, 0.421691746, -0.142006069, 0.612961113, 0.77724719), CFrame.new(-1.21709204, 0.560560226, -0.324272156, -0.781040668, -0.0592387654, -0.621664226, -0.618253827, -0.0668737292, 0.783128381, -0.0879645646, 0.996001363, 0.0156065086) } gCR = { CFrame.new(1.69743156, 0.792310715, -0.557952881, -0.749123573, -0.554251373, 0.362793893, 0.659650862, -0.57403928, 0.48511833, -0.0606195256, 0.602730811, 0.79563868), CFrame.new(1.37824631, 0.493350983, -0.283281565, -0.758654833, -0.0283798836, 0.650874317, 0.651460528, -0.023102859, 0.758330762, -0.00648428034, 0.999330282, 0.0360154696) } gC = { CFrame.new(-0.0219349861, -1.472, -0.32437706, 0.989246011, 5.19584573e-005, 0.146261871, 0.0172086023, 0.993013084, -0.116743594, -0.145245984, 0.118005089, 0.982333243), CFrame.new(0.329336643, 2.09089994, 0.226784706, 0.980042398, -0.191909343, -0.0518444069, 0.189354777, 0.980614126, -0.0504065976, 0.0605128407, 0.0395836122, 0.997382224), CFrame.new(-0.242104053, 2.06919265, 0.263904572, 0.970639348, 0.193038523, 0.143510982, -0.170925736, 0.973308504, -0.153150558, -0.169244394, 0.124124244, 0.977726698), CFrame.new(-0.00877523422, -0.00497293472, -0.0591459274, 0.98924619, 5.20089961e-005, 0.146260127, -0.0123065943, 0.996483326, 0.0828826427, -0.145741478, -0.0837913007, 0.98576802) } local RATarget = CFrame.new(1.25311661, 0.48914361, 0.682403564, -0.782814026, -0.378779262, 0.493688703, -0.30140394, 0.924913108, 0.231714189, -0.544387698, 0.0325893946, -0.83820051) local LATarget = CFrame.new(-1.29368019, 0.0523357391, 0.774465561, -0.802170694, 0.195306569, -0.564249694, 1.31738193e-006, 0.944992185, 0.327092975, 0.597094953, 0.26238364, -0.758045256) local ToTarget = CFrame.new(0,0,0) local HeadTarget = CFrame.new(0, -1.54274821, -0.280822754, 1, 0, 0, 0, 0.960426509, -0.278533608, 0, 0.278533608, 0.960426509) local RLTarget = rlCFrames[1] local LLTarget = llCFrames[1] local RAS = 0.15 local LAS = 0.15 local TS = 0.15 local HS = 0.15 local RLS = 0.15 local LLS = 0.15 function Sound(id,pitch,vol) local Sound = Instance.new("Sound",Blade.Handle) Sound.SoundId = "http://www.roblox.com/asset/?id="..id Sound.Pitch = pitch Sound.Volume = vol Sound:Play() Sound:Destroy() end game:GetService('RunService').RenderStepped:connect(function() if Humanoid.PlatformStand == true then Humanoid.PlatformStand = false Humanoid.Jump = true elseif Humanoid.Sit == true then Humanoid.Jump = true end if not Stop then if Blade.Parent == Character then RATarget = RAc[1] LATarget = LAc[1] ToTarget = TOc[1] HeadTarget = HEc[1] else RATarget = RAc[2] LATarget = LAc[2] ToTarget = TOc[2] HeadTarget = HEc[2] end Weld3.C0 = Weld3.C0:lerp(RATarget,0.15) Weld2.C0 = Weld2.C0:lerp(LATarget,0.15) Weld.C0 = Weld.C0:lerp(HeadTarget,0.15) Weld4.C0 = Weld4.C0:lerp(ToTarget,0.15) if Run then rlWeld.C0 = rlWeld.C0:lerp(rlCFrames[rlWalking],0.15) llWeld.C0 = llWeld.C0:lerp(llCFrames[llWalking],0.15) else rlWeld.C0 = rlWeld.C0:lerp(rlCFrames[1],0.15) llWeld.C0 = llWeld.C0:lerp(llCFrames[1],0.15) end else Weld3.C0 = Weld3.C0:lerp(RATarget,RAS) Weld2.C0 = Weld2.C0:lerp(LATarget,LAS) Weld.C0 = Weld.C0:lerp(HeadTarget,HS) Weld4.C0 = Weld4.C0:lerp(ToTarget,TS) rlWeld.C0 = rlWeld.C0:lerp(RLTarget,RLS) llWeld.C0 = llWeld.C0:lerp(LLTarget,LLS) end end) Humanoid.Running:connect(function(speed) if speed > 0 then Run = true else Run = false end end) Mouse.Button1Down:connect(function() if Blade.Parent == Character and Stop == false then Stop = true Humanoid.WalkSpeed = 0.5 RATarget = RArmCS1[1] HeadTarget = SSKc[1] LATarget = SSKc[2] LLTarget = SSKc[3] RLTarget = SSKc[4] ToTarget = SSKc[5] wait(0.5) RAS = 0.4 -- in h,la,ll,rl,t format RATarget = RArmCS1[2] wait(1) Humanoid.WalkSpeed = 16 RAS = 0.15 Stop = false else end end) Mouse.KeyDown:connect(function(Key) if Key == "r"and Stop == false then Stop = true Humanoid.WalkSpeed = 0 RATarget = gCR[1] HeadTarget = gC[1] LATarget = gCl[1] LLTarget = gC[2] RLTarget = gC[3] ToTarget = gC[4] wait(1) RAS = 0.6 LAS = 0.6 LATarget = gCl[2] RATarget = gCR[2] local XP1 = Instance.new("Part") XP1.FormFactor = "Custom" XP1.Size = Vector3.new(20,20,20) XP1.Transparency = 0.45 XP1.CanCollide = false XP1.Anchored = true XP1.CFrame = Root.CFrame * CFrame.new(0,-2,-2) XP1.Parent = workspace XP1.Shape = "Ball" XP1.Material = "Neon" XP1.Color = Color3.new(0,0,0) local XP2 = XP1:Clone() local XP2M = Instance.new("SpecialMesh",XP1) XP2M.MeshId = "http://www.roblox.com/asset/?id=20329976" XP2M.Scale = Vector3.new(15,15,15) XP2.Parent = workspace XP2.CFrame = Root.CFrame * CFrame.new(0,-2,0) for i,v in pairs(game.Players:GetChildren()) do local Human = v.Character:FindFirstChild("Humanoid") local OTorso = v.Character:FindFirstChild("Torso") if Human and OTorso and v ~= Player then local Mag = (Torso.Position - OTorso.Position).Magnitude if Mag <= 25 then Human.PlatformStand = true Human.Health = Human.Health - math.random(30,55) OTorso.Velocity = Vector3.new(math.random(-150,150),math.random(-150,150),math.random(-150,150)) end end end Sound(138210320,1,1) for i = 0.45,1.1,0.005 do XP1.Transparency = i XP2.Transparency = i game:GetService("RunService").RenderStepped:wait() end XP1:Destroy() XP2:Destroy() wait(1) Humanoid.WalkSpeed = 16 RAS = 0.15 LAS = 0.15 Stop = false end end) while wait(0.3) do if rlWalking == 1 then rlWalking = 2 llWalking = 2 elseif rlWalking == 3 then rlWalking = 2 llWalking = 2 elseif rlWalking == 2 then rlWalking = 3 llWalking = 3 end end
Optional Paste Settings
Category:
None
Cryptocurrency
Cybersecurity
Fixit
Food
Gaming
Haiku
Help
History
Housing
Jokes
Legal
Money
Movies
Music
Pets
Photo
Science
Software
Source Code
Spirit
Sports
Travel
TV
Writing
Tags:
Syntax Highlighting:
None
Bash
C
C#
C++
CSS
HTML
JSON
Java
JavaScript
Lua
Markdown (PRO members only)
Objective C
PHP
Perl
Python
Ruby
Swift
4CS
6502 ACME Cross Assembler
6502 Kick Assembler
6502 TASM/64TASS
ABAP
AIMMS
ALGOL 68
APT Sources
ARM
ASM (NASM)
ASP
ActionScript
ActionScript 3
Ada
Apache Log
AppleScript
Arduino
Asymptote
AutoIt
Autohotkey
Avisynth
Awk
BASCOM AVR
BNF
BOO
Bash
Basic4GL
Batch
BibTeX
Blitz Basic
Blitz3D
BlitzMax
BrainFuck
C
C (WinAPI)
C Intermediate Language
C for Macs
C#
C++
C++ (WinAPI)
C++ (with Qt extensions)
C: Loadrunner
CAD DCL
CAD Lisp
CFDG
CMake
COBOL
CSS
Ceylon
ChaiScript
Chapel
Clojure
Clone C
Clone C++
CoffeeScript
ColdFusion
Cuesheet
D
DCL
DCPU-16
DCS
DIV
DOT
Dart
Delphi
Delphi Prism (Oxygene)
Diff
E
ECMAScript
EPC
Easytrieve
Eiffel
Email
Erlang
Euphoria
F#
FO Language
Falcon
Filemaker
Formula One
Fortran
FreeBasic
FreeSWITCH
GAMBAS
GDB
GDScript
Game Maker
Genero
Genie
GetText
Go
Godot GLSL
Groovy
GwBasic
HQ9 Plus
HTML
HTML 5
Haskell
Haxe
HicEst
IDL
INI file
INTERCAL
IO
ISPF Panel Definition
Icon
Inno Script
J
JCL
JSON
Java
Java 5
JavaScript
Julia
KSP (Kontakt Script)
KiXtart
Kotlin
LDIF
LLVM
LOL Code
LScript
Latex
Liberty BASIC
Linden Scripting
Lisp
Loco Basic
Logtalk
Lotus Formulas
Lotus Script
Lua
M68000 Assembler
MIX Assembler
MK-61/52
MPASM
MXML
MagikSF
Make
MapBasic
Markdown (PRO members only)
MatLab
Mercury
MetaPost
Modula 2
Modula 3
Motorola 68000 HiSoft Dev
MySQL
Nagios
NetRexx
Nginx
Nim
NullSoft Installer
OCaml
OCaml Brief
Oberon 2
Objeck Programming Langua
Objective C
Octave
Open Object Rexx
OpenBSD PACKET FILTER
OpenGL Shading
Openoffice BASIC
Oracle 11
Oracle 8
Oz
PARI/GP
PCRE
PHP
PHP Brief
PL/I
PL/SQL
POV-Ray
ParaSail
Pascal
Pawn
Per
Perl
Perl 6
Phix
Pic 16
Pike
Pixel Bender
PostScript
PostgreSQL
PowerBuilder
PowerShell
ProFTPd
Progress
Prolog
Properties
ProvideX
Puppet
PureBasic
PyCon
Python
Python for S60
QBasic
QML
R
RBScript
REBOL
REG
RPM Spec
Racket
Rails
Rexx
Robots
Roff Manpage
Ruby
Ruby Gnuplot
Rust
SAS
SCL
SPARK
SPARQL
SQF
SQL
SSH Config
Scala
Scheme
Scilab
SdlBasic
Smalltalk
Smarty
StandardML
StoneScript
SuperCollider
Swift
SystemVerilog
T-SQL
TCL
TeXgraph
Tera Term
TypeScript
TypoScript
UPC
Unicon
UnrealScript
Urbi
VB.NET
VBScript
VHDL
VIM
Vala
Vedit
VeriLog
Visual Pro Log
VisualBasic
VisualFoxPro
WHOIS
WhiteSpace
Winbatch
XBasic
XML
XPP
Xojo
Xorg Config
YAML
YARA
Z80 Assembler
ZXBasic
autoconf
jQuery
mIRC
newLISP
q/kdb+
thinBasic
Paste Expiration:
Never
Burn after read
10 Minutes
1 Hour
1 Day
1 Week
2 Weeks
1 Month
6 Months
1 Year
Paste Exposure:
Public
Unlisted
Private
Folder:
(members only)
Password
NEW
Enabled
Disabled
Burn after read
NEW
Paste Name / Title:
Create New Paste
Hello
Guest
Sign Up
or
Login
Sign in with Facebook
Sign in with Twitter
Sign in with Google
You are currently not logged in, this means you can not edit or delete anything you paste.
Sign Up
or
Login
Public Pastes
Decentralized Moneys
34 min ago | 0.42 KB
120 million in 5 years
1 hour ago | 0.12 KB
December smells like money
1 hour ago | 0.07 KB
Crypto Liquidity Pools
1 hour ago | 0.47 KB
Trustless Finance
1 hour ago | 0.51 KB
The Lunar Kitsune - Yohana Tsukiko
3 hours ago | 21.38 KB
Crypto profits are insane
3 hours ago | 0.12 KB
Decentralized Money
3 hours ago | 0.42 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!