Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --[[REMADE BY PXIRE
- Ice vanargand revamp/remake from leagues
- dont remove credits lol
- btw if u got here ur a stupid exploiter/logger lol
- N
- W * E
- S
- dont leak me u skid
- asriel = bad
- dooven roccz bb
- ]]--
- wait(1 / 30)
- Effects = { }
- local Player = game.Players.localPlayer
- local Character = Player.Character
- local Humanoid = Character.Humanoid
- local Mouse = Player:GetMouse()
- local LeftArm = Character["Left Arm"]
- local RightArm = Character["Right Arm"]
- local LeftLeg = Character["Left Leg"]
- local RightLeg = Character["Right Leg"]
- local Head = Character.Head
- local Torso = Character.Torso
- local Camera = game.Workspace.CurrentCamera
- local RootPart = Character.HumanoidRootPart
- local RootJoint = RootPart.RootJoint
- local attack = false
- local Anim = 'Idle'
- local attacktype = 1
- local Torsovelocity = (RootPart.Velocity * Vector3.new(1, 0, 1)).magnitude
- local velocity = RootPart.Velocity.y
- local sine = 0
- local change = 1
- local Create = LoadLibrary("RbxUtility").Create
- local m = Create("Model"){
- Parent = Character,
- Name = "WeaponModel",
- }
- Humanoid.Animator.Parent = nil
- Character.Animate.Parent = nil
- local newMotor = function(part0, part1, c0, c1)
- local w = Create('Motor'){
- Parent = part0,
- Part0 = part0,
- Part1 = part1,
- C0 = c0,
- C1 = c1,
- }
- return w
- end
- function clerp(a, b, t)
- return a:lerp(b, t)
- end
- RootCF = CFrame.fromEulerAnglesXYZ(-1.57, 0, 3.14)
- NeckCF = CFrame.new(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
- local RW = newMotor(Torso, RightArm, CFrame.new(1.5, 0, 0), CFrame.new(0, 0, 0))
- local LW = newMotor(Torso, LeftArm, CFrame.new(-1.5, 0, 0), CFrame.new(0, 0, 0))
- local RH = newMotor(Torso, RightLeg, CFrame.new(.5, -2, 0), CFrame.new(0, 0, 0))
- local LH = newMotor(Torso, LeftLeg, CFrame.new(-.5, -2, 0), CFrame.new(0, 0, 0))
- RootJoint.C1 = CFrame.new(0, 0, 0)
- RootJoint.C0 = CFrame.new(0, 0, 0)
- Torso.Neck.C1 = CFrame.new(0, 0, 0)
- Torso.Neck.C0 = CFrame.new(0, 1.5, 0)
- local rarmc1 = RW.C1
- local larmc1 = LW.C1
- local rlegc1 = RH.C1
- local llegc1 = LH.C1
- local resetc1 = false
- function PlayAnimationFromTable(table, speed, bool)
- RootJoint.C0 = clerp(RootJoint.C0, table[1], speed)
- Torso.Neck.C0 = clerp(Torso.Neck.C0, table[2], speed)
- RW.C0 = clerp(RW.C0, table[3], speed)
- LW.C0 = clerp(LW.C0, table[4], speed)
- RH.C0 = clerp(RH.C0, table[5], speed)
- LH.C0 = clerp(LH.C0, table[6], speed)
- if bool == true then
- if resetc1 == false then
- resetc1 = true
- RootJoint.C1 = RootJoint.C1
- Torso.Neck.C1 = Torso.Neck.C1
- RW.C1 = rarmc1
- LW.C1 = larmc1
- RH.C1 = rlegc1
- LH.C1 = llegc1
- end
- end
- end
- ArtificialHB = Create("BindableEvent", script){
- Parent = script,
- Name = "Heartbeat",
- }
- script:WaitForChild("Heartbeat")
- frame = 1 / 30
- tf = 0
- allowframeloss = false
- tossremainder = false
- lastframe = tick()
- script.Heartbeat:Fire()
- game:GetService("RunService").Heartbeat:connect(function(s, p)
- tf = tf + s
- if tf >= frame then
- if allowframeloss then
- script.Heartbeat:Fire()
- lastframe = tick()
- else
- for i = 1, math.floor(tf / frame) do
- script.Heartbeat:Fire()
- end
- lastframe = tick()
- end
- if tossremainder then
- tf = 0
- else
- tf = tf - frame * math.floor(tf / frame)
- end
- end
- end)
- function swait(num)
- if num == 0 or num == nil then
- ArtificialHB.Event:wait()
- else
- for i = 0, num do
- ArtificialHB.Event:wait()
- end
- end
- end
- function RemoveOutlines(part)
- part.TopSurface, part.BottomSurface, part.LeftSurface, part.RightSurface, part.FrontSurface, part.BackSurface = 10, 10, 10, 10, 10, 10
- end
- CFuncs = {
- Part = {
- Create = function(Parent, Material, Reflectance, Transparency, BColor, Name, Size)
- local Part = Create("Part"){
- Parent = Parent,
- Reflectance = Reflectance,
- Transparency = Transparency,
- CanCollide = false,
- Locked = true,
- BrickColor = BrickColor.new(tostring(BColor)),
- Name = Name,
- Size = Size,
- Material = Material,
- }
- RemoveOutlines(Part)
- return Part
- end;
- };
- Mesh = {
- Create = function(Mesh, Part, MeshType, MeshId, OffSet, Scale)
- local Msh = Create(Mesh){
- Parent = Part,
- Offset = OffSet,
- Scale = Scale,
- }
- if Mesh == "SpecialMesh" then
- Msh.MeshType = MeshType
- Msh.MeshId = MeshId
- end
- return Msh
- end;
- };
- Weld = {
- Create = function(Parent, Part0, Part1, C0, C1)
- local Weld = Create("Weld"){
- Parent = Parent,
- Part0 = Part0,
- Part1 = Part1,
- C0 = C0,
- C1 = C1,
- }
- return Weld
- end;
- };
- Sound = {
- Create = function(id, par, vol, pit)
- coroutine.resume(coroutine.create(function()
- local Sound = Create("Sound"){
- Volume = vol,
- Pitch = pit or 1,
- SoundId = "rbxassetid://" .. id,
- Parent = par or workspace,
- }
- Sound:play()
- game:GetService("Debris"):AddItem(Sound, 10)
- end))
- end;
- };
- Decal = {
- Create = function(Color, Texture, Transparency, Name, Parent)
- local Decal = Create("Decal"){
- Color3 = Color,
- Texture = "rbxassetid://" .. Texture,
- Transparency = Transparency,
- Name = Name,
- Parent = Parent,
- }
- return Decal
- end;
- };
- BillboardGui = {
- Create = function(Parent, Image, Position, Size)
- local BillPar = CFuncs.Part.Create(Parent, "SmoothPlastic", 0, 1, BrickColor.new("Black"), "BillboardGuiPart", Vector3.new(1, 1, 1))
- BillPar.CFrame = CFrame.new(Position)
- local Bill = Create("BillboardGui"){
- Parent = BillPar,
- Adornee = BillPar,
- Size = UDim2.new(1, 0, 1, 0),
- SizeOffset = Vector2.new(Size, Size),
- }
- local d = Create("ImageLabel", Bill){
- Parent = Bill,
- BackgroundTransparency = 1,
- Size = UDim2.new(1, 0, 1, 0),
- Image = "rbxassetid://" .. Image,
- }
- return BillPar
- end
- };
- ParticleEmitter = {
- Create = function(Parent, Color1, Color2, LightEmission, Size, Texture, Transparency, ZOffset, Accel, Drag, LockedToPart, VelocityInheritance, EmissionDirection, Enabled, LifeTime, Rate, Rotation, RotSpeed, Speed, VelocitySpread)
- local Particle = Create("ParticleEmitter"){
- Parent = Parent,
- Color = ColorSequence.new(Color1, Color2),
- LightEmission = LightEmission,
- Size = Size,
- Texture = Texture,
- Transparency = Transparency,
- ZOffset = ZOffset,
- Acceleration = Accel,
- Drag = Drag,
- LockedToPart = LockedToPart,
- VelocityInheritance = VelocityInheritance,
- EmissionDirection = EmissionDirection,
- Enabled = Enabled,
- Lifetime = LifeTime,
- Rate = Rate,
- Rotation = Rotation,
- RotSpeed = RotSpeed,
- Speed = Speed,
- VelocitySpread = VelocitySpread,
- }
- return Particle
- end;
- };
- CreateTemplate = {
- };
- }
- function rayCast(Position, Direction, Range, Ignore)
- return game:service("Workspace"):FindPartOnRay(Ray.new(Position, Direction.unit * (Range or 999.999)), Ignore)
- end
- FindNearestTorso = function(pos)
- local list = (game.Workspace:children())
- local torso = nil
- local dist = 1000
- local temp, human, temp2 = nil, nil, nil
- for x = 1, #list do
- temp2 = list[x]
- if temp2.className == "Model" and temp2.Name ~= Character.Name then
- temp = temp2:findFirstChild("Torso")
- human = temp2:findFirstChild("Humanoid")
- if temp ~= nil and human ~= nil and human.Health > 0 and (temp.Position - pos).magnitude < dist then
- local dohit = true
- if dohit == true then
- torso = temp
- dist = (temp.Position - pos).magnitude
- end
- end
- end
- end
- return torso, dist
- end
- function Damage(Part, hit, minim, maxim, knockback, Type, Property, Delay, HitSound, HitPitch)
- if hit.Parent == nil then
- return
- end
- local h = hit.Parent:FindFirstChild("Humanoid")
- for _, v in pairs(hit.Parent:children()) do
- if v:IsA("Humanoid") then
- h = v
- end
- end
- if h ~= nil and hit.Parent.Name ~= Character.Name and hit.Parent:FindFirstChild("Torso") ~= nil then
- if hit.Parent:findFirstChild("DebounceHit") ~= nil then
- if hit.Parent.DebounceHit.Value == true then
- return
- end
- end
- local c = Create("ObjectValue"){
- Name = "creator",
- Value = game:service("Players").LocalPlayer,
- Parent = h,
- }
- game:GetService("Debris"):AddItem(c, .5)
- if HitSound ~= nil and HitPitch ~= nil then
- CFuncs.Sound.Create(HitSound, hit, 1, HitPitch)
- end
- local Damage = math.random(minim, maxim)
- local blocked = false
- local block = hit.Parent:findFirstChild("Block")
- if block ~= nil then
- if block.className == "IntValue" then
- if block.Value > 0 then
- blocked = true
- block.Value = block.Value - 1
- print(block.Value)
- end
- end
- end
- if blocked == false then
- h.Health = h.Health - Damage
- ShowDamage((Part.CFrame * CFrame.new(0, 0, (Part.Size.Z / 2)).p + Vector3.new(0, 1.5, 0)), -Damage, 1.5, BrickColor.new("Really black").Color)
- else
- h.Health = h.Health - (Damage / 2)
- ShowDamage((Part.CFrame * CFrame.new(0, 0, (Part.Size.Z / 2)).p + Vector3.new(0, 1.5, 0)), -Damage, 1.5, BrickColor.new("Really black").Color)
- end
- if Type == "Knockdown" then
- local hum = hit.Parent.Humanoid
- hum.PlatformStand = true
- coroutine.resume(coroutine.create(function(HHumanoid)
- swait(1)
- HHumanoid.PlatformStand = false
- end), hum)
- local angle = (hit.Position - (Property.Position + Vector3.new(0, 0, 0))).unit
- local bodvol = Create("BodyVelocity"){
- velocity = angle * knockback,
- P = 5000,
- maxForce = Vector3.new(8e+003, 8e+003, 8e+003),
- Parent = hit,
- }
- local rl = Create("BodyAngularVelocity"){
- P = 3000,
- maxTorque = Vector3.new(500000, 500000, 500000) * 50000000000000,
- angularvelocity = Vector3.new(math.random(-10, 10), math.random(-10, 10), math.random(-10, 10)),
- Parent = hit,
- }
- game:GetService("Debris"):AddItem(bodvol, .5)
- game:GetService("Debris"):AddItem(rl, .5)
- elseif Type == "Normal" then
- local vp = Create("BodyVelocity"){
- P = 500,
- maxForce = Vector3.new(math.huge, 0, math.huge),
- velocity = Property.CFrame.lookVector * knockback + Property.Velocity / 1.05,
- }
- if knockback > 0 then
- vp.Parent = hit.Parent.Torso
- end
- game:GetService("Debris"):AddItem(vp, .5)
- elseif Type == "Up" then
- local bodyVelocity = Create("BodyVelocity"){
- velocity = Vector3.new(0, 20, 0),
- P = 5000,
- maxForce = Vector3.new(8e+003, 8e+003, 8e+003),
- Parent = hit,
- }
- game:GetService("Debris"):AddItem(bodyVelocity, .5)
- elseif Type == "DarkUp" then
- coroutine.resume(coroutine.create(function()
- for i = 0, 1, 0.1 do
- swait()
- Effects.Block.Create(BrickColor.new("Black"), hit.Parent.Torso.CFrame, 5, 5, 5, 1, 1, 1, .08, 1)
- end
- end))
- local bodyVelocity = Create("BodyVelocity"){
- velocity = Vector3.new(0, 20, 0),
- P = 5000,
- maxForce = Vector3.new(8e+003, 8e+003, 8e+003),
- Parent = hit,
- }
- game:GetService("Debris"):AddItem(bodyVelocity, 1)
- elseif Type == "Snare" then
- local bp = Create("BodyPosition"){
- P = 2000,
- D = 100,
- maxForce = Vector3.new(math.huge, math.huge, math.huge),
- position = hit.Parent.Torso.Position,
- Parent = hit.Parent.Torso,
- }
- game:GetService("Debris"):AddItem(bp, 1)
- elseif Type == "Freeze" then
- local BodPos = Create("BodyPosition"){
- P = 50000,
- D = 1000,
- maxForce = Vector3.new(math.huge, math.huge, math.huge),
- position = hit.Parent.Torso.Position,
- Parent = hit.Parent.Torso,
- }
- local BodGy = Create("BodyGyro") {
- maxTorque = Vector3.new(4e+005, 4e+005, 4e+005) * math.huge ,
- P = 20e+003,
- Parent = hit.Parent.Torso,
- cframe = hit.Parent.Torso.CFrame,
- }
- hit.Parent.Torso.Anchored = true
- coroutine.resume(coroutine.create(function(Part)
- swait(1.5)
- Part.Anchored = false
- end), hit.Parent.Torso)
- game:GetService("Debris"):AddItem(BodPos, 3)
- game:GetService("Debris"):AddItem(BodGy, 3)
- end
- local debounce = Create("BoolValue"){
- Name = "DebounceHit",
- Parent = hit.Parent,
- Value = true,
- }
- game:GetService("Debris"):AddItem(debounce, Delay)
- c = Create("ObjectValue"){
- Name = "creator",
- Value = Player,
- Parent = h,
- }
- game:GetService("Debris"):AddItem(c, .5)
- end
- end
- function ShowDamage(Pos, Text, Time, Color)
- local Rate = (1 / 30)
- local Pos = (Pos or Vector3.new(0, 0, 0))
- local Text = (Text or "")
- local Time = (Time or 2)
- local Color = (Color or Color3.new(1, 0, 1))
- local EffectPart = CFuncs.Part.Create(workspace, "SmoothPlastic", 0, 1, BrickColor.new(Color), "Effect", Vector3.new(0, 0, 0))
- EffectPart.Anchored = true
- local BillboardGui = Create("BillboardGui"){
- Size = UDim2.new(3, 0, 3, 0),
- Adornee = EffectPart,
- Parent = EffectPart,
- }
- local TextLabel = Create("TextLabel"){
- BackgroundTransparency = 1,
- Size = UDim2.new(1, 0, 1, 0),
- Text = Text,
- Font = "SciFi",
- TextColor3 = Color,
- TextScaled = true,
- Parent = BillboardGui,
- }
- game.Debris:AddItem(EffectPart, (Time))
- EffectPart.Parent = game:GetService("Workspace")
- delay(0, function()
- local Frames = (Time / Rate)
- for Frame = 1, Frames do
- wait(Rate)
- local Percent = (Frame / Frames)
- EffectPart.CFrame = CFrame.new(Pos) + Vector3.new(0, Percent, 0)
- TextLabel.TextTransparency = Percent
- end
- if EffectPart and EffectPart.Parent then
- EffectPart:Destroy()
- end
- end)
- end
- function MagnitudeDamage(Part, Magnitude, MinimumDamage, MaximumDamage, KnockBack, Type, HitSound, HitPitch)
- for _, c in pairs(workspace:children()) do
- local hum = c:findFirstChild("Humanoid")
- if hum ~= nil then
- local head = c:findFirstChild("Torso")
- if head ~= nil then
- local targ = head.Position - Part.Position
- local mag = targ.magnitude
- if mag <= Magnitude and c.Name ~= Player.Name then
- Damage(head, head, MinimumDamage, MaximumDamage, KnockBack, Type, RootPart, .1, "rbxassetid://" .. HitSound, HitPitch)
- end
- end
- end
- end
- end
- EffectModel = Create("Model"){
- Parent = Character,
- Name = "Effects",
- }
- Effects = {
- Block = {
- Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay, Type)
- local prt = CFuncs.Part.Create(EffectModel, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new())
- prt.Anchored = true
- prt.CFrame = cframe
- local msh = CFuncs.Mesh.Create("BlockMesh", prt, "", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
- game:GetService("Debris"):AddItem(prt, 10)
- if Type == 1 or Type == nil then
- table.insert(Effects, {
- prt,
- "Block1",
- delay,
- x3,
- y3,
- z3,
- msh
- })
- elseif Type == 2 then
- table.insert(Effects, {
- prt,
- "Block2",
- delay,
- x3,
- y3,
- z3,
- msh
- })
- end
- end;
- };
- Cylinder = {
- Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
- local prt = CFuncs.Part..Create(EffectModel, "Neon", 0, 0, brickcolor, "Effect", Vector3.new(0.2, 0.2, 0.2))
- prt.Anchored = true
- prt.CFrame = cframe
- local msh = CFuncs.Mesh.Create("CylinderMesh", prt, "", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
- game:GetService("Debris"):AddItem(prt, 2)
- Effects[#Effects + 1] = {
- prt,
- "Cylinder",
- delay,
- x3,
- y3,
- z3
- }
- end;
- };
- Head = {
- Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
- local prt = CFuncs.Part.Create(EffectModel, "Neon", 0, 0, brickcolor, "Effect", Vector3.new())
- prt.Anchored = true
- prt.CFrame = cframe
- local msh = CFuncs.Mesh.Create("SpecialMesh", prt, "Head", "nil", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
- game:GetService("Debris"):AddItem(prt, 10)
- table.insert(Effects, {
- prt,
- "Cylinder",
- delay,
- x3,
- y3,
- z3,
- msh
- })
- end;
- };
- Sphere = {
- Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
- local prt = CFuncs.Part.Create(EffectModel, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new())
- prt.Anchored = true
- prt.CFrame = cframe
- local msh = CFuncs.Mesh.Create("SpecialMesh", prt, "Sphere", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
- game:GetService("Debris"):AddItem(prt, 10)
- table.insert(Effects, {
- prt,
- "Cylinder",
- delay,
- x3,
- y3,
- z3,
- msh
- })
- end;
- };
- Elect = {
- Create = function(cff, x, y, z)
- local prt = CFuncs.Part.Create(EffectModel, "Neon", 0, 0, BrickColor.new("Lime green"), "Part", Vector3.new(1, 1, 1))
- prt.Anchored = true
- prt.CFrame = cff * CFrame.new(math.random(-x, x), math.random(-y, y), math.random(-z, z))
- prt.CFrame = CFrame.new(prt.Position)
- game:GetService("Debris"):AddItem(prt, 2)
- local xval = math.random() / 2
- local yval = math.random() / 2
- local zval = math.random() / 2
- local msh = CFuncs.Mesh.Create("BlockMesh", prt, "", "", Vector3.new(0, 0, 0), Vector3.new(xval, yval, zval))
- table.insert(Effects, {
- prt,
- "Elec",
- 0.1,
- x,
- y,
- z,
- xval,
- yval,
- zval
- })
- end;
- };
- Ring = {
- Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
- local prt = CFuncs.Part.Create(EffectModel, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new())
- prt.Anchored = true
- prt.CFrame = cframe
- local msh = CFuncs.Mesh.Create("CylinderMesh", prt, "", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
- game:GetService("Debris"):AddItem(prt, 10)
- table.insert(Effects, {
- prt,
- "Cylinder",
- delay,
- x3,
- y3,
- z3,
- msh
- })
- end;
- };
- Wave = {
- Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
- local prt = CFuncs.Part.Create(EffectModel, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new())
- prt.Anchored = true
- prt.CFrame = cframe
- local msh = CFuncs.Mesh.Create("SpecialMesh", prt, "FileMesh", "rbxassetid://20329976", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
- game:GetService("Debris"):AddItem(prt, 10)
- table.insert(Effects, {
- prt,
- "Cylinder",
- delay,
- x3,
- y3,
- z3,
- msh
- })
- end;
- };
- Break = {
- Create = function(brickcolor, cframe, x1, y1, z1)
- local prt = CFuncs.Part.Create(EffectModel, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new(0.5, 0.5, 0.5))
- prt.Anchored = true
- prt.CFrame = cframe * CFrame.fromEulerAnglesXYZ(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50))
- local msh = CFuncs.Mesh.Create("SpecialMesh", prt, "Sphere", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
- local num = math.random(10, 50) / 1000
- game:GetService("Debris"):AddItem(prt, 10)
- table.insert(Effects, {
- prt,
- "Shatter",
- num,
- prt.CFrame,
- math.random() - math.random(),
- 0,
- math.random(50, 100) / 100
- })
- end;
- };
- Fire = {
- Create = function(brickcolor, cframe, x1, y1, z1, delay)
- local prt = CFuncs.Part.Create(EffectModel, "Neon", 0, 0, brickcolor, "Effect", Vector3.new())
- prt.Anchored = true
- prt.CFrame = cframe
- msh = CFuncs.Mesh.Create("BlockMesh", prt, "", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
- game:GetService("Debris"):AddItem(prt, 10)
- table.insert(Effects, {
- prt,
- "Fire",
- delay,
- 1,
- 1,
- 1,
- msh
- })
- end;
- };
- FireWave = {
- Create = function(brickcolor, cframe, x1, y1, z1)
- local prt = CFuncs.Part.Create(EffectModel, "Neon", 0, 1, brickcolor, "Effect", Vector3.new())
- prt.Anchored = true
- prt.CFrame = cframe
- msh = CFuncs.Mesh.Create("BlockMesh", prt, "", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
- local d = Create("Decal"){
- Parent = prt,
- Texture = "rbxassetid://26356434",
- Face = "Top",
- }
- local d = Create("Decal"){
- Parent = prt,
- Texture = "rbxassetid://26356434",
- Face = "Bottom",
- }
- game:GetService("Debris"):AddItem(prt, 10)
- table.insert(Effects, {
- prt,
- "FireWave",
- 1,
- 30,
- math.random(400, 600) / 100,
- msh
- })
- end;
- };
- Lightning = {
- Create = function(p0, p1, tym, ofs, col, th, tra, last)
- local magz = (p0 - p1).magnitude
- local curpos = p0
- local trz = {
- -ofs,
- ofs
- }
- for i = 1, tym do
- local li = CFuncs.Part.Create(EffectModel, "Neon", 0, tra or 0.4, col, "Ref", Vector3.new(th, th, magz / tym))
- local ofz = Vector3.new(trz[math.random(1, 2)], trz[math.random(1, 2)], trz[math.random(1, 2)])
- local trolpos = CFrame.new(curpos, p1) * CFrame.new(0, 0, magz / tym).p + ofz
- li.Material = "Neon"
- if tym == i then
- local magz2 = (curpos - p1).magnitude
- li.Size = Vector3.new(th, th, magz2)
- li.CFrame = CFrame.new(curpos, p1) * CFrame.new(0, 0, -magz2 / 2)
- table.insert(Effects, {
- li,
- "Disappear",
- last
- })
- else
- do
- do
- li.CFrame = CFrame.new(curpos, trolpos) * CFrame.new(0, 0, magz / tym / 2)
- curpos = li.CFrame * CFrame.new(0, 0, magz / tym / 2).p
- game.Debris:AddItem(li, 10)
- table.insert(Effects, {
- li,
- "Disappear",
- last
- })
- end
- end
- end
- end
- end
- };
- EffectTemplate = {
- };
- }
- Handle=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Lily white","Handle",Vector3.new(0.973444581, 0.973446131, 1.09783459))
- HandleWeld=CFuncs.Weld.Create(m,Character["Head"],Handle,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.260873318, 0.163549423, 2.85492897, -0.998709977, 0.00211600005, 0.0507339984, -0.0507194772, 0.00643000333, -0.998692334, -0.00243945257, -0.999977112, -0.00631438568))
- CFuncs.Mesh.Create("CylinderMesh",Handle,"","",Vector3.new(0, 0, 0),Vector3.new(0.0840239301, 0.117771246, 0.682947934))
- Text1=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Lily white","Text1",Vector3.new(0.973444581, 0.973446131, 1.09783459))
- Text1Weld=CFuncs.Weld.Create(m,Handle,Text1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.567775726, 0.00011920929, -0.799274445, 1, -3.7252903e-09, -2.91038305e-11, -3.7252903e-09, 1.00000024, 0, -2.91038305e-11, 0, 1))
- CFuncs.Mesh.Create("CylinderMesh",Text1,"","",Vector3.new(0, 0, 0),Vector3.new(0.0840239301, 0.117771246, 0.682947934))
- Text1=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Lily white","Text1",Vector3.new(0.973444581, 0.973446131, 1.09783459))
- Text1Weld=CFuncs.Weld.Create(m,Handle,Text1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.310410738, -0.802462578, 0.000918865204, -0.577503204, -7.01341778e-05, -0.816388607, 0.816388547, 0.0002005063, -0.577503264, 0.000204190612, -1.00000012, -5.85364178e-05))
- CFuncs.Mesh.Create("BlockMesh",Text1,"","",Vector3.new(0, 0, 0),Vector3.new(0.0826462507, 0.38775003, 0.592812538))
- Text1=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Lily white","Text1",Vector3.new(0.973444581, 0.973446131, 1.09783459))
- Text1Weld=CFuncs.Weld.Create(m,Handle,Text1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.468504906, 0.175040722, 0.00144100189, -0.22686021, 7.23730773e-06, -0.973927379, 0.973927379, 0.000253025442, -0.22686021, 0.0002447851, -1.00000012, -6.44498505e-05))
- CFuncs.Mesh.Create("BlockMesh",Text1,"","",Vector3.new(0, 0, 0),Vector3.new(0.0826462507, 0.561307788, 0.592812538))
- Text1=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Lily white","Text1",Vector3.new(0.973444581, 0.973446131, 1.09783459))
- Text1Weld=CFuncs.Weld.Create(m,Handle,Text1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0186829567, 0.000111103058, -0.86058712, 1, -3.7252903e-09, -2.91038305e-11, -3.7252903e-09, 1.00000024, 0, -2.91038305e-11, 0, 1))
- CFuncs.Mesh.Create("CylinderMesh",Text1,"","",Vector3.new(0, 0, 0),Vector3.new(0.0840239301, 0.117771246, 0.682947934))
- Text1=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Lily white","Text1",Vector3.new(0.973444581, 0.973446131, 1.09783459))
- Text1Weld=CFuncs.Weld.Create(m,Handle,Text1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.474292755, -0.0709481239, 0.00884914398, -0.895215273, -0.000153947622, 0.445634037, -0.445634037, 0.000121092424, -0.895215333, 8.38525593e-05, -1.00000012, -0.000177007169))
- CFuncs.Mesh.Create("BlockMesh",Text1,"","",Vector3.new(0, 0, 0),Vector3.new(0.0826462507, 0.30225715, 0.592812538))
- Text1=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Lily white","Text1",Vector3.new(0.973444581, 0.973446131, 1.09783459))
- Text1Weld=CFuncs.Weld.Create(m,Handle,Text1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.854374409, -0.000532627106, -0.82985878, 1, -3.7252903e-09, -2.91038305e-11, -3.7252903e-09, 1.00000024, 0, -2.91038305e-11, 0, 1))
- CFuncs.Mesh.Create("CylinderMesh",Text1,"","",Vector3.new(0, 0, 0),Vector3.new(0.0840239301, 0.117771246, 0.682947934))
- Text1=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Lily white","Text1",Vector3.new(0.973444581, 0.973446131, 1.09783459))
- Text1Weld=CFuncs.Weld.Create(m,Handle,Text1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.638299942, -0.000107288361, 0.831981659, 1, -3.7252903e-09, -2.91038305e-11, -3.7252903e-09, 1.00000024, 0, -2.91038305e-11, 0, 1))
- CFuncs.Mesh.Create("CylinderMesh",Text1,"","",Vector3.new(0, 0, 0),Vector3.new(0.0840239301, 0.117771246, 0.682947934))
- Text1=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Lily white","Text1",Vector3.new(0.973444581, 0.973446131, 1.09783459))
- Text1Weld=CFuncs.Weld.Create(m,Handle,Text1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.23771381, -0.500771999, 0.00132274628, 0.999999344, -3.76738608e-05, -0.00117727229, 0.00117728347, 0.00029172888, 0.999999285, -3.73311341e-05, -1.00000012, 0.000291772652))
- CFuncs.Mesh.Create("BlockMesh",Text1,"","",Vector3.new(0, 0, 0),Vector3.new(0.0826462507, 0.196974158, 0.592812538))
- Text1=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Lily white","Text1",Vector3.new(0.973444581, 0.973446131, 1.09783459))
- Text1Weld=CFuncs.Weld.Create(m,Handle,Text1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000893592834, -0.305974007, 0.00148391724, -0.350882918, -4.78411093e-05, -0.936419427, 0.936419427, 0.000123083591, -0.350882947, 0.00013204664, -1.00000024, 1.61118805e-06))
- CFuncs.Mesh.Create("BlockMesh",Text1,"","",Vector3.new(0, 0, 0),Vector3.new(0.0826462507, 0.615028083, 0.592812538))
- Text1=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Lily white","Text1",Vector3.new(0.973444581, 0.973446131, 1.09783459))
- Text1Weld=CFuncs.Weld.Create(m,Handle,Text1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.38819385, -0.0144081116, 0.00118255615, 0.866087854, 0.000114742666, 0.499891728, -0.499891788, 0.000202938914, 0.866087914, -2.07126141e-06, -1.00000012, 0.000233121682))
- CFuncs.Mesh.Create("BlockMesh",Text1,"","",Vector3.new(0, 0, 0),Vector3.new(0.0826462507, 0.0984870344, 0.592812538))
- Text1=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Lily white","Text1",Vector3.new(0.973444581, 0.973446131, 1.09783459))
- Text1Weld=CFuncs.Weld.Create(m,Handle,Text1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.458507538, -0.335885048, 0.00126457214, -0.350882918, -4.78411093e-05, -0.936419427, 0.936419427, 0.000123083591, -0.350882947, 0.00013204664, -1.00000024, 1.61118805e-06))
- CFuncs.Mesh.Create("BlockMesh",Text1,"","",Vector3.new(0, 0, 0),Vector3.new(0.0826462507, 0.395325929, 0.592812538))
- Text1=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Lily white","Text1",Vector3.new(0.973444581, 0.973446131, 1.09783459))
- Text1Weld=CFuncs.Weld.Create(m,Handle,Text1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.568511009, 0.000459194183, 0.880860329, 1, -3.7252903e-09, -2.91038305e-11, -3.7252903e-09, 1.00000024, 0, -2.91038305e-11, 0, 1))
- CFuncs.Mesh.Create("CylinderMesh",Text1,"","",Vector3.new(0, 0, 0),Vector3.new(0.0840239301, 0.117771246, 0.682947934))
- Text1=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Lily white","Text1",Vector3.new(0.973444581, 0.973446131, 1.09783459))
- Text1Weld=CFuncs.Weld.Create(m,Handle,Text1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.31706548, 0.403673172, 0.001765728, 0.631605089, 4.74285334e-05, 0.77529043, -0.77529043, 0.00013737753, 0.631605029, -7.65509903e-05, -1.00000012, 0.00012354413))
- CFuncs.Mesh.Create("BlockMesh",Text1,"","",Vector3.new(0, 0, 0),Vector3.new(0.0826462507, 0.0984870344, 0.592812538))
- Text1=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Lily white","Text1",Vector3.new(0.973444581, 0.973446131, 1.09783459))
- Text1Weld=CFuncs.Weld.Create(m,Handle,Text1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.25232327, -1.22761822, 0.00126266479, -0.596446335, -8.09505582e-05, -0.802653015, 0.802653015, 0.00011312589, -0.596446276, 0.000139076263, -1.00000012, -2.4959445e-06))
- CFuncs.Mesh.Create("BlockMesh",Text1,"","",Vector3.new(0, 0, 0),Vector3.new(0.0826462507, 0.150829867, 0.592812538))
- Text1=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Lily white","Text1",Vector3.new(0.973444581, 0.973446131, 1.09783459))
- Text1Weld=CFuncs.Weld.Create(m,Handle,Text1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.432595491, -0.459429741, 0.00102424622, 0.866087854, 0.000114742666, 0.499891728, -0.499891788, 0.000202938914, 0.866087914, -2.07126141e-06, -1.00000012, 0.000233121682))
- CFuncs.Mesh.Create("BlockMesh",Text1,"","",Vector3.new(0, 0, 0),Vector3.new(0.0826462507, 0.429073304, 0.592812538))
- Text1=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Lily white","Text1",Vector3.new(0.973444581, 1.67071939, 1.09783459))
- Text1Weld=CFuncs.Weld.Create(m,Handle,Text1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.568701267, 0.0371069908, 0.00135135651, 1.00000012, -5.50560653e-05, -4.35463153e-06, 4.36900882e-06, 0.000259179622, 1, -5.50560653e-05, -1, 0.000259179622))
- CFuncs.Mesh.Create("BlockMesh",Text1,"","",Vector3.new(0, 0, 0),Vector3.new(0.0826462507, 1, 0.592812538))
- Text1=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Lily white","Text1",Vector3.new(0.973444581, 0.973446131, 1.09783459))
- Text1Weld=CFuncs.Weld.Create(m,Handle,Text1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.34650278, -0.288872719, 0.00137710571, 0.965948343, 6.3765794e-05, 0.25873518, -0.25873518, 0.000203214586, 0.965948284, 9.01520252e-06, -1.00000012, 0.000212792773))
- CFuncs.Mesh.Create("BlockMesh",Text1,"","",Vector3.new(0, 0, 0),Vector3.new(0.0826462507, 0.0984870344, 0.592812538))
- Text1=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Lily white","Text1",Vector3.new(0.973444581, 0.973446131, 1.09783459))
- Text1Weld=CFuncs.Weld.Create(m,Handle,Text1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.717785835, -0.979457915, 0.00134754181, 0.775400221, -6.55949116e-05, -0.631470323, 0.631470203, 0.000266144052, 0.775400162, 0.000117197633, -1.00000012, 0.000247789547))
- CFuncs.Mesh.Create("BlockMesh",Text1,"","",Vector3.new(0, 0, 0),Vector3.new(0.0826462507, 0.0984870344, 0.592812538))
- Text1=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Lily white","Text1",Vector3.new(0.973444581, 0.973446131, 1.09783459))
- Text1Weld=CFuncs.Weld.Create(m,Handle,Text1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.829580784, 0.950182915, 0.00112915039, 0.00134500687, 4.49172221e-05, 0.999999166, -0.999999225, 2.45682895e-05, 0.00134500593, -2.45086849e-05, -1.00000024, 4.49507497e-05))
- CFuncs.Mesh.Create("BlockMesh",Text1,"","",Vector3.new(0, 0, 0),Vector3.new(0.0826462507, 0.196974158, 0.592812538))
- Text1=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Lily white","Text1",Vector3.new(0.973444581, 0.973446131, 1.09783459))
- Text1Weld=CFuncs.Weld.Create(m,Handle,Text1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.352118492, -0.258388519, 0.00127220154, 0.965948343, 6.3765794e-05, 0.25873518, -0.25873518, 0.000203214586, 0.965948284, 9.01520252e-06, -1.00000012, 0.000212792773))
- CFuncs.Mesh.Create("BlockMesh",Text1,"","",Vector3.new(0, 0, 0),Vector3.new(0.0826462507, 0.222456917, 0.592812538))
- Text1=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Lily white","Text1",Vector3.new(0.973444581, 0.973446131, 1.09783459))
- Text1Weld=CFuncs.Weld.Create(m,Handle,Text1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.337089539, -1.09430468, 0.00129032135, 0.500068367, -0.000146571547, -0.865986049, 0.86598593, 0.000275626779, 0.500068188, 0.000165395439, -1.00000012, 0.000264760107))
- CFuncs.Mesh.Create("BlockMesh",Text1,"","",Vector3.new(0, 0, 0),Vector3.new(0.0826462507, 0.0984870344, 0.592812538))
- Text1=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Lily white","Text1",Vector3.new(0.973444581, 0.973446131, 1.09783459))
- Text1Weld=CFuncs.Weld.Create(m,Handle,Text1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000219345093, 0.255982399, 0.000967025757, 1.00000012, -5.50560653e-05, -4.35463153e-06, 4.36900882e-06, 0.000259179622, 1, -5.50560653e-05, -1, 0.000259179622))
- CFuncs.Mesh.Create("BlockMesh",Text1,"","",Vector3.new(0, 0, 0),Vector3.new(0.0826462507, 0.506210029, 0.592812538))
- Text1=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Lily white","Text1",Vector3.new(0.973444581, 0.973446131, 1.09783459))
- Text1Weld=CFuncs.Weld.Create(m,Handle,Text1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.18056917, 0.646813393, 0.00132417679, 0.409543753, 3.92924994e-05, 0.912290514, -0.912290514, 6.29387796e-05, 0.409543782, -4.13283706e-05, -1.00000012, 6.16223551e-05))
- CFuncs.Mesh.Create("BlockMesh",Text1,"","",Vector3.new(0, 0, 0),Vector3.new(0.0826462507, 0.0984870344, 0.592812538))
- Text1=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Lily white","Text1",Vector3.new(0.973444581, 0.973446131, 1.09783459))
- Text1Weld=CFuncs.Weld.Create(m,Handle,Text1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0791192055, -0.891848564, 0.00149440765, -0.47453782, -1.90846622e-05, -0.880235136, 0.880235255, 0.000154465437, -0.47453782, 0.000145025551, -1.00000024, -5.65047376e-05))
- CFuncs.Mesh.Create("BlockMesh",Text1,"","",Vector3.new(0, 0, 0),Vector3.new(0.0826462507, 0.615028083, 0.592812538))
- Text1=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Lily white","Text1",Vector3.new(0.973444581, 1.58021092, 1.09783459))
- Text1Weld=CFuncs.Weld.Create(m,Handle,Text1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.212434292, -0.212054253, 0.00159406662, -0.000234902749, 9.95965675e-05, -1, 1, 0.000225774944, -0.000234880485, 0.000225760043, -1.00000012, -9.96496528e-05))
- CFuncs.Mesh.Create("BlockMesh",Text1,"","",Vector3.new(0, 0, 0),Vector3.new(0.0826462507, 1, 0.592812538))
- Text1=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Lily white","Text1",Vector3.new(0.973444581, 0.973446131, 1.09783459))
- Text1Weld=CFuncs.Weld.Create(m,Handle,Text1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0512714386, -1.06008673, 0.00127077103, 0.25889343, -0.000143378973, -0.965905964, 0.965905905, 0.000214781612, 0.25889343, 0.000170338899, -1.00000012, 0.000194095541))
- CFuncs.Mesh.Create("BlockMesh",Text1,"","",Vector3.new(0, 0, 0),Vector3.new(0.0826462507, 0.0984870344, 0.592812538))
- Text1=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Lily white","Text1",Vector3.new(0.973444581, 0.973446131, 1.09783459))
- Text1Weld=CFuncs.Weld.Create(m,Handle,Text1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.19938707, -0.0039525032, 0.57759428, 1, -3.7252903e-09, -2.91038305e-11, -3.7252903e-09, 1.00000024, 0, -2.91038305e-11, 0, 1))
- CFuncs.Mesh.Create("CylinderMesh",Text1,"","",Vector3.new(0, 0, 0),Vector3.new(0.0840239301, 0.117771246, 0.682947934))
- Text1=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Lily white","Text1",Vector3.new(0.973444581, 0.973446131, 1.09783459))
- Text1Weld=CFuncs.Weld.Create(m,Handle,Text1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.54470551, -0.617348671, 0.00104808807, 0.761235833, 5.08725643e-05, 0.64847523, -0.64847517, 0.000128693879, 0.761235774, -4.47370112e-05, -1.00000012, 0.000130956993))
- CFuncs.Mesh.Create("BlockMesh",Text1,"","",Vector3.new(0, 0, 0),Vector3.new(0.0826462507, 0.103996843, 0.592812538))
- Text1=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Lily white","Text1",Vector3.new(0.973444581, 0.973446131, 1.09783459))
- Text1Weld=CFuncs.Weld.Create(m,Handle,Text1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.959951401, -0.843539476, 0.00110006332, 0.912387073, 7.71507621e-06, -0.409328669, 0.409328669, 0.00026207976, 0.912387073, 0.000114317983, -1.00000012, 0.000235960819))
- CFuncs.Mesh.Create("BlockMesh",Text1,"","",Vector3.new(0, 0, 0),Vector3.new(0.0826462507, 0.0984870344, 0.592812538))
- Handle2=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Ghost grey","Handle2",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- Handle2Weld=CFuncs.Weld.Create(m,Character["Right Arm"],Handle2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0600814819, 0.740799189, 0.698774815, 1, 8.6729211e-05, 1.49891785e-05, -8.65440234e-05, 0.999928772, -0.0119421696, -1.60238451e-05, 0.0119421687, 0.999928713))
- CFuncs.Mesh.Create("SpecialMesh",Handle2,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(1.43137777, 0.349116445, 0.349116683))
- Gear1=CFuncs.Part.Create(m,Enum.Material.Metal,0,0,"Ghost grey","Gear1",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- Gear1Weld=CFuncs.Weld.Create(m,Handle2,Gear1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-6.15119934e-05, -0.395903587, -0.0570245981, 1, 1.48137251e-05, -7.47985032e-05, -7.21848264e-05, 0.499980301, -0.866036713, 2.45685478e-05, 0.866036773, 0.499980271))
- CFuncs.Mesh.Create("SpecialMesh",Gear1,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.349116534, 0.122190759, 0.261837572))
- Gear1=CFuncs.Part.Create(m,Enum.Material.Metal,0,0,"Ghost grey","Gear1",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- Gear1Weld=CFuncs.Weld.Create(m,Handle2,Gear1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000183582306, 0.136628628, 0.175653338, 1, -2.92257209e-05, 2.31789345e-05, -2.79019896e-05, -0.17365621, 0.984806359, -2.47565076e-05, -0.984806359, -0.17365621))
- CFuncs.Mesh.Create("SpecialMesh",Gear1,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.349116534, 0.122190759, 0.192014158))
- Gear1=CFuncs.Part.Create(m,Enum.Material.Metal,0,0,"Ghost grey","Gear1",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- Gear1Weld=CFuncs.Weld.Create(m,Handle2,Gear1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000146389008, -0.212117672, -0.273984432, 1, -5.15445464e-09, -6.06100839e-05, -5.49326614e-05, -0.422650307, -0.906292915, -2.56121984e-05, 0.906292796, -0.422650337))
- CFuncs.Mesh.Create("SpecialMesh",Gear1,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.349116534, 0.122190759, 0.261837572))
- Gear1=CFuncs.Part.Create(m,Enum.Material.Metal,0,0,"Ghost grey","Gear1",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- Gear1Weld=CFuncs.Weld.Create(m,Handle2,Gear1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.43051147e-05, -0.31832552, -0.211591244, 1, 3.63923973e-05, -3.74238589e-05, -3.74236333e-05, -6.26790006e-06, -1, -3.63926338e-05, 1, -6.266539e-06))
- CFuncs.Mesh.Create("SpecialMesh",Gear1,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.349116534, 0.122190759, 0.261837572))
- Gear1=CFuncs.Part.Create(m,Enum.Material.Metal,0,0,"Ghost grey","Gear1",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- Gear1Weld=CFuncs.Weld.Create(m,Handle2,Gear1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.38282776e-05, -0.318008184, 0.210614681, 1, 3.63923828e-05, -3.74238516e-05, -3.63926192e-05, 1, -6.27213103e-06, 3.74236261e-05, 6.273493e-06, 1))
- CFuncs.Mesh.Create("SpecialMesh",Gear1,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.349116534, 0.122190759, 0.174558342))
- Gear1=CFuncs.Part.Create(m,Enum.Material.Metal,0,0,"Ghost grey","Gear1",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- Gear1Weld=CFuncs.Weld.Create(m,Handle2,Gear1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.48091125e-05, -0.405026913, -0.00306797028, 1, 1.98766447e-05, -7.72961357e-05, -6.87118445e-05, 0.707101405, -0.707112193, 4.06011859e-05, 0.707112193, 0.707101405))
- CFuncs.Mesh.Create("SpecialMesh",Gear1,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.349116534, 0.122190759, 0.200742126))
- Gear1=CFuncs.Part.Create(m,Enum.Material.Metal,0,0,"Ghost grey","Gear1",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- Gear1Weld=CFuncs.Weld.Create(m,Handle2,Gear1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.23977661e-05, -0.377338409, 0.128446102, 1, 2.88989741e-05, -7.99240443e-05, -5.44923678e-05, 0.939689636, -0.342028648, 6.52195085e-05, 0.342028648, 0.939689517))
- CFuncs.Mesh.Create("SpecialMesh",Gear1,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.349116534, 0.122190759, 0.200742126))
- Gear1=CFuncs.Part.Create(m,Enum.Material.Metal,0,0,"Ghost grey","Gear1",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- Gear1Weld=CFuncs.Weld.Create(m,Handle2,Gear1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000150203705, 0.0619874001, 0.230692625, 1, 8.6519176e-06, -4.36498931e-06, 2.79653864e-06, 0.173621371, 0.984812438, 9.27837209e-06, -0.984812498, 0.173621356))
- CFuncs.Mesh.Create("SpecialMesh",Gear1,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.349116534, 0.122190759, 0.27056542))
- Gear1=CFuncs.Part.Create(m,Enum.Material.Metal,0,0,"Ghost grey","Gear1",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- Gear1Weld=CFuncs.Weld.Create(m,Handle2,Gear1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00012254715, -0.0311915874, 0.287838459, 1, 1.48132467e-05, -4.94851591e-08, -7.36331049e-06, 0.499969244, 0.86604315, 1.28536512e-05, -0.86604321, 0.499969184))
- CFuncs.Mesh.Create("SpecialMesh",Gear1,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.349116534, 0.122190759, 0.218197986))
- Gear1=CFuncs.Part.Create(m,Enum.Material.Metal,0,0,"Ghost grey","Gear1",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- Gear1Weld=CFuncs.Weld.Create(m,Handle2,Gear1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-9.10758972e-05, -0.135629892, 0.300219536, 1, 2.16309745e-05, 3.13251712e-06, -1.85835925e-05, 0.766031206, 0.64280349, 1.15048588e-05, -0.64280355, 0.766031086))
- CFuncs.Mesh.Create("SpecialMesh",Gear1,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.349116534, 0.122190759, 0.174558327))
- Gear1=CFuncs.Part.Create(m,Enum.Material.Metal,0,0,"Ghost grey","Gear1",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- Gear1Weld=CFuncs.Weld.Create(m,Handle2,Gear1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.8160553e-05, -0.257403374, 0.250685215, 1, 3.0758667e-05, 5.3645208e-06, -3.10989744e-05, 0.965920746, 0.258837938, 2.77980871e-06, -0.258837968, 0.965920746))
- CFuncs.Mesh.Create("SpecialMesh",Gear1,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.349116534, 0.122190759, 0.183286294))
- Gear2=CFuncs.Part.Create(m,Enum.Material.Metal,0,0,"Ghost grey","Gear2",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- Gear2Weld=CFuncs.Weld.Create(m,Handle2,Gear2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000121116638, 0.0619254112, 0.233032227, -1, -6.41355073e-05, 4.36270648e-06, 1.54309655e-05, -0.173609138, 0.984814703, -6.24041786e-05, 0.984814644, 0.173609152))
- CFuncs.Mesh.Create("SpecialMesh",Gear2,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.349116534, 0.122190759, 0.27056542))
- Gear2=CFuncs.Part.Create(m,Enum.Material.Metal,0,0,"Ghost grey","Gear2",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- Gear2Weld=CFuncs.Weld.Create(m,Handle2,Gear2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000139713287, 0.137132168, 0.177020788, -1, -3.68952715e-05, -2.31798404e-05, -2.92359273e-05, 0.173692137, 0.984799981, -3.23083113e-05, 0.984799981, -0.173692122))
- CFuncs.Mesh.Create("SpecialMesh",Gear2,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.349116534, 0.122190759, 0.192014158))
- Gear2=CFuncs.Part.Create(m,Enum.Material.Metal,0,0,"Ghost grey","Gear2",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- Gear2Weld=CFuncs.Weld.Create(m,Handle2,Gear2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.1920929e-05, -0.318327904, -0.213999748, -1, -3.63910913e-05, 3.7424008e-05, -3.74237861e-05, -6.12639815e-06, -1, 3.63913205e-05, -1, 6.12503709e-06))
- CFuncs.Mesh.Create("SpecialMesh",Gear2,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.349116534, 0.122190759, 0.261837572))
- Gear2=CFuncs.Part.Create(m,Enum.Material.Metal,0,0,"Ghost grey","Gear2",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- Gear2Weld=CFuncs.Weld.Create(m,Handle2,Gear2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000185012817, -0.210798264, -0.276475072, -1, 7.10228409e-09, 1.42339468e-05, -1.28976608e-05, 0.422569275, -0.906330645, -6.02126556e-06, -0.906330645, -0.422569275))
- CFuncs.Mesh.Create("SpecialMesh",Gear2,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.349116534, 0.122190759, 0.261837572))
- Gear2=CFuncs.Part.Create(m,Enum.Material.Metal,0,0,"Ghost grey","Gear2",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- Gear2Weld=CFuncs.Weld.Create(m,Handle2,Gear2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000101566315, -0.406787157, -0.00492334366, -1, -1.98774487e-05, -2.44953185e-06, 1.57883151e-05, -0.707150161, -0.707063377, 1.2322429e-05, -0.707063437, 0.707150102))
- CFuncs.Mesh.Create("SpecialMesh",Gear2,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.349116534, 0.122190759, 0.200742126))
- Gear2=CFuncs.Part.Create(m,Enum.Material.Metal,0,0,"Ghost grey","Gear2",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- Gear2Weld=CFuncs.Weld.Create(m,Handle2,Gear2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(6.05583191e-05, -0.379640222, 0.127572536, -1, -2.89001709e-05, -5.07977074e-06, 2.8895045e-05, -0.939718008, -0.341950089, 5.10886366e-06, -0.341950059, 0.939718127))
- CFuncs.Mesh.Create("SpecialMesh",Gear2,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.349116534, 0.122190759, 0.200742126))
- Gear2=CFuncs.Part.Create(m,Enum.Material.Metal,0,0,"Ghost grey","Gear2",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- Gear2Weld=CFuncs.Weld.Create(m,Handle2,Gear2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-8.63075256e-05, -0.031981945, 0.290060163, -1, -5.79731168e-05, 4.78605315e-08, 2.90256012e-05, -0.499958456, 0.866049409, -5.01836548e-05, 0.866049409, 0.499958456))
- CFuncs.Mesh.Create("SpecialMesh",Gear2,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.349116534, 0.122190759, 0.218197986))
- Gear2=CFuncs.Part.Create(m,Enum.Material.Metal,0,0,"Ghost grey","Gear2",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- Gear2Weld=CFuncs.Weld.Create(m,Handle2,Gear2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.95910645e-05, -0.137225151, 0.301937103, -1, -5.11539292e-05, -3.13124792e-06, 3.71722817e-05, -0.76602304, 0.642813087, -3.52810239e-05, 0.642813027, 0.766023159))
- CFuncs.Mesh.Create("SpecialMesh",Gear2,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.349116534, 0.122190759, 0.174558327))
- Gear2=CFuncs.Part.Create(m,Enum.Material.Metal,0,0,"Ghost grey","Gear2",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- Gear2Weld=CFuncs.Weld.Create(m,Handle2,Gear2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.33786011e-06, -0.259581089, 0.251567841, -1, -4.20267643e-05, -5.36538209e-06, 3.9205559e-05, -0.965917468, 0.258850068, -1.60611489e-05, 0.258850068, 0.965917528))
- CFuncs.Mesh.Create("SpecialMesh",Gear2,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.349116534, 0.122190759, 0.183286294))
- Gear2=CFuncs.Part.Create(m,Enum.Material.Metal,0,0,"Ghost grey","Gear2",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- Gear2Weld=CFuncs.Weld.Create(m,Handle2,Gear2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-9.53674316e-06, -0.320346117, 0.210650921, -1, -3.63923973e-05, 3.74238625e-05, 3.63926338e-05, -1, 6.26747124e-06, 3.74236333e-05, 6.26883138e-06, 1))
- CFuncs.Mesh.Create("SpecialMesh",Gear2,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.349116534, 0.122190759, 0.174558342))
- Gear2=CFuncs.Part.Create(m,Enum.Material.Metal,0,0,"Ghost grey","Gear2",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- Gear2Weld=CFuncs.Weld.Create(m,Handle2,Gear2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000123977661, -0.397032261, -0.0594191551, -1, -1.48132194e-05, 4.74718505e-08, 7.36604989e-06, -0.500037193, -0.866003931, 1.28520442e-05, -0.866003931, 0.500037253))
- CFuncs.Mesh.Create("SpecialMesh",Gear2,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.349116534, 0.122190759, 0.261837572))
- HalfCircle=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Ghost grey","HalfCircle",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- HalfCircleWeld=CFuncs.Weld.Create(m,Handle2,HalfCircle,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.23977661e-05, -0.459552288, 0.194498539, 1, 3.63928593e-05, -3.74239244e-05, -3.74236915e-05, -6.27717645e-06, -1, -3.63930922e-05, 1, -6.27581903e-06))
- CFuncs.Mesh.Create("SpecialMesh",HalfCircle,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.25681949, 1.15208435, 0.139646664))
- HalfCircle=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Ghost grey","HalfCircle",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- HalfCircleWeld=CFuncs.Weld.Create(m,Handle2,HalfCircle,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.1920929e-05, -0.444787502, 0.224027157, 1, 3.63928593e-05, -3.74239244e-05, -3.74236915e-05, -6.27717645e-06, -1, -3.63930922e-05, 1, -6.27581903e-06))
- CFuncs.Mesh.Create("SpecialMesh",HalfCircle,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.25681949, 1.02989352, 0.104735002))
- HalfCircle=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Ghost grey","HalfCircle",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- HalfCircleWeld=CFuncs.Weld.Create(m,Handle2,HalfCircle,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.1920929e-05, -0.42158556, 0.251445055, 1, 3.63928593e-05, -3.74239244e-05, -3.74236915e-05, -6.27717645e-06, -1, -3.63930922e-05, 1, -6.27581903e-06))
- CFuncs.Mesh.Create("SpecialMesh",HalfCircle,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.25681949, 0.837879539, 0.122190833))
- HalfCircle=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Ghost grey","HalfCircle",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- HalfCircleWeld=CFuncs.Weld.Create(m,Handle2,HalfCircle,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.09672546e-05, -0.392054558, 0.276753664, 1, 3.63928593e-05, -3.74239244e-05, -3.74236915e-05, -6.27717645e-06, -1, -3.63930922e-05, 1, -6.27581903e-06))
- CFuncs.Mesh.Create("SpecialMesh",HalfCircle,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.25681949, 0.593498051, 0.0872791633))
- HalfCircle=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Ghost grey","HalfCircle",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- HalfCircleWeld=CFuncs.Weld.Create(m,Handle2,HalfCircle,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.52587891e-05, -0.39202404, 0.275855064, -1, -3.63928593e-05, 3.74239244e-05, -3.74236915e-05, -6.27717645e-06, -1, 3.63930922e-05, -1, 6.27581903e-06))
- CFuncs.Mesh.Create("SpecialMesh",HalfCircle,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.25681949, 0.593498051, 0.0872791633))
- HalfCircle=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Ghost grey","HalfCircle",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- HalfCircleWeld=CFuncs.Weld.Create(m,Handle2,HalfCircle,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.52587891e-05, -0.421557426, 0.250542879, -1, -3.63928593e-05, 3.74239244e-05, -3.74236915e-05, -6.27717645e-06, -1, 3.63930922e-05, -1, 6.27581903e-06))
- CFuncs.Mesh.Create("SpecialMesh",HalfCircle,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.25681949, 0.837879539, 0.122190833))
- HalfCircle=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Ghost grey","HalfCircle",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- HalfCircleWeld=CFuncs.Weld.Create(m,Handle2,HalfCircle,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.57356262e-05, -0.444762707, 0.22312212, -1, -3.63928593e-05, 3.74239244e-05, -3.74236915e-05, -6.27717645e-06, -1, 3.63930922e-05, -1, 6.27581903e-06))
- CFuncs.Mesh.Create("SpecialMesh",HalfCircle,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.25681949, 1.02989352, 0.104735002))
- HalfCircle=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Ghost grey","HalfCircle",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- HalfCircleWeld=CFuncs.Weld.Create(m,Handle2,HalfCircle,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.57356262e-05, -0.459530354, 0.193592072, -1, -3.63928593e-05, 3.74239244e-05, -3.74236915e-05, -6.27717645e-06, -1, 3.63930922e-05, -1, 6.27581903e-06))
- CFuncs.Mesh.Create("SpecialMesh",HalfCircle,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.25681949, 1.15208435, 0.139646664))
- HalfCircle=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Ghost grey","HalfCircle",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- HalfCircleWeld=CFuncs.Weld.Create(m,Handle2,HalfCircle,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.52587891e-05, -0.474298477, 0.15562582, -1, -3.63928593e-05, 3.74239244e-05, -3.74236915e-05, -6.27717645e-06, -1, 3.63930922e-05, -1, 6.27581903e-06))
- CFuncs.Mesh.Create("SpecialMesh",HalfCircle,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.25681949, 1.27427518, 0.174558342))
- HalfCircle=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Ghost grey","HalfCircle",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- HalfCircleWeld=CFuncs.Weld.Create(m,Handle2,HalfCircle,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.57356262e-05, 0.356162548, 0.290621281, 1, 3.63928593e-05, -3.74239244e-05, 3.74236915e-05, 6.27717645e-06, 1, 3.63930922e-05, -1, 6.27581903e-06))
- CFuncs.Mesh.Create("SpecialMesh",HalfCircle,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.25681949, 0.296749026, 0.0349116959))
- HalfCircle=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Ghost grey","HalfCircle",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- HalfCircleWeld=CFuncs.Weld.Create(m,Handle2,HalfCircle,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.62124634e-05, -0.427883625, 0.290617466, -1, -3.63928593e-05, 3.74239244e-05, -3.74236915e-05, -6.27717645e-06, -1, 3.63930922e-05, -1, 6.27581903e-06))
- CFuncs.Mesh.Create("SpecialMesh",HalfCircle,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.25681949, 0.296749026, 0.0349116959))
- HalfCircle=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Ghost grey","HalfCircle",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- HalfCircleWeld=CFuncs.Weld.Create(m,Handle2,HalfCircle,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.71661377e-05, -0.493277073, 0.275849104, -1, -3.63928593e-05, 3.74239244e-05, -3.74236915e-05, -6.27717645e-06, -1, 3.63930922e-05, -1, 6.27581903e-06))
- CFuncs.Mesh.Create("SpecialMesh",HalfCircle,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.25681949, 0.244381517, 0.0872792006))
- HalfCircle=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Ghost grey","HalfCircle",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- HalfCircleWeld=CFuncs.Weld.Create(m,Handle2,HalfCircle,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.76429749e-05, -0.546014786, 0.250536203, -1, -3.63928593e-05, 3.74239244e-05, -3.74236915e-05, -6.27717645e-06, -1, 3.63930922e-05, -1, 6.27581903e-06))
- CFuncs.Mesh.Create("SpecialMesh",HalfCircle,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.25681949, 0.192014053, 0.122190863))
- HalfCircle=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Ghost grey","HalfCircle",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- HalfCircleWeld=CFuncs.Weld.Create(m,Handle2,HalfCircle,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.71661377e-05, -0.583986282, 0.223114729, -1, -3.63928593e-05, 3.74239244e-05, -3.74236915e-05, -6.27717645e-06, -1, 3.63930922e-05, -1, 6.27581903e-06))
- CFuncs.Mesh.Create("SpecialMesh",HalfCircle,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.25681949, 0.122190759, 0.104735024))
- HalfCircle=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Ghost grey","HalfCircle",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- HalfCircleWeld=CFuncs.Weld.Create(m,Handle2,HalfCircle,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.76429749e-05, -0.613519669, 0.193584919, -1, -3.63928593e-05, 3.74239244e-05, -3.74236915e-05, -6.27717645e-06, -1, 3.63930922e-05, -1, 6.27581903e-06))
- CFuncs.Mesh.Create("SpecialMesh",HalfCircle,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.25681949, 0.122190729, 0.139646709))
- HalfCircle=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Ghost grey","HalfCircle",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- HalfCircleWeld=CFuncs.Weld.Create(m,Handle2,HalfCircle,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.71661377e-05, -0.640944481, 0.155617476, -1, -3.63928593e-05, 3.74239244e-05, -3.74236915e-05, -6.27717645e-06, -1, 3.63930922e-05, -1, 6.27581903e-06))
- CFuncs.Mesh.Create("SpecialMesh",HalfCircle,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.25681949, 0.104734927, 0.174558342))
- HalfCircle=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Ghost grey","HalfCircle",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- HalfCircleWeld=CFuncs.Weld.Create(m,Handle2,HalfCircle,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.52587891e-05, -0.486958981, 0.0881311893, -1, -3.63928593e-05, 3.74239244e-05, -3.74236915e-05, -6.27717645e-06, -1, 3.63930922e-05, -1, 6.27581903e-06))
- CFuncs.Mesh.Create("SpecialMesh",HalfCircle,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.25681949, 1.37900996, 0.384028375))
- HalfCircle=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Ghost grey","HalfCircle",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- HalfCircleWeld=CFuncs.Weld.Create(m,Handle2,HalfCircle,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.71661377e-05, -0.670480251, 0.088121891, -1, -3.63928593e-05, 3.74239244e-05, -3.74236915e-05, -6.27717645e-06, -1, 3.63930922e-05, -1, 6.27581903e-06))
- CFuncs.Mesh.Create("SpecialMesh",HalfCircle,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.25681949, 0.13964656, 0.384028316))
- HalfCircle=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Ghost grey","HalfCircle",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- HalfCircleWeld=CFuncs.Weld.Create(m,Handle2,HalfCircle,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.38282776e-05, -0.486968994, 0.0890395641, 1, 3.63928593e-05, -3.74239244e-05, -3.74236915e-05, -6.27717645e-06, -1, -3.63930922e-05, 1, -6.27581903e-06))
- CFuncs.Mesh.Create("SpecialMesh",HalfCircle,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.25681949, 1.37900996, 0.384028375))
- HalfCircle=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Ghost grey","HalfCircle",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- HalfCircleWeld=CFuncs.Weld.Create(m,Handle2,HalfCircle,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.52587891e-05, -0.670489788, 0.0890498161, 1, 3.63928593e-05, -3.74239244e-05, -3.74236915e-05, -6.27717645e-06, -1, -3.63930922e-05, 1, -6.27581903e-06))
- CFuncs.Mesh.Create("SpecialMesh",HalfCircle,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.25681949, 0.13964656, 0.384028316))
- HalfCircle=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Ghost grey","HalfCircle",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- HalfCircleWeld=CFuncs.Weld.Create(m,Handle2,HalfCircle,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.43051147e-05, -0.640961647, 0.15654254, 1, 3.63928593e-05, -3.74239244e-05, -3.74236915e-05, -6.27717645e-06, -1, -3.63930922e-05, 1, -6.27581903e-06))
- CFuncs.Mesh.Create("SpecialMesh",HalfCircle,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.25681949, 0.104734927, 0.174558342))
- HalfCircle=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Ghost grey","HalfCircle",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- HalfCircleWeld=CFuncs.Weld.Create(m,Handle2,HalfCircle,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.43051147e-05, -0.613541603, 0.194506884, 1, 3.63928593e-05, -3.74239244e-05, -3.74236915e-05, -6.27717645e-06, -1, -3.63930922e-05, 1, -6.27581903e-06))
- CFuncs.Mesh.Create("SpecialMesh",HalfCircle,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.25681949, 0.122190729, 0.139646709))
- HalfCircle=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Ghost grey","HalfCircle",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- HalfCircleWeld=CFuncs.Weld.Create(m,Handle2,HalfCircle,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.43051147e-05, -0.584011078, 0.224034548, 1, 3.63928593e-05, -3.74239244e-05, -3.74236915e-05, -6.27717645e-06, -1, -3.63930922e-05, 1, -6.27581903e-06))
- CFuncs.Mesh.Create("SpecialMesh",HalfCircle,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.25681949, 0.122190759, 0.104735024))
- HalfCircle=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Ghost grey","HalfCircle",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- HalfCircleWeld=CFuncs.Weld.Create(m,Handle2,HalfCircle,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.33514404e-05, -0.546042442, 0.251451731, 1, 3.63928593e-05, -3.74239244e-05, -3.74236915e-05, -6.27717645e-06, -1, -3.63930922e-05, 1, -6.27581903e-06))
- CFuncs.Mesh.Create("SpecialMesh",HalfCircle,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.25681949, 0.192014053, 0.122190863))
- HalfCircle=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Ghost grey","HalfCircle",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- HalfCircleWeld=CFuncs.Weld.Create(m,Handle2,HalfCircle,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.28746033e-05, -0.493308067, 0.276758432, 1, 3.63928593e-05, -3.74239244e-05, -3.74236915e-05, -6.27717645e-06, -1, -3.63930922e-05, 1, -6.27581903e-06))
- CFuncs.Mesh.Create("SpecialMesh",HalfCircle,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.25681949, 0.244381517, 0.0872792006))
- HalfCircle=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Ghost grey","HalfCircle",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- HalfCircleWeld=CFuncs.Weld.Create(m,Handle2,HalfCircle,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.1920929e-05, -0.427917004, 0.291519403, 1, 3.63928593e-05, -3.74239244e-05, -3.74236915e-05, -6.27717645e-06, -1, -3.63930922e-05, 1, -6.27581903e-06))
- CFuncs.Mesh.Create("SpecialMesh",HalfCircle,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.25681949, 0.296749026, 0.0349116959))
- HalfCircle=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Ghost grey","HalfCircle",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- HalfCircleWeld=CFuncs.Weld.Create(m,Handle2,HalfCircle,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.14440918e-05, 0.35619545, 0.29151535, -1, -3.63928593e-05, 3.74239244e-05, 3.74236915e-05, 6.27717645e-06, 1, -3.63930922e-05, 1, -6.27581903e-06))
- CFuncs.Mesh.Create("SpecialMesh",HalfCircle,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.25681949, 0.296749026, 0.0349116959))
- HalfCircle=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Ghost grey","HalfCircle",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- HalfCircleWeld=CFuncs.Weld.Create(m,Handle2,HalfCircle,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.47819519e-05, -0.503840446, -0.000455379486, -1, -3.63928593e-05, 3.74239244e-05, -3.74236915e-05, -6.27717645e-06, -1, 3.63930922e-05, -1, 6.27581903e-06))
- CFuncs.Mesh.Create("SpecialMesh",HalfCircle,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.25681949, 1.51865661, 0.349116683))
- HalfCircle=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Ghost grey","HalfCircle",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- HalfCircleWeld=CFuncs.Weld.Create(m,Handle2,HalfCircle,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000157833099, -0.474321365, 0.156579971, 1, 3.77198194e-05, -3.72496979e-05, -3.7249767e-05, 1.78060668e-06, -1, -3.77197503e-05, 1, 1.78201196e-06))
- CFuncs.Mesh.Create("SpecialMesh",HalfCircle,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.25681949, 1.27427518, 0.174558342))
- Hitbox=CFuncs.Part.Create(m,Enum.Material.Metal,0,1,"Ghost grey","Hitbox",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- HitboxWeld=CFuncs.Weld.Create(m,Handle2,Hitbox,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000118732452, -2.23568153, -0.000553607941, -1, -3.63940308e-05, 3.7424561e-05, -3.74246738e-05, 3.07835467e-06, -1, 3.63939143e-05, -1, -3.07971391e-06))
- CFuncs.Mesh.Create("SpecialMesh",Hitbox,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.22190797, 26.3582916, 6.10954285))
- Hold=CFuncs.Part.Create(m,Enum.Material.Grass,0,0,"Ghost grey","Hold",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- HoldWeld=CFuncs.Weld.Create(m,Handle2,Hold,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.337536335, 7.86781311e-06, -3.33786011e-06, 4.56107591e-06, 1.82374224e-05, 1, 3.83310407e-06, -1, 1.8237406e-05, 1, 3.83301995e-06, -4.56114503e-06))
- CFuncs.Mesh.Create("SpecialMesh",Hold,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(3.84028172, 1.39646578, 1.39646673))
- MiddleScrew=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Ghost grey","MiddleScrew",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- MiddleScrewWeld=CFuncs.Weld.Create(m,Handle2,MiddleScrew,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(6.72340393e-05, -0.72991991, -0.253219843, -1, -8.01320766e-06, 5.43656506e-06, -5.43638544e-06, -2.23566822e-05, -1, 8.01332953e-06, -1, 2.23566403e-05))
- CFuncs.Mesh.Create("SpecialMesh",MiddleScrew,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.30918729, 0.0523674712, 0.331660837))
- MiddleScrew=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Ghost grey","MiddleScrew",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- MiddleScrewWeld=CFuncs.Weld.Create(m,Handle2,MiddleScrew,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000266075134, 0.0292414427, -0.922868729, -1, 3.47755304e-05, 1.10667888e-05, 3.64547413e-05, 0.965946615, 0.258741498, -1.69205464e-06, 0.258741498, -0.965946615))
- CFuncs.Mesh.Create("SpecialMesh",MiddleScrew,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.30918729, 0.0523674712, 0.331660837))
- MiddleScrew=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Ghost grey","MiddleScrew",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- MiddleScrewWeld=CFuncs.Weld.Create(m,Handle2,MiddleScrew,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000189781189, -0.694225311, -0.337429047, -1, 3.48053641e-06, 2.09066475e-05, -1.23225336e-05, 0.707089961, -0.707123578, -1.72440505e-05, -0.707123637, -0.707089901))
- CFuncs.Mesh.Create("SpecialMesh",MiddleScrew,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.30918729, 0.0523674712, 0.331660837))
- MiddleScrew=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Ghost grey","MiddleScrew",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- MiddleScrewWeld=CFuncs.Weld.Create(m,Handle2,MiddleScrew,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000184059143, 0.883537054, -0.266063213, -1, -7.37682858e-05, 1.58438725e-05, -2.31640424e-05, 0.500013292, 0.866017699, -7.18067822e-05, 0.866017759, -0.500013292))
- CFuncs.Mesh.Create("SpecialMesh",MiddleScrew,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.30918729, 0.0523674712, 0.331660837))
- Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Ghost grey","Part",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- PartWeld=CFuncs.Weld.Create(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-5.24520874e-06, -0.473981857, 0.584681988, -1, -3.83301494e-06, 4.56114503e-06, -4.56107682e-06, -1.81778105e-05, -1, 3.83309771e-06, -1, 1.81777923e-05))
- CFuncs.Mesh.Create("SpecialMesh",Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(1.25681949, 0.139646545, 0.139646664))
- Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Ghost grey","Part",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- PartWeld=CFuncs.Weld.Create(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.62124634e-05, -0.729501247, -0.253690481, -1, -3.63912586e-05, 3.74234878e-05, -3.74232695e-05, -6.06214826e-06, -0.99999994, 3.63914842e-05, -1, 6.06078584e-06))
- CFuncs.Mesh.Create("SpecialMesh",Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(1.29173112, 0.314204842, 0.314205021))
- Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Ghost grey","Part",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- PartWeld=CFuncs.Weld.Create(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000185012817, 0.0296618938, -0.922283649, -1, 6.39738573e-06, 4.3054406e-05, 1.73201443e-05, 0.965942383, 0.258757234, -3.99327073e-05, 0.258757234, -0.965942442))
- CFuncs.Mesh.Create("SpecialMesh",Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(1.29173112, 0.314204842, 0.314205021))
- Part=CFuncs.Part.Create(m,Enum.Material.Metal,0,0,"Ghost grey","Part",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- PartWeld=CFuncs.Weld.Create(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000141620636, -4.29230833, 0.263013124, -1, -3.63370127e-05, 3.74893716e-05, -3.7489488e-05, 3.17617514e-06, -1, 3.6336889e-05, -1, -3.17753461e-06))
- CFuncs.Mesh.Create("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.22190797, 4.62579298, 2.18197942))
- Part=CFuncs.Part.Create(m,Enum.Material.Metal,0,0,"Ghost grey","Part",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- PartWeld=CFuncs.Weld.Create(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000127315521, 3.36420679, 0.422424912, -1, -3.63370127e-05, 3.74893716e-05, 3.7489488e-05, -3.17617514e-06, 1, -3.6336889e-05, 1, 3.17753461e-06))
- CFuncs.Mesh.Create("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.22190797, 3.05476904, 0.872791946))
- Part=CFuncs.Part.Create(m,Enum.Material.Metal,0,0,"Ghost grey","Part",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- PartWeld=CFuncs.Weld.Create(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000134468079, 3.36417627, 0.421232939, 1, 3.63370127e-05, -3.74893716e-05, 3.7489488e-05, -3.17617514e-06, 1, 3.6336889e-05, -1, -3.17753461e-06))
- CFuncs.Mesh.Create("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.22190797, 3.05476904, 0.872791946))
- Part=CFuncs.Part.Create(m,Enum.Material.Metal,0,0,"Ghost grey","Part",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- PartWeld=CFuncs.Weld.Create(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.75053644, -0.0737366676, 0.443458915, 3.7489488e-05, -3.17617514e-06, 1, 1, 3.63370127e-05, -3.74893716e-05, -3.6336889e-05, 1, 3.17753461e-06))
- CFuncs.Mesh.Create("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(10.2989378, 0.610953808, 1.04735005))
- Part=CFuncs.Part.Create(m,Enum.Material.Metal,0,0,"Ghost grey","Part",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- PartWeld=CFuncs.Weld.Create(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.30363703, -0.0740036964, -0.34133482, 2.69535449e-05, -0.258825362, -0.965924084, -1, -5.02515832e-05, -1.44391906e-05, -4.48019855e-05, 0.965924263, -0.258825332))
- CFuncs.Mesh.Create("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(3.66572285, 0.610953808, 1.04735005))
- Part=CFuncs.Part.Create(m,Enum.Material.Metal,0,0,"Ghost grey","Part",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- PartWeld=CFuncs.Weld.Create(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.75050497, -0.073969841, 0.442384243, 3.74894844e-05, -3.18921661e-06, 1, -1, -3.63369945e-05, 3.7489368e-05, 3.63368745e-05, -1, -3.1905754e-06))
- CFuncs.Mesh.Create("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(10.2989378, 0.610953808, 1.04735005))
- Part=CFuncs.Part.Create(m,Enum.Material.Metal,0,0,"Ghost grey","Part",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- PartWeld=CFuncs.Weld.Create(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.75050354, -0.0737304688, 0.442383289, -3.74894844e-05, 3.18921661e-06, -1, 1, 3.63369945e-05, -3.7489368e-05, 3.63368745e-05, -1, -3.1905754e-06))
- CFuncs.Mesh.Create("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(10.2989378, 0.610953808, 1.04735005))
- Part=CFuncs.Part.Create(m,Enum.Material.Metal,0,0,"Ghost grey","Part",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- PartWeld=CFuncs.Weld.Create(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0001039505, 0.508100033, -0.000492572784, 1, 3.63369945e-05, -3.7489368e-05, 3.74894844e-05, -3.18921661e-06, 1, 3.63368745e-05, -1, -3.1905754e-06))
- CFuncs.Mesh.Create("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.22190797, 0.01745582, 6.98233557))
- Part=CFuncs.Part.Create(m,Enum.Material.Metal,0,0,"Ghost grey","Part",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- PartWeld=CFuncs.Weld.Create(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000107288361, 0.411049843, 0.579526424, 1, 3.63369945e-05, -3.7489368e-05, 3.74894844e-05, -3.18921661e-06, 1, 3.63368745e-05, -1, -3.1905754e-06))
- CFuncs.Mesh.Create("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.22190797, 0.785511971, 2.18197942))
- Part=CFuncs.Part.Create(m,Enum.Material.Metal,0,0,"Ghost grey","Part",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- PartWeld=CFuncs.Weld.Create(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-9.82284546e-05, 0.411091805, 0.580504179, -1, -3.63369945e-05, 3.7489368e-05, 3.74894844e-05, -3.18921661e-06, 1, -3.63368745e-05, 1, 3.1905754e-06))
- CFuncs.Mesh.Create("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.22190797, 0.785511971, 2.18197942))
- Part=CFuncs.Part.Create(m,Enum.Material.Metal,0,0,"Ghost grey","Part",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- PartWeld=CFuncs.Weld.Create(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.35533619, -0.0739626884, -0.348151565, 8.02073737e-06, 0.258795649, -0.965932131, 1, -1.20768063e-05, 5.06796732e-06, -1.03538068e-05, -0.96593219, -0.258795619))
- CFuncs.Mesh.Create("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(3.22932816, 0.610953808, 1.04735005))
- Part=CFuncs.Part.Create(m,Enum.Material.Metal,0,0,"Ghost grey","Part",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- PartWeld=CFuncs.Weld.Create(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000190734863, -4.29221964, 0.264293909, 1, 3.77198194e-05, -3.72496979e-05, -3.7249767e-05, 1.78060668e-06, -1, -3.77197503e-05, 1, 1.78201196e-06))
- CFuncs.Mesh.Create("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.22190797, 4.62579298, 2.18197942))
- Part=CFuncs.Part.Create(m,Enum.Material.Metal,0,0,"Ghost grey","Part",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- PartWeld=CFuncs.Weld.Create(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.3555088, -0.0739517212, -0.348052859, 2.64535856e-06, -0.258758396, 0.965942085, -1, -2.65683684e-05, -4.37855533e-06, 2.67964915e-05, -0.965942025, -0.258758396))
- CFuncs.Mesh.Create("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(3.22932816, 0.610953808, 1.04735005))
- Part=CFuncs.Part.Create(m,Enum.Material.Metal,0,0,"Ghost grey","Part",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- PartWeld=CFuncs.Weld.Create(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.75048733, -0.0740156174, 0.443471909, -3.72497707e-05, 1.81134817e-06, -1, -1, -3.77198085e-05, 3.72497016e-05, -3.7719743e-05, 1, 1.81275425e-06))
- CFuncs.Mesh.Create("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(10.2989378, 0.610953808, 1.04735005))
- Part=CFuncs.Part.Create(m,Enum.Material.Metal,0,0,"Ghost grey","Part",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- PartWeld=CFuncs.Weld.Create(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.30387163, -0.0738787651, -0.341104507, 7.99822956e-05, 0.258790791, 0.965933442, 1, -1.2076458e-05, -7.95676315e-05, -8.92631215e-06, 0.965933383, -0.258790821))
- CFuncs.Mesh.Create("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(3.66572285, 0.610953808, 1.04735005))
- Part=CFuncs.Part.Create(m,Enum.Material.Metal,0,0,"Ghost grey","Part",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- PartWeld=CFuncs.Weld.Create(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.82258272, -0.0737485886, 2.17950249, 9.23773914e-05, -0.422623396, 0.906305313, 1, 9.17759644e-06, -9.76477822e-05, 3.29505347e-05, 0.906305432, 0.422623396))
- CFuncs.Mesh.Create("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(5.49858522, 0.610953808, 1.04735005))
- Part=CFuncs.Part.Create(m,Enum.Material.Metal,0,0,"Ghost grey","Part",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- PartWeld=CFuncs.Weld.Create(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.82240009, -0.0739207268, 2.17939448, -7.02483612e-06, 0.422576785, -0.906327069, -1, -1.96863093e-05, -1.42789463e-06, -1.84456312e-05, 0.906327188, 0.422576725))
- CFuncs.Mesh.Create("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(5.49858522, 0.610953808, 1.04735005))
- Part=CFuncs.Part.Create(m,Enum.Material.Metal,0,0,"Ghost grey","Part",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- PartWeld=CFuncs.Weld.Create(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000117778778, -2.02474308, -0.000504255295, -1, -3.85279272e-05, 3.59546902e-05, -3.59549886e-05, 7.80114351e-06, -1, 3.85276471e-05, -1, -7.80252776e-06))
- CFuncs.Mesh.Create("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.22190797, 14.1392155, 2.61837506))
- Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Ghost grey","Part",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- PartWeld=CFuncs.Weld.Create(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000274658203, 0.883565903, -0.26622057, -1, -7.59046306e-05, 1.43745601e-05, -2.55036939e-05, 0.500001192, 0.866024673, -7.2922594e-05, 0.866024613, -0.500001252))
- CFuncs.Mesh.Create("SpecialMesh",Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(1.29173112, 0.314204842, 0.314205021))
- Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Ghost grey","Part",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- PartWeld=CFuncs.Weld.Create(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(9.58442688e-05, -0.694398403, -0.33741045, -1, 1.34411016e-06, 1.94383992e-05, -1.27947405e-05, 0.707099736, -0.707113862, -1.46953262e-05, -0.707113802, -0.707099736))
- CFuncs.Mesh.Create("SpecialMesh",Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(1.29173112, 0.314204842, 0.314205021))
- Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Ghost grey","Part",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- PartWeld=CFuncs.Weld.Create(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.694318295, -7.58171082e-05, -0.337261915, -2.23872594e-05, 0.707131624, -0.707081914, 1, 6.15653562e-07, -3.10457872e-05, -2.15181408e-05, -0.707081854, -0.707131684))
- CFuncs.Mesh.Create("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.384028137, 1.25681937, 0.384028375))
- Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Ghost grey","Part",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- PartWeld=CFuncs.Weld.Create(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.729609489, 0.000108718872, -0.253570557, -3.59549776e-05, 7.82815914e-06, -1, 1, 3.85279054e-05, -3.59546757e-05, 3.85276217e-05, -0.99999994, -7.8295534e-06))
- CFuncs.Mesh.Create("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.384028137, 1.25681937, 0.384028375))
- Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Ghost grey","Part",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- PartWeld=CFuncs.Weld.Create(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000133514404, -4.45169353, -0.0055475235, -1, -3.85279054e-05, 3.59546757e-05, -3.59549776e-05, 7.82815914e-06, -1, 3.85276217e-05, -0.99999994, -7.8295534e-06))
- CFuncs.Mesh.Create("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.23936355, 3.84028101, 0.610954225))
- Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Ghost grey","Part",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- PartWeld=CFuncs.Weld.Create(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000133514404, -4.45802212, -0.0055475235, -1, -3.85279054e-05, 3.59546757e-05, -3.59549776e-05, 7.82815914e-06, -1, 3.85276217e-05, -0.99999994, -7.8295534e-06))
- CFuncs.Mesh.Create("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.23063564, 3.96247149, 0.785512567))
- Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Ghost grey","Part",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- PartWeld=CFuncs.Weld.Create(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.8119812e-05, -2.7644906, 2.83668089, -1, -2.20132551e-05, -3.91853519e-06, 1.83371503e-05, -0.707140207, -0.70707339, 1.27940311e-05, -0.707073271, 0.707140267))
- CFuncs.Mesh.Create("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.23936355, 0.907702804, 0.610954225))
- Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Ghost grey","Part",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- PartWeld=CFuncs.Weld.Create(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.85966492e-05, -2.68433237, 2.83675528, -1, -2.20126149e-05, -3.91853519e-06, 1.83366992e-05, -0.707140207, -0.70707339, 1.279358e-05, -0.707073271, 0.707140267))
- CFuncs.Mesh.Create("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.23063564, 1.64084744, 0.785512567))
- Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Ghost grey","Part",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- PartWeld=CFuncs.Weld.Create(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(8.15391541e-05, -2.57419252, -2.5821352, -1, 1.34386937e-06, 1.94383447e-05, -1.27948706e-05, 0.707099736, -0.707113802, -1.46951179e-05, -0.707113743, -0.707099795))
- CFuncs.Mesh.Create("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.23063564, 2.96748972, 0.785512567))
- Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Ghost grey","Part",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- PartWeld=CFuncs.Weld.Create(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.1920929e-05, -2.3934505, 2.31184959, -1, -2.20134916e-05, -3.91858384e-06, 1.83373522e-05, -0.707140148, -0.70707339, 1.27941657e-05, -0.707073271, 0.707140267))
- CFuncs.Mesh.Create("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.23936355, 2.18197775, 0.610954225))
- Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Ghost grey","Part",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- PartWeld=CFuncs.Weld.Create(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(8.05854797e-05, -2.64812326, -2.582165, -1, 1.34299012e-06, 1.94382937e-05, -1.27954563e-05, 0.707099795, -0.707113743, -1.46944612e-05, -0.707113683, -0.707099795))
- CFuncs.Mesh.Create("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.23936355, 2.18197775, 0.610954225))
- Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Ghost grey","Part",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- PartWeld=CFuncs.Weld.Create(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.1920929e-05, -2.31963968, 2.31194305, -1, -2.20143666e-05, -3.91863341e-06, 1.83380052e-05, -0.707140207, -0.707073331, 1.27947487e-05, -0.707073331, 0.707140148))
- CFuncs.Mesh.Create("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.23063564, 2.96748972, 0.785512567))
- Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Ghost grey","Part",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- PartWeld=CFuncs.Weld.Create(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-7.15255737e-06, -1.79457045, 1.78697968, -1, -2.20137281e-05, -3.91863341e-06, 1.83375541e-05, -0.707140207, -0.707073331, 1.27942976e-05, -0.707073331, 0.707140148))
- CFuncs.Mesh.Create("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.23063564, 2.96748972, 0.785512567))
- Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Ghost grey","Part",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- PartWeld=CFuncs.Weld.Create(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(8.67843628e-05, -2.04942989, -2.05710888, -1, 1.34274956e-06, 1.94382428e-05, -1.27955873e-05, 0.707099855, -0.707113743, -1.46942548e-05, -0.707113683, -0.707099855))
- CFuncs.Mesh.Create("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.23063564, 2.96748972, 0.785512567))
- Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Ghost grey","Part",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- PartWeld=CFuncs.Weld.Create(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(8.63075256e-05, -2.12325668, -2.05711222, -1, 1.34276047e-06, 1.94382392e-05, -1.279558e-05, 0.707099855, -0.707113743, -1.46942584e-05, -0.707113683, -0.707099855))
- CFuncs.Mesh.Create("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.23936355, 2.18197775, 0.610954225))
- Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Ghost grey","Part",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- PartWeld=CFuncs.Weld.Create(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-7.15255737e-06, -1.86841011, 1.78706741, -1, -2.20145976e-05, -3.91868707e-06, 1.83382072e-05, -0.707140148, -0.70707339, 1.27948761e-05, -0.707073331, 0.707140267))
- CFuncs.Mesh.Create("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.23936355, 2.18197775, 0.610954225))
- Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Ghost grey","Part",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- PartWeld=CFuncs.Weld.Create(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(8.96453857e-05, -1.59829521, -1.5320437, -1, 1.34187928e-06, 1.94381901e-05, -1.27961657e-05, 0.707099855, -0.707113683, -1.46936018e-05, -0.707113624, -0.707099915))
- CFuncs.Mesh.Create("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.23936355, 2.18197775, 0.610954225))
- Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Ghost grey","Part",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- PartWeld=CFuncs.Weld.Create(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(9.01222229e-05, -1.52446651, -1.53204107, -1, 1.34188656e-06, 1.94381864e-05, -1.27961584e-05, 0.707099855, -0.707113683, -1.46936054e-05, -0.707113624, -0.707099915))
- CFuncs.Mesh.Create("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.23063564, 2.96748972, 0.785512567))
- Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Ghost grey","Part",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- PartWeld=CFuncs.Weld.Create(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.81469727e-06, -1.34333277, 1.26209259, -1, -2.20154689e-05, -3.91874255e-06, 1.83388602e-05, -0.707140088, -0.70707351, 1.27954545e-05, -0.70707345, 0.707140148))
- CFuncs.Mesh.Create("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.23936355, 2.18197775, 0.610954225))
- Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Ghost grey","Part",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- PartWeld=CFuncs.Weld.Create(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.76837158e-06, -1.26948166, 1.26215029, -1, -2.20148304e-05, -3.91874255e-06, 1.83384091e-05, -0.707140088, -0.70707351, 1.27950034e-05, -0.70707345, 0.707140148))
- CFuncs.Mesh.Create("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.23063564, 2.96748972, 0.785512567))
- Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Ghost grey","Part",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- PartWeld=CFuncs.Weld.Create(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(9.29832458e-05, -1.07337189, -1.0069356, -1, 1.34164793e-06, 1.94381373e-05, -1.2796293e-05, 0.707099974, -0.707113743, -1.46934026e-05, -0.707113683, -0.707099974))
- CFuncs.Mesh.Create("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.23936355, 2.18197775, 0.610954225))
- Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Ghost grey","Part",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- PartWeld=CFuncs.Weld.Create(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(9.44137573e-05, -0.999540329, -1.0069313, -1, 1.34165521e-06, 1.94381373e-05, -1.27962858e-05, 0.707099974, -0.707113743, -1.46934062e-05, -0.707113683, -0.707099974))
- CFuncs.Mesh.Create("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.23063564, 2.96748972, 0.785512567))
- Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Ghost grey","Part",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- PartWeld=CFuncs.Weld.Create(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(9.53674316e-07, -0.893846989, 0.736846924, -1, -2.20156981e-05, -3.91880121e-06, 1.83390639e-05, -0.707140088, -0.70707351, 1.27955745e-05, -0.70707351, 0.707140088))
- CFuncs.Mesh.Create("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.23936355, 1.55356836, 0.610954225))
- Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Ghost grey","Part",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- PartWeld=CFuncs.Weld.Create(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.76837158e-07, -0.889605999, 0.736899853, -1, -2.20150596e-05, -3.91880212e-06, 1.83386128e-05, -0.707140088, -0.70707351, 1.27951234e-05, -0.70707351, 0.707140088))
- CFuncs.Mesh.Create("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.23063564, 1.58847976, 0.785512567))
- Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Ghost grey","Part",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- PartWeld=CFuncs.Weld.Create(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000112056732, -0.877579212, 7.55786896e-05, -1, -3.85306012e-05, 3.59543628e-05, -3.59546757e-05, 8.09310495e-06, -1, 3.85303101e-05, -1, -8.0944892e-06))
- CFuncs.Mesh.Create("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.23063564, 1.67575884, 0.785512567))
- Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Ghost grey","Part",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- PartWeld=CFuncs.Weld.Create(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000112056732, -0.87335968, 7.58171082e-05, -1, -3.85306012e-05, 3.59543628e-05, -3.59546757e-05, 8.09310495e-06, -1, 3.85303101e-05, -1, -8.0944892e-06))
- CFuncs.Mesh.Create("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.23936355, 1.64084744, 0.610954225))
- Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Ghost grey","Part",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- PartWeld=CFuncs.Weld.Create(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000109195709, -0.411360264, 8.60691071e-05, -1, -3.85306012e-05, 3.59543628e-05, -3.59546757e-05, 8.09310495e-06, -1, 3.85303101e-05, -1, -8.0944892e-06))
- CFuncs.Mesh.Create("SpecialMesh",Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(1.43137741, 0.750600338, 0.733145118))
- Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Ghost grey","Part",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- PartWeld=CFuncs.Weld.Create(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000109195709, -0.413468361, 8.60691071e-05, -1, -3.85306012e-05, 3.59543628e-05, -3.59546757e-05, 8.09310495e-06, -1, 3.85303101e-05, -1, -8.0944892e-06))
- CFuncs.Mesh.Create("SpecialMesh",Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(1.50120091, 0.174558222, 0.174558342))
- Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Ghost grey","Part",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- PartWeld=CFuncs.Weld.Create(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000109195709, -0.413468361, 8.60691071e-05, -1, -3.85306012e-05, 3.59543628e-05, -3.59546757e-05, 8.09310495e-06, -1, 3.85303101e-05, -1, -8.0944892e-06))
- CFuncs.Mesh.Create("SpecialMesh",Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(1.46628964, 0.698232889, 0.698233366))
- Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Ghost grey","Part",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- PartWeld=CFuncs.Weld.Create(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000106811523, -0.392375946, -0.168670177, -1, -3.85306012e-05, 3.59543628e-05, -3.59546757e-05, 8.09310495e-06, -1, 3.85303101e-05, -1, -8.0944892e-06))
- CFuncs.Mesh.Create("SpecialMesh",Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(1.29173112, 0.349116445, 0.349116683))
- Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Ghost grey","Part",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- PartWeld=CFuncs.Weld.Create(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000111103058, -0.392366886, 0.168842316, -1, -3.85306012e-05, 3.59543628e-05, -3.59546757e-05, 8.09310495e-06, -1, 3.85303101e-05, -1, -8.0944892e-06))
- CFuncs.Mesh.Create("SpecialMesh",Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(1.29173112, 0.349116445, 0.349116683))
- Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Ghost grey","Part",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- PartWeld=CFuncs.Weld.Create(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000109195709, -0.392371655, 8.65459442e-05, -1, -3.85306012e-05, 3.59543628e-05, -3.59546757e-05, 8.09310495e-06, -1, 3.85303101e-05, -1, -8.0944892e-06))
- CFuncs.Mesh.Create("SpecialMesh",Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(1.29173112, 1.39646578, 1.39646673))
- Part=CFuncs.Part.Create(m,Enum.Material.Metal,0,0,"Ghost grey","Part",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- PartWeld=CFuncs.Weld.Create(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-7.10487366e-05, -0.000449180603, -0.425033092, 1, -1.34099218e-06, -5.2467818e-05, -3.80462734e-05, -0.707151711, -0.707061887, -3.61545426e-05, 0.707061768, -0.70715183))
- CFuncs.Mesh.Create("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.349116534, 0.174558222, 0.174558342))
- Part=CFuncs.Part.Create(m,Enum.Material.Metal,0,0,"Ghost grey","Part",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- PartWeld=CFuncs.Weld.Create(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000112056732, -0.21092701, -0.337540388, 1, 3.85306012e-05, -3.59543665e-05, -3.59546757e-05, 8.09217363e-06, -1, -3.85303101e-05, 1, 8.09355879e-06))
- CFuncs.Mesh.Create("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.349116534, 0.174558222, 0.174558342))
- Part=CFuncs.Part.Create(m,Enum.Material.Metal,0,0,"Ghost grey","Part",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- PartWeld=CFuncs.Weld.Create(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-7.15255737e-05, 0.126129627, -0.298460007, 1, -1.34099218e-06, -5.2467818e-05, -3.80462734e-05, -0.707151711, -0.707061887, -3.61545426e-05, 0.707061768, -0.707151771))
- CFuncs.Mesh.Create("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.349116534, 0.174558222, 0.174558342))
- Part=CFuncs.Part.Create(m,Enum.Material.Metal,0,0,"Ghost grey","Part",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- PartWeld=CFuncs.Weld.Create(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.82707453, -0.0739016533, 2.17139196, -2.04944208e-05, 0.422684789, 0.906276762, -1, -1.35581222e-05, -1.6290398e-05, 5.40170868e-06, -0.906276762, 0.422684819))
- CFuncs.Mesh.Create("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(5.49858522, 0.610953808, 1.04735005))
- Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Ghost grey","Part",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- PartWeld=CFuncs.Weld.Create(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, -0.474001884, -0.596637845, -1, -3.83302904e-06, 4.56114685e-06, -4.56107773e-06, -1.81927171e-05, -1, 3.8331118e-06, -1, 1.81926971e-05))
- CFuncs.Mesh.Create("SpecialMesh",Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(1.25681949, 0.139646545, 0.139646664))
- Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Ghost grey","Part",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- PartWeld=CFuncs.Weld.Create(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0286338329, -0.000234603882, -0.922691822, 5.27066477e-05, -0.965932548, -0.258794188, -1, -5.23079652e-05, -8.42633472e-06, -5.397726e-06, 0.258794188, -0.965932548))
- CFuncs.Mesh.Create("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.384028137, 1.25681937, 0.384028375))
- Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Ghost grey","Part",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- PartWeld=CFuncs.Weld.Create(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.883525372, -0.000160694122, -0.266668797, 8.35447208e-05, -0.500060022, -0.865990698, -1, -5.14768108e-05, -6.67480854e-05, -1.12003854e-05, 0.865990698, -0.500060022))
- CFuncs.Mesh.Create("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.384028137, 1.25681937, 0.384028375))
- Part=CFuncs.Part.Create(m,Enum.Material.Metal,0,0,"Ghost grey","Part",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- PartWeld=CFuncs.Weld.Create(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000112056732, -0.0449285507, 0.0446734428, -1, 8.84763085e-06, -3.07513801e-05, 1.54857225e-05, -0.707171619, -0.707041979, -2.80021486e-05, -0.707041979, 0.707171619))
- CFuncs.Mesh.Create("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.39646614, 1.39646578, 1.39646673))
- Part=CFuncs.Part.Create(m,Enum.Material.Metal,0,0,"Ghost grey","Part",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- PartWeld=CFuncs.Weld.Create(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.76837158e-07, -0.210938454, -0.337601781, -1, -7.66541507e-06, 9.12270843e-06, -9.12242922e-06, -3.64808548e-05, -1, 7.66574794e-06, -0.99999994, 3.6480782e-05))
- CFuncs.Mesh.Create("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.349116534, 0.174558222, 0.174558342))
- Part=CFuncs.Part.Create(m,Enum.Material.Metal,0,0,"Ghost grey","Part",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- PartWeld=CFuncs.Weld.Create(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.8267765, -0.074054718, 2.17094374, 3.76485041e-05, -0.422658622, -0.906288981, 1, -2.08745514e-05, 5.12764891e-05, -4.05908286e-05, -0.906288922, 0.422658652))
- CFuncs.Mesh.Create("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(5.49858522, 0.610953808, 1.04735005))
- Part=CFuncs.Part.Create(m,Enum.Material.Metal,0,0,"Ghost grey","Part",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- PartWeld=CFuncs.Weld.Create(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000104904175, -0.0843462944, -0.210884333, -1, -4.23627862e-05, 4.05161736e-05, -4.05157407e-05, -1.01408077e-05, -1, 4.23631973e-05, -1, 1.01390897e-05))
- CFuncs.Mesh.Create("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.349116534, 0.174558222, 0.174558342))
- Part=CFuncs.Part.Create(m,Enum.Material.Metal,0,0,"Ghost grey","Part",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- PartWeld=CFuncs.Weld.Create(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000105381012, 0.126675129, -0.298410416, -1, -2.4910612e-06, 2.39991696e-05, -1.87318456e-05, 0.7070871, -0.707126558, -1.52080047e-05, -0.707126558, -0.70708704))
- CFuncs.Mesh.Create("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.349116534, 0.174558222, 0.174558342))
- Part=CFuncs.Part.Create(m,Enum.Material.Metal,0,0,"Ghost grey","Part",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- PartWeld=CFuncs.Weld.Create(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0001039505, 0.000102043152, -0.424989223, -1, -2.49107029e-06, 2.39991714e-05, -1.87318528e-05, 0.7070871, -0.707126558, -1.52080011e-05, -0.707126558, -0.70708704))
- CFuncs.Mesh.Create("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.349116534, 0.174558222, 0.174558342))
- Part=CFuncs.Part.Create(m,Enum.Material.Metal,0,0,"Ghost grey","Part",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- PartWeld=CFuncs.Weld.Create(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000107765198, -0.158178806, 6.03199005e-05, -1, -4.23628007e-05, 4.051617e-05, -4.05157407e-05, -1.01463966e-05, -1, 4.23632118e-05, -1, 1.01446803e-05))
- CFuncs.Mesh.Create("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.39646614, 1.3091867, 1.22190845))
- Part=CFuncs.Part.Create(m,Enum.Material.Metal,0,0,"Ghost grey","Part",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- PartWeld=CFuncs.Weld.Create(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000109672546, -0.0843353271, -0.210941792, 1, 4.23628007e-05, -4.051617e-05, -4.05157407e-05, -1.01463966e-05, -1, -4.23632118e-05, 1, -1.01446803e-05))
- CFuncs.Mesh.Create("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.349116534, 0.174558222, 0.174558342))
- RegularParts=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Ghost grey","RegularParts",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- RegularPartsWeld=CFuncs.Weld.Create(m,Handle2,RegularParts,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.43051147e-06, -8.51154327e-05, 0.284757614, 1, 7.66598532e-06, -9.12236374e-06, -7.66631729e-06, 1, -3.63862964e-05, 9.12208543e-06, 3.63863655e-05, 1))
- CFuncs.Mesh.Create("SpecialMesh",RegularParts,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(1.43137777, 0.0872791111, 0.0872791708))
- SMallCircle=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Ghost grey","SMallCircle",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- SMallCircleWeld=CFuncs.Weld.Create(m,Handle2,SMallCircle,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-05, -0.259531021, 0.539843321, 1, 2.52995724e-05, -8.25544921e-05, -7.24489801e-05, 0.765998244, -0.64284277, 4.69729493e-05, 0.64284277, 0.765998244))
- CFuncs.Mesh.Create("SpecialMesh",SMallCircle,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.2742753, 0.218197733, 0.0872791484))
- SMallCircle=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Ghost grey","SMallCircle",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- SMallCircleWeld=CFuncs.Weld.Create(m,Handle2,SMallCircle,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.19616699e-05, -0.29864645, 0.491271853, 1, 2.18214791e-05, -8.11131104e-05, -7.61652482e-05, 0.642735422, -0.766088188, 3.54170988e-05, 0.766088247, 0.642735362))
- CFuncs.Mesh.Create("SpecialMesh",SMallCircle,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.2742753, 0.244381458, 0.0872791484))
- SMallCircle=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Ghost grey","SMallCircle",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- SMallCircleWeld=CFuncs.Weld.Create(m,Handle2,SMallCircle,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-6.81877136e-05, -0.359623909, 0.403885126, 1, 1.68739716e-05, -7.83955911e-05, -7.81828567e-05, 0.422563523, -0.906333387, 1.78336722e-05, 0.906333387, 0.422563493))
- CFuncs.Mesh.Create("SpecialMesh",SMallCircle,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.2742753, 0.261837333, 0.0872791484))
- SMallCircle=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Ghost grey","SMallCircle",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- SMallCircleWeld=CFuncs.Weld.Create(m,Handle2,SMallCircle,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-9.6321106e-05, -0.382812977, 0.306041718, 1, 1.23220252e-05, -7.50572581e-05, -7.60567054e-05, 0.173604742, -0.984815478, 8.95375251e-07, 0.984815478, 0.173604742))
- CFuncs.Mesh.Create("SpecialMesh",SMallCircle,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.2742753, 0.349116445, 0.0872791484))
- SMallCircle=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Ghost grey","SMallCircle",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- SMallCircleWeld=CFuncs.Weld.Create(m,Handle2,SMallCircle,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000128269196, -0.392081738, 0.170564651, 1, 7.0026972e-06, -6.97370197e-05, -6.74602852e-05, -0.173713773, -0.984796226, -1.90105093e-05, 0.984796226, -0.173713759))
- CFuncs.Mesh.Create("SpecialMesh",SMallCircle,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.2742753, 0.296748936, 0.0872791484))
- SMallCircle=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Ghost grey","SMallCircle",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- SMallCircleWeld=CFuncs.Weld.Create(m,Handle2,SMallCircle,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.6239624e-05, -0.0718159676, 0.626565456, -1, -3.63043764e-05, -9.95454343e-07, 3.59262231e-05, -0.984825134, -0.173549473, 5.32025615e-06, -0.173549458, 0.984825194))
- CFuncs.Mesh.Create("SpecialMesh",SMallCircle,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.2742753, 0.331660628, 0.0872791484))
- SMallCircle=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Ghost grey","SMallCircle",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- SMallCircleWeld=CFuncs.Weld.Create(m,Handle2,SMallCircle,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(6.3419342e-05, -0.163788557, 0.59586668, -1, -3.0723997e-05, -1.36815174e-07, 2.7904036e-05, -0.906334579, -0.422560722, 1.28587553e-05, -0.422560722, 0.906334579))
- CFuncs.Mesh.Create("SpecialMesh",SMallCircle,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.2742753, 0.261837274, 0.0872791484))
- SMallCircle=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Ghost grey","SMallCircle",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- SMallCircleWeld=CFuncs.Weld.Create(m,Handle2,SMallCircle,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(8.72612e-05, -0.257823348, 0.540540218, -1, -2.53031358e-05, 1.4440086e-06, 1.84557557e-05, -0.766067386, -0.642760277, 1.73700573e-05, -0.642760277, 0.766067445))
- CFuncs.Mesh.Create("SpecialMesh",SMallCircle,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.2742753, 0.218197733, 0.0872791484))
- SMallCircle=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Ghost grey","SMallCircle",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- SMallCircleWeld=CFuncs.Weld.Create(m,Handle2,SMallCircle,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0001039505, -0.297121763, 0.492258072, -1, -2.18248042e-05, 2.88470801e-06, 1.18195612e-05, -0.642814875, -0.76602155, 1.85726039e-05, -0.76602155, 0.642814815))
- CFuncs.Mesh.Create("SpecialMesh",SMallCircle,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.2742753, 0.244381458, 0.0872791484))
- SMallCircle=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Ghost grey","SMallCircle",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- SMallCircleWeld=CFuncs.Weld.Create(m,Handle2,SMallCircle,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00012588501, -0.358509064, 0.40524435, -1, -1.68757851e-05, 5.59893806e-06, 2.0583891e-06, -0.422656, -0.906290114, 1.76607828e-05, -0.906290174, 0.42265597))
- CFuncs.Mesh.Create("SpecialMesh",SMallCircle,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.2742753, 0.261837333, 0.0872791484))
- SMallCircle=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Ghost grey","SMallCircle",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- SMallCircleWeld=CFuncs.Weld.Create(m,Handle2,SMallCircle,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000146389008, -0.3822999, 0.307652235, -1, -1.23235759e-05, 8.93666675e-06, -6.66009191e-06, -0.173708618, -0.98479706, 1.36885992e-05, -0.984797001, 0.173708618))
- CFuncs.Mesh.Create("SpecialMesh",SMallCircle,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.2742753, 0.349116445, 0.0872791484))
- SMallCircle=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Ghost grey","SMallCircle",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- SMallCircleWeld=CFuncs.Weld.Create(m,Handle2,SMallCircle,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000168323517, -0.39200592, 0.172229648, -1, -7.00375176e-06, 1.42562731e-05, -1.52556577e-05, 0.173599571, -0.984816372, 4.42252576e-06, -0.984816313, -0.173599586))
- CFuncs.Mesh.Create("SpecialMesh",SMallCircle,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.2742753, 0.296748936, 0.0872791484))
- SMallCircle=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Ghost grey","SMallCircle",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- SMallCircleWeld=CFuncs.Weld.Create(m,Handle2,SMallCircle,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(7.62939453e-05, -0.073646307, 0.626343727, 1, 3.63018335e-05, -8.49931457e-05, -5.05113494e-05, 0.984802961, -0.17367509, 7.7396784e-05, 0.17367509, 0.984803021))
- CFuncs.Mesh.Create("SpecialMesh",SMallCircle,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.2742753, 0.331660628, 0.0872791484))
- SMallCircle=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Ghost grey","SMallCircle",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- SMallCircleWeld=CFuncs.Weld.Create(m,Handle2,SMallCircle,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(9.05990601e-05, -0.16558218, 0.595463276, 1, 3.07230948e-05, -8.41335641e-05, -6.34037133e-05, 0.906289399, -0.422657669, 6.32640076e-05, 0.422657698, 0.906289399))
- CFuncs.Mesh.Create("SpecialMesh",SMallCircle,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.2742753, 0.261837274, 0.0872791484))
- Top=CFuncs.Part.Create(m,Enum.Material.Metal,0,0,"Ghost grey","Top",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- TopWeld=CFuncs.Weld.Create(m,Handle2,Top,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.63389492, 4.67367363, -0.683716774, 0.860500157, 0.404822737, -0.309286505, 0.342860192, -0.0111460416, 0.939320385, 0.376810908, -0.914327323, -0.148388773))
- CFuncs.Mesh.Create("SpecialMesh",Top,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.518704057, 0.848311901))
- Top=CFuncs.Part.Create(m,Enum.Material.Metal,0,0,"Ghost grey","Top",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- TopWeld=CFuncs.Weld.Create(m,Handle2,Top,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.68026686, 4.67165375, -0.576100409, -0.857848823, 0.403777033, 0.317898512, 0.342875272, -0.0110751987, 0.939315677, 0.382794887, 0.914790452, -0.128944308))
- CFuncs.Mesh.Create("SpecialMesh",Top,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.503456235, 0.856137574))
- Top=CFuncs.Part.Create(m,Enum.Material.Metal,0,0,"Ghost grey","Top",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- TopWeld=CFuncs.Weld.Create(m,Handle2,Top,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.68049574, -4.84830284, -0.575833499, 0.857808352, -0.403828323, -0.317942679, -0.342930108, 0.011078517, -0.93929565, 0.382836491, 0.914767683, -0.12898165))
- CFuncs.Mesh.Create("SpecialMesh",Top,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.961013734, 0.856137574))
- Top=CFuncs.Part.Create(m,Enum.Material.Metal,0,0,"Ghost grey","Top",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- TopWeld=CFuncs.Weld.Create(m,Handle2,Top,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.67736959, -4.84712744, -0.589948177, 0.85679245, 0.406631291, 0.317108333, 0.343250155, 0.00918211509, -0.93919915, -0.384819478, 0.913546264, -0.131709069))
- CFuncs.Mesh.Create("SpecialMesh",Top,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.958206415, 0.859278202))
- Top=CFuncs.Part.Create(m,Enum.Material.Metal,0,0,"Ghost grey","Top",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- TopWeld=CFuncs.Weld.Create(m,Handle2,Top,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.67728043, 4.66901779, -0.590214729, -0.856740654, -0.40670374, -0.317155629, -0.343308598, -0.00919364858, 0.939177752, -0.384882897, 0.913513899, -0.131748319))
- CFuncs.Mesh.Create("SpecialMesh",Top,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.507891297, 0.859278202))
- Top=CFuncs.Part.Create(m,Enum.Material.Metal,0,0,"Ghost grey","Top",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- TopWeld=CFuncs.Weld.Create(m,Handle2,Top,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.63123178, 4.67012548, -0.693097413, 0.85606122, -0.414471, 0.308825195, -0.343279034, -0.00922357198, 0.939188182, -0.386417776, -0.910015821, -0.150175139))
- CFuncs.Mesh.Create("SpecialMesh",Top,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.522188485, 0.850377083))
- Top=CFuncs.Part.Create(m,Enum.Material.Metal,0,0,"Ghost grey","Top",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- TopWeld=CFuncs.Weld.Create(m,Handle2,Top,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.63254833, -4.84795332, -0.683669329, -0.860478401, -0.404802918, 0.309372813, -0.342879236, 0.0109719327, -0.939315379, 0.376843244, -0.914338112, -0.148239613))
- CFuncs.Mesh.Create("SpecialMesh",Top,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.945765913, 0.848311901))
- Top=CFuncs.Part.Create(m,Enum.Material.Metal,0,0,"Ghost grey","Top",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- TopWeld=CFuncs.Weld.Create(m,Handle2,Top,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.63078642, -4.846982, -0.693390131, -0.856041253, 0.414482415, -0.308865219, 0.343286872, 0.0091338167, -0.939186215, -0.386455029, -0.91001147, -0.150105298))
- CFuncs.Mesh.Create("SpecialMesh",Top,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.943909287, 0.850377083))
- Triangle=CFuncs.Part.Create(m,Enum.Material.Metal,0,0,"Ghost grey","Triangle",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- TriangleWeld=CFuncs.Weld.Create(m,Handle2,Triangle,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.492438555, 1.84762669, -3.23616076, -0.853536606, -0.520389378, -0.0258883834, -0.49184978, 0.788339257, 0.36960125, -0.17192775, 0.328201354, -0.928829849))
- CFuncs.Mesh.Create("SpecialMesh",Triangle,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.90836978, 0.627551973))
- Triangle=CFuncs.Part.Create(m,Enum.Material.Metal,0,0,"Ghost grey","Triangle",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- TriangleWeld=CFuncs.Weld.Create(m,Handle2,Triangle,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.492366552, -1.98433328, -3.23586655, 0.853551567, 0.520366251, 0.0258617811, 0.491826594, -0.788371265, -0.369563937, -0.171919912, 0.328161389, -0.928845346))
- CFuncs.Mesh.Create("SpecialMesh",Triangle,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.222067013, 0.627551973))
- Triangle=CFuncs.Part.Create(m,Enum.Material.Metal,0,0,"Ghost grey","Triangle",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- TriangleWeld=CFuncs.Weld.Create(m,Handle2,Triangle,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.48711729, -1.96779609, -3.24679756, 0.847753763, -0.529895365, -0.0229007285, -0.500400484, -0.784760952, -0.365717947, 0.175820649, 0.321498305, -0.930443943))
- CFuncs.Mesh.Create("SpecialMesh",Triangle,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.218312353, 0.628867984))
- Triangle=CFuncs.Part.Create(m,Enum.Material.Metal,0,0,"Ghost grey","Triangle",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- TriangleWeld=CFuncs.Weld.Create(m,Handle2,Triangle,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.48728466, 1.83086061, -3.24669456, -0.84774071, 0.529915929, 0.022907123, 0.500418663, 0.784742117, 0.365733445, 0.17583181, 0.321510285, -0.930437744))
- CFuncs.Mesh.Create("SpecialMesh",Triangle,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.914560199, 0.628867984))
- Triangle=CFuncs.Part.Create(m,Enum.Material.Metal,0,0,"Ghost grey","Triangle",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- TriangleWeld=CFuncs.Weld.Create(m,Handle2,Triangle,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.500192404, -1.96642685, -3.24397874, -0.851441264, -0.523649693, 0.028962221, -0.496343136, 0.786744297, -0.366983563, 0.169384941, -0.326840132, -0.92977649))
- CFuncs.Mesh.Create("SpecialMesh",Triangle,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.209919915, 0.632166326))
- Triangle=CFuncs.Part.Create(m,Enum.Material.Metal,0,0,"Ghost grey","Triangle",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- TriangleWeld=CFuncs.Weld.Create(m,Handle2,Triangle,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.500234127, 1.83073854, -3.24386764, 0.851447582, 0.523640335, -0.0289483517, 0.496335, -0.786762357, 0.366955936, 0.169377431, -0.32681182, -0.929787815))
- CFuncs.Mesh.Create("SpecialMesh",Triangle,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.911982179, 0.632166326))
- Triangle=CFuncs.Part.Create(m,Enum.Material.Metal,0,0,"Ghost grey","Triangle",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- TriangleWeld=CFuncs.Weld.Create(m,Handle2,Triangle,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.528457642, -1.96797478, -3.23891592, -0.851489723, 0.523110211, -0.036344137, 0.498093039, 0.78520745, -0.367902875, -0.163916036, -0.331368268, -0.92915374))
- CFuncs.Mesh.Create("SpecialMesh",Triangle,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.213432193, 0.630989075))
- Triangle=CFuncs.Part.Create(m,Enum.Material.Metal,0,0,"Ghost grey","Triangle",Vector3.new(0.241735607, 0.241735607, 0.241735607))
- TriangleWeld=CFuncs.Weld.Create(m,Handle2,Triangle,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.528755665, 1.83138227, -3.23895311, 0.851512849, -0.523072064, 0.0363532379, -0.498058975, -0.785223901, 0.367914021, -0.163900122, -0.331389517, -0.929148972))
- CFuncs.Mesh.Create("SpecialMesh",Triangle,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.917362332, 0.630989075))
- function slamjamlol()
- attack = true
- CFuncs.Sound.Create("541909867", Head, 1, 1)
- KickyHit = Head.Touched:connect(function(who_tf_did_you_hit)
- if who_tf_did_you_hit.Parent.Name ~= "Base" then
- HitPart = who_tf_did_you_hit.Parent:FindFirstChild("Torso")
- HitPart2 = who_tf_did_you_hit.Parent:FindFirstChild("UpperTorso")
- HitHumanoid = who_tf_did_you_hit.Parent:FindFirstChild("Humanoid")
- if HitPart then
- CFuncs.Sound.Create("541909983", HitPart, 1.05, 1.05)
- end
- if HitPart2 then
- CFuncs.Sound.Create("541909983", HitPart2, 1.05, 1.05)
- end
- if HitHumanoid then
- MagnitudeDamage(LeftLeg, 2, 7, 12, 1, "Normal", "", 1)
- MagnitudeDamage(RightLeg, 2, 7, 12, 1, "Normal", "", 1)
- --HitHumanoid:TakeDamage(math.random(500, 1000) / 100)
- end
- wait(1)
- end
- end)
- Humanoid.WalkSpeed = 4
- for i = 0, 4, 0.1 do
- swait()
- PlayAnimationFromTable({
- CFrame.new(0, 1.71363354e-07, 0.260002494, 1, 0, -0, 0, 0.943149447, -0.332369119, 0, 0.332369149, 0.943149447) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(0, 1.28295398, 0.120430052, 1, 0, -0, 0, 0.918046236, -0.396473646, -0, 0.396473676, 0.918046176) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(0.659992576, 1.66931438, 0.705276787, 0.856516123, 0.429131031, 0.286752135, 0.324268639, -0.879676223, 0.347878993, 0.401534706, -0.204979241, -0.89261055) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(-0.989991903, 1.60831773, 0.652540684, 0.86341989, -0.483134061, 0.14521566, -0.502652466, -0.848390341, 0.166056126, 0.0429721475, -0.216369227, -0.97536552) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(0.350000322, -2.04915833, 0.202584505, 0.968936622, 0.040397644, -0.243987665, 0.0592622757, 0.919897616, 0.387655169, 0.240104035, -0.390072495, 0.888928354) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(-0.650000334, -2.0923655, 0.0799773932, 0.958128989, 0.0773738176, 0.275684923, -0.146027103, 0.960221708, 0.238013759, -0.24630259, -0.268305302, 0.931315005) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- }, .1, false)
- end
- for i = 0, 0.1, 0.1 do
- swait()
- PlayAnimationFromTable({
- CFrame.new(0, 8.7544322e-08, -0.229998812, 1, 0, 0, 0, 0.998912752, 0.0466189869, 0, -0.0466189869, 0.998912752) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(0, 1.58759665, -0.126131207, 1, 0, 0, 0, 0.96008724, 0.279700816, 0, -0.279700816, 0.96008724) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(0.899994314, 2.06568527, -0.0737808049, -0.851317167, 0.51888597, 0.0775665045, -0.509111464, -0.852739632, 0.116793558, 0.126746565, 0.0599383637, 0.990122557) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(-0.829999804, 2.10144806, 0.0179649442, -0.86808151, -0.492148668, 0.064994283, 0.488771439, -0.870243192, -0.0614766106, 0.0868164599, -0.0215993579, 0.995990217) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(0.500001013, -2.00854278, 0.136509597, 0.881495237, 0.0164347272, -0.47190696, -0.00728345849, 0.999748468, 0.0212123618, 0.472136915, -0.0152614787, 0.881393194) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(-0.710003018, -2.0052793, 0.0665869117, 0.837710857, -0.0228132177, 0.545637369, 0.017495241, 0.999735355, 0.014938917, -0.545833766, -0.00296843424, 0.8378883) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- }, .3, false)
- end
- for i = 0, 3, 0.1 do
- swait()
- PlayAnimationFromTable({
- CFrame.new(0, 8.94069672e-08, -1.00000834, 1, 0, 0, 0, 0.685653806, 0.727927804, 0, -0.727927804, 0.685653806) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(0, 1.57930517, -0.0588911176, 1, 0, 0, 0, 0.970225215, 0.242205054, 0, -0.242205054, 0.970225215) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(0.899994612, 1.23925781, -0.988699317, -0.851316094, 0.518887222, 0.0775695741, -0.463661969, -0.813269317, 0.351583093, 0.245516896, 0.263342321, 0.932937503) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(-0.830002427, 1.11722112, -0.928701043, -0.900766134, -0.424712747, 0.0907714888, 0.434023798, -0.872790456, 0.223294318, -0.0156114548, 0.240532935, 0.970515609) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(0.500000834, -1.77166986, -1.0787369, 0.813411593, 0.0135281393, -0.581531286, -0.439938456, 0.668340743, -0.599812388, 0.380546659, 0.743732274, 0.549587667) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(-0.710004568, -1.7061522, -1.14044988, 0.837710798, -0.0228127856, 0.545637429, 0.419761449, 0.666028857, -0.6166085, -0.349343777, 0.745577157, 0.567515433) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- }, .3, false)
- end
- Humanoid.WalkSpeed = 16
- attack = false
- KickyHit:disconnect()
- end
- function kiccnaenae()
- attack = true
- CFuncs.Sound.Create("541909867", LeftLeg, 1, 1)
- KickyHit = LeftLeg.Touched:connect(function(who_tf_did_you_hit)
- if who_tf_did_you_hit.Parent.Name ~= "Base" then
- HitPart = who_tf_did_you_hit.Parent:FindFirstChild("Torso")
- HitPart2 = who_tf_did_you_hit.Parent:FindFirstChild("UpperTorso")
- HitHumanoid = who_tf_did_you_hit.Parent:FindFirstChild("Humanoid")
- if HitPart then
- CFuncs.Sound.Create("541909983", HitPart, 1.05, 1.05)
- end
- if HitPart2 then
- CFuncs.Sound.Create("541909983", HitPart2, 1.05, 1.05)
- end
- if HitHumanoid then
- MagnitudeDamage(LeftLeg, 2, 7, 12, 1, "Normal", "", 1)
- MagnitudeDamage(RightLeg, 2, 7, 12, 1, "Normal", "", 1)
- --HitHumanoid:TakeDamage(math.random(500, 1000) / 100)
- end
- wait(1)
- end
- end)
- Humanoid.WalkSpeed = 4
- for i = 0, 1, 0.1 do
- swait()
- PlayAnimationFromTable({
- CFrame.new(-0, -0, 0, 0.920830429, 0, 0.38996318, 0, 1, 0, -0.38996318, 0, 0.920830429) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(1.49011612e-08, 1.49999118, -5.96046448e-08, 0.911300898, -0.0903270394, 0.401711196, 0, 0.97563988, 0.219378233, -0.411741227, -0.199919552, 0.889101446) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(1.31180382, 0.0500002094, 0.620695531, 0.827719986, -0.151417524, -0.540326118, 0.349252999, 0.892680466, 0.284857929, 0.439206064, -0.424493134, 0.791772425) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(-1.43842888, -0.080000028, -0.142191976, 0.92982924, -0.0418036729, -0.365609199, -0.120811045, 0.903781831, -0.410588741, 0.347595096, 0.425947011, 0.835312366) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(0.642945409, -1.99999511, -0.107809916, 0.92614156, -0.225270763, -0.302514434, 0.179949984, 0.968786061, -0.170504332, 0.331481367, 0.103473678, 0.937770426) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(-1.27481103, -1.30999553, 0.958774984, 0.882374108, 0.466180325, -0.0639673173, -0.285974085, 0.639237165, 0.713859081, 0.373677284, -0.611597717, 0.697361887) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- }, .2, false)
- end
- for i = 0, 1, 0.1 do
- swait()
- PlayAnimationFromTable({
- CFrame.new(0, -0, -0, 0.925569475, 0, -0.378577769, 0, 1, 0, 0.378577769, 0, 0.925569475) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(1.3038516e-07, 1.49999094, -1.28149986e-06, 0.996039629, 0.0195049644, -0.0867444873, 0, 0.975639999, 0.219377786, 0.0889103711, -0.218508959, 0.971776128) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(1.53136063, 0.0499999076, -0.0861513317, 0.937740684, -0.189014047, -0.291403621, 0.147543967, 0.976280928, -0.158449739, 0.314440995, 0.105589911, 0.943386316) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(-1.55911922, -0.0800002217, -0.140193596, 0.988796592, 0.0730333999, -0.130182356, -0.120811015, 0.903782487, -0.410587251, 0.0876699388, 0.421714664, 0.902480364) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(0.748863101, -1.99999547, -0.176650703, 0.904176414, -0.231168315, -0.359202325, 0.179949984, 0.968785763, -0.170505762, 0.387405634, 0.0895288289, 0.917551935) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(-0.326815903, -1.66999578, -1.19524586, 0.77214849, -0.295102328, -0.56276232, -0.453759938, 0.363924861, -0.813425303, 0.444846928, 0.883444011, 0.147098422) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- }, .29, false)
- end
- Humanoid.WalkSpeed = 16
- attack = false
- KickyHit:disconnect()
- end
- Mouse.Button1Down:connect(function()
- if attack == false and attacktype == 1 then
- kiccnaenae()
- end
- end)
- Mouse.KeyDown:connect(function(k)
- k = k:lower()
- if attack == false and k == 'z' then
- slamjamlol()
- end
- end)
- while true do
- swait()
- for i, v in pairs(Character:GetChildren()) do
- if v:IsA("Part") then
- v.Material = "SmoothPlastic"
- elseif v:IsA("Accessory") then
- v:WaitForChild("Handle").Material = "SmoothPlastic"
- end
- end
- Torsovelocity = (RootPart.Velocity * Vector3.new(1, 0, 1)).magnitude
- velocity = RootPart.Velocity.y
- sine = sine + change
- local hit, pos = rayCast(RootPart.Position, (CFrame.new(RootPart.Position, RootPart.Position - Vector3.new(0, 1, 0))).lookVector, 4, Character)
- if RootPart.Velocity.y > 1 and hit == nil then
- Anim = "Jump"
- if attack == false then
- RootJoint.C0 = clerp(RootJoint.C0, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), .3)
- Torso.Neck.C0 = clerp(Torso.Neck.C0, CFrame.new(0, 1.5, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), .3)
- RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
- LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
- RH.C0 = clerp(RH.C0, CFrame.new(.5, -2, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), .3)
- LH.C0 = clerp(LH.C0, CFrame.new(-.5, -2, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), .3)
- end
- elseif RootPart.Velocity.y < -1 and hit == nil then
- Anim = "Fall"
- if attack == false then
- RootJoint.C0 = clerp(RootJoint.C0, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), .3)
- Torso.Neck.C0 = clerp(Torso.Neck.C0, CFrame.new(0, 1.5, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), .3)
- RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
- LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
- RH.C0 = clerp(RH.C0, CFrame.new(.5, -2, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), .3)
- LH.C0 = clerp(LH.C0, CFrame.new(-.5, -2, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), .3)
- end
- elseif Torsovelocity < 1 and hit ~= nil then
- Anim = "Idle"
- if attack == false then
- change = 1
- PlayAnimationFromTable({
- CFrame.new(-0, -0, -0, 1, 0, 0, 0, 1, 0, 0, 0, 1) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0) * CFrame.new(0, 0 + 0.1 * math.cos(sine / 15), 0) * CFrame.Angles(0 + 0.05 * math.cos(sine / 15), 0, 0),
- CFrame.new(0, 1.49999118, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0) * CFrame.new(0, 0, 0 + 0.01 * math.cos(sine / 17)) * CFrame.Angles(0 + 0.11 * math.cos(sine / 17), 0, 0 - 0.07 * math.cos(sine / 17)),
- CFrame.new(1.09999776, -0.0100005567, 0.880006433, 0.0058410014, 0.231329963, 0.972857773, -0.477388114, 0.855498254, -0.200557515, -0.878673255, -0.46325925, 0.11543113) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0) * CFrame.new(0, 0 + 0.1 * math.cos(sine / 23), 0) * CFrame.Angles(0, 0, 0 + 0.1 * math.cos(sine / 16.1)),
- CFrame.new(-1.00999916, 1.49011612e-07, -0.840002596, 0.885414779, -0.430972636, 0.174078524, 0.464801878, 0.820972502, -0.331607282, 0, 0.374521971, 0.92721808) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0) * CFrame.new(0, 0 + 0.1 * math.cos(sine / 23), 0) * CFrame.Angles(0, 0 - 0.12 * math.cos(sine / 19.2), 0 - 0.1 * math.cos(sine / 16.1)),
- CFrame.new(0.599999785, -1.99999499, 0.320001781, 0.893886983, -0.186435163, -0.407686204, 0.237414002, 0.968292058, 0.0777499601, 0.380263984, -0.166290075, 0.909806073) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0) * CFrame.new(0, 0 - 0.1 * math.cos(sine / 15), 0 + 0.05 * math.cos(sine / 15)) * CFrame.Angles(0 - 0.05 * math.cos(sine / 15), 0, 0),
- CFrame.new(-0.680000305, -1.99999523, -0.540000021, 0.946403861, 0.152896464, 0.284503877, -0.0976799875, 0.975099087, -0.199099168, -0.30786097, 0.16063787, 0.937772512) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0) * CFrame.new(0, 0 - 0.1 * math.cos(sine / 15), 0 + 0.05 * math.cos(sine / 15)) * CFrame.Angles(0 - 0.05 * math.cos(sine / 15), 0, 0),
- }, .3, false)
- end
- elseif Torsovelocity > 2 and hit ~= nil then
- Anim = "Walk"
- if attack == false then
- RootJoint.C0 = clerp(RootJoint.C0, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), .3)
- Torso.Neck.C0 = clerp(Torso.Neck.C0, CFrame.new(0, 1.5, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), .3)
- RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
- LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
- RH.C0 = clerp(RH.C0, CFrame.new(.5, -2, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), .3)
- LH.C0 = clerp(LH.C0, CFrame.new(-.5, -2, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), .3)
- end
- end
- if 0 < #Effects then
- for e = 1, #Effects do
- if Effects[e] ~= nil then
- local Thing = Effects[e]
- if Thing ~= nil then
- local Part = Thing[1]
- local Mode = Thing[2]
- local Delay = Thing[3]
- local IncX = Thing[4]
- local IncY = Thing[5]
- local IncZ = Thing[6]
- if Thing[2] == "Shoot" then
- local Look = Thing[1]
- local move = 30
- if Thing[8] == 3 then
- move = 10
- end
- local hit, pos = rayCast(Thing[4], Thing[1], move, m)
- if Thing[10] ~= nil then
- da = pos
- cf2 = CFrame.new(Thing[4], Thing[10].Position)
- cfa = CFrame.new(Thing[4], pos)
- tehCF = cfa:lerp(cf2, 0.2)
- Thing[1] = tehCF.lookVector
- end
- local mag = (Thing[4] - pos).magnitude
- Effects["Head"].Create(Torso.BrickColor, CFrame.new((Thing[4] + pos) / 2, pos) * CFrame.Angles(1.57, 0, 0), 1, mag * 5, 1, 0.5, 0, 0.5, 0.2)
- if Thing[8] == 2 then
- Effects["Ring"].Create(Torso.BrickColor, CFrame.new((Thing[4] + pos) / 2, pos) * CFrame.Angles(1.57, 0, 0) * CFrame.fromEulerAnglesXYZ(1.57, 0, 0), 1, 1, 0.1, 0.5, 0.5, 0.1, 0.1, 1)
- end
- Thing[4] = Thing[4] + Look * move
- Thing[3] = Thing[3] - 1
- if 2 < Thing[5] then
- Thing[5] = Thing[5] - 0.3
- Thing[6] = Thing[6] - 0.3
- end
- if hit ~= nil then
- Thing[3] = 0
- if Thing[8] == 1 or Thing[8] == 3 then
- Damage(hit, hit, Thing[5], Thing[6], Thing[7], "Normal", RootPart, 0, "", 1)
- else
- if Thing[8] == 2 then
- Damage(hit, hit, Thing[5], Thing[6], Thing[7], "Normal", RootPart, 0, "", 1)
- if (hit.Parent:findFirstChild("Humanoid")) ~= nil or (hit.Parent.Parent:findFirstChild("Humanoid")) ~= nil then
- ref = CFuncs.Part.Create(workspace, "Neon", 0, 1, BrickColor.new("Really red"), "Reference", Vector3.new())
- ref.Anchored = true
- ref.CFrame = CFrame.new(pos)
- CFuncs["Sound"].Create("161006093", ref, 1, 1.2)
- game:GetService("Debris"):AddItem(ref, 0.2)
- Effects["Block"].Create(Torso.BrickColor, CFrame.new(ref.Position) * CFrame.fromEulerAnglesXYZ(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50)), 1, 1, 1, 10, 10, 10, 0.1, 2)
- Effects["Ring"].Create(BrickColor.new("Bright yellow"), CFrame.new(ref.Position) * CFrame.fromEulerAnglesXYZ(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50)), 1, 1, 0.1, 4, 4, 0.1, 0.1)
- MagnitudeDamage(ref, 15, Thing[5] / 1.5, Thing[6] / 1.5, 0, "Normal", "", 1)
- end
- end
- end
- ref = CFuncs.Part.Create(workspace, "Neon", 0, 1, BrickColor.new("Really red"), "Reference", Vector3.new())
- ref.Anchored = true
- ref.CFrame = CFrame.new(pos)
- Effects["Sphere"].Create(Torso.BrickColor, CFrame.new(pos), 5, 5, 5, 1, 1, 1, 0.07)
- game:GetService("Debris"):AddItem(ref, 1)
- end
- if Thing[3] <= 0 then
- table.remove(Effects, e)
- end
- end
- do
- do
- if Thing[2] == "FireWave" then
- if Thing[3] <= Thing[4] then
- Thing[1].CFrame = Thing[1].CFrame * CFrame.fromEulerAnglesXYZ(0, 1, 0)
- Thing[3] = Thing[3] + 1
- Thing[6].Scale = Thing[6].Scale + Vector3.new(Thing[5], 0, Thing[5])
- else
- Part.Parent = nil
- table.remove(Effects, e)
- end
- end
- if Thing[2] ~= "Shoot" and Thing[2] ~= "Wave" and Thing[2] ~= "FireWave" then
- if Thing[1].Transparency <= 1 then
- if Thing[2] == "Block1" then
- Thing[1].CFrame = Thing[1].CFrame * CFrame.fromEulerAnglesXYZ(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50))
- Mesh = Thing[7]
- Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6])
- Thing[1].Transparency = Thing[1].Transparency + Thing[3]
- else
- if Thing[2] == "Block2" then
- Thing[1].CFrame = Thing[1].CFrame
- Mesh = Thing[7]
- Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6])
- Thing[1].Transparency = Thing[1].Transparency + Thing[3]
- else
- if Thing[2] == "Fire" then
- Thing[1].CFrame = CFrame.new(Thing[1].Position) + Vector3.new(0, 0.2, 0)
- Thing[1].CFrame = Thing[1].CFrame * CFrame.fromEulerAnglesXYZ(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50))
- Thing[1].Transparency = Thing[1].Transparency + Thing[3]
- else
- if Thing[2] == "Cylinder" then
- Mesh = Thing[7]
- Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6])
- Thing[1].Transparency = Thing[1].Transparency + Thing[3]
- else
- if Thing[2] == "Blood" then
- Mesh = Thing[7]
- Thing[1].CFrame = Thing[1].CFrame * CFrame.new(0, 0.5, 0)
- Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6])
- Thing[1].Transparency = Thing[1].Transparency + Thing[3]
- else
- if Thing[2] == "Elec" then
- Mesh = Thing[10]
- Mesh.Scale = Mesh.Scale + Vector3.new(Thing[7], Thing[8], Thing[9])
- Thing[1].Transparency = Thing[1].Transparency + Thing[3]
- else
- if Thing[2] == "Disappear" then
- Thing[1].Transparency = Thing[1].Transparency + Thing[3]
- end
- end
- end
- end
- end
- end
- end
- else
- Part.Parent = nil
- table.remove(Effects, e)
- end
- end
- end
- end
- end
- end
- end
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement