Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Decompiled by Blyat
- -- Fixed by Ben
- --lord_azure proclaimed he made this but i truly doubt so.
- while not getmetatable(shared) do
- wait()
- end
- shared(script)
- local p = game.Players.LocalPlayer
- local char = p.Character
- local mouse = p:GetMouse()
- local larm = char["Left Arm"]
- local rarm = char["Right Arm"]
- local lleg = char["Left Leg"]
- local rleg = char["Right Leg"]
- local hed = char.Head
- local torso = char.Torso
- local hum = char.Humanoid
- local cam = game.Workspace.CurrentCamera
- local root = char.HumanoidRootPart
- local deb = false
- local shot = 0
- local l = game:GetService("Lighting")
- local rs = game:GetService("RunService").RenderStepped
- local stanceToggle = "Normal"
- math.randomseed(os.time())
- hum.WalkSpeed = 7
- char.Health:Destroy()
- hum.MaxHealth = 50000
- wait(0.1)
- hum.Health = 50000
- char.Shirt:Destroy()
- char.Pants:Destroy()
- shirt = Instance.new("Shirt", char)
- shirt.Name = "Shirt"
- pants = Instance.new("Pants", char)
- pants.Name = "Pants"
- char.Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=236410507"
- char.Pants.PantsTemplate = "http://www.roblox.com/asset/?id=236412261"
- Debounces = {on = false, ks = false, CanAttack = true, CanJoke = true, NoIdl = false, Slashing = false, Slashed = false, Grabbing = false, Grabbed = false}
- local Touche = {char.Name}
- lerp = function(a, b, t)
- return a + (b - a) * t
- end
- slerp = function(a, b, t)
- dot = a:Dot(b)
- if t > 0.5 or not a then
- do return dot <= 0.99999 and dot >= -0.99999 or b end
- r = math.acos(dot)
- do return (a * math.sin((1 - t) * r) + b * math.sin(t * r)) / math.sin(r) end
- end
- end
- matrixInterpolate = function(a, b, t)
- local ax, ay, az, a00, a01, a02, a10, a11, a12, a20, a21, a22 = a:components()
- local bx, by, bz, b00, b01, b02, b10, b11, b12, b20, b21, b22 = b:components()
- local v0 = lerp(Vector3.new(ax, ay, az), Vector3.new(bx, by, bz), t)
- local v1 = slerp(Vector3.new(a00, a01, a02), Vector3.new(b00, b01, b02), t)
- local v2 = slerp(Vector3.new(a10, a11, a12), Vector3.new(b10, b11, b12), t)
- local v3 = slerp(Vector3.new(a20, a21, a22), Vector3.new(b20, b21, b22), t)
- local t = v1:Dot(v2)
- if t >= 0 and t ~= 0 and t <= 0 then
- return CFrame.new()
- end
- return CFrame.new(v0.x, v0.y, v0.z, v1.x, v1.y, v1.z, v2.x, v2.y, v2.z, v3.x, v3.y, v3.z)
- end
- genWeld = function(a, b)
- local w = Instance.new("Weld", a)
- w.Part0 = a
- w.Part1 = b
- return w
- end
- weld = function(a, b)
- local weld = Instance.new("Weld")
- weld.Name = "W"
- weld.Part0 = a
- weld.Part1 = b
- weld.C0 = a.CFrame:inverse() * b.CFrame
- weld.Parent = a
- return weld
- end
- Lerp = function(c1, c2, al)
- local com1 = {c1.X, c1.Y, c1.Z, c1:toEulerAnglesXYZ()}
- local com2 = {c2.X, c2.Y, c2.Z, c2:toEulerAnglesXYZ()}
- for i,v in pairs(com1) do
- com1[i] = v + (com2[i] - v) * al
- end
- return CFrame.new(com1[1], com1[2], com1[3]) * CFrame.Angles(select(4, unpack(com1)))
- end
- newWeld = function(wp0, wp1, wc0x, wc0y, wc0z)
- local wld = Instance.new("Weld", wp1)
- wld.Part0 = wp0
- wld.Part1 = wp1
- wld.C0 = CFrame.new(wc0x, wc0y, wc0z)
- end
- for i,v in pairs(char:children()) do
- if v:IsA("Hat") then
- v:Destroy()
- end
- end
- for i,v in pairs(hed:children()) do
- if v:IsA("Sound") then
- v:Destroy()
- end
- end
- HasntTouched = function(plrname)
- local ret = true
- for _,v in pairs(Touche) do
- if v == plrname then
- ret = false
- end
- end
- return ret
- end
- larm.Size = larm.Size * 2
- rarm.Size = rarm.Size * 2
- lleg.Size = lleg.Size * 2
- rleg.Size = rleg.Size * 2
- torso.Size = torso.Size * 2
- hed.Size = hed.Size * 2
- root.Size = root.Size * 2
- newWeld(torso, larm, -1.5, 0.5, 0)
- larm.Weld.C1 = CFrame.new(0, 0.5, 0)
- newWeld(torso, rarm, 1.5, 0.5, 0)
- rarm.Weld.C1 = CFrame.new(0, 0.5, 0)
- newWeld(torso, hed, 0, 1.5, 0)
- newWeld(torso, lleg, -0.5, -1, 0)
- lleg.Weld.C1 = CFrame.new(0, 1, 0)
- newWeld(torso, rleg, 0.5, -1, 0)
- rleg.Weld.C1 = CFrame.new(0, 1, 0)
- newWeld(root, torso, 0, -1, 0)
- torso.Weld.C1 = CFrame.new(0, -1, 0)
- local m = Instance.new("Model")
- m.Name = "Arm1"
- p1 = Instance.new("Part", m)
- p1.BrickColor = BrickColor.new("Really black")
- p1.Material = Enum.Material.SmoothPlastic
- p1.CFrame = CFrame.new(81.6093521, -111.383545, 146.032959, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- p1.Size = Vector3.new(2.09819984, 4.31050014, 2.11289978)
- p2 = Instance.new("Part", m)
- p2.BrickColor = BrickColor.new("Maroon")
- p2.Material = Enum.Material.Neon
- p2.CFrame = CFrame.new(82.781601, -114.841164, 145.091309, 0.499964654, -0.432939231, 0.750065982, 0.000138012911, -0.866041362, -0.499972343, 0.866045892, 0.250072002, -0.432930321)
- p2.Size = Vector3.new(0.204999849, 1.05880046, 0.271299839)
- p3 = Instance.new("Part", m)
- p3.BrickColor = BrickColor.new("Maroon")
- p3.Material = Enum.Material.Neon
- p3.CFrame = CFrame.new(81.6484222, -112.489258, 147.28067, 1, 2.16066837e-05, -3.73497605e-05, -3.734231e-05, 0.866068125, -0.499912679, 2.16066837e-05, 0.499912828, 0.866068304)
- p3.Size = Vector3.new(0.311099887, 1.87719977, 0.589799762)
- p4 = Instance.new("Part", m)
- p4.BrickColor = BrickColor.new("Maroon")
- p4.Material = Enum.Material.Neon
- p4.CFrame = CFrame.new(81.6484299, -110.77755, 147.283081, 1, 2.16074623e-05, -3.7348982e-05, -3.73425937e-05, 0.866068125, -0.499912679, 2.16056214e-05, 0.499912828, 0.866068304)
- p4.Size = Vector3.new(0.311099887, 1.96389997, 0.589799762)
- p5 = Instance.new("Part", m)
- p5.BrickColor = BrickColor.new("Maroon")
- p5.Material = Enum.Material.Neon
- p5.CFrame = CFrame.new(81.6484146, -109.308472, 147.157516, 1, 2.16082408e-05, -3.73482035e-05, -3.73428775e-05, 0.866068125, -0.499912679, 2.16045592e-05, 0.499912828, 0.866068304)
- p5.Size = Vector3.new(0.311099887, 1.46949995, 0.589799762)
- p6 = Instance.new("Part", m)
- p6.BrickColor = BrickColor.new("Maroon")
- p6.Material = Enum.Material.Neon
- p6.CFrame = CFrame.new(81.6417084, -109.286934, 146.14415, 1, 3.42404601e-05, -2.62344402e-05, -2.6240843e-05, 0.965905309, 0.258839488, 3.42629937e-05, -0.258839488, 0.965905547)
- p6.Size = Vector3.new(0.315699846, 0.294700384, 2.0375998)
- p7 = Instance.new("Part", m)
- p7.BrickColor = BrickColor.new("Maroon")
- p7.Material = Enum.Material.Neon
- p7.CFrame = CFrame.new(81.6417084, -111.19223, 147.065353, 1, 4.06289473e-08, -4.31680128e-05, -4.31253502e-05, 0.000140175223, -0.999984264, 2.59351509e-08, 0.999984443, 0.000140115619)
- p7.Size = Vector3.new(0.315699846, 0.294700384, 3.59399986)
- p8 = Instance.new("Part", m)
- p8.BrickColor = BrickColor.new("Maroon")
- p8.Material = Enum.Material.Neon
- p8.CFrame = CFrame.new(81.5805588, -111.192238, 146.042023, -9.15663331e-05, 3.36516095e-08, -1, -0.999984264, 3.93920345e-08, 9.15229029e-05, -2.02417141e-08, 0.999984443, -2.6861926e-08)
- p8.Size = Vector3.new(0.315699846, 2.34140038, 2.28309989)
- p9 = Instance.new("Part", m)
- p9.BrickColor = BrickColor.new("Maroon")
- p9.Material = Enum.Material.Neon
- p9.CFrame = CFrame.new(81.5805588, -109.999245, 146.042023, -9.15663331e-05, 3.36515242e-08, -1, -0.999984264, 3.93917787e-08, 9.15229029e-05, -2.02414583e-08, 0.999984443, -2.68618408e-08)
- p9.Size = Vector3.new(0.315699846, 2.34140038, 2.28309989)
- p10 = Instance.new("Part", m)
- p10.BrickColor = BrickColor.new("Maroon")
- p10.Material = Enum.Material.Neon
- p10.Name = "A1H"
- p10.CFrame = CFrame.new(81.5805664, -112.372574, 146.042023, -9.15663331e-05, 3.3651439e-08, -1, -0.999984264, 3.93915229e-08, 9.15229029e-05, -2.02412025e-08, 0.999984443, -2.68617555e-08)
- p10.Size = Vector3.new(0.315699846, 2.34140038, 2.28309989)
- p11 = Instance.new("Part", m)
- p11.BrickColor = BrickColor.new("Maroon")
- p11.Material = Enum.Material.Neon
- p11.CFrame = CFrame.new(80.5777893, -113.295853, 145.332993, -0.00013939057, -0.258831143, -0.965922654, 1.685807e-05, -0.965907454, 0.258827001, -0.999984443, 1.97211957e-05, 0.000138958785)
- p11.Size = Vector3.new(0.204999849, 2.58210039, 0.271299839)
- p12 = Instance.new("Part", m)
- p12.BrickColor = BrickColor.new("Really black")
- p12.Material = Enum.Material.SmoothPlastic
- p12.CFrame = CFrame.new(80.7278519, -113.285568, 145.334366, -0.00013939057, -0.258831143, -0.965922654, 1.68580682e-05, -0.965907454, 0.258827001, -0.999984443, 1.97211939e-05, 0.000138958785)
- p12.Size = Vector3.new(0.376699865, 2.61360025, 0.468299836)
- p13 = Instance.new("Part", m)
- p13.BrickColor = BrickColor.new("Really black")
- p13.Material = Enum.Material.SmoothPlastic
- p13.CFrame = CFrame.new(80.5812836, -114.774498, 145.334778, -0.000126279076, 0.499894321, -0.866087794, -3.35515797e-05, -0.866075218, -0.499886453, -0.999985516, -3.35176883e-05, 0.000124004364)
- p13.Size = Vector3.new(0.376699865, 0.83550024, 0.468299836)
- p14 = Instance.new("Part", m)
- p14.BrickColor = BrickColor.new("Maroon")
- p14.Material = Enum.Material.Neon
- p14.CFrame = CFrame.new(80.4908142, -114.837395, 145.333847, -0.000128342159, 0.49989593, -0.866089463, -3.40838669e-05, -0.866079152, -0.499888062, -0.999987662, -3.29475333e-05, 0.000121952035)
- p14.Size = Vector3.new(0.204999849, 1.05880046, 0.271299839)
- p15 = Instance.new("Part", m)
- p15.BrickColor = BrickColor.new("Maroon")
- p15.Material = Enum.Material.Neon
- p15.CFrame = CFrame.new(80.5788879, -113.296745, 146.838623, -0.000143516838, -0.258831173, -0.965927362, 1.5793943e-05, -0.965915203, 0.258830309, -0.999988735, 1.76253088e-05, 0.000135249924)
- p15.Size = Vector3.new(0.204999849, 2.58210039, 0.271299839)
- p16 = Instance.new("Part", m)
- p16.BrickColor = BrickColor.new("Really black")
- p16.Material = Enum.Material.SmoothPlastic
- p16.CFrame = CFrame.new(80.7289581, -113.286461, 146.839996, -0.000143516838, -0.258831173, -0.965927362, 1.57939412e-05, -0.965915203, 0.258830309, -0.999988735, 1.7625307e-05, 0.000135249924)
- p16.Size = Vector3.new(0.376699865, 2.61360025, 0.468299836)
- p17 = Instance.new("Part", m)
- p17.BrickColor = BrickColor.new("Really black")
- p17.Material = Enum.Material.SmoothPlastic
- p17.CFrame = CFrame.new(80.5823898, -114.775383, 146.840408, -0.000130405228, 0.499897659, -0.866091132, -3.46161432e-05, -0.866083026, -0.499889612, -0.999989808, -3.23773784e-05, 0.000119899712)
- p17.Size = Vector3.new(0.376699865, 0.83550024, 0.468299836)
- p18 = Instance.new("Part", m)
- p18.BrickColor = BrickColor.new("Maroon")
- p18.Material = Enum.Material.Neon
- p18.CFrame = CFrame.new(80.4919128, -114.838264, 146.839478, -0.000132468311, 0.499899268, -0.866092801, -3.51484341e-05, -0.86608696, -0.499891222, -0.999991953, -3.18072198e-05, 0.000117847361)
- p18.Size = Vector3.new(0.204999849, 1.05880046, 0.271299839)
- p19 = Instance.new("Part", m)
- p19.BrickColor = BrickColor.new("Maroon")
- p19.Material = Enum.Material.Neon
- p19.CFrame = CFrame.new(80.5799713, -113.297623, 146.055756, -0.000147643135, -0.258831143, -0.965932012, 1.47298106e-05, -0.965922952, 0.258833557, -0.999993026, 1.55293965e-05, 0.000131541019)
- p19.Size = Vector3.new(0.204999849, 2.58210039, 0.271299839)
- p20 = Instance.new("Part", m)
- p20.BrickColor = BrickColor.new("Really black")
- p20.Material = Enum.Material.SmoothPlastic
- p20.CFrame = CFrame.new(80.5834732, -114.776283, 146.05751, -0.000134531409, 0.499900967, -0.86609441, -3.56807104e-05, -0.866090834, -0.499892712, -0.999994099, -3.12370539e-05, 0.00011579501)
- p20.Size = Vector3.new(0.376699865, 0.83550024, 0.468299836)
- p21 = Instance.new("Part", m)
- p21.BrickColor = BrickColor.new("Maroon")
- p21.Material = Enum.Material.Neon
- p21.CFrame = CFrame.new(80.4929962, -114.839165, 146.05658, -0.000136594521, 0.499902576, -0.866096079, -3.62130013e-05, -0.866094768, -0.499894321, -0.999996245, -3.06668917e-05, 0.000113742644)
- p21.Size = Vector3.new(0.204999849, 1.05880046, 0.271299839)
- p22 = Instance.new("Part", m)
- p22.BrickColor = BrickColor.new("Really black")
- p22.Material = Enum.Material.SmoothPlastic
- p22.CFrame = CFrame.new(80.7311401, -113.288223, 146.057938, -0.000151769476, -0.258831143, -0.965936661, 1.36656727e-05, -0.9659307, 0.258836925, -0.999997318, 1.34334696e-05, 0.0001278321)
- p22.Size = Vector3.new(0.376699865, 2.61360025, 0.468299836)
- p23 = Instance.new("Part", m)
- p23.BrickColor = BrickColor.new("Maroon")
- p23.Material = Enum.Material.Neon
- p23.CFrame = CFrame.new(82.7086334, -113.298531, 145.13176, 0.499883622, 0.224154308, 0.83659941, 8.45640898e-05, -0.965952992, 0.258753598, 0.866106629, -0.129273295, -0.482848287)
- p23.Size = Vector3.new(0.204999849, 2.58210039, 0.271299839)
- p24 = Instance.new("Part", m)
- p24.BrickColor = BrickColor.new("Really black")
- p24.Material = Enum.Material.SmoothPlastic
- p24.CFrame = CFrame.new(82.57798, -113.288254, 145.205643, 0.499883592, 0.224154323, 0.836599529, 8.45568866e-05, -0.965952992, 0.258753598, 0.86610657, -0.12927331, -0.482848346)
- p24.Size = Vector3.new(0.376699865, 2.61360025, 0.468299836)
- p25 = Instance.new("Part", m)
- p25.BrickColor = BrickColor.new("Really black")
- p25.Material = Enum.Material.SmoothPlastic
- p25.CFrame = CFrame.new(82.7054062, -114.776733, 145.132111, 0.499982208, -0.432939053, 0.750072837, 0.000139041062, -0.866047084, -0.499980986, 0.866049767, 0.25006327, -0.432921559)
- p25.Size = Vector3.new(0.376699865, 0.83550024, 0.468299836)
- w1 = Instance.new("Weld", p1)
- w1.Name = "Part_Weld"
- w1.Part0 = p1
- w1.C0 = CFrame.new(-81.6093521, 111.383545, -146.032959, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- w1.Part1 = p2
- w1.C1 = CFrame.new(-167.02774, -99.901062, -56.6946449, 0.499964654, 0.000138012911, 0.866045892, -0.432939231, -0.866041362, 0.250072002, 0.750065982, -0.499972343, -0.432930321)
- w2 = Instance.new("Weld", p2)
- w2.Name = "Part_Weld"
- w2.Part0 = p2
- w2.C0 = CFrame.new(-167.02774, -99.901062, -56.6946449, 0.499964654, 0.000138012911, 0.866045892, -0.432939231, -0.866041362, 0.250072002, 0.750065982, -0.499972343, -0.432930321)
- w2.Part1 = p3
- w2.C1 = CFrame.new(-81.6557922, 23.7944412, -183.789276, 1, -3.73745461e-05, 2.15800064e-05, 2.15800064e-05, 0.866068184, 0.499912739, -3.73745461e-05, -0.499912739, 0.866068184)
- w3 = Instance.new("Weld", p3)
- w3.Name = "Part_Weld"
- w3.Part0 = p3
- w3.C0 = CFrame.new(-81.6557922, 23.7944412, -183.789276, 1, -3.73745461e-05, 2.15800064e-05, 2.15800064e-05, 0.866068184, 0.499912739, -3.73745461e-05, -0.499912739, 0.866068184)
- w3.Part1 = p4
- w3.C1 = CFrame.new(-81.6557312, 22.3110504, -182.938049, 1, -3.73745461e-05, 2.15800064e-05, 2.15800064e-05, 0.866068184, 0.499912739, -3.73745461e-05, -0.499912739, 0.866068184)
- w4 = Instance.new("Weld", p4)
- w4.Name = "Part_Weld"
- w4.Part0 = p4
- w4.C0 = CFrame.new(-81.6557312, 22.3110504, -182.938049, 1, -3.73745461e-05, 2.15800064e-05, 2.15800064e-05, 0.866068184, 0.499912739, -3.73745461e-05, -0.499912739, 0.866068184)
- w4.Part1 = p5
- w4.C1 = CFrame.new(-81.6556625, 21.1017685, -182.09729, 1, -3.73745461e-05, 2.15800064e-05, 2.15800064e-05, 0.866068184, 0.499912739, -3.73745461e-05, -0.499912739, 0.866068184)
- w5 = Instance.new("Weld", p5)
- w5.Name = "Part_Weld"
- w5.Part0 = p5
- w5.C0 = CFrame.new(-81.6556625, 21.1017685, -182.09729, 1, -3.73745461e-05, 2.15800064e-05, 2.15800064e-05, 0.866068184, 0.499912739, -3.73745461e-05, -0.499912739, 0.866068184)
- w5.Part1 = p6
- w5.C1 = CFrame.new(-81.6495819, 143.39386, -112.877747, 1, -2.62720805e-05, 3.4239667e-05, 3.4239667e-05, 0.965918124, -0.258842885, -2.62720805e-05, 0.258842885, 0.965918124)
- w6 = Instance.new("Weld", p6)
- w6.Name = "Part_Weld"
- w6.Part0 = p6
- w6.C0 = CFrame.new(-81.6495819, 143.39386, -112.877747, 1, -2.62720805e-05, 3.4239667e-05, 3.4239667e-05, 0.965918124, -0.258842885, -2.62720805e-05, 0.258842885, 0.965918124)
- w6.Part1 = p7
- w6.C1 = CFrame.new(-81.6465073, -147.055939, -111.213951, 1, -4.31572153e-05, 1.86628313e-09, 4.18168389e-09, 0.000140138043, 1, -4.31572153e-05, -1, 0.000140138043)
- w7 = Instance.new("Weld", p7)
- w7.Name = "Part_Weld"
- w7.Part0 = p7
- w7.C0 = CFrame.new(-81.6465073, -147.055939, -111.213951, 1, -4.31572153e-05, 1.86628313e-09, 4.18168389e-09, 0.000140138043, 1, -4.31572153e-05, -1, 0.000140138043)
- w7.Part1 = p8
- w7.C1 = CFrame.new(-111.1894, -146.048172, 81.5907364, -9.15555283e-05, -1, 0, -2.79413825e-09, 0, 1, -1, 9.15555283e-05, -2.79405299e-09)
- w8 = Instance.new("Weld", p8)
- w8.Name = "Part_Weld"
- w8.Part0 = p8
- w8.C0 = CFrame.new(-111.1894, -146.048172, 81.5907364, -9.15555283e-05, -1, 0, -2.79413825e-09, 0, 1, -1, 9.15555283e-05, -2.79405299e-09)
- w8.Part1 = p9
- w8.C1 = CFrame.new(-109.996391, -146.048172, 81.5906296, -9.15555283e-05, -1, 0, -2.79413825e-09, 0, 1, -1, 9.15555283e-05, -2.79405299e-09)
- w9 = Instance.new("Weld", p9)
- w9.Name = "Part_Weld"
- w9.Part0 = p9
- w9.C0 = CFrame.new(-109.996391, -146.048172, 81.5906296, -9.15555283e-05, -1, 0, -2.79413825e-09, 0, 1, -1, 9.15555283e-05, -2.79405299e-09)
- w9.Part1 = p10
- w9.C1 = CFrame.new(-112.369759, -146.048172, 81.5908508, -9.15555283e-05, -1, 0, -2.79413825e-09, 0, 1, -1, 9.15555283e-05, -2.79405299e-09)
- w10 = Instance.new("Weld", p10)
- w10.Name = "Part_Weld"
- w10.Part0 = p10
- w10.C0 = CFrame.new(-112.369759, -146.048172, 81.5908508, -9.15555283e-05, -1, 0, -2.79413825e-09, 0, 1, -1, 9.15555283e-05, -2.79405299e-09)
- w10.Part1 = p11
- w10.C1 = CFrame.new(145.352264, -88.5863647, 107.137398, -0.000139354132, 1.68977313e-05, -1, -0.258831114, -0.965922594, 1.97472818e-05, -0.965922594, 0.258831114, 0.000138978969)
- w11 = Instance.new("Weld", p11)
- w11.Name = "Part_Weld"
- w11.Part0 = p11
- w11.C0 = CFrame.new(145.352264, -88.5863647, 107.137398, -0.000139354132, 1.68977313e-05, -1, -0.258831114, -0.965922594, 1.97472818e-05, -0.965922594, 0.258831114, 0.000138978969)
- w11.Part1 = p12
- w11.C1 = CFrame.new(145.353638, -88.53759, 107.279694, -0.000139354132, 1.68977313e-05, -1, -0.258831114, -0.965922594, 1.97472818e-05, -0.965922594, 0.258831114, 0.000138978969)
- w12 = Instance.new("Weld", p12)
- w12.Name = "Part_Weld"
- w12.Part0 = p12
- w12.C0 = CFrame.new(145.353638, -88.53759, 107.279694, -0.000139354132, 1.68977313e-05, -1, -0.258831114, -0.965922594, 1.97472818e-05, -0.965922594, 0.258831114, 0.000138978969)
- w12.Part1 = p13
- w12.C1 = CFrame.new(145.346954, -139.685562, 12.3947306, -0.000126242638, -3.35127115e-05, -1.00000107, 0.499894261, -0.866088867, -3.35127115e-05, -0.866087735, -0.499894261, 0.000124037266)
- w13 = Instance.new("Weld", p13)
- w13.Name = "Part_Weld"
- w13.Part0 = p13
- w13.C0 = CFrame.new(145.346954, -139.685562, 12.3947306, -0.000126242638, -3.35127115e-05, -1.00000107, 0.499894261, -0.866088867, -3.35127115e-05, -0.866087735, -0.499894261, 0.000124037266)
- w13.Part1 = p14
- w13.C1 = CFrame.new(145.345596, -139.694138, 12.284688, -0.000126242638, -3.35127115e-05, -1.00000107, 0.499894261, -0.866088867, -3.35127115e-05, -0.866087735, -0.499894261, 0.000124037266)
- w14 = Instance.new("Weld", p14)
- w14.Name = "Part_Weld"
- w14.Part0 = p14
- w14.C0 = CFrame.new(145.345596, -139.694138, 12.284688, -0.000126242638, -3.35127115e-05, -1.00000107, 0.499894261, -0.866088867, -3.35127115e-05, -0.866087735, -0.499894261, 0.000124037266)
- w14.Part1 = p15
- w14.C1 = CFrame.new(146.857056, -88.5863953, 107.137192, -0.000139354132, 1.68977313e-05, -1, -0.258831114, -0.965922594, 1.97472818e-05, -0.965922594, 0.258831114, 0.000138978969)
- w15 = Instance.new("Weld", p15)
- w15.Name = "Part_Weld"
- w15.Part0 = p15
- w15.C0 = CFrame.new(146.857056, -88.5863953, 107.137192, -0.000139354132, 1.68977313e-05, -1, -0.258831114, -0.965922594, 1.97472818e-05, -0.965922594, 0.258831114, 0.000138978969)
- w15.Part1 = p16
- w15.C1 = CFrame.new(146.858429, -88.5376205, 107.279488, -0.000139354132, 1.68977313e-05, -1, -0.258831114, -0.965922594, 1.97472818e-05, -0.965922594, 0.258831114, 0.000138978969)
- w16 = Instance.new("Weld", p16)
- w16.Name = "Part_Weld"
- w16.Part0 = p16
- w16.C0 = CFrame.new(146.858429, -88.5376205, 107.279488, -0.000139354132, 1.68977313e-05, -1, -0.258831114, -0.965922594, 1.97472818e-05, -0.965922594, 0.258831114, 0.000138978969)
- w16.Part1 = p17
- w16.C1 = CFrame.new(146.851746, -139.685501, 12.3945436, -0.000126242638, -3.35127115e-05, -1.00000107, 0.499894261, -0.866088867, -3.35127115e-05, -0.866087735, -0.499894261, 0.000124037266)
- w17 = Instance.new("Weld", p17)
- w17.Name = "Part_Weld"
- w17.Part0 = p17
- w17.C0 = CFrame.new(146.851746, -139.685501, 12.3945436, -0.000126242638, -3.35127115e-05, -1.00000107, 0.499894261, -0.866088867, -3.35127115e-05, -0.866087735, -0.499894261, 0.000124037266)
- w17.Part1 = p18
- w17.C1 = CFrame.new(146.850388, -139.694077, 12.2845011, -0.000126242638, -3.35127115e-05, -1.00000107, 0.499894261, -0.866088867, -3.35127115e-05, -0.866087735, -0.499894261, 0.000124037266)
- w18 = Instance.new("Weld", p18)
- w18.Name = "Part_Weld"
- w18.Part0 = p18
- w18.C0 = CFrame.new(146.850388, -139.694077, 12.2845011, -0.000126242638, -3.35127115e-05, -1.00000107, 0.499894261, -0.866088867, -3.35127115e-05, -0.866087735, -0.499894261, 0.000124037266)
- w18.Part1 = p19
- w18.C1 = CFrame.new(146.073318, -88.58638, 107.137299, -0.000139354132, 1.68977313e-05, -1, -0.258831114, -0.965922594, 1.97472818e-05, -0.965922594, 0.258831114, 0.000138978969)
- w19 = Instance.new("Weld", p19)
- w19.Name = "Part_Weld"
- w19.Part0 = p19
- w19.C0 = CFrame.new(146.073318, -88.58638, 107.137299, -0.000139354132, 1.68977313e-05, -1, -0.258831114, -0.965922594, 1.97472818e-05, -0.965922594, 0.258831114, 0.000138978969)
- w19.Part1 = p20
- w19.C1 = CFrame.new(146.068008, -139.685532, 12.3946409, -0.000126242638, -3.35127115e-05, -1.00000107, 0.499894261, -0.866088867, -3.35127115e-05, -0.866087735, -0.499894261, 0.000124037266)
- w20 = Instance.new("Weld", p20)
- w20.Name = "Part_Weld"
- w20.Part0 = p20
- w20.C0 = CFrame.new(146.068008, -139.685532, 12.3946409, -0.000126242638, -3.35127115e-05, -1.00000107, 0.499894261, -0.866088867, -3.35127115e-05, -0.866087735, -0.499894261, 0.000124037266)
- w20.Part1 = p21
- w20.C1 = CFrame.new(146.06665, -139.694107, 12.2845984, -0.000126242638, -3.35127115e-05, -1.00000107, 0.499894261, -0.866088867, -3.35127115e-05, -0.866087735, -0.499894261, 0.000124037266)
- w21 = Instance.new("Weld", p21)
- w21.Name = "Part_Weld"
- w21.Part0 = p21
- w21.C0 = CFrame.new(146.06665, -139.694107, 12.2845984, -0.000126242638, -3.35127115e-05, -1.00000107, 0.499894261, -0.866088867, -3.35127115e-05, -0.866087735, -0.499894261, 0.000124037266)
- w21.Part1 = p22
- w21.C1 = CFrame.new(146.074692, -88.5376053, 107.279594, -0.000139354132, 1.68977313e-05, -1, -0.258831114, -0.965922594, 1.97472818e-05, -0.965922594, 0.258831114, 0.000138978969)
- w22 = Instance.new("Weld", p22)
- w22.Name = "Part_Weld"
- w22.Part0 = p22
- w22.C0 = CFrame.new(146.074692, -88.5376053, 107.279594, -0.000139354132, 1.68977313e-05, -1, -0.258831114, -0.965922594, 1.97472818e-05, -0.965922594, 0.258831114, 0.000138978969)
- w22.Part1 = p23
- w22.C1 = CFrame.new(-167.03421, -109.218048, 30.2064476, 0.499866068, 8.35267783e-05, 0.866102695, 0.224149361, -0.9659428, -0.129273325, 0.836594939, 0.258755714, -0.482860774)
- w23 = Instance.new("Weld", p23)
- w23.Name = "Part_Weld"
- w23.Part0 = p23
- w23.C0 = CFrame.new(-167.03421, -109.218048, 30.2064476, 0.499866068, 8.35267783e-05, 0.866102695, 0.224149361, -0.9659428, -0.129273325, 0.836594939, 0.258755714, -0.482860774)
- w23.Part1 = p24
- w23.C1 = CFrame.new(-167.032898, -109.169281, 30.3487625, 0.499866068, 8.35267783e-05, 0.866102695, 0.224149361, -0.9659428, -0.129273325, 0.836594939, 0.258755714, -0.482860774)
- w24 = Instance.new("Weld", p24)
- w24.Name = "Part_Weld"
- w24.Part0 = p24
- w24.C0 = CFrame.new(-167.032898, -109.169281, 30.3487625, 0.499866068, 8.35267783e-05, 0.866102695, 0.224149361, -0.9659428, -0.129273325, 0.836594939, 0.258755714, -0.482860774)
- w24.Part1 = p25
- w24.C1 = CFrame.new(-167.026413, -99.8924866, -56.5845947, 0.499964654, 0.000138012911, 0.866045892, -0.432939231, -0.866041362, 0.250072002, 0.750065982, -0.499972343, -0.432930321)
- w1 = Instance.new("Weld", m.A1H)
- w1.Name = "Left Arm_Weld"
- w1.Part0 = m.A1H
- w1.C0 = CFrame.new(-112.350464, -146.022888, 81.5908737, -9.16102435e-05, -1, 8.62784333e-08, 1.36420013e-07, 8.62659348e-08, 1, -1, 9.16102508e-05, 1.36412126e-07)
- w1.Part1 = game:service("Players").LocalPlayer.Character["Left Arm"]
- w1.C1 = CFrame.new(-81.839241, 111.390038, -145.835297, 0.99999851, 0, 0.00170899916, 0, 1, 0, -0.00170899916, 0, 0.99999851)
- m.Parent = game:service("Players").LocalPlayer.Character
- m:MakeJoints()
- local m = Instance.new("Model")
- m.Name = "Arm2"
- p1 = Instance.new("Part", m)
- p1.BrickColor = BrickColor.new("Really black")
- p1.Material = Enum.Material.SmoothPlastic
- p1.CFrame = CFrame.new(87.6068497, -111.383545, 146.032959, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- p1.Size = Vector3.new(2.09819984, 4.31050014, 2.11289978)
- p2 = Instance.new("Part", m)
- p2.BrickColor = BrickColor.new("Maroon")
- p2.Material = Enum.Material.Neon
- p2.CFrame = CFrame.new(87.6278534, -112.377228, 146.048172, -9.15555283e-05, -2.79413825e-09, -1, -1, 0, 9.15555283e-05, 0, 1, -2.79405299e-09)
- p2.Size = Vector3.new(0.315699846, 2.34140038, 2.28309989)
- p3 = Instance.new("Part", m)
- p3.BrickColor = BrickColor.new("Maroon")
- p3.Material = Enum.Material.Neon
- p3.CFrame = CFrame.new(87.6278458, -110.00386, 146.048172, -9.15555283e-05, -2.79422352e-09, -1, -1, -2.55810997e-13, 9.15555283e-05, 2.55818804e-13, 1, -2.79396772e-09)
- p3.Size = Vector3.new(0.315699846, 2.34140038, 2.28309989)
- p4 = Instance.new("Part", m)
- p4.BrickColor = BrickColor.new("Maroon")
- p4.Material = Enum.Material.Neon
- p4.CFrame = CFrame.new(87.6957016, -112.489281, 147.28067, 1, 2.15800064e-05, -3.73745461e-05, -3.73745461e-05, 0.866068184, -0.499912739, 2.15800064e-05, 0.499912739, 0.866068184)
- p4.Size = Vector3.new(0.311099887, 1.87719977, 0.589799762)
- p5 = Instance.new("Part", m)
- p5.BrickColor = BrickColor.new("Maroon")
- p5.Material = Enum.Material.Neon
- p5.CFrame = CFrame.new(87.6957092, -110.777565, 147.283051, 1, 2.1580785e-05, -3.73737676e-05, -3.73748298e-05, 0.866068184, -0.499912739, 2.15789441e-05, 0.499912739, 0.866068184)
- p5.Size = Vector3.new(0.311099887, 1.96389997, 0.589799762)
- p6 = Instance.new("Part", m)
- p6.BrickColor = BrickColor.new("Maroon")
- p6.Material = Enum.Material.Neon
- p6.CFrame = CFrame.new(87.695694, -109.30851, 147.157501, 1, 2.15815635e-05, -3.7372989e-05, -3.73751136e-05, 0.866068184, -0.499912739, 2.15778819e-05, 0.499912739, 0.866068184)
- p6.Size = Vector3.new(0.311099887, 1.46949995, 0.589799762)
- p7 = Instance.new("Part", m)
- p7.BrickColor = BrickColor.new("Maroon")
- p7.Material = Enum.Material.Neon
- p7.CFrame = CFrame.new(87.6889877, -109.286957, 146.144119, 1, 3.42391213e-05, -2.6270829e-05, -2.62730791e-05, 0.965905428, 0.258839518, 3.42363128e-05, -0.258839518, 0.965905428)
- p7.Size = Vector3.new(0.315699846, 0.294700384, 2.0375998)
- p8 = Instance.new("Part", m)
- p8.BrickColor = BrickColor.new("Maroon")
- p8.Material = Enum.Material.Neon
- p8.CFrame = CFrame.new(87.6889877, -111.192253, 147.065323, 1, 5.82440407e-09, -4.31573026e-05, -4.315759e-05, 0.000140175223, -0.999984324, -7.42147677e-10, 0.999984324, 0.000140175223)
- p8.Size = Vector3.new(0.315699846, 0.294700384, 3.59399986)
- p9 = Instance.new("Part", m)
- p9.BrickColor = BrickColor.new("Maroon")
- p9.Material = Enum.Material.Neon
- p9.CFrame = CFrame.new(87.6278381, -111.192253, 146.041992, -9.15556157e-05, -1.15143095e-09, -1, -0.999984324, 3.93774826e-08, 9.15551427e-05, 3.93774826e-08, 0.999984324, -1.8751356e-10)
- p9.Size = Vector3.new(0.315699846, 2.34140038, 2.28309989)
- w1 = Instance.new("Weld", p1)
- w1.Name = "Part_Weld"
- w1.Part0 = p1
- w1.C0 = CFrame.new(-87.6068497, 111.383545, -146.032959, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- w1.Part1 = p2
- w1.C1 = CFrame.new(-112.369202, -146.048172, 87.6381454, -9.15555283e-05, -1, 0, -2.79413825e-09, 0, 1, -1, 9.15555283e-05, -2.79405299e-09)
- w2 = Instance.new("Weld", p2)
- w2.Name = "Part_Weld"
- w2.Part0 = p2
- w2.C0 = CFrame.new(-112.369202, -146.048172, 87.6381454, -9.15555283e-05, -1, 0, -2.79413825e-09, 0, 1, -1, 9.15555283e-05, -2.79405299e-09)
- w2.Part1 = p3
- w2.C1 = CFrame.new(-109.995834, -146.048172, 87.6379242, -9.15555283e-05, -1, 0, -2.79413825e-09, 0, 1, -1, 9.15555283e-05, -2.79405299e-09)
- w3 = Instance.new("Weld", p3)
- w3.Name = "Part_Weld"
- w3.Part0 = p3
- w3.C0 = CFrame.new(-109.995834, -146.048172, 87.6379242, -9.15555283e-05, -1, 0, -2.79413825e-09, 0, 1, -1, 9.15555283e-05, -2.79405299e-09)
- w3.Part1 = p4
- w3.C1 = CFrame.new(-87.7030869, 23.7943115, -183.789063, 1, -3.73745461e-05, 2.15800064e-05, 2.15800064e-05, 0.866068184, 0.499912739, -3.73745461e-05, -0.499912739, 0.866068184)
- w4 = Instance.new("Weld", p4)
- w4.Name = "Part_Weld"
- w4.Part0 = p4
- w4.C0 = CFrame.new(-87.7030869, 23.7943115, -183.789063, 1, -3.73745461e-05, 2.15800064e-05, 2.15800064e-05, 0.866068184, 0.499912739, -3.73745461e-05, -0.499912739, 0.866068184)
- w4.Part1 = p5
- w4.C1 = CFrame.new(-87.7030258, 22.3109207, -182.93782, 1, -3.73745461e-05, 2.15800064e-05, 2.15800064e-05, 0.866068184, 0.499912739, -3.73745461e-05, -0.499912739, 0.866068184)
- w5 = Instance.new("Weld", p5)
- w5.Name = "Part_Weld"
- w5.Part0 = p5
- w5.C0 = CFrame.new(-87.7030258, 22.3109207, -182.93782, 1, -3.73745461e-05, 2.15800064e-05, 2.15800064e-05, 0.866068184, 0.499912739, -3.73745461e-05, -0.499912739, 0.866068184)
- w5.Part1 = p6
- w5.C1 = CFrame.new(-87.7029572, 21.1016388, -182.097076, 1, -3.73745461e-05, 2.15800064e-05, 2.15800064e-05, 0.866068184, 0.499912739, -3.73745461e-05, -0.499912739, 0.866068184)
- w6 = Instance.new("Weld", p6)
- w6.Name = "Part_Weld"
- w6.Part0 = p6
- w6.C0 = CFrame.new(-87.7029572, 21.1016388, -182.097076, 1, -3.73745461e-05, 2.15800064e-05, 2.15800064e-05, 0.866068184, 0.499912739, -3.73745461e-05, -0.499912739, 0.866068184)
- w6.Part1 = p7
- w6.C1 = CFrame.new(-87.6968765, 143.393646, -112.877594, 1, -2.62720805e-05, 3.4239667e-05, 3.4239667e-05, 0.965918124, -0.258842885, -2.62720805e-05, 0.258842885, 0.965918124)
- w7 = Instance.new("Weld", p7)
- w7.Name = "Part_Weld"
- w7.Part0 = p7
- w7.C0 = CFrame.new(-87.6968765, 143.393646, -112.877594, 1, -2.62720805e-05, 3.4239667e-05, 3.4239667e-05, 0.965918124, -0.258842885, -2.62720805e-05, 0.258842885, 0.965918124)
- w7.Part1 = p8
- w7.C1 = CFrame.new(-87.6938019, -147.055939, -111.213692, 1, -4.31572153e-05, 1.86628313e-09, 4.18168389e-09, 0.000140138043, 1, -4.31572153e-05, -1, 0.000140138043)
- w8 = Instance.new("Weld", p8)
- w8.Name = "Part_Weld"
- w8.Part0 = p8
- w8.C0 = CFrame.new(-87.6938019, -147.055939, -111.213692, 1, -4.31572153e-05, 1.86628313e-09, 4.18168389e-09, 0.000140138043, 1, -4.31572153e-05, -1, 0.000140138043)
- w8.Part1 = p9
- w8.C1 = CFrame.new(-111.188843, -146.048172, 87.638031, -9.15555283e-05, -1, 0, -2.79413825e-09, 0, 1, -1, 9.15555283e-05, -2.79405299e-09)
- w1 = Instance.new("Weld", p1)
- w1.Name = "Right Arm_Weld"
- w1.Part0 = p1
- w1.C0 = CFrame.new(-87.6068497, 111.383545, -146.032959, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- w1.Part1 = game:service("Players").LocalPlayer.Character["Right Arm"]
- w1.C1 = CFrame.new(-87.8392868, 111.390038, -145.835297, 0.99999851, 0, 0.00170899916, 0, 1, 0, -0.00170899916, 0, 0.99999851)
- m.Parent = game:service("Players").LocalPlayer.Character
- m:MakeJoints()
- local m = Instance.new("Model")
- m.Name = "Torso"
- p1 = Instance.new("Part", m)
- p1.BrickColor = BrickColor.new("Maroon")
- p1.Material = Enum.Material.Neon
- p1.CFrame = CFrame.new(84.5868301, -113.163589, 146.041168, -9.15555283e-05, -2.79413825e-09, -1, -1, 0, 9.15555283e-05, 0, 1, -2.79405299e-09)
- p1.Size = Vector3.new(0.315699846, 2.2366004, 4.02110004)
- p2 = Instance.new("Part", m)
- p2.BrickColor = BrickColor.new("Really black")
- p2.Material = Enum.Material.SmoothPlastic
- p2.Name = "THandle"
- p2.CFrame = CFrame.new(84.5897446, -111.383545, 146.032959, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- p2.Size = Vector3.new(3.9849999, 4.31050014, 2.11289978)
- p3 = Instance.new("Part", m)
- p3.BrickColor = BrickColor.new("Really black")
- p3.Material = Enum.Material.Fabric
- p3.Name = "Part14"
- p3.CFrame = CFrame.new(83.9678345, -110.995544, 147.457184, -0.968412638, -0.247969314, 0.0262347106, -0.246386334, 0.96776098, 0.0522738248, -0.0383512303, 0.044158753, -0.998288214)
- p3.CanCollide = false
- p3.Elasticity = 0
- p3.Size = Vector3.new(1.53495908, 3.06991768, 1.5349592)
- p3.BottomSurface = Enum.SurfaceType.Smooth
- p3.TopSurface = Enum.SurfaceType.Smooth
- b1 = Instance.new("BlockMesh", p3)
- b1.Name = "Mesh"
- b1.Scale = Vector3.new(0.099999927, 0.799999952, 0.099999927)
- p4 = Instance.new("Part", m)
- p4.BrickColor = BrickColor.new("Really black")
- p4.Material = Enum.Material.Fabric
- p4.Name = "Part13"
- p4.CFrame = CFrame.new(84.1168671, -110.840141, 147.461685, -0.720300615, -0.693335235, 0.021299649, -0.670823574, 0.688442051, -0.275760025, 0.1765306, -0.212918416, -0.960990787)
- p4.CanCollide = false
- p4.Elasticity = 0
- p4.Size = Vector3.new(1.53495908, 1.53495884, 1.5349592)
- p4.BottomSurface = Enum.SurfaceType.Smooth
- p4.TopSurface = Enum.SurfaceType.Smooth
- b2 = Instance.new("BlockMesh", p4)
- b2.Name = "Mesh"
- b2.Scale = Vector3.new(0.099999927, 1, 0.099999927)
- p5 = Instance.new("Part", m)
- p5.BrickColor = BrickColor.new("Really black")
- p5.Material = Enum.Material.Fabric
- p5.Name = "Part15"
- p5.CFrame = CFrame.new(84.2879944, -110.170609, 147.301239, 0.747780323, -0.646847844, -0.149712056, -0.662359059, -0.742366135, -0.100866243, -0.0458961278, 0.174588978, -0.983572245)
- p5.CanCollide = false
- p5.Elasticity = 0
- p5.Size = Vector3.new(1.53495908, 1.53495884, 1.5349592)
- p5.BottomSurface = Enum.SurfaceType.Smooth
- p5.TopSurface = Enum.SurfaceType.Smooth
- b3 = Instance.new("BlockMesh", p5)
- b3.Name = "Mesh"
- b3.Scale = Vector3.new(0.099999927, 1, 0.099999927)
- p6 = Instance.new("Part", m)
- p6.BrickColor = BrickColor.new("Really black")
- p6.Material = Enum.Material.Fabric
- p6.Name = "Part16"
- p6.CFrame = CFrame.new(85.3454056, -110.857224, 147.493668, -0.693472266, 0.720173359, 0.0212088078, 0.688347638, 0.670945108, -0.275704205, -0.212784424, -0.176594257, -0.961011648)
- p6.CanCollide = false
- p6.Elasticity = 0
- p6.Size = Vector3.new(1.53495908, 1.53495884, 1.5349592)
- p6.BottomSurface = Enum.SurfaceType.Smooth
- p6.TopSurface = Enum.SurfaceType.Smooth
- b4 = Instance.new("BlockMesh", p6)
- b4.Name = "Mesh"
- b4.Scale = Vector3.new(0.099999927, 1, 0.099999927)
- p7 = Instance.new("Part", m)
- p7.BrickColor = BrickColor.new("Really black")
- p7.Material = Enum.Material.Fabric
- p7.Name = "Part17"
- p7.CFrame = CFrame.new(85.210762, -110.182312, 147.324966, 0.760454059, 0.618674576, 0.19738102, 0.64386785, -0.757885337, -0.105120733, 0.0845566988, 0.207025766, -0.974682808)
- p7.CanCollide = false
- p7.Elasticity = 0
- p7.Size = Vector3.new(1.53495908, 1.53495884, 1.5349592)
- p7.BottomSurface = Enum.SurfaceType.Smooth
- p7.TopSurface = Enum.SurfaceType.Smooth
- b5 = Instance.new("BlockMesh", p7)
- b5.Name = "Mesh"
- b5.Scale = Vector3.new(0.099999927, 1, 0.099999927)
- p8 = Instance.new("Part", m)
- p8.BrickColor = BrickColor.new("Really black")
- p8.Material = Enum.Material.Fabric
- p8.Name = "Part18"
- p8.CFrame = CFrame.new(85.5018387, -111.014351, 147.497726, -0.962686658, 0.269351214, 0.0263137072, 0.270402074, 0.961330891, 0.0522695854, -0.0112162828, 0.057435222, -0.998294234)
- p8.CanCollide = false
- p8.Elasticity = 0
- p8.Size = Vector3.new(1.53495908, 3.06991768, 1.5349592)
- p8.BottomSurface = Enum.SurfaceType.Smooth
- p8.TopSurface = Enum.SurfaceType.Smooth
- b6 = Instance.new("BlockMesh", p8)
- b6.Name = "Mesh"
- b6.Scale = Vector3.new(0.099999927, 0.799999952, 0.099999927)
- p9 = Instance.new("Part", m)
- p9.BrickColor = BrickColor.new("Maroon")
- p9.Material = Enum.Material.Neon
- p9.CFrame = CFrame.new(84.3693542, -110.348854, 146.043167, -0.500153601, 2.55797058e-05, -0.865941405, -0.865940094, -4.03597951e-05, 0.500154376, -2.25491822e-05, 1.00000799, 4.34990507e-05)
- p9.Size = Vector3.new(0.315699846, 2.2366004, 3.51800013)
- p10 = Instance.new("Part", m)
- p10.BrickColor = BrickColor.new("Maroon")
- p10.Material = Enum.Material.Neon
- p10.CFrame = CFrame.new(84.5845871, -110.349113, 146.04512, -9.02414322e-05, -2.85634451e-06, -1.00000405, -1.00000334, -1.33664253e-06, 9.15527344e-05, -2.25919393e-06, 1.00000799, -2.04649768e-06)
- p10.Size = Vector3.new(0.315699846, 2.2366004, 4.0007)
- p11 = Instance.new("Part", m)
- p11.BrickColor = BrickColor.new("Maroon")
- p11.Material = Enum.Material.Neon
- p11.CFrame = CFrame.new(84.5879822, -111.19767, 146.047073, -8.95858029e-05, -3.70137923e-06, -1.00000405, -1.00000334, -3.16494197e-06, 9.08971124e-05, -4.08757751e-06, 1.00000799, -2.89137324e-06)
- p11.Size = Vector3.new(0.315699846, 2.2366004, 4.02110004)
- p12 = Instance.new("Part", m)
- p12.BrickColor = BrickColor.new("Maroon")
- p12.Material = Enum.Material.Neon
- p12.CFrame = CFrame.new(84.5883789, -112.221611, 146.049026, 0.499969274, 2.67572477e-06, -0.866047919, -0.866047919, -1.80117081e-06, -0.499967784, -4.10128087e-06, 1.00000799, 1.65682468e-06)
- p12.Size = Vector3.new(0.315699846, 2.2366004, 4.02110004)
- p13 = Instance.new("Part", m)
- p13.BrickColor = BrickColor.new("Maroon")
- p13.Material = Enum.Material.Neon
- p13.CFrame = CFrame.new(84.5887527, -112.221886, 146.050949, -0.500151992, 2.30442656e-05, -0.865942478, -0.865941167, -4.58442155e-05, 0.500152707, -2.85665737e-05, 1.00000799, 4.4046501e-05)
- p13.Size = Vector3.new(0.315699846, 2.2366004, 4.02110004)
- p14 = Instance.new("Part", m)
- p14.BrickColor = BrickColor.new("Maroon")
- p14.Material = Enum.Material.Neon
- p14.CFrame = CFrame.new(84.5891266, -109.450058, 146.052933, -8.83340836e-05, -5.39186294e-06, -1.00000417, -1.00000346, -6.82111386e-06, 8.96155834e-05, -7.7439181e-06, 1.00000799, -4.58154682e-06)
- p14.Size = Vector3.new(0.315699846, 2.2366004, 4.02110004)
- p15 = Instance.new("Part", m)
- p15.BrickColor = BrickColor.new("Maroon")
- p15.Material = Enum.Material.Neon
- p15.CFrame = CFrame.new(84.8015594, -110.353783, 146.054886, 0.499970406, 9.8523833e-07, -0.866047323, -0.866047323, -5.45733337e-06, -0.499968946, -6.42250507e-06, 1.00000799, -1.63520053e-06)
- p15.Size = Vector3.new(0.315699846, 2.2366004, 3.53139997)
- p16 = Instance.new("Part", m)
- p16.BrickColor = BrickColor.new("Really black")
- p16.Material = Enum.Material.Fabric
- p16.Name = "Part12"
- p16.CFrame = CFrame.new(93.2527695, -108.99398, 152.099899, -0.701415002, -0.00918588042, -0.71269989, -0.508377314, 0.707296908, 0.491213381, 0.499578387, 0.706865609, -0.500777721)
- p16.CanCollide = false
- p16.Elasticity = 0
- p16.Size = Vector3.new(1.53495908, 1.53495884, 1.5349592)
- p16.BottomSurface = Enum.SurfaceType.Smooth
- p16.TopSurface = Enum.SurfaceType.Smooth
- b7 = Instance.new("SpecialMesh", p16)
- b7.MeshType = Enum.MeshType.Wedge
- b7.Name = "Mesh"
- b7.Scale = Vector3.new(0.319999993, 0.299999923, 1)
- p17 = Instance.new("Part", m)
- p17.BrickColor = BrickColor.new("Really black")
- p17.Material = Enum.Material.Fabric
- p17.Name = "Part11"
- p17.CFrame = CFrame.new(90.8355713, -108.988831, 150.594162, -0.963914752, 0.264164984, 0.0330716968, 0.265255451, 0.96356225, 0.034555614, -0.0227373242, 0.0420817286, -0.998863399)
- p17.CanCollide = false
- p17.Elasticity = 0
- p17.Size = Vector3.new(1.53495908, 3.06991768, 1.5349592)
- p17.BottomSurface = Enum.SurfaceType.Smooth
- p17.TopSurface = Enum.SurfaceType.Smooth
- b8 = Instance.new("BlockMesh", p17)
- b8.Name = "Mesh"
- b8.Scale = Vector3.new(0.099999927, 1, 0.099999927)
- p18 = Instance.new("Part", m)
- p18.BrickColor = BrickColor.new("Really red")
- p18.Material = Enum.Material.Fabric
- p18.Name = "Part7"
- p18.CFrame = CFrame.new(90.5186615, -107.113686, 150.181839, 0.701273143, 0.712838113, 0.00930058397, 0.508621991, -0.491145462, -0.707167983, -0.499528706, 0.500647545, -0.706992984)
- p18.CanCollide = false
- p18.Elasticity = 0
- p18.Size = Vector3.new(1.53495908, 6.13983536, 1.5349592)
- p18.BottomSurface = Enum.SurfaceType.Smooth
- p18.TopSurface = Enum.SurfaceType.Smooth
- b9 = Instance.new("BlockMesh", p18)
- b9.Name = "Mesh"
- b9.Scale = Vector3.new(0.299999923, 1, 0.299999923)
- p19 = Instance.new("Part", m)
- p19.BrickColor = BrickColor.new("Really black")
- p19.Material = Enum.Material.Fabric
- p19.Name = "Part5"
- p19.CFrame = CFrame.new(89.1910019, -107.793663, 149.195389, -0.969446123, -0.244126514, 0.0241922084, -0.24531056, 0.963780046, -0.104677796, 0.00223930925, -0.107413203, -0.994219959)
- p19.CanCollide = false
- p19.Elasticity = 0
- p19.Size = Vector3.new(1.53495908, 4.60487652, 1.5349592)
- p19.BottomSurface = Enum.SurfaceType.Smooth
- p19.TopSurface = Enum.SurfaceType.Smooth
- b10 = Instance.new("BlockMesh", p19)
- b10.Name = "Mesh"
- b10.Scale = Vector3.new(0.099999927, 0.799999952, 0.099999927)
- p20 = Instance.new("Part", m)
- p20.BrickColor = BrickColor.new("Really black")
- p20.Material = Enum.Material.Fabric
- p20.Name = "Part20"
- p20.CFrame = CFrame.new(92.6175385, -109.988045, 151.547424, -0.975373745, -0.216038078, 0.044524435, -0.220207244, 0.965377331, -0.139864445, -0.0127661638, -0.146223843, -0.989177227)
- p20.CanCollide = false
- p20.Elasticity = 0
- p20.Size = Vector3.new(1.53495908, 4.60487652, 1.5349592)
- p20.BottomSurface = Enum.SurfaceType.Smooth
- p20.TopSurface = Enum.SurfaceType.Smooth
- b11 = Instance.new("BlockMesh", p20)
- b11.Name = "Mesh"
- b11.Scale = Vector3.new(0.099999927, 0.799999952, 0.099999927)
- p21 = Instance.new("Part", m)
- p21.BrickColor = BrickColor.new("Really red")
- p21.Material = Enum.Material.Fabric
- p21.Name = "Part6"
- p21.CFrame = CFrame.new(87.3389969, -109.309204, 148.69783, -0.996296287, -0.0837832615, 0.0195701681, -0.0852189213, 0.929658592, -0.358440161, 0.0118385106, -0.358779669, -0.933355749)
- p21.CanCollide = false
- p21.Elasticity = 0
- p21.Size = Vector3.new(1.53495908, 4.60487652, 1.5349592)
- p21.BottomSurface = Enum.SurfaceType.Smooth
- p21.TopSurface = Enum.SurfaceType.Smooth
- b12 = Instance.new("BlockMesh", p21)
- b12.Name = "Mesh"
- b12.Scale = Vector3.new(0.099999927, 0.799999952, 0.099999927)
- p22 = Instance.new("Part", m)
- p22.BrickColor = BrickColor.new("Really black")
- p22.Material = Enum.Material.Fabric
- p22.Name = "Part9"
- p22.CFrame = CFrame.new(86.9112473, -108.215088, 147.947144, -0.880158782, 0.473868757, 0.0278906599, 0.464268953, 0.847104967, 0.258600563, 0.098917529, 0.240558505, -0.965589404)
- p22.CanCollide = false
- p22.Elasticity = 0
- p22.Size = Vector3.new(1.53495908, 6.13983536, 1.5349592)
- p22.BottomSurface = Enum.SurfaceType.Smooth
- p22.TopSurface = Enum.SurfaceType.Smooth
- b13 = Instance.new("BlockMesh", p22)
- b13.Name = "Mesh"
- b13.Scale = Vector3.new(0.299999923, 1, 0.299999923)
- p23 = Instance.new("Part", m)
- p23.BrickColor = BrickColor.new("Really red")
- p23.Material = Enum.Material.Fabric
- p23.Name = "Part8"
- p23.CFrame = CFrame.new(82.6164322, -108.161697, 147.836899, -0.885156572, -0.464474469, 0.0277536772, -0.442483813, 0.858700454, 0.258550584, -0.143921778, 0.216578215, -0.965606749)
- p23.CanCollide = false
- p23.Elasticity = 0
- p23.Size = Vector3.new(1.53495908, 6.13983536, 1.5349592)
- p23.BottomSurface = Enum.SurfaceType.Smooth
- p23.TopSurface = Enum.SurfaceType.Smooth
- b14 = Instance.new("BlockMesh", p23)
- b14.Name = "Mesh"
- b14.Scale = Vector3.new(0.299999923, 1, 0.299999923)
- p24 = Instance.new("Part", m)
- p24.BrickColor = BrickColor.new("Really black")
- p24.Material = Enum.Material.Fabric
- p24.Name = "Part10"
- p24.CFrame = CFrame.new(81.6705551, -108.610634, 148.168076, -0.98778671, 0.153966844, 0.0242103692, 0.150666267, 0.983043313, -0.104577914, -0.0398994535, -0.0996512175, -0.994238019)
- p24.CanCollide = false
- p24.Elasticity = 0
- p24.Size = Vector3.new(1.53495908, 3.06991768, 1.5349592)
- p24.BottomSurface = Enum.SurfaceType.Smooth
- p24.TopSurface = Enum.SurfaceType.Smooth
- b15 = Instance.new("BlockMesh", p24)
- b15.Name = "Mesh"
- b15.Scale = Vector3.new(0.099999927, 1, 0.099999927)
- p25 = Instance.new("Part", m)
- p25.BrickColor = BrickColor.new("Really red")
- p25.Material = Enum.Material.Fabric
- p25.Name = "Part4"
- p25.CFrame = CFrame.new(80.4523849, -107.381226, 148.784698, -0.981846333, 0.1881679, 0.0241891127, 0.18470037, 0.977205217, -0.104723617, -0.0433413647, -0.0983530805, -0.994223237)
- p25.CanCollide = false
- p25.Elasticity = 0
- p25.Size = Vector3.new(1.53495908, 3.06991768, 1.5349592)
- p25.BottomSurface = Enum.SurfaceType.Smooth
- p25.TopSurface = Enum.SurfaceType.Smooth
- b16 = Instance.new("BlockMesh", p25)
- b16.Name = "Mesh"
- b16.Scale = Vector3.new(0.099999927, 1, 0.099999927)
- p26 = Instance.new("Part", m)
- p26.BrickColor = BrickColor.new("Really black")
- p26.Material = Enum.Material.Fabric
- p26.Name = "Part1"
- p26.CFrame = CFrame.new(78.9240799, -106.97258, 149.883514, 0.662168026, -0.749306083, 0.00941048935, -0.525425732, -0.473201185, -0.707120836, 0.534302175, 0.463289738, -0.707047105)
- p26.CanCollide = false
- p26.Elasticity = 0
- p26.Size = Vector3.new(1.53495908, 6.13983536, 1.5349592)
- p26.BottomSurface = Enum.SurfaceType.Smooth
- p26.TopSurface = Enum.SurfaceType.Smooth
- b17 = Instance.new("BlockMesh", p26)
- b17.Name = "Mesh"
- b17.Scale = Vector3.new(0.299999923, 1, 0.299999923)
- p27 = Instance.new("Part", m)
- p27.BrickColor = BrickColor.new("Really black")
- p27.Material = Enum.Material.Fabric
- p27.Name = "Part3"
- p27.CFrame = CFrame.new(78.8523941, -109.4767, 150.197845, -0.968526781, -0.247572199, 0.0260481052, -0.246627435, 0.968493581, 0.0347371399, -0.0338264853, 0.0272224844, -0.99907285)
- p27.CanCollide = false
- p27.Elasticity = 0
- p27.Size = Vector3.new(1.53495908, 4.60487652, 1.5349592)
- p27.BottomSurface = Enum.SurfaceType.Smooth
- p27.TopSurface = Enum.SurfaceType.Smooth
- b18 = Instance.new("BlockMesh", p27)
- b18.Name = "Mesh"
- b18.Scale = Vector3.new(0.099999927, 1, 0.099999927)
- p28 = Instance.new("Part", m)
- p28.BrickColor = BrickColor.new("Really black")
- p28.Material = Enum.Material.Fabric
- p28.Name = "Part19"
- p28.CFrame = CFrame.new(76.8466873, -109.385384, 150.597458, -0.958178878, 0.280240297, 0.0580810159, 0.285589248, 0.923023522, 0.257833481, 0.0186474882, 0.263640344, -0.964457214)
- p28.CanCollide = false
- p28.Elasticity = 0
- p28.Size = Vector3.new(1.53495908, 3.06991768, 1.5349592)
- p28.BottomSurface = Enum.SurfaceType.Smooth
- p28.TopSurface = Enum.SurfaceType.Smooth
- b19 = Instance.new("BlockMesh", p28)
- b19.Name = "Mesh"
- b19.Scale = Vector3.new(0.099999927, 1, 0.099999927)
- p29 = Instance.new("Part", m)
- p29.BrickColor = BrickColor.new("Really black")
- p29.Material = Enum.Material.Fabric
- p29.Name = "Part2"
- p29.CFrame = CFrame.new(76.0513306, -108.783821, 151.660919, -0.662305176, -0.00923445821, 0.749187052, 0.525352597, 0.707214355, 0.473142862, -0.534204185, 0.706956089, -0.463541746)
- p29.CanCollide = false
- p29.Elasticity = 0
- p29.Size = Vector3.new(1.53495908, 1.53495884, 1.5349592)
- p29.BottomSurface = Enum.SurfaceType.Smooth
- p29.TopSurface = Enum.SurfaceType.Smooth
- b20 = Instance.new("SpecialMesh", p29)
- b20.MeshType = Enum.MeshType.Wedge
- b20.Name = "Mesh"
- b20.Scale = Vector3.new(0.319999993, 0.299999923, 1)
- w1 = Instance.new("Weld", p1)
- w1.Name = "Part_Weld"
- w1.Part0 = p1
- w1.C0 = CFrame.new(-113.155846, -146.041168, 84.5971909, -9.15555283e-05, -1, 0, -2.79413825e-09, 0, 1, -1, 9.15555283e-05, -2.79405299e-09)
- w1.Part1 = p2
- w1.C1 = CFrame.new(-84.5897446, 111.383545, -146.032959, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- w2 = Instance.new("Weld", p2)
- w2.Name = "Part14_Weld"
- w2.Part0 = p2
- w2.C0 = CFrame.new(-84.5897446, 111.383545, -146.032959, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- w2.Part1 = p3
- w2.C1 = CFrame.new(59.6228867, 121.727066, 150.804031, -0.968412638, -0.246386334, -0.0383512303, -0.247969314, 0.96776098, 0.044158753, 0.0262347106, 0.0522738248, -0.998288214)
- w3 = Instance.new("Weld", p3)
- w3.Name = "Part13_Weld"
- w3.Part0 = p3
- w3.C0 = CFrame.new(59.6228867, 121.727066, 150.804031, -0.968412638, -0.246386334, -0.0383512303, -0.247969314, 0.96776098, 0.044158753, 0.0262347106, 0.0522738248, -0.998288214)
- w3.Part1 = p4
- w3.C1 = CFrame.new(-39.7962418, 166.025436, 109.35231, -0.720300555, -0.670823574, 0.17653057, -0.693335176, 0.688441932, -0.212918371, 0.0212996472, -0.275760025, -0.960990667)
- w4 = Instance.new("Weld", p4)
- w4.Name = "Part15_Weld"
- w4.Part0 = p4
- w4.C0 = CFrame.new(-39.7962418, 166.025497, 109.352356, -0.720300615, -0.670823574, 0.1765306, -0.693335235, 0.688442051, -0.212918416, 0.021299649, -0.275760025, -0.960990787)
- w4.Part1 = p5
- w4.C1 = CFrame.new(-129.240738, -52.9825401, 146.387604, 0.747779965, -0.662358761, -0.0458961129, -0.646847606, -0.742365956, 0.174588844, -0.149712041, -0.100866258, -0.983571649)
- w5 = Instance.new("Weld", p5)
- w5.Name = "Part16_Weld"
- w5.Part0 = p5
- w5.C0 = CFrame.new(-129.240829, -52.9825821, 146.387817, 0.747780323, -0.662359059, -0.0458961278, -0.646847844, -0.742366135, 0.174588978, -0.149712056, -0.100866243, -0.983572245)
- w5.Part1 = p6
- w5.C1 = CFrame.new(166.876953, 38.9620705, 109.368759, -0.693471253, 0.688346803, -0.212784037, 0.720172584, 0.670944631, -0.17659381, 0.021208629, -0.275703907, -0.961009622)
- w6 = Instance.new("Weld", p6)
- w6.Name = "Part17_Weld"
- w6.Part0 = p6
- w6.C0 = CFrame.new(166.877319, 38.9621506, 109.369232, -0.693472266, 0.688347638, -0.212784424, 0.720173359, 0.670945108, -0.176594257, 0.0212088078, -0.275704205, -0.961011648)
- w6.Part1 = p7
- w6.C1 = CFrame.new(-6.31315613, -166.722534, 115.192467, 0.760451972, 0.643866539, 0.0845562667, 0.618672192, -0.757883012, 0.207024857, 0.197380021, -0.105120122, -0.974676728)
- w7 = Instance.new("Weld", p7)
- w7.Name = "Part18_Weld"
- w7.Part0 = p7
- w7.C0 = CFrame.new(-6.31333637, -166.723328, 115.193649, 0.760454059, 0.64386785, 0.0845566988, 0.618674576, -0.757885337, 0.207025766, 0.19738102, -0.105120733, -0.974682808)
- w7.Part1 = p8
- w7.C1 = CFrame.new(113.983856, 75.2199631, 150.797119, -0.962683976, 0.270400554, -0.0112172216, 0.269350588, 0.961329103, 0.057433866, 0.0263139009, 0.0522681624, -0.998290122)
- w8 = Instance.new("Weld", p8)
- w8.Name = "Part_Weld"
- w8.Part0 = p8
- w8.C0 = CFrame.new(113.984352, 75.2199249, 150.798904, -0.962686658, 0.270402074, -0.0112162828, 0.269351214, 0.961330891, 0.057435222, 0.0263137072, 0.0522695854, -0.998294234)
- w8.Part1 = p9
- w8.C1 = CFrame.new(-53.3545341, -146.048996, 128.243103, -0.500153124, -0.8659392, -2.21580267e-05, 2.71666795e-05, -3.99388373e-05, 1.00000763, -0.865939915, 0.500153482, 4.51463275e-05)
- w9 = Instance.new("Weld", p9)
- w9.Name = "Part_Weld"
- w9.Part0 = p9
- w9.C0 = CFrame.new(-53.3545341, -146.048996, 128.243103, -0.500153124, -0.8659392, -2.21580267e-05, 2.71666795e-05, -3.99388373e-05, 1.00000763, -0.865939915, 0.500153482, 4.51463275e-05)
- w9.Part1 = p10
- w9.C1 = CFrame.new(-110.340973, -146.04216, 84.5941162, -9.12547112e-05, -1.00000215, -9.15853889e-07, -4.24279278e-07, 9.12554242e-07, 1.00000763, -1.0000025, 9.19103622e-05, 4.2051397e-07)
- w10 = Instance.new("Weld", p10)
- w10.Name = "Part_Weld"
- w10.Part0 = p10
- w10.C0 = CFrame.new(-110.340973, -146.04216, 84.5941162, -9.12547112e-05, -1.00000215, -9.15853889e-07, -4.24279278e-07, 9.12554242e-07, 1.00000763, -1.0000025, 9.19103622e-05, 4.2051397e-07)
- w10.Part1 = p11
- w10.C1 = CFrame.new(-111.18927, -146.04216, 84.5972061, -9.12547112e-05, -1.00000215, -9.15853605e-07, -4.24279364e-07, 9.12553958e-07, 1.00000763, -1.0000025, 9.19103622e-05, 4.20514056e-07)
- w11 = Instance.new("Weld", p11)
- w11.Name = "Part_Weld"
- w11.Part0 = p11
- w11.C0 = CFrame.new(-111.18927, -146.04216, 84.5972061, -9.12547112e-05, -1.00000215, -9.15853605e-07, -4.24279364e-07, 9.12553958e-07, 1.00000763, -1.0000025, 9.19103622e-05, 4.20514056e-07)
- w11.Part1 = p12
- w11.C1 = CFrame.new(-139.47879, -146.042267, 17.1489372, 0.499966502, -0.86604768, -1.00480179e-06, 4.79187975e-06, 3.92220682e-06, 1.00000763, -0.86604768, -0.499965757, 5.92838387e-06)
- w12 = Instance.new("Weld", p12)
- w12.Name = "Part_Weld"
- w12.Part0 = p12
- w12.C0 = CFrame.new(-139.47879, -146.042267, 17.1489372, 0.499966502, -0.86604768, -1.00480179e-06, 4.79187975e-06, 3.92220682e-06, 1.00000763, -0.86604768, -0.499965757, 5.92838387e-06)
- w12.Part1 = p13
- w12.C1 = CFrame.new(-54.8665771, -146.049057, 129.368042, -0.500153124, -0.86593926, -2.21580267e-05, 2.71666759e-05, -3.99388409e-05, 1.00000763, -0.865939915, 0.500153542, 4.51463275e-05)
- w13 = Instance.new("Weld", p13)
- w13.Name = "Part_Weld"
- w13.Part0 = p13
- w13.C0 = CFrame.new(-54.8665771, -146.049057, 129.368042, -0.500153124, -0.86593926, -2.21580267e-05, 2.71666759e-05, -3.99388409e-05, 1.00000763, -0.865939915, 0.500153542, 4.51463275e-05)
- w13.Part1 = p14
- w13.C1 = CFrame.new(-109.440865, -146.04216, 84.5970535, -9.12547112e-05, -1.00000215, -9.15853889e-07, -4.24279278e-07, 9.12552423e-07, 1.00000763, -1.0000025, 9.19401646e-05, 4.2051397e-07)
- w14 = Instance.new("Weld", p14)
- w14.Name = "Part_Weld"
- w14.Part0 = p14
- w14.C0 = CFrame.new(-109.440865, -146.04216, 84.5970535, -9.12547112e-05, -1.00000215, -9.15853889e-07, -4.24279278e-07, 9.12552423e-07, 1.00000763, -1.0000025, 9.19401646e-05, 4.2051397e-07)
- w14.Part1 = p15
- w14.C1 = CFrame.new(-137.966492, -146.042267, 18.2668228, 0.499966502, -0.86604768, -1.0048019e-06, 4.79187975e-06, 3.922205e-06, 1.00000763, -0.86604768, -0.499965727, 5.92838342e-06)
- w15 = Instance.new("Weld", p15)
- w15.Name = "Part12_Weld"
- w15.Part0 = p15
- w15.C0 = CFrame.new(-137.966492, -146.042267, 18.2668228, 0.499966502, -0.86604768, -1.0048019e-06, 4.79187975e-06, 3.922205e-06, 1.00000763, -0.86604768, -0.499965727, 5.92838342e-06)
- w15.Part1 = p16
- w15.C1 = CFrame.new(-65.9801178, -29.5553818, 196.157471, -0.701414764, -0.508372426, 0.499581248, -0.00918608904, 0.707301855, 0.706860125, -0.712697864, 0.491208553, -0.500781894)
- w16 = Instance.new("Weld", p16)
- w16.Name = "Part11_Weld"
- w16.Part0 = p16
- w16.C0 = CFrame.new(-65.9801178, -29.5553818, 196.157471, -0.701414764, -0.508372426, 0.499581248, -0.00918608904, 0.707301855, 0.706860125, -0.712697864, 0.491208553, -0.500781894)
- w16.Part1 = p17
- w16.C1 = CFrame.new(119.887611, 74.685379, 151.16597, -0.963913083, 0.265254617, -0.0227412581, 0.264164984, 0.963561654, 0.0420728177, 0.0330730677, 0.0345449597, -0.998863339)
- w17 = Instance.new("Weld", p17)
- w17.Name = "Part7_Weld"
- w17.Part0 = p17
- w17.C0 = CFrame.new(119.888031, 74.6850586, 151.168228, -0.963912964, 0.265254945, -0.0227402747, 0.264165223, 0.963561356, 0.042074874, 0.03307271, 0.0345472097, -0.99886328)
- w17.Part1 = p18
- w17.C1 = CFrame.new(66.0140991, -192.30896, 29.5767975, 0.701273799, 0.508619785, -0.499527633, 0.712835252, -0.491143614, 0.500650227, 0.00930162892, -0.707169354, -0.706991315)
- w18 = Instance.new("Weld", p18)
- w18.Name = "Part5_Weld"
- w18.Part0 = p18
- w18.C0 = CFrame.new(66.0153275, -192.31044, 29.5771637, 0.701272845, 0.508617103, -0.499531567, 0.712836087, -0.491140664, 0.500651777, 0.00930078328, -0.70717299, -0.70698756)
- w18.Part1 = p19
- w18.C1 = CFrame.new(59.6857796, 141.684662, 134.872955, -0.969444692, -0.245311111, 0.00223972648, -0.244125918, 0.963778079, -0.107421368, 0.0241937116, -0.104686737, -0.994218707)
- w19 = Instance.new("Weld", p19)
- w19.Name = "Part20_Weld"
- w19.Part0 = p19
- w19.C0 = CFrame.new(59.6861572, 141.685104, 134.875061, -0.969444692, -0.245310187, 0.00224010646, -0.244125336, 0.9637779, -0.107420564, 0.0241931081, -0.104685992, -0.994218826)
- w19.Part1 = p20
- w19.C1 = CFrame.new(68.0478058, 148.343765, 130.381622, -0.975372732, -0.220208004, -0.0127658602, -0.216037154, 0.965375483, -0.146231472, 0.0445258245, -0.13987267, -0.989175618)
- w20 = Instance.new("Weld", p20)
- w20.Name = "Part6_Weld"
- w20.Part0 = p20
- w20.C0 = CFrame.new(68.0482254, 148.344421, 130.383667, -0.975372195, -0.220207036, -0.0127655538, -0.216036916, 0.965374887, -0.146231174, 0.0445252731, -0.139872551, -0.989175856)
- w20.Part1 = p21
- w20.C1 = CFrame.new(75.9369507, 162.278748, 97.8812027, -0.996296048, -0.0852195621, 0.0118373036, -0.0837812424, 0.929656684, -0.358784795, 0.0195716508, -0.358445764, -0.933353126)
- w21 = Instance.new("Weld", p21)
- w21.Name = "Part9_Weld"
- w21.Part0 = p21
- w21.C0 = CFrame.new(75.9371414, 162.280121, 97.8825989, -0.996294677, -0.0852186829, 0.0118380859, -0.0837821439, 0.929654419, -0.358786523, 0.0195708498, -0.358447522, -0.933352768)
- w21.Part1 = p22
- w21.C1 = CFrame.new(112.10041, 14.9000816, 168.397766, -0.880158663, 0.464270175, 0.0989108533, 0.473870963, 0.847109318, 0.240549922, 0.0278941467, 0.258591056, -0.965591311)
- w22 = Instance.new("Weld", p22)
- w22.Name = "Part8_Weld"
- w22.Part0 = p22
- w22.C0 = CFrame.new(112.100433, 14.8996201, 168.400085, -0.880157113, 0.464269221, 0.0989131182, 0.47386831, 0.847105861, 0.240552664, 0.0278917626, 0.258592099, -0.965591013)
- w22.Part1 = p23
- w22.C1 = CFrame.new(46.5411644, 99.2344971, 168.405701, -0.885161757, -0.442488432, -0.143918976, -0.46447292, 0.858705521, 0.216568336, 0.027759457, 0.258544356, -0.965607941)
- w23 = Instance.new("Weld", p23)
- w23.Name = "Part10_Weld"
- w23.Part0 = p23
- w23.C0 = CFrame.new(46.5409622, 99.2346878, 168.408112, -0.885155201, -0.442484438, -0.143919393, -0.464473367, 0.858701169, 0.216571301, 0.0277547799, 0.25854212, -0.965608358)
- w23.Part1 = p24
- w23.C1 = CFrame.new(102.944443, 108.956757, 133.960144, -0.987779319, 0.150664583, -0.0399020649, 0.153967038, 0.983037353, -0.0996583104, 0.0242102407, -0.104584016, -0.994221449)
- w24 = Instance.new("Weld", p24)
- w24.Name = "Part4_Weld"
- w24.Part0 = p24
- w24.C0 = CFrame.new(102.944954, 108.957176, 133.962143, -0.987779438, 0.150663808, -0.039903149, 0.153966442, 0.983037293, -0.0996598676, 0.0242111478, -0.1045857, -0.994221091)
- w24.Part1 = p25
- w24.C1 = CFrame.new(105.269768, 104.42614, 134.717117, -0.98183912, 0.184697703, -0.0433453545, 0.188167229, 0.977199197, -0.0983615741, 0.0241898894, -0.104731418, -0.994206309)
- w25 = Instance.new("Weld", p25)
- w25.Name = "Part1_Weld"
- w25.Part0 = p25
- w25.C0 = CFrame.new(105.269775, 104.426155, 134.717133, -0.981839061, 0.184697717, -0.0433453545, 0.188167229, 0.977199197, -0.0983615592, 0.0241898857, -0.104731396, -0.994206369)
- w25.Part1 = p26
- w25.C1 = CFrame.new(-188.538498, -60.9146347, 29.5782623, 0.662162304, -0.525417328, 0.534301221, -0.749301434, -0.473195523, 0.463285446, 0.00941072032, -0.707122743, -0.70702821)
- w26 = Instance.new("Weld", p26)
- w26.Name = "Part3_Weld"
- w26.Part0 = p26
- w26.C0 = CFrame.new(-188.538544, -60.914669, 29.5783157, 0.662162364, -0.525417268, 0.534301162, -0.749301374, -0.473195583, 0.463285536, 0.00941071007, -0.707122803, -0.707028151)
- w26.Part1 = p27
- w26.C1 = CFrame.new(54.448082, 121.458931, 151.790634, -0.968519807, -0.246627644, -0.0338258073, -0.247569859, 0.968487918, 0.0272108279, 0.0260489415, 0.0347284786, -0.999057233)
- w27 = Instance.new("Weld", p27)
- w27.Name = "Part19_Weld"
- w27.Part0 = p27
- w27.C0 = CFrame.new(54.4480858, 121.458954, 151.790649, -0.968519866, -0.246627644, -0.0338258222, -0.247569859, 0.968487918, 0.0272108465, 0.0260489527, 0.034728501, -0.999057233)
- w27.Part1 = p28
- w27.C1 = CFrame.new(102.060936, 39.7304153, 168.968216, -0.958171666, 0.285586447, 0.0186415501, 0.280238539, 0.92302072, 0.263626844, 0.0580817237, 0.257823855, -0.964444578)
- w28 = Instance.new("Weld", p28)
- w28.Name = "Part2_Weld"
- w28.Part0 = p28
- w28.C0 = CFrame.new(102.060928, 39.7304382, 168.968216, -0.958171606, 0.285586387, 0.0186415482, 0.280238479, 0.92302072, 0.263626873, 0.0580817051, 0.257823855, -0.964444637)
- w28.Part1 = p29
- w28.C1 = CFrame.new(188.525238, -29.5706329, 64.7886353, -0.662299454, 0.525344074, -0.534203172, -0.00923469663, 0.707216203, 0.706937134, 0.749182224, 0.473137259, -0.463537574)
- w1 = Instance.new("Weld", game:service("Players").LocalPlayer.Character.Torso)
- w1.Name = "THandle_Weld"
- w1.Part0 = game:service("Players").LocalPlayer.Character.Torso
- w1.C0 = CFrame.new(-84.8392868, 111.390038, -145.835297, 0.99999851, 0, 0.00170899916, 0, 1, 0, -0.00170899916, 0, 0.99999851)
- w1.Part1 = m.THandle
- w1.C1 = CFrame.new(-84.5897446, 111.383545, -146.032959, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- m.Parent = game:service("Players").LocalPlayer.Character
- m:MakeJoints()
- local m = Instance.new("Model")
- m.Name = "Leg1"
- p1 = Instance.new("Part", m)
- p1.BrickColor = BrickColor.new("Really black")
- p1.Material = Enum.Material.SmoothPlastic
- p1.Name = "L1H"
- p1.CFrame = CFrame.new(85.5329132, -115.468628, 146.032944, 1.00000012, 2.88673618e-08, 1.84752214e-12, 6.05359674e-08, 1, 3.63797881e-12, 2.67197375e-12, 3.63797881e-12, 1)
- p1.Size = Vector3.new(2.09819984, 3.88560009, 2.11289978)
- p2 = Instance.new("Part", m)
- p2.BrickColor = BrickColor.new("Maroon")
- p2.Material = Enum.Material.Neon
- p2.CFrame = CFrame.new(85.592598, -117.259941, 146.041153, -1.00000012, -1.40867729e-09, 4.31851295e-05, 4.30957225e-05, -3.26622758e-05, 1, -2.67175171e-12, 1, 3.2662283e-05)
- p2.Size = Vector3.new(2.0540998, 2.2366004, 0.500200033)
- p3 = Instance.new("Part", m)
- p3.BrickColor = BrickColor.new("Maroon")
- p3.Material = Enum.Material.Neon
- p3.CFrame = CFrame.new(86.3613739, -115.203972, 146.041153, -1.00000012, -1.4086774e-09, 4.31851295e-05, 4.30957225e-05, -3.26622758e-05, 1, -2.67164069e-12, 1, 3.2662283e-05)
- p3.Size = Vector3.new(0.315699846, 2.2366004, 4.02110004)
- p4 = Instance.new("Part", m)
- p4.BrickColor = BrickColor.new("Maroon")
- p4.Material = Enum.Material.Neon
- p4.CFrame = CFrame.new(85.7181549, -115.203964, 146.041153, 3.05473804e-05, -9.29503585e-10, 1.00000012, 1, 4.54747351e-12, -3.04579735e-05, 1.8189894e-12, 1, 9.34051059e-10)
- p4.Size = Vector3.new(0.315699846, 2.2366004, 1.66030002)
- p5 = Instance.new("Part", m)
- p5.BrickColor = BrickColor.new("Maroon")
- p5.Material = Enum.Material.Neon
- p5.CFrame = CFrame.new(85.6904297, -114.502357, 146.041168, -0.707085967, -1.51391223e-05, 0.70712769, 0.707127631, -1.51382264e-05, 0.707085967, 0, 1, 2.14093216e-05)
- p5.Size = Vector3.new(0.315699846, 2.2366004, 1.90930009)
- p6 = Instance.new("Part", m)
- p6.BrickColor = BrickColor.new("Maroon")
- p6.Material = Enum.Material.Neon
- p6.CFrame = CFrame.new(84.7010269, -115.203964, 146.041168, -1, -1.40958167e-09, 4.31562585e-05, 4.31562585e-05, -3.26622794e-05, 1, 0, 1, 3.26622794e-05)
- p6.Size = Vector3.new(0.315699846, 2.2366004, 4.02110004)
- w1 = Instance.new("Weld", p1)
- w1.Name = "Part_Weld"
- w1.Part0 = p1
- w1.C0 = CFrame.new(-85.5329208, 115.468613, -146.032959, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- w1.Part1 = p2
- w1.C1 = CFrame.new(85.5976639, -146.044998, 117.251465, -1, 4.31562585e-05, 0, -1.40958167e-09, -3.26622794e-05, 1, 4.31562585e-05, 1, 3.26622794e-05)
- w2 = Instance.new("Weld", p2)
- w2.Name = "Part_Weld"
- w2.Part0 = p2
- w2.C0 = CFrame.new(85.5976639, -146.044998, 117.251465, -1, 4.31562585e-05, 0, -1.40958167e-09, -3.26622794e-05, 1, 4.31562585e-05, 1, 3.26622794e-05)
- w2.Part1 = p3
- w2.C1 = CFrame.new(86.3663483, -146.044937, 115.195465, -1, 4.31562585e-05, 0, -1.40958167e-09, -3.26622794e-05, 1, 4.31562585e-05, 1, 3.26622794e-05)
- w3 = Instance.new("Weld", p3)
- w3.Name = "Part_Weld"
- w3.Part0 = p3
- w3.C0 = CFrame.new(86.3663483, -146.044937, 115.195465, -1, 4.31562585e-05, 0, -1.40958167e-09, -3.26622794e-05, 1, 4.31562585e-05, 1, 3.26622794e-05)
- w3.Part1 = p4
- w3.C1 = CFrame.new(115.201347, -146.041168, -85.7216721, 3.05185094e-05, 1, 0, -9.31379418e-10, 0, 1, 1, -3.05185094e-05, 9.31350996e-10)
- w4 = Instance.new("Weld", p4)
- w4.Name = "Part_Weld"
- w4.Part0 = p4
- w4.C0 = CFrame.new(115.201347, -146.041168, -85.7216721, 3.05185094e-05, 1, 0, -9.31379418e-10, 0, 1, 1, -3.05185094e-05, 9.31350996e-10)
- w4.Part1 = p5
- w4.C1 = CFrame.new(141.558273, -146.041611, 20.3658085, -0.707085967, 0.707127631, 0, -1.51391214e-05, -1.51382292e-05, 1, 0.70712769, 0.707085967, 2.14093216e-05)
- w5 = Instance.new("Weld", p5)
- w5.Name = "Part_Weld"
- w5.Part0 = p5
- w5.C0 = CFrame.new(141.558273, -146.041611, 20.3658085, -0.707085967, 0.707127631, 0, -1.51391214e-05, -1.51382292e-05, 1, 0.70712769, 0.707085967, 2.14093216e-05)
- w5.Part1 = p6
- w5.C1 = CFrame.new(84.7060013, -146.044937, 115.195541, -1, 4.31562585e-05, 0, -1.40958167e-09, -3.26622794e-05, 1, 4.31562585e-05, 1, 3.26622794e-05)
- w1 = Instance.new("Weld", m.L1H)
- w1.Name = "Right Leg_Weld"
- w1.Part0 = m.L1H
- w1.C0 = CFrame.new(-85.5329132, 115.468628, -146.032944, 1.00000012, 6.05359674e-08, 2.67197375e-12, 2.88673618e-08, 1, 3.63797881e-12, 1.84752214e-12, 3.63797881e-12, 1)
- w1.Part1 = game:service("Players").LocalPlayer.Character["Right Leg"]
- w1.C1 = CFrame.new(-85.8392944, 115.390053, -145.83519, 0.99999851, 0, 0.00170899916, 0, 1, 0, -0.00170899916, 0, 0.99999851)
- m.Parent = game:service("Players").LocalPlayer.Character
- m:MakeJoints()
- local m = Instance.new("Model")
- m.Name = "Leg2"
- p1 = Instance.new("Part", m)
- p1.BrickColor = BrickColor.new("Maroon")
- p1.Material = Enum.Material.Neon
- p1.CFrame = CFrame.new(83.6343002, -115.203972, 146.041153, 3.05185094e-05, -9.31378974e-10, 1, 1, 0, -3.05185094e-05, 0, 1, 9.31351329e-10)
- p1.Size = Vector3.new(0.315699846, 2.2366004, 1.66030002)
- p2 = Instance.new("Part", m)
- p2.BrickColor = BrickColor.new("Maroon")
- p2.Material = Enum.Material.Neon
- p2.CFrame = CFrame.new(83.5113525, -117.259933, 146.041153, -1, -1.40958145e-09, 4.31562585e-05, 4.31562585e-05, -3.26622794e-05, 1, -2.22044605e-16, 1, 3.26622794e-05)
- p2.Size = Vector3.new(1.92089987, 2.2366004, 0.500200033)
- p3 = Instance.new("Part", m)
- p3.BrickColor = BrickColor.new("Really black")
- p3.Material = Enum.Material.SmoothPlastic
- p3.Name = "L2H"
- p3.CFrame = CFrame.new(83.6421509, -115.468613, 146.032944, 1, 0, 2.22044605e-16, 0, 1, 0, 2.22044605e-16, 0, 1)
- p3.Size = Vector3.new(2.09819984, 3.88560009, 2.11289978)
- p4 = Instance.new("Part", m)
- p4.BrickColor = BrickColor.new("Maroon")
- p4.Material = Enum.Material.Neon
- p4.CFrame = CFrame.new(84.3282776, -115.203964, 146.041168, -1, -1.40958156e-09, 4.31562585e-05, 4.31562585e-05, -3.26622794e-05, 1, -1.11022302e-16, 1, 3.26622794e-05)
- p4.Size = Vector3.new(0.315699846, 2.2366004, 4.02110004)
- p5 = Instance.new("Part", m)
- p5.BrickColor = BrickColor.new("Maroon")
- p5.Material = Enum.Material.Neon
- p5.CFrame = CFrame.new(82.7984543, -115.203964, 146.041168, -1, -1.40958167e-09, 4.31562585e-05, 4.31562585e-05, -3.26622794e-05, 1, 0, 1, 3.26622794e-05)
- p5.Size = Vector3.new(0.315699846, 2.2366004, 4.02110004)
- p6 = Instance.new("Part", m)
- p6.BrickColor = BrickColor.new("Maroon")
- p6.Material = Enum.Material.Neon
- p6.CFrame = CFrame.new(83.5938797, -114.433678, 146.039673, -0.707122445, 0, -0.707084477, -0.707084477, 2.74181366e-06, 0.707125187, 0, 0.999997258, 2.74181366e-06)
- p6.Size = Vector3.new(0.315699846, 2.2366004, 2.10030007)
- w1 = Instance.new("Weld", p1)
- w1.Name = "Part_Weld"
- w1.Part0 = p1
- w1.C0 = CFrame.new(115.201408, -146.041168, -83.6378098, 3.05185094e-05, 1, 0, -9.31379418e-10, 0, 1, 1, -3.05185094e-05, 9.31350996e-10)
- w1.Part1 = p2
- w1.C1 = CFrame.new(83.5164108, -146.044998, 117.251556, -1, 4.31562585e-05, 0, -1.40958167e-09, -3.26622794e-05, 1, 4.31562585e-05, 1, 3.26622794e-05)
- w2 = Instance.new("Weld", p2)
- w2.Name = "Part_Weld"
- w2.Part0 = p2
- w2.C0 = CFrame.new(83.5164108, -146.044998, 117.251556, -1, 4.31562585e-05, 0, -1.40958167e-09, -3.26622794e-05, 1, 4.31562585e-05, 1, 3.26622794e-05)
- w2.Part1 = p3
- w2.C1 = CFrame.new(-83.6421509, 115.468613, -146.032959, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- w3 = Instance.new("Weld", p3)
- w3.Name = "Part_Weld"
- w3.Part0 = p3
- w3.C0 = CFrame.new(-83.6421509, 115.468613, -146.032959, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- w3.Part1 = p4
- w3.C1 = CFrame.new(84.333252, -146.044937, 115.195557, -1, 4.31562585e-05, 0, -1.40958167e-09, -3.26622794e-05, 1, 4.31562585e-05, 1, 3.26622794e-05)
- w4 = Instance.new("Weld", p4)
- w4.Name = "Part_Weld"
- w4.Part0 = p4
- w4.C0 = CFrame.new(84.333252, -146.044937, 115.195557, -1, 4.31562585e-05, 0, -1.40958167e-09, -3.26622794e-05, 1, 4.31562585e-05, 1, 3.26622794e-05)
- w4.Part1 = p5
- w4.C1 = CFrame.new(82.8034286, -146.044937, 115.195625, -1, 4.31562585e-05, 0, -1.40958167e-09, -3.26622794e-05, 1, 4.31562585e-05, 1, 3.26622794e-05)
- w5 = Instance.new("Weld", p5)
- w5.Name = "Part_Weld"
- w5.Part0 = p5
- w5.C0 = CFrame.new(82.8034286, -146.044937, 115.195625, -1, 4.31562585e-05, 0, -1.40958167e-09, -3.26622794e-05, 1, 4.31562585e-05, 1, 3.26622794e-05)
- w5.Part1 = p6
- w5.C1 = CFrame.new(-21.8033867, -146.040451, 140.027893, -0.707122445, -0.707084477, 0, 0, 2.74181366e-06, 0.999997258, -0.707084477, 0.707125187, 2.74181366e-06)
- w1 = Instance.new("Weld", m.L2H)
- w1.Name = "Left Leg_Weld"
- w1.Part0 = m.L2H
- w1.C0 = CFrame.new(-83.6421509, 115.468613, -146.032944, 1, 0, 2.22044605e-16, 0, 1, 0, 2.22044605e-16, 0, 1)
- w1.Part1 = game:service("Players").LocalPlayer.Character["Left Leg"]
- w1.C1 = CFrame.new(-83.8392181, 115.390053, -145.835327, 0.99999851, 0, 0.00170899916, 0, 1, 0, -0.00170899916, 0, 0.99999851)
- m.Parent = game:service("Players").LocalPlayer.Character
- m:MakeJoints()
- local m = Instance.new("Model")
- m.Name = "Head"
- p1 = Instance.new("Part", m)
- p1.BrickColor = BrickColor.new("Medium stone grey")
- p1.Material = Enum.Material.SmoothPlastic
- p1.Name = "Assassin\'s Hood"
- p1.CFrame = CFrame.new(84.6000061, -107.907875, 145.698517, 1, 3.05180438e-05, -3.05171125e-05, -3.05171125e-05, 1, 3.05180438e-05, 3.05180438e-05, -3.05171125e-05, 1)
- p1.CanCollide = false
- p1.FormFactor = Enum.FormFactor.Plate
- p1.Size = Vector3.new(4, 3.20000005, 4)
- p1.BottomSurface = Enum.SurfaceType.Smooth
- p1.TopSurface = Enum.SurfaceType.Smooth
- b1 = Instance.new("SpecialMesh", p1)
- b1.MeshId = "http://www.roblox.com/asset/?id=16952952"
- b1.TextureId = "http://www.roblox.com/asset/?id=32908530"
- b1.MeshType = Enum.MeshType.FileMesh
- b1.Name = "Mesh"
- b1.Scale = Vector3.new(2.0999999, 2.0999999, 2.0999999)
- p2 = Instance.new("Part", m)
- p2.BrickColor = BrickColor.new("Really black")
- p2.Name = "Head"
- p2.CFrame = CFrame.new(84.5999985, -108.352676, 146.040024, -1, 3.05171125e-05, 3.05180438e-05, 3.05180438e-05, 1, 3.05171125e-05, -3.05171125e-05, 3.05180438e-05, -1)
- p2.FormFactor = Enum.FormFactor.Symmetric
- p2.Size = Vector3.new(4, 2, 2)
- p2.TopSurface = Enum.SurfaceType.Smooth
- b2 = Instance.new("SpecialMesh", p2)
- b2.MeshType = Enum.MeshType.Head
- b2.Name = "Mesh"
- b2.Scale = Vector3.new(1.25, 1.25, 1.25)
- p3 = Instance.new("Part", m)
- p3.BrickColor = BrickColor.new("Really red")
- p3.Material = Enum.Material.Neon
- p3.CFrame = CFrame.new(84.1576843, -108.217728, 144.961884, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- p3.Shape = Enum.PartType.Ball
- p3.Size = Vector3.new(0.257800102, 0.257800102, 0.257800102)
- p3.BottomSurface = Enum.SurfaceType.Smooth
- p3.TopSurface = Enum.SurfaceType.Smooth
- p4 = Instance.new("Part", m)
- p4.BrickColor = BrickColor.new("Really red")
- p4.Material = Enum.Material.Neon
- p4.CFrame = CFrame.new(85.0582123, -108.217728, 144.961884, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- p4.Shape = Enum.PartType.Ball
- p4.Size = Vector3.new(0.257800102, 0.257800102, 0.257800102)
- p4.BottomSurface = Enum.SurfaceType.Smooth
- p4.TopSurface = Enum.SurfaceType.Smooth
- w1 = Instance.new("Weld", p1)
- w1.Name = "Head_Weld"
- w1.Part0 = p1
- w1.C0 = CFrame.new(-84.6077499, 107.909744, -145.692642, 1, -3.05171125e-05, 3.05180438e-05, 3.05180438e-05, 1, -3.05171125e-05, -3.05171125e-05, 3.05180438e-05, 1)
- w1.Part1 = p2
- w1.C1 = CFrame.new(84.6077652, 108.345642, 146.040741, -1, 3.05180438e-05, -3.05171125e-05, 3.05171125e-05, 1, 3.05180438e-05, 3.05180438e-05, 3.05171125e-05, -1)
- w2 = Instance.new("Weld", p2)
- w2.Name = "Part_Weld"
- w2.Part0 = p2
- w2.C0 = CFrame.new(84.6077652, 108.345642, 146.040741, -1, 3.05180438e-05, -3.05171125e-05, 3.05171125e-05, 1, 3.05180438e-05, 3.05180438e-05, 3.05171125e-05, -1)
- w2.Part1 = p3
- w2.C1 = CFrame.new(-84.1576843, 108.217735, -144.961884, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- w3 = Instance.new("Weld", p3)
- w3.Name = "Part_Weld"
- w3.Part0 = p3
- w3.C0 = CFrame.new(-84.1576843, 108.217735, -144.961884, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- w3.Part1 = p4
- w3.C1 = CFrame.new(-85.0582123, 108.217735, -144.961884, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- w1 = Instance.new("Weld", m.Head)
- w1.Name = "PHead_Weld"
- w1.Part0 = m.Head
- w1.C0 = CFrame.new(84.6077576, 108.345642, 146.040741, -1, 3.05180438e-05, -3.05171125e-05, 3.05171125e-05, 1, 3.05180438e-05, 3.05180438e-05, 3.05171125e-05, -1)
- w1.Part1 = game:service("Players").LocalPlayer.Character.Head
- w1.C1 = CFrame.new(-84.8392868, 108.390068, -145.835297, 0.99999851, 0, 0.00170899916, 0, 1, 0, -0.00170899916, 0, 0.99999851)
- m.Parent = game:service("Players").LocalPlayer.Character
- m:MakeJoints()
- game:service("Players").LocalPlayer.Character.Head.Transparency = 1
- game:service("Players").LocalPlayer.Character.Head.Mesh:Remove()
- if hed:findFirstChild("face") then
- hed.face:Remove()
- end
- hed.BrickColor = BrickColor.new("Really black")
- lite = Instance.new("PointLight", torso)
- lite.Brightness = 14
- lite.Range = 10
- lite.Color = Color3.new(1, 0, 0)
- z = Instance.new("Sound", char)
- z.SoundId = "rbxassetid://403445112"
- z.Looped = true
- z.Pitch = 0.72
- z.Volume = 1
- wait(0.01)
- z:Play()
- local m = Instance.new("Model")
- m.Name = "Absolution"
- p1 = Instance.new("Part", m)
- p1.BrickColor = BrickColor.new("Maroon")
- p1.FormFactor = Enum.FormFactor.Custom
- p1.Size = Vector3.new(1, 0.600000024, 1.5)
- p1.CFrame = CFrame.new(67.4994888, 12.1560526, 73.0205841, 0.999972522, -3.59117985e-05, -8.00192356e-06, -1.39250187e-05, 0.358383715, -0.933530986, 5.28097153e-05, 0.933500648, 0.358406395)
- p1.CanCollide = false
- p1.Locked = true
- p1.Elasticity = 0
- p1.BottomSurface = Enum.SurfaceType.Smooth
- p1.TopSurface = Enum.SurfaceType.Smooth
- b1 = Instance.new("SpecialMesh", p1)
- b1.MeshType = Enum.MeshType.Wedge
- b1.Name = "Mesh"
- b1.Scale = Vector3.new(0.400000006, 0.600000024, 0.699999928)
- p2 = Instance.new("Part", m)
- p2.BrickColor = BrickColor.new("Really black")
- p2.FormFactor = Enum.FormFactor.Custom
- p2.Size = Vector3.new(1, 2.9000001, 1)
- p2.CFrame = CFrame.new(67.4995728, 11.7633543, 74.2129135, -1.30959779e-05, 2.79811252e-06, 0.999972522, 0.961226642, 0.275612593, -7.50799518e-06, -0.275637805, 0.96119839, 1.01176247e-05)
- p2.CanCollide = false
- p2.Locked = true
- p2.Elasticity = 0
- p2.BottomSurface = Enum.SurfaceType.Smooth
- p2.TopSurface = Enum.SurfaceType.Smooth
- b2 = Instance.new("BlockMesh", p2)
- b2.Name = "Mesh"
- b2.Scale = Vector3.new(0.400000006, 1, 0.400000006)
- p3 = Instance.new("Part", m)
- p3.BrickColor = BrickColor.new("Maroon")
- p3.FormFactor = Enum.FormFactor.Custom
- p3.Size = Vector3.new(1, 1.20000005, 2.0999999)
- p3.CFrame = CFrame.new(67.4994965, 12.6401453, 73.9670334, 0.999972522, -3.52207899e-05, -8.10639358e-06, -1.61500211e-05, 0.309035271, -0.951007903, 5.24176576e-05, 0.950978875, 0.309059501)
- p3.CanCollide = false
- p3.Locked = true
- p3.Elasticity = 0
- p3.BottomSurface = Enum.SurfaceType.Smooth
- p3.TopSurface = Enum.SurfaceType.Smooth
- b3 = Instance.new("SpecialMesh", p3)
- b3.MeshType = Enum.MeshType.Wedge
- b3.Name = "Mesh"
- b3.Scale = Vector3.new(0.400000006, 0.600000024, 0.699999928)
- p4 = Instance.new("Part", m)
- p4.BrickColor = BrickColor.new("Maroon")
- p4.FormFactor = Enum.FormFactor.Custom
- p4.Size = Vector3.new(1, 1.43999994, 2.05000019)
- p4.CFrame = CFrame.new(67.4995575, 11.8683414, 76.1565704, 0.999972522, -2.5085672e-05, -1.53700166e-05, -4.86194367e-05, -0.800831437, -0.598821938, 1.9131101e-05, 0.598835468, -0.800796151)
- p4.CanCollide = false
- p4.Locked = true
- p4.Elasticity = 0
- p4.BottomSurface = Enum.SurfaceType.Smooth
- p4.TopSurface = Enum.SurfaceType.Smooth
- b4 = Instance.new("SpecialMesh", p4)
- b4.MeshType = Enum.MeshType.Wedge
- b4.Name = "Mesh"
- b4.Scale = Vector3.new(0.300000012, 0.600000024, 0.699999988)
- p5 = Instance.new("Part", m)
- p5.BrickColor = BrickColor.new("Maroon")
- p5.FormFactor = Enum.FormFactor.Custom
- p5.Size = Vector3.new(1, 1.20000005, 3.20000005)
- p5.CFrame = CFrame.new(67.4995193, 13.241991, 74.8357468, 0.999972522, -3.59118021e-05, -8.00191992e-06, -1.39250224e-05, 0.358383656, -0.933530807, 5.2809708e-05, 0.933500469, 0.358406246)
- p5.CanCollide = false
- p5.Locked = true
- p5.Elasticity = 0
- p5.BottomSurface = Enum.SurfaceType.Smooth
- p5.TopSurface = Enum.SurfaceType.Smooth
- b5 = Instance.new("SpecialMesh", p5)
- b5.MeshType = Enum.MeshType.Wedge
- b5.Name = "Mesh"
- b5.Scale = Vector3.new(0.400000006, 0.600000024, 0.699999928)
- p6 = Instance.new("Part", m)
- p6.Name = "Handle"
- p6.BrickColor = BrickColor.new("Really black")
- p6.FormFactor = Enum.FormFactor.Custom
- p6.Size = Vector3.new(1.5999999, 13.6000004, 1)
- p6.CFrame = CFrame.new(67.5017471, 11.2780685, 66.1421967, -1.18190947e-05, 6.28741009e-06, 0.999972522, 0.99995929, -1.39772892e-05, -7.50630716e-06, -1.79708004e-05, 0.999939024, 1.01296728e-05)
- p6.CanCollide = false
- p6.Locked = true
- p6.Elasticity = 0
- p6.BottomSurface = Enum.SurfaceType.Smooth
- p6.TopSurface = Enum.SurfaceType.Smooth
- b6 = Instance.new("BlockMesh", p6)
- b6.Name = "Mesh"
- b6.Scale = Vector3.new(0.400000006, 1, 0.400000006)
- p7 = Instance.new("Part", m)
- p7.BrickColor = BrickColor.new("Maroon")
- p7.FormFactor = Enum.FormFactor.Custom
- p7.Size = Vector3.new(1, 1.00999999, 1.05000019)
- p7.CFrame = CFrame.new(67.5174179, 10.5228004, 76.3114471, 0.999972522, -2.76626724e-05, -6.72184569e-06, -4.7347472e-05, -0.91489929, -0.403581172, 2.14323372e-05, 0.403602213, -0.914867818)
- p7.CanCollide = false
- p7.Locked = true
- p7.Elasticity = 0
- p7.BottomSurface = Enum.SurfaceType.Smooth
- p7.TopSurface = Enum.SurfaceType.Smooth
- b7 = Instance.new("SpecialMesh", p7)
- b7.MeshType = Enum.MeshType.Wedge
- b7.Name = "Mesh"
- b7.Scale = Vector3.new(0.300000012, 0.600000024, 0.699999988)
- p8 = Instance.new("Part", m)
- p8.BrickColor = BrickColor.new("Maroon")
- p8.FormFactor = Enum.FormFactor.Custom
- p8.Size = Vector3.new(1, 1.00999999, 1.05000019)
- p8.CFrame = CFrame.new(67.5074387, 8.51285458, 76.8714371, 0.999972522, -2.76626724e-05, -6.72184387e-06, -4.73474684e-05, -0.91489917, -0.403581113, 2.14323354e-05, 0.403602153, -0.914867699)
- p8.CanCollide = false
- p8.Locked = true
- p8.Elasticity = 0
- p8.BottomSurface = Enum.SurfaceType.Smooth
- p8.TopSurface = Enum.SurfaceType.Smooth
- b8 = Instance.new("SpecialMesh", p8)
- b8.MeshType = Enum.MeshType.Wedge
- b8.Name = "Mesh"
- b8.Scale = Vector3.new(0.300000012, 0.600000024, 0.699999988)
- p9 = Instance.new("Part", m)
- p9.BrickColor = BrickColor.new("Really black")
- p9.FormFactor = Enum.FormFactor.Custom
- p9.Size = Vector3.new(1, 1.07999957, 1)
- p9.CFrame = CFrame.new(67.5095749, 7.1092, 74.5051422, -2.60536999e-05, -5.21559741e-06, 0.999972522, 0.35323599, -0.935490847, -1.50012565e-05, 0.935460567, 0.353258699, 4.2632455e-05)
- p9.CanCollide = false
- p9.Locked = true
- p9.Elasticity = 0
- p9.BottomSurface = Enum.SurfaceType.Smooth
- p9.TopSurface = Enum.SurfaceType.Smooth
- b9 = Instance.new("BlockMesh", p9)
- b9.Name = "Mesh"
- b9.Scale = Vector3.new(0.550000012, 1, 0.550000012)
- p10 = Instance.new("Part", m)
- p10.BrickColor = BrickColor.new("Really black")
- p10.FormFactor = Enum.FormFactor.Custom
- p10.Size = Vector3.new(1, 1.41999948, 1)
- p10.CFrame = CFrame.new(67.489624, 8.67401791, 72.7929764, -9.47785156e-06, -9.42233055e-06, 0.999972522, 0.292371064, 0.956263304, -7.54374832e-06, -0.956253231, 0.292334616, 1.01081387e-05)
- p10.CanCollide = false
- p10.Locked = true
- p10.Elasticity = 0
- p10.BottomSurface = Enum.SurfaceType.Smooth
- p10.TopSurface = Enum.SurfaceType.Smooth
- b10 = Instance.new("BlockMesh", p10)
- b10.Name = "Mesh"
- b10.Scale = Vector3.new(0.400000006, 1, 0.400000006)
- p11 = Instance.new("Part", m)
- p11.BrickColor = BrickColor.new("Really black")
- p11.FormFactor = Enum.FormFactor.Custom
- p11.Size = Vector3.new(1, 1.50999951, 1)
- p11.CFrame = CFrame.new(67.509552, 7.11887455, 70.3475952, -1.87569385e-05, 1.80455972e-05, 0.999972522, -0.36222899, -0.932047009, -9.30004444e-06, 0.932039678, -0.362191886, 4.04359016e-05)
- p11.CanCollide = false
- p11.Locked = true
- p11.Elasticity = 0
- p11.BottomSurface = Enum.SurfaceType.Smooth
- p11.TopSurface = Enum.SurfaceType.Smooth
- b11 = Instance.new("BlockMesh", p11)
- b11.Name = "Mesh"
- b11.Scale = Vector3.new(0.550000012, 1, 0.550000012)
- p12 = Instance.new("Part", m)
- p12.Name = "BladeCenter"
- p12.BrickColor = BrickColor.new("Dark stone grey")
- p12.Material = Enum.Material.Concrete
- p12.FormFactor = Enum.FormFactor.Symmetric
- p12.Size = Vector3.new(1, 2, 2)
- p12.CFrame = CFrame.new(67.4995346, 6.83217764, 72.2514038, -0.999972522, 2.42275873e-05, 0.000103325896, -8.39982677e-05, 4.44650614e-05, -0.999960959, -4.06451727e-05, -0.999940753, -1.25430051e-05)
- p12.CanCollide = false
- p12.Locked = true
- p12.BottomSurface = Enum.SurfaceType.Smooth
- p12.TopSurface = Enum.SurfaceType.Smooth
- b12 = Instance.new("SpecialMesh", p12)
- b12.MeshType = Enum.MeshType.Brick
- b12.Name = "Mesh"
- b12.Scale = Vector3.new(0.499999911, 1, 0.699999928)
- p13 = Instance.new("Part", m)
- p13.BrickColor = BrickColor.new("Really black")
- p13.FormFactor = Enum.FormFactor.Custom
- p13.Size = Vector3.new(2.91000009, 4.3300004, 1)
- p13.CFrame = CFrame.new(67.5096359, 9.31026554, 73.9751816, 7.60371313e-06, 1.0943455e-05, 0.999972522, -0.119072244, -0.99284631, -7.55448127e-06, 0.992830038, -0.119038157, 1.01703836e-05)
- p13.CanCollide = false
- p13.Locked = true
- p13.Elasticity = 0
- p13.BottomSurface = Enum.SurfaceType.Smooth
- p13.TopSurface = Enum.SurfaceType.Smooth
- b13 = Instance.new("BlockMesh", p13)
- b13.Name = "Mesh"
- b13.Scale = Vector3.new(1, 1, 0.400000006)
- p14 = Instance.new("Part", m)
- p14.BrickColor = BrickColor.new("Really black")
- p14.FormFactor = Enum.FormFactor.Custom
- p14.Size = Vector3.new(2.5, 2.17999935, 1)
- p14.CFrame = CFrame.new(67.4896011, 10.1621294, 72.6420059, -1.55498967e-07, -1.33476442e-05, 0.999972522, -0.462319613, 0.886669755, -7.56198779e-06, -0.886637092, -0.462338567, 1.01078904e-05)
- p14.CanCollide = false
- p14.Locked = true
- p14.Elasticity = 0
- p14.BottomSurface = Enum.SurfaceType.Smooth
- p14.TopSurface = Enum.SurfaceType.Smooth
- b14 = Instance.new("BlockMesh", p14)
- b14.Name = "Mesh"
- b14.Scale = Vector3.new(0.400000006, 1, 0.400000006)
- p15 = Instance.new("Part", m)
- p15.BrickColor = BrickColor.new("Really black")
- p15.FormFactor = Enum.FormFactor.Custom
- p15.Size = Vector3.new(1.16999996, 4.2699995, 1)
- p15.CFrame = CFrame.new(67.5095901, 9.35303593, 70.6884613, -1.24399676e-05, -4.94209144e-06, 0.999972522, 0.645082474, 0.764063478, -7.52419282e-06, -0.764068604, 0.645045042, 1.0099785e-05)
- p15.CanCollide = false
- p15.Locked = true
- p15.Elasticity = 0
- p15.BottomSurface = Enum.SurfaceType.Smooth
- p15.TopSurface = Enum.SurfaceType.Smooth
- b15 = Instance.new("BlockMesh", p15)
- b15.Name = "Mesh"
- b15.Scale = Vector3.new(1, 1, 0.400000006)
- p16 = Instance.new("Part", m)
- p16.BrickColor = BrickColor.new("Really black")
- p16.FormFactor = Enum.FormFactor.Custom
- p16.Size = Vector3.new(1.68999994, 4.76000023, 1)
- p16.CFrame = CFrame.new(67.4996033, 9.63990211, 75.3800278, 2.98175655e-06, 1.30014914e-05, 0.999972522, 0.258795738, -0.965893507, -7.53869244e-06, 0.965865672, 0.258821338, 1.01718706e-05)
- p16.CanCollide = false
- p16.Locked = true
- p16.Elasticity = 0
- p16.BottomSurface = Enum.SurfaceType.Smooth
- p16.TopSurface = Enum.SurfaceType.Smooth
- b16 = Instance.new("BlockMesh", p16)
- b16.Name = "Mesh"
- b16.Scale = Vector3.new(1, 1, 0.400000006)
- p17 = Instance.new("Part", m)
- p17.BrickColor = BrickColor.new("Really black")
- p17.FormFactor = Enum.FormFactor.Custom
- p17.Size = Vector3.new(1.78999996, 4.21999979, 1)
- p17.CFrame = CFrame.new(67.499588, 9.28996372, 69.8789978, -9.50601952e-06, -9.41252802e-06, 0.999972522, 0.293352425, 0.955965877, -7.53842551e-06, -0.955955863, 0.293315947, 1.00904235e-05)
- p17.CanCollide = false
- p17.Locked = true
- p17.Elasticity = 0
- p17.BottomSurface = Enum.SurfaceType.Smooth
- p17.TopSurface = Enum.SurfaceType.Smooth
- b17 = Instance.new("BlockMesh", p17)
- b17.Name = "Mesh"
- b17.Scale = Vector3.new(1, 1, 0.400000006)
- p18 = Instance.new("WedgePart", m)
- p18.BrickColor = BrickColor.new("Dark stone grey")
- p18.Name = "BladePart1"
- p18.Material = Enum.Material.Concrete
- p18.Name = "Wedge"
- p18.FormFactor = Enum.FormFactor.Symmetric
- p18.Size = Vector3.new(1, 4, 2)
- p18.CFrame = CFrame.new(67.499321, 6.83199787, 69.4816895, 0.999972522, -3.68033288e-05, -4.22928351e-05, 2.29664256e-05, -1.65102574e-05, 0.999963701, -2.03872096e-05, -0.999943435, -4.84290831e-05)
- p18.CanCollide = false
- p18.Locked = true
- p18.BottomSurface = Enum.SurfaceType.Smooth
- p18.TopSurface = Enum.SurfaceType.Smooth
- b18 = Instance.new("SpecialMesh", p18)
- b18.MeshType = Enum.MeshType.Wedge
- b18.Name = "Mesh"
- b18.Scale = Vector3.new(0.499999911, 0.899999976, 0.699999928)
- p19 = Instance.new("WedgePart", m)
- p19.BrickColor = BrickColor.new("Dark stone grey")
- p19.Name = "BladePart2"
- p19.Material = Enum.Material.Concrete
- p19.Name = "Wedge"
- p19.FormFactor = Enum.FormFactor.Symmetric
- p19.Size = Vector3.new(1, 4, 2)
- p19.CFrame = CFrame.new(67.4994736, 6.83213568, 75.0314102, -0.999972522, 3.68059118e-05, -0.000103325001, -8.40002976e-05, -4.4521752e-05, 0.999963701, 2.03864402e-05, 0.999943435, 1.26029336e-05)
- p19.CanCollide = false
- p19.Locked = true
- p19.BottomSurface = Enum.SurfaceType.Smooth
- p19.TopSurface = Enum.SurfaceType.Smooth
- b19 = Instance.new("SpecialMesh", p19)
- b19.MeshType = Enum.MeshType.Wedge
- b19.Name = "Mesh"
- b19.Scale = Vector3.new(0.499999911, 0.899999976, 0.699999928)
- p20 = Instance.new("Part", m)
- p20.BrickColor = BrickColor.new("Really black")
- p20.FormFactor = Enum.FormFactor.Custom
- p20.Size = Vector3.new(2.53000021, 2.39999938, 1)
- p20.CFrame = CFrame.new(67.4996414, 7.91898966, 71.4148178, -1.09432585e-05, 7.6432425e-06, 0.999972522, 0.992849231, -0.119072601, -7.55000656e-06, 0.119038492, 0.992832959, 1.01311334e-05)
- p20.CanCollide = false
- p20.Locked = true
- p20.Elasticity = 0
- p20.BottomSurface = Enum.SurfaceType.Smooth
- p20.TopSurface = Enum.SurfaceType.Smooth
- b20 = Instance.new("BlockMesh", p20)
- b20.Name = "Mesh"
- b20.Scale = Vector3.new(0.400000006, 1, 0.400000006)
- p21 = Instance.new("Part", m)
- p21.BrickColor = BrickColor.new("Maroon")
- p21.FormFactor = Enum.FormFactor.Custom
- p21.Size = Vector3.new(1, 1.43999994, 1.59000015)
- p21.CFrame = CFrame.new(67.509613, 9.57073689, 76.6228256, 0.999972522, -2.50856156e-05, -1.53699839e-05, -4.86196222e-05, -0.800835371, -0.598824739, 1.91311228e-05, 0.59883821, -0.800800025)
- p21.CanCollide = false
- p21.Locked = true
- p21.Elasticity = 0
- p21.BottomSurface = Enum.SurfaceType.Smooth
- p21.TopSurface = Enum.SurfaceType.Smooth
- b21 = Instance.new("SpecialMesh", p21)
- b21.MeshType = Enum.MeshType.Wedge
- b21.Name = "Mesh"
- b21.Scale = Vector3.new(0.300000012, 0.600000024, 0.699999988)
- w1 = Instance.new("Weld", p1)
- w1.Name = "Part_Weld"
- w1.Part0 = p1
- w1.C0 = CFrame.new(-67.5030899, -72.5280457, -14.8209743, 1, -6.37466928e-06, 4.26825172e-05, -3.75621021e-05, 0.358411252, 0.933563769, -2.12490559e-05, -0.933563769, 0.358411252)
- w1.Part1 = p2
- w1.C1 = CFrame.new(9.14727688, -74.5847855, -67.5001221, -4.37113883e-08, 0.961261749, -0.27563718, 0, 0.27563718, 0.961261749, 1, 4.20180868e-08, -1.2048484e-08)
- w2 = Instance.new("Weld", p2)
- w2.Name = "Part_Weld"
- w2.Part0 = p2
- w2.C0 = CFrame.new(9.14727688, -74.5847855, -67.5001221, -4.37113883e-08, 0.961261749, -0.27563718, 0, 0.27563718, 0.961261749, 1, 4.20180868e-08, -1.2048484e-08)
- w2.Part1 = p3
- w2.C1 = CFrame.new(-67.5030823, -74.2541809, -10.8368053, 1, -8.59976626e-06, 4.22903977e-05, -3.75621021e-05, 0.30906105, 0.951042175, -2.12490559e-05, -0.951042175, 0.30906105)
- w3 = Instance.new("Weld", p3)
- w3.Name = "Part_Weld"
- w3.Part0 = p3
- w3.C0 = CFrame.new(-67.5030823, -74.2541809, -10.8368053, 1, -8.59976626e-06, 4.22903977e-05, -3.75621021e-05, 0.30906105, 0.951042175, -2.12490559e-05, -0.951042175, 0.30906105)
- w3.Part1 = p4
- w3.C1 = CFrame.new(-67.5002975, -36.1002579, 68.1035233, 1, -4.10709617e-05, 9.00123541e-06, -3.82823673e-05, -0.800855637, 0.598857403, -1.73869594e-05, -0.598857403, -0.800855637)
- w4 = Instance.new("Weld", p4)
- w4.Name = "Part_Weld"
- w4.Part0 = p4
- w4.C0 = CFrame.new(-67.5002975, -36.1002579, 68.1035233, 1, -4.10709617e-05, 9.00123541e-06, -3.82823673e-05, -0.800855637, 0.598857403, -1.73869594e-05, -0.598857403, -0.800855637)
- w4.Part1 = p5
- w4.C1 = CFrame.new(-67.5031891, -74.611969, -14.457736, 1, -6.37466928e-06, 4.26825172e-05, -3.75621021e-05, 0.358411252, 0.933563769, -2.12490559e-05, -0.933563769, 0.358411252)
- w5 = Instance.new("Weld", p5)
- w5.Name = "Part_Weld"
- w5.Part0 = p5
- w5.C0 = CFrame.new(-67.5031891, -74.611969, -14.457736, 1, -6.37466928e-06, 4.26825172e-05, -3.75621021e-05, 0.358411252, 0.933563769, -2.12490559e-05, -0.933563769, 0.358411252)
- w5.Part1 = p6
- w5.C1 = CFrame.new(-11.2799978, -66.1456223, -67.5023346, -4.37113883e-08, 1, 4.37113883e-08, 0, -4.37113883e-08, 1, 1, 4.37113883e-08, 1.91068547e-15)
- w6 = Instance.new("Weld", p6)
- w6.Name = "Part_Weld"
- w6.Part0 = p6
- w6.C0 = CFrame.new(-11.2799978, -66.1456223, -67.5023346, -4.37113883e-08, 1, 4.37113883e-08, 0, -4.37113883e-08, 1, 1, 4.37113883e-08, 1.91068547e-15)
- w6.Part1 = p7
- w6.C1 = CFrame.new(-67.5183792, -21.1694489, 74.0717163, 1, -3.97989206e-05, 1.13026372e-05, -4.09751265e-05, -0.91493088, 0.403610349, -5.72212457e-06, -0.403610349, -0.91493088)
- w7 = Instance.new("Weld", p7)
- w7.Name = "Part_Weld"
- w7.Part0 = p7
- w7.C0 = CFrame.new(-67.5183792, -21.1694489, 74.0717163, 1, -3.97989206e-05, 1.13026372e-05, -4.09751265e-05, -0.91493088, 0.403610349, -5.72212457e-06, -0.403610349, -0.91493088)
- w7.Part1 = p8
- w7.C1 = CFrame.new(-67.508461, -23.234499, 73.7728119, 1, -3.97989206e-05, 1.13026372e-05, -4.09751265e-05, -0.91493088, 0.403610349, -5.72212457e-06, -0.403610349, -0.91493088)
- w8 = Instance.new("Weld", p8)
- w8.Name = "Part_Weld"
- w8.Part0 = p8
- w8.C0 = CFrame.new(-67.508461, -23.234499, 73.7728119, 1, -3.97989206e-05, 1.13026372e-05, -4.09751265e-05, -0.91493088, 0.403610349, -5.72212457e-06, -0.403610349, -0.91493088)
- w8.Part1 = p9
- w8.C1 = CFrame.new(-72.2151413, -19.6674671, -67.5124359, -2.77766703e-05, 0.353263557, 0.935524285, -1.84533783e-05, -0.935524285, 0.353263557, 1, -7.4510931e-06, 3.25046385e-05)
- w9 = Instance.new("Weld", p9)
- w9.Name = "Part_Weld"
- w9.Part0 = p9
- w9.C0 = CFrame.new(-72.2151413, -19.6674671, -67.5124359, -2.77766703e-05, 0.353263557, 0.935524285, -1.84533783e-05, -0.935524285, 0.353263557, 1, -7.4510931e-06, 3.25046385e-05)
- w9.Part1 = p10
- w9.C1 = CFrame.new(67.0792923, -29.5803547, -67.4901428, -2.24114753e-08, 0.292369425, -0.956305802, 3.04095332e-10, 0.956305802, 0.292369425, 1, 6.26159258e-09, -2.15211493e-08)
- w10 = Instance.new("Weld", p10)
- w10.Name = "Part_Weld"
- w10.Part0 = p10
- w10.C0 = CFrame.new(67.0792923, -29.5803547, -67.4901428, -2.24114753e-08, 0.292369425, -0.956305802, 3.04095332e-10, 0.956305802, 0.292369425, 1, 6.26159258e-09, -2.15211493e-08)
- w10.Part1 = p11
- w10.C1 = CFrame.new(-62.9921722, 32.1197624, -67.5121918, -2.88835581e-05, -0.362230271, 0.932088912, 9.3476192e-06, -0.932088912, -0.362230271, 1, -1.74967965e-06, 3.03080251e-05)
- w11 = Instance.new("Weld", p11)
- w11.Name = "Part_Weld"
- w11.Part0 = p11
- w11.C0 = CFrame.new(-62.9921722, 32.1197624, -67.5121918, -2.88835581e-05, -0.362230271, 0.932088912, 9.3476192e-06, -0.932088912, -0.362230271, 1, -1.74967965e-06, 3.03080251e-05)
- w11.Part1 = p12
- w11.C1 = CFrame.new(67.5028763, 72.2527161, 6.8300252, -1, -9.15522687e-05, -3.05189751e-05, 3.05161811e-05, 3.05189751e-05, -1, 9.15532e-05, -1, -3.05161811e-05)
- w12 = Instance.new("Weld", p12)
- w12.Name = "Part_Weld"
- w12.Part0 = p12
- w12.C0 = CFrame.new(67.5028763, 72.2527161, 6.8300252, -1, -9.15522687e-05, -3.05189751e-05, 3.05161811e-05, 3.05189751e-05, -1, 9.15532e-05, -1, -3.05161811e-05)
- w12.Part1 = p13
- w12.C1 = CFrame.new(-72.3439255, 18.054121, -67.5101624, -4.09776035e-08, -0.11906305, 0.992886722, 4.05430745e-10, -0.992886722, -0.11906305, 1, -4.47637571e-09, 4.0734399e-08)
- w13 = Instance.new("Weld", p13)
- w13.Name = "Part_Weld"
- w13.Part0 = p13
- w13.C0 = CFrame.new(-72.3439255, 18.054121, -67.5101624, -4.09776035e-08, -0.11906305, 0.992886722, 4.05430745e-10, -0.992886722, -0.11906305, 1, -4.47637571e-09, 4.0734399e-08)
- w13.Part1 = p14
- w13.C1 = CFrame.new(69.1140671, 24.5752277, -67.4901428, -2.4837334e-08, -0.462350011, -0.886697888, 5.64353009e-10, 0.886697888, -0.462350011, 1, -1.19839818e-08, -2.17623022e-08)
- w14 = Instance.new("Weld", p14)
- w14.Name = "Part_Weld"
- w14.Part0 = p14
- w14.C0 = CFrame.new(69.1140671, 24.5752277, -67.4901428, -2.4837334e-08, -0.462350011, -0.886697888, 5.64353009e-10, 0.886697888, -0.462350011, 1, -1.19839818e-08, -2.17623022e-08)
- w14.Part1 = p15
- w14.C1 = CFrame.new(47.9809418, -52.7511749, -67.5101318, -3.94735267e-08, 0.64509654, -0.764101744, -4.55740418e-10, 0.764101744, 0.64509654, 1, 2.58124242e-08, -2.98677882e-08)
- w15 = Instance.new("Weld", p15)
- w15.Name = "Part_Weld"
- w15.Part0 = p15
- w15.C0 = CFrame.new(47.9809418, -52.7511749, -67.5101318, -3.94735267e-08, 0.64509654, -0.764101744, -4.55740418e-10, 0.764101744, 0.64509654, 1, 2.58124242e-08, -2.98677882e-08)
- w15.Part1 = p16
- w15.C1 = CFrame.new(-75.3105469, -10.1974039, -67.5001221, -4.37113883e-08, 0.258818924, 0.965925872, 0, -0.965925872, 0.258818924, 1, 1.13133343e-08, 4.22219593e-08)
- w16 = Instance.new("Weld", p16)
- w16.Name = "Part_Weld"
- w16.Part0 = p16
- w16.C0 = CFrame.new(-75.3105469, -10.1974039, -67.5001221, -4.37113883e-08, 0.258818924, 0.965925872, 0, -0.965925872, 0.258818924, 1, 1.13133343e-08, 4.22219593e-08)
- w16.Part1 = p17
- w16.C1 = CFrame.new(64.0820847, -29.3829937, -67.5001373, -4.09009289e-08, 0.293349952, -0.956005633, 4.38312497e-10, 0.956005633, 0.293349952, 1, 1.15792238e-08, -3.92300876e-08)
- w17 = Instance.new("Weld", p17)
- w17.Name = "Wedge_Weld"
- w17.Part0 = p17
- w17.C0 = CFrame.new(64.0820847, -29.3829937, -67.5001373, -4.09009289e-08, 0.293349952, -0.956005633, 4.38312497e-10, 0.956005633, 0.293349952, 1, 1.15792238e-08, -3.92300876e-08)
- w17.Part1 = p18
- w17.C1 = CFrame.new(-67.4979324, 69.4871521, -6.82958078, 1, 3.05171125e-05, -3.05180438e-05, -3.05171125e-05, -3.05180438e-05, -1, -3.05180438e-05, 1, -3.05171125e-05)
- w18 = Instance.new("Weld", p18)
- w18.Name = "Wedge_Weld"
- w18.Part0 = p18
- w18.C0 = CFrame.new(-67.4979324, 69.4871521, -6.82958078, 1, 3.05171125e-05, -3.05180438e-05, -3.05171125e-05, -3.05180438e-05, -1, -3.05180438e-05, 1, -3.05171125e-05)
- w18.Part1 = p19
- w18.C1 = CFrame.new(67.4982986, -75.0367737, -6.83008671, -1, -9.15532e-05, 3.05161811e-05, 3.05189751e-05, -3.05161811e-05, 1, -9.15522687e-05, 1, 3.05189751e-05)
- w19 = Instance.new("Weld", p19)
- w19.Name = "Part_Weld"
- w19.Part0 = p19
- w19.C0 = CFrame.new(67.4982986, -75.0367737, -6.83008671, -1, -9.15532e-05, 3.05161811e-05, 3.05189751e-05, -3.05161811e-05, 1, -9.15522687e-05, 1, 3.05189751e-05)
- w19.Part1 = p20
- w19.C1 = CFrame.new(-16.3677292, -69.9670334, -67.5001678, -1.77821063e-10, 0.992886961, 0.119063012, -1.46926671e-09, -0.119063012, 0.992886961, 1, 1.59595731e-12, 1.47997492e-09)
- w20 = Instance.new("Weld", p20)
- w20.Name = "Part_Weld"
- w20.Part0 = p20
- w20.C0 = CFrame.new(-16.3677292, -69.9670334, -67.5001678, -1.77821063e-10, 0.992886961, 0.119063012, -1.46926671e-09, -0.119063012, 0.992886961, 1, 1.59595731e-12, 1.47997492e-09)
- w20.Part1 = p21
- w20.C1 = CFrame.new(-67.5104218, -38.2193756, 67.100563, 1, -4.10709617e-05, 9.00123541e-06, -3.82823673e-05, -0.800855637, 0.598857403, -1.73869594e-05, -0.598857403, -0.800855637)
- m.Parent = char
- m:MakeJoints()
- local cor = Instance.new("Part", char.Absolution)
- cor.Name = "Thingy"
- cor.Locked = true
- cor.BottomSurface = 0
- cor.CanCollide = false
- cor.Size = Vector3.new(1, 13, 1)
- cor.Transparency = 1
- cor.TopSurface = 0
- corw = Instance.new("Weld", cor)
- corw.Part0 = rarm
- corw.Part1 = cor
- corw.C0 = CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
- corw.C1 = CFrame.new(0, 0, 0)
- weld1 = Instance.new("Weld", char.Absolution)
- weld1.Part0 = cor
- weld1.Part1 = p6
- weld1.C0 = CFrame.new(0, 0, 0)
- hitb = Instance.new("Part", char.Absolution)
- hitb.Name = "Thingy2"
- hitb.Locked = true
- hitb.BottomSurface = 0
- hitb.CanCollide = false
- hitb.Size = Vector3.new(0, 8, 6)
- hitb.Transparency = 1
- hitb.TopSurface = 0
- weld2 = Instance.new("Weld", char.Absolution)
- weld2.Part0 = hitb
- weld2.Part1 = p12
- weld2.C0 = CFrame.new(0, 0.6, 1)
- local m = Instance.new("Model")
- m.Name = "Claw"
- p1 = Instance.new("Part", m)
- p1.BrickColor = BrickColor.new("Really black")
- p1.FormFactor = Enum.FormFactor.Custom
- p1.Size = Vector3.new(1.5, 0.5, 0.5)
- p1.CFrame = CFrame.new(2.91120553, 6.79703379, -19.5339718, -0.205515206, -0.209888965, 0.955883741, 0.52527827, -0.847774804, -0.0732159689, 0.825741529, 0.487057745, 0.284480691)
- p1.CanCollide = false
- p1.Locked = true
- p1.BottomSurface = Enum.SurfaceType.Smooth
- p1.TopSurface = Enum.SurfaceType.Smooth
- b1 = Instance.new("BlockMesh", p1)
- b1.Name = "Mesh"
- p2 = Instance.new("WedgePart", m)
- p2.BrickColor = BrickColor.new("Really black")
- p2.Name = "Wedge"
- p2.FormFactor = Enum.FormFactor.Custom
- p2.Size = Vector3.new(3, 1, 0.5)
- p2.CFrame = CFrame.new(2.94872427, 6.13246727, -16.5004997, -5.96046448e-08, -4.47034836e-08, -1.00000358, -1.3615936e-05, 0.99999994, 4.47034836e-08, 1.00000358, 1.41002238e-05, 0)
- p2.CanCollide = false
- p2.Locked = true
- p2.BottomSurface = Enum.SurfaceType.Smooth
- p2.TopSurface = Enum.SurfaceType.Smooth
- p3 = Instance.new("Part", m)
- p3.BrickColor = BrickColor.new("Really black")
- p3.FormFactor = Enum.FormFactor.Custom
- p3.Size = Vector3.new(1.5, 0.5, 0.5)
- p3.CFrame = CFrame.new(1.84869456, 6.79700661, -18.5422173, -5.06400113e-08, 1.07230136e-07, 1.00000715, -0.499905825, -0.866079628, -1.1125789e-07, 0.86608547, -0.499910295, -2.17476881e-08)
- p3.CanCollide = false
- p3.Locked = true
- p3.BottomSurface = Enum.SurfaceType.Smooth
- p3.TopSurface = Enum.SurfaceType.Smooth
- b2 = Instance.new("BlockMesh", p3)
- b2.Name = "Mesh"
- p4 = Instance.new("WedgePart", m)
- p4.BrickColor = BrickColor.new("Really black")
- p4.Name = "Wedge"
- p4.FormFactor = Enum.FormFactor.Custom
- p4.Size = Vector3.new(3, 1, 0.5)
- p4.CFrame = CFrame.new(0.0487272739, 4.13279819, -16.5004959, -1.62921424e-07, 1.78814929e-07, 1.00001431, -1.2755394e-05, -0.999999762, -1.78813849e-07, 1.00001431, -1.46627426e-05, -7.54998553e-08)
- p4.CanCollide = false
- p4.Locked = true
- p4.BottomSurface = Enum.SurfaceType.Smooth
- p4.TopSurface = Enum.SurfaceType.Smooth
- p5 = Instance.new("Part", m)
- p5.BrickColor = BrickColor.new("Really black")
- p5.FormFactor = Enum.FormFactor.Custom
- p5.Size = Vector3.new(1.5, 0.5, 0.5)
- p5.CFrame = CFrame.new(1.84874606, 6.79701567, -19.6422844, -4.29027068e-07, 1.9046513e-07, 1.00001431, 0.500089467, -0.865973532, 2.18601315e-08, 0.865987122, 0.50009501, 3.78533827e-08)
- p5.CanCollide = false
- p5.Locked = true
- p5.BottomSurface = Enum.SurfaceType.Smooth
- p5.TopSurface = Enum.SurfaceType.Smooth
- b3 = Instance.new("BlockMesh", p5)
- b3.Name = "Mesh"
- p6 = Instance.new("Part", m)
- p6.BrickColor = BrickColor.new("Really black")
- p6.FormFactor = Enum.FormFactor.Custom
- p6.Size = Vector3.new(1.5, 0.5, 0.5)
- p6.CFrame = CFrame.new(2.61122823, 6.79701757, -18.433939, -0.250001401, 0.0669622123, 0.965941966, -0.491382152, -0.868364573, -0.0669801831, 0.834303975, -0.491393685, 0.249996051)
- p6.CanCollide = false
- p6.Locked = true
- p6.BottomSurface = Enum.SurfaceType.Smooth
- p6.TopSurface = Enum.SurfaceType.Smooth
- b4 = Instance.new("BlockMesh", p6)
- b4.Name = "Mesh"
- p7 = Instance.new("Part", m)
- p7.BrickColor = BrickColor.new("Really black")
- p7.FormFactor = Enum.FormFactor.Custom
- p7.Size = Vector3.new(3, 1, 1.20000005)
- p7.CFrame = CFrame.new(2.59874034, 5.13276958, -16.5005379, -3.27825546e-07, -3.57627869e-07, -1.00001431, -0.000133868307, 0.99999994, 1.49011612e-08, 1.00001442, 0.000135900453, -5.96046448e-08)
- p7.CanCollide = false
- p7.Locked = true
- p7.BottomSurface = Enum.SurfaceType.Smooth
- p7.TopSurface = Enum.SurfaceType.Smooth
- b5 = Instance.new("BlockMesh", p7)
- b5.Name = "Mesh"
- p8 = Instance.new("Part", m)
- p8.BrickColor = BrickColor.new("Maroon")
- p8.FormFactor = Enum.FormFactor.Symmetric
- p8.Size = Vector3.new(1, 1, 1)
- p8.CFrame = CFrame.new(1.84841466, 6.25537968, -20.3997307, -1.42129729e-05, 0.00428489037, -1.00000513, 0.965967655, 0.258660465, 0.00109496934, 0.258668512, -0.965972245, -0.00414247159)
- p8.CanCollide = false
- p8.Locked = true
- b6 = Instance.new("SpecialMesh", p8)
- b6.MeshId = "http://www.roblox.com/Asset/?id=9756362"
- b6.TextureId = ""
- b6.MeshType = Enum.MeshType.FileMesh
- b6.Name = "Mesh"
- b6.Scale = Vector3.new(1.20000005, 0.449999988, 0.449999988)
- p9 = Instance.new("Part", m)
- p9.BrickColor = BrickColor.new("Really black")
- p9.FormFactor = Enum.FormFactor.Custom
- p9.Size = Vector3.new(1.5, 0.5, 0.5)
- p9.CFrame = CFrame.new(2.79691935, 3.68131566, -18.264101, -0.277095288, -0.561500967, -0.779720128, 0.631033003, 0.505603611, -0.58835566, 0.724593103, -0.655058563, 0.214224264)
- p9.CanCollide = false
- p9.Locked = true
- p9.BottomSurface = Enum.SurfaceType.Smooth
- p9.TopSurface = Enum.SurfaceType.Smooth
- b7 = Instance.new("BlockMesh", p9)
- b7.Name = "Mesh"
- p10 = Instance.new("Part", m)
- p10.BrickColor = BrickColor.new("Maroon")
- p10.FormFactor = Enum.FormFactor.Symmetric
- p10.Size = Vector3.new(1, 1, 1)
- p10.CFrame = CFrame.new(3.09846497, 6.25236273, -20.2996788, -0.0669716895, 0.254178405, -0.964850724, 0.96595335, 0.258713901, 0.00110733509, 0.249903828, -0.93192625, -0.262850702)
- p10.CanCollide = false
- p10.Locked = true
- b8 = Instance.new("SpecialMesh", p10)
- b8.MeshId = "http://www.roblox.com/Asset/?id=9756362"
- b8.TextureId = ""
- b8.MeshType = Enum.MeshType.FileMesh
- b8.Name = "Mesh"
- b8.Scale = Vector3.new(1.20000005, 0.449999988, 0.449999988)
- p11 = Instance.new("Part", m)
- p11.BrickColor = BrickColor.new("Really black")
- p11.FormFactor = Enum.FormFactor.Custom
- p11.Size = Vector3.new(1.5, 0.5, 0.5)
- p11.CFrame = CFrame.new(0.386122227, 6.79699421, -18.533905, 0.250022948, -0.0669473261, 0.965937555, -0.491377324, -0.868365645, 0.0670026764, 0.834300399, -0.491393894, -0.250007868)
- p11.CanCollide = false
- p11.Locked = true
- p11.BottomSurface = Enum.SurfaceType.Smooth
- p11.TopSurface = Enum.SurfaceType.Smooth
- b9 = Instance.new("BlockMesh", p11)
- b9.Name = "Mesh"
- p12 = Instance.new("Part", m)
- p12.BrickColor = BrickColor.new("Really black")
- p12.FormFactor = Enum.FormFactor.Custom
- p12.Size = Vector3.new(1.5, 0.5, 0.5)
- p12.CFrame = CFrame.new(1.14871967, 6.79700947, -19.6422291, -4.76837158e-07, 2.83122063e-07, 1.00001442, 0.500089884, -0.865973473, 4.47034836e-08, 0.865987122, 0.500095367, 1.49011612e-08)
- p12.CanCollide = false
- p12.Locked = true
- p12.BottomSurface = Enum.SurfaceType.Smooth
- p12.TopSurface = Enum.SurfaceType.Smooth
- b10 = Instance.new("BlockMesh", p12)
- b10.Name = "Mesh"
- p13 = Instance.new("Part", m)
- p13.BrickColor = BrickColor.new("Really black")
- p13.FormFactor = Enum.FormFactor.Custom
- p13.Size = Vector3.new(1.5, 0.5, 0.5)
- p13.CFrame = CFrame.new(1.14870512, 6.79699612, -18.5421638, -4.63888163e-08, 5.08347114e-07, 1.00001442, -0.499899268, -0.866083562, -2.18518963e-08, 0.866095126, -0.499908328, 3.78581007e-08)
- p13.CanCollide = false
- p13.Locked = true
- p13.BottomSurface = Enum.SurfaceType.Smooth
- p13.TopSurface = Enum.SurfaceType.Smooth
- b11 = Instance.new("BlockMesh", p13)
- b11.Name = "Mesh"
- p14 = Instance.new("Part", m)
- p14.BrickColor = BrickColor.new("Maroon")
- p14.FormFactor = Enum.FormFactor.Symmetric
- p14.Size = Vector3.new(1, 1, 1)
- p14.CFrame = CFrame.new(1.14845455, 6.25537348, -20.3996773, -1.42545232e-05, 0.00425684778, -1.00000536, 0.965958476, 0.258694947, 0.00108788908, 0.258703023, -0.965963125, -0.00411536777)
- p14.CanCollide = false
- p14.Locked = true
- b12 = Instance.new("SpecialMesh", p14)
- b12.MeshId = "http://www.roblox.com/Asset/?id=9756362"
- b12.TextureId = ""
- b12.MeshType = Enum.MeshType.FileMesh
- b12.Name = "Mesh"
- b12.Scale = Vector3.new(1.20000005, 0.449999988, 0.449999988)
- p15 = Instance.new("Part", m)
- p15.BrickColor = BrickColor.new("Medium stone grey")
- p15.Transparency = 1
- p15.Name = "ArmPart"
- p15.FormFactor = Enum.FormFactor.Custom
- p15.Size = Vector3.new(2, 1, 1)
- p15.CFrame = CFrame.new(1.49875152, 5.13257265, -16.0004654, -2.99420208e-07, 4.39002179e-07, 1.00001442, 0.00011029192, -1, 0, 1.00001454, 0.000108176115, 4.42378223e-08)
- p15.CanCollide = false
- p15.Locked = true
- p15.BottomSurface = Enum.SurfaceType.Smooth
- p15.TopSurface = Enum.SurfaceType.Smooth
- b13 = Instance.new("BlockMesh", p15)
- b13.Name = "Mesh"
- p16 = Instance.new("Part", m)
- p16.BrickColor = BrickColor.new("Really black")
- p16.FormFactor = Enum.FormFactor.Custom
- p16.Size = Vector3.new(3, 1, 2.4000001)
- p16.CFrame = CFrame.new(1.49872661, 6.13250732, -16.5007095, -2.98894406e-07, 4.39006953e-07, 1.00001442, 0.000110270419, -1, 4.71678729e-12, 1.00001454, 0.000108154614, 4.37120207e-08)
- p16.CanCollide = false
- p16.Locked = true
- p16.BottomSurface = Enum.SurfaceType.Smooth
- p16.TopSurface = Enum.SurfaceType.Smooth
- b14 = Instance.new("BlockMesh", p16)
- b14.Name = "Mesh"
- p17 = Instance.new("Part", m)
- p17.BrickColor = BrickColor.new("Really black")
- p17.FormFactor = Enum.FormFactor.Custom
- p17.Size = Vector3.new(1.5, 0.5, 0.5)
- p17.CFrame = CFrame.new(2.77308726, 3.37837577, -19.2558823, 0.396035522, -0.497440547, -0.771840453, -0.207958207, 0.770127177, -0.603040278, 0.894391596, 0.399337679, 0.201549783)
- p17.CanCollide = false
- p17.Locked = true
- p17.BottomSurface = Enum.SurfaceType.Smooth
- p17.TopSurface = Enum.SurfaceType.Smooth
- b15 = Instance.new("BlockMesh", p17)
- b15.Name = "Mesh"
- p18 = Instance.new("Part", m)
- p18.BrickColor = BrickColor.new("Maroon")
- p18.FormFactor = Enum.FormFactor.Symmetric
- p18.Size = Vector3.new(1, 1, 1)
- p18.CFrame = CFrame.new(-0.0516102314, 6.25535488, -20.1996384, 0.066943109, -0.245838761, -0.967011333, 0.965954781, 0.258709013, 0.00110003352, 0.249906152, -0.934162259, 0.254788101)
- p18.CanCollide = false
- p18.Locked = true
- b16 = Instance.new("SpecialMesh", p18)
- b16.MeshId = "http://www.roblox.com/Asset/?id=9756362"
- b16.TextureId = ""
- b16.MeshType = Enum.MeshType.FileMesh
- b16.Name = "Mesh"
- b16.Scale = Vector3.new(1.20000005, 0.449999988, 0.449999988)
- p19 = Instance.new("Part", m)
- p19.BrickColor = BrickColor.new("Maroon")
- p19.FormFactor = Enum.FormFactor.Symmetric
- p19.Size = Vector3.new(1, 1, 1)
- p19.CFrame = CFrame.new(2.43177533, 3.59484506, -20.0301056, 0.559401393, 0.116905749, 0.820629179, -0.685213447, -0.491872638, 0.537163019, 0.466440916, -0.862796843, -0.195047855)
- p19.CanCollide = false
- p19.Locked = true
- b17 = Instance.new("SpecialMesh", p19)
- b17.MeshId = "http://www.roblox.com/Asset/?id=9756362"
- b17.TextureId = ""
- b17.MeshType = Enum.MeshType.FileMesh
- b17.Name = "Mesh"
- b17.Scale = Vector3.new(1.20000005, 0.449999988, 0.449999988)
- p20 = Instance.new("Part", m)
- p20.BrickColor = BrickColor.new("Really black")
- p20.FormFactor = Enum.FormFactor.Custom
- p20.Size = Vector3.new(3, 1, 2.4000001)
- p20.CFrame = CFrame.new(1.49873698, 4.13275099, -16.500618, -2.38418579e-07, -4.47034836e-07, -1.00001454, -0.000133797526, 1.00000024, -2.98023224e-08, 1.00001466, 0.000135831535, -5.96046448e-08)
- p20.CanCollide = false
- p20.Locked = true
- p20.BottomSurface = Enum.SurfaceType.Smooth
- p20.TopSurface = Enum.SurfaceType.Smooth
- b18 = Instance.new("BlockMesh", p20)
- b18.Name = "Mesh"
- p21 = Instance.new("Part", m)
- p21.BrickColor = BrickColor.new("Really black")
- p21.FormFactor = Enum.FormFactor.Custom
- p21.Size = Vector3.new(3, 1, 1.19999993)
- p21.CFrame = CFrame.new(0.398718834, 5.13273239, -16.5005798, -2.22529991e-07, -4.17224015e-07, -1.00001454, -0.000133820766, 1.00000024, 5.9472427e-12, 1.00001466, 0.000135854774, -4.37120207e-08)
- p21.CanCollide = false
- p21.Locked = true
- p21.BottomSurface = Enum.SurfaceType.Smooth
- p21.TopSurface = Enum.SurfaceType.Smooth
- b19 = Instance.new("BlockMesh", p21)
- b19.Name = "Mesh"
- p22 = Instance.new("WedgePart", m)
- p22.BrickColor = BrickColor.new("Really black")
- p22.Name = "Wedge"
- p22.FormFactor = Enum.FormFactor.Custom
- p22.Size = Vector3.new(3, 1, 0.5)
- p22.CFrame = CFrame.new(2.94884443, 4.13282013, -16.5005474, 1.35156796e-07, 4.17202415e-07, -1.00001454, 1.19470278e-05, -1.00000024, -6.07483681e-13, -1.00001466, -1.39792755e-05, 4.37120278e-08)
- p22.CanCollide = false
- p22.Locked = true
- p22.BottomSurface = Enum.SurfaceType.Smooth
- p22.TopSurface = Enum.SurfaceType.Smooth
- p23 = Instance.new("Part", m)
- p23.BrickColor = BrickColor.new("Really black")
- p23.FormFactor = Enum.FormFactor.Custom
- p23.Size = Vector3.new(1.5, 0.5, 0.5)
- p23.CFrame = CFrame.new(0.111123323, 6.79699326, -19.53405, 0.167916089, 0.220654398, 0.960804224, 0.593452632, -0.800862908, 0.0802069977, 0.787171543, 0.556722164, -0.265425682)
- p23.CanCollide = false
- p23.Locked = true
- p23.BottomSurface = Enum.SurfaceType.Smooth
- p23.TopSurface = Enum.SurfaceType.Smooth
- b20 = Instance.new("BlockMesh", p23)
- b20.Name = "Mesh"
- p24 = Instance.new("WedgePart", m)
- p24.BrickColor = BrickColor.new("Really black")
- p24.Name = "Wedge"
- p24.FormFactor = Enum.FormFactor.Custom
- p24.Size = Vector3.new(3, 1, 0.5)
- p24.CFrame = CFrame.new(0.0487362742, 6.13243389, -16.5004158, -0.000165194273, -0.00030361861, 1.00001442, 0.00304524973, 0.999995589, 0.000303655863, -1.00001013, 0.00304720178, -0.000164449215)
- p24.CanCollide = false
- p24.Locked = true
- p24.BottomSurface = Enum.SurfaceType.Smooth
- p24.TopSurface = Enum.SurfaceType.Smooth
- p25 = Instance.new("Part", m)
- p25.BrickColor = BrickColor.new("Maroon")
- p25.FormFactor = Enum.FormFactor.Symmetric
- p25.Size = Vector3.new(1, 1, 1)
- p25.CFrame = CFrame.new(1.49870086, 5.13261318, -18.0007782, 1.20991026e-05, -1.00001454, -4.94604174e-05, -1.00000024, -1.16155716e-05, -0.000471511274, 0.000469659513, 4.96469293e-05, -1.00001466)
- p25.CanCollide = false
- p25.Locked = true
- p25.BottomSurface = Enum.SurfaceType.Smooth
- p25.TopSurface = Enum.SurfaceType.Smooth
- b21 = Instance.new("SpecialMesh", p25)
- b21.MeshId = "http://www.roblox.com/asset/?id=3270017"
- b21.TextureId = ""
- b21.MeshType = Enum.MeshType.FileMesh
- b21.Name = "Mesh"
- b21.Scale = Vector3.new(1.39999998, 1.39999998, 0.600000024)
- p26 = Instance.new("Part", m)
- p26.BrickColor = BrickColor.new("Really black")
- p26.FormFactor = Enum.FormFactor.Symmetric
- p26.Size = Vector3.new(1, 1, 1)
- p26.CFrame = CFrame.new(1.49868095, 5.13287783, -17.5005093, 0.00030383491, 0.000164763711, -1.00001454, -0.999995768, -0.00302907336, -0.000303868263, -0.00303102471, 1.00001025, 0.000164022902)
- p26.CanCollide = false
- p26.Locked = true
- p26.BottomSurface = Enum.SurfaceType.Smooth
- p26.TopSurface = Enum.SurfaceType.Smooth
- b22 = Instance.new("SpecialMesh", p26)
- b22.MeshType = Enum.MeshType.Brick
- b22.Name = "Mesh"
- w1 = Instance.new("Weld", p1)
- w1.Name = "Wedge_Weld"
- w1.Part0 = p1
- w1.C0 = CFrame.new(13.1579618, 15.8875484, 3.27191186, -0.205515206, 0.52527827, 0.825741529, -0.209888965, -0.847774804, 0.487057745, 0.955883741, -0.0732159689, 0.284480691)
- w1.Part1 = p2
- w1.C1 = CFrame.new(16.5005817, -6.13223743, 2.94872212, -4.37113883e-08, -1.38580826e-05, 1, 0, 1, 1.38580826e-05, -1, 6.05756005e-13, -4.37113883e-08)
- w2 = Instance.new("Weld", p2)
- w2.Name = "Part_Weld"
- w2.Part0 = p2
- w2.C0 = CFrame.new(16.5006275, -6.13223362, 2.94873357, -5.96046448e-08, -1.3615936e-05, 1.00000358, -4.47034836e-08, 0.99999994, 1.41002238e-05, -1.00000358, 4.47034836e-08, 0)
- w2.Part1 = p3
- w2.C1 = CFrame.new(19.4568748, -3.38260746, -1.84870064, -4.37113883e-08, -0.499906301, 0.866079509, 0, -0.866079509, -0.499906301, 1, -2.18515979e-08, 3.78575393e-08)
- w3 = Instance.new("Weld", p3)
- w3.Name = "Wedge_Weld"
- w3.Part0 = p3
- w3.C0 = CFrame.new(19.456995, -3.38268948, -1.84870648, -5.06400113e-08, -0.499905825, 0.86608547, 1.07230136e-07, -0.866079628, -0.499910295, 1.00000715, -1.1125789e-07, -2.17476881e-08)
- w3.Part1 = p4
- w3.C1 = CFrame.new(16.5005646, 4.13256884, -0.0487511083, -4.37113883e-08, -1.37408551e-05, 1, 0, -1, -1.37408551e-05, 1, -6.00631849e-13, 4.37113883e-08)
- w4 = Instance.new("Weld", p4)
- w4.Name = "Part_Weld"
- w4.Part0 = p4
- w4.C0 = CFrame.new(16.5007706, 4.13255453, -0.0487275235, -1.62921424e-07, -1.2755394e-05, 1.00001431, 1.78814929e-07, -0.999999762, -1.46627426e-05, 1.00001431, -1.78813849e-07, -7.54998553e-08)
- w4.Part1 = p5
- w4.C1 = CFrame.new(13.6104183, 15.7089605, -1.84869325, -4.37113883e-08, 0.500093758, 0.865971267, 0, -0.865971267, 0.500093758, 1, 2.18597922e-08, 3.78528071e-08)
- w5 = Instance.new("Weld", p5)
- w5.Name = "Part_Weld"
- w5.Part0 = p5
- w5.C0 = CFrame.new(13.6108379, 15.7090359, -1.84877098, -4.29027068e-07, 0.500089467, 0.865987122, 1.9046513e-07, -0.865973532, 0.50009501, 1.00001431, 2.18601315e-08, 3.78533827e-08)
- w5.Part1 = p6
- w5.C1 = CFrame.new(19.3720245, -3.33087778, 2.54137325, -0.249996737, -0.491388977, 0.834289134, 0.0669635162, -0.868360817, -0.491391122, 0.965928316, -0.0669792444, 0.24999252)
- w6 = Instance.new("Weld", p6)
- w6.Name = "Part_Weld"
- w6.Part0 = p6
- w6.C0 = CFrame.new(19.3722382, -3.33087826, 2.54137945, -0.250001401, -0.491382152, 0.834303975, 0.0669622123, -0.868364573, -0.491393685, 0.965941966, -0.0669801831, 0.249996051)
- w6.Part1 = p7
- w6.C1 = CFrame.new(16.5012703, -5.1305232, 2.59873891, -4.37113883e-08, -0.000135861075, 1, 0, 1, 0.000135861075, -1, 5.9386762e-12, -4.37113883e-08)
- w7 = Instance.new("Weld", p7)
- w7.Name = "Part_Weld"
- w7.Part0 = p7
- w7.C0 = CFrame.new(16.5014496, -5.13052464, 2.59877563, -3.27825546e-07, -0.000133868307, 1.00001442, -3.57627869e-07, 0.99999994, 0.000135900453, -1.00001431, 1.49011612e-08, -5.96046448e-08)
- w7.Part1 = p8
- w7.C1 = CFrame.new(-0.765930653, -21.3311157, 1.75706458, -1.37833995e-05, 0.965968609, 0.258659452, 0.00428466033, 0.258657128, -0.965959728, -0.999990821, 0.00109495374, -0.00414241292)
- w8 = Instance.new("Weld", p8)
- w8.Name = "Part_Weld"
- w8.Part0 = p8
- w8.C0 = CFrame.new(-0.765703201, -21.3314991, 1.75706851, -1.42129729e-05, 0.965967655, 0.258668512, 0.00428489037, 0.258660465, -0.965972245, -1.00000513, 0.00109496934, -0.00414247159)
- w8.Part1 = p9
- w8.C1 = CFrame.new(11.6857395, -12.2548676, 8.25926208, -0.277089596, 0.631037474, 0.724577785, -0.561487973, 0.505604029, -0.655054033, -0.779713154, -0.588350415, 0.214222342)
- w9 = Instance.new("Weld", p9)
- w9.Name = "Part_Weld"
- w9.Part0 = p9
- w9.C0 = CFrame.new(11.6860123, -12.254859, 8.25934601, -0.277095288, 0.631033003, 0.724593103, -0.561500967, 0.505603611, -0.655058563, -0.779720128, -0.58835566, 0.214224264)
- w9.Part1 = p10
- w9.C1 = CFrame.new(-0.759226322, -21.3225994, -2.35311079, -0.0669693872, 0.965954244, 0.249894977, 0.254174918, 0.258710593, -0.931914091, -0.964836895, 0.00110732042, -0.262847036)
- w10 = Instance.new("Weld", p10)
- w10.Name = "Part_Weld"
- w10.Part0 = p10
- w10.C0 = CFrame.new(-0.759016514, -21.3229256, -2.3531487, -0.0669716895, 0.96595335, 0.249903828, 0.254178405, 0.258713901, -0.93192625, -0.964850724, 0.00110733509, -0.262850702)
- w10.Part1 = p11
- w10.C1 = CFrame.new(18.7059784, -3.17931223, -5.46201515, 0.250018269, -0.49138394, 0.834285676, -0.0669495314, -0.86836195, -0.491391063, 0.965923727, 0.0670017004, -0.250004292)
- w11 = Instance.new("Weld", p11)
- w11.Name = "Part_Weld"
- w11.Part0 = p11
- w11.C0 = CFrame.new(18.7061806, -3.17931461, -5.46200418, 0.250022948, -0.491377324, 0.834300399, -0.0669473261, -0.868365645, -0.491393894, 0.965937555, 0.0670026764, -0.250007868)
- w11.Part1 = p12
- w11.C1 = CFrame.new(13.6104174, 15.708952, -1.1486963, -4.37113883e-08, 0.500093997, 0.865971148, 0, -0.865971148, 0.500093997, 1, 2.18598029e-08, 3.78528e-08)
- w12 = Instance.new("Weld", p12)
- w12.Name = "Part_Weld"
- w12.Part0 = p12
- w12.C0 = CFrame.new(13.6107903, 15.7090092, -1.1487354, -4.76837158e-07, 0.500089884, 0.865987122, 2.83122063e-07, -0.865973473, 0.500095367, 1.00001442, 4.47034836e-08, 1.49011612e-08)
- w12.Part1 = p13
- w12.C1 = CFrame.new(19.4568653, -3.38261366, -1.14870369, -4.37113883e-08, -0.499906093, 0.866079628, 0, -0.866079628, -0.499906093, 1, -2.1851589e-08, 3.78575429e-08)
- w13 = Instance.new("Weld", p13)
- w13.Name = "Part_Weld"
- w13.Part0 = p13
- w13.C0 = CFrame.new(19.457077, -3.38260937, -1.14871991, -4.63888163e-08, -0.499899268, 0.866095126, 5.08347114e-07, -0.866083562, -0.499908328, 1.00001442, -2.18518963e-08, 3.78581007e-08)
- w13.Part1 = p14
- w13.C1 = CFrame.new(-0.765169621, -21.3281136, 1.05768669, -1.37638153e-05, 0.96595937, 0.258693874, 0.00425664661, 0.258691579, -0.965950608, -0.99999094, 0.00108787336, -0.00411530817)
- w14 = Instance.new("Weld", p14)
- w14.Name = "ArmPart_Weld"
- w14.Part0 = p14
- w14.C0 = CFrame.new(-0.764959335, -21.3284416, 1.05770254, -1.42545232e-05, 0.965958476, 0.258703023, 0.00425684778, 0.258694947, -0.965963125, -1.00000536, 0.00108788908, -0.00411536777)
- w14.Part1 = p15
- w14.C1 = CFrame.new(16.0000172, 5.13429213, -1.49874043, -4.37113883e-08, 0.000108154614, 1, 0, -1, 0.000108154614, 1, 4.72758855e-12, 4.37113883e-08)
- w15 = Instance.new("Weld", p15)
- w15.Name = "Part_Weld"
- w15.Part0 = p15
- w15.C0 = CFrame.new(16.0001163, 5.13430214, -1.49877143, -2.99420208e-07, 0.00011029192, 1.00001454, 4.39002179e-07, -1, 0.000108176115, 1.00001442, 0, 4.42378223e-08)
- w15.Part1 = p16
- w15.C1 = CFrame.new(16.5000153, 6.13429213, -1.49872518, -4.37113883e-08, 0.000108154614, 1, 0, -1, 0.000108154614, 1, 4.72758855e-12, 4.37113883e-08)
- w16 = Instance.new("Weld", p16)
- w16.Name = "Part_Weld"
- w16.Part0 = p16
- w16.C0 = CFrame.new(16.5002594, 6.1342907, -1.49874651, -2.98894406e-07, 0.000110270419, 1.00001454, 4.39006953e-07, -1, 0.000108154614, 1.00001442, 4.71678729e-12, 4.37120207e-08)
- w16.Part1 = p17
- w16.C1 = CFrame.new(16.8263168, 6.46704865, 8.05857849, 0.396029502, -0.207962677, 0.894378066, -0.497426808, 0.770130157, 0.399332225, -0.771833658, -0.603034973, 0.201548025)
- w17 = Instance.new("Weld", p17)
- w17.Name = "Part_Weld"
- w17.Part0 = p17
- w17.C0 = CFrame.new(16.8266068, 6.46726036, 8.05869198, 0.396035522, -0.207958207, 0.894391596, -0.497440547, 0.770127177, 0.399337679, -0.771840453, -0.603040278, 0.201549783)
- w17.Part1 = p18
- w17.C1 = CFrame.new(-0.991122723, -20.5004215, 5.08983374, 0.0669417754, 0.965955615, 0.249897182, -0.245835528, 0.258705586, -0.9341501, -0.966997266, 0.00110005983, 0.254784435)
- w18 = Instance.new("Weld", p18)
- w18.Name = "Part_Weld"
- w18.Part0 = p18
- w18.C0 = CFrame.new(-0.990923882, -20.5007305, 5.08983374, 0.066943109, 0.965954781, 0.249906152, -0.245838761, 0.258709013, -0.934162259, -0.967011333, 0.00110003352, 0.254788101)
- w18.Part1 = p19
- w18.C1 = CFrame.new(10.4456682, -15.7977238, -7.8332901, 0.559388936, -0.68521893, 0.466432214, 0.116898462, -0.491870552, -0.862785101, 0.820620954, 0.537157655, -0.195045918)
- w19 = Instance.new("Weld", p19)
- w19.Name = "Part_Weld"
- w19.Part0 = p19
- w19.C0 = CFrame.new(10.4457512, -15.7979813, -7.83342838, 0.559401393, -0.685213447, 0.466440916, 0.116905749, -0.491872638, -0.862796843, 0.820629179, 0.537163019, -0.195047855)
- w19.Part1 = p20
- w19.C1 = CFrame.new(16.5012665, -4.13050127, 1.49876332, -4.37113883e-08, -0.000135854745, 1, 0, 1, 0.000135854745, -1, 5.93839951e-12, -4.37113883e-08)
- w20 = Instance.new("Weld", p20)
- w20.Name = "Part_Weld"
- w20.Part0 = p20
- w20.C0 = CFrame.new(16.5013981, -4.13050938, 1.498757, -2.38418579e-07, -0.000133797526, 1.00001466, -4.47034836e-07, 1.00000024, 0.000135831535, -1.00001454, -2.98023224e-08, -5.96046448e-08)
- w20.Part1 = p21
- w20.C1 = CFrame.new(16.5012627, -5.13048887, 0.39874959, -4.37113883e-08, -0.000135854745, 1, 0, 1, 0.000135854745, -1, 5.93839951e-12, -4.37113883e-08)
- w21 = Instance.new("Weld", p21)
- w21.Name = "Wedge_Weld"
- w21.Part0 = p21
- w21.C0 = CFrame.new(16.5014935, -5.13049126, 0.398722976, -2.22529991e-07, -0.000133820766, 1.00001466, -4.17224015e-07, 1.00000024, 0.000135854774, -1.00001454, 5.9472427e-12, -4.37120207e-08)
- w21.Part1 = p22
- w21.C1 = CFrame.new(-16.5005875, 4.13259029, 2.94876933, -4.37113883e-08, 1.39792737e-05, -1, 0, -1, -1.39792737e-05, -1, -6.11053471e-13, 4.37113883e-08)
- w22 = Instance.new("Weld", p22)
- w22.Name = "Part_Weld"
- w22.Part0 = p22
- w22.C0 = CFrame.new(-16.500824, 4.13258791, 2.94888711, 1.35156796e-07, 1.19470278e-05, -1.00001466, 4.17202415e-07, -1.00000024, -1.39792755e-05, -1.00001454, -6.07483681e-13, 4.37120278e-08)
- w22.Part1 = p23
- w22.C1 = CFrame.new(11.3238592, 16.2938461, -5.83674097, 0.167913347, 0.593457043, 0.787155509, 0.220650926, -0.800859332, 0.556720257, 0.960790455, 0.0802058354, -0.265421808)
- w23 = Instance.new("Weld", p23)
- w23.Name = "Wedge_Weld"
- w23.Part0 = p23
- w23.C0 = CFrame.new(11.3242846, 16.2939701, -5.83676767, 0.167916089, 0.593452632, 0.787171543, 0.220654398, -0.800862908, 0.556722164, 0.960804224, 0.0802069977, -0.265425682)
- w23.Part1 = p24
- w23.C1 = CFrame.new(-16.5190907, -6.08210278, -0.053311754, -0.000165350299, 0.00304719806, -0.999995351, -0.000303142268, 0.999995351, 0.00304725766, 0.99999994, 0.000303644716, -0.000164425801)
- w24 = Instance.new("Weld", p24)
- w24.Name = "Part_Weld"
- w24.Part0 = p24
- w24.C0 = CFrame.new(-16.5192356, -6.08211088, -0.0533116534, -0.000165194273, 0.00304524973, -1.00001013, -0.00030361861, 0.999995589, 0.00304720178, 1.00001442, 0.000303655863, -0.000164449215)
- w24.Part1 = p25
- w24.C1 = CFrame.new(5.14108515, 1.49960721, -17.9982204, 1.16387992e-05, -0.999999881, 0.000471503939, -1, -1.1615477e-05, 4.94651576e-05, -4.94596788e-05, -0.000471504522, -0.999999881)
- w25 = Instance.new("Weld", p25)
- w25.Name = "Part_Weld"
- w25.Part0 = p25
- w25.C0 = CFrame.new(5.14104986, 1.49967504, -17.9985313, 1.20991026e-05, -1.00000024, 0.000469659513, -1.00001454, -1.16155716e-05, 4.96469293e-05, -4.94604174e-05, -0.000471511274, -1.00001466)
- w25.Part1 = p26
- w25.C1 = CFrame.new(5.07938719, 17.5157299, 1.50311017, 0.00030336561, -0.99999541, -0.00302907825, 0.000164940167, -0.00302901864, 0.999995351, -0.99999994, -0.000303863839, 0.000164020501)
- m.Parent = char
- m:MakeJoints()
- local cor2 = Instance.new("Part", char.Claw)
- cor2.Name = "Thingy"
- cor2.Locked = true
- cor2.BottomSurface = 0
- cor2.CanCollide = false
- cor2.Size = Vector3.new(2, 1, 1)
- cor2.Transparency = 1
- cor2.TopSurface = 0
- corw2 = Instance.new("Weld", cor2)
- corw2.Part0 = larm
- corw2.Part1 = cor2
- corw2.C0 = CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(180), math.rad(90))
- corw2.C1 = CFrame.new(0, 0, 0)
- weld2 = Instance.new("Weld", char.Claw)
- weld2.Part0 = cor2
- weld2.Part1 = char.Claw.ArmPart
- weld2.C0 = CFrame.new(0, 0, 0)
- char.Claw:Destroy()
- weld5 = function(part0, part1, c0, c1)
- weeld = Instance.new("Weld", part0)
- weeld.Part0 = part0
- weeld.Part1 = part1
- weeld.C0 = c0
- weeld.C1 = c1
- return weeld
- end
- newRay = function(start, face, range, wat)
- local rey = Ray.new(start.p, face.p - start.p.Unit * range)
- hit = Workspace:FindPartOnRayWithIgnoreList(rey, wat)
- return rey, hit, pos
- end
- mod5 = Instance.new("Model", char)
- FindNearestTorso = function(Position, Distance, SinglePlayer)
- if SinglePlayer.Torso.CFrame.p - Position.magnitude >= Distance then
- do return not SinglePlayer end
- do
- local List = {}
- for i,v in pairs(workspace:GetChildren()) do
- if v:IsA("Model") and v:findFirstChild("Torso") and v ~= char and v.Torso.Position - Position.magnitude <= Distance then
- table.insert(List, v)
- end
- end
- do return List end
- -- DECOMPILER ERROR: 3 unprocessed JMP targets
- end
- end
- end
- Landing = function()
- part = Instance.new("Part", mod5)
- part.Anchored = true
- part.CanCollide = false
- part.FormFactor = "Custom"
- part.Size = Vector3.new(0.2, 0.2, 0.2)
- part.CFrame = root.CFrame * CFrame.new(0, -2, 0)
- part.Transparency = 0.7
- part.BrickColor = BrickColor.new("Really black")
- mesh = Instance.new("SpecialMesh", part)
- mesh.MeshId = "http://www.roblox.com/asset/?id=20329976"
- mesh.Scale = Vector3.new(10, 5, 10)
- for i,v in pairs(FindNearestTorso(torso.CFrame.p, 40)) do
- if v:FindFirstChild("Humanoid") then
- v.Humanoid:TakeDamage(math.random(20, 30))
- v.Humanoid.PlatformStand = true
- v:FindFirstChild("Torso").Velocity = hed.CFrame.lookVector * 100
- end
- end
- coroutine.resume(coroutine.create(function()
- for i = 0, 3.8, 0.05 do
- wait()
- part.CFrame = part.CFrame
- part.Transparency = i
- mesh.Scale = mesh.Scale + Vector3.new(1, 0.2, 1)
- end
- part.Parent = nil
- end
- ))
- end
- mod4 = Instance.new("Model", char)
- ptez = {0.7, 0.8, 0.9, 1}
- FindNearestTorso = function(Position, Distance, SinglePlayer)
- if SinglePlayer.Torso.CFrame.p - Position.magnitude >= Distance then
- do return not SinglePlayer end
- do
- local List = {}
- for i,v in pairs(workspace:GetChildren()) do
- if v:IsA("Model") and v:findFirstChild("Torso") and v ~= char and v.Torso.Position - Position.magnitude <= Distance then
- table.insert(List, v)
- end
- end
- do return List end
- -- DECOMPILER ERROR: 3 unprocessed JMP targets
- end
- end
- end
- GroundPound = function()
- part = Instance.new("Part", mod4)
- part.Anchored = true
- part.CanCollide = false
- part.FormFactor = "Custom"
- part.Size = Vector3.new(0.2, 0.2, 0.2)
- part.CFrame = root.CFrame * CFrame.new(0, -5.8, -2.4) * CFrame.Angles(math.rad(90), 0, 0)
- part.Transparency = 0.7
- part.BrickColor = BrickColor.new("Really black")
- mesh = Instance.new("SpecialMesh", part)
- mesh.MeshId = "http://www.roblox.com/asset/?id=3270017"
- mesh.Scale = Vector3.new(3, 3, 3)
- part2 = Instance.new("Part", mod4)
- part2.Anchored = true
- part2.CanCollide = false
- part2.FormFactor = "Custom"
- part2.Size = Vector3.new(0.2, 0.2, 0.2)
- part2.CFrame = root.CFrame * CFrame.new(0, -5, -2.6)
- part2.Transparency = 0.7
- part2.BrickColor = BrickColor.new("Really red")
- mesh2 = Instance.new("SpecialMesh", part2)
- mesh2.MeshId = "http://www.roblox.com/asset/?id=20329976"
- mesh2.Scale = Vector3.new(3, 1.5, 3)
- x = Instance.new("Sound", char)
- x.SoundId = "http://www.roblox.com/asset/?id=142070127"
- x.Pitch = ptez[math.random(1, #ptez)]
- x.Volume = 1
- wait(0.1)
- x:Play()
- for i,v in pairs(FindNearestTorso(torso.CFrame.p, 12)) do
- if v:FindFirstChild("Humanoid") then
- v.Humanoid:TakeDamage(math.random(8, 15))
- end
- end
- coroutine.resume(coroutine.create(function()
- for i = 0, 0.62, 0.13 do
- wait()
- part.CFrame = part.CFrame
- part.Transparency = i
- mesh.Scale = mesh.Scale + Vector3.new(0.4, 0.4, 0.4)
- part2.CFrame = part2.CFrame
- part2.Transparency = i
- mesh2.Scale = mesh2.Scale + Vector3.new(0.4, 0.2, 0.4)
- end
- part.Parent = nil
- part2.Parent = nil
- x:Destroy()
- end
- ))
- end
- mod = Instance.new("Model", char)
- charge = function()
- hed.Velocity = hed.CFrame.lookVector * 200
- part = Instance.new("Part", mod)
- part.Anchored = true
- part.CanCollide = false
- part.FormFactor = "Custom"
- part.Size = Vector3.new(0.2, 0.2, 0.2)
- part.CFrame = hed.CFrame * CFrame.Angles(math.rad(90), 0, 0)
- part.Transparency = 0.7
- part.BrickColor = BrickColor.new("Black")
- mesh = Instance.new("SpecialMesh", part)
- mesh.MeshId = "http://www.roblox.com/asset/?id=20329976"
- mesh.Scale = Vector3.new(10, 5, 10)
- part2 = part:clone()
- part2.Parent = mod
- part2.BrickColor = BrickColor.new("Bright red")
- mesh2 = mesh:clone()
- mesh2.Parent = part2
- mesh2.Scale = Vector3.new(20, 10, 20)
- part3 = part2:clone()
- part3.Parent = mod
- part3.BrickColor = BrickColor.new("Really black")
- mesh3 = mesh2:clone()
- mesh2.Parent = part3
- mesh3.Scale = Vector3.new(30, 15, 30)
- coroutine.resume(coroutine.create(function()
- for i = 0, 1, 0.1 do
- wait()
- part.CFrame = part.CFrame
- part.Transparency = i
- mesh.Scale = mesh.Scale + Vector3.new(1, 1, 1)
- part2.CFrame = part2.CFrame
- part2.Transparency = i
- mesh2.Scale = mesh2.Scale + Vector3.new(1, 1, 1)
- part3.CFrame = part3.CFrame
- part3.Transparency = i
- mesh3.Scale = mesh3.Scale + Vector3.new(1, 1, 1)
- end
- part.Parent = nil
- part2.Parent = nil
- part3.Parent = nil
- end
- ))
- end
- function FindNearestTorso(Position,Distance,SinglePlayer)
- if SinglePlayer then return(SinglePlayer.Torso.CFrame.p -Position).magnitude < Distance end
- local List = {}
- for i,v in pairs(workspace:GetChildren())do
- if v:IsA("Model")then
- if v:findFirstChild("Torso")then
- if v ~= char then
- if(v.Torso.Position -Position).magnitude <= Distance then
- table.insert(List,v)
- end
- end
- end
- end
- end
- return List
- end
- mod3 = Instance.new("Model", rleg)
- Stomp = function()
- part = Instance.new("Part", mod3)
- part.Anchored = true
- part.CanCollide = false
- part.FormFactor = "Custom"
- part.Size = Vector3.new(0.2, 0.2, 0.2)
- part.CFrame = rleg.CFrame * CFrame.new(0, -2.4, 0) * CFrame.Angles(math.rad(90), 0, 0)
- part.Transparency = 0.7
- part.BrickColor = BrickColor.new("Bright green")
- mesh = Instance.new("SpecialMesh", part)
- mesh.MeshId = "http://www.roblox.com/asset/?id=3270017"
- mesh.Scale = Vector3.new(25, 25, 25)
- part2 = part:clone()
- part2.Parent = mod3
- part2.BrickColor = BrickColor.new("Bright green")
- mesh2 = mesh:clone()
- mesh2.Parent = part2
- mesh2.Scale = Vector3.new(15, 15, 15)
- part3 = part:clone()
- part3.Parent = mod3
- part3.TopSurface = 0
- part3.BottomSurface = 0
- part3.CFrame = rleg.CFrame * CFrame.new(0, -3, 0)
- mesh3 = Instance.new("SpecialMesh", part3)
- mesh3.MeshType = 3
- mesh3.Scale = Vector3.new(12, 12, 12)
- for i,v in pairs(FindNearestTorso(torso.CFrame.p, 50)) do
- if v:FindFirstChild("Humanoid") then
- v.Humanoid:TakeDamage(math.random(20, 60))
- v.Humanoid.PlatformStand = true
- v:FindFirstChild("Torso").Velocity = hed.CFrame.lookVector * 100
- end
- end
- coroutine.resume(coroutine.create(function()
- for i = 0, 3.8, 0.05 do
- wait()
- part.CFrame = part.CFrame
- part.Transparency = i
- mesh.Scale = mesh.Scale + Vector3.new(2.8, 2.8, 2.8)
- part2.CFrame = part2.CFrame
- part2.Transparency = i
- mesh2.Scale = mesh2.Scale + Vector3.new(1, 1, 1)
- part3.CFrame = part3.CFrame
- part3.Transparency = i
- mesh3.Scale = mesh3.Scale + Vector3.new(1.5, 1.5, 1.5)
- end
- end
- ))
- end
- local acos = math.acos
- local sqrt = math.sqrt
- local Vec3 = Vector3.new
- local fromAxisAngle = CFrame.fromAxisAngle
- local toAxisAngle = function(CFr)
- local X, Y, Z, R00, R01, R02, R10, R11, R12, R20, R21, R22 = CFr:components()
- local Angle = math.acos((R00 + R11 + R22 - 1) / 2)
- local A = R21 - R12 ^ 2 + R02 - R20 ^ 2 + R10 - R01 ^ 2
- if A ~= 0 or not 1e-05 then
- local B = R21 - R12 ^ 2 + R02 - R20 ^ 2 + R10 - R01 ^ 2
- if B ~= 0 or not 1e-05 then
- local C = R21 - R12 ^ 2 + R02 - R20 ^ 2 + R10 - R01 ^ 2
- if C ~= 0 or not 1e-05 then
- local x = (R21 - R12) / sqrt(A)
- local y = (R02 - R20) / sqrt(B)
- local z = (R10 - R01) / sqrt(C)
- return Vec3(x, y, z), Angle
- end
- end
- end
- end
- ApplyTrig = function(Num, Func)
- local Min, Max = Func(0), Func(1)
- local i = Func(Num)
- return (i - Min) / (Max - Min)
- end
- LerpCFrame = function(CFrame1, CFrame2, Num)
- local Vec, Ang = toAxisAngle(CFrame1:inverse() * CFrame2)
- return CFrame1 * fromAxisAngle(Vec, Ang * Num) + (CFrame2.p - CFrame1.p) * Num
- end
- Crater = function(Torso, Radius)
- Spawn(function()
- local Ray = Ray.new(Torso.Position, Vector3.new(0, -1, 0) * 10)
- local Ignore = {}
- for i,v in pairs(game:GetService("Players"):GetPlayers()) do
- if v.Character ~= nil then
- Ignore[#Ignore + 1] = v.Character
- end
- end
- local Hit, Pos, SurfaceNorm = Workspace:FindPartOnRayWithIgnoreList(Ray, Ignore)
- if Hit == nil then
- return
- end
- local Parts = {}
- for i = 1, 360, 10 do
- local P = Instance.new("Part", Torso.Parent)
- P.Anchored = true
- P.FormFactor = "Custom"
- P.BrickColor = Hit.BrickColor
- P.Material = Hit.Material
- P.TopSurface = "Smooth"
- P.BottomSurface = "Smooth"
- P.Size = Vector3.new(5, 10, 10) * (math.random(80, 100) / 100)
- P.CFrame = (CFrame.new(Pos, Pos + SurfaceNorm) * CFrame.Angles(math.rad(90), 0, 0) - Vector3.new(0, 7, 0)) * CFrame.Angles(math.rad(math.random(-50, 50)), math.rad(math.random(-50, 50)), math.rad(math.random(-50, 50)))
- Parts[#Parts + 1] = {P, P.CFrame, (CFrame.new(Pos, Pos + SurfaceNorm) * CFrame.Angles(math.rad(90), 0, 0) - Vector3.new(0, 1, 0)) * CFrame.Angles(0, math.rad(i), 0) * CFrame.new(0, 0, -Radius) * CFrame.Angles(math.rad(math.random(-50, -20)), math.rad(math.random(-15, 15)), math.rad(math.random(-15, 15))), P.Size}
- if math.random(0, 5) == 0 then
- local P = Instance.new("Part", Torso.Parent)
- P.Anchored = true
- P.FormFactor = "Custom"
- P.BrickColor = Hit.BrickColor
- P.Material = Hit.Material
- P.TopSurface = "Smooth"
- P.BottomSurface = "Smooth"
- P.Size = Vector3.new(2, 2, 2) * (math.random(80, 100) / 100)
- P.CFrame = (CFrame.new(Pos, Pos + SurfaceNorm) * CFrame.Angles(math.rad(90), 0, 0) - Vector3.new(0, 2.5, 0)) * CFrame.Angles(math.rad(math.random(-50, 50)), math.rad(math.random(-50, 50)), math.rad(math.random(-50, 50)))
- Parts[#Parts + 1] = {P, P.CFrame, CFrame.new(Pos, Pos + SurfaceNorm) * CFrame.Angles(math.rad(90), 0, 0) * CFrame.Angles(0, math.rad(i), 0) * CFrame.new(0, 0, -Radius - 8) * CFrame.Angles(math.rad(math.random(-90, 90)), math.rad(math.random(-90, 90)), math.rad(math.random(-90, 90))), P.Size}
- end
- end
- for i = 0, 1, 0.05 do
- for i2,v in pairs(Parts) do
- v[1].CFrame = LerpCFrame(v[2], v[3], ApplyTrig(i, math.cos))
- end
- wait(0.02)
- end
- for i,v in pairs(Parts) do
- if v[1].Size.X > 2.1 then
- v[1].CFrame = v[1].CFrame + Vector3.new(0, 2, 0)
- end
- v[1].Anchored = false
- end
- for i = 0, 1, 0.05 do
- for i2,v in pairs(Parts) do
- v[1].Transparency = i
- if i == 1 then
- v[1]:Destroy()
- else
- if i >= 0.25 then
- v[1].CanCollide = false
- end
- end
- end
- wait(0.02)
- end
- Parts = nil
- end
- )
- end
- mouse.KeyDown:connect(function(key)
- if key == "r" then
- larm.BrickColor = BrickColor.new("Bright red")
- rarm.BrickColor = BrickColor.new("Bright red")
- if Debounces.CanAttack == true then
- Debounces.CanAttack = false
- Debounces.on = true
- Debounces.NoIdl = true
- to = char.Absolution.Thingy2.Touched:connect(function(ht)
- hit = ht.Parent
- if ht and hit:IsA("Model") and hit:FindFirstChild("Humanoid") and hit.Name ~= p.Name then
- hit:FindFirstChild("Humanoid"):TakeDamage(10)
- wait(1)
- end
- if ht and hit:IsA("Hat") and hit.Parent.Name ~= p.Name and hit.Parent:FindFirstChild("Humanoid") then
- hit.Parent:FindFirstChild("Humanoid"):TakeDamage(10)
- wait(1)
- end
- end
- )
- q = Instance.new("Sound", hed)
- q.SoundId = "http://www.roblox.com/asset/?id=134012322"
- q.Pitch = 0.85
- q.Looped = false
- q1 = Instance.new("Sound", hed)
- q1.SoundId = "http://www.roblox.com/asset/?id=134012322"
- q1.Pitch = 0.85
- q1.Looped = false
- q:Play()
- q1:Play()
- for i = 1, 20 do
- rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(2.3, 1.1, -1) * CFrame.Angles(math.rad(115), math.rad(0), math.rad(-55)), 0.4)
- larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.3, 1.1, -1) * CFrame.Angles(math.rad(115), math.rad(0), math.rad(55)), 0.4)
- hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, 0) * CFrame.Angles(math.rad(20), math.rad(0), math.rad(0)), 0.4)
- torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 4, 0) * CFrame.Angles(math.rad(30), math.rad(0), 0), 0.4)
- lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, 1) * CFrame.Angles(math.rad(-60), 0, math.rad(0)), 0.4)
- rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3, 0.6) * CFrame.Angles(math.rad(-60), 0, math.rad(0)), 0.4)
- cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -2.2, -3) * CFrame.Angles(math.rad(-90), math.rad(-142), math.rad(0)), 0.5)
- if Debounces.on == false then
- break
- end
- wait()
- end
- do
- n = Instance.new("Sound", hed)
- n.SoundId = "http://www.roblox.com/asset/?id=168514932"
- n.Pitch = 0.94
- n.Looped = false
- n1 = Instance.new("Sound", hed)
- n1.SoundId = "http://www.roblox.com/asset/?id=168514932"
- n1.Pitch = 0.94
- n1.Looped = false
- n:Play()
- n1:Play()
- b = Instance.new("Sound", hed)
- b.SoundId = "http://www.roblox.com/asset/?id=168586586"
- b.Pitch = 0.94
- b.Looped = false
- b1 = Instance.new("Sound", hed)
- b1.SoundId = "http://www.roblox.com/asset/?id=168586586"
- b1.Pitch = 0.94
- b1.Looped = false
- b:Play()
- b1:Play()
- for i = 1, 26 do
- rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(2.3, 1.1, -1) * CFrame.Angles(math.rad(50), math.rad(0), math.rad(-55)), 0.5)
- larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.3, 1.1, -1) * CFrame.Angles(math.rad(50), math.rad(0), math.rad(55)), 0.5)
- hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(0)), 0.5)
- torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.1, 0) * CFrame.Angles(math.rad(-40), math.rad(0), 0), 0.5)
- lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, -1) * CFrame.Angles(math.rad(50), 0, math.rad(0)), 0.5)
- rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3, 0.4) * CFrame.Angles(math.rad(-10), 0, math.rad(0)), 0.5)
- cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(1.4, -3.5, -7) * CFrame.Angles(math.rad(-90), math.rad(-142), math.rad(20)), 0.5)
- if Debounces.on == false then
- break
- end
- wait()
- end
- do
- wait(0.5)
- to:disconnect()
- q:Destroy()
- q1:Destroy()
- n:Destroy()
- n1:Destroy()
- larm.BrickColor = BrickColor.new("Really black")
- rarm.BrickColor = BrickColor.new("Really black")
- if Debounces.CanAttack == false then
- Debounces.CanAttack = true
- Debounces.on = false
- Debounces.NoIdl = false
- end
- end
- end
- end
- end
- end
- )
- mouse.KeyDown:connect(function(key)
- if key == "q" then
- larm.BrickColor = BrickColor.new("Bright red")
- rarm.BrickColor = BrickColor.new("Bright red")
- if Debounces.CanAttack == true then
- Debounces.CanAttack = false
- Debounces.on = true
- Debounces.NoIdl = true
- to = char.Absolution.Thingy2.Touched:connect(function(ht)
- hit = ht.Parent
- if ht and hit:IsA("Model") and hit:FindFirstChild("Humanoid") and hit.Name ~= p.Name then
- hit:FindFirstChild("Humanoid"):TakeDamage(4)
- wait(1)
- end
- if ht and hit:IsA("Hat") and hit.Parent.Name ~= p.Name and hit.Parent:FindFirstChild("Humanoid") then
- hit.Parent:FindFirstChild("Humanoid"):TakeDamage(4)
- wait(1)
- end
- end
- )
- for i = 1, 20 do
- rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, 0.9, 0) * CFrame.Angles(math.rad(21), math.rad(75), math.rad(50)), 0.2)
- larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, 0.9, 0) * CFrame.Angles(math.rad(-30), math.rad(0), math.rad(-18)), 0.2)
- hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, -0.2) * CFrame.Angles(math.rad(-14), math.rad(-60), 0), 0.5)
- torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(70), 0), 0.5)
- lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(-10)), 0.5)
- rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.5)
- cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.7, -1.4) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
- if Debounces.on == false then
- break
- end
- wait()
- end
- do
- z = Instance.new("Sound", hed)
- z.SoundId = "rbxassetid://160069154"
- z.Looped = false
- z.Pitch = 0.9
- z1 = Instance.new("Sound", hed)
- z1.SoundId = "rbxassetid://160069154"
- z1.Looped = false
- z1.Pitch = 0.9
- wait(0.01)
- z:Play()
- z1:Play()
- for i = 1, 12 do
- rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, 0.9, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(50)), 0.2)
- larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2, 0.9, -1) * CFrame.Angles(math.rad(60), math.rad(0), math.rad(20)), 0.5)
- hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, -0.2) * CFrame.Angles(math.rad(-14), math.rad(30), 0), 0.5)
- torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -3, 0) * CFrame.Angles(math.rad(0), math.rad(-30), math.rad(0)), 0.5)
- lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -1, -2) * CFrame.Angles(math.rad(-10), 0, 0), 0.5)
- rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -2.8, 0.6) * CFrame.Angles(math.rad(-65), 0, 0), 0.5)
- cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.7, -1.4) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
- if Debounces.on == false then
- break
- end
- wait()
- end
- do
- for i = 1, 12 do
- rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, 0.9, 0) * CFrame.Angles(math.rad(140), math.rad(0), math.rad(50)), 0.4)
- larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, 0.9, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-18)), 0.4)
- hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, -0.2) * CFrame.Angles(math.rad(-14), math.rad(10), 0), 0.5)
- torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(-10), 0), 0.5)
- lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(-10)), 0.5)
- rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.5)
- cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.7, -1.4) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
- if Debounces.on == false then
- break
- end
- wait()
- end
- do
- z = Instance.new("Sound", hed)
- z.SoundId = "rbxassetid://168586621"
- z.Looped = false
- z.Pitch = 1
- z1 = Instance.new("Sound", hed)
- z1.SoundId = "rbxassetid://168586621"
- z1.Looped = false
- z1.Pitch = 1
- wait(0.01)
- z:Play()
- z1:Play()
- for i = 1, 12 do
- rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, 0.9, 0) * CFrame.Angles(math.rad(40), math.rad(-20), math.rad(10)), 0.5)
- larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, 0.9, 0) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(-18)), 0.4)
- hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, -0.2) * CFrame.Angles(math.rad(-14), math.rad(-40), 0), 0.5)
- torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(40), 0), 0.5)
- lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -3, 0) * CFrame.Angles(math.rad(-20), 0, math.rad(-10)), 0.5)
- rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(math.rad(20), 0, math.rad(10)), 0.5)
- cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -2.8, -1.4) * CFrame.Angles(math.rad(-110), math.rad(-90), math.rad(20)), 1)
- if Debounces.on == false then
- break
- end
- wait()
- end
- do
- to:disconnect()
- larm.BrickColor = BrickColor.new("Really black")
- rarm.BrickColor = BrickColor.new("Really black")
- if Debounces.CanAttack == false then
- Debounces.CanAttack = true
- Debounces.on = false
- Debounces.NoIdl = false
- end
- end
- end
- end
- end
- end
- end
- end
- )
- Sit = false
- mouse.KeyDown:connect(function(key)
- if key == "v" then
- if Sit == false then
- Sit = true
- hum.WalkSpeed = 0.001
- stanceToggle = "Sitting"
- else
- if Sit == true then
- Sit = false
- hum.WalkSpeed = 7
- stanceToggle = "Normal"
- end
- end
- end
- end
- )
- mouse.KeyDown:connect(function(key)
- if key == "t" and Debounces.CanAttack == true then
- Debounces.CanAttack = false
- Debounces.on = true
- Debounces.NoIdl = true
- for i = 1, 20 do
- rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(2.3, 1.1, -1) * CFrame.Angles(math.rad(115), math.rad(0), math.rad(-55)), 0.4)
- larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.3, 1.1, -1) * CFrame.Angles(math.rad(115), math.rad(0), math.rad(55)), 0.4)
- hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, 0) * CFrame.Angles(math.rad(20), math.rad(0), math.rad(0)), 0.4)
- torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(30), math.rad(0), 0), 0.4)
- lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, 0.6) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.4)
- rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -2, -1.2) * CFrame.Angles(math.rad(0), 0, math.rad(0)), 0.4)
- cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(1.4, -3.5, -7) * CFrame.Angles(math.rad(-90), math.rad(-142), math.rad(20)), 1)
- if Debounces.on == false then
- break
- end
- wait()
- end
- do
- Spawn(function()
- local Parts = {}
- for Y = -5, 5 do
- local P = Instance.new("Part", char)
- P.Anchored = true
- P.FormFactor = "Custom"
- P.CanCollide = false
- P.Size = Vector3.new(1, 2, 1)
- P.TopSurface = "SmoothNoOutlines"
- P.BottomSurface = "SmoothNoOutlines"
- P.BrickColor = BrickColor.new("Really black")
- P.Name = tostring(Y)
- local i = (Y + 5) / 10
- i = 1 - math.cos(math.pi * i - math.pi / 2)
- P.CFrame = char.HumanoidRootPart.CFrame * CFrame.new(0, Y, -15 + (i) * 1.5) * CFrame.Angles(math.rad(Y * 5), 0, 0)
- s = Instance.new("Sound", P)
- s.SoundId = "rbxassetid://228343271"
- s.Volume = 0.7
- s.Pitch = 0.9
- s:Play()
- P.Touched:connect(function(ht)
- hit = ht.Parent
- if ht and hit:IsA("Model") and hit:FindFirstChild("Humanoid") and hit.Name ~= p.Name then
- hit:FindFirstChild("Humanoid"):TakeDamage(math.random(1, 3))
- hit:FindFirstChild("Humanoid").PlatformStand = true
- wait(1)
- end
- if ht and hit:IsA("Hat") and hit.Parent.Name ~= p.Name and hit.Parent:FindFirstChild("Humanoid") then
- hit.Parent:FindFirstChild("Humanoid"):TakeDamage(math.random(1, 3))
- hit:FindFirstChild("Humanoid").PlatformStand = true
- wait(1)
- end
- end
- )
- Parts[#Parts + 1] = P
- end
- local BREAKIT = false
- local CParts = {}
- local Rocks = {}
- local LastPos = nil
- for i = 1, 70 do
- for i2,v in pairs(Parts) do
- v.CFrame = v.CFrame * CFrame.new(0, 0, -4)
- local cf = v.CFrame
- v.Size = v.Size + Vector3.new(0.4, 0.35, 0)
- v.CFrame = cf
- v.Transparency = v.Transparency + 0.02
- if v.Transparency >= 0.975 then
- BREAKIT = true
- end
- if v.Name == "0" then
- local Ignore = {}
- for i,v in pairs(game:GetService("Players"):GetPlayers()) do
- if v.Character ~= nil then
- Ignore[#Ignore + 1] = v.Character
- end
- end
- local ray = Ray.new(v.Position + Vector3.new(0, 20, 0), Vector3.new(0, -200, 0))
- local Hit, Pos, SurfaceNorm = Workspace:FindPartOnRayWithIgnoreList(ray, Ignore)
- if Hit ~= nil then
- if #Rocks == 0 then
- for i = 1, 5 do
- local P = Instance.new("Part", char)
- Rocks[#Rocks + 1] = P
- P.Anchored = true
- P.FormFactor = "Custom"
- P.BrickColor = Hit.BrickColor
- P.Material = Hit.Material
- P.TopSurface = "Smooth"
- P.BottomSurface = "Smooth"
- P.Size = Vector3.new(1, 1, 1) * (math.random(500, 900) / 100)
- end
- end
- do
- for i,P in pairs(Rocks) do
- P.CFrame = (CFrame.new(Pos) * (v.CFrame - v.Position) * CFrame.new(math.random(-math.ceil(v.Size.X / 2), math.ceil(v.Size.X / 2)), 0, -math.random(5, 8)) - Vector3.new(0, 0.25, 0)) * CFrame.Angles(math.rad(math.random(-50, 50)), math.rad(math.random(-50, 50)), math.rad(math.random(20, 50)))
- end
- local P = Instance.new("Part", char)
- CParts[#CParts + 1] = {P, tick()}
- P.Anchored = true
- P.FormFactor = "Custom"
- P.BrickColor = Hit.BrickColor
- P.Material = Hit.Material
- P.TopSurface = "Smooth"
- P.BottomSurface = "Smooth"
- P.Size = Vector3.new(1, 1, 1) * (math.random(100, 300) / 100)
- Pos = CFrame.new(Pos) * (v.CFrame - v.Position) * CFrame.new(v.Size.X / 2, 0, 0)
- Pos = Pos.p
- P.CFrame = (CFrame.new(Pos, Pos + SurfaceNorm) * CFrame.Angles(math.rad(90), 0, 0) - Vector3.new(0, 0.25, 0)) * CFrame.Angles(math.rad(math.random(-50, 50)), math.rad(math.random(-50, 50)), math.rad(math.random(20, 50)))
- local P = P:Clone()
- CParts[#CParts + 1] = {P, tick()}
- P.Parent = char
- Pos = CFrame.new(Pos) * (v.CFrame - v.Position) * CFrame.new(-v.Size.X, 0, 0)
- Pos = Pos.p
- P.CFrame = (CFrame.new(Pos, Pos + SurfaceNorm) * CFrame.Angles(math.rad(90), 0, 0) - Vector3.new(0, 0.25, 0)) * CFrame.Angles(math.rad(math.random(-50, 50)), math.rad(math.random(-50, 50)), math.rad(math.random(-50, -20)))
- if LastPos ~= nil then
- local P = P:Clone()
- CParts[#CParts + 1] = {P, tick()}
- P.Parent = char
- P.BrickColor = BrickColor.new("Really black")
- Pos = CFrame.new(Pos) * (v.CFrame - v.Position) * CFrame.new(v.Size.X / 2, 0, 0)
- Pos = Pos.p
- local CFr = CFrame.new(Pos) * (v.CFrame - v.Position) - Vector3.new(0, 0.4, 0)
- P.Size = Vector3.new(v.Size.X, CFr.p)
- P.CFrame = CFrame.new(CFr.p, LastPos.p) * CFrame.new(CFr.p)
- end
- do
- do
- LastPos = CFrame.new(Pos) * (v.CFrame - v.Position) - Vector3.new(0, 0.4, 0)
- -- DECOMPILER ERROR at PC574: LeaveBlock: unexpected jumping out DO_STMT
- -- DECOMPILER ERROR at PC574: LeaveBlock: unexpected jumping out DO_STMT
- -- DECOMPILER ERROR at PC574: LeaveBlock: unexpected jumping out IF_THEN_STMT
- -- DECOMPILER ERROR at PC574: LeaveBlock: unexpected jumping out IF_STMT
- -- DECOMPILER ERROR at PC574: LeaveBlock: unexpected jumping out IF_THEN_STMT
- -- DECOMPILER ERROR at PC574: LeaveBlock: unexpected jumping out IF_STMT
- end
- end
- end
- end
- end
- end
- if BREAKIT then
- break
- end
- wait(0.002)
- end
- do
- for i,v in pairs(Rocks) do
- CParts[#CParts + 1] = {v, tick()}
- end
- for i,v in pairs(Parts) do
- v:Destroy()
- end
- Parts = nil
- while 1 do
- local t = (tick())
- local p = nil
- for i,v in pairs(CParts) do
- if t - v[2] > 4 then
- v[1].Transparency = v[1].Transparency + 0.05
- if v[1].Transparency >= 1 then
- v[1]:Destroy()
- CParts[i] = nil
- end
- end
- p = v
- end
- if p == nil then
- break
- end
- wait(0.002)
- end
- do
- for i,v in pairs(CParts) do
- v:Destroy()
- end
- CParts = {}
- end
- end
- end
- )
- for i = 1, 20 do
- rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(2.3, 0.8, -1) * CFrame.Angles(math.rad(50), math.rad(0), math.rad(-55)), 0.4)
- larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.3, 0.8, -1) * CFrame.Angles(math.rad(50), math.rad(0), math.rad(55)), 0.4)
- hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, 0) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)), 0.4)
- torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.6, 0) * CFrame.Angles(math.rad(-30), math.rad(0), 0), 0.4)
- lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -1, -1.4) * CFrame.Angles(math.rad(40), 0, math.rad(0)), 0.4)
- rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -1.6, -0.9) * CFrame.Angles(math.rad(10), 0, math.rad(0)), 0.4)
- cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(1.4, -3.5, -7) * CFrame.Angles(math.rad(-90), math.rad(-142), math.rad(20)), 1)
- if Debounces.on == false then
- break
- end
- wait()
- end
- do
- if Debounces.CanAttack == false then
- Debounces.CanAttack = true
- Debounces.on = false
- Debounces.NoIdl = false
- end
- end
- end
- end
- end
- )
- mouse.KeyDown:connect(function(key)
- if key == "e" then
- larm.BrickColor = BrickColor.new("Bright red")
- rarm.BrickColor = BrickColor.new("Bright red")
- if Debounces.CanAttack == true then
- Debounces.CanAttack = false
- Debounces.on = true
- Debounces.NoIdl = true
- do
- for i = 1, 18 do
- rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, 1.7, 0) * CFrame.Angles(math.rad(90), math.rad(50), math.rad(90)), 0.4)
- larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, 0.9, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-20)), 0.4)
- hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, 0) * CFrame.Angles(math.rad(-14), math.rad(0), 0), 0.4)
- torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(0), 0), 0.4)
- lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, 0) * CFrame.Angles(0, 0, math.rad(-10)), 0.4)
- rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.4)
- cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.5, -0.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
- if Debounces.on == false then
- break
- end
- wait()
- end
- end
- do
- local HandCF = CFrame.new(char.Absolution.Handle.Position - Vector3.new(0, 8.8, 0)) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
- local rng = Instance.new("Part", char.Absolution.Handle)
- rng.Anchored = true
- rng.BrickColor = BrickColor.new("Really black")
- rng.CanCollide = true
- rng.FormFactor = 3
- rng.Name = "Ring"
- rng.Size = Vector3.new(1, 1, 1)
- rng.CanCollide = false
- rng.Transparency = 0.35
- rng.TopSurface = 0
- rng.BottomSurface = 0
- rng.CFrame = HandCF
- local rngm = Instance.new("SpecialMesh", rng)
- rngm.MeshId = "http://www.roblox.com/asset/?id=3270017"
- rngm.Scale = Vector3.new(1, 1, 2)
- x = Instance.new("Sound", hed)
- x.SoundId = "http://www.roblox.com/asset/?id=169445602"
- x.Looped = false
- x.Pitch = 0.7
- x.Volume = 1
- x1 = Instance.new("Sound", hed)
- x1.SoundId = "http://www.roblox.com/asset/?id=169445602"
- x1.Looped = false
- x1.Pitch = 0.7
- x1.Volume = 1
- x:Play()
- x1:Play()
- rngto = rng.Touched:connect(function(ht)
- hit = ht.Parent
- if ht and hit:IsA("Model") and hit:FindFirstChild("Humanoid") and hit.Name ~= p.Name then
- hit:FindFirstChild("Humanoid"):TakeDamage(4)
- hit:FindFirstChild("Humanoid").PlatformStand = true
- hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -120
- end
- if ht and hit:IsA("Hat") and hit.Parent.Name ~= p.Name and hit.Parent:FindFirstChild("Humanoid") then
- hit.Parent:FindFirstChild("Humanoid"):TakeDamage(4)
- hit:FindFirstChild("Humanoid").PlatformStand = true
- hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -120
- end
- end
- )
- coroutine.wrap(function()
- for i = 1, 60, 2 do
- rngm.Scale = Vector3.new(2 + i * 2, 2 + i * 2, 1)
- rng.Size = rngm.Scale
- rng.CFrame = HandCF
- rng.Transparency = i / 60
- wait()
- end
- wait()
- rng:Destroy()
- end
- )()
- for i = 1, 18 do
- rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, 0.9, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(90)), 0.4)
- larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, 0.9, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-20)), 0.4)
- hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, 0) * CFrame.Angles(math.rad(-14), math.rad(0), 0), 0.4)
- torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(0), 0), 0.4)
- lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, 0) * CFrame.Angles(0, 0, math.rad(-10)), 0.4)
- rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.4)
- cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.5, 0.2) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
- if Debounces.on == false then
- break
- end
- wait()
- end
- do
- larm.BrickColor = BrickColor.new("Really black")
- rarm.BrickColor = BrickColor.new("Really black")
- x:Destroy()
- x1:Destroy()
- if Debounces.CanAttack == false then
- Debounces.CanAttack = true
- Debounces.on = false
- Debounces.NoIdl = false
- end
- end
- end
- end
- end
- end
- )
- mouse.KeyDown:connect(function(key)
- if key == "y" and Debounces.CanAttack == true then
- Debounces.CanAttack = false
- Debounces.on = true
- Debounces.NoIdl = true
- do
- for i = 1, 15 do
- rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, 0.9, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(30)), 0.2)
- larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, 0.9, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-90)), 0.2)
- hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, -0.2) * CFrame.Angles(math.rad(-14), math.rad(90), 0), 0.2)
- torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(-90), 0), 0.2)
- lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(-10)), 0.2)
- rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.2)
- cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
- if Debounces.on == false then
- break
- end
- wait()
- end
- end
- do
- x = Instance.new("Sound", char)
- x.SoundId = "rbxassetid://228343271"
- x.Pitch = 1
- x.Volume = 0.8
- wait(0.1)
- x:Play()
- Debounces.on = false
- Debounces.Here = false
- shot = shot + 1
- local rng = Instance.new("Part", char)
- rng.Anchored = true
- rng.BrickColor = BrickColor.new("Really black")
- rng.CanCollide = false
- rng.FormFactor = 3
- rng.Name = "Ring"
- rng.Size = Vector3.new(1, 1, 1)
- rng.Transparency = 0.35
- rng.TopSurface = 0
- rng.BottomSurface = 0
- rng2 = rng:clone()
- rng3 = rng2:clone()
- rng4 = rng2:clone()
- local rngm = Instance.new("SpecialMesh", rng)
- rngm.MeshId = "http://www.roblox.com/asset/?id=3270017"
- rngm.Scale = Vector3.new(10, 10, 1)
- rngm2 = rngm:clone()
- rngm2.Scale = Vector3.new(5, 5, 1)
- rngm3 = rngm2:clone()
- rngm3.Parent = rng3
- rngm3.Scale = Vector3.new(8, 8, 1)
- rngm4 = rngm2:clone()
- rngm4.Parent = rng4
- rngm4.Scale = Vector3.new(6, 6, 1)
- local bem = Instance.new("Part", char)
- bem.Anchored = true
- bem.BrickColor = BrickColor.new("Really black")
- bem.CanCollide = false
- bem.FormFactor = 3
- bem.Name = "Beam" .. shot
- bem.Size = Vector3.new(1, 1, 1)
- bem.Transparency = 0.35
- bem.TopSurface = 0
- bem.BottomSurface = 0
- local bemm = Instance.new("SpecialMesh", bem)
- bemm.MeshType = 4
- bemm.Scale = Vector3.new(1, 4, 4)
- local out = Instance.new("Part", char)
- out.Anchored = true
- out.BrickColor = BrickColor.new("Really black")
- out.CanCollide = false
- out.FormFactor = 3
- out.Name = "Out"
- out.Size = Vector3.new(4, 4, 4)
- out.Transparency = 0.35
- out.TopSurface = 0
- out.BottomSurface = 0
- local outm = Instance.new("SpecialMesh", out)
- outm.MeshId = "http://www.roblox.com/asset/?id=1033714"
- outm.Scale = Vector3.new(4, 4, 4)
- local bnd = Instance.new("Part", char)
- bnd.Anchored = true
- bnd.BrickColor = BrickColor.new("Really black")
- bnd.CanCollide = false
- bnd.FormFactor = 3
- bnd.Name = "Bend"
- bnd.Size = Vector3.new(1, 1, 1)
- bnd.Transparency = 1
- bnd.TopSurface = 0
- bnd.BottomSurface = 0
- local bndm = Instance.new("SpecialMesh", bnd)
- bndm.MeshType = 3
- bndm.Scale = Vector3.new(8, 8, 8)
- out.CFrame = larm.CFrame * CFrame.new(0, -2.7, 0)
- bem.CFrame = out.CFrame * CFrame.new(0, -2.5, 0) * CFrame.Angles(0, 0, math.rad(90))
- bnd.CFrame = bem.CFrame * CFrame.new(0, 0, 0)
- rng.CFrame = out.CFrame * CFrame.Angles(math.rad(90), 0, 0)
- rng3.CFrame = rng.CFrame * CFrame.new(0, -0.5, 0)
- rng4.CFrame = rng3.CFrame * CFrame.new(0, -0.5, 0)
- Debounces.Shewt = true
- coroutine.wrap(function()
- for i = 1, 20, 0.2 do
- rngm.Scale = Vector3.new(10 + i * 2, 10 + i * 2, 1)
- rngm3.Scale = Vector3.new(8 + i * 2, 8 + i * 2, 1)
- rngm4.Scale = Vector3.new(6 + i * 2, 6 + i * 2, 1)
- rng.Transparency = i / 20
- rng3.Transparency = 0.0625
- rng4.Transparency = i / 12
- wait()
- end
- wait()
- rng:Destroy()
- end
- )()
- if Debounces.Shewt == true then
- char:WaitForChild("Beam" .. shot).Touched:connect(function(ht)
- hit = ht.Parent
- -- DECOMPILER ERROR at PC24: Unhandled construct in 'MakeBoolean' P1
- if hit:IsA("Model") and hit:findFirstChild("Humanoid") and HasntTouched(hit.Name) == true and deb == false then
- deb = true
- coroutine.wrap(function()
- hit:FindFirstChild("Humanoid").PlatformStand = true
- hit:FindFirstChild("Torso").Velocity = char.Head.CFrame.lookVector * 180
- hit:FindFirstChild("Humanoid"):TakeDamage(math.random(24, 73))
- end
- )()
- table.insert(Touche, hit.Name)
- deb = false
- end
- if hit:IsA("Hat") and hit.Parent:findFirstChild("Humanoid") and HasntTouched(hit.Parent.Name) == true and deb == false then
- deb = true
- coroutine.wrap(function()
- hit.Parent:FindFirstChild("Humanoid").PlatformStand = true
- hit.Parent:FindFirstChild("Torso").Velocity = char.Head.CFrame.lookVector * 180
- wait(1)
- hit.Parent:FindFirstChild("Humanoid").PlatformStand = false
- end
- )()
- table.insert(Touche, hit.Parent.Name)
- deb = false
- for i,v in pairs(Touche) do
- print(v)
- end
- end
- end
- )
- end
- do
- for i = 0, 260, 8 do
- bem.Size = Vector3.new(i, 2, 2)
- bem.CFrame = larm.CFrame * CFrame.new(0, -4.2 - i / 2, 0) * CFrame.Angles(0, 0, math.rad(90))
- bnd.CFrame = bem.CFrame * CFrame.new(-i / 2, 0, 1.2)
- bnd.Size = Vector3.new(1, 1, 1)
- bndm.Scale = Vector3.new(8, 8, 8)
- if i % 10 == 0 then
- local newRng = rng2:Clone()
- newRng.Parent = char
- newRng.CFrame = larm.CFrame * CFrame.new(0, -4.2 - i, 0) * CFrame.Angles(math.rad(90), 0, 0)
- local newRngm = rngm2:clone()
- newRngm.Parent = newRng
- coroutine.wrap(function()
- for i = 1, 10, 0.2 do
- newRngm.Scale = Vector3.new(8 + i * 2, 8 + i * 2, 1)
- newRng.Transparency = i / 10
- wait()
- end
- wait()
- newRng:Destroy()
- end
- )()
- end
- do
- do
- wait()
- -- DECOMPILER ERROR at PC643: LeaveBlock: unexpected jumping out DO_STMT
- end
- end
- end
- end
- wait()
- Debounces.Shewt = false
- bem:Destroy()
- out:Destroy()
- bnd:Destroy()
- Debounces.Ready = false
- for i,v in pairs(Touche) do
- table.remove(Touche, i)
- end
- wait()
- table.insert(Touche, char.Name)
- Debounces.NoIdl = false
- if Debounces.CanAttack == false then
- Debounces.CanAttack = true
- end
- end
- end
- end
- )
- sidz = {"231917888", "231917845", "231917806"}
- ptz = {0.65, 0.7, 0.75, 0.8, 0.95, 1}
- mouse.KeyDown:connect(function(key)
- if key == "f" then
- larm.BrickColor = BrickColor.new("Bright red")
- rarm.BrickColor = BrickColor.new("Bright red")
- if Debounces.CanAttack == true then
- Debounces.CanAttack = false
- Debounces.on = true
- Debounces.NoIdl = true
- for i = 1, 10 do
- rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(2.4, 2.4, 0) * CFrame.Angles(math.rad(170), math.rad(0), math.rad(-34)), 0.4)
- larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.4, 2.4, 0) * CFrame.Angles(math.rad(170), math.rad(0), math.rad(34)), 0.4)
- hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, 0.2) * CFrame.Angles(math.rad(16), math.rad(0), 0), 0.4)
- torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(math.rad(20), math.rad(0), 0), 0.4)
- lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, 0) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)), 0.4)
- rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -2, -1.4) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)), 0.4)
- cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.5, -0.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
- if Debounces.on == false then
- break
- end
- wait()
- end
- do
- z = Instance.new("Sound", char)
- z.SoundId = "rbxassetid://" .. sidz[math.random(1, #sidz)]
- z.Pitch = ptz[math.random(1, #ptz)]
- z.Volume = 1
- z1 = Instance.new("Sound", char)
- z1.SoundId = z.SoundId
- z1.Pitch = z.Pitch
- z1.Volume = 1
- wait(1)
- z:Play()
- z1:Play()
- Stomp()
- for i = 1, 20 do
- rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, 0.9, 0.4) * CFrame.Angles(math.rad(-50), math.rad(0), math.rad(28)), 0.6)
- larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, 0.9, 0.4) * CFrame.Angles(math.rad(-50), math.rad(0), math.rad(-28)), 0.6)
- hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, -0.2) * CFrame.Angles(math.rad(-26), math.rad(0), 0), 0.6)
- torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, -0.6) * CFrame.Angles(math.rad(-30), math.rad(0), 0), 0.6)
- lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, 0) * CFrame.Angles(math.rad(30), 0, math.rad(0)), 0.6)
- rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -2.8, -1.4) * CFrame.Angles(math.rad(30), 0, math.rad(0)), 0.6)
- cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.5, -0.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
- if Debounces.on == false then
- break
- end
- wait()
- end
- do
- if Debounces.CanAttack == false then
- Debounces.CanAttack = true
- Debounces.on = false
- Debounces.NoIdl = false
- larm.BrickColor = BrickColor.new("Really black")
- rarm.BrickColor = BrickColor.new("Really black")
- end
- end
- end
- end
- end
- end
- )
- mouse.KeyDown:connect(function(key)
- if key == "g" then
- larm.BrickColor = BrickColor.new("Bright red")
- rarm.BrickColor = BrickColor.new("Bright red")
- if Debounces.CanAttack == true then
- Debounces.CanAttack = false
- Debounces.on = true
- Debounces.NoIdl = true
- chrg = lleg.Touched:connect(function(ht)
- hit = ht.Parent
- if ht and hit:IsA("Model") and hit:FindFirstChild("Humanoid") and hit.Name ~= p.Name then
- hit:FindFirstChild("Humanoid"):TakeDamage(2)
- hit:FindFirstChild("Humanoid").PlatformStand = true
- hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -70
- end
- if ht and hit:IsA("Hat") and hit.Parent.Name ~= p.Name and hit.Parent:FindFirstChild("Humanoid") then
- hit.Parent:FindFirstChild("Humanoid"):TakeDamage(2)
- hit:FindFirstChild("Humanoid").PlatformStand = true
- hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -70
- end
- end
- )
- for i = 1, 14 do
- rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, 0.9, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(30)), 0.5)
- larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.6, 0.9, -0.4) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(50)), 0.5)
- hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, -0.2) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)), 0.5)
- torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(math.rad(0), math.rad(-90), math.rad(0)), 0.5)
- lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.8, -3, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(15)), 0.5)
- rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(15)), 0.5)
- cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.3, -1.1) * CFrame.Angles(math.rad(-60), math.rad(-90), math.rad(0)), 0.9)
- if Debounces.on == false then
- break
- end
- wait()
- end
- do
- charge()
- z = Instance.new("Sound", char)
- z.SoundId = "rbxassetid://200632875"
- z.Volume = 1
- z.Pitch = 0.8
- z1 = Instance.new("Sound", char)
- z1.SoundId = "rbxassetid://200632875"
- z1.Volume = 1
- z1.Pitch = 0.9
- z:Play()
- z1:Play()
- wait(1)
- z:Destroy()
- z1:Destroy()
- chrg:disconnect()
- if Debounces.CanAttack == false then
- Debounces.CanAttack = true
- Debounces.on = false
- Debounces.NoIdl = false
- larm.BrickColor = BrickColor.new("Really black")
- rarm.BrickColor = BrickColor.new("Really black")
- end
- end
- end
- end
- end
- )
- pt = {0.7, 0.8, 0.9}
- mouse.KeyDown:connect(function(key)
- if key == "h" and Debounces.CanJoke == true then
- Debounces.CanJoke = false
- u = Instance.new("Sound")
- u.SoundId = "http://www.roblox.com/asset/?id=138199573"
- u.Parent = char
- u.Looped = false
- u.Pitch = pt[math.random(1, #pt)]
- u.Volume = 1
- u2 = Instance.new("Sound")
- u2.SoundId = "http://www.roblox.com/asset/?id=138199573"
- u2.Parent = char
- u2.Looped = false
- u2.Pitch = u.Pitch
- u2.Volume = 1
- wait(0.01)
- u:Play()
- u2:Play()
- wait(6)
- u:Destroy()
- u2:Destroy()
- if Debounces.CanJoke == false then
- Debounces.CanJoke = true
- end
- end
- end
- )
- mouse.KeyDown:connect(function(key)
- if key == "j" and Debounces.CanJoke == true then
- Debounces.CanJoke = false
- z = Instance.new("Sound", char)
- z.SoundId = "rbxassetid://135017755"
- z.Pitch = 0.76
- z.Volume = 1
- wait()
- z:Play()
- wait(6)
- z:Destroy()
- if Debounces.CanJoke == false then
- Debounces.CanJoke = true
- end
- end
- end
- )
- mouse.KeyDown:connect(function(key)
- if key == "k" and Debounces.CanJoke == true then
- Debounces.CanJoke = false
- z = Instance.new("Sound", char)
- z.SoundId = "rbxassetid://135017578"
- z.Pitch = 0.76
- z.Volume = 1
- wait()
- z:Play()
- wait(4)
- z:Destroy()
- if Debounces.CanJoke == false then
- Debounces.CanJoke = true
- end
- end
- end
- )
- mouse.KeyDown:connect(function(key)
- if key == "x" and Debounces.CanAttack == true then
- Debounces.CanAttack = false
- Debounces.NoIdl = true
- Debounces.on = true
- Debounces.ks = true
- for i = 1, 10 do
- rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, 0.9, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(20)), 0.6)
- larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.7, 0.9, -0.5) * CFrame.Angles(math.rad(40), math.rad(0), math.rad(20)), 0.6)
- hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, -0.4) * CFrame.Angles(math.rad(-26), math.rad(0), 0), 0.6)
- torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(math.rad(-10), math.rad(0), 0), 0.6)
- lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(0)), 0.6)
- rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -2.7, 0.6) * CFrame.Angles(math.rad(-70), math.rad(0), math.rad(0)), 0.6)
- cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
- if Debounces.on == false then
- break
- end
- wait()
- end
- do
- z = Instance.new("Sound", hed)
- z.SoundId = "rbxassetid://169445092"
- z.Volume = 1
- wait(0.1)
- z:Play()
- kik = rleg.Touched:connect(function(ht)
- hit = ht.Parent
- if ht and hit:IsA("Model") and hit:FindFirstChild("Humanoid") and hit.Name ~= p.Name then
- if Debounces.ks == true then
- z = Instance.new("Sound", hed)
- z.SoundId = "rbxassetid://169380525"
- z.Volume = 1
- z:Play()
- Debounces.ks = false
- end
- hit:FindFirstChild("Humanoid"):TakeDamage(2)
- hit:FindFirstChild("Humanoid").PlatformStand = true
- hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -70
- end
- if ht and hit:IsA("Hat") and hit.Parent.Name ~= p.Name and hit.Parent:FindFirstChild("Humanoid") then
- hit.Parent:FindFirstChild("Humanoid"):TakeDamage(2)
- hit:FindFirstChild("Humanoid").PlatformStand = true
- hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -70
- end
- end
- )
- for i = 1, 8 do
- rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, 0.9, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(20)), 0.7)
- larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, 0.9, 0) * CFrame.Angles(math.rad(-50), math.rad(0), math.rad(-20)), 0.7)
- hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, 0.2) * CFrame.Angles(math.rad(8), math.rad(0), 0), 0.7)
- torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(math.rad(16), math.rad(0), 0), 0.7)
- lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, 0) * CFrame.Angles(math.rad(-16), math.rad(0), math.rad(0)), 0.7)
- rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -2.6, -1.4) * CFrame.Angles(math.rad(60), math.rad(0), math.rad(0)), 0.7)
- cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
- if Debounces.on == false then
- break
- end
- wait()
- end
- do
- kik:disconnect()
- if Debounces.CanAttack == false then
- Debounces.CanAttack = true
- Debounces.on = false
- Debounces.NoIdl = false
- end
- end
- end
- end
- end
- )
- mouse.KeyDown:connect(function(key)
- if key == "c" and Debounces.CanAttack == true then
- Debounces.CanAttack = false
- Debounces.NoIdl = true
- Debounces.on = true
- SIDZ = {"231917744", "231917742"}
- PTZ = {0.7, 0.8, 0.9, 1}
- for i = 1, 20 do
- wait()
- for i,v in pairs(char.Absolution:children()) do
- if v:IsA("Part") or v:IsA("WedgePart") then
- v.Transparency = v.Transparency + 0.05
- end
- end
- end
- function FindNearestTorso(Position,Distance,SinglePlayer)
- if SinglePlayer then return(SinglePlayer.Torso.CFrame.p -Position).magnitude < Distance end
- local List = {}
- for i,v in pairs(workspace:GetChildren())do
- if v:IsA("Model")then
- if v:findFirstChild("Torso")then
- if v ~= char then
- if(v.Torso.Position -Position).magnitude <= Distance then
- table.insert(List,v)
- end
- end
- end
- end
- end
- return List
- end
- GroundPound()
- for i = 1, 5 do
- rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, 0.9, 1) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(50)), 0.7)
- larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.2, 0.9, -2.2) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(20)), 0.7)
- hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, -0.2) * CFrame.Angles(math.rad(-14), math.rad(20), 0), 0.6)
- torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.2, 0) * CFrame.Angles(math.rad(-80), math.rad(-20), 0), 0.6)
- lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -2, -0.4) * CFrame.Angles(math.rad(80), 0, math.rad(-30)), 0.6)
- rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -2, -1) * CFrame.Angles(math.rad(80), 0, math.rad(10)), 0.6)
- cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
- if Debounces.on == false then
- break
- end
- wait()
- end
- do
- GroundPound()
- for i = 1, 5 do
- rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(2.2, 0.9, -2.2) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(-20)), 0.7)
- larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, 0.9, 1) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(-50)), 0.7)
- hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, -0.2) * CFrame.Angles(math.rad(-14), math.rad(-20), 0), 0.6)
- torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.2, 0) * CFrame.Angles(math.rad(-80), math.rad(20), 0), 0.6)
- lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -2, -1) * CFrame.Angles(math.rad(80), 0, math.rad(10)), 0.6)
- rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -2, -0.4) * CFrame.Angles(math.rad(80), 0, math.rad(30)), 0.6)
- cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
- if Debounces.on == false then
- break
- end
- wait()
- end
- do
- GroundPound()
- for i = 1, 5 do
- rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, 0.9, 1) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(50)), 0.7)
- larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.2, 0.9, -2.2) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(20)), 0.7)
- hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, -0.2) * CFrame.Angles(math.rad(-14), math.rad(20), 0), 0.6)
- torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.2, 0) * CFrame.Angles(math.rad(-80), math.rad(-20), 0), 0.6)
- lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -2, -0.4) * CFrame.Angles(math.rad(80), 0, math.rad(-30)), 0.6)
- rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -2, -1) * CFrame.Angles(math.rad(80), 0, math.rad(10)), 0.6)
- cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
- if Debounces.on == false then
- break
- end
- wait()
- end
- do
- GroundPound()
- for i = 1, 5 do
- rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(2.2, 0.9, -2.2) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(-20)), 0.7)
- larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, 0.9, 1) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(-50)), 0.7)
- hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, -0.2) * CFrame.Angles(math.rad(-14), math.rad(-20), 0), 0.6)
- torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.2, 0) * CFrame.Angles(math.rad(-80), math.rad(20), 0), 0.6)
- lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -2, -1) * CFrame.Angles(math.rad(80), 0, math.rad(10)), 0.6)
- rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -2, -0.4) * CFrame.Angles(math.rad(80), 0, math.rad(30)), 0.6)
- cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
- if Debounces.on == false then
- break
- end
- wait()
- end
- do
- GroundPound()
- for i = 1, 5 do
- rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, 0.9, 1) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(50)), 0.7)
- larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.2, 0.9, -2.2) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(20)), 0.7)
- hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, -0.2) * CFrame.Angles(math.rad(-14), math.rad(20), 0), 0.6)
- torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.2, 0) * CFrame.Angles(math.rad(-80), math.rad(-20), 0), 0.6)
- lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -2, -0.4) * CFrame.Angles(math.rad(80), 0, math.rad(-30)), 0.6)
- rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -2, -1) * CFrame.Angles(math.rad(80), 0, math.rad(10)), 0.6)
- cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
- if Debounces.on == false then
- break
- end
- wait()
- end
- do
- GroundPound()
- for i = 1, 5 do
- rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(2.2, 0.9, -2.2) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(-20)), 0.7)
- larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, 0.9, 1) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(-50)), 0.7)
- hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, -0.2) * CFrame.Angles(math.rad(-14), math.rad(-20), 0), 0.6)
- torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.2, 0) * CFrame.Angles(math.rad(-80), math.rad(20), 0), 0.6)
- lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -2, -1) * CFrame.Angles(math.rad(80), 0, math.rad(10)), 0.6)
- rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -2, -0.4) * CFrame.Angles(math.rad(80), 0, math.rad(30)), 0.6)
- cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
- if Debounces.on == false then
- break
- end
- wait()
- end
- do
- for i = 1, 18 do
- rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(2.4, 2.4, 0) * CFrame.Angles(math.rad(170), math.rad(0), math.rad(-10)), 0.4)
- larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.4, 2.4, 0) * CFrame.Angles(math.rad(170), math.rad(0), math.rad(10)), 0.4)
- hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, 0.2) * CFrame.Angles(math.rad(16), math.rad(0), 0), 0.4)
- torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 2, 0) * CFrame.Angles(math.rad(20), math.rad(0), 0), 0.4)
- lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, 0) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)), 0.4)
- rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -2, -1.4) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)), 0.4)
- cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.5, -0.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
- if Debounces.on == false then
- break
- end
- wait()
- end
- do
- for i,v in pairs(FindNearestTorso(torso.CFrame.p, 25)) do
- if v:FindFirstChild("Humanoid") then
- v.Humanoid:TakeDamage(math.random(20, 60))
- v.Humanoid.PlatformStand = true
- v:FindFirstChild("Torso").Velocity = hed.CFrame.lookVector * 100
- end
- end
- x = Instance.new("Sound", char)
- x.SoundId = "rbxassetid://" .. SIDZ[math.random(1, #SIDZ)]
- x.Pitch = PTZ[math.random(1, #PTZ)]
- x.Volume = 1
- wait(0.1)
- x:Play()
- Crater(hed, 20)
- for i = 1, 14 do
- rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(2.4, 3.2, -0.5) * CFrame.Angles(math.rad(160), math.rad(0), math.rad(-10)), 0.6)
- larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.4, 3.2, -0.5) * CFrame.Angles(math.rad(160), math.rad(0), math.rad(10)), 0.6)
- hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, 0.2) * CFrame.Angles(math.rad(16), math.rad(0), 0), 0.6)
- torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -5, 0) * CFrame.Angles(math.rad(-90), math.rad(0), 0), 0.6)
- lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, 0.4) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)), 0.6)
- rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -2, 0.4) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)), 0.6)
- cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.5, -0.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
- if Debounces.on == false then
- break
- end
- wait()
- end
- do
- if Debounces.CanAttack == false then
- Debounces.CanAttack = true
- Debounces.on = false
- Debounces.NoIdl = false
- for i = 1, 20 do
- wait()
- for i,v in pairs(char.Absolution:children()) do
- if v:IsA("Part") or v:IsA("WedgePart") then
- v.Transparency = v.Transparency - 0.05
- end
- end
- end
- end
- end
- end
- end
- end
- end
- end
- end
- end
- end
- end
- )
- mouse.KeyDown:connect(function(key)
- if key == "b" then
- hum.WalkSpeed = 0.01
- if Debounces.CanAttack == true then
- Debounces.CanAttack = false
- Debounces.NoIdl = true
- Debounces.on = true
- for i = 1, 20 do
- rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, 1, 0) * CFrame.Angles(math.rad(75), 0, math.rad(-30)), 0.1)
- larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, 1, 0) * CFrame.Angles(math.rad(75), 0, math.rad(30)), 0.1)
- hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, 0) * CFrame.Angles(math.rad(-20), math.rad(0), 0), 0.1)
- torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.1, 0) * CFrame.Angles(math.rad(-30), math.rad(0), 0), 0.1)
- lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, 0) * CFrame.Angles(math.rad(30), 0, math.rad(-5)), 0.1)
- rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3, 0) * CFrame.Angles(math.rad(30), 0, math.rad(5)), 0.1)
- cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.85, -0.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
- if Debounces.on == false then
- break
- end
- wait()
- end
- do
- wait(1)
- v = Instance.new("Sound")
- v.SoundId = "rbxassetid://181384451"
- v.Parent = char
- v.Looped = false
- v.Pitch = 1.04
- v.Volume = 1
- wait(0.01)
- v:Play()
- if Daytime == true then
- Daytime = false
- l.TimeOfDay = 24
- else
- Daytime = true
- l.TimeOfDay = 12
- l.OutdoorAmbient = Color3.new(0.498039, 0.498039, 0.498039)
- end
- local Shockwave = function()
- local rng1 = Instance.new("Part", char)
- rng1.Anchored = true
- rng1.BrickColor = BrickColor.new("Really black")
- rng1.CanCollide = false
- rng1.FormFactor = 3
- rng1.Name = "Ring"
- rng1.Size = Vector3.new(1, 1, 1)
- rng1.Transparency = 0.35
- rng1.TopSurface = 0
- rng1.BottomSurface = 0
- local rngm1 = Instance.new("SpecialMesh", rng)
- rngm1.MeshId = "http://www.roblox.com/asset/?id=3270017"
- rngm1.Scale = Vector3.new(10, 10, 1)
- rng1.CFrame = CFrame.new(0, -2, 0) * CFrame.Angles(0, 0, 0)
- local Wave = Instance.new("Part", game.Workspace)
- Wave.Name = "Shockwave"
- Wave.BrickColor = BrickColor.new("Really black")
- Wave.Size = Vector3.new(1, 1, 1)
- Wave.Shape = "Ball"
- Wave.CanCollide = false
- Wave.Anchored = true
- Wave.TopSurface = 0
- Wave.BottomSurface = 0
- Wave.Touched:connect(function(hit)
- if hit.Parent:findFirstChild("Humanoid") and hit.Parent:findFirstChild("Torso") then
- local Occlude = true
- local NotOccludes = {char.Name, "Wings", "Scythe", "Thingy", "Thingy2"}
- for i,v in pairs(NotOccludes) do
- if hit.Parent.Name == v then
- Occlude = false
- end
- end
- if Occlude then
- hit.Parent:findFirstChild("Humanoid").Health = hit.Parent:findFirstChild("Humanoid").Health - 1
- hit.Parent:findFirstChild("Torso").Velocity = hit.Parent:findFirstChild("Torso").CFrame.lookVector * -120
- end
- end
- end
- )
- Instance.new("SpecialMesh", Wave).MeshType = "Sphere"
- coroutine.wrap(function()
- for i = 1, 20, 0.2 do
- rngm1.Scale = Vector3.new(10 + i * 2, 10 + i * 2, 1)
- rng1.Transparency = i / 20
- wait()
- end
- wait()
- rng1:Destroy()
- end
- )()
- Delay(0, function()
- if Daytime == false then
- for i = 1, 50 do
- Wave.Size = Vector3.new(1 + i, 1 + i, 1 + i)
- Wave.CFrame = char.Torso.CFrame
- local t = i / 50
- Wave.Transparency = t
- wait()
- end
- else
- do
- for i = 1, 50 do
- Wave.Size = Vector3.new(1 + i, 1 + i, 1 + i)
- Wave.CFrame = char.Torso.CFrame
- local t = i / 50
- Wave.Transparency = t
- wait()
- end
- do
- Wave:Destroy()
- end
- end
- end
- end
- )
- Delay(0, function()
- while 1 do
- while wait() and Wave ~= nil do
- Wave.CFrame = char.Torso.CFrame
- end
- break
- end
- end
- )
- end
- Shockwave()
- for i = 1, 15 do
- larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3.2, 0.9, 0) * CFrame.Angles(math.rad(120), math.rad(0), math.rad(-130)), 0.2)
- rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3.2, 0.9, 0) * CFrame.Angles(math.rad(120), math.rad(0), math.rad(70)), 0.2)
- hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, 0.2) * CFrame.Angles(math.rad(45), math.rad(30), 0), 0.1)
- torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.1, 0) * CFrame.Angles(math.rad(30), math.rad(20), math.rad(0)), 0.2)
- lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -3, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(-40)), 0.1)
- rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
- if Debounces.on == false then
- break
- end
- wait()
- end
- do
- for i = 1, 15 do
- larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, 0.9, 0) * CFrame.Angles(math.rad(120), math.rad(0), math.rad(-70)), 0.2)
- rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, 0.9, 0) * CFrame.Angles(math.rad(120), math.rad(0), math.rad(130)), 0.2)
- hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, 0.2) * CFrame.Angles(math.rad(45), math.rad(-30), 0), 0.1)
- torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.1, 0) * CFrame.Angles(math.rad(30), math.rad(-20), math.rad(0)), 0.2)
- lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -3, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
- rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(40)), 0.1)
- if Debounces.on == false then
- break
- end
- wait()
- end
- do
- for i = 1, 15 do
- larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3.2, 0.9, 0) * CFrame.Angles(math.rad(120), math.rad(0), math.rad(-130)), 0.2)
- rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3.2, 0.9, 0) * CFrame.Angles(math.rad(120), math.rad(0), math.rad(70)), 0.2)
- hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, 0.2) * CFrame.Angles(math.rad(45), math.rad(30), 0), 0.1)
- torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.1, 0) * CFrame.Angles(math.rad(30), math.rad(20), math.rad(0)), 0.2)
- lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -3, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(-40)), 0.1)
- rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
- if Debounces.on == false then
- break
- end
- wait()
- end
- do
- for i = 1, 15 do
- larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, 0.9, 0) * CFrame.Angles(math.rad(120), math.rad(0), math.rad(-70)), 0.2)
- rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, 0.9, 0) * CFrame.Angles(math.rad(120), math.rad(0), math.rad(130)), 0.2)
- hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, 0.2) * CFrame.Angles(math.rad(45), math.rad(-30), 0), 0.1)
- torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.1, 0) * CFrame.Angles(math.rad(30), math.rad(-20), math.rad(0)), 0.2)
- lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -3, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
- rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(40)), 0.1)
- if Debounces.on == false then
- break
- end
- wait()
- end
- do
- for i = 1, 15 do
- larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3.2, 0.9, 0) * CFrame.Angles(math.rad(120), math.rad(0), math.rad(-130)), 0.2)
- rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3.2, 0.9, 0) * CFrame.Angles(math.rad(120), math.rad(0), math.rad(70)), 0.2)
- hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, 0.2) * CFrame.Angles(math.rad(45), math.rad(30), 0), 0.1)
- torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.1, 0) * CFrame.Angles(math.rad(30), math.rad(20), math.rad(0)), 0.2)
- lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -3, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(-40)), 0.1)
- rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
- if Debounces.on == false then
- break
- end
- wait()
- end
- do
- for i = 1, 15 do
- larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, 0.9, 0) * CFrame.Angles(math.rad(120), math.rad(0), math.rad(-70)), 0.2)
- rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, 0.9, 0) * CFrame.Angles(math.rad(120), math.rad(0), math.rad(130)), 0.2)
- hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, 0.2) * CFrame.Angles(math.rad(45), math.rad(-30), 0), 0.1)
- torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.1, 0) * CFrame.Angles(math.rad(30), math.rad(-20), math.rad(0)), 0.2)
- lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -3, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
- rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(40)), 0.1)
- if Debounces.on == false then
- break
- end
- wait()
- end
- do
- wait(1.4)
- Debounces.NoIdl = false
- hum.WalkSpeed = 5
- Debounces.on = false
- wait()
- if Debounces.CanAttack == false then
- Debounces.CanAttack = true
- v:Destroy()
- end
- end
- end
- end
- end
- end
- end
- end
- end
- end
- end
- )
- mouse.KeyDown:connect(function(key)
- if key == "m" then
- hum.WalkSpeed = 0
- if Debounces.CanAttack == true then
- Debounces.CanAttack = false
- Debounces.on = true
- Debounces.NoIdl = true
- local rng = Instance.new("Part", char)
- do
- rng.Anchored = true
- rng.BrickColor = BrickColor.new("Really black")
- rng.CanCollide = false
- rng.FormFactor = 3
- rng.Name = "Ring"
- rng.Size = Vector3.new(1, 1, 1)
- rng.Transparency = 0.35
- rng.TopSurface = 0
- rng.BottomSurface = 0
- rng.Position = torso.Position - Vector3.new(0, 2, 0)
- rng.CFrame = rng.CFrame * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
- local rngm = Instance.new("SpecialMesh", rng)
- rngm.MeshId = "http://www.roblox.com/asset/?id=3270017"
- rngm.Scale = Vector3.new(1, 1, 2)
- x = Instance.new("Sound", char)
- x.SoundId = "http://www.roblox.com/asset/?id=169445602"
- x.Looped = false
- x.Pitch = 0.7
- x.Volume = 1
- x:Play()
- coroutine.wrap(function()
- for i = 1, 60, 2 do
- rngm.Scale = Vector3.new(2 + i * 2, 2 + i * 2, 1)
- rng.Transparency = i / 60
- wait()
- end
- wait()
- rng:Destroy()
- end
- )()
- hum.WalkSpeed = 50
- BV = Instance.new("BodyVelocity", torso)
- BV.maxForce = Vector3.new(0, 200000, 0)
- BV.P = 100000
- BV.velocity = Vector3.new(0, 800, 0)
- for i = 1, 20 do
- hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, 0) * CFrame.Angles(math.rad(20), math.rad(0), math.rad(0)), 0.7)
- torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(math.rad(-16), math.rad(0), math.rad(0)), 0.7)
- larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, 1, 0) * CFrame.Angles(math.rad(40), 0, math.rad(-20)), 0.7)
- rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, 1, 0) * CFrame.Angles(math.rad(-40), math.rad(0), math.rad(20)), 0.7)
- lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -2, 0) * CFrame.Angles(math.rad(-10), 0, 0), 0.7)
- rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, 0, -2) * CFrame.Angles(math.rad(0), 0, 0), 0.7)
- cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.85, -0.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
- if Debounces.on == false then
- break
- end
- wait()
- end
- do
- x:Destroy()
- BV:Destroy()
- if (torso.Velocity * Vector3.new(1, 1, 1)).magnitude > 1 then
- for i = 1, 30 do
- hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, 0) * CFrame.Angles(math.rad(-14), math.rad(0), math.rad(0)), 0.3)
- torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.6, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
- larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, 1.4, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-90)), 0.3)
- rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, 1.4, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)), 0.3)
- lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.2)
- rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.2)
- cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.85, -0.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
- if Debounces.on == false then
- break
- end
- wait()
- end
- end
- do
- Debounces.on = false
- Debounces.NoIdl = false
- local ry, ht, ps = nil, nil, nil
- while ht == nil do
- ry = newRay(root.CFrame * CFrame.new(0, -2, 0), root.CFrame * CFrame.new(0, -3, 0), 4.1, {char})
- wait()
- end
- z = Instance.new("Sound", char)
- z.SoundId = "rbxassetid://142070127"
- z.Volume = 1
- wait(0.1)
- z:Play()
- Landing()
- hum.WalkSpeed = 8
- if Debounces.CanAttack == false then
- do
- Debounces.CanAttack = true
- -- DECOMPILER ERROR at PC653: LeaveBlock: unexpected jumping out IF_THEN_STMT
- -- DECOMPILER ERROR at PC653: LeaveBlock: unexpected jumping out IF_STMT
- end
- end
- end
- end
- end
- end
- end
- end
- )
- Grab = false
- mouse.KeyDown:connect(function(key)
- if key == "z" then
- larm.BrickColor = BrickColor.new("Bright red")
- rarm.BrickColor = BrickColor.new("Bright red")
- Debounces.on = true
- Debounces.NoIdl = true
- if Grab == false then
- gp = nil
- con1 = larm.Touched:connect(function(hit)
- ht = hit.Parent
- hum1 = ht:FindFirstChild("Humanoid")
- if hum1 ~= nil then
- hum1.PlatformStand = true
- gp = ht
- Grab = true
- asd = weld5(larm, ht:FindFirstChild("Torso"), CFrame.new(0, -3.3, 0), CFrame.new(0, 0, 0))
- asd.Parent = larm
- asd.Name = "asd"
- asd.C0 = asd.C0 * CFrame.Angles(math.rad(-90), 0, 0)
- else
- if hum1 == nil then
- con1:disconnect()
- wait()
- return
- end
- end
- end
- )
- for i = 1, 18 do
- rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, 0.9, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(36)), 0.2)
- larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.65, 0.9, -0.5) * CFrame.Angles(math.rad(70), math.rad(0), math.rad(20)), 0.2)
- hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, -0.2) * CFrame.Angles(math.rad(-14), math.rad(0), 0), 0.2)
- torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.8, 0) * CFrame.Angles(math.rad(-60), math.rad(0), 0), 0.2)
- lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, -0.6) * CFrame.Angles(math.rad(60), math.rad(0), math.rad(0)), 0.2)
- rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3, -0.6) * CFrame.Angles(math.rad(60), math.rad(0), math.rad(0)), 0.2)
- cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.3, -1.1) * CFrame.Angles(math.rad(-60), math.rad(-90), math.rad(0)), 0.9)
- if Debounces.on == false then
- break
- end
- wait()
- end
- do
- con1:disconnect()
- Debounces.on = false
- Debounces.NoIdl = false
- if Grab == true then
- Grab = false
- for i = 1, 20 do
- rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, 0.9, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(-20)), 0.2)
- larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.6, 0.9, -0.4) * CFrame.Angles(math.rad(170), math.rad(0), math.rad(-20)), 0.1)
- hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, -0.2) * CFrame.Angles(math.rad(-14), math.rad(0), 0), 0.2)
- torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(0), 0), 0.2)
- lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(-10)), 0.2)
- rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.2)
- cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
- if Debounces.on == false then
- do
- wait()
- -- DECOMPILER ERROR at PC472: LeaveBlock: unexpected jumping out IF_THEN_STMT
- -- DECOMPILER ERROR at PC472: LeaveBlock: unexpected jumping out IF_STMT
- end
- end
- end
- if gp ~= nil then
- for i,v in pairs(larm:GetChildren()) do
- if v.Name == "asd" and v:IsA("Weld") then
- v:Remove()
- end
- end
- bv = Instance.new("BodyVelocity", gp:FindFirstChild("Torso"))
- bv.maxForce = Vector3.new(400000, 400000, 400000)
- bv.P = 125000
- bv.velocity = char.Head.CFrame.lookVector * 200
- for i = 1, 12 do
- larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.6, 0.9, -0.75) * CFrame.Angles(math.rad(30), math.rad(0), math.rad(20)), 0.5)
- if Debounces.on == false then
- do
- wait()
- -- DECOMPILER ERROR at PC561: LeaveBlock: unexpected jumping out IF_THEN_STMT
- -- DECOMPILER ERROR at PC561: LeaveBlock: unexpected jumping out IF_STMT
- end
- end
- end
- ht = nil
- Spawn(function()
- wait(0.5)
- bv:Destroy()
- end
- )
- Debounces.on = false
- Debounces.NoIdl = false
- else
- if ht == nil then
- wait()
- Grab = false
- Debounces.on = false
- Debounces.NoIdl = false
- end
- end
- end
- end
- end
- end
- end
- )
- mouse.KeyDown:connect(function(key)
- if string.byte(key) == 52 then
- char.Humanoid.WalkSpeed = 21
- end
- end
- )
- mouse.KeyUp:connect(function(key)
- if string.byte(key) == 52 then
- char.Humanoid.WalkSpeed = 5
- end
- end
- )
- local animpose = "Idle"
- local lastanimpose = "Idle"
- local sine = 0
- local change = 1
- local val = 0
- local ffing = false
- game:GetService("RunService").RenderStepped:connect(function()
- char.Humanoid.FreeFalling:connect(function(f)
- if f then
- ffing = true
- else
- ffing = false
- end
- end
- )
- sine = sine + change
- if jumpn == true then
- animpose = "Jumping"
- else
- if ffing == true then
- animpose = "Freefalling"
- else
- if (torso.Velocity * Vector3.new(1, 0, 1)).magnitude < 2 then
- animpose = "Idle"
- else
- if (torso.Velocity * Vector3.new(1, 0, 1)).magnitude < 20 then
- animpose = "Walking"
- else
- if (torso.Velocity * Vector3.new(1, 0, 1)).magnitude > 20 then
- animpose = "Running"
- end
- end
- end
- end
- end
- if animpose ~= lastanimpose then
- sine = 0
- if Debounces.NoIdl == false then
- if animpose == "Idle" then
- for i = 1, 2 do
- rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, 0.9, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(20)), 0.2)
- larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, 0.9, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-20)), 0.2)
- hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, -0.2) * CFrame.Angles(math.rad(-14), math.rad(0), 0), 0.2)
- torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(0), 0), 0.2)
- lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(-10)), 0.2)
- rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.2)
- cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
- end
- else
- do
- if animpose == "Walking" then
- for i = 1, 2 do
- rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, 0.9, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(20)), 0.2)
- larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, 0.9, 0) * CFrame.Angles(0, math.rad(1), math.rad(-10)), 0.2)
- hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, 0) * CFrame.Angles(math.rad(-8), math.rad(0), math.rad(0)), 0.2)
- torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(math.rad(-4), 0, math.rad(0)), 0.2)
- lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, -0.05) * CFrame.Angles(math.rad(-18), 0, 0), 0.4)
- rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3, -0.05) * CFrame.Angles(math.rad(-18), 0, 0), 0.4)
- cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
- end
- else
- do
- if animpose == "Running" then
- for i = 1, 2 do
- rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, 0.9, 0.5) * CFrame.Angles(math.rad(-10), math.rad(-40), math.rad(50)), 0.2)
- larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, 1.2, 0 - 1 * math.cos(sine / 4) / 2) * CFrame.Angles(math.rad(50 - 80 * math.cos(sine / 8) / 2), math.rad(0), math.rad(0 - 70 * math.cos(sine / 8) / 2)), 0.2)
- hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, 0) * CFrame.Angles(math.rad(6 + 8 * math.cos(sine / 4) / 1.8), math.rad(0), math.rad(0)), 0.2)
- torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2 + 0.2 * math.cos(sine / 4) / 2, 0) * CFrame.Angles(math.rad(-14 + 4 * math.cos(sine / 4) / 2), 0, math.rad(0)), 0.2)
- lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3 - 0.44 * math.cos(sine / 8) / 2.4, -0.15 + math.sin(sine / 8) / 1.5) * CFrame.Angles(math.rad(-20) + -math.sin(sine / 8) / 1.7, 0, 0), 0.4)
- rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3 + 0.44 * math.cos(sine / 8) / 2.4, -0.15 + -math.sin(sine / 8) / 1.5) * CFrame.Angles(math.rad(-20) + math.sin(sine / 8) / 1.7, 0, 0), 0.4)
- cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.85, -0.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
- end
- wait()
- end
- lastanimpose = animpose
- if Debounces.NoIdl == false then
- if animpose == "Idle" then
- if stanceToggle == "Normal" then
- change = 0.5
- rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, 0.9, 0) * CFrame.Angles(math.rad(88 + 2 * math.cos(sine / 14)), math.rad(0), math.rad(20)), 0.2)
- larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, 0.9 + 0.1 * math.cos(sine / 14), 0) * CFrame.Angles(math.rad(50), math.rad(-30), math.rad(-40 - 2 * math.cos(sine / 14))), 0.2)
- hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, -0.2) * CFrame.Angles(math.rad(-14 + 1 * math.cos(sine / 14)), math.rad(40), 0), 0.2)
- torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(-40), 0), 0.2)
- lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.15, -3, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.2)
- rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.15, -3, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(10)), 0.2)
- cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
- else
- if stanceToggle == "Sitting" then
- rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, 0.9, 0) * CFrame.Angles(math.rad(100 - 1 * math.cos(sine / 14)), math.rad(0), math.rad(20)), 0.2)
- larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2, 0.9, -1) * CFrame.Angles(math.rad(78 + 1 * math.cos(sine / 14)), math.rad(0), math.rad(50)), 0.2)
- hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, -0.3) * CFrame.Angles(math.rad(-14 + 1 * math.cos(sine / 14)), math.rad(0), math.rad(0)), 0.2)
- torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -3, 0) * CFrame.Angles(math.rad(-10 + 1 * math.cos(sine / 14)), 0, math.rad(0)), 0.2)
- lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -1, -2) * CFrame.Angles(math.rad(-10 - 1 * math.cos(sine / 14)), 0, 0), 0.2)
- rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3, 0.6) * CFrame.Angles(math.rad(-50 - 1 * math.cos(sine / 14)), 0, 0), 0.2)
- cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.85, -0.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
- end
- end
- else
- -- DECOMPILER ERROR at PC1283: Unhandled construct in 'MakeBoolean' P1
- if animpose == "Walking" and stanceToggle == "Normal" then
- change = 1
- rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, 0.9 + 0.1 * math.cos(sine / 7), 0) * CFrame.Angles(math.rad(90 + 2 * math.cos(sine / 7)), math.rad(0), math.rad(20)), 0.2)
- larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, 0.9 + 0.1 * math.cos(sine / 7), -math.sin(sine / 14) / 2) * CFrame.Angles(math.sin(sine / 14) / 4, math.rad(1) + -math.sin(sine / 14) / 2, math.rad(-30)), 0.2)
- hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, 0) * CFrame.Angles(math.rad(-8 + 2 * math.cos(sine / 7)), math.rad(0), math.rad(0)), 0.2)
- torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2 + 0.1 * math.cos(sine / 7), 0) * CFrame.Angles(math.rad(-4 + 2 * math.cos(sine / 7)), 0, math.rad(0)), 0.2)
- lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3 - 0.3 * math.cos(sine / 14) / 2, -0.05 + math.sin(sine / 14) / 2) * CFrame.Angles(math.rad(-18) + -math.sin(sine / 14) / 2.3, 0, 0), 0.4)
- rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3 + 0.3 * math.cos(sine / 14) / 2, -0.05 + -math.sin(sine / 14) / 2) * CFrame.Angles(math.rad(-18) + math.sin(sine / 14) / 2.3, 0, 0), 0.4)
- cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
- end
- end
- end
- if animpose == "Running" then
- change = 1
- rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, 0.9, 0.5) * CFrame.Angles(math.rad(-10 - 20 * math.cos(sine / 4) / 2), math.rad(-40 + 10 * math.cos(sine / 4) / 2), math.rad(50 - 10 * math.cos(sine / 4) / 2)), 0.2)
- larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, 0.9, 0.5) * CFrame.Angles(math.rad(10 + 20 * math.cos(sine / 4) / 2), math.rad(40 - 10 * math.cos(sine / 4) / 2), math.rad(-50 + 10 * math.cos(sine / 4) / 2)), 0.2)
- hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, 0) * CFrame.Angles(math.rad(6 + 6 * math.cos(sine / 4) / 1.8), math.rad(0), math.rad(0)), 0.2)
- torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2 + 0.2 * math.cos(sine / 4) / 2, 0) * CFrame.Angles(math.rad(-14 + 10 * math.cos(sine / 4) / 2), 0, math.rad(0)), 0.2)
- lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3 - 0.44 * math.cos(sine / 8) / 2.4, -0.15 + math.sin(sine / 8) / 1.5) * CFrame.Angles(math.rad(-20) + -math.sin(sine / 8) / 1.7, 0, 0), 0.4)
- rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3 + 0.44 * math.cos(sine / 8) / 2.4, -0.15 + -math.sin(sine / 8) / 1.5) * CFrame.Angles(math.rad(-20) + math.sin(sine / 8) / 1.7, 0, 0), 0.4)
- cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.85, -0.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
- end
- end
- end
- end
- end
- end
- end
- end
- )
Add Comment
Please, Sign In to add comment