SHOW:
|
|
- or go back to the newest paste.
1 | - | Player=game:GetService("Players").LocalPlayer |
1 | + | if game:GetService("RunService"):IsClient() then error("use h/ and not hl/") end |
2 | local Player,game,owner = owner,game | |
3 | local RealPlayer = Player | |
4 | do | |
5 | local rp = RealPlayer | |
6 | script.Parent = rp.Character | |
7 | ||
8 | local Event = Instance.new("RemoteEvent") | |
9 | Event.Name = "UserInput_Event" | |
10 | ||
11 | local function fakeEvent() | |
12 | local t = {_fakeEvent=true,Functions={},Connect=function(self,f)table.insert(self.Functions,f) end} | |
13 | t.connect = t.Connect | |
14 | return t | |
15 | end | |
16 | ||
17 | local m = {Target=nil,Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent(),Button2Up=fakeEvent(),Button2Down=fakeEvent()} | |
18 | local UIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()} | |
19 | local CAS = {Actions={},BindAction=function(self,name,fun,touch,...) | |
20 | CAS.Actions[name] = fun and {Name=name,Function=fun,Keys={...}} or nil | |
21 | end} | |
22 | CAS.UnbindAction = CAS.BindAction | |
23 | local function te(self,ev,...) | |
24 | local t = m[ev] | |
25 | if t and t._fakeEvent then | |
26 | for _,f in pairs(t.Functions) do | |
27 | f(...) | |
28 | end | |
29 | end | |
30 | end | |
31 | m.TrigEvent = te | |
32 | UIS.TrigEvent = te | |
33 | ||
34 | Event.OnServerEvent:Connect(function(plr,io) | |
35 | if plr~=rp then return end | |
36 | m.Target = io.Target | |
37 | m.Hit = io.Hit | |
38 | if not io.isMouse then | |
39 | local b = io.UserInputState == Enum.UserInputState.Begin | |
40 | if io.UserInputType == Enum.UserInputType.MouseButton1 then | |
41 | return m:TrigEvent(b and "Button1Down" or "Button1Up") | |
42 | end | |
43 | if io.UserInputType == Enum.UserInputType.MouseButton2 then | |
44 | return m:TrigEvent(b and "Button2Down" or "Button2Up") | |
45 | end | |
46 | for _,t in pairs(CAS.Actions) do | |
47 | for _,k in pairs(t.Keys) do | |
48 | if k==io.KeyCode then | |
49 | t.Function(t.Name,io.UserInputState,io) | |
50 | end | |
51 | end | |
52 | end | |
53 | m:TrigEvent(b and "KeyDown" or "KeyUp",io.KeyCode.Name:lower()) | |
54 | UIS:TrigEvent(b and "InputBegan" or "InputEnded",io,false) | |
55 | end | |
56 | end) | |
57 | Event.Parent = NLS([==[ | |
58 | local Player = game:GetService("Players").LocalPlayer | |
59 | local Event = script:WaitForChild("UserInput_Event") | |
60 | local Mouse = Player:GetMouse() | |
61 | local UIS = game:GetService("UserInputService") | |
62 | local input = function(io,a) | |
63 | if a then return end | |
64 | --Since InputObject is a client-side instance, we create and pass table instead | |
65 | Event:FireServer({KeyCode=io.KeyCode,UserInputType=io.UserInputType,UserInputState=io.UserInputState,Hit=Mouse.Hit,Target=Mouse.Target}) | |
66 | end | |
67 | UIS.InputBegan:Connect(input) | |
68 | UIS.InputEnded:Connect(input) | |
69 | local h,t | |
70 | while wait(1/30) do | |
71 | if h~=Mouse.Hit or t~=Mouse.Target then | |
72 | h,t=Mouse.Hit,Mouse.Target | |
73 | Event:FireServer({isMouse=true,Target=t,Hit=h}) | |
74 | end | |
75 | end]==],Player.Character) | |
76 | ||
77 | local _rg = game | |
78 | ||
79 | local fsmt = { | |
80 | __index = function(self,k) | |
81 | local s = rawget(self,"_RealService") | |
82 | if s then | |
83 | return typeof(s[k])=="function" | |
84 | and function(_,...)return s[k](s,...)end or s[k] | |
85 | end | |
86 | end, | |
87 | __newindex = function(self,k,v) | |
88 | local s = rawget(self,"_RealService") | |
89 | if s then s[k]=v end | |
90 | end | |
91 | } | |
92 | local function FakeService(t,RealService) | |
93 | t._RealService = typeof(RealService)=="string" and _rg:GetService(RealService) or RealService | |
94 | return setmetatable(t,fsmt) | |
95 | end | |
96 | local g = { | |
97 | GetService = function(self,s) | |
98 | return rawget(self,s) or _rg:GetService(s) | |
99 | end, | |
100 | Players = FakeService({ | |
101 | LocalPlayer = FakeService({GetMouse=function(self)return m end},Player) | |
102 | },"Players"), | |
103 | UserInputService = FakeService(UIS,"UserInputService"), | |
104 | ContextActionService = FakeService(CAS,"ContextActionService"), | |
105 | RunService = FakeService({ | |
106 | _btrs = {}, | |
107 | RenderStepped = _rg:GetService("RunService").Heartbeat, | |
108 | BindToRenderStep = function(self,name,_,fun) | |
109 | self._btrs[name] = self.Heartbeat:Connect(fun) | |
110 | end, | |
111 | UnbindFromRenderStep = function(self,name) | |
112 | self._btrs[name]:Disconnect() | |
113 | end, | |
114 | },"RunService") | |
115 | } | |
116 | rawset(g.Players,"localPlayer",g.Players.LocalPlayer) | |
117 | g.service = g.GetService | |
118 | FakeService(g,game) | |
119 | game,owner = g,g.Players.LocalPlayer | |
120 | end | |
121 | ||
122 | Player=owner | |
123 | Character=Player.Character | |
124 | PlayerGui=Player.PlayerGui | |
125 | Backpack=Player.Backpack | |
126 | Torso=Character.Torso | |
127 | Head=Character.Head | |
128 | Humanoid=Character.Humanoid | |
129 | m=Instance.new('Model',Character) | |
130 | LeftArm=Character["Left Arm"] | |
131 | LeftLeg=Character["Left Leg"] | |
132 | RightArm=Character["Right Arm"] | |
133 | RightLeg=Character["Right Leg"] | |
134 | LS=Torso["Left Shoulder"] | |
135 | LH=Torso["Left Hip"] | |
136 | RS=Torso["Right Shoulder"] | |
137 | RH=Torso["Right Hip"] | |
138 | Face = Head.face | |
139 | Neck=Torso.Neck | |
140 | it=Instance.new | |
141 | attacktype=1 | |
142 | vt=Vector3.new | |
143 | cf=CFrame.new | |
144 | euler=CFrame.fromEulerAnglesXYZ | |
145 | angles=CFrame.Angles | |
146 | cloaked=false | |
147 | necko=cf(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0) | |
148 | necko2=cf(0, -0.5, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0) | |
149 | LHC0=cf(-1,-1,0,-0,-0,-1,0,1,0,1,0,0) | |
150 | LHC1=cf(-0.5,1,0,-0,-0,-1,0,1,0,1,0,0) | |
151 | RHC0=cf(1,-1,0,0,0,1,0,1,0,-1,-0,-0) | |
152 | RHC1=cf(0.5,1,0,0,0,1,0,1,0,-1,-0,-0) | |
153 | RootPart=Character.HumanoidRootPart | |
154 | RootJoint=RootPart.RootJoint | |
155 | RootCF=euler(-1.57,0,3.14) | |
156 | attack = false | |
157 | attackdebounce = false | |
158 | deb=false | |
159 | equipped=true | |
160 | hand=false | |
161 | MMouse=nil | |
162 | combo=0 | |
163 | mana=0 | |
164 | trispeed=.2 | |
165 | attackmode='none' | |
166 | local idle=0 | |
167 | local Anim="Idle" | |
168 | local Effects={} | |
169 | local gun=false | |
170 | local shoot=false | |
171 | player=nil | |
172 | mana=0 | |
173 | local CurrentMode = "Unsheathed" | |
174 | ||
175 | mouse=Player:GetMouse() | |
176 | --save shoulders | |
177 | RSH, LSH=nil, nil | |
178 | --welds | |
179 | RW, LW=Instance.new("Weld"), Instance.new("Weld") | |
180 | RW.Name="Right Shoulder" LW.Name="Left Shoulder" | |
181 | LH=Torso["Left Hip"] | |
182 | RH=Torso["Right Hip"] | |
183 | TorsoColor=Torso.BrickColor | |
184 | function NoOutline(Part) | |
185 | Part.TopSurface,Part.BottomSurface,Part.LeftSurface,Part.RightSurface,Part.FrontSurface,Part.BackSurface = 10,10,10,10,10,10 | |
186 | end | |
187 | player=Player | |
188 | - | w1.BrickColor = BrickColor.new("New Yeller") |
188 | + | |
189 | RSH=ch.Torso["Right Shoulder"] | |
190 | LSH=ch.Torso["Left Shoulder"] | |
191 | -- | |
192 | RSH.Parent=nil | |
193 | LSH.Parent=nil | |
194 | -- | |
195 | RW.Name="Right Shoulder" | |
196 | RW.Part0=ch.Torso | |
197 | RW.C0=cf(1.5, 0.5, 0) --* CFrame.fromEulerAnglesXYZ(1.3, 0, -0.5) | |
198 | RW.C1=cf(0, 0.5, 0) | |
199 | RW.Part1=ch["Right Arm"] | |
200 | RW.Parent=ch.Torso | |
201 | -- | |
202 | LW.Name="Left Shoulder" | |
203 | LW.Part0=ch.Torso | |
204 | LW.C0=cf(-1.5, 0.5, 0) --* CFrame.fromEulerAnglesXYZ(1.7, 0, 0.8) | |
205 | LW.C1=cf(0, 0.5, 0) | |
206 | LW.Part1=ch["Left Arm"] | |
207 | LW.Parent=ch.Torso | |
208 | ||
209 | local function weldBetween(a, b) | |
210 | local weldd = Instance.new("ManualWeld") | |
211 | weldd.Part0 = a | |
212 | - | w2.BrickColor = BrickColor.new("New Yeller") |
212 | + | |
213 | weldd.C0 = CFrame.new() | |
214 | weldd.C1 = b.CFrame:inverse() * a.CFrame | |
215 | weldd.Parent = a | |
216 | return weldd | |
217 | end | |
218 | ||
219 | function nooutline(part) | |
220 | part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10 | |
221 | end | |
222 | ||
223 | function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size) | |
224 | local fp=it("Part") | |
225 | fp.formFactor=formfactor | |
226 | fp.Parent=parent | |
227 | fp.Reflectance=reflectance | |
228 | fp.Transparency=transparency | |
229 | fp.CanCollide=false | |
230 | fp.Locked=true | |
231 | fp.BrickColor=BrickColor.new(tostring(brickcolor)) | |
232 | fp.Name=name | |
233 | fp.Size=size | |
234 | fp.Position=Character.Torso.Position | |
235 | nooutline(fp) | |
236 | fp.Material=material | |
237 | fp:BreakJoints() | |
238 | return fp | |
239 | end | |
240 | ||
241 | function swait(num) | |
242 | if num==0 or num==nil then | |
243 | game:service'RunService'.Heartbeat:wait(0) | |
244 | else | |
245 | for i=0,num do | |
246 | game:service'RunService'.Heartbeat:wait(0) | |
247 | end | |
248 | end | |
249 | end | |
250 | ||
251 | function mesh(Mesh,part,meshtype,meshid,offset,scale) | |
252 | local mesh=it(Mesh) | |
253 | mesh.Parent=part | |
254 | if Mesh=="SpecialMesh" then | |
255 | mesh.MeshType=meshtype | |
256 | mesh.MeshId=meshid | |
257 | end | |
258 | mesh.Offset=offset | |
259 | mesh.Scale=scale | |
260 | return mesh | |
261 | end | |
262 | ||
263 | function weld(parent,part0,part1,c0,c1) | |
264 | local weld=it("Weld") | |
265 | weld.Parent=parent | |
266 | weld.Part0=part0 | |
267 | weld.Part1=part1 | |
268 | weld.C0=c0 | |
269 | weld.C1=c1 | |
270 | return weld | |
271 | end | |
272 | ||
273 | ||
274 | local function CFrameFromTopBack(at, top, back) | |
275 | local right = top:Cross(back) | |
276 | return CFrame.new(at.x, at.y, at.z, | |
277 | right.x, top.x, back.x, | |
278 | right.y, top.y, back.y, | |
279 | right.z, top.z, back.z) | |
280 | end | |
281 | ||
282 | function Triangle(a, b, c) | |
283 | local edg1 = (c-a):Dot((b-a).unit) | |
284 | local edg2 = (a-b):Dot((c-b).unit) | |
285 | local edg3 = (b-c):Dot((a-c).unit) | |
286 | if edg1 <= (b-a).magnitude and edg1 >= 0 then | |
287 | a, b, c = a, b, c | |
288 | elseif edg2 <= (c-b).magnitude and edg2 >= 0 then | |
289 | a, b, c = b, c, a | |
290 | elseif edg3 <= (a-c).magnitude and edg3 >= 0 then | |
291 | a, b, c = c, a, b | |
292 | else | |
293 | assert(false, "unreachable") | |
294 | end | |
295 | ||
296 | local len1 = (c-a):Dot((b-a).unit) | |
297 | local len2 = (b-a).magnitude - len1 | |
298 | local width = (a + (b-a).unit*len1 - c).magnitude | |
299 | ||
300 | local maincf = CFrameFromTopBack(a, (b-a):Cross(c-b).unit, -(b-a).unit) | |
301 | ||
302 | local list = {} | |
303 | ||
304 | if len1 > 0.01 then | |
305 | local w1 = Instance.new('WedgePart', m) | |
306 | game:GetService("Debris"):AddItem(w1,5) | |
307 | w1.Material = "SmoothPlastic" | |
308 | w1.FormFactor = 'Custom' | |
309 | w1.BrickColor = BrickColor.new("Lime green") | |
310 | w1.Transparency = 0 | |
311 | w1.Reflectance = 0 | |
312 | w1.Material = "Neon" | |
313 | w1.CanCollide = false | |
314 | NoOutline(w1) | |
315 | local sz = Vector3.new(0.2, width, len1) | |
316 | w1.Size = sz | |
317 | local sp = Instance.new("SpecialMesh",w1) | |
318 | sp.MeshType = "Wedge" | |
319 | sp.Scale = Vector3.new(0,1,1) * sz/w1.Size | |
320 | w1:BreakJoints() | |
321 | w1.Anchored = true | |
322 | w1.Parent = workspace | |
323 | w1.Transparency = 0.3 | |
324 | table.insert(Effects,{w1,"Disappear",.03}) | |
325 | w1.CFrame = maincf*CFrame.Angles(math.pi,0,math.pi/2)*CFrame.new(0,width/2,len1/2) | |
326 | table.insert(list,w1) | |
327 | end | |
328 | if len2 > 0.01 then | |
329 | local w2 = Instance.new('WedgePart', m) | |
330 | game:GetService("Debris"):AddItem(w2,5) | |
331 | w2.Material = "SmoothPlastic" | |
332 | w2.FormFactor = 'Custom' | |
333 | w2.BrickColor = BrickColor.new("Lime green") | |
334 | w2.Transparency = 0 | |
335 | w2.Reflectance = 0 | |
336 | w2.Material = "Neon" | |
337 | w2.CanCollide = false | |
338 | NoOutline(w2) | |
339 | local sz = Vector3.new(0.2, width, len2) | |
340 | w2.Size = sz | |
341 | local sp = Instance.new("SpecialMesh",w2) | |
342 | sp.MeshType = "Wedge" | |
343 | sp.Scale = Vector3.new(0,1,1) * sz/w2.Size | |
344 | w2:BreakJoints() | |
345 | w2.Anchored = true | |
346 | w2.Parent = workspace | |
347 | w2.Transparency = 0.3 | |
348 | table.insert(Effects,{w2,"Disappear",.03}) | |
349 | w2.CFrame = maincf*CFrame.Angles(math.pi,math.pi,-math.pi/2)*CFrame.new(0,width/2,-len1 - len2/2) | |
350 | table.insert(list,w2) | |
351 | end | |
352 | return unpack(list) | |
353 | - | c.Value=game:service("Players").LocalPlayer |
353 | + | |
354 | ||
355 | ||
356 | so = function(id,par,vol,pit) | |
357 | coroutine.resume(coroutine.create(function() | |
358 | local sou = Instance.new("Sound",par or workspace) | |
359 | sou.Volume=vol | |
360 | sou.Pitch=pit or 1 | |
361 | sou.SoundId=id | |
362 | swait() | |
363 | sou:play() | |
364 | game:GetService("Debris"):AddItem(sou,6) | |
365 | end)) | |
366 | end | |
367 | ||
368 | function clerp(a,b,t) | |
369 | local qa = {QuaternionFromCFrame(a)} | |
370 | local qb = {QuaternionFromCFrame(b)} | |
371 | local ax, ay, az = a.x, a.y, a.z | |
372 | local bx, by, bz = b.x, b.y, b.z | |
373 | local _t = 1-t | |
374 | return QuaternionToCFrame(_t*ax + t*bx, _t*ay + t*by, _t*az + t*bz,QuaternionSlerp(qa, qb, t)) | |
375 | end | |
376 | ||
377 | function QuaternionFromCFrame(cf) | |
378 | local mx, my, mz, m00, m01, m02, m10, m11, m12, m20, m21, m22 = cf:components() | |
379 | local trace = m00 + m11 + m22 | |
380 | if trace > 0 then | |
381 | local s = math.sqrt(1 + trace) | |
382 | local recip = 0.5/s | |
383 | return (m21-m12)*recip, (m02-m20)*recip, (m10-m01)*recip, s*0.5 | |
384 | else | |
385 | local i = 0 | |
386 | if m11 > m00 then | |
387 | i = 1 | |
388 | end | |
389 | if m22 > (i == 0 and m00 or m11) then | |
390 | i = 2 | |
391 | end | |
392 | if i == 0 then | |
393 | local s = math.sqrt(m00-m11-m22+1) | |
394 | local recip = 0.5/s | |
395 | return 0.5*s, (m10+m01)*recip, (m20+m02)*recip, (m21-m12)*recip | |
396 | elseif i == 1 then | |
397 | local s = math.sqrt(m11-m22-m00+1) | |
398 | local recip = 0.5/s | |
399 | return (m01+m10)*recip, 0.5*s, (m21+m12)*recip, (m02-m20)*recip | |
400 | elseif i == 2 then | |
401 | local s = math.sqrt(m22-m00-m11+1) | |
402 | local recip = 0.5/s return (m02+m20)*recip, (m12+m21)*recip, 0.5*s, (m10-m01)*recip | |
403 | end | |
404 | end | |
405 | end | |
406 | ||
407 | function QuaternionToCFrame(px, py, pz, x, y, z, w) | |
408 | local xs, ys, zs = x + x, y + y, z + z | |
409 | local wx, wy, wz = w*xs, w*ys, w*zs | |
410 | local xx = x*xs | |
411 | local xy = x*ys | |
412 | local xz = x*zs | |
413 | local yy = y*ys | |
414 | local yz = y*zs | |
415 | local zz = z*zs | |
416 | 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)) | |
417 | end | |
418 | ||
419 | function QuaternionSlerp(a, b, t) | |
420 | local cosTheta = a[1]*b[1] + a[2]*b[2] + a[3]*b[3] + a[4]*b[4] | |
421 | local startInterp, finishInterp; | |
422 | if cosTheta >= 0.0001 then | |
423 | if (1 - cosTheta) > 0.0001 then | |
424 | local theta = math.acos(cosTheta) | |
425 | local invSinTheta = 1/math.sin(theta) | |
426 | startInterp = math.sin((1-t)*theta)*invSinTheta | |
427 | finishInterp = math.sin(t*theta)*invSinTheta | |
428 | else | |
429 | startInterp = 1-t | |
430 | finishInterp = t | |
431 | end | |
432 | else | |
433 | if (1+cosTheta) > 0.0001 then | |
434 | local theta = math.acos(-cosTheta) | |
435 | local invSinTheta = 1/math.sin(theta) | |
436 | startInterp = math.sin((t-1)*theta)*invSinTheta | |
437 | finishInterp = math.sin(t*theta)*invSinTheta | |
438 | else | |
439 | startInterp = t-1 | |
440 | finishInterp = t | |
441 | end | |
442 | end | |
443 | 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 | |
444 | end | |
445 | ||
446 | function rayCast(Pos, Dir, Max, Ignore) -- Origin Position , Direction, MaxDistance , IgnoreDescendants | |
447 | return game:service("Workspace"):FindPartOnRay(Ray.new(Pos, Dir.unit * (Max or 999.999)), Ignore) | |
448 | end | |
449 | ||
450 | Damagefunc=function(Part,hit,minim,maxim,knockback,Type,Property,Delay,KnockbackType,decreaseblock) | |
451 | if hit.Parent==nil then | |
452 | return | |
453 | end | |
454 | local h=hit.Parent:FindFirstChild("Humanoid") | |
455 | for _,v in pairs(hit.Parent:children()) do | |
456 | if v:IsA("Humanoid") then | |
457 | h=v | |
458 | end | |
459 | end | |
460 | if hit.Parent.Parent:FindFirstChild("Torso")~=nil then | |
461 | h=hit.Parent.Parent:FindFirstChild("Humanoid") | |
462 | end | |
463 | if hit.Parent.className=="Hat" then | |
464 | hit=hit.Parent.Parent:findFirstChild("Head") | |
465 | end | |
466 | if h~=nil and hit.Parent.Name~=Character.Name and hit.Parent:FindFirstChild("Torso")~=nil then | |
467 | if hit.Parent:findFirstChild("DebounceHit")~=nil then if hit.Parent.DebounceHit.Value==true then return end end | |
468 | --[[ if game.Players:GetPlayerFromCharacter(hit.Parent)~=nil then | |
469 | return | |
470 | end]] | |
471 | -- hs(hit,1.2) | |
472 | local c=Instance.new("ObjectValue") | |
473 | c.Name="creator" | |
474 | c.Value=owner | |
475 | c.Parent=h | |
476 | game:GetService("Debris"):AddItem(c,.5) | |
477 | local Damage=math.random(minim,maxim) | |
478 | -- h:TakeDamage(Damage) | |
479 | local blocked=false | |
480 | local block=hit.Parent:findFirstChild("Block") | |
481 | if block~=nil then | |
482 | print(block.className) | |
483 | if block.className=="NumberValue" then | |
484 | if block.Value>0 then | |
485 | blocked=true | |
486 | if decreaseblock==nil then | |
487 | block.Value=block.Value-1 | |
488 | end | |
489 | end | |
490 | end | |
491 | if block.className=="IntValue" then | |
492 | if block.Value>0 then | |
493 | blocked=true | |
494 | if decreaseblock~=nil then | |
495 | block.Value=block.Value-1 | |
496 | end | |
497 | end | |
498 | end | |
499 | end | |
500 | if blocked==false then | |
501 | -- h:TakeDamage(Damage) | |
502 | h.Health=h.Health-Damage | |
503 | ShowDamage((Part.CFrame * CFrame.new(0, 0, (Part.Size.Z / 2)).p + Vector3.new(0, 1.5, 0)), -Damage, 1.5, Part.BrickColor.Color) | |
504 | else | |
505 | h.Health=h.Health-(Damage/2) | |
506 | ShowDamage((Part.CFrame * CFrame.new(0, 0, (Part.Size.Z / 2)).p + Vector3.new(0, 1.5, 0)), -Damage, 1.5, BrickColor.new("Bright blue").Color) | |
507 | end | |
508 | if Type=="Knockdown" then | |
509 | local hum=hit.Parent.Humanoid | |
510 | hum.PlatformStand=true | |
511 | coroutine.resume(coroutine.create(function(HHumanoid) | |
512 | swait(1) | |
513 | HHumanoid.PlatformStand=false | |
514 | end),hum) | |
515 | local angle=(hit.Position-(Property.Position+Vector3.new(0,0,0))).unit | |
516 | --hit.CFrame=CFrame.new(hit.Position,Vector3.new(angle.x,hit.Position.y,angle.z))*CFrame.fromEulerAnglesXYZ(math.pi/4,0,0) | |
517 | local bodvol=Instance.new("BodyVelocity") | |
518 | bodvol.velocity=angle*knockback | |
519 | bodvol.P=5000 | |
520 | bodvol.maxForce=Vector3.new(8e+003, 8e+003, 8e+003) | |
521 | bodvol.Parent=hit | |
522 | local rl=Instance.new("BodyAngularVelocity") | |
523 | rl.P=3000 | |
524 | rl.maxTorque=Vector3.new(500000,500000,500000)*50000000000000 | |
525 | rl.angularvelocity=Vector3.new(math.random(-10,10),math.random(-10,10),math.random(-10,10)) | |
526 | rl.Parent=hit | |
527 | game:GetService("Debris"):AddItem(bodvol,.5) | |
528 | game:GetService("Debris"):AddItem(rl,.5) | |
529 | elseif Type=="Normal" then | |
530 | local vp=Instance.new("BodyVelocity") | |
531 | vp.P=500 | |
532 | vp.maxForce=Vector3.new(math.huge,0,math.huge) | |
533 | -- vp.velocity=Character.Torso.CFrame.lookVector*Knockback | |
534 | if KnockbackType==1 then | |
535 | vp.velocity=Property.CFrame.lookVector*knockback+Property.Velocity/1.05 | |
536 | - | Hitbox=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0.5,1,"New Yeller","Hitbox",Vector3.new(1.04400003, 6.35600042, 0.600000024)) |
536 | + | |
537 | vp.velocity=Property.CFrame.lookVector*knockback | |
538 | end | |
539 | - | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.34799996, 0.34799999, 0.34799999)) |
539 | + | |
540 | vp.Parent=hit.Parent.Torso | |
541 | end | |
542 | game:GetService("Debris"):AddItem(vp,.5) | |
543 | elseif Type=="Up" then | |
544 | local bodyVelocity=Instance.new("BodyVelocity") | |
545 | bodyVelocity.velocity=vt(0,60,0) | |
546 | bodyVelocity.P=5000 | |
547 | bodyVelocity.maxForce=Vector3.new(8e+003, 8e+003, 8e+003) | |
548 | bodyVelocity.Parent=hit | |
549 | game:GetService("Debris"):AddItem(bodyVelocity,1) | |
550 | local rl=Instance.new("BodyAngularVelocity") | |
551 | rl.P=3000 | |
552 | rl.maxTorque=Vector3.new(500000,500000,500000)*50000000000000 | |
553 | rl.angularvelocity=Vector3.new(math.random(-30,30),math.random(-30,30),math.random(-30,30)) | |
554 | - | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.231999978, 0.231999993, 0.34799999)) |
554 | + | |
555 | game:GetService("Debris"):AddItem(rl,.5) | |
556 | elseif Type=="Snare" then | |
557 | - | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.34799996, 0.231999993, 0.34799999)) |
557 | + | |
558 | bp.P=2000 | |
559 | bp.D=100 | |
560 | bp.maxForce=Vector3.new(math.huge,math.huge,math.huge) | |
561 | bp.position=hit.Parent.Torso.Position | |
562 | bp.Parent=hit.Parent.Torso | |
563 | game:GetService("Debris"):AddItem(bp,1) | |
564 | elseif Type=="Target" then | |
565 | local Targetting = false | |
566 | if Targetting==false then | |
567 | ZTarget=hit.Parent.Torso | |
568 | coroutine.resume(coroutine.create(function(Part) | |
569 | so("http://www.roblox.com/asset/?id=15666462",Part,1,1.5) | |
570 | swait(5) | |
571 | so("http://www.roblox.com/asset/?id=15666462",Part,1,1.5) | |
572 | end),ZTarget) | |
573 | local TargHum=ZTarget.Parent:findFirstChild("Humanoid") | |
574 | local targetgui=Instance.new("BillboardGui") | |
575 | - | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.34799996, 0.231999993, 0.34799999)) |
575 | + | |
576 | targetgui.Size=UDim2.new(10,100,10,100) | |
577 | local targ=Instance.new("ImageLabel") | |
578 | - | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.34799996, 0.34799999, 0.34799999)) |
578 | + | |
579 | targ.BackgroundTransparency=1 | |
580 | targ.Image="rbxassetid://4834067" | |
581 | targ.Size=UDim2.new(1,0,1,0) | |
582 | cam.CameraType="Scriptable" | |
583 | cam.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position) | |
584 | local dir=Vector3.new(cam.CoordinateFrame.lookVector.x,0,cam.CoordinateFrame.lookVector.z) | |
585 | workspace.CurrentCamera.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position) | |
586 | Targetting=true | |
587 | - | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.44659999, 0.200000003, 0.371199995)) |
587 | + | |
588 | for i=1,Property do | |
589 | --while Targetting==true and Humanoid.Health>0 and Character.Parent~=nil do | |
590 | if Humanoid.Health>0 and Character.Parent~=nil and TargHum.Health>0 and TargHum.Parent~=nil and Targetting==true then | |
591 | swait() | |
592 | end | |
593 | - | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.812000036, 0.200000003, 0.579999983)) |
593 | + | |
594 | cam.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position) | |
595 | dir=Vector3.new(cam.CoordinateFrame.lookVector.x,0,cam.CoordinateFrame.lookVector.z) | |
596 | - | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.200000003, 0.812000036, 0.34799999)) |
596 | + | |
597 | end | |
598 | Targetting=false | |
599 | - | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.34799996, 0.34799999, 0.34799999)) |
599 | + | |
600 | targetgui.Parent=nil | |
601 | cam.CameraType="Custom" | |
602 | end | |
603 | end | |
604 | local debounce=Instance.new("BoolValue") | |
605 | debounce.Name="DebounceHit" | |
606 | debounce.Parent=hit.Parent | |
607 | debounce.Value=true | |
608 | game:GetService("Debris"):AddItem(debounce,Delay) | |
609 | c=Instance.new("ObjectValue") | |
610 | - | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.34799996, 0.231999993, 0.34799999)) |
610 | + | |
611 | c.Value=Player | |
612 | c.Parent=h | |
613 | game:GetService("Debris"):AddItem(c,.5) | |
614 | end | |
615 | end | |
616 | - | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.34799996, 0.231999993, 0.34799999)) |
616 | + | |
617 | ||
618 | function ShowDamage(Pos, Text, Time, Color) | |
619 | local Rate = (1 / 30) | |
620 | local Pos = (Pos or Vector3.new(0, 0, 0)) | |
621 | local Text = (Text or "") | |
622 | - | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.34799996, 0.34799999, 0.34799999)) |
622 | + | |
623 | local Color = (Color or Color3.new(1, 0, 0)) | |
624 | local EffectPart = part("Custom",workspace,"SmoothPlastic",0,1,BrickColor.new(Color),"Effect",vt(0,0,0)) | |
625 | EffectPart.Anchored = true | |
626 | local BillboardGui = Instance.new("BillboardGui") | |
627 | BillboardGui.Size = UDim2.new(3, 0, 3, 0) | |
628 | BillboardGui.Adornee = EffectPart | |
629 | local TextLabel = Instance.new("TextLabel") | |
630 | TextLabel.BackgroundTransparency = 1 | |
631 | TextLabel.Size = UDim2.new(1, 0, 1, 0) | |
632 | TextLabel.Text = Text | |
633 | TextLabel.TextColor3 = Color | |
634 | TextLabel.TextScaled = true | |
635 | TextLabel.Font = Enum.Font.ArialBold | |
636 | - | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.200000003, 0.34799999, 0.34799999)) |
636 | + | |
637 | BillboardGui.Parent = EffectPart | |
638 | game.Debris:AddItem(EffectPart, (Time + 0.1)) | |
639 | EffectPart.Parent = game:GetService("Workspace") | |
640 | Delay(0, function() | |
641 | local Frames = (Time / Rate) | |
642 | for Frame = 1, Frames do | |
643 | wait(Rate) | |
644 | local Percent = (Frame / Frames) | |
645 | EffectPart.CFrame = CFrame.new(Pos) + Vector3.new(0, Percent, 0) | |
646 | TextLabel.TextTransparency = Percent | |
647 | end | |
648 | - | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.200000003, 0.463999987, 0.34799999)) |
648 | + | |
649 | EffectPart:Destroy() | |
650 | end | |
651 | - | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.200000003, 4.75600052, 0.200000003)) |
651 | + | |
652 | end | |
653 | ||
654 | handle=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Light stone grey","Handle",Vector3.new(0.34799999, 2.78399992, 0.34799999)) | |
655 | handleweld=weld(m,Character["Right Arm"],handle,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.00324273, 0.013961792, -0.00828075409, -1.38366803e-013, -0.999999881, 4.25688995e-009, 2.4656245e-007, -4.25688951e-009, -1, 1, -1.373172e-013, 2.4656245e-007)) | |
656 | mesh("CylinderMesh",handle,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1)) | |
657 | Hitbox=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0.5,1,"Lime green","Hitbox",Vector3.new(1.04400003, 6.35600042, 0.600000024)) | |
658 | Hitboxweld=weld(m,handle,Hitbox,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000308990479, -5.48094559, -2.00271606e-005, 1, 6.10120843e-011, -1.08637464e-014, -6.10120843e-011, 1, 7.57154339e-011, 1.08637574e-014, -7.57154339e-011, 1)) | |
659 | mesh("BlockMesh",Hitbox,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.579999983)) | |
660 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Lime green","Part",Vector3.new(0.34799996, 0.34799999, 0.34799999)) | |
661 | Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00253105164, -0.00242900848, 2.16260338, 1.38366803e-013, -2.4656245e-007, -1, -0.999999702, -4.25688862e-009, -1.37317173e-013, -4.25688862e-009, 0.999999702, -2.46562365e-007)) | |
662 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0649600029, 0.266800046, 0.495319903)) | |
663 | - | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.34799996, 0.231999993, 0.34799999)) |
663 | + | |
664 | Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00253105164, -1.90548706, -0.270383835, 1.38366803e-013, -2.4656245e-007, -1, -0.707106292, 0.707106471, -1.74345999e-007, 0.707106471, 0.707106292, -1.74345757e-007)) | |
665 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.226199999, 0.379320025, 1.68895996)) | |
666 | - | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.200000003, 0.231999993, 0.200000003)) |
666 | + | |
667 | Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000484466553, -0.232157588, -1.08489037, -1.6391111e-007, -2.91180186e-007, -0.999989986, -0.999989986, 2.34624395e-007, 1.63911025e-007, 2.34622007e-007, 1, -2.91177315e-007)) | |
668 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.628719985, 1, 1)) | |
669 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.34799996, 0.34799999, 0.34799999)) | |
670 | Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00253105164, 1.1207962, -1.77352905, -1.94793994e-008, -1.96046472e-007, -1, 0.707106471, 0.707106292, -1.52399679e-007, 0.707106292, -0.707106471, 1.24851695e-007)) | |
671 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0522000007, 0.293480009, 0.495319903)) | |
672 | - | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.44659999, 0.200000003, 0.371199995)) |
672 | + | |
673 | Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000144004822, -7.46494102, -8.79764557e-005, 4.47029542e-008, 2.42425131e-007, 0.999980867, -2.50834205e-007, 1, -2.42420526e-007, -0.999980867, -2.5083898e-007, 4.47030146e-008)) | |
674 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.628719985, 1, 1)) | |
675 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Lime green","Part",Vector3.new(0.231999978, 0.231999993, 0.34799999)) | |
676 | Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0605430603, -4.62282181, 0.00242900848, 1.38366803e-013, -2.4656245e-007, -1, -4.25688995e-009, 1, -2.4656245e-007, 1, 4.25688995e-009, 1.37317214e-013)) | |
677 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.190239996, 0.25752002, 0.723839939)) | |
678 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Lime green","Part",Vector3.new(0.34799996, 0.231999993, 0.34799999)) | |
679 | Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00253105164, -1.90548706, -0.270383835, 1.38366803e-013, -2.4656245e-007, -1, -0.707106292, 0.707106471, -1.74345999e-007, 0.707106471, 0.707106292, -1.74345757e-007)) | |
680 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.187919989, 0.477920026, 1.68895996)) | |
681 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Light stone grey","Part",Vector3.new(0.200000003, 0.34799999, 0.34799999)) | |
682 | Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.232713461, -1.89698601, 0.000104904175, 0.999990463, 6.10373974e-011, -1.79689993e-014, -6.10378414e-011, 1, 7.57154339e-011, 1.79689976e-014, -7.57438556e-011, 0.999990463)) | |
683 | mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.579999983, 1, 1)) | |
684 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Light stone grey","Part",Vector3.new(0.231999993, 0.200000003, 0.34799999)) | |
685 | Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.174778461, -1.66498375, 9.53674316e-006, 1, -2.34479103e-012, -1.42102626e-014, 2.34479103e-012, 1, -2.89901436e-012, 2.04982668e-014, 2.89901436e-012, 1)) | |
686 | mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.580000103, 1)) | |
687 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0.5,0,"Institutional white","Part",Vector3.new(1.04400003, 4.75600052, 0.200000003)) | |
688 | Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000287055969, -4.68094635, -3.14712524e-005, 0.999985695, 6.10369533e-011, -1.79689095e-014, -6.10378414e-011, 1, 7.57154339e-011, 1.79689129e-014, -7.57438556e-011, 0.999985695)) | |
689 | mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.579999983)) | |
690 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.231999978, 0.231999993, 0.34799999)) | |
691 | Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.055480957, 0.00242888927, 4.62282181, 1.38366803e-013, -2.4656245e-007, -1, 0.999999881, 1.91580511e-008, 1.33643137e-013, 1.91580511e-008, -0.999999881, 2.46562422e-007)) | |
692 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.230839998, 0.200680032, 2.79675961)) | |
693 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.579999983, 0.812000036, 0.200000003)) | |
694 | Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.58329582, -0.00271689892, 0.00253105164, -7.87626959e-008, 0.999999642, -2.45072926e-007, -0.999999464, 8.51500772e-008, -4.54507015e-010, 1.08588507e-008, 2.02850984e-007, 0.999999642)) | |
695 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.798079908, 0.843320072, 0.58927989)) | |
696 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Lime green","Part",Vector3.new(0.34799996, 0.231999993, 0.34799999)) | |
697 | Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00253105164, 1.91083908, -0.265031815, 1.38366803e-013, -2.4656245e-007, -1, -0.70710659, -0.707106471, 1.743458e-007, -0.707106471, 0.70710659, -1.74346027e-007)) | |
698 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.187919989, 0.477920026, 1.68895996)) | |
699 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Lime green","Part",Vector3.new(0.34799996, 0.34799999, 0.34799999)) | |
700 | Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00253105164, -1.11735535, -1.77697182, 5.58765407e-008, -2.23627353e-007, -1, 0.707106352, -0.707106411, 1.97639011e-007, -0.707106411, -0.707106352, 1.18617642e-007)) | |
701 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0649600029, 0.266800046, 0.495319903)) | |
702 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.34799996, 0.231999993, 0.34799999)) | |
703 | Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00253105164, -1.21653748, 2.8604393, 1.38366803e-013, -2.4656245e-007, -1, 0.707106769, 0.707106709, -1.74345857e-007, 0.707106709, -0.707106769, 1.74346084e-007)) | |
704 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.214599997, 0.428039998, 1.68895996)) | |
705 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.34799996, 0.231999993, 0.34799999)) | |
706 | Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00253105164, 1.91083908, -0.265031815, 1.38366803e-013, -2.4656245e-007, -1, -0.70710659, -0.707106471, 1.743458e-007, -0.707106471, 0.70710659, -1.74346027e-007)) | |
707 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.214599997, 0.428039998, 1.68895996)) | |
708 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Lime green","Part",Vector3.new(0.44659999, 0.200000003, 0.371199995)) | |
709 | Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00553905964, -0.620464325, 0.00238800049, 0.999994755, 4.21545732e-009, 1.69303116e-013, -4.2154511e-009, 1, -2.46550314e-007, -1.77448632e-013, 2.46551593e-007, 0.999994755)) | |
710 | mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.579999983, 1)) | |
711 | - | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.34799996, 0.34799999, 0.34799999)) |
711 | + | |
712 | Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00253105164, 1.12079048, -0.461172104, -1.20904753e-008, -2.04617493e-007, -1, 0.70710665, 0.70710659, -1.53235618e-007, 0.70710659, -0.70710665, 1.36137132e-007)) | |
713 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0522000007, 0.293480009, 0.495319903)) | |
714 | - | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.34799996, 0.231999993, 0.34799999)) |
714 | + | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Lime green","Part",Vector3.new(0.812000036, 0.200000003, 0.579999983)) |
715 | Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.58329773, -0.00251197815, 0.00270497799, 4.25687707e-009, -1, 2.46565747e-007, 1.65165096e-013, -2.46565747e-007, -1, 1, 4.25687707e-009, 1.64115493e-013)) | |
716 | mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.526639998, 1)) | |
717 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Lime green","Part",Vector3.new(0.200000003, 0.812000036, 0.34799999)) | |
718 | Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.294445038, 1.4429245, 0.00253105164, 0.965925753, -0.258819014, 6.3815186e-008, 0.258819014, 0.965925753, -2.38160979e-007, -1.38366803e-013, 2.4656245e-007, 1)) | |
719 | mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.579999983, 1, 1)) | |
720 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Lime green","Part",Vector3.new(0.34799996, 0.34799999, 0.34799999)) | |
721 | Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00253105164, 1.12079048, -0.461172104, -1.20904753e-008, -2.04617493e-007, -1, 0.70710665, 0.70710659, -1.53235618e-007, 0.70710659, -0.70710665, 1.36137132e-007)) | |
722 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0649600029, 0.266800046, 0.495319903)) | |
723 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.231999978, 0.231999993, 0.34799999)) | |
724 | Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0605430603, -4.62282181, 0.00242900848, 1.38366803e-013, -2.4656245e-007, -1, -4.25688995e-009, 1, -2.4656245e-007, 1, 4.25688995e-009, 1.37317214e-013)) | |
725 | - | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.34799996, 0.34799999, 0.34799999)) |
725 | + | |
726 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.34799996, 0.231999993, 0.34799999)) | |
727 | Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00253105164, -1.90548706, -0.270383835, 1.38366803e-013, -2.4656245e-007, -1, -0.707106292, 0.707106471, -1.74345999e-007, 0.707106471, 0.707106292, -1.74345757e-007)) | |
728 | - | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.44659999, 0.200000003, 0.371199995)) |
728 | + | |
729 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.04400003, 0.231999993, 0.34799999)) | |
730 | Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.28609848, -1.26961899, 0.00253105164, 0.707106709, -0.707106769, 1.74346084e-007, 0.707106769, 0.707106709, -1.74345857e-007, -1.38366803e-013, 2.4656245e-007, 1)) | |
731 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Lime green","Part",Vector3.new(0.34799996, 0.231999993, 0.34799999)) | |
732 | Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00253105164, -1.21653748, 2.8604393, 1.38366803e-013, -2.4656245e-007, -1, 0.707106769, 0.707106709, -1.74345857e-007, 0.707106709, -0.707106769, 1.74346084e-007)) | |
733 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.187919989, 0.477920026, 1.68895996)) | |
734 | - | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.231999978, 0.231999993, 0.34799999)) |
734 | + | |
735 | Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00253105164, 1.21997452, 2.85700226, 1.38366803e-013, -2.4656245e-007, -1, 0.70710659, -0.70710665, 1.74346042e-007, -0.70710665, -0.70710659, 1.74345828e-007)) | |
736 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.214599997, 0.428039998, 1.68895996)) | |
737 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Lime green","Part",Vector3.new(0.34799996, 0.231999993, 0.34799999)) | |
738 | Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00253105164, -2.18717003, 1.162413, 1.38366803e-013, -2.4656245e-007, -1, -4.25688995e-009, 1, -2.4656245e-007, 1, 4.25688995e-009, 1.37317214e-013)) | |
739 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.187919989, 0.477920026, 1.68895996)) | |
740 | - | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.34799996, 0.34799999, 0.34799999)) |
740 | + | |
741 | Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00253105164, -2.18717003, 1.162413, 1.38366803e-013, -2.4656245e-007, -1, -4.25688995e-009, 1, -2.4656245e-007, 1, 4.25688995e-009, 1.37317214e-013)) | |
742 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.214599997, 0.428039998, 1.68895996)) | |
743 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Lime green","Part",Vector3.new(0.34799996, 0.34799999, 0.34799999)) | |
744 | Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00253105164, -1.11734962, -0.464616776, 4.62869565e-008, -2.3199955e-007, -1, 0.707106471, -0.70710659, 1.96778231e-007, -0.70710659, -0.707106471, 1.31318558e-007)) | |
745 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0649600029, 0.266800046, 0.495319903)) | |
746 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.579999983, 0.200000003, 0.34799999)) | |
747 | Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000606894493, -1.54850197, -4.76837158e-006, 1, -2.34479103e-012, -1.42102626e-014, 2.34479103e-012, 1, -2.89901436e-012, 2.04982668e-014, 2.89901436e-012, 1)) | |
748 | mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.579999983, 1)) | |
749 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.34799996, 0.231999993, 0.34799999)) | |
750 | Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00253105164, -2.18717003, -1.15753412, 1.38366803e-013, -2.4656245e-007, -1, -4.25688995e-009, 1, -2.4656245e-007, 1, 4.25688995e-009, 1.37317214e-013)) | |
751 | - | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.231999978, 0.231999993, 0.34799999)) |
751 | + | |
752 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Light stone grey","Part",Vector3.new(0.200000003, 0.34799999, 0.34799999)) | |
753 | Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.23126626, -1.89697075, 0.000104904175, 0.999990463, 6.10373974e-011, -1.79689993e-014, -6.10378414e-011, 1, 7.57154339e-011, 1.79689976e-014, -7.57438556e-011, 0.999990463)) | |
754 | - | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.44659999, 0.200000003, 0.371199995)) |
754 | + | |
755 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.04400003, 0.231999993, 0.34799999)) | |
756 | Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.859739304, -1.87621498, 0.00253105164, 0.70710659, 0.70710659, -1.74345828e-007, -0.70710659, 0.70710659, -1.74346027e-007, -1.38366803e-013, 2.4656245e-007, 1)) | |
757 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Lime green","Part",Vector3.new(0.200000003, 0.34799999, 0.34799999)) | |
758 | Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.58202362, 0.00305497646, 0.00253105164, 1.91577065e-008, -1, 2.46562593e-007, 0.999994159, 1.91577474e-008, -8.742213e-008, 4.37109904e-008, 2.46561086e-007, 0.999994159)) | |
759 | mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.579999983, 1, 1)) | |
760 | - | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.579999983, 0.812000036, 0.200000003)) |
760 | + | |
761 | Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00253105164, 1.58260727, -0.577546716, 1.38366803e-013, -2.4656245e-007, -1, -3.40592123e-008, 0.999999821, -2.46562394e-007, 0.999999821, 3.40592123e-008, 1.29969047e-013)) | |
762 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0522000007, 0.293480009, 0.495319903)) | |
763 | - | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.44659999, 0.200000003, 0.371199995)) |
763 | + | |
764 | Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00555098057, -1.02645874, 0.00238800049, 0.999994278, 4.2154551e-009, 1.69303035e-013, -4.21544888e-009, 0.999999523, -2.46550201e-007, -1.77448632e-013, 2.46551593e-007, 0.999994755)) | |
765 | mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1)) | |
766 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.34799996, 0.34799999, 0.34799999)) | |
767 | Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00253105164, -0.0024292469, 2.16260338, 1.38366803e-013, -2.4656245e-007, -1, -0.999999702, -6.38615347e-008, -1.22620908e-013, -6.38615347e-008, 0.999999702, -2.46562365e-007)) | |
768 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0522000007, 0.293480009, 0.495319903)) | |
769 | - | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.231999978, 0.231999993, 0.34799999)) |
769 | + | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Lime green","Part",Vector3.new(0.200000003, 0.463999987, 0.34799999)) |
770 | Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000650644302, -1.8385067, 0.000104904175, 0.999990463, 6.10373974e-011, -1.79689993e-014, -6.10378414e-011, 1, 7.57154339e-011, 1.79689976e-014, -7.57438556e-011, 0.999990463)) | |
771 | mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.579999983, 1, 1)) | |
772 | - | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"New Yeller","Part",Vector3.new(0.200000003, 0.812000036, 0.34799999)) |
772 | + | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Lime green","Part",Vector3.new(0.200000003, 4.75600052, 0.200000003)) |
773 | Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000156164169, -4.68094444, -0.000274658203, 0.999971211, 5.13775689e-011, -1.44165397e-014, -5.13864507e-011, 1, 6.64499566e-011, 8.34828473e-015, -6.64783784e-011, 0.999971211)) | |
774 | mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.580000401, 1, 0.69599992)) | |
775 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Light stone grey","Part",Vector3.new(0.34799996, 0.231999993, 0.34799999)) | |
776 | Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00253105164, 1.21997452, 2.85700226, 1.38366803e-013, -2.4656245e-007, -1, 0.70710659, -0.70710665, 1.74346042e-007, -0.70710665, -0.70710659, 1.74345828e-007)) | |
777 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.226199999, 0.379320025, 1.68895996)) | |
778 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.231999978, 0.231999993, 0.34799999)) | |
779 | Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0605430603, 0.00242888927, 4.62282181, 1.38366803e-013, -2.4656245e-007, -1, 0.999999881, 1.91580511e-008, 1.33643137e-013, 1.91580511e-008, -0.999999881, 2.46562422e-007)) | |
780 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.230839998, 0.200680032, 2.79675961)) | |
781 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Light stone grey","Part",Vector3.new(0.34799996, 0.231999993, 0.34799999)) | |
782 | Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00253105164, -2.18717003, -1.15753412, 1.38366803e-013, -2.4656245e-007, -1, -4.25688995e-009, 1, -2.4656245e-007, 1, 4.25688995e-009, 1.37317214e-013)) | |
783 | - | local prt=part("Custom",workspace,"Neon",0,0,"New Yeller","Effect",vt(0.5,0.5,0.5)) |
783 | + | |
784 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Lime green","Part",Vector3.new(0.34799996, 0.231999993, 0.34799999)) | |
785 | Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00253105164, -2.18717003, -1.15753412, 1.38366803e-013, -2.4656245e-007, -1, -4.25688995e-009, 1, -2.4656245e-007, 1, 4.25688995e-009, 1.37317214e-013)) | |
786 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.187919989, 0.477920026, 1.68895996)) | |
787 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Lime green","Part",Vector3.new(0.200000003, 0.231999993, 0.200000003)) | |
788 | Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000268936157, -7.1749382, -0.000166773796, -2.98020346e-008, 2.42384317e-007, 0.999980867, -2.50883971e-007, 1, -2.42379713e-007, -0.999980867, -2.50888746e-007, -2.98019742e-008)) | |
789 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.698320508, 1.00999999, 0.590207934)) | |
790 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.44659999, 1.15999997, 0.371199995)) | |
791 | Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00572288036, 0.249307632, 0.00253105164, 0.999997973, 4.25688151e-009, 1.37316929e-013, -4.25688196e-009, 0.999998093, -2.46561967e-007, -1.38366789e-013, 2.46562422e-007, 0.999999881)) | |
792 | mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1)) | |
793 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Lime green","Part",Vector3.new(0.44659999, 0.200000003, 0.371199995)) | |
794 | Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00575697422, 1.22929001, 0.00253105164, 1, 4.25689928e-009, 1.49599246e-013, -4.25689928e-009, 1, -2.46565691e-007, -1.50648848e-013, 2.46565691e-007, 1)) | |
795 | mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.579999983, 1)) | |
796 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.34799996, 0.34799999, 0.34799999)) | |
797 | Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00253105164, -1.11734962, -0.464616776, 4.62869565e-008, -2.3199955e-007, -1, 0.707106471, -0.70710659, 1.96778231e-007, -0.70710659, -0.707106471, 1.31318558e-007)) | |
798 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0522000007, 0.293480009, 0.495319903)) | |
799 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.579999983, 0.34799999)) | |
800 | Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.347447634, -1.78050041, 0.000102043152, 0.999989986, 6.10373974e-011, -1.79689739e-014, -6.10378414e-011, 1, 7.57154339e-011, 1.79689976e-014, -7.57438556e-011, 0.999989986)) | |
801 | mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.579999983, 1, 1)) | |
802 | - | --BreakEffect(BrickColor.new("New Yeller"),Hitbox.CFrame,0.5,math.random(5,20),0.5) |
802 | + | |
803 | Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00253105164, -1.21653748, 2.8604393, 1.38366803e-013, -2.4656245e-007, -1, 0.707106769, 0.707106709, -1.74345857e-007, 0.707106709, -0.707106769, 1.74346084e-007)) | |
804 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.226199999, 0.379320025, 1.68895996)) | |
805 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.231999978, 0.231999993, 0.34799999)) | |
806 | Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.055480957, -4.62282181, 0.00242900848, 1.38366803e-013, -2.4656245e-007, -1, -4.25688995e-009, 1, -2.4656245e-007, 1, 4.25688995e-009, 1.37317214e-013)) | |
807 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.229680017, 0.249400035, 0.650759876)) | |
808 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.696000099, 0.231999993, 0.34799999)) | |
809 | Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.872640967, -2.18717003, 0.00248718262, 1, 4.25688995e-009, 1.37317214e-013, -4.25688995e-009, 1, -2.4656245e-007, -1.38366803e-013, 2.4656245e-007, 1)) | |
810 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Light stone grey","Part",Vector3.new(0.34799996, 0.231999993, 0.34799999)) | |
811 | Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00253105164, 1.91083908, -0.265031815, 1.38366803e-013, -2.4656245e-007, -1, -0.70710659, -0.707106471, 1.743458e-007, -0.707106471, 0.70710659, -1.74346027e-007)) | |
812 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.226199999, 0.379320025, 1.68895996)) | |
813 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Light stone grey","Part",Vector3.new(0.34799996, 0.231999993, 0.34799999)) | |
814 | Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00253105164, -2.18717003, 1.162413, 1.38366803e-013, -2.4656245e-007, -1, -4.25688995e-009, 1, -2.4656245e-007, 1, 4.25688995e-009, 1.37317214e-013)) | |
815 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.226199999, 0.379320025, 1.68895996)) | |
816 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0.5,0,"Institutional white","Part",Vector3.new(0.200000003, 1.50800002, 1.04400003)) | |
817 | Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-5.53131104e-005, -7.8129406, 0.00018453598, 4.47029258e-008, 2.42408902e-007, 0.999980867, -2.50858221e-007, 1, -2.42404298e-007, -0.999980867, -2.50863025e-007, 4.47029933e-008)) | |
818 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.581159949, 1, 1)) | |
819 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.04400003, 0.231999993, 0.34799999)) | |
820 | Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000666975975, -2.18694496, 0.000104904175, 0.999990463, 6.10373974e-011, -1.79689993e-014, -6.10378414e-011, 1, 7.57154339e-011, 1.79689976e-014, -7.57438556e-011, 0.999990463)) | |
821 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.34799996, 0.34799999, 0.34799999)) | |
822 | Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00253105164, -1.11735535, -1.77697182, 5.58765407e-008, -2.23627353e-007, -1, 0.707106352, -0.707106411, 1.97639011e-007, -0.707106411, -0.707106352, 1.18617642e-007)) | |
823 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0522000007, 0.293480009, 0.495319903)) | |
824 | - | BreakEffect(BrickColor.new("New Yeller"),hit.Parent.Torso.CFrame,0.5,math.random(5,20),0.5) |
824 | + | |
825 | Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.173270226, -1.66498375, 0.0001039505, 0.999997854, 6.10373974e-011, -1.7969128e-014, -6.10378414e-011, 1, 7.57154339e-011, 1.79691145e-014, -7.57154339e-011, 0.999997854)) | |
826 | mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.580000103, 1)) | |
827 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.34799996, 0.34799999, 0.34799999)) | |
828 | Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00253105164, 1.58260727, 0.582428694, -3.71006301e-008, -2.2971102e-007, -1, 2.55454324e-008, 0.999999821, -2.29710963e-007, 0.999999821, -2.55454431e-008, -3.71006159e-008)) | |
829 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0522000007, 0.293480009, 0.495319903)) | |
830 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.04400003, 0.231999993, 0.34799999)) | |
831 | Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.863862991, -1.87209129, 0.00253105164, 0.70710659, -0.70710659, 1.74346027e-007, 0.70710659, 0.70710659, -1.74345828e-007, -1.38366803e-013, 2.4656245e-007, 1)) | |
832 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Lime green","Part",Vector3.new(0.34799996, 0.34799999, 0.34799999)) | |
833 | Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00253105164, 1.58260727, -0.577546716, 1.38366803e-013, -2.4656245e-007, -1, -3.40592123e-008, 0.999999821, -2.46562394e-007, 0.999999821, 3.40592123e-008, 1.29969047e-013)) | |
834 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0649600029, 0.266800046, 0.495319903)) | |
835 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Lime green","Part",Vector3.new(0.34799996, 0.231999993, 0.34799999)) | |
836 | Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00253105164, 1.21997452, 2.85700226, 1.38366803e-013, -2.4656245e-007, -1, 0.70710659, -0.70710665, 1.74346042e-007, -0.70710665, -0.70710659, 1.74345828e-007)) | |
837 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.187919989, 0.477920026, 1.68895996)) | |
838 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.580000043, 4.75600052, 0.200000003)) | |
839 | Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0001963377, -4.68094635, -9.53674316e-005, 0.999990404, 6.10373974e-011, -1.79689874e-014, -6.10378414e-011, 1, 7.57154339e-011, 1.79689976e-014, -7.57154339e-011, 0.999990404)) | |
840 | mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.638000011)) | |
841 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.04400003, 0.231999993, 0.34799999)) | |
842 | Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.28197098, -1.27374649, 0.00253105164, 0.707106709, 0.707106769, -1.74345885e-007, -0.707106769, 0.707106709, -1.74346056e-007, -1.38366803e-013, 2.4656245e-007, 1)) | |
843 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.34799999, 0.34799999)) | |
844 | Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.116648793, -1.89650726, 0.000104904175, 0.999990463, 6.10373974e-011, -1.79689993e-014, -6.10378414e-011, 1, 7.57154339e-011, 1.79689976e-014, -7.57438556e-011, 0.999990463)) | |
845 | mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.579999983, 1, 1)) | |
846 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Lime green","Part",Vector3.new(0.34799996, 0.34799999, 0.34799999)) | |
847 | Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00253105164, 1.58260727, 0.582428694, -3.71006301e-008, -2.2971102e-007, -1, 2.55454324e-008, 0.999999821, -2.29710963e-007, 0.999999821, -2.55454431e-008, -3.71006159e-008)) | |
848 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0649600029, 0.266800046, 0.495319903)) | |
849 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Lime green","Part",Vector3.new(0.44659999, 0.200000003, 0.371199995)) | |
850 | Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00563848019, -0.388711929, 0.00253295898, 0.99999404, 4.25686464e-009, 1.37316401e-013, -4.25686508e-009, 0.999994159, -2.46561001e-007, -1.38366789e-013, 2.46562422e-007, 0.999999881)) | |
851 | mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.579999983, 1)) | |
852 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.34799999, 0.34799999, 0.200000003)) | |
853 | Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.58329582, -0.00271689892, 0.00253105164, -7.87626959e-008, 0.999999642, -2.45072926e-007, -0.999999464, 8.51500772e-008, -4.54507015e-010, 1.08588507e-008, 2.02850984e-007, 0.999999642)) | |
854 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.579999983, 0.595080018, 0.683239937)) | |
855 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Lime green","Part",Vector3.new(0.231999978, 0.231999993, 0.34799999)) | |
856 | Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0605430603, 0.00242888927, 4.62282181, 1.38366803e-013, -2.4656245e-007, -1, 0.999999881, 1.91580511e-008, 1.33643137e-013, 1.91580511e-008, -0.999999881, 2.46562422e-007)) | |
857 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.190239996, 0.25752002, 2.79675961)) | |
858 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.231999993, 0.34799999)) | |
859 | Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.347726822, -1.60689163, -9.05990601e-005, 0.99999994, 6.59379218e-011, -1.80878482e-014, -6.59667876e-011, 1, -5.95150595e-011, 2.41627922e-014, 5.94866378e-011, 0.99999994)) | |
860 | mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.580000103, 1, 1)) | |
861 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Lime green","Part",Vector3.new(0.34799996, 0.34799999, 0.34799999)) | |
862 | Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00253105164, 1.1207962, -1.77352905, -1.94793994e-008, -1.96046472e-007, -1, 0.707106471, 0.707106292, -1.52399679e-007, 0.707106292, -0.707106471, 1.24851695e-007)) | |
863 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.0649600029, 0.266800046, 0.495319903)) | |
864 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.696000099, 0.231999993, 0.34799999)) | |
865 | Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.870689273, -2.18681908, 0.000104904175, 0.999990463, 6.10373974e-011, -1.79689993e-014, -6.10378414e-011, 1, 7.57154339e-011, 1.79689976e-014, -7.57438556e-011, 0.999990463)) | |
866 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.200000003, 0.34799999, 0.812000036)) | |
867 | Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000425338745, -0.231835961, -1.08489037, -4.08055101e-009, 2.02203083e-007, 0.99999994, 0.99999994, 2.42933169e-007, 4.08050749e-009, -2.42933169e-007, 1, -2.02203097e-007)) | |
868 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.628719985, 1, 1)) | |
869 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Institutional white","Part",Vector3.new(0.812000036, 0.200000003, 0.812000036)) | |
870 | Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.58329773, -0.00251197815, 0.00270497799, 4.25687707e-009, -1, 2.46565747e-007, 1.65165096e-013, -2.46565747e-007, -1, 1, 4.25687707e-009, 1.64115493e-013)) | |
871 | mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.444280028, 1)) | |
872 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Lime green","Part",Vector3.new(0.231999978, 0.231999993, 0.34799999)) | |
873 | Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.055480957, -4.62282181, 0.00242900848, 1.38366803e-013, -2.4656245e-007, -1, -4.25688995e-009, 1, -2.4656245e-007, 1, 4.25688995e-009, 1.37317214e-013)) | |
874 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.190239996, 0.25752002, 0.723839939)) | |
875 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Lime green","Part",Vector3.new(0.44659999, 0.200000003, 0.371199995)) | |
876 | Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00563395023, 0.887273788, 0.00253295898, 0.999990106, 4.25684776e-009, 1.37315859e-013, -4.25684821e-009, 0.999990225, -2.46560035e-007, -1.38366789e-013, 2.46562422e-007, 0.999999881)) | |
877 | mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.579999983, 1)) | |
878 | - | BreakEffect(BrickColor.new("New Yeller"),hit.Parent.Torso.CFrame,0.5,math.random(5,20),0.5) |
878 | + | |
879 | Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.348541379, -1.89650154, 0.000104904175, 0.999990463, 6.10373974e-011, -1.79689993e-014, -6.10378414e-011, 1, 7.57154339e-011, 1.79689976e-014, -7.57438556e-011, 0.999990463)) | |
880 | mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.579999983, 1, 1)) | |
881 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Lime green","Part",Vector3.new(0.579999983, 0.812000036, 0.200000003)) | |
882 | Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.58329582, -0.00271689892, 0.00253105164, -7.87626959e-008, 0.999999642, -2.45072926e-007, -0.999999464, 8.51500772e-008, -4.54507015e-010, 1.08588507e-008, 2.02850984e-007, 0.999999642)) | |
883 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=3270017",Vector3.new(0, 0, 0),Vector3.new(0.835199952, 0.808520079, 0.58927989)) | |
884 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Lime green","Part",Vector3.new(0.44659999, 0.200000003, 0.371199995)) | |
885 | Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00555217266, -1.43245697, 0.00238800049, 0.999993682, 4.21545243e-009, 1.69302926e-013, -4.21544666e-009, 0.999998927, -2.46550059e-007, -1.77448618e-013, 2.46551593e-007, 0.999994755)) | |
886 | mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.579999983, 1)) | |
887 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.34799999, 0.34799999)) | |
888 | Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.115347862, -1.89650726, 0.000104904175, 0.999990463, 6.10373974e-011, -1.79689993e-014, -6.10378414e-011, 1, 7.57154339e-011, 1.79689976e-014, -7.57438556e-011, 0.999990463)) | |
889 | mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.579999983, 1, 1)) | |
890 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Lime green","Part",Vector3.new(0.231999978, 0.231999993, 0.34799999)) | |
891 | Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.055480957, 0.00242888927, 4.62282181, 1.38366803e-013, -2.4656245e-007, -1, 0.999999881, 1.91580511e-008, 1.33643137e-013, 1.91580511e-008, -0.999999881, 2.46562422e-007)) | |
892 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/Asset/?id=9756362",Vector3.new(0, 0, 0),Vector3.new(0.190239996, 0.25752002, 2.79675961)) | |
893 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Lime green","Part",Vector3.new(0.200000003, 0.812000036, 0.34799999)) | |
894 | Partweld=weld(m,handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.300365448, 1.44133759, 0.00253105164, 0.965925753, 0.258819014, -6.3814916e-008, -0.258819014, 0.965925753, -2.38161064e-007, -1.38366803e-013, 2.4656245e-007, 1)) | |
895 | mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.579999983, 1, 1)) | |
896 | ||
897 | local Lite = it("PointLight",Torso) | |
898 | Lite.Color = Color3.new(255, 255, 0) | |
899 | Lite.Range = 8 | |
900 | Lite.Brightness = 10 | |
901 | Lite.Shadows = true | |
902 | ||
903 | function BreakEffect(brickcolor,cframe,x1,y1,z1) | |
904 | local prt=part("Custom",workspace,"Neon",0,0,"Lime green","Effect",vt(0.5,0.5,0.5)) | |
905 | prt.Anchored=true | |
906 | prt.CFrame=cframe*euler(math.random(-50,50),math.random(-50,50),math.random(-50,50)) | |
907 | local msh=mesh("SpecialMesh",prt,"Sphere","",vt(0,0,0),vt(x1,y1,z1)) | |
908 | coroutine.resume(coroutine.create(function(Part,CF,Numbb,randnumb) | |
909 | CF=Part.CFrame | |
910 | Numbb=0 | |
911 | randnumb=math.random()-math.random() | |
912 | for i=0,1,0.05 do | |
913 | wait() | |
914 | CF=CF*cf(0,1,0) | |
915 | --Part.CFrame=Part.CFrame*euler(0.5,0,0)*cf(0,1,0) | |
916 | Part.CFrame=CF*euler(Numbb,0,0) | |
917 | Part.Transparency=i | |
918 | Numbb=Numbb+randnumb | |
919 | end | |
920 | Part.Parent=nil | |
921 | end),prt) | |
922 | end | |
923 | --BreakEffect(BrickColor.new("Lime green"),Hitbox.CFrame,0.5,math.random(5,20),0.5) | |
924 | ||
925 | function attackone() | |
926 | attack=true | |
927 | local con=Hitbox.Touched:connect(function(hit) Damagefunc(Hitbox,hit,30,50,math.random(10,20),"Normal",RootPart,.2,1) end) | |
928 | for i=0,1,0.1 do | |
929 | swait() | |
930 | - | BreakEffect(BrickColor.new("New Yeller"),hit.Parent.Torso.CFrame,0.5,math.random(5,20),0.5) |
930 | + | |
931 | LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*euler(math.rad(-10),math.rad(-20),math.rad(-90)),.3) | |
932 | LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-50),math.rad(-5))*angles(math.rad(-5),math.rad(0),math.rad(0)),.3) | |
933 | RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(120),math.rad(-10))*angles(math.rad(-5),math.rad(0),math.rad(0)),.3) | |
934 | handleweld.C0=clerp(handleweld.C0,cf(0,-0,.4)*angles(math.rad(70),math.rad(-10),math.rad(0)),.3) | |
935 | RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(-70)),.3) | |
936 | Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-0),math.rad(0),math.rad(50)),.3) | |
937 | end | |
938 | so("http://www.roblox.com/asset/?id=154965962",Hitbox,1,1) | |
939 | so("http://www.roblox.com/asset/?id=231917758",Hitbox,1,1) | |
940 | hitconasdf = Hitbox.Touched:connect(function(hit) | |
941 | local hum12 = hit.Parent:FindFirstChild("Humanoid") | |
942 | if hum12 and not hum12:IsDescendantOf(Character) then | |
943 | so('http://roblox.com/asset/?id=154965973',Hitbox,1,1) | |
944 | for i = 1,10 do | |
945 | BreakEffect(BrickColor.new("Lime green"),hit.Parent.Torso.CFrame,0.5,math.random(5,20),0.5) | |
946 | end | |
947 | hitconasdf:disconnect() | |
948 | end | |
949 | end) | |
950 | for i=0,1,0.1 do | |
951 | swait() | |
952 | local blcf = Hitbox.CFrame*CFrame.new(0,.3,0) | |
953 | if scfr and (Hitbox.Position-scfr.p).magnitude > .1 then | |
954 | local h = 5 | |
955 | 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) | |
956 | if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end | |
957 | 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) | |
958 | if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end | |
959 | scfr = blcf | |
960 | elseif not scfr then | |
961 | scfr = blcf | |
962 | end | |
963 | RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*euler(math.rad(110),math.rad(-90),math.rad(20)),.3) | |
964 | LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*euler(math.rad(-10),math.rad(-20),math.rad(-50)),.3) | |
965 | LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-120),math.rad(5))*angles(math.rad(-5),math.rad(0),math.rad(0)),.3) | |
966 | RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(50),math.rad(10))*angles(math.rad(-5),math.rad(0),math.rad(0)),.3) | |
967 | handleweld.C0=clerp(handleweld.C0,cf(0,-0,0)*angles(math.rad(-60),math.rad(-10),math.rad(0)),.3) | |
968 | RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(90)),.3) | |
969 | Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-0),math.rad(0),math.rad(-50)),.3) | |
970 | end | |
971 | attack=false | |
972 | con:disconnect() | |
973 | scfr = nil | |
974 | - | BreakEffect(BrickColor.new("New Yeller"),hit.Parent.Torso.CFrame,0.5,math.random(5,20),0.5) |
974 | + | |
975 | hitconasdf:disconnect() | |
976 | end) | |
977 | end | |
978 | ||
979 | function attacktwo() | |
980 | attack=true | |
981 | local con=Hitbox.Touched:connect(function(hit) Damagefunc(Hitbox,hit,30,50,math.random(10,20),"Normal",RootPart,.2,1) end) | |
982 | for i=0,1,0.1 do | |
983 | swait() | |
984 | RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*euler(math.rad(0),math.rad(90),math.rad(90)),.3) | |
985 | LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*euler(math.rad(-10),math.rad(-20),math.rad(-50)),.3) | |
986 | LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-130),math.rad(5))*angles(math.rad(-5),math.rad(0),math.rad(0)),.3) | |
987 | RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(50),math.rad(10))*angles(math.rad(-5),math.rad(0),math.rad(0)),.3) | |
988 | handleweld.C0=clerp(handleweld.C0,cf(0,-0,0)*angles(math.rad(-30),math.rad(-10),math.rad(0)),.3) | |
989 | RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(70)),.3) | |
990 | Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-0),math.rad(0),math.rad(-50)),.3) | |
991 | end | |
992 | so("http://www.roblox.com/asset/?id=154965962",Hitbox,1,.9) | |
993 | so("http://www.roblox.com/asset/?id=231917758",Hitbox,1,.9) | |
994 | hitconasdf = Hitbox.Touched:connect(function(hit) | |
995 | local hum12 = hit.Parent:FindFirstChild("Humanoid") | |
996 | if hum12 and not hum12:IsDescendantOf(Character) then | |
997 | so('http://roblox.com/asset/?id=154965973',Hitbox,1,1) | |
998 | for i = 1,10 do | |
999 | BreakEffect(BrickColor.new("Lime green"),hit.Parent.Torso.CFrame,0.5,math.random(5,20),0.5) | |
1000 | end | |
1001 | hitconasdf:disconnect() | |
1002 | end | |
1003 | end) | |
1004 | for i=0,1,0.1 do | |
1005 | swait() | |
1006 | local blcf = Hitbox.CFrame*CFrame.new(0,.3,0) | |
1007 | if scfr and (Hitbox.Position-scfr.p).magnitude > .1 then | |
1008 | local h = 5 | |
1009 | 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) | |
1010 | if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end | |
1011 | 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) | |
1012 | if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end | |
1013 | scfr = blcf | |
1014 | elseif not scfr then | |
1015 | scfr = blcf | |
1016 | end | |
1017 | RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*euler(math.rad(0),math.rad(-50),math.rad(90)),.3) | |
1018 | LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*euler(math.rad(-10),math.rad(-20),math.rad(-90)),.3) | |
1019 | LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-50),math.rad(-5))*angles(math.rad(-5),math.rad(0),math.rad(0)),.3) | |
1020 | - | BreakEffect(BrickColor.new("New Yeller"),hit.Parent.Torso.CFrame,0.5,math.random(5,20),0.5) |
1020 | + | |
1021 | handleweld.C0=clerp(handleweld.C0,cf(0,-0,0)*angles(math.rad(-50),math.rad(10),math.rad(0)),.3) | |
1022 | RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(-70)),.3) | |
1023 | Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-0),math.rad(0),math.rad(50)),.3) | |
1024 | end | |
1025 | attack=false | |
1026 | con:disconnect() | |
1027 | scfr = nil | |
1028 | pcall(function() | |
1029 | hitconasdf:disconnect() | |
1030 | end) | |
1031 | end | |
1032 | ||
1033 | function Stab() | |
1034 | attack=true | |
1035 | local con=Hitbox.Touched:connect(function(hit) Damagefunc(Hitbox,hit,30,50,math.random(10,20),"Normal",RootPart,.2,1) end) | |
1036 | for i=0,1,0.1 do | |
1037 | swait() | |
1038 | RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(-70)),.3) | |
1039 | Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(10),math.rad(0),math.rad(60)),.3) | |
1040 | RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(0),math.rad(20),math.rad(90)),.3) | |
1041 | LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*angles(math.rad(0),math.rad(-20),math.rad(-90)),.3) | |
1042 | LH.C0=clerp(LH.C0,cf(-1,-.9,0)*angles(math.rad(0),math.rad(-60),math.rad(0))*angles(math.rad(-5),math.rad(0),math.rad(0)),.3) | |
1043 | RH.C0=clerp(RH.C0,cf(1,-.9,0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-5),math.rad(0),math.rad(0)),.3) | |
1044 | handleweld.C0=clerp(handleweld.C0,cf(0,0,0)*angles(math.rad(20),math.rad(0),math.rad(0)),.3) | |
1045 | end | |
1046 | hitconasdf = Hitbox.Touched:connect(function(hit) | |
1047 | local hum12 = hit.Parent:FindFirstChild("Humanoid") | |
1048 | if hum12 and not hum12:IsDescendantOf(Character) then | |
1049 | so('http://roblox.com/asset/?id=154965973',Hitbox,1,1) | |
1050 | for i = 1,10 do | |
1051 | BreakEffect(BrickColor.new("Lime green"),hit.Parent.Torso.CFrame,0.5,math.random(5,20),0.5) | |
1052 | end | |
1053 | hitconasdf:disconnect() | |
1054 | end | |
1055 | end) | |
1056 | so("http://www.roblox.com/asset/?id=154965962",Hitbox,1,.9) | |
1057 | so("http://www.roblox.com/asset/?id=231917758",Hitbox,1,.9) | |
1058 | for i=0,1,0.1 do | |
1059 | swait() | |
1060 | local blcf = Hitbox.CFrame*CFrame.new(0,.3,0) | |
1061 | if scfr and (Hitbox.Position-scfr.p).magnitude > .1 then | |
1062 | local h = 5 | |
1063 | 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) | |
1064 | if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end | |
1065 | 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) | |
1066 | if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end | |
1067 | scfr = blcf | |
1068 | elseif not scfr then | |
1069 | scfr = blcf | |
1070 | end | |
1071 | RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(90)),.4) | |
1072 | Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(10),math.rad(0),math.rad(-80)),.4) | |
1073 | RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(0),math.rad(0),math.rad(90)),.4) | |
1074 | LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*angles(math.rad(0),math.rad(-20),math.rad(-30)),.4) | |
1075 | LH.C0=clerp(LH.C0,cf(-1,-.9,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-5),math.rad(0),math.rad(0)),.4) | |
1076 | RH.C0=clerp(RH.C0,cf(1,-.9,0)*angles(math.rad(0),math.rad(60),math.rad(0))*angles(math.rad(-5),math.rad(0),math.rad(0)),.4) | |
1077 | handleweld.C0=clerp(handleweld.C0,cf(0,-1,-1)*angles(math.rad(-90),math.rad(0),math.rad(0)),.4) | |
1078 | end | |
1079 | con:disconnect() | |
1080 | attack=false | |
1081 | scfr = nil | |
1082 | pcall(function() | |
1083 | hitconasdf:disconnect() | |
1084 | end) | |
1085 | end | |
1086 | ||
1087 | function Spin() | |
1088 | attack=true | |
1089 | local con=Hitbox.Touched:connect(function(hit) Damagefunc(Hitbox,hit,30,50,math.random(10,20),"Normal",RootPart,.2,1) end) | |
1090 | hitconasdf = Hitbox.Touched:connect(function(hit) | |
1091 | local hum12 = hit.Parent:FindFirstChild("Humanoid") | |
1092 | if hum12 and not hum12:IsDescendantOf(Character) then | |
1093 | so('http://roblox.com/asset/?id=154965973',Hitbox,1,1) | |
1094 | for i = 1,10 do | |
1095 | BreakEffect(BrickColor.new("Lime green"),hit.Parent.Torso.CFrame,0.5,math.random(5,20),0.5) | |
1096 | end | |
1097 | hitconasdf:disconnect() | |
1098 | end | |
1099 | end) | |
1100 | for i=0,1,1 do | |
1101 | so("http://roblox.com/asset/?id=154965962",Hitbox,1,1) | |
1102 | so("http://www.roblox.com/asset/?id=231917758",Hitbox,1,1) | |
1103 | swait() | |
1104 | for i=0,1,0.1 do | |
1105 | swait() | |
1106 | local blcf = Hitbox.CFrame*CFrame.new(0,.3,0) | |
1107 | if scfr and (Hitbox.Position-scfr.p).magnitude > .1 then | |
1108 | local h = 5 | |
1109 | 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) | |
1110 | if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end | |
1111 | 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) | |
1112 | if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end | |
1113 | scfr = blcf | |
1114 | elseif not scfr then | |
1115 | scfr = blcf | |
1116 | end | |
1117 | RW.C0=clerp(RW.C0,cf(1,0.5,-.5)*angles(math.rad(90),math.rad(0),math.rad(-50)),.3) | |
1118 | LW.C0=clerp(LW.C0,cf(-1,0.5,-.5)*angles(math.rad(90),math.rad(0),math.rad(50)),.3) | |
1119 | LH.C0=clerp(LH.C0,cf(-1,-.5,-1)*angles(math.rad(-20),math.rad(-90),math.rad(0)),.3) | |
1120 | RH.C0=clerp(RH.C0,cf(1,-.5,-1)*angles(math.rad(-20),math.rad(90),math.rad(0)),.3) | |
1121 | RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,5)*euler(6*i,0,0),.5) | |
1122 | handleweld.C0=clerp(handleweld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(30)),1) | |
1123 | end | |
1124 | end | |
1125 | attack=false | |
1126 | con:disconnect() | |
1127 | scfr = nil | |
1128 | pcall(function() | |
1129 | hitconasdf:disconnect() | |
1130 | end) | |
1131 | end | |
1132 | ||
1133 | function ContAttack() | |
1134 | attack=true | |
1135 | local con=Hitbox.Touched:connect(function(hit) Damagefunc(Hitbox,hit,30,50,math.random(10,20),"Normal",RootPart,.2,1) end) | |
1136 | hitconasdf = Hitbox.Touched:connect(function(hit) | |
1137 | local hum12 = hit.Parent:FindFirstChild("Humanoid") | |
1138 | if hum12 and not hum12:IsDescendantOf(Character) then | |
1139 | so('http://roblox.com/asset/?id=154965973',Hitbox,1,1) | |
1140 | for i = 1,10 do | |
1141 | BreakEffect(BrickColor.new("Lime green"),hit.Parent.Torso.CFrame,0.5,math.random(5,20),0.5) | |
1142 | end | |
1143 | hitconasdf:disconnect() | |
1144 | end | |
1145 | end) | |
1146 | for i=1,4 do | |
1147 | swait() | |
1148 | for i=0,1,0.2 do | |
1149 | swait() | |
1150 | RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*euler(math.rad(120),math.rad(0),math.rad(20)),.3) | |
1151 | LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*euler(math.rad(-10),math.rad(-20),math.rad(-90)),.3) | |
1152 | LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-50),math.rad(-5))*angles(math.rad(-5),math.rad(0),math.rad(0)),.3) | |
1153 | RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(120),math.rad(-10))*angles(math.rad(-5),math.rad(0),math.rad(0)),.3) | |
1154 | handleweld.C0=clerp(handleweld.C0,cf(0,-0,.4)*angles(math.rad(70),math.rad(-10),math.rad(0)),.3) | |
1155 | RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(-70)),.3) | |
1156 | Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-0),math.rad(0),math.rad(50)),.3) | |
1157 | end | |
1158 | so("http://www.roblox.com/asset/?id=154965962",Hitbox,1,1) | |
1159 | so("http://www.roblox.com/asset/?id=231917758",Hitbox,1,1) | |
1160 | for i=0,1,0.2 do | |
1161 | swait() | |
1162 | local blcf = Hitbox.CFrame*CFrame.new(0,.3,0) | |
1163 | if scfr and (Hitbox.Position-scfr.p).magnitude > .1 then | |
1164 | local h = 5 | |
1165 | 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) | |
1166 | if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end | |
1167 | 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) | |
1168 | if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end | |
1169 | scfr = blcf | |
1170 | elseif not scfr then | |
1171 | scfr = blcf | |
1172 | end | |
1173 | RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*euler(math.rad(110),math.rad(-90),math.rad(20)),.3) | |
1174 | LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*euler(math.rad(-10),math.rad(-20),math.rad(-50)),.3) | |
1175 | LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-120),math.rad(5))*angles(math.rad(-5),math.rad(0),math.rad(0)),.3) | |
1176 | RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(50),math.rad(10))*angles(math.rad(-5),math.rad(0),math.rad(0)),.3) | |
1177 | handleweld.C0=clerp(handleweld.C0,cf(0,-0,0)*angles(math.rad(-60),math.rad(-10),math.rad(0)),.3) | |
1178 | RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(90)),.3) | |
1179 | Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-0),math.rad(0),math.rad(-50)),.3) | |
1180 | end | |
1181 | for i=0,1,0.2 do | |
1182 | swait() | |
1183 | RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*euler(math.rad(0),math.rad(90),math.rad(90)),.3) | |
1184 | LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*euler(math.rad(-10),math.rad(-20),math.rad(-50)),.3) | |
1185 | LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-130),math.rad(5))*angles(math.rad(-5),math.rad(0),math.rad(0)),.3) | |
1186 | RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(50),math.rad(10))*angles(math.rad(-5),math.rad(0),math.rad(0)),.3) | |
1187 | handleweld.C0=clerp(handleweld.C0,cf(0,-0,0)*angles(math.rad(-30),math.rad(-10),math.rad(0)),.3) | |
1188 | RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(70)),.3) | |
1189 | Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-0),math.rad(0),math.rad(-50)),.3) | |
1190 | end | |
1191 | so("http://www.roblox.com/asset/?id=154965962",Hitbox,1,.9) | |
1192 | so("http://www.roblox.com/asset/?id=231917758",Hitbox,1,.9) | |
1193 | for i=0,1,0.2 do | |
1194 | swait() | |
1195 | local blcf = Hitbox.CFrame*CFrame.new(0,.3,0) | |
1196 | if scfr and (Hitbox.Position-scfr.p).magnitude > .1 then | |
1197 | local h = 5 | |
1198 | 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) | |
1199 | if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end | |
1200 | 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) | |
1201 | if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end | |
1202 | scfr = blcf | |
1203 | elseif not scfr then | |
1204 | scfr = blcf | |
1205 | end | |
1206 | RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*euler(math.rad(0),math.rad(-50),math.rad(90)),.3) | |
1207 | LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*euler(math.rad(-10),math.rad(-20),math.rad(-90)),.3) | |
1208 | LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-50),math.rad(-5))*angles(math.rad(-5),math.rad(0),math.rad(0)),.3) | |
1209 | RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(130),math.rad(-10))*angles(math.rad(-5),math.rad(0),math.rad(0)),.3) | |
1210 | handleweld.C0=clerp(handleweld.C0,cf(0,-0,0)*angles(math.rad(-50),math.rad(10),math.rad(0)),.3) | |
1211 | RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(-70)),.3) | |
1212 | Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-0),math.rad(0),math.rad(50)),.3) | |
1213 | end | |
1214 | end | |
1215 | attack=false | |
1216 | con:disconnect() | |
1217 | scfr = nil | |
1218 | pcall(function() | |
1219 | hitconasdf:disconnect() | |
1220 | end) | |
1221 | end | |
1222 | ||
1223 | ||
1224 | function Sheathe() | |
1225 | attack = true | |
1226 | so("http://www.roblox.com/asset/?id=273797222",Hitbox,1,.9) | |
1227 | CurrentMode = "Sheathed" | |
1228 | for i = 0,1,0.1 do | |
1229 | swait() | |
1230 | handleweld.Part0 = Torso | |
1231 | RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.3) | |
1232 | Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-10),math.rad(0),math.rad(-20)),.3) | |
1233 | RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*euler(math.rad(190),math.rad(0),math.rad(0)),.3) | |
1234 | LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*euler(math.rad(-10),math.rad(20),math.rad(-10)),.3) | |
1235 | LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-60),math.rad(-5))*angles(math.rad(-5),math.rad(0),math.rad(0)),.3) | |
1236 | RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(-10))*angles(math.rad(-5),math.rad(0),math.rad(0)),.3) | |
1237 | handleweld.C0=clerp(handleweld.C0,cf(3,3,0.5)*angles(math.rad(90),math.rad(150),math.rad(90)),.3) | |
1238 | end | |
1239 | attack = false | |
1240 | end | |
1241 | ||
1242 | function Unsheathe() | |
1243 | attack = true | |
1244 | CurrentMode = "Unsheathed" | |
1245 | so("http://www.roblox.com/asset/?id=239169404",Hitbox,1,.9) | |
1246 | for i = 0,1,0.1 do | |
1247 | swait() | |
1248 | handleweld.Part0 = RightArm | |
1249 | RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(-70)),.3) | |
1250 | Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(0),math.rad(0),math.rad(60)),.3) | |
1251 | RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*euler(math.rad(200),math.rad(0),math.rad(0)),.3) | |
1252 | LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*euler(math.rad(0),math.rad(-30),math.rad(-30)),.3) | |
1253 | LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-60),math.rad(-5))*angles(math.rad(-5),math.rad(0),math.rad(0)),.3) | |
1254 | RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(-10))*angles(math.rad(-5),math.rad(0),math.rad(0)),.3) | |
1255 | handleweld.C0=clerp(handleweld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(30),math.rad(0)),.3) | |
1256 | end | |
1257 | scfr = nil | |
1258 | attack = false | |
1259 | end | |
1260 | ||
1261 | local Sit = false | |
1262 | ||
1263 | mouse.Button1Down:connect(function() | |
1264 | if attack==false then | |
1265 | if attacktype==1 and CurrentMode == "Unsheathed" then | |
1266 | attack=true | |
1267 | attacktype=2 | |
1268 | attackone() | |
1269 | elseif attacktype==2 and CurrentMode == "Unsheathed" then | |
1270 | attack=true | |
1271 | attacktype=1 | |
1272 | attacktwo() | |
1273 | end | |
1274 | end | |
1275 | end) | |
1276 | ||
1277 | ||
1278 | mouse.KeyDown:connect(function(k) | |
1279 | k=k:lower() | |
1280 | if k=='q' then | |
1281 | if attack==false and CurrentMode == "Unsheathed" then | |
1282 | Stab() | |
1283 | end | |
1284 | elseif k=='e' then | |
1285 | if attack==false and CurrentMode == "Unsheathed" then | |
1286 | Spin() | |
1287 | end | |
1288 | elseif k=='r' then | |
1289 | if attack==false and CurrentMode == "Unsheathed" then | |
1290 | ContAttack() | |
1291 | end | |
1292 | elseif k=='f' then | |
1293 | if attack==false and CurrentMode == "Unsheathed" then | |
1294 | Sheathe() | |
1295 | elseif k=='f' then | |
1296 | if attack==false and Sit == false and CurrentMode == "Sheathed" then | |
1297 | Unsheathe() | |
1298 | end | |
1299 | end | |
1300 | elseif k=='t' then | |
1301 | if attack==false and Sit == false and CurrentMode == "Sheathed" then | |
1302 | Sit = true | |
1303 | Humanoid.WalkSpeed = 0 | |
1304 | elseif k=='t' then | |
1305 | if attack==false and Sit == true and CurrentMode == "Sheathed" then | |
1306 | Sit = false | |
1307 | Humanoid.WalkSpeed = 16 | |
1308 | end | |
1309 | end | |
1310 | ||
1311 | end | |
1312 | end) | |
1313 | ||
1314 | ||
1315 | local sine = 0 | |
1316 | local change = 1 | |
1317 | local val = 0 | |
1318 | ||
1319 | while true do | |
1320 | swait() | |
1321 | sine = sine + change | |
1322 | local torvel=(RootPart.Velocity*Vector3.new(1,0,1)).magnitude | |
1323 | local velderp=RootPart.Velocity.y | |
1324 | hitfloor,posfloor=rayCast(RootPart.Position,(CFrame.new(RootPart.Position,RootPart.Position - Vector3.new(0,1,0))).lookVector,4,Character) | |
1325 | if equipped==true or equipped==false then | |
1326 | if attack==false then | |
1327 | idle=idle+1 | |
1328 | else | |
1329 | idle=0 | |
1330 | end | |
1331 | if idle>=500 then | |
1332 | if attack==false then | |
1333 | end | |
1334 | end | |
1335 | if RootPart.Velocity.y > 1 and hitfloor==nil then | |
1336 | Anim="Jump" | |
1337 | if attack==false and Sit == false and CurrentMode == "Unsheathed" then | |
1338 | RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.3) | |
1339 | Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-10),math.rad(0),math.rad(0)),.3) | |
1340 | RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*euler(math.rad(50),math.rad(0),math.rad(30)),.3) | |
1341 | LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*euler(math.rad(-40),math.rad(5),math.rad(-10))*angles(math.rad(-5),math.rad(0),math.rad(0)),.3) | |
1342 | LH.C0=clerp(LH.C0,cf(-1,-.5,-1)*angles(math.rad(-20),math.rad(-90),math.rad(0))*angles(math.rad(-5),math.rad(0),math.rad(0)),.3) | |
1343 | handleweld.C0=clerp(handleweld.C0,cf(0,-0,.4)*angles(math.rad(85),math.rad(-10),math.rad(0)),.3) | |
1344 | end | |
1345 | if attack==false and Sit == false and CurrentMode == "Sheathed" then | |
1346 | RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(-10),math.rad(0),math.rad(0)),.3) | |
1347 | Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-20),math.rad(0),math.rad(0)),.3) | |
1348 | RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*euler(math.rad(0),math.rad(0),math.rad(30)),.3) | |
1349 | LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*euler(math.rad(0),math.rad(0),math.rad(-30)),.3) | |
1350 | LH.C0=clerp(LH.C0,cf(-1,-1,-.2)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-3),math.rad(0),math.rad(0)),.3) | |
1351 | RH.C0=clerp(RH.C0,cf(1,-1,-.2)*angles(math.rad(0),math.rad(90),math.rad(5))*angles(math.rad(-3),math.rad(0),math.rad(0)),.3) | |
1352 | handleweld.C0=clerp(handleweld.C0,cf(3,3,0.5)*angles(math.rad(90),math.rad(150),math.rad(90)),.3) | |
1353 | end | |
1354 | elseif RootPart.Velocity.y < -1 and hitfloor==nil then | |
1355 | Anim="Fall" | |
1356 | if attack==false and Sit == false and CurrentMode == "Unsheathed" then | |
1357 | RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(10),math.rad(0),math.rad(0)),.3) | |
1358 | Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(10),math.rad(0),math.rad(0)),.3) | |
1359 | RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*euler(math.rad(-5),math.rad(0),math.rad(20)),.3) | |
1360 | LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*euler(math.rad(-40),math.rad(5),math.rad(-10))*angles(math.rad(-5),math.rad(0),math.rad(0)),.3) | |
1361 | LH.C0=clerp(LH.C0,cf(-1,-.5,-1)*angles(math.rad(-20),math.rad(-90),math.rad(0))*angles(math.rad(-5),math.rad(0),math.rad(0)),.3) | |
1362 | handleweld.C0=clerp(handleweld.C0,cf(0,-0,.4)*angles(math.rad(85),math.rad(-10),math.rad(0)),.3) | |
1363 | end | |
1364 | if attack==false and Sit == false and CurrentMode == "Sheathed" then | |
1365 | RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(10),math.rad(0),math.rad(0)),.3) | |
1366 | Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(20),math.rad(0),math.rad(0)),.3) | |
1367 | RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*euler(math.rad(0),math.rad(0),math.rad(50)),.3) | |
1368 | LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*euler(math.rad(0),math.rad(0),math.rad(-50)),.3) | |
1369 | LH.C0=clerp(LH.C0,cf(-1,-.5,-.5)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-3),math.rad(0),math.rad(0)),.3) | |
1370 | RH.C0=clerp(RH.C0,cf(1,-1,-.5)*angles(math.rad(0),math.rad(90),math.rad(5))*angles(math.rad(-3),math.rad(0),math.rad(0)),.3) | |
1371 | handleweld.C0=clerp(handleweld.C0,cf(3,3,0.5)*angles(math.rad(90),math.rad(150),math.rad(90)),.3) | |
1372 | end | |
1373 | elseif torvel<1 and hitfloor~=nil then | |
1374 | Anim="Idle" | |
1375 | if attack==false and Sit == false and CurrentMode == "Unsheathed" then | |
1376 | RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(-40)),.3) | |
1377 | Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-0),math.rad(0),math.rad(40)),.3) | |
1378 | RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*euler(math.rad(40),math.rad(0),math.rad(20)),.3) | |
1379 | LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*euler(math.rad(-10),math.rad(20),math.rad(-10)),.3) | |
1380 | LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-60),math.rad(-5))*angles(math.rad(-5),math.rad(0),math.rad(0)),.3) | |
1381 | RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(-10))*angles(math.rad(-5),math.rad(0),math.rad(0)),.3) | |
1382 | handleweld.C0=clerp(handleweld.C0,cf(0,-0,.4)*angles(math.rad(85),math.rad(-10),math.rad(0)),.3) | |
1383 | end | |
1384 | if attack==false and Sit == false and CurrentMode == "Sheathed" then | |
1385 | RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.3) | |
1386 | Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-0),math.rad(0),math.rad(0)),.3) | |
1387 | RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*euler(math.rad(0),math.rad(0),math.rad(5)),.3) | |
1388 | LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*euler(math.rad(0),math.rad(0),math.rad(-5)),.3) | |
1389 | LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-3),math.rad(0),math.rad(0)),.3) | |
1390 | RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(5))*angles(math.rad(-3),math.rad(0),math.rad(0)),.3) | |
1391 | handleweld.C0=clerp(handleweld.C0,cf(3,3,0.5)*angles(math.rad(90),math.rad(150),math.rad(90)),.3) | |
1392 | end | |
1393 | if attack==false and Sit == true and CurrentMode == "Sheathed" then | |
1394 | RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,-2)*angles(math.rad(-10),math.rad(0),math.rad(0)),.3) | |
1395 | Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(10),math.rad(0),math.rad(0)),.3) | |
1396 | RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*euler(math.rad(-10),math.rad(0),math.rad(5)),.3) | |
1397 | LW.C0=clerp(LW.C0,cf(-1.3,0.5,0)*euler(math.rad(90),math.rad(0),math.rad(30)),.3) | |
1398 | LH.C0=clerp(LH.C0,cf(-1,.7,-.5)*angles(math.rad(0),math.rad(-90),math.rad(-10))*angles(math.rad(-3),math.rad(0),math.rad(0)),.3) | |
1399 | RH.C0=clerp(RH.C0,cf(1,-.5,-.5)*angles(math.rad(0),math.rad(90),math.rad(70))*angles(math.rad(-3),math.rad(0),math.rad(0)),.3) | |
1400 | handleweld.C0=clerp(handleweld.C0,cf(3,3,0.5)*angles(math.rad(90),math.rad(150),math.rad(90)),.3) | |
1401 | end | |
1402 | elseif torvel>2 and hitfloor~=nil then | |
1403 | Anim="Walk" | |
1404 | if attack==false and Sit == false and CurrentMode == "Unsheathed" then | |
1405 | change=3 | |
1406 | RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(20),math.rad(0),math.rad(0)),.3) | |
1407 | Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-10),math.rad(0),math.rad(0)),.3) | |
1408 | RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*euler(math.rad(-5),math.rad(0),math.rad(20)),.3) | |
1409 | LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*euler(math.rad(-30),math.rad(5),math.rad(-10)),.3) | |
1410 | LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-3),math.rad(0),math.rad(0)),.3) | |
1411 | RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-3),math.rad(0),math.rad(0)),.3) | |
1412 | handleweld.C0=clerp(handleweld.C0,cf(0,-0,0)*angles(math.rad(15),math.rad(-10),math.rad(0)),.3) | |
1413 | end | |
1414 | if attack==false and Sit == false and CurrentMode == "Sheathed" then | |
1415 | RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(10),math.rad(0),math.rad(0)),.3) | |
1416 | Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-5),math.rad(0),math.rad(0)),.3) | |
1417 | RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*euler(math.rad(30*math.cos(sine/10)),math.rad(0),math.rad(5)),.3) | |
1418 | LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*euler(math.rad(-30*math.cos(sine/10)),math.rad(0),math.rad(-5)),.3) | |
1419 | LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-2),math.rad(0),math.rad(0)),.3) | |
1420 | RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(5))*angles(math.rad(-2),math.rad(0),math.rad(0)),.3) | |
1421 | handleweld.C0=clerp(handleweld.C0,cf(3,3,0.5)*angles(math.rad(90),math.rad(150),math.rad(90)),.3) | |
1422 | end | |
1423 | end | |
1424 | end | |
1425 | if #Effects>0 then | |
1426 | for e=1,#Effects do | |
1427 | if Effects[e]~=nil then | |
1428 | local Thing=Effects[e] | |
1429 | if Thing~=nil then | |
1430 | local Part=Thing[1] | |
1431 | local Mode=Thing[2] | |
1432 | local Delay=Thing[3] | |
1433 | local IncX=Thing[4] | |
1434 | local IncY=Thing[5] | |
1435 | local IncZ=Thing[6] | |
1436 | if Thing[1].Transparency<=1 then | |
1437 | if Thing[2]=="Block1" then | |
1438 | Thing[1].CFrame=Thing[1].CFrame*euler(math.random(-50,50),math.random(-50,50),math.random(-50,50)) | |
1439 | Mesh=Thing[1].Mesh | |
1440 | Mesh.Scale=Mesh.Scale+vt(Thing[4],Thing[5],Thing[6]) | |
1441 | Thing[1].Transparency=Thing[1].Transparency+Thing[3] | |
1442 | elseif Thing[2]=="Cylinder" then | |
1443 | Mesh=Thing[1].Mesh | |
1444 | Mesh.Scale=Mesh.Scale+vt(Thing[4],Thing[5],Thing[6]) | |
1445 | Thing[1].Transparency=Thing[1].Transparency+Thing[3] | |
1446 | elseif Thing[2]=="Blood" then | |
1447 | Mesh=Thing[7] | |
1448 | Thing[1].CFrame=Thing[1].CFrame*cf(0,.5,0) | |
1449 | Mesh.Scale=Mesh.Scale+vt(Thing[4],Thing[5],Thing[6]) | |
1450 | Thing[1].Transparency=Thing[1].Transparency+Thing[3] | |
1451 | elseif Thing[2]=="Elec" then | |
1452 | Mesh=Thing[1].Mesh | |
1453 | Mesh.Scale=Mesh.Scale+vt(Thing[7],Thing[8],Thing[9]) | |
1454 | Thing[1].Transparency=Thing[1].Transparency+Thing[3] | |
1455 | elseif Thing[2]=="Disappear" then | |
1456 | Thing[1].Transparency=Thing[1].Transparency+Thing[3] | |
1457 | end | |
1458 | else | |
1459 | Part.Parent=nil | |
1460 | table.remove(Effects,e) | |
1461 | end | |
1462 | end | |
1463 | end | |
1464 | end | |
1465 | end | |
1466 | end |