SHOW:
|
|
- or go back to the newest paste.
| 1 | wait(1) | |
| 2 | --------------------------- | |
| 3 | local MaxMana = 5000000 -- Max Mana You Can Get | |
| 4 | local Mana = 5000000 -- Mana You Start With | |
| 5 | local ManaGain = 100000 -- How Much Mana You Gain Per Second | |
| 6 | --------------------------- | |
| 7 | repeat game:GetService('RunService').Stepped:wait() until game:GetService('Players').LocalPlayer.Character
| |
| 8 | ----190470714 | |
| 9 | ---- | |
| 10 | sit = true | |
| 11 | cn = CFrame.new | |
| 12 | v3 = Vector3.new | |
| 13 | c3 = Color3.new | |
| 14 | bn = BrickColor.new | |
| 15 | ca2 = CFrame.Angles | |
| 16 | ca = function(x,y,z) return ca2(math.rad(x),math.rad(y),math.rad(z)) end | |
| 17 | ud2 = UDim2.new | |
| 18 | ---- | |
| 19 | ---- | |
| 20 | local Player = game:GetService('Players').LocalPlayer
| |
| 21 | local Char = Player.Character | |
| 22 | local Human = Char.Humanoid | |
| 23 | local Mouse = Player:GetMouse() | |
| 24 | ---- | |
| 25 | ---- | |
| 26 | Human.WalkSpeed = 0 | |
| 27 | print ('Loading...')
| |
| 28 | wait(0) | |
| 29 | ---- | |
| 30 | ---- | |
| 31 | local mananum=0 | |
| 32 | la = Char['Left Arm'] | |
| 33 | ra = Char['Right Arm'] | |
| 34 | ll = Char['Left Leg'] | |
| 35 | rl = Char['Right Leg'] | |
| 36 | tr = Char['Torso'] | |
| 37 | hd = Char['Head'] | |
| 38 | rp = Char['HumanoidRootPart'] | |
| 39 | ---- | |
| 40 | ---- | |
| 41 | ram = tr['Right Shoulder'] | |
| 42 | lam = tr['Left Shoulder'] | |
| 43 | llm = tr['Left Hip'] | |
| 44 | rlm = tr['Right Hip'] | |
| 45 | hm = tr['Neck'] | |
| 46 | rj = rp['RootJoint'] | |
| 47 | ---- | |
| 48 | ---- | |
| 49 | InputService = game:GetService('UserInputService')
| |
| 50 | RunService = game:GetService('RunService')
| |
| 51 | ---- | |
| 52 | ---- | |
| 53 | it=Instance.new | |
| 54 | Torso=Char.Torso | |
| 55 | local fengui=it("GuiMain")
| |
| 56 | fengui.Parent=Player.PlayerGui | |
| 57 | fengui.Name="WeaponGUI" | |
| 58 | local fenframe=it("Frame")
| |
| 59 | fenframe.Parent=fengui | |
| 60 | fenframe.BackgroundColor3=Color3.new(255,255,255) | |
| 61 | fenframe.BackgroundTransparency=1 | |
| 62 | fenframe.BorderColor3=Color3.new(17,17,17) | |
| 63 | fenframe.Size=UDim2.new(0.0500000007, 0, 0.100000001, 0) | |
| 64 | fenframe.Position=UDim2.new(0.4,0,0.1,0) | |
| 65 | local fenbarmana1=it("TextLabel")
| |
| 66 | fenbarmana1.Parent=fenframe | |
| 67 | fenbarmana1.Text=" " | |
| 68 | fenbarmana1.BackgroundTransparency=0 | |
| 69 | fenbarmana1.BackgroundColor3=Color3.new(0,0,0) | |
| 70 | fenbarmana1.SizeConstraint="RelativeXY" | |
| 71 | fenbarmana1.TextXAlignment="Center" | |
| 72 | fenbarmana1.TextYAlignment="Center" | |
| 73 | fenbarmana1.Position=UDim2.new(0,0,0,0) | |
| 74 | fenbarmana1.Size=UDim2.new(4,0,0.2,0) | |
| 75 | local fenbarmana2=it("TextLabel")
| |
| 76 | fenbarmana2.Parent=fenframe | |
| 77 | fenbarmana2.Text=" " | |
| 78 | fenbarmana2.BackgroundTransparency=0 | |
| 79 | fenbarmana2.BackgroundColor3=Torso.Color | |
| 80 | fenbarmana2.SizeConstraint="RelativeXY" | |
| 81 | fenbarmana2.TextXAlignment="Center" | |
| 82 | fenbarmana2.TextYAlignment="Center" | |
| 83 | fenbarmana2.Position=UDim2.new(0,0,0,0) | |
| 84 | fenbarmana2.Size=UDim2.new(4*Mana/MaxMana,0,0.2,0) | |
| 85 | local fenbarmana3=it("TextLabel")
| |
| 86 | fenbarmana3.Parent=fenframe | |
| 87 | fenbarmana3.Text=" " | |
| 88 | fenbarmana3.BackgroundTransparency=0 | |
| 89 | fenbarmana3.BackgroundColor3=Color3.new(Col1,Col2,Col3) | |
| 90 | fenbarmana3.SizeConstraint="RelativeXY" | |
| 91 | fenbarmana3.TextXAlignment="Center" | |
| 92 | fenbarmana3.TextYAlignment="Center" | |
| 93 | fenbarmana3.Position=UDim2.new(0,0,0,0) | |
| 94 | fenbarmana3.Size=UDim2.new(0,0,0.2,0) | |
| 95 | local fenbarmana4=it("TextLabel")
| |
| 96 | fenbarmana4.Parent=fenframe | |
| 97 | fenbarmana4.Text="Energy("..Mana..")"
| |
| 98 | fenbarmana4.BackgroundTransparency=1 | |
| 99 | fenbarmana4.BackgroundColor3=Color3.new(0,0,0) | |
| 100 | fenbarmana4.SizeConstraint="RelativeXY" | |
| 101 | fenbarmana4.TextXAlignment="Center" | |
| 102 | fenbarmana4.TextYAlignment="Center" | |
| 103 | fenbarmana4.Position=UDim2.new(0,0,-0.3,0) | |
| 104 | fenbarmana4.Size=UDim2.new(4,0,0.2,0) | |
| 105 | fenbarmana4.FontSize="Size9" | |
| 106 | fenbarmana4.TextStrokeTransparency=0 | |
| 107 | fenbarmana4.TextColor=BrickColor.new("White")
| |
| 108 | ||
| 109 | LastMade = nil | |
| 110 | ||
| 111 | xNew=function(Table) | |
| 112 | local Obj=Instance.new(Table[1]) | |
| 113 | for Ind,Val in pairs(Table) do | |
| 114 | if Ind~=1 and Ind~=2 then | |
| 115 | Obj[Ind] = Val | |
| 116 | end | |
| 117 | end | |
| 118 | Obj.Parent=Table[2] | |
| 119 | LastMade= Obj | |
| 120 | return Obj | |
| 121 | end | |
| 122 | ||
| 123 | xPart=function(tab) | |
| 124 | local v=Instance.new(tab.type or "Part") | |
| 125 | if tab.type~="CornerWedgePart" then v.formFactor="Custom" end | |
| 126 | v.CanCollide=false | |
| 127 | v.TopSurface=10 v.BottomSurface=10 v.RightSurface=10 v.LeftSurface=10 v.FrontSurface=10 v.BackSurface=10 | |
| 128 | v.Size=v3(tab[2],tab[3],tab[4]) | |
| 129 | if tab.co then v.BrickColor=bn(tab.co) end | |
| 130 | if tab.tr then v.Transparency=tab.tr end | |
| 131 | if tab.rf then v.Reflectance=tab.rf end | |
| 132 | if tab.cf then v.CFrame=tab.cf end | |
| 133 | if tab.an then v.Anchored=tab.an end | |
| 134 | if tab.mt then v.Material=tab.mt end | |
| 135 | if tab.ca then v.CanCollide=tab.ca end | |
| 136 | v.Parent=tab[1] | |
| 137 | LastMade= v | |
| 138 | return v | |
| 139 | end | |
| 140 | ||
| 141 | xWeld = function(a,b,between,type) | |
| 142 | local Weld = xNew{type or 'Weld',a,Part0 = a,Part1 = b, C0 = cn()}
| |
| 143 | if between then | |
| 144 | Weld.C1 = b.CFrame:inverse() * a.CFrame | |
| 145 | else | |
| 146 | Weld.C1 = cn() | |
| 147 | end | |
| 148 | return Weld | |
| 149 | end | |
| 150 | ||
| 151 | function xSound(id,parent,pitch) | |
| 152 | local s = xNew{'Sound', PlayOnRemove = true, SoundId = 'http://roblox.com/asset/?id='..id,Pitch = pitch}
| |
| 153 | s.Parent = parent | |
| 154 | s:Destroy() | |
| 155 | if id == 190470714 then | |
| 156 | s.Looped = true | |
| 157 | s.Name = "Music" | |
| 158 | end | |
| 159 | end | |
| 160 | ||
| 161 | ---- | |
| 162 | xSound(190470714,workspace,1.5) | |
| 163 | ---- | |
| 164 | do local function QuaternionFromCFrame(cf) local mx, my, mz, m00, m01, m02, m10, m11, m12, m20, m21, m22 = cf:components() local trace = m00 + m11 + m22 if trace > 0 then local s = math.sqrt(1 + trace) local recip = 0.5/s return (m21-m12)*recip, (m02-m20)*recip, (m10-m01)*recip, s*0.5 else local i = 0 if m11 > m00 then i = 1 end if m22 > (i == 0 and m00 or m11) then i = 2 end if i == 0 then local s = math.sqrt(m00-m11-m22+1) local recip = 0.5/s return 0.5*s, (m10+m01)*recip, (m20+m02)*recip, (m21-m12)*recip elseif i == 1 then local s = math.sqrt(m11-m22-m00+1) local recip = 0.5/s return (m01+m10)*recip, 0.5*s, (m21+m12)*recip, (m02-m20)*recip elseif i == 2 then local s = math.sqrt(m22-m00-m11+1) local recip = 0.5/s return (m02+m20)*recip, (m12+m21)*recip, 0.5*s, (m10-m01)*recip end end end local function QuaternionToCFrame(px, py, pz, x, y, z, w) local xs, ys, zs = x + x, y + y, z + z local wx, wy, wz = w*xs, w*ys, w*zs local xx = x*xs local xy = x*ys local xz = x*zs local yy = y*ys local yz = y*zs local zz = z*zs return CFrame.new(px, py, pz,1-(yy+zz), xy - wz, xz + wy,xy + wz, 1-(xx+zz), yz - wx, xz - wy, yz + wx, 1-(xx+yy)) end local function QuaternionSlerp(a, b, t) local cosTheta = a[1]*b[1] + a[2]*b[2] + a[3]*b[3] + a[4]*b[4] local startInterp, finishInterp; if cosTheta >= 0.0001 then if (1 - cosTheta) > 0.0001 then local theta = math.acos(cosTheta) local invSinTheta = 1/math.sin(theta) startInterp = math.sin((1-t)*theta)*invSinTheta finishInterp = math.sin(t*theta)*invSinTheta else startInterp = 1-t finishInterp = t end else if (1+cosTheta) > 0.0001 then local theta = math.acos(-cosTheta) local invSinTheta = 1/math.sin(theta) startInterp = math.sin((t-1)*theta)*invSinTheta finishInterp = math.sin(t*theta)*invSinTheta else startInterp = t-1 finishInterp = t end end return a[1]*startInterp + b[1]*finishInterp, a[2]*startInterp + b[2]*finishInterp, a[3]*startInterp + b[3]*finishInterp, a[4]*startInterp + b[4]*finishInterp end function clerp(a,b,t) local qa = {QuaternionFromCFrame(a)} local qb = {QuaternionFromCFrame(b)} local ax, ay, az = a.x, a.y, a.z local bx, by, bz = b.x, b.y, b.z local _t = 1-t return QuaternionToCFrame(_t*ax + t*bx, _t*ay + t*by, _t*az + t*bz,QuaternionSlerp(qa, qb, t)) end end
| |
| 165 | function xlerp(weld,to,tim) | |
| 166 | if weld.C1 ~= to then | |
| 167 | --weld.C1 = clerp(weld.C1,to,tim) | |
| 168 | weld.C1 = weld.C1:lerp(to,tim) | |
| 169 | end | |
| 170 | end | |
| 171 | function lerp(a,b,c)return a+(b-a)*c end | |
| 172 | ---- | |
| 173 | ---- | |
| 174 | if Char:findFirstChild("Health") then
| |
| 175 | Char.Health:Destroy() | |
| 176 | end | |
| 177 | wait(0) | |
| 178 | ---- | |
| 179 | --hd.Mesh.Scale = Vector3.new(hd.Mesh.Scale.X * 3,hd.Mesh.Scale.Y * 3,hd.Mesh.Scale.Z * 3) | |
| 180 | ra.Size = ra.Size * 3 | |
| 181 | la.Size = la.Size * 3 | |
| 182 | ll.Size = ll.Size * 3 | |
| 183 | rl.Size = rl.Size * 3 | |
| 184 | tr.Size = tr.Size * 3 | |
| 185 | hd.Size = hd.Size * 3 | |
| 186 | rp.Size = rp.Size * 3 | |
| 187 | -- | |
| 188 | local tw = xWeld(rp,tr) | |
| 189 | tw.C1 = cn(0,0,0) | |
| 190 | local law = xWeld(tr,la) | |
| 191 | law.C0 = cn(-4.5,.5,0) | |
| 192 | law.C1 = cn(0,.5,0) | |
| 193 | local raw = xWeld(tr,ra) | |
| 194 | raw.C0 = cn(4.5,.5,0) | |
| 195 | raw.C1 = cn(0,.5,0) | |
| 196 | local llw = xWeld(tr,ll) | |
| 197 | llw.C0 = cn(-1.5,-5,0) | |
| 198 | llw.C1 = cn(0,1,0) | |
| 199 | local rlw = xWeld(tr,rl) | |
| 200 | rlw.C0 = cn(1.5,-5,0) | |
| 201 | rlw.C1 = cn(0,1,0) | |
| 202 | local hw = xWeld(tr,hd) | |
| 203 | hw.C1 = cn(0,-4.5,0) | |
| 204 | ras = raw.C1 | |
| 205 | las = law.C1 | |
| 206 | lls = llw.C1 | |
| 207 | rls = rlw.C1 | |
| 208 | ts = tw.C1 | |
| 209 | hs = hw.C1 | |
| 210 | ----- | |
| 211 | for _,Part in pairs(Char:GetChildren()) do | |
| 212 | if Part:IsA('BasePart') then
| |
| 213 | Part.CustomPhysicalProperties = PhysicalProperties.new(0, .3, .5) | |
| 214 | end | |
| 215 | end | |
| 216 | -------------------------------------------------------- | |
| 217 | -------------------------------------------------------- | |
| 218 | -----------------------CONSTANTS------------------------ | |
| 219 | -------------------------------------------------------- | |
| 220 | -------------------------------------------------------- | |
| 221 | REGEN_SPEED = 5 | |
| 222 | WEAPON_NAME = 'Grandark' | |
| 223 | ---------------------------------------------------- | |
| 224 | ---------------------------------------------------- | |
| 225 | -----------------------MODEL------------------------ | |
| 226 | ---------------------------------------------------- | |
| 227 | ---------------------------------------------------- | |
| 228 | local Handle | |
| 229 | local Blade | |
| 230 | local haw | |
| 231 | Pack = Instance.new('Model', Char)
| |
| 232 | Pack.Name = WEAPON_NAME | |
| 233 | do | |
| 234 | Handle = xPart{Pack,0.54285717, 4.96428585, 1.02857149} Handle.BrickColor = BrickColor.new('Really black') Handle.Material = Enum.Material.Plastic; haw = xWeld(ra,Handle); LastMade.C1 = ca(90,0,180)*cn(0,3,0) LastMade.C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
| |
| 235 | xNew{'BlockMesh',Handle,Scale = v3(1, 1, 1), Offset = v3(0, 0, 0)}
| |
| 236 | local Part = xPart{Pack,0.285714328, 0.949999154, 1.8714298} Part.BrickColor = BrickColor.new('Really black') Handle.Material = Enum.Material.Plastic xWeld(Handle,Part) LastMade.C1 = CFrame.new(0, -3.22142696, 1.4642868, -1, 0, -5.96046377e-008, 0, 1, 0, 5.96046377e-008, 0, -1) LastMade.C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
| |
| 237 | xNew{'SpecialMesh',Part,MeshType = Enum.MeshType.Wedge, MeshId = '', TextureId = '', Scale = v3(1, 1, 1), Offset = v3(0, 0, 0)}
| |
| 238 | local Part = xPart{Pack,0.521428645, 0.1, 4.92857265} Part.BrickColor = BrickColor.new('Really black') Handle.Material = Enum.Material.Plastic xWeld(Handle,Part) LastMade.C1 = CFrame.new(0, -2.59285641, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) LastMade.C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
| |
| 239 | xNew{'BlockMesh',Part,Scale = v3(1, 1, 1), Offset = v3(0, 0, 0)}
| |
| 240 | local Part = xPart{Pack,0.864285767, 0.221428677, 5.65714407} Part.BrickColor = BrickColor.new('Really black') Handle.Material = Enum.Material.Plastic xWeld(Handle,Part) LastMade.C1 = CFrame.new(0, -2.57142735, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) LastMade.C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
| |
| 241 | xNew{'BlockMesh',Part,Scale = v3(1, 1, 1), Offset = v3(0, 0, 0)}
| |
| 242 | local Part = xPart{Pack,0.54285717, 1.01428556, 1.02857149} Part.BrickColor = BrickColor.new('Really black') Handle.Material = Enum.Material.Plastic xWeld(Handle,Part) LastMade.C1 = CFrame.new(0, -1.4428587, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) LastMade.C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
| |
| 243 | xNew{'SpecialMesh',Part,MeshType = Enum.MeshType.FileMesh, MeshId = 'http://www.roblox.com/Asset/?id=9756362', TextureId = '', Scale = v3(0.714285731, 1.42857146, 0.714285731), Offset = v3(0, 0, 0)}
| |
| 244 | local Part = xPart{Pack,0.54285717, 0.657142878, 1.02857149} Part.BrickColor = BrickColor.new('Really black') Handle.Material = Enum.Material.Plastic xWeld(Handle,Part) LastMade.C1 = CFrame.new(0, 2.81071377, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) LastMade.C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
| |
| 245 | xNew{'BlockMesh',Part,Scale = v3(1, 1, 1), Offset = v3(0, 0, 0)}
| |
| 246 | local Part = xPart{Pack,0.54285717, 0.657142937, 1.02857149} Part.BrickColor = BrickColor.new('Really black') Handle.Material = Enum.Material.Plastic xWeld(Handle,Part) LastMade.C1 = CFrame.new(0, 2.81071377, 1.02857018, 1, 0, 0, 0, 1, 0, 0, 0, 1) LastMade.C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
| |
| 247 | xNew{'SpecialMesh',Part,MeshType = Enum.MeshType.Wedge, MeshId = '', TextureId = '', Scale = v3(1, 1, 1), Offset = v3(0, 0, 0)}
| |
| 248 | local Part = xPart{Pack,0.54285717, 0.657142937, 1.02857149} Part.BrickColor = BrickColor.new('Really black') Handle.Material = Enum.Material.Plastic xWeld(Handle,Part) LastMade.C1 = CFrame.new(0, 2.81071377, 1.02857208, -1, 0, 8.74227695e-008, 0, 1, 0, -8.74227695e-008, 0, -1) LastMade.C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
| |
| 249 | xNew{'SpecialMesh',Part,MeshType = Enum.MeshType.Wedge, MeshId = '', TextureId = '', Scale = v3(1, 1, 1), Offset = v3(0, 0, 0)}
| |
| 250 | local Part = xPart{Pack,0.54285717, 1.11428583, 0.371428579} Part.BrickColor = BrickColor.new('Really black') Handle.Material = Enum.Material.Plastic xWeld(Handle,Part) LastMade.C1 = CFrame.new(0, 2.23928523, 0.699998856, 1, -8.74227695e-008, 8.74227837e-008, 8.74227766e-008, 1, -8.74227695e-008, -8.74227766e-008, 8.74227766e-008, 1) LastMade.C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
| |
| 251 | xNew{'SpecialMesh',Part,MeshType = Enum.MeshType.Wedge, MeshId = '', TextureId = '', Scale = v3(1, 1, 1), Offset = v3(0, 0, 0)}
| |
| 252 | local Part = xPart{Pack,0.54285717, 1.11428583, 0.371428579} Part.BrickColor = BrickColor.new('Really black') Handle.Material = Enum.Material.Plastic xWeld(Handle,Part) LastMade.C1 = CFrame.new(0, 2.23928547, 0.700000763, -1, 8.74227695e-008, 8.74227837e-008, 8.74227766e-008, 1, 8.74227695e-008, -8.74227695e-008, 8.74227766e-008, -1) LastMade.C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
| |
| 253 | xNew{'SpecialMesh',Part,MeshType = Enum.MeshType.Wedge, MeshId = '', TextureId = '', Scale = v3(1, 1, 1), Offset = v3(0, 0, 0)}
| |
| 254 | local Part = xPart{Pack,0.342857182, 0.585714281, 0.514285684} Part.BrickColor = BrickColor.new('Really black') Handle.Material = Enum.Material.Plastic xWeld(Handle,Part) LastMade.C1 = CFrame.new(2.91071415, 0, 0.257143021, -5.96046377e-008, 1, 1.49781926e-007, -1, -5.96046306e-008, -3.92309403e-008, -3.92309296e-008, -1.49781926e-007, 1) LastMade.C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
| |
| 255 | xNew{'CylinderMesh',Part,Scale = v3(1, 1, 1), Offset = v3(0, 0, 0)}
| |
| 256 | local Part = xPart{Pack,0.342857182, 0.585714281, 0.514285684} Part.BrickColor = BrickColor.new('Really black') Handle.Material = Enum.Material.Plastic xWeld(Handle,Part) LastMade.C1 = CFrame.new(2.91071415, 0, -0.257143021, -5.96046377e-008, 1, 1.49781926e-007, -1, -5.96046306e-008, -3.92309403e-008, -3.92309296e-008, -1.49781926e-007, 1) LastMade.C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
| |
| 257 | xNew{'CylinderMesh',Part,Scale = v3(1, 1, 1), Offset = v3(0, 0, 0)}
| |
| 258 | local Part = xPart{Pack,0.564285755, 0.257142901, 0.514285743} Part.BrickColor = BrickColor.new('Really black') Handle.Material = Enum.Material.Plastic xWeld(Handle,Part) LastMade.C1 = CFrame.new(0, 2.35357094, 0.257143021, -1, 8.74227695e-008, 8.74227837e-008, 8.74227766e-008, 1, 8.74227695e-008, -8.74227695e-008, 8.74227766e-008, -1) LastMade.C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
| |
| 259 | xNew{'SpecialMesh',Part,MeshType = Enum.MeshType.Wedge, MeshId = '', TextureId = '', Scale = v3(1, 1, 1), Offset = v3(0, 0, 0)}
| |
| 260 | local Part = xPart{Pack,0.564285755, 0.257142901, 0.514285743} Part.BrickColor = BrickColor.new('Really black') Handle.Material = Enum.Material.Plastic xWeld(Handle,Part) LastMade.C1 = CFrame.new(0, 2.35357118, 0.257141113, 1, 3.51124925e-008, -2.6822093e-007, -3.51123965e-008, 1, 3.53819075e-007, 2.6822093e-007, -3.53819075e-007, 1) LastMade.C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
| |
| 261 | xNew{'SpecialMesh',Part,MeshType = Enum.MeshType.Wedge, MeshId = '', TextureId = '', Scale = v3(1, 1, 1), Offset = v3(0, 0, 0)}
| |
| 262 | local Part = xPart{Pack,0.564285755, 1.73571444, 0.200000003} Part.BrickColor = BrickColor.new('Really black') Handle.Material = Enum.Material.Plastic xWeld(Handle,Part) LastMade.C1 = CFrame.new(0, 1.50000012, 0.0714263916, 1, 3.51124925e-008, -2.6822093e-007, -3.51123965e-008, 1, 3.53819075e-007, 2.6822093e-007, -3.53819075e-007, 1) LastMade.C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
| |
| 263 | xNew{'SpecialMesh',Part,MeshType = Enum.MeshType.Wedge, MeshId = '', TextureId = '', Scale = v3(1, 1, 0.714285672), Offset = v3(0, 0, 0)}
| |
| 264 | local Part = xPart{Pack,0.564285755, 1.73571444, 0.200000003} Part.BrickColor = BrickColor.new('Really black') Handle.Material = Enum.Material.Plastic xWeld(Handle,Part) LastMade.C1 = CFrame.new(0, 1.49999988, 0.0714321136, -1, 6.27284535e-008, 3.87430191e-007, 6.27285388e-008, 1, 2.26830267e-007, -3.87430163e-007, 2.26830295e-007, -1) LastMade.C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
| |
| 265 | xNew{'SpecialMesh',Part,MeshType = Enum.MeshType.Wedge, MeshId = '', TextureId = '', Scale = v3(1, 1, 0.714285672), Offset = v3(0, 0, 0)}
| |
| 266 | local Part = xPart{Pack,0.54285717, 0.657142937, 1.02857149} Part.BrickColor = BrickColor.new('Really black') Handle.Material = Enum.Material.Plastic xWeld(Handle,Part) LastMade.C1 = CFrame.new(0, 2.81071377, 1.02857208, -1, 0, 8.74227695e-008, 0, 1, 0, -8.74227695e-008, 0, -1) LastMade.C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
| |
| 267 | xNew{'SpecialMesh',Part,MeshType = Enum.MeshType.Wedge, MeshId = '', TextureId = '', Scale = v3(1, 1, 1), Offset = v3(0, 0, 0)}
| |
| 268 | local Part = xPart{Pack,0.864285767, 0.657142937, 1.02857149} Part.BrickColor = BrickColor.new('Really black') Handle.Material = Enum.Material.Plastic xWeld(Handle,Part) LastMade.C1 = CFrame.new(0, 2.48571396, -1.96071529, 1, -4.47536763e-009, -5.65906291e-008, -5.65906291e-008, -1.58996982e-023, -1, 4.47536763e-009, 1, -2.53263884e-016) LastMade.C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
| |
| 269 | xNew{'SpecialMesh',Part,MeshType = Enum.MeshType.Wedge, MeshId = '', TextureId = '', Scale = v3(1, 1, 1), Offset = v3(0, 0, 0)}
| |
| 270 | local Part = xPart{Pack,0.864285767, 0.657142937, 1.02857149} Part.BrickColor = BrickColor.new('Really black') Handle.Material = Enum.Material.Plastic xWeld(Handle,Part) LastMade.C1 = CFrame.new(0, 2.48571205, -1.96071529, -1, -1.90377425e-009, 5.96046377e-008, 5.96046377e-008, 6.53269716e-010, 1, -1.90377425e-009, 1, -6.53269605e-010) LastMade.C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
| |
| 271 | xNew{'SpecialMesh',Part,MeshType = Enum.MeshType.Wedge, MeshId = '', TextureId = '', Scale = v3(1, 1, 1), Offset = v3(0, 0, 0)}
| |
| 272 | Blade = xPart{Pack,0.285714328, 12.2071428, 2.38571548} Blade.BrickColor = BrickColor.new('Really black') Handle.Material = Enum.Material.Plastic xWeld(Handle,Blade) LastMade.C1 = CFrame.new(0, -8.56428432, 0.649999619, 1, 0, 0, 0, 1, 0, 0, 0, 1) LastMade.C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
| |
| 273 | xNew{'BlockMesh',Blade,Scale = v3(1, 1, 1), Offset = v3(0, 0, 0)}
| |
| 274 | local Part = xPart{Pack,0.285714328, 0.949999154, 1.8714298} Part.BrickColor = BrickColor.new('Really black') Handle.Material = Enum.Material.Plastic xWeld(Handle,Part) LastMade.C1 = CFrame.new(0, -4.22142696, 1.4642868, -1, 0, -5.96046377e-008, 0, 1, 0, 5.96046377e-008, 0, -1) LastMade.C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
| |
| 275 | xNew{'SpecialMesh',Part,MeshType = Enum.MeshType.Wedge, MeshId = '', TextureId = '', Scale = v3(1, 1, 1), Offset = v3(0, 0, 0)}
| |
| 276 | local Part = xPart{Pack,0.285714328, 0.949999154, 1.8714298} Part.BrickColor = BrickColor.new('Really black') Handle.Material = Enum.Material.Plastic xWeld(Handle,Part) LastMade.C1 = CFrame.new(0, -5.22142696, 1.4642868, -1, 0, -5.96046377e-008, 0, 1, 0, 5.96046377e-008, 0, -1) LastMade.C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
| |
| 277 | xNew{'SpecialMesh',Part,MeshType = Enum.MeshType.Wedge, MeshId = '', TextureId = '', Scale = v3(1, 1, 1), Offset = v3(0, 0, 0)}
| |
| 278 | local Part = xPart{Pack,0.285714328, 0.949999154, 1.8714298} Part.BrickColor = BrickColor.new('Really black') Handle.Material = Enum.Material.Plastic xWeld(Handle,Part) LastMade.C1 = CFrame.new(0, -6.22142696, 1.4642868, -1, 0, -5.96046377e-008, 0, 1, 0, 5.96046377e-008, 0, -1) LastMade.C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
| |
| 279 | xNew{'SpecialMesh',Part,MeshType = Enum.MeshType.Wedge, MeshId = '', TextureId = '', Scale = v3(1, 1, 1), Offset = v3(0, 0, 0)}
| |
| 280 | local Part = xPart{Pack,0.285714328, 0.949999154, 1.8714298} Part.BrickColor = BrickColor.new('Really black') Handle.Material = Enum.Material.Plastic xWeld(Handle,Part) LastMade.C1 = CFrame.new(0, -7.22142696, 1.4642868, -1, 0, -5.96046377e-008, 0, 1, 0, 5.96046377e-008, 0, -1) LastMade.C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
| |
| 281 | xNew{'SpecialMesh',Part,MeshType = Enum.MeshType.Wedge, MeshId = '', TextureId = '', Scale = v3(1, 1, 1), Offset = v3(0, 0, 0)}
| |
| 282 | local Part = xPart{Pack,0.285714328, 0.949999154, 1.8714298} Part.BrickColor = BrickColor.new('Really black') Handle.Material = Enum.Material.Plastic xWeld(Handle,Part) LastMade.C1 = CFrame.new(0, -11.221427, 1.4642868, -1, 0, -5.96046377e-008, 0, 1, 0, 5.96046377e-008, 0, -1) LastMade.C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
| |
| 283 | xNew{'SpecialMesh',Part,MeshType = Enum.MeshType.Wedge, MeshId = '', TextureId = '', Scale = v3(1, 1, 1), Offset = v3(0, 0, 0)}
| |
| 284 | local Part = xPart{Pack,0.285714328, 0.949999154, 1.8714298} Part.BrickColor = BrickColor.new('Really black') Handle.Material = Enum.Material.Plastic xWeld(Handle,Part) LastMade.C1 = CFrame.new(0, -8.22142696, 1.4642868, -1, 0, -5.96046377e-008, 0, 1, 0, 5.96046377e-008, 0, -1) LastMade.C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
| |
| 285 | xNew{'SpecialMesh',Part,MeshType = Enum.MeshType.Wedge, MeshId = '', TextureId = '', Scale = v3(1, 1, 1), Offset = v3(0, 0, 0)}
| |
| 286 | local Part = xPart{Pack,0.285714328, 0.949999154, 1.8714298} Part.BrickColor = BrickColor.new('Really black') Handle.Material = Enum.Material.Plastic xWeld(Handle,Part) LastMade.C1 = CFrame.new(0, -9.22142696, 1.4642868, -1, 0, -5.96046377e-008, 0, 1, 0, 5.96046377e-008, 0, -1) LastMade.C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
| |
| 287 | xNew{'SpecialMesh',Part,MeshType = Enum.MeshType.Wedge, MeshId = '', TextureId = '', Scale = v3(1, 1, 1), Offset = v3(0, 0, 0)}
| |
| 288 | local Part = xPart{Pack,0.285714328, 0.949999154, 1.8714298} Part.BrickColor = BrickColor.new('Really black') Handle.Material = Enum.Material.Plastic xWeld(Handle,Part) LastMade.C1 = CFrame.new(0, -10.221427, 1.4642868, -1, 0, -5.96046377e-008, 0, 1, 0, 5.96046377e-008, 0, -1) LastMade.C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
| |
| 289 | xNew{'SpecialMesh',Part,MeshType = Enum.MeshType.Wedge, MeshId = '', TextureId = '', Scale = v3(1, 1, 1), Offset = v3(0, 0, 0)}
| |
| 290 | local Part = xPart{Pack,0.285714328, 0.949999154, 1.8714298} Part.BrickColor = BrickColor.new('Really black') Handle.Material = Enum.Material.Plastic xWeld(Handle,Part) LastMade.C1 = CFrame.new(0, -12.221427, 1.4642868, -1, 0, -5.96046377e-008, 0, 1, 0, 5.96046377e-008, 0, -1) LastMade.C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
| |
| 291 | xNew{'SpecialMesh',Part,MeshType = Enum.MeshType.Wedge, MeshId = '', TextureId = '', Scale = v3(1, 1, 1), Offset = v3(0, 0, 0)}
| |
| 292 | local Part = xPart{Pack,0.285714328, 0.949999154, 1.8714298} Part.BrickColor = BrickColor.new('Really black') Handle.Material = Enum.Material.Plastic xWeld(Handle,Part) LastMade.C1 = CFrame.new(0, -13.2214279, 1.4642868, -1, 0, -5.96046377e-008, 0, 1, 0, 5.96046377e-008, 0, -1) LastMade.C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
| |
| 293 | xNew{'SpecialMesh',Part,MeshType = Enum.MeshType.Wedge, MeshId = '', TextureId = '', Scale = v3(1, 1, 1), Offset = v3(0, 0, 0)}
| |
| 294 | local Part = xPart{Pack,0.285714328, 0.949999154, 2.01428699} Part.BrickColor = BrickColor.new('Really black') Handle.Material = Enum.Material.Plastic xWeld(Handle,Part) LastMade.C1 = CFrame.new(0, 14.1928558, 1.5357151, 1, 1.06776947e-016, 2.85758261e-009, 1.39271539e-016, -1, -1.13713643e-008, 2.85758261e-009, 1.13713643e-008, -1) LastMade.C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
| |
| 295 | xNew{'SpecialMesh',Part,MeshType = Enum.MeshType.Wedge, MeshId = '', TextureId = '', Scale = v3(1, 1, 1), Offset = v3(0, 0, 0)}
| |
| 296 | local Part = xPart{Pack,0.285714328, 0.949999154, 1.15714407} Part.BrickColor = BrickColor.new('Really black') Handle.Material = Enum.Material.Plastic xWeld(Handle,Part) LastMade.C1 = CFrame.new(0, 14.1928558, 2.3214283, -1, 2.33221598e-009, 0, -2.33221553e-009, -1, -4.92687668e-010, 0, -4.92687668e-010, 1) LastMade.C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
| |
| 297 | xNew{'SpecialMesh',Part,MeshType = Enum.MeshType.Wedge, MeshId = '', TextureId = '', Scale = v3(1, 1, 1), Offset = v3(0, 0, 0)}
| |
| 298 | end | |
| 299 | has = haw.C1 | |
| 300 | ||
| 301 | for _,v in pairs(Pack:GetChildren()) do | |
| 302 | v.CustomPhysicalProperties = PhysicalProperties.new(0, 0, 0) | |
| 303 | end | |
| 304 | -------------------------------------------------------- | |
| 305 | -------------------------------------------------------- | |
| 306 | -----------------------VARIABLES------------------------ | |
| 307 | -------------------------------------------------------- | |
| 308 | -------------------------------------------------------- | |
| 309 | State = 'Idle' | |
| 310 | FallTime = 0 | |
| 311 | Walk = 0 | |
| 312 | WalkReverse = false | |
| 313 | StompDB = false | |
| 314 | JumpDB = false | |
| 315 | -- | |
| 316 | function NewHitbox(Radius,Position) | |
| 317 | local Returning = {}
| |
| 318 | for _,v in pairs(workspace:GetChildren()) do | |
| 319 | if v~=Char and v:FindFirstChild('Humanoid') and v:FindFirstChild('Torso') then
| |
| 320 | local Mag = (v.Torso.Position - Position).magnitude | |
| 321 | if Mag < Radius then | |
| 322 | table.insert(Returning,v) | |
| 323 | end | |
| 324 | end | |
| 325 | end | |
| 326 | return Returning | |
| 327 | end | |
| 328 | -- | |
| 329 | function UpdateState() | |
| 330 | if (rp.Velocity*v3(1, 0, 1)).magnitude > 5 then | |
| 331 | if State == 'Idle' then State = 'Walking' end | |
| 332 | else | |
| 333 | if State == 'Walking' then State = 'Idle'; end | |
| 334 | end | |
| 335 | if WalkReverse then | |
| 336 | Walk = Walk - .5 | |
| 337 | else | |
| 338 | Walk = Walk + .5 | |
| 339 | end | |
| 340 | if Walk >= 10 then | |
| 341 | WalkReverse = true | |
| 342 | elseif Walk <= -10 then | |
| 343 | WalkReverse = false | |
| 344 | end | |
| 345 | end | |
| 346 | -- | |
| 347 | function JumpExplode() | |
| 348 | local Hit = NewHitbox(35,Char.Torso.Position) | |
| 349 | for _,v in pairs(Hit) do | |
| 350 | v.Humanoid.MaxHealth = 100 | |
| 351 | v.Humanoid.Health = v.Humanoid.Health - 1000000000 | |
| 352 | if sit then | |
| 353 | v.Humanoid.Sit = true | |
| 354 | end | |
| 355 | end | |
| 356 | xSound('2233908',tr,1)
| |
| 357 | coroutine.wrap(function() | |
| 358 | local Explosion = xNew{'Part',Char,Anchored = true,CanCollide = false,FormFactor = 'Custom',BrickColor = bn('Earth green')}
| |
| 359 | local Mesh = xNew{'SpecialMesh', Explosion,MeshType = 'FileMesh', MeshId = 'http://www.roblox.com/asset/?id=20329976'}
| |
| 360 | Explosion.CFrame = Char.Torso.CFrame * cn(0,-20,0) | |
| 361 | Mesh.Scale = v3(1,7,1) | |
| 362 | repeat | |
| 363 | Mesh.Scale = Mesh.Scale + v3(1,0,1) | |
| 364 | Explosion.Transparency = Explosion.Transparency + .025 | |
| 365 | wait() | |
| 366 | until Explosion.Transparency >= 1 | |
| 367 | Explosion:Destroy() | |
| 368 | end)() | |
| 369 | end | |
| 370 | -- | |
| 371 | function Stomp() | |
| 372 | if State == 'Walking' or State == 'Idle' then | |
| 373 | if StompDB == false then | |
| 374 | StompDB = true | |
| 375 | State = 'Attacking' | |
| 376 | Human.WalkSpeed = 0 | |
| 377 | -- | |
| 378 | xSound('138186576',Char.Head,1)
| |
| 379 | for _=0,1,.05 do | |
| 380 | xlerp(tw,ts,.2) | |
| 381 | xlerp(hw,hs*ca(40,0,0)*cn(0,-1,-1.5),.2) | |
| 382 | xlerp(rlw,rls*ca(20,0,0),.2) | |
| 383 | xlerp(llw,lls*cn(0,-2,1.25),.2) | |
| 384 | xlerp(raw,ras*ca(20,0,-20)*cn(-.5,-.5,0),.2) | |
| 385 | xlerp(law,las*ca(20,0,0),.2) | |
| 386 | wait() | |
| 387 | end | |
| 388 | coroutine.wrap(function() | |
| 389 | local Explosion = xNew{'Part',Char,Anchored = true,CanCollide = false,FormFactor = 'Custom',BrickColor = bn('Earth green')}
| |
| 390 | local Mesh = xNew{'SpecialMesh', Explosion,MeshType = 'FileMesh', MeshId = 'http://www.roblox.com/asset/?id=3270017'}
| |
| 391 | Explosion.CFrame = rp.CFrame * cn(0,-7,0)*ca(90,0,0) | |
| 392 | Mesh.Scale = v3(5,5,10) | |
| 393 | repeat | |
| 394 | Mesh.Scale = Mesh.Scale + v3(2,2,.5) | |
| 395 | Explosion.Transparency = Explosion.Transparency + .01 | |
| 396 | wait() | |
| 397 | until Explosion.Transparency >= 1 | |
| 398 | Explosion:Destroy() | |
| 399 | end)() | |
| 400 | coroutine.wrap(function() | |
| 401 | local Already = {}
| |
| 402 | for i=1,50,2 do | |
| 403 | wait(.1) | |
| 404 | local Hit = NewHitbox(i*2,Char.Torso.Position) | |
| 405 | for _,v in pairs(Hit) do | |
| 406 | if not Already[v] then | |
| 407 | v.Humanoid.MaxHealth = 100 | |
| 408 | v.Humanoid.Health = v.Humanoid.Health - 300000000000 | |
| 409 | if sit then | |
| 410 | v.Humanoid.Sit = true | |
| 411 | end | |
| 412 | Already[v] = true | |
| 413 | end | |
| 414 | end | |
| 415 | end | |
| 416 | end)() | |
| 417 | --attack | |
| 418 | for _=0,1,.05 do | |
| 419 | xlerp(tw,ts,.3) | |
| 420 | xlerp(hw,hs*ca(40,0,0)*cn(0,-1,-1.5),.3) | |
| 421 | xlerp(rlw,rls*ca(20,0,0),.3) | |
| 422 | xlerp(llw,lls*cn(0,0,1.25),.3) | |
| 423 | xlerp(raw,ras*ca(20,0,-20)*cn(-.5,-.5,0),.3) | |
| 424 | xlerp(law,las*ca(20,0,0),.3) | |
| 425 | wait() | |
| 426 | end | |
| 427 | State = 'Idle' | |
| 428 | Human.WalkSpeed = 50 | |
| 429 | coroutine.wrap(function() | |
| 430 | wait(0) | |
| 431 | StompDB = false | |
| 432 | end)() | |
| 433 | end | |
| 434 | end | |
| 435 | end | |
| 436 | -- | |
| 437 | function Charge() | |
| 438 | if State == 'Walking' or State == 'Idle' then | |
| 439 | State = 'Charge' | |
| 440 | for _, controller in pairs(game:GetService("ControllerService"):GetChildren()) do
| |
| 441 | controller.Parent = workspace | |
| 442 | end | |
| 443 | local function Exp() | |
| 444 | local Explosion = xNew{'Part',Char,Anchored = true,CanCollide = false,FormFactor = 'Custom',BrickColor = bn('White')}
| |
| 445 | local Mesh = xNew{'SpecialMesh', Explosion,MeshType = 'FileMesh', MeshId = 'http://www.roblox.com/asset/?id=20329976'}
| |
| 446 | Explosion.CFrame = rp.CFrame * cn(0,0,-15)*ca(70,0,0) | |
| 447 | Mesh.Scale = v3(1,6,1) | |
| 448 | repeat | |
| 449 | Char.Head.Velocity=Char.Head.CFrame.lookVector*100 | |
| 450 | Mesh.Scale = Mesh.Scale + v3(1,.5,1) | |
| 451 | Explosion.Transparency = Explosion.Transparency + .05 | |
| 452 | wait() | |
| 453 | until Explosion.Transparency >= 1 | |
| 454 | Explosion:Destroy() | |
| 455 | end | |
| 456 | coroutine.wrap(function() | |
| 457 | wait(0) | |
| 458 | Human.WalkSpeed = 80 | |
| 459 | Char.Head.Velocity=Char.Head.CFrame.lookVector*200 | |
| 460 | for _=1, 10 do | |
| 461 | coroutine.wrap(Exp)() | |
| 462 | local Hit = NewHitbox(10,Char.Torso.Position) | |
| 463 | for _,v in pairs(Hit) do | |
| 464 | v.Humanoid.MaxHealth = 100 | |
| 465 | v.Humanoid.Health = v.Humanoid.Health - 100000000000 | |
| 466 | end | |
| 467 | wait(0) | |
| 468 | xSound('10730819',tr,.8)
| |
| 469 | Char.Head.Velocity=Char.Head.CFrame.lookVector*100 | |
| 470 | end | |
| 471 | Human.WalkSpeed = 50 | |
| 472 | State = 'Idle' | |
| 473 | end)() | |
| 474 | -- | |
| 475 | for _=0,1,.05 do | |
| 476 | Char.Head.Velocity=Char.Head.CFrame.lookVector*100 | |
| 477 | xlerp(tw,ts*ca(0,-90,0),.4) | |
| 478 | xlerp(hw,hs*ca(0,90,0),.4) | |
| 479 | xlerp(raw,ras*ca(-90,0,-90)*cn(0,-1,0),.4) | |
| 480 | xlerp(law,las*ca(0,0,40)*cn(1,-.5,0),.4) | |
| 481 | xlerp(rlw,rls*ca(0,0,10)*cn(1,0,0),.4) | |
| 482 | xlerp(llw,lls*ca(0,0,10)*cn(1,0,0),.4) | |
| 483 | wait() | |
| 484 | end | |
| 485 | -- | |
| 486 | end | |
| 487 | end | |
| 488 | function Combo() | |
| 489 | if State == 'Idle' or State == 'Walking' then | |
| 490 | State = 'Attacking' | |
| 491 | Human.WalkSpeed = 3 | |
| 492 | for _=0,1,.2 do | |
| 493 | xlerp(tw,ts*ca(0,20,0),.4) | |
| 494 | xlerp(hw,hs*ca(0,30,0),.4) | |
| 495 | xlerp(raw,ras*ca(0,180,-90)*cn(-1,-1,0),.4) | |
| 496 | xlerp(law,las*ca(0,0,40)*cn(1,-.5,0),.4) | |
| 497 | xlerp(rlw,rls*ca(20,0,0)*cn(0,0,-1),.4) | |
| 498 | xlerp(llw,lls*cn(0,0,1.25),.4) | |
| 499 | wait() | |
| 500 | end | |
| 501 | local Already = {}
| |
| 502 | xSound('231731980',tr,1.3)
| |
| 503 | for _=0,1,.1 do | |
| 504 | xlerp(tw,ts*ca(0,-30,0),.4) | |
| 505 | xlerp(hw,hs*ca(0,-50,0),.4) | |
| 506 | xlerp(raw,ras*ca(160,180,-130)*cn(2,-1,1),.4) | |
| 507 | xlerp(law,las*ca(0,0,40)*cn(1,-.5,0),.4) | |
| 508 | xlerp(rlw,rls*ca(20,0,0)*cn(0,0,-1),.4) | |
| 509 | xlerp(llw,lls*cn(0,0,1.25),.4) | |
| 510 | xlerp(haw,has*ca(40,0,0),.4) | |
| 511 | wait() | |
| 512 | local Hit = NewHitbox(15,(Blade.CFrame).p) | |
| 513 | for _,v in pairs(Hit) do | |
| 514 | if not Already[v] then | |
| 515 | v.Humanoid.MaxHealth = 100 | |
| 516 | v.Humanoid.Health = v.Humanoid.Health - 300000000000 | |
| 517 | Already[v] = true | |
| 518 | end | |
| 519 | end | |
| 520 | end | |
| 521 | ----Combo2 | |
| 522 | for _=0,1,.2 do | |
| 523 | xlerp(tw,ts*ca(0,-35,0),.4) | |
| 524 | xlerp(haw,has,.4) | |
| 525 | xlerp(hw,hs*ca(0,-30,0),.4) | |
| 526 | xlerp(raw,ras*ca(-120,0,-70)*cn(1,-1,0),.4) | |
| 527 | xlerp(law,las*ca(0,0,40)*cn(1,-.5,0),.4) | |
| 528 | xlerp(rlw,rls*ca(20,0,0)*cn(0,0,-1),.4) | |
| 529 | xlerp(llw,lls*cn(0,0,1.25),.4) | |
| 530 | wait() | |
| 531 | end | |
| 532 | xSound('231731980',tr,1)
| |
| 533 | local Already = {}
| |
| 534 | for _=0,1,.1 do | |
| 535 | xlerp(tw,ts*ca(0,20,0),.4) | |
| 536 | xlerp(hw,hs*ca(0,30,0),.4) | |
| 537 | xlerp(raw,ras*ca(30,0,-90)*cn(0,-1,0),.4) | |
| 538 | xlerp(law,las*ca(0,0,40)*cn(1,-.5,0),.4) | |
| 539 | xlerp(rlw,rls*ca(20,0,0)*cn(0,0,-1),.4) | |
| 540 | xlerp(llw,lls*cn(0,0,1.25),.4) | |
| 541 | wait() | |
| 542 | local Hit = NewHitbox(15,(Blade.CFrame).p) | |
| 543 | for _,v in pairs(Hit) do | |
| 544 | if not Already[v] then | |
| 545 | v.Humanoid.MaxHealth = 100 | |
| 546 | v.Humanoid.Health = v.Humanoid.Health - 3000000000000 | |
| 547 | Already[v] = true | |
| 548 | end | |
| 549 | end | |
| 550 | end | |
| 551 | --Combo 3 | |
| 552 | for _=0,1,.1 do | |
| 553 | xlerp(tw,ts,.3) | |
| 554 | xlerp(hw,hs,.3) | |
| 555 | xlerp(haw,has,.3) | |
| 556 | xlerp(raw,ras*ca(-140,0,0)*cn(0,-1.5,0),.3) | |
| 557 | xlerp(law,las*ca(0,0,40)*cn(1,-.5,0),.3) | |
| 558 | xlerp(rlw,rls*ca(20,0,0)*cn(0,0,-1),.3) | |
| 559 | xlerp(llw,lls*cn(0,0,1.25),.4) | |
| 560 | wait() | |
| 561 | end | |
| 562 | xSound('231731980',tr,.8)
| |
| 563 | local Already = {}
| |
| 564 | for _=0,1,.1 do | |
| 565 | xlerp(tw,ts*ca(15,0,0)*cn(0,1.5,0),.4) | |
| 566 | xlerp(hw,hs,.4) | |
| 567 | xlerp(raw,ras*ca(-20,0,0)*cn(0,0,0),.4) | |
| 568 | xlerp(law,las*ca(0,0,40)*cn(1,-.5,0),.4) | |
| 569 | xlerp(haw,has*ca(20,0,0),.4) | |
| 570 | wait() | |
| 571 | local Hit = NewHitbox(10,(Blade.CFrame).p) | |
| 572 | for _,v in pairs(Hit) do | |
| 573 | if not Already[v] then | |
| 574 | v.Humanoid.MaxHealth = 100 | |
| 575 | v.Humanoid.Health = v.Humanoid.Health - 300000000000 | |
| 576 | Already[v] = true | |
| 577 | end | |
| 578 | end | |
| 579 | end | |
| 580 | wait(.2) | |
| 581 | State = 'Idle' | |
| 582 | Human.WalkSpeed = 50 | |
| 583 | end | |
| 584 | end | |
| 585 | -- | |
| 586 | function SwordSlam() | |
| 587 | if State == 'Walking' or State == 'Idle' then | |
| 588 | State = 'Attacking' | |
| 589 | Human.WalkSpeed = 0 | |
| 590 | for _=0,1,.05 do | |
| 591 | xlerp(tw,ts,.2) | |
| 592 | xlerp(hw,hs,.2) | |
| 593 | xlerp(raw,ras*ca(-140,0,0)*cn(0,-1.5,0),.2) | |
| 594 | xlerp(law,las*ca(0,0,40)*cn(1,-.5,0),.2) | |
| 595 | xlerp(rlw,rls*ca(20,0,0)*cn(0,0,-1),.2) | |
| 596 | xlerp(llw,lls*cn(0,0,1.25),.2) | |
| 597 | wait() | |
| 598 | end | |
| 599 | coroutine.wrap(function() | |
| 600 | wait() | |
| 601 | xSound('10730819',tr,.5)
| |
| 602 | local Explosion = xNew{'Part',Char,Anchored = true,CanCollide = false,FormFactor = 'Custom',BrickColor = bn('dsasda')}
| |
| 603 | local Mesh = xNew{'SpecialMesh', Explosion,MeshType = 'FileMesh', MeshId = 'http://www.roblox.com/asset/?id=20329976'}
| |
| 604 | Explosion.CFrame = rp.CFrame * cn(0,-5,-20) | |
| 605 | Mesh.Scale = v3(1,5,1) | |
| 606 | repeat | |
| 607 | Mesh.Scale = Mesh.Scale + v3(1,1,1) | |
| 608 | Explosion.Transparency = Explosion.Transparency + .025 | |
| 609 | wait() | |
| 610 | until Explosion.Transparency >= 1 | |
| 611 | Explosion:Destroy() | |
| 612 | end)() | |
| 613 | for _=0,1,.15 do | |
| 614 | xlerp(tw,ts*ca(15,0,0)*cn(0,1.5,0),.4) | |
| 615 | xlerp(hw,hs,.4) | |
| 616 | xlerp(raw,ras*ca(-20,0,0)*cn(0,0,0),.4) | |
| 617 | xlerp(law,las*ca(0,0,40)*cn(1,-.5,0),.4) | |
| 618 | xlerp(haw,has*ca(20,0,0),.4) | |
| 619 | wait() | |
| 620 | end | |
| 621 | local Hit = NewHitbox(40,(rp.CFrame * cn(0,-5,-20)).p) | |
| 622 | for _,v in pairs(Hit) do | |
| 623 | v.Humanoid.MaxHealth = 100 | |
| 624 | v.Humanoid.Health = v.Humanoid.Health - 100000000000 | |
| 625 | if sit then | |
| 626 | v.Humanoid.Sit = true | |
| 627 | end | |
| 628 | end | |
| 629 | wait(0) | |
| 630 | State = 'Idle' | |
| 631 | Human.WalkSpeed = 50 | |
| 632 | end | |
| 633 | end | |
| 634 | -- | |
| 635 | CanBoom = true | |
| 636 | function Fire(Part) | |
| 637 | local Flame = Instance.new("ParticleEmitter",Part)
| |
| 638 | Flame.LightEmission = 0.21 | |
| 639 | Flame.Size = NumberSequence.new(15) | |
| 640 | Flame.Texture = "http://www.roblox.com/asset/?id=366803190" | |
| 641 | Flame.Transparency = NumberSequence.new(0.5) | |
| 642 | Flame.LockedToPart = true | |
| 643 | Flame.Lifetime = NumberRange.new(0.1,0.8) | |
| 644 | Flame.Rate = 40 | |
| 645 | Flame.VelocitySpread = 2 | |
| 646 | end | |
| 647 | Mouse.KeyDown:connect(function(key) | |
| 648 | if key == ' ' then | |
| 649 | if State == 'Walking' or State == 'Idle' then | |
| 650 | if JumpDB == false then | |
| 651 | JumpDB = true | |
| 652 | State = 'Jumping' | |
| 653 | Human.Jump = true | |
| 654 | Human.WalkSpeed = 50 | |
| 655 | wait(0) | |
| 656 | State = 'Falling' | |
| 657 | coroutine.wrap(function() | |
| 658 | wait(0) | |
| 659 | JumpDB = false | |
| 660 | end)() | |
| 661 | end | |
| 662 | end | |
| 663 | elseif key == 'z' and Mana >= 400 then | |
| 664 | Mana = Mana-400 | |
| 665 | Combo() | |
| 666 | elseif key == 'x' and Mana >= 300 then | |
| 667 | Mana = Mana-300 | |
| 668 | Charge() | |
| 669 | elseif key == 'c' and Mana >= 250 then | |
| 670 | Mana = Mana-250 | |
| 671 | SwordSlam() | |
| 672 | elseif key == 'v' and Mana >= 100 then | |
| 673 | Mana = Mana-100 | |
| 674 | Stomp() | |
| 675 | elseif key == "p" and Mana >= 1000 then | |
| 676 | Mana = Mana-1000 | |
| 677 | Stomp() | |
| 678 | wait() | |
| 679 | SwordSlam() | |
| 680 | wait() | |
| 681 | Combo() | |
| 682 | wait() | |
| 683 | Combo() | |
| 684 | elseif key == "f" and Mana >= 800 and CanBoom then | |
| 685 | Mana = Mana - 800 | |
| 686 | CanBoom = false | |
| 687 | local P = Instance.new("Part",Char)
| |
| 688 | P.Name = "Boom" | |
| 689 | P.Anchored = true | |
| 690 | P.Transparency = 1 | |
| 691 | Fire(P) | |
| 692 | P.Material = "Neon" | |
| 693 | P.BrickColor = BrickColor.new("Crimson")
| |
| 694 | P.TopSurface = "Smooth" | |
| 695 | P.CFrame = Torso.CFrame | |
| 696 | P.CanCollide = false | |
| 697 | xSound(161451748,workspace,0.9) | |
| 698 | function Hit(hit) | |
| 699 | if hit.Parent and hit.Parent:findFirstChild("Humanoid") then
| |
| 700 | if hit.Parent:findFirstChild("Torso") and hit.Parent.Name ~= Player.Character.Name and hit.Parent:findFirstChild("Flamed") == nil then
| |
| 701 | local Z = Instance.new("StringValue",hit.Parent)
| |
| 702 | Z.Name = "Flamed" | |
| 703 | local Torsoo = hit.Parent:findFirstChild("Torso")
| |
| 704 | Torsoo.Anchored = true | |
| 705 | for i,v in pairs(hit.Parent:GetChildren()) do | |
| 706 | Fire(v) | |
| 707 | end | |
| 708 | if hit.Parent:findFirstChild("Humanoid") then
| |
| 709 | local H = hit.Parent:findFirstChild("Humanoid")
| |
| 710 | H.MaxHealth = math.huge | |
| 711 | H.WalkSpeed = 0 | |
| 712 | H.JumpPower = 0 | |
| 713 | wait() | |
| 714 | Torsoo.Anchored = false | |
| 715 | H:remove() | |
| 716 | if hit.Parent then | |
| 717 | hit.Parent:BreakJoints() | |
| 718 | end | |
| 719 | end | |
| 720 | end | |
| 721 | end | |
| 722 | end | |
| 723 | P.Touched:connect(Hit) | |
| 724 | for i=1,100 do | |
| 725 | wait(0.1) | |
| 726 | P.CFrame = Torso.CFrame | |
| 727 | P.Size = Vector3.new(P.Size.X + 0.5,P.Size.Y + 0.5,P.Size.Z + 0.5) | |
| 728 | P.CFrame = Torso.CFrame | |
| 729 | end | |
| 730 | P:remove() | |
| 731 | wait(0) | |
| 732 | CanBoom = true | |
| 733 | ||
| 734 | end | |
| 735 | end) | |
| 736 | -- | |
| 737 | Human.Changed:connect(function() | |
| 738 | if State ~= 'Jumping' then | |
| 739 | Human.Jump = false | |
| 740 | end | |
| 741 | end) | |
| 742 | ||
| 743 | Human.FreeFalling:connect(function(a) | |
| 744 | if a then | |
| 745 | if State == 'Walking' or State == 'Idle' then | |
| 746 | State = 'Falling' | |
| 747 | end | |
| 748 | elseif State == 'Jumping' or State == 'Falling' then | |
| 749 | State = 'Idle' | |
| 750 | if FallTime > 10 then | |
| 751 | print('Boom!')
| |
| 752 | JumpExplode() | |
| 753 | end | |
| 754 | Human.WalkSpeed = 50 | |
| 755 | FallTime = 0 | |
| 756 | end | |
| 757 | end) | |
| 758 | -- | |
| 759 | wait(0) | |
| 760 | game:GetService('RunService').RenderStepped:connect(function()
| |
| 761 | UpdateState() | |
| 762 | if State == 'Jumping' or State == 'Falling' then | |
| 763 | FallTime = FallTime + .1 | |
| 764 | xlerp(tw,ts,.3) | |
| 765 | xlerp(hw,hs*ca(40,0,0)*cn(0,-1,-1.5),.2) | |
| 766 | xlerp(raw,ras*ca(0,0,-90)*cn(-1,-1,0),.2) | |
| 767 | xlerp(law,las*ca(0,0,90)*cn(1,-1,0),.2) | |
| 768 | xlerp(rlw,rls*ca(20,0,0),.2) | |
| 769 | xlerp(llw,lls*cn(0,-.5,1.25),.2) | |
| 770 | elseif State == 'Idle' then | |
| 771 | xlerp(tw,ts*ca(0,25,0),.1) | |
| 772 | xlerp(hw,hs*ca(0,-25,0),.1) | |
| 773 | xlerp(raw,ras*ca(20,0,-20)*cn(-.5,-.5,0),.1) | |
| 774 | xlerp(law,las*ca(20,0,0),.1) | |
| 775 | xlerp(rlw,rls*ca(20,0,0)*cn(0,0,-1),.1) | |
| 776 | xlerp(llw,lls*cn(0,0,1.25),.1) | |
| 777 | xlerp(haw,has,.4) | |
| 778 | elseif State == 'Walking' then | |
| 779 | xlerp(tw,ts,.15) | |
| 780 | xlerp(hw,hs,.15) | |
| 781 | --xlerp(law,las*ca(30,0,0),.3) | |
| 782 | --xlerp(raw,ras*ca(20,0,-40)*cn(-1,-.5,0),.15) | |
| 783 | xlerp(raw,ras*ca(20,0,-20)*cn(-.5,-.5,0),.1) | |
| 784 | xlerp(law,las*ca(20,0,0),.1) | |
| 785 | if WalkReverse then | |
| 786 | xlerp(rlw,rls*ca(30,0,0)*cn(0,-1,-1.5),.05) | |
| 787 | xlerp(llw,lls*ca(-30,0,0)*cn(0,-1,1.5),.05) | |
| 788 | else | |
| 789 | xlerp(rlw,rls*ca(-30,0,0)*cn(0,-1,1.5),.05) | |
| 790 | xlerp(llw,lls*ca(30,0,0)*cn(0,-1,-1.5),.05) | |
| 791 | end | |
| 792 | end | |
| 793 | fenbarmana2:TweenSize(UDim2.new(4*Mana/MaxMana,0,0.2,0),nil,1,0.4,true) | |
| 794 | fenbarmana4.Text="[Mana]-> [-> "..Mana.." <-] <-[Mana]" | |
| 795 | if Mana>=MaxMana then | |
| 796 | Mana=MaxMana | |
| 797 | else | |
| 798 | if mananum<=8 then | |
| 799 | mananum=mananum+1 | |
| 800 | else | |
| 801 | mananum=0 | |
| 802 | Mana=Mana+ManaGain | |
| 803 | Char.Humanoid.Health = Char.Humanoid.Health + 1000 | |
| 804 | end | |
| 805 | end | |
| 806 | if Mana <= MaxMana/2 then | |
| 807 | fenbarmana2.BackgroundColor = BrickColor.new("Bright red")
| |
| 808 | Char.Humanoid.MaxHealth = 40000 | |
| 809 | Human.Health = Human.MaxHealth | |
| 810 | else | |
| 811 | fenbarmana2.BackgroundColor = BrickColor.new("Royal purple")
| |
| 812 | Char.Humanoid.MaxHealth = 50000 | |
| 813 | Human.Health = Human.MaxHealth | |
| 814 | end | |
| 815 | end) | |
| 816 | -- | |
| 817 | Char.Humanoid.WalkSpeed = 50 | |
| 818 | Char.Humanoid.JumpPower = 190 | |
| 819 | ||
| 820 | Human.Health = Human.MaxHealth | |
| 821 | ||
| 822 | ---------------------------------------------------------------ExtraMorphing | |
| 823 | Create = function(itemClass,tabl) | |
| 824 | local item = Instance.new(itemClass) | |
| 825 | for i,v in pairs(tabl) do | |
| 826 | local a,b = ypcall(function() return item[i] end) | |
| 827 | if a then | |
| 828 | item[i] = tabl[i] | |
| 829 | end | |
| 830 | end | |
| 831 | return item | |
| 832 | end | |
| 833 | function runDummyScript(f,scri) | |
| 834 | local oldenv = getfenv(f) | |
| 835 | local newenv = setmetatable({}, {
| |
| 836 | __index = function(_, k) | |
| 837 | if k:lower() == 'script' then | |
| 838 | return scri | |
| 839 | else | |
| 840 | return oldenv[k] | |
| 841 | end | |
| 842 | end | |
| 843 | }) | |
| 844 | setfenv(f, newenv) | |
| 845 | ypcall(function() f() end) | |
| 846 | end | |
| 847 | cors = {}
| |
| 848 | mas = Instance.new("Model",game:GetService("Lighting"))
| |
| 849 | mas.Name = "CPM" | |
| 850 | o1 = Create("Model",{
| |
| 851 | ["Name"] = "TheRevenant", | |
| 852 | ["Parent"] = mas, | |
| 853 | }) | |
| 854 | o2 = Create("Part",{
| |
| 855 | ["Name"] = "Head", | |
| 856 | ["Parent"] = o1, | |
| 857 | ["BrickColor"] = BrickColor.new("Really black"),
| |
| 858 | ["Position"] = Vector3.new(20.5426197, -1139.87634, 782.213928), | |
| 859 | ["Rotation"] = Vector3.new(-180, 0, -180), | |
| 860 | ["Anchored"] = true, | |
| 861 | ["CFrame"] = CFrame.new(20.5426197, -1139.87634, 782.213928, -1, 0, 0, 0, 1, 0, 0, 0, -1), | |
| 862 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 863 | ["Size"] = Vector3.new(0.686592042, 0.686592281, 0.6865924), | |
| 864 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
| 865 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
| 866 | ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667), | |
| 867 | }) | |
| 868 | o3 = Create("Script",{
| |
| 869 | ["Name"] = "Arm1", | |
| 870 | ["Parent"] = o2, | |
| 871 | }) | |
| 872 | table.insert(cors,coroutine.create(function() | |
| 873 | wait() | |
| 874 | runDummyScript(function() | |
| 875 | function onTouched(hit) | |
| 876 | if hit.Parent:findFirstChild("Humanoid") ~= nil and hit.Parent:findFirstChild("Arm1") == nil then
| |
| 877 | local g = script.Parent.Parent.Arm1:clone() | |
| 878 | g.Parent = hit.Parent | |
| 879 | local C = g:GetChildren() | |
| 880 | for i=1, #C do | |
| 881 | if C[i].className == "Part" then | |
| 882 | local W = Instance.new("Weld")
| |
| 883 | W.Part0 = g.Middle | |
| 884 | W.Part1 = C[i] | |
| 885 | local CJ = CFrame.new(g.Middle.Position) | |
| 886 | local C0 = g.Middle.CFrame:inverse()*CJ | |
| 887 | local C1 = C[i].CFrame:inverse()*CJ | |
| 888 | W.C0 = C0 | |
| 889 | W.C1 = C1 | |
| 890 | W.Parent = g.Middle | |
| 891 | end | |
| 892 | local Y = Instance.new("Weld")
| |
| 893 | Y.Part0 = hit.Parent["Left Arm"] | |
| 894 | Y.Part1 = g.Middle | |
| 895 | Y.C0 = CFrame.new(0, 0, 0) | |
| 896 | Y.Parent = Y.Part0 | |
| 897 | end | |
| 898 | ||
| 899 | local h = g:GetChildren() | |
| 900 | for i = 1, # h do | |
| 901 | if h[i].className == "Part" then | |
| 902 | h[i].Anchored = false | |
| 903 | h[i].CanCollide = false | |
| 904 | end | |
| 905 | end | |
| 906 | ||
| 907 | end | |
| 908 | ||
| 909 | end | |
| 910 | ||
| 911 | script.Parent.Touched:connect(onTouched) | |
| 912 | end,o3) | |
| 913 | end)) | |
| 914 | o4 = Create("Script",{
| |
| 915 | ["Name"] = "Leg1", | |
| 916 | ["Parent"] = o2, | |
| 917 | }) | |
| 918 | table.insert(cors,coroutine.create(function() | |
| 919 | wait() | |
| 920 | runDummyScript(function() | |
| 921 | function onTouched(hit) | |
| 922 | if hit.Parent:findFirstChild("Humanoid") ~= nil and hit.Parent:findFirstChild("Leg1") == nil then
| |
| 923 | local g = script.Parent.Parent.Leg1:clone() | |
| 924 | g.Parent = hit.Parent | |
| 925 | local C = g:GetChildren() | |
| 926 | for i=1, #C do | |
| 927 | if C[i].className == "Part" then | |
| 928 | local W = Instance.new("Weld")
| |
| 929 | W.Part0 = g.Middle | |
| 930 | W.Part1 = C[i] | |
| 931 | local CJ = CFrame.new(g.Middle.Position) | |
| 932 | local C0 = g.Middle.CFrame:inverse()*CJ | |
| 933 | local C1 = C[i].CFrame:inverse()*CJ | |
| 934 | W.C0 = C0 | |
| 935 | W.C1 = C1 | |
| 936 | W.Parent = g.Middle | |
| 937 | end | |
| 938 | local Y = Instance.new("Weld")
| |
| 939 | Y.Part0 = hit.Parent["Left Leg"] | |
| 940 | Y.Part1 = g.Middle | |
| 941 | Y.C0 = CFrame.new(0, 0, 0) | |
| 942 | Y.Parent = Y.Part0 | |
| 943 | end | |
| 944 | ||
| 945 | local h = g:GetChildren() | |
| 946 | for i = 1, # h do | |
| 947 | if h[i].className == "Part" then | |
| 948 | h[i].Anchored = false | |
| 949 | h[i].CanCollide = false | |
| 950 | end | |
| 951 | end | |
| 952 | ||
| 953 | end | |
| 954 | ||
| 955 | end | |
| 956 | ||
| 957 | script.Parent.Touched:connect(onTouched) | |
| 958 | end,o4) | |
| 959 | end)) | |
| 960 | o5 = Create("Script",{
| |
| 961 | ["Name"] = "WalkSpeed Script", | |
| 962 | ["Parent"] = o2, | |
| 963 | }) | |
| 964 | table.insert(cors,coroutine.create(function() | |
| 965 | wait() | |
| 966 | runDummyScript(function() | |
| 967 | local debounce = false | |
| 968 | ||
| 969 | function onTouch(part) | |
| 970 | ||
| 971 | local human = part.Parent:findFirstChild("Humanoid")
| |
| 972 | if (human ~= nil) and debounce == false then | |
| 973 | ||
| 974 | debounce = true | |
| 975 | ||
| 976 | human.WalkSpeed = 16-- or whatever number | |
| 977 | ||
| 978 | wait(2) | |
| 979 | debounce = false | |
| 980 | end | |
| 981 | end | |
| 982 | ||
| 983 | ||
| 984 | script.Parent.Touched:connect(onTouch) | |
| 985 | ||
| 986 | end,o5) | |
| 987 | end)) | |
| 988 | o6 = Create("Script",{
| |
| 989 | ["Name"] = "Leg2", | |
| 990 | ["Parent"] = o2, | |
| 991 | }) | |
| 992 | table.insert(cors,coroutine.create(function() | |
| 993 | wait() | |
| 994 | runDummyScript(function() | |
| 995 | function onTouched(hit) | |
| 996 | if hit.Parent:findFirstChild("Humanoid") ~= nil and hit.Parent:findFirstChild("Leg2") == nil then
| |
| 997 | local g = script.Parent.Parent.Leg2:clone() | |
| 998 | g.Parent = hit.Parent | |
| 999 | local C = g:GetChildren() | |
| 1000 | for i=1, #C do | |
| 1001 | if C[i].className == "Part" then | |
| 1002 | local W = Instance.new("Weld")
| |
| 1003 | W.Part0 = g.Middle | |
| 1004 | W.Part1 = C[i] | |
| 1005 | local CJ = CFrame.new(g.Middle.Position) | |
| 1006 | local C0 = g.Middle.CFrame:inverse()*CJ | |
| 1007 | local C1 = C[i].CFrame:inverse()*CJ | |
| 1008 | W.C0 = C0 | |
| 1009 | W.C1 = C1 | |
| 1010 | W.Parent = g.Middle | |
| 1011 | end | |
| 1012 | local Y = Instance.new("Weld")
| |
| 1013 | Y.Part0 = hit.Parent["Right Leg"] | |
| 1014 | Y.Part1 = g.Middle | |
| 1015 | Y.C0 = CFrame.new(0, 0, 0) | |
| 1016 | Y.Parent = Y.Part0 | |
| 1017 | end | |
| 1018 | ||
| 1019 | local h = g:GetChildren() | |
| 1020 | for i = 1, # h do | |
| 1021 | if h[i].className == "Part" then | |
| 1022 | h[i].Anchored = false | |
| 1023 | h[i].CanCollide = false | |
| 1024 | end | |
| 1025 | end | |
| 1026 | ||
| 1027 | end | |
| 1028 | ||
| 1029 | end | |
| 1030 | ||
| 1031 | script.Parent.Touched:connect(onTouched) | |
| 1032 | end,o6) | |
| 1033 | end)) | |
| 1034 | o7 = Create("Script",{
| |
| 1035 | ["Name"] = "Arm2", | |
| 1036 | ["Parent"] = o2, | |
| 1037 | }) | |
| 1038 | table.insert(cors,coroutine.create(function() | |
| 1039 | wait() | |
| 1040 | runDummyScript(function() | |
| 1041 | function onTouched(hit) | |
| 1042 | if hit.Parent:findFirstChild("Humanoid") ~= nil and hit.Parent:findFirstChild("Arm2") == nil then
| |
| 1043 | local g = script.Parent.Parent.Arm2:clone() | |
| 1044 | g.Parent = hit.Parent | |
| 1045 | local C = g:GetChildren() | |
| 1046 | for i=1, #C do | |
| 1047 | if C[i].className == "Part" then | |
| 1048 | local W = Instance.new("Weld")
| |
| 1049 | W.Part0 = g.Middle | |
| 1050 | W.Part1 = C[i] | |
| 1051 | local CJ = CFrame.new(g.Middle.Position) | |
| 1052 | local C0 = g.Middle.CFrame:inverse()*CJ | |
| 1053 | local C1 = C[i].CFrame:inverse()*CJ | |
| 1054 | W.C0 = C0 | |
| 1055 | W.C1 = C1 | |
| 1056 | W.Parent = g.Middle | |
| 1057 | end | |
| 1058 | local Y = Instance.new("Weld")
| |
| 1059 | Y.Part0 = hit.Parent["Right Arm"] | |
| 1060 | Y.Part1 = g.Middle | |
| 1061 | Y.C0 = CFrame.new(0, 0, 0) | |
| 1062 | Y.Parent = Y.Part0 | |
| 1063 | end | |
| 1064 | ||
| 1065 | local h = g:GetChildren() | |
| 1066 | for i = 1, # h do | |
| 1067 | if h[i].className == "Part" then | |
| 1068 | h[i].Anchored = false | |
| 1069 | h[i].CanCollide = false | |
| 1070 | end | |
| 1071 | end | |
| 1072 | ||
| 1073 | end | |
| 1074 | ||
| 1075 | end | |
| 1076 | ||
| 1077 | script.Parent.Touched:connect(onTouched) | |
| 1078 | end,o7) | |
| 1079 | end)) | |
| 1080 | o8 = Create("Script",{
| |
| 1081 | ["Name"] = "Torso", | |
| 1082 | ["Parent"] = o2, | |
| 1083 | }) | |
| 1084 | table.insert(cors,coroutine.create(function() | |
| 1085 | wait() | |
| 1086 | runDummyScript(function() | |
| 1087 | function onTouched(hit) | |
| 1088 | if hit.Parent:findFirstChild("Humanoid") ~= nil and hit.Parent:findFirstChild("Chest") == nil then
| |
| 1089 | local g = script.Parent.Parent.Chest:clone() | |
| 1090 | g.Parent = hit.Parent | |
| 1091 | local C = g:GetChildren() | |
| 1092 | for i=1, #C do | |
| 1093 | if C[i].className == "Part" then | |
| 1094 | local W = Instance.new("Weld")
| |
| 1095 | W.Part0 = g.Middle | |
| 1096 | W.Part1 = C[i] | |
| 1097 | local CJ = CFrame.new(g.Middle.Position) | |
| 1098 | local C0 = g.Middle.CFrame:inverse()*CJ | |
| 1099 | local C1 = C[i].CFrame:inverse()*CJ | |
| 1100 | W.C0 = C0 | |
| 1101 | W.C1 = C1 | |
| 1102 | W.Parent = g.Middle | |
| 1103 | end | |
| 1104 | local Y = Instance.new("Weld")
| |
| 1105 | Y.Part0 = hit.Parent.Torso | |
| 1106 | Y.Part1 = g.Middle | |
| 1107 | Y.C0 = CFrame.new(0, 0, 0) | |
| 1108 | Y.Parent = Y.Part0 | |
| 1109 | end | |
| 1110 | ||
| 1111 | local h = g:GetChildren() | |
| 1112 | for i = 1, # h do | |
| 1113 | if h[i].className == "Part" then | |
| 1114 | h[i].Anchored = false | |
| 1115 | h[i].CanCollide = false | |
| 1116 | end | |
| 1117 | end | |
| 1118 | ||
| 1119 | end | |
| 1120 | end | |
| 1121 | ||
| 1122 | script.Parent.Touched:connect(onTouched) | |
| 1123 | ||
| 1124 | end,o8) | |
| 1125 | end)) | |
| 1126 | o9 = Create("Script",{
| |
| 1127 | ["Parent"] = o2, | |
| 1128 | }) | |
| 1129 | table.insert(cors,coroutine.create(function() | |
| 1130 | wait() | |
| 1131 | runDummyScript(function() | |
| 1132 | function onTouch(part) | |
| 1133 | local human = part.Parent:findFirstChild("Humanoid")
| |
| 1134 | if human ~= nil then | |
| 1135 | part.Parent:findFirstChild("Head").Transparency = 0.98
| |
| 1136 | part.Parent:findFirstChild("Torso").Transparency = 1
| |
| 1137 | part.Parent:findFirstChild("Left Arm").Transparency = 1
| |
| 1138 | part.Parent:findFirstChild("Right Arm").Transparency = 1
| |
| 1139 | part.Parent:findFirstChild("Left Leg").CanCollide = true
| |
| 1140 | part.Parent:findFirstChild("Left Leg").Transparency = 1
| |
| 1141 | part.Parent:findFirstChild("Right Leg").CanCollide = true
| |
| 1142 | part.Parent:findFirstChild("Right Leg").Transparency = 1
| |
| 1143 | end | |
| 1144 | end | |
| 1145 | script.Parent.Touched:connect(onTouch) | |
| 1146 | ||
| 1147 | --COLORS | |
| 1148 | ||
| 1149 | --1 = white | |
| 1150 | --208 = Light stone grey | |
| 1151 | --194 = Medium stone grey | |
| 1152 | --199 = Dark stone grey | |
| 1153 | --26 = Black | |
| 1154 | --21 = Bright red | |
| 1155 | --24 = Bright yellow | |
| 1156 | --226 = Cool yellow | |
| 1157 | --23 = Bright blue | |
| 1158 | --107 = Bright bluish green | |
| 1159 | --102 = Medium blue | |
| 1160 | --11 = Pastel blue | |
| 1161 | --45 = Light blue | |
| 1162 | --135 = Sand blue | |
| 1163 | --106 = Bright orange | |
| 1164 | --105 = Br. yellowish orange | |
| 1165 | --141 = Earth green | |
| 1166 | --28 = Dark green | |
| 1167 | --37 = Bright green | |
| 1168 | --119 = Br. yellowish green | |
| 1169 | --29 = Medium green | |
| 1170 | --151 = Sand green | |
| 1171 | --38 = Dark orange | |
| 1172 | --192 = Reddish brown | |
| 1173 | --104 = Bright violet | |
| 1174 | --9 = Light reddish violet | |
| 1175 | --101 = Medium red | |
| 1176 | --5 = Brick Yellow | |
| 1177 | --153 = Sand red | |
| 1178 | --217 = Brown | |
| 1179 | --18 = Nougat | |
| 1180 | --125 = Light orange | |
| 1181 | ||
| 1182 | ||
| 1183 | end,o9) | |
| 1184 | end)) | |
| 1185 | o10 = Create("Script",{
| |
| 1186 | ["Name"] = "HatRemover", | |
| 1187 | ["Parent"] = o2, | |
| 1188 | }) | |
| 1189 | table.insert(cors,coroutine.create(function() | |
| 1190 | wait() | |
| 1191 | runDummyScript(function() | |
| 1192 | function onTouched(hit) | |
| 1193 | local d = hit.Parent:GetChildren() | |
| 1194 | for i=1, #d do | |
| 1195 | if (d[i].className == "Hat") then | |
| 1196 | d[i].Handle.Transparency = 1 | |
| 1197 | end | |
| 1198 | end | |
| 1199 | end | |
| 1200 | ||
| 1201 | script.Parent.Touched:connect(onTouched) | |
| 1202 | end,o10) | |
| 1203 | end)) | |
| 1204 | o11 = Create("Script",{
| |
| 1205 | ["Name"] = "Cframe", | |
| 1206 | ["Parent"] = o2, | |
| 1207 | }) | |
| 1208 | table.insert(cors,coroutine.create(function() | |
| 1209 | wait() | |
| 1210 | runDummyScript(function() | |
| 1211 | ||
| 1212 | wait(2) | |
| 1213 | ||
| 1214 | local p = script.Parent | |
| 1215 | local me = game.Players.LocalPlayer.Character | |
| 1216 | ||
| 1217 | ||
| 1218 | p.Shape = "Ball" | |
| 1219 | ||
| 1220 | game:GetService('RunService').Stepped:connect(function()
| |
| 1221 | p.CFrame = me.Torso.CFrame * CFrame.new(0,0,0) * CFrame.Angles(0,0,0) | |
| 1222 | end) | |
| 1223 | ||
| 1224 | wait(0.5) | |
| 1225 | ||
| 1226 | me.Head.Transparency = 1 | |
| 1227 | ||
| 1228 | p:Remove() | |
| 1229 | end,o11) | |
| 1230 | end)) | |
| 1231 | o12 = Create("Model",{
| |
| 1232 | ["Name"] = "Arm2", | |
| 1233 | ["Parent"] = o1, | |
| 1234 | }) | |
| 1235 | o13 = Create("Part",{
| |
| 1236 | ["Name"] = "Middle", | |
| 1237 | ["Parent"] = o12, | |
| 1238 | ["Material"] = Enum.Material.Granite, | |
| 1239 | ["BrickColor"] = BrickColor.new("Really black"),
| |
| 1240 | ["Position"] = Vector3.new(19.1694355, -1129.92078, 794.572571), | |
| 1241 | ["Anchored"] = true, | |
| 1242 | ["CFrame"] = CFrame.new(19.1694355, -1129.92078, 794.572571, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
| 1243 | ["CanCollide"] = false, | |
| 1244 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 1245 | ["Size"] = Vector3.new(3.43296003, 6.86592293, 3.43296194), | |
| 1246 | ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667), | |
| 1247 | }) | |
| 1248 | o14 = Create("Fire",{
| |
| 1249 | ["Parent"] = o13, | |
| 1250 | ["Size"] = 30, | |
| 1251 | ["Color"] = Color3.new(1, 0.815686, 0), | |
| 1252 | ["Enabled"] = false, | |
| 1253 | ["Heat"] = 25, | |
| 1254 | ["SecondaryColor"] = Color3.new(1, 0, 0), | |
| 1255 | }) | |
| 1256 | o15 = Create("Script",{
| |
| 1257 | ["Parent"] = o14, | |
| 1258 | }) | |
| 1259 | table.insert(cors,coroutine.create(function() | |
| 1260 | wait() | |
| 1261 | runDummyScript(function() | |
| 1262 | function Spread(part) | |
| 1263 | check = part:findFirstChild("Fire")
| |
| 1264 | if check == nil then | |
| 1265 | script.Parent:Clone().Parent = part | |
| 1266 | ||
| 1267 | elseif check ~= nil then | |
| 1268 | check.Size = check.Size + 1 | |
| 1269 | check.Heat = check.Heat +1 | |
| 1270 | end | |
| 1271 | end | |
| 1272 | ||
| 1273 | ||
| 1274 | script.Parent.Parent.Touched:connect(Spread) | |
| 1275 | ||
| 1276 | ||
| 1277 | end,o15) | |
| 1278 | end)) | |
| 1279 | o16 = Create("Model",{
| |
| 1280 | ["Name"] = "Chest", | |
| 1281 | ["Parent"] = o1, | |
| 1282 | }) | |
| 1283 | o17 = Create("Part",{
| |
| 1284 | ["Name"] = "Middle", | |
| 1285 | ["Parent"] = o16, | |
| 1286 | ["Material"] = Enum.Material.Granite, | |
| 1287 | ["BrickColor"] = BrickColor.new("Really black"),
| |
| 1288 | ["Position"] = Vector3.new(14.0199928, -1129.92078, 794.572571), | |
| 1289 | ["Anchored"] = true, | |
| 1290 | ["CFrame"] = CFrame.new(14.0199928, -1129.92078, 794.572571, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
| 1291 | ["CanCollide"] = false, | |
| 1292 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 1293 | ["Size"] = Vector3.new(6.86592007, 6.86592293, 3.43296194), | |
| 1294 | ["LeftSurface"] = Enum.SurfaceType.Weld, | |
| 1295 | ["RightSurface"] = Enum.SurfaceType.Weld, | |
| 1296 | ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667), | |
| 1297 | }) | |
| 1298 | o18 = Create("Fire",{
| |
| 1299 | ["Parent"] = o17, | |
| 1300 | ["Size"] = 30, | |
| 1301 | ["Color"] = Color3.new(1, 0.815686, 0), | |
| 1302 | ["Enabled"] = false, | |
| 1303 | ["Heat"] = 25, | |
| 1304 | ["SecondaryColor"] = Color3.new(1, 0, 0), | |
| 1305 | }) | |
| 1306 | o19 = Create("Script",{
| |
| 1307 | ["Parent"] = o18, | |
| 1308 | }) | |
| 1309 | table.insert(cors,coroutine.create(function() | |
| 1310 | wait() | |
| 1311 | runDummyScript(function() | |
| 1312 | function Spread(part) | |
| 1313 | check = part:findFirstChild("Fire")
| |
| 1314 | if check == nil then | |
| 1315 | script.Parent:Clone().Parent = part | |
| 1316 | ||
| 1317 | elseif check ~= nil then | |
| 1318 | check.Size = check.Size + 1 | |
| 1319 | check.Heat = check.Heat +1 | |
| 1320 | end | |
| 1321 | end | |
| 1322 | ||
| 1323 | ||
| 1324 | script.Parent.Parent.Touched:connect(Spread) | |
| 1325 | ||
| 1326 | ||
| 1327 | end,o19) | |
| 1328 | end)) | |
| 1329 | o20 = Create("Part",{
| |
| 1330 | ["Parent"] = o16, | |
| 1331 | ["BrickColor"] = BrickColor.new("Really black"),
| |
| 1332 | ["Position"] = Vector3.new(14.0199928, -1124.77136, 794.572571), | |
| 1333 | ["Velocity"] = Vector3.new(0, -1, 0), | |
| 1334 | ["Anchored"] = true, | |
| 1335 | ["CFrame"] = CFrame.new(14.0199928, -1124.77136, 794.572571, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
| 1336 | ["CanCollide"] = false, | |
| 1337 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 1338 | ["Size"] = Vector3.new(6.86592007, 3.43296146, 3.43296194), | |
| 1339 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
| 1340 | ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667), | |
| 1341 | }) | |
| 1342 | o21 = Create("SpecialMesh",{
| |
| 1343 | ["Parent"] = o20, | |
| 1344 | ["Scale"] = Vector3.new(1.20000005, 1.20000005, 1.20000005), | |
| 1345 | }) | |
| 1346 | o22 = Create("Fire",{
| |
| 1347 | ["Parent"] = o20, | |
| 1348 | ["Size"] = 30, | |
| 1349 | ["Color"] = Color3.new(1, 0.815686, 0), | |
| 1350 | ["Enabled"] = false, | |
| 1351 | ["Heat"] = 25, | |
| 1352 | ["SecondaryColor"] = Color3.new(1, 0, 0), | |
| 1353 | }) | |
| 1354 | o23 = Create("Script",{
| |
| 1355 | ["Parent"] = o22, | |
| 1356 | }) | |
| 1357 | table.insert(cors,coroutine.create(function() | |
| 1358 | wait() | |
| 1359 | runDummyScript(function() | |
| 1360 | function Spread(part) | |
| 1361 | check = part:findFirstChild("Fire")
| |
| 1362 | if check == nil then | |
| 1363 | script.Parent:Clone().Parent = part | |
| 1364 | ||
| 1365 | elseif check ~= nil then | |
| 1366 | check.Size = check.Size + 1 | |
| 1367 | check.Heat = check.Heat +1 | |
| 1368 | end | |
| 1369 | end | |
| 1370 | ||
| 1371 | ||
| 1372 | script.Parent.Parent.Touched:connect(Spread) | |
| 1373 | ||
| 1374 | ||
| 1375 | end,o23) | |
| 1376 | end)) | |
| 1377 | o24 = Create("Part",{
| |
| 1378 | ["Name"] = "Hat", | |
| 1379 | ["Parent"] = o16, | |
| 1380 | ["Material"] = Enum.Material.Concrete, | |
| 1381 | ["BrickColor"] = BrickColor.new("Really black"),
| |
| 1382 | ["Position"] = Vector3.new(14.0199928, -1124.01611, 794.572571), | |
| 1383 | ["Anchored"] = true, | |
| 1384 | ["CFrame"] = CFrame.new(14.0199928, -1124.01611, 794.572571, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
| 1385 | ["CanCollide"] = false, | |
| 1386 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 1387 | ["Size"] = Vector3.new(6.86592007, 3.43296146, 3.43296194), | |
| 1388 | ["BottomSurface"] = Enum.SurfaceType.Weld, | |
| 1389 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
| 1390 | ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667), | |
| 1391 | }) | |
| 1392 | o25 = Create("Fire",{
| |
| 1393 | ["Parent"] = o24, | |
| 1394 | ["Size"] = 30, | |
| 1395 | ["Color"] = Color3.new(1, 0.815686, 0), | |
| 1396 | ["Enabled"] = false, | |
| 1397 | ["Heat"] = 25, | |
| 1398 | ["SecondaryColor"] = Color3.new(1, 0, 0), | |
| 1399 | }) | |
| 1400 | o26 = Create("Script",{
| |
| 1401 | ["Parent"] = o25, | |
| 1402 | }) | |
| 1403 | table.insert(cors,coroutine.create(function() | |
| 1404 | wait() | |
| 1405 | runDummyScript(function() | |
| 1406 | function Spread(part) | |
| 1407 | check = part:findFirstChild("Fire")
| |
| 1408 | if check == nil then | |
| 1409 | script.Parent:Clone().Parent = part | |
| 1410 | ||
| 1411 | elseif check ~= nil then | |
| 1412 | check.Size = check.Size + 1 | |
| 1413 | check.Heat = check.Heat +1 | |
| 1414 | end | |
| 1415 | end | |
| 1416 | ||
| 1417 | ||
| 1418 | script.Parent.Parent.Touched:connect(Spread) | |
| 1419 | ||
| 1420 | ||
| 1421 | end,o26) | |
| 1422 | end)) | |
| 1423 | o27 = Create("SpecialMesh",{
| |
| 1424 | ["Parent"] = o24, | |
| 1425 | ["MeshId"] = "http://www.roblox.com/asset/?id=16150814", | |
| 1426 | ["Scale"] = Vector3.new(3.60460806, 3.60460901, 3.60460973), | |
| 1427 | ["TextureId"] = "http://www.roblox.com/asset/?id=16150799", | |
| 1428 | ["VertexColor"] = Vector3.new(0.200000003, 0.200000003, 0.200000003), | |
| 1429 | ["MeshType"] = Enum.MeshType.FileMesh, | |
| 1430 | }) | |
| 1431 | o28 = Create("Part",{
| |
| 1432 | ["Parent"] = o16, | |
| 1433 | ["Transparency"] = 1, | |
| 1434 | ["Position"] = Vector3.new(13.6292343, -1140.07751, 791.16803), | |
| 1435 | ["Rotation"] = Vector3.new(91.8079071, -3.89169359, 131.856094), | |
| 1436 | ["Anchored"] = true, | |
| 1437 | ["CFrame"] = CFrame.new(13.6292343, -1140.07751, 791.16803, -0.665723264, -0.74310571, -0.0678706542, 0.0217668079, 0.0715781152, -0.997199297, 0.7458812, -0.66533494, -0.0314760283), | |
| 1438 | ["CanCollide"] = false, | |
| 1439 | ["Locked"] = true, | |
| 1440 | ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003), | |
| 1441 | }) | |
| 1442 | o29 = Create("ParticleEmitter",{
| |
| 1443 | ["Parent"] = o28, | |
| 1444 | ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163), | |
| 1445 | ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)), | |
| 1446 | ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds", | |
| 1447 | ["Acceleration"] = Vector3.new(0, -0.899999976, 0), | |
| 1448 | ["Speed"] = NumberRange.new(10,10), | |
| 1449 | }) | |
| 1450 | o30 = Create("Part",{
| |
| 1451 | ["Parent"] = o16, | |
| 1452 | ["Transparency"] = 1, | |
| 1453 | ["Position"] = Vector3.new(13.6292343, -1140.07751, 791.16803), | |
| 1454 | ["Rotation"] = Vector3.new(85.7094498, 5.97641565e-006, -1.68086683e-006), | |
| 1455 | ["Anchored"] = true, | |
| 1456 | ["CFrame"] = CFrame.new(13.6292343, -1140.07751, 791.16803, 1, 2.93366611e-008, 1.04308128e-007, -1.04308128e-007, 0.0748144686, -0.997199237, 3.20142135e-008, 0.997197449, 0.0748144463), | |
| 1457 | ["CanCollide"] = false, | |
| 1458 | ["Locked"] = true, | |
| 1459 | ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003), | |
| 1460 | }) | |
| 1461 | o31 = Create("ParticleEmitter",{
| |
| 1462 | ["Parent"] = o30, | |
| 1463 | ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163), | |
| 1464 | ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)), | |
| 1465 | ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds", | |
| 1466 | ["Acceleration"] = Vector3.new(0, -0.899999976, 0), | |
| 1467 | ["Speed"] = NumberRange.new(10,10), | |
| 1468 | }) | |
| 1469 | o32 = Create("Part",{
| |
| 1470 | ["Parent"] = o16, | |
| 1471 | ["Transparency"] = 1, | |
| 1472 | ["Position"] = Vector3.new(13.6292343, -1140.07751, 791.16803), | |
| 1473 | ["Rotation"] = Vector3.new(88.6520844, 4.07365465, -46.3612671), | |
| 1474 | ["Anchored"] = true, | |
| 1475 | ["CFrame"] = CFrame.new(13.6292343, -1140.07751, 791.16803, 0.6883654, 0.721877038, 0.0710387975, 0.031986922, 0.0676305369, -0.997199357, -0.72465837, 0.688708603, 0.0234639738), | |
| 1476 | ["CanCollide"] = false, | |
| 1477 | ["Locked"] = true, | |
| 1478 | ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003), | |
| 1479 | }) | |
| 1480 | o33 = Create("ParticleEmitter",{
| |
| 1481 | ["Parent"] = o32, | |
| 1482 | ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163), | |
| 1483 | ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)), | |
| 1484 | ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds", | |
| 1485 | ["Acceleration"] = Vector3.new(0, -0.899999976, 0), | |
| 1486 | ["Speed"] = NumberRange.new(10,10), | |
| 1487 | }) | |
| 1488 | o34 = Create("Part",{
| |
| 1489 | ["Parent"] = o16, | |
| 1490 | ["Transparency"] = 1, | |
| 1491 | ["Position"] = Vector3.new(13.6292343, -1140.07751, 791.16803), | |
| 1492 | ["Rotation"] = Vector3.new(88.6522293, 4.07362413, -60.6914787), | |
| 1493 | ["Anchored"] = true, | |
| 1494 | ["CFrame"] = CFrame.new(13.6292343, -1140.07751, 791.16803, 0.488275468, 0.869793534, 0.0710382611, 0.0142543819, 0.0734416321, -0.997199357, -0.872573256, 0.487919807, 0.0234614406), | |
| 1495 | ["CanCollide"] = false, | |
| 1496 | ["Locked"] = true, | |
| 1497 | ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003), | |
| 1498 | }) | |
| 1499 | o35 = Create("ParticleEmitter",{
| |
| 1500 | ["Parent"] = o34, | |
| 1501 | ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163), | |
| 1502 | ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)), | |
| 1503 | ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds", | |
| 1504 | ["Acceleration"] = Vector3.new(0, -0.899999976, 0), | |
| 1505 | ["Speed"] = NumberRange.new(10,10), | |
| 1506 | }) | |
| 1507 | o36 = Create("Part",{
| |
| 1508 | ["Parent"] = o16, | |
| 1509 | ["Transparency"] = 1, | |
| 1510 | ["Position"] = Vector3.new(13.6292343, -1140.07751, 791.16803), | |
| 1511 | ["Rotation"] = Vector3.new(88.652298, 4.07355118, -54.170784), | |
| 1512 | ["Anchored"] = true, | |
| 1513 | ["CFrame"] = CFrame.new(13.6292343, -1140.07751, 791.16803, 0.583892345, 0.808717191, 0.0710370019, 0.0225025266, 0.0713460743, -0.997199595, -0.811519146, 0.583854675, 0.023460323), | |
| 1514 | ["CanCollide"] = false, | |
| 1515 | ["Locked"] = true, | |
| 1516 | ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003), | |
| 1517 | }) | |
| 1518 | o37 = Create("ParticleEmitter",{
| |
| 1519 | ["Parent"] = o36, | |
| 1520 | ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163), | |
| 1521 | ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)), | |
| 1522 | ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds", | |
| 1523 | ["Acceleration"] = Vector3.new(0, -0.899999976, 0), | |
| 1524 | ["Speed"] = NumberRange.new(10,10), | |
| 1525 | }) | |
| 1526 | o38 = Create("Part",{
| |
| 1527 | ["Parent"] = o16, | |
| 1528 | ["Transparency"] = 1, | |
| 1529 | ["Position"] = Vector3.new(13.6292343, -1140.07751, 791.16803), | |
| 1530 | ["Rotation"] = Vector3.new(92.5079422, 3.48240304, -100.481056), | |
| 1531 | ["Anchored"] = true, | |
| 1532 | ["CFrame"] = CFrame.new(13.6292343, -1140.07751, 791.16803, -0.181574538, 0.981499434, 0.0607419871, 0.031988997, 0.0676312596, -0.997199178, -0.98285675, -0.179122493, -0.0436771102), | |
| 1533 | ["CanCollide"] = false, | |
| 1534 | ["Locked"] = true, | |
| 1535 | ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003), | |
| 1536 | }) | |
| 1537 | o39 = Create("ParticleEmitter",{
| |
| 1538 | ["Parent"] = o38, | |
| 1539 | ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163), | |
| 1540 | ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)), | |
| 1541 | ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds", | |
| 1542 | ["Acceleration"] = Vector3.new(0, -0.899999976, 0), | |
| 1543 | ["Speed"] = NumberRange.new(10,10), | |
| 1544 | }) | |
| 1545 | o40 = Create("Part",{
| |
| 1546 | ["Parent"] = o16, | |
| 1547 | ["Transparency"] = 1, | |
| 1548 | ["Position"] = Vector3.new(13.6292343, -1140.07751, 791.16803), | |
| 1549 | ["Rotation"] = Vector3.new(88.6522217, 4.07366323, -71.6749725), | |
| 1550 | ["Anchored"] = true, | |
| 1551 | ["CFrame"] = CFrame.new(13.6292343, -1140.07751, 791.16803, 0.313612849, 0.946889937, 0.0710389465, 7.52419567e-007, 0.0748128816, -0.997199416, -0.949550927, 0.312734067, 0.0234616306), | |
| 1552 | ["CanCollide"] = false, | |
| 1553 | ["Locked"] = true, | |
| 1554 | ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003), | |
| 1555 | }) | |
| 1556 | o41 = Create("ParticleEmitter",{
| |
| 1557 | ["Parent"] = o40, | |
| 1558 | ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163), | |
| 1559 | ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)), | |
| 1560 | ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds", | |
| 1561 | ["Acceleration"] = Vector3.new(0, -0.899999976, 0), | |
| 1562 | ["Speed"] = NumberRange.new(10,10), | |
| 1563 | }) | |
| 1564 | o42 = Create("Part",{
| |
| 1565 | ["Parent"] = o16, | |
| 1566 | ["Transparency"] = 1, | |
| 1567 | ["Position"] = Vector3.new(13.6292343, -1140.07751, 791.16803), | |
| 1568 | ["Rotation"] = Vector3.new(88.6522217, 4.07363415, -54.7600021), | |
| 1569 | ["Anchored"] = true, | |
| 1570 | ["CFrame"] = CFrame.new(13.6292343, -1140.07751, 791.16803, 0.575544894, 0.814678848, 0.0710384399, 0.0217674468, 0.0715756118, -0.997199476, -0.817480505, 0.575478315, 0.0234615691), | |
| 1571 | ["CanCollide"] = false, | |
| 1572 | ["Locked"] = true, | |
| 1573 | ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003), | |
| 1574 | }) | |
| 1575 | o43 = Create("ParticleEmitter",{
| |
| 1576 | ["Parent"] = o42, | |
| 1577 | ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163), | |
| 1578 | ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)), | |
| 1579 | ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds", | |
| 1580 | ["Acceleration"] = Vector3.new(0, -0.899999976, 0), | |
| 1581 | ["Speed"] = NumberRange.new(10,10), | |
| 1582 | }) | |
| 1583 | o44 = Create("Part",{
| |
| 1584 | ["Parent"] = o16, | |
| 1585 | ["Transparency"] = 1, | |
| 1586 | ["Position"] = Vector3.new(13.6292343, -1140.07751, 791.16803), | |
| 1587 | ["Rotation"] = Vector3.new(88.6522293, 4.07363319, -64.9099731), | |
| 1588 | ["Anchored"] = true, | |
| 1589 | ["CFrame"] = CFrame.new(13.6292343, -1140.07751, 791.16803, 0.422970563, 0.903354645, 0.071038425, 0.00881337654, 0.0742913932, -0.997199476, -0.90610069, 0.422411412, 0.0234615393), | |
| 1590 | ["CanCollide"] = false, | |
| 1591 | ["Locked"] = true, | |
| 1592 | ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003), | |
| 1593 | }) | |
| 1594 | o45 = Create("ParticleEmitter",{
| |
| 1595 | ["Parent"] = o44, | |
| 1596 | ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163), | |
| 1597 | ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)), | |
| 1598 | ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds", | |
| 1599 | ["Acceleration"] = Vector3.new(0, -0.899999976, 0), | |
| 1600 | ["Speed"] = NumberRange.new(10,10), | |
| 1601 | }) | |
| 1602 | o46 = Create("Part",{
| |
| 1603 | ["Parent"] = o16, | |
| 1604 | ["Transparency"] = 1, | |
| 1605 | ["Position"] = Vector3.new(13.6292343, -1140.07751, 791.16803), | |
| 1606 | ["Rotation"] = Vector3.new(85.7858124, 0.805993795, 6.10579872), | |
| 1607 | ["Anchored"] = true, | |
| 1608 | ["CFrame"] = CFrame.new(13.6292343, -1140.07751, 791.16803, 0.994228899, -0.106354184, 0.0140667818, 0.0217652507, 0.0715764016, -0.997199416, 0.105049394, 0.99174881, 0.0734781027), | |
| 1609 | ["CanCollide"] = false, | |
| 1610 | ["Locked"] = true, | |
| 1611 | ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003), | |
| 1612 | }) | |
| 1613 | o47 = Create("ParticleEmitter",{
| |
| 1614 | ["Parent"] = o46, | |
| 1615 | ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163), | |
| 1616 | ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)), | |
| 1617 | ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds", | |
| 1618 | ["Acceleration"] = Vector3.new(0, -0.899999976, 0), | |
| 1619 | ["Speed"] = NumberRange.new(10,10), | |
| 1620 | }) | |
| 1621 | o48 = Create("Part",{
| |
| 1622 | ["Parent"] = o16, | |
| 1623 | ["Transparency"] = 1, | |
| 1624 | ["Position"] = Vector3.new(13.6292343, -1140.07751, 791.16803), | |
| 1625 | ["Rotation"] = Vector3.new(90.5981674, 4.24854565, -80.5159073), | |
| 1626 | ["Anchored"] = true, | |
| 1627 | ["CFrame"] = CFrame.new(13.6292343, -1140.07751, 791.16803, 0.164320961, 0.983621061, 0.0740831718, 0.0225036014, 0.0713462606, -0.997199535, -0.986150265, 0.165527821, -0.0104111936), | |
| 1628 | ["CanCollide"] = false, | |
| 1629 | ["Locked"] = true, | |
| 1630 | ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003), | |
| 1631 | }) | |
| 1632 | o49 = Create("ParticleEmitter",{
| |
| 1633 | ["Parent"] = o48, | |
| 1634 | ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163), | |
| 1635 | ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)), | |
| 1636 | ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds", | |
| 1637 | ["Acceleration"] = Vector3.new(0, -0.899999976, 0), | |
| 1638 | ["Speed"] = NumberRange.new(10,10), | |
| 1639 | }) | |
| 1640 | o50 = Create("Part",{
| |
| 1641 | ["Parent"] = o16, | |
| 1642 | ["Transparency"] = 1, | |
| 1643 | ["Position"] = Vector3.new(13.6292343, -1140.07751, 791.16803), | |
| 1644 | ["Rotation"] = Vector3.new(92.5080032, 3.48228145, -108.879791), | |
| 1645 | ["Anchored"] = true, | |
| 1646 | ["CFrame"] = CFrame.new(13.6292343, -1140.07751, 791.16803, -0.322986245, 0.944452524, 0.0607398674, 0.021769356, 0.07157664, -0.997199357, -0.946153343, -0.32075882, -0.0436782129), | |
| 1647 | ["CanCollide"] = false, | |
| 1648 | ["Locked"] = true, | |
| 1649 | ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003), | |
| 1650 | }) | |
| 1651 | o51 = Create("ParticleEmitter",{
| |
| 1652 | ["Parent"] = o50, | |
| 1653 | ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163), | |
| 1654 | ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)), | |
| 1655 | ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds", | |
| 1656 | ["Acceleration"] = Vector3.new(0, -0.899999976, 0), | |
| 1657 | ["Speed"] = NumberRange.new(10,10), | |
| 1658 | }) | |
| 1659 | o52 = Create("Part",{
| |
| 1660 | ["Parent"] = o16, | |
| 1661 | ["Transparency"] = 1, | |
| 1662 | ["Position"] = Vector3.new(13.6292343, -1140.07751, 791.16803), | |
| 1663 | ["Rotation"] = Vector3.new(90.5981445, 4.24865246, -91.2550812), | |
| 1664 | ["Anchored"] = true, | |
| 1665 | ["CFrame"] = CFrame.new(13.6292343, -1140.07751, 791.16803, -0.0218434073, 0.997012675, 0.0740850344, 0.0088143833, 0.0742918178, -0.997199416, -0.999722719, -0.0211290903, -0.0104107056), | |
| 1666 | ["CanCollide"] = false, | |
| 1667 | ["Locked"] = true, | |
| 1668 | ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003), | |
| 1669 | }) | |
| 1670 | o53 = Create("ParticleEmitter",{
| |
| 1671 | ["Parent"] = o52, | |
| 1672 | ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163), | |
| 1673 | ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)), | |
| 1674 | ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds", | |
| 1675 | ["Acceleration"] = Vector3.new(0, -0.899999976, 0), | |
| 1676 | ["Speed"] = NumberRange.new(10,10), | |
| 1677 | }) | |
| 1678 | o54 = Create("Part",{
| |
| 1679 | ["Parent"] = o16, | |
| 1680 | ["Transparency"] = 1, | |
| 1681 | ["Position"] = Vector3.new(13.6292343, -1140.07751, 791.16803), | |
| 1682 | ["Rotation"] = Vector3.new(90.5981445, 4.2486515, -81.1051102), | |
| 1683 | ["Anchored"] = true, | |
| 1684 | ["CFrame"] = CFrame.new(13.6292343, -1140.07751, 791.16803, 0.15419735, 0.985258758, 0.0740850121, 0.0217685215, 0.071575813, -0.997199357, -0.9878003, 0.155377954, -0.0104107037), | |
| 1685 | ["CanCollide"] = false, | |
| 1686 | ["Locked"] = true, | |
| 1687 | ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003), | |
| 1688 | }) | |
| 1689 | o55 = Create("ParticleEmitter",{
| |
| 1690 | ["Parent"] = o54, | |
| 1691 | ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163), | |
| 1692 | ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)), | |
| 1693 | ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds", | |
| 1694 | ["Acceleration"] = Vector3.new(0, -0.899999976, 0), | |
| 1695 | ["Speed"] = NumberRange.new(10,10), | |
| 1696 | }) | |
| 1697 | o56 = Create("Part",{
| |
| 1698 | ["Parent"] = o16, | |
| 1699 | ["Transparency"] = 1, | |
| 1700 | ["Position"] = Vector3.new(13.6292343, -1140.07751, 791.16803), | |
| 1701 | ["Rotation"] = Vector3.new(92.5080032, 3.48227262, -114.811272), | |
| 1702 | ["Anchored"] = true, | |
| 1703 | ["CFrame"] = CFrame.new(13.6292343, -1140.07751, 791.16803, -0.418855935, 0.906019092, 0.0607397109, 0.0142561644, 0.0734429136, -0.997199357, -0.907940924, -0.416816145, -0.0436781682), | |
| 1704 | ["CanCollide"] = false, | |
| 1705 | ["Locked"] = true, | |
| 1706 | ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003), | |
| 1707 | }) | |
| 1708 | o57 = Create("ParticleEmitter",{
| |
| 1709 | ["Parent"] = o56, | |
| 1710 | ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163), | |
| 1711 | ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)), | |
| 1712 | ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds", | |
| 1713 | ["Acceleration"] = Vector3.new(0, -0.899999976, 0), | |
| 1714 | ["Speed"] = NumberRange.new(10,10), | |
| 1715 | }) | |
| 1716 | o58 = Create("Part",{
| |
| 1717 | ["Parent"] = o16, | |
| 1718 | ["Transparency"] = 1, | |
| 1719 | ["Position"] = Vector3.new(13.6292343, -1140.07751, 791.16803), | |
| 1720 | ["Rotation"] = Vector3.new(92.5080185, 3.48230243, -125.794777), | |
| 1721 | ["Anchored"] = true, | |
| 1722 | ["CFrame"] = CFrame.new(13.6292343, -1140.07751, 791.16803, -0.583803773, 0.809619486, 0.0607402325, 2.25007534e-006, 0.0748144388, -0.997199237, -0.811894834, -0.582167447, -0.0436785743), | |
| 1723 | ["CanCollide"] = false, | |
| 1724 | ["Locked"] = true, | |
| 1725 | ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003), | |
| 1726 | }) | |
| 1727 | o59 = Create("ParticleEmitter",{
| |
| 1728 | ["Parent"] = o58, | |
| 1729 | ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163), | |
| 1730 | ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)), | |
| 1731 | ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds", | |
| 1732 | ["Acceleration"] = Vector3.new(0, -0.899999976, 0), | |
| 1733 | ["Speed"] = NumberRange.new(10,10), | |
| 1734 | }) | |
| 1735 | o60 = Create("Part",{
| |
| 1736 | ["Parent"] = o16, | |
| 1737 | ["Transparency"] = 1, | |
| 1738 | ["Position"] = Vector3.new(13.6292343, -1140.07751, 791.16803), | |
| 1739 | ["Rotation"] = Vector3.new(90.5981445, 4.24864292, -87.0365982), | |
| 1740 | ["Anchored"] = true, | |
| 1741 | ["CFrame"] = CFrame.new(13.6292343, -1140.07751, 791.16803, 0.0515560172, 0.995918393, 0.0740848705, 0.0142553989, 0.0734420046, -0.997199357, -0.998568416, 0.0524677485, -0.0104107074), | |
| 1742 | ["CanCollide"] = false, | |
| 1743 | ["Locked"] = true, | |
| 1744 | ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003), | |
| 1745 | }) | |
| 1746 | o61 = Create("ParticleEmitter",{
| |
| 1747 | ["Parent"] = o60, | |
| 1748 | ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163), | |
| 1749 | ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)), | |
| 1750 | ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds", | |
| 1751 | ["Acceleration"] = Vector3.new(0, -0.899999976, 0), | |
| 1752 | ["Speed"] = NumberRange.new(10,10), | |
| 1753 | }) | |
| 1754 | o62 = Create("Part",{
| |
| 1755 | ["Parent"] = o16, | |
| 1756 | ["Transparency"] = 1, | |
| 1757 | ["Position"] = Vector3.new(13.6292343, -1140.07751, 791.16803), | |
| 1758 | ["Rotation"] = Vector3.new(90.5980301, 4.24873638, -72.7063599), | |
| 1759 | ["Anchored"] = true, | |
| 1760 | ["CFrame"] = CFrame.new(13.6292343, -1140.07751, 791.16803, 0.296452016, 0.952169955, 0.0740864947, 0.0319880433, 0.0676306561, -0.997199297, -0.95451194, 0.297991157, -0.0104086772), | |
| 1761 | ["CanCollide"] = false, | |
| 1762 | ["Locked"] = true, | |
| 1763 | ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003), | |
| 1764 | }) | |
| 1765 | o63 = Create("ParticleEmitter",{
| |
| 1766 | ["Parent"] = o62, | |
| 1767 | ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163), | |
| 1768 | ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)), | |
| 1769 | ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds", | |
| 1770 | ["Acceleration"] = Vector3.new(0, -0.899999976, 0), | |
| 1771 | ["Speed"] = NumberRange.new(10,10), | |
| 1772 | }) | |
| 1773 | o64 = Create("Part",{
| |
| 1774 | ["Parent"] = o16, | |
| 1775 | ["Transparency"] = 1, | |
| 1776 | ["Position"] = Vector3.new(13.6292343, -1140.07751, 791.16803), | |
| 1777 | ["Rotation"] = Vector3.new(90.5981522, 4.24868107, -98.0200729), | |
| 1778 | ["Anchored"] = true, | |
| 1779 | ["CFrame"] = CFrame.new(13.6292343, -1140.07751, 791.16803, -0.139136612, 0.987498105, 0.0740855336, 1.6912818e-006, 0.0748133883, -0.997199357, -0.990273178, -0.13874647, -0.0104108211), | |
| 1780 | ["CanCollide"] = false, | |
| 1781 | ["Locked"] = true, | |
| 1782 | ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003), | |
| 1783 | }) | |
| 1784 | o65 = Create("ParticleEmitter",{
| |
| 1785 | ["Parent"] = o64, | |
| 1786 | ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163), | |
| 1787 | ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)), | |
| 1788 | ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds", | |
| 1789 | ["Acceleration"] = Vector3.new(0, -0.899999976, 0), | |
| 1790 | ["Speed"] = NumberRange.new(10,10), | |
| 1791 | }) | |
| 1792 | o66 = Create("Part",{
| |
| 1793 | ["Parent"] = o16, | |
| 1794 | ["Transparency"] = 1, | |
| 1795 | ["Position"] = Vector3.new(13.6292343, -1140.07751, 791.16803), | |
| 1796 | ["Rotation"] = Vector3.new(86.5763168, 2.58728242, -20.1215248), | |
| 1797 | ["Anchored"] = true, | |
| 1798 | ["CFrame"] = CFrame.new(13.6292343, -1140.07751, 791.16803, 0.938007891, 0.343661755, 0.0451412499, 0.0217661932, 0.0715755075, -0.997199476, -0.345929593, 0.93636179, 0.0596581995), | |
| 1799 | ["CanCollide"] = false, | |
| 1800 | ["Locked"] = true, | |
| 1801 | ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003), | |
| 1802 | }) | |
| 1803 | o67 = Create("ParticleEmitter",{
| |
| 1804 | ["Parent"] = o66, | |
| 1805 | ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163), | |
| 1806 | ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)), | |
| 1807 | ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds", | |
| 1808 | ["Acceleration"] = Vector3.new(0, -0.899999976, 0), | |
| 1809 | ["Speed"] = NumberRange.new(10,10), | |
| 1810 | }) | |
| 1811 | o68 = Create("Part",{
| |
| 1812 | ["Parent"] = o16, | |
| 1813 | ["Transparency"] = 1, | |
| 1814 | ["Position"] = Vector3.new(13.6292343, -1140.07751, 791.16803), | |
| 1815 | ["Rotation"] = Vector3.new(88.1726608, 3.88256121, -39.4587975), | |
| 1816 | ["Anchored"] = true, | |
| 1817 | ["CFrame"] = CFrame.new(13.6292343, -1140.07751, 791.16803, 0.770309925, 0.634064615, 0.067711629, 0.0319868773, 0.0676303059, -0.997199357, -0.636866927, 0.770317078, 0.0318146087), | |
| 1818 | ["CanCollide"] = false, | |
| 1819 | ["Locked"] = true, | |
| 1820 | ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003), | |
| 1821 | }) | |
| 1822 | o69 = Create("ParticleEmitter",{
| |
| 1823 | ["Parent"] = o68, | |
| 1824 | ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163), | |
| 1825 | ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)), | |
| 1826 | ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds", | |
| 1827 | ["Acceleration"] = Vector3.new(0, -0.899999976, 0), | |
| 1828 | ["Speed"] = NumberRange.new(10,10), | |
| 1829 | }) | |
| 1830 | o70 = Create("Part",{
| |
| 1831 | ["Parent"] = o16, | |
| 1832 | ["Transparency"] = 1, | |
| 1833 | ["Position"] = Vector3.new(13.6292343, -1140.07751, 791.16803), | |
| 1834 | ["Rotation"] = Vector3.new(86.5764236, 2.58725405, -19.5322876), | |
| 1835 | ["Anchored"] = true, | |
| 1836 | ["CFrame"] = CFrame.new(13.6292343, -1140.07751, 791.16803, 0.941492617, 0.33399722, 0.0451407582, 0.0225012712, 0.0713459849, -0.997199714, -0.336281836, 0.93987, 0.0596563518), | |
| 1837 | ["CanCollide"] = false, | |
| 1838 | ["Locked"] = true, | |
| 1839 | ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003), | |
| 1840 | }) | |
| 1841 | o71 = Create("ParticleEmitter",{
| |
| 1842 | ["Parent"] = o70, | |
| 1843 | ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163), | |
| 1844 | ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)), | |
| 1845 | ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds", | |
| 1846 | ["Acceleration"] = Vector3.new(0, -0.899999976, 0), | |
| 1847 | ["Speed"] = NumberRange.new(10,10), | |
| 1848 | }) | |
| 1849 | o72 = Create("Part",{
| |
| 1850 | ["Parent"] = o16, | |
| 1851 | ["Transparency"] = 1, | |
| 1852 | ["Position"] = Vector3.new(13.6292343, -1140.07751, 791.16803), | |
| 1853 | ["Rotation"] = Vector3.new(85.7859116, 0.806017935, 6.69499683), | |
| 1854 | ["Anchored"] = true, | |
| 1855 | ["CFrame"] = CFrame.new(13.6292343, -1140.07751, 791.16803, 0.993082643, -0.116572484, 0.0140672028, 0.0225003324, 0.0713469088, -0.997199535, 0.115242243, 0.990616262, 0.0734762773), | |
| 1856 | ["CanCollide"] = false, | |
| 1857 | ["Locked"] = true, | |
| 1858 | ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003), | |
| 1859 | }) | |
| 1860 | o73 = Create("ParticleEmitter",{
| |
| 1861 | ["Parent"] = o72, | |
| 1862 | ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163), | |
| 1863 | ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)), | |
| 1864 | ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds", | |
| 1865 | ["Acceleration"] = Vector3.new(0, -0.899999976, 0), | |
| 1866 | ["Speed"] = NumberRange.new(10,10), | |
| 1867 | }) | |
| 1868 | o74 = Create("Part",{
| |
| 1869 | ["Parent"] = o16, | |
| 1870 | ["Transparency"] = 1, | |
| 1871 | ["Position"] = Vector3.new(13.6292343, -1140.07751, 791.16803), | |
| 1872 | ["Rotation"] = Vector3.new(85.78582, 0.805994451, 0.174329057), | |
| 1873 | ["Anchored"] = true, | |
| 1874 | ["CFrame"] = CFrame.new(13.6292343, -1140.07751, 791.16803, 0.999896467, -0.00304231024, 0.014066793, 0.0142521039, 0.0734422281, -0.997199416, 0.00200076075, 0.997294903, 0.0734779537), | |
| 1875 | ["CanCollide"] = false, | |
| 1876 | ["Locked"] = true, | |
| 1877 | ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003), | |
| 1878 | }) | |
| 1879 | o75 = Create("ParticleEmitter",{
| |
| 1880 | ["Parent"] = o74, | |
| 1881 | ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163), | |
| 1882 | ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)), | |
| 1883 | ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds", | |
| 1884 | ["Acceleration"] = Vector3.new(0, -0.899999976, 0), | |
| 1885 | ["Speed"] = NumberRange.new(10,10), | |
| 1886 | }) | |
| 1887 | o76 = Create("Part",{
| |
| 1888 | ["Parent"] = o16, | |
| 1889 | ["Transparency"] = 1, | |
| 1890 | ["Position"] = Vector3.new(13.6292343, -1140.07751, 791.16803), | |
| 1891 | ["Rotation"] = Vector3.new(86.5761871, 2.58722425, -11.7227564), | |
| 1892 | ["Anchored"] = true, | |
| 1893 | ["CFrame"] = CFrame.new(13.6292343, -1140.07751, 791.16803, 0.978144228, 0.202969119, 0.0451402366, 0.0319857337, 0.067630738, -0.997199416, -0.205453068, 0.976846695, 0.0596604981), | |
| 1894 | ["CanCollide"] = false, | |
| 1895 | ["Locked"] = true, | |
| 1896 | ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003), | |
| 1897 | }) | |
| 1898 | o77 = Create("ParticleEmitter",{
| |
| 1899 | ["Parent"] = o76, | |
| 1900 | ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163), | |
| 1901 | ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)), | |
| 1902 | ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds", | |
| 1903 | ["Acceleration"] = Vector3.new(0, -0.899999976, 0), | |
| 1904 | ["Speed"] = NumberRange.new(10,10), | |
| 1905 | }) | |
| 1906 | o78 = Create("Part",{
| |
| 1907 | ["Parent"] = o16, | |
| 1908 | ["Transparency"] = 1, | |
| 1909 | ["Position"] = Vector3.new(13.6292343, -1140.07751, 791.16803), | |
| 1910 | ["Rotation"] = Vector3.new(85.7857819, 0.806004465, -10.809165), | |
| 1911 | ["Anchored"] = true, | |
| 1912 | ["CFrame"] = CFrame.new(13.6292343, -1140.07751, 791.16803, 0.982160211, 0.187519893, 0.0140669681, -1.57952309e-006, 0.0748129785, -0.997199416, -0.188046604, 0.979407728, 0.073478587), | |
| 1913 | ["CanCollide"] = false, | |
| 1914 | ["Locked"] = true, | |
| 1915 | ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003), | |
| 1916 | }) | |
| 1917 | o79 = Create("ParticleEmitter",{
| |
| 1918 | ["Parent"] = o78, | |
| 1919 | ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163), | |
| 1920 | ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)), | |
| 1921 | ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds", | |
| 1922 | ["Acceleration"] = Vector3.new(0, -0.899999976, 0), | |
| 1923 | ["Speed"] = NumberRange.new(10,10), | |
| 1924 | }) | |
| 1925 | o80 = Create("Part",{
| |
| 1926 | ["Parent"] = o16, | |
| 1927 | ["Transparency"] = 1, | |
| 1928 | ["Position"] = Vector3.new(13.6292343, -1140.07751, 791.16803), | |
| 1929 | ["Rotation"] = Vector3.new(85.7858124, 0.805993795, -4.04415083), | |
| 1930 | ["Anchored"] = true, | |
| 1931 | ["CFrame"] = CFrame.new(13.6292343, -1140.07751, 791.16803, 0.99741137, 0.0705181807, 0.0140667818, 0.00881107524, 0.0742917582, -0.997199416, -0.0713654235, 0.994740188, 0.0734780729), | |
| 1932 | ["CanCollide"] = false, | |
| 1933 | ["Locked"] = true, | |
| 1934 | ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003), | |
| 1935 | }) | |
| 1936 | o81 = Create("ParticleEmitter",{
| |
| 1937 | ["Parent"] = o80, | |
| 1938 | ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163), | |
| 1939 | ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)), | |
| 1940 | ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds", | |
| 1941 | ["Acceleration"] = Vector3.new(0, -0.899999976, 0), | |
| 1942 | ["Speed"] = NumberRange.new(10,10), | |
| 1943 | }) | |
| 1944 | o82 = Create("Part",{
| |
| 1945 | ["Parent"] = o16, | |
| 1946 | ["Transparency"] = 1, | |
| 1947 | ["Position"] = Vector3.new(13.6292343, -1140.07751, 791.16803), | |
| 1948 | ["Rotation"] = Vector3.new(86.5763245, 2.5872798, -26.05299), | |
| 1949 | ["Anchored"] = true, | |
| 1950 | ["CFrame"] = CFrame.new(13.6292343, -1140.07751, 791.16803, 0.897472501, 0.438754529, 0.0451412052, 0.0142531395, 0.0734415054, -0.997199476, -0.440840036, 0.895600855, 0.0596581101), | |
| 1951 | ["CanCollide"] = false, | |
| 1952 | ["Locked"] = true, | |
| 1953 | ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003), | |
| 1954 | }) | |
| 1955 | o83 = Create("ParticleEmitter",{
| |
| 1956 | ["Parent"] = o82, | |
| 1957 | ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163), | |
| 1958 | ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)), | |
| 1959 | ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds", | |
| 1960 | ["Acceleration"] = Vector3.new(0, -0.899999976, 0), | |
| 1961 | ["Speed"] = NumberRange.new(10,10), | |
| 1962 | }) | |
| 1963 | o84 = Create("Part",{
| |
| 1964 | ["Parent"] = o16, | |
| 1965 | ["Transparency"] = 1, | |
| 1966 | ["Position"] = Vector3.new(13.6292343, -1140.07751, 791.16803), | |
| 1967 | ["Rotation"] = Vector3.new(86.5763168, 2.58728147, -30.271471), | |
| 1968 | ["Anchored"] = true, | |
| 1969 | ["CFrame"] = CFrame.new(13.6292343, -1140.07751, 791.16803, 0.862766325, 0.503583789, 0.045141235, 0.00881213322, 0.07429111, -0.997199476, -0.505526066, 0.860746384, 0.0596582144), | |
| 1970 | ["CanCollide"] = false, | |
| 1971 | ["Locked"] = true, | |
| 1972 | ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003), | |
| 1973 | }) | |
| 1974 | o85 = Create("ParticleEmitter",{
| |
| 1975 | ["Parent"] = o84, | |
| 1976 | ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163), | |
| 1977 | ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)), | |
| 1978 | ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds", | |
| 1979 | ["Acceleration"] = Vector3.new(0, -0.899999976, 0), | |
| 1980 | ["Speed"] = NumberRange.new(10,10), | |
| 1981 | }) | |
| 1982 | o86 = Create("Part",{
| |
| 1983 | ["Parent"] = o16, | |
| 1984 | ["Transparency"] = 1, | |
| 1985 | ["Position"] = Vector3.new(13.6292343, -1140.07751, 791.16803), | |
| 1986 | ["Rotation"] = Vector3.new(85.7857132, 0.805881739, 14.504549), | |
| 1987 | ["Anchored"] = true, | |
| 1988 | ["CFrame"] = CFrame.new(13.6292343, -1140.07751, 791.16803, 0.968032002, -0.250432104, 0.0140648261, 0.0319848694, 0.0676316917, -0.997199297, 0.248779178, 0.965768933, 0.0734796599), | |
| 1989 | ["CanCollide"] = false, | |
| 1990 | ["Locked"] = true, | |
| 1991 | ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003), | |
| 1992 | }) | |
| 1993 | o87 = Create("ParticleEmitter",{
| |
| 1994 | ["Parent"] = o86, | |
| 1995 | ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163), | |
| 1996 | ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)), | |
| 1997 | ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds", | |
| 1998 | ["Acceleration"] = Vector3.new(0, -0.899999976, 0), | |
| 1999 | ["Speed"] = NumberRange.new(10,10), | |
| 2000 | }) | |
| 2001 | o88 = Create("Part",{
| |
| 2002 | ["Parent"] = o16, | |
| 2003 | ["Transparency"] = 1, | |
| 2004 | ["Position"] = Vector3.new(13.6292343, -1140.07751, 791.16803), | |
| 2005 | ["Rotation"] = Vector3.new(88.1727982, 3.88255501, -58.0075073), | |
| 2006 | ["Anchored"] = true, | |
| 2007 | ["CFrame"] = CFrame.new(13.6292343, -1140.07751, 791.16803, 0.528592288, 0.846171021, 0.0677115172, 0.00881337747, 0.0742911473, -0.997199416, -0.848830044, 0.527707875, 0.03181215), | |
| 2008 | ["CanCollide"] = false, | |
| 2009 | ["Locked"] = true, | |
| 2010 | ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003), | |
| 2011 | }) | |
| 2012 | o89 = Create("ParticleEmitter",{
| |
| 2013 | ["Parent"] = o88, | |
| 2014 | ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163), | |
| 2015 | ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)), | |
| 2016 | ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds", | |
| 2017 | ["Acceleration"] = Vector3.new(0, -0.899999976, 0), | |
| 2018 | ["Speed"] = NumberRange.new(10,10), | |
| 2019 | }) | |
| 2020 | o90 = Create("Part",{
| |
| 2021 | ["Parent"] = o16, | |
| 2022 | ["Transparency"] = 1, | |
| 2023 | ["Position"] = Vector3.new(13.6292343, -1140.07751, 791.16803), | |
| 2024 | ["Rotation"] = Vector3.new(92.5079803, 3.48217797, -108.290573), | |
| 2025 | ["Anchored"] = true, | |
| 2026 | ["CFrame"] = CFrame.new(13.6292343, -1140.07751, 791.16803, -0.3132568, 0.947724164, 0.0607380643, 0.0225044452, 0.0713471472, -0.997199416, -0.949401677, -0.311012, -0.0436778031), | |
| 2027 | ["CanCollide"] = false, | |
| 2028 | ["Locked"] = true, | |
| 2029 | ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003), | |
| 2030 | }) | |
| 2031 | o91 = Create("ParticleEmitter",{
| |
| 2032 | ["Parent"] = o90, | |
| 2033 | ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163), | |
| 2034 | ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)), | |
| 2035 | ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds", | |
| 2036 | ["Acceleration"] = Vector3.new(0, -0.899999976, 0), | |
| 2037 | ["Speed"] = NumberRange.new(10,10), | |
| 2038 | }) | |
| 2039 | o92 = Create("Part",{
| |
| 2040 | ["Parent"] = o16, | |
| 2041 | ["Transparency"] = 1, | |
| 2042 | ["Position"] = Vector3.new(13.6292343, -1140.07751, 791.16803), | |
| 2043 | ["Rotation"] = Vector3.new(88.1727982, 3.88255286, -47.8575058), | |
| 2044 | ["Anchored"] = true, | |
| 2045 | ["CFrame"] = CFrame.new(13.6292343, -1140.07751, 791.16803, 0.669436872, 0.73977679, 0.06771148, 0.0217674114, 0.0715753064, -0.997199416, -0.742550015, 0.669034898, 0.0318121836), | |
| 2046 | ["CanCollide"] = false, | |
| 2047 | ["Locked"] = true, | |
| 2048 | ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003), | |
| 2049 | }) | |
| 2050 | o93 = Create("ParticleEmitter",{
| |
| 2051 | ["Parent"] = o92, | |
| 2052 | ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163), | |
| 2053 | ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)), | |
| 2054 | ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds", | |
| 2055 | ["Acceleration"] = Vector3.new(0, -0.899999976, 0), | |
| 2056 | ["Speed"] = NumberRange.new(10,10), | |
| 2057 | }) | |
| 2058 | o94 = Create("Part",{
| |
| 2059 | ["Parent"] = o16, | |
| 2060 | ["Transparency"] = 1, | |
| 2061 | ["Position"] = Vector3.new(13.6292343, -1140.07751, 791.16803), | |
| 2062 | ["Rotation"] = Vector3.new(88.1727905, 3.88258696, -64.7724915), | |
| 2063 | ["Anchored"] = true, | |
| 2064 | ["CFrame"] = CFrame.new(13.6292343, -1140.07751, 791.16803, 0.42523545, 0.902546406, 0.067712076, 7.84173608e-007, 0.074812673, -0.997199357, -0.905082703, 0.424043894, 0.0318123475), | |
| 2065 | ["CanCollide"] = false, | |
| 2066 | ["Locked"] = true, | |
| 2067 | ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003), | |
| 2068 | }) | |
| 2069 | o95 = Create("ParticleEmitter",{
| |
| 2070 | ["Parent"] = o94, | |
| 2071 | ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163), | |
| 2072 | ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)), | |
| 2073 | ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds", | |
| 2074 | ["Acceleration"] = Vector3.new(0, -0.899999976, 0), | |
| 2075 | ["Speed"] = NumberRange.new(10,10), | |
| 2076 | }) | |
| 2077 | o96 = Create("Part",{
| |
| 2078 | ["Parent"] = o16, | |
| 2079 | ["Transparency"] = 1, | |
| 2080 | ["Position"] = Vector3.new(13.6292343, -1140.07751, 791.16803), | |
| 2081 | ["Rotation"] = Vector3.new(88.1728058, 3.88254642, -53.78899), | |
| 2082 | ["Anchored"] = true, | |
| 2083 | ["CFrame"] = CFrame.new(13.6292343, -1140.07751, 791.16803, 0.589404881, 0.80499506, 0.0677113682, 0.0142543623, 0.0734413564, -0.997199476, -0.807711899, 0.588718295, 0.0318120643), | |
| 2084 | ["CanCollide"] = false, | |
| 2085 | ["Locked"] = true, | |
| 2086 | ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003), | |
| 2087 | }) | |
| 2088 | o97 = Create("ParticleEmitter",{
| |
| 2089 | ["Parent"] = o96, | |
| 2090 | ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163), | |
| 2091 | ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)), | |
| 2092 | ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds", | |
| 2093 | ["Acceleration"] = Vector3.new(0, -0.899999976, 0), | |
| 2094 | ["Speed"] = NumberRange.new(10,10), | |
| 2095 | }) | |
| 2096 | o98 = Create("Part",{
| |
| 2097 | ["Parent"] = o16, | |
| 2098 | ["Transparency"] = 1, | |
| 2099 | ["Position"] = Vector3.new(13.6292343, -1140.07751, 791.16803), | |
| 2100 | ["Rotation"] = Vector3.new(92.5080032, 3.48228097, -119.029747), | |
| 2101 | ["Anchored"] = true, | |
| 2102 | ["CFrame"] = CFrame.new(13.6292343, -1140.07751, 791.16803, -0.484367788, 0.872753441, 0.0607398599, 0.00881505013, 0.0742927566, -0.997199357, -0.874820292, -0.482474804, -0.043678198), | |
| 2103 | ["CanCollide"] = false, | |
| 2104 | ["Locked"] = true, | |
| 2105 | ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003), | |
| 2106 | }) | |
| 2107 | o99 = Create("ParticleEmitter",{
| |
| 2108 | ["Parent"] = o98, | |
| 2109 | ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163), | |
| 2110 | ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)), | |
| 2111 | ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds", | |
| 2112 | ["Acceleration"] = Vector3.new(0, -0.899999976, 0), | |
| 2113 | ["Speed"] = NumberRange.new(10,10), | |
| 2114 | }) | |
| 2115 | o100 = Create("Part",{
| |
| 2116 | ["Parent"] = o16, | |
| 2117 | ["Transparency"] = 1, | |
| 2118 | ["Position"] = Vector3.new(13.6292343, -1140.07751, 791.16803), | |
| 2119 | ["Rotation"] = Vector3.new(86.5762939, 2.58730626, -37.0364799), | |
| 2120 | ["Anchored"] = true, | |
| 2121 | ["CFrame"] = CFrame.new(13.6292343, -1140.07751, 791.16803, 0.797438562, 0.601709425, 0.0451416671, -4.47034836e-007, 0.0748125091, -0.997199535, -0.603400409, 0.795203745, 0.0596586503), | |
| 2122 | ["CanCollide"] = false, | |
| 2123 | ["Locked"] = true, | |
| 2124 | ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003), | |
| 2125 | }) | |
| 2126 | o101 = Create("ParticleEmitter",{
| |
| 2127 | ["Parent"] = o100, | |
| 2128 | ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163), | |
| 2129 | ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)), | |
| 2130 | ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds", | |
| 2131 | ["Acceleration"] = Vector3.new(0, -0.899999976, 0), | |
| 2132 | ["Speed"] = NumberRange.new(10,10), | |
| 2133 | }) | |
| 2134 | o102 = Create("Part",{
| |
| 2135 | ["Parent"] = o16, | |
| 2136 | ["Transparency"] = 1, | |
| 2137 | ["Position"] = Vector3.new(13.6292343, -1140.07751, 791.16803), | |
| 2138 | ["Rotation"] = Vector3.new(88.1728821, 3.88248229, -47.2683334), | |
| 2139 | ["Anchored"] = true, | |
| 2140 | ["CFrame"] = CFrame.new(13.6292343, -1140.07751, 791.16803, 0.67700851, 0.732853889, 0.0677102506, 0.022502467, 0.0713458061, -0.997199595, -0.735631049, 0.676635146, 0.0318107568), | |
| 2141 | ["CanCollide"] = false, | |
| 2142 | ["Locked"] = true, | |
| 2143 | ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003), | |
| 2144 | }) | |
| 2145 | o103 = Create("ParticleEmitter",{
| |
| 2146 | ["Parent"] = o102, | |
| 2147 | ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163), | |
| 2148 | ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)), | |
| 2149 | ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds", | |
| 2150 | ["Acceleration"] = Vector3.new(0, -0.899999976, 0), | |
| 2151 | ["Speed"] = NumberRange.new(10,10), | |
| 2152 | }) | |
| 2153 | o104 = Create("Part",{
| |
| 2154 | ["Parent"] = o16, | |
| 2155 | ["Transparency"] = 1, | |
| 2156 | ["Position"] = Vector3.new(13.6292343, -1140.07751, 791.16803), | |
| 2157 | ["Rotation"] = Vector3.new(94.2613144, -0.499827653, -175.694702), | |
| 2158 | ["Anchored"] = true, | |
| 2159 | ["CFrame"] = CFrame.new(13.6292343, -1140.07751, 791.16803, -0.997140229, 0.0750680491, -0.00872352719, 0.0142532885, 0.0734430179, -0.997199416, -0.0742171258, -0.994470239, -0.0743027255), | |
| 2160 | ["CanCollide"] = false, | |
| 2161 | ["Locked"] = true, | |
| 2162 | ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003), | |
| 2163 | }) | |
| 2164 | o105 = Create("ParticleEmitter",{
| |
| 2165 | ["Parent"] = o104, | |
| 2166 | ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163), | |
| 2167 | ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)), | |
| 2168 | ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds", | |
| 2169 | ["Acceleration"] = Vector3.new(0, -0.899999976, 0), | |
| 2170 | ["Speed"] = NumberRange.new(10,10), | |
| 2171 | }) | |
| 2172 | o106 = Create("Part",{
| |
| 2173 | ["Parent"] = o16, | |
| 2174 | ["Transparency"] = 1, | |
| 2175 | ["Position"] = Vector3.new(13.6292343, -1140.07751, 791.16803), | |
| 2176 | ["Rotation"] = Vector3.new(94.261322, -0.499826789, -179.913193), | |
| 2177 | ["Anchored"] = true, | |
| 2178 | ["CFrame"] = CFrame.new(13.6292343, -1140.07751, 791.16803, -0.999960899, 0.00151503831, -0.00872351229, 0.00881218165, 0.0742927045, -0.997199416, -0.000862813671, -0.997235537, -0.0743029192), | |
| 2179 | ["CanCollide"] = false, | |
| 2180 | ["Locked"] = true, | |
| 2181 | ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003), | |
| 2182 | }) | |
| 2183 | o107 = Create("ParticleEmitter",{
| |
| 2184 | ["Parent"] = o106, | |
| 2185 | ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163), | |
| 2186 | ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)), | |
| 2187 | ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds", | |
| 2188 | ["Acceleration"] = Vector3.new(0, -0.899999976, 0), | |
| 2189 | ["Speed"] = NumberRange.new(10,10), | |
| 2190 | }) | |
| 2191 | o108 = Create("Part",{
| |
| 2192 | ["Parent"] = o16, | |
| 2193 | ["Transparency"] = 1, | |
| 2194 | ["Position"] = Vector3.new(13.6292343, -1140.07751, 791.16803), | |
| 2195 | ["Rotation"] = Vector3.new(94.2613602, -0.499834061, 173.321823), | |
| 2196 | ["Anchored"] = true, | |
| 2197 | ["CFrame"] = CFrame.new(13.6292343, -1140.07751, 791.16803, -0.993177116, -0.116288163, -0.00872363895, -5.81145287e-007, 0.0748140141, -0.997199237, 0.116614863, -0.990393817, -0.0743034109), | |
| 2198 | ["CanCollide"] = false, | |
| 2199 | ["Locked"] = true, | |
| 2200 | ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003), | |
| 2201 | }) | |
| 2202 | o109 = Create("ParticleEmitter",{
| |
| 2203 | ["Parent"] = o108, | |
| 2204 | ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163), | |
| 2205 | ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)), | |
| 2206 | ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds", | |
| 2207 | ["Acceleration"] = Vector3.new(0, -0.899999976, 0), | |
| 2208 | ["Speed"] = NumberRange.new(10,10), | |
| 2209 | }) | |
| 2210 | o110 = Create("Part",{
| |
| 2211 | ["Parent"] = o16, | |
| 2212 | ["Transparency"] = 1, | |
| 2213 | ["Position"] = Vector3.new(13.6292343, -1140.07751, 791.16803), | |
| 2214 | ["Rotation"] = Vector3.new(92.5135651, 3.47827554, -114.90554), | |
| 2215 | ["Anchored"] = true, | |
| 2216 | ["CFrame"] = CFrame.new(13.6292343, -1140.07751, 791.16803, -0.42034781, 0.905332446, 0.0606700778, 0.014252793, 0.07344383, -0.997199297, -0.907251179, -0.41830501, -0.0437752716), | |
| 2217 | ["CanCollide"] = false, | |
| 2218 | ["Locked"] = true, | |
| 2219 | ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003), | |
| 2220 | }) | |
| 2221 | o111 = Create("ParticleEmitter",{
| |
| 2222 | ["Parent"] = o110, | |
| 2223 | ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163), | |
| 2224 | ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)), | |
| 2225 | ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds", | |
| 2226 | ["Acceleration"] = Vector3.new(0, -0.899999976, 0), | |
| 2227 | ["Speed"] = NumberRange.new(10,10), | |
| 2228 | }) | |
| 2229 | o112 = Create("Part",{
| |
| 2230 | ["Parent"] = o16, | |
| 2231 | ["Transparency"] = 1, | |
| 2232 | ["Position"] = Vector3.new(13.6292343, -1140.07751, 791.16803), | |
| 2233 | ["Rotation"] = Vector3.new(93.6014633, -2.333462, 147.101608), | |
| 2234 | ["Anchored"] = true, | |
| 2235 | ["CFrame"] = CFrame.new(13.6292343, -1140.07751, 791.16803, -0.838938951, -0.542700648, -0.0407153368, -1.86264515e-008, 0.0748138502, -0.997199237, 0.544225812, -0.836587727, -0.0627640337), | |
| 2236 | ["CanCollide"] = false, | |
| 2237 | ["Locked"] = true, | |
| 2238 | ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003), | |
| 2239 | }) | |
| 2240 | o113 = Create("ParticleEmitter",{
| |
| 2241 | ["Parent"] = o112, | |
| 2242 | ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163), | |
| 2243 | ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)), | |
| 2244 | ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds", | |
| 2245 | ["Acceleration"] = Vector3.new(0, -0.899999976, 0), | |
| 2246 | ["Speed"] = NumberRange.new(10,10), | |
| 2247 | }) | |
| 2248 | o114 = Create("Part",{
| |
| 2249 | ["Parent"] = o16, | |
| 2250 | ["Transparency"] = 1, | |
| 2251 | ["Position"] = Vector3.new(13.6292343, -1140.07751, 791.16803), | |
| 2252 | ["Rotation"] = Vector3.new(92.1031647, -3.74052405, 119.376282), | |
| 2253 | ["Anchored"] = true, | |
| 2254 | ["CFrame"] = CFrame.new(13.6292343, -1140.07751, 791.16803, -0.489498109, -0.869560719, -0.0652380958, 5.23403287e-007, 0.0748140067, -0.997199237, 0.87200439, -0.488126427, -0.0366207063), | |
| 2255 | ["CanCollide"] = false, | |
| 2256 | ["Locked"] = true, | |
| 2257 | ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003), | |
| 2258 | }) | |
| 2259 | o115 = Create("ParticleEmitter",{
| |
| 2260 | ["Parent"] = o114, | |
| 2261 | ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163), | |
| 2262 | ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)), | |
| 2263 | ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds", | |
| 2264 | ["Acceleration"] = Vector3.new(0, -0.899999976, 0), | |
| 2265 | ["Speed"] = NumberRange.new(10,10), | |
| 2266 | }) | |
| 2267 | o116 = Create("Part",{
| |
| 2268 | ["Parent"] = o16, | |
| 2269 | ["Transparency"] = 1, | |
| 2270 | ["Position"] = Vector3.new(13.6292343, -1140.07751, 791.16803), | |
| 2271 | ["Rotation"] = Vector3.new(93.6014328, -2.33343935, 158.085083), | |
| 2272 | ["Anchored"] = true, | |
| 2273 | ["CFrame"] = CFrame.new(13.6292343, -1140.07751, 791.16803, -0.926969826, -0.372919947, -0.0407149419, 0.01425381, 0.073442772, -0.997199357, 0.374865085, -0.924952507, -0.0627634823), | |
| 2274 | ["CanCollide"] = false, | |
| 2275 | ["Locked"] = true, | |
| 2276 | ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003), | |
| 2277 | }) | |
| 2278 | o117 = Create("ParticleEmitter",{
| |
| 2279 | ["Parent"] = o116, | |
| 2280 | ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163), | |
| 2281 | ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)), | |
| 2282 | ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds", | |
| 2283 | ["Acceleration"] = Vector3.new(0, -0.899999976, 0), | |
| 2284 | ["Speed"] = NumberRange.new(10,10), | |
| 2285 | }) | |
| 2286 | o118 = Create("Part",{
| |
| 2287 | ["Parent"] = o16, | |
| 2288 | ["Transparency"] = 1, | |
| 2289 | ["Position"] = Vector3.new(13.6292343, -1140.07751, 791.16803), | |
| 2290 | ["Rotation"] = Vector3.new(92.1031418, -3.74048948, 130.359772), | |
| 2291 | ["Anchored"] = true, | |
| 2292 | ["CFrame"] = CFrame.new(13.6292343, -1140.07751, 791.16803, -0.646205604, -0.760369897, -0.0652374923, 0.0142543968, 0.0734428242, -0.997199357, 0.763030291, -0.645324588, -0.0366203785), | |
| 2293 | ["CanCollide"] = false, | |
| 2294 | ["Locked"] = true, | |
| 2295 | ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003), | |
| 2296 | }) | |
| 2297 | o119 = Create("ParticleEmitter",{
| |
| 2298 | ["Parent"] = o118, | |
| 2299 | ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163), | |
| 2300 | ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)), | |
| 2301 | ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds", | |
| 2302 | ["Acceleration"] = Vector3.new(0, -0.899999976, 0), | |
| 2303 | ["Speed"] = NumberRange.new(10,10), | |
| 2304 | }) | |
| 2305 | o120 = Create("Part",{
| |
| 2306 | ["Parent"] = o16, | |
| 2307 | ["Transparency"] = 1, | |
| 2308 | ["Position"] = Vector3.new(13.6292343, -1140.07751, 791.16803), | |
| 2309 | ["Rotation"] = Vector3.new(92.1032867, -3.74049091, 144.690002), | |
| 2310 | ["Anchored"] = true, | |
| 2311 | ["CFrame"] = CFrame.new(13.6292343, -1140.07751, 791.16803, -0.814298451, -0.576768756, -0.0652375147, 0.0319872722, 0.067631647, -0.997199297, 0.579564393, -0.814103067, -0.0366229154), | |
| 2312 | ["CanCollide"] = false, | |
| 2313 | ["Locked"] = true, | |
| 2314 | ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003), | |
| 2315 | }) | |
| 2316 | o121 = Create("ParticleEmitter",{
| |
| 2317 | ["Parent"] = o120, | |
| 2318 | ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163), | |
| 2319 | ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)), | |
| 2320 | ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds", | |
| 2321 | ["Acceleration"] = Vector3.new(0, -0.899999976, 0), | |
| 2322 | ["Speed"] = NumberRange.new(10,10), | |
| 2323 | }) | |
| 2324 | o122 = Create("Part",{
| |
| 2325 | ["Parent"] = o16, | |
| 2326 | ["Transparency"] = 1, | |
| 2327 | ["Position"] = Vector3.new(13.6292343, -1140.07751, 791.16803), | |
| 2328 | ["Rotation"] = Vector3.new(93.6015625, -2.33337355, 172.415314), | |
| 2329 | ["Anchored"] = true, | |
| 2330 | ["CFrame"] = CFrame.new(13.6292343, -1140.07751, 791.16803, -0.990429044, -0.131882057, -0.0407137945, 0.0319866985, 0.0676317811, -0.997199297, 0.134265944, -0.988955557, -0.062765792), | |
| 2331 | ["CanCollide"] = false, | |
| 2332 | ["Locked"] = true, | |
| 2333 | ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003), | |
| 2334 | }) | |
| 2335 | o123 = Create("ParticleEmitter",{
| |
| 2336 | ["Parent"] = o122, | |
| 2337 | ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163), | |
| 2338 | ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)), | |
| 2339 | ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds", | |
| 2340 | ["Acceleration"] = Vector3.new(0, -0.899999976, 0), | |
| 2341 | ["Speed"] = NumberRange.new(10,10), | |
| 2342 | }) | |
| 2343 | o124 = Create("Part",{
| |
| 2344 | ["Parent"] = o16, | |
| 2345 | ["Transparency"] = 1, | |
| 2346 | ["Position"] = Vector3.new(13.6292343, -1140.07751, 791.16803), | |
| 2347 | ["Rotation"] = Vector3.new(92.1031494, -3.7404964, 136.291245), | |
| 2348 | ["Anchored"] = true, | |
| 2349 | ["CFrame"] = CFrame.new(13.6292343, -1140.07751, 791.16803, -0.721321881, -0.689520895, -0.0652376115, 0.0217675827, 0.0715767443, -0.997199416, 0.692257822, -0.72072053, -0.0366205126), | |
| 2350 | ["CanCollide"] = false, | |
| 2351 | ["Locked"] = true, | |
| 2352 | ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003), | |
| 2353 | }) | |
| 2354 | o125 = Create("ParticleEmitter",{
| |
| 2355 | ["Parent"] = o124, | |
| 2356 | ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163), | |
| 2357 | ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)), | |
| 2358 | ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds", | |
| 2359 | ["Acceleration"] = Vector3.new(0, -0.899999976, 0), | |
| 2360 | ["Speed"] = NumberRange.new(10,10), | |
| 2361 | }) | |
| 2362 | o126 = Create("Part",{
| |
| 2363 | ["Parent"] = o16, | |
| 2364 | ["Transparency"] = 1, | |
| 2365 | ["Position"] = Vector3.new(13.6292343, -1140.07751, 791.16803), | |
| 2366 | ["Rotation"] = Vector3.new(93.6013336, -2.33342433, 164.605774), | |
| 2367 | ["Anchored"] = true, | |
| 2368 | ["CFrame"] = CFrame.new(13.6292343, -1140.07751, 791.16803, -0.963322699, -0.265238851, -0.0407146811, 0.0225021094, 0.0713472068, -0.997199535, 0.267400384, -0.961539388, -0.0627617538), | |
| 2369 | ["CanCollide"] = false, | |
| 2370 | ["Locked"] = true, | |
| 2371 | ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003), | |
| 2372 | }) | |
| 2373 | o127 = Create("ParticleEmitter",{
| |
| 2374 | ["Parent"] = o126, | |
| 2375 | ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163), | |
| 2376 | ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)), | |
| 2377 | ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds", | |
| 2378 | ["Acceleration"] = Vector3.new(0, -0.899999976, 0), | |
| 2379 | ["Speed"] = NumberRange.new(10,10), | |
| 2380 | }) | |
| 2381 | o128 = Create("Part",{
| |
| 2382 | ["Parent"] = o16, | |
| 2383 | ["Transparency"] = 1, | |
| 2384 | ["Position"] = Vector3.new(13.6292343, -1140.07751, 791.16803), | |
| 2385 | ["Rotation"] = Vector3.new(93.6014404, -2.33344245, 164.016571), | |
| 2386 | ["Anchored"] = true, | |
| 2387 | ["CFrame"] = CFrame.new(13.6292343, -1140.07751, 791.16803, -0.960544229, -0.275131136, -0.0407149941, 0.0217670128, 0.071576722, -0.997199357, 0.277274162, -0.958738506, -0.0627636239), | |
| 2388 | ["CanCollide"] = false, | |
| 2389 | ["Locked"] = true, | |
| 2390 | ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003), | |
| 2391 | }) | |
| 2392 | o129 = Create("ParticleEmitter",{
| |
| 2393 | ["Parent"] = o128, | |
| 2394 | ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163), | |
| 2395 | ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)), | |
| 2396 | ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds", | |
| 2397 | ["Acceleration"] = Vector3.new(0, -0.899999976, 0), | |
| 2398 | ["Speed"] = NumberRange.new(10,10), | |
| 2399 | }) | |
| 2400 | o130 = Create("Part",{
| |
| 2401 | ["Parent"] = o16, | |
| 2402 | ["Transparency"] = 1, | |
| 2403 | ["Position"] = Vector3.new(13.6292343, -1140.07751, 791.16803), | |
| 2404 | ["Rotation"] = Vector3.new(93.6014404, -2.33344316, 153.866592), | |
| 2405 | ["Anchored"] = true, | |
| 2406 | ["CFrame"] = CFrame.new(13.6292343, -1140.07751, 791.16803, -0.897026539, -0.440097481, -0.040715009, 0.00881273672, 0.0742924362, -0.997199357, 0.441888869, -0.894871473, -0.0627636313), | |
| 2407 | ["CanCollide"] = false, | |
| 2408 | ["Locked"] = true, | |
| 2409 | ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003), | |
| 2410 | }) | |
| 2411 | o131 = Create("ParticleEmitter",{
| |
| 2412 | ["Parent"] = o130, | |
| 2413 | ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163), | |
| 2414 | ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)), | |
| 2415 | ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds", | |
| 2416 | ["Acceleration"] = Vector3.new(0, -0.899999976, 0), | |
| 2417 | ["Speed"] = NumberRange.new(10,10), | |
| 2418 | }) | |
| 2419 | o132 = Create("Part",{
| |
| 2420 | ["Parent"] = o16, | |
| 2421 | ["Transparency"] = 1, | |
| 2422 | ["Position"] = Vector3.new(13.6292343, -1140.07751, 791.16803), | |
| 2423 | ["Rotation"] = Vector3.new(92.5135727, 3.47828579, -108.974068), | |
| 2424 | ["Anchored"] = true, | |
| 2425 | ["CFrame"] = CFrame.new(13.6292343, -1140.07751, 791.16803, -0.324541301, 0.943923831, 0.0606702566, 0.0217660815, 0.0715779364, -0.997199297, -0.945621192, -0.322310954, -0.0437753312), | |
| 2426 | ["CanCollide"] = false, | |
| 2427 | ["Locked"] = true, | |
| 2428 | ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003), | |
| 2429 | }) | |
| 2430 | o133 = Create("ParticleEmitter",{
| |
| 2431 | ["Parent"] = o132, | |
| 2432 | ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163), | |
| 2433 | ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)), | |
| 2434 | ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds", | |
| 2435 | ["Acceleration"] = Vector3.new(0, -0.899999976, 0), | |
| 2436 | ["Speed"] = NumberRange.new(10,10), | |
| 2437 | }) | |
| 2438 | o134 = Create("Part",{
| |
| 2439 | ["Parent"] = o16, | |
| 2440 | ["Transparency"] = 1, | |
| 2441 | ["Position"] = Vector3.new(13.6292343, -1140.07751, 791.16803), | |
| 2442 | ["Rotation"] = Vector3.new(94.2613297, -0.499825507, -169.763214), | |
| 2443 | ["Anchored"] = true, | |
| 2444 | ["CFrame"] = CFrame.new(13.6292343, -1140.07751, 791.16803, -0.984044254, 0.177709699, -0.00872348994, 0.0217664987, 0.0715771168, -0.997199357, -0.176587358, -0.981476426, -0.0743029416), | |
| 2445 | ["CanCollide"] = false, | |
| 2446 | ["Locked"] = true, | |
| 2447 | ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003), | |
| 2448 | }) | |
| 2449 | o135 = Create("ParticleEmitter",{
| |
| 2450 | ["Parent"] = o134, | |
| 2451 | ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163), | |
| 2452 | ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)), | |
| 2453 | ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds", | |
| 2454 | ["Acceleration"] = Vector3.new(0, -0.899999976, 0), | |
| 2455 | ["Speed"] = NumberRange.new(10,10), | |
| 2456 | }) | |
| 2457 | o136 = Create("Part",{
| |
| 2458 | ["Parent"] = o16, | |
| 2459 | ["Transparency"] = 1, | |
| 2460 | ["Position"] = Vector3.new(13.6292343, -1140.07751, 791.16803), | |
| 2461 | ["Rotation"] = Vector3.new(94.2614059, -0.499709398, -161.364487), | |
| 2462 | ["Anchored"] = true, | |
| 2463 | ["CFrame"] = CFrame.new(13.6292343, -1140.07751, 791.16803, -0.947534502, 0.31953451, -0.00872146338, 0.0319862142, 0.0676321536, -0.997199357, -0.318049282, -0.945157945, -0.0743042678), | |
| 2464 | ["CanCollide"] = false, | |
| 2465 | ["Locked"] = true, | |
| 2466 | ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003), | |
| 2467 | }) | |
| 2468 | o137 = Create("ParticleEmitter",{
| |
| 2469 | ["Parent"] = o136, | |
| 2470 | ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163), | |
| 2471 | ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)), | |
| 2472 | ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds", | |
| 2473 | ["Acceleration"] = Vector3.new(0, -0.899999976, 0), | |
| 2474 | ["Speed"] = NumberRange.new(10,10), | |
| 2475 | }) | |
| 2476 | o138 = Create("Part",{
| |
| 2477 | ["Parent"] = o16, | |
| 2478 | ["Transparency"] = 1, | |
| 2479 | ["Position"] = Vector3.new(13.6292343, -1140.07751, 791.16803), | |
| 2480 | ["Rotation"] = Vector3.new(94.2612228, -0.499854535, -169.174011), | |
| 2481 | ["Anchored"] = true, | |
| 2482 | ["CFrame"] = CFrame.new(13.6292343, -1140.07751, 791.16803, -0.982164741, 0.187819839, -0.00872399658, 0.0225015879, 0.0713475794, -0.997199476, -0.186671242, -0.979608715, -0.0743010864), | |
| 2483 | ["CanCollide"] = false, | |
| 2484 | ["Locked"] = true, | |
| 2485 | ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003), | |
| 2486 | }) | |
| 2487 | o139 = Create("ParticleEmitter",{
| |
| 2488 | ["Parent"] = o138, | |
| 2489 | ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163), | |
| 2490 | ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)), | |
| 2491 | ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds", | |
| 2492 | ["Acceleration"] = Vector3.new(0, -0.899999976, 0), | |
| 2493 | ["Speed"] = NumberRange.new(10,10), | |
| 2494 | }) | |
| 2495 | o140 = Create("Part",{
| |
| 2496 | ["Parent"] = o16, | |
| 2497 | ["Transparency"] = 1, | |
| 2498 | ["Position"] = Vector3.new(13.6292343, -1140.07751, 791.16803), | |
| 2499 | ["Rotation"] = Vector3.new(92.1030655, -3.74043012, 136.880478), | |
| 2500 | ["Anchored"] = true, | |
| 2501 | ["CFrame"] = CFrame.new(13.6292343, -1140.07751, 791.16803, -0.7283746, -0.682066679, -0.0652364641, 0.0225026757, 0.0713472888, -0.997199476, 0.684809685, -0.727801323, -0.0366190374), | |
| 2502 | ["CanCollide"] = false, | |
| 2503 | ["Locked"] = true, | |
| 2504 | ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003), | |
| 2505 | }) | |
| 2506 | o141 = Create("ParticleEmitter",{
| |
| 2507 | ["Parent"] = o140, | |
| 2508 | ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163), | |
| 2509 | ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)), | |
| 2510 | ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds", | |
| 2511 | ["Acceleration"] = Vector3.new(0, -0.899999976, 0), | |
| 2512 | ["Speed"] = NumberRange.new(10,10), | |
| 2513 | }) | |
| 2514 | o142 = Create("Part",{
| |
| 2515 | ["Parent"] = o16, | |
| 2516 | ["Transparency"] = 1, | |
| 2517 | ["Position"] = Vector3.new(13.6292343, -1140.07751, 791.16803), | |
| 2518 | ["Rotation"] = Vector3.new(93.7929153, 2.0070765, -152.154175), | |
| 2519 | ["Anchored"] = true, | |
| 2520 | ["CFrame"] = CFrame.new(13.6292343, -1140.07751, 791.16803, -0.883665204, 0.466807544, 0.0350229293, -9.01520252e-007, 0.0748142153, -0.997199297, -0.468119651, -0.881188631, -0.0661100745), | |
| 2521 | ["CanCollide"] = false, | |
| 2522 | ["Locked"] = true, | |
| 2523 | ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003), | |
| 2524 | }) | |
| 2525 | o143 = Create("ParticleEmitter",{
| |
| 2526 | ["Parent"] = o142, | |
| 2527 | ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163), | |
| 2528 | ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)), | |
| 2529 | ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds", | |
| 2530 | ["Acceleration"] = Vector3.new(0, -0.899999976, 0), | |
| 2531 | ["Speed"] = NumberRange.new(10,10), | |
| 2532 | }) | |
| 2533 | o144 = Create("Part",{
| |
| 2534 | ["Parent"] = o16, | |
| 2535 | ["Transparency"] = 1, | |
| 2536 | ["Position"] = Vector3.new(13.6292343, -1140.07751, 791.16803), | |
| 2537 | ["Rotation"] = Vector3.new(93.7928925, 2.00720692, -126.840439), | |
| 2538 | ["Anchored"] = true, | |
| 2539 | ["CFrame"] = CFrame.new(13.6292343, -1140.07751, 791.16803, -0.599220753, 0.799817324, 0.0350252055, 0.031986054, 0.067632474, -0.997199237, -0.79994458, -0.596421063, -0.0661095679), | |
| 2540 | ["CanCollide"] = false, | |
| 2541 | ["Locked"] = true, | |
| 2542 | ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003), | |
| 2543 | }) | |
| 2544 | o145 = Create("ParticleEmitter",{
| |
| 2545 | ["Parent"] = o144, | |
| 2546 | ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163), | |
| 2547 | ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)), | |
| 2548 | ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds", | |
| 2549 | ["Acceleration"] = Vector3.new(0, -0.899999976, 0), | |
| 2550 | ["Speed"] = NumberRange.new(10,10), | |
| 2551 | }) | |
| 2552 | o146 = Create("Part",{
| |
| 2553 | ["Parent"] = o16, | |
| 2554 | ["Transparency"] = 1, | |
| 2555 | ["Position"] = Vector3.new(13.6292343, -1140.07751, 791.16803), | |
| 2556 | ["Rotation"] = Vector3.new(92.513504, 3.47841239, -100.575317), | |
| 2557 | ["Anchored"] = true, | |
| 2558 | ["CFrame"] = CFrame.new(13.6292343, -1140.07751, 791.16803, -0.18318972, 0.981203556, 0.060672462, 0.0319859311, 0.0676330775, -0.997199237, -0.982557118, -0.180735588, -0.0437742099), | |
| 2559 | ["CanCollide"] = false, | |
| 2560 | ["Locked"] = true, | |
| 2561 | ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003), | |
| 2562 | }) | |
| 2563 | o147 = Create("ParticleEmitter",{
| |
| 2564 | ["Parent"] = o146, | |
| 2565 | ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163), | |
| 2566 | ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)), | |
| 2567 | ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds", | |
| 2568 | ["Acceleration"] = Vector3.new(0, -0.899999976, 0), | |
| 2569 | ["Speed"] = NumberRange.new(10,10), | |
| 2570 | }) | |
| 2571 | o148 = Create("Part",{
| |
| 2572 | ["Parent"] = o16, | |
| 2573 | ["Transparency"] = 1, | |
| 2574 | ["Position"] = Vector3.new(13.6292343, -1140.07751, 791.16803), | |
| 2575 | ["Rotation"] = Vector3.new(93.7928848, 2.00706434, -135.239212), | |
| 2576 | ["Anchored"] = true, | |
| 2577 | ["CFrame"] = CFrame.new(13.6292343, -1140.07751, 791.16803, -0.709617138, 0.703716636, 0.035022717, 0.0217662603, 0.0715773031, -0.997199297, -0.704251409, -0.706866026, -0.0661095232), | |
| 2578 | ["CanCollide"] = false, | |
| 2579 | ["Locked"] = true, | |
| 2580 | ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003), | |
| 2581 | }) | |
| 2582 | o149 = Create("ParticleEmitter",{
| |
| 2583 | ["Parent"] = o148, | |
| 2584 | ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163), | |
| 2585 | ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)), | |
| 2586 | ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds", | |
| 2587 | ["Acceleration"] = Vector3.new(0, -0.899999976, 0), | |
| 2588 | ["Speed"] = NumberRange.new(10,10), | |
| 2589 | }) | |
| 2590 | o150 = Create("Part",{
| |
| 2591 | ["Parent"] = o16, | |
| 2592 | ["Transparency"] = 1, | |
| 2593 | ["Position"] = Vector3.new(13.6292343, -1140.07751, 791.16803), | |
| 2594 | ["Rotation"] = Vector3.new(92.5135727, 3.47828293, -119.124016), | |
| 2595 | ["Anchored"] = true, | |
| 2596 | ["CFrame"] = CFrame.new(13.6292343, -1140.07751, 791.16803, -0.485805035, 0.87195915, 0.0606702045, 0.00881163031, 0.0742934197, -0.997199297, -0.874022782, -0.483909011, -0.0437753089), | |
| 2597 | ["CanCollide"] = false, | |
| 2598 | ["Locked"] = true, | |
| 2599 | ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003), | |
| 2600 | }) | |
| 2601 | o151 = Create("ParticleEmitter",{
| |
| 2602 | ["Parent"] = o150, | |
| 2603 | ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163), | |
| 2604 | ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)), | |
| 2605 | ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds", | |
| 2606 | ["Acceleration"] = Vector3.new(0, -0.899999976, 0), | |
| 2607 | ["Speed"] = NumberRange.new(10,10), | |
| 2608 | }) | |
| 2609 | o152 = Create("Part",{
| |
| 2610 | ["Parent"] = o16, | |
| 2611 | ["Transparency"] = 1, | |
| 2612 | ["Position"] = Vector3.new(13.6292343, -1140.07751, 791.16803), | |
| 2613 | ["Rotation"] = Vector3.new(93.7928848, 2.00706506, -145.38916), | |
| 2614 | ["Anchored"] = true, | |
| 2615 | ["CFrame"] = CFrame.new(13.6292343, -1140.07751, 791.16803, -0.822523952, 0.567651212, 0.0350227281, 0.00881189853, 0.0742928758, -0.997199297, -0.568662286, -0.819910288, -0.0661095232), | |
| 2616 | ["CanCollide"] = false, | |
| 2617 | ["Locked"] = true, | |
| 2618 | ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003), | |
| 2619 | }) | |
| 2620 | o153 = Create("ParticleEmitter",{
| |
| 2621 | ["Parent"] = o152, | |
| 2622 | ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163), | |
| 2623 | ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)), | |
| 2624 | ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds", | |
| 2625 | ["Acceleration"] = Vector3.new(0, -0.899999976, 0), | |
| 2626 | ["Speed"] = NumberRange.new(10,10), | |
| 2627 | }) | |
| 2628 | o154 = Create("Part",{
| |
| 2629 | ["Parent"] = o16, | |
| 2630 | ["Transparency"] = 1, | |
| 2631 | ["Position"] = Vector3.new(13.6292343, -1140.07751, 791.16803), | |
| 2632 | ["Rotation"] = Vector3.new(94.2905273, 0.0145034799, -154.495163), | |
| 2633 | ["Anchored"] = true, | |
| 2634 | ["CFrame"] = CFrame.new(13.6292343, -1140.07751, 791.16803, -0.902548909, 0.430587351, 0.000253133476, 0.0319863558, 0.0676319897, -0.997199237, -0.429397821, -0.90001142, -0.0748138651), | |
| 2635 | ["CanCollide"] = false, | |
| 2636 | ["Locked"] = true, | |
| 2637 | ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003), | |
| 2638 | }) | |
| 2639 | o155 = Create("ParticleEmitter",{
| |
| 2640 | ["Parent"] = o154, | |
| 2641 | ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163), | |
| 2642 | ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)), | |
| 2643 | ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds", | |
| 2644 | ["Acceleration"] = Vector3.new(0, -0.899999976, 0), | |
| 2645 | ["Speed"] = NumberRange.new(10,10), | |
| 2646 | }) | |
| 2647 | o156 = Create("Part",{
| |
| 2648 | ["Parent"] = o16, | |
| 2649 | ["Transparency"] = 1, | |
| 2650 | ["Position"] = Vector3.new(13.6292343, -1140.07751, 791.16803), | |
| 2651 | ["Rotation"] = Vector3.new(93.7928162, 2.00698066, -134.649948), | |
| 2652 | ["Anchored"] = true, | |
| 2653 | ["CFrame"] = CFrame.new(13.6292343, -1140.07751, 791.16803, -0.70234257, 0.710977197, 0.0350212567, 0.0225013494, 0.0713477731, -0.997199535, -0.711483479, -0.699586332, -0.0661083013), | |
| 2654 | ["CanCollide"] = false, | |
| 2655 | ["Locked"] = true, | |
| 2656 | ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003), | |
| 2657 | }) | |
| 2658 | o157 = Create("ParticleEmitter",{
| |
| 2659 | ["Parent"] = o156, | |
| 2660 | ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163), | |
| 2661 | ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)), | |
| 2662 | ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds", | |
| 2663 | ["Acceleration"] = Vector3.new(0, -0.899999976, 0), | |
| 2664 | ["Speed"] = NumberRange.new(10,10), | |
| 2665 | }) | |
| 2666 | o158 = Create("Part",{
| |
| 2667 | ["Parent"] = o16, | |
| 2668 | ["Transparency"] = 1, | |
| 2669 | ["Position"] = Vector3.new(13.6292343, -1140.07751, 791.16803), | |
| 2670 | ["Rotation"] = Vector3.new(93.7928848, 2.00705934, -141.17067), | |
| 2671 | ["Anchored"] = true, | |
| 2672 | ["CFrame"] = CFrame.new(13.6292343, -1140.07751, 791.16803, -0.7785393, 0.626618087, 0.0350226313, 0.0142530277, 0.0734432712, -0.997199297, -0.627434313, -0.775858164, -0.0661094338), | |
| 2673 | ["CanCollide"] = false, | |
| 2674 | ["Locked"] = true, | |
| 2675 | ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003), | |
| 2676 | }) | |
| 2677 | o159 = Create("ParticleEmitter",{
| |
| 2678 | ["Parent"] = o158, | |
| 2679 | ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163), | |
| 2680 | ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)), | |
| 2681 | ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds", | |
| 2682 | ["Acceleration"] = Vector3.new(0, -0.899999976, 0), | |
| 2683 | ["Speed"] = NumberRange.new(10,10), | |
| 2684 | }) | |
| 2685 | o160 = Create("Part",{
| |
| 2686 | ["Parent"] = o16, | |
| 2687 | ["Transparency"] = 1, | |
| 2688 | ["Position"] = Vector3.new(13.6292343, -1140.07751, 791.16803), | |
| 2689 | ["Rotation"] = Vector3.new(92.5135956, 3.47830582, -125.889046), | |
| 2690 | ["Anchored"] = true, | |
| 2691 | ["CFrame"] = CFrame.new(13.6292343, -1140.07751, 791.16803, -0.585137486, 0.808661342, 0.0606706068, -1.21444464e-006, 0.074814707, -0.997199297, -0.810934246, -0.583497524, -0.0437757187), | |
| 2692 | ["CanCollide"] = false, | |
| 2693 | ["Locked"] = true, | |
| 2694 | ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003), | |
| 2695 | }) | |
| 2696 | o161 = Create("ParticleEmitter",{
| |
| 2697 | ["Parent"] = o160, | |
| 2698 | ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163), | |
| 2699 | ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)), | |
| 2700 | ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds", | |
| 2701 | ["Acceleration"] = Vector3.new(0, -0.899999976, 0), | |
| 2702 | ["Speed"] = NumberRange.new(10,10), | |
| 2703 | }) | |
| 2704 | o162 = Create("Part",{
| |
| 2705 | ["Parent"] = o16, | |
| 2706 | ["Transparency"] = 1, | |
| 2707 | ["Position"] = Vector3.new(13.6292343, -1140.07751, 791.16803), | |
| 2708 | ["Rotation"] = Vector3.new(92.5135498, 3.47817874, -108.384872), | |
| 2709 | ["Anchored"] = true, | |
| 2710 | ["CFrame"] = CFrame.new(13.6292343, -1140.07751, 791.16803, -0.314817429, 0.947211266, 0.0606683902, 0.022501193, 0.0713484362, -0.997199476, -0.948885441, -0.312570006, -0.0437749177), | |
| 2711 | ["CanCollide"] = false, | |
| 2712 | ["Locked"] = true, | |
| 2713 | ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003), | |
| 2714 | }) | |
| 2715 | o163 = Create("ParticleEmitter",{
| |
| 2716 | ["Parent"] = o162, | |
| 2717 | ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163), | |
| 2718 | ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)), | |
| 2719 | ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds", | |
| 2720 | ["Acceleration"] = Vector3.new(0, -0.899999976, 0), | |
| 2721 | ["Speed"] = NumberRange.new(10,10), | |
| 2722 | }) | |
| 2723 | o164 = Create("Part",{
| |
| 2724 | ["Parent"] = o16, | |
| 2725 | ["Transparency"] = 1, | |
| 2726 | ["Position"] = Vector3.new(13.6292343, -1140.07751, 791.16803), | |
| 2727 | ["Rotation"] = Vector3.new(94.2904892, 0.0143754138, -179.808853), | |
| 2728 | ["Anchored"] = true, | |
| 2729 | ["CFrame"] = CFrame.new(13.6292343, -1140.07751, 791.16803, -0.999994397, 0.00333616044, 0.000250898302, -4.09781933e-007, 0.0748139843, -0.997199297, -0.00334567297, -0.997191966, -0.0748133287), | |
| 2730 | ["CanCollide"] = false, | |
| 2731 | ["Locked"] = true, | |
| 2732 | ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003), | |
| 2733 | }) | |
| 2734 | o165 = Create("ParticleEmitter",{
| |
| 2735 | ["Parent"] = o164, | |
| 2736 | ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163), | |
| 2737 | ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)), | |
| 2738 | ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds", | |
| 2739 | ["Acceleration"] = Vector3.new(0, -0.899999976, 0), | |
| 2740 | ["Speed"] = NumberRange.new(10,10), | |
| 2741 | }) | |
| 2742 | o166 = Create("Part",{
| |
| 2743 | ["Parent"] = o16, | |
| 2744 | ["Transparency"] = 1, | |
| 2745 | ["Position"] = Vector3.new(13.6292343, -1140.07751, 791.16803), | |
| 2746 | ["Rotation"] = Vector3.new(94.290451, 0.0143788289, -168.825333), | |
| 2747 | ["Anchored"] = true, | |
| 2748 | ["CFrame"] = CFrame.new(13.6292343, -1140.07751, 791.16803, -0.981041014, 0.193800449, 0.000250957906, 0.0142534375, 0.0734428689, -0.997199416, -0.193275839, -0.978288114, -0.0748125464), | |
| 2749 | ["CanCollide"] = false, | |
| 2750 | ["Locked"] = true, | |
| 2751 | ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003), | |
| 2752 | }) | |
| 2753 | o167 = Create("ParticleEmitter",{
| |
| 2754 | ["Parent"] = o166, | |
| 2755 | ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163), | |
| 2756 | ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)), | |
| 2757 | ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds", | |
| 2758 | ["Acceleration"] = Vector3.new(0, -0.899999976, 0), | |
| 2759 | ["Speed"] = NumberRange.new(10,10), | |
| 2760 | }) | |
| 2761 | o168 = Create("Part",{
| |
| 2762 | ["Parent"] = o16, | |
| 2763 | ["Transparency"] = 1, | |
| 2764 | ["Position"] = Vector3.new(13.6292343, -1140.07751, 791.16803), | |
| 2765 | ["Rotation"] = Vector3.new(92.1031494, -3.7404964, 126.141289), | |
| 2766 | ["Anchored"] = true, | |
| 2767 | ["CFrame"] = CFrame.new(13.6292343, -1140.07751, 791.16803, -0.588522196, -0.805844843, -0.0652376115, 0.00881329924, 0.0742925704, -0.997199416, 0.808432996, -0.587447941, -0.0366205201), | |
| 2768 | ["CanCollide"] = false, | |
| 2769 | ["Locked"] = true, | |
| 2770 | ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003), | |
| 2771 | }) | |
| 2772 | o169 = Create("ParticleEmitter",{
| |
| 2773 | ["Parent"] = o168, | |
| 2774 | ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163), | |
| 2775 | ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)), | |
| 2776 | ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds", | |
| 2777 | ["Acceleration"] = Vector3.new(0, -0.899999976, 0), | |
| 2778 | ["Speed"] = NumberRange.new(10,10), | |
| 2779 | }) | |
| 2780 | o170 = Create("Part",{
| |
| 2781 | ["Parent"] = o16, | |
| 2782 | ["Transparency"] = 1, | |
| 2783 | ["Position"] = Vector3.new(13.6292343, -1140.07751, 791.16803), | |
| 2784 | ["Rotation"] = Vector3.new(94.2903519, 0.0143369939, -162.304688), | |
| 2785 | ["Anchored"] = true, | |
| 2786 | ["CFrame"] = CFrame.new(13.6292343, -1140.07751, 791.16803, -0.952686429, 0.303955168, 0.000250227749, 0.022501722, 0.0713474005, -0.997199476, -0.303121299, -0.950010955, -0.0748109668), | |
| 2787 | ["CanCollide"] = false, | |
| 2788 | ["Locked"] = true, | |
| 2789 | ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003), | |
| 2790 | }) | |
| 2791 | o171 = Create("ParticleEmitter",{
| |
| 2792 | ["Parent"] = o170, | |
| 2793 | ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163), | |
| 2794 | ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)), | |
| 2795 | ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds", | |
| 2796 | ["Acceleration"] = Vector3.new(0, -0.899999976, 0), | |
| 2797 | ["Speed"] = NumberRange.new(10,10), | |
| 2798 | }) | |
| 2799 | o172 = Create("Part",{
| |
| 2800 | ["Parent"] = o16, | |
| 2801 | ["Transparency"] = 1, | |
| 2802 | ["Position"] = Vector3.new(13.6292343, -1140.07751, 791.16803), | |
| 2803 | ["Rotation"] = Vector3.new(94.2904587, 0.014379683, -173.043854), | |
| 2804 | ["Anchored"] = true, | |
| 2805 | ["CFrame"] = CFrame.new(13.6292343, -1140.07751, 791.16803, -0.992639124, 0.12110962, 0.000250972807, 0.00881235301, 0.0742925704, -0.997199416, -0.120788924, -0.989854991, -0.0748127401), | |
| 2806 | ["CanCollide"] = false, | |
| 2807 | ["Locked"] = true, | |
| 2808 | ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003), | |
| 2809 | }) | |
| 2810 | o173 = Create("ParticleEmitter",{
| |
| 2811 | ["Parent"] = o172, | |
| 2812 | ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163), | |
| 2813 | ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)), | |
| 2814 | ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds", | |
| 2815 | ["Acceleration"] = Vector3.new(0, -0.899999976, 0), | |
| 2816 | ["Speed"] = NumberRange.new(10,10), | |
| 2817 | }) | |
| 2818 | o174 = Create("Part",{
| |
| 2819 | ["Parent"] = o16, | |
| 2820 | ["Transparency"] = 1, | |
| 2821 | ["Position"] = Vector3.new(13.6292343, -1140.07751, 791.16803), | |
| 2822 | ["Rotation"] = Vector3.new(94.2904587, 0.0143822441, -162.89386), | |
| 2823 | ["Anchored"] = true, | |
| 2824 | ["CFrame"] = CFrame.new(13.6292343, -1140.07751, 791.16803, -0.955761433, 0.294142872, 0.000251017511, 0.0217666402, 0.0715769008, -0.997199416, -0.29333657, -0.953077495, -0.0748127103), | |
| 2825 | ["CanCollide"] = false, | |
| 2826 | ["Locked"] = true, | |
| 2827 | ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003), | |
| 2828 | }) | |
| 2829 | o175 = Create("ParticleEmitter",{
| |
| 2830 | ["Parent"] = o174, | |
| 2831 | ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163), | |
| 2832 | ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)), | |
| 2833 | ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds", | |
| 2834 | ["Acceleration"] = Vector3.new(0, -0.899999976, 0), | |
| 2835 | ["Speed"] = NumberRange.new(10,10), | |
| 2836 | }) | |
| 2837 | o176 = Create("Part",{
| |
| 2838 | ["Parent"] = o16, | |
| 2839 | ["Transparency"] = 1, | |
| 2840 | ["Position"] = Vector3.new(13.6292343, -1140.07751, 791.16803), | |
| 2841 | ["Rotation"] = Vector3.new(89.8953552, -4.28925848, 105.515739), | |
| 2842 | ["Anchored"] = true, | |
| 2843 | ["CFrame"] = CFrame.new(13.6292343, -1140.07751, 791.16803, -0.266753852, -0.960858285, -0.0747917816, 0.0217667986, 0.0715778098, -0.997199297, 0.963518798, -0.267634332, 0.00182124786), | |
| 2844 | ["CanCollide"] = false, | |
| 2845 | ["Locked"] = true, | |
| 2846 | ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003), | |
| 2847 | }) | |
| 2848 | o177 = Create("ParticleEmitter",{
| |
| 2849 | ["Parent"] = o176, | |
| 2850 | ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163), | |
| 2851 | ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)), | |
| 2852 | ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds", | |
| 2853 | ["Acceleration"] = Vector3.new(0, -0.899999976, 0), | |
| 2854 | ["Speed"] = NumberRange.new(10,10), | |
| 2855 | }) | |
| 2856 | o178 = Create("Part",{
| |
| 2857 | ["Parent"] = o16, | |
| 2858 | ["Transparency"] = 1, | |
| 2859 | ["Position"] = Vector3.new(13.6292343, -1140.07751, 791.16803), | |
| 2860 | ["Rotation"] = Vector3.new(89.8953171, -4.28915977, 106.104965), | |
| 2861 | ["Anchored"] = true, | |
| 2862 | ["CFrame"] = CFrame.new(13.6292343, -1140.07751, 791.16803, -0.276620984, -0.958064437, -0.0747900605, 0.0225019082, 0.0713483319, -0.997199476, 0.960715652, -0.277528822, 0.00182191283), | |
| 2863 | ["CanCollide"] = false, | |
| 2864 | ["Locked"] = true, | |
| 2865 | ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003), | |
| 2866 | }) | |
| 2867 | o179 = Create("ParticleEmitter",{
| |
| 2868 | ["Parent"] = o178, | |
| 2869 | ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163), | |
| 2870 | ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)), | |
| 2871 | ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds", | |
| 2872 | ["Acceleration"] = Vector3.new(0, -0.899999976, 0), | |
| 2873 | ["Speed"] = NumberRange.new(10,10), | |
| 2874 | }) | |
| 2875 | o180 = Create("Part",{
| |
| 2876 | ["Parent"] = o16, | |
| 2877 | ["Transparency"] = 1, | |
| 2878 | ["Position"] = Vector3.new(13.6292343, -1140.07751, 791.16803), | |
| 2879 | ["Rotation"] = Vector3.new(91.8080521, -3.89170218, 140.254837), | |
| 2880 | ["Anchored"] = true, | |
| 2881 | ["CFrame"] = CFrame.new(13.6292343, -1140.07751, 791.16803, -0.767122865, -0.637899756, -0.0678708032, 0.0319866836, 0.0676331818, -0.997199178, 0.640702367, -0.767143786, -0.031478513), | |
| 2882 | ["CanCollide"] = false, | |
| 2883 | ["Locked"] = true, | |
| 2884 | ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003), | |
| 2885 | }) | |
| 2886 | o181 = Create("ParticleEmitter",{
| |
| 2887 | ["Parent"] = o180, | |
| 2888 | ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163), | |
| 2889 | ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)), | |
| 2890 | ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds", | |
| 2891 | ["Acceleration"] = Vector3.new(0, -0.899999976, 0), | |
| 2892 | ["Speed"] = NumberRange.new(10,10), | |
| 2893 | }) | |
| 2894 | o182 = Create("Part",{
| |
| 2895 | ["Parent"] = o16, | |
| 2896 | ["Transparency"] = 1, | |
| 2897 | ["Position"] = Vector3.new(13.6292343, -1140.07751, 791.16803), | |
| 2898 | ["Rotation"] = Vector3.new(91.8078308, -3.89162207, 132.445297), | |
| 2899 | ["Anchored"] = true, | |
| 2900 | ["CFrame"] = CFrame.new(13.6292343, -1140.07751, 791.16803, -0.67332983, -0.736220598, -0.0678694025, 0.0225019008, 0.0713486224, -0.997199476, 0.738999724, -0.672970235, -0.0314746276), | |
| 2901 | ["CanCollide"] = false, | |
| 2902 | ["Locked"] = true, | |
| 2903 | ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003), | |
| 2904 | }) | |
| 2905 | o183 = Create("ParticleEmitter",{
| |
| 2906 | ["Parent"] = o182, | |
| 2907 | ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163), | |
| 2908 | ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)), | |
| 2909 | ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds", | |
| 2910 | ["Acceleration"] = Vector3.new(0, -0.899999976, 0), | |
| 2911 | ["Speed"] = NumberRange.new(10,10), | |
| 2912 | }) | |
| 2913 | o184 = Create("Part",{
| |
| 2914 | ["Parent"] = o16, | |
| 2915 | ["Transparency"] = 1, | |
| 2916 | ["Position"] = Vector3.new(13.6292343, -1140.07751, 791.16803), | |
| 2917 | ["Rotation"] = Vector3.new(87.9093552, -3.74753022, 71.7991714), | |
| 2918 | ["Anchored"] = true, | |
| 2919 | ["CFrame"] = CFrame.new(13.6292343, -1140.07751, 791.16803, 0.311680853, -0.947936237, -0.065360114, 0.0142536219, 0.0734435916, -0.997199297, 0.950079978, 0.309875667, 0.0364025161), | |
| 2920 | ["CanCollide"] = false, | |
| 2921 | ["Locked"] = true, | |
| 2922 | ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003), | |
| 2923 | }) | |
| 2924 | o185 = Create("ParticleEmitter",{
| |
| 2925 | ["Parent"] = o184, | |
| 2926 | ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163), | |
| 2927 | ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)), | |
| 2928 | ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds", | |
| 2929 | ["Acceleration"] = Vector3.new(0, -0.899999976, 0), | |
| 2930 | ["Speed"] = NumberRange.new(10,10), | |
| 2931 | }) | |
| 2932 | o186 = Create("Part",{
| |
| 2933 | ["Parent"] = o16, | |
| 2934 | ["Transparency"] = 1, | |
| 2935 | ["Position"] = Vector3.new(13.6292343, -1140.07751, 791.16803), | |
| 2936 | ["Rotation"] = Vector3.new(87.9093552, -3.74753881, 67.5806808), | |
| 2937 | ["Anchored"] = true, | |
| 2938 | ["CFrame"] = CFrame.new(13.6292343, -1140.07751, 791.16803, 0.380566627, -0.922440886, -0.065360263, 0.00881247222, 0.0742932856, -0.997199237, 0.924711466, 0.378924072, 0.0364025608), | |
| 2939 | ["CanCollide"] = false, | |
| 2940 | ["Locked"] = true, | |
| 2941 | ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003), | |
| 2942 | }) | |
| 2943 | o187 = Create("ParticleEmitter",{
| |
| 2944 | ["Parent"] = o186, | |
| 2945 | ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163), | |
| 2946 | ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)), | |
| 2947 | ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds", | |
| 2948 | ["Acceleration"] = Vector3.new(0, -0.899999976, 0), | |
| 2949 | ["Speed"] = NumberRange.new(10,10), | |
| 2950 | }) | |
| 2951 | o188 = Create("Part",{
| |
| 2952 | ["Parent"] = o16, | |
| 2953 | ["Transparency"] = 1, | |
| 2954 | ["Position"] = Vector3.new(13.6292343, -1140.07751, 791.16803), | |
| 2955 | ["Rotation"] = Vector3.new(87.9093399, -3.74756861, 60.8156891), | |
| 2956 | ["Anchored"] = true, | |
| 2957 | ["CFrame"] = CFrame.new(13.6292343, -1140.07751, 791.16803, 0.486577958, -0.871188819, -0.0653607845, -3.83704901e-007, 0.0748147219, -0.997199297, 0.873637259, 0.485214263, 0.0364029035), | |
| 2958 | ["CanCollide"] = false, | |
| 2959 | ["Locked"] = true, | |
| 2960 | ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003), | |
| 2961 | }) | |
| 2962 | o189 = Create("ParticleEmitter",{
| |
| 2963 | ["Parent"] = o188, | |
| 2964 | ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163), | |
| 2965 | ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)), | |
| 2966 | ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds", | |
| 2967 | ["Acceleration"] = Vector3.new(0, -0.899999976, 0), | |
| 2968 | ["Speed"] = NumberRange.new(10,10), | |
| 2969 | }) | |
| 2970 | o190 = Create("Part",{
| |
| 2971 | ["Parent"] = o16, | |
| 2972 | ["Transparency"] = 1, | |
| 2973 | ["Position"] = Vector3.new(13.6292343, -1140.07751, 791.16803), | |
| 2974 | ["Rotation"] = Vector3.new(89.8953552, -4.28925848, 95.3657913), | |
| 2975 | ["Anchored"] = true, | |
| 2976 | ["CFrame"] = CFrame.new(13.6292343, -1140.07751, 791.16803, -0.0932519436, -0.992829502, -0.0747917816, 0.00881233905, 0.0742934793, -0.997199297, 0.995603502, -0.0936497822, 0.00182124041), | |
| 2977 | ["CanCollide"] = false, | |
| 2978 | ["Locked"] = true, | |
| 2979 | ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003), | |
| 2980 | }) | |
| 2981 | o191 = Create("ParticleEmitter",{
| |
| 2982 | ["Parent"] = o190, | |
| 2983 | ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163), | |
| 2984 | ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)), | |
| 2985 | ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds", | |
| 2986 | ["Acceleration"] = Vector3.new(0, -0.899999976, 0), | |
| 2987 | ["Speed"] = NumberRange.new(10,10), | |
| 2988 | }) | |
| 2989 | o192 = Create("Part",{
| |
| 2990 | ["Parent"] = o16, | |
| 2991 | ["Transparency"] = 1, | |
| 2992 | ["Position"] = Vector3.new(13.6292343, -1140.07751, 791.16803), | |
| 2993 | ["Rotation"] = Vector3.new(89.8954849, -4.28933144, 113.914505), | |
| 2994 | ["Anchored"] = true, | |
| 2995 | ["CFrame"] = CFrame.new(13.6292343, -1140.07751, 791.16803, -0.404237568, -0.911590993, -0.0747930482, 0.0319866538, 0.067632921, -0.997199178, 0.914094567, -0.405497104, 0.00181907415), | |
| 2996 | ["CanCollide"] = false, | |
| 2997 | ["Locked"] = true, | |
| 2998 | ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003), | |
| 2999 | }) | |
| 3000 | o193 = Create("ParticleEmitter",{
| |
| 3001 | ["Parent"] = o192, | |
| 3002 | ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163), | |
| 3003 | ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)), | |
| 3004 | ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds", | |
| 3005 | ["Acceleration"] = Vector3.new(0, -0.899999976, 0), | |
| 3006 | ["Speed"] = NumberRange.new(10,10), | |
| 3007 | }) | |
| 3008 | o194 = Create("Part",{
| |
| 3009 | ["Parent"] = o16, | |
| 3010 | ["Transparency"] = 1, | |
| 3011 | ["Position"] = Vector3.new(13.6292343, -1140.07751, 791.16803), | |
| 3012 | ["Rotation"] = Vector3.new(89.8953552, -4.28925085, 99.5842743), | |
| 3013 | ["Anchored"] = true, | |
| 3014 | ["CFrame"] = CFrame.new(13.6292343, -1140.07751, 791.16803, -0.166031793, -0.983280063, -0.0747916475, 0.0142535102, 0.07344383, -0.997199297, 0.986017346, -0.166632652, 0.00182126649), | |
| 3015 | ["CanCollide"] = false, | |
| 3016 | ["Locked"] = true, | |
| 3017 | ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003), | |
| 3018 | }) | |
| 3019 | o195 = Create("ParticleEmitter",{
| |
| 3020 | ["Parent"] = o194, | |
| 3021 | ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163), | |
| 3022 | ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)), | |
| 3023 | ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds", | |
| 3024 | ["Acceleration"] = Vector3.new(0, -0.899999976, 0), | |
| 3025 | ["Speed"] = NumberRange.new(10,10), | |
| 3026 | }) | |
| 3027 | o196 = Create("Part",{
| |
| 3028 | ["Parent"] = o16, | |
| 3029 | ["Transparency"] = 1, | |
| 3030 | ["Position"] = Vector3.new(13.6292343, -1140.07751, 791.16803), | |
| 3031 | ["Rotation"] = Vector3.new(89.8953476, -4.2892952, 88.6007767), | |
| 3032 | ["Anchored"] = true, | |
| 3033 | ["CFrame"] = CFrame.new(13.6292343, -1140.07751, 791.16803, 0.0243502744, -0.99690181, -0.0747924149, -5.30853868e-007, 0.0748149008, -0.997199297, 0.999703526, 0.0242818799, 0.0018213205), | |
| 3034 | ["CanCollide"] = false, | |
| 3035 | ["Locked"] = true, | |
| 3036 | ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003), | |
| 3037 | }) | |
| 3038 | o197 = Create("ParticleEmitter",{
| |
| 3039 | ["Parent"] = o196, | |
| 3040 | ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163), | |
| 3041 | ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)), | |
| 3042 | ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds", | |
| 3043 | ["Acceleration"] = Vector3.new(0, -0.899999976, 0), | |
| 3044 | ["Speed"] = NumberRange.new(10,10), | |
| 3045 | }) | |
| 3046 | o198 = Create("Part",{
| |
| 3047 | ["Parent"] = o16, | |
| 3048 | ["Transparency"] = 1, | |
| 3049 | ["Position"] = Vector3.new(13.6292343, -1140.07751, 791.16803), | |
| 3050 | ["Rotation"] = Vector3.new(87.9094315, -3.74766088, 86.1293869), | |
| 3051 | ["Anchored"] = true, | |
| 3052 | ["CFrame"] = CFrame.new(13.6292343, -1140.07751, 791.16803, 0.0673592016, -0.99558562, -0.0653623864, 0.0319867022, 0.0676326752, -0.997199178, 0.997216046, 0.065079622, 0.0364012159), | |
| 3053 | ["CanCollide"] = false, | |
| 3054 | ["Locked"] = true, | |
| 3055 | ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003), | |
| 3056 | }) | |
| 3057 | o199 = Create("ParticleEmitter",{
| |
| 3058 | ["Parent"] = o198, | |
| 3059 | ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163), | |
| 3060 | ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)), | |
| 3061 | ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds", | |
| 3062 | ["Acceleration"] = Vector3.new(0, -0.899999976, 0), | |
| 3063 | ["Speed"] = NumberRange.new(10,10), | |
| 3064 | }) | |
| 3065 | o200 = Create("Part",{
| |
| 3066 | ["Parent"] = o16, | |
| 3067 | ["Transparency"] = 1, | |
| 3068 | ["Position"] = Vector3.new(13.6292343, -1140.07751, 791.16803), | |
| 3069 | ["Rotation"] = Vector3.new(87.9093704, -3.74743366, 78.3198776), | |
| 3070 | ["Anchored"] = true, | |
| 3071 | ["CFrame"] = CFrame.new(13.6292343, -1140.07751, 791.16803, 0.202014804, -0.977199256, -0.0653584376, 0.0225019958, 0.0713481307, -0.997199476, 0.979124069, 0.199977919, 0.036402341), | |
| 3072 | ["CanCollide"] = false, | |
| 3073 | ["Locked"] = true, | |
| 3074 | ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003), | |
| 3075 | }) | |
| 3076 | o201 = Create("ParticleEmitter",{
| |
| 3077 | ["Parent"] = o200, | |
| 3078 | ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163), | |
| 3079 | ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)), | |
| 3080 | ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds", | |
| 3081 | ["Acceleration"] = Vector3.new(0, -0.899999976, 0), | |
| 3082 | ["Speed"] = NumberRange.new(10,10), | |
| 3083 | }) | |
| 3084 | o202 = Create("Part",{
| |
| 3085 | ["Parent"] = o16, | |
| 3086 | ["Transparency"] = 1, | |
| 3087 | ["Position"] = Vector3.new(13.6292343, -1140.07751, 791.16803), | |
| 3088 | ["Rotation"] = Vector3.new(87.9093552, -3.7475431, 77.7306519), | |
| 3089 | ["Anchored"] = true, | |
| 3090 | ["CFrame"] = CFrame.new(13.6292343, -1140.07751, 791.16803, 0.212053299, -0.975070119, -0.0653603375, 0.0217668973, 0.0715776533, -0.997199237, 0.977015674, 0.210036218, 0.0364025459), | |
| 3091 | ["CanCollide"] = false, | |
| 3092 | ["Locked"] = true, | |
| 3093 | ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003), | |
| 3094 | }) | |
| 3095 | o203 = Create("ParticleEmitter",{
| |
| 3096 | ["Parent"] = o202, | |
| 3097 | ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163), | |
| 3098 | ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)), | |
| 3099 | ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds", | |
| 3100 | ["Acceleration"] = Vector3.new(0, -0.899999976, 0), | |
| 3101 | ["Speed"] = NumberRange.new(10,10), | |
| 3102 | }) | |
| 3103 | o204 = Create("Part",{
| |
| 3104 | ["Parent"] = o16, | |
| 3105 | ["Transparency"] = 1, | |
| 3106 | ["Position"] = Vector3.new(13.6292343, -1140.07751, 791.16803), | |
| 3107 | ["Rotation"] = Vector3.new(91.8079071, -3.89169359, 121.706116), | |
| 3108 | ["Anchored"] = true, | |
| 3109 | ["CFrame"] = CFrame.new(13.6292343, -1140.07751, 791.16803, -0.524350643, -0.848793328, -0.0678706542, 0.00881229527, 0.0742937326, -0.997199297, 0.851456881, -0.523479283, -0.0314760059), | |
| 3110 | ["CanCollide"] = false, | |
| 3111 | ["Locked"] = true, | |
| 3112 | ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003), | |
| 3113 | }) | |
| 3114 | o205 = Create("ParticleEmitter",{
| |
| 3115 | ["Parent"] = o204, | |
| 3116 | ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163), | |
| 3117 | ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)), | |
| 3118 | ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds", | |
| 3119 | ["Acceleration"] = Vector3.new(0, -0.899999976, 0), | |
| 3120 | ["Speed"] = NumberRange.new(10,10), | |
| 3121 | }) | |
| 3122 | o206 = Create("Part",{
| |
| 3123 | ["Parent"] = o16, | |
| 3124 | ["Transparency"] = 1, | |
| 3125 | ["Position"] = Vector3.new(13.6292343, -1140.07751, 791.16803), | |
| 3126 | ["Rotation"] = Vector3.new(91.8079071, -3.89168763, 125.924606), | |
| 3127 | ["Anchored"] = true, | |
| 3128 | ["CFrame"] = CFrame.new(13.6292343, -1140.07751, 791.16803, -0.585367382, -0.807922482, -0.0678705499, 0.0142534673, 0.0734440908, -0.997199297, 0.810642779, -0.584694326, -0.0314759463), | |
| 3129 | ["CanCollide"] = false, | |
| 3130 | ["Locked"] = true, | |
| 3131 | ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003), | |
| 3132 | }) | |
| 3133 | o207 = Create("ParticleEmitter",{
| |
| 3134 | ["Parent"] = o206, | |
| 3135 | ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163), | |
| 3136 | ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)), | |
| 3137 | ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds", | |
| 3138 | ["Acceleration"] = Vector3.new(0, -0.899999976, 0), | |
| 3139 | ["Speed"] = NumberRange.new(10,10), | |
| 3140 | }) | |
| 3141 | o208 = Create("Part",{
| |
| 3142 | ["Parent"] = o16, | |
| 3143 | ["Transparency"] = 1, | |
| 3144 | ["Position"] = Vector3.new(13.6292343, -1140.07751, 791.16803), | |
| 3145 | ["Rotation"] = Vector3.new(85.7094803, 3.41509462e-006, 6.7649889), | |
| 3146 | ["Anchored"] = true, | |
| 3147 | ["CFrame"] = CFrame.new(13.6292343, -1140.07751, 791.16803, 0.99303776, -0.117797188, 5.96046448e-008, 0.00881272554, 0.0742930025, -0.997199297, 0.117467135, 0.9902547, 0.0748138353), | |
| 3148 | ["CanCollide"] = false, | |
| 3149 | ["Locked"] = true, | |
| 3150 | ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003), | |
| 3151 | }) | |
| 3152 | o209 = Create("ParticleEmitter",{
| |
| 3153 | ["Parent"] = o208, | |
| 3154 | ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163), | |
| 3155 | ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)), | |
| 3156 | ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds", | |
| 3157 | ["Acceleration"] = Vector3.new(0, -0.899999976, 0), | |
| 3158 | ["Speed"] = NumberRange.new(10,10), | |
| 3159 | }) | |
| 3160 | o210 = Create("Part",{
| |
| 3161 | ["Parent"] = o16, | |
| 3162 | ["Transparency"] = 1, | |
| 3163 | ["Position"] = Vector3.new(13.6292343, -1140.07751, 791.16803), | |
| 3164 | ["Rotation"] = Vector3.new(85.7094879, 5.12264205e-006, 10.98349), | |
| 3165 | ["Anchored"] = true, | |
| 3166 | ["CFrame"] = CFrame.new(13.6292343, -1140.07751, 791.16803, 0.981682122, -0.190526128, 8.94069672e-008, 0.014253851, 0.0734433234, -0.997199416, 0.189992264, 0.978931069, 0.0748137087), | |
| 3167 | ["CanCollide"] = false, | |
| 3168 | ["Locked"] = true, | |
| 3169 | ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003), | |
| 3170 | }) | |
| 3171 | o211 = Create("ParticleEmitter",{
| |
| 3172 | ["Parent"] = o210, | |
| 3173 | ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163), | |
| 3174 | ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)), | |
| 3175 | ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds", | |
| 3176 | ["Acceleration"] = Vector3.new(0, -0.899999976, 0), | |
| 3177 | ["Speed"] = NumberRange.new(10,10), | |
| 3178 | }) | |
| 3179 | o212 = Create("Part",{
| |
| 3180 | ["Parent"] = o16, | |
| 3181 | ["Transparency"] = 1, | |
| 3182 | ["Position"] = Vector3.new(13.6292343, -1140.07751, 791.16803), | |
| 3183 | ["Rotation"] = Vector3.new(85.7094803, 1.70754731e-006, 16.9149685), | |
| 3184 | ["Anchored"] = true, | |
| 3185 | ["CFrame"] = CFrame.new(13.6292343, -1140.07751, 791.16803, 0.956737638, -0.290952176, 2.98023224e-008, 0.0217670985, 0.0715773255, -0.997199297, 0.290136814, 0.954056323, 0.07481388), | |
| 3186 | ["CanCollide"] = false, | |
| 3187 | ["Locked"] = true, | |
| 3188 | ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003), | |
| 3189 | }) | |
| 3190 | o213 = Create("ParticleEmitter",{
| |
| 3191 | ["Parent"] = o212, | |
| 3192 | ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163), | |
| 3193 | ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)), | |
| 3194 | ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds", | |
| 3195 | ["Acceleration"] = Vector3.new(0, -0.899999976, 0), | |
| 3196 | ["Speed"] = NumberRange.new(10,10), | |
| 3197 | }) | |
| 3198 | o214 = Create("Part",{
| |
| 3199 | ["Parent"] = o16, | |
| 3200 | ["Transparency"] = 1, | |
| 3201 | ["Position"] = Vector3.new(13.6292343, -1140.07751, 791.16803), | |
| 3202 | ["Rotation"] = Vector3.new(85.7095795, 4.39693431e-005, 17.5041828), | |
| 3203 | ["Anchored"] = true, | |
| 3204 | ["CFrame"] = CFrame.new(13.6292343, -1140.07751, 791.16803, 0.953695059, -0.300775439, 7.67409801e-007, 0.0225021988, 0.0713478252, -0.997199476, 0.299932599, 0.951022446, 0.074812144), | |
| 3205 | ["CanCollide"] = false, | |
| 3206 | ["Locked"] = true, | |
| 3207 | ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003), | |
| 3208 | }) | |
| 3209 | o215 = Create("ParticleEmitter",{
| |
| 3210 | ["Parent"] = o214, | |
| 3211 | ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163), | |
| 3212 | ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)), | |
| 3213 | ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds", | |
| 3214 | ["Acceleration"] = Vector3.new(0, -0.899999976, 0), | |
| 3215 | ["Speed"] = NumberRange.new(10,10), | |
| 3216 | }) | |
| 3217 | o216 = Create("Part",{
| |
| 3218 | ["Parent"] = o16, | |
| 3219 | ["Transparency"] = 1, | |
| 3220 | ["Position"] = Vector3.new(13.6292343, -1140.07751, 791.16803), | |
| 3221 | ["Rotation"] = Vector3.new(85.7094116, -0.000123370293, 25.3137016), | |
| 3222 | ["Anchored"] = true, | |
| 3223 | ["CFrame"] = CFrame.new(13.6292343, -1140.07751, 791.16803, 0.903980315, -0.427574009, -2.15321779e-006, 0.0319868661, 0.0676323473, -0.997199237, 0.426376015, 0.9014467, 0.0748150349), | |
| 3224 | ["CanCollide"] = false, | |
| 3225 | ["Locked"] = true, | |
| 3226 | ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003), | |
| 3227 | }) | |
| 3228 | o217 = Create("ParticleEmitter",{
| |
| 3229 | ["Parent"] = o216, | |
| 3230 | ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163), | |
| 3231 | ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)), | |
| 3232 | ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds", | |
| 3233 | ["Acceleration"] = Vector3.new(0, -0.899999976, 0), | |
| 3234 | ["Speed"] = NumberRange.new(10,10), | |
| 3235 | }) | |
| 3236 | o218 = Create("Part",{
| |
| 3237 | ["Parent"] = o16, | |
| 3238 | ["Transparency"] = 1, | |
| 3239 | ["Position"] = Vector3.new(13.6292343, -1140.07751, 791.16803), | |
| 3240 | ["Rotation"] = Vector3.new(86.2003632, -1.99434543, 27.6544552), | |
| 3241 | ["Anchored"] = true, | |
| 3242 | ["CFrame"] = CFrame.new(13.6292343, -1140.07751, 791.16803, 0.885226369, -0.463856965, -0.0348008648, -3.94880772e-007, 0.0748145506, -0.997199237, 0.465160698, 0.882745445, 0.0662276074), | |
| 3243 | ["CanCollide"] = false, | |
| 3244 | ["Locked"] = true, | |
| 3245 | ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003), | |
| 3246 | }) | |
| 3247 | o219 = Create("ParticleEmitter",{
| |
| 3248 | ["Parent"] = o218, | |
| 3249 | ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163), | |
| 3250 | ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)), | |
| 3251 | ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds", | |
| 3252 | ["Acceleration"] = Vector3.new(0, -0.899999976, 0), | |
| 3253 | ["Speed"] = NumberRange.new(10,10), | |
| 3254 | }) | |
| 3255 | o220 = Create("Part",{
| |
| 3256 | ["Parent"] = o16, | |
| 3257 | ["Transparency"] = 1, | |
| 3258 | ["Position"] = Vector3.new(13.6292343, -1140.07751, 791.16803), | |
| 3259 | ["Rotation"] = Vector3.new(86.2003937, -1.99432755, 38.6379433), | |
| 3260 | ["Anchored"] = true, | |
| 3261 | ["CFrame"] = CFrame.new(13.6292343, -1140.07751, 791.16803, 0.780633986, -0.624018788, -0.0348005518, 0.0142535642, 0.0734434575, -0.997199297, 0.624826014, 0.777950108, 0.0662269443), | |
| 3262 | ["CanCollide"] = false, | |
| 3263 | ["Locked"] = true, | |
| 3264 | ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003), | |
| 3265 | }) | |
| 3266 | o221 = Create("ParticleEmitter",{
| |
| 3267 | ["Parent"] = o220, | |
| 3268 | ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163), | |
| 3269 | ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)), | |
| 3270 | ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds", | |
| 3271 | ["Acceleration"] = Vector3.new(0, -0.899999976, 0), | |
| 3272 | ["Speed"] = NumberRange.new(10,10), | |
| 3273 | }) | |
| 3274 | o222 = Create("Part",{
| |
| 3275 | ["Parent"] = o16, | |
| 3276 | ["Transparency"] = 1, | |
| 3277 | ["Position"] = Vector3.new(13.6292343, -1140.07751, 791.16803), | |
| 3278 | ["Rotation"] = Vector3.new(86.200386, -1.99447691, 52.9681625), | |
| 3279 | ["Anchored"] = true, | |
| 3280 | ["CFrame"] = CFrame.new(13.6292343, -1140.07751, 791.16803, 0.601893902, -0.797817409, -0.0348031595, 0.031986624, 0.067632556, -0.997199178, 0.797935426, 0.599093735, 0.0662271008), | |
| 3281 | ["CanCollide"] = false, | |
| 3282 | ["Locked"] = true, | |
| 3283 | ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003), | |
| 3284 | }) | |
| 3285 | o223 = Create("ParticleEmitter",{
| |
| 3286 | ["Parent"] = o222, | |
| 3287 | ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163), | |
| 3288 | ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)), | |
| 3289 | ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds", | |
| 3290 | ["Acceleration"] = Vector3.new(0, -0.899999976, 0), | |
| 3291 | ["Speed"] = NumberRange.new(10,10), | |
| 3292 | }) | |
| 3293 | o224 = Create("Part",{
| |
| 3294 | ["Parent"] = o16, | |
| 3295 | ["Transparency"] = 1, | |
| 3296 | ["Position"] = Vector3.new(13.6292343, -1140.07751, 791.16803), | |
| 3297 | ["Rotation"] = Vector3.new(86.200386, -1.99433267, 34.4194527), | |
| 3298 | ["Anchored"] = true, | |
| 3299 | ["CFrame"] = CFrame.new(13.6292343, -1140.07751, 791.16803, 0.824422002, -0.56490469, -0.0348006412, 0.00881243497, 0.0742931217, -0.997199237, 0.565907061, 0.821804762, 0.0662270635), | |
| 3300 | ["CanCollide"] = false, | |
| 3301 | ["Locked"] = true, | |
| 3302 | ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003), | |
| 3303 | }) | |
| 3304 | o225 = Create("ParticleEmitter",{
| |
| 3305 | ["Parent"] = o224, | |
| 3306 | ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163), | |
| 3307 | ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)), | |
| 3308 | ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds", | |
| 3309 | ["Acceleration"] = Vector3.new(0, -0.899999976, 0), | |
| 3310 | ["Speed"] = NumberRange.new(10,10), | |
| 3311 | }) | |
| 3312 | o226 = Create("Part",{
| |
| 3313 | ["Parent"] = o16, | |
| 3314 | ["Transparency"] = 1, | |
| 3315 | ["Position"] = Vector3.new(13.6292343, -1140.07751, 791.16803), | |
| 3316 | ["Rotation"] = Vector3.new(86.200386, -1.99433351, 44.5694199), | |
| 3317 | ["Anchored"] = true, | |
| 3318 | ["CFrame"] = CFrame.new(13.6292343, -1140.07751, 791.16803, 0.711969256, -0.701347888, -0.0348006561, 0.0217668451, 0.0715774819, -0.997199237, 0.701873243, 0.709216297, 0.0662270635), | |
| 3319 | ["CanCollide"] = false, | |
| 3320 | ["Locked"] = true, | |
| 3321 | ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003), | |
| 3322 | }) | |
| 3323 | o227 = Create("ParticleEmitter",{
| |
| 3324 | ["Parent"] = o226, | |
| 3325 | ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163), | |
| 3326 | ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)), | |
| 3327 | ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds", | |
| 3328 | ["Acceleration"] = Vector3.new(0, -0.899999976, 0), | |
| 3329 | ["Speed"] = NumberRange.new(10,10), | |
| 3330 | }) | |
| 3331 | o228 = Create("Part",{
| |
| 3332 | ["Parent"] = o16, | |
| 3333 | ["Transparency"] = 1, | |
| 3334 | ["Position"] = Vector3.new(13.6292343, -1140.07751, 791.16803), | |
| 3335 | ["Rotation"] = Vector3.new(86.2004547, -1.99425054, 45.1586418), | |
| 3336 | ["Anchored"] = true, | |
| 3337 | ["CFrame"] = CFrame.new(13.6292343, -1140.07751, 791.16803, 0.704719126, -0.708632469, -0.0347992107, 0.022501938, 0.0713479817, -0.997199416, 0.709129572, 0.70196116, 0.0662258714), | |
| 3338 | ["CanCollide"] = false, | |
| 3339 | ["Locked"] = true, | |
| 3340 | ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003), | |
| 3341 | }) | |
| 3342 | o229 = Create("ParticleEmitter",{
| |
| 3343 | ["Parent"] = o228, | |
| 3344 | ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163), | |
| 3345 | ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)), | |
| 3346 | ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds", | |
| 3347 | ["Acceleration"] = Vector3.new(0, -0.899999976, 0), | |
| 3348 | ["Speed"] = NumberRange.new(10,10), | |
| 3349 | }) | |
| 3350 | o230 = Create("Part",{
| |
| 3351 | ["Parent"] = o16, | |
| 3352 | ["Transparency"] = 1, | |
| 3353 | ["Position"] = Vector3.new(13.6292343, -1140.07751, 791.16803), | |
| 3354 | ["Rotation"] = Vector3.new(87.4747849, -3.46971107, 71.4232864), | |
| 3355 | ["Anchored"] = true, | |
| 3356 | ["CFrame"] = CFrame.new(13.6292343, -1140.07751, 791.16803, 0.317990065, -0.946160436, -0.0605208725, 0.0225017648, 0.0713482797, -0.997199416, 0.947826922, 0.315737069, 0.0439783558), | |
| 3357 | ["CanCollide"] = false, | |
| 3358 | ["Locked"] = true, | |
| 3359 | ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003), | |
| 3360 | }) | |
| 3361 | o231 = Create("ParticleEmitter",{
| |
| 3362 | ["Parent"] = o230, | |
| 3363 | ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163), | |
| 3364 | ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)), | |
| 3365 | ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds", | |
| 3366 | ["Acceleration"] = Vector3.new(0, -0.899999976, 0), | |
| 3367 | ["Speed"] = NumberRange.new(10,10), | |
| 3368 | }) | |
| 3369 | o232 = Create("Part",{
| |
| 3370 | ["Parent"] = o16, | |
| 3371 | ["Transparency"] = 1, | |
| 3372 | ["Position"] = Vector3.new(13.6292343, -1140.07751, 791.16803), | |
| 3373 | ["Rotation"] = Vector3.new(87.474823, -3.469944, 79.232811), | |
| 3374 | ["Anchored"] = true, | |
| 3375 | ["CFrame"] = CFrame.new(13.6292343, -1140.07751, 791.16803, 0.186476216, -0.980593324, -0.060524933, 0.0319864899, 0.0676328763, -0.997199237, 0.981938541, 0.184017584, 0.0439776927), | |
| 3376 | ["CanCollide"] = false, | |
| 3377 | ["Locked"] = true, | |
| 3378 | ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003), | |
| 3379 | }) | |
| 3380 | o233 = Create("ParticleEmitter",{
| |
| 3381 | ["Parent"] = o232, | |
| 3382 | ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163), | |
| 3383 | ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)), | |
| 3384 | ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds", | |
| 3385 | ["Acceleration"] = Vector3.new(0, -0.899999976, 0), | |
| 3386 | ["Speed"] = NumberRange.new(10,10), | |
| 3387 | }) | |
| 3388 | o234 = Create("Part",{
| |
| 3389 | ["Parent"] = o16, | |
| 3390 | ["Transparency"] = 1, | |
| 3391 | ["Position"] = Vector3.new(13.6292343, -1140.07751, 791.16803), | |
| 3392 | ["Rotation"] = Vector3.new(87.474762, -3.46981502, 60.6841011), | |
| 3393 | ["Anchored"] = true, | |
| 3394 | ["CFrame"] = CFrame.new(13.6292343, -1140.07751, 791.16803, 0.488726914, -0.870335042, -0.060522683, 0.00881221518, 0.074293375, -0.997199237, 0.872392356, 0.486823827, 0.0439787731), | |
| 3395 | ["CanCollide"] = false, | |
| 3396 | ["Locked"] = true, | |
| 3397 | ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003), | |
| 3398 | }) | |
| 3399 | o235 = Create("ParticleEmitter",{
| |
| 3400 | ["Parent"] = o234, | |
| 3401 | ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163), | |
| 3402 | ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)), | |
| 3403 | ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds", | |
| 3404 | ["Acceleration"] = Vector3.new(0, -0.899999976, 0), | |
| 3405 | ["Speed"] = NumberRange.new(10,10), | |
| 3406 | }) | |
| 3407 | o236 = Create("Part",{
| |
| 3408 | ["Parent"] = o16, | |
| 3409 | ["Transparency"] = 1, | |
| 3410 | ["Position"] = Vector3.new(13.6292343, -1140.07751, 791.16803), | |
| 3411 | ["Rotation"] = Vector3.new(87.4747696, -3.4698081, 64.9025879), | |
| 3412 | ["Anchored"] = true, | |
| 3413 | ["CFrame"] = CFrame.new(13.6292343, -1140.07751, 791.16803, 0.423380911, -0.903927863, -0.0605225638, 0.0142533705, 0.0734437481, -0.997199237, 0.905839682, 0.421331614, 0.0439787284), | |
| 3414 | ["CanCollide"] = false, | |
| 3415 | ["Locked"] = true, | |
| 3416 | ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003), | |
| 3417 | }) | |
| 3418 | o237 = Create("ParticleEmitter",{
| |
| 3419 | ["Parent"] = o236, | |
| 3420 | ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163), | |
| 3421 | ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)), | |
| 3422 | ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds", | |
| 3423 | ["Acceleration"] = Vector3.new(0, -0.899999976, 0), | |
| 3424 | ["Speed"] = NumberRange.new(10,10), | |
| 3425 | }) | |
| 3426 | o238 = Create("Part",{
| |
| 3427 | ["Parent"] = o16, | |
| 3428 | ["Transparency"] = 1, | |
| 3429 | ["Position"] = Vector3.new(13.6292343, -1140.07751, 791.16803), | |
| 3430 | ["Rotation"] = Vector3.new(87.4747391, -3.469841, 53.9191055), | |
| 3431 | ["Anchored"] = true, | |
| 3432 | ["CFrame"] = CFrame.new(13.6292343, -1140.07751, 791.16803, 0.587847352, -0.806704819, -0.0605231375, -6.44475222e-007, 0.0748147741, -0.997199237, 0.808971882, 0.58619982, 0.0439791642), | |
| 3433 | ["CanCollide"] = false, | |
| 3434 | ["Locked"] = true, | |
| 3435 | ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003), | |
| 3436 | }) | |
| 3437 | o239 = Create("ParticleEmitter",{
| |
| 3438 | ["Parent"] = o238, | |
| 3439 | ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163), | |
| 3440 | ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)), | |
| 3441 | ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds", | |
| 3442 | ["Acceleration"] = Vector3.new(0, -0.899999976, 0), | |
| 3443 | ["Speed"] = NumberRange.new(10,10), | |
| 3444 | }) | |
| 3445 | o240 = Create("Part",{
| |
| 3446 | ["Parent"] = o16, | |
| 3447 | ["Transparency"] = 1, | |
| 3448 | ["Position"] = Vector3.new(13.6292343, -1140.07751, 791.16803), | |
| 3449 | ["Rotation"] = Vector3.new(87.474762, -3.46981668, 70.8340683), | |
| 3450 | ["Anchored"] = true, | |
| 3451 | ["CFrame"] = CFrame.new(13.6292343, -1140.07751, 791.16803, 0.327703208, -0.942840219, -0.0605227128, 0.02176667, 0.0715778098, -0.997199237, 0.944529951, 0.325467318, 0.0439787768), | |
| 3452 | ["CanCollide"] = false, | |
| 3453 | ["Locked"] = true, | |
| 3454 | ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003), | |
| 3455 | }) | |
| 3456 | o241 = Create("ParticleEmitter",{
| |
| 3457 | ["Parent"] = o240, | |
| 3458 | ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163), | |
| 3459 | ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)), | |
| 3460 | ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds", | |
| 3461 | ["Acceleration"] = Vector3.new(0, -0.899999976, 0), | |
| 3462 | ["Speed"] = NumberRange.new(10,10), | |
| 3463 | }) | |
| 3464 | o242 = Create("Part",{
| |
| 3465 | ["Parent"] = o16, | |
| 3466 | ["Transparency"] = 1, | |
| 3467 | ["Position"] = Vector3.new(13.6292343, -1140.07751, 791.16803), | |
| 3468 | ["Rotation"] = Vector3.new(91.8079224, -3.89172578, 114.941132), | |
| 3469 | ["Anchored"] = true, | |
| 3470 | ["CFrame"] = CFrame.new(13.6292343, -1140.07751, 791.16803, -0.420714408, -0.904650569, -0.067871213, -6.10947609e-007, 0.0748151317, -0.997199237, 0.907193065, -0.419535309, -0.0314762108), | |
| 3471 | ["CanCollide"] = false, | |
| 3472 | ["Locked"] = true, | |
| 3473 | ["Size"] = Vector3.new(2.23000002, 0.200000003, 0.200000003), | |
| 3474 | }) | |
| 3475 | o243 = Create("ParticleEmitter",{
| |
| 3476 | ["Parent"] = o242, | |
| 3477 | ["Size"] = NumberSequence.new(2.7999999523163,2.7999999523163), | |
| 3478 | ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0.129412, 0.129412, 0.129412)), | |
| 3479 | ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds", | |
| 3480 | ["Acceleration"] = Vector3.new(0, -0.899999976, 0), | |
| 3481 | ["Speed"] = NumberRange.new(10,10), | |
| 3482 | }) | |
| 3483 | o244 = Create("Model",{
| |
| 3484 | ["Name"] = "Arm1", | |
| 3485 | ["Parent"] = o1, | |
| 3486 | }) | |
| 3487 | o245 = Create("Part",{
| |
| 3488 | ["Name"] = "Middle", | |
| 3489 | ["Parent"] = o244, | |
| 3490 | ["Material"] = Enum.Material.Granite, | |
| 3491 | ["BrickColor"] = BrickColor.new("Really black"),
| |
| 3492 | ["Position"] = Vector3.new(8.8705492, -1129.92078, 794.572571), | |
| 3493 | ["Anchored"] = true, | |
| 3494 | ["CFrame"] = CFrame.new(8.8705492, -1129.92078, 794.572571, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
| 3495 | ["CanCollide"] = false, | |
| 3496 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 3497 | ["Size"] = Vector3.new(3.43296003, 6.86592293, 3.43296194), | |
| 3498 | ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667), | |
| 3499 | }) | |
| 3500 | o246 = Create("Fire",{
| |
| 3501 | ["Parent"] = o245, | |
| 3502 | ["Size"] = 30, | |
| 3503 | ["Color"] = Color3.new(1, 0.815686, 0), | |
| 3504 | ["Enabled"] = false, | |
| 3505 | ["Heat"] = 25, | |
| 3506 | ["SecondaryColor"] = Color3.new(1, 0, 0), | |
| 3507 | }) | |
| 3508 | o247 = Create("Script",{
| |
| 3509 | ["Parent"] = o246, | |
| 3510 | }) | |
| 3511 | table.insert(cors,coroutine.create(function() | |
| 3512 | wait() | |
| 3513 | runDummyScript(function() | |
| 3514 | function Spread(part) | |
| 3515 | check = part:findFirstChild("Fire")
| |
| 3516 | if check == nil then | |
| 3517 | script.Parent:Clone().Parent = part | |
| 3518 | ||
| 3519 | elseif check ~= nil then | |
| 3520 | check.Size = check.Size + 1 | |
| 3521 | check.Heat = check.Heat +1 | |
| 3522 | end | |
| 3523 | end | |
| 3524 | ||
| 3525 | ||
| 3526 | script.Parent.Parent.Touched:connect(Spread) | |
| 3527 | ||
| 3528 | ||
| 3529 | end,o247) | |
| 3530 | end)) | |
| 3531 | o248 = Create("Model",{
| |
| 3532 | ["Name"] = "Leg2", | |
| 3533 | ["Parent"] = o1, | |
| 3534 | }) | |
| 3535 | o249 = Create("Part",{
| |
| 3536 | ["Name"] = "Middle", | |
| 3537 | ["Parent"] = o248, | |
| 3538 | ["Material"] = Enum.Material.Granite, | |
| 3539 | ["BrickColor"] = BrickColor.new("Really black"),
| |
| 3540 | ["Position"] = Vector3.new(15.736475, -1136.78674, 794.572571), | |
| 3541 | ["Velocity"] = Vector3.new(0, -1, 0), | |
| 3542 | ["Anchored"] = true, | |
| 3543 | ["CFrame"] = CFrame.new(15.736475, -1136.78674, 794.572571, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
| 3544 | ["CanCollide"] = false, | |
| 3545 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 3546 | ["Size"] = Vector3.new(3.43296003, 6.86592293, 3.43296194), | |
| 3547 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
| 3548 | ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667), | |
| 3549 | }) | |
| 3550 | o250 = Create("Fire",{
| |
| 3551 | ["Parent"] = o249, | |
| 3552 | ["Size"] = 30, | |
| 3553 | ["Color"] = Color3.new(1, 0.815686, 0), | |
| 3554 | ["Enabled"] = false, | |
| 3555 | ["Heat"] = 25, | |
| 3556 | ["SecondaryColor"] = Color3.new(1, 0, 0), | |
| 3557 | }) | |
| 3558 | o251 = Create("Script",{
| |
| 3559 | ["Parent"] = o250, | |
| 3560 | }) | |
| 3561 | table.insert(cors,coroutine.create(function() | |
| 3562 | wait() | |
| 3563 | runDummyScript(function() | |
| 3564 | function Spread(part) | |
| 3565 | check = part:findFirstChild("Fire")
| |
| 3566 | if check == nil then | |
| 3567 | script.Parent:Clone().Parent = part | |
| 3568 | ||
| 3569 | elseif check ~= nil then | |
| 3570 | check.Size = check.Size + 1 | |
| 3571 | check.Heat = check.Heat +1 | |
| 3572 | end | |
| 3573 | end | |
| 3574 | ||
| 3575 | ||
| 3576 | script.Parent.Parent.Touched:connect(Spread) | |
| 3577 | ||
| 3578 | ||
| 3579 | end,o251) | |
| 3580 | end)) | |
| 3581 | o252 = Create("Model",{
| |
| 3582 | ["Name"] = "Leg1", | |
| 3583 | ["Parent"] = o1, | |
| 3584 | }) | |
| 3585 | o253 = Create("Part",{
| |
| 3586 | ["Name"] = "Middle", | |
| 3587 | ["Parent"] = o252, | |
| 3588 | ["Material"] = Enum.Material.Granite, | |
| 3589 | ["BrickColor"] = BrickColor.new("Really black"),
| |
| 3590 | ["Position"] = Vector3.new(12.3035145, -1136.78674, 794.572571), | |
| 3591 | ["Velocity"] = Vector3.new(0, -1, 0), | |
| 3592 | ["Anchored"] = true, | |
| 3593 | ["CFrame"] = CFrame.new(12.3035145, -1136.78674, 794.572571, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
| 3594 | ["CanCollide"] = false, | |
| 3595 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 3596 | ["Size"] = Vector3.new(3.43296003, 6.86592293, 3.43296194), | |
| 3597 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
| 3598 | ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667), | |
| 3599 | }) | |
| 3600 | o254 = Create("Fire",{
| |
| 3601 | ["Parent"] = o253, | |
| 3602 | ["Size"] = 30, | |
| 3603 | ["Color"] = Color3.new(1, 0.815686, 0), | |
| 3604 | ["Enabled"] = false, | |
| 3605 | ["Heat"] = 25, | |
| 3606 | ["SecondaryColor"] = Color3.new(1, 0, 0), | |
| 3607 | }) | |
| 3608 | o255 = Create("Script",{
| |
| 3609 | ["Parent"] = o254, | |
| 3610 | }) | |
| 3611 | table.insert(cors,coroutine.create(function() | |
| 3612 | wait() | |
| 3613 | runDummyScript(function() | |
| 3614 | function Spread(part) | |
| 3615 | check = part:findFirstChild("Fire")
| |
| 3616 | if check == nil then | |
| 3617 | script.Parent:Clone().Parent = part | |
| 3618 | ||
| 3619 | elseif check ~= nil then | |
| 3620 | check.Size = check.Size + 1 | |
| 3621 | check.Heat = check.Heat +1 | |
| 3622 | end | |
| 3623 | end | |
| 3624 | ||
| 3625 | ||
| 3626 | script.Parent.Parent.Touched:connect(Spread) | |
| 3627 | ||
| 3628 | ||
| 3629 | end,o255) | |
| 3630 | end)) | |
| 3631 | mas.Parent = workspace | |
| 3632 | mas:MakeJoints() | |
| 3633 | local mas1 = mas:GetChildren() | |
| 3634 | for i=1,#mas1 do | |
| 3635 | mas1[i].Parent = workspace | |
| 3636 | ypcall(function() mas1[i]:MakeJoints() end) | |
| 3637 | end | |
| 3638 | mas:Destroy() | |
| 3639 | for i=1,#cors do | |
| 3640 | coroutine.resume(cors[i]) | |
| 3641 | end | |
| 3642 | ||
| 3643 | ||
| 3644 | game.Players.LocalPlayer.Character.Head.face:Remove() | |
| 3645 | game.Players.LocalPlayer.Character.Head.Transparency = 0 |