View difference between Paste ID: 0QcVFPs2 and xKEfha5E
SHOW: | | - or go back to the newest paste.
1-
if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
1+
2-
local Player,Mouse,mouse,UserInputService,ContextActionService = owner
2+
3-
local RealPlayer = Player
3+
4-
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()}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;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 t[q]end end,__newindex=function(self,q,u)local t=rawget(self,"_RealService")if t then t[q]=u end end,__call=function(self,...)local t=rawget(self,"_RealService")if t then return t(...)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 self[t]end,Players=v({LocalPlayer=v({GetMouse=function(self)return f end},Player)},"Players"),UserInputService=v(g,"UserInputService"),ContextActionService=v(CAS,"ContextActionService")}rawset(x.Players,"localPlayer",x.Players.LocalPlayer)x.service=x.GetService;x.RunService=v({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")setmetatable(x,{__index=function(self,t)return r:GetService(t)or typeof(r[t])=="function"and function(m,...)return r[t](r,...)end or r[t]end,__newindex=s.__newindex,__call=s.__call})game,owner=x,x.Players.LocalPlayer end
4+
5
Camera = cam
6
local CamInterrupt = false
7
local TwoD = false
8
local TargetInfo = {nil, nil}
9-
local Controller = plr.StarterPlayerScripts:WaitForChild("ControlScript")
9+
10
t = char.Torso
11
h = char.Head
12
ra = char["Right Arm"]
13
la = char["Left Arm"]
14
rl = char["Right Leg"]
15
ll = char["Left Leg"]
16
tors = char.Torso
17
lleg = char["Left Leg"]
18
root = char.HumanoidRootPart
19
hed = char.Head
20
rleg = char["Right Leg"]
21
rarm = char["Right Arm"]
22
larm = char["Left Arm"]
23
radian = math.rad
24
random = math.random
25
Vec3 = Vector3.new
26
Inst = Instance.new
27
cFrame = CFrame.new
28
Euler = CFrame.fromEulerAnglesXYZ
29
vt = Vector3.new
30
bc = BrickColor.new
31
br = BrickColor.random
32
it = Instance.new
33
cf = CFrame.new
34
local eff = true
35
local shielding = false
36
 
37
local Booleans = {
38
  CamFollow = true,
39
  GyroUse = true
40
}
41
 
42
function lerp(object, newCFrame, alpha)
43
  return object:lerp(newCFrame, alpha)
44
end
45
 
46
local Directer = Inst("BodyGyro", root)
47
Directer.MaxTorque = Vec3(0, 0, 0)
48
Directer.P = 600000
49
local CPart = Inst("Part")
50
CPart.Anchored = true
51
CPart.CanCollide = false
52
CPart.Locked = true
53
CPart.Transparency = 1
54
 
55
local rainbowmode = false
56
local chaosmode = false
57
 
58
kan = Instance.new("Sound",char)
59
kan.Volume = 1.25
60
kan.TimePosition = 0
61
kan.PlaybackSpeed = 1
62
kan.Pitch = 1
63
kan.SoundId = "rbxassetid://0"
64
kan.Name = "wrecked"
65
kan.Looped = true
66
kan:Play()
67
 
68
function newTheme(ID,timepos,pitch,vol)
69
local kanz = kan
70
--kanz:Stop()
71
--kanz.Volume = vol
72
--kanz.TimePosition = timepos
73
kanz.PlaybackSpeed = pitch
74
kanz.Pitch = pitch
75
kanz.SoundId = ID
76
kanz.Name = "wrecked"
77
kanz.Looped = true
78
kanz.Volume = 0.3
79
--kanz:Play()
80
--coroutine.resume(coroutine.create(function()
81
--wait(0.05)
82
--end))
83
end
84
 
85
function newThemeCust(ID,timepos,pitch,vol)
86
local kanz = kan
87
kanz:Stop()
88
kanz.Volume = vol
89
kanz.TimePosition = timepos
90
kanz.PlaybackSpeed = pitch
91
kanz.Pitch = pitch
92
kanz.SoundId = ID
93
kanz.Name = "wrecked"
94
kanz.Looped = true
95
kanz:Play()
96
coroutine.resume(coroutine.create(function()
97
wait(0.05)
98
end))
99
end
100
 
101
 
102
 
103
function CameraShake(Times, Power, PlayerTarget)
104
coroutine.resume(coroutine.create(function()
105
FV = Instance.new("BoolValue", PlayerTarget)
106
FV.Name = "CameraShake"
107
for ShakeNum=1,Times do
108
swait()
109
local ef=Power
110
  if ef>=1 then
111
   Humanoid.CameraOffset = Vector3.new(math.random(-ef,ef),math.random(-ef,ef),math.random(-ef,ef))
112
  else
113
   ef=Power*10
114
   Humanoid.CameraOffset = Vector3.new(math.random(-ef,ef)/10,math.random(-ef,ef)/10,math.random(-ef,ef)/10)
115
  end  
116
end
117
Humanoid.CameraOffset = Vector3.new(0,0,0)
118
FV:Destroy()
119
end))
120
end
121
 
122
function CameraEnshaking(Length,Intensity)
123
coroutine.resume(coroutine.create(function()
124
      local intensity = 1*Intensity
125
      local rotM = 0.01*Intensity
126
for i = 0, Length, 0.1 do
127
swait()
128
intensity = intensity - 0.05*Intensity/Length
129
rotM = rotM - 0.0005*Intensity/Length
130
      hum.CameraOffset = Vec3(radian(random(-intensity, intensity)), radian(random(-intensity, intensity)), radian(random(-intensity, intensity)))
131
      cam.CFrame = cam.CFrame * cFrame(radian(random(-intensity, intensity)), radian(random(-intensity, intensity)), radian(random(-intensity, intensity))) * Euler(radian(random(-intensity, intensity)) * rotM, radian(random(-intensity, intensity)) * rotM, radian(random(-intensity, intensity)) * rotM)
132
end
133
Humanoid.CameraOffset = Vec3(0, 0, 0)
134
end))
135
end
136
CamShake=function(Part,Distan,Power,Times)
137
local de=Part.Position
138
for i,v in pairs(workspace:children()) do
139
 if v:IsA("Model") and v:findFirstChild("Humanoid") then
140
for _,c in pairs(v:children()) do
141
if c.ClassName=="Part" and (c.Position - de).magnitude < Distan then
142
local Noob=v.Humanoid
143
if Noob~=nil then
144
coroutine.resume(coroutine.create(function()
145
FV = Instance.new("BoolValue", Noob)
146
FV.Name = "CameraShake"
147
for ShakeNum=1,Times do
148
swait()
149
local ef=Power
150
  if ef>=1 then
151
   Humanoid.CameraOffset = Vector3.new(math.random(-ef,ef),math.random(-ef,ef),math.random(-ef,ef))
152
  else
153
   ef=Power*10
154
   Humanoid.CameraOffset = Vector3.new(math.random(-ef,ef)/10,math.random(-ef,ef)/10,math.random(-ef,ef)/10)
155
  end  
156
end
157
Humanoid.CameraOffset = Vector3.new(0,0,0)
158
FV:Destroy()
159
end))
160
CameraShake(Times, Power, Noob)
161
end
162
end
163
end
164
end
165
end
166
end
167
 
168
function chatfunc(text,color)
169
local chat = coroutine.wrap(function()
170
if Character:FindFirstChild("TalkingBillBoard")~= nil then
171
Character:FindFirstChild("TalkingBillBoard"):destroy()
172
end
173
local naeeym2 = Instance.new("BillboardGui",Character)
174
naeeym2.Size = UDim2.new(0,100,0,40)
175
naeeym2.StudsOffset = Vector3.new(0,3,0)
176
naeeym2.Adornee = Character.Head
177
naeeym2.Name = "TalkingBillBoard"
178
local tecks2 = Instance.new("TextLabel",naeeym2)
179
tecks2.BackgroundTransparency = 1
180
tecks2.BorderSizePixel = 0
181
tecks2.Text = ""
182
tecks2.Font = "SciFi"
183
tecks2.TextSize = 30
184
tecks2.TextStrokeTransparency = 0
185
tecks2.TextColor3 = color
186
tecks2.TextStrokeColor3 = Color3.new(0,0,0)
187
tecks2.Size = UDim2.new(1,0,0.5,0)
188
local tecks3 = Instance.new("TextLabel",naeeym2)
189
tecks3.BackgroundTransparency = 1
190
tecks3.BorderSizePixel = 0
191
tecks3.Text = ""
192
tecks3.Font = "SciFi"
193
tecks3.TextSize = 30
194
tecks3.TextStrokeTransparency = 0
195
tecks3.TextColor3 = Color3.new(0,0,0)
196
tecks3.TextStrokeColor3 = color
197
tecks3.Size = UDim2.new(1,0,0.5,0)
198
coroutine.resume(coroutine.create(function()
199
while true do
200
swait(1)
201
plr.Character.wrecked.Volume = 0.3
202
if chaosmode == true then
203
tecks2.TextColor3 = BrickColor.random().Color
204
tecks3.TextStrokeColor3 = BrickColor.random().Color
205
end
206
tecks2.Position = UDim2.new(0,math.random(-5,5),0,math.random(-5,5))
207
tecks3.Position = UDim2.new(0,math.random(-5,5),0,math.random(-5,5))
208
tecks2.Rotation = math.random(-5,5)
209
tecks3.Rotation = math.random(-5,5)
210
end
211
end))
212
for i = 1,string.len(text),1 do
213
CFuncs["Sound"].Create("rbxassetid://274118116", char, 0.25, 0.115)
214
tecks2.Text = string.sub(text,1,i)
215
tecks3.Text = string.sub(text,1,i)
216
swait(1)
217
end
218
wait(1)
219
local randomrot = math.random(1,2)
220
if randomrot == 1 then
221
for i = 1, 50 do
222
swait()
223
tecks2.Rotation = tecks2.Rotation - .75
224
tecks2.TextStrokeTransparency = tecks2.TextStrokeTransparency +.04
225
tecks2.TextTransparency = tecks2.TextTransparency + .04
226
tecks3.Rotation = tecks2.Rotation + .75
227
tecks3.TextStrokeTransparency = tecks2.TextStrokeTransparency +.04
228
tecks3.TextTransparency = tecks2.TextTransparency + .04
229
end
230
elseif randomrot == 2 then
231
    for i = 1, 50 do
232
swait()
233
tecks2.Rotation = tecks2.Rotation + .75
234
tecks2.TextStrokeTransparency = tecks2.TextStrokeTransparency +.04
235
tecks2.TextTransparency = tecks2.TextTransparency + .04
236
tecks3.Rotation = tecks2.Rotation - .75
237
tecks3.TextStrokeTransparency = tecks2.TextStrokeTransparency +.04
238
tecks3.TextTransparency = tecks2.TextTransparency + .04
239
end
240
end
241
naeeym2:Destroy()
242
end)
243
chat()
244
end
245
 
246
 
247
local Create = LoadLibrary("RbxUtility").Create
248
 
249
CFuncs = {
250
    ["Part"] = {
251
        Create = function(Parent, Material, Reflectance, Transparency, BColor, Name, Size)
252
            local Part = Create("Part"){
253
                Parent = Parent,
254
                Reflectance = Reflectance,
255
                Transparency = Transparency,
256
                CanCollide = false,
257
                Locked = true,
258
                BrickColor = BrickColor.new(tostring(BColor)),
259
                Name = Name,
260
                Size = Size,
261
                Material = Material,
262
            }
263
            RemoveOutlines(Part)
264
            return Part
265
        end;
266
    };
267
   
268
    ["Mesh"] = {
269
        Create = function(Mesh, Part, MeshType, MeshId, OffSet, Scale)
270
            local Msh = Create(Mesh){
271
                Parent = Part,
272
                Offset = OffSet,
273
                Scale = Scale,
274
            }
275
            if Mesh == "SpecialMesh" then
276
                Msh.MeshType = MeshType
277
                Msh.MeshId = MeshId
278
            end
279
            return Msh
280
        end;
281
    };
282
   
283
    ["Mesh"] = {
284
        Create = function(Mesh, Part, MeshType, MeshId, OffSet, Scale)
285
            local Msh = Create(Mesh){
286
                Parent = Part,
287
                Offset = OffSet,
288
                Scale = Scale,
289
            }
290
            if Mesh == "SpecialMesh" then
291
                Msh.MeshType = MeshType
292
                Msh.MeshId = MeshId
293
            end
294
            return Msh
295
        end;
296
    };
297
   
298
    ["Weld"] = {
299
        Create = function(Parent, Part0, Part1, C0, C1)
300
            local Weld = Create("Weld"){
301
                Parent = Parent,
302
                Part0 = Part0,
303
                Part1 = Part1,
304
                C0 = C0,
305
                C1 = C1,
306
            }
307
            return Weld
308
        end;
309
    };
310
 
311
    ["Sound"] = {
312
        Create = function(id, par, vol, pit)
313
            coroutine.resume(coroutine.create(function()
314
                local S = Create("Sound"){
315
                    Volume = vol,
316
                                        Name = "EffectSoundo",
317
                    Pitch = pit or 1,
318
                    SoundId = id,
319
                    Parent = par or workspace,
320
                }
321
                wait()
322
                S:play()
323
                game:GetService("Debris"):AddItem(S, 10)
324
            end))
325
        end;
326
    };
327
 
328
["LongSound"] = {
329
        Create = function(id, par, vol, pit)
330
            coroutine.resume(coroutine.create(function()
331
                local S = Create("Sound"){
332
                    Volume = vol,
333
                    Pitch = pit or 1,
334
                    SoundId = id,
335
                    Parent = par or workspace,
336
                }
337
                wait()
338
                S:play()
339
                game:GetService("Debris"):AddItem(S, 30)
340
            end))
341
        end;
342
    };
343
   
344
    ["ParticleEmitter"] = {
345
        Create = function(Parent, Color1, Color2, LightEmission, Size, Texture, Transparency, ZOffset, Accel, Drag, LockedToPart, VelocityInheritance, EmissionDirection, Enabled, LifeTime, Rate, Rotation, RotSpeed, Speed, VelocitySpread)
346
            local fp = Create("ParticleEmitter"){
347
                Parent = Parent,
348
                Color = ColorSequence.new(Color1, Color2),
349
                LightEmission = LightEmission,
350
                Size = Size,
351
                Texture = Texture,
352
                Transparency = Transparency,
353
                ZOffset = ZOffset,
354
                Acceleration = Accel,
355
                Drag = Drag,
356
                LockedToPart = LockedToPart,
357
                VelocityInheritance = VelocityInheritance,
358
                EmissionDirection = EmissionDirection,
359
                Enabled = Enabled,
360
                Lifetime = LifeTime,
361
                Rate = Rate,
362
                Rotation = Rotation,
363
                RotSpeed = RotSpeed,
364
                Speed = Speed,
365
                VelocitySpread = VelocitySpread,
366
            }
367
            return fp
368
        end;
369
    };
370
 
371
    CreateTemplate = {
372
   
373
    };
374
}
375
 
376
 
377
 
378
New = function(Object, Parent, Name, Data)
379
    local Object = Instance.new(Object)
380
    for Index, Value in pairs(Data or {}) do
381
        Object[Index] = Value
382
    end
383
    Object.Parent = Parent
384
    Object.Name = Name
385
    return Object
386
end
387
local halocolor = BrickColor.new("Dark blue")
388
local halocolor2 = BrickColor.new("Dark blue")
389
local starcolor = BrickColor.new("Dark blue")
390
local lunacolor = BrickColor.new("Dark blue")
391
local lunacolor2 = BrickColor.new("Dark blue")
392
local wepcolor = BrickColor.new("Dark blue")
393
local maincolor = BrickColor.new("Dark blue")
394
local m = Instance.new("Model",char)
395
local m2 = Instance.new("Model",char)
396
local m3 = Instance.new("Model",char)
397
local mw1 = Instance.new("Model",char)
398
local mw2 = Instance.new("Model",char)
399
 
400
local extrawingmod1 = Instance.new("Model",char)
401
local extrawingmod2 = Instance.new("Model",char)
402
 
403
function CreateParta(parent,transparency,reflectance,material,brickcolor)
404
local p = Instance.new("Part")
405
p.TopSurface = 0
406
p.BottomSurface = 0
407
p.Parent = parent
408
p.Size = Vector3.new(0.1,0.1,0.1)
409
p.Transparency = transparency
410
p.Reflectance = reflectance
411
p.CanCollide = false
412
p.Locked = true
413
p.BrickColor = brickcolor
414
p.Material = material
415
return p
416
end
417
 
418
function CreateMesh(parent,meshtype,x1,y1,z1)
419
local mesh = Instance.new("SpecialMesh",parent)
420
mesh.MeshType = meshtype
421
mesh.Scale = Vector3.new(x1*10,y1*10,z1*10)
422
return mesh
423
end
424
 
425
function CreateSpecialMesh(parent,meshid,x1,y1,z1)
426
local mesh = Instance.new("SpecialMesh",parent)
427
mesh.MeshType = "FileMesh"
428
mesh.MeshId = meshid
429
mesh.Scale = Vector3.new(x1,y1,z1)
430
return mesh
431
end
432
 
433
 
434
function CreateSpecialGlowMesh(parent,meshid,x1,y1,z1)
435
local mesh = Instance.new("SpecialMesh",parent)
436
mesh.MeshType = "FileMesh"
437
mesh.MeshId = meshid
438
mesh.TextureId = "http://www.roblox.com/asset/?id=269748808"
439
mesh.Scale = Vector3.new(x1,y1,z1)
440
mesh.VertexColor = Vector3.new(parent.BrickColor.r, parent.BrickColor.g, parent.BrickColor.b)
441
return mesh
442
end
443
 
444
function CreateWeld(parent,part0,part1,C1X,C1Y,C1Z,C1Xa,C1Ya,C1Za,C0X,C0Y,C0Z,C0Xa,C0Ya,C0Za)
445
local weld = Instance.new("Weld")
446
weld.Parent = parent
447
weld.Part0 = part0
448
weld.Part1 = part1
449
weld.C1 = CFrame.new(C1X,C1Y,C1Z)*CFrame.Angles(C1Xa,C1Ya,C1Za)
450
weld.C0 = CFrame.new(C0X,C0Y,C0Z)*CFrame.Angles(C0Xa,C0Ya,C0Za)
451
return weld
452
end
453
 
454
 
455
--------------
456
local secondchar = Instance.new("Model",char)
457
local GhostCol = BrickColor.new("Dark blue")
458
local sectors = CreateParta(secondchar,1,0,"Neon",GhostCol)
459
CreateMesh(sectors,"Brick",2*8,2*8,1*8)
460
local torsweld = CreateWeld(sectors,root,sectors,1,-1,-2,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
461
 
462
local seclarm = CreateParta(secondchar,1,0,"Neon",GhostCol)
463
CreateMesh(seclarm,"Brick",1*8,2*8,1*8)
464
local larmsweld = CreateWeld(seclarm,sectors,seclarm,1.5,0,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
465
 
466
local secrarm = CreateParta(secondchar,1,0,"Neon",GhostCol)
467
CreateMesh(secrarm,"Brick",1*8,2*8,1*8)
468
local rarmsweld = CreateWeld(secrarm,sectors,secrarm,-1.5,0,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
469
 
470
local seclleg = CreateParta(secondchar,1,0,"Neon",GhostCol)
471
CreateMesh(seclleg,"Brick",1*8,2*8,1*8)
472
local llegsweld = CreateWeld(seclleg,sectors,seclleg,0.5,2,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
473
 
474
local secrleg = CreateParta(secondchar,1,0,"Neon",GhostCol)
475
CreateMesh(secrleg,"Brick",1*8,2*8,1*8)
476
local rlegsweld = CreateWeld(secrleg,sectors,secrleg,-0.5,2,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
477
 
478
local seched = CreateParta(secondchar,1,0,"Neon",GhostCol)
479
CreateMesh(seched,"Brick",1*8,1*8,1*8)
480
local hedsweld = CreateWeld(seched,sectors,seched,0,-1.5,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
481
--------------
482
local sorb = CreateParta(m,1,1,"SmoothPlastic",BrickColor.random())
483
CreateWeld(sorb,rarm,sorb,0,1,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
484
local sorb2 = CreateParta(m,1,1,"SmoothPlastic",BrickColor.random())
485
CreateWeld(sorb2,larm,sorb2,0,1,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
486
 
487
local handlex = CreateParta(mw2,1,1,"Neon",maincolor)
488
CreateMesh(handle,"Brick",0,0,0)
489
local handlexweld = CreateWeld(handlex,tors,handlex,0,-1.5,-1.05,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
490
local valuaring = 10
491
for i = 0, 49 do
492
    valuaring = valuaring + 10
493
rn = CreateParta(mw2,0,0,"Neon",halocolor)
494
CreateMesh(rn,"Brick",0.25,0.1,0.1)
495
CreateWeld(rn,handlex,rn,0,1,0,math.rad(0),math.rad(0),math.rad(valuaring),0,0,0,math.rad(0),math.rad(0),math.rad(0))
496
end
497
 
498
handlex = CreateParta(mw2,1,1,"Neon",maincolor)
499
CreateMesh(handle,"Brick",0,0,0)
500
CreateWeld(handlex,tors,handlex,0,-3,-2.1,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
501
local valuaring = 10
502
for i = 0, 49 do
503
    valuaring = valuaring + 10
504
rn = CreateParta(extrawingmod1,0,0,"Neon",halocolor)
505
CreateMesh(rn,"Brick",0.5,0.2,0.2)
506
CreateWeld(rn,handlex,rn,0,2,0,math.rad(0),math.rad(0),math.rad(valuaring),0,0,0,math.rad(0),math.rad(0),math.rad(0))
507
end
508
 
509
 
510
local handle = CreateParta(m,1,1,"Neon",maincolor)
511
CreateMesh(handle,"Brick",0.5,0.5,0.5)
512
local handleweld = CreateWeld(handle,tors,handle,0,-1.5,-1.05,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
513
 
514
--- Left wing.
515
 
516
local lwing1 = CreateParta(m,1,1,"Neon",maincolor)
517
CreateMesh(handle,"Brick",0.5,0.5,0.5)
518
local lwing1weld = CreateWeld(lwing1,handle,lwing1,3,0,0,math.rad(5),math.rad(0),math.rad(12.5),0,0,0,math.rad(0),math.rad(0),math.rad(0))
519
 
520
wed = CreateParta(mw1,0,0,"Neon",halocolor)
521
CreateMesh(wed,"Wedge",0.05,0.5,0.5)
522
CreateWeld(wed,lwing1,wed,0,0,0.25,math.rad(0),math.rad(90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
523
wed = CreateParta(mw1,0,0,"Neon",halocolor)
524
CreateMesh(wed,"Wedge",0.05,0.5,0.5)
525
CreateWeld(wed,lwing1,wed,0,0,0.25,math.rad(0),math.rad(-90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
526
A0 = Instance.new('Attachment',wed)
527
wed = CreateParta(mw1,0,0,"Neon",halocolor)
528
CreateMesh(wed,"Wedge",0.05,0.5,3)
529
CreateWeld(wed,lwing1,wed,0,-0.25,1.75,math.rad(0),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0))
530
A1 = Instance.new('Attachment',wed)
531
wed = CreateParta(mw1,0,0,"Neon",halocolor)
532
CreateMesh(wed,"Wedge",0.05,3,0.5)
533
CreateWeld(wed,lwing1,wed,0,-1.75,0.25,math.rad(90),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0))
534
 
535
tl1 = Instance.new('Trail',wed)
536
tl1.Attachment0 = A0
537
tl1.Attachment1 = A1
538
--tl1.Texture = "http://www.roblox.com/asset/?id=1049219073"
539
tl1.LightEmission = 1
540
tl1.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 0),NumberSequenceKeypoint.new(1, 1)})
541
tl1.Color = ColorSequence.new(BrickColor.new('Dark blue').Color)
542
tl1.Lifetime = 0.6
543
 
544
 
545
local lwing2 = CreateParta(m,1,1,"Neon",maincolor)
546
CreateMesh(handle,"Brick",0.5,0.5,0.5)
547
local lwing2weld = CreateWeld(lwing2,handle,lwing2,4,1,0,math.rad(10),math.rad(0),math.rad(25),0,0,0,math.rad(0),math.rad(0),math.rad(0))
548
 
549
wed = CreateParta(mw1,0,0,"Neon",halocolor)
550
CreateMesh(wed,"Wedge",0.05,0.5,0.5)
551
CreateWeld(wed,lwing2,wed,0,0,0.25,math.rad(0),math.rad(90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
552
wed = CreateParta(mw1,0,0,"Neon",halocolor)
553
CreateMesh(wed,"Wedge",0.05,0.5,0.5)
554
CreateWeld(wed,lwing2,wed,0,0,0.25,math.rad(0),math.rad(-90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
555
A0 = Instance.new('Attachment',wed)
556
wed = CreateParta(mw1,0,0,"Neon",halocolor)
557
CreateMesh(wed,"Wedge",0.05,0.5,3)
558
CreateWeld(wed,lwing2,wed,0,-0.25,1.75,math.rad(0),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0))
559
A1 = Instance.new('Attachment',wed)
560
wed = CreateParta(mw1,0,0,"Neon",halocolor)
561
CreateMesh(wed,"Wedge",0.05,3,0.5)
562
CreateWeld(wed,lwing2,wed,0,-1.75,0.25,math.rad(90),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0))
563
 
564
tl2 = Instance.new('Trail',wed)
565
tl2.Attachment0 = A0
566
tl2.Attachment1 = A1
567
--tl2.Texture = "http://www.roblox.com/asset/?id=1049219073"
568
tl2.LightEmission = 1
569
tl2.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 0),NumberSequenceKeypoint.new(1, 1)})
570
tl2.Color = ColorSequence.new(BrickColor.new('Dark blue').Color)
571
tl2.Lifetime = 0.6
572
 
573
local lwing3 = CreateParta(m,1,1,"Neon",maincolor)
574
CreateMesh(handle,"Brick",0.5,0.5,0.5)
575
local lwing3weld = CreateWeld(lwing3,handle,lwing3,4.75,2,0,math.rad(15),math.rad(0),math.rad(37.5),0,0,0,math.rad(0),math.rad(0),math.rad(0))
576
 
577
wed = CreateParta(mw1,0,0,"Neon",halocolor)
578
CreateMesh(wed,"Wedge",0.05,0.5,0.5)
579
CreateWeld(wed,lwing3,wed,0,0,0.25,math.rad(0),math.rad(90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
580
wed = CreateParta(mw1,0,0,"Neon",halocolor)
581
CreateMesh(wed,"Wedge",0.05,0.5,0.5)
582
CreateWeld(wed,lwing3,wed,0,0,0.25,math.rad(0),math.rad(-90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
583
A0 = Instance.new('Attachment',wed)
584
wed = CreateParta(mw1,0,0,"Neon",halocolor)
585
CreateMesh(wed,"Wedge",0.05,0.5,3)
586
CreateWeld(wed,lwing3,wed,0,-0.25,1.75,math.rad(0),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0))
587
A1 = Instance.new('Attachment',wed)
588
wed = CreateParta(mw1,0,0,"Neon",halocolor)
589
CreateMesh(wed,"Wedge",0.05,3,0.5)
590
CreateWeld(wed,lwing3,wed,0,-1.75,0.25,math.rad(90),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0))
591
 
592
tl3 = Instance.new('Trail',wed)
593
tl3.Attachment0 = A0
594
tl3.Attachment1 = A1
595
--tl3.Texture = "http://www.roblox.com/asset/?id=1049219073"
596
tl3.LightEmission = 1
597
tl3.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 0),NumberSequenceKeypoint.new(1, 1)})
598
tl3.Color = ColorSequence.new(BrickColor.new('Dark blue').Color)
599
tl3.Lifetime = 0.6
600
 
601
tl1.Enabled = false
602
tl2.Enabled = false
603
tl3.Enabled = false
604
local lwing4 = CreateParta(m,1,1,"Neon",maincolor)
605
CreateMesh(handle,"Brick",0.5,0.5,0.5)
606
local lwing4weld = CreateWeld(lwing4,handle,lwing4,5.75,3,0,math.rad(20),math.rad(0),math.rad(50),0,0,0,math.rad(0),math.rad(0),math.rad(0))
607
 
608
wed = CreateParta(extrawingmod1,0,0,"Neon",halocolor)
609
CreateMesh(wed,"Wedge",0.05,0.5,0.5)
610
CreateWeld(wed,lwing4,wed,0,0,0.25,math.rad(0),math.rad(90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
611
wed = CreateParta(extrawingmod1,0,0,"Neon",halocolor)
612
CreateMesh(wed,"Wedge",0.05,0.5,0.5)
613
CreateWeld(wed,lwing4,wed,0,0,0.25,math.rad(0),math.rad(-90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
614
wed = CreateParta(extrawingmod1,0,0,"Neon",halocolor)
615
CreateMesh(wed,"Wedge",0.05,0.5,3)
616
CreateWeld(wed,lwing4,wed,0,-0.25,1.75,math.rad(0),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0))
617
wed = CreateParta(extrawingmod1,0,0,"Neon",halocolor)
618
CreateMesh(wed,"Wedge",0.05,3,0.5)
619
CreateWeld(wed,lwing4,wed,0,-1.75,0.25,math.rad(90),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0))
620
 
621
local lwing5 = CreateParta(m,1,1,"Neon",maincolor)
622
CreateMesh(handle,"Brick",0.5,0.5,0.5)
623
local lwing5weld = CreateWeld(lwing5,handle,lwing5,6.75,4,0,math.rad(25),math.rad(0),math.rad(62.5),0,0,0,math.rad(0),math.rad(0),math.rad(0))
624
 
625
wed = CreateParta(extrawingmod1,0,0,"Neon",halocolor)
626
CreateMesh(wed,"Wedge",0.05,0.5,0.5)
627
CreateWeld(wed,lwing5,wed,0,0,0.25,math.rad(0),math.rad(90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
628
wed = CreateParta(extrawingmod1,0,0,"Neon",halocolor)
629
CreateMesh(wed,"Wedge",0.05,0.5,0.5)
630
CreateWeld(wed,lwing5,wed,0,0,0.25,math.rad(0),math.rad(-90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
631
wed = CreateParta(extrawingmod1,0,0,"Neon",halocolor)
632
CreateMesh(wed,"Wedge",0.05,0.5,3)
633
CreateWeld(wed,lwing5,wed,0,-0.25,1.75,math.rad(0),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0))
634
wed = CreateParta(extrawingmod1,0,0,"Neon",halocolor)
635
CreateMesh(wed,"Wedge",0.05,3,0.5)
636
CreateWeld(wed,lwing5,wed,0,-1.75,0.25,math.rad(90),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0))
637
 
638
local lwing6 = CreateParta(m,1,1,"Neon",maincolor)
639
CreateMesh(handle,"Brick",0.5,0.5,0.5)
640
local lwing6weld = CreateWeld(lwing6,handle,lwing6,7.75,5,0,math.rad(30),math.rad(0),math.rad(75),0,0,0,math.rad(0),math.rad(0),math.rad(0))
641
 
642
wed = CreateParta(extrawingmod1,0,0,"Neon",halocolor)
643
CreateMesh(wed,"Wedge",0.05,0.5,0.5)
644
CreateWeld(wed,lwing6,wed,0,0,0.25,math.rad(0),math.rad(90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
645
wed = CreateParta(extrawingmod1,0,0,"Neon",halocolor)
646
CreateMesh(wed,"Wedge",0.05,0.5,0.5)
647
CreateWeld(wed,lwing6,wed,0,0,0.25,math.rad(0),math.rad(-90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
648
wed = CreateParta(extrawingmod1,0,0,"Neon",halocolor)
649
CreateMesh(wed,"Wedge",0.05,0.5,3)
650
CreateWeld(wed,lwing6,wed,0,-0.25,1.75,math.rad(0),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0))
651
wed = CreateParta(extrawingmod1,0,0,"Neon",halocolor)
652
CreateMesh(wed,"Wedge",0.05,3,0.5)
653
CreateWeld(wed,lwing6,wed,0,-1.75,0.25,math.rad(90),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0))
654
 
655
-- Right wing.
656
 
657
local rwing1 = CreateParta(m,1,1,"Neon",maincolor)
658
CreateMesh(handle,"Brick",0.5,0.5,0.5)
659
local rwing1weld = CreateWeld(rwing1,handle,rwing1,-3,0,0,math.rad(5),math.rad(0),math.rad(-12.5),0,0,0,math.rad(0),math.rad(0),math.rad(0))
660
 
661
wed = CreateParta(mw2,0,0,"Neon",halocolor)
662
CreateMesh(wed,"Wedge",0.05,0.5,0.5)
663
CreateWeld(wed,rwing1,wed,0,0,0.25,math.rad(0),math.rad(90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
664
A0 = Instance.new('Attachment',wed)
665
wed = CreateParta(mw2,0,0,"Neon",halocolor)
666
CreateMesh(wed,"Wedge",0.05,0.5,0.5)
667
CreateWeld(wed,rwing1,wed,0,0,0.25,math.rad(0),math.rad(-90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
668
wed = CreateParta(mw2,0,0,"Neon",halocolor)
669
CreateMesh(wed,"Wedge",0.05,0.5,3)
670
CreateWeld(wed,rwing1,wed,0,-0.25,1.75,math.rad(0),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0))
671
wed = CreateParta(mw2,0,0,"Neon",halocolor)
672
CreateMesh(wed,"Wedge",0.05,3,0.5)
673
CreateWeld(wed,rwing1,wed,0,-1.75,0.25,math.rad(90),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0))
674
A1 = Instance.new('Attachment',wed)
675
 
676
tr1 = Instance.new('Trail',wed)
677
tr1.Attachment0 = A0
678
tr1.Attachment1 = A1
679
--tr1.Texture = "http://www.roblox.com/asset/?id=1049219073"
680
tr1.LightEmission = 1
681
tr1.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 0),NumberSequenceKeypoint.new(1, 1)})
682
tr1.Color = ColorSequence.new(BrickColor.new('Dark blue').Color)
683
tr1.Lifetime = 0.6
684
 
685
local rwing2 = CreateParta(m,1,1,"Neon",maincolor)
686
CreateMesh(handle,"Brick",0.5,0.5,0.5)
687
local rwing2weld = CreateWeld(rwing2,handle,rwing2,-4,1,0,math.rad(10),math.rad(0),math.rad(-25),0,0,0,math.rad(0),math.rad(0),math.rad(0))
688
 
689
wed = CreateParta(mw2,0,0,"Neon",halocolor)
690
CreateMesh(wed,"Wedge",0.05,0.5,0.5)
691
CreateWeld(wed,rwing2,wed,0,0,0.25,math.rad(0),math.rad(90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
692
A0 = Instance.new('Attachment',wed)
693
wed = CreateParta(mw2,0,0,"Neon",halocolor)
694
CreateMesh(wed,"Wedge",0.05,0.5,0.5)
695
CreateWeld(wed,rwing2,wed,0,0,0.25,math.rad(0),math.rad(-90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
696
wed = CreateParta(mw2,0,0,"Neon",halocolor)
697
CreateMesh(wed,"Wedge",0.05,0.5,3)
698
CreateWeld(wed,rwing2,wed,0,-0.25,1.75,math.rad(0),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0))
699
wed = CreateParta(mw2,0,0,"Neon",halocolor)
700
CreateMesh(wed,"Wedge",0.05,3,0.5)
701
CreateWeld(wed,rwing2,wed,0,-1.75,0.25,math.rad(90),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0))
702
A1 = Instance.new('Attachment',wed)
703
 
704
tr2 = Instance.new('Trail',wed)
705
tr2.Attachment0 = A0
706
tr2.Attachment1 = A1
707
--tr2.Texture = "http://www.roblox.com/asset/?id=1049219073"
708
tr2.LightEmission = 1
709
tr2.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 0),NumberSequenceKeypoint.new(1, 1)})
710
tr2.Color = ColorSequence.new(BrickColor.new('Dark blue').Color)
711
tr2.Lifetime = 0.6
712
 
713
local rwing3 = CreateParta(m,1,1,"Neon",maincolor)
714
CreateMesh(handle,"Brick",0.5,0.5,0.5)
715
local rwing3weld = CreateWeld(rwing3,handle,rwing3,-4.75,2,0,math.rad(15),math.rad(0),math.rad(-37.5),0,0,0,math.rad(0),math.rad(0),math.rad(0))
716
 
717
wed = CreateParta(mw2,0,0,"Neon",halocolor)
718
CreateMesh(wed,"Wedge",0.05,0.5,0.5)
719
CreateWeld(wed,rwing3,wed,0,0,0.25,math.rad(0),math.rad(90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
720
A0 = Instance.new('Attachment',wed)
721
wed = CreateParta(mw2,0,0,"Neon",halocolor)
722
CreateMesh(wed,"Wedge",0.05,0.5,0.5)
723
CreateWeld(wed,rwing3,wed,0,0,0.25,math.rad(0),math.rad(-90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
724
wed = CreateParta(mw2,0,0,"Neon",halocolor)
725
CreateMesh(wed,"Wedge",0.05,0.5,3)
726
CreateWeld(wed,rwing3,wed,0,-0.25,1.75,math.rad(0),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0))
727
wed = CreateParta(mw2,0,0,"Neon",halocolor)
728
CreateMesh(wed,"Wedge",0.05,3,0.5)
729
CreateWeld(wed,rwing3,wed,0,-1.75,0.25,math.rad(90),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0))
730
A1 = Instance.new('Attachment',wed)
731
 
732
tr3 = Instance.new('Trail',wed)
733
tr3.Attachment0 = A0
734
tr3.Attachment1 = A1
735
--tr3.Texture = "http://www.roblox.com/asset/?id=1049219073"
736
tr3.LightEmission = 1
737
tr3.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 0),NumberSequenceKeypoint.new(1, 1)})
738
tr3.Color = ColorSequence.new(BrickColor.new('Dark blue').Color)
739
tr3.Lifetime = 0.6
740
 
741
 
742
local rwing4 = CreateParta(m,1,1,"Neon",maincolor)
743
CreateMesh(handle,"Brick",0.5,0.5,0.5)
744
local rwing4weld = CreateWeld(rwing4,handle,rwing4,-5.75,3,0,math.rad(20),math.rad(0),math.rad(-50),0,0,0,math.rad(0),math.rad(0),math.rad(0))
745
 
746
wed = CreateParta(extrawingmod2,0,0,"Neon",halocolor)
747
CreateMesh(wed,"Wedge",0.05,0.5,0.5)
748
CreateWeld(wed,rwing4,wed,0,0,0.25,math.rad(0),math.rad(90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
749
wed = CreateParta(extrawingmod2,0,0,"Neon",halocolor)
750
CreateMesh(wed,"Wedge",0.05,0.5,0.5)
751
CreateWeld(wed,rwing4,wed,0,0,0.25,math.rad(0),math.rad(-90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
752
wed = CreateParta(extrawingmod2,0,0,"Neon",halocolor)
753
CreateMesh(wed,"Wedge",0.05,0.5,3)
754
CreateWeld(wed,rwing4,wed,0,-0.25,1.75,math.rad(0),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0))
755
wed = CreateParta(extrawingmod2,0,0,"Neon",halocolor)
756
CreateMesh(wed,"Wedge",0.05,3,0.5)
757
CreateWeld(wed,rwing4,wed,0,-1.75,0.25,math.rad(90),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0))
758
 
759
local rwing5 = CreateParta(m,1,1,"Neon",maincolor)
760
CreateMesh(handle,"Brick",0.5,0.5,0.5)
761
local rwing5weld = CreateWeld(rwing5,handle,rwing5,-6.75,4,0,math.rad(25),math.rad(0),math.rad(-62.5),0,0,0,math.rad(0),math.rad(0),math.rad(0))
762
 
763
wed = CreateParta(extrawingmod2,0,0,"Neon",halocolor)
764
CreateMesh(wed,"Wedge",0.05,0.5,0.5)
765
CreateWeld(wed,rwing5,wed,0,0,0.25,math.rad(0),math.rad(90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
766
wed = CreateParta(extrawingmod2,0,0,"Neon",halocolor)
767
CreateMesh(wed,"Wedge",0.05,0.5,0.5)
768
CreateWeld(wed,rwing5,wed,0,0,0.25,math.rad(0),math.rad(-90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
769
wed = CreateParta(extrawingmod2,0,0,"Neon",halocolor)
770
CreateMesh(wed,"Wedge",0.05,0.5,3)
771
CreateWeld(wed,rwing5,wed,0,-0.25,1.75,math.rad(0),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0))
772
wed = CreateParta(extrawingmod2,0,0,"Neon",halocolor)
773
CreateMesh(wed,"Wedge",0.05,3,0.5)
774
CreateWeld(wed,rwing5,wed,0,-1.75,0.25,math.rad(90),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0))
775
 
776
local rwing6 = CreateParta(m,1,1,"Neon",maincolor)
777
CreateMesh(handle,"Brick",0.5,0.5,0.5)
778
local rwing6weld = CreateWeld(rwing6,handle,rwing6,-7.75,3,0,math.rad(30),math.rad(0),math.rad(-75),0,0,0,math.rad(0),math.rad(0),math.rad(0))
779
 
780
wed = CreateParta(extrawingmod2,0,0,"Neon",halocolor)
781
CreateMesh(wed,"Wedge",0.05,0.5,0.5)
782
CreateWeld(wed,rwing6,wed,0,0,0.25,math.rad(0),math.rad(90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
783
wed = CreateParta(extrawingmod2,0,0,"Neon",halocolor)
784
CreateMesh(wed,"Wedge",0.05,0.5,0.5)
785
CreateWeld(wed,rwing6,wed,0,0,0.25,math.rad(0),math.rad(-90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
786
wed = CreateParta(extrawingmod2,0,0,"Neon",halocolor)
787
CreateMesh(wed,"Wedge",0.05,0.5,3)
788
CreateWeld(wed,rwing6,wed,0,-0.25,1.75,math.rad(0),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0))
789
wed = CreateParta(extrawingmod2,0,0,"Neon",halocolor)
790
CreateMesh(wed,"Wedge",0.05,3,0.5)
791
CreateWeld(wed,rwing6,wed,0,-1.75,0.25,math.rad(90),math.rad(90),math.rad(90),0,0,0,math.rad(0),math.rad(0),math.rad(0))
792
 
793
---- HERES THE RING
794
 
795
 
796
--[[ran = CreateParta(m2,0,0,"SmoothPlastic",wepcolor)
797
CreateMesh(ran,"Wedge",1.02,1.02,1.02)
798
CreateWeld(ran,larm,ran,0,0.15,0,math.rad(0),math.rad(90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
799
ran = CreateParta(m,0,0,"SmoothPlastic",wepcolor)
800
CreateMesh(ran,"Wedge",0.9,0.9,1.025)
801
CreateWeld(ran,larm,ran,0,0.155,0,math.rad(0),math.rad(90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
802
ran = CreateParta(m,0,0,"SmoothPlastic",wepcolor)
803
CreateMesh(ran,"Wedge",1.025,0.9,0.9)
804
CreateWeld(ran,larm,ran,0,0.155,-0.025,math.rad(0),math.rad(90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
805
 
806
 
807
gan = CreateParta(m,0,0,"SmoothPlastic",wepcolor)
808
CreateMesh(gan,"Brick",1.075,0.1,1.075)
809
CreateWeld(gan,larm,gan,0,0.5,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
810
 
811
gan = CreateParta(m,0,0,"SmoothPlastic",wepcolor)
812
CreateMesh(gan,"Brick",1.075,0.1,1.075)
813
CreateWeld(gan,larm,gan,0,0.75,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
814
 
815
 
816
 
817
gan = CreateParta(m2,0,0,"Neon",halocolor2)
818
CreateMesh(gan,"Brick",1.095,0.035,1.095)
819
CreateWeld(gan,larm,gan,0,0.5,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
820
 
821
gan = CreateParta(m2,0,0,"Neon",halocolor2)
822
CreateMesh(gan,"Brick",1.095,0.035,1.095)
823
CreateWeld(gan,larm,gan,0,0.75,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
824
 
825
gane = CreateParta(m3,0,0,"SmoothPlastic",lunacolor2)
826
CreateMesh(gane,"Brick",1.0625,0.2,1.0625)
827
CreateWeld(gane,larm,gane,0,0.6,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
828
 
829
star = CreateParta(m,0,0,"SmoothPlastic",wepcolor)
830
CreateSpecialMesh(star,"http://www.roblox.com/asset/?id=45428961",2.5,2.5,2.5)
831
CreateWeld(star,larm,star,0,0.475,0.6,math.rad(90),math.rad(90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
832
starl = CreateParta(m3,0,0,"SmoothPlastic",starcolor)
833
CreateSpecialMesh(starl,"http://www.roblox.com/asset/?id=45428961",1.95,2.55,1.95)
834
CreateWeld(starl,larm,starl,0,0.475,0.6,math.rad(90),math.rad(90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
835
 
836
--- second ring
837
 
838
ran = CreateParta(m2,0,0,"SmoothPlastic",wepcolor)
839
CreateMesh(ran,"Wedge",1.02,1.02,1.02)
840
CreateWeld(ran,rarm,ran,0,0.15,0,math.rad(0),math.rad(-90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
841
ran = CreateParta(m,0,0,"SmoothPlastic",wepcolor)
842
CreateMesh(ran,"Wedge",0.9,0.9,1.025)
843
CreateWeld(ran,rarm,ran,0,0.155,0,math.rad(0),math.rad(-90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
844
ran = CreateParta(m,0,0,"SmoothPlastic",wepcolor)
845
CreateMesh(ran,"Wedge",1.025,0.9,0.9)
846
CreateWeld(ran,rarm,ran,0,0.155,-0.025,math.rad(0),math.rad(-90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
847
 
848
gan = CreateParta(m,0,0,"SmoothPlastic",wepcolor)
849
CreateMesh(gan,"Brick",1.075,0.1,1.075)
850
CreateWeld(gan,rarm,gan,0,0.5,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
851
 
852
gan = CreateParta(m,0,0,"SmoothPlastic",wepcolor)
853
CreateMesh(gan,"Brick",1.075,0.1,1.075)
854
CreateWeld(gan,rarm,gan,0,0.75,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
855
 
856
 
857
 
858
gan = CreateParta(m2,0,0,"Neon",halocolor2)
859
CreateMesh(gan,"Brick",1.095,0.035,1.095)
860
CreateWeld(gan,rarm,gan,0,0.5,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
861
 
862
gan = CreateParta(m2,0,0,"Neon",halocolor2)
863
CreateMesh(gan,"Brick",1.095,0.035,1.095)
864
CreateWeld(gan,rarm,gan,0,0.75,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
865
 
866
gane = CreateParta(m3,0,0,"SmoothPlastic",lunacolor2)
867
CreateMesh(gane,"Brick",1.0625,0.2,1.0625)
868
CreateWeld(gane,rarm,gane,0,0.6,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
869
 
870
star = CreateParta(m,0,0,"SmoothPlastic",wepcolor)
871
CreateSpecialMesh(star,"http://www.roblox.com/asset/?id=45428961",2.5,2.5,2.5)
872
CreateWeld(star,rarm,star,0,-0.475,0.6,math.rad(90),math.rad(90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
873
starl = CreateParta(m3,0,0,"SmoothPlastic",starcolor)
874
CreateSpecialMesh(starl,"http://www.roblox.com/asset/?id=45428961",1.95,2.55,1.95)
875
CreateWeld(starl,rarm,starl,0,-0.475,0.6,math.rad(90),math.rad(90),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))]]--
876
 
877
 
878
 
879
for i, v in pairs(m:GetChildren()) do
880
if v:IsA("Part") then
881
v.BrickColor = BrickColor.new("Dark blue")
882
v.Material = "Glass"
883
end
884
end
885
for i, v in pairs(m2:GetChildren()) do
886
if v:IsA("Part") then
887
v.BrickColor = BrickColor.new("Dark blue")
888
v.Material = "Granite"
889
end
890
end
891
for i, v in pairs(m3:GetChildren()) do
892
if v:IsA("Part") then
893
v.BrickColor = BrickColor.new("Dark blue")
894
v.Material = "Neon"
895
end
896
end
897
for i, v in pairs(mw2:GetChildren()) do
898
if v:IsA("Part") then
899
v.BrickColor = BrickColor.new("Dark blue")
900
v.Material = "Neon"
901
end
902
end
903
for i, v in pairs(mw1:GetChildren()) do
904
if v:IsA("Part") then
905
v.Transparency = 1
906
v.BrickColor = BrickColor.new("Dark blue")
907
v.Material = "Neon"
908
end
909
end
910
for i, v in pairs(extrawingmod1:GetChildren()) do
911
if v:IsA("Part") then
912
v.Transparency = 1
913
v.BrickColor = BrickColor.new("Dark blue")
914
v.Material = "Neon"
915
end
916
end
917
for i, v in pairs(extrawingmod2:GetChildren()) do
918
if v:IsA("Part") then
919
v.Transparency = 1
920
v.BrickColor = BrickColor.new("Dark blue")
921
v.Material = "Neon"
922
end
923
end
924
local MAINRUINCOLOR = BrickColor.new("Dark blue")
925
------
926
--Thanks for using Build2Script Plugin by jarredbcv!
927
local player = "LocalPlayer"
928
local Character = game.Players[player].Character
929
local Torso = Character.Torso
930
local LeftArm = Character["Left Arm"]
931
local RightArm = Character["Right Arm"]
932
local LeftLeg = Character["Left Leg"]
933
local RightLeg = Character["Right Leg"]
934
local Head = Character.Head
935
local RootPart = Character.HumanoidRootPart
936
937
local m = Instance.new("Model")
938
m.Name = "VTX"
939
--[[m1 = Instance.new("Model")
940
m1.Name = "Torso"
941
m1.Parent = m
942
m2 = Instance.new("Model")
943
m2.Name = "Head"
944
m2.Parent = m
945
m3 = Instance.new("Model")
946
m3.Name = "RightArm"
947
m3.Parent = m
948
m4 = Instance.new("Model")
949
m4.Name = "LeftLeg"
950
m4.Parent = m
951
m5 = Instance.new("Model")
952
m5.Name = "RightLeg"
953
m5.Parent = m
954
m6 = Instance.new("Model")
955
m6.Name = "LeftArm"
956
m6.Parent = m--]]
957
p1 = Instance.new("Part", m)
958
p1.BrickColor = BrickColor.new("Dark blue")
959
p1.Material = Enum.Material.SmoothPlastic
960
p1.Reflectance = 0.5
961
p1.Name = "DiamondMesh"
962
p1.CFrame = CFrame.new(4.43766785, 155.454346, 39.9999847, -4.37113883e-008, 0, 1, -4.3159529e-005, 1, -1.88656295e-012, -1, -4.3159529e-005, -4.37113883e-008)
963
p1.CanCollide = false
964
p1.FormFactor = Enum.FormFactor.Symmetric
965
p1.Elasticity = 0
966
p1.Size = Vector3.new(0.512455523, 0.512455463, 0.512455463)
967
b1 = Instance.new("SpecialMesh", p1)
968
b1.MeshId = "http://www.roblox.com/Asset/?id=9756362"
969
b1.TextureId = ""
970
b1.MeshType = Enum.MeshType.FileMesh
971
b1.Name = "Mesh"
972
b1.Scale = Vector3.new(0.512455523, 0.230604947, 0.102491096)
973
--[[p2 = Instance.new("Part", m)
974
p2.BrickColor = BrickColor.new("Dark blue")
975
p2.Name = "Torso"
976
p2.CFrame = CFrame.new(3.81999993, 156.276108, 40, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
977
p2.CanCollide = false
978
p2.FormFactor = Enum.FormFactor.Symmetric
979
p2.Size = Vector3.new(2, 2, 1)
980
p2.BottomSurface = Enum.SurfaceType.Smooth
981
p2.TopSurface = Enum.SurfaceType.Smooth--]]
982
p2 = Torso
983
p3 = Instance.new("Part", m)
984
p3.BrickColor = BrickColor.new("Dark blue")
985
p3.Material = Enum.Material.SmoothPlastic
986
p3.Name = "apart"
987
p3.CFrame = CFrame.new(3.18215108, 156.94046, 39.948761, 3.0473866e-005, -1, -3.05175763e-005, -3.05603571e-005, -3.05185094e-005, 1, -1, -3.04729328e-005, -3.05612884e-005)
988
p3.CanCollide = false
989
p3.FormFactor = Enum.FormFactor.Custom
990
p3.Size = Vector3.new(0.819928885, 0.256227732, 0.973665357)
991
p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
992
p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
993
p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
994
p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
995
p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
996
p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
997
b2 = Instance.new("SpecialMesh", p3)
998
b2.MeshType = Enum.MeshType.Brick
999
b2.Name = "Mesh"
1000
b2.Scale = Vector3.new(1, 1.01999998, 0.5)
1001
p4 = Instance.new("Part", m)
1002
p4.BrickColor = BrickColor.new("Dark blue")
1003
p4.Material = Enum.Material.Neon
1004
p4.Name = "apart"
1005
p4.CFrame = CFrame.new(4.59140301, 156.658615, 39.9999924, -1, 4.30663385e-005, 4.43833414e-010, 1.85536919e-009, 5.3449472e-005, -1, -4.30663349e-005, -1, -5.3449472e-005)
1006
p4.CanCollide = false
1007
p4.FormFactor = Enum.FormFactor.Custom
1008
p4.Size = Vector3.new(0.245498881, 0.922419786, 0.922419786)
1009
p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1010
p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1011
p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1012
p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1013
p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1014
p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1015
b3 = Instance.new("SpecialMesh", p4)
1016
b3.MeshType = Enum.MeshType.Cylinder
1017
b3.Name = "Mesh"
1018
b3.Scale = Vector3.new(0.421655804, 0.25, 0.25)
1019
p5 = Instance.new("Part", m)
1020
p5.BrickColor = BrickColor.new("Dark blue")
1021
p5.Material = Enum.Material.SmoothPlastic
1022
p5.Name = "apart"
1023
p5.CFrame = CFrame.new(4.28393078, 155.428711, 39.9999886, -4.37102727e-008, 2.75157674e-012, 1, -4.3159529e-005, 1, -1.96809236e-012, -1, -4.3159529e-005, -4.37139782e-008)
1024
p5.CanCollide = false
1025
p5.FormFactor = Enum.FormFactor.Custom
1026
p5.Size = Vector3.new(0.245498881, 0.512455463, 0.512455463)
1027
p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1028
p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1029
p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1030
p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1031
p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1032
p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1033
b4 = Instance.new("SpecialMesh", p5)
1034
b4.MeshType = Enum.MeshType.Cylinder
1035
b4.Name = "Mesh"
1036
b4.Scale = Vector3.new(0.417481065, 1, 1)
1037
p6 = Instance.new("Part", m)
1038
p6.BrickColor = BrickColor.new("Dark blue")
1039
p6.Name = "apart"
1040
p6.CFrame = CFrame.new(4.59140301, 157.171066, 39.9999886, -1, 4.30663385e-005, 4.43833775e-010, 1.85536952e-009, 5.3449472e-005, -1, -4.30663349e-005, -1, -5.3449472e-005)
1041
p6.CanCollide = false
1042
p6.FormFactor = Enum.FormFactor.Custom
1043
p6.Size = Vector3.new(0.245498881, 0.922419786, 0.922419786)
1044
p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1045
p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1046
p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1047
p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1048
p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1049
p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1050
b5 = Instance.new("SpecialMesh", p6)
1051
b5.MeshType = Enum.MeshType.Cylinder
1052
b5.Name = "Mesh"
1053
b5.Scale = Vector3.new(0.421655804, 0.25, 0.25)
1054
p7 = Instance.new("Part", m)
1055
p7.BrickColor = BrickColor.new("Dark blue")
1056
p7.Material = Enum.Material.Neon
1057
p7.Name = "apart"
1058
p7.CFrame = CFrame.new(4.07894754, 156.453629, 39.974369, 1, 2.75143797e-012, -2.37226807e-014, -8.16291479e-014, 1, 0, -3.6618486e-012, 0, 1)
1059
p7.CanCollide = false
1060
p7.FormFactor = Enum.FormFactor.Custom
1061
p7.Size = Vector3.new(0.512455523, 1.94733071, 0.768683136)
1062
p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1063
p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1064
p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1065
p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1066
p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1067
p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1068
b6 = Instance.new("SpecialMesh", p7)
1069
b6.MeshType = Enum.MeshType.Brick
1070
b6.Name = "Mesh"
1071
b6.Scale = Vector3.new(1.04999995, 0.899999976, 0.25)
1072
p8 = Instance.new("Part", m)
1073
p8.BrickColor = BrickColor.new("Dark blue")
1074
p8.Material = Enum.Material.SmoothPlastic
1075
p8.Name = "apart"
1076
p8.CFrame = CFrame.new(4.38642168, 155.428711, 39.9999886, 1, 2.75143797e-012, -2.37226807e-014, -8.16291479e-014, 1, 0, -3.6618486e-012, 0, 1)
1077
p8.CanCollide = false
1078
p8.FormFactor = Enum.FormFactor.Custom
1079
p8.Size = Vector3.new(0.245498881, 0.512455463, 0.512455463)
1080
p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1081
p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1082
p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1083
p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1084
p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1085
p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1086
b7 = Instance.new("SpecialMesh", p8)
1087
b7.MeshType = Enum.MeshType.Cylinder
1088
b7.Name = "Mesh"
1089
b7.Scale = Vector3.new(0.417481065, 1, 1)
1090
p9 = Instance.new("Part", m)
1091
p9.BrickColor = BrickColor.new("Dark blue")
1092
p9.Material = Enum.Material.Neon
1093
p9.Name = "apart"
1094
p9.CFrame = CFrame.new(4.59140301, 156.914856, 39.9999886, -1, 9.14653137e-005, 3.05217691e-005, 9.14681077e-005, 1, 9.14653137e-005, -3.05133999e-005, 9.14681077e-005, -1)
1095
p9.CanCollide = false
1096
p9.FormFactor = Enum.FormFactor.Custom
1097
p9.Size = Vector3.new(0.245498881, 0.922419786, 0.922419786)
1098
p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1099
p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1100
p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1101
p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1102
p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1103
p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1104
b8 = Instance.new("SpecialMesh", p9)
1105
b8.MeshType = Enum.MeshType.Brick
1106
b8.Name = "Mesh"
1107
b8.Scale = Vector3.new(0.421655804, 0.5, 0.150000006)
1108
p10 = Instance.new("Part", m)
1109
p10.BrickColor = BrickColor.new("Dark blue")
1110
p10.Material = Enum.Material.SmoothPlastic
1111
p10.Name = "apart"
1112
p10.CFrame = CFrame.new(2.66969562, 157.811615, 40.8967972, -3.05612921e-005, 1, -3.05175745e-005, -3.04729328e-005, -3.05185094e-005, -1, -1, -3.05603608e-005, 3.04738642e-005)
1113
p10.CanCollide = false
1114
p10.FormFactor = Enum.FormFactor.Custom
1115
p10.Size = Vector3.new(0.256227762, 0.256227732, 0.768683195)
1116
p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1117
p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1118
p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1119
p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1120
p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1121
p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1122
b9 = Instance.new("SpecialMesh", p10)
1123
b9.MeshType = Enum.MeshType.Brick
1124
b9.Name = "Mesh"
1125
b9.Scale = Vector3.new(0.5, 1.00999999, 1.00999999)
1126
p11 = Instance.new("Part", m)
1127
p11.BrickColor = BrickColor.new("Dark blue")
1128
p11.Material = Enum.Material.Neon
1129
p11.Name = "apart"
1130
p11.CFrame = CFrame.new(2.66969562, 157.811615, 39.1032066, -3.05612921e-005, 1, -3.05175745e-005, -3.04729328e-005, -3.05185094e-005, -1, -1, -3.05603608e-005, 3.04738642e-005)
1131
p11.CanCollide = false
1132
p11.FormFactor = Enum.FormFactor.Custom
1133
p11.Size = Vector3.new(0.256227762, 0.256227732, 0.768683195)
1134
p11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1135
p11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1136
p11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1137
p11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1138
p11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1139
p11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1140
b10 = Instance.new("SpecialMesh", p11)
1141
b10.MeshType = Enum.MeshType.Brick
1142
b10.Name = "Mesh"
1143
b10.Scale = Vector3.new(0.25, 1.01999998, 1.01999998)
1144
p12 = Instance.new("Part", m)
1145
p12.BrickColor = BrickColor.new("Dark blue")
1146
p12.Material = Enum.Material.SmoothPlastic
1147
p12.Name = "apart"
1148
p12.CFrame = CFrame.new(2.66969562, 157.811615, 39.1032104, -3.05612921e-005, 1, -3.05175745e-005, -3.04729328e-005, -3.05185094e-005, -1, -1, -3.05603608e-005, 3.04738642e-005)
1149
p12.CanCollide = false
1150
p12.FormFactor = Enum.FormFactor.Custom
1151
p12.Size = Vector3.new(0.256227762, 0.256227732, 0.768683195)
1152
p12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1153
p12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1154
p12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1155
p12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1156
p12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1157
p12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1158
b11 = Instance.new("SpecialMesh", p12)
1159
b11.MeshType = Enum.MeshType.Brick
1160
b11.Name = "Mesh"
1161
b11.Scale = Vector3.new(0.5, 1.00999999, 1.00999999)
1162
p13 = Instance.new("Part", m)
1163
p13.BrickColor = BrickColor.new("Dark blue")
1164
p13.Material = Enum.Material.Neon
1165
p13.Name = "apart"
1166
p13.CFrame = CFrame.new(4.2839303, 155.428711, 40, -4.37154632e-008, -3.63797881e-012, 1, -4.31595254e-005, 1, 0, -1, -4.3159529e-005, -4.37144365e-008)
1167
p13.CanCollide = false
1168
p13.FormFactor = Enum.FormFactor.Custom
1169
p13.Size = Vector3.new(0.245498881, 0.512455463, 0.512455463)
1170
p13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1171
p13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1172
p13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1173
p13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1174
p13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1175
p13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1176
b12 = Instance.new("SpecialMesh", p13)
1177
b12.MeshType = Enum.MeshType.Cylinder
1178
b12.Name = "Mesh"
1179
b12.Scale = Vector3.new(0.208740532, 1.00999999, 1.00999999)
1180
p14 = Instance.new("Part", m)
1181
p14.BrickColor = BrickColor.new("Dark blue")
1182
p14.Material = Enum.Material.SmoothPlastic
1183
p14.Name = "apart"
1184
p14.CFrame = CFrame.new(3.82271981, 155.428711, 40, 1, -3.63780295e-012, 4.07496259e-012, 1.88656274e-012, 1, -3.63797881e-012, -3.04822834e-012, 8.24700363e-020, 1)
1185
p14.CanCollide = false
1186
p14.FormFactor = Enum.FormFactor.Custom
1187
p14.Size = Vector3.new(1.02491105, 0.245498881, 2.04982185)
1188
p14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1189
p14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1190
p14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1191
p14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1192
p14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1193
p14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1194
b13 = Instance.new("SpecialMesh", p14)
1195
b13.MeshType = Enum.MeshType.Brick
1196
b13.Name = "Mesh"
1197
b13.Scale = Vector3.new(1.00999999, 0.421655744, 1.00999999)
1198
p15 = Instance.new("Part", m)
1199
p15.BrickColor = BrickColor.new("Dark blue")
1200
p15.Material = Enum.Material.Neon
1201
p15.Name = "apart"
1202
p15.CFrame = CFrame.new(4.59140301, 156.914841, 39.7437744, -1, 4.30663349e-005, 4.50222831e-010, 1.85340143e-009, 5.34494757e-005, -1, -4.30663349e-005, -1, -5.3449472e-005)
1203
p15.CanCollide = false
1204
p15.FormFactor = Enum.FormFactor.Custom
1205
p15.Size = Vector3.new(0.245498881, 0.922419786, 0.922419786)
1206
p15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1207
p15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1208
p15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1209
p15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1210
p15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1211
p15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1212
b14 = Instance.new("SpecialMesh", p15)
1213
b14.MeshType = Enum.MeshType.Cylinder
1214
b14.Name = "Mesh"
1215
b14.Scale = Vector3.new(0.421655804, 0.25, 0.25)
1216
p16 = Instance.new("Part", m)
1217
p16.BrickColor = BrickColor.new("Dark blue")
1218
p16.Material = Enum.Material.Neon
1219
p16.Name = "apart"
1220
p16.CFrame = CFrame.new(2.66969585, 157.811615, 40.8968086, -3.05612921e-005, 1, -3.05175745e-005, -3.04729328e-005, -3.05185094e-005, -1, -1, -3.05603608e-005, 3.04738605e-005)
1221
p16.CanCollide = false
1222
p16.FormFactor = Enum.FormFactor.Custom
1223
p16.Size = Vector3.new(0.256227762, 0.256227732, 0.768683195)
1224
p16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1225
p16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1226
p16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1227
p16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1228
p16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1229
p16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1230
b15 = Instance.new("SpecialMesh", p16)
1231
b15.MeshType = Enum.MeshType.Brick
1232
b15.Name = "Mesh"
1233
b15.Scale = Vector3.new(0.25, 1.01999998, 1.01999998)
1234
p17 = Instance.new("Part", m)
1235
p17.BrickColor = BrickColor.new("Dark blue")
1236
p17.Material = Enum.Material.SmoothPlastic
1237
p17.Name = "apart"
1238
p17.CFrame = CFrame.new(4.59140301, 156.914825, 40.0000038, -1, 4.30663349e-005, 4.51109372e-010, 1.85536919e-009, 5.34494684e-005, -1, -4.30663349e-005, -1, -5.34494793e-005)
1239
p17.CanCollide = false
1240
p17.FormFactor = Enum.FormFactor.Custom
1241
p17.Size = Vector3.new(0.245498881, 0.922419786, 0.922419786)
1242
p17.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1243
p17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1244
p17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1245
p17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1246
p17.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1247
p17.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1248
b16 = Instance.new("SpecialMesh", p17)
1249
b16.MeshType = Enum.MeshType.Cylinder
1250
b16.Name = "Mesh"
1251
b16.Scale = Vector3.new(0.417480975, 1, 1)
1252
p18 = Instance.new("Part", m)
1253
p18.BrickColor = BrickColor.new("Dark blue")
1254
p18.Material = Enum.Material.Neon
1255
p18.Name = "apart"
1256
p18.CFrame = CFrame.new(4.59140301, 156.914825, 40.2562294, -1, 4.30663349e-005, 4.51109372e-010, 1.85536919e-009, 5.34494684e-005, -1, -4.30663349e-005, -1, -5.34494793e-005)
1257
p18.CanCollide = false
1258
p18.FormFactor = Enum.FormFactor.Custom
1259
p18.Size = Vector3.new(0.245498881, 0.922419786, 0.922419786)
1260
p18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1261
p18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1262
p18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1263
p18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1264
p18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1265
p18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1266
b17 = Instance.new("SpecialMesh", p18)
1267
b17.MeshType = Enum.MeshType.Cylinder
1268
b17.Name = "Mesh"
1269
b17.Scale = Vector3.new(0.421655804, 0.25, 0.25)
1270
p19 = Instance.new("Part", m)
1271
p19.BrickColor = BrickColor.new("Dark blue")
1272
p19.Material = Enum.Material.Neon
1273
p19.Name = "apart"
1274
p19.CFrame = CFrame.new(4.59140301, 156.914825, 40.0000038, -1, 4.30663349e-005, 4.51109372e-010, 1.85536919e-009, 5.34494684e-005, -1, -4.30663349e-005, -1, -5.34494793e-005)
1275
p19.CanCollide = false
1276
p19.FormFactor = Enum.FormFactor.Custom
1277
p19.Size = Vector3.new(0.245498881, 0.922419786, 0.922419786)
1278
p19.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1279
p19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1280
p19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1281
p19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1282
p19.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1283
p19.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1284
b18 = Instance.new("SpecialMesh", p19)
1285
b18.MeshType = Enum.MeshType.Brick
1286
b18.Name = "Mesh"
1287
b18.Scale = Vector3.new(0.421655804, 0.5, 0.150000006)
1288
p20 = Instance.new("Part", m)
1289
p20.BrickColor = BrickColor.new("Dark blue")
1290
p20.Material = Enum.Material.SmoothPlastic
1291
p20.Name = "apart"
1292
p20.CFrame = CFrame.new(4.46329021, 156.914825, 40.0000191, -3.05612921e-005, 1, -3.05175745e-005, -3.04729401e-005, -3.05185094e-005, -1, -1, -3.05603608e-005, 3.04738533e-005)
1293
p20.CanCollide = false
1294
p20.FormFactor = Enum.FormFactor.Custom
1295
p20.Size = Vector3.new(2.04982209, 0.256227732, 1.02491093)
1296
p20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1297
p20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1298
p20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1299
p20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1300
p20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1301
p20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1302
b19 = Instance.new("SpecialMesh", p20)
1303
b19.MeshType = Enum.MeshType.Torso
1304
b19.Name = "Mesh"
1305
p21 = Instance.new("Part", m)
1306
p21.BrickColor = BrickColor.new("Dark blue")
1307
p21.Material = Enum.Material.SmoothPlastic
1308
p21.Name = "apart"
1309
p21.CFrame = CFrame.new(4.07894802, 156.453613, 39.9743843, 1, -3.63797881e-012, 4.9720783e-012, 0, 1, 7.27595761e-012, -2.30360175e-012, 1.27329258e-011, 1)
1310
p21.CanCollide = false
1311
p21.FormFactor = Enum.FormFactor.Custom
1312
p21.Size = Vector3.new(0.512455523, 1.94733071, 0.768683136)
1313
p21.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1314
p21.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1315
p21.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1316
p21.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1317
p21.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1318
p21.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1319
b20 = Instance.new("SpecialMesh", p21)
1320
b20.MeshType = Enum.MeshType.Brick
1321
b20.Name = "Mesh"
1322
b20.Scale = Vector3.new(1.03999996, 1.00999999, 1.00999999)
1323
p22 = Instance.new("Part", m)
1324
p22.BrickColor = BrickColor.new("Dark blue")
1325
p22.Material = Enum.Material.Neon
1326
p22.Name = "apart"
1327
p22.CFrame = CFrame.new(3.18215108, 156.940445, 39.9487801, 3.04738605e-005, -1, -3.05175818e-005, -3.05603644e-005, -3.05185094e-005, 1, -1, -3.0472931e-005, -3.05612739e-005)
1328
p22.CanCollide = false
1329
p22.FormFactor = Enum.FormFactor.Custom
1330
p22.Size = Vector3.new(0.819928885, 0.256227732, 0.973665357)
1331
p22.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1332
p22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1333
p22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1334
p22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1335
p22.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1336
p22.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1337
b21 = Instance.new("SpecialMesh", p22)
1338
b21.MeshType = Enum.MeshType.Brick
1339
b21.Name = "Mesh"
1340
b21.Scale = Vector3.new(1, 1.02999997, 0.25)
1341
p23 = Instance.new("Part", m)
1342
p23.BrickColor = BrickColor.new("Dark blue")
1343
p23.Material = Enum.Material.SmoothPlastic
1344
p23.Name = "apart"
1345
p23.CFrame = CFrame.new(3.82272005, 156.402344, 40.0000038, 1, -3.63797881e-012, 4.97202279e-012, 0, 1, 7.27595761e-012, -2.30448993e-012, 1.45519152e-011, 1)
1346
p23.CanCollide = false
1347
p23.FormFactor = Enum.FormFactor.Custom
1348
p23.Size = Vector3.new(1.02491105, 2.04982185, 2.04982185)
1349
p23.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1350
p23.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1351
p23.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1352
p23.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1353
p23.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1354
p23.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1355
p24 = Instance.new("Part", m)
1356
p24.BrickColor = BrickColor.new("Dark blue")
1357
p24.Material = Enum.Material.SmoothPlastic
1358
p24.Name = "apart"
1359
p24.CFrame = CFrame.new(3.82272005, 155.172455, 39.4875526, 1, -3.63797881e-012, 4.97202279e-012, 0, 1, 7.27595761e-012, -2.30448993e-012, 1.45519152e-011, 1)
1360
p24.CanCollide = false
1361
p24.FormFactor = Enum.FormFactor.Custom
1362
p24.Size = Vector3.new(1.02491105, 0.409964383, 1.02491093)
1363
p24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1364
p24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1365
p24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1366
p24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1367
p24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1368
p24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1369
b22 = Instance.new("SpecialMesh", p24)
1370
b22.MeshType = Enum.MeshType.Brick
1371
b22.Name = "Mesh"
1372
b22.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999)
1373
p25 = Instance.new("Part", m)
1374
p25.BrickColor = BrickColor.new("Dark blue")
1375
p25.Material = Enum.Material.SmoothPlastic
1376
p25.Name = "apart"
1377
p25.CFrame = CFrame.new(3.82272005, 155.172455, 40.512455, 1, -3.63797881e-012, 4.97202279e-012, 0, 1, 7.27595761e-012, -2.30448993e-012, 1.45519152e-011, 1)
1378
p25.CanCollide = false
1379
p25.FormFactor = Enum.FormFactor.Custom
1380
p25.Size = Vector3.new(1.02491105, 0.409964383, 1.02491093)
1381
p25.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1382
p25.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1383
p25.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1384
p25.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1385
p25.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1386
p25.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1387
b23 = Instance.new("SpecialMesh", p25)
1388
b23.MeshType = Enum.MeshType.Brick
1389
b23.Name = "Mesh"
1390
b23.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999)
1391
p26 = Instance.new("Part", m)
1392
p26.BrickColor = BrickColor.new("Dark blue")
1393
p26.Material = Enum.Material.SmoothPlastic
1394
p26.Name = "apart"
1395
p26.CFrame = CFrame.new(2.66969609, 157.8116, 39.1032181, -3.05612921e-005, 1, -3.05175745e-005, -3.04729401e-005, -3.05185094e-005, -1, -1, -3.05603608e-005, 3.04738514e-005)
1396
p26.CanCollide = false
1397
p26.FormFactor = Enum.FormFactor.Custom
1398
p26.Size = Vector3.new(0.256227762, 0.256227732, 0.768683195)
1399
p26.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1400
p26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1401
p26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1402
p26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1403
p26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1404
p26.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1405
b24 = Instance.new("SpecialMesh", p26)
1406
b24.MeshType = Enum.MeshType.Brick
1407
b24.Name = "Mesh"
1408
p27 = Instance.new("Part", m)
1409
p27.BrickColor = BrickColor.new("Dark blue")
1410
p27.Material = Enum.Material.SmoothPlastic
1411
p27.Name = "apart"
1412
p27.CFrame = CFrame.new(3.82269621, 157.4785, 40.0000038, 5.34812571e-005, -1, -4.31585941e-005, 1, 5.34812607e-005, 1.38243195e-009, 9.4587449e-010, -4.31585941e-005, 1)
1413
p27.CanCollide = false
1414
p27.FormFactor = Enum.FormFactor.Custom
1415
p27.Size = Vector3.new(0.245498881, 1.02491093, 1.02491093)
1416
p27.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1417
p27.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1418
p27.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1419
p27.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1420
p27.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1421
p27.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1422
b25 = Instance.new("SpecialMesh", p27)
1423
b25.MeshType = Enum.MeshType.Cylinder
1424
b25.Name = "Mesh"
1425
b25.Scale = Vector3.new(0.417481065, 1, 1)
1426
p28 = Instance.new("Part", m)
1427
p28.BrickColor = BrickColor.new("Dark blue")
1428
p28.Material = Enum.Material.SmoothPlastic
1429
p28.Name = "apart"
1430
p28.CFrame = CFrame.new(3.18215108, 157.8116, 39.1032181, -3.05612921e-005, 1, -3.05175745e-005, -3.04729401e-005, -3.05185094e-005, -1, -1, -3.05603608e-005, 3.04738533e-005)
1431
p28.CanCollide = false
1432
p28.FormFactor = Enum.FormFactor.Custom
1433
p28.Size = Vector3.new(0.256227762, 0.768683195, 0.768683195)
1434
p28.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1435
p28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1436
p28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1437
p28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1438
p28.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1439
p28.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1440
b26 = Instance.new("SpecialMesh", p28)
1441
b26.MeshType = Enum.MeshType.Wedge
1442
b26.Name = "Mesh"
1443
p29 = Instance.new("Part", m)
1444
p29.BrickColor = BrickColor.new("Dark blue")
1445
p29.Material = Enum.Material.SmoothPlastic
1446
p29.Name = "apart"
1447
p29.CFrame = CFrame.new(3.82272005, 156.556107, 40.0000076, 1, -3.63797881e-012, 4.9720783e-012, 0, 1, 7.27595761e-012, -2.30360175e-012, 1.27329258e-011, 1)
1448
p29.CanCollide = false
1449
p29.FormFactor = Enum.FormFactor.Custom
1450
p29.Size = Vector3.new(1.02491105, 1.74234843, 1.84483957)
1451
p29.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1452
p29.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1453
p29.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1454
p29.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1455
p29.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1456
p29.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1457
b27 = Instance.new("SpecialMesh", p29)
1458
b27.MeshType = Enum.MeshType.Brick
1459
b27.Name = "Mesh"
1460
b27.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999)
1461
p30 = Instance.new("Part", m)
1462
p30.BrickColor = BrickColor.new("Dark blue")
1463
p30.Material = Enum.Material.SmoothPlastic
1464
p30.Name = "apart"
1465
p30.CFrame = CFrame.new(2.92592335, 156.914825, 39.1032219, -0.000152631605, -1, -3.05091999e-005, 6.0986782e-005, -3.05185058e-005, 1, -1, 0.000152629742, 6.09914605e-005)
1466
p30.CanCollide = false
1467
p30.FormFactor = Enum.FormFactor.Custom
1468
p30.Size = Vector3.new(0.256227762, 0.768683195, 1.02491093)
1469
p30.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1470
p30.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1471
p30.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1472
p30.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1473
p30.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1474
p30.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1475
b28 = Instance.new("SpecialMesh", p30)
1476
b28.MeshType = Enum.MeshType.Wedge
1477
b28.Name = "Mesh"
1478
p31 = Instance.new("Part", m)
1479
p31.BrickColor = BrickColor.new("Dark blue")
1480
p31.Material = Enum.Material.SmoothPlastic
1481
p31.Name = "apart"
1482
p31.CFrame = CFrame.new(2.92592359, 156.91481, 40.8968201, -0.000152631605, -1, -3.05091999e-005, 6.0986782e-005, -3.05185058e-005, 1, -1, 0.000152629742, 6.09914605e-005)
1483
p31.CanCollide = false
1484
p31.FormFactor = Enum.FormFactor.Custom
1485
p31.Size = Vector3.new(0.256227762, 0.768683195, 1.02491093)
1486
p31.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1487
p31.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1488
p31.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1489
p31.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1490
p31.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1491
p31.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1492
b29 = Instance.new("SpecialMesh", p31)
1493
b29.MeshType = Enum.MeshType.Wedge
1494
b29.Name = "Mesh"
1495
p32 = Instance.new("Part", m)
1496
p32.BrickColor = BrickColor.new("Dark blue")
1497
p32.Material = Enum.Material.SmoothPlastic
1498
p32.Name = "apart"
1499
p32.CFrame = CFrame.new(3.82272077, 156.556091, 40.9736748, 1, 3.05171161e-005, 3.05180401e-005, 3.05180401e-005, -1, -3.04301611e-005, 3.05171125e-005, 3.04310706e-005, -1)
1500
p32.CanCollide = false
1501
p32.FormFactor = Enum.FormFactor.Custom
1502
p32.Size = Vector3.new(1.02491105, 1.74234843, 0.245498881)
1503
p32.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1504
p32.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1505
p32.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1506
p32.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1507
p32.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1508
p32.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1509
b30 = Instance.new("SpecialMesh", p32)
1510
b30.MeshType = Enum.MeshType.Wedge
1511
b30.Name = "Mesh"
1512
b30.Scale = Vector3.new(1.00999999, 1.00999999, 0.333984762)
1513
p33 = Instance.new("Part", m)
1514
p33.BrickColor = BrickColor.new("Dark blue")
1515
p33.Material = Enum.Material.SmoothPlastic
1516
p33.Name = "apart"
1517
p33.CFrame = CFrame.new(2.66969681, 157.8116, 40.8968201, -3.05612957e-005, 1, -3.05175763e-005, -3.04729383e-005, -3.05185094e-005, -1, -1, -3.05603571e-005, 3.04738496e-005)
1518
p33.CanCollide = false
1519
p33.FormFactor = Enum.FormFactor.Custom
1520
p33.Size = Vector3.new(0.256227762, 0.256227732, 0.768683195)
1521
p33.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1522
p33.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1523
p33.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1524
p33.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1525
p33.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1526
p33.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1527
b31 = Instance.new("SpecialMesh", p33)
1528
b31.MeshType = Enum.MeshType.Brick
1529
b31.Name = "Mesh"
1530
p34 = Instance.new("Part", m)
1531
p34.BrickColor = BrickColor.new("Dark blue")
1532
p34.Material = Enum.Material.SmoothPlastic
1533
p34.Name = "apart"
1534
p34.CFrame = CFrame.new(3.82269669, 157.581009, 40.0000153, 5.34812571e-005, -1, -4.31585904e-005, 1, 5.34812607e-005, 1.38061296e-009, 9.47693479e-010, -4.31585977e-005, 1)
1535
p34.CanCollide = false
1536
p34.FormFactor = Enum.FormFactor.Custom
1537
p34.Size = Vector3.new(0.245498881, 1.02491093, 1.02491093)
1538
p34.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1539
p34.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1540
p34.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1541
p34.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1542
p34.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1543
p34.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1544
b32 = Instance.new("SpecialMesh", p34)
1545
b32.MeshType = Enum.MeshType.Cylinder
1546
b32.Name = "Mesh"
1547
b32.Scale = Vector3.new(0.417481065, 0.899999976, 1)
1548
p35 = Instance.new("Part", m)
1549
p35.BrickColor = BrickColor.new("Dark blue")
1550
p35.Material = Enum.Material.SmoothPlastic
1551
p35.Name = "apart"
1552
p35.CFrame = CFrame.new(3.82272053, 155.633682, 40.4612274, 1, 3.05171161e-005, 3.05180365e-005, 3.05180401e-005, -1, -3.04301593e-005, 3.05171143e-005, 3.04310706e-005, -1)
1553
p35.CanCollide = false
1554
p35.FormFactor = Enum.FormFactor.Custom
1555
p35.Size = Vector3.new(1.02491105, 0.245498881, 0.922419906)
1556
p35.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1557
p35.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1558
p35.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1559
p35.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1560
p35.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1561
p35.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1562
b33 = Instance.new("SpecialMesh", p35)
1563
b33.MeshType = Enum.MeshType.Wedge
1564
b33.Name = "Mesh"
1565
b33.Scale = Vector3.new(1.00999999, 0.421655744, 1)
1566
p36 = Instance.new("Part", m)
1567
p36.BrickColor = BrickColor.new("Dark blue")
1568
p36.Material = Enum.Material.SmoothPlastic
1569
p36.Name = "apart"
1570
p36.CFrame = CFrame.new(3.82272053, 156.556107, 39.0263557, -1, -3.04301484e-005, 3.05180511e-005, 3.04310906e-005, -1, 3.05171161e-005, 3.05171197e-005, 3.0518022e-005, 1)
1571
p36.CanCollide = false
1572
p36.FormFactor = Enum.FormFactor.Custom
1573
p36.Size = Vector3.new(1.02491105, 1.74234843, 0.245498881)
1574
p36.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1575
p36.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1576
p36.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1577
p36.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1578
p36.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1579
p36.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1580
b34 = Instance.new("SpecialMesh", p36)
1581
b34.MeshType = Enum.MeshType.Wedge
1582
b34.Name = "Mesh"
1583
b34.Scale = Vector3.new(1.00999999, 1.00999999, 0.333984762)
1584
p37 = Instance.new("Part", m)
1585
p37.BrickColor = BrickColor.new("Dark blue")
1586
p37.Material = Enum.Material.SmoothPlastic
1587
p37.Name = "apart"
1588
p37.CFrame = CFrame.new(3.82272053, 155.633682, 39.5388374, -1, -3.04301484e-005, 3.05180511e-005, 3.04310906e-005, -1, 3.05171161e-005, 3.05171197e-005, 3.0518022e-005, 1)
1589
p37.CanCollide = false
1590
p37.FormFactor = Enum.FormFactor.Custom
1591
p37.Size = Vector3.new(1.02491105, 0.245498881, 0.922419906)
1592
p37.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1593
p37.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1594
p37.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1595
p37.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1596
p37.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1597
p37.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1598
b35 = Instance.new("SpecialMesh", p37)
1599
b35.MeshType = Enum.MeshType.Wedge
1600
b35.Name = "Mesh"
1601
b35.Scale = Vector3.new(1.00999999, 0.421655744, 1)
1602
p38 = Instance.new("Part", m)
1603
p38.BrickColor = BrickColor.new("Dark blue")
1604
p38.Material = Enum.Material.SmoothPlastic
1605
p38.Name = "apart"
1606
p38.CFrame = CFrame.new(3.18215156, 157.811584, 40.8968277, -3.05612957e-005, 1, -3.05175708e-005, -3.04729365e-005, -3.05185131e-005, -1, -1, -3.05603608e-005, 3.04738478e-005)
1607
p38.CanCollide = false
1608
p38.FormFactor = Enum.FormFactor.Custom
1609
p38.Size = Vector3.new(0.256227762, 0.768683195, 0.768683195)
1610
p38.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1611
p38.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1612
p38.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1613
p38.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1614
p38.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1615
p38.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1616
b36 = Instance.new("SpecialMesh", p38)
1617
b36.MeshType = Enum.MeshType.Wedge
1618
b36.Name = "Mesh"
1619
p39 = Instance.new("Part", m)
1620
p39.BrickColor = BrickColor.new("Dark blue")
1621
p39.Material = Enum.Material.SmoothPlastic
1622
p39.Name = "apart"
1623
p39.CFrame = CFrame.new(3.18215156, 156.940414, 39.9487991, 3.04738587e-005, -1, -3.05175854e-005, -3.05603608e-005, -3.05185022e-005, 1, -1, -3.0472931e-005, -3.05612703e-005)
1624
p39.CanCollide = false
1625
p39.FormFactor = Enum.FormFactor.Custom
1626
p39.Size = Vector3.new(0.819928885, 0.256227732, 0.973665357)
1627
p39.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1628
p39.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1629
p39.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1630
p39.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1631
p39.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1632
p39.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1633
b37 = Instance.new("SpecialMesh", p39)
1634
b37.MeshType = Enum.MeshType.Brick
1635
b37.Name = "Mesh"
1636
b37.Scale = Vector3.new(1, 1.00999999, 1.00999999)
1637
p40 = Instance.new("Part", m)
1638
p40.BrickColor = BrickColor.new("Dark blue")
1639
p40.Material = Enum.Material.SmoothPlastic
1640
p40.Name = "apart"
1641
p40.CFrame = CFrame.new(3.18215179, 156.94043, 40.0000381, 3.04738587e-005, -1, -3.05175854e-005, -3.05603608e-005, -3.05185022e-005, 1, -1, -3.0472931e-005, -3.05612703e-005)
1642
p40.CanCollide = false
1643
p40.FormFactor = Enum.FormFactor.Custom
1644
p40.Size = Vector3.new(1.53736663, 0.256227732, 0.973665357)
1645
p40.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1646
p40.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1647
p40.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1648
p40.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1649
p40.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1650
p40.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1651
b38 = Instance.new("SpecialMesh", p40)
1652
b38.MeshType = Enum.MeshType.Torso
1653
b38.Name = "Mesh"
1654
p41 = Instance.new("Part", m)
1655
p41.BrickColor = BrickColor.new("Dark blue")
1656
p41.Material = Enum.Material.SmoothPlastic
1657
p41.Name = "apart"
1658
p41.CFrame = CFrame.new(4.43766689, 158.093491, 39.9999962, -1, 4.30663349e-005, 4.51109372e-010, 1.85900717e-009, 5.34494684e-005, -1, -4.30663422e-005, -1, -5.34494757e-005)
1659
p41.CanCollide = false
1660
p41.FormFactor = Enum.FormFactor.Custom
1661
p41.Size = Vector3.new(0.409964442, 0.922419786, 0.922419786)
1662
p41.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1663
p41.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1664
p41.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1665
p41.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1666
p41.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1667
p41.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1668
b39 = Instance.new("SpecialMesh", p41)
1669
b39.MeshType = Enum.MeshType.Sphere
1670
b39.Name = "Mesh"
1671
p42 = Instance.new("Part", m)
1672
p42.BrickColor = BrickColor.new("Dark blue")
1673
p42.Material = Enum.Material.SmoothPlastic
1674
p42.Name = "apart"
1675
p42.CFrame = CFrame.new(3.82272005, 158.093506, 39.2825584, -3.05612848e-005, -1, -3.05175745e-005, -3.05603535e-005, 3.05185167e-005, -1, 1, -3.05603608e-005, -3.05612921e-005)
1676
p42.CanCollide = false
1677
p42.FormFactor = Enum.FormFactor.Custom
1678
p42.Size = Vector3.new(0.307473212, 0.512455463, 0.512455463)
1679
p42.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1680
p42.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1681
p42.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1682
p42.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1683
p42.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1684
p42.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1685
b40 = Instance.new("SpecialMesh", p42)
1686
b40.MeshType = Enum.MeshType.Sphere
1687
b40.Name = "Mesh"
1688
p43 = Instance.new("Part", m)
1689
p43.BrickColor = BrickColor.new("Dark blue")
1690
p43.Material = Enum.Material.SmoothPlastic
1691
p43.Name = "apart"
1692
p43.CFrame = CFrame.new(4.3864212, 158.093475, 39.9999924, -1, 4.30663349e-005, 4.50970816e-010, 1.8563604e-009, 5.34494684e-005, -1, -4.30663422e-005, -1, -5.3449472e-005)
1693
p43.CanCollide = false
1694
p43.FormFactor = Enum.FormFactor.Custom
1695
p43.Size = Vector3.new(0.245498881, 0.922419786, 0.922419786)
1696
p43.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1697
p43.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1698
p43.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1699
p43.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1700
p43.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1701
p43.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1702
b41 = Instance.new("SpecialMesh", p43)
1703
b41.MeshType = Enum.MeshType.Cylinder
1704
b41.Name = "Mesh"
1705
b41.Scale = Vector3.new(0.417480975, 1, 1)
1706
p44 = Instance.new("Part", m)
1707
p44.BrickColor = BrickColor.new("Dark blue")
1708
p44.Material = Enum.Material.SmoothPlastic
1709
p44.Name = "apart"
1710
p44.CFrame = CFrame.new(4.18143892, 158.093475, 39.9999886, -4.37157723e-008, -2.66764388e-012, -1, 1, -3.05612884e-005, -4.37103154e-008, -3.05612884e-005, -1, -2.66975331e-012)
1711
p44.CanCollide = false
1712
p44.FormFactor = Enum.FormFactor.Custom
1713
p44.Size = Vector3.new(0.245498881, 1.02491093, 1.02491093)
1714
p44.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1715
p44.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1716
p44.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1717
p44.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1718
p44.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1719
p44.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1720
b42 = Instance.new("SpecialMesh", p44)
1721
b42.MeshType = Enum.MeshType.Cylinder
1722
b42.Name = "Mesh"
1723
b42.Scale = Vector3.new(0.626221538, 1, 1)
1724
p45 = Instance.new("Part", m)
1725
p45.BrickColor = BrickColor.new("Dark blue")
1726
p45.Material = Enum.Material.Neon
1727
p45.Name = "apart"
1728
p45.CFrame = CFrame.new(4.18143892, 158.093475, 39.9999886, -4.37157723e-008, -2.66764388e-012, -1, 1, -3.05612884e-005, -4.37103154e-008, -3.05612884e-005, -1, -2.66975331e-012)
1729
p45.CanCollide = false
1730
p45.FormFactor = Enum.FormFactor.Custom
1731
p45.Size = Vector3.new(0.245498881, 1.02491093, 1.02491093)
1732
p45.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1733
p45.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1734
p45.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1735
p45.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1736
p45.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1737
p45.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1738
b43 = Instance.new("SpecialMesh", p45)
1739
b43.MeshType = Enum.MeshType.Cylinder
1740
b43.Name = "Mesh"
1741
b43.Scale = Vector3.new(0.313110769, 1.00999999, 1.00999999)
1742
p46 = Instance.new("Part", m)
1743
p46.BrickColor = BrickColor.new("Dark blue")
1744
p46.Material = Enum.Material.SmoothPlastic
1745
p46.Name = "apart"
1746
p46.CFrame = CFrame.new(3.82271981, 158.093491, 40.7174263, -3.05612884e-005, -1, -3.05175763e-005, -3.05603571e-005, 3.05185131e-005, -1, 1, -3.05603571e-005, -3.05612884e-005)
1747
p46.CanCollide = false
1748
p46.FormFactor = Enum.FormFactor.Custom
1749
p46.Size = Vector3.new(0.307473212, 0.512455463, 0.512455463)
1750
p46.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1751
p46.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1752
p46.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1753
p46.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1754
p46.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1755
p46.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1756
b44 = Instance.new("SpecialMesh", p46)
1757
b44.MeshType = Enum.MeshType.Sphere
1758
b44.Name = "Mesh"
1759
p47 = Instance.new("Part", m)
1760
p47.BrickColor = BrickColor.new("Dark blue")
1761
--[[p47.Name = "Head"
1762
p47.CFrame = CFrame.new(3.81999993, 157.776108, 40, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
1763
p47.CanCollide = false
1764
p47.FormFactor = Enum.FormFactor.Symmetric
1765
p47.Size = Vector3.new(2, 1, 1)
1766
p47.BottomSurface = Enum.SurfaceType.Smooth
1767
p47.TopSurface = Enum.SurfaceType.Smooth--]]
1768
p47 = Head
1769
p48 = Instance.new("Part", m)
1770
p48.BrickColor = BrickColor.new("Dark blue")
1771
p48.Material = Enum.Material.Neon
1772
p48.Name = "apart"
1773
p48.CFrame = CFrame.new(3.05403709, 158.529068, 39.8975182, -3.05612884e-005, 1, -3.05166468e-005, 6.10798015e-005, -3.05147805e-005, -1, -1, -3.05631511e-005, -6.10788702e-005)
1774
p48.CanCollide = false
1775
p48.FormFactor = Enum.FormFactor.Custom
1776
p48.Size = Vector3.new(0.245498881, 0.512455463, 0.245498881)
1777
p48.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1778
p48.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1779
p48.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1780
p48.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1781
p48.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1782
p48.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1783
b45 = Instance.new("SpecialMesh", p48)
1784
b45.MeshType = Enum.MeshType.Wedge
1785
b45.Name = "Mesh"
1786
b45.Scale = Vector3.new(0.208740532, 1.00999999, 0.626221359)
1787
p49 = Instance.new("Part", m)
1788
p49.BrickColor = BrickColor.new("Dark blue")
1789
p49.Material = Enum.Material.SmoothPlastic
1790
p49.Name = "apart"
1791
p49.CFrame = CFrame.new(4.69389391, 158.09346, 39.9999847, -1, 4.30663385e-005, 4.47471393e-010, 1.85536919e-009, 5.34494684e-005, -1, -4.30663385e-005, -1, -5.34494757e-005)
1792
p49.CanCollide = false
1793
p49.FormFactor = Enum.FormFactor.Custom
1794
p49.Size = Vector3.new(0.245498881, 0.409964353, 0.245498881)
1795
p49.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1796
p49.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1797
p49.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1798
p49.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1799
p49.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1800
p49.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1801
b46 = Instance.new("SpecialMesh", p49)
1802
b46.MeshType = Enum.MeshType.Brick
1803
b46.Name = "Mesh"
1804
b46.Scale = Vector3.new(0.417481035, 1.00999999, 0.834961772)
1805
p50 = Instance.new("Part", m)
1806
p50.BrickColor = BrickColor.new("Dark blue")
1807
p50.Material = Enum.Material.SmoothPlastic
1808
p50.Name = "apart"
1809
p50.CFrame = CFrame.new(4.64264822, 158.09346, 39.9999847, -1, 4.30663385e-005, 4.47471393e-010, 1.85536919e-009, 5.34494684e-005, -1, -4.30663385e-005, -1, -5.34494757e-005)
1810
p50.CanCollide = false
1811
p50.FormFactor = Enum.FormFactor.Custom
1812
p50.Size = Vector3.new(0.245498881, 0.409964353, 0.307473242)
1813
p50.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1814
p50.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1815
p50.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1816
p50.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1817
p50.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1818
p50.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1819
b47 = Instance.new("SpecialMesh", p50)
1820
b47.MeshType = Enum.MeshType.Brick
1821
b47.Name = "Mesh"
1822
b47.Scale = Vector3.new(0.417481035, 1, 1)
1823
p51 = Instance.new("Part", m)
1824
p51.BrickColor = BrickColor.new("Dark blue")
1825
p51.Material = Enum.Material.Neon
1826
p51.Name = "apart"
1827
p51.CFrame = CFrame.new(3.05403709, 158.195969, 39.8974838, -0.000274701917, -0.99999994, -3.04719488e-005, 0.000183053358, -3.05222311e-005, 1, -0.99999994, 0.000274696329, 0.000183061755)
1828
p51.CanCollide = false
1829
p51.FormFactor = Enum.FormFactor.Custom
1830
p51.Size = Vector3.new(0.245498881, 0.512455463, 0.512455463)
1831
p51.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1832
p51.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1833
p51.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1834
p51.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1835
p51.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1836
p51.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1837
b48 = Instance.new("SpecialMesh", p51)
1838
b48.MeshType = Enum.MeshType.Wedge
1839
b48.Name = "Mesh"
1840
b48.Scale = Vector3.new(0.208740532, 1.00999999, 1)
1841
p52 = Instance.new("Part", m)
1842
p52.BrickColor = BrickColor.new("Dark blue")
1843
p52.Material = Enum.Material.SmoothPlastic
1844
p52.Name = "apart"
1845
p52.CFrame = CFrame.new(3.2077713, 158.272842, 40.7174377, 0.000228409393, -0.965923071, 0.258828998, -0.000213359453, 0.258829027, 0.96592319, -0.99999994, -0.000275849539, -0.00014696976)
1846
p52.CanCollide = false
1847
p52.FormFactor = Enum.FormFactor.Custom
1848
p52.Size = Vector3.new(0.245498881, 1.02491093, 0.245498881)
1849
p52.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1850
p52.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1851
p52.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1852
p52.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1853
p52.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1854
p52.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1855
b49 = Instance.new("SpecialMesh", p52)
1856
b49.MeshType = Enum.MeshType.Wedge
1857
b49.Name = "Mesh"
1858
b49.Scale = Vector3.new(0.208740532, 1, 0.626221359)
1859
p53 = Instance.new("Part", m)
1860
p53.BrickColor = BrickColor.new("Dark blue")
1861
p53.Material = Enum.Material.SmoothPlastic
1862
p53.Name = "apart"
1863
p53.CFrame = CFrame.new(3.82271767, 158.093475, 39.9999886, -3.05612375e-005, -1, -3.04430723e-005, -3.05603317e-005, 3.0502677e-005, -1.00000012, 1, -3.05603717e-005, -3.05613357e-005)
1864
p53.CanCollide = false
1865
p53.FormFactor = Enum.FormFactor.Custom
1866
p53.Size = Vector3.new(1.43487537, 0.512455463, 0.512455463)
1867
p53.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1868
p53.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1869
p53.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1870
p53.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1871
p53.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1872
p53.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1873
b50 = Instance.new("SpecialMesh", p53)
1874
b50.MeshType = Enum.MeshType.Cylinder
1875
b50.Name = "Mesh"
1876
p54 = Instance.new("Part", m)
1877
p54.BrickColor = BrickColor.new("Dark blue")
1878
p54.Material = Enum.Material.SmoothPlastic
1879
p54.Name = "apart"
1880
p54.CFrame = CFrame.new(3.82271767, 158.093491, 39.4363022, 3.07936716e-008, -3.99507094e-011, 1, -1.00000012, -0.000152631663, -2.78741936e-008, 0.000152631561, -1, 2.18273732e-011)
1881
p54.CanCollide = false
1882
p54.FormFactor = Enum.FormFactor.Custom
1883
p54.Size = Vector3.new(1.02491105, 0.245498881, 1.02491093)
1884
p54.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1885
p54.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1886
p54.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1887
p54.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1888
p54.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1889
p54.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1890
b51 = Instance.new("SpecialMesh", p54)
1891
b51.MeshType = Enum.MeshType.Torso
1892
b51.Name = "Mesh"
1893
b51.Scale = Vector3.new(1, 0.417480916, 1)
1894
p55 = Instance.new("Part", m)
1895
p55.BrickColor = BrickColor.new("Dark blue")
1896
p55.Material = Enum.Material.SmoothPlastic
1897
p55.Name = "apart"
1898
p55.CFrame = CFrame.new(3.05403447, 158.195984, 39.6669159, -0.000274701975, -0.99999994, -3.05464528e-005, 0.000183053344, -3.05380709e-005, 1.00000012, -1, 0.000274696329, 0.000183061798)
1899
p55.CanCollide = false
1900
p55.FormFactor = Enum.FormFactor.Custom
1901
p55.Size = Vector3.new(0.358718932, 0.512455463, 0.512455463)
1902
p55.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1903
p55.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1904
p55.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1905
p55.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1906
p55.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1907
p55.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1908
b52 = Instance.new("SpecialMesh", p55)
1909
b52.MeshType = Enum.MeshType.Wedge
1910
b52.Name = "Mesh"
1911
p56 = Instance.new("Part", m)
1912
p56.BrickColor = BrickColor.new("Dark blue")
1913
p56.Material = Enum.Material.SmoothPlastic
1914
p56.Name = "apart"
1915
p56.CFrame = CFrame.new(2.7465601, 158.529114, 39.8975143, -0.000274701975, -0.999999881, -3.05464528e-005, 0.000183053344, -3.05380672e-005, 1.00000012, -1, 0.0002746963, 0.000183061798)
1916
p56.CanCollide = false
1917
p56.FormFactor = Enum.FormFactor.Custom
1918
p56.Size = Vector3.new(0.245498881, 0.245498881, 0.245498881)
1919
p56.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1920
p56.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1921
p56.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1922
p56.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1923
p56.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1924
p56.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1925
b53 = Instance.new("SpecialMesh", p56)
1926
b53.MeshType = Enum.MeshType.Wedge
1927
b53.Name = "Mesh"
1928
b53.Scale = Vector3.new(0.417481065, 0.417480946, 0.626221359)
1929
p57 = Instance.new("Part", m)
1930
p57.BrickColor = BrickColor.new("Dark blue")
1931
p57.Material = Enum.Material.SmoothPlastic
1932
p57.Name = "apart"
1933
p57.CFrame = CFrame.new(3.05403423, 158.529099, 40.1024895, -3.05613503e-005, 0.999999881, -3.04421301e-005, 6.10797433e-005, -3.04989571e-005, -1.00000012, -1, -3.05630856e-005, -6.10789066e-005)
1934
p57.CanCollide = false
1935
p57.FormFactor = Enum.FormFactor.Custom
1936
p57.Size = Vector3.new(0.245498881, 0.512455463, 0.245498881)
1937
p57.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1938
p57.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1939
p57.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1940
p57.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1941
p57.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1942
p57.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1943
b54 = Instance.new("SpecialMesh", p57)
1944
b54.MeshType = Enum.MeshType.Wedge
1945
b54.Name = "Mesh"
1946
b54.Scale = Vector3.new(0.417481065, 1, 0.626221359)
1947
p58 = Instance.new("Part", m)
1948
p58.BrickColor = BrickColor.new("Dark blue")
1949
p58.Material = Enum.Material.SmoothPlastic
1950
p58.Name = "apart"
1951
p58.CFrame = CFrame.new(3.82271719, 158.093506, 40.5636864, -1.18223397e-007, 6.08786355e-011, 0.999999881, 1.00000012, -4.36484697e-008, 5.95373422e-008, 4.37539711e-008, 1, 6.57935928e-011)
1952
p58.CanCollide = false
1953
p58.FormFactor = Enum.FormFactor.Custom
1954
p58.Size = Vector3.new(1.02491105, 0.245498881, 1.02491093)
1955
p58.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1956
p58.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1957
p58.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1958
p58.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1959
p58.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1960
p58.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1961
b55 = Instance.new("SpecialMesh", p58)
1962
b55.MeshType = Enum.MeshType.Torso
1963
b55.Name = "Mesh"
1964
b55.Scale = Vector3.new(1, 0.417480916, 1)
1965
p59 = Instance.new("Part", m)
1966
p59.BrickColor = BrickColor.new("Dark blue")
1967
p59.Material = Enum.Material.SmoothPlastic
1968
p59.Name = "apart"
1969
p59.CFrame = CFrame.new(3.82271719, 158.093506, 39.9999809, 5.34067403e-005, -0.999999881, -4.31585322e-005, 1.00000012, 5.34654391e-005, 1.43842538e-009, 9.74580416e-010, -4.31586632e-005, 1)
1970
p59.CanCollide = false
1971
p59.FormFactor = Enum.FormFactor.Custom
1972
p59.Size = Vector3.new(1.02491105, 1.02491093, 1.02491093)
1973
p59.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1974
p59.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1975
p59.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1976
p59.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1977
p59.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1978
p59.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1979
b56 = Instance.new("SpecialMesh", p59)
1980
b56.MeshType = Enum.MeshType.Brick
1981
b56.Name = "Mesh"
1982
p60 = Instance.new("Part", m)
1983
p60.BrickColor = BrickColor.new("Dark blue")
1984
p60.Material = Enum.Material.Neon
1985
p60.Name = "apart"
1986
p60.CFrame = CFrame.new(3.05403423, 158.529114, 40.1024895, -3.05613539e-005, 0.999999881, -3.04421301e-005, 6.10797433e-005, -3.04989553e-005, -1.00000012, -1, -3.05630856e-005, -6.10789139e-005)
1987
p60.CanCollide = false
1988
p60.FormFactor = Enum.FormFactor.Custom
1989
p60.Size = Vector3.new(0.245498881, 0.512455463, 0.245498881)
1990
p60.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1991
p60.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1992
p60.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1993
p60.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1994
p60.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1995
p60.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1996
b57 = Instance.new("SpecialMesh", p60)
1997
b57.MeshType = Enum.MeshType.Wedge
1998
b57.Name = "Mesh"
1999
b57.Scale = Vector3.new(0.208740532, 1.00999999, 0.626221359)
2000
p61 = Instance.new("Part", m)
2001
p61.BrickColor = BrickColor.new("Dark blue")
2002
p61.Material = Enum.Material.SmoothPlastic
2003
p61.Name = "apart"
2004
p61.CFrame = CFrame.new(3.05403423, 158.19603, 39.89748, -0.000274701946, -0.999999821, -3.05464564e-005, 0.000183053315, -3.05380599e-005, 1.00000012, -0.99999994, 0.000274696271, 0.000183061798)
2005
p61.CanCollide = false
2006
p61.FormFactor = Enum.FormFactor.Custom
2007
p61.Size = Vector3.new(0.245498881, 0.512455463, 0.512455463)
2008
p61.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2009
p61.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2010
p61.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2011
p61.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2012
p61.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2013
p61.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2014
b58 = Instance.new("SpecialMesh", p61)
2015
b58.MeshType = Enum.MeshType.Wedge
2016
b58.Name = "Mesh"
2017
b58.Scale = Vector3.new(0.417481065, 1, 1)
2018
p62 = Instance.new("Part", m)
2019
p62.BrickColor = BrickColor.new("Dark blue")
2020
p62.Material = Enum.Material.SmoothPlastic
2021
p62.Name = "apart"
2022
p62.CFrame = CFrame.new(3.20776844, 158.272903, 40.7686882, 0.000228409335, -0.965923011, 0.258828908, -0.000213359541, 0.258829057, 0.965923309, -0.99999994, -0.000275849598, -0.000146969687)
2023
p62.CanCollide = false
2024
p62.FormFactor = Enum.FormFactor.Custom
2025
p62.Size = Vector3.new(0.245498881, 1.02491093, 0.245498881)
2026
p62.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2027
p62.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2028
p62.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2029
p62.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2030
p62.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2031
p62.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2032
b59 = Instance.new("SpecialMesh", p62)
2033
b59.MeshType = Enum.MeshType.Wedge
2034
b59.Name = "Mesh"
2035
b59.Scale = Vector3.new(0.208740532, 1, 0.626221359)
2036
p63 = Instance.new("Part", m)
2037
p63.BrickColor = BrickColor.new("Dark blue")
2038
p63.Material = Enum.Material.SmoothPlastic
2039
p63.Name = "apart"
2040
p63.CFrame = CFrame.new(3.05403471, 158.196045, 40.1024666, -0.000274702004, -0.999999821, -3.05771828e-005, 0.000183053315, -3.04877758e-005, 1.00000024, -1, 0.000274696242, 0.000183061857)
2041
p63.CanCollide = false
2042
p63.FormFactor = Enum.FormFactor.Custom
2043
p63.Size = Vector3.new(0.245498881, 0.512455463, 0.512455463)
2044
p63.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2045
p63.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2046
p63.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2047
p63.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2048
p63.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2049
p63.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2050
b60 = Instance.new("SpecialMesh", p63)
2051
b60.MeshType = Enum.MeshType.Wedge
2052
b60.Name = "Mesh"
2053
b60.Scale = Vector3.new(0.417481065, 1, 1)
2054
p64 = Instance.new("Part", m)
2055
p64.BrickColor = BrickColor.new("Dark blue")
2056
p64.Material = Enum.Material.SmoothPlastic
2057
p64.Name = "apart"
2058
p64.CFrame = CFrame.new(2.7465601, 158.529175, 40.3330841, -0.000274702004, -0.999999762, -3.05771828e-005, 0.000183053315, -3.0487774e-005, 1.00000024, -1, 0.000274696213, 0.000183061857)
2059
p64.CanCollide = false
2060
p64.FormFactor = Enum.FormFactor.Custom
2061
p64.Size = Vector3.new(0.358718932, 0.245498881, 0.245498881)
2062
p64.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2063
p64.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2064
p64.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2065
p64.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2066
p64.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2067
p64.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2068
b61 = Instance.new("SpecialMesh", p64)
2069
b61.MeshType = Enum.MeshType.Wedge
2070
b61.Name = "Mesh"
2071
b61.Scale = Vector3.new(1, 0.417480946, 0.626221359)
2072
p65 = Instance.new("Part", m)
2073
p65.BrickColor = BrickColor.new("Dark blue")
2074
p65.Material = Enum.Material.SmoothPlastic
2075
p65.Name = "apart"
2076
p65.CFrame = CFrame.new(2.74655938, 158.52919, 39.6668968, -0.000274702004, -0.999999702, -3.05771828e-005, 0.000183053315, -3.04877722e-005, 1.00000024, -1, 0.000274696184, 0.000183061857)
2077
p65.CanCollide = false
2078
p65.FormFactor = Enum.FormFactor.Custom
2079
p65.Size = Vector3.new(0.358718932, 0.245498881, 0.245498881)
2080
p65.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2081
p65.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2082
p65.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2083
p65.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2084
p65.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2085
p65.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2086
b62 = Instance.new("SpecialMesh", p65)
2087
b62.MeshType = Enum.MeshType.Wedge
2088
b62.Name = "Mesh"
2089
b62.Scale = Vector3.new(1, 0.417480946, 0.626221359)
2090
p66 = Instance.new("Part", m)
2091
p66.BrickColor = BrickColor.new("Dark blue")
2092
p66.Material = Enum.Material.SmoothPlastic
2093
p66.Name = "apart"
2094
p66.CFrame = CFrame.new(3.05403376, 158.196106, 40.3330727, -0.000274702004, -0.999999642, -3.05771828e-005, 0.000183053315, -3.04877703e-005, 1.00000024, -1, 0.000274696155, 0.000183061857)
2095
p66.CanCollide = false
2096
p66.FormFactor = Enum.FormFactor.Custom
2097
p66.Size = Vector3.new(0.358718932, 0.512455463, 0.512455463)
2098
p66.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2099
p66.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2100
p66.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2101
p66.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2102
p66.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2103
p66.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2104
b63 = Instance.new("SpecialMesh", p66)
2105
b63.MeshType = Enum.MeshType.Wedge
2106
b63.Name = "Mesh"
2107
p67 = Instance.new("Part", m)
2108
p67.BrickColor = BrickColor.new("Dark blue")
2109
p67.Material = Enum.Material.Neon
2110
p67.Name = "apart"
2111
p67.CFrame = CFrame.new(3.05403376, 158.196106, 40.1024437, -0.000274702004, -0.999999583, -3.05771828e-005, 0.000183053315, -3.04877685e-005, 1.00000024, -1, 0.000274696125, 0.000183061857)
2112
p67.CanCollide = false
2113
p67.FormFactor = Enum.FormFactor.Custom
2114
p67.Size = Vector3.new(0.245498881, 0.512455463, 0.512455463)
2115
p67.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2116
p67.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2117
p67.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2118
p67.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2119
p67.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2120
p67.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2121
b64 = Instance.new("SpecialMesh", p67)
2122
b64.MeshType = Enum.MeshType.Wedge
2123
b64.Name = "Mesh"
2124
b64.Scale = Vector3.new(0.208740532, 1.00999999, 1)
2125
p68 = Instance.new("Part", m)
2126
p68.BrickColor = BrickColor.new("Dark blue")
2127
p68.Material = Enum.Material.SmoothPlastic
2128
p68.Name = "apart"
2129
p68.CFrame = CFrame.new(2.74655938, 158.529221, 40.1024551, -0.000274702004, -0.999999523, -3.05771828e-005, 0.000183053315, -3.04877667e-005, 1.00000024, -1, 0.000274696096, 0.000183061857)
2130
p68.CanCollide = false
2131
p68.FormFactor = Enum.FormFactor.Custom
2132
p68.Size = Vector3.new(0.245498881, 0.245498881, 0.245498881)
2133
p68.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2134
p68.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2135
p68.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2136
p68.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2137
p68.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2138
p68.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2139
b65 = Instance.new("SpecialMesh", p68)
2140
b65.MeshType = Enum.MeshType.Wedge
2141
b65.Name = "Mesh"
2142
b65.Scale = Vector3.new(0.417481065, 0.417480946, 0.626221359)
2143
p69 = Instance.new("Part", m)
2144
p69.BrickColor = BrickColor.new("Dark blue")
2145
p69.Material = Enum.Material.SmoothPlastic
2146
p69.Name = "apart"
2147
p69.CFrame = CFrame.new(3.05403352, 158.529205, 40.3330612, -3.05614631e-005, 0.999999523, -3.04113782e-005, 6.10796851e-005, -3.05492649e-005, -1.00000024, -1, -3.05628819e-005, -6.10789648e-005)
2148
p69.CanCollide = false
2149
p69.FormFactor = Enum.FormFactor.Custom
2150
p69.Size = Vector3.new(0.358718932, 0.512455463, 0.245498881)
2151
p69.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2152
p69.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2153
p69.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2154
p69.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2155
p69.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2156
p69.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2157
b66 = Instance.new("SpecialMesh", p69)
2158
b66.MeshType = Enum.MeshType.Wedge
2159
b66.Name = "Mesh"
2160
b66.Scale = Vector3.new(1, 1, 0.626221359)
2161
p70 = Instance.new("Part", m)
2162
p70.BrickColor = BrickColor.new("Dark blue")
2163
p70.Material = Enum.Material.SmoothPlastic
2164
p70.Name = "apart"
2165
p70.CFrame = CFrame.new(3.05403328, 158.529221, 39.89748, -3.05614631e-005, 0.999999523, -3.04113782e-005, 6.10796851e-005, -3.05492649e-005, -1.00000024, -1, -3.05628819e-005, -6.10789648e-005)
2166
p70.CanCollide = false
2167
p70.FormFactor = Enum.FormFactor.Custom
2168
p70.Size = Vector3.new(0.245498881, 0.512455463, 0.245498881)
2169
p70.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2170
p70.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2171
p70.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2172
p70.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2173
p70.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2174
p70.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2175
b67 = Instance.new("SpecialMesh", p70)
2176
b67.MeshType = Enum.MeshType.Wedge
2177
b67.Name = "Mesh"
2178
b67.Scale = Vector3.new(0.417481065, 1, 0.626221359)
2179
p71 = Instance.new("Part", m)
2180
p71.BrickColor = BrickColor.new("Dark blue")
2181
p71.Material = Enum.Material.Neon
2182
p71.Name = "apart"
2183
p71.CFrame = CFrame.new(3.82271624, 158.093628, 40.6661491, -3.05610884e-005, -0.999999523, -3.04123096e-005, -3.05602262e-005, 3.05529975e-005, -1.00000024, 1, -3.05606263e-005, -3.0561383e-005)
2184
p71.CanCollide = false
2185
p71.FormFactor = Enum.FormFactor.Custom
2186
p71.Size = Vector3.new(0.245498881, 0.512455463, 0.512455463)
2187
p71.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2188
p71.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2189
p71.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2190
p71.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2191
p71.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2192
p71.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2193
b68 = Instance.new("SpecialMesh", p71)
2194
b68.MeshType = Enum.MeshType.Cylinder
2195
b68.Name = "Mesh"
2196
b68.Scale = Vector3.new(0.208740488, 1.00999999, 1.00999999)
2197
p72 = Instance.new("Part", m)
2198
p72.BrickColor = BrickColor.new("Dark blue")
2199
p72.Material = Enum.Material.SmoothPlastic
2200
p72.Name = "apart"
2201
p72.CFrame = CFrame.new(3.05403328, 158.529221, 39.6668777, -3.05614631e-005, 0.999999523, -3.04113764e-005, 6.10796851e-005, -3.05492686e-005, -1.00000024, -1, -3.05628819e-005, -6.10789648e-005)
2202
p72.CanCollide = false
2203
p72.FormFactor = Enum.FormFactor.Custom
2204
p72.Size = Vector3.new(0.358718932, 0.512455463, 0.245498881)
2205
p72.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2206
p72.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2207
p72.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2208
p72.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2209
p72.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2210
p72.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2211
b69 = Instance.new("SpecialMesh", p72)
2212
b69.MeshType = Enum.MeshType.Wedge
2213
b69.Name = "Mesh"
2214
b69.Scale = Vector3.new(1, 1, 0.626221359)
2215
p73 = Instance.new("Part", m)
2216
p73.BrickColor = BrickColor.new("Dark blue")
2217
p73.Material = Enum.Material.SmoothPlastic
2218
p73.Name = "apart"
2219
p73.CFrame = CFrame.new(3.20776749, 158.27298, 39.2312889, 0.000228409161, -0.965922713, 0.258828849, -0.000213359599, 0.258829117, 0.965923429, -1, -0.00027584983, -0.000146969658)
2220
p73.CanCollide = false
2221
p73.FormFactor = Enum.FormFactor.Custom
2222
p73.Size = Vector3.new(0.245498881, 1.02491093, 0.245498881)
2223
p73.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2224
p73.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2225
p73.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2226
p73.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2227
p73.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2228
p73.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2229
b70 = Instance.new("SpecialMesh", p73)
2230
b70.MeshType = Enum.MeshType.Wedge
2231
b70.Name = "Mesh"
2232
b70.Scale = Vector3.new(0.208740532, 1, 0.626221359)
2233
p74 = Instance.new("Part", m)
2234
p74.BrickColor = BrickColor.new("Dark blue")
2235
p74.Material = Enum.Material.SmoothPlastic
2236
p74.Name = "apart"
2237
p74.CFrame = CFrame.new(3.20777059, 158.27298, 39.282547, 0.000228409161, -0.965922713, 0.258828819, -0.000213359614, 0.258829117, 0.965923369, -1.00000012, -0.000275849859, -0.000146969644)
2238
p74.CanCollide = false
2239
p74.FormFactor = Enum.FormFactor.Custom
2240
p74.Size = Vector3.new(0.245498881, 1.02491093, 0.245498881)
2241
p74.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2242
p74.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2243
p74.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2244
p74.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2245
p74.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2246
p74.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2247
b71 = Instance.new("SpecialMesh", p74)
2248
b71.MeshType = Enum.MeshType.Wedge
2249
b71.Name = "Mesh"
2250
b71.Scale = Vector3.new(0.208740532, 1, 0.626221359)
2251
p75 = Instance.new("Part", m)
2252
p75.BrickColor = BrickColor.new("Dark blue")
2253
p75.Material = Enum.Material.Neon
2254
p75.Name = "apart"
2255
p75.CFrame = CFrame.new(3.82271242, 158.093628, 39.3337746, -3.05610592e-005, -0.999999583, -3.03685665e-005, -3.05602152e-005, 3.05473804e-005, -1.00000036, 1.00000024, -3.05606482e-005, -3.05614085e-005)
2256
p75.CanCollide = false
2257
p75.FormFactor = Enum.FormFactor.Custom
2258
p75.Size = Vector3.new(0.245498881, 0.512455463, 0.512455463)
2259
p75.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2260
p75.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2261
p75.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2262
p75.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2263
p75.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2264
p75.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2265
b72 = Instance.new("SpecialMesh", p75)
2266
b72.MeshType = Enum.MeshType.Cylinder
2267
b72.Name = "Mesh"
2268
b72.Scale = Vector3.new(0.208740488, 1.00999999, 1.00999999)
2269
p76 = Instance.new("Part", m)
2270
p76.BrickColor = BrickColor.new("Dark blue")
2271
p76.Material = Enum.Material.Neon
2272
p76.Name = "apart"
2273
p76.CFrame = CFrame.new(4.6938858, 158.093613, 39.999958, -0.999999583, 4.30660984e-005, 1.49448169e-007, 3.07118171e-008, 5.34493374e-005, -1.00000036, -4.30666332e-005, -1.00000024, -5.34495957e-005)
2274
p76.CanCollide = false
2275
p76.FormFactor = Enum.FormFactor.Custom
2276
p76.Size = Vector3.new(0.245498881, 0.409964353, 0.245498881)
2277
p76.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2278
p76.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2279
p76.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2280
p76.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2281
p76.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2282
p76.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2283
b73 = Instance.new("SpecialMesh", p76)
2284
b73.MeshType = Enum.MeshType.Brick
2285
b73.Name = "Mesh"
2286
b73.Scale = Vector3.new(0.421655834, 1.01999998, 0.333984703)
2287
p77 = Instance.new("Part", m)
2288
p77.BrickColor = BrickColor.new("Dark blue")
2289
p77.Material = Enum.Material.Neon
2290
p77.Name = "apart"
2291
p77.CFrame = CFrame.new(2.74655533, 158.529221, 40.1024628, -0.000274702033, -0.999999523, -3.06209367e-005, 0.000183053286, -3.04933837e-005, 1.00000036, -1.00000012, 0.000274696125, 0.0001830619)
2292
p77.CanCollide = false
2293
p77.FormFactor = Enum.FormFactor.Custom
2294
p77.Size = Vector3.new(0.245498881, 0.245498881, 0.245498881)
2295
p77.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2296
p77.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2297
p77.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2298
p77.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2299
p77.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2300
p77.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2301
b74 = Instance.new("SpecialMesh", p77)
2302
b74.MeshType = Enum.MeshType.Wedge
2303
b74.Name = "Mesh"
2304
b74.Scale = Vector3.new(0.208740532, 0.417480946, 0.632483602)
2305
p78 = Instance.new("Part", m)
2306
p78.BrickColor = BrickColor.new("Dark blue")
2307
p78.Material = Enum.Material.Neon
2308
p78.Name = "apart"
2309
p78.CFrame = CFrame.new(2.74655509, 158.529236, 39.8974838, -0.000274702033, -0.999999464, -3.06209367e-005, 0.000183053286, -3.04933819e-005, 1.00000036, -1.00000012, 0.000274696096, 0.0001830619)
2310
p78.CanCollide = false
2311
p78.FormFactor = Enum.FormFactor.Custom
2312
p78.Size = Vector3.new(0.245498881, 0.245498881, 0.245498881)
2313
p78.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2314
p78.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2315
p78.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2316
p78.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2317
p78.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2318
p78.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2319
b75 = Instance.new("SpecialMesh", p78)
2320
b75.MeshType = Enum.MeshType.Wedge
2321
b75.Name = "Mesh"
2322
b75.Scale = Vector3.new(0.208740532, 0.417480946, 0.632483602)
2323
p79 = Instance.new("Part", m)
2324
p79.BrickColor = BrickColor.new("Dark blue")
2325
p79.Material = Enum.Material.SmoothPlastic
2326
p79.Name = "apart"
2327
p79.CFrame = CFrame.new(3.82272029, 157.171036, 41.537384, 1, 7.27595761e-012, 0, 0, 0.999999881, -2.98023224e-008, 0, 2.98023224e-008, 0.999999881)
2328
p79.CanCollide = false
2329
p79.FormFactor = Enum.FormFactor.Custom
2330
p79.Size = Vector3.new(1.02491105, 0.512455463, 1.02491093)
2331
p79.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2332
p79.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2333
p79.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2334
p79.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2335
p79.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2336
p79.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2337
b76 = Instance.new("SpecialMesh", p79)
2338
b76.MeshType = Enum.MeshType.Brick
2339
b76.Name = "Mesh"
2340
b76.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999)
2341
p80 = Instance.new("Part", m)
2342
p80.BrickColor = BrickColor.new("Dark blue")
2343
p80.Material = Enum.Material.SmoothPlastic
2344
p80.Name = "apart"
2345
p80.CFrame = CFrame.new(3.82272029, 157.350388, 41.9729614, 1, 7.27595761e-012, 0, 0, 0.999999881, -2.98023224e-008, 0, 2.98023224e-008, 0.999999881)
2346
p80.CanCollide = false
2347
p80.FormFactor = Enum.FormFactor.Custom
2348
p80.Size = Vector3.new(1.02491105, 0.256227732, 0.256227732)
2349
p80.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2350
p80.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2351
p80.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2352
p80.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2353
p80.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2354
p80.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2355
b77 = Instance.new("SpecialMesh", p80)
2356
b77.MeshType = Enum.MeshType.Cylinder
2357
b77.Name = "Mesh"
2358
b77.Scale = Vector3.new(1.01999998, 1, 1)
2359
p81 = Instance.new("Part", m)
2360
p81.BrickColor = BrickColor.new("Dark blue")
2361
p81.Material = Enum.Material.SmoothPlastic
2362
p81.Name = "apart"
2363
p81.CFrame = CFrame.new(3.41275811, 157.555359, 42.3316841, 1, 1.11727404e-005, -4.16862822e-005, -4.16866351e-005, 0.500085592, -0.865975857, 1.11713871e-005, 0.865975857, 0.500085592)
2364
p81.CanCollide = false
2365
p81.FormFactor = Enum.FormFactor.Custom
2366
p81.Size = Vector3.new(0.245498881, 0.768683195, 0.245498881)
2367
p81.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2368
p81.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2369
p81.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2370
p81.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2371
p81.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2372
p81.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2373
b78 = Instance.new("SpecialMesh", p81)
2374
b78.MeshType = Enum.MeshType.Wedge
2375
b78.Name = "Mesh"
2376
b78.Scale = Vector3.new(0.417481035, 1, 0.626221299)
2377
p82 = Instance.new("Part", m)
2378
p82.BrickColor = BrickColor.new("Dark blue")
2379
p82.Material = Enum.Material.SmoothPlastic
2380
p82.Name = "apart"
2381
p82.CFrame = CFrame.new(3.82271981, 156.018005, 41.4092636, 1, 3.05180438e-005, -3.05171125e-005, -3.05171106e-005, 0.99999994, 3.05180401e-005, 3.05180401e-005, -3.05171106e-005, 0.99999994)
2382
p82.CanCollide = false
2383
p82.FormFactor = Enum.FormFactor.Custom
2384
p82.Size = Vector3.new(1.02491105, 0.256227732, 0.768683195)
2385
p82.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2386
p82.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2387
p82.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2388
p82.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2389
p82.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2390
p82.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2391
b79 = Instance.new("SpecialMesh", p82)
2392
b79.MeshType = Enum.MeshType.Wedge
2393
b79.Name = "Mesh"
2394
b79.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999)
2395
p83 = Instance.new("Part", m)
2396
p83.BrickColor = BrickColor.new("Dark blue")
2397
p83.Material = Enum.Material.SmoothPlastic
2398
p83.Name = "apart"
2399
p83.CFrame = CFrame.new(3.82271981, 156.018005, 41.9217148, 1, 0, 0, 0, 0.99999994, 0, 0, 0, 0.99999994)
2400
p83.CanCollide = false
2401
p83.FormFactor = Enum.FormFactor.Custom
2402
p83.Size = Vector3.new(1.02491105, 0.256227732, 0.256227732)
2403
p83.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2404
p83.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2405
p83.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2406
p83.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2407
p83.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2408
p83.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2409
b80 = Instance.new("SpecialMesh", p83)
2410
b80.MeshType = Enum.MeshType.Brick
2411
b80.Name = "Mesh"
2412
b80.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999)
2413
p84 = Instance.new("Part", m)
2414
p84.BrickColor = BrickColor.new("Dark blue")
2415
p84.Material = Enum.Material.SmoothPlastic
2416
p84.Name = "apart"
2417
p84.CFrame = CFrame.new(3.82271981, 155.633667, 41.5373764, 1, 0, 0, 0, 0.99999994, 0, 0, 0, 0.99999994)
2418
p84.CanCollide = false
2419
p84.FormFactor = Enum.FormFactor.Custom
2420
p84.Size = Vector3.new(1.02491105, 0.512455463, 1.02491093)
2421
p84.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2422
p84.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2423
p84.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2424
p84.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2425
p84.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2426
p84.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2427
b81 = Instance.new("SpecialMesh", p84)
2428
b81.MeshType = Enum.MeshType.Brick
2429
b81.Name = "Mesh"
2430
b81.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999)
2431
p85 = Instance.new("Part", m)
2432
p85.BrickColor = BrickColor.new("Dark blue")
2433
p85.Material = Enum.Material.SmoothPlastic
2434
p85.Name = "apart"
2435
p85.CFrame = CFrame.new(4.23268604, 157.555389, 42.331665, 1, 1.11727377e-005, -4.16862786e-005, -4.16866387e-005, 0.500085652, -0.865975916, 1.1171388e-005, 0.865975916, 0.500085652)
2436
p85.CanCollide = false
2437
p85.FormFactor = Enum.FormFactor.Custom
2438
p85.Size = Vector3.new(0.245498881, 0.768683195, 0.245498881)
2439
p85.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2440
p85.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2441
p85.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2442
p85.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2443
p85.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2444
p85.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2445
b82 = Instance.new("SpecialMesh", p85)
2446
b82.MeshType = Enum.MeshType.Wedge
2447
b82.Name = "Mesh"
2448
b82.Scale = Vector3.new(0.417481035, 1, 0.626221299)
2449
p86 = Instance.new("Part", m)
2450
p86.BrickColor = BrickColor.new("Dark blue")
2451
p86.Material = Enum.Material.SmoothPlastic
2452
p86.Name = "apart"
2453
p86.CFrame = CFrame.new(3.82272005, 156.402374, 41.9217072, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2454
p86.CanCollide = false
2455
p86.FormFactor = Enum.FormFactor.Custom
2456
p86.Size = Vector3.new(1.02491105, 0.512455463, 0.256227732)
2457
p86.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2458
p86.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2459
p86.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2460
p86.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2461
p86.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2462
p86.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2463
b83 = Instance.new("SpecialMesh", p86)
2464
b83.MeshType = Enum.MeshType.Wedge
2465
b83.Name = "Mesh"
2466
b83.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999)
2467
p87 = Instance.new("Part", m)
2468
p87.BrickColor = BrickColor.new("Dark blue")
2469
p87.Material = Enum.Material.SmoothPlastic
2470
p87.Name = "apart"
2471
p87.CFrame = CFrame.new(3.82272005, 155.633698, 41.5629883, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2472
p87.CanCollide = false
2473
p87.FormFactor = Enum.FormFactor.Custom
2474
p87.Size = Vector3.new(1.02491105, 0.512455463, 0.973665357)
2475
p87.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2476
p87.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2477
p87.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2478
p87.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2479
p87.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2480
p87.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2481
b84 = Instance.new("SpecialMesh", p87)
2482
b84.MeshType = Enum.MeshType.Brick
2483
b84.Name = "Mesh"
2484
b84.Scale = Vector3.new(0.5, 1.01999998, 1.01999998)
2485
p88 = Instance.new("Part", m)
2486
p88.BrickColor = BrickColor.new("Dark blue")
2487
p88.Material = Enum.Material.SmoothPlastic
2488
p88.Name = "apart"
2489
p88.CFrame = CFrame.new(3.82272005, 157.350418, 41.9729462, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2490
p88.CanCollide = false
2491
p88.FormFactor = Enum.FormFactor.Custom
2492
p88.Size = Vector3.new(1.02491105, 0.256227732, 0.256227732)
2493
p88.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2494
p88.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2495
p88.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2496
p88.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2497
p88.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2498
p88.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2499
b85 = Instance.new("SpecialMesh", p88)
2500
b85.MeshType = Enum.MeshType.Cylinder
2501
b85.Name = "Mesh"
2502
b85.Scale = Vector3.new(1.02999997, 0.5, 0.5)
2503
p89 = Instance.new("Part", m)
2504
p89.BrickColor = BrickColor.new("Dark blue")
2505
p89.Material = Enum.Material.Neon
2506
p89.Name = "apart"
2507
p89.CFrame = CFrame.new(3.82272005, 155.633698, 41.5629883, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2508
p89.CanCollide = false
2509
p89.FormFactor = Enum.FormFactor.Custom
2510
p89.Size = Vector3.new(1.02491105, 0.512455463, 0.973665357)
2511
p89.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2512
p89.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2513
p89.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2514
p89.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2515
p89.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2516
p89.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2517
b86 = Instance.new("SpecialMesh", p89)
2518
b86.MeshType = Enum.MeshType.Brick
2519
b86.Name = "Mesh"
2520
b86.Scale = Vector3.new(0.25, 1.02999997, 1.02999997)
2521
p90 = Instance.new("Part", m)
2522
p90.BrickColor = BrickColor.new("Dark blue")
2523
p90.Material = Enum.Material.SmoothPlastic
2524
p90.Name = "apart"
2525
p90.CFrame = CFrame.new(3.82272005, 156.402374, 41.5373688, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2526
p90.CanCollide = false
2527
p90.FormFactor = Enum.FormFactor.Custom
2528
p90.Size = Vector3.new(1.02491105, 2.04982185, 1.02491093)
2529
p90.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2530
p90.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2531
p90.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2532
p90.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2533
p90.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2534
p90.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2535
--[[p91 = Instance.new("Part", m)
2536
p91.BrickColor = BrickColor.new("Bright orange")
2537
p91.Name = "Right Arm"
2538
p91.CFrame = CFrame.new(3.81999993, 156.276108, 41.5, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
2539
p91.CanCollide = false
2540
p91.FormFactor = Enum.FormFactor.Symmetric
2541
p91.Size = Vector3.new(1, 2, 1)
2542
p91.BottomSurface = Enum.SurfaceType.Smooth
2543
p91.TopSurface = Enum.SurfaceType.Smooth--]]
2544
p91 = RightArm
2545
p92 = Instance.new("Part", m)
2546
p92.BrickColor = BrickColor.new("Dark blue")
2547
p92.Material = Enum.Material.SmoothPlastic
2548
p92.Name = "apart"
2549
p92.CFrame = CFrame.new(3.82272005, 154.35257, 39.4875336, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2550
p92.CanCollide = false
2551
p92.FormFactor = Enum.FormFactor.Custom
2552
p92.Size = Vector3.new(1.02491105, 2.04982185, 1.02491093)
2553
p92.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2554
p92.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2555
p92.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2556
p92.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2557
p92.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2558
p92.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2559
--[[p93 = Instance.new("Part", m)
2560
p93.BrickColor = BrickColor.new("Earth green")
2561
p93.Name = "Left Leg"
2562
p93.CFrame = CFrame.new(3.81999993, 154.276123, 39.5, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
2563
p93.CanCollide = false
2564
p93.FormFactor = Enum.FormFactor.Symmetric
2565
p93.Size = Vector3.new(1, 2, 1)
2566
p93.BottomSurface = Enum.SurfaceType.Smooth
2567
p93.TopSurface = Enum.SurfaceType.Smooth--]]
2568
p93 = LeftLeg
2569
p94 = Instance.new("Part", m)
2570
p94.BrickColor = BrickColor.new("Dark blue")
2571
p94.Material = Enum.Material.SmoothPlastic
2572
p94.Name = "apart"
2573
p94.CFrame = CFrame.new(3.82272005, 154.403824, 39.4875336, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2574
p94.CanCollide = false
2575
p94.FormFactor = Enum.FormFactor.Custom
2576
p94.Size = Vector3.new(1.02491105, 1.12740207, 0.409964353)
2577
p94.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2578
p94.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2579
p94.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2580
p94.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2581
p94.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2582
p94.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2583
b87 = Instance.new("SpecialMesh", p94)
2584
b87.MeshType = Enum.MeshType.Brick
2585
b87.Name = "Mesh"
2586
b87.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999)
2587
p95 = Instance.new("Part", m)
2588
p95.BrickColor = BrickColor.new("Dark blue")
2589
p95.Material = Enum.Material.SmoothPlastic
2590
p95.Name = "apart"
2591
p95.CFrame = CFrame.new(3.8483429, 153.558273, 39.4875336, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2592
p95.CanCollide = false
2593
p95.FormFactor = Enum.FormFactor.Custom
2594
p95.Size = Vector3.new(0.973665535, 0.256227732, 0.307473242)
2595
p95.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2596
p95.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2597
p95.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2598
p95.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2599
p95.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2600
p95.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2601
b88 = Instance.new("SpecialMesh", p95)
2602
b88.MeshType = Enum.MeshType.Brick
2603
b88.Name = "Mesh"
2604
b88.Scale = Vector3.new(1.02999997, 1.00999999, 1.00999999)
2605
p96 = Instance.new("Part", m)
2606
p96.BrickColor = BrickColor.new("Dark blue")
2607
p96.Material = Enum.Material.Neon
2608
p96.Name = "apart"
2609
p96.CFrame = CFrame.new(3.82272005, 154.403824, 39.4875336, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2610
p96.CanCollide = false
2611
p96.FormFactor = Enum.FormFactor.Custom
2612
p96.Size = Vector3.new(1.02491105, 1.12740207, 0.409964353)
2613
p96.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2614
p96.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2615
p96.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2616
p96.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2617
p96.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2618
p96.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2619
b89 = Instance.new("SpecialMesh", p96)
2620
b89.MeshType = Enum.MeshType.Brick
2621
b89.Name = "Mesh"
2622
b89.Scale = Vector3.new(1.02999997, 1.00999999, 0.25)
2623
p97 = Instance.new("Part", m)
2624
p97.BrickColor = BrickColor.new("Dark blue")
2625
p97.Material = Enum.Material.Neon
2626
p97.Name = "apart"
2627
p97.CFrame = CFrame.new(3.8483429, 153.558273, 39.4875336, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2628
p97.CanCollide = false
2629
p97.FormFactor = Enum.FormFactor.Custom
2630
p97.Size = Vector3.new(0.973665535, 0.256227732, 0.307473242)
2631
p97.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2632
p97.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2633
p97.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2634
p97.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2635
p97.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2636
p97.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2637
b90 = Instance.new("SpecialMesh", p97)
2638
b90.MeshType = Enum.MeshType.Brick
2639
b90.Name = "Mesh"
2640
b90.Scale = Vector3.new(1.03999996, 0.5, 1.00999999)
2641
p98 = Instance.new("Part", m)
2642
p98.BrickColor = BrickColor.new("Dark blue")
2643
p98.Material = Enum.Material.SmoothPlastic
2644
p98.Name = "apart"
2645
p98.CFrame = CFrame.new(3.56649303, 154.045105, 39.4362946, -4.37113883e-008, 0, -1, 9.29513355e-010, 1, -4.06303176e-017, 1, -9.29513355e-010, -4.37113883e-008)
2646
p98.CanCollide = false
2647
p98.FormFactor = Enum.FormFactor.Custom
2648
p98.Size = Vector3.new(0.922420025, 0.409964412, 0.512455404)
2649
p98.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2650
p98.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2651
p98.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2652
p98.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2653
p98.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2654
p98.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2655
b91 = Instance.new("SpecialMesh", p98)
2656
b91.MeshType = Enum.MeshType.Wedge
2657
b91.Name = "Mesh"
2658
b91.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999)
2659
p99 = Instance.new("Part", m)
2660
p99.BrickColor = BrickColor.new("Dark blue")
2661
p99.Material = Enum.Material.SmoothPlastic
2662
p99.Name = "apart"
2663
p99.CFrame = CFrame.new(3.8483429, 153.558273, 39.4875336, -4.37113883e-008, -2.16840434e-019, 1, -4.3159529e-005, 1, -1.88656317e-012, -1, -4.3159529e-005, -4.37113883e-008)
2664
p99.CanCollide = false
2665
p99.FormFactor = Enum.FormFactor.Custom
2666
p99.Size = Vector3.new(0.922419965, 0.256227762, 0.973665476)
2667
p99.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2668
p99.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2669
p99.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2670
p99.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2671
p99.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2672
p99.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2673
b92 = Instance.new("SpecialMesh", p99)
2674
b92.MeshType = Enum.MeshType.Torso
2675
b92.Name = "Mesh"
2676
b92.Scale = Vector3.new(1, 1, 1.01999998)
2677
p100 = Instance.new("Part", m)
2678
p100.BrickColor = BrickColor.new("Dark blue")
2679
p100.Material = Enum.Material.SmoothPlastic
2680
p100.Name = "apart"
2681
p100.CFrame = CFrame.new(3.82272005, 154.403824, 39.4875298, 1, -2.16840434e-019, 0, -2.16840434e-019, 1, 8.24642978e-020, 0, 8.24642848e-020, 1)
2682
p100.CanCollide = false
2683
p100.FormFactor = Enum.FormFactor.Custom
2684
p100.Size = Vector3.new(1.02491105, 1.12740207, 0.409964353)
2685
p100.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2686
p100.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2687
p100.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2688
p100.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2689
p100.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2690
p100.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2691
b93 = Instance.new("SpecialMesh", p100)
2692
b93.MeshType = Enum.MeshType.Brick
2693
b93.Name = "Mesh"
2694
b93.Scale = Vector3.new(1.01999998, 1.00999999, 0.5)
2695
p101 = Instance.new("Part", m)
2696
p101.BrickColor = BrickColor.new("Dark blue")
2697
p101.Material = Enum.Material.SmoothPlastic
2698
p101.Name = "apart"
2699
p101.CFrame = CFrame.new(3.82272005, 153.378906, 39.4875298, 1, -2.16840434e-019, 0, -2.16840434e-019, 1, 8.24642978e-020, 0, 8.24642848e-020, 1)
2700
p101.CanCollide = false
2701
p101.FormFactor = Enum.FormFactor.Custom
2702
p101.Size = Vector3.new(1.02491105, 0.245498881, 1.02491093)
2703
p101.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2704
p101.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2705
p101.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2706
p101.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2707
p101.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2708
p101.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2709
b94 = Instance.new("SpecialMesh", p101)
2710
b94.MeshType = Enum.MeshType.Brick
2711
b94.Name = "Mesh"
2712
b94.Scale = Vector3.new(1.00999999, 0.421655744, 1.00999999)
2713
p102 = Instance.new("Part", m)
2714
p102.BrickColor = BrickColor.new("Dark blue")
2715
p102.Material = Enum.Material.SmoothPlastic
2716
p102.Name = "apart"
2717
p102.CFrame = CFrame.new(3.82272005, 153.635132, 39.4875298, 1, -2.16840434e-019, 0, -2.16840434e-019, 1, 8.24642978e-020, 0, 8.24642848e-020, 1)
2718
p102.CanCollide = false
2719
p102.FormFactor = Enum.FormFactor.Custom
2720
p102.Size = Vector3.new(1.02491105, 0.409964383, 1.02491093)
2721
p102.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2722
p102.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2723
p102.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2724
p102.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2725
p102.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2726
p102.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2727
b95 = Instance.new("SpecialMesh", p102)
2728
b95.MeshType = Enum.MeshType.Brick
2729
b95.Name = "Mesh"
2730
b95.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999)
2731
--[[p103 = Instance.new("Part", m)
2732
p103.BrickColor = BrickColor.new("Dark blue")
2733
p103.Name = "Right Leg"
2734
p103.CFrame = CFrame.new(3.81999993, 154.276123, 40.5, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
2735
p103.CanCollide = false
2736
p103.FormFactor = Enum.FormFactor.Symmetric
2737
p103.Size = Vector3.new(1, 2, 1)
2738
p103.BottomSurface = Enum.SurfaceType.Smooth
2739
p103.TopSurface = Enum.SurfaceType.Smooth--]]
2740
p103 = RightLeg
2741
p104 = Instance.new("Part", m)
2742
p104.BrickColor = BrickColor.new("Dark blue")
2743
p104.Material = Enum.Material.SmoothPlastic
2744
p104.Name = "apart"
2745
p104.CFrame = CFrame.new(3.82272005, 154.35257, 40.5124359, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2746
p104.CanCollide = false
2747
p104.FormFactor = Enum.FormFactor.Custom
2748
p104.Size = Vector3.new(1.02491105, 2.04982185, 1.02491093)
2749
p104.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2750
p104.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2751
p104.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2752
p104.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2753
p104.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2754
p104.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2755
p105 = Instance.new("Part", m)
2756
p105.BrickColor = BrickColor.new("Dark blue")
2757
p105.Material = Enum.Material.SmoothPlastic
2758
p105.Name = "apart"
2759
p105.CFrame = CFrame.new(3.82272005, 154.403824, 40.5124359, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2760
p105.CanCollide = false
2761
p105.FormFactor = Enum.FormFactor.Custom
2762
p105.Size = Vector3.new(1.02491105, 1.12740207, 0.409964353)
2763
p105.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2764
p105.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2765
p105.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2766
p105.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2767
p105.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2768
p105.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2769
b96 = Instance.new("SpecialMesh", p105)
2770
b96.MeshType = Enum.MeshType.Brick
2771
b96.Name = "Mesh"
2772
b96.Scale = Vector3.new(1.01999998, 1.00999999, 0.5)
2773
p106 = Instance.new("Part", m)
2774
p106.BrickColor = BrickColor.new("Dark blue")
2775
p106.Material = Enum.Material.SmoothPlastic
2776
p106.Name = "apart"
2777
p106.CFrame = CFrame.new(3.82272005, 154.403824, 40.5124359, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2778
p106.CanCollide = false
2779
p106.FormFactor = Enum.FormFactor.Custom
2780
p106.Size = Vector3.new(1.02491105, 1.12740207, 0.409964353)
2781
p106.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2782
p106.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2783
p106.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2784
p106.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2785
p106.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2786
p106.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2787
b97 = Instance.new("SpecialMesh", p106)
2788
b97.MeshType = Enum.MeshType.Brick
2789
b97.Name = "Mesh"
2790
b97.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999)
2791
p107 = Instance.new("Part", m)
2792
p107.BrickColor = BrickColor.new("Dark blue")
2793
p107.Material = Enum.Material.SmoothPlastic
2794
p107.Name = "apart"
2795
p107.CFrame = CFrame.new(3.56649303, 154.045105, 40.5636902, -4.37113883e-008, 0, -1, 9.29513355e-010, 1, -4.06303176e-017, 1, -9.29513355e-010, -4.37113883e-008)
2796
p107.CanCollide = false
2797
p107.FormFactor = Enum.FormFactor.Custom
2798
p107.Size = Vector3.new(0.922420025, 0.409964412, 0.512455404)
2799
p107.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2800
p107.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2801
p107.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2802
p107.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2803
p107.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2804
p107.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2805
b98 = Instance.new("SpecialMesh", p107)
2806
b98.MeshType = Enum.MeshType.Wedge
2807
b98.Name = "Mesh"
2808
b98.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999)
2809
p108 = Instance.new("Part", m)
2810
p108.BrickColor = BrickColor.new("Dark blue")
2811
p108.Material = Enum.Material.SmoothPlastic
2812
p108.Name = "apart"
2813
p108.CFrame = CFrame.new(3.8483429, 153.558273, 40.5124359, -4.37113883e-008, -2.16840434e-019, 1, -4.3159529e-005, 1, -1.88656317e-012, -1, -4.3159529e-005, -4.37113883e-008)
2814
p108.CanCollide = false
2815
p108.FormFactor = Enum.FormFactor.Custom
2816
p108.Size = Vector3.new(0.922419965, 0.256227762, 0.973665476)
2817
p108.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2818
p108.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2819
p108.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2820
p108.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2821
p108.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2822
p108.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2823
b99 = Instance.new("SpecialMesh", p108)
2824
b99.MeshType = Enum.MeshType.Torso
2825
b99.Name = "Mesh"
2826
b99.Scale = Vector3.new(1, 1, 1.01999998)
2827
p109 = Instance.new("Part", m)
2828
p109.BrickColor = BrickColor.new("Dark blue")
2829
p109.Material = Enum.Material.SmoothPlastic
2830
p109.Name = "apart"
2831
p109.CFrame = CFrame.new(3.82272005, 153.635132, 40.5124359, 1, -2.16840434e-019, 0, -2.16840434e-019, 1, 8.24642978e-020, 0, 8.24642848e-020, 1)
2832
p109.CanCollide = false
2833
p109.FormFactor = Enum.FormFactor.Custom
2834
p109.Size = Vector3.new(1.02491105, 0.409964383, 1.02491093)
2835
p109.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2836
p109.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2837
p109.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2838
p109.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2839
p109.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2840
p109.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2841
b100 = Instance.new("SpecialMesh", p109)
2842
b100.MeshType = Enum.MeshType.Brick
2843
b100.Name = "Mesh"
2844
b100.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999)
2845
p110 = Instance.new("Part", m)
2846
p110.BrickColor = BrickColor.new("Dark blue")
2847
p110.Material = Enum.Material.SmoothPlastic
2848
p110.Name = "apart"
2849
p110.CFrame = CFrame.new(3.82272005, 153.378906, 40.5124359, 1, -2.16840434e-019, 0, -2.16840434e-019, 1, 8.24642978e-020, 0, 8.24642848e-020, 1)
2850
p110.CanCollide = false
2851
p110.FormFactor = Enum.FormFactor.Custom
2852
p110.Size = Vector3.new(1.02491105, 0.245498881, 1.02491093)
2853
p110.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2854
p110.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2855
p110.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2856
p110.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2857
p110.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2858
p110.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2859
b101 = Instance.new("SpecialMesh", p110)
2860
b101.MeshType = Enum.MeshType.Brick
2861
b101.Name = "Mesh"
2862
b101.Scale = Vector3.new(1.00999999, 0.421655744, 1.00999999)
2863
p111 = Instance.new("Part", m)
2864
p111.BrickColor = BrickColor.new("Dark blue")
2865
p111.Material = Enum.Material.SmoothPlastic
2866
p111.Name = "apart"
2867
p111.CFrame = CFrame.new(3.8483429, 153.558273, 40.5124359, 1, -2.16840434e-019, 0, -2.16840434e-019, 1, 8.24642978e-020, 0, 8.24642848e-020, 1)
2868
p111.CanCollide = false
2869
p111.FormFactor = Enum.FormFactor.Custom
2870
p111.Size = Vector3.new(0.973665535, 0.256227732, 0.307473242)
2871
p111.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2872
p111.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2873
p111.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2874
p111.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2875
p111.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2876
p111.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2877
b102 = Instance.new("SpecialMesh", p111)
2878
b102.MeshType = Enum.MeshType.Brick
2879
b102.Name = "Mesh"
2880
b102.Scale = Vector3.new(1.02999997, 1.00999999, 1.00999999)
2881
p112 = Instance.new("Part", m)
2882
p112.BrickColor = BrickColor.new("Dark blue")
2883
p112.Material = Enum.Material.Neon
2884
p112.Name = "apart"
2885
p112.CFrame = CFrame.new(3.8483429, 153.558273, 40.5124359, 1, -2.16840434e-019, 0, -2.16840434e-019, 1, 8.24642978e-020, 0, 8.24642848e-020, 1)
2886
p112.CanCollide = false
2887
p112.FormFactor = Enum.FormFactor.Custom
2888
p112.Size = Vector3.new(0.973665535, 0.256227732, 0.307473242)
2889
p112.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2890
p112.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2891
p112.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2892
p112.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2893
p112.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2894
p112.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2895
b103 = Instance.new("SpecialMesh", p112)
2896
b103.MeshType = Enum.MeshType.Brick
2897
b103.Name = "Mesh"
2898
b103.Scale = Vector3.new(1.03999996, 0.5, 1.00999999)
2899
p113 = Instance.new("Part", m)
2900
p113.BrickColor = BrickColor.new("Dark blue")
2901
p113.Material = Enum.Material.Neon
2902
p113.Name = "apart"
2903
p113.CFrame = CFrame.new(3.82272005, 154.403824, 40.5124359, 1, -2.16840434e-019, 0, -2.16840434e-019, 1, 8.24642978e-020, 0, 8.24642848e-020, 1)
2904
p113.CanCollide = false
2905
p113.FormFactor = Enum.FormFactor.Custom
2906
p113.Size = Vector3.new(1.02491105, 1.12740207, 0.409964353)
2907
p113.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2908
p113.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2909
p113.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2910
p113.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2911
p113.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2912
p113.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2913
b104 = Instance.new("SpecialMesh", p113)
2914
b104.MeshType = Enum.MeshType.Brick
2915
b104.Name = "Mesh"
2916
b104.Scale = Vector3.new(1.02999997, 1.00999999, 0.25)
2917
p114 = Instance.new("Part", m)
2918
p114.BrickColor = BrickColor.new("Dark blue")
2919
p114.Material = Enum.Material.SmoothPlastic
2920
p114.Name = "apart"
2921
p114.CFrame = CFrame.new(3.82272005, 157.350449, 38.0270462, 1, -2.72848411e-012, 1.07291953e-012, 0, 1, 0, 6.20303808e-012, 0, 1)
2922
p114.CanCollide = false
2923
p114.FormFactor = Enum.FormFactor.Custom
2924
p114.Size = Vector3.new(1.02491105, 0.256227732, 0.256227732)
2925
p114.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2926
p114.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2927
p114.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2928
p114.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2929
p114.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2930
p114.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2931
b105 = Instance.new("SpecialMesh", p114)
2932
b105.MeshType = Enum.MeshType.Cylinder
2933
b105.Name = "Mesh"
2934
b105.Scale = Vector3.new(1.01999998, 1, 1)
2935
p115 = Instance.new("Part", m)
2936
p115.BrickColor = BrickColor.new("Dark blue")
2937
p115.Material = Enum.Material.SmoothPlastic
2938
p115.Name = "apart"
2939
p115.CFrame = CFrame.new(3.82272005, 157.171097, 38.4626236, 1, -2.72848411e-012, 1.07291953e-012, 0, 1, 0, 6.20303808e-012, 0, 1)
2940
p115.CanCollide = false
2941
p115.FormFactor = Enum.FormFactor.Custom
2942
p115.Size = Vector3.new(1.02491105, 0.512455463, 1.02491093)
2943
p115.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2944
p115.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2945
p115.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2946
p115.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2947
p115.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2948
p115.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2949
b106 = Instance.new("SpecialMesh", p115)
2950
b106.MeshType = Enum.MeshType.Brick
2951
b106.Name = "Mesh"
2952
b106.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999)
2953
--[[p116 = Instance.new("Part", m)
2954
p116.BrickColor = BrickColor.new("Dark blue")
2955
p116.Name = "Left Arm"
2956
p116.CFrame = CFrame.new(3.81999993, 156.276138, 38.5000076, -4.37103154e-008, -2.72848411e-012, -1, 0, 1, 0, 1, 0, -4.37175913e-008)
2957
p116.CanCollide = false
2958
p116.FormFactor = Enum.FormFactor.Symmetric
2959
p116.Size = Vector3.new(1, 2, 1)
2960
p116.BottomSurface = Enum.SurfaceType.Smooth
2961
p116.TopSurface = Enum.SurfaceType.Smooth--]]
2962
p116 = LeftArm
2963
p117 = Instance.new("Part", m)
2964
p117.BrickColor = BrickColor.new("Dark blue")
2965
p117.Material = Enum.Material.SmoothPlastic
2966
p117.Name = "apart"
2967
p117.CFrame = CFrame.new(4.232687, 157.55545, 37.668335, -1, 4.16358271e-005, 1.11714198e-005, 1.11466707e-005, 0.500072539, -0.865983546, -4.16424664e-005, -0.865983546, -0.500072539)
2968
p117.CanCollide = false
2969
p117.FormFactor = Enum.FormFactor.Custom
2970
p117.Size = Vector3.new(0.245498881, 0.768683195, 0.245498881)
2971
p117.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2972
p117.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2973
p117.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2974
p117.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2975
p117.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2976
p117.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2977
b107 = Instance.new("SpecialMesh", p117)
2978
b107.MeshType = Enum.MeshType.Wedge
2979
b107.Name = "Mesh"
2980
b107.Scale = Vector3.new(0.417481035, 1, 0.626221299)
2981
p118 = Instance.new("Part", m)
2982
p118.BrickColor = BrickColor.new("Dark blue")
2983
p118.Material = Enum.Material.SmoothPlastic
2984
p118.Name = "apart"
2985
p118.CFrame = CFrame.new(3.82272029, 156.018066, 38.0782814, 1, -2.6537661e-012, 0, -8.34776692e-013, 1, 0, 3.63797881e-012, 0, 1)
2986
p118.CanCollide = false
2987
p118.FormFactor = Enum.FormFactor.Custom
2988
p118.Size = Vector3.new(1.02491105, 0.256227732, 0.256227732)
2989
p118.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2990
p118.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2991
p118.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2992
p118.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2993
p118.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2994
p118.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2995
b108 = Instance.new("SpecialMesh", p118)
2996
b108.MeshType = Enum.MeshType.Brick
2997
b108.Name = "Mesh"
2998
b108.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999)
2999
p119 = Instance.new("Part", m)
3000
p119.BrickColor = BrickColor.new("Dark blue")
3001
p119.Material = Enum.Material.SmoothPlastic
3002
p119.Name = "apart"
3003
p119.CFrame = CFrame.new(3.82272029, 156.402405, 38.0782814, -1, 3.04301539e-005, 3.05180438e-005, 3.04310852e-005, 1, 3.04301557e-005, -3.05171197e-005, 3.04310852e-005, -1)
3004
p119.CanCollide = false
3005
p119.FormFactor = Enum.FormFactor.Custom
3006
p119.Size = Vector3.new(1.02491105, 0.512455463, 0.256227732)
3007
p119.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3008
p119.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3009
p119.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3010
p119.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3011
p119.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3012
p119.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3013
b109 = Instance.new("SpecialMesh", p119)
3014
b109.MeshType = Enum.MeshType.Wedge
3015
b109.Name = "Mesh"
3016
b109.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999)
3017
p120 = Instance.new("Part", m)
3018
p120.BrickColor = BrickColor.new("Dark blue")
3019
p120.Material = Enum.Material.SmoothPlastic
3020
p120.Name = "apart"
3021
p120.CFrame = CFrame.new(3.82272005, 157.350449, 38.0270424, 1, -9.09494702e-013, 9.09494702e-013, -9.09494702e-013, 1, 0, 1.36424205e-012, 0, 1)
3022
p120.CanCollide = false
3023
p120.FormFactor = Enum.FormFactor.Custom
3024
p120.Size = Vector3.new(1.02491105, 0.256227732, 0.256227732)
3025
p120.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3026
p120.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3027
p120.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3028
p120.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3029
p120.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3030
p120.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3031
b110 = Instance.new("SpecialMesh", p120)
3032
b110.MeshType = Enum.MeshType.Cylinder
3033
b110.Name = "Mesh"
3034
b110.Scale = Vector3.new(1.02999997, 0.5, 0.5)
3035
p121 = Instance.new("Part", m)
3036
p121.BrickColor = BrickColor.new("Dark blue")
3037
p121.Material = Enum.Material.SmoothPlastic
3038
p121.Name = "apart"
3039
p121.CFrame = CFrame.new(3.41275764, 157.555435, 37.6683273, -1, 4.16358271e-005, 1.1171418e-005, 1.11466707e-005, 0.500072539, -0.865983546, -4.16424627e-005, -0.865983546, -0.500072539)
3040
p121.CanCollide = false
3041
p121.FormFactor = Enum.FormFactor.Custom
3042
p121.Size = Vector3.new(0.245498881, 0.768683195, 0.245498881)
3043
p121.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3044
p121.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3045
p121.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3046
p121.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3047
p121.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3048
p121.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3049
b111 = Instance.new("SpecialMesh", p121)
3050
b111.MeshType = Enum.MeshType.Wedge
3051
b111.Name = "Mesh"
3052
b111.Scale = Vector3.new(0.417481035, 1, 0.626221299)
3053
p122 = Instance.new("Part", m)
3054
p122.BrickColor = BrickColor.new("Dark blue")
3055
p122.Material = Enum.Material.SmoothPlastic
3056
p122.Name = "apart"
3057
p122.CFrame = CFrame.new(3.82272029, 156.018051, 38.590744, -1, 3.04301557e-005, 3.05180438e-005, 3.04310852e-005, 1, 3.04301557e-005, -3.05171179e-005, 3.04310852e-005, -1)
3058
p122.CanCollide = false
3059
p122.FormFactor = Enum.FormFactor.Custom
3060
p122.Size = Vector3.new(1.02491105, 0.256227732, 0.768683195)
3061
p122.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3062
p122.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3063
p122.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3064
p122.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3065
p122.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3066
p122.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3067
b112 = Instance.new("SpecialMesh", p122)
3068
b112.MeshType = Enum.MeshType.Wedge
3069
b112.Name = "Mesh"
3070
b112.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999)
3071
p123 = Instance.new("Part", m)
3072
p123.BrickColor = BrickColor.new("Dark blue")
3073
p123.Material = Enum.Material.SmoothPlastic
3074
p123.Name = "apart"
3075
p123.CFrame = CFrame.new(3.82272005, 155.633713, 38.462616, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3076
p123.CanCollide = false
3077
p123.FormFactor = Enum.FormFactor.Custom
3078
p123.Size = Vector3.new(1.02491105, 0.512455463, 1.02491093)
3079
p123.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3080
p123.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3081
p123.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3082
p123.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3083
p123.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3084
p123.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3085
b113 = Instance.new("SpecialMesh", p123)
3086
b113.MeshType = Enum.MeshType.Brick
3087
b113.Name = "Mesh"
3088
b113.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999)
3089
p124 = Instance.new("Part", m)
3090
p124.BrickColor = BrickColor.new("Dark blue")
3091
p124.Material = Enum.Material.Neon
3092
p124.Name = "apart"
3093
p124.CFrame = CFrame.new(3.82272005, 155.633713, 38.4369965, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3094
p124.CanCollide = false
3095
p124.FormFactor = Enum.FormFactor.Custom
3096
p124.Size = Vector3.new(1.02491105, 0.512455463, 0.973665357)
3097
p124.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3098
p124.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3099
p124.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3100
p124.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3101
p124.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3102
p124.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3103
b114 = Instance.new("SpecialMesh", p124)
3104
b114.MeshType = Enum.MeshType.Brick
3105
b114.Name = "Mesh"
3106
b114.Scale = Vector3.new(0.25, 1.02999997, 1.02999997)
3107
p125 = Instance.new("Part", m)
3108
p125.BrickColor = BrickColor.new("Dark blue")
3109
p125.Material = Enum.Material.SmoothPlastic
3110
p125.Name = "apart"
3111
p125.CFrame = CFrame.new(3.82272005, 155.633713, 38.4369965, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3112
p125.CanCollide = false
3113
p125.FormFactor = Enum.FormFactor.Custom
3114
p125.Size = Vector3.new(1.02491105, 0.512455463, 0.973665357)
3115
p125.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3116
p125.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3117
p125.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3118
p125.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3119
p125.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3120
p125.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3121
b115 = Instance.new("SpecialMesh", p125)
3122
b115.MeshType = Enum.MeshType.Brick
3123
b115.Name = "Mesh"
3124
b115.Scale = Vector3.new(0.5, 1.01999998, 1.01999998)
3125
p126 = Instance.new("Part", m)
3126
p126.BrickColor = BrickColor.new("Dark blue")
3127
p126.Material = Enum.Material.SmoothPlastic
3128
p126.Name = "apart"
3129
p126.CFrame = CFrame.new(3.82272005, 156.40239, 38.462616, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3130
p126.CanCollide = false
3131
p126.FormFactor = Enum.FormFactor.Custom
3132
p126.Size = Vector3.new(1.02491105, 2.04982185, 1.02491093)
3133
p126.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3134
p126.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3135
p126.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3136
p126.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3137
p126.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3138
p126.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3139
w1 = Instance.new("Weld", p1)
3140
w1.Name = "Torso_Weld"
3141
w1.Part0 = p1
3142
w1.C0 = CFrame.new(40.0074806, -173.696487, -4.43766594, -4.37113883e-008, -4.3159529e-005, -1, 0, 1, -4.3159529e-005, 1, -1.88656295e-012, -4.37113883e-008)
3143
w1.Part1 = p2
3144
w1.C1 = CFrame.new(-40, -174.519974, 3.8200016, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
3145
w2 = Instance.new("Weld", p2)
3146
w2.Name = "apart_Weld"
3147
w2.Part0 = p2
3148
w2.C0 = CFrame.new(-40, -174.519974, 3.8200016, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
3149
w2.Part1 = p3
3150
w2.C1 = CFrame.new(39.9540176, 3.18871474, -175.183014, 3.0473866e-005, -3.05603571e-005, -1, -1, -3.05185094e-005, -3.04729328e-005, -3.05175781e-005, 1, -3.05612884e-005)
3151
w3 = Instance.new("Weld", p3)
3152
w3.Name = "apart_Weld"
3153
w3.Part0 = p3
3154
w3.C0 = CFrame.new(39.9540176, 3.18871474, -175.183014, 3.0473866e-005, -3.05603571e-005, -1, -1, -3.05185094e-005, -3.04729328e-005, -3.05175781e-005, 1, -3.05612884e-005)
3155
w3.Part1 = p4
3156
w3.C1 = CFrame.new(4.59312534, 39.9904404, 174.904617, -1, 1.85528792e-009, -4.30663385e-005, 4.30663385e-005, 5.3449472e-005, -1, 4.46585241e-010, -1, -5.3449472e-005)
3157
w4 = Instance.new("Weld", p4)
3158
w4.Name = "apart_Weld"
3159
w4.Part0 = p4
3160
w4.C0 = CFrame.new(4.59312534, 39.9904404, 174.904617, -1, 1.85528792e-009, -4.30663385e-005, 4.30663385e-005, 5.3449472e-005, -1, 4.46585241e-010, -1, -5.3449472e-005)
3161
w4.Part1 = p5
3162
w4.C1 = CFrame.new(40.0074806, -173.670853, -4.28392887, -4.37113883e-008, -4.3159529e-005, -1, 0, 1, -4.3159529e-005, 1, -1.88656295e-012, -4.37113883e-008)
3163
w5 = Instance.new("Weld", p5)
3164
w5.Name = "apart_Weld"
3165
w5.Part0 = p5
3166
w5.C0 = CFrame.new(40.0074806, -173.670853, -4.28392887, -4.37113883e-008, -4.3159529e-005, -1, 0, 1, -4.3159529e-005, 1, -1.88656295e-012, -4.37113883e-008)
3167
w5.Part1 = p6
3168
w5.C1 = CFrame.new(4.59312534, 39.9904099, 175.417068, -1, 1.85528792e-009, -4.30663385e-005, 4.30663385e-005, 5.3449472e-005, -1, 4.46585241e-010, -1, -5.3449472e-005)
3169
w6 = Instance.new("Weld", p6)
3170
w6.Name = "apart_Weld"
3171
w6.Part0 = p6
3172
w6.C0 = CFrame.new(4.59312534, 39.9904099, 175.417068, -1, 1.85528792e-009, -4.30663385e-005, 4.30663385e-005, 5.3449472e-005, -1, 4.46585241e-010, -1, -5.3449472e-005)
3173
w6.Part1 = p7
3174
w6.C1 = CFrame.new(-4.07894802, -174.697495, -39.9743652, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3175
w7 = Instance.new("Weld", p7)
3176
w7.Name = "apart_Weld"
3177
w7.Part0 = p7
3178
w7.C0 = CFrame.new(-4.07894802, -174.697495, -39.9743652, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3179
w7.Part1 = p8
3180
w7.C1 = CFrame.new(-4.38642216, -173.672577, -39.9999847, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3181
w8 = Instance.new("Weld", p8)
3182
w8.Name = "apart_Weld"
3183
w8.Part0 = p8
3184
w8.C0 = CFrame.new(-4.38642216, -173.672577, -39.9999847, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3185
w8.Part1 = p9
3186
w8.C1 = CFrame.new(4.57660246, -175.162796, 39.9838219, -1, 9.14681077e-005, -3.05134035e-005, 9.14653137e-005, 1, 9.14681077e-005, 3.05217691e-005, 9.14653137e-005, -1)
3187
w9 = Instance.new("Weld", p9)
3188
w9.Name = "apart_Weld"
3189
w9.Part0 = p9
3190
w9.C0 = CFrame.new(4.57660246, -175.162796, 39.9838219, -1, 9.14681077e-005, -3.05134035e-005, 9.14653137e-005, 1, 9.14681077e-005, 3.05217691e-005, 9.14653137e-005, -1)
3191
w9.Part1 = p10
3192
w9.C1 = CFrame.new(40.9022369, -2.6630733, 176.054321, -3.05612884e-005, -3.04729328e-005, -1, 1, -3.05185094e-005, -3.05603571e-005, -3.05175781e-005, -1, 3.0473866e-005)
3193
w10 = Instance.new("Weld", p10)
3194
w10.Name = "apart_Weld"
3195
w10.Part0 = p10
3196
w10.C0 = CFrame.new(40.9022369, -2.6630733, 176.054321, -3.05612884e-005, -3.04729328e-005, -1, 1, -3.05185094e-005, -3.05603571e-005, -3.05175781e-005, -1, 3.0473866e-005)
3197
w10.Part1 = p11
3198
w10.C1 = CFrame.new(39.1086426, -2.66312814, 176.054382, -3.05612884e-005, -3.04729328e-005, -1, 1, -3.05185094e-005, -3.05603571e-005, -3.05175781e-005, -1, 3.0473866e-005)
3199
w11 = Instance.new("Weld", p11)
3200
w11.Name = "apart_Weld"
3201
w11.Part0 = p11
3202
w11.C0 = CFrame.new(39.1086426, -2.66312814, 176.054382, -3.05612884e-005, -3.04729328e-005, -1, 1, -3.05185094e-005, -3.05603571e-005, -3.05175781e-005, -1, 3.0473866e-005)
3203
w11.Part1 = p12
3204
w11.C1 = CFrame.new(39.1086426, -2.66312814, 176.054382, -3.05612884e-005, -3.04729328e-005, -1, 1, -3.05185094e-005, -3.05603571e-005, -3.05175781e-005, -1, 3.0473866e-005)
3205
w12 = Instance.new("Weld", p12)
3206
w12.Name = "apart_Weld"
3207
w12.Part0 = p12
3208
w12.C0 = CFrame.new(39.1086426, -2.66312814, 176.054382, -3.05612884e-005, -3.04729328e-005, -1, 1, -3.05185094e-005, -3.05603571e-005, -3.05175781e-005, -1, 3.0473866e-005)
3209
w12.Part1 = p13
3210
w12.C1 = CFrame.new(40.0074806, -173.670853, -4.28392887, -4.37113883e-008, -4.3159529e-005, -1, 0, 1, -4.3159529e-005, 1, -1.88656295e-012, -4.37113883e-008)
3211
w13 = Instance.new("Weld", p13)
3212
w13.Name = "apart_Weld"
3213
w13.Part0 = p13
3214
w13.C0 = CFrame.new(40.0074806, -173.670853, -4.28392887, -4.37113883e-008, -4.3159529e-005, -1, 0, 1, -4.3159529e-005, 1, -1.88656295e-012, -4.37113883e-008)
3215
w13.Part1 = p14
3216
w13.C1 = CFrame.new(-3.82272005, -173.672577, -39.9999847, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3217
w14 = Instance.new("Weld", p14)
3218
w14.Name = "apart_Weld"
3219
w14.Part0 = p14
3220
w14.C0 = CFrame.new(-3.82272005, -173.672577, -39.9999847, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3221
w14.Part1 = p15
3222
w14.C1 = CFrame.new(4.59311438, 39.7341995, 175.160828, -1, 1.85528792e-009, -4.30663385e-005, 4.30663385e-005, 5.3449472e-005, -1, 4.46585241e-010, -1, -5.3449472e-005)
3223
w15 = Instance.new("Weld", p15)
3224
w15.Name = "apart_Weld"
3225
w15.Part0 = p15
3226
w15.C0 = CFrame.new(4.59311438, 39.7341995, 175.160828, -1, 1.85528792e-009, -4.30663385e-005, 4.30663385e-005, 5.3449472e-005, -1, 4.46585241e-010, -1, -5.3449472e-005)
3227
w15.Part1 = p16
3228
w15.C1 = CFrame.new(40.9022369, -2.6630733, 176.054321, -3.05612884e-005, -3.04729328e-005, -1, 1, -3.05185094e-005, -3.05603571e-005, -3.05175781e-005, -1, 3.0473866e-005)
3229
w16 = Instance.new("Weld", p16)
3230
w16.Name = "apart_Weld"
3231
w16.Part0 = p16
3232
w16.C0 = CFrame.new(40.9022369, -2.6630733, 176.054321, -3.05612884e-005, -3.04729328e-005, -1, 1, -3.05185094e-005, -3.05603571e-005, -3.05175781e-005, -1, 3.0473866e-005)
3233
w16.Part1 = p17
3234
w16.C1 = CFrame.new(4.59312534, 39.9904251, 175.160843, -1, 1.85528792e-009, -4.30663385e-005, 4.30663385e-005, 5.3449472e-005, -1, 4.46585241e-010, -1, -5.3449472e-005)
3235
w17 = Instance.new("Weld", p17)
3236
w17.Name = "apart_Weld"
3237
w17.Part0 = p17
3238
w17.C0 = CFrame.new(4.59312534, 39.9904251, 175.160843, -1, 1.85528792e-009, -4.30663385e-005, 4.30663385e-005, 5.3449472e-005, -1, 4.46585241e-010, -1, -5.3449472e-005)
3239
w17.Part1 = p18
3240
w17.C1 = CFrame.new(4.59313631, 40.2466507, 175.160858, -1, 1.85528792e-009, -4.30663385e-005, 4.30663385e-005, 5.3449472e-005, -1, 4.46585241e-010, -1, -5.3449472e-005)
3241
w18 = Instance.new("Weld", p18)
3242
w18.Name = "apart_Weld"
3243
w18.Part0 = p18
3244
w18.C0 = CFrame.new(4.59313631, 40.2466507, 175.160858, -1, 1.85528792e-009, -4.30663385e-005, 4.30663385e-005, 5.3449472e-005, -1, 4.46585241e-010, -1, -5.3449472e-005)
3245
w18.Part1 = p19
3246
w18.C1 = CFrame.new(4.59312534, 39.9904251, 175.160843, -1, 1.85528792e-009, -4.30663385e-005, 4.30663385e-005, 5.3449472e-005, -1, 4.46585241e-010, -1, -5.3449472e-005)
3247
w19 = Instance.new("Weld", p19)
3248
w19.Name = "apart_Weld"
3249
w19.Part0 = p19
3250
w19.C0 = CFrame.new(4.59312534, 39.9904251, 175.160843, -1, 1.85528792e-009, -4.30663385e-005, 4.30663385e-005, 5.3449472e-005, -1, 4.46585241e-010, -1, -5.3449472e-005)
3251
w19.Part1 = p20
3252
w19.C1 = CFrame.new(40.0054741, -4.45672226, 175.157623, -3.05612884e-005, -3.04729328e-005, -1, 1, -3.05185094e-005, -3.05603571e-005, -3.05175781e-005, -1, 3.0473866e-005)
3253
w20 = Instance.new("Weld", p20)
3254
w20.Name = "apart_Weld"
3255
w20.Part0 = p20
3256
w20.C0 = CFrame.new(40.0054741, -4.45672226, 175.157623, -3.05612884e-005, -3.04729328e-005, -1, 1, -3.05185094e-005, -3.05603571e-005, -3.05175781e-005, -1, 3.0473866e-005)
3257
w20.Part1 = p21
3258
w20.C1 = CFrame.new(-4.07894802, -174.697495, -39.9743652, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3259
w21 = Instance.new("Weld", p21)
3260
w21.Name = "apart_Weld"
3261
w21.Part0 = p21
3262
w21.C0 = CFrame.new(-4.07894802, -174.697495, -39.9743652, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3263
w21.Part1 = p22
3264
w21.C1 = CFrame.new(39.9540176, 3.18871474, -175.183014, 3.0473866e-005, -3.05603571e-005, -1, -1, -3.05185094e-005, -3.04729328e-005, -3.05175781e-005, 1, -3.05612884e-005)
3265
w22 = Instance.new("Weld", p22)
3266
w22.Name = "apart_Weld"
3267
w22.Part0 = p22
3268
w22.C0 = CFrame.new(39.9540176, 3.18871474, -175.183014, 3.0473866e-005, -3.05603571e-005, -1, -1, -3.05185094e-005, -3.04729328e-005, -3.05175781e-005, 1, -3.05612884e-005)
3269
w22.Part1 = p23
3270
w22.C1 = CFrame.new(-3.82272005, -174.64624, -39.9999847, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3271
w23 = Instance.new("Weld", p23)
3272
w23.Name = "apart_Weld"
3273
w23.Part0 = p23
3274
w23.C0 = CFrame.new(-3.82272005, -174.64624, -39.9999847, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3275
w23.Part1 = p24
3276
w23.C1 = CFrame.new(-3.82272005, -173.416351, -39.4875336, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3277
w24 = Instance.new("Weld", p24)
3278
w24.Name = "apart_Weld"
3279
w24.Part0 = p24
3280
w24.C0 = CFrame.new(-3.82272005, -173.416351, -39.4875336, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3281
w24.Part1 = p25
3282
w24.C1 = CFrame.new(-3.82272005, -173.416351, -40.5124359, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3283
w25 = Instance.new("Weld", p25)
3284
w25.Name = "apart_Weld"
3285
w25.Part0 = p25
3286
w25.C0 = CFrame.new(-3.82272005, -173.416351, -40.5124359, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3287
w25.Part1 = p26
3288
w25.C1 = CFrame.new(39.1086426, -2.66312814, 176.054382, -3.05612884e-005, -3.04729328e-005, -1, 1, -3.05185094e-005, -3.05603571e-005, -3.05175781e-005, -1, 3.0473866e-005)
3289
w26 = Instance.new("Weld", p26)
3290
w26.Name = "apart_Weld"
3291
w26.Part0 = p26
3292
w26.C0 = CFrame.new(39.1086426, -2.66312814, 176.054382, -3.05612884e-005, -3.04729328e-005, -1, 1, -3.05185094e-005, -3.05603571e-005, -3.05175781e-005, -1, 3.0473866e-005)
3293
w26.Part1 = p27
3294
w26.C1 = CFrame.new(-175.722595, 3.81502461, -39.9998207, 5.34812607e-005, 1, 9.31994482e-010, -1, 5.34812607e-005, -4.31585977e-005, -4.31585977e-005, 1.37618184e-009, 1)
3295
w27 = Instance.new("Weld", p27)
3296
w27.Name = "apart_Weld"
3297
w27.Part0 = p27
3298
w27.C0 = CFrame.new(-175.722595, 3.81502461, -39.9998207, 5.34812607e-005, 1, 9.31994482e-010, -1, 5.34812607e-005, -4.31585977e-005, -4.31585977e-005, 1.37618184e-009, 1)
3299
w27.Part1 = p28
3300
w27.C1 = CFrame.new(39.1086578, -3.17558312, 176.054398, -3.05612884e-005, -3.04729328e-005, -1, 1, -3.05185094e-005, -3.05603571e-005, -3.05175781e-005, -1, 3.0473866e-005)
3301
w28 = Instance.new("Weld", p28)
3302
w28.Name = "apart_Weld"
3303
w28.Part0 = p28
3304
w28.C0 = CFrame.new(39.1086578, -3.17558312, 176.054398, -3.05612884e-005, -3.04729328e-005, -1, 1, -3.05185094e-005, -3.05603571e-005, -3.05175781e-005, -1, 3.0473866e-005)
3305
w28.Part1 = p29
3306
w28.C1 = CFrame.new(-3.82272005, -174.799988, -39.9999847, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3307
w29 = Instance.new("Weld", p29)
3308
w29.Name = "apart_Weld"
3309
w29.Part0 = p29
3310
w29.C0 = CFrame.new(-3.82272005, -174.799988, -39.9999847, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3311
w29.Part1 = p30
3312
w29.C1 = CFrame.new(39.0929604, 2.92530036, -175.160995, -0.000152631605, 6.09867893e-005, -1, -1, -3.05185058e-005, 0.000152629742, -3.05091962e-005, 1, 6.09914459e-005)
3313
w30 = Instance.new("Weld", p30)
3314
w30.Name = "apart_Weld"
3315
w30.Part0 = p30
3316
w30.C0 = CFrame.new(39.0929604, 2.92530036, -175.160995, -0.000152631605, 6.09867893e-005, -1, -1, -3.05185058e-005, 0.000152629742, -3.05091962e-005, 1, 6.09914459e-005)
3317
w30.Part1 = p31
3318
w30.C1 = CFrame.new(40.8865547, 2.92502666, -175.161102, -0.000152631605, 6.09867893e-005, -1, -1, -3.05185058e-005, 0.000152629742, -3.05091962e-005, 1, 6.09914459e-005)
3319
w31 = Instance.new("Weld", p31)
3320
w31.Name = "apart_Weld"
3321
w31.Part0 = p31
3322
w31.C0 = CFrame.new(40.8865547, 2.92502666, -175.161102, -0.000152631605, 6.09867893e-005, -1, -1, -3.05185058e-005, 0.000152629742, -3.05091962e-005, 1, 6.09914459e-005)
3323
w31.Part1 = p32
3324
w31.C1 = CFrame.new(-3.82930517, 174.798615, 40.9788513, 1, 3.05180401e-005, 3.05171143e-005, 3.05171125e-005, -1, 3.0431087e-005, 3.05180438e-005, -3.04301557e-005, -1)
3325
w32 = Instance.new("Weld", p32)
3326
w32.Name = "apart_Weld"
3327
w32.Part0 = p32
3328
w32.C0 = CFrame.new(-3.82930517, 174.798615, 40.9788513, 1, 3.05180401e-005, 3.05171143e-005, 3.05171125e-005, -1, 3.0431087e-005, 3.05180438e-005, -3.04301557e-005, -1)
3329
w32.Part1 = p33
3330
w32.C1 = CFrame.new(40.9022369, -2.6630733, 176.054321, -3.05612884e-005, -3.04729328e-005, -1, 1, -3.05185094e-005, -3.05603571e-005, -3.05175781e-005, -1, 3.0473866e-005)
3331
w33 = Instance.new("Weld", p33)
3332
w33.Name = "apart_Weld"
3333
w33.Part0 = p33
3334
w33.C0 = CFrame.new(40.9022369, -2.6630733, 176.054321, -3.05612884e-005, -3.04729328e-005, -1, 1, -3.05185094e-005, -3.05603571e-005, -3.05175781e-005, -1, 3.0473866e-005)
3335
w33.Part1 = p34
3336
w33.C1 = CFrame.new(-175.825089, 3.81501913, -39.9998207, 5.34812607e-005, 1, 9.31994482e-010, -1, 5.34812607e-005, -4.31585977e-005, -4.31585977e-005, 1.37618184e-009, 1)
3337
w34 = Instance.new("Weld", p34)
3338
w34.Name = "apart_Weld"
3339
w34.Part0 = p34
3340
w34.C0 = CFrame.new(-175.825089, 3.81501913, -39.9998207, 5.34812607e-005, 1, 9.31994482e-010, -1, 5.34812607e-005, -4.31585977e-005, -4.31585977e-005, 1.37618184e-009, 1)
3341
w34.Part1 = p35
3342
w34.C1 = CFrame.new(-3.8292613, 173.876205, 40.4663696, 1, 3.05180401e-005, 3.05171143e-005, 3.05171125e-005, -1, 3.0431087e-005, 3.05180438e-005, -3.04301557e-005, -1)
3343
w35 = Instance.new("Weld", p35)
3344
w35.Name = "apart_Weld"
3345
w35.Part0 = p35
3346
w35.C0 = CFrame.new(-3.8292613, 173.876205, 40.4663696, 1, 3.05180401e-005, 3.05171143e-005, 3.05171125e-005, -1, 3.0431087e-005, 3.05180438e-005, -3.04301557e-005, -1)
3347
w35.Part1 = p36
3348
w35.C1 = CFrame.new(3.81620979, 174.79892, -39.0317726, -1, 3.0431087e-005, 3.05171143e-005, -3.04301557e-005, -1, 3.05180401e-005, 3.05180438e-005, 3.05171125e-005, 1)
3349
w36 = Instance.new("Weld", p36)
3350
w36.Name = "apart_Weld"
3351
w36.Part0 = p36
3352
w36.C0 = CFrame.new(3.81620979, 174.79892, -39.0317726, -1, 3.0431087e-005, 3.05171143e-005, -3.04301557e-005, -1, 3.05180401e-005, 3.05180438e-005, 3.05171125e-005, 1)
3353
w36.Part1 = p37
3354
w36.C1 = CFrame.new(3.81622219, 173.87648, -39.5442276, -1, 3.0431087e-005, 3.05171143e-005, -3.04301557e-005, -1, 3.05180401e-005, 3.05180438e-005, 3.05171125e-005, 1)
3355
w37 = Instance.new("Weld", p37)
3356
w37.Name = "apart_Weld"
3357
w37.Part0 = p37
3358
w37.C0 = CFrame.new(3.81622219, 173.87648, -39.5442276, -1, 3.0431087e-005, 3.05171143e-005, -3.04301557e-005, -1, 3.05180401e-005, 3.05180438e-005, 3.05171125e-005, 1)
3359
w37.Part1 = p38
3360
w37.C1 = CFrame.new(40.9022522, -3.17552829, 176.054337, -3.05612884e-005, -3.04729328e-005, -1, 1, -3.05185094e-005, -3.05603571e-005, -3.05175781e-005, -1, 3.0473866e-005)
3361
w38 = Instance.new("Weld", p38)
3362
w38.Name = "apart_Weld"
3363
w38.Part0 = p38
3364
w38.C0 = CFrame.new(40.9022522, -3.17552829, 176.054337, -3.05612884e-005, -3.04729328e-005, -1, 1, -3.05185094e-005, -3.05603571e-005, -3.05175781e-005, -1, 3.0473866e-005)
3365
w38.Part1 = p39
3366
w38.C1 = CFrame.new(39.9540176, 3.18871474, -175.183014, 3.0473866e-005, -3.05603571e-005, -1, -1, -3.05185094e-005, -3.04729328e-005, -3.05175781e-005, 1, -3.05612884e-005)
3367
w39 = Instance.new("Weld", p39)
3368
w39.Name = "apart_Weld"
3369
w39.Part0 = p39
3370
w39.C0 = CFrame.new(39.9540176, 3.18871474, -175.183014, 3.0473866e-005, -3.05603571e-005, -1, -1, -3.05185094e-005, -3.04729328e-005, -3.05175781e-005, 1, -3.05612884e-005)
3371
w39.Part1 = p40
3372
w39.C1 = CFrame.new(40.0052567, 3.18871641, -175.183014, 3.0473866e-005, -3.05603571e-005, -1, -1, -3.05185094e-005, -3.04729328e-005, -3.05175781e-005, 1, -3.05612884e-005)
3373
w40 = Instance.new("Weld", p41)
3374
w40.Name = "apart_Weld"
3375
w40.Part0 = p41
3376
w40.C0 = CFrame.new(4.43938923, 39.9903679, 176.339478, -1, 1.85528792e-009, -4.30663385e-005, 4.30663385e-005, 5.3449472e-005, -1, 4.46585241e-010, -1, -5.3449472e-005)
3377
w40.Part1 = p42
3378
w40.C1 = CFrame.new(-39.2770424, 3.8185389, 176.338669, -3.05612884e-005, -3.05603571e-005, 1, -1, 3.05185131e-005, -3.05603571e-005, -3.05175781e-005, -1, -3.05612884e-005)
3379
w41 = Instance.new("Weld", p42)
3380
w41.Name = "apart_Weld"
3381
w41.Part0 = p42
3382
w41.C0 = CFrame.new(-39.2770424, 3.8185389, 176.338669, -3.05612884e-005, -3.05603571e-005, 1, -1, 3.05185131e-005, -3.05603571e-005, -3.05175781e-005, -1, -3.05612884e-005)
3383
w41.Part1 = p43
3384
w41.C1 = CFrame.new(4.38814354, 39.9903717, 176.339478, -1, 1.85528792e-009, -4.30663385e-005, 4.30663385e-005, 5.3449472e-005, -1, 4.46585241e-010, -1, -5.3449472e-005)
3385
w42 = Instance.new("Weld", p43)
3386
w42.Name = "apart_Weld"
3387
w42.Part0 = p43
3388
w42.C0 = CFrame.new(4.38814354, 39.9903717, 176.339478, -1, 1.85528792e-009, -4.30663385e-005, 4.30663385e-005, 5.3449472e-005, -1, 4.46585241e-010, -1, -5.3449472e-005)
3389
w42.Part1 = p44
3390
w42.C1 = CFrame.new(-176.336121, 40.0053749, 4.18144655, -4.37113883e-008, 1, -3.05612884e-005, 0, -3.05612884e-005, -1, -1, -4.37113883e-008, 1.3358764e-012)
3391
w43 = Instance.new("Weld", p44)
3392
w43.Name = "apart_Weld"
3393
w43.Part0 = p44
3394
w43.C0 = CFrame.new(-176.336121, 40.0053749, 4.18144655, -4.37113883e-008, 1, -3.05612884e-005, 0, -3.05612884e-005, -1, -1, -4.37113883e-008, 1.3358764e-012)
3395
w43.Part1 = p45
3396
w43.C1 = CFrame.new(-176.336121, 40.0053749, 4.18144655, -4.37113883e-008, 1, -3.05612884e-005, 0, -3.05612884e-005, -1, -1, -4.37113883e-008, 1.3358764e-012)
3397
w44 = Instance.new("Weld", p45)
3398
w44.Name = "apart_Weld"
3399
w44.Part0 = p45
3400
w44.C0 = CFrame.new(-176.336121, 40.0053749, 4.18144655, -4.37113883e-008, 1, -3.05612884e-005, 0, -3.05612884e-005, -1, -1, -4.37113883e-008, 1.3358764e-012)
3401
w44.Part1 = p46
3402
w44.C1 = CFrame.new(-40.7119179, 3.81858277, 176.338715, -3.05612884e-005, -3.05603571e-005, 1, -1, 3.05185131e-005, -3.05603571e-005, -3.05175781e-005, -1, -3.05612884e-005)
3403
w45 = Instance.new("Weld", p46)
3404
w45.Name = "Head_Weld"
3405
w45.Part0 = p46
3406
w45.C0 = CFrame.new(-40.7119179, 3.81858277, 176.338715, -3.05612884e-005, -3.05603571e-005, 1, -1, 3.05185131e-005, -3.05603571e-005, -3.05175781e-005, -1, -3.05612884e-005)
3407
w45.Part1 = p47
3408
w45.C1 = CFrame.new(-40, -176.019974, 3.8200016, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
3409
w46 = Instance.new("Weld", p47)
3410
w46.Name = "apart_Weld"
3411
w46.Part0 = p47
3412
w46.C0 = CFrame.new(-40, -176.019974, 3.8200016, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
3413
w46.Part1 = p48
3414
w46.C1 = CFrame.new(39.8868141, -3.04742336, 176.775467, -3.05612884e-005, 6.10798015e-005, -1, 1, -3.05147805e-005, -3.05631511e-005, -3.05166468e-005, -1, -6.10788702e-005)
3415
w47 = Instance.new("Weld", p48)
3416
w47.Name = "apart_Weld"
3417
w47.Part0 = p48
3418
w47.C0 = CFrame.new(39.8868141, -3.04742336, 176.775467, -3.05612884e-005, 6.10798015e-005, -1, 1, -3.05147805e-005, -3.05631511e-005, -3.05166468e-005, -1, -6.10788702e-005)
3419
w47.Part1 = p49
3420
w47.C1 = CFrame.new(4.69561625, 39.9903564, 176.339478, -1, 1.85528792e-009, -4.30663385e-005, 4.30663385e-005, 5.3449472e-005, -1, 4.46585241e-010, -1, -5.3449472e-005)
3421
w48 = Instance.new("Weld", p49)
3422
w48.Name = "apart_Weld"
3423
w48.Part0 = p49
3424
w48.C0 = CFrame.new(4.69561625, 39.9903564, 176.339478, -1, 1.85528792e-009, -4.30663385e-005, 4.30663385e-005, 5.3449472e-005, -1, 4.46585241e-010, -1, -5.3449472e-005)
3425
w48.Part1 = p50
3426
w48.C1 = CFrame.new(4.64437056, 39.9903603, 176.339478, -1, 1.85528792e-009, -4.30663385e-005, 4.30663385e-005, 5.3449472e-005, -1, 4.46585241e-010, -1, -5.3449472e-005)
3427
w49 = Instance.new("Weld", p50)
3428
w49.Name = "apart_Weld"
3429
w49.Part0 = p50
3430
w49.C0 = CFrame.new(4.64437056, 39.9903603, 176.339478, -1, 1.85528792e-009, -4.30663385e-005, 4.30663385e-005, 5.3449472e-005, -1, 4.46585241e-010, -1, -5.3449472e-005)
3431
w49.Part1 = p51
3432
w49.C1 = CFrame.new(39.8660278, 3.04846263, -176.447052, -0.000274701917, 0.000183053373, -0.99999994, -0.99999994, -3.05222311e-005, 0.000274696329, -3.0471947e-005, 1, 0.000183061755)
3433
w50 = Instance.new("Weld", p51)
3434
w50.Name = "apart_Weld"
3435
w50.Part0 = p51
3436
w50.C0 = CFrame.new(39.8660278, 3.04846263, -176.447052, -0.000274701917, 0.000183053373, -0.99999994, -0.99999994, -3.05222311e-005, 0.000274696329, -3.0471947e-005, 1, 0.000183061755)
3437
w50.Part1 = p52
3438
w50.C1 = CFrame.new(40.7543678, -42.5779533, -171.325851, 0.000228409437, -0.000213359424, -1, -0.965923131, 0.258829027, -0.000275849598, 0.258829057, 0.965923131, -0.000146969804)
3439
w51 = Instance.new("Weld", p52)
3440
w51.Name = "apart_Weld"
3441
w51.Part0 = p52
3442
w51.C0 = CFrame.new(40.7543678, -42.5779533, -171.325851, 0.000228409437, -0.000213359424, -1, -0.965923131, 0.258829027, -0.000275849598, 0.258829057, 0.965923131, -0.000146969804)
3443
w51.Part1 = p53
3444
w51.C1 = CFrame.new(-39.9944801, 3.81856084, 176.338684, -3.05612884e-005, -3.05603571e-005, 1, -1, 3.05185131e-005, -3.05603571e-005, -3.05175781e-005, -1, -3.05612884e-005)
3445
w52 = Instance.new("Weld", p53)
3446
w52.Name = "apart_Weld"
3447
w52.Part0 = p53
3448
w52.C0 = CFrame.new(-39.9944801, 3.81856084, 176.338684, -3.05612884e-005, -3.05603571e-005, 1, -1, 3.05185131e-005, -3.05603571e-005, -3.05175781e-005, -1, -3.05612884e-005)
3449
w52.Part1 = p54
3450
w52.C1 = CFrame.new(176.331329, 39.4632111, -3.82271242, -4.37113883e-008, -1, 0.000152631605, 0, -0.000152631605, -1, 1, -4.37113883e-008, 6.67173912e-012)
3451
w53 = Instance.new("Weld", p54)
3452
w53.Name = "apart_Weld"
3453
w53.Part0 = p54
3454
w53.C0 = CFrame.new(176.331329, 39.4632111, -3.82271242, -4.37113883e-008, -1, 0.000152631605, 0, -0.000152631605, -1, 1, -4.37113883e-008, 6.67173912e-012)
3455
w53.Part1 = p55
3456
w53.C1 = CFrame.new(39.6354523, 3.04852581, -176.447006, -0.000274701917, 0.000183053373, -0.99999994, -0.99999994, -3.05222311e-005, 0.000274696329, -3.0471947e-005, 1, 0.000183061755)
3457
w54 = Instance.new("Weld", p55)
3458
w54.Name = "apart_Weld"
3459
w54.Part0 = p55
3460
w54.C0 = CFrame.new(39.6354523, 3.04852581, -176.447006, -0.000274701917, 0.000183053373, -0.99999994, -0.99999994, -3.05222311e-005, 0.000274696329, -3.0471947e-005, 1, 0.000183061755)
3461
w54.Part1 = p56
3462
w54.C1 = CFrame.new(39.8659096, 2.74099851, -176.780167, -0.000274701917, 0.000183053373, -0.99999994, -0.99999994, -3.05222311e-005, 0.000274696329, -3.0471947e-005, 1, 0.000183061755)
3463
w55 = Instance.new("Weld", p56)
3464
w55.Name = "apart_Weld"
3465
w55.Part0 = p56
3466
w55.C0 = CFrame.new(39.8659096, 2.74099851, -176.780167, -0.000274701917, 0.000183053373, -0.99999994, -0.99999994, -3.05222311e-005, 0.000274696329, -3.0471947e-005, 1, 0.000183061755)
3467
w55.Part1 = p57
3468
w55.C1 = CFrame.new(40.0917892, -3.04741716, 176.775482, -3.05612884e-005, 6.10798015e-005, -1, 1, -3.05147805e-005, -3.05631511e-005, -3.05166468e-005, -1, -6.10788702e-005)
3469
w56 = Instance.new("Weld", p57)
3470
w56.Name = "apart_Weld"
3471
w56.Part0 = p57
3472
w56.C0 = CFrame.new(40.0917892, -3.04741716, 176.775482, -3.05612884e-005, 6.10798015e-005, -1, 1, -3.05147805e-005, -3.05631511e-005, -3.05166468e-005, -1, -6.10788702e-005)
3473
w56.Part1 = p58
3474
w56.C1 = CFrame.new(-176.337341, -40.5636826, -3.82272768, -4.37113883e-008, 1, 4.37113883e-008, 0, -4.37113883e-008, 1, 1, 4.37113883e-008, 1.91068547e-015)
3475
w57 = Instance.new("Weld", p58)
3476
w57.Name = "apart_Weld"
3477
w57.Part0 = p58
3478
w57.C0 = CFrame.new(-176.337341, -40.5636826, -3.82272768, -4.37113883e-008, 1, 4.37113883e-008, 0, -4.37113883e-008, 1, 1, 4.37113883e-008, 1.91068547e-015)
3479
w57.Part1 = p59
3480
w57.C1 = CFrame.new(-176.33754, 3.81501579, -39.9998207, 5.34812607e-005, 1, 9.31994482e-010, -1, 5.34812607e-005, -4.31585977e-005, -4.31585977e-005, 1.37618184e-009, 1)
3481
w58 = Instance.new("Weld", p59)
3482
w58.Name = "apart_Weld"
3483
w58.Part0 = p59
3484
w58.C0 = CFrame.new(-176.33754, 3.81501579, -39.9998207, 5.34812607e-005, 1, 9.31994482e-010, -1, 5.34812607e-005, -4.31585977e-005, -4.31585977e-005, 1.37618184e-009, 1)
3485
w58.Part1 = p60
3486
w58.C1 = CFrame.new(40.0917892, -3.04741716, 176.775482, -3.05612884e-005, 6.10798015e-005, -1, 1, -3.05147805e-005, -3.05631511e-005, -3.05166468e-005, -1, -6.10788702e-005)
3487
w59 = Instance.new("Weld", p60)
3488
w59.Name = "apart_Weld"
3489
w59.Part0 = p60
3490
w59.C0 = CFrame.new(40.0917892, -3.04741716, 176.775482, -3.05612884e-005, 6.10798015e-005, -1, 1, -3.05147805e-005, -3.05631511e-005, -3.05166468e-005, -1, -6.10788702e-005)
3491
w59.Part1 = p61
3492
w59.C1 = CFrame.new(39.8660278, 3.04846263, -176.447052, -0.000274701917, 0.000183053373, -0.99999994, -0.99999994, -3.05222311e-005, 0.000274696329, -3.0471947e-005, 1, 0.000183061755)
3493
w60 = Instance.new("Weld", p61)
3494
w60.Name = "apart_Weld"
3495
w60.Part0 = p61
3496
w60.C0 = CFrame.new(39.8660278, 3.04846263, -176.447052, -0.000274701917, 0.000183053373, -0.99999994, -0.99999994, -3.05222311e-005, 0.000274696329, -3.0471947e-005, 1, 0.000183061755)
3497
w60.Part1 = p62
3498
w60.C1 = CFrame.new(40.8056221, -42.5779381, -171.325836, 0.000228409437, -0.000213359424, -1, -0.965923131, 0.258829027, -0.000275849598, 0.258829057, 0.965923131, -0.000146969804)
3499
w61 = Instance.new("Weld", p62)
3500
w61.Name = "apart_Weld"
3501
w61.Part0 = p62
3502
w61.C0 = CFrame.new(40.8056221, -42.5779381, -171.325836, 0.000228409437, -0.000213359424, -1, -0.965923131, 0.258829027, -0.000275849598, 0.258829057, 0.965923131, -0.000146969804)
3503
w61.Part1 = p63
3504
w61.C1 = CFrame.new(40.0710144, 3.04840636, -176.447083, -0.000274701917, 0.000183053373, -0.99999994, -0.99999994, -3.05222311e-005, 0.000274696329, -3.0471947e-005, 1, 0.000183061755)
3505
w62 = Instance.new("Weld", p63)
3506
w62.Name = "apart_Weld"
3507
w62.Part0 = p63
3508
w62.C0 = CFrame.new(40.0710144, 3.04840636, -176.447083, -0.000274701917, 0.000183053373, -0.99999994, -0.99999994, -3.05222311e-005, 0.000274696329, -3.0471947e-005, 1, 0.000183061755)
3509
w62.Part1 = p64
3510
w62.C1 = CFrame.new(40.3014908, 2.74087882, -176.780243, -0.000274701917, 0.000183053373, -0.99999994, -0.99999994, -3.05222311e-005, 0.000274696329, -3.0471947e-005, 1, 0.000183061755)
3511
w63 = Instance.new("Weld", p64)
3512
w63.Name = "apart_Weld"
3513
w63.Part0 = p64
3514
w63.C0 = CFrame.new(40.3014908, 2.74087882, -176.780243, -0.000274701917, 0.000183053373, -0.99999994, -0.99999994, -3.05222311e-005, 0.000274696329, -3.0471947e-005, 1, 0.000183061755)
3515
w63.Part1 = p65
3516
w63.C1 = CFrame.new(39.6353073, 2.74106169, -176.780121, -0.000274701917, 0.000183053373, -0.99999994, -0.99999994, -3.05222311e-005, 0.000274696329, -3.0471947e-005, 1, 0.000183061755)
3517
w64 = Instance.new("Weld", p65)
3518
w64.Name = "apart_Weld"
3519
w64.Part0 = p65
3520
w64.C0 = CFrame.new(39.6353073, 2.74106169, -176.780121, -0.000274701917, 0.000183053373, -0.99999994, -0.99999994, -3.05222311e-005, 0.000274696329, -3.0471947e-005, 1, 0.000183061755)
3521
w64.Part1 = p66
3522
w64.C1 = CFrame.new(40.3016357, 3.04834294, -176.447128, -0.000274701917, 0.000183053373, -0.99999994, -0.99999994, -3.05222311e-005, 0.000274696329, -3.0471947e-005, 1, 0.000183061755)
3523
w65 = Instance.new("Weld", p66)
3524
w65.Name = "apart_Weld"
3525
w65.Part0 = p66
3526
w65.C0 = CFrame.new(40.3016357, 3.04834294, -176.447128, -0.000274701917, 0.000183053373, -0.99999994, -0.99999994, -3.05222311e-005, 0.000274696329, -3.0471947e-005, 1, 0.000183061755)
3527
w65.Part1 = p67
3528
w65.C1 = CFrame.new(40.0710144, 3.04840636, -176.447083, -0.000274701917, 0.000183053373, -0.99999994, -0.99999994, -3.05222311e-005, 0.000274696329, -3.0471947e-005, 1, 0.000183061755)
3529
w66 = Instance.new("Weld", p67)
3530
w66.Name = "apart_Weld"
3531
w66.Part0 = p67
3532
w66.C0 = CFrame.new(40.0710144, 3.04840636, -176.447083, -0.000274701917, 0.000183053373, -0.99999994, -0.99999994, -3.05222311e-005, 0.000274696329, -3.0471947e-005, 1, 0.000183061755)
3533
w66.Part1 = p68
3534
w66.C1 = CFrame.new(40.0708847, 2.74094224, -176.780197, -0.000274701917, 0.000183053373, -0.99999994, -0.99999994, -3.05222311e-005, 0.000274696329, -3.0471947e-005, 1, 0.000183061755)
3535
w67 = Instance.new("Weld", p68)
3536
w67.Name = "apart_Weld"
3537
w67.Part0 = p68
3538
w67.C0 = CFrame.new(40.0708847, 2.74094224, -176.780197, -0.000274701917, 0.000183053373, -0.99999994, -0.99999994, -3.05222311e-005, 0.000274696329, -3.0471947e-005, 1, 0.000183061755)
3539
w67.Part1 = p69
3540
w67.C1 = CFrame.new(40.3223953, -3.04741025, 176.775482, -3.05612884e-005, 6.10798015e-005, -1, 1, -3.05147805e-005, -3.05631511e-005, -3.05166468e-005, -1, -6.10788702e-005)
3541
w68 = Instance.new("Weld", p69)
3542
w68.Name = "apart_Weld"
3543
w68.Part0 = p69
3544
w68.C0 = CFrame.new(40.3223953, -3.04741025, 176.775482, -3.05612884e-005, 6.10798015e-005, -1, 1, -3.05147805e-005, -3.05631511e-005, -3.05166468e-005, -1, -6.10788702e-005)
3545
w68.Part1 = p70
3546
w68.C1 = CFrame.new(39.8868141, -3.04742336, 176.775467, -3.05612884e-005, 6.10798015e-005, -1, 1, -3.05147805e-005, -3.05631511e-005, -3.05166468e-005, -1, -6.10788702e-005)
3547
w69 = Instance.new("Weld", p70)
3548
w69.Name = "apart_Weld"
3549
w69.Part0 = p70
3550
w69.C0 = CFrame.new(39.8868141, -3.04742336, 176.775467, -3.05612884e-005, 6.10798015e-005, -1, 1, -3.05147805e-005, -3.05631511e-005, -3.05166468e-005, -1, -6.10788702e-005)
3551
w69.Part1 = p71
3552
w69.C1 = CFrame.new(-40.6606789, 3.81858134, 176.338699, -3.05612884e-005, -3.05603571e-005, 1, -1, 3.05185131e-005, -3.05603571e-005, -3.05175781e-005, -1, -3.05612884e-005)
3553
w70 = Instance.new("Weld", p71)
3554
w70.Name = "apart_Weld"
3555
w70.Part0 = p71
3556
w70.C0 = CFrame.new(-40.6606789, 3.81858134, 176.338699, -3.05612884e-005, -3.05603571e-005, 1, -1, 3.05185131e-005, -3.05603571e-005, -3.05175781e-005, -1, -3.05612884e-005)
3557
w70.Part1 = p72
3558
w70.C1 = CFrame.new(39.6562119, -3.04743052, 176.775452, -3.05612884e-005, 6.10798015e-005, -1, 1, -3.05147805e-005, -3.05631511e-005, -3.05166468e-005, -1, -6.10788702e-005)
3559
w71 = Instance.new("Weld", p72)
3560
w71.Name = "apart_Weld"
3561
w71.Part0 = p72
3562
w71.C0 = CFrame.new(39.6562119, -3.04743052, 176.775452, -3.05612884e-005, 6.10798015e-005, -1, 1, -3.05147805e-005, -3.05631511e-005, -3.05166468e-005, -1, -6.10788702e-005)
3563
w71.Part1 = p73
3564
w71.C1 = CFrame.new(39.2682533, -42.5783615, -171.326065, 0.000228409437, -0.000213359424, -1, -0.965923131, 0.258829027, -0.000275849598, 0.258829057, 0.965923131, -0.000146969804)
3565
w72 = Instance.new("Weld", p73)
3566
w72.Name = "apart_Weld"
3567
w72.Part0 = p73
3568
w72.C0 = CFrame.new(39.2682533, -42.5783615, -171.326065, 0.000228409437, -0.000213359424, -1, -0.965923131, 0.258829027, -0.000275849598, 0.258829057, 0.965923131, -0.000146969804)
3569
w72.Part1 = p74
3570
w72.C1 = CFrame.new(39.3195076, -42.5783463, -171.326065, 0.000228409437, -0.000213359424, -1, -0.965923131, 0.258829027, -0.000275849598, 0.258829057, 0.965923131, -0.000146969804)
3571
w73 = Instance.new("Weld", p74)
3572
w73.Name = "apart_Weld"
3573
w73.Part0 = p74
3574
w73.C0 = CFrame.new(39.3195076, -42.5783463, -171.326065, 0.000228409437, -0.000213359424, -1, -0.965923131, 0.258829027, -0.000275849598, 0.258829057, 0.965923131, -0.000146969804)
3575
w73.Part1 = p75
3576
w73.C1 = CFrame.new(-39.3282967, 3.81854057, 176.338669, -3.05612884e-005, -3.05603571e-005, 1, -1, 3.05185131e-005, -3.05603571e-005, -3.05175781e-005, -1, -3.05612884e-005)
3577
w74 = Instance.new("Weld", p75)
3578
w74.Name = "apart_Weld"
3579
w74.Part0 = p75
3580
w74.C0 = CFrame.new(-39.3282967, 3.81854057, 176.338669, -3.05612884e-005, -3.05603571e-005, 1, -1, 3.05185131e-005, -3.05603571e-005, -3.05175781e-005, -1, -3.05612884e-005)
3581
w74.Part1 = p76
3582
w74.C1 = CFrame.new(4.69561625, 39.9903564, 176.339478, -1, 1.85528792e-009, -4.30663385e-005, 4.30663385e-005, 5.3449472e-005, -1, 4.46585241e-010, -1, -5.3449472e-005)
3583
w75 = Instance.new("Weld", p76)
3584
w75.Name = "apart_Weld"
3585
w75.Part0 = p76
3586
w75.C0 = CFrame.new(4.69561625, 39.9903564, 176.339478, -1, 1.85528792e-009, -4.30663385e-005, 4.30663385e-005, 5.3449472e-005, -1, 4.46585241e-010, -1, -5.3449472e-005)
3587
w75.Part1 = p77
3588
w75.C1 = CFrame.new(40.0708847, 2.74094224, -176.780197, -0.000274701917, 0.000183053373, -0.99999994, -0.99999994, -3.05222311e-005, 0.000274696329, -3.0471947e-005, 1, 0.000183061755)
3589
w76 = Instance.new("Weld", p77)
3590
w76.Name = "apart_Weld"
3591
w76.Part0 = p77
3592
w76.C0 = CFrame.new(40.0708847, 2.74094224, -176.780197, -0.000274701917, 0.000183053373, -0.99999994, -0.99999994, -3.05222311e-005, 0.000274696329, -3.0471947e-005, 1, 0.000183061755)
3593
w76.Part1 = p78
3594
w76.C1 = CFrame.new(39.8659096, 2.74099851, -176.780167, -0.000274701917, 0.000183053373, -0.99999994, -0.99999994, -3.05222311e-005, 0.000274696329, -3.0471947e-005, 1, 0.000183061755)
3595
w77 = Instance.new("Weld", p79)
3596
w77.Name = "apart_Weld"
3597
w77.Part0 = p79
3598
w77.C0 = CFrame.new(-3.82272005, -175.414932, -41.5373688, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3599
w77.Part1 = p80
3600
w77.C1 = CFrame.new(-3.82272005, -175.594284, -41.9729462, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3601
w78 = Instance.new("Weld", p80)
3602
w78.Name = "apart_Weld"
3603
w78.Part0 = p80
3604
w78.C0 = CFrame.new(-3.82272005, -175.594284, -41.9729462, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3605
w78.Part1 = p81
3606
w78.C1 = CFrame.new(-3.40590239, -124.572937, 131.068604, 1, -4.16866387e-005, 1.1171388e-005, 1.11727377e-005, 0.500085652, 0.865975916, -4.16862786e-005, -0.865975916, 0.500085652)
3607
w79 = Instance.new("Weld", p81)
3608
w79.Name = "apart_Weld"
3609
w79.Part0 = p81
3610
w79.C0 = CFrame.new(-3.40590239, -124.572937, 131.068604, 1, -4.16866387e-005, 1.1171388e-005, 1.11727377e-005, 0.500085652, 0.865975916, -4.16862786e-005, -0.865975916, 0.500085652)
3611
w79.Part1 = p82
3612
w79.C1 = CFrame.new(-3.81866574, -174.260757, -41.4144592, 1, -3.05171125e-005, 3.05180438e-005, 3.05180438e-005, 1, -3.05171125e-005, -3.05171125e-005, 3.05180438e-005, 1)
3613
w80 = Instance.new("Weld", p82)
3614
w80.Name = "apart_Weld"
3615
w80.Part0 = p82
3616
w80.C0 = CFrame.new(-3.81866574, -174.260757, -41.4144592, 1, -3.05171125e-005, 3.05180438e-005, 3.05180438e-005, 1, -3.05171125e-005, -3.05171125e-005, 3.05180438e-005, 1)
3617
w80.Part1 = p83
3618
w80.C1 = CFrame.new(-3.82272005, -174.261902, -41.9217072, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3619
w81 = Instance.new("Weld", p83)
3620
w81.Name = "apart_Weld"
3621
w81.Part0 = p83
3622
w81.C0 = CFrame.new(-3.82272005, -174.261902, -41.9217072, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3623
w81.Part1 = p84
3624
w81.C1 = CFrame.new(-3.82272005, -173.877563, -41.5373688, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3625
w82 = Instance.new("Weld", p84)
3626
w82.Name = "apart_Weld"
3627
w82.Part0 = p84
3628
w82.C0 = CFrame.new(-3.82272005, -173.877563, -41.5373688, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3629
w82.Part1 = p85
3630
w82.C1 = CFrame.new(-4.22583055, -124.572945, 131.068649, 1, -4.16866387e-005, 1.1171388e-005, 1.11727377e-005, 0.500085652, 0.865975916, -4.16862786e-005, -0.865975916, 0.500085652)
3631
w83 = Instance.new("Weld", p85)
3632
w83.Name = "apart_Weld"
3633
w83.Part0 = p85
3634
w83.C0 = CFrame.new(-4.22583055, -124.572945, 131.068649, 1, -4.16866387e-005, 1.1171388e-005, 1.11727377e-005, 0.500085652, 0.865975916, -4.16862786e-005, -0.865975916, 0.500085652)
3635
w83.Part1 = p86
3636
w83.C1 = CFrame.new(-3.82272005, -174.64624, -41.9217072, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3637
w84 = Instance.new("Weld", p86)
3638
w84.Name = "apart_Weld"
3639
w84.Part0 = p86
3640
w84.C0 = CFrame.new(-3.82272005, -174.64624, -41.9217072, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3641
w84.Part1 = p87
3642
w84.C1 = CFrame.new(-3.82272005, -173.877563, -41.5629883, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3643
w85 = Instance.new("Weld", p87)
3644
w85.Name = "apart_Weld"
3645
w85.Part0 = p87
3646
w85.C0 = CFrame.new(-3.82272005, -173.877563, -41.5629883, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3647
w85.Part1 = p88
3648
w85.C1 = CFrame.new(-3.82272005, -175.594284, -41.9729462, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3649
w86 = Instance.new("Weld", p88)
3650
w86.Name = "apart_Weld"
3651
w86.Part0 = p88
3652
w86.C0 = CFrame.new(-3.82272005, -175.594284, -41.9729462, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3653
w86.Part1 = p89
3654
w86.C1 = CFrame.new(-3.82272005, -173.877563, -41.5629883, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3655
w87 = Instance.new("Weld", p89)
3656
w87.Name = "apart_Weld"
3657
w87.Part0 = p89
3658
w87.C0 = CFrame.new(-3.82272005, -173.877563, -41.5629883, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3659
w87.Part1 = p90
3660
w87.C1 = CFrame.new(-3.82272005, -174.64624, -41.5373688, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3661
w88 = Instance.new("Weld", p90)
3662
w88.Name = "Right Arm_Weld"
3663
w88.Part0 = p90
3664
w88.C0 = CFrame.new(-3.82272005, -174.64624, -41.5373688, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3665
w88.Part1 = p91
3666
w88.C1 = CFrame.new(-41.5, -174.519974, 3.82000184, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
3667
w89 = Instance.new("Weld", p92)
3668
w89.Name = "Left Leg_Weld"
3669
w89.Part0 = p92
3670
w89.C0 = CFrame.new(-3.82272005, -172.59642, -39.4875336, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3671
w89.Part1 = p93
3672
w89.C1 = CFrame.new(-39.5, -172.519974, 3.8200016, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
3673
w90 = Instance.new("Weld", p93)
3674
w90.Name = "apart_Weld"
3675
w90.Part0 = p93
3676
w90.C0 = CFrame.new(-39.5, -172.519974, 3.8200016, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
3677
w90.Part1 = p94
3678
w90.C1 = CFrame.new(-3.82272005, -172.647675, -39.4875336, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3679
w91 = Instance.new("Weld", p94)
3680
w91.Name = "apart_Weld"
3681
w91.Part0 = p94
3682
w91.C0 = CFrame.new(-3.82272005, -172.647675, -39.4875336, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3683
w91.Part1 = p95
3684
w91.C1 = CFrame.new(-3.8483429, -171.802124, -39.4875336, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3685
w92 = Instance.new("Weld", p95)
3686
w92.Name = "apart_Weld"
3687
w92.Part0 = p95
3688
w92.C0 = CFrame.new(-3.8483429, -171.802124, -39.4875336, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3689
w92.Part1 = p96
3690
w92.C1 = CFrame.new(-3.82272005, -172.647675, -39.4875336, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3691
w93 = Instance.new("Weld", p96)
3692
w93.Name = "apart_Weld"
3693
w93.Part0 = p96
3694
w93.C0 = CFrame.new(-3.82272005, -172.647675, -39.4875336, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3695
w93.Part1 = p97
3696
w93.C1 = CFrame.new(-3.8483429, -171.802124, -39.4875336, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3697
w94 = Instance.new("Weld", p97)
3698
w94.Name = "apart_Weld"
3699
w94.Part0 = p97
3700
w94.C0 = CFrame.new(-3.8483429, -171.802124, -39.4875336, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3701
w94.Part1 = p98
3702
w94.C1 = CFrame.new(-39.4362946, -172.288956, 3.5664947, -4.37113883e-008, 9.29513355e-010, 1, 0, 1, -9.29513355e-010, -1, -4.06303176e-017, -4.37113883e-008)
3703
w95 = Instance.new("Weld", p98)
3704
w95.Name = "apart_Weld"
3705
w95.Part0 = p98
3706
w95.C0 = CFrame.new(-39.4362946, -172.288956, 3.5664947, -4.37113883e-008, 9.29513355e-010, 1, 0, 1, -9.29513355e-010, -1, -4.06303176e-017, -4.37113883e-008)
3707
w95.Part1 = p99
3708
w95.C1 = CFrame.new(39.4949493, -171.800415, -3.84834123, -4.37113883e-008, -4.3159529e-005, -1, 0, 1, -4.3159529e-005, 1, -1.88656295e-012, -4.37113883e-008)
3709
w96 = Instance.new("Weld", p99)
3710
w96.Name = "apart_Weld"
3711
w96.Part0 = p99
3712
w96.C0 = CFrame.new(39.4949493, -171.800415, -3.84834123, -4.37113883e-008, -4.3159529e-005, -1, 0, 1, -4.3159529e-005, 1, -1.88656295e-012, -4.37113883e-008)
3713
w96.Part1 = p100
3714
w96.C1 = CFrame.new(-3.82272005, -172.647675, -39.4875336, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3715
w97 = Instance.new("Weld", p100)
3716
w97.Name = "apart_Weld"
3717
w97.Part0 = p100
3718
w97.C0 = CFrame.new(-3.82272005, -172.647675, -39.4875336, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3719
w97.Part1 = p101
3720
w97.C1 = CFrame.new(-3.82272005, -171.622757, -39.4875336, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3721
w98 = Instance.new("Weld", p101)
3722
w98.Name = "apart_Weld"
3723
w98.Part0 = p101
3724
w98.C0 = CFrame.new(-3.82272005, -171.622757, -39.4875336, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3725
w98.Part1 = p102
3726
w98.C1 = CFrame.new(-3.82272005, -171.878983, -39.4875336, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3727
w99 = Instance.new("Weld", p103)
3728
w99.Name = "apart_Weld"
3729
w99.Part0 = p103
3730
w99.C0 = CFrame.new(-40.5, -172.519974, 3.8200016, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
3731
w99.Part1 = p104
3732
w99.C1 = CFrame.new(-3.82272005, -172.59642, -40.5124359, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3733
w100 = Instance.new("Weld", p104)
3734
w100.Name = "apart_Weld"
3735
w100.Part0 = p104
3736
w100.C0 = CFrame.new(-3.82272005, -172.59642, -40.5124359, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3737
w100.Part1 = p105
3738
w100.C1 = CFrame.new(-3.82272005, -172.647675, -40.5124359, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3739
w101 = Instance.new("Weld", p105)
3740
w101.Name = "apart_Weld"
3741
w101.Part0 = p105
3742
w101.C0 = CFrame.new(-3.82272005, -172.647675, -40.5124359, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3743
w101.Part1 = p106
3744
w101.C1 = CFrame.new(-3.82272005, -172.647675, -40.5124359, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3745
w102 = Instance.new("Weld", p106)
3746
w102.Name = "apart_Weld"
3747
w102.Part0 = p106
3748
w102.C0 = CFrame.new(-3.82272005, -172.647675, -40.5124359, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3749
w102.Part1 = p107
3750
w102.C1 = CFrame.new(-40.5636902, -172.288956, 3.5664947, -4.37113883e-008, 9.29513355e-010, 1, 0, 1, -9.29513355e-010, -1, -4.06303176e-017, -4.37113883e-008)
3751
w103 = Instance.new("Weld", p107)
3752
w103.Name = "apart_Weld"
3753
w103.Part0 = p107
3754
w103.C0 = CFrame.new(-40.5636902, -172.288956, 3.5664947, -4.37113883e-008, 9.29513355e-010, 1, 0, 1, -9.29513355e-010, -1, -4.06303176e-017, -4.37113883e-008)
3755
w103.Part1 = p108
3756
w103.C1 = CFrame.new(40.5198517, -171.800369, -3.84834123, -4.37113883e-008, -4.3159529e-005, -1, 0, 1, -4.3159529e-005, 1, -1.88656295e-012, -4.37113883e-008)
3757
w104 = Instance.new("Weld", p108)
3758
w104.Name = "apart_Weld"
3759
w104.Part0 = p108
3760
w104.C0 = CFrame.new(40.5198517, -171.800369, -3.84834123, -4.37113883e-008, -4.3159529e-005, -1, 0, 1, -4.3159529e-005, 1, -1.88656295e-012, -4.37113883e-008)
3761
w104.Part1 = p109
3762
w104.C1 = CFrame.new(-3.82272005, -171.878983, -40.5124359, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3763
w105 = Instance.new("Weld", p109)
3764
w105.Name = "apart_Weld"
3765
w105.Part0 = p109
3766
w105.C0 = CFrame.new(-3.82272005, -171.878983, -40.5124359, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3767
w105.Part1 = p110
3768
w105.C1 = CFrame.new(-3.82272005, -171.622757, -40.5124359, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3769
w106 = Instance.new("Weld", p110)
3770
w106.Name = "apart_Weld"
3771
w106.Part0 = p110
3772
w106.C0 = CFrame.new(-3.82272005, -171.622757, -40.5124359, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3773
w106.Part1 = p111
3774
w106.C1 = CFrame.new(-3.8483429, -171.802124, -40.5124359, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3775
w107 = Instance.new("Weld", p111)
3776
w107.Name = "apart_Weld"
3777
w107.Part0 = p111
3778
w107.C0 = CFrame.new(-3.8483429, -171.802124, -40.5124359, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3779
w107.Part1 = p112
3780
w107.C1 = CFrame.new(-3.8483429, -171.802124, -40.5124359, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3781
w108 = Instance.new("Weld", p112)
3782
w108.Name = "apart_Weld"
3783
w108.Part0 = p112
3784
w108.C0 = CFrame.new(-3.8483429, -171.802124, -40.5124359, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3785
w108.Part1 = p113
3786
w108.C1 = CFrame.new(-3.82272005, -172.647675, -40.5124359, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3787
w109 = Instance.new("Weld", p114)
3788
w109.Name = "apart_Weld"
3789
w109.Part0 = p114
3790
w109.C0 = CFrame.new(-3.82272005, -175.594284, -38.0270386, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3791
w109.Part1 = p115
3792
w109.C1 = CFrame.new(-3.82272005, -175.414932, -38.462616, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3793
w110 = Instance.new("Weld", p115)
3794
w110.Name = "Left Arm_Weld"
3795
w110.Part0 = p115
3796
w110.C0 = CFrame.new(-3.82272005, -175.414932, -38.462616, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3797
w110.Part1 = p116
3798
w110.C1 = CFrame.new(-38.5, -174.519974, 3.8200016, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
3799
w111 = Instance.new("Weld", p116)
3800
w111.Name = "apart_Weld"
3801
w111.Part0 = p116
3802
w111.C0 = CFrame.new(-38.5, -174.519974, 3.8200016, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
3803
w111.Part1 = p117
3804
w111.C1 = CFrame.new(4.23229599, -55.2924156, 171.076126, -1, 1.11466697e-005, -4.16424627e-005, 4.16358271e-005, 0.500072539, -0.865983546, 1.11714171e-005, -0.865983546, -0.500072539)
3805
w112 = Instance.new("Weld", p117)
3806
w112.Name = "apart_Weld"
3807
w112.Part0 = p117
3808
w112.C0 = CFrame.new(4.23229599, -55.2924156, 171.076126, -1, 1.11466697e-005, -4.16424627e-005, 4.16358271e-005, 0.500072539, -0.865983546, 1.11714171e-005, -0.865983546, -0.500072539)
3809
w112.Part1 = p118
3810
w112.C1 = CFrame.new(-3.82272005, -174.261902, -38.0782776, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3811
w113 = Instance.new("Weld", p118)
3812
w113.Name = "apart_Weld"
3813
w113.Part0 = p118
3814
w113.C0 = CFrame.new(-3.82272005, -174.261902, -38.0782776, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3815
w113.Part1 = p119
3816
w113.C1 = CFrame.new(3.81856751, -174.647522, 38.0728455, -1, 3.04310852e-005, -3.05171179e-005, 3.04301557e-005, 1, 3.04310852e-005, 3.05180438e-005, 3.04301557e-005, -1)
3817
w114 = Instance.new("Weld", p119)
3818
w114.Name = "apart_Weld"
3819
w114.Part0 = p119
3820
w114.C0 = CFrame.new(3.81856751, -174.647522, 38.0728455, -1, 3.04310852e-005, -3.05171179e-005, 3.04301557e-005, 1, 3.04310852e-005, 3.05180438e-005, 3.04301557e-005, -1)
3821
w114.Part1 = p120
3822
w114.C1 = CFrame.new(-3.82272005, -175.594284, -38.0270386, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3823
w115 = Instance.new("Weld", p120)
3824
w115.Name = "apart_Weld"
3825
w115.Part0 = p120
3826
w115.C0 = CFrame.new(-3.82272005, -175.594284, -38.0270386, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3827
w115.Part1 = p121
3828
w115.C1 = CFrame.new(3.41236687, -55.2923851, 171.076141, -1, 1.11466697e-005, -4.16424627e-005, 4.16358271e-005, 0.500072539, -0.865983546, 1.11714171e-005, -0.865983546, -0.500072539)
3829
w116 = Instance.new("Weld", p121)
3830
w116.Name = "apart_Weld"
3831
w116.Part0 = p121
3832
w116.C0 = CFrame.new(3.41236687, -55.2923851, 171.076141, -1, 1.11466697e-005, -4.16424627e-005, 4.16358271e-005, 0.500072539, -0.865983546, 1.11714171e-005, -0.865983546, -0.500072539)
3833
w116.Part1 = p122
3834
w116.C1 = CFrame.new(3.81859493, -174.263199, 38.5853233, -1, 3.04310852e-005, -3.05171179e-005, 3.04301557e-005, 1, 3.04310852e-005, 3.05180438e-005, 3.04301557e-005, -1)
3835
w117 = Instance.new("Weld", p122)
3836
w117.Name = "apart_Weld"
3837
w117.Part0 = p122
3838
w117.C0 = CFrame.new(3.81859493, -174.263199, 38.5853233, -1, 3.04310852e-005, -3.05171179e-005, 3.04301557e-005, 1, 3.04310852e-005, 3.05180438e-005, 3.04301557e-005, -1)
3839
w117.Part1 = p123
3840
w117.C1 = CFrame.new(-3.82272005, -173.877563, -38.462616, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3841
w118 = Instance.new("Weld", p123)
3842
w118.Name = "apart_Weld"
3843
w118.Part0 = p123
3844
w118.C0 = CFrame.new(-3.82272005, -173.877563, -38.462616, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3845
w118.Part1 = p124
3846
w118.C1 = CFrame.new(-3.82272005, -173.877563, -38.4369965, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3847
w119 = Instance.new("Weld", p124)
3848
w119.Name = "apart_Weld"
3849
w119.Part0 = p124
3850
w119.C0 = CFrame.new(-3.82272005, -173.877563, -38.4369965, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3851
w119.Part1 = p125
3852
w119.C1 = CFrame.new(-3.82272005, -173.877563, -38.4369965, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3853
w120 = Instance.new("Weld", p125)
3854
w120.Name = "apart_Weld"
3855
w120.Part0 = p125
3856
w120.C0 = CFrame.new(-3.82272005, -173.877563, -38.4369965, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3857
w120.Part1 = p126
3858
w120.C1 = CFrame.new(-3.82272005, -174.64624, -38.462616, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3859
m.Parent = game:service("Workspace")
3860
m:MakeJoints()
3861
3862
RightArm.Transparency=1
3863
LeftArm.Transparency=1
3864
LeftLeg.Transparency=1
3865
RightLeg.Transparency=1
3866
------
3867
--//====================================================\\--
3868
--||			   CREATED BY SHACKLUSTER
3869
--\\====================================================//--
3870
3871
wait(0.2)
3872
3873
Player = game:GetService("Players").LocalPlayer
3874
PlayerGui = Player.PlayerGui
3875
Cam = workspace.CurrentCamera
3876
Backpack = Player.Backpack
3877
Character = Player.Character
3878
Humanoid = Character.Humanoid
3879
Mouse = Player:GetMouse()
3880
RootPart = Character["HumanoidRootPart"]
3881
Torso = Character["Torso"]
3882
Head = Character["Head"]
3883
RightArm = Character["Right Arm"]
3884
LeftArm = Character["Left Arm"]
3885
RightLeg = Character["Right Leg"]
3886
LeftLeg = Character["Left Leg"]
3887
RootJoint = RootPart["RootJoint"]
3888
Neck = Torso["Neck"]
3889
RightShoulder = Torso["Right Shoulder"]
3890
LeftShoulder = Torso["Left Shoulder"]
3891
RightHip = Torso["Right Hip"]
3892
LeftHip = Torso["Left Hip"]
3893
local sick = Instance.new("Sound",Torso)
3894
sick.SoundId = "rbxassetid://342929664"
3895
sick.Looped = true
3896
sick.Pitch = 1
3897
sick.Volume = 3
3898
sick:Play()
3899
3900
IT = Instance.new
3901
CF = CFrame.new
3902
VT = Vector3.new
3903
RAD = math.rad
3904
C3 = Color3.new
3905
UD2 = UDim2.new
3906
BRICKC = BrickColor.new
3907
ANGLES = CFrame.Angles
3908
EULER = CFrame.fromEulerAnglesXYZ
3909
COS = math.cos
3910
ACOS = math.acos
3911
SIN = math.sin
3912
ASIN = math.asin
3913
ABS = math.abs
3914
MRANDOM = math.random
3915
FLOOR = math.floor
3916
3917
--//=================================\\
3918
--|| 	      USEFUL VALUES
3919
--\\=================================//
3920
3921
Animation_Speed = 3
3922
Frame_Speed = 1 / 60 -- (1 / 30) OR (1 / 60)
3923
local Speed = 35
3924
local ROOTC0 = CF(0, 0, 0) * ANGLES(RAD(-90), RAD(0), RAD(180))
3925
local NECKC0 = CF(0, 1, 0) * ANGLES(RAD(-90), RAD(0), RAD(180))
3926
local RIGHTSHOULDERC0 = CF(-0.5, 0, 0) * ANGLES(RAD(0), RAD(90), RAD(0))
3927
local LEFTSHOULDERC0 = CF(0.5, 0, 0) * ANGLES(RAD(0), RAD(-90), RAD(0))
3928
local DAMAGEMULTIPLIER = 1
3929
local ANIM = "Idle"
3930
local ATTACK = false
3931
local EQUIPPED = false
3932
local HOLD = false
3933
local COMBO = 1
3934
local Rooted = false
3935
local SINE = 0
3936
local KEYHOLD = false
3937
local CHANGE = 2 / Animation_Speed
3938
local WALKINGANIM = false
3939
local VALUE1 = false
3940
local VALUE2 = false
3941
local ROBLOXIDLEANIMATION = IT("Animation")
3942
ROBLOXIDLEANIMATION.Name = "Roblox Idle Animation"
3943
ROBLOXIDLEANIMATION.AnimationId = "http://www.roblox.com/asset/?id=180435571"
3944
--ROBLOXIDLEANIMATION.Parent = Humanoid
3945
local WEAPONGUI = IT("ScreenGui", PlayerGui)
3946
WEAPONGUI.Name = "Weapon GUI"
3947
local Effects = IT("Folder", Character)
3948
Effects.Name = "Effects"
3949
local ANIMATOR = Humanoid.Animator
3950
local ANIMATE = Character.Animate
3951
local UNANCHOR = true
3952
local LAUGHS = {834001699,834001752,834001797,834001828}
3953
local SONGS = {342929664,342929664,342929664,0}
3954
local CHOICE = MRANDOM(1,4)
3955
3956
--//=================================\\
3957
--\\=================================//
3958
3959
3960
--//=================================\\
3961
--|| SAZERENOS' ARTIFICIAL HEARTBEAT
3962
--\\=================================//
3963
3964
ArtificialHB = Instance.new("BindableEvent", script)
3965
ArtificialHB.Name = "ArtificialHB"
3966
3967
script:WaitForChild("ArtificialHB")
3968
3969
frame = Frame_Speed
3970
tf = 0
3971
allowframeloss = false
3972
tossremainder = false
3973
lastframe = tick()
3974
script.ArtificialHB:Fire()
3975
3976
game:GetService("RunService").Heartbeat:connect(function(s, p)
3977
	tf = tf + s
3978
	if tf >= frame then
3979
		if allowframeloss then
3980
			script.ArtificialHB:Fire()
3981
			lastframe = tick()
3982
		else
3983
			for i = 1, math.floor(tf / frame) do
3984
				script.ArtificialHB:Fire()
3985
			end
3986
		lastframe = tick()
3987
		end
3988
		if tossremainder then
3989
			tf = 0
3990
		else
3991
			tf = tf - frame * math.floor(tf / frame)
3992
		end
3993
	end
3994
end)
3995
3996
--//=================================\\
3997
--\\=================================//
3998
3999
--//=================================\\
4000
--|| 	      SOME FUNCTIONS
4001
--\\=================================//
4002
4003
function Raycast(POSITION, DIRECTION, RANGE, IGNOREDECENDANTS)
4004
	return workspace:FindPartOnRay(Ray.new(POSITION, DIRECTION.unit * RANGE), IGNOREDECENDANTS)
4005
end
4006
4007
function PositiveAngle(NUMBER)
4008
	if NUMBER >= 0 then
4009
		NUMBER = 0
4010
	end
4011
	return NUMBER
4012
end
4013
4014
function NegativeAngle(NUMBER)
4015
	if NUMBER <= 0 then
4016
		NUMBER = 0
4017
	end
4018
	return NUMBER
4019
end
4020
4021
function Swait(NUMBER)
4022
	if NUMBER == 0 or NUMBER == nil then
4023
		ArtificialHB.Event:wait()
4024
	else
4025
		for i = 1, NUMBER do
4026
			ArtificialHB.Event:wait()
4027
		end
4028
	end
4029
end
4030
4031
function CreateMesh(MESH, PARENT, MESHTYPE, MESHID, TEXTUREID, SCALE, OFFSET)
4032
	local NEWMESH = IT(MESH)
4033
	if MESH == "SpecialMesh" then
4034
		NEWMESH.MeshType = MESHTYPE
4035
		if MESHID ~= "nil" and MESHID ~= "" then
4036
			NEWMESH.MeshId = "http://www.roblox.com/asset/?id="..MESHID
4037
		end
4038
		if TEXTUREID ~= "nil" and TEXTUREID ~= "" then
4039
			NEWMESH.TextureId = "http://www.roblox.com/asset/?id="..TEXTUREID
4040
		end
4041
	end
4042
	NEWMESH.Offset = OFFSET or VT(0, 0, 0)
4043
	NEWMESH.Scale = SCALE
4044
	NEWMESH.Parent = PARENT
4045
	return NEWMESH
4046
end
4047
4048
function CreatePart(FORMFACTOR, PARENT, MATERIAL, REFLECTANCE, TRANSPARENCY, BRICKCOLOR, NAME, SIZE, ANCHOR)
4049
	local NEWPART = IT("Part")
4050
	NEWPART.formFactor = FORMFACTOR
4051
	NEWPART.Reflectance = REFLECTANCE
4052
	NEWPART.Transparency = TRANSPARENCY
4053
	NEWPART.CanCollide = false
4054
	NEWPART.Locked = true
4055
	NEWPART.Anchored = true
4056
	if ANCHOR == false then
4057
		NEWPART.Anchored = false
4058
	end
4059
	NEWPART.BrickColor = BRICKC(tostring(BRICKCOLOR))
4060
	NEWPART.Name = NAME
4061
	NEWPART.Size = SIZE
4062
	NEWPART.Position = Torso.Position
4063
	NEWPART.Material = MATERIAL
4064
	NEWPART:BreakJoints()
4065
	NEWPART.Parent = PARENT
4066
	return NEWPART
4067
end
4068
4069
	local function weldBetween(a, b)
4070
	    local weldd = IT("Weld")
4071
	    weldd.Part0 = a
4072
	    weldd.Part1 = b
4073
	    weldd.C0 = CF()
4074
	    weldd.C1 = b.CFrame:inverse() * a.CFrame
4075
	    weldd.Parent = a
4076
	    return weldd
4077
	end
4078
4079
4080
function QuaternionFromCFrame(cf)
4081
	local mx, my, mz, m00, m01, m02, m10, m11, m12, m20, m21, m22 = cf:components()
4082
	local trace = m00 + m11 + m22
4083
	if trace > 0 then 
4084
		local s = math.sqrt(1 + trace)
4085
		local recip = 0.5 / s
4086
		return (m21 - m12) * recip, (m02 - m20) * recip, (m10 - m01) * recip, s * 0.5
4087
	else
4088
		local i = 0
4089
		if m11 > m00 then
4090
			i = 1
4091
		end
4092
		if m22 > (i == 0 and m00 or m11) then
4093
			i = 2
4094
		end
4095
		if i == 0 then
4096
			local s = math.sqrt(m00 - m11 - m22 + 1)
4097
			local recip = 0.5 / s
4098
			return 0.5 * s, (m10 + m01) * recip, (m20 + m02) * recip, (m21 - m12) * recip
4099
		elseif i == 1 then
4100
			local s = math.sqrt(m11 - m22 - m00 + 1)
4101
			local recip = 0.5 / s
4102
			return (m01 + m10) * recip, 0.5 * s, (m21 + m12) * recip, (m02 - m20) * recip
4103
		elseif i == 2 then
4104
			local s = math.sqrt(m22 - m00 - m11 + 1)
4105
			local recip = 0.5 / s return (m02 + m20) * recip, (m12 + m21) * recip, 0.5 * s, (m10 - m01) * recip
4106
		end
4107
	end
4108
end
4109
 
4110
function QuaternionToCFrame(px, py, pz, x, y, z, w)
4111
	local xs, ys, zs = x + x, y + y, z + z
4112
	local wx, wy, wz = w * xs, w * ys, w * zs
4113
	local xx = x * xs
4114
	local xy = x * ys
4115
	local xz = x * zs
4116
	local yy = y * ys
4117
	local yz = y * zs
4118
	local zz = z * zs
4119
	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))
4120
end
4121
 
4122
function QuaternionSlerp(a, b, t)
4123
	local cosTheta = a[1] * b[1] + a[2] * b[2] + a[3] * b[3] + a[4] * b[4]
4124
	local startInterp, finishInterp;
4125
	if cosTheta >= 0.0001 then
4126
		if (1 - cosTheta) > 0.0001 then
4127
			local theta = ACOS(cosTheta)
4128
			local invSinTheta = 1 / SIN(theta)
4129
			startInterp = SIN((1 - t) * theta) * invSinTheta
4130
			finishInterp = SIN(t * theta) * invSinTheta
4131
		else
4132
			startInterp = 1 - t
4133
			finishInterp = t
4134
		end
4135
	else
4136
		if (1 + cosTheta) > 0.0001 then
4137
			local theta = ACOS(-cosTheta)
4138
			local invSinTheta = 1 / SIN(theta)
4139
			startInterp = SIN((t - 1) * theta) * invSinTheta
4140
			finishInterp = SIN(t * theta) * invSinTheta
4141
		else
4142
			startInterp = t - 1
4143
			finishInterp = t
4144
		end
4145
	end
4146
	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
4147
end
4148
4149
function Clerp(a, b, t)
4150
	local qa = {QuaternionFromCFrame(a)}
4151
	local qb = {QuaternionFromCFrame(b)}
4152
	local ax, ay, az = a.x, a.y, a.z
4153
	local bx, by, bz = b.x, b.y, b.z
4154
	local _t = 1 - t
4155
	return QuaternionToCFrame(_t * ax + t * bx, _t * ay + t * by, _t * az + t * bz, QuaternionSlerp(qa, qb, t))
4156
end
4157
4158
function CreateFrame(PARENT, TRANSPARENCY, BORDERSIZEPIXEL, POSITION, SIZE, COLOR, BORDERCOLOR, NAME)
4159
	local frame = IT("Frame")
4160
	frame.BackgroundTransparency = TRANSPARENCY
4161
	frame.BorderSizePixel = BORDERSIZEPIXEL
4162
	frame.Position = POSITION
4163
	frame.Size = SIZE
4164
	frame.BackgroundColor3 = COLOR
4165
	frame.BorderColor3 = BORDERCOLOR
4166
	frame.Name = NAME
4167
	frame.Parent = PARENT
4168
	return frame
4169
end
4170
4171
function CreateLabel(PARENT, TEXT, TEXTCOLOR, TEXTFONTSIZE, TEXTFONT, TRANSPARENCY, BORDERSIZEPIXEL, STROKETRANSPARENCY, NAME)
4172
	local label = IT("TextLabel")
4173
	label.BackgroundTransparency = 1
4174
	label.Size = UD2(1, 0, 1, 0)
4175
	label.Position = UD2(0, 0, 0, 0)
4176
	label.TextColor3 = TEXTCOLOR
4177
	label.TextStrokeTransparency = STROKETRANSPARENCY
4178
	label.TextTransparency = TRANSPARENCY
4179
	label.FontSize = TEXTFONTSIZE
4180
	label.Font = TEXTFONT
4181
	label.BorderSizePixel = BORDERSIZEPIXEL
4182
	label.TextScaled = false
4183
	label.Text = TEXT
4184
	label.Name = NAME
4185
	label.Parent = PARENT
4186
	return label
4187
end
4188
4189
function NoOutlines(PART)
4190
	PART.TopSurface, PART.BottomSurface, PART.LeftSurface, PART.RightSurface, PART.FrontSurface, PART.BackSurface = 10, 10, 10, 10, 10, 10
4191
end
4192
4193
function CreateWeldOrSnapOrMotor(TYPE, PARENT, PART0, PART1, C0, C1)
4194
	local NEWWELD = IT(TYPE)
4195
	NEWWELD.Part0 = PART0
4196
	NEWWELD.Part1 = PART1
4197
	NEWWELD.C0 = C0
4198
	NEWWELD.C1 = C1
4199
	NEWWELD.Parent = PARENT
4200
	return NEWWELD
4201
end
4202
4203
local S = IT("Sound")
4204
function CreateSound(ID, PARENT, VOLUME, PITCH, DOESLOOP)
4205
	local NEWSOUND = nil
4206
	coroutine.resume(coroutine.create(function()
4207
		NEWSOUND = S:Clone()
4208
		NEWSOUND.Parent = PARENT
4209
		NEWSOUND.Volume = VOLUME
4210
		NEWSOUND.Pitch = PITCH
4211
		NEWSOUND.SoundId = "http://www.roblox.com/asset/?id="..ID
4212
		NEWSOUND:play()
4213
		if DOESLOOP == true then
4214
			NEWSOUND.Looped = true
4215
		else
4216
			repeat wait(1) until NEWSOUND.Playing == false
4217
			NEWSOUND:remove()
4218
		end
4219
	end))
4220
	return NEWSOUND
4221
end
4222
4223
function CFrameFromTopBack(at, top, back)
4224
	local right = top:Cross(back)
4225
	return CF(at.x, at.y, at.z, right.x, top.x, back.x, right.y, top.y, back.y, right.z, top.z, back.z)
4226
end
4227
4228
--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(0,0,255), SoundID = nil, SoundPitch = nil, SoundVolume = nil})
4229
function WACKYEFFECT(Table)
4230
	local TYPE = (Table.EffectType or "Sphere")
4231
	local SIZE = (Table.Size or VT(1,1,1))
4232
	local ENDSIZE = (Table.Size2 or VT(0,0,0))
4233
	local TRANSPARENCY = (Table.Transparency or 0)
4234
	local ENDTRANSPARENCY = (Table.Transparency2 or 1)
4235
	local CFRAME = (Table.CFrame or Torso.CFrame)
4236
	local MOVEDIRECTION = (Table.MoveToPos or nil)
4237
	local ROTATION1 = (Table.RotationX or 0)
4238
	local ROTATION2 = (Table.RotationY or 0)
4239
	local ROTATION3 = (Table.RotationZ or 0)
4240
	local MATERIAL = (Table.Material or "Neon")
4241
	local COLOR = (Table.Color or C3(0,0,255))
4242
	local TIME = (Table.Time or 45)
4243
	local SOUNDID = (Table.SoundID or nil)
4244
	local SOUNDPITCH = (Table.SoundPitch or nil)
4245
	local SOUNDVOLUME = (Table.SoundVolume or nil)
4246
	coroutine.resume(coroutine.create(function()
4247
		local PLAYSSOUND = false
4248
		local SOUND = nil
4249
		local EFFECT = CreatePart(3, Effects, MATERIAL, 0, TRANSPARENCY, BRICKC("Pearl"), "Effect", VT(1,1,1), true)
4250
		if SOUNDID ~= nil and SOUNDPITCH ~= nil and SOUNDVOLUME ~= nil then
4251
			PLAYSSOUND = true
4252
			SOUND = CreateSound(SOUNDID, EFFECT, SOUNDVOLUME, SOUNDPITCH, false)
4253
		end
4254
		EFFECT.Color = COLOR
4255
		local MSH = nil
4256
		if TYPE == "Sphere" then
4257
			MSH = CreateMesh("SpecialMesh", EFFECT, "Sphere", "", "", SIZE, VT(0,0,0))
4258
		elseif TYPE == "Block" then
4259
			MSH = IT("BlockMesh",EFFECT)
4260
			MSH.Scale = VT(SIZE.X,SIZE.X,SIZE.X)
4261
		elseif TYPE == "Wave" then
4262
			MSH = CreateMesh("SpecialMesh", EFFECT, "FileMesh", "20329976", "", SIZE, VT(0,0,-SIZE.X/8))
4263
		elseif TYPE == "Ring" then
4264
			MSH = CreateMesh("SpecialMesh", EFFECT, "FileMesh", "559831844", "", VT(SIZE.X,SIZE.X,0.1), VT(0,0,0))
4265
		elseif TYPE == "Slash" then
4266
			MSH = CreateMesh("SpecialMesh", EFFECT, "FileMesh", "662586858", "", VT(SIZE.X/10,0,SIZE.X/10), VT(0,0,0))
4267
		elseif TYPE == "Round Slash" then
4268
			MSH = CreateMesh("SpecialMesh", EFFECT, "FileMesh", "662585058", "", VT(SIZE.X/10,0,SIZE.X/10), VT(0,0,0))
4269
		elseif TYPE == "Swirl" then
4270
			MSH = CreateMesh("SpecialMesh", EFFECT, "FileMesh", "1051557", "", SIZE, VT(0,0,0))
4271
		elseif TYPE == "Skull" then
4272
			MSH = CreateMesh("SpecialMesh", EFFECT, "FileMesh", "4770583", "", SIZE, VT(0,0,0))
4273
		elseif TYPE == "Crystal" then
4274
			MSH = CreateMesh("SpecialMesh", EFFECT, "FileMesh", "9756362", "", SIZE, VT(0,0,0))
4275
		end
4276
		if MSH ~= nil then
4277
			local MOVESPEED = nil
4278
			if MOVEDIRECTION ~= nil then
4279
				MOVESPEED = (CFRAME.p - MOVEDIRECTION).Magnitude/TIME
4280
			end
4281
			local GROWTH = SIZE - ENDSIZE
4282
			local TRANS = TRANSPARENCY - ENDTRANSPARENCY
4283
			if TYPE == "Block" then
4284
				EFFECT.CFrame = CFRAME*ANGLES(RAD(MRANDOM(0,360)),RAD(MRANDOM(0,360)),RAD(MRANDOM(0,360)))
4285
			else
4286
				EFFECT.CFrame = CFRAME
4287
			end
4288
			for LOOP = 1, TIME+1 do
4289
				Swait()
4290
				MSH.Scale = MSH.Scale - GROWTH/TIME
4291
				if TYPE == "Wave" then
4292
					MSH.Offset = VT(0,0,-MSH.Scale.X/8)
4293
				end
4294
				EFFECT.Transparency = EFFECT.Transparency - TRANS/TIME
4295
				if TYPE == "Block" then
4296
					EFFECT.CFrame = CFRAME*ANGLES(RAD(MRANDOM(0,360)),RAD(MRANDOM(0,360)),RAD(MRANDOM(0,360)))
4297
				else
4298
					EFFECT.CFrame = EFFECT.CFrame*ANGLES(RAD(ROTATION1),RAD(ROTATION2),RAD(ROTATION3))
4299
				end
4300
				if MOVEDIRECTION ~= nil then
4301
					local ORI = EFFECT.Orientation
4302
					EFFECT.CFrame = CF(EFFECT.Position,MOVEDIRECTION)*CF(0,0,-MOVESPEED)
4303
					EFFECT.Orientation = ORI
4304
				end
4305
			end
4306
			if PLAYSSOUND == false then
4307
				EFFECT:remove()
4308
			else
4309
				SOUND.Stopped:Connect(function()
4310
					EFFECT:remove()
4311
				end)
4312
			end
4313
		else
4314
			if PLAYSSOUND == false then
4315
				EFFECT:remove()
4316
			else
4317
				repeat Swait() until SOUND.Playing == false
4318
				EFFECT:remove()
4319
			end
4320
		end
4321
	end))
4322
end
4323
4324
function MakeForm(PART,TYPE)
4325
	if TYPE == "Cyl" then
4326
		local MSH = IT("CylinderMesh",PART)
4327
	elseif TYPE == "Ball" then
4328
		local MSH = IT("SpecialMesh",PART)
4329
		MSH.MeshType = "Sphere"
4330
	elseif TYPE == "Wedge" then
4331
		local MSH = IT("SpecialMesh",PART)
4332
		MSH.MeshType = "Wedge"
4333
	end
4334
end
4335
4336
Debris = game:GetService("Debris")
4337
4338
function CastProperRay(StartPos, EndPos, Distance, Ignore)
4339
	local DIRECTION = CF(StartPos,EndPos).lookVector
4340
	return Raycast(StartPos, DIRECTION, Distance, Ignore)
4341
end
4342
4343
function turnto(position)
4344
	RootPart.CFrame=CFrame.new(RootPart.CFrame.p,VT(position.X,RootPart.Position.Y,position.Z)) * CFrame.new(0, 0, 0)
4345
end
4346
4347
function SpawnTrail(FROM,TO,BIG)
4348
	local TRAIL = CreatePart(3, Effects, "Neon", 0, 0.5, "Dark blue", "Trail", VT(0,0,0))
4349
	MakeForm(TRAIL,"Cyl")
4350
	local DIST = (FROM - TO).Magnitude
4351
	if BIG == true then
4352
		TRAIL.Size = VT(0.5,DIST,0.5)
4353
	else
4354
		TRAIL.Size = VT(0.25,DIST,0.25)
4355
	end
4356
	TRAIL.CFrame = CF(FROM, TO) * CF(0, 0, -DIST/2) * ANGLES(RAD(90),RAD(0),RAD(0))
4357
	coroutine.resume(coroutine.create(function()
4358
		for i = 1, 5 do
4359
			Swait()
4360
			TRAIL.Transparency = TRAIL.Transparency + 0.1
4361
		end
4362
		TRAIL:remove()
4363
	end))
4364
end
4365
4366
local asd = Instance.new("ParticleEmitter")
4367
asd.Color = ColorSequence.new(Color3.new(170, 0, 0), Color3.new(170, 0, 0))
4368
asd.LightEmission = .1
4369
asd.Texture = "http://www.roblox.com/asset/?ID=291880914"
4370
aaa = NumberSequence.new({NumberSequenceKeypoint.new(0, 0.6),NumberSequenceKeypoint.new(1, 2)})
4371
bbb = NumberSequence.new({NumberSequenceKeypoint.new(0, 1),NumberSequenceKeypoint.new(0.0636, 0), NumberSequenceKeypoint.new(1, 1)})
4372
asd.Transparency = bbb
4373
asd.Size = aaa
4374
asd.ZOffset = .9
4375
asd.Acceleration = Vector3.new(0, -15, 0)
4376
asd.LockedToPart = false
4377
asd.EmissionDirection = "Back"
4378
asd.Lifetime = NumberRange.new(1, 2)
4379
asd.Rotation = NumberRange.new(-100, 100)
4380
asd.RotSpeed = NumberRange.new(-100, 100)
4381
asd.Speed = NumberRange.new(10)
4382
asd.Enabled = false
4383
asd.VelocitySpread = 999
4384
4385
function getbloody(victim,amount)
4386
	local PART = CreatePart(3, Effects, "Metal", 0, 1, "Mid gray", "Blood", victim.Size)
4387
	PART.CFrame = victim.CFrame
4388
	local HITPLAYERSOUNDS = {"356551938","264486467"}
4389
	Debris:AddItem(PART,5)
4390
	CreateSound(HITPLAYERSOUNDS[MRANDOM(1, #HITPLAYERSOUNDS)], PART, 1, (math.random(8,12)/10))
4391
	CreateSound(HITPLAYERSOUNDS[MRANDOM(1, #HITPLAYERSOUNDS)], PART, 1, (math.random(8,12)/10))
4392
	CreateSound(HITPLAYERSOUNDS[MRANDOM(1, #HITPLAYERSOUNDS)], PART, 1, (math.random(8,12)/10))
4393
	local prtcl = asd:Clone()
4394
	prtcl.Parent = PART
4395
	prtcl:Emit(amount*10)
4396
end
4397
4398
local Particle = IT("ParticleEmitter",nil)
4399
Particle.Enabled = false
4400
Particle.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,1),NumberSequenceKeypoint.new(0.3,0.95),NumberSequenceKeypoint.new(1,1)})
4401
Particle.LightEmission = 0.5
4402
Particle.Rate = 150
4403
Particle.ZOffset = 1
4404
Particle.Rotation = NumberRange.new(-180, 180)
4405
Particle.RotSpeed = NumberRange.new(-180, 180)
4406
Particle.Texture = "http://www.roblox.com/asset/?id=304437537"
4407
Particle.Color = ColorSequence.new(C3(0,0,255),C3(0,0,255))
4408
4409
--ParticleEmitter({Speed = 5, Drag = 0, Size1 = 1, Size2 = 5, Lifetime1 = 1, Lifetime2 = 1.5, Parent = Torso, Emit = 100, Offset = 360, Enabled = false})
4410
function ParticleEmitter(Table)
4411
	local PRTCL = Particle:Clone()
4412
	local Speed = Table.Speed or 5
4413
	local Drag = Table.Drag or 0
4414
	local Size1 = Table.Size1 or 1
4415
	local Size2 = Table.Size2 or 5
4416
	local Lifetime1 = Table.Lifetime1 or 1
4417
	local Lifetime2 = Table.Lifetime2 or 1.5
4418
	local Parent = Table.Parent or Torso
4419
	local Emit = Table.Emit or 100
4420
	local Offset = Table.Offset or 360
4421
	local Acel = Table.Acel or VT(0,0,0)
4422
	local Enabled = Table.Enabled or false
4423
	PRTCL.Parent = Parent
4424
	PRTCL.Size = NumberSequence.new(Size1,Size2)
4425
	PRTCL.Lifetime = NumberRange.new(Lifetime1,Lifetime2)
4426
	PRTCL.Speed = NumberRange.new(Speed)
4427
	PRTCL.VelocitySpread = Offset
4428
	PRTCL.Drag = Drag
4429
	PRTCL.Acceleration = Acel
4430
	if Enabled == false then
4431
		PRTCL:Emit(Emit)
4432
		Debris:AddItem(PRTCL,Lifetime2)
4433
	else
4434
		PRTCL.Enabled = true
4435
	end
4436
	return PRTCL
4437
end
4438
4439
--//=================================\\
4440
--||	     WEAPON CREATION
4441
--\\=================================//
4442
4443
local Handle = CreatePart(3, Character, "Metal", 0, 0, "Dark red", "Part", VT(0.2,1.2,0.2),false)
4444
local RightArmGrasp = CreateWeldOrSnapOrMotor("Weld", Handle, RightArm, Handle, CF(0,-0.8, 0) * ANGLES(RAD(90), RAD(0), RAD(0)), CF(0, 0.3, 0))
4445
local Part = CreatePart(3, Character, "Metal", 0, 0, "Dark red", "Part", VT(0.2,0.8,0.2),false)
4446
MakeForm(Part,"Wedge")
4447
CreateWeldOrSnapOrMotor("Weld", Handle, Handle, Part, CF(0, 0.2, 0.2) * ANGLES(RAD(0), RAD(180), RAD(0)), CF(0, 0, 0))
4448
local Part = CreatePart(3, Character, "Metal", 0, 0, "Dark red", "Part", VT(0.3,0.5,0.6),false)
4449
CreateWeldOrSnapOrMotor("Weld", Handle, Handle, Part, CF(0, -0.5, 0.4) * ANGLES(RAD(90), RAD(0), RAD(0)), CF(0, 0, 0))
4450
local Part = CreatePart(3, Character, "Metal", 0, 0, "Dark red", "Part", VT(0.4,0.4,0.4),false)
4451
MakeForm(Part,"Cyl")
4452
CreateWeldOrSnapOrMotor("Weld", Handle, Handle, Part, CF(0, -0.45, 0.4) * ANGLES(RAD(90), RAD(0), RAD(0)), CF(0, 0, 0))
4453
for i = 1, 8 do
4454
	local Piece = CreatePart(3, Character, "Metal", 0, 0, "Dark red", "Eye", VT(0,0.35,0.41),false)
4455
	CreateWeldOrSnapOrMotor("Weld", Handle, Part, Piece, CF(0, 0, 0) * ANGLES(RAD(0), RAD((360/8)*i), RAD(0)), CF(0, 0, 0))
4456
end
4457
local Part = CreatePart(3, Character, "Metal", 0, 0, "Dark red", "Part", VT(0.2,0.5,0.2),false)
4458
MakeForm(Part,"Wedge")
4459
CreateWeldOrSnapOrMotor("Weld", Handle, Handle, Part, CF(0, -0.55, 0.2) * ANGLES(RAD(-135), RAD(0), RAD(0)), CF(0, -0.3, 0))
4460
local Part = CreatePart(3, Character, "Metal", 0, 0, "Dark red", "Eye", VT(0.39,0.41,0.39),false)
4461
MakeForm(Part,"Cyl")
4462
CreateWeldOrSnapOrMotor("Weld", Handle, Handle, Part, CF(0, -0.45, 0.4) * ANGLES(RAD(90), RAD(0), RAD(0)), CF(0, 0, 0))
4463
local Part = CreatePart(3, Character, "Metal", 0, 0, "Dark red", "Part", VT(0.3,0.5,0.5),false)
4464
CreateWeldOrSnapOrMotor("Weld", Handle, Handle, Part, CF(0, -0.5, 0.2) * ANGLES(RAD(90), RAD(0), RAD(0)), CF(0, 0, 0))
4465
local Part = CreatePart(3, Character, "Metal", 0, 0, "Dark red", "Part", VT(0.3,0.4,0.5),false)
4466
CreateWeldOrSnapOrMotor("Weld", Handle, Handle, Part, CF(0, -0.55, 0.65) * ANGLES(RAD(90), RAD(0), RAD(0)), CF(0, 0, 0))
4467
local Part = CreatePart(3, Character, "Metal", 0, 0, "Dark red", "Part", VT(0.2,0,0.6),false)
4468
CreateWeldOrSnapOrMotor("Weld", Handle, Handle, Part, CF(0, 0, 0) * ANGLES(RAD(45), RAD(0), RAD(0)), CF(0, -0.2, -0.3))
4469
local RightBarrel = CreatePart(3, Character, "Metal", 0, 0, "Dark red", "Part", VT(0.28,5,0.28),false)
4470
MakeForm(RightBarrel,"Cyl")
4471
CreateWeldOrSnapOrMotor("Weld", Handle, Handle, RightBarrel, CF(0, -0.6, 0.5) * ANGLES(RAD(90), RAD(0), RAD(0)), CF(0, -2.5, 0))
4472
local Part = CreatePart(3, Character, "Metal", 0, 0, "Dark red", "Part", VT(0,0.2,0.2),false)
4473
MakeForm(Part,"Wedge")
4474
CreateWeldOrSnapOrMotor("Weld", Handle, RightBarrel, Part, CF(0, 2.415, 0.15) * ANGLES(RAD(180), RAD(0), RAD(0)), CF(0, 0, 0))
4475
local RightHole = CreatePart(3, Character, "Metal", 0, 0, "Dark red", "Eye", VT(0.2,0,0.2),false)
4476
MakeForm(RightHole,"Cyl")
4477
CreateWeldOrSnapOrMotor("Weld", Handle, RightBarrel, RightHole, CF(0, 2.5, 0), CF(0, 0, 0))
4478
local Handle = CreatePart(3, Character, "Metal", 0, 0, "Dark red", "Part", VT(0.2,1.2,0.2),false)
4479
local LeftArmGraps = CreateWeldOrSnapOrMotor("Weld", Handle, LeftArm, Handle, CF(0,-0.8, 0) * ANGLES(RAD(90), RAD(0), RAD(0)), CF(0, 0.3, 0))
4480
local Part = CreatePart(3, Character, "Metal", 0, 0, "Dark red", "Part", VT(0.2,0.8,0.2),false)
4481
MakeForm(Part,"Wedge")
4482
CreateWeldOrSnapOrMotor("Weld", Handle, Handle, Part, CF(0, 0.2, 0.2) * ANGLES(RAD(0), RAD(180), RAD(0)), CF(0, 0, 0))
4483
local Part = CreatePart(3, Character, "Metal", 0, 0, "Dark red", "Part", VT(0.3,0.5,0.6),false)
4484
CreateWeldOrSnapOrMotor("Weld", Handle, Handle, Part, CF(0, -0.5, 0.4) * ANGLES(RAD(90), RAD(0), RAD(0)), CF(0, 0, 0))
4485
local Part = CreatePart(3, Character, "Metal", 0, 0, "Dark red", "Part", VT(0.4,0.4,0.4),false)
4486
MakeForm(Part,"Cyl")
4487
CreateWeldOrSnapOrMotor("Weld", Handle, Handle, Part, CF(0, -0.45, 0.4) * ANGLES(RAD(90), RAD(0), RAD(0)), CF(0, 0, 0))
4488
for i = 1, 8 do
4489
	local Piece = CreatePart(3, Character, "Metal", 0, 0, "Dark red", "Eye", VT(0,0.35,0.41),false)
4490
	CreateWeldOrSnapOrMotor("Weld", Handle, Part, Piece, CF(0, 0, 0) * ANGLES(RAD(0), RAD((360/8)*i), RAD(0)), CF(0, 0, 0))
4491
end
4492
local Part = CreatePart(3, Character, "Metal", 0, 0, "Dark red", "Part", VT(0.2,0.5,0.2),false)
4493
MakeForm(Part,"Wedge")
4494
CreateWeldOrSnapOrMotor("Weld", Handle, Handle, Part, CF(0, -0.55, 0.2) * ANGLES(RAD(-135), RAD(0), RAD(0)), CF(0, -0.3, 0))
4495
local Part = CreatePart(3, Character, "Metal", 0, 0, "Dark red", "Eye", VT(0.39,0.41,0.39),false)
4496
MakeForm(Part,"Cyl")
4497
CreateWeldOrSnapOrMotor("Weld", Handle, Handle, Part, CF(0, -0.45, 0.4) * ANGLES(RAD(90), RAD(0), RAD(0)), CF(0, 0, 0))
4498
local Part = CreatePart(3, Character, "Metal", 0, 0, "Dark red", "Part", VT(0.3,0.5,0.5),false)
4499
CreateWeldOrSnapOrMotor("Weld", Handle, Handle, Part, CF(0, -0.5, 0.2) * ANGLES(RAD(90), RAD(0), RAD(0)), CF(0, 0, 0))
4500
local Part = CreatePart(3, Character, "Metal", 0, 0, "Dark red", "Part", VT(0.3,0.4,0.5),false)
4501
CreateWeldOrSnapOrMotor("Weld", Handle, Handle, Part, CF(0, -0.55, 0.65) * ANGLES(RAD(90), RAD(0), RAD(0)), CF(0, 0, 0))
4502
local Part = CreatePart(3, Character, "Metal", 0, 0, "Dark red", "Part", VT(0.2,0,0.6),false)
4503
CreateWeldOrSnapOrMotor("Weld", Handle, Handle, Part, CF(0, 0, 0) * ANGLES(RAD(45), RAD(0), RAD(0)), CF(0, -0.2, -0.3))
4504
local LeftBarrel = CreatePart(3, Character, "Metal", 0, 0, "Dark red", "Part", VT(0.28,5,0.28),false)
4505
MakeForm(LeftBarrel,"Cyl")
4506
CreateWeldOrSnapOrMotor("Weld", Handle, Handle, LeftBarrel, CF(0, -0.6, 0.5) * ANGLES(RAD(90), RAD(0), RAD(0)), CF(0, -2.5, 0))
4507
local Part = CreatePart(3, Character, "Metal", 0, 0, "Dark red", "Part", VT(0,0.2,0.2),false)
4508
MakeForm(Part,"Wedge")
4509
CreateWeldOrSnapOrMotor("Weld", Handle, LeftBarrel, Part, CF(0, 2.415, 0.15) * ANGLES(RAD(180), RAD(0), RAD(0)), CF(0, 0, 0))
4510
local LeftHole = CreatePart(3, Character, "Metal", 0, 0, "Dark red", "Eye", VT(0.2,0,0.2),false)
4511
MakeForm(LeftHole,"Cyl")
4512
CreateWeldOrSnapOrMotor("Weld", Handle, LeftBarrel, LeftHole, CF(0, 2.5, 0), CF(0, 0, 0))
4513
local Eye = CreatePart(3, Character, "Neon", 0, 0, "Dark red", "Eye", VT(0.6,0.1,1)/2,false)
4514
MakeForm(Eye,"Ball")
4515
CreateWeldOrSnapOrMotor("Weld", Eye, Head, Eye, CF(0,0.2,0) * ANGLES(RAD(0), RAD(-18), RAD(15)), CF(0, 0, 0.4))
4516
local Eye = CreatePart(3, Character, "Neon", 0, 0, "Dark red", "Eye", VT(0.6,0.1,1)/2,false)
4517
MakeForm(Eye,"Ball")
4518
CreateWeldOrSnapOrMotor("Weld", Eye, Head, Eye, CF(0,0.2,0) * ANGLES(RAD(0), RAD(18), RAD(-15)), CF(0, 0, 0.4))
4519
local Eye = CreatePart(3, Character, "Neon", 0, 0, "Dark red", "Eye", VT(0.1,1,1)/2,false)
4520
MakeForm(Eye,"Ball")
4521
CreateWeldOrSnapOrMotor("Weld", Eye, Head, Eye, CF(0,0.15,0) * ANGLES(RAD(0), RAD(-18), RAD(0)), CF(0, 0, 0.4))
4522
local Eye = CreatePart(3, Character, "Neon", 0, 0, "Dark red", "Eye", VT(0.1,1,1)/2,false)
4523
MakeForm(Eye,"Ball")
4524
CreateWeldOrSnapOrMotor("Weld", Eye, Head, Eye, CF(0,0.15,0) * ANGLES(RAD(0), RAD(18), RAD(0)), CF(0, 0, 0.4))
4525
local A = IT("Attachment",Torso)
4526
A.Position = VT(1,1.3,0)
4527
A.Orientation = VT(-0.098, -89.999, 0.227)
4528
local B = IT("Attachment",Torso)
4529
B.Position = VT(-1.3,-0.6,0)
4530
B.Orientation = VT(-88.911, -68.808, 158.782)
4531
local ChainLink = IT("Beam",Torso)
4532
ChainLink.Texture = "rbxassetid://73042633"
4533
ChainLink.Color = ColorSequence.new(C3(0,0,255))
4534
ChainLink.TextureSpeed = 1
4535
ChainLink.FaceCamera = true
4536
ChainLink.Width0 = 1
4537
ChainLink.Width1 = 1
4538
ChainLink.TextureLength = 3
4539
ChainLink.Attachment0 = A
4540
ChainLink.Attachment1 = B
4541
ChainLink.CurveSize0 = 1.6
4542
ChainLink.CurveSize1 = 1.6
4543
ChainLink.FaceCamera = true
4544
ChainLink.Transparency = NumberSequence.new(0)
4545
local ChainLink = IT("Beam",Torso)
4546
ChainLink.Texture = "rbxassetid://73042633"
4547
ChainLink.Color = ColorSequence.new(C3(0,0,255))
4548
ChainLink.TextureSpeed = 1
4549
ChainLink.FaceCamera = true
4550
ChainLink.Width0 = 1
4551
ChainLink.Width1 = 1
4552
ChainLink.TextureLength = 3
4553
ChainLink.Attachment0 = B
4554
ChainLink.Attachment1 = A
4555
ChainLink.CurveSize0 = 1.6
4556
ChainLink.CurveSize1 = 1.6
4557
ChainLink.FaceCamera = true
4558
ChainLink.Transparency = NumberSequence.new(0)
4559
local A = IT("Attachment",Torso)
4560
A.Position = VT(1.3,-0.85,0)
4561
A.Orientation = VT(-0.098, -89.999, 0.227)
4562
local B = IT("Attachment",Torso)
4563
B.Position = VT(-1,2,0)
4564
B.Orientation = VT(-88.911, -68.808, 158.782)
4565
local ChainLink = IT("Beam",Torso)
4566
ChainLink.Texture = "rbxassetid://73042633"
4567
ChainLink.Color = ColorSequence.new(C3(0,0,255))
4568
ChainLink.TextureSpeed = 1
4569
ChainLink.FaceCamera = true
4570
ChainLink.Width0 = 1
4571
ChainLink.Width1 = 1
4572
ChainLink.TextureLength = 3
4573
ChainLink.Attachment0 = A
4574
ChainLink.Attachment1 = B
4575
ChainLink.CurveSize0 = 1.3
4576
ChainLink.CurveSize1 = 1.3
4577
ChainLink.FaceCamera = true
4578
ChainLink.Transparency = NumberSequence.new(0)
4579
local ChainLink = IT("Beam",Torso)
4580
ChainLink.Texture = "rbxassetid://73042633"
4581
ChainLink.Color = ColorSequence.new(C3(0,0,255))
4582
ChainLink.TextureSpeed = 1
4583
ChainLink.FaceCamera = true
4584
ChainLink.Width0 = 1
4585
ChainLink.Width1 = 1
4586
ChainLink.TextureLength = 3
4587
ChainLink.Attachment0 = B
4588
ChainLink.Attachment1 = A
4589
ChainLink.CurveSize0 = 1.3
4590
ChainLink.CurveSize1 = 1.3
4591
ChainLink.FaceCamera = true
4592
ChainLink.Transparency = NumberSequence.new(0)
4593
4594
local A = IT("Attachment",RightBarrel)
4595
A.Position = VT(0,-2.5,0)
4596
local B = IT("Attachment",RightBarrel)
4597
B.Position = VT(0,2.5,0)
4598
local Trail = IT("Trail",RightBarrel)
4599
Trail.Attachment0 = A
4600
Trail.Attachment1 = B
4601
Trail.Lifetime = 0.2
4602
Trail.Color = ColorSequence.new(BRICKC"Dark blue".Color)
4603
Trail.Transparency = NumberSequence.new(0, 1)
4604
Trail.Enabled = false
4605
4606
local PRT = ParticleEmitter({Speed = 0.3, Drag = 3, Size1 = 0.1, Size2 = 0.3, Lifetime1 = 0.2, Lifetime2 = 1, Parent = RightLeg, Emit = 100, Offset = 360, Enabled = true})
4607
PRT.LockedToPart = true
4608
local PRT = ParticleEmitter({Speed = 0.3, Drag = 3, Size1 = 0.1, Size2 = 0.3, Lifetime1 = 0.2, Lifetime2 = 1, Parent = LeftLeg, Emit = 100, Offset = 360, Enabled = true})
4609
PRT.LockedToPart = true
4610
local PRT = ParticleEmitter({Speed = 0.3, Drag = 3, Size1 = 0.1, Size2 = 0.3, Lifetime1 = 0.3, Lifetime2 = 1.5, Parent = Torso, Emit = 100, Offset = 360, Enabled = true})
4611
PRT.LockedToPart = true
4612
local PRT = ParticleEmitter({Speed = 0.3, Drag = 3, Size1 = 0.1, Size2 = 0.3, Lifetime1 = 0.2, Lifetime2 = 1, Parent = RightArm, Emit = 100, Offset = 360, Enabled = true})
4613
PRT.LockedToPart = true
4614
local PRT = ParticleEmitter({Speed = 0.3, Drag = 3, Size1 = 0.1, Size2 = 0.3, Lifetime1 = 0.2, Lifetime2 = 1, Parent = LeftArm, Emit = 100, Offset = 360, Enabled = true})
4615
PRT.LockedToPart = true
4616
for _, c in pairs(Character:GetDescendants()) do
4617
	if c and c.Parent then
4618
		if c.Name == "Handle" and c.Parent.ClassName == "Accessory" then
4619
			local ACCESSORY = c.Parent
4620
			c.Parent = Character
4621
			if c then
4622
				if c:FindFirstChild("HatAttachment") or c:FindFirstChild("FaceFrontAttachment") or c:FindFirstChild("HairAttachment") then
4623
					weldBetween(Head,c)
4624
				else
4625
					weldBetween(Torso,c)
4626
				end
4627
			end
4628
			ACCESSORY:remove()
4629
		elseif c.Parent.ClassName ~= "Accessory" and c.ClassName == "Part" and c.Name ~= "Eye" and c.Parent ~= Effects and c.Parent.Parent ~= Effects then
4630
			c.Material = "Neon"
4631
			c.Color = C3(0,0,255)
4632
			if c:FindFirstChildOfClass("SpecialMesh") then
4633
				c:FindFirstChildOfClass("SpecialMesh").TextureId = ""
4634
			end
4635
			if c == Head then
4636
				if c:FindFirstChild("face") then
4637
					c.face:remove()
4638
				end
4639
			end
4640
		elseif c.ClassName == "Part" and c.Name == "Eye" then
4641
			c.Color = C3(0,0,255)
4642
			c.Material = "Neon"
4643
		elseif c.ClassName == "CharacterMesh" or c.Name == "Body Colors" then
4644
			c:remove()
4645
		elseif (c.ClassName == "Shirt" or c.ClassName == "Pants") and c.Name ~= "Cloth" then
4646
			c:remove()
4647
		end
4648
	end
4649
end
4650
local BODY = {}
4651
for _, c in pairs(Character:GetDescendants()) do
4652
	if c:IsA("BasePart") and c.Name ~= "Handle" then
4653
		if c ~= RootPart and c ~= Torso and c ~= Head and c ~= RightArm and c ~= LeftArm and c ~= RightLeg and c ~= LeftLeg then
4654
			c.CustomPhysicalProperties = PhysicalProperties.new(0, 0, 0, 0, 0)
4655
		end
4656
		table.insert(BODY,{c,c.Parent,c.Material,c.Color,c.Transparency,c.Size,c.Name})
4657
	elseif c:IsA("JointInstance") then
4658
		table.insert(BODY,{c,c.Parent,nil,nil,nil,nil,nil})
4659
	end
4660
end
4661
function refit()
4662
	Character.Parent = workspace
4663
	for e = 1, #BODY do
4664
		if BODY[e] ~= nil then
4665
			local STUFF = BODY[e]
4666
			local PART = STUFF[1]
4667
			local PARENT = STUFF[2]
4668
			local MATERIAL = STUFF[3]
4669
			local COLOR = STUFF[4]
4670
			local TRANSPARENCY = STUFF[5]
4671
			--local SIZE = STUFF[6]
4672
			local NAME = STUFF[7]
4673
			if PART.ClassName == "Part" and PART ~= RootPart then
4674
				PART.Material = MATERIAL
4675
				PART.Transparency = TRANSPARENCY
4676
				PART.Name = NAME
4677
			end
4678
			if PART.Parent ~= PARENT then
4679
				Humanoid:remove()
4680
				PART.Parent = PARENT
4681
				Humanoid = IT("Humanoid",Character)
4682
			end
4683
		end
4684
	end
4685
end
4686
4687
local SKILLTEXTCOLOR = C3(0,0,255)
4688
local SKILLFONT = "Fantasy"
4689
local SKILLTEXTSIZE = 6
4690
4691
Humanoid.Died:connect(function()
4692
	refit()
4693
end)
4694
4695
local SKILL1FRAME = CreateFrame(WEAPONGUI, 1, 2, UD2(0.1, 0, 0.90, 0), UD2(0.26, 0, 0.07, 0), C3(0,0,255), C3(0, 0, 255), "Skill 1 Frame")
4696
local SKILL2FRAME = CreateFrame(WEAPONGUI, 1, 2, UD2(0.63, 0, 0.90, 0), UD2(0.26, 0, 0.07, 0), C3(0,0,255), C3(0, 0, 255), "Skill 2 Frame")
4697
local SKILL3FRAME = CreateFrame(WEAPONGUI, 1, 2, UD2(0.215, 0, 0.90, 0), UD2(0.26, 0, 0.07, 0), C3(0,0,255), C3(0, 0, 255), "Skill 3 Frame")
4698
local SKILL4FRAME = CreateFrame(WEAPONGUI, 1, 2, UD2(0.525, 0, 0.90, 0), UD2(0.26, 0, 0.07, 0), C3(0,0,255), C3(0, 0, 255), "Skill 4 Frame")
4699
local SKILL5FRAME = CreateFrame(WEAPONGUI, 1, 2, UD2(0.365, 0, 0.90, 0), UD2(0.26, 0, 0.07, 0), C3(0,0,255), C3(0, 0, 255), "Skill 5 Frame")
4700
local SKILL6FRAME = CreateFrame(WEAPONGUI, 1, 2, UD2(0.50, 0, 0.85, 0), UD2(0.26, 0, 0.07, 0), C3(0,0,255), C3(0, 0, 255), "Skill 6 Frame")
4701
local SKILL7FRAME = CreateFrame(WEAPONGUI, 1, 2, UD2(0.23, 0, 0.85, 0), UD2(0.26, 0, 0.07, 0), C3(0,0,255), C3(0, 0, 255), "Skill 7 Frame")
4702
4703
local SKILL1TEXT = CreateLabel(SKILL1FRAME, "[Z] Fire", SKILLTEXTCOLOR, SKILLTEXTSIZE-1, SKILLFONT, 0, 2, 0, "Text 1")
4704
local SKILL2TEXT = CreateLabel(SKILL2FRAME, "[B] Lift", SKILLTEXTCOLOR, SKILLTEXTSIZE-1, SKILLFONT, 0, 2, 0, "Text 2")
4705
local SKILL3TEXT = CreateLabel(SKILL3FRAME, "[C] Cleave", SKILLTEXTCOLOR, SKILLTEXTSIZE, SKILLFONT, 0, 2, 0, "Text 3")
4706
local SKILL4TEXT = CreateLabel(SKILL4FRAME, "[V] Lock n' load", SKILLTEXTCOLOR, SKILLTEXTSIZE, SKILLFONT, 0, 2, 0, "Text 4")
4707
local SKILL5TEXT = CreateLabel(SKILL5FRAME, "[X] Morning Star", SKILLTEXTCOLOR, SKILLTEXTSIZE+1, SKILLFONT, 0, 2, 0, "Text 5")
4708
local SKILL6TEXT = CreateLabel(SKILL6FRAME, "[G] Deathbound", SKILLTEXTCOLOR, SKILLTEXTSIZE, SKILLFONT, 0, 2, 0, "Text 6")
4709
local SKILL7TEXT = CreateLabel(SKILL7FRAME, "[CLICK] Execute", SKILLTEXTCOLOR, SKILLTEXTSIZE, SKILLFONT, 0, 2, 0, "Text 7")
4710
4711
--//=================================\\
4712
--||	     DAMAGE FUNCTIONS
4713
--\\=================================//
4714
4715
function StatLabel(CFRAME, TEXT, COLOR)
4716
	local STATPART = CreatePart(3, Effects, "SmoothPlastic", 0, 1, "Dark blue", "Effect", VT())
4717
	STATPART.CFrame = CF(CFRAME.p,CFRAME.p+VT(MRANDOM(-5,5),MRANDOM(0,5),MRANDOM(-5,5)))
4718
	local BODYGYRO = IT("BodyGyro", STATPART)
4719
	game:GetService("Debris"):AddItem(STATPART ,5)
4720
	local BILLBOARDGUI = Instance.new("BillboardGui", STATPART)
4721
	BILLBOARDGUI.Adornee = STATPART
4722
	BILLBOARDGUI.Size = UD2(2.5, 0, 2.5 ,0)
4723
	BILLBOARDGUI.StudsOffset = VT(-2, 2, 0)
4724
	BILLBOARDGUI.AlwaysOnTop = false
4725
	local TEXTLABEL = Instance.new("TextLabel", BILLBOARDGUI)
4726
	TEXTLABEL.BackgroundTransparency = 1
4727
	TEXTLABEL.Size = UD2(2.5, 0, 2.5, 0)
4728
	TEXTLABEL.Text = TEXT
4729
	TEXTLABEL.Font = SKILLFONT
4730
	TEXTLABEL.FontSize="Size42"
4731
	TEXTLABEL.TextColor3 = COLOR
4732
	TEXTLABEL.TextStrokeTransparency = 0
4733
	TEXTLABEL.TextScaled = true
4734
	TEXTLABEL.TextWrapped = true
4735
	coroutine.resume(coroutine.create(function(THEPART, THEBODYPOSITION, THETEXTLABEL)
4736
		for i = 1, 50 do
4737
			Swait()
4738
			STATPART.CFrame = STATPART.CFrame * CF(0,0,-0.2)
4739
			TEXTLABEL.TextTransparency = TEXTLABEL.TextTransparency + (1/50)
4740
			TEXTLABEL.TextStrokeTransparency = TEXTLABEL.TextTransparency
4741
		end
4742
		THEPART.Parent = nil
4743
	end),STATPART, TEXTLABEL)
4744
end
4745
4746
--//=================================\\
4747
--||			DAMAGING
4748
--\\=================================//
4749
4750
function Kill(Char)
4751
	local NewCharacter = IT("Model",Effects)
4752
	NewCharacter.Name = "Ow im ded ;-;"
4753
	for _, c in pairs(Char:GetDescendants()) do
4754
		if c:IsA("BasePart") and c.Transparency == 0 then
4755
			if c.Parent == Char then
4756
				getbloody(c,5)
4757
			end
4758
			c:BreakJoints()
4759
			c.Material = "Glass"
4760
			c.Color = C3(0,0,255)
4761
			c.CanCollide = true
4762
			c.Transparency = 0.3
4763
			if c:FindFirstChildOfClass("SpecialMesh") then
4764
				c:FindFirstChildOfClass("SpecialMesh").TextureId = ""
4765
			end
4766
			if c.Name == "Head" then
4767
				c:ClearAllChildren()
4768
				c.Size = VT(c.Size.Y,c.Size.Y,c.Size.Y)
4769
			end
4770
			if c.ClassName == "MeshPart" then
4771
				c.TextureID = ""
4772
			end
4773
			if c:FindFirstChildOfClass("BodyPosition") then
4774
				c:FindFirstChildOfClass("BodyPosition"):remove()
4775
			end
4776
			if c:FindFirstChildOfClass("ParticleEmitter") then
4777
				c:FindFirstChildOfClass("ParticleEmitter"):remove()
4778
			end
4779
			c.Parent = NewCharacter
4780
			c.Name = "DeadPart"
4781
			c.Velocity = VT(MRANDOM(-45,45),MRANDOM(-45,45),MRANDOM(-45,45))/15
4782
			c.RotVelocity = VT(MRANDOM(-45,45),MRANDOM(-15,85),MRANDOM(-45,45))
4783
		end
4784
	end
4785
	Char:remove()
4786
	Debris:AddItem(NewCharacter,5)
4787
end
4788
4789
function ApplyAoE(POSITION,RANGE,BRUTAL)
4790
	local CHILDREN = workspace:GetDescendants()
4791
	for index, CHILD in pairs(CHILDREN) do
4792
		if CHILD.ClassName == "Model" and CHILD ~= Character then
4793
			local HUM = CHILD:FindFirstChildOfClass("Humanoid")
4794
			if HUM then
4795
				local TORSO = CHILD:FindFirstChild("Torso") or CHILD:FindFirstChild("UpperTorso")
4796
				if TORSO then
4797
					if (TORSO.Position - POSITION).Magnitude <= RANGE then
4798
						if BRUTAL == true then
4799
							Kill(CHILD)
4800
						else
4801
							CHILD:BreakJoints()
4802
						end
4803
					end
4804
				end
4805
			end
4806
		end
4807
	end
4808
end
4809
4810
function BulletDetection(FROM,TO,BRUTAL)
4811
	local AIMHIT,AIMPOS,NORMAL = CastProperRay(FROM,TO,2000,Character)
4812
	coroutine.resume(coroutine.create(function()
4813
		if AIMHIT ~= nil then
4814
			if AIMHIT.Parent ~= Character then
4815
				if AIMHIT.Parent:FindFirstChildOfClass("Humanoid") or AIMHIT.Parent.Parent:FindFirstChildOfClass("Humanoid") then
4816
					if AIMHIT.Parent:FindFirstChildOfClass("Humanoid") then
4817
						if BRUTAL == true then
4818
							Kill(AIMHIT.Parent)
4819
						else
4820
							getbloody(AIMHIT,15)
4821
							AIMHIT.Parent:BreakJoints()
4822
							if AIMHIT.Name == "Head" then
4823
								AIMHIT.Name = "HEADSHOT"
4824
								AIMHIT:remove()
4825
							end
4826
						end
4827
					else
4828
						if BRUTAL == true then
4829
							Kill(AIMHIT.Parent.Parent)
4830
						else
4831
							AIMHIT.Parent.Parent:BreakJoints()
4832
						end
4833
					end
4834
				end
4835
			end
4836
		end
4837
	end))
4838
	SpawnTrail(FROM,AIMPOS)
4839
	return AIMHIT,AIMPOS,NORMAL
4840
end
4841
4842
--//=================================\\
4843
--||	ATTACK FUNCTIONS AND STUFF
4844
--\\=================================//
4845
4846
function Unload()
4847
	ATTACK = true
4848
	Rooted = false
4849
	repeat
4850
		local GYRO = IT("BodyGyro",RootPart)
4851
		GYRO.D = 175
4852
		GYRO.P = 20000
4853
		GYRO.MaxTorque = VT(0,40000,0)
4854
		GYRO.cframe = CF(RootPart.Position,Mouse.Hit.p)
4855
		if COMBO == 1 then
4856
			COMBO = 2
4857
			for i=0, 0.6, 0.1 / Animation_Speed do
4858
				Swait()
4859
				GYRO.cframe = CF(RootPart.Position,Mouse.Hit.p)
4860
				RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0  + 0.25 * COS(SINE / 12)) * ANGLES(RAD(0), RAD(0), RAD(-50)), 1 / Animation_Speed)
4861
				Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(0 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(50)), 1 / Animation_Speed)
4862
				RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.25, 0.35 + 0.15 * COS(SINE / 12), 0) * ANGLES(RAD(110), RAD(-15 - 2.5 * SIN(SINE / 12)), RAD(35 + 7.5 * SIN(SINE / 12))) * RIGHTSHOULDERC0, 1 / Animation_Speed)
4863
				LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5, 0) * ANGLES(RAD(90), RAD(0), RAD(-50)) * LEFTSHOULDERC0, 1 / Animation_Speed)
4864
				RightHip.C0 = Clerp(RightHip.C0, CF(1, -1, -0.01) * ANGLES(RAD(-2.5 * SIN(SINE / 12)), RAD(75), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
4865
				LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -0.5, -0.5) * ANGLES(RAD(-2.5 * SIN(SINE / 12)), RAD(-90), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
4866
			end
4867
			WACKYEFFECT({Time = 25, EffectType = "Wave", Size = VT(0.3,0,0.3), Size2 = VT(1,1.5,1), Transparency = 0, Transparency2 = 1, CFrame = LeftHole.CFrame, MoveToPos = LeftHole.CFrame*CF(0,0.5,0).p, RotationX = 0, RotationY = 15, RotationZ = 0, Material = "Neon", Color = C3(0,0,255), SoundID = nil, SoundPitch = nil, SoundVolume = nil})
4868
			WACKYEFFECT({Time = 25, EffectType = "Wave", Size = VT(0.3,0,0.3), Size2 = VT(2,0.5,2), Transparency = 0, Transparency2 = 1, CFrame = LeftHole.CFrame, MoveToPos = nil, RotationX = 0, RotationY = 5, RotationZ = 0, Material = "Neon", Color = C3(0,0,255), SoundID = nil, SoundPitch = nil, SoundVolume = nil})
4869
			CreateSound(145080998, LeftHole, 7, 1, false)
4870
			BulletDetection(LeftHole.Position,Mouse.Hit.p,false)
4871
			for i=0, 0.2, 0.1 / Animation_Speed do
4872
				Swait()
4873
				RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0  + 0.25 * COS(SINE / 12)) * ANGLES(RAD(0), RAD(0), RAD(-50)), 1 / Animation_Speed)
4874
				Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(0 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(50)), 1 / Animation_Speed)
4875
				RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.25, 0.35 + 0.15 * COS(SINE / 12), 0) * ANGLES(RAD(110), RAD(-15 - 2.5 * SIN(SINE / 12)), RAD(35 + 7.5 * SIN(SINE / 12))) * RIGHTSHOULDERC0, 1 / Animation_Speed)
4876
				LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5, 0) * ANGLES(RAD(130), RAD(0), RAD(-50)) * LEFTSHOULDERC0, 1 / Animation_Speed)
4877
				RightHip.C0 = Clerp(RightHip.C0, CF(1, -1, -0.01) * ANGLES(RAD(-2.5 * SIN(SINE / 12)), RAD(75), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
4878
				LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -0.5, -0.5) * ANGLES(RAD(-2.5 * SIN(SINE / 12)), RAD(-90), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
4879
			end
4880
		elseif COMBO == 2 then
4881
			COMBO = 1
4882
			for i=0, 0.6, 0.1 / Animation_Speed do
4883
				Swait()
4884
				GYRO.cframe = CF(RootPart.Position,Mouse.Hit.p)
4885
				RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0  + 0.25 * COS(SINE / 12)) * ANGLES(RAD(0), RAD(0), RAD(50)), 1 / Animation_Speed)
4886
				Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(0 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(-50)), 1 / Animation_Speed)
4887
				RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5, 0) * ANGLES(RAD(90), RAD(0), RAD(50)) * RIGHTSHOULDERC0, 1 / Animation_Speed)
4888
				LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.25, 0.35 + 0.15 * COS(SINE / 12), 0) * ANGLES(RAD(140), RAD(15 + 2.5 * SIN(SINE / 12)), RAD(-35 - 7.5 * SIN(SINE / 12))) * LEFTSHOULDERC0, 1 / Animation_Speed)
4889
				RightHip.C0 = Clerp(RightHip.C0, CF(1, -1, -0.01) * ANGLES(RAD(-2.5 * SIN(SINE / 12)), RAD(75), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
4890
				LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -0.5, -0.5) * ANGLES(RAD(-2.5 * SIN(SINE / 12)), RAD(-90), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
4891
			end
4892
			WACKYEFFECT({Time = 25, EffectType = "Wave", Size = VT(0.3,0,0.3), Size2 = VT(1,1.5,1), Transparency = 0, Transparency2 = 1, CFrame = RightHole.CFrame, MoveToPos = RightHole.CFrame*CF(0,0.5,0).p, RotationX = 0, RotationY = -15, RotationZ = 0, Material = "Neon", Color = C3(0,0,255), SoundID = nil, SoundPitch = nil, SoundVolume = nil})
4893
			WACKYEFFECT({Time = 25, EffectType = "Wave", Size = VT(0.3,0,0.3), Size2 = VT(2,0.5,2), Transparency = 0, Transparency2 = 1, CFrame = RightHole.CFrame, MoveToPos = nil, RotationX = 0, RotationY = -15, RotationZ = 0, Material = "Neon", Color = C3(0,0,255), SoundID = nil, SoundPitch = nil, SoundVolume = nil})
4894
			CreateSound(145080998, RightHole, 7, 1, false)
4895
			BulletDetection(RightHole.Position,Mouse.Hit.p,false)
4896
			for i=0, 0.2, 0.1 / Animation_Speed do
4897
				Swait()
4898
				RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0  + 0.25 * COS(SINE / 12)) * ANGLES(RAD(0), RAD(0), RAD(50)), 1 / Animation_Speed)
4899
				Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(0 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(-50)), 1 / Animation_Speed)
4900
				RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5, 0) * ANGLES(RAD(130), RAD(0), RAD(50)) * RIGHTSHOULDERC0, 1 / Animation_Speed)
4901
				LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.25, 0.35 + 0.15 * COS(SINE / 12), 0) * ANGLES(RAD(140), RAD(15 + 2.5 * SIN(SINE / 12)), RAD(-35 - 7.5 * SIN(SINE / 12))) * LEFTSHOULDERC0, 1 / Animation_Speed)
4902
				RightHip.C0 = Clerp(RightHip.C0, CF(1, -1, -0.01) * ANGLES(RAD(-2.5 * SIN(SINE / 12)), RAD(75), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
4903
				LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -0.5, -0.5) * ANGLES(RAD(-2.5 * SIN(SINE / 12)), RAD(-90), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
4904
			end
4905
		end
4906
		GYRO:remove()
4907
	until KEYHOLD == false
4908
	ATTACK = false
4909
	Rooted = false
4910
end
4911
function Psyo()
4912
	if Mouse.Target.Parent ~= Character and Mouse.Target.Parent.Parent ~= Character and Mouse.Target.Parent:FindFirstChildOfClass("Humanoid") ~= nil then
4913
		local HUM = Mouse.Target.Parent:FindFirstChildOfClass("Humanoid")
4914
		local TORSO = HUM.Parent:FindFirstChild("Torso") or HUM.Parent:FindFirstChild("UpperTorso")
4915
		if TORSO and HUM.Health > 0 then
4916
			ATTACK = true
4917
			Rooted = false
4918
			local GYRO = IT("BodyGyro",RootPart)
4919
			GYRO.D = 275
4920
			GYRO.P = 20000
4921
			GYRO.MaxTorque = VT(0,40000,0)
4922
			for i=0, 0.8, 0.1 / Animation_Speed do
4923
				Swait()
4924
				GYRO.cframe = CF(RootPart.Position,TORSO.Position)
4925
				RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0  + 0.25 * COS(SINE / 12)) * ANGLES(RAD(0), RAD(0), RAD(0)), 1 / Animation_Speed)
4926
				Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(15 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
4927
				RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5, -0.5) * ANGLES(RAD(0), RAD(0), RAD(-85)) * RIGHTSHOULDERC0, 1 / Animation_Speed)
4928
				LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.15, -0.5) * ANGLES(RAD(-15), RAD(0), RAD(85)) * LEFTSHOULDERC0, 1 / Animation_Speed)
4929
				RightHip.C0 = Clerp(RightHip.C0, CF(1, -1, -0.01) * ANGLES(RAD(-2.5 * SIN(SINE / 12)), RAD(75), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
4930
				LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -0.5, -0.5) * ANGLES(RAD(-2.5 * SIN(SINE / 12)), RAD(-90), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
4931
			end			
4932
			local MAGIC = ParticleEmitter({Speed = 5, Drag = 3, Size1 = 1.7, Size2 = 0, Lifetime1 = 1, Lifetime2 = 3, Parent = TORSO, Emit = 100, Offset = 360, Enabled = true})
4933
			MAGIC.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,1),NumberSequenceKeypoint.new(1,0)})
4934
			local grav = Instance.new("BodyPosition",TORSO)
4935
			grav.D = 1500
4936
			grav.P = 20000
4937
			grav.maxForce = Vector3.new(math.huge,math.huge,math.huge)
4938
			grav.position = TORSO.Position+VT(0,15,0)
4939
			Debris:AddItem(grav,10)
4940
			Debris:AddItem(MAGIC,10)
4941
			CreateSound(429459101, Torso, 7, 1, false)
4942
			CreateSound(429459101, TORSO, 7, 1, false)
4943
			for i=0, 1, 0.1 / Animation_Speed do
4944
				Swait()
4945
				RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0  + 0.25 * COS(SINE / 12)) * ANGLES(RAD(-35), RAD(0), RAD(0)), 1 / Animation_Speed)
4946
				Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(-15 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
4947
				RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5, 0) * ANGLES(RAD(125), RAD(-45), RAD(15)) * RIGHTSHOULDERC0, 1 / Animation_Speed)
4948
				LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5, 0) * ANGLES(RAD(125), RAD(45), RAD(-15)) * LEFTSHOULDERC0, 1 / Animation_Speed)
4949
				RightHip.C0 = Clerp(RightHip.C0, CF(1, -1, -0.01) * ANGLES(RAD(-35-2.5 * SIN(SINE / 12)), RAD(75), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
4950
				LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -0.5, -0.5) * ANGLES(RAD(-35-2.5 * SIN(SINE / 12)), RAD(-90), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
4951
			end
4952
			GYRO:remove()
4953
			ATTACK = false
4954
			Rooted = false
4955
		end
4956
	end
4957
end
4958
function Cleave()
4959
	ATTACK = true
4960
	Rooted = false
4961
	local TARGET = nil
4962
	local TORS = nil
4963
	local GYRO = IT("BodyGyro",RootPart)
4964
	GYRO.D = 175
4965
	GYRO.P = 20000
4966
	GYRO.MaxTorque = VT(0,40000,0)
4967
	GYRO.cframe = CF(RootPart.Position,Mouse.Hit.p)
4968
	local RANGE = 5
4969
	CreateSound(541909867, Torso, 7, 1, false)
4970
	WACKYEFFECT({Time = 25, EffectType = "Wave", Size = VT(0.3,0,0.3), Size2 = VT(12,0.5,12), Transparency = 0, Transparency2 = 1, CFrame = Torso.CFrame * ANGLES(RAD(90), RAD(0), RAD(0)), MoveToPos = nil, RotationX = 0, RotationY = -15, RotationZ = 0, Material = "Neon", Color = C3(0,0,255), SoundID = nil, SoundPitch = nil, SoundVolume = nil})
4971
	for i=0, 1, 0.1 / Animation_Speed do
4972
		Swait()
4973
		RootPart.CFrame = RootPart.CFrame * CF(0,0,-2)
4974
		GYRO.cframe = CF(RootPart.Position,Mouse.Hit.p)
4975
		local CHILDREN = workspace:GetDescendants()
4976
		for index, CHILD in pairs(CHILDREN) do
4977
			if CHILD.ClassName == "Model" and CHILD ~= Character then
4978
				local HUM = CHILD:FindFirstChildOfClass("Humanoid")
4979
				if HUM then
4980
					local TORSO = CHILD:FindFirstChild("Torso") or CHILD:FindFirstChild("UpperTorso")
4981
					if TORSO then
4982
						if (TORSO.Position - LeftHole.Position).Magnitude <= RANGE + TORSO.Size.Magnitude/5 then
4983
							RANGE = (TORSO.Position - LeftHole.Position).Magnitude
4984
							TARGET = HUM
4985
							TORS = TORSO
4986
						end
4987
					end
4988
				end
4989
			end
4990
		end
4991
		if TARGET then
4992
			break
4993
		end
4994
		RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0  + 0.25 * COS(SINE / 12)) * ANGLES(RAD(0), RAD(0), RAD(-80)), 1 / Animation_Speed)
4995
		Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(0 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(80)), 1 / Animation_Speed)
4996
		RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.25, 0.35 + 0.15 * COS(SINE / 12), 0) * ANGLES(RAD(110), RAD(-15 - 2.5 * SIN(SINE / 12)), RAD(35 + 7.5 * SIN(SINE / 12))) * RIGHTSHOULDERC0, 1 / Animation_Speed)
4997
		LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5, 0) * ANGLES(RAD(90), RAD(0), RAD(-80)) * LEFTSHOULDERC0, 1 / Animation_Speed)
4998
		RightHip.C0 = Clerp(RightHip.C0, CF(1, -1, -0.01) * ANGLES(RAD(-2.5 * SIN(SINE / 12)), RAD(75), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
4999
		LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -0.5, -0.5) * ANGLES(RAD(-2.5 * SIN(SINE / 12)), RAD(-90), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
5000
	end
5001
	GYRO:remove()
5002
	if TORS and TARGET then
5003
		CreateSound(LAUGHS[MRANDOM(1,#LAUGHS)], Torso, 10, 1, false)
5004
		Rooted = true
5005
		local BODYPOSITION = IT("BodyPosition", TORS)
5006
		BODYPOSITION.P = 2000
5007
		BODYPOSITION.D = 100
5008
		BODYPOSITION.maxForce = VT(math.huge, math.huge, math.huge)
5009
		for i=0, 1, 0.1 / Animation_Speed do
5010
			Swait()
5011
			TORS.CFrame = LeftHole.CFrame * CF(0,TORS.Size.Z/2,0) * ANGLES(RAD(90), RAD(0), RAD(0))
5012
			BODYPOSITION.Position = TORS.Position
5013
			RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0  + 0.25 * COS(SINE / 12)) * ANGLES(RAD(0), RAD(0), RAD(-50)), 1 / Animation_Speed)
5014
			Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(0 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(50)), 1 / Animation_Speed)
5015
			RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.25, 0.35 + 0.15 * COS(SINE / 12), 0) * ANGLES(RAD(110), RAD(-15 - 2.5 * SIN(SINE / 12)), RAD(35 + 7.5 * SIN(SINE / 12))) * RIGHTSHOULDERC0, 1 / Animation_Speed)
5016
			LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5, 0) * ANGLES(RAD(145), RAD(0), RAD(-50)) * LEFTSHOULDERC0, 0.5 / Animation_Speed)
5017
			RightHip.C0 = Clerp(RightHip.C0, CF(1, -1, -0.01) * ANGLES(RAD(-2.5 * SIN(SINE / 12)), RAD(75), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
5018
			LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -0.5, -0.5) * ANGLES(RAD(-2.5 * SIN(SINE / 12)), RAD(-90), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
5019
		end
5020
		for i=0, 0.4, 0.1 / Animation_Speed do
5021
			Swait()
5022
			TORS.CFrame = LeftHole.CFrame * CF(0,TORS.Size.Z/2,0) * ANGLES(RAD(90), RAD(0), RAD(0))
5023
			BODYPOSITION.Position = TORS.Position
5024
			RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0  + 0.25 * COS(SINE / 12)) * ANGLES(RAD(0), RAD(0), RAD(-50)), 1 / Animation_Speed)
5025
			Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(0 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(50)), 1 / Animation_Speed)
5026
			RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5, -0.5) * ANGLES(RAD(145), RAD(0), RAD(-65)) * RIGHTSHOULDERC0, 1 / Animation_Speed)
5027
			LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5, 0) * ANGLES(RAD(145), RAD(0), RAD(-50)) * LEFTSHOULDERC0, 0.5 / Animation_Speed)
5028
			RightHip.C0 = Clerp(RightHip.C0, CF(1, -1, -0.01) * ANGLES(RAD(-2.5 * SIN(SINE / 12)), RAD(75), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
5029
			LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -0.5, -0.5) * ANGLES(RAD(-2.5 * SIN(SINE / 12)), RAD(-90), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
5030
		end	
5031
		local LOOP = 0
5032
		local LOOP2 = 0
5033
		for i=0, 5, 0.1 / Animation_Speed do
5034
			Swait()
5035
			LOOP = LOOP + 1
5036
			TORS.Anchored = true
5037
			LOOP2 = LOOP2 + 1
5038
			if LOOP2 >= 5 then
5039
				WACKYEFFECT({Time = 25, EffectType = "Wave", Size = VT(0.3,0,0.3), Size2 = VT(1,1.5,1), Transparency = 0, Transparency2 = 1, CFrame = RightHole.CFrame, MoveToPos = RightHole.CFrame*CF(0,0.5,0).p, RotationX = 0, RotationY = -15, RotationZ = 0, Material = "Neon", Color = C3(0,0,255), SoundID = nil, SoundPitch = nil, SoundVolume = nil})
5040
				WACKYEFFECT({Time = 25, EffectType = "Wave", Size = VT(0.3,0,0.3), Size2 = VT(2,0.5,2), Transparency = 0, Transparency2 = 1, CFrame = RightHole.CFrame, MoveToPos = nil, RotationX = 0, RotationY = -15, RotationZ = 0, Material = "Neon", Color = C3(0,0,255), SoundID = nil, SoundPitch = nil, SoundVolume = nil})
5041
				CreateSound(145080998, RightHole, 7, 1, false)
5042
				SpawnTrail(RightHole.Position,RightHole.CFrame*CF(0,500,0).p)
5043
				LOOP2 = 0
5044
				getbloody(TORS,1)
5045
			end
5046
			TORS.CFrame = LeftHole.CFrame * CF(0,TORS.Size.Z/2,0) * ANGLES(RAD(90), RAD(0), RAD(0))
5047
			BODYPOSITION.Position = TORS.Position
5048
			RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0  + 0.25 * COS(SINE / 12)) * ANGLES(RAD(0), RAD(0), RAD(-50)), 1 / Animation_Speed)
5049
			Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(0 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(50)), 1 / Animation_Speed)
5050
			RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5, -0.5) * ANGLES(RAD(145 + 2 * SIN(LOOP / 12)), RAD(0), RAD(-65)) * RIGHTSHOULDERC0, 1 / Animation_Speed)
5051
			LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5, 0) * ANGLES(RAD(145), RAD(0), RAD(-50)) * LEFTSHOULDERC0, 0.5 / Animation_Speed)
5052
			RightHip.C0 = Clerp(RightHip.C0, CF(1, -1, -0.01) * ANGLES(RAD(-2.5 * SIN(SINE / 12)), RAD(75), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
5053
			LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -0.5, -0.5) * ANGLES(RAD(-2.5 * SIN(SINE / 12)), RAD(-90), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
5054
		end	
5055
		BODYPOSITION:remove()
5056
		if TORS then
5057
			TORS.Anchored = false
5058
			Kill(TORS.Parent)
5059
		end
5060
	end
5061
	ATTACK = false
5062
	Rooted = false
5063
end
5064
function Lock_n_Load()
5065
	if Mouse.Target.Parent ~= Character and Mouse.Target.Parent.Parent ~= Character and Mouse.Target.Parent:FindFirstChildOfClass("Humanoid") ~= nil then
5066
		local HUM = Mouse.Target.Parent:FindFirstChildOfClass("Humanoid")
5067
		local TORSO = HUM.Parent:FindFirstChild("Torso") or HUM.Parent:FindFirstChild("UpperTorso")
5068
		if TORSO and HUM.Health > 0 then
5069
			CreateSound(LAUGHS[MRANDOM(1,#LAUGHS)], Torso, 7, 1, false)
5070
			ATTACK = true
5071
			Rooted = true
5072
			local GYRO = IT("BodyGyro",RootPart)
5073
			GYRO.D = 175
5074
			GYRO.P = 20000
5075
			GYRO.MaxTorque = VT(0,40000,0)
5076
			if COMBO == 1 then
5077
				COMBO = 2
5078
				for i=0, 1, 0.1 / Animation_Speed do
5079
					Swait()
5080
					GYRO.cframe = CF(RootPart.Position,TORSO.Position)
5081
					RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0  + 0.25 * COS(SINE / 12)) * ANGLES(RAD(0), RAD(0), RAD(-50)), 1 / Animation_Speed)
5082
					Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(0 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(50)), 1 / Animation_Speed)
5083
					RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.25, 0.35 + 0.15 * COS(SINE / 12), 0) * ANGLES(RAD(110), RAD(-15 - 2.5 * SIN(SINE / 12)), RAD(35 + 7.5 * SIN(SINE / 12))) * RIGHTSHOULDERC0, 1 / Animation_Speed)
5084
					LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5, 0) * ANGLES(RAD(90), RAD(0), RAD(-50)) * LEFTSHOULDERC0, 1 / Animation_Speed)
5085
					RightHip.C0 = Clerp(RightHip.C0, CF(1, -1, -0.01) * ANGLES(RAD(-2.5 * SIN(SINE / 12)), RAD(75), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
5086
					LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -0.5, -0.5) * ANGLES(RAD(-2.5 * SIN(SINE / 12)), RAD(-90), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
5087
				end
5088
				WACKYEFFECT({Time = 25, EffectType = "Wave", Size = VT(0.3,0,0.3), Size2 = VT(1,1.5,1), Transparency = 0, Transparency2 = 1, CFrame = LeftHole.CFrame, MoveToPos = LeftHole.CFrame*CF(0,0.5,0).p, RotationX = 0, RotationY = 15, RotationZ = 0, Material = "Neon", Color = C3(0,0,255), SoundID = nil, SoundPitch = nil, SoundVolume = nil})
5089
				WACKYEFFECT({Time = 25, EffectType = "Wave", Size = VT(0.3,0,0.3), Size2 = VT(2,0.5,2), Transparency = 0, Transparency2 = 1, CFrame = LeftHole.CFrame, MoveToPos = nil, RotationX = 0, RotationY = 5, RotationZ = 0, Material = "Neon", Color = C3(0,0,255), SoundID = nil, SoundPitch = nil, SoundVolume = nil})
5090
				CreateSound(145080998, LeftHole, 7, 1, false)
5091
				BulletDetection(LeftHole.Position,TORSO.Position,false)
5092
				for i=0, 0.4, 0.1 / Animation_Speed do
5093
					Swait()
5094
					RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0  + 0.25 * COS(SINE / 12)) * ANGLES(RAD(0), RAD(0), RAD(-50)), 1 / Animation_Speed)
5095
					Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(0 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(50)), 1 / Animation_Speed)
5096
					RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.25, 0.35 + 0.15 * COS(SINE / 12), 0) * ANGLES(RAD(110), RAD(-15 - 2.5 * SIN(SINE / 12)), RAD(35 + 7.5 * SIN(SINE / 12))) * RIGHTSHOULDERC0, 1 / Animation_Speed)
5097
					LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5, 0) * ANGLES(RAD(130), RAD(0), RAD(-50)) * LEFTSHOULDERC0, 1 / Animation_Speed)
5098
					RightHip.C0 = Clerp(RightHip.C0, CF(1, -1, -0.01) * ANGLES(RAD(-2.5 * SIN(SINE / 12)), RAD(75), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
5099
					LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -0.5, -0.5) * ANGLES(RAD(-2.5 * SIN(SINE / 12)), RAD(-90), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
5100
				end
5101
			elseif COMBO == 2 then
5102
				COMBO = 1
5103
				for i=0, 1, 0.1 / Animation_Speed do
5104
					Swait()
5105
					GYRO.cframe = CF(RootPart.Position,TORSO.Position)
5106
					RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0  + 0.25 * COS(SINE / 12)) * ANGLES(RAD(0), RAD(0), RAD(50)), 1 / Animation_Speed)
5107
					Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(0 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(-50)), 1 / Animation_Speed)
5108
					RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5, 0) * ANGLES(RAD(90), RAD(0), RAD(50)) * RIGHTSHOULDERC0, 1 / Animation_Speed)
5109
					LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.25, 0.35 + 0.15 * COS(SINE / 12), 0) * ANGLES(RAD(140), RAD(15 + 2.5 * SIN(SINE / 12)), RAD(-35 - 7.5 * SIN(SINE / 12))) * LEFTSHOULDERC0, 1 / Animation_Speed)
5110
					RightHip.C0 = Clerp(RightHip.C0, CF(1, -1, -0.01) * ANGLES(RAD(-2.5 * SIN(SINE / 12)), RAD(75), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
5111
					LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -0.5, -0.5) * ANGLES(RAD(-2.5 * SIN(SINE / 12)), RAD(-90), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
5112
				end
5113
				WACKYEFFECT({Time = 25, EffectType = "Wave", Size = VT(0.3,0,0.3), Size2 = VT(1,1.5,1), Transparency = 0, Transparency2 = 1, CFrame = RightHole.CFrame, MoveToPos = RightHole.CFrame*CF(0,0.5,0).p, RotationX = 0, RotationY = -15, RotationZ = 0, Material = "Neon", Color = C3(0,0,255), SoundID = nil, SoundPitch = nil, SoundVolume = nil})
5114
				WACKYEFFECT({Time = 25, EffectType = "Wave", Size = VT(0.3,0,0.3), Size2 = VT(2,0.5,2), Transparency = 0, Transparency2 = 1, CFrame = RightHole.CFrame, MoveToPos = nil, RotationX = 0, RotationY = -15, RotationZ = 0, Material = "Neon", Color = C3(0,0,255), SoundID = nil, SoundPitch = nil, SoundVolume = nil})
5115
				CreateSound(145080998, RightHole, 7, 1, false)
5116
				BulletDetection(RightHole.Position,TORSO.Position,false)
5117
				for i=0, 0.4, 0.1 / Animation_Speed do
5118
					Swait()
5119
					RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0  + 0.25 * COS(SINE / 12)) * ANGLES(RAD(0), RAD(0), RAD(50)), 1 / Animation_Speed)
5120
					Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(0 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(-50)), 1 / Animation_Speed)
5121
					RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5, 0) * ANGLES(RAD(130), RAD(0), RAD(50)) * RIGHTSHOULDERC0, 1 / Animation_Speed)
5122
					LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.25, 0.35 + 0.15 * COS(SINE / 12), 0) * ANGLES(RAD(140), RAD(15 + 2.5 * SIN(SINE / 12)), RAD(-35 - 7.5 * SIN(SINE / 12))) * LEFTSHOULDERC0, 1 / Animation_Speed)
5123
					RightHip.C0 = Clerp(RightHip.C0, CF(1, -1, -0.01) * ANGLES(RAD(-2.5 * SIN(SINE / 12)), RAD(75), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
5124
					LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -0.5, -0.5) * ANGLES(RAD(-2.5 * SIN(SINE / 12)), RAD(-90), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
5125
				end
5126
			end
5127
			GYRO:remove()
5128
			ATTACK = false
5129
			Rooted = false
5130
		end
5131
	end
5132
end
5133
function Morning_Star()
5134
	ATTACK = true
5135
	Rooted = true
5136
	CreateSound(LAUGHS[MRANDOM(1,#LAUGHS)], Torso, 7, 1, false)
5137
	for i=0, 1, 0.1 / Animation_Speed do
5138
		Swait()
5139
		RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0  + 0.25 * COS(SINE / 12)) * ANGLES(RAD(0), RAD(0), RAD(0)), 1 / Animation_Speed)
5140
		Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(15 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
5141
		RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5, -0.5) * ANGLES(RAD(0), RAD(0), RAD(-85)) * RIGHTSHOULDERC0, 1 / Animation_Speed)
5142
		LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.15, -0.5) * ANGLES(RAD(-15), RAD(0), RAD(85)) * LEFTSHOULDERC0, 1 / Animation_Speed)
5143
		RightHip.C0 = Clerp(RightHip.C0, CF(1, -1, -0.01) * ANGLES(RAD(-2.5 * SIN(SINE / 12)), RAD(75), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
5144
		LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -0.5, -0.5) * ANGLES(RAD(-2.5 * SIN(SINE / 12)), RAD(-90), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
5145
	end	
5146
	coroutine.resume(coroutine.create(function()
5147
		local POS = Mouse.Hit.p
5148
		local RAY = CreatePart(3, Effects, "Neon", 0, 0, "Dark blue", "Strike", VT(0,2000,0))
5149
		MakeForm(RAY,"Cyl")
5150
		local SPHERE = CreatePart(3, Effects, "Neon", 0, 0, "Dark blue", "Strike", VT(0,0,0))
5151
		MakeForm(SPHERE,"Ball")
5152
		local SHIELD = CreatePart(3, Effects, "Neon", 0, 0.5, "Dark blue", "Strike", VT(0,0,0))
5153
		MakeForm(SHIELD,"Ball")
5154
		SHIELD.CFrame = CF(POS)
5155
		RAY.CFrame = CF(POS)
5156
		SPHERE.CFrame = CF(POS)
5157
		CreateSound(440145570, SPHERE, 10, 0.8, false)
5158
		CreateSound(415700134, SPHERE, 10, 0.8, false)
5159
		for i = 1, 200 do
5160
			Swait()
5161
			WACKYEFFECT({Time = 15, EffectType = "Wave", Size = VT(0,0,0), Size2 = VT(SPHERE.Size.X*1.2,5+(i),SPHERE.Size.X*1.2), Transparency = 0, Transparency2 = 1, CFrame = SPHERE.CFrame*ANGLES(RAD(0), RAD(i), RAD(0)), MoveToPos = nil, RotationX = 0, RotationY = i, RotationZ = 0, Material = "Neon", Color = C3(0,0,255), SoundID = nil, SoundPitch = nil, SoundVolume = nil})
5162
			RAY.Size = RAY.Size + VT(0.05,0,0.05)
5163
			SPHERE.Size = SPHERE.Size + VT(2,2,2)
5164
			SHIELD.Size = SPHERE.Size + VT(3,3,3)
5165
			ApplyAoE(SPHERE.Position,SPHERE.Size.X/2,true)
5166
		end	
5167
		for i = 1, 45 do
5168
			Swait()
5169
			RAY.Transparency = RAY.Transparency + 1/45
5170
			SPHERE.Transparency = RAY.Transparency 
5171
			SHIELD.Transparency = SPHERE.Transparency + 1/45
5172
		end
5173
		RAY:remove()
5174
		SHIELD:remove()
5175
		SPHERE:remove()
5176
	end))
5177
	for i=0, 1, 0.1 / Animation_Speed do
5178
		Swait()
5179
		RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0  + 0.25 * COS(SINE / 12)) * ANGLES(RAD(-35), RAD(0), RAD(0)), 1 / Animation_Speed)
5180
		Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(-15 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
5181
		RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5, -0.15) * ANGLES(RAD(65), RAD(-45), RAD(85)) * RIGHTSHOULDERC0, 1 / Animation_Speed)
5182
		LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5, -0.15) * ANGLES(RAD(65), RAD(45), RAD(-85)) * LEFTSHOULDERC0, 1 / Animation_Speed)
5183
		RightHip.C0 = Clerp(RightHip.C0, CF(1, -1, -0.01) * ANGLES(RAD(-35-2.5 * SIN(SINE / 12)), RAD(75), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
5184
		LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -0.5, -0.5) * ANGLES(RAD(-35-2.5 * SIN(SINE / 12)), RAD(-90), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
5185
	end
5186
	ATTACK = false
5187
	Rooted = false
5188
end
5189
function Deathbound()
5190
	CreateSound(LAUGHS[MRANDOM(1,#LAUGHS)], Torso, 10, 1, false)
5191
	ATTACK = true
5192
	Rooted = true
5193
	for i=0, 1, 0.1 / Animation_Speed do
5194
		Swait()
5195
		RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 1 + 0.25 * COS(SINE / 12)) * ANGLES(RAD(0), RAD(0), RAD(0)), 1 / Animation_Speed)
5196
		Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(15 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
5197
		RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 1, 0) * ANGLES(RAD(15), RAD(0), RAD(12)) * RIGHTSHOULDERC0, 1 / Animation_Speed)
5198
		LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 1, 0) * ANGLES(RAD(15), RAD(0), RAD(-12)) * LEFTSHOULDERC0, 1 / Animation_Speed)
5199
		RightHip.C0 = Clerp(RightHip.C0, CF(1, -1, -0.01) * ANGLES(RAD(-35-2.5 * SIN(SINE / 12)), RAD(75), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
5200
		LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -0.5, -0.5) * ANGLES(RAD(-35-2.5 * SIN(SINE / 12)), RAD(-90), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
5201
	end
5202
	local DONE = false
5203
	local GATE = nil
5204
	local GATESPIN = true
5205
	coroutine.resume(coroutine.create(function()
5206
		repeat
5207
			Swait()
5208
			if GATE ~= nil then
5209
				GATE.CFrame = GATE.CFrame * ANGLES(RAD(0), RAD(-3), RAD(0))
5210
			end
5211
		until GATESPIN == false
5212
	end))
5213
	coroutine.resume(coroutine.create(function()
5214
		repeat
5215
			Swait()
5216
			RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0.2 - 0.25 * COS(SINE / 12)) * ANGLES(RAD(15), RAD(0), RAD(0)), 1 / Animation_Speed)
5217
			Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(5 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
5218
			RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5 + 0.25 * COS(SINE / 12), 0) * ANGLES(RAD(15), RAD(0), RAD(5)) * RIGHTSHOULDERC0, 1 / Animation_Speed)
5219
			LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5 + 0.25 * COS(SINE / 12), 0) * ANGLES(RAD(15), RAD(0), RAD(-5)) * LEFTSHOULDERC0, 1 / Animation_Speed)
5220
			RightHip.C0 = Clerp(RightHip.C0, CF(1, -1, -0.01) * ANGLES(RAD(-35-2.5 * SIN(SINE / 12)), RAD(75), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
5221
			LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -0.5, -0.5) * ANGLES(RAD(-35-2.5 * SIN(SINE / 12)), RAD(-90), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
5222
		until DONE == true
5223
		Swait(50)
5224
		for i = 1, 35 do
5225
			Swait(4)
5226
			local FIRED = false
5227
			local CHILDREN = workspace:GetDescendants()
5228
			for index, CHILD in pairs(CHILDREN) do
5229
				if CHILD.ClassName == "Model" and CHILD ~= Character then
5230
					local HUM = CHILD:FindFirstChildOfClass("Humanoid")
5231
					if HUM then
5232
						local TORSO = CHILD:FindFirstChild("Torso") or CHILD:FindFirstChild("UpperTorso")
5233
						if TORSO then
5234
							if (TORSO.Position - GATE.Position).Magnitude <= GATE.Size.X/2.5 + TORSO.Size.Magnitude/5 then
5235
								local HITFLOOR,HITPOS = Raycast(TORSO.Position, (CF(TORSO.Position, TORSO.Position + VT(0, -1, 0))).lookVector, 15, Character)
5236
								local CFRAME = CF(HITPOS)*ANGLES(RAD(MRANDOM(-15,15)),RAD(MRANDOM(-15,15)),RAD(MRANDOM(-15,15)))
5237
								WACKYEFFECT({Time = 25, EffectType = "Wave", Size = VT(0.3,0,0.3), Size2 = VT(1,1.5,1), Transparency = 0, Transparency2 = 1, CFrame = CFRAME, MoveToPos = CFRAME*CF(0,0.5,0).p, RotationX = 0, RotationY = -15, RotationZ = 0, Material = "Neon", Color = C3(0,0,255), SoundID = 145080998, SoundPitch = 1.5, SoundVolume = 6})
5238
								WACKYEFFECT({Time = 25, EffectType = "Wave", Size = VT(0.3,0,0.3), Size2 = VT(2,0.5,2), Transparency = 0, Transparency2 = 1, CFrame = CFRAME, MoveToPos = nil, RotationX = 0, RotationY = -15, RotationZ = 0, Material = "Neon", Color = C3(0,0,255), SoundID = nil, SoundPitch = nil, SoundVolume = nil})
5239
								SpawnTrail(CFRAME.p,CFRAME*CF(0,1000,0).p)		
5240
								Kill(CHILD)
5241
								FIRED = true
5242
								break
5243
							end
5244
						end
5245
					end
5246
				end
5247
			end
5248
			if FIRED == false then
5249
				local CFRAME = GATE.CFrame*ANGLES(RAD(0),RAD(MRANDOM(0,360)),RAD(0))*CF(0,0,MRANDOM(2,math.ceil(GATE.Size.X/2.5)))*ANGLES(RAD(MRANDOM(-15,15)),RAD(MRANDOM(-15,15)),RAD(MRANDOM(-15,15)))
5250
				WACKYEFFECT({Time = 25, EffectType = "Wave", Size = VT(0.3,0,0.3), Size2 = VT(1,1.5,1), Transparency = 0, Transparency2 = 1, CFrame = CFRAME, MoveToPos = CFRAME*CF(0,0.5,0).p, RotationX = 0, RotationY = -15, RotationZ = 0, Material = "Neon", Color = C3(0,0,255), SoundID = 145080998, SoundPitch = 1.5, SoundVolume = 6})
5251
				WACKYEFFECT({Time = 25, EffectType = "Wave", Size = VT(0.3,0,0.3), Size2 = VT(2,0.5,2), Transparency = 0, Transparency2 = 1, CFrame = CFRAME, MoveToPos = nil, RotationX = 0, RotationY = -15, RotationZ = 0, Material = "Neon", Color = C3(0,0,255), SoundID = nil, SoundPitch = nil, SoundVolume = nil})
5252
				SpawnTrail(CFRAME.p,CFRAME*CF(0,1000,0).p)
5253
				local HITBOD = Raycast(CFRAME.p, (CF(CFRAME.p, CFRAME.p + VT(0, 1, 0))).lookVector, 1000, Character)
5254
				if HITBOD ~= nil then
5255
					if HITBOD.Parent:FindFirstChildOfClass("Humanoid") then
5256
						Kill(HITBOD.Parent)
5257
					end
5258
				end
5259
			end
5260
		end
5261
		for i = 1, 45 do
5262
			Swait()
5263
			GATE.Size = GATE.Size - VT(3,0,3)
5264
		end
5265
		GATESPIN = false
5266
		GATE:remove()
5267
	end))
5268
	Swait(15)
5269
	local HITFLOOR,HITPOS = Raycast(RootPart.Position, (CF(RootPart.Position, RootPart.Position + VT(0, -1, 0))).lookVector, 15, Character)
5270
	GATE = CreatePart(3, Effects, "Neon", 0, 1, "Dark blue", "Gate", VT(0,0,0))
5271
	local DECAL = IT("Decal",GATE)
5272
	DECAL.Texture = "http://www.roblox.com/asset/?id=68854060"
5273
	DECAL.Face = "Top"
5274
	GATE.CFrame = CF(HITPOS)
5275
	CreateSound(160772554, GATE, 7, 1.3, false)
5276
	for i = 1, 45 do
5277
		Swait()
5278
		GATE.Size = GATE.Size + VT(3,0,3)
5279
	end
5280
	CreateSound(145080998, RightHole, 7, 1, false)
5281
	CreateSound(145080998, LeftHole, 7, 1, false)
5282
	WACKYEFFECT({Time = 25, EffectType = "Wave", Size = VT(0.3,0,0.3), Size2 = VT(2,2,2), Transparency = 0, Transparency2 = 1, CFrame = RightHole.CFrame*CF(0,-1,0) * ANGLES(RAD(180), RAD(0), RAD(0)), MoveToPos = nil, RotationX = 0, RotationY = -5, RotationZ = 0, Material = "Neon", Color = C3(0,0,255), SoundID = nil, SoundPitch = nil, SoundVolume = nil})
5283
	WACKYEFFECT({Time = 25, EffectType = "Wave", Size = VT(0.3,0,0.3), Size2 = VT(2,2,2), Transparency = 0, Transparency2 = 1, CFrame = LeftHole.CFrame*CF(0,-1,0) * ANGLES(RAD(180), RAD(0), RAD(0)), MoveToPos = nil, RotationX = 0, RotationY = 5, RotationZ = 0, Material = "Neon", Color = C3(0,0,255), SoundID = nil, SoundPitch = nil, SoundVolume = nil})
5284
	ATTACK = false
5285
	Rooted = false
5286
	DONE = true
5287
end
5288
function Execute()
5289
	ATTACK = true
5290
	Rooted = false
5291
	local Part = CreatePart(3, Character, "Neon", 0, 0, "Dark blue", "Part", VT(0,1,4),false)
5292
	Part.Color = C3(0,0,255)
5293
	MakeForm(Part,"Wedge")
5294
	Part.CanCollide = true
5295
	CreateWeldOrSnapOrMotor("Weld", Handle, RightBarrel, Part, CF(0, 0, 0) * ANGLES(RAD(90), RAD(0), RAD(135)) *CF(0, 0.5, 0), CF(0, 0, 0))
5296
	for i=10, 10, 10 / Animation_Speed do
5297
		Swait()
5298
		RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, -0.2 + 0.25 * COS(SINE / 12)) * ANGLES(RAD(0), RAD(0), RAD(-50)), 10 / Animation_Speed)
5299
		Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(0 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(50)), 10 / Animation_Speed)
5300
		RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5, 0) * ANGLES(RAD(125), RAD(0), RAD(90)) * RIGHTSHOULDERC0, 10 / Animation_Speed)
5301
		LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.25, 0.35 + 0.15 * COS(SINE / 12), 0) * ANGLES(RAD(140 - 12 * SIN(SINE / 12)), RAD(15 + 2.5 * SIN(SINE / 12)), RAD(-35 - 7.5 * SIN(SINE / 12))) * LEFTSHOULDERC0, 10 / Animation_Speed)
5302
		RightHip.C0 = Clerp(RightHip.C0, CF(1, -1, -0.01) * ANGLES(RAD(-35-2.5 * SIN(SINE / 12)), RAD(75), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 10 / Animation_Speed)
5303
		LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -0.5, -0.5) * ANGLES(RAD(-35-2.5 * SIN(SINE / 12)), RAD(-90), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 10 / Animation_Speed)
5304
	end
5305
	Trail.Enabled = true
5306
	CreateSound(541909867, RightBarrel, 7, 1, false)
5307
	local TOCH = Part.Touched:Connect(function(hit)
5308
		if hit.Parent:FindFirstChildOfClass("Humanoid") and hit.Parent ~= Character then
5309
			Kill(hit.Parent)
5310
		end
5311
	end)
5312
	for i=0, 0.35, 0.1 / Animation_Speed do
5313
		Swait()
5314
		RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, -0.2 + 0.25 * COS(SINE / 12)) * ANGLES(RAD(0), RAD(0), RAD(50)), 1 / Animation_Speed)
5315
		Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(0 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(-45)), 1 / Animation_Speed)
5316
		RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.15, 0.25, -0.3) * ANGLES(RAD(50), RAD(0), RAD(-35)) * RIGHTSHOULDERC0, 1 / Animation_Speed)
5317
		LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.25, 0.35 + 0.15 * COS(SINE / 12), 0) * ANGLES(RAD(140 - 12 * SIN(SINE / 12)), RAD(15 + 2.5 * SIN(SINE / 12)), RAD(-35 - 7.5 * SIN(SINE / 12))) * LEFTSHOULDERC0, 1 / Animation_Speed)
5318
		RightHip.C0 = Clerp(RightHip.C0, CF(1, -1, -0.01) * ANGLES(RAD(-35-2.5 * SIN(SINE / 12)), RAD(75), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
5319
		LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -0.5, -0.5) * ANGLES(RAD(-35-2.5 * SIN(SINE / 12)), RAD(-90), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
5320
	end
5321
	TOCH:disconnect()
5322
	Trail.Enabled = false
5323
	for i=0, 0.35, 0.1 / Animation_Speed do
5324
		Swait()
5325
		RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, -0.2 + 0.25 * COS(SINE / 12)) * ANGLES(RAD(0), RAD(0), RAD(60)), 1 / Animation_Speed)
5326
		Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(0 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(-55)), 1 / Animation_Speed)
5327
		RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.15, 0.25, -0.3) * ANGLES(RAD(50), RAD(0), RAD(-45)) * RIGHTSHOULDERC0, 1 / Animation_Speed)
5328
		LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.25, 0.35 + 0.15 * COS(SINE / 12), 0) * ANGLES(RAD(140 - 12 * SIN(SINE / 12)), RAD(15 + 2.5 * SIN(SINE / 12)), RAD(-35 - 7.5 * SIN(SINE / 12))) * LEFTSHOULDERC0, 1 / Animation_Speed)
5329
		RightHip.C0 = Clerp(RightHip.C0, CF(1, -1, -0.01) * ANGLES(RAD(-35-2.5 * SIN(SINE / 12)), RAD(75), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
5330
		LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -0.5, -0.5) * ANGLES(RAD(-35-2.5 * SIN(SINE / 12)), RAD(-90), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
5331
	end
5332
	Part:remove()
5333
	ATTACK = false
5334
	Rooted = false
5335
end
5336
5337
--//=================================\\
5338
--||	  ASSIGN THINGS TO KEYS
5339
--\\=================================//
5340
5341
function MouseDown(Mouse)
5342
	if ATTACK == false then
5343
		Execute()
5344
	end
5345
end
5346
5347
function MouseUp(Mouse)
5348
HOLD = false
5349
end
5350
5351
function KeyDown(Key)
5352
	KEYHOLD = true
5353
	if Key ~= "w" and Key ~= "a" and Key ~= "s" and Key ~= "d" then
5354
		if Key == "z" and ATTACK == false then
5355
			Unload()
5356
	
5357
		elseif Key == "b" and ATTACK == false then
5358
			Psyo()
5359
	
5360
		elseif Key == "c" and ATTACK == false then
5361
			Cleave()
5362
	
5363
		elseif Key == "v" and ATTACK == false then
5364
			Lock_n_Load()
5365
	
5366
		elseif Key == "g" and ATTACK == false then
5367
			Deathbound()
5368
	
5369
		elseif Key == "x" and ATTACK == false then
5370
			Morning_Star()
5371
	
5372
		elseif Key == "t" then
5373
			CreateSound(LAUGHS[MRANDOM(1,#LAUGHS)], Torso, 10, 1, false)
5374
		elseif Key == "1" and ATTACK == false then
5375
			if CHOICE ~= 1 then
5376
				CHOICE = 1
5377
				sick:Play()
5378
			end
5379
		elseif Key == "2" and ATTACK == false then
5380
			if CHOICE ~= 2 then
5381
				CHOICE = 2
5382
				sick:Play()
5383
			end
5384
		elseif Key == "3" and ATTACK == false then
5385
			if CHOICE ~= 3 then
5386
				CHOICE = 3
5387
				sick:Play()
5388
			end
5389
		elseif Key == "4" and ATTACK == false then
5390
			if CHOICE ~= 4 then
5391
				CHOICE = 4
5392
				sick:Play()
5393
			end			
5394
		end
5395
	end
5396
end
5397
5398
function KeyUp(Key)
5399
	if Key ~= "w" and Key ~= "a" and Key ~= "s" and Key ~= "d" then
5400
		KEYHOLD = false
5401
	end
5402
end
5403
5404
	Mouse.Button1Down:connect(function(NEWKEY)
5405
		MouseDown(NEWKEY)
5406
	end)
5407
	Mouse.Button1Up:connect(function(NEWKEY)
5408
		MouseUp(NEWKEY)
5409
	end)
5410
	Mouse.KeyDown:connect(function(NEWKEY)
5411
		KeyDown(NEWKEY)
5412
	end)
5413
	Mouse.KeyUp:connect(function(NEWKEY)
5414
		KeyUp(NEWKEY)
5415
	end)
5416
5417
--//=================================\\
5418
--\\=================================//
5419
5420
5421
function unanchor()
5422
	if UNANCHOR == true then
5423
		g = Character:GetChildren()
5424
		for i = 1, #g do
5425
			if g[i].ClassName == "Part" then
5426
				g[i].Anchored = false
5427
			end
5428
		end
5429
	end
5430
end
5431
5432
5433
--//=================================\\
5434
--||	WRAP THE WHOLE SCRIPT UP
5435
--\\=================================//
5436
5437
Humanoid.Changed:connect(function(Jump)
5438
	if Jump == "Jump" and (Disable_Jump == true) then
5439
		Humanoid.Jump = false
5440
	end
5441
end)
5442
5443
while true do
5444
	Swait()
5445
	Humanoid.HipHeight = 1.5
5446
	script.Parent = WEAPONGUI
5447
	ANIMATE.Parent = nil
5448
	if Humanoid then
5449
		local IDLEANIMATION = Humanoid:LoadAnimation(ROBLOXIDLEANIMATION)
5450
		IDLEANIMATION:Play()
5451
	end
5452
	SINE = SINE + CHANGE
5453
	local TORSOVELOCITY = (RootPart.Velocity * VT(1, 0, 1)).magnitude
5454
	local TORSOVERTICALVELOCITY = RootPart.Velocity.y
5455
	local HITFLOOR = Raycast(RootPart.Position, (CF(RootPart.Position, RootPart.Position + VT(0, -1, 0))).lookVector, 4, Character)
5456
	if ATTACK == false then
5457
		if TORSOVELOCITY < 1 then
5458
			RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0 + 0.25 * COS(SINE / 12)) * ANGLES(RAD(4 + 2.5 * SIN(SINE / 12)), RAD(0), RAD(25)), 1 / Animation_Speed)
5459
			Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(0 + 4.5 * SIN(SINE / 12)), RAD(0), RAD(-25)), 1 / Animation_Speed)
5460
			RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.25, 0.35 + 0.15 * COS(SINE / 12), 0) * ANGLES(RAD(110), RAD(-15 - 2.5 * SIN(SINE / 12)), RAD(35 + 7.5 * SIN(SINE / 12))) * RIGHTSHOULDERC0, 1 / Animation_Speed)
5461
			LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.25, 0.35 + 0.15 * COS(SINE / 12), 0) * ANGLES(RAD(140 - 12 * SIN(SINE / 12)), RAD(15 + 2.5 * SIN(SINE / 12)), RAD(-35 - 7.5 * SIN(SINE / 12))) * LEFTSHOULDERC0, 1 / Animation_Speed)
5462
			RightHip.C0 = Clerp(RightHip.C0, CF(1, -1, -0.01) * ANGLES(RAD(-2.5 * SIN(SINE / 12)), RAD(75), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
5463
			LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -0.5, -0.5) * ANGLES(RAD(-2.5 * SIN(SINE / 12)), RAD(-90), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
5464
		elseif TORSOVELOCITY > 1 then
5465
			RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0 + 0.25 * COS(SINE / 12)) * ANGLES(RAD(25 + 2.5 * SIN(SINE / 12)), RAD(0), RAD(25)), 1 / Animation_Speed)
5466
			Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(-25 + 4.5 * SIN(SINE / 12)), RAD(0), RAD(-25)), 1 / Animation_Speed)
5467
			RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.25, 0.35 + 0.15 * COS(SINE / 12), 0) * ANGLES(RAD(110), RAD(-15 - 2.5 * SIN(SINE / 12)), RAD(35 + 7.5 * SIN(SINE / 12))) * RIGHTSHOULDERC0, 1 / Animation_Speed)
5468
			LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.25, 0.35 + 0.15 * COS(SINE / 12), 0) * ANGLES(RAD(140 - 12 * SIN(SINE / 12)), RAD(15 + 2.5 * SIN(SINE / 12)), RAD(-35 - 7.5 * SIN(SINE / 12))) * LEFTSHOULDERC0, 1 / Animation_Speed)
5469
			RightHip.C0 = Clerp(RightHip.C0, CF(1, -1, -0.01) * ANGLES(RAD(-25-2.5 * SIN(SINE / 12)), RAD(75), RAD(0)) * ANGLES(RAD(-8 - 5.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
5470
			LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -0.5, -0.5) * ANGLES(RAD(-2.5 * SIN(SINE / 12)), RAD(-90), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed)
5471
		end
5472
	end
5473
	RightArmGrasp.C0 = Clerp(RightArmGrasp.C0, CF(0, -0.815+0.05 * SIN(SINE / 12), 0) * ANGLES(RAD(90-4.5 * SIN(SINE / 12)), RAD(-1.5 * SIN(SINE / 12)), RAD(0)), 1 / Animation_Speed)
5474
	LeftArmGraps.C0 = Clerp(LeftArmGraps.C0, CF(0, -0.815+0.05 * SIN(SINE / 12), 0) * ANGLES(RAD(90-4.5 * SIN(SINE / 12)), RAD(1.5 * SIN(SINE / 12)), RAD(0)), 1 / Animation_Speed)
5475
	unanchor()
5476
	Humanoid.MaxHealth = "inf"
5477
	Humanoid.Health = "inf"
5478
	if Rooted == false then
5479
		Disable_Jump = false
5480
		Humanoid.WalkSpeed = Speed
5481
	elseif Rooted == true then
5482
		Disable_Jump = true
5483
		Humanoid.WalkSpeed = 0
5484
	end
5485
	for _, c in pairs(Character:GetDescendants()) do
5486
		if c.ClassName == "Part" and c.Name ~= "Eye" and c.Parent ~= Effects and c.Parent.Parent ~= Effects then
5487
			c.Material = "Neon"
5488
			c.Color = C3(0,0,255)
5489
			if c:FindFirstChildOfClass("SpecialMesh") then
5490
				c:FindFirstChildOfClass("SpecialMesh").TextureId = ""
5491
			end
5492
			if c == Head then
5493
				if c:FindFirstChild("face") then
5494
					c.face:remove()
5495
				end
5496
			end
5497
		elseif c.ClassName == "Part" and c.Name == "Eye" then
5498
			c.Color = C3(0,0,255)
5499
			c.Material = "Neon"
5500
		elseif c.ClassName == "CharacterMesh" or c.Name == "Body Colors" then
5501
			c:remove()
5502
		elseif (c.ClassName == "Shirt" or c.ClassName == "Pants") and c.Name ~= "Cloth" then
5503
			c:remove()
5504
		end
5505
	end
5506
	refit()
5507
	Humanoid.Name = "Deadeyes"
5508
	sick.Parent = Torso
5509
	sick:resume()
5510
	sick.Volume = 5
5511
	sick.Pitch = 1
5512
	sick.SoundId = "rbxassetid://"..SONGS[CHOICE]
5513
	if Head:FindFirstChildOfClass("Sound") then
5514
		Head:FindFirstChildOfClass("Sound"):remove()
5515
	end
5516
end
5517
5518
--//=================================\\
5519
--\\=================================//
5520
5521
5522
5523
5524
5525
--//====================================================\\--
5526
--||			  		 END OF SCRIPT
5527
--\\====================================================//--