SHOW:
|
|
- or go back to the newest paste.
| 1 | --coolallball | |
| 2 | - | if game.Players.LocalPlayer.Character.Animate.Disabled==false then |
| 2 | + | |
| 3 | - | game.Players.LocalPlayer.Character.Animate.Disabled=true |
| 3 | + | local plrs = game:GetService("Players")
|
| 4 | local Player=plrs.LocalPlayer | |
| 5 | repeat wait() | |
| 6 | - | local Player=game.Players.LocalPlayer |
| 6 | + | |
| 7 | local Char=Player.Character | |
| 8 | repeat wait() | |
| 9 | until Char | |
| 10 | local CurrentEffects={}
| |
| 11 | local CurrentDamages={}
| |
| 12 | local Human=Char.Humanoid | |
| 13 | local LArm=Char["Left Arm"] | |
| 14 | local RArm=Char["Right Arm"] | |
| 15 | local LLeg=Char["Left Leg"] | |
| 16 | local RLeg=Char["Right Leg"] | |
| 17 | local Torso=Char.Torso | |
| 18 | local RS=Torso["Right Shoulder"] | |
| 19 | local LS=Torso["Left Shoulder"] | |
| 20 | local RH=Torso["Right Hip"] | |
| 21 | local LH=Torso["Left Hip"] | |
| 22 | local Head=Char.Head | |
| 23 | local Neck=Torso.Neck | |
| 24 | local RootPart=Char.HumanoidRootPart | |
| 25 | local RootJoint=RootPart.RootJoint | |
| 26 | local equipped=false | |
| 27 | local Debounce=false | |
| 28 | local Anim="Idle" | |
| 29 | local chat = game:GetService("Chat")
| |
| 30 | local Mouse=Player:GetMouse() | |
| 31 | local Lighting=game.Lighting | |
| 32 | local cf=CFrame.new | |
| 33 | local v3=Vector3.new | |
| 34 | local c3=Color3.new | |
| 35 | local it=Instance.new | |
| 36 | local angles=CFrame.Angles | |
| 37 | local rad=math.rad | |
| 38 | local ran=math.random | |
| 39 | local huge=math.huge | |
| 40 | local attacking=false | |
| 41 | local attacktype=1 | |
| 42 | local Portalling=false | |
| 43 | local p = game.Players.LocalPlayer | |
| 44 | local char = p.Character | |
| 45 | local mouse = p:GetMouse() | |
| 46 | local larm = char["Left Arm"] | |
| 47 | local rarm = char["Right Arm"] | |
| 48 | local lleg = char["Left Leg"] | |
| 49 | local rleg = char["Right Leg"] | |
| 50 | local hed = char.Head | |
| 51 | local torso = char.Torso | |
| 52 | local hum = char.Humanoid | |
| 53 | local cam = game.Workspace.CurrentCamera | |
| 54 | local root = char.HumanoidRootPart | |
| 55 | local deb = false | |
| 56 | local shot = 0 | |
| 57 | local debris=game:service"Debris" | |
| 58 | local l = game:GetService("Lighting")
| |
| 59 | local rs = game:GetService("RunService").RenderStepped
| |
| 60 | necko=cf(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0) | |
| 61 | LHC0=cf(-1,-1,0,-0,-0,-1,0,1,0,1,0,0) | |
| 62 | LSC0=cf(-1, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0) | |
| 63 | RHC0=cf(1,-1,0,0,0,1,0,1,0,-1,-0,-0) | |
| 64 | RSC0=cf(1, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0) | |
| 65 | ROOTC0 = cf(0, 0, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0) | |
| 66 | r=game:service'RunService'.RenderStepped | |
| 67 | clerp=function(a,b,t) | |
| 68 | return a:lerp(b,t) | |
| 69 | end | |
| 70 | ||
| 71 | ||
| 72 | local Rainbow = { --This is the main color set. Try to use more than just a few, make it fade in order as well
| |
| 73 | "Lime green", | |
| 74 | } | |
| 75 | ||
| 76 | Debounces = {
| |
| 77 | CanAttack = true; | |
| 78 | NoIdl = false; | |
| 79 | Slashing = false; | |
| 80 | Slashed = false; | |
| 81 | RPunch = false; | |
| 82 | Invisible = false; | |
| 83 | RPunched = false; | |
| 84 | LPunch = false; | |
| 85 | LPunched = false; | |
| 86 | } | |
| 87 | local Touche = {char.Name, }
| |
| 88 | ||
| 89 | ||
| 90 | function genWeld(a,b) | |
| 91 | local w = Instance.new("Weld",a)
| |
| 92 | w.Part0 = a | |
| 93 | w.Part1 = b | |
| 94 | return w | |
| 95 | end | |
| 96 | function weld(a, b) | |
| 97 | local weld = Instance.new("Weld")
| |
| 98 | weld.Name = "W" | |
| 99 | weld.Part0 = a | |
| 100 | weld.Part1 = b | |
| 101 | weld.C0 = a.CFrame:inverse() * b.CFrame | |
| 102 | weld.Parent = a | |
| 103 | return weld; | |
| 104 | end | |
| 105 | ---------------------------------------------------- | |
| 106 | function Lerp(c1,c2,al) | |
| 107 | local com1 = {c1.X,c1.Y,c1.Z,c1:toEulerAnglesXYZ()}
| |
| 108 | local com2 = {c2.X,c2.Y,c2.Z,c2:toEulerAnglesXYZ()}
| |
| 109 | for i,v in pairs(com1) do | |
| 110 | com1[i] = v+(com2[i]-v)*al | |
| 111 | end | |
| 112 | return CFrame.new(com1[1],com1[2],com1[3]) * CFrame.Angles(select(4,unpack(com1))) | |
| 113 | end | |
| 114 | ---------------------------------------------------- | |
| 115 | newWeld = function(wp0, wp1, wc0x, wc0y, wc0z) | |
| 116 | local wld = Instance.new("Weld", wp1)
| |
| 117 | wld.Part0 = wp0 | |
| 118 | wld.Part1 = wp1 | |
| 119 | wld.C0 = CFrame.new(wc0x, wc0y, wc0z) | |
| 120 | end | |
| 121 | ---------------------------------------------------- | |
| 122 | function weld5(part0, part1, c0, c1) | |
| 123 | weeld=Instance.new("Weld", part0)
| |
| 124 | weeld.Part0=part0 | |
| 125 | weeld.Part1=part1 | |
| 126 | weeld.C0=c0 | |
| 127 | weeld.C1=c1 | |
| 128 | return weeld | |
| 129 | end | |
| 130 | ---------------------------------------------------- | |
| 131 | function HasntTouched(plrname) | |
| 132 | local ret = true | |
| 133 | for _, v in pairs(Touche) do | |
| 134 | if v == plrname then | |
| 135 | ret = false | |
| 136 | end | |
| 137 | end | |
| 138 | return ret | |
| 139 | end | |
| 140 | ---------------------------------------------------- | |
| 141 | newWeld(torso, larm, -1.5, 0.5, 0) | |
| 142 | larm.Weld.C1 = CFrame.new(0, 0.5, 0) | |
| 143 | newWeld(torso, rarm, 1.5, 0.5, 0) | |
| 144 | rarm.Weld.C1 = CFrame.new(0, 0.5, 0) | |
| 145 | newWeld(torso, hed, 0, 1.5, 0) | |
| 146 | newWeld(torso, lleg, -0.5, -1, 0) | |
| 147 | lleg.Weld.C1 = CFrame.new(0, 1, 0) | |
| 148 | newWeld(torso, rleg, 0.5, -1, 0) | |
| 149 | rleg.Weld.C1 = CFrame.new(0, 1, 0) | |
| 150 | newWeld(root, torso, 0, -1, 0) | |
| 151 | torso.Weld.C1 = CFrame.new(0, -1, 0) | |
| 152 | ||
| 153 | ||
| 154 | ||
| 155 | p = Instance.new("Part")
| |
| 156 | p.BrickColor = BrickColor.new("Lime green")
| |
| 157 | p.Transparency = 1 | |
| 158 | TorsoColor = p.BrickColor | |
| 159 | ||
| 160 | local Transforming = true | |
| 161 | Human.WalkSpeed = 0 | |
| 162 | local fx = Instance.new("Part",Torso)
| |
| 163 | wit = p.BrickColor.Color | |
| 164 | wit2 = Color3.new(0,255,0) | |
| 165 | local glowz = Instance.new("ParticleEmitter",fx)
| |
| 166 | glowz.LightEmission = 1 | |
| 167 | glowz.Texture = "rbxassetid://284205403" | |
| 168 | glowz.Color = ColorSequence.new(wit) | |
| 169 | glowz.Size = NumberSequence.new(5) | |
| 170 | glowz.Speed = NumberRange.new(25,50) | |
| 171 | glowz.LockedToPart = false | |
| 172 | glowz.Transparency = NumberSequence.new(0.75) | |
| 173 | glowz.RotSpeed = NumberRange.new(-2000,2000) | |
| 174 | glowz.Lifetime = NumberRange.new(1) | |
| 175 | glowz.Rate = 50000 | |
| 176 | glowz.VelocitySpread = 9001 | |
| 177 | local glowz2 = Instance.new("ParticleEmitter",fx)
| |
| 178 | glowz2.LightEmission = 0.5 | |
| 179 | glowz.Texture = "rbxassetid://284205403" | |
| 180 | glowz2.Color = ColorSequence.new(wit2) | |
| 181 | glowz2.Size = NumberSequence.new(5) | |
| 182 | glowz2.Speed = NumberRange.new(25,50) | |
| 183 | glowz2.LockedToPart = false | |
| 184 | glowz2.Transparency = NumberSequence.new(0.75) | |
| 185 | glowz2.RotSpeed = NumberRange.new(-2000,2000) | |
| 186 | glowz2.Lifetime = NumberRange.new(1) | |
| 187 | glowz2.Rate = 50000 | |
| 188 | glowz2.VelocitySpread = 9001 | |
| 189 | fx.Anchored = true | |
| 190 | fx.Material = "Neon" | |
| 191 | fx.CanCollide = false | |
| 192 | fx.Locked = true | |
| 193 | fx.Transparency = 1 | |
| 194 | fx.Material = "Neon" | |
| 195 | fx.Size = Vector3.new(1,1,1) | |
| 196 | fx.TopSurface = "SmoothNoOutlines" | |
| 197 | fx.BottomSurface = "SmoothNoOutlines" | |
| 198 | fx.BrickColor = BrickColor.new("Really black")
| |
| 199 | fxm = Instance.new("SpecialMesh",fx)
| |
| 200 | fxm.MeshType = "Sphere" | |
| 201 | local sa2 = Instance.new("Sound",Torso)
| |
| 202 | sa2.SoundId = "rbxassetid://93724183" | |
| 203 | sa2.Pitch = 0.5 | |
| 204 | sa2.Volume = 5 | |
| 205 | sa2.Looped = false | |
| 206 | sa2:Play() | |
| 207 | local value = 1 | |
| 208 | fxm.Scale = Vector3.new(1,1,1) | |
| 209 | for i = 1, 20 do rs:wait() | |
| 210 | value = value - 0.05 | |
| 211 | fx.Transparency = fx.Transparency - (1/20) | |
| 212 | fx.CFrame = Torso.CFrame | |
| 213 | fxm.Scale = fxm.Scale + Vector3.new(value,value,value) | |
| 214 | rs:wait() | |
| 215 | end | |
| 216 | ---------------------------------------------------- | |
| 217 | GroundWave1 = function() | |
| 218 | local HandCF = CFrame.new(root.Position - Vector3.new(0,3,0)) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0)) | |
| 219 | local Colors = {"Pastel blue-green", "Really black"}
| |
| 220 | local wave = Instance.new("Part", Torso)
| |
| 221 | wave.BrickColor = BrickColor.new(Colors[math.random(1,#Colors)]) | |
| 222 | wave.Anchored = true | |
| 223 | wave.CanCollide = false | |
| 224 | wave.Locked = true | |
| 225 | wave.Size = Vector3.new(1, 1, 1) | |
| 226 | wave.TopSurface = "Smooth" | |
| 227 | wave.BottomSurface = "Smooth" | |
| 228 | wave.Transparency = 0.35 | |
| 229 | wave.CFrame = HandCF | |
| 230 | wm = Instance.new("SpecialMesh", wave)
| |
| 231 | wm.MeshId = "rbxassetid://3270017" | |
| 232 | coroutine.wrap(function() | |
| 233 | for i = 1, 30, 1 do | |
| 234 | wm.Scale = Vector3.new(50, 50, 1 + i*50) | |
| 235 | wave.Size = wm.Scale | |
| 236 | wave.CFrame = HandCF | |
| 237 | wave.Transparency = i/30 | |
| 238 | wait() | |
| 239 | end | |
| 240 | wait() | |
| 241 | wave:Destroy() | |
| 242 | end)() | |
| 243 | end | |
| 244 | ---------------------------------------------------- | |
| 245 | ||
| 246 | ||
| 247 | GroundWave3 = function() | |
| 248 | local HandCF = CFrame.new(root.Position - Vector3.new(0,3,0)) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0)) | |
| 249 | local Colors = {"Lime green", "Lime green"}
| |
| 250 | local wave = Instance.new("Part", torso)
| |
| 251 | wave.BrickColor = BrickColor.new(Colors[math.random(1,#Colors)]) | |
| 252 | wave.Anchored = true | |
| 253 | wave.CanCollide = false | |
| 254 | wave.Locked = true | |
| 255 | wave.Size = Vector3.new(1, 1, 1) | |
| 256 | wave.TopSurface = "Smooth" | |
| 257 | wave.BottomSurface = "Smooth" | |
| 258 | wave.Transparency = 0.35 | |
| 259 | wave.CFrame = HandCF | |
| 260 | wm = Instance.new("SpecialMesh", wave)
| |
| 261 | wm.MeshId = "rbxassetid://3270017" | |
| 262 | coroutine.wrap(function() | |
| 263 | for i = 1, 14, 1 do | |
| 264 | wm.Scale = Vector3.new(1 + i*1.1, 1 + i*1.1, 1) | |
| 265 | wave.Size = wm.Scale | |
| 266 | wave.CFrame = HandCF | |
| 267 | wave.Transparency = i/14 | |
| 268 | wait() | |
| 269 | end | |
| 270 | wait() | |
| 271 | wave:Destroy() | |
| 272 | end)() | |
| 273 | end | |
| 274 | ||
| 275 | ||
| 276 | ||
| 277 | ||
| 278 | ||
| 279 | local acos = math.acos | |
| 280 | local sqrt = math.sqrt | |
| 281 | local Vec3 = Vector3.new | |
| 282 | local fromAxisAngle = CFrame.fromAxisAngle | |
| 283 | ||
| 284 | local function toAxisAngle(CFr) | |
| 285 | local X,Y,Z,R00,R01,R02,R10,R11,R12,R20,R21,R22 = CFr:components() | |
| 286 | local Angle = math.acos((R00+R11+R22-1)/2) | |
| 287 | local A = (R21-R12)^2+(R02-R20)^2+(R10-R01)^2 | |
| 288 | A = A == 0 and 0.00001 or A | |
| 289 | local B = (R21-R12)^2+(R02-R20)^2+(R10-R01)^2 | |
| 290 | B = B == 0 and 0.00001 or B | |
| 291 | local C = (R21-R12)^2+(R02-R20)^2+(R10-R01)^2 | |
| 292 | C = C == 0 and 0.00001 or C | |
| 293 | local x = (R21-R12)/sqrt(A) | |
| 294 | local y = (R02-R20)/sqrt(B) | |
| 295 | local z = (R10-R01)/sqrt(C) | |
| 296 | return Vec3(x,y,z),Angle | |
| 297 | end | |
| 298 | ||
| 299 | local acos = math.acos | |
| 300 | local sqrt = math.sqrt | |
| 301 | local Vec3 = Vector3.new | |
| 302 | local fromAxisAngle = CFrame.fromAxisAngle | |
| 303 | ||
| 304 | local function toAxisAngle(CFr) | |
| 305 | local X,Y,Z,R00,R01,R02,R10,R11,R12,R20,R21,R22 = CFr:components() | |
| 306 | local Angle = math.acos((R00+R11+R22-1)/2) | |
| 307 | local A = (R21-R12)^2+(R02-R20)^2+(R10-R01)^2 | |
| 308 | A = A == 0 and 0.00001 or A | |
| 309 | local B = (R21-R12)^2+(R02-R20)^2+(R10-R01)^2 | |
| 310 | B = B == 0 and 0.00001 or B | |
| 311 | local C = (R21-R12)^2+(R02-R20)^2+(R10-R01)^2 | |
| 312 | C = C == 0 and 0.00001 or C | |
| 313 | local x = (R21-R12)/sqrt(A) | |
| 314 | local y = (R02-R20)/sqrt(B) | |
| 315 | local z = (R10-R01)/sqrt(C) | |
| 316 | return Vec3(x,y,z),Angle | |
| 317 | end | |
| 318 | ||
| 319 | function ApplyTrig(Num,Func) | |
| 320 | local Min,Max = Func(0),Func(1) | |
| 321 | local i = Func(Num) | |
| 322 | return (i-Min)/(Max-Min) | |
| 323 | --[[if Func == "sin" then | |
| 324 | return (math.sin((1-Num)*math.pi)+1)/2 | |
| 325 | elseif Func == "cos" then | |
| 326 | return (math.cos((1-Num)*math.pi)+1)/2 | |
| 327 | end]] | |
| 328 | end | |
| 329 | ||
| 330 | function LerpCFrame(CFrame1,CFrame2,Num) | |
| 331 | local Vec,Ang = toAxisAngle(CFrame1:inverse()*CFrame2) | |
| 332 | return CFrame1*fromAxisAngle(Vec,Ang*Num) + (CFrame2.p-CFrame1.p)*Num | |
| 333 | end | |
| 334 | ||
| 335 | ||
| 336 | ||
| 337 | function Crater(Torso,Radius) | |
| 338 | Spawn(function() | |
| 339 | local Ray = Ray.new(Torso.Position,Vector3.new(0,-1,0)*10) | |
| 340 | local Ignore = {}
| |
| 341 | for i,v in pairs(game:GetService("Players"):GetPlayers()) do
| |
| 342 | if v.Character ~= nil then | |
| 343 | Ignore[#Ignore+1] = v.Character | |
| 344 | end | |
| 345 | end | |
| 346 | local Hit,Pos,SurfaceNorm = workspace:FindPartOnRayWithIgnoreList(Ray,Ignore) | |
| 347 | if Hit == nil then return end | |
| 348 | local Parts = {}
| |
| 349 | for i = 1,360,10 do | |
| 350 | local P = Instance.new("Part",Torso.Parent)
| |
| 351 | P.Anchored = true | |
| 352 | P.FormFactor = "Custom" | |
| 353 | P.BrickColor = BrickColor.new("Lime green")
| |
| 354 | P.Material = "Granite" | |
| 355 | P.TopSurface = "Smooth" | |
| 356 | P.BottomSurface = "Smooth" | |
| 357 | P.Size = Vector3.new(5,10,10)*(math.random(80,100)/100) | |
| 358 | P.CFrame = ((CFrame.new(Pos,Pos+SurfaceNorm)*CFrame.Angles(math.rad(90),0,0))-Vector3.new(0,7,0))*CFrame.Angles(math.rad(math.random(-50,50)),math.rad(math.random(-50,50)),math.rad(math.random(-50,50))) | |
| 359 | Parts[#Parts+1] = {P,P.CFrame,((CFrame.new(Pos,Pos+SurfaceNorm)*CFrame.Angles(math.rad(90),0,0))-Vector3.new(0,1,0))*CFrame.Angles(0,math.rad(i),0)*CFrame.new(0,0,-Radius)*CFrame.Angles(math.rad(math.random(-50,-20)),math.rad(math.random(-15,15)),math.rad(math.random(-15,15))),P.Size}
| |
| 360 | if math.random(0,5) == 0 then -- rubble | |
| 361 | local P = Instance.new("Part",Torso.Parent)
| |
| 362 | P.Anchored = true | |
| 363 | P.FormFactor = "Custom" | |
| 364 | P.BrickColor = BrickColor.new("Lime green")
| |
| 365 | P.Material = Hit.Material | |
| 366 | P.TopSurface = "Smooth" | |
| 367 | P.BottomSurface = "Smooth" | |
| 368 | P.Size = Vector3.new(5,5,5)*(math.random(80,100)/100) | |
| 369 | P.CFrame = ((CFrame.new(Pos,Pos+SurfaceNorm)*CFrame.Angles(math.rad(90),0,0))-Vector3.new(0,2.5,0))*CFrame.Angles(math.rad(math.random(-50,50)),math.rad(math.random(-50,50)),math.rad(math.random(-50,50))) | |
| 370 | Parts[#Parts+1] = {P,P.CFrame,(CFrame.new(Pos,Pos+SurfaceNorm)*CFrame.Angles(math.rad(90),0,0))*CFrame.Angles(0,math.rad(i),0)*CFrame.new(0,0,-Radius-8)*CFrame.Angles(math.rad(math.random(-90,90)),math.rad(math.random(-90,90)),math.rad(math.random(-90,90))),P.Size}
| |
| 371 | end | |
| 372 | end | |
| 373 | for i = 0,1,0.05 do | |
| 374 | for i2,v in pairs(Parts) do | |
| 375 | v[1].CFrame = LerpCFrame(v[2],v[3],ApplyTrig(i,math.cos)) | |
| 376 | end | |
| 377 | wait(0.02) | |
| 378 | end | |
| 379 | for i,v in pairs(Parts) do | |
| 380 | if v[1].Size.X > 2.1 then | |
| 381 | v[1].CFrame = v[1].CFrame+Vector3.new(0,2,0) | |
| 382 | end | |
| 383 | v[1].Anchored = false | |
| 384 | end | |
| 385 | for i = 0,1,0.05 do | |
| 386 | for i2,v in pairs(Parts) do | |
| 387 | v[1].Transparency = i | |
| 388 | if i == 1 then | |
| 389 | v[1]:Destroy() | |
| 390 | elseif i >= 0.25 then | |
| 391 | v[1].CanCollide = false | |
| 392 | end | |
| 393 | end | |
| 394 | wait(0.02) | |
| 395 | end | |
| 396 | Parts = nil | |
| 397 | end) | |
| 398 | end | |
| 399 | ||
| 400 | ||
| 401 | ||
| 402 | GroundWave = function() | |
| 403 | if Transforming == true then | |
| 404 | local value = 5 | |
| 405 | local value2 = 10 | |
| 406 | local value3 = 20 | |
| 407 | local sa2 = Instance.new("Sound",Torso)
| |
| 408 | sa2.SoundId = "rbxassetid://393621716" | |
| 409 | sa2.Pitch = 1 | |
| 410 | sa2.Volume = 10 | |
| 411 | sa2.Looped = false | |
| 412 | sa2:Play() | |
| 413 | local wave = Instance.new("Part", Torso)
| |
| 414 | local glowz = Instance.new("ParticleEmitter",wave)
| |
| 415 | glowz.LightEmission = 1 | |
| 416 | glowz.Texture = "rbxassetid://284205403" | |
| 417 | glowz.Color = ColorSequence.new(wit) | |
| 418 | glowz.Size = NumberSequence.new(30) | |
| 419 | glowz.Speed = NumberRange.new(25,100) | |
| 420 | glowz.LockedToPart = false | |
| 421 | glowz.Transparency = NumberSequence.new(0.75) | |
| 422 | glowz.RotSpeed = NumberRange.new(-2000,2000) | |
| 423 | glowz.Lifetime = NumberRange.new(1) | |
| 424 | glowz.Rate = 50000 | |
| 425 | glowz.VelocitySpread = 9001 | |
| 426 | local glowz2 = Instance.new("ParticleEmitter",wave)
| |
| 427 | glowz2.LightEmission = 1 | |
| 428 | glowz.Texture = "rbxassetid://284205403" | |
| 429 | glowz2.Color = ColorSequence.new(wit) | |
| 430 | glowz2.Size = NumberSequence.new(30) | |
| 431 | glowz2.Speed = NumberRange.new(25,100) | |
| 432 | glowz2.LockedToPart = false | |
| 433 | glowz2.Transparency = NumberSequence.new(0.75) | |
| 434 | glowz2.RotSpeed = NumberRange.new(-2000,2000) | |
| 435 | glowz2.Lifetime = NumberRange.new(1) | |
| 436 | glowz2.Rate = 50000 | |
| 437 | glowz2.VelocitySpread = 9001 | |
| 438 | wave.BrickColor = BrickColor.new("Really black")
| |
| 439 | wave.Anchored = true | |
| 440 | wave.CanCollide = false | |
| 441 | wave.Locked = true | |
| 442 | wave.Size = Vector3.new(1, 1, 1) | |
| 443 | wave.TopSurface = "Smooth" | |
| 444 | wave.BottomSurface = "Smooth" | |
| 445 | wave.Transparency = 0.35 | |
| 446 | wave.CFrame = fx.CFrame | |
| 447 | wave.Material = "Neon" | |
| 448 | wm = Instance.new("SpecialMesh", wave)
| |
| 449 | wm.MeshType = "Sphere" | |
| 450 | wm.Scale = Vector3.new(1,1,1) | |
| 451 | local wave2 = Instance.new("Part", Torso)
| |
| 452 | wave2.BrickColor = TorsoColor | |
| 453 | wave2.Anchored = true | |
| 454 | wave2.CanCollide = false | |
| 455 | wave2.Locked = true | |
| 456 | wave2.Size = Vector3.new(1, 1, 1) | |
| 457 | wave2.TopSurface = "Smooth" | |
| 458 | wave2.BottomSurface = "Smooth" | |
| 459 | wave2.Transparency = 0.35 | |
| 460 | wave2.CFrame = fx.CFrame | |
| 461 | wave2.Material = "Neon" | |
| 462 | wm2 = Instance.new("SpecialMesh", wave2)
| |
| 463 | wm2.MeshType = "FileMesh" | |
| 464 | wm2.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
| 465 | wm2.Scale = Vector3.new(1,1,1) | |
| 466 | local wave3 = Instance.new("Part", Torso)
| |
| 467 | wave3.BrickColor = BrickColor.new("Really black")
| |
| 468 | wave3.Anchored = true | |
| 469 | wave3.CanCollide = false | |
| 470 | wave3.Locked = true | |
| 471 | wave3.Size = Vector3.new(1, 1, 1) | |
| 472 | wave3.TopSurface = "Smooth" | |
| 473 | wave3.BottomSurface = "Smooth" | |
| 474 | wave3.Transparency = 0.35 | |
| 475 | wave3.CFrame = fx.CFrame | |
| 476 | wave3.Material = "Neon" | |
| 477 | wm3 = Instance.new("SpecialMesh", wave3)
| |
| 478 | wm3.MeshType = "FileMesh" | |
| 479 | wm3.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
| 480 | wm3.Scale = Vector3.new(1,1,1) | |
| 481 | coroutine.wrap(function() | |
| 482 | for i = 1, 18, 1 do | |
| 483 | value = value - 0.5 | |
| 484 | value2 = value2 - 0.75*1.5 | |
| 485 | value3 = value3 - 0.475*1.5 | |
| 486 | wm.Scale = wm.Scale + Vector3.new(value*3.5,value*3.5,value*3.5) | |
| 487 | wm2.Scale = wm.Scale + Vector3.new(value2*3.5,value2*3.5,0.5) | |
| 488 | wm3.Scale = wm.Scale + Vector3.new(value3*3.5,value3*3.5,0.25) | |
| 489 | --wave.Size = wm.Scale | |
| 490 | wave.CFrame = fx.CFrame | |
| 491 | wave.Transparency = i/14 | |
| 492 | --wave2.Size = wm2.Scale | |
| 493 | wave2.CFrame = fx.CFrame | |
| 494 | wave2.Rotation = Vector3.new(90, 0, 0) | |
| 495 | wave2.Transparency = i/14 | |
| 496 | --wave3.Size = wm3.Scale | |
| 497 | wave3.CFrame = fx.CFrame | |
| 498 | wave3.Rotation = Vector3.new(90, 0, 0) | |
| 499 | wave3.Transparency = i/14 | |
| 500 | wait() | |
| 501 | glowz.Rate = 0 | |
| 502 | glowz2.Rate = 0 | |
| 503 | end | |
| 504 | wait() | |
| 505 | wave:Destroy() | |
| 506 | wave2:Destroy() | |
| 507 | wave3:Destroy() | |
| 508 | end)() | |
| 509 | elseif Transforming == false then | |
| 510 | wait() | |
| 511 | end | |
| 512 | end | |
| 513 | ||
| 514 | for i = 1, 100 do rs:wait() | |
| 515 | fx.CFrame = Torso.CFrame | |
| 516 | end | |
| 517 | ||
| 518 | spawn(function() | |
| 519 | while wait(1) do | |
| 520 | GroundWave() | |
| 521 | end | |
| 522 | end) | |
| 523 | ||
| 524 | wait(4) | |
| 525 | ||
| 526 | Transforming = false | |
| 527 | ||
| 528 | ||
| 529 | ||
| 530 | local value2 = 1 | |
| 531 | for i = 1, 20 do rs:wait() | |
| 532 | value2 = value2 - 0.05 | |
| 533 | glowz.Rate = 0 | |
| 534 | glowz2.Rate = 0 | |
| 535 | fx.Transparency = fx.Transparency + (1/20) | |
| 536 | fx.CFrame = torso.CFrame | |
| 537 | fxm.Scale = fxm.Scale + Vector3.new(value2,value2,value2) | |
| 538 | rs:wait() | |
| 539 | end | |
| 540 | glowz:Destroy() | |
| 541 | glowz2:Destroy() | |
| 542 | ||
| 543 | local HandCF = CFrame.new(root.Position - Vector3.new(0,3,0)) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0)) | |
| 544 | local valuer = 5 | |
| 545 | local valuer2 = 10 | |
| 546 | local valuer3 = 15 | |
| 547 | local sa2 = Instance.new("Sound",torso)
| |
| 548 | sa2.SoundId = "rbxassetid://130972023" | |
| 549 | sa2.Pitch = 1 | |
| 550 | sa2.Volume = 5 | |
| 551 | sa2.Looped = false | |
| 552 | sa2:Play() | |
| 553 | local sar2 = Instance.new("Sound",torso)
| |
| 554 | sar2.SoundId = "rbxassetid://153274423" | |
| 555 | sar2.Pitch = 1 | |
| 556 | sar2.Volume = 5 | |
| 557 | sar2.Looped = false | |
| 558 | sar2:Play() | |
| 559 | local Mus = Instance.new("Sound",torso)
| |
| 560 | Mus.SoundId = "rbxassetid://397952612" | |
| 561 | Mus.Pitch = 1 | |
| 562 | Mus.Volume = 6 | |
| 563 | Mus.Looped = true | |
| 564 | Mus:Play() | |
| 565 | Crater(torso,67) | |
| 566 | local wave = Instance.new("Part", torso)
| |
| 567 | wave.BrickColor = TorsoColor | |
| 568 | wave.Anchored = true | |
| 569 | wave.CanCollide = false | |
| 570 | wave.Locked = true | |
| 571 | wave.Size = Vector3.new(1, 1, 1) | |
| 572 | wave.TopSurface = "Smooth" | |
| 573 | wave.BottomSurface = "Smooth" | |
| 574 | wave.Transparency = 0.35 | |
| 575 | wave.CFrame = HandCF | |
| 576 | wm = Instance.new("SpecialMesh", wave)
| |
| 577 | wm.MeshId = "rbxassetid://3270017" | |
| 578 | local wave2 = Instance.new("Part", torso)
| |
| 579 | wave2.BrickColor = BrickColor.new("Really black")
| |
| 580 | wave2.Anchored = true | |
| 581 | wave2.CanCollide = false | |
| 582 | wave2.Locked = true | |
| 583 | wave2.Size = Vector3.new(1, 1, 1) | |
| 584 | wave2.TopSurface = "Smooth" | |
| 585 | wave2.BottomSurface = "Smooth" | |
| 586 | wave2.Transparency = 0.35 | |
| 587 | wave2.CFrame = HandCF | |
| 588 | wm2 = Instance.new("SpecialMesh", wave2)
| |
| 589 | wm2.MeshId = "rbxassetid://3270017" | |
| 590 | local wave3 = Instance.new("Part", torso)
| |
| 591 | wave3.BrickColor = TorsoColor | |
| 592 | wave3.Anchored = true | |
| 593 | wave3.CanCollide = false | |
| 594 | wave3.Locked = true | |
| 595 | wave3.Size = Vector3.new(1, 1, 1) | |
| 596 | wave3.TopSurface = "Smooth" | |
| 597 | wave3.BottomSurface = "Smooth" | |
| 598 | wave3.Transparency = 0.35 | |
| 599 | wave3.CFrame = HandCF | |
| 600 | wm3 = Instance.new("SpecialMesh", wave3)
| |
| 601 | wm3.MeshId = "rbxassetid://3270017" | |
| 602 | coroutine.wrap(function() | |
| 603 | for i = 1, 14, 1 do | |
| 604 | valuer = valuer - 0.35 | |
| 605 | valuer2 = valuer - 0.45 | |
| 606 | valuer3 = valuer3 - 0.475 | |
| 607 | wm.Scale = wm.Scale + Vector3.new(valuer*2.5,valuer*2.5, 1 + i*200) | |
| 608 | wave.Size = wm.Scale | |
| 609 | wave.CFrame = HandCF | |
| 610 | wave.Transparency = i/14 | |
| 611 | wm2.Scale = wm2.Scale + Vector3.new(valuer2*2.5,valuer2*2.5, 0 + i*10) | |
| 612 | wave2.Size = wm2.Scale | |
| 613 | wave2.CFrame = HandCF | |
| 614 | wave2.Transparency = i/14 | |
| 615 | wm3.Scale = wm3.Scale + Vector3.new(valuer3*2.5,valuer3*2.5, 1) | |
| 616 | wave3.Size = wm2.Scale | |
| 617 | wave3.CFrame = HandCF | |
| 618 | wave3.Transparency = i/14 | |
| 619 | wait() | |
| 620 | end | |
| 621 | wait() | |
| 622 | wave:Destroy() | |
| 623 | wave2:Destroy() | |
| 624 | end)() | |
| 625 | hum.WalkSpeed = 16 | |
| 626 | ||
| 627 | ||
| 628 | ||
| 629 | ||
| 630 | ||
| 631 | ||
| 632 | ||
| 633 | ||
| 634 | ||
| 635 | CV="Pastel blue" | |
| 636 | ||
| 637 | local txt = Instance.new("BillboardGui", Char)
| |
| 638 | txt.Adornee = Char .Head | |
| 639 | txt.Name = "_status" | |
| 640 | txt.Size = UDim2.new(2, 0, 1.2, 0) | |
| 641 | txt.StudsOffset = Vector3.new(-9, 8, 0) | |
| 642 | local text = Instance.new("TextLabel", txt)
| |
| 643 | text.Size = UDim2.new(10, 0, 7, 0) | |
| 644 | text.FontSize = "Size24" | |
| 645 | text.TextScaled = true | |
| 646 | text.TextTransparency = 0 | |
| 647 | text.BackgroundTransparency = 1 | |
| 648 | text.TextTransparency = 0 | |
| 649 | text.TextStrokeTransparency = 0 | |
| 650 | text.Font = "Antique" | |
| 651 | text.TextStrokeColor3 = Color3.new(0,255,0) | |
| 652 | ||
| 653 | v=Instance.new("Part")
| |
| 654 | v.Name = "ColorBrick" | |
| 655 | v.Parent=Player.Character | |
| 656 | v.FormFactor="Symmetric" | |
| 657 | v.Anchored=true | |
| 658 | v.CanCollide=false | |
| 659 | v.BottomSurface="Smooth" | |
| 660 | v.TopSurface="Smooth" | |
| 661 | v.Size=Vector3.new(10,5,3) | |
| 662 | v.Transparency=1 | |
| 663 | v.CFrame=Char.Torso.CFrame | |
| 664 | v.BrickColor=BrickColor.new(CV) | |
| 665 | v.Transparency=1 | |
| 666 | text.TextColor3 = Color3.new(0,0,0) | |
| 667 | v.Shape="Block" | |
| 668 | text.Text = Char.Name | |
| 669 | ||
| 670 | Player:ClearCharacterAppearance() | |
| 671 | wait(0.1) | |
| 672 | Player.Character.Head.BrickColor = BrickColor.new("Really black")
| |
| 673 | Player.Character.Torso.BrickColor = BrickColor.new("Really black")
| |
| 674 | Player.Character["Right Arm"].BrickColor = BrickColor.new("Really black")
| |
| 675 | Player.Character["Right Leg"].BrickColor = BrickColor.new("Really black")
| |
| 676 | Player.Character["Left Leg"].BrickColor = BrickColor.new("Really black")
| |
| 677 | Player.Character["Left Arm"].BrickColor = BrickColor.new("Really black")
| |
| 678 | Player.Character.Head.face:Destroy() | |
| 679 | ||
| 680 | ||
| 681 | ||
| 682 | ||
| 683 | ||
| 684 | ||
| 685 | ||
| 686 | local selectionBoxOfTorso = Instance.new("SelectionBox",Torso)
| |
| 687 | selectionBoxOfTorso.Adornee = Torso | |
| 688 | selectionBoxOfTorso.Color = BrickColor.new("Lime green")
| |
| 689 | selectionBoxOfTorso.LineThickness = 0.01 | |
| 690 | selectionBoxOfTorso.Transparency = 0 | |
| 691 | ||
| 692 | local selectionBoxOfRightArm = Instance.new("SelectionBox",Char["Right Arm"])
| |
| 693 | selectionBoxOfRightArm.Adornee = Char["Right Arm"] | |
| 694 | selectionBoxOfRightArm.Color = BrickColor.new("Lime green")
| |
| 695 | selectionBoxOfRightArm.LineThickness = 0.01 | |
| 696 | selectionBoxOfRightArm.Transparency = 0 | |
| 697 | ||
| 698 | local selectionBoxOfRightLeg = Instance.new("SelectionBox",Char["Right Leg"])
| |
| 699 | selectionBoxOfRightLeg.Adornee = Char["Right Leg"] | |
| 700 | selectionBoxOfRightLeg.Color = BrickColor.new("Lime green")
| |
| 701 | selectionBoxOfRightLeg.LineThickness = 0.01 | |
| 702 | selectionBoxOfRightLeg.Transparency = 0 | |
| 703 | ||
| 704 | local selectionBoxOfLeftArm = Instance.new("SelectionBox",Char["Left Arm"])
| |
| 705 | selectionBoxOfLeftArm.Adornee = Char["Left Arm"] | |
| 706 | selectionBoxOfLeftArm.Color = BrickColor.new("Lime green")
| |
| 707 | selectionBoxOfLeftArm.LineThickness = 0.01 | |
| 708 | selectionBoxOfLeftArm.Transparency = 0 | |
| 709 | ||
| 710 | local selectionBoxOfLeftLeg = Instance.new("SelectionBox",Char["Left Leg"])
| |
| 711 | selectionBoxOfLeftLeg.Adornee = Char["Left Leg"] | |
| 712 | selectionBoxOfLeftLeg.Color = BrickColor.new("Lime green")
| |
| 713 | selectionBoxOfLeftLeg.LineThickness = 0.01 | |
| 714 | selectionBoxOfLeftLeg.Transparency = 0 | |
| 715 | ||
| 716 | ||
| 717 | LightOnBody = Instance.new("PointLight", Head)
| |
| 718 | LightOnBody.Brightness = 3000 | |
| 719 | LightOnBody.Range = 20 | |
| 720 | LightOnBody.Color = Color3.new(0, 225, 0) | |
| 721 | ||
| 722 | ||
| 723 | ||
| 724 | ---------------------------------------------------------------------- | |
| 725 | local m2 = Instance.new("Model")
| |
| 726 | m2.Name = "Wings" | |
| 727 | p1 = Instance.new("Part", m2)
| |
| 728 | p1.BrickColor = BrickColor.new("Lime green")
| |
| 729 | p1.Material = Enum.Material.Neon | |
| 730 | p1.CFrame = CFrame.new(28.7928066, 27.8741341, 25.9347725, -0.579227924, -0.579227805, -0.573576331, 0.707106769, -0.707106769, 0, -0.405579776, -0.405579716, 0.819152117) | |
| 731 | p1.FormFactor = Enum.FormFactor.Custom | |
| 732 | p1.Size = Vector3.new(0.61060679, 3.09150696, 0.221234918) | |
| 733 | p1.BottomSurface = Enum.SurfaceType.Smooth | |
| 734 | p1.TopSurface = Enum.SurfaceType.Smooth | |
| 735 | b1 = Instance.new("SpecialMesh", p1)
| |
| 736 | b1.MeshType = Enum.MeshType.Sphere | |
| 737 | b1.Name = "Mesh" | |
| 738 | p2 = Instance.new("Part", m2)
| |
| 739 | p2.BrickColor = BrickColor.new("Lime green")
| |
| 740 | p2.Material = Enum.Material.SmoothPlastic | |
| 741 | p2.Reflectance = 0.30000001192093 | |
| 742 | p2.CFrame = CFrame.new(23.8806973, 23.7568359, 26.9065781, -0.573576033, 0.346188396, -0.742403686, 0, -0.906307817, -0.422617972, -0.819152117, -0.24240382, 0.519836783) | |
| 743 | p2.CanCollide = false | |
| 744 | p2.FormFactor = Enum.FormFactor.Custom | |
| 745 | p2.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371) | |
| 746 | p2.BottomSurface = Enum.SurfaceType.Smooth | |
| 747 | p2.TopSurface = Enum.SurfaceType.Smooth | |
| 748 | b2 = Instance.new("SpecialMesh", p2)
| |
| 749 | b2.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
| 750 | b2.TextureId = "" | |
| 751 | b2.MeshType = Enum.MeshType.FileMesh | |
| 752 | b2.Name = "Mesh" | |
| 753 | b2.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665) | |
| 754 | p3 = Instance.new("Part", m2)
| |
| 755 | p3.BrickColor = BrickColor.new("Lime green")
| |
| 756 | p3.Material = Enum.Material.SmoothPlastic | |
| 757 | p3.Reflectance = 0.30000001192093 | |
| 758 | p3.CFrame = CFrame.new(23.7651176, 23.6910381, 26.9875221, -0.573576033, 0.346188247, -0.742403686, -2.40360578e-007, -0.906307697, -0.422617912, -0.819152117, -0.242403969, 0.519836664) | |
| 759 | p3.CanCollide = false | |
| 760 | p3.FormFactor = Enum.FormFactor.Custom | |
| 761 | p3.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371) | |
| 762 | p3.BottomSurface = Enum.SurfaceType.Smooth | |
| 763 | p3.TopSurface = Enum.SurfaceType.Smooth | |
| 764 | b3 = Instance.new("SpecialMesh", p3)
| |
| 765 | b3.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
| 766 | b3.TextureId = "" | |
| 767 | b3.MeshType = Enum.MeshType.FileMesh | |
| 768 | b3.Name = "Mesh" | |
| 769 | b3.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595) | |
| 770 | p4 = Instance.new("Part", m2)
| |
| 771 | p4.BrickColor = BrickColor.new("Lime green")
| |
| 772 | p4.Material = Enum.Material.SmoothPlastic | |
| 773 | p4.Reflectance = 0.30000001192093 | |
| 774 | p4.CFrame = CFrame.new(29.5663891, 25.8075085, 26.4371891, -0.573576391, 0.280166149, 0.769750714, 2.08616257e-007, -0.939692259, 0.342020333, 0.819151878, 0.196174487, 0.538985968) | |
| 775 | p4.CanCollide = false | |
| 776 | p4.FormFactor = Enum.FormFactor.Custom | |
| 777 | p4.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371) | |
| 778 | p4.BottomSurface = Enum.SurfaceType.Smooth | |
| 779 | p4.TopSurface = Enum.SurfaceType.Smooth | |
| 780 | b4 = Instance.new("SpecialMesh", p4)
| |
| 781 | b4.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
| 782 | b4.TextureId = "" | |
| 783 | b4.MeshType = Enum.MeshType.FileMesh | |
| 784 | b4.Name = "Mesh" | |
| 785 | b4.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933) | |
| 786 | p5 = Instance.new("Part", m2)
| |
| 787 | p5.BrickColor = BrickColor.new("Lime green")
| |
| 788 | p5.Material = Enum.Material.SmoothPlastic | |
| 789 | p5.Reflectance = 0.30000001192093 | |
| 790 | p5.CFrame = CFrame.new(23.880703, 23.7568455, 26.9065876, -0.573576212, 0.346188098, -0.742403805, -4.76837158e-007, -0.906307578, -0.422617912, -0.819152236, -0.242404133, 0.519836485) | |
| 791 | p5.CanCollide = false | |
| 792 | p5.FormFactor = Enum.FormFactor.Custom | |
| 793 | p5.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371) | |
| 794 | p5.BottomSurface = Enum.SurfaceType.Smooth | |
| 795 | p5.TopSurface = Enum.SurfaceType.Smooth | |
| 796 | b5 = Instance.new("SpecialMesh", p5)
| |
| 797 | b5.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
| 798 | b5.TextureId = "" | |
| 799 | b5.MeshType = Enum.MeshType.FileMesh | |
| 800 | b5.Name = "Mesh" | |
| 801 | b5.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665) | |
| 802 | p6 = Instance.new("Part", m2)
| |
| 803 | p6.BrickColor = BrickColor.new("Lime green")
| |
| 804 | p6.Material = Enum.Material.SmoothPlastic | |
| 805 | p6.Reflectance = 0.30000001192093 | |
| 806 | p6.CFrame = CFrame.new(23.6530266, 23.6272411, 27.0660267, -0.573576212, 0.346187949, -0.742403805, -7.17197622e-007, -0.906307459, -0.422617853, -0.819152236, -0.242404282, 0.519836366) | |
| 807 | p6.CanCollide = false | |
| 808 | p6.FormFactor = Enum.FormFactor.Custom | |
| 809 | p6.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371) | |
| 810 | p6.BottomSurface = Enum.SurfaceType.Smooth | |
| 811 | p6.TopSurface = Enum.SurfaceType.Smooth | |
| 812 | b6 = Instance.new("SpecialMesh", p6)
| |
| 813 | b6.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
| 814 | b6.TextureId = "" | |
| 815 | b6.MeshType = Enum.MeshType.FileMesh | |
| 816 | b6.Name = "Mesh" | |
| 817 | b6.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933) | |
| 818 | p7 = Instance.new("Part", m2)
| |
| 819 | p7.BrickColor = BrickColor.new("Lime green")
| |
| 820 | p7.Material = Enum.Material.SmoothPlastic | |
| 821 | p7.Reflectance = 0.30000001192093 | |
| 822 | p7.CFrame = CFrame.new(23.7651253, 23.6910515, 26.9875393, -0.573576212, 0.3461878, -0.742403805, -9.57558086e-007, -0.90630734, -0.422617793, -0.819152236, -0.242404431, 0.519836247) | |
| 823 | p7.CanCollide = false | |
| 824 | p7.FormFactor = Enum.FormFactor.Custom | |
| 825 | p7.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371) | |
| 826 | p7.BottomSurface = Enum.SurfaceType.Smooth | |
| 827 | p7.TopSurface = Enum.SurfaceType.Smooth | |
| 828 | b7 = Instance.new("SpecialMesh", p7)
| |
| 829 | b7.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
| 830 | b7.TextureId = "" | |
| 831 | b7.MeshType = Enum.MeshType.FileMesh | |
| 832 | b7.Name = "Mesh" | |
| 833 | b7.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595) | |
| 834 | p8 = Instance.new("Part", m2)
| |
| 835 | p8.BrickColor = BrickColor.new("Lime green")
| |
| 836 | p8.Material = Enum.Material.SmoothPlastic | |
| 837 | p8.Reflectance = 0.30000001192093 | |
| 838 | p8.CFrame = CFrame.new(23.6530304, 23.6272488, 27.0660381, -0.573576212, 0.346187651, -0.742403805, -1.19791855e-006, -0.90630722, -0.422617733, -0.819152236, -0.24240458, 0.519836128) | |
| 839 | p8.CanCollide = false | |
| 840 | p8.FormFactor = Enum.FormFactor.Custom | |
| 841 | p8.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371) | |
| 842 | p8.BottomSurface = Enum.SurfaceType.Smooth | |
| 843 | p8.TopSurface = Enum.SurfaceType.Smooth | |
| 844 | b8 = Instance.new("SpecialMesh", p8)
| |
| 845 | b8.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
| 846 | b8.TextureId = "" | |
| 847 | b8.MeshType = Enum.MeshType.FileMesh | |
| 848 | b8.Name = "Mesh" | |
| 849 | b8.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933) | |
| 850 | p9 = Instance.new("Part", m2)
| |
| 851 | p9.BrickColor = BrickColor.new("Lime green")
| |
| 852 | p9.Material = Enum.Material.SmoothPlastic | |
| 853 | p9.Reflectance = 0.30000001192093 | |
| 854 | p9.CFrame = CFrame.new(30.2536392, 23.691061, 26.9184284, -0.573576212, -0.346188962, 0.74240309, 4.47034836e-007, -0.906307578, -0.422616601, 0.81915164, -0.242404819, 0.519836843) | |
| 855 | p9.CanCollide = false | |
| 856 | p9.FormFactor = Enum.FormFactor.Custom | |
| 857 | p9.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371) | |
| 858 | p9.BottomSurface = Enum.SurfaceType.Smooth | |
| 859 | p9.TopSurface = Enum.SurfaceType.Smooth | |
| 860 | b9 = Instance.new("SpecialMesh", p9)
| |
| 861 | b9.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
| 862 | b9.TextureId = "" | |
| 863 | b9.MeshType = Enum.MeshType.FileMesh | |
| 864 | b9.Name = "Mesh" | |
| 865 | b9.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595) | |
| 866 | p10 = Instance.new("Part", m2)
| |
| 867 | p10.BrickColor = BrickColor.new("Lime green")
| |
| 868 | p10.Material = Enum.Material.SmoothPlastic | |
| 869 | p10.Reflectance = 0.30000001192093 | |
| 870 | p10.CFrame = CFrame.new(27.9471893, 26.8180733, 25.3034286, -0.573576212, 0.469845235, 0.671010077, 2.86794574e-007, -0.819150567, 0.573576927, 0.81915164, 0.328989446, 0.469847172) | |
| 871 | p10.CanCollide = false | |
| 872 | p10.FormFactor = Enum.FormFactor.Custom | |
| 873 | p10.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371) | |
| 874 | p10.BottomSurface = Enum.SurfaceType.Smooth | |
| 875 | p10.TopSurface = Enum.SurfaceType.Smooth | |
| 876 | b10 = Instance.new("SpecialMesh", p10)
| |
| 877 | b10.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
| 878 | b10.TextureId = "" | |
| 879 | b10.MeshType = Enum.MeshType.FileMesh | |
| 880 | b10.Name = "Mesh" | |
| 881 | b10.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933) | |
| 882 | p11 = Instance.new("Part", m2)
| |
| 883 | p11.BrickColor = BrickColor.new("Lime green")
| |
| 884 | p11.Material = Enum.Material.SmoothPlastic | |
| 885 | p11.Reflectance = 0.30000001192093 | |
| 886 | p11.CFrame = CFrame.new(27.8153667, 25.7751122, 25.211132, -0.573576212, 0.469845206, 0.671010017, 3.03888498e-007, -0.819150567, 0.573576987, 0.81915164, 0.328989416, 0.469847172) | |
| 887 | p11.CanCollide = false | |
| 888 | p11.FormFactor = Enum.FormFactor.Custom | |
| 889 | p11.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371) | |
| 890 | p11.BottomSurface = Enum.SurfaceType.Smooth | |
| 891 | p11.TopSurface = Enum.SurfaceType.Smooth | |
| 892 | b11 = Instance.new("SpecialMesh", p11)
| |
| 893 | b11.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
| 894 | b11.TextureId = "" | |
| 895 | b11.MeshType = Enum.MeshType.FileMesh | |
| 896 | b11.Name = "Mesh" | |
| 897 | b11.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665) | |
| 898 | p12 = Instance.new("Part", m2)
| |
| 899 | p12.BrickColor = BrickColor.new("Lime green")
| |
| 900 | p12.Material = Enum.Material.SmoothPlastic | |
| 901 | p12.Reflectance = 0.30000001192093 | |
| 902 | p12.CFrame = CFrame.new(29.655653, 24.6090927, 26.4997177, -0.573576212, 0.212011248, 0.791239619, 2.79475898e-007, -0.965924561, 0.258820325, 0.81915164, 0.14845185, 0.554032922) | |
| 903 | p12.CanCollide = false | |
| 904 | p12.FormFactor = Enum.FormFactor.Custom | |
| 905 | p12.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371) | |
| 906 | p12.BottomSurface = Enum.SurfaceType.Smooth | |
| 907 | p12.TopSurface = Enum.SurfaceType.Smooth | |
| 908 | b12 = Instance.new("SpecialMesh", p12)
| |
| 909 | b12.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
| 910 | b12.TextureId = "" | |
| 911 | b12.MeshType = Enum.MeshType.FileMesh | |
| 912 | b12.Name = "Mesh" | |
| 913 | b12.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665) | |
| 914 | p13 = Instance.new("Part", m2)
| |
| 915 | p13.BrickColor = BrickColor.new("Lime green")
| |
| 916 | p13.Material = Enum.Material.SmoothPlastic | |
| 917 | p13.Reflectance = 0.30000001192093 | |
| 918 | p13.CFrame = CFrame.new(27.9198303, 25.8644161, 25.2842865, -0.573576212, 0.469845116, 0.671010017, 2.51205847e-007, -0.819150507, 0.573577106, 0.81915164, 0.328989446, 0.469847202) | |
| 919 | p13.CanCollide = false | |
| 920 | p13.FormFactor = Enum.FormFactor.Custom | |
| 921 | p13.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371) | |
| 922 | p13.BottomSurface = Enum.SurfaceType.Smooth | |
| 923 | p13.TopSurface = Enum.SurfaceType.Smooth | |
| 924 | b13 = Instance.new("SpecialMesh", p13)
| |
| 925 | b13.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
| 926 | b13.TextureId = "" | |
| 927 | b13.MeshType = Enum.MeshType.FileMesh | |
| 928 | b13.Name = "Mesh" | |
| 929 | b13.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595) | |
| 930 | p14 = Instance.new("Part", m2)
| |
| 931 | p14.BrickColor = BrickColor.new("Lime green")
| |
| 932 | p14.Material = Enum.Material.SmoothPlastic | |
| 933 | p14.Reflectance = 0.30000001192093 | |
| 934 | p14.CFrame = CFrame.new(29.778841, 24.6493893, 26.5859776, -0.573576212, 0.212011158, 0.791239619, 2.26793262e-007, -0.965924621, 0.258820474, 0.81915164, 0.148451865, 0.554032922) | |
| 935 | p14.CanCollide = false | |
| 936 | p14.FormFactor = Enum.FormFactor.Custom | |
| 937 | p14.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371) | |
| 938 | p14.BottomSurface = Enum.SurfaceType.Smooth | |
| 939 | p14.TopSurface = Enum.SurfaceType.Smooth | |
| 940 | b14 = Instance.new("SpecialMesh", p14)
| |
| 941 | b14.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
| 942 | b14.TextureId = "" | |
| 943 | b14.MeshType = Enum.MeshType.FileMesh | |
| 944 | b14.Name = "Mesh" | |
| 945 | b14.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595) | |
| 946 | p15 = Instance.new("Part", m2)
| |
| 947 | p15.BrickColor = BrickColor.new("Lime green")
| |
| 948 | p15.Material = Enum.Material.SmoothPlastic | |
| 949 | p15.Reflectance = 0.30000001192093 | |
| 950 | p15.CFrame = CFrame.new(29.3303242, 25.7026424, 26.271925, -0.573576212, 0.280165315, 0.769750893, 1.98523225e-007, -0.939691305, 0.342021316, 0.81915164, 0.196174055, 0.538986266) | |
| 951 | p15.CanCollide = false | |
| 952 | p15.FormFactor = Enum.FormFactor.Custom | |
| 953 | p15.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371) | |
| 954 | p15.BottomSurface = Enum.SurfaceType.Smooth | |
| 955 | p15.TopSurface = Enum.SurfaceType.Smooth | |
| 956 | b15 = Instance.new("SpecialMesh", p15)
| |
| 957 | b15.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
| 958 | b15.TextureId = "" | |
| 959 | b15.MeshType = Enum.MeshType.FileMesh | |
| 960 | b15.Name = "Mesh" | |
| 961 | b15.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665) | |
| 962 | p16 = Instance.new("Part", m2)
| |
| 963 | p16.BrickColor = BrickColor.new("Lime green")
| |
| 964 | p16.Material = Enum.Material.SmoothPlastic | |
| 965 | p16.Reflectance = 0.30000001192093 | |
| 966 | p16.CFrame = CFrame.new(29.8983212, 24.6884689, 26.6696377, -0.573576272, 0.212011099, 0.791239798, 1.39939146e-007, -0.965924501, 0.258820534, 0.81915158, 0.148451924, 0.554033041) | |
| 967 | p16.CanCollide = false | |
| 968 | p16.FormFactor = Enum.FormFactor.Custom | |
| 969 | p16.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371) | |
| 970 | p16.BottomSurface = Enum.SurfaceType.Smooth | |
| 971 | p16.TopSurface = Enum.SurfaceType.Smooth | |
| 972 | b16 = Instance.new("SpecialMesh", p16)
| |
| 973 | b16.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
| 974 | b16.TextureId = "" | |
| 975 | b16.MeshType = Enum.MeshType.FileMesh | |
| 976 | b16.Name = "Mesh" | |
| 977 | b16.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933) | |
| 978 | p17 = Instance.new("Part", m2)
| |
| 979 | p17.BrickColor = BrickColor.new("Lime green")
| |
| 980 | p17.Material = Enum.Material.SmoothPlastic | |
| 981 | p17.Reflectance = 0.30000001192093 | |
| 982 | p17.CFrame = CFrame.new(29.5664043, 25.8075294, 26.4372196, -0.573576272, 0.280165255, 0.769751072, 1.1166911e-007, -0.939691126, 0.342021376, 0.81915158, 0.196174115, 0.538986385) | |
| 983 | p17.CanCollide = false | |
| 984 | p17.FormFactor = Enum.FormFactor.Custom | |
| 985 | p17.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371) | |
| 986 | p17.BottomSurface = Enum.SurfaceType.Smooth | |
| 987 | p17.TopSurface = Enum.SurfaceType.Smooth | |
| 988 | b17 = Instance.new("SpecialMesh", p17)
| |
| 989 | b17.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
| 990 | b17.TextureId = "" | |
| 991 | b17.MeshType = Enum.MeshType.FileMesh | |
| 992 | b17.Name = "Mesh" | |
| 993 | b17.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933) | |
| 994 | p18 = Instance.new("Part", m2)
| |
| 995 | p18.BrickColor = BrickColor.new("Lime green")
| |
| 996 | p18.Material = Enum.Material.SmoothPlastic | |
| 997 | p18.Reflectance = 0.30000001192093 | |
| 998 | p18.CFrame = CFrame.new(28.021162, 25.9510212, 25.3552322, -0.573576331, 0.469845086, 0.671010435, 8.10900147e-008, -0.819150269, 0.573577285, 0.819151521, 0.328989595, 0.469847381) | |
| 999 | p18.CanCollide = false | |
| 1000 | p18.FormFactor = Enum.FormFactor.Custom | |
| 1001 | p18.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371) | |
| 1002 | p18.BottomSurface = Enum.SurfaceType.Smooth | |
| 1003 | p18.TopSurface = Enum.SurfaceType.Smooth | |
| 1004 | b18 = Instance.new("SpecialMesh", p18)
| |
| 1005 | b18.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
| 1006 | b18.TextureId = "" | |
| 1007 | b18.MeshType = Enum.MeshType.FileMesh | |
| 1008 | b18.Name = "Mesh" | |
| 1009 | b18.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933) | |
| 1010 | p19 = Instance.new("Part", m2)
| |
| 1011 | p19.BrickColor = BrickColor.new("Lime green")
| |
| 1012 | p19.Material = Enum.Material.SmoothPlastic | |
| 1013 | p19.Reflectance = 0.30000001192093 | |
| 1014 | p19.CFrame = CFrame.new(30.3657436, 23.6272507, 26.9969234, -0.573576272, -0.346189439, 0.74240303, -9.24166343e-009, -0.906307697, -0.422616035, 0.819151521, -0.242404714, 0.519837141) | |
| 1015 | p19.CanCollide = false | |
| 1016 | p19.FormFactor = Enum.FormFactor.Custom | |
| 1017 | p19.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371) | |
| 1018 | p19.BottomSurface = Enum.SurfaceType.Smooth | |
| 1019 | p19.TopSurface = Enum.SurfaceType.Smooth | |
| 1020 | b19 = Instance.new("SpecialMesh", p19)
| |
| 1021 | b19.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
| 1022 | b19.TextureId = "" | |
| 1023 | b19.MeshType = Enum.MeshType.FileMesh | |
| 1024 | b19.Name = "Mesh" | |
| 1025 | b19.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933) | |
| 1026 | p20 = Instance.new("Part", m2)
| |
| 1027 | p20.BrickColor = BrickColor.new("Lime green")
| |
| 1028 | p20.Material = Enum.Material.SmoothPlastic | |
| 1029 | p20.Reflectance = 0.30000001192093 | |
| 1030 | p20.CFrame = CFrame.new(30.2536469, 23.6910553, 26.9184265, -0.573576272, -0.346189529, 0.742402911, -2.63107069e-007, -0.906307518, -0.422615975, 0.819151521, -0.242404476, 0.519837141) | |
| 1031 | p20.CanCollide = false | |
| 1032 | p20.FormFactor = Enum.FormFactor.Custom | |
| 1033 | p20.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371) | |
| 1034 | p20.BottomSurface = Enum.SurfaceType.Smooth | |
| 1035 | p20.TopSurface = Enum.SurfaceType.Smooth | |
| 1036 | b20 = Instance.new("SpecialMesh", p20)
| |
| 1037 | b20.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
| 1038 | b20.TextureId = "" | |
| 1039 | b20.MeshType = Enum.MeshType.FileMesh | |
| 1040 | b20.Name = "Mesh" | |
| 1041 | b20.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595) | |
| 1042 | p21 = Instance.new("Part", m2)
| |
| 1043 | p21.BrickColor = BrickColor.new("Lime green")
| |
| 1044 | p21.Material = Enum.Material.SmoothPlastic | |
| 1045 | p21.Reflectance = 0.30000001192093 | |
| 1046 | p21.CFrame = CFrame.new(27.8458843, 26.7314644, 25.2324886, -0.573576272, 0.469844759, 0.671010494, -4.23347274e-007, -0.819149971, 0.573577166, 0.819151521, 0.328989863, 0.469847023) | |
| 1047 | p21.CanCollide = false | |
| 1048 | p21.FormFactor = Enum.FormFactor.Custom | |
| 1049 | p21.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371) | |
| 1050 | p21.BottomSurface = Enum.SurfaceType.Smooth | |
| 1051 | p21.TopSurface = Enum.SurfaceType.Smooth | |
| 1052 | b21 = Instance.new("SpecialMesh", p21)
| |
| 1053 | b21.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
| 1054 | b21.TextureId = "" | |
| 1055 | b21.MeshType = Enum.MeshType.FileMesh | |
| 1056 | b21.Name = "Mesh" | |
| 1057 | b21.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595) | |
| 1058 | p22 = Instance.new("Part", m2)
| |
| 1059 | p22.BrickColor = BrickColor.new("Lime green")
| |
| 1060 | p22.Material = Enum.Material.SmoothPlastic | |
| 1061 | p22.Reflectance = 0.30000001192093 | |
| 1062 | p22.CFrame = CFrame.new(30.1380615, 23.756855, 26.8374882, -0.573576212, -0.346189648, 0.742402732, -5.1367897e-007, -0.906307459, -0.422615856, 0.819151521, -0.242404282, 0.519837141) | |
| 1063 | p22.CanCollide = false | |
| 1064 | p22.FormFactor = Enum.FormFactor.Custom | |
| 1065 | p22.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371) | |
| 1066 | p22.BottomSurface = Enum.SurfaceType.Smooth | |
| 1067 | p22.TopSurface = Enum.SurfaceType.Smooth | |
| 1068 | b22 = Instance.new("SpecialMesh", p22)
| |
| 1069 | b22.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
| 1070 | b22.TextureId = "" | |
| 1071 | b22.MeshType = Enum.MeshType.FileMesh | |
| 1072 | b22.Name = "Mesh" | |
| 1073 | b22.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665) | |
| 1074 | p23 = Instance.new("Part", m2)
| |
| 1075 | p23.BrickColor = BrickColor.new("Lime green")
| |
| 1076 | p23.Material = Enum.Material.SmoothPlastic | |
| 1077 | p23.Reflectance = 0.30000001192093 | |
| 1078 | p23.CFrame = CFrame.new(29.4501858, 25.7558784, 26.3558216, -0.573576212, 0.280164778, 0.769751191, -6.73919146e-007, -0.939690709, 0.342021406, 0.819151521, 0.196174636, 0.538986027) | |
| 1079 | p23.CanCollide = false | |
| 1080 | p23.FormFactor = Enum.FormFactor.Custom | |
| 1081 | p23.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371) | |
| 1082 | p23.BottomSurface = Enum.SurfaceType.Smooth | |
| 1083 | p23.TopSurface = Enum.SurfaceType.Smooth | |
| 1084 | b23 = Instance.new("SpecialMesh", p23)
| |
| 1085 | b23.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
| 1086 | b23.TextureId = "" | |
| 1087 | b23.MeshType = Enum.MeshType.FileMesh | |
| 1088 | b23.Name = "Mesh" | |
| 1089 | b23.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595) | |
| 1090 | p24 = Instance.new("Part", m2)
| |
| 1091 | p24.BrickColor = BrickColor.new("Lime green")
| |
| 1092 | p24.Material = Enum.Material.SmoothPlastic | |
| 1093 | p24.Reflectance = 0.30000001192093 | |
| 1094 | p24.CFrame = CFrame.new(29.3303471, 25.702631, 26.2719078, -0.573576272, 0.280164808, 0.76975143, -7.04498234e-007, -0.939690709, 0.342021465, 0.819151461, 0.196174651, 0.538986087) | |
| 1095 | p24.CanCollide = false | |
| 1096 | p24.FormFactor = Enum.FormFactor.Custom | |
| 1097 | p24.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371) | |
| 1098 | p24.BottomSurface = Enum.SurfaceType.Smooth | |
| 1099 | p24.TopSurface = Enum.SurfaceType.Smooth | |
| 1100 | b24 = Instance.new("SpecialMesh", p24)
| |
| 1101 | b24.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
| 1102 | b24.TextureId = "" | |
| 1103 | b24.MeshType = Enum.MeshType.FileMesh | |
| 1104 | b24.Name = "Mesh" | |
| 1105 | b24.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665) | |
| 1106 | p25 = Instance.new("Part", m2)
| |
| 1107 | p25.BrickColor = BrickColor.new("Lime green")
| |
| 1108 | p25.Material = Enum.Material.SmoothPlastic | |
| 1109 | p25.Reflectance = 0.30000001192093 | |
| 1110 | p25.CFrame = CFrame.new(29.7788715, 24.6493816, 26.5859661, -0.573576331, 0.212010548, 0.791240335, -7.63082312e-007, -0.965923905, 0.258820742, 0.819151402, 0.14845252, 0.554032862) | |
| 1111 | p25.CanCollide = false | |
| 1112 | p25.FormFactor = Enum.FormFactor.Custom | |
| 1113 | p25.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371) | |
| 1114 | p25.BottomSurface = Enum.SurfaceType.Smooth | |
| 1115 | p25.TopSurface = Enum.SurfaceType.Smooth | |
| 1116 | b25 = Instance.new("SpecialMesh", p25)
| |
| 1117 | b25.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
| 1118 | b25.TextureId = "" | |
| 1119 | b25.MeshType = Enum.MeshType.FileMesh | |
| 1120 | b25.Name = "Mesh" | |
| 1121 | b25.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595) | |
| 1122 | p26 = Instance.new("Part", m2)
| |
| 1123 | p26.BrickColor = BrickColor.new("Lime green")
| |
| 1124 | p26.Material = Enum.Material.SmoothPlastic | |
| 1125 | p26.Reflectance = 0.30000001192093 | |
| 1126 | p26.CFrame = CFrame.new(29.450201, 25.7558823, 26.3558235, -0.573576331, 0.280164748, 0.769751668, -7.91352306e-007, -0.93969059, 0.342021525, 0.819151402, 0.196174681, 0.538986146) | |
| 1127 | p26.CanCollide = false | |
| 1128 | p26.FormFactor = Enum.FormFactor.Custom | |
| 1129 | p26.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371) | |
| 1130 | p26.BottomSurface = Enum.SurfaceType.Smooth | |
| 1131 | p26.TopSurface = Enum.SurfaceType.Smooth | |
| 1132 | b26 = Instance.new("SpecialMesh", p26)
| |
| 1133 | b26.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
| 1134 | b26.TextureId = "" | |
| 1135 | b26.MeshType = Enum.MeshType.FileMesh | |
| 1136 | b26.Name = "Mesh" | |
| 1137 | b26.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595) | |
| 1138 | p27 = Instance.new("Part", m2)
| |
| 1139 | p27.BrickColor = BrickColor.new("Lime green")
| |
| 1140 | p27.Material = Enum.Material.SmoothPlastic | |
| 1141 | p27.Reflectance = 0.30000001192093 | |
| 1142 | p27.CFrame = CFrame.new(30.3657703, 23.6272449, 26.9969063, -0.57357645, -0.346190155, 0.74240309, -9.161393e-007, -0.90630734, -0.422615707, 0.819151342, -0.242404088, 0.51983732) | |
| 1143 | p27.CanCollide = false | |
| 1144 | p27.FormFactor = Enum.FormFactor.Custom | |
| 1145 | p27.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371) | |
| 1146 | p27.BottomSurface = Enum.SurfaceType.Smooth | |
| 1147 | p27.TopSurface = Enum.SurfaceType.Smooth | |
| 1148 | b27 = Instance.new("SpecialMesh", p27)
| |
| 1149 | b27.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
| 1150 | b27.TextureId = "" | |
| 1151 | b27.MeshType = Enum.MeshType.FileMesh | |
| 1152 | b27.Name = "Mesh" | |
| 1153 | b27.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933) | |
| 1154 | p28 = Instance.new("Part", m2)
| |
| 1155 | p28.BrickColor = BrickColor.new("Lime green")
| |
| 1156 | p28.Material = Enum.Material.SmoothPlastic | |
| 1157 | p28.Reflectance = 0.30000001192093 | |
| 1158 | p28.CFrame = CFrame.new(28.0211868, 25.9510098, 25.3552094, -0.57357645, 0.469844639, 0.67101109, -1.07637948e-006, -0.819149673, 0.573577106, 0.819151342, 0.328990191, 0.469846785) | |
| 1159 | p28.CanCollide = false | |
| 1160 | p28.FormFactor = Enum.FormFactor.Custom | |
| 1161 | p28.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371) | |
| 1162 | p28.BottomSurface = Enum.SurfaceType.Smooth | |
| 1163 | p28.TopSurface = Enum.SurfaceType.Smooth | |
| 1164 | b28 = Instance.new("SpecialMesh", p28)
| |
| 1165 | b28.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
| 1166 | b28.TextureId = "" | |
| 1167 | b28.MeshType = Enum.MeshType.FileMesh | |
| 1168 | b28.Name = "Mesh" | |
| 1169 | b28.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933) | |
| 1170 | p29 = Instance.new("Part", m2)
| |
| 1171 | p29.BrickColor = BrickColor.new("Lime green")
| |
| 1172 | p29.Material = Enum.Material.Neon | |
| 1173 | p29.CFrame = CFrame.new(31.2683067, 23.2277946, 27.6474876, 0.280168235, -0.769749522, -0.573576212, 0.939691305, 0.342017233, -1.0690095e-006, 0.19617486, -0.538985491, 0.819151521) | |
| 1174 | p29.FormFactor = Enum.FormFactor.Custom | |
| 1175 | p29.Size = Vector3.new(0.61060679, 3.09150696, 0.221234918) | |
| 1176 | p29.BottomSurface = Enum.SurfaceType.Smooth | |
| 1177 | p29.TopSurface = Enum.SurfaceType.Smooth | |
| 1178 | b29 = Instance.new("SpecialMesh", p29)
| |
| 1179 | b29.MeshType = Enum.MeshType.Sphere | |
| 1180 | b29.Name = "Mesh" | |
| 1181 | p30 = Instance.new("Part", m2)
| |
| 1182 | p30.BrickColor = BrickColor.new("Lime green")
| |
| 1183 | p30.Material = Enum.Material.SmoothPlastic | |
| 1184 | p30.Reflectance = 0.30000001192093 | |
| 1185 | p30.CFrame = CFrame.new(29.655632, 24.6090698, 26.4996777, -0.573576212, 0.2120094, 0.791238904, -1.13902195e-006, -0.965922236, 0.258820891, 0.819151521, 0.148452237, 0.554032147) | |
| 1186 | p30.CanCollide = false | |
| 1187 | p30.FormFactor = Enum.FormFactor.Custom | |
| 1188 | p30.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371) | |
| 1189 | p30.BottomSurface = Enum.SurfaceType.Smooth | |
| 1190 | p30.TopSurface = Enum.SurfaceType.Smooth | |
| 1191 | b30 = Instance.new("SpecialMesh", p30)
| |
| 1192 | b30.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
| 1193 | b30.TextureId = "" | |
| 1194 | b30.MeshType = Enum.MeshType.FileMesh | |
| 1195 | b30.Name = "Mesh" | |
| 1196 | b30.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665) | |
| 1197 | p31 = Instance.new("Part", m2)
| |
| 1198 | p31.BrickColor = BrickColor.new("Lime green")
| |
| 1199 | p31.Material = Enum.Material.SmoothPlastic | |
| 1200 | p31.Reflectance = 0.30000001192093 | |
| 1201 | p31.CFrame = CFrame.new(30.138031, 23.7568359, 26.8374538, -0.573576212, -0.346189976, 0.742401063, -1.26856219e-006, -0.906306148, -0.422614396, 0.819151521, -0.242403775, 0.519836485) | |
| 1202 | p31.CanCollide = false | |
| 1203 | p31.FormFactor = Enum.FormFactor.Custom | |
| 1204 | p31.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371) | |
| 1205 | p31.BottomSurface = Enum.SurfaceType.Smooth | |
| 1206 | p31.TopSurface = Enum.SurfaceType.Smooth | |
| 1207 | b31 = Instance.new("SpecialMesh", p31)
| |
| 1208 | b31.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
| 1209 | b31.TextureId = "" | |
| 1210 | b31.MeshType = Enum.MeshType.FileMesh | |
| 1211 | b31.Name = "Mesh" | |
| 1212 | b31.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665) | |
| 1213 | p32 = Instance.new("Part", m2)
| |
| 1214 | p32.BrickColor = BrickColor.new("Lime green")
| |
| 1215 | p32.Material = Enum.Material.SmoothPlastic | |
| 1216 | p32.Reflectance = 0.30000001192093 | |
| 1217 | p32.CFrame = CFrame.new(27.741394, 26.6421375, 25.1592979, -0.573576212, 0.469842911, 0.671009958, -1.42880219e-006, -0.819147944, 0.573576748, 0.819151521, 0.328989625, 0.4698461) | |
| 1218 | p32.CanCollide = false | |
| 1219 | p32.FormFactor = Enum.FormFactor.Custom | |
| 1220 | p32.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371) | |
| 1221 | p32.BottomSurface = Enum.SurfaceType.Smooth | |
| 1222 | p32.TopSurface = Enum.SurfaceType.Smooth | |
| 1223 | b32 = Instance.new("SpecialMesh", p32)
| |
| 1224 | b32.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
| 1225 | b32.TextureId = "" | |
| 1226 | b32.MeshType = Enum.MeshType.FileMesh | |
| 1227 | b32.Name = "Mesh" | |
| 1228 | b32.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665) | |
| 1229 | p33 = Instance.new("Part", m2)
| |
| 1230 | p33.BrickColor = BrickColor.new("Lime green")
| |
| 1231 | p33.Material = Enum.Material.Neon | |
| 1232 | p33.CFrame = CFrame.new(32.7100258, 25.2490444, 28.6569691, -0.14224124, -0.806705832, -0.573576093, 0.984804153, -0.173650295, -1.38238238e-006, -0.0996002704, -0.564861953, 0.819151759) | |
| 1233 | p33.FormFactor = Enum.FormFactor.Custom | |
| 1234 | p33.Size = Vector3.new(0.61060679, 7.32508755, 0.221234918) | |
| 1235 | p33.BottomSurface = Enum.SurfaceType.Smooth | |
| 1236 | p33.TopSurface = Enum.SurfaceType.Smooth | |
| 1237 | b33 = Instance.new("SpecialMesh", p33)
| |
| 1238 | b33.MeshType = Enum.MeshType.Sphere | |
| 1239 | b33.Name = "Mesh" | |
| 1240 | p34 = Instance.new("Part", m2)
| |
| 1241 | p34.BrickColor = BrickColor.new("Lime green")
| |
| 1242 | p34.Material = Enum.Material.SmoothPlastic | |
| 1243 | p34.Reflectance = 0.30000001192093 | |
| 1244 | p34.CFrame = CFrame.new(27.919817, 25.8643856, 25.2842369, -0.573576391, 0.469842792, 0.671009898, -1.37759764e-006, -0.819147885, 0.573576868, 0.8191517, 0.328989476, 0.46984604) | |
| 1245 | p34.CanCollide = false | |
| 1246 | p34.FormFactor = Enum.FormFactor.Custom | |
| 1247 | p34.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371) | |
| 1248 | p34.BottomSurface = Enum.SurfaceType.Smooth | |
| 1249 | p34.TopSurface = Enum.SurfaceType.Smooth | |
| 1250 | b34 = Instance.new("SpecialMesh", p34)
| |
| 1251 | b34.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
| 1252 | b34.TextureId = "" | |
| 1253 | b34.MeshType = Enum.MeshType.FileMesh | |
| 1254 | b34.Name = "Mesh" | |
| 1255 | b34.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595) | |
| 1256 | p35 = Instance.new("Part", m2)
| |
| 1257 | p35.BrickColor = BrickColor.new("Lime green")
| |
| 1258 | p35.Material = Enum.Material.SmoothPlastic | |
| 1259 | p35.Reflectance = 0.30000001192093 | |
| 1260 | p35.CFrame = CFrame.new(29.8982925, 24.6884441, 26.6695824, -0.573576391, 0.212008998, 0.791238666, -1.40201018e-006, -0.965921998, 0.25882113, 0.8191517, 0.148452297, 0.554031909) | |
| 1261 | p35.CanCollide = false | |
| 1262 | p35.FormFactor = Enum.FormFactor.Custom | |
| 1263 | p35.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371) | |
| 1264 | p35.BottomSurface = Enum.SurfaceType.Smooth | |
| 1265 | p35.TopSurface = Enum.SurfaceType.Smooth | |
| 1266 | b35 = Instance.new("SpecialMesh", p35)
| |
| 1267 | b35.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
| 1268 | b35.TextureId = "" | |
| 1269 | b35.MeshType = Enum.MeshType.FileMesh | |
| 1270 | b35.Name = "Mesh" | |
| 1271 | b35.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933) | |
| 1272 | p36 = Instance.new("Part", m2)
| |
| 1273 | p36.BrickColor = BrickColor.new("Lime green")
| |
| 1274 | p36.Material = Enum.Material.SmoothPlastic | |
| 1275 | p36.Reflectance = 0.30000001192093 | |
| 1276 | p36.CFrame = CFrame.new(27.8153496, 25.7750854, 25.2110863, -0.573576391, 0.469842672, 0.671009898, -1.43028012e-006, -0.819147885, 0.573576927, 0.8191517, 0.328989506, 0.4698461) | |
| 1277 | p36.CanCollide = false | |
| 1278 | p36.FormFactor = Enum.FormFactor.Custom | |
| 1279 | p36.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371) | |
| 1280 | p36.BottomSurface = Enum.SurfaceType.Smooth | |
| 1281 | p36.TopSurface = Enum.SurfaceType.Smooth | |
| 1282 | b36 = Instance.new("SpecialMesh", p36)
| |
| 1283 | b36.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
| 1284 | b36.TextureId = "" | |
| 1285 | b36.MeshType = Enum.MeshType.FileMesh | |
| 1286 | b36.Name = "Mesh" | |
| 1287 | b36.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665) | |
| 1288 | p37 = Instance.new("Part", m2)
| |
| 1289 | p37.BrickColor = BrickColor.new("Lime green")
| |
| 1290 | p37.Material = Enum.Material.Neon | |
| 1291 | p37.CFrame = CFrame.new(30.7430439, 27.8460693, 27.2796841, -0.409572512, -0.709406137, -0.573576272, 0.866021335, -0.500000834, -1.38386031e-006, -0.286787719, -0.49673146, 0.819151938) | |
| 1292 | p37.FormFactor = Enum.FormFactor.Custom | |
| 1293 | p37.Size = Vector3.new(0.61060679, 7.32508755, 0.221234918) | |
| 1294 | p37.BottomSurface = Enum.SurfaceType.Smooth | |
| 1295 | p37.TopSurface = Enum.SurfaceType.Smooth | |
| 1296 | b37 = Instance.new("SpecialMesh", p37)
| |
| 1297 | b37.MeshType = Enum.MeshType.Sphere | |
| 1298 | b37.Name = "Mesh" | |
| 1299 | p38 = Instance.new("Part", m2)
| |
| 1300 | p38.BrickColor = BrickColor.new("Lime green")
| |
| 1301 | p38.Material = Enum.Material.Neon | |
| 1302 | p38.CFrame = CFrame.new(32.7113533, 27.1965656, 28.6579113, -0.28016308, -0.769750178, -0.573576272, 0.939688683, -0.342021704, -1.3540581e-006, -0.196174175, -0.538985133, 0.819152057) | |
| 1303 | p38.FormFactor = Enum.FormFactor.Custom | |
| 1304 | p38.Size = Vector3.new(0.61060679, 8.03632927, 0.221234918) | |
| 1305 | p38.BottomSurface = Enum.SurfaceType.Smooth | |
| 1306 | p38.TopSurface = Enum.SurfaceType.Smooth | |
| 1307 | b38 = Instance.new("SpecialMesh", p38)
| |
| 1308 | b38.MeshType = Enum.MeshType.Sphere | |
| 1309 | b38.Name = "Mesh" | |
| 1310 | p39 = Instance.new("Part", m2)
| |
| 1311 | p39.BrickColor = BrickColor.new("Lime green")
| |
| 1312 | p39.Material = Enum.Material.SmoothPlastic | |
| 1313 | p39.Reflectance = 0.30000001192093 | |
| 1314 | p39.CFrame = CFrame.new(26.2033787, 25.7750854, 25.2801971, -0.573574483, -0.469848186, -0.671007693, -2.18929154e-006, -0.819150686, 0.573572934, -0.819151402, 0.328989863, 0.469846785) | |
| 1315 | p39.CanCollide = false | |
| 1316 | p39.FormFactor = Enum.FormFactor.Custom | |
| 1317 | p39.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371) | |
| 1318 | p39.BottomSurface = Enum.SurfaceType.Smooth | |
| 1319 | p39.TopSurface = Enum.SurfaceType.Smooth | |
| 1320 | b39 = Instance.new("SpecialMesh", p39)
| |
| 1321 | b39.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
| 1322 | b39.TextureId = "" | |
| 1323 | b39.MeshType = Enum.MeshType.FileMesh | |
| 1324 | b39.Name = "Mesh" | |
| 1325 | b39.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665) | |
| 1326 | p40 = Instance.new("Part", m2)
| |
| 1327 | p40.BrickColor = BrickColor.new("Lime green")
| |
| 1328 | p40.Material = Enum.Material.SmoothPlastic | |
| 1329 | p40.Reflectance = 0.30000001192093 | |
| 1330 | p40.CFrame = CFrame.new(25.9975967, 25.9509888, 25.4242878, -0.573574483, -0.469848186, -0.671007693, -2.18929154e-006, -0.819150686, 0.573572934, -0.819151402, 0.328989863, 0.469846785) | |
| 1331 | p40.CanCollide = false | |
| 1332 | p40.FormFactor = Enum.FormFactor.Custom | |
| 1333 | p40.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371) | |
| 1334 | p40.BottomSurface = Enum.SurfaceType.Smooth | |
| 1335 | p40.TopSurface = Enum.SurfaceType.Smooth | |
| 1336 | b40 = Instance.new("SpecialMesh", p40)
| |
| 1337 | b40.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
| 1338 | b40.TextureId = "" | |
| 1339 | b40.MeshType = Enum.MeshType.FileMesh | |
| 1340 | b40.Name = "Mesh" | |
| 1341 | b40.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933) | |
| 1342 | p41 = Instance.new("Part", m2)
| |
| 1343 | p41.BrickColor = BrickColor.new("Lime green")
| |
| 1344 | p41.Material = Enum.Material.SmoothPlastic | |
| 1345 | p41.Reflectance = 0.30000001192093 | |
| 1346 | p41.CFrame = CFrame.new(26.098917, 25.8643856, 25.3533516, -0.573574483, -0.469848186, -0.671007693, -2.18929154e-006, -0.819150686, 0.573572934, -0.819151402, 0.328989863, 0.469846785) | |
| 1347 | p41.CanCollide = false | |
| 1348 | p41.FormFactor = Enum.FormFactor.Custom | |
| 1349 | p41.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371) | |
| 1350 | p41.BottomSurface = Enum.SurfaceType.Smooth | |
| 1351 | p41.TopSurface = Enum.SurfaceType.Smooth | |
| 1352 | b41 = Instance.new("SpecialMesh", p41)
| |
| 1353 | b41.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
| 1354 | b41.TextureId = "" | |
| 1355 | b41.MeshType = Enum.MeshType.FileMesh | |
| 1356 | b41.Name = "Mesh" | |
| 1357 | b41.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595) | |
| 1358 | p42 = Instance.new("Part", m2)
| |
| 1359 | p42.BrickColor = BrickColor.new("Lime green")
| |
| 1360 | p42.Material = Enum.Material.SmoothPlastic | |
| 1361 | p42.Reflectance = 0.30000001192093 | |
| 1362 | p42.CFrame = CFrame.new(24.12043, 24.6884346, 26.7387066, -0.573574483, -0.212014884, -0.791238487, -2.23079792e-006, -0.965923309, 0.258816421, -0.819151402, 0.148452327, 0.554032683) | |
| 1363 | p42.CanCollide = false | |
| 1364 | p42.FormFactor = Enum.FormFactor.Custom | |
| 1365 | p42.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371) | |
| 1366 | p42.BottomSurface = Enum.SurfaceType.Smooth | |
| 1367 | p42.TopSurface = Enum.SurfaceType.Smooth | |
| 1368 | b42 = Instance.new("SpecialMesh", p42)
| |
| 1369 | b42.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
| 1370 | b42.TextureId = "" | |
| 1371 | b42.MeshType = Enum.MeshType.FileMesh | |
| 1372 | b42.Name = "Mesh" | |
| 1373 | b42.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933) | |
| 1374 | p43 = Instance.new("Part", m2)
| |
| 1375 | p43.BrickColor = BrickColor.new("Lime green")
| |
| 1376 | p43.Material = Enum.Material.SmoothPlastic | |
| 1377 | p43.Reflectance = 0.30000001192093 | |
| 1378 | p43.CFrame = CFrame.new(24.12043, 24.6884365, 26.7387066, -0.573574483, -0.212014899, -0.791238487, -2.30996147e-006, -0.96592325, 0.258816421, -0.819151402, 0.148452222, 0.554032683) | |
| 1379 | p43.CanCollide = false | |
| 1380 | p43.FormFactor = Enum.FormFactor.Custom | |
| 1381 | p43.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371) | |
| 1382 | p43.BottomSurface = Enum.SurfaceType.Smooth | |
| 1383 | p43.TopSurface = Enum.SurfaceType.Smooth | |
| 1384 | b43 = Instance.new("SpecialMesh", p43)
| |
| 1385 | b43.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
| 1386 | b43.TextureId = "" | |
| 1387 | b43.MeshType = Enum.MeshType.FileMesh | |
| 1388 | b43.Name = "Mesh" | |
| 1389 | b43.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933) | |
| 1390 | p44 = Instance.new("Part", m2)
| |
| 1391 | p44.BrickColor = BrickColor.new("Lime green")
| |
| 1392 | p44.Material = Enum.Material.SmoothPlastic | |
| 1393 | p44.Reflectance = 0.30000001192093 | |
| 1394 | p44.CFrame = CFrame.new(24.3630924, 24.6090679, 26.5687962, -0.573574483, -0.212014914, -0.791238487, -2.38912503e-006, -0.96592319, 0.258816421, -0.819151402, 0.148452118, 0.554032683) | |
| 1395 | p44.CanCollide = false | |
| 1396 | p44.FormFactor = Enum.FormFactor.Custom | |
| 1397 | p44.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371) | |
| 1398 | p44.BottomSurface = Enum.SurfaceType.Smooth | |
| 1399 | p44.TopSurface = Enum.SurfaceType.Smooth | |
| 1400 | b44 = Instance.new("SpecialMesh", p44)
| |
| 1401 | b44.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
| 1402 | b44.TextureId = "" | |
| 1403 | b44.MeshType = Enum.MeshType.FileMesh | |
| 1404 | b44.Name = "Mesh" | |
| 1405 | b44.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665) | |
| 1406 | p45 = Instance.new("Part", m2)
| |
| 1407 | p45.BrickColor = BrickColor.new("Lime green")
| |
| 1408 | p45.Material = Enum.Material.SmoothPlastic | |
| 1409 | p45.Reflectance = 0.30000001192093 | |
| 1410 | p45.CFrame = CFrame.new(24.2399025, 24.6493645, 26.6550598, -0.573574483, -0.212014928, -0.791238487, -2.46828859e-006, -0.965923131, 0.258816421, -0.819151402, 0.148452014, 0.554032683) | |
| 1411 | p45.CanCollide = false | |
| 1412 | p45.FormFactor = Enum.FormFactor.Custom | |
| 1413 | p45.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371) | |
| 1414 | p45.BottomSurface = Enum.SurfaceType.Smooth | |
| 1415 | p45.TopSurface = Enum.SurfaceType.Smooth | |
| 1416 | b45 = Instance.new("SpecialMesh", p45)
| |
| 1417 | b45.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
| 1418 | b45.TextureId = "" | |
| 1419 | b45.MeshType = Enum.MeshType.FileMesh | |
| 1420 | b45.Name = "Mesh" | |
| 1421 | b45.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595) | |
| 1422 | p46 = Instance.new("Part", m2)
| |
| 1423 | p46.BrickColor = BrickColor.new("Lime green")
| |
| 1424 | p46.Material = Enum.Material.SmoothPlastic | |
| 1425 | p46.Reflectance = 0.30000001192093 | |
| 1426 | p46.CFrame = CFrame.new(24.3630962, 24.6090736, 26.5688019, -0.573574483, -0.212014943, -0.791238487, -2.54745214e-006, -0.965923071, 0.258816421, -0.819151402, 0.148451909, 0.554032683) | |
| 1427 | p46.CanCollide = false | |
| 1428 | p46.FormFactor = Enum.FormFactor.Custom | |
| 1429 | p46.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371) | |
| 1430 | p46.BottomSurface = Enum.SurfaceType.Smooth | |
| 1431 | p46.TopSurface = Enum.SurfaceType.Smooth | |
| 1432 | b46 = Instance.new("SpecialMesh", p46)
| |
| 1433 | b46.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
| 1434 | b46.TextureId = "" | |
| 1435 | b46.MeshType = Enum.MeshType.FileMesh | |
| 1436 | b46.Name = "Mesh" | |
| 1437 | b46.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665) | |
| 1438 | p47 = Instance.new("Part", m2)
| |
| 1439 | p47.BrickColor = BrickColor.new("Lime green")
| |
| 1440 | p47.Material = Enum.Material.SmoothPlastic | |
| 1441 | p47.Reflectance = 0.30000001192093 | |
| 1442 | p47.CFrame = CFrame.new(24.2399063, 24.6493702, 26.6550655, -0.573574483, -0.212014958, -0.791238487, -2.6266157e-006, -0.965923011, 0.258816421, -0.819151402, 0.148451805, 0.554032683) | |
| 1443 | p47.CanCollide = false | |
| 1444 | p47.FormFactor = Enum.FormFactor.Custom | |
| 1445 | p47.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371) | |
| 1446 | p47.BottomSurface = Enum.SurfaceType.Smooth | |
| 1447 | p47.TopSurface = Enum.SurfaceType.Smooth | |
| 1448 | b47 = Instance.new("SpecialMesh", p47)
| |
| 1449 | b47.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
| 1450 | b47.TextureId = "" | |
| 1451 | b47.MeshType = Enum.MeshType.FileMesh | |
| 1452 | b47.Name = "Mesh" | |
| 1453 | b47.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595) | |
| 1454 | p48 = Instance.new("Part", m2)
| |
| 1455 | p48.BrickColor = BrickColor.new("Lime green")
| |
| 1456 | p48.Material = Enum.Material.Neon | |
| 1457 | p48.CFrame = CFrame.new(25.2453995, 27.8142643, 25.9324112, 0.579229355, 0.579225123, -0.573574543, 0.707105756, -0.707103014, -2.67389237e-006, -0.405579329, -0.40558058, -0.819151223) | |
| 1458 | p48.FormFactor = Enum.FormFactor.Custom | |
| 1459 | p48.Size = Vector3.new(0.61060679, 3.09150696, 0.221234918) | |
| 1460 | p48.BottomSurface = Enum.SurfaceType.Smooth | |
| 1461 | p48.TopSurface = Enum.SurfaceType.Smooth | |
| 1462 | b48 = Instance.new("SpecialMesh", p48)
| |
| 1463 | b48.MeshType = Enum.MeshType.Sphere | |
| 1464 | b48.Name = "Mesh" | |
| 1465 | p49 = Instance.new("Part", m2)
| |
| 1466 | p49.BrickColor = BrickColor.new("Lime green")
| |
| 1467 | p49.Material = Enum.Material.SmoothPlastic | |
| 1468 | p49.Reflectance = 0.30000001192093 | |
| 1469 | p49.CFrame = CFrame.new(26.2033863, 25.7751026, 25.2802086, -0.573574364, -0.469848186, -0.671007454, -2.67389191e-006, -0.819150448, 0.573572874, -0.819151223, 0.328989238, 0.469846845) | |
| 1470 | p49.CanCollide = false | |
| 1471 | p49.FormFactor = Enum.FormFactor.Custom | |
| 1472 | p49.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371) | |
| 1473 | p49.BottomSurface = Enum.SurfaceType.Smooth | |
| 1474 | p49.TopSurface = Enum.SurfaceType.Smooth | |
| 1475 | b49 = Instance.new("SpecialMesh", p49)
| |
| 1476 | b49.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
| 1477 | b49.TextureId = "" | |
| 1478 | b49.MeshType = Enum.MeshType.FileMesh | |
| 1479 | b49.Name = "Mesh" | |
| 1480 | b49.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665) | |
| 1481 | p50 = Instance.new("Part", m2)
| |
| 1482 | p50.BrickColor = BrickColor.new("Lime green")
| |
| 1483 | p50.Material = Enum.Material.SmoothPlastic | |
| 1484 | p50.Reflectance = 0.30000001192093 | |
| 1485 | p50.CFrame = CFrame.new(25.9976063, 25.9510059, 25.4242992, -0.573574364, -0.469848186, -0.671007454, -2.67389191e-006, -0.819150448, 0.573572874, -0.819151223, 0.328989238, 0.469846845) | |
| 1486 | p50.CanCollide = false | |
| 1487 | p50.FormFactor = Enum.FormFactor.Custom | |
| 1488 | p50.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371) | |
| 1489 | p50.BottomSurface = Enum.SurfaceType.Smooth | |
| 1490 | p50.TopSurface = Enum.SurfaceType.Smooth | |
| 1491 | b50 = Instance.new("SpecialMesh", p50)
| |
| 1492 | b50.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
| 1493 | b50.TextureId = "" | |
| 1494 | b50.MeshType = Enum.MeshType.FileMesh | |
| 1495 | b50.Name = "Mesh" | |
| 1496 | b50.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933) | |
| 1497 | p51 = Instance.new("Part", m2)
| |
| 1498 | p51.BrickColor = BrickColor.new("Lime green")
| |
| 1499 | p51.Material = Enum.Material.SmoothPlastic | |
| 1500 | p51.Reflectance = 0.30000001192093 | |
| 1501 | p51.CFrame = CFrame.new(26.0989265, 25.8644028, 25.353363, -0.573574364, -0.469848186, -0.671007454, -2.67389191e-006, -0.819150448, 0.573572874, -0.819151223, 0.328989238, 0.469846845) | |
| 1502 | p51.CanCollide = false | |
| 1503 | p51.FormFactor = Enum.FormFactor.Custom | |
| 1504 | p51.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371) | |
| 1505 | p51.BottomSurface = Enum.SurfaceType.Smooth | |
| 1506 | p51.TopSurface = Enum.SurfaceType.Smooth | |
| 1507 | b51 = Instance.new("SpecialMesh", p51)
| |
| 1508 | b51.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
| 1509 | b51.TextureId = "" | |
| 1510 | b51.MeshType = Enum.MeshType.FileMesh | |
| 1511 | b51.Name = "Mesh" | |
| 1512 | b51.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595) | |
| 1513 | p52 = Instance.new("Part", m2)
| |
| 1514 | p52.BrickColor = BrickColor.new("Lime green")
| |
| 1515 | p52.Material = Enum.Material.Neon | |
| 1516 | p52.CFrame = CFrame.new(21.2912331, 25.2490387, 28.7011547, 0.142246991, 0.806705594, -0.573574483, 0.984804809, -0.173645705, -2.66166035e-006, -0.0995996594, -0.564862788, -0.819151103) | |
| 1517 | p52.FormFactor = Enum.FormFactor.Custom | |
| 1518 | p52.Size = Vector3.new(0.61060679, 7.32508755, 0.221234918) | |
| 1519 | p52.BottomSurface = Enum.SurfaceType.Smooth | |
| 1520 | p52.TopSurface = Enum.SurfaceType.Smooth | |
| 1521 | b52 = Instance.new("SpecialMesh", p52)
| |
| 1522 | b52.MeshType = Enum.MeshType.Sphere | |
| 1523 | b52.Name = "Mesh" | |
| 1524 | p53 = Instance.new("Part", m2)
| |
| 1525 | p53.BrickColor = BrickColor.new("Lime green")
| |
| 1526 | p53.Material = Enum.Material.Neon | |
| 1527 | p53.CFrame = CFrame.new(23.2582321, 27.8460655, 27.3238525, 0.409577936, 0.709403872, -0.573574483, 0.866023481, -0.499996662, -2.64914797e-006, -0.28678745, -0.496732205, -0.819151103) | |
| 1528 | p53.FormFactor = Enum.FormFactor.Custom | |
| 1529 | p53.Size = Vector3.new(0.61060679, 7.32508755, 0.221234918) | |
| 1530 | p53.BottomSurface = Enum.SurfaceType.Smooth | |
| 1531 | p53.TopSurface = Enum.SurfaceType.Smooth | |
| 1532 | b53 = Instance.new("SpecialMesh", p53)
| |
| 1533 | b53.MeshType = Enum.MeshType.Sphere | |
| 1534 | b53.Name = "Mesh" | |
| 1535 | p54 = Instance.new("Part", m2)
| |
| 1536 | p54.BrickColor = BrickColor.new("Lime green")
| |
| 1537 | p54.Material = Enum.Material.Neon | |
| 1538 | p54.CFrame = CFrame.new(21.2899132, 27.1965466, 28.7020855, 0.280168742, 0.769748747, -0.573574483, 0.939690113, -0.342017204, -2.64914797e-006, -0.196173787, -0.538985729, -0.819151103) | |
| 1539 | p54.FormFactor = Enum.FormFactor.Custom | |
| 1540 | p54.Size = Vector3.new(0.61060679, 8.03632927, 0.221234918) | |
| 1541 | p54.BottomSurface = Enum.SurfaceType.Smooth | |
| 1542 | p54.TopSurface = Enum.SurfaceType.Smooth | |
| 1543 | b54 = Instance.new("SpecialMesh", p54)
| |
| 1544 | b54.MeshType = Enum.MeshType.Sphere | |
| 1545 | b54.Name = "Mesh" | |
| 1546 | p55 = Instance.new("Part", m2)
| |
| 1547 | p55.BrickColor = BrickColor.new("Lime green")
| |
| 1548 | p55.Material = Enum.Material.Neon | |
| 1549 | p55.CFrame = CFrame.new(22.732933, 23.2277641, 27.6916542, -0.280163169, 0.769749939, -0.573574483, 0.939688265, 0.342020243, -2.67457881e-006, 0.196175426, -0.538984358, -0.819150984) | |
| 1550 | p55.FormFactor = Enum.FormFactor.Custom | |
| 1551 | p55.Size = Vector3.new(0.61060679, 3.09150696, 0.221234918) | |
| 1552 | p55.BottomSurface = Enum.SurfaceType.Smooth | |
| 1553 | p55.TopSurface = Enum.SurfaceType.Smooth | |
| 1554 | b55 = Instance.new("SpecialMesh", p55)
| |
| 1555 | b55.MeshType = Enum.MeshType.Sphere | |
| 1556 | b55.Name = "Mesh" | |
| 1557 | p56 = Instance.new("Part", m2)
| |
| 1558 | p56.BrickColor = BrickColor.new("Lime green")
| |
| 1559 | p56.Material = Enum.Material.SmoothPlastic | |
| 1560 | p56.Reflectance = 0.30000001192093 | |
| 1561 | p56.CFrame = CFrame.new(26.1728668, 26.7314224, 25.3015804, -0.573574424, -0.469846636, -0.671006322, -2.71658587e-006, -0.819149017, 0.573572636, -0.819150925, 0.328987926, 0.469845742) | |
| 1562 | p56.CanCollide = false | |
| 1563 | p56.FormFactor = Enum.FormFactor.Custom | |
| 1564 | p56.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371) | |
| 1565 | p56.BottomSurface = Enum.SurfaceType.Smooth | |
| 1566 | p56.TopSurface = Enum.SurfaceType.Smooth | |
| 1567 | b56 = Instance.new("SpecialMesh", p56)
| |
| 1568 | b56.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
| 1569 | b56.TextureId = "" | |
| 1570 | b56.MeshType = Enum.MeshType.FileMesh | |
| 1571 | b56.Name = "Mesh" | |
| 1572 | b56.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595) | |
| 1573 | p57 = Instance.new("Part", m2)
| |
| 1574 | p57.BrickColor = BrickColor.new("Lime green")
| |
| 1575 | p57.Material = Enum.Material.SmoothPlastic | |
| 1576 | p57.Reflectance = 0.30000001192093 | |
| 1577 | p57.CFrame = CFrame.new(26.0715504, 26.8180256, 25.3725224, -0.573574424, -0.469846636, -0.671006322, -2.71658587e-006, -0.819149017, 0.573572636, -0.819150925, 0.328987926, 0.469845742) | |
| 1578 | p57.CanCollide = false | |
| 1579 | p57.FormFactor = Enum.FormFactor.Custom | |
| 1580 | p57.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371) | |
| 1581 | p57.BottomSurface = Enum.SurfaceType.Smooth | |
| 1582 | p57.TopSurface = Enum.SurfaceType.Smooth | |
| 1583 | b57 = Instance.new("SpecialMesh", p57)
| |
| 1584 | b57.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
| 1585 | b57.TextureId = "" | |
| 1586 | b57.MeshType = Enum.MeshType.FileMesh | |
| 1587 | b57.Name = "Mesh" | |
| 1588 | b57.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933) | |
| 1589 | p58 = Instance.new("Part", m2)
| |
| 1590 | p58.BrickColor = BrickColor.new("Lime green")
| |
| 1591 | p58.Material = Enum.Material.SmoothPlastic | |
| 1592 | p58.Reflectance = 0.30000001192093 | |
| 1593 | p58.CFrame = CFrame.new(26.2773418, 26.6421242, 25.2284393, -0.573574424, -0.469846636, -0.671006322, -2.71658587e-006, -0.819149017, 0.573572636, -0.819150925, 0.328987926, 0.469845742) | |
| 1594 | p58.CanCollide = false | |
| 1595 | p58.FormFactor = Enum.FormFactor.Custom | |
| 1596 | p58.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371) | |
| 1597 | p58.BottomSurface = Enum.SurfaceType.Smooth | |
| 1598 | p58.TopSurface = Enum.SurfaceType.Smooth | |
| 1599 | b58 = Instance.new("SpecialMesh", p58)
| |
| 1600 | b58.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
| 1601 | b58.TextureId = "" | |
| 1602 | b58.MeshType = Enum.MeshType.FileMesh | |
| 1603 | b58.Name = "Mesh" | |
| 1604 | b58.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665) | |
| 1605 | p59 = Instance.new("Part", m2)
| |
| 1606 | p59.BrickColor = BrickColor.new("Lime green")
| |
| 1607 | p59.Material = Enum.Material.SmoothPlastic | |
| 1608 | p59.Reflectance = 0.30000001192093 | |
| 1609 | p59.CFrame = CFrame.new(24.6884308, 25.7025909, 26.3410091, -0.573574424, -0.280167818, -0.769747615, -2.71658587e-006, -0.939688742, 0.342017263, -0.819150925, 0.196172908, 0.538984478) | |
| 1610 | p59.CanCollide = false | |
| 1611 | p59.FormFactor = Enum.FormFactor.Custom | |
| 1612 | p59.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371) | |
| 1613 | p59.BottomSurface = Enum.SurfaceType.Smooth | |
| 1614 | p59.TopSurface = Enum.SurfaceType.Smooth | |
| 1615 | b59 = Instance.new("SpecialMesh", p59)
| |
| 1616 | b59.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
| 1617 | b59.TextureId = "" | |
| 1618 | b59.MeshType = Enum.MeshType.FileMesh | |
| 1619 | b59.Name = "Mesh" | |
| 1620 | b59.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665) | |
| 1621 | p60 = Instance.new("Part", m2)
| |
| 1622 | p60.BrickColor = BrickColor.new("Lime green")
| |
| 1623 | p60.Material = Enum.Material.SmoothPlastic | |
| 1624 | p60.Reflectance = 0.30000001192093 | |
| 1625 | p60.CFrame = CFrame.new(24.4523582, 25.807478, 26.5063095, -0.573574424, -0.280167848, -0.769747615, -2.7445908e-006, -0.939688742, 0.342017263, -0.819150925, 0.196172863, 0.538984478) | |
| 1626 | p60.CanCollide = false | |
| 1627 | p60.FormFactor = Enum.FormFactor.Custom | |
| 1628 | p60.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371) | |
| 1629 | p60.BottomSurface = Enum.SurfaceType.Smooth | |
| 1630 | p60.TopSurface = Enum.SurfaceType.Smooth | |
| 1631 | b60 = Instance.new("SpecialMesh", p60)
| |
| 1632 | b60.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
| 1633 | b60.TextureId = "" | |
| 1634 | b60.MeshType = Enum.MeshType.FileMesh | |
| 1635 | b60.Name = "Mesh" | |
| 1636 | b60.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933) | |
| 1637 | p61 = Instance.new("Part", m2)
| |
| 1638 | p61.BrickColor = BrickColor.new("Lime green")
| |
| 1639 | p61.Material = Enum.Material.SmoothPlastic | |
| 1640 | p61.Reflectance = 0.30000001192093 | |
| 1641 | p61.CFrame = CFrame.new(24.5685883, 25.7558403, 26.4249287, -0.573574424, -0.280167878, -0.769747615, -2.77259574e-006, -0.939688742, 0.342017263, -0.819150925, 0.196172819, 0.538984478) | |
| 1642 | p61.CanCollide = false | |
| 1643 | p61.FormFactor = Enum.FormFactor.Custom | |
| 1644 | p61.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371) | |
| 1645 | p61.BottomSurface = Enum.SurfaceType.Smooth | |
| 1646 | p61.TopSurface = Enum.SurfaceType.Smooth | |
| 1647 | b61 = Instance.new("SpecialMesh", p61)
| |
| 1648 | b61.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
| 1649 | b61.TextureId = "" | |
| 1650 | b61.MeshType = Enum.MeshType.FileMesh | |
| 1651 | b61.Name = "Mesh" | |
| 1652 | b61.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595) | |
| 1653 | p62 = Instance.new("Part", m2)
| |
| 1654 | p62.BrickColor = BrickColor.new("Lime green")
| |
| 1655 | p62.Material = Enum.Material.SmoothPlastic | |
| 1656 | p62.Reflectance = 0.30000001192093 | |
| 1657 | p62.CFrame = CFrame.new(24.6884365, 25.7025948, 26.3410149, -0.573574424, -0.280167907, -0.769747615, -2.80060067e-006, -0.939688742, 0.342017263, -0.819150925, 0.196172774, 0.538984478) | |
| 1658 | p62.CanCollide = false | |
| 1659 | p62.FormFactor = Enum.FormFactor.Custom | |
| 1660 | p62.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371) | |
| 1661 | p62.BottomSurface = Enum.SurfaceType.Smooth | |
| 1662 | p62.TopSurface = Enum.SurfaceType.Smooth | |
| 1663 | b62 = Instance.new("SpecialMesh", p62)
| |
| 1664 | b62.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
| 1665 | b62.TextureId = "" | |
| 1666 | b62.MeshType = Enum.MeshType.FileMesh | |
| 1667 | b62.Name = "Mesh" | |
| 1668 | b62.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665) | |
| 1669 | p63 = Instance.new("Part", m2)
| |
| 1670 | p63.BrickColor = BrickColor.new("Lime green")
| |
| 1671 | p63.Material = Enum.Material.SmoothPlastic | |
| 1672 | p63.Reflectance = 0.30000001192093 | |
| 1673 | p63.CFrame = CFrame.new(24.452364, 25.8074818, 26.5063152, -0.573574424, -0.280167937, -0.769747615, -2.8286056e-006, -0.939688742, 0.342017263, -0.819150925, 0.196172729, 0.538984478) | |
| 1674 | p63.CanCollide = false | |
| 1675 | p63.FormFactor = Enum.FormFactor.Custom | |
| 1676 | p63.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371) | |
| 1677 | p63.BottomSurface = Enum.SurfaceType.Smooth | |
| 1678 | p63.TopSurface = Enum.SurfaceType.Smooth | |
| 1679 | b63 = Instance.new("SpecialMesh", p63)
| |
| 1680 | b63.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
| 1681 | b63.TextureId = "" | |
| 1682 | b63.MeshType = Enum.MeshType.FileMesh | |
| 1683 | b63.Name = "Mesh" | |
| 1684 | b63.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933) | |
| 1685 | p64 = Instance.new("Part", m2)
| |
| 1686 | p64.BrickColor = BrickColor.new("Lime green")
| |
| 1687 | p64.Material = Enum.Material.SmoothPlastic | |
| 1688 | p64.Reflectance = 0.30000001192093 | |
| 1689 | p64.CFrame = CFrame.new(24.568594, 25.7558441, 26.4249344, -0.573574424, -0.280167967, -0.769747615, -2.85661054e-006, -0.939688742, 0.342017263, -0.819150925, 0.196172684, 0.538984478) | |
| 1690 | p64.CanCollide = false | |
| 1691 | p64.FormFactor = Enum.FormFactor.Custom | |
| 1692 | p64.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371) | |
| 1693 | p64.BottomSurface = Enum.SurfaceType.Smooth | |
| 1694 | p64.TopSurface = Enum.SurfaceType.Smooth | |
| 1695 | b64 = Instance.new("SpecialMesh", p64)
| |
| 1696 | b64.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
| 1697 | b64.TextureId = "" | |
| 1698 | b64.MeshType = Enum.MeshType.FileMesh | |
| 1699 | b64.Name = "Mesh" | |
| 1700 | b64.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595) | |
| 1701 | p65 = Instance.new("Part", m2)
| |
| 1702 | p65.BrickColor = BrickColor.new("Really black")
| |
| 1703 | p65.Transparency = 1 | |
| 1704 | p65.Name = "TorsoPart" | |
| 1705 | p65.CFrame = CFrame.new(27.0399818, 25.1251049, 25.3600311, 0.999996543, 2.59280205e-006, 8.94069672e-008, 2.77161598e-006, 0.999995351, 1.56462193e-006, 6.2584877e-007, 1.51991844e-006, 0.999998093) | |
| 1706 | p65.FormFactor = Enum.FormFactor.Symmetric | |
| 1707 | p65.Size = Vector3.new(4, 4, 2) | |
| 1708 | w1 = Instance.new("Weld", p1)
| |
| 1709 | w1.Name = "Part_Weld" | |
| 1710 | w1.Part0 = p1 | |
| 1711 | w1.C0 = CFrame.new(7.48623466, 46.9062119, -4.72964478, -0.579227924, 0.707106769, -0.405579776, -0.579227805, -0.707106769, -0.405579716, -0.573576331, 0, 0.819152117) | |
| 1712 | w1.Part1 = p2 | |
| 1713 | w1.C1 = CFrame.new(35.7379875, 19.7860374, 13.782176, -0.573576331, -1.03064551e-007, -0.819152117, 0.346188396, -0.906307817, -0.24240382, -0.742403984, -0.422618032, 0.519836664) | |
| 1714 | w2 = Instance.new("Weld", p2)
| |
| 1715 | w2.Name = "Part_Weld" | |
| 1716 | w2.Part0 = p2 | |
| 1717 | w2.C0 = CFrame.new(35.7379875, 19.7860374, 13.782176, -0.573576331, -1.03064551e-007, -0.819152117, 0.346188396, -0.906307817, -0.24240382, -0.742403984, -0.422618032, 0.519836664) | |
| 1718 | w2.Part1 = p3 | |
| 1719 | w2.C1 = CFrame.new(35.7379951, 19.7860336, 13.626483, -0.573576331, -1.03064551e-007, -0.819152117, 0.346188396, -0.906307817, -0.24240382, -0.742403984, -0.422618032, 0.519836664) | |
| 1720 | w3 = Instance.new("Weld", p3)
| |
| 1721 | w3.Name = "Part_Weld" | |
| 1722 | w3.Part0 = p3 | |
| 1723 | w3.C0 = CFrame.new(35.7379951, 19.7860336, 13.626483, -0.573576331, -1.03064551e-007, -0.819152117, 0.346188396, -0.906307817, -0.24240382, -0.742403984, -0.422618032, 0.519836664) | |
| 1724 | w3.Part1 = p4 | |
| 1725 | w3.C1 = CFrame.new(-4.6974678, 10.7812996, -45.834713, -0.573576748, 0, 0.819151878, 0.280166447, -0.939692616, 0.1961748, 0.769751072, 0.342020154, 0.538985789) | |
| 1726 | w4 = Instance.new("Weld", p4)
| |
| 1727 | w4.Name = "Part_Weld" | |
| 1728 | w4.Part0 = p4 | |
| 1729 | w4.C0 = CFrame.new(-4.6974678, 10.7812996, -45.834713, -0.573576748, 0, 0.819151878, 0.280166447, -0.939692616, 0.1961748, 0.769751072, 0.342020154, 0.538985789) | |
| 1730 | w4.Part1 = p5 | |
| 1731 | w4.C1 = CFrame.new(35.7379875, 19.7860374, 13.782176, -0.573576331, -1.03064551e-007, -0.819152117, 0.346188396, -0.906307817, -0.24240382, -0.742403984, -0.422618032, 0.519836664) | |
| 1732 | w5 = Instance.new("Weld", p5)
| |
| 1733 | w5.Name = "Part_Weld" | |
| 1734 | w5.Part0 = p5 | |
| 1735 | w5.C0 = CFrame.new(35.7379875, 19.7860374, 13.782176, -0.573576331, -1.03064551e-007, -0.819152117, 0.346188396, -0.906307817, -0.24240382, -0.742403984, -0.422618032, 0.519836664) | |
| 1736 | w5.Part1 = p6 | |
| 1737 | w5.C1 = CFrame.new(35.7379951, 19.7860374, 13.4754944, -0.573576331, -1.03064551e-007, -0.819152117, 0.346188396, -0.906307817, -0.24240382, -0.742403984, -0.422618032, 0.519836664) | |
| 1738 | w6 = Instance.new("Weld", p6)
| |
| 1739 | w6.Name = "Part_Weld" | |
| 1740 | w6.Part0 = p6 | |
| 1741 | w6.C0 = CFrame.new(35.7379951, 19.7860374, 13.4754944, -0.573576331, -1.03064551e-007, -0.819152117, 0.346188396, -0.906307817, -0.24240382, -0.742403984, -0.422618032, 0.519836664) | |
| 1742 | w6.Part1 = p7 | |
| 1743 | w6.C1 = CFrame.new(35.7379951, 19.7860336, 13.626483, -0.573576331, -1.03064551e-007, -0.819152117, 0.346188396, -0.906307817, -0.24240382, -0.742403984, -0.422618032, 0.519836664) | |
| 1744 | w7 = Instance.new("Weld", p7)
| |
| 1745 | w7.Name = "Part_Weld" | |
| 1746 | w7.Part0 = p7 | |
| 1747 | w7.C0 = CFrame.new(35.7379951, 19.7860336, 13.626483, -0.573576331, -1.03064551e-007, -0.819152117, 0.346188396, -0.906307817, -0.24240382, -0.742403984, -0.422618032, 0.519836664) | |
| 1748 | w7.Part1 = p8 | |
| 1749 | w7.C1 = CFrame.new(35.7379951, 19.7860374, 13.4754944, -0.573576331, -1.03064551e-007, -0.819152117, 0.346188396, -0.906307817, -0.24240382, -0.742403984, -0.422618032, 0.519836664) | |
| 1750 | w8 = Instance.new("Weld", p8)
| |
| 1751 | w8.Name = "Part_Weld" | |
| 1752 | w8.Part0 = p8 | |
| 1753 | w8.C0 = CFrame.new(35.7379951, 19.7860374, 13.4754944, -0.573576331, -1.03064551e-007, -0.819152117, 0.346188396, -0.906307817, -0.24240382, -0.742403984, -0.422618032, 0.519836664) | |
| 1754 | w8.Part1 = p9 | |
| 1755 | w8.C1 = CFrame.new(-4.69746971, 38.4699516, -26.4413414, -0.573576748, -1.03064551e-007, 0.819151878, -0.346188426, -0.906307817, -0.242403746, 0.742403686, -0.422618032, 0.519837141) | |
| 1756 | w9 = Instance.new("Weld", p9)
| |
| 1757 | w9.Name = "Part_Weld" | |
| 1758 | w9.Part0 = p9 | |
| 1759 | w9.C0 = CFrame.new(-4.69746971, 38.4699516, -26.4413414, -0.573576748, -1.03064551e-007, 0.819151878, -0.346188426, -0.906307817, -0.242403746, 0.742403686, -0.422618032, 0.519837141) | |
| 1760 | w9.Part1 = p10 | |
| 1761 | w9.C1 = CFrame.new(-4.6974659, 0.512617111, -46.0237579, -0.573576748, 0, 0.819151878, 0.469846189, -0.819152057, 0.328990072, 0.671009898, 0.57357645, 0.469846576) | |
| 1762 | w10 = Instance.new("Weld", p10)
| |
| 1763 | w10.Name = "Part_Weld" | |
| 1764 | w10.Part0 = p10 | |
| 1765 | w10.C0 = CFrame.new(-4.6974659, 0.512617111, -46.0237579, -0.573576748, 0, 0.819151878, 0.469846189, -0.819152057, 0.328990072, 0.671009898, 0.57357645, 0.469846576) | |
| 1766 | w10.Part1 = p11 | |
| 1767 | w10.C1 = CFrame.new(-4.69746971, -0.249427795, -45.2937202, -0.573576748, 0, 0.819151878, 0.469846189, -0.819152057, 0.328990072, 0.671009898, 0.57357645, 0.469846576) | |
| 1768 | w11 = Instance.new("Weld", p11)
| |
| 1769 | w11.Name = "Part_Weld" | |
| 1770 | w11.Part0 = p11 | |
| 1771 | w11.C0 = CFrame.new(-4.69746971, -0.249427795, -45.2937202, -0.573576748, 0, 0.819151878, 0.469846189, -0.819152057, 0.328990072, 0.671009898, 0.57357645, 0.469846576) | |
| 1772 | w11.Part1 = p12 | |
| 1773 | w11.C1 = CFrame.new(-4.69746971, 13.5492201, -44.5157242, -0.573576748, -2.87868307e-008, 0.819151878, 0.212012202, -0.965925753, 0.148452699, 0.791239858, 0.258819222, 0.554032564) | |
| 1774 | w12 = Instance.new("Weld", p12)
| |
| 1775 | w12.Name = "Part_Weld" | |
| 1776 | w12.Part0 = p12 | |
| 1777 | w12.C0 = CFrame.new(-4.69746971, 13.5492201, -44.5157242, -0.573576748, -2.87868307e-008, 0.819151878, 0.212012202, -0.965925753, 0.148452699, 0.791239858, 0.258819222, 0.554032564) | |
| 1778 | w12.Part1 = p13 | |
| 1779 | w12.C1 = CFrame.new(-4.69747162, -0.249425888, -45.4494095, -0.573576748, 0, 0.819151878, 0.469846189, -0.819152057, 0.328990072, 0.671009898, 0.57357645, 0.469846576) | |
| 1780 | w13 = Instance.new("Weld", p13)
| |
| 1781 | w13.Name = "Part_Weld" | |
| 1782 | w13.Part0 = p13 | |
| 1783 | w13.C0 = CFrame.new(-4.69747162, -0.249425888, -45.4494095, -0.573576748, 0, 0.819151878, 0.469846189, -0.819152057, 0.328990072, 0.671009898, 0.57357645, 0.469846576) | |
| 1784 | w13.Part1 = p14 | |
| 1785 | w13.C1 = CFrame.new(-4.6974678, 13.5492172, -44.6714172, -0.573576748, -2.87868307e-008, 0.819151878, 0.212012202, -0.965925753, 0.148452699, 0.791239858, 0.258819222, 0.554032564) | |
| 1786 | w14 = Instance.new("Weld", p14)
| |
| 1787 | w14.Name = "Part_Weld" | |
| 1788 | w14.Part0 = p14 | |
| 1789 | w14.C0 = CFrame.new(-4.6974678, 13.5492172, -44.6714172, -0.573576748, -2.87868307e-008, 0.819151878, 0.212012202, -0.965925753, 0.148452699, 0.791239858, 0.258819222, 0.554032564) | |
| 1790 | w14.Part1 = p15 | |
| 1791 | w14.C1 = CFrame.new(-4.69747162, 10.7813034, -45.5280304, -0.573576748, 0, 0.819151878, 0.280166447, -0.939692616, 0.1961748, 0.769751072, 0.342020154, 0.538985789) | |
| 1792 | w15 = Instance.new("Weld", p15)
| |
| 1793 | w15.Name = "Part_Weld" | |
| 1794 | w15.Part0 = p15 | |
| 1795 | w15.C0 = CFrame.new(-4.69747162, 10.7813034, -45.5280304, -0.573576748, 0, 0.819151878, 0.280166447, -0.939692616, 0.1961748, 0.769751072, 0.342020154, 0.538985789) | |
| 1796 | w15.Part1 = p16 | |
| 1797 | w15.C1 = CFrame.new(-4.69746971, 13.5492172, -44.8224106, -0.573576748, -2.87868307e-008, 0.819151878, 0.212012202, -0.965925753, 0.148452699, 0.791239858, 0.258819222, 0.554032564) | |
| 1798 | w16 = Instance.new("Weld", p16)
| |
| 1799 | w16.Name = "Part_Weld" | |
| 1800 | w16.Part0 = p16 | |
| 1801 | w16.C0 = CFrame.new(-4.69746971, 13.5492172, -44.8224106, -0.573576748, -2.87868307e-008, 0.819151878, 0.212012202, -0.965925753, 0.148452699, 0.791239858, 0.258819222, 0.554032564) | |
| 1802 | w16.Part1 = p17 | |
| 1803 | w16.C1 = CFrame.new(-4.6974678, 10.7812996, -45.834713, -0.573576748, 0, 0.819151878, 0.280166447, -0.939692616, 0.1961748, 0.769751072, 0.342020154, 0.538985789) | |
| 1804 | w17 = Instance.new("Weld", p17)
| |
| 1805 | w17.Name = "Part_Weld" | |
| 1806 | w17.Part0 = p17 | |
| 1807 | w17.C0 = CFrame.new(-4.6974678, 10.7812996, -45.834713, -0.573576748, 0, 0.819151878, 0.280166447, -0.939692616, 0.1961748, 0.769751072, 0.342020154, 0.538985789) | |
| 1808 | w17.Part1 = p18 | |
| 1809 | w17.C1 = CFrame.new(-4.6974678, -0.249424934, -45.600399, -0.573576748, 0, 0.819151878, 0.469846189, -0.819152057, 0.328990072, 0.671009898, 0.57357645, 0.469846576) | |
| 1810 | w18 = Instance.new("Weld", p18)
| |
| 1811 | w18.Name = "Part_Weld" | |
| 1812 | w18.Part0 = p18 | |
| 1813 | w18.C0 = CFrame.new(-4.6974678, -0.249424934, -45.600399, -0.573576748, 0, 0.819151878, 0.469846189, -0.819152057, 0.328990072, 0.671009898, 0.57357645, 0.469846576) | |
| 1814 | w18.Part1 = p19 | |
| 1815 | w18.C1 = CFrame.new(-4.6974678, 38.4699554, -26.5923309, -0.573576748, -1.03064551e-007, 0.819151878, -0.346188426, -0.906307817, -0.242403746, 0.742403686, -0.422618032, 0.519837141) | |
| 1816 | w19 = Instance.new("Weld", p19)
| |
| 1817 | w19.Name = "Part_Weld" | |
| 1818 | w19.Part0 = p19 | |
| 1819 | w19.C0 = CFrame.new(-4.6974678, 38.4699554, -26.5923309, -0.573576748, -1.03064551e-007, 0.819151878, -0.346188426, -0.906307817, -0.242403746, 0.742403686, -0.422618032, 0.519837141) | |
| 1820 | w19.Part1 = p20 | |
| 1821 | w19.C1 = CFrame.new(-4.69746971, 38.4699516, -26.4413414, -0.573576748, -1.03064551e-007, 0.819151878, -0.346188426, -0.906307817, -0.242403746, 0.742403686, -0.422618032, 0.519837141) | |
| 1822 | w20 = Instance.new("Weld", p20)
| |
| 1823 | w20.Name = "Part_Weld" | |
| 1824 | w20.Part0 = p20 | |
| 1825 | w20.C0 = CFrame.new(-4.69746971, 38.4699516, -26.4413414, -0.573576748, -1.03064551e-007, 0.819151878, -0.346188426, -0.906307817, -0.242403746, 0.742403686, -0.422618032, 0.519837141) | |
| 1826 | w20.Part1 = p21 | |
| 1827 | w20.C1 = CFrame.new(-4.69746971, 0.512615204, -45.8727722, -0.573576748, 0, 0.819151878, 0.469846189, -0.819152057, 0.328990072, 0.671009898, 0.57357645, 0.469846576) | |
| 1828 | w21 = Instance.new("Weld", p21)
| |
| 1829 | w21.Name = "Part_Weld" | |
| 1830 | w21.Part0 = p21 | |
| 1831 | w21.C0 = CFrame.new(-4.69746971, 0.512615204, -45.8727722, -0.573576748, 0, 0.819151878, 0.469846189, -0.819152057, 0.328990072, 0.671009898, 0.57357645, 0.469846576) | |
| 1832 | w21.Part1 = p22 | |
| 1833 | w21.C1 = CFrame.new(-4.69746971, 38.4699554, -26.2856503, -0.573576748, -1.03064551e-007, 0.819151878, -0.346188426, -0.906307817, -0.242403746, 0.742403686, -0.422618032, 0.519837141) | |
| 1834 | w22 = Instance.new("Weld", p22)
| |
| 1835 | w22.Name = "Part_Weld" | |
| 1836 | w22.Part0 = p22 | |
| 1837 | w22.C0 = CFrame.new(-4.69746971, 38.4699554, -26.2856503, -0.573576748, -1.03064551e-007, 0.819151878, -0.346188426, -0.906307817, -0.242403746, 0.742403686, -0.422618032, 0.519837141) | |
| 1838 | w22.Part1 = p23 | |
| 1839 | w22.C1 = CFrame.new(-4.69747162, 10.7813015, -45.6837234, -0.573576748, 0, 0.819151878, 0.280166447, -0.939692616, 0.1961748, 0.769751072, 0.342020154, 0.538985789) | |
| 1840 | w23 = Instance.new("Weld", p23)
| |
| 1841 | w23.Name = "Part_Weld" | |
| 1842 | w23.Part0 = p23 | |
| 1843 | w23.C0 = CFrame.new(-4.69747162, 10.7813015, -45.6837234, -0.573576748, 0, 0.819151878, 0.280166447, -0.939692616, 0.1961748, 0.769751072, 0.342020154, 0.538985789) | |
| 1844 | w23.Part1 = p24 | |
| 1845 | w23.C1 = CFrame.new(-4.69747162, 10.7813034, -45.5280304, -0.573576748, 0, 0.819151878, 0.280166447, -0.939692616, 0.1961748, 0.769751072, 0.342020154, 0.538985789) | |
| 1846 | w24 = Instance.new("Weld", p24)
| |
| 1847 | w24.Name = "Part_Weld" | |
| 1848 | w24.Part0 = p24 | |
| 1849 | w24.C0 = CFrame.new(-4.69747162, 10.7813034, -45.5280304, -0.573576748, 0, 0.819151878, 0.280166447, -0.939692616, 0.1961748, 0.769751072, 0.342020154, 0.538985789) | |
| 1850 | w24.Part1 = p25 | |
| 1851 | w24.C1 = CFrame.new(-4.6974678, 13.5492172, -44.6714172, -0.573576748, -2.87868307e-008, 0.819151878, 0.212012202, -0.965925753, 0.148452699, 0.791239858, 0.258819222, 0.554032564) | |
| 1852 | w25 = Instance.new("Weld", p25)
| |
| 1853 | w25.Name = "Part_Weld" | |
| 1854 | w25.Part0 = p25 | |
| 1855 | w25.C0 = CFrame.new(-4.6974678, 13.5492172, -44.6714172, -0.573576748, -2.87868307e-008, 0.819151878, 0.212012202, -0.965925753, 0.148452699, 0.791239858, 0.258819222, 0.554032564) | |
| 1856 | w25.Part1 = p26 | |
| 1857 | w25.C1 = CFrame.new(-4.69747162, 10.7813015, -45.6837234, -0.573576748, 0, 0.819151878, 0.280166447, -0.939692616, 0.1961748, 0.769751072, 0.342020154, 0.538985789) | |
| 1858 | w26 = Instance.new("Weld", p26)
| |
| 1859 | w26.Name = "Part_Weld" | |
| 1860 | w26.Part0 = p26 | |
| 1861 | w26.C0 = CFrame.new(-4.69747162, 10.7813015, -45.6837234, -0.573576748, 0, 0.819151878, 0.280166447, -0.939692616, 0.1961748, 0.769751072, 0.342020154, 0.538985789) | |
| 1862 | w26.Part1 = p27 | |
| 1863 | w26.C1 = CFrame.new(-4.6974678, 38.4699554, -26.5923309, -0.573576748, -1.03064551e-007, 0.819151878, -0.346188426, -0.906307817, -0.242403746, 0.742403686, -0.422618032, 0.519837141) | |
| 1864 | w27 = Instance.new("Weld", p27)
| |
| 1865 | w27.Name = "Part_Weld" | |
| 1866 | w27.Part0 = p27 | |
| 1867 | w27.C0 = CFrame.new(-4.6974678, 38.4699554, -26.5923309, -0.573576748, -1.03064551e-007, 0.819151878, -0.346188426, -0.906307817, -0.242403746, 0.742403686, -0.422618032, 0.519837141) | |
| 1868 | w27.Part1 = p28 | |
| 1869 | w27.C1 = CFrame.new(-4.6974678, -0.249424934, -45.600399, -0.573576748, 0, 0.819151878, 0.469846189, -0.819152057, 0.328990072, 0.671009898, 0.57357645, 0.469846576) | |
| 1870 | w28 = Instance.new("Weld", p28)
| |
| 1871 | w28.Name = "Part_Weld" | |
| 1872 | w28.Part0 = p28 | |
| 1873 | w28.C0 = CFrame.new(-4.6974678, -0.249424934, -45.600399, -0.573576748, 0, 0.819151878, 0.469846189, -0.819152057, 0.328990072, 0.671009898, 0.57357645, 0.469846576) | |
| 1874 | w28.Part1 = p29 | |
| 1875 | w28.C1 = CFrame.new(-36.0110359, 31.0260429, -4.71271896, 0.280166358, 0.93969208, 0.196174681, -0.769750178, 0.342019618, -0.538985252, -0.57357645, -2.95716429e-008, 0.819151998) | |
| 1876 | w29 = Instance.new("Weld", p29)
| |
| 1877 | w29.Name = "Part_Weld" | |
| 1878 | w29.Part0 = p29 | |
| 1879 | w29.C0 = CFrame.new(-36.0110359, 31.0260429, -4.71271896, 0.280166358, 0.93969208, 0.196174681, -0.769750178, 0.342019618, -0.538985252, -0.57357645, -2.95716429e-008, 0.819151998) | |
| 1880 | w29.Part1 = p30 | |
| 1881 | w29.C1 = CFrame.new(-4.69746971, 13.5492201, -44.5157242, -0.573576748, -2.87868307e-008, 0.819151878, 0.212012202, -0.965925753, 0.148452699, 0.791239858, 0.258819222, 0.554032564) | |
| 1882 | w30 = Instance.new("Weld", p30)
| |
| 1883 | w30.Name = "Part_Weld" | |
| 1884 | w30.Part0 = p30 | |
| 1885 | w30.C0 = CFrame.new(-4.69746971, 13.5492201, -44.5157242, -0.573576748, -2.87868307e-008, 0.819151878, 0.212012202, -0.965925753, 0.148452699, 0.791239858, 0.258819222, 0.554032564) | |
| 1886 | w30.Part1 = p31 | |
| 1887 | w30.C1 = CFrame.new(-4.69746971, 38.4699554, -26.2856503, -0.573576748, -1.03064551e-007, 0.819151878, -0.346188426, -0.906307817, -0.242403746, 0.742403686, -0.422618032, 0.519837141) | |
| 1888 | w31 = Instance.new("Weld", p31)
| |
| 1889 | w31.Name = "Part_Weld" | |
| 1890 | w31.Part0 = p31 | |
| 1891 | w31.C0 = CFrame.new(-4.69746971, 38.4699554, -26.2856503, -0.573576748, -1.03064551e-007, 0.819151878, -0.346188426, -0.906307817, -0.242403746, 0.742403686, -0.422618032, 0.519837141) | |
| 1892 | w31.Part1 = p32 | |
| 1893 | w31.C1 = CFrame.new(-4.6974678, 0.512617111, -45.717083, -0.573576748, 0, 0.819151878, 0.469846189, -0.819152057, 0.328990072, 0.671009898, 0.57357645, 0.469846576) | |
| 1894 | w32 = Instance.new("Weld", p32)
| |
| 1895 | w32.Name = "Part_Weld" | |
| 1896 | w32.Part0 = p32 | |
| 1897 | w32.C0 = CFrame.new(-4.6974678, 0.512617111, -45.717083, -0.573576748, 0, 0.819151878, 0.469846189, -0.819152057, 0.328990072, 0.671009898, 0.57357645, 0.469846576) | |
| 1898 | w32.Part1 = p33 | |
| 1899 | w32.C1 = CFrame.new(-17.3583775, 46.9591446, -4.71270752, -0.142244235, 0.98480773, -0.0996004939, -0.806707144, -0.173648238, -0.564862549, -0.57357657, 0, 0.819151998) | |
| 1900 | w33 = Instance.new("Weld", p33)
| |
| 1901 | w33.Name = "Part_Weld" | |
| 1902 | w33.Part0 = p33 | |
| 1903 | w33.C0 = CFrame.new(-17.3583775, 46.9591446, -4.71270752, -0.142244235, 0.98480773, -0.0996004939, -0.806707144, -0.173648238, -0.564862549, -0.57357657, 0, 0.819151998) | |
| 1904 | w33.Part1 = p34 | |
| 1905 | w33.C1 = CFrame.new(-4.69747162, -0.249425888, -45.4494095, -0.573576748, 0, 0.819151878, 0.469846189, -0.819152057, 0.328990072, 0.671009898, 0.57357645, 0.469846576) | |
| 1906 | w34 = Instance.new("Weld", p34)
| |
| 1907 | w34.Name = "Part_Weld" | |
| 1908 | w34.Part0 = p34 | |
| 1909 | w34.C0 = CFrame.new(-4.69747162, -0.249425888, -45.4494095, -0.573576748, 0, 0.819151878, 0.469846189, -0.819152057, 0.328990072, 0.671009898, 0.57357645, 0.469846576) | |
| 1910 | w34.Part1 = p35 | |
| 1911 | w34.C1 = CFrame.new(-4.69746971, 13.5492172, -44.8224106, -0.573576748, -2.87868307e-008, 0.819151878, 0.212012202, -0.965925753, 0.148452699, 0.791239858, 0.258819222, 0.554032564) | |
| 1912 | w35 = Instance.new("Weld", p35)
| |
| 1913 | w35.Name = "Part_Weld" | |
| 1914 | w35.Part0 = p35 | |
| 1915 | w35.C0 = CFrame.new(-4.69746971, 13.5492172, -44.8224106, -0.573576748, -2.87868307e-008, 0.819151878, 0.212012202, -0.965925753, 0.148452699, 0.791239858, 0.258819222, 0.554032564) | |
| 1916 | w35.Part1 = p36 | |
| 1917 | w35.C1 = CFrame.new(-4.69746971, -0.249427795, -45.2937202, -0.573576748, 0, 0.819151878, 0.469846189, -0.819152057, 0.328990072, 0.671009898, 0.57357645, 0.469846576) | |
| 1918 | w36 = Instance.new("Weld", p36)
| |
| 1919 | w36.Name = "Part_Weld" | |
| 1920 | w36.Part0 = p36 | |
| 1921 | w36.C0 = CFrame.new(-4.69746971, -0.249427795, -45.2937202, -0.573576748, 0, 0.819151878, 0.469846189, -0.819152057, 0.328990072, 0.671009898, 0.57357645, 0.469846576) | |
| 1922 | w36.Part1 = p37 | |
| 1923 | w36.C1 = CFrame.new(-3.70028734, 49.2830544, -4.71271324, -0.409575999, 0.866025388, -0.286788285, -0.709406435, -0.5, -0.496731967, -0.57357657, 0, 0.819151998) | |
| 1924 | w37 = Instance.new("Weld", p37)
| |
| 1925 | w37.Name = "Part_Weld" | |
| 1926 | w37.Part0 = p37 | |
| 1927 | w37.C0 = CFrame.new(-3.70028734, 49.2830544, -4.71271324, -0.409575999, 0.866025388, -0.286788285, -0.709406435, -0.5, -0.496731967, -0.57357657, 0, 0.819151998) | |
| 1928 | w37.Part1 = p38 | |
| 1929 | w37.C1 = CFrame.new(-10.7698097, 49.927597, -4.71271324, -0.280166447, 0.939692616, -0.196174681, -0.769750953, -0.342020154, -0.53898561, -0.57357657, 0, 0.819151998) | |
| 1930 | w38 = Instance.new("Weld", p38)
| |
| 1931 | w38.Name = "Part_Weld" | |
| 1932 | w38.Part0 = p38 | |
| 1933 | w38.C0 = CFrame.new(-10.7698097, 49.927597, -4.71271324, -0.280166447, 0.939692616, -0.196174681, -0.769750953, -0.342020154, -0.53898561, -0.57357657, 0, 0.819151998) | |
| 1934 | w38.Part1 = p39 | |
| 1935 | w38.C1 = CFrame.new(35.7379837, 25.1083565, -9.07904911, -0.573576331, 0, -0.819152117, -0.469846368, -0.819152057, 0.328989863, -0.671010137, 0.57357645, 0.469846219) | |
| 1936 | w39 = Instance.new("Weld", p39)
| |
| 1937 | w39.Name = "Part_Weld" | |
| 1938 | w39.Part0 = p39 | |
| 1939 | w39.C0 = CFrame.new(35.7379837, 25.1083565, -9.07904911, -0.573576331, 0, -0.819152117, -0.469846368, -0.819152057, 0.328989863, -0.671010137, 0.57357645, 0.469846219) | |
| 1940 | w39.Part1 = p40 | |
| 1941 | w39.C1 = CFrame.new(35.7379837, 25.1083584, -9.38572502, -0.573576331, 0, -0.819152117, -0.469846368, -0.819152057, 0.328989863, -0.671010137, 0.57357645, 0.469846219) | |
| 1942 | w40 = Instance.new("Weld", p40)
| |
| 1943 | w40.Name = "Part_Weld" | |
| 1944 | w40.Part0 = p40 | |
| 1945 | w40.C0 = CFrame.new(35.7379837, 25.1083584, -9.38572502, -0.573576331, 0, -0.819152117, -0.469846368, -0.819152057, 0.328989863, -0.671010137, 0.57357645, 0.469846219) | |
| 1946 | w40.Part1 = p41 | |
| 1947 | w40.C1 = CFrame.new(35.7379875, 25.1083603, -9.23473454, -0.573576331, 0, -0.819152117, -0.469846368, -0.819152057, 0.328989863, -0.671010137, 0.57357645, 0.469846219) | |
| 1948 | w41 = Instance.new("Weld", p41)
| |
| 1949 | w41.Name = "Part_Weld" | |
| 1950 | w41.Part0 = p41 | |
| 1951 | w41.C0 = CFrame.new(35.7379875, 25.1083603, -9.23473454, -0.573576331, 0, -0.819152117, -0.469846368, -0.819152057, 0.328989863, -0.671010137, 0.57357645, 0.469846219) | |
| 1952 | w41.Part1 = p42 | |
| 1953 | w41.C1 = CFrame.new(35.7379913, 24.9916019, -2.11887932, -0.573576331, -2.87868307e-008, -0.819152117, -0.212012321, -0.965925753, 0.14845252, -0.791240156, 0.258819222, 0.554032147) | |
| 1954 | w42 = Instance.new("Weld", p42)
| |
| 1955 | w42.Name = "Part_Weld" | |
| 1956 | w42.Part0 = p42 | |
| 1957 | w42.C0 = CFrame.new(35.7379913, 24.9916019, -2.11887932, -0.573576331, -2.87868307e-008, -0.819152117, -0.212012321, -0.965925753, 0.14845252, -0.791240156, 0.258819222, 0.554032147) | |
| 1958 | w42.Part1 = p43 | |
| 1959 | w42.C1 = CFrame.new(35.7379913, 24.9916019, -2.11887932, -0.573576331, -2.87868307e-008, -0.819152117, -0.212012321, -0.965925753, 0.14845252, -0.791240156, 0.258819222, 0.554032147) | |
| 1960 | w43 = Instance.new("Weld", p43)
| |
| 1961 | w43.Name = "Part_Weld" | |
| 1962 | w43.Part0 = p43 | |
| 1963 | w43.C0 = CFrame.new(35.7379913, 24.9916019, -2.11887932, -0.573576331, -2.87868307e-008, -0.819152117, -0.212012321, -0.965925753, 0.14845252, -0.791240156, 0.258819222, 0.554032147) | |
| 1964 | w43.Part1 = p44 | |
| 1965 | w43.C1 = CFrame.new(35.7379913, 24.9916058, -1.81219578, -0.573576331, -2.87868307e-008, -0.819152117, -0.212012321, -0.965925753, 0.14845252, -0.791240156, 0.258819222, 0.554032147) | |
| 1966 | w44 = Instance.new("Weld", p44)
| |
| 1967 | w44.Name = "Part_Weld" | |
| 1968 | w44.Part0 = p44 | |
| 1969 | w44.C0 = CFrame.new(35.7379913, 24.9916058, -1.81219578, -0.573576331, -2.87868307e-008, -0.819152117, -0.212012321, -0.965925753, 0.14845252, -0.791240156, 0.258819222, 0.554032147) | |
| 1970 | w44.Part1 = p45 | |
| 1971 | w44.C1 = CFrame.new(35.7379913, 24.9916019, -1.96789074, -0.573576331, -2.87868307e-008, -0.819152117, -0.212012321, -0.965925753, 0.14845252, -0.791240156, 0.258819222, 0.554032147) | |
| 1972 | w45 = Instance.new("Weld", p45)
| |
| 1973 | w45.Name = "Part_Weld" | |
| 1974 | w45.Part0 = p45 | |
| 1975 | w45.C0 = CFrame.new(35.7379913, 24.9916019, -1.96789074, -0.573576331, -2.87868307e-008, -0.819152117, -0.212012321, -0.965925753, 0.14845252, -0.791240156, 0.258819222, 0.554032147) | |
| 1976 | w45.Part1 = p46 | |
| 1977 | w45.C1 = CFrame.new(35.7379913, 24.9916058, -1.81219578, -0.573576331, -2.87868307e-008, -0.819152117, -0.212012321, -0.965925753, 0.14845252, -0.791240156, 0.258819222, 0.554032147) | |
| 1978 | w46 = Instance.new("Weld", p46)
| |
| 1979 | w46.Name = "Part_Weld" | |
| 1980 | w46.Part0 = p46 | |
| 1981 | w46.C0 = CFrame.new(35.7379913, 24.9916058, -1.81219578, -0.573576331, -2.87868307e-008, -0.819152117, -0.212012321, -0.965925753, 0.14845252, -0.791240156, 0.258819222, 0.554032147) | |
| 1982 | w46.Part1 = p47 | |
| 1983 | w46.C1 = CFrame.new(35.7379913, 24.9916019, -1.96789074, -0.573576331, -2.87868307e-008, -0.819152117, -0.212012321, -0.965925753, 0.14845252, -0.791240156, 0.258819222, 0.554032147) | |
| 1984 | w47 = Instance.new("Weld", p47)
| |
| 1985 | w47.Name = "Part_Weld" | |
| 1986 | w47.Part0 = p47 | |
| 1987 | w47.C0 = CFrame.new(35.7379913, 24.9916019, -1.96789074, -0.573576331, -2.87868307e-008, -0.819152117, -0.212012321, -0.965925753, 0.14845252, -0.791240156, 0.258819222, 0.554032147) | |
| 1988 | w47.Part1 = p48 | |
| 1989 | w47.C1 = CFrame.new(-23.7728367, 15.5624714, 35.7227516, 0.579227924, 0.707106769, -0.405579776, 0.579227865, -0.707106769, -0.405579716, -0.57357645, 0, -0.819151998) | |
| 1990 | w48 = Instance.new("Weld", p48)
| |
| 1991 | w48.Name = "Part_Weld" | |
| 1992 | w48.Part0 = p48 | |
| 1993 | w48.C0 = CFrame.new(-23.7728367, 15.5624714, 35.7227516, 0.579227924, 0.707106769, -0.405579776, 0.579227865, -0.707106769, -0.405579716, -0.57357645, 0, -0.819151998) | |
| 1994 | w48.Part1 = p49 | |
| 1995 | w48.C1 = CFrame.new(35.7379837, 25.1083565, -9.07904911, -0.573576331, 0, -0.819152117, -0.469846368, -0.819152057, 0.328989863, -0.671010137, 0.57357645, 0.469846219) | |
| 1996 | w49 = Instance.new("Weld", p49)
| |
| 1997 | w49.Name = "Part_Weld" | |
| 1998 | w49.Part0 = p49 | |
| 1999 | w49.C0 = CFrame.new(35.7379837, 25.1083565, -9.07904911, -0.573576331, 0, -0.819152117, -0.469846368, -0.819152057, 0.328989863, -0.671010137, 0.57357645, 0.469846219) | |
| 2000 | w49.Part1 = p50 | |
| 2001 | w49.C1 = CFrame.new(35.7379837, 25.1083584, -9.38572502, -0.573576331, 0, -0.819152117, -0.469846368, -0.819152057, 0.328989863, -0.671010137, 0.57357645, 0.469846219) | |
| 2002 | w50 = Instance.new("Weld", p50)
| |
| 2003 | w50.Name = "Part_Weld" | |
| 2004 | w50.Part0 = p50 | |
| 2005 | w50.C0 = CFrame.new(35.7379837, 25.1083584, -9.38572502, -0.573576331, 0, -0.819152117, -0.469846368, -0.819152057, 0.328989863, -0.671010137, 0.57357645, 0.469846219) | |
| 2006 | w50.Part1 = p51 | |
| 2007 | w50.C1 = CFrame.new(35.7379875, 25.1083603, -9.23473454, -0.573576331, 0, -0.819152117, -0.469846368, -0.819152057, 0.328989863, -0.671010137, 0.57357645, 0.469846219) | |
| 2008 | w51 = Instance.new("Weld", p51)
| |
| 2009 | w51.Name = "Part_Weld" | |
| 2010 | w51.Part0 = p51 | |
| 2011 | w51.C0 = CFrame.new(35.7379875, 25.1083603, -9.23473454, -0.573576331, 0, -0.819152117, -0.469846368, -0.819152057, 0.328989863, -0.671010137, 0.57357645, 0.469846219) | |
| 2012 | w51.Part1 = p52 | |
| 2013 | w51.C1 = CFrame.new(-25.0353527, 3.42085648, 35.7227554, 0.142244235, 0.98480773, -0.0996005014, 0.806707203, -0.173648238, -0.56486249, -0.57357645, 0, -0.819151998) | |
| 2014 | w52 = Instance.new("Weld", p52)
| |
| 2015 | w52.Name = "Part_Weld" | |
| 2016 | w52.Part0 = p52 | |
| 2017 | w52.C0 = CFrame.new(-25.0353527, 3.42085648, 35.7227554, 0.142244235, 0.98480773, -0.0996005014, 0.806707203, -0.173648238, -0.56486249, -0.57357645, 0, -0.819151998) | |
| 2018 | w52.Part1 = p53 | |
| 2019 | w52.C1 = CFrame.new(-25.8052597, 10.9961138, 35.7227554, 0.409575999, 0.866025388, -0.286788225, 0.709406435, -0.5, -0.496731758, -0.57357645, 0, -0.819151998) | |
| 2020 | w53 = Instance.new("Weld", p53)
| |
| 2021 | w53.Name = "Part_Weld" | |
| 2022 | w53.Part0 = p53 | |
| 2023 | w53.C0 = CFrame.new(-25.8052597, 10.9961138, 35.7227554, 0.409575999, 0.866025388, -0.286788225, 0.709406435, -0.5, -0.496731758, -0.57357645, 0, -0.819151998) | |
| 2024 | w53.Part1 = p54 | |
| 2025 | w53.C1 = CFrame.new(-25.8904991, 8.38383961, 35.7227592, 0.280166447, 0.939692616, -0.196174681, 0.769751012, -0.342020154, -0.538985491, -0.57357645, 0, -0.819151998) | |
| 2026 | w54 = Instance.new("Weld", p54)
| |
| 2027 | w54.Name = "Part_Weld" | |
| 2028 | w54.Part0 = p54 | |
| 2029 | w54.C0 = CFrame.new(-25.8904991, 8.38383961, 35.7227592, 0.280166447, 0.939692616, -0.196174681, 0.769751012, -0.342020154, -0.538985491, -0.57357645, 0, -0.819151998) | |
| 2030 | w54.Part1 = p55 | |
| 2031 | w54.C1 = CFrame.new(-20.8903503, -10.5176811, 35.7227554, -0.280166388, 0.93969208, 0.196174622, 0.769750416, 0.342019618, -0.538984895, -0.57357651, -2.95716429e-008, -0.819151938) | |
| 2032 | w55 = Instance.new("Weld", p55)
| |
| 2033 | w55.Name = "Part_Weld" | |
| 2034 | w55.Part0 = p55 | |
| 2035 | w55.C0 = CFrame.new(-20.8903503, -10.5176811, 35.7227554, -0.280166388, 0.93969208, 0.196174622, 0.769750416, 0.342019618, -0.538984895, -0.57357651, -2.95716429e-008, -0.819151938) | |
| 2036 | w55.Part1 = p56 | |
| 2037 | w55.C1 = CFrame.new(35.7379799, 25.8704014, -9.65809727, -0.573576331, 0, -0.819152117, -0.469846368, -0.819152057, 0.328989863, -0.671010137, 0.57357645, 0.469846219) | |
| 2038 | w56 = Instance.new("Weld", p56)
| |
| 2039 | w56.Name = "Part_Weld" | |
| 2040 | w56.Part0 = p56 | |
| 2041 | w56.C0 = CFrame.new(35.7379799, 25.8704014, -9.65809727, -0.573576331, 0, -0.819152117, -0.469846368, -0.819152057, 0.328989863, -0.671010137, 0.57357645, 0.469846219) | |
| 2042 | w56.Part1 = p57 | |
| 2043 | w56.C1 = CFrame.new(35.7379799, 25.8703995, -9.8090868, -0.573576331, 0, -0.819152117, -0.469846368, -0.819152057, 0.328989863, -0.671010137, 0.57357645, 0.469846219) | |
| 2044 | w57 = Instance.new("Weld", p57)
| |
| 2045 | w57.Name = "Part_Weld" | |
| 2046 | w57.Part0 = p57 | |
| 2047 | w57.C0 = CFrame.new(35.7379799, 25.8703995, -9.8090868, -0.573576331, 0, -0.819152117, -0.469846368, -0.819152057, 0.328989863, -0.671010137, 0.57357645, 0.469846219) | |
| 2048 | w57.Part1 = p58 | |
| 2049 | w57.C1 = CFrame.new(35.7379875, 25.8704014, -9.50240993, -0.573576331, 0, -0.819152117, -0.469846368, -0.819152057, 0.328989863, -0.671010137, 0.57357645, 0.469846219) | |
| 2050 | w58 = Instance.new("Weld", p58)
| |
| 2051 | w58.Name = "Part_Weld" | |
| 2052 | w58.Part0 = p58 | |
| 2053 | w58.C0 = CFrame.new(35.7379875, 25.8704014, -9.50240993, -0.573576331, 0, -0.819152117, -0.469846368, -0.819152057, 0.328989863, -0.671010137, 0.57357645, 0.469846219) | |
| 2054 | w58.Part1 = p59 | |
| 2055 | w58.C1 = CFrame.new(35.7379913, 25.9019985, -3.98426342, -0.573576331, 0, -0.819152117, -0.280166537, -0.939692616, 0.196174636, -0.769751191, 0.342020154, 0.538985431) | |
| 2056 | w59 = Instance.new("Weld", p59)
| |
| 2057 | w59.Name = "Part_Weld" | |
| 2058 | w59.Part0 = p59 | |
| 2059 | w59.C0 = CFrame.new(35.7379913, 25.9019985, -3.98426342, -0.573576331, 0, -0.819152117, -0.280166537, -0.939692616, 0.196174636, -0.769751191, 0.342020154, 0.538985431) | |
| 2060 | w59.Part1 = p60 | |
| 2061 | w59.C1 = CFrame.new(35.7379875, 25.9019947, -4.29094791, -0.573576331, 0, -0.819152117, -0.280166537, -0.939692616, 0.196174636, -0.769751191, 0.342020154, 0.538985431) | |
| 2062 | w60 = Instance.new("Weld", p60)
| |
| 2063 | w60.Name = "Part_Weld" | |
| 2064 | w60.Part0 = p60 | |
| 2065 | w60.C0 = CFrame.new(35.7379875, 25.9019947, -4.29094791, -0.573576331, 0, -0.819152117, -0.280166537, -0.939692616, 0.196174636, -0.769751191, 0.342020154, 0.538985431) | |
| 2066 | w60.Part1 = p61 | |
| 2067 | w60.C1 = CFrame.new(35.7379875, 25.9019966, -4.13995552, -0.573576331, 0, -0.819152117, -0.280166537, -0.939692616, 0.196174636, -0.769751191, 0.342020154, 0.538985431) | |
| 2068 | w61 = Instance.new("Weld", p61)
| |
| 2069 | w61.Name = "Part_Weld" | |
| 2070 | w61.Part0 = p61 | |
| 2071 | w61.C0 = CFrame.new(35.7379875, 25.9019966, -4.13995552, -0.573576331, 0, -0.819152117, -0.280166537, -0.939692616, 0.196174636, -0.769751191, 0.342020154, 0.538985431) | |
| 2072 | w61.Part1 = p62 | |
| 2073 | w61.C1 = CFrame.new(35.7379913, 25.9019985, -3.98426342, -0.573576331, 0, -0.819152117, -0.280166537, -0.939692616, 0.196174636, -0.769751191, 0.342020154, 0.538985431) | |
| 2074 | w62 = Instance.new("Weld", p62)
| |
| 2075 | w62.Name = "Part_Weld" | |
| 2076 | w62.Part0 = p62 | |
| 2077 | w62.C0 = CFrame.new(35.7379913, 25.9019985, -3.98426342, -0.573576331, 0, -0.819152117, -0.280166537, -0.939692616, 0.196174636, -0.769751191, 0.342020154, 0.538985431) | |
| 2078 | w62.Part1 = p63 | |
| 2079 | w62.C1 = CFrame.new(35.7379875, 25.9019947, -4.29094791, -0.573576331, 0, -0.819152117, -0.280166537, -0.939692616, 0.196174636, -0.769751191, 0.342020154, 0.538985431) | |
| 2080 | w63 = Instance.new("Weld", p63)
| |
| 2081 | w63.Name = "Part_Weld" | |
| 2082 | w63.Part0 = p63 | |
| 2083 | w63.C0 = CFrame.new(35.7379875, 25.9019947, -4.29094791, -0.573576331, 0, -0.819152117, -0.280166537, -0.939692616, 0.196174636, -0.769751191, 0.342020154, 0.538985431) | |
| 2084 | w63.Part1 = p64 | |
| 2085 | w63.C1 = CFrame.new(35.7379875, 25.9019966, -4.13995552, -0.573576331, 0, -0.819152117, -0.280166537, -0.939692616, 0.196174636, -0.769751191, 0.342020154, 0.538985431) | |
| 2086 | w64 = Instance.new("Weld", p64)
| |
| 2087 | w64.Name = "TorsoPart_Weld" | |
| 2088 | w64.Part0 = p64 | |
| 2089 | w64.C0 = CFrame.new(35.7379875, 25.9019966, -4.13995552, -0.573576331, 0, -0.819152117, -0.280166537, -0.939692616, 0.196174636, -0.769751191, 0.342020154, 0.538985431) | |
| 2090 | w64.Part1 = p65 | |
| 2091 | w64.C1 = CFrame.new(-27.0399971, -25.1251144, -25.3600025, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 2092 | m2.Parent = char | |
| 2093 | m2:MakeJoints() | |
| 2094 | -------------------------------------------------------------------------------- | |
| 2095 | local cor2 = Instance.new("Part", char.Wings)
| |
| 2096 | cor2.Name = "Thingy" | |
| 2097 | cor2.Locked = true | |
| 2098 | cor2.BottomSurface = 0 | |
| 2099 | cor2.CanCollide = false | |
| 2100 | cor2.Size = Vector3.new(0.2, 0.2, 0.2) | |
| 2101 | cor2.Transparency = 1 | |
| 2102 | cor2.TopSurface = 0 | |
| 2103 | corw2 = Instance.new("Weld", cor2)
| |
| 2104 | corw2.Part0 = torso | |
| 2105 | corw2.Part1 = cor2 | |
| 2106 | corw2.C0 = CFrame.new(0, 0.7, 0.8) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(0)) | |
| 2107 | corw2.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)) | |
| 2108 | weld2 = Instance.new("Weld", char.Wings)
| |
| 2109 | weld2.Part0 = cor2 | |
| 2110 | weld2.Part1 = char.Wings.TorsoPart | |
| 2111 | weld2.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)) | |
| 2112 | ||
| 2113 | ||
| 2114 | ||
| 2115 | ||
| 2116 | ||
| 2117 | ||
| 2118 | ||
| 2119 | rainbowNumber = 1 | |
| 2120 | ||
| 2121 | local model = Instance.new("Model", char)
| |
| 2122 | model.Name = "x10Wand" | |
| 2123 | local player = game.Players.LocalPlayer | |
| 2124 | local pchar = player.Character | |
| 2125 | local mouse = player:GetMouse() | |
| 2126 | local cam = workspace.CurrentCamera | |
| 2127 | ||
| 2128 | local rad = math.rad | |
| 2129 | bodyparts = {}
| |
| 2130 | local keysDown = {}
| |
| 2131 | local flySpeed = 0 | |
| 2132 | local MAX_FLY_SPEED = 150 | |
| 2133 | ||
| 2134 | local canFly = false | |
| 2135 | local flyToggled = false | |
| 2136 | ||
| 2137 | local forward, side = 0, 0 | |
| 2138 | local lastForward, lastSide = 0, 0 | |
| 2139 | ||
| 2140 | local floatBP = Instance.new("BodyPosition")
| |
| 2141 | floatBP.maxForce = Vector3.new(0, math.huge, 0) | |
| 2142 | local flyBV = Instance.new("BodyVelocity")
| |
| 2143 | flyBV.maxForce = Vector3.new(9e9, 9e9, 9e9) | |
| 2144 | local turnBG = Instance.new("BodyGyro")
| |
| 2145 | turnBG.maxTorque = Vector3.new(math.huge, math.huge, math.huge) | |
| 2146 | ||
| 2147 | mouse.KeyDown:connect(function(key) | |
| 2148 | keysDown[key] = true | |
| 2149 | ||
| 2150 | if key == "f" then | |
| 2151 | flyToggled = not flyToggled | |
| 2152 | ||
| 2153 | if not flyToggled then | |
| 2154 | stanceToggle = "Normal" | |
| 2155 | floatBP.Parent = nil | |
| 2156 | flyBV.Parent = nil | |
| 2157 | turnBG.Parent = nil | |
| 2158 | root.Velocity = Vector3.new() | |
| 2159 | pchar.Humanoid.PlatformStand = false | |
| 2160 | end | |
| 2161 | end | |
| 2162 | ||
| 2163 | end) | |
| 2164 | mouse.KeyUp:connect(function(key) | |
| 2165 | keysDown[key] = nil | |
| 2166 | end) | |
| 2167 | ||
| 2168 | local function updateFly() | |
| 2169 | ||
| 2170 | ||
| 2171 | ||
| 2172 | ||
| 2173 | if not flyToggled then return end | |
| 2174 | ||
| 2175 | lastForward = forward | |
| 2176 | lastSide = side | |
| 2177 | ||
| 2178 | forward = 0 | |
| 2179 | side = 0 | |
| 2180 | ||
| 2181 | if keysDown.w then | |
| 2182 | forward = forward + 1 | |
| 2183 | end | |
| 2184 | if keysDown.s then | |
| 2185 | forward = forward - 1 | |
| 2186 | end | |
| 2187 | if keysDown.a then | |
| 2188 | side = side - 1 | |
| 2189 | end | |
| 2190 | if keysDown.d then | |
| 2191 | side = side + 1 | |
| 2192 | end | |
| 2193 | ||
| 2194 | canFly = (forward ~= 0 or side ~= 0) | |
| 2195 | ||
| 2196 | if canFly then | |
| 2197 | stanceToggle = "Floating" | |
| 2198 | turnBG.Parent = root | |
| 2199 | floatBP.Parent = nil | |
| 2200 | flyBV.Parent = root | |
| 2201 | ||
| 2202 | flySpeed = flySpeed + 1 + (flySpeed / MAX_FLY_SPEED) | |
| 2203 | if flySpeed > MAX_FLY_SPEED then flySpeed = MAX_FLY_SPEED end | |
| 2204 | else | |
| 2205 | floatBP.position = root.Position | |
| 2206 | floatBP.Parent = root | |
| 2207 | ||
| 2208 | flySpeed = flySpeed - 1 | |
| 2209 | if flySpeed < 0 then flySpeed = 0 end | |
| 2210 | end | |
| 2211 | ||
| 2212 | local camCF = cam.CoordinateFrame | |
| 2213 | local in_forward = canFly and forward or lastForward | |
| 2214 | local in_side = canFly and side or lastSide | |
| 2215 | ||
| 2216 | flyBV.velocity = ((camCF.lookVector * in_forward) + (camCF * CFrame.new(in_side,in_forward * 0.2, 0).p) - camCF.p) * flySpeed | |
| 2217 | ||
| 2218 | turnBG.cframe = camCF * CFrame.Angles(-rad(forward * (flySpeed / MAX_FLY_SPEED)), 0,0) | |
| 2219 | end | |
| 2220 | ||
| 2221 | game:service'RunService'.RenderStepped:connect(function() | |
| 2222 | if flyToggled then | |
| 2223 | pchar.Humanoid.PlatformStand = true | |
| 2224 | end | |
| 2225 | updateFly() | |
| 2226 | end) | |
| 2227 | ||
| 2228 | ||
| 2229 | ||
| 2230 | ||
| 2231 | ||
| 2232 | local TBlast, TBMesh = Instance.new("Part"), Instance.new("SpecialMesh")
| |
| 2233 | TBlast.BrickColor = BrickColor.new("Lime green")
| |
| 2234 | TBlast.Transparency = 1 | |
| 2235 | TBlast.Anchored = true | |
| 2236 | TBlast.CanCollide = false | |
| 2237 | TBlast.CFrame = root.CFrame | |
| 2238 | TBlast.Size = Vector3.new(2,2,2) | |
| 2239 | TBMesh.Parent = TBlast | |
| 2240 | TBMesh.MeshType = "Sphere" | |
| 2241 | game.Lighting.Brightness = 0 | |
| 2242 | game.Lighting.OutdoorAmbient = TBlast.BrickColor.Color | |
| 2243 | game.Lighting.TimeOfDay = 0.1 | |
| 2244 | game.Lighting.FogEnd = 1000 | |
| 2245 | game.Lighting.FogColor = TBlast.BrickColor.Color | |
| 2246 | game.Lighting.TimeOfDay = "00:00:00" | |
| 2247 | game.Lighting.Ambient = Color3.new(0,0,0) | |
| 2248 | game.Lighting.FogColor = Color3.new(0,0,0) | |
| 2249 | game.Lighting.FogEnd = 500 | |
| 2250 | game.Lighting.FogStart = 0 | |
| 2251 | game.Lighting.GlobalShadows = true | |
| 2252 | ||
| 2253 | ||
| 2254 | ||
| 2255 | function ClearEffects() | |
| 2256 | for i, v in ipairs(CurrentEffects) do | |
| 2257 | v:Remove() | |
| 2258 | v:Destroy() | |
| 2259 | game:GetService("Debris"):AddItem(v,0)
| |
| 2260 | table.remove(CurrentEffects,i) | |
| 2261 | end | |
| 2262 | end | |
| 2263 | Human.WalkSpeed=26 | |
| 2264 | function defpos() | |
| 2265 | Neck.C0 = necko | |
| 2266 | LH.C0 = LHC0 | |
| 2267 | LS.C0 = LSC0 | |
| 2268 | RH.C0 = RHC0 | |
| 2269 | RS.C0 = RSC0 | |
| 2270 | RootJoint.C0 = ROOTC0 | |
| 2271 | end | |
| 2272 | ||
| 2273 | function newpos() | |
| 2274 | defpos() | |
| 2275 | RS.C0=clerp(RS.C0,RS.C0*angles(rad(-50),0,0),.3) | |
| 2276 | LS.C0=clerp(LS.C0,LS.C0*angles(rad(-50),0,0),.3) | |
| 2277 | RH.C0=clerp(RH.C0,RH.C0*angles(rad(-25),0,0),.3) | |
| 2278 | LH.C0=clerp(LH.C0,LH.C0*angles(rad(-25),0,0),.3) | |
| 2279 | RootJoint.C0=clerp(RootJoint.C0,RootJoint.C0*cf(0,0,1),1) | |
| 2280 | end | |
| 2281 | function PEE(part,size,col3,Lemission,trans,accel,ltp,edirection,enabled,lifetime,rate,rotation,rotspeed,speed,velspread,name,text) | |
| 2282 | local p=it("ParticleEmitter",part)
| |
| 2283 | p.Size=size | |
| 2284 | p.Texture=text | |
| 2285 | p.Color=col3 | |
| 2286 | p.LightEmission=Lemission | |
| 2287 | p.Transparency=trans | |
| 2288 | p.Acceleration=accel | |
| 2289 | p.LockedToPart=ltp | |
| 2290 | p.EmissionDirection=edirection | |
| 2291 | p.Enabled=enabled | |
| 2292 | p.Lifetime=lifetime | |
| 2293 | p.Rate=rate | |
| 2294 | p.Rotation=rotation | |
| 2295 | p.RotSpeed=rotspeed | |
| 2296 | p.Speed=speed | |
| 2297 | p.VelocitySpread=velspread | |
| 2298 | p.Name=name | |
| 2299 | return p | |
| 2300 | end | |
| 2301 | ||
| 2302 | gui = function(GuiType, parent, text, backtrans, backcol, pos, size) | |
| 2303 | local gui = Instance.new(GuiType) | |
| 2304 | gui.Parent = parent | |
| 2305 | gui.Text = text | |
| 2306 | gui.BackgroundTransparency = backtrans | |
| 2307 | gui.BackgroundColor3 = backcol | |
| 2308 | gui.SizeConstraint = "RelativeXY" | |
| 2309 | gui.TextXAlignment = "Center" | |
| 2310 | gui.TextYAlignment = "Center" | |
| 2311 | gui.Position = pos | |
| 2312 | gui.Size = size | |
| 2313 | gui.Font = "SourceSans" | |
| 2314 | gui.FontSize = "Size60" | |
| 2315 | gui.TextWrapped = false | |
| 2316 | gui.TextStrokeTransparency = 0 | |
| 2317 | gui.TextColor = BrickColor.new("Lime green")
| |
| 2318 | return gui | |
| 2319 | end | |
| 2320 | ||
| 2321 | part=function(parent,anchored,cancollide,size,cframe,col3,material,trans) | |
| 2322 | local p=it("Part",parent)
| |
| 2323 | p.Anchored=anchored | |
| 2324 | p.CanCollide=cancollide | |
| 2325 | p.Size=size | |
| 2326 | p.CFrame=cframe | |
| 2327 | p.Color=col3 | |
| 2328 | p.Material=material | |
| 2329 | p.Transparency=trans | |
| 2330 | return p | |
| 2331 | end | |
| 2332 | ||
| 2333 | BillboardGui = function(image, position, size) | |
| 2334 | local billpar = Instance.new("Part")
| |
| 2335 | billpar.Transparency = 1 | |
| 2336 | billpar.formFactor = "Custom" | |
| 2337 | billpar.Size = Vector3.new(1, 1, 1) | |
| 2338 | billpar.Anchored = true | |
| 2339 | billpar.CanCollide = false | |
| 2340 | billpar.CFrame = CFrame.new(position) | |
| 2341 | billpar.Name = "BillboardGuiPart" | |
| 2342 | local bill = Instance.new("BillboardGui", billpar)
| |
| 2343 | bill.Adornee = billpar | |
| 2344 | bill.Size = UDim2.new(1, 0, 1, 0) | |
| 2345 | bill.SizeOffset = Vector2.new(size, size) | |
| 2346 | local d = Instance.new("ImageLabel", bill)
| |
| 2347 | d.BackgroundTransparency = 1 | |
| 2348 | d.Size = UDim2.new(1, 0, 1, 0) | |
| 2349 | d.Image = image | |
| 2350 | return billpar | |
| 2351 | end | |
| 2352 | ||
| 2353 | RealDamage = function(part,min,max,radius) | |
| 2354 | coroutine.resume(coroutine.create(function() | |
| 2355 | for i,v in pairs(workspace:children()) do | |
| 2356 | if v:FindFirstChild'Humanoid' and v:FindFirstChild'Torso' then | |
| 2357 | if v.Name == game.Players.LocalPlayer.Name then else | |
| 2358 | print((v.Torso.Position - part.Position).magnitude) | |
| 2359 | if ((v.Torso.Position - part.Position).magnitude <= radius) then | |
| 2360 | local hpdmg=math.random(min,max) | |
| 2361 | v.Humanoid.Health = v.Humanoid.Health - hpdmg | |
| 2362 | print"0" | |
| 2363 | print"1" | |
| 2364 | local Dbil=it("BillboardGui", v.Torso)
| |
| 2365 | Dbil.Adornee=v.Torso | |
| 2366 | Dbil.Size=UDim2.new(0, 500, 0, 500) | |
| 2367 | Dbil.SizeOffset=Vector2.new(0,0) | |
| 2368 | Dbil.AlwaysOnTop=true | |
| 2369 | Dbil.ExtentsOffset=Vector3.new(ran(-3,3),ran(-3,3),ran(-3,3)) | |
| 2370 | table.insert(CurrentDamages,Dbil) | |
| 2371 | print"2" | |
| 2372 | local goo=gui("TextLabel",Dbil,""..hpdmg.."",1,Color3.new(0,0,0),UDim2.new(0, 0, 0, 0),UDim2.new(1, 0, 1, 0))
| |
| 2373 | table.insert(CurrentDamages,goo) | |
| 2374 | print"3" | |
| 2375 | for i=1,10 do | |
| 2376 | wait() | |
| 2377 | goo.TextTransparency=i/10 | |
| 2378 | end | |
| 2379 | for a,b in pairs(CurrentDamages) do | |
| 2380 | b:Remove() | |
| 2381 | b:Destroy() | |
| 2382 | game:GetService("Debris"):AddItem(b,0)
| |
| 2383 | table.remove(CurrentEffects,a) | |
| 2384 | end | |
| 2385 | ||
| 2386 | end | |
| 2387 | end | |
| 2388 | end | |
| 2389 | end | |
| 2390 | end)) | |
| 2391 | end | |
| 2392 | ||
| 2393 | smoothNO=function(ppart) | |
| 2394 | ppart.TopSurface=10 | |
| 2395 | ppart.BottomSurface=10 | |
| 2396 | ppart.BackSurface=10 | |
| 2397 | ppart.FrontSurface=10 | |
| 2398 | ppart.LeftSurface=10 | |
| 2399 | ppart.RightSurface=10 | |
| 2400 | return ppart | |
| 2401 | end | |
| 2402 | ||
| 2403 | smoothO=function(ppart) | |
| 2404 | ppart.TopSurface=0 | |
| 2405 | ppart.BottomSurface=0 | |
| 2406 | ppart.BackSurface=0 | |
| 2407 | ppart.FrontSurface=0 | |
| 2408 | ppart.LeftSurface=0 | |
| 2409 | ppart.RightSurface=0 | |
| 2410 | end | |
| 2411 | ||
| 2412 | sound=function(parent,id,vol,looped) | |
| 2413 | local s=it("Sound",parent)
| |
| 2414 | s.SoundId=id | |
| 2415 | s.Volume=vol | |
| 2416 | s.Looped=looped | |
| 2417 | return s | |
| 2418 | end | |
| 2419 | ||
| 2420 | mesh=function(parent,ttype,scale) | |
| 2421 | local m=it("SpecialMesh",parent)
| |
| 2422 | m.MeshType=ttype | |
| 2423 | m.Scale=scale | |
| 2424 | return m | |
| 2425 | end | |
| 2426 | ||
| 2427 | spmesh=function(parent,id,scale) | |
| 2428 | local m=it("SpecialMesh",parent)
| |
| 2429 | m.MeshId=id | |
| 2430 | m.Scale=scale | |
| 2431 | return m | |
| 2432 | end | |
| 2433 | ||
| 2434 | ||
| 2435 | ||
| 2436 | ||
| 2437 | local EyePart=part(Char,false,false,v3(.3,.3,.3),Torso.CFrame,c3(0,1,0),"Neon",0) | |
| 2438 | EyePart.Name="EyePart" | |
| 2439 | EyePart.Shape="Ball" | |
| 2440 | local EyeWeld=it("Weld",Char)
| |
| 2441 | EyeWeld.Part0=EyePart | |
| 2442 | EyeWeld.Part1=Head | |
| 2443 | EyeWeld.C0=EyeWeld.C0*cf(.2,-.25,.578) | |
| 2444 | local EyeSizes={
| |
| 2445 | NumberSequenceKeypoint.new(0,.4,0), | |
| 2446 | NumberSequenceKeypoint.new(1,0,0) | |
| 2447 | } | |
| 2448 | local EyeTrans={
| |
| 2449 | NumberSequenceKeypoint.new(0,0,0), | |
| 2450 | NumberSequenceKeypoint.new(1,1,0) | |
| 2451 | } | |
| 2452 | local PE=it("ParticleEmitter",EyePart)
| |
| 2453 | PE.LightEmission=.4 | |
| 2454 | PE.LockedToPart=true | |
| 2455 | PE.Size=NumberSequence.new(EyeSizes) | |
| 2456 | PE.Transparency=NumberSequence.new(EyeTrans) | |
| 2457 | PE.Acceleration=v3(2,0,0) | |
| 2458 | PE.Lifetime=NumberRange.new(2,2,2) | |
| 2459 | PE.Rate=70 | |
| 2460 | PE.Speed=NumberRange.new(4,4,4) | |
| 2461 | PE.Texture="rbxassetid://300899374" | |
| 2462 | ||
| 2463 | local function RisingAndRotatingParts(Parent,Cframe,Col1,Col2,Time,Material,Size) | |
| 2464 | local Colours = {BrickColor.new(Col1),BrickColor.new(Col2)}
| |
| 2465 | ||
| 2466 | local flame1 = Instance.new("Part",Parent)
| |
| 2467 | flame1.Anchored = true | |
| 2468 | flame1.CanCollide =false | |
| 2469 | flame1.CFrame = Cframe | |
| 2470 | flame1.Material = Material | |
| 2471 | flame1.TopSurface = 0 | |
| 2472 | flame1.BottomSurface = 0 | |
| 2473 | flame1.Size = Size | |
| 2474 | flame1.BrickColor = Colours[math.random(1,#Colours)] | |
| 2475 | ||
| 2476 | for i = 1,30 do | |
| 2477 | flame1.CFrame = flame1.CFrame*CFrame.Angles(.5,.5,.5)+Vector3.new(0,.2,0) | |
| 2478 | flame1.Transparency = i/30 | |
| 2479 | r:wait() | |
| 2480 | end | |
| 2481 | flame1:Destroy() | |
| 2482 | end | |
| 2483 | ||
| 2484 | coroutine.resume(coroutine.create(function() | |
| 2485 | while r:wait() do | |
| 2486 | RisingAndRotatingParts(Char,Torso.CFrame*cf(ran(-2,2),-3,ran(-2,2)),"Lime green","Really black",1,"Neon",v3(.5,.5,.5)) | |
| 2487 | end | |
| 2488 | end)) | |
| 2489 | coroutine.resume(coroutine.create(function() | |
| 2490 | for i=1,huge do | |
| 2491 | local MCir=part(Char,false,false,v3(0,0,0),Torso.CFrame,c3(0,0,0),"Neon",1) | |
| 2492 | table.insert(CurrentEffects,MCir) | |
| 2493 | local CirM=mesh(MCir,"Cylinder",v3(1.3,3.3,3.3)) | |
| 2494 | table.insert(CurrentEffects,CirM) | |
| 2495 | local CirDec=it("Decal",MCir)
| |
| 2496 | CirDec.Texture="rbxassetid://687708091" | |
| 2497 | CirDec.Face="Right" | |
| 2498 | CirDec.Transparency=.5 | |
| 2499 | table.insert(CurrentEffects,CirDec) | |
| 2500 | local MagicWeld=it("Weld",Char)
| |
| 2501 | MagicWeld.Part0=EyePart | |
| 2502 | MagicWeld.Part1=MCir | |
| 2503 | MagicWeld.C0=MagicWeld.C0*angles(0,rad(90),0)*cf(.05,0,0) | |
| 2504 | table.insert(CurrentEffects,MagicWeld) | |
| 2505 | for i=1,40 do | |
| 2506 | MagicWeld.C0=MagicWeld.C0*angles(rad(6),0,0) | |
| 2507 | CirM.Scale=CirM.Scale+v3(0,.4,.4) | |
| 2508 | CirDec.Transparency=i/40 | |
| 2509 | r:wait() | |
| 2510 | end | |
| 2511 | --ClearEffects() | |
| 2512 | end | |
| 2513 | end)) | |
| 2514 | print"kek" | |
| 2515 | ||
| 2516 | attackone=function() | |
| 2517 | if attacking ==false then attacking=true | |
| 2518 | print"1" | |
| 2519 | chat:Chat(Char.Head,"Hmph.","Green") | |
| 2520 | local Hbox=part(Char,false,false,v3(1.5,2,1.5),Torso.CFrame,c3(0,0,0),"Plastic",1) | |
| 2521 | RealDamage(Hbox,7,16,5,false) | |
| 2522 | local w=it("Weld",Char)
| |
| 2523 | w.Part0=Hbox | |
| 2524 | w.Part1=LArm | |
| 2525 | w.C0=w.C0*cf(0,1,0) | |
| 2526 | for i=1,10 do | |
| 2527 | RS.C0=clerp(RS.C0,RS.C0*angles(rad(0),0,0),.06) | |
| 2528 | LS.C0=clerp(LS.C0,LS.C0*angles(rad(0),rad(-65),rad(-150)),.06) | |
| 2529 | RH.C0=clerp(RH.C0,RH.C0*angles(0,rad(0),rad(0)),.06) | |
| 2530 | LH.C0=clerp(LH.C0,LH.C0*angles(0,0,0),.06) | |
| 2531 | RootJoint.C0=clerp(RootJoint.C0,RootJoint.C0*angles(0,rad(0),rad(90)),.06) | |
| 2532 | Neck.C0=clerp(Neck.C0,Neck.C0*angles(rad(0),0,rad(-90)),.06) | |
| 2533 | r:wait() | |
| 2534 | end | |
| 2535 | for i=1,10 do | |
| 2536 | LS.C0=clerp(LS.C0,LS.C0*angles(rad(-9),rad(0),rad(0)),1) | |
| 2537 | RootJoint.C0=clerp(RootJoint.C0,RootJoint.C0*angles(0,rad(0),rad(-12)),1) | |
| 2538 | Neck.C0=clerp(Neck.C0,Neck.C0*angles(rad(0),0,rad(12)),1) | |
| 2539 | r:wait() | |
| 2540 | end | |
| 2541 | wait(.8) | |
| 2542 | newpos() | |
| 2543 | Hbox:Destroy() | |
| 2544 | end | |
| 2545 | attacking=false | |
| 2546 | end | |
| 2547 | ||
| 2548 | attacktwo=function() | |
| 2549 | if attacking==false then attacking=true | |
| 2550 | print"2" | |
| 2551 | chat:Chat(Char.Head,"Die!","Green") | |
| 2552 | local ETorso=Torso:Clone() | |
| 2553 | ETorso.Transparency=1 | |
| 2554 | ETorso.Anchored=true | |
| 2555 | ETorso.CanCollide=false | |
| 2556 | ETorso.CFrame=Torso.CFrame | |
| 2557 | for i=1,10 do | |
| 2558 | RS.C0=clerp(RS.C0,RS.C0*angles(rad(-7),rad(0),rad(0))*cf(0,-.05,0),1) | |
| 2559 | RootJoint.C0=clerp(RootJoint.C0,RootJoint.C0*angles(0,rad(0),rad(9)),1) | |
| 2560 | Neck.C0=clerp(Neck.C0,Neck.C0*angles(rad(0),0,rad(-9)),1) | |
| 2561 | r:wait() | |
| 2562 | end | |
| 2563 | ||
| 2564 | for i=1,30 do | |
| 2565 | local p=part(Char,true,false,v3(1,1,1),ETorso.CFrame*cf(0,0,-i)*angles(ran(-10,10),ran(-10,10),ran(-10,10)),c3(0,1,0),"Plastic",0) | |
| 2566 | local m=it("SpecialMesh",p)
| |
| 2567 | m.MeshId="rbxassetid://3270017" | |
| 2568 | m.Scale=v3(4,4,4) | |
| 2569 | spawn(function() | |
| 2570 | for ii=1,20 do | |
| 2571 | r:wait() | |
| 2572 | m.Scale=m.Scale+v3(.5,.5,.5) | |
| 2573 | p.Transparency=ii/20 | |
| 2574 | end | |
| 2575 | end) | |
| 2576 | ||
| 2577 | r:wait() | |
| 2578 | end | |
| 2579 | local urmum=part(Char,true,false,v3(1,1,1),ETorso.CFrame*cf(0,0,-30),c3(0,1,0),"Plastic",0) | |
| 2580 | table.insert(CurrentEffects,urmum) | |
| 2581 | smoothNO(urmum) | |
| 2582 | local HBox=urmum:Clone() | |
| 2583 | HBox.Parent=Char | |
| 2584 | HBox.Transparency=1 | |
| 2585 | HBox.Shape="Ball" | |
| 2586 | HBox.Size=v3(2,2,2) | |
| 2587 | HBox.CFrame=urmum.CFrame | |
| 2588 | RealDamage(HBox,10,25,20,false) | |
| 2589 | local urmesh=it("SpecialMesh",urmum)
| |
| 2590 | urmesh.MeshType="Sphere" | |
| 2591 | urmesh.Scale=v3(2,2,2) | |
| 2592 | coroutine.resume(coroutine.create(function() | |
| 2593 | for i=1,40 do | |
| 2594 | urmum.Transparency=i/40 | |
| 2595 | urmesh.Scale=urmesh.Scale+v3(1.5,1.5,1.5) | |
| 2596 | HBox.CFrame=urmum.CFrame | |
| 2597 | HBox.Size=HBox.Size+v3(1,1,1) | |
| 2598 | r:wait() | |
| 2599 | end | |
| 2600 | end)) | |
| 2601 | for a=1,2 do | |
| 2602 | for i=1,20 do | |
| 2603 | spawn(function() | |
| 2604 | local rann=part(Char,true,false,v3(0,0,0),ETorso.CFrame*cf(0,0,-30)*cf(ran(-30,30),ran(30),ran(-30,30)),c3(0,1,0),"Neon",1) | |
| 2605 | table.insert(CurrentEffects,rann) | |
| 2606 | local p=part(Char,false,false,v3(0,0,0),ETorso.CFrame*CFrame.new(0,0,-30),c3(0,1,0),"Neon",0) | |
| 2607 | table.insert(CurrentEffects,p) | |
| 2608 | local m=it("BlockMesh",p)
| |
| 2609 | m.Scale=v3(6,6,6) | |
| 2610 | local bp=it("BodyPosition")
| |
| 2611 | bp.maxForce=v3(math.huge,math.huge,math.huge) | |
| 2612 | bp.Position=rann.Position | |
| 2613 | bp.Parent=p | |
| 2614 | table.insert(CurrentEffects,bp) | |
| 2615 | spawn(function() | |
| 2616 | for i=1,16 do | |
| 2617 | r:wait() | |
| 2618 | p.Transparency=i/16 | |
| 2619 | end | |
| 2620 | end) | |
| 2621 | wait() | |
| 2622 | bp.Parent=bil | |
| 2623 | end) | |
| 2624 | end | |
| 2625 | end | |
| 2626 | ETorso:Remove() | |
| 2627 | HBox:Destroy() | |
| 2628 | end | |
| 2629 | --ClearEffects() | |
| 2630 | attacking=false | |
| 2631 | newpos() | |
| 2632 | end | |
| 2633 | ||
| 2634 | attackthree=function() | |
| 2635 | if attacking==false then attacking=true | |
| 2636 | print"3" | |
| 2637 | chat:Chat(Char.Head,"Get Ready..","Green") | |
| 2638 | for i=1,10 do | |
| 2639 | RS.C0=clerp(RS.C0,RS.C0*angles(rad(-33),0,rad(-10))*cf(0,-.25,0),.4) | |
| 2640 | LS.C0=clerp(LS.C0,LS.C0*angles(rad(0),rad(20),rad(0)),.06) | |
| 2641 | RH.C0=clerp(RH.C0,RH.C0*angles(0,rad(0),rad(0)),.06) | |
| 2642 | LH.C0=clerp(LH.C0,LH.C0*angles(0,0,0),.06) | |
| 2643 | RootJoint.C0=clerp(RootJoint.C0,RootJoint.C0*angles(0,rad(0),rad(-6)),1) | |
| 2644 | Neck.C0=clerp(Neck.C0,Neck.C0*angles(rad(0),0,rad(6)),1) | |
| 2645 | r:wait() | |
| 2646 | end | |
| 2647 | ||
| 2648 | local ball=part(Char,false,false,v3(1,1,1),Head.CFrame,c3(0,0,0),"Plastic",.8) | |
| 2649 | local ball2=part(Char,false,false,v3(1,1,1),Head.CFrame,c3(0,1,0),"Neon",.2) | |
| 2650 | local w=it("Weld",Char)
| |
| 2651 | w.Part0=ball | |
| 2652 | w.Part1=RArm | |
| 2653 | w.C0=w.C0*cf(0,20,0) | |
| 2654 | local w2=it("Weld",Char)
| |
| 2655 | w2.Part0=ball2 | |
| 2656 | w2.Part1=ball | |
| 2657 | local m=it("SpecialMesh",ball)
| |
| 2658 | m.MeshType="Sphere" | |
| 2659 | m.Scale=Vector3.new(.1,.1,.1) | |
| 2660 | local m2=it("SpecialMesh",ball2)
| |
| 2661 | m2.MeshType="Sphere" | |
| 2662 | m2.Scale=Vector3.new(.01,.01,.01) | |
| 2663 | local EyeSizes={
| |
| 2664 | NumberSequenceKeypoint.new(0,5,0), | |
| 2665 | NumberSequenceKeypoint.new(1,0,0) | |
| 2666 | } | |
| 2667 | local PE=it("ParticleEmitter",ball)
| |
| 2668 | PE.LightEmission=.4 | |
| 2669 | PE.LockedToPart=false | |
| 2670 | PE.Size=NumberSequence.new(EyeSizes) | |
| 2671 | PE.Transparency=NumberSequence.new(EyeTrans) | |
| 2672 | PE.Acceleration=v3(0,0,0) | |
| 2673 | PE.Lifetime=NumberRange.new(4,4,4) | |
| 2674 | PE.Rate=2e9 | |
| 2675 | PE.Speed=NumberRange.new(0,0,0) | |
| 2676 | PE.Texture="rbxassetid://300899374" | |
| 2677 | --table.insert(CurrentEffects,PE) | |
| 2678 | coroutine.resume(coroutine.create(function() | |
| 2679 | for i=1,30 do | |
| 2680 | spawn(function() | |
| 2681 | local rng=part(Char,true,false,v3(1,1,1),ball.CFrame*angles(ran(-10,10),ran(-10,10),ran(-10,10)),c3(0,1,0),"Plastic",.5) | |
| 2682 | table.insert(CurrentEffects,rng) | |
| 2683 | local rm=it("SpecialMesh",rng)
| |
| 2684 | rm.MeshId="rbxassetid://3270017" | |
| 2685 | rm.Scale=v3(60,60,60) | |
| 2686 | for ii=1,10 do | |
| 2687 | rm.Scale=rm.Scale-v3(6,6,6) | |
| 2688 | r:wait() | |
| 2689 | end | |
| 2690 | end) | |
| 2691 | wait() | |
| 2692 | end | |
| 2693 | end)) | |
| 2694 | local p1=part(Char,true,false,v3(1,1,1),ball.CFrame,c3(0,1,0),"Neon",.5) | |
| 2695 | local pm=mesh(p1,"Brick",v3(5,5,5)) | |
| 2696 | for i=1,20 do | |
| 2697 | m.Scale=m.Scale+v3(.5,.5,.5) | |
| 2698 | m2.Scale=m2.Scale+v3(.3,.3,.3) | |
| 2699 | p1.Transparency=(-i/20*-i/20) | |
| 2700 | r:wait() | |
| 2701 | end | |
| 2702 | wait(.5) | |
| 2703 | w.Parent=nil | |
| 2704 | table.insert(CurrentEffects,w) | |
| 2705 | --table.insert(CurrentEffects,w2) | |
| 2706 | local placeholder=part(Char,true,false,v3(1,1,1),Head.CFrame*CFrame.new(0,-5,-30),c3(0,1,0),"Neon",1) | |
| 2707 | local BV=it("BodyVelocity")
| |
| 2708 | BV.maxForce=v3(huge,huge,huge) | |
| 2709 | BV.Velocity=(placeholder.Position-ball.Position).unit*100 | |
| 2710 | BV.Parent=ball | |
| 2711 | ball.Touched:connect(function(hit) | |
| 2712 | if hit.Name~=ball2.Name then | |
| 2713 | ball.Anchored=true | |
| 2714 | ball.ParticleEmitter.Enabled=false | |
| 2715 | ball.Transparency=1 | |
| 2716 | ball2.Transparency=1 | |
| 2717 | local xpl=part(Char,true,false,v3(1,1,1),ball.CFrame*angles(ran(-10,10),ran(-10,10),ran(-10,10)),c3(0,1,0),"Neon",.75) | |
| 2718 | local m=spmesh(xpl,"rbxassetid://9982590",v3(4,4,4)) | |
| 2719 | local xpl2=part(Char,true,false,v3(4,4,4),ball.CFrame*angles(ran(-10,10),ran(-10,10),ran(-10,10)),c3(0,1,0),"Neon",1) | |
| 2720 | spawn(function() | |
| 2721 | for i=1,80 do | |
| 2722 | xpl.Transparency=.75+i/80 | |
| 2723 | ||
| 2724 | m.Scale=m.Scale+v3(.6,.6,.6) | |
| 2725 | ||
| 2726 | wait() | |
| 2727 | ||
| 2728 | ||
| 2729 | end | |
| 2730 | end) | |
| 2731 | RealDamage(xpl2,15,30,7) | |
| 2732 | for i=1,50 do | |
| 2733 | xpl2.Size=xpl2.Size+v3(.3,.3,.3) | |
| 2734 | xpl2.CFrame=ball.CFrame | |
| 2735 | r:wait() | |
| 2736 | end | |
| 2737 | xpl:Destroy() | |
| 2738 | xpl2:Destroy() | |
| 2739 | end | |
| 2740 | end) | |
| 2741 | spawn(function() | |
| 2742 | wait(1.5) | |
| 2743 | if BV then | |
| 2744 | BV:Destroy() | |
| 2745 | end | |
| 2746 | ||
| 2747 | placeholder:Destroy() | |
| 2748 | PE.Enabled=false | |
| 2749 | ball2:Destroy() | |
| 2750 | wait(7) | |
| 2751 | ball:Destroy() | |
| 2752 | end) | |
| 2753 | for i=1,10 do | |
| 2754 | RS.C0=clerp(RS.C0,RS.C0*angles(rad(0),rad(20),rad(30))*cf(0,0,0),.4) | |
| 2755 | LS.C0=clerp(LS.C0,LS.C0*angles(rad(0),rad(0),rad(0)),.06) | |
| 2756 | RH.C0=clerp(RH.C0,RH.C0*angles(0,rad(0),rad(0)),.06) | |
| 2757 | LH.C0=clerp(LH.C0,LH.C0*angles(0,0,0),.06) | |
| 2758 | RootJoint.C0=clerp(RootJoint.C0,RootJoint.C0*angles(0,rad(0),rad(12)),1) | |
| 2759 | Neck.C0=clerp(Neck.C0,Neck.C0*angles(rad(0),0,rad(-12)),1) | |
| 2760 | wait() | |
| 2761 | end | |
| 2762 | chat:Chat(Char.Head,"Falling Star!","Green") | |
| 2763 | end | |
| 2764 | wait(2) | |
| 2765 | attacking=false | |
| 2766 | attacktype=1 | |
| 2767 | newpos() | |
| 2768 | end | |
| 2769 | ||
| 2770 | Mouse.Button1Down:connect(function() | |
| 2771 | if attacking== false and attacktype == 1 then | |
| 2772 | attackone() | |
| 2773 | attacktype = 2 | |
| 2774 | else | |
| 2775 | if attacking == false and attacktype == 2 then | |
| 2776 | attacktwo() | |
| 2777 | attacktype = 3 | |
| 2778 | else | |
| 2779 | if attacking == false and attacktype == 3 then | |
| 2780 | attackthree() | |
| 2781 | attacktype = 1 | |
| 2782 | end | |
| 2783 | end | |
| 2784 | end | |
| 2785 | end) | |
| 2786 | ||
| 2787 | ||
| 2788 | local Ging=false | |
| 2789 | Mouse.KeyDown:connect(function(Key) | |
| 2790 | if Key=="g" and Ging==false and attacking==false then attacking,Torso.Anchored=true,true | |
| 2791 | local Clear={}
| |
| 2792 | local REKING=true | |
| 2793 | chat:Chat(Char.Head,"By The Power Bestowed Upon Me Within The Demon's Eye..","Green") | |
| 2794 | for i=1,20 do | |
| 2795 | RS.C0=clerp(RS.C0,RS.C0*angles(rad(4.5),rad(-2),rad(8.5))*cf(0.02,0,0),1) | |
| 2796 | LS.C0=clerp(LS.C0,LS.C0*angles(rad(0),rad(0),rad(0)),.06) | |
| 2797 | RH.C0=clerp(RH.C0,RH.C0*angles(0,rad(0),rad(0)),.06) | |
| 2798 | LH.C0=clerp(LH.C0,LH.C0*angles(0,0,0),.06) | |
| 2799 | RootJoint.C0=clerp(RootJoint.C0,RootJoint.C0*angles(0,rad(0),rad(1)),1) | |
| 2800 | Neck.C0=clerp(Neck.C0,Neck.C0*angles(rad(-1),0,rad(-2)),1) | |
| 2801 | r:wait() | |
| 2802 | end | |
| 2803 | local ball=part(Char,false,false,v3(0,0,0),Torso.CFrame,c3(0,1,0),"Neon",0) | |
| 2804 | local ball2=part(Char,false,false,v3(.3,.3,.3),Torso.CFrame,c3(0,0,0),"Plastic",.8) | |
| 2805 | local bm=mesh(ball,"Sphere",v3(0,0,0)) | |
| 2806 | local bm2=mesh(ball2,"Sphere",v3(.3,.3,.3)) | |
| 2807 | smoothNO(ball2) | |
| 2808 | local w=it("Weld",Char)
| |
| 2809 | w.Part0=ball | |
| 2810 | w.Part1=RArm | |
| 2811 | w.C0=w.C0*CFrame.new(0,1.6,0) | |
| 2812 | local w2=it("Weld",Char)
| |
| 2813 | w2.Part0=ball2 | |
| 2814 | w2.Part1=RArm | |
| 2815 | w2.C0=w2.C0*CFrame.new(0,1.6,0) | |
| 2816 | for i=1,60 do r:wait() | |
| 2817 | bm.Scale=bm.Scale:Lerp(bm.Scale+Vector3.new(.23,.23,.23),.3) | |
| 2818 | bm2.Scale=bm2.Scale:Lerp(bm2.Scale+Vector3.new(.3,.3,.3),.3) | |
| 2819 | end | |
| 2820 | local Ring=part(Char,true,false,v3(0,0,0),ball.CFrame,c3(0,0,0),"Neon",.5) | |
| 2821 | local Ring2=Ring:Clone() | |
| 2822 | Ring2.Parent=Char | |
| 2823 | local RM=spmesh(Ring,"rbxassetid://3270017",Vector3.new(1.7,1.7,.5)) | |
| 2824 | local RM2=spmesh(Ring2,"rbxassetid://3270017",Vector3.new(1.7,1.7,.5)) | |
| 2825 | Ring.CFrame=ball.CFrame*CFrame.Angles(ran(-10,10),ran(-10,10),ran(-10,10)) | |
| 2826 | Ring2.CFrame=ball.CFrame*CFrame.Angles(ran(-10,10),ran(-10,10),ran(-10,10)) | |
| 2827 | Ging=true | |
| 2828 | coroutine.resume(coroutine.create(function() | |
| 2829 | while Ging==true do r:wait() | |
| 2830 | Ring.CFrame=Ring.CFrame:lerp(Ring.CFrame*CFrame.Angles(math.rad(ran(1,30)),math.rad(ran(1,30)),math.rad(ran(1,30))),.3) | |
| 2831 | Ring2.CFrame=Ring2.CFrame:lerp(Ring2.CFrame*CFrame.Angles(math.rad(ran(1,30)),math.rad(ran(1,30)),math.rad(ran(1,30))),.3) | |
| 2832 | end | |
| 2833 | end)) | |
| 2834 | print"OYEFGYEFYGIEF" | |
| 2835 | local cols={"Lime green", "Really black"}
| |
| 2836 | function fromground() | |
| 2837 | local poss = Torso.CFrame*CFrame.new(0,-3,0) | |
| 2838 | local main=it("Part",Char)
| |
| 2839 | main.Anchored=true | |
| 2840 | main.CanCollide=false | |
| 2841 | main.Size=v3(1,.2,1) | |
| 2842 | main.CFrame=poss | |
| 2843 | main.BrickColor=BrickColor.new(cols[math.random(#cols)]) | |
| 2844 | main.Material="Neon" | |
| 2845 | main.CFrame = main.CFrame*cf((ran(-30,30)),0,(ran(-30,30))) | |
| 2846 | local one = it("SpecialMesh", main)
| |
| 2847 | one.MeshType = "Sphere" | |
| 2848 | one.Scale = v3(.3,.3,.3) | |
| 2849 | main.CFrame = main.CFrame*angles((rad(90)),0,0) | |
| 2850 | for i = 0,10,.1 do | |
| 2851 | one.Scale = one.Scale+v3(.1,.1,4) | |
| 2852 | main.Transparency = i | |
| 2853 | wait() | |
| 2854 | end | |
| 2855 | one:Destroy() | |
| 2856 | main:Destroy() | |
| 2857 | end | |
| 2858 | coroutine.resume(coroutine.create(function() | |
| 2859 | while Ging==true do | |
| 2860 | spawn(function() | |
| 2861 | fromground() | |
| 2862 | end) | |
| 2863 | wait(.1) | |
| 2864 | end | |
| 2865 | end)) | |
| 2866 | spawn(function() | |
| 2867 | coroutine.resume(coroutine.create(function() | |
| 2868 | for i=1,17 do r:wait() | |
| 2869 | print"hi" | |
| 2870 | local Cir=part(Char,true,false,v3(0,0,0),Torso.CFrame*cf(0,-2.8,0)*angles(0,0,math.rad(90)),c3(0,0,0),"Neon",1) | |
| 2871 | local Cirm=mesh(Cir,"Cylinder",v3(0,1,1)) | |
| 2872 | local CirDec=it("Decal",Cir)
| |
| 2873 | CirDec.Texture="rbxassetid://687708091" | |
| 2874 | CirDec.Face="Right" | |
| 2875 | CirDec.Transparency=0 | |
| 2876 | table.insert(Clear,Cir) | |
| 2877 | for ii=1,100 do r:wait() | |
| 2878 | Cir.CFrame=Cir.CFrame*CFrame.Angles(math.rad(i*1.5),0,0) | |
| 2879 | Cirm.Scale=Cirm.Scale:Lerp(Cirm.Scale+Vector3.new(0,6,6),.4) | |
| 2880 | CirDec.Transparency=ii/100 | |
| 2881 | end | |
| 2882 | end | |
| 2883 | end)) | |
| 2884 | end) | |
| 2885 | Bright={}
| |
| 2886 | local BR=1 | |
| 2887 | for i=1,10 do | |
| 2888 | table.insert(Bright,BR) | |
| 2889 | BR=BR-.1 | |
| 2890 | end | |
| 2891 | table.insert(Bright,0) | |
| 2892 | for i, v in pairs(Bright) do | |
| 2893 | print(v) | |
| 2894 | end | |
| 2895 | Lighting.Brightness=1 | |
| 2896 | spawn(function() | |
| 2897 | for i=1,#Bright do | |
| 2898 | Lighting.Brightness=Bright[i] | |
| 2899 | wait(.1) | |
| 2900 | end | |
| 2901 | end) | |
| 2902 | local C1=part(Char,true,false,v3(1,1,1),Torso.CFrame*CFrame.new(0,155,0),c3(90/255,97/255,99/255),"Plastic",1) | |
| 2903 | local C1m=spmesh(C1,"rbxassetid://1095708",v3(1000,50,1000)) | |
| 2904 | for i=1,#Bright do | |
| 2905 | C1.Transparency=Bright[i] | |
| 2906 | wait(.1) | |
| 2907 | end | |
| 2908 | chat:Chat(Char.Head,"Open! Hades Gate!","Green") | |
| 2909 | --PORTAL | |
| 2910 | Portalling=true | |
| 2911 | for i=1,2 do | |
| 2912 | local Spoke1=part(Char,true,false,v3(1,1,1),Torso.CFrame,c3(0,1,1),"Plastic",1) | |
| 2913 | local pp1=part(Char,false,false,v3(2,2,2),Torso.CFrame,c3(0,1,1),"Plastic",1) | |
| 2914 | local pp2=part(Char,false,false,v3(2,2,2),Torso.CFrame,c3(0,1,1),"Plastic",1) | |
| 2915 | local pp3=part(Char,false,false,v3(2,2,2),Torso.CFrame,c3(0,1,1),"Plastic",1) | |
| 2916 | local pp4=part(Char,false,false,v3(2,2,2),Torso.CFrame,c3(0,1,1),"Plastic",1) | |
| 2917 | local POS=part(Char,false,false,v3(2,2,2),Torso.CFrame*angles(math.rad(90),0,0)*cf(0,0,-140),c3(0,1,1),"Plastic",1) | |
| 2918 | ||
| 2919 | local wel0=it("Weld",Char)
| |
| 2920 | wel0.Part0=Spoke1 | |
| 2921 | wel0.Part1=POS | |
| 2922 | wait() | |
| 2923 | local wel1=it("Weld",Char)
| |
| 2924 | wel1.Part0=POS | |
| 2925 | wel1.Part1=pp1 | |
| 2926 | wait() | |
| 2927 | wel1.C0=wel1.C0*cf(0,60,0) | |
| 2928 | wait() | |
| 2929 | local wel2=it("Weld",Char)
| |
| 2930 | wel2.Part0=POS | |
| 2931 | wel2.Part1=pp2 | |
| 2932 | wel2.C0=wel2.C0*cf(0,-60,0) | |
| 2933 | wait() | |
| 2934 | ||
| 2935 | local wel3=it("Weld",Char)
| |
| 2936 | wel3.Part0=POS | |
| 2937 | wel3.Part1=pp3 | |
| 2938 | wel3.C0=wel3.C0*cf(-60,0,0) | |
| 2939 | wait() | |
| 2940 | local wel4=it("Weld",Char)
| |
| 2941 | wel4.Part0=POS | |
| 2942 | wel4.Part1=pp4 | |
| 2943 | wel4.C0=wel4.C0*cf(60,0,0) | |
| 2944 | local TransPoints={
| |
| 2945 | NumberSequenceKeypoint.new(0,0,0),NumberSequenceKeypoint.new(.51,0,0),NumberSequenceKeypoint.new(.517,.0123,0), | |
| 2946 | NumberSequenceKeypoint.new(.767,0.0926,0),NumberSequenceKeypoint.new(.88,.395,0),NumberSequenceKeypoint.new(1,1,0) | |
| 2947 | } | |
| 2948 | local SizePoints={
| |
| 2949 | NumberSequenceKeypoint.new(0,4.56,0),NumberSequenceKeypoint.new(.046,4.44,0),NumberSequenceKeypoint.new(.144,4.25,0), | |
| 2950 | NumberSequenceKeypoint.new(.521,4,0),NumberSequenceKeypoint.new(1,3.75,0) | |
| 2951 | } | |
| 2952 | local PE1=PEE(pp1,NumberSequence.new(SizePoints),ColorSequence.new(Color3.new(1,1,1),Color3.new(0,1,1)),.6,NumberSequence.new(TransPoints),v3(0,0,0),false,"Bottom",true,NumberRange.new(6,6,6),499999997952.000,NumberRange.new(0,0,0),NumberRange.new(0,0,0),NumberRange.new(6,6,6),0,"SpinningPortalEffect1","rbxassetid://300899374") | |
| 2953 | local PE2=PEE(pp2,NumberSequence.new(SizePoints),ColorSequence.new(Color3.new(1,1,1),Color3.new(0,1,1)),.6,NumberSequence.new(TransPoints),v3(0,0,0),false,"Top",true,NumberRange.new(6,6,6),499999997952.000,NumberRange.new(0,0,0),NumberRange.new(0,0,0),NumberRange.new(6,6,6),0,"SpinningPortalEffect2","rbxassetid://300899374") | |
| 2954 | local PE3=PEE(pp3,NumberSequence.new(SizePoints),ColorSequence.new(Color3.new(1,1,1),Color3.new(0,1,1)),.6,NumberSequence.new(TransPoints),v3(0,0,0),false,"Right",true,NumberRange.new(6,6,6),499999997952.000,NumberRange.new(0,0,0),NumberRange.new(0,0,0),NumberRange.new(6,6,6),0,"SpinningPortalEffect3","rbxassetid://300899374") | |
| 2955 | local PE4=PEE(pp4,NumberSequence.new(SizePoints),ColorSequence.new(Color3.new(1,1,1),Color3.new(0,1,1)),.6,NumberSequence.new(TransPoints),v3(0,0,0),false,"Left",true,NumberRange.new(6,6,6),499999997952.000,NumberRange.new(0,0,0),NumberRange.new(0,0,0),NumberRange.new(6,6,6),0,"SpinningPortalEffect4","rbxassetid://300899374") | |
| 2956 | spawn(function() | |
| 2957 | ||
| 2958 | ||
| 2959 | while Portalling==true do | |
| 2960 | wait() | |
| 2961 | POS.CFrame=POS.CFrame*angles(0,0,math.rad(3)) | |
| 2962 | end | |
| 2963 | POS:Destroy() | |
| 2964 | pp1:Destroy() | |
| 2965 | pp2:Destroy() | |
| 2966 | pp3:Destroy() | |
| 2967 | pp4:Destroy() | |
| 2968 | end) | |
| 2969 | wait(.5) | |
| 2970 | end | |
| 2971 | wait(5) | |
| 2972 | newpos() | |
| 2973 | chat:Chat(Char.Head,"Now, You Will Know What It's Like To Burn.","Green") | |
| 2974 | Ging=false | |
| 2975 | Ring:Destroy() | |
| 2976 | Ring2:Destroy() | |
| 2977 | ball:Destroy() | |
| 2978 | ball2:Destroy() | |
| 2979 | for i,v in pairs(Clear) do | |
| 2980 | v:Destroy() | |
| 2981 | end | |
| 2982 | wait(3) | |
| 2983 | --anims | |
| 2984 | chat:Chat(Char.Head,"DIE!!!!!","Green") | |
| 2985 | defpos() | |
| 2986 | ||
| 2987 | RS.C0 = clerp(RS.C0,RS.C0* angles(rad(-30), rad(0), rad(0)), 1) | |
| 2988 | LS.C0 = clerp(LS.C0,LS.C0* angles(rad(-30), rad(0), rad(0)), 1) | |
| 2989 | RH.C0 = clerp(RH.C0,RH.C0* angles(rad(-10), rad(0), rad(0)), 1) | |
| 2990 | LH.C0 = clerp(LH.C0,LH.C0* angles(rad(-10), rad(0), rad(0)), 1) | |
| 2991 | Neck.C0 = clerp(Neck.C0,Neck.C0*angles(rad(-35), rad(0), rad(0)), 1) | |
| 2992 | local cylp=part(Char,true,false,v3(1,1,1),Torso.CFrame*angles(0,0,math.rad(90)),c3(0,1,0),"Neon",.5) | |
| 2993 | local clym=mesh(cylp,"Cylinder",v3(5000,60,40)) | |
| 2994 | smoothNO(cylp) | |
| 2995 | spawn(function() | |
| 2996 | while REKING==true do r:wait() | |
| 2997 | cylp.CFrame=Torso.CFrame*angles(0,0,math.rad(90))*CFrame.new(ran(-2,2),0,ran(-2,2)) | |
| 2998 | end | |
| 2999 | end) | |
| 3000 | local Explosion=function() | |
| 3001 | local b1=part(Char,true,false,v3(1,1,1),Torso.CFrame,c3(0,1,0),"Neon",.5)--spike mesh in middle | |
| 3002 | local b2=part(Char,true,false,v3(1,1,1),Torso.CFrame,c3(0,0,0),"Neon",.6)--black ball mesh thats big and expands | |
| 3003 | local b3=part(Char,true,false,v3(1,1,1),Torso.CFrame,c3(0,1,0),"Neon",.7)--green ball mesh that coats black ball mesh | |
| 3004 | local r1=part(Char,true,false,v3(1,1,1),Torso.CFrame*angles(ran(-10,10),ran(-10,10),ran(-10,10)),c3(0,0,0),"Neon",.6)--ring that rotates around section | |
| 3005 | local r2=part(Char,true,false,v3(1,1,1),Torso.CFrame*angles(ran(-10,10),ran(-10,10),ran(-10,10)),c3(0,0,0),"Neon",.6)--ring that rotates around section | |
| 3006 | local bb=part(Char,true,false,v3(1,1,1),Torso.CFrame,c3(0,0,0),"Neon",.7)--black ball that envelopes all >:D rhymes | |
| 3007 | local gr=part(Char,true,false,v3(1,1,1),Torso.CFrame*angles(ran(-10,10),ran(-10,10),ran(-10,10)),c3(0,1,0),"Neon",.7)--green ring that goes around bb | |
| 3008 | local gr2=part(Char,true,false,v3(1,1,1),Torso.CFrame*angles(ran(-10,10),ran(-10,10),ran(-10,10)),c3(0,1,0),"Neon",.7)--green ring that goes around bb | |
| 3009 | local sw=part(Char,true,false,v3(1,1,1),Torso.CFrame,c3(0,1,0),"Neon",.7)--shockwave around whole fing | |
| 3010 | local sw2=part(Char,true,false,v3(1,1,1),Torso.CFrame,c3(0,1,0),"Neon",.7)--another shockwave around whole fing | |
| 3011 | local bm1=spmesh(b1,"rbxassetid://9982590",v3(8,8,8)) | |
| 3012 | local bm2=mesh(b2,"Sphere",v3(40,40,40)) | |
| 3013 | local bm3=mesh(b3,"Sphere",v3(42,42,42)) | |
| 3014 | local rm1=spmesh(r1,"rbxassetid://3270017",v3(50,50,30)) | |
| 3015 | local rm2=spmesh(r2,"rbxassetid://3270017",v3(50,50,30)) | |
| 3016 | local bbm=mesh(bb,"Sphere",v3(60,60,60)) | |
| 3017 | local grm1=spmesh(gr,"rbxassetid://3270017",v3(80,80,50)) | |
| 3018 | local grm2=spmesh(gr2,"rbxassetid://3270017",v3(80,80,50)) | |
| 3019 | local ss1=spmesh(sw,"rbxassetid://20329976",v3(40,15,40)) | |
| 3020 | local ss2=spmesh(sw2,"rbxassetid://20329976",v3(48,5,48)) | |
| 3021 | wait() | |
| 3022 | smoothNO(b1) | |
| 3023 | smoothNO(b2) | |
| 3024 | smoothNO(bb) | |
| 3025 | RealDamage(Torso,70,200,70,false) | |
| 3026 | for i=1,400 do r:wait() | |
| 3027 | --CFrames | |
| 3028 | b1.CFrame=b1.CFrame:lerp(b1.CFrame*CFrame.Angles(rad(3),0,rad(3)),.4) | |
| 3029 | r1.CFrame=r1.CFrame:lerp(r1.CFrame*CFrame.Angles(math.rad(ran(1,30)),math.rad(ran(1,30)),math.rad(ran(1,30))),.3) | |
| 3030 | r2.CFrame=r2.CFrame:lerp(r2.CFrame*CFrame.Angles(math.rad(ran(1,30)),math.rad(ran(1,30)),math.rad(ran(1,30))),.3) | |
| 3031 | gr.CFrame=gr.CFrame:lerp(gr.CFrame*CFrame.Angles(math.rad(ran(1,30)),math.rad(ran(1,30)),math.rad(ran(1,30))),.1) | |
| 3032 | gr2.CFrame=gr2.CFrame:lerp(gr2.CFrame*CFrame.Angles(math.rad(ran(1,30)),math.rad(ran(1,30)),math.rad(ran(1,30))),.1) | |
| 3033 | sw.CFrame=sw.CFrame:lerp(sw.CFrame*CFrame.Angles(0,math.rad(5),0),.4) | |
| 3034 | sw2.CFrame=sw2.CFrame:lerp(sw2.CFrame*CFrame.Angles(0,math.rad(-5),0),.4) | |
| 3035 | --Sizing | |
| 3036 | bm1.Scale=bm1.Scale:Lerp(bm1.Scale+Vector3.new(1.8,1.8,1.8),.069)--hehe | |
| 3037 | bm2.Scale=bm2.Scale:Lerp(bm2.Scale+Vector3.new(6,6,6),.1) | |
| 3038 | bm3.Scale=bm3.Scale:Lerp(bm3.Scale+Vector3.new(6,6,6),.1) | |
| 3039 | rm1.Scale=rm1.Scale:Lerp(rm1.Scale+Vector3.new(7,7,7),.1) | |
| 3040 | rm2.Scale=rm2.Scale:Lerp(rm2.Scale+Vector3.new(7,7,7),.1) | |
| 3041 | bbm.Scale=bbm.Scale:Lerp(bbm.Scale+Vector3.new(8,8,8),.1) | |
| 3042 | grm1.Scale=grm1.Scale:Lerp(grm1.Scale+Vector3.new(7,7,7),.1) | |
| 3043 | grm2.Scale=grm2.Scale:Lerp(grm2.Scale+Vector3.new(7,7,7),.1) | |
| 3044 | ss1.Scale=ss1.Scale:Lerp(ss1.Scale+Vector3.new(7,3,7),.1) | |
| 3045 | ss2.Scale=ss2.Scale:Lerp(ss2.Scale+Vector3.new(7,2,7),.1) | |
| 3046 | --Transparency | |
| 3047 | b1.Transparency=.7+i/400 | |
| 3048 | b2.Transparency=.7+i/400 | |
| 3049 | b3.Transparency=.7+i/400 | |
| 3050 | r1.Transparency=.7+i/400 | |
| 3051 | r2.Transparency=.7+i/400 | |
| 3052 | bb.Transparency=.7+i/400 | |
| 3053 | gr.Transparency=.7+i/400 | |
| 3054 | gr2.Transparency=.7+i/400 | |
| 3055 | sw.Transparency=.7+i/400 | |
| 3056 | sw2.Transparency=.7+i/400 | |
| 3057 | ||
| 3058 | end | |
| 3059 | --Destroying | |
| 3060 | b1:Destroy() | |
| 3061 | b2:Destroy() | |
| 3062 | b3:Destroy() | |
| 3063 | r1:Destroy() | |
| 3064 | r2:Destroy() | |
| 3065 | bb:Destroy() | |
| 3066 | gr:Destroy() | |
| 3067 | gr2:Destroy() | |
| 3068 | sw:Destroy() | |
| 3069 | sw2:Destroy() | |
| 3070 | end | |
| 3071 | for i=1,30 do r:wait() | |
| 3072 | spawn(function() | |
| 3073 | Explosion() | |
| 3074 | end) | |
| 3075 | wait(.89) | |
| 3076 | end | |
| 3077 | REKING=false | |
| 3078 | NBright={}
| |
| 3079 | local NBR=0 | |
| 3080 | for i=1,10 do | |
| 3081 | table.insert(NBright,NBR) | |
| 3082 | NBR=NBR+.1 | |
| 3083 | end | |
| 3084 | print"boop" | |
| 3085 | for i, v in pairs(NBright) do | |
| 3086 | print(v) | |
| 3087 | end | |
| 3088 | for i=1,#NBright do | |
| 3089 | Lighting.Brightness=NBright[i] | |
| 3090 | wait(.1) | |
| 3091 | end | |
| 3092 | Lighting.Brightness=1 | |
| 3093 | Portalling=false | |
| 3094 | for i=1,10 do wait() | |
| 3095 | C1.Transparency=i/10 | |
| 3096 | cylp.Transparency=.5+i/10 | |
| 3097 | end | |
| 3098 | Torso.Anchored=false | |
| 3099 | newpos() | |
| 3100 | attacking=false | |
| 3101 | canattack=true | |
| 3102 | ||
| 3103 | end | |
| 3104 | end) | |
| 3105 | ||
| 3106 | ||
| 3107 | ||
| 3108 | ||
| 3109 | ||
| 3110 | Mouse.KeyDown:connect(function(Key) | |
| 3111 | if Key=="p" and attacking==false then attacking=true | |
| 3112 | chat:Chat(Char.Head,"URAGH!","Green") | |
| 3113 | local Explosion=function() | |
| 3114 | local b1=part(Char,true,false,v3(1,1,1),Torso.CFrame,c3(0,1,0),"Neon",.5)--spike mesh in middle | |
| 3115 | local b2=part(Char,true,false,v3(1,1,1),Torso.CFrame,c3(0,0,0),"Neon",.6)--black ball mesh thats big and expands | |
| 3116 | local b3=part(Char,true,false,v3(1,1,1),Torso.CFrame,c3(0,1,0),"Neon",.7)--green ball mesh that coats black ball mesh | |
| 3117 | local r1=part(Char,true,false,v3(1,1,1),Torso.CFrame*angles(ran(-10,10),ran(-10,10),ran(-10,10)),c3(0,0,0),"Neon",.6)--ring that rotates around section | |
| 3118 | local r2=part(Char,true,false,v3(1,1,1),Torso.CFrame*angles(ran(-10,10),ran(-10,10),ran(-10,10)),c3(0,0,0),"Neon",.6)--ring that rotates around section | |
| 3119 | local bb=part(Char,true,false,v3(1,1,1),Torso.CFrame,c3(0,0,0),"Neon",.7)--black ball that envelopes all >:D rhymes | |
| 3120 | local gr=part(Char,true,false,v3(1,1,1),Torso.CFrame*angles(ran(-10,10),ran(-10,10),ran(-10,10)),c3(0,1,0),"Neon",.7)--green ring that goes around bb | |
| 3121 | local gr2=part(Char,true,false,v3(1,1,1),Torso.CFrame*angles(ran(-10,10),ran(-10,10),ran(-10,10)),c3(0,1,0),"Neon",.7)--green ring that goes around bb | |
| 3122 | local sw=part(Char,true,false,v3(1,1,1),Torso.CFrame,c3(0,1,0),"Neon",.7)--shockwave around whole fing | |
| 3123 | local sw2=part(Char,true,false,v3(1,1,1),Torso.CFrame,c3(0,1,0),"Neon",.7)--another shockwave around whole fing | |
| 3124 | local bm1=spmesh(b1,"rbxassetid://9982590",v3(8,8,8)) | |
| 3125 | local bm2=mesh(b2,"Sphere",v3(40,40,40)) | |
| 3126 | local bm3=mesh(b3,"Sphere",v3(42,42,42)) | |
| 3127 | local rm1=spmesh(r1,"rbxassetid://3270017",v3(50,50,30)) | |
| 3128 | local rm2=spmesh(r2,"rbxassetid://3270017",v3(50,50,30)) | |
| 3129 | local bbm=mesh(bb,"Sphere",v3(60,60,60)) | |
| 3130 | local grm1=spmesh(gr,"rbxassetid://3270017",v3(80,80,50)) | |
| 3131 | local grm2=spmesh(gr2,"rbxassetid://3270017",v3(80,80,50)) | |
| 3132 | local ss1=spmesh(sw,"rbxassetid://20329976",v3(40,15,40)) | |
| 3133 | local ss2=spmesh(sw2,"rbxassetid://20329976",v3(48,5,48)) | |
| 3134 | wait() | |
| 3135 | smoothNO(b1) | |
| 3136 | smoothNO(b2) | |
| 3137 | smoothNO(bb) | |
| 3138 | for i=1,400 do r:wait() | |
| 3139 | --CFrames | |
| 3140 | b1.CFrame=b1.CFrame:lerp(b1.CFrame*CFrame.Angles(rad(3),0,rad(3)),.4) | |
| 3141 | r1.CFrame=r1.CFrame:lerp(r1.CFrame*CFrame.Angles(math.rad(ran(1,30)),math.rad(ran(1,30)),math.rad(ran(1,30))),.3) | |
| 3142 | r2.CFrame=r2.CFrame:lerp(r2.CFrame*CFrame.Angles(math.rad(ran(1,30)),math.rad(ran(1,30)),math.rad(ran(1,30))),.3) | |
| 3143 | gr.CFrame=gr.CFrame:lerp(gr.CFrame*CFrame.Angles(math.rad(ran(1,30)),math.rad(ran(1,30)),math.rad(ran(1,30))),.1) | |
| 3144 | gr2.CFrame=gr2.CFrame:lerp(gr2.CFrame*CFrame.Angles(math.rad(ran(1,30)),math.rad(ran(1,30)),math.rad(ran(1,30))),.1) | |
| 3145 | sw.CFrame=sw.CFrame:lerp(sw.CFrame*CFrame.Angles(0,math.rad(5),0),.4) | |
| 3146 | sw2.CFrame=sw2.CFrame:lerp(sw2.CFrame*CFrame.Angles(0,math.rad(-5),0),.4) | |
| 3147 | --Sizing | |
| 3148 | bm1.Scale=bm1.Scale:Lerp(bm1.Scale+Vector3.new(1.8,1.8,1.8),.069)--hehe | |
| 3149 | bm2.Scale=bm2.Scale:Lerp(bm2.Scale+Vector3.new(6,6,6),.1) | |
| 3150 | bm3.Scale=bm3.Scale:Lerp(bm3.Scale+Vector3.new(6,6,6),.1) | |
| 3151 | rm1.Scale=rm1.Scale:Lerp(rm1.Scale+Vector3.new(7,7,7),.1) | |
| 3152 | rm2.Scale=rm2.Scale:Lerp(rm2.Scale+Vector3.new(7,7,7),.1) | |
| 3153 | bbm.Scale=bbm.Scale:Lerp(bbm.Scale+Vector3.new(8,8,8),.1) | |
| 3154 | grm1.Scale=grm1.Scale:Lerp(grm1.Scale+Vector3.new(7,7,7),.1) | |
| 3155 | grm2.Scale=grm2.Scale:Lerp(grm2.Scale+Vector3.new(7,7,7),.1) | |
| 3156 | ss1.Scale=ss1.Scale:Lerp(ss1.Scale+Vector3.new(7,3,7),.1) | |
| 3157 | ss2.Scale=ss2.Scale:Lerp(ss2.Scale+Vector3.new(7,2,7),.1) | |
| 3158 | --Transparency | |
| 3159 | b1.Transparency=.7+i/400 | |
| 3160 | b2.Transparency=.7+i/400 | |
| 3161 | b3.Transparency=.7+i/400 | |
| 3162 | r1.Transparency=.7+i/400 | |
| 3163 | r2.Transparency=.7+i/400 | |
| 3164 | bb.Transparency=.7+i/400 | |
| 3165 | gr.Transparency=.7+i/400 | |
| 3166 | gr2.Transparency=.7+i/400 | |
| 3167 | sw.Transparency=.7+i/400 | |
| 3168 | sw2.Transparency=.7+i/400 | |
| 3169 | ||
| 3170 | end | |
| 3171 | b1:Destroy() | |
| 3172 | b2:Destroy() | |
| 3173 | b3:Destroy() | |
| 3174 | r1:Destroy() | |
| 3175 | r2:Destroy() | |
| 3176 | bb:Destroy() | |
| 3177 | gr:Destroy() | |
| 3178 | gr2:Destroy() | |
| 3179 | sw:Destroy() | |
| 3180 | sw2:Destroy() | |
| 3181 | end | |
| 3182 | Torso.Anchored=true | |
| 3183 | RS.C0 = clerp(RS.C0,RS.C0* angles(rad(-30), rad(0), rad(0)), 1) | |
| 3184 | LS.C0 = clerp(LS.C0,LS.C0* angles(rad(-30), rad(0), rad(0)), 1) | |
| 3185 | RH.C0 = clerp(RH.C0,RH.C0* angles(rad(-10), rad(0), rad(0)), 1) | |
| 3186 | LH.C0 = clerp(LH.C0,LH.C0* angles(rad(-10), rad(0), rad(0)), 1) | |
| 3187 | Neck.C0 = clerp(Neck.C0,Neck.C0*angles(rad(-35), rad(0), rad(0)), 1) | |
| 3188 | spawn(function() | |
| 3189 | Explosion() | |
| 3190 | end) | |
| 3191 | wait(2) | |
| 3192 | Torso.Anchored=false | |
| 3193 | newpos() | |
| 3194 | ||
| 3195 | attacking=false | |
| 3196 | end | |
| 3197 | end) | |
| 3198 | ||
| 3199 | Mouse.KeyDown:connect(function(Key) | |
| 3200 | if Key=="l" then | |
| 3201 | local poop=part(Char,true,false,v3(1,1,1),Torso.CFrame,c3(0,1,0),"Neon",.7) | |
| 3202 | local cyl=mesh(poop,"Cylinder",v3(1,1,1)) | |
| 3203 | for i=1,60,.2 do r:wait() | |
| 3204 | cyl.Scale=Vector3.new(i*2,i*2,4) | |
| 3205 | poop.CFrame=Torso.CFrame*CFrame.new(0,0,-i)*CFrame.Angles(0,rad(90),0) | |
| 3206 | end | |
| 3207 | ||
| 3208 | end | |
| 3209 | end) | |
| 3210 | ||
| 3211 | Mouse.KeyDown:connect(function(Key) | |
| 3212 | if Key=="m" then | |
| 3213 | local poop=part(Char,true,false,v3(1,1,1),Torso.CFrame*cf(ran(3,10),ran(0,10),ran(3,10)),c3(0,1,0),"Neon",.7) | |
| 3214 | poop.CFrame=poop.CFrame*CFrame.new(poop.Position-Torso.Position,poop.Position) | |
| 3215 | end | |
| 3216 | end) | |
| 3217 | ||
| 3218 | ||
| 3219 | ||
| 3220 | ||
| 3221 | ||
| 3222 | ||
| 3223 | ||
| 3224 | ||
| 3225 | ||
| 3226 | local animpose = "Idle" | |
| 3227 | local lastanimpose = "Idle" | |
| 3228 | local sine = 0 | |
| 3229 | local change = 1 | |
| 3230 | local val = 0 | |
| 3231 | local ffing = false | |
| 3232 | ------------------------------- | |
| 3233 | game:GetService("RunService").RenderStepped:connect(function()
| |
| 3234 | --[[if char.Humanoid.Jump == true then | |
| 3235 | jump = true | |
| 3236 | else | |
| 3237 | jump = false | |
| 3238 | end]] | |
| 3239 | char.Humanoid.FreeFalling:connect(function(f) | |
| 3240 | if f then | |
| 3241 | ffing = true | |
| 3242 | else | |
| 3243 | ffing = false | |
| 3244 | end | |
| 3245 | end) | |
| 3246 | sine = sine + change | |
| 3247 | if jumpn == true then | |
| 3248 | animpose = "Jumping" | |
| 3249 | elseif ffing == true then | |
| 3250 | animpose = "Freefalling" | |
| 3251 | elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 2 then | |
| 3252 | animpose = "Idle" | |
| 3253 | elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 20 then | |
| 3254 | animpose = "Walking" | |
| 3255 | elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude > 20 then | |
| 3256 | animpose = "Running" | |
| 3257 | end | |
| 3258 | if animpose ~= lastanimpose then | |
| 3259 | sine = 0 | |
| 3260 | if Debounces.NoIdl == false then | |
| 3261 | if animpose == "Idle" then | |
| 3262 | for i = 1, 2 do | |
| 3263 | rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.62,0)*CFrame.Angles(math.rad(-6),math.rad(-6),math.rad(8)), 0.4) | |
| 3264 | larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.62,0)*CFrame.Angles(math.rad(-6),math.rad(6),math.rad(-8)), 0.4) | |
| 3265 | hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(0),0), 0.4) | |
| 3266 | torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(0), math.rad(0)), 0.4) | |
| 3267 | lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(-8)), 0.4) | |
| 3268 | rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(8)), 0.4) | |
| 3269 | end | |
| 3270 | elseif animpose == "Walking" then | |
| 3271 | for i = 1, 2 do | |
| 3272 | rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.55,0)*CFrame.Angles(math.rad(-16),math.rad(-12),math.rad(10+2*math.cos(sine/14))), 0.2) | |
| 3273 | larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.55,0)*CFrame.Angles(math.rad(-16),math.rad(12),math.rad(-10-2*math.cos(sine/14))), 0.2) | |
| 3274 | hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, -.2) * CFrame.Angles(math.rad(-14),0,0), 0.4) | |
| 3275 | torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(-10),0, math.rad(0)), 0.05) | |
| 3276 | lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-8), 0, math.rad(-8)), 0.4) | |
| 3277 | rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-8), 0, math.rad(8)), 0.4) | |
| 3278 | end | |
| 3279 | elseif animpose == "Running" then | |
| 3280 | for i = 1, 2 do | |
| 3281 | rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.55,0)*CFrame.Angles(math.rad(-20),math.rad(-14),math.rad(8+2*math.cos(sine/14))), 0.2) | |
| 3282 | larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.55,0)*CFrame.Angles(math.rad(-20),math.rad(14),math.rad(-8-2*math.cos(sine/14))), 0.2) | |
| 3283 | hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, -.2) * CFrame.Angles(math.rad(-10),0,0), 0.4) | |
| 3284 | torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(-20),0, math.rad(0)), 0.4) | |
| 3285 | lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-12), 0, math.rad(-7)), 0.4) | |
| 3286 | rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-12), 0, math.rad(7)), 0.4) | |
| 3287 | wait() | |
| 3288 | end | |
| 3289 | end | |
| 3290 | else | |
| 3291 | end | |
| 3292 | end | |
| 3293 | lastanimpose = animpose | |
| 3294 | if Debounces.NoIdl == false then | |
| 3295 | if animpose == "Idle" then | |
| 3296 | change = 0.5 | |
| 3297 | rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.62+0.1*math.cos(sine/10),0)*CFrame.Angles(math.rad(-10),math.rad(-10),math.rad(14+2*math.cos(sine/10))), 0.4) | |
| 3298 | larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.62+0.1*math.cos(sine/10),0)*CFrame.Angles(math.rad(-20),math.rad(6),math.rad(-10-2*math.cos(sine/10))), 0.4) | |
| 3299 | hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14+1*math.cos(sine/10)),math.rad(20),0), 0.2) | |
| 3300 | hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.2) | |
| 3301 | torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 1-0.16*math.cos(sine/10), 0) * CFrame.Angles(0, math.rad(-20), math.rad(0)), 0.05) | |
| 3302 | lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, 0-0.1*math.cos(sine/10), -0.55) * CFrame.Angles(math.rad(-10+1*math.cos(sine/10)), math.rad(10), math.rad(-0-2*math.cos(sine/10))), 0.4) | |
| 3303 | rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1-0.1*math.cos(sine/10), 0) * CFrame.Angles(0, math.rad(-10), math.rad(0+2*math.cos(sine/10))), 0.4) | |
| 3304 | elseif animpose == "Walking" then | |
| 3305 | change = 1 | |
| 3306 | rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.55,0)*CFrame.Angles(math.rad(-16),math.rad(-12),math.rad(10+2*math.cos(sine/14))), 0.2) | |
| 3307 | larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.55,0)*CFrame.Angles(math.rad(-16),math.rad(12),math.rad(-10-2*math.cos(sine/14))), 0.2) | |
| 3308 | hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, -.2) * CFrame.Angles(math.rad(-14),0,0), 0.4) | |
| 3309 | torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0-0.1*math.cos(sine/14), 0) * CFrame.Angles(math.rad(-10),0, math.rad(0)), 0.05) | |
| 3310 | lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-8), 0, math.rad(-8)), 0.4) | |
| 3311 | rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-8), 0, math.rad(8)), 0.4) | |
| 3312 | elseif animpose == "Running" then | |
| 3313 | change = 1 | |
| 3314 | rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.35,.4)*CFrame.Angles(math.rad(-30),math.rad(14),math.rad(-30+2*math.cos(sine/14))), 0.2) | |
| 3315 | larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.2,0.55,-.4)*CFrame.Angles(math.rad(110),math.rad(0),math.rad(40-2*math.cos(sine/14))), 0.2) | |
| 3316 | hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, .2) * CFrame.Angles(math.rad(20),math.rad(10),0), 0.4) | |
| 3317 | torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0-0.1*math.cos(sine/14), 0) * CFrame.Angles(math.rad(-40),math.rad(-10), math.rad(0)), 0.2) | |
| 3318 | lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, 0, -1.2) * CFrame.Angles(math.rad(-20), math.rad(10), math.rad(0)), 0.4) | |
| 3319 | rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-12), math.rad(10), math.rad(0)), 0.4) | |
| 3320 | end | |
| 3321 | end | |
| 3322 | end) | |
| 3323 | ||
| 3324 | hum.MaxHealth = math.huge | |
| 3325 | wait(3) | |
| 3326 | hum.Health = math.huge | |
| 3327 | spawn(function() | |
| 3328 | while wait(2) | |
| 3329 | do | |
| 3330 | GroundWave3() | |
| 3331 | end | |
| 3332 | end) |