Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Player = game.Players.LocalPlayer
- local Character = game.Players.LocalPlayer.Character
- local Create = LoadLibrary("RbxUtility").Create
- CFuncs = {
- ["Weld"] = {
- Create = function(Parent, Part0, Part1, C0, C1)
- local Weld = Create("Weld"){
- Parent = Parent,
- Part0 = Part0,
- Part1 = Part1,
- C0 = C0,
- C1 = C1,
- }
- return Weld
- end;
- };
- ["Sound"] = {
- Create = function(id, par, vol, pit)
- coroutine.resume(coroutine.create(function()
- local S = Create("Sound"){
- Volume = vol,
- Pitch = pit or 1,
- SoundId = id,
- Parent = par or workspace,
- }
- wait()
- S:play()
- game:GetService("Debris"):AddItem(S, 6)
- end))
- end;
- };
- ["ParticleEmitter"] = {
- Create = function(Parent, Color1, Color2, LightEmission, Size, Texture, Transparency, ZOffset, Accel, Drag, LockedToPart, VelocityInheritance, EmissionDirection, Enabled, LifeTime, Rate, Rotation, RotSpeed, Speed, VelocitySpread)
- local fp = Create("ParticleEmitter"){
- Parent = Parent,
- Color = ColorSequence.new(Color1, Color2),
- LightEmission = LightEmission,
- Size = Size,
- Texture = Texture,
- Transparency = Transparency,
- ZOffset = ZOffset,
- Acceleration = Accel,
- Drag = Drag,
- LockedToPart = LockedToPart,
- VelocityInheritance = VelocityInheritance,
- EmissionDirection = EmissionDirection,
- Enabled = Enabled,
- Lifetime = LifeTime,
- Rate = Rate,
- Rotation = Rotation,
- RotSpeed = RotSpeed,
- Speed = Speed,
- VelocitySpread = VelocitySpread,
- }
- return fp
- end;
- };
- CreateTemplate = {
- };
- }
- New = function(Object, Parent, Name, Data)
- local Object = Instance.new(Object)
- for Index, Value in pairs(Data or {}) do
- Object[Index] = Value
- end
- Object.Parent = Parent
- Object.Name = Name
- return Object
- end
- CV="Really black"
- ArtificialHB = Create("BindableEvent", script){
- Parent = script,
- Name = "Heartbeat",
- }
- function swait(num)
- if num == 0 or num == nil then
- ArtificialHB.Event:wait()
- else
- for i = 0, num do
- ArtificialHB.Event:wait()
- end
- end
- end
- function chat(chatt)
- local text = Instance.new("BillboardGui", game.Players.LocalPlayer.Character)
- text.Size = UDim2.new(0,100,0,40)
- text.StudsOffset = Vector3.new(0,3,0)
- text.Adornee = game.Players.LocalPlayer.Character.Head
- text.Name = "1"
- local text1 = Instance.new("TextLabel",text)
- text1.BackgroundTransparency = 1
- text1.TextStrokeTransparency = 1
- text1.TextTransparency = 1
- text1.BorderSizePixel = 0
- text1.Text = chatt
- text1.Font = "Fantasy"
- text1.FontSize = "Size36"
- text1.TextStrokeTransparency = 0
- text1.TextColor3 = Color3.new(1,1,1)
- text1.TextStrokeColor3 = Color3.new(0,0,0)
- text1.Size = UDim2.new(1,0,0.5,0)
- for i=1,15 do
- wait()
- text1.TextStrokeTransparency = text1.TextStrokeTransparency - 0.1
- text1.TextTransparency = text1.TextTransparency - 0.1
- end
- wait(1)
- for i=1,25 do
- wait()
- text1.TextStrokeTransparency = text1.TextStrokeTransparency + 0.1
- text1.TextTransparency = text1.TextTransparency + 0.1
- end
- end
- function chatfunc(text)
- local chat = coroutine.wrap(function()
- if Character:FindFirstChild("TalkingBillBoard")~= nil then
- Character:FindFirstChild("TalkingBillBoard"):destroy()
- end
- local naeeym2 = Instance.new("BillboardGui",Character)
- naeeym2.Size = UDim2.new(0,100,0,40)
- naeeym2.StudsOffset = Vector3.new(0,3,0)
- naeeym2.Adornee = Character.Head
- naeeym2.Name = "TalkingBillBoard"
- local tecks2 = Instance.new("TextLabel",naeeym2)
- tecks2.BackgroundTransparency = 1
- tecks2.BorderSizePixel = 0
- tecks2.Text = ""
- tecks2.Font = "Fantasy"
- tecks2.TextSize = 30
- tecks2.TextStrokeTransparency = 0
- tecks2.TextColor3 = Color3.new(0,0,0)
- tecks2.TextStrokeColor3 = Color3.new(0,0,0)
- tecks2.Size = UDim2.new(1,0,0.5,0)
- local tecks3 = Instance.new("TextLabel",naeeym2)
- tecks3.BackgroundTransparency = 1
- tecks3.BorderSizePixel = 0
- tecks3.Text = ""
- tecks3.Font = "Fantasy"
- tecks3.TextSize = 30
- tecks3.TextStrokeTransparency = 0
- tecks3.TextColor3 = Color3.new(0,0,0)
- tecks3.TextStrokeColor3 = Color3.new(255,255,255)
- tecks3.Size = UDim2.new(1,0,0.5,0)
- for i = 1,string.len(text),1 do
- CFuncs["Sound"].Create("http://www.roblox.com/asset/?id=565939471", Character, 6, .8)
- tecks2.Text = string.sub(text,1,i)
- tecks3.Text = string.sub(text,1,i)
- wait(0.01)
- end
- wait(2)
- for i = 1, 50 do
- swait()
- tecks2.Position = tecks2.Position - UDim2.new(math.random(-.4,.4),math.random(-5,5),.05,math.random(-5,5))
- tecks2.Rotation = tecks2.Rotation - .8
- tecks2.TextStrokeTransparency = tecks2.TextStrokeTransparency +.04
- tecks2.TextTransparency = tecks2.TextTransparency + .04
- tecks3.Position = tecks2.Position - UDim2.new(math.random(-.4,.4),math.random(-5,5),.05,math.random(-5,5))
- tecks3.Rotation = tecks2.Rotation + .8
- tecks3.TextStrokeTransparency = tecks2.TextStrokeTransparency +.04
- tecks3.TextTransparency = tecks2.TextTransparency + .04
- end
- naeeym2:Destroy()
- end)
- chat()
- end
- function onChatted(msg)
- chatfunc(msg)
- end
- Player.Chatted:connect(onChatted)
- abss = Instance.new("BillboardGui",Character)
- abss.Size = UDim2.new(10,0,10,0)
- abss.Enabled = false
- abss.Name = "ROCKYMOUNT"
- imgl = Instance.new("ImageLabel",abss)
- imgl.Position = UDim2.new(0,0,0,0)
- imgl.Size = UDim2.new(1,0,1,0)
- imgl.Image = "rbxassetid://711463989"
- imgl.BackgroundTransparency = 1
- imgl.ImageColor3 = Color3.new(0,255,255)
- img2 = Instance.new("ImageLabel",abss)
- img2.Position = UDim2.new(0,0,0,0)
- img2.Size = UDim2.new(1,0,1,0)
- img2.Image = "rbxassetid://711463989"
- img2.BackgroundTransparency = 1
- img2.ImageColor3 = Color3.new(0,255,255)
- local lolf = true
- local shake = false
- local go2 = false
- local up = 0
- local grab2 = false
- local pushed = false
- base = Instance.new("Part",workspace)
- base.Name = "Base"
- base.Transparency = 1
- z42d = Instance.new("Sound",game.Players.LocalPlayer.Character)
- z42d.Volume = 100
- z42d.Looped = true
- z42d.SoundId = "rbxassetid://515604325"
- z42d:Play()
- local jk = false
- local kiout = false
- local rl = true
- ll = 0
- local combodamage = 999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999e+999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
- local can = 5
- local lolwait = 3
- local auracan3 = true
- local auracan1 = true
- local darius1 = true
- local ki = true
- local darius = true
- local kamecolor = "Really black"
- z42 = Instance.new("Sound",game.Players.LocalPlayer.Character)
- z42.Volume = 20
- z42.Looped = false
- z42.SoundId = "rbxassetid://863808186"
- local clickon = false
- local beamknockback = 0
- local beamdamage = 100
- local hited1 = false
- local hited = false
- local kamesize = 1
- local kamehameha = false
- local walksound = "rbxassetid://908473722"
- local moving = false
- local poon = false
- local v3 = Vector3.new
- divine = Instance.new("Part",game.Players.LocalPlayer.Character)
- divine.Size = Vector3.new(0.5,0.5,3)
- divine.Position = v3(5,50,5)
- divine.BrickColor = BrickColor.new("Really red")
- divine.Transparency = 1
- divinemesh = Instance.new("SpecialMesh",divine)
- divinemesh.MeshType = "Sphere"
- divinemesh.Scale = v3(1,1,1)
- ------------------------------------------------------------------
- divine2 = Instance.new("Part",game.Players.LocalPlayer.Character)
- divine2.Size = Vector3.new(0.5,0.5,3)
- divine2.Position = v3(5,5,5)
- divine2.BrickColor = BrickColor.new("Really red")
- divine2.Transparency = 1
- divinemesh = Instance.new("SpecialMesh",divine2)
- divinemesh.MeshType = "Sphere"
- divinemesh.Scale = v3(1,1,1)
- ------------------------------------------------------------------
- divine3 = Instance.new("Part",game.Players.LocalPlayer.Character)
- divine3.Size = Vector3.new(0.5,0.5,3)
- divine3.Position = v3(5,8,5)
- divine3.BrickColor = BrickColor.new("Really red")
- divine3.Transparency = 1
- divinemesh = Instance.new("SpecialMesh",divine3)
- divinemesh.MeshType = "Sphere"
- divinemesh.Scale = v3(1,1,1)
- ------------------------------------------------------------------
- divine4 = Instance.new("Part",game.Players.LocalPlayer.Character)
- divine4.Size = Vector3.new(0.5,0.5,3)
- divine4.Position = v3(5,3,5)
- divine4.BrickColor = BrickColor.new("Really red")
- divine4.Transparency = 1
- divinemesh = Instance.new("SpecialMesh",divine4)
- divinemesh.MeshType = "Sphere"
- divinemesh.Scale = v3(1,1,1)
- ------------------------------------------------------------------
- divine5 = Instance.new("Part",game.Players.LocalPlayer.Character)
- divine5.Size = Vector3.new(0.5,0.5,3)
- divine5.Position = v3(5,55,5)
- divine5.BrickColor = BrickColor.new("Really red")
- divine5.Transparency = 1
- divinemesh = Instance.new("SpecialMesh",divine5)
- divinemesh.MeshType = "Sphere"
- divinemesh.Scale = v3(1,1,1)
- ------------------------------------------------------------------
- divine6 = Instance.new("Part",game.Players.LocalPlayer.Character)
- divine6.Size = Vector3.new(0.5,0.5,3)
- divine6.Position = v3(5,5,5)
- divine6.BrickColor = BrickColor.new("Really red")
- divine6.Transparency = 1
- divinemesh = Instance.new("SpecialMesh",divine6)
- divinemesh.MeshType = "Sphere"
- divinemesh.Scale = v3(1,1,1)
- local new=Instance.new
- local rad=math.rad
- local cf=CFrame.new
- local v3=Vector3.new
- local ang=function(x,y,z)
- return CFrame.Angles(rad(x),rad(y),rad(z))
- end
- local player=game:service'Players'.LocalPlayer
- local char=player.Character
- local cam=workspace.Camera
- local mouse=player:GetMouse()
- local weld=function(a,b,c0,c1)
- m=Instance.new('Motor',a)
- m.Part0=a
- m.Part1=b
- m.C0=c0
- m.C1=c1
- return m
- end
- beamm=Instance.new('Model',workspace)
- beamm.Name='beam'
- laser=false
- rs=Instance.new('Part',char)
- rs.Transparency=1
- rs.CanCollide=false
- rs.TopSurface,rs.BottomSurface=0,0
- rs.FormFactor=3
- rs.Size=Vector3.new(.5,.5,.5)
- ls=rs:Clone()
- ls.Parent=char
- s1=Instance.new('Sound',char)
- s1.Volume=1
- s1.Pitch=1
- s1.Looped=true
- particles={}
- local wep=new('Part',char)
- wep.FormFactor=3
- wep.Transparency = 1
- wep.CanCollide=false
- wep.Size=v3(0.1,0.1,0.1)
- wep.TopSurface,wep.BottomSurface=0,0
- local wepw=weld(wep,char['Torso'],cf(0,2,0),ang(95,0,0))
- local beam1=wep:Clone()
- beam1:ClearAllChildren()
- beam1.Material='Neon'
- beam1.BrickColor=BrickColor.new(kamecolor)
- beam1.Color = Color3.fromRGB(35,0,53)
- beam1.Size=Vector3.new(1,1,1)
- beam1.Transparency=0
- beam1.Anchored=true
- local ms=Instance.new('BlockMesh',beam1)
- local inner1=beam1:Clone()
- inner1.Transparency=1
- inner1.Material='SmoothPlastic'
- inner1.BrickColor=BrickColor.new(kamecolor)
- inner1.Color = Color3.fromRGB(35,0,53)
- local ms2=inner1.Mesh
- local expl1=inner1:Clone()
- expl1.Mesh:Destroy()
- expl1.Material='Neon'
- expl1.BrickColor=BrickColor.new(kamecolor)
- expl1.Color = Color3.fromRGB(35,0,53)
- expl1.Size=Vector3.new(1,1,1)
- expl1.Transparency=0
- pl=Instance.new('PointLight',expl1)
- pl.Color=expl1.BrickColor.Color
- pl.Range=pl.Range*2
- pl.Name='light'
- local br=pl.Range
- local exa1=expl1:Clone()
- exa1.Size=Vector3.new(1,1,1)
- pl2=exa1.light
- local part=exa1:Clone()
- part.Size=Vector3.new(1.5,1.5,1.5)
- pl3=part.light
- pms=Instance.new('BlockMesh',part)
- char.Humanoid.Died:connect(function()
- laser=false
- beam1.Parent=nil
- inner1.Parent=nil
- expl1.Parent=nil
- exa1.Parent=nil
- s1:stop()
- end)
- parti=0
- game:service'RunService'.Stepped:connect(function()
- parti=parti+1
- for i,v in pairs(particles) do
- v.CFrame=v.CFrame*CFrame.new(0,0,-.3)
- v.Transparency=v.Transparency+.08
- if v.Transparency >= 1 then
- v:Destroy()
- table.remove(particles,i)
- else
- v.Parent=beamm
- end
- end
- a=cam.CoordinateFrame.p
- b=mouse.Hit.p
- mhitr=Ray.new(a,(b-a).unit*999)
- mhit,ps=workspace:FindPartOnRayWithIgnoreList(mhitr,{char,beamm})
- if laser then
- beamm.Parent=workspace
- beam1.Parent=beamm
- inner1.Parent=beamm
- expl1.Parent=beamm
- exa1.Parent=beamm
- s1.Volume=s1.Volume-0.0034
- ray=Ray.new((wep.CFrame*cf(0,-1.5,0)).p,((wep.CFrame*cf(0,-10,0)).p-(wep.CFrame*cf(0,-1.5,0)).p).unit*999)
- hit,pos=workspace:FindPartOnRayWithIgnoreList(ray,{char,beamm})
- if hit and s1.Volume > .3 and parti/8==math.floor(parti/8) then
- if hit.Parent:IsA("Model") and hit ~= workspace.Base then
- hit.Parent:BreakJoints()
- wait()
- end
- if hit.Parent:IsA("Part") and hit ~= workspace.Base then
- hit.Anchored = false
- hit.Position = hit.Position + Vector3.new(0,1,0)
- block = Instance.new("BodyForce",hit)
- block.Force = beam1.CFrame.lookVector
- s1.Volume=s1.Volume+0.0034
- hit.Position = hit.Position + Vector3.new(0,1,0)
- block = Instance.new("BodyForce",hit)
- block.Force = beam1.CFrame.lookVector
- end
- end
- if hit and hit.Parent==workspace.Terrain or hit==workspace.Terrain and parti/8==math.floor(parti/8) then
- e=Instance.new('Explosion',workspace)
- e.Position=pos
- e.BlastRadius=14
- e.BlastPressure=1e4
- end
- if hit and not hit.Anchored and not (hit:GetMass()>1e4) then
- hit.Velocity=hit.Velocity+beam1.CFrame.lookVector*(1*s1.Volume*hit:GetMass())
- end
- if parti==math.floor(parti) then
- par=part:Clone()
- table.insert(particles,par)
- par.Parent=beamm
- par.Transparency=1-s1.Volume
- par.light.Range=br*s1.Volume
- par.CFrame=cf(pos)*ang(math.random(-180,180),math.random(-180,180),math.random(-180,180))*cf(10,10,10)
- end
- mag=((wep.CFrame*cf(0,-1.5,0)).p-pos).magnitude
- ms.Scale=v3(s1.Volume,s1.Volume,mag)
- ms2.Scale=v3(ms.Scale.x/2,ms.Scale.y/2,mag-(.1/mag))
- beam1.CFrame=cf((wep.CFrame*cf(0,-1.5,0)).p,pos)*cf(0,0,-mag/2)*ang(0,0,math.random(0,180))
- inner1.CFrame=beam1.CFrame
- pl.Range=br*s1.Volume
- pl2.Range=br*s1.Volume
- expl1.Transparency=0
- expl1.CFrame=cf(pos)*ang(math.random(0,180),math.random(0,180),math.random(0,180))
- exa1.CFrame=wep.CFrame*cf(0,-1.5,0)*ang(math.random(0,180),math.random(0,180),math.random(0,180))
- end
- end)
- local base = true
- local ssjr = false
- local down2 = false
- local ok = 0
- local lala = false
- local walkon = false
- local idle = true
- local idle1 = true
- local canattack = true
- local nohit = 0
- local p = game.Players.LocalPlayer
- local char = p.Character
- local mouse = p:GetMouse()
- local larm = char["Left Arm"]
- local rarm = char["Right Arm"]
- local lleg = char["Left Leg"]
- local rleg = char["Right Leg"]
- local hed = char.Head
- local torso = char.Torso
- zwc = Instance.new("Sound",torso)
- zwc.Volume = 1
- zwc.Looped = false
- zwc.SoundId = "rbxassetid://137579113"
- local hum = char.Humanoid
- hum.Name = "loldar"
- local cam = game.Workspace.CurrentCamera
- local root = char.HumanoidRootPart
- local deb = false
- local shot = 0
- local walk = true
- local debris=game:service"Debris"
- local l = game:GetService("Lighting")
- local rs = game:GetService("RunService").RenderStepped
- local canattack = true
- hed.face.Texture = "http://www.roblox.com/asset/?id=1002452110"
- ptz = {0.8, 0.85, 0.9, 0.95, 1, 1.05, 1.1}
- function lerp(a, b, t) -- Linear interpolation
- return a + (b - a)*t
- end
- function slerp(a, b, t) --Spherical interpolation
- dot = a:Dot(b)
- if dot > 0.99999 or dot < -0.99999 then
- return t <= 0.5 and a or b
- else
- r = math.acos(dot)
- return (a*math.sin((1 - t)*r) + b*math.sin(t*r)) / math.sin(r)
- end
- end
- function matrixInterpolate(a, b, t)
- local ax, ay, az, a00, a01, a02, a10, a11, a12, a20, a21, a22 = a:components()
- local bx, by, bz, b00, b01, b02, b10, b11, b12, b20, b21, b22 = b:components()
- local v0 = lerp(Vector3.new(ax, ay, az), Vector3.new(bx , by , bz), t) -- Position
- local v1 = slerp(Vector3.new(a00, a01, a02), Vector3.new(b00, b01, b02), t) -- Vector right
- local v2 = slerp(Vector3.new(a10, a11, a12), Vector3.new(b10, b11, b12), t) -- Vector up
- local v3 = slerp(Vector3.new(a20, a21, a22), Vector3.new(b20, b21, b22), t) -- Vector back
- local t = v1:Dot(v2)
- if not (t < 0 or t == 0 or t > 0) then -- Failsafe
- return CFrame.new()
- end
- return CFrame.new(
- v0.x, v0.y, v0.z,
- v1.x, v1.y, v1.z,
- v2.x, v2.y, v2.z,
- v3.x, v3.y, v3.z)
- end
- ----------------------------------------------------
- function genWeld(a,b)
- local w = Instance.new("Weld",a)
- w.Part0 = a
- w.Part1 = b
- return w
- end
- function weld(a, b)
- local weld = Instance.new("Weld")
- weld.Name = "W"
- weld.Part0 = a
- weld.Part1 = b
- weld.C0 = a.CFrame:inverse() * b.CFrame
- weld.Parent = a
- return weld;
- end
- ----------------------------------------------------
- function Lerp(c1,c2,al)
- local com1 = {c1.X,c1.Y,c1.Z,c1:toEulerAnglesXYZ()}
- local com2 = {c2.X,c2.Y,c2.Z,c2:toEulerAnglesXYZ()}
- for i,v in pairs(com1) do
- com1[i] = v+(com2[i]-v)*al
- end
- return CFrame.new(com1[1],com1[2],com1[3]) * CFrame.Angles(select(4,unpack(com1)))
- end
- ----------------------------------------------------
- newWeld = function(wp0, wp1, wc0x, wc0y, wc0z)
- local wld = Instance.new("Weld", wp1)
- wld.Part0 = wp0
- wld.Part1 = wp1
- wld.C0 = CFrame.new(wc0x, wc0y, wc0z)
- end
- hum.MaxHealth = math.huge
- wait()
- hum.Health = math.huge
- ----------------------------------------------------
- function weld5(part0, part1, c0, c1)
- weeld=Instance.new("Weld", part0)
- weeld.Part0=part0
- weeld.Part1=part1
- weeld.C0=c0
- weeld.C1=c1
- return weeld
- end
- ----------------------------------------------------
- function HasntTouched(plrname)
- local ret = true
- for _, v in pairs(Touche) do
- if v == plrname then
- ret = false
- end
- end
- return ret
- end
- newWeld(torso, larm, -1.5, 0.5, 0)
- larm.Weld.C1 = CFrame.new(0, 0.5, 0)
- newWeld(torso, rarm, 1.5, 0.5, 0)
- rarm.Weld.C1 = CFrame.new(0, 0.5, 0)
- newWeld(torso, hed, 0, 1.5, 0)
- newWeld(torso, lleg, -0.5, -1, 0)
- lleg.Weld.C1 = CFrame.new(0, 1, 0)
- newWeld(torso, rleg, 0.5, -1, 0)
- rleg.Weld.C1 = CFrame.new(0, 1, 0)
- newWeld(root, torso, 0, -1, 0)
- torso.Weld.C1 = CFrame.new(0, -1, 0)
- GroundWave1 = function()
- local HandCF = CFrame.new(root.Position - Vector3.new(0,3,0)) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
- local wave = Instance.new("Part", torso)
- wave.BrickColor = BrickColor.new(Colors[math.random(1,#Colors)])
- wave.Anchored = true
- wave.CanCollide = false
- wave.Locked = true
- wave.Size = Vector3.new(1, 1, 1)
- wave.TopSurface = "Smooth"
- wave.BottomSurface = "Smooth"
- wave.Transparency = 0.35
- wave.CFrame = HandCF
- wm = Instance.new("SpecialMesh", wave)
- wm.MeshId = "rbxassetid://20329976"
- coroutine.wrap(function()
- for i = 1, 30, 1 do
- wm.Scale = Vector3.new(1 + i*1.2, 1 + i*1.2, 1 + i*1.2)
- wave.Size = wm.Scale
- wave.CFrame = HandCF
- wave.Orientation = Vector3.new(0, 180, 0)
- wave.Transparency = i/30
- wait()
- end
- wait()
- wave:Destroy()
- end)()
- end
- GroundBall1 = function()
- local HandCF = CFrame.new(root.Position - Vector3.new(0,3,0)) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
- local wave = Instance.new("Part", torso)
- wave.BrickColor = BrickColor.new(Colors[math.random(1,#Colors)])
- wave.Anchored = true
- wave.CanCollide = false
- wave.Locked = true
- wave.Size = Vector3.new(1, 1, 1)
- wave.TopSurface = "Smooth"
- wave.BottomSurface = "Smooth"
- wave.Transparency = 0.35
- wave.CFrame = HandCF
- wm = Instance.new("SpecialMesh", wave)
- wm.MeshId = "rbxassetid://9982590"
- coroutine.wrap(function()
- for i = 1, 30, 1 do
- wm.Scale = Vector3.new(1 + i*1.2, 1 + i*1.2, 1 + i*1.2)
- wave.Size = wm.Scale
- wave.CFrame = HandCF
- wave.Orientation = Vector3.new(0, 180, 0)
- wave.Transparency = i/30
- wait()
- end
- wait()
- wave:Destroy()
- end)()
- end
- function stance1()
- hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(15),math.rad(0)), 0.1)--head
- torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-15), math.rad(0)), 1)--torso
- rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(12),math.rad(15),math.rad(30)), 0.1)--arm
- larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(12),math.rad(15),math.rad(-30)), 0.1)--arm
- lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-5), math.rad(15), math.rad(10)), 0.1)--leg
- rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-15), math.rad(-40), math.rad(-5)), 0.1)--leg
- end
- -------------------------------------------------------------
- function stance2()
- hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(-50),math.rad(0)), 0.1)--head
- torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), math.rad(0)), 0.1)--torso
- rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.3,-0.5)*CFrame.Angles(math.rad(160),math.rad(210),math.rad(0)), 0.1)--rarm
- larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.2,0)*CFrame.Angles(math.rad(80),math.rad(0),math.rad(0)), 0.1)--larm
- lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, .2) * CFrame.Angles(math.rad(-5), math.rad(0), math.rad(-20)), 0.1)--lleg
- rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, -.2) * CFrame.Angles(math.rad(5), math.rad(0), math.rad(20)), 0.1)--rleg
- end
- ----------------------------------------------------------
- z41 = Instance.new("Sound",torso)
- z41.Volume = 20
- z41.Looped = false
- z41.SoundId = "rbxassetid://863807725"
- z412 = Instance.new("Sound",torso)
- z412.Volume = 20
- z412.Looped = false
- z412.SoundId = "rbxassetid://895090420"
- z4122 = Instance.new("Sound",torso)
- z4122.Volume = 20
- z4122.Looped = false
- z4122.SoundId = "rbxassetid://897147945"
- function swing1()
- for i = 1, 5 do
- wait()
- hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.4)--head
- torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)--torso
- rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1,0.5,-1)*CFrame.Angles(math.rad(150),math.rad(0),math.rad(-70)), 0.4)--arm
- larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-10)), 0.4)--arm
- lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(-10)), 0.4)--leg
- rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(0)), 0.4)--leg
- end
- z41:Play()
- for i = 1, 5 do
- wait()
- hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.4)--head
- torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)--torso
- rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(10),math.rad(0),math.rad(60)), 0.4)--arm
- larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-20)), 0.4)--arm
- lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(-10)), 0.4)--leg
- rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(0)), 0.4)--leg
- end
- end
- function swing11()
- for i = 1, 5 do
- wait()
- hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.4)--head
- torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)--torso
- rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1,0.5,-1)*CFrame.Angles(math.rad(150),math.rad(0),math.rad(-70)), 0.4)--arm
- larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-10)), 0.4)--arm
- lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(-10)), 0.4)--leg
- rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(0)), 0.4)--leg
- end
- z412:Play()
- for i = 1, 5 do
- wait()
- hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.4)--head
- torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)--torso
- rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(10),math.rad(0),math.rad(60)), 0.4)--arm
- larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-20)), 0.4)--arm
- lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(-10)), 0.4)--leg
- rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(0)), 0.4)--leg
- end
- end
- ------------------------------------------------------------------------------------------------
- function swing2()
- for i = 1, 5 do
- wait()
- hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.4)--head
- torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-10), math.rad(0)), 0.4)--torso
- rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(-200),math.rad(0),math.rad(30)), 0.4)--arm
- larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-20)), 0.4)--arm
- lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(-10)), 0.4)--leg
- rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(0)), 0.4)--leg
- end
- z41:Play()
- for i = 1, 5 do
- wait()
- hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(10),math.rad(-10),math.rad(0)), 0.4)--head
- torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(10), math.rad(0)), 0.4)--torso
- rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1,0.3,-.4)*CFrame.Angles(math.rad(40),math.rad(0),math.rad(-50)), 0.4)--arm
- larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(-10),math.rad(0),math.rad(-30)), 0.4)--arm
- lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-15), math.rad(0), math.rad(-10)), 0.4)--leg
- rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(12), math.rad(0), math.rad(0)), 0.4)--leg
- end
- end
- -----------------------------------------------------------------------------------------------
- function swing3()
- z41:Play()
- for i = 1, 7 do
- wait()
- hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.4)--head
- torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)--torso
- rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(90)), 0.4)--arm
- larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-10)), 0.4)--arm
- lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-5)), 0.4)--leg
- rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(20)), 0.4)--leg
- torso.CFrame = torso.CFrame * CFrame.Angles(0,-.928,0)+ Vector3.new(0,5,0)
- end
- end
- ------------------------------------------------------------------------------------------------
- function firstswing()
- for i = 1, 10 do
- wait()
- hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.4)--head
- torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)--torso
- rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1,0.5,-1)*CFrame.Angles(math.rad(150),math.rad(0),math.rad(-70)), 0.4)--arm
- larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-10)), 0.4)--arm
- lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.4)--leg
- rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(10)), 0.4)--leg
- end
- for i = 1, 10 do
- wait()
- hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.4)--head
- torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)--torso
- rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(10),math.rad(0),math.rad(40)), 0.4)--arm
- larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-20)), 0.4)--arm
- lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.4)--leg
- rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(10)), 0.4)--leg
- end
- end
- function flytowards()
- for i = 1, 5 do
- wait()
- hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(20),math.rad(0),math.rad(0)), 0.4)--head
- torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-40), math.rad(0), math.rad(0)), 0.4)--torso
- rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(-20),math.rad(0),math.rad(10)), 0.4)--arm
- larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(-20),math.rad(0),math.rad(-10)), 0.4)--arm
- lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.4)--leg
- rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(10)), 0.4)--leg
- end
- end
- function swings()
- for i = 1, 5 do
- wait()
- hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(-5),math.rad(0),math.rad(0)), 0.4)--head
- torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(5), math.rad(0), math.rad(0)), 0.4)--torso
- rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1,0.5,-1)*CFrame.Angles(math.rad(170),math.rad(0),math.rad(-70)), 0.4)--arm
- larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(-20),math.rad(0),math.rad(-10)), 0.4)--arm
- lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.4)--leg
- rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(10)), 0.4)--leg
- end
- for i = 1, 5 do
- wait()
- hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.4)--head
- torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)--torso
- rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(10),math.rad(0),math.rad(30)), 0.4)--arm
- larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-20)), 0.4)--arm
- lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.4)--leg
- rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(10)), 0.4)--leg
- end
- z42:Play()
- end
- -----------------------------------------------
- function divineswinging()
- shot1 = true
- for i = 1, 4 do
- wait()
- hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.8)--head
- torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.8)--torso
- rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(0.8,0.5,-1)*CFrame.Angles(math.rad(-20),math.rad(0),math.rad(-120)), 0.8)--arm
- larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-20)), 0.8)--arm
- lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.8)--leg
- rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(10)), 0.8)--leg
- end
- z42:Play()
- for i = 1, 4 do
- wait()
- hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.8)--head
- torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.8)--torso
- rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(-20),math.rad(0),math.rad(120)), 0.8)--arm
- larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-20)), 0.8)--arm
- lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-18)), 0.8)--leg
- rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(15), math.rad(0), math.rad(10)), 0.8)--leg
- end
- z42:Play()
- for i = 1, 4 do
- wait()
- hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(10),math.rad(-10),math.rad(0)), 0.4)--head
- torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(10), math.rad(0)), 0.4)--torso
- rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1,0.3,-.4)*CFrame.Angles(math.rad(40),math.rad(0),math.rad(-50)), 0.4)--arm
- larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(-10),math.rad(0),math.rad(-30)), 0.4)--arm
- lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-15), math.rad(0), math.rad(-10)), 0.4)--leg
- rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(12), math.rad(0), math.rad(0)), 0.4)--leg
- end
- z42:Play()
- for i = 1, 4 do
- wait()
- hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.8)--head
- torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.8)--torso
- rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(0.8,0.5,-1)*CFrame.Angles(math.rad(-20),math.rad(0),math.rad(-120)), 0.8)--arm
- larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-20)), 0.8)--arm
- lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.8)--leg
- rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(10)), 0.8)--leg
- end
- z42:Play()
- for i = 1, 4 do
- wait()
- hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.8)--head
- torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.8)--torso
- rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(-20),math.rad(0),math.rad(120)), 0.8)--arm
- larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-20)), 0.8)--arm
- lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-18)), 0.8)--leg
- rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(15), math.rad(0), math.rad(10)), 0.8)--leg
- end
- z42:Play()
- for i = 1, 4 do
- wait()
- hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.8)--head
- torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.8)--torso
- rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(0.8,0.5,-1)*CFrame.Angles(math.rad(-20),math.rad(0),math.rad(-120)), 0.8)--arm
- larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-20)), 0.8)--arm
- lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.8)--leg
- rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(10)), 0.8)--leg
- end
- z42:Play()
- z4122:Play()
- for i = 1, 4 do
- wait()
- hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.4)--head
- torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)--torso
- rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(10),math.rad(0),math.rad(30)), 0.4)--arm
- larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-20)), 0.4)--arm
- lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.4)--leg
- rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(10)), 0.4)--leg
- end
- end
- -----------------------------------------------------------------------------------------
- function divineend()
- for i = 1, 7 do
- wait()
- hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.4)--head
- torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)--torso
- rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(80)), 0.4)--arm
- larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-10)), 0.4)--arm
- lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-5)), 0.4)--leg
- rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(20)), 0.4)--leg
- torso.CFrame = torso.CFrame * CFrame.Angles(0,.88,0)
- end
- wait(0.5)
- for i = 1, 7 do
- wait()
- hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.4)--head
- torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)--torso
- rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(80)), 0.4)--arm
- larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-10)), 0.4)--arm
- lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-5)), 0.4)--leg
- rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(20)), 0.4)--leg
- torso.CFrame = torso.CFrame * CFrame.Angles(0,.88,0)
- end
- kiweld7.C0 = CFrame.new(-1.7,-3,0) * CFrame.Angles(rad(180),rad(0),rad(40))
- for i = 1, 15 do
- wait()
- hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(60),math.rad(0)), 0.4)--head
- torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-70), math.rad(0)), 0.4)--torso
- rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(0.8,1.5,-0.3)*CFrame.Angles(math.rad(190),math.rad(40),math.rad(-50)), 0.4)--arm
- larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-70)), 0.4)--arm
- lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)--leg
- rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)--leg
- end
- end
- ---------------------------------------------------------
- local block = Instance.new("Part",torso)
- block.Size = Vector3.new(0.1,0.1,0.1)
- block.Position = block.Position + Vector3.new(2,2,2)
- block.Transparency = 1
- local weld = Instance.new("Weld",torso)
- weld.Part0 = torso
- weld.Part1 = block
- weld.C0 = CFrame.new(0,3,0)
- local block2 = Instance.new("Part",torso)
- block2.Size = Vector3.new(3,2,1)
- block2.CanCollide = false
- block2.Position = block.Position + Vector3.new(2,2,2)
- block2.Transparency = 1
- local weld2 = Instance.new("Weld",torso)
- weld2.Part0 = torso
- weld2.Part1 = block2
- weld2.C0 = CFrame.new(0,-1.5,0)
- local part2 = Instance.new("ParticleEmitter",block)
- part2.Lifetime = NumberRange.new(5)
- part2.Speed = NumberRange.new(0)
- part2.Color = ColorSequence.new(Color3.fromRGB(255,255,255))
- part2.Size = NumberSequence.new(12)
- part2.Transparency = NumberSequence.new(1)
- part2.LockedToPart = true
- part2.Rate = 3
- part2.Texture = "http://www.roblox.com/asset/?id=894173257"
- part2.ZOffset = -3
- local part7 = Instance.new("ParticleEmitter",block)
- part7.Lifetime = NumberRange.new(5)
- part7.Speed = NumberRange.new(0)
- part7.Size = NumberSequence.new(12)
- part7.Transparency = NumberSequence.new(1)
- part7.LockedToPart = true
- part7.Rate = 3
- part7.Color = ColorSequence.new(Color3.fromRGB(255,255,255))
- part7.Texture = "http://www.roblox.com/asset/?id=894173257"
- part7.ZOffset = -1
- local model = Instance.new("Model",torso)
- local part3 = Instance.new("ParticleEmitter",block2)
- part3.Lifetime = NumberRange.new(1)
- part3.Speed = NumberRange.new(5)
- part3.Color = ColorSequence.new(Color3.fromRGB(255,255,255))
- part3.Transparency = NumberSequence.new(1)
- part3.Size = NumberSequence.new(0.5)
- part3.LockedToPart = true
- part3.Rate = 10
- part3.Texture = "http://www.roblox.com/asset/?id=549349471"
- part3.ZOffset = -0.5
- part3.SpreadAngle = Vector2.new(50,0)
- aura1 = Instance.new("ParticleEmitter",torso)
- aura1.Transparency = NumberSequence.new(1)
- aura1.Size = NumberSequence.new(5)
- aura1.Speed = NumberRange.new(0)
- aura1.Lifetime = NumberRange.new(5)
- aura1.LockedToPart = true
- aura1.Rate = 3.5
- aura1.Color = ColorSequence.new(Color3.new(0,0,0))
- aura1.ZOffset = 2
- aura1.Lifetime = NumberRange.new(3)
- ypcall(function()
- shirt = Instance.new("Shirt", char)
- shirt.Name = "Shirt"
- pants = Instance.new("Pants", char)
- pants.Name = "Pants"
- char.Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=317842437"
- char.Pants.PantsTemplate = "http://www.roblox.com/asset/?id=317843230"
- end)
- for i,v in pairs(char:children()) do
- if v:IsA("Accessory") then
- v:Destroy()
- end
- end
- char["Body Colors"].HeadColor = BrickColor.new("Pastel brown")
- char["Body Colors"].TorsoColor = BrickColor.new("Pastel brown")
- char["Body Colors"].LeftArmColor = BrickColor.new("Pastel brown")
- char["Body Colors"].RightArmColor = BrickColor.new("Pastel brown")
- Hair99 = Instance.new("Part")
- Hair99.Parent = p.Character
- Hair99.Name = "Hair"
- Hair99.formFactor = "Symmetric"
- Hair99.Size = Vector3.new(1, 1, 1)
- Hair99.CFrame = p.Character.Head.CFrame
- Hair99:BreakJoints()
- Hair99.CanCollide = false
- Hair99.TopSurface = "Smooth"
- Hair99.BottomSurface = "Smooth"
- Hair99.BrickColor = BrickColor.new("New Yeller")
- Hair99.Transparency = 1
- Weld = Instance.new("Weld")
- Weld.Part0 = p.Character.Head
- Weld.Part1 = Hair99
- Weld.Parent = p.Character.Head
- Weld.C0 = CFrame.new(0, 0.26, 0.06)*CFrame.fromEulerAnglesXYZ(0, 0, 0)
- Hair7 = Instance.new("Part")
- Hair7.Parent = p.Character
- Hair7.Name = "Hair"
- Hair7.CanCollide = false
- Hair7.Locked = true
- Hair7.TopSurface = "Smooth"
- Hair7.BottomSurface = "Smooth"
- Hair7.formFactor = "Symmetric"
- Hair7.Material = "Neon"
- Hair7.BrickColor = BrickColor.new("White")
- Hair7.CFrame = p.Character.Torso.CFrame
- Hair7.Size = Vector3.new(1, 1, 1)
- Hair7.Transparency = 0
- Mesh = Instance.new("SpecialMesh")
- Mesh.Parent = Hair99
- Mesh.MeshType = "Sphere"
- Mesh.Offset = Vector3.new(0, 0.1, 0.1)
- Mesh.Scale = Vector3.new(1.2, 1.2, 1.2)
- Weld1 = Instance.new("Weld")
- Weld1.Parent = p.Character.Head
- Weld1.Part0 = p.Character.Head
- Weld1.Part1 = Hair7
- Weld1.C0 = CFrame.new(0, 1, 0)
- Mesh = Instance.new("SpecialMesh")
- Mesh.Offset = Vector3.new(-0.03, 0, 0.5)
- Mesh.Parent = Hair7
- Mesh.Scale = Vector3.new(6, 6, 6)
- Mesh.MeshType = "FileMesh"
- Mesh.MeshId = "http://www.roblox.com/asset/?id=430344159"
- Mesh.TextureId = ""
- mouse.Button1Down:connect(function()
- t = mouse.Target.Parent:FindFirstChild("Torso")
- hu = mouse.Target.Parent:FindFirstChild("Humanoid")
- if mouse.Target == nil then
- clickon = false
- end
- if mouse.Target.Parent:FindFirstChild("Humanoid") ~= nil then
- clickon = true
- poon = true
- zwc1s2 = Instance.new("Sound",mouse.Target)
- zwc1s2.Volume = 5
- zwc1s2.Looped = false
- zwc1s2.SoundId = "rbxassetid://915341277"
- zwc1s2:Play()
- else
- clickon = false
- end
- end)
- aurapart3 = Instance.new("Part",char)
- aurapart3.Size = Vector3.new(0.1,0.1,0.1)
- aurapart3.Position = Vector3.new(0,2,0)
- aurapart3.Transparency = 1
- aurapart3.CanCollide = false
- auraweld3 = Instance.new("Weld",char)
- auraweld3.Part0 = aurapart3
- auraweld3.Part1 = torso
- auraweld3.C0 = CFrame.new(0,-3,0)
- aura3 = Instance.new("ParticleEmitter",aurapart3)
- aura3.Transparency = NumberSequence.new(1)
- aura3.Color = ColorSequence.new(Color3.new(0,0,0))
- aura3.Size = NumberSequence.new(8)
- aura3.Speed = NumberRange.new(0)
- aura3.LockedToPart = true
- aura3.Rate = 5
- aura3.Lifetime = NumberRange.new(5)
- aura3.ZOffset = -5
- z2 = Instance.new("Sound",torso)
- z2.Volume = 3
- z2.Looped = false
- z2.SoundId = "rbxassetid://908489666"
- z2d = Instance.new("Sound",torso)
- z2d.Volume = 20
- z2d.Looped = false
- z2d.SoundId = "rbxassetid://663610350"
- z4r = Instance.new("Sound",torso)
- z4r.Volume = 5
- z4r.Looped = false
- z4r.SoundId = "rbxassetid://908474188"
- mouse.KeyDown:connect(function(Key)
- if Key == "r" then
- if canattack == true then
- kamehamehaon = true
- idle = false
- idle1 = false
- canattack = false
- hum.WalkSpeed = 0
- for i = 1,25 do
- wait()
- hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(85),math.rad(0)), 0.1)--head
- torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-85), math.rad(0)), 0.1)--torso
- rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.2,0.4,0)*CFrame.Angles(math.rad(30),math.rad(-40),math.rad(-10)), 0.1)--rarm
- larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1,0.2,-0.2)*CFrame.Angles(math.rad(30),math.rad(40),math.rad(40)), 0.1)--larm
- lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.1)--lleg
- rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(10)), 0.1)--rleg
- end
- if ssjr == true then
- chatfunc("Kaaaaaaa")
- z2d:Play()
- wait(3)
- chatfunc("Meeeeeeee")
- else
- z2:Play()
- chatfunc("")
- end
- partaura.Size = NumberSequence.new(0.1)
- partaura.Transparency = NumberSequence.new(0)
- partaura1.Transparency = NumberSequence.new(0)
- kamehameha = true
- if ssjr == true then
- wait(2.5)
- chatfunc("Haaaaaa")
- wait(3.5)
- chatfunc("Meeeeeee")
- wait(2)
- chatfunc("HA")
- wait(0.5)
- else
- wait(2)
- chatfunc("")
- wait(0)
- end
- if kamehamehaon == true then
- kamehamehaon = false
- hited = true
- wait(0.1)
- point = true
- kamehamehaon = false
- kamehameha = false
- partaura.Transparency = NumberSequence.new(1)
- partaura1.Transparency = NumberSequence.new(1)
- if ssjr == false then
- z2:Stop()
- z4r:Play()
- chatfunc("HAAAAAAAAAA")
- end
- hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 1)--head
- torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-5), math.rad(0), math.rad(0)), 1)--torso
- rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1,0.5,0)*CFrame.Angles(math.rad(95),math.rad(-10),math.rad(-20)), 1)--rarm
- larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1,0.5,-0.2)*CFrame.Angles(math.rad(75),math.rad(170),math.rad(-20)), 1)--larm
- lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(5), math.rad(0), math.rad(-10)), 1)--lleg
- rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(5), math.rad(0), math.rad(10)), 1)--rleg
- laser = true
- s1.Volume=1
- s1:play()
- wait(5.4)
- point = false
- laser = false
- beam1.Size = Vector3.new(1,1,1)
- beam1.Parent=nil
- inner1.Parent=nil
- expl1.Parent=nil
- if Character:FindFirstChild("TalkingBillBoard")~= nil then
- Character:FindFirstChild("TalkingBillBoard"):destroy()
- end
- hited1 = false
- exa1.Parent=nil
- s1:stop()
- idle = true
- canattack = true
- idle1 = true
- hum.WalkSpeed = 16
- end
- end
- end
- end)
- partt = Instance.new("Part",char)
- partt.Position = Vector3.new(999,999,999)
- partt.Transparency = 1
- partt.CanCollide = false
- partt.Size = Vector3.new(0.1,0.1,0.1)
- partweld = Instance.new("Weld",partt)
- partweld.Part0 = torso
- partweld.Part1 = partt
- partweld.C0 = CFrame.new(0.3,-.5,-1.5)
- partaura = Instance.new("ParticleEmitter",partt)
- partaura.Size = NumberSequence.new(2)
- partaura.LockedToPart = true
- partaura.Transparency = NumberSequence.new(1)
- partaura.Texture = "rbxassetid://547574922"
- partaura.Speed = NumberRange.new(0)
- partaura.Color = ColorSequence.new(Color3.fromRGB(35,0,53))
- partaura.Rate = 2
- partaura.ZOffset = 0
- partaura1 = Instance.new("ParticleEmitter",partt)
- partaura1.Size = NumberSequence.new(5)
- partaura1.LockedToPart = true
- partaura1.Transparency = NumberSequence.new(1)
- partaura1.Texture = "http://www.roblox.com/asset/?id=243660364"
- partaura1.Color = ColorSequence.new(Color3.fromRGB(35,0,53))
- partaura1.Speed = NumberRange.new(0)
- partaura1.Rate = 3
- partaura1.ZOffset = -1
- partaura1.RotSpeed = NumberRange.new(-10,10)
- partaura1.SpreadAngle = Vector2.new(360,360)
- partaura1.Rotation = NumberRange.new(0,360)
- aj = 0
- zh = Instance.new("Sound",torso)
- zh.Volume = 1
- zh.Looped = true
- zh.SoundId = "rbxassetid://491515754"
- mouse.KeyDown:connect(function(key)
- if key == "b" then
- if ssjr == false then
- if canattack == true then
- chatfunc("Hmm, You Seem To Rival The Gods Power...")
- wait(4)
- chatfunc("But You're Not Strong Enough To Defeat me")
- wait(4)
- chatfunc("Time For You To Taste A Power OF a True God!")
- for i = 1,10 do
- wait()
- z42d.Volume = z42d.Volume - 5
- end
- idle = false
- kiout = false
- kiblade.Transparency = 1
- trail.Enabled = false
- base = false
- hum.WalkSpeed = 0
- lolwait = 6
- local part9 = Instance.new("ParticleEmitter",block)
- part9.Lifetime = NumberRange.new(100)
- part9.Speed = NumberRange.new(50)
- part9.Color = ColorSequence.new(Color3.fromRGB(255,255,255))
- part9.Size = NumberSequence.new(15)
- part9.Transparency = NumberSequence.new(1)
- part9.LockedToPart = true
- part9.Rate = 300
- part9.Texture = "http://www.roblox.com/asset/?id=894173257"
- part9.ZOffset = -3
- idle1 = false
- Colors = {"Really black", "Really black"}
- canattack = false
- wait(0.1)
- for i = 1, 20 do
- wait()
- hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.10)*CFrame.Angles(math.rad(-20),math.rad(0),math.rad(0)), 0.4)--head
- torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)), 0.2)--torso
- rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.2,-.70)*CFrame.Angles(math.rad(150),math.rad(0),math.rad(10)), 0.2)--rarm
- larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.2,-.70)*CFrame.Angles(math.rad(150),math.rad(0),math.rad(-10)), 0.2)--larm
- lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -0.6, -.40) * CFrame.Angles(math.rad(20), math.rad(0), math.rad(-20)), 0.4)--lleg
- rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -0.6, -.40) * CFrame.Angles(math.rad(20), math.rad(0), math.rad(10)), 0.4)--rleg
- end
- shake = true
- partt2 = Instance.new("Part",char)
- partt2.Position = torso.Position - Vector3.new(0,2,0)
- partt2.Transparency = 1
- partt2.CanCollide = true
- partt2.Size = Vector3.new(15,0.1,15)
- partaura1 = Instance.new("ParticleEmitter",partt2)
- partaura1.Size = NumberSequence.new(0.8)
- partaura1.LockedToPart = true
- partaura1.Lifetime = NumberRange.new(3)
- partaura1.Transparency = NumberSequence.new(0)
- partaura1.Texture = "http://www.roblox.com/asset/?id=570874272"
- partaura1.Speed = NumberRange.new(5)
- partaura1.Rate = 2
- aura3.Transparency = NumberSequence.new(0)
- z1 = Instance.new("Sound",torso)
- z1.Volume = 100
- z1.Looped = false
- z1.SoundId = "rbxassetid://927472099"
- z1:Play()
- game.Lighting.TimeOfDay = 0
- smoke.Enabled = true
- light.Enabled = true
- GroundWave1()
- wait(0.3)
- wait(0.3)
- GroundWave1()
- wait(0.3)
- wait(0.3)
- GroundWave1()
- wait(0.3)
- wait(0.3)
- GroundWave1()
- wait(0.3)
- wait(0.3)
- GroundWave1()
- wait(0.3)
- wait(0.3)
- GroundWave1()
- wait(0.3)
- wait(0.3)
- Colors = {"New Yeller", "New Yeller"}
- GroundWave1()
- chatfunc("Super Saiyan 3")
- Mesh.MeshId = "rbxassetid://560193297"
- Mesh.Scale = Vector3.new(6.25, 6.25, 6.25)
- Mesh.Offset = Vector3.new(0.03, -2.4, 1.63)
- Hair7.BrickColor = BrickColor.new("New Yeller")
- wait(0.3)
- wait(0.3)
- GroundWave1()
- wait(0.3)
- if Character:FindFirstChild("TalkingBillBoard")~= nil then
- Character:FindFirstChild("TalkingBillBoard"):destroy()
- end
- wait(0.3)
- GroundWave1()
- wait(0.3)
- wait(0.3)
- GroundWave1()
- wait(0.3)
- Colors = {"Really red", "Really red"}
- GroundWave1()
- chatfunc("Super Saiyan God")
- Hair7.BrickColor = BrickColor.new("Really red")
- Mesh.MeshId = "rbxassetid://476757756"
- Mesh.Scale = Vector3.new(1, 1, 1)
- Mesh.Offset = Vector3.new(0.2, -0.2, 0.2)
- wait(0.05)
- GroundBall1()
- wait(0.25)
- wait(0.3)
- GroundWave1()
- wait(0.3)
- wait(0.3)
- GroundWave1()
- wait(0.3)
- wait(0.3)
- GroundWave1()
- wait(0.3)
- wait(0.3)
- Colors = {"Cyan", "Cyan"}
- GroundWave1()
- chatfunc("Super Saiyan Blue")
- Hair7.BrickColor = BrickColor.new("Cyan")
- Mesh.MeshId = "rbxassetid://430344159"
- Mesh.Scale = Vector3.new(6,6,6)
- Mesh.Offset = Vector3.new(-0.03, 0, 0.5)
- wait(0.05)
- GroundBall1()
- wait(0.25)
- wait(0.3)
- GroundWave1()
- wait(0.3)
- wait(0.3)
- GroundWave1()
- wait(0.3)
- wait(0.3)
- GroundWave1()
- wait(0.3)
- wait(0.3)
- GroundWave1()
- wait(0.3)
- wait(0.3)
- GroundWave1()
- wait(0.3)
- wait(0.3)
- Colors = {"Magenta", "Magenta"}
- GroundWave1()
- chatfunc("Super Saiyan Rose")
- Hair7.BrickColor = BrickColor.new("Hot pink")
- wait(0.05)
- GroundBall1()
- wait(0.25)
- wait(0.3)
- GroundWave1()
- wait(0.3)
- wait(0.3)
- GroundWave1()
- wait(0.3)
- wait(0.3)
- GroundWave1()
- wait(0.3)
- wait(0.3)
- GroundWave1()
- wait(0.3)
- wait(0.3)
- Colors = {"White", "White"}
- GroundWave1()
- chatfunc("Super Saiyan White")
- Hair7.BrickColor = BrickColor.new("White")
- Mesh.MeshId = "rbxassetid://560196103"
- Mesh.Scale = Vector3.new(4,4,4)
- Mesh.Offset = Vector3.new(-0.03, 0, 0.5)
- wait(0.05)
- GroundBall1()
- wait(0.25)
- chatfunc("")
- wait(0.3)
- GroundWave1()
- wait(0.3)
- wait(0.3)
- GroundWave1()
- wait(0.3)
- wait(0.3)
- GroundWave1()
- wait(0.3)
- wait(0.3)
- GroundWave1()
- wait(0.1)
- GroundBall1()
- wait(0.1)
- GroundBall1()
- wait(0.1)
- GroundBall1()
- wait(0.1)
- GroundBall1()
- wait(0.1)
- GroundBall1()
- wait(0.1)
- GroundBall1()
- wait(0.05)
- GroundBall1()
- wait(0.25)
- chatfunc("")
- wait(0.1)
- GroundBall1()
- wait(0.1)
- GroundBall1()
- wait(0.1)
- GroundBall1()
- wait(0.1)
- GroundBall1()
- wait(0.1)
- GroundBall1()
- wait(0.1)
- GroundBall1()
- wait(0.3)
- GroundWave1()
- wait(0.3)
- wait(0.3)
- GroundWave1()
- wait(0.3)
- wait(0.3)
- GroundWave1()
- wait(0.3)
- GroundWave1()
- wait(0.3)
- wait(0.3)
- GroundWave1()
- wait(0.3)
- wait(0.3)
- GroundWave1()
- shake = false
- hed.face.Texture = "http://www.roblox.com/asset/?id=1002452110"
- hum.CameraOffset = Vector3.new(0,0,0)
- part9.Transparency = NumberSequence.new(0.4)
- aura3.Transparency = NumberSequence.new(1)
- aura1.Transparency = NumberSequence.new(1)
- Mesh.MeshId = "rbxassetid://560193297"
- Mesh.Scale = Vector3.new(6.25, 6.25, 6.25)
- Mesh.Offset = Vector3.new(0.03, -2.4, 1.63)
- Hair7.BrickColor = BrickColor.new("Really black")
- for i = 1, 5 do
- wait()
- hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.3,.2)*CFrame.Angles(math.rad(50),math.rad(0),math.rad(0)), 0.8)--head
- torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.8)--torso
- rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.4,0.5,0)*CFrame.Angles(math.rad(-120),math.rad(0),math.rad(60)), 0.8)--arm
- larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.4,0.5,0)*CFrame.Angles(math.rad(-120),math.rad(0),math.rad(-60)), 0.8)--arm
- lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(-10)), 0.8)--leg
- rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(10)), 0.8)--leg
- end
- wait(3)
- part9:Destroy()
- smoke:Destroy()
- zh:Play()
- Colors = {"Really red", "Really red"}
- GroundWave1()
- wait(0.3)
- GroundWave1()
- wait(0.3)
- GroundWave1()
- wait(0.3)
- GroundWave1()
- wait(0.3)
- GroundWave1()
- part2.Transparency = NumberSequence.new(0)
- part3.Transparency = NumberSequence.new(0)
- part7.Transparency = NumberSequence.new(0)
- hed.Anchored = false
- ssjr = true
- beam1.Color = Color3.fromRGB(203,16,97)
- inner1.Color = Color3.fromRGB(203,16,97)
- expl1.Color = Color3.fromRGB(203,16,97)
- exa1.Color = Color3.fromRGB(203,16,97)
- partaura.Color = ColorSequence.new(Color3.fromRGB(255,255,255))
- partaura1.Color = ColorSequence.new(Color3.fromRGB(255,255,255))
- wait(1)
- for i = 1,20 do
- wait()
- z1.Volume = z1.Volume - 0.5
- end
- for i = 1,50 do
- wait()
- z42d.Volume = z42d.Volume + 1
- end
- idle = true
- idle1 = true
- canattack = true
- chat("I Have Finally Mastered Those Form And Put Them Together.")
- wait(2)
- chat("It Tooks Me Years And Years To Finally Fuse That Together.")
- wait(2)
- chat("My Power Rivals The Omni King.")
- wait(2)
- chat("And Ill Shall Call This.")
- wait(2)
- chat("Limit Breaker Saiyan")
- wait(2)
- if Character:FindFirstChild("TalkingBillBoard")~= nil then
- Character:FindFirstChild("TalkingBillBoard"):destroy()
- end
- hum.WalkSpeed = 16
- end
- end
- end
- end)
- local hit1 = true
- local hit2 = false
- local hit3 = false
- local hit4 = false
- zw = Instance.new("Sound",torso)
- zw.Volume = 1
- zw.Looped = false
- zw.SoundId = "rbxassetid://896243541"
- function leftkick()
- for i = 1, 5 do
- wait()
- hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(-60),math.rad(0)), 0.8)--head
- torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(2), math.rad(60), math.rad(0)), 0.8)--torso
- rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(30)), 0.8)--rarm
- larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-10)), 0.8)--larm
- lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.8)--lleg
- rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(100), math.rad(0), math.rad(40)), 0.8)--rleg
- end
- zw:Play()
- end
- function rightkick()
- for i = 1, 5 do
- wait()
- hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(60),math.rad(0)), 0.8)--head
- torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(5), math.rad(-60), math.rad(0)), 0.8)--torso
- rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(10)), 0.8)--rarm
- larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-30)), 0.8)--larm
- lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(100), math.rad(0), math.rad(-40)), 0.8)--lleg
- rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(10)), 0.8)--rleg
- end
- zw:Play()
- end
- function leftpunch()
- for i = 1, can do
- wait()
- hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(-50),math.rad(0)), 0.8)--head
- torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0),math.rad(50),math.rad(0)), 0.8)--torso
- rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(20)), 0.8)--rarm
- larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(-10),math.rad(0),math.rad(-10)), 0.8)--larm
- lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(-10)), 0.8)--lleg
- rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(5)), 0.8)--rleg
- end
- zw:Play()
- end
- function rightpunch()
- for i = 1, can do
- wait()
- hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(70),math.rad(0)), 0.8)--head
- torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0),math.rad(-80),math.rad(0)), 0.8)--torso
- rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(-20),math.rad(0),math.rad(10)), 0.8)--rarm
- larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-20)), 0.8)--larm
- lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(-10)), 0.8)--lleg
- rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(5)), 0.8)--rleg
- end
- zw:Play()
- end
- mouse.KeyDown:connect(function(key)
- if key == "e" then
- if hit1 == true and canattack == true and kiout == false then
- canattack = false
- nohit = 0
- hit1 = false
- hit2 = true
- hit3 = false
- hit4 = false
- hand1 = Instance.new("Part",rarm)
- hand1.Size = Vector3.new(1.5,1.5,1.5)
- hand1.CanCollide = false
- hand1.Transparency = 1
- hand1.Position = Vector3.new(999,999,999)
- hand1weld = Instance.new("Weld",hand1)
- hand1weld.Part0 = rarm
- hand1weld.Part1 = hand1
- hand1weld.C0 = CFrame.new(0,-1.2,0)
- ----------------------------------------------------------------
- function touch1(hit)
- if not hit.Parent:findFirstChild("Humanoid") then return end
- if hit.Parent:findFirstChild("Humanoid") ~= nil then
- hit.Parent:findFirstChild("Humanoid").Health = hit.Parent:findFirstChild("Humanoid").Health - combodamage
- zwc:Play()
- end
- end
- hand1.Touched:connect(touch1)
- rightpunch()
- hand1:Destroy()
- canattack = true
- end
- if hit1 == true and canattack == true and kiout == true then
- nohit = 0
- canattack = false
- hit1 = false
- kiblade5 = Instance.new("Part",char)
- kiblade5.Name = "Blade"
- kiblade5.Size = v3(1,5,1)
- kiblade5.Transparency = 1
- kiblade5.Color = Color3.fromRGB(170,0,127)
- kiblade5.Position = v3(999,999,999)
- kiblade5.CanCollide = false
- kiweld5 = Instance.new("Weld",kiblade5)
- kiweld5.Part0 = rarm
- kiweld5.Part1 = kiblade5
- kiweld5.C0 = CFrame.new(0,-2.1,0) * CFrame.Angles(rad(180),rad(0),rad(0))
- hit2 = true
- hit3 = false
- hit4 = false
- function touch1(hit)
- if not hit.Parent:findFirstChild("Humanoid") then return end
- if hit.Parent:findFirstChild("Humanoid") ~= nil then
- hit.Parent:findFirstChild("Humanoid").Health = hit.Parent:findFirstChild("Humanoid").Health - combodamage / 2
- z42:Play()
- end
- end
- kiblade5.Touched:connect(touch1)
- hum.WalkSpeed = 0
- swing1()
- hum.WalkSpeed = 16
- canattack = true
- kiblade5:Destroy()
- end
- end
- end)
- mouse.KeyDown:connect(function(key)
- if key == "e" then
- if hit2 == true and canattack == true and kiout == false then
- canattack = false
- nohit = 0
- hit1 = false
- hit2 = false
- hit3 = true
- hit4 = false
- hand2 = Instance.new("Part",rarm)
- hand2.Size = Vector3.new(1.5,1.5,1.5)
- hand1.CanCollide = false
- hand2.Transparency = 1
- hand2.Position = Vector3.new(999,999,999)
- hand2weld = Instance.new("Weld",hand2)
- hand2weld.Part0 = larm
- hand2weld.Part1 = hand2
- hand2weld.C0 = CFrame.new(0,-1.2,0)
- ----------------------------------------------------------------
- function touch1(hit)
- if not hit.Parent:findFirstChild("Humanoid") then return end
- if hit.Parent:findFirstChild("Humanoid") ~= nil then
- hit.Parent:findFirstChild("Humanoid").Health = hit.Parent:findFirstChild("Humanoid").Health - combodamage
- zwc:Play()
- end
- end
- hand2.Touched:connect(touch1)
- leftpunch()
- canattack = true
- hand2:Destroy()
- end
- if hit2 == true and canattack == true and kiout == true then
- canattack = false
- nohit = 0
- kiblade5 = Instance.new("Part",char)
- kiblade5.Name = "Blade"
- kiblade5.Size = v3(1,5,1)
- kiblade5.Transparency = 1
- kiblade5.Color = Color3.fromRGB(170,0,127)
- kiblade5.Position = v3(999,999,999)
- kiblade5.CanCollide = false
- kiweld5 = Instance.new("Weld",kiblade5)
- kiweld5.Part0 = rarm
- kiweld5.Part1 = kiblade5
- kiweld5.C0 = CFrame.new(0,-2.1,0) * CFrame.Angles(rad(180),rad(0),rad(0))
- hit1 = false
- hit2 = false
- hit3 = true
- hit4 = false
- function touch1(hit)
- if not hit.Parent:findFirstChild("Humanoid") then return end
- if hit.Parent:findFirstChild("Humanoid") ~= nil then
- hit.Parent:findFirstChild("Humanoid").Health = hit.Parent:findFirstChild("Humanoid").Health - combodamage / 2
- z42:Play()
- end
- end
- kiblade5.Touched:connect(touch1)
- hum.WalkSpeed = 0
- swing2()
- hum.WalkSpeed = 16
- canattack = true
- kiblade5:Destroy()
- end
- end
- end)
- mouse.KeyDown:connect(function(key)
- if key == "e" then
- if hit3 == true and canattack == true and kiout == false then
- canattack = false
- nohit = 0
- hit1 = true
- hit2 = false
- hit3 = false
- hit4 = false
- hand3 = Instance.new("Part",lleg)
- hand3.Size = Vector3.new(1.5,1.5,1.5)
- hand3.CanCollide = false
- hand3.Transparency = 1
- hand3.Position = Vector3.new(999,999,999)
- hand3weld = Instance.new("Weld",hand3)
- hand3weld.Part0 = lleg
- hand3weld.Part1 = hand3
- hand3weld.C0 = CFrame.new(0,-1.2,0)
- ----------------------------------------------------------------
- function touch1(hit)
- if not hit.Parent:findFirstChild("Humanoid") then return end
- if hit.Parent:findFirstChild("Humanoid") ~= nil then
- hit.Parent:findFirstChild("Humanoid").Health = hit.Parent:findFirstChild("Humanoid").Health - combodamage
- zwc:Play()
- end
- end
- hand3.Touched:connect(touch1)
- rightkick()
- canattack = true
- hand3:Destroy()
- end
- if hit3 == true and canattack == true and kiout == true then
- if clickon == true then
- jk = true
- clickon = false
- end
- canattack = false
- kiblade5 = Instance.new("Part",char)
- kiblade5.Name = "Blade"
- kiblade5.Size = v3(1,5,1)
- kiblade5.Transparency = 1
- kiblade5.Color = Color3.fromRGB(170,0,127)
- kiblade5.Position = v3(999,999,999)
- kiblade5.CanCollide = false
- kiweld5 = Instance.new("Weld",kiblade5)
- kiweld5.Part0 = rarm
- kiweld5.Part1 = kiblade5
- kiweld5.C0 = CFrame.new(0,-2.1,0) * CFrame.Angles(rad(180),rad(0),rad(0))
- nohit = 0
- hit1 = true
- hit2 = false
- hit3 = false
- hit4 = false
- function touch1(hit)
- if not hit.Parent:findFirstChild("Humanoid") then return end
- if hit.Parent:findFirstChild("Humanoid") ~= nil then
- hit.Parent:findFirstChild("Humanoid").Health = hit.Parent:findFirstChild("Humanoid").Health - combodamage / 2
- hit.Parent:findFirstChild("Torso").CFrame = hit.Parent:findFirstChild("Torso").CFrame + v3(0,5,0)
- z42:Play()
- end
- end
- kiblade5.Touched:connect(touch1)
- hum.WalkSpeed = 0
- swing3()
- hum.WalkSpeed = 16
- canattack = true
- kiblade5:Destroy()
- wait(0.4)
- if jk == true then
- jk = false
- clickon = true
- end
- end
- end
- end)
- kiblade = Instance.new("Part",char)
- kiblade.Name = "Blade"
- kiblade.Size = v3(1,5,1)
- kiblade.Transparency = 1
- kiblade.Color = Color3.fromRGB(255,255,255)
- kiblade.Position = v3(999,999,999)
- kiblade.CanCollide = false
- kiblademesh = Instance.new("SpecialMesh",kiblade)
- kiblademesh.MeshType = "FileMesh"
- kiblademesh.MeshId = "rbxassetid://898849476"
- kiblademesh.Scale = v3(0.01,0.0084,0.01)
- kiweld7 = Instance.new("Weld",kiblade)
- kiweld7.Part0 = rarm
- kiweld7.Part1 = kiblade
- kiweld7.C0 = CFrame.new(0,-2.1,0) * CFrame.Angles(rad(180),rad(0),rad(0))
- kiblade1 = Instance.new("Part",char)
- kiblade1.Name = "Blade"
- kiblade1.Transparency = 1
- kiblade1.Size = v3(0.1,0.1,0.1)
- kiblade1.Position = v3(999,999,999)
- kiblade1.CanCollide = false
- kiblademesh = Instance.new("SpecialMesh",kiblade1)
- kiblademesh.MeshType = "Sphere"
- kiblademesh.Scale = v3(1,1,1)
- kiweld = Instance.new("Weld",kiblade1)
- kiweld.Part0 = rarm
- kiweld.Part1 = kiblade1
- kiweld.C0 = CFrame.new(0,-1,0)
- kiblade2 = Instance.new("Part",char)
- kiblade2.Name = "Blade"
- kiblade2.Size = v3(0.1,0.1,0.1)
- kiblade2.Transparency = 1
- kiblade2.Position = v3(999,999,999)
- kiblade2.CanCollide = false
- kiblademesh = Instance.new("SpecialMesh",kiblade2)
- kiblademesh.MeshType = "Sphere"
- kiblademesh.Scale = v3(1,1,1)
- kiweld = Instance.new("Weld",kiblade2)
- kiweld.Part0 = rarm
- kiweld.Part1 = kiblade2
- kiweld.C0 = CFrame.new(0,-4.5,0)
- torso = game.Players.LocalPlayer.Character.Torso
- head = game.Players.LocalPlayer.Character.Head
- torso1 = Instance.new("Attachment",kiblade1)
- head1 = Instance.new("Attachment",kiblade2)
- trail = Instance.new("Trail",torso)
- trail.Color = ColorSequence.new(Color3.fromRGB(0,0,0))
- trail.Attachment0 = torso1
- trail.Attachment1 = head1
- trail.Lifetime = 0.5
- trail.Enabled = false
- light = Instance.new("PointLight",torso)
- light.Enabled = false
- light.Color = Color3.fromRGB(255,255,255)
- light.Brightness = 999
- light.Range = 50
- smoke = Instance.new("Smoke",torso)
- smoke.RiseVelocity = 5
- smoke.Color = Color3.fromRGB(0,0,0)
- smoke.Size = 20
- smoke.Opacity = 0.5
- smoke.Enabled = false
- mouse.KeyDown:connect(function(key)
- if key == "n" then
- if kiout == false then
- if canattack == true then
- canattack = false
- idle=false
- idle1=false
- wait(0.1)
- kiout = true
- swing11()
- kiblade.Transparency = 0
- trail.Enabled = true
- wait(0.6)
- canattack = true
- idle=true
- idle1=true
- end
- end
- end
- end)
- function pushaway()
- for i = 1, 10 do
- wait()
- hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(50),math.rad(0)), 0.4)--head
- torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-50), math.rad(-1)), 0.4)--torso
- rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(10)), 0.4)--arm
- larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-20)), 0.4)--arm
- lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.4)--leg
- rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)--leg
- end
- for i = 1, 10 do
- wait()
- hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(-80),math.rad(0)), 0.4)--head
- torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(80), math.rad(1)), 0.4)--torso
- rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(40)), 0.4)--arm
- larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-10)), 0.4)--arm
- lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.4)--leg
- rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)--leg
- end
- end
- mouse.KeyDown:connect(function(key)
- if key == "m" then
- if kiout == true then
- kiout = false
- kiblade.Transparency = 1
- trail.Enabled = false
- end
- end
- end)
- function grab5()
- for i = 1, 10 do
- wait()
- hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.1)--head
- torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)--torso
- rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(10),math.rad(0),math.rad(10)), 0.1)--arm
- larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(10),math.rad(0),math.rad(-10)), 0.1)--arm
- lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.1)--leg
- rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(10)), 0.1)--leg
- end
- for i = 1, 10 do
- wait()
- hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.2)--head
- torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(0)), 0.2)--torso
- rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.2,0.5,-.5)*CFrame.Angles(math.rad(100),math.rad(0),math.rad(-40)), 0.2)--arm
- larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.2,0.5,-.5)*CFrame.Angles(math.rad(100),math.rad(0),math.rad(40)), 0.2)--arm
- lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(-10)), 0.2)--leg
- rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-50), math.rad(0), math.rad(10)), 0.2)--leg
- end
- end
- mouse.KeyDown:connect(function(key)
- if key == "u" then
- if canattack == true then
- if kiout == false then
- grab2 = false
- grabhit3 = Instance.new("Part",char)
- grabhit3.Size = Vector3.new(2,2,2)
- grabhit3.Name = "LOL"
- grabhit3.Position = Vector3.new(999,999,999)
- grabhit3.Transparency = 1
- grabhit3.CanCollide = false
- grabweld3 = Instance.new("Weld",grabhit3)
- grabweld3.Part0 = torso
- grabweld3.Part1 = grabhit3
- grabweld3.C0 = CFrame.new(0,0,-2)
- grab8 = false
- idle = false
- idle1 = false
- canattack = false
- hum.HipHeight = 0
- kiblade.Transparency = 0
- trail.Enabled = true
- swing11()
- if clickon == true then
- jk = true
- clickon = false
- end
- wait(1.4)
- go2 = true
- flytowards()
- function touch5(hit)
- if not hit.Parent:findFirstChild("Humanoid") then return end
- if hit.Parent:findFirstChild("Humanoid") ~= nil then
- grabhit3.TouchInterest:Destroy()
- go2 = false
- grabhit = Instance.new("Part",char)
- grabhit.Size = Vector3.new(5,5,5)
- grabhit.Position = Vector3.new(999,999,999)
- grabhit.Transparency = 1
- grabhit.CanCollide = false
- grabweld = Instance.new("Weld",grabhit)
- grabweld.Part0 = torso
- grabweld.Part1 = grabhit
- grabweld.C0 = CFrame.new(0,0,-2)
- ---------------------------------------------------------------
- hand1 = Instance.new("Part",rarm)
- hand1.Size = Vector3.new(0.1,0.1,0.1)
- hand1.CanCollide = false
- hand1.Transparency = 1
- hand1.Position = Vector3.new(999,999,999)
- hand2mesh = Instance.new("SpecialMesh",hand1)
- hand2mesh.MeshType = "FileMesh"
- hand2mesh.Scale = Vector3.new(1,1,1)
- hand2aura = Instance.new("ParticleEmitter",hand1)
- hand2aura.Size = NumberSequence.new(1)
- hand2aura.Texture = "rbxassetid://715401010"
- hand2aura.Speed = NumberRange.new(0)
- hand2aura.LockedToPart = true
- hand2aura.Transparency = NumberSequence.new(1)
- hand2aura.RotSpeed = NumberRange.new(999)
- hand1weld = Instance.new("Weld",hand1)
- hand1weld.Part0 = rarm
- hand1weld.Part1 = hand1
- hand1weld.C0 = CFrame.new(0,-1.8,0)
- ----------------------------------------------------------------
- hand2 = Instance.new("Part",rarm)
- hand2.Size = Vector3.new(1,1,1)
- hand1.CanCollide = false
- hand2.Transparency = 1
- hand2.Position = Vector3.new(999,999,999)
- hand2weld = Instance.new("Weld",hand2)
- hand2weld.Part0 = larm
- hand2weld.Part1 = hand2
- hand2weld.C0 = CFrame.new(0,-1.2,0)
- function touch1(hit)
- if not hit.Parent:findFirstChild("Humanoid") then return end
- if hit.Parent:findFirstChild("Humanoid") ~= nil then
- hu1 = hit.Parent:findFirstChild("Humanoid")
- t.Anchored = false
- if clickon == true then
- jk = true
- clickon = false
- end
- hit.Parent:findFirstChild("Humanoid").Health = hit.Parent:findFirstChild("Humanoid").Health - 0.5
- if hu1.Health > 100 then
- hu1.MaxHealth = 100
- hu1.Health = 100
- end
- end
- end
- hand1.Touched:connect(touch1)
- function touch2(hit)
- if not hit.Parent:findFirstChild("Humanoid") then return end
- if hit.Parent:findFirstChild("Humanoid") ~= nil then
- hu1 = hit.Parent:findFirstChild("Humanoid")
- if clickon == true then
- jk = true
- clickon = false
- end
- hit.Parent:findFirstChild("Humanoid").Health = hit.Parent:findFirstChild("Humanoid").Health - 0.5
- if hu1.Health > 100 then
- hu1.MaxHealth = 100
- hu1.Health = 100
- end
- end
- end
- hand2.Touched:connect(touch2)
- function touch(hit)
- if not hit.Parent:findFirstChild("Humanoid") then return end
- if hit.Parent:findFirstChild("Humanoid") ~= nil then
- grabhit.TouchInterest:Destroy()
- grab2 = true
- t.Anchored = false
- if clickon == true then
- jk = true
- clickon = false
- end
- hu12 = hit.Parent:findFirstChild("Humanoid")
- to12 = hit.Parent:findFirstChild("Torso")
- he12 = hit.Parent:findFirstChild("Head")
- ra12 = hit.Parent:findFirstChild("Right Arm")
- la12 = hit.Parent:findFirstChild("Left Arm")
- rl12 = hit.Parent:findFirstChild("Right Leg")
- ll12 = hit.Parent:findFirstChild("Left Leg")
- hu12.WalkSpeed = 0
- if hu12.Health > 100 then
- hu12.MaxHealth = 100
- hu12.Health = 100
- end
- end
- if grab2 == true then
- hu12.Health = hu12.Health - 10
- firstswing()
- hu12.Health = hu12.Health - 10
- z42:Play()
- pushed = true
- go1 = true
- flytowards()
- he12.Anchored = true
- pushed = false
- -------------------------------------------------------------
- grabhit1 = Instance.new("Part",char)
- grabhit1.Size = Vector3.new(1,1,1)
- grabhit1.Position = Vector3.new(999,999,999)
- grabhit1.Transparency = 1
- grabhit1.CanCollide = false
- grabweld = Instance.new("Weld",grabhit1)
- grabweld.Part0 = torso
- grabweld.Part1 = grabhit1
- grabweld.C0 = CFrame.new(0,0,-2)
- function touch(hit)
- if not hit.Parent:findFirstChild("Humanoid") then return end
- if hit.Parent:findFirstChild("Humanoid") ~= nil then
- grabhit1.TouchInterest:Destroy()
- go1 = false
- -------------------------------------------------------------------
- swings()
- hu12.Health = hu12.Health - 20
- hu12.Health = hu12.Health - 10
- he12.Anchored = false
- pushed1 = true
- divine.Transparency = .5
- divine2.Transparency = .5
- divine3.Transparency = .5
- divine4.Transparency = .5
- divine5.Transparency = .5
- divine6.Transparency = .5
- divineswinging()
- hu12.Health = hu12.Health - 10
- pushed1 = false
- shot1 = false
- divine.CFrame = to12.CFrame + hed.CFrame.lookVector
- divine2.CFrame = ra12.CFrame + hed.CFrame.lookVector + v3(0,0,0)
- divine3.CFrame = la12.CFrame + hed.CFrame.lookVector + v3(0,0,0)
- divine4.CFrame = rl12.CFrame + hed.CFrame.lookVector + v3(2.1,1.3,0)
- divine5.CFrame = ll12.CFrame + hed.CFrame.lookVector + v3(-1.7,1.6,0)
- divine6.CFrame = he12.CFrame + hed.CFrame.lookVector + v3(1.9,-1,0)
- divine.Anchored = true
- divine2.Anchored = true
- divine3.Anchored = true
- divine4.Anchored = true
- divine5.Anchored = true
- divine6.Anchored = true
- he12.Anchored = true
- go1 = false
- part6 = Instance.new("Part",to12)
- part6.Size = Vector3.new(1,1,1)
- part6.Transparency = 0
- part6.Position = hit.Position
- part6.BrickColor = BrickColor.new("Really red")
- partmesh = Instance.new("SpecialMesh",part6)
- partmesh.MeshType = "Sphere"
- partmesh.Scale = Vector3.new(1,1,1)
- partweld1 = Instance.new("Weld",to12)
- partweld1.Part0 = to12
- partweld1.Part1 = part6
- partweld1.C0 = CFrame.new(0,0,0)
- divineend()
- wait(0.4)
- hu12:Destroy()
- for i = 1,50 do
- wait()
- partmesh.Scale = partmesh.Scale + Vector3.new(7,7,7)
- part6.Transparency = part6.Transparency + 0.02
- end
- hu12.WalkSpeed = 16
- ------------------------------------------------------------
- hand1:Destroy()
- hand2:Destroy()
- kiweld7.C0 = CFrame.new(0,-2.1,0) * CFrame.Angles(rad(180),rad(0),rad(0))
- kiblade.Transparency = 1
- trail.Enabled = false
- for i,v in pairs(char:children()) do
- if v:IsA("Accessory") then
- v:Destroy()
- end
- end
- for i,v in pairs(char:children()) do
- if v:IsA("Hat") then
- v:Destroy()
- end
- end
- canattack = true
- idle = true
- grabhit:Destroy()
- idle1 = true
- if jk == true then
- jk = false
- clickon = true
- end
- grab8 = false
- end
- end
- grabhit1.Touched:connect(touch)
- end
- end
- grabhit.Touched:connect(touch)
- end
- end
- grabhit3.Touched:connect(touch5)
- wait(3)
- if grab2 == false then
- grabhit3:Destroy()
- go2 = false
- kiblade.Transparency = 1
- trail.Enabled = false
- canattack = true
- idle = true
- up = 0
- idle1 = true
- if jk == true then
- jk = false
- clickon = true
- end
- end
- end
- end
- end
- end)
- ------------------------------------------------------------------
- throw1 = 3
- game:GetService("RunService").RenderStepped:connect(function()
- if pushed == true then
- to12.CFrame = to12.CFrame + hed.CFrame.lookVector * 3 + v3(0,0.51,0)
- end
- if pushed1 == true then
- to12.CFrame = to12.CFrame + hed.CFrame.lookVector * 1.5 + v3(0,0,0)
- end
- if go1 == true then
- torso.CFrame = CFrame.new(torso.CFrame.p,to12.CFrame.p + v3(0,0,2))
- end
- if go2 == true then
- torso.CFrame = CFrame.new(torso.CFrame.p,t.CFrame.p + v3(0,0,2))
- end
- if shot1 == true then
- throw1 = throw1 + 1.5
- divine.CFrame = hed.CFrame + hed.CFrame.lookVector * throw1 + v3(0,0,0)
- divine2.CFrame = hed.CFrame + hed.CFrame.lookVector * throw1 + v3(1,0,0)
- divine3.CFrame = hed.CFrame + hed.CFrame.lookVector * throw1 + v3(-1,-1,0)
- divine4.CFrame = hed.CFrame + hed.CFrame.lookVector * throw1 + v3(2,1,0)
- divine5.CFrame = hed.CFrame + hed.CFrame.lookVector * throw1 + v3(-1,1,0)
- divine6.CFrame = hed.CFrame + hed.CFrame.lookVector * throw1 + v3(2,-1,0)
- end
- if hum.MoveDirection.x > 0 and nohit > 10 or hum.MoveDirection.x < 0 and nohit > 10 then
- if walk == true then
- if canattack == true then
- walk = false
- ok = 0
- hum.HipHeight = 0
- lala = false
- down2 = false
- walkon = true
- hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.5)--head
- torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-3), math.rad(0), math.rad(0)), 0.5)--torso
- rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(10),math.rad(0),math.rad(5)), 0.5)--rarm
- larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(-10),math.rad(0),math.rad(-5)),0.5)--larm
- lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -0.6, -.5) * CFrame.Angles(math.rad(-15), math.rad(0), math.rad(-5)),.5)--lleg
- rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-5), math.rad(0), math.rad(5)),.5)--rleg
- wait(0.1)
- if hum.MoveDirection.x > 0 and nohit > 10 or hum.MoveDirection.x < 0 and nohit > 10 then
- hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.5)--head
- torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-3), math.rad(0), math.rad(0)), 0.5)--torso
- rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(10),math.rad(0),math.rad(5)), 0.5)--rarm
- larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(-10),math.rad(0),math.rad(-5)),0.5)--larm
- lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -0.6, -.5) * CFrame.Angles(math.rad(-15), math.rad(0), math.rad(-5)),.5)--lleg
- rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-5), math.rad(0), math.rad(5)),.5)--rleg
- wait(0.1)
- end
- if hum.MoveDirection.x > 0 and nohit > 10 or hum.MoveDirection.x < 0 and nohit > 10 then
- hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), .5)--head
- torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-3), math.rad(0), math.rad(0)), .5)--torso
- rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(20),math.rad(0),math.rad(5)), .5)--rarm
- larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(-20),math.rad(0),math.rad(-5)),1)--larm
- lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, -.2) * CFrame.Angles(math.rad(15), math.rad(0), math.rad(-5)),.5)--lleg
- rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-8), math.rad(0), math.rad(5)),.5)--rleg
- wait(.1)
- end
- if hum.MoveDirection.x > 0 and nohit > 10 or hum.MoveDirection.x < 0 and nohit > 10 then
- hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), .5)--head
- torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-3), math.rad(0), math.rad(0)), .5)--torso
- rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(20),math.rad(0),math.rad(5)), .5)--rarm
- larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(-20),math.rad(0),math.rad(-5)),1)--larm
- lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, -.2) * CFrame.Angles(math.rad(15), math.rad(0), math.rad(-5)),.5)--lleg
- rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-8), math.rad(0), math.rad(5)),.5)--rleg
- wait(.1)
- end
- if hum.MoveDirection.x > 0 and nohit > 10 or hum.MoveDirection.x < 0 and nohit > 10 then
- hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), .5)--head
- torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-3), math.rad(0), math.rad(0)), .5)--torso
- rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(5)), .5)--rarm
- larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-5)),.5)--larm
- lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, -.2) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-5)),.5)--lleg
- rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(5)),.5)--rleg
- wait(0.1)
- end
- if hum.MoveDirection.x > 0 and nohit > 10 or hum.MoveDirection.x < 0 and nohit > 10 then
- hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), .5)--head
- torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-3), math.rad(0), math.rad(0)), .5)--torso
- rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(5)), .5)--rarm
- larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-5)),.5)--larm
- lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, -.2) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-5)),.5)--lleg
- rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(5)),.5)--rleg
- wait(0.1)
- end
- if hum.MoveDirection.x > 0 and nohit > 10 or hum.MoveDirection.x < 0 and nohit > 10 then
- hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), .5)--head
- torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-3), math.rad(0), math.rad(0)), .5)--torso
- rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(-10),math.rad(0),math.rad(5)), .5)--rarm
- larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(10),math.rad(0),math.rad(-5)),.5)--larm
- lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(5), math.rad(0), math.rad(-5)),.5)--lleg
- rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -0.6, -.5) * CFrame.Angles(math.rad(-15), math.rad(0), math.rad(5)),.5)--rleg
- wait(0.1)
- end
- if hum.MoveDirection.x > 0 and nohit > 10 or hum.MoveDirection.x < 0 and nohit > 10 then
- hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), .5)--head
- torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-3), math.rad(0), math.rad(0)), .5)--torso
- rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(-10),math.rad(0),math.rad(5)), .5)--rarm
- larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(10),math.rad(0),math.rad(-5)),.5)--larm
- lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(5), math.rad(0), math.rad(-5)),.5)--lleg
- rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -0.6, -.5) * CFrame.Angles(math.rad(-15), math.rad(0), math.rad(5)),.5)--rleg
- wait(0.1)
- end
- if hum.MoveDirection.x > 0 and nohit > 10 or hum.MoveDirection.x < 0 and nohit > 10 then
- hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), .5)--head
- torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-3), math.rad(0), math.rad(0)), .5)--torso
- rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(-20),math.rad(0),math.rad(5)), .5)--rarm
- larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(20),math.rad(0),math.rad(-5)),.5)--larm
- lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, -.2) * CFrame.Angles(math.rad(-8), math.rad(0), math.rad(-5)),.5)--lleg
- rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, -.2) * CFrame.Angles(math.rad(15), math.rad(0), math.rad(5)),.5)--rleg
- wait(0.1)
- end
- if hum.MoveDirection.x > 0 and nohit > 10 or hum.MoveDirection.x < 0 and nohit > 10 then
- hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), .5)--head
- torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-3), math.rad(0), math.rad(0)), .5)--torso
- rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(-20),math.rad(0),math.rad(5)), .5)--rarm
- larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(20),math.rad(0),math.rad(-5)),.5)--larm
- lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, -.2) * CFrame.Angles(math.rad(-8), math.rad(0), math.rad(-5)),.5)--lleg
- rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, -.2) * CFrame.Angles(math.rad(15), math.rad(0), math.rad(5)),.5)--rleg
- wait(0.1)
- end
- if hum.MoveDirection.x > 0 and nohit > 10 or hum.MoveDirection.x < 0 and nohit > 10 then
- hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), .5)--head
- torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-3), math.rad(0), math.rad(0)), .5)--torso
- rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(5)), .5)--rarm
- larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-5)),.5)--larm
- lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, -.2) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-5)),.5)--lleg
- rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(5)),.5)--rleg
- wait(0.1)
- end
- if hum.MoveDirection.x > 0 and nohit > 10 or hum.MoveDirection.x < 0 and nohit > 10 then
- hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), .5)--head
- torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-3), math.rad(0), math.rad(0)), .5)--torso
- rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(5)), .5)--rarm
- larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-5)),.5)--larm
- lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, -.2) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-5)),.5)--lleg
- rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(5)),.5)--rleg
- wait(0.1)
- end
- walk = true
- end
- end
- end
- if hum.MoveDirection.x == 0 and nohit > 10 then
- if idle1 == true then
- if ssjr == true then
- walkon = false
- idle1 = false
- idle = false
- if canattack == true then
- idle = true
- idle1 = true
- end
- hum.HipHeight = ok
- stance1()
- end
- end
- end
- if hum.MoveDirection.x == 0 and nohit > 10 then
- if idle1 == true then
- if base == true then
- hum.HipHeight = 0
- if canattack == true then
- idle = true
- idle1 = true
- end
- walkon = false
- idle1 = false
- idle = false
- if canattack == true then
- idle = true
- idle1 = true
- end
- stance2()
- end
- end
- end
- if rl == true then
- rl = false
- nohit = nohit + 0.2
- rl = true
- end
- if lala == false and walkon == false then
- ok = ok + 0.05
- end
- if ok > 3.9999999 and walkon == false then
- lala = true
- down2 = true
- ok = ok - 0.05
- end
- if ok < 0.1111111 and walkon == false then
- down2 = false
- lala = false
- end
- if down2 == true then
- ok = ok - 0.05
- end
- if auracan3 == true then
- auracan3 = false
- aura3.Texture = "rbxassetid://901509906"
- wait(0.07)
- aura3.Texture = "rbxassetid://901510046"
- wait(0.07)
- aura3.Texture = "rbxassetid://901510125"
- wait(0.07)
- auracan3 = true
- end
- if kamehameha == true then
- aj1 = aj1 + 0.005
- partaura.Size = NumberSequence.new(aj1)
- beam1.Size=beam1.Size + v3(0.5,0.5,0)
- beamdamage = beamdamage + 9
- expl1.Size=expl1.Size + v3(0.01,0.01,0.01)*s1.Volume
- exa1.Size=exa1.Size + v3(0.01,0.01,0.01)*s1.Volume
- else
- aj1 = 0.1
- end
- if clickon == true then
- torso.CFrame = CFrame.new(torso.CFrame.p,t.CFrame.p)
- if hu.Health > 100 then
- hu.MaxHealth = 100
- hu.Health = 100
- end
- if hu.Health < 1 then
- clickon = false
- end
- end
- if darius == true then
- darius = false
- wait(0.1)
- part2.Texture = "http://www.roblox.com/asset/?id=926975911"
- wait(0.1)
- part2.Texture = "http://www.roblox.com/asset/?id=926976058"
- wait(0.1)
- part2.Texture = "http://www.roblox.com/asset/?id=926976185"
- darius = true
- end
- if darius1 == true then
- darius1 = false
- wait(0.1)
- part7.Texture = "http://www.roblox.com/asset/?id=927229024"
- wait(0.1)
- part7.Texture = "http://www.roblox.com/asset/?id=927282857"
- wait(0.1)
- part7.Texture = "http://www.roblox.com/asset/?id=927283016"
- darius1 = true
- end
- if auracan1 == true then
- auracan1 = false
- aura1.Texture = "rbxassetid://281983000"
- wait(0.1)
- aura1.Texture = "rbxassetid://281982895"
- wait(0.1)
- aura1.Texture = "rbxassetid://281983092"
- wait(0.1)
- aura1.Texture = "rbxassetid://281996097"
- wait(0.1)
- aura1.Texture = "rbxassetid://281983189"
- wait(0.1)
- aura1.Texture = "rbxassetid://281983242"
- wait(0.1)
- aura1.Texture = "rbxassetid://281983280"
- wait(0.1)
- aura1.Texture = "rbxassetid://281983337"
- wait(0.1)
- auracan1 = true
- end
- if shake == true then
- if lolf == true then
- lolf = false
- hum.CameraOffset = Vector3.new(math.random(-0.7,0.7),math.random(-0.7,0.7),math.random(-0.7,0.7))
- wait()
- lolf = true
- end
- end
- end)
- zwc1 = Instance.new("Sound",torso)
- zwc1.Volume = 5
- zwc1.Looped = false
- zwc1.SoundId = "rbxassetid://744770874"
- mouse.KeyDown:connect(function(key)
- if key == "z" then
- if canattack == true then
- canattack = false
- idle = false
- hum.WalkSpeed = 0
- nohit = 0
- idle1 = false
- for i = 1, 10 do
- wait()
- hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.4)--head
- torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)--torso
- rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(10)), 0.4)--arm
- larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-0.8,0.7,-0.7)*CFrame.Angles(math.rad(-10),math.rad(0),math.rad(140)), 0.4)--arm
- lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(-10)), 0.4)--leg
- rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(10)), 0.4)--leg
- end
- zwc1:Play()
- if clickon == true then
- torso.CFrame = t.CFrame - Vector3.new(0,0,2)
- else
- torso.CFrame = torso.CFrame + torso.CFrame.lookVector * 40
- end
- canattack = true
- idle = true
- hum.WalkSpeed = 10
- idle1 = true
- end
- end
- end)
- ee = Instance.new("Part",char)
- ee.Size = Vector3.new(0.2,0.2,0.2)
- ee.Position = Vector3.new(9999999,9999999,9999999)
- ee.Shape = "Ball"
- ee.BrickColor = BrickColor.new("Really red")
- ee1 = Instance.new("Part",char)
- ee1.Size = Vector3.new(0.18,0.18,0.18)
- ee1.Position = Vector3.new(999999,999999,999999)
- ee1.Shape = "Ball"
- ee1.BrickColor = BrickColor.new("Really black")
- ee2 = Instance.new("Part",char)
- ee2.Size = Vector3.new(0.06,0.06,0.06)
- ee2.Shape = "Ball"
- ee2.BrickColor = BrickColor.new("Really black")
- ee2.Position = Vector3.new(99999,99999,99999)
- ee3 = Instance.new("Part",char)
- ee3.Size = Vector3.new(0.06,0.06,0.06)
- ee3.Shape = "Ball"
- ee3.BrickColor = BrickColor.new("Really black")
- ee3.Position = Vector3.new(9999,9999,9999)
- ee4 = Instance.new("Part",char)
- ee4.Size = Vector3.new(0.1,0.1,0.1)
- ee4.Shape = "Ball"
- ee4.BrickColor = BrickColor.new("Really black")
- ee4.Position = Vector3.new(999,999,999)
- eew = Instance.new("Weld",game.Players.LocalPlayer.Character.Head)
- eew.Part0 = game.Players.LocalPlayer.Character.Head
- eew.Part1 = ee
- eew.C0 = CFrame.new(-0.68,-0.22,0)
- eew1 = Instance.new("Weld",game.Players.LocalPlayer.Character.Head)
- eew1.Part0 = ee
- eew1.Part1 = ee1
- eew1.C0 = CFrame.new(0,0.02,0)
- eew2 = Instance.new("Weld",game.Players.LocalPlayer.Character.Head)
- eew2.Part0 = game.Players.LocalPlayer.Character.Head
- eew2.Part1 = ee2
- eew2.C0 = CFrame.new(-0.67,-0.1,0)
- eew3 = Instance.new("Weld",game.Players.LocalPlayer.Character.Head)
- eew3.Part0 = game.Players.LocalPlayer.Character.Head
- eew3.Part1 = ee3
- eew3.C0 = CFrame.new(-0.66,-0.05,0)
- eew4 = Instance.new("Weld",game.Players.LocalPlayer.Character.Head)
- eew4.Part0 = game.Players.LocalPlayer.Character.Head
- eew4.Part1 = ee4
- eew4.C0 = CFrame.new(-0.64,-0.01,0)
- local txt = Instance.new("BillboardGui", char)
- txt.Adornee = char .Head
- txt.Name = "_status"
- txt.Size = UDim2.new(2, 0, 1.2, 0)
- txt.StudsOffset = Vector3.new(-9, 11, 0)
- local text = Instance.new("TextLabel", txt)
- text.Size = UDim2.new(10, 0, 7, 0)
- text.FontSize = "Size24"
- text.TextScaled = true
- text.TextTransparency = 0
- text.BackgroundTransparency = 1
- text.TextTransparency = 0
- text.TextStrokeTransparency = 0
- text.Font = "Cartoon"
- text.TextStrokeColor3 = Color3.new(255,255,255)
- v=Instance.new("Part")
- v.Name = "ColorBrick"
- v.Parent=p.Character
- v.FormFactor="Symmetric"
- v.Anchored=true
- v.CanCollide=false
- v.BottomSurface="Smooth"
- v.TopSurface="Smooth"
- v.Size=Vector3.new(10,5,3)
- v.Transparency=1
- v.CFrame=char.Torso.CFrame
- v.BrickColor=BrickColor.new(CV)
- v.Transparency=1
- text.TextColor3 = Color3.new(255,0,0)
- v.Shape="Block"
- text.Text = "Black Goku(Edited)"
- chatfunc("Original Black Goku made by DarkerThanBlack20")
- wait(4)
- chatfunc("Edited by yapjingwei")
- wait(2)
- chatfunc("Have Fun!")
- wait(1)
- chatfunc("")
- wait(1)
- chat("My Master Have Been Watching You And Thinks You're A Big Threat To The Evil Realm.")
- wait(3)
- chat("So I'll Eliminate You And Bring Him You're Head.")
- wait(2)
- if Character:FindFirstChild("TalkingBillBoard")~= nil then
- Character:FindFirstChild("TalkingBillBoard"):destroy()
- end
- ----------------------------------------------------------------------
- hum.WalkSpeed = 0
- Colors = {"White", "White"}
- GroundWave1()
- wait(0.1)
- GroundBall1()
- wait(0.1)
- GroundWave1()
- wait(0.1)
- GroundWave1()
- wait(0.1)
- GroundWave1()
- wait(0.1)
- GroundBall1()
- wait(0.1)
- GroundWave1()
- wait(0.1)
- GroundWave1()
- wait(0.1)
- GroundBall1()
- wait(0.1)
- GroundBall1()
- wait(0.1)
- GroundBall1()
- wait(0.05)
- GroundBall1()
- wait(0.001)
- local m2 = Instance.new("Model")
- m2.Name = "Wings"
- p1 = Instance.new("Part", m2)
- p1.BrickColor = BrickColor.new("White")
- p1.Material = Enum.Material.Neon
- 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)
- p1.FormFactor = Enum.FormFactor.Custom
- p1.Size = Vector3.new(0.61060679, 3.09150696, 0.221234918)
- p1.BottomSurface = Enum.SurfaceType.Smooth
- p1.TopSurface = Enum.SurfaceType.Smooth
- b1 = Instance.new("SpecialMesh", p1)
- b1.MeshType = Enum.MeshType.Sphere
- b1.Name = "Mesh"
- p2 = Instance.new("Part", m2)
- p2.BrickColor = BrickColor.new("White")
- p2.Material = Enum.Material.SmoothPlastic
- p2.Reflectance = 0.30000001192093
- 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)
- p2.CanCollide = false
- p2.FormFactor = Enum.FormFactor.Custom
- p2.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371)
- p2.BottomSurface = Enum.SurfaceType.Smooth
- p2.TopSurface = Enum.SurfaceType.Smooth
- b2 = Instance.new("SpecialMesh", p2)
- b2.MeshId = "http://www.roblox.com/asset/?id=3270017"
- b2.TextureId = ""
- b2.MeshType = Enum.MeshType.FileMesh
- b2.Name = "Mesh"
- b2.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665)
- p3 = Instance.new("Part", m2)
- p3.BrickColor = BrickColor.new("White")
- p3.Material = Enum.Material.SmoothPlastic
- p3.Reflectance = 0.30000001192093
- 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)
- p3.CanCollide = false
- p3.FormFactor = Enum.FormFactor.Custom
- p3.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371)
- p3.BottomSurface = Enum.SurfaceType.Smooth
- p3.TopSurface = Enum.SurfaceType.Smooth
- b3 = Instance.new("SpecialMesh", p3)
- b3.MeshId = "http://www.roblox.com/asset/?id=3270017"
- b3.TextureId = ""
- b3.MeshType = Enum.MeshType.FileMesh
- b3.Name = "Mesh"
- b3.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595)
- p4 = Instance.new("Part", m2)
- p4.BrickColor = BrickColor.new("White")
- p4.Material = Enum.Material.SmoothPlastic
- p4.Reflectance = 0.30000001192093
- 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)
- p4.CanCollide = false
- p4.FormFactor = Enum.FormFactor.Custom
- p4.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371)
- p4.BottomSurface = Enum.SurfaceType.Smooth
- p4.TopSurface = Enum.SurfaceType.Smooth
- b4 = Instance.new("SpecialMesh", p4)
- b4.MeshId = "http://www.roblox.com/asset/?id=3270017"
- b4.TextureId = ""
- b4.MeshType = Enum.MeshType.FileMesh
- b4.Name = "Mesh"
- b4.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933)
- p5 = Instance.new("Part", m2)
- p5.BrickColor = BrickColor.new("White")
- p5.Material = Enum.Material.SmoothPlastic
- p5.Reflectance = 0.30000001192093
- 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)
- p5.CanCollide = false
- p5.FormFactor = Enum.FormFactor.Custom
- p5.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371)
- p5.BottomSurface = Enum.SurfaceType.Smooth
- p5.TopSurface = Enum.SurfaceType.Smooth
- b5 = Instance.new("SpecialMesh", p5)
- b5.MeshId = "http://www.roblox.com/asset/?id=3270017"
- b5.TextureId = ""
- b5.MeshType = Enum.MeshType.FileMesh
- b5.Name = "Mesh"
- b5.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665)
- p6 = Instance.new("Part", m2)
- p6.BrickColor = BrickColor.new("White")
- p6.Material = Enum.Material.SmoothPlastic
- p6.Reflectance = 0.30000001192093
- 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)
- p6.CanCollide = false
- p6.FormFactor = Enum.FormFactor.Custom
- p6.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371)
- p6.BottomSurface = Enum.SurfaceType.Smooth
- p6.TopSurface = Enum.SurfaceType.Smooth
- b6 = Instance.new("SpecialMesh", p6)
- b6.MeshId = "http://www.roblox.com/asset/?id=3270017"
- b6.TextureId = ""
- b6.MeshType = Enum.MeshType.FileMesh
- b6.Name = "Mesh"
- b6.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933)
- p7 = Instance.new("Part", m2)
- p7.BrickColor = BrickColor.new("White")
- p7.Material = Enum.Material.SmoothPlastic
- p7.Reflectance = 0.30000001192093
- 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)
- p7.CanCollide = false
- p7.FormFactor = Enum.FormFactor.Custom
- p7.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371)
- p7.BottomSurface = Enum.SurfaceType.Smooth
- p7.TopSurface = Enum.SurfaceType.Smooth
- b7 = Instance.new("SpecialMesh", p7)
- b7.MeshId = "http://www.roblox.com/asset/?id=3270017"
- b7.TextureId = ""
- b7.MeshType = Enum.MeshType.FileMesh
- b7.Name = "Mesh"
- b7.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595)
- p8 = Instance.new("Part", m2)
- p8.BrickColor = BrickColor.new("White")
- p8.Material = Enum.Material.SmoothPlastic
- p8.Reflectance = 0.30000001192093
- 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)
- p8.CanCollide = false
- p8.FormFactor = Enum.FormFactor.Custom
- p8.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371)
- p8.BottomSurface = Enum.SurfaceType.Smooth
- p8.TopSurface = Enum.SurfaceType.Smooth
- b8 = Instance.new("SpecialMesh", p8)
- b8.MeshId = "http://www.roblox.com/asset/?id=3270017"
- b8.TextureId = ""
- b8.MeshType = Enum.MeshType.FileMesh
- b8.Name = "Mesh"
- b8.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933)
- p9 = Instance.new("Part", m2)
- p9.BrickColor = BrickColor.new("White")
- p9.Material = Enum.Material.SmoothPlastic
- p9.Reflectance = 0.30000001192093
- 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)
- p9.CanCollide = false
- p9.FormFactor = Enum.FormFactor.Custom
- p9.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371)
- p9.BottomSurface = Enum.SurfaceType.Smooth
- p9.TopSurface = Enum.SurfaceType.Smooth
- b9 = Instance.new("SpecialMesh", p9)
- b9.MeshId = "http://www.roblox.com/asset/?id=3270017"
- b9.TextureId = ""
- b9.MeshType = Enum.MeshType.FileMesh
- b9.Name = "Mesh"
- b9.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595)
- p10 = Instance.new("Part", m2)
- p10.BrickColor = BrickColor.new("White")
- p10.Material = Enum.Material.SmoothPlastic
- p10.Reflectance = 0.30000001192093
- 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)
- p10.CanCollide = false
- p10.FormFactor = Enum.FormFactor.Custom
- p10.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371)
- p10.BottomSurface = Enum.SurfaceType.Smooth
- p10.TopSurface = Enum.SurfaceType.Smooth
- b10 = Instance.new("SpecialMesh", p10)
- b10.MeshId = "http://www.roblox.com/asset/?id=3270017"
- b10.TextureId = ""
- b10.MeshType = Enum.MeshType.FileMesh
- b10.Name = "Mesh"
- b10.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933)
- p11 = Instance.new("Part", m2)
- p11.BrickColor = BrickColor.new("White")
- p11.Material = Enum.Material.SmoothPlastic
- p11.Reflectance = 0.30000001192093
- 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)
- p11.CanCollide = false
- p11.FormFactor = Enum.FormFactor.Custom
- p11.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371)
- p11.BottomSurface = Enum.SurfaceType.Smooth
- p11.TopSurface = Enum.SurfaceType.Smooth
- b11 = Instance.new("SpecialMesh", p11)
- b11.MeshId = "http://www.roblox.com/asset/?id=3270017"
- b11.TextureId = ""
- b11.MeshType = Enum.MeshType.FileMesh
- b11.Name = "Mesh"
- b11.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665)
- p12 = Instance.new("Part", m2)
- p12.BrickColor = BrickColor.new("White")
- p12.Material = Enum.Material.SmoothPlastic
- p12.Reflectance = 0.30000001192093
- 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)
- p12.CanCollide = false
- p12.FormFactor = Enum.FormFactor.Custom
- p12.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371)
- p12.BottomSurface = Enum.SurfaceType.Smooth
- p12.TopSurface = Enum.SurfaceType.Smooth
- b12 = Instance.new("SpecialMesh", p12)
- b12.MeshId = "http://www.roblox.com/asset/?id=3270017"
- b12.TextureId = ""
- b12.MeshType = Enum.MeshType.FileMesh
- b12.Name = "Mesh"
- b12.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665)
- p13 = Instance.new("Part", m2)
- p13.BrickColor = BrickColor.new("White")
- p13.Material = Enum.Material.SmoothPlastic
- p13.Reflectance = 0.30000001192093
- 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)
- p13.CanCollide = false
- p13.FormFactor = Enum.FormFactor.Custom
- p13.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371)
- p13.BottomSurface = Enum.SurfaceType.Smooth
- p13.TopSurface = Enum.SurfaceType.Smooth
- b13 = Instance.new("SpecialMesh", p13)
- b13.MeshId = "http://www.roblox.com/asset/?id=3270017"
- b13.TextureId = ""
- b13.MeshType = Enum.MeshType.FileMesh
- b13.Name = "Mesh"
- b13.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595)
- p14 = Instance.new("Part", m2)
- p14.BrickColor = BrickColor.new("White")
- p14.Material = Enum.Material.SmoothPlastic
- p14.Reflectance = 0.30000001192093
- 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)
- p14.CanCollide = false
- p14.FormFactor = Enum.FormFactor.Custom
- p14.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371)
- p14.BottomSurface = Enum.SurfaceType.Smooth
- p14.TopSurface = Enum.SurfaceType.Smooth
- b14 = Instance.new("SpecialMesh", p14)
- b14.MeshId = "http://www.roblox.com/asset/?id=3270017"
- b14.TextureId = ""
- b14.MeshType = Enum.MeshType.FileMesh
- b14.Name = "Mesh"
- b14.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595)
- p15 = Instance.new("Part", m2)
- p15.BrickColor = BrickColor.new("White")
- p15.Material = Enum.Material.SmoothPlastic
- p15.Reflectance = 0.30000001192093
- 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)
- p15.CanCollide = false
- p15.FormFactor = Enum.FormFactor.Custom
- p15.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371)
- p15.BottomSurface = Enum.SurfaceType.Smooth
- p15.TopSurface = Enum.SurfaceType.Smooth
- b15 = Instance.new("SpecialMesh", p15)
- b15.MeshId = "http://www.roblox.com/asset/?id=3270017"
- b15.TextureId = ""
- b15.MeshType = Enum.MeshType.FileMesh
- b15.Name = "Mesh"
- b15.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665)
- p16 = Instance.new("Part", m2)
- p16.BrickColor = BrickColor.new("White")
- p16.Material = Enum.Material.SmoothPlastic
- p16.Reflectance = 0.30000001192093
- 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)
- p16.CanCollide = false
- p16.FormFactor = Enum.FormFactor.Custom
- p16.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371)
- p16.BottomSurface = Enum.SurfaceType.Smooth
- p16.TopSurface = Enum.SurfaceType.Smooth
- b16 = Instance.new("SpecialMesh", p16)
- b16.MeshId = "http://www.roblox.com/asset/?id=3270017"
- b16.TextureId = ""
- b16.MeshType = Enum.MeshType.FileMesh
- b16.Name = "Mesh"
- b16.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933)
- p17 = Instance.new("Part", m2)
- p17.BrickColor = BrickColor.new("White")
- p17.Material = Enum.Material.SmoothPlastic
- p17.Reflectance = 0.30000001192093
- 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)
- p17.CanCollide = false
- p17.FormFactor = Enum.FormFactor.Custom
- p17.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371)
- p17.BottomSurface = Enum.SurfaceType.Smooth
- p17.TopSurface = Enum.SurfaceType.Smooth
- b17 = Instance.new("SpecialMesh", p17)
- b17.MeshId = "http://www.roblox.com/asset/?id=3270017"
- b17.TextureId = ""
- b17.MeshType = Enum.MeshType.FileMesh
- b17.Name = "Mesh"
- b17.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933)
- p18 = Instance.new("Part", m2)
- p18.BrickColor = BrickColor.new("White")
- p18.Material = Enum.Material.SmoothPlastic
- p18.Reflectance = 0.30000001192093
- 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)
- p18.CanCollide = false
- p18.FormFactor = Enum.FormFactor.Custom
- p18.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371)
- p18.BottomSurface = Enum.SurfaceType.Smooth
- p18.TopSurface = Enum.SurfaceType.Smooth
- b18 = Instance.new("SpecialMesh", p18)
- b18.MeshId = "http://www.roblox.com/asset/?id=3270017"
- b18.TextureId = ""
- b18.MeshType = Enum.MeshType.FileMesh
- b18.Name = "Mesh"
- b18.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933)
- p19 = Instance.new("Part", m2)
- p19.BrickColor = BrickColor.new("White")
- p19.Material = Enum.Material.SmoothPlastic
- p19.Reflectance = 0.30000001192093
- 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)
- p19.CanCollide = false
- p19.FormFactor = Enum.FormFactor.Custom
- p19.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371)
- p19.BottomSurface = Enum.SurfaceType.Smooth
- p19.TopSurface = Enum.SurfaceType.Smooth
- b19 = Instance.new("SpecialMesh", p19)
- b19.MeshId = "http://www.roblox.com/asset/?id=3270017"
- b19.TextureId = ""
- b19.MeshType = Enum.MeshType.FileMesh
- b19.Name = "Mesh"
- b19.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933)
- p20 = Instance.new("Part", m2)
- p20.BrickColor = BrickColor.new("White")
- p20.Material = Enum.Material.SmoothPlastic
- p20.Reflectance = 0.30000001192093
- 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)
- p20.CanCollide = false
- p20.FormFactor = Enum.FormFactor.Custom
- p20.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371)
- p20.BottomSurface = Enum.SurfaceType.Smooth
- p20.TopSurface = Enum.SurfaceType.Smooth
- b20 = Instance.new("SpecialMesh", p20)
- b20.MeshId = "http://www.roblox.com/asset/?id=3270017"
- b20.TextureId = ""
- b20.MeshType = Enum.MeshType.FileMesh
- b20.Name = "Mesh"
- b20.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595)
- p21 = Instance.new("Part", m2)
- p21.BrickColor = BrickColor.new("White")
- p21.Material = Enum.Material.SmoothPlastic
- p21.Reflectance = 0.30000001192093
- 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)
- p21.CanCollide = false
- p21.FormFactor = Enum.FormFactor.Custom
- p21.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371)
- p21.BottomSurface = Enum.SurfaceType.Smooth
- p21.TopSurface = Enum.SurfaceType.Smooth
- b21 = Instance.new("SpecialMesh", p21)
- b21.MeshId = "http://www.roblox.com/asset/?id=3270017"
- b21.TextureId = ""
- b21.MeshType = Enum.MeshType.FileMesh
- b21.Name = "Mesh"
- b21.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595)
- p22 = Instance.new("Part", m2)
- p22.BrickColor = BrickColor.new("White")
- p22.Material = Enum.Material.SmoothPlastic
- p22.Reflectance = 0.30000001192093
- 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)
- p22.CanCollide = false
- p22.FormFactor = Enum.FormFactor.Custom
- p22.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371)
- p22.BottomSurface = Enum.SurfaceType.Smooth
- p22.TopSurface = Enum.SurfaceType.Smooth
- b22 = Instance.new("SpecialMesh", p22)
- b22.MeshId = "http://www.roblox.com/asset/?id=3270017"
- b22.TextureId = ""
- b22.MeshType = Enum.MeshType.FileMesh
- b22.Name = "Mesh"
- b22.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665)
- p23 = Instance.new("Part", m2)
- p23.BrickColor = BrickColor.new("White")
- p23.Material = Enum.Material.SmoothPlastic
- p23.Reflectance = 0.30000001192093
- 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)
- p23.CanCollide = false
- p23.FormFactor = Enum.FormFactor.Custom
- p23.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371)
- p23.BottomSurface = Enum.SurfaceType.Smooth
- p23.TopSurface = Enum.SurfaceType.Smooth
- b23 = Instance.new("SpecialMesh", p23)
- b23.MeshId = "http://www.roblox.com/asset/?id=3270017"
- b23.TextureId = ""
- b23.MeshType = Enum.MeshType.FileMesh
- b23.Name = "Mesh"
- b23.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595)
- p24 = Instance.new("Part", m2)
- p24.BrickColor = BrickColor.new("White")
- p24.Material = Enum.Material.SmoothPlastic
- p24.Reflectance = 0.30000001192093
- 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)
- p24.CanCollide = false
- p24.FormFactor = Enum.FormFactor.Custom
- p24.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371)
- p24.BottomSurface = Enum.SurfaceType.Smooth
- p24.TopSurface = Enum.SurfaceType.Smooth
- b24 = Instance.new("SpecialMesh", p24)
- b24.MeshId = "http://www.roblox.com/asset/?id=3270017"
- b24.TextureId = ""
- b24.MeshType = Enum.MeshType.FileMesh
- b24.Name = "Mesh"
- b24.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665)
- p25 = Instance.new("Part", m2)
- p25.BrickColor = BrickColor.new("White")
- p25.Material = Enum.Material.SmoothPlastic
- p25.Reflectance = 0.30000001192093
- 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)
- p25.CanCollide = false
- p25.FormFactor = Enum.FormFactor.Custom
- p25.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371)
- p25.BottomSurface = Enum.SurfaceType.Smooth
- p25.TopSurface = Enum.SurfaceType.Smooth
- b25 = Instance.new("SpecialMesh", p25)
- b25.MeshId = "http://www.roblox.com/asset/?id=3270017"
- b25.TextureId = ""
- b25.MeshType = Enum.MeshType.FileMesh
- b25.Name = "Mesh"
- b25.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595)
- p26 = Instance.new("Part", m2)
- p26.BrickColor = BrickColor.new("White")
- p26.Material = Enum.Material.SmoothPlastic
- p26.Reflectance = 0.30000001192093
- 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)
- p26.CanCollide = false
- p26.FormFactor = Enum.FormFactor.Custom
- p26.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371)
- p26.BottomSurface = Enum.SurfaceType.Smooth
- p26.TopSurface = Enum.SurfaceType.Smooth
- b26 = Instance.new("SpecialMesh", p26)
- b26.MeshId = "http://www.roblox.com/asset/?id=3270017"
- b26.TextureId = ""
- b26.MeshType = Enum.MeshType.FileMesh
- b26.Name = "Mesh"
- b26.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595)
- p27 = Instance.new("Part", m2)
- p27.BrickColor = BrickColor.new("White")
- p27.Material = Enum.Material.SmoothPlastic
- p27.Reflectance = 0.30000001192093
- 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)
- p27.CanCollide = false
- p27.FormFactor = Enum.FormFactor.Custom
- p27.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371)
- p27.BottomSurface = Enum.SurfaceType.Smooth
- p27.TopSurface = Enum.SurfaceType.Smooth
- b27 = Instance.new("SpecialMesh", p27)
- b27.MeshId = "http://www.roblox.com/asset/?id=3270017"
- b27.TextureId = ""
- b27.MeshType = Enum.MeshType.FileMesh
- b27.Name = "Mesh"
- b27.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933)
- p28 = Instance.new("Part", m2)
- p28.BrickColor = BrickColor.new("White")
- p28.Material = Enum.Material.SmoothPlastic
- p28.Reflectance = 0.30000001192093
- 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)
- p28.CanCollide = false
- p28.FormFactor = Enum.FormFactor.Custom
- p28.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371)
- p28.BottomSurface = Enum.SurfaceType.Smooth
- p28.TopSurface = Enum.SurfaceType.Smooth
- b28 = Instance.new("SpecialMesh", p28)
- b28.MeshId = "http://www.roblox.com/asset/?id=3270017"
- b28.TextureId = ""
- b28.MeshType = Enum.MeshType.FileMesh
- b28.Name = "Mesh"
- b28.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933)
- p29 = Instance.new("Part", m2)
- p29.BrickColor = BrickColor.new("White")
- p29.Material = Enum.Material.Neon
- 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)
- p29.FormFactor = Enum.FormFactor.Custom
- p29.Size = Vector3.new(0.61060679, 3.09150696, 0.221234918)
- p29.BottomSurface = Enum.SurfaceType.Smooth
- p29.TopSurface = Enum.SurfaceType.Smooth
- b29 = Instance.new("SpecialMesh", p29)
- b29.MeshType = Enum.MeshType.Sphere
- b29.Name = "Mesh"
- p30 = Instance.new("Part", m2)
- p30.BrickColor = BrickColor.new("White")
- p30.Material = Enum.Material.SmoothPlastic
- p30.Reflectance = 0.30000001192093
- 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)
- p30.CanCollide = false
- p30.FormFactor = Enum.FormFactor.Custom
- p30.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371)
- p30.BottomSurface = Enum.SurfaceType.Smooth
- p30.TopSurface = Enum.SurfaceType.Smooth
- b30 = Instance.new("SpecialMesh", p30)
- b30.MeshId = "http://www.roblox.com/asset/?id=3270017"
- b30.TextureId = ""
- b30.MeshType = Enum.MeshType.FileMesh
- b30.Name = "Mesh"
- b30.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665)
- p31 = Instance.new("Part", m2)
- p31.BrickColor = BrickColor.new("White")
- p31.Material = Enum.Material.SmoothPlastic
- p31.Reflectance = 0.30000001192093
- 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)
- p31.CanCollide = false
- p31.FormFactor = Enum.FormFactor.Custom
- p31.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371)
- p31.BottomSurface = Enum.SurfaceType.Smooth
- p31.TopSurface = Enum.SurfaceType.Smooth
- b31 = Instance.new("SpecialMesh", p31)
- b31.MeshId = "http://www.roblox.com/asset/?id=3270017"
- b31.TextureId = ""
- b31.MeshType = Enum.MeshType.FileMesh
- b31.Name = "Mesh"
- b31.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665)
- p32 = Instance.new("Part", m2)
- p32.BrickColor = BrickColor.new("White")
- p32.Material = Enum.Material.SmoothPlastic
- p32.Reflectance = 0.30000001192093
- 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)
- p32.CanCollide = false
- p32.FormFactor = Enum.FormFactor.Custom
- p32.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371)
- p32.BottomSurface = Enum.SurfaceType.Smooth
- p32.TopSurface = Enum.SurfaceType.Smooth
- b32 = Instance.new("SpecialMesh", p32)
- b32.MeshId = "http://www.roblox.com/asset/?id=3270017"
- b32.TextureId = ""
- b32.MeshType = Enum.MeshType.FileMesh
- b32.Name = "Mesh"
- b32.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665)
- p33 = Instance.new("Part", m2)
- p33.BrickColor = BrickColor.new("White")
- p33.Material = Enum.Material.Neon
- 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)
- p33.FormFactor = Enum.FormFactor.Custom
- p33.Size = Vector3.new(0.61060679, 7.32508755, 0.221234918)
- p33.BottomSurface = Enum.SurfaceType.Smooth
- p33.TopSurface = Enum.SurfaceType.Smooth
- b33 = Instance.new("SpecialMesh", p33)
- b33.MeshType = Enum.MeshType.Sphere
- b33.Name = "Mesh"
- p34 = Instance.new("Part", m2)
- p34.BrickColor = BrickColor.new("White")
- p34.Material = Enum.Material.SmoothPlastic
- p34.Reflectance = 0.30000001192093
- 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)
- p34.CanCollide = false
- p34.FormFactor = Enum.FormFactor.Custom
- p34.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371)
- p34.BottomSurface = Enum.SurfaceType.Smooth
- p34.TopSurface = Enum.SurfaceType.Smooth
- b34 = Instance.new("SpecialMesh", p34)
- b34.MeshId = "http://www.roblox.com/asset/?id=3270017"
- b34.TextureId = ""
- b34.MeshType = Enum.MeshType.FileMesh
- b34.Name = "Mesh"
- b34.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595)
- p35 = Instance.new("Part", m2)
- p35.BrickColor = BrickColor.new("White")
- p35.Material = Enum.Material.SmoothPlastic
- p35.Reflectance = 0.30000001192093
- 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)
- p35.CanCollide = false
- p35.FormFactor = Enum.FormFactor.Custom
- p35.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371)
- p35.BottomSurface = Enum.SurfaceType.Smooth
- p35.TopSurface = Enum.SurfaceType.Smooth
- b35 = Instance.new("SpecialMesh", p35)
- b35.MeshId = "http://www.roblox.com/asset/?id=3270017"
- b35.TextureId = ""
- b35.MeshType = Enum.MeshType.FileMesh
- b35.Name = "Mesh"
- b35.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933)
- p36 = Instance.new("Part", m2)
- p36.BrickColor = BrickColor.new("White")
- p36.Material = Enum.Material.SmoothPlastic
- p36.Reflectance = 0.30000001192093
- 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)
- p36.CanCollide = false
- p36.FormFactor = Enum.FormFactor.Custom
- p36.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371)
- p36.BottomSurface = Enum.SurfaceType.Smooth
- p36.TopSurface = Enum.SurfaceType.Smooth
- b36 = Instance.new("SpecialMesh", p36)
- b36.MeshId = "http://www.roblox.com/asset/?id=3270017"
- b36.TextureId = ""
- b36.MeshType = Enum.MeshType.FileMesh
- b36.Name = "Mesh"
- b36.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665)
- p37 = Instance.new("Part", m2)
- p37.BrickColor = BrickColor.new("White")
- p37.Material = Enum.Material.Neon
- 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)
- p37.FormFactor = Enum.FormFactor.Custom
- p37.Size = Vector3.new(0.61060679, 7.32508755, 0.221234918)
- p37.BottomSurface = Enum.SurfaceType.Smooth
- p37.TopSurface = Enum.SurfaceType.Smooth
- b37 = Instance.new("SpecialMesh", p37)
- b37.MeshType = Enum.MeshType.Sphere
- b37.Name = "Mesh"
- p38 = Instance.new("Part", m2)
- p38.BrickColor = BrickColor.new("White")
- p38.Material = Enum.Material.Neon
- 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)
- p38.FormFactor = Enum.FormFactor.Custom
- p38.Size = Vector3.new(0.61060679, 8.03632927, 0.221234918)
- p38.BottomSurface = Enum.SurfaceType.Smooth
- p38.TopSurface = Enum.SurfaceType.Smooth
- b38 = Instance.new("SpecialMesh", p38)
- b38.MeshType = Enum.MeshType.Sphere
- b38.Name = "Mesh"
- p39 = Instance.new("Part", m2)
- p39.BrickColor = BrickColor.new("White")
- p39.Material = Enum.Material.SmoothPlastic
- p39.Reflectance = 0.30000001192093
- 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)
- p39.CanCollide = false
- p39.FormFactor = Enum.FormFactor.Custom
- p39.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371)
- p39.BottomSurface = Enum.SurfaceType.Smooth
- p39.TopSurface = Enum.SurfaceType.Smooth
- b39 = Instance.new("SpecialMesh", p39)
- b39.MeshId = "http://www.roblox.com/asset/?id=3270017"
- b39.TextureId = ""
- b39.MeshType = Enum.MeshType.FileMesh
- b39.Name = "Mesh"
- b39.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665)
- p40 = Instance.new("Part", m2)
- p40.BrickColor = BrickColor.new("White")
- p40.Material = Enum.Material.SmoothPlastic
- p40.Reflectance = 0.30000001192093
- 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)
- p40.CanCollide = false
- p40.FormFactor = Enum.FormFactor.Custom
- p40.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371)
- p40.BottomSurface = Enum.SurfaceType.Smooth
- p40.TopSurface = Enum.SurfaceType.Smooth
- b40 = Instance.new("SpecialMesh", p40)
- b40.MeshId = "http://www.roblox.com/asset/?id=3270017"
- b40.TextureId = ""
- b40.MeshType = Enum.MeshType.FileMesh
- b40.Name = "Mesh"
- b40.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933)
- p41 = Instance.new("Part", m2)
- p41.BrickColor = BrickColor.new("White")
- p41.Material = Enum.Material.SmoothPlastic
- p41.Reflectance = 0.30000001192093
- 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)
- p41.CanCollide = false
- p41.FormFactor = Enum.FormFactor.Custom
- p41.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371)
- p41.BottomSurface = Enum.SurfaceType.Smooth
- p41.TopSurface = Enum.SurfaceType.Smooth
- b41 = Instance.new("SpecialMesh", p41)
- b41.MeshId = "http://www.roblox.com/asset/?id=3270017"
- b41.TextureId = ""
- b41.MeshType = Enum.MeshType.FileMesh
- b41.Name = "Mesh"
- b41.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595)
- p42 = Instance.new("Part", m2)
- p42.BrickColor = BrickColor.new("White")
- p42.Material = Enum.Material.SmoothPlastic
- p42.Reflectance = 0.30000001192093
- 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)
- p42.CanCollide = false
- p42.FormFactor = Enum.FormFactor.Custom
- p42.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371)
- p42.BottomSurface = Enum.SurfaceType.Smooth
- p42.TopSurface = Enum.SurfaceType.Smooth
- b42 = Instance.new("SpecialMesh", p42)
- b42.MeshId = "http://www.roblox.com/asset/?id=3270017"
- b42.TextureId = ""
- b42.MeshType = Enum.MeshType.FileMesh
- b42.Name = "Mesh"
- b42.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933)
- p43 = Instance.new("Part", m2)
- p43.BrickColor = BrickColor.new("White")
- p43.Material = Enum.Material.SmoothPlastic
- p43.Reflectance = 0.30000001192093
- 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)
- p43.CanCollide = false
- p43.FormFactor = Enum.FormFactor.Custom
- p43.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371)
- p43.BottomSurface = Enum.SurfaceType.Smooth
- p43.TopSurface = Enum.SurfaceType.Smooth
- b43 = Instance.new("SpecialMesh", p43)
- b43.MeshId = "http://www.roblox.com/asset/?id=3270017"
- b43.TextureId = ""
- b43.MeshType = Enum.MeshType.FileMesh
- b43.Name = "Mesh"
- b43.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933)
- p44 = Instance.new("Part", m2)
- p44.BrickColor = BrickColor.new("White")
- p44.Material = Enum.Material.SmoothPlastic
- p44.Reflectance = 0.30000001192093
- 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)
- p44.CanCollide = false
- p44.FormFactor = Enum.FormFactor.Custom
- p44.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371)
- p44.BottomSurface = Enum.SurfaceType.Smooth
- p44.TopSurface = Enum.SurfaceType.Smooth
- b44 = Instance.new("SpecialMesh", p44)
- b44.MeshId = "http://www.roblox.com/asset/?id=3270017"
- b44.TextureId = ""
- b44.MeshType = Enum.MeshType.FileMesh
- b44.Name = "Mesh"
- b44.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665)
- p45 = Instance.new("Part", m2)
- p45.BrickColor = BrickColor.new("White")
- p45.Material = Enum.Material.SmoothPlastic
- p45.Reflectance = 0.30000001192093
- 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)
- p45.CanCollide = false
- p45.FormFactor = Enum.FormFactor.Custom
- p45.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371)
- p45.BottomSurface = Enum.SurfaceType.Smooth
- p45.TopSurface = Enum.SurfaceType.Smooth
- b45 = Instance.new("SpecialMesh", p45)
- b45.MeshId = "http://www.roblox.com/asset/?id=3270017"
- b45.TextureId = ""
- b45.MeshType = Enum.MeshType.FileMesh
- b45.Name = "Mesh"
- b45.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595)
- p46 = Instance.new("Part", m2)
- p46.BrickColor = BrickColor.new("White")
- p46.Material = Enum.Material.SmoothPlastic
- p46.Reflectance = 0.30000001192093
- 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)
- p46.CanCollide = false
- p46.FormFactor = Enum.FormFactor.Custom
- p46.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371)
- p46.BottomSurface = Enum.SurfaceType.Smooth
- p46.TopSurface = Enum.SurfaceType.Smooth
- b46 = Instance.new("SpecialMesh", p46)
- b46.MeshId = "http://www.roblox.com/asset/?id=3270017"
- b46.TextureId = ""
- b46.MeshType = Enum.MeshType.FileMesh
- b46.Name = "Mesh"
- b46.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665)
- p47 = Instance.new("Part", m2)
- p47.BrickColor = BrickColor.new("White")
- p47.Material = Enum.Material.SmoothPlastic
- p47.Reflectance = 0.30000001192093
- 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)
- p47.CanCollide = false
- p47.FormFactor = Enum.FormFactor.Custom
- p47.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371)
- p47.BottomSurface = Enum.SurfaceType.Smooth
- p47.TopSurface = Enum.SurfaceType.Smooth
- b47 = Instance.new("SpecialMesh", p47)
- b47.MeshId = "http://www.roblox.com/asset/?id=3270017"
- b47.TextureId = ""
- b47.MeshType = Enum.MeshType.FileMesh
- b47.Name = "Mesh"
- b47.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595)
- p48 = Instance.new("Part", m2)
- p48.BrickColor = BrickColor.new("White")
- p48.Material = Enum.Material.Neon
- 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)
- p48.FormFactor = Enum.FormFactor.Custom
- p48.Size = Vector3.new(0.61060679, 3.09150696, 0.221234918)
- p48.BottomSurface = Enum.SurfaceType.Smooth
- p48.TopSurface = Enum.SurfaceType.Smooth
- b48 = Instance.new("SpecialMesh", p48)
- b48.MeshType = Enum.MeshType.Sphere
- b48.Name = "Mesh"
- p49 = Instance.new("Part", m2)
- p49.BrickColor = BrickColor.new("White")
- p49.Material = Enum.Material.SmoothPlastic
- p49.Reflectance = 0.30000001192093
- 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)
- p49.CanCollide = false
- p49.FormFactor = Enum.FormFactor.Custom
- p49.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371)
- p49.BottomSurface = Enum.SurfaceType.Smooth
- p49.TopSurface = Enum.SurfaceType.Smooth
- b49 = Instance.new("SpecialMesh", p49)
- b49.MeshId = "http://www.roblox.com/asset/?id=3270017"
- b49.TextureId = ""
- b49.MeshType = Enum.MeshType.FileMesh
- b49.Name = "Mesh"
- b49.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665)
- p50 = Instance.new("Part", m2)
- p50.BrickColor = BrickColor.new("White")
- p50.Material = Enum.Material.SmoothPlastic
- p50.Reflectance = 0.30000001192093
- 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)
- p50.CanCollide = false
- p50.FormFactor = Enum.FormFactor.Custom
- p50.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371)
- p50.BottomSurface = Enum.SurfaceType.Smooth
- p50.TopSurface = Enum.SurfaceType.Smooth
- b50 = Instance.new("SpecialMesh", p50)
- b50.MeshId = "http://www.roblox.com/asset/?id=3270017"
- b50.TextureId = ""
- b50.MeshType = Enum.MeshType.FileMesh
- b50.Name = "Mesh"
- b50.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933)
- p51 = Instance.new("Part", m2)
- p51.BrickColor = BrickColor.new("White")
- p51.Material = Enum.Material.SmoothPlastic
- p51.Reflectance = 0.30000001192093
- 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)
- p51.CanCollide = false
- p51.FormFactor = Enum.FormFactor.Custom
- p51.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371)
- p51.BottomSurface = Enum.SurfaceType.Smooth
- p51.TopSurface = Enum.SurfaceType.Smooth
- b51 = Instance.new("SpecialMesh", p51)
- b51.MeshId = "http://www.roblox.com/asset/?id=3270017"
- b51.TextureId = ""
- b51.MeshType = Enum.MeshType.FileMesh
- b51.Name = "Mesh"
- b51.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595)
- p52 = Instance.new("Part", m2)
- p52.BrickColor = BrickColor.new("White")
- p52.Material = Enum.Material.Neon
- 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)
- p52.FormFactor = Enum.FormFactor.Custom
- p52.Size = Vector3.new(0.61060679, 7.32508755, 0.221234918)
- p52.BottomSurface = Enum.SurfaceType.Smooth
- p52.TopSurface = Enum.SurfaceType.Smooth
- b52 = Instance.new("SpecialMesh", p52)
- b52.MeshType = Enum.MeshType.Sphere
- b52.Name = "Mesh"
- p53 = Instance.new("Part", m2)
- p53.BrickColor = BrickColor.new("White")
- p53.Material = Enum.Material.Neon
- 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)
- p53.FormFactor = Enum.FormFactor.Custom
- p53.Size = Vector3.new(0.61060679, 7.32508755, 0.221234918)
- p53.BottomSurface = Enum.SurfaceType.Smooth
- p53.TopSurface = Enum.SurfaceType.Smooth
- b53 = Instance.new("SpecialMesh", p53)
- b53.MeshType = Enum.MeshType.Sphere
- b53.Name = "Mesh"
- p54 = Instance.new("Part", m2)
- p54.BrickColor = BrickColor.new("White")
- p54.Material = Enum.Material.Neon
- 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)
- p54.FormFactor = Enum.FormFactor.Custom
- p54.Size = Vector3.new(0.61060679, 8.03632927, 0.221234918)
- p54.BottomSurface = Enum.SurfaceType.Smooth
- p54.TopSurface = Enum.SurfaceType.Smooth
- b54 = Instance.new("SpecialMesh", p54)
- b54.MeshType = Enum.MeshType.Sphere
- b54.Name = "Mesh"
- p55 = Instance.new("Part", m2)
- p55.BrickColor = BrickColor.new("White")
- p55.Material = Enum.Material.Neon
- 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)
- p55.FormFactor = Enum.FormFactor.Custom
- p55.Size = Vector3.new(0.61060679, 3.09150696, 0.221234918)
- p55.BottomSurface = Enum.SurfaceType.Smooth
- p55.TopSurface = Enum.SurfaceType.Smooth
- b55 = Instance.new("SpecialMesh", p55)
- b55.MeshType = Enum.MeshType.Sphere
- b55.Name = "Mesh"
- p56 = Instance.new("Part", m2)
- p56.BrickColor = BrickColor.new("White")
- p56.Material = Enum.Material.SmoothPlastic
- p56.Reflectance = 0.30000001192093
- 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)
- p56.CanCollide = false
- p56.FormFactor = Enum.FormFactor.Custom
- p56.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371)
- p56.BottomSurface = Enum.SurfaceType.Smooth
- p56.TopSurface = Enum.SurfaceType.Smooth
- b56 = Instance.new("SpecialMesh", p56)
- b56.MeshId = "http://www.roblox.com/asset/?id=3270017"
- b56.TextureId = ""
- b56.MeshType = Enum.MeshType.FileMesh
- b56.Name = "Mesh"
- b56.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595)
- p57 = Instance.new("Part", m2)
- p57.BrickColor = BrickColor.new("White")
- p57.Material = Enum.Material.SmoothPlastic
- p57.Reflectance = 0.30000001192093
- 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)
- p57.CanCollide = false
- p57.FormFactor = Enum.FormFactor.Custom
- p57.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371)
- p57.BottomSurface = Enum.SurfaceType.Smooth
- p57.TopSurface = Enum.SurfaceType.Smooth
- b57 = Instance.new("SpecialMesh", p57)
- b57.MeshId = "http://www.roblox.com/asset/?id=3270017"
- b57.TextureId = ""
- b57.MeshType = Enum.MeshType.FileMesh
- b57.Name = "Mesh"
- b57.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933)
- p58 = Instance.new("Part", m2)
- p58.BrickColor = BrickColor.new("White")
- p58.Material = Enum.Material.SmoothPlastic
- p58.Reflectance = 0.30000001192093
- 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)
- p58.CanCollide = false
- p58.FormFactor = Enum.FormFactor.Custom
- p58.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371)
- p58.BottomSurface = Enum.SurfaceType.Smooth
- p58.TopSurface = Enum.SurfaceType.Smooth
- b58 = Instance.new("SpecialMesh", p58)
- b58.MeshId = "http://www.roblox.com/asset/?id=3270017"
- b58.TextureId = ""
- b58.MeshType = Enum.MeshType.FileMesh
- b58.Name = "Mesh"
- b58.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665)
- p59 = Instance.new("Part", m2)
- p59.BrickColor = BrickColor.new("White")
- p59.Material = Enum.Material.SmoothPlastic
- p59.Reflectance = 0.30000001192093
- 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)
- p59.CanCollide = false
- p59.FormFactor = Enum.FormFactor.Custom
- p59.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371)
- p59.BottomSurface = Enum.SurfaceType.Smooth
- p59.TopSurface = Enum.SurfaceType.Smooth
- b59 = Instance.new("SpecialMesh", p59)
- b59.MeshId = "http://www.roblox.com/asset/?id=3270017"
- b59.TextureId = ""
- b59.MeshType = Enum.MeshType.FileMesh
- b59.Name = "Mesh"
- b59.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665)
- p60 = Instance.new("Part", m2)
- p60.BrickColor = BrickColor.new("White")
- p60.Material = Enum.Material.SmoothPlastic
- p60.Reflectance = 0.30000001192093
- 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)
- p60.CanCollide = false
- p60.FormFactor = Enum.FormFactor.Custom
- p60.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371)
- p60.BottomSurface = Enum.SurfaceType.Smooth
- p60.TopSurface = Enum.SurfaceType.Smooth
- b60 = Instance.new("SpecialMesh", p60)
- b60.MeshId = "http://www.roblox.com/asset/?id=3270017"
- b60.TextureId = ""
- b60.MeshType = Enum.MeshType.FileMesh
- b60.Name = "Mesh"
- b60.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933)
- p61 = Instance.new("Part", m2)
- p61.BrickColor = BrickColor.new("White")
- p61.Material = Enum.Material.SmoothPlastic
- p61.Reflectance = 0.30000001192093
- 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)
- p61.CanCollide = false
- p61.FormFactor = Enum.FormFactor.Custom
- p61.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371)
- p61.BottomSurface = Enum.SurfaceType.Smooth
- p61.TopSurface = Enum.SurfaceType.Smooth
- b61 = Instance.new("SpecialMesh", p61)
- b61.MeshId = "http://www.roblox.com/asset/?id=3270017"
- b61.TextureId = ""
- b61.MeshType = Enum.MeshType.FileMesh
- b61.Name = "Mesh"
- b61.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595)
- p62 = Instance.new("Part", m2)
- p62.BrickColor = BrickColor.new("White")
- p62.Material = Enum.Material.SmoothPlastic
- p62.Reflectance = 0.30000001192093
- 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)
- p62.CanCollide = false
- p62.FormFactor = Enum.FormFactor.Custom
- p62.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371)
- p62.BottomSurface = Enum.SurfaceType.Smooth
- p62.TopSurface = Enum.SurfaceType.Smooth
- b62 = Instance.new("SpecialMesh", p62)
- b62.MeshId = "http://www.roblox.com/asset/?id=3270017"
- b62.TextureId = ""
- b62.MeshType = Enum.MeshType.FileMesh
- b62.Name = "Mesh"
- b62.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665)
- p63 = Instance.new("Part", m2)
- p63.BrickColor = BrickColor.new("White")
- p63.Material = Enum.Material.SmoothPlastic
- p63.Reflectance = 0.30000001192093
- 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)
- p63.CanCollide = false
- p63.FormFactor = Enum.FormFactor.Custom
- p63.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371)
- p63.BottomSurface = Enum.SurfaceType.Smooth
- p63.TopSurface = Enum.SurfaceType.Smooth
- b63 = Instance.new("SpecialMesh", p63)
- b63.MeshId = "http://www.roblox.com/asset/?id=3270017"
- b63.TextureId = ""
- b63.MeshType = Enum.MeshType.FileMesh
- b63.Name = "Mesh"
- b63.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933)
- p64 = Instance.new("Part", m2)
- p64.BrickColor = BrickColor.new("White")
- p64.Material = Enum.Material.SmoothPlastic
- p64.Reflectance = 0.30000001192093
- 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)
- p64.CanCollide = false
- p64.FormFactor = Enum.FormFactor.Custom
- p64.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371)
- p64.BottomSurface = Enum.SurfaceType.Smooth
- p64.TopSurface = Enum.SurfaceType.Smooth
- b64 = Instance.new("SpecialMesh", p64)
- b64.MeshId = "http://www.roblox.com/asset/?id=3270017"
- b64.TextureId = ""
- b64.MeshType = Enum.MeshType.FileMesh
- b64.Name = "Mesh"
- b64.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595)
- p65 = Instance.new("Part", m2)
- p65.BrickColor = BrickColor.new("Really black")
- p65.Transparency = 1
- p65.Name = "TorsoPart"
- 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)
- p65.FormFactor = Enum.FormFactor.Symmetric
- p65.Size = Vector3.new(4, 4, 2)
- w1 = Instance.new("Weld", p1)
- w1.Name = "Part_Weld"
- w1.Part0 = p1
- 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)
- w1.Part1 = p2
- 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)
- w2 = Instance.new("Weld", p2)
- w2.Name = "Part_Weld"
- w2.Part0 = p2
- 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)
- w2.Part1 = p3
- 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)
- w3 = Instance.new("Weld", p3)
- w3.Name = "Part_Weld"
- w3.Part0 = p3
- 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)
- w3.Part1 = p4
- 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)
- w4 = Instance.new("Weld", p4)
- w4.Name = "Part_Weld"
- w4.Part0 = p4
- 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)
- w4.Part1 = p5
- 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)
- w5 = Instance.new("Weld", p5)
- w5.Name = "Part_Weld"
- w5.Part0 = p5
- 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)
- w5.Part1 = p6
- 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)
- w6 = Instance.new("Weld", p6)
- w6.Name = "Part_Weld"
- w6.Part0 = p6
- 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)
- w6.Part1 = p7
- 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)
- w7 = Instance.new("Weld", p7)
- w7.Name = "Part_Weld"
- w7.Part0 = p7
- 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)
- w7.Part1 = p8
- 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)
- w8 = Instance.new("Weld", p8)
- w8.Name = "Part_Weld"
- w8.Part0 = p8
- 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)
- w8.Part1 = p9
- 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)
- w9 = Instance.new("Weld", p9)
- w9.Name = "Part_Weld"
- w9.Part0 = p9
- 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)
- w9.Part1 = p10
- 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)
- w10 = Instance.new("Weld", p10)
- w10.Name = "Part_Weld"
- w10.Part0 = p10
- 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)
- w10.Part1 = p11
- 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)
- w11 = Instance.new("Weld", p11)
- w11.Name = "Part_Weld"
- w11.Part0 = p11
- 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)
- w11.Part1 = p12
- 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)
- w12 = Instance.new("Weld", p12)
- w12.Name = "Part_Weld"
- w12.Part0 = p12
- 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)
- w12.Part1 = p13
- 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)
- w13 = Instance.new("Weld", p13)
- w13.Name = "Part_Weld"
- w13.Part0 = p13
- 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)
- w13.Part1 = p14
- 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)
- w14 = Instance.new("Weld", p14)
- w14.Name = "Part_Weld"
- w14.Part0 = p14
- 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)
- w14.Part1 = p15
- 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)
- w15 = Instance.new("Weld", p15)
- w15.Name = "Part_Weld"
- w15.Part0 = p15
- 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)
- w15.Part1 = p16
- 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)
- w16 = Instance.new("Weld", p16)
- w16.Name = "Part_Weld"
- w16.Part0 = p16
- 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)
- w16.Part1 = p17
- 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)
- w17 = Instance.new("Weld", p17)
- w17.Name = "Part_Weld"
- w17.Part0 = p17
- 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)
- w17.Part1 = p18
- 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)
- w18 = Instance.new("Weld", p18)
- w18.Name = "Part_Weld"
- w18.Part0 = p18
- 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)
- w18.Part1 = p19
- 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)
- w19 = Instance.new("Weld", p19)
- w19.Name = "Part_Weld"
- w19.Part0 = p19
- 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)
- w19.Part1 = p20
- 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)
- w20 = Instance.new("Weld", p20)
- w20.Name = "Part_Weld"
- w20.Part0 = p20
- 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)
- w20.Part1 = p21
- 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)
- w21 = Instance.new("Weld", p21)
- w21.Name = "Part_Weld"
- w21.Part0 = p21
- 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)
- w21.Part1 = p22
- 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)
- w22 = Instance.new("Weld", p22)
- w22.Name = "Part_Weld"
- w22.Part0 = p22
- 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)
- w22.Part1 = p23
- 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)
- w23 = Instance.new("Weld", p23)
- w23.Name = "Part_Weld"
- w23.Part0 = p23
- 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)
- w23.Part1 = p24
- 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)
- w24 = Instance.new("Weld", p24)
- w24.Name = "Part_Weld"
- w24.Part0 = p24
- 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)
- w24.Part1 = p25
- 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)
- w25 = Instance.new("Weld", p25)
- w25.Name = "Part_Weld"
- w25.Part0 = p25
- 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)
- w25.Part1 = p26
- 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)
- w26 = Instance.new("Weld", p26)
- w26.Name = "Part_Weld"
- w26.Part0 = p26
- 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)
- w26.Part1 = p27
- 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)
- w27 = Instance.new("Weld", p27)
- w27.Name = "Part_Weld"
- w27.Part0 = p27
- 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)
- w27.Part1 = p28
- 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)
- w28 = Instance.new("Weld", p28)
- w28.Name = "Part_Weld"
- w28.Part0 = p28
- 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)
- w28.Part1 = p29
- 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)
- w29 = Instance.new("Weld", p29)
- w29.Name = "Part_Weld"
- w29.Part0 = p29
- 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)
- w29.Part1 = p30
- 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)
- w30 = Instance.new("Weld", p30)
- w30.Name = "Part_Weld"
- w30.Part0 = p30
- 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)
- w30.Part1 = p31
- 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)
- w31 = Instance.new("Weld", p31)
- w31.Name = "Part_Weld"
- w31.Part0 = p31
- 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)
- w31.Part1 = p32
- 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)
- w32 = Instance.new("Weld", p32)
- w32.Name = "Part_Weld"
- w32.Part0 = p32
- 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)
- w32.Part1 = p33
- 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)
- w33 = Instance.new("Weld", p33)
- w33.Name = "Part_Weld"
- w33.Part0 = p33
- 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)
- w33.Part1 = p34
- 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)
- w34 = Instance.new("Weld", p34)
- w34.Name = "Part_Weld"
- w34.Part0 = p34
- 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)
- w34.Part1 = p35
- 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)
- w35 = Instance.new("Weld", p35)
- w35.Name = "Part_Weld"
- w35.Part0 = p35
- 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)
- w35.Part1 = p36
- 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)
- w36 = Instance.new("Weld", p36)
- w36.Name = "Part_Weld"
- w36.Part0 = p36
- 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)
- w36.Part1 = p37
- 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)
- w37 = Instance.new("Weld", p37)
- w37.Name = "Part_Weld"
- w37.Part0 = p37
- 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)
- w37.Part1 = p38
- 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)
- w38 = Instance.new("Weld", p38)
- w38.Name = "Part_Weld"
- w38.Part0 = p38
- 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)
- w38.Part1 = p39
- 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)
- w39 = Instance.new("Weld", p39)
- w39.Name = "Part_Weld"
- w39.Part0 = p39
- 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)
- w39.Part1 = p40
- 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)
- w40 = Instance.new("Weld", p40)
- w40.Name = "Part_Weld"
- w40.Part0 = p40
- 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)
- w40.Part1 = p41
- 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)
- w41 = Instance.new("Weld", p41)
- w41.Name = "Part_Weld"
- w41.Part0 = p41
- 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)
- w41.Part1 = p42
- 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)
- w42 = Instance.new("Weld", p42)
- w42.Name = "Part_Weld"
- w42.Part0 = p42
- 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)
- w42.Part1 = p43
- 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)
- w43 = Instance.new("Weld", p43)
- w43.Name = "Part_Weld"
- w43.Part0 = p43
- 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)
- w43.Part1 = p44
- 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)
- w44 = Instance.new("Weld", p44)
- w44.Name = "Part_Weld"
- w44.Part0 = p44
- 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)
- w44.Part1 = p45
- 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)
- w45 = Instance.new("Weld", p45)
- w45.Name = "Part_Weld"
- w45.Part0 = p45
- 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)
- w45.Part1 = p46
- 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)
- w46 = Instance.new("Weld", p46)
- w46.Name = "Part_Weld"
- w46.Part0 = p46
- 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)
- w46.Part1 = p47
- 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)
- w47 = Instance.new("Weld", p47)
- w47.Name = "Part_Weld"
- w47.Part0 = p47
- 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)
- w47.Part1 = p48
- 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)
- w48 = Instance.new("Weld", p48)
- w48.Name = "Part_Weld"
- w48.Part0 = p48
- 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)
- w48.Part1 = p49
- 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)
- w49 = Instance.new("Weld", p49)
- w49.Name = "Part_Weld"
- w49.Part0 = p49
- 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)
- w49.Part1 = p50
- 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)
- w50 = Instance.new("Weld", p50)
- w50.Name = "Part_Weld"
- w50.Part0 = p50
- 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)
- w50.Part1 = p51
- 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)
- w51 = Instance.new("Weld", p51)
- w51.Name = "Part_Weld"
- w51.Part0 = p51
- 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)
- w51.Part1 = p52
- 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)
- w52 = Instance.new("Weld", p52)
- w52.Name = "Part_Weld"
- w52.Part0 = p52
- 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)
- w52.Part1 = p53
- 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)
- w53 = Instance.new("Weld", p53)
- w53.Name = "Part_Weld"
- w53.Part0 = p53
- 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)
- w53.Part1 = p54
- 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)
- w54 = Instance.new("Weld", p54)
- w54.Name = "Part_Weld"
- w54.Part0 = p54
- 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)
- w54.Part1 = p55
- 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)
- w55 = Instance.new("Weld", p55)
- w55.Name = "Part_Weld"
- w55.Part0 = p55
- 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)
- w55.Part1 = p56
- 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)
- w56 = Instance.new("Weld", p56)
- w56.Name = "Part_Weld"
- w56.Part0 = p56
- 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)
- w56.Part1 = p57
- 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)
- w57 = Instance.new("Weld", p57)
- w57.Name = "Part_Weld"
- w57.Part0 = p57
- 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)
- w57.Part1 = p58
- 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)
- w58 = Instance.new("Weld", p58)
- w58.Name = "Part_Weld"
- w58.Part0 = p58
- 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)
- w58.Part1 = p59
- 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)
- w59 = Instance.new("Weld", p59)
- w59.Name = "Part_Weld"
- w59.Part0 = p59
- 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)
- w59.Part1 = p60
- 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)
- w60 = Instance.new("Weld", p60)
- w60.Name = "Part_Weld"
- w60.Part0 = p60
- 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)
- w60.Part1 = p61
- 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)
- w61 = Instance.new("Weld", p61)
- w61.Name = "Part_Weld"
- w61.Part0 = p61
- 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)
- w61.Part1 = p62
- 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)
- w62 = Instance.new("Weld", p62)
- w62.Name = "Part_Weld"
- w62.Part0 = p62
- 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)
- w62.Part1 = p63
- 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)
- w63 = Instance.new("Weld", p63)
- w63.Name = "Part_Weld"
- w63.Part0 = p63
- 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)
- w63.Part1 = p64
- 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)
- w64 = Instance.new("Weld", p64)
- w64.Name = "TorsoPart_Weld"
- w64.Part0 = p64
- 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)
- w64.Part1 = p65
- w64.C1 = CFrame.new(-27.0399971, -25.1251144, -25.3600025, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- m2.Parent = char
- m2:MakeJoints()
- --------------------------------------------------------------------------------
- local cor2 = Instance.new("Part", char.Wings)
- cor2.Name = "Thingy"
- cor2.Locked = true
- cor2.BottomSurface = 0
- cor2.CanCollide = false
- cor2.Size = Vector3.new(0.2, 0.2, 0.2)
- cor2.Transparency = 1
- cor2.TopSurface = 0
- corw2 = Instance.new("Weld", cor2)
- corw2.Part0 = torso
- corw2.Part1 = cor2
- corw2.C0 = CFrame.new(0, 0.7, 0.8) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(0))
- corw2.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
- weld2 = Instance.new("Weld", char.Wings)
- weld2.Part0 = cor2
- weld2.Part1 = char.Wings.TorsoPart
- weld2.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
- wait(0.1)
- hum.WalkSpeed = 29
- game.Lighting.Ambient = Color3.new(-1,-1,-1)
- c = script:Clone()
- c.Parent = game.Lighting
- s = Instance.new("Sky")
- s.Name = "Dark Sky"
- s.SkyboxBk = "http://www.roblox.com/asset/?id=13943307"
- s.SkyboxDn = "http://www.roblox.com/asset/?id=13943307"
- s.SkyboxFt = "http://www.roblox.com/asset/?id=13943307"
- s.SkyboxLf = "http://www.roblox.com/asset/?id=13943307"
- s.SkyboxRt = "http://www.roblox.com/asset/?id=13943307"
- s.SkyboxUp = "http://www.roblox.com/asset/?id=13943307"
- s.Parent = game.Lighting
- wait(0.1)
- game.Lighting.Ambient = Color3.new(255,255,255)
- c = script:Clone()
- c.Parent = game.Lighting
- s = Instance.new("Sky")
- s.Name = "White Sky"
- s.SkyboxBk = "http://www.roblox.com/asset/?id=10742015"
- s.SkyboxDn = "http://www.roblox.com/asset/?id=10742015"
- s.SkyboxFt = "http://www.roblox.com/asset/?id=10742015"
- s.SkyboxLf = "http://www.roblox.com/asset/?id=10742015"
- s.SkyboxRt = "http://www.roblox.com/asset/?id=10742015"
- s.SkyboxUp = "http://www.roblox.com/asset/?id=10742015"
- s.Parent = game.Lighting
- wait(0.1)
- game.Lighting.Ambient = Color3.new(-1,-1,-1)
- c = script:Clone()
- c.Parent = game.Lighting
- s = Instance.new("Sky")
- s.Name = "Dark Sky"
- s.SkyboxBk = "http://www.roblox.com/asset/?id=13943307"
- s.SkyboxDn = "http://www.roblox.com/asset/?id=13943307"
- s.SkyboxFt = "http://www.roblox.com/asset/?id=13943307"
- s.SkyboxLf = "http://www.roblox.com/asset/?id=13943307"
- s.SkyboxRt = "http://www.roblox.com/asset/?id=13943307"
- s.SkyboxUp = "http://www.roblox.com/asset/?id=13943307"
- s.Parent = game.Lighting
- wait(0.1)
- game.Lighting.Ambient = Color3.new(255,255,255)
- c = script:Clone()
- c.Parent = game.Lighting
- s = Instance.new("Sky")
- s.Name = "White Sky"
- s.SkyboxBk = "http://www.roblox.com/asset/?id=10742015"
- s.SkyboxDn = "http://www.roblox.com/asset/?id=10742015"
- s.SkyboxFt = "http://www.roblox.com/asset/?id=10742015"
- s.SkyboxLf = "http://www.roblox.com/asset/?id=10742015"
- s.SkyboxRt = "http://www.roblox.com/asset/?id=10742015"
- s.SkyboxUp = "http://www.roblox.com/asset/?id=10742015"
- s.Parent = game.Lighting
- wait(0.1)
- game.Lighting.Ambient = Color3.new(-1,-1,-1)
- c = script:Clone()
- c.Parent = game.Lighting
- s = Instance.new("Sky")
- s.Name = "Dark Sky"
- s.SkyboxBk = "http://www.roblox.com/asset/?id=13943307"
- s.SkyboxDn = "http://www.roblox.com/asset/?id=13943307"
- s.SkyboxFt = "http://www.roblox.com/asset/?id=13943307"
- s.SkyboxLf = "http://www.roblox.com/asset/?id=13943307"
- s.SkyboxRt = "http://www.roblox.com/asset/?id=13943307"
- s.SkyboxUp = "http://www.roblox.com/asset/?id=13943307"
- s.Parent = game.Lighting
- wait(0.1)
- game.Lighting.Ambient = Color3.new(255,255,255)
- c = script:Clone()
- c.Parent = game.Lighting
- s = Instance.new("Sky")
- s.Name = "White Sky"
- s.SkyboxBk = "http://www.roblox.com/asset/?id=10742015"
- s.SkyboxDn = "http://www.roblox.com/asset/?id=10742015"
- s.SkyboxFt = "http://www.roblox.com/asset/?id=10742015"
- s.SkyboxLf = "http://www.roblox.com/asset/?id=10742015"
- s.SkyboxRt = "http://www.roblox.com/asset/?id=10742015"
- s.SkyboxUp = "http://www.roblox.com/asset/?id=10742015"
- s.Parent = game.Lighting
- wait(0.1)
- game.Lighting.Ambient = Color3.new(1,1,1)
- mouse.KeyDown:connect(function(Key)
- if Key == "f" then
- Colors = {"White", "White"}
- GroundBall1()
- wait(0.4)
- Colors = {"White", "White"}
- GroundBall1()
- wait(0.4)
- Colors = {"White", "White"}
- GroundBall1()
- wait(0.4)
- Colors = {"White", "White"}
- GroundBall1()
- wait(0.4)
- Colors = {"White", "White"}
- GroundBall1()
- wait(0.4)
- Colors = {"White", "White"}
- GroundBall1()
- wait(0.4)
- Colors = {"White", "White"}
- GroundBall1()
- wait(0.4)
- Colors = {"White", "White"}
- GroundBall1()
- wait(0.4)
- Colors = {"White", "White"}
- GroundBall1()
- wait(0.4)
- Colors = {"White", "White"}
- GroundBall1()
- wait(0.4)
- Colors = {"White", "White"}
- GroundBall1()
- wait(0.4)
- Colors = {"White", "White"}
- GroundBall1()
- wait(0.4)
- Colors = {"White", "White"}
- GroundBall1()
- wait(0.4)
- Colors = {"White", "White"}
- GroundBall1()
- wait(0.4)
- Colors = {"White", "White"}
- GroundBall1()
- wait(0.4)
- Colors = {"White", "White"}
- GroundBall1()
- wait(0.4)
- Colors = {"White", "White"}
- GroundBall1()
- wait(0.4)
- Colors = {"White", "White"}
- GroundBall1()
- wait(0.4)
- Colors = {"White", "White"}
- GroundBall1()
- wait(0.4)
- Colors = {"White", "White"}
- GroundBall1()
- wait(0.4)
- Colors = {"White", "White"}
- GroundBall1()
- wait(0.4)
- Colors = {"White", "White"}
- GroundBall1()
- wait(0.4)
- Colors = {"White", "White"}
- GroundBall1()
- wait(0.4)
- Colors = {"White", "White"}
- GroundBall1()
- wait(0.4)
- Colors = {"White", "White"}
- GroundBall1()
- wait(0.4)
- Colors = {"White", "White"}
- GroundBall1()
- wait(0.4)
- Colors = {"White", "White"}
- GroundBall1()
- wait(0.4)
- Colors = {"White", "White"}
- GroundBall1()
- wait(0.4)
- Colors = {"White", "White"}
- GroundBall1()
- wait(0.4)
- Colors = {"White", "White"}
- GroundBall1()
- wait(0.4)
- end
- end)
- Wait(87)
- chat("Now Heres My Full Power.")
- wait(4)
- Colors = {"White", "White"}
- GroundBall1()
- wait(0.03)
- Colors = {"Really red", "Really red"}
- GroundBall1()
- wait(0.02)
- Colors = {"White", "White"}
- GroundBall1()
- wait(0.03)
- Colors = {"Really red", "Really red"}
- GroundBall1()
- wait(0.02)
- Colors = {"White", "White"}
- GroundBall1()
- wait(0.03)
- Colors = {"Really red", "Really red"}
- GroundBall1()
- wait(0.02)
- Colors = {"White", "White"}
- GroundBall1()
- wait(0.03)
- Colors = {"Really red", "Really red"}
- GroundBall1()
- wait(0.02)
- Colors = {"White", "White"}
- GroundBall1()
- wait(0.03)
- Colors = {"Really red", "Really red"}
- GroundBall1()
- wait(0.02)
- Colors = {"White", "White"}
- GroundBall1()
- wait(0.03)
- Colors = {"Really red", "Really red"}
- GroundBall1()
- wait(0.02)
- Colors = {"White", "White"}
- GroundBall1()
- wait(0.03)
- Colors = {"Really red", "Really red"}
- GroundBall1()
- wait(0.02)
- Colors = {"White", "White"}
- GroundBall1()
- wait(0.03)
- Colors = {"Really red", "Really red"}
- GroundBall1()
- wait(0.02)
- Colors = {"White", "White"}
- GroundBall1()
- wait(0.03)
- Colors = {"Really red", "Really red"}
- GroundBall1()
- wait(0.02)
- Colors = {"White", "White"}
- GroundBall1()
- wait(0.03)
- Colors = {"Really red", "Really red"}
- GroundBall1()
- wait(0.02)
- Colors = {"White", "White"}
- GroundBall1()
- wait(0.03)
- Colors = {"Really red", "Really red"}
- GroundBall1()
- wait(0.02)
- Colors = {"White", "White"}
- GroundBall1()
- wait(0.03)
- Colors = {"Really red", "Really red"}
- GroundBall1()
- wait(0.02)
- Colors = {"White", "White"}
- GroundBall1()
- wait(0.03)
- Colors = {"Really red", "Really red"}
- GroundBall1()
- wait(0.02)
- Colors = {"White", "White"}
- GroundBall1()
- wait(0.03)
- Colors = {"Really red", "Really red"}
- GroundBall1()
- wait(0.02)
- Colors = {"White", "White"}
- GroundBall1()
- wait(0.03)
- Colors = {"Really red", "Really red"}
- GroundBall1()
- wait(0.02)
- Colors = {"White", "White"}
- GroundBall1()
- wait(0.03)
- Colors = {"Really red", "Really red"}
- GroundBall1()
- wait(0.02)
- Colors = {"White", "White"}
- GroundBall1()
- wait(0.03)
- Colors = {"Really red", "Really red"}
- GroundBall1()
- wait(0.02)
- Colors = {"White", "White"}
- GroundBall1()
- wait(0.03)
- Colors = {"Really red", "Really red"}
- GroundBall1()
- wait(0.02)
- Colors = {"White", "White"}
- GroundBall1()
- wait(0.03)
- Colors = {"Really red", "Really red"}
- GroundBall1()
- wait(0.02)
- Colors = {"White", "White"}
- GroundBall1()
- wait(0.03)
- Colors = {"Really red", "Really red"}
- GroundBall1()
- wait(0.02)
- Colors = {"White", "White"}
- GroundBall1()
- wait(0.03)
- Colors = {"Really red", "Really red"}
- GroundBall1()
- wait(0.02)
- Colors = {"White", "White"}
- GroundBall1()
- wait(0.03)
- Colors = {"Really red", "Really red"}
- GroundBall1()
- wait(0.02)
- Colors = {"White", "White"}
- GroundBall1()
- wait(0.03)
- Colors = {"Really red", "Really red"}
- GroundBall1()
- wait(0.02)
- Colors = {"White", "White"}
- GroundBall1()
- wait(0.03)
- Colors = {"Really red", "Really red"}
- GroundBall1()
- wait(0.02)
- while true do
- Hair7.BrickColor = BrickColor.new("White")
- wait(0.01)
- Hair7.BrickColor = BrickColor.new("Really Black")
- wait(0.01)
- Hair7.BrickColor = BrickColor.new("White")
- wait(0.01)
- Hair7.BrickColor = BrickColor.new("Really Black")
- wait(0.01)
- Hair7.BrickColor = BrickColor.new("White")
- wait(0.01)
- Hair7.BrickColor = BrickColor.new("Really Black")
- wait(0.01)
- Hair7.BrickColor = BrickColor.new("White")
- wait(0.01)
- end
Add Comment
Please, Sign In to add comment