SHOW:
|
|
- or go back to the newest paste.
1 | Player=game:GetService("Players").LocalPlayer | |
2 | Character=Player.Character | |
3 | PlayerGui=Player.PlayerGui | |
4 | Backpack=Player.Backpack | |
5 | Torso=Character.Torso | |
6 | Head=Character.Head | |
7 | Humanoid=Character.Humanoid | |
8 | m=Instance.new('Model',Character) | |
9 | LeftArm=Character["Left Arm"] | |
10 | LeftLeg=Character["Left Leg"] | |
11 | RightArm=Character["Right Arm"] | |
12 | RightLeg=Character["Right Leg"] | |
13 | LS=Torso["Left Shoulder"] | |
14 | LH=Torso["Left Hip"] | |
15 | RS=Torso["Right Shoulder"] | |
16 | RH=Torso["Right Hip"] | |
17 | Face = Head.face | |
18 | Neck=Torso.Neck | |
19 | it=Instance.new | |
20 | attacktype=1 | |
21 | vt=Vector3.new | |
22 | cf=CFrame.new | |
23 | euler=CFrame.fromEulerAnglesXYZ | |
24 | angles=CFrame.Angles | |
25 | cloaked=false | |
26 | necko=cf(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0) | |
27 | necko2=cf(0, -0.5, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0) | |
28 | LHC0=cf(-1,-1,0,-0,-0,-1,0,1,0,1,0,0) | |
29 | LHC1=cf(-0.5,1,0,-0,-0,-1,0,1,0,1,0,0) | |
30 | RHC0=cf(1,-1,0,0,0,1,0,1,0,-1,-0,-0) | |
31 | RHC1=cf(0.5,1,0,0,0,1,0,1,0,-1,-0,-0) | |
32 | RootPart=Character.HumanoidRootPart | |
33 | RootJoint=RootPart.RootJoint | |
34 | RootCF=euler(-1.57,0,3.14) | |
35 | attack = false | |
36 | attackdebounce = false | |
37 | deb=false | |
38 | equipped=true | |
39 | hand=false | |
40 | MMouse=nil | |
41 | combo=0 | |
42 | mana=0 | |
43 | trispeed=.2 | |
44 | attackmode='none' | |
45 | local idle=0 | |
46 | local Anim="Idle" | |
47 | local Effects={} | |
48 | local gun=false | |
49 | local shoot=false | |
50 | player=nil | |
51 | mana=0 | |
52 | ||
53 | mouse=Player:GetMouse() | |
54 | --save shoulders | |
55 | RSH, LSH=nil, nil | |
56 | --welds | |
57 | RW, LW=Instance.new("Weld"), Instance.new("Weld") | |
58 | RW.Name="Right Shoulder" LW.Name="Left Shoulder" | |
59 | LH=Torso["Left Hip"] | |
60 | RH=Torso["Right Hip"] | |
61 | TorsoColor=Torso.BrickColor | |
62 | function NoOutline(Part) | |
63 | Part.TopSurface,Part.BottomSurface,Part.LeftSurface,Part.RightSurface,Part.FrontSurface,Part.BackSurface = 10,10,10,10,10,10 | |
64 | end | |
65 | player=Player | |
66 | ch=Character | |
67 | RSH=ch.Torso["Right Shoulder"] | |
68 | LSH=ch.Torso["Left Shoulder"] | |
69 | -- | |
70 | RSH.Parent=nil | |
71 | LSH.Parent=nil | |
72 | -- | |
73 | RW.Name="Right Shoulder" | |
74 | RW.Part0=ch.Torso | |
75 | RW.C0=cf(1.5, 0.5, 0) --* CFrame.fromEulerAnglesXYZ(1.3, 0, -0.5) | |
76 | RW.C1=cf(0, 0.5, 0) | |
77 | RW.Part1=ch["Right Arm"] | |
78 | RW.Parent=ch.Torso | |
79 | -- | |
80 | LW.Name="Left Shoulder" | |
81 | LW.Part0=ch.Torso | |
82 | LW.C0=cf(-1.5, 0.5, 0) --* CFrame.fromEulerAnglesXYZ(1.7, 0, 0.8) | |
83 | LW.C1=cf(0, 0.5, 0) | |
84 | LW.Part1=ch["Left Arm"] | |
85 | LW.Parent=ch.Torso | |
86 | ||
87 | Player=game:GetService('Players').LocalPlayer | |
88 | Character=Player.Character | |
89 | Mouse=Player:GetMouse() | |
90 | m=Instance.new('Model',Character) | |
91 | ||
92 | ||
93 | local function weldBetween(a, b) | |
94 | local weldd = Instance.new("ManualWeld") | |
95 | weldd.Part0 = a | |
96 | weldd.Part1 = b | |
97 | weldd.C0 = CFrame.new() | |
98 | weldd.C1 = b.CFrame:inverse() * a.CFrame | |
99 | weldd.Parent = a | |
100 | return weldd | |
101 | end | |
102 | ||
103 | function swait(num) | |
104 | if num==0 or num==nil then | |
105 | game:service'RunService'.Stepped:wait(0) | |
106 | else | |
107 | for i=0,num do | |
108 | game:service'RunService'.Stepped:wait(0) | |
109 | end | |
110 | end | |
111 | end | |
112 | ||
113 | function nooutline(part) | |
114 | part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10 | |
115 | end | |
116 | ||
117 | function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size) | |
118 | local fp=it("Part") | |
119 | fp.formFactor=formfactor | |
120 | fp.Parent=parent | |
121 | fp.Reflectance=reflectance | |
122 | fp.Transparency=transparency | |
123 | fp.CanCollide=false | |
124 | fp.Locked=true | |
125 | fp.BrickColor=BrickColor.new(tostring(brickcolor)) | |
126 | fp.Name=name | |
127 | fp.Size=size | |
128 | fp.Position=Character.Torso.Position | |
129 | nooutline(fp) | |
130 | fp.Material=material | |
131 | fp:BreakJoints() | |
132 | return fp | |
133 | end | |
134 | ||
135 | function mesh(Mesh,part,meshtype,meshid,offset,scale) | |
136 | local mesh=it(Mesh) | |
137 | mesh.Parent=part | |
138 | if Mesh=="SpecialMesh" then | |
139 | mesh.MeshType=meshtype | |
140 | mesh.MeshId=meshid | |
141 | end | |
142 | mesh.Offset=offset | |
143 | mesh.Scale=scale | |
144 | return mesh | |
145 | end | |
146 | ||
147 | function weld(parent,part0,part1,c0,c1) | |
148 | local weld=it("Weld") | |
149 | weld.Parent=parent | |
150 | weld.Part0=part0 | |
151 | weld.Part1=part1 | |
152 | weld.C0=c0 | |
153 | weld.C1=c1 | |
154 | return weld | |
155 | end | |
156 | ||
157 | ||
158 | local function CFrameFromTopBack(at, top, back) | |
159 | local right = top:Cross(back) | |
160 | return CFrame.new(at.x, at.y, at.z, | |
161 | right.x, top.x, back.x, | |
162 | right.y, top.y, back.y, | |
163 | right.z, top.z, back.z) | |
164 | end | |
165 | ||
166 | function Triangle(a, b, c) | |
167 | local edg1 = (c-a):Dot((b-a).unit) | |
168 | local edg2 = (a-b):Dot((c-b).unit) | |
169 | local edg3 = (b-c):Dot((a-c).unit) | |
170 | if edg1 <= (b-a).magnitude and edg1 >= 0 then | |
171 | a, b, c = a, b, c | |
172 | elseif edg2 <= (c-b).magnitude and edg2 >= 0 then | |
173 | a, b, c = b, c, a | |
174 | elseif edg3 <= (a-c).magnitude and edg3 >= 0 then | |
175 | a, b, c = c, a, b | |
176 | else | |
177 | assert(false, "unreachable") | |
178 | end | |
179 | ||
180 | local len1 = (c-a):Dot((b-a).unit) | |
181 | local len2 = (b-a).magnitude - len1 | |
182 | local width = (a + (b-a).unit*len1 - c).magnitude | |
183 | ||
184 | local maincf = CFrameFromTopBack(a, (b-a):Cross(c-b).unit, -(b-a).unit) | |
185 | ||
186 | local list = {} | |
187 | ||
188 | if len1 > 0.01 then | |
189 | local w1 = Instance.new('WedgePart', m) | |
190 | game:GetService("Debris"):AddItem(w1,5) | |
191 | w1.Material = "SmoothPlastic" | |
192 | w1.FormFactor = 'Custom' | |
193 | w1.BrickColor = BrickColor.new("Really red") | |
194 | w1.Transparency = 0 | |
195 | w1.Reflectance = 0 | |
196 | w1.Material = "SmoothPlastic" | |
197 | w1.CanCollide = false | |
198 | NoOutline(w1) | |
199 | local sz = Vector3.new(0.2, width, len1) | |
200 | w1.Size = sz | |
201 | local sp = Instance.new("SpecialMesh",w1) | |
202 | sp.MeshType = "Wedge" | |
203 | sp.Scale = Vector3.new(0,1,1) * sz/w1.Size | |
204 | w1:BreakJoints() | |
205 | w1.Anchored = true | |
206 | w1.Parent = workspace | |
207 | w1.Transparency = 0.7 | |
208 | table.insert(Effects,{w1,"Disappear",.01}) | |
209 | w1.CFrame = maincf*CFrame.Angles(math.pi,0,math.pi/2)*CFrame.new(0,width/2,len1/2) | |
210 | table.insert(list,w1) | |
211 | end | |
212 | ||
213 | if len2 > 0.01 then | |
214 | local w2 = Instance.new('WedgePart', m) | |
215 | game:GetService("Debris"):AddItem(w2,5) | |
216 | w2.Material = "SmoothPlastic" | |
217 | w2.FormFactor = 'Custom' | |
218 | w2.BrickColor = BrickColor.new("Really red") | |
219 | w2.Transparency = 0 | |
220 | w2.Reflectance = 0 | |
221 | w2.Material = "SmoothPlastic" | |
222 | w2.CanCollide = false | |
223 | NoOutline(w2) | |
224 | local sz = Vector3.new(0.2, width, len2) | |
225 | w2.Size = sz | |
226 | local sp = Instance.new("SpecialMesh",w2) | |
227 | sp.MeshType = "Wedge" | |
228 | sp.Scale = Vector3.new(0,1,1) * sz/w2.Size | |
229 | w2:BreakJoints() | |
230 | w2.Anchored = true | |
231 | w2.Parent = workspace | |
232 | w2.Transparency = 0.7 | |
233 | table.insert(Effects,{w2,"Disappear",.01}) | |
234 | w2.CFrame = maincf*CFrame.Angles(math.pi,math.pi,-math.pi/2)*CFrame.new(0,width/2,-len1 - len2/2) | |
235 | table.insert(list,w2) | |
236 | end | |
237 | return unpack(list) | |
238 | end | |
239 | ||
240 | ||
241 | so = function(id,par,vol,pit) | |
242 | coroutine.resume(coroutine.create(function() | |
243 | local sou = Instance.new("Sound",par or workspace) | |
244 | sou.Volume=vol | |
245 | sou.Pitch=pit or 1 | |
246 | sou.SoundId=id | |
247 | swait() | |
248 | sou:play() | |
249 | game:GetService("Debris"):AddItem(sou,6) | |
250 | end)) | |
251 | end | |
252 | ||
253 | function clerp(a,b,t) | |
254 | local qa = {QuaternionFromCFrame(a)} | |
255 | local qb = {QuaternionFromCFrame(b)} | |
256 | local ax, ay, az = a.x, a.y, a.z | |
257 | local bx, by, bz = b.x, b.y, b.z | |
258 | local _t = 1-t | |
259 | return QuaternionToCFrame(_t*ax + t*bx, _t*ay + t*by, _t*az + t*bz,QuaternionSlerp(qa, qb, t)) | |
260 | end | |
261 | ||
262 | function QuaternionFromCFrame(cf) | |
263 | local mx, my, mz, m00, m01, m02, m10, m11, m12, m20, m21, m22 = cf:components() | |
264 | local trace = m00 + m11 + m22 | |
265 | if trace > 0 then | |
266 | local s = math.sqrt(1 + trace) | |
267 | local recip = 0.5/s | |
268 | return (m21-m12)*recip, (m02-m20)*recip, (m10-m01)*recip, s*0.5 | |
269 | else | |
270 | local i = 0 | |
271 | if m11 > m00 then | |
272 | i = 1 | |
273 | end | |
274 | if m22 > (i == 0 and m00 or m11) then | |
275 | i = 2 | |
276 | end | |
277 | if i == 0 then | |
278 | local s = math.sqrt(m00-m11-m22+1) | |
279 | local recip = 0.5/s | |
280 | return 0.5*s, (m10+m01)*recip, (m20+m02)*recip, (m21-m12)*recip | |
281 | elseif i == 1 then | |
282 | local s = math.sqrt(m11-m22-m00+1) | |
283 | local recip = 0.5/s | |
284 | return (m01+m10)*recip, 0.5*s, (m21+m12)*recip, (m02-m20)*recip | |
285 | elseif i == 2 then | |
286 | local s = math.sqrt(m22-m00-m11+1) | |
287 | local recip = 0.5/s return (m02+m20)*recip, (m12+m21)*recip, 0.5*s, (m10-m01)*recip | |
288 | end | |
289 | end | |
290 | end | |
291 | ||
292 | function QuaternionToCFrame(px, py, pz, x, y, z, w) | |
293 | local xs, ys, zs = x + x, y + y, z + z | |
294 | local wx, wy, wz = w*xs, w*ys, w*zs | |
295 | local xx = x*xs | |
296 | local xy = x*ys | |
297 | local xz = x*zs | |
298 | local yy = y*ys | |
299 | local yz = y*zs | |
300 | local zz = z*zs | |
301 | 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)) | |
302 | end | |
303 | ||
304 | function QuaternionSlerp(a, b, t) | |
305 | local cosTheta = a[1]*b[1] + a[2]*b[2] + a[3]*b[3] + a[4]*b[4] | |
306 | local startInterp, finishInterp; | |
307 | if cosTheta >= 0.0001 then | |
308 | if (1 - cosTheta) > 0.0001 then | |
309 | local theta = math.acos(cosTheta) | |
310 | local invSinTheta = 1/math.sin(theta) | |
311 | startInterp = math.sin((1-t)*theta)*invSinTheta | |
312 | finishInterp = math.sin(t*theta)*invSinTheta | |
313 | else | |
314 | startInterp = 1-t | |
315 | finishInterp = t | |
316 | end | |
317 | else | |
318 | if (1+cosTheta) > 0.0001 then | |
319 | local theta = math.acos(-cosTheta) | |
320 | local invSinTheta = 1/math.sin(theta) | |
321 | startInterp = math.sin((t-1)*theta)*invSinTheta | |
322 | finishInterp = math.sin(t*theta)*invSinTheta | |
323 | else | |
324 | startInterp = t-1 | |
325 | finishInterp = t | |
326 | end | |
327 | end | |
328 | 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 | |
329 | end | |
330 | ||
331 | function rayCast(Pos, Dir, Max, Ignore) -- Origin Position , Direction, MaxDistance , IgnoreDescendants | |
332 | return game:service("Workspace"):FindPartOnRay(Ray.new(Pos, Dir.unit * (Max or 999.999)), Ignore) | |
333 | end | |
334 | ||
335 | local function CFrameFromTopBack(at, top, back) | |
336 | local right = top:Cross(back) | |
337 | return CFrame.new(at.x, at.y, at.z, | |
338 | right.x, top.x, back.x, | |
339 | right.y, top.y, back.y, | |
340 | right.z, top.z, back.z) | |
341 | end | |
342 | ||
343 | --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) | |
344 | ||
345 | ||
346 | function rayCast(Pos, Dir, Max, Ignore) -- Origin Position , Direction, MaxDistance , IgnoreDescendants | |
347 | return game:service("Workspace"):FindPartOnRay(Ray.new(Pos, Dir.unit * (Max or 999.999)), Ignore) | |
348 | end | |
349 | ||
350 | Damagefunc=function(hit,minim,maxim,knockback,Type,Property,Delay,KnockbackType,decreaseblock) | |
351 | if hit.Parent==nil then | |
352 | return | |
353 | end | |
354 | h=hit.Parent:FindFirstChild("Humanoid") | |
355 | for _,v in pairs(hit.Parent:children()) do | |
356 | if v:IsA("Humanoid") then | |
357 | h=v | |
358 | end | |
359 | end | |
360 | if hit.Parent.Parent:FindFirstChild("Torso")~=nil then | |
361 | h=hit.Parent.Parent:FindFirstChild("Humanoid") | |
362 | end | |
363 | if hit.Parent.className=="Hat" then | |
364 | hit=hit.Parent.Parent:findFirstChild("Head") | |
365 | end | |
366 | if h~=nil and hit.Parent.Name~=Character.Name and hit.Parent:FindFirstChild("Torso")~=nil then | |
367 | if hit.Parent:findFirstChild("DebounceHit")~=nil then if hit.Parent.DebounceHit.Value==true then return end end | |
368 | --[[ if game.Players:GetPlayerFromCharacter(hit.Parent)~=nil then | |
369 | return | |
370 | end]] | |
371 | -- hs(hit,1.2) | |
372 | c=Instance.new("ObjectValue") | |
373 | c.Name="creator" | |
374 | c.Value=game:service("Players").LocalPlayer | |
375 | c.Parent=h | |
376 | game:GetService("Debris"):AddItem(c,.5) | |
377 | Damage=math.random(minim,maxim) | |
378 | -- h:TakeDamage(Damage) | |
379 | blocked=false | |
380 | block=hit.Parent:findFirstChild("Block") | |
381 | if block~=nil then | |
382 | print(block.className) | |
383 | if block.className=="NumberValue" then | |
384 | if block.Value>0 then | |
385 | blocked=true | |
386 | if decreaseblock==nil then | |
387 | block.Value=block.Value-1 | |
388 | end | |
389 | end | |
390 | end | |
391 | if block.className=="IntValue" then | |
392 | if block.Value>0 then | |
393 | blocked=true | |
394 | if decreaseblock~=nil then | |
395 | block.Value=block.Value-1 | |
396 | end | |
397 | end | |
398 | end | |
399 | end | |
400 | if blocked==false then | |
401 | -- h:TakeDamage(Damage) | |
402 | h.Health=h.Health-Damage | |
403 | showDamage(hit.Parent,Damage,.5,BrickColor.new("Really red")) | |
404 | else | |
405 | h.Health=h.Health-(Damage/2) | |
406 | showDamage(hit.Parent,Damage/2,.5,BrickColor.new("Bright blue")) | |
407 | end | |
408 | if Type=="Knockdown" then | |
409 | hum=hit.Parent.Humanoid | |
410 | hum.PlatformStand=true | |
411 | coroutine.resume(coroutine.create(function(HHumanoid) | |
412 | swait(1) | |
413 | HHumanoid.PlatformStand=false | |
414 | end),hum) | |
415 | local angle=(hit.Position-(Property.Position+Vector3.new(0,0,0))).unit | |
416 | --hit.CFrame=CFrame.new(hit.Position,Vector3.new(angle.x,hit.Position.y,angle.z))*CFrame.fromEulerAnglesXYZ(math.pi/4,0,0) | |
417 | local bodvol=Instance.new("BodyVelocity") | |
418 | bodvol.velocity=angle*knockback | |
419 | bodvol.P=5000 | |
420 | bodvol.maxForce=Vector3.new(8e+003, 8e+003, 8e+003) | |
421 | bodvol.Parent=hit | |
422 | rl=Instance.new("BodyAngularVelocity") | |
423 | rl.P=3000 | |
424 | rl.maxTorque=Vector3.new(500000,500000,500000)*50000000000000 | |
425 | rl.angularvelocity=Vector3.new(math.random(-10,10),math.random(-10,10),math.random(-10,10)) | |
426 | rl.Parent=hit | |
427 | game:GetService("Debris"):AddItem(bodvol,.5) | |
428 | game:GetService("Debris"):AddItem(rl,.5) | |
429 | elseif Type=="Normal" then | |
430 | vp=Instance.new("BodyVelocity") | |
431 | vp.P=500 | |
432 | vp.maxForce=Vector3.new(math.huge,0,math.huge) | |
433 | -- vp.velocity=Character.Torso.CFrame.lookVector*Knockback | |
434 | if KnockbackType==1 then | |
435 | vp.velocity=Property.CFrame.lookVector*knockback+Property.Velocity/1.05 | |
436 | elseif KnockbackType==2 then | |
437 | vp.velocity=Property.CFrame.lookVector*knockback | |
438 | end | |
439 | if knockback>0 then | |
440 | vp.Parent=hit.Parent.Torso | |
441 | end | |
442 | game:GetService("Debris"):AddItem(vp,.5) | |
443 | elseif Type=="Up" then | |
444 | local bodyVelocity=Instance.new("BodyVelocity") | |
445 | bodyVelocity.velocity=vt(0,60,0) | |
446 | bodyVelocity.P=5000 | |
447 | bodyVelocity.maxForce=Vector3.new(8e+003, 8e+003, 8e+003) | |
448 | bodyVelocity.Parent=hit | |
449 | game:GetService("Debris"):AddItem(bodyVelocity,1) | |
450 | rl=Instance.new("BodyAngularVelocity") | |
451 | rl.P=3000 | |
452 | rl.maxTorque=Vector3.new(500000,500000,500000)*50000000000000 | |
453 | rl.angularvelocity=Vector3.new(math.random(-30,30),math.random(-30,30),math.random(-30,30)) | |
454 | rl.Parent=hit | |
455 | game:GetService("Debris"):AddItem(rl,.5) | |
456 | elseif Type=="Snare" then | |
457 | bp=Instance.new("BodyPosition") | |
458 | bp.P=2000 | |
459 | bp.D=100 | |
460 | bp.maxForce=Vector3.new(math.huge,math.huge,math.huge) | |
461 | bp.position=hit.Parent.Torso.Position | |
462 | bp.Parent=hit.Parent.Torso | |
463 | game:GetService("Debris"):AddItem(bp,1) | |
464 | elseif Type=="Target" then | |
465 | if Targetting==false then | |
466 | ZTarget=hit.Parent.Torso | |
467 | coroutine.resume(coroutine.create(function(Part) | |
468 | so("http://www.roblox.com/asset/?id=15666462",Part,1,1.5) | |
469 | swait(5) | |
470 | so("http://www.roblox.com/asset/?id=15666462",Part,1,1.5) | |
471 | end),ZTarget) | |
472 | TargHum=ZTarget.Parent:findFirstChild("Humanoid") | |
473 | targetgui=Instance.new("BillboardGui") | |
474 | targetgui.Parent=ZTarget | |
475 | targetgui.Size=UDim2.new(10,100,10,100) | |
476 | targ=Instance.new("ImageLabel") | |
477 | targ.Parent=targetgui | |
478 | targ.BackgroundTransparency=1 | |
479 | targ.Image="rbxassetid://4834067" | |
480 | targ.Size=UDim2.new(1,0,1,0) | |
481 | cam.CameraType="Scriptable" | |
482 | cam.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position) | |
483 | dir=Vector3.new(cam.CoordinateFrame.lookVector.x,0,cam.CoordinateFrame.lookVector.z) | |
484 | workspace.CurrentCamera.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position) | |
485 | Targetting=true | |
486 | RocketTarget=ZTarget | |
487 | for i=1,Property do | |
488 | --while Targetting==true and Humanoid.Health>0 and Character.Parent~=nil do | |
489 | if Humanoid.Health>0 and Character.Parent~=nil and TargHum.Health>0 and TargHum.Parent~=nil and Targetting==true then | |
490 | swait() | |
491 | end | |
492 | --workspace.CurrentCamera.CoordinateFrame=CFrame.new(Head.CFrame.p,Head.CFrame.p+rmdir*100) | |
493 | cam.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position) | |
494 | dir=Vector3.new(cam.CoordinateFrame.lookVector.x,0,cam.CoordinateFrame.lookVector.z) | |
495 | cam.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position)*cf(0,5,10)*euler(-0.3,0,0) | |
496 | end | |
497 | Targetting=false | |
498 | RocketTarget=nil | |
499 | targetgui.Parent=nil | |
500 | cam.CameraType="Custom" | |
501 | end | |
502 | end | |
503 | debounce=Instance.new("BoolValue") | |
504 | debounce.Name="DebounceHit" | |
505 | debounce.Parent=hit.Parent | |
506 | debounce.Value=true | |
507 | game:GetService("Debris"):AddItem(debounce,Delay) | |
508 | c=Instance.new("ObjectValue") | |
509 | c.Name="creator" | |
510 | c.Value=Player | |
511 | c.Parent=h | |
512 | game:GetService("Debris"):AddItem(c,.5) | |
513 | CRIT=false | |
514 | hitDeb=true | |
515 | AttackPos=6 | |
516 | end | |
517 | end | |
518 | ||
519 | showDamage=function(Char,Dealt,du,Color) | |
520 | m=Instance.new("Model") | |
521 | m.Name=tostring(Dealt) | |
522 | h=Instance.new("Humanoid") | |
523 | h.Health=0 | |
524 | h.MaxHealth=0 | |
525 | h.Parent=m | |
526 | c=Instance.new("Part") | |
527 | c.Transparency=0 | |
528 | c.BrickColor=Color | |
529 | c.Name="Head" | |
530 | c.TopSurface=0 | |
531 | c.BottomSurface=0 | |
532 | c.formFactor="Plate" | |
533 | c.Size=Vector3.new(1,.4,1) | |
534 | ms=Instance.new("CylinderMesh") | |
535 | ms.Scale=Vector3.new(.8,.8,.8) | |
536 | if CRIT==true then | |
537 | ms.Scale=Vector3.new(1,1.25,1) | |
538 | end | |
539 | ms.Parent=c | |
540 | c.Reflectance=0 | |
541 | Instance.new("BodyGyro").Parent=c | |
542 | c.Parent=m | |
543 | if Char:findFirstChild("Head")~=nil then | |
544 | c.CFrame=CFrame.new(Char["Head"].CFrame.p+Vector3.new(0,1.5,0)) | |
545 | elseif Char.Parent:findFirstChild("Head")~=nil then | |
546 | c.CFrame=CFrame.new(Char.Parent["Head"].CFrame.p+Vector3.new(0,1.5,0)) | |
547 | end | |
548 | f=Instance.new("BodyPosition") | |
549 | f.P=2000 | |
550 | f.D=100 | |
551 | f.maxForce=Vector3.new(math.huge,math.huge,math.huge) | |
552 | f.position=c.Position+Vector3.new(0,3,0) | |
553 | f.Parent=c | |
554 | game:GetService("Debris"):AddItem(m,.5+du) | |
555 | c.CanCollide=false | |
556 | m.Parent=workspace | |
557 | c.CanCollide=false | |
558 | end | |
559 | ||
560 | Player=game:GetService('Players').LocalPlayer | |
561 | Character=Player.Character | |
562 | Mouse=Player:GetMouse() | |
563 | m=Instance.new('Model',Character) | |
564 | it=Instance.new | |
565 | function nooutline(part) | |
566 | part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10 | |
567 | end | |
568 | function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size) | |
569 | local fp=it("Part") | |
570 | fp.formFactor=formfactor | |
571 | fp.Parent=parent | |
572 | fp.Reflectance=reflectance | |
573 | fp.Transparency=transparency | |
574 | fp.CanCollide=false | |
575 | fp.Locked=true | |
576 | fp.BrickColor=BrickColor.new(tostring(brickcolor)) | |
577 | fp.Name=name | |
578 | fp.Size=size | |
579 | fp.Position=Character.Torso.Position | |
580 | nooutline(fp) | |
581 | fp.Material=material | |
582 | fp:BreakJoints() | |
583 | return fp | |
584 | end | |
585 | function mesh(Mesh,part,meshtype,meshid,offset,scale) | |
586 | local mesh=it(Mesh) | |
587 | mesh.Parent=part | |
588 | if Mesh=="SpecialMesh" then | |
589 | mesh.MeshType=meshtype | |
590 | mesh.MeshId=meshid | |
591 | end | |
592 | mesh.Offset=offset | |
593 | mesh.Scale=scale | |
594 | return mesh | |
595 | end | |
596 | function weld(parent,part0,part1,c0,c1) | |
597 | local weld=it("Weld") | |
598 | weld.Parent=parent | |
599 | weld.Part0=part0 | |
600 | weld.Part1=part1 | |
601 | weld.C0=c0 | |
602 | weld.C1=c1 | |
603 | return weld | |
604 | end | |
605 | ||
606 | Player=game:GetService('Players').LocalPlayer | |
607 | Character=Player.Character | |
608 | Mouse=Player:GetMouse() | |
609 | m=Instance.new('Model',Character) | |
610 | it=Instance.new | |
611 | function nooutline(part) | |
612 | part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10 | |
613 | end | |
614 | function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size) | |
615 | local fp=it("Part") | |
616 | fp.formFactor=formfactor | |
617 | fp.Parent=parent | |
618 | fp.Reflectance=reflectance | |
619 | fp.Transparency=transparency | |
620 | fp.CanCollide=false | |
621 | fp.Locked=true | |
622 | fp.BrickColor=BrickColor.new(tostring(brickcolor)) | |
623 | fp.Name=name | |
624 | fp.Size=size | |
625 | fp.Position=Character.Torso.Position | |
626 | nooutline(fp) | |
627 | fp.Material=material | |
628 | fp:BreakJoints() | |
629 | return fp | |
630 | end | |
631 | function mesh(Mesh,part,meshtype,meshid,offset,scale) | |
632 | local mesh=it(Mesh) | |
633 | mesh.Parent=part | |
634 | if Mesh=="SpecialMesh" then | |
635 | mesh.MeshType=meshtype | |
636 | mesh.MeshId=meshid | |
637 | end | |
638 | mesh.Offset=offset | |
639 | mesh.Scale=scale | |
640 | return mesh | |
641 | end | |
642 | function weld(parent,part0,part1,c0,c1) | |
643 | local weld=it("Weld") | |
644 | weld.Parent=parent | |
645 | weld.Part0=part0 | |
646 | weld.Part1=part1 | |
647 | weld.C0=c0 | |
648 | weld.C1=c1 | |
649 | return weld | |
650 | end | |
651 | ||
652 | Player=game:GetService('Players').LocalPlayer | |
653 | Character=Player.Character | |
654 | Mouse=Player:GetMouse() | |
655 | m=Instance.new('Model',Character) | |
656 | it=Instance.new | |
657 | function nooutline(part) | |
658 | part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10 | |
659 | end | |
660 | function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size) | |
661 | local fp=it("Part") | |
662 | fp.formFactor=formfactor | |
663 | fp.Parent=parent | |
664 | fp.Reflectance=reflectance | |
665 | fp.Transparency=transparency | |
666 | fp.CanCollide=false | |
667 | fp.Locked=true | |
668 | fp.BrickColor=BrickColor.new(tostring(brickcolor)) | |
669 | fp.Name=name | |
670 | fp.Size=size | |
671 | fp.Position=Character.Torso.Position | |
672 | nooutline(fp) | |
673 | fp.Material=material | |
674 | fp:BreakJoints() | |
675 | return fp | |
676 | end | |
677 | function mesh(Mesh,part,meshtype,meshid,offset,scale) | |
678 | local mesh=it(Mesh) | |
679 | mesh.Parent=part | |
680 | if Mesh=="SpecialMesh" then | |
681 | mesh.MeshType=meshtype | |
682 | mesh.MeshId=meshid | |
683 | end | |
684 | mesh.Offset=offset | |
685 | mesh.Scale=scale | |
686 | return mesh | |
687 | end | |
688 | function weld(parent,part0,part1,c0,c1) | |
689 | local weld=it("Weld") | |
690 | weld.Parent=parent | |
691 | weld.Part0=part0 | |
692 | weld.Part1=part1 | |
693 | weld.C0=c0 | |
694 | weld.C1=c1 | |
695 | return weld | |
696 | end | |
697 | ||
698 | Player=game:GetService('Players').LocalPlayer | |
699 | Character=Player.Character | |
700 | Mouse=Player:GetMouse() | |
701 | m=Instance.new('Model',Character) | |
702 | it=Instance.new | |
703 | function nooutline(part) | |
704 | part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10 | |
705 | end | |
706 | function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size) | |
707 | local fp=it("Part") | |
708 | fp.formFactor=formfactor | |
709 | fp.Parent=parent | |
710 | fp.Reflectance=reflectance | |
711 | fp.Transparency=transparency | |
712 | fp.CanCollide=false | |
713 | fp.Locked=true | |
714 | fp.BrickColor=BrickColor.new(tostring(brickcolor)) | |
715 | fp.Name=name | |
716 | fp.Size=size | |
717 | fp.Position=Character.Torso.Position | |
718 | nooutline(fp) | |
719 | fp.Material=material | |
720 | fp:BreakJoints() | |
721 | return fp | |
722 | end | |
723 | function mesh(Mesh,part,meshtype,meshid,offset,scale) | |
724 | local mesh=it(Mesh) | |
725 | mesh.Parent=part | |
726 | if Mesh=="SpecialMesh" then | |
727 | mesh.MeshType=meshtype | |
728 | mesh.MeshId=meshid | |
729 | end | |
730 | mesh.Offset=offset | |
731 | mesh.Scale=scale | |
732 | return mesh | |
733 | end | |
734 | function weld(parent,part0,part1,c0,c1) | |
735 | local weld=it("Weld") | |
736 | weld.Parent=parent | |
737 | weld.Part0=part0 | |
738 | weld.Part1=part1 | |
739 | weld.C0=c0 | |
740 | weld.C1=c1 | |
741 | return weld | |
742 | end | |
743 | ||
744 | Player=game:GetService('Players').LocalPlayer | |
745 | Character=Player.Character | |
746 | Mouse=Player:GetMouse() | |
747 | m=Instance.new('Model',Character) | |
748 | it=Instance.new | |
749 | function nooutline(part) | |
750 | part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10 | |
751 | end | |
752 | function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size) | |
753 | local fp=it("Part") | |
754 | fp.formFactor=formfactor | |
755 | fp.Parent=parent | |
756 | fp.Reflectance=reflectance | |
757 | fp.Transparency=transparency | |
758 | fp.CanCollide=false | |
759 | fp.Locked=true | |
760 | fp.BrickColor=BrickColor.new(tostring(brickcolor)) | |
761 | fp.Name=name | |
762 | fp.Size=size | |
763 | fp.Position=Character.Torso.Position | |
764 | nooutline(fp) | |
765 | fp.Material=material | |
766 | fp:BreakJoints() | |
767 | return fp | |
768 | end | |
769 | function mesh(Mesh,part,meshtype,meshid,offset,scale) | |
770 | local mesh=it(Mesh) | |
771 | mesh.Parent=part | |
772 | if Mesh=="SpecialMesh" then | |
773 | mesh.MeshType=meshtype | |
774 | mesh.MeshId=meshid | |
775 | end | |
776 | mesh.Offset=offset | |
777 | mesh.Scale=scale | |
778 | return mesh | |
779 | end | |
780 | function weld(parent,part0,part1,c0,c1) | |
781 | local weld=it("Weld") | |
782 | weld.Parent=parent | |
783 | weld.Part0=part0 | |
784 | weld.Part1=part1 | |
785 | weld.C0=c0 | |
786 | weld.C1=c1 | |
787 | return weld | |
788 | end | |
789 | ||
790 | Handle=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Handle",Vector3.new(0.39999938, 13.7999973, 0.399999976)) | |
791 | handleweld=weld(m,Character["Right Arm"],Handle,CFrame.new(0, 0, 0, 1, 0, 0, 0, 0.999999881, 0, 0, 0, 1),CFrame.new(-0.0048122406, -6.40232849, 1.03116059, 1, -1.19209076e-007, 4.47013271e-008, 4.48972415e-008, 0.00164393289, -0.999998689, 1.19135436e-007, 0.999998689, 0.00164393289)) | |
792 | mesh("CylinderMesh",Handle,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1)) | |
793 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","Part",Vector3.new(0.39999938, 0.80000025, 4.20000219)) | |
794 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, -1.19209076e-007, 4.47013271e-008, 4.48972415e-008, 0.00164393289, -0.999998689, 1.19135436e-007, 0.999998689, 0.00164393289),CFrame.new(0.000183105469, -9.09996033, 2.7000494, 1, -1.19209076e-007, 4.47013271e-008, 4.49016397e-008, 0.00168089767, -0.999998569, 1.19133766e-007, 0.999998569, 0.00168089778)) | |
795 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(1, 0.200000271, 4.59999943)) | |
796 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, -1.19209076e-007, 4.47013271e-008, 4.48972415e-008, 0.00164393289, -0.999998689, 1.19135436e-007, 0.999998689, 0.00164393289),CFrame.new(8.59981537, -0.319915771, 2.48973823, 1.63094505e-009, -0.00167454977, 0.999998569, 1, -1.19209083e-007, -1.83056925e-009, 1.19211975e-007, 0.999998569, 0.00167454977)) | |
797 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(0.400000036, 0.200000271, 4.00000048)) | |
798 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, -1.19209076e-007, 4.47013271e-008, 4.48972415e-008, 0.00164393289, -0.999998689, 1.19135436e-007, 0.999998689, 0.00164393289),CFrame.new(9.30006409, 0.310112, 2.78980875, 2.04899884e-008, -0.00160901435, 0.999998689, 1, -1.19209126e-007, -2.06818243e-008, 1.19242245e-007, 0.999998689, 0.00160901435)) | |
799 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(1, 0.200000271, 4.60000038)) | |
800 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, -1.19209076e-007, 4.47013271e-008, 4.48972415e-008, 0.00164393289, -0.999998689, 1.19135436e-007, 0.999998689, 0.00164393289),CFrame.new(8.60009003, 0.310125351, 2.48941946, 5.51521886e-008, -0.00159262656, 0.999998808, 1, -1.78814503e-007, -5.54370416e-008, 1.78902582e-007, 0.999998808, 0.00159262656)) | |
801 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.39999938, 0.200000271, 0.400000036)) | |
802 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, -1.19209076e-007, 4.47013271e-008, 4.48972415e-008, 0.00164393289, -0.999998689, 1.19135436e-007, 0.999998689, 0.00164393289),CFrame.new(0.00018119812, -2.2995882, -6.70053864, 1, -1.19209076e-007, -2.38424491e-007, -1.1956142e-007, -0.999998927, -0.00147830346, -2.3824802e-007, 0.00147830346, -0.999998927)) | |
803 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1)) | |
804 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","Part",Vector3.new(0.39999938, 1.39999998, 0.600001216)) | |
805 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, -1.19209076e-007, 4.47013271e-008, 4.48972415e-008, 0.00164393289, -0.999998689, 1.19135436e-007, 0.999998689, 0.00164393289),CFrame.new(0.00016784668, -7.99960327, 1.49982166, 1, -1.19209076e-007, 4.47013271e-008, 4.49034943e-008, 0.00169644796, -0.999998569, 1.1913307e-007, 0.999998569, 0.00169644807)) | |
806 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(0.400000036, 0.200000271, 4.00000048)) | |
807 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, -1.19209076e-007, 4.47013271e-008, 4.48972415e-008, 0.00164393289, -0.999998689, 1.19135436e-007, 0.999998689, 0.00164393289),CFrame.new(9.29983521, -0.319908142, 2.79043484, -2.11861551e-008, -0.00168578397, 0.999998569, 1, -1.19209076e-007, 2.09852242e-008, 1.19173528e-007, 0.999998569, 0.00168578397)) | |
808 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(0.200000003, 0.200000003, 0.400000006)) | |
809 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, -1.19209076e-007, 4.47013271e-008, 4.48972415e-008, 0.00164393289, -0.999998689, 1.19135436e-007, 0.999998689, 0.00164393289),CFrame.new(8.79997253, -0.349954605, 0.990463495, 1.07072758e-007, -0.00169718312, 0.999998569, 1, -1.19209126e-007, -1.07275234e-007, 1.19391018e-007, 0.999998569, 0.00169718324)) | |
810 | mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1)) | |
811 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(0.670000017, 0.200000003, 1.19999981)) | |
812 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, -1.19209076e-007, 4.47013271e-008, 4.48972415e-008, 0.00164393289, -0.999998689, 1.19135436e-007, 0.999998689, 0.00164393289),CFrame.new(5.26336288, 0.310119629, 5.93222046, -5.96040408e-008, -0.70810169, 0.706110597, 1, -1.21502552e-007, -3.74334022e-008, 1.12300903e-007, 0.706110597, 0.70810169)) | |
813 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1, 0.220000014, 0.799999952)) | |
814 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, -1.19209076e-007, 4.47013271e-008, 4.48972415e-008, 0.00164393289, -0.999998689, 1.19135436e-007, 0.999998689, 0.00164393289),CFrame.new(8.80014038, -0.31993103, 0.989957035, 6.97039013e-008, -0.00164350378, 0.999998689, 1, -1.19209126e-007, -6.98999116e-008, 1.19323843e-007, 0.999998689, 0.00164350378)) | |
815 | mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1)) | |
816 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.220000014, 2.60000014)) | |
817 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, -1.19209076e-007, 4.47013271e-008, 4.48972415e-008, 0.00164393289, -0.999998689, 1.19135436e-007, 0.999998689, 0.00164393289),CFrame.new(8.79997253, -0.31993103, 2.49022627, 4.06004794e-008, -0.00169145432, 0.999998569, 1, -1.19209126e-007, -4.08021741e-008, 1.19277971e-007, 0.999998569, 0.00169145432)) | |
818 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(0.200000003, 0.200000003, 0.400000006)) | |
819 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, -1.19209076e-007, 4.47013271e-008, 4.48972415e-008, 0.00164393289, -0.999998689, 1.19135436e-007, 0.999998689, 0.00164393289),CFrame.new(8.80001068, 0.340049744, 0.990428209, 4.40637784e-008, -0.00169488578, 0.999998569, 1, -1.49011811e-007, -4.43164012e-008, 1.49086716e-007, 0.999998569, 0.00169488578)) | |
820 | mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1)) | |
821 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.39999938, 0.400000036, 0.400000006)) | |
822 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, -1.19209076e-007, 4.47013271e-008, 4.48972415e-008, 0.00164393289, -0.999998689, 1.19135436e-007, 0.999998689, 0.00164393289),CFrame.new(0.000152587891, -6.70035553, 2.00017023, 1, -1.19209076e-007, 4.47013271e-008, 4.48878374e-008, 0.00156501064, -0.999998808, 1.19138974e-007, 0.999998808, 0.00156501064)) | |
823 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","Part",Vector3.new(0.39999938, 1.60000014, 4.00000191)) | |
824 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, -1.19209076e-007, 4.47013271e-008, 4.48972415e-008, 0.00164393289, -0.999998689, 1.19135436e-007, 0.999998689, 0.00164393289),CFrame.new(0.00016784668, -7.89893341, 4.39826918, 1, -1.19209076e-007, 4.47013271e-008, 4.49000481e-008, 0.00166750455, -0.999998689, 1.19134377e-007, 0.999998689, 0.00166750455)) | |
825 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(0.200000003, 0.400000274, 0.400000036)) | |
826 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, -1.19209076e-007, 4.47013271e-008, 4.48972415e-008, 0.00164393289, -0.999998689, 1.19135436e-007, 0.999998689, 0.00164393289),CFrame.new(0.310112, 7.90003204, -4.58929634, 1, 2.84616067e-006, -7.45070793e-007, 7.49569381e-007, -0.00158089248, 0.999998808, 2.84497946e-006, -0.999998808, -0.00158089248)) | |
827 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1)) | |
828 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.220000014, 0.999999821)) | |
829 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, -1.19209076e-007, 4.47013271e-008, 4.48972415e-008, 0.00164393289, -0.999998689, 1.19135436e-007, 0.999998689, 0.00164393289),CFrame.new(3.58646393, -0.319763184, 9.33159637, -1.63910798e-007, -0.70812124, 0.706090868, 1, -1.80042989e-007, 5.15776932e-008, 9.06034572e-008, 0.706090927, 0.708121181)) | |
830 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.220000014, 0.999999821)) | |
831 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, -1.19209076e-007, 4.47013271e-008, 4.48972415e-008, 0.00164393289, -0.999998689, 1.19135436e-007, 0.999998689, 0.00164393289),CFrame.new(3.58652115, 0.310195923, 9.33126068, -1.63910798e-007, -0.70812124, 0.706090868, 1, -1.80042989e-007, 5.15776932e-008, 9.06034572e-008, 0.706090927, 0.708121181)) | |
832 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.799999356, 0.600000262, 0.599999964)) | |
833 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, -1.19209076e-007, 4.47013271e-008, 4.48972415e-008, 0.00164393289, -0.999998689, 1.19135436e-007, 0.999998689, 0.00164393289),CFrame.new(7.62939453e-005, -0.299938679, -7.40008545, 1, -5.96036465e-008, 1.4898605e-008, -5.95790759e-008, -0.999998689, -0.00164388563, 1.49965658e-008, 0.00164388563, -0.999998689)) | |
834 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1)) | |
835 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(0.670000017, 0.200000003, 1.19999981)) | |
836 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, -1.19209076e-007, 4.47013271e-008, 4.48972415e-008, 0.00164393289, -0.999998689, 1.19135436e-007, 0.999998689, 0.00164393289),CFrame.new(5.26215744, -0.319839478, 5.93211365, -5.96040337e-008, -0.708129704, 0.706082463, 1, -8.2250601e-008, 1.92603378e-009, 5.67118228e-008, 0.706082463, 0.708129704)) | |
837 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(0.379999876, 4.44999886, 1.39999998)) | |
838 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, -1.19209076e-007, 4.47013271e-008, 4.48972415e-008, 0.00164393289, -0.999998689, 1.19135436e-007, 0.999998689, 0.00164393289),CFrame.new(-2.86102295e-005, -6.05581665, 9.78747559, -1, 1.78814503e-007, -4.47013306e-008, -1.84294734e-007, -0.966237664, 0.257652611, 2.87991475e-009, 0.257652611, 0.966237605)) | |
839 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1)) | |
840 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(0.600000024, 0.200000271, 0.599999964)) | |
841 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, -1.19209076e-007, 4.47013271e-008, 4.48972415e-008, 0.00164393289, -0.999998689, 1.19135436e-007, 0.999998689, 0.00164393289),CFrame.new(8.61552429, 0.320259094, -0.297967553, -1.84659328e-008, -3.39928299e-008, 1, 1, -1.19209076e-007, 1.84659292e-008, 1.19209076e-007, 1, 3.39928334e-008)) | |
842 | mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1)) | |
843 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(0.600000024, 0.200000271, 0.599999964)) | |
844 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, -1.19209076e-007, 4.47013271e-008, 4.48972415e-008, 0.00164393289, -0.999998689, 1.19135436e-007, 0.999998689, 0.00164393289),CFrame.new(8.61553192, -0.309753418, -0.297967553, -1.84659328e-008, -3.39928299e-008, 1, 1, -1.19209076e-007, 1.84659292e-008, 1.19209076e-007, 1, 3.39928334e-008)) | |
845 | mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1)) | |
846 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.409999728, 4.00000095, 0.330000013)) | |
847 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, -1.19209076e-007, 4.47013271e-008, 4.48972415e-008, 0.00164393289, -0.999998689, 1.19135436e-007, 0.999998689, 0.00164393289),CFrame.new(0.00499916077, -4.83165169, 10.0465012, -1, 1.78814503e-007, -8.94054182e-008, -1.98313487e-007, -0.943822086, 0.33045423, -2.52927972e-008, 0.33045423, 0.943822086)) | |
848 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1)) | |
849 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.220000014, 2.60000014)) | |
850 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, -1.19209076e-007, 4.47013271e-008, 4.48972415e-008, 0.00164393289, -0.999998689, 1.19135436e-007, 0.999998689, 0.00164393289),CFrame.new(8.80001068, 0.310049057, 2.49015784, 5.47156347e-008, -0.00167805818, 0.999998569, 1, -1.49011811e-007, -5.49657635e-008, 1.4910384e-007, 0.999998569, 0.0016780583)) | |
851 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","Part",Vector3.new(0.39999938, 1.80000019, 0.600001216)) | |
852 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, -1.19209076e-007, 4.47013271e-008, 4.48972415e-008, 0.00164393289, -0.999998689, 1.19135436e-007, 0.999998689, 0.00164393289),CFrame.new(0.000183105469, -7.79891205, 2.09967065, 1, -1.19209076e-007, 4.47013271e-008, 4.49037572e-008, 0.00169865007, -0.999998569, 1.1913297e-007, 0.999998569, 0.00169865007)) | |
853 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.799999356, 2.00000048, 1.19999993)) | |
854 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, -1.19209076e-007, 4.47013271e-008, 4.48972415e-008, 0.00164393289, -0.999998689, 1.19135436e-007, 0.999998689, 0.00164393289),CFrame.new(5.34057617e-005, -8.7000885, -4.86373901e-005, 1, -1.19209076e-007, 4.47013271e-008, 4.48972415e-008, 0.00164393289, -0.999998689, 1.19135436e-007, 0.999998689, 0.00164393289)) | |
855 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(0.200000003, 0.400000274, 0.400000036)) | |
856 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, -1.19209076e-007, 4.47013271e-008, 4.48972415e-008, 0.00164393289, -0.999998689, 1.19135436e-007, 0.999998689, 0.00164393289),CFrame.new(-0.319801331, 7.89910126, -4.58908844, 1, 2.84616067e-006, -7.45070793e-007, 7.49658e-007, -0.00161204918, 0.999998689, 2.84495559e-006, -0.999998689, -0.00161204918)) | |
857 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1)) | |
858 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(0.200000003, 0.400000274, 0.409999907)) | |
859 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, -1.19209076e-007, 4.47013271e-008, 4.48972415e-008, 0.00164393289, -0.999998689, 1.19135436e-007, 0.999998689, 0.00164393289),CFrame.new(0.329921722, 7.89820099, 6.19515657, -1, -5.81154893e-007, -2.93556536e-006, -2.93463631e-006, -0.00159285218, 0.999998808, -5.85830151e-007, 0.999998808, 0.00159285218)) | |
860 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1)) | |
861 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000033, 0.200000003, 0.400000006)) | |
862 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, -1.19209076e-007, 4.47013271e-008, 4.48972415e-008, 0.00164393289, -0.999998689, 1.19135436e-007, 0.999998689, 0.00164393289),CFrame.new(8.01046753, 0.350257874, 5.18440056, -1.16208916e-007, -0.00116245728, 0.999999404, 1, -1.49011811e-007, 1.16035764e-007, 1.48876836e-007, 0.999999404, 0.00116245728)) | |
863 | mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1)) | |
864 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(0.200000003, 0.400000274, 0.409999907)) | |
865 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, -1.19209076e-007, 4.47013271e-008, 4.48972415e-008, 0.00164393289, -0.999998689, 1.19135436e-007, 0.999998689, 0.00164393289),CFrame.new(-0.310253143, 7.89775848, 6.19417667, -1, -5.81154893e-007, -2.93556536e-006, -2.93464905e-006, -0.0015708321, 0.999998808, -5.8576552e-007, 0.999998808, 0.0015708321)) | |
866 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1)) | |
867 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(0.200000003, 0.400000036, 1.62000012)) | |
868 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, -1.19209076e-007, 4.47013271e-008, 4.48972415e-008, 0.00164393289, -0.999998689, 1.19135436e-007, 0.999998689, 0.00164393289),CFrame.new(-0.319927216, -9.30068207, 5.59171581, 1, -2.6822255e-007, 7.00361113e-007, 7.00755379e-007, 0.00147273287, -0.999998927, 2.67190842e-007, 0.999998927, 0.00147273298)) | |
869 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1)) | |
870 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(0.200000003, 1.4000001, 1.22000003)) | |
871 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, -1.19209076e-007, 4.47013271e-008, 4.48972415e-008, 0.00164393289, -0.999998689, 1.19135436e-007, 0.999998689, 0.00164393289),CFrame.new(0.310224533, -8.39997101, 5.39148617, 1, -2.6822255e-007, 7.00361113e-007, 7.00779196e-007, 0.0015618616, -0.999998808, 2.67128371e-007, 0.999998808, 0.0015618616)) | |
872 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(0.200000003, 0.400000036, 1.62000012)) | |
873 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, -1.19209076e-007, 4.47013271e-008, 4.48972415e-008, 0.00164393289, -0.999998689, 1.19135436e-007, 0.999998689, 0.00164393289),CFrame.new(0.310092926, -9.30047607, 5.59133577, 1, -2.6822255e-007, 7.00361113e-007, 7.00781584e-007, 0.0015708236, -0.999998808, 2.67122118e-007, 0.999998808, 0.0015708236)) | |
874 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1)) | |
875 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000033, 0.200000003, 0.400000006)) | |
876 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, -1.19209076e-007, 4.47013271e-008, 4.48972415e-008, 0.00164393289, -0.999998689, 1.19135436e-007, 0.999998689, 0.00164393289),CFrame.new(8.00996399, 0.340263367, 5.58438683, -7.12149699e-008, -0.00116247579, 0.999999404, 1, -1.49011782e-007, 7.10417893e-008, 1.48929118e-007, 0.999999404, 0.00116247579)) | |
877 | mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1)) | |
878 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(0.200000003, 1.4000001, 1.22000003)) | |
879 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, -1.19209076e-007, 4.47013271e-008, 4.48972415e-008, 0.00164393289, -0.999998689, 1.19135436e-007, 0.999998689, 0.00164393289),CFrame.new(-0.319879532, -8.40018463, 5.39162922, 1, -2.6822255e-007, 7.00361113e-007, 7.00766748e-007, 0.00151529128, -0.999998927, 2.67161028e-007, 0.999998927, 0.00151529128)) | |
880 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(0.670000017, 0.200000003, 0.599999845)) | |
881 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, -1.19209076e-007, 4.47013271e-008, 4.48972415e-008, 0.00164393289, -0.999998689, 1.19135436e-007, 0.999998689, 0.00164393289),CFrame.new(7.60210419, -0.309745789, -0.0262105465, 4.40637713e-008, -0.00107338815, 0.999999404, 1, -1.19209105e-007, -4.41917543e-008, 1.1925647e-007, 0.999999404, 0.00107338815)) | |
882 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(0.39999938, 0.200019345, 0.600000024)) | |
883 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, -1.19209076e-007, 4.47013271e-008, 4.48972415e-008, 0.00164393289, -0.999998689, 1.19135436e-007, 0.999998689, 0.00164393289),CFrame.new(0.000244140625, -2.40885925, -0.0768338442, 1, -1.49011782e-007, 1.19208131e-007, 1.1940115e-007, 0.00129606796, -0.999999166, 1.48857154e-007, 0.999999166, 0.00129606796)) | |
884 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(0.379999906, 7.79999733, 0.800000012)) | |
885 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, -1.19209076e-007, 4.47013271e-008, 4.48972415e-008, 0.00164393289, -0.999998689, 1.19135436e-007, 0.999998689, 0.00164393289),CFrame.new(-0.00018119812, -6.90127945, 10.9409103, -1, 2.38419915e-007, -5.96027014e-008, -2.36358872e-007, -0.866616547, 0.498974591, 6.73128042e-008, 0.498974621, 0.866616607)) | |
886 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1)) | |
887 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.39999938, 3.60000086, 1.39999986)) | |
888 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, -1.19209076e-007, 4.47013271e-008, 4.48972415e-008, 0.00164393289, -0.999998689, 1.19135436e-007, 0.999998689, 0.00164393289),CFrame.new(-7.62939453e-005, -3.00021267, 10.1993179, -1, 1.78814503e-007, -4.47013306e-008, -1.78743079e-007, -0.999998808, -0.00159316196, -4.49861588e-008, -0.00159316196, 0.999998808)) | |
889 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1)) | |
890 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","Part",Vector3.new(0.410000145, 0.800000012, 7.41999722)) | |
891 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, -1.19209076e-007, 4.47013271e-008, 4.48972415e-008, 0.00164393289, -0.999998689, 1.19135436e-007, 0.999998689, 0.00164393289),CFrame.new(-0.00538063049, 10.1888885, 6.88093567, -1, -9.55176984e-006, 6.25857228e-006, 5.75701051e-007, 0.505192995, 0.863006473, -1.14050263e-005, 0.863006473, -0.505192995)) | |
892 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1)) | |
893 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","Part",Vector3.new(0.409999877, 0.800000012, 4.42000008)) | |
894 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, -1.19209076e-007, 4.47013271e-008, 4.48972415e-008, 0.00164393289, -0.999998689, 1.19135436e-007, 0.999998689, 0.00164393289),CFrame.new(-0.00535774231, 8.73274994, 6.06542397, -1, -1.08034828e-005, 3.5465257e-006, 5.6521867e-007, 0.264285922, 0.964444458, -1.13566548e-005, 0.964444399, -0.264285892)) | |
895 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1)) | |
896 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(0.670000017, 0.200000003, 0.599999845)) | |
897 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, -1.19209076e-007, 4.47013271e-008, 4.48972415e-008, 0.00164393289, -0.999998689, 1.19135436e-007, 0.999998689, 0.00164393289),CFrame.new(7.62210083, 0.310256958, -0.0261899233, 6.71427998e-008, -0.00107328093, 0.999999404, 1, -1.1920914e-007, -6.72707898e-008, 1.19281268e-007, 0.999999404, 0.00107328082)) | |
898 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(0.39999938, 6.20002079, 0.200000003)) | |
899 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, -1.19209076e-007, 4.47013271e-008, 4.48972415e-008, 0.00164393289, -0.999998689, 1.19135436e-007, 0.999998689, 0.00164393289),CFrame.new(0.000244140625, -3.80190277, 0.122788072, 1, -1.19209076e-007, 4.47013271e-008, 4.48775985e-008, 0.00147906633, -0.999998927, 1.19142832e-007, 0.999998927, 0.00147906633)) | |
900 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(0.200000003, 1, 0.400000006)) | |
901 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, -1.19209076e-007, 4.47013271e-008, 4.48972415e-008, 0.00164393289, -0.999998689, 1.19135436e-007, 0.999998689, 0.00164393289),CFrame.new(-0.329883575, -8.59844971, 6.20097303, 1, -2.6822255e-007, 7.00361113e-007, 7.00766861e-007, 0.00151565345, -0.999998927, 2.67160772e-007, 0.999998927, 0.00151565345)) | |
902 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000033, 0.200000003, 0.400000006)) | |
903 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, -1.19209076e-007, 4.47013271e-008, 4.48972415e-008, 0.00164393289, -0.999998689, 1.19135436e-007, 0.999998689, 0.00164393289),CFrame.new(8.00995636, -0.329696655, 5.58438635, -2.65702909e-008, -0.00116240955, 0.999999404, 1, -1.19209076e-007, 2.64317368e-008, 1.19178281e-007, 0.999999404, 0.00116240955)) | |
904 | mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1)) | |
905 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.400000006)) | |
906 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, -1.19209076e-007, 4.47013271e-008, 4.48972415e-008, 0.00164393289, -0.999998689, 1.19135436e-007, 0.999998689, 0.00164393289),CFrame.new(8.41021729, 0.340257645, 5.3848424, -6.07377402e-008, -0.0011624021, 0.999999404, 1, -1.49011782e-007, 6.05645667e-008, 1.48941297e-007, 0.999999404, 0.0011624021)) | |
907 | mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1)) | |
908 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000033, 0.200000003, 0.400000006)) | |
909 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, -1.19209076e-007, 4.47013271e-008, 4.48972415e-008, 0.00164393289, -0.999998689, 1.19135436e-007, 0.999998689, 0.00164393289),CFrame.new(8.40995026, -0.329879761, 5.38500214, 1.32141196e-008, -0.00116239127, 0.999999404, 1, -1.19209112e-007, -1.33526949e-008, 1.19224552e-007, 0.999999404, 0.00116239127)) | |
910 | mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1)) | |
911 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(0.200000003, 1, 0.400000006)) | |
912 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, -1.19209076e-007, 4.47013271e-008, 4.48972415e-008, 0.00164393289, -0.999998689, 1.19135436e-007, 0.999998689, 0.00164393289),CFrame.new(0.310100555, -8.58777618, 6.20157337, 1, -2.6822255e-007, 7.00361113e-007, 7.00768169e-007, 0.00152056233, -0.999998927, 2.67157333e-007, 0.999998927, 0.00152056233)) | |
913 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(0.200000003, 1, 0.400000006)) | |
914 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, -1.19209076e-007, 4.47013271e-008, 4.48972415e-008, 0.00164393289, -0.999998689, 1.19135436e-007, 0.999998689, 0.00164393289),CFrame.new(-0.329891205, -8.60809326, 6.20138168, 1, -2.6822255e-007, 7.00361113e-007, 7.00766861e-007, 0.00151576323, -0.999998927, 2.67160686e-007, 0.999998927, 0.00151576323)) | |
915 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000033, 0.200000003, 0.400000006)) | |
916 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, -1.19209076e-007, 4.47013271e-008, 4.48972415e-008, 0.00164393289, -0.999998689, 1.19135436e-007, 0.999998689, 0.00164393289),CFrame.new(8.01044464, -0.329711914, 5.18439245, -3.97250446e-008, -0.00116242282, 0.999999404, 1, -1.19209027e-007, 3.95864994e-008, 1.19162934e-007, 0.999999404, 0.00116242282)) | |
917 | mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1)) | |
918 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(0.449999839, 0.400000036, 1.62000012)) | |
919 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, -1.19209076e-007, 4.47013271e-008, 4.48972415e-008, 0.00164393289, -0.999998689, 1.19135436e-007, 0.999998689, 0.00164393289),CFrame.new(-0.0149345398, -9.30037689, 5.59038067, 1, -2.6822255e-007, 7.00361113e-007, 7.00780447e-007, 0.00156656664, -0.999998808, 2.67125102e-007, 0.999998808, 0.00156656664)) | |
920 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1)) | |
921 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.799999356, 0.600000262, 0.599999964)) | |
922 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, -1.19209076e-007, 4.47013271e-008, 4.48972415e-008, 0.00164393289, -0.999998689, 1.19135436e-007, 0.999998689, 0.00164393289),CFrame.new(-5.34057617e-005, -0.300057292, -7.40003967, -1, 5.96036465e-008, -2.97999652e-008, 5.95545799e-008, 0.999998689, 0.00164382579, 2.98979046e-008, 0.00164382579, -0.999998689)) | |
923 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1)) | |
924 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(0.200000003, 0.400000274, 0.600000024)) | |
925 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, -1.19209076e-007, 4.47013271e-008, 4.48972415e-008, 0.00164393289, -0.999998689, 1.19135436e-007, 0.999998689, 0.00164393289),CFrame.new(0.319915771, -9.29981232, -0.490157127, -1, 2.38419972e-007, 7.89774788e-007, -7.89374269e-007, 0.00167544454, -0.999998569, -2.39742832e-007, -0.999998569, -0.00167544466)) | |
926 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1)) | |
927 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.39999938, 0.80000025, 0.599999964)) | |
928 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, -1.19209076e-007, 4.47013271e-008, 4.48972415e-008, 0.00164393289, -0.999998689, 1.19135436e-007, 0.999998689, 0.00164393289),CFrame.new(9.91821289e-005, -6.90019989, 1.50059986, 1, -1.19209076e-007, 4.47013271e-008, 4.4898453e-008, 0.00165412505, -0.999998689, 1.19134981e-007, 0.999998689, 0.00165412517)) | |
929 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.799999356, 0.400000274, 0.799999952)) | |
930 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, -1.19209076e-007, 4.47013271e-008, 4.48972415e-008, 0.00164393289, -0.999998689, 1.19135436e-007, 0.999998689, 0.00164393289),CFrame.new(6.86645508e-005, 6.1750412e-005, -7.30003357, 1, -1.19209076e-007, 4.47013271e-008, -1.19135436e-007, -0.999998689, -0.00164388528, 4.48972344e-008, 0.00164388528, -0.999998689)) | |
931 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(0.200000003, 0.400000274, 0.600000024)) | |
932 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, -1.19209076e-007, 4.47013271e-008, 4.48972415e-008, 0.00164393289, -0.999998689, 1.19135436e-007, 0.999998689, 0.00164393289),CFrame.new(-0.310134888, -9.30013275, -0.489312172, -1, 1.7881456e-007, 8.34478897e-007, -8.34196783e-007, 0.00157221942, -0.999998808, -1.80126335e-007, -0.999998808, -0.00157221942)) | |
933 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1)) | |
934 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1, 0.230000019, 0.799999952)) | |
935 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, -1.19209076e-007, 4.47013271e-008, 4.48972415e-008, 0.00164393289, -0.999998689, 1.19135436e-007, 0.999998689, 0.00164393289),CFrame.new(8.80010223, 0.31505394, 0.98993659, 1.01164737e-007, -0.00164465304, 0.999998689, 1, -1.19209147e-007, -1.01360932e-007, 1.19375699e-007, 0.999998689, 0.00164465304)) | |
936 | mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1)) | |
937 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.799999356, 0.80000025, 0.399999976)) | |
938 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, -1.19209076e-007, 4.47013271e-008, 4.48972415e-008, 0.00164393289, -0.999998689, 1.19135436e-007, 0.999998689, 0.00164393289),CFrame.new(5.34057617e-005, 5.73396683e-005, -7.50003052, 1, -5.96036465e-008, 1.4898605e-008, -5.95790759e-008, -0.999998689, -0.00164388563, 1.49965658e-008, 0.00164388563, -0.999998689)) | |
939 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.39999938, 2.40000057, 0.599999964)) | |
940 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, -1.19209076e-007, 4.47013271e-008, 4.48972415e-008, 0.00164393289, -0.999998689, 1.19135436e-007, 0.999998689, 0.00164393289),CFrame.new(7.62939453e-005, -7.70002747, 0.900098503, 1, -1.19209076e-007, 4.47013271e-008, 4.490321e-008, 0.00169407704, -0.999998569, 1.19133176e-007, 0.999998569, 0.00169407704)) | |
941 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(1.20000005, 0.200000271, 3.60000038)) | |
942 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, -1.19209076e-007, 4.47013271e-008, 4.48972415e-008, 0.00164393289, -0.999998689, 1.19135436e-007, 0.999998689, 0.00164393289),CFrame.new(6.64672661, -0.319740295, 6.71153259, -1.49010674e-007, -0.965943158, 0.258754343, 1, -1.37425829e-007, 6.28593853e-008, -2.51590695e-008, 0.258754343, 0.965943217)) | |
943 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(0.39999938, 0.400021255, 0.400000006)) | |
944 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, -1.19209076e-007, 4.47013271e-008, 4.48972415e-008, 0.00164393289, -0.999998689, 1.19135436e-007, 0.999998689, 0.00164393289),CFrame.new(0.000175476074, 1.89885712, 0.0156496763, 1, -5.96036465e-008, 1.4898605e-008, 1.49867816e-008, 0.00147968298, -0.999998927, 5.95815379e-008, 0.999998927, 0.00147968309)) | |
945 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(0.39999938, 12.200017, 0.200000003)) | |
946 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, -1.19209076e-007, 4.47013271e-008, 4.48972415e-008, 0.00164393289, -0.999998689, 1.19135436e-007, 0.999998689, 0.00164393289),CFrame.new(0.000259399414, -1.20265961, -0.277392983, 1, -5.96036465e-008, 1.4898605e-008, 1.49865258e-008, 0.00147536665, -0.999998927, 5.95816019e-008, 0.999998927, 0.00147536665)) | |
947 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(0.200000003, 0.200000003, 0.400000006)) | |
948 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, -1.19209076e-007, 4.47013271e-008, 4.48972415e-008, 0.00164393289, -0.999998689, 1.19135436e-007, 0.999998689, 0.00164393289),CFrame.new(8.40220642, -0.339752197, -1.96429634, -6.7053584e-008, -0.258818865, 0.965925932, 1, -1.20999317e-007, 3.69973279e-008, 1.07300764e-007, 0.965925872, 0.258818835)) | |
949 | mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1)) | |
950 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(1.20000005, 0.200000271, 3.60000038)) | |
951 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, -1.19209076e-007, 4.47013271e-008, 4.48972415e-008, 0.00164393289, -0.999998689, 1.19135436e-007, 0.999998689, 0.00164393289),CFrame.new(6.64637566, 0.320261002, 6.71100616, -4.47039312e-008, -0.965927541, 0.258812845, 1, -3.71759228e-008, 3.39808679e-008, -2.32014479e-008, 0.258812845, 0.965927541)) | |
952 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(0.400000006, 0.400021255, 0.400000036)) | |
953 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, -1.19209076e-007, 4.47013271e-008, 4.48972415e-008, 0.00164393289, -0.999998689, 1.19135436e-007, 0.999998689, 0.00164393289),CFrame.new(0.000144958496, 7.89817047, 0.00817203522, 1, -1.19209076e-007, 4.47013271e-008, 4.48658213e-008, 0.00138024637, -0.999999046, 1.19147266e-007, 0.999999046, 0.00138024637)) | |
954 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(0.39999938, 0.200019345, 0.600000024)) | |
955 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, -1.19209076e-007, 4.47013271e-008, 4.48972415e-008, 0.00164393289, -0.999998689, 1.19135436e-007, 0.999998689, 0.00164393289),CFrame.new(0.000267028809, -0.808837891, -0.0789266825, 1, -1.49011782e-007, 1.19208131e-007, 1.19401165e-007, 0.00129613746, -0.999999166, 1.4885714e-007, 0.999999166, 0.00129613746)) | |
956 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(0.600000024, 0.200000271, 4.5999999)) | |
957 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, -1.19209076e-007, 4.47013271e-008, 4.48972415e-008, 0.00164393289, -0.999998689, 1.19135436e-007, 0.999998689, 0.00164393289),CFrame.new(8.4032135, -0.309745789, -0.264072418, -3.72516631e-008, -0.258819014, 0.965925872, 1, -1.20990833e-007, 6.14636386e-009, 1.15277373e-007, 0.965925872, 0.258818984)) | |
958 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(0.39999938, 0.200019345, 0.600000024)) | |
959 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, -1.19209076e-007, 4.47013271e-008, 4.48972415e-008, 0.00164393289, -0.999998689, 1.19135436e-007, 0.999998689, 0.00164393289),CFrame.new(0.00025177002, -4.00882721, -0.074775219, 1, -1.49011782e-007, 1.19208131e-007, 1.19401165e-007, 0.00129615236, -0.999999166, 1.48857154e-007, 0.999999166, 0.00129615236)) | |
960 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.400000036, 3.89000034)) | |
961 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, -1.19209076e-007, 4.47013271e-008, 4.48972415e-008, 0.00164393289, -0.999998689, 1.19135436e-007, 0.999998689, 0.00164393289),CFrame.new(0.130329132, 3.28823376, -5.64214325, 1, -9.53684548e-007, 4.64922141e-006, -5.19986472e-008, -0.981745541, -0.190198928, 4.74574244e-006, 0.190198958, -0.981745601)) | |
962 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1)) | |
963 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(0.200000003, 1.00000024, 1.19999993)) | |
964 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, -1.19209076e-007, 4.47013271e-008, 4.48972415e-008, 0.00164393289, -0.999998689, 1.19135436e-007, 0.999998689, 0.00164393289),CFrame.new(-0.3203125, -5.2211442, -6.02006531, -1, 1.19209076e-007, -4.47013271e-008, 1.19207854e-007, 1, 2.74369886e-005, 4.4704592e-008, 2.74369886e-005, -1)) | |
965 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1)) | |
966 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(2.20000029, 0.640000463, 3.82000041)) | |
967 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, -1.19209076e-007, 4.47013271e-008, 4.48972415e-008, 0.00164393289, -0.999998689, 1.19135436e-007, 0.999998689, 0.00164393289),CFrame.new(8.60221863, 0.00025177002, -0.674562454, -3.72516631e-008, -0.258819014, 0.965925872, 1, -1.20990833e-007, 6.14636386e-009, 1.15277373e-007, 0.965925872, 0.258818984)) | |
968 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.20000041, 2.00000024, 0.400000751)) | |
969 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, -1.19209076e-007, 4.47013271e-008, 4.48972415e-008, 0.00164393289, -0.999998689, 1.19135436e-007, 0.999998689, 0.00164393289),CFrame.new(-0.00805044174, -9.8965683, 0.0198116302, -1.78812996e-007, -1, -2.60661e-005, 9.18402918e-008, -2.60661e-005, 1, -1, 1.78810609e-007, 9.1844953e-008)) | |
970 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=1033714",Vector3.new(0, 0, 0),Vector3.new(0.486000061, 2.70200038, 0.234000027)) | |
971 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(0.200000003, 1.00000024, 1.19999993)) | |
972 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, -1.19209076e-007, 4.47013271e-008, 4.48972415e-008, 0.00164393289, -0.999998689, 1.19135436e-007, 0.999998689, 0.00164393289),CFrame.new(0.319747925, -5.23132992, -6.02177429, -1, 1.19209076e-007, -4.47013271e-008, 1.19205289e-007, 1, 8.46573894e-005, 4.47114168e-008, 8.46573894e-005, -1)) | |
973 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1)) | |
974 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(0.400000006, 0.800021231, 0.800000012)) | |
975 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, -1.19209076e-007, 4.47013271e-008, 4.48972415e-008, 0.00164393289, -0.999998689, 1.19135436e-007, 0.999998689, 0.00164393289),CFrame.new(0.000129699707, 7.29879761, 0.00948095322, 1, -1.19209076e-007, 4.47013271e-008, 4.48690756e-008, 0.0014075588, -0.999999046, 1.19146044e-007, 0.999999046, 0.00140755891)) | |
976 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1, 0.200000271, 0.799999952)) | |
977 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, -1.19209076e-007, 4.47013271e-008, 4.48972415e-008, 0.00164393289, -0.999998689, 1.19135436e-007, 0.999998689, 0.00164393289),CFrame.new(8.40219879, -0.329719543, -1.96434212, -1.04305997e-007, -0.258814603, 0.965927064, 1, -1.49004592e-007, 6.80604515e-008, 1.26312528e-007, 0.965927064, 0.258814603)) | |
978 | mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1)) | |
979 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(0.400000006, 0.800021231, 1.20000005)) | |
980 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, -1.19209076e-007, 4.47013271e-008, 4.48972415e-008, 0.00164393289, -0.999998689, 1.19135436e-007, 0.999998689, 0.00164393289),CFrame.new(0.000144958496, 8.49656677, 0.00763309002, 1, -1.19209076e-007, 4.47013271e-008, 4.48658888e-008, 0.0013808267, -0.999999046, 1.19147238e-007, 0.999999046, 0.0013808267)) | |
981 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.439999968, 0.849999964, 3.90000057)) | |
982 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, -1.19209076e-007, 4.47013271e-008, 4.48972415e-008, 0.00164393289, -0.999998689, 1.19135436e-007, 0.999998689, 0.00164393289),CFrame.new(-0.000289916992, -3.91264629, -5.64580536, -1, 1.19209076e-007, -4.47013271e-008, 1.08530877e-007, 0.98174566, 0.190198451, 6.65587194e-008, 0.190198481, -0.98174572)) | |
983 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1)) | |
984 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(0.200000003, 0.200000003, 0.400000006)) | |
985 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, -1.19209076e-007, 4.47013271e-008, 4.48972415e-008, 0.00164393289, -0.999998689, 1.19135436e-007, 0.999998689, 0.00164393289),CFrame.new(8.40220642, 0.350257874, -1.9643116, -6.7053584e-008, -0.258818865, 0.965925932, 1, -1.20999317e-007, 3.69973279e-008, 1.07300764e-007, 0.965925872, 0.258818835)) | |
986 | mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1)) | |
987 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really red","Part",Vector3.new(0.600000024, 0.200000271, 4.5999999)) | |
988 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, -1.19209076e-007, 4.47013271e-008, 4.48972415e-008, 0.00164393289, -0.999998689, 1.19135436e-007, 0.999998689, 0.00164393289),CFrame.new(8.40222931, 0.320251465, -0.264352798, -3.72516631e-008, -0.258819014, 0.965925872, 1, -1.20990833e-007, 6.14636386e-009, 1.15277373e-007, 0.965925872, 0.258818984)) | |
989 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1, 0.200000271, 0.799999952)) | |
990 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 1, -1.19209076e-007, 4.47013271e-008, 4.48972415e-008, 0.00164393289, -0.999998689, 1.19135436e-007, 0.999998689, 0.00164393289),CFrame.new(8.40221405, 0.340270996, -1.96434784, -1.11756485e-007, -0.258814663, 0.965927064, 1, -1.50931754e-007, 7.52573754e-008, 1.26311349e-007, 0.965927064, 0.258814663)) | |
991 | mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1)) | |
992 | Hitbox=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,1,"Dark stone grey","Hitbox",Vector3.new(0.39999938, 3.00000024, 11.4000025)) | |
993 | Hitboxweld=weld(m,Handle,Hitbox,CFrame.new(0, 0, 0, 1, -1.19209076e-007, 4.47013271e-008, 4.48972415e-008, 0.00164393289, -0.999998689, 1.19135436e-007, 0.999998689, 0.00164393289),CFrame.new(0.00016784668, -8.39911652, 2.29857397, 1, -1.19209076e-007, 4.47013271e-008, 4.49000481e-008, 0.00166750455, -0.999998689, 1.19134377e-007, 0.999998689, 0.00166750455)) | |
994 | ||
995 | function attackone() | |
996 | attack=true | |
997 | con1=Hitbox.Touched:connect(function(hit) Damagefunc(hit,10000000,10000000,math.random(10,20),"Knockdown",RootPart,.2,1) end) | |
998 | for i=0,1,0.1 do | |
999 | swait() | |
1000 | RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(10),math.rad(0),math.rad(80)),.3) | |
1001 | Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(-5),math.rad(10),math.rad(-70)),.3) | |
1002 | RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(0), math.rad(90), math.rad(90)), 0.3) | |
1003 | LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(80), math.rad(-70), math.rad(0)), 0.3) | |
1004 | RH.C0=clerp(RH.C0,cf(1,-1,0.2)*angles(math.rad(0),math.rad(40),math.rad(20)),.3) | |
1005 | LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-60),math.rad(0)),.3) | |
1006 | handleweld.C0=clerp(handleweld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(-5),math.rad(0)),.3) | |
1007 | end | |
1008 | so("http://roblox.com/asset/?id=92597369",Hitbox,1,0.6) | |
1009 | so("http://roblox.com/asset/?id=231917871",Hitbox,1,0.8) | |
1010 | for i=0,1,0.1 do | |
1011 | swait() | |
1012 | local blcf = Hitbox.CFrame*CFrame.new(0,.5,0) | |
1013 | if scfr and (Hitbox.Position-scfr.p).magnitude > .1 then | |
1014 | local h = 5 | |
1015 | local a,b = Triangle((scfr*CFrame.new(0,h/2,0)).p,(scfr*CFrame.new(0,-h/2,0)).p,(blcf*CFrame.new(0,h/2,0)).p) | |
1016 | if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end | |
1017 | local a,b = Triangle((blcf*CFrame.new(0,h/2,0)).p,(blcf*CFrame.new(0,-h/2,0)).p,(scfr*CFrame.new(0,-h/2,0)).p) | |
1018 | if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end | |
1019 | scfr = blcf | |
1020 | elseif not scfr then | |
1021 | scfr = blcf | |
1022 | end | |
1023 | RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(10),math.rad(0),math.rad(-80)),.3) | |
1024 | Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(-5),math.rad(5),math.rad(70)),.3) | |
1025 | RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0.5) * angles(math.rad(0), math.rad(-70), math.rad(90)), 0.3) | |
1026 | LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(70), math.rad(-70), math.rad(0)), 0.3) | |
1027 | RH.C0=clerp(RH.C0,cf(1,-1,0.2)*angles(math.rad(0),math.rad(40),math.rad(20)),.3) | |
1028 | LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-60),math.rad(0)),.3) | |
1029 | handleweld.C0=clerp(handleweld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(-5),math.rad(0)),.3) | |
1030 | end | |
1031 | attack=false | |
1032 | con1:disconnect() | |
1033 | end | |
1034 | ||
1035 | function attacktwo() | |
1036 | attack=true | |
1037 | con1=Hitbox.Touched:connect(function(hit) Damagefunc(hit,10000000,10000000,math.random(10,20),"Knockdown",RootPart,.2,1) end) | |
1038 | for i=0,1,0.1 do | |
1039 | swait() | |
1040 | RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(10),math.rad(0),math.rad(90)),.2) | |
1041 | Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(-5),math.rad(-80)),.3) | |
1042 | RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*euler(math.rad(0),math.rad(90),math.rad(90)),.1) | |
1043 | LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(70), math.rad(-70), math.rad(0)), 0.3) | |
1044 | ||
1045 | end | |
1046 | ||
1047 | for i=0,1,1 do | |
1048 | swait() | |
1049 | so("http://roblox.com/asset/?id=92597369",Hitbox,1,0.7) | |
1050 | so("http://www.roblox.com/asset/?id=234365573",Hitbox,1,0.7) | |
1051 | for i=0,1,0.1 do | |
1052 | swait() | |
1053 | local blcf = Hitbox.CFrame*CFrame.new(0,.5,0) | |
1054 | if scfr and (Hitbox.Position-scfr.p).magnitude > .1 then | |
1055 | local h = 5 | |
1056 | local a,b = Triangle((scfr*CFrame.new(0,h/2,0)).p,(scfr*CFrame.new(0,-h/2,0)).p,(blcf*CFrame.new(0,h/2,0)).p) | |
1057 | if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end | |
1058 | local a,b = Triangle((blcf*CFrame.new(0,h/2,0)).p,(blcf*CFrame.new(0,-h/2,0)).p,(scfr*CFrame.new(0,-h/2,0)).p) | |
1059 | if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end | |
1060 | scfr = blcf | |
1061 | elseif not scfr then | |
1062 | scfr = blcf | |
1063 | end | |
1064 | Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(-5),math.rad(-50)),.3) | |
1065 | RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*euler(math.rad(0),math.rad(-10),math.rad(110)),.1) | |
1066 | LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(-60)), 0.3) | |
1067 | handleweld.C0=clerp(handleweld.C0,cf(0,-0,0)*angles(math.rad(-50),math.rad(10),math.rad(0)),.3) | |
1068 | RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*euler(0,0,-6*i),.3) | |
1069 | end | |
1070 | end | |
1071 | con1:disconnect() | |
1072 | attack=false | |
1073 | end | |
1074 | ||
1075 | function attackthree() | |
1076 | attack=true | |
1077 | con1=Hitbox.Touched:connect(function(hit) Damagefunc(hit,10000000,10000000,math.random(10,20),"Knockdown",RootPart,.2,1) end) | |
1078 | for i=0,1,0.1 do | |
1079 | swait() | |
1080 | RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(-10),math.rad(0),math.rad(00)),.3) | |
1081 | Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(-5),math.rad(00)),.3) | |
1082 | RW.C0=clerp(RW.C0,cf(1,0.8,-1)*angles(math.rad(150),math.rad(0),math.rad(-50)),.3) | |
1083 | LW.C0=clerp(LW.C0,cf(-1,0.8,-1)*angles(math.rad(150),math.rad(0),math.rad(50)),.3) | |
1084 | RH.C0=clerp(RH.C0,cf(1,-1,.2)*angles(math.rad(0),math.rad(90),math.rad(0)),.3) | |
1085 | LH.C0=clerp(LH.C0,cf(-1,-1,-.2)*angles(math.rad(0),math.rad(-90),math.rad(0)),.3) | |
1086 | handleweld.C0=clerp(handleweld.C0,cf(-1,0,-.2)*angles(math.rad(-20),math.rad(-20),math.rad(50)),.3) | |
1087 | end | |
1088 | so("http://roblox.com/asset/?id=92597369",Hitbox,1,0.4) | |
1089 | so("http://www.roblox.com/asset/?id=234365549",Hitbox,1,0.6) | |
1090 | for i=0,1,.1 do | |
1091 | swait() | |
1092 | local blcf = Hitbox.CFrame*CFrame.new(0,.5,0) | |
1093 | if scfr and (Hitbox.Position-scfr.p).magnitude > .1 then | |
1094 | local h = 5 | |
1095 | local a,b = Triangle((scfr*CFrame.new(0,h/2,0)).p,(scfr*CFrame.new(0,-h/2,0)).p,(blcf*CFrame.new(0,h/2,0)).p) | |
1096 | if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end | |
1097 | local a,b = Triangle((blcf*CFrame.new(0,h/2,0)).p,(blcf*CFrame.new(0,-h/2,0)).p,(scfr*CFrame.new(0,-h/2,0)).p) | |
1098 | if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end | |
1099 | scfr = blcf | |
1100 | elseif not scfr then | |
1101 | scfr = blcf | |
1102 | end | |
1103 | RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(20),math.rad(0),math.rad(0)),.3) | |
1104 | Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(-10),math.rad(-5),math.rad(00)),.3) | |
1105 | RW.C0=clerp(RW.C0,cf(1,0.2,-.5)*angles(math.rad(10),math.rad(0),math.rad(-50)),.3) | |
1106 | LW.C0=clerp(LW.C0,cf(-1,0.2,-.5)*angles(math.rad(10),math.rad(0),math.rad(50)),.3) | |
1107 | RH.C0=clerp(RH.C0,cf(1,-1,.2)*angles(math.rad(0),math.rad(90),math.rad(0)),.3) | |
1108 | LH.C0=clerp(LH.C0,cf(-1,-1,-.2)*angles(math.rad(0),math.rad(-90),math.rad(0)),.3) | |
1109 | handleweld.C0=clerp(handleweld.C0,cf(-1,0,-.2)*angles(math.rad(-20),math.rad(-20),math.rad(50)),.3) | |
1110 | end | |
1111 | attack=false | |
1112 | con1:disconnect() | |
1113 | end | |
1114 | ||
1115 | function CrimsonMoon() | |
1116 | attack=true | |
1117 | con1=Hitbox.Touched:connect(function(hit) Damagefunc(hit,10000000,10000000,math.random(10,20),"Knockdown",RootPart,.2,1) end) | |
1118 | for i=0,1,0.1 do | |
1119 | swait() | |
1120 | RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(0),math.rad(120),math.rad(80)),.3) | |
1121 | LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*angles(math.rad(-10),math.rad(0),math.rad(-10)),.3) | |
1122 | handleweld.C0=clerp(handleweld.C0,cf(0,0,0)*angles(math.rad(-30),math.rad(-5),math.rad(0)),.3) | |
1123 | end | |
1124 | for i=0,1,0.15 do | |
1125 | so("http://roblox.com/asset/?id=92597369",Hitbox,1,0.5) | |
1126 | so("http://roblox.com/asset/?id=28144425",Torso,1,0.8) | |
1127 | swait() | |
1128 | for i=0,1,0.1 do | |
1129 | swait() | |
1130 | local blcf = Hitbox.CFrame*CFrame.new(0,.5,0) | |
1131 | if scfr and (Hitbox.Position-scfr.p).magnitude > .1 then | |
1132 | local h = 5 | |
1133 | local a,b = Triangle((scfr*CFrame.new(0,h/2,0)).p,(scfr*CFrame.new(0,-h/2,0)).p,(blcf*CFrame.new(0,h/2,0)).p) | |
1134 | if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end | |
1135 | local a,b = Triangle((blcf*CFrame.new(0,h/2,0)).p,(blcf*CFrame.new(0,-h/2,0)).p,(scfr*CFrame.new(0,-h/2,0)).p) | |
1136 | if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end | |
1137 | scfr = blcf | |
1138 | elseif not scfr then | |
1139 | scfr = blcf | |
1140 | end | |
1141 | RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(0),math.rad(-40),math.rad(90)),.3) | |
1142 | LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*angles(math.rad(-20),math.rad(0),math.rad(-60)),.3) | |
1143 | RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,5)*euler(0,-1.5,-6*i),.3) | |
1144 | handleweld.C0=clerp(handleweld.C0,cf(0,0,0)*angles(math.rad(-30),math.rad(-5),math.rad(0)),.3) | |
1145 | end | |
1146 | end | |
1147 | attack=false | |
1148 | con1:disconnect() | |
1149 | end | |
1150 | ||
1151 | function BreakEffect(brickcolor,cframe,x1,y1,z1) | |
1152 | local prt=part("Custom",workspace,"SmoothPlastic",0,0,"Really red","Effect",vt(0.5,0.5,0.5)) | |
1153 | prt.Anchored=true | |
1154 | prt.CFrame=cframe*euler(math.random(-50,50),math.random(-50,50),math.random(-50,50)) | |
1155 | local msh=mesh("SpecialMesh",prt,"Sphere","",vt(0,0,0),vt(x1,y1,z1)) | |
1156 | coroutine.resume(coroutine.create(function(Part,CF,Numbb,randnumb) | |
1157 | CF=Part.CFrame | |
1158 | Numbb=0 | |
1159 | randnumb=math.random()-math.random() | |
1160 | for i=0,1,0.05 do | |
1161 | wait() | |
1162 | CF=CF*cf(0,1,0) | |
1163 | --Part.CFrame=Part.CFrame*euler(0.5,0,0)*cf(0,1,0) | |
1164 | Part.CFrame=CF*euler(Numbb,0,0) | |
1165 | Part.Transparency=i | |
1166 | Numbb=Numbb+randnumb | |
1167 | end | |
1168 | Part.Parent=nil | |
1169 | end),prt,CF,Numbb,randnumb) | |
1170 | end | |
1171 | ||
1172 | function Execution() --HEUAHUEHAUEHAUHUEAHUAEHUAHEUAHEUH | |
1173 | attack=true | |
1174 | con1=Hitbox.Touched:connect(function(hit) Damagefunc(hit,999999999,999999999,math.random(10,20),"Knockdown",RootPart,.2,1) end) | |
1175 | Humanoid.WalkSpeed = 0 | |
1176 | for i=0,1,0.03 do | |
1177 | swait() | |
1178 | RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(60)),.1) | |
1179 | Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(-60)),.1) | |
1180 | RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*euler(math.rad(0),math.rad(90),math.rad(120)),.1) | |
1181 | LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(100), math.rad(0), math.rad(0)), 0.1) | |
1182 | RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(-10)),.1) | |
1183 | LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0)),.2) | |
1184 | handleweld.C0=clerp(handleweld.C0,cf(0,-0,.4)*angles(math.rad(0),math.rad(10),math.rad(0)),.1) | |
1185 | end | |
1186 | so("http://roblox.com/asset/?id=92597369",Hitbox,1,0.5) | |
1187 | so("http://roblox.com/asset/?id=28144425",Torso,1,0.5) | |
1188 | hitconasdf = Hitbox.Touched:connect(function(hit) | |
1189 | local hum12 = hit.Parent:FindFirstChild("Humanoid") | |
1190 | if hum12 and not hum12:IsDescendantOf(Character) then | |
1191 | so('http://roblox.com/asset/?id=154965973',Hitbox,1,0.8) | |
1192 | BreakEffect(BrickColor.new("Really red"),hit.Parent.Torso.CFrame,0.5,math.random(5,20),0.5) | |
1193 | BreakEffect(BrickColor.new("Really red"),hit.Parent.Torso.CFrame,0.5,math.random(5,20),0.5) | |
1194 | BreakEffect(BrickColor.new("Really red"),hit.Parent.Torso.CFrame,0.5,math.random(5,20),0.5) | |
1195 | BreakEffect(BrickColor.new("Really red"),hit.Parent.Torso.CFrame,0.5,math.random(5,20),0.5) | |
1196 | BreakEffect(BrickColor.new("Really red"),hit.Parent.Torso.CFrame,0.5,math.random(5,20),0.5) | |
1197 | BreakEffect(BrickColor.new("Really red"),hit.Parent.Torso.CFrame,0.5,math.random(5,20),0.5) | |
1198 | BreakEffect(BrickColor.new("Really red"),hit.Parent.Torso.CFrame,0.5,math.random(5,20),0.5) | |
1199 | BreakEffect(BrickColor.new("Really red"),hit.Parent.Torso.CFrame,0.5,math.random(5,20),0.5) | |
1200 | BreakEffect(BrickColor.new("Really red"),hit.Parent.Torso.CFrame,0.5,math.random(5,20),0.5) | |
1201 | BreakEffect(BrickColor.new("Really red"),hit.Parent.Torso.CFrame,0.5,math.random(5,20),0.5) | |
1202 | hitconasdf:disconnect() | |
1203 | end | |
1204 | end) | |
1205 | for i=0,1,0.03 do | |
1206 | swait() | |
1207 | local blcf = Hitbox.CFrame*CFrame.new(0,.5,0) | |
1208 | if scfr and (Hitbox.Position-scfr.p).magnitude > .1 then | |
1209 | local h = 5 | |
1210 | local a,b = Triangle((scfr*CFrame.new(0,h/2,0)).p,(scfr*CFrame.new(0,-h/2,0)).p,(blcf*CFrame.new(0,h/2,0)).p) | |
1211 | if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end | |
1212 | local a,b = Triangle((blcf*CFrame.new(0,h/2,0)).p,(blcf*CFrame.new(0,-h/2,0)).p,(scfr*CFrame.new(0,-h/2,0)).p) | |
1213 | if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end | |
1214 | scfr = blcf | |
1215 | elseif not scfr then | |
1216 | scfr = blcf | |
1217 | end | |
1218 | RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(-90)),.2) | |
1219 | Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(60)),.2) | |
1220 | RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*euler(math.rad(0),math.rad(-20),math.rad(70)),.2) | |
1221 | LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(-40)), 0.2) | |
1222 | RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(-10)),.2) | |
1223 | LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0)),.2) | |
1224 | handleweld.C0=clerp(handleweld.C0,cf(0,-0,.4)*angles(math.rad(0),math.rad(10),math.rad(0)),.2) | |
1225 | end | |
1226 | attack=false | |
1227 | con1:disconnect() | |
1228 | Humanoid.WalkSpeed= 16 | |
1229 | pcall(function() | |
1230 | hitconasdf:disconnect() | |
1231 | end) | |
1232 | end | |
1233 | ||
1234 | mouse.Button1Down:connect(function() | |
1235 | if attack==false then | |
1236 | if attacktype==1 then | |
1237 | attack=true | |
1238 | attacktype=2 | |
1239 | attackone() | |
1240 | elseif attacktype==2 then | |
1241 | attack=true | |
1242 | attacktype=3 | |
1243 | attacktwo() | |
1244 | elseif attacktype==3 then | |
1245 | attack=true | |
1246 | attacktype=1 | |
1247 | attackthree() | |
1248 | end | |
1249 | end | |
1250 | end) | |
1251 | ||
1252 | mouse.KeyDown:connect(function(k) | |
1253 | k=k:lower() | |
1254 | if k=='q' then | |
1255 | if attack==false then | |
1256 | CrimsonMoon() | |
1257 | end | |
1258 | elseif k=='e' then | |
1259 | if attack==false then | |
1260 | Execution() | |
1261 | end | |
1262 | end | |
1263 | end) | |
1264 | ||
1265 | ||
1266 | local sine = 0 | |
1267 | local change = 1 | |
1268 | local val = 0 | |
1269 | ||
1270 | while true do | |
1271 | swait() | |
1272 | sine = sine + change | |
1273 | local torvel=(RootPart.Velocity*Vector3.new(1,0,1)).magnitude | |
1274 | local velderp=RootPart.Velocity.y | |
1275 | hitfloor,posfloor=rayCast(RootPart.Position,(CFrame.new(RootPart.Position,RootPart.Position - Vector3.new(0,1,0))).lookVector,4,Character) | |
1276 | if equipped==true or equipped==false then | |
1277 | if attack==false then | |
1278 | idle=idle+1 | |
1279 | else | |
1280 | idle=0 | |
1281 | end | |
1282 | if idle>=500 then | |
1283 | if attack==false then | |
1284 | --Sheath() | |
1285 | end | |
1286 | end | |
1287 | if RootPart.Velocity.y > 1 and hitfloor==nil then | |
1288 | Anim="Jump" | |
1289 | if attack==false then | |
1290 | RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(-5),math.rad(0),math.rad(0)),.3) | |
1291 | Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(-10),math.rad(0),math.rad(0)),.3) | |
1292 | RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(30), math.rad(0), math.rad(10)), 0.3) | |
1293 | LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-20), math.rad(0), math.rad(-30)), 0.3) | |
1294 | RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(-20)),.3) | |
1295 | LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-60),math.rad(0)),.3) | |
1296 | handleweld.C0=clerp(handleweld.C0,cf(0,-0,.4)*angles(math.rad(85),math.rad(10),math.rad(0)),.3) | |
1297 | end | |
1298 | elseif RootPart.Velocity.y < -1 and hitfloor==nil then | |
1299 | Anim="Fall" | |
1300 | if attack==false then | |
1301 | RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(5),math.rad(0),math.rad(0)),.3) | |
1302 | Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(10),math.rad(0),math.rad(0)),.3) | |
1303 | RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(30), math.rad(0), math.rad(20)), 0.3) | |
1304 | LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-20), math.rad(0), math.rad(-40)), 0.3) | |
1305 | RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(-20)),.3) | |
1306 | LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-60),math.rad(0)),.3) | |
1307 | handleweld.C0=clerp(handleweld.C0,cf(0,-0,.4)*angles(math.rad(85),math.rad(10),math.rad(0)),.3) | |
1308 | end | |
1309 | elseif torvel<1 and hitfloor~=nil then | |
1310 | Anim="Idle" | |
1311 | if attack==false then | |
1312 | RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(10),math.rad(0),math.rad(60)),.3) | |
1313 | Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(-5),math.rad(5),math.rad(-50)),.3) | |
1314 | RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(70), math.rad(100), math.rad(0)), 0.3) | |
1315 | LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(50), math.rad(-70), math.rad(0)), 0.3) | |
1316 | RH.C0=clerp(RH.C0,cf(1,-1,0.2)*angles(math.rad(0),math.rad(40),math.rad(20)),.3) | |
1317 | LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-60),math.rad(0)),.3) | |
1318 | handleweld.C0=clerp(handleweld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(-5),math.rad(0)),.3) | |
1319 | end | |
1320 | elseif torvel>2 and torvel<22 and hitfloor~=nil then | |
1321 | Anim="Walk" | |
1322 | if attack==false then | |
1323 | change=3 | |
1324 | RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(20),math.rad(0),math.rad(60)),.3) | |
1325 | Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(-10),math.rad(10),math.rad(-50)),.3) | |
1326 | RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(70), math.rad(100), math.rad(0)), 0.3) | |
1327 | LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(50), math.rad(-70), math.rad(0)), 0.3) | |
1328 | RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(80),math.rad(20)),.3) | |
1329 | LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-100),math.rad(0)),.3) | |
1330 | handleweld.C0=clerp(handleweld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(-5),math.rad(0)),.3) | |
1331 | end | |
1332 | elseif torvel>=22 and hitfloor~=nil then | |
1333 | Anim="Run" | |
1334 | RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(20),math.rad(0),math.rad(60)),.3) | |
1335 | Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(-10),math.rad(10),math.rad(-50)),.3) | |
1336 | RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(70), math.rad(100), math.rad(0)), 0.3) | |
1337 | LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(50), math.rad(-70), math.rad(0)), 0.3) | |
1338 | RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(80),math.rad(20)),.3) | |
1339 | LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-100),math.rad(0)),.3) | |
1340 | handleweld.C0=clerp(handleweld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(-5),math.rad(0)),.3)char.Humanoid.MaxHealth = math.huge | |
1341 | wait() | |
1342 | char.Humanoid.Health = math.huge | |
1343 | end | |
1344 | end | |
1345 | end |