SHOW:
|
|
- or go back to the newest paste.
1 | --https://github.com/Mokiros/roblox-FE-compatibility | |
2 | if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end | |
3 | local Player,Mouse,mouse,UserInputService,ContextActionService = owner | |
4 | local RealPlayer = Player | |
5 | do print("FE Compatibility code by Mokiros")local a=RealPlayer;script.Parent=a.Character;local b=Instance.new("RemoteEvent")b.Name="UserInput_Event"local function c()local d={_fakeEvent=true,Functions={},Connect=function(self,e)table.insert(self.Functions,e)end}d.connect=d.Connect;return d end;local f={Target=nil,Hit=CFrame.new(),KeyUp=c(),KeyDown=c(),Button1Up=c(),Button1Down=c(),Button2Up=c(),Button2Down=c()}local g={InputBegan=c(),InputEnded=c()}local CAS={Actions={},BindAction=function(self,h,i,j,...)CAS.Actions[h]=i and{Name=h,Function=i,Keys={...}}or nil end}CAS.UnbindAction=CAS.BindAction;local function k(self,l,...)local d=f[l]if d and d._fakeEvent then for m,e in pairs(d.Functions)do e(...)end end end;f.TrigEvent=k;g.TrigEvent=k;b.OnServerEvent:Connect(function(n,o)if n~=a then return end;f.Target=o.Target;f.Hit=o.Hit;if not o.isMouse then local p=o.UserInputState==Enum.UserInputState.Begin;if o.UserInputType==Enum.UserInputType.MouseButton1 then return f:TrigEvent(p and"Button1Down"or"Button1Up")end;if o.UserInputType==Enum.UserInputType.MouseButton2 then return f:TrigEvent(p and"Button2Down"or"Button2Up")end;for m,d in pairs(CAS.Actions)do for m,q in pairs(d.Keys)do if q==o.KeyCode then d.Function(d.Name,o.UserInputState,o)end end end;f:TrigEvent(p and"KeyDown"or"KeyUp",o.KeyCode.Name:lower())g:TrigEvent(p and"InputBegan"or"InputEnded",o,false)end end)b.Parent=NLS([==[local a=game:GetService("Players").LocalPlayer;local b=script:WaitForChild("UserInput_Event")local c=a:GetMouse()local d=game:GetService("UserInputService")local e=function(f,g)if g then return end;b:FireServer({KeyCode=f.KeyCode,UserInputType=f.UserInputType,UserInputState=f.UserInputState,Hit=c.Hit,Target=c.Target})end;d.InputBegan:Connect(e)d.InputEnded:Connect(e)local h,i;while wait(1/30)do if h~=c.Hit or i~=c.Target then h,i=c.Hit,c.Target;b:FireServer({isMouse=true,Target=i,Hit=h})end end]==],Player.Character)local r=game;local s={__index=function(self,q)local t=rawget(self,"_RealService")if t then return typeof(t[q])=="function"and function(m,...)return t[q](t,...)end or t[q]end end,__newindex=function(self,q,u)local t=rawget(self,"_RealService")if t then t[q]=u end end}local function v(d,w)d._RealService=typeof(w)=="string"and r:GetService(w)or w;return setmetatable(d,s)end;local x={GetService=function(self,t)return rawget(self,t)or r:GetService(t)end,Players=v({LocalPlayer=v({GetMouse=function(self)return f end},Player)},"Players"),UserInputService=v(g,"UserInputService"),ContextActionService=v(CAS,"ContextActionService"),RunService=v({_btrs={},RenderStepped=r:GetService("RunService").Heartbeat,BindToRenderStep=function(self,h,m,i)self._btrs[h]=self.Heartbeat:Connect(i)end,UnbindFromRenderStep=function(self,h)self._btrs[h]:Disconnect()end},"RunService")}rawset(x.Players,"localPlayer",x.Players.LocalPlayer)x.service=x.GetService;v(x,game)game,owner=x,x.Players.LocalPlayer end | |
6 | local Player = game:GetService("Players").LocalPlayer | |
7 | repeat | |
8 | wait() | |
9 | until Player.Character | |
10 | local Character = Player.Character | |
11 | TrailSettings = { | |
12 | Lifetime = 1, | |
13 | Texture = "http://www.roblox.com/asset/?id=291880914", | |
14 | Color1 = ColorSequence.new(BrickColor.new("Really black").Color), | |
15 | Color2 = ColorSequence.new(BrickColor.new("Really black").Color), | |
16 | AllBody = true, | |
17 | UpperBodyOnly = false, | |
18 | LowerBodyOnly = false, | |
19 | Accessories = false, | |
20 | Extras = true, | |
21 | R15 = false, | |
22 | R15Parts = {"UpperTorso", "LowerTorso"} | |
23 | } | |
24 | local Trail | |
25 | function UpperBody() | |
26 | if TrailSettings.R15 == false then | |
27 | A0 = Instance.new("Attachment", Character.Torso) | |
28 | A1 = Instance.new("Attachment", Character.Head) | |
29 | A2 = Instance.new("Attachment", Character["Right Arm"]) | |
30 | A3 = Instance.new("Attachment", Character["Left Arm"]) | |
31 | Trail = Instance.new("Trail", Character) | |
32 | Trail.Attachment0 = A0 | |
33 | Trail.Attachment1 = A1 | |
34 | Trail.Texture = TrailSettings.Texture | |
35 | Trail.Color = TrailSettings.Color1 | |
36 | Trail.Lifetime = TrailSettings.Lifetime | |
37 | local Trail2 = Trail:Clone() | |
38 | Trail2.Parent = Character | |
39 | Trail2.Attachment1 = A2 | |
40 | local Trail3 = Trail:Clone() | |
41 | Trail3.Parent = Character | |
42 | Trail3.Attachment1 = A3 | |
43 | local Trail6 = Trail:Clone() | |
44 | Trail6.Parent = Character | |
45 | Trail6.Attachment0 = A1 | |
46 | Trail6.Attachment1 = A2 | |
47 | local Trail7 = Trail:Clone() | |
48 | Trail7.Parent = Character | |
49 | Trail7.Attachment0 = A1 | |
50 | Trail7.Attachment1 = A3 | |
51 | else | |
52 | A0 = Instance.new("Attachment", Character[TrailSettings.R15Parts[1]]) | |
53 | A0R = Instance.new("Attachment", Character[TrailSettings.R15Parts[2]]) | |
54 | A1 = Instance.new("Attachment", Character.Head) | |
55 | A2 = Instance.new("Attachment", Character.RightUpperArm) | |
56 | A2R = Instance.new("Attachment", Character.RightLowerArm) | |
57 | A3 = Instance.new("Attachment", Character.LeftUpperArm) | |
58 | A3R = Instance.new("Attachment", Character.LeftLowerArm) | |
59 | Trail = Instance.new("Trail", Character) | |
60 | Trail.Attachment0 = A0 | |
61 | Trail.Attachment1 = A1 | |
62 | Trail.Texture = TrailSettings.Texture | |
63 | Trail.Color = TrailSettings.Color1 | |
64 | Trail.Lifetime = TrailSettings.Lifetime | |
65 | local Trail2 = Trail:Clone() | |
66 | Trail2.Parent = Character | |
67 | Trail2.Attachment1 = A2 | |
68 | local Trail3 = Trail:Clone() | |
69 | Trail3.Parent = Character | |
70 | Trail3.Attachment1 = A3 | |
71 | local Trail6 = Trail:Clone() | |
72 | Trail6.Parent = Character | |
73 | Trail6.Attachment0 = A1 | |
74 | Trail6.Attachment1 = A2 | |
75 | local Trail7 = Trail:Clone() | |
76 | Trail7.Parent = Character | |
77 | Trail7.Attachment0 = A1 | |
78 | Trail7.Attachment1 = A3 | |
79 | local Trail1R = Trail:Clone() | |
80 | Trail1R.Parent = Character | |
81 | Trail1R.Attachment1 = A2R | |
82 | local Trail2R = Trail:Clone() | |
83 | Trail2R.Parent = Character | |
84 | Trail2R.Attachment1 = A3R | |
85 | local Trail6R = Trail:Clone() | |
86 | Trail6.Parent = Character | |
87 | Trail6.Attachment0 = A1 | |
88 | Trail6.Attachment1 = A2R | |
89 | local Trail7R = Trail:Clone() | |
90 | Trail7.Parent = Character | |
91 | Trail7.Attachment0 = A1 | |
92 | Trail7.Attachment1 = A3R | |
93 | end | |
94 | end | |
95 | function LowerBody() | |
96 | if TrailSettings.R15 == false then | |
97 | A4 = Instance.new("Attachment", Character["Right Leg"]) | |
98 | A5 = Instance.new("Attachment", Character["Left Leg"]) | |
99 | local Trail4 = Trail:Clone() | |
100 | Trail4.Parent = Character | |
101 | Trail4.Attachment1 = A4 | |
102 | local Trail5 = Trail:Clone() | |
103 | Trail5.Parent = Character | |
104 | Trail5.Attachment1 = A5 | |
105 | local Trail8 = Trail:Clone() | |
106 | Trail8.Parent = Character | |
107 | Trail8.Attachment0 = A2 | |
108 | Trail8.Attachment1 = A4 | |
109 | Trail8.Color = TrailSettings.Color2 | |
110 | local Trail9 = Trail:Clone() | |
111 | Trail9.Parent = Character | |
112 | Trail9.Attachment0 = A3 | |
113 | Trail9.Attachment1 = A5 | |
114 | Trail9.Color = TrailSettings.Color2 | |
115 | local FT = Trail:Clone() | |
116 | FT.Parent = Character | |
117 | FT.Attachment0 = A4 | |
118 | FT.Attachment1 = A5 | |
119 | FT.Color = TrailSettings.Color2 | |
120 | else | |
121 | A4 = Instance.new("Attachment", Character.RightLowerLeg) | |
122 | A4R = Instance.new("Attachment", Character.RightUpperLeg) | |
123 | A5 = Instance.new("Attachment", Character.LeftLowerLeg) | |
124 | A5R = Instance.new("Attachment", Character.LeftUpperLeg) | |
125 | local Trail4 = Trail:Clone() | |
126 | Trail4.Parent = Character | |
127 | Trail4.Attachment1 = A4 | |
128 | local Trail5 = Trail:Clone() | |
129 | Trail5.Parent = Character | |
130 | Trail5.Attachment1 = A5 | |
131 | local Trail8 = Trail:Clone() | |
132 | Trail8.Parent = Character | |
133 | Trail8.Attachment0 = A2 | |
134 | Trail8.Attachment1 = A4 | |
135 | Trail8.Color = TrailSettings.Color2 | |
136 | local Trail9 = Trail:Clone() | |
137 | Trail9.Parent = Character | |
138 | Trail9.Attachment0 = A3 | |
139 | Trail9.Attachment1 = A5 | |
140 | Trail9.Color = TrailSettings.Color2 | |
141 | local FT = Trail:Clone() | |
142 | FT.Parent = Character | |
143 | FT.Attachment0 = A4 | |
144 | FT.Attachment1 = A5 | |
145 | FT.Color = TrailSettings.Color2 | |
146 | local Trail3R = Trail:Clone() | |
147 | Trail3R.Parent = Character | |
148 | Trail3R.Attachment1 = A4R | |
149 | local Trail4R = Trail:Clone() | |
150 | Trail4R.Parent = Character | |
151 | Trail4R.Attachment1 = A5R | |
152 | local Trail8 = Trail:Clone() | |
153 | Trail8.Parent = Character | |
154 | Trail8.Attachment0 = A2R | |
155 | Trail8.Attachment1 = A4R | |
156 | Trail8.Color = TrailSettings.Color2 | |
157 | local Trail9 = Trail:Clone() | |
158 | Trail9.Parent = Character | |
159 | Trail9.Attachment0 = A3R | |
160 | Trail9.Attachment1 = A5R | |
161 | Trail9.Color = TrailSettings.Color2 | |
162 | local FT2R = Trail:Clone() | |
163 | FT2R.Parent = Character | |
164 | FT2R.Attachment0 = A4R | |
165 | FT2R.Attachment1 = A5R | |
166 | FT2R.Color = TrailSettings.Color2 | |
167 | end | |
168 | end | |
169 | function AllBody() | |
170 | UpperBody() | |
171 | LowerBody() | |
172 | end | |
173 | if TrailSettings.AllBody == true and TrailSettings.UpperBodyOnly == true and TrailSettings.LowerBodyOnly == true then | |
174 | TrailSettings.UpperBodyOnly = false | |
175 | TrailSettings.LowerBodyOnly = false | |
176 | elseif TrailSettings.AllBody == true and TrailSettings.UpperBodyOnly == false and TrailSettings.LowerBodyOnly == true then | |
177 | TrailSettings.UpperBodyOnly = false | |
178 | TrailSettings.LowerBodyOnly = false | |
179 | elseif TrailSettings.AllBody == true and TrailSettings.UpperBodyOnly == true and TrailSettings.LowerBodyOnly == false then | |
180 | TrailSettings.UpperBodyOnly = false | |
181 | TrailSettings.LowerBodyOnly = false | |
182 | elseif TrailSettings.AllBody == false and TrailSettings.UpperBodyOnly == true and TrailSettings.LowerBodyOnly == true then | |
183 | TrailSettings.AllBody = true | |
184 | TrailSettings.UpperBodyOnly = false | |
185 | TrailSettings.LowerBodyOnly = false | |
186 | end | |
187 | if TrailSettings.UpperBodyOnly == true then | |
188 | UpperBody() | |
189 | print("Called Upper Body Trail") | |
190 | elseif TrailSettings.LowerBodyOnly == true then | |
191 | LowerBody() | |
192 | print("Called Lower Body Trail") | |
193 | elseif TrailSettings.AllBody == true then | |
194 | AllBody() | |
195 | print("Called Full Body Trail") | |
196 | end | |
197 | if TrailSettings.Accessories == true then | |
198 | for Index, Item in pairs(Character:GetChildren()) do | |
199 | if Item:IsA("Accessory") then | |
200 | local AA = Instance.new("Attachment", Item.Handle) | |
201 | local ATrail = Trail:Clone() | |
202 | ATrail.Parent = Character | |
203 | ATrail.Attachment1 = AA | |
204 | end | |
205 | end | |
206 | end | |
207 | if TrailSettings.Extras == true then | |
208 | spawn(function() | |
209 | repeat | |
210 | wait() | |
211 | until Trail | |
212 | local AB = Instance.new("Attachment", a) | |
213 | local ABT = Trail:Clone() | |
214 | ABT.Parent = Character | |
215 | ABT.Attachment0 = A4 | |
216 | ABT.Attachment1 = AB | |
217 | ABT.Color = TrailSettings.Color2 | |
218 | local ABT2 = Trail:Clone() | |
219 | ABT2.Parent = Character | |
220 | ABT2.Attachment0 = A5 | |
221 | ABT2.Attachment1 = AB | |
222 | ABT2.Color = TrailSettings.Color2 | |
223 | end) | |
224 | end | |
225 | TextLabel4 = Instance.new("TextLabel") | |
226 | TextLabel5 = Instance.new("TextLabel") | |
227 | local SINE = 0 | |
228 | local Player = game.Players.localPlayer | |
229 | local Character = Player.Character | |
230 | local Torso = Character.Torso | |
231 | local Sine = 0 | |
232 | - | local Controller = plr.PlayerScripts:WaitForChild("ControlScript") |
232 | + | |
233 | char = plr.Character | |
234 | hum = char.Humanoid | |
235 | local KEYHOLD = false | |
236 | local cam = game.Workspace.CurrentCamera | |
237 | Camera = cam | |
238 | local CamInterrupt = false | |
239 | local TwoD = false | |
240 | local TargetInfo = {nil, nil} | |
241 | cam.CameraType = "Custom" | |
242 | local mou = plr:GetMouse() | |
243 | t = char.Torso | |
244 | h = char.Head | |
245 | ra = char["Right Arm"] | |
246 | la = char["Left Arm"] | |
247 | rl = char["Right Leg"] | |
248 | ll = char["Left Leg"] | |
249 | tors = char.Torso | |
250 | lleg = char["Left Leg"] | |
251 | root = char.HumanoidRootPart | |
252 | hed = char.Head | |
253 | rleg = char["Right Leg"] | |
254 | rarm = char["Right Arm"] | |
255 | larm = char["Left Arm"] | |
256 | radian = math.rad | |
257 | random = math.random | |
258 | Vec3 = Vector3.new | |
259 | Inst = Instance.new | |
260 | cFrame = CFrame.new | |
261 | Euler = CFrame.fromEulerAnglesXYZ | |
262 | vt = Vector3.new | |
263 | bc = BrickColor.new | |
264 | br = BrickColor.random | |
265 | it = Instance.new | |
266 | cf = CFrame.new | |
267 | local eff = true | |
268 | local shielding = false | |
269 | local maincol = Color3.new(0,0,0) | |
270 | local maincol2 = Torso.Color | |
271 | -------------------------------- | |
272 | char.Head.face.Texture = "http://www.roblox.com/asset/?id=176777497" | |
273 | -------------------------------- | |
274 | Player = game:GetService("Players").LocalPlayer | |
275 | PlayerGui = Player.PlayerGui | |
276 | Cam = workspace.CurrentCamera | |
277 | Backpack = Player.Backpack | |
278 | Character = Player.Character | |
279 | Humanoid = Character.Humanoid | |
280 | Mouse = Player:GetMouse() | |
281 | RootPart = Character["HumanoidRootPart"] | |
282 | Torso = Character["Torso"] | |
283 | Head = Character["Head"] | |
284 | RightArm = Character["Right Arm"] | |
285 | LeftArm = Character["Left Arm"] | |
286 | RightLeg = Character["Right Leg"] | |
287 | LeftLeg = Character["Left Leg"] | |
288 | RootJoint = RootPart["RootJoint"] | |
289 | Neck = Torso["Neck"] | |
290 | RightShoulder = Torso["Right Shoulder"] | |
291 | LeftShoulder = Torso["Left Shoulder"] | |
292 | RightHip = Torso["Right Hip"] | |
293 | LeftHip = Torso["Left Hip"] | |
294 | ------------------------------ | |
295 | local AddInstance = function(Object, ...) | |
296 | local Obj = Instance.new(Object) | |
297 | for i,v in next,(...) do | |
298 | Obj[i] = v | |
299 | end | |
300 | return Obj | |
301 | end | |
302 | -------------------- | |
303 | local ATTACKEDTAUNTS = { | |
304 | "907332040", | |
305 | "907332525", | |
306 | "907330011" | |
307 | } | |
308 | local ATTACKTAUNTS = { | |
309 | "907329893", | |
310 | "907329532", | |
311 | "907333294", | |
312 | "907332856" | |
313 | } | |
314 | local ULTTAUNTS = { | |
315 | "907332997", | |
316 | "907332670", | |
317 | "907330103" | |
318 | } | |
319 | ----------------------- | |
320 | IT = Instance.new | |
321 | CF = CFrame.new | |
322 | VT = Vector3.new | |
323 | RAD = math.rad | |
324 | C3 = Color3.new | |
325 | UD2 = UDim2.new | |
326 | BRICKC = BrickColor.new | |
327 | ANGLES = CFrame.Angles | |
328 | EULER = CFrame.fromEulerAnglesXYZ | |
329 | COS = math.cos | |
330 | ACOS = math.acos | |
331 | SIN = math.sin | |
332 | ASIN = math.asin | |
333 | ABS = math.abs | |
334 | MRANDOM = math.random | |
335 | FLOOR = math.floor | |
336 | ----------------------------- | |
337 | function SphereAura(bonuspeed, FastSpeed, type, pos, x1, y1, z1, value, color, outerpos) | |
338 | local type = type | |
339 | local rng = Instance.new("Part", char) | |
340 | rng.Anchored = true | |
341 | rng.BrickColor = color | |
342 | rng.CanCollide = false | |
343 | rng.FormFactor = 3 | |
344 | rng.Name = "Ring" | |
345 | rng.Material = "Neon" | |
346 | rng.Size = Vector3.new(1, 1, 1) | |
347 | rng.Transparency = 0 | |
348 | rng.TopSurface = 0 | |
349 | rng.BottomSurface = 0 | |
350 | rng.CFrame = pos | |
351 | rng.CFrame = rng.CFrame + rng.CFrame.lookVector * outerpos | |
352 | local rngm = Instance.new("SpecialMesh", rng) | |
353 | rngm.MeshType = "Sphere" | |
354 | rngm.Scale = Vector3.new(x1, y1, z1) | |
355 | local scaler2 = 1 | |
356 | local speeder = FastSpeed | |
357 | if type == "Add" then | |
358 | scaler2 = 1 * value | |
359 | elseif type == "Divide" then | |
360 | scaler2 = 1 / value | |
361 | end | |
362 | coroutine.resume(coroutine.create(function() | |
363 | for i = 0, 10 / bonuspeed, 0.1 do | |
364 | swait() | |
365 | if type == "Add" then | |
366 | scaler2 = scaler2 - 0.01 * value / bonuspeed | |
367 | elseif type == "Divide" then | |
368 | scaler2 = scaler2 - 0.01 / value * bonuspeed | |
369 | end | |
370 | rng.BrickColor = BrickColor.random() | |
371 | speeder = speeder - 0.01 * FastSpeed * bonuspeed | |
372 | rng.CFrame = rng.CFrame + rng.CFrame.lookVector * speeder * bonuspeed | |
373 | rng.Transparency = rng.Transparency + 0.01 * bonuspeed | |
374 | rngm.Scale = rngm.Scale + Vector3.new(scaler2 * bonuspeed, scaler2 * bonuspeed, 0) | |
375 | end | |
376 | rng:Destroy() | |
377 | end)) | |
378 | end | |
379 | function CreateWeldOrSnapOrMotor(TYPE, PARENT, PART0, PART1, C0, C1) | |
380 | local NEWWELD = IT(TYPE) | |
381 | NEWWELD.Part0 = PART0 | |
382 | NEWWELD.Part1 = PART1 | |
383 | NEWWELD.C0 = C0 | |
384 | NEWWELD.C1 = C1 | |
385 | NEWWELD.Parent = PARENT | |
386 | return NEWWELD | |
387 | end | |
388 | ||
389 | function CreateMesh(MESH, PARENT, MESHTYPE, MESHID, TEXTUREID, SCALE, OFFSET) | |
390 | local NEWMESH = IT(MESH) | |
391 | if MESH == "SpecialMesh" then | |
392 | NEWMESH.MeshType = MESHTYPE | |
393 | if MESHID ~= "nil" and MESHID ~= "" then | |
394 | NEWMESH.MeshId = "http://www.roblox.com/asset/?id="..MESHID | |
395 | end | |
396 | if TEXTUREID ~= "nil" and TEXTUREID ~= "" then | |
397 | NEWMESH.TextureId = "http://www.roblox.com/asset/?id="..TEXTUREID | |
398 | end | |
399 | end | |
400 | NEWMESH.Offset = OFFSET or VT(0, 0, 0) | |
401 | NEWMESH.Scale = SCALE | |
402 | NEWMESH.Parent = PARENT | |
403 | return NEWMESH | |
404 | end | |
405 | ||
406 | function CreatePart(FORMFACTOR, PARENT, MATERIAL, REFLECTANCE, TRANSPARENCY, BRICKCOLOR, NAME, SIZE, ANCHOR) | |
407 | local NEWPART = IT("Part") | |
408 | NEWPART.formFactor = FORMFACTOR | |
409 | NEWPART.Reflectance = REFLECTANCE | |
410 | NEWPART.Transparency = TRANSPARENCY | |
411 | NEWPART.CanCollide = false | |
412 | NEWPART.Locked = true | |
413 | NEWPART.Anchored = true | |
414 | if ANCHOR == false then | |
415 | NEWPART.Anchored = false | |
416 | end | |
417 | NEWPART.BrickColor = BRICKC(tostring(BRICKCOLOR)) | |
418 | NEWPART.Name = NAME | |
419 | NEWPART.Size = SIZE | |
420 | NEWPART.Material = MATERIAL | |
421 | NEWPART:BreakJoints() | |
422 | NEWPART.Parent = PARENT | |
423 | return NEWPART | |
424 | end | |
425 | function MakeForm(PART,TYPE) | |
426 | if TYPE == "Cyl" then | |
427 | local MSH = IT("CylinderMesh",PART) | |
428 | elseif TYPE == "Ball" then | |
429 | local MSH = IT("SpecialMesh",PART) | |
430 | MSH.MeshType = "Sphere" | |
431 | elseif TYPE == "Wedge" then | |
432 | local MSH = IT("SpecialMesh",PART) | |
433 | MSH.MeshType = "Wedge" | |
434 | end | |
435 | end | |
436 | function BlockEffect(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay, Type) | |
437 | local prt = CreatePart(3, workspace, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new()) | |
438 | prt.Anchored = true | |
439 | prt.CFrame = cframe | |
440 | local msh = CreateMesh("BlockMesh", prt, "", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1)) | |
441 | game:GetService("Debris"):AddItem(prt, 10) | |
442 | if Type == 1 or Type == nil then | |
443 | table.insert(Effects, { | |
444 | prt, | |
445 | "Block1", | |
446 | delay, | |
447 | x3, | |
448 | y3, | |
449 | z3, | |
450 | msh | |
451 | }) | |
452 | elseif Type == 2 then | |
453 | table.insert(Effects, { | |
454 | prt, | |
455 | "Block2", | |
456 | delay, | |
457 | x3, | |
458 | y3, | |
459 | z3, | |
460 | msh | |
461 | }) | |
462 | elseif Type == 3 then | |
463 | table.insert(Effects, { | |
464 | prt, | |
465 | "Block3", | |
466 | delay, | |
467 | x3, | |
468 | y3, | |
469 | z3, | |
470 | msh | |
471 | }) | |
472 | end | |
473 | end | |
474 | function MagniDamage(Part, magni, mindam, maxdam, knock, Type) | |
475 | for _, c in pairs(workspace:children()) do | |
476 | local hum = c:findFirstChild("Humanoid") | |
477 | if hum ~= nil then | |
478 | local head = c:findFirstChild("Head") | |
479 | if head ~= nil then | |
480 | local targ = head.Position - Part.Position | |
481 | local mag = targ.magnitude | |
482 | if magni >= mag and c.Name ~= plr.Name then | |
483 | Damage(head, head, mindam, maxdam, knock, Type, root, 0.1, "http://www.roblox.com/asset/?id=0", 1.2) | |
484 | end | |
485 | end | |
486 | end | |
487 | end | |
488 | end | |
489 | ||
490 | ||
491 | CFuncs = { | |
492 | Part = { | |
493 | Create = function(Parent, Material, Reflectance, Transparency, BColor, Name, Size) | |
494 | local Part = Create("Part")({ | |
495 | Parent = Parent, | |
496 | Reflectance = Reflectance, | |
497 | Transparency = Transparency, | |
498 | CanCollide = false, | |
499 | Locked = true, | |
500 | BrickColor = BrickColor.new(tostring(BColor)), | |
501 | Name = Name, | |
502 | Size = Size, | |
503 | Material = Material | |
504 | }) | |
505 | RemoveOutlines(Part) | |
506 | return Part | |
507 | end | |
508 | }, | |
509 | Mesh = { | |
510 | Create = function(Mesh, Part, MeshType, MeshId, OffSet, Scale) | |
511 | local Msh = Create(Mesh)({ | |
512 | Parent = Part, | |
513 | Offset = OffSet, | |
514 | Scale = Scale | |
515 | }) | |
516 | if Mesh == "SpecialMesh" then | |
517 | Msh.MeshType = MeshType | |
518 | Msh.MeshId = MeshId | |
519 | end | |
520 | return Msh | |
521 | end | |
522 | }, | |
523 | Mesh = { | |
524 | Create = function(Mesh, Part, MeshType, MeshId, OffSet, Scale) | |
525 | local Msh = Create(Mesh)({ | |
526 | Parent = Part, | |
527 | Offset = OffSet, | |
528 | Scale = Scale | |
529 | }) | |
530 | if Mesh == "SpecialMesh" then | |
531 | Msh.MeshType = MeshType | |
532 | Msh.MeshId = MeshId | |
533 | end | |
534 | return Msh | |
535 | end | |
536 | }, | |
537 | Weld = { | |
538 | Create = function(Parent, Part0, Part1, C0, C1) | |
539 | local Weld = Create("Weld")({ | |
540 | Parent = Parent, | |
541 | Part0 = Part0, | |
542 | Part1 = Part1, | |
543 | C0 = C0, | |
544 | C1 = C1 | |
545 | }) | |
546 | return Weld | |
547 | end | |
548 | }, | |
549 | Sound = { | |
550 | Create = function(id, par, vol, pit) | |
551 | coroutine.resume(coroutine.create(function() | |
552 | local S = Create("Sound")({ | |
553 | Volume = vol, | |
554 | Pitch = pit or 1, | |
555 | SoundId = id, | |
556 | Parent = par or workspace | |
557 | }) | |
558 | wait() | |
559 | S:play() | |
560 | game:GetService("Debris"):AddItem(S, 6) | |
561 | end)) | |
562 | end | |
563 | }, | |
564 | ParticleEmitter = { | |
565 | Create = function(Parent, Color1, Color2, LightEmission, Size, Texture, Transparency, ZOffset, Accel, Drag, LockedToPart, VelocityInheritance, EmissionDirection, Enabled, LifeTime, Rate, Rotation, RotSpeed, Speed, VelocitySpread) | |
566 | local fp = Create("ParticleEmitter")({ | |
567 | Parent = Parent, | |
568 | Color = ColorSequence.new(Color1, Color2), | |
569 | LightEmission = LightEmission, | |
570 | Size = Size, | |
571 | Texture = Texture, | |
572 | Transparency = Transparency, | |
573 | ZOffset = ZOffset, | |
574 | Acceleration = Accel, | |
575 | Drag = Drag, | |
576 | LockedToPart = LockedToPart, | |
577 | VelocityInheritance = VelocityInheritance, | |
578 | EmissionDirection = EmissionDirection, | |
579 | Enabled = Enabled, | |
580 | Lifetime = LifeTime, | |
581 | Rate = Rate, | |
582 | Rotation = Rotation, | |
583 | RotSpeed = RotSpeed, | |
584 | Speed = Speed, | |
585 | VelocitySpread = VelocitySpread | |
586 | }) | |
587 | return fp | |
588 | end | |
589 | } | |
590 | } | |
591 | ||
592 | --------------------------------- | |
593 | local Player = game.Players.localPlayer | |
594 | local Character = Player.Character | |
595 | local plr = game:service'Players'.LocalPlayer | |
596 | local char = plr.Character | |
597 | local hum = char.Humanoid | |
598 | local ra = char["Right Arm"] | |
599 | local la= char["Left Arm"] | |
600 | local rl= char["Right Leg"] | |
601 | local ll = char["Left Leg"] | |
602 | local hed = char.Head | |
603 | local root = char.HumanoidRootPart | |
604 | local rootj = root.RootJoint | |
605 | local tors = char.Torso | |
606 | local mouse = plr:GetMouse() | |
607 | local LeftArm = Character["Left Arm"] | |
608 | local RightArm = Character["Right Arm"] | |
609 | local LeftLeg = Character["Left Leg"] | |
610 | local RightLeg = Character["Right Leg"] | |
611 | local Head = Character.Head | |
612 | local Torso = Character.Torso | |
613 | local cam = game.Workspace.CurrentCamera | |
614 | local RootPart = Character.HumanoidRootPart | |
615 | local RootJoint = RootPart.RootJoint | |
616 | local RootCF = CFrame.fromEulerAnglesXYZ(-1.57, 0, 3.14) | |
617 | local RHCF = CFrame.fromEulerAnglesXYZ(0, 1.6, 0) | |
618 | local LHCF = CFrame.fromEulerAnglesXYZ(0, -1.6, 0) | |
619 | local EdgyMode = false | |
620 | local Divinity = false | |
621 | local Fighter = false | |
622 | local Purity = false | |
623 | local Destruction = false | |
624 | local helpme = false | |
625 | local Planetary = false | |
626 | local Solar = false | |
627 | local Lunar = false | |
628 | local Frost = false | |
629 | local Ashes = false | |
630 | local notmenacing = true | |
631 | -------------------------- | |
632 | cam = game.Workspace.CurrentCamera | |
633 | CF = CFrame.new | |
634 | angles = CFrame.Angles | |
635 | attack = false | |
636 | Euler = CFrame.fromEulerAnglesXYZ | |
637 | Rad = math.rad | |
638 | IT = Instance.new | |
639 | BrickC = BrickColor.new | |
640 | Cos = math.cos | |
641 | Acos = math.acos | |
642 | Sin = math.sin | |
643 | Asin = math.asin | |
644 | Abs = math.abs | |
645 | Mrandom = math.random | |
646 | Floor = math.floor | |
647 | ----------------------- | |
648 | ------------------------------------ | |
649 | necko = CF(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0) | |
650 | RSH, LSH = nil, nil | |
651 | RW = Instance.new("Weld") | |
652 | LW = Instance.new("Weld") | |
653 | RH = tors["Right Hip"] | |
654 | LH = tors["Left Hip"] | |
655 | RSH = tors["Right Shoulder"] | |
656 | LSH = tors["Left Shoulder"] | |
657 | RSH.Parent = nil | |
658 | LSH.Parent = nil | |
659 | RW.Name = "RW" | |
660 | RW.Part0 = tors | |
661 | RW.C0 = CF(1.5, 0.5, 0) | |
662 | RW.C1 = CF(0, 0.5, 0) | |
663 | RW.Part1 = ra | |
664 | RW.Parent = tors | |
665 | LW.Name = "LW" | |
666 | LW.Part0 = tors | |
667 | LW.C0 = CF(-1.5, 0.5, 0) | |
668 | LW.C1 = CF(0, 0.5, 0) | |
669 | LW.Part1 = la | |
670 | LW.Parent = tors | |
671 | Effects = {} | |
672 | ------------------------- | |
673 | --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}) | |
674 | function WACKYEFFECT(Table) | |
675 | local TYPE = (Table.EffectType or "Sphere") | |
676 | local SIZE = (Table.Size or VT(1,1,1)) | |
677 | local ENDSIZE = (Table.Size2 or VT(0,0,0)) | |
678 | local TRANSPARENCY = (Table.Transparency or 0) | |
679 | local ENDTRANSPARENCY = (Table.Transparency2 or 1) | |
680 | local CFRAME = (Table.CFrame or Torso.CFrame) | |
681 | local MOVEDIRECTION = (Table.MoveToPos or nil) | |
682 | local ROTATION1 = (Table.RotationX or 0) | |
683 | local ROTATION2 = (Table.RotationY or 0) | |
684 | local ROTATION3 = (Table.RotationZ or 0) | |
685 | local MATERIAL = (Table.Material or "Neon") | |
686 | local COLOR = (Table.Color or C3(1,1,1)) | |
687 | local TIME = (Table.Time or 45) | |
688 | local SOUNDID = (Table.SoundID or nil) | |
689 | local SOUNDPITCH = (Table.SoundPitch or nil) | |
690 | local SOUNDVOLUME = (Table.SoundVolume or nil) | |
691 | coroutine.resume(coroutine.create(function() | |
692 | local PLAYSSOUND = false | |
693 | local SOUND = nil | |
694 | local EFFECT = CreatePart(3, Effects, MATERIAL, 0, TRANSPARENCY, BRICKC("Pearl"), "Effect", VT(1,1,1), true) | |
695 | if SOUNDID ~= nil and SOUNDPITCH ~= nil and SOUNDVOLUME ~= nil then | |
696 | PLAYSSOUND = true | |
697 | SOUND = CreateSound(SOUNDID, EFFECT, SOUNDVOLUME, SOUNDPITCH, false) | |
698 | end | |
699 | EFFECT.Color = COLOR | |
700 | local MSH = nil | |
701 | if TYPE == "Sphere" then | |
702 | MSH = CreateMesh("SpecialMesh", EFFECT, "Sphere", "", "", SIZE, VT(0,0,0)) | |
703 | elseif TYPE == "Block" then | |
704 | MSH = IT("BlockMesh",EFFECT) | |
705 | MSH.Scale = VT(SIZE.X,SIZE.X,SIZE.X) | |
706 | elseif TYPE == "Wave" then | |
707 | MSH = CreateMesh("SpecialMesh", EFFECT, "FileMesh", "20329976", "", SIZE, VT(0,0,-SIZE.X/8)) | |
708 | elseif TYPE == "Ring" then | |
709 | MSH = CreateMesh("SpecialMesh", EFFECT, "FileMesh", "559831844", "", VT(SIZE.X,SIZE.X,0.1), VT(0,0,0)) | |
710 | elseif TYPE == "Slash" then | |
711 | MSH = CreateMesh("SpecialMesh", EFFECT, "FileMesh", "662586858", "", VT(SIZE.X/10,0,SIZE.X/10), VT(0,0,0)) | |
712 | elseif TYPE == "Round Slash" then | |
713 | MSH = CreateMesh("SpecialMesh", EFFECT, "FileMesh", "662585058", "", VT(SIZE.X/10,0,SIZE.X/10), VT(0,0,0)) | |
714 | elseif TYPE == "Swirl" then | |
715 | MSH = CreateMesh("SpecialMesh", EFFECT, "FileMesh", "1051557", "", SIZE, VT(0,0,0)) | |
716 | elseif TYPE == "Skull" then | |
717 | MSH = CreateMesh("SpecialMesh", EFFECT, "FileMesh", "4770583", "", SIZE, VT(0,0,0)) | |
718 | elseif TYPE == "Crystal" then | |
719 | MSH = CreateMesh("SpecialMesh", EFFECT, "FileMesh", "9756362", "", SIZE, VT(0,0,0)) | |
720 | end | |
721 | if MSH ~= nil then | |
722 | local MOVESPEED = nil | |
723 | if MOVEDIRECTION ~= nil then | |
724 | MOVESPEED = (CFRAME.p - MOVEDIRECTION).Magnitude/TIME | |
725 | end | |
726 | local GROWTH = SIZE - ENDSIZE | |
727 | local TRANS = TRANSPARENCY - ENDTRANSPARENCY | |
728 | if TYPE == "Block" then | |
729 | EFFECT.CFrame = CFRAME*ANGLES(RAD(MRANDOM(0,360)),RAD(MRANDOM(0,360)),RAD(MRANDOM(0,360))) | |
730 | else | |
731 | EFFECT.CFrame = CFRAME | |
732 | end | |
733 | for LOOP = 1, TIME+1 do | |
734 | Swait() | |
735 | MSH.Scale = MSH.Scale - GROWTH/TIME | |
736 | if TYPE == "Wave" then | |
737 | MSH.Offset = VT(0,0,-MSH.Scale.X/8) | |
738 | end | |
739 | EFFECT.Transparency = EFFECT.Transparency - TRANS/TIME | |
740 | if TYPE == "Block" then | |
741 | EFFECT.CFrame = CFRAME*ANGLES(RAD(MRANDOM(0,360)),RAD(MRANDOM(0,360)),RAD(MRANDOM(0,360))) | |
742 | else | |
743 | EFFECT.CFrame = EFFECT.CFrame*ANGLES(RAD(ROTATION1),RAD(ROTATION2),RAD(ROTATION3)) | |
744 | end | |
745 | if MOVEDIRECTION ~= nil then | |
746 | local ORI = EFFECT.Orientation | |
747 | EFFECT.CFrame = CF(EFFECT.Position,MOVEDIRECTION)*CF(0,0,-MOVESPEED) | |
748 | EFFECT.Orientation = ORI | |
749 | end | |
750 | end | |
751 | if PLAYSSOUND == false then | |
752 | EFFECT:remove() | |
753 | else | |
754 | SOUND.Stopped:Connect(function() | |
755 | EFFECT:remove() | |
756 | end) | |
757 | end | |
758 | else | |
759 | if PLAYSSOUND == false then | |
760 | EFFECT:remove() | |
761 | else | |
762 | repeat Swait() until SOUND.Playing == false | |
763 | EFFECT:remove() | |
764 | end | |
765 | end | |
766 | end)) | |
767 | end | |
768 | ||
769 | function swait(num) | |
770 | if num == 0 or num == nil then | |
771 | game:service("RunService").Stepped:wait(0) | |
772 | else | |
773 | for i = 0, num do | |
774 | game:service("RunService").Stepped:wait(0) | |
775 | end | |
776 | end | |
777 | end | |
778 | function thread(f) | |
779 | coroutine.resume(coroutine.create(f)) | |
780 | end | |
781 | function clerp(a, b, t) | |
782 | local qa = { | |
783 | QuaternionFromCFrame(a) | |
784 | } | |
785 | local qb = { | |
786 | QuaternionFromCFrame(b) | |
787 | } | |
788 | local ax, ay, az = a.x, a.y, a.z | |
789 | local bx, by, bz = b.x, b.y, b.z | |
790 | local _t = 1 - t | |
791 | return QuaternionToCFrame(_t * ax + t * bx, _t * ay + t * by, _t * az + t * bz, QuaternionSlerp(qa, qb, t)) | |
792 | end | |
793 | function QuaternionFromCFrame(cf) | |
794 | local mx, my, mz, m00, m01, m02, m10, m11, m12, m20, m21, m22 = cf:components() | |
795 | local trace = m00 + m11 + m22 | |
796 | if trace > 0 then | |
797 | local s = math.sqrt(1 + trace) | |
798 | local recip = 0.5 / s | |
799 | return (m21 - m12) * recip, (m02 - m20) * recip, (m10 - m01) * recip, s * 0.5 | |
800 | else | |
801 | local i = 0 | |
802 | if m00 < m11 then | |
803 | i = 1 | |
804 | end | |
805 | if m22 > (i == 0 and m00 or m11) then | |
806 | i = 2 | |
807 | end | |
808 | if i == 0 then | |
809 | local s = math.sqrt(m00 - m11 - m22 + 1) | |
810 | local recip = 0.5 / s | |
811 | return 0.5 * s, (m10 + m01) * recip, (m20 + m02) * recip, (m21 - m12) * recip | |
812 | elseif i == 1 then | |
813 | local s = math.sqrt(m11 - m22 - m00 + 1) | |
814 | local recip = 0.5 / s | |
815 | return (m01 + m10) * recip, 0.5 * s, (m21 + m12) * recip, (m02 - m20) * recip | |
816 | elseif i == 2 then | |
817 | local s = math.sqrt(m22 - m00 - m11 + 1) | |
818 | local recip = 0.5 / s | |
819 | return (m02 + m20) * recip, (m12 + m21) * recip, 0.5 * s, (m10 - m01) * recip | |
820 | end | |
821 | end | |
822 | end | |
823 | function QuaternionToCFrame(px, py, pz, x, y, z, w) | |
824 | local xs, ys, zs = x + x, y + y, z + z | |
825 | local wx, wy, wz = w * xs, w * ys, w * zs | |
826 | local xx = x * xs | |
827 | local xy = x * ys | |
828 | local xz = x * zs | |
829 | local yy = y * ys | |
830 | local yz = y * zs | |
831 | local zz = z * zs | |
832 | 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)) | |
833 | end | |
834 | function QuaternionSlerp(a, b, t) | |
835 | local cosTheta = a[1] * b[1] + a[2] * b[2] + a[3] * b[3] + a[4] * b[4] | |
836 | local startInterp, finishInterp | |
837 | if cosTheta >= 1.0E-4 then | |
838 | if 1 - cosTheta > 1.0E-4 then | |
839 | local theta = math.acos(cosTheta) | |
840 | local invSinTheta = 1 / Sin(theta) | |
841 | startInterp = Sin((1 - t) * theta) * invSinTheta | |
842 | finishInterp = Sin(t * theta) * invSinTheta | |
843 | else | |
844 | startInterp = 1 - t | |
845 | finishInterp = t | |
846 | end | |
847 | elseif 1 + cosTheta > 1.0E-4 then | |
848 | local theta = math.acos(-cosTheta) | |
849 | local invSinTheta = 1 / Sin(theta) | |
850 | startInterp = Sin((t - 1) * theta) * invSinTheta | |
851 | finishInterp = Sin(t * theta) * invSinTheta | |
852 | else | |
853 | startInterp = t - 1 | |
854 | finishInterp = t | |
855 | end | |
856 | 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 | |
857 | end | |
858 | function rayCast(Position, Direction, Range, Ignore) | |
859 | return game:service("Workspace"):FindPartOnRay(Ray.new(Position, Direction.unit * (Range or 999.999)), Ignore) | |
860 | end | |
861 | local RbxUtility = LoadLibrary("RbxUtility") | |
862 | local Create = RbxUtility.Create | |
863 | ||
864 | ----------------------------------- | |
865 | local Player = game.Players.localPlayer | |
866 | local Character = Player.Character | |
867 | local Humanoid = Character.Humanoid | |
868 | local LeftArm = Character["Left Arm"] | |
869 | local RightArm = Character["Right Arm"] | |
870 | local LeftLeg = Character["Left Leg"] | |
871 | local RightLeg = Character["Right Leg"] | |
872 | local Head = Character.Head | |
873 | local Torso = Character.Torso | |
874 | local RootPart = Character.HumanoidRootPart | |
875 | local RootJoint = RootPart.RootJoint | |
876 | local txt = Instance.new("BillboardGui", Character) | |
877 | local Torsovelocity = (RootPart.Velocity * Vector3.new(1, 0, 1)).magnitude | |
878 | local velocity = RootPart.Velocity.y | |
879 | CV = "Maroon" | |
880 | Player = game.Players.LocalPlayer | |
881 | char = Player.Character | |
882 | local txt = Instance.new("BillboardGui", Character) | |
883 | txt.Adornee = Character.Head | |
884 | txt.Name = "_status" | |
885 | txt.Size = UDim2.new(2, 0, 1.2, 0) | |
886 | txt.StudsOffset = Vector3.new(-9, 8, 0) | |
887 | v = Instance.new("Part") | |
888 | v.Name = "ColorBrick" | |
889 | v.Parent = Player.Character | |
890 | v.FormFactor = "Symmetric" | |
891 | v.Anchored = true | |
892 | v.CanCollide = false | |
893 | v.BottomSurface = "Smooth" | |
894 | v.TopSurface = "Smooth" | |
895 | v.Size = Vector3.new(10, 5, 3) | |
896 | v.Transparency = 1 | |
897 | v.CFrame = Character.Torso.CFrame | |
898 | v.BrickColor = BrickColor.new(CV) | |
899 | v.Transparency = 1 | |
900 | touchCounter = 0 | |
901 | local cR=255 | |
902 | local cG=0 | |
903 | local cB=0 | |
904 | local flg5=1 local omgidk=1 | |
905 | local add=15 | |
906 | local sick = Instance.new("Sound",Character) | |
907 | sick.SoundId = "rbxassetid://798464853" | |
908 | sick.Looped = true | |
909 | sick.Pitch = 1 | |
910 | sick.Volume = 5 | |
911 | sick:Play() | |
912 | beet=Instance.new("Sound", Torso) | |
913 | beet.SoundId = "rbxassetid://826174965" | |
914 | beet.Name = "aa" | |
915 | beet.Looped = true | |
916 | beet.Volume = 5 | |
917 | beet:Play() | |
918 | function swait(num) | |
919 | if num == 0 or num == nil then | |
920 | game:service("RunService").Stepped:wait(0) | |
921 | else | |
922 | for i = 0, num do | |
923 | game:service("RunService").Stepped:wait(0) | |
924 | end | |
925 | end | |
926 | end | |
927 | -------------------------- | |
928 | function CreateSound(ID, PARENT, VOLUME, PITCH) | |
929 | local NSound = nil | |
930 | coroutine.resume(coroutine.create(function() | |
931 | NSound = Instance.new("Sound", PARENT) | |
932 | NSound.Volume = VOLUME | |
933 | NSound.Pitch = PITCH | |
934 | NSound.SoundId = "http://www.roblox.com/asset/?id="..ID | |
935 | swait() | |
936 | NSound:play() | |
937 | game:GetService("Debris"):AddItem(NSound, 10) | |
938 | end)) | |
939 | return NSound | |
940 | end | |
941 | ||
942 | ------------------------ | |
943 | -------------------------------------- | |
944 | Humanoid.MaxHealth = "inf" | |
945 | Humanoid.Health = "inf" | |
946 | ------------------------- | |
947 | local sine=0 | |
948 | local change = 1 | |
949 | function rayCast(Position, Direction, Range, Ignore) | |
950 | return game:service("Workspace"):FindPartOnRay(Ray.new(Position, Direction.unit * (Range or 999.999)), Ignore) | |
951 | end | |
952 | local Player_Size = 1 | |
953 | if Player_Size ~= 1 then | |
954 | root.Size = root.Size * Player_Size | |
955 | tors.Size = tors.Size * Player_Size | |
956 | hed.Size = hed.Size * Player_Size | |
957 | ra.Size = ra.Size * Player_Size | |
958 | la.Size = la.Size * Player_Size | |
959 | rl.Size = rl.Size * Player_Size | |
960 | ll.Size = ll.Size * Player_Size | |
961 | ---------------------------------------------------------------------------------- | |
962 | rootj.Parent = root | |
963 | neck.Parent = tors | |
964 | RW.Parent = tors | |
965 | LW.Parent = tors | |
966 | RH.Parent = tors | |
967 | LH.Parent = tors | |
968 | ---------------------------------------------------------------------------------- | |
969 | rootj.C0 = RootCF * CF(0 * Player_Size, 0 * Player_Size, 0 * Player_Size) * angles(Rad(0), Rad(0), Rad(0)) | |
970 | rootj.C1 = RootCF * CF(0 * Player_Size, 0 * Player_Size, 0 * Player_Size) * angles(Rad(0), Rad(0), Rad(0)) | |
971 | neck.C0 = necko * CF(0 * Player_Size, 0 * Player_Size, 0 + ((1 * Player_Size) - 1)) * angles(Rad(0), Rad(0), Rad(0)) | |
972 | neck.C1 = CF(0 * Player_Size, -0.5 * Player_Size, 0 * Player_Size) * angles(Rad(-90), Rad(0), Rad(180)) | |
973 | RW.C0 = CF(1.5 * Player_Size, 0.5 * Player_Size, 0 * Player_Size) * angles(Rad(0), Rad(0), Rad(0)) --* RIGHTSHOULDERC0 | |
974 | LW.C0 = CF(-1.5 * Player_Size, 0.5 * Player_Size, 0 * Player_Size) * angles(Rad(0), Rad(0), Rad(0)) --* LEFTSHOULDERC0 | |
975 | ---------------------------------------------------------------------------------- | |
976 | 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)) | |
977 | 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)) | |
978 | 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)) | |
979 | 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)) | |
980 | --hat.Parent = Character | |
981 | end | |
982 | ---------------------------------------------------------------------------------- | |
983 | local SONG = 0 | |
984 | local SONG2 = 0 | |
985 | local Music = Instance.new("Sound",tors) | |
986 | Music.Volume = 2.5 | |
987 | Music.Looped = true | |
988 | Music.Pitch = 1 --Pitcher | |
989 | ---------------------------------------------------------------------------------- | |
990 | local equipped = false | |
991 | local idle = 0 | |
992 | local change = 1 | |
993 | local val = 0 | |
994 | local toim = 0 | |
995 | local idleanim = 0.4 | |
996 | local sine = 0 | |
997 | local Sit = 1 | |
998 | local WasAir = false | |
999 | local InAir = false | |
1000 | local LandTick = 0 | |
1001 | ---------------------------------------------------------------------------------- | |
1002 | hum.WalkSpeed = 15 | |
1003 | hum.JumpPower = 20 | |
1004 | hum.Animator.Parent = nil | |
1005 | ---------------------------------------------------------------------------------- | |
1006 | function Cso(ID, PARENT, VOLUME, PITCH) | |
1007 | local NSound = nil | |
1008 | coroutine.resume(coroutine.create(function() | |
1009 | NSound = IT("Sound", PARENT) | |
1010 | NSound.Volume = VOLUME | |
1011 | NSound.Pitch = PITCH | |
1012 | NSound.SoundId = "http://www.roblox.com/asset/?id="..ID | |
1013 | swait() | |
1014 | NSound:play() | |
1015 | game:GetService("Debris"):AddItem(NSound, 10) | |
1016 | end)) | |
1017 | return NSound | |
1018 | end | |
1019 | function RemoveOutlines(part) | |
1020 | part.TopSurface, part.BottomSurface, part.LeftSurface, part.RightSurface, part.FrontSurface, part.BackSurface = 10, 10, 10, 10, 10, 10 | |
1021 | end | |
1022 | ||
1023 | CFuncs = { | |
1024 | Part = { | |
1025 | Create = function(Parent, Material, Reflectance, Transparency, BColor, Name, Size) | |
1026 | local Part = Create("Part"){ | |
1027 | Parent = Parent, | |
1028 | Reflectance = Reflectance, | |
1029 | Transparency = Transparency, | |
1030 | CanCollide = false, | |
1031 | Locked = true, | |
1032 | BrickColor = BrickColor.new(tostring(BColor)), | |
1033 | Name = Name, | |
1034 | Size = Size, | |
1035 | Material = Material, | |
1036 | } | |
1037 | RemoveOutlines(Part) | |
1038 | if Size == Vector3.new() then | |
1039 | Part.Size = Vector3.new(0.2, 0.2, 0.2) | |
1040 | else | |
1041 | Part.Size = Size | |
1042 | end | |
1043 | return Part | |
1044 | end; | |
1045 | }; | |
1046 | ||
1047 | Mesh = { | |
1048 | Create = function(Mesh, Part, MeshType, MeshId, OffSet, Scale) | |
1049 | local Msh = Create(Mesh){ | |
1050 | Parent = Part, | |
1051 | Offset = OffSet, | |
1052 | Scale = Scale, | |
1053 | } | |
1054 | if Mesh == "SpecialMesh" then | |
1055 | Msh.MeshType = MeshType | |
1056 | Msh.MeshId = MeshId | |
1057 | end | |
1058 | return Msh | |
1059 | end; | |
1060 | }; | |
1061 | ||
1062 | Weld = { | |
1063 | Create = function(Parent, Part0, Part1, C0, C1) | |
1064 | local Weld = Create("Weld"){ | |
1065 | Parent = Parent, | |
1066 | Part0 = Part0, | |
1067 | Part1 = Part1, | |
1068 | C0 = C0, | |
1069 | C1 = C1, | |
1070 | } | |
1071 | return Weld | |
1072 | end; | |
1073 | }; | |
1074 | ||
1075 | Sound = { | |
1076 | Create = function(id, par, vol, pit) | |
1077 | local Sound = Create("Sound"){ | |
1078 | Volume = vol, | |
1079 | Pitch = pit or 1, | |
1080 | Name = "aa", | |
1081 | SoundId = "rbxassetid://" .. id, | |
1082 | Parent = par or workspace, | |
1083 | } | |
1084 | Sound:play() | |
1085 | return Sound | |
1086 | end; | |
1087 | }; | |
1088 | ||
1089 | Decal = { | |
1090 | Create = function(Color, Texture, Transparency, Name, Parent) | |
1091 | local Decal = Create("Decal"){ | |
1092 | Color3 = Color, | |
1093 | Texture = "rbxassetid://" .. Texture, | |
1094 | Transparency = Transparency, | |
1095 | Name = Name, | |
1096 | Parent = Parent, | |
1097 | } | |
1098 | return Decal | |
1099 | end; | |
1100 | }; | |
1101 | ||
1102 | BillboardGui = { | |
1103 | Create = function(Parent, Image, Position, Size) | |
1104 | local BillPar = CFuncs.Part.Create(Parent, "SmoothPlastic", 0, 1, BrickColor.new("Black"), "BillboardGuiPart", Vector3.new(1, 1, 1)) | |
1105 | BillPar.CFrame = CFrame.new(Position) | |
1106 | local Bill = Create("BillboardGui"){ | |
1107 | Parent = BillPar, | |
1108 | Adornee = BillPar, | |
1109 | Size = UDim2.new(1, 0, 1, 0), | |
1110 | SizeOffset = Vector2.new(Size, Size), | |
1111 | } | |
1112 | local d = Create("ImageLabel", Bill){ | |
1113 | Parent = Bill, | |
1114 | BackgroundTransparency = 1, | |
1115 | Size = UDim2.new(1, 0, 1, 0), | |
1116 | Image = "rbxassetid://" .. Image, | |
1117 | } | |
1118 | return BillPar | |
1119 | end | |
1120 | }; | |
1121 | ||
1122 | ParticleEmitter = { | |
1123 | Create = function(Parent, Color1, Color2, LightEmission, Size, Texture, Transparency, ZOffset, Accel, Drag, LockedToPart, VelocityInheritance, EmissionDirection, Enabled, LifeTime, Rate, Rotation, RotSpeed, Speed, VelocitySpread) | |
1124 | local Particle = Create("ParticleEmitter"){ | |
1125 | Parent = Parent, | |
1126 | Color = ColorSequence.new(Color1, Color2), | |
1127 | LightEmission = LightEmission, | |
1128 | Size = Size, | |
1129 | Texture = Texture, | |
1130 | Transparency = Transparency, | |
1131 | ZOffset = ZOffset, | |
1132 | Acceleration = Accel, | |
1133 | Drag = Drag, | |
1134 | LockedToPart = LockedToPart, | |
1135 | VelocityInheritance = VelocityInheritance, | |
1136 | EmissionDirection = EmissionDirection, | |
1137 | Enabled = Enabled, | |
1138 | Lifetime = LifeTime, | |
1139 | Rate = Rate, | |
1140 | Rotation = Rotation, | |
1141 | RotSpeed = RotSpeed, | |
1142 | Speed = Speed, | |
1143 | VelocitySpread = VelocitySpread, | |
1144 | } | |
1145 | return Particle | |
1146 | end; | |
1147 | }; | |
1148 | ||
1149 | CreateTemplate = { | |
1150 | ||
1151 | }; | |
1152 | } | |
1153 | ||
1154 | targetted = nil | |
1155 | -------------------------------------- | |
1156 | TextLabel4.Name = "PlayerName" | |
1157 | TextLabel4.Parent = BillboardGui3 | |
1158 | TextLabel4.Transparency = 1 | |
1159 | TextLabel4.Size = UDim2.new(1, 0, 1, 0) | |
1160 | TextLabel4.BackgroundColor = BrickColor.new("Really black") | |
1161 | TextLabel4.BackgroundColor3 = Color3.new(0, 0, 0) | |
1162 | TextLabel4.BackgroundTransparency = 1 | |
1163 | TextLabel4.BorderColor = BrickColor.new("Really black") | |
1164 | TextLabel4.BorderColor3 = Color3.new(0, 0, 0) | |
1165 | TextLabel4.BorderSizePixel = 0 | |
1166 | TextLabel4.Font = Enum.Font.Antique | |
1167 | TextLabel4.FontSize = Enum.FontSize.Size14 | |
1168 | TextLabel4.Text = Player.Name | |
1169 | TextLabel4.TextColor = BrickColor.new("Really black") | |
1170 | TextLabel4.TextColor3 = Color3.new(0, 0, 0) | |
1171 | TextLabel4.TextScaled = true | |
1172 | TextLabel4.TextSize = 14 | |
1173 | TextLabel4.TextStrokeColor3 = Color3.new(0, 0, 0) | |
1174 | TextLabel4.TextStrokeTransparency = 0 | |
1175 | TextLabel4.TextWrap = true | |
1176 | TextLabel4.TextWrapped = true | |
1177 | TextLabel5.Name = "Title" | |
1178 | TextLabel5.Parent = BillboardGui3 | |
1179 | TextLabel5.Position = UDim2.new(-0.75, 0, 0.899999976, 0) | |
1180 | TextLabel5.Transparency = 1 | |
1181 | TextLabel5.Size = UDim2.new(2.5, 0, 1.5, 0) | |
1182 | TextLabel5.BackgroundColor = BrickColor.new("Really black") | |
1183 | TextLabel5.BackgroundColor3 = Color3.new(0, 0, 0) | |
1184 | TextLabel5.BackgroundTransparency = 1 | |
1185 | TextLabel5.BorderColor = BrickColor.new("Really black") | |
1186 | TextLabel5.BorderColor3 = Color3.new(0, 0, 0) | |
1187 | TextLabel5.BorderSizePixel = 0 | |
1188 | TextLabel5.Font = Enum.Font.Antique | |
1189 | TextLabel5.FontSize = Enum.FontSize.Size14 | |
1190 | TextLabel5.Text = "THE BLACKNESS" | |
1191 | TextLabel5.TextColor = BrickColor.new("Really black") | |
1192 | TextLabel5.TextColor3 = Color3.new(0, 0, 0) | |
1193 | TextLabel5.TextScaled = true | |
1194 | TextLabel5.TextSize = 14 | |
1195 | TextLabel5.TextStrokeColor3 = Color3.new(0, 0, 0) | |
1196 | TextLabel5.TextStrokeTransparency = 0 | |
1197 | TextLabel5.TextWrap = true | |
1198 | TextLabel5.TextWrapped = true | |
1199 | ---------------------------------------------------------- | |
1200 | function Banisher_Bullet() | |
1201 | ATTACK = true | |
1202 | Rooted = false | |
1203 | for i=0, 0.05, 0.1 / Animation_Speed do | |
1204 | Swait() | |
1205 | turnto(Mouse.Hit.p) | |
1206 | RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0) * ANGLES(RAD(0), RAD(0), RAD(90)), 0.5 / Animation_Speed) | |
1207 | Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0) * ANGLES(RAD(0), RAD(0), RAD(-90)), 0.5 / Animation_Speed) | |
1208 | RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5, 0) * ANGLES(RAD(90), RAD(0), RAD(90)) * RIGHTSHOULDERC0, 0.5 / Animation_Speed) | |
1209 | LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.6, 0) * ANGLES(RAD(-45), RAD(0), RAD(45)) * LEFTSHOULDERC0, 0.5 / Animation_Speed) | |
1210 | 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) | |
1211 | 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) | |
1212 | end | |
1213 | repeat | |
1214 | for i=0, 0.05, 0.1 / Animation_Speed do | |
1215 | Swait() | |
1216 | turnto(Mouse.Hit.p) | |
1217 | RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0) * ANGLES(RAD(0), RAD(0), RAD(90)), 0.5 / Animation_Speed) | |
1218 | Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0) * ANGLES(RAD(0), RAD(0), RAD(-90)), 0.5 / Animation_Speed) | |
1219 | RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5, 0) * ANGLES(RAD(90), RAD(0), RAD(90)) * RIGHTSHOULDERC0, 0.5 / Animation_Speed) | |
1220 | LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.6, 0) * ANGLES(RAD(-45), RAD(0), RAD(45)) * LEFTSHOULDERC0, 0.5 / Animation_Speed) | |
1221 | 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) | |
1222 | 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) | |
1223 | end | |
1224 | local HIT,POS = CastProperRay(Hole.Position, Mouse.Hit.p, 1000, Character) | |
1225 | SpawnTrail(Hole.Position,POS) | |
1226 | if HIT ~= nil then | |
1227 | if HIT.Parent ~= workspace and HIT.Parent.ClassName ~= "Folder" then | |
1228 | Banish(HIT.Parent) | |
1229 | end | |
1230 | end | |
1231 | 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}) | |
1232 | 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}) | |
1233 | 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}) | |
1234 | 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}) | |
1235 | for i=0, 0.05, 0.1 / Animation_Speed do | |
1236 | Swait() | |
1237 | RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0) * ANGLES(RAD(0), RAD(0), RAD(90)), 0.5 / Animation_Speed) | |
1238 | Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0) * ANGLES(RAD(0), RAD(0), RAD(-90)), 0.25 / Animation_Speed) | |
1239 | RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5, 0) * ANGLES(RAD(130), RAD(15), RAD(90)) * RIGHTSHOULDERC0, 0.5 / Animation_Speed) | |
1240 | LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.6, 0) * ANGLES(RAD(-45), RAD(0), RAD(45)) * LEFTSHOULDERC0, 0.5 / Animation_Speed) | |
1241 | 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) | |
1242 | 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) | |
1243 | end | |
1244 | until KEYHOLD == false | |
1245 | ATTACK = false | |
1246 | Rooted = false | |
1247 | end | |
1248 | --------------------------------------------------- | |
1249 | function refit() | |
1250 | RootJoint.Parent = RootPart | |
1251 | Neck.Parent = Torso | |
1252 | RightShoulder.Parent = Torso | |
1253 | LeftShoulder.Parent = Torso | |
1254 | RightHip.Parent = Torso | |
1255 | LeftHip.Parent = Torso | |
1256 | RootPart.Parent = Character | |
1257 | LeftArm.Parent = Character | |
1258 | RightArm.Parent = Character | |
1259 | RightLeg.Parent = Character | |
1260 | LeftLeg.Parent = Character | |
1261 | Torso.Parent = Character | |
1262 | Head.Parent = Character | |
1263 | end | |
1264 | ------------------------------------------- | |
1265 | EffectModel = Instance.new("Model", char) | |
1266 | Effects = { | |
1267 | Block = { | |
1268 | Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay, Type) | |
1269 | local prt = CFuncs.Part.Create(EffectModel, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new()) | |
1270 | prt.Anchored = true | |
1271 | prt.CFrame = cframe | |
1272 | local msh = CFuncs.Mesh.Create("BlockMesh", prt, "", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1)) | |
1273 | game:GetService("Debris"):AddItem(prt, 10) | |
1274 | if Type == 1 or Type == nil then | |
1275 | table.insert(Effects, { | |
1276 | prt, | |
1277 | "Block1", | |
1278 | delay, | |
1279 | x3, | |
1280 | y3, | |
1281 | z3, | |
1282 | msh | |
1283 | }) | |
1284 | elseif Type == 2 then | |
1285 | table.insert(Effects, { | |
1286 | prt, | |
1287 | "Block2", | |
1288 | delay, | |
1289 | x3, | |
1290 | y3, | |
1291 | z3, | |
1292 | msh | |
1293 | }) | |
1294 | else | |
1295 | table.insert(Effects, { | |
1296 | prt, | |
1297 | "Block3", | |
1298 | delay, | |
1299 | x3, | |
1300 | y3, | |
1301 | z3, | |
1302 | msh | |
1303 | }) | |
1304 | end | |
1305 | end | |
1306 | }, | |
1307 | Sphere = { | |
1308 | Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay) | |
1309 | local prt = CFuncs.Part.Create(EffectModel, "Neon", 0, 0, brickcolor, "Effect", Vector3.new()) | |
1310 | prt.Anchored = true | |
1311 | prt.CFrame = cframe | |
1312 | local msh = CFuncs.Mesh.Create("SpecialMesh", prt, "Sphere", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1)) | |
1313 | game:GetService("Debris"):AddItem(prt, 10) | |
1314 | table.insert(Effects, { | |
1315 | prt, | |
1316 | "Cylinder", | |
1317 | delay, | |
1318 | x3, | |
1319 | y3, | |
1320 | z3, | |
1321 | msh | |
1322 | }) | |
1323 | end | |
1324 | }, | |
1325 | Cylinder = { | |
1326 | Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay) | |
1327 | local prt = CFuncs.Part.Create(EffectModel, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new()) | |
1328 | prt.Anchored = true | |
1329 | prt.CFrame = cframe | |
1330 | local msh = CFuncs.Mesh.Create("CylinderMesh", prt, "", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1)) | |
1331 | game:GetService("Debris"):AddItem(prt, 10) | |
1332 | table.insert(Effects, { | |
1333 | prt, | |
1334 | "Cylinder", | |
1335 | delay, | |
1336 | x3, | |
1337 | y3, | |
1338 | z3, | |
1339 | msh | |
1340 | }) | |
1341 | end | |
1342 | }, | |
1343 | Wave = { | |
1344 | Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay) | |
1345 | local prt = CFuncs.Part.Create(EffectModel, "Neon", 0, 0, brickcolor, "Effect", Vector3.new()) | |
1346 | prt.Anchored = true | |
1347 | prt.CFrame = cframe | |
1348 | local msh = CFuncs.Mesh.Create("SpecialMesh", prt, "FileMesh", "rbxassetid://20329976", Vector3.new(0, 0, 0), Vector3.new(x1 / 60, y1 / 60, z1 / 60)) | |
1349 | game:GetService("Debris"):AddItem(prt, 10) | |
1350 | table.insert(Effects, { | |
1351 | prt, | |
1352 | "Cylinder", | |
1353 | delay, | |
1354 | x3 / 60, | |
1355 | y3 / 60, | |
1356 | z3 / 60, | |
1357 | msh | |
1358 | }) | |
1359 | end | |
1360 | }, | |
1361 | Ring = { | |
1362 | Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay) | |
1363 | local prt = CFuncs.Part.Create(EffectModel, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new()) | |
1364 | prt.Anchored = true | |
1365 | prt.CFrame = cframe | |
1366 | local msh = CFuncs.Mesh.Create("SpecialMesh", prt, "FileMesh", "rbxassetid://3270017", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1)) | |
1367 | game:GetService("Debris"):AddItem(prt, 10) | |
1368 | table.insert(Effects, { | |
1369 | prt, | |
1370 | "Cylinder", | |
1371 | delay, | |
1372 | x3, | |
1373 | y3, | |
1374 | z3, | |
1375 | msh | |
1376 | }) | |
1377 | end | |
1378 | }, | |
1379 | Break = { | |
1380 | Create = function(brickcolor, cframe, x1, y1, z1) | |
1381 | local prt = CFuncs.Part.Create(EffectModel, "Neon", 0, 0, brickcolor, "Effect", Vector3.new(0.5, 0.5, 0.5)) | |
1382 | prt.Anchored = true | |
1383 | prt.CFrame = cframe * CFrame.fromEulerAnglesXYZ(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50)) | |
1384 | local msh = CFuncs.Mesh.Create("SpecialMesh", prt, "Sphere", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1)) | |
1385 | local num = math.random(10, 50) / 1000 | |
1386 | game:GetService("Debris"):AddItem(prt, 10) | |
1387 | table.insert(Effects, { | |
1388 | prt, | |
1389 | "Shatter", | |
1390 | num, | |
1391 | prt.CFrame, | |
1392 | math.random() - math.random(), | |
1393 | 0, | |
1394 | math.random(50, 100) / 100 | |
1395 | }) | |
1396 | end | |
1397 | }, | |
1398 | Spiral = { | |
1399 | Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay) | |
1400 | local prt = CFuncs.Part.Create(EffectModel, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new()) | |
1401 | prt.Anchored = true | |
1402 | prt.CFrame = cframe | |
1403 | local msh = CFuncs.Mesh.Create("SpecialMesh", prt, "FileMesh", "rbxassetid://1051557", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1)) | |
1404 | game:GetService("Debris"):AddItem(prt, 10) | |
1405 | table.insert(Effects, { | |
1406 | prt, | |
1407 | "Cylinder", | |
1408 | delay, | |
1409 | x3, | |
1410 | y3, | |
1411 | z3, | |
1412 | msh | |
1413 | }) | |
1414 | end | |
1415 | }, | |
1416 | Push = { | |
1417 | Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay) | |
1418 | local prt = CFuncs.Part.Create(EffectModel, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new()) | |
1419 | prt.Anchored = true | |
1420 | prt.CFrame = cframe | |
1421 | local msh = CFuncs.Mesh.Create("SpecialMesh", prt, "FileMesh", "rbxassetid://437347603", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1)) | |
1422 | game:GetService("Debris"):AddItem(prt, 10) | |
1423 | table.insert(Effects, { | |
1424 | prt, | |
1425 | "Cylinder", | |
1426 | delay, | |
1427 | x3, | |
1428 | y3, | |
1429 | z3, | |
1430 | msh | |
1431 | }) | |
1432 | end | |
1433 | } | |
1434 | } | |
1435 | ----------------------------------- | |
1436 | function SpecialTrace(what) | |
1437 | if(what:IsA'Part') and what ~= RootPart then | |
1438 | local trace = Instance.new("Part") | |
1439 | trace.Parent = workspace | |
1440 | trace.Name = "what" | |
1441 | trace.Size = what.Size | |
1442 | trace.Material = Enum.Material.Neon | |
1443 | trace.Color = maincol | |
1444 | trace.Transparency = .3 | |
1445 | trace.Anchored = true | |
1446 | trace.CanCollide = false | |
1447 | trace.CFrame = what.CFrame | |
1448 | Tween(trace,{Transparency=1},.5) | |
1449 | game:GetService("Debris"):AddItem(trace, 1) | |
1450 | if(what:IsA'SpecialMesh') then | |
1451 | local mehs = Instance.new("SpecialMesh",what) | |
1452 | mehs.Scale = Vector3.new(what.X,what.Y,what.Z) | |
1453 | end | |
1454 | end | |
1455 | end | |
1456 | ||
1457 | function Eviscerate(dude) | |
1458 | if dude.Name ~= char then | |
1459 | local bgf = IT("BodyGyro", dude.Head) | |
1460 | bgf.CFrame = bgf.CFrame * CFrame.fromEulerAnglesXYZ(Rad(-90), 0, 0) | |
1461 | local val = IT("BoolValue", dude) | |
1462 | val.Name = "IsHit" | |
1463 | local ds = coroutine.wrap(function() | |
1464 | dude:WaitForChild("Head"):BreakJoints() | |
1465 | wait(0.5) | |
1466 | target = nil | |
1467 | coroutine.resume(coroutine.create(function() | |
1468 | for i, v in pairs(dude:GetChildren()) do | |
1469 | if v:IsA("Accessory") then | |
1470 | v:Destroy() | |
1471 | end | |
1472 | if v:IsA("Humanoid") then | |
1473 | v:Destroy() | |
1474 | end | |
1475 | if v:IsA("CharacterMesh") then | |
1476 | v:Destroy() | |
1477 | end | |
1478 | if v:IsA("Model") then | |
1479 | v:Destroy() | |
1480 | end | |
1481 | if v:IsA("Part") or v:IsA("MeshPart") then | |
1482 | for x, o in pairs(v:GetChildren()) do | |
1483 | if o:IsA("Decal") then | |
1484 | o:Destroy() | |
1485 | end | |
1486 | end | |
1487 | coroutine.resume(coroutine.create(function() | |
1488 | v.Material = "Neon" | |
1489 | v.CanCollide = false | |
1490 | local PartEmmit1 = IT("ParticleEmitter", v) | |
1491 | PartEmmit1.LightEmission = 1 | |
1492 | PartEmmit1.Texture = "rbxassetid://284205403" | |
1493 | PartEmmit1.Color = ColorSequence.new(maincolor.Color) | |
1494 | PartEmmit1.Rate = 150 | |
1495 | PartEmmit1.Lifetime = NumberRange.new(1) | |
1496 | PartEmmit1.Size = NumberSequence.new({ | |
1497 | NumberSequenceKeypoint.new(0, 0.75, 0), | |
1498 | NumberSequenceKeypoint.new(1, 0, 0) | |
1499 | }) | |
1500 | PartEmmit1.Transparency = NumberSequence.new({ | |
1501 | NumberSequenceKeypoint.new(0, 0, 0), | |
1502 | NumberSequenceKeypoint.new(1, 1, 0) | |
1503 | }) | |
1504 | PartEmmit1.Speed = NumberRange.new(0, 0) | |
1505 | PartEmmit1.VelocitySpread = 30000 | |
1506 | PartEmmit1.Rotation = NumberRange.new(-500, 500) | |
1507 | PartEmmit1.RotSpeed = NumberRange.new(-500, 500) | |
1508 | local BodPoss = IT("BodyPosition", v) | |
1509 | BodPoss.P = 3000 | |
1510 | BodPoss.D = 1000 | |
1511 | BodPoss.maxForce = Vector3.new(50000000000, 50000000000, 50000000000) | |
1512 | BodPoss.position = v.Position + Vector3.new(Mrandom(-15, 15), Mrandom(-15, 15), Mrandom(-15, 15)) | |
1513 | v.Color = maincolor.Color | |
1514 | coroutine.resume(coroutine.create(function() | |
1515 | for i = 0, 49 do | |
1516 | swait(1) | |
1517 | v.Transparency = v.Transparency + 0.08 | |
1518 | end | |
1519 | wait(0.5) | |
1520 | PartEmmit1.Enabled = false | |
1521 | wait(3) | |
1522 | v:Destroy() | |
1523 | dude:Destroy() | |
1524 | end)) | |
1525 | end)) | |
1526 | end | |
1527 | end | |
1528 | end)) | |
1529 | end) | |
1530 | ds() | |
1531 | end | |
1532 | end | |
1533 | function SphereAura(bonuspeed, FastSpeed, type, pos, x1, y1, z1, value, color, outerpos) | |
1534 | local type = type | |
1535 | local rng = Instance.new("Part", char) | |
1536 | rng.Anchored = true | |
1537 | rng.BrickColor = color | |
1538 | rng.CanCollide = false | |
1539 | rng.FormFactor = 3 | |
1540 | rng.Name = "Ring" | |
1541 | rng.Material = "Neon" | |
1542 | rng.Size = Vector3.new(1, 1, 1) | |
1543 | rng.Transparency = 0 | |
1544 | rng.TopSurface = 0 | |
1545 | rng.BottomSurface = 0 | |
1546 | rng.CFrame = pos | |
1547 | rng.CFrame = rng.CFrame + rng.CFrame.lookVector * outerpos | |
1548 | local rngm = Instance.new("SpecialMesh", rng) | |
1549 | rngm.MeshType = "Sphere" | |
1550 | rngm.Scale = Vector3.new(x1, y1, z1) | |
1551 | local scaler2 = 1 | |
1552 | local speeder = FastSpeed | |
1553 | if type == "Add" then | |
1554 | scaler2 = 1 * value | |
1555 | elseif type == "Divide" then | |
1556 | scaler2 = 1 / value | |
1557 | end | |
1558 | coroutine.resume(coroutine.create(function() | |
1559 | for i = 0, 10 / bonuspeed, 0.1 do | |
1560 | swait() | |
1561 | if type == "Add" then | |
1562 | scaler2 = scaler2 - 0.01 * value / bonuspeed | |
1563 | elseif type == "Divide" then | |
1564 | scaler2 = scaler2 - 0.01 / value * bonuspeed | |
1565 | end | |
1566 | rng.BrickColor = BrickColor.random() | |
1567 | speeder = speeder - 0.01 * FastSpeed * bonuspeed | |
1568 | rng.CFrame = rng.CFrame + rng.CFrame.lookVector * speeder * bonuspeed | |
1569 | rng.Transparency = rng.Transparency + 0.01 * bonuspeed | |
1570 | rngm.Scale = rngm.Scale + Vector3.new(scaler2 * bonuspeed, scaler2 * bonuspeed, 0) | |
1571 | end | |
1572 | rng:Destroy() | |
1573 | end)) | |
1574 | end | |
1575 | ||
1576 | function FindNearestHead(Position, Distance, SinglePlayer) | |
1577 | if SinglePlayer then | |
1578 | return Distance > (SinglePlayer.Torso.CFrame.p - Position).magnitude | |
1579 | end | |
1580 | local List = {} | |
1581 | for i, v in pairs(workspace:GetChildren()) do | |
1582 | if v:IsA("Model") and v:findFirstChild("Head") and v ~= char and Distance >= (v.Head.Position - Position).magnitude then | |
1583 | table.insert(List, v) | |
1584 | end | |
1585 | end | |
1586 | return List | |
1587 | end | |
1588 | function SoulSteal(dude) | |
1589 | if dude.Name ~= char then | |
1590 | local bgf = IT("BodyGyro", dude.Head) | |
1591 | bgf.CFrame = bgf.CFrame * CFrame.fromEulerAnglesXYZ(Rad(-90), 0, 0) | |
1592 | local val = IT("BoolValue", dude) | |
1593 | val.Name = "IsHit" | |
1594 | local torso = (dude:FindFirstChild'Head' or dude:FindFirstChild'Torso' or dude:FindFirstChild'UpperTorso' or dude:FindFirstChild'LowerTorso' or dude:FindFirstChild'HumanoidRootPart') | |
1595 | local soulst = coroutine.wrap(function() | |
1596 | local soul = Instance.new("Part",dude) | |
1597 | soul.Size = Vector3.new(1,1,1) | |
1598 | soul.CanCollide = false | |
1599 | soul.Anchored = false | |
1600 | soul.Position = torso.Position | |
1601 | soul.Transparency = 1 | |
1602 | local PartEmmit1 = IT("ParticleEmitter", soul) | |
1603 | PartEmmit1.LightEmission = 1 | |
1604 | PartEmmit1.Texture = "rbxassetid://569507414" | |
1605 | PartEmmit1.Color = ColorSequence.new(maincolor.Color) | |
1606 | PartEmmit1.Rate = 250 | |
1607 | PartEmmit1.Lifetime = NumberRange.new(1.6) | |
1608 | PartEmmit1.Size = NumberSequence.new({ | |
1609 | NumberSequenceKeypoint.new(0, 1, 0), | |
1610 | NumberSequenceKeypoint.new(1, 0, 0) | |
1611 | }) | |
1612 | PartEmmit1.Transparency = NumberSequence.new({ | |
1613 | NumberSequenceKeypoint.new(0, 0, 0), | |
1614 | NumberSequenceKeypoint.new(1, 1, 0) | |
1615 | }) | |
1616 | PartEmmit1.Speed = NumberRange.new(0, 0) | |
1617 | PartEmmit1.VelocitySpread = 30000 | |
1618 | PartEmmit1.Rotation = NumberRange.new(-360, 360) | |
1619 | PartEmmit1.RotSpeed = NumberRange.new(-360, 360) | |
1620 | local BodPoss = IT("BodyPosition", soul) | |
1621 | BodPoss.P = 3000 | |
1622 | BodPoss.D = 1000 | |
1623 | BodPoss.maxForce = Vector3.new(50000000000, 50000000000, 50000000000) | |
1624 | BodPoss.position = torso.Position + Vector3.new(Mrandom(-15, 15), Mrandom(-15, 15), Mrandom(-15, 15)) | |
1625 | wait(1.6) | |
1626 | soul.Touched:connect(function(hit) | |
1627 | if hit.Parent == char then | |
1628 | soul:Destroy() | |
1629 | end | |
1630 | end) | |
1631 | wait(1.2) | |
1632 | while soul do | |
1633 | swait() | |
1634 | PartEmmit1.Color = ColorSequence.new(maincolor.Color) | |
1635 | BodPoss.Position = tors.Position | |
1636 | end | |
1637 | end) | |
1638 | soulst() | |
1639 | end | |
1640 | end | |
1641 | function FaceMouse() | |
1642 | local Cam = workspace.CurrentCamera | |
1643 | return { | |
1644 | CFrame.new(char.Torso.Position, Vector3.new(mouse.Hit.p.x, char.Torso.Position.y, mouse.Hit.p.z)), | |
1645 | Vector3.new(mouse.Hit.p.x, mouse.Hit.p.y, mouse.Hit.p.z) | |
1646 | } | |
1647 | end | |
1648 | function Trace() | |
1649 | for _,v in next, Character:GetChildren() do | |
1650 | if(v:IsA'Part') and v ~= RootPart then | |
1651 | local trace = Instance.new("Part") | |
1652 | trace.Parent = workspace | |
1653 | trace.Name = "trace" | |
1654 | trace.Size = v.Size | |
1655 | trace.Material = Enum.Material.Neon | |
1656 | trace.Color = maincol | |
1657 | trace.Transparency = .3 | |
1658 | trace.Anchored = true | |
1659 | trace.CanCollide = false | |
1660 | trace.CFrame = v.CFrame | |
1661 | Tween(trace,{Transparency=1},.5) | |
1662 | game:GetService("Debris"):AddItem(trace, 1) | |
1663 | if v.Name == "Head" then | |
1664 | local mehs = Instance.new("CylinderMesh",trace) | |
1665 | mehs.Scale = Vector3.new(1.25,1.25,1.25) | |
1666 | trace.Transparency = 1 | |
1667 | end | |
1668 | end | |
1669 | end | |
1670 | end | |
1671 | ||
1672 | --//=================================\\ | |
1673 | --|| oof | |
1674 | --\\=================================// | |
1675 | function wtf() | |
1676 | local B = Cso("907332040", hed, 7, 1) | |
1677 | B.TimePosition = 13.2 | |
1678 | CameraEnshaking(5, 5) | |
1679 | local ORIGINPOS = root.Position | |
1680 | root.CFrame = CFrame.new(Vector3.new(mouse.Hit.p.X, root.Position.Y, mouse.Hit.p.Z), ORIGINPOS) | |
1681 | wait(1.3) | |
1682 | B.Playing = false | |
1683 | end | |
1684 | -------------------------------- | |
1685 | function CamShake(Length, Intensity) | |
1686 | coroutine.resume(coroutine.create(function() | |
1687 | local intensity = 1 * Intensity | |
1688 | local rotM = 0.01 * Intensity | |
1689 | for i = 0, Length, 0.1 do | |
1690 | swait() | |
1691 | intensity = intensity - 0.05 * Intensity / Length | |
1692 | rotM = rotM - 5.0E-4 * Intensity / Length | |
1693 | hum.CameraOffset = Vector3.new(Rad(Mrandom(-intensity, intensity)), Rad(Mrandom(-intensity, intensity)), Rad(Mrandom(-intensity, intensity))) | |
1694 | 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) | |
1695 | end | |
1696 | hum.CameraOffset = Vector3.new(0, 0, 0) | |
1697 | end)) | |
1698 | end | |
1699 | ----------------------------- | |
1700 | function LaughV2() | |
1701 | chatfunc("YOUR ATTACK IS AN INSULT", BrickColor.new("Really black").Color) | |
1702 | CreateSound("907332525", hed, 10, 1) | |
1703 | end | |
1704 | ------------------------------------------------------- | |
1705 | ||
1706 | ----------------------------- | |
1707 | ---------------------------------------------- | |
1708 | function PixelBlockX(bonuspeed,FastSpeed,type,pos,x1,y1,z1,value,color,outerpos) | |
1709 | local type = type | |
1710 | local rng = Instance.new("Part", char) | |
1711 | rng.Anchored = true | |
1712 | rng.BrickColor = color | |
1713 | rng.CanCollide = false | |
1714 | rng.FormFactor = 3 | |
1715 | rng.Name = "Ring" | |
1716 | rng.Material = "Neon" | |
1717 | rng.Size = Vector3.new(1, 1, 1) | |
1718 | rng.Transparency = 0 | |
1719 | rng.TopSurface = 0 | |
1720 | rng.BottomSurface = 0 | |
1721 | rng.CFrame = pos | |
1722 | rng.CFrame = rng.CFrame + rng.CFrame.lookVector*outerpos | |
1723 | local rngm = Instance.new("SpecialMesh", rng) | |
1724 | rngm.MeshType = "Brick" | |
1725 | rngm.Scale = Vector3.new(x1,y1,z1) | |
1726 | local scaler2 = 1 | |
1727 | local speeder = FastSpeed/10 | |
1728 | if type == "Add" then | |
1729 | scaler2 = 1*value | |
1730 | elseif type == "Divide" then | |
1731 | scaler2 = 1/value | |
1732 | end | |
1733 | coroutine.resume(coroutine.create(function() | |
1734 | for i = 0,10/bonuspeed,0.1 do | |
1735 | swait() | |
1736 | if type == "Add" then | |
1737 | scaler2 = scaler2 - 0.01*value/bonuspeed | |
1738 | elseif type == "Divide" then | |
1739 | scaler2 = scaler2 - 0.01/value*bonuspeed | |
1740 | end | |
1741 | speeder = speeder - 0.01*FastSpeed*bonuspeed/10 | |
1742 | rng.CFrame = rng.CFrame + rng.CFrame.lookVector*speeder*bonuspeed | |
1743 | rng.Transparency = rng.Transparency + 0.01*bonuspeed | |
1744 | rngm.Scale = rngm.Scale - Vector3.new(scaler2*bonuspeed, scaler2*bonuspeed, scaler2*bonuspeed) | |
1745 | end | |
1746 | rng:Destroy() | |
1747 | end)) | |
1748 | end | |
1749 | --------------------------------- | |
1750 | function chatfunc(text, color) | |
1751 | local chat = coroutine.wrap(function() | |
1752 | if char:FindFirstChild("TalkingBillBoard") ~= nil then | |
1753 | char:FindFirstChild("TalkingBillBoard"):destroy() | |
1754 | end | |
1755 | local naeeym2 = Instance.new("BillboardGui", char) | |
1756 | naeeym2.Size = UDim2.new(0, 100, 0, 40) | |
1757 | naeeym2.StudsOffset = Vector3.new(0, 5, 0) | |
1758 | naeeym2.Adornee = hed | |
1759 | naeeym2.Name = "TalkingBillBoard" | |
1760 | local tecks2 = Instance.new("TextLabel", naeeym2) | |
1761 | tecks2.BackgroundTransparency = 1 | |
1762 | tecks2.BorderSizePixel = 0 | |
1763 | tecks2.Text = "" | |
1764 | tecks2.Font = "SciFi" | |
1765 | tecks2.TextSize = 30 | |
1766 | tecks2.TextStrokeTransparency = 0 | |
1767 | tecks2.TextColor3 = color | |
1768 | tecks2.TextStrokeColor3 = Color3.new(0, 0, 0) | |
1769 | tecks2.Size = UDim2.new(1, 0, 0.5, 0) | |
1770 | local tecks3 = Instance.new("TextLabel", naeeym2) | |
1771 | tecks3.BackgroundTransparency = 1 | |
1772 | tecks3.BorderSizePixel = 0 | |
1773 | tecks3.Text = "" | |
1774 | tecks3.Font = "SciFi" | |
1775 | tecks3.TextSize = 30 | |
1776 | tecks3.TextStrokeTransparency = 0 | |
1777 | tecks3.TextColor3 = Color3.new(0, 0, 0) | |
1778 | tecks3.TextStrokeColor3 = color | |
1779 | tecks3.Size = UDim2.new(1, 0, 0.5, 0) | |
1780 | coroutine.resume(coroutine.create(function() | |
1781 | while true do | |
1782 | swait(1) | |
1783 | tecks2.TextColor3 = BrickColor.random().Color | |
1784 | tecks3.TextStrokeColor3 = BrickColor.random().Color | |
1785 | tecks2.Position = UDim2.new(0, math.random(-5, 5), 0, math.random(-5, 5)) | |
1786 | tecks3.Position = UDim2.new(0, math.random(-5, 5), 0, math.random(-5, 5)) | |
1787 | tecks2.Rotation = math.random(-5, 5) | |
1788 | tecks3.Rotation = math.random(-5, 5) | |
1789 | end | |
1790 | end)) | |
1791 | for i = 1, string.len(text) do | |
1792 | CFuncs.Sound.Create("rbxassetid://274118116", char, 0.25, 0.115) | |
1793 | tecks2.Text = string.sub(text, 1, i) | |
1794 | tecks3.Text = string.sub(text, 1, i) | |
1795 | swait(1) | |
1796 | end | |
1797 | wait(1) | |
1798 | local randomrot = math.random(1, 2) | |
1799 | if randomrot == 1 then | |
1800 | for i = 1, 50 do | |
1801 | swait() | |
1802 | tecks2.Rotation = tecks2.Rotation - 0.75 | |
1803 | tecks2.TextStrokeTransparency = tecks2.TextStrokeTransparency + 0.04 | |
1804 | tecks2.TextTransparency = tecks2.TextTransparency + 0.04 | |
1805 | tecks3.Rotation = tecks2.Rotation + 0.75 | |
1806 | tecks3.TextStrokeTransparency = tecks2.TextStrokeTransparency + 0.04 | |
1807 | tecks3.TextTransparency = tecks2.TextTransparency + 0.04 | |
1808 | end | |
1809 | elseif randomrot == 2 then | |
1810 | for i = 1, 50 do | |
1811 | swait() | |
1812 | tecks2.Rotation = tecks2.Rotation + 0.75 | |
1813 | tecks2.TextStrokeTransparency = tecks2.TextStrokeTransparency + 0.04 | |
1814 | tecks2.TextTransparency = tecks2.TextTransparency + 0.04 | |
1815 | tecks3.Rotation = tecks2.Rotation - 0.75 | |
1816 | tecks3.TextStrokeTransparency = tecks2.TextStrokeTransparency + 0.04 | |
1817 | tecks3.TextTransparency = tecks2.TextTransparency + 0.04 | |
1818 | end | |
1819 | end | |
1820 | naeeym2:Destroy() | |
1821 | end) | |
1822 | chat() | |
1823 | end | |
1824 | -------------------------------------------- | |
1825 | tl1 = Instance.new('Trail',wed) | |
1826 | tl1.Attachment0 = A0 | |
1827 | tl1.Attachment1 = A1 | |
1828 | --tl1.Texture = "http://www.roblox.com/asset/?id=1049219073" | |
1829 | tl1.LightEmission = 1 | |
1830 | tl1.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 0),NumberSequenceKeypoint.new(1, 1)}) | |
1831 | tl1.Color = ColorSequence.new(BrickColor.new('Really black').Color) | |
1832 | tl1.Lifetime = 0.6 | |
1833 | --------------------------------------- | |
1834 | function Technobeam() | |
1835 | attack = true | |
1836 | chatfunc("BURN....", BrickColor.new("Really black").Color) | |
1837 | for i = 0,5.2,0.1 do | |
1838 | swait() | |
1839 | 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) | |
1840 | tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(-20 - 2.5 * Sin(sine / 20)), Rad(0), Rad(0)), 0.3) | |
1841 | 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) | |
1842 | 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) | |
1843 | 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) | |
1844 | 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) | |
1845 | end | |
1846 | chatfunc("IN....", BrickColor.new("Really black").Color) | |
1847 | wait(2) | |
1848 | CreateSound("331666100", char, 10, 1) | |
1849 | Effects.Sphere.Create(BrickColor.new("Really black"), root.CFrame * CF(0, -1, 0), 2, 2, 2, 10.6, 10.6, 10.6, 0.05) | |
1850 | Effects.Sphere.Create(BrickColor.new("Really black"), root.CFrame * CF(0, -1, 0), 2, 2, 2, 10.6, 10.6, 10.6, 0.05) | |
1851 | Effects.Sphere.Create(BrickColor.new("Really black"), root.CFrame * CF(0, -1, 0), 2, 2, 2, 10.6, 10.6, 10.6, 0.05) | |
1852 | Effects.Sphere.Create(BrickColor.new("Really black"), root.CFrame * CF(0, -1, 0), 2, 2, 2, 10.6, 10.6, 10.6, 0.05) | |
1853 | Effects.Sphere.Create(BrickColor.new("Really black"), root.CFrame * CF(0, -1, 0), 2, 2, 2, 10.6, 35.6, 10.6, 0.05) | |
1854 | Effects.Sphere.Create(BrickColor.new("Really black"), root.CFrame * CF(0, -3, 0), 2, 2, 2, 150.6, .4, 150.6, 0.05) | |
1855 | chatfunc("HELL!!!!!", BrickColor.new("Really black").Color) | |
1856 | for i, v in pairs(FindNearestHead(tors.CFrame.p, 52.5)) do | |
1857 | if v:FindFirstChild("Head") then | |
1858 | Eviscerate(v) | |
1859 | SoulSteal(v) | |
1860 | end | |
1861 | end | |
1862 | coroutine.resume(coroutine.create(function() | |
1863 | for i = 0,2.8,0.1 do | |
1864 | swait() | |
1865 | hum.CameraOffset = Vector3.new(Mrandom(-3,3),Mrandom(-3,3),Mrandom(-3,3)) | |
1866 | end | |
1867 | for i = 0,1.8,0.1 do | |
1868 | swait() | |
1869 | hum.CameraOffset = Vector3.new(0,0,0) | |
1870 | end | |
1871 | end)) | |
1872 | for i = 0,3.7,0.1 do | |
1873 | 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) | |
1874 | 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) | |
1875 | 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) | |
1876 | tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(20 - 2.5 * Sin(sine / 20)), Rad(0), Rad(0)), 0.3) | |
1877 | 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) | |
1878 | 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) | |
1879 | 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) | |
1880 | 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) | |
1881 | end | |
1882 | wait(.6) | |
1883 | CreateSound("907332997", hed, 10, 1) | |
1884 | attack = false | |
1885 | end | |
1886 | ------------------------------------------------- | |
1887 | function Damage(Part, hit, minim, maxim, knockback, Type, Property, Delay, HitSound, HitPitch) | |
1888 | if hit.Parent == nil then | |
1889 | return | |
1890 | end | |
1891 | local h = hit.Parent:FindFirstChildOfClass("Humanoid") | |
1892 | for _, v in pairs(hit.Parent:children()) do | |
1893 | if v:IsA("Humanoid") then | |
1894 | h = v | |
1895 | end | |
1896 | end | |
1897 | if h ~= nil and hit.Parent.Name ~= char.Name and hit.Parent:FindFirstChild("UpperTorso") ~= nil then | |
1898 | ||
1899 | hit.Parent:FindFirstChild("Head"):BreakJoints() | |
1900 | end | |
1901 | ||
1902 | if h ~= nil and hit.Parent.Name ~= char.Name and hit.Parent:FindFirstChild("Torso") ~= nil then | |
1903 | if hit.Parent:findFirstChild("DebounceHit") ~= nil then | |
1904 | if hit.Parent.DebounceHit.Value == true then | |
1905 | return | |
1906 | end | |
1907 | end | |
1908 | if insta == true then | |
1909 | hit.Parent:FindFirstChild("Head"):BreakJoints() | |
1910 | end | |
1911 | local c = Create("ObjectValue"){ | |
1912 | Name = "creator", | |
1913 | Value = game:service("Players").LocalPlayer, | |
1914 | Parent = h, | |
1915 | } | |
1916 | game:GetService("Debris"):AddItem(c, .5) | |
1917 | if HitSound ~= nil and HitPitch ~= nil then | |
1918 | CFuncs.Sound.Create(HitSound, hit, 1, HitPitch) | |
1919 | end | |
1920 | local Damage = math.random(minim, maxim) | |
1921 | local blocked = false | |
1922 | local block = hit.Parent:findFirstChild("Block") | |
1923 | if block ~= nil then | |
1924 | if block.className == "IntValue" then | |
1925 | if block.Value > 0 then | |
1926 | blocked = true | |
1927 | block.Value = block.Value - 1 | |
1928 | print(block.Value) | |
1929 | end | |
1930 | end | |
1931 | end | |
1932 | if blocked == false then | |
1933 | h.Health = h.Health - Damage | |
1934 | ShowDamage((Part.CFrame * CFrame.new(0, 0, (Part.Size.Z / 2)).p + Vector3.new(0, 1.5, 0)), -Damage, 1.5, tors.BrickColor.Color) | |
1935 | else | |
1936 | h.Health = h.Health - (Damage / 2) | |
1937 | ShowDamage((Part.CFrame * CFrame.new(0, 0, (Part.Size.Z / 2)).p + Vector3.new(0, 1.5, 0)), -Damage, 1.5, tors.BrickColor.Color) | |
1938 | end | |
1939 | if Type == "Knockdown" then | |
1940 | local hum = hit.Parent.Humanoid | |
1941 | hum.PlatformStand = true | |
1942 | coroutine.resume(coroutine.create(function(HHumanoid) | |
1943 | swait(1) | |
1944 | HHumanoid.PlatformStand = false | |
1945 | end), hum) | |
1946 | local angle = (hit.Position - (Property.Position + Vector3.new(0, 0, 0))).unit | |
1947 | local bodvol = Create("BodyVelocity"){ | |
1948 | velocity = angle * knockback, | |
1949 | P = 5000, | |
1950 | maxForce = Vector3.new(8e+003, 8e+003, 8e+003), | |
1951 | Parent = hit, | |
1952 | } | |
1953 | local rl = Create("BodyAngularVelocity"){ | |
1954 | P = 3000, | |
1955 | maxTorque = Vector3.new(500000, 500000, 500000) * 50000000000000, | |
1956 | angularvelocity = Vector3.new(math.random(-10, 10), math.random(-10, 10), math.random(-10, 10)), | |
1957 | Parent = hit, | |
1958 | } | |
1959 | game:GetService("Debris"):AddItem(bodvol, .5) | |
1960 | game:GetService("Debris"):AddItem(rl, .5) | |
1961 | elseif Type == "Normal" then | |
1962 | local vp = Create("BodyVelocity"){ | |
1963 | P = 500, | |
1964 | maxForce = Vector3.new(math.huge, 0, math.huge), | |
1965 | velocity = Property.CFrame.lookVector * knockback + Property.Velocity / 1.05, | |
1966 | } | |
1967 | if knockback > 0 then | |
1968 | vp.Parent = hit.Parent.Torso | |
1969 | end | |
1970 | game:GetService("Debris"):AddItem(vp, .5) | |
1971 | elseif Type == "Up" then | |
1972 | local bodyVelocity = Create("BodyVelocity"){ | |
1973 | velocity = Vector3.new(0, 20, 0), | |
1974 | P = 5000, | |
1975 | maxForce = Vector3.new(8e+003, 8e+003, 8e+003), | |
1976 | Parent = hit, | |
1977 | } | |
1978 | game:GetService("Debris"):AddItem(bodyVelocity, .5) | |
1979 | elseif Type == "DarkUp" then | |
1980 | coroutine.resume(coroutine.create(function() | |
1981 | for i = 0, 1, 0.1 do | |
1982 | swait() | |
1983 | Effects.Block.Create(BrickColor.new("Black"), hit.Parent.Torso.CFrame, 5, 5, 5, 1, 1, 1, .08, 1) | |
1984 | end | |
1985 | end)) | |
1986 | local bodyVelocity = Create("BodyVelocity"){ | |
1987 | velocity = Vector3.new(0, 20, 0), | |
1988 | P = 5000, | |
1989 | maxForce = Vector3.new(8e+003, 8e+003, 8e+003), | |
1990 | Parent = hit, | |
1991 | } | |
1992 | game:GetService("Debris"):AddItem(bodyVelocity, 1) | |
1993 | elseif Type == "Snare" then | |
1994 | local bp = Create("BodyPosition"){ | |
1995 | P = 2000, | |
1996 | D = 100, | |
1997 | maxForce = Vector3.new(math.huge, math.huge, math.huge), | |
1998 | position = hit.Parent.Torso.Position, | |
1999 | Parent = hit.Parent.Torso, | |
2000 | } | |
2001 | game:GetService("Debris"):AddItem(bp, 1) | |
2002 | elseif Type == "Freeze" then | |
2003 | local BodPos = Create("BodyPosition"){ | |
2004 | P = 50000, | |
2005 | D = 1000, | |
2006 | maxForce = Vector3.new(math.huge, math.huge, math.huge), | |
2007 | position = hit.Parent.Torso.Position, | |
2008 | Parent = hit.Parent.Torso, | |
2009 | } | |
2010 | local BodGy = Create("BodyGyro") { | |
2011 | maxTorque = Vector3.new(4e+005, 4e+005, 4e+005) * math.huge , | |
2012 | P = 20e+003, | |
2013 | Parent = hit.Parent.Torso, | |
2014 | cframe = hit.Parent.Torso.CFrame, | |
2015 | } | |
2016 | hit.Parent.Torso.Anchored = true | |
2017 | coroutine.resume(coroutine.create(function(Part) | |
2018 | swait(1.5) | |
2019 | Part.Anchored = false | |
2020 | end), hit.Parent.Torso) | |
2021 | game:GetService("Debris"):AddItem(BodPos, 3) | |
2022 | game:GetService("Debris"):AddItem(BodGy, 3) | |
2023 | end | |
2024 | local debounce = Create("BoolValue"){ | |
2025 | Name = "DebounceHit", | |
2026 | Parent = hit.Parent, | |
2027 | Value = true, | |
2028 | } | |
2029 | game:GetService("Debris"):AddItem(debounce, Delay) | |
2030 | c = Create("ObjectValue"){ | |
2031 | Name = "creator", | |
2032 | Value = Player, | |
2033 | Parent = h, | |
2034 | } | |
2035 | game:GetService("Debris"):AddItem(c, .5) | |
2036 | end | |
2037 | end | |
2038 | ----------------------- | |
2039 | local Blood1 = Create("ParticleEmitter")({ | |
2040 | Color = ColorSequence.new(Color3.new(0.7, 0, 0), Color3.new(0.1, 0, 0)), | |
2041 | Transparency = NumberSequence.new(0.1, 1), | |
2042 | Size = NumberSequence.new(0.5, 0), | |
2043 | Texture = "rbxassetid://602578593", | |
2044 | Lifetime = NumberRange.new(0.8), | |
2045 | Rate = 255, | |
2046 | VelocitySpread = 40, | |
2047 | Rotation = NumberRange.new(100), | |
2048 | Speed = NumberRange.new(5), | |
2049 | LightEmission = 0, | |
2050 | LockedToPart = false, | |
2051 | Acceleration = Vector3.new(0, -10, 0), | |
2052 | EmissionDirection = "Bottom" | |
2053 | }) | |
2054 | function Sayonara() | |
2055 | local target = nil | |
2056 | local targettorso = nil | |
2057 | if mouse.Target.Parent ~= char and mouse.Target.Parent.Parent ~= char and mouse.Target.Parent:FindFirstChild("Humanoid") ~= nil then | |
2058 | if mouse.Target.Parent.Humanoid.PlatformStand == false then | |
2059 | target = mouse.Target.Parent.Humanoid | |
2060 | targettorso = mouse.Target.Parent:FindFirstChild("Torso") or mouse.Target.Parent:FindFirstChild("UpperTorso") | |
2061 | targethead = mouse.Target.Parent:FindFirstChild("Head") | |
2062 | targetrightarm = mouse.Target.Parent:FindFirstChild("Right Arm") | |
2063 | targetleftarm = mouse.Target.Parent:FindFirstChild("Left Arm") | |
2064 | end | |
2065 | end | |
2066 | if target ~= nil then | |
2067 | targettorso.Anchored = true | |
2068 | attack = true | |
2069 | hum.WalkSpeed = 0 | |
2070 | root.CFrame = targettorso.CFrame * CF(0,0,2.4) | |
2071 | for i = 0,6.2,0.1 do | |
2072 | swait() | |
2073 | 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) | |
2074 | tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(20), Rad(10), Rad(0)), 0.3) | |
2075 | 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) | |
2076 | 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) | |
2077 | 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) | |
2078 | 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) | |
2079 | end | |
2080 | do | |
2081 | CreateSound("429400881", targettorso, 5, 1) | |
2082 | local ModelArm02 = New("Model", char, "Arm", {}) | |
2083 | local ModelArm03 = New("Model", char, "Arm", {}) | |
2084 | local Humanoid02 = New("Humanoid", ModelArm02, "Humanoid", {}) | |
2085 | local Humanoid03 = New("Humanoid", ModelArm03, "Humanoid", {}) | |
2086 | local Arm02 = targetleftarm:Clone() | |
2087 | local Arm03 = targetrightarm:Clone() | |
2088 | targetleftarm.Transparency = 1 | |
2089 | targetrightarm.Transparency = 1 | |
2090 | Arm02.Parent = ModelArm02 | |
2091 | Arm03.Parent = ModelArm03 | |
2092 | for i, v in pairs(Arm02:GetChildren()) do | |
2093 | v:Destroy() | |
2094 | end | |
2095 | for i, v in pairs(Arm03:GetChildren()) do | |
2096 | v:Destroy() | |
2097 | end | |
2098 | local weldArm02 = Instance.new("Weld") | |
2099 | weldArm02.Parent = Arm02 | |
2100 | weldArm02.Part0 = targetleftarm | |
2101 | weldArm02.Part1 = Arm02 | |
2102 | weldArm02.C1 = CFrame.new(0, 0, 0) | |
2103 | local weldArm03 = Instance.new("Weld") | |
2104 | weldArm03.Parent = Arm03 | |
2105 | weldArm03.Part0 = targetrightarm | |
2106 | weldArm03.Part1 = Arm03 | |
2107 | weldArm03.C1 = CFrame.new(0, 0, 0) | |
2108 | for i, v in pairs(target:GetChildren()) do | |
2109 | if v:IsA("Shirt") then | |
2110 | v:clone().Parent = ModelArm02 | |
2111 | end | |
2112 | end | |
2113 | for i, v in pairs(target:GetChildren()) do | |
2114 | if v:IsA("Shirt") then | |
2115 | v:clone().Parent = ModelArm03 | |
2116 | end | |
2117 | end | |
2118 | weldArm02.Part0 = la | |
2119 | weldArm02.C1 = CFrame.new(0, 0, 1.2) * angles(math.rad(90), math.rad(0), math.rad(0)) | |
2120 | weldArm03.Part0 = ra | |
2121 | weldArm03.C1 = CFrame.new(0, 0, 1.2) * angles(math.rad(90), math.rad(0), math.rad(0)) | |
2122 | local BE1 = Blood1:Clone() | |
2123 | BE1.Parent = targetleftarm | |
2124 | game:GetService("Debris"):AddItem(BE1, 3) | |
2125 | BE1.Rate = 255 | |
2126 | local BE2 = Blood1:Clone() | |
2127 | BE2.Parent = targetrightarm | |
2128 | game:GetService("Debris"):AddItem(BE2, 3) | |
2129 | BE2.Rate = 255 | |
2130 | for i = 0,6.2,0.1 do | |
2131 | swait() | |
2132 | 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) | |
2133 | tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(0), Rad(0), Rad(0)), 0.3) | |
2134 | 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) | |
2135 | 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) | |
2136 | 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) | |
2137 | 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) | |
2138 | end | |
2139 | for i = 0,6.2,0.1 do | |
2140 | swait() | |
2141 | 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) | |
2142 | tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(0), Rad(0), Rad(0)), 0.3) | |
2143 | 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) | |
2144 | 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) | |
2145 | 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) | |
2146 | 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) | |
2147 | end | |
2148 | CreateSound("541909763", targettorso, 5, .8) | |
2149 | weldArm02:Destroy() | |
2150 | Arm02.CanCollide = true | |
2151 | weldArm03:Destroy() | |
2152 | Arm03.CanCollide = true | |
2153 | local bodyVelocity2 = Create("BodyVelocity")({ | |
2154 | velocity = Vector3.new(0, 10, 0) + root.CFrame.lookVector * 50, | |
2155 | P = 5000, | |
2156 | maxForce = Vector3.new(8000, 8000, 8000), | |
2157 | Parent = Arm02 | |
2158 | }) | |
2159 | local bodyVelocity3 = Create("BodyVelocity")({ | |
2160 | velocity = Vector3.new(0, 10, 0) + root.CFrame.lookVector * 50, | |
2161 | P = 5000, | |
2162 | maxForce = Vector3.new(8000, 8000, 8000), | |
2163 | Parent = Arm03 | |
2164 | }) | |
2165 | game:GetService("Debris"):AddItem(bodyVelocity2, 0.05) | |
2166 | game:GetService("Debris"):AddItem(bodyVelocity3, 0.05) | |
2167 | for i = 0,6.2,0.1 do | |
2168 | swait() | |
2169 | 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) | |
2170 | tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(0), Rad(0), Rad(0)), 0.3) | |
2171 | 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) | |
2172 | 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) | |
2173 | 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) | |
2174 | 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) | |
2175 | end | |
2176 | for i = 0,6.2,0.1 do | |
2177 | swait() | |
2178 | 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) | |
2179 | tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(0), Rad(0), Rad(0)), 0.3) | |
2180 | 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) | |
2181 | 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) | |
2182 | 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) | |
2183 | 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) | |
2184 | end | |
2185 | targettorso:Remove() | |
2186 | for i = 0,6.2,0.1 do | |
2187 | swait() | |
2188 | 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) | |
2189 | tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(0), Rad(0), Rad(0)), 0.3) | |
2190 | 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) | |
2191 | 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) | |
2192 | 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) | |
2193 | 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) | |
2194 | end | |
2195 | end | |
2196 | targettorso.Anchored = false | |
2197 | attack = false | |
2198 | hum.WalkSpeed = 16 | |
2199 | root.CFrame = targettorso.CFrame * CF(0,0,3.4) | |
2200 | end | |
2201 | end | |
2202 | function ShowDamage(Pos, Text, Time, Color) | |
2203 | local Rate = (1 / 30) | |
2204 | local Pos = (Pos or Vector3.new(0, 0, 0)) | |
2205 | local Text = (Text or "") | |
2206 | local Time = (Time or 2) | |
2207 | local Color = (Color or Color3.new(1, 0, 1)) | |
2208 | local EffectPart = CFuncs.Part.Create(workspace, "SmoothPlastic", 0, 1, BrickColor.new(Color), "Effect", Vector3.new(0, 0, 0)) | |
2209 | EffectPart.Anchored = true | |
2210 | local BillboardGui = Create("BillboardGui"){ | |
2211 | Size = UDim2.new(3, 0, 3, 0), | |
2212 | Adornee = EffectPart, | |
2213 | Parent = EffectPart, | |
2214 | } | |
2215 | local TextLabel = Create("TextLabel"){ | |
2216 | BackgroundTransparency = 1, | |
2217 | Size = UDim2.new(1, 0, 1, 0), | |
2218 | Text = Text, | |
2219 | Font = "Bodoni", | |
2220 | TextColor3 = Color, | |
2221 | TextScaled = true, | |
2222 | TextStrokeColor3 = Color3.fromRGB(0,0,0), | |
2223 | Parent = BillboardGui, | |
2224 | } | |
2225 | game.Debris:AddItem(EffectPart, (Time)) | |
2226 | EffectPart.Parent = game:GetService("Workspace") | |
2227 | delay(0, function() | |
2228 | local Frames = (Time / Rate) | |
2229 | for Frame = 1, Frames do | |
2230 | wait(Rate) | |
2231 | local Percent = (Frame / Frames) | |
2232 | EffectPart.CFrame = CFrame.new(Pos) + Vector3.new(0, Percent, 0) | |
2233 | TextLabel.TextTransparency = Percent | |
2234 | end | |
2235 | if EffectPart and EffectPart.Parent then | |
2236 | EffectPart:Destroy() | |
2237 | end | |
2238 | end) | |
2239 | end | |
2240 | --------------------------- | |
2241 | function Destruction() | |
2242 | attack = true | |
2243 | local Ring1 = Instance.new("Part", char) | |
2244 | Ring1.Anchored = true | |
2245 | Ring1.BrickColor = maincolor | |
2246 | Ring1.CanCollide = false | |
2247 | Ring1.FormFactor = 3 | |
2248 | Ring1.Name = "Ring" | |
2249 | Ring1.Material = "Neon" | |
2250 | Ring1.Size = Vector3.new(1, 0.05, 1) | |
2251 | Ring1.Transparency = 1 | |
2252 | Ring1.TopSurface = 0 | |
2253 | Ring1.BottomSurface = 0 | |
2254 | local Ring1Mesh = Instance.new("SpecialMesh", Ring1) | |
2255 | Ring1Mesh.MeshType = "Brick" | |
2256 | Ring1Mesh.Name = "SizeMesh" | |
2257 | Ring1Mesh.Scale = Vector3.new(0, 1, 0) | |
2258 | local InnerRing1 = Ring1:Clone() | |
2259 | InnerRing1.Parent = char | |
2260 | InnerRing1.Transparency = 0 | |
2261 | InnerRing1.BrickColor = BrickColor.new("New Yeller") | |
2262 | InnerRing1.Size = Vector3.new(1, 1, 1) | |
2263 | local InnerRing1Mesh = InnerRing1.SizeMesh | |
2264 | InnerRing1Mesh.Scale = Vector3.new(0, 0, 0) | |
2265 | InnerRing1Mesh.MeshType = "Sphere" | |
2266 | Ring1:Destroy() | |
2267 | for i = 0, 5, 0.1 do | |
2268 | swait() | |
2269 | 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) | |
2270 | 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) | |
2271 | 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) | |
2272 | tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(-4.5 * Sin(sine / 30)), Rad(0), Rad(0)), 0.3) | |
2273 | 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) | |
2274 | 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) | |
2275 | 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) | |
2276 | 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) | |
2277 | root.CFrame = FaceMouse()[1] | |
2278 | end | |
2279 | InnerRing1.Transparency = 1 | |
2280 | InnerRing1.CFrame = root.CFrame * CF(0, 0.5, 0) + root.CFrame.lookVector * 5 | |
2281 | CreateSound("294188875", char, 2.3, 1) | |
2282 | local a = IT("Part", char) | |
2283 | a.Name = "Direction" | |
2284 | a.Anchored = true | |
2285 | a.BrickColor = maincolor | |
2286 | a.Material = "Neon" | |
2287 | a.Transparency = 0 | |
2288 | a.Shape = "Cylinder" | |
2289 | a.CanCollide = false | |
2290 | local a2 = IT("Part", char) | |
2291 | a2.Name = "Direction" | |
2292 | a2.Anchored = true | |
2293 | a2.BrickColor = maincolor | |
2294 | a2.Color = maincolor.Color | |
2295 | a2.Material = "Neon" | |
2296 | a2.Transparency = 0.5 | |
2297 | a2.Shape = "Cylinder" | |
2298 | a2.CanCollide = false | |
2299 | local ba = IT("Part", char) | |
2300 | ba.Name = "HitDirect" | |
2301 | ba.Anchored = true | |
2302 | ba.BrickColor = maincolor | |
2303 | ba.Material = "Neon" | |
2304 | ba.Transparency = 1 | |
2305 | ba.CanCollide = false | |
2306 | local ray = Ray.new(InnerRing1.CFrame.p, (mouse.Hit.p - InnerRing1.CFrame.p).unit * 1000) | |
2307 | local ignore = char | |
2308 | local hit, position, normal = workspace:FindPartOnRay(ray, ignore) | |
2309 | a.BottomSurface = 10 | |
2310 | a.TopSurface = 10 | |
2311 | a2.BottomSurface = 10 | |
2312 | a2.TopSurface = 10 | |
2313 | local distance = (InnerRing1.CFrame.p - position).magnitude | |
2314 | a.Size = Vector3.new(distance, 1, 1) | |
2315 | a.CFrame = CF(InnerRing1.CFrame.p, position) * CF(0, 0, -distance / 2) | |
2316 | a2.Size = Vector3.new(distance, 1, 1) | |
2317 | a2.CFrame = CF(InnerRing1.CFrame.p, position) * CF(0, 0, -distance / 2) | |
2318 | ba.CFrame = CF(InnerRing1.CFrame.p, position) * CF(0, 0, -distance) | |
2319 | a.CFrame = a.CFrame * angles(0, Rad(90), 0) | |
2320 | a2.CFrame = a2.CFrame * angles(0, Rad(90), 0) | |
2321 | game:GetService("Debris"):AddItem(a, 20) | |
2322 | game:GetService("Debris"):AddItem(a2, 20) | |
2323 | game:GetService("Debris"):AddItem(ba, 20) | |
2324 | local msh = Instance.new("SpecialMesh", a) | |
2325 | msh.MeshType = "Sphere" | |
2326 | msh.Scale = Vector3.new(1, 25, 25) | |
2327 | local msh2 = Instance.new("SpecialMesh", a2) | |
2328 | msh2.MeshType = "Sphere" | |
2329 | msh2.Scale = Vector3.new(1, 30, 30) | |
2330 | for i = 0, 10, 0.1 do | |
2331 | swait() | |
2332 | root.CFrame = FaceMouse()[1] | |
2333 | hum.CameraOffset = Vector3.new(Mrandom(-1,1),0,Mrandom(-1,1)) | |
2334 | a2.Color = maincolor.Color | |
2335 | InnerRing1.CFrame = root.CFrame * CF(0, 0.5, 0) + root.CFrame.lookVector * 4 | |
2336 | ray = Ray.new(InnerRing1.CFrame.p, (mouse.Hit.p - InnerRing1.CFrame.p).unit * 1000) | |
2337 | hit, position, normal = workspace:FindPartOnRay(ray, ignore) | |
2338 | distance = (InnerRing1.CFrame.p - position).magnitude | |
2339 | a.Size = Vector3.new(distance, 1, 1) | |
2340 | a.CFrame = CF(InnerRing1.CFrame.p, position) * CF(0, 0, -distance / 2) | |
2341 | a2.Size = Vector3.new(distance, 1, 1) | |
2342 | a2.CFrame = CF(InnerRing1.CFrame.p, position) * CF(0, 0, -distance / 2) | |
2343 | ba.CFrame = CF(InnerRing1.CFrame.p, position) * CF(0, 0, -distance) | |
2344 | a.CFrame = a.CFrame * angles(0, Rad(90), 0) | |
2345 | a2.CFrame = a2.CFrame * angles(0, Rad(90), 0) | |
2346 | msh.Scale = msh.Scale - Vector3.new(0, 0.25, 0.25) | |
2347 | msh2.Scale = msh2.Scale - Vector3.new(0, 0.3, 0.3) | |
2348 | 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) | |
2349 | 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) | |
2350 | for i, v in pairs(FindNearestHead(ba.CFrame.p, 14.5)) do | |
2351 | if v:FindFirstChild("Head") then | |
2352 | Eviscerate(v) | |
2353 | SoulSteal(v) | |
2354 | end | |
2355 | end | |
2356 | end | |
2357 | a:Destroy() | |
2358 | a2:Destroy() | |
2359 | ba:Destroy() | |
2360 | InnerRing1:Destroy() | |
2361 | attack = false | |
2362 | hum.CameraOffset = Vector3.new(0,0,0) | |
2363 | end | |
2364 | --------------------------------------------------- | |
2365 | local sine=0 | |
2366 | function HitboxFunction(Pose, lifetime, siz1, siz2, siz3, Radie, Min, Max, kb, atype) | |
2367 | local Hitboxpart = Instance.new("Part", EffectModel) | |
2368 | RemoveOutlines(Hitboxpart) | |
2369 | Hitboxpart.Size = Vector3.new(siz1, siz2, siz3) | |
2370 | Hitboxpart.CanCollide = false | |
2371 | Hitboxpart.Transparency = 1 | |
2372 | Hitboxpart.Anchored = true | |
2373 | Hitboxpart.CFrame = Pose | |
2374 | game:GetService("Debris"):AddItem(Hitboxpart, lifetime) | |
2375 | MagniDamage(Hitboxpart, Radie, Min, Max, kb, atype) | |
2376 | end | |
2377 | wait2 = false | |
2378 | combo = 1 | |
2379 | mouse.Button1Down:connect(function(key) | |
2380 | if attack == false then | |
2381 | attack = true | |
2382 | hum.WalkSpeed = 3.01 | |
2383 | if combo == 1 and wait2 == false then | |
2384 | wait2 = true | |
2385 | for i = 0, 1.2, 0.1 do | |
2386 | swait() | |
2387 | rootj.C0 = clerp(rootj.C0, RootCF * CFrame.new(0, -0.5, 0) * angles(math.rad(-5), math.rad(0), math.rad(-35)), 0.3) | |
2388 | tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(math.rad(-10), math.rad(0), math.rad(0)), 0.1) | |
2389 | 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) | |
2390 | LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-25), math.rad(0), math.rad(-10)), 0.3) | |
2391 | 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) | |
2392 | LH.C0 = clerp(LH.C0, CFrame.new(-1, -1, 0) * LHCF * angles(math.rad(-2.5), math.rad(15), math.rad(-20)), 0.3) | |
2393 | end | |
2394 | CreateSound("138097048", ra, 3, .8) | |
2395 | HitboxFunction(ra.CFrame, 0.01, 1, 1, 1, 7, 6, 9, 3, "Normal") | |
2396 | for i = 0, 1.2, 0.1 do | |
2397 | swait() | |
2398 | BlockEffect(maincolor, Handle.CFrame, 21, 41, 21, -2, -3, -2, 0.08, 2) | |
2399 | rootj.C0 = clerp(rootj.C0, RootCF * CFrame.new(0, -0.5, 0) * angles(math.rad(5), math.rad(0), math.rad(55)), 0.3) | |
2400 | tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(math.rad(10), math.rad(0), math.rad(0)), 0.1) | |
2401 | 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) | |
2402 | LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-25), math.rad(0), math.rad(-10)), 0.3) | |
2403 | RH.C0 = clerp(RH.C0, CFrame.new(1, -1, 0) * RHCF * angles(math.rad(-2.5), math.rad(-25), math.rad(-17)), 0.3) | |
2404 | LH.C0 = clerp(LH.C0, CFrame.new(-1, -1, 0) * LHCF * angles(math.rad(-2.5), math.rad(-0), math.rad(0)), 0.3) | |
2405 | end | |
2406 | combo = 2 | |
2407 | end | |
2408 | if combo == 2 and wait2 == false then | |
2409 | wait2 = true | |
2410 | for i = 0, 1.2, 0.1 do | |
2411 | swait() | |
2412 | rootj.C0 = clerp(rootj.C0, RootCF * CFrame.new(0, -0.5, 0) * angles(math.rad(-25), math.rad(10), math.rad(-65)), 0.3) | |
2413 | tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(math.rad(10), math.rad(0), math.rad(0)), 0.1) | |
2414 | RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(10)), 0.1) | |
2415 | LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-25), math.rad(0), math.rad(-10)), 0.3) | |
2416 | RH.C0 = clerp(RH.C0, CFrame.new(1, -1, 0) * RHCF * angles(math.rad(-2.5), math.rad(-25), math.rad(-25)), 0.3) | |
2417 | LH.C0 = clerp(LH.C0, CFrame.new(-1, -1, 0) * LHCF * angles(math.rad(-2.5), math.rad(-0), math.rad(-20)), 0.3) | |
2418 | end | |
2419 | CreateSound("138097048", rl, 3, 1) | |
2420 | HitboxFunction(ll.CFrame, 0.01, 1, 1, 1, 7, 5, 10, 3, "Normal") | |
2421 | for i = 0, 1.6, 0.1 do | |
2422 | swait() | |
2423 | 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) | |
2424 | tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(math.rad(10), math.rad(0), math.rad(0)), 0.1) | |
2425 | RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(54), math.rad(0), math.rad(35)), 0.1) | |
2426 | LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-34), math.rad(0), math.rad(-35)), 0.3) | |
2427 | RH.C0 = clerp(RH.C0, CFrame.new(1, -1, 0) * RHCF * angles(math.rad(-2.5), math.rad(-25), math.rad(95)), 0.3) | |
2428 | LH.C0 = clerp(LH.C0, CFrame.new(-1, -1, 0) * LHCF * angles(math.rad(-4.5), math.rad(-30), math.rad(0)), 0.3) | |
2429 | end | |
2430 | combo = 3 | |
2431 | end | |
2432 | if combo == 3 and wait2 == false then | |
2433 | for i = 0, 1.2, 0.1 do | |
2434 | swait() | |
2435 | rootj.C0 = clerp(rootj.C0, RootCF * CFrame.new(0, -0.5, 0) * angles(math.rad(-5), math.rad(0), math.rad(-35)), 0.3) | |
2436 | tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(math.rad(-10), math.rad(0), math.rad(0)), 0.1) | |
2437 | 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) | |
2438 | LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-25), math.rad(0), math.rad(-10)), 0.3) | |
2439 | 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) | |
2440 | LH.C0 = clerp(LH.C0, CFrame.new(-1, -1, 0) * LHCF * angles(math.rad(-2.5), math.rad(15), math.rad(-20)), 0.3) | |
2441 | end | |
2442 | CreateSound("138097048", ra, 3, .8) | |
2443 | HitboxFunction(ra.CFrame, 0.01, 1, 1, 1, 7, 24, 36, 3, "Normal") | |
2444 | for i = 0, 1.2, 0.1 do | |
2445 | swait() | |
2446 | rootj.C0 = clerp(rootj.C0, RootCF * CFrame.new(0, -0.5, 0) * angles(math.rad(5), math.rad(0), math.rad(35)), 0.3) | |
2447 | tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(math.rad(10), math.rad(0), math.rad(0)), 0.1) | |
2448 | 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) | |
2449 | LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-25), math.rad(0), math.rad(-10)), 0.3) | |
2450 | RH.C0 = clerp(RH.C0, CFrame.new(1, -1, 0) * RHCF * angles(math.rad(-2.5), math.rad(-25), math.rad(-0)), 0.3) | |
2451 | LH.C0 = clerp(LH.C0, CFrame.new(-1, -1, 0) * LHCF * angles(math.rad(-2.5), math.rad(-0), math.rad(0)), 0.3) | |
2452 | end | |
2453 | Effects.Sphere.Create(maincolor, ra.CFrame * CFrame.new(0,-2,0) , 85, 85, 85, 0.1, 0.1, 0.1, 0.03) | |
2454 | Effects.Ring.Create(maincolor, ra.CFrame * CFrame.new(0,-2,0) , 2, 2, 2, 0.1, 0.1, 0.1, 0.03) | |
2455 | HitboxFunction(ra.CFrame, 0.01, 1, 1, 1, 7, 24, 36, 3, "Normal") | |
2456 | for i = 0, 1.2, 0.1 do | |
2457 | swait() | |
2458 | rootj.C0 = clerp(rootj.C0, RootCF * CFrame.new(0, -0.5, 0) * angles(math.rad(5), math.rad(0), math.rad(-35)), 0.3) | |
2459 | tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(math.rad(10), math.rad(0), math.rad(0)), 0.1) | |
2460 | 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) | |
2461 | LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-25), math.rad(0), math.rad(-10)), 0.3) | |
2462 | RH.C0 = clerp(RH.C0, CFrame.new(1, -1, 0) * RHCF * angles(math.rad(-2.5), math.rad(-25), math.rad(-0)), 0.3) | |
2463 | LH.C0 = clerp(LH.C0, CFrame.new(-1, -1, 0) * LHCF * angles(math.rad(-2.5), math.rad(-0), math.rad(0)), 0.3) | |
2464 | end | |
2465 | combo = 1 | |
2466 | end | |
2467 | hum.WalkSpeed = 8 | |
2468 | wait2 = false | |
2469 | attack = false | |
2470 | end | |
2471 | end) | |
2472 | ------------------------------------------ | |
2473 | ||
2474 | ------------------------------------------------------ | |
2475 | -------------------------------------------------- | |
2476 | ||
2477 | ----------------------------------------------------- | |
2478 | function I_REALLY_CANT_STOP() | |
2479 | attack = true | |
2480 | hum.WalkSpeed = 0 | |
2481 | VALUE2 = true | |
2482 | SONG = 205620538 | |
2483 | root.Anchored = true | |
2484 | repeat | |
2485 | swait() | |
2486 | for i = 0, 1, 0.1 do | |
2487 | swait() | |
2488 | 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) | |
2489 | 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) | |
2490 | 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) | |
2491 | 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) | |
2492 | 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) | |
2493 | 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) | |
2494 | end | |
2495 | until VALUE2 == false | |
2496 | attack = false | |
2497 | hum.WalkSpeed = 14 | |
2498 | SONG = 798464853 | |
2499 | root.Anchored = false | |
2500 | end | |
2501 | function Raycast(POSITION, DIRECTION, RANGE, IGNOREDECENDANTS) | |
2502 | return workspace:FindPartOnRay(Ray.new(POSITION, DIRECTION.unit * RANGE), IGNOREDECENDANTS) | |
2503 | end | |
2504 | function My_Favorite_Show_As_A_Kid() | |
2505 | attack = true | |
2506 | hum.WalkSpeed = 0 | |
2507 | Cso("1093102664", hed, 10, 1) | |
2508 | for i = 0, 6, 0.1 do | |
2509 | swait() | |
2510 | 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) | |
2511 | 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) | |
2512 | 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) | |
2513 | 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) | |
2514 | 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) | |
2515 | 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) | |
2516 | end | |
2517 | Cso("1542642349", hed, 10, 1) | |
2518 | for i = 0, 6, 0.1 do | |
2519 | swait() | |
2520 | 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) | |
2521 | 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) | |
2522 | 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) | |
2523 | 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) | |
2524 | 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) | |
2525 | 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) | |
2526 | end | |
2527 | Cso("144508058", hed, 10, 0.8) | |
2528 | for i = 0, 6, 0.1 do | |
2529 | swait() | |
2530 | 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) | |
2531 | 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) | |
2532 | 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) | |
2533 | 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) | |
2534 | 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) | |
2535 | 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) | |
2536 | end | |
2537 | Cso("144508058", hed, 10, 0.8) | |
2538 | Cso("702631545", tors, 7, 1) | |
2539 | HW.Part0 = tors | |
2540 | HW.C0 = clerp(HW.C0, CF(0, -.4, 0) * angles(Rad(-90), Rad(0), Rad(0)), 1) | |
2541 | for i = 0, 6, 0.1 do | |
2542 | swait() | |
2543 | 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) | |
2544 | 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) | |
2545 | 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) | |
2546 | 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) | |
2547 | 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) | |
2548 | 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) | |
2549 | end | |
2550 | Cso("1093102664", hed, 10, 1) | |
2551 | for i = 0, 6, 0.1 do | |
2552 | swait() | |
2553 | 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) | |
2554 | 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) | |
2555 | 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) | |
2556 | 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) | |
2557 | 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) | |
2558 | 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) | |
2559 | end | |
2560 | Cso("1025464252", hed, 10, 1) | |
2561 | for i = 0, 16, 0.1 do | |
2562 | swait() | |
2563 | 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) | |
2564 | 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) | |
2565 | 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) | |
2566 | 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) | |
2567 | 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) | |
2568 | 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) | |
2569 | end | |
2570 | attack = false | |
2571 | HW.Part0 = ra | |
2572 | HW.C0 = clerp(HW.C0, CF(0, -1, 0) * angles(Rad(-90), Rad(0), Rad(0)), 1) | |
2573 | hum.WalkSpeed = 14 | |
2574 | end | |
2575 | --------------------------------------------------------- | |
2576 | ----------------- | |
2577 | local m = Create("Model"){ | |
2578 | Parent = Character, | |
2579 | Name = "WeaponModel" | |
2580 | } | |
2581 | function PlayAnimationFromTable(table, speed, bool) | |
2582 | RootJoint.C0 = clerp(RootJoint.C0, table[1], speed) | |
2583 | Torso.Neck.C0 = clerp(Torso.Neck.C0, table[2], speed) | |
2584 | RW.C0 = clerp(RW.C0, table[3], speed) | |
2585 | LW.C0 = clerp(LW.C0, table[4], speed) | |
2586 | RH.C0 = clerp(RH.C0, table[5], speed) | |
2587 | LH.C0 = clerp(LH.C0, table[6], speed) | |
2588 | if bool == true then | |
2589 | if resetc1 == false then | |
2590 | resetc1 = true | |
2591 | RootJoint.C1 = RootJoint.C1 | |
2592 | Torso.Neck.C1 = Torso.Neck.C1 | |
2593 | RW.C1 = rarmc1 | |
2594 | LW.C1 = larmc1 | |
2595 | RH.C1 = rlegc1 | |
2596 | LH.C1 = llegc1 | |
2597 | end | |
2598 | end | |
2599 | end | |
2600 | ----------------------- | |
2601 | local Reaper = AddInstance("Part",{ | |
2602 | Parent = hed, | |
2603 | CFrame = hed.CFrame, | |
2604 | formFactor = "Symmetric", | |
2605 | Size = Vector3.new(1, 1, 1), | |
2606 | CanCollide = false, | |
2607 | TopSurface = "Smooth", | |
2608 | BottomSurface = "Smooth", | |
2609 | Locked = true, | |
2610 | }) | |
2611 | local Weld = AddInstance("Weld",{ | |
2612 | Parent = Reaper, | |
2613 | Part0 = hed, | |
2614 | C0 = CFrame.new(0, 0, 0)*CFrame.Angles(0, 0, 0), | |
2615 | Part1 = Reaper, | |
2616 | }) | |
2617 | local Mesh = AddInstance("SpecialMesh",{ | |
2618 | Parent = Reaper, | |
2619 | MeshId = "rbxassetid://83499032", | |
2620 | TextureId = "rbxassetid://184744284", | |
2621 | Scale = Vector3.new(1, 1, 1), | |
2622 | VertexColor = Vector3.new(0.3, 0.3, 0.3), | |
2623 | }) | |
2624 | ------------------------------- | |
2625 | ||
2626 | ||
2627 | --[[ | |
2628 | Thanks for using Build-To-Lua by jarredbcv. | |
2629 | ]]-- | |
2630 | ||
2631 | New = function(Object, Parent, Name, Data) | |
2632 | local Object = Instance.new(Object) | |
2633 | for Index, Value in pairs(Data or {}) do | |
2634 | Object[Index] = Value | |
2635 | end | |
2636 | Object.Parent = Parent | |
2637 | Object.Name = Name | |
2638 | return Object | |
2639 | end | |
2640 | ||
2641 | Gaunty = New("Model",char,"Gaunty",{}) | |
2642 | 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),}) | |
2643 | Mesh = New("BlockMesh",Handle,"Mesh",{Scale = Vector3.new(1.03999996, 1, 1.03999996),}) | |
2644 | 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),}) | |
2645 | 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),}) | |
2646 | 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),}) | |
2647 | 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),}) | |
2648 | 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),}) | |
2649 | 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),}) | |
2650 | 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),}) | |
2651 | 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),}) | |
2652 | 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),}) | |
2653 | 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),}) | |
2654 | 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),}) | |
2655 | 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),}) | |
2656 | 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),}) | |
2657 | 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),}) | |
2658 | 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),}) | |
2659 | 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),}) | |
2660 | 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),}) | |
2661 | Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1.03999996, 1, 1.03999996),}) | |
2662 | 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),}) | |
2663 | 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),}) | |
2664 | Mesh = New("BlockMesh",NeonPart,"Mesh",{Scale = Vector3.new(1.03999996, 1, 1.03999996),}) | |
2665 | 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),}) | |
2666 | 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),}) | |
2667 | Mesh = New("BlockMesh",NeonPart,"Mesh",{Scale = Vector3.new(1.03999996, 1, 1.03999996),}) | |
2668 | 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),}) | |
2669 | 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),}) | |
2670 | Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1.03999996, 1, 1.03999996),}) | |
2671 | 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),}) | |
2672 | 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),}) | |
2673 | Mesh = New("BlockMesh",NeonPart,"Mesh",{Scale = Vector3.new(1.03999996, 1, 1.03999996),}) | |
2674 | 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),}) | |
2675 | 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),}) | |
2676 | Mesh = New("BlockMesh",NeonPart,"Mesh",{Scale = Vector3.new(1.03999996, 1, 1.03999996),}) | |
2677 | 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),}) | |
2678 | 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),}) | |
2679 | 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),}) | |
2680 | 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),}) | |
2681 | 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),}) | |
2682 | 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),}) | |
2683 | 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),}) | |
2684 | 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),}) | |
2685 | 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),}) | |
2686 | 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),}) | |
2687 | 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),}) | |
2688 | 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),}) | |
2689 | 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),}) | |
2690 | 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),}) | |
2691 | 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),}) | |
2692 | 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),}) | |
2693 | 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),}) | |
2694 | 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),}) | |
2695 | 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),}) | |
2696 | 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),}) | |
2697 | 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),}) | |
2698 | 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),}) | |
2699 | 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),}) | |
2700 | 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),}) | |
2701 | 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),}) | |
2702 | 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),}) | |
2703 | 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),}) | |
2704 | 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),}) | |
2705 | 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),}) | |
2706 | 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),}) | |
2707 | 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),}) | |
2708 | 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),}) | |
2709 | 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),}) | |
2710 | 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),}) | |
2711 | 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),}) | |
2712 | 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),}) | |
2713 | 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),}) | |
2714 | 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),}) | |
2715 | 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),}) | |
2716 | 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),}) | |
2717 | 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),}) | |
2718 | 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),}) | |
2719 | 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),}) | |
2720 | 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),}) | |
2721 | 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),}) | |
2722 | 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),}) | |
2723 | 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),}) | |
2724 | 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),}) | |
2725 | 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),}) | |
2726 | 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),}) | |
2727 | 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),}) | |
2728 | 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),}) | |
2729 | 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),}) | |
2730 | 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),}) | |
2731 | 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),}) | |
2732 | 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),}) | |
2733 | 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),}) | |
2734 | 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),}) | |
2735 | 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),}) | |
2736 | ||
2737 | Gaunty2 = New("Model",char,"Gaunty2",{}) | |
2738 | 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),}) | |
2739 | Mesh = New("BlockMesh",Handle2,"Mesh",{Scale = Vector3.new(1.03999996, 1, 1.03999996),}) | |
2740 | 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),}) | |
2741 | 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),}) | |
2742 | 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),}) | |
2743 | 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),}) | |
2744 | 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),}) | |
2745 | 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),}) | |
2746 | 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),}) | |
2747 | 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),}) | |
2748 | 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),}) | |
2749 | 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),}) | |
2750 | 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),}) | |
2751 | 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),}) | |
2752 | 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),}) | |
2753 | 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),}) | |
2754 | 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),}) | |
2755 | 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),}) | |
2756 | 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),}) | |
2757 | Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1.03999996, 1, 1.03999996),}) | |
2758 | 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),}) | |
2759 | 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),}) | |
2760 | Mesh = New("BlockMesh",NeonPart,"Mesh",{Scale = Vector3.new(1.03999996, 1, 1.03999996),}) | |
2761 | 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),}) | |
2762 | 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),}) | |
2763 | Mesh = New("BlockMesh",NeonPart,"Mesh",{Scale = Vector3.new(1.03999996, 1, 1.03999996),}) | |
2764 | 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),}) | |
2765 | 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),}) | |
2766 | Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1.03999996, 1, 1.03999996),}) | |
2767 | 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),}) | |
2768 | 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),}) | |
2769 | Mesh = New("BlockMesh",NeonPart,"Mesh",{Scale = Vector3.new(1.03999996, 1, 1.03999996),}) | |
2770 | 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),}) | |
2771 | 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),}) | |
2772 | Mesh = New("BlockMesh",NeonPart,"Mesh",{Scale = Vector3.new(1.03999996, 1, 1.03999996),}) | |
2773 | 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),}) | |
2774 | 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),}) | |
2775 | 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),}) | |
2776 | 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),}) | |
2777 | 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),}) | |
2778 | 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),}) | |
2779 | 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),}) | |
2780 | 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),}) | |
2781 | 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),}) | |
2782 | 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),}) | |
2783 | 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),}) | |
2784 | 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),}) | |
2785 | 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),}) | |
2786 | 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),}) | |
2787 | 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),}) | |
2788 | 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),}) | |
2789 | 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),}) | |
2790 | 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),}) | |
2791 | 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),}) | |
2792 | 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),}) | |
2793 | 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),}) | |
2794 | 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),}) | |
2795 | 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),}) | |
2796 | 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),}) | |
2797 | 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),}) | |
2798 | 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),}) | |
2799 | 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),}) | |
2800 | 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),}) | |
2801 | 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),}) | |
2802 | 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),}) | |
2803 | 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),}) | |
2804 | 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),}) | |
2805 | 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),}) | |
2806 | 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),}) | |
2807 | 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),}) | |
2808 | 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),}) | |
2809 | 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),}) | |
2810 | 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),}) | |
2811 | 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),}) | |
2812 | 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),}) | |
2813 | 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),}) | |
2814 | 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),}) | |
2815 | 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),}) | |
2816 | 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),}) | |
2817 | 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),}) | |
2818 | 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),}) | |
2819 | 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),}) | |
2820 | 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),}) | |
2821 | 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),}) | |
2822 | 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),}) | |
2823 | 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),}) | |
2824 | 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),}) | |
2825 | 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),}) | |
2826 | 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),}) | |
2827 | 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),}) | |
2828 | 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),}) | |
2829 | 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),}) | |
2830 | 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),}) | |
2831 | 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),}) | |
2832 | ||
2833 | ||
2834 | NewInstance = function(instance,parent,properties) | |
2835 | local inst = Instance.new(instance,parent) | |
2836 | if(properties)then | |
2837 | for i,v in next, properties do | |
2838 | pcall(function() inst[i] = v end) | |
2839 | end | |
2840 | end | |
2841 | return inst; | |
2842 | end | |
2843 | ||
2844 | local HW = NewInstance('Motor', char, {Part0 = ra, Part1 = Handle, C0 = CF(0,-.51,0)}) | |
2845 | local HW2 = NewInstance('Motor', char, {Part0 = la, Part1 = Handle2, C0 = CF(0,-.51,0) * angles(Rad(0),Rad(180),Rad(0))}) | |
2846 | ||
2847 | for _,v in next, Gaunty:children() do | |
2848 | v.CanCollide = false | |
2849 | end | |
2850 | for _,v in next, Gaunty2:children() do | |
2851 | v.CanCollide = false | |
2852 | end | |
2853 | local all, last = {}, nil | |
2854 | ArmourParts = {} | |
2855 | NeonParts = {} | |
2856 | function scan(p) | |
2857 | for _, v in pairs(p:GetChildren()) do | |
2858 | if v:IsA("BasePart") then | |
2859 | if v.BrickColor == BrickColor.new("Black") then | |
2860 | table.insert(ArmourParts, v) | |
2861 | end | |
2862 | if v.BrickColor == BrickColor.new("Institutional white") then | |
2863 | table.insert(NeonParts, v) | |
2864 | end | |
2865 | if last then | |
2866 | local w = Instance.new("Weld") | |
2867 | w.Part0, w.Part1 = last, v | |
2868 | w.C0 = v.CFrame:toObjectSpace(last.CFrame):inverse() | |
2869 | w.Parent = last | |
2870 | end | |
2871 | table.insert(all, v) | |
2872 | last = v | |
2873 | end | |
2874 | scan(v) | |
2875 | end | |
2876 | end | |
2877 | scan(Gaunty) | |
2878 | local all2, last2 = {}, nil | |
2879 | ArmourParts2 = {} | |
2880 | NeonParts2 = {} | |
2881 | function scan2(p) | |
2882 | for _, v in pairs(p:GetChildren()) do | |
2883 | if v:IsA("BasePart") then | |
2884 | if v.BrickColor == BrickColor.new("Black") then | |
2885 | table.insert(ArmourParts2, v) | |
2886 | end | |
2887 | if v.BrickColor == BrickColor.new("Institutional white") then | |
2888 | table.insert(NeonParts2, v) | |
2889 | end | |
2890 | if last2 then | |
2891 | local w = Instance.new("Weld") | |
2892 | w.Part0, w.Part1 = last2, v | |
2893 | w.C0 = v.CFrame:toObjectSpace(last2.CFrame):inverse() | |
2894 | w.Parent = last2 | |
2895 | end | |
2896 | table.insert(all2, v) | |
2897 | last2 = v | |
2898 | end | |
2899 | scan2(v) | |
2900 | end | |
2901 | end | |
2902 | scan2(Gaunty2) | |
2903 | for i, v in pairs(ArmourParts) do | |
2904 | v.BrickColor = BrickC("Black") | |
2905 | end | |
2906 | for i, v in pairs(NeonParts) do | |
2907 | v.BrickColor = BrickC("Really red") | |
2908 | end | |
2909 | for i, v in pairs(ArmourParts2) do | |
2910 | v.BrickColor = BrickC("Black") | |
2911 | end | |
2912 | for i, v in pairs(NeonParts2) do | |
2913 | v.BrickColor = BrickC("Really red") | |
2914 | end | |
2915 | maincolor = BrickC("Really red") | |
2916 | ------------ | |
2917 | CFuncs.Sound.Create("1818153677", Character, 5, 1) | |
2918 | if morph == true then | |
2919 | Head.face.Texture = "http://www.roblox.com/asset/?id=176777497" | |
2920 | end | |
2921 | Halfhed=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Really black","Halfhed",Vector3.new(2, 1, 1)) | |
2922 | 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)) | |
2923 | CFuncs.Mesh.Create("SpecialMesh",Halfhed,Enum.MeshType.Head,"",Vector3.new(0, 0, 0),Vector3.new(1.25999999, 0.899999976, 1.25999999)) | |
2924 | Humanoid.WalkSpeed = 0 | |
2925 | Humanoid.AutoRotate = false | |
2926 | if Player.Name ~= "SezHu" then | |
2927 | for i = 0, 10, 0.1 do | |
2928 | swait() | |
2929 | PlayAnimationFromTable({ | |
2930 | 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), | |
2931 | 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))), | |
2932 | 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))), | |
2933 | 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))), | |
2934 | 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), | |
2935 | 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), | |
2936 | }, .1, false) | |
2937 | end | |
2938 | ||
2939 | for i = 0, 2, 0.1 do | |
2940 | swait() | |
2941 | PlayAnimationFromTable({ | |
2942 | 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), | |
2943 | 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))), | |
2944 | 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))), | |
2945 | 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))), | |
2946 | 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), | |
2947 | 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), | |
2948 | }, .1, false) | |
2949 | end | |
2950 | ||
2951 | chatfunc("YOUR FOOL...YOU HAVE BEEN AWAKED ME...", BrickColor.new("Really black").Color) | |
2952 | for i = 0, 8, 0.1 do | |
2953 | swait() | |
2954 | PlayAnimationFromTable({ | |
2955 | 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), | |
2956 | 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))), | |
2957 | 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))), | |
2958 | 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))), | |
2959 | 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), | |
2960 | 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), | |
2961 | }, .1, false) | |
2962 | end | |
2963 | ||
2964 | ||
2965 | chatfunc("AM THE BLACKNESS AM HERE TO...", BrickColor.new("Really black").Color) | |
2966 | for i = 0, 2, 0.1 do | |
2967 | swait() | |
2968 | PlayAnimationFromTable({ | |
2969 | 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), | |
2970 | 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))), | |
2971 | 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))), | |
2972 | 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))), | |
2973 | 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), | |
2974 | 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), | |
2975 | }, .1, false) | |
2976 | end | |
2977 | ||
2978 | chatfunc("TO DESTROY ALL WORLD...", BrickColor.new("Really black").Color) | |
2979 | for i = 0, 6, 0.1 do | |
2980 | swait() | |
2981 | PlayAnimationFromTable({ | |
2982 | 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), | |
2983 | 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))), | |
2984 | 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))), | |
2985 | 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))), | |
2986 | 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), | |
2987 | 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), | |
2988 | }, .1, false) | |
2989 | end | |
2990 | ||
2991 | ||
2992 | for i = 0, 10, 0.1 do | |
2993 | swait() | |
2994 | PlayAnimationFromTable({ | |
2995 | 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), | |
2996 | 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))), | |
2997 | 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))), | |
2998 | 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))), | |
2999 | 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), | |
3000 | 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), | |
3001 | }, .1, false) | |
3002 | end | |
3003 | ||
3004 | for i = 0, 1, 0.1 do | |
3005 | swait() | |
3006 | PlayAnimationFromTable({ | |
3007 | 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), | |
3008 | 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), | |
3009 | 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), | |
3010 | 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), | |
3011 | 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), | |
3012 | 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), | |
3013 | }, .1, false) | |
3014 | end | |
3015 | ||
3016 | chatfunc("NOW DIE!", BrickColor.new("Really black").Color) | |
3017 | for i = 0, 20, 0.1 do | |
3018 | swait() | |
3019 | PlayAnimationFromTable({ | |
3020 | 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), | |
3021 | 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))), | |
3022 | 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))), | |
3023 | 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))), | |
3024 | 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), | |
3025 | 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), | |
3026 | }, .1, false) | |
3027 | end | |
3028 | end | |
3029 | Humanoid.AutoRotate = true | |
3030 | Humanoid.WalkSpeed = 8 | |
3031 | ||
3032 | WingMain=CFuncs.Part.Create(m,Enum.Material.Plastic,0,1,"Medium stone grey","Wing",Vector3.new(2, 2, 1)) | |
3033 | 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)) | |
3034 | Wing=CFuncs.Part.Create(m,Enum.Material.Plastic,0,1,"Medium stone grey","Wing",Vector3.new(2, 2, 1)) | |
3035 | 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)) | |
3036 | ||
3037 | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(0.81062156, 0.200000003, 0.200000003)) | |
3038 | 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)) | |
3039 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.171754241, 0.826475263)) | |
3040 | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(0.278917462, 0.200000003, 0.200000003)) | |
3041 | 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)) | |
3042 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.455075413, 0.826475263)) | |
3043 | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(1.47297621, 0.200000003, 0.200000003)) | |
3044 | 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)) | |
3045 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.280385196, 0.826475263)) | |
3046 | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(0.289486945, 0.200000003, 0.200000003)) | |
3047 | 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)) | |
3048 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.114502862, 0.826475263)) | |
3049 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.01290989, 0.962117612, 0.200000003)) | |
3050 | 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)) | |
3051 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.807391346)) | |
3052 | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(5.42655277, 0.474159241, 0.200000003)) | |
3053 | 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)) | |
3054 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.766287804)) | |
3055 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.544916272, 0.225188985, 0.200000003)) | |
3056 | 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)) | |
3057 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.807391346)) | |
3058 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.401640892, 0.225188985, 0.200000003)) | |
3059 | 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)) | |
3060 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.807391346)) | |
3061 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.52759397, 0.226363361, 0.200000003)) | |
3062 | 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)) | |
3063 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.807391346)) | |
3064 | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(0.950080097, 0.200000003, 0.200000003)) | |
3065 | 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)) | |
3066 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.208453938, 0.826475263)) | |
3067 | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(3.73925114, 0.378740221, 0.200000003)) | |
3068 | 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)) | |
3069 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.766287804)) | |
3070 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.52024531, 1.02788341, 0.200000003)) | |
3071 | 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)) | |
3072 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.807391346)) | |
3073 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.401640892, 0.225188985, 0.200000003)) | |
3074 | 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)) | |
3075 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.807391346)) | |
3076 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(2.14002848, 0.418082207, 0.200000003)) | |
3077 | 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)) | |
3078 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.807391346)) | |
3079 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.401640892, 0.225188985, 0.200000003)) | |
3080 | 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)) | |
3081 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.807391346)) | |
3082 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.974742055, 0.804455996, 0.200000003)) | |
3083 | 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)) | |
3084 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.807391346)) | |
3085 | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(5.80793524, 0.474159241, 0.200000003)) | |
3086 | 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)) | |
3087 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.766287804)) | |
3088 | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(0.30827716, 0.200000003, 0.200000003)) | |
3089 | 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)) | |
3090 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.142394558, 0.826475263)) | |
3091 | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(0.45713082, 0.200000003, 0.200000003)) | |
3092 | 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)) | |
3093 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.230473682, 0.826475263)) | |
3094 | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(0.421605587, 0.200000003, 0.200000003)) | |
3095 | 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)) | |
3096 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.25689742, 0.826475263)) | |
3097 | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(0.487054616, 0.200000003, 0.200000003)) | |
3098 | 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)) | |
3099 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.103197038, 0.496580422)) | |
3100 | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
3101 | 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)) | |
3102 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.837925136, 0.273428023, 0.496580422)) | |
3103 | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(0.885024369, 0.200000003, 0.200000003)) | |
3104 | 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)) | |
3105 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.168466955, 0.496580422)) | |
3106 | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
3107 | 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)) | |
3108 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.86967802, 0.0687980205, 0.496580422)) | |
3109 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.608597696, 0.578079879, 0.200000003)) | |
3110 | 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)) | |
3111 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.485114038)) | |
3112 | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(3.26049519, 0.284894377, 0.200000003)) | |
3113 | 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)) | |
3114 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.46041733)) | |
3115 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.327407956, 0.200000003, 0.200000003)) | |
3116 | 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)) | |
3117 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.67651403, 0.485114038)) | |
3118 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.241322264, 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.33388519, -2.8422184, 0.975570679, 0.97680676, 0.156731039, 0.145890757, 0.144082472, -0.985126555, 0.0936262012, 0.158394992, -0.0704343989, -0.984860539)) | |
3120 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.67651403, 0.485114038)) | |
3121 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.317000091, 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.77849197, 1.42602539, 0.975570679, 0.738243401, -0.653917432, 0.165496022, -0.655673563, -0.75328052, -0.0515824072, 0.158395544, -0.0704309717, -0.984860599)) | |
3123 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.680042028, 0.485114038)) | |
3124 | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(0.570847034, 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(-0.586807251, 1.41965485, 0.975294113, 0.469477713, -0.872112811, 0.137877122, -0.868620872, -0.484208912, -0.105069622, 0.158393875, -0.0704350919, -0.984860659)) | |
3126 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.125247687, 0.496580422)) | |
3127 | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(2.24669528, 0.227562711, 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(-3.43369293, 0.994392395, 0.977506638, 0.807757795, -0.564388096, 0.170274884, -0.567836702, -0.822499335, -0.0325024389, 0.158394963, -0.0704342201, -0.984860539)) | |
3129 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.46041733)) | |
3130 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.913425505, 0.6175946, 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(-1.59708786, 1.17864227, 0.990745544, 0.738243401, -0.653917432, 0.165496022, -0.655673563, -0.75328052, -0.0515824072, 0.158395544, -0.0704309717, -0.984860599)) | |
3132 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.485114038)) | |
3133 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.241322264, 0.200000003, 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(2.54579926, -4.07796478, 0.975561142, -0.144093111, 0.985125124, -0.0936251804, 0.976805389, 0.156741276, 0.145888746, 0.158393607, -0.0704320148, -0.984860957)) | |
3135 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.67651403, 0.485114038)) | |
3136 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.28581667, 0.251201004, 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(-2.98579025, 1.41676712, 0.975572586, 0.738243401, -0.653917432, 0.165496022, -0.655673563, -0.75328052, -0.0515824072, 0.158395544, -0.0704309717, -0.984860599)) | |
3138 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.485114038)) | |
3139 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.241322264, 0.200000003, 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(-3.44179535, -1.88309288, 0.975570679, 0.97680676, 0.156731039, 0.145890757, 0.144082472, -0.985126555, 0.0936262012, 0.158394992, -0.0704343989, -0.984860539)) | |
3141 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.67651403, 0.485114038)) | |
3142 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.585665047, 0.483350217, 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(-2.07318115, -1.10149765, 0.990762711, 0.936944723, 0.325423121, 0.127415001, 0.311521977, -0.942941546, 0.117538534, 0.158394635, -0.0704345256, -0.98486048)) | |
3144 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.485114038)) | |
3145 | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(3.68964601, 0.284894377, 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.93379593, 0.833885193, 0.97751236, 0.807757795, -0.564388096, 0.170274884, -0.567836702, -0.822499335, -0.0325024389, 0.158394963, -0.0704342201, -0.984860539)) | |
3147 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.46041733)) | |
3148 | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000003, 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(-1.53672791, 1.18891907, 0.975282669, 0.780780971, -0.601626933, 0.168600783, -0.604393661, -0.79566586, -0.0403023846, 0.158396885, -0.0704338998, -0.984860182)) | |
3150 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.926127851, 0.0855565146, 0.496580422)) | |
3151 | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(0.274662942, 0.200000003, 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(-1.41918182, -1.06143951, 0.975307465, 0.799823642, 0.594020009, 0.08615347, 0.578959048, -0.801361144, 0.150422826, 0.158394217, -0.0704323947, -0.984860837)) | |
3153 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.138478085, 0.496580422)) | |
3154 | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(0.253317922, 0.200000003, 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(-1.39491653, -1.09104919, 0.990505219, 0.799823642, 0.594020009, 0.08615347, 0.578959048, -0.801361144, 0.150422826, 0.158394217, -0.0704323947, -0.984860837)) | |
3156 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.154354557, 0.496580422)) | |
3157 | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(0.237157717, 0.200000003, 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(-4.98400497, -4.65834808, 0.97530365, 0.541944027, 0.83997786, 0.0270890743, 0.825353324, -0.538030088, 0.171218053, 0.158394113, -0.0704325363, -0.984860778)) | |
3159 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.386941314, 0.702734888)) | |
3160 | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(1.25244117, 0.200000003, 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(-7.41493988, 1.11274576, 0.975286484, 0.983548343, 0.0989940166, 0.151105493, 0.0868522152, -0.992592216, 0.0849561989, 0.158396274, -0.0704346746, -0.984860301)) | |
3162 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.238405704, 0.702734888)) | |
3163 | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(0.689254642, 0.200000003, 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(-4.12310791, 0.369299412, 0.975299835, 0.983485222, 0.0997150019, 0.151042506, 0.0875668824, -0.992520034, 0.0850648731, 0.158394948, -0.0704337284, -0.984860539)) | |
3165 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.146039113, 0.702734888)) | |
3166 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.341506928, 0.200000003, 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(5.58918381, -5.99747467, 0.975639343, -0.808163822, 0.563799143, -0.170299754, 0.567258239, 0.822903275, 0.0323817283, 0.158396989, -0.0704341903, -0.984860182)) | |
3168 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.957367718, 0.686508358)) | |
3169 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.81962168, 0.355486691, 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(-5.893013, 0.90151453, 0.975666046, 0.983717084, 0.0970459804, 0.15127039, 0.0849220082, -0.9927845, 0.0846598297, 0.158394784, -0.0704351366, -0.98486042)) | |
3171 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.686508358)) | |
3172 | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(3.17940784, 0.322034985, 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(-6.39104462, 0.122011185, 0.978439331, 0.967768848, 0.208867997, 0.140704721, 0.195795536, -0.975404143, 0.101247005, 0.158391207, -0.0704343319, -0.984861076)) | |
3174 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.651558757)) | |
3175 | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(4.93836689, 0.403167814, 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(-7.24019623, -0.105118752, 0.97844696, 0.967768848, 0.208867997, 0.140704721, 0.195795536, -0.975404143, 0.101247005, 0.158391207, -0.0704343319, -0.984861076)) | |
3177 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.651558757)) | |
3178 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.448602259, 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(-8.42969513, 0.914595604, 0.975681305, 0.983717084, 0.0970459804, 0.15127039, 0.0849220082, -0.9927845, 0.0846598297, 0.158394784, -0.0704351366, -0.98486042)) | |
3180 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.962360442, 0.686508358)) | |
3181 | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(0.262121707, 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.76428223, 0.469053268, 0.975311279, 0.975750566, 0.16377905, 0.145215094, 0.151071578, -0.983979464, 0.0946669132, 0.158393115, -0.0704334006, -0.984860837)) | |
3183 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.121075168, 0.702734888)) | |
3184 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.828803003, 0.684012294, 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(-2.99297905, -3.72123718, 0.975679398, 0.41831404, 0.908299506, 0.0023191215, 0.894385099, -0.41234833, 0.173333183, 0.158394724, -0.0704335123, -0.984860599)) | |
3186 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.686508358)) | |
3187 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.341506928, 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(-5.09734726, -4.65151978, 0.975683212, 0.567266881, 0.822897196, 0.0323816799, 0.808158159, -0.563807786, 0.170297772, 0.158394575, -0.0704347566, -0.98486048)) | |
3189 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.957367718, 0.686508358)) | |
3190 | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(4.6140852, 0.403167814, 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(-7.05178833, -0.136793137, 0.978439331, 0.967768848, 0.208867997, 0.140704721, 0.195795536, -0.975404143, 0.101247005, 0.158391207, -0.0704343319, -0.984861076)) | |
3192 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.651558757)) | |
3193 | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(0.388688922, 0.200000003, 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(-1.29187584, -3.36907959, 0.975297928, 0.129877433, 0.990271986, -0.0499321222, 0.978796542, -0.120002069, 0.166003123, 0.158396259, -0.0704334378, -0.984860361)) | |
3195 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.195967019, 0.702734888)) | |
3196 | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(0.35848251, 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.37980461, -3.6240921, 0.975297928, 0.129877433, 0.990271986, -0.0499321222, 0.978796542, -0.120002069, 0.166003123, 0.158396259, -0.0704334378, -0.984860361)) | |
3198 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.218434557, 0.702734888)) | |
3199 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.29263294, 0.873988032, 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.16244507, 0.637834072, 0.975681305, 0.983717084, 0.0970459804, 0.15127039, 0.0849220082, -0.9927845, 0.0846598297, 0.158394784, -0.0704351366, -0.98486042)) | |
3201 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.686508358)) | |
3202 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.341506928, 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(-6.35959244, -6.00856781, 0.975675583, 0.567266881, 0.822897196, 0.0323816799, 0.808158159, -0.563807786, 0.170297772, 0.158394575, -0.0704347566, -0.98486048)) | |
3204 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.957367718, 0.686508358)) | |
3205 | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(1.86096573, 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(-2.24846649, 1.54257965, 0.975315094, 0.953437924, -0.248355001, 0.171102479, -0.256646633, -0.966104925, 0.0278172307, 0.158394381, -0.0704348683, -0.984860539)) | |
3207 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.177244052, 0.702734888)) | |
3208 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.68831873, 0.818068683, 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(-2.39190674, 1.80307961, 0.975658417, 0.953437924, -0.248355001, 0.171102479, -0.256646633, -0.966104925, 0.0278172307, 0.158394381, -0.0704348683, -0.984860539)) | |
3210 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.686508358)) | |
3211 | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(0.591511309, 0.200000003, 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(-2.40148163, 1.07713699, 0.975307465, 0.916328549, -0.361034989, 0.173192799, -0.367767662, -0.929888606, 0.00735405693, 0.158394948, -0.0704334453, -0.984860539)) | |
3213 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.125329256, 0.603079915)) | |
3214 | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(0.203526318, 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(-4.16732025, -2.63462067, 0.975311279, 0.857192576, 0.504842818, 0.101758391, 0.490032911, -0.860333264, 0.140337378, 0.158394426, -0.0704311877, -0.984860837)) | |
3216 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.33206898, 0.603079915)) | |
3217 | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(1.07483196, 0.200000003, 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(-5.22596741, 1.71432495, 0.975299835, 0.916060805, -0.361711085, 0.173198923, -0.368434012, -0.929625869, 0.00722825527, 0.158395633, -0.0704338774, -0.984860361)) | |
3219 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.204597339, 0.603079915)) | |
3220 | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(0.211238876, 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(-4.10141754, -2.55089188, 0.975299835, 0.857192576, 0.504842818, 0.101758391, 0.490032911, -0.860333264, 0.140337378, 0.158394426, -0.0704311877, -0.984860837)) | |
3222 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.0835528523, 0.603079915)) | |
3223 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.739121258, 0.702058196, 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(-1.07832718, 1.86931229, 0.975631714, 0.733511806, -0.659313917, 0.165123463, -0.660962224, -0.748561502, -0.052769471, 0.158396706, -0.0704333335, -0.984860241)) | |
3225 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.589154541)) | |
3226 | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(3.95976114, 0.345994473, 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(-5.0059433, 0.763832092, 0.97797966, 0.95138073, -0.255978942, 0.171317115, -0.26417011, -0.964112997, 0.0264637284, 0.158394933, -0.0704339445, -0.984860539)) | |
3228 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.559161127)) | |
3229 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.293077767, 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(-5.30564117, -3.7974968, 0.975625992, 0.871970475, 0.477932125, 0.106058538, 0.463226855, -0.875568628, 0.13711533, 0.158393353, -0.0704313442, -0.984861016)) | |
3231 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.821603239, 0.589154541)) | |
3232 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.384985864, 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(-6.09538269, 1.54205513, 0.975639343, 0.915336847, -0.363533109, 0.173211187, -0.370229512, -0.928914845, 0.00688978424, 0.158393785, -0.0704343617, -0.984860659)) | |
3234 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.825887859, 0.589154541)) | |
3235 | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(0.693274379, 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.0522995, 1.64577866, 0.97530365, 0.733511806, -0.659313917, 0.165123463, -0.660962224, -0.748561502, -0.052769471, 0.158396706, -0.0704333335, -0.984860241)) | |
3237 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.152109027, 0.603079915)) | |
3238 | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(2.72853518, 0.276367128, 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.43891907, 0.985977173, 0.977996826, 0.95138073, -0.255978942, 0.171317115, -0.26417011, -0.964112997, 0.0264637284, 0.158394933, -0.0704339445, -0.984860539)) | |
3240 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.559161127)) | |
3241 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.10932434, 0.750047624, 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(-2.43321991, 1.30454063, 0.975622177, 0.915336847, -0.363533109, 0.173211187, -0.370229512, -0.928914845, 0.00688978424, 0.158393785, -0.0704343617, -0.984860659)) | |
3243 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.589154541)) | |
3244 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.293077767, 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(3.43746948, -4.99491119, 0.975624084, -0.46322152, 0.875570893, -0.137118205, 0.871973038, 0.477927417, 0.106059447, 0.158395112, -0.0704343617, -0.98486048)) | |
3246 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.821603239, 0.589154541)) | |
3247 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.56158078, 0.305075049, 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(-3.91834259, 1.53081131, 0.975627899, 0.915336847, -0.363533109, 0.173211187, -0.370229512, -0.928914845, 0.00688978424, 0.158393785, -0.0704343617, -0.984860659)) | |
3249 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.589154541)) | |
3250 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.293077767, 0.200000003, 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(-4.22235107, -2.63276672, 0.975641251, 0.871970475, 0.477932125, 0.106058538, 0.463226855, -0.875568628, 0.13711533, 0.158393353, -0.0704313442, -0.984861016)) | |
3252 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.821603239, 0.589154541)) | |
3253 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.711270273, 0.587012351, 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(-2.65466309, -1.82859421, 0.975625992, 0.778281987, 0.622716069, 0.0806346312, 0.607608914, -0.779271126, 0.153453276, 0.158394083, -0.070435591, -0.984860599)) | |
3255 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.589154541)) | |
3256 | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(4.32805729, 0.345994473, 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(-5.2126236, 0.791049957, 0.97797966, 0.95138073, -0.255978942, 0.171317115, -0.26417011, -0.964112997, 0.0264637284, 0.158394933, -0.0704339445, -0.984860539)) | |
3258 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.559161127)) | |
3259 | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(0.22495015, 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(-2.14511108, 1.2347908, 0.975299835, 0.938221812, -0.300057828, 0.172352433, -0.307654411, -0.95131731, 0.0185542312, 0.158394471, -0.0704329461, -0.984860659)) | |
3261 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.103905462, 0.603079915)) | |
3262 | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(0.333568811, 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(-1.60148621, -1.61552048, 0.975301743, 0.559441209, 0.82829988, 0.0307382643, 0.813594759, -0.555840254, 0.170602918, 0.158395961, -0.0704338253, -0.98486042)) | |
3264 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.168176889, 0.603079915)) | |
3265 | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(0.307646036, 0.200000003, 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(-1.67691803, -1.83437347, 0.975301743, 0.559441209, 0.82829988, 0.0307382643, 0.813594759, -0.555840254, 0.170602918, 0.158395961, -0.0704338253, -0.98486042)) | |
3267 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.187458321, 0.603079915)) | |
3268 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.336782306, 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(-2.19689178, -7.0763588, 0.975679398, 0.449534893, 0.893223107, 0.00841975678, 0.879108548, -0.444063395, 0.173136115, 0.158388063, -0.0704288334, -0.98486203)) | |
3270 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.761616349, 0.589154541)) | |
3271 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.483554214, 0.333232641, 0.251318902)) | |
3272 | 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)) | |
3273 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.341453254, 0.333232641, 0.251318902)) | |
3274 | 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)) | |
3275 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(2.0836575, 0.333232641, 0.251318902)) | |
3276 | 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)) | |
3277 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.649142921, 0.236052051, 0.251318902)) | |
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.21902466, -0.0409164429, 0.967218399, -0.973333716, -0.178759977, -0.143758848, -0.165928215, 0.981368482, -0.0968699604, 0.15839687, -0.0704331398, -0.984860301)) | |
3279 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.471516728, 0.234877661, 0.251318902)) | |
3280 | 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)) | |
3281 | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Really black","Part",Vector3.new(0.246144727, 0.200000003, 0.200000003)) | |
3282 | 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)) | |
3283 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.0973593965, 0.702734888)) | |
3284 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.88196522, 0.514088511, 0.251318902)) | |
3285 | 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)) | |
3286 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.46827829, 0.952135324, 0.251318902)) | |
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.55020905, 0.0981483459, 0.967208862, 0.857882798, 0.50362891, 0.101956181, 0.488823354, -0.861044288, 0.140194699, 0.158394873, -0.070432052, -0.984860659)) | |
3288 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.837632179, 0.333232641, 0.251318902)) | |
3289 | 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)) | |
3290 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.623012781, 0.333232641, 0.251318902)) | |
3291 | 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)) | |
3292 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(4.53132343, 0.240000069, 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(3.55789185, -1.3742981, 0.975597382, -0.766564727, 0.619903982, -0.16762352, 0.622331142, 0.781507432, 0.0441614315, 0.158374861, -0.0704647228, -0.984861553)) | |
3294 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.67651403, 0.485114038)) | |
3295 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.392539173, 0.333232641, 0.251318902)) | |
3296 | 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)) | |
3297 | Part=CFuncs.Part.Create(m,Enum.Material.Glass,0,0.5,"Really black","Part",Vector3.new(0.313761592, 1.26770866, 1.29358757)) | |
3298 | 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)) | |
3299 | CFuncs.Mesh.Create("SpecialMesh",Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1)) | |
3300 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(7.26164198, 0.255189061, 0.200000003)) | |
3301 | 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)) | |
3302 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.807391346)) | |
3303 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(6.94150734, 0.400000006, 0.200000003)) | |
3304 | 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)) | |
3305 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.957367718, 0.686508358)) | |
3306 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.482433408, 0.200000003, 0.200000003)) | |
3307 | 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)) | |
3308 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.887468517, 0.686508358)) | |
3309 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(5.6530838, 0.400000006, 0.200000003)) | |
3310 | 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)) | |
3311 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.821603239, 0.589154541)) | |
3312 | WingBox1=CFuncs.Part.Create(m,Enum.Material.Plastic,0,1,"Medium stone grey","WingBox1",Vector3.new(4.75000143, 0.859998941, 1)) | |
3313 | 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)) | |
3314 | WingBox2=CFuncs.Part.Create(m,Enum.Material.Plastic,0,1,"Medium stone grey","WingBox2",Vector3.new(5.95000172, 0.859998941, 1)) | |
3315 | 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)) | |
3316 | WingBox3=CFuncs.Part.Create(m,Enum.Material.Plastic,0,1,"Medium stone grey","WingBox3",Vector3.new(7.54000759, 0.859998941, 1)) | |
3317 | 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)) | |
3318 | WingBox4=CFuncs.Part.Create(m,Enum.Material.Plastic,0,1,"Medium stone grey","WingBox4",Vector3.new(7.54000759, 1.04999876, 1)) | |
3319 | 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)) | |
3320 | ||
3321 | Tattoo=CFuncs.Part.Create(m,Enum.Material.Plastic,0,1,"Medium stone grey","Tattoo",Vector3.new(0.610001087, 1, 0.890000403)) | |
3322 | 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)) | |
3323 | tat=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright green","tat",Vector3.new(0.0619654022, 0.0619653948, 0.0619653761)) | |
3324 | 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)) | |
3325 | CFuncs.Mesh.Create("BlockMesh",tat,"","",Vector3.new(0, 0, 0),Vector3.new(0.644121528, 0.220589519, 0.328677952)) | |
3326 | tat=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright green","tat",Vector3.new(0.0644314513, 0.0619653948, 0.0619653761)) | |
3327 | 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)) | |
3328 | CFuncs.Mesh.Create("BlockMesh",tat,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.106284358, 0.220589191)) | |
3329 | tat=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright green","tat",Vector3.new(0.0693014264, 0.0619653948, 0.0619653761)) | |
3330 | 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)) | |
3331 | CFuncs.Mesh.Create("BlockMesh",tat,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.220589519, 0.213971585)) | |
3332 | tat=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright green","tat",Vector3.new(0.0644314513, 0.0619653948, 0.0619653761)) | |
3333 | 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)) | |
3334 | CFuncs.Mesh.Create("BlockMesh",tat,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.106284358, 0.220589191)) | |
3335 | tat=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright green","tat",Vector3.new(0.0619654022, 0.0619653948, 0.0619653761)) | |
3336 | 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)) | |
3337 | CFuncs.Mesh.Create("SpecialMesh",tat,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.882358313, 0.604415238, 0.580149591)) | |
3338 | tat=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright green","tat",Vector3.new(0.0619654022, 0.0619653948, 0.0619653761)) | |
3339 | 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)) | |
3340 | CFuncs.Mesh.Create("BlockMesh",tat,"","",Vector3.new(0, 0, 0),Vector3.new(0.611055255, 0.229529798, 0.220589191)) | |
3341 | tat=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright green","tat",Vector3.new(0.0751109943, 0.0619653948, 0.0619653761)) | |
3342 | 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)) | |
3343 | CFuncs.Mesh.Create("BlockMesh",tat,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.179678485, 0.220589191)) | |
3344 | tat=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright green","tat",Vector3.new(0.0619654022, 0.0619653948, 0.0619653761)) | |
3345 | 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)) | |
3346 | CFuncs.Mesh.Create("BlockMesh",tat,"","",Vector3.new(0, 0, 0),Vector3.new(0.644121528, 0.220589519, 0.328677952)) | |
3347 | tat=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright green","tat",Vector3.new(0.0619654022, 0.202163279, 0.263536245)) | |
3348 | 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)) | |
3349 | CFuncs.Mesh.Create("SpecialMesh",tat,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.882358313, 1, 1)) | |
3350 | tat=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright green","tat",Vector3.new(0.0644314513, 0.0619653948, 0.0619653761)) | |
3351 | 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)) | |
3352 | CFuncs.Mesh.Create("BlockMesh",tat,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.106284358, 0.220589191)) | |
3353 | tat=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright green","tat",Vector3.new(0.0693014264, 0.0619653948, 0.0619653761)) | |
3354 | 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)) | |
3355 | CFuncs.Mesh.Create("BlockMesh",tat,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.220589519, 0.213971585)) | |
3356 | tat=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright green","tat",Vector3.new(0.0619654022, 0.0619653948, 0.0619653761)) | |
3357 | 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)) | |
3358 | CFuncs.Mesh.Create("BlockMesh",tat,"","",Vector3.new(0, 0, 0),Vector3.new(0.88676995, 0.220589519, 0.441178381)) | |
3359 | tat=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright green","tat",Vector3.new(0.0619654022, 0.0619653948, 0.0619653761)) | |
3360 | 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)) | |
3361 | CFuncs.Mesh.Create("BlockMesh",tat,"","",Vector3.new(0, 0, 0),Vector3.new(0.611055255, 0.229529798, 0.220589191)) | |
3362 | tat=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright green","tat",Vector3.new(0.0619654022, 0.0619653948, 0.0619653761)) | |
3363 | 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)) | |
3364 | CFuncs.Mesh.Create("BlockMesh",tat,"","",Vector3.new(0, 0, 0),Vector3.new(0.88676995, 0.220589519, 0.441178381)) | |
3365 | tat=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright green","tat",Vector3.new(0.0693014264, 0.0619653948, 0.0619653761)) | |
3366 | 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)) | |
3367 | CFuncs.Mesh.Create("BlockMesh",tat,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.220589519, 0.213971585)) | |
3368 | tat=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright green","tat",Vector3.new(0.0619654022, 0.0619653948, 0.0619653761)) | |
3369 | 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)) | |
3370 | CFuncs.Mesh.Create("SpecialMesh",tat,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.882358313, 0.604415238, 0.580149591)) | |
3371 | tat=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright green","tat",Vector3.new(0.0619654022, 0.0619653948, 0.0619653761)) | |
3372 | 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)) | |
3373 | CFuncs.Mesh.Create("BlockMesh",tat,"","",Vector3.new(0, 0, 0),Vector3.new(0.88676995, 0.220589519, 0.441178381)) | |
3374 | tat=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright green","tat",Vector3.new(0.0644314513, 0.0619653948, 0.0619653761)) | |
3375 | 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)) | |
3376 | CFuncs.Mesh.Create("BlockMesh",tat,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.106284358, 0.220589191)) | |
3377 | tat=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright green","tat",Vector3.new(0.0619654022, 0.0619653948, 0.0619653761)) | |
3378 | 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)) | |
3379 | CFuncs.Mesh.Create("BlockMesh",tat,"","",Vector3.new(0, 0, 0),Vector3.new(0.88676995, 0.220589519, 0.441178381)) | |
3380 | tat=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright green","tat",Vector3.new(0.0619654022, 0.0619653948, 0.0619653761)) | |
3381 | 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)) | |
3382 | CFuncs.Mesh.Create("BlockMesh",tat,"","",Vector3.new(0, 0, 0),Vector3.new(0.644121528, 0.220589519, 0.328677952)) | |
3383 | tat=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright green","tat",Vector3.new(0.0619654022, 0.0619653948, 0.0619653761)) | |
3384 | 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)) | |
3385 | CFuncs.Mesh.Create("SpecialMesh",tat,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.641915858, 0.604415238, 0.580149591)) | |
3386 | tat=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright green","tat",Vector3.new(0.0619654022, 0.0619653948, 0.0619653761)) | |
3387 | 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)) | |
3388 | CFuncs.Mesh.Create("BlockMesh",tat,"","",Vector3.new(0, 0, 0),Vector3.new(0.611055255, 0.229529798, 0.220589191)) | |
3389 | tat=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright green","tat",Vector3.new(0.0619654022, 0.0619653948, 0.0619653761)) | |
3390 | 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)) | |
3391 | CFuncs.Mesh.Create("SpecialMesh",tat,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.882358313, 0.604415238, 0.580149591)) | |
3392 | tat=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright green","tat",Vector3.new(0.0619654022, 0.0619653948, 0.0619653761)) | |
3393 | 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)) | |
3394 | CFuncs.Mesh.Create("SpecialMesh",tat,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.882358313, 0.604415238, 0.580149591)) | |
3395 | tat=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright green","tat",Vector3.new(0.0619654022, 0.0619653948, 0.0619653761)) | |
3396 | 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)) | |
3397 | CFuncs.Mesh.Create("BlockMesh",tat,"","",Vector3.new(0, 0, 0),Vector3.new(0.88676995, 0.220589519, 0.441178381)) | |
3398 | tat=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright green","tat",Vector3.new(0.0619654022, 0.0619653948, 0.0619653761)) | |
3399 | 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)) | |
3400 | CFuncs.Mesh.Create("SpecialMesh",tat,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.882358313, 0.604415238, 0.580149591)) | |
3401 | tat=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright green","tat",Vector3.new(0.0619654022, 0.0619653948, 0.0619653761)) | |
3402 | 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)) | |
3403 | CFuncs.Mesh.Create("SpecialMesh",tat,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.882358313, 0.604415238, 0.580149591)) | |
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.329029083, 0.368404984, 0.194297791, 0, -0.555127263, 0.831765413, -1, 0, 0, 0, -0.831765413, -0.555127263)) | |
3406 | CFuncs.Mesh.Create("BlockMesh",tat,"","",Vector3.new(0, 0, 0),Vector3.new(0.88676995, 0.220589519, 0.441178381)) | |
3407 | tat=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright green","tat",Vector3.new(0.0751109943, 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.313224792, -0.190081596, 0.368412018, 0, 0.997878134, -0.0651090071, 0, -0.0651090071, -0.997878134, -1, 0, 0)) | |
3409 | CFuncs.Mesh.Create("BlockMesh",tat,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.179678485, 0.220589191)) | |
3410 | tat=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright green","tat",Vector3.new(0.0751109943, 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.219703674, -0.197059631, 0.368417025, 0, -0.402481139, -0.915428281, 0, -0.915428281, 0.402481169, -1, 0, 0)) | |
3412 | CFuncs.Mesh.Create("BlockMesh",tat,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.179678485, 0.220589191)) | |
3413 | tat=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright green","tat",Vector3.new(0.0619654022, 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.347500026, -0.21005249, -0.109327316, 1, 0, 0, 0, -1, 0, 0, 0, -1)) | |
3415 | CFuncs.Mesh.Create("SpecialMesh",tat,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.882358313, 0.604415238, 0.580149591)) | |
3416 | tat=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright green","tat",Vector3.new(0.0751109943, 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.3074646, -0.242515564, 0.369079769, 0.000611000229, -0.997879326, -0.065090023, 0.00027400002, -0.0650898665, 0.997879446, -0.999999881, -0.000627539179, 0.000233649014)) | |
3418 | CFuncs.Mesh.Create("BlockMesh",tat,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.179678485, 0.220589191)) | |
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.175128937, -0.216575623, -0.369184375, -0.000537999789, -0.595736682, 0.803179622, 0.000395000359, -0.80317986, -0.595736563, 0.999999762, -3.24988355e-06, 0.000667426735)) | |
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.0619654022, 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.373477936, 0.368407011, 0.276912689, 0, -0.591739953, -0.80612886, -1, 0, 0, 0, 0.80612886, -0.591739953)) | |
3424 | CFuncs.Mesh.Create("BlockMesh",tat,"","",Vector3.new(0, 0, 0),Vector3.new(0.88676995, 0.220589519, 0.441178381)) | |
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.347499013, 0.438827515, -0.0378713608, 1, 0, 0, 0, -1, 0, 0, 0, -1)) | |
3427 | CFuncs.Mesh.Create("SpecialMesh",tat,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.882358313, 0.604415238, 0.580149591)) | |
3428 | tat=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright green","tat",Vector3.new(0.0693014264, 0.0619653948, 0.0619653761)) | |
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.182982445, 0.369170189, 0.162239075, 0.000636000244, 0.309764117, -0.950813353, -0.999999762, -2.90834219e-08, -0.000668910507, -0.000207232108, 0.950813532, 0.309764028)) | |
3430 | CFuncs.Mesh.Create("BlockMesh",tat,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.220589519, 0.213971585)) | |
3431 | tat=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright green","tat",Vector3.new(0.0619654022, 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.380187988, 0.368409038, 0.238204956, 0, 0.980615497, -0.19594191, -1, 0, 0, 0, 0.19594191, 0.980615497)) | |
3433 | CFuncs.Mesh.Create("BlockMesh",tat,"","",Vector3.new(0, 0, 0),Vector3.new(0.88676995, 0.220589519, 0.441178381)) | |
3434 | tat=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright green","tat",Vector3.new(0.0619654022, 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.210956573, 0.369197965, 0.188514709, 0.000599000137, 0.443314105, -0.896366239, -0.999999762, 1.00843096e-07, -0.000668203749, -0.000296133716, 0.896366358, 0.443313986)) | |
3436 | CFuncs.Mesh.Create("BlockMesh",tat,"","",Vector3.new(0, 0, 0),Vector3.new(0.644121528, 0.220589519, 0.328677952)) | |
3437 | ||
3438 | spawn(function() | |
3439 | while true do | |
3440 | for _,v in pairs(m:children()) do | |
3441 | if v:IsA("Part") and v.Name == "tat" then | |
3442 | v.Color = maincol2 | |
3443 | end | |
3444 | end | |
3445 | swait() | |
3446 | end | |
3447 | end) | |
3448 | ------------------------------------------------------------------------------------------------ | |
3449 | ||
3450 | function Laugh() | |
3451 | attack = true | |
3452 | hum.WalkSpeed = 1.01 | |
3453 | Character.Head.face.Texture = "rbxassetid://360687027" | |
3454 | CreateSound("290084602", tors, 10, 1) | |
3455 | for i = 0,6.2,0.1 do | |
3456 | swait() | |
3457 | 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) | |
3458 | tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(-30), Rad(0), Rad(0)), 0.3) | |
3459 | 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) | |
3460 | 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) | |
3461 | 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) | |
3462 | 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) | |
3463 | end | |
3464 | for i = 0,6.2,0.1 do | |
3465 | swait() | |
3466 | 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) | |
3467 | tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(0), Rad(0), Rad(0)), 0.3) | |
3468 | 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) | |
3469 | 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) | |
3470 | 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) | |
3471 | 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) | |
3472 | end | |
3473 | attack = false | |
3474 | Character.Head.face.Texture = "rbxassetid://176777497" | |
3475 | hum.WalkSpeed = 16 | |
3476 | end | |
3477 | ---------------------------------------------------------------- | |
3478 | function RArmTrace() | |
3479 | for _,v in next, Character:GetChildren() do | |
3480 | if(v:IsA'Part') and v == RightArm and v ~= RootPart then | |
3481 | local trace = Instance.new("Part") | |
3482 | trace.Parent = Character | |
3483 | trace.Size = v.Size | |
3484 | trace.Material = "Neon" | |
3485 | trace.Color = maincol | |
3486 | trace.Transparency = .3 | |
3487 | trace.Anchored = true | |
3488 | trace.CanCollide = false | |
3489 | trace.CFrame = v.CFrame | |
3490 | Tween(trace,{Transparency=1},.5) | |
3491 | game:GetService("Debris"):AddItem(trace, 1) | |
3492 | if v.Name == "Head" then | |
3493 | local mehs = Instance.new("CylinderMesh",trace) | |
3494 | mehs.Scale = Vector3.new(1.25,1.25,1.25) | |
3495 | end | |
3496 | end | |
3497 | end | |
3498 | end | |
3499 | ||
3500 | function PlayAnimationFromTable(table, speed, bool) | |
3501 | RootJoint.C0 = clerp(RootJoint.C0, table[1], speed) | |
3502 | Torso.Neck.C0 = clerp(Torso.Neck.C0, table[2], speed) | |
3503 | RW.C0 = clerp(RW.C0, table[3], speed) | |
3504 | LW.C0 = clerp(LW.C0, table[4], speed) | |
3505 | RH.C0 = clerp(RH.C0, table[5], speed) | |
3506 | LH.C0 = clerp(LH.C0, table[6], speed) | |
3507 | if bool == true then | |
3508 | if resetc1 == false then | |
3509 | resetc1 = true | |
3510 | RootJoint.C1 = RootJoint.C1 | |
3511 | Torso.Neck.C1 = Torso.Neck.C1 | |
3512 | RW.C1 = rarmc1 | |
3513 | LW.C1 = larmc1 | |
3514 | RH.C1 = rlegc1 | |
3515 | LH.C1 = llegc1 | |
3516 | end | |
3517 | end | |
3518 | end | |
3519 | ||
3520 | ArtificialHB = Create("BindableEvent"){ | |
3521 | Parent = script, | |
3522 | Name = "Heartbeat", | |
3523 | } | |
3524 | ||
3525 | script:WaitForChild("Heartbeat") | |
3526 | ||
3527 | frame = 1 / 45 | |
3528 | tf = 0 | |
3529 | allowframeloss = false | |
3530 | tossremainder = false | |
3531 | lastframe = tick() | |
3532 | script.Heartbeat:Fire() | |
3533 | ||
3534 | game:GetService("RunService").Heartbeat:connect(function(s, p) | |
3535 | tf = tf + s | |
3536 | if tf >= frame then | |
3537 | if allowframeloss then | |
3538 | script.Heartbeat:Fire() | |
3539 | lastframe = tick() | |
3540 | else | |
3541 | for i = 1, math.floor(tf / frame) do | |
3542 | script.Heartbeat:Fire() | |
3543 | end | |
3544 | lastframe = tick() | |
3545 | end | |
3546 | if tossremainder then | |
3547 | tf = 0 | |
3548 | else | |
3549 | tf = tf - frame * math.floor(tf / frame) | |
3550 | end | |
3551 | end | |
3552 | end) | |
3553 | ||
3554 | local slashsound3 = Instance.new("Sound", hed) | |
3555 | slashsound3.SoundId = "rbxassetid://907332040" | |
3556 | slashsound3.Volume = 1000000000000 | |
3557 | --//=================================\\ | |
3558 | --|| ASSIGN THINGS TO KEYS | |
3559 | --\\=================================// | |
3560 | function kdown(k) | |
3561 | if k == "q" then | |
3562 | Sayonara() | |
3563 | elseif k == "e" then | |
3564 | Destruction() | |
3565 | elseif k == "t" then | |
3566 | Laugh() | |
3567 | elseif k == "y" then | |
3568 | Technobeam() | |
3569 | elseif k == "f" then | |
3570 | LaughV2() | |
3571 | end | |
3572 | end | |
3573 | ||
3574 | mou.KeyDown:connect(kdown) | |
3575 | ||
3576 | ||
3577 | --//=================================\\ | |
3578 | --\\=================================// | |
3579 | ||
3580 | ||
3581 | function unanchor() | |
3582 | if UNANCHOR == true then | |
3583 | g = Character:GetChildren() | |
3584 | for i = 1, #g do | |
3585 | if g[i].ClassName == "Part" then | |
3586 | g[i].Anchored = false | |
3587 | end | |
3588 | end | |
3589 | end | |
3590 | end | |
3591 | --------------------------------------- | |
3592 | ----------------------- | |
3593 | Circle = nil | |
3594 | CircleParts = {} | |
3595 | Equipped = false | |
3596 | ||
3597 | function RayCast(Position, Direction, MaxDistance, IgnoreList) | |
3598 | return game:GetService("Workspace"):FindPartOnRayWithIgnoreList(Ray.new(Position, Direction.unit * (MaxDistance or 999.999)), IgnoreList) | |
3599 | end | |
3600 | Equipped = true | |
3601 | Circle = Instance.new("Model") | |
3602 | Circle.Name = "Circle" | |
3603 | Angle = 0 | |
3604 | for i = 1, 1 do | |
3605 | local CirclePart = Instance.new("Part") | |
3606 | CirclePart.Name = "CirclePart" | |
3607 | CirclePart.Transparency = 1 | |
3608 | CirclePart.BrickColor = BrickColor.new("Really black") | |
3609 | CirclePart.Material = Enum.Material.Plastic | |
3610 | CirclePart.Shape = Enum.PartType.Block | |
3611 | CirclePart.FormFactor = Enum.FormFactor.Custom | |
3612 | CirclePart.TopSurface = Enum.SurfaceType.Smooth | |
3613 | CirclePart.BottomSurface = Enum.SurfaceType.Smooth | |
3614 | CirclePart.Anchored = true | |
3615 | CirclePart.CanCollide = false | |
3616 | CirclePart.Locked = true | |
3617 | CirclePart.Size = Vector3.new(10, 0.2, 10) | |
3618 | local Aura = Instance.new('ParticleEmitter') | |
3619 | Aura.Name = "Aura" | |
3620 | Aura.Texture = "rbxassetid://771221224" | |
3621 | Aura.Parent = CirclePart | |
3622 | Aura.LightEmission = 0 | |
3623 | Aura.Transparency = NumberSequence.new(0.2,0.4,1) | |
3624 | Aura.Color = ColorSequence.new(Color3.new(255/255, 255/255, 0/255),Color3.new(255/200, 200/200, 200/200)) | |
3625 | Aura.Size = NumberSequence.new(0.9,0.5,0.3) | |
3626 | Aura.LockedToPart = false | |
3627 | Aura.Lifetime = NumberRange.new(1) | |
3628 | Aura.Rate = 50 | |
3629 | Aura.Speed = NumberRange.new(2.5) | |
3630 | Aura.SpreadAngle = Vector2.new(80,80) | |
3631 | local BlockMesh = Instance.new("BlockMesh") | |
3632 | BlockMesh.Scale = Vector3.new(1, (1 + (0.005 * i)), 1) | |
3633 | BlockMesh.Parent = CirclePart | |
3634 | CirclePart.Parent = Circle | |
3635 | local Star = Instance.new("Decal", CirclePart) | |
3636 | Star.Texture = "http://www.roblox.com/asset/?id=68854060" | |
3637 | Star.Face = "Top" | |
3638 | local Light = Instance.new("PointLight", CirclePart) | |
3639 | Light.Color = Color3.new(.20,0,0) | |
3640 | Light.Brightness = 100 | |
3641 | Light.Range = 15 | |
3642 | table.insert(CircleParts, CirclePart) | |
3643 | end | |
3644 | Spawn(function() | |
3645 | while Equipped and Humanoid.Parent and Torso.Parent do | |
3646 | if Angle == 360 then | |
3647 | Angle = 0 | |
3648 | end | |
3649 | Angle = Angle + 0.05 | |
3650 | local Hit, EndPosition = RayCast(Torso.Position, Vector3.new(0, -1, 0), (Torso.Size.Y * 6.5), {Character}) | |
3651 | if Hit then | |
3652 | if not Circle.Parent then | |
3653 | Circle.Parent = Character | |
3654 | end | |
3655 | for i, v in pairs(CircleParts) do | |
3656 | v.CFrame = CFrame.new(Torso.Position.X, EndPosition.Y, Torso.Position.Z) * CFrame.Angles(0, (Angle + i), 0) | |
3657 | end | |
3658 | else | |
3659 | Circle.Parent = nil | |
3660 | end | |
3661 | wait() | |
3662 | end | |
3663 | end) | |
3664 | --------------------------- | |
3665 | while true do | |
3666 | swait() | |
3667 | sine = sine + change | |
3668 | local torvel = (root.Velocity * Vector3.new(1, 0, 1)).magnitude | |
3669 | local velderp = root.Velocity.y | |
3670 | hitfloor, posfloor = rayCast(root.Position, CFrame.new(root.Position, root.Position - Vector3.new(0, 1, 0)).lookVector, 4* Player_Size, char) | |
3671 | if equipped == true or equipped == false then | |
3672 | if attack == false then | |
3673 | idle = idle + 1 | |
3674 | else | |
3675 | idle = 0 | |
3676 | end | |
3677 | local Landed = false | |
3678 | if(hitfloor)then | |
3679 | WasAir = false | |
3680 | else | |
3681 | WasAir = true | |
3682 | end | |
3683 | if(WasAir == false)then | |
3684 | if(InAir == true)then | |
3685 | LandTick = time() | |
3686 | Landed = true | |
3687 | end | |
3688 | end | |
3689 | if(time()-LandTick < .3)then | |
3690 | Landed = true | |
3691 | end | |
3692 | if(hitfloor)then | |
3693 | InAir = false | |
3694 | else | |
3695 | InAir = true | |
3696 | end | |
3697 | 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) | |
3698 | local Walking = (math.abs(root.Velocity.x) > 1 or math.abs(root.Velocity.z) > 1) | |
3699 | 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") | |
3700 | if(State == 'Jump')then | |
3701 | hum.WalkSpeed = 15 | |
3702 | hum.JumpPower = 50 | |
3703 | if attack == false then | |
3704 | rootj.C0 = clerp(rootj.C0, RootCF * angles(math.min(math.max(root.Velocity.Y/100,-Rad(65)),Rad(65)),0,0),0.3) | |
3705 | tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(-10), Rad(0), Rad(0)), 0.3) | |
3706 | 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) | |
3707 | 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) | |
3708 | LH.C0=clerp(LH.C0, CF(-1,-.4-0.1 * Cos(sine / 20), -.6) * LHCF * angles(Rad(-5), Rad(-0), Rad(20)), 0.15) | |
3709 | RH.C0=clerp(RH.C0, CF(1,-1-0.1 * Cos(sine / 20), -.3) * angles(Rad(0), Rad(90), Rad(0)), .3) | |
3710 | end | |
3711 | elseif(State == 'Fall')then | |
3712 | if attack == false then | |
3713 | rootj.C0 = clerp(rootj.C0, RootCF * angles(math.min(math.max(root.Velocity.Y/100,-Rad(65)),Rad(65)),0,0),0.3) | |
3714 | tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(10), Rad(0), Rad(0)), 0.3) | |
3715 | 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) | |
3716 | 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) | |
3717 | LH.C0 = clerp(LH.C0, CF(-1,-.4-0.1 * Cos(sine / 20), -.6) * LHCF * angles(Rad(-5), Rad(-0), Rad(20)), 0.15) | |
3718 | RH.C0 = clerp(RH.C0, CF(1,-1-0.1 * Cos(sine / 20), -.3) * angles(Rad(0), Rad(90), Rad(0)), .3) | |
3719 | end | |
3720 | elseif(State == 'Idle')then | |
3721 | change = 1 | |
3722 | if attack == false then | |
3723 | 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) | |
3724 | tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(30 - 2.5 * Sin(sine / 18)), Rad(0), Rad(0)), 0.3) | |
3725 | if Mrandom(1,15) == 1 then | |
3726 | 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) | |
3727 | end | |
3728 | 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) | |
3729 | 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) | |
3730 | 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) | |
3731 | 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) | |
3732 | end | |
3733 | elseif(State == 'Walk')then | |
3734 | change = 1 | |
3735 | hum.WalkSpeed = 15 | |
3736 | hum.JumpPower = 50 | |
3737 | if attack == false then | |
3738 | tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(30 - 2.5 * Sin(sine / 20)), Rad(0), Rad(0)), 0.3) | |
3739 | if Mrandom(1,15) == 1 then | |
3740 | 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) | |
3741 | end | |
3742 | 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) | |
3743 | 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) | |
3744 | 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) | |
3745 | 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) | |
3746 | end | |
3747 | end | |
3748 | end | |
3749 | for _, c in pairs(char:GetChildren()) do | |
3750 | if c.ClassName == "Part" and c.Name ~= "Detail" then | |
3751 | c.Color = Color3.new(0,0,0) | |
3752 | if c:FindFirstChildOfClass("ParticleEmitter") then | |
3753 | c:FindFirstChildOfClass("ParticleEmitter"):remove() | |
3754 | end | |
3755 | elseif c.ClassName == "CharacterMesh" or c.ClassName == "Accessory" or c.Name == "Body Colors" then | |
3756 | c:remove() | |
3757 | elseif (c.ClassName == "Shirt" or c.ClassName == "Pants") and c.Name ~= "Cloth" then | |
3758 | c:remove() | |
3759 | end | |
3760 | end | |
3761 | Music.SoundId = "rbxassetid://"..SONG | |
3762 | Music.Looped = true | |
3763 | Music.Pitch = 1 | |
3764 | Music.Volume = 3 | |
3765 | Music.Parent = char | |
3766 | Music:Resume() | |
3767 | if 0 < #Effects then | |
3768 | for e = 1, #Effects do | |
3769 | if Effects[e] ~= nil then | |
3770 | local Thing = Effects[e] | |
3771 | if Thing ~= nil then | |
3772 | local Part = Thing[1] | |
3773 | local Mode = Thing[2] | |
3774 | local Delay = Thing[3] | |
3775 | local IncX = Thing[4] | |
3776 | local IncY = Thing[5] | |
3777 | local IncZ = Thing[6] | |
3778 | if 1 >= Thing[1].Transparency then | |
3779 | if Thing[2] == "Block1" then | |
3780 | Thing[1].CFrame = Thing[1].CFrame * CFrame.fromEulerAnglesXYZ(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50)) | |
3781 | local Mesh = Thing[1].Mesh | |
3782 | Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6]) | |
3783 | Thing[1].Transparency = Thing[1].Transparency + Thing[3] | |
3784 | elseif Thing[2] == "Block2" then | |
3785 | Thing[1].CFrame = Thing[1].CFrame + Vector3.new(0, 0, 0) | |
3786 | local Mesh = Thing[7] | |
3787 | Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6]) | |
3788 | Thing[1].Transparency = Thing[1].Transparency + Thing[3] | |
3789 | elseif Thing[2] == "Block3" then | |
3790 | 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) | |
3791 | local Mesh = Thing[7] | |
3792 | Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6]) | |
3793 | Thing[1].Transparency = Thing[1].Transparency + Thing[3] | |
3794 | elseif Thing[2] == "Cylinder" then | |
3795 | local Mesh = Thing[1].Mesh | |
3796 | Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6]) | |
3797 | Thing[1].Transparency = Thing[1].Transparency + Thing[3] | |
3798 | elseif Thing[2] == "Blood" then | |
3799 | local Mesh = Thing[7] | |
3800 | Thing[1].CFrame = Thing[1].CFrame * Vector3.new(0, 0.5, 0) | |
3801 | Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6]) | |
3802 | Thing[1].Transparency = Thing[1].Transparency + Thing[3] | |
3803 | elseif Thing[2] == "Elec" then | |
3804 | local Mesh = Thing[1].Mesh | |
3805 | Mesh.Scale = Mesh.Scale + Vector3.new(Thing[7], Thing[8], Thing[9]) | |
3806 | Thing[1].Transparency = Thing[1].Transparency + Thing[3] | |
3807 | elseif Thing[2] == "Disappear" then | |
3808 | Thing[1].Transparency = Thing[1].Transparency + Thing[3] | |
3809 | elseif Thing[2] == "Shatter" then | |
3810 | Thing[1].Transparency = Thing[1].Transparency + Thing[3] | |
3811 | Thing[4] = Thing[4] * CFrame.new(0, Thing[7], 0) | |
3812 | Thing[1].CFrame = Thing[4] * CFrame.fromEulerAnglesXYZ(Thing[6], 0, 0) | |
3813 | Thing[6] = Thing[6] + Thing[5] | |
3814 | end | |
3815 | else | |
3816 | Part.Parent = nil | |
3817 | table.remove(Effects, e) | |
3818 | if INSTANT == true then | |
3819 | if TRANSFORMED == false then | |
3820 | sick.TimePosition = 60 | |
3821 | Player:ClearCharacterAppearance() | |
3822 | sick:Play() | |
3823 | for _, c in pairs(HANDFOLDER:GetChildren()) do | |
3824 | if c.ClassName == "Part" then | |
3825 | c.Transparency = 0 | |
3826 | end | |
3827 | end | |
3828 | end | |
3829 | TRANSFORMED = true | |
3830 | end | |
3831 | script.Parent = PlayerGui | |
3832 | Character.Parent = workspace | |
3833 | Humanoid.Parent = Character | |
3834 | Player:ClearCharacterAppearance() | |
3835 | end | |
3836 | end | |
3837 | end | |
3838 | end | |
3839 | end | |
3840 | end | |
3841 | ------------------------------------------------------- | |
3842 | --End Animations And Script-- | |
3843 | ------------------------------------------------------- |