SHOW:
|
|
- or go back to the newest paste.
1 | - | local Player = game:GetService("Players").LocalPlayer |
1 | + | -- This script has been converted to FE by TameDoNotClick :) |
2 | ||
3 | ||
4 | if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end | |
5 | local Player,Mouse,mouse,UserInputService,ContextActionService = owner | |
6 | do | |
7 | print("Translated to FE by me, TameDoNotClick. Enjoy ;)") | |
8 | script.Parent = Player.Character | |
9 | ||
10 | --RemoteEvent for communicating | |
11 | local Event = Instance.new("RemoteEvent") | |
12 | Event.Name = "UserInput_Event" | |
13 | ||
14 | --Fake event to make stuff like Mouse.KeyDown work | |
15 | local function fakeEvent() | |
16 | local t = {_fakeEvent=true,Connect=function(self,f)self.Function=f end} | |
17 | t.connect = t.Connect | |
18 | return t | |
19 | end | |
20 | ||
21 | --Creating fake input objects with fake variables | |
22 | local m = {Target=nil,Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent()} | |
23 | local UIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()} | |
24 | local CAS = {Actions={},BindAction=function(self,name,fun,touch,...) | |
25 | CAS.Actions[name] = fun and {Name=name,Function=fun,Keys={...}} or nil | |
26 | end} | |
27 | --Merged 2 functions into one by checking amount of arguments | |
28 | CAS.UnbindAction = CAS.BindAction | |
29 | ||
30 | --This function will trigger the events that have been :Connect()'ed | |
31 | local function te(self,ev,...) | |
32 | local t = m[ev] | |
33 | if t and t._fakeEvent and t.Function then | |
34 | t.Function(...) | |
35 | end | |
36 | end | |
37 | m.TrigEvent = te | |
38 | UIS.TrigEvent = te | |
39 | ||
40 | Event.OnServerEvent:Connect(function(plr,io) | |
41 | if plr~=Player then return end | |
42 | if io.isMouse then | |
43 | m.Target = io.Target | |
44 | m.Hit = io.Hit | |
45 | else | |
46 | local b = io.UserInputState == Enum.UserInputState.Begin | |
47 | if io.UserInputType == Enum.UserInputType.MouseButton1 then | |
48 | return m:TrigEvent(b and "Button1Down" or "Button1Up") | |
49 | end | |
50 | for _,t in pairs(CAS.Actions) do | |
51 | for _,k in pairs(t.Keys) do | |
52 | if k==io.KeyCode then | |
53 | t.Function(t.Name,io.UserInputState,io) | |
54 | end | |
55 | end | |
56 | end | |
57 | m:TrigEvent(b and "KeyDown" or "KeyUp",io.KeyCode.Name:lower()) | |
58 | UIS:TrigEvent(b and "InputBegan" or "InputEnded",io,false) | |
59 | end | |
60 | end) | |
61 | Event.Parent = NLS([==[ | |
62 | local Player = game:GetService("Players").LocalPlayer | |
63 | local Event = script:WaitForChild("UserInput_Event") | |
64 | ||
65 | local UIS = game:GetService("UserInputService") | |
66 | local input = function(io,a) | |
67 | if a then return end | |
68 | --Since InputObject is a client-side instance, we create and pass table instead | |
69 | Event:FireServer({KeyCode=io.KeyCode,UserInputType=io.UserInputType,UserInputState=io.UserInputState}) | |
70 | end | |
71 | UIS.InputBegan:Connect(input) | |
72 | UIS.InputEnded:Connect(input) | |
73 | ||
74 | local Mouse = Player:GetMouse() | |
75 | local h,t | |
76 | --Give the server mouse data 30 times every second, but only if the values changed | |
77 | --If player is not moving their mouse, client won't fire events | |
78 | while wait(1/30) do | |
79 | if h~=Mouse.Hit or t~=Mouse.Target then | |
80 | h,t=Mouse.Hit,Mouse.Target | |
81 | Event:FireServer({isMouse=true,Target=t,Hit=h}) | |
82 | end | |
83 | end]==],Player.Character) | |
84 | Mouse,mouse,UserInputService,ContextActionService = m,m,UIS,CAS | |
85 | end | |
86 | ||
87 | local Player = owner | |
88 | repeat | |
89 | wait() | |
90 | until Player.Character | |
91 | local Character = Player.Character | |
92 | TrailSettings = { | |
93 | Lifetime = 1, | |
94 | Texture = "http://www.roblox.com/asset/?id=291880914", | |
95 | Color1 = ColorSequence.new(BrickColor.new("Really black").Color), | |
96 | Color2 = ColorSequence.new(BrickColor.new("Really black").Color), | |
97 | AllBody = true, | |
98 | UpperBodyOnly = false, | |
99 | LowerBodyOnly = false, | |
100 | Accessories = false, | |
101 | Extras = true, | |
102 | R15 = false, | |
103 | R15Parts = {"UpperTorso", "LowerTorso"} | |
104 | } | |
105 | local Trail | |
106 | function UpperBody() | |
107 | if TrailSettings.R15 == false then | |
108 | A0 = Instance.new("Attachment", Character.Torso) | |
109 | A1 = Instance.new("Attachment", Character.Head) | |
110 | A2 = Instance.new("Attachment", Character["Right Arm"]) | |
111 | A3 = Instance.new("Attachment", Character["Left Arm"]) | |
112 | Trail = Instance.new("Trail", Character) | |
113 | Trail.Attachment0 = A0 | |
114 | Trail.Attachment1 = A1 | |
115 | Trail.Texture = TrailSettings.Texture | |
116 | Trail.Color = TrailSettings.Color1 | |
117 | Trail.Lifetime = TrailSettings.Lifetime | |
118 | local Trail2 = Trail:Clone() | |
119 | Trail2.Parent = Character | |
120 | Trail2.Attachment1 = A2 | |
121 | local Trail3 = Trail:Clone() | |
122 | Trail3.Parent = Character | |
123 | Trail3.Attachment1 = A3 | |
124 | local Trail6 = Trail:Clone() | |
125 | Trail6.Parent = Character | |
126 | Trail6.Attachment0 = A1 | |
127 | Trail6.Attachment1 = A2 | |
128 | local Trail7 = Trail:Clone() | |
129 | Trail7.Parent = Character | |
130 | Trail7.Attachment0 = A1 | |
131 | Trail7.Attachment1 = A3 | |
132 | else | |
133 | A0 = Instance.new("Attachment", Character[TrailSettings.R15Parts[1]]) | |
134 | A0R = Instance.new("Attachment", Character[TrailSettings.R15Parts[2]]) | |
135 | A1 = Instance.new("Attachment", Character.Head) | |
136 | A2 = Instance.new("Attachment", Character.RightUpperArm) | |
137 | A2R = Instance.new("Attachment", Character.RightLowerArm) | |
138 | A3 = Instance.new("Attachment", Character.LeftUpperArm) | |
139 | A3R = Instance.new("Attachment", Character.LeftLowerArm) | |
140 | Trail = Instance.new("Trail", Character) | |
141 | Trail.Attachment0 = A0 | |
142 | Trail.Attachment1 = A1 | |
143 | Trail.Texture = TrailSettings.Texture | |
144 | Trail.Color = TrailSettings.Color1 | |
145 | Trail.Lifetime = TrailSettings.Lifetime | |
146 | local Trail2 = Trail:Clone() | |
147 | Trail2.Parent = Character | |
148 | Trail2.Attachment1 = A2 | |
149 | local Trail3 = Trail:Clone() | |
150 | Trail3.Parent = Character | |
151 | Trail3.Attachment1 = A3 | |
152 | local Trail6 = Trail:Clone() | |
153 | Trail6.Parent = Character | |
154 | Trail6.Attachment0 = A1 | |
155 | Trail6.Attachment1 = A2 | |
156 | local Trail7 = Trail:Clone() | |
157 | Trail7.Parent = Character | |
158 | Trail7.Attachment0 = A1 | |
159 | Trail7.Attachment1 = A3 | |
160 | local Trail1R = Trail:Clone() | |
161 | Trail1R.Parent = Character | |
162 | Trail1R.Attachment1 = A2R | |
163 | local Trail2R = Trail:Clone() | |
164 | Trail2R.Parent = Character | |
165 | Trail2R.Attachment1 = A3R | |
166 | local Trail6R = Trail:Clone() | |
167 | Trail6.Parent = Character | |
168 | Trail6.Attachment0 = A1 | |
169 | Trail6.Attachment1 = A2R | |
170 | local Trail7R = Trail:Clone() | |
171 | Trail7.Parent = Character | |
172 | Trail7.Attachment0 = A1 | |
173 | Trail7.Attachment1 = A3R | |
174 | end | |
175 | end | |
176 | function LowerBody() | |
177 | if TrailSettings.R15 == false then | |
178 | A4 = Instance.new("Attachment", Character["Right Leg"]) | |
179 | A5 = Instance.new("Attachment", Character["Left Leg"]) | |
180 | local Trail4 = Trail:Clone() | |
181 | Trail4.Parent = Character | |
182 | Trail4.Attachment1 = A4 | |
183 | local Trail5 = Trail:Clone() | |
184 | Trail5.Parent = Character | |
185 | Trail5.Attachment1 = A5 | |
186 | local Trail8 = Trail:Clone() | |
187 | Trail8.Parent = Character | |
188 | Trail8.Attachment0 = A2 | |
189 | Trail8.Attachment1 = A4 | |
190 | Trail8.Color = TrailSettings.Color2 | |
191 | local Trail9 = Trail:Clone() | |
192 | Trail9.Parent = Character | |
193 | Trail9.Attachment0 = A3 | |
194 | Trail9.Attachment1 = A5 | |
195 | Trail9.Color = TrailSettings.Color2 | |
196 | local FT = Trail:Clone() | |
197 | FT.Parent = Character | |
198 | FT.Attachment0 = A4 | |
199 | FT.Attachment1 = A5 | |
200 | FT.Color = TrailSettings.Color2 | |
201 | else | |
202 | A4 = Instance.new("Attachment", Character.RightLowerLeg) | |
203 | A4R = Instance.new("Attachment", Character.RightUpperLeg) | |
204 | A5 = Instance.new("Attachment", Character.LeftLowerLeg) | |
205 | A5R = Instance.new("Attachment", Character.LeftUpperLeg) | |
206 | local Trail4 = Trail:Clone() | |
207 | Trail4.Parent = Character | |
208 | Trail4.Attachment1 = A4 | |
209 | local Trail5 = Trail:Clone() | |
210 | Trail5.Parent = Character | |
211 | Trail5.Attachment1 = A5 | |
212 | local Trail8 = Trail:Clone() | |
213 | Trail8.Parent = Character | |
214 | Trail8.Attachment0 = A2 | |
215 | Trail8.Attachment1 = A4 | |
216 | Trail8.Color = TrailSettings.Color2 | |
217 | local Trail9 = Trail:Clone() | |
218 | Trail9.Parent = Character | |
219 | Trail9.Attachment0 = A3 | |
220 | Trail9.Attachment1 = A5 | |
221 | Trail9.Color = TrailSettings.Color2 | |
222 | local FT = Trail:Clone() | |
223 | - | local Player = game.Players.localPlayer |
223 | + | |
224 | FT.Attachment0 = A4 | |
225 | FT.Attachment1 = A5 | |
226 | FT.Color = TrailSettings.Color2 | |
227 | - | plr = game:GetService("Players").LocalPlayer |
227 | + | |
228 | Trail3R.Parent = Character | |
229 | Trail3R.Attachment1 = A4R | |
230 | local Trail4R = Trail:Clone() | |
231 | Trail4R.Parent = Character | |
232 | Trail4R.Attachment1 = A5R | |
233 | local Trail8 = Trail:Clone() | |
234 | Trail8.Parent = Character | |
235 | Trail8.Attachment0 = A2R | |
236 | Trail8.Attachment1 = A4R | |
237 | Trail8.Color = TrailSettings.Color2 | |
238 | local Trail9 = Trail:Clone() | |
239 | Trail9.Parent = Character | |
240 | Trail9.Attachment0 = A3R | |
241 | Trail9.Attachment1 = A5R | |
242 | Trail9.Color = TrailSettings.Color2 | |
243 | local FT2R = Trail:Clone() | |
244 | FT2R.Parent = Character | |
245 | FT2R.Attachment0 = A4R | |
246 | FT2R.Attachment1 = A5R | |
247 | FT2R.Color = TrailSettings.Color2 | |
248 | end | |
249 | end | |
250 | function AllBody() | |
251 | UpperBody() | |
252 | LowerBody() | |
253 | end | |
254 | if TrailSettings.AllBody == true and TrailSettings.UpperBodyOnly == true and TrailSettings.LowerBodyOnly == true then | |
255 | TrailSettings.UpperBodyOnly = false | |
256 | TrailSettings.LowerBodyOnly = false | |
257 | elseif TrailSettings.AllBody == true and TrailSettings.UpperBodyOnly == false and TrailSettings.LowerBodyOnly == true then | |
258 | TrailSettings.UpperBodyOnly = false | |
259 | TrailSettings.LowerBodyOnly = false | |
260 | elseif TrailSettings.AllBody == true and TrailSettings.UpperBodyOnly == true and TrailSettings.LowerBodyOnly == false then | |
261 | TrailSettings.UpperBodyOnly = false | |
262 | TrailSettings.LowerBodyOnly = false | |
263 | elseif TrailSettings.AllBody == false and TrailSettings.UpperBodyOnly == true and TrailSettings.LowerBodyOnly == true then | |
264 | TrailSettings.AllBody = true | |
265 | TrailSettings.UpperBodyOnly = false | |
266 | TrailSettings.LowerBodyOnly = false | |
267 | end | |
268 | if TrailSettings.UpperBodyOnly == true then | |
269 | UpperBody() | |
270 | - | Player = game:GetService("Players").LocalPlayer |
270 | + | |
271 | elseif TrailSettings.LowerBodyOnly == true then | |
272 | LowerBody() | |
273 | print("Called Lower Body Trail") | |
274 | elseif TrailSettings.AllBody == true then | |
275 | AllBody() | |
276 | - | Mouse = Player:GetMouse() |
276 | + | |
277 | end | |
278 | if TrailSettings.Accessories == true then | |
279 | for Index, Item in pairs(Character:GetChildren()) do | |
280 | if Item:IsA("Accessory") then | |
281 | local AA = Instance.new("Attachment", Item.Handle) | |
282 | local ATrail = Trail:Clone() | |
283 | ATrail.Parent = Character | |
284 | ATrail.Attachment1 = AA | |
285 | end | |
286 | end | |
287 | end | |
288 | if TrailSettings.Extras == true then | |
289 | spawn(function() | |
290 | repeat | |
291 | wait() | |
292 | until Trail | |
293 | local AB = Instance.new("Attachment", a) | |
294 | local ABT = Trail:Clone() | |
295 | ABT.Parent = Character | |
296 | ABT.Attachment0 = A4 | |
297 | ABT.Attachment1 = AB | |
298 | ABT.Color = TrailSettings.Color2 | |
299 | local ABT2 = Trail:Clone() | |
300 | ABT2.Parent = Character | |
301 | ABT2.Attachment0 = A5 | |
302 | ABT2.Attachment1 = AB | |
303 | ABT2.Color = TrailSettings.Color2 | |
304 | end) | |
305 | end | |
306 | TextLabel4 = Instance.new("TextLabel") | |
307 | TextLabel5 = Instance.new("TextLabel") | |
308 | local SINE = 0 | |
309 | local Player = owner | |
310 | local Character = Player.Character | |
311 | local Torso = Character.Torso | |
312 | local Sine = 0 | |
313 | plr = owner | |
314 | char = plr.Character | |
315 | hum = char.Humanoid | |
316 | local KEYHOLD = false | |
317 | local cam = game.Workspace.CurrentCamera | |
318 | local Controller = plr.PlayerScripts:WaitForChild("ControlScript") | |
319 | Camera = cam | |
320 | local CamInterrupt = false | |
321 | local TwoD = false | |
322 | local TargetInfo = {nil, nil} | |
323 | cam.CameraType = "Custom" | |
324 | local mou = plr:GetMouse() | |
325 | t = char.Torso | |
326 | h = char.Head | |
327 | ra = char["Right Arm"] | |
328 | la = char["Left Arm"] | |
329 | rl = char["Right Leg"] | |
330 | ll = char["Left Leg"] | |
331 | tors = char.Torso | |
332 | lleg = char["Left Leg"] | |
333 | root = char.HumanoidRootPart | |
334 | hed = char.Head | |
335 | rleg = char["Right Leg"] | |
336 | rarm = char["Right Arm"] | |
337 | larm = char["Left Arm"] | |
338 | radian = math.rad | |
339 | random = math.random | |
340 | Vec3 = Vector3.new | |
341 | Inst = Instance.new | |
342 | cFrame = CFrame.new | |
343 | Euler = CFrame.fromEulerAnglesXYZ | |
344 | vt = Vector3.new | |
345 | bc = BrickColor.new | |
346 | br = BrickColor.random | |
347 | it = Instance.new | |
348 | cf = CFrame.new | |
349 | local eff = true | |
350 | local shielding = false | |
351 | local maincol = Color3.new(0,0,0) | |
352 | local maincol2 = Torso.Color | |
353 | -------------------------------- | |
354 | char.Head.face.Texture = "http://www.roblox.com/asset/?id=176777497" | |
355 | -------------------------------- | |
356 | Player = owner | |
357 | PlayerGui = Player.PlayerGui | |
358 | Cam = workspace.CurrentCamera | |
359 | Backpack = Player.Backpack | |
360 | Character = Player.Character | |
361 | Humanoid = Character.Humanoid | |
362 | RootPart = Character["HumanoidRootPart"] | |
363 | Torso = Character["Torso"] | |
364 | Head = Character["Head"] | |
365 | RightArm = Character["Right Arm"] | |
366 | LeftArm = Character["Left Arm"] | |
367 | RightLeg = Character["Right Leg"] | |
368 | LeftLeg = Character["Left Leg"] | |
369 | RootJoint = RootPart["RootJoint"] | |
370 | Neck = Torso["Neck"] | |
371 | RightShoulder = Torso["Right Shoulder"] | |
372 | LeftShoulder = Torso["Left Shoulder"] | |
373 | RightHip = Torso["Right Hip"] | |
374 | LeftHip = Torso["Left Hip"] | |
375 | ------------------------------ | |
376 | local AddInstance = function(Object, ...) | |
377 | local Obj = Instance.new(Object) | |
378 | for i,v in next,(...) do | |
379 | Obj[i] = v | |
380 | end | |
381 | return Obj | |
382 | end | |
383 | -------------------- | |
384 | local ATTACKEDTAUNTS = { | |
385 | "907332040", | |
386 | "907332525", | |
387 | "907330011" | |
388 | } | |
389 | local ATTACKTAUNTS = { | |
390 | "907329893", | |
391 | "907329532", | |
392 | "907333294", | |
393 | "907332856" | |
394 | } | |
395 | local ULTTAUNTS = { | |
396 | "907332997", | |
397 | "907332670", | |
398 | "907330103" | |
399 | } | |
400 | ----------------------- | |
401 | IT = Instance.new | |
402 | CF = CFrame.new | |
403 | VT = Vector3.new | |
404 | RAD = math.rad | |
405 | C3 = Color3.new | |
406 | UD2 = UDim2.new | |
407 | BRICKC = BrickColor.new | |
408 | ANGLES = CFrame.Angles | |
409 | EULER = CFrame.fromEulerAnglesXYZ | |
410 | COS = math.cos | |
411 | ACOS = math.acos | |
412 | SIN = math.sin | |
413 | ASIN = math.asin | |
414 | ABS = math.abs | |
415 | MRANDOM = math.random | |
416 | FLOOR = math.floor | |
417 | ----------------------------- | |
418 | function SphereAura(bonuspeed, FastSpeed, type, pos, x1, y1, z1, value, color, outerpos) | |
419 | local type = type | |
420 | local rng = Instance.new("Part", char) | |
421 | rng.Anchored = true | |
422 | rng.BrickColor = color | |
423 | rng.CanCollide = false | |
424 | rng.FormFactor = 3 | |
425 | rng.Name = "Ring" | |
426 | rng.Material = "Neon" | |
427 | rng.Size = Vector3.new(1, 1, 1) | |
428 | rng.Transparency = 0 | |
429 | rng.TopSurface = 0 | |
430 | rng.BottomSurface = 0 | |
431 | rng.CFrame = pos | |
432 | rng.CFrame = rng.CFrame + rng.CFrame.lookVector * outerpos | |
433 | local rngm = Instance.new("SpecialMesh", rng) | |
434 | rngm.MeshType = "Sphere" | |
435 | rngm.Scale = Vector3.new(x1, y1, z1) | |
436 | local scaler2 = 1 | |
437 | local speeder = FastSpeed | |
438 | if type == "Add" then | |
439 | scaler2 = 1 * value | |
440 | elseif type == "Divide" then | |
441 | scaler2 = 1 / value | |
442 | end | |
443 | coroutine.resume(coroutine.create(function() | |
444 | for i = 0, 10 / bonuspeed, 0.1 do | |
445 | swait() | |
446 | if type == "Add" then | |
447 | scaler2 = scaler2 - 0.01 * value / bonuspeed | |
448 | elseif type == "Divide" then | |
449 | scaler2 = scaler2 - 0.01 / value * bonuspeed | |
450 | end | |
451 | rng.BrickColor = BrickColor.random() | |
452 | speeder = speeder - 0.01 * FastSpeed * bonuspeed | |
453 | rng.CFrame = rng.CFrame + rng.CFrame.lookVector * speeder * bonuspeed | |
454 | rng.Transparency = rng.Transparency + 0.01 * bonuspeed | |
455 | rngm.Scale = rngm.Scale + Vector3.new(scaler2 * bonuspeed, scaler2 * bonuspeed, 0) | |
456 | end | |
457 | rng:Destroy() | |
458 | end)) | |
459 | end | |
460 | function CreateWeldOrSnapOrMotor(TYPE, PARENT, PART0, PART1, C0, C1) | |
461 | local NEWWELD = IT(TYPE) | |
462 | NEWWELD.Part0 = PART0 | |
463 | NEWWELD.Part1 = PART1 | |
464 | NEWWELD.C0 = C0 | |
465 | NEWWELD.C1 = C1 | |
466 | NEWWELD.Parent = PARENT | |
467 | return NEWWELD | |
468 | end | |
469 | ||
470 | function CreateMesh(MESH, PARENT, MESHTYPE, MESHID, TEXTUREID, SCALE, OFFSET) | |
471 | local NEWMESH = IT(MESH) | |
472 | if MESH == "SpecialMesh" then | |
473 | NEWMESH.MeshType = MESHTYPE | |
474 | if MESHID ~= "nil" and MESHID ~= "" then | |
475 | NEWMESH.MeshId = "http://www.roblox.com/asset/?id="..MESHID | |
476 | end | |
477 | if TEXTUREID ~= "nil" and TEXTUREID ~= "" then | |
478 | NEWMESH.TextureId = "http://www.roblox.com/asset/?id="..TEXTUREID | |
479 | end | |
480 | end | |
481 | NEWMESH.Offset = OFFSET or VT(0, 0, 0) | |
482 | NEWMESH.Scale = SCALE | |
483 | NEWMESH.Parent = PARENT | |
484 | return NEWMESH | |
485 | end | |
486 | ||
487 | function CreatePart(FORMFACTOR, PARENT, MATERIAL, REFLECTANCE, TRANSPARENCY, BRICKCOLOR, NAME, SIZE, ANCHOR) | |
488 | local NEWPART = IT("Part") | |
489 | NEWPART.formFactor = FORMFACTOR | |
490 | NEWPART.Reflectance = REFLECTANCE | |
491 | NEWPART.Transparency = TRANSPARENCY | |
492 | NEWPART.CanCollide = false | |
493 | NEWPART.Locked = true | |
494 | NEWPART.Anchored = true | |
495 | if ANCHOR == false then | |
496 | NEWPART.Anchored = false | |
497 | end | |
498 | NEWPART.BrickColor = BRICKC(tostring(BRICKCOLOR)) | |
499 | NEWPART.Name = NAME | |
500 | NEWPART.Size = SIZE | |
501 | NEWPART.Material = MATERIAL | |
502 | NEWPART:BreakJoints() | |
503 | NEWPART.Parent = PARENT | |
504 | return NEWPART | |
505 | end | |
506 | function MakeForm(PART,TYPE) | |
507 | if TYPE == "Cyl" then | |
508 | local MSH = IT("CylinderMesh",PART) | |
509 | elseif TYPE == "Ball" then | |
510 | local MSH = IT("SpecialMesh",PART) | |
511 | MSH.MeshType = "Sphere" | |
512 | elseif TYPE == "Wedge" then | |
513 | local MSH = IT("SpecialMesh",PART) | |
514 | MSH.MeshType = "Wedge" | |
515 | end | |
516 | end | |
517 | function BlockEffect(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay, Type) | |
518 | local prt = CreatePart(3, workspace, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new()) | |
519 | prt.Anchored = true | |
520 | prt.CFrame = cframe | |
521 | local msh = CreateMesh("BlockMesh", prt, "", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1)) | |
522 | game:GetService("Debris"):AddItem(prt, 10) | |
523 | if Type == 1 or Type == nil then | |
524 | table.insert(Effects, { | |
525 | prt, | |
526 | "Block1", | |
527 | delay, | |
528 | x3, | |
529 | y3, | |
530 | z3, | |
531 | msh | |
532 | }) | |
533 | elseif Type == 2 then | |
534 | table.insert(Effects, { | |
535 | prt, | |
536 | "Block2", | |
537 | delay, | |
538 | x3, | |
539 | y3, | |
540 | z3, | |
541 | msh | |
542 | }) | |
543 | elseif Type == 3 then | |
544 | table.insert(Effects, { | |
545 | prt, | |
546 | "Block3", | |
547 | delay, | |
548 | x3, | |
549 | y3, | |
550 | z3, | |
551 | msh | |
552 | }) | |
553 | end | |
554 | end | |
555 | function MagniDamage(Part, magni, mindam, maxdam, knock, Type) | |
556 | for _, c in pairs(workspace:children()) do | |
557 | local hum = c:findFirstChild("Humanoid") | |
558 | if hum ~= nil then | |
559 | local head = c:findFirstChild("Head") | |
560 | if head ~= nil then | |
561 | local targ = head.Position - Part.Position | |
562 | local mag = targ.magnitude | |
563 | if magni >= mag and c.Name ~= plr.Name then | |
564 | Damage(head, head, mindam, maxdam, knock, Type, root, 0.1, "http://www.roblox.com/asset/?id=0", 1.2) | |
565 | end | |
566 | end | |
567 | end | |
568 | end | |
569 | end | |
570 | ||
571 | ||
572 | CFuncs = { | |
573 | Part = { | |
574 | Create = function(Parent, Material, Reflectance, Transparency, BColor, Name, Size) | |
575 | local Part = Create("Part")({ | |
576 | Parent = Parent, | |
577 | Reflectance = Reflectance, | |
578 | Transparency = Transparency, | |
579 | CanCollide = false, | |
580 | Locked = true, | |
581 | BrickColor = BrickColor.new(tostring(BColor)), | |
582 | Name = Name, | |
583 | Size = Size, | |
584 | Material = Material | |
585 | }) | |
586 | RemoveOutlines(Part) | |
587 | return Part | |
588 | end | |
589 | - | local Player = game.Players.localPlayer |
589 | + | |
590 | Mesh = { | |
591 | - | local plr = game:service'Players'.LocalPlayer |
591 | + | |
592 | local Msh = Create(Mesh)({ | |
593 | Parent = Part, | |
594 | Offset = OffSet, | |
595 | Scale = Scale | |
596 | }) | |
597 | if Mesh == "SpecialMesh" then | |
598 | Msh.MeshType = MeshType | |
599 | Msh.MeshId = MeshId | |
600 | end | |
601 | return Msh | |
602 | end | |
603 | }, | |
604 | Mesh = { | |
605 | Create = function(Mesh, Part, MeshType, MeshId, OffSet, Scale) | |
606 | local Msh = Create(Mesh)({ | |
607 | Parent = Part, | |
608 | Offset = OffSet, | |
609 | Scale = Scale | |
610 | }) | |
611 | if Mesh == "SpecialMesh" then | |
612 | Msh.MeshType = MeshType | |
613 | Msh.MeshId = MeshId | |
614 | end | |
615 | return Msh | |
616 | end | |
617 | }, | |
618 | Weld = { | |
619 | Create = function(Parent, Part0, Part1, C0, C1) | |
620 | local Weld = Create("Weld")({ | |
621 | Parent = Parent, | |
622 | Part0 = Part0, | |
623 | Part1 = Part1, | |
624 | C0 = C0, | |
625 | C1 = C1 | |
626 | }) | |
627 | return Weld | |
628 | end | |
629 | }, | |
630 | Sound = { | |
631 | Create = function(id, par, vol, pit) | |
632 | coroutine.resume(coroutine.create(function() | |
633 | local S = Create("Sound")({ | |
634 | Volume = vol, | |
635 | Pitch = pit or 1, | |
636 | SoundId = id, | |
637 | Parent = par or workspace | |
638 | }) | |
639 | wait() | |
640 | S:play() | |
641 | game:GetService("Debris"):AddItem(S, 6) | |
642 | end)) | |
643 | end | |
644 | }, | |
645 | ParticleEmitter = { | |
646 | Create = function(Parent, Color1, Color2, LightEmission, Size, Texture, Transparency, ZOffset, Accel, Drag, LockedToPart, VelocityInheritance, EmissionDirection, Enabled, LifeTime, Rate, Rotation, RotSpeed, Speed, VelocitySpread) | |
647 | local fp = Create("ParticleEmitter")({ | |
648 | Parent = Parent, | |
649 | Color = ColorSequence.new(Color1, Color2), | |
650 | LightEmission = LightEmission, | |
651 | Size = Size, | |
652 | Texture = Texture, | |
653 | Transparency = Transparency, | |
654 | ZOffset = ZOffset, | |
655 | Acceleration = Accel, | |
656 | Drag = Drag, | |
657 | LockedToPart = LockedToPart, | |
658 | VelocityInheritance = VelocityInheritance, | |
659 | EmissionDirection = EmissionDirection, | |
660 | Enabled = Enabled, | |
661 | Lifetime = LifeTime, | |
662 | Rate = Rate, | |
663 | Rotation = Rotation, | |
664 | RotSpeed = RotSpeed, | |
665 | Speed = Speed, | |
666 | VelocitySpread = VelocitySpread | |
667 | }) | |
668 | return fp | |
669 | end | |
670 | } | |
671 | } | |
672 | ||
673 | --------------------------------- | |
674 | local Player = owner | |
675 | local Character = Player.Character | |
676 | local plr = owner | |
677 | local char = plr.Character | |
678 | local hum = char.Humanoid | |
679 | local ra = char["Right Arm"] | |
680 | local la= char["Left Arm"] | |
681 | local rl= char["Right Leg"] | |
682 | local ll = char["Left Leg"] | |
683 | local hed = char.Head | |
684 | local root = char.HumanoidRootPart | |
685 | local rootj = root.RootJoint | |
686 | local tors = char.Torso | |
687 | local mouse = plr:GetMouse() | |
688 | local LeftArm = Character["Left Arm"] | |
689 | local RightArm = Character["Right Arm"] | |
690 | local LeftLeg = Character["Left Leg"] | |
691 | local RightLeg = Character["Right Leg"] | |
692 | local Head = Character.Head | |
693 | local Torso = Character.Torso | |
694 | local cam = game.Workspace.CurrentCamera | |
695 | local RootPart = Character.HumanoidRootPart | |
696 | local RootJoint = RootPart.RootJoint | |
697 | local RootCF = CFrame.fromEulerAnglesXYZ(-1.57, 0, 3.14) | |
698 | local RHCF = CFrame.fromEulerAnglesXYZ(0, 1.6, 0) | |
699 | local LHCF = CFrame.fromEulerAnglesXYZ(0, -1.6, 0) | |
700 | local EdgyMode = false | |
701 | local Divinity = false | |
702 | local Fighter = false | |
703 | local Purity = false | |
704 | local Destruction = false | |
705 | local helpme = false | |
706 | local Planetary = false | |
707 | local Solar = false | |
708 | local Lunar = false | |
709 | local Frost = false | |
710 | local Ashes = false | |
711 | local notmenacing = true | |
712 | -------------------------- | |
713 | cam = game.Workspace.CurrentCamera | |
714 | CF = CFrame.new | |
715 | angles = CFrame.Angles | |
716 | attack = false | |
717 | Euler = CFrame.fromEulerAnglesXYZ | |
718 | Rad = math.rad | |
719 | IT = Instance.new | |
720 | BrickC = BrickColor.new | |
721 | Cos = math.cos | |
722 | Acos = math.acos | |
723 | Sin = math.sin | |
724 | Asin = math.asin | |
725 | Abs = math.abs | |
726 | Mrandom = math.random | |
727 | Floor = math.floor | |
728 | ----------------------- | |
729 | ------------------------------------ | |
730 | necko = CF(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0) | |
731 | RSH, LSH = nil, nil | |
732 | RW = Instance.new("Weld") | |
733 | LW = Instance.new("Weld") | |
734 | RH = tors["Right Hip"] | |
735 | LH = tors["Left Hip"] | |
736 | RSH = tors["Right Shoulder"] | |
737 | LSH = tors["Left Shoulder"] | |
738 | RSH.Parent = nil | |
739 | LSH.Parent = nil | |
740 | RW.Name = "RW" | |
741 | RW.Part0 = tors | |
742 | RW.C0 = CF(1.5, 0.5, 0) | |
743 | RW.C1 = CF(0, 0.5, 0) | |
744 | RW.Part1 = ra | |
745 | RW.Parent = tors | |
746 | LW.Name = "LW" | |
747 | LW.Part0 = tors | |
748 | LW.C0 = CF(-1.5, 0.5, 0) | |
749 | LW.C1 = CF(0, 0.5, 0) | |
750 | LW.Part1 = la | |
751 | LW.Parent = tors | |
752 | Effects = {} | |
753 | ------------------------- | |
754 | --WACKYEFFECT({EffectType = "", Size = VT(1,1,1), Size2 = VT(0,0,0), Transparency = 0, Transparency2 = 1, CFrame = CF(), MoveToPos = nil, RotationX = 0, RotationY = 0, RotationZ = 0, Material = "Neon", Color = C3(1,1,1), SoundID = nil, SoundPitch = nil, SoundVolume = nil}) | |
755 | function WACKYEFFECT(Table) | |
756 | local TYPE = (Table.EffectType or "Sphere") | |
757 | local SIZE = (Table.Size or VT(1,1,1)) | |
758 | local ENDSIZE = (Table.Size2 or VT(0,0,0)) | |
759 | local TRANSPARENCY = (Table.Transparency or 0) | |
760 | local ENDTRANSPARENCY = (Table.Transparency2 or 1) | |
761 | local CFRAME = (Table.CFrame or Torso.CFrame) | |
762 | local MOVEDIRECTION = (Table.MoveToPos or nil) | |
763 | local ROTATION1 = (Table.RotationX or 0) | |
764 | local ROTATION2 = (Table.RotationY or 0) | |
765 | local ROTATION3 = (Table.RotationZ or 0) | |
766 | local MATERIAL = (Table.Material or "Neon") | |
767 | local COLOR = (Table.Color or C3(1,1,1)) | |
768 | local TIME = (Table.Time or 45) | |
769 | local SOUNDID = (Table.SoundID or nil) | |
770 | local SOUNDPITCH = (Table.SoundPitch or nil) | |
771 | local SOUNDVOLUME = (Table.SoundVolume or nil) | |
772 | coroutine.resume(coroutine.create(function() | |
773 | local PLAYSSOUND = false | |
774 | local SOUND = nil | |
775 | local EFFECT = CreatePart(3, Effects, MATERIAL, 0, TRANSPARENCY, BRICKC("Pearl"), "Effect", VT(1,1,1), true) | |
776 | if SOUNDID ~= nil and SOUNDPITCH ~= nil and SOUNDVOLUME ~= nil then | |
777 | PLAYSSOUND = true | |
778 | SOUND = CreateSound(SOUNDID, EFFECT, SOUNDVOLUME, SOUNDPITCH, false) | |
779 | end | |
780 | EFFECT.Color = COLOR | |
781 | local MSH = nil | |
782 | if TYPE == "Sphere" then | |
783 | MSH = CreateMesh("SpecialMesh", EFFECT, "Sphere", "", "", SIZE, VT(0,0,0)) | |
784 | elseif TYPE == "Block" then | |
785 | MSH = IT("BlockMesh",EFFECT) | |
786 | MSH.Scale = VT(SIZE.X,SIZE.X,SIZE.X) | |
787 | elseif TYPE == "Wave" then | |
788 | MSH = CreateMesh("SpecialMesh", EFFECT, "FileMesh", "20329976", "", SIZE, VT(0,0,-SIZE.X/8)) | |
789 | elseif TYPE == "Ring" then | |
790 | MSH = CreateMesh("SpecialMesh", EFFECT, "FileMesh", "559831844", "", VT(SIZE.X,SIZE.X,0.1), VT(0,0,0)) | |
791 | elseif TYPE == "Slash" then | |
792 | MSH = CreateMesh("SpecialMesh", EFFECT, "FileMesh", "662586858", "", VT(SIZE.X/10,0,SIZE.X/10), VT(0,0,0)) | |
793 | elseif TYPE == "Round Slash" then | |
794 | MSH = CreateMesh("SpecialMesh", EFFECT, "FileMesh", "662585058", "", VT(SIZE.X/10,0,SIZE.X/10), VT(0,0,0)) | |
795 | elseif TYPE == "Swirl" then | |
796 | MSH = CreateMesh("SpecialMesh", EFFECT, "FileMesh", "1051557", "", SIZE, VT(0,0,0)) | |
797 | elseif TYPE == "Skull" then | |
798 | MSH = CreateMesh("SpecialMesh", EFFECT, "FileMesh", "4770583", "", SIZE, VT(0,0,0)) | |
799 | elseif TYPE == "Crystal" then | |
800 | MSH = CreateMesh("SpecialMesh", EFFECT, "FileMesh", "9756362", "", SIZE, VT(0,0,0)) | |
801 | end | |
802 | if MSH ~= nil then | |
803 | local MOVESPEED = nil | |
804 | if MOVEDIRECTION ~= nil then | |
805 | MOVESPEED = (CFRAME.p - MOVEDIRECTION).Magnitude/TIME | |
806 | end | |
807 | local GROWTH = SIZE - ENDSIZE | |
808 | local TRANS = TRANSPARENCY - ENDTRANSPARENCY | |
809 | if TYPE == "Block" then | |
810 | EFFECT.CFrame = CFRAME*ANGLES(RAD(MRANDOM(0,360)),RAD(MRANDOM(0,360)),RAD(MRANDOM(0,360))) | |
811 | else | |
812 | EFFECT.CFrame = CFRAME | |
813 | end | |
814 | for LOOP = 1, TIME+1 do | |
815 | Swait() | |
816 | MSH.Scale = MSH.Scale - GROWTH/TIME | |
817 | if TYPE == "Wave" then | |
818 | MSH.Offset = VT(0,0,-MSH.Scale.X/8) | |
819 | end | |
820 | EFFECT.Transparency = EFFECT.Transparency - TRANS/TIME | |
821 | if TYPE == "Block" then | |
822 | EFFECT.CFrame = CFRAME*ANGLES(RAD(MRANDOM(0,360)),RAD(MRANDOM(0,360)),RAD(MRANDOM(0,360))) | |
823 | else | |
824 | EFFECT.CFrame = EFFECT.CFrame*ANGLES(RAD(ROTATION1),RAD(ROTATION2),RAD(ROTATION3)) | |
825 | end | |
826 | if MOVEDIRECTION ~= nil then | |
827 | local ORI = EFFECT.Orientation | |
828 | EFFECT.CFrame = CF(EFFECT.Position,MOVEDIRECTION)*CF(0,0,-MOVESPEED) | |
829 | EFFECT.Orientation = ORI | |
830 | end | |
831 | end | |
832 | if PLAYSSOUND == false then | |
833 | EFFECT:remove() | |
834 | else | |
835 | SOUND.Stopped:Connect(function() | |
836 | EFFECT:remove() | |
837 | end) | |
838 | end | |
839 | else | |
840 | if PLAYSSOUND == false then | |
841 | EFFECT:remove() | |
842 | else | |
843 | repeat Swait() until SOUND.Playing == false | |
844 | EFFECT:remove() | |
845 | end | |
846 | end | |
847 | end)) | |
848 | end | |
849 | ||
850 | function swait(num) | |
851 | if num == 0 or num == nil then | |
852 | game:service("RunService").Stepped:wait(0) | |
853 | else | |
854 | for i = 0, num do | |
855 | game:service("RunService").Stepped:wait(0) | |
856 | end | |
857 | end | |
858 | end | |
859 | function thread(f) | |
860 | coroutine.resume(coroutine.create(f)) | |
861 | - | local Player = game.Players.localPlayer |
861 | + | |
862 | function clerp(a, b, t) | |
863 | local qa = { | |
864 | QuaternionFromCFrame(a) | |
865 | } | |
866 | local qb = { | |
867 | QuaternionFromCFrame(b) | |
868 | } | |
869 | local ax, ay, az = a.x, a.y, a.z | |
870 | local bx, by, bz = b.x, b.y, b.z | |
871 | local _t = 1 - t | |
872 | return QuaternionToCFrame(_t * ax + t * bx, _t * ay + t * by, _t * az + t * bz, QuaternionSlerp(qa, qb, t)) | |
873 | end | |
874 | function QuaternionFromCFrame(cf) | |
875 | local mx, my, mz, m00, m01, m02, m10, m11, m12, m20, m21, m22 = cf:components() | |
876 | - | Player = game.Players.LocalPlayer |
876 | + | |
877 | if trace > 0 then | |
878 | local s = math.sqrt(1 + trace) | |
879 | local recip = 0.5 / s | |
880 | return (m21 - m12) * recip, (m02 - m20) * recip, (m10 - m01) * recip, s * 0.5 | |
881 | else | |
882 | local i = 0 | |
883 | if m00 < m11 then | |
884 | i = 1 | |
885 | end | |
886 | if m22 > (i == 0 and m00 or m11) then | |
887 | i = 2 | |
888 | end | |
889 | if i == 0 then | |
890 | local s = math.sqrt(m00 - m11 - m22 + 1) | |
891 | local recip = 0.5 / s | |
892 | return 0.5 * s, (m10 + m01) * recip, (m20 + m02) * recip, (m21 - m12) * recip | |
893 | elseif i == 1 then | |
894 | local s = math.sqrt(m11 - m22 - m00 + 1) | |
895 | local recip = 0.5 / s | |
896 | return (m01 + m10) * recip, 0.5 * s, (m21 + m12) * recip, (m02 - m20) * recip | |
897 | elseif i == 2 then | |
898 | local s = math.sqrt(m22 - m00 - m11 + 1) | |
899 | local recip = 0.5 / s | |
900 | return (m02 + m20) * recip, (m12 + m21) * recip, 0.5 * s, (m10 - m01) * recip | |
901 | end | |
902 | end | |
903 | end | |
904 | function QuaternionToCFrame(px, py, pz, x, y, z, w) | |
905 | local xs, ys, zs = x + x, y + y, z + z | |
906 | local wx, wy, wz = w * xs, w * ys, w * zs | |
907 | local xx = x * xs | |
908 | local xy = x * ys | |
909 | local xz = x * zs | |
910 | local yy = y * ys | |
911 | local yz = y * zs | |
912 | local zz = z * zs | |
913 | 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)) | |
914 | end | |
915 | function QuaternionSlerp(a, b, t) | |
916 | local cosTheta = a[1] * b[1] + a[2] * b[2] + a[3] * b[3] + a[4] * b[4] | |
917 | local startInterp, finishInterp | |
918 | if cosTheta >= 1.0E-4 then | |
919 | if 1 - cosTheta > 1.0E-4 then | |
920 | local theta = math.acos(cosTheta) | |
921 | local invSinTheta = 1 / Sin(theta) | |
922 | startInterp = Sin((1 - t) * theta) * invSinTheta | |
923 | finishInterp = Sin(t * theta) * invSinTheta | |
924 | else | |
925 | startInterp = 1 - t | |
926 | finishInterp = t | |
927 | end | |
928 | elseif 1 + cosTheta > 1.0E-4 then | |
929 | local theta = math.acos(-cosTheta) | |
930 | local invSinTheta = 1 / Sin(theta) | |
931 | startInterp = Sin((t - 1) * theta) * invSinTheta | |
932 | finishInterp = Sin(t * theta) * invSinTheta | |
933 | else | |
934 | startInterp = t - 1 | |
935 | finishInterp = t | |
936 | end | |
937 | 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 | |
938 | end | |
939 | function rayCast(Position, Direction, Range, Ignore) | |
940 | return game:service("Workspace"):FindPartOnRay(Ray.new(Position, Direction.unit * (Range or 999.999)), Ignore) | |
941 | end | |
942 | local RbxUtility = LoadLibrary("RbxUtility") | |
943 | local Create = RbxUtility.Create | |
944 | ||
945 | ----------------------------------- | |
946 | local Player = owner | |
947 | local Character = Player.Character | |
948 | local Humanoid = Character.Humanoid | |
949 | local LeftArm = Character["Left Arm"] | |
950 | local RightArm = Character["Right Arm"] | |
951 | local LeftLeg = Character["Left Leg"] | |
952 | local RightLeg = Character["Right Leg"] | |
953 | local Head = Character.Head | |
954 | local Torso = Character.Torso | |
955 | local RootPart = Character.HumanoidRootPart | |
956 | local RootJoint = RootPart.RootJoint | |
957 | local txt = Instance.new("BillboardGui", Character) | |
958 | local Torsovelocity = (RootPart.Velocity * Vector3.new(1, 0, 1)).magnitude | |
959 | local velocity = RootPart.Velocity.y | |
960 | CV = "Maroon" | |
961 | Player = owner | |
962 | char = Player.Character | |
963 | local txt = Instance.new("BillboardGui", Character) | |
964 | txt.Adornee = Character.Head | |
965 | txt.Name = "_status" | |
966 | txt.Size = UDim2.new(2, 0, 1.2, 0) | |
967 | txt.StudsOffset = Vector3.new(-9, 8, 0) | |
968 | v = Instance.new("Part") | |
969 | v.Name = "ColorBrick" | |
970 | v.Parent = Player.Character | |
971 | v.FormFactor = "Symmetric" | |
972 | v.Anchored = true | |
973 | v.CanCollide = false | |
974 | v.BottomSurface = "Smooth" | |
975 | v.TopSurface = "Smooth" | |
976 | v.Size = Vector3.new(10, 5, 3) | |
977 | v.Transparency = 1 | |
978 | v.CFrame = Character.Torso.CFrame | |
979 | v.BrickColor = BrickColor.new(CV) | |
980 | v.Transparency = 1 | |
981 | touchCounter = 0 | |
982 | local cR=255 | |
983 | local cG=0 | |
984 | local cB=0 | |
985 | local flg5=1 local omgidk=1 | |
986 | local add=15 | |
987 | local sick = Instance.new("Sound",Character) | |
988 | sick.SoundId = "rbxassetid://798464853" | |
989 | sick.Looped = true | |
990 | sick.Pitch = 1 | |
991 | sick.Volume = 5 | |
992 | sick:Play() | |
993 | beet=Instance.new("Sound", Torso) | |
994 | beet.SoundId = "rbxassetid://826174965" | |
995 | beet.Name = "aa" | |
996 | beet.Looped = true | |
997 | beet.Volume = 5 | |
998 | beet:Play() | |
999 | function swait(num) | |
1000 | if num == 0 or num == nil then | |
1001 | game:service("RunService").Stepped:wait(0) | |
1002 | else | |
1003 | for i = 0, num do | |
1004 | game:service("RunService").Stepped:wait(0) | |
1005 | end | |
1006 | end | |
1007 | end | |
1008 | -------------------------- | |
1009 | function CreateSound(ID, PARENT, VOLUME, PITCH) | |
1010 | local NSound = nil | |
1011 | coroutine.resume(coroutine.create(function() | |
1012 | NSound = Instance.new("Sound", PARENT) | |
1013 | NSound.Volume = VOLUME | |
1014 | NSound.Pitch = PITCH | |
1015 | NSound.SoundId = "http://www.roblox.com/asset/?id="..ID | |
1016 | swait() | |
1017 | NSound:play() | |
1018 | game:GetService("Debris"):AddItem(NSound, 10) | |
1019 | end)) | |
1020 | return NSound | |
1021 | end | |
1022 | ||
1023 | ------------------------ | |
1024 | -------------------------------------- | |
1025 | Humanoid.MaxHealth = "inf" | |
1026 | Humanoid.Health = "inf" | |
1027 | ------------------------- | |
1028 | local sine=0 | |
1029 | local change = 1 | |
1030 | function rayCast(Position, Direction, Range, Ignore) | |
1031 | return game:service("Workspace"):FindPartOnRay(Ray.new(Position, Direction.unit * (Range or 999.999)), Ignore) | |
1032 | end | |
1033 | local Player_Size = 1 | |
1034 | if Player_Size ~= 1 then | |
1035 | root.Size = root.Size * Player_Size | |
1036 | tors.Size = tors.Size * Player_Size | |
1037 | hed.Size = hed.Size * Player_Size | |
1038 | ra.Size = ra.Size * Player_Size | |
1039 | la.Size = la.Size * Player_Size | |
1040 | rl.Size = rl.Size * Player_Size | |
1041 | ll.Size = ll.Size * Player_Size | |
1042 | ---------------------------------------------------------------------------------- | |
1043 | rootj.Parent = root | |
1044 | neck.Parent = tors | |
1045 | RW.Parent = tors | |
1046 | LW.Parent = tors | |
1047 | RH.Parent = tors | |
1048 | LH.Parent = tors | |
1049 | ---------------------------------------------------------------------------------- | |
1050 | rootj.C0 = RootCF * CF(0 * Player_Size, 0 * Player_Size, 0 * Player_Size) * angles(Rad(0), Rad(0), Rad(0)) | |
1051 | rootj.C1 = RootCF * CF(0 * Player_Size, 0 * Player_Size, 0 * Player_Size) * angles(Rad(0), Rad(0), Rad(0)) | |
1052 | neck.C0 = necko * CF(0 * Player_Size, 0 * Player_Size, 0 + ((1 * Player_Size) - 1)) * angles(Rad(0), Rad(0), Rad(0)) | |
1053 | neck.C1 = CF(0 * Player_Size, -0.5 * Player_Size, 0 * Player_Size) * angles(Rad(-90), Rad(0), Rad(180)) | |
1054 | RW.C0 = CF(1.5 * Player_Size, 0.5 * Player_Size, 0 * Player_Size) * angles(Rad(0), Rad(0), Rad(0)) --* RIGHTSHOULDERC0 | |
1055 | LW.C0 = CF(-1.5 * Player_Size, 0.5 * Player_Size, 0 * Player_Size) * angles(Rad(0), Rad(0), Rad(0)) --* LEFTSHOULDERC0 | |
1056 | ---------------------------------------------------------------------------------- | |
1057 | RH.C0 = CF(1 * Player_Size, -1 * Player_Size, 0 * Player_Size) * angles(Rad(0), Rad(90), Rad(0)) * angles(Rad(0), Rad(0), Rad(0)) | |
1058 | LH.C0 = CF(-1 * Player_Size, -1 * Player_Size, 0 * Player_Size) * angles(Rad(0), Rad(-90), Rad(0)) * angles(Rad(0), Rad(0), Rad(0)) | |
1059 | RH.C1 = CF(0.5 * Player_Size, 1 * Player_Size, 0 * Player_Size) * angles(Rad(0), Rad(90), Rad(0)) * angles(Rad(0), Rad(0), Rad(0)) | |
1060 | LH.C1 = CF(-0.5 * Player_Size, 1 * Player_Size, 0 * Player_Size) * angles(Rad(0), Rad(-90), Rad(0)) * angles(Rad(0), Rad(0), Rad(0)) | |
1061 | --hat.Parent = Character | |
1062 | end | |
1063 | ---------------------------------------------------------------------------------- | |
1064 | local SONG = 0 | |
1065 | local SONG2 = 0 | |
1066 | local Music = Instance.new("Sound",tors) | |
1067 | Music.Volume = 2.5 | |
1068 | Music.Looped = true | |
1069 | Music.Pitch = 1 --Pitcher | |
1070 | ---------------------------------------------------------------------------------- | |
1071 | local equipped = false | |
1072 | local idle = 0 | |
1073 | local change = 1 | |
1074 | local val = 0 | |
1075 | local toim = 0 | |
1076 | local idleanim = 0.4 | |
1077 | local sine = 0 | |
1078 | local Sit = 1 | |
1079 | local WasAir = false | |
1080 | local InAir = false | |
1081 | local LandTick = 0 | |
1082 | ---------------------------------------------------------------------------------- | |
1083 | hum.WalkSpeed = 15 | |
1084 | hum.JumpPower = 20 | |
1085 | hum.Animator.Parent = nil | |
1086 | ---------------------------------------------------------------------------------- | |
1087 | function Cso(ID, PARENT, VOLUME, PITCH) | |
1088 | local NSound = nil | |
1089 | coroutine.resume(coroutine.create(function() | |
1090 | NSound = IT("Sound", PARENT) | |
1091 | NSound.Volume = VOLUME | |
1092 | NSound.Pitch = PITCH | |
1093 | NSound.SoundId = "http://www.roblox.com/asset/?id="..ID | |
1094 | swait() | |
1095 | NSound:play() | |
1096 | game:GetService("Debris"):AddItem(NSound, 10) | |
1097 | end)) | |
1098 | return NSound | |
1099 | end | |
1100 | function RemoveOutlines(part) | |
1101 | part.TopSurface, part.BottomSurface, part.LeftSurface, part.RightSurface, part.FrontSurface, part.BackSurface = 10, 10, 10, 10, 10, 10 | |
1102 | end | |
1103 | ||
1104 | CFuncs = { | |
1105 | Part = { | |
1106 | Create = function(Parent, Material, Reflectance, Transparency, BColor, Name, Size) | |
1107 | local Part = Create("Part"){ | |
1108 | Parent = Parent, | |
1109 | Reflectance = Reflectance, | |
1110 | Transparency = Transparency, | |
1111 | CanCollide = false, | |
1112 | Locked = true, | |
1113 | BrickColor = BrickColor.new(tostring(BColor)), | |
1114 | Name = Name, | |
1115 | Size = Size, | |
1116 | Material = Material, | |
1117 | } | |
1118 | RemoveOutlines(Part) | |
1119 | if Size == Vector3.new() then | |
1120 | Part.Size = Vector3.new(0.2, 0.2, 0.2) | |
1121 | else | |
1122 | Part.Size = Size | |
1123 | end | |
1124 | return Part | |
1125 | end; | |
1126 | }; | |
1127 | ||
1128 | Mesh = { | |
1129 | Create = function(Mesh, Part, MeshType, MeshId, OffSet, Scale) | |
1130 | local Msh = Create(Mesh){ | |
1131 | Parent = Part, | |
1132 | Offset = OffSet, | |
1133 | Scale = Scale, | |
1134 | } | |
1135 | if Mesh == "SpecialMesh" then | |
1136 | Msh.MeshType = MeshType | |
1137 | Msh.MeshId = MeshId | |
1138 | end | |
1139 | return Msh | |
1140 | end; | |
1141 | }; | |
1142 | ||
1143 | Weld = { | |
1144 | Create = function(Parent, Part0, Part1, C0, C1) | |
1145 | local Weld = Create("Weld"){ | |
1146 | Parent = Parent, | |
1147 | Part0 = Part0, | |
1148 | Part1 = Part1, | |
1149 | C0 = C0, | |
1150 | C1 = C1, | |
1151 | } | |
1152 | return Weld | |
1153 | end; | |
1154 | }; | |
1155 | ||
1156 | Sound = { | |
1157 | Create = function(id, par, vol, pit) | |
1158 | local Sound = Create("Sound"){ | |
1159 | Volume = vol, | |
1160 | Pitch = pit or 1, | |
1161 | Name = "aa", | |
1162 | SoundId = "rbxassetid://" .. id, | |
1163 | Parent = par or workspace, | |
1164 | } | |
1165 | Sound:play() | |
1166 | return Sound | |
1167 | end; | |
1168 | }; | |
1169 | ||
1170 | Decal = { | |
1171 | Create = function(Color, Texture, Transparency, Name, Parent) | |
1172 | local Decal = Create("Decal"){ | |
1173 | Color3 = Color, | |
1174 | Texture = "rbxassetid://" .. Texture, | |
1175 | Transparency = Transparency, | |
1176 | Name = Name, | |
1177 | Parent = Parent, | |
1178 | } | |
1179 | return Decal | |
1180 | end; | |
1181 | }; | |
1182 | ||
1183 | BillboardGui = { | |
1184 | Create = function(Parent, Image, Position, Size) | |
1185 | local BillPar = CFuncs.Part.Create(Parent, "SmoothPlastic", 0, 1, BrickColor.new("Black"), "BillboardGuiPart", Vector3.new(1, 1, 1)) | |
1186 | BillPar.CFrame = CFrame.new(Position) | |
1187 | local Bill = Create("BillboardGui"){ | |
1188 | Parent = BillPar, | |
1189 | Adornee = BillPar, | |
1190 | Size = UDim2.new(1, 0, 1, 0), | |
1191 | SizeOffset = Vector2.new(Size, Size), | |
1192 | } | |
1193 | local d = Create("ImageLabel", Bill){ | |
1194 | Parent = Bill, | |
1195 | BackgroundTransparency = 1, | |
1196 | Size = UDim2.new(1, 0, 1, 0), | |
1197 | Image = "rbxassetid://" .. Image, | |
1198 | } | |
1199 | return BillPar | |
1200 | end | |
1201 | }; | |
1202 | ||
1203 | ParticleEmitter = { | |
1204 | Create = function(Parent, Color1, Color2, LightEmission, Size, Texture, Transparency, ZOffset, Accel, Drag, LockedToPart, VelocityInheritance, EmissionDirection, Enabled, LifeTime, Rate, Rotation, RotSpeed, Speed, VelocitySpread) | |
1205 | local Particle = Create("ParticleEmitter"){ | |
1206 | Parent = Parent, | |
1207 | Color = ColorSequence.new(Color1, Color2), | |
1208 | LightEmission = LightEmission, | |
1209 | Size = Size, | |
1210 | Texture = Texture, | |
1211 | Transparency = Transparency, | |
1212 | ZOffset = ZOffset, | |
1213 | Acceleration = Accel, | |
1214 | Drag = Drag, | |
1215 | LockedToPart = LockedToPart, | |
1216 | VelocityInheritance = VelocityInheritance, | |
1217 | EmissionDirection = EmissionDirection, | |
1218 | Enabled = Enabled, | |
1219 | Lifetime = LifeTime, | |
1220 | Rate = Rate, | |
1221 | Rotation = Rotation, | |
1222 | RotSpeed = RotSpeed, | |
1223 | Speed = Speed, | |
1224 | VelocitySpread = VelocitySpread, | |
1225 | } | |
1226 | return Particle | |
1227 | end; | |
1228 | }; | |
1229 | ||
1230 | CreateTemplate = { | |
1231 | ||
1232 | }; | |
1233 | } | |
1234 | ||
1235 | targetted = nil | |
1236 | -------------------------------------- | |
1237 | TextLabel4.Name = "PlayerName" | |
1238 | TextLabel4.Parent = BillboardGui3 | |
1239 | TextLabel4.Transparency = 1 | |
1240 | TextLabel4.Size = UDim2.new(1, 0, 1, 0) | |
1241 | TextLabel4.BackgroundColor = BrickColor.new("Really black") | |
1242 | TextLabel4.BackgroundColor3 = Color3.new(0, 0, 0) | |
1243 | TextLabel4.BackgroundTransparency = 1 | |
1244 | TextLabel4.BorderColor = BrickColor.new("Really black") | |
1245 | TextLabel4.BorderColor3 = Color3.new(0, 0, 0) | |
1246 | TextLabel4.BorderSizePixel = 0 | |
1247 | TextLabel4.Font = Enum.Font.Antique | |
1248 | TextLabel4.FontSize = Enum.FontSize.Size14 | |
1249 | TextLabel4.Text = Player.Name | |
1250 | TextLabel4.TextColor = BrickColor.new("Really black") | |
1251 | TextLabel4.TextColor3 = Color3.new(0, 0, 0) | |
1252 | TextLabel4.TextScaled = true | |
1253 | TextLabel4.TextSize = 14 | |
1254 | TextLabel4.TextStrokeColor3 = Color3.new(0, 0, 0) | |
1255 | TextLabel4.TextStrokeTransparency = 0 | |
1256 | TextLabel4.TextWrap = true | |
1257 | TextLabel4.TextWrapped = true | |
1258 | TextLabel5.Name = "Title" | |
1259 | TextLabel5.Parent = BillboardGui3 | |
1260 | TextLabel5.Position = UDim2.new(-0.75, 0, 0.899999976, 0) | |
1261 | TextLabel5.Transparency = 1 | |
1262 | TextLabel5.Size = UDim2.new(2.5, 0, 1.5, 0) | |
1263 | TextLabel5.BackgroundColor = BrickColor.new("Really black") | |
1264 | TextLabel5.BackgroundColor3 = Color3.new(0, 0, 0) | |
1265 | TextLabel5.BackgroundTransparency = 1 | |
1266 | TextLabel5.BorderColor = BrickColor.new("Really black") | |
1267 | TextLabel5.BorderColor3 = Color3.new(0, 0, 0) | |
1268 | TextLabel5.BorderSizePixel = 0 | |
1269 | TextLabel5.Font = Enum.Font.Antique | |
1270 | TextLabel5.FontSize = Enum.FontSize.Size14 | |
1271 | TextLabel5.Text = "THE BLACKNESS" | |
1272 | TextLabel5.TextColor = BrickColor.new("Really black") | |
1273 | TextLabel5.TextColor3 = Color3.new(0, 0, 0) | |
1274 | TextLabel5.TextScaled = true | |
1275 | TextLabel5.TextSize = 14 | |
1276 | TextLabel5.TextStrokeColor3 = Color3.new(0, 0, 0) | |
1277 | TextLabel5.TextStrokeTransparency = 0 | |
1278 | TextLabel5.TextWrap = true | |
1279 | TextLabel5.TextWrapped = true | |
1280 | ---------------------------------------------------------- | |
1281 | function Banisher_Bullet() | |
1282 | ATTACK = true | |
1283 | Rooted = false | |
1284 | for i=0, 0.05, 0.1 / Animation_Speed do | |
1285 | Swait() | |
1286 | turnto(Mouse.Hit.p) | |
1287 | RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0) * ANGLES(RAD(0), RAD(0), RAD(90)), 0.5 / Animation_Speed) | |
1288 | Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0) * ANGLES(RAD(0), RAD(0), RAD(-90)), 0.5 / Animation_Speed) | |
1289 | RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5, 0) * ANGLES(RAD(90), RAD(0), RAD(90)) * RIGHTSHOULDERC0, 0.5 / Animation_Speed) | |
1290 | LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.6, 0) * ANGLES(RAD(-45), RAD(0), RAD(45)) * LEFTSHOULDERC0, 0.5 / Animation_Speed) | |
1291 | RightHip.C0 = Clerp(RightHip.C0, CF(1, -1, 0) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 0.5 / Animation_Speed) | |
1292 | LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -1, 0) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 0.5 / Animation_Speed) | |
1293 | end | |
1294 | repeat | |
1295 | for i=0, 0.05, 0.1 / Animation_Speed do | |
1296 | Swait() | |
1297 | turnto(Mouse.Hit.p) | |
1298 | RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0) * ANGLES(RAD(0), RAD(0), RAD(90)), 0.5 / Animation_Speed) | |
1299 | Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0) * ANGLES(RAD(0), RAD(0), RAD(-90)), 0.5 / Animation_Speed) | |
1300 | RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5, 0) * ANGLES(RAD(90), RAD(0), RAD(90)) * RIGHTSHOULDERC0, 0.5 / Animation_Speed) | |
1301 | LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.6, 0) * ANGLES(RAD(-45), RAD(0), RAD(45)) * LEFTSHOULDERC0, 0.5 / Animation_Speed) | |
1302 | RightHip.C0 = Clerp(RightHip.C0, CF(1, -1, 0) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 0.5 / Animation_Speed) | |
1303 | LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -1, 0) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 0.5 / Animation_Speed) | |
1304 | end | |
1305 | local HIT,POS = CastProperRay(Hole.Position, Mouse.Hit.p, 1000, Character) | |
1306 | SpawnTrail(Hole.Position,POS) | |
1307 | if HIT ~= nil then | |
1308 | if HIT.Parent ~= workspace and HIT.Parent.ClassName ~= "Folder" then | |
1309 | Banish(HIT.Parent) | |
1310 | end | |
1311 | end | |
1312 | WACKYEFFECT({Time = 25, EffectType = "Wave", Size = VT(0.3,0,0.3), Size2 = VT(1,1.5,1), Transparency = 0, Transparency2 = 1, CFrame = Hole.CFrame, MoveToPos = Hole.CFrame*CF(0,0.5,0).p, RotationX = 0, RotationY = -15, RotationZ = 0, Material = "Neon", Color = C3(222,255,0), SoundID = nil, SoundPitch = nil, SoundVolume = nil}) | |
1313 | WACKYEFFECT({Time = 25, EffectType = "Wave", Size = VT(0.3,0,0.3), Size2 = VT(2,0.5,2), Transparency = 0, Transparency2 = 1, CFrame = Hole.CFrame, MoveToPos = nil, RotationX = 0, RotationY = 5, RotationZ = 0, Material = "Neon", Color = C3(222,255,0), SoundID = 160718677, SoundPitch = MRANDOM(8,11)/10, SoundVolume = 8}) | |
1314 | WACKYEFFECT({Time = 25, EffectType = "Wave", Size = VT(0.3,0,0.3), Size2 = VT(2,0.5,2), Transparency = 0, Transparency2 = 1, CFrame = CF(POS,Hole.Position) * ANGLES(RAD(-90), RAD(0), RAD(0)), MoveToPos = nil, RotationX = 0, RotationY = -5, RotationZ = 0, Material = "Neon", Color = C3(222,255,0), SoundID = nil, SoundPitch = MRANDOM(8,11)/10, SoundVolume = 8}) | |
1315 | WACKYEFFECT({Time = 25, EffectType = "Wave", Size = VT(0.3,0,0.3), Size2 = VT(2,0.5,2), Transparency = 0, Transparency2 = 1, CFrame = CF(POS,Hole.Position) * ANGLES(RAD(-90), RAD(0), RAD(0)), MoveToPos = nil, RotationX = 0, RotationY = 5, RotationZ = 0, Material = "Neon", Color = C3(222,255,0), SoundID = nil, SoundPitch = MRANDOM(8,11)/10, SoundVolume = 8}) | |
1316 | for i=0, 0.05, 0.1 / Animation_Speed do | |
1317 | Swait() | |
1318 | RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0) * ANGLES(RAD(0), RAD(0), RAD(90)), 0.5 / Animation_Speed) | |
1319 | Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0) * ANGLES(RAD(0), RAD(0), RAD(-90)), 0.25 / Animation_Speed) | |
1320 | RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5, 0) * ANGLES(RAD(130), RAD(15), RAD(90)) * RIGHTSHOULDERC0, 0.5 / Animation_Speed) | |
1321 | LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.6, 0) * ANGLES(RAD(-45), RAD(0), RAD(45)) * LEFTSHOULDERC0, 0.5 / Animation_Speed) | |
1322 | RightHip.C0 = Clerp(RightHip.C0, CF(1, -1, 0) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 0.5 / Animation_Speed) | |
1323 | LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -1, 0) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 0.5 / Animation_Speed) | |
1324 | end | |
1325 | until KEYHOLD == false | |
1326 | ATTACK = false | |
1327 | Rooted = false | |
1328 | end | |
1329 | --------------------------------------------------- | |
1330 | function refit() | |
1331 | RootJoint.Parent = RootPart | |
1332 | Neck.Parent = Torso | |
1333 | RightShoulder.Parent = Torso | |
1334 | LeftShoulder.Parent = Torso | |
1335 | RightHip.Parent = Torso | |
1336 | LeftHip.Parent = Torso | |
1337 | RootPart.Parent = Character | |
1338 | LeftArm.Parent = Character | |
1339 | RightArm.Parent = Character | |
1340 | RightLeg.Parent = Character | |
1341 | LeftLeg.Parent = Character | |
1342 | Torso.Parent = Character | |
1343 | Head.Parent = Character | |
1344 | end | |
1345 | ------------------------------------------- | |
1346 | EffectModel = Instance.new("Model", char) | |
1347 | Effects = { | |
1348 | Block = { | |
1349 | Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay, Type) | |
1350 | local prt = CFuncs.Part.Create(EffectModel, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new()) | |
1351 | prt.Anchored = true | |
1352 | prt.CFrame = cframe | |
1353 | local msh = CFuncs.Mesh.Create("BlockMesh", prt, "", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1)) | |
1354 | game:GetService("Debris"):AddItem(prt, 10) | |
1355 | if Type == 1 or Type == nil then | |
1356 | table.insert(Effects, { | |
1357 | prt, | |
1358 | "Block1", | |
1359 | delay, | |
1360 | x3, | |
1361 | y3, | |
1362 | z3, | |
1363 | msh | |
1364 | }) | |
1365 | elseif Type == 2 then | |
1366 | table.insert(Effects, { | |
1367 | prt, | |
1368 | "Block2", | |
1369 | delay, | |
1370 | x3, | |
1371 | y3, | |
1372 | z3, | |
1373 | msh | |
1374 | }) | |
1375 | else | |
1376 | table.insert(Effects, { | |
1377 | prt, | |
1378 | "Block3", | |
1379 | delay, | |
1380 | x3, | |
1381 | y3, | |
1382 | z3, | |
1383 | msh | |
1384 | }) | |
1385 | end | |
1386 | end | |
1387 | }, | |
1388 | Sphere = { | |
1389 | Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay) | |
1390 | local prt = CFuncs.Part.Create(EffectModel, "Neon", 0, 0, brickcolor, "Effect", Vector3.new()) | |
1391 | prt.Anchored = true | |
1392 | prt.CFrame = cframe | |
1393 | local msh = CFuncs.Mesh.Create("SpecialMesh", prt, "Sphere", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1)) | |
1394 | game:GetService("Debris"):AddItem(prt, 10) | |
1395 | table.insert(Effects, { | |
1396 | prt, | |
1397 | "Cylinder", | |
1398 | delay, | |
1399 | x3, | |
1400 | y3, | |
1401 | z3, | |
1402 | msh | |
1403 | }) | |
1404 | end | |
1405 | }, | |
1406 | Cylinder = { | |
1407 | Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay) | |
1408 | local prt = CFuncs.Part.Create(EffectModel, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new()) | |
1409 | prt.Anchored = true | |
1410 | prt.CFrame = cframe | |
1411 | local msh = CFuncs.Mesh.Create("CylinderMesh", prt, "", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1)) | |
1412 | game:GetService("Debris"):AddItem(prt, 10) | |
1413 | table.insert(Effects, { | |
1414 | prt, | |
1415 | "Cylinder", | |
1416 | delay, | |
1417 | x3, | |
1418 | y3, | |
1419 | z3, | |
1420 | msh | |
1421 | }) | |
1422 | end | |
1423 | }, | |
1424 | Wave = { | |
1425 | Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay) | |
1426 | local prt = CFuncs.Part.Create(EffectModel, "Neon", 0, 0, brickcolor, "Effect", Vector3.new()) | |
1427 | prt.Anchored = true | |
1428 | prt.CFrame = cframe | |
1429 | local msh = CFuncs.Mesh.Create("SpecialMesh", prt, "FileMesh", "rbxassetid://20329976", Vector3.new(0, 0, 0), Vector3.new(x1 / 60, y1 / 60, z1 / 60)) | |
1430 | game:GetService("Debris"):AddItem(prt, 10) | |
1431 | table.insert(Effects, { | |
1432 | prt, | |
1433 | "Cylinder", | |
1434 | delay, | |
1435 | x3 / 60, | |
1436 | y3 / 60, | |
1437 | z3 / 60, | |
1438 | msh | |
1439 | }) | |
1440 | end | |
1441 | }, | |
1442 | Ring = { | |
1443 | Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay) | |
1444 | local prt = CFuncs.Part.Create(EffectModel, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new()) | |
1445 | prt.Anchored = true | |
1446 | prt.CFrame = cframe | |
1447 | local msh = CFuncs.Mesh.Create("SpecialMesh", prt, "FileMesh", "rbxassetid://3270017", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1)) | |
1448 | game:GetService("Debris"):AddItem(prt, 10) | |
1449 | table.insert(Effects, { | |
1450 | prt, | |
1451 | "Cylinder", | |
1452 | delay, | |
1453 | x3, | |
1454 | y3, | |
1455 | z3, | |
1456 | msh | |
1457 | }) | |
1458 | end | |
1459 | }, | |
1460 | Break = { | |
1461 | Create = function(brickcolor, cframe, x1, y1, z1) | |
1462 | local prt = CFuncs.Part.Create(EffectModel, "Neon", 0, 0, brickcolor, "Effect", Vector3.new(0.5, 0.5, 0.5)) | |
1463 | prt.Anchored = true | |
1464 | prt.CFrame = cframe * CFrame.fromEulerAnglesXYZ(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50)) | |
1465 | local msh = CFuncs.Mesh.Create("SpecialMesh", prt, "Sphere", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1)) | |
1466 | local num = math.random(10, 50) / 1000 | |
1467 | game:GetService("Debris"):AddItem(prt, 10) | |
1468 | table.insert(Effects, { | |
1469 | prt, | |
1470 | "Shatter", | |
1471 | num, | |
1472 | prt.CFrame, | |
1473 | math.random() - math.random(), | |
1474 | 0, | |
1475 | math.random(50, 100) / 100 | |
1476 | }) | |
1477 | end | |
1478 | }, | |
1479 | Spiral = { | |
1480 | Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay) | |
1481 | local prt = CFuncs.Part.Create(EffectModel, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new()) | |
1482 | prt.Anchored = true | |
1483 | prt.CFrame = cframe | |
1484 | local msh = CFuncs.Mesh.Create("SpecialMesh", prt, "FileMesh", "rbxassetid://1051557", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1)) | |
1485 | game:GetService("Debris"):AddItem(prt, 10) | |
1486 | table.insert(Effects, { | |
1487 | prt, | |
1488 | "Cylinder", | |
1489 | delay, | |
1490 | x3, | |
1491 | y3, | |
1492 | z3, | |
1493 | msh | |
1494 | }) | |
1495 | end | |
1496 | }, | |
1497 | Push = { | |
1498 | Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay) | |
1499 | local prt = CFuncs.Part.Create(EffectModel, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new()) | |
1500 | prt.Anchored = true | |
1501 | prt.CFrame = cframe | |
1502 | local msh = CFuncs.Mesh.Create("SpecialMesh", prt, "FileMesh", "rbxassetid://437347603", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1)) | |
1503 | game:GetService("Debris"):AddItem(prt, 10) | |
1504 | table.insert(Effects, { | |
1505 | prt, | |
1506 | "Cylinder", | |
1507 | delay, | |
1508 | x3, | |
1509 | y3, | |
1510 | z3, | |
1511 | msh | |
1512 | }) | |
1513 | end | |
1514 | } | |
1515 | } | |
1516 | ----------------------------------- | |
1517 | function SpecialTrace(what) | |
1518 | if(what:IsA'Part') and what ~= RootPart then | |
1519 | local trace = Instance.new("Part") | |
1520 | trace.Parent = workspace | |
1521 | trace.Name = "what" | |
1522 | trace.Size = what.Size | |
1523 | trace.Material = Enum.Material.Neon | |
1524 | trace.Color = maincol | |
1525 | trace.Transparency = .3 | |
1526 | trace.Anchored = true | |
1527 | trace.CanCollide = false | |
1528 | trace.CFrame = what.CFrame | |
1529 | Tween(trace,{Transparency=1},.5) | |
1530 | game:GetService("Debris"):AddItem(trace, 1) | |
1531 | if(what:IsA'SpecialMesh') then | |
1532 | local mehs = Instance.new("SpecialMesh",what) | |
1533 | mehs.Scale = Vector3.new(what.X,what.Y,what.Z) | |
1534 | end | |
1535 | end | |
1536 | end | |
1537 | ||
1538 | function Eviscerate(dude) | |
1539 | if dude.Name ~= char then | |
1540 | local bgf = IT("BodyGyro", dude.Head) | |
1541 | bgf.CFrame = bgf.CFrame * CFrame.fromEulerAnglesXYZ(Rad(-90), 0, 0) | |
1542 | local val = IT("BoolValue", dude) | |
1543 | val.Name = "IsHit" | |
1544 | local ds = coroutine.wrap(function() | |
1545 | dude:WaitForChild("Head"):BreakJoints() | |
1546 | wait(0.5) | |
1547 | target = nil | |
1548 | coroutine.resume(coroutine.create(function() | |
1549 | for i, v in pairs(dude:GetChildren()) do | |
1550 | if v:IsA("Accessory") then | |
1551 | v:Destroy() | |
1552 | end | |
1553 | if v:IsA("Humanoid") then | |
1554 | v:Destroy() | |
1555 | end | |
1556 | if v:IsA("CharacterMesh") then | |
1557 | v:Destroy() | |
1558 | end | |
1559 | if v:IsA("Model") then | |
1560 | v:Destroy() | |
1561 | end | |
1562 | if v:IsA("Part") or v:IsA("MeshPart") then | |
1563 | for x, o in pairs(v:GetChildren()) do | |
1564 | if o:IsA("Decal") then | |
1565 | o:Destroy() | |
1566 | end | |
1567 | end | |
1568 | coroutine.resume(coroutine.create(function() | |
1569 | v.Material = "Neon" | |
1570 | v.CanCollide = false | |
1571 | local PartEmmit1 = IT("ParticleEmitter", v) | |
1572 | PartEmmit1.LightEmission = 1 | |
1573 | PartEmmit1.Texture = "rbxassetid://284205403" | |
1574 | PartEmmit1.Color = ColorSequence.new(maincolor.Color) | |
1575 | PartEmmit1.Rate = 150 | |
1576 | PartEmmit1.Lifetime = NumberRange.new(1) | |
1577 | PartEmmit1.Size = NumberSequence.new({ | |
1578 | NumberSequenceKeypoint.new(0, 0.75, 0), | |
1579 | NumberSequenceKeypoint.new(1, 0, 0) | |
1580 | }) | |
1581 | PartEmmit1.Transparency = NumberSequence.new({ | |
1582 | NumberSequenceKeypoint.new(0, 0, 0), | |
1583 | NumberSequenceKeypoint.new(1, 1, 0) | |
1584 | }) | |
1585 | PartEmmit1.Speed = NumberRange.new(0, 0) | |
1586 | PartEmmit1.VelocitySpread = 30000 | |
1587 | PartEmmit1.Rotation = NumberRange.new(-500, 500) | |
1588 | PartEmmit1.RotSpeed = NumberRange.new(-500, 500) | |
1589 | local BodPoss = IT("BodyPosition", v) | |
1590 | BodPoss.P = 3000 | |
1591 | BodPoss.D = 1000 | |
1592 | BodPoss.maxForce = Vector3.new(50000000000, 50000000000, 50000000000) | |
1593 | BodPoss.position = v.Position + Vector3.new(Mrandom(-15, 15), Mrandom(-15, 15), Mrandom(-15, 15)) | |
1594 | v.Color = maincolor.Color | |
1595 | coroutine.resume(coroutine.create(function() | |
1596 | for i = 0, 49 do | |
1597 | swait(1) | |
1598 | v.Transparency = v.Transparency + 0.08 | |
1599 | end | |
1600 | wait(0.5) | |
1601 | PartEmmit1.Enabled = false | |
1602 | wait(3) | |
1603 | v:Destroy() | |
1604 | dude:Destroy() | |
1605 | end)) | |
1606 | end)) | |
1607 | end | |
1608 | end | |
1609 | end)) | |
1610 | end) | |
1611 | ds() | |
1612 | end | |
1613 | end | |
1614 | function SphereAura(bonuspeed, FastSpeed, type, pos, x1, y1, z1, value, color, outerpos) | |
1615 | local type = type | |
1616 | local rng = Instance.new("Part", char) | |
1617 | rng.Anchored = true | |
1618 | rng.BrickColor = color | |
1619 | rng.CanCollide = false | |
1620 | rng.FormFactor = 3 | |
1621 | rng.Name = "Ring" | |
1622 | rng.Material = "Neon" | |
1623 | rng.Size = Vector3.new(1, 1, 1) | |
1624 | rng.Transparency = 0 | |
1625 | rng.TopSurface = 0 | |
1626 | rng.BottomSurface = 0 | |
1627 | rng.CFrame = pos | |
1628 | rng.CFrame = rng.CFrame + rng.CFrame.lookVector * outerpos | |
1629 | local rngm = Instance.new("SpecialMesh", rng) | |
1630 | rngm.MeshType = "Sphere" | |
1631 | rngm.Scale = Vector3.new(x1, y1, z1) | |
1632 | local scaler2 = 1 | |
1633 | local speeder = FastSpeed | |
1634 | if type == "Add" then | |
1635 | scaler2 = 1 * value | |
1636 | elseif type == "Divide" then | |
1637 | scaler2 = 1 / value | |
1638 | end | |
1639 | coroutine.resume(coroutine.create(function() | |
1640 | for i = 0, 10 / bonuspeed, 0.1 do | |
1641 | swait() | |
1642 | if type == "Add" then | |
1643 | scaler2 = scaler2 - 0.01 * value / bonuspeed | |
1644 | elseif type == "Divide" then | |
1645 | scaler2 = scaler2 - 0.01 / value * bonuspeed | |
1646 | end | |
1647 | rng.BrickColor = BrickColor.random() | |
1648 | speeder = speeder - 0.01 * FastSpeed * bonuspeed | |
1649 | rng.CFrame = rng.CFrame + rng.CFrame.lookVector * speeder * bonuspeed | |
1650 | rng.Transparency = rng.Transparency + 0.01 * bonuspeed | |
1651 | rngm.Scale = rngm.Scale + Vector3.new(scaler2 * bonuspeed, scaler2 * bonuspeed, 0) | |
1652 | end | |
1653 | rng:Destroy() | |
1654 | end)) | |
1655 | end | |
1656 | ||
1657 | function FindNearestHead(Position, Distance, SinglePlayer) | |
1658 | if SinglePlayer then | |
1659 | return Distance > (SinglePlayer.Torso.CFrame.p - Position).magnitude | |
1660 | end | |
1661 | local List = {} | |
1662 | for i, v in pairs(workspace:GetChildren()) do | |
1663 | if v:IsA("Model") and v:findFirstChild("Head") and v ~= char and Distance >= (v.Head.Position - Position).magnitude then | |
1664 | table.insert(List, v) | |
1665 | end | |
1666 | end | |
1667 | return List | |
1668 | end | |
1669 | function SoulSteal(dude) | |
1670 | if dude.Name ~= char then | |
1671 | local bgf = IT("BodyGyro", dude.Head) | |
1672 | bgf.CFrame = bgf.CFrame * CFrame.fromEulerAnglesXYZ(Rad(-90), 0, 0) | |
1673 | local val = IT("BoolValue", dude) | |
1674 | val.Name = "IsHit" | |
1675 | local torso = (dude:FindFirstChild'Head' or dude:FindFirstChild'Torso' or dude:FindFirstChild'UpperTorso' or dude:FindFirstChild'LowerTorso' or dude:FindFirstChild'HumanoidRootPart') | |
1676 | local soulst = coroutine.wrap(function() | |
1677 | local soul = Instance.new("Part",dude) | |
1678 | soul.Size = Vector3.new(1,1,1) | |
1679 | soul.CanCollide = false | |
1680 | soul.Anchored = false | |
1681 | soul.Position = torso.Position | |
1682 | soul.Transparency = 1 | |
1683 | local PartEmmit1 = IT("ParticleEmitter", soul) | |
1684 | PartEmmit1.LightEmission = 1 | |
1685 | PartEmmit1.Texture = "rbxassetid://569507414" | |
1686 | PartEmmit1.Color = ColorSequence.new(maincolor.Color) | |
1687 | PartEmmit1.Rate = 250 | |
1688 | PartEmmit1.Lifetime = NumberRange.new(1.6) | |
1689 | PartEmmit1.Size = NumberSequence.new({ | |
1690 | NumberSequenceKeypoint.new(0, 1, 0), | |
1691 | NumberSequenceKeypoint.new(1, 0, 0) | |
1692 | }) | |
1693 | PartEmmit1.Transparency = NumberSequence.new({ | |
1694 | NumberSequenceKeypoint.new(0, 0, 0), | |
1695 | NumberSequenceKeypoint.new(1, 1, 0) | |
1696 | }) | |
1697 | PartEmmit1.Speed = NumberRange.new(0, 0) | |
1698 | PartEmmit1.VelocitySpread = 30000 | |
1699 | PartEmmit1.Rotation = NumberRange.new(-360, 360) | |
1700 | PartEmmit1.RotSpeed = NumberRange.new(-360, 360) | |
1701 | local BodPoss = IT("BodyPosition", soul) | |
1702 | BodPoss.P = 3000 | |
1703 | BodPoss.D = 1000 | |
1704 | BodPoss.maxForce = Vector3.new(50000000000, 50000000000, 50000000000) | |
1705 | BodPoss.position = torso.Position + Vector3.new(Mrandom(-15, 15), Mrandom(-15, 15), Mrandom(-15, 15)) | |
1706 | wait(1.6) | |
1707 | soul.Touched:connect(function(hit) | |
1708 | if hit.Parent == char then | |
1709 | soul:Destroy() | |
1710 | end | |
1711 | end) | |
1712 | wait(1.2) | |
1713 | while soul do | |
1714 | swait() | |
1715 | PartEmmit1.Color = ColorSequence.new(maincolor.Color) | |
1716 | BodPoss.Position = tors.Position | |
1717 | end | |
1718 | end) | |
1719 | soulst() | |
1720 | end | |
1721 | end | |
1722 | function FaceMouse() | |
1723 | local Cam = workspace.CurrentCamera | |
1724 | return { | |
1725 | CFrame.new(char.Torso.Position, Vector3.new(mouse.Hit.p.x, char.Torso.Position.y, mouse.Hit.p.z)), | |
1726 | Vector3.new(mouse.Hit.p.x, mouse.Hit.p.y, mouse.Hit.p.z) | |
1727 | } | |
1728 | end | |
1729 | function Trace() | |
1730 | for _,v in next, Character:GetChildren() do | |
1731 | if(v:IsA'Part') and v ~= RootPart then | |
1732 | local trace = Instance.new("Part") | |
1733 | trace.Parent = workspace | |
1734 | trace.Name = "trace" | |
1735 | trace.Size = v.Size | |
1736 | trace.Material = Enum.Material.Neon | |
1737 | trace.Color = maincol | |
1738 | trace.Transparency = .3 | |
1739 | trace.Anchored = true | |
1740 | trace.CanCollide = false | |
1741 | trace.CFrame = v.CFrame | |
1742 | Tween(trace,{Transparency=1},.5) | |
1743 | game:GetService("Debris"):AddItem(trace, 1) | |
1744 | if v.Name == "Head" then | |
1745 | local mehs = Instance.new("CylinderMesh",trace) | |
1746 | mehs.Scale = Vector3.new(1.25,1.25,1.25) | |
1747 | trace.Transparency = 1 | |
1748 | end | |
1749 | end | |
1750 | end | |
1751 | end | |
1752 | ||
1753 | --//=================================\\ | |
1754 | --|| oof | |
1755 | --\\=================================// | |
1756 | function wtf() | |
1757 | local B = Cso("907332040", hed, 7, 1) | |
1758 | B.TimePosition = 13.2 | |
1759 | CameraEnshaking(5, 5) | |
1760 | local ORIGINPOS = root.Position | |
1761 | root.CFrame = CFrame.new(Vector3.new(mouse.Hit.p.X, root.Position.Y, mouse.Hit.p.Z), ORIGINPOS) | |
1762 | wait(1.3) | |
1763 | B.Playing = false | |
1764 | end | |
1765 | -------------------------------- | |
1766 | function CamShake(Length, Intensity) | |
1767 | coroutine.resume(coroutine.create(function() | |
1768 | local intensity = 1 * Intensity | |
1769 | local rotM = 0.01 * Intensity | |
1770 | for i = 0, Length, 0.1 do | |
1771 | swait() | |
1772 | intensity = intensity - 0.05 * Intensity / Length | |
1773 | rotM = rotM - 5.0E-4 * Intensity / Length | |
1774 | hum.CameraOffset = Vector3.new(Rad(Mrandom(-intensity, intensity)), Rad(Mrandom(-intensity, intensity)), Rad(Mrandom(-intensity, intensity))) | |
1775 | cam.CFrame = cam.CFrame * CF(Rad(Mrandom(-intensity, intensity)), Rad(Mrandom(-intensity, intensity)), Rad(Mrandom(-intensity, intensity))) * Euler(Rad(Mrandom(-intensity, intensity)) * rotM, Rad(Mrandom(-intensity, intensity)) * rotM, Rad(Mrandom(-intensity, intensity)) * rotM) | |
1776 | end | |
1777 | hum.CameraOffset = Vector3.new(0, 0, 0) | |
1778 | end)) | |
1779 | end | |
1780 | ----------------------------- | |
1781 | function LaughV2() | |
1782 | chatfunc("YOUR ATTACK IS AN INSULT", BrickColor.new("Really black").Color) | |
1783 | CreateSound("907332525", hed, 10, 1) | |
1784 | end | |
1785 | ------------------------------------------------------- | |
1786 | ||
1787 | ----------------------------- | |
1788 | ---------------------------------------------- | |
1789 | function PixelBlockX(bonuspeed,FastSpeed,type,pos,x1,y1,z1,value,color,outerpos) | |
1790 | local type = type | |
1791 | local rng = Instance.new("Part", char) | |
1792 | rng.Anchored = true | |
1793 | rng.BrickColor = color | |
1794 | rng.CanCollide = false | |
1795 | rng.FormFactor = 3 | |
1796 | rng.Name = "Ring" | |
1797 | rng.Material = "Neon" | |
1798 | rng.Size = Vector3.new(1, 1, 1) | |
1799 | rng.Transparency = 0 | |
1800 | rng.TopSurface = 0 | |
1801 | rng.BottomSurface = 0 | |
1802 | rng.CFrame = pos | |
1803 | rng.CFrame = rng.CFrame + rng.CFrame.lookVector*outerpos | |
1804 | local rngm = Instance.new("SpecialMesh", rng) | |
1805 | rngm.MeshType = "Brick" | |
1806 | rngm.Scale = Vector3.new(x1,y1,z1) | |
1807 | local scaler2 = 1 | |
1808 | local speeder = FastSpeed/10 | |
1809 | if type == "Add" then | |
1810 | scaler2 = 1*value | |
1811 | elseif type == "Divide" then | |
1812 | scaler2 = 1/value | |
1813 | end | |
1814 | coroutine.resume(coroutine.create(function() | |
1815 | for i = 0,10/bonuspeed,0.1 do | |
1816 | swait() | |
1817 | if type == "Add" then | |
1818 | scaler2 = scaler2 - 0.01*value/bonuspeed | |
1819 | elseif type == "Divide" then | |
1820 | scaler2 = scaler2 - 0.01/value*bonuspeed | |
1821 | end | |
1822 | speeder = speeder - 0.01*FastSpeed*bonuspeed/10 | |
1823 | rng.CFrame = rng.CFrame + rng.CFrame.lookVector*speeder*bonuspeed | |
1824 | rng.Transparency = rng.Transparency + 0.01*bonuspeed | |
1825 | rngm.Scale = rngm.Scale - Vector3.new(scaler2*bonuspeed, scaler2*bonuspeed, scaler2*bonuspeed) | |
1826 | end | |
1827 | rng:Destroy() | |
1828 | end)) | |
1829 | end | |
1830 | --------------------------------- | |
1831 | function chatfunc(text, color) | |
1832 | local chat = coroutine.wrap(function() | |
1833 | if char:FindFirstChild("TalkingBillBoard") ~= nil then | |
1834 | char:FindFirstChild("TalkingBillBoard"):destroy() | |
1835 | end | |
1836 | local naeeym2 = Instance.new("BillboardGui", char) | |
1837 | naeeym2.Size = UDim2.new(0, 100, 0, 40) | |
1838 | naeeym2.StudsOffset = Vector3.new(0, 5, 0) | |
1839 | naeeym2.Adornee = hed | |
1840 | naeeym2.Name = "TalkingBillBoard" | |
1841 | local tecks2 = Instance.new("TextLabel", naeeym2) | |
1842 | tecks2.BackgroundTransparency = 1 | |
1843 | tecks2.BorderSizePixel = 0 | |
1844 | tecks2.Text = "" | |
1845 | tecks2.Font = "SciFi" | |
1846 | tecks2.TextSize = 30 | |
1847 | tecks2.TextStrokeTransparency = 0 | |
1848 | tecks2.TextColor3 = color | |
1849 | tecks2.TextStrokeColor3 = Color3.new(0, 0, 0) | |
1850 | tecks2.Size = UDim2.new(1, 0, 0.5, 0) | |
1851 | local tecks3 = Instance.new("TextLabel", naeeym2) | |
1852 | tecks3.BackgroundTransparency = 1 | |
1853 | tecks3.BorderSizePixel = 0 | |
1854 | tecks3.Text = "" | |
1855 | tecks3.Font = "SciFi" | |
1856 | tecks3.TextSize = 30 | |
1857 | tecks3.TextStrokeTransparency = 0 | |
1858 | tecks3.TextColor3 = Color3.new(0, 0, 0) | |
1859 | tecks3.TextStrokeColor3 = color | |
1860 | tecks3.Size = UDim2.new(1, 0, 0.5, 0) | |
1861 | coroutine.resume(coroutine.create(function() | |
1862 | while true do | |
1863 | swait(1) | |
1864 | tecks2.TextColor3 = BrickColor.random().Color | |
1865 | tecks3.TextStrokeColor3 = BrickColor.random().Color | |
1866 | tecks2.Position = UDim2.new(0, math.random(-5, 5), 0, math.random(-5, 5)) | |
1867 | tecks3.Position = UDim2.new(0, math.random(-5, 5), 0, math.random(-5, 5)) | |
1868 | tecks2.Rotation = math.random(-5, 5) | |
1869 | tecks3.Rotation = math.random(-5, 5) | |
1870 | end | |
1871 | end)) | |
1872 | for i = 1, string.len(text) do | |
1873 | CFuncs.Sound.Create("rbxassetid://274118116", char, 0.25, 0.115) | |
1874 | tecks2.Text = string.sub(text, 1, i) | |
1875 | tecks3.Text = string.sub(text, 1, i) | |
1876 | swait(1) | |
1877 | end | |
1878 | wait(1) | |
1879 | local randomrot = math.random(1, 2) | |
1880 | if randomrot == 1 then | |
1881 | for i = 1, 50 do | |
1882 | swait() | |
1883 | tecks2.Rotation = tecks2.Rotation - 0.75 | |
1884 | tecks2.TextStrokeTransparency = tecks2.TextStrokeTransparency + 0.04 | |
1885 | tecks2.TextTransparency = tecks2.TextTransparency + 0.04 | |
1886 | tecks3.Rotation = tecks2.Rotation + 0.75 | |
1887 | tecks3.TextStrokeTransparency = tecks2.TextStrokeTransparency + 0.04 | |
1888 | tecks3.TextTransparency = tecks2.TextTransparency + 0.04 | |
1889 | end | |
1890 | elseif randomrot == 2 then | |
1891 | for i = 1, 50 do | |
1892 | swait() | |
1893 | tecks2.Rotation = tecks2.Rotation + 0.75 | |
1894 | tecks2.TextStrokeTransparency = tecks2.TextStrokeTransparency + 0.04 | |
1895 | tecks2.TextTransparency = tecks2.TextTransparency + 0.04 | |
1896 | tecks3.Rotation = tecks2.Rotation - 0.75 | |
1897 | tecks3.TextStrokeTransparency = tecks2.TextStrokeTransparency + 0.04 | |
1898 | tecks3.TextTransparency = tecks2.TextTransparency + 0.04 | |
1899 | end | |
1900 | end | |
1901 | naeeym2:Destroy() | |
1902 | end) | |
1903 | chat() | |
1904 | end | |
1905 | -------------------------------------------- | |
1906 | tl1 = Instance.new('Trail',wed) | |
1907 | tl1.Attachment0 = A0 | |
1908 | tl1.Attachment1 = A1 | |
1909 | --tl1.Texture = "http://www.roblox.com/asset/?id=1049219073" | |
1910 | tl1.LightEmission = 1 | |
1911 | tl1.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 0),NumberSequenceKeypoint.new(1, 1)}) | |
1912 | tl1.Color = ColorSequence.new(BrickColor.new('Really black').Color) | |
1913 | tl1.Lifetime = 0.6 | |
1914 | --------------------------------------- | |
1915 | function Technobeam() | |
1916 | attack = true | |
1917 | chatfunc("BURN....", BrickColor.new("Really black").Color) | |
1918 | for i = 0,5.2,0.1 do | |
1919 | swait() | |
1920 | rootj.C0 = clerp(rootj.C0, RootCF * CF(0, 0, -0.1 + 0.1 * Cos(sine / 20)) * angles(Rad(-20), Rad(0), Rad(0)), 0.15) | |
1921 | tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(-20 - 2.5 * Sin(sine / 20)), Rad(0), Rad(0)), 0.3) | |
1922 | RH.C0 = clerp(RH.C0, CF(1, -0.9 - 0.1 * Cos(sine / 20), 0.025 * Cos(sine / 20)) * RHCF * angles(Rad(-4.5), Rad(0), Rad(-20)), 0.15) | |
1923 | LH.C0 = clerp(LH.C0, CF(-1, -0.3 - 0.1 * Cos(sine / 20), -.4 + 0.025 * Cos(sine / 20)) * LHCF * angles(Rad(-6.5), Rad(5 * Cos(sine / 20)), Rad(25)), 0.15) | |
1924 | RW.C0 = clerp(RW.C0, CF(1.5, 0.5 + 0.05 * Sin(sine / 20), 0.025 * Cos(sine / 20)) * angles(Rad(135), Rad(0), Rad(-45 - 2.5 * Sin(sine / 20))), 0.1) | |
1925 | LW.C0 = clerp(LW.C0, CF(-1.5, 0.5 + 0.05 * Sin(sine / 20), 0.025 * Cos(sine / 20)) * angles(Rad(135), Rad(0), Rad(45 + 2.5 * Sin(sine / 20))), 0.1) | |
1926 | end | |
1927 | chatfunc("IN....", BrickColor.new("Really black").Color) | |
1928 | wait(2) | |
1929 | CreateSound("331666100", char, 10, 1) | |
1930 | Effects.Sphere.Create(BrickColor.new("Really black"), root.CFrame * CF(0, -1, 0), 2, 2, 2, 10.6, 10.6, 10.6, 0.05) | |
1931 | Effects.Sphere.Create(BrickColor.new("Really black"), root.CFrame * CF(0, -1, 0), 2, 2, 2, 10.6, 10.6, 10.6, 0.05) | |
1932 | Effects.Sphere.Create(BrickColor.new("Really black"), root.CFrame * CF(0, -1, 0), 2, 2, 2, 10.6, 10.6, 10.6, 0.05) | |
1933 | Effects.Sphere.Create(BrickColor.new("Really black"), root.CFrame * CF(0, -1, 0), 2, 2, 2, 10.6, 10.6, 10.6, 0.05) | |
1934 | Effects.Sphere.Create(BrickColor.new("Really black"), root.CFrame * CF(0, -1, 0), 2, 2, 2, 10.6, 35.6, 10.6, 0.05) | |
1935 | Effects.Sphere.Create(BrickColor.new("Really black"), root.CFrame * CF(0, -3, 0), 2, 2, 2, 150.6, .4, 150.6, 0.05) | |
1936 | chatfunc("HELL!!!!!", BrickColor.new("Really black").Color) | |
1937 | for i, v in pairs(FindNearestHead(tors.CFrame.p, 52.5)) do | |
1938 | if v:FindFirstChild("Head") then | |
1939 | Eviscerate(v) | |
1940 | SoulSteal(v) | |
1941 | end | |
1942 | end | |
1943 | coroutine.resume(coroutine.create(function() | |
1944 | for i = 0,2.8,0.1 do | |
1945 | swait() | |
1946 | hum.CameraOffset = Vector3.new(Mrandom(-3,3),Mrandom(-3,3),Mrandom(-3,3)) | |
1947 | end | |
1948 | for i = 0,1.8,0.1 do | |
1949 | swait() | |
1950 | hum.CameraOffset = Vector3.new(0,0,0) | |
1951 | end | |
1952 | end)) | |
1953 | for i = 0,3.7,0.1 do | |
1954 | SphereAura(2.5, 0.75, "Add", root.CFrame * CFrame.new(math.random(-52.5, 52.5), -5, math.random(-52.5, 52.5)) * CFrame.Angles(math.rad(90 + math.rad(math.random(-45, 45))), math.rad(math.random(-45, 45)), math.rad(math.random(-45, 45))), 2.5, 2.5, 25, -0.025, BrickColor.new("Really black"), 0) | |
1955 | SphereAura(2.5, 0.75, "Add", root.CFrame * CFrame.new(math.random(-52.5, 52.5), -5, math.random(-52.5, 52.5)) * CFrame.Angles(math.rad(90 + math.rad(math.random(-45, 45))), math.rad(math.random(-45, 45)), math.rad(math.random(-45, 45))), 2.5, 2.5, 25, -0.025, BrickColor.new("Really black"), 0) | |
1956 | rootj.C0 = clerp(rootj.C0, RootCF * CF(0, 0, -0.1 + 0.1 * Cos(sine / 20)) * angles(Rad(20), Rad(0), Rad(0)), 0.15) | |
1957 | tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(20 - 2.5 * Sin(sine / 20)), Rad(0), Rad(0)), 0.3) | |
1958 | RH.C0 = clerp(RH.C0, CF(1, -0.9 - 0.1 * Cos(sine / 20), 0.025 * Cos(sine / 20)) * RHCF * angles(Rad(-4.5), Rad(0), Rad(20)), 0.15) | |
1959 | LH.C0 = clerp(LH.C0, CF(-1, -0.9 - 0.1 * Cos(sine / 20), -.4 + 0.025 * Cos(sine / 20)) * LHCF * angles(Rad(-6.5), Rad(5 * Cos(sine / 20)), Rad(-25)), 0.15) | |
1960 | RW.C0 = clerp(RW.C0, CF(1.5, 0.5 + 0.05 * Sin(sine / 20), 0.025 * Cos(sine / 20)) * angles(Rad(-40), Rad(0), Rad(25 - 2.5 * Sin(sine / 20))), 0.1) | |
1961 | LW.C0 = clerp(LW.C0, CF(-1.5, 0.5 + 0.05 * Sin(sine / 20), 0.025 * Cos(sine / 20)) * angles(Rad(-40), Rad(0), Rad(-25 + 2.5 * Sin(sine / 20))), 0.1) | |
1962 | end | |
1963 | wait(.6) | |
1964 | CreateSound("907332997", hed, 10, 1) | |
1965 | attack = false | |
1966 | end | |
1967 | ------------------------------------------------- | |
1968 | function Damage(Part, hit, minim, maxim, knockback, Type, Property, Delay, HitSound, HitPitch) | |
1969 | if hit.Parent == nil then | |
1970 | return | |
1971 | end | |
1972 | local h = hit.Parent:FindFirstChildOfClass("Humanoid") | |
1973 | for _, v in pairs(hit.Parent:children()) do | |
1974 | if v:IsA("Humanoid") then | |
1975 | h = v | |
1976 | end | |
1977 | end | |
1978 | if h ~= nil and hit.Parent.Name ~= char.Name and hit.Parent:FindFirstChild("UpperTorso") ~= nil then | |
1979 | ||
1980 | hit.Parent:FindFirstChild("Head"):BreakJoints() | |
1981 | end | |
1982 | ||
1983 | if h ~= nil and hit.Parent.Name ~= char.Name and hit.Parent:FindFirstChild("Torso") ~= nil then | |
1984 | if hit.Parent:findFirstChild("DebounceHit") ~= nil then | |
1985 | if hit.Parent.DebounceHit.Value == true then | |
1986 | return | |
1987 | end | |
1988 | end | |
1989 | if insta == true then | |
1990 | hit.Parent:FindFirstChild("Head"):BreakJoints() | |
1991 | end | |
1992 | local c = Create("ObjectValue"){ | |
1993 | Name = "creator", | |
1994 | Value = game:service("Players").LocalPlayer, | |
1995 | Parent = h, | |
1996 | } | |
1997 | game:GetService("Debris"):AddItem(c, .5) | |
1998 | if HitSound ~= nil and HitPitch ~= nil then | |
1999 | CFuncs.Sound.Create(HitSound, hit, 1, HitPitch) | |
2000 | end | |
2001 | local Damage = math.random(minim, maxim) | |
2002 | local blocked = false | |
2003 | local block = hit.Parent:findFirstChild("Block") | |
2004 | if block ~= nil then | |
2005 | if block.className == "IntValue" then | |
2006 | if block.Value > 0 then | |
2007 | blocked = true | |
2008 | block.Value = block.Value - 1 | |
2009 | print(block.Value) | |
2010 | end | |
2011 | end | |
2012 | end | |
2013 | if blocked == false then | |
2014 | h.Health = h.Health - Damage | |
2015 | ShowDamage((Part.CFrame * CFrame.new(0, 0, (Part.Size.Z / 2)).p + Vector3.new(0, 1.5, 0)), -Damage, 1.5, tors.BrickColor.Color) | |
2016 | else | |
2017 | h.Health = h.Health - (Damage / 2) | |
2018 | ShowDamage((Part.CFrame * CFrame.new(0, 0, (Part.Size.Z / 2)).p + Vector3.new(0, 1.5, 0)), -Damage, 1.5, tors.BrickColor.Color) | |
2019 | end | |
2020 | if Type == "Knockdown" then | |
2021 | local hum = hit.Parent.Humanoid | |
2022 | hum.PlatformStand = true | |
2023 | coroutine.resume(coroutine.create(function(HHumanoid) | |
2024 | swait(1) | |
2025 | HHumanoid.PlatformStand = false | |
2026 | end), hum) | |
2027 | local angle = (hit.Position - (Property.Position + Vector3.new(0, 0, 0))).unit | |
2028 | local bodvol = Create("BodyVelocity"){ | |
2029 | velocity = angle * knockback, | |
2030 | P = 5000, | |
2031 | maxForce = Vector3.new(8e+003, 8e+003, 8e+003), | |
2032 | Parent = hit, | |
2033 | } | |
2034 | local rl = Create("BodyAngularVelocity"){ | |
2035 | P = 3000, | |
2036 | maxTorque = Vector3.new(500000, 500000, 500000) * 50000000000000, | |
2037 | angularvelocity = Vector3.new(math.random(-10, 10), math.random(-10, 10), math.random(-10, 10)), | |
2038 | Parent = hit, | |
2039 | } | |
2040 | game:GetService("Debris"):AddItem(bodvol, .5) | |
2041 | game:GetService("Debris"):AddItem(rl, .5) | |
2042 | elseif Type == "Normal" then | |
2043 | local vp = Create("BodyVelocity"){ | |
2044 | P = 500, | |
2045 | maxForce = Vector3.new(math.huge, 0, math.huge), | |
2046 | velocity = Property.CFrame.lookVector * knockback + Property.Velocity / 1.05, | |
2047 | } | |
2048 | if knockback > 0 then | |
2049 | vp.Parent = hit.Parent.Torso | |
2050 | end | |
2051 | game:GetService("Debris"):AddItem(vp, .5) | |
2052 | elseif Type == "Up" then | |
2053 | local bodyVelocity = Create("BodyVelocity"){ | |
2054 | velocity = Vector3.new(0, 20, 0), | |
2055 | P = 5000, | |
2056 | maxForce = Vector3.new(8e+003, 8e+003, 8e+003), | |
2057 | Parent = hit, | |
2058 | } | |
2059 | game:GetService("Debris"):AddItem(bodyVelocity, .5) | |
2060 | elseif Type == "DarkUp" then | |
2061 | coroutine.resume(coroutine.create(function() | |
2062 | for i = 0, 1, 0.1 do | |
2063 | swait() | |
2064 | Effects.Block.Create(BrickColor.new("Black"), hit.Parent.Torso.CFrame, 5, 5, 5, 1, 1, 1, .08, 1) | |
2065 | end | |
2066 | end)) | |
2067 | local bodyVelocity = Create("BodyVelocity"){ | |
2068 | velocity = Vector3.new(0, 20, 0), | |
2069 | P = 5000, | |
2070 | maxForce = Vector3.new(8e+003, 8e+003, 8e+003), | |
2071 | Parent = hit, | |
2072 | } | |
2073 | game:GetService("Debris"):AddItem(bodyVelocity, 1) | |
2074 | elseif Type == "Snare" then | |
2075 | local bp = Create("BodyPosition"){ | |
2076 | P = 2000, | |
2077 | D = 100, | |
2078 | maxForce = Vector3.new(math.huge, math.huge, math.huge), | |
2079 | position = hit.Parent.Torso.Position, | |
2080 | Parent = hit.Parent.Torso, | |
2081 | } | |
2082 | game:GetService("Debris"):AddItem(bp, 1) | |
2083 | elseif Type == "Freeze" then | |
2084 | local BodPos = Create("BodyPosition"){ | |
2085 | P = 50000, | |
2086 | D = 1000, | |
2087 | maxForce = Vector3.new(math.huge, math.huge, math.huge), | |
2088 | position = hit.Parent.Torso.Position, | |
2089 | Parent = hit.Parent.Torso, | |
2090 | } | |
2091 | local BodGy = Create("BodyGyro") { | |
2092 | maxTorque = Vector3.new(4e+005, 4e+005, 4e+005) * math.huge , | |
2093 | P = 20e+003, | |
2094 | Parent = hit.Parent.Torso, | |
2095 | cframe = hit.Parent.Torso.CFrame, | |
2096 | } | |
2097 | hit.Parent.Torso.Anchored = true | |
2098 | coroutine.resume(coroutine.create(function(Part) | |
2099 | swait(1.5) | |
2100 | Part.Anchored = false | |
2101 | end), hit.Parent.Torso) | |
2102 | game:GetService("Debris"):AddItem(BodPos, 3) | |
2103 | game:GetService("Debris"):AddItem(BodGy, 3) | |
2104 | end | |
2105 | local debounce = Create("BoolValue"){ | |
2106 | Name = "DebounceHit", | |
2107 | Parent = hit.Parent, | |
2108 | Value = true, | |
2109 | } | |
2110 | game:GetService("Debris"):AddItem(debounce, Delay) | |
2111 | c = Create("ObjectValue"){ | |
2112 | Name = "creator", | |
2113 | Value = Player, | |
2114 | Parent = h, | |
2115 | } | |
2116 | game:GetService("Debris"):AddItem(c, .5) | |
2117 | end | |
2118 | end | |
2119 | ----------------------- | |
2120 | local Blood1 = Create("ParticleEmitter")({ | |
2121 | Color = ColorSequence.new(Color3.new(0.7, 0, 0), Color3.new(0.1, 0, 0)), | |
2122 | Transparency = NumberSequence.new(0.1, 1), | |
2123 | Size = NumberSequence.new(0.5, 0), | |
2124 | Texture = "rbxassetid://602578593", | |
2125 | Lifetime = NumberRange.new(0.8), | |
2126 | Rate = 255, | |
2127 | VelocitySpread = 40, | |
2128 | Rotation = NumberRange.new(100), | |
2129 | Speed = NumberRange.new(5), | |
2130 | LightEmission = 0, | |
2131 | LockedToPart = false, | |
2132 | Acceleration = Vector3.new(0, -10, 0), | |
2133 | EmissionDirection = "Bottom" | |
2134 | }) | |
2135 | function Sayonara() | |
2136 | local target = nil | |
2137 | local targettorso = nil | |
2138 | if mouse.Target.Parent ~= char and mouse.Target.Parent.Parent ~= char and mouse.Target.Parent:FindFirstChild("Humanoid") ~= nil then | |
2139 | if mouse.Target.Parent.Humanoid.PlatformStand == false then | |
2140 | target = mouse.Target.Parent.Humanoid | |
2141 | targettorso = mouse.Target.Parent:FindFirstChild("Torso") or mouse.Target.Parent:FindFirstChild("UpperTorso") | |
2142 | targethead = mouse.Target.Parent:FindFirstChild("Head") | |
2143 | targetrightarm = mouse.Target.Parent:FindFirstChild("Right Arm") | |
2144 | targetleftarm = mouse.Target.Parent:FindFirstChild("Left Arm") | |
2145 | end | |
2146 | end | |
2147 | if target ~= nil then | |
2148 | targettorso.Anchored = true | |
2149 | attack = true | |
2150 | hum.WalkSpeed = 0 | |
2151 | root.CFrame = targettorso.CFrame * CF(0,0,2.4) | |
2152 | for i = 0,6.2,0.1 do | |
2153 | swait() | |
2154 | rootj.C0 = clerp(rootj.C0, RootCF * CF(0, 0, -0.1 + 0.1 * Cos(sine / 20)) * angles(Rad(10), Rad(0), Rad(0)), 0.15) | |
2155 | tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(20), Rad(10), Rad(0)), 0.3) | |
2156 | RH.C0 = clerp(RH.C0, CF(1, -0.9 - 0.1 * Cos(sine / 20), 0.025 * Cos(sine / 20)) * RHCF * angles(Rad(-5), Rad(0), Rad(10)), 0.15) | |
2157 | LH.C0 = clerp(LH.C0, CF(-1, -0.9 - 0.1 * Cos(sine / 20), 0.025 * Cos(sine / 20)) * LHCF * angles(Rad(-5), Rad(0), Rad(-10)), 0.15) | |
2158 | RW.C0 = clerp(RW.C0, CF(1.5, 0.5 + 0.05 * Sin(sine / 30), -.4 + 0.025 * Cos(sine / 20)) * angles(Rad(90), Rad(0), Rad(10)), 0.1) | |
2159 | LW.C0 = clerp(LW.C0, CF(-1.5, 0.5 + 0.05 * Sin(sine / 30), -.4 + 0.025 * Cos(sine / 20)) * angles(Rad(90), Rad(0), Rad(-10)), 0.1) | |
2160 | end | |
2161 | do | |
2162 | CreateSound("429400881", targettorso, 5, 1) | |
2163 | local ModelArm02 = New("Model", char, "Arm", {}) | |
2164 | local ModelArm03 = New("Model", char, "Arm", {}) | |
2165 | local Humanoid02 = New("Humanoid", ModelArm02, "Humanoid", {}) | |
2166 | local Humanoid03 = New("Humanoid", ModelArm03, "Humanoid", {}) | |
2167 | local Arm02 = targetleftarm:Clone() | |
2168 | local Arm03 = targetrightarm:Clone() | |
2169 | targetleftarm.Transparency = 1 | |
2170 | targetrightarm.Transparency = 1 | |
2171 | Arm02.Parent = ModelArm02 | |
2172 | Arm03.Parent = ModelArm03 | |
2173 | for i, v in pairs(Arm02:GetChildren()) do | |
2174 | v:Destroy() | |
2175 | end | |
2176 | for i, v in pairs(Arm03:GetChildren()) do | |
2177 | v:Destroy() | |
2178 | end | |
2179 | local weldArm02 = Instance.new("Weld") | |
2180 | weldArm02.Parent = Arm02 | |
2181 | weldArm02.Part0 = targetleftarm | |
2182 | weldArm02.Part1 = Arm02 | |
2183 | weldArm02.C1 = CFrame.new(0, 0, 0) | |
2184 | local weldArm03 = Instance.new("Weld") | |
2185 | weldArm03.Parent = Arm03 | |
2186 | weldArm03.Part0 = targetrightarm | |
2187 | weldArm03.Part1 = Arm03 | |
2188 | weldArm03.C1 = CFrame.new(0, 0, 0) | |
2189 | for i, v in pairs(target:GetChildren()) do | |
2190 | if v:IsA("Shirt") then | |
2191 | v:clone().Parent = ModelArm02 | |
2192 | end | |
2193 | end | |
2194 | for i, v in pairs(target:GetChildren()) do | |
2195 | if v:IsA("Shirt") then | |
2196 | v:clone().Parent = ModelArm03 | |
2197 | end | |
2198 | end | |
2199 | weldArm02.Part0 = la | |
2200 | weldArm02.C1 = CFrame.new(0, 0, 1.2) * angles(math.rad(90), math.rad(0), math.rad(0)) | |
2201 | weldArm03.Part0 = ra | |
2202 | weldArm03.C1 = CFrame.new(0, 0, 1.2) * angles(math.rad(90), math.rad(0), math.rad(0)) | |
2203 | local BE1 = Blood1:Clone() | |
2204 | BE1.Parent = targetleftarm | |
2205 | game:GetService("Debris"):AddItem(BE1, 3) | |
2206 | BE1.Rate = 255 | |
2207 | local BE2 = Blood1:Clone() | |
2208 | BE2.Parent = targetrightarm | |
2209 | game:GetService("Debris"):AddItem(BE2, 3) | |
2210 | BE2.Rate = 255 | |
2211 | for i = 0,6.2,0.1 do | |
2212 | swait() | |
2213 | rootj.C0 = clerp(rootj.C0, RootCF * CF(0, 0, -0.1 + 0.1 * Cos(sine / 20)) * angles(Rad(-10), Rad(0), Rad(0)), 0.15) | |
2214 | tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(0), Rad(0), Rad(0)), 0.3) | |
2215 | RH.C0 = clerp(RH.C0, CF(1, -0.9 - 0.1 * Cos(sine / 20), 0.025 * Cos(sine / 20)) * RHCF * angles(Rad(-5), Rad(0), Rad(-10)), 0.15) | |
2216 | LH.C0 = clerp(LH.C0, CF(-1, -0.9 - 0.1 * Cos(sine / 20), 0.025 * Cos(sine / 20)) * LHCF * angles(Rad(-5), Rad(0), Rad(10)), 0.15) | |
2217 | RW.C0 = clerp(RW.C0, CF(1.5, 0.5 + 0.05 * Sin(sine / 30), .6 + 0.025 * Cos(sine / 20)) * angles(Rad(90), Rad(0), Rad(15)), 0.1) | |
2218 | LW.C0 = clerp(LW.C0, CF(-1.5, 0.5 + 0.05 * Sin(sine / 30), .6 + 0.025 * Cos(sine / 20)) * angles(Rad(90), Rad(0), Rad(-15)), 0.1) | |
2219 | end | |
2220 | for i = 0,6.2,0.1 do | |
2221 | swait() | |
2222 | rootj.C0 = clerp(rootj.C0, RootCF * CF(0, 0, -0.1 + 0.1 * Cos(sine / 20)) * angles(Rad(-20), Rad(0), Rad(0)), 0.15) | |
2223 | tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(0), Rad(0), Rad(0)), 0.3) | |
2224 | RH.C0 = clerp(RH.C0, CF(1, -0.9 - 0.1 * Cos(sine / 20), 0.025 * Cos(sine / 20)) * RHCF * angles(Rad(-5), Rad(0), Rad(-20)), 0.15) | |
2225 | LH.C0 = clerp(LH.C0, CF(-1, -0.9 - 0.1 * Cos(sine / 20), 0.025 * Cos(sine / 20)) * LHCF * angles(Rad(-5), Rad(0), Rad(20)), 0.15) | |
2226 | RW.C0 = clerp(RW.C0, CF(1.5, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(180), Rad(0), Rad(15)), 0.1) | |
2227 | LW.C0 = clerp(LW.C0, CF(-1.5, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(180), Rad(0), Rad(-15)), 0.1) | |
2228 | end | |
2229 | CreateSound("541909763", targettorso, 5, .8) | |
2230 | weldArm02:Destroy() | |
2231 | Arm02.CanCollide = true | |
2232 | weldArm03:Destroy() | |
2233 | Arm03.CanCollide = true | |
2234 | local bodyVelocity2 = Create("BodyVelocity")({ | |
2235 | velocity = Vector3.new(0, 10, 0) + root.CFrame.lookVector * 50, | |
2236 | P = 5000, | |
2237 | maxForce = Vector3.new(8000, 8000, 8000), | |
2238 | Parent = Arm02 | |
2239 | }) | |
2240 | local bodyVelocity3 = Create("BodyVelocity")({ | |
2241 | velocity = Vector3.new(0, 10, 0) + root.CFrame.lookVector * 50, | |
2242 | P = 5000, | |
2243 | maxForce = Vector3.new(8000, 8000, 8000), | |
2244 | Parent = Arm03 | |
2245 | }) | |
2246 | game:GetService("Debris"):AddItem(bodyVelocity2, 0.05) | |
2247 | game:GetService("Debris"):AddItem(bodyVelocity3, 0.05) | |
2248 | for i = 0,6.2,0.1 do | |
2249 | swait() | |
2250 | rootj.C0 = clerp(rootj.C0, RootCF * CF(0, 0, -0.1 + 0.1 * Cos(sine / 20)) * angles(Rad(20), Rad(0), Rad(0)), 0.15) | |
2251 | tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(0), Rad(0), Rad(0)), 0.3) | |
2252 | RH.C0 = clerp(RH.C0, CF(1, -0.9 - 0.1 * Cos(sine / 20), 0.025 * Cos(sine / 20)) * RHCF * angles(Rad(-5), Rad(0), Rad(35)), 0.15) | |
2253 | LH.C0 = clerp(LH.C0, CF(-1, -0.9 - 0.1 * Cos(sine / 20), 0.025 * Cos(sine / 20)) * LHCF * angles(Rad(-5), Rad(0), Rad(-20)), 0.15) | |
2254 | RW.C0 = clerp(RW.C0, CF(1.5, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(95), Rad(0), Rad(15)), 0.1) | |
2255 | LW.C0 = clerp(LW.C0, CF(-1.5, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(95), Rad(0), Rad(-15)), 0.1) | |
2256 | end | |
2257 | for i = 0,6.2,0.1 do | |
2258 | swait() | |
2259 | rootj.C0 = clerp(rootj.C0, RootCF * CF(0, 0, -0.1 + 0.1 * Cos(sine / 20)) * angles(Rad(-20), Rad(0), Rad(0)), 0.15) | |
2260 | tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(0), Rad(0), Rad(0)), 0.3) | |
2261 | RH.C0 = clerp(RH.C0, CF(1, -0.3 - 0.1 * Cos(sine / 20), -.4 + 0.025 * Cos(sine / 20)) * RHCF * angles(Rad(-5), Rad(0), Rad(90)), 0.15) | |
2262 | LH.C0 = clerp(LH.C0, CF(-1, -0.9 - 0.1 * Cos(sine / 20), 0.025 * Cos(sine / 20)) * LHCF * angles(Rad(-5), Rad(0), Rad(20)), 0.15) | |
2263 | RW.C0 = clerp(RW.C0, CF(1.5, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(-30), Rad(0), Rad(15)), 0.1) | |
2264 | LW.C0 = clerp(LW.C0, CF(-1.5, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(-30), Rad(0), Rad(-15)), 0.1) | |
2265 | end | |
2266 | targettorso:Remove() | |
2267 | for i = 0,6.2,0.1 do | |
2268 | swait() | |
2269 | rootj.C0 = clerp(rootj.C0, RootCF * CF(0, -2.5, -0.1 + 0.1 * Cos(sine / 20)) * angles(Rad(35), Rad(0), Rad(0)), 0.15) | |
2270 | tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(0), Rad(0), Rad(0)), 0.3) | |
2271 | RH.C0 = clerp(RH.C0, CF(1, -0.2 - 0.1 * Cos(sine / 20), -.5 + 0.025 * Cos(sine / 20)) * RHCF * angles(Rad(-5), Rad(0), Rad(90)), 0.15) | |
2272 | LH.C0 = clerp(LH.C0, CF(-1, -0.9 - 0.1 * Cos(sine / 20), 0.025 * Cos(sine / 20)) * LHCF * angles(Rad(-5), Rad(0), Rad(-35)), 0.15) | |
2273 | RW.C0 = clerp(RW.C0, CF(1.5, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(-55), Rad(0), Rad(15)), 0.1) | |
2274 | LW.C0 = clerp(LW.C0, CF(-1.5, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(-55), Rad(0), Rad(-15)), 0.1) | |
2275 | end | |
2276 | end | |
2277 | targettorso.Anchored = false | |
2278 | attack = false | |
2279 | hum.WalkSpeed = 16 | |
2280 | root.CFrame = targettorso.CFrame * CF(0,0,3.4) | |
2281 | end | |
2282 | end | |
2283 | function ShowDamage(Pos, Text, Time, Color) | |
2284 | local Rate = (1 / 30) | |
2285 | local Pos = (Pos or Vector3.new(0, 0, 0)) | |
2286 | local Text = (Text or "") | |
2287 | local Time = (Time or 2) | |
2288 | local Color = (Color or Color3.new(1, 0, 1)) | |
2289 | local EffectPart = CFuncs.Part.Create(workspace, "SmoothPlastic", 0, 1, BrickColor.new(Color), "Effect", Vector3.new(0, 0, 0)) | |
2290 | EffectPart.Anchored = true | |
2291 | local BillboardGui = Create("BillboardGui"){ | |
2292 | Size = UDim2.new(3, 0, 3, 0), | |
2293 | Adornee = EffectPart, | |
2294 | Parent = EffectPart, | |
2295 | } | |
2296 | local TextLabel = Create("TextLabel"){ | |
2297 | BackgroundTransparency = 1, | |
2298 | Size = UDim2.new(1, 0, 1, 0), | |
2299 | Text = Text, | |
2300 | Font = "Bodoni", | |
2301 | TextColor3 = Color, | |
2302 | TextScaled = true, | |
2303 | TextStrokeColor3 = Color3.fromRGB(0,0,0), | |
2304 | Parent = BillboardGui, | |
2305 | } | |
2306 | game.Debris:AddItem(EffectPart, (Time)) | |
2307 | EffectPart.Parent = game:GetService("Workspace") | |
2308 | delay(0, function() | |
2309 | local Frames = (Time / Rate) | |
2310 | for Frame = 1, Frames do | |
2311 | wait(Rate) | |
2312 | local Percent = (Frame / Frames) | |
2313 | EffectPart.CFrame = CFrame.new(Pos) + Vector3.new(0, Percent, 0) | |
2314 | TextLabel.TextTransparency = Percent | |
2315 | end | |
2316 | if EffectPart and EffectPart.Parent then | |
2317 | EffectPart:Destroy() | |
2318 | end | |
2319 | end) | |
2320 | end | |
2321 | --------------------------- | |
2322 | function Destruction() | |
2323 | attack = true | |
2324 | local Ring1 = Instance.new("Part", char) | |
2325 | Ring1.Anchored = true | |
2326 | Ring1.BrickColor = maincolor | |
2327 | Ring1.CanCollide = false | |
2328 | Ring1.FormFactor = 3 | |
2329 | Ring1.Name = "Ring" | |
2330 | Ring1.Material = "Neon" | |
2331 | Ring1.Size = Vector3.new(1, 0.05, 1) | |
2332 | Ring1.Transparency = 1 | |
2333 | Ring1.TopSurface = 0 | |
2334 | Ring1.BottomSurface = 0 | |
2335 | local Ring1Mesh = Instance.new("SpecialMesh", Ring1) | |
2336 | Ring1Mesh.MeshType = "Brick" | |
2337 | Ring1Mesh.Name = "SizeMesh" | |
2338 | Ring1Mesh.Scale = Vector3.new(0, 1, 0) | |
2339 | local InnerRing1 = Ring1:Clone() | |
2340 | InnerRing1.Parent = char | |
2341 | InnerRing1.Transparency = 0 | |
2342 | InnerRing1.BrickColor = BrickColor.new("New Yeller") | |
2343 | InnerRing1.Size = Vector3.new(1, 1, 1) | |
2344 | local InnerRing1Mesh = InnerRing1.SizeMesh | |
2345 | InnerRing1Mesh.Scale = Vector3.new(0, 0, 0) | |
2346 | InnerRing1Mesh.MeshType = "Sphere" | |
2347 | Ring1:Destroy() | |
2348 | for i = 0, 5, 0.1 do | |
2349 | swait() | |
2350 | SphereAura(7, 0.12, "Add", ra.CFrame * CF(0,-2,0) * angles(Rad(Mrandom(-360, 360)), Rad(Mrandom(-360, 360)), Rad(Mrandom(-360, 360))), 0.5, 0.5, 5, -0.005, maincolor, 0) | |
2351 | SphereAura(7, 0.12, "Add", ra.CFrame * CF(0,-2,0) * angles(Rad(Mrandom(-360, 360)), Rad(Mrandom(-360, 360)), Rad(Mrandom(-360, 360))), 0.5, 0.5, 5, -0.005, BrickC("Institutional white"), 0) | |
2352 | rootj.C0 = clerp(rootj.C0, RootCF * CF(0, 0, -0.1 + 0.1 * Cos(sine / 20)) * angles(Rad(5), Rad(0), Rad(0)), 0.15) | |
2353 | tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(-4.5 * Sin(sine / 30)), Rad(0), Rad(0)), 0.3) | |
2354 | RH.C0 = clerp(RH.C0, CF(1, -0.9 - 0.1 * Cos(sine / 20), 0.025 * Cos(sine / 20)) * RHCF * angles(Rad(-12.5 + 3 * Sin(sine / 20)), Rad(0), Rad(0 + 2.5 * Sin(sine / 20))), 0.15) | |
2355 | LH.C0 = clerp(LH.C0, CF(-1, -0.9 - 0.1 * Cos(sine / 20), 0.025 * Cos(sine / 20)) * LHCF * angles(Rad(-2.5 + 3 * Sin(sine / 20)), Rad(0), Rad(0 + 2.5 * Sin(sine / 20))), 0.15) | |
2356 | RW.C0 = clerp(RW.C0, CF(1.1, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(90), Rad(0), Rad(-25)), 0.1) | |
2357 | LW.C0 = clerp(LW.C0, CF(-1.1, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(90), Rad(0), Rad(25)), 0.1) | |
2358 | root.CFrame = FaceMouse()[1] | |
2359 | end | |
2360 | InnerRing1.Transparency = 1 | |
2361 | InnerRing1.CFrame = root.CFrame * CF(0, 0.5, 0) + root.CFrame.lookVector * 5 | |
2362 | CreateSound("294188875", char, 2.3, 1) | |
2363 | local a = IT("Part", char) | |
2364 | a.Name = "Direction" | |
2365 | a.Anchored = true | |
2366 | a.BrickColor = maincolor | |
2367 | a.Material = "Neon" | |
2368 | a.Transparency = 0 | |
2369 | a.Shape = "Cylinder" | |
2370 | a.CanCollide = false | |
2371 | local a2 = IT("Part", char) | |
2372 | a2.Name = "Direction" | |
2373 | a2.Anchored = true | |
2374 | a2.BrickColor = maincolor | |
2375 | a2.Color = maincolor.Color | |
2376 | a2.Material = "Neon" | |
2377 | a2.Transparency = 0.5 | |
2378 | a2.Shape = "Cylinder" | |
2379 | a2.CanCollide = false | |
2380 | local ba = IT("Part", char) | |
2381 | ba.Name = "HitDirect" | |
2382 | ba.Anchored = true | |
2383 | ba.BrickColor = maincolor | |
2384 | ba.Material = "Neon" | |
2385 | ba.Transparency = 1 | |
2386 | ba.CanCollide = false | |
2387 | local ray = Ray.new(InnerRing1.CFrame.p, (mouse.Hit.p - InnerRing1.CFrame.p).unit * 1000) | |
2388 | local ignore = char | |
2389 | local hit, position, normal = workspace:FindPartOnRay(ray, ignore) | |
2390 | a.BottomSurface = 10 | |
2391 | a.TopSurface = 10 | |
2392 | a2.BottomSurface = 10 | |
2393 | a2.TopSurface = 10 | |
2394 | local distance = (InnerRing1.CFrame.p - position).magnitude | |
2395 | a.Size = Vector3.new(distance, 1, 1) | |
2396 | a.CFrame = CF(InnerRing1.CFrame.p, position) * CF(0, 0, -distance / 2) | |
2397 | a2.Size = Vector3.new(distance, 1, 1) | |
2398 | a2.CFrame = CF(InnerRing1.CFrame.p, position) * CF(0, 0, -distance / 2) | |
2399 | ba.CFrame = CF(InnerRing1.CFrame.p, position) * CF(0, 0, -distance) | |
2400 | a.CFrame = a.CFrame * angles(0, Rad(90), 0) | |
2401 | a2.CFrame = a2.CFrame * angles(0, Rad(90), 0) | |
2402 | game:GetService("Debris"):AddItem(a, 20) | |
2403 | game:GetService("Debris"):AddItem(a2, 20) | |
2404 | game:GetService("Debris"):AddItem(ba, 20) | |
2405 | local msh = Instance.new("SpecialMesh", a) | |
2406 | msh.MeshType = "Sphere" | |
2407 | msh.Scale = Vector3.new(1, 25, 25) | |
2408 | local msh2 = Instance.new("SpecialMesh", a2) | |
2409 | msh2.MeshType = "Sphere" | |
2410 | msh2.Scale = Vector3.new(1, 30, 30) | |
2411 | for i = 0, 10, 0.1 do | |
2412 | swait() | |
2413 | root.CFrame = FaceMouse()[1] | |
2414 | hum.CameraOffset = Vector3.new(Mrandom(-1,1),0,Mrandom(-1,1)) | |
2415 | a2.Color = maincolor.Color | |
2416 | InnerRing1.CFrame = root.CFrame * CF(0, 0.5, 0) + root.CFrame.lookVector * 4 | |
2417 | ray = Ray.new(InnerRing1.CFrame.p, (mouse.Hit.p - InnerRing1.CFrame.p).unit * 1000) | |
2418 | hit, position, normal = workspace:FindPartOnRay(ray, ignore) | |
2419 | distance = (InnerRing1.CFrame.p - position).magnitude | |
2420 | a.Size = Vector3.new(distance, 1, 1) | |
2421 | a.CFrame = CF(InnerRing1.CFrame.p, position) * CF(0, 0, -distance / 2) | |
2422 | a2.Size = Vector3.new(distance, 1, 1) | |
2423 | a2.CFrame = CF(InnerRing1.CFrame.p, position) * CF(0, 0, -distance / 2) | |
2424 | ba.CFrame = CF(InnerRing1.CFrame.p, position) * CF(0, 0, -distance) | |
2425 | a.CFrame = a.CFrame * angles(0, Rad(90), 0) | |
2426 | a2.CFrame = a2.CFrame * angles(0, Rad(90), 0) | |
2427 | msh.Scale = msh.Scale - Vector3.new(0, 0.25, 0.25) | |
2428 | msh2.Scale = msh2.Scale - Vector3.new(0, 0.3, 0.3) | |
2429 | SphereAura(5, 0.15, "Add", ba.CFrame * angles(Rad(Mrandom(-360, 360)), Rad(Mrandom(-360, 360)), Rad(Mrandom(-360, 360))), 15, 15, 25, -0.15, maincolor, 0) | |
2430 | SphereAura(5, 0.15, "Add", ba.CFrame * angles(Rad(Mrandom(-360, 360)), Rad(Mrandom(-360, 360)), Rad(Mrandom(-360, 360))), 15, 15, 25, -0.15, maincolor, 0) | |
2431 | for i, v in pairs(FindNearestHead(ba.CFrame.p, 14.5)) do | |
2432 | if v:FindFirstChild("Head") then | |
2433 | Eviscerate(v) | |
2434 | SoulSteal(v) | |
2435 | end | |
2436 | end | |
2437 | end | |
2438 | a:Destroy() | |
2439 | a2:Destroy() | |
2440 | ba:Destroy() | |
2441 | InnerRing1:Destroy() | |
2442 | attack = false | |
2443 | hum.CameraOffset = Vector3.new(0,0,0) | |
2444 | end | |
2445 | --------------------------------------------------- | |
2446 | local sine=0 | |
2447 | function HitboxFunction(Pose, lifetime, siz1, siz2, siz3, Radie, Min, Max, kb, atype) | |
2448 | local Hitboxpart = Instance.new("Part", EffectModel) | |
2449 | RemoveOutlines(Hitboxpart) | |
2450 | Hitboxpart.Size = Vector3.new(siz1, siz2, siz3) | |
2451 | Hitboxpart.CanCollide = false | |
2452 | Hitboxpart.Transparency = 1 | |
2453 | Hitboxpart.Anchored = true | |
2454 | Hitboxpart.CFrame = Pose | |
2455 | game:GetService("Debris"):AddItem(Hitboxpart, lifetime) | |
2456 | MagniDamage(Hitboxpart, Radie, Min, Max, kb, atype) | |
2457 | end | |
2458 | wait2 = false | |
2459 | combo = 1 | |
2460 | mouse.Button1Down:connect(function(key) | |
2461 | if attack == false then | |
2462 | attack = true | |
2463 | hum.WalkSpeed = 3.01 | |
2464 | if combo == 1 and wait2 == false then | |
2465 | wait2 = true | |
2466 | for i = 0, 1.2, 0.1 do | |
2467 | swait() | |
2468 | rootj.C0 = clerp(rootj.C0, RootCF * CFrame.new(0, -0.5, 0) * angles(math.rad(-5), math.rad(0), math.rad(-35)), 0.3) | |
2469 | tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(math.rad(-10), math.rad(0), math.rad(0)), 0.1) | |
2470 | RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0.8) * angles(math.rad(90), math.rad(0), math.rad(20)), 0.1) | |
2471 | LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-25), math.rad(0), math.rad(-10)), 0.3) | |
2472 | RH.C0 = clerp(RH.C0, CFrame.new(1, -1, -0.2) * RHCF * angles(math.rad(-2.5), math.rad(0), math.rad(-0)), 0.3) | |
2473 | LH.C0 = clerp(LH.C0, CFrame.new(-1, -1, 0) * LHCF * angles(math.rad(-2.5), math.rad(15), math.rad(-20)), 0.3) | |
2474 | end | |
2475 | CreateSound("138097048", ra, 3, .8) | |
2476 | HitboxFunction(ra.CFrame, 0.01, 1, 1, 1, 7, 6, 9, 3, "Normal") | |
2477 | for i = 0, 1.2, 0.1 do | |
2478 | swait() | |
2479 | BlockEffect(maincolor, Handle.CFrame, 21, 41, 21, -2, -3, -2, 0.08, 2) | |
2480 | rootj.C0 = clerp(rootj.C0, RootCF * CFrame.new(0, -0.5, 0) * angles(math.rad(5), math.rad(0), math.rad(55)), 0.3) | |
2481 | tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(math.rad(10), math.rad(0), math.rad(0)), 0.1) | |
2482 | RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, -0.8) * angles(math.rad(95), math.rad(0), math.rad(40)), 0.1) | |
2483 | LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-25), math.rad(0), math.rad(-10)), 0.3) | |
2484 | RH.C0 = clerp(RH.C0, CFrame.new(1, -1, 0) * RHCF * angles(math.rad(-2.5), math.rad(-25), math.rad(-17)), 0.3) | |
2485 | LH.C0 = clerp(LH.C0, CFrame.new(-1, -1, 0) * LHCF * angles(math.rad(-2.5), math.rad(-0), math.rad(0)), 0.3) | |
2486 | end | |
2487 | combo = 2 | |
2488 | end | |
2489 | if combo == 2 and wait2 == false then | |
2490 | wait2 = true | |
2491 | for i = 0, 1.2, 0.1 do | |
2492 | swait() | |
2493 | rootj.C0 = clerp(rootj.C0, RootCF * CFrame.new(0, -0.5, 0) * angles(math.rad(-25), math.rad(10), math.rad(-65)), 0.3) | |
2494 | tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(math.rad(10), math.rad(0), math.rad(0)), 0.1) | |
2495 | RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(10)), 0.1) | |
2496 | LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-25), math.rad(0), math.rad(-10)), 0.3) | |
2497 | RH.C0 = clerp(RH.C0, CFrame.new(1, -1, 0) * RHCF * angles(math.rad(-2.5), math.rad(-25), math.rad(-25)), 0.3) | |
2498 | LH.C0 = clerp(LH.C0, CFrame.new(-1, -1, 0) * LHCF * angles(math.rad(-2.5), math.rad(-0), math.rad(-20)), 0.3) | |
2499 | end | |
2500 | CreateSound("138097048", rl, 3, 1) | |
2501 | HitboxFunction(ll.CFrame, 0.01, 1, 1, 1, 7, 5, 10, 3, "Normal") | |
2502 | for i = 0, 1.6, 0.1 do | |
2503 | swait() | |
2504 | rootj.C0 = clerp(rootj.C0, RootCF * CFrame.new(0, -0.5, 0) * angles(math.rad(-15), math.rad(0), math.rad(65+255.45*i)), 0.3) | |
2505 | tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(math.rad(10), math.rad(0), math.rad(0)), 0.1) | |
2506 | RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(54), math.rad(0), math.rad(35)), 0.1) | |
2507 | LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-34), math.rad(0), math.rad(-35)), 0.3) | |
2508 | RH.C0 = clerp(RH.C0, CFrame.new(1, -1, 0) * RHCF * angles(math.rad(-2.5), math.rad(-25), math.rad(95)), 0.3) | |
2509 | LH.C0 = clerp(LH.C0, CFrame.new(-1, -1, 0) * LHCF * angles(math.rad(-4.5), math.rad(-30), math.rad(0)), 0.3) | |
2510 | end | |
2511 | combo = 3 | |
2512 | end | |
2513 | if combo == 3 and wait2 == false then | |
2514 | for i = 0, 1.2, 0.1 do | |
2515 | swait() | |
2516 | rootj.C0 = clerp(rootj.C0, RootCF * CFrame.new(0, -0.5, 0) * angles(math.rad(-5), math.rad(0), math.rad(-35)), 0.3) | |
2517 | tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(math.rad(-10), math.rad(0), math.rad(0)), 0.1) | |
2518 | RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0.8) * angles(math.rad(90), math.rad(0), math.rad(20)), 0.1) | |
2519 | LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-25), math.rad(0), math.rad(-10)), 0.3) | |
2520 | RH.C0 = clerp(RH.C0, CFrame.new(1, -1, -0.2) * RHCF * angles(math.rad(-2.5), math.rad(0), math.rad(-0)), 0.3) | |
2521 | LH.C0 = clerp(LH.C0, CFrame.new(-1, -1, 0) * LHCF * angles(math.rad(-2.5), math.rad(15), math.rad(-20)), 0.3) | |
2522 | end | |
2523 | CreateSound("138097048", ra, 3, .8) | |
2524 | HitboxFunction(ra.CFrame, 0.01, 1, 1, 1, 7, 24, 36, 3, "Normal") | |
2525 | for i = 0, 1.2, 0.1 do | |
2526 | swait() | |
2527 | rootj.C0 = clerp(rootj.C0, RootCF * CFrame.new(0, -0.5, 0) * angles(math.rad(5), math.rad(0), math.rad(35)), 0.3) | |
2528 | tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(math.rad(10), math.rad(0), math.rad(0)), 0.1) | |
2529 | RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, -0.8) * angles(math.rad(96), math.rad(0), math.rad(10)), 0.1) | |
2530 | LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-25), math.rad(0), math.rad(-10)), 0.3) | |
2531 | RH.C0 = clerp(RH.C0, CFrame.new(1, -1, 0) * RHCF * angles(math.rad(-2.5), math.rad(-25), math.rad(-0)), 0.3) | |
2532 | LH.C0 = clerp(LH.C0, CFrame.new(-1, -1, 0) * LHCF * angles(math.rad(-2.5), math.rad(-0), math.rad(0)), 0.3) | |
2533 | end | |
2534 | Effects.Sphere.Create(maincolor, ra.CFrame * CFrame.new(0,-2,0) , 85, 85, 85, 0.1, 0.1, 0.1, 0.03) | |
2535 | Effects.Ring.Create(maincolor, ra.CFrame * CFrame.new(0,-2,0) , 2, 2, 2, 0.1, 0.1, 0.1, 0.03) | |
2536 | HitboxFunction(ra.CFrame, 0.01, 1, 1, 1, 7, 24, 36, 3, "Normal") | |
2537 | for i = 0, 1.2, 0.1 do | |
2538 | swait() | |
2539 | rootj.C0 = clerp(rootj.C0, RootCF * CFrame.new(0, -0.5, 0) * angles(math.rad(5), math.rad(0), math.rad(-35)), 0.3) | |
2540 | tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(math.rad(10), math.rad(0), math.rad(0)), 0.1) | |
2541 | RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, -0.8) * angles(math.rad(25), math.rad(0), math.rad(10)), 0.1) | |
2542 | LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-25), math.rad(0), math.rad(-10)), 0.3) | |
2543 | RH.C0 = clerp(RH.C0, CFrame.new(1, -1, 0) * RHCF * angles(math.rad(-2.5), math.rad(-25), math.rad(-0)), 0.3) | |
2544 | LH.C0 = clerp(LH.C0, CFrame.new(-1, -1, 0) * LHCF * angles(math.rad(-2.5), math.rad(-0), math.rad(0)), 0.3) | |
2545 | end | |
2546 | combo = 1 | |
2547 | end | |
2548 | hum.WalkSpeed = 8 | |
2549 | wait2 = false | |
2550 | attack = false | |
2551 | end | |
2552 | end) | |
2553 | ------------------------------------------ | |
2554 | ||
2555 | ------------------------------------------------------ | |
2556 | -------------------------------------------------- | |
2557 | ||
2558 | ----------------------------------------------------- | |
2559 | function I_REALLY_CANT_STOP() | |
2560 | attack = true | |
2561 | hum.WalkSpeed = 0 | |
2562 | VALUE2 = true | |
2563 | SONG = 205620538 | |
2564 | root.Anchored = true | |
2565 | repeat | |
2566 | swait() | |
2567 | for i = 0, 1, 0.1 do | |
2568 | swait() | |
2569 | RH.C0 = clerp(RH.C0, CF(1, -1 - 0.05 * math.cos(sine / 28), 0) * angles(math.rad(0), math.rad(90), math.rad(0)) * angles(math.rad(-2.5), math.rad(0), math.rad(0 + 1 * math.cos(sine / 34))), 0.1) | |
2570 | LH.C0 = clerp(LH.C0, CF(-1, -1 - 0.05 * math.cos(sine / 28), 0) * angles(math.rad(0), math.rad(-90), math.rad(0)) * angles(math.rad(-2.5), math.rad(0), math.rad(0 + 1 * math.cos(sine / 34))), 0.1) | |
2571 | rootj.C0 = clerp(rootj.C0, RootCF * CF(0, 0, -2.4 + 0.05 * math.cos(sine / 28)) * angles(math.rad(90 - 1 * math.cos(sine / 34)), math.rad(0), math.rad(0)), 0.1) | |
2572 | tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(math.rad(0 - 2.5 * math.cos(sine / 28)), math.rad(0), math.rad(-60)), 0.15) | |
2573 | RW.C0 = clerp(RW.C0, CF(1.5, 0.5 + 0.1 * math.cos(sine / 28), 0) * angles(math.rad(180), math.rad(0), math.rad(32)), 0.15) | |
2574 | LW.C0 = clerp(LW.C0, CF(-1.5, 0.5 + 0.1 * math.cos(sine / 28), 0) * angles(math.rad(180), math.rad(0), math.rad(-65)), 0.15) | |
2575 | end | |
2576 | until VALUE2 == false | |
2577 | attack = false | |
2578 | hum.WalkSpeed = 14 | |
2579 | SONG = 798464853 | |
2580 | root.Anchored = false | |
2581 | end | |
2582 | function Raycast(POSITION, DIRECTION, RANGE, IGNOREDECENDANTS) | |
2583 | return workspace:FindPartOnRay(Ray.new(POSITION, DIRECTION.unit * RANGE), IGNOREDECENDANTS) | |
2584 | end | |
2585 | function My_Favorite_Show_As_A_Kid() | |
2586 | attack = true | |
2587 | hum.WalkSpeed = 0 | |
2588 | Cso("1093102664", hed, 10, 1) | |
2589 | for i = 0, 6, 0.1 do | |
2590 | swait() | |
2591 | rootj.C0 = clerp(rootj.C0, RootCF * CF(0* Player_Size, 0* Player_Size, -0.1 + 0.1* Player_Size * Cos(sine / 20)) * angles(Rad(0), Rad(0), Rad(0)), 1) | |
2592 | tors.Neck.C0 = clerp(tors.Neck.C0, necko* CF(0, 0, 0 + ((1* Player_Size) - 1)) * angles(Rad(-25 - 2.5 * Sin(sine / 30)), Rad(0), Rad(-20)), 1) | |
2593 | RH.C0 = clerp(RH.C0, CF(1* Player_Size, -0.9 - 0.1 * Cos(sine / 20)* Player_Size, 0* Player_Size) * angles(Rad(0), Rad(84), Rad(0)) * angles(Rad(-6.5), Rad(0), Rad(0)), 1) | |
2594 | LH.C0 = clerp(LH.C0, CF(-1* Player_Size, -0.9 - 0.1 * Cos(sine / 20)* Player_Size, 0* Player_Size) * angles(Rad(0), Rad(-84), Rad(0)) * angles(Rad(-6.5), Rad(0), Rad(0)), 1) | |
2595 | RW.C0 = clerp(RW.C0, CF(1.5* Player_Size, 0.2 + 0.02 * Sin(sine / 20)* Player_Size, 0* Player_Size) * angles(Rad(175), Rad(-.6), Rad(15)), 0.1) | |
2596 | LW.C0 = clerp(LW.C0, CF(-1.5* Player_Size, 0.5 + 0.02 * Sin(sine / 20)* Player_Size, 0* Player_Size) * angles(Rad(0), Rad(-.6), Rad(-13 - 4.5 * Sin(sine / 20))), 1) | |
2597 | end | |
2598 | Cso("1542642349", hed, 10, 1) | |
2599 | for i = 0, 6, 0.1 do | |
2600 | swait() | |
2601 | rootj.C0 = clerp(rootj.C0, RootCF * CF(0* Player_Size, 0* Player_Size, -0.1 + 0.1* Player_Size * Cos(sine / 20)) * angles(Rad(0), Rad(0), Rad(0)), 1) | |
2602 | tors.Neck.C0 = clerp(tors.Neck.C0, necko* CF(0, -5, 0 + ((-1 * Player_Size) - 1)) * angles(Rad(-2.5 * Sin(sine / 30)), Rad(0), Rad(180)), 1) | |
2603 | RH.C0 = clerp(RH.C0, CF(1* Player_Size, -0.9 - 0.1 * Cos(sine / 20)* Player_Size, 0* Player_Size) * angles(Rad(0), Rad(84), Rad(0)) * angles(Rad(-6.5), Rad(0), Rad(0)), 1) | |
2604 | LH.C0 = clerp(LH.C0, CF(-1* Player_Size, -0.9 - 0.1 * Cos(sine / 20)* Player_Size, 0* Player_Size) * angles(Rad(0), Rad(-84), Rad(0)) * angles(Rad(-6.5), Rad(0), Rad(0)), 1) | |
2605 | RW.C0 = clerp(RW.C0, CF(1.5* Player_Size, 0.2 + 0.02 * Sin(sine / 20)* Player_Size, 0* Player_Size) * angles(Rad(175), Rad(-.6), Rad(15)), 0.1) | |
2606 | LW.C0 = clerp(LW.C0, CF(-1.5* Player_Size, 0.5 + 0.02 * Sin(sine / 20)* Player_Size, 0* Player_Size) * angles(Rad(0), Rad(-.6), Rad(-13 - 4.5 * Sin(sine / 20))), 1) | |
2607 | end | |
2608 | Cso("144508058", hed, 10, 0.8) | |
2609 | for i = 0, 6, 0.1 do | |
2610 | swait() | |
2611 | rootj.C0 = clerp(rootj.C0, RootCF * CF(0* Player_Size, 0* Player_Size, -0.1 + 0.1* Player_Size * Cos(sine / 20)) * angles(Rad(0), Rad(0), Rad(0)), 1) | |
2612 | tors.Neck.C0 = clerp(tors.Neck.C0, necko* CF(0, 0, 0 + ((1 * Player_Size) - 1)) * angles(Rad(25 - 2.5 * Sin(sine / 30)), Rad(0), Rad(0)), 1) | |
2613 | RH.C0 = clerp(RH.C0, CF(1* Player_Size, -0.9 - 0.1 * Cos(sine / 20)* Player_Size, 0* Player_Size) * angles(Rad(0), Rad(84), Rad(0)) * angles(Rad(-6.5), Rad(0), Rad(0)), 1) | |
2614 | LH.C0 = clerp(LH.C0, CF(-1* Player_Size, -0.9 - 0.1 * Cos(sine / 20)* Player_Size, 0* Player_Size) * angles(Rad(0), Rad(-84), Rad(0)) * angles(Rad(-6.5), Rad(0), Rad(0)), 1) | |
2615 | RW.C0 = clerp(RW.C0, CF(1.5* Player_Size, 0.5 + 0.02 * Sin(sine / 20)* Player_Size, 0* Player_Size) * angles(Rad(-90), Rad(-.6), Rad(15)), 1) | |
2616 | LW.C0 = clerp(LW.C0, CF(-1.5* Player_Size, 0.5 + 0.02 * Sin(sine / 20)* Player_Size, 0* Player_Size) * angles(Rad(0), Rad(-.6), Rad(-13 - 4.5 * Sin(sine / 20))), 1) | |
2617 | end | |
2618 | Cso("144508058", hed, 10, 0.8) | |
2619 | Cso("702631545", tors, 7, 1) | |
2620 | HW.Part0 = tors | |
2621 | HW.C0 = clerp(HW.C0, CF(0, -.4, 0) * angles(Rad(-90), Rad(0), Rad(0)), 1) | |
2622 | for i = 0, 6, 0.1 do | |
2623 | swait() | |
2624 | rootj.C0 = clerp(rootj.C0, RootCF * CF(0* Player_Size, 0* Player_Size, -0.1 + 0.1* Player_Size * Cos(sine / 20)) * angles(Rad(0), Rad(0), Rad(0)), 1) | |
2625 | tors.Neck.C0 = clerp(tors.Neck.C0, necko* CF(0, 0, 0 + ((1 * Player_Size) - 1)) * angles(Rad(25 - 2.5 * Sin(sine / 30)), Rad(0), Rad(0)), 1) | |
2626 | RH.C0 = clerp(RH.C0, CF(1* Player_Size, -0.9 - 0.1 * Cos(sine / 20)* Player_Size, 0* Player_Size) * angles(Rad(0), Rad(84), Rad(0)) * angles(Rad(-6.5), Rad(0), Rad(0)), 1) | |
2627 | LH.C0 = clerp(LH.C0, CF(-1* Player_Size, -0.9 - 0.1 * Cos(sine / 20)* Player_Size, 0* Player_Size) * angles(Rad(0), Rad(-84), Rad(0)) * angles(Rad(-6.5), Rad(0), Rad(0)), 1) | |
2628 | RW.C0 = clerp(RW.C0, CF(1.5* Player_Size, 0.5 + 0.02 * Sin(sine / 20)* Player_Size, 0* Player_Size) * angles(Rad(45), Rad(-.6), Rad(-15)), 1) | |
2629 | LW.C0 = clerp(LW.C0, CF(-1.5* Player_Size, 0.5 + 0.02 * Sin(sine / 20)* Player_Size, 0* Player_Size) * angles(Rad(0), Rad(-.6), Rad(-13 - 4.5 * Sin(sine / 20))), 1) | |
2630 | end | |
2631 | Cso("1093102664", hed, 10, 1) | |
2632 | for i = 0, 6, 0.1 do | |
2633 | swait() | |
2634 | rootj.C0 = clerp(rootj.C0, RootCF * CF(0* Player_Size, 0* Player_Size, -0.1 + 0.1* Player_Size * Cos(sine / 20)) * angles(Rad(0), Rad(0), Rad(0)), 1) | |
2635 | tors.Neck.C0 = clerp(tors.Neck.C0, necko* CF(0, 0, 0 + ((1 * Player_Size) - 1)) * angles(Rad(-2.5 * Sin(sine / 30)), Rad(0), Rad(0)), 1) | |
2636 | RH.C0 = clerp(RH.C0, CF(1* Player_Size, -0.9 - 0.1 * Cos(sine / 20)* Player_Size, 0* Player_Size) * angles(Rad(0), Rad(84), Rad(0)) * angles(Rad(-6.5), Rad(0), Rad(0)), 1) | |
2637 | LH.C0 = clerp(LH.C0, CF(-1* Player_Size, -0.9 - 0.1 * Cos(sine / 20)* Player_Size, 0* Player_Size) * angles(Rad(0), Rad(-84), Rad(0)) * angles(Rad(-6.5), Rad(0), Rad(0)), 1) | |
2638 | RW.C0 = clerp(RW.C0, CF(1.5* Player_Size, 0.5 + 0.02 * Sin(sine / 20)* Player_Size, 0* Player_Size) * angles(Rad(45), Rad(-.6), Rad(-15)), 1) | |
2639 | LW.C0 = clerp(LW.C0, CF(-1.5* Player_Size, 0.5 + 0.02 * Sin(sine / 20)* Player_Size, 0* Player_Size) * angles(Rad(0), Rad(-.6), Rad(-13 - 4.5 * Sin(sine / 20))), 1) | |
2640 | end | |
2641 | Cso("1025464252", hed, 10, 1) | |
2642 | for i = 0, 16, 0.1 do | |
2643 | swait() | |
2644 | rootj.C0 = clerp(rootj.C0, RootCF * CF(0* Player_Size, 0* Player_Size, -0.1 + 0.1* Player_Size * Cos(sine / 20)) * angles(Rad(-10), Rad(0), Rad(0)), 1) | |
2645 | tors.Neck.C0 = clerp(tors.Neck.C0, necko* CF(0, 0, 0 + ((1 * Player_Size) - 1)) * angles(Rad(-25 - 2.5 * Sin(sine / 30)), Rad(0), Rad(0)), 1) | |
2646 | RH.C0 = clerp(RH.C0, CF(1* Player_Size, -0.9 - 0.1 * Cos(sine / 20)* Player_Size, 0* Player_Size) * angles(Rad(0), Rad(84), Rad(0)) * angles(Rad(-6.5), Rad(0), Rad(-10)), 1) | |
2647 | LH.C0 = clerp(LH.C0, CF(-1* Player_Size, -0.9 - 0.1 * Cos(sine / 20)* Player_Size, 0* Player_Size) * angles(Rad(0), Rad(-84), Rad(0)) * angles(Rad(-6.5), Rad(0), Rad(10)), 1) | |
2648 | RW.C0 = clerp(RW.C0, CF(1.5* Player_Size, 0.5 + 0.02 * Sin(sine / 20)* Player_Size, 0* Player_Size) * angles(Rad(-45), Rad(-.6), Rad(15)), 1) | |
2649 | LW.C0 = clerp(LW.C0, CF(-1.5* Player_Size, 0.5 + 0.02 * Sin(sine / 20)* Player_Size, 0* Player_Size) * angles(Rad(-45), Rad(-.6), Rad(-13)), 1) | |
2650 | end | |
2651 | attack = false | |
2652 | HW.Part0 = ra | |
2653 | HW.C0 = clerp(HW.C0, CF(0, -1, 0) * angles(Rad(-90), Rad(0), Rad(0)), 1) | |
2654 | hum.WalkSpeed = 14 | |
2655 | end | |
2656 | --------------------------------------------------------- | |
2657 | ----------------- | |
2658 | local m = Create("Model"){ | |
2659 | Parent = Character, | |
2660 | Name = "WeaponModel" | |
2661 | } | |
2662 | function PlayAnimationFromTable(table, speed, bool) | |
2663 | RootJoint.C0 = clerp(RootJoint.C0, table[1], speed) | |
2664 | Torso.Neck.C0 = clerp(Torso.Neck.C0, table[2], speed) | |
2665 | RW.C0 = clerp(RW.C0, table[3], speed) | |
2666 | LW.C0 = clerp(LW.C0, table[4], speed) | |
2667 | RH.C0 = clerp(RH.C0, table[5], speed) | |
2668 | LH.C0 = clerp(LH.C0, table[6], speed) | |
2669 | if bool == true then | |
2670 | if resetc1 == false then | |
2671 | resetc1 = true | |
2672 | RootJoint.C1 = RootJoint.C1 | |
2673 | Torso.Neck.C1 = Torso.Neck.C1 | |
2674 | RW.C1 = rarmc1 | |
2675 | LW.C1 = larmc1 | |
2676 | RH.C1 = rlegc1 | |
2677 | LH.C1 = llegc1 | |
2678 | end | |
2679 | end | |
2680 | end | |
2681 | ----------------------- | |
2682 | local Reaper = AddInstance("Part",{ | |
2683 | Parent = hed, | |
2684 | CFrame = hed.CFrame, | |
2685 | formFactor = "Symmetric", | |
2686 | Size = Vector3.new(1, 1, 1), | |
2687 | CanCollide = false, | |
2688 | TopSurface = "Smooth", | |
2689 | BottomSurface = "Smooth", | |
2690 | Locked = true, | |
2691 | }) | |
2692 | local Weld = AddInstance("Weld",{ | |
2693 | Parent = Reaper, | |
2694 | Part0 = hed, | |
2695 | C0 = CFrame.new(0, 0, 0)*CFrame.Angles(0, 0, 0), | |
2696 | Part1 = Reaper, | |
2697 | }) | |
2698 | local Mesh = AddInstance("SpecialMesh",{ | |
2699 | Parent = Reaper, | |
2700 | MeshId = "rbxassetid://83499032", | |
2701 | TextureId = "rbxassetid://184744284", | |
2702 | Scale = Vector3.new(1, 1, 1), | |
2703 | VertexColor = Vector3.new(0.3, 0.3, 0.3), | |
2704 | }) | |
2705 | ------------------------------- | |
2706 | ||
2707 | ||
2708 | --[[ | |
2709 | Thanks for using Build-To-Lua by jarredbcv. | |
2710 | ]]-- | |
2711 | ||
2712 | New = function(Object, Parent, Name, Data) | |
2713 | local Object = Instance.new(Object) | |
2714 | for Index, Value in pairs(Data or {}) do | |
2715 | Object[Index] = Value | |
2716 | end | |
2717 | Object.Parent = Parent | |
2718 | Object.Name = Name | |
2719 | return Object | |
2720 | end | |
2721 | ||
2722 | Gaunty = New("Model",char,"Gaunty",{}) | |
2723 | Handle = New("Part",Gaunty,"Handle",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(1, 1.26999998, 1),CFrame = CFrame.new(-5.67319345, 3.02064276, -77.6615906, 0.999894261, 0.010924357, 0.00963267777, -0.0110270018, 0.999882579, 0.0106679145, -0.00951499958, -0.0107729975, 0.999897003),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),}) | |
2724 | Mesh = New("BlockMesh",Handle,"Mesh",{Scale = Vector3.new(1.03999996, 1, 1.03999996),}) | |
2725 | NeonPart = New("Part",Gaunty,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.13999987, 0.109999999, 0.109999999),CFrame = CFrame.new(-5.82765579, 3.62595344, -77.6579285, -4.74974513e-08, -6.18456397e-10, 1.0000006, -5.58793545e-09, 1.0000006, -1.5279511e-10, -1.0000006, 4.65661287e-09, -4.00468707e-08),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),}) | |
2726 | mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -4.37113883e-08, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-08),C1 = CFrame.new(-0.161155701, 0.603512526, 0.00862884521, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),}) | |
2727 | NeonPart = New("Part",Gaunty,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.13999987, 0.109999999, 0.109999999),CFrame = CFrame.new(-6.13765526, 3.62595367, -77.6579285, -4.74974513e-08, -6.18456397e-10, 1.0000006, -5.58793545e-09, 1.0000006, -1.5279511e-10, -1.0000006, 4.65661287e-09, -4.00468707e-08),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),}) | |
2728 | mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -4.37113883e-08, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-08),C1 = CFrame.new(-0.471122265, 0.600126028, 0.00564575195, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),}) | |
2729 | NeonPart = New("Part",Gaunty,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.13999987, 0.109999999, 0.109999999),CFrame = CFrame.new(-5.5176549, 3.62595415, -77.6579285, -4.74974513e-08, -6.18456397e-10, 1.0000006, -5.58793545e-09, 1.0000006, -1.5279511e-10, -1.0000006, 4.65661287e-09, -4.00468707e-08),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),}) | |
2730 | mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -4.37113883e-08, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-08),C1 = CFrame.new(0.148812294, 0.606899738, 0.0116195679, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),}) | |
2731 | NeonPart = New("Part",Gaunty,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.13999987, 0.109999999, 0.109999999),CFrame = CFrame.new(-5.21765471, 3.62595463, -77.6579285, -4.74974513e-08, -6.18456397e-10, 1.0000006, -5.58793545e-09, 1.0000006, -1.5279511e-10, -1.0000006, 4.65661287e-09, -4.00468707e-08),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),}) | |
2732 | mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -4.37113883e-08, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-08),C1 = CFrame.new(0.448780537, 0.610177517, 0.014503479, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),}) | |
2733 | NeonPart = New("Part",Gaunty,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.13999987, 0.109999999, 0.109999999),CFrame = CFrame.new(-6.13765526, 2.53595448, -77.6579285, -4.74974513e-08, -6.18456397e-10, 1.0000006, -5.58793545e-09, 1.0000006, -1.5279511e-10, -1.0000006, 4.65661287e-09, -4.00468707e-08),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),}) | |
2734 | mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -4.37113883e-08, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-08),C1 = CFrame.new(-0.459102631, -0.489744425, -0.00598144531, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),}) | |
2735 | NeonPart = New("Part",Gaunty,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.13999987, 0.109999999, 0.109999999),CFrame = CFrame.new(-5.82765627, 2.53595448, -77.6579285, -4.74974513e-08, -6.18456397e-10, 1.0000006, -5.58793545e-09, 1.0000006, -1.5279511e-10, -1.0000006, 4.65661287e-09, -4.00468707e-08),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),}) | |
2736 | mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -4.37113883e-08, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-08),C1 = CFrame.new(-0.149136543, -0.486357927, -0.00299835205, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),}) | |
2737 | NeonPart = New("Part",Gaunty,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.13999987, 0.109999999, 0.109999999),CFrame = CFrame.new(-5.51765537, 2.53595448, -77.6579361, -4.74974513e-08, -6.18456397e-10, 1.0000006, -5.58793545e-09, 1.0000006, -1.5279511e-10, -1.0000006, 4.65661287e-09, -4.00468707e-08),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),}) | |
2738 | mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -4.37113883e-08, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-08),C1 = CFrame.new(0.160831451, -0.48297143, -1.52587891e-05, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),}) | |
2739 | NeonPart = New("Part",Gaunty,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.13999987, 0.109999999, 0.109999999),CFrame = CFrame.new(-5.21765566, 2.53595424, -77.6579361, -4.74974513e-08, -6.18456397e-10, 1.0000006, -5.58793545e-09, 1.0000006, -1.5279511e-10, -1.0000006, 4.65661287e-09, -4.00468707e-08),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),}) | |
2740 | mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -4.37113883e-08, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-08),C1 = CFrame.new(0.460799217, -0.479694128, 0.00286865234, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),}) | |
2741 | Part = New("Part",Gaunty,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(1.07999992, 0.279999971, 1.06999993),CFrame = CFrame.new(-5.66865063, 3.64553881, -77.6613617, 0.999894857, 0.0109243635, 0.00963268708, -0.0110270083, 0.999883175, 0.0106679257, -0.00951500144, -0.0107729994, 0.999897599),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),}) | |
2742 | Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1.03999996, 1, 1.03999996),}) | |
2743 | mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),C1 = CFrame.new(-0.00235080719, 0.624869347, 0.00694274902, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),}) | |
2744 | NeonPart = New("Part",Gaunty,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(1.08999991, 0.0599999577, 1.07999992),CFrame = CFrame.new(-5.66490126, 3.73544312, -77.6652145, 0.999894857, 0.0109243635, 0.00963268708, -0.0110270083, 0.999883175, 0.0106679257, -0.00951500144, -0.0107729994, 0.999897599),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),}) | |
2745 | Mesh = New("BlockMesh",NeonPart,"Mesh",{Scale = Vector3.new(1.03999996, 1, 1.03999996),}) | |
2746 | mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),C1 = CFrame.new(0.000443935394, 0.714845657, 0.00408172607, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),}) | |
2747 | NeonPart = New("Part",Gaunty,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(1.08999991, 0.0599999577, 1.07999992),CFrame = CFrame.new(-5.66480446, 3.52554965, -77.65522, 0.999894857, 0.0109243635, 0.00963268708, -0.0110270083, 0.999883175, 0.0106679257, -0.00951500144, -0.0107729994, 0.999897599),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),}) | |
2748 | Mesh = New("BlockMesh",NeonPart,"Mesh",{Scale = Vector3.new(1.03999996, 1, 1.03999996),}) | |
2749 | mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),C1 = CFrame.new(0.00275993347, 0.504870415, 0.0118331909, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),}) | |
2750 | Part = New("Part",Gaunty,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(1.07999992, 0.279999971, 1.06999993),CFrame = CFrame.new(-5.6686511, 2.55553746, -77.6613541, 0.999894857, 0.0109243635, 0.00963268708, -0.0110270083, 0.999883175, 0.0106679257, -0.00951500144, -0.0107729994, 0.999897599),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),}) | |
2751 | Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1.03999996, 1, 1.03999996),}) | |
2752 | mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),C1 = CFrame.new(0.00966835022, -0.465003252, -0.00468444824, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),}) | |
2753 | NeonPart = New("Part",Gaunty,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(1.08999991, 0.0599999577, 1.07999992),CFrame = CFrame.new(-5.66490126, 2.64544272, -77.6652145, 0.999894857, 0.0109243635, 0.00963268708, -0.0110270083, 0.999883175, 0.0106679257, -0.00951500144, -0.0107729994, 0.999897599),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),}) | |
2754 | Mesh = New("BlockMesh",NeonPart,"Mesh",{Scale = Vector3.new(1.03999996, 1, 1.03999996),}) | |
2755 | mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),C1 = CFrame.new(0.0124630928, -0.375026226, -0.00754547119, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),}) | |
2756 | NeonPart = New("Part",Gaunty,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(1.08999991, 0.0599999577, 1.07999992),CFrame = CFrame.new(-5.66480494, 2.43554902, -77.65522, 0.999894857, 0.0109243635, 0.00963268708, -0.0110270083, 0.999883175, 0.0106679257, -0.00951500144, -0.0107729994, 0.999897599),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),}) | |
2757 | Mesh = New("BlockMesh",NeonPart,"Mesh",{Scale = Vector3.new(1.03999996, 1, 1.03999996),}) | |
2758 | mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),C1 = CFrame.new(0.0147790909, -0.585001707, 0.000205993652, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),}) | |
2759 | NeonPart = New("Part",Gaunty,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.12999988, 0.109999999, 0.109999999),CFrame = CFrame.new(-5.67265606, 3.62595463, -78.1079407, 1.0000006, -6.18456397e-10, 3.7252903e-09, -6.18456397e-10, 1.0000006, 4.65661287e-09, 3.7252903e-09, 4.65661287e-09, 1.0000006),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),}) | |
2760 | mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle,C1 = CFrame.new(-0.0018901825, 0.61005497, -0.439842224, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),}) | |
2761 | NeonPart = New("Part",Gaunty,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.12999988, 0.109999999, 0.109999999),CFrame = CFrame.new(-5.67265606, 3.62595558, -77.8179321, 1.0000006, -6.18456397e-10, 3.7252903e-09, -6.18456397e-10, 1.0000006, 4.65661287e-09, 3.7252903e-09, 4.65661287e-09, 1.0000006),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),}) | |
2762 | mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle,C1 = CFrame.new(-0.00464963913, 0.606931448, -0.149864197, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),}) | |
2763 | NeonPart = New("Part",Gaunty,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.13999987, 0.109999999, 0.109999999),CFrame = CFrame.new(-5.66765547, 3.62595606, -77.4879303, 1.0000006, -6.18456397e-10, 3.7252903e-09, -6.18456397e-10, 1.0000006, 4.65661287e-09, 3.7252903e-09, 4.65661287e-09, 1.0000006),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),}) | |
2764 | mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle,C1 = CFrame.new(-0.00278997421, 0.603431463, 0.180152893, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),}) | |
2765 | NeonPart = New("Part",Gaunty,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.13999987, 0.109999999, 0.109999999),CFrame = CFrame.new(-5.66765547, 3.62595654, -77.1979294, 1.0000006, -6.18456397e-10, 3.7252903e-09, -6.18456397e-10, 1.0000006, 4.65661287e-09, 3.7252903e-09, 4.65661287e-09, 1.0000006),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),}) | |
2766 | mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle,C1 = CFrame.new(-0.00554895401, 0.600307703, 0.470123291, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),}) | |
2767 | NeonPart = New("Part",Gaunty,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.13999987, 0.109999999, 0.109999999),CFrame = CFrame.new(-5.66765547, 2.53595638, -77.1979294, 1.0000006, -6.18456397e-10, 3.7252903e-09, -6.18456397e-10, 1.0000006, 4.65661287e-09, 3.7252903e-09, 4.65661287e-09, 1.0000006),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),}) | |
2768 | mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle,C1 = CFrame.new(0.0064702034, -0.489563704, 0.458496094, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),}) | |
2769 | NeonPart = New("Part",Gaunty,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.13999987, 0.109999999, 0.109999999),CFrame = CFrame.new(-5.66765547, 2.53595614, -77.4879303, 1.0000006, -6.18456397e-10, 3.7252903e-09, -6.18456397e-10, 1.0000006, 4.65661287e-09, 3.7252903e-09, 4.65661287e-09, 1.0000006),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),}) | |
2770 | mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle,C1 = CFrame.new(0.00922966003, -0.486439705, 0.168525696, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),}) | |
2771 | NeonPart = New("Part",Gaunty,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.12999988, 0.109999999, 0.109999999),CFrame = CFrame.new(-5.67265558, 2.53595638, -77.8179245, 1.0000006, -6.18456397e-10, 3.7252903e-09, -6.18456397e-10, 1.0000006, 4.65661287e-09, 3.7252903e-09, 4.65661287e-09, 1.0000006),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),}) | |
2772 | mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle,C1 = CFrame.new(0.00736999512, -0.482939243, -0.161483765, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),}) | |
2773 | NeonPart = New("Part",Gaunty,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.12999988, 0.109999999, 0.109999999),CFrame = CFrame.new(-5.67265606, 2.53595614, -78.1079254, 1.0000006, -6.18456397e-10, 3.7252903e-09, -6.18456397e-10, 1.0000006, 4.65661287e-09, 3.7252903e-09, 4.65661287e-09, 1.0000006),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),}) | |
2774 | mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle,C1 = CFrame.new(0.0101289749, -0.479815245, -0.451454163, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),}) | |
2775 | Part = New("Part",Gaunty,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Neon,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.15999985, 0.0700000003, 0.0700000003),CFrame = CFrame.new(-5.66765547, 3.62595677, -77.1979218, 1.0000006, -6.18456397e-10, 3.7252903e-09, -6.18456397e-10, 1.0000006, 4.65661287e-09, 3.7252903e-09, 4.65661287e-09, 1.0000006),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),}) | |
2776 | mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C1 = CFrame.new(-0.00554943085, 0.600307941, 0.47013092, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),}) | |
2777 | Part = New("Part",Gaunty,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Neon,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.15999985, 0.0700000003, 0.0700000003),CFrame = CFrame.new(-5.66765499, 3.62595701, -77.4879303, 1.0000006, -6.18456397e-10, 3.7252903e-09, -6.18456397e-10, 1.0000006, 4.65661287e-09, 3.7252903e-09, 4.65661287e-09, 1.0000006),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),}) | |
2778 | mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C1 = CFrame.new(-0.00278949738, 0.603432655, 0.180152893, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),}) | |
2779 | Part = New("Part",Gaunty,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Neon,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.15999985, 0.0700000003, 0.0700000003),CFrame = CFrame.new(-5.66765451, 3.62595749, -77.8179321, 1.0000006, -6.18456397e-10, 3.7252903e-09, -6.18456397e-10, 1.0000006, 4.65661287e-09, 3.7252903e-09, 4.65661287e-09, 1.0000006),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),}) | |
2780 | mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C1 = CFrame.new(0.000350952148, 0.606987953, -0.149810791, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),}) | |
2781 | Part = New("Part",Gaunty,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Neon,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.15999985, 0.0700000003, 0.0700000003),CFrame = CFrame.new(-5.66765451, 3.62595749, -78.107933, 1.0000006, -6.18456397e-10, 3.7252903e-09, -6.18456397e-10, 1.0000006, 4.65661287e-09, 3.7252903e-09, 4.65661287e-09, 1.0000006),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),}) | |
2782 | mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C1 = CFrame.new(0.00311040878, 0.61011219, -0.439788818, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),}) | |
2783 | Part = New("Part",Gaunty,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Neon,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.15999985, 0.0700000003, 0.0700000003),CFrame = CFrame.new(-5.66765499, 2.53595734, -78.107933, 1.0000006, -6.18456397e-10, 3.7252903e-09, -6.18456397e-10, 1.0000006, 4.65661287e-09, 3.7252903e-09, 4.65661287e-09, 1.0000006),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),}) | |
2784 | mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C1 = CFrame.new(0.0151295662, -0.479759216, -0.451416016, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),}) | |
2785 | Part = New("Part",Gaunty,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Neon,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.15999985, 0.0700000003, 0.0700000003),CFrame = CFrame.new(-5.66765499, 2.5359571, -77.8179245, 1.0000006, -6.18456397e-10, 3.7252903e-09, -6.18456397e-10, 1.0000006, 4.65661287e-09, 3.7252903e-09, 4.65661287e-09, 1.0000006),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),}) | |
2786 | mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C1 = CFrame.new(0.0123701096, -0.482883692, -0.161437988, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),}) | |
2787 | Part = New("Part",Gaunty,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Neon,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.15999985, 0.0700000003, 0.0700000003),CFrame = CFrame.new(-5.66765499, 2.5359571, -77.4879227, 1.0000006, -6.18456397e-10, 3.7252903e-09, -6.18456397e-10, 1.0000006, 4.65661287e-09, 3.7252903e-09, 4.65661287e-09, 1.0000006),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),}) | |
2788 | mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C1 = CFrame.new(0.00923013687, -0.48643899, 0.168533325, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),}) | |
2789 | Part = New("Part",Gaunty,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Neon,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.15999985, 0.0700000003, 0.0700000003),CFrame = CFrame.new(-5.66765499, 2.53595686, -77.1979218, 1.0000006, -6.18456397e-10, 3.7252903e-09, -6.18456397e-10, 1.0000006, 4.65661287e-09, 3.7252903e-09, 4.65661287e-09, 1.0000006),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),}) | |
2790 | mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C1 = CFrame.new(0.00647068024, -0.489563227, 0.458503723, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),}) | |
2791 | Part = New("Part",Gaunty,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Neon,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.15999985, 0.0700000003, 0.0700000003),CFrame = CFrame.new(-6.13765478, 3.62595701, -77.6579132, -4.74974513e-08, -6.18456397e-10, 1.0000006, -5.58793545e-09, 1.0000006, -1.5279511e-10, -1.0000006, 4.65661287e-09, -4.00468707e-08),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),}) | |
2792 | mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -4.37113883e-08, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-08),C1 = CFrame.new(-0.471121788, 0.600129128, 0.00566101074, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),}) | |
2793 | Part = New("Part",Gaunty,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Neon,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.15999985, 0.0700000003, 0.0700000003),CFrame = CFrame.new(-5.82765484, 3.62595725, -77.6579132, -4.74974513e-08, -6.18456397e-10, 1.0000006, -5.58793545e-09, 1.0000006, -1.5279511e-10, -1.0000006, 4.65661287e-09, -4.00468707e-08),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),}) | |
2794 | mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -4.37113883e-08, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-08),C1 = CFrame.new(-0.161154747, 0.603516102, 0.008644104, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),}) | |
2795 | Part = New("Part",Gaunty,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Neon,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.15999985, 0.0700000003, 0.0700000003),CFrame = CFrame.new(-5.51765442, 3.62595773, -77.6579132, -4.74974513e-08, -6.18456397e-10, 1.0000006, -5.58793545e-09, 1.0000006, -1.5279511e-10, -1.0000006, 4.65661287e-09, -4.00468707e-08),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),}) | |
2796 | mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -4.37113883e-08, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-08),C1 = CFrame.new(0.148812771, 0.606903076, 0.0116348267, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),}) | |
2797 | Part = New("Part",Gaunty,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Neon,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.15999985, 0.0700000003, 0.0700000003),CFrame = CFrame.new(-5.21765375, 3.6259582, -77.6579132, -4.74974513e-08, -6.18456397e-10, 1.0000006, -5.58793545e-09, 1.0000006, -1.5279511e-10, -1.0000006, 4.65661287e-09, -4.00468707e-08),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),}) | |
2798 | mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -4.37113883e-08, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-08),C1 = CFrame.new(0.44878149, 0.610180855, 0.0145187378, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),}) | |
2799 | Part = New("Part",Gaunty,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Neon,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.15999985, 0.0700000003, 0.0700000003),CFrame = CFrame.new(-5.21765327, 2.53595781, -77.6579132, -4.74974513e-08, -6.18456397e-10, 1.0000006, -5.58793545e-09, 1.0000006, -1.5279511e-10, -1.0000006, 4.65661287e-09, -4.00468707e-08),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),}) | |
2800 | mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -4.37113883e-08, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-08),C1 = CFrame.new(0.460801125, -0.47969079, 0.00289154053, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),}) | |
2801 | Part = New("Part",Gaunty,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Neon,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.15999985, 0.0700000003, 0.0700000003),CFrame = CFrame.new(-5.51765299, 2.53595757, -77.6579208, -4.74974513e-08, -6.18456397e-10, 1.0000006, -5.58793545e-09, 1.0000006, -1.5279511e-10, -1.0000006, 4.65661287e-09, -4.00468707e-08),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),}) | |
2802 | mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -4.37113883e-08, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-08),C1 = CFrame.new(0.160833359, -0.48296833, 0, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),}) | |
2803 | Part = New("Part",Gaunty,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Neon,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.15999985, 0.0700000003, 0.0700000003),CFrame = CFrame.new(-5.82765341, 2.53595734, -77.6579208, -4.74974513e-08, -6.18456397e-10, 1.0000006, -5.58793545e-09, 1.0000006, -1.5279511e-10, -1.0000006, 4.65661287e-09, -4.00468707e-08),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),}) | |
2804 | mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -4.37113883e-08, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-08),C1 = CFrame.new(-0.149133682, -0.486355066, -0.00299072266, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),}) | |
2805 | Part = New("Part",Gaunty,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Neon,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.15999985, 0.0700000003, 0.0700000003),CFrame = CFrame.new(-6.13765383, 2.53595734, -77.6579208, -4.74974513e-08, -6.18456397e-10, 1.0000006, -5.58793545e-09, 1.0000006, -1.5279511e-10, -1.0000006, 4.65661287e-09, -4.00468707e-08),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),}) | |
2806 | mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -4.37113883e-08, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-08),C1 = CFrame.new(-0.4591012, -0.489741802, -0.00597381592, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),}) | |
2807 | NeonPart = New("WedgePart",Gaunty,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,Size = Vector3.new(1.14999998, 0.640000045, 0.25000003),CFrame = CFrame.new(-5.66203499, 3.4509573, -77.7865677, 1.0000006, -6.18456397e-10, 3.7252903e-09, -6.18456397e-10, 1.0000006, 4.65661287e-09, 3.7252903e-09, 4.65661287e-09, 1.0000006),BottomSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),}) | |
2808 | mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle,C1 = CFrame.new(0.00760126114, 0.431732178, -0.120269775, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),}) | |
2809 | NeonPart = New("WedgePart",Gaunty,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,Size = Vector3.new(1.14999998, 0.640000045, 0.280000031),CFrame = CFrame.new(-5.66203451, 3.45095778, -77.5215683, -1.0000006, -6.18456397e-10, -9.12696123e-08, 6.18456397e-10, 1.0000006, -4.65661287e-09, 8.38190317e-08, 4.65661287e-09, -1.0000006),BottomSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),}) | |
2810 | mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -1, 0, 8.74227766e-08, 0, 1, 0, -8.74227766e-08, 0, -1),C1 = CFrame.new(0.00508022308, 0.428877592, 0.144706726, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),}) | |
2811 | NeonPart = New("WedgePart",Gaunty,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,Size = Vector3.new(1.14999998, 0.640000045, 0.25000003),CFrame = CFrame.new(-5.66203403, 2.81095791, -77.7865601, -1.0000006, 8.81700544e-08, 3.7252903e-09, -8.69331416e-08, -1.0000006, 4.65661287e-09, -3.7252903e-09, -4.65661287e-09, 1.0000006),BottomSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),}) | |
2812 | mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -1, -8.74227766e-08, 0, 8.74227766e-08, -1, 0, 0, 0, 1),C1 = CFrame.new(0.0146594048, -0.208191872, -0.127082825, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),}) | |
2813 | NeonPart = New("WedgePart",Gaunty,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,Size = Vector3.new(1.14999998, 0.640000045, 0.280000031),CFrame = CFrame.new(-5.66203356, 2.8209579, -77.5215607, 1.0000006, -8.69331416e-08, 8.38190317e-08, -8.81700544e-08, -1.0000006, -4.65661287e-09, 9.12696123e-08, -4.65661287e-09, -1.0000006),BottomSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),}) | |
2814 | mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 1, -8.74227766e-08, 8.74227766e-08, -8.74227766e-08, -1, -7.64274186e-15, 8.74227766e-08, 0, -1),C1 = CFrame.new(0.0120282173, -0.201047897, 0.137992859, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),}) | |
2815 | Wedge = New("WedgePart",Gaunty,"Wedge",{BrickColor = BrickColor.new("Black"),Size = Vector3.new(1.1099999, 0.569999993, 1.13),CFrame = CFrame.new(-5.6508193, 4.06113148, -77.6620178, -4.74974513e-08, -6.18456397e-10, 1.0000006, -5.58793545e-09, 1.0000006, -1.5279511e-10, -1.0000006, 4.65661287e-09, -4.00468707e-08),BottomSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),}) | |
2816 | mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -4.37113883e-08, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-08),C1 = CFrame.new(0.0109024048, 1.04061508, 0.010887146, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),}) | |
2817 | ||
2818 | Gaunty2 = New("Model",char,"Gaunty2",{}) | |
2819 | Handle2 = New("Part",Gaunty2,"Handle2",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(1, 1.26999998, 1),CFrame = CFrame.new(-5.67319345, 3.02064276, -77.6615906, 0.999894261, 0.010924357, 0.00963267777, -0.0110270018, 0.999882579, 0.0106679145, -0.00951499958, -0.0107729975, 0.999897003),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),}) | |
2820 | Mesh = New("BlockMesh",Handle2,"Mesh",{Scale = Vector3.new(1.03999996, 1, 1.03999996),}) | |
2821 | NeonPart = New("Part",Gaunty2,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.13999987, 0.109999999, 0.109999999),CFrame = CFrame.new(-5.82765579, 3.62595367, -77.6579285, -5.49480319e-08, -2.26282282e-09, 1.00000179, -1.67638063e-08, 1.00000179, -1.8189894e-09, -1.00000179, 1.39698386e-08, -3.25962901e-08),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),}) | |
2822 | mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle2,C0 = CFrame.new(0, 0, 0, -5.12227416e-08, -1.11758709e-08, -1.00000119, -1.44063961e-09, 1.00000119, 9.31322575e-09, 1.00000119, -9.89530236e-10, -3.63215804e-08),C1 = CFrame.new(-0.161155701, 0.603512764, 0.00862884521, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),}) | |
2823 | NeonPart = New("Part",Gaunty2,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.13999987, 0.109999999, 0.109999999),CFrame = CFrame.new(-6.13765526, 3.62595439, -77.6579285, -5.49480319e-08, -2.26282282e-09, 1.00000179, -1.67638063e-08, 1.00000179, -1.8189894e-09, -1.00000179, 1.39698386e-08, -3.25962901e-08),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),}) | |
2824 | mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle2,C0 = CFrame.new(0, 0, 0, -5.12227416e-08, -1.11758709e-08, -1.00000119, -1.44063961e-09, 1.00000119, 9.31322575e-09, 1.00000119, -9.89530236e-10, -3.63215804e-08),C1 = CFrame.new(-0.471122265, 0.600126743, 0.00564575195, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),}) | |
2825 | NeonPart = New("Part",Gaunty2,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.13999987, 0.109999999, 0.109999999),CFrame = CFrame.new(-5.51765394, 3.6259551, -77.6579285, -5.49480319e-08, -2.26282282e-09, 1.00000179, -1.67638063e-08, 1.00000179, -1.8189894e-09, -1.00000179, 1.39698386e-08, -3.25962901e-08),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),}) | |
2826 | mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle2,C0 = CFrame.new(0, 0, 0, -5.12227416e-08, -1.11758709e-08, -1.00000119, -1.44063961e-09, 1.00000119, 9.31322575e-09, 1.00000119, -9.89530236e-10, -3.63215804e-08),C1 = CFrame.new(0.148813248, 0.606900692, 0.0116195679, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),}) | |
2827 | NeonPart = New("Part",Gaunty2,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.13999987, 0.109999999, 0.109999999),CFrame = CFrame.new(-5.21765375, 3.62595558, -77.6579285, -5.49480319e-08, -2.26282282e-09, 1.00000179, -1.67638063e-08, 1.00000179, -1.8189894e-09, -1.00000179, 1.39698386e-08, -3.25962901e-08),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),}) | |
2828 | mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle2,C0 = CFrame.new(0, 0, 0, -5.12227416e-08, -1.11758709e-08, -1.00000119, -1.44063961e-09, 1.00000119, 9.31322575e-09, 1.00000119, -9.89530236e-10, -3.63215804e-08),C1 = CFrame.new(0.44878149, 0.610178471, 0.014503479, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),}) | |
2829 | NeonPart = New("Part",Gaunty2,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.13999987, 0.109999999, 0.109999999),CFrame = CFrame.new(-6.13765621, 2.535954, -77.6579285, -5.49480319e-08, -2.26282282e-09, 1.00000179, -1.67638063e-08, 1.00000179, -1.8189894e-09, -1.00000179, 1.39698386e-08, -3.25962901e-08),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),}) | |
2830 | mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle2,C0 = CFrame.new(0, 0, 0, -5.12227416e-08, -1.11758709e-08, -1.00000119, -1.44063961e-09, 1.00000119, 9.31322575e-09, 1.00000119, -9.89530236e-10, -3.63215804e-08),C1 = CFrame.new(-0.459103584, -0.489744902, -0.00598144531, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),}) | |
2831 | NeonPart = New("Part",Gaunty2,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.13999987, 0.109999999, 0.109999999),CFrame = CFrame.new(-5.82765722, 2.535954, -77.6579285, -5.49480319e-08, -2.26282282e-09, 1.00000179, -1.67638063e-08, 1.00000179, -1.8189894e-09, -1.00000179, 1.39698386e-08, -3.25962901e-08),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),}) | |
2832 | mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle2,C0 = CFrame.new(0, 0, 0, -5.12227416e-08, -1.11758709e-08, -1.00000119, -1.44063961e-09, 1.00000119, 9.31322575e-09, 1.00000119, -9.89530236e-10, -3.63215804e-08),C1 = CFrame.new(-0.149137497, -0.486358404, -0.00299835205, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),}) | |
2833 | NeonPart = New("Part",Gaunty2,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.13999987, 0.109999999, 0.109999999),CFrame = CFrame.new(-5.5176549, 2.53595448, -77.6579514, -5.49480319e-08, -2.26282282e-09, 1.00000179, -1.67638063e-08, 1.00000179, -1.8189894e-09, -1.00000179, 1.39698386e-08, -3.25962901e-08),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),}) | |
2834 | mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle2,C0 = CFrame.new(0, 0, 0, -5.12227416e-08, -1.11758709e-08, -1.00000119, -1.44063961e-09, 1.00000119, 9.31322575e-09, 1.00000119, -9.89530236e-10, -3.63215804e-08),C1 = CFrame.new(0.160831928, -0.482971191, -3.05175781e-05, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),}) | |
2835 | NeonPart = New("Part",Gaunty2,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.13999987, 0.109999999, 0.109999999),CFrame = CFrame.new(-5.21765566, 2.535954, -77.6579361, -5.49480319e-08, -2.26282282e-09, 1.00000179, -1.67638063e-08, 1.00000179, -1.8189894e-09, -1.00000179, 1.39698386e-08, -3.25962901e-08),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),}) | |
2836 | mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle2,C0 = CFrame.new(0, 0, 0, -5.12227416e-08, -1.11758709e-08, -1.00000119, -1.44063961e-09, 1.00000119, 9.31322575e-09, 1.00000119, -9.89530236e-10, -3.63215804e-08),C1 = CFrame.new(0.460799217, -0.479694366, 0.00286865234, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),}) | |
2837 | Part = New("Part",Gaunty2,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(1.07999992, 0.279999971, 1.06999993),CFrame = CFrame.new(-5.66865063, 3.64554, -77.661377, 0.999896049, 0.0109243765, 0.00963270571, -0.0110270213, 0.999884367, 0.010667949, -0.0095150033, -0.0107730031, 0.999898791),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),}) | |
2838 | Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1.03999996, 1, 1.03999996),}) | |
2839 | mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle2,C0 = CFrame.new(0, 0, 0, 0.999895453, -0.0110270148, -0.00951500237, 0.01092437, 0.999883771, -0.0107730012, 0.0096326964, 0.0106679378, 0.999898195),C1 = CFrame.new(-0.00235033035, 0.624870777, 0.00692749023, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),}) | |
2840 | NeonPart = New("Part",Gaunty2,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(1.08999991, 0.0599999577, 1.07999992),CFrame = CFrame.new(-5.6649003, 3.73544407, -77.6652145, 0.999896049, 0.0109243765, 0.00963270571, -0.0110270213, 0.999884367, 0.010667949, -0.0095150033, -0.0107730031, 0.999898791),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),}) | |
2841 | Mesh = New("BlockMesh",NeonPart,"Mesh",{Scale = Vector3.new(1.03999996, 1, 1.03999996),}) | |
2842 | mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle2,C0 = CFrame.new(0, 0, 0, 0.999895453, -0.0110270148, -0.00951500237, 0.01092437, 0.999883771, -0.0107730012, 0.0096326964, 0.0106679378, 0.999898195),C1 = CFrame.new(0.000444412231, 0.714846611, 0.00408172607, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),}) | |
2843 | NeonPart = New("Part",Gaunty2,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(1.08999991, 0.0599999577, 1.07999992),CFrame = CFrame.new(-5.66480446, 3.5255506, -77.65522, 0.999896049, 0.0109243765, 0.00963270571, -0.0110270213, 0.999884367, 0.010667949, -0.0095150033, -0.0107730031, 0.999898791),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),}) | |
2844 | Mesh = New("BlockMesh",NeonPart,"Mesh",{Scale = Vector3.new(1.03999996, 1, 1.03999996),}) | |
2845 | mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle2,C0 = CFrame.new(0, 0, 0, 0.999895453, -0.0110270148, -0.00951500237, 0.01092437, 0.999883771, -0.0107730012, 0.0096326964, 0.0106679378, 0.999898195),C1 = CFrame.new(0.00275993347, 0.504871368, 0.0118331909, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),}) | |
2846 | Part = New("Part",Gaunty2,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(1.07999992, 0.279999971, 1.06999993),CFrame = CFrame.new(-5.6686511, 2.55553699, -77.6613541, 0.999896049, 0.0109243765, 0.00963270571, -0.0110270213, 0.999884367, 0.010667949, -0.0095150033, -0.0107730031, 0.999898791),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),}) | |
2847 | Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1.03999996, 1, 1.03999996),}) | |
2848 | mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle2,C0 = CFrame.new(0, 0, 0, 0.999895453, -0.0110270148, -0.00951500237, 0.01092437, 0.999883771, -0.0107730012, 0.0096326964, 0.0106679378, 0.999898195),C1 = CFrame.new(0.00966835022, -0.465003729, -0.00468444824, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),}) | |
2849 | NeonPart = New("Part",Gaunty2,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(1.08999991, 0.0599999577, 1.07999992),CFrame = CFrame.new(-5.66490126, 2.64544272, -77.6652145, 0.999896049, 0.0109243765, 0.00963270571, -0.0110270213, 0.999884367, 0.010667949, -0.0095150033, -0.0107730031, 0.999898791),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),}) | |
2850 | Mesh = New("BlockMesh",NeonPart,"Mesh",{Scale = Vector3.new(1.03999996, 1, 1.03999996),}) | |
2851 | mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle2,C0 = CFrame.new(0, 0, 0, 0.999895453, -0.0110270148, -0.00951500237, 0.01092437, 0.999883771, -0.0107730012, 0.0096326964, 0.0106679378, 0.999898195),C1 = CFrame.new(0.0124630928, -0.375026226, -0.00754547119, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),}) | |
2852 | NeonPart = New("Part",Gaunty2,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(1.08999991, 0.0599999577, 1.07999992),CFrame = CFrame.new(-5.66480589, 2.43554854, -77.65522, 0.999896049, 0.0109243765, 0.00963270571, -0.0110270213, 0.999884367, 0.010667949, -0.0095150033, -0.0107730031, 0.999898791),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),}) | |
2853 | Mesh = New("BlockMesh",NeonPart,"Mesh",{Scale = Vector3.new(1.03999996, 1, 1.03999996),}) | |
2854 | mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle2,C0 = CFrame.new(0, 0, 0, 0.999895453, -0.0110270148, -0.00951500237, 0.01092437, 0.999883771, -0.0107730012, 0.0096326964, 0.0106679378, 0.999898195),C1 = CFrame.new(0.0147781372, -0.585002184, 0.000205993652, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),}) | |
2855 | NeonPart = New("Part",Gaunty2,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.12999988, 0.109999999, 0.109999999),CFrame = CFrame.new(-5.67265606, 3.62595463, -78.1079407, 1.00000179, -2.26282282e-09, 1.11758709e-08, -2.28465069e-09, 1.00000179, 1.39698386e-08, 1.11758709e-08, 1.39698386e-08, 1.00000179),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),}) | |
2856 | mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle2,C0 = CFrame.new(0, 0, 0, 1.00000119, -1.44791557e-09, 7.4505806e-09, -1.44063961e-09, 1.00000119, 9.31322575e-09, 7.4505806e-09, 9.31322575e-09, 1.00000119),C1 = CFrame.new(-0.0018901825, 0.61005497, -0.439842224, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),}) | |
2857 | NeonPart = New("Part",Gaunty2,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.12999988, 0.109999999, 0.109999999),CFrame = CFrame.new(-5.67265511, 3.6259563, -77.8179169, 1.00000179, -2.26282282e-09, 1.11758709e-08, -2.28465069e-09, 1.00000179, 1.39698386e-08, 1.11758709e-08, 1.39698386e-08, 1.00000179),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),}) | |
2858 | mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle2,C0 = CFrame.new(0, 0, 0, 1.00000119, -1.44791557e-09, 7.4505806e-09, -1.44063961e-09, 1.00000119, 9.31322575e-09, 7.4505806e-09, 9.31322575e-09, 1.00000119),C1 = CFrame.new(-0.00464916229, 0.606932163, -0.149848938, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),}) | |
2859 | NeonPart = New("Part",Gaunty2,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.13999987, 0.109999999, 0.109999999),CFrame = CFrame.new(-5.66765451, 3.62595701, -77.4879303, 1.00000179, -2.26282282e-09, 1.11758709e-08, -2.28465069e-09, 1.00000179, 1.39698386e-08, 1.11758709e-08, 1.39698386e-08, 1.00000179),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),}) | |
2860 | mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle2,C0 = CFrame.new(0, 0, 0, 1.00000119, -1.44791557e-09, 7.4505806e-09, -1.44063961e-09, 1.00000119, 9.31322575e-09, 7.4505806e-09, 9.31322575e-09, 1.00000119),C1 = CFrame.new(-0.00278902054, 0.603432655, 0.180152893, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),}) | |
2861 | NeonPart = New("Part",Gaunty2,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.13999987, 0.109999999, 0.109999999),CFrame = CFrame.new(-5.66765547, 3.62595749, -77.1979294, 1.00000179, -2.26282282e-09, 1.11758709e-08, -2.28465069e-09, 1.00000179, 1.39698386e-08, 1.11758709e-08, 1.39698386e-08, 1.00000179),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),}) | |
2862 | mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle2,C0 = CFrame.new(0, 0, 0, 1.00000119, -1.44791557e-09, 7.4505806e-09, -1.44063961e-09, 1.00000119, 9.31322575e-09, 7.4505806e-09, 9.31322575e-09, 1.00000119),C1 = CFrame.new(-0.00554895401, 0.600308895, 0.470123291, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),}) | |
2863 | NeonPart = New("Part",Gaunty2,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.13999987, 0.109999999, 0.109999999),CFrame = CFrame.new(-5.66765547, 2.53595638, -77.1979294, 1.00000179, -2.26282282e-09, 1.11758709e-08, -2.28465069e-09, 1.00000179, 1.39698386e-08, 1.11758709e-08, 1.39698386e-08, 1.00000179),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),}) | |
2864 | mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle2,C0 = CFrame.new(0, 0, 0, 1.00000119, -1.44791557e-09, 7.4505806e-09, -1.44063961e-09, 1.00000119, 9.31322575e-09, 7.4505806e-09, 9.31322575e-09, 1.00000119),C1 = CFrame.new(0.0064702034, -0.489563704, 0.458496094, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),}) | |
2865 | NeonPart = New("Part",Gaunty2,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.13999987, 0.109999999, 0.109999999),CFrame = CFrame.new(-5.66765547, 2.53595614, -77.4879303, 1.00000179, -2.26282282e-09, 1.11758709e-08, -2.28465069e-09, 1.00000179, 1.39698386e-08, 1.11758709e-08, 1.39698386e-08, 1.00000179),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),}) | |
2866 | mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle2,C0 = CFrame.new(0, 0, 0, 1.00000119, -1.44791557e-09, 7.4505806e-09, -1.44063961e-09, 1.00000119, 9.31322575e-09, 7.4505806e-09, 9.31322575e-09, 1.00000119),C1 = CFrame.new(0.00922966003, -0.486439705, 0.168525696, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),}) | |
2867 | NeonPart = New("Part",Gaunty2,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.12999988, 0.109999999, 0.109999999),CFrame = CFrame.new(-5.67265558, 2.53595638, -77.8179092, 1.00000179, -2.26282282e-09, 1.11758709e-08, -2.28465069e-09, 1.00000179, 1.39698386e-08, 1.11758709e-08, 1.39698386e-08, 1.00000179),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),}) | |
2868 | mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle2,C0 = CFrame.new(0, 0, 0, 1.00000119, -1.44791557e-09, 7.4505806e-09, -1.44063961e-09, 1.00000119, 9.31322575e-09, 7.4505806e-09, 9.31322575e-09, 1.00000119),C1 = CFrame.new(0.00736999512, -0.482939243, -0.161468506, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),}) | |
2869 | NeonPart = New("Part",Gaunty2,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.12999988, 0.109999999, 0.109999999),CFrame = CFrame.new(-5.67265606, 2.53595567, -78.1079254, 1.00000179, -2.26282282e-09, 1.11758709e-08, -2.28465069e-09, 1.00000179, 1.39698386e-08, 1.11758709e-08, 1.39698386e-08, 1.00000179),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),}) | |
2870 | mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle2,C0 = CFrame.new(0, 0, 0, 1.00000119, -1.44791557e-09, 7.4505806e-09, -1.44063961e-09, 1.00000119, 9.31322575e-09, 7.4505806e-09, 9.31322575e-09, 1.00000119),C1 = CFrame.new(0.0101289749, -0.479815722, -0.451454163, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),}) | |
2871 | Part = New("Part",Gaunty2,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Neon,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.15999985, 0.0700000003, 0.0700000003),CFrame = CFrame.new(-5.66765451, 3.62595749, -77.1979218, 1.00000179, -2.26282282e-09, 1.11758709e-08, -2.28465069e-09, 1.00000179, 1.39698386e-08, 1.11758709e-08, 1.39698386e-08, 1.00000179),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),}) | |
2872 | mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle2,C0 = CFrame.new(0, 0, 0, 1.00000119, -1.44791557e-09, 7.4505806e-09, -1.44063961e-09, 1.00000119, 9.31322575e-09, 7.4505806e-09, 9.31322575e-09, 1.00000119),C1 = CFrame.new(-0.00554847717, 0.600308895, 0.47013092, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),}) | |
2873 | Part = New("Part",Gaunty2,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Neon,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.15999985, 0.0700000003, 0.0700000003),CFrame = CFrame.new(-5.66765404, 3.62595797, -77.4879303, 1.00000179, -2.26282282e-09, 1.11758709e-08, -2.28465069e-09, 1.00000179, 1.39698386e-08, 1.11758709e-08, 1.39698386e-08, 1.00000179),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),}) | |
2874 | mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle2,C0 = CFrame.new(0, 0, 0, 1.00000119, -1.44791557e-09, 7.4505806e-09, -1.44063961e-09, 1.00000119, 9.31322575e-09, 7.4505806e-09, 9.31322575e-09, 1.00000119),C1 = CFrame.new(-0.0027885437, 0.603433609, 0.180152893, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),}) | |
2875 | Part = New("Part",Gaunty2,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Neon,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.15999985, 0.0700000003, 0.0700000003),CFrame = CFrame.new(-5.66765356, 3.6259594, -77.8179321, 1.00000179, -2.26282282e-09, 1.11758709e-08, -2.28465069e-09, 1.00000179, 1.39698386e-08, 1.11758709e-08, 1.39698386e-08, 1.00000179),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),}) | |
2876 | mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle2,C0 = CFrame.new(0, 0, 0, 1.00000119, -1.44791557e-09, 7.4505806e-09, -1.44063961e-09, 1.00000119, 9.31322575e-09, 7.4505806e-09, 9.31322575e-09, 1.00000119),C1 = CFrame.new(0.000351905823, 0.606989861, -0.149810791, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),}) | |
2877 | Part = New("Part",Gaunty2,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Neon,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.15999985, 0.0700000003, 0.0700000003),CFrame = CFrame.new(-5.66765356, 3.62595844, -78.107933, 1.00000179, -2.26282282e-09, 1.11758709e-08, -2.28465069e-09, 1.00000179, 1.39698386e-08, 1.11758709e-08, 1.39698386e-08, 1.00000179),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),}) | |
2878 | mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle2,C0 = CFrame.new(0, 0, 0, 1.00000119, -1.44791557e-09, 7.4505806e-09, -1.44063961e-09, 1.00000119, 9.31322575e-09, 7.4505806e-09, 9.31322575e-09, 1.00000119),C1 = CFrame.new(0.00311136246, 0.610113144, -0.439788818, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),}) | |
2879 | Part = New("Part",Gaunty2,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Neon,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.15999985, 0.0700000003, 0.0700000003),CFrame = CFrame.new(-5.66765499, 2.53595734, -78.107933, 1.00000179, -2.26282282e-09, 1.11758709e-08, -2.28465069e-09, 1.00000179, 1.39698386e-08, 1.11758709e-08, 1.39698386e-08, 1.00000179),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),}) | |
2880 | mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle2,C0 = CFrame.new(0, 0, 0, 1.00000119, -1.44791557e-09, 7.4505806e-09, -1.44063961e-09, 1.00000119, 9.31322575e-09, 7.4505806e-09, 9.31322575e-09, 1.00000119),C1 = CFrame.new(0.0151295662, -0.479759216, -0.451416016, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),}) | |
2881 | Part = New("Part",Gaunty2,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Neon,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.15999985, 0.0700000003, 0.0700000003),CFrame = CFrame.new(-5.66765499, 2.5359571, -77.8179092, 1.00000179, -2.26282282e-09, 1.11758709e-08, -2.28465069e-09, 1.00000179, 1.39698386e-08, 1.11758709e-08, 1.39698386e-08, 1.00000179),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),}) | |
2882 | mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle2,C0 = CFrame.new(0, 0, 0, 1.00000119, -1.44791557e-09, 7.4505806e-09, -1.44063961e-09, 1.00000119, 9.31322575e-09, 7.4505806e-09, 9.31322575e-09, 1.00000119),C1 = CFrame.new(0.0123701096, -0.48288393, -0.161422729, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),}) | |
2883 | Part = New("Part",Gaunty2,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Neon,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.15999985, 0.0700000003, 0.0700000003),CFrame = CFrame.new(-5.66765499, 2.5359571, -77.4879227, 1.00000179, -2.26282282e-09, 1.11758709e-08, -2.28465069e-09, 1.00000179, 1.39698386e-08, 1.11758709e-08, 1.39698386e-08, 1.00000179),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),}) | |
2884 | mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle2,C0 = CFrame.new(0, 0, 0, 1.00000119, -1.44791557e-09, 7.4505806e-09, -1.44063961e-09, 1.00000119, 9.31322575e-09, 7.4505806e-09, 9.31322575e-09, 1.00000119),C1 = CFrame.new(0.00923013687, -0.48643899, 0.168533325, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),}) | |
2885 | Part = New("Part",Gaunty2,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Neon,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.15999985, 0.0700000003, 0.0700000003),CFrame = CFrame.new(-5.66765499, 2.53595662, -77.1979218, 1.00000179, -2.26282282e-09, 1.11758709e-08, -2.28465069e-09, 1.00000179, 1.39698386e-08, 1.11758709e-08, 1.39698386e-08, 1.00000179),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),}) | |
2886 | mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle2,C0 = CFrame.new(0, 0, 0, 1.00000119, -1.44791557e-09, 7.4505806e-09, -1.44063961e-09, 1.00000119, 9.31322575e-09, 7.4505806e-09, 9.31322575e-09, 1.00000119),C1 = CFrame.new(0.00647068024, -0.489563465, 0.458503723, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),}) | |
2887 | Part = New("Part",Gaunty2,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Neon,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.15999985, 0.0700000003, 0.0700000003),CFrame = CFrame.new(-6.13765478, 3.62595797, -77.6579132, -5.49480319e-08, -2.26282282e-09, 1.00000179, -1.67638063e-08, 1.00000179, -1.8189894e-09, -1.00000179, 1.39698386e-08, -3.25962901e-08),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),}) | |
2888 | mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle2,C0 = CFrame.new(0, 0, 0, -5.12227416e-08, -1.11758709e-08, -1.00000119, -1.44063961e-09, 1.00000119, 9.31322575e-09, 1.00000119, -9.89530236e-10, -3.63215804e-08),C1 = CFrame.new(-0.471121788, 0.600130081, 0.00566101074, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),}) | |
2889 | Part = New("Part",Gaunty2,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Neon,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.15999985, 0.0700000003, 0.0700000003),CFrame = CFrame.new(-5.82765484, 3.6259582, -77.6579132, -5.49480319e-08, -2.26282282e-09, 1.00000179, -1.67638063e-08, 1.00000179, -1.8189894e-09, -1.00000179, 1.39698386e-08, -3.25962901e-08),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),}) | |
2890 | mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle2,C0 = CFrame.new(0, 0, 0, -5.12227416e-08, -1.11758709e-08, -1.00000119, -1.44063961e-09, 1.00000119, 9.31322575e-09, 1.00000119, -9.89530236e-10, -3.63215804e-08),C1 = CFrame.new(-0.161154747, 0.603517056, 0.008644104, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),}) | |
2891 | Part = New("Part",Gaunty2,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Neon,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.15999985, 0.0700000003, 0.0700000003),CFrame = CFrame.new(-5.51765347, 3.62595868, -77.6579132, -5.49480319e-08, -2.26282282e-09, 1.00000179, -1.67638063e-08, 1.00000179, -1.8189894e-09, -1.00000179, 1.39698386e-08, -3.25962901e-08),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),}) | |
2892 | mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle2,C0 = CFrame.new(0, 0, 0, -5.12227416e-08, -1.11758709e-08, -1.00000119, -1.44063961e-09, 1.00000119, 9.31322575e-09, 1.00000119, -9.89530236e-10, -3.63215804e-08),C1 = CFrame.new(0.148813725, 0.60690403, 0.0116348267, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),}) | |
2893 | Part = New("Part",Gaunty2,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Neon,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.15999985, 0.0700000003, 0.0700000003),CFrame = CFrame.new(-5.2176528, 3.62595916, -77.6579132, -5.49480319e-08, -2.26282282e-09, 1.00000179, -1.67638063e-08, 1.00000179, -1.8189894e-09, -1.00000179, 1.39698386e-08, -3.25962901e-08),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),}) | |
2894 | mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle2,C0 = CFrame.new(0, 0, 0, -5.12227416e-08, -1.11758709e-08, -1.00000119, -1.44063961e-09, 1.00000119, 9.31322575e-09, 1.00000119, -9.89530236e-10, -3.63215804e-08),C1 = CFrame.new(0.448782444, 0.610181808, 0.0145187378, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),}) | |
2895 | Part = New("Part",Gaunty2,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Neon,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.15999985, 0.0700000003, 0.0700000003),CFrame = CFrame.new(-5.21765327, 2.53595757, -77.6579132, -5.49480319e-08, -2.26282282e-09, 1.00000179, -1.67638063e-08, 1.00000179, -1.8189894e-09, -1.00000179, 1.39698386e-08, -3.25962901e-08),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),}) | |
2896 | mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle2,C0 = CFrame.new(0, 0, 0, -5.12227416e-08, -1.11758709e-08, -1.00000119, -1.44063961e-09, 1.00000119, 9.31322575e-09, 1.00000119, -9.89530236e-10, -3.63215804e-08),C1 = CFrame.new(0.460801601, -0.479691029, 0.00289154053, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),}) | |
2897 | Part = New("Part",Gaunty2,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Neon,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.15999985, 0.0700000003, 0.0700000003),CFrame = CFrame.new(-5.51765299, 2.53595757, -77.6579361, -5.49480319e-08, -2.26282282e-09, 1.00000179, -1.67638063e-08, 1.00000179, -1.8189894e-09, -1.00000179, 1.39698386e-08, -3.25962901e-08),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),}) | |
2898 | mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle2,C0 = CFrame.new(0, 0, 0, -5.12227416e-08, -1.11758709e-08, -1.00000119, -1.44063961e-09, 1.00000119, 9.31322575e-09, 1.00000119, -9.89530236e-10, -3.63215804e-08),C1 = CFrame.new(0.160833836, -0.48296833, -1.52587891e-05, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),}) | |
2899 | Part = New("Part",Gaunty2,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Neon,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.15999985, 0.0700000003, 0.0700000003),CFrame = CFrame.new(-5.82765436, 2.5359571, -77.6579208, -5.49480319e-08, -2.26282282e-09, 1.00000179, -1.67638063e-08, 1.00000179, -1.8189894e-09, -1.00000179, 1.39698386e-08, -3.25962901e-08),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),}) | |
2900 | mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle2,C0 = CFrame.new(0, 0, 0, -5.12227416e-08, -1.11758709e-08, -1.00000119, -1.44063961e-09, 1.00000119, 9.31322575e-09, 1.00000119, -9.89530236e-10, -3.63215804e-08),C1 = CFrame.new(-0.149134636, -0.486355305, -0.00299072266, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),}) | |
2901 | Part = New("Part",Gaunty2,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Neon,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.15999985, 0.0700000003, 0.0700000003),CFrame = CFrame.new(-6.13765478, 2.53595734, -77.6579208, -5.49480319e-08, -2.26282282e-09, 1.00000179, -1.67638063e-08, 1.00000179, -1.8189894e-09, -1.00000179, 1.39698386e-08, -3.25962901e-08),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),}) | |
2902 | mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle2,C0 = CFrame.new(0, 0, 0, -5.12227416e-08, -1.11758709e-08, -1.00000119, -1.44063961e-09, 1.00000119, 9.31322575e-09, 1.00000119, -9.89530236e-10, -3.63215804e-08),C1 = CFrame.new(-0.459102154, -0.489741802, -0.00597381592, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),}) | |
2903 | NeonPart = New("WedgePart",Gaunty2,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,Size = Vector3.new(1.14999998, 0.640000045, 0.25000003),CFrame = CFrame.new(-5.66203403, 3.45095801, -77.7865524, 1.00000179, -2.26282282e-09, 1.11758709e-08, -2.28465069e-09, 1.00000179, 1.39698386e-08, 1.11758709e-08, 1.39698386e-08, 1.00000179),BottomSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),}) | |
2904 | mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle2,C0 = CFrame.new(0, 0, 0, 1.00000119, -1.44791557e-09, 7.4505806e-09, -1.44063961e-09, 1.00000119, 9.31322575e-09, 7.4505806e-09, 9.31322575e-09, 1.00000119),C1 = CFrame.new(0.00760221481, 0.431732655, -0.120254517, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),}) | |
2905 | NeonPart = New("WedgePart",Gaunty2,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,Size = Vector3.new(1.14999998, 0.640000045, 0.280000031),CFrame = CFrame.new(-5.66203356, 3.45095849, -77.521553, -1.00000179, -2.26282282e-09, -9.87201929e-08, 2.28465069e-09, 1.00000179, -1.39698386e-08, 7.63684511e-08, 1.39698386e-08, -1.00000179),BottomSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),}) | |
2906 | mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle2,C0 = CFrame.new(0, 0, 0, -1.00000119, 1.45519152e-09, 8.00937414e-08, -1.44063961e-09, 1.00000119, 9.31322575e-09, -9.49949026e-08, -9.31322575e-09, -1.00000119),C1 = CFrame.new(0.00508117676, 0.428878307, 0.144721985, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),}) | |
2907 | NeonPart = New("WedgePart",Gaunty2,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,Size = Vector3.new(1.14999998, 0.640000045, 0.25000003),CFrame = CFrame.new(-5.66203308, 2.81095791, -77.7865601, -1.00000179, 8.98216967e-08, 1.11758709e-08, -8.52742232e-08, -1.00000179, 1.39698386e-08, -1.11758709e-08, -1.39698386e-08, 1.00000179),BottomSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),}) | |
2908 | mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle2,C0 = CFrame.new(0, 0, 0, -1.00000119, -8.61036824e-08, -7.4505806e-09, 8.89922376e-08, -1.00000119, -9.31322575e-09, 7.4505806e-09, 9.31322575e-09, 1.00000119),C1 = CFrame.new(0.0146603584, -0.208191872, -0.127082825, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),}) | |
2909 | NeonPart = New("WedgePart",Gaunty2,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,Size = Vector3.new(1.14999998, 0.640000045, 0.280000031),CFrame = CFrame.new(-5.6620326, 2.82095814, -77.5215454, 1.00000179, -8.52887752e-08, 7.63684511e-08, -8.98362487e-08, -1.00000179, -1.39698386e-08, 9.87201929e-08, -1.39698386e-08, -1.00000179),BottomSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),}) | |
2910 | mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle2,C0 = CFrame.new(0, 0, 0, 1.00000119, -8.89995135e-08, 9.49949026e-08, -8.61109584e-08, -1.00000119, -9.31322575e-09, 8.00937414e-08, -9.31322575e-09, -1.00000119),C1 = CFrame.new(0.012029171, -0.201047897, 0.138008118, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),}) | |
2911 | Wedge = New("WedgePart",Gaunty2,"Wedge",{BrickColor = BrickColor.new("Black"),Size = Vector3.new(1.1099999, 0.569999993, 1.13),CFrame = CFrame.new(-5.6508193, 4.06113243, -77.6620178, -5.49480319e-08, -2.26282282e-09, 1.00000179, -1.67638063e-08, 1.00000179, -1.8189894e-09, -1.00000179, 1.39698386e-08, -3.25962901e-08),BottomSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),}) | |
2912 | mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle2,C0 = CFrame.new(0, 0, 0, -5.12227416e-08, -1.11758709e-08, -1.00000119, -1.44063961e-09, 1.00000119, 9.31322575e-09, 1.00000119, -9.89530236e-10, -3.63215804e-08),C1 = CFrame.new(0.0109024048, 1.04061604, 0.010887146, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),}) | |
2913 | ||
2914 | ||
2915 | NewInstance = function(instance,parent,properties) | |
2916 | local inst = Instance.new(instance,parent) | |
2917 | if(properties)then | |
2918 | for i,v in next, properties do | |
2919 | pcall(function() inst[i] = v end) | |
2920 | end | |
2921 | end | |
2922 | return inst; | |
2923 | end | |
2924 | ||
2925 | local HW = NewInstance('Motor', char, {Part0 = ra, Part1 = Handle, C0 = CF(0,-.51,0)}) | |
2926 | local HW2 = NewInstance('Motor', char, {Part0 = la, Part1 = Handle2, C0 = CF(0,-.51,0) * angles(Rad(0),Rad(180),Rad(0))}) | |
2927 | ||
2928 | for _,v in next, Gaunty:children() do | |
2929 | v.CanCollide = false | |
2930 | end | |
2931 | for _,v in next, Gaunty2:children() do | |
2932 | v.CanCollide = false | |
2933 | end | |
2934 | local all, last = {}, nil | |
2935 | ArmourParts = {} | |
2936 | NeonParts = {} | |
2937 | function scan(p) | |
2938 | for _, v in pairs(p:GetChildren()) do | |
2939 | if v:IsA("BasePart") then | |
2940 | if v.BrickColor == BrickColor.new("Black") then | |
2941 | table.insert(ArmourParts, v) | |
2942 | end | |
2943 | if v.BrickColor == BrickColor.new("Institutional white") then | |
2944 | table.insert(NeonParts, v) | |
2945 | end | |
2946 | if last then | |
2947 | local w = Instance.new("Weld") | |
2948 | w.Part0, w.Part1 = last, v | |
2949 | w.C0 = v.CFrame:toObjectSpace(last.CFrame):inverse() | |
2950 | w.Parent = last | |
2951 | end | |
2952 | table.insert(all, v) | |
2953 | last = v | |
2954 | end | |
2955 | scan(v) | |
2956 | end | |
2957 | end | |
2958 | scan(Gaunty) | |
2959 | local all2, last2 = {}, nil | |
2960 | ArmourParts2 = {} | |
2961 | NeonParts2 = {} | |
2962 | function scan2(p) | |
2963 | for _, v in pairs(p:GetChildren()) do | |
2964 | if v:IsA("BasePart") then | |
2965 | if v.BrickColor == BrickColor.new("Black") then | |
2966 | table.insert(ArmourParts2, v) | |
2967 | end | |
2968 | if v.BrickColor == BrickColor.new("Institutional white") then | |
2969 | table.insert(NeonParts2, v) | |
2970 | end | |
2971 | if last2 then | |
2972 | local w = Instance.new("Weld") | |
2973 | w.Part0, w.Part1 = last2, v | |
2974 | w.C0 = v.CFrame:toObjectSpace(last2.CFrame):inverse() | |
2975 | w.Parent = last2 | |
2976 | end | |
2977 | table.insert(all2, v) | |
2978 | last2 = v | |
2979 | end | |
2980 | scan2(v) | |
2981 | end | |
2982 | end | |
2983 | scan2(Gaunty2) | |
2984 | for i, v in pairs(ArmourParts) do | |
2985 | v.BrickColor = BrickC("Black") | |
2986 | end | |
2987 | for i, v in pairs(NeonParts) do | |
2988 | v.BrickColor = BrickC("Really red") | |
2989 | end | |
2990 | for i, v in pairs(ArmourParts2) do | |
2991 | v.BrickColor = BrickC("Black") | |
2992 | end | |
2993 | for i, v in pairs(NeonParts2) do | |
2994 | v.BrickColor = BrickC("Really red") | |
2995 | end | |
2996 | maincolor = BrickC("Really red") | |
2997 | ------------ | |
2998 | CFuncs.Sound.Create("1818153677", Character, 5, 1) | |
2999 | if morph == true then | |
3000 | Head.face.Texture = "http://www.roblox.com/asset/?id=176777497" | |
3001 | end | |
3002 | Halfhed=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Really black","Halfhed",Vector3.new(2, 1, 1)) | |
3003 | HalfhedWeld=CFuncs.Weld.Create(m,Character["Head"],Halfhed,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000106811523, -0.184874296, 3.43322754e-05, -1.00000834, 0.000114514238, -6.94826713e-06, 0.000117048308, 1, 1.29755635e-05, 7.1044451e-06, 1.3261616e-05, -1)) | |
3004 | CFuncs.Mesh.Create("SpecialMesh",Halfhed,Enum.MeshType.Head,"",Vector3.new(0, 0, 0),Vector3.new(1.25999999, 0.899999976, 1.25999999)) | |
3005 | Humanoid.WalkSpeed = 0 | |
3006 | Humanoid.AutoRotate = false | |
3007 | if Player.Name ~= "SezHu" then | |
3008 | for i = 0, 10, 0.1 do | |
3009 | swait() | |
3010 | PlayAnimationFromTable({ | |
3011 | CFrame.new(0, -1.80644357, -0.507104576, 1, 0, 0, 0, 0.087155968, 0.996194661, 0, -0.996194661, 0.087155968) * CFrame.new(0, 0, 0) * CFrame.Angles(0,0,0), | |
3012 | CFrame.new(0, 1.57219315, -0.165327191, 1, 0, 0, 0, 0.996194661, 0.087155968, 0, -0.087155968, 0.996194661) * CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(math.random(-20,20)), math.rad(math.random(-20,20)), math.rad(math.random(-20,20))), | |
3013 | CFrame.new(0.615828335, 1.3200798, -0.837673247, 0.669632733, 0.664489031, -0.331732333, 0.385775059, -0.692879617, -0.60917598, -0.634641349, 0.279950112, -0.720318198) * CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(math.random(-20,20)), math.rad(math.random(-20,20)), math.rad(math.random(-20,20))), | |
3014 | CFrame.new(-0.739693701, 1.31393027, -0.754651427, 0.749911249, -0.603388131, 0.271211922, -0.220070332, -0.614161789, -0.757874966, 0.623860657, 0.508653224, -0.593354702) * CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(math.random(-20,20)), math.rad(math.random(-20,20)), math.rad(math.random(-20,20))), | |
3015 | CFrame.new(0.5, -1.62046599, -0.488587797, 1, 0, 0, 0, 0.996194661, 0.087155968, 0, -0.087155968, 0.996194661) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
3016 | CFrame.new(-0.5, -1.6686697, -0.494725078, 1, 0, 0, 0, 0.996194661, 0.087155968, 0, -0.087155968, 0.996194661) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
3017 | }, .1, false) | |
3018 | end | |
3019 | ||
3020 | for i = 0, 2, 0.1 do | |
3021 | swait() | |
3022 | PlayAnimationFromTable({ | |
3023 | CFrame.new(0, -1.80644476, -0.507115483, 1, 0, 0, 0, -0.087155968, 0.996194661, 0, -0.996194661, -0.087155968) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
3024 | CFrame.new(0, 1.55874133, -0.098664701, 1, 0, 0, 0, 0.99619478, 0.0871553123, 0, -0.0871553123, 0.99619478) * CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(math.random(-20,20)), math.rad(math.random(-20,20)), math.rad(math.random(-20,20))), | |
3025 | CFrame.new(0.615828335, 1.44548559, -0.595717013, 0.669632733, 0.664489031, -0.331732333, 0.490118831, -0.730966151, -0.474838912, -0.558010399, 0.155379415, -0.815157413) * CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(math.random(-20,20)), math.rad(math.random(-20,20)), math.rad(math.random(-20,20))), | |
3026 | CFrame.new(-0.739693701, 1.42501283, -0.515024424, 0.749911249, -0.603388131, 0.271211922, -0.325059503, -0.693158209, -0.643325806, 0.576167881, 0.394277275, -0.715944171) * CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(math.random(-20,20)), math.rad(math.random(-20,20)), math.rad(math.random(-20,20))), | |
3027 | CFrame.new(0.5, -1.51100469, -0.762556732, 1, 0, 0, 0, 0.996194661, -0.087155968, 0, 0.087155968, 0.996194661) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
3028 | CFrame.new(-0.5, -1.55741048, -0.776971221, 1, 0, 0, 0, 0.996194661, -0.087155968, 0, 0.087155968, 0.996194661) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
3029 | }, .1, false) | |
3030 | end | |
3031 | ||
3032 | chatfunc("YOUR FOOL...YOU HAVE BEEN AWAKED ME...", BrickColor.new("Really black").Color) | |
3033 | for i = 0, 8, 0.1 do | |
3034 | swait() | |
3035 | PlayAnimationFromTable({ | |
3036 | CFrame.new(0, -1.80644584, -0.507103682, 1, 0, 0, 0, -0.258818984, 0.965925872, 0, -0.965925872, -0.258818984) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
3037 | CFrame.new(0, 1.42364717, -0.0858392715, 1, 0, 0, 0, 0.965925872, 0.258819342, 0, -0.258819342, 0.965925872) * CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(math.random(-30,30)), math.rad(math.random(-30,30)), math.rad(math.random(-30,30))), | |
3038 | CFrame.new(0.615828335, 1.52697062, -0.335661292, 0.669632733, 0.664489031, -0.331732333, 0.579570174, -0.746842504, -0.326074779, -0.464424938, 0.0260881484, -0.885228276) * CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(math.random(-30,30)), math.rad(math.random(-30,30)), math.rad(math.random(-30,30))), | |
3039 | CFrame.new(-0.739693701, 1.49279666, -0.259749591, 0.749911249, -0.603388131, 0.271211922, -0.420171499, -0.75109303, -0.509230137, 0.510968745, 0.267921865, -0.816779613) * CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(math.random(-30,30)), math.rad(math.random(-30,30)), math.rad(math.random(-30,30))), | |
3040 | CFrame.new(0.5, -1.35563302, -1.01335466, 1, 0, 0, 0, 0.965925872, -0.258818984, 0, 0.258818984, 0.965925872) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
3041 | CFrame.new(-0.5, -1.39883053, -1.03560853, 1, 0, 0, 0, 0.965925872, -0.258818984, 0, 0.258818984, 0.965925872) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
3042 | }, .1, false) | |
3043 | end | |
3044 | ||
3045 | ||
3046 | chatfunc("AM THE BLACKNESS AM HERE TO...", BrickColor.new("Really black").Color) | |
3047 | for i = 0, 2, 0.1 do | |
3048 | swait() | |
3049 | PlayAnimationFromTable({ | |
3050 | CFrame.new(0, -1.80644584, -0.507103682, 1, 0, 0, 0, -0.258818984, 0.965925872, 0, -0.965925872, -0.258818984) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
3051 | CFrame.new(0, 1.42364717, -0.0858392715, 1, 0, 0, 0, 0.965925872, 0.258819342, 0, -0.258819342, 0.965925872) * CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(math.random(-30,30)), math.rad(math.random(-30,30)), math.rad(math.random(-30,30))), | |
3052 | CFrame.new(0.615828335, 1.52697062, -0.335661292, 0.669632733, 0.664489031, -0.331732333, 0.579570174, -0.746842504, -0.326074779, -0.464424938, 0.0260881484, -0.885228276) * CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(math.random(-30,30)), math.rad(math.random(-30,30)), math.rad(math.random(-30,30))), | |
3053 | CFrame.new(-0.739693701, 1.49279666, -0.259749591, 0.749911249, -0.603388131, 0.271211922, -0.420171499, -0.75109303, -0.509230137, 0.510968745, 0.267921865, -0.816779613) * CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(math.random(-30,30)), math.rad(math.random(-30,30)), math.rad(math.random(-30,30))), | |
3054 | CFrame.new(0.5, -1.35563302, -1.01335466, 1, 0, 0, 0, 0.965925872, -0.258818984, 0, 0.258818984, 0.965925872) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
3055 | CFrame.new(-0.5, -1.39883053, -1.03560853, 1, 0, 0, 0, 0.965925872, -0.258818984, 0, 0.258818984, 0.965925872) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
3056 | }, .1, false) | |
3057 | end | |
3058 | ||
3059 | chatfunc("TO DESTROY ALL WORLD...", BrickColor.new("Really black").Color) | |
3060 | for i = 0, 6, 0.1 do | |
3061 | swait() | |
3062 | PlayAnimationFromTable({ | |
3063 | CFrame.new(0, -1.80644357, -0.507104576, 1, 0, 0, 0, 0.087155968, 0.996194661, 0, -0.996194661, 0.087155968) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
3064 | CFrame.new(0, 1.63373017, 0.0706499815, 1, 0, 0, 0, 0.965925932, -0.258818567, 0, 0.258818597, 0.965925932) * CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(math.random(-30,30)), math.rad(math.random(-30,30)), math.rad(math.random(-30,30))), | |
3065 | CFrame.new(0.615828335, 1.3200798, -0.837673247, 0.669632733, 0.664489031, -0.331732333, 0.385775059, -0.692879617, -0.60917598, -0.634641349, 0.279950112, -0.720318198) * CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(math.random(-30,30)), math.rad(math.random(-30,30)), math.rad(math.random(-30,30))), | |
3066 | CFrame.new(-0.739693701, 1.31393027, -0.754651427, 0.749911249, -0.603388131, 0.271211922, -0.220070332, -0.614161789, -0.757874966, 0.623860657, 0.508653224, -0.593354702) * CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(math.random(-30,30)), math.rad(math.random(-30,30)), math.rad(math.random(-30,30))), | |
3067 | CFrame.new(0.5, -1.62046599, -0.488587797, 1, 0, 0, 0, 0.996194661, 0.087155968, 0, -0.087155968, 0.996194661) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
3068 | CFrame.new(-0.5, -1.6686697, -0.494725078, 1, 0, 0, 0, 0.996194661, 0.087155968, 0, -0.087155968, 0.996194661) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
3069 | }, .1, false) | |
3070 | end | |
3071 | ||
3072 | ||
3073 | for i = 0, 10, 0.1 do | |
3074 | swait() | |
3075 | PlayAnimationFromTable({ | |
3076 | CFrame.new(0, -1.80644357, -0.507104576, 1, 0, 0, 0, 0.087155968, 0.996194661, 0, -0.996194661, 0.087155968) * CFrame.new(0, 0, 0) * CFrame.Angles(0,0,0), | |
3077 | CFrame.new(0, 1.57219315, -0.165327191, 1, 0, 0, 0, 0.996194661, 0.087155968, 0, -0.087155968, 0.996194661) * CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(math.random(-30,30)), math.rad(math.random(-30,30)), math.rad(math.random(-30,30))), | |
3078 | CFrame.new(0.615828335, 1.3200798, -0.837673247, 0.669632733, 0.664489031, -0.331732333, 0.385775059, -0.692879617, -0.60917598, -0.634641349, 0.279950112, -0.720318198) * CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(math.random(-30,30)), math.rad(math.random(-30,30)), math.rad(math.random(-30,30))), | |
3079 | CFrame.new(-0.739693701, 1.31393027, -0.754651427, 0.749911249, -0.603388131, 0.271211922, -0.220070332, -0.614161789, -0.757874966, 0.623860657, 0.508653224, -0.593354702) * CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(math.random(-30,30)), math.rad(math.random(-30,30)), math.rad(math.random(-30,30))), | |
3080 | CFrame.new(0.5, -1.62046599, -0.488587797, 1, 0, 0, 0, 0.996194661, 0.087155968, 0, -0.087155968, 0.996194661) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
3081 | CFrame.new(-0.5, -1.6686697, -0.494725078, 1, 0, 0, 0, 0.996194661, 0.087155968, 0, -0.087155968, 0.996194661) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
3082 | }, .1, false) | |
3083 | end | |
3084 | ||
3085 | for i = 0, 1, 0.1 do | |
3086 | swait() | |
3087 | PlayAnimationFromTable({ | |
3088 | CFrame.new(-0, -1.42307341, -0.395170838, 1, 0, 0, 0, 0.965926111, 0.25881803, 0, -0.25881803, 0.965926111) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
3089 | CFrame.new(0, 1.5574708, 0.0711615086, 1, 0, -0, 0, 0.906308413, -0.422617137, 0, 0.422617137, 0.906308413) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
3090 | CFrame.new(1.47940862, 1.35474229, -0.0792688802, 0.0329260081, -0.0681179985, -0.997133851, 0.0255137086, -0.997292399, 0.0689713135, -0.999132156, -0.0277115256, -0.0310989153) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
3091 | CFrame.new(-1.42682672, 1.4937793, -0.434564888, -0.987767458, -0.0547382608, -0.146011457, 0.0626192689, -0.996787667, -0.0499334633, -0.142809138, -0.0584657788, 0.98802197) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
3092 | CFrame.new(0.5, -1.35469198, 1.14829361, 1, 0, 0, 0, 0.25881803, 0.965926111, 0, -0.965926111, 0.25881803) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
3093 | CFrame.new(-0.5, -1.37694573, 1.19149125, 1, 0, 0, 0, 0.25881803, 0.965926111, 0, -0.965926111, 0.25881803) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
3094 | }, .1, false) | |
3095 | end | |
3096 | ||
3097 | chatfunc("NOW DIE!", BrickColor.new("Really black").Color) | |
3098 | for i = 0, 20, 0.1 do | |
3099 | swait() | |
3100 | PlayAnimationFromTable({ | |
3101 | CFrame.new(-0, -1.73198283, -0.408192486, 1, 0, 0, 0, 0.965926111, 0.25881803, 0, -0.25881803, 0.965926111) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
3102 | CFrame.new(0, 1.52978098, 0.0132061839, 1, 0, 0, 0, 0.965926111, -0.25881803, 0, 0.25881803, 0.965926111) * CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(30), math.rad(0), math.rad(math.random(-20,20))), | |
3103 | CFrame.new(1.50245035, -0.135501236, -0.426563323, 0.103369966, -0.0218989942, -0.994401932, -0.260855079, 0.964166582, -0.0483495258, 0.959827721, 0.264392674, 0.0939534009) * CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(math.random(-10,10)), math.rad(math.random(-10,10)), math.rad(math.random(-10,10))), | |
3104 | CFrame.new(-1.50386858, -0.0327540934, -0.608011007, -0.987763107, 0.0418113954, 0.150252879, 0.062630102, 0.988642037, 0.136617646, -0.142834127, 0.144356206, -0.979162872) * CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(math.random(-10,10)), math.rad(math.random(-10,10)), math.rad(math.random(-10,10))), | |
3105 | CFrame.new(0.5, -1.05967855, 1.24081683, 1, 0, 0, 0, 0.25881803, 0.965926111, 0, -0.965926111, 0.25881803) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
3106 | CFrame.new(-0.5, -1.08193231, 1.28401434, 1, 0, 0, 0, 0.25881803, 0.965926111, 0, -0.965926111, 0.25881803) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
3107 | }, .1, false) | |
3108 | end | |
3109 | end | |
3110 | Humanoid.AutoRotate = true | |
3111 | Humanoid.WalkSpeed = 8 | |
3112 | ||
3113 | WingMain=CFuncs.Part.Create(m,Enum.Material.Plastic,0,1,"Medium stone grey","Wing",Vector3.new(2, 2, 1)) | |
3114 | WingMainWeld=CFuncs.Weld.Create(m,Character["Torso"],WingMain,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.081413269, 0.0268063918, 0.0410137177, 1.00000834, -0.00011451864, 0.000338948274, 0.000117048308, 1, 1.29755635e-05, -0.00033910721, -1.32235973e-05, 1)) | |
3115 | Wing=CFuncs.Part.Create(m,Enum.Material.Plastic,0,1,"Medium stone grey","Wing",Vector3.new(2, 2, 1)) | |
3116 | WingWeld=CFuncs.Weld.Create(m,WingMain,Wing,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.081413269, 0.0268063918, 0.0410137177, 1.00000834, -0.00011451864, 0.000338948274, 0.000117048308, 1, 1.29755635e-05, -0.00033910721, -1.32235973e-05, 1)) | |
3117 | ||
3118 | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(0.81062156, 0.200000003, 0.200000003)) | |
3119 | PartWeld=CFuncs.Weld.Create(m,Wing,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.34602356, -0.279272079, 0.975278854, 0.88820821, 0.44584012, 0.110964157, 0.431274652, -0.892337203, 0.133178905, 0.158393905, -0.0704345554, -0.984860599)) | |
3120 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.171754241, 0.826475263)) | |
3121 | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(0.278917462, 0.200000003, 0.200000003)) | |
3122 | PartWeld=CFuncs.Weld.Create(m,Wing,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.98974609, -5.52709198, 0.975322723, 0.213347197, 0.976330876, -0.0355118327, 0.964051068, -0.204492375, 0.169671923, 0.158394024, -0.070434235, -0.984860599)) | |
3123 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.455075413, 0.826475263)) | |
3124 | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(1.47297621, 0.200000003, 0.200000003)) | |
3125 | PartWeld=CFuncs.Weld.Create(m,Wing,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-8.217659, 0.594722748, 0.975307465, 0.888521969, 0.445190012, 0.11106202, 0.430627465, -0.892661691, 0.133098081, 0.158394739, -0.0704341978, -0.984860599)) | |
3126 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.280385196, 0.826475263)) | |
3127 | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(0.289486945, 0.200000003, 0.200000003)) | |
3128 | PartWeld=CFuncs.Weld.Create(m,Wing,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.89943886, -5.41235352, 0.975299835, 0.213347197, 0.976330876, -0.0355118327, 0.964051068, -0.204492375, 0.169671923, 0.158394024, -0.070434235, -0.984860599)) | |
3129 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.114502862, 0.826475263)) | |
3130 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.01290989, 0.962117612, 0.200000003)) | |
3131 | PartWeld=CFuncs.Weld.Create(m,Wing,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.07308197, 1.2773304, 0.975746155, 0.982416093, 0.111091018, 0.150058866, 0.0988395214, -0.991311073, 0.0867941529, 0.158397049, -0.0704362094, -0.984860063)) | |
3132 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.807391346)) | |
3133 | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(5.42655277, 0.474159241, 0.200000003)) | |
3134 | PartWeld=CFuncs.Weld.Create(m,Wing,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-7.71427536, -0.814422607, 0.978969574, 0.835063219, 0.541792214, 0.0955558121, 0.526859343, -0.837556124, 0.144634143, 0.158394992, -0.070434168, -0.984860539)) | |
3135 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.766287804)) | |
3136 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.544916272, 0.225188985, 0.200000003)) | |
3137 | PartWeld=CFuncs.Weld.Create(m,Wing,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.472892761, -10.8869247, 0.975814819, -0.428887159, 0.893531978, -0.132877618, 0.889364779, 0.443440527, 0.111314729, 0.158386603, -0.0704352036, -0.984861791)) | |
3138 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.807391346)) | |
3139 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.401640892, 0.225188985, 0.200000003)) | |
3140 | PartWeld=CFuncs.Weld.Create(m,Wing,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-6.60933876, -7.14194489, 0.975734711, 0.243127048, 0.969523251, -0.030234728, 0.956974626, -0.234657153, 0.170692295, 0.158395335, -0.0704337656, -0.984860539)) | |
3141 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.807391346)) | |
3142 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.52759397, 0.226363361, 0.200000003)) | |
3143 | PartWeld=CFuncs.Weld.Create(m,Wing,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-9.41241455, 0.360715866, 0.975740433, 0.889364362, 0.443439156, 0.111323781, 0.428885132, -0.893532991, 0.132877618, 0.158394605, -0.0704314858, -0.984860837)) | |
3144 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.807391346)) | |
3145 | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(0.950080097, 0.200000003, 0.200000003)) | |
3146 | PartWeld=CFuncs.Weld.Create(m,Wing,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.03736877, 0.971032619, 0.975288391, 0.982416093, 0.111091018, 0.150058866, 0.0988395214, -0.991311073, 0.0867941529, 0.158397049, -0.0704362094, -0.984860063)) | |
3147 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.208453938, 0.826475263)) | |
3148 | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(3.73925114, 0.378740221, 0.200000003)) | |
3149 | PartWeld=CFuncs.Weld.Create(m,Wing,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-6.93729782, -0.510082245, 0.978954315, 0.835063219, 0.541792214, 0.0955558121, 0.526859343, -0.837556124, 0.144634143, 0.158394992, -0.070434168, -0.984860539)) | |
3150 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.766287804)) | |
3151 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.52024531, 1.02788341, 0.200000003)) | |
3152 | PartWeld=CFuncs.Weld.Create(m,Wing,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.39424133, 0.0352230072, 0.975744247, 0.889364362, 0.443439156, 0.111323781, 0.428885132, -0.893532991, 0.132877618, 0.158394605, -0.0704314858, -0.984860837)) | |
3153 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.807391346)) | |
3154 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.401640892, 0.225188985, 0.200000003)) | |
3155 | PartWeld=CFuncs.Weld.Create(m,Wing,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(6.64859009, -6.18351173, 0.975728989, -0.956974685, 0.234656975, -0.170692295, 0.243126556, 0.96952337, -0.0302328169, 0.158395797, -0.0704318509, -0.98486048)) | |
3156 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.807391346)) | |
3157 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(2.14002848, 0.418082207, 0.200000003)) | |
3158 | PartWeld=CFuncs.Weld.Create(m,Wing,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-6.42932129, 0.345317841, 0.975732803, 0.889364362, 0.443439156, 0.111323781, 0.428885132, -0.893532991, 0.132877618, 0.158394605, -0.0704314858, -0.984860837)) | |
3159 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.807391346)) | |
3160 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.401640892, 0.225188985, 0.200000003)) | |
3161 | PartWeld=CFuncs.Weld.Create(m,Wing,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-5.12488556, -5.54597473, 0.975734711, 0.243127048, 0.969523251, -0.030234728, 0.956974626, -0.234657153, 0.170692295, 0.158395335, -0.0704337656, -0.984860539)) | |
3162 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.807391346)) | |
3163 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.974742055, 0.804455996, 0.200000003)) | |
3164 | PartWeld=CFuncs.Weld.Create(m,Wing,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.65019083, -4.29984283, 0.975755692, 0.0732552633, 0.995541751, -0.0594163127, 0.984654963, -0.0627350658, 0.162847072, 0.158393562, -0.0704339594, -0.984860718)) | |
3165 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.807391346)) | |
3166 | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(5.80793524, 0.474159241, 0.200000003)) | |
3167 | PartWeld=CFuncs.Weld.Create(m,Wing,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-7.93585587, -0.7771492, 0.978963852, 0.835063219, 0.541792214, 0.0955558121, 0.526859343, -0.837556124, 0.144634143, 0.158394992, -0.070434168, -0.984860539)) | |
3168 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.766287804)) | |
3169 | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(0.30827716, 0.200000003, 0.200000003)) | |
3170 | PartWeld=CFuncs.Weld.Create(m,Wing,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.87889862, -0.127864838, 0.975288391, 0.858415842, 0.502688944, 0.102108002, 0.487886816, -0.861593306, 0.140083954, 0.158394232, -0.0704331249, -0.984860718)) | |
3171 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.142394558, 0.826475263)) | |
3172 | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(0.45713082, 0.200000003, 0.200000003)) | |
3173 | PartWeld=CFuncs.Weld.Create(m,Wing,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.712950706, -3.62767792, 0.975309372, -0.226346076, 0.968299866, -0.105654851, 0.96108216, 0.239654362, 0.137430042, 0.158394128, -0.0704362243, -0.98486048)) | |
3174 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.230473682, 0.826475263)) | |
3175 | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(0.421605587, 0.200000003, 0.200000003)) | |
3176 | PartWeld=CFuncs.Weld.Create(m,Wing,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.816352844, -3.9275589, 0.975318909, -0.226346076, 0.968299866, -0.105654851, 0.96108216, 0.239654362, 0.137430042, 0.158394128, -0.0704362243, -0.98486048)) | |
3177 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.25689742, 0.826475263)) | |
3178 | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(0.487054616, 0.200000003, 0.200000003)) | |
3179 | PartWeld=CFuncs.Weld.Create(m,Wing,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.5712471, 0.992477417, 0.990501404, 0.740004003, -0.651888967, 0.165635318, -0.653686404, -0.755036235, -0.0511320233, 0.158393055, -0.0704356432, -0.984860718)) | |
3180 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.103197038, 0.496580422)) | |
3181 | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
3182 | PartWeld=CFuncs.Weld.Create(m,Wing,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.40539551, -1.88369274, 0.975296021, 0.97187078, 0.187194049, 0.142919391, 0.174293652, -0.979794621, 0.0981031209, 0.158395931, -0.0704336017, -0.984860361)) | |
3183 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.837925136, 0.273428023, 0.496580422)) | |
3184 | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(0.885024369, 0.200000003, 0.200000003)) | |
3185 | PartWeld=CFuncs.Weld.Create(m,Wing,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.06291962, 1.56837082, 0.975328445, 0.739529073, -0.652437985, 0.165594488, -0.654224098, -0.754562199, -0.0512537956, 0.158391237, -0.0704322159, -0.984861255)) | |
3186 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.168466955, 0.496580422)) | |
3187 | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
3188 | PartWeld=CFuncs.Weld.Create(m,Wing,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.35108948, -1.8147316, 0.975297928, 0.97187078, 0.187194049, 0.142919391, 0.174293652, -0.979794621, 0.0981031209, 0.158395931, -0.0704336017, -0.984860361)) | |
3189 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.86967802, 0.0687980205, 0.496580422)) | |
3190 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.608597696, 0.578079879, 0.200000003)) | |
3191 | PartWeld=CFuncs.Weld.Create(m,Wing,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.608264923, 1.60371399, 0.975564957, 0.469477713, -0.872112811, 0.137877122, -0.868620872, -0.484208912, -0.105069622, 0.158393875, -0.0704350919, -0.984860659)) | |
3192 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.485114038)) | |
3193 | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(3.26049519, 0.284894377, 0.200000003)) | |
3194 | PartWeld=CFuncs.Weld.Create(m,Wing,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.90067673, 0.811481476, 0.977508545, 0.807757795, -0.564388096, 0.170274884, -0.567836702, -0.822499335, -0.0325024389, 0.158394963, -0.0704342201, -0.984860539)) | |
3195 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.46041733)) | |
3196 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.327407956, 0.200000003, 0.200000003)) | |
3197 | PartWeld=CFuncs.Weld.Create(m,Wing,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.163517, -5.78051376, 0.97485733, 0.611900985, 0.789821982, 0.0419358537, 0.774891376, -0.609270811, 0.168322816, 0.158495337, -0.0705011413, -0.984839559)) | |
3198 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.67651403, 0.485114038)) | |
3199 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.241322264, 0.200000003, 0.200000003)) | |
3200 | PartWeld=CFuncs.Weld.Create(m,Wing,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.33388519, -2.8422184, 0.975570679, 0.97680676, 0.156731039, 0.145890757, 0.144082472, -0.985126555, 0.0936262012, 0.158394992, -0.0704343989, -0.984860539)) | |
3201 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.67651403, 0.485114038)) | |
3202 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.317000091, 0.200000003, 0.200000003)) | |
3203 | PartWeld=CFuncs.Weld.Create(m,Wing,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.77849197, 1.42602539, 0.975570679, 0.738243401, -0.653917432, 0.165496022, -0.655673563, -0.75328052, -0.0515824072, 0.158395544, -0.0704309717, -0.984860599)) | |
3204 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.680042028, 0.485114038)) | |
3205 | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(0.570847034, 0.200000003, 0.200000003)) | |
3206 | PartWeld=CFuncs.Weld.Create(m,Wing,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.586807251, 1.41965485, 0.975294113, 0.469477713, -0.872112811, 0.137877122, -0.868620872, -0.484208912, -0.105069622, 0.158393875, -0.0704350919, -0.984860659)) | |
3207 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.125247687, 0.496580422)) | |
3208 | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(2.24669528, 0.227562711, 0.200000003)) | |
3209 | PartWeld=CFuncs.Weld.Create(m,Wing,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.43369293, 0.994392395, 0.977506638, 0.807757795, -0.564388096, 0.170274884, -0.567836702, -0.822499335, -0.0325024389, 0.158394963, -0.0704342201, -0.984860539)) | |
3210 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.46041733)) | |
3211 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.913425505, 0.6175946, 0.200000003)) | |
3212 | PartWeld=CFuncs.Weld.Create(m,Wing,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.59708786, 1.17864227, 0.990745544, 0.738243401, -0.653917432, 0.165496022, -0.655673563, -0.75328052, -0.0515824072, 0.158395544, -0.0704309717, -0.984860599)) | |
3213 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.485114038)) | |
3214 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.241322264, 0.200000003, 0.200000003)) | |
3215 | PartWeld=CFuncs.Weld.Create(m,Wing,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.54579926, -4.07796478, 0.975561142, -0.144093111, 0.985125124, -0.0936251804, 0.976805389, 0.156741276, 0.145888746, 0.158393607, -0.0704320148, -0.984860957)) | |
3216 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.67651403, 0.485114038)) | |
3217 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.28581667, 0.251201004, 0.200000003)) | |
3218 | PartWeld=CFuncs.Weld.Create(m,Wing,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.98579025, 1.41676712, 0.975572586, 0.738243401, -0.653917432, 0.165496022, -0.655673563, -0.75328052, -0.0515824072, 0.158395544, -0.0704309717, -0.984860599)) | |
3219 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.485114038)) | |
3220 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.241322264, 0.200000003, 0.200000003)) | |
3221 | PartWeld=CFuncs.Weld.Create(m,Wing,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.44179535, -1.88309288, 0.975570679, 0.97680676, 0.156731039, 0.145890757, 0.144082472, -0.985126555, 0.0936262012, 0.158394992, -0.0704343989, -0.984860539)) | |
3222 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.67651403, 0.485114038)) | |
3223 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.585665047, 0.483350217, 0.200000003)) | |
3224 | PartWeld=CFuncs.Weld.Create(m,Wing,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.07318115, -1.10149765, 0.990762711, 0.936944723, 0.325423121, 0.127415001, 0.311521977, -0.942941546, 0.117538534, 0.158394635, -0.0704345256, -0.98486048)) | |
3225 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.485114038)) | |
3226 | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(3.68964601, 0.284894377, 0.200000003)) | |
3227 | PartWeld=CFuncs.Weld.Create(m,Wing,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.93379593, 0.833885193, 0.97751236, 0.807757795, -0.564388096, 0.170274884, -0.567836702, -0.822499335, -0.0325024389, 0.158394963, -0.0704342201, -0.984860539)) | |
3228 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.46041733)) | |
3229 | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
3230 | PartWeld=CFuncs.Weld.Create(m,Wing,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.53672791, 1.18891907, 0.975282669, 0.780780971, -0.601626933, 0.168600783, -0.604393661, -0.79566586, -0.0403023846, 0.158396885, -0.0704338998, -0.984860182)) | |
3231 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.926127851, 0.0855565146, 0.496580422)) | |
3232 | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(0.274662942, 0.200000003, 0.200000003)) | |
3233 | PartWeld=CFuncs.Weld.Create(m,Wing,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.41918182, -1.06143951, 0.975307465, 0.799823642, 0.594020009, 0.08615347, 0.578959048, -0.801361144, 0.150422826, 0.158394217, -0.0704323947, -0.984860837)) | |
3234 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.138478085, 0.496580422)) | |
3235 | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(0.253317922, 0.200000003, 0.200000003)) | |
3236 | PartWeld=CFuncs.Weld.Create(m,Wing,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.39491653, -1.09104919, 0.990505219, 0.799823642, 0.594020009, 0.08615347, 0.578959048, -0.801361144, 0.150422826, 0.158394217, -0.0704323947, -0.984860837)) | |
3237 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.154354557, 0.496580422)) | |
3238 | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(0.237157717, 0.200000003, 0.200000003)) | |
3239 | PartWeld=CFuncs.Weld.Create(m,Wing,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.98400497, -4.65834808, 0.97530365, 0.541944027, 0.83997786, 0.0270890743, 0.825353324, -0.538030088, 0.171218053, 0.158394113, -0.0704325363, -0.984860778)) | |
3240 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.386941314, 0.702734888)) | |
3241 | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(1.25244117, 0.200000003, 0.200000003)) | |
3242 | PartWeld=CFuncs.Weld.Create(m,Wing,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-7.41493988, 1.11274576, 0.975286484, 0.983548343, 0.0989940166, 0.151105493, 0.0868522152, -0.992592216, 0.0849561989, 0.158396274, -0.0704346746, -0.984860301)) | |
3243 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.238405704, 0.702734888)) | |
3244 | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(0.689254642, 0.200000003, 0.200000003)) | |
3245 | PartWeld=CFuncs.Weld.Create(m,Wing,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.12310791, 0.369299412, 0.975299835, 0.983485222, 0.0997150019, 0.151042506, 0.0875668824, -0.992520034, 0.0850648731, 0.158394948, -0.0704337284, -0.984860539)) | |
3246 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.146039113, 0.702734888)) | |
3247 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.341506928, 0.200000003, 0.200000003)) | |
3248 | PartWeld=CFuncs.Weld.Create(m,Wing,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(5.58918381, -5.99747467, 0.975639343, -0.808163822, 0.563799143, -0.170299754, 0.567258239, 0.822903275, 0.0323817283, 0.158396989, -0.0704341903, -0.984860182)) | |
3249 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.957367718, 0.686508358)) | |
3250 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.81962168, 0.355486691, 0.200000003)) | |
3251 | PartWeld=CFuncs.Weld.Create(m,Wing,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-5.893013, 0.90151453, 0.975666046, 0.983717084, 0.0970459804, 0.15127039, 0.0849220082, -0.9927845, 0.0846598297, 0.158394784, -0.0704351366, -0.98486042)) | |
3252 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.686508358)) | |
3253 | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(3.17940784, 0.322034985, 0.200000003)) | |
3254 | PartWeld=CFuncs.Weld.Create(m,Wing,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-6.39104462, 0.122011185, 0.978439331, 0.967768848, 0.208867997, 0.140704721, 0.195795536, -0.975404143, 0.101247005, 0.158391207, -0.0704343319, -0.984861076)) | |
3255 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.651558757)) | |
3256 | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(4.93836689, 0.403167814, 0.200000003)) | |
3257 | PartWeld=CFuncs.Weld.Create(m,Wing,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-7.24019623, -0.105118752, 0.97844696, 0.967768848, 0.208867997, 0.140704721, 0.195795536, -0.975404143, 0.101247005, 0.158391207, -0.0704343319, -0.984861076)) | |
3258 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.651558757)) | |
3259 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.448602259, 0.200000003, 0.200000003)) | |
3260 | PartWeld=CFuncs.Weld.Create(m,Wing,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-8.42969513, 0.914595604, 0.975681305, 0.983717084, 0.0970459804, 0.15127039, 0.0849220082, -0.9927845, 0.0846598297, 0.158394784, -0.0704351366, -0.98486042)) | |
3261 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.962360442, 0.686508358)) | |
3262 | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(0.262121707, 0.200000003, 0.200000003)) | |
3263 | PartWeld=CFuncs.Weld.Create(m,Wing,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.76428223, 0.469053268, 0.975311279, 0.975750566, 0.16377905, 0.145215094, 0.151071578, -0.983979464, 0.0946669132, 0.158393115, -0.0704334006, -0.984860837)) | |
3264 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.121075168, 0.702734888)) | |
3265 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.828803003, 0.684012294, 0.200000003)) | |
3266 | PartWeld=CFuncs.Weld.Create(m,Wing,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.99297905, -3.72123718, 0.975679398, 0.41831404, 0.908299506, 0.0023191215, 0.894385099, -0.41234833, 0.173333183, 0.158394724, -0.0704335123, -0.984860599)) | |
3267 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.686508358)) | |
3268 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.341506928, 0.200000003, 0.200000003)) | |
3269 | PartWeld=CFuncs.Weld.Create(m,Wing,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-5.09734726, -4.65151978, 0.975683212, 0.567266881, 0.822897196, 0.0323816799, 0.808158159, -0.563807786, 0.170297772, 0.158394575, -0.0704347566, -0.98486048)) | |
3270 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.957367718, 0.686508358)) | |
3271 | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(4.6140852, 0.403167814, 0.200000003)) | |
3272 | PartWeld=CFuncs.Weld.Create(m,Wing,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-7.05178833, -0.136793137, 0.978439331, 0.967768848, 0.208867997, 0.140704721, 0.195795536, -0.975404143, 0.101247005, 0.158391207, -0.0704343319, -0.984861076)) | |
3273 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.651558757)) | |
3274 | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(0.388688922, 0.200000003, 0.200000003)) | |
3275 | PartWeld=CFuncs.Weld.Create(m,Wing,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.29187584, -3.36907959, 0.975297928, 0.129877433, 0.990271986, -0.0499321222, 0.978796542, -0.120002069, 0.166003123, 0.158396259, -0.0704334378, -0.984860361)) | |
3276 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.195967019, 0.702734888)) | |
3277 | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(0.35848251, 0.200000003, 0.200000003)) | |
3278 | PartWeld=CFuncs.Weld.Create(m,Wing,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.37980461, -3.6240921, 0.975297928, 0.129877433, 0.990271986, -0.0499321222, 0.978796542, -0.120002069, 0.166003123, 0.158396259, -0.0704334378, -0.984860361)) | |
3279 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.218434557, 0.702734888)) | |
3280 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.29263294, 0.873988032, 0.200000003)) | |
3281 | PartWeld=CFuncs.Weld.Create(m,Wing,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.16244507, 0.637834072, 0.975681305, 0.983717084, 0.0970459804, 0.15127039, 0.0849220082, -0.9927845, 0.0846598297, 0.158394784, -0.0704351366, -0.98486042)) | |
3282 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.686508358)) | |
3283 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.341506928, 0.200000003, 0.200000003)) | |
3284 | PartWeld=CFuncs.Weld.Create(m,Wing,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-6.35959244, -6.00856781, 0.975675583, 0.567266881, 0.822897196, 0.0323816799, 0.808158159, -0.563807786, 0.170297772, 0.158394575, -0.0704347566, -0.98486048)) | |
3285 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.957367718, 0.686508358)) | |
3286 | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(1.86096573, 0.200000003, 0.200000003)) | |
3287 | PartWeld=CFuncs.Weld.Create(m,Wing,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.24846649, 1.54257965, 0.975315094, 0.953437924, -0.248355001, 0.171102479, -0.256646633, -0.966104925, 0.0278172307, 0.158394381, -0.0704348683, -0.984860539)) | |
3288 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.177244052, 0.702734888)) | |
3289 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.68831873, 0.818068683, 0.200000003)) | |
3290 | PartWeld=CFuncs.Weld.Create(m,Wing,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.39190674, 1.80307961, 0.975658417, 0.953437924, -0.248355001, 0.171102479, -0.256646633, -0.966104925, 0.0278172307, 0.158394381, -0.0704348683, -0.984860539)) | |
3291 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.686508358)) | |
3292 | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(0.591511309, 0.200000003, 0.200000003)) | |
3293 | PartWeld=CFuncs.Weld.Create(m,Wing,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.40148163, 1.07713699, 0.975307465, 0.916328549, -0.361034989, 0.173192799, -0.367767662, -0.929888606, 0.00735405693, 0.158394948, -0.0704334453, -0.984860539)) | |
3294 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.125329256, 0.603079915)) | |
3295 | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(0.203526318, 0.200000003, 0.200000003)) | |
3296 | PartWeld=CFuncs.Weld.Create(m,Wing,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.16732025, -2.63462067, 0.975311279, 0.857192576, 0.504842818, 0.101758391, 0.490032911, -0.860333264, 0.140337378, 0.158394426, -0.0704311877, -0.984860837)) | |
3297 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.33206898, 0.603079915)) | |
3298 | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(1.07483196, 0.200000003, 0.200000003)) | |
3299 | PartWeld=CFuncs.Weld.Create(m,Wing,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-5.22596741, 1.71432495, 0.975299835, 0.916060805, -0.361711085, 0.173198923, -0.368434012, -0.929625869, 0.00722825527, 0.158395633, -0.0704338774, -0.984860361)) | |
3300 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.204597339, 0.603079915)) | |
3301 | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(0.211238876, 0.200000003, 0.200000003)) | |
3302 | PartWeld=CFuncs.Weld.Create(m,Wing,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.10141754, -2.55089188, 0.975299835, 0.857192576, 0.504842818, 0.101758391, 0.490032911, -0.860333264, 0.140337378, 0.158394426, -0.0704311877, -0.984860837)) | |
3303 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.0835528523, 0.603079915)) | |
3304 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.739121258, 0.702058196, 0.200000003)) | |
3305 | PartWeld=CFuncs.Weld.Create(m,Wing,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.07832718, 1.86931229, 0.975631714, 0.733511806, -0.659313917, 0.165123463, -0.660962224, -0.748561502, -0.052769471, 0.158396706, -0.0704333335, -0.984860241)) | |
3306 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.589154541)) | |
3307 | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(3.95976114, 0.345994473, 0.200000003)) | |
3308 | PartWeld=CFuncs.Weld.Create(m,Wing,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-5.0059433, 0.763832092, 0.97797966, 0.95138073, -0.255978942, 0.171317115, -0.26417011, -0.964112997, 0.0264637284, 0.158394933, -0.0704339445, -0.984860539)) | |
3309 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.559161127)) | |
3310 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.293077767, 0.200000003, 0.200000003)) | |
3311 | PartWeld=CFuncs.Weld.Create(m,Wing,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-5.30564117, -3.7974968, 0.975625992, 0.871970475, 0.477932125, 0.106058538, 0.463226855, -0.875568628, 0.13711533, 0.158393353, -0.0704313442, -0.984861016)) | |
3312 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.821603239, 0.589154541)) | |
3313 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.384985864, 0.200000003, 0.200000003)) | |
3314 | PartWeld=CFuncs.Weld.Create(m,Wing,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-6.09538269, 1.54205513, 0.975639343, 0.915336847, -0.363533109, 0.173211187, -0.370229512, -0.928914845, 0.00688978424, 0.158393785, -0.0704343617, -0.984860659)) | |
3315 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.825887859, 0.589154541)) | |
3316 | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(0.693274379, 0.200000003, 0.200000003)) | |
3317 | PartWeld=CFuncs.Weld.Create(m,Wing,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.0522995, 1.64577866, 0.97530365, 0.733511806, -0.659313917, 0.165123463, -0.660962224, -0.748561502, -0.052769471, 0.158396706, -0.0704333335, -0.984860241)) | |
3318 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.152109027, 0.603079915)) | |
3319 | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(2.72853518, 0.276367128, 0.200000003)) | |
3320 | PartWeld=CFuncs.Weld.Create(m,Wing,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.43891907, 0.985977173, 0.977996826, 0.95138073, -0.255978942, 0.171317115, -0.26417011, -0.964112997, 0.0264637284, 0.158394933, -0.0704339445, -0.984860539)) | |
3321 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.559161127)) | |
3322 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.10932434, 0.750047624, 0.200000003)) | |
3323 | PartWeld=CFuncs.Weld.Create(m,Wing,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.43321991, 1.30454063, 0.975622177, 0.915336847, -0.363533109, 0.173211187, -0.370229512, -0.928914845, 0.00688978424, 0.158393785, -0.0704343617, -0.984860659)) | |
3324 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.589154541)) | |
3325 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.293077767, 0.200000003, 0.200000003)) | |
3326 | PartWeld=CFuncs.Weld.Create(m,Wing,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.43746948, -4.99491119, 0.975624084, -0.46322152, 0.875570893, -0.137118205, 0.871973038, 0.477927417, 0.106059447, 0.158395112, -0.0704343617, -0.98486048)) | |
3327 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.821603239, 0.589154541)) | |
3328 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.56158078, 0.305075049, 0.200000003)) | |
3329 | PartWeld=CFuncs.Weld.Create(m,Wing,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.91834259, 1.53081131, 0.975627899, 0.915336847, -0.363533109, 0.173211187, -0.370229512, -0.928914845, 0.00688978424, 0.158393785, -0.0704343617, -0.984860659)) | |
3330 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.589154541)) | |
3331 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.293077767, 0.200000003, 0.200000003)) | |
3332 | PartWeld=CFuncs.Weld.Create(m,Wing,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.22235107, -2.63276672, 0.975641251, 0.871970475, 0.477932125, 0.106058538, 0.463226855, -0.875568628, 0.13711533, 0.158393353, -0.0704313442, -0.984861016)) | |
3333 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.821603239, 0.589154541)) | |
3334 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.711270273, 0.587012351, 0.200000003)) | |
3335 | PartWeld=CFuncs.Weld.Create(m,Wing,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.65466309, -1.82859421, 0.975625992, 0.778281987, 0.622716069, 0.0806346312, 0.607608914, -0.779271126, 0.153453276, 0.158394083, -0.070435591, -0.984860599)) | |
3336 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.589154541)) | |
3337 | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(4.32805729, 0.345994473, 0.200000003)) | |
3338 | PartWeld=CFuncs.Weld.Create(m,Wing,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-5.2126236, 0.791049957, 0.97797966, 0.95138073, -0.255978942, 0.171317115, -0.26417011, -0.964112997, 0.0264637284, 0.158394933, -0.0704339445, -0.984860539)) | |
3339 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.559161127)) | |
3340 | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(0.22495015, 0.200000003, 0.200000003)) | |
3341 | PartWeld=CFuncs.Weld.Create(m,Wing,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.14511108, 1.2347908, 0.975299835, 0.938221812, -0.300057828, 0.172352433, -0.307654411, -0.95131731, 0.0185542312, 0.158394471, -0.0704329461, -0.984860659)) | |
3342 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.103905462, 0.603079915)) | |
3343 | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(0.333568811, 0.200000003, 0.200000003)) | |
3344 | PartWeld=CFuncs.Weld.Create(m,Wing,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.60148621, -1.61552048, 0.975301743, 0.559441209, 0.82829988, 0.0307382643, 0.813594759, -0.555840254, 0.170602918, 0.158395961, -0.0704338253, -0.98486042)) | |
3345 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.168176889, 0.603079915)) | |
3346 | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(0.307646036, 0.200000003, 0.200000003)) | |
3347 | PartWeld=CFuncs.Weld.Create(m,Wing,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.67691803, -1.83437347, 0.975301743, 0.559441209, 0.82829988, 0.0307382643, 0.813594759, -0.555840254, 0.170602918, 0.158395961, -0.0704338253, -0.98486042)) | |
3348 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.187458321, 0.603079915)) | |
3349 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.336782306, 0.200000003, 0.200000003)) | |
3350 | PartWeld=CFuncs.Weld.Create(m,Wing,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.19689178, -7.0763588, 0.975679398, 0.449534893, 0.893223107, 0.00841975678, 0.879108548, -0.444063395, 0.173136115, 0.158388063, -0.0704288334, -0.98486203)) | |
3351 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.761616349, 0.589154541)) | |
3352 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.483554214, 0.333232641, 0.251318902)) | |
3353 | PartWeld=CFuncs.Weld.Create(m,Wing,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.37663269, 0.883522034, 0.967224121, -0.638958931, -0.767750859, -0.0478568636, -0.752756715, 0.636865556, -0.166612133, 0.158394992, -0.0704337209, -0.98486048)) | |
3354 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.341453254, 0.333232641, 0.251318902)) | |
3355 | PartWeld=CFuncs.Weld.Create(m,Wing,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.354263306, -3.787117, 0.967233658, -0.488823622, 0.86104399, -0.140195727, 0.857882738, 0.503629267, 0.101955138, 0.158394516, -0.0704334155, -0.984860599)) | |
3356 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(2.0836575, 0.333232641, 0.251318902)) | |
3357 | PartWeld=CFuncs.Weld.Create(m,Wing,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.75967407, -1.03858757, 0.96723938, -0.929733634, -0.346457034, -0.124752365, -0.33242473, 0.935417831, -0.120363601, 0.158396378, -0.070435293, -0.984860182)) | |
3358 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.649142921, 0.236052051, 0.251318902)) | |
3359 | PartWeld=CFuncs.Weld.Create(m,Wing,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.21902466, -0.0409164429, 0.967218399, -0.973333716, -0.178759977, -0.143758848, -0.165928215, 0.981368482, -0.0968699604, 0.15839687, -0.0704331398, -0.984860301)) | |
3360 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.471516728, 0.234877661, 0.251318902)) | |
3361 | PartWeld=CFuncs.Weld.Create(m,Wing,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.27822876, -0.853485107, 0.967250824, -0.630364001, 0.76051116, -0.155769765, 0.759969234, 0.645493507, 0.0760596395, 0.158392549, -0.0704349577, -0.984860837)) | |
3362 | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(0.246144727, 0.200000003, 0.200000003)) | |
3363 | PartWeld=CFuncs.Weld.Create(m,Wing,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.90726852, -4.56082153, 0.975297928, 0.541944027, 0.83997786, 0.0270890743, 0.825353324, -0.538030088, 0.171218053, 0.158394113, -0.0704325363, -0.984860778)) | |
3364 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.0973593965, 0.702734888)) | |
3365 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.88196522, 0.514088511, 0.251318902)) | |
3366 | PartWeld=CFuncs.Weld.Create(m,Wing,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.70895958, -2.1431427, 0.967214584, 0.34296605, 0.939270973, -0.0120138666, 0.925896943, -0.335870683, 0.172933668, 0.158396453, -0.0704339668, -0.984860241)) | |
3367 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.46827829, 0.952135324, 0.251318902)) | |
3368 | PartWeld=CFuncs.Weld.Create(m,Wing,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.55020905, 0.0981483459, 0.967208862, 0.857882798, 0.50362891, 0.101956181, 0.488823354, -0.861044288, 0.140194699, 0.158394873, -0.070432052, -0.984860659)) | |
3369 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.837632179, 0.333232641, 0.251318902)) | |
3370 | PartWeld=CFuncs.Weld.Create(m,Wing,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.233604431, 1.92868805, 0.967222214, 0.752756357, -0.636865973, 0.166612104, -0.638958991, -0.76775068, -0.0478588976, 0.158396274, -0.070432201, -0.98486048)) | |
3371 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.623012781, 0.333232641, 0.251318902)) | |
3372 | PartWeld=CFuncs.Weld.Create(m,Wing,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.87634182, 1.67852783, 0.967235565, -0.00560861453, -0.997500658, 0.0704338476, -0.987359941, -0.00563267432, -0.158394292, 0.158395141, -0.0704319254, -0.984860659)) | |
3373 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(4.53132343, 0.240000069, 0.200000003)) | |
3374 | PartWeld=CFuncs.Weld.Create(m,Wing,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.55789185, -1.3742981, 0.975597382, -0.766564727, 0.619903982, -0.16762352, 0.622331142, 0.781507432, 0.0441614315, 0.158374861, -0.0704647228, -0.984861553)) | |
3375 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.67651403, 0.485114038)) | |
3376 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.392539173, 0.333232641, 0.251318902)) | |
3377 | PartWeld=CFuncs.Weld.Create(m,Wing,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.70851135, 0.724594116, 0.967193604, 0.857882798, 0.50362891, 0.101956181, 0.488823354, -0.861044288, 0.140194699, 0.158394873, -0.070432052, -0.984860659)) | |
3378 | Part=CFuncs.Part.Create(m,Enum.Material.Glass,0,0.5,"Really black","Part",Vector3.new(0.313761592, 1.26770866, 1.29358757)) | |
3379 | PartWeld=CFuncs.Weld.Create(m,Wing,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.971876144, -0.938801169, 0.994415283, -0.158395022, 0.0704339892, 0.984860539, 0.00561057869, 0.997500539, -0.0704356134, -0.987359941, -0.00563101377, -0.158394322)) | |
3380 | CFuncs.Mesh.Create("SpecialMesh",Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1)) | |
3381 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(7.26164198, 0.255189061, 0.200000003)) | |
3382 | PartWeld=CFuncs.Weld.Create(m,Wing,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-7.31764221, 0.649587631, 0.975751877, 0.889364362, 0.443439156, 0.111323781, 0.428885132, -0.893532991, 0.132877618, 0.158394605, -0.0704314858, -0.984860837)) | |
3383 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.807391346)) | |
3384 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(6.94150734, 0.400000006, 0.200000003)) | |
3385 | PartWeld=CFuncs.Weld.Create(m,Wing,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(6.19526672, -1.05738401, 0.97567749, -0.983716667, -0.0970480368, -0.151272491, -0.0849231184, 0.992783904, -0.0846648067, 0.158397436, -0.0704396516, -0.984859765)) | |
3386 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.957367718, 0.686508358)) | |
3387 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.482433408, 0.200000003, 0.200000003)) | |
3388 | PartWeld=CFuncs.Weld.Create(m,Wing,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.00019741, -9.6156311, 0.975646973, -0.0838580653, 0.992889106, -0.084494181, 0.983808458, 0.0959719494, 0.151362404, 0.158395126, -0.0704331174, -0.984860599)) | |
3389 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.887468517, 0.686508358)) | |
3390 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(5.6530838, 0.400000006, 0.200000003)) | |
3391 | PartWeld=CFuncs.Weld.Create(m,Wing,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.49669647, -1.63993073, 0.975580215, -0.91534394, 0.363514125, -0.173214182, 0.370208532, 0.928923249, -0.00687796436, 0.158402443, -0.0704210624, -0.984860241)) | |
3392 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.821603239, 0.589154541)) | |
3393 | WingBox1=CFuncs.Part.Create(m,Enum.Material.Plastic,0,1,"Medium stone grey","WingBox1",Vector3.new(4.75000143, 0.859998941, 1)) | |
3394 | WingBox1Weld=CFuncs.Weld.Create(m,Wing,WingBox1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.52880096, -1.24272919, 1.0079422, -0.754450679, 0.642787635, -0.132771462, 0.633059144, 0.766044438, 0.11140985, 0.173321709, 1.05983202e-06, -0.984865308)) | |
3395 | WingBox2=CFuncs.Part.Create(m,Enum.Material.Plastic,0,1,"Medium stone grey","WingBox2",Vector3.new(5.95000172, 0.859998941, 1)) | |
3396 | WingBox2Weld=CFuncs.Weld.Create(m,Wing,WingBox2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.70465088, -1.4642601, 1.00794601, -0.925470829, 0.342019886, -0.162868708, 0.336843431, 0.939692676, 0.0592801198, 0.173321515, 7.68129723e-07, -0.984865308)) | |
3397 | WingBox3=CFuncs.Part.Create(m,Enum.Material.Plastic,0,1,"Medium stone grey","WingBox3",Vector3.new(7.54000759, 0.859998941, 1)) | |
3398 | WingBox3Weld=CFuncs.Weld.Create(m,Wing,WingBox3,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(6.18742371, -0.404203415, 0.724849701, -0.969903171, -0.173648059, -0.170688078, -0.171019927, 0.984807849, -0.0300972071, 0.173321277, -3.13053391e-07, -0.984865427)) | |
3399 | WingBox4=CFuncs.Part.Create(m,Enum.Material.Plastic,0,1,"Medium stone grey","WingBox4",Vector3.new(7.54000759, 1.04999876, 1)) | |
3400 | WingBox4Weld=CFuncs.Weld.Create(m,Wing,WingBox4,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(7.18292236, 0.0431938171, 0.724849701, -0.852918625, -0.499999821, -0.150100783, -0.492432326, 0.866025567, -0.086661607, 0.173321888, -8.20131788e-07, -0.984865248)) | |
3401 | ||
3402 | Tattoo=CFuncs.Part.Create(m,Enum.Material.Plastic,0,1,"Medium stone grey","Tattoo",Vector3.new(0.610001087, 1, 0.890000403)) | |
3403 | TattooWeld=CFuncs.Weld.Create(m,Character["Right Arm"],Tattoo,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.127849996, -0.4063797, 0.0113773346, 1, 0, 0, 0, 1, 0, 0, 0, 1)) | |
3404 | tat=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright green","tat",Vector3.new(0.0619654022, 0.0619653948, 0.0619653761)) | |
3405 | tatWeld=CFuncs.Weld.Create(m,Tattoo,tat,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.345474243, 0.369085073, 0.262099266, 0.000598000071, -0.993930101, -0.110012017, -0.999999881, -0.00062688929, 0.000228012228, -0.000295593578, 0.110011861, -0.99393034)) | |
3406 | CFuncs.Mesh.Create("BlockMesh",tat,"","",Vector3.new(0, 0, 0),Vector3.new(0.644121528, 0.220589519, 0.328677952)) | |
3407 | tat=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright green","tat",Vector3.new(0.0644314513, 0.0619653948, 0.0619653761)) | |
3408 | tatWeld=CFuncs.Weld.Create(m,Tattoo,tat,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.257720947, -0.167019844, -0.368425012, 0, -0.999967635, -0.00804399699, 0, 0.00804399792, -0.999967635, 1, 0, 0)) | |
3409 | CFuncs.Mesh.Create("BlockMesh",tat,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.106284358, 0.220589191)) | |
3410 | tat=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright green","tat",Vector3.new(0.0693014264, 0.0619653948, 0.0619653761)) | |
3411 | tatWeld=CFuncs.Weld.Create(m,Tattoo,tat,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.234893799, 0.368422031, 0.179168701, 0, -0.309784949, -0.950806737, -1, 0, 0, 0, 0.950806737, -0.309784949)) | |
3412 | CFuncs.Mesh.Create("BlockMesh",tat,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.220589519, 0.213971585)) | |
3413 | tat=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright green","tat",Vector3.new(0.0644314513, 0.0619653948, 0.0619653761)) | |
3414 | tatWeld=CFuncs.Weld.Create(m,Tattoo,tat,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.164955139, -0.180831909, -0.368412971, 0, 0.334454924, 0.94241178, 0, -0.94241178, 0.334454924, 1, 0, 0)) | |
3415 | CFuncs.Mesh.Create("BlockMesh",tat,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.106284358, 0.220589191)) | |
3416 | tat=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright green","tat",Vector3.new(0.0619654022, 0.0619653948, 0.0619653761)) | |
3417 | tatWeld=CFuncs.Weld.Create(m,Tattoo,tat,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.347550929, 0.398170471, -0.139374733, -0.999999762, 0, -0.000665999833, 0, -1, 0, -0.000665999833, 0, 0.999999762)) | |
3418 | CFuncs.Mesh.Create("SpecialMesh",tat,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.882358313, 0.604415238, 0.580149591)) | |
3419 | tat=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright green","tat",Vector3.new(0.0619654022, 0.0619653948, 0.0619653761)) | |
3420 | tatWeld=CFuncs.Weld.Create(m,Tattoo,tat,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.218955994, -0.24905777, -0.368402004, 0, 0.595754027, 0.803166986, 0, -0.803166986, 0.595754027, 1, 0, 0)) | |
3421 | CFuncs.Mesh.Create("BlockMesh",tat,"","",Vector3.new(0, 0, 0),Vector3.new(0.611055255, 0.229529798, 0.220589191)) | |
3422 | tat=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright green","tat",Vector3.new(0.0751109943, 0.0619653948, 0.0619653761)) | |
3423 | tatWeld=CFuncs.Weld.Create(m,Tattoo,tat,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.169723511, -0.17515564, 0.369192421, 0.000613000186, 0.402458102, -0.915438235, 0.000266000017, -0.915438473, -0.402458042, -0.999999762, 3.20027038e-06, -0.000668217719)) | |
3424 | CFuncs.Mesh.Create("BlockMesh",tat,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.179678485, 0.220589191)) | |
3425 | tat=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright green","tat",Vector3.new(0.0619654022, 0.0619653948, 0.0619653761)) | |
3426 | tatWeld=CFuncs.Weld.Create(m,Tattoo,tat,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.25983429, 0.368422985, 0.212726593, 0, -0.443343073, -0.896352112, -1, 0, 0, 0, 0.896352112, -0.443343073)) | |
3427 | CFuncs.Mesh.Create("BlockMesh",tat,"","",Vector3.new(0, 0, 0),Vector3.new(0.644121528, 0.220589519, 0.328677952)) | |
3428 | tat=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright green","tat",Vector3.new(0.0619654022, 0.202163279, 0.263536245)) | |
3429 | tatWeld=CFuncs.Weld.Create(m,Tattoo,tat,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.34772104, -0.348884583, 0.0236845016, 1, 0, 0, 0, -1, 0, 0, 0, -1)) | |
3430 | CFuncs.Mesh.Create("SpecialMesh",tat,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.882358313, 1, 1)) | |
3431 | tat=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright green","tat",Vector3.new(0.0644314513, 0.0619653948, 0.0619653761)) | |
3432 | tatWeld=CFuncs.Weld.Create(m,Tattoo,tat,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.113555908, -0.162574768, -0.369188726, -0.000631000206, -0.334430128, 0.942420363, 0.000220000045, -0.942420602, -0.334430069, 0.999999762, -3.69293139e-06, 0.000668242166)) | |
3433 | CFuncs.Mesh.Create("BlockMesh",tat,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.106284358, 0.220589191)) | |
3434 | tat=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright green","tat",Vector3.new(0.0693014264, 0.0619653948, 0.0619653761)) | |
3435 | tatWeld=CFuncs.Weld.Create(m,Tattoo,tat,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.326705933, 0.369078875, 0.215709686, 0.000634999829, -0.999417782, 0.0341119915, -0.999999881, -0.000627554022, 0.000228984747, -0.000207444304, -0.0341121294, -0.99941802)) | |
3436 | CFuncs.Mesh.Create("BlockMesh",tat,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.220589519, 0.213971585)) | |
3437 | tat=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright green","tat",Vector3.new(0.0619654022, 0.0619653948, 0.0619653761)) | |
3438 | tatWeld=CFuncs.Weld.Create(m,Tattoo,tat,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.286556244, 0.36839807, 0.232765198, 0, -0.519518971, -0.854458988, -1, 0, 0, 0, 0.854458988, -0.519518971)) | |
3439 | CFuncs.Mesh.Create("BlockMesh",tat,"","",Vector3.new(0, 0, 0),Vector3.new(0.88676995, 0.220589519, 0.441178381)) | |
3440 | tat=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright green","tat",Vector3.new(0.0619654022, 0.0619653948, 0.0619653761)) | |
3441 | tatWeld=CFuncs.Weld.Create(m,Tattoo,tat,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.311698914, -0.263069153, -0.368406057, 0, -0.958490133, 0.28512603, 0, -0.28512603, -0.958490133, 1, 0, 0)) | |
3442 | CFuncs.Mesh.Create("BlockMesh",tat,"","",Vector3.new(0, 0, 0),Vector3.new(0.611055255, 0.229529798, 0.220589191)) | |
3443 | tat=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright green","tat",Vector3.new(0.0619654022, 0.0619653948, 0.0619653761)) | |
3444 | tatWeld=CFuncs.Weld.Create(m,Tattoo,tat,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.367607117, 0.369083226, 0.289403915, 0.000567000068, -0.980618119, -0.195928022, -0.999999881, -0.000623347762, 0.000225930475, -0.000343682768, 0.195927858, -0.980618298)) | |
3445 | CFuncs.Mesh.Create("BlockMesh",tat,"","",Vector3.new(0, 0, 0),Vector3.new(0.88676995, 0.220589519, 0.441178381)) | |
3446 | tat=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright green","tat",Vector3.new(0.0693014264, 0.0619653948, 0.0619653761)) | |
3447 | tatWeld=CFuncs.Weld.Create(m,Tattoo,tat,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.327262878, 0.368401051, 0.162896156, 0, 0.999418616, 0.0340939872, -1, 0, 0, 0, -0.0340939872, 0.999418616)) | |
3448 | CFuncs.Mesh.Create("BlockMesh",tat,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.220589519, 0.213971585)) | |
3449 | tat=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright green","tat",Vector3.new(0.0619654022, 0.0619653948, 0.0619653761)) | |
3450 | tatWeld=CFuncs.Weld.Create(m,Tattoo,tat,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.347545147, -0.169380188, -0.0945644379, -0.999999762, 0, -0.000665999833, 0, -1, 0, -0.000665999833, 0, 0.999999762)) | |
3451 | CFuncs.Mesh.Create("SpecialMesh",tat,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.882358313, 0.604415238, 0.580149591)) | |
3452 | tat=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright green","tat",Vector3.new(0.0619654022, 0.0619653948, 0.0619653761)) | |
3453 | tatWeld=CFuncs.Weld.Create(m,Tattoo,tat,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.239946365, 0.369184792, 0.204460144, 0.000572000048, 0.519502044, -0.854469121, -0.999999762, 1.87149126e-07, -0.000669307599, -0.00034754668, 0.85446924, 0.519501865)) | |
3454 | CFuncs.Mesh.Create("BlockMesh",tat,"","",Vector3.new(0, 0, 0),Vector3.new(0.88676995, 0.220589519, 0.441178381)) | |
3455 | tat=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright green","tat",Vector3.new(0.0644314513, 0.0619653948, 0.0619653761)) | |
3456 | tatWeld=CFuncs.Weld.Create(m,Tattoo,tat,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.255828857, -0.219761848, -0.369092643, -0.000630000257, 0.999967337, -0.00806400273, 0.000228999779, 0.00806414895, 0.999967515, 0.999999881, 0.00062813313, -0.000234072708)) | |
3457 | CFuncs.Mesh.Create("BlockMesh",tat,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.106284358, 0.220589191)) | |
3458 | tat=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright green","tat",Vector3.new(0.0619654022, 0.0619653948, 0.0619653761)) | |
3459 | tatWeld=CFuncs.Weld.Create(m,Tattoo,tat,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.283638, 0.369182467, 0.164020538, -0.000550999946, 0.555142939, 0.831754863, -0.999999762, 2.51754983e-07, -0.000662622624, -0.000368059642, -0.831755042, 0.55514276)) | |
3460 | CFuncs.Mesh.Create("BlockMesh",tat,"","",Vector3.new(0, 0, 0),Vector3.new(0.88676995, 0.220589519, 0.441178381)) | |
3461 | tat=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright green","tat",Vector3.new(0.0619654022, 0.0619653948, 0.0619653761)) | |
3462 | tatWeld=CFuncs.Weld.Create(m,Tattoo,tat,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.353614807, 0.368417025, 0.209962845, 0, 0.99392873, -0.110025972, -1, 0, 0, 0, 0.110025965, 0.99392873)) | |
3463 | CFuncs.Mesh.Create("BlockMesh",tat,"","",Vector3.new(0, 0, 0),Vector3.new(0.644121528, 0.220589519, 0.328677952)) | |
3464 | tat=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright green","tat",Vector3.new(0.0619654022, 0.0619653948, 0.0619653761)) | |
3465 | tatWeld=CFuncs.Weld.Create(m,Tattoo,tat,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.355049014, -0.154151917, 0.0251083374, 1, 0, 0, 0, -1, 0, 0, 0, -1)) | |
3466 | CFuncs.Mesh.Create("SpecialMesh",tat,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.641915858, 0.604415238, 0.580149591)) | |
3467 | tat=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright green","tat",Vector3.new(0.0619654022, 0.0619653948, 0.0619653761)) | |
3468 | tatWeld=CFuncs.Weld.Create(m,Tattoo,tat,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.294418335, -0.312889099, -0.369074523, -0.000533999992, 0.958495021, 0.285109013, 0.000404000544, -0.285108835, 0.95849514, 0.999999881, 0.000627020549, -0.0002349844)) | |
3469 | CFuncs.Mesh.Create("BlockMesh",tat,"","",Vector3.new(0, 0, 0),Vector3.new(0.611055255, 0.229529798, 0.220589191)) | |
3470 | tat=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright green","tat",Vector3.new(0.0619654022, 0.0619653948, 0.0619653761)) | |
3471 | tatWeld=CFuncs.Weld.Create(m,Tattoo,tat,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.347483039, -0.169380188, -0.0380096436, 1, 0, 0, 0, -1, 0, 0, 0, -1)) | |
3472 | CFuncs.Mesh.Create("SpecialMesh",tat,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.882358313, 0.604415238, 0.580149591)) | |
3473 | tat=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright green","tat",Vector3.new(0.0619654022, 0.0619653948, 0.0619653761)) | |
3474 | tatWeld=CFuncs.Weld.Create(m,Tattoo,tat,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.347493052, 0.398147583, -0.0826053619, 1, 0, 0, 0, -1, 0, 0, 0, -1)) | |
3475 | CFuncs.Mesh.Create("SpecialMesh",tat,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.882358313, 0.604415238, 0.580149591)) | |
3476 | tat=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright green","tat",Vector3.new(0.0619654022, 0.0619653948, 0.0619653761)) | |
3477 | tatWeld=CFuncs.Weld.Create(m,Tattoo,tat,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.414588928, 0.369088829, 0.243835449, -0.000558999716, 0.59172368, -0.806140661, -0.999999881, -0.000629997172, 0.000230996186, -0.000371180387, 0.806140602, 0.591723859)) | |
3478 | CFuncs.Mesh.Create("BlockMesh",tat,"","",Vector3.new(0, 0, 0),Vector3.new(0.88676995, 0.220589519, 0.441178381)) | |
3479 | tat=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright green","tat",Vector3.new(0.0619654022, 0.0619653948, 0.0619653761)) | |
3480 | tatWeld=CFuncs.Weld.Create(m,Tattoo,tat,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.347535193, 0.438827515, -0.0946722031, -0.999999762, 0, -0.000665999833, 0, -1, 0, -0.000665999833, 0, 0.999999762)) | |
3481 | CFuncs.Mesh.Create("SpecialMesh",tat,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.882358313, 0.604415238, 0.580149591)) | |
3482 | tat=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright green","tat",Vector3.new(0.0619654022, 0.0619653948, 0.0619653761)) | |
3483 | tatWeld=CFuncs.Weld.Create(m,Tattoo,tat,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.347563624, -0.21006012, -0.156900406, -0.999999762, 0, -0.000665999833, 0, -1, 0, -0.000665999833, 0, 0.999999762)) | |
3484 | CFuncs.Mesh.Create("SpecialMesh",tat,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.882358313, 0.604415238, 0.580149591)) | |
3485 | tat=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright green","tat",Vector3.new(0.0619654022, 0.0619653948, 0.0619653761)) | |
3486 | tatWeld=CFuncs.Weld.Create(m,Tattoo,tat,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.329029083, 0.368404984, 0.194297791, 0, -0.555127263, 0.831765413, -1, 0, 0, 0, -0.831765413, -0.555127263)) | |
3487 | CFuncs.Mesh.Create("BlockMesh",tat,"","",Vector3.new(0, 0, 0),Vector3.new(0.88676995, 0.220589519, 0.441178381)) | |
3488 | tat=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright green","tat",Vector3.new(0.0751109943, 0.0619653948, 0.0619653761)) | |
3489 | tatWeld=CFuncs.Weld.Create(m,Tattoo,tat,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.313224792, -0.190081596, 0.368412018, 0, 0.997878134, -0.0651090071, 0, -0.0651090071, -0.997878134, -1, 0, 0)) | |
3490 | CFuncs.Mesh.Create("BlockMesh",tat,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.179678485, 0.220589191)) | |
3491 | tat=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright green","tat",Vector3.new(0.0751109943, 0.0619653948, 0.0619653761)) | |
3492 | tatWeld=CFuncs.Weld.Create(m,Tattoo,tat,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.219703674, -0.197059631, 0.368417025, 0, -0.402481139, -0.915428281, 0, -0.915428281, 0.402481169, -1, 0, 0)) | |
3493 | CFuncs.Mesh.Create("BlockMesh",tat,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.179678485, 0.220589191)) | |
3494 | tat=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright green","tat",Vector3.new(0.0619654022, 0.0619653948, 0.0619653761)) | |
3495 | tatWeld=CFuncs.Weld.Create(m,Tattoo,tat,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.347500026, -0.21005249, -0.109327316, 1, 0, 0, 0, -1, 0, 0, 0, -1)) | |
3496 | CFuncs.Mesh.Create("SpecialMesh",tat,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.882358313, 0.604415238, 0.580149591)) | |
3497 | tat=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright green","tat",Vector3.new(0.0751109943, 0.0619653948, 0.0619653761)) | |
3498 | tatWeld=CFuncs.Weld.Create(m,Tattoo,tat,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.3074646, -0.242515564, 0.369079769, 0.000611000229, -0.997879326, -0.065090023, 0.00027400002, -0.0650898665, 0.997879446, -0.999999881, -0.000627539179, 0.000233649014)) | |
3499 | CFuncs.Mesh.Create("BlockMesh",tat,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.179678485, 0.220589191)) | |
3500 | tat=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright green","tat",Vector3.new(0.0619654022, 0.0619653948, 0.0619653761)) | |
3501 | tatWeld=CFuncs.Weld.Create(m,Tattoo,tat,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.175128937, -0.216575623, -0.369184375, -0.000537999789, -0.595736682, 0.803179622, 0.000395000359, -0.80317986, -0.595736563, 0.999999762, -3.24988355e-06, 0.000667426735)) | |
3502 | CFuncs.Mesh.Create("BlockMesh",tat,"","",Vector3.new(0, 0, 0),Vector3.new(0.611055255, 0.229529798, 0.220589191)) | |
3503 | tat=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright green","tat",Vector3.new(0.0619654022, 0.0619653948, 0.0619653761)) | |
3504 | tatWeld=CFuncs.Weld.Create(m,Tattoo,tat,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.373477936, 0.368407011, 0.276912689, 0, -0.591739953, -0.80612886, -1, 0, 0, 0, 0.80612886, -0.591739953)) | |
3505 | CFuncs.Mesh.Create("BlockMesh",tat,"","",Vector3.new(0, 0, 0),Vector3.new(0.88676995, 0.220589519, 0.441178381)) | |
3506 | tat=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright green","tat",Vector3.new(0.0619654022, 0.0619653948, 0.0619653761)) | |
3507 | tatWeld=CFuncs.Weld.Create(m,Tattoo,tat,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.347499013, 0.438827515, -0.0378713608, 1, 0, 0, 0, -1, 0, 0, 0, -1)) | |
3508 | CFuncs.Mesh.Create("SpecialMesh",tat,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.882358313, 0.604415238, 0.580149591)) | |
3509 | tat=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright green","tat",Vector3.new(0.0693014264, 0.0619653948, 0.0619653761)) | |
3510 | tatWeld=CFuncs.Weld.Create(m,Tattoo,tat,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.182982445, 0.369170189, 0.162239075, 0.000636000244, 0.309764117, -0.950813353, -0.999999762, -2.90834219e-08, -0.000668910507, -0.000207232108, 0.950813532, 0.309764028)) | |
3511 | CFuncs.Mesh.Create("BlockMesh",tat,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.220589519, 0.213971585)) | |
3512 | tat=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright green","tat",Vector3.new(0.0619654022, 0.0619653948, 0.0619653761)) | |
3513 | tatWeld=CFuncs.Weld.Create(m,Tattoo,tat,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.380187988, 0.368409038, 0.238204956, 0, 0.980615497, -0.19594191, -1, 0, 0, 0, 0.19594191, 0.980615497)) | |
3514 | CFuncs.Mesh.Create("BlockMesh",tat,"","",Vector3.new(0, 0, 0),Vector3.new(0.88676995, 0.220589519, 0.441178381)) | |
3515 | tat=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright green","tat",Vector3.new(0.0619654022, 0.0619653948, 0.0619653761)) | |
3516 | tatWeld=CFuncs.Weld.Create(m,Tattoo,tat,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.210956573, 0.369197965, 0.188514709, 0.000599000137, 0.443314105, -0.896366239, -0.999999762, 1.00843096e-07, -0.000668203749, -0.000296133716, 0.896366358, 0.443313986)) | |
3517 | CFuncs.Mesh.Create("BlockMesh",tat,"","",Vector3.new(0, 0, 0),Vector3.new(0.644121528, 0.220589519, 0.328677952)) | |
3518 | ||
3519 | spawn(function() | |
3520 | while true do | |
3521 | for _,v in pairs(m:children()) do | |
3522 | if v:IsA("Part") and v.Name == "tat" then | |
3523 | v.Color = maincol2 | |
3524 | end | |
3525 | end | |
3526 | swait() | |
3527 | end | |
3528 | end) | |
3529 | ------------------------------------------------------------------------------------------------ | |
3530 | ||
3531 | function Laugh() | |
3532 | attack = true | |
3533 | hum.WalkSpeed = 1.01 | |
3534 | Character.Head.face.Texture = "rbxassetid://360687027" | |
3535 | CreateSound("290084602", tors, 10, 1) | |
3536 | for i = 0,6.2,0.1 do | |
3537 | swait() | |
3538 | rootj.C0 = clerp(rootj.C0, RootCF * CF(0, 0, -0.1 + 0.1 * Cos(sine / 20)) * angles(Rad(0), Rad(0), Rad(0)), 0.15) | |
3539 | tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(-30), Rad(0), Rad(0)), 0.3) | |
3540 | RH.C0 = clerp(RH.C0, CF(1, -0.9 - 0.1 * Cos(sine / 20), 0.025 * Cos(sine / 20)) * RHCF * angles(Rad(-5), Rad(0), Rad(0)), 0.15) | |
3541 | LH.C0 = clerp(LH.C0, CF(-1, -0.9 - 0.1 * Cos(sine / 20), 0.025 * Cos(sine / 20)) * LHCF * angles(Rad(-5), Rad(0), Rad(-0)), 0.15) | |
3542 | RW.C0 = clerp(RW.C0, CF(1.5, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(-0), Rad(0), Rad(145)), 0.1) | |
3543 | LW.C0 = clerp(LW.C0, CF(-1.5, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(-0), Rad(0), Rad(-145)), 0.1) | |
3544 | end | |
3545 | for i = 0,6.2,0.1 do | |
3546 | swait() | |
3547 | rootj.C0 = clerp(rootj.C0, RootCF * CF(0, 0, -0.1 + 0.1 * Cos(sine / 20)) * angles(Rad(20), Rad(0), Rad(0)), 0.15) | |
3548 | tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(0), Rad(0), Rad(0)), 0.3) | |
3549 | RH.C0 = clerp(RH.C0, CF(1, -0.9 - 0.1 * Cos(sine / 20), 0.025 * Cos(sine / 20)) * RHCF * angles(Rad(-5), Rad(0), Rad(20)), 0.15) | |
3550 | LH.C0 = clerp(LH.C0, CF(-1, -0.9 - 0.1 * Cos(sine / 20), 0.025 * Cos(sine / 20)) * LHCF * angles(Rad(-5), Rad(0), Rad(-20)), 0.15) | |
3551 | RW.C0 = clerp(RW.C0, CF(1.5, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(-30), Rad(0), Rad(15)), 0.1) | |
3552 | LW.C0 = clerp(LW.C0, CF(-1.5, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(-30), Rad(0), Rad(-15)), 0.1) | |
3553 | end | |
3554 | attack = false | |
3555 | Character.Head.face.Texture = "rbxassetid://176777497" | |
3556 | hum.WalkSpeed = 16 | |
3557 | end | |
3558 | ---------------------------------------------------------------- | |
3559 | function RArmTrace() | |
3560 | for _,v in next, Character:GetChildren() do | |
3561 | if(v:IsA'Part') and v == RightArm and v ~= RootPart then | |
3562 | local trace = Instance.new("Part") | |
3563 | trace.Parent = Character | |
3564 | trace.Size = v.Size | |
3565 | trace.Material = "Neon" | |
3566 | trace.Color = maincol | |
3567 | trace.Transparency = .3 | |
3568 | trace.Anchored = true | |
3569 | trace.CanCollide = false | |
3570 | trace.CFrame = v.CFrame | |
3571 | Tween(trace,{Transparency=1},.5) | |
3572 | game:GetService("Debris"):AddItem(trace, 1) | |
3573 | if v.Name == "Head" then | |
3574 | local mehs = Instance.new("CylinderMesh",trace) | |
3575 | mehs.Scale = Vector3.new(1.25,1.25,1.25) | |
3576 | end | |
3577 | end | |
3578 | end | |
3579 | end | |
3580 | ||
3581 | function PlayAnimationFromTable(table, speed, bool) | |
3582 | RootJoint.C0 = clerp(RootJoint.C0, table[1], speed) | |
3583 | Torso.Neck.C0 = clerp(Torso.Neck.C0, table[2], speed) | |
3584 | RW.C0 = clerp(RW.C0, table[3], speed) | |
3585 | LW.C0 = clerp(LW.C0, table[4], speed) | |
3586 | RH.C0 = clerp(RH.C0, table[5], speed) | |
3587 | LH.C0 = clerp(LH.C0, table[6], speed) | |
3588 | if bool == true then | |
3589 | if resetc1 == false then | |
3590 | resetc1 = true | |
3591 | RootJoint.C1 = RootJoint.C1 | |
3592 | Torso.Neck.C1 = Torso.Neck.C1 | |
3593 | RW.C1 = rarmc1 | |
3594 | LW.C1 = larmc1 | |
3595 | RH.C1 = rlegc1 | |
3596 | LH.C1 = llegc1 | |
3597 | end | |
3598 | end | |
3599 | end | |
3600 | ||
3601 | ArtificialHB = Create("BindableEvent"){ | |
3602 | Parent = script, | |
3603 | Name = "Heartbeat", | |
3604 | } | |
3605 | ||
3606 | script:WaitForChild("Heartbeat") | |
3607 | ||
3608 | frame = 1 / 45 | |
3609 | tf = 0 | |
3610 | allowframeloss = false | |
3611 | tossremainder = false | |
3612 | lastframe = tick() | |
3613 | script.Heartbeat:Fire() | |
3614 | ||
3615 | game:GetService("RunService").Heartbeat:connect(function(s, p) | |
3616 | tf = tf + s | |
3617 | if tf >= frame then | |
3618 | if allowframeloss then | |
3619 | script.Heartbeat:Fire() | |
3620 | lastframe = tick() | |
3621 | else | |
3622 | for i = 1, math.floor(tf / frame) do | |
3623 | script.Heartbeat:Fire() | |
3624 | end | |
3625 | lastframe = tick() | |
3626 | end | |
3627 | if tossremainder then | |
3628 | tf = 0 | |
3629 | else | |
3630 | tf = tf - frame * math.floor(tf / frame) | |
3631 | end | |
3632 | end | |
3633 | end) | |
3634 | ||
3635 | local slashsound3 = Instance.new("Sound", hed) | |
3636 | slashsound3.SoundId = "rbxassetid://907332040" | |
3637 | slashsound3.Volume = 1000000000000 | |
3638 | --//=================================\\ | |
3639 | --|| ASSIGN THINGS TO KEYS | |
3640 | --\\=================================// | |
3641 | function kdown(k) | |
3642 | if k == "q" then | |
3643 | Sayonara() | |
3644 | elseif k == "e" then | |
3645 | Destruction() | |
3646 | elseif k == "t" then | |
3647 | Laugh() | |
3648 | elseif k == "y" then | |
3649 | Technobeam() | |
3650 | elseif k == "f" then | |
3651 | LaughV2() | |
3652 | end | |
3653 | end | |
3654 | ||
3655 | mou.KeyDown:connect(kdown) | |
3656 | ||
3657 | ||
3658 | --//=================================\\ | |
3659 | --\\=================================// | |
3660 | ||
3661 | ||
3662 | function unanchor() | |
3663 | if UNANCHOR == true then | |
3664 | g = Character:GetChildren() | |
3665 | for i = 1, #g do | |
3666 | if g[i].ClassName == "Part" then | |
3667 | g[i].Anchored = false | |
3668 | end | |
3669 | end | |
3670 | end | |
3671 | end | |
3672 | --------------------------------------- | |
3673 | ----------------------- | |
3674 | Circle = nil | |
3675 | CircleParts = {} | |
3676 | Equipped = false | |
3677 | ||
3678 | function RayCast(Position, Direction, MaxDistance, IgnoreList) | |
3679 | return game:GetService("Workspace"):FindPartOnRayWithIgnoreList(Ray.new(Position, Direction.unit * (MaxDistance or 999.999)), IgnoreList) | |
3680 | end | |
3681 | Equipped = true | |
3682 | Circle = Instance.new("Model") | |
3683 | Circle.Name = "Circle" | |
3684 | Angle = 0 | |
3685 | for i = 1, 1 do | |
3686 | local CirclePart = Instance.new("Part") | |
3687 | CirclePart.Name = "CirclePart" | |
3688 | CirclePart.Transparency = 1 | |
3689 | CirclePart.BrickColor = BrickColor.new("Really black") | |
3690 | CirclePart.Material = Enum.Material.Plastic | |
3691 | CirclePart.Shape = Enum.PartType.Block | |
3692 | CirclePart.FormFactor = Enum.FormFactor.Custom | |
3693 | CirclePart.TopSurface = Enum.SurfaceType.Smooth | |
3694 | CirclePart.BottomSurface = Enum.SurfaceType.Smooth | |
3695 | CirclePart.Anchored = true | |
3696 | CirclePart.CanCollide = false | |
3697 | CirclePart.Locked = true | |
3698 | CirclePart.Size = Vector3.new(10, 0.2, 10) | |
3699 | local Aura = Instance.new('ParticleEmitter') | |
3700 | Aura.Name = "Aura" | |
3701 | Aura.Texture = "rbxassetid://771221224" | |
3702 | Aura.Parent = CirclePart | |
3703 | Aura.LightEmission = 0 | |
3704 | Aura.Transparency = NumberSequence.new(0.2,0.4,1) | |
3705 | Aura.Color = ColorSequence.new(Color3.new(255/255, 255/255, 0/255),Color3.new(255/200, 200/200, 200/200)) | |
3706 | Aura.Size = NumberSequence.new(0.9,0.5,0.3) | |
3707 | Aura.LockedToPart = false | |
3708 | Aura.Lifetime = NumberRange.new(1) | |
3709 | Aura.Rate = 50 | |
3710 | Aura.Speed = NumberRange.new(2.5) | |
3711 | Aura.SpreadAngle = Vector2.new(80,80) | |
3712 | local BlockMesh = Instance.new("BlockMesh") | |
3713 | BlockMesh.Scale = Vector3.new(1, (1 + (0.005 * i)), 1) | |
3714 | BlockMesh.Parent = CirclePart | |
3715 | CirclePart.Parent = Circle | |
3716 | local Star = Instance.new("Decal", CirclePart) | |
3717 | Star.Texture = "http://www.roblox.com/asset/?id=68854060" | |
3718 | Star.Face = "Top" | |
3719 | local Light = Instance.new("PointLight", CirclePart) | |
3720 | Light.Color = Color3.new(.20,0,0) | |
3721 | Light.Brightness = 100 | |
3722 | Light.Range = 15 | |
3723 | table.insert(CircleParts, CirclePart) | |
3724 | end | |
3725 | Spawn(function() | |
3726 | while Equipped and Humanoid.Parent and Torso.Parent do | |
3727 | if Angle == 360 then | |
3728 | Angle = 0 | |
3729 | end | |
3730 | Angle = Angle + 0.05 | |
3731 | local Hit, EndPosition = RayCast(Torso.Position, Vector3.new(0, -1, 0), (Torso.Size.Y * 6.5), {Character}) | |
3732 | if Hit then | |
3733 | if not Circle.Parent then | |
3734 | Circle.Parent = Character | |
3735 | end | |
3736 | for i, v in pairs(CircleParts) do | |
3737 | v.CFrame = CFrame.new(Torso.Position.X, EndPosition.Y, Torso.Position.Z) * CFrame.Angles(0, (Angle + i), 0) | |
3738 | end | |
3739 | else | |
3740 | Circle.Parent = nil | |
3741 | end | |
3742 | wait() | |
3743 | end | |
3744 | end) | |
3745 | --------------------------- | |
3746 | while true do | |
3747 | swait() | |
3748 | sine = sine + change | |
3749 | local torvel = (root.Velocity * Vector3.new(1, 0, 1)).magnitude | |
3750 | local velderp = root.Velocity.y | |
3751 | hitfloor, posfloor = rayCast(root.Position, CFrame.new(root.Position, root.Position - Vector3.new(0, 1, 0)).lookVector, 4* Player_Size, char) | |
3752 | if equipped == true or equipped == false then | |
3753 | if attack == false then | |
3754 | idle = idle + 1 | |
3755 | else | |
3756 | idle = 0 | |
3757 | end | |
3758 | local Landed = false | |
3759 | if(hitfloor)then | |
3760 | WasAir = false | |
3761 | else | |
3762 | WasAir = true | |
3763 | end | |
3764 | if(WasAir == false)then | |
3765 | if(InAir == true)then | |
3766 | LandTick = time() | |
3767 | Landed = true | |
3768 | end | |
3769 | end | |
3770 | if(time()-LandTick < .3)then | |
3771 | Landed = true | |
3772 | end | |
3773 | if(hitfloor)then | |
3774 | InAir = false | |
3775 | else | |
3776 | InAir = true | |
3777 | end | |
3778 | PixelBlockX(5, 0.25, "Add", ra.CFrame * CF(0,-1,0) * angles(Rad(90 + Mrandom(-360, 360)), Rad(Mrandom(-360, 360)), Rad(Mrandom(-360, 360))), 0.75, 0.75, 0.75, 0.0075, BrickC("Really black"), 0) | |
3779 | local Walking = (math.abs(root.Velocity.x) > 1 or math.abs(root.Velocity.z) > 1) | |
3780 | local State = (hum.PlatformStand and 'Paralyzed' or hum.Sit and 'Sit' or not hitfloor and root.Velocity.y < -1 and "Fall" or not hitfloor and root.Velocity.y > 1 and "Jump" or hitfloor and Walking and "Walk" or hitfloor and "Idle") | |
3781 | if(State == 'Jump')then | |
3782 | hum.WalkSpeed = 15 | |
3783 | hum.JumpPower = 50 | |
3784 | if attack == false then | |
3785 | rootj.C0 = clerp(rootj.C0, RootCF * angles(math.min(math.max(root.Velocity.Y/100,-Rad(65)),Rad(65)),0,0),0.3) | |
3786 | tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(-10), Rad(0), Rad(0)), 0.3) | |
3787 | RW.C0 = clerp(RW.C0, CF(1.5, 0.5, 0) * angles(math.min(math.max(root.Velocity.Y/100,-Rad(65)),Rad(65)),0,Rad(15)),0.3) | |
3788 | LW.C0 = clerp(LW.C0, CF(-1.5, 0.5, 0) * angles(math.min(math.max(root.Velocity.Y/100,-Rad(65)),Rad(65)),0,Rad(-15)),0.3) | |
3789 | LH.C0=clerp(LH.C0, CF(-1,-.4-0.1 * Cos(sine / 20), -.6) * LHCF * angles(Rad(-5), Rad(-0), Rad(20)), 0.15) | |
3790 | RH.C0=clerp(RH.C0, CF(1,-1-0.1 * Cos(sine / 20), -.3) * angles(Rad(0), Rad(90), Rad(0)), .3) | |
3791 | end | |
3792 | elseif(State == 'Fall')then | |
3793 | if attack == false then | |
3794 | rootj.C0 = clerp(rootj.C0, RootCF * angles(math.min(math.max(root.Velocity.Y/100,-Rad(65)),Rad(65)),0,0),0.3) | |
3795 | tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(10), Rad(0), Rad(0)), 0.3) | |
3796 | RW.C0 = clerp(RW.C0, CF(1.5, 0.5, 0) * angles(math.min(math.max(root.Velocity.Y/100,-Rad(65)),Rad(65)),0,Rad(90)),0.3) | |
3797 | LW.C0 = clerp(LW.C0, CF(-1.5, 0.5, 0) * angles(math.min(math.max(root.Velocity.Y/100,-Rad(65)),Rad(65)),0,Rad(-90)),0.3) | |
3798 | LH.C0 = clerp(LH.C0, CF(-1,-.4-0.1 * Cos(sine / 20), -.6) * LHCF * angles(Rad(-5), Rad(-0), Rad(20)), 0.15) | |
3799 | RH.C0 = clerp(RH.C0, CF(1,-1-0.1 * Cos(sine / 20), -.3) * angles(Rad(0), Rad(90), Rad(0)), .3) | |
3800 | end | |
3801 | elseif(State == 'Idle')then | |
3802 | change = 1 | |
3803 | if attack == false then | |
3804 | rootj.C0 = clerp(rootj.C0, RootCF * CF(0, 0, -0.1 + 0.1 * Cos(sine / 20)) * angles(Rad(0), Rad(0), Rad(0)), 0.15) | |
3805 | tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(30 - 2.5 * Sin(sine / 18)), Rad(0), Rad(0)), 0.3) | |
3806 | if Mrandom(1,15) == 1 then | |
3807 | tors.Neck.C0 = clerp(tors.Neck.C0, necko * CF(0, 0, 0 + ((1) - 1)) * angles(Rad(Mrandom(-15,15)), Rad(Mrandom(-15,15)), Rad(Mrandom(-15,15))), 1) | |
3808 | end | |
3809 | RH.C0 = clerp(RH.C0, CF(1, -0.9 - 0.1 * Cos(sine / 20), 0.025 * Cos(sine / 20)) * RHCF * angles(Rad(-4.5), Rad(0), Rad(0)), 0.15) | |
3810 | LH.C0 = clerp(LH.C0, CF(-1, -0.9 - 0.1 * Cos(sine / 20), 0.025 * Cos(sine / 20)) * LHCF * angles(Rad(-6.5), Rad(0), Rad(0)), 0.15) | |
3811 | RW.C0 = clerp(RW.C0, CF(1.5, 0.5 + 0.05 * Sin(sine / 20), 0.025 * Cos(sine / 20)) * angles(Rad(0), Rad(-10 * Cos(sine / 20)), Rad(5 - 2.5 * Sin(sine / 20))), 0.1) | |
3812 | LW.C0 = clerp(LW.C0, CF(-.8, 0.5 + 0.05 * Sin(sine / 20), -.4 + 0.025 * Cos(sine / 20)) * angles(Rad(0), Rad(20), Rad(-215)), 0.1) | |
3813 | end | |
3814 | elseif(State == 'Walk')then | |
3815 | change = 1 | |
3816 | hum.WalkSpeed = 15 | |
3817 | hum.JumpPower = 50 | |
3818 | if attack == false then | |
3819 | tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(30 - 2.5 * Sin(sine / 20)), Rad(0), Rad(0)), 0.3) | |
3820 | if Mrandom(1,15) == 1 then | |
3821 | tors.Neck.C0 = clerp(tors.Neck.C0, necko * CF(0, 0, 0 + ((1) - 1)) * angles(Rad(Mrandom(-15,15)), Rad(Mrandom(-15,15)), Rad(Mrandom(-15,15))), 1) | |
3822 | end | |
3823 | RH.C0 = clerp(RH.C0, CF(1, -0.925 - 0.5 * Cos(sine / 7) / 2, 0.5 * Cos(sine / 7) / 2) * angles(Rad(-15 - 5 * Cos(sine / 7)) - rl.RotVelocity.Y / 75 + -Sin(sine / 7) / 2.5, Rad(90 - 0.1 * Cos(sine / 7)), Rad(0)) * angles(Rad(0 + 0.1 * Cos(sine / 7)), Rad(0), Rad(0)), 0.3) | |
3824 | LH.C0 = clerp(LH.C0, CF(-1, -0.925 + 0.5 * Cos(sine / 7) / 2, -0.5 * Cos(sine / 7) / 2) * angles(Rad(-15 + 5 * Cos(sine / 7)) + ll.RotVelocity.Y / 75 + Sin(sine / 7) / 2.5, Rad(-90 - 0.1 * Cos(sine / 7)), Rad(0)) * angles(Rad(0 - 0.1 * Cos(sine / 7)), Rad(0), Rad(0)), 0.3) | |
3825 | RW.C0 = clerp(RW.C0, CF(1.5, 0.5 + 0.05 * Sin(sine / 7), 0.15 * Cos(sine / 7)) * angles(Rad(45) * Cos(sine / 7) , Rad(0), Rad(5) - ra.RotVelocity.Y / 75), 0.1) | |
3826 | LW.C0 = clerp(LW.C0, CF(-.8, 0.5 + 0.05 * Sin(sine / 20), -.4 + 0.025 * Cos(sine / 20)) * angles(Rad(0), Rad(20), Rad(-215)), 0.1) | |
3827 | end | |
3828 | end | |
3829 | end | |
3830 | for _, c in pairs(char:GetChildren()) do | |
3831 | if c.ClassName == "Part" and c.Name ~= "Detail" then | |
3832 | c.Color = Color3.new(0,0,0) | |
3833 | if c:FindFirstChildOfClass("ParticleEmitter") then | |
3834 | c:FindFirstChildOfClass("ParticleEmitter"):remove() | |
3835 | end | |
3836 | elseif c.ClassName == "CharacterMesh" or c.ClassName == "Accessory" or c.Name == "Body Colors" then | |
3837 | c:remove() | |
3838 | elseif (c.ClassName == "Shirt" or c.ClassName == "Pants") and c.Name ~= "Cloth" then | |
3839 | c:remove() | |
3840 | end | |
3841 | end | |
3842 | Music.SoundId = "rbxassetid://"..SONG | |
3843 | Music.Looped = true | |
3844 | Music.Pitch = 1 | |
3845 | Music.Volume = 3 | |
3846 | Music.Parent = char | |
3847 | Music:Resume() | |
3848 | if 0 < #Effects then | |
3849 | for e = 1, #Effects do | |
3850 | if Effects[e] ~= nil then | |
3851 | local Thing = Effects[e] | |
3852 | if Thing ~= nil then | |
3853 | local Part = Thing[1] | |
3854 | local Mode = Thing[2] | |
3855 | local Delay = Thing[3] | |
3856 | local IncX = Thing[4] | |
3857 | local IncY = Thing[5] | |
3858 | local IncZ = Thing[6] | |
3859 | if 1 >= Thing[1].Transparency then | |
3860 | if Thing[2] == "Block1" then | |
3861 | Thing[1].CFrame = Thing[1].CFrame * CFrame.fromEulerAnglesXYZ(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50)) | |
3862 | local Mesh = Thing[1].Mesh | |
3863 | Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6]) | |
3864 | Thing[1].Transparency = Thing[1].Transparency + Thing[3] | |
3865 | elseif Thing[2] == "Block2" then | |
3866 | Thing[1].CFrame = Thing[1].CFrame + Vector3.new(0, 0, 0) | |
3867 | local Mesh = Thing[7] | |
3868 | Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6]) | |
3869 | Thing[1].Transparency = Thing[1].Transparency + Thing[3] | |
3870 | elseif Thing[2] == "Block3" then | |
3871 | Thing[1].CFrame = Thing[1].CFrame * CFrame.fromEulerAnglesXYZ(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50)) + Vector3.new(0, 0.15, 0) | |
3872 | local Mesh = Thing[7] | |
3873 | Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6]) | |
3874 | Thing[1].Transparency = Thing[1].Transparency + Thing[3] | |
3875 | elseif Thing[2] == "Cylinder" then | |
3876 | local Mesh = Thing[1].Mesh | |
3877 | Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6]) | |
3878 | Thing[1].Transparency = Thing[1].Transparency + Thing[3] | |
3879 | elseif Thing[2] == "Blood" then | |
3880 | local Mesh = Thing[7] | |
3881 | Thing[1].CFrame = Thing[1].CFrame * Vector3.new(0, 0.5, 0) | |
3882 | Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6]) | |
3883 | Thing[1].Transparency = Thing[1].Transparency + Thing[3] | |
3884 | elseif Thing[2] == "Elec" then | |
3885 | local Mesh = Thing[1].Mesh | |
3886 | Mesh.Scale = Mesh.Scale + Vector3.new(Thing[7], Thing[8], Thing[9]) | |
3887 | Thing[1].Transparency = Thing[1].Transparency + Thing[3] | |
3888 | elseif Thing[2] == "Disappear" then | |
3889 | Thing[1].Transparency = Thing[1].Transparency + Thing[3] | |
3890 | elseif Thing[2] == "Shatter" then | |
3891 | Thing[1].Transparency = Thing[1].Transparency + Thing[3] | |
3892 | Thing[4] = Thing[4] * CFrame.new(0, Thing[7], 0) | |
3893 | Thing[1].CFrame = Thing[4] * CFrame.fromEulerAnglesXYZ(Thing[6], 0, 0) | |
3894 | Thing[6] = Thing[6] + Thing[5] | |
3895 | end | |
3896 | else | |
3897 | Part.Parent = nil | |
3898 | table.remove(Effects, e) | |
3899 | if INSTANT == true then | |
3900 | if TRANSFORMED == false then | |
3901 | sick.TimePosition = 60 | |
3902 | Player:ClearCharacterAppearance() | |
3903 | sick:Play() | |
3904 | for _, c in pairs(HANDFOLDER:GetChildren()) do | |
3905 | if c.ClassName == "Part" then | |
3906 | c.Transparency = 0 | |
3907 | end | |
3908 | end | |
3909 | end | |
3910 | TRANSFORMED = true | |
3911 | end | |
3912 | script.Parent = PlayerGui | |
3913 | Character.Parent = workspace | |
3914 | Humanoid.Parent = Character | |
3915 | Player:ClearCharacterAppearance() | |
3916 | end | |
3917 | end | |
3918 | end | |
3919 | end | |
3920 | end | |
3921 | end | |
3922 | ------------------------------------------------------- | |
3923 | --End Animations And Script-- | |
3924 | ------------------------------------------------------- |