SHOW:
|
|
- or go back to the newest paste.
1 | --[[ The Card Master script. Made by KillerDarkness0105. | |
2 | - | --[Edited By JkbananaPill_H2O ] |
2 | + | Credits to the blackjack NIGHTWING script for the cards. |
3 | ||
4 | script is not finshed yet so ye.. :D | |
5 | ||
6 | ||
7 | attacklist | |
8 | ||
9 | q = aircombo | |
10 | r = flipattack | |
11 | y = ultimateform | |
12 | t = ultracombo | |
13 | shift = run | |
14 | e = form revert | |
15 | f = knockback blast | |
16 | g = max damage blast | |
17 | ||
18 | ||
19 | ||
20 | Codex#6685 | |
21 | ]]-- | |
22 | ||
23 | ||
24 | ||
25 | ||
26 | ||
27 | ||
28 | ||
29 | ||
30 | ||
31 | ||
32 | ||
33 | ||
34 | ||
35 | ||
36 | ||
37 | ||
38 | ||
39 | ||
40 | ||
41 | ||
42 | ||
43 | ||
44 | ||
45 | ||
46 | m = game.Players.LocalPlayer | |
47 | char = m.Character | |
48 | local txt = Instance.new("BillboardGui", char) | |
49 | txt.Adornee = char .Head | |
50 | txt.Name = "_status" | |
51 | txt.Size = UDim2.new(2, 0, 1.2, 0) | |
52 | txt.StudsOffset = Vector3.new(-9, 8, 0) | |
53 | local text = Instance.new("TextLabel", txt) | |
54 | text.Size = UDim2.new(10, 0, 7, 0) | |
55 | text.FontSize = "Size24" | |
56 | text.TextScaled = true | |
57 | text.TextTransparency = 0 | |
58 | text.BackgroundTransparency = 1 | |
59 | text.TextTransparency = 0 | |
60 | text.TextStrokeTransparency = 0 | |
61 | text.Font = "Bodoni" | |
62 | text.TextStrokeColor3 = Color3.new(0,0,0) | |
63 | ||
64 | v=Instance.new("Part") | |
65 | v.Name = "ColorBrick" | |
66 | v.Parent=m.Character | |
67 | v.FormFactor="Symmetric" | |
68 | v.Anchored=true | |
69 | v.CanCollide=false | |
70 | v.BottomSurface="Smooth" | |
71 | v.TopSurface="Smooth" | |
72 | v.Size=Vector3.new(10,5,3) | |
73 | v.Transparency=1 | |
74 | v.CFrame=char.Torso.CFrame | |
75 | v.BrickColor=BrickColor.new("Really black") | |
76 | v.Transparency=1 | |
77 | text.TextColor3 = Color3.new(0,10,50) | |
78 | v.Shape="Block" | |
79 | text.Text = "Twisted Fate" | |
80 | ||
81 | ||
82 | ||
83 | ||
84 | light=game:GetService("Lighting") | |
85 | Player=game:GetService("Players").LocalPlayer | |
86 | Character=Player.Character | |
87 | PlayerGui=Player.PlayerGui | |
88 | Backpack=Player.Backpack | |
89 | Torso=Character.Torso | |
90 | Head=Character.Head | |
91 | Humanoid=Character.Humanoid | |
92 | m=Instance.new('Model',Character) | |
93 | LeftArm=Character["Left Arm"] | |
94 | LeftLeg=Character["Left Leg"] | |
95 | RightArm=Character["Right Arm"] | |
96 | RightLeg=Character["Right Leg"] | |
97 | LS=Torso["Left Shoulder"] | |
98 | LH=Torso["Left Hip"] | |
99 | RS=Torso["Right Shoulder"] | |
100 | RH=Torso["Right Hip"] | |
101 | Face = Head.face | |
102 | Neck=Torso.Neck | |
103 | it=Instance.new | |
104 | attacktype=1 | |
105 | vt=Vector3.new | |
106 | cf=CFrame.new | |
107 | euler=CFrame.fromEulerAnglesXYZ | |
108 | angles=CFrame.Angles | |
109 | cloaked=false | |
110 | necko=cf(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0) | |
111 | necko2=cf(0, -0.5, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0) | |
112 | LHC0=cf(-1,-1,0,-0,-0,-1,0,1,0,1,0,0) | |
113 | LHC1=cf(-0.5,1,0,-0,-0,-1,0,1,0,1,0,0) | |
114 | RHC0=cf(1,-1,0,0,0,1,0,1,0,-1,-0,-0) | |
115 | RHC1=cf(0.5,1,0,0,0,1,0,1,0,-1,-0,-0) | |
116 | RootPart=Character.HumanoidRootPart | |
117 | RootJoint=RootPart.RootJoint | |
118 | RootCF=euler(-1.57,0,3.14) | |
119 | attack = false | |
120 | attackdebounce = false | |
121 | deb=false | |
122 | equipped=true | |
123 | hand=false | |
124 | MMouse=nil | |
125 | combo=0 | |
126 | mana=0 | |
127 | trispeed=.2 | |
128 | attackmode='none' | |
129 | local idle=0 | |
130 | local Anim="Idle" | |
131 | local Effects={} | |
132 | local gun=false | |
133 | local shoot=false | |
134 | player=nil | |
135 | mana=0 | |
136 | chatfunction = false | |
137 | ||
138 | ||
139 | ||
140 | ||
141 | m=Instance.new("ForceField", Character) | |
142 | m.Visible = false | |
143 | ||
144 | Humanoid.Animator.Parent = nil | |
145 | Character.Animate.Parent = nil | |
146 | ||
147 | mouse=Player:GetMouse() | |
148 | --save shoulders | |
149 | RSH, LSH=nil, nil | |
150 | --welds | |
151 | RW, LW=Instance.new("Weld"), Instance.new("Weld") | |
152 | RW.Name="Right Shoulder" LW.Name="Left Shoulder" | |
153 | LH=Torso["Left Hip"] | |
154 | RH=Torso["Right Hip"] | |
155 | TorsoColor=Torso.BrickColor | |
156 | function NoOutline(Part) | |
157 | Part.TopSurface,Part.BottomSurface,Part.LeftSurface,Part.RightSurface,Part.FrontSurface,Part.BackSurface = 10,10,10,10,10,10 | |
158 | end | |
159 | player=Player | |
160 | ch=Character | |
161 | RSH=ch.Torso["Right Shoulder"] | |
162 | LSH=ch.Torso["Left Shoulder"] | |
163 | -- | |
164 | RSH.Parent=nil | |
165 | LSH.Parent=nil | |
166 | -- | |
167 | RW.Name="Right Shoulder" | |
168 | RW.Part0=ch.Torso | |
169 | RW.C0=cf(1.5, 0.5, 0) --* CFrame.fromEulerAnglesXYZ(1.3, 0, -0.5) | |
170 | RW.C1=cf(0, 0.5, 0) | |
171 | RW.Part1=ch["Right Arm"] | |
172 | RW.Parent=ch.Torso | |
173 | -- | |
174 | LW.Name="Left Shoulder" | |
175 | LW.Part0=ch.Torso | |
176 | LW.C0=cf(-1.5, 0.5, 0) --* CFrame.fromEulerAnglesXYZ(1.7, 0, 0.8) | |
177 | LW.C1=cf(0, 0.5, 0) | |
178 | LW.Part1=ch["Left Arm"] | |
179 | LW.Parent=ch.Torso | |
180 | ||
181 | Player=game:GetService('Players').LocalPlayer | |
182 | Character=Player.Character | |
183 | Mouse=Player:GetMouse() | |
184 | m=Instance.new('Model',Character) | |
185 | ||
186 | ||
187 | local function weldBetween(a, b) | |
188 | local weldd = Instance.new("ManualWeld") | |
189 | weldd.Part0 = a | |
190 | weldd.Part1 = b | |
191 | weldd.C0 = CFrame.new() | |
192 | weldd.C1 = b.CFrame:inverse() * a.CFrame | |
193 | weldd.Parent = a | |
194 | return weldd | |
195 | end | |
196 | ||
197 | ArtificialHB = Instance.new("BindableEvent", script) | |
198 | ArtificialHB.Name = "Heartbeat" | |
199 | ||
200 | script:WaitForChild("Heartbeat") | |
201 | ||
202 | frame = 1 / 60 | |
203 | tf = 0 | |
204 | allowframeloss = false | |
205 | tossremainder = false | |
206 | lastframe = tick() | |
207 | script.Heartbeat:Fire() | |
208 | ||
209 | game:GetService("RunService").Heartbeat:connect(function(s, p) | |
210 | tf = tf + s | |
211 | if tf >= frame then | |
212 | if allowframeloss then | |
213 | script.Heartbeat:Fire() | |
214 | lastframe = tick() | |
215 | else | |
216 | for i = 1, math.floor(tf / frame) do | |
217 | script.Heartbeat:Fire() | |
218 | end | |
219 | lastframe = tick() | |
220 | end | |
221 | if tossremainder then | |
222 | tf = 0 | |
223 | else | |
224 | tf = tf - frame * math.floor(tf / frame) | |
225 | end | |
226 | end | |
227 | end) | |
228 | ||
229 | function swait(num) | |
230 | if num == 0 or num == nil then | |
231 | ArtificialHB.Event:wait() | |
232 | else | |
233 | for i = 0, num do | |
234 | ArtificialHB.Event:wait() | |
235 | end | |
236 | end | |
237 | end | |
238 | ||
239 | ||
240 | function nooutline(part) | |
241 | part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10 | |
242 | end | |
243 | ||
244 | function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size) | |
245 | local fp=it("Part") | |
246 | fp.formFactor=formfactor | |
247 | fp.Parent=parent | |
248 | fp.Reflectance=reflectance | |
249 | fp.Transparency=transparency | |
250 | fp.CanCollide=false | |
251 | fp.Locked=true | |
252 | fp.BrickColor=BrickColor.new(tostring(brickcolor)) | |
253 | fp.Name=name | |
254 | fp.Size=size | |
255 | fp.Position=Character.Torso.Position | |
256 | nooutline(fp) | |
257 | fp.Material=material | |
258 | fp:BreakJoints() | |
259 | return fp | |
260 | end | |
261 | ||
262 | function mesh(Mesh,part,meshtype,meshid,offset,scale) | |
263 | local mesh=it(Mesh) | |
264 | mesh.Parent=part | |
265 | if Mesh=="SpecialMesh" then | |
266 | mesh.MeshType=meshtype | |
267 | mesh.MeshId=meshid | |
268 | end | |
269 | mesh.Offset=offset | |
270 | mesh.Scale=scale | |
271 | return mesh | |
272 | end | |
273 | ||
274 | function weld(parent,part0,part1,c0,c1) | |
275 | local weld=it("Weld") | |
276 | weld.Parent=parent | |
277 | weld.Part0=part0 | |
278 | weld.Part1=part1 | |
279 | weld.C0=c0 | |
280 | weld.C1=c1 | |
281 | return weld | |
282 | end | |
283 | ||
284 | ||
285 | local function CFrameFromTopBack(at, top, back) | |
286 | local right = top:Cross(back) | |
287 | return CFrame.new(at.x, at.y, at.z, | |
288 | right.x, top.x, back.x, | |
289 | right.y, top.y, back.y, | |
290 | right.z, top.z, back.z) | |
291 | end | |
292 | ||
293 | function Triangle(a, b, c) | |
294 | local edg1 = (c-a):Dot((b-a).unit) | |
295 | local edg2 = (a-b):Dot((c-b).unit) | |
296 | local edg3 = (b-c):Dot((a-c).unit) | |
297 | if edg1 <= (b-a).magnitude and edg1 >= 0 then | |
298 | a, b, c = a, b, c | |
299 | elseif edg2 <= (c-b).magnitude and edg2 >= 0 then | |
300 | a, b, c = b, c, a | |
301 | elseif edg3 <= (a-c).magnitude and edg3 >= 0 then | |
302 | a, b, c = c, a, b | |
303 | else | |
304 | assert(false, "unreachable") | |
305 | end | |
306 | ||
307 | function lerp(a, b, t) -- Linear interpolation | |
308 | return a + (b - a)*t | |
309 | end | |
310 | ||
311 | function slerp(a, b, t) --Spherical interpolation | |
312 | dot = a:Dot(b) | |
313 | if dot > 0.99999 or dot < -0.99999 then | |
314 | return t <= 0.5 and a or b | |
315 | else | |
316 | r = math.acos(dot) | |
317 | return (a*math.sin((1 - t)*r) + b*math.sin(t*r)) / math.sin(r) | |
318 | end | |
319 | end | |
320 | ||
321 | function matrixInterpolate(a, b, t) | |
322 | local ax, ay, az, a00, a01, a02, a10, a11, a12, a20, a21, a22 = a:components() | |
323 | local bx, by, bz, b00, b01, b02, b10, b11, b12, b20, b21, b22 = b:components() | |
324 | local v0 = lerp(Vector3.new(ax, ay, az), Vector3.new(bx , by , bz), t) -- Position | |
325 | local v1 = slerp(Vector3.new(a00, a01, a02), Vector3.new(b00, b01, b02), t) -- Vector right | |
326 | local v2 = slerp(Vector3.new(a10, a11, a12), Vector3.new(b10, b11, b12), t) -- Vector up | |
327 | local v3 = slerp(Vector3.new(a20, a21, a22), Vector3.new(b20, b21, b22), t) -- Vector back | |
328 | local t = v1:Dot(v2) | |
329 | if not (t < 0 or t == 0 or t > 0) then -- Failsafe | |
330 | return CFrame.new() | |
331 | end | |
332 | return CFrame.new( | |
333 | v0.x, v0.y, v0.z, | |
334 | v1.x, v1.y, v1.z, | |
335 | v2.x, v2.y, v2.z, | |
336 | v3.x, v3.y, v3.z) | |
337 | end | |
338 | ||
339 | function Lerp(c1,c2,al) | |
340 | local com1 = {c1.X,c1.Y,c1.Z,c1:toEulerAnglesXYZ()} | |
341 | local com2 = {c2.X,c2.Y,c2.Z,c2:toEulerAnglesXYZ()} | |
342 | for i,v in pairs(com1) do | |
343 | com1[i] = v+(com2[i]-v)*al | |
344 | end | |
345 | return CFrame.new(com1[1],com1[2],com1[3]) * CFrame.Angles(select(4,unpack(com1))) | |
346 | end | |
347 | ||
348 | ||
349 | local len1 = (c-a):Dot((b-a).unit) | |
350 | local len2 = (b-a).magnitude - len1 | |
351 | local width = (a + (b-a).unit*len1 - c).magnitude | |
352 | ||
353 | local maincf = CFrameFromTopBack(a, (b-a):Cross(c-b).unit, -(b-a).unit) | |
354 | ||
355 | local list = {} | |
356 | ||
357 | local TrailColor = ("White") | |
358 | ||
359 | if len1 > 0.01 then | |
360 | local w1 = Instance.new('WedgePart', m) | |
361 | game:GetService("Debris"):AddItem(w1,5) | |
362 | w1.Material = "SmoothPlastic" | |
363 | w1.FormFactor = 'Custom' | |
364 | w1.BrickColor = BrickColor.new(TrailColor) | |
365 | w1.Transparency = 0 | |
366 | w1.Reflectance = 0 | |
367 | w1.Material = "Neon" | |
368 | w1.CanCollide = false | |
369 | NoOutline(w1) | |
370 | local sz = Vector3.new(0.2, width, len1) | |
371 | w1.Size = sz | |
372 | local sp = Instance.new("SpecialMesh",w1) | |
373 | sp.MeshType = "Wedge" | |
374 | sp.Scale = Vector3.new(0,1,1) * sz/w1.Size | |
375 | w1:BreakJoints() | |
376 | w1.Anchored = true | |
377 | w1.Parent = workspace | |
378 | w1.Transparency = 0.7 | |
379 | table.insert(Effects,{w1,"Disappear",.01}) | |
380 | w1.CFrame = maincf*CFrame.Angles(math.pi,0,math.pi/2)*CFrame.new(0,width/2,len1/2) | |
381 | table.insert(list,w1) | |
382 | end | |
383 | ||
384 | if len2 > 0.01 then | |
385 | local w2 = Instance.new('WedgePart', m) | |
386 | game:GetService("Debris"):AddItem(w2,5) | |
387 | w2.Material = "SmoothPlastic" | |
388 | w2.FormFactor = 'Custom' | |
389 | w2.BrickColor = BrickColor.new(TrailColor) | |
390 | w2.Transparency = 0 | |
391 | w2.Reflectance = 0 | |
392 | w2.Material = "SmoothPlastic" | |
393 | w2.CanCollide = false | |
394 | NoOutline(w2) | |
395 | local sz = Vector3.new(0.2, width, len2) | |
396 | w2.Size = sz | |
397 | local sp = Instance.new("SpecialMesh",w2) | |
398 | sp.MeshType = "Wedge" | |
399 | sp.Scale = Vector3.new(0,1,1) * sz/w2.Size | |
400 | w2:BreakJoints() | |
401 | w2.Anchored = true | |
402 | w2.Parent = workspace | |
403 | w2.Transparency = 0.7 | |
404 | table.insert(Effects,{w2,"Disappear",.01}) | |
405 | w2.CFrame = maincf*CFrame.Angles(math.pi,math.pi,-math.pi/2)*CFrame.new(0,width/2,-len1 - len2/2) | |
406 | table.insert(list,w2) | |
407 | end | |
408 | return unpack(list) | |
409 | end | |
410 | ||
411 | ||
412 | so = function(id,par,vol,pit) | |
413 | coroutine.resume(coroutine.create(function() | |
414 | local sou = Instance.new("Sound",par or workspace) | |
415 | sou.Volume=vol | |
416 | sou.Pitch=pit or 1 | |
417 | sou.SoundId=id | |
418 | swait() | |
419 | sou:play() | |
420 | game:GetService("Debris"):AddItem(sou,6) | |
421 | end)) | |
422 | end | |
423 | ||
424 | function clerp(a,b,t) | |
425 | local qa = {QuaternionFromCFrame(a)} | |
426 | local qb = {QuaternionFromCFrame(b)} | |
427 | local ax, ay, az = a.x, a.y, a.z | |
428 | local bx, by, bz = b.x, b.y, b.z | |
429 | local _t = 1-t | |
430 | return QuaternionToCFrame(_t*ax + t*bx, _t*ay + t*by, _t*az + t*bz,QuaternionSlerp(qa, qb, t)) | |
431 | end | |
432 | ||
433 | function QuaternionFromCFrame(cf) | |
434 | local mx, my, mz, m00, m01, m02, m10, m11, m12, m20, m21, m22 = cf:components() | |
435 | local trace = m00 + m11 + m22 | |
436 | if trace > 0 then | |
437 | local s = math.sqrt(1 + trace) | |
438 | local recip = 0.5/s | |
439 | return (m21-m12)*recip, (m02-m20)*recip, (m10-m01)*recip, s*0.5 | |
440 | else | |
441 | local i = 0 | |
442 | if m11 > m00 then | |
443 | i = 1 | |
444 | end | |
445 | if m22 > (i == 0 and m00 or m11) then | |
446 | i = 2 | |
447 | end | |
448 | if i == 0 then | |
449 | local s = math.sqrt(m00-m11-m22+1) | |
450 | local recip = 0.5/s | |
451 | return 0.5*s, (m10+m01)*recip, (m20+m02)*recip, (m21-m12)*recip | |
452 | elseif i == 1 then | |
453 | local s = math.sqrt(m11-m22-m00+1) | |
454 | local recip = 0.5/s | |
455 | return (m01+m10)*recip, 0.5*s, (m21+m12)*recip, (m02-m20)*recip | |
456 | elseif i == 2 then | |
457 | local s = math.sqrt(m22-m00-m11+1) | |
458 | local recip = 0.5/s return (m02+m20)*recip, (m12+m21)*recip, 0.5*s, (m10-m01)*recip | |
459 | end | |
460 | end | |
461 | end | |
462 | ||
463 | function QuaternionToCFrame(px, py, pz, x, y, z, w) | |
464 | local xs, ys, zs = x + x, y + y, z + z | |
465 | local wx, wy, wz = w*xs, w*ys, w*zs | |
466 | local xx = x*xs | |
467 | local xy = x*ys | |
468 | local xz = x*zs | |
469 | local yy = y*ys | |
470 | local yz = y*zs | |
471 | local zz = z*zs | |
472 | return CFrame.new(px, py, pz,1-(yy+zz), xy - wz, xz + wy,xy + wz, 1-(xx+zz), yz - wx, xz - wy, yz + wx, 1-(xx+yy)) | |
473 | end | |
474 | ||
475 | function QuaternionSlerp(a, b, t) | |
476 | local cosTheta = a[1]*b[1] + a[2]*b[2] + a[3]*b[3] + a[4]*b[4] | |
477 | local startInterp, finishInterp; | |
478 | if cosTheta >= 0.0001 then | |
479 | if (1 - cosTheta) > 0.0001 then | |
480 | local theta = math.acos(cosTheta) | |
481 | local invSinTheta = 1/math.sin(theta) | |
482 | startInterp = math.sin((1-t)*theta)*invSinTheta | |
483 | finishInterp = math.sin(t*theta)*invSinTheta | |
484 | else | |
485 | startInterp = 1-t | |
486 | finishInterp = t | |
487 | end | |
488 | else | |
489 | if (1+cosTheta) > 0.0001 then | |
490 | local theta = math.acos(-cosTheta) | |
491 | local invSinTheta = 1/math.sin(theta) | |
492 | startInterp = math.sin((t-1)*theta)*invSinTheta | |
493 | finishInterp = math.sin(t*theta)*invSinTheta | |
494 | else | |
495 | startInterp = t-1 | |
496 | finishInterp = t | |
497 | end | |
498 | end | |
499 | return a[1]*startInterp + b[1]*finishInterp, a[2]*startInterp + b[2]*finishInterp, a[3]*startInterp + b[3]*finishInterp, a[4]*startInterp + b[4]*finishInterp | |
500 | end | |
501 | ||
502 | --Example: Torso.Weld.C0 = clerp(Torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4) | |
503 | ||
504 | ||
505 | function rayCast(Pos, Dir, Max, Ignore) -- Origin Position , Direction, MaxDistance , IgnoreDescendants | |
506 | return game:service("Workspace"):FindPartOnRay(Ray.new(Pos, Dir.unit * (Max or 999.999)), Ignore) | |
507 | end | |
508 | ||
509 | ||
510 | ||
511 | ||
512 | ||
513 | ||
514 | Damagefunc=function(hit,minim,maxim,knockback,Type,Property,Delay,KnockbackType,decreaseblock) | |
515 | if hit.Parent==nil then | |
516 | return | |
517 | end | |
518 | h=hit.Parent:FindFirstChild("Humanoid") | |
519 | for _,v in pairs(hit.Parent:children()) do | |
520 | if v:IsA("Humanoid") then | |
521 | h=v | |
522 | end | |
523 | end | |
524 | if hit.Parent.Parent:FindFirstChild("Torso")~=nil then | |
525 | h=hit.Parent.Parent:FindFirstChild("Humanoid") | |
526 | end | |
527 | if hit.Parent.className=="Hat" then | |
528 | hit=hit.Parent.Parent:findFirstChild("Head") | |
529 | end | |
530 | if h~=nil and hit.Parent.Name~=Character.Name and hit.Parent:FindFirstChild("Torso")~=nil then | |
531 | if hit.Parent:findFirstChild("DebounceHit")~=nil then if hit.Parent.DebounceHit.Value==true then return end end | |
532 | --[[ if game.Players:GetPlayerFromCharacter(hit.Parent)~=nil then | |
533 | return | |
534 | end]] | |
535 | -- hs(hit,1.2) | |
536 | c=Instance.new("ObjectValue") | |
537 | c.Name="creator" | |
538 | c.Value=game:service("Players").LocalPlayer | |
539 | c.Parent=h | |
540 | game:GetService("Debris"):AddItem(c,.5) | |
541 | Damage=math.random(minim,maxim) | |
542 | -- h:TakeDamage(Damage) | |
543 | blocked=false | |
544 | block=hit.Parent:findFirstChild("Block") | |
545 | if block~=nil then | |
546 | print(block.className) | |
547 | if block.className=="NumberValue" then | |
548 | if block.Value>0 then | |
549 | blocked=true | |
550 | if decreaseblock==nil then | |
551 | block.Value=block.Value-1 | |
552 | end | |
553 | end | |
554 | end | |
555 | if block.className=="IntValue" then | |
556 | if block.Value>0 then | |
557 | blocked=true | |
558 | if decreaseblock~=nil then | |
559 | block.Value=block.Value-1 | |
560 | end | |
561 | end | |
562 | end | |
563 | end | |
564 | if blocked==false then | |
565 | - | showDamage(hit.Parent,Damage,.5,BrickColor.new("Teal")) |
565 | + | |
566 | h.Health=h.Health-Damage | |
567 | showDamage(hit.Parent,Damage,.5,BrickColor.new("White")) | |
568 | else | |
569 | h.Health=h.Health-(Damage/2) | |
570 | showDamage(hit.Parent,Damage/2,.5,BrickColor.new("Bright blue")) | |
571 | end | |
572 | h.Health=h.Health-Damage | |
573 | ||
574 | ||
575 | ||
576 | if Type=="Knockdown" then | |
577 | hum=hit.Parent.Humanoid | |
578 | hum.PlatformStand=true | |
579 | coroutine.resume(coroutine.create(function(HHumanoid) | |
580 | swait(5) | |
581 | HHumanoid.PlatformStand=false | |
582 | end),hum) | |
583 | ||
584 | local angle=(hit.Position-(Property.Position+Vector3.new(0,0,0))).unit | |
585 | --hit.CFrame=CFrame.new(hit.Position,Vector3.new(angle.x,hit.Position.y,angle.z))*CFrame.fromEulerAnglesXYZ(math.pi/4,0,0) | |
586 | local bodvol=Instance.new("BodyVelocity") | |
587 | bodvol.velocity=angle*knockback | |
588 | bodvol.P=5000 | |
589 | bodvol.maxForce=Vector3.new(8e+003, 8e+003, 8e+003) | |
590 | bodvol.Parent=hit | |
591 | rl=Instance.new("BodyAngularVelocity") | |
592 | rl.P=30000 | |
593 | rl.maxTorque=Vector3.new(0,10,10)*5000 | |
594 | rl.angularvelocity=Vector3.new(math.random(-10,10),math.random(2,4),math.random(-10,10)) | |
595 | rl.Parent=hit | |
596 | game:GetService("Debris"):AddItem(bodvol,.5) | |
597 | game:GetService("Debris"):AddItem(rl,.5) | |
598 | elseif Type=="Normal" then | |
599 | vp=Instance.new("BodyVelocity") | |
600 | vp.P=500 | |
601 | vp.maxForce=Vector3.new(math.huge,0,math.huge) | |
602 | -- vp.velocity=Character.Torso.CFrame.lookVector*Knockback | |
603 | if KnockbackType==1 then | |
604 | vp.velocity=Property.CFrame.lookVector*knockback+Property.Velocity/1.05 | |
605 | elseif KnockbackType==2 then | |
606 | vp.velocity=Property.CFrame.lookVector*knockback | |
607 | end | |
608 | if knockback>0 then | |
609 | vp.Parent=hit.Parent.Torso | |
610 | end | |
611 | game:GetService("Debris"):AddItem(vp,.5) | |
612 | elseif Type=="Up" then | |
613 | local bodyVelocity=Instance.new("BodyVelocity") | |
614 | bodyVelocity.velocity=vt(0,4,0) | |
615 | bodyVelocity.P=1000 | |
616 | bodyVelocity.maxForce=Vector3.new(1e+009, 1e+009, 1e+009) | |
617 | bodyVelocity.Parent=hit | |
618 | game:GetService("Debris"):AddItem(bodyVelocity,1) | |
619 | rl=Instance.new("BodyAngularVelocity") | |
620 | rl.P=3000 | |
621 | rl.maxTorque=Vector3.new(500000,500000,500000)*50000000000000 | |
622 | rl.angularvelocity=Vector3.new(math.random(-20,20),math.random(-20,20),math.random(-20,20)) | |
623 | rl.Parent=hit | |
624 | game:GetService("Debris"):AddItem(rl,.5) | |
625 | elseif Type=="Slam" then | |
626 | local bodyVelocity2=Instance.new("BodyVelocity") | |
627 | bodyVelocity2.velocity=vt(0,4,0) | |
628 | bodyVelocity2.P=1000 | |
629 | bodyVelocity2.maxForce=Vector3.new(1e+009, 1e+009, 1e+009) | |
630 | bodyVelocity2.Parent=hit | |
631 | game:GetService("Debris"):AddItem(bodyVelocity2,1) | |
632 | rl2=Instance.new("BodyAngularVelocity") | |
633 | rl2.P=3000 | |
634 | rl2.maxTorque=Vector3.new(500000,500000,500000)*50000000000000 | |
635 | rl2.angularvelocity=Vector3.new(math.random(-20,20),math.random(-20,20),math.random(-20,20)) | |
636 | rl2.Parent=hit | |
637 | game:GetService("Debris"):AddItem(rl2,.5) | |
638 | elseif Type=="Snare" then | |
639 | bp=Instance.new("BodyPosition") | |
640 | bp.P=2000 | |
641 | bp.D=100 | |
642 | bp.maxForce=Vector3.new(math.huge,math.huge,math.huge) | |
643 | bp.position=hit.Parent.Torso.Position | |
644 | bp.Parent=hit.Parent.Torso | |
645 | game:GetService("Debris"):AddItem(bp,1) | |
646 | elseif Type=="Target" then | |
647 | if Targetting==false then | |
648 | ZTarget=hit.Parent.Torso | |
649 | coroutine.resume(coroutine.create(function(Part) | |
650 | so("http://www.roblox.com/asset/?id=15666462",Part,1,1.5) | |
651 | swait(5) | |
652 | so("http://www.roblox.com/asset/?id=15666462",Part,1,1.5) | |
653 | end),ZTarget) | |
654 | TargHum=ZTarget.Parent:findFirstChild("Humanoid") | |
655 | targetgui=Instance.new("BillboardGui") | |
656 | targetgui.Parent=ZTarget | |
657 | targetgui.Size=UDim2.new(10,100,10,100) | |
658 | targ=Instance.new("ImageLabel") | |
659 | targ.Parent=targetgui | |
660 | targ.BackgroundTransparency=1 | |
661 | targ.Image="rbxassetid://4834067" | |
662 | targ.Size=UDim2.new(1,0,1,0) | |
663 | cam.CameraType="Scriptable" | |
664 | cam.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position) | |
665 | dir=Vector3.new(cam.CoordinateFrame.lookVector.x,0,cam.CoordinateFrame.lookVector.z) | |
666 | workspace.CurrentCamera.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position) | |
667 | Targetting=true | |
668 | RocketTarget=ZTarget | |
669 | for i=1,Property do | |
670 | --while Targetting==true and Humanoid.Health>0 and Character.Parent~=nil do | |
671 | if Humanoid.Health>0 and Character.Parent~=nil and TargHum.Health>0 and TargHum.Parent~=nil and Targetting==true then | |
672 | swait() | |
673 | end | |
674 | --workspace.CurrentCamera.CoordinateFrame=CFrame.new(Head.CFrame.p,Head.CFrame.p+rmdir*100) | |
675 | cam.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position) | |
676 | dir=Vector3.new(cam.CoordinateFrame.lookVector.x,0,cam.CoordinateFrame.lookVector.z) | |
677 | cam.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position)*cf(0,5,10)*euler(-0.3,0,0) | |
678 | end | |
679 | Targetting=false | |
680 | RocketTarget=nil | |
681 | targetgui.Parent=nil | |
682 | cam.CameraType="Custom" | |
683 | end | |
684 | end | |
685 | ||
686 | ||
687 | ||
688 | ||
689 | ||
690 | ||
691 | ||
692 | ||
693 | debounce=Instance.new("BoolValue") | |
694 | debounce.Name="DebounceHit" | |
695 | debounce.Parent=hit.Parent | |
696 | debounce.Value=true | |
697 | game:GetService("Debris"):AddItem(debounce,Delay) | |
698 | c=Instance.new("ObjectValue") | |
699 | c.Name="creator" | |
700 | c.Value=Player | |
701 | c.Parent=h | |
702 | game:GetService("Debris"):AddItem(c,.5) | |
703 | CRIT=false | |
704 | hitDeb=true | |
705 | AttackPos=6 | |
706 | end | |
707 | end | |
708 | ||
709 | showDamage=function(Char,Dealt,du,Color) | |
710 | m=Instance.new("Model") | |
711 | m.Name=tostring(Dealt) | |
712 | h=Instance.new("Humanoid") | |
713 | h.Health=0 | |
714 | h.MaxHealth=0 | |
715 | h.Parent=m | |
716 | c=Instance.new("Part") | |
717 | c.Transparency=0 | |
718 | c.BrickColor=Color | |
719 | c.Name="Head" | |
720 | c.TopSurface=0 | |
721 | c.BottomSurface=0 | |
722 | c.formFactor="Plate" | |
723 | c.Size=Vector3.new(1,.4,1) | |
724 | ms=Instance.new("CylinderMesh") | |
725 | ms.Scale=Vector3.new(.8,.8,.8) | |
726 | if CRIT==true then | |
727 | ms.Scale=Vector3.new(1,1.25,1) | |
728 | end | |
729 | ms.Parent=c | |
730 | c.Reflectance=0 | |
731 | Instance.new("BodyGyro").Parent=c | |
732 | c.Parent=m | |
733 | if Char:findFirstChild("Head")~=nil then | |
734 | c.CFrame=CFrame.new(Char["Head"].CFrame.p+Vector3.new(0,1.5,0)) | |
735 | elseif Char.Parent:findFirstChild("Head")~=nil then | |
736 | c.CFrame=CFrame.new(Char.Parent["Head"].CFrame.p+Vector3.new(0,1.5,0)) | |
737 | end | |
738 | f=Instance.new("BodyPosition") | |
739 | f.P=2000 | |
740 | f.D=100 | |
741 | f.maxForce=Vector3.new(math.huge,math.huge,math.huge) | |
742 | f.position=c.Position+Vector3.new(0,3,0) | |
743 | f.Parent=c | |
744 | game:GetService("Debris"):AddItem(m,.5+du) | |
745 | c.CanCollide=false | |
746 | m.Parent=workspace | |
747 | c.CanCollide=false | |
748 | end | |
749 | ||
750 | ||
751 | ||
752 | ||
753 | ||
754 | local s = Instance.new("Sound",Character) | |
755 | s.SoundId = "http://www.roblox.com/asset/?id=0" | |
756 | s.Pitch = 0.98 | |
757 | s.Volume = 0.70 | |
758 | s.Looped = false | |
759 | s:Stop() | |
760 | ||
761 | - | sou3.Volume = 60 |
761 | + | |
762 | local sou3 = Instance.new("Sound",Character) | |
763 | sou3.Volume = 0.30 | |
764 | sou3.PlaybackSpeed = 1 | |
765 | sou3.Pitch = 1 | |
766 | sou3.SoundId = "rbxassetid://971824836"--0--music | |
767 | sou3.Name = "The Skid Rekter Music" | |
768 | sou3.Looped = true | |
769 | sou3:Stop() | |
770 | ||
771 | local Face = Instance.new('Decal',Character.Head) | |
772 | Face.Name = 'face' | |
773 | if Character.Head:findFirstChild('face') then | |
774 | Character.Head['face']:Destroy() | |
775 | end | |
776 | Face.Texture = 'rbxassetid://54292338' | |
777 | ||
778 | ||
779 | ||
780 | ||
781 | local sou2 = Instance.new("Sound",Character) | |
782 | sou2.Volume = 0.30 | |
783 | sou2.PlaybackSpeed = 1 | |
784 | sou2.Pitch = 0.88 | |
785 | sou2.SoundId = "rbxassetid://0"--music 0 | |
786 | sou2.Name = "The Skid Rekter Music" | |
787 | sou2.Looped = true | |
788 | sou2:Stop() | |
789 | --0 | |
790 | ||
791 | ||
792 | local handee = Instance.new("Part") | |
793 | handee.Parent = Character | |
794 | handee.Size = Vector3.new(0.2,0.2,0.2) | |
795 | handee.Archivable = true | |
796 | handee.Transparency = 1 | |
797 | handee.CanCollide = false | |
798 | handee.BrickColor = BrickColor.new("White") | |
799 | handee.Material = "Neon" | |
800 | local handeemesh = Instance.new("BlockMesh",handee) | |
801 | handeemesh.Scale = Vector3.new(1,1,1) | |
802 | local handeeweld = Instance.new("Weld") | |
803 | handeeweld.Parent = handee | |
804 | handeeweld.Part0 = LeftArm | |
805 | handeeweld.Part1 = handee | |
806 | handeeweld.C1 = CFrame.new(0, 1.85, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)) | |
807 | handeeweld.Part0 = LeftArm | |
808 | ||
809 | ||
810 | ||
811 | ||
812 | local eye1 = Instance.new("Part") | |
813 | eye1.Parent = Character | |
814 | eye1.Size = Vector3.new(0.2,0.2,0.2) | |
815 | eye1.Archivable = true | |
816 | eye1.Transparency = 1 | |
817 | eye1.CanCollide = false | |
818 | eye1.BrickColor = BrickColor.new("Really red") | |
819 | eye1.Material = "Neon" | |
820 | local eye1mesh = Instance.new("SpecialMesh",eye1) | |
821 | eye1mesh.MeshType = "Sphere" | |
822 | eye1mesh.Scale = Vector3.new(1.2,1.2,1.2) | |
823 | local eye1weld = Instance.new("Weld") | |
824 | eye1weld.Parent = eye1 | |
825 | eye1weld.Part0 = Head | |
826 | eye1weld.Part1 = eye1 | |
827 | eye1weld.C1 = CFrame.new(.11,-.22,.57)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)) | |
828 | eye1weld.Part0 = Head | |
829 | ||
830 | ||
831 | ||
832 | ||
833 | local particleemitter2 = Instance.new("ParticleEmitter", handee) | |
834 | particleemitter2.VelocitySpread = 180 | |
835 | particleemitter2.Lifetime = NumberRange.new(2) | |
836 | particleemitter2.Texture = "http://roblox.com/asset/?id=284205403" | |
837 | particleemitter2.Speed = NumberRange.new(0.5) | |
838 | particleemitter2.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, 1), NumberSequenceKeypoint.new(1, 1)}) | |
839 | particleemitter2.RotSpeed = NumberRange.new(-45, 45) | |
840 | particleemitter2.Rate = 128 | |
841 | particleemitter2.Rotation = NumberRange.new(-45, 45) | |
842 | particleemitter2.Acceleration = Vector3.new(0,3,0) | |
843 | particleemitter2.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 0), NumberSequenceKeypoint.new(0.701, 0), NumberSequenceKeypoint.new(1, 1)}) | |
844 | particleemitter2.LightEmission = 0.8 | |
845 | particleemitter2.Color = ColorSequence.new(Color3.new(0, 0, 255), Color3.new(255,0,0)) | |
846 | ||
847 | ||
848 | particleemitter2.Enabled = false | |
849 | ||
850 | ||
851 | ||
852 | --[[local particleemitter3 = Instance.new("ParticleEmitter", handee) | |
853 | particleemitter3.VelocitySpread = 180 | |
854 | particleemitter3.Lifetime = NumberRange.new(2) | |
855 | particleemitter3.Texture = "http://roblox.com/asset/?id=284205403" | |
856 | particleemitter3.Speed = NumberRange.new(0.5) | |
857 | particleemitter3.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, 1), NumberSequenceKeypoint.new(1, 1)}) | |
858 | particleemitter3.RotSpeed = NumberRange.new(-45, 45) | |
859 | particleemitter3.Rate = 128 | |
860 | particleemitter3.Rotation = NumberRange.new(-45, 45) | |
861 | particleemitter3.Acceleration = Vector3.new(0,3,0) | |
862 | particleemitter3.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 0), NumberSequenceKeypoint.new(0.701, 0), NumberSequenceKeypoint.new(1, 1)}) | |
863 | particleemitter3.LightEmission = 0.8 | |
864 | particleemitter3.Color = ColorSequence.new(Color3.new(255, 0, 0), Color3.new(255,192,0)) | |
865 | ||
866 | particleemitter3.Enabled = true | |
867 | --]] | |
868 | ||
869 | local particleemitter = Instance.new("ParticleEmitter", eye1) | |
870 | particleemitter.VelocitySpread = 180 | |
871 | particleemitter.Lifetime = NumberRange.new(2) | |
872 | particleemitter.Texture = "http://roblox.com/asset/?id=284205403" | |
873 | particleemitter.Speed = NumberRange.new(0.5) | |
874 | particleemitter.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, 1), NumberSequenceKeypoint.new(1, 1)}) | |
875 | particleemitter.RotSpeed = NumberRange.new(-45, 45) | |
876 | particleemitter.Rate = 80 | |
877 | particleemitter.Rotation = NumberRange.new(-45, 45) | |
878 | particleemitter.Acceleration = Vector3.new(1,3,0) | |
879 | particleemitter.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 0), NumberSequenceKeypoint.new(0.701, 0), NumberSequenceKeypoint.new(1, 1)}) | |
880 | particleemitter.LightEmission = 0.8 | |
881 | particleemitter.Color = ColorSequence.new(Color3.new(0, 0, 0), Color3.new(0,0,0)) | |
882 | ||
883 | ||
884 | ||
885 | ||
886 | local particleemitter4 = Instance.new("ParticleEmitter", X) | |
887 | particleemitter4.VelocitySpread = 180 | |
888 | particleemitter4.Lifetime = NumberRange.new(2) | |
889 | particleemitter4.Texture = "http://roblox.com/asset/?id=284205403" | |
890 | particleemitter4.Speed = NumberRange.new(0.5) | |
891 | particleemitter4.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, 1), NumberSequenceKeypoint.new(1, 1)}) | |
892 | particleemitter4.RotSpeed = NumberRange.new(-45, 45) | |
893 | particleemitter4.Rate = 128 | |
894 | particleemitter4.Rotation = NumberRange.new(-45, 45) | |
895 | particleemitter4.Acceleration = Vector3.new(0,3,0) | |
896 | particleemitter4.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 0), NumberSequenceKeypoint.new(0.701, 0), NumberSequenceKeypoint.new(1, 1)}) | |
897 | particleemitter4.LightEmission = 0.8 | |
898 | particleemitter4.Color = ColorSequence.new(Color3.new(255, 0, 0), Color3.new(255,192,0)) | |
899 | ||
900 | ||
901 | particleemitter4.Enabled = false | |
902 | ||
903 | --NumberSequence.new({NumberSequenceKeypoint.new(0, 1), NumberSequenceKeypoint.new(1, 1)}) | |
904 | ||
905 | particleemitter.Enabled = false | |
906 | ||
907 | New = function(Object, Parent, Name, Data) | |
908 | local Object = Instance.new(Object) | |
909 | for Index, Value in pairs(Data or {}) do | |
910 | Object[Index] = Value | |
911 | end | |
912 | Object.Parent = Parent | |
913 | Object.Name = Name | |
914 | return Object | |
915 | end | |
916 | ||
917 | -------- | |
918 | --green card | |
919 | ------- | |
920 | Handle1=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Lime green","Handle1",Vector3.new(0.874639988, 0.200000003, 0.538240016)) | |
921 | Handle1weld=weld(m,Character["Right Arm"],Handle1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.29614592, -0.0330114365, -0.0364151001, -2.18557464e-011, 1.00000083, 0.00029155612, 1, 2.18539804e-011, 6.26317401e-012, 6.25671433e-012, 0.000291556091, -1.00000095)) | |
922 | HitboxA=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,1,"Really black","HitboxA",Vector3.new(5.8092001, 5.8092001, 5.8092001)) | |
923 | HitboxAweld=weld(m,Handle1,HitboxA,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.86238098e-005, 0, -6.48498535e-005, 1.00000346, 3.84204577e-013, 7.42121483e-006, -3.83895037e-013, 1, 2.26815094e-016, -7.42141856e-006, -6.11056344e-016, 1.00000393)) | |
924 | mesh("BlockMesh",HitboxA,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.899999976, 1)) | |
925 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.0092001, 0.200000003, 0.672799945)) | |
926 | Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000140190125, 0, -0.000114440918, 1.0000025, 3.8331442e-013, 7.18253432e-006, -3.83076085e-013, 1, -3.10081821e-016, -7.18273805e-006, 1.21430643e-017, 1.0000031)) | |
927 | mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.302759975, 1)) | |
928 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
929 | Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.403881311, 0.168102264, -0.0336685181, -1.0000006, 1.13307885e-006, -8.87716305e-006, -4.40966687e-006, -6.55631327e-010, 1.00000775, 1.13307692e-006, 1.00000358, 6.65452582e-010)) | |
930 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043)) | |
931 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
932 | Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.370234966, 0.100944519, -0.0336675644, -1.0000006, 1.13307885e-006, -8.87716305e-006, -4.40966687e-006, -6.55631327e-010, 1.00000775, 1.13307692e-006, 1.00000358, 6.65452582e-010)) | |
933 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043)) | |
934 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
935 | Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.168125153, -0.100980163, 0.0336675644, 0.000573056866, 2.98486214e-008, -1.0000056, 1.00000012, 2.69930268e-007, 0.000581997563, 2.69947321e-007, -1.00000715, -2.96909342e-008)) | |
936 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=111893941",Vector3.new(0, 0, 0),Vector3.new(0.0834272057, 0.0659343898, 0.29401359)) | |
937 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
938 | Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.403671861, -0.168109894, 0.0336675644, -0.999998152, -5.05912532e-013, -9.94937727e-006, -1.0142976e-006, -1.25001372e-011, 1.00001013, -5.06285443e-013, 1.00000715, 1.20206544e-011)) | |
939 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958)) | |
940 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
941 | Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.403880239, -0.168109894, -0.0336685181, 0.999998152, 5.0591199e-013, 1.00386096e-005, 1.10352994e-006, 1.25001372e-011, -1.00001013, -5.06285443e-013, 1.00000715, 1.20206544e-011)) | |
942 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958)) | |
943 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Institutional white","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
944 | Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.168125153, -0.100980163, 0.0336675644, 0.000573056866, 2.98486214e-008, -1.0000056, 1.00000012, 2.69930268e-007, 0.000581997563, 2.69947321e-007, -1.00000715, -2.96909342e-008)) | |
945 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=111893941",Vector3.new(0, 0, 0),Vector3.new(0.0793904066, 0.0733351931, 0.287285566)) | |
946 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
947 | Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.336615801, 0.16809082, -0.0336675644, -1.0000006, 1.13307885e-006, -8.87716305e-006, -4.40966687e-006, -6.55631327e-010, 1.00000775, 1.13307692e-006, 1.00000358, 6.65452582e-010)) | |
948 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043)) | |
949 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
950 | Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.16796875, -0.10090518, 0.0336675644, 0.000573500176, -2.98232514e-008, -1.0000056, -1.00000012, -1.49107777e-007, -0.000582440873, -1.49089473e-007, 1.00000715, -2.9910705e-008)) | |
951 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=111893941",Vector3.new(0, 0, 0),Vector3.new(0.0834272057, 0.0659343898, 0.29401359)) | |
952 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
953 | Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.16834259, -0.403576255, 0.0336675644, 0.000573248719, 1.25004182e-011, -1.0000056, -1.00000012, -4.98775825e-013, -0.000582189416, -5.06288913e-013, 1.00000715, 1.20206492e-011)) | |
954 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958)) | |
955 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
956 | Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.403676748, -0.168113708, 0.0336675644, -1.0000006, 1.13307885e-006, -8.87716305e-006, -4.40966687e-006, -6.55631327e-010, 1.00000775, 1.13307692e-006, 1.00000358, 6.65452582e-010)) | |
957 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043)) | |
958 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
959 | Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.370247602, 0.23550415, -0.0336675644, -1.0000006, 1.13307885e-006, -8.87716305e-006, -4.40966687e-006, -6.55631327e-010, 1.00000775, 1.13307692e-006, 1.00000358, 6.65452582e-010)) | |
960 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043)) | |
961 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Institutional white","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
962 | Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.16796875, -0.10090518, 0.0336675644, 0.000573500176, -2.98232514e-008, -1.0000056, -1.00000012, -1.49107777e-007, -0.000582440873, -1.49089473e-007, 1.00000715, -2.9910705e-008)) | |
963 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=111893941",Vector3.new(0, 0, 0),Vector3.new(0.0793904066, 0.0733351931, 0.287285566)) | |
964 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
965 | Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.3366189, 0.168102264, -0.0336685181, -0.999998152, -5.05912532e-013, -9.94937727e-006, -1.0142976e-006, -1.25001372e-011, 1.00001013, -5.06285443e-013, 1.00000715, 1.20206544e-011)) | |
966 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958)) | |
967 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
968 | Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.370234966, 0.100944519, 0.0336675644, -1.0000006, 1.13307885e-006, -8.87716305e-006, -4.40966687e-006, -6.55631327e-010, 1.00000775, 1.13307692e-006, 1.00000358, 6.65452582e-010)) | |
969 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043)) | |
970 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Institutional white","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
971 | Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.168281555, -0.100830197, 0.0336685181, -0.000573068857, 3.10669677e-008, 1.0000056, -1.00000012, -2.23650019e-007, -0.000582009437, 2.23630153e-007, -1.00000715, 3.11978283e-008)) | |
972 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=111893941",Vector3.new(0, 0, 0),Vector3.new(0.0793904066, 0.0686255917, 0.287285566)) | |
973 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
974 | Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000113844872, 5.34057617e-005, 0.0336675644, 0.999998152, 5.05974602e-013, 1.00088655e-005, 1.07378582e-006, 1.25001381e-011, -1.00001013, -5.06285443e-013, 1.00000715, 1.20206544e-011)) | |
975 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.438665539, 0.0968831778, 0.0686255991)) | |
976 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
977 | Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.168281555, -0.100830197, 0.0336685181, -0.000573278638, -1.25004191e-011, 1.0000056, -1.00000012, -4.98838059e-013, -0.000582219218, 5.06288913e-013, -1.00000715, -1.20206492e-011)) | |
978 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=111893941",Vector3.new(0, 0, 0),Vector3.new(0.0834272057, 0.0659343898, 0.29401359)) | |
979 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
980 | Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.168125153, -0.101054907, 0.0336675644, -0.000573500176, -2.98486285e-008, 1.0000056, 1.00000012, -7.45608943e-008, 0.000582440873, 7.45434434e-008, 1.00000715, 2.9891396e-008)) | |
981 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=111893941",Vector3.new(0, 0, 0),Vector3.new(0.0834272057, 0.0659343898, 0.29401359)) | |
982 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Institutional white","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
983 | Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.168125153, -0.101054907, 0.0336675644, -0.000573500176, -2.98486285e-008, 1.0000056, 1.00000012, -7.45608943e-008, 0.000582440873, 7.45434434e-008, 1.00000715, 2.9891396e-008)) | |
984 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=111893941",Vector3.new(0, 0, 0),Vector3.new(0.0793904066, 0.0733351931, 0.287285566)) | |
985 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
986 | Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.370035887, -0.235523224, 0.0336675644, -1.0000006, 1.13307885e-006, -8.87716305e-006, -4.40966687e-006, -6.55631327e-010, 1.00000775, 1.13307692e-006, 1.00000358, 6.65452582e-010)) | |
987 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043)) | |
988 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
989 | Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.33641088, 0.168117523, -0.0336685181, 0.999998152, 5.0591199e-013, 1.00386096e-005, 1.10352994e-006, 1.25001372e-011, -1.00001013, -5.06285443e-013, 1.00000715, 1.20206544e-011)) | |
990 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958)) | |
991 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
992 | Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.370036006, -0.235523224, -0.0336675644, -1.0000006, 1.13307885e-006, -8.87716305e-006, -4.40966687e-006, -6.55631327e-010, 1.00000775, 1.13307692e-006, 1.00000358, 6.65452582e-010)) | |
993 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043)) | |
994 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
995 | Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(5.34057617e-005, 0.000113844872, -0.0336685181, 0.00057326362, 2.39958297e-007, -1.0000056, -1.00000012, 6.26174241e-008, -0.000582204317, 6.2479657e-008, 1.00000715, 2.39993909e-007)) | |
996 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.145997554, 0.0995743647, 0.0686255991)) | |
997 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
998 | Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.33641088, 0.168117523, 0.0336675644, 0.999998152, 5.0591199e-013, 1.00386096e-005, 1.10352994e-006, 1.25001372e-011, -1.00001013, -5.06285443e-013, 1.00000715, 1.20206544e-011)) | |
999 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958)) | |
1000 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
1001 | Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.168292999, 0.336523175, 0.0336675644, 0.000573248719, 1.25004182e-011, -1.0000056, -1.00000012, -4.98775825e-013, -0.000582189416, -5.06288913e-013, 1.00000715, 1.20206492e-011)) | |
1002 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958)) | |
1003 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
1004 | Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.3366189, 0.168102264, 0.0336675644, -0.999998152, -5.05912532e-013, -9.94937727e-006, -1.0142976e-006, -1.25001372e-011, 1.00001013, -5.06285443e-013, 1.00000715, 1.20206544e-011)) | |
1005 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958)) | |
1006 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
1007 | Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.168338776, 0.403784871, 0.0336675644, 0.000573248719, 1.25004182e-011, -1.0000056, -1.00000012, -4.98775825e-013, -0.000582189416, -5.06288913e-013, 1.00000715, 1.20206492e-011)) | |
1008 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958)) | |
1009 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
1010 | Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.168292999, 0.336523175, -0.0336685181, 0.000573248719, 1.25004182e-011, -1.0000056, -1.00000012, -4.98775825e-013, -0.000582189416, -5.06288913e-013, 1.00000715, 1.20206492e-011)) | |
1011 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958)) | |
1012 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
1013 | Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.336615801, 0.16809082, 0.0336675644, -1.0000006, 1.13307885e-006, -8.87716305e-006, -4.40966687e-006, -6.55631327e-010, 1.00000775, 1.13307692e-006, 1.00000358, 6.65452582e-010)) | |
1014 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043)) | |
1015 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
1016 | Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.168338776, 0.403784871, -0.0336685181, 0.000573248719, 1.25004182e-011, -1.0000056, -1.00000012, -4.98775825e-013, -0.000582189416, -5.06288913e-013, 1.00000715, 1.20206492e-011)) | |
1017 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958)) | |
1018 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
1019 | Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.403881311, 0.168102264, 0.0336666107, -1.0000006, 1.13307885e-006, -8.87716305e-006, -4.40966687e-006, -6.55631327e-010, 1.00000775, 1.13307692e-006, 1.00000358, 6.65452582e-010)) | |
1020 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043)) | |
1021 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
1022 | Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.403880239, -0.168109894, 0.0336675644, 0.999998152, 5.0591199e-013, 1.00386096e-005, 1.10352994e-006, 1.25001372e-011, -1.00001013, -5.06285443e-013, 1.00000715, 1.20206544e-011)) | |
1023 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958)) | |
1024 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
1025 | Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.370247602, 0.23550415, 0.0336675644, -1.0000006, 1.13307885e-006, -8.87716305e-006, -4.40966687e-006, -6.55631327e-010, 1.00000775, 1.13307692e-006, 1.00000358, 6.65452582e-010)) | |
1026 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043)) | |
1027 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
1028 | Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.370010257, -0.100978851, -0.0336675644, -1.0000006, 1.13307885e-006, -8.87716305e-006, -4.40966687e-006, -6.55631327e-010, 1.00000775, 1.13307692e-006, 1.00000358, 6.65452582e-010)) | |
1029 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043)) | |
1030 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
1031 | Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.16834259, -0.403576255, -0.0336685181, 0.000573248719, 1.25004182e-011, -1.0000056, -1.00000012, -4.98775825e-013, -0.000582189416, -5.06288913e-013, 1.00000715, 1.20206492e-011)) | |
1032 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958)) | |
1033 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
1034 | Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.336412072, -0.168121338, -0.0336675644, -1.0000006, 1.13307885e-006, -8.87716305e-006, -4.40966687e-006, -6.55631327e-010, 1.00000775, 1.13307692e-006, 1.00000358, 6.65452582e-010)) | |
1035 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043)) | |
1036 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
1037 | Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.403676867, -0.168113708, -0.0336675644, -1.0000006, 1.13307885e-006, -8.87716305e-006, -4.40966687e-006, -6.55631327e-010, 1.00000775, 1.13307692e-006, 1.00000358, 6.65452582e-010)) | |
1038 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043)) | |
1039 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
1040 | Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.168312073, -0.336315274, -0.0336685181, 0.000573248719, 1.25004182e-011, -1.0000056, -1.00000012, -4.98775825e-013, -0.000582189416, -5.06288913e-013, 1.00000715, 1.20206492e-011)) | |
1041 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958)) | |
1042 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
1043 | Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.336411953, -0.168121338, 0.0336675644, -1.0000006, 1.13307885e-006, -8.87716305e-006, -4.40966687e-006, -6.55631327e-010, 1.00000775, 1.13307692e-006, 1.00000358, 6.65452582e-010)) | |
1044 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043)) | |
1045 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
1046 | Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(5.34057617e-005, 0.000113844872, 0.0336675644, 0.00057326362, 2.39958297e-007, -1.0000056, -1.00000012, 6.26174241e-008, -0.000582204317, 6.2479657e-008, 1.00000715, 2.39993909e-007)) | |
1047 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.145997554, 0.0995743647, 0.0686255991)) | |
1048 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
1049 | Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000113844872, 5.34057617e-005, -0.0336685181, 0.999998152, 5.05974602e-013, 1.00088655e-005, 1.07378582e-006, 1.25001381e-011, -1.00001013, -5.06285443e-013, 1.00000715, 1.20206544e-011)) | |
1050 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.438665539, 0.0968831778, 0.0686255991)) | |
1051 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
1052 | Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.168312073, -0.336315274, 0.0336675644, 0.000573248719, 1.25004182e-011, -1.0000056, -1.00000012, -4.98775825e-013, -0.000582189416, -5.06288913e-013, 1.00000715, 1.20206492e-011)) | |
1053 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958)) | |
1054 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
1055 | Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.370010138, -0.100978851, 0.0336675644, -1.0000006, 1.13307885e-006, -8.87716305e-006, -4.40966687e-006, -6.55631327e-010, 1.00000775, 1.13307692e-006, 1.00000358, 6.65452582e-010)) | |
1056 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043)) | |
1057 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Institutional white","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
1058 | Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000113844872, 5.34057617e-005, -0.0336685181, 0.999998152, 5.05974602e-013, 1.00088655e-005, 1.07378582e-006, 1.25001381e-011, -1.00001013, -5.06285443e-013, 1.00000715, 1.20206544e-011)) | |
1059 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.403679937, 0.0773719698, 0.0881367922)) | |
1060 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
1061 | Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.403671861, -0.168109894, -0.0336685181, -0.999998152, -5.05912532e-013, -9.94937727e-006, -1.0142976e-006, -1.25001372e-011, 1.00001013, -5.06285443e-013, 1.00000715, 1.20206544e-011)) | |
1062 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958)) | |
1063 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Institutional white","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
1064 | Partweld=weld(m,Handle1,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000113844872, 5.34057617e-005, 0.0336675644, 0.999998152, 5.05974602e-013, 1.00088655e-005, 1.07378582e-006, 1.25001381e-011, -1.00001013, -5.06285443e-013, 1.00000715, 1.20206544e-011)) | |
1065 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.403679937, 0.0773719698, 0.0881367922)) | |
1066 | mesh("BlockMesh",Handle1,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.336399972, 1)) | |
1067 | ||
1068 | ||
1069 | --red card | |
1070 | ||
1071 | ||
1072 | Handle2=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really red","Handle",Vector3.new(0.874639988, 0.200000003, 0.538240016)) | |
1073 | Handle2weld=weld(m,Character["Right Arm"],Handle2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.22525215, -0.233011246, 0.324962616, -2.18563345e-011, 0.706900716, 0.70731312, 1, 1.10235857e-011, 1.98833918e-011, 6.25844428e-012, 0.707313061, -0.706900775)) | |
1074 | HitboxB=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,1,"Really black","HitboxB",Vector3.new(5.8092001, 5.8092001, 5.8092001)) | |
1075 | HitboxBweld=weld(m,Handle2,HitboxB,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.14440918e-005, 0, -7.62939453e-006, 1.00000072, 3.8386655e-013, 7.06315041e-006, -3.83776344e-013, 1, 2.7929048e-016, -7.30156898e-006, -3.23525928e-016, 1.00000072)) | |
1076 | mesh("BlockMesh",HitboxB,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.899999976, 1)) | |
1077 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(1.0092001, 0.200000003, 0.672799945)) | |
1078 | Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.52587891e-005, 0, -2.47955322e-005, 1.00000119, 3.8383359e-013, 6.85453415e-006, -3.83656648e-013, 1, 3.27862737e-016, -7.53998756e-006, -4.11996826e-016, 1.00000119)) | |
1079 | mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.302759975, 1)) | |
1080 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
1081 | Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.40378952, 0.168237686, -0.0336675644, -0.999999881, 1.13307874e-006, -8.82148743e-006, -4.529953e-006, -6.55632992e-010, 1.00000679, 1.13307624e-006, 1.00000358, 6.65409061e-010)) | |
1082 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043)) | |
1083 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
1084 | Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.370145798, 0.101079941, -0.0336675644, -0.999999881, 1.13307874e-006, -8.82148743e-006, -4.529953e-006, -6.55632992e-010, 1.00000679, 1.13307624e-006, 1.00000358, 6.65409061e-010)) | |
1085 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043)) | |
1086 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
1087 | Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.16825676, -0.100891113, 0.0336675644, 0.000573158264, 2.98486249e-008, -1.00000477, 0.999999404, 2.69930268e-007, 0.000581979752, 2.69947151e-007, -1.00000715, -2.96909235e-008)) | |
1088 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=111893941",Vector3.new(0, 0, 0),Vector3.new(0.0834272057, 0.0659343898, 0.29401359)) | |
1089 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
1090 | Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.403764725, -0.167982101, 0.0336675644, -0.999997497, -5.06466397e-013, -9.89437103e-006, -1.07288361e-006, -1.2501793e-011, 1.0000093, -5.06887067e-013, 1.00000715, 1.20223779e-011)) | |
1091 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958)) | |
1092 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
1093 | Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.403787613, -0.168233871, -0.0336675644, 0.999997616, 5.06466397e-013, 9.983778e-006, 1.1920929e-006, 1.25017921e-011, -1.00000918, -5.06887067e-013, 1.00000715, 1.20223779e-011)) | |
1094 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958)) | |
1095 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Institutional white","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
1096 | Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.16825676, -0.100891113, 0.0336675644, 0.000573158264, 2.98486249e-008, -1.00000477, 0.999999404, 2.69930268e-007, 0.000581979752, 2.69947151e-007, -1.00000715, -2.96909235e-008)) | |
1097 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=111893941",Vector3.new(0, 0, 0),Vector3.new(0.0793904066, 0.0733351931, 0.287285566)) | |
1098 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
1099 | Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.336524963, 0.168228149, -0.0336675644, -0.999999881, 1.13307874e-006, -8.82148743e-006, -4.529953e-006, -6.55632992e-010, 1.00000679, 1.13307624e-006, 1.00000358, 6.65409061e-010)) | |
1100 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043)) | |
1101 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
1102 | Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.168094635, -0.100999832, 0.0336675644, 0.000573605299, -2.98232479e-008, -1.00000477, -0.999999523, -1.49107777e-007, -0.000582337379, -1.49089374e-007, 1.00000715, -2.99106517e-008)) | |
1103 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=111893941",Vector3.new(0, 0, 0),Vector3.new(0.0834272057, 0.0659343898, 0.29401359)) | |
1104 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
1105 | Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.168212891, -0.403669357, 0.0336675644, 0.000573247671, 1.25020723e-011, -1.00000477, -0.999999523, -4.99328877e-013, -0.000582069159, -5.06891404e-013, 1.00000715, 1.20223718e-011)) | |
1106 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958)) | |
1107 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
1108 | Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.403766632, -0.167980194, 0.0336694717, -0.999999881, 1.13307874e-006, -8.82148743e-006, -4.529953e-006, -6.55632992e-010, 1.00000679, 1.13307624e-006, 1.00000358, 6.65409061e-010)) | |
1109 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043)) | |
1110 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
1111 | Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.370157242, 0.235637665, -0.0336675644, -0.999999881, 1.13307874e-006, -8.82148743e-006, -4.529953e-006, -6.55632992e-010, 1.00000679, 1.13307624e-006, 1.00000358, 6.65409061e-010)) | |
1112 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043)) | |
1113 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Institutional white","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
1114 | Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.168094635, -0.100999832, 0.0336675644, 0.000573605299, -2.98232479e-008, -1.00000477, -0.999999523, -1.49107777e-007, -0.000582337379, -1.49089374e-007, 1.00000715, -2.99106517e-008)) | |
1115 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=111893941",Vector3.new(0, 0, 0),Vector3.new(0.0793904066, 0.0733351931, 0.287285566)) | |
1116 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
1117 | Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.336526871, 0.168230057, -0.0336675644, -0.999997497, -5.06466397e-013, -9.89437103e-006, -1.07288361e-006, -1.2501793e-011, 1.0000093, -5.06887067e-013, 1.00000715, 1.20223779e-011)) | |
1118 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958)) | |
1119 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
1120 | Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.370145798, 0.101079941, 0.0336675644, -0.999999881, 1.13307874e-006, -8.82148743e-006, -4.529953e-006, -6.55632992e-010, 1.00000679, 1.13307624e-006, 1.00000358, 6.65409061e-010)) | |
1121 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043)) | |
1122 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Institutional white","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
1123 | Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.168149948, -0.100921631, 0.0336675644, -0.000573158264, 3.10669641e-008, 1.00000477, -0.999999404, -2.23650019e-007, -0.000581979752, 2.23630025e-007, -1.00000715, 3.11977928e-008)) | |
1124 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=111893941",Vector3.new(0, 0, 0),Vector3.new(0.0793904066, 0.0686255917, 0.287285566)) | |
1125 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
1126 | Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.28881836e-005, -8.01086426e-005, 0.0336675644, 0.999997497, 5.06527112e-013, 9.92417336e-006, 1.1920929e-006, 1.2501793e-011, -1.00000918, -5.06887067e-013, 1.00000715, 1.20223779e-011)) | |
1127 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.438665539, 0.0968831778, 0.0686255991)) | |
1128 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
1129 | Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.168151855, -0.100923538, 0.0336675644, -0.000573396683, -1.25020758e-011, 1.00000477, -0.999999464, -4.9939046e-013, -0.000582128763, 5.06891404e-013, -1.00000715, -1.20223718e-011)) | |
1130 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=111893941",Vector3.new(0, 0, 0),Vector3.new(0.0834272057, 0.0659343898, 0.29401359)) | |
1131 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
1132 | Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.167991638, -0.100963593, 0.0336675644, -0.000573605299, -2.9848632e-008, 1.00000477, 0.999999523, -7.45609015e-008, 0.000582337379, 7.45433866e-008, 1.00000715, 2.98913676e-008)) | |
1133 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=111893941",Vector3.new(0, 0, 0),Vector3.new(0.0834272057, 0.0659343898, 0.29401359)) | |
1134 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Institutional white","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
1135 | Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.167991638, -0.100963593, 0.0336675644, -0.000573605299, -2.9848632e-008, 1.00000477, 0.999999523, -7.45609015e-008, 0.000582337379, 7.45433866e-008, 1.00000715, 2.98913676e-008)) | |
1136 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=111893941",Vector3.new(0, 0, 0),Vector3.new(0.0793904066, 0.0733351931, 0.287285566)) | |
1137 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
1138 | Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.370128632, -0.235393524, 0.0336685181, -0.999999881, 1.13307874e-006, -8.82148743e-006, -4.529953e-006, -6.55632992e-010, 1.00000679, 1.13307624e-006, 1.00000358, 6.65409061e-010)) | |
1139 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043)) | |
1140 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
1141 | Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.336503983, 0.167989731, -0.0336675644, 0.999997616, 5.06466397e-013, 9.983778e-006, 1.1920929e-006, 1.25017921e-011, -1.00000918, -5.06887067e-013, 1.00000715, 1.20223779e-011)) | |
1142 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958)) | |
1143 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
1144 | Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.370128632, -0.235393524, -0.0336666107, -0.999999881, 1.13307874e-006, -8.82148743e-006, -4.529953e-006, -6.55632992e-010, 1.00000679, 1.13307624e-006, 1.00000358, 6.65409061e-010)) | |
1145 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043)) | |
1146 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
1147 | Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-8.01086426e-005, 2.0980835e-005, -0.0336675644, 0.000573247671, 2.39958325e-007, -1.00000477, -0.999999523, 6.26174312e-008, -0.000582069159, 6.24795931e-008, 1.00000715, 2.3999371e-007)) | |
1148 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.145997554, 0.0995743647, 0.0686255991)) | |
1149 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
1150 | Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.336503983, 0.167989731, 0.0336675644, 0.999997616, 5.06466397e-013, 9.983778e-006, 1.1920929e-006, 1.25017921e-011, -1.00000918, -5.06887067e-013, 1.00000715, 1.20223779e-011)) | |
1151 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958)) | |
1152 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
1153 | Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.168420792, 0.336431503, 0.0336675644, 0.000573247671, 1.25020723e-011, -1.00000477, -0.999999523, -4.99328877e-013, -0.000582069159, -5.06891404e-013, 1.00000715, 1.20223718e-011)) | |
1154 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958)) | |
1155 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
1156 | Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.336526871, 0.168230057, 0.0336675644, -0.999997497, -5.06466397e-013, -9.89437103e-006, -1.07288361e-006, -1.2501793e-011, 1.0000093, -5.06887067e-013, 1.00000715, 1.20223779e-011)) | |
1157 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958)) | |
1158 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
1159 | Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.168464661, 0.403690338, 0.0336675644, 0.000573247671, 1.25020723e-011, -1.00000477, -0.999999523, -4.99328877e-013, -0.000582069159, -5.06891404e-013, 1.00000715, 1.20223718e-011)) | |
1160 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958)) | |
1161 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
1162 | Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.168420792, 0.336431503, -0.0336675644, 0.000573247671, 1.25020723e-011, -1.00000477, -0.999999523, -4.99328877e-013, -0.000582069159, -5.06891404e-013, 1.00000715, 1.20223718e-011)) | |
1163 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958)) | |
1164 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
1165 | Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.336524963, 0.168228149, 0.0336675644, -0.999999881, 1.13307874e-006, -8.82148743e-006, -4.529953e-006, -6.55632992e-010, 1.00000679, 1.13307624e-006, 1.00000358, 6.65409061e-010)) | |
1166 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043)) | |
1167 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
1168 | Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.168464661, 0.403690338, -0.0336675644, 0.000573247671, 1.25020723e-011, -1.00000477, -0.999999523, -4.99328877e-013, -0.000582069159, -5.06891404e-013, 1.00000715, 1.20223718e-011)) | |
1169 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958)) | |
1170 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
1171 | Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.40378952, 0.168237686, 0.0336675644, -0.999999881, 1.13307874e-006, -8.82148743e-006, -4.529953e-006, -6.55632992e-010, 1.00000679, 1.13307624e-006, 1.00000358, 6.65409061e-010)) | |
1172 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043)) | |
1173 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
1174 | Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.403787613, -0.168233871, 0.0336675644, 0.999997616, 5.06466397e-013, 9.983778e-006, 1.1920929e-006, 1.25017921e-011, -1.00000918, -5.06887067e-013, 1.00000715, 1.20223779e-011)) | |
1175 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958)) | |
1176 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
1177 | Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.370157242, 0.235637665, 0.0336675644, -0.999999881, 1.13307874e-006, -8.82148743e-006, -4.529953e-006, -6.55632992e-010, 1.00000679, 1.13307624e-006, 1.00000358, 6.65409061e-010)) | |
1178 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043)) | |
1179 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
1180 | Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.370100021, -0.100845337, -0.0336666107, -0.999999881, 1.13307874e-006, -8.82148743e-006, -4.529953e-006, -6.55632992e-010, 1.00000679, 1.13307624e-006, 1.00000358, 6.65409061e-010)) | |
1181 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043)) | |
1182 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
1183 | Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.168212891, -0.403669357, -0.0336675644, 0.000573247671, 1.25020723e-011, -1.00000477, -0.999999523, -4.99328877e-013, -0.000582069159, -5.06891404e-013, 1.00000715, 1.20223718e-011)) | |
1184 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958)) | |
1185 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
1186 | Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.336503983, -0.167987823, -0.0336675644, -0.999999881, 1.13307874e-006, -8.82148743e-006, -4.529953e-006, -6.55632992e-010, 1.00000679, 1.13307624e-006, 1.00000358, 6.65409061e-010)) | |
1187 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043)) | |
1188 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
1189 | Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.403766632, -0.167980194, -0.033665657, -0.999999881, 1.13307874e-006, -8.82148743e-006, -4.529953e-006, -6.55632992e-010, 1.00000679, 1.13307624e-006, 1.00000358, 6.65409061e-010)) | |
1190 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043)) | |
1191 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
1192 | Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.168182373, -0.336408615, -0.0336675644, 0.000573247671, 1.25020723e-011, -1.00000477, -0.999999523, -4.99328877e-013, -0.000582069159, -5.06891404e-013, 1.00000715, 1.20223718e-011)) | |
1193 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958)) | |
1194 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
1195 | Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.336503983, -0.167987823, 0.0336675644, -0.999999881, 1.13307874e-006, -8.82148743e-006, -4.529953e-006, -6.55632992e-010, 1.00000679, 1.13307624e-006, 1.00000358, 6.65409061e-010)) | |
1196 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043)) | |
1197 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
1198 | Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-8.01086426e-005, 2.0980835e-005, 0.0336675644, 0.000573247671, 2.39958325e-007, -1.00000477, -0.999999523, 6.26174312e-008, -0.000582069159, 6.24795931e-008, 1.00000715, 2.3999371e-007)) | |
1199 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.145997554, 0.0995743647, 0.0686255991)) | |
1200 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
1201 | Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.28881836e-005, -8.01086426e-005, -0.0336675644, 0.999997497, 5.06527112e-013, 9.92417336e-006, 1.1920929e-006, 1.2501793e-011, -1.00000918, -5.06887067e-013, 1.00000715, 1.20223779e-011)) | |
1202 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.438665539, 0.0968831778, 0.0686255991)) | |
1203 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
1204 | Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.168182373, -0.336408615, 0.0336675644, 0.000573247671, 1.25020723e-011, -1.00000477, -0.999999523, -4.99328877e-013, -0.000582069159, -5.06891404e-013, 1.00000715, 1.20223718e-011)) | |
1205 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958)) | |
1206 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
1207 | Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.370100021, -0.100845337, 0.0336685181, -0.999999881, 1.13307874e-006, -8.82148743e-006, -4.529953e-006, -6.55632992e-010, 1.00000679, 1.13307624e-006, 1.00000358, 6.65409061e-010)) | |
1208 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043)) | |
1209 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Institutional white","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
1210 | Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.28881836e-005, -8.01086426e-005, -0.0336675644, 0.999997497, 5.06527112e-013, 9.92417336e-006, 1.1920929e-006, 1.2501793e-011, -1.00000918, -5.06887067e-013, 1.00000715, 1.20223779e-011)) | |
1211 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.403679937, 0.0773719698, 0.0881367922)) | |
1212 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
1213 | Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.403764725, -0.167982101, -0.0336675644, -0.999997497, -5.06466397e-013, -9.89437103e-006, -1.07288361e-006, -1.2501793e-011, 1.0000093, -5.06887067e-013, 1.00000715, 1.20223779e-011)) | |
1214 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958)) | |
1215 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Institutional white","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
1216 | Partweld=weld(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.28881836e-005, -8.01086426e-005, 0.0336675644, 0.999997497, 5.06527112e-013, 9.92417336e-006, 1.1920929e-006, 1.2501793e-011, -1.00000918, -5.06887067e-013, 1.00000715, 1.20223779e-011)) | |
1217 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.403679937, 0.0773719698, 0.0881367922)) | |
1218 | mesh("BlockMesh",Handle2,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.336399972, 1)) | |
1219 | ||
1220 | --blue card | |
1221 | ||
1222 | Handle3=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Toothpaste","Handle",Vector3.new(0.874639988, 0.200000003, 0.538240016)) | |
1223 | Handle3weld=weld(m,Character["Right Arm"],Handle3,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.17321014, 0.166988373, -0.376420975, -2.18565339e-011, 0.70731312, -0.706900716, 1, 1.98822694e-011, -1.10249414e-011, 6.25667443e-012, -0.706900656, -0.70731318)) | |
1224 | HitboxC=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,1,"Really black","HitboxC",Vector3.new(5.8092001, 5.8092001, 5.8092001)) | |
1225 | HitboxCweld=weld(m,Handle3,HitboxC,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.00543213e-005, 0, -2.28881836e-005, 1.00000072, 3.8378762e-013, 7.48038292e-006, -3.83802365e-013, 1, 2.56739074e-016, -7.03334808e-006, -3.45209972e-016, 1.00000083)) | |
1226 | mesh("BlockMesh",HitboxC,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.899999976, 1)) | |
1227 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"White","Part",Vector3.new(1.0092001, 0.200000003, 0.672799945)) | |
1228 | Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(8.96453857e-005, 0, 0, 1.00000131, 3.83072046e-013, 7.56978989e-006, -3.83100669e-013, 1, -3.73832909e-016, -6.67572021e-006, 2.01227923e-016, 1.00000143)) | |
1229 | mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.302759975, 1)) | |
1230 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
1231 | Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.403652191, 0.168144226, -0.0336685181, -0.999999762, 1.13307874e-006, -9.08970833e-006, -4.35113907e-006, -6.55631216e-010, 1.00000668, 1.13307613e-006, 1.00000358, 6.65693278e-010)) | |
1232 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043)) | |
1233 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
1234 | Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.370010376, 0.100990295, -0.0336685181, -0.999999762, 1.13307874e-006, -9.08970833e-006, -4.35113907e-006, -6.55631216e-010, 1.00000668, 1.13307613e-006, 1.00000358, 6.65693278e-010)) | |
1235 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043)) | |
1236 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
1237 | Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.168167114, -0.100755692, 0.0336675644, 0.000573158264, 2.98486178e-008, -1.00000477, 0.999999404, 2.69930268e-007, 0.000582277775, 2.69947122e-007, -1.00000715, -2.96908667e-008)) | |
1238 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=111893941",Vector3.new(0, 0, 0),Vector3.new(0.0834272057, 0.0659343898, 0.29401359)) | |
1239 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
1240 | Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.403900146, -0.168071747, 0.0336675644, -0.999997497, -5.06629461e-013, -1.00135803e-005, -1.01327896e-006, -1.25000375e-011, 1.00000918, -5.07090897e-013, 1.00000715, 1.20206128e-011)) | |
1241 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958)) | |
1242 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
1243 | Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.403652191, -0.168144226, -0.0336675644, 0.999997497, 5.06629461e-013, 1.01625919e-005, 1.1920929e-006, 1.25000392e-011, -1.00000906, -5.07090897e-013, 1.00000715, 1.20206128e-011)) | |
1244 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958)) | |
1245 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Institutional white","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
1246 | Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.168167114, -0.100755692, 0.0336675644, 0.000573158264, 2.98486178e-008, -1.00000477, 0.999999404, 2.69930268e-007, 0.000582277775, 2.69947122e-007, -1.00000715, -2.96908667e-008)) | |
1247 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=111893941",Vector3.new(0, 0, 0),Vector3.new(0.0793904066, 0.0733351931, 0.287285566)) | |
1248 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
1249 | Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.336391449, 0.168142319, -0.0336685181, -0.999999762, 1.13307874e-006, -9.08970833e-006, -4.35113907e-006, -6.55631216e-010, 1.00000668, 1.13307613e-006, 1.00000358, 6.65693278e-010)) | |
1250 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043)) | |
1251 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
1252 | Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.16799736, -0.101131439, 0.0336675644, 0.000573456287, -2.9823255e-008, -1.00000453, -0.999999404, -1.49107777e-007, -0.000582545996, -1.4908936e-007, 1.00000715, -2.99107121e-008)) | |
1253 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=111893941",Vector3.new(0, 0, 0),Vector3.new(0.0834272057, 0.0659343898, 0.29401359)) | |
1254 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
1255 | Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.168302536, -0.403802872, 0.0336675644, 0.000573188066, 1.25003176e-011, -1.00000453, -0.999999404, -4.99492808e-013, -0.000582367182, -5.07092632e-013, 1.00000715, 1.20206076e-011)) | |
1256 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958)) | |
1257 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
1258 | Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.403903961, -0.168067932, 0.0336685181, -0.999999762, 1.13307874e-006, -9.08970833e-006, -4.35113907e-006, -6.55631216e-010, 1.00000668, 1.13307613e-006, 1.00000358, 6.65693278e-010)) | |
1259 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043)) | |
1260 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
1261 | Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.37002182, 0.235544205, -0.0336685181, -0.999999762, 1.13307874e-006, -9.08970833e-006, -4.35113907e-006, -6.55631216e-010, 1.00000668, 1.13307613e-006, 1.00000358, 6.65693278e-010)) | |
1262 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043)) | |
1263 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Institutional white","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
1264 | Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.16799736, -0.101131439, 0.0336675644, 0.000573456287, -2.9823255e-008, -1.00000453, -0.999999404, -1.49107777e-007, -0.000582545996, -1.4908936e-007, 1.00000715, -2.99107121e-008)) | |
1265 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=111893941",Vector3.new(0, 0, 0),Vector3.new(0.0793904066, 0.0733351931, 0.287285566)) | |
1266 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
1267 | Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.336391449, 0.168138504, -0.0336675644, -0.999997497, -5.06629461e-013, -1.00135803e-005, -1.01327896e-006, -1.25000375e-011, 1.00000918, -5.07090897e-013, 1.00000715, 1.20206128e-011)) | |
1268 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958)) | |
1269 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
1270 | Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.370010376, 0.100990295, 0.0336675644, -0.999999762, 1.13307874e-006, -9.08970833e-006, -4.35113907e-006, -6.55631216e-010, 1.00000668, 1.13307613e-006, 1.00000358, 6.65693278e-010)) | |
1271 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043)) | |
1272 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Institutional white","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
1273 | Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.168243408, -0.101055145, 0.0336675644, -0.000573158264, 3.10669712e-008, 1.00000477, -0.999999404, -2.23650019e-007, -0.000582277775, 2.23630025e-007, -1.00000715, 3.11978496e-008)) | |
1274 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=111893941",Vector3.new(0, 0, 0),Vector3.new(0.0793904066, 0.0686255917, 0.287285566)) | |
1275 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
1276 | Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000110626221, 1.14440918e-005, 0.0336675644, 0.999997377, 5.06689309e-013, 1.01029873e-005, 1.1920929e-006, 1.25000392e-011, -1.00000906, -5.07090897e-013, 1.00000715, 1.20206128e-011)) | |
1277 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.438665539, 0.0968831778, 0.0686255991)) | |
1278 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
1279 | Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.168243408, -0.101053238, 0.0336675644, -0.000573307276, -1.25003194e-011, 1.00000453, -0.999999404, -4.99556126e-013, -0.000582367182, 5.07092632e-013, -1.00000715, -1.20206076e-011)) | |
1280 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=111893941",Vector3.new(0, 0, 0),Vector3.new(0.0834272057, 0.0659343898, 0.29401359)) | |
1281 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
1282 | Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.168081284, -0.100828171, 0.0336675644, -0.000573456287, -2.98486249e-008, 1.00000453, 0.999999404, -7.45609015e-008, 0.000582545996, 7.45433795e-008, 1.00000715, 2.98913676e-008)) | |
1283 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=111893941",Vector3.new(0, 0, 0),Vector3.new(0.0834272057, 0.0659343898, 0.29401359)) | |
1284 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Institutional white","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
1285 | Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.168081284, -0.100828171, 0.0336675644, -0.000573456287, -2.98486249e-008, 1.00000453, 0.999999404, -7.45609015e-008, 0.000582545996, 7.45433795e-008, 1.00000715, 2.98913676e-008)) | |
1286 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=111893941",Vector3.new(0, 0, 0),Vector3.new(0.0793904066, 0.0733351931, 0.287285566)) | |
1287 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
1288 | Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.370262146, -0.23548317, 0.0336685181, -0.999999762, 1.13307874e-006, -9.08970833e-006, -4.35113907e-006, -6.55631216e-010, 1.00000668, 1.13307613e-006, 1.00000358, 6.65693278e-010)) | |
1289 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043)) | |
1290 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
1291 | Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.336639404, 0.168081284, -0.0336675644, 0.999997497, 5.06629461e-013, 1.01625919e-005, 1.1920929e-006, 1.25000392e-011, -1.00000906, -5.07090897e-013, 1.00000715, 1.20206128e-011)) | |
1292 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958)) | |
1293 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
1294 | Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.370262146, -0.23548317, -0.0336675644, -0.999999762, 1.13307874e-006, -9.08970833e-006, -4.35113907e-006, -6.55631216e-010, 1.00000668, 1.13307613e-006, 1.00000358, 6.65693278e-010)) | |
1295 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043)) | |
1296 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
1297 | Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.33514404e-005, -0.000108718872, -0.0336675644, 0.000573188066, 2.39958325e-007, -1.00000453, -0.999999404, 6.26174312e-008, -0.000582367182, 6.24796286e-008, 1.00000715, 2.3999371e-007)) | |
1298 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.145997554, 0.0995743647, 0.0686255991)) | |
1299 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
1300 | Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.336639404, 0.168081284, 0.0336675644, 0.999997497, 5.06629461e-013, 1.01625919e-005, 1.1920929e-006, 1.25000392e-011, -1.00000906, -5.07090897e-013, 1.00000715, 1.20206128e-011)) | |
1301 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958)) | |
1302 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
1303 | Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.168329239, 0.336299896, 0.0336675644, 0.000573188066, 1.25003176e-011, -1.00000453, -0.999999404, -4.99492808e-013, -0.000582367182, -5.07092632e-013, 1.00000715, 1.20206076e-011)) | |
1304 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958)) | |
1305 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
1306 | Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.336391449, 0.168138504, 0.0336675644, -0.999997497, -5.06629461e-013, -1.00135803e-005, -1.01327896e-006, -1.25000375e-011, 1.00000918, -5.07090897e-013, 1.00000715, 1.20206128e-011)) | |
1307 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958)) | |
1308 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
1309 | Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.168373108, 0.403558731, 0.0336675644, 0.000573188066, 1.25003176e-011, -1.00000453, -0.999999404, -4.99492808e-013, -0.000582367182, -5.07092632e-013, 1.00000715, 1.20206076e-011)) | |
1310 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958)) | |
1311 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
1312 | Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.168329239, 0.336299896, -0.0336675644, 0.000573188066, 1.25003176e-011, -1.00000453, -0.999999404, -4.99492808e-013, -0.000582367182, -5.07092632e-013, 1.00000715, 1.20206076e-011)) | |
1313 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958)) | |
1314 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
1315 | Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.336391449, 0.168142319, 0.0336675644, -0.999999762, 1.13307874e-006, -9.08970833e-006, -4.35113907e-006, -6.55631216e-010, 1.00000668, 1.13307613e-006, 1.00000358, 6.65693278e-010)) | |
1316 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043)) | |
1317 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
1318 | Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.168373108, 0.403558731, -0.0336675644, 0.000573188066, 1.25003176e-011, -1.00000453, -0.999999404, -4.99492808e-013, -0.000582367182, -5.07092632e-013, 1.00000715, 1.20206076e-011)) | |
1319 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958)) | |
1320 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
1321 | Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.403652191, 0.168144226, 0.0336675644, -0.999999762, 1.13307874e-006, -9.08970833e-006, -4.35113907e-006, -6.55631216e-010, 1.00000668, 1.13307613e-006, 1.00000358, 6.65693278e-010)) | |
1322 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043)) | |
1323 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
1324 | Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.403652191, -0.168144226, 0.0336675644, 0.999997497, 5.06629461e-013, 1.01625919e-005, 1.1920929e-006, 1.25000392e-011, -1.00000906, -5.07090897e-013, 1.00000715, 1.20206128e-011)) | |
1325 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958)) | |
1326 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
1327 | Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.37002182, 0.235544205, 0.0336675644, -0.999999762, 1.13307874e-006, -9.08970833e-006, -4.35113907e-006, -6.55631216e-010, 1.00000668, 1.13307613e-006, 1.00000358, 6.65693278e-010)) | |
1328 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043)) | |
1329 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
1330 | Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.370235443, -0.100938797, -0.0336675644, -0.999999762, 1.13307874e-006, -9.08970833e-006, -4.35113907e-006, -6.55631216e-010, 1.00000668, 1.13307613e-006, 1.00000358, 6.65693278e-010)) | |
1331 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043)) | |
1332 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
1333 | Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.168302536, -0.403802872, -0.0336675644, 0.000573188066, 1.25003176e-011, -1.00000453, -0.999999404, -4.99492808e-013, -0.000582367182, -5.07092632e-013, 1.00000715, 1.20206076e-011)) | |
1334 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958)) | |
1335 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
1336 | Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.336641312, -0.168083191, -0.0336675644, -0.999999762, 1.13307874e-006, -9.08970833e-006, -4.35113907e-006, -6.55631216e-010, 1.00000668, 1.13307613e-006, 1.00000358, 6.65693278e-010)) | |
1337 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043)) | |
1338 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
1339 | Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.403903961, -0.168067932, -0.0336675644, -0.999999762, 1.13307874e-006, -9.08970833e-006, -4.35113907e-006, -6.55631216e-010, 1.00000668, 1.13307613e-006, 1.00000358, 6.65693278e-010)) | |
1340 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043)) | |
1341 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
1342 | Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.168273926, -0.336544037, -0.0336675644, 0.000573188066, 1.25003176e-011, -1.00000453, -0.999999404, -4.99492808e-013, -0.000582367182, -5.07092632e-013, 1.00000715, 1.20206076e-011)) | |
1343 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958)) | |
1344 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
1345 | Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.336641312, -0.168083191, 0.0336685181, -0.999999762, 1.13307874e-006, -9.08970833e-006, -4.35113907e-006, -6.55631216e-010, 1.00000668, 1.13307613e-006, 1.00000358, 6.65693278e-010)) | |
1346 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043)) | |
1347 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
1348 | Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.33514404e-005, -0.000108718872, 0.0336675644, 0.000573188066, 2.39958325e-007, -1.00000453, -0.999999404, 6.26174312e-008, -0.000582367182, 6.24796286e-008, 1.00000715, 2.3999371e-007)) | |
1349 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.145997554, 0.0995743647, 0.0686255991)) | |
1350 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
1351 | Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000110626221, 1.14440918e-005, -0.0336675644, 0.999997377, 5.06689309e-013, 1.01029873e-005, 1.1920929e-006, 1.25000392e-011, -1.00000906, -5.07090897e-013, 1.00000715, 1.20206128e-011)) | |
1352 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.438665539, 0.0968831778, 0.0686255991)) | |
1353 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
1354 | Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.168273926, -0.336544037, 0.0336675644, 0.000573188066, 1.25003176e-011, -1.00000453, -0.999999404, -4.99492808e-013, -0.000582367182, -5.07092632e-013, 1.00000715, 1.20206076e-011)) | |
1355 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958)) | |
1356 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
1357 | Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.370235443, -0.100938797, 0.0336685181, -0.999999762, 1.13307874e-006, -9.08970833e-006, -4.35113907e-006, -6.55631216e-010, 1.00000668, 1.13307613e-006, 1.00000358, 6.65693278e-010)) | |
1358 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.0672799945, 0.0679528043, 0.0679528043)) | |
1359 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Institutional white","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
1360 | Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000110626221, 1.14440918e-005, -0.0336675644, 0.999997377, 5.06689309e-013, 1.01029873e-005, 1.1920929e-006, 1.25000392e-011, -1.00000906, -5.07090897e-013, 1.00000715, 1.20206128e-011)) | |
1361 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.403679937, 0.0773719698, 0.0881367922)) | |
1362 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
1363 | Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.403900146, -0.168071747, -0.0336675644, -0.999997497, -5.06629461e-013, -1.00135803e-005, -1.01327896e-006, -1.25000375e-011, 1.00000918, -5.07090897e-013, 1.00000715, 1.20206128e-011)) | |
1364 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0242207684, 0.0511327684, 0.0235479958)) | |
1365 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Institutional white","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
1366 | Partweld=weld(m,Handle3,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000110626221, 1.14440918e-005, 0.0336675644, 0.999997377, 5.06689309e-013, 1.01029873e-005, 1.1920929e-006, 1.25000392e-011, -1.00000906, -5.07090897e-013, 1.00000715, 1.20206128e-011)) | |
1367 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.403679937, 0.0773719698, 0.0881367922)) | |
1368 | mesh("BlockMesh",Handle3,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.336399972, 1)) | |
1369 | ||
1370 | ||
1371 | ||
1372 | ||
1373 | ||
1374 | ||
1375 | ---------------------------------------------------------------------------------------- | |
1376 | ||
1377 | Throwing = false | |
1378 | ||
1379 | function attackone() | |
1380 | - | local con1=HitboxA.Touched:connect(function(hit) Damagefunc(hit,4,5,math.random(0,0),"Knockdown",RootPart,.2,1) end) |
1380 | + | |
1381 | - | local con2=HitboxB.Touched:connect(function(hit) Damagefunc(hit,7,10,math.random(0,0),"Knockdown",RootPart,.2,1) end) |
1381 | + | |
1382 | - | local con3=HitboxC.Touched:connect(function(hit) Damagefunc(hit,10,12,math.random(0,0),"Knockdown",RootPart,.2,1) end) |
1382 | + | local con1=HitboxA.Touched:connect(function(hit) Damagefunc(hit,999,999,math.random(0,0),"Knockdown",RootPart,.2,1) end) |
1383 | local con2=HitboxB.Touched:connect(function(hit) Damagefunc(hit,999,999,math.random(0,0),"Knockdown",RootPart,.2,1) end) | |
1384 | local con3=HitboxC.Touched:connect(function(hit) Damagefunc(hit,999,999,math.random(0,0),"Knockdown",RootPart,.2,1) end) | |
1385 | for i = 0,1,0.1 do | |
1386 | swait() | |
1387 | RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(90)),.2) | |
1388 | Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(0),math.rad(0),math.rad(-80)),.2) | |
1389 | RW.C0 = clerp(RW.C0, CFrame.new(.9, 0.5, -.5) * angles(math.rad(0), math.rad(130), math.rad(90)),.2) | |
1390 | LW.C0 = clerp(LW.C0, CFrame.new(-.8, 0.3, -.5) * angles(math.rad(60), math.rad(11), math.rad(70)),.2) | |
1391 | RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(50),math.rad(0)),.2) | |
1392 | LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-140),math.rad(0)),.2) | |
1393 | Handle1weld.C0=clerp(Handle1weld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.2) | |
1394 | Handle2weld.C0=clerp(Handle2weld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.2) | |
1395 | Handle3weld.C0=clerp(Handle3weld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.2) | |
1396 | end | |
1397 | so("http://roblox.com/asset/?id=10209640",RightArm,1,2) | |
1398 | coroutine.resume(coroutine.create(function() | |
1399 | while Throwing == true do | |
1400 | wait() | |
1401 | so("http://roblox.com/asset/?id=10209640",Handle1,0.4,3) | |
1402 | so("http://roblox.com/asset/?id=10209640",Handle2,0.4,3) | |
1403 | so("http://roblox.com/asset/?id=10209640",Handle3,0.4,3) | |
1404 | end | |
1405 | end)) | |
1406 | for i = 0,2,0.02 do | |
1407 | swait() | |
1408 | --so("http://roblox.com/asset/?id=10209640",RightArm,1,3) | |
1409 | RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(50)),.2) | |
1410 | Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(0),math.rad(0),math.rad(-50)),.2) | |
1411 | RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(0), math.rad(40), math.rad(90)),.2) | |
1412 | LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-20), math.rad(0), math.rad(-30)),.2) | |
1413 | RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(70),math.rad(0)),.2) | |
1414 | LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0)),.2) | |
1415 | Handle1weld.C0=clerp(Handle1weld.C0,cf(0,-10,-2)*angles(5+30*i,0,0),.2) | |
1416 | Handle2weld.C0=clerp(Handle2weld.C0,cf(0,-10,-2)*angles(5+30*i,0,0),.2) | |
1417 | Handle3weld.C0=clerp(Handle3weld.C0,cf(0,-10,-2)*angles(5+30*i,0,0),.2) | |
1418 | end | |
1419 | con1:disconnect() | |
1420 | con2:disconnect() | |
1421 | con3:disconnect() | |
1422 | attack = false | |
1423 | Throwing = false | |
1424 | end | |
1425 | ||
1426 | function attacktwo() | |
1427 | - | local con1=HitboxA.Touched:connect(function(hit) Damagefunc(hit,4,5,math.random(0,0),"Knockdown",RootPart,.2,1) end) |
1427 | + | |
1428 | - | local con2=HitboxB.Touched:connect(function(hit) Damagefunc(hit,7,10,math.random(0,0),"Knockdown",RootPart,.2,1) end) |
1428 | + | |
1429 | - | local con3=HitboxC.Touched:connect(function(hit) Damagefunc(hit,10,12,math.random(0,0),"Knockdown",RootPart,.2,1) end) |
1429 | + | local con1=HitboxA.Touched:connect(function(hit) Damagefunc(hit,999,999,math.random(0,0),"Knockdown",RootPart,.2,1) end) |
1430 | local con2=HitboxB.Touched:connect(function(hit) Damagefunc(hit,999,999,math.random(0,0),"Knockdown",RootPart,.2,1) end) | |
1431 | local con3=HitboxC.Touched:connect(function(hit) Damagefunc(hit,999,999,math.random(0,0),"Knockdown",RootPart,.2,1) end) | |
1432 | for i = 0,1,0.1 do | |
1433 | swait() | |
1434 | RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(90)),.2) | |
1435 | Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(0),math.rad(0),math.rad(-80)),.2) | |
1436 | RW.C0 = clerp(RW.C0, CFrame.new(.9, 0.5, -.5) * angles(math.rad(0), math.rad(130), math.rad(90)),.2) | |
1437 | LW.C0 = clerp(LW.C0, CFrame.new(-.8, 0.3, -.5) * angles(math.rad(60), math.rad(11), math.rad(70)),.2) | |
1438 | RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(50),math.rad(0)),.2) | |
1439 | LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-140),math.rad(0)),.2) | |
1440 | Handle1weld.C0=clerp(Handle1weld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.2) | |
1441 | Handle2weld.C0=clerp(Handle2weld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.2) | |
1442 | Handle3weld.C0=clerp(Handle3weld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.2) | |
1443 | end | |
1444 | so("http://roblox.com/asset/?id=10209640",RightArm,1,2) | |
1445 | coroutine.resume(coroutine.create(function() | |
1446 | while Throwing == true do | |
1447 | wait() | |
1448 | so("http://roblox.com/asset/?id=10209640",Handle1,0.4,3) | |
1449 | so("http://roblox.com/asset/?id=10209640",Handle2,0.4,3) | |
1450 | so("http://roblox.com/asset/?id=10209640",Handle3,0.4,3) | |
1451 | end | |
1452 | end)) | |
1453 | for i = 0,4,0.08 do | |
1454 | swait() | |
1455 | --so("http://roblox.com/asset/?id=10209640",RightArm,1,3) | |
1456 | RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(0 -360*i)),.2) | |
1457 | Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(0),math.rad(0),math.rad(-50)),.2) | |
1458 | RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(0), math.rad(30), math.rad(90)),.2) | |
1459 | LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-20), math.rad(0), math.rad(-30)),.2) | |
1460 | RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(70),math.rad(0)),.2) | |
1461 | LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0)),.2) | |
1462 | Handle1weld.C0=clerp(Handle1weld.C0,cf(0,-10,-2)*angles(5+30*i,0,0),.2) | |
1463 | Handle2weld.C0=clerp(Handle2weld.C0,cf(0,-10,-2)*angles(5+30*i,0,0),.2) | |
1464 | Handle3weld.C0=clerp(Handle3weld.C0,cf(0,-10,-2)*angles(5+30*i,0,0),.2) | |
1465 | end | |
1466 | con1:disconnect() | |
1467 | con2:disconnect() | |
1468 | con3:disconnect() | |
1469 | attack = false | |
1470 | Throwing = false | |
1471 | end | |
1472 | ||
1473 | ||
1474 | ||
1475 | ||
1476 | ||
1477 | ||
1478 | function attackthree() | |
1479 | - | local con1=HitboxA.Touched:connect(function(hit) Damagefunc(hit,4,5,math.random(0,0),"Knockdown",RootPart,.2,1) end) |
1479 | + | |
1480 | - | local con2=HitboxB.Touched:connect(function(hit) Damagefunc(hit,7,10,math.random(0,0),"Knockdown",RootPart,.2,1) end) |
1480 | + | |
1481 | - | local con3=HitboxC.Touched:connect(function(hit) Damagefunc(hit,10,12,math.random(0,0),"Knockdown",RootPart,.2,1) end) |
1481 | + | local con1=HitboxA.Touched:connect(function(hit) Damagefunc(hit,999,999,math.random(0,0),"Knockdown",RootPart,.2,1) end) |
1482 | local con2=HitboxB.Touched:connect(function(hit) Damagefunc(hit,999,999,math.random(0,0),"Knockdown",RootPart,.2,1) end) | |
1483 | local con3=HitboxC.Touched:connect(function(hit) Damagefunc(hit,999,999,math.random(0,0),"Knockdown",RootPart,.2,1) end) | |
1484 | for i = 0,1,0.1 do | |
1485 | swait() | |
1486 | RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(90)),.2) | |
1487 | Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(0),math.rad(0),math.rad(-80)),.2) | |
1488 | RW.C0 = clerp(RW.C0, CFrame.new(.9, 0.5, -.5) * angles(math.rad(0), math.rad(130), math.rad(90)),.2) | |
1489 | LW.C0 = clerp(LW.C0, CFrame.new(-.8, 0.3, -.5) * angles(math.rad(60), math.rad(11), math.rad(70)),.2) | |
1490 | RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(50),math.rad(0)),.2) | |
1491 | LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-140),math.rad(0)),.2) | |
1492 | Handle1weld.C0=clerp(Handle1weld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.2) | |
1493 | Handle2weld.C0=clerp(Handle2weld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.2) | |
1494 | Handle3weld.C0=clerp(Handle3weld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.2) | |
1495 | end | |
1496 | so("http://roblox.com/asset/?id=10209640",RightArm,1,2) | |
1497 | coroutine.resume(coroutine.create(function() | |
1498 | while Throwing == true do | |
1499 | wait() | |
1500 | so("http://roblox.com/asset/?id=10209640",Handle1,0.4,3) | |
1501 | so("http://roblox.com/asset/?id=10209640",Handle2,0.4,3) | |
1502 | so("http://roblox.com/asset/?id=10209640",Handle3,0.4,3) | |
1503 | end | |
1504 | end)) | |
1505 | for i = 0,0.5,0.02 do | |
1506 | swait() | |
1507 | --so("http://roblox.com/asset/?id=10209640",RightArm,1,3) | |
1508 | RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(50)),.2) | |
1509 | Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(0),math.rad(0),math.rad(-50)),.2) | |
1510 | RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(0), math.rad(40), math.rad(90)),.2) | |
1511 | LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-20), math.rad(0), math.rad(-30)),.2) | |
1512 | RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(70),math.rad(0)),.2) | |
1513 | LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0)),.2) | |
1514 | Handle1weld.C0=clerp(Handle1weld.C0,cf(0,-10,-2)*angles(10,0+30*i,0),.2) | |
1515 | Handle2weld.C0=clerp(Handle2weld.C0,cf(0,0,0)*angles(0,0,0),.2) | |
1516 | Handle3weld.C0=clerp(Handle3weld.C0,cf(0,0,0)*angles(0,0,0),.2) | |
1517 | end | |
1518 | con1:disconnect() | |
1519 | con2:disconnect() | |
1520 | con3:disconnect() | |
1521 | attack = false | |
1522 | Throwing = false | |
1523 | end | |
1524 | ||
1525 | ||
1526 | ||
1527 | function attackfour() | |
1528 | - | local con1=HitboxA.Touched:connect(function(hit) Damagefunc(hit,4,5,math.random(0,0),"Knockdown",RootPart,.2,1) end) |
1528 | + | |
1529 | - | local con2=HitboxB.Touched:connect(function(hit) Damagefunc(hit,7,10,math.random(0,0),"Knockdown",RootPart,.2,1) end) |
1529 | + | |
1530 | - | local con3=HitboxC.Touched:connect(function(hit) Damagefunc(hit,10,12,math.random(0,0),"Knockdown",RootPart,.2,1) end) |
1530 | + | local con1=HitboxA.Touched:connect(function(hit) Damagefunc(hit,999,999,math.random(0,0),"Knockdown",RootPart,.2,1) end) |
1531 | local con2=HitboxB.Touched:connect(function(hit) Damagefunc(hit,999,999,math.random(0,0),"Knockdown",RootPart,.2,1) end) | |
1532 | local con3=HitboxC.Touched:connect(function(hit) Damagefunc(hit,999,999,math.random(0,0),"Knockdown",RootPart,.2,1) end) | |
1533 | for i = 0,1,0.1 do | |
1534 | swait() | |
1535 | RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(90)),.2) | |
1536 | Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(0),math.rad(0),math.rad(-80)),.2) | |
1537 | RW.C0 = clerp(RW.C0, CFrame.new(.9, 0.5, -.5) * angles(math.rad(0), math.rad(130), math.rad(90)),.2) | |
1538 | LW.C0 = clerp(LW.C0, CFrame.new(-.8, 0.3, -.5) * angles(math.rad(60), math.rad(11), math.rad(70)),.2) | |
1539 | RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(50),math.rad(0)),.2) | |
1540 | LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-140),math.rad(0)),.2) | |
1541 | Handle1weld.C0=clerp(Handle1weld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.2) | |
1542 | Handle2weld.C0=clerp(Handle2weld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.2) | |
1543 | Handle3weld.C0=clerp(Handle3weld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.2) | |
1544 | end | |
1545 | so("http://roblox.com/asset/?id=10209640",RightArm,1,2) | |
1546 | coroutine.resume(coroutine.create(function() | |
1547 | while Throwing == true do | |
1548 | wait() | |
1549 | so("http://roblox.com/asset/?id=10209640",Handle1,0.4,3) | |
1550 | so("http://roblox.com/asset/?id=10209640",Handle2,0.4,3) | |
1551 | so("http://roblox.com/asset/?id=10209640",Handle3,0.4,3) | |
1552 | end | |
1553 | end)) | |
1554 | for i = 0,0.5,0.02 do | |
1555 | swait() | |
1556 | --so("http://roblox.com/asset/?id=10209640",RightArm,1,3) | |
1557 | RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(50)),.2) | |
1558 | Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(0),math.rad(0),math.rad(-50)),.2) | |
1559 | RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(0), math.rad(40), math.rad(90)),.2) | |
1560 | LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-20), math.rad(0), math.rad(-30)),.2) | |
1561 | RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(70),math.rad(0)),.2) | |
1562 | LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0)),.2) | |
1563 | Handle1weld.C0=clerp(Handle1weld.C0,cf(0,0,0)*angles(0,0,0),.2) | |
1564 | Handle2weld.C0=clerp(Handle2weld.C0,cf(0,-10,-2)*angles(5+30*i,0,0),.2) | |
1565 | Handle3weld.C0=clerp(Handle3weld.C0,cf(0,0,0)*angles(0,0,0),.2) | |
1566 | end | |
1567 | con1:disconnect() | |
1568 | con2:disconnect() | |
1569 | con3:disconnect() | |
1570 | attack = false | |
1571 | Throwing = false | |
1572 | end | |
1573 | ||
1574 | ||
1575 | ||
1576 | ||
1577 | ||
1578 | function aircombo() | |
1579 | - | local con1=HitboxA.Touched:connect(function(hit) Damagefunc(hit,10,10,math.random(0,0),"Knockdown",RootPart,.2,1) end) |
1579 | + | |
1580 | - | local con2=HitboxB.Touched:connect(function(hit) Damagefunc(hit,10,10,math.random(0,0),"Up",RootPart,.2,1) end) |
1580 | + | |
1581 | - | local con3=HitboxC.Touched:connect(function(hit) Damagefunc(hit,10,10,math.random(0,0),"Knockdown",RootPart,.2,1) end) |
1581 | + | local con1=HitboxA.Touched:connect(function(hit) Damagefunc(hit,999,999,math.random(0,0),"Knockdown",RootPart,.2,1) end) |
1582 | local con2=HitboxB.Touched:connect(function(hit) Damagefunc(hit,999,999,math.random(0,0),"Up",RootPart,.2,1) end) | |
1583 | local con3=HitboxC.Touched:connect(function(hit) Damagefunc(hit,999,999,math.random(0,0),"Knockdown",RootPart,.2,1) end) | |
1584 | for i = 0,1,0.1 do | |
1585 | swait() | |
1586 | RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(90)),.2) | |
1587 | Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(0),math.rad(0),math.rad(-80)),.2) | |
1588 | RW.C0 = clerp(RW.C0, CFrame.new(.9, 0.5, -.5) * angles(math.rad(0), math.rad(130), math.rad(90)),.2) | |
1589 | LW.C0 = clerp(LW.C0, CFrame.new(-.8, 0.3, -.5) * angles(math.rad(60), math.rad(11), math.rad(70)),.2) | |
1590 | RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(50),math.rad(0)),.2) | |
1591 | LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-140),math.rad(0)),.2) | |
1592 | Handle1weld.C0=clerp(Handle1weld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.2) | |
1593 | Handle2weld.C0=clerp(Handle2weld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.2) | |
1594 | Handle3weld.C0=clerp(Handle3weld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.2) | |
1595 | end | |
1596 | so("http://roblox.com/asset/?id=10209640",RightArm,1,2) | |
1597 | coroutine.resume(coroutine.create(function() | |
1598 | while Throwing == true do | |
1599 | wait() | |
1600 | so("http://roblox.com/asset/?id=10209640",Handle1,0.4,3) | |
1601 | so("http://roblox.com/asset/?id=10209640",Handle2,0.4,3) | |
1602 | so("http://roblox.com/asset/?id=10209640",Handle3,0.4,3) | |
1603 | end | |
1604 | end)) | |
1605 | for i = 0,2,0.02 do | |
1606 | swait() | |
1607 | --so("http://roblox.com/asset/?id=10209640",RightArm,1,3) | |
1608 | Humanoid.CameraOffset = Vector3.new(0,0,0) | |
1609 | RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(50)),.2) | |
1610 | Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(0),math.rad(0),math.rad(-50)),.2) | |
1611 | RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(0), math.rad(40), math.rad(90)),.2) | |
1612 | LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-20), math.rad(0), math.rad(-30)),.2) | |
1613 | RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(70),math.rad(0)),.2) | |
1614 | LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0)),.2) | |
1615 | Handle1weld.C0=clerp(Handle1weld.C0,cf(0,0,0)*angles(0,0,0),.2) | |
1616 | Handle2weld.C0=clerp(Handle2weld.C0,cf(0,-10,-2)*angles(5+30*i,0,0),.2) | |
1617 | Handle3weld.C0=clerp(Handle3weld.C0,cf(0,0,0)*angles(0,0,0),.2) | |
1618 | end | |
1619 | for i = 0,10,0.02 do | |
1620 | swait() | |
1621 | --so("http://roblox.com/asset/?id=10209640",RightArm,1,3) | |
1622 | Humanoid.CameraOffset = Vector3.new(0,0 + 4,0) | |
1623 | RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,4)* angles(math.rad(0),math.rad(0),math.rad(50)),.2) | |
1624 | Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(0),math.rad(0),math.rad(-50)),.2) | |
1625 | RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(0), math.rad(40), math.rad(90)),.2) | |
1626 | LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-20), math.rad(0), math.rad(-30)),.2) | |
1627 | RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(70),math.rad(0)),.2) | |
1628 | LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0)),.2) | |
1629 | Handle1weld.C0=clerp(Handle1weld.C0,cf(0,0,0)*angles(0,0,0),.2) | |
1630 | Handle2weld.C0=clerp(Handle2weld.C0,cf(0,0,0)*angles(0,0,0),.2) | |
1631 | Handle3weld.C0=clerp(Handle3weld.C0,cf(0,-10,-2)*angles(5+30*i,0,0),.2) | |
1632 | end | |
1633 | con1:disconnect() | |
1634 | con2:disconnect() | |
1635 | con3:disconnect() | |
1636 | attack = false | |
1637 | Throwing = false | |
1638 | end | |
1639 | ||
1640 | ||
1641 | --end | |
1642 | ||
1643 | ||
1644 | ||
1645 | ||
1646 | ||
1647 | function Flipattack() | |
1648 | - | local con1=HitboxA.Touched:connect(function(hit) Damagefunc(hit,4,5,math.random(0,0),"Knockdown",RootPart,.2,1) end) |
1648 | + | |
1649 | - | local con2=HitboxB.Touched:connect(function(hit) Damagefunc(hit,7,10,math.random(0,0),"Knockdown",RootPart,.2,1) end) |
1649 | + | |
1650 | - | local con3=HitboxC.Touched:connect(function(hit) Damagefunc(hit,10,12,math.random(0,0),"Knockdown",RootPart,.2,1) end) |
1650 | + | local con1=HitboxA.Touched:connect(function(hit) Damagefunc(hit,999,999,math.random(0,0),"Knockdown",RootPart,.2,1) end) |
1651 | local con2=HitboxB.Touched:connect(function(hit) Damagefunc(hit,999,999,math.random(0,0),"Knockdown",RootPart,.2,1) end) | |
1652 | local con3=HitboxC.Touched:connect(function(hit) Damagefunc(hit,999,999,math.random(0,0),"Knockdown",RootPart,.2,1) end) | |
1653 | for i = 0,1,0.1 do | |
1654 | swait() | |
1655 | RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(90)),.2) | |
1656 | Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(0),math.rad(0),math.rad(-80)),.2) | |
1657 | RW.C0 = clerp(RW.C0, CFrame.new(.9, 0.5, -.5) * angles(math.rad(0), math.rad(130), math.rad(90)),.2) | |
1658 | LW.C0 = clerp(LW.C0, CFrame.new(-.8, 0.3, -.5) * angles(math.rad(60), math.rad(11), math.rad(70)),.2) | |
1659 | RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(50),math.rad(0)),.2) | |
1660 | LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-140),math.rad(0)),.2) | |
1661 | Handle1weld.C0=clerp(Handle1weld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.2) | |
1662 | Handle2weld.C0=clerp(Handle2weld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.2) | |
1663 | Handle3weld.C0=clerp(Handle3weld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.2) | |
1664 | end | |
1665 | so("http://roblox.com/asset/?id=10209640",RightArm,1,2) | |
1666 | coroutine.resume(coroutine.create(function() | |
1667 | while Throwing == true do | |
1668 | wait() | |
1669 | so("http://roblox.com/asset/?id=10209640",Handle2,0.4,3) | |
1670 | end | |
1671 | end)) | |
1672 | for i = 0,7,0.10 do | |
1673 | swait() | |
1674 | --so("http://roblox.com/asset/?id=10209640",RightArm,1,3) | |
1675 | RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,1)* angles(math.rad(0+360*i),math.rad(0),math.rad(0)),.2) | |
1676 | Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(0),math.rad(0),math.rad(0)),.2) | |
1677 | RW.C0 = clerp(RW.C0, CFrame.new(0.3, 0.5, 0) * angles(math.rad(0), math.rad(80), math.rad(90)),.2) | |
1678 | LW.C0 = clerp(LW.C0, CFrame.new(-0.3, 0.5, 0) * angles(math.rad(0), math.rad(-80), math.rad(-90)),.2) | |
1679 | RH.C0=clerp(RH.C0,cf(1,-0.70,-0.50)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(0),math.rad(0),math.rad(0)),.3) | |
1680 | LH.C0=clerp(LH.C0,cf(-1,-0.70,-0.50)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(0),math.rad(0),math.rad(0)),.3) | |
1681 | Handle1weld.C0=clerp(Handle1weld.C0,cf(0,0,3)*angles(0,0,0),.2) | |
1682 | Handle2weld.C0=clerp(Handle2weld.C0,cf(0,-3,0)*angles(0,20,0),.2) | |
1683 | Handle3weld.C0=clerp(Handle3weld.C0,cf(0,0,-4)*angles(0,0,0),.2) | |
1684 | end | |
1685 | con1:disconnect() | |
1686 | con2:disconnect() | |
1687 | con3:disconnect() | |
1688 | attack = false | |
1689 | Throwing = false | |
1690 | end | |
1691 | ||
1692 | ||
1693 | function Ultracombo() -- not complete yet. | |
1694 | - | local con1=HitboxA.Touched:connect(function(hit) Damagefunc(hit,0,0,math.random(0,0),"Knockdown",RootPart,.2,1) end) |
1694 | + | |
1695 | - | local con2=HitboxB.Touched:connect(function(hit) Damagefunc(hit,0,0,math.random(0,0),"Knockdown",RootPart,.2,1) end) |
1695 | + | |
1696 | - | local con3=HitboxC.Touched:connect(function(hit) Damagefunc(hit,0,0,math.random(0,0),"Knockdown",RootPart,.2,1) end) |
1696 | + | local con1=HitboxA.Touched:connect(function(hit) Damagefunc(hit,999,999,math.random(0,0),"Knockdown",RootPart,.2,1) end) |
1697 | local con2=HitboxB.Touched:connect(function(hit) Damagefunc(hit,999,999,math.random(0,0),"Knockdown",RootPart,.2,1) end) | |
1698 | local con3=HitboxC.Touched:connect(function(hit) Damagefunc(hit,999,999,math.random(0,0),"Knockdown",RootPart,.2,1) end) | |
1699 | for i = 0,1,0.1 do | |
1700 | swait() | |
1701 | RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(90)),.2) | |
1702 | Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(0),math.rad(0),math.rad(-80)),.2) | |
1703 | RW.C0 = clerp(RW.C0, CFrame.new(.9, 0.5, -.5) * angles(math.rad(0), math.rad(130), math.rad(90)),.2) | |
1704 | LW.C0 = clerp(LW.C0, CFrame.new(-.8, 0.3, -.5) * angles(math.rad(60), math.rad(11), math.rad(70)),.2) | |
1705 | RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(50),math.rad(0)),.2) | |
1706 | LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-140),math.rad(0)),.2) | |
1707 | Handle1weld.C0=clerp(Handle1weld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.2) | |
1708 | Handle2weld.C0=clerp(Handle2weld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.2) | |
1709 | Handle3weld.C0=clerp(Handle3weld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.2) | |
1710 | end | |
1711 | so("http://roblox.com/asset/?id=10209640",RightArm,1,2) | |
1712 | coroutine.resume(coroutine.create(function() | |
1713 | while Throwing == true do | |
1714 | wait() | |
1715 | so("http://roblox.com/asset/?id=10209640",Handle2,0.4,3) | |
1716 | end | |
1717 | end)) | |
1718 | ||
1719 | --flip attack | |
1720 | ||
1721 | for i = 0,7,0.10 do | |
1722 | swait() | |
1723 | --so("http://roblox.com/asset/?id=10209640",RightArm,1,3) | |
1724 | RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,1)* angles(math.rad(0+360*i),math.rad(0),math.rad(0)),.2) | |
1725 | Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(0),math.rad(0),math.rad(0)),.2) | |
1726 | RW.C0 = clerp(RW.C0, CFrame.new(0.3, 0.5, 0) * angles(math.rad(0), math.rad(80), math.rad(90)),.2) | |
1727 | LW.C0 = clerp(LW.C0, CFrame.new(-0.3, 0.5, 0) * angles(math.rad(0), math.rad(-80), math.rad(-90)),.2) | |
1728 | RH.C0=clerp(RH.C0,cf(1,-0.70,-0.50)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(0),math.rad(0),math.rad(0)),.3) | |
1729 | LH.C0=clerp(LH.C0,cf(-1,-0.70,-0.50)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(0),math.rad(0),math.rad(0)),.3) | |
1730 | Handle1weld.C0=clerp(Handle1weld.C0,cf(0,0,3)*angles(0,0,0),.2) | |
1731 | Handle2weld.C0=clerp(Handle2weld.C0,cf(0,-3,0)*angles(0,20,0),.2) | |
1732 | Handle3weld.C0=clerp(Handle3weld.C0,cf(0,0,-3)*angles(0,0,0),.2) | |
1733 | end | |
1734 | ||
1735 | ||
1736 | ||
1737 | con1:disconnect() | |
1738 | con2:disconnect() | |
1739 | con3:disconnect() | |
1740 | - | local con1=HitboxA.Touched:connect(function(hit) Damagefunc(hit,0,0,math.random(0,0),"Knockdown",RootPart,.2,1) end) |
1740 | + | |
1741 | - | local con2=HitboxB.Touched:connect(function(hit) Damagefunc(hit,0,0,math.random(0,0),"Knockdown",RootPart,.2,1) end) |
1741 | + | |
1742 | - | local con3=HitboxC.Touched:connect(function(hit) Damagefunc(hit,0,0,math.random(0,0),"Knockdown",RootPart,.2,1) end) |
1742 | + | local con1=HitboxA.Touched:connect(function(hit) Damagefunc(hit,999,999,math.random(0,0),"Knockdown",RootPart,.2,1) end) |
1743 | local con2=HitboxB.Touched:connect(function(hit) Damagefunc(hit,999,999,math.random(0,0),"Knockdown",RootPart,.2,1) end) | |
1744 | local con3=HitboxC.Touched:connect(function(hit) Damagefunc(hit,999,999,math.random(0,0),"Knockdown",RootPart,.2,1) end) | |
1745 | ||
1746 | --spin attack | |
1747 | ||
1748 | for i = 0,4,0.08 do | |
1749 | swait() | |
1750 | --so("http://roblox.com/asset/?id=10209640",RightArm,1,3) | |
1751 | RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(0 -360*i)),.2) | |
1752 | Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(0),math.rad(0),math.rad(-50)),.2) | |
1753 | RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(0), math.rad(30), math.rad(90)),.2) | |
1754 | LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-20), math.rad(0), math.rad(-30)),.2) | |
1755 | RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(70),math.rad(0)),.2) | |
1756 | LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0)),.2) | |
1757 | Handle1weld.C0=clerp(Handle1weld.C0,cf(0,-3,-2)*angles(5+30*i,0,0),.2) | |
1758 | Handle2weld.C0=clerp(Handle2weld.C0,cf(0,-3,-2)*angles(5+30*i,0,0),.2) | |
1759 | Handle3weld.C0=clerp(Handle3weld.C0,cf(0,-3,-2)*angles(5+30*i,0,0),.2) | |
1760 | end | |
1761 | ||
1762 | ||
1763 | ||
1764 | con1:disconnect() | |
1765 | con2:disconnect() | |
1766 | con3:disconnect() | |
1767 | - | local con1=HitboxA.Touched:connect(function(hit) Damagefunc(hit,0,0,math.random(0,0),"Knockdown",RootPart,.2,1) end) |
1767 | + | |
1768 | - | local con2=HitboxB.Touched:connect(function(hit) Damagefunc(hit,0,0,math.random(0,0),"Up",RootPart,.2,1) end) |
1768 | + | |
1769 | - | local con3=HitboxC.Touched:connect(function(hit) Damagefunc(hit,0,0,math.random(0,0),"Knockdown",RootPart,.2,1) end) |
1769 | + | local con1=HitboxA.Touched:connect(function(hit) Damagefunc(hit,999,999,math.random(0,0),"Knockdown",RootPart,.2,1) end) |
1770 | local con2=HitboxB.Touched:connect(function(hit) Damagefunc(hit,999,999,math.random(0,0),"Up",RootPart,.2,1) end) | |
1771 | local con3=HitboxC.Touched:connect(function(hit) Damagefunc(hit,999,999,math.random(0,0),"Knockdown",RootPart,.2,1) end) | |
1772 | ||
1773 | --air combo | |
1774 | ||
1775 | ||
1776 | ||
1777 | for i = 0,2,0.02 do | |
1778 | swait() | |
1779 | --so("http://roblox.com/asset/?id=10209640",RightArm,1,3) | |
1780 | Humanoid.CameraOffset = Vector3.new(0,0,0) | |
1781 | RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(50)),.2) | |
1782 | Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(0),math.rad(0),math.rad(-50)),.2) | |
1783 | RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(0), math.rad(40), math.rad(90)),.2) | |
1784 | LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-20), math.rad(0), math.rad(-30)),.2) | |
1785 | RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(70),math.rad(0)),.2) | |
1786 | LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0)),.2) | |
1787 | Handle1weld.C0=clerp(Handle1weld.C0,cf(0,0,0)*angles(0,0,0),.2) | |
1788 | Handle2weld.C0=clerp(Handle2weld.C0,cf(0,-10,-2)*angles(5+30*i,0,0),.2) | |
1789 | Handle3weld.C0=clerp(Handle3weld.C0,cf(0,0,0)*angles(0,0,0),.2) | |
1790 | end | |
1791 | ||
1792 | ||
1793 | ||
1794 | for i = 0,10,0.02 do | |
1795 | swait() | |
1796 | --so("http://roblox.com/asset/?id=10209640",RightArm,1,3) | |
1797 | Humanoid.CameraOffset = Vector3.new(0,0 + 4,0) | |
1798 | RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,4)* angles(math.rad(0),math.rad(0),math.rad(50)),.2) | |
1799 | Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(0),math.rad(0),math.rad(-50)),.2) | |
1800 | RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(0), math.rad(40), math.rad(90)),.2) | |
1801 | LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-20), math.rad(0), math.rad(-30)),.2) | |
1802 | RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(70),math.rad(0)),.2) | |
1803 | LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0)),.2) | |
1804 | Handle1weld.C0=clerp(Handle1weld.C0,cf(0,0,0)*angles(0,0,0),.2) | |
1805 | Handle2weld.C0=clerp(Handle2weld.C0,cf(0,0,0)*angles(0,0,0),.2) | |
1806 | Handle3weld.C0=clerp(Handle3weld.C0,cf(0,-10,-2)*angles(5+30*i,0,0),.2) | |
1807 | end | |
1808 | ||
1809 | ||
1810 | ||
1811 | con1:disconnect() | |
1812 | con2:disconnect() | |
1813 | con3:disconnect() | |
1814 | ||
1815 | ||
1816 | - | local con1=HitboxA.Touched:connect(function(hit) Damagefunc(hit,0,0,math.random(0,0),"Knockdown",RootPart,.2,1) end) |
1816 | + | |
1817 | - | local con2=HitboxB.Touched:connect(function(hit) Damagefunc(hit,0,0,math.random(0,0),"Knockdown",RootPart,.2,1) end) |
1817 | + | |
1818 | - | local con3=HitboxC.Touched:connect(function(hit) Damagefunc(hit,0,0,math.random(0,0),"Knockdown",RootPart,.2,1) end) |
1818 | + | local con1=HitboxA.Touched:connect(function(hit) Damagefunc(hit,999,999,math.random(0,0),"Knockdown",RootPart,.2,1) end) |
1819 | local con2=HitboxB.Touched:connect(function(hit) Damagefunc(hit,999,999,math.random(0,0),"Knockdown",RootPart,.2,1) end) | |
1820 | local con3=HitboxC.Touched:connect(function(hit) Damagefunc(hit,999,999,math.random(0,0),"Knockdown",RootPart,.2,1) end) | |
1821 | ||
1822 | for i = 0,0.5,0.02 do | |
1823 | swait() | |
1824 | --so("http://roblox.com/asset/?id=10209640",RightArm,1,3) | |
1825 | Humanoid.CameraOffset = Vector3.new(0,4,0) | |
1826 | RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,4)* angles(math.rad(0),math.rad(0),math.rad(50)),.2) | |
1827 | Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(0),math.rad(0),math.rad(-50)),.2) | |
1828 | RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(0), math.rad(40), math.rad(90)),.2) | |
1829 | LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-20), math.rad(0), math.rad(-30)),.2) | |
1830 | RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(70),math.rad(0)),.2) | |
1831 | LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0)),.2) | |
1832 | Handle1weld.C0=clerp(Handle1weld.C0,cf(0,-10,-2)*angles(10,0+30*i,0),.2) | |
1833 | Handle2weld.C0=clerp(Handle2weld.C0,cf(0,0,0)*angles(0,0,0),.2) | |
1834 | Handle3weld.C0=clerp(Handle3weld.C0,cf(0,0,0)*angles(0,0,0),.2) | |
1835 | end | |
1836 | ||
1837 | ||
1838 | ||
1839 | for i = 0,0.5,0.02 do | |
1840 | swait() | |
1841 | --so("http://roblox.com/asset/?id=10209640",RightArm,1,3) | |
1842 | Humanoid.CameraOffset = Vector3.new(0,4,0) | |
1843 | RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,4)* angles(math.rad(0),math.rad(0),math.rad(50)),.2) | |
1844 | Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(0),math.rad(0),math.rad(-50)),.2) | |
1845 | RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(0), math.rad(40), math.rad(90)),.2) | |
1846 | LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-20), math.rad(0), math.rad(-30)),.2) | |
1847 | RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(70),math.rad(0)),.2) | |
1848 | LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0)),.2) | |
1849 | Handle1weld.C0=clerp(Handle1weld.C0,cf(0,0,0)*angles(0,0,0),.2) | |
1850 | Handle2weld.C0=clerp(Handle2weld.C0,cf(0,-10,-2)*angles(10,0+30*i,0),.2) | |
1851 | Handle3weld.C0=clerp(Handle3weld.C0,cf(0,0,0)*angles(0,0,0),.2) | |
1852 | end | |
1853 | ||
1854 | ||
1855 | ||
1856 | for i = 0,0.5,0.02 do | |
1857 | swait() | |
1858 | --so("http://roblox.com/asset/?id=10209640",RightArm,1,3) | |
1859 | Humanoid.CameraOffset = Vector3.new(0,4,0) | |
1860 | RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,4)* angles(math.rad(0),math.rad(0),math.rad(50)),.2) | |
1861 | Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(0),math.rad(0),math.rad(-50)),.2) | |
1862 | RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(0), math.rad(40), math.rad(90)),.2) | |
1863 | LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-20), math.rad(0), math.rad(-30)),.2) | |
1864 | RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(70),math.rad(0)),.2) | |
1865 | LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0)),.2) | |
1866 | Handle1weld.C0=clerp(Handle1weld.C0,cf(0,0,0)*angles(0,0,0),.2) | |
1867 | Handle2weld.C0=clerp(Handle2weld.C0,cf(0,0,0)*angles(0,0,0),.2) | |
1868 | Handle3weld.C0=clerp(Handle3weld.C0,cf(0,10,-2)*angles(10,0+30*i,0),.2) | |
1869 | end | |
1870 | ||
1871 | ||
1872 | con1:disconnect() | |
1873 | con2:disconnect() | |
1874 | con3:disconnect() | |
1875 | ||
1876 | ||
1877 | local con1=HitboxA.Touched:connect(function(hit) Damagefunc(hit,99999999,99999999,math.random(0,0),"Slam",RootPart,.2,1) end) | |
1878 | local con2=HitboxB.Touched:connect(function(hit) Damagefunc(hit,99999999,99999999,math.random(0,0),"Slam",RootPart,.2,1) end) | |
1879 | local con3=HitboxC.Touched:connect(function(hit) Damagefunc(hit,99999999,99999999,math.random(0,0),"Slam",RootPart,.2,1) end) | |
1880 | ||
1881 | ||
1882 | ||
1883 | ||
1884 | for i = 0,7,0.10 do | |
1885 | swait() | |
1886 | --so("http://roblox.com/asset/?id=10209640",RightArm,1,3) | |
1887 | Humanoid.CameraOffset = Vector3.new(0,4,0) | |
1888 | RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,4)* angles(math.rad(0+360*i),math.rad(0),math.rad(0)),.2) | |
1889 | Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(0),math.rad(0),math.rad(0)),.2) | |
1890 | RW.C0 = clerp(RW.C0, CFrame.new(0.3, 0.5, 0) * angles(math.rad(0), math.rad(80), math.rad(90)),.2) | |
1891 | LW.C0 = clerp(LW.C0, CFrame.new(-0.3, 0.5, 0) * angles(math.rad(0), math.rad(-80), math.rad(-90)),.2) | |
1892 | RH.C0=clerp(RH.C0,cf(1,-0.70,-0.50)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(0),math.rad(0),math.rad(0)),.3) | |
1893 | LH.C0=clerp(LH.C0,cf(-1,-0.70,-0.50)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(0),math.rad(0),math.rad(0)),.3) | |
1894 | Handle1weld.C0=clerp(Handle1weld.C0,cf(0,0,3)*angles(0,0,0),.2) | |
1895 | Handle2weld.C0=clerp(Handle2weld.C0,cf(0,-3,0)*angles(0,20,0),.2) | |
1896 | Handle3weld.C0=clerp(Handle3weld.C0,cf(0,0,-4)*angles(0,0,0),.2) | |
1897 | end | |
1898 | ||
1899 | ||
1900 | ||
1901 | con1:disconnect() | |
1902 | con2:disconnect() | |
1903 | con3:disconnect() | |
1904 | ||
1905 | attack = false | |
1906 | Throwing = false | |
1907 | end | |
1908 | ||
1909 | - | local con1=HitboxA.Touched:connect(function(hit) Damagefunc(hit,0,0,math.random(0,0),"Knockdown",RootPart,.2,1) end) |
1909 | + | |
1910 | - | local con2=HitboxB.Touched:connect(function(hit) Damagefunc(hit,0,0,math.random(0,0),"Knockdown",RootPart,.2,1) end) |
1910 | + | |
1911 | - | local con3=HitboxC.Touched:connect(function(hit) Damagefunc(hit,0,0,math.random(0,0),"Knockdown",RootPart,.2,1) end) |
1911 | + | local con1=HitboxA.Touched:connect(function(hit) Damagefunc(hit,999,999,math.random(0,0),"Knockdown",RootPart,.2,1) end) |
1912 | local con2=HitboxB.Touched:connect(function(hit) Damagefunc(hit,999,999,math.random(0,0),"Knockdown",RootPart,.2,1) end) | |
1913 | local con3=HitboxC.Touched:connect(function(hit) Damagefunc(hit,999,999,math.random(0,0),"Knockdown",RootPart,.2,1) end) | |
1914 | ||
1915 | for i = 0,0.5,0.08 do | |
1916 | swait() | |
1917 | --so("http://roblox.com/asset/?id=10209640",RightArm,1,3) | |
1918 | Humanoid.CameraOffset = Vector3.new(0,4,0) | |
1919 | RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,4)* angles(math.rad(0),math.rad(0),math.rad(50)),.2) | |
1920 | Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(0),math.rad(0),math.rad(-50)),.2) | |
1921 | RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(0), math.rad(40), math.rad(90)),.2) | |
1922 | LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-20), math.rad(0), math.rad(-30)),.2) | |
1923 | RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(70),math.rad(0)),.2) | |
1924 | LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0)),.2) | |
1925 | Handle1weld.C0=clerp(Handle1weld.C0,cf(0,-10,-2)*angles(10,0+30*i,0),.2) | |
1926 | Handle2weld.C0=clerp(Handle2weld.C0,cf(0,0,0)*angles(0,0,0),.2) | |
1927 | Handle3weld.C0=clerp(Handle3weld.C0,cf(0,0,0)*angles(0,0,0),.2) | |
1928 | end | |
1929 | ||
1930 | ||
1931 | con1:disconnect() | |
1932 | con2:disconnect() | |
1933 | con3:disconnect() | |
1934 | ||
1935 | end | |
1936 | ||
1937 | ||
1938 | function Ultimateform() | |
1939 | ||
1940 | for i = 1, 3 do | |
1941 | so("http://www.roblox.com/asset/?id=139508004", Character, 1, 1) | |
1942 | local part = Instance.new("Part",Torso) | |
1943 | part.Shape = "Ball" | |
1944 | part.Anchored = true | |
1945 | part.CanCollide = false | |
1946 | part.BrickColor = BrickColor.new"Really black" | |
1947 | part.Material = Enum.Material.SmoothPlastic | |
1948 | part.Size = Vector3.new(1,1,1) | |
1949 | part.CFrame = Torso.CFrame | |
1950 | part.TopSurface,part.BottomSurface = 10,10 | |
1951 | for i = 0,1,.1 do | |
1952 | part.Size = part.Size+ Vector3.new(7,7,7) | |
1953 | part.Transparency = i | |
1954 | wait() | |
1955 | end | |
1956 | part:destroy() | |
1957 | end | |
1958 | ||
1959 | for i = 0,2,0.02 do | |
1960 | swait() | |
1961 | --so("http://roblox.com/asset/?id=10209640",RightArm,1,3) | |
1962 | RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(0)),.2) | |
1963 | Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(30),math.rad(0),math.rad(0)),.2) | |
1964 | RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(0)),.2) | |
1965 | LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(0)),.2) | |
1966 | RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0)),.2) | |
1967 | LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0)),.2) | |
1968 | Handle1weld.C0=clerp(Handle1weld.C0,cf(0,0,0)*angles(0,0,0),.2) | |
1969 | Handle2weld.C0=clerp(Handle2weld.C0,cf(0,0,0)*angles(0,0,0),.2) | |
1970 | Handle3weld.C0=clerp(Handle3weld.C0,cf(0,0,0)*angles(0,0,0),.2) | |
1971 | end | |
1972 | end | |
1973 | ||
1974 | function Ultimateform2() | |
1975 | for i = 0,1,0.08 do | |
1976 | swait() | |
1977 | --so("http://roblox.com/asset/?id=10209640",RightArm,1,3) | |
1978 | RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(0)),.2) | |
1979 | Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(30),math.rad(0),math.rad(0)),.2) | |
1980 | RW.C0 = clerp(RW.C0, CFrame.new(0.8, 0.5, -.5) * angles(math.rad(80), math.rad(0), math.rad(-90)),.2) | |
1981 | LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(0)),.2) | |
1982 | RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0)),.2) | |
1983 | LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0)),.2) | |
1984 | Handle1weld.C0=clerp(Handle1weld.C0,cf(0,0,0)*angles(0,0,0),.2) | |
1985 | Handle2weld.C0=clerp(Handle2weld.C0,cf(0,0,0)*angles(0,0,0),.2) | |
1986 | Handle3weld.C0=clerp(Handle3weld.C0,cf(0,0,0)*angles(0,0,0),.2) | |
1987 | end | |
1988 | ||
1989 | ||
1990 | for i = 1, 3 do | |
1991 | eye1.Transparency = 0 | |
1992 | so("http://www.roblox.com/asset/?id=138903071", Character, 1, 1) | |
1993 | local part = Instance.new("Part",eye1) | |
1994 | part.Shape = "Ball" | |
1995 | part.Anchored = true | |
1996 | part.CanCollide = false | |
1997 | part.BrickColor = BrickColor.new"Really red" | |
1998 | part.Material = Enum.Material.Neon | |
1999 | part.Size = Vector3.new(1,1,1) | |
2000 | part.CFrame = eye1.CFrame | |
2001 | part.TopSurface,part.BottomSurface = 10,10 | |
2002 | for i = 0,1,.2 do | |
2003 | part.Size = part.Size+ Vector3.new(0.25,0.25,0.25) | |
2004 | part.Transparency = i | |
2005 | wait() | |
2006 | end | |
2007 | part:destroy() | |
2008 | end | |
2009 | ||
2010 | ||
2011 | ||
2012 | ||
2013 | for i = 0,1,0.08 do | |
2014 | swait() | |
2015 | --so("http://roblox.com/asset/?id=10209640",RightArm,1,3) | |
2016 | Humanoid.CameraOffset = Vector3.new(0,0.5,0) | |
2017 | RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0.5)* angles(math.rad(0),math.rad(0),math.rad(0)),.2) | |
2018 | Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(-30),math.rad(0),math.rad(0)),.2) | |
2019 | RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(0)),.2) | |
2020 | LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(0)),.2) | |
2021 | RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0)),.2) | |
2022 | LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0)),.2) | |
2023 | Handle1weld.C0=clerp(Handle1weld.C0,cf(0,0,0)*angles(0,0,0),.2) | |
2024 | Handle2weld.C0=clerp(Handle2weld.C0,cf(0,0,0)*angles(0,0,0),.2) | |
2025 | Handle3weld.C0=clerp(Handle3weld.C0,cf(0,0,0)*angles(0,0,0),.2) | |
2026 | end | |
2027 | ||
2028 | ||
2029 | for i = 0,1,0.05 do | |
2030 | swait() | |
2031 | --so("http://roblox.com/asset/?id=10209640",RightArm,1,3) | |
2032 | Humanoid.CameraOffset = Vector3.new(0,1,0) | |
2033 | RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,1)* angles(math.rad(0),math.rad(0),math.rad(0)),.2) | |
2034 | Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(-30),math.rad(0),math.rad(0)),.2) | |
2035 | RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(0)),.2) | |
2036 | LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(0)),.2) | |
2037 | RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0)),.2) | |
2038 | LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0)),.2) | |
2039 | Handle1weld.C0=clerp(Handle1weld.C0,cf(0,0,0)*angles(0,0,0),.2) | |
2040 | Handle2weld.C0=clerp(Handle2weld.C0,cf(0,0,0)*angles(0,0,0),.2) | |
2041 | Handle3weld.C0=clerp(Handle3weld.C0,cf(0,0,0)*angles(0,0,0),.2) | |
2042 | end | |
2043 | ||
2044 | ||
2045 | ||
2046 | for i = 0,1,0.05 do | |
2047 | swait() | |
2048 | --so("http://roblox.com/asset/?id=10209640",RightArm,1,3) | |
2049 | Humanoid.CameraOffset = Vector3.new(0,1.5,0) | |
2050 | RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,1.5)* angles(math.rad(0),math.rad(0),math.rad(0)),.2) | |
2051 | Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(-30),math.rad(0),math.rad(0)),.2) | |
2052 | RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(0)),.2) | |
2053 | LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(0)),.2) | |
2054 | RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0)),.2) | |
2055 | LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0)),.2) | |
2056 | Handle1weld.C0=clerp(Handle1weld.C0,cf(0,0,0)*angles(0,0,0),.2) | |
2057 | Handle2weld.C0=clerp(Handle2weld.C0,cf(0,0,0)*angles(0,0,0),.2) | |
2058 | Handle3weld.C0=clerp(Handle3weld.C0,cf(0,0,0)*angles(0,0,0),.2) | |
2059 | end | |
2060 | ||
2061 | ||
2062 | ||
2063 | for i = 0,1,0.05 do | |
2064 | swait() | |
2065 | --so("http://roblox.com/asset/?id=10209640",RightArm,1,3) | |
2066 | Humanoid.CameraOffset = Vector3.new(0,2,0) | |
2067 | RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,2)* angles(math.rad(0),math.rad(0),math.rad(0)),.2) | |
2068 | Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(-30),math.rad(0),math.rad(0)),.2) | |
2069 | RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(0)),.2) | |
2070 | LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(0)),.2) | |
2071 | RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0)),.2) | |
2072 | LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0)),.2) | |
2073 | Handle1weld.C0=clerp(Handle1weld.C0,cf(0,0,0)*angles(0,0,0),.2) | |
2074 | Handle2weld.C0=clerp(Handle2weld.C0,cf(0,0,0)*angles(0,0,0),.2) | |
2075 | Handle3weld.C0=clerp(Handle3weld.C0,cf(0,0,0)*angles(0,0,0),.2) | |
2076 | end | |
2077 | ||
2078 | ||
2079 | ||
2080 | ||
2081 | for i = 0,1,0.005 do | |
2082 | swait() | |
2083 | --so("http://roblox.com/asset/?id=10209640",RightArm,1,3) | |
2084 | Humanoid.CameraOffset = Vector3.new(0,2,0) | |
2085 | RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,2)* angles(math.rad(0),math.rad(0),math.rad(0)),.2) | |
2086 | Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(-30),math.rad(0),math.rad(0)),.2) | |
2087 | RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(30), math.rad(0), math.rad(10)), 0.3) | |
2088 | LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-20), math.rad(0), math.rad(-30)), 0.3) | |
2089 | RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0)),.2) | |
2090 | LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0)),.2) | |
2091 | Handle1weld.C0=clerp(Handle1weld.C0,cf(0,0,0)*angles(0,0,0),.2) | |
2092 | Handle2weld.C0=clerp(Handle2weld.C0,cf(0,0,0)*angles(0,0,0),.2) | |
2093 | Handle3weld.C0=clerp(Handle3weld.C0,cf(0,0,0)*angles(0,0,0),.2) | |
2094 | end | |
2095 | ||
2096 | ||
2097 | ||
2098 | particleemitter.Enabled = true | |
2099 | particleemitter2.Enabled = true | |
2100 | ||
2101 | ||
2102 | ||
2103 | ||
2104 | ||
2105 | for i = 0,3,0.009 do | |
2106 | game.Lighting.TimeOfDay = 0 | |
2107 | swait() | |
2108 | --so("http://roblox.com/asset/?id=10209640",RightArm,1,3) | |
2109 | Humanoid.CameraOffset = Vector3.new(0,2+1*i,0) | |
2110 | RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,2+1*i)* angles(math.rad(0),math.rad(0),math.rad(0)),.2) | |
2111 | Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(30),math.rad(0),math.rad(0)),.2) | |
2112 | RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(30), math.rad(0), math.rad(30)), 0.3) | |
2113 | LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(-80), math.rad(0), math.rad(-100)),.2) | |
2114 | RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0)),.2) | |
2115 | LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0)),.2) | |
2116 | Handle1weld.C0=clerp(Handle1weld.C0,cf(0,0,0)*angles(0,0,0),.2) | |
2117 | Handle2weld.C0=clerp(Handle2weld.C0,cf(0,0,0)*angles(0,0,0),.2) | |
2118 | Handle3weld.C0=clerp(Handle3weld.C0,cf(0,0,0)*angles(0,0,0),.2) | |
2119 | end | |
2120 | ||
2121 | ||
2122 | for i = 1, 15 do | |
2123 | so("http://www.roblox.com/asset/?id=139508004", Character, 1, 1) | |
2124 | local part = Instance.new("Part",Torso) | |
2125 | part.Shape = "Ball" | |
2126 | part.Anchored = true | |
2127 | part.CanCollide = false | |
2128 | part.BrickColor = BrickColor.new"Really black" | |
2129 | part.Material = Enum.Material.SmoothPlastic | |
2130 | part.Size = Vector3.new(1,1,1) | |
2131 | part.CFrame = Torso.CFrame | |
2132 | part.TopSurface,part.BottomSurface = 10,10 | |
2133 | for i = 0,1,.2 do | |
2134 | part.Size = part.Size+ Vector3.new(10,10,10) | |
2135 | part.Transparency = i | |
2136 | wait() | |
2137 | end | |
2138 | part:destroy() | |
2139 | end | |
2140 | ||
2141 | ||
2142 | skybox = Instance.new("Part",Character) | |
2143 | skybox.Size = Vector3.new(0,0,0) | |
2144 | skybox.Anchored = true | |
2145 | skybox.CanCollide = true | |
2146 | skyboxmesh = Instance.new("SpecialMesh",skybox) | |
2147 | skyboxmesh.MeshId = "http://www.roblox.com/asset/?id=1527559" | |
2148 | skyboxmesh.TextureId = "http://www.roblox.com/asset/?id=294394670" | |
2149 | skyboxmesh.VertexColor = Vector3.new(1,0.5,1) | |
2150 | skyboxmesh.Scale = Vector3.new(-3000,-3000,-3000) | |
2151 | ||
2152 | skybox.CFrame = skybox.CFrame * CFrame.fromEulerAnglesXYZ(0,math.rad(1),0) | |
2153 | ||
2154 | ||
2155 | local base = game.Workspace.Base | |
2156 | base.BrickColor = BrickColor.new("Really black") | |
2157 | base.Material = "Granite" | |
2158 | ||
2159 | ||
2160 | spawn(function() | |
2161 | chatfunc("Lets Do This.") | |
2162 | end) | |
2163 | ||
2164 | ||
2165 | for i = 0,3,0.020 do | |
2166 | game.Lighting.TimeOfDay = 0 | |
2167 | swait() | |
2168 | --so("http://roblox.com/asset/?id=10209640",RightArm,1,3) | |
2169 | Humanoid.CameraOffset = Vector3.new(0,3,0) | |
2170 | RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,3)* angles(math.rad(0),math.rad(0),math.rad(0)),.2) | |
2171 | Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(30),math.rad(0),math.rad(0)),.2) | |
2172 | RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(30), math.rad(0), math.rad(30)), 0.3) | |
2173 | LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(-80), math.rad(0), math.rad(-100)),.2) | |
2174 | RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0)),.2) | |
2175 | LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0)),.2) | |
2176 | Handle1weld.C0=clerp(Handle1weld.C0,cf(0,0,0)*angles(0,0,0),.2) | |
2177 | Handle2weld.C0=clerp(Handle2weld.C0,cf(0,0,0)*angles(0,0,0),.2) | |
2178 | Handle3weld.C0=clerp(Handle3weld.C0,cf(0,0,0)*angles(0,0,0),.2) | |
2179 | end | |
2180 | ||
2181 | ||
2182 | for i = 0,3,0.050 do | |
2183 | swait() | |
2184 | --so("http://roblox.com/asset/?id=10209640",RightArm,1,3) | |
2185 | Humanoid.CameraOffset = Vector3.new(0,3,0) | |
2186 | RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,3)* angles(math.rad(0),math.rad(0),math.rad(0)),.2) | |
2187 | Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(0),math.rad(0),math.rad(0)),.2) | |
2188 | RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(30), math.rad(0), math.rad(30)), 0.3) | |
2189 | LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(-80), math.rad(0), math.rad(-100)),.2) | |
2190 | RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0)),.2) | |
2191 | LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0)),.2) | |
2192 | Handle1weld.C0=clerp(Handle1weld.C0,cf(0,0,0)*angles(0,0,0),.2) | |
2193 | Handle2weld.C0=clerp(Handle2weld.C0,cf(0,0,0)*angles(0,0,0),.2) | |
2194 | Handle3weld.C0=clerp(Handle3weld.C0,cf(0,0,0)*angles(0,0,0),.2) | |
2195 | end | |
2196 | ||
2197 | Humanoid.WalkSpeed = 50 | |
2198 | ||
2199 | end | |
2200 | ||
2201 | ||
2202 | ||
2203 | function projectile() | |
2204 | ||
2205 | ||
2206 | local X = Instance.new("Part",handee) | |
2207 | local O = Instance.new("ObjectValue",X) | |
2208 | O.Name = "creator" | |
2209 | X.Locked = true | |
2210 | X.Name = "Shell" | |
2211 | X.Anchored = false | |
2212 | X.CanCollide = false | |
2213 | X.Transparency = 0 | |
2214 | X.Reflectance = 0 | |
2215 | X.BottomSurface = 0 | |
2216 | X.TopSurface = 0 | |
2217 | X.Shape = 0 | |
2218 | local V = Instance.new("ObjectValue",X) | |
2219 | V.Value = char | |
2220 | V.Name = "creator" | |
2221 | X.BrickColor = BrickColor.new("Crimson") | |
2222 | X.Size = Vector3.new(2,2,2) | |
2223 | X.Material = "Neon" | |
2224 | local Z = Instance.new("SpecialMesh",X) | |
2225 | Z.MeshType = "Sphere" | |
2226 | Z.Scale = Vector3.new(0.5,0.5,1) | |
2227 | X.CFrame = handee.CFrame*CFrame.new(0,0,0) | |
2228 | local bv = Instance.new("BodyVelocity",X) | |
2229 | bv.maxForce = Vector3.new(99999,99999,99999) | |
2230 | X.CFrame = CFrame.new(X.Position,mouse.Hit.p) | |
2231 | - | local con5=X.Touched:connect(function(hit) Damagefunc(hit,25,45,math.random(550,550),"Knockdown",RootPart,.2,1) end) |
2231 | + | |
2232 | ||
2233 | local con5=X.Touched:connect(function(hit) Damagefunc(hit,999,999,math.random(550,550),"Knockdown",RootPart,.2,1) end) | |
2234 | ||
2235 | ||
2236 | particleemitter4.Enabled = true | |
2237 | ||
2238 | wait(10) | |
2239 | ||
2240 | particleemitter4.Enabled = false | |
2241 | ||
2242 | X:Destroy() | |
2243 | con5:disconnect() | |
2244 | end | |
2245 | ||
2246 | ||
2247 | ||
2248 | function forcefield() | |
2249 | Force.Transparency = 0.40 | |
2250 | Forcemesh.Scale = Vector3.new(80,80,80) | |
2251 | Force.CanCollide = true | |
2252 | Force.BrickColor = BrickColor.new("White") | |
2253 | ||
2254 | spawn(function() | |
2255 | chatfunc("FORCEFIELD!") | |
2256 | end) | |
2257 | ||
2258 | ||
2259 | end | |
2260 | ||
2261 | function projectile2() | |
2262 | ||
2263 | ||
2264 | local X = Instance.new("Part",handee) | |
2265 | local O = Instance.new("ObjectValue",X) | |
2266 | O.Name = "creator" | |
2267 | X.Locked = true | |
2268 | X.Name = "Shell" | |
2269 | X.Anchored = false | |
2270 | X.CanCollide = false | |
2271 | X.Transparency = 0 | |
2272 | X.Reflectance = 0 | |
2273 | X.BottomSurface = 0 | |
2274 | X.TopSurface = 0 | |
2275 | X.Shape = 0 | |
2276 | local V = Instance.new("ObjectValue",X) | |
2277 | V.Value = char | |
2278 | V.Name = "creator" | |
2279 | X.BrickColor = BrickColor.new("Toothpaste") | |
2280 | X.Size = Vector3.new(4,4,4) | |
2281 | X.Material = "Neon" | |
2282 | local Z = Instance.new("SpecialMesh",X) | |
2283 | Z.MeshType = "Sphere" | |
2284 | Z.Scale = Vector3.new(0.5,0.5,1) | |
2285 | X.CFrame = handee.CFrame*CFrame.new(0,0,0) | |
2286 | local bv = Instance.new("BodyVelocity",X) | |
2287 | bv.maxForce = Vector3.new(99999,99999,99999) | |
2288 | X.CFrame = CFrame.new(X.Position,mouse.Hit.p) | |
2289 | - | local con5=X.Touched:connect(function(hit) Damagefunc(hit,140,145,math.random(25,25),"Knockdown",RootPart,.2,1) end) |
2289 | + | |
2290 | ||
2291 | local con5=X.Touched:connect(function(hit) Damagefunc(hit,999,999,math.random(25,25),"Knockdown",RootPart,.2,1) end) | |
2292 | ||
2293 | ||
2294 | particleemitter4.Enabled = true | |
2295 | ||
2296 | wait(10) | |
2297 | ||
2298 | particleemitter4.Enabled = false | |
2299 | ||
2300 | X:Destroy() | |
2301 | con5:disconnect() | |
2302 | end | |
2303 | ||
2304 | ||
2305 | mouse.Button1Down:connect(function() | |
2306 | if attack==false then | |
2307 | if attacktype==1 then | |
2308 | attack=true | |
2309 | attacktype=2 | |
2310 | attackone() | |
2311 | elseif attacktype==2 then | |
2312 | attack=true | |
2313 | attacktype=3 | |
2314 | attacktwo() | |
2315 | elseif attacktype==3 then | |
2316 | attack=true | |
2317 | attacktype=4 | |
2318 | attackthree() | |
2319 | elseif attacktype==4 then | |
2320 | attack=true | |
2321 | attacktype=1 | |
2322 | attackfour() | |
2323 | end | |
2324 | end | |
2325 | end) | |
2326 | ||
2327 | ||
2328 | ||
2329 | ||
2330 | ||
2331 | mouse.KeyDown:connect(function(key) | |
2332 | if key == 'e' and attack == false then | |
2333 | so("http://roblox.com/asset/?id=405596045",Character,1,1) | |
2334 | particleemitter.Enabled = false | |
2335 | particleemitter2.Enabled = false | |
2336 | --particleemitter3.Enabled = false | |
2337 | sou2:Stop() | |
2338 | sou3:Stop() | |
2339 | eye1.Transparency = 1 | |
2340 | ||
2341 | ||
2342 | Character.Humanoid.MaxHealth = 88888 | |
2343 | Character.Humanoid.Health = 88888 | |
2344 | ||
2345 | ||
2346 | elseif key == 'u' then | |
2347 | heal() | |
2348 | ||
2349 | elseif key == 'f' and attack == false and particleemitter.Enabled == true then | |
2350 | projectile() | |
2351 | ||
2352 | ||
2353 | elseif key == 'p' and attack == false then | |
2354 | forcefield() | |
2355 | ||
2356 | elseif key == 'g' and attack == false and particleemitter.Enabled == true then | |
2357 | projectile2() | |
2358 | ||
2359 | elseif key == 'r' and attack == false then | |
2360 | Flipattack() | |
2361 | ||
2362 | elseif key == 't' and attack == false then | |
2363 | Ultracombo() | |
2364 | ||
2365 | ||
2366 | elseif key == 'y' and attack == false and particleemitter.Enabled == false then | |
2367 | attack = true | |
2368 | Player.Chatted:connect(onChatted) | |
2369 | Character.Humanoid.WalkSpeed = 0 | |
2370 | text.TextTransparency = 1 | |
2371 | text.TextStrokeTransparency = 1 | |
2372 | spawn(function() | |
2373 | chatfunc("You've made the worst mistake...") | |
2374 | wait(2) | |
2375 | chatfunc("YOU'LL EVER MAKE!") | |
2376 | end) | |
2377 | ||
2378 | ||
2379 | ||
2380 | Character.Humanoid.MaxHealth = 999999 | |
2381 | Character.Humanoid.Health = 999999 | |
2382 | ||
2383 | ||
2384 | ||
2385 | Ultimateform() | |
2386 | wait(4) | |
2387 | s:Play() | |
2388 | sou2:Stop() | |
2389 | sou3:Play() | |
2390 | spawn(function() | |
2391 | wait(1) | |
2392 | chatfunc("Heheh...") | |
2393 | end) | |
2394 | Ultimateform2() | |
2395 | ||
2396 | text.TextTransparency = 0 | |
2397 | text.TextStrokeTransparency = 0 | |
2398 | ||
2399 | ||
2400 | attack = false | |
2401 | Character.Humanoid.WalkSpeed = 50 | |
2402 | ||
2403 | end | |
2404 | end) | |
2405 | ||
2406 | ||
2407 | ||
2408 | mouse.KeyDown:connect(function(key) | |
2409 | if key == 'q' and attack == false then | |
2410 | aircombo() | |
2411 | end | |
2412 | end) | |
2413 | ||
2414 | ||
2415 | ||
2416 | local string1=part(3,m,"SmoothPlastic",0,0.8,BrickColor.new("Lime green"),"String1",vt(2,2,2))--These are not the trail sizes. Search string1.size to edit the trail size. | |
2417 | local stringmsh1=mesh("CylinderMesh",string1,"","",vt(0,0,0),vt(0.1,1,0.1)) | |
2418 | local stringwld1=weld(string1,string1,Handle1,euler(0,0,0),cf(0,0,0)) | |
2419 | ||
2420 | local string2=part(3,m,"SmoothPlastic",0,0.8,BrickColor.new("Really red"),"String2",vt(2,2,2))--These are not the trail sizes. Search string1.size to edit the trail size. | |
2421 | local stringmsh2=mesh("CylinderMesh",string2,"","",vt(0,0,0),vt(0.1,1,0.1)) | |
2422 | local stringwld2=weld(string2,string2,Handle2,euler(0,0,0),cf(0,0,0)) | |
2423 | ||
2424 | local string3=part(3,m,"SmoothPlastic",0,0.8,BrickColor.new("Toothpaste"),"String3",vt(2,2,2))--These are not the trail sizes. Search string1.size to edit the trail size. | |
2425 | local stringmsh3=mesh("CylinderMesh",string3,"","",vt(0,0,0),vt(0.1,1,0.1)) | |
2426 | local stringwld3=weld(string3,string3,Handle3,euler(0,0,0),cf(0,0,0)) | |
2427 | ||
2428 | local strmdl = "Arrow" | |
2429 | coroutine.resume(coroutine.create(function() | |
2430 | repeat | |
2431 | wait(-10) | |
2432 | ||
2433 | local top = RightArm.CFrame*cf(0,-1,0) | |
2434 | local bottom = Handle1.CFrame | |
2435 | local bottom2 = Handle2.CFrame | |
2436 | local bottom3 = Handle3.CFrame | |
2437 | local oristrpos | |
2438 | local oristrpos2 | |
2439 | local oristrpos3 | |
2440 | ||
2441 | if strmdl == "Bow" then | |
2442 | oristrpos = CFrame.new((top.p+bottom.p)/4) | |
2443 | oristrpos2 = CFrame.new((top.p+bottom.p)/4) | |
2444 | oristrpos3 = CFrame.new((top.p+bottom.p)/4) | |
2445 | elseif strmdl == "Arrow" then | |
2446 | oristrpos = Handle1.CFrame | |
2447 | oristrpos2 = Handle2.CFrame | |
2448 | oristrpos3 = Handle3.CFrame | |
2449 | end | |
2450 | ||
2451 | local mg1 = (top.p - oristrpos.p).magnitude | |
2452 | local mg2 = (bottom.p - oristrpos.p).magnitude | |
2453 | string1.Size = Vector3.new(4,mg1,4)--trail sizes. they do cause lag so be careful only edit the 4's | |
2454 | string1.Anchored=true | |
2455 | string1.CFrame = CFrame.new((top.p+oristrpos.p)/2,oristrpos.p) * CFrame.Angles(math.rad(90),0,0) | |
2456 | ||
2457 | local mg1B = (top.p - oristrpos2.p).magnitude | |
2458 | local mg2B = (bottom2.p - oristrpos2.p).magnitude | |
2459 | string2.Size = Vector3.new(4,mg1B,4)--trail sizes. they do cause lag so be careful only edit the 4's | |
2460 | string2.Anchored=true | |
2461 | string2.CFrame = CFrame.new((top.p+oristrpos2.p)/2,oristrpos2.p) * CFrame.Angles(math.rad(90),0,0) | |
2462 | ||
2463 | local mg1C = (top.p - oristrpos3.p).magnitude | |
2464 | local mg2C = (bottom3.p - oristrpos3.p).magnitude | |
2465 | string3.Size = Vector3.new(4,mg1C,4)--trail sizes. they do cause lag so be careful only edit the 4's | |
2466 | string3.Anchored=true | |
2467 | string3.CFrame = CFrame.new((top.p+oristrpos3.p)/2,oristrpos3.p) * CFrame.Angles(math.rad(90),0,0) | |
2468 | until false | |
2469 | end)) | |
2470 | ||
2471 | ||
2472 | --------------------------------------- | |
2473 | mouse.KeyDown:connect(function(key) | |
2474 | if string.byte(key) == 48 then | |
2475 | Swing = 2 | |
2476 | char.Humanoid.WalkSpeed = 60 | |
2477 | end | |
2478 | end) | |
2479 | ||
2480 | mouse.KeyUp:connect(function(key) | |
2481 | if string.byte(key) == 48 then | |
2482 | Swing = 1 | |
2483 | char.Humanoid.WalkSpeed = 80 | |
2484 | ||
2485 | end | |
2486 | end) | |
2487 | ||
2488 | --------------------------------------- | |
2489 | ||
2490 | function chatfunc(text) | |
2491 | local chat = coroutine.wrap(function() | |
2492 | if Character:FindFirstChild("TalkingBillBoard")~= nil then | |
2493 | Character:FindFirstChild("TalkingBillBoard"):destroy() | |
2494 | end | |
2495 | local naeeym2 = Instance.new("BillboardGui",Character) | |
2496 | naeeym2.Size = UDim2.new(0,100,0,40) | |
2497 | naeeym2.StudsOffset = Vector3.new(0,3,0) | |
2498 | naeeym2.Adornee = Character.Head | |
2499 | naeeym2.Name = "TalkingBillBoard" | |
2500 | local tecks2 = Instance.new("TextLabel",naeeym2) | |
2501 | tecks2.BackgroundTransparency = 1 | |
2502 | tecks2.BorderSizePixel = 0 | |
2503 | tecks2.Text = "" | |
2504 | tecks2.Font = "Bodoni" | |
2505 | tecks2.TextSize = 45 | |
2506 | tecks2.TextStrokeTransparency = 0 | |
2507 | tecks2.TextColor3 = Color3.new(0,0,0) | |
2508 | tecks2.TextStrokeColor3 = Color3.new(0,0,0) | |
2509 | tecks2.Size = UDim2.new(1,0,0.5,0) | |
2510 | local tecks3 = Instance.new("TextLabel",naeeym2) | |
2511 | tecks3.BackgroundTransparency = 1 | |
2512 | tecks3.BorderSizePixel = 0 | |
2513 | tecks3.Text = "" | |
2514 | tecks3.Font = "Bodoni" | |
2515 | tecks3.TextSize = 45 | |
2516 | tecks3.TextStrokeTransparency = 0 | |
2517 | tecks3.TextColor3 = Color3.new(255,255,255) | |
2518 | tecks3.TextStrokeColor3 = Color3.new(0,0,0) | |
2519 | tecks3.Size = UDim2.new(1,0,0.5,0) | |
2520 | for i = 1,string.len(text),1 do | |
2521 | tecks2.Text = string.sub(text,1,i) | |
2522 | tecks3.Text = string.sub(text,1,i) | |
2523 | wait(0.01) | |
2524 | end | |
2525 | wait(2) | |
2526 | for i = 1, 70 do | |
2527 | wait(0.0000000000000000000001) | |
2528 | tecks2.Rotation = tecks2.Rotation - 0 | |
2529 | tecks2.TextStrokeTransparency = tecks2.TextStrokeTransparency +.09 | |
2530 | tecks2.TextTransparency = tecks2.TextTransparency + .09 | |
2531 | tecks3.Rotation = tecks2.Rotation + 0 | |
2532 | tecks3.TextStrokeTransparency = tecks2.TextStrokeTransparency +.08 | |
2533 | tecks3.TextTransparency = tecks2.TextTransparency + .08 | |
2534 | end | |
2535 | naeeym2:Destroy() | |
2536 | end) | |
2537 | chat() | |
2538 | end | |
2539 | --end | |
2540 | ||
2541 | ||
2542 | ||
2543 | ||
2544 | ||
2545 | ||
2546 | ||
2547 | ||
2548 | ------------------------------- | |
2549 | ||
2550 | ||
2551 | --------------------------------------- | |
2552 | ||
2553 | char.Humanoid.JumpPower = 90 | |
2554 | ||
2555 | ||
2556 | ||
2557 | local sine = 0 | |
2558 | local change = 1 | |
2559 | local val = 0 | |
2560 | while true do | |
2561 | swait() | |
2562 | sine = sine + change | |
2563 | local torvel=(RootPart.Velocity*Vector3.new(1,0,1)).magnitude | |
2564 | local velderp=RootPart.Velocity.y | |
2565 | hitfloor,posfloor=rayCast(RootPart.Position,(CFrame.new(RootPart.Position,RootPart.Position - Vector3.new(0,1,0))).lookVector,4,Character) | |
2566 | if equipped==true or equipped==false then | |
2567 | if attack==false then | |
2568 | idle=idle+1 | |
2569 | else | |
2570 | idle=0 | |
2571 | end | |
2572 | if idle>=500 then | |
2573 | if attack==false then | |
2574 | --Sheath() | |
2575 | end | |
2576 | end | |
2577 | ||
2578 | if RootPart.Velocity.y > 1 and hitfloor==nil then | |
2579 | Anim="Jump" | |
2580 | if attack==false then | |
2581 | change = 2 | |
2582 | Humanoid.CameraOffset = Vector3.new(0,0,0) | |
2583 | RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0 + 360 * math.cos (sine / 30)),math.rad(0),math.rad(0)),.3) | |
2584 | Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(-10),math.rad(0),math.rad(0)),.3) | |
2585 | RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(30), math.rad(0), math.rad(10)), 0.3) | |
2586 | LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-20), math.rad(0), math.rad(-30)), 0.3) | |
2587 | RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(-20)),.3) | |
2588 | LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-60),math.rad(0)),.3) | |
2589 | Handle1weld.C0=clerp(Handle1weld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.2) | |
2590 | Handle2weld.C0=clerp(Handle2weld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.2) | |
2591 | Handle3weld.C0=clerp(Handle3weld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.2) | |
2592 | end | |
2593 | elseif RootPart.Velocity.y < -1 and hitfloor==nil then | |
2594 | Anim="Fall" | |
2595 | change = 1 | |
2596 | if attack==false then | |
2597 | Humanoid.CameraOffset = Vector3.new(0,0,0) | |
2598 | RH.C0=clerp(RH.C0,cf(1,0.20,-0.25)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(0),math.rad(0),math.rad(0)),.3) | |
2599 | LH.C0=clerp(LH.C0,cf(-1,-0.70,-0.25)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(0),math.rad(0),math.rad(0)),.3) | |
2600 | RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(0)),.3) | |
2601 | Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(40),math.rad(0),math.rad(0)),.3) | |
2602 | RW.C0 = clerp(RW.C0, CFrame.new(1.45, 0.65, 0) * angles(math.rad(-10), math.rad(0), math.rad(90)), 0.3) | |
2603 | LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.65, 0) * angles(math.rad(-10), math.rad(0), math.rad(-90)), 0.3) | |
2604 | Handle1weld.C0=clerp(Handle1weld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.2) | |
2605 | Handle2weld.C0=clerp(Handle2weld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.2) | |
2606 | Handle3weld.C0=clerp(Handle3weld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.2) | |
2607 | end | |
2608 | elseif torvel<1 and hitfloor~=nil then | |
2609 | Anim="Idle" | |
2610 | if attack==false and particleemitter.Enabled==false then | |
2611 | Humanoid.CameraOffset = Vector3.new(0,0,0) | |
2612 | RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math .rad(50)),.2) | |
2613 | Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(0),math.rad(0),math.rad(-50* math.cos (sine / 64))),.2) | |
2614 | RW.C0 = clerp(RW.C0, CFrame.new(.9, 0.5, -.5) * angles(math.rad(80), math.rad(0), math.rad(-50)),.2) | |
2615 | LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(0), math.rad(10 + 10 *math.cos (sine / 64)), math.rad(-10 + 10 *math.cos (sine / 30))),.2) | |
2616 | RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(70),math.rad(0)),.2) | |
2617 | LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0)),.2) | |
2618 | Handle1weld.C0=clerp(Handle1weld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.2) | |
2619 | Handle2weld.C0=clerp(Handle2weld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.2) | |
2620 | Handle3weld.C0=clerp(Handle3weld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.2) | |
2621 | else | |
2622 | if attack==false and particleemitter.Enabled==true then | |
2623 | Humanoid.CameraOffset = Vector3.new(0,2.50 + 0.50 * math.cos (sine/30),0) | |
2624 | RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,2.50 + 0.50 * math.cos (sine/30))* angles(math.rad(10.40 + 4 * math.cos (sine / 30)),math.rad(0),math.rad(0)),.2) | |
2625 | Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(10 + 5 * math.cos (sine / 30)),math.rad(0),math.rad(0)),.2) | |
2626 | RW.C0 = clerp(RW.C0, CFrame.new(.9, 0.5, -.5) * angles(math.rad(60), math.rad(0), math.rad(-50)),.2) | |
2627 | LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(-80), math.rad(0), math.rad(-100)),.2) | |
2628 | RH.C0=clerp(RH.C0,cf(1,-1-0.3*math.cos(sine/20),-0.3)*angles(math.rad(-40 + 7.18 *math.cos(sine/30)),math.rad(70 + 6.18 *math.cos(sine/30)),math.rad(0 + 13.18 *math.cos(sine/30))),.2) | |
2629 | LH.C0=clerp(LH.C0,cf(-1,-1-0.2*math.cos(sine/15),-0.5)*angles(math.rad(-20 + 12.18 *math.cos(sine/15)),math.rad(-90 + 5.18 *math.cos(sine/15)),math.rad(0 + 14.18 *math.cos(sine/15))),.2) | |
2630 | Handle1weld.C0=clerp(Handle1weld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.2) | |
2631 | Handle2weld.C0=clerp(Handle2weld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.2) | |
2632 | Handle3weld.C0=clerp(Handle3weld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.2) | |
2633 | end | |
2634 | end | |
2635 | elseif torvel>2 and torvel<22 and hitfloor~=nil then | |
2636 | Anim="Walk" | |
2637 | if attack==false and particleemitter.Enabled==false then | |
2638 | Humanoid.CameraOffset = Vector3.new(0,0,0) | |
2639 | RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(10),math.rad(0),math.rad(50)),.2) | |
2640 | Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(-5),math.rad(2),math.rad(-50)),.2) | |
2641 | RW.C0 = clerp(RW.C0, CFrame.new(.9, 0.5, -.5) * angles(math.rad(80), math.rad(0), math.rad(-50)),.2) | |
2642 | LW.C0 = clerp(LW.C0, CFrame.new(-.8, 0.3, -.5) * angles(math.rad(60), math.rad(11), math.rad(70)),.2) | |
2643 | RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(70),math.rad(-50 - 50 *math.cos (sine / -10))),.2) | |
2644 | LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(50 - 50*math.cos (sine / 10))),.2) | |
2645 | Handle1weld.C0=clerp(Handle1weld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.2) | |
2646 | Handle2weld.C0=clerp(Handle2weld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.2) | |
2647 | Handle3weld.C0=clerp(Handle3weld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.2) | |
2648 | else | |
2649 | if attack==false and particleemitter.Enabled==true then | |
2650 | Humanoid.CameraOffset = Vector3.new(0,1 + 0.50 *math.cos (sine/35),0) | |
2651 | RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,1.2+.5*math.cos(sine/35))* angles(math.rad(30),math.rad(0),math.rad(0)),.2) | |
2652 | Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(-10-5*math.cos(sine/35)),math.rad(0),math.rad(0)),.2) | |
2653 | RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(30), math.rad(0), math.rad(50)),.2) | |
2654 | LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(30),math.rad(0),math.rad(-50)),.2) | |
2655 | RH.C0=clerp(RH.C0,cf(1,-0.75,-0.5)*angles(math.rad(-35),math.rad(90),math.rad(0)),.2) | |
2656 | LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0)),.2) | |
2657 | Handle1weld.C0=clerp(Handle1weld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.2) | |
2658 | Handle2weld.C0=clerp(Handle2weld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.2) | |
2659 | Handle3weld.C0=clerp(Handle3weld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.2) | |
2660 | end | |
2661 | end | |
2662 | elseif torvel>=22 and hitfloor~=nil then | |
2663 | Anim="Run" | |
2664 | if attack==false and particleemitter.Enabled==true then | |
2665 | Humanoid.CameraOffset = Vector3.new(0,2 + 1 * math.cos(sine/30),0) | |
2666 | RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,2 + 1 *math.cos(sine / 30))* angles(math.rad(85),math.rad(0),math.rad(0)),.2) | |
2667 | Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(-65),math.rad(0),math.rad(0)),.2) | |
2668 | RW.C0 = clerp(RW.C0, CFrame.new(1.45, 0.65, 0) * angles(math.rad(-10), math.rad(0), math.rad(90)), 0.3) | |
2669 | LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.65, 0) * angles(math.rad(-10), math.rad(0), math.rad(-90)), 0.3) | |
2670 | RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0)),.2) | |
2671 | LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0)),.2) | |
2672 | Handle1weld.C0=clerp(Handle1weld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.2) | |
2673 | Handle2weld.C0=clerp(Handle2weld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.2) | |
2674 | Handle3weld.C0=clerp(Handle3weld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.2) | |
2675 | else | |
2676 | if attack==false and particleemitter.Enabled==false then | |
2677 | Humanoid.CameraOffset = Vector3.new(0,0,0) | |
2678 | RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(30),math.rad(0),math.rad(0+10*math.cos(sine/5))),.2) | |
2679 | Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(-12),math.rad(0),math.rad(0)),.2) | |
2680 | RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(35+90*math.cos(sine/5)),math.rad(0),math.rad(0)),.2) | |
2681 | LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(35-90*math.cos(sine/5)),math.rad(0),math.rad(0)),.2) | |
2682 | RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(35),math.rad(90),math.rad(-40 - 70 *math.cos (sine / -5))),.2) | |
2683 | LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(35),math.rad(-90),math.rad(40 - 70 *math.cos (sine / 5))),.2) | |
2684 | Handle1weld.C0=clerp(Handle1weld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.2) | |
2685 | Handle2weld.C0=clerp(Handle2weld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.2) | |
2686 | Handle3weld.C0=clerp(Handle3weld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.2) | |
2687 | end | |
2688 | end | |
2689 | end | |
2690 | end | |
2691 | if #Effects>0 then | |
2692 | --table.insert(Effects,{prt,"Block1",delay}) | |
2693 | for e=1,#Effects do | |
2694 | if Effects[e]~=nil then | |
2695 | --for j=1,#Effects[e] do | |
2696 | local Thing=Effects[e] | |
2697 | if Thing~=nil then | |
2698 | local Part=Thing[1] | |
2699 | local Mode=Thing[2] | |
2700 | local Delay=Thing[3] | |
2701 | local IncX=Thing[4] | |
2702 | local IncY=Thing[5] | |
2703 | local IncZ=Thing[6] | |
2704 | if Thing[1].Transparency<=1 then | |
2705 | if Thing[2]=="Block1" then | |
2706 | Thing[1].CFrame=Thing[1].CFrame*euler(math.random(-50,50),math.random(-50,50),math.random(-50,50)) | |
2707 | Mesh=Thing[1].Mesh | |
2708 | Mesh.Scale=Mesh.Scale+vt(Thing[4],Thing[5],Thing[6]) | |
2709 | Thing[1].Transparency=Thing[1].Transparency+Thing[3] | |
2710 | elseif Thing[2]=="Cylinder" then | |
2711 | Mesh=Thing[1].Mesh | |
2712 | Mesh.Scale=Mesh.Scale+vt(Thing[4],Thing[5],Thing[6]) | |
2713 | Thing[1].Transparency=Thing[1].Transparency+Thing[3] | |
2714 | elseif Thing[2]=="Blood" then | |
2715 | Mesh=Thing[7] | |
2716 | Thing[1].CFrame=Thing[1].CFrame*cf(0,.5,0) | |
2717 | Mesh.Scale=Mesh.Scale+vt(Thing[4],Thing[5],Thing[6]) | |
2718 | Thing[1].Transparency=Thing[1].Transparency+Thing[3] | |
2719 | elseif Thing[2]=="Elec" then | |
2720 | Mesh=Thing[1].Mesh | |
2721 | Mesh.Scale=Mesh.Scale+vt(Thing[7],Thing[8],Thing[9]) | |
2722 | Thing[1].Transparency=Thing[1].Transparency+Thing[3] | |
2723 | elseif Thing[2]=="Disappear" then | |
2724 | Thing[1].Transparency=Thing[1].Transparency+Thing[3] | |
2725 | end | |
2726 | else | |
2727 | Part.Parent=nil | |
2728 | table.remove(Effects,e) | |
2729 | end | |
2730 | end | |
2731 | end | |
2732 | --end | |
2733 | end | |
2734 | end | |
2735 | end |