SHOW:
|
|
- or go back to the newest paste.
1 | local Player = game.Players.LocalPlayer | |
2 | local Character = game.Players.LocalPlayer.Character | |
3 | local Create = LoadLibrary("RbxUtility").Create | |
4 | CFuncs = { | |
5 | ||
6 | ||
7 | ||
8 | ||
9 | ["Weld"] = { | |
10 | Create = function(Parent, Part0, Part1, C0, C1) | |
11 | local Weld = Create("Weld"){ | |
12 | Parent = Parent, | |
13 | Part0 = Part0, | |
14 | Part1 = Part1, | |
15 | C0 = C0, | |
16 | C1 = C1, | |
17 | } | |
18 | return Weld | |
19 | end; | |
20 | }; | |
21 | ||
22 | ["Sound"] = { | |
23 | Create = function(id, par, vol, pit) | |
24 | coroutine.resume(coroutine.create(function() | |
25 | local S = Create("Sound"){ | |
26 | Volume = vol, | |
27 | Pitch = pit or 1, | |
28 | SoundId = id, | |
29 | Parent = par or workspace, | |
30 | } | |
31 | wait() | |
32 | S:play() | |
33 | game:GetService("Debris"):AddItem(S, 6) | |
34 | end)) | |
35 | end; | |
36 | }; | |
37 | ||
38 | ["ParticleEmitter"] = { | |
39 | Create = function(Parent, Color1, Color2, LightEmission, Size, Texture, Transparency, ZOffset, Accel, Drag, LockedToPart, VelocityInheritance, EmissionDirection, Enabled, LifeTime, Rate, Rotation, RotSpeed, Speed, VelocitySpread) | |
40 | local fp = Create("ParticleEmitter"){ | |
41 | Parent = Parent, | |
42 | Color = ColorSequence.new(Color1, Color2), | |
43 | LightEmission = LightEmission, | |
44 | Size = Size, | |
45 | Texture = Texture, | |
46 | Transparency = Transparency, | |
47 | ZOffset = ZOffset, | |
48 | Acceleration = Accel, | |
49 | Drag = Drag, | |
50 | LockedToPart = LockedToPart, | |
51 | VelocityInheritance = VelocityInheritance, | |
52 | EmissionDirection = EmissionDirection, | |
53 | Enabled = Enabled, | |
54 | Lifetime = LifeTime, | |
55 | Rate = Rate, | |
56 | Rotation = Rotation, | |
57 | RotSpeed = RotSpeed, | |
58 | Speed = Speed, | |
59 | VelocitySpread = VelocitySpread, | |
60 | } | |
61 | return fp | |
62 | end; | |
63 | }; | |
64 | ||
65 | CreateTemplate = { | |
66 | ||
67 | }; | |
68 | } | |
69 | ||
70 | ||
71 | ||
72 | New = function(Object, Parent, Name, Data) | |
73 | local Object = Instance.new(Object) | |
74 | for Index, Value in pairs(Data or {}) do | |
75 | Object[Index] = Value | |
76 | end | |
77 | Object.Parent = Parent | |
78 | Object.Name = Name | |
79 | return Object | |
80 | end | |
81 | ||
82 | ||
83 | CV="Really black" | |
84 | ArtificialHB = Create("BindableEvent", script){ | |
85 | Parent = script, | |
86 | Name = "Heartbeat", | |
87 | } | |
88 | ||
89 | function swait(num) | |
90 | if num == 0 or num == nil then | |
91 | ArtificialHB.Event:wait() | |
92 | else | |
93 | for i = 0, num do | |
94 | ArtificialHB.Event:wait() | |
95 | end | |
96 | end | |
97 | end | |
98 | ||
99 | function chatfunc(text) | |
100 | local chat = coroutine.wrap(function() | |
101 | if Character:FindFirstChild("TalkingBillBoard")~= nil then | |
102 | Character:FindFirstChild("TalkingBillBoard"):destroy() | |
103 | end | |
104 | local naeeym2 = Instance.new("BillboardGui",Character) | |
105 | naeeym2.Size = UDim2.new(0,100,0,40) | |
106 | naeeym2.StudsOffset = Vector3.new(0,3,0) | |
107 | naeeym2.Adornee = Character.Head | |
108 | naeeym2.Name = "TalkingBillBoard" | |
109 | local tecks2 = Instance.new("TextLabel",naeeym2) | |
110 | tecks2.BackgroundTransparency = 1 | |
111 | tecks2.BorderSizePixel = 0 | |
112 | tecks2.Text = "" | |
113 | tecks2.Font = "Fantasy" | |
114 | tecks2.TextSize = 30 | |
115 | tecks2.TextStrokeTransparency = 0 | |
116 | tecks2.TextColor3 = Color3.new(0,0,0) | |
117 | tecks2.TextStrokeColor3 = Color3.new(0,0,0) | |
118 | tecks2.Size = UDim2.new(1,0,0.5,0) | |
119 | local tecks3 = Instance.new("TextLabel",naeeym2) | |
120 | tecks3.BackgroundTransparency = 1 | |
121 | tecks3.BorderSizePixel = 0 | |
122 | tecks3.Text = "" | |
123 | tecks3.Font = "Fantasy" | |
124 | tecks3.TextSize = 30 | |
125 | tecks3.TextStrokeTransparency = 0 | |
126 | tecks3.TextColor3 = Color3.new(0,0,0) | |
127 | tecks3.TextStrokeColor3 = Color3.new(255,255,255) | |
128 | tecks3.Size = UDim2.new(1,0,0.5,0) | |
129 | for i = 1,string.len(text),1 do | |
130 | CFuncs["Sound"].Create("http://www.roblox.com/asset/?id=565939471", Character, 6, .8) | |
131 | tecks2.Text = string.sub(text,1,i) | |
132 | tecks3.Text = string.sub(text,1,i) | |
133 | wait(0.01) | |
134 | end | |
135 | wait(2) | |
136 | for i = 1, 50 do | |
137 | swait() | |
138 | tecks2.Position = tecks2.Position - UDim2.new(math.random(-.4,.4),math.random(-5,5),.05,math.random(-5,5)) | |
139 | tecks2.Rotation = tecks2.Rotation - .8 | |
140 | tecks2.TextStrokeTransparency = tecks2.TextStrokeTransparency +.04 | |
141 | tecks2.TextTransparency = tecks2.TextTransparency + .04 | |
142 | tecks3.Position = tecks2.Position - UDim2.new(math.random(-.4,.4),math.random(-5,5),.05,math.random(-5,5)) | |
143 | tecks3.Rotation = tecks2.Rotation + .8 | |
144 | tecks3.TextStrokeTransparency = tecks2.TextStrokeTransparency +.04 | |
145 | tecks3.TextTransparency = tecks2.TextTransparency + .04 | |
146 | end | |
147 | naeeym2:Destroy() | |
148 | end) | |
149 | chat() | |
150 | ||
151 | end | |
152 | function onChatted(msg) | |
153 | chatfunc(msg) | |
154 | ||
155 | end | |
156 | Player.Chatted:connect(onChatted) | |
157 | ||
158 | abss = Instance.new("BillboardGui",Character) | |
159 | abss.Size = UDim2.new(10,0,10,0) | |
160 | abss.Enabled = false | |
161 | abss.Name = "ROCKYMOUNT" | |
162 | imgl = Instance.new("ImageLabel",abss) | |
163 | imgl.Position = UDim2.new(0,0,0,0) | |
164 | imgl.Size = UDim2.new(1,0,1,0) | |
165 | imgl.Image = "rbxassetid://711463989" | |
166 | imgl.BackgroundTransparency = 1 | |
167 | imgl.ImageColor3 = Color3.new(0,255,255) | |
168 | img2 = Instance.new("ImageLabel",abss) | |
169 | img2.Position = UDim2.new(0,0,0,0) | |
170 | img2.Size = UDim2.new(1,0,1,0) | |
171 | img2.Image = "rbxassetid://711463989" | |
172 | img2.BackgroundTransparency = 1 | |
173 | img2.ImageColor3 = Color3.new(0,255,255) | |
174 | ||
175 | ||
176 | ||
177 | ||
178 | local lolf = true | |
179 | local shake = false | |
180 | local go2 = false | |
181 | local up = 0 | |
182 | local grab2 = false | |
183 | local pushed = false | |
184 | base = Instance.new("Part",workspace) | |
185 | base.Name = "Base" | |
186 | base.Transparency = 1 | |
187 | z42d = Instance.new("Sound",game.Players.LocalPlayer.Character) | |
188 | z42d.Volume = 100 | |
189 | z42d.Looped = true | |
190 | - | z42d.SoundId = "rbxassetid://714819523" |
190 | + | z42d.SoundId = "rbxassetid://681650549" |
191 | z42d:Play() | |
192 | local jk = false | |
193 | local kiout = false | |
194 | local rl = true | |
195 | ll = 0 | |
196 | local combodamage = 999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999e+999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999 | |
197 | local can = 5 | |
198 | local lolwait = 3 | |
199 | local auracan3 = true | |
200 | local auracan1 = true | |
201 | local darius1 = true | |
202 | local ki = true | |
203 | local darius = true | |
204 | local kamecolor = "Really black" | |
205 | z42 = Instance.new("Sound",game.Players.LocalPlayer.Character) | |
206 | z42.Volume = 20 | |
207 | z42.Looped = false | |
208 | z42.SoundId = "rbxassetid://863808186" | |
209 | local clickon = false | |
210 | local beamknockback = 0 | |
211 | local beamdamage = 0.001 | |
212 | local hited1 = false | |
213 | local hited = false | |
214 | local kamesize = 1 | |
215 | local kamehameha = false | |
216 | local walksound = "rbxassetid://908473722" | |
217 | local moving = false | |
218 | local poon = false | |
219 | ||
220 | local v3 = Vector3.new | |
221 | divine = Instance.new("Part",game.Players.LocalPlayer.Character) | |
222 | divine.Size = Vector3.new(0.5,0.5,3) | |
223 | divine.Position = v3(5,50,5) | |
224 | ||
225 | divine.BrickColor = BrickColor.new("Really red") | |
226 | divine.Transparency = 1 | |
227 | divinemesh = Instance.new("SpecialMesh",divine) | |
228 | divinemesh.MeshType = "Sphere" | |
229 | divinemesh.Scale = v3(1,1,1) | |
230 | ||
231 | ||
232 | ||
233 | ------------------------------------------------------------------ | |
234 | divine2 = Instance.new("Part",game.Players.LocalPlayer.Character) | |
235 | divine2.Size = Vector3.new(0.5,0.5,3) | |
236 | divine2.Position = v3(5,5,5) | |
237 | ||
238 | divine2.BrickColor = BrickColor.new("Really red") | |
239 | divine2.Transparency = 1 | |
240 | divinemesh = Instance.new("SpecialMesh",divine2) | |
241 | divinemesh.MeshType = "Sphere" | |
242 | divinemesh.Scale = v3(1,1,1) | |
243 | ||
244 | ||
245 | ||
246 | ------------------------------------------------------------------ | |
247 | divine3 = Instance.new("Part",game.Players.LocalPlayer.Character) | |
248 | divine3.Size = Vector3.new(0.5,0.5,3) | |
249 | divine3.Position = v3(5,8,5) | |
250 | ||
251 | divine3.BrickColor = BrickColor.new("Really red") | |
252 | divine3.Transparency = 1 | |
253 | divinemesh = Instance.new("SpecialMesh",divine3) | |
254 | divinemesh.MeshType = "Sphere" | |
255 | divinemesh.Scale = v3(1,1,1) | |
256 | ||
257 | ||
258 | ||
259 | ------------------------------------------------------------------ | |
260 | divine4 = Instance.new("Part",game.Players.LocalPlayer.Character) | |
261 | divine4.Size = Vector3.new(0.5,0.5,3) | |
262 | divine4.Position = v3(5,3,5) | |
263 | ||
264 | divine4.BrickColor = BrickColor.new("Really red") | |
265 | divine4.Transparency = 1 | |
266 | divinemesh = Instance.new("SpecialMesh",divine4) | |
267 | divinemesh.MeshType = "Sphere" | |
268 | divinemesh.Scale = v3(1,1,1) | |
269 | ||
270 | ||
271 | ||
272 | ------------------------------------------------------------------ | |
273 | divine5 = Instance.new("Part",game.Players.LocalPlayer.Character) | |
274 | divine5.Size = Vector3.new(0.5,0.5,3) | |
275 | divine5.Position = v3(5,55,5) | |
276 | ||
277 | divine5.BrickColor = BrickColor.new("Really red") | |
278 | divine5.Transparency = 1 | |
279 | divinemesh = Instance.new("SpecialMesh",divine5) | |
280 | divinemesh.MeshType = "Sphere" | |
281 | divinemesh.Scale = v3(1,1,1) | |
282 | ||
283 | ||
284 | ||
285 | ------------------------------------------------------------------ | |
286 | divine6 = Instance.new("Part",game.Players.LocalPlayer.Character) | |
287 | divine6.Size = Vector3.new(0.5,0.5,3) | |
288 | divine6.Position = v3(5,5,5) | |
289 | ||
290 | divine6.BrickColor = BrickColor.new("Really red") | |
291 | divine6.Transparency = 1 | |
292 | divinemesh = Instance.new("SpecialMesh",divine6) | |
293 | divinemesh.MeshType = "Sphere" | |
294 | divinemesh.Scale = v3(1,1,1) | |
295 | ||
296 | ||
297 | local new=Instance.new | |
298 | local rad=math.rad | |
299 | local cf=CFrame.new | |
300 | local v3=Vector3.new | |
301 | local ang=function(x,y,z) | |
302 | return CFrame.Angles(rad(x),rad(y),rad(z)) | |
303 | end | |
304 | local player=game:service'Players'.LocalPlayer | |
305 | local char=player.Character | |
306 | local cam=workspace.Camera | |
307 | local mouse=player:GetMouse() | |
308 | local weld=function(a,b,c0,c1) | |
309 | m=Instance.new('Motor',a) | |
310 | m.Part0=a | |
311 | m.Part1=b | |
312 | m.C0=c0 | |
313 | m.C1=c1 | |
314 | return m | |
315 | end | |
316 | ||
317 | ||
318 | beamm=Instance.new('Model',workspace) | |
319 | beamm.Name='beam' | |
320 | ||
321 | laser=false | |
322 | ||
323 | rs=Instance.new('Part',char) | |
324 | rs.Transparency=1 | |
325 | rs.CanCollide=false | |
326 | rs.TopSurface,rs.BottomSurface=0,0 | |
327 | rs.FormFactor=3 | |
328 | rs.Size=Vector3.new(.5,.5,.5) | |
329 | ||
330 | ls=rs:Clone() | |
331 | ls.Parent=char | |
332 | ||
333 | ||
334 | ||
335 | s1=Instance.new('Sound',char) | |
336 | s1.Volume=1 | |
337 | s1.Pitch=1 | |
338 | s1.Looped=true | |
339 | ||
340 | ||
341 | particles={} | |
342 | ||
343 | local wep=new('Part',char) | |
344 | ||
345 | wep.FormFactor=3 | |
346 | wep.Transparency = 1 | |
347 | wep.CanCollide=false | |
348 | wep.Size=v3(0.1,0.1,0.1) | |
349 | wep.TopSurface,wep.BottomSurface=0,0 | |
350 | local wepw=weld(wep,char['Torso'],cf(0,2,0),ang(95,0,0)) | |
351 | ||
352 | ||
353 | local beam1=wep:Clone() | |
354 | beam1:ClearAllChildren() | |
355 | beam1.Material='Neon' | |
356 | beam1.BrickColor=BrickColor.new(kamecolor) | |
357 | beam1.Color = Color3.fromRGB(35,0,53) | |
358 | beam1.Size=Vector3.new(1,1,1) | |
359 | beam1.Transparency=0 | |
360 | beam1.Anchored=true | |
361 | local ms=Instance.new('BlockMesh',beam1) | |
362 | local inner1=beam1:Clone() | |
363 | inner1.Transparency=1 | |
364 | inner1.Material='SmoothPlastic' | |
365 | inner1.BrickColor=BrickColor.new(kamecolor) | |
366 | inner1.Color = Color3.fromRGB(35,0,53) | |
367 | local ms2=inner1.Mesh | |
368 | ||
369 | local expl1=inner1:Clone() | |
370 | expl1.Mesh:Destroy() | |
371 | expl1.Material='Neon' | |
372 | expl1.BrickColor=BrickColor.new(kamecolor) | |
373 | expl1.Color = Color3.fromRGB(35,0,53) | |
374 | expl1.Size=Vector3.new(1,1,1) | |
375 | expl1.Transparency=0 | |
376 | pl=Instance.new('PointLight',expl1) | |
377 | pl.Color=expl1.BrickColor.Color | |
378 | pl.Range=pl.Range*2 | |
379 | pl.Name='light' | |
380 | local br=pl.Range | |
381 | ||
382 | local exa1=expl1:Clone() | |
383 | exa1.Size=Vector3.new(1,1,1) | |
384 | pl2=exa1.light | |
385 | ||
386 | local part=exa1:Clone() | |
387 | part.Size=Vector3.new(1.5,1.5,1.5) | |
388 | pl3=part.light | |
389 | pms=Instance.new('BlockMesh',part) | |
390 | ||
391 | char.Humanoid.Died:connect(function() | |
392 | laser=false | |
393 | beam1.Parent=nil | |
394 | inner1.Parent=nil | |
395 | expl1.Parent=nil | |
396 | exa1.Parent=nil | |
397 | s1:stop() | |
398 | end) | |
399 | ||
400 | ||
401 | ||
402 | parti=0 | |
403 | game:service'RunService'.Stepped:connect(function() | |
404 | parti=parti+1 | |
405 | for i,v in pairs(particles) do | |
406 | v.CFrame=v.CFrame*CFrame.new(0,0,-.3) | |
407 | v.Transparency=v.Transparency+.08 | |
408 | if v.Transparency >= 1 then | |
409 | v:Destroy() | |
410 | table.remove(particles,i) | |
411 | else | |
412 | v.Parent=beamm | |
413 | end | |
414 | end | |
415 | ||
416 | a=cam.CoordinateFrame.p | |
417 | b=mouse.Hit.p | |
418 | mhitr=Ray.new(a,(b-a).unit*999) | |
419 | mhit,ps=workspace:FindPartOnRayWithIgnoreList(mhitr,{char,beamm}) | |
420 | ||
421 | ||
422 | if laser then | |
423 | beamm.Parent=workspace | |
424 | beam1.Parent=beamm | |
425 | inner1.Parent=beamm | |
426 | expl1.Parent=beamm | |
427 | exa1.Parent=beamm | |
428 | s1.Volume=s1.Volume-0.0034 | |
429 | ||
430 | ray=Ray.new((wep.CFrame*cf(0,-1.5,0)).p,((wep.CFrame*cf(0,-10,0)).p-(wep.CFrame*cf(0,-1.5,0)).p).unit*999) | |
431 | hit,pos=workspace:FindPartOnRayWithIgnoreList(ray,{char,beamm}) | |
432 | ||
433 | if hit and s1.Volume > .3 and parti/8==math.floor(parti/8) then | |
434 | ||
435 | if hit.Parent:IsA("Model") and hit ~= workspace.Base then | |
436 | hit.Parent:BreakJoints() | |
437 | ||
438 | wait() | |
439 | end | |
440 | if hit.Parent:IsA("Part") and hit ~= workspace.Base then | |
441 | hit.Anchored = false | |
442 | hit.Position = hit.Position + Vector3.new(0,1,0) | |
443 | block = Instance.new("BodyForce",hit) | |
444 | block.Force = beam1.CFrame.lookVector | |
445 | s1.Volume=s1.Volume+0.0034 | |
446 | ||
447 | hit.Position = hit.Position + Vector3.new(0,1,0) | |
448 | block = Instance.new("BodyForce",hit) | |
449 | block.Force = beam1.CFrame.lookVector | |
450 | ||
451 | end | |
452 | end | |
453 | ||
454 | if hit and hit.Parent==workspace.Terrain or hit==workspace.Terrain and parti/8==math.floor(parti/8) then | |
455 | e=Instance.new('Explosion',workspace) | |
456 | e.Position=pos | |
457 | e.BlastRadius=14 | |
458 | e.BlastPressure=1e4 | |
459 | end | |
460 | if hit and not hit.Anchored and not (hit:GetMass()>1e4) then | |
461 | hit.Velocity=hit.Velocity+beam1.CFrame.lookVector*(1*s1.Volume*hit:GetMass()) | |
462 | end | |
463 | ||
464 | if parti==math.floor(parti) then | |
465 | par=part:Clone() | |
466 | table.insert(particles,par) | |
467 | par.Parent=beamm | |
468 | par.Transparency=1-s1.Volume | |
469 | par.light.Range=br*s1.Volume | |
470 | par.CFrame=cf(pos)*ang(math.random(-180,180),math.random(-180,180),math.random(-180,180))*cf(10,10,10) | |
471 | end | |
472 | ||
473 | mag=((wep.CFrame*cf(0,-1.5,0)).p-pos).magnitude | |
474 | ms.Scale=v3(s1.Volume,s1.Volume,mag) | |
475 | ms2.Scale=v3(ms.Scale.x/2,ms.Scale.y/2,mag-(.1/mag)) | |
476 | beam1.CFrame=cf((wep.CFrame*cf(0,-1.5,0)).p,pos)*cf(0,0,-mag/2)*ang(0,0,math.random(0,180)) | |
477 | inner1.CFrame=beam1.CFrame | |
478 | pl.Range=br*s1.Volume | |
479 | pl2.Range=br*s1.Volume | |
480 | ||
481 | expl1.Transparency=0 | |
482 | expl1.CFrame=cf(pos)*ang(math.random(0,180),math.random(0,180),math.random(0,180)) | |
483 | ||
484 | exa1.CFrame=wep.CFrame*cf(0,-1.5,0)*ang(math.random(0,180),math.random(0,180),math.random(0,180)) | |
485 | ||
486 | end | |
487 | end) | |
488 | ||
489 | local base = true | |
490 | local ssjr = false | |
491 | local down2 = false | |
492 | local ok = 0 | |
493 | local lala = false | |
494 | local walkon = false | |
495 | local idle = true | |
496 | local idle1 = true | |
497 | local canattack = true | |
498 | local nohit = 0 | |
499 | local p = game.Players.LocalPlayer | |
500 | local char = p.Character | |
501 | local mouse = p:GetMouse() | |
502 | local larm = char["Left Arm"] | |
503 | local rarm = char["Right Arm"] | |
504 | local lleg = char["Left Leg"] | |
505 | local rleg = char["Right Leg"] | |
506 | local hed = char.Head | |
507 | local torso = char.Torso | |
508 | zwc = Instance.new("Sound",torso) | |
509 | zwc.Volume = 1 | |
510 | zwc.Looped = false | |
511 | zwc.SoundId = "rbxassetid://137579113" | |
512 | local hum = char.Humanoid | |
513 | hum.Name = "loldar" | |
514 | local cam = game.Workspace.CurrentCamera | |
515 | local root = char.HumanoidRootPart | |
516 | local deb = false | |
517 | local shot = 0 | |
518 | local walk = true | |
519 | local debris=game:service"Debris" | |
520 | local l = game:GetService("Lighting") | |
521 | local rs = game:GetService("RunService").RenderStepped | |
522 | local canattack = true | |
523 | hed.face.Texture = "http://www.roblox.com/asset/?id=1002452110" | |
524 | ptz = {0.8, 0.85, 0.9, 0.95, 1, 1.05, 1.1} | |
525 | function lerp(a, b, t) -- Linear interpolation | |
526 | return a + (b - a)*t | |
527 | end | |
528 | ||
529 | function slerp(a, b, t) --Spherical interpolation | |
530 | dot = a:Dot(b) | |
531 | if dot > 0.99999 or dot < -0.99999 then | |
532 | return t <= 0.5 and a or b | |
533 | else | |
534 | r = math.acos(dot) | |
535 | return (a*math.sin((1 - t)*r) + b*math.sin(t*r)) / math.sin(r) | |
536 | end | |
537 | end | |
538 | function matrixInterpolate(a, b, t) | |
539 | local ax, ay, az, a00, a01, a02, a10, a11, a12, a20, a21, a22 = a:components() | |
540 | local bx, by, bz, b00, b01, b02, b10, b11, b12, b20, b21, b22 = b:components() | |
541 | local v0 = lerp(Vector3.new(ax, ay, az), Vector3.new(bx , by , bz), t) -- Position | |
542 | local v1 = slerp(Vector3.new(a00, a01, a02), Vector3.new(b00, b01, b02), t) -- Vector right | |
543 | local v2 = slerp(Vector3.new(a10, a11, a12), Vector3.new(b10, b11, b12), t) -- Vector up | |
544 | local v3 = slerp(Vector3.new(a20, a21, a22), Vector3.new(b20, b21, b22), t) -- Vector back | |
545 | local t = v1:Dot(v2) | |
546 | if not (t < 0 or t == 0 or t > 0) then -- Failsafe | |
547 | return CFrame.new() | |
548 | end | |
549 | return CFrame.new( | |
550 | v0.x, v0.y, v0.z, | |
551 | v1.x, v1.y, v1.z, | |
552 | v2.x, v2.y, v2.z, | |
553 | v3.x, v3.y, v3.z) | |
554 | end | |
555 | ---------------------------------------------------- | |
556 | function genWeld(a,b) | |
557 | local w = Instance.new("Weld",a) | |
558 | w.Part0 = a | |
559 | w.Part1 = b | |
560 | return w | |
561 | end | |
562 | function weld(a, b) | |
563 | local weld = Instance.new("Weld") | |
564 | weld.Name = "W" | |
565 | weld.Part0 = a | |
566 | weld.Part1 = b | |
567 | weld.C0 = a.CFrame:inverse() * b.CFrame | |
568 | weld.Parent = a | |
569 | return weld; | |
570 | end | |
571 | ---------------------------------------------------- | |
572 | function Lerp(c1,c2,al) | |
573 | local com1 = {c1.X,c1.Y,c1.Z,c1:toEulerAnglesXYZ()} | |
574 | local com2 = {c2.X,c2.Y,c2.Z,c2:toEulerAnglesXYZ()} | |
575 | for i,v in pairs(com1) do | |
576 | com1[i] = v+(com2[i]-v)*al | |
577 | end | |
578 | return CFrame.new(com1[1],com1[2],com1[3]) * CFrame.Angles(select(4,unpack(com1))) | |
579 | end | |
580 | ---------------------------------------------------- | |
581 | newWeld = function(wp0, wp1, wc0x, wc0y, wc0z) | |
582 | local wld = Instance.new("Weld", wp1) | |
583 | wld.Part0 = wp0 | |
584 | wld.Part1 = wp1 | |
585 | wld.C0 = CFrame.new(wc0x, wc0y, wc0z) | |
586 | end | |
587 | hum.MaxHealth = math.huge | |
588 | wait() | |
589 | hum.Health = math.huge | |
590 | ---------------------------------------------------- | |
591 | function weld5(part0, part1, c0, c1) | |
592 | weeld=Instance.new("Weld", part0) | |
593 | weeld.Part0=part0 | |
594 | weeld.Part1=part1 | |
595 | weeld.C0=c0 | |
596 | weeld.C1=c1 | |
597 | return weeld | |
598 | end | |
599 | ---------------------------------------------------- | |
600 | function HasntTouched(plrname) | |
601 | local ret = true | |
602 | for _, v in pairs(Touche) do | |
603 | if v == plrname then | |
604 | ret = false | |
605 | end | |
606 | end | |
607 | return ret | |
608 | end | |
609 | newWeld(torso, larm, -1.5, 0.5, 0) | |
610 | larm.Weld.C1 = CFrame.new(0, 0.5, 0) | |
611 | newWeld(torso, rarm, 1.5, 0.5, 0) | |
612 | rarm.Weld.C1 = CFrame.new(0, 0.5, 0) | |
613 | newWeld(torso, hed, 0, 1.5, 0) | |
614 | newWeld(torso, lleg, -0.5, -1, 0) | |
615 | lleg.Weld.C1 = CFrame.new(0, 1, 0) | |
616 | newWeld(torso, rleg, 0.5, -1, 0) | |
617 | rleg.Weld.C1 = CFrame.new(0, 1, 0) | |
618 | newWeld(root, torso, 0, -1, 0) | |
619 | torso.Weld.C1 = CFrame.new(0, -1, 0) | |
620 | GroundWave1 = function() | |
621 | local HandCF = CFrame.new(root.Position - Vector3.new(0,3,0)) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0)) | |
622 | ||
623 | local wave = Instance.new("Part", torso) | |
624 | wave.BrickColor = BrickColor.new(Colors[math.random(1,#Colors)]) | |
625 | wave.Anchored = true | |
626 | wave.CanCollide = false | |
627 | wave.Locked = true | |
628 | wave.Size = Vector3.new(1, 1, 1) | |
629 | wave.TopSurface = "Smooth" | |
630 | wave.BottomSurface = "Smooth" | |
631 | wave.Transparency = 0.35 | |
632 | wave.CFrame = HandCF | |
633 | wm = Instance.new("SpecialMesh", wave) | |
634 | wm.MeshId = "rbxassetid://20329976" | |
635 | coroutine.wrap(function() | |
636 | for i = 1, 30, 1 do | |
637 | wm.Scale = Vector3.new(1 + i*1.2, 1 + i*1.2, 1 + i*1.2) | |
638 | wave.Size = wm.Scale | |
639 | wave.CFrame = HandCF | |
640 | wave.Orientation = Vector3.new(0, 180, 0) | |
641 | wave.Transparency = i/30 | |
642 | wait() | |
643 | end | |
644 | wait() | |
645 | wave:Destroy() | |
646 | end)() | |
647 | end | |
648 | GroundBall1 = function() | |
649 | local HandCF = CFrame.new(root.Position - Vector3.new(0,3,0)) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0)) | |
650 | ||
651 | local wave = Instance.new("Part", torso) | |
652 | wave.BrickColor = BrickColor.new(Colors[math.random(1,#Colors)]) | |
653 | wave.Anchored = true | |
654 | wave.CanCollide = false | |
655 | wave.Locked = true | |
656 | wave.Size = Vector3.new(1, 1, 1) | |
657 | wave.TopSurface = "Smooth" | |
658 | wave.BottomSurface = "Smooth" | |
659 | wave.Transparency = 0.35 | |
660 | wave.CFrame = HandCF | |
661 | wm = Instance.new("SpecialMesh", wave) | |
662 | wm.MeshId = "rbxassetid://430736398" | |
663 | coroutine.wrap(function() | |
664 | for i = 1, 30, 1 do | |
665 | wm.Scale = Vector3.new(1 + i*1.2, 1 + i*1.2, 1 + i*1.2) | |
666 | wave.Size = wm.Scale | |
667 | wave.CFrame = HandCF | |
668 | wave.Orientation = Vector3.new(0, 180, 0) | |
669 | wave.Transparency = i/30 | |
670 | wait() | |
671 | end | |
672 | wait() | |
673 | wave:Destroy() | |
674 | end)() | |
675 | end | |
676 | ||
677 | function stance1() | |
678 | hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(15),math.rad(0)), 0.1)--head | |
679 | torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-15), math.rad(0)), 1)--torso | |
680 | rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(12),math.rad(15),math.rad(30)), 0.1)--arm | |
681 | larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(12),math.rad(15),math.rad(-30)), 0.1)--arm | |
682 | lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-5), math.rad(15), math.rad(10)), 0.1)--leg | |
683 | rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-15), math.rad(-40), math.rad(-5)), 0.1)--leg | |
684 | end | |
685 | ------------------------------------------------------------- | |
686 | function stance2() | |
687 | hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(-50),math.rad(0)), 0.1)--head | |
688 | torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), math.rad(0)), 0.1)--torso | |
689 | rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.3,-0.5)*CFrame.Angles(math.rad(160),math.rad(210),math.rad(0)), 0.1)--rarm | |
690 | larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.2,0)*CFrame.Angles(math.rad(80),math.rad(0),math.rad(0)), 0.1)--larm | |
691 | lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, .2) * CFrame.Angles(math.rad(-5), math.rad(0), math.rad(-20)), 0.1)--lleg | |
692 | rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, -.2) * CFrame.Angles(math.rad(5), math.rad(0), math.rad(20)), 0.1)--rleg | |
693 | ||
694 | end | |
695 | ---------------------------------------------------------- | |
696 | z41 = Instance.new("Sound",torso) | |
697 | z41.Volume = 20 | |
698 | z41.Looped = false | |
699 | z41.SoundId = "rbxassetid://863807725" | |
700 | z412 = Instance.new("Sound",torso) | |
701 | z412.Volume = 20 | |
702 | z412.Looped = false | |
703 | z412.SoundId = "rbxassetid://895090420" | |
704 | z4122 = Instance.new("Sound",torso) | |
705 | z4122.Volume = 20 | |
706 | z4122.Looped = false | |
707 | z4122.SoundId = "rbxassetid://897147945" | |
708 | function swing1() | |
709 | for i = 1, 5 do | |
710 | wait() | |
711 | hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.4)--head | |
712 | torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)--torso | |
713 | rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1,0.5,-1)*CFrame.Angles(math.rad(150),math.rad(0),math.rad(-70)), 0.4)--arm | |
714 | larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-10)), 0.4)--arm | |
715 | lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(-10)), 0.4)--leg | |
716 | rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(0)), 0.4)--leg | |
717 | end | |
718 | ||
719 | z41:Play() | |
720 | for i = 1, 5 do | |
721 | wait() | |
722 | hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.4)--head | |
723 | torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)--torso | |
724 | rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(10),math.rad(0),math.rad(60)), 0.4)--arm | |
725 | larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-20)), 0.4)--arm | |
726 | lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(-10)), 0.4)--leg | |
727 | rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(0)), 0.4)--leg | |
728 | end | |
729 | end | |
730 | function swing11() | |
731 | for i = 1, 5 do | |
732 | wait() | |
733 | hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.4)--head | |
734 | torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)--torso | |
735 | rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1,0.5,-1)*CFrame.Angles(math.rad(150),math.rad(0),math.rad(-70)), 0.4)--arm | |
736 | larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-10)), 0.4)--arm | |
737 | lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(-10)), 0.4)--leg | |
738 | rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(0)), 0.4)--leg | |
739 | end | |
740 | ||
741 | z412:Play() | |
742 | for i = 1, 5 do | |
743 | wait() | |
744 | hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.4)--head | |
745 | torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)--torso | |
746 | rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(10),math.rad(0),math.rad(60)), 0.4)--arm | |
747 | larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-20)), 0.4)--arm | |
748 | lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(-10)), 0.4)--leg | |
749 | rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(0)), 0.4)--leg | |
750 | end | |
751 | end | |
752 | ------------------------------------------------------------------------------------------------ | |
753 | function swing2() | |
754 | for i = 1, 5 do | |
755 | wait() | |
756 | hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.4)--head | |
757 | torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-10), math.rad(0)), 0.4)--torso | |
758 | rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(-200),math.rad(0),math.rad(30)), 0.4)--arm | |
759 | larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-20)), 0.4)--arm | |
760 | lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(-10)), 0.4)--leg | |
761 | rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(0)), 0.4)--leg | |
762 | end | |
763 | ||
764 | z41:Play() | |
765 | for i = 1, 5 do | |
766 | wait() | |
767 | hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(10),math.rad(-10),math.rad(0)), 0.4)--head | |
768 | torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(10), math.rad(0)), 0.4)--torso | |
769 | rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1,0.3,-.4)*CFrame.Angles(math.rad(40),math.rad(0),math.rad(-50)), 0.4)--arm | |
770 | larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(-10),math.rad(0),math.rad(-30)), 0.4)--arm | |
771 | lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-15), math.rad(0), math.rad(-10)), 0.4)--leg | |
772 | rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(12), math.rad(0), math.rad(0)), 0.4)--leg | |
773 | end | |
774 | end | |
775 | ----------------------------------------------------------------------------------------------- | |
776 | function swing3() | |
777 | ||
778 | z41:Play() | |
779 | for i = 1, 7 do | |
780 | wait() | |
781 | hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.4)--head | |
782 | torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)--torso | |
783 | rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(90)), 0.4)--arm | |
784 | larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-10)), 0.4)--arm | |
785 | lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-5)), 0.4)--leg | |
786 | rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(20)), 0.4)--leg | |
787 | torso.CFrame = torso.CFrame * CFrame.Angles(0,-.928,0)+ Vector3.new(0,5,0) | |
788 | ||
789 | end | |
790 | ||
791 | end | |
792 | ------------------------------------------------------------------------------------------------ | |
793 | function firstswing() | |
794 | for i = 1, 10 do | |
795 | wait() | |
796 | hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.4)--head | |
797 | torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)--torso | |
798 | rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1,0.5,-1)*CFrame.Angles(math.rad(150),math.rad(0),math.rad(-70)), 0.4)--arm | |
799 | larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-10)), 0.4)--arm | |
800 | lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.4)--leg | |
801 | rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(10)), 0.4)--leg | |
802 | end | |
803 | ||
804 | for i = 1, 10 do | |
805 | wait() | |
806 | hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.4)--head | |
807 | torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)--torso | |
808 | rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(10),math.rad(0),math.rad(40)), 0.4)--arm | |
809 | larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-20)), 0.4)--arm | |
810 | lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.4)--leg | |
811 | rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(10)), 0.4)--leg | |
812 | end | |
813 | end | |
814 | function flytowards() | |
815 | for i = 1, 5 do | |
816 | wait() | |
817 | hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(20),math.rad(0),math.rad(0)), 0.4)--head | |
818 | torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-40), math.rad(0), math.rad(0)), 0.4)--torso | |
819 | rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(-20),math.rad(0),math.rad(10)), 0.4)--arm | |
820 | larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(-20),math.rad(0),math.rad(-10)), 0.4)--arm | |
821 | lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.4)--leg | |
822 | rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(10)), 0.4)--leg | |
823 | end | |
824 | end | |
825 | function swings() | |
826 | for i = 1, 5 do | |
827 | wait() | |
828 | hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(-5),math.rad(0),math.rad(0)), 0.4)--head | |
829 | torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(5), math.rad(0), math.rad(0)), 0.4)--torso | |
830 | rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1,0.5,-1)*CFrame.Angles(math.rad(170),math.rad(0),math.rad(-70)), 0.4)--arm | |
831 | larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(-20),math.rad(0),math.rad(-10)), 0.4)--arm | |
832 | lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.4)--leg | |
833 | rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(10)), 0.4)--leg | |
834 | end | |
835 | ||
836 | ||
837 | for i = 1, 5 do | |
838 | wait() | |
839 | hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.4)--head | |
840 | torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)--torso | |
841 | rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(10),math.rad(0),math.rad(30)), 0.4)--arm | |
842 | larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-20)), 0.4)--arm | |
843 | lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.4)--leg | |
844 | rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(10)), 0.4)--leg | |
845 | end | |
846 | z42:Play() | |
847 | end | |
848 | ----------------------------------------------- | |
849 | function divineswinging() | |
850 | shot1 = true | |
851 | for i = 1, 4 do | |
852 | wait() | |
853 | hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.8)--head | |
854 | torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.8)--torso | |
855 | rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(0.8,0.5,-1)*CFrame.Angles(math.rad(-20),math.rad(0),math.rad(-120)), 0.8)--arm | |
856 | larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-20)), 0.8)--arm | |
857 | lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.8)--leg | |
858 | rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(10)), 0.8)--leg | |
859 | end | |
860 | z42:Play() | |
861 | for i = 1, 4 do | |
862 | wait() | |
863 | hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.8)--head | |
864 | torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.8)--torso | |
865 | rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(-20),math.rad(0),math.rad(120)), 0.8)--arm | |
866 | larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-20)), 0.8)--arm | |
867 | lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-18)), 0.8)--leg | |
868 | rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(15), math.rad(0), math.rad(10)), 0.8)--leg | |
869 | end | |
870 | z42:Play() | |
871 | for i = 1, 4 do | |
872 | wait() | |
873 | hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(10),math.rad(-10),math.rad(0)), 0.4)--head | |
874 | torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(10), math.rad(0)), 0.4)--torso | |
875 | rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1,0.3,-.4)*CFrame.Angles(math.rad(40),math.rad(0),math.rad(-50)), 0.4)--arm | |
876 | larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(-10),math.rad(0),math.rad(-30)), 0.4)--arm | |
877 | lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-15), math.rad(0), math.rad(-10)), 0.4)--leg | |
878 | rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(12), math.rad(0), math.rad(0)), 0.4)--leg | |
879 | end | |
880 | z42:Play() | |
881 | for i = 1, 4 do | |
882 | wait() | |
883 | hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.8)--head | |
884 | torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.8)--torso | |
885 | rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(0.8,0.5,-1)*CFrame.Angles(math.rad(-20),math.rad(0),math.rad(-120)), 0.8)--arm | |
886 | larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-20)), 0.8)--arm | |
887 | lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.8)--leg | |
888 | rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(10)), 0.8)--leg | |
889 | end | |
890 | z42:Play() | |
891 | for i = 1, 4 do | |
892 | wait() | |
893 | hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.8)--head | |
894 | torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.8)--torso | |
895 | rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(-20),math.rad(0),math.rad(120)), 0.8)--arm | |
896 | larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-20)), 0.8)--arm | |
897 | lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-18)), 0.8)--leg | |
898 | rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(15), math.rad(0), math.rad(10)), 0.8)--leg | |
899 | end | |
900 | z42:Play() | |
901 | for i = 1, 4 do | |
902 | wait() | |
903 | hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.8)--head | |
904 | torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.8)--torso | |
905 | rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(0.8,0.5,-1)*CFrame.Angles(math.rad(-20),math.rad(0),math.rad(-120)), 0.8)--arm | |
906 | larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-20)), 0.8)--arm | |
907 | lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.8)--leg | |
908 | rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(10)), 0.8)--leg | |
909 | end | |
910 | z42:Play() | |
911 | z4122:Play() | |
912 | for i = 1, 4 do | |
913 | wait() | |
914 | hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.4)--head | |
915 | torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)--torso | |
916 | rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(10),math.rad(0),math.rad(30)), 0.4)--arm | |
917 | larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-20)), 0.4)--arm | |
918 | lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.4)--leg | |
919 | rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(10)), 0.4)--leg | |
920 | end | |
921 | ||
922 | end | |
923 | ----------------------------------------------------------------------------------------- | |
924 | function divineend() | |
925 | ||
926 | for i = 1, 7 do | |
927 | wait() | |
928 | hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.4)--head | |
929 | torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)--torso | |
930 | rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(80)), 0.4)--arm | |
931 | larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-10)), 0.4)--arm | |
932 | lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-5)), 0.4)--leg | |
933 | rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(20)), 0.4)--leg | |
934 | torso.CFrame = torso.CFrame * CFrame.Angles(0,.88,0) | |
935 | end | |
936 | wait(0.5) | |
937 | for i = 1, 7 do | |
938 | wait() | |
939 | hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.4)--head | |
940 | torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)--torso | |
941 | rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(80)), 0.4)--arm | |
942 | larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-10)), 0.4)--arm | |
943 | lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-5)), 0.4)--leg | |
944 | rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(20)), 0.4)--leg | |
945 | torso.CFrame = torso.CFrame * CFrame.Angles(0,.88,0) | |
946 | end | |
947 | kiweld7.C0 = CFrame.new(-1.7,-3,0) * CFrame.Angles(rad(180),rad(0),rad(40)) | |
948 | for i = 1, 15 do | |
949 | wait() | |
950 | ||
951 | hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(60),math.rad(0)), 0.4)--head | |
952 | torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-70), math.rad(0)), 0.4)--torso | |
953 | rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(0.8,1.5,-0.3)*CFrame.Angles(math.rad(190),math.rad(40),math.rad(-50)), 0.4)--arm | |
954 | larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-70)), 0.4)--arm | |
955 | lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)--leg | |
956 | rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)--leg | |
957 | end | |
958 | end | |
959 | --------------------------------------------------------- | |
960 | local block = Instance.new("Part",torso) | |
961 | block.Size = Vector3.new(0.1,0.1,0.1) | |
962 | block.Position = block.Position + Vector3.new(2,2,2) | |
963 | block.Transparency = 1 | |
964 | local weld = Instance.new("Weld",torso) | |
965 | weld.Part0 = torso | |
966 | weld.Part1 = block | |
967 | weld.C0 = CFrame.new(0,3,0) | |
968 | local block2 = Instance.new("Part",torso) | |
969 | block2.Size = Vector3.new(3,2,1) | |
970 | block2.CanCollide = false | |
971 | block2.Position = block.Position + Vector3.new(2,2,2) | |
972 | block2.Transparency = 1 | |
973 | local weld2 = Instance.new("Weld",torso) | |
974 | weld2.Part0 = torso | |
975 | weld2.Part1 = block2 | |
976 | weld2.C0 = CFrame.new(0,-1.5,0) | |
977 | local part2 = Instance.new("ParticleEmitter",block) | |
978 | part2.Lifetime = NumberRange.new(5) | |
979 | part2.Speed = NumberRange.new(0) | |
980 | part2.Color = ColorSequence.new(Color3.fromRGB(255,255,255)) | |
981 | part2.Size = NumberSequence.new(12) | |
982 | part2.Transparency = NumberSequence.new(1) | |
983 | part2.LockedToPart = true | |
984 | part2.Rate = 3 | |
985 | part2.Texture = "http://www.roblox.com/asset/?id=894173257" | |
986 | part2.ZOffset = -3 | |
987 | ||
988 | local part7 = Instance.new("ParticleEmitter",block) | |
989 | part7.Lifetime = NumberRange.new(5) | |
990 | part7.Speed = NumberRange.new(0) | |
991 | ||
992 | part7.Size = NumberSequence.new(12) | |
993 | part7.Transparency = NumberSequence.new(1) | |
994 | part7.LockedToPart = true | |
995 | part7.Rate = 3 | |
996 | part7.Color = ColorSequence.new(Color3.fromRGB(255,255,255)) | |
997 | part7.Texture = "http://www.roblox.com/asset/?id=894173257" | |
998 | part7.ZOffset = -1 | |
999 | local model = Instance.new("Model",torso) | |
1000 | local part3 = Instance.new("ParticleEmitter",block2) | |
1001 | part3.Lifetime = NumberRange.new(1) | |
1002 | part3.Speed = NumberRange.new(5) | |
1003 | part3.Color = ColorSequence.new(Color3.fromRGB(255,255,255)) | |
1004 | part3.Transparency = NumberSequence.new(1) | |
1005 | part3.Size = NumberSequence.new(0.5) | |
1006 | part3.LockedToPart = true | |
1007 | part3.Rate = 10 | |
1008 | part3.Texture = "http://www.roblox.com/asset/?id=549349471" | |
1009 | part3.ZOffset = -0.5 | |
1010 | part3.SpreadAngle = Vector2.new(50,0) | |
1011 | aura1 = Instance.new("ParticleEmitter",torso) | |
1012 | aura1.Transparency = NumberSequence.new(1) | |
1013 | aura1.Size = NumberSequence.new(5) | |
1014 | aura1.Speed = NumberRange.new(0) | |
1015 | aura1.Lifetime = NumberRange.new(5) | |
1016 | aura1.LockedToPart = true | |
1017 | aura1.Rate = 3.5 | |
1018 | aura1.Color = ColorSequence.new(Color3.new(0,0,0)) | |
1019 | ||
1020 | aura1.ZOffset = 2 | |
1021 | aura1.Lifetime = NumberRange.new(3) | |
1022 | ||
1023 | ||
1024 | ||
1025 | ypcall(function() | |
1026 | shirt = Instance.new("Shirt", char) | |
1027 | shirt.Name = "Shirt" | |
1028 | pants = Instance.new("Pants", char) | |
1029 | pants.Name = "Pants" | |
1030 | char.Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=317842437" | |
1031 | char.Pants.PantsTemplate = "http://www.roblox.com/asset/?id=317843230" | |
1032 | end) | |
1033 | for i,v in pairs(char:children()) do | |
1034 | if v:IsA("Accessory") then | |
1035 | v:Destroy() | |
1036 | end | |
1037 | end | |
1038 | char["Body Colors"].HeadColor = BrickColor.new("Pastel brown") | |
1039 | char["Body Colors"].TorsoColor = BrickColor.new("Pastel brown") | |
1040 | char["Body Colors"].LeftArmColor = BrickColor.new("Pastel brown") | |
1041 | char["Body Colors"].RightArmColor = BrickColor.new("Pastel brown") | |
1042 | Hair99 = Instance.new("Part") | |
1043 | ||
1044 | Hair99.Parent = p.Character | |
1045 | Hair99.Name = "Hair" | |
1046 | Hair99.formFactor = "Symmetric" | |
1047 | Hair99.Size = Vector3.new(1, 1, 1) | |
1048 | Hair99.CFrame = p.Character.Head.CFrame | |
1049 | Hair99:BreakJoints() | |
1050 | Hair99.CanCollide = false | |
1051 | Hair99.TopSurface = "Smooth" | |
1052 | Hair99.BottomSurface = "Smooth" | |
1053 | Hair99.BrickColor = BrickColor.new("New Yeller") | |
1054 | Hair99.Transparency = 1 | |
1055 | ||
1056 | Weld = Instance.new("Weld") | |
1057 | Weld.Part0 = p.Character.Head | |
1058 | Weld.Part1 = Hair99 | |
1059 | Weld.Parent = p.Character.Head | |
1060 | Weld.C0 = CFrame.new(0, 0.26, 0.06)*CFrame.fromEulerAnglesXYZ(0, 0, 0) | |
1061 | ||
1062 | Hair7 = Instance.new("Part") | |
1063 | Hair7.Parent = p.Character | |
1064 | Hair7.Name = "Hair" | |
1065 | Hair7.CanCollide = false | |
1066 | Hair7.Locked = true | |
1067 | Hair7.TopSurface = "Smooth" | |
1068 | Hair7.BottomSurface = "Smooth" | |
1069 | Hair7.formFactor = "Symmetric" | |
1070 | Hair7.Material = "Neon" | |
1071 | Hair7.BrickColor = BrickColor.new("White") | |
1072 | Hair7.CFrame = p.Character.Torso.CFrame | |
1073 | Hair7.Size = Vector3.new(1, 1, 1) | |
1074 | Hair7.Transparency = 0 | |
1075 | ||
1076 | hair8 = Instance.new("Part") | |
1077 | hair8.Parent = p.Character | |
1078 | hair8.Name = "Head2" | |
1079 | hair8.CanCollide = false | |
1080 | hair8.Locked = true | |
1081 | hair8.TopSurface = "Smooth" | |
1082 | hair8.BottomSurface = "Smooth" | |
1083 | hair8.formFactor = "Symmetric" | |
1084 | hair8.Material = "Neon" | |
1085 | hair8.BrickColor = BrickColor.new("White") | |
1086 | hair8.CFrame = p.Character.Torso.CFrame | |
1087 | hair8.Size = Vector3.new(1, 1, 1) | |
1088 | hair8.Transparency = 0 | |
1089 | ||
1090 | Mesh = Instance.new("SpecialMesh") | |
1091 | Mesh.Parent = Hair99 | |
1092 | Mesh.MeshType = "Sphere" | |
1093 | Mesh.Offset = Vector3.new(0, 0.1, 0.1) | |
1094 | Mesh.Scale = Vector3.new(1.2, 1.2, 1.2) | |
1095 | ||
1096 | ||
1097 | Weld1 = Instance.new("Weld") | |
1098 | Weld1.Parent = p.Character.Head | |
1099 | Weld1.Part0 = p.Character.Head | |
1100 | Weld1.Part1 = Hair7 | |
1101 | Weld1.C0 = CFrame.new(0, 1, 0) | |
1102 | ||
1103 | Weld1 = Instance.new("Weld") | |
1104 | Weld1.Parent = p.Character.Head | |
1105 | Weld1.Part0 = p.Character.Head | |
1106 | Weld1.Part1 = Hair8 | |
1107 | Weld1.C0 = CFrame.new(0, 1, 0) | |
1108 | ||
1109 | Mesh = Instance.new("SpecialMesh") | |
1110 | Mesh.Offset = Vector3.new(-0.03, 0, 0.5) | |
1111 | Mesh.Parent = Hair7 | |
1112 | Mesh.Scale = Vector3.new(6, 6, 6) | |
1113 | Mesh.MeshType = "FileMesh" | |
1114 | Mesh.MeshId = "http://www.roblox.com/asset/?id=430344159" | |
1115 | Mesh.TextureId = "" | |
1116 | ||
1117 | Mesh = Instance.new("SpecialMesh") | |
1118 | Mesh.Offset = Vector3.new(-0.03, 0, 0.7) | |
1119 | Mesh.Parent = Hair8 | |
1120 | Mesh.Scale = Vector3.new(4, 4, 1) | |
1121 | Mesh.MeshType = "FileMesh" | |
1122 | Mesh.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
1123 | Mesh.TextureId = "" | |
1124 | ||
1125 | mouse.Button1Down:connect(function() | |
1126 | t = mouse.Target.Parent:FindFirstChild("Torso") | |
1127 | hu = mouse.Target.Parent:FindFirstChild("Humanoid") | |
1128 | if mouse.Target == nil then | |
1129 | clickon = false | |
1130 | end | |
1131 | if mouse.Target.Parent:FindFirstChild("Humanoid") ~= nil then | |
1132 | clickon = true | |
1133 | poon = true | |
1134 | zwc1s2 = Instance.new("Sound",mouse.Target) | |
1135 | zwc1s2.Volume = 5 | |
1136 | zwc1s2.Looped = false | |
1137 | zwc1s2.SoundId = "rbxassetid://915341277" | |
1138 | zwc1s2:Play() | |
1139 | ||
1140 | ||
1141 | ||
1142 | else | |
1143 | clickon = false | |
1144 | ||
1145 | end | |
1146 | ||
1147 | end) | |
1148 | aurapart3 = Instance.new("Part",char) | |
1149 | aurapart3.Size = Vector3.new(0.1,0.1,0.1) | |
1150 | aurapart3.Position = Vector3.new(0,2,0) | |
1151 | aurapart3.Transparency = 1 | |
1152 | aurapart3.CanCollide = false | |
1153 | auraweld3 = Instance.new("Weld",char) | |
1154 | auraweld3.Part0 = aurapart3 | |
1155 | auraweld3.Part1 = torso | |
1156 | auraweld3.C0 = CFrame.new(0,-3,0) | |
1157 | aura3 = Instance.new("ParticleEmitter",aurapart3) | |
1158 | aura3.Transparency = NumberSequence.new(1) | |
1159 | aura3.Color = ColorSequence.new(Color3.new(0,0,0)) | |
1160 | aura3.Size = NumberSequence.new(8) | |
1161 | aura3.Speed = NumberRange.new(0) | |
1162 | aura3.LockedToPart = true | |
1163 | aura3.Rate = 5 | |
1164 | aura3.Lifetime = NumberRange.new(5) | |
1165 | aura3.ZOffset = -5 | |
1166 | z2 = Instance.new("Sound",torso) | |
1167 | z2.Volume = 3 | |
1168 | z2.Looped = false | |
1169 | z2.SoundId = "rbxassetid://908489666" | |
1170 | z2d = Instance.new("Sound",torso) | |
1171 | z2d.Volume = 20 | |
1172 | z2d.Looped = false | |
1173 | z2d.SoundId = "rbxassetid://663610350" | |
1174 | z4r = Instance.new("Sound",torso) | |
1175 | z4r.Volume = 5 | |
1176 | z4r.Looped = false | |
1177 | z4r.SoundId = "rbxassetid://908474188" | |
1178 | ||
1179 | mouse.KeyDown:connect(function(Key) | |
1180 | if Key == "r" then | |
1181 | if canattack == true then | |
1182 | ||
1183 | ||
1184 | kamehamehaon = true | |
1185 | ||
1186 | idle = false | |
1187 | ||
1188 | idle1 = false | |
1189 | canattack = false | |
1190 | hum.WalkSpeed = 0 | |
1191 | ||
1192 | ||
1193 | ||
1194 | for i = 1,25 do | |
1195 | wait() | |
1196 | ||
1197 | hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(85),math.rad(0)), 0.1)--head | |
1198 | torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-85), math.rad(0)), 0.1)--torso | |
1199 | rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.2,0.4,0)*CFrame.Angles(math.rad(30),math.rad(-40),math.rad(-10)), 0.1)--rarm | |
1200 | larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1,0.2,-0.2)*CFrame.Angles(math.rad(30),math.rad(40),math.rad(40)), 0.1)--larm | |
1201 | lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.1)--lleg | |
1202 | rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(10)), 0.1)--rleg | |
1203 | end | |
1204 | ||
1205 | if ssjr == true then | |
1206 | chatfunc("Kaaaaaaa") | |
1207 | z2d:Play() | |
1208 | wait(3) | |
1209 | chatfunc("Meeeeeeee") | |
1210 | else | |
1211 | z2:Play() | |
1212 | chatfunc("") | |
1213 | end | |
1214 | partaura.Size = NumberSequence.new(0.1) | |
1215 | ||
1216 | partaura.Transparency = NumberSequence.new(0) | |
1217 | partaura1.Transparency = NumberSequence.new(0) | |
1218 | kamehameha = true | |
1219 | if ssjr == true then | |
1220 | ||
1221 | wait(2.5) | |
1222 | chatfunc("Haaaaaa") | |
1223 | wait(3.5) | |
1224 | chatfunc("Meeeeeee") | |
1225 | wait(2) | |
1226 | chatfunc("HA") | |
1227 | wait(0.5) | |
1228 | else | |
1229 | ||
1230 | wait(2) | |
1231 | chatfunc("") | |
1232 | wait(0) | |
1233 | end | |
1234 | if kamehamehaon == true then | |
1235 | kamehamehaon = false | |
1236 | hited = true | |
1237 | wait(0.1) | |
1238 | point = true | |
1239 | kamehamehaon = false | |
1240 | kamehameha = false | |
1241 | ||
1242 | ||
1243 | ||
1244 | partaura.Transparency = NumberSequence.new(1) | |
1245 | partaura1.Transparency = NumberSequence.new(1) | |
1246 | if ssjr == false then | |
1247 | z2:Stop() | |
1248 | z4r:Play() | |
1249 | chatfunc("HAAAAAAAAAA") | |
1250 | end | |
1251 | ||
1252 | ||
1253 | hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 1)--head | |
1254 | torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-5), math.rad(0), math.rad(0)), 1)--torso | |
1255 | rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1,0.5,0)*CFrame.Angles(math.rad(95),math.rad(-10),math.rad(-20)), 1)--rarm | |
1256 | larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1,0.5,-0.2)*CFrame.Angles(math.rad(75),math.rad(170),math.rad(-20)), 1)--larm | |
1257 | lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(5), math.rad(0), math.rad(-10)), 1)--lleg | |
1258 | rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(5), math.rad(0), math.rad(10)), 1)--rleg | |
1259 | ||
1260 | ||
1261 | ||
1262 | ||
1263 | ||
1264 | laser = true | |
1265 | s1.Volume=1 | |
1266 | s1:play() | |
1267 | wait(5.4) | |
1268 | point = false | |
1269 | laser = false | |
1270 | beam1.Size = Vector3.new(1,1,1) | |
1271 | beam1.Parent=nil | |
1272 | inner1.Parent=nil | |
1273 | expl1.Parent=nil | |
1274 | if Character:FindFirstChild("TalkingBillBoard")~= nil then | |
1275 | Character:FindFirstChild("TalkingBillBoard"):destroy() | |
1276 | end | |
1277 | hited1 = false | |
1278 | exa1.Parent=nil | |
1279 | s1:stop() | |
1280 | ||
1281 | idle = true | |
1282 | canattack = true | |
1283 | idle1 = true | |
1284 | hum.WalkSpeed = 16 | |
1285 | ||
1286 | end | |
1287 | end | |
1288 | end | |
1289 | end) | |
1290 | partt = Instance.new("Part",char) | |
1291 | partt.Position = Vector3.new(999,999,999) | |
1292 | partt.Transparency = 1 | |
1293 | partt.CanCollide = false | |
1294 | partt.Size = Vector3.new(0.1,0.1,0.1) | |
1295 | partweld = Instance.new("Weld",partt) | |
1296 | partweld.Part0 = torso | |
1297 | partweld.Part1 = partt | |
1298 | partweld.C0 = CFrame.new(0.3,-.5,-1.5) | |
1299 | partaura = Instance.new("ParticleEmitter",partt) | |
1300 | partaura.Size = NumberSequence.new(2) | |
1301 | partaura.LockedToPart = true | |
1302 | ||
1303 | partaura.Transparency = NumberSequence.new(1) | |
1304 | partaura.Texture = "rbxassetid://547574922" | |
1305 | partaura.Speed = NumberRange.new(0) | |
1306 | partaura.Color = ColorSequence.new(Color3.fromRGB(35,0,53)) | |
1307 | partaura.Rate = 2 | |
1308 | partaura.ZOffset = 0 | |
1309 | partaura1 = Instance.new("ParticleEmitter",partt) | |
1310 | partaura1.Size = NumberSequence.new(5) | |
1311 | partaura1.LockedToPart = true | |
1312 | ||
1313 | partaura1.Transparency = NumberSequence.new(1) | |
1314 | partaura1.Texture = "http://www.roblox.com/asset/?id=243660364" | |
1315 | partaura1.Color = ColorSequence.new(Color3.fromRGB(35,0,53)) | |
1316 | partaura1.Speed = NumberRange.new(0) | |
1317 | partaura1.Rate = 3 | |
1318 | partaura1.ZOffset = -1 | |
1319 | ||
1320 | partaura1.RotSpeed = NumberRange.new(-10,10) | |
1321 | partaura1.SpreadAngle = Vector2.new(360,360) | |
1322 | partaura1.Rotation = NumberRange.new(0,360) | |
1323 | aj = 0 | |
1324 | ||
1325 | zh = Instance.new("Sound",torso) | |
1326 | zh.Volume = 1 | |
1327 | zh.Looped = true | |
1328 | zh.SoundId = "rbxassetid://491515754" | |
1329 | mouse.KeyDown:connect(function(key) | |
1330 | if key == "b" then | |
1331 | if ssjr == false then | |
1332 | if canattack == true then | |
1333 | chatfunc("Hmm, You Seem To Rival The Gods Power...") | |
1334 | wait(4) | |
1335 | chatfunc("But You're Not Strong Enough To Defeat me") | |
1336 | wait(4) | |
1337 | chatfunc("Time For You To Taste A Power OF a True God!") | |
1338 | for i = 1,10 do | |
1339 | wait() | |
1340 | z42d.Volume = z42d.Volume - 5 | |
1341 | end | |
1342 | idle = false | |
1343 | kiout = false | |
1344 | kiblade.Transparency = 1 | |
1345 | trail.Enabled = false | |
1346 | base = false | |
1347 | hum.WalkSpeed = 0 | |
1348 | lolwait = 6 | |
1349 | local part9 = Instance.new("ParticleEmitter",block) | |
1350 | part9.Lifetime = NumberRange.new(100) | |
1351 | part9.Speed = NumberRange.new(50) | |
1352 | part9.Color = ColorSequence.new(Color3.fromRGB(255,255,255)) | |
1353 | part9.Size = NumberSequence.new(15) | |
1354 | part9.Transparency = NumberSequence.new(1) | |
1355 | part9.LockedToPart = true | |
1356 | part9.Rate = 300 | |
1357 | part9.Texture = "http://www.roblox.com/asset/?id=894173257" | |
1358 | part9.ZOffset = -3 | |
1359 | ||
1360 | idle1 = false | |
1361 | Colors = {"Really black", "Really black"} | |
1362 | canattack = false | |
1363 | wait(0.1) | |
1364 | ||
1365 | for i = 1, 20 do | |
1366 | wait() | |
1367 | hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.10)*CFrame.Angles(math.rad(-20),math.rad(0),math.rad(0)), 0.4)--head | |
1368 | torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)), 0.2)--torso | |
1369 | rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.2,-.70)*CFrame.Angles(math.rad(150),math.rad(0),math.rad(10)), 0.2)--rarm | |
1370 | larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.2,-.70)*CFrame.Angles(math.rad(150),math.rad(0),math.rad(-10)), 0.2)--larm | |
1371 | lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -0.6, -.40) * CFrame.Angles(math.rad(20), math.rad(0), math.rad(-20)), 0.4)--lleg | |
1372 | rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -0.6, -.40) * CFrame.Angles(math.rad(20), math.rad(0), math.rad(10)), 0.4)--rleg | |
1373 | end | |
1374 | shake = true | |
1375 | partt2 = Instance.new("Part",char) | |
1376 | partt2.Position = torso.Position - Vector3.new(0,2,0) | |
1377 | partt2.Transparency = 1 | |
1378 | partt2.CanCollide = true | |
1379 | partt2.Size = Vector3.new(15,0.1,15) | |
1380 | partaura1 = Instance.new("ParticleEmitter",partt2) | |
1381 | partaura1.Size = NumberSequence.new(0.8) | |
1382 | partaura1.LockedToPart = true | |
1383 | partaura1.Lifetime = NumberRange.new(3) | |
1384 | partaura1.Transparency = NumberSequence.new(0) | |
1385 | partaura1.Texture = "http://www.roblox.com/asset/?id=570874272" | |
1386 | ||
1387 | partaura1.Speed = NumberRange.new(5) | |
1388 | partaura1.Rate = 2 | |
1389 | ||
1390 | aura3.Transparency = NumberSequence.new(0) | |
1391 | ||
1392 | z1 = Instance.new("Sound",torso) | |
1393 | z1.Volume = 100 | |
1394 | z1.Looped = false | |
1395 | z1.SoundId = "rbxassetid://927472099" | |
1396 | z1:Play() | |
1397 | game.Lighting.TimeOfDay = 0 | |
1398 | smoke.Enabled = true | |
1399 | light.Enabled = true | |
1400 | GroundWave1() | |
1401 | wait(0.3) | |
1402 | ||
1403 | wait(0.3) | |
1404 | GroundWave1() | |
1405 | wait(0.3) | |
1406 | ||
1407 | wait(0.3) | |
1408 | GroundWave1() | |
1409 | wait(0.3) | |
1410 | ||
1411 | wait(0.3) | |
1412 | GroundWave1() | |
1413 | wait(0.3) | |
1414 | ||
1415 | wait(0.3) | |
1416 | GroundWave1() | |
1417 | wait(0.3) | |
1418 | ||
1419 | wait(0.3) | |
1420 | GroundWave1() | |
1421 | wait(0.3) | |
1422 | ||
1423 | wait(0.3) | |
1424 | Colors = {"Really red", "Really red"} | |
1425 | GroundWave1() | |
1426 | chatfunc("Super Saiyan God") | |
1427 | Hair7.BrickColor = BrickColor.new("Really red") | |
1428 | Mesh.MeshId = "rbxassetid://476757756" | |
1429 | Mesh.Scale = Vector3.new(1, 1, 1) | |
1430 | Mesh.Offset = Vector3.new(0.2, -0.2, 0.2) | |
1431 | wait(0.3) | |
1432 | ||
1433 | wait(0.3) | |
1434 | GroundWave1() | |
1435 | wait(0.3) | |
1436 | if Character:FindFirstChild("TalkingBillBoard")~= nil then | |
1437 | Character:FindFirstChild("TalkingBillBoard"):destroy() | |
1438 | end | |
1439 | wait(0.3) | |
1440 | GroundWave1() | |
1441 | wait(0.3) | |
1442 | ||
1443 | wait(0.3) | |
1444 | GroundWave1() | |
1445 | ||
1446 | wait(0.3) | |
1447 | Colors = {"New Yeller", "New Yeller"} | |
1448 | GroundWave1() | |
1449 | chatfunc("Super Saiyan 3") | |
1450 | Mesh.MeshId = "rbxassetid://560193297" | |
1451 | Mesh.Scale = Vector3.new(6.25, 6.25, 6.25) | |
1452 | Mesh.Offset = Vector3.new(0.03, -2.4, 1.63) | |
1453 | Hair7.BrickColor = BrickColor.new("New Yeller") | |
1454 | wait(0.05) | |
1455 | GroundBall1() | |
1456 | wait(0.25) | |
1457 | ||
1458 | wait(0.3) | |
1459 | GroundWave1() | |
1460 | wait(0.3) | |
1461 | ||
1462 | wait(0.3) | |
1463 | GroundWave1() | |
1464 | wait(0.3) | |
1465 | ||
1466 | wait(0.3) | |
1467 | GroundWave1() | |
1468 | wait(0.3) | |
1469 | ||
1470 | wait(0.3) | |
1471 | Colors = {"Cyan", "Cyan"} | |
1472 | GroundWave1() | |
1473 | chatfunc("Super Saiyan Blue") | |
1474 | Hair7.BrickColor = BrickColor.new("Cyan") | |
1475 | Mesh.MeshId = "rbxassetid://430344159" | |
1476 | Mesh.Scale = Vector3.new(6,6,6) | |
1477 | Mesh.Offset = Vector3.new(-0.03, 0, 0.5) | |
1478 | wait(0.05) | |
1479 | GroundBall1() | |
1480 | wait(0.25) | |
1481 | ||
1482 | wait(0.3) | |
1483 | GroundWave1() | |
1484 | wait(0.3) | |
1485 | ||
1486 | wait(0.3) | |
1487 | GroundWave1() | |
1488 | wait(0.3) | |
1489 | ||
1490 | wait(0.3) | |
1491 | GroundWave1() | |
1492 | wait(0.3) | |
1493 | ||
1494 | wait(0.3) | |
1495 | GroundWave1() | |
1496 | wait(0.3) | |
1497 | ||
1498 | wait(0.3) | |
1499 | GroundWave1() | |
1500 | wait(0.3) | |
1501 | ||
1502 | wait(0.3) | |
1503 | Colors = {"Magenta", "Magenta"} | |
1504 | GroundWave1() | |
1505 | chatfunc("Super Saiyan Rose") | |
1506 | Hair7.BrickColor = BrickColor.new("Hot pink") | |
1507 | wait(0.05) | |
1508 | GroundBall1() | |
1509 | wait(0.25) | |
1510 | ||
1511 | wait(0.3) | |
1512 | GroundWave1() | |
1513 | wait(0.3) | |
1514 | ||
1515 | wait(0.3) | |
1516 | GroundWave1() | |
1517 | wait(0.3) | |
1518 | ||
1519 | wait(0.3) | |
1520 | GroundWave1() | |
1521 | wait(0.3) | |
1522 | ||
1523 | wait(0.3) | |
1524 | GroundWave1() | |
1525 | wait(0.3) | |
1526 | ||
1527 | wait(0.3) | |
1528 | Colors = {"White", "White"} | |
1529 | GroundWave1() | |
1530 | chatfunc("Super Saiyan White") | |
1531 | Hair7.BrickColor = BrickColor.new("White") | |
1532 | wait(0.05) | |
1533 | GroundBall1() | |
1534 | wait(0.25) | |
1535 | ||
1536 | wait(0.3) | |
1537 | GroundWave1() | |
1538 | wait(0.3) | |
1539 | ||
1540 | wait(0.3) | |
1541 | GroundWave1() | |
1542 | wait(0.3) | |
1543 | ||
1544 | wait(0.3) | |
1545 | GroundWave1() | |
1546 | wait(0.3) | |
1547 | ||
1548 | wait(0.3) | |
1549 | GroundWave1() | |
1550 | shake = false | |
1551 | hed.face.Texture = "http://www.roblox.com/asset/?id=1002452110" | |
1552 | hum.CameraOffset = Vector3.new(0,0,0) | |
1553 | - | chatfunc("Do You Sense My Ki?") |
1553 | + | |
1554 | aura3.Transparency = NumberSequence.new(1) | |
1555 | - | chatfunc("Heh, I Know You Can't") |
1555 | + | |
1556 | aura1.Transparency = NumberSequence.new(1) | |
1557 | Mesh.MeshId = "rbxassetid://560193297" | |
1558 | Mesh.Scale = Vector3.new(6.25, 6.25, 6.25) | |
1559 | - | chatfunc("Yes, And If I Were To Name This Form Like A Human") |
1559 | + | |
1560 | Hair7.BrickColor = BrickColor.new("Really black") | |
1561 | - | chatfunc("It's Super Saiyan Rage") |
1561 | + | |
1562 | for i = 1, 5 do | |
1563 | wait() | |
1564 | hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.3,.2)*CFrame.Angles(math.rad(50),math.rad(0),math.rad(0)), 0.8)--head | |
1565 | torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.8)--torso | |
1566 | rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.4,0.5,0)*CFrame.Angles(math.rad(-120),math.rad(0),math.rad(60)), 0.8)--arm | |
1567 | larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.4,0.5,0)*CFrame.Angles(math.rad(-120),math.rad(0),math.rad(-60)), 0.8)--arm | |
1568 | lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(-10)), 0.8)--leg | |
1569 | rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(10)), 0.8)--leg | |
1570 | end | |
1571 | wait(3) | |
1572 | part9:Destroy() | |
1573 | smoke:Destroy() | |
1574 | zh:Play() | |
1575 | Colors = {"Really red", "Really red"} | |
1576 | GroundWave1() | |
1577 | wait(0.3) | |
1578 | ||
1579 | ||
1580 | GroundWave1() | |
1581 | wait(0.3) | |
1582 | ||
1583 | GroundWave1() | |
1584 | wait(0.3) | |
1585 | ||
1586 | GroundWave1() | |
1587 | wait(0.3) | |
1588 | GroundWave1() | |
1589 | part2.Transparency = NumberSequence.new(0) | |
1590 | part3.Transparency = NumberSequence.new(0) | |
1591 | part7.Transparency = NumberSequence.new(0) | |
1592 | hed.Anchored = false | |
1593 | ||
1594 | ssjr = true | |
1595 | beam1.Color = Color3.fromRGB(203,16,97) | |
1596 | inner1.Color = Color3.fromRGB(203,16,97) | |
1597 | expl1.Color = Color3.fromRGB(203,16,97) | |
1598 | exa1.Color = Color3.fromRGB(203,16,97) | |
1599 | partaura.Color = ColorSequence.new(Color3.fromRGB(255,255,255)) | |
1600 | partaura1.Color = ColorSequence.new(Color3.fromRGB(255,255,255)) | |
1601 | wait(1) | |
1602 | for i = 1,20 do | |
1603 | wait() | |
1604 | z1.Volume = z1.Volume - 0.5 | |
1605 | end | |
1606 | for i = 1,50 do | |
1607 | wait() | |
1608 | z42d.Volume = z42d.Volume + 1 | |
1609 | end | |
1610 | idle = true | |
1611 | idle1 = true | |
1612 | canattack = true | |
1613 | chatfunc("I Have Finally Mastered Those Form And Put Them Together.") | |
1614 | wait(4) | |
1615 | chatfunc("It Tooks Me Years And Years To Finally Fuse That Together.") | |
1616 | wait(4) | |
1617 | chatfunc("My Power Rivals The Omni King.") | |
1618 | wait(3) | |
1619 | chatfunc("And Ill Shall Call This.") | |
1620 | wait(3) | |
1621 | chatfunc("Limit Breaker Saiyan") | |
1622 | wait(3) | |
1623 | if Character:FindFirstChild("TalkingBillBoard")~= nil then | |
1624 | Character:FindFirstChild("TalkingBillBoard"):destroy() | |
1625 | end | |
1626 | hum.WalkSpeed = 16 | |
1627 | ||
1628 | end | |
1629 | end | |
1630 | end | |
1631 | end) | |
1632 | local hit1 = true | |
1633 | local hit2 = false | |
1634 | local hit3 = false | |
1635 | local hit4 = false | |
1636 | zw = Instance.new("Sound",torso) | |
1637 | zw.Volume = 1 | |
1638 | zw.Looped = false | |
1639 | zw.SoundId = "rbxassetid://896243541" | |
1640 | ||
1641 | function leftkick() | |
1642 | for i = 1, 5 do | |
1643 | wait() | |
1644 | hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(-60),math.rad(0)), 0.8)--head | |
1645 | torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(2), math.rad(60), math.rad(0)), 0.8)--torso | |
1646 | rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(30)), 0.8)--rarm | |
1647 | larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-10)), 0.8)--larm | |
1648 | lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.8)--lleg | |
1649 | rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(100), math.rad(0), math.rad(40)), 0.8)--rleg | |
1650 | end | |
1651 | zw:Play() | |
1652 | end | |
1653 | function rightkick() | |
1654 | for i = 1, 5 do | |
1655 | wait() | |
1656 | hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(60),math.rad(0)), 0.8)--head | |
1657 | torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(5), math.rad(-60), math.rad(0)), 0.8)--torso | |
1658 | rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(10)), 0.8)--rarm | |
1659 | larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-30)), 0.8)--larm | |
1660 | lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(100), math.rad(0), math.rad(-40)), 0.8)--lleg | |
1661 | rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(10)), 0.8)--rleg | |
1662 | end | |
1663 | zw:Play() | |
1664 | end | |
1665 | function leftpunch() | |
1666 | for i = 1, can do | |
1667 | wait() | |
1668 | hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(-50),math.rad(0)), 0.8)--head | |
1669 | torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0),math.rad(50),math.rad(0)), 0.8)--torso | |
1670 | rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(20)), 0.8)--rarm | |
1671 | larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(-10),math.rad(0),math.rad(-10)), 0.8)--larm | |
1672 | lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(-10)), 0.8)--lleg | |
1673 | rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(5)), 0.8)--rleg | |
1674 | end | |
1675 | zw:Play() | |
1676 | end | |
1677 | function rightpunch() | |
1678 | for i = 1, can do | |
1679 | wait() | |
1680 | hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(70),math.rad(0)), 0.8)--head | |
1681 | torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0),math.rad(-80),math.rad(0)), 0.8)--torso | |
1682 | rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(-20),math.rad(0),math.rad(10)), 0.8)--rarm | |
1683 | larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-20)), 0.8)--larm | |
1684 | lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(-10)), 0.8)--lleg | |
1685 | rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(5)), 0.8)--rleg | |
1686 | end | |
1687 | zw:Play() | |
1688 | end | |
1689 | mouse.KeyDown:connect(function(key) | |
1690 | if key == "e" then | |
1691 | if hit1 == true and canattack == true and kiout == false then | |
1692 | canattack = false | |
1693 | nohit = 0 | |
1694 | ||
1695 | hit1 = false | |
1696 | hit2 = true | |
1697 | hit3 = false | |
1698 | hit4 = false | |
1699 | hand1 = Instance.new("Part",rarm) | |
1700 | hand1.Size = Vector3.new(1.5,1.5,1.5) | |
1701 | hand1.CanCollide = false | |
1702 | hand1.Transparency = 1 | |
1703 | hand1.Position = Vector3.new(999,999,999) | |
1704 | hand1weld = Instance.new("Weld",hand1) | |
1705 | hand1weld.Part0 = rarm | |
1706 | hand1weld.Part1 = hand1 | |
1707 | hand1weld.C0 = CFrame.new(0,-1.2,0) | |
1708 | ---------------------------------------------------------------- | |
1709 | ||
1710 | function touch1(hit) | |
1711 | if not hit.Parent:findFirstChild("Humanoid") then return end | |
1712 | if hit.Parent:findFirstChild("Humanoid") ~= nil then | |
1713 | hit.Parent:findFirstChild("Humanoid").Health = hit.Parent:findFirstChild("Humanoid").Health - combodamage | |
1714 | ||
1715 | zwc:Play() | |
1716 | end | |
1717 | end | |
1718 | hand1.Touched:connect(touch1) | |
1719 | rightpunch() | |
1720 | ||
1721 | hand1:Destroy() | |
1722 | canattack = true | |
1723 | end | |
1724 | ||
1725 | ||
1726 | ||
1727 | ||
1728 | if hit1 == true and canattack == true and kiout == true then | |
1729 | nohit = 0 | |
1730 | canattack = false | |
1731 | hit1 = false | |
1732 | kiblade5 = Instance.new("Part",char) | |
1733 | kiblade5.Name = "Blade" | |
1734 | kiblade5.Size = v3(1,5,1) | |
1735 | kiblade5.Transparency = 1 | |
1736 | kiblade5.Color = Color3.fromRGB(170,0,127) | |
1737 | kiblade5.Position = v3(999,999,999) | |
1738 | kiblade5.CanCollide = false | |
1739 | ||
1740 | ||
1741 | kiweld5 = Instance.new("Weld",kiblade5) | |
1742 | kiweld5.Part0 = rarm | |
1743 | kiweld5.Part1 = kiblade5 | |
1744 | kiweld5.C0 = CFrame.new(0,-2.1,0) * CFrame.Angles(rad(180),rad(0),rad(0)) | |
1745 | hit2 = true | |
1746 | hit3 = false | |
1747 | hit4 = false | |
1748 | function touch1(hit) | |
1749 | if not hit.Parent:findFirstChild("Humanoid") then return end | |
1750 | if hit.Parent:findFirstChild("Humanoid") ~= nil then | |
1751 | hit.Parent:findFirstChild("Humanoid").Health = hit.Parent:findFirstChild("Humanoid").Health - combodamage / 2 | |
1752 | ||
1753 | z42:Play() | |
1754 | end | |
1755 | end | |
1756 | kiblade5.Touched:connect(touch1) | |
1757 | hum.WalkSpeed = 0 | |
1758 | swing1() | |
1759 | hum.WalkSpeed = 16 | |
1760 | ||
1761 | canattack = true | |
1762 | kiblade5:Destroy() | |
1763 | end | |
1764 | end | |
1765 | ||
1766 | ||
1767 | ||
1768 | ||
1769 | ||
1770 | ||
1771 | end) | |
1772 | mouse.KeyDown:connect(function(key) | |
1773 | if key == "e" then | |
1774 | if hit2 == true and canattack == true and kiout == false then | |
1775 | canattack = false | |
1776 | nohit = 0 | |
1777 | ||
1778 | hit1 = false | |
1779 | hit2 = false | |
1780 | hit3 = true | |
1781 | hit4 = false | |
1782 | hand2 = Instance.new("Part",rarm) | |
1783 | hand2.Size = Vector3.new(1.5,1.5,1.5) | |
1784 | hand1.CanCollide = false | |
1785 | hand2.Transparency = 1 | |
1786 | hand2.Position = Vector3.new(999,999,999) | |
1787 | hand2weld = Instance.new("Weld",hand2) | |
1788 | hand2weld.Part0 = larm | |
1789 | hand2weld.Part1 = hand2 | |
1790 | hand2weld.C0 = CFrame.new(0,-1.2,0) | |
1791 | ---------------------------------------------------------------- | |
1792 | ||
1793 | function touch1(hit) | |
1794 | if not hit.Parent:findFirstChild("Humanoid") then return end | |
1795 | if hit.Parent:findFirstChild("Humanoid") ~= nil then | |
1796 | hit.Parent:findFirstChild("Humanoid").Health = hit.Parent:findFirstChild("Humanoid").Health - combodamage | |
1797 | ||
1798 | zwc:Play() | |
1799 | end | |
1800 | end | |
1801 | hand2.Touched:connect(touch1) | |
1802 | leftpunch() | |
1803 | ||
1804 | canattack = true | |
1805 | hand2:Destroy() | |
1806 | ||
1807 | end | |
1808 | ||
1809 | if hit2 == true and canattack == true and kiout == true then | |
1810 | canattack = false | |
1811 | nohit = 0 | |
1812 | kiblade5 = Instance.new("Part",char) | |
1813 | kiblade5.Name = "Blade" | |
1814 | kiblade5.Size = v3(1,5,1) | |
1815 | kiblade5.Transparency = 1 | |
1816 | kiblade5.Color = Color3.fromRGB(170,0,127) | |
1817 | kiblade5.Position = v3(999,999,999) | |
1818 | kiblade5.CanCollide = false | |
1819 | ||
1820 | ||
1821 | kiweld5 = Instance.new("Weld",kiblade5) | |
1822 | kiweld5.Part0 = rarm | |
1823 | kiweld5.Part1 = kiblade5 | |
1824 | kiweld5.C0 = CFrame.new(0,-2.1,0) * CFrame.Angles(rad(180),rad(0),rad(0)) | |
1825 | hit1 = false | |
1826 | hit2 = false | |
1827 | hit3 = true | |
1828 | hit4 = false | |
1829 | function touch1(hit) | |
1830 | if not hit.Parent:findFirstChild("Humanoid") then return end | |
1831 | if hit.Parent:findFirstChild("Humanoid") ~= nil then | |
1832 | hit.Parent:findFirstChild("Humanoid").Health = hit.Parent:findFirstChild("Humanoid").Health - combodamage / 2 | |
1833 | ||
1834 | z42:Play() | |
1835 | end | |
1836 | end | |
1837 | kiblade5.Touched:connect(touch1) | |
1838 | hum.WalkSpeed = 0 | |
1839 | swing2() | |
1840 | hum.WalkSpeed = 16 | |
1841 | ||
1842 | canattack = true | |
1843 | kiblade5:Destroy() | |
1844 | end | |
1845 | ||
1846 | end | |
1847 | end) | |
1848 | mouse.KeyDown:connect(function(key) | |
1849 | if key == "e" then | |
1850 | if hit3 == true and canattack == true and kiout == false then | |
1851 | canattack = false | |
1852 | nohit = 0 | |
1853 | ||
1854 | hit1 = true | |
1855 | hit2 = false | |
1856 | hit3 = false | |
1857 | hit4 = false | |
1858 | hand3 = Instance.new("Part",lleg) | |
1859 | hand3.Size = Vector3.new(1.5,1.5,1.5) | |
1860 | hand3.CanCollide = false | |
1861 | hand3.Transparency = 1 | |
1862 | hand3.Position = Vector3.new(999,999,999) | |
1863 | hand3weld = Instance.new("Weld",hand3) | |
1864 | hand3weld.Part0 = lleg | |
1865 | hand3weld.Part1 = hand3 | |
1866 | hand3weld.C0 = CFrame.new(0,-1.2,0) | |
1867 | ---------------------------------------------------------------- | |
1868 | ||
1869 | function touch1(hit) | |
1870 | if not hit.Parent:findFirstChild("Humanoid") then return end | |
1871 | if hit.Parent:findFirstChild("Humanoid") ~= nil then | |
1872 | hit.Parent:findFirstChild("Humanoid").Health = hit.Parent:findFirstChild("Humanoid").Health - combodamage | |
1873 | ||
1874 | zwc:Play() | |
1875 | end | |
1876 | end | |
1877 | hand3.Touched:connect(touch1) | |
1878 | rightkick() | |
1879 | ||
1880 | canattack = true | |
1881 | hand3:Destroy() | |
1882 | ||
1883 | end | |
1884 | ||
1885 | if hit3 == true and canattack == true and kiout == true then | |
1886 | if clickon == true then | |
1887 | jk = true | |
1888 | clickon = false | |
1889 | end | |
1890 | canattack = false | |
1891 | kiblade5 = Instance.new("Part",char) | |
1892 | kiblade5.Name = "Blade" | |
1893 | kiblade5.Size = v3(1,5,1) | |
1894 | kiblade5.Transparency = 1 | |
1895 | kiblade5.Color = Color3.fromRGB(170,0,127) | |
1896 | kiblade5.Position = v3(999,999,999) | |
1897 | kiblade5.CanCollide = false | |
1898 | ||
1899 | ||
1900 | kiweld5 = Instance.new("Weld",kiblade5) | |
1901 | kiweld5.Part0 = rarm | |
1902 | kiweld5.Part1 = kiblade5 | |
1903 | kiweld5.C0 = CFrame.new(0,-2.1,0) * CFrame.Angles(rad(180),rad(0),rad(0)) | |
1904 | nohit = 0 | |
1905 | - | kiblade.Color = Color3.fromRGB(170,0,127) |
1905 | + | |
1906 | hit2 = false | |
1907 | hit3 = false | |
1908 | hit4 = false | |
1909 | function touch1(hit) | |
1910 | if not hit.Parent:findFirstChild("Humanoid") then return end | |
1911 | - | kiblademesh.Scale = v3(0.01,0.008,0.01) |
1911 | + | |
1912 | hit.Parent:findFirstChild("Humanoid").Health = hit.Parent:findFirstChild("Humanoid").Health - combodamage / 2 | |
1913 | hit.Parent:findFirstChild("Torso").CFrame = hit.Parent:findFirstChild("Torso").CFrame + v3(0,5,0) | |
1914 | ||
1915 | z42:Play() | |
1916 | end | |
1917 | end | |
1918 | kiblade5.Touched:connect(touch1) | |
1919 | hum.WalkSpeed = 0 | |
1920 | swing3() | |
1921 | hum.WalkSpeed = 16 | |
1922 | ||
1923 | canattack = true | |
1924 | ||
1925 | kiblade5:Destroy() | |
1926 | wait(0.4) | |
1927 | if jk == true then | |
1928 | jk = false | |
1929 | clickon = true | |
1930 | end | |
1931 | end | |
1932 | ||
1933 | ||
1934 | ||
1935 | ||
1936 | ||
1937 | ||
1938 | end | |
1939 | end) | |
1940 | ||
1941 | ||
1942 | ||
1943 | ||
1944 | ||
1945 | ||
1946 | ||
1947 | - | trail.Color = ColorSequence.new(Color3.fromRGB(170,0,127)) |
1947 | + | |
1948 | ||
1949 | ||
1950 | ||
1951 | ||
1952 | ||
1953 | ||
1954 | - | light.Color = Color3.fromRGB(120,6,105) |
1954 | + | |
1955 | ||
1956 | ||
1957 | ||
1958 | ||
1959 | ||
1960 | ||
1961 | kiblade = Instance.new("Part",char) | |
1962 | kiblade.Name = "Blade" | |
1963 | kiblade.Size = v3(1,5,1) | |
1964 | kiblade.Transparency = 1 | |
1965 | kiblade.Color = Color3.fromRGB(255,255,255) | |
1966 | kiblade.Position = v3(999,999,999) | |
1967 | kiblade.CanCollide = false | |
1968 | kiblademesh = Instance.new("SpecialMesh",kiblade) | |
1969 | kiblademesh.MeshType = "FileMesh" | |
1970 | kiblademesh.MeshId = "rbxassetid://898849476" | |
1971 | kiblademesh.Scale = v3(0.01,0.0084,0.01) | |
1972 | kiweld7 = Instance.new("Weld",kiblade) | |
1973 | kiweld7.Part0 = rarm | |
1974 | kiweld7.Part1 = kiblade | |
1975 | kiweld7.C0 = CFrame.new(0,-2.1,0) * CFrame.Angles(rad(180),rad(0),rad(0)) | |
1976 | kiblade1 = Instance.new("Part",char) | |
1977 | kiblade1.Name = "Blade" | |
1978 | kiblade1.Transparency = 1 | |
1979 | kiblade1.Size = v3(0.1,0.1,0.1) | |
1980 | kiblade1.Position = v3(999,999,999) | |
1981 | kiblade1.CanCollide = false | |
1982 | kiblademesh = Instance.new("SpecialMesh",kiblade1) | |
1983 | kiblademesh.MeshType = "Sphere" | |
1984 | kiblademesh.Scale = v3(1,1,1) | |
1985 | kiweld = Instance.new("Weld",kiblade1) | |
1986 | kiweld.Part0 = rarm | |
1987 | kiweld.Part1 = kiblade1 | |
1988 | kiweld.C0 = CFrame.new(0,-1,0) | |
1989 | kiblade2 = Instance.new("Part",char) | |
1990 | kiblade2.Name = "Blade" | |
1991 | kiblade2.Size = v3(0.1,0.1,0.1) | |
1992 | kiblade2.Transparency = 1 | |
1993 | kiblade2.Position = v3(999,999,999) | |
1994 | kiblade2.CanCollide = false | |
1995 | kiblademesh = Instance.new("SpecialMesh",kiblade2) | |
1996 | kiblademesh.MeshType = "Sphere" | |
1997 | kiblademesh.Scale = v3(1,1,1) | |
1998 | kiweld = Instance.new("Weld",kiblade2) | |
1999 | kiweld.Part0 = rarm | |
2000 | kiweld.Part1 = kiblade2 | |
2001 | kiweld.C0 = CFrame.new(0,-4.5,0) | |
2002 | torso = game.Players.LocalPlayer.Character.Torso | |
2003 | head = game.Players.LocalPlayer.Character.Head | |
2004 | torso1 = Instance.new("Attachment",kiblade1) | |
2005 | head1 = Instance.new("Attachment",kiblade2) | |
2006 | trail = Instance.new("Trail",torso) | |
2007 | trail.Color = ColorSequence.new(Color3.fromRGB(0,0,0)) | |
2008 | trail.Attachment0 = torso1 | |
2009 | trail.Attachment1 = head1 | |
2010 | trail.Lifetime = 0.5 | |
2011 | trail.Enabled = false | |
2012 | light = Instance.new("PointLight",torso) | |
2013 | light.Enabled = false | |
2014 | light.Color = Color3.fromRGB(255,255,255) | |
2015 | light.Brightness = 999 | |
2016 | light.Range = 50 | |
2017 | smoke = Instance.new("Smoke",torso) | |
2018 | smoke.RiseVelocity = 5 | |
2019 | smoke.Color = Color3.fromRGB(0,0,0) | |
2020 | smoke.Size = 20 | |
2021 | smoke.Opacity = 0.5 | |
2022 | smoke.Enabled = false | |
2023 | ||
2024 | mouse.KeyDown:connect(function(key) | |
2025 | if key == "n" then | |
2026 | if kiout == false then | |
2027 | if canattack == true then | |
2028 | canattack = false | |
2029 | idle=false | |
2030 | idle1=false | |
2031 | wait(0.1) | |
2032 | kiout = true | |
2033 | swing11() | |
2034 | kiblade.Transparency = 0 | |
2035 | trail.Enabled = true | |
2036 | wait(0.6) | |
2037 | canattack = true | |
2038 | idle=true | |
2039 | idle1=true | |
2040 | end | |
2041 | end | |
2042 | ||
2043 | ||
2044 | end | |
2045 | end) | |
2046 | function pushaway() | |
2047 | for i = 1, 10 do | |
2048 | wait() | |
2049 | hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(50),math.rad(0)), 0.4)--head | |
2050 | torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-50), math.rad(-1)), 0.4)--torso | |
2051 | rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(10)), 0.4)--arm | |
2052 | larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-20)), 0.4)--arm | |
2053 | lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.4)--leg | |
2054 | rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)--leg | |
2055 | end | |
2056 | for i = 1, 10 do | |
2057 | wait() | |
2058 | hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(-80),math.rad(0)), 0.4)--head | |
2059 | torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(80), math.rad(1)), 0.4)--torso | |
2060 | rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(40)), 0.4)--arm | |
2061 | larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-10)), 0.4)--arm | |
2062 | lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.4)--leg | |
2063 | rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)--leg | |
2064 | end | |
2065 | end | |
2066 | mouse.KeyDown:connect(function(key) | |
2067 | if key == "m" then | |
2068 | if kiout == true then | |
2069 | ||
2070 | ||
2071 | kiout = false | |
2072 | kiblade.Transparency = 1 | |
2073 | trail.Enabled = false | |
2074 | ||
2075 | end | |
2076 | end | |
2077 | end) | |
2078 | ||
2079 | ||
2080 | ||
2081 | function grab5() | |
2082 | for i = 1, 10 do | |
2083 | wait() | |
2084 | ||
2085 | hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.1)--head | |
2086 | torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)--torso | |
2087 | rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(10),math.rad(0),math.rad(10)), 0.1)--arm | |
2088 | larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(10),math.rad(0),math.rad(-10)), 0.1)--arm | |
2089 | lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.1)--leg | |
2090 | rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(10)), 0.1)--leg | |
2091 | end | |
2092 | for i = 1, 10 do | |
2093 | wait() | |
2094 | ||
2095 | hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.2)--head | |
2096 | torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(0)), 0.2)--torso | |
2097 | rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.2,0.5,-.5)*CFrame.Angles(math.rad(100),math.rad(0),math.rad(-40)), 0.2)--arm | |
2098 | larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.2,0.5,-.5)*CFrame.Angles(math.rad(100),math.rad(0),math.rad(40)), 0.2)--arm | |
2099 | lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(-10)), 0.2)--leg | |
2100 | rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-50), math.rad(0), math.rad(10)), 0.2)--leg | |
2101 | end | |
2102 | end | |
2103 | ||
2104 | mouse.KeyDown:connect(function(key) | |
2105 | if key == "u" then | |
2106 | if canattack == true then | |
2107 | ||
2108 | if kiout == false then | |
2109 | grab2 = false | |
2110 | grabhit3 = Instance.new("Part",char) | |
2111 | grabhit3.Size = Vector3.new(2,2,2) | |
2112 | grabhit3.Name = "LOL" | |
2113 | grabhit3.Position = Vector3.new(999,999,999) | |
2114 | grabhit3.Transparency = 1 | |
2115 | grabhit3.CanCollide = false | |
2116 | grabweld3 = Instance.new("Weld",grabhit3) | |
2117 | grabweld3.Part0 = torso | |
2118 | grabweld3.Part1 = grabhit3 | |
2119 | grabweld3.C0 = CFrame.new(0,0,-2) | |
2120 | ||
2121 | grab8 = false | |
2122 | idle = false | |
2123 | idle1 = false | |
2124 | canattack = false | |
2125 | hum.HipHeight = 0 | |
2126 | ||
2127 | kiblade.Transparency = 0 | |
2128 | trail.Enabled = true | |
2129 | swing11() | |
2130 | if clickon == true then | |
2131 | jk = true | |
2132 | clickon = false | |
2133 | end | |
2134 | wait(1.4) | |
2135 | ||
2136 | go2 = true | |
2137 | flytowards() | |
2138 | ||
2139 | function touch5(hit) | |
2140 | if not hit.Parent:findFirstChild("Humanoid") then return end | |
2141 | if hit.Parent:findFirstChild("Humanoid") ~= nil then | |
2142 | grabhit3.TouchInterest:Destroy() | |
2143 | go2 = false | |
2144 | ||
2145 | ||
2146 | ||
2147 | ||
2148 | ||
2149 | ||
2150 | ||
2151 | ||
2152 | ||
2153 | ||
2154 | ||
2155 | ||
2156 | ||
2157 | ||
2158 | ||
2159 | ||
2160 | grabhit = Instance.new("Part",char) | |
2161 | grabhit.Size = Vector3.new(5,5,5) | |
2162 | grabhit.Position = Vector3.new(999,999,999) | |
2163 | grabhit.Transparency = 1 | |
2164 | grabhit.CanCollide = false | |
2165 | grabweld = Instance.new("Weld",grabhit) | |
2166 | grabweld.Part0 = torso | |
2167 | grabweld.Part1 = grabhit | |
2168 | grabweld.C0 = CFrame.new(0,0,-2) | |
2169 | --------------------------------------------------------------- | |
2170 | hand1 = Instance.new("Part",rarm) | |
2171 | hand1.Size = Vector3.new(0.1,0.1,0.1) | |
2172 | hand1.CanCollide = false | |
2173 | hand1.Transparency = 1 | |
2174 | hand1.Position = Vector3.new(999,999,999) | |
2175 | hand2mesh = Instance.new("SpecialMesh",hand1) | |
2176 | hand2mesh.MeshType = "FileMesh" | |
2177 | ||
2178 | hand2mesh.Scale = Vector3.new(1,1,1) | |
2179 | hand2aura = Instance.new("ParticleEmitter",hand1) | |
2180 | hand2aura.Size = NumberSequence.new(1) | |
2181 | hand2aura.Texture = "rbxassetid://715401010" | |
2182 | hand2aura.Speed = NumberRange.new(0) | |
2183 | hand2aura.LockedToPart = true | |
2184 | hand2aura.Transparency = NumberSequence.new(1) | |
2185 | hand2aura.RotSpeed = NumberRange.new(999) | |
2186 | hand1weld = Instance.new("Weld",hand1) | |
2187 | hand1weld.Part0 = rarm | |
2188 | hand1weld.Part1 = hand1 | |
2189 | hand1weld.C0 = CFrame.new(0,-1.8,0) | |
2190 | ---------------------------------------------------------------- | |
2191 | hand2 = Instance.new("Part",rarm) | |
2192 | hand2.Size = Vector3.new(1,1,1) | |
2193 | hand1.CanCollide = false | |
2194 | hand2.Transparency = 1 | |
2195 | hand2.Position = Vector3.new(999,999,999) | |
2196 | ||
2197 | hand2weld = Instance.new("Weld",hand2) | |
2198 | hand2weld.Part0 = larm | |
2199 | hand2weld.Part1 = hand2 | |
2200 | hand2weld.C0 = CFrame.new(0,-1.2,0) | |
2201 | function touch1(hit) | |
2202 | if not hit.Parent:findFirstChild("Humanoid") then return end | |
2203 | if hit.Parent:findFirstChild("Humanoid") ~= nil then | |
2204 | hu1 = hit.Parent:findFirstChild("Humanoid") | |
2205 | ||
2206 | t.Anchored = false | |
2207 | if clickon == true then | |
2208 | jk = true | |
2209 | clickon = false | |
2210 | end | |
2211 | hit.Parent:findFirstChild("Humanoid").Health = hit.Parent:findFirstChild("Humanoid").Health - 0.5 | |
2212 | if hu1.Health > 100 then | |
2213 | hu1.MaxHealth = 100 | |
2214 | hu1.Health = 100 | |
2215 | end | |
2216 | ||
2217 | end | |
2218 | end | |
2219 | hand1.Touched:connect(touch1) | |
2220 | function touch2(hit) | |
2221 | if not hit.Parent:findFirstChild("Humanoid") then return end | |
2222 | if hit.Parent:findFirstChild("Humanoid") ~= nil then | |
2223 | hu1 = hit.Parent:findFirstChild("Humanoid") | |
2224 | ||
2225 | ||
2226 | if clickon == true then | |
2227 | jk = true | |
2228 | clickon = false | |
2229 | end | |
2230 | hit.Parent:findFirstChild("Humanoid").Health = hit.Parent:findFirstChild("Humanoid").Health - 0.5 | |
2231 | if hu1.Health > 100 then | |
2232 | hu1.MaxHealth = 100 | |
2233 | hu1.Health = 100 | |
2234 | end | |
2235 | end | |
2236 | end | |
2237 | hand2.Touched:connect(touch2) | |
2238 | function touch(hit) | |
2239 | if not hit.Parent:findFirstChild("Humanoid") then return end | |
2240 | if hit.Parent:findFirstChild("Humanoid") ~= nil then | |
2241 | grabhit.TouchInterest:Destroy() | |
2242 | grab2 = true | |
2243 | t.Anchored = false | |
2244 | if clickon == true then | |
2245 | jk = true | |
2246 | clickon = false | |
2247 | end | |
2248 | ||
2249 | ||
2250 | ||
2251 | hu12 = hit.Parent:findFirstChild("Humanoid") | |
2252 | to12 = hit.Parent:findFirstChild("Torso") | |
2253 | he12 = hit.Parent:findFirstChild("Head") | |
2254 | ra12 = hit.Parent:findFirstChild("Right Arm") | |
2255 | la12 = hit.Parent:findFirstChild("Left Arm") | |
2256 | rl12 = hit.Parent:findFirstChild("Right Leg") | |
2257 | ll12 = hit.Parent:findFirstChild("Left Leg") | |
2258 | hu12.WalkSpeed = 0 | |
2259 | if hu12.Health > 100 then | |
2260 | hu12.MaxHealth = 100 | |
2261 | hu12.Health = 100 | |
2262 | end | |
2263 | ||
2264 | ||
2265 | ||
2266 | ||
2267 | end | |
2268 | ||
2269 | if grab2 == true then | |
2270 | ||
2271 | hu12.Health = hu12.Health - 10 | |
2272 | firstswing() | |
2273 | hu12.Health = hu12.Health - 10 | |
2274 | z42:Play() | |
2275 | pushed = true | |
2276 | go1 = true | |
2277 | flytowards() | |
2278 | ||
2279 | he12.Anchored = true | |
2280 | pushed = false | |
2281 | ------------------------------------------------------------- | |
2282 | grabhit1 = Instance.new("Part",char) | |
2283 | grabhit1.Size = Vector3.new(1,1,1) | |
2284 | grabhit1.Position = Vector3.new(999,999,999) | |
2285 | grabhit1.Transparency = 1 | |
2286 | grabhit1.CanCollide = false | |
2287 | grabweld = Instance.new("Weld",grabhit1) | |
2288 | grabweld.Part0 = torso | |
2289 | grabweld.Part1 = grabhit1 | |
2290 | grabweld.C0 = CFrame.new(0,0,-2) | |
2291 | function touch(hit) | |
2292 | if not hit.Parent:findFirstChild("Humanoid") then return end | |
2293 | if hit.Parent:findFirstChild("Humanoid") ~= nil then | |
2294 | grabhit1.TouchInterest:Destroy() | |
2295 | go1 = false | |
2296 | ||
2297 | ------------------------------------------------------------------- | |
2298 | ||
2299 | ||
2300 | swings() | |
2301 | hu12.Health = hu12.Health - 20 | |
2302 | hu12.Health = hu12.Health - 10 | |
2303 | he12.Anchored = false | |
2304 | pushed1 = true | |
2305 | divine.Transparency = .5 | |
2306 | divine2.Transparency = .5 | |
2307 | divine3.Transparency = .5 | |
2308 | divine4.Transparency = .5 | |
2309 | divine5.Transparency = .5 | |
2310 | divine6.Transparency = .5 | |
2311 | ||
2312 | divineswinging() | |
2313 | ||
2314 | hu12.Health = hu12.Health - 10 | |
2315 | pushed1 = false | |
2316 | shot1 = false | |
2317 | divine.CFrame = to12.CFrame + hed.CFrame.lookVector | |
2318 | divine2.CFrame = ra12.CFrame + hed.CFrame.lookVector + v3(0,0,0) | |
2319 | divine3.CFrame = la12.CFrame + hed.CFrame.lookVector + v3(0,0,0) | |
2320 | divine4.CFrame = rl12.CFrame + hed.CFrame.lookVector + v3(2.1,1.3,0) | |
2321 | divine5.CFrame = ll12.CFrame + hed.CFrame.lookVector + v3(-1.7,1.6,0) | |
2322 | divine6.CFrame = he12.CFrame + hed.CFrame.lookVector + v3(1.9,-1,0) | |
2323 | ||
2324 | divine.Anchored = true | |
2325 | divine2.Anchored = true | |
2326 | divine3.Anchored = true | |
2327 | divine4.Anchored = true | |
2328 | divine5.Anchored = true | |
2329 | divine6.Anchored = true | |
2330 | he12.Anchored = true | |
2331 | go1 = false | |
2332 | part6 = Instance.new("Part",to12) | |
2333 | part6.Size = Vector3.new(1,1,1) | |
2334 | part6.Transparency = 0 | |
2335 | part6.Position = hit.Position | |
2336 | part6.BrickColor = BrickColor.new("Really red") | |
2337 | partmesh = Instance.new("SpecialMesh",part6) | |
2338 | partmesh.MeshType = "Sphere" | |
2339 | partmesh.Scale = Vector3.new(1,1,1) | |
2340 | partweld1 = Instance.new("Weld",to12) | |
2341 | partweld1.Part0 = to12 | |
2342 | partweld1.Part1 = part6 | |
2343 | partweld1.C0 = CFrame.new(0,0,0) | |
2344 | ||
2345 | divineend() | |
2346 | ||
2347 | ||
2348 | wait(0.4) | |
2349 | hu12:Destroy() | |
2350 | ||
2351 | for i = 1,50 do | |
2352 | wait() | |
2353 | partmesh.Scale = partmesh.Scale + Vector3.new(7,7,7) | |
2354 | part6.Transparency = part6.Transparency + 0.02 | |
2355 | end | |
2356 | hu12.WalkSpeed = 16 | |
2357 | ||
2358 | ||
2359 | ------------------------------------------------------------ | |
2360 | hand1:Destroy() | |
2361 | hand2:Destroy() | |
2362 | kiweld7.C0 = CFrame.new(0,-2.1,0) * CFrame.Angles(rad(180),rad(0),rad(0)) | |
2363 | kiblade.Transparency = 1 | |
2364 | trail.Enabled = false | |
2365 | ||
2366 | for i,v in pairs(char:children()) do | |
2367 | if v:IsA("Accessory") then | |
2368 | v:Destroy() | |
2369 | end | |
2370 | end | |
2371 | for i,v in pairs(char:children()) do | |
2372 | if v:IsA("Hat") then | |
2373 | v:Destroy() | |
2374 | end | |
2375 | end | |
2376 | canattack = true | |
2377 | idle = true | |
2378 | grabhit:Destroy() | |
2379 | idle1 = true | |
2380 | ||
2381 | if jk == true then | |
2382 | jk = false | |
2383 | clickon = true | |
2384 | end | |
2385 | ||
2386 | grab8 = false | |
2387 | end | |
2388 | end | |
2389 | grabhit1.Touched:connect(touch) | |
2390 | end | |
2391 | ||
2392 | ||
2393 | end | |
2394 | ||
2395 | ||
2396 | ||
2397 | ||
2398 | ||
2399 | ||
2400 | ||
2401 | ||
2402 | grabhit.Touched:connect(touch) | |
2403 | end | |
2404 | end | |
2405 | grabhit3.Touched:connect(touch5) | |
2406 | ||
2407 | ||
2408 | ||
2409 | wait(3) | |
2410 | ||
2411 | if grab2 == false then | |
2412 | grabhit3:Destroy() | |
2413 | go2 = false | |
2414 | kiblade.Transparency = 1 | |
2415 | trail.Enabled = false | |
2416 | canattack = true | |
2417 | idle = true | |
2418 | up = 0 | |
2419 | ||
2420 | idle1 = true | |
2421 | if jk == true then | |
2422 | jk = false | |
2423 | clickon = true | |
2424 | end | |
2425 | ||
2426 | ||
2427 | ||
2428 | end | |
2429 | end | |
2430 | end | |
2431 | ||
2432 | ||
2433 | end | |
2434 | end) | |
2435 | ||
2436 | ||
2437 | ||
2438 | ------------------------------------------------------------------ | |
2439 | throw1 = 3 | |
2440 | game:GetService("RunService").RenderStepped:connect(function() | |
2441 | ||
2442 | ||
2443 | if pushed == true then | |
2444 | ||
2445 | to12.CFrame = to12.CFrame + hed.CFrame.lookVector * 3 + v3(0,0.51,0) | |
2446 | end | |
2447 | if pushed1 == true then | |
2448 | ||
2449 | to12.CFrame = to12.CFrame + hed.CFrame.lookVector * 1.5 + v3(0,0,0) | |
2450 | end | |
2451 | if go1 == true then | |
2452 | ||
2453 | torso.CFrame = CFrame.new(torso.CFrame.p,to12.CFrame.p + v3(0,0,2)) | |
2454 | end | |
2455 | if go2 == true then | |
2456 | torso.CFrame = CFrame.new(torso.CFrame.p,t.CFrame.p + v3(0,0,2)) | |
2457 | ||
2458 | end | |
2459 | if shot1 == true then | |
2460 | throw1 = throw1 + 1.5 | |
2461 | divine.CFrame = hed.CFrame + hed.CFrame.lookVector * throw1 + v3(0,0,0) | |
2462 | divine2.CFrame = hed.CFrame + hed.CFrame.lookVector * throw1 + v3(1,0,0) | |
2463 | divine3.CFrame = hed.CFrame + hed.CFrame.lookVector * throw1 + v3(-1,-1,0) | |
2464 | divine4.CFrame = hed.CFrame + hed.CFrame.lookVector * throw1 + v3(2,1,0) | |
2465 | divine5.CFrame = hed.CFrame + hed.CFrame.lookVector * throw1 + v3(-1,1,0) | |
2466 | divine6.CFrame = hed.CFrame + hed.CFrame.lookVector * throw1 + v3(2,-1,0) | |
2467 | ||
2468 | ||
2469 | end | |
2470 | ||
2471 | ||
2472 | ||
2473 | ||
2474 | ||
2475 | ||
2476 | ||
2477 | ||
2478 | ||
2479 | ||
2480 | ||
2481 | ||
2482 | ||
2483 | ||
2484 | ||
2485 | if hum.MoveDirection.x > 0 and nohit > 10 or hum.MoveDirection.x < 0 and nohit > 10 then | |
2486 | ||
2487 | if walk == true then | |
2488 | ||
2489 | if canattack == true then | |
2490 | walk = false | |
2491 | ok = 0 | |
2492 | hum.HipHeight = 0 | |
2493 | lala = false | |
2494 | down2 = false | |
2495 | walkon = true | |
2496 | ||
2497 | hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.5)--head | |
2498 | torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-3), math.rad(0), math.rad(0)), 0.5)--torso | |
2499 | rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(10),math.rad(0),math.rad(5)), 0.5)--rarm | |
2500 | larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(-10),math.rad(0),math.rad(-5)),0.5)--larm | |
2501 | lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -0.6, -.5) * CFrame.Angles(math.rad(-15), math.rad(0), math.rad(-5)),.5)--lleg | |
2502 | rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-5), math.rad(0), math.rad(5)),.5)--rleg | |
2503 | wait(0.1) | |
2504 | if hum.MoveDirection.x > 0 and nohit > 10 or hum.MoveDirection.x < 0 and nohit > 10 then | |
2505 | hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.5)--head | |
2506 | torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-3), math.rad(0), math.rad(0)), 0.5)--torso | |
2507 | rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(10),math.rad(0),math.rad(5)), 0.5)--rarm | |
2508 | larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(-10),math.rad(0),math.rad(-5)),0.5)--larm | |
2509 | lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -0.6, -.5) * CFrame.Angles(math.rad(-15), math.rad(0), math.rad(-5)),.5)--lleg | |
2510 | rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-5), math.rad(0), math.rad(5)),.5)--rleg | |
2511 | wait(0.1) | |
2512 | end | |
2513 | if hum.MoveDirection.x > 0 and nohit > 10 or hum.MoveDirection.x < 0 and nohit > 10 then | |
2514 | hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), .5)--head | |
2515 | torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-3), math.rad(0), math.rad(0)), .5)--torso | |
2516 | rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(20),math.rad(0),math.rad(5)), .5)--rarm | |
2517 | larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(-20),math.rad(0),math.rad(-5)),1)--larm | |
2518 | lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, -.2) * CFrame.Angles(math.rad(15), math.rad(0), math.rad(-5)),.5)--lleg | |
2519 | rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-8), math.rad(0), math.rad(5)),.5)--rleg | |
2520 | ||
2521 | ||
2522 | wait(.1) | |
2523 | end | |
2524 | if hum.MoveDirection.x > 0 and nohit > 10 or hum.MoveDirection.x < 0 and nohit > 10 then | |
2525 | hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), .5)--head | |
2526 | torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-3), math.rad(0), math.rad(0)), .5)--torso | |
2527 | rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(20),math.rad(0),math.rad(5)), .5)--rarm | |
2528 | larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(-20),math.rad(0),math.rad(-5)),1)--larm | |
2529 | lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, -.2) * CFrame.Angles(math.rad(15), math.rad(0), math.rad(-5)),.5)--lleg | |
2530 | rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-8), math.rad(0), math.rad(5)),.5)--rleg | |
2531 | ||
2532 | ||
2533 | wait(.1) | |
2534 | end | |
2535 | if hum.MoveDirection.x > 0 and nohit > 10 or hum.MoveDirection.x < 0 and nohit > 10 then | |
2536 | ||
2537 | hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), .5)--head | |
2538 | torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-3), math.rad(0), math.rad(0)), .5)--torso | |
2539 | rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(5)), .5)--rarm | |
2540 | larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-5)),.5)--larm | |
2541 | lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, -.2) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-5)),.5)--lleg | |
2542 | rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(5)),.5)--rleg | |
2543 | wait(0.1) | |
2544 | ||
2545 | end | |
2546 | if hum.MoveDirection.x > 0 and nohit > 10 or hum.MoveDirection.x < 0 and nohit > 10 then | |
2547 | ||
2548 | hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), .5)--head | |
2549 | torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-3), math.rad(0), math.rad(0)), .5)--torso | |
2550 | rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(5)), .5)--rarm | |
2551 | larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-5)),.5)--larm | |
2552 | lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, -.2) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-5)),.5)--lleg | |
2553 | rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(5)),.5)--rleg | |
2554 | wait(0.1) | |
2555 | ||
2556 | end | |
2557 | if hum.MoveDirection.x > 0 and nohit > 10 or hum.MoveDirection.x < 0 and nohit > 10 then | |
2558 | ||
2559 | hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), .5)--head | |
2560 | torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-3), math.rad(0), math.rad(0)), .5)--torso | |
2561 | rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(-10),math.rad(0),math.rad(5)), .5)--rarm | |
2562 | larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(10),math.rad(0),math.rad(-5)),.5)--larm | |
2563 | lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(5), math.rad(0), math.rad(-5)),.5)--lleg | |
2564 | rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -0.6, -.5) * CFrame.Angles(math.rad(-15), math.rad(0), math.rad(5)),.5)--rleg | |
2565 | wait(0.1) | |
2566 | end | |
2567 | if hum.MoveDirection.x > 0 and nohit > 10 or hum.MoveDirection.x < 0 and nohit > 10 then | |
2568 | ||
2569 | hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), .5)--head | |
2570 | torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-3), math.rad(0), math.rad(0)), .5)--torso | |
2571 | rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(-10),math.rad(0),math.rad(5)), .5)--rarm | |
2572 | larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(10),math.rad(0),math.rad(-5)),.5)--larm | |
2573 | lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(5), math.rad(0), math.rad(-5)),.5)--lleg | |
2574 | rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -0.6, -.5) * CFrame.Angles(math.rad(-15), math.rad(0), math.rad(5)),.5)--rleg | |
2575 | wait(0.1) | |
2576 | end | |
2577 | if hum.MoveDirection.x > 0 and nohit > 10 or hum.MoveDirection.x < 0 and nohit > 10 then | |
2578 | hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), .5)--head | |
2579 | torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-3), math.rad(0), math.rad(0)), .5)--torso | |
2580 | rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(-20),math.rad(0),math.rad(5)), .5)--rarm | |
2581 | larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(20),math.rad(0),math.rad(-5)),.5)--larm | |
2582 | lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, -.2) * CFrame.Angles(math.rad(-8), math.rad(0), math.rad(-5)),.5)--lleg | |
2583 | rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, -.2) * CFrame.Angles(math.rad(15), math.rad(0), math.rad(5)),.5)--rleg | |
2584 | wait(0.1) | |
2585 | ||
2586 | end | |
2587 | if hum.MoveDirection.x > 0 and nohit > 10 or hum.MoveDirection.x < 0 and nohit > 10 then | |
2588 | hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), .5)--head | |
2589 | torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-3), math.rad(0), math.rad(0)), .5)--torso | |
2590 | rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(-20),math.rad(0),math.rad(5)), .5)--rarm | |
2591 | larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(20),math.rad(0),math.rad(-5)),.5)--larm | |
2592 | lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, -.2) * CFrame.Angles(math.rad(-8), math.rad(0), math.rad(-5)),.5)--lleg | |
2593 | rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, -.2) * CFrame.Angles(math.rad(15), math.rad(0), math.rad(5)),.5)--rleg | |
2594 | wait(0.1) | |
2595 | ||
2596 | end | |
2597 | if hum.MoveDirection.x > 0 and nohit > 10 or hum.MoveDirection.x < 0 and nohit > 10 then | |
2598 | hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), .5)--head | |
2599 | torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-3), math.rad(0), math.rad(0)), .5)--torso | |
2600 | rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(5)), .5)--rarm | |
2601 | larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-5)),.5)--larm | |
2602 | lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, -.2) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-5)),.5)--lleg | |
2603 | rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(5)),.5)--rleg | |
2604 | ||
2605 | wait(0.1) | |
2606 | end | |
2607 | if hum.MoveDirection.x > 0 and nohit > 10 or hum.MoveDirection.x < 0 and nohit > 10 then | |
2608 | hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), .5)--head | |
2609 | torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-3), math.rad(0), math.rad(0)), .5)--torso | |
2610 | rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(5)), .5)--rarm | |
2611 | larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-5)),.5)--larm | |
2612 | lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, -.2) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-5)),.5)--lleg | |
2613 | rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(5)),.5)--rleg | |
2614 | ||
2615 | wait(0.1) | |
2616 | end | |
2617 | ||
2618 | walk = true | |
2619 | end | |
2620 | end | |
2621 | end | |
2622 | if hum.MoveDirection.x == 0 and nohit > 10 then | |
2623 | if idle1 == true then | |
2624 | if ssjr == true then | |
2625 | walkon = false | |
2626 | idle1 = false | |
2627 | idle = false | |
2628 | if canattack == true then | |
2629 | idle = true | |
2630 | idle1 = true | |
2631 | end | |
2632 | ||
2633 | hum.HipHeight = ok | |
2634 | stance1() | |
2635 | ||
2636 | end | |
2637 | end | |
2638 | end | |
2639 | if hum.MoveDirection.x == 0 and nohit > 10 then | |
2640 | if idle1 == true then | |
2641 | if base == true then | |
2642 | hum.HipHeight = 0 | |
2643 | if canattack == true then | |
2644 | idle = true | |
2645 | idle1 = true | |
2646 | end | |
2647 | walkon = false | |
2648 | idle1 = false | |
2649 | idle = false | |
2650 | if canattack == true then | |
2651 | idle = true | |
2652 | idle1 = true | |
2653 | end | |
2654 | ||
2655 | stance2() | |
2656 | ||
2657 | end | |
2658 | end | |
2659 | end | |
2660 | if rl == true then | |
2661 | rl = false | |
2662 | nohit = nohit + 0.2 | |
2663 | rl = true | |
2664 | end | |
2665 | ||
2666 | if lala == false and walkon == false then | |
2667 | ||
2668 | ok = ok + 0.05 | |
2669 | ||
2670 | end | |
2671 | if ok > 3.9999999 and walkon == false then | |
2672 | lala = true | |
2673 | down2 = true | |
2674 | ok = ok - 0.05 | |
2675 | ||
2676 | end | |
2677 | if ok < 0.1111111 and walkon == false then | |
2678 | down2 = false | |
2679 | lala = false | |
2680 | end | |
2681 | if down2 == true then | |
2682 | ok = ok - 0.05 | |
2683 | end | |
2684 | ||
2685 | ||
2686 | ||
2687 | ||
2688 | ||
2689 | ||
2690 | if auracan3 == true then | |
2691 | auracan3 = false | |
2692 | aura3.Texture = "rbxassetid://901509906" | |
2693 | wait(0.07) | |
2694 | aura3.Texture = "rbxassetid://901510046" | |
2695 | wait(0.07) | |
2696 | aura3.Texture = "rbxassetid://901510125" | |
2697 | wait(0.07) | |
2698 | auracan3 = true | |
2699 | end | |
2700 | ||
2701 | ||
2702 | ||
2703 | ||
2704 | ||
2705 | if kamehameha == true then | |
2706 | aj1 = aj1 + 0.005 | |
2707 | partaura.Size = NumberSequence.new(aj1) | |
2708 | beam1.Size=beam1.Size + v3(0.5,0.5,0) | |
2709 | beamdamage = beamdamage + 9 | |
2710 | expl1.Size=expl1.Size + v3(0.01,0.01,0.01)*s1.Volume | |
2711 | exa1.Size=exa1.Size + v3(0.01,0.01,0.01)*s1.Volume | |
2712 | else | |
2713 | aj1 = 0.1 | |
2714 | ||
2715 | end | |
2716 | ||
2717 | if clickon == true then | |
2718 | ||
2719 | torso.CFrame = CFrame.new(torso.CFrame.p,t.CFrame.p) | |
2720 | if hu.Health > 100 then | |
2721 | hu.MaxHealth = 100 | |
2722 | hu.Health = 100 | |
2723 | end | |
2724 | if hu.Health < 1 then | |
2725 | clickon = false | |
2726 | ||
2727 | end | |
2728 | ||
2729 | end | |
2730 | ||
2731 | if darius == true then | |
2732 | darius = false | |
2733 | wait(0.1) | |
2734 | part2.Texture = "http://www.roblox.com/asset/?id=926975911" | |
2735 | wait(0.1) | |
2736 | part2.Texture = "http://www.roblox.com/asset/?id=926976058" | |
2737 | wait(0.1) | |
2738 | part2.Texture = "http://www.roblox.com/asset/?id=926976185" | |
2739 | ||
2740 | ||
2741 | darius = true | |
2742 | end | |
2743 | if darius1 == true then | |
2744 | darius1 = false | |
2745 | wait(0.1) | |
2746 | part7.Texture = "http://www.roblox.com/asset/?id=927229024" | |
2747 | wait(0.1) | |
2748 | part7.Texture = "http://www.roblox.com/asset/?id=927282857" | |
2749 | wait(0.1) | |
2750 | part7.Texture = "http://www.roblox.com/asset/?id=927283016" | |
2751 | ||
2752 | ||
2753 | darius1 = true | |
2754 | end | |
2755 | ||
2756 | ||
2757 | if auracan1 == true then | |
2758 | auracan1 = false | |
2759 | aura1.Texture = "rbxassetid://281983000" | |
2760 | wait(0.1) | |
2761 | aura1.Texture = "rbxassetid://281982895" | |
2762 | wait(0.1) | |
2763 | aura1.Texture = "rbxassetid://281983092" | |
2764 | wait(0.1) | |
2765 | aura1.Texture = "rbxassetid://281996097" | |
2766 | wait(0.1) | |
2767 | aura1.Texture = "rbxassetid://281983189" | |
2768 | wait(0.1) | |
2769 | aura1.Texture = "rbxassetid://281983242" | |
2770 | wait(0.1) | |
2771 | aura1.Texture = "rbxassetid://281983280" | |
2772 | wait(0.1) | |
2773 | aura1.Texture = "rbxassetid://281983337" | |
2774 | wait(0.1) | |
2775 | ||
2776 | auracan1 = true | |
2777 | end | |
2778 | ||
2779 | ||
2780 | ||
2781 | ||
2782 | ||
2783 | ||
2784 | ||
2785 | ||
2786 | ||
2787 | ||
2788 | ||
2789 | if shake == true then | |
2790 | if lolf == true then | |
2791 | lolf = false | |
2792 | ||
2793 | hum.CameraOffset = Vector3.new(math.random(-0.7,0.7),math.random(-0.7,0.7),math.random(-0.7,0.7)) | |
2794 | ||
2795 | ||
2796 | ||
2797 | ||
2798 | wait() | |
2799 | lolf = true | |
2800 | end | |
2801 | end | |
2802 | ||
2803 | end) | |
2804 | zwc1 = Instance.new("Sound",torso) | |
2805 | zwc1.Volume = 5 | |
2806 | zwc1.Looped = false | |
2807 | zwc1.SoundId = "rbxassetid://744770874" | |
2808 | mouse.KeyDown:connect(function(key) | |
2809 | if key == "z" then | |
2810 | if canattack == true then | |
2811 | ||
2812 | canattack = false | |
2813 | idle = false | |
2814 | hum.WalkSpeed = 0 | |
2815 | nohit = 0 | |
2816 | idle1 = false | |
2817 | for i = 1, 10 do | |
2818 | wait() | |
2819 | hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.4)--head | |
2820 | torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)--torso | |
2821 | rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(10)), 0.4)--arm | |
2822 | larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-0.8,0.7,-0.7)*CFrame.Angles(math.rad(-10),math.rad(0),math.rad(140)), 0.4)--arm | |
2823 | lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(-10)), 0.4)--leg | |
2824 | rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(10)), 0.4)--leg | |
2825 | end | |
2826 | ||
2827 | zwc1:Play() | |
2828 | if clickon == true then | |
2829 | torso.CFrame = t.CFrame - Vector3.new(0,0,2) | |
2830 | else | |
2831 | torso.CFrame = torso.CFrame + torso.CFrame.lookVector * 40 | |
2832 | end | |
2833 | canattack = true | |
2834 | idle = true | |
2835 | hum.WalkSpeed = 10 | |
2836 | idle1 = true | |
2837 | end | |
2838 | ||
2839 | ||
2840 | end | |
2841 | end) | |
2842 | ||
2843 | ee = Instance.new("Part",char) | |
2844 | ee.Size = Vector3.new(0.2,0.2,0.2) | |
2845 | ee.Position = Vector3.new(9999999,9999999,9999999) | |
2846 | ee.Shape = "Ball" | |
2847 | ee.BrickColor = BrickColor.new("Really red") | |
2848 | ee1 = Instance.new("Part",char) | |
2849 | ee1.Size = Vector3.new(0.18,0.18,0.18) | |
2850 | ee1.Position = Vector3.new(999999,999999,999999) | |
2851 | ee1.Shape = "Ball" | |
2852 | ee1.BrickColor = BrickColor.new("Really black") | |
2853 | ee2 = Instance.new("Part",char) | |
2854 | ee2.Size = Vector3.new(0.06,0.06,0.06) | |
2855 | ee2.Shape = "Ball" | |
2856 | ee2.BrickColor = BrickColor.new("Really black") | |
2857 | ee2.Position = Vector3.new(99999,99999,99999) | |
2858 | ee3 = Instance.new("Part",char) | |
2859 | ee3.Size = Vector3.new(0.06,0.06,0.06) | |
2860 | ee3.Shape = "Ball" | |
2861 | ee3.BrickColor = BrickColor.new("Really black") | |
2862 | ee3.Position = Vector3.new(9999,9999,9999) | |
2863 | ee4 = Instance.new("Part",char) | |
2864 | ee4.Size = Vector3.new(0.1,0.1,0.1) | |
2865 | ee4.Shape = "Ball" | |
2866 | ee4.BrickColor = BrickColor.new("Really black") | |
2867 | ee4.Position = Vector3.new(999,999,999) | |
2868 | eew = Instance.new("Weld",game.Players.LocalPlayer.Character.Head) | |
2869 | eew.Part0 = game.Players.LocalPlayer.Character.Head | |
2870 | eew.Part1 = ee | |
2871 | eew.C0 = CFrame.new(-0.68,-0.22,0) | |
2872 | eew1 = Instance.new("Weld",game.Players.LocalPlayer.Character.Head) | |
2873 | eew1.Part0 = ee | |
2874 | eew1.Part1 = ee1 | |
2875 | eew1.C0 = CFrame.new(0,0.02,0) | |
2876 | eew2 = Instance.new("Weld",game.Players.LocalPlayer.Character.Head) | |
2877 | eew2.Part0 = game.Players.LocalPlayer.Character.Head | |
2878 | eew2.Part1 = ee2 | |
2879 | eew2.C0 = CFrame.new(-0.67,-0.1,0) | |
2880 | eew3 = Instance.new("Weld",game.Players.LocalPlayer.Character.Head) | |
2881 | eew3.Part0 = game.Players.LocalPlayer.Character.Head | |
2882 | eew3.Part1 = ee3 | |
2883 | eew3.C0 = CFrame.new(-0.66,-0.05,0) | |
2884 | eew4 = Instance.new("Weld",game.Players.LocalPlayer.Character.Head) | |
2885 | eew4.Part0 = game.Players.LocalPlayer.Character.Head | |
2886 | eew4.Part1 = ee4 | |
2887 | eew4.C0 = CFrame.new(-0.64,-0.01,0) | |
2888 | local txt = Instance.new("BillboardGui", char) | |
2889 | txt.Adornee = char .Head | |
2890 | txt.Name = "_status" | |
2891 | txt.Size = UDim2.new(2, 0, 1.2, 0) | |
2892 | txt.StudsOffset = Vector3.new(-9, 9, 0) | |
2893 | local text = Instance.new("TextLabel", txt) | |
2894 | text.Size = UDim2.new(10, 0, 7, 0) | |
2895 | text.FontSize = "Size24" | |
2896 | text.TextScaled = true | |
2897 | text.TextTransparency = 0 | |
2898 | text.BackgroundTransparency = 1 | |
2899 | text.TextTransparency = 0 | |
2900 | text.TextStrokeTransparency = 0 | |
2901 | text.Font = "Cartoon" | |
2902 | text.TextStrokeColor3 = Color3.new(255,255,255) | |
2903 | ||
2904 | v=Instance.new("Part") | |
2905 | v.Name = "ColorBrick" | |
2906 | v.Parent=p.Character | |
2907 | v.FormFactor="Symmetric" | |
2908 | v.Anchored=true | |
2909 | v.CanCollide=false | |
2910 | v.BottomSurface="Smooth" | |
2911 | v.TopSurface="Smooth" | |
2912 | v.Size=Vector3.new(10,5,3) | |
2913 | v.Transparency=1 | |
2914 | v.CFrame=char.Torso.CFrame | |
2915 | v.BrickColor=BrickColor.new(CV) | |
2916 | v.Transparency=1 | |
2917 | text.TextColor3 = Color3.new(255,0,0) | |
2918 | v.Shape="Block" | |
2919 | text.Text = "Evil Goku" | |
2920 | chatfunc("I'm A Warrior From The Evil Realm") | |
2921 | wait(4) | |
2922 | chatfunc("I've been send from a god to eliminate you.") | |
2923 | wait(4) | |
2924 | if Character:FindFirstChild("TalkingBillBoard")~= nil then | |
2925 | Character:FindFirstChild("TalkingBillBoard"):destroy() | |
2926 | end | |
2927 | ---------------------------------------------------------------------- | |
2928 | hum.WalkSpeed = 0 | |
2929 | Colors = {"White", "White"} | |
2930 | GroundWave1() | |
2931 | wait(0.1) | |
2932 | GroundBall1() | |
2933 | wait(0.1) | |
2934 | GroundWave1() | |
2935 | wait(0.1) | |
2936 | GroundWave1() | |
2937 | wait(0.1) | |
2938 | GroundWave1() | |
2939 | wait(0.1) | |
2940 | GroundBall1() | |
2941 | wait(0.1) | |
2942 | GroundWave1() | |
2943 | wait(0.1) | |
2944 | GroundWave1() | |
2945 | wait(0.1) | |
2946 | GroundBall1() | |
2947 | wait(0.1) | |
2948 | GroundBall1() | |
2949 | wait(0.1) | |
2950 | GroundBall1() | |
2951 | wait(0.05) | |
2952 | GroundBall1() | |
2953 | wait(0.001) | |
2954 | local m2 = Instance.new("Model") | |
2955 | m2.Name = "Wings" | |
2956 | p1 = Instance.new("Part", m2) | |
2957 | p1.BrickColor = BrickColor.new("White") | |
2958 | p1.Material = Enum.Material.Neon | |
2959 | 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) | |
2960 | p1.FormFactor = Enum.FormFactor.Custom | |
2961 | p1.Size = Vector3.new(0.61060679, 3.09150696, 0.221234918) | |
2962 | p1.BottomSurface = Enum.SurfaceType.Smooth | |
2963 | p1.TopSurface = Enum.SurfaceType.Smooth | |
2964 | b1 = Instance.new("SpecialMesh", p1) | |
2965 | b1.MeshType = Enum.MeshType.Sphere | |
2966 | b1.Name = "Mesh" | |
2967 | p2 = Instance.new("Part", m2) | |
2968 | p2.BrickColor = BrickColor.new("White") | |
2969 | p2.Material = Enum.Material.SmoothPlastic | |
2970 | p2.Reflectance = 0.30000001192093 | |
2971 | 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) | |
2972 | p2.CanCollide = false | |
2973 | p2.FormFactor = Enum.FormFactor.Custom | |
2974 | p2.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371) | |
2975 | p2.BottomSurface = Enum.SurfaceType.Smooth | |
2976 | p2.TopSurface = Enum.SurfaceType.Smooth | |
2977 | b2 = Instance.new("SpecialMesh", p2) | |
2978 | b2.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
2979 | b2.TextureId = "" | |
2980 | b2.MeshType = Enum.MeshType.FileMesh | |
2981 | b2.Name = "Mesh" | |
2982 | b2.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665) | |
2983 | p3 = Instance.new("Part", m2) | |
2984 | p3.BrickColor = BrickColor.new("White") | |
2985 | p3.Material = Enum.Material.SmoothPlastic | |
2986 | p3.Reflectance = 0.30000001192093 | |
2987 | 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) | |
2988 | p3.CanCollide = false | |
2989 | p3.FormFactor = Enum.FormFactor.Custom | |
2990 | p3.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371) | |
2991 | p3.BottomSurface = Enum.SurfaceType.Smooth | |
2992 | p3.TopSurface = Enum.SurfaceType.Smooth | |
2993 | b3 = Instance.new("SpecialMesh", p3) | |
2994 | b3.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
2995 | b3.TextureId = "" | |
2996 | b3.MeshType = Enum.MeshType.FileMesh | |
2997 | b3.Name = "Mesh" | |
2998 | b3.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595) | |
2999 | p4 = Instance.new("Part", m2) | |
3000 | p4.BrickColor = BrickColor.new("White") | |
3001 | p4.Material = Enum.Material.SmoothPlastic | |
3002 | p4.Reflectance = 0.30000001192093 | |
3003 | 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) | |
3004 | p4.CanCollide = false | |
3005 | p4.FormFactor = Enum.FormFactor.Custom | |
3006 | p4.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371) | |
3007 | p4.BottomSurface = Enum.SurfaceType.Smooth | |
3008 | p4.TopSurface = Enum.SurfaceType.Smooth | |
3009 | b4 = Instance.new("SpecialMesh", p4) | |
3010 | b4.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
3011 | b4.TextureId = "" | |
3012 | b4.MeshType = Enum.MeshType.FileMesh | |
3013 | b4.Name = "Mesh" | |
3014 | b4.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933) | |
3015 | p5 = Instance.new("Part", m2) | |
3016 | p5.BrickColor = BrickColor.new("White") | |
3017 | p5.Material = Enum.Material.SmoothPlastic | |
3018 | p5.Reflectance = 0.30000001192093 | |
3019 | 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) | |
3020 | p5.CanCollide = false | |
3021 | p5.FormFactor = Enum.FormFactor.Custom | |
3022 | p5.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371) | |
3023 | p5.BottomSurface = Enum.SurfaceType.Smooth | |
3024 | p5.TopSurface = Enum.SurfaceType.Smooth | |
3025 | b5 = Instance.new("SpecialMesh", p5) | |
3026 | b5.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
3027 | b5.TextureId = "" | |
3028 | b5.MeshType = Enum.MeshType.FileMesh | |
3029 | b5.Name = "Mesh" | |
3030 | b5.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665) | |
3031 | p6 = Instance.new("Part", m2) | |
3032 | p6.BrickColor = BrickColor.new("White") | |
3033 | p6.Material = Enum.Material.SmoothPlastic | |
3034 | p6.Reflectance = 0.30000001192093 | |
3035 | 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) | |
3036 | p6.CanCollide = false | |
3037 | p6.FormFactor = Enum.FormFactor.Custom | |
3038 | p6.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371) | |
3039 | p6.BottomSurface = Enum.SurfaceType.Smooth | |
3040 | p6.TopSurface = Enum.SurfaceType.Smooth | |
3041 | b6 = Instance.new("SpecialMesh", p6) | |
3042 | b6.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
3043 | b6.TextureId = "" | |
3044 | b6.MeshType = Enum.MeshType.FileMesh | |
3045 | b6.Name = "Mesh" | |
3046 | b6.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933) | |
3047 | p7 = Instance.new("Part", m2) | |
3048 | p7.BrickColor = BrickColor.new("White") | |
3049 | p7.Material = Enum.Material.SmoothPlastic | |
3050 | p7.Reflectance = 0.30000001192093 | |
3051 | 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) | |
3052 | p7.CanCollide = false | |
3053 | p7.FormFactor = Enum.FormFactor.Custom | |
3054 | p7.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371) | |
3055 | p7.BottomSurface = Enum.SurfaceType.Smooth | |
3056 | p7.TopSurface = Enum.SurfaceType.Smooth | |
3057 | b7 = Instance.new("SpecialMesh", p7) | |
3058 | b7.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
3059 | b7.TextureId = "" | |
3060 | b7.MeshType = Enum.MeshType.FileMesh | |
3061 | b7.Name = "Mesh" | |
3062 | b7.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595) | |
3063 | p8 = Instance.new("Part", m2) | |
3064 | p8.BrickColor = BrickColor.new("White") | |
3065 | p8.Material = Enum.Material.SmoothPlastic | |
3066 | p8.Reflectance = 0.30000001192093 | |
3067 | 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) | |
3068 | p8.CanCollide = false | |
3069 | p8.FormFactor = Enum.FormFactor.Custom | |
3070 | p8.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371) | |
3071 | p8.BottomSurface = Enum.SurfaceType.Smooth | |
3072 | p8.TopSurface = Enum.SurfaceType.Smooth | |
3073 | b8 = Instance.new("SpecialMesh", p8) | |
3074 | b8.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
3075 | b8.TextureId = "" | |
3076 | b8.MeshType = Enum.MeshType.FileMesh | |
3077 | b8.Name = "Mesh" | |
3078 | b8.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933) | |
3079 | p9 = Instance.new("Part", m2) | |
3080 | p9.BrickColor = BrickColor.new("White") | |
3081 | p9.Material = Enum.Material.SmoothPlastic | |
3082 | p9.Reflectance = 0.30000001192093 | |
3083 | 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) | |
3084 | p9.CanCollide = false | |
3085 | p9.FormFactor = Enum.FormFactor.Custom | |
3086 | p9.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371) | |
3087 | p9.BottomSurface = Enum.SurfaceType.Smooth | |
3088 | p9.TopSurface = Enum.SurfaceType.Smooth | |
3089 | b9 = Instance.new("SpecialMesh", p9) | |
3090 | b9.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
3091 | b9.TextureId = "" | |
3092 | b9.MeshType = Enum.MeshType.FileMesh | |
3093 | b9.Name = "Mesh" | |
3094 | b9.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595) | |
3095 | p10 = Instance.new("Part", m2) | |
3096 | p10.BrickColor = BrickColor.new("White") | |
3097 | p10.Material = Enum.Material.SmoothPlastic | |
3098 | p10.Reflectance = 0.30000001192093 | |
3099 | 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) | |
3100 | p10.CanCollide = false | |
3101 | p10.FormFactor = Enum.FormFactor.Custom | |
3102 | p10.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371) | |
3103 | p10.BottomSurface = Enum.SurfaceType.Smooth | |
3104 | p10.TopSurface = Enum.SurfaceType.Smooth | |
3105 | b10 = Instance.new("SpecialMesh", p10) | |
3106 | b10.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
3107 | b10.TextureId = "" | |
3108 | b10.MeshType = Enum.MeshType.FileMesh | |
3109 | b10.Name = "Mesh" | |
3110 | b10.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933) | |
3111 | p11 = Instance.new("Part", m2) | |
3112 | p11.BrickColor = BrickColor.new("White") | |
3113 | p11.Material = Enum.Material.SmoothPlastic | |
3114 | p11.Reflectance = 0.30000001192093 | |
3115 | 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) | |
3116 | p11.CanCollide = false | |
3117 | p11.FormFactor = Enum.FormFactor.Custom | |
3118 | p11.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371) | |
3119 | p11.BottomSurface = Enum.SurfaceType.Smooth | |
3120 | p11.TopSurface = Enum.SurfaceType.Smooth | |
3121 | b11 = Instance.new("SpecialMesh", p11) | |
3122 | b11.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
3123 | b11.TextureId = "" | |
3124 | b11.MeshType = Enum.MeshType.FileMesh | |
3125 | b11.Name = "Mesh" | |
3126 | b11.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665) | |
3127 | p12 = Instance.new("Part", m2) | |
3128 | p12.BrickColor = BrickColor.new("White") | |
3129 | p12.Material = Enum.Material.SmoothPlastic | |
3130 | p12.Reflectance = 0.30000001192093 | |
3131 | 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) | |
3132 | p12.CanCollide = false | |
3133 | p12.FormFactor = Enum.FormFactor.Custom | |
3134 | p12.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371) | |
3135 | p12.BottomSurface = Enum.SurfaceType.Smooth | |
3136 | p12.TopSurface = Enum.SurfaceType.Smooth | |
3137 | b12 = Instance.new("SpecialMesh", p12) | |
3138 | b12.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
3139 | b12.TextureId = "" | |
3140 | b12.MeshType = Enum.MeshType.FileMesh | |
3141 | b12.Name = "Mesh" | |
3142 | b12.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665) | |
3143 | p13 = Instance.new("Part", m2) | |
3144 | p13.BrickColor = BrickColor.new("White") | |
3145 | p13.Material = Enum.Material.SmoothPlastic | |
3146 | p13.Reflectance = 0.30000001192093 | |
3147 | 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) | |
3148 | p13.CanCollide = false | |
3149 | p13.FormFactor = Enum.FormFactor.Custom | |
3150 | p13.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371) | |
3151 | p13.BottomSurface = Enum.SurfaceType.Smooth | |
3152 | p13.TopSurface = Enum.SurfaceType.Smooth | |
3153 | b13 = Instance.new("SpecialMesh", p13) | |
3154 | b13.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
3155 | b13.TextureId = "" | |
3156 | b13.MeshType = Enum.MeshType.FileMesh | |
3157 | b13.Name = "Mesh" | |
3158 | b13.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595) | |
3159 | p14 = Instance.new("Part", m2) | |
3160 | p14.BrickColor = BrickColor.new("White") | |
3161 | p14.Material = Enum.Material.SmoothPlastic | |
3162 | p14.Reflectance = 0.30000001192093 | |
3163 | 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) | |
3164 | p14.CanCollide = false | |
3165 | p14.FormFactor = Enum.FormFactor.Custom | |
3166 | p14.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371) | |
3167 | p14.BottomSurface = Enum.SurfaceType.Smooth | |
3168 | p14.TopSurface = Enum.SurfaceType.Smooth | |
3169 | b14 = Instance.new("SpecialMesh", p14) | |
3170 | b14.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
3171 | b14.TextureId = "" | |
3172 | b14.MeshType = Enum.MeshType.FileMesh | |
3173 | b14.Name = "Mesh" | |
3174 | b14.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595) | |
3175 | p15 = Instance.new("Part", m2) | |
3176 | p15.BrickColor = BrickColor.new("White") | |
3177 | p15.Material = Enum.Material.SmoothPlastic | |
3178 | p15.Reflectance = 0.30000001192093 | |
3179 | 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) | |
3180 | p15.CanCollide = false | |
3181 | p15.FormFactor = Enum.FormFactor.Custom | |
3182 | p15.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371) | |
3183 | p15.BottomSurface = Enum.SurfaceType.Smooth | |
3184 | p15.TopSurface = Enum.SurfaceType.Smooth | |
3185 | b15 = Instance.new("SpecialMesh", p15) | |
3186 | b15.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
3187 | b15.TextureId = "" | |
3188 | b15.MeshType = Enum.MeshType.FileMesh | |
3189 | b15.Name = "Mesh" | |
3190 | b15.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665) | |
3191 | p16 = Instance.new("Part", m2) | |
3192 | p16.BrickColor = BrickColor.new("White") | |
3193 | p16.Material = Enum.Material.SmoothPlastic | |
3194 | p16.Reflectance = 0.30000001192093 | |
3195 | 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) | |
3196 | p16.CanCollide = false | |
3197 | p16.FormFactor = Enum.FormFactor.Custom | |
3198 | p16.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371) | |
3199 | p16.BottomSurface = Enum.SurfaceType.Smooth | |
3200 | p16.TopSurface = Enum.SurfaceType.Smooth | |
3201 | b16 = Instance.new("SpecialMesh", p16) | |
3202 | b16.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
3203 | b16.TextureId = "" | |
3204 | b16.MeshType = Enum.MeshType.FileMesh | |
3205 | b16.Name = "Mesh" | |
3206 | b16.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933) | |
3207 | p17 = Instance.new("Part", m2) | |
3208 | p17.BrickColor = BrickColor.new("White") | |
3209 | p17.Material = Enum.Material.SmoothPlastic | |
3210 | p17.Reflectance = 0.30000001192093 | |
3211 | 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) | |
3212 | p17.CanCollide = false | |
3213 | p17.FormFactor = Enum.FormFactor.Custom | |
3214 | p17.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371) | |
3215 | p17.BottomSurface = Enum.SurfaceType.Smooth | |
3216 | p17.TopSurface = Enum.SurfaceType.Smooth | |
3217 | b17 = Instance.new("SpecialMesh", p17) | |
3218 | b17.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
3219 | b17.TextureId = "" | |
3220 | b17.MeshType = Enum.MeshType.FileMesh | |
3221 | b17.Name = "Mesh" | |
3222 | b17.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933) | |
3223 | p18 = Instance.new("Part", m2) | |
3224 | p18.BrickColor = BrickColor.new("White") | |
3225 | p18.Material = Enum.Material.SmoothPlastic | |
3226 | p18.Reflectance = 0.30000001192093 | |
3227 | 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) | |
3228 | p18.CanCollide = false | |
3229 | p18.FormFactor = Enum.FormFactor.Custom | |
3230 | p18.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371) | |
3231 | p18.BottomSurface = Enum.SurfaceType.Smooth | |
3232 | p18.TopSurface = Enum.SurfaceType.Smooth | |
3233 | b18 = Instance.new("SpecialMesh", p18) | |
3234 | b18.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
3235 | b18.TextureId = "" | |
3236 | b18.MeshType = Enum.MeshType.FileMesh | |
3237 | b18.Name = "Mesh" | |
3238 | b18.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933) | |
3239 | p19 = Instance.new("Part", m2) | |
3240 | p19.BrickColor = BrickColor.new("White") | |
3241 | p19.Material = Enum.Material.SmoothPlastic | |
3242 | p19.Reflectance = 0.30000001192093 | |
3243 | 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) | |
3244 | p19.CanCollide = false | |
3245 | p19.FormFactor = Enum.FormFactor.Custom | |
3246 | p19.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371) | |
3247 | p19.BottomSurface = Enum.SurfaceType.Smooth | |
3248 | p19.TopSurface = Enum.SurfaceType.Smooth | |
3249 | b19 = Instance.new("SpecialMesh", p19) | |
3250 | b19.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
3251 | b19.TextureId = "" | |
3252 | b19.MeshType = Enum.MeshType.FileMesh | |
3253 | b19.Name = "Mesh" | |
3254 | b19.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933) | |
3255 | p20 = Instance.new("Part", m2) | |
3256 | p20.BrickColor = BrickColor.new("White") | |
3257 | p20.Material = Enum.Material.SmoothPlastic | |
3258 | p20.Reflectance = 0.30000001192093 | |
3259 | 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) | |
3260 | p20.CanCollide = false | |
3261 | p20.FormFactor = Enum.FormFactor.Custom | |
3262 | p20.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371) | |
3263 | p20.BottomSurface = Enum.SurfaceType.Smooth | |
3264 | p20.TopSurface = Enum.SurfaceType.Smooth | |
3265 | b20 = Instance.new("SpecialMesh", p20) | |
3266 | b20.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
3267 | b20.TextureId = "" | |
3268 | b20.MeshType = Enum.MeshType.FileMesh | |
3269 | b20.Name = "Mesh" | |
3270 | b20.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595) | |
3271 | p21 = Instance.new("Part", m2) | |
3272 | p21.BrickColor = BrickColor.new("White") | |
3273 | p21.Material = Enum.Material.SmoothPlastic | |
3274 | p21.Reflectance = 0.30000001192093 | |
3275 | 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) | |
3276 | p21.CanCollide = false | |
3277 | p21.FormFactor = Enum.FormFactor.Custom | |
3278 | p21.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371) | |
3279 | p21.BottomSurface = Enum.SurfaceType.Smooth | |
3280 | p21.TopSurface = Enum.SurfaceType.Smooth | |
3281 | b21 = Instance.new("SpecialMesh", p21) | |
3282 | b21.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
3283 | b21.TextureId = "" | |
3284 | b21.MeshType = Enum.MeshType.FileMesh | |
3285 | b21.Name = "Mesh" | |
3286 | b21.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595) | |
3287 | p22 = Instance.new("Part", m2) | |
3288 | p22.BrickColor = BrickColor.new("White") | |
3289 | p22.Material = Enum.Material.SmoothPlastic | |
3290 | p22.Reflectance = 0.30000001192093 | |
3291 | 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) | |
3292 | p22.CanCollide = false | |
3293 | p22.FormFactor = Enum.FormFactor.Custom | |
3294 | p22.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371) | |
3295 | p22.BottomSurface = Enum.SurfaceType.Smooth | |
3296 | p22.TopSurface = Enum.SurfaceType.Smooth | |
3297 | b22 = Instance.new("SpecialMesh", p22) | |
3298 | b22.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
3299 | b22.TextureId = "" | |
3300 | b22.MeshType = Enum.MeshType.FileMesh | |
3301 | b22.Name = "Mesh" | |
3302 | b22.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665) | |
3303 | p23 = Instance.new("Part", m2) | |
3304 | p23.BrickColor = BrickColor.new("White") | |
3305 | p23.Material = Enum.Material.SmoothPlastic | |
3306 | p23.Reflectance = 0.30000001192093 | |
3307 | 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) | |
3308 | p23.CanCollide = false | |
3309 | p23.FormFactor = Enum.FormFactor.Custom | |
3310 | p23.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371) | |
3311 | p23.BottomSurface = Enum.SurfaceType.Smooth | |
3312 | p23.TopSurface = Enum.SurfaceType.Smooth | |
3313 | b23 = Instance.new("SpecialMesh", p23) | |
3314 | b23.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
3315 | b23.TextureId = "" | |
3316 | b23.MeshType = Enum.MeshType.FileMesh | |
3317 | b23.Name = "Mesh" | |
3318 | b23.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595) | |
3319 | p24 = Instance.new("Part", m2) | |
3320 | p24.BrickColor = BrickColor.new("White") | |
3321 | p24.Material = Enum.Material.SmoothPlastic | |
3322 | p24.Reflectance = 0.30000001192093 | |
3323 | 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) | |
3324 | p24.CanCollide = false | |
3325 | p24.FormFactor = Enum.FormFactor.Custom | |
3326 | p24.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371) | |
3327 | p24.BottomSurface = Enum.SurfaceType.Smooth | |
3328 | p24.TopSurface = Enum.SurfaceType.Smooth | |
3329 | b24 = Instance.new("SpecialMesh", p24) | |
3330 | b24.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
3331 | b24.TextureId = "" | |
3332 | b24.MeshType = Enum.MeshType.FileMesh | |
3333 | b24.Name = "Mesh" | |
3334 | b24.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665) | |
3335 | p25 = Instance.new("Part", m2) | |
3336 | p25.BrickColor = BrickColor.new("White") | |
3337 | p25.Material = Enum.Material.SmoothPlastic | |
3338 | p25.Reflectance = 0.30000001192093 | |
3339 | 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) | |
3340 | p25.CanCollide = false | |
3341 | p25.FormFactor = Enum.FormFactor.Custom | |
3342 | p25.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371) | |
3343 | p25.BottomSurface = Enum.SurfaceType.Smooth | |
3344 | p25.TopSurface = Enum.SurfaceType.Smooth | |
3345 | b25 = Instance.new("SpecialMesh", p25) | |
3346 | b25.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
3347 | b25.TextureId = "" | |
3348 | b25.MeshType = Enum.MeshType.FileMesh | |
3349 | b25.Name = "Mesh" | |
3350 | b25.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595) | |
3351 | p26 = Instance.new("Part", m2) | |
3352 | p26.BrickColor = BrickColor.new("White") | |
3353 | p26.Material = Enum.Material.SmoothPlastic | |
3354 | p26.Reflectance = 0.30000001192093 | |
3355 | 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) | |
3356 | p26.CanCollide = false | |
3357 | p26.FormFactor = Enum.FormFactor.Custom | |
3358 | p26.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371) | |
3359 | p26.BottomSurface = Enum.SurfaceType.Smooth | |
3360 | p26.TopSurface = Enum.SurfaceType.Smooth | |
3361 | b26 = Instance.new("SpecialMesh", p26) | |
3362 | b26.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
3363 | b26.TextureId = "" | |
3364 | b26.MeshType = Enum.MeshType.FileMesh | |
3365 | b26.Name = "Mesh" | |
3366 | b26.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595) | |
3367 | p27 = Instance.new("Part", m2) | |
3368 | p27.BrickColor = BrickColor.new("White") | |
3369 | p27.Material = Enum.Material.SmoothPlastic | |
3370 | p27.Reflectance = 0.30000001192093 | |
3371 | 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) | |
3372 | p27.CanCollide = false | |
3373 | p27.FormFactor = Enum.FormFactor.Custom | |
3374 | p27.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371) | |
3375 | p27.BottomSurface = Enum.SurfaceType.Smooth | |
3376 | p27.TopSurface = Enum.SurfaceType.Smooth | |
3377 | b27 = Instance.new("SpecialMesh", p27) | |
3378 | b27.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
3379 | b27.TextureId = "" | |
3380 | b27.MeshType = Enum.MeshType.FileMesh | |
3381 | b27.Name = "Mesh" | |
3382 | b27.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933) | |
3383 | p28 = Instance.new("Part", m2) | |
3384 | p28.BrickColor = BrickColor.new("White") | |
3385 | p28.Material = Enum.Material.SmoothPlastic | |
3386 | p28.Reflectance = 0.30000001192093 | |
3387 | 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) | |
3388 | p28.CanCollide = false | |
3389 | p28.FormFactor = Enum.FormFactor.Custom | |
3390 | p28.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371) | |
3391 | p28.BottomSurface = Enum.SurfaceType.Smooth | |
3392 | p28.TopSurface = Enum.SurfaceType.Smooth | |
3393 | b28 = Instance.new("SpecialMesh", p28) | |
3394 | b28.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
3395 | b28.TextureId = "" | |
3396 | b28.MeshType = Enum.MeshType.FileMesh | |
3397 | b28.Name = "Mesh" | |
3398 | b28.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933) | |
3399 | p29 = Instance.new("Part", m2) | |
3400 | p29.BrickColor = BrickColor.new("White") | |
3401 | p29.Material = Enum.Material.Neon | |
3402 | 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) | |
3403 | p29.FormFactor = Enum.FormFactor.Custom | |
3404 | p29.Size = Vector3.new(0.61060679, 3.09150696, 0.221234918) | |
3405 | p29.BottomSurface = Enum.SurfaceType.Smooth | |
3406 | p29.TopSurface = Enum.SurfaceType.Smooth | |
3407 | b29 = Instance.new("SpecialMesh", p29) | |
3408 | b29.MeshType = Enum.MeshType.Sphere | |
3409 | b29.Name = "Mesh" | |
3410 | p30 = Instance.new("Part", m2) | |
3411 | p30.BrickColor = BrickColor.new("White") | |
3412 | p30.Material = Enum.Material.SmoothPlastic | |
3413 | p30.Reflectance = 0.30000001192093 | |
3414 | 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) | |
3415 | p30.CanCollide = false | |
3416 | p30.FormFactor = Enum.FormFactor.Custom | |
3417 | p30.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371) | |
3418 | p30.BottomSurface = Enum.SurfaceType.Smooth | |
3419 | p30.TopSurface = Enum.SurfaceType.Smooth | |
3420 | b30 = Instance.new("SpecialMesh", p30) | |
3421 | b30.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
3422 | b30.TextureId = "" | |
3423 | b30.MeshType = Enum.MeshType.FileMesh | |
3424 | b30.Name = "Mesh" | |
3425 | b30.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665) | |
3426 | p31 = Instance.new("Part", m2) | |
3427 | p31.BrickColor = BrickColor.new("White") | |
3428 | p31.Material = Enum.Material.SmoothPlastic | |
3429 | p31.Reflectance = 0.30000001192093 | |
3430 | 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) | |
3431 | p31.CanCollide = false | |
3432 | p31.FormFactor = Enum.FormFactor.Custom | |
3433 | p31.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371) | |
3434 | p31.BottomSurface = Enum.SurfaceType.Smooth | |
3435 | p31.TopSurface = Enum.SurfaceType.Smooth | |
3436 | b31 = Instance.new("SpecialMesh", p31) | |
3437 | b31.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
3438 | b31.TextureId = "" | |
3439 | b31.MeshType = Enum.MeshType.FileMesh | |
3440 | b31.Name = "Mesh" | |
3441 | b31.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665) | |
3442 | p32 = Instance.new("Part", m2) | |
3443 | p32.BrickColor = BrickColor.new("White") | |
3444 | p32.Material = Enum.Material.SmoothPlastic | |
3445 | p32.Reflectance = 0.30000001192093 | |
3446 | 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) | |
3447 | p32.CanCollide = false | |
3448 | p32.FormFactor = Enum.FormFactor.Custom | |
3449 | p32.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371) | |
3450 | p32.BottomSurface = Enum.SurfaceType.Smooth | |
3451 | p32.TopSurface = Enum.SurfaceType.Smooth | |
3452 | b32 = Instance.new("SpecialMesh", p32) | |
3453 | b32.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
3454 | b32.TextureId = "" | |
3455 | b32.MeshType = Enum.MeshType.FileMesh | |
3456 | b32.Name = "Mesh" | |
3457 | b32.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665) | |
3458 | p33 = Instance.new("Part", m2) | |
3459 | p33.BrickColor = BrickColor.new("White") | |
3460 | p33.Material = Enum.Material.Neon | |
3461 | 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) | |
3462 | p33.FormFactor = Enum.FormFactor.Custom | |
3463 | p33.Size = Vector3.new(0.61060679, 7.32508755, 0.221234918) | |
3464 | p33.BottomSurface = Enum.SurfaceType.Smooth | |
3465 | p33.TopSurface = Enum.SurfaceType.Smooth | |
3466 | b33 = Instance.new("SpecialMesh", p33) | |
3467 | b33.MeshType = Enum.MeshType.Sphere | |
3468 | b33.Name = "Mesh" | |
3469 | p34 = Instance.new("Part", m2) | |
3470 | p34.BrickColor = BrickColor.new("White") | |
3471 | p34.Material = Enum.Material.SmoothPlastic | |
3472 | p34.Reflectance = 0.30000001192093 | |
3473 | 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) | |
3474 | p34.CanCollide = false | |
3475 | p34.FormFactor = Enum.FormFactor.Custom | |
3476 | p34.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371) | |
3477 | p34.BottomSurface = Enum.SurfaceType.Smooth | |
3478 | p34.TopSurface = Enum.SurfaceType.Smooth | |
3479 | b34 = Instance.new("SpecialMesh", p34) | |
3480 | b34.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
3481 | b34.TextureId = "" | |
3482 | b34.MeshType = Enum.MeshType.FileMesh | |
3483 | b34.Name = "Mesh" | |
3484 | b34.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595) | |
3485 | p35 = Instance.new("Part", m2) | |
3486 | p35.BrickColor = BrickColor.new("White") | |
3487 | p35.Material = Enum.Material.SmoothPlastic | |
3488 | p35.Reflectance = 0.30000001192093 | |
3489 | 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) | |
3490 | p35.CanCollide = false | |
3491 | p35.FormFactor = Enum.FormFactor.Custom | |
3492 | p35.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371) | |
3493 | p35.BottomSurface = Enum.SurfaceType.Smooth | |
3494 | p35.TopSurface = Enum.SurfaceType.Smooth | |
3495 | b35 = Instance.new("SpecialMesh", p35) | |
3496 | b35.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
3497 | b35.TextureId = "" | |
3498 | b35.MeshType = Enum.MeshType.FileMesh | |
3499 | b35.Name = "Mesh" | |
3500 | b35.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933) | |
3501 | p36 = Instance.new("Part", m2) | |
3502 | p36.BrickColor = BrickColor.new("White") | |
3503 | p36.Material = Enum.Material.SmoothPlastic | |
3504 | p36.Reflectance = 0.30000001192093 | |
3505 | 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) | |
3506 | p36.CanCollide = false | |
3507 | p36.FormFactor = Enum.FormFactor.Custom | |
3508 | p36.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371) | |
3509 | p36.BottomSurface = Enum.SurfaceType.Smooth | |
3510 | p36.TopSurface = Enum.SurfaceType.Smooth | |
3511 | b36 = Instance.new("SpecialMesh", p36) | |
3512 | b36.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
3513 | b36.TextureId = "" | |
3514 | b36.MeshType = Enum.MeshType.FileMesh | |
3515 | b36.Name = "Mesh" | |
3516 | b36.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665) | |
3517 | p37 = Instance.new("Part", m2) | |
3518 | p37.BrickColor = BrickColor.new("White") | |
3519 | p37.Material = Enum.Material.Neon | |
3520 | 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) | |
3521 | p37.FormFactor = Enum.FormFactor.Custom | |
3522 | p37.Size = Vector3.new(0.61060679, 7.32508755, 0.221234918) | |
3523 | p37.BottomSurface = Enum.SurfaceType.Smooth | |
3524 | p37.TopSurface = Enum.SurfaceType.Smooth | |
3525 | b37 = Instance.new("SpecialMesh", p37) | |
3526 | b37.MeshType = Enum.MeshType.Sphere | |
3527 | b37.Name = "Mesh" | |
3528 | p38 = Instance.new("Part", m2) | |
3529 | p38.BrickColor = BrickColor.new("White") | |
3530 | p38.Material = Enum.Material.Neon | |
3531 | 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) | |
3532 | p38.FormFactor = Enum.FormFactor.Custom | |
3533 | p38.Size = Vector3.new(0.61060679, 8.03632927, 0.221234918) | |
3534 | p38.BottomSurface = Enum.SurfaceType.Smooth | |
3535 | p38.TopSurface = Enum.SurfaceType.Smooth | |
3536 | b38 = Instance.new("SpecialMesh", p38) | |
3537 | b38.MeshType = Enum.MeshType.Sphere | |
3538 | b38.Name = "Mesh" | |
3539 | p39 = Instance.new("Part", m2) | |
3540 | p39.BrickColor = BrickColor.new("White") | |
3541 | p39.Material = Enum.Material.SmoothPlastic | |
3542 | p39.Reflectance = 0.30000001192093 | |
3543 | 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) | |
3544 | p39.CanCollide = false | |
3545 | p39.FormFactor = Enum.FormFactor.Custom | |
3546 | p39.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371) | |
3547 | p39.BottomSurface = Enum.SurfaceType.Smooth | |
3548 | p39.TopSurface = Enum.SurfaceType.Smooth | |
3549 | b39 = Instance.new("SpecialMesh", p39) | |
3550 | b39.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
3551 | b39.TextureId = "" | |
3552 | b39.MeshType = Enum.MeshType.FileMesh | |
3553 | b39.Name = "Mesh" | |
3554 | b39.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665) | |
3555 | p40 = Instance.new("Part", m2) | |
3556 | p40.BrickColor = BrickColor.new("White") | |
3557 | p40.Material = Enum.Material.SmoothPlastic | |
3558 | p40.Reflectance = 0.30000001192093 | |
3559 | 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) | |
3560 | p40.CanCollide = false | |
3561 | p40.FormFactor = Enum.FormFactor.Custom | |
3562 | p40.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371) | |
3563 | p40.BottomSurface = Enum.SurfaceType.Smooth | |
3564 | p40.TopSurface = Enum.SurfaceType.Smooth | |
3565 | b40 = Instance.new("SpecialMesh", p40) | |
3566 | b40.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
3567 | b40.TextureId = "" | |
3568 | b40.MeshType = Enum.MeshType.FileMesh | |
3569 | b40.Name = "Mesh" | |
3570 | b40.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933) | |
3571 | p41 = Instance.new("Part", m2) | |
3572 | p41.BrickColor = BrickColor.new("White") | |
3573 | p41.Material = Enum.Material.SmoothPlastic | |
3574 | p41.Reflectance = 0.30000001192093 | |
3575 | 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) | |
3576 | p41.CanCollide = false | |
3577 | p41.FormFactor = Enum.FormFactor.Custom | |
3578 | p41.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371) | |
3579 | p41.BottomSurface = Enum.SurfaceType.Smooth | |
3580 | p41.TopSurface = Enum.SurfaceType.Smooth | |
3581 | b41 = Instance.new("SpecialMesh", p41) | |
3582 | b41.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
3583 | b41.TextureId = "" | |
3584 | b41.MeshType = Enum.MeshType.FileMesh | |
3585 | b41.Name = "Mesh" | |
3586 | b41.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595) | |
3587 | p42 = Instance.new("Part", m2) | |
3588 | p42.BrickColor = BrickColor.new("White") | |
3589 | p42.Material = Enum.Material.SmoothPlastic | |
3590 | p42.Reflectance = 0.30000001192093 | |
3591 | 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) | |
3592 | p42.CanCollide = false | |
3593 | p42.FormFactor = Enum.FormFactor.Custom | |
3594 | p42.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371) | |
3595 | p42.BottomSurface = Enum.SurfaceType.Smooth | |
3596 | p42.TopSurface = Enum.SurfaceType.Smooth | |
3597 | b42 = Instance.new("SpecialMesh", p42) | |
3598 | b42.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
3599 | b42.TextureId = "" | |
3600 | b42.MeshType = Enum.MeshType.FileMesh | |
3601 | b42.Name = "Mesh" | |
3602 | b42.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933) | |
3603 | p43 = Instance.new("Part", m2) | |
3604 | p43.BrickColor = BrickColor.new("White") | |
3605 | p43.Material = Enum.Material.SmoothPlastic | |
3606 | p43.Reflectance = 0.30000001192093 | |
3607 | 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) | |
3608 | p43.CanCollide = false | |
3609 | p43.FormFactor = Enum.FormFactor.Custom | |
3610 | p43.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371) | |
3611 | p43.BottomSurface = Enum.SurfaceType.Smooth | |
3612 | p43.TopSurface = Enum.SurfaceType.Smooth | |
3613 | b43 = Instance.new("SpecialMesh", p43) | |
3614 | b43.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
3615 | b43.TextureId = "" | |
3616 | b43.MeshType = Enum.MeshType.FileMesh | |
3617 | b43.Name = "Mesh" | |
3618 | b43.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933) | |
3619 | p44 = Instance.new("Part", m2) | |
3620 | p44.BrickColor = BrickColor.new("White") | |
3621 | p44.Material = Enum.Material.SmoothPlastic | |
3622 | p44.Reflectance = 0.30000001192093 | |
3623 | 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) | |
3624 | p44.CanCollide = false | |
3625 | p44.FormFactor = Enum.FormFactor.Custom | |
3626 | p44.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371) | |
3627 | p44.BottomSurface = Enum.SurfaceType.Smooth | |
3628 | p44.TopSurface = Enum.SurfaceType.Smooth | |
3629 | b44 = Instance.new("SpecialMesh", p44) | |
3630 | b44.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
3631 | b44.TextureId = "" | |
3632 | b44.MeshType = Enum.MeshType.FileMesh | |
3633 | b44.Name = "Mesh" | |
3634 | b44.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665) | |
3635 | p45 = Instance.new("Part", m2) | |
3636 | p45.BrickColor = BrickColor.new("White") | |
3637 | p45.Material = Enum.Material.SmoothPlastic | |
3638 | p45.Reflectance = 0.30000001192093 | |
3639 | 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) | |
3640 | p45.CanCollide = false | |
3641 | p45.FormFactor = Enum.FormFactor.Custom | |
3642 | p45.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371) | |
3643 | p45.BottomSurface = Enum.SurfaceType.Smooth | |
3644 | p45.TopSurface = Enum.SurfaceType.Smooth | |
3645 | b45 = Instance.new("SpecialMesh", p45) | |
3646 | b45.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
3647 | b45.TextureId = "" | |
3648 | b45.MeshType = Enum.MeshType.FileMesh | |
3649 | b45.Name = "Mesh" | |
3650 | b45.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595) | |
3651 | p46 = Instance.new("Part", m2) | |
3652 | p46.BrickColor = BrickColor.new("White") | |
3653 | p46.Material = Enum.Material.SmoothPlastic | |
3654 | p46.Reflectance = 0.30000001192093 | |
3655 | 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) | |
3656 | p46.CanCollide = false | |
3657 | p46.FormFactor = Enum.FormFactor.Custom | |
3658 | p46.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371) | |
3659 | p46.BottomSurface = Enum.SurfaceType.Smooth | |
3660 | p46.TopSurface = Enum.SurfaceType.Smooth | |
3661 | b46 = Instance.new("SpecialMesh", p46) | |
3662 | b46.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
3663 | b46.TextureId = "" | |
3664 | b46.MeshType = Enum.MeshType.FileMesh | |
3665 | b46.Name = "Mesh" | |
3666 | b46.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665) | |
3667 | p47 = Instance.new("Part", m2) | |
3668 | p47.BrickColor = BrickColor.new("White") | |
3669 | p47.Material = Enum.Material.SmoothPlastic | |
3670 | p47.Reflectance = 0.30000001192093 | |
3671 | 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) | |
3672 | p47.CanCollide = false | |
3673 | p47.FormFactor = Enum.FormFactor.Custom | |
3674 | p47.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371) | |
3675 | p47.BottomSurface = Enum.SurfaceType.Smooth | |
3676 | p47.TopSurface = Enum.SurfaceType.Smooth | |
3677 | b47 = Instance.new("SpecialMesh", p47) | |
3678 | b47.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
3679 | b47.TextureId = "" | |
3680 | b47.MeshType = Enum.MeshType.FileMesh | |
3681 | b47.Name = "Mesh" | |
3682 | b47.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595) | |
3683 | p48 = Instance.new("Part", m2) | |
3684 | p48.BrickColor = BrickColor.new("White") | |
3685 | p48.Material = Enum.Material.Neon | |
3686 | 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) | |
3687 | p48.FormFactor = Enum.FormFactor.Custom | |
3688 | p48.Size = Vector3.new(0.61060679, 3.09150696, 0.221234918) | |
3689 | p48.BottomSurface = Enum.SurfaceType.Smooth | |
3690 | p48.TopSurface = Enum.SurfaceType.Smooth | |
3691 | b48 = Instance.new("SpecialMesh", p48) | |
3692 | b48.MeshType = Enum.MeshType.Sphere | |
3693 | b48.Name = "Mesh" | |
3694 | p49 = Instance.new("Part", m2) | |
3695 | p49.BrickColor = BrickColor.new("White") | |
3696 | p49.Material = Enum.Material.SmoothPlastic | |
3697 | p49.Reflectance = 0.30000001192093 | |
3698 | 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) | |
3699 | p49.CanCollide = false | |
3700 | p49.FormFactor = Enum.FormFactor.Custom | |
3701 | p49.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371) | |
3702 | p49.BottomSurface = Enum.SurfaceType.Smooth | |
3703 | p49.TopSurface = Enum.SurfaceType.Smooth | |
3704 | b49 = Instance.new("SpecialMesh", p49) | |
3705 | b49.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
3706 | b49.TextureId = "" | |
3707 | b49.MeshType = Enum.MeshType.FileMesh | |
3708 | b49.Name = "Mesh" | |
3709 | b49.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665) | |
3710 | p50 = Instance.new("Part", m2) | |
3711 | p50.BrickColor = BrickColor.new("White") | |
3712 | p50.Material = Enum.Material.SmoothPlastic | |
3713 | p50.Reflectance = 0.30000001192093 | |
3714 | 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) | |
3715 | p50.CanCollide = false | |
3716 | p50.FormFactor = Enum.FormFactor.Custom | |
3717 | p50.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371) | |
3718 | p50.BottomSurface = Enum.SurfaceType.Smooth | |
3719 | p50.TopSurface = Enum.SurfaceType.Smooth | |
3720 | b50 = Instance.new("SpecialMesh", p50) | |
3721 | b50.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
3722 | b50.TextureId = "" | |
3723 | b50.MeshType = Enum.MeshType.FileMesh | |
3724 | b50.Name = "Mesh" | |
3725 | b50.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933) | |
3726 | p51 = Instance.new("Part", m2) | |
3727 | p51.BrickColor = BrickColor.new("White") | |
3728 | p51.Material = Enum.Material.SmoothPlastic | |
3729 | p51.Reflectance = 0.30000001192093 | |
3730 | 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) | |
3731 | p51.CanCollide = false | |
3732 | p51.FormFactor = Enum.FormFactor.Custom | |
3733 | p51.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371) | |
3734 | p51.BottomSurface = Enum.SurfaceType.Smooth | |
3735 | p51.TopSurface = Enum.SurfaceType.Smooth | |
3736 | b51 = Instance.new("SpecialMesh", p51) | |
3737 | b51.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
3738 | b51.TextureId = "" | |
3739 | b51.MeshType = Enum.MeshType.FileMesh | |
3740 | b51.Name = "Mesh" | |
3741 | b51.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595) | |
3742 | p52 = Instance.new("Part", m2) | |
3743 | p52.BrickColor = BrickColor.new("White") | |
3744 | p52.Material = Enum.Material.Neon | |
3745 | 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) | |
3746 | p52.FormFactor = Enum.FormFactor.Custom | |
3747 | p52.Size = Vector3.new(0.61060679, 7.32508755, 0.221234918) | |
3748 | p52.BottomSurface = Enum.SurfaceType.Smooth | |
3749 | p52.TopSurface = Enum.SurfaceType.Smooth | |
3750 | b52 = Instance.new("SpecialMesh", p52) | |
3751 | b52.MeshType = Enum.MeshType.Sphere | |
3752 | b52.Name = "Mesh" | |
3753 | p53 = Instance.new("Part", m2) | |
3754 | p53.BrickColor = BrickColor.new("White") | |
3755 | p53.Material = Enum.Material.Neon | |
3756 | 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) | |
3757 | p53.FormFactor = Enum.FormFactor.Custom | |
3758 | p53.Size = Vector3.new(0.61060679, 7.32508755, 0.221234918) | |
3759 | p53.BottomSurface = Enum.SurfaceType.Smooth | |
3760 | p53.TopSurface = Enum.SurfaceType.Smooth | |
3761 | b53 = Instance.new("SpecialMesh", p53) | |
3762 | b53.MeshType = Enum.MeshType.Sphere | |
3763 | b53.Name = "Mesh" | |
3764 | p54 = Instance.new("Part", m2) | |
3765 | p54.BrickColor = BrickColor.new("White") | |
3766 | p54.Material = Enum.Material.Neon | |
3767 | 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) | |
3768 | p54.FormFactor = Enum.FormFactor.Custom | |
3769 | p54.Size = Vector3.new(0.61060679, 8.03632927, 0.221234918) | |
3770 | p54.BottomSurface = Enum.SurfaceType.Smooth | |
3771 | p54.TopSurface = Enum.SurfaceType.Smooth | |
3772 | b54 = Instance.new("SpecialMesh", p54) | |
3773 | b54.MeshType = Enum.MeshType.Sphere | |
3774 | b54.Name = "Mesh" | |
3775 | p55 = Instance.new("Part", m2) | |
3776 | p55.BrickColor = BrickColor.new("White") | |
3777 | p55.Material = Enum.Material.Neon | |
3778 | 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) | |
3779 | p55.FormFactor = Enum.FormFactor.Custom | |
3780 | p55.Size = Vector3.new(0.61060679, 3.09150696, 0.221234918) | |
3781 | p55.BottomSurface = Enum.SurfaceType.Smooth | |
3782 | p55.TopSurface = Enum.SurfaceType.Smooth | |
3783 | b55 = Instance.new("SpecialMesh", p55) | |
3784 | b55.MeshType = Enum.MeshType.Sphere | |
3785 | b55.Name = "Mesh" | |
3786 | p56 = Instance.new("Part", m2) | |
3787 | p56.BrickColor = BrickColor.new("White") | |
3788 | p56.Material = Enum.Material.SmoothPlastic | |
3789 | p56.Reflectance = 0.30000001192093 | |
3790 | 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) | |
3791 | p56.CanCollide = false | |
3792 | p56.FormFactor = Enum.FormFactor.Custom | |
3793 | p56.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371) | |
3794 | p56.BottomSurface = Enum.SurfaceType.Smooth | |
3795 | p56.TopSurface = Enum.SurfaceType.Smooth | |
3796 | b56 = Instance.new("SpecialMesh", p56) | |
3797 | b56.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
3798 | b56.TextureId = "" | |
3799 | b56.MeshType = Enum.MeshType.FileMesh | |
3800 | b56.Name = "Mesh" | |
3801 | b56.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595) | |
3802 | p57 = Instance.new("Part", m2) | |
3803 | p57.BrickColor = BrickColor.new("White") | |
3804 | p57.Material = Enum.Material.SmoothPlastic | |
3805 | p57.Reflectance = 0.30000001192093 | |
3806 | 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) | |
3807 | p57.CanCollide = false | |
3808 | p57.FormFactor = Enum.FormFactor.Custom | |
3809 | p57.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371) | |
3810 | p57.BottomSurface = Enum.SurfaceType.Smooth | |
3811 | p57.TopSurface = Enum.SurfaceType.Smooth | |
3812 | b57 = Instance.new("SpecialMesh", p57) | |
3813 | b57.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
3814 | b57.TextureId = "" | |
3815 | b57.MeshType = Enum.MeshType.FileMesh | |
3816 | b57.Name = "Mesh" | |
3817 | b57.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933) | |
3818 | p58 = Instance.new("Part", m2) | |
3819 | p58.BrickColor = BrickColor.new("White") | |
3820 | p58.Material = Enum.Material.SmoothPlastic | |
3821 | p58.Reflectance = 0.30000001192093 | |
3822 | 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) | |
3823 | p58.CanCollide = false | |
3824 | p58.FormFactor = Enum.FormFactor.Custom | |
3825 | p58.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371) | |
3826 | p58.BottomSurface = Enum.SurfaceType.Smooth | |
3827 | p58.TopSurface = Enum.SurfaceType.Smooth | |
3828 | b58 = Instance.new("SpecialMesh", p58) | |
3829 | b58.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
3830 | b58.TextureId = "" | |
3831 | b58.MeshType = Enum.MeshType.FileMesh | |
3832 | b58.Name = "Mesh" | |
3833 | b58.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665) | |
3834 | p59 = Instance.new("Part", m2) | |
3835 | p59.BrickColor = BrickColor.new("White") | |
3836 | p59.Material = Enum.Material.SmoothPlastic | |
3837 | p59.Reflectance = 0.30000001192093 | |
3838 | 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) | |
3839 | p59.CanCollide = false | |
3840 | p59.FormFactor = Enum.FormFactor.Custom | |
3841 | p59.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371) | |
3842 | p59.BottomSurface = Enum.SurfaceType.Smooth | |
3843 | p59.TopSurface = Enum.SurfaceType.Smooth | |
3844 | b59 = Instance.new("SpecialMesh", p59) | |
3845 | b59.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
3846 | b59.TextureId = "" | |
3847 | b59.MeshType = Enum.MeshType.FileMesh | |
3848 | b59.Name = "Mesh" | |
3849 | b59.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665) | |
3850 | p60 = Instance.new("Part", m2) | |
3851 | p60.BrickColor = BrickColor.new("White") | |
3852 | p60.Material = Enum.Material.SmoothPlastic | |
3853 | p60.Reflectance = 0.30000001192093 | |
3854 | 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) | |
3855 | p60.CanCollide = false | |
3856 | p60.FormFactor = Enum.FormFactor.Custom | |
3857 | p60.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371) | |
3858 | p60.BottomSurface = Enum.SurfaceType.Smooth | |
3859 | p60.TopSurface = Enum.SurfaceType.Smooth | |
3860 | b60 = Instance.new("SpecialMesh", p60) | |
3861 | b60.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
3862 | b60.TextureId = "" | |
3863 | b60.MeshType = Enum.MeshType.FileMesh | |
3864 | b60.Name = "Mesh" | |
3865 | b60.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933) | |
3866 | p61 = Instance.new("Part", m2) | |
3867 | p61.BrickColor = BrickColor.new("White") | |
3868 | p61.Material = Enum.Material.SmoothPlastic | |
3869 | p61.Reflectance = 0.30000001192093 | |
3870 | 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) | |
3871 | p61.CanCollide = false | |
3872 | p61.FormFactor = Enum.FormFactor.Custom | |
3873 | p61.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371) | |
3874 | p61.BottomSurface = Enum.SurfaceType.Smooth | |
3875 | p61.TopSurface = Enum.SurfaceType.Smooth | |
3876 | b61 = Instance.new("SpecialMesh", p61) | |
3877 | b61.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
3878 | b61.TextureId = "" | |
3879 | b61.MeshType = Enum.MeshType.FileMesh | |
3880 | b61.Name = "Mesh" | |
3881 | b61.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595) | |
3882 | p62 = Instance.new("Part", m2) | |
3883 | p62.BrickColor = BrickColor.new("White") | |
3884 | p62.Material = Enum.Material.SmoothPlastic | |
3885 | p62.Reflectance = 0.30000001192093 | |
3886 | 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) | |
3887 | p62.CanCollide = false | |
3888 | p62.FormFactor = Enum.FormFactor.Custom | |
3889 | p62.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371) | |
3890 | p62.BottomSurface = Enum.SurfaceType.Smooth | |
3891 | p62.TopSurface = Enum.SurfaceType.Smooth | |
3892 | b62 = Instance.new("SpecialMesh", p62) | |
3893 | b62.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
3894 | b62.TextureId = "" | |
3895 | b62.MeshType = Enum.MeshType.FileMesh | |
3896 | b62.Name = "Mesh" | |
3897 | b62.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665) | |
3898 | p63 = Instance.new("Part", m2) | |
3899 | p63.BrickColor = BrickColor.new("White") | |
3900 | p63.Material = Enum.Material.SmoothPlastic | |
3901 | p63.Reflectance = 0.30000001192093 | |
3902 | 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) | |
3903 | p63.CanCollide = false | |
3904 | p63.FormFactor = Enum.FormFactor.Custom | |
3905 | p63.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371) | |
3906 | p63.BottomSurface = Enum.SurfaceType.Smooth | |
3907 | p63.TopSurface = Enum.SurfaceType.Smooth | |
3908 | b63 = Instance.new("SpecialMesh", p63) | |
3909 | b63.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
3910 | b63.TextureId = "" | |
3911 | b63.MeshType = Enum.MeshType.FileMesh | |
3912 | b63.Name = "Mesh" | |
3913 | b63.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933) | |
3914 | p64 = Instance.new("Part", m2) | |
3915 | p64.BrickColor = BrickColor.new("White") | |
3916 | p64.Material = Enum.Material.SmoothPlastic | |
3917 | p64.Reflectance = 0.30000001192093 | |
3918 | 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) | |
3919 | p64.CanCollide = false | |
3920 | p64.FormFactor = Enum.FormFactor.Custom | |
3921 | p64.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371) | |
3922 | p64.BottomSurface = Enum.SurfaceType.Smooth | |
3923 | p64.TopSurface = Enum.SurfaceType.Smooth | |
3924 | b64 = Instance.new("SpecialMesh", p64) | |
3925 | b64.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
3926 | b64.TextureId = "" | |
3927 | b64.MeshType = Enum.MeshType.FileMesh | |
3928 | b64.Name = "Mesh" | |
3929 | b64.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595) | |
3930 | p65 = Instance.new("Part", m2) | |
3931 | p65.BrickColor = BrickColor.new("Really black") | |
3932 | p65.Transparency = 1 | |
3933 | p65.Name = "TorsoPart" | |
3934 | 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) | |
3935 | p65.FormFactor = Enum.FormFactor.Symmetric | |
3936 | p65.Size = Vector3.new(4, 4, 2) | |
3937 | w1 = Instance.new("Weld", p1) | |
3938 | w1.Name = "Part_Weld" | |
3939 | w1.Part0 = p1 | |
3940 | 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) | |
3941 | w1.Part1 = p2 | |
3942 | 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) | |
3943 | w2 = Instance.new("Weld", p2) | |
3944 | w2.Name = "Part_Weld" | |
3945 | w2.Part0 = p2 | |
3946 | 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) | |
3947 | w2.Part1 = p3 | |
3948 | 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) | |
3949 | w3 = Instance.new("Weld", p3) | |
3950 | w3.Name = "Part_Weld" | |
3951 | w3.Part0 = p3 | |
3952 | 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) | |
3953 | w3.Part1 = p4 | |
3954 | 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) | |
3955 | w4 = Instance.new("Weld", p4) | |
3956 | w4.Name = "Part_Weld" | |
3957 | w4.Part0 = p4 | |
3958 | 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) | |
3959 | w4.Part1 = p5 | |
3960 | 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) | |
3961 | w5 = Instance.new("Weld", p5) | |
3962 | w5.Name = "Part_Weld" | |
3963 | w5.Part0 = p5 | |
3964 | 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) | |
3965 | w5.Part1 = p6 | |
3966 | 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) | |
3967 | w6 = Instance.new("Weld", p6) | |
3968 | w6.Name = "Part_Weld" | |
3969 | w6.Part0 = p6 | |
3970 | 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) | |
3971 | w6.Part1 = p7 | |
3972 | 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) | |
3973 | w7 = Instance.new("Weld", p7) | |
3974 | w7.Name = "Part_Weld" | |
3975 | w7.Part0 = p7 | |
3976 | 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) | |
3977 | w7.Part1 = p8 | |
3978 | 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) | |
3979 | w8 = Instance.new("Weld", p8) | |
3980 | w8.Name = "Part_Weld" | |
3981 | w8.Part0 = p8 | |
3982 | 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) | |
3983 | w8.Part1 = p9 | |
3984 | 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) | |
3985 | w9 = Instance.new("Weld", p9) | |
3986 | w9.Name = "Part_Weld" | |
3987 | w9.Part0 = p9 | |
3988 | 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) | |
3989 | w9.Part1 = p10 | |
3990 | 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) | |
3991 | w10 = Instance.new("Weld", p10) | |
3992 | w10.Name = "Part_Weld" | |
3993 | w10.Part0 = p10 | |
3994 | 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) | |
3995 | w10.Part1 = p11 | |
3996 | 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) | |
3997 | w11 = Instance.new("Weld", p11) | |
3998 | w11.Name = "Part_Weld" | |
3999 | w11.Part0 = p11 | |
4000 | 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) | |
4001 | w11.Part1 = p12 | |
4002 | 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) | |
4003 | w12 = Instance.new("Weld", p12) | |
4004 | w12.Name = "Part_Weld" | |
4005 | w12.Part0 = p12 | |
4006 | 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) | |
4007 | w12.Part1 = p13 | |
4008 | 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) | |
4009 | w13 = Instance.new("Weld", p13) | |
4010 | w13.Name = "Part_Weld" | |
4011 | w13.Part0 = p13 | |
4012 | 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) | |
4013 | w13.Part1 = p14 | |
4014 | 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) | |
4015 | w14 = Instance.new("Weld", p14) | |
4016 | w14.Name = "Part_Weld" | |
4017 | w14.Part0 = p14 | |
4018 | 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) | |
4019 | w14.Part1 = p15 | |
4020 | 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) | |
4021 | w15 = Instance.new("Weld", p15) | |
4022 | w15.Name = "Part_Weld" | |
4023 | w15.Part0 = p15 | |
4024 | 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) | |
4025 | w15.Part1 = p16 | |
4026 | 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) | |
4027 | w16 = Instance.new("Weld", p16) | |
4028 | w16.Name = "Part_Weld" | |
4029 | w16.Part0 = p16 | |
4030 | 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) | |
4031 | w16.Part1 = p17 | |
4032 | 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) | |
4033 | w17 = Instance.new("Weld", p17) | |
4034 | w17.Name = "Part_Weld" | |
4035 | w17.Part0 = p17 | |
4036 | 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) | |
4037 | w17.Part1 = p18 | |
4038 | 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) | |
4039 | w18 = Instance.new("Weld", p18) | |
4040 | w18.Name = "Part_Weld" | |
4041 | w18.Part0 = p18 | |
4042 | 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) | |
4043 | w18.Part1 = p19 | |
4044 | 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) | |
4045 | w19 = Instance.new("Weld", p19) | |
4046 | w19.Name = "Part_Weld" | |
4047 | w19.Part0 = p19 | |
4048 | 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) | |
4049 | w19.Part1 = p20 | |
4050 | 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) | |
4051 | w20 = Instance.new("Weld", p20) | |
4052 | w20.Name = "Part_Weld" | |
4053 | w20.Part0 = p20 | |
4054 | 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) | |
4055 | w20.Part1 = p21 | |
4056 | 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) | |
4057 | w21 = Instance.new("Weld", p21) | |
4058 | w21.Name = "Part_Weld" | |
4059 | w21.Part0 = p21 | |
4060 | 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) | |
4061 | w21.Part1 = p22 | |
4062 | 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) | |
4063 | w22 = Instance.new("Weld", p22) | |
4064 | w22.Name = "Part_Weld" | |
4065 | w22.Part0 = p22 | |
4066 | 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) | |
4067 | w22.Part1 = p23 | |
4068 | 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) | |
4069 | w23 = Instance.new("Weld", p23) | |
4070 | w23.Name = "Part_Weld" | |
4071 | w23.Part0 = p23 | |
4072 | 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) | |
4073 | w23.Part1 = p24 | |
4074 | 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) | |
4075 | w24 = Instance.new("Weld", p24) | |
4076 | w24.Name = "Part_Weld" | |
4077 | w24.Part0 = p24 | |
4078 | 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) | |
4079 | w24.Part1 = p25 | |
4080 | 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) | |
4081 | w25 = Instance.new("Weld", p25) | |
4082 | w25.Name = "Part_Weld" | |
4083 | w25.Part0 = p25 | |
4084 | 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) | |
4085 | w25.Part1 = p26 | |
4086 | 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) | |
4087 | w26 = Instance.new("Weld", p26) | |
4088 | w26.Name = "Part_Weld" | |
4089 | w26.Part0 = p26 | |
4090 | 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) | |
4091 | w26.Part1 = p27 | |
4092 | 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) | |
4093 | w27 = Instance.new("Weld", p27) | |
4094 | w27.Name = "Part_Weld" | |
4095 | w27.Part0 = p27 | |
4096 | 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) | |
4097 | w27.Part1 = p28 | |
4098 | 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) | |
4099 | w28 = Instance.new("Weld", p28) | |
4100 | w28.Name = "Part_Weld" | |
4101 | w28.Part0 = p28 | |
4102 | 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) | |
4103 | w28.Part1 = p29 | |
4104 | 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) | |
4105 | w29 = Instance.new("Weld", p29) | |
4106 | w29.Name = "Part_Weld" | |
4107 | w29.Part0 = p29 | |
4108 | 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) | |
4109 | w29.Part1 = p30 | |
4110 | 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) | |
4111 | w30 = Instance.new("Weld", p30) | |
4112 | w30.Name = "Part_Weld" | |
4113 | w30.Part0 = p30 | |
4114 | 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) | |
4115 | w30.Part1 = p31 | |
4116 | 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) | |
4117 | w31 = Instance.new("Weld", p31) | |
4118 | w31.Name = "Part_Weld" | |
4119 | w31.Part0 = p31 | |
4120 | 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) | |
4121 | w31.Part1 = p32 | |
4122 | 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) | |
4123 | w32 = Instance.new("Weld", p32) | |
4124 | w32.Name = "Part_Weld" | |
4125 | w32.Part0 = p32 | |
4126 | 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) | |
4127 | w32.Part1 = p33 | |
4128 | 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) | |
4129 | w33 = Instance.new("Weld", p33) | |
4130 | w33.Name = "Part_Weld" | |
4131 | w33.Part0 = p33 | |
4132 | 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) | |
4133 | w33.Part1 = p34 | |
4134 | 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) | |
4135 | w34 = Instance.new("Weld", p34) | |
4136 | w34.Name = "Part_Weld" | |
4137 | w34.Part0 = p34 | |
4138 | 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) | |
4139 | w34.Part1 = p35 | |
4140 | 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) | |
4141 | w35 = Instance.new("Weld", p35) | |
4142 | w35.Name = "Part_Weld" | |
4143 | w35.Part0 = p35 | |
4144 | 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) | |
4145 | w35.Part1 = p36 | |
4146 | 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) | |
4147 | w36 = Instance.new("Weld", p36) | |
4148 | w36.Name = "Part_Weld" | |
4149 | w36.Part0 = p36 | |
4150 | 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) | |
4151 | w36.Part1 = p37 | |
4152 | 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) | |
4153 | w37 = Instance.new("Weld", p37) | |
4154 | w37.Name = "Part_Weld" | |
4155 | w37.Part0 = p37 | |
4156 | 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) | |
4157 | w37.Part1 = p38 | |
4158 | 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) | |
4159 | w38 = Instance.new("Weld", p38) | |
4160 | w38.Name = "Part_Weld" | |
4161 | w38.Part0 = p38 | |
4162 | 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) | |
4163 | w38.Part1 = p39 | |
4164 | 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) | |
4165 | w39 = Instance.new("Weld", p39) | |
4166 | w39.Name = "Part_Weld" | |
4167 | w39.Part0 = p39 | |
4168 | 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) | |
4169 | w39.Part1 = p40 | |
4170 | 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) | |
4171 | w40 = Instance.new("Weld", p40) | |
4172 | w40.Name = "Part_Weld" | |
4173 | w40.Part0 = p40 | |
4174 | 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) | |
4175 | w40.Part1 = p41 | |
4176 | 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) | |
4177 | w41 = Instance.new("Weld", p41) | |
4178 | w41.Name = "Part_Weld" | |
4179 | w41.Part0 = p41 | |
4180 | 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) | |
4181 | w41.Part1 = p42 | |
4182 | 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) | |
4183 | w42 = Instance.new("Weld", p42) | |
4184 | w42.Name = "Part_Weld" | |
4185 | w42.Part0 = p42 | |
4186 | 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) | |
4187 | w42.Part1 = p43 | |
4188 | 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) | |
4189 | w43 = Instance.new("Weld", p43) | |
4190 | w43.Name = "Part_Weld" | |
4191 | w43.Part0 = p43 | |
4192 | 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) | |
4193 | w43.Part1 = p44 | |
4194 | 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) | |
4195 | w44 = Instance.new("Weld", p44) | |
4196 | w44.Name = "Part_Weld" | |
4197 | w44.Part0 = p44 | |
4198 | 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) | |
4199 | w44.Part1 = p45 | |
4200 | 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) | |
4201 | w45 = Instance.new("Weld", p45) | |
4202 | w45.Name = "Part_Weld" | |
4203 | w45.Part0 = p45 | |
4204 | 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) | |
4205 | w45.Part1 = p46 | |
4206 | 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) | |
4207 | w46 = Instance.new("Weld", p46) | |
4208 | w46.Name = "Part_Weld" | |
4209 | w46.Part0 = p46 | |
4210 | 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) | |
4211 | w46.Part1 = p47 | |
4212 | 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) | |
4213 | w47 = Instance.new("Weld", p47) | |
4214 | w47.Name = "Part_Weld" | |
4215 | w47.Part0 = p47 | |
4216 | 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) | |
4217 | w47.Part1 = p48 | |
4218 | 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) | |
4219 | w48 = Instance.new("Weld", p48) | |
4220 | w48.Name = "Part_Weld" | |
4221 | w48.Part0 = p48 | |
4222 | 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) | |
4223 | w48.Part1 = p49 | |
4224 | 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) | |
4225 | w49 = Instance.new("Weld", p49) | |
4226 | w49.Name = "Part_Weld" | |
4227 | w49.Part0 = p49 | |
4228 | 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) | |
4229 | w49.Part1 = p50 | |
4230 | 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) | |
4231 | w50 = Instance.new("Weld", p50) | |
4232 | w50.Name = "Part_Weld" | |
4233 | w50.Part0 = p50 | |
4234 | 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) | |
4235 | w50.Part1 = p51 | |
4236 | 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) | |
4237 | w51 = Instance.new("Weld", p51) | |
4238 | w51.Name = "Part_Weld" | |
4239 | w51.Part0 = p51 | |
4240 | 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) | |
4241 | w51.Part1 = p52 | |
4242 | 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) | |
4243 | w52 = Instance.new("Weld", p52) | |
4244 | w52.Name = "Part_Weld" | |
4245 | w52.Part0 = p52 | |
4246 | 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) | |
4247 | w52.Part1 = p53 | |
4248 | 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) | |
4249 | w53 = Instance.new("Weld", p53) | |
4250 | w53.Name = "Part_Weld" | |
4251 | w53.Part0 = p53 | |
4252 | 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) | |
4253 | w53.Part1 = p54 | |
4254 | 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) | |
4255 | w54 = Instance.new("Weld", p54) | |
4256 | w54.Name = "Part_Weld" | |
4257 | w54.Part0 = p54 | |
4258 | 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) | |
4259 | w54.Part1 = p55 | |
4260 | 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) | |
4261 | w55 = Instance.new("Weld", p55) | |
4262 | w55.Name = "Part_Weld" | |
4263 | w55.Part0 = p55 | |
4264 | 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) | |
4265 | w55.Part1 = p56 | |
4266 | 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) | |
4267 | w56 = Instance.new("Weld", p56) | |
4268 | w56.Name = "Part_Weld" | |
4269 | w56.Part0 = p56 | |
4270 | 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) | |
4271 | w56.Part1 = p57 | |
4272 | 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) | |
4273 | w57 = Instance.new("Weld", p57) | |
4274 | w57.Name = "Part_Weld" | |
4275 | w57.Part0 = p57 | |
4276 | 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) | |
4277 | w57.Part1 = p58 | |
4278 | 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) | |
4279 | w58 = Instance.new("Weld", p58) | |
4280 | w58.Name = "Part_Weld" | |
4281 | w58.Part0 = p58 | |
4282 | 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) | |
4283 | w58.Part1 = p59 | |
4284 | 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) | |
4285 | w59 = Instance.new("Weld", p59) | |
4286 | w59.Name = "Part_Weld" | |
4287 | w59.Part0 = p59 | |
4288 | 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) | |
4289 | w59.Part1 = p60 | |
4290 | 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) | |
4291 | w60 = Instance.new("Weld", p60) | |
4292 | w60.Name = "Part_Weld" | |
4293 | w60.Part0 = p60 | |
4294 | 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) | |
4295 | w60.Part1 = p61 | |
4296 | 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) | |
4297 | w61 = Instance.new("Weld", p61) | |
4298 | w61.Name = "Part_Weld" | |
4299 | w61.Part0 = p61 | |
4300 | 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) | |
4301 | w61.Part1 = p62 | |
4302 | 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) | |
4303 | w62 = Instance.new("Weld", p62) | |
4304 | w62.Name = "Part_Weld" | |
4305 | w62.Part0 = p62 | |
4306 | 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) | |
4307 | w62.Part1 = p63 | |
4308 | 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) | |
4309 | w63 = Instance.new("Weld", p63) | |
4310 | w63.Name = "Part_Weld" | |
4311 | w63.Part0 = p63 | |
4312 | 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) | |
4313 | w63.Part1 = p64 | |
4314 | 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) | |
4315 | w64 = Instance.new("Weld", p64) | |
4316 | w64.Name = "TorsoPart_Weld" | |
4317 | w64.Part0 = p64 | |
4318 | 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) | |
4319 | w64.Part1 = p65 | |
4320 | w64.C1 = CFrame.new(-27.0399971, -25.1251144, -25.3600025, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
4321 | m2.Parent = char | |
4322 | m2:MakeJoints() | |
4323 | -------------------------------------------------------------------------------- | |
4324 | local cor2 = Instance.new("Part", char.Wings) | |
4325 | cor2.Name = "Thingy" | |
4326 | cor2.Locked = true | |
4327 | cor2.BottomSurface = 0 | |
4328 | cor2.CanCollide = false | |
4329 | - | game.Lighting.Ambient = Color3.new(1,1,1) |
4329 | + | |
4330 | cor2.Transparency = 1 | |
4331 | cor2.TopSurface = 0 | |
4332 | corw2 = Instance.new("Weld", cor2) | |
4333 | corw2.Part0 = torso | |
4334 | corw2.Part1 = cor2 | |
4335 | corw2.C0 = CFrame.new(0, 0.7, 0.8) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(0)) | |
4336 | corw2.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)) | |
4337 | weld2 = Instance.new("Weld", char.Wings) | |
4338 | weld2.Part0 = cor2 | |
4339 | weld2.Part1 = char.Wings.TorsoPart | |
4340 | weld2.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)) | |
4341 | wait(0.1) | |
4342 | hum.WalkSpeed = 29 | |
4343 | game.Lighting.Ambient = Color3.new(-1,-1,-1) | |
4344 | c = script:Clone() | |
4345 | c.Parent = game.Lighting | |
4346 | s = Instance.new("Sky") | |
4347 | s.Name = "Dark Sky" | |
4348 | s.SkyboxBk = "http://www.roblox.com/asset/?id=13943307" | |
4349 | s.SkyboxDn = "http://www.roblox.com/asset/?id=13943307" | |
4350 | s.SkyboxFt = "http://www.roblox.com/asset/?id=13943307" | |
4351 | s.SkyboxLf = "http://www.roblox.com/asset/?id=13943307" | |
4352 | s.SkyboxRt = "http://www.roblox.com/asset/?id=13943307" | |
4353 | s.SkyboxUp = "http://www.roblox.com/asset/?id=13943307" | |
4354 | s.Parent = game.Lighting | |
4355 | wait(0.1) | |
4356 | game.Lighting.Ambient = Color3.new(255,255,255) | |
4357 | c = script:Clone() | |
4358 | c.Parent = game.Lighting | |
4359 | s = Instance.new("Sky") | |
4360 | s.Name = "White Sky" | |
4361 | s.SkyboxBk = "http://www.roblox.com/asset/?id=10742015" | |
4362 | s.SkyboxDn = "http://www.roblox.com/asset/?id=10742015" | |
4363 | s.SkyboxFt = "http://www.roblox.com/asset/?id=10742015" | |
4364 | s.SkyboxLf = "http://www.roblox.com/asset/?id=10742015" | |
4365 | s.SkyboxRt = "http://www.roblox.com/asset/?id=10742015" | |
4366 | s.SkyboxUp = "http://www.roblox.com/asset/?id=10742015" | |
4367 | s.Parent = game.Lighting | |
4368 | wait(0.1) | |
4369 | game.Lighting.Ambient = Color3.new(-1,-1,-1) | |
4370 | c = script:Clone() | |
4371 | c.Parent = game.Lighting | |
4372 | s = Instance.new("Sky") | |
4373 | s.Name = "Dark Sky" | |
4374 | s.SkyboxBk = "http://www.roblox.com/asset/?id=13943307" | |
4375 | s.SkyboxDn = "http://www.roblox.com/asset/?id=13943307" | |
4376 | s.SkyboxFt = "http://www.roblox.com/asset/?id=13943307" | |
4377 | s.SkyboxLf = "http://www.roblox.com/asset/?id=13943307" | |
4378 | s.SkyboxRt = "http://www.roblox.com/asset/?id=13943307" | |
4379 | s.SkyboxUp = "http://www.roblox.com/asset/?id=13943307" | |
4380 | s.Parent = game.Lighting | |
4381 | wait(0.1) | |
4382 | game.Lighting.Ambient = Color3.new(255,255,255) | |
4383 | c = script:Clone() | |
4384 | c.Parent = game.Lighting | |
4385 | s = Instance.new("Sky") | |
4386 | s.Name = "White Sky" | |
4387 | s.SkyboxBk = "http://www.roblox.com/asset/?id=10742015" | |
4388 | s.SkyboxDn = "http://www.roblox.com/asset/?id=10742015" | |
4389 | s.SkyboxFt = "http://www.roblox.com/asset/?id=10742015" | |
4390 | s.SkyboxLf = "http://www.roblox.com/asset/?id=10742015" | |
4391 | s.SkyboxRt = "http://www.roblox.com/asset/?id=10742015" | |
4392 | s.SkyboxUp = "http://www.roblox.com/asset/?id=10742015" | |
4393 | s.Parent = game.Lighting | |
4394 | wait(0.1) | |
4395 | game.Lighting.Ambient = Color3.new(-1,-1,-1) | |
4396 | c = script:Clone() | |
4397 | c.Parent = game.Lighting | |
4398 | s = Instance.new("Sky") | |
4399 | s.Name = "Dark Sky" | |
4400 | s.SkyboxBk = "http://www.roblox.com/asset/?id=13943307" | |
4401 | s.SkyboxDn = "http://www.roblox.com/asset/?id=13943307" | |
4402 | s.SkyboxFt = "http://www.roblox.com/asset/?id=13943307" | |
4403 | s.SkyboxLf = "http://www.roblox.com/asset/?id=13943307" | |
4404 | s.SkyboxRt = "http://www.roblox.com/asset/?id=13943307" | |
4405 | s.SkyboxUp = "http://www.roblox.com/asset/?id=13943307" | |
4406 | s.Parent = game.Lighting | |
4407 | wait(0.1) | |
4408 | game.Lighting.Ambient = Color3.new(255,255,255) | |
4409 | c = script:Clone() | |
4410 | c.Parent = game.Lighting | |
4411 | s = Instance.new("Sky") | |
4412 | s.Name = "White Sky" | |
4413 | s.SkyboxBk = "http://www.roblox.com/asset/?id=10742015" | |
4414 | s.SkyboxDn = "http://www.roblox.com/asset/?id=10742015" | |
4415 | s.SkyboxFt = "http://www.roblox.com/asset/?id=10742015" | |
4416 | s.SkyboxLf = "http://www.roblox.com/asset/?id=10742015" | |
4417 | s.SkyboxRt = "http://www.roblox.com/asset/?id=10742015" | |
4418 | s.SkyboxUp = "http://www.roblox.com/asset/?id=10742015" | |
4419 | s.Parent = game.Lighting | |
4420 | wait(0.1) | |
4421 | game.Lighting.Ambient = Color3.new(1,1,1) | |
4422 | mouse.KeyDown:connect(function(Key) | |
4423 | if Key == "f" then | |
4424 | Colors = {"White", "White"} | |
4425 | GroundBall1() | |
4426 | wait(0.4) | |
4427 | Colors = {"White", "White"} | |
4428 | GroundBall1() | |
4429 | wait(0.4) | |
4430 | Colors = {"White", "White"} | |
4431 | GroundBall1() | |
4432 | wait(0.4) | |
4433 | Colors = {"White", "White"} | |
4434 | GroundBall1() | |
4435 | wait(0.4) | |
4436 | Colors = {"White", "White"} | |
4437 | GroundBall1() | |
4438 | wait(0.4) | |
4439 | Colors = {"White", "White"} | |
4440 | GroundBall1() | |
4441 | wait(0.4) | |
4442 | Colors = {"White", "White"} | |
4443 | GroundBall1() | |
4444 | wait(0.4) | |
4445 | Colors = {"White", "White"} | |
4446 | GroundBall1() | |
4447 | wait(0.4) | |
4448 | Colors = {"White", "White"} | |
4449 | GroundBall1() | |
4450 | wait(0.4) | |
4451 | Colors = {"White", "White"} | |
4452 | GroundBall1() | |
4453 | wait(0.4) | |
4454 | Colors = {"White", "White"} | |
4455 | GroundBall1() | |
4456 | wait(0.4) | |
4457 | Colors = {"White", "White"} | |
4458 | GroundBall1() | |
4459 | wait(0.4) | |
4460 | Colors = {"White", "White"} | |
4461 | GroundBall1() | |
4462 | wait(0.4) | |
4463 | Colors = {"White", "White"} | |
4464 | GroundBall1() | |
4465 | wait(0.4) | |
4466 | Colors = {"White", "White"} | |
4467 | GroundBall1() | |
4468 | wait(0.4) | |
4469 | Colors = {"White", "White"} | |
4470 | GroundBall1() | |
4471 | wait(0.4) | |
4472 | Colors = {"White", "White"} | |
4473 | GroundBall1() | |
4474 | wait(0.4) | |
4475 | Colors = {"White", "White"} | |
4476 | GroundBall1() | |
4477 | wait(0.4) | |
4478 | Colors = {"White", "White"} | |
4479 | GroundBall1() | |
4480 | wait(0.4) | |
4481 | Colors = {"White", "White"} | |
4482 | GroundBall1() | |
4483 | wait(0.4) | |
4484 | Colors = {"White", "White"} | |
4485 | GroundBall1() | |
4486 | wait(0.4) | |
4487 | Colors = {"White", "White"} | |
4488 | GroundBall1() | |
4489 | wait(0.4) | |
4490 | Colors = {"White", "White"} | |
4491 | GroundBall1() | |
4492 | wait(0.4) | |
4493 | Colors = {"White", "White"} | |
4494 | GroundBall1() | |
4495 | wait(0.4) | |
4496 | Colors = {"White", "White"} | |
4497 | GroundBall1() | |
4498 | wait(0.4) | |
4499 | Colors = {"White", "White"} | |
4500 | GroundBall1() | |
4501 | wait(0.4) | |
4502 | Colors = {"White", "White"} | |
4503 | GroundBall1() | |
4504 | wait(0.4) | |
4505 | Colors = {"White", "White"} | |
4506 | GroundBall1() | |
4507 | wait(0.4) | |
4508 | Colors = {"White", "White"} | |
4509 | GroundBall1() | |
4510 | wait(0.4) | |
4511 | Colors = {"White", "White"} | |
4512 | GroundBall1() | |
4513 | wait(0.4) | |
4514 | end | |
4515 | end) | |
4516 | Wait(40) | |
4517 | while true do | |
4518 | ||
4519 | Colors = {"White", "White"} | |
4520 | GroundBall1() | |
4521 | wait(5) | |
4522 | Colors = {"Really red", "Really red"} | |
4523 | GroundBall1() | |
4524 | wait(5) | |
4525 | Colors = {"New Yeller", "New Yeller"} | |
4526 | GroundBall1() | |
4527 | wait(5) | |
4528 | Colors = {"Deep orange", "Deep orange"} | |
4529 | GroundBall1() | |
4530 | wait(5) | |
4531 | Colors = {"Cyan", "Cyan"} | |
4532 | GroundBall1() | |
4533 | wait(5) | |
4534 | Colors = {"Lime green", "Lime green"} | |
4535 | GroundBall1() | |
4536 | wait(5) | |
4537 | Colors = {"Magenta", "Magenta"} | |
4538 | GroundBall1() | |
4539 | wait(5) | |
4540 | Colors = {"Hot pink", "Hot pink"} | |
4541 | GroundBall1() | |
4542 | wait(5) | |
4543 | end |