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