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