View difference between Paste ID: vDsgbbRX and YTqgWSzF
SHOW: | | - or go back to the newest paste.
1
print([[
2
___________________________________
3
  
4
Kyutatsuki13's Homura script
5
Build 0002.5
6
Vengeful's custom script request
7
(You must see her boobies lmao)
8
  
9
___________________________________
10
]])
11
12
warn("200R$ has been spent for this.")
13
14
-- This script has been converted to FE by iPxter
15
16
17
if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
18
local Player,Mouse,mouse,UserInputService,ContextActionService = owner
19
do
20
	print("FE Compatibility code by Mokiros | Translated to FE by iPxter")
21
	script.Parent = Player.Character
22
23
	--RemoteEvent for communicating
24
	local Event = Instance.new("RemoteEvent")
25
	Event.Name = "UserInput_Event"
26
27
	--Fake event to make stuff like Mouse.KeyDown work
28
	local function fakeEvent()
29
		local t = {_fakeEvent=true,Connect=function(self,f)self.Function=f end}
30
		t.connect = t.Connect
31
		return t
32
	end
33
34
	--Creating fake input objects with fake variables
35
    local m = {Target=nil,Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent()}
36
	local UIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()}
37
	local CAS = {Actions={},BindAction=function(self,name,fun,touch,...)
38
		CAS.Actions[name] = fun and {Name=name,Function=fun,Keys={...}} or nil
39
	end}
40
	--Merged 2 functions into one by checking amount of arguments
41
	CAS.UnbindAction = CAS.BindAction
42
43
	--This function will trigger the events that have been :Connect()'ed
44
	local function te(self,ev,...)
45
		local t = m[ev]
46
		if t and t._fakeEvent and t.Function then
47
			t.Function(...)
48
		end
49
	end
50
	m.TrigEvent = te
51
	UIS.TrigEvent = te
52
53
	Event.OnServerEvent:Connect(function(plr,io)
54
	    if plr~=Player then return end
55
		if io.isMouse then
56
			m.Target = io.Target
57
			m.Hit = io.Hit
58
		else
59
			local b = io.UserInputState == Enum.UserInputState.Begin
60
			if io.UserInputType == Enum.UserInputType.MouseButton1 then
61
				return m:TrigEvent(b and "Button1Down" or "Button1Up")
62
			end
63
			for _,t in pairs(CAS.Actions) do
64
				for _,k in pairs(t.Keys) do
65
					if k==io.KeyCode then
66
						t.Function(t.Name,io.UserInputState,io)
67
					end
68
				end
69
			end
70
			m:TrigEvent(b and "KeyDown" or "KeyUp",io.KeyCode.Name:lower())
71
			UIS:TrigEvent(b and "InputBegan" or "InputEnded",io,false)
72
	    end
73
	end)
74
	Event.Parent = NLS([==[
75
	local Player = game:GetService("Players").LocalPlayer
76
	local Event = script:WaitForChild("UserInput_Event")
77
78
	local UIS = game:GetService("UserInputService")
79
	local input = function(io,a)
80
		if a then return end
81
		--Since InputObject is a client-side instance, we create and pass table instead
82
		Event:FireServer({KeyCode=io.KeyCode,UserInputType=io.UserInputType,UserInputState=io.UserInputState})
83
	end
84
	UIS.InputBegan:Connect(input)
85
	UIS.InputEnded:Connect(input)
86
87
	local Mouse = Player:GetMouse()
88
	local h,t
89
	--Give the server mouse data 30 times every second, but only if the values changed
90
	--If player is not moving their mouse, client won't fire events
91
	while wait(1/30) do
92
		if h~=Mouse.Hit or t~=Mouse.Target then
93
			h,t=Mouse.Hit,Mouse.Target
94
			Event:FireServer({isMouse=true,Target=t,Hit=h})
95
		end
96
	end]==],Player.Character)
97
	Mouse,mouse,UserInputService,ContextActionService = m,m,UIS,CAS
98
end
99
local p = owner
100
local char = p.Character
101
local larm = char:WaitForChild("Left Arm")
102
local rarm = char:WaitForChild("Right Arm")
103
local lleg = char:WaitForChild("Left Leg")
104
local rleg = char:WaitForChild("Right Leg")
105
local hed = char:WaitForChild("Head")
106
local torso = char:WaitForChild("Torso")
107
local root = char:WaitForChild("HumanoidRootPart")
108
local hum = char:FindFirstChildOfClass("Humanoid")
109
local debris = game:GetService("Debris")
110
local input = game:GetService("UserInputService")
111
local run = game:GetService("RunService")
112
local wingpose = "Idle"
113
local DebrisModel = Instance.new("Model",char)
114
DebrisModel.Name = "Debris"
115
repeat rs:wait() until p.CharacterAppearanceLoaded
116
117
noidle = false
118
shift = false
119
control = false
120
no_nosound_able = true
121
jumped = false
122
123
----------------------------------------------------------------------------
124
125
function rswait(value)
126
  if value ~= nil and value ~= 0 then
127
    for i=1,value do
128
     rs:wait()
129
    end
130
  else
131
    rs:wait()
132
  end
133
end
134
135
----------------------------------------------------------------------------
136
137
local timeposition = 0
138
139
function music(id)
140
if not torso:FindFirstChild("MusicRuin") then
141
soundz = Instance.new("Sound",torso)
142
end
143
soundz.Volume = 10
144
soundz.Name = "MusicRuin"
145
soundz.Looped = true
146
soundz.PlaybackSpeed = 1
147
soundz.SoundId = "rbxassetid://"..id
148
soundz:Stop()
149
soundz:Play()
150
if no_nosound_able == true then
151
soundz.TimePosition = timeposition
152
end
153
end
154
155
----------------------------------------------------------------------------
156
157
function lerp(a, b, t)
158
  return a + (b - a)*t
159
end
160
161
----------------------------------------------------------------------------
162
163
function Lerp(c1,c2,al)
164
  local com1 = {c1.X,c1.Y,c1.Z,c1:toEulerAnglesXYZ()}
165
  local com2 = {c2.X,c2.Y,c2.Z,c2:toEulerAnglesXYZ()}
166
  for i,v in pairs(com1) do
167
    com1[i] = v+(com2[i]-v)*al
168
  end
169
  return CFrame.new(com1[1],com1[2],com1[3]) * CFrame.Angles(select(4,unpack(com1)))
170
end
171
172
----------------------------------------------------------------------------
173
174
function slerp(a, b, t)
175
  dot = a:Dot(b)
176
  if dot > 0.99999 or dot < -0.99999 then
177
    return t <= 0.5 and a or b
178
  else
179
    r = math.acos(dot)
180
    return (a*math.sin((1 - t)*r) + b*math.sin(t*r)) / math.sin(r)
181
  end
182
end
183
184
----------------------------------------------------------------------------
185
186
function clerp(c1,c2,al)
187
188
  local com1 = {c1.X,c1.Y,c1.Z,c1:toEulerAnglesXYZ()}
189
190
  local com2 = {c2.X,c2.Y,c2.Z,c2:toEulerAnglesXYZ()}
191
192
  for i,v in pairs(com1) do
193
194
    com1[i] = lerp(v,com2[i],al)
195
196
  end
197
198
  return CFrame.new(com1[1],com1[2],com1[3]) * CFrame.Angles(select(4,unpack(com1)))
199
200
end
201
202
----------------------------------------------------------------------------
203
204
function findAllNearestTorso(pos,dist)
205
    local list = workspace:children()
206
    local torso = {}
207
    local temp = nil
208
    local human = nil
209
    local temp2 = nil
210
    for x = 1, #list do
211
        temp2 = list[x]
212
        if (temp2.className == "Model") and (temp2 ~= char) then
213
            temp = temp2:findFirstChild("Torso")
214
            human = temp2:findFirstChildOfClass("Humanoid")
215
            if (temp ~= nil) and (human ~= nil) and (human.Health > 0) then
216
                if (temp.Position - pos).magnitude < dist then
217
                    table.insert(torso,temp)
218
                    dist = (temp.Position - pos).magnitude
219
                end
220
            end
221
        end
222
    end
223
    return torso
224
end
225
226
----------------------------------------------------------------------------
227
228
function checkIfNotPlayer(model)
229
if model.CanCollide == true and model ~= char and model.Parent ~= char and model.Parent.Parent ~= char and model.Parent.Parent ~= char and model.Parent ~= DebrisModel and model.Parent.Parent ~= DebrisModel and model.Parent.Parent.Parent ~= DebrisModel and model ~= wings and model.Parent ~= wings and model.Parent.Parent ~= wings then
230
return true
231
else
232
return false
233
end
234
end
235
236
----------------------------------------------------------------------------
237
238
function newWeld(wp0, wp1, wc0x, wc0y, wc0z)
239
240
  local wld = Instance.new("Weld", wp1)
241
242
  wld.Part0 = wp0
243
244
  wld.Part1 = wp1
245
246
  wld.C0 = CFrame.new(wc0x, wc0y, wc0z)
247
248
  return wld
249
250
end
251
252
function weld(model)
253
  local parts,last = {}
254
  local function scan(parent)
255
    for _,v in pairs(parent:GetChildren()) do
256
      if (v:IsA("BasePart")) then
257
        if (last) then
258
          local w = Instance.new("Weld")
259
          w.Name = ("%s_Weld"):format(v.Name)
260
          w.Part0,w.Part1 = last,v
261
          w.C0 = last.CFrame:inverse()
262
          w.C1 = v.CFrame:inverse()
263
          w.Parent = last
264
        end
265
        last = v
266
        table.insert(parts,v)
267
      end
268
      scan(v)
269
    end
270
  end
271
  scan(model)
272
  for _,v in pairs(parts) do
273
        v.Anchored = false
274
        v.Locked = true
275
        v.Anchored = false
276
        v.BackSurface = Enum.SurfaceType.SmoothNoOutlines
277
        v.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
278
        v.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
279
        v.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
280
        v.RightSurface = Enum.SurfaceType.SmoothNoOutlines
281
        v.TopSurface = Enum.SurfaceType.SmoothNoOutlines
282
        v.CustomPhysicalProperties = PhysicalProperties.new(0,0,0)
283
  end
284
end
285
286
----------------------------------------------------------------------------
287
288
function calculate(part,asd)
289
local Head = hed
290
local RightShoulder = asd
291
local RightArm = part
292
local MousePosition = mouse.Hit.p
293
local ToMouse = (MousePosition - Head.Position).unit
294
local Angle = math.acos(ToMouse:Dot(Vector3.new(0, 1, 0)))
295
local FromRightArmPos = (Head.Position + Head.CFrame:vectorToWorldSpace(Vector3.new(((Head.Size.X / 2) + (RightArm.Size.X / 2)), ((Head.Size.Y / 2) - (RightArm.Size.Z / 2)), 0)))
296
local ToMouseRightArm = ((MousePosition - FromRightArmPos) * Vector3.new(1 ,0, 1)).unit
297
local Look = (Head.CFrame.lookVector * Vector3.new(1, 0, 1)).unit
298
local LateralAngle = math.acos(ToMouseRightArm:Dot(Look))
299
if tostring(LateralAngle) == "-1.#IND" then
300
LateralAngle = 0
301
end
302
local Cross = Head.CFrame.lookVector:Cross(ToMouseRightArm)
303
if LateralAngle > (math.pi / 2) then
304
LateralAngle = (math.pi / 2)
305
local Torso = root
306
local Point = Torso.CFrame:vectorToObjectSpace(mouse.Hit.p-Torso.CFrame.p)
307
if Point.Z > 0 then
308
if Point.X > -0 and RightArm == rarm then
309
Torso.CFrame = CFrame.new(Torso.Position,Vector3.new(mouse.Hit.X,Torso.Position.Y,mouse.Hit.Z))*CFrame.Angles(0,math.rad(110),0)
310
elseif Point.X < 0 and RightArm == rarm then
311
Torso.CFrame = CFrame.new(Torso.Position,Vector3.new(mouse.Hit.X,Torso.Position.Y,mouse.Hit.Z))*CFrame.Angles(0,math.rad(-110),0)
312
end
313
end
314
end
315
if Cross.Y < 0 then
316
LateralAngle = -LateralAngle
317
end
318
return(CFrame.Angles(((math.pi / 2) - Angle), ((math.pi / 2) + LateralAngle), math.pi/2))
319
end
320
321
----------------------------------------------------------------------------
322
323
function random(min,max,multiplied)
324
return math.random(min,max)/multiplied
325
end
326
327
----------------------------------------------------------------------------
328
329
function sound(id,position,vol,pitch,start,finish)
330
  coroutine.resume(coroutine.create(function()
331
332
  local part = Instance.new("Part",workspace)
333
  part.Position = position
334
  part.Size = Vector3.new(0,0,0)
335
  part.CanCollide = false
336
  part.Transparency = 1
337
338
  local sound = Instance.new("Sound",part)
339
340
  sound.SoundId = "rbxassetid://"..id
341
342
  repeat rs:wait() until sound.IsLoaded
343
  
344
  if vol ~= nil then
345
    sound.Volume = vol
346
  end
347
348
  if pitch ~= nil then
349
    sound.PlaybackSpeed = pitch
350
  end
351
352
  if start ~= nil then
353
    sound.TimePosition = start
354
  end
355
356
  if finish ~= nil then
357
    debris:AddItem(part,finish-start)
358
  else
359
    debris:AddItem(part,sound.TimeLength)
360
  end
361
  
362
  sound:Play()  
363
364
  return sound
365
366
  end))
367
end
368
comboid = {}
369
comboid[1] = 1591834623
370
comboid[2] = 1591835384
371
comboid[3] = 1591835860
372
comboid[4] = 1591836776
373
comboid[5] = 1591837308
374
comboid[6] = 1591838011
375
comboid[7] = 1591838398
376
comboid[8] = 1591840045
377
comboid[9] = 1591840538
378
comboid[10] = 1591841249
379
380
combosfx = {}
381
for i=1,10 do
382
local sound = Instance.new("Sound",script)
383
sound.Volume = 5
384
sound.SoundId = "rbxassetid://"..comboid[i]
385
sound.Name = i
386
combosfx[i] = sound
387
end
388
----------------------------------------------------------------------------
389
390
function computeDirection(vec)
391
local lenSquared = vec.magnitude * vec.magnitude
392
local invSqrt = 1 / math.sqrt(lenSquared)
393
return Vector3.new(vec.x * invSqrt, vec.y * invSqrt, vec.z * invSqrt)
394
end
395
396
----------------------------------------------------------------------------
397
local shaking = 0
398
local cam = workspace.CurrentCamera
399
script.Parent = cam
400
if not script:FindFirstChild("CameraPosition") then
401
cameraposition = Instance.new("Part",script)
402
cameraposition.Name = "CameraPosition"
403
cameraposition.CanCollide = false
404
cameraposition.Transparency = 1
405
cameraposition.Anchored = false
406
cameraposition.Size = Vector3.new()
407
camerapositionbp = Instance.new("BodyPosition",cameraposition)
408
camerapositionbp.P = 10000
409
camerapositionbp.D = 500
410
camerapositionbg = Instance.new("BodyGyro",cameraposition)
411
camerapositionbg.MaxTorque = Vector3.new(10000,10000,10000)
412
camerapositionbg.D = 500
413
end
414
local asdfg = cameraposition.RotVelocity.Y*2
415
if asdfg > 45 then asdfg = 45 end
416
if asdfg < -45 then asdfg = -45 end
417
if script:FindFirstChild("CameraPosition"):FindFirstChildOfClass("BodyPosition") then
418
script:FindFirstChild("CameraPosition"):FindFirstChildOfClass("BodyPosition").Position = root.Position+Vector3.new(0,2,0)
419
end
420
if script:FindFirstChild("CameraPosition"):FindFirstChildOfClass("BodyGyro") then
421
script:FindFirstChild("CameraPosition"):FindFirstChildOfClass("BodyGyro").CFrame = root.CFrame*CFrame.Angles(0,0,asdfg)
422
end
423
cam.CameraSubject = cameraposition
424
cam.CFrame = cam.CFrame * CFrame.new(Vector3.new(math.random(-1,1),math.random(-1,1),math.random(-1,1))*(shaking/100)) * CFrame.Angles(0,0,asdfg)
425
cam.CameraType = Enum.CameraType.Follow
426
end
427
end)
428
429
function shake(num) if num > shaking then shaking = num end end
430
431
plr = owner
432
DebrisModel = Instance.new("Model",plr.Character)
433
DebrisModel.Name = "DebrisModel"
434
435
effect = {}
436
437
function Effect(mesh,size,transparency,material,color,position,rotation,positionchange,sizechange,rotationchange,transparencychange,acceleration)
438
 
439
 local part = Instance.new("Part",DebrisModel)
440
  part.Anchored = true
441
  part.CanCollide = false
442
  part.Size = Vector3.new(1,1,1)
443
  part.Transparency = transparency
444
  part.Material = material
445
  part.Color = color
446
  part.CFrame = CFrame.new(position)*CFrame.Angles(math.rad(rotation.X),math.rad(rotation.Y),math.rad(rotation.Z))
447
 
448
 local partmesh = Instance.new("SpecialMesh",part)
449
  if tonumber(mesh) == nil then partmesh.MeshType = mesh else partmesh.MeshId = "rbxassetid://"..mesh end
450
  partmesh.Scale = size
451
452
 local pvalue = Instance.new("Vector3Value",part)
453
  pvalue.Name = "Position"
454
  pvalue.Value = positionchange
455
456
 local svalue = Instance.new("Vector3Value",part)
457
  svalue.Name = "Size"
458
  svalue.Value = sizechange
459
460
 local rvalue = Instance.new("Vector3Value",part)
461
  rvalue.Name = "Rotation"
462
  rvalue.Value = rotationchange
463
  
464
 local tvalue = Instance.new("NumberValue",part)
465
  tvalue.Name = "Transparency"
466
  tvalue.Value = transparencychange
467
468
 local avalue = Instance.new("NumberValue",part)
469
  avalue.Name = "Acceleration"
470
  avalue.Value = acceleration
471
 
472
 part.Name = "EFFECT"
473
 
474
 table.insert(effect,part)
475
 
476
 return part
477
478
end
479
480
coroutine.resume(coroutine.create(function()
481
while true do rs:wait()
482
483
 if not plr.Character:FindFirstChild("DebrisModel") then
484
  DebrisModel = Instance.new("Model",plr.Character)
485
  DebrisModel.Name = "DebrisModel"
486
 end
487
488
if #effect > 0 then
489
for i=1,#effect do
490
if effect[i] ~= nil then
491
local v = effect[i]
492
   local pvalue = v:FindFirstChild("Position").Value
493
   local svalue = v:FindFirstChild("Size").Value
494
   local rvalue = v:FindFirstChild("Rotation").Value
495
   local tvalue = v:FindFirstChild("Transparency").Value
496
   local avalue = v:FindFirstChild("Acceleration").Value
497
   local mesh = v:FindFirstChild("Mesh")
498
   mesh.Scale = mesh.Scale + svalue
499
   v:FindFirstChild("Size").Value = v:FindFirstChild("Size").Value + (Vector3.new(1,1,1)*avalue)
500
   v.Transparency = v.Transparency + tvalue
501
   v.CFrame = CFrame.new(pvalue)*v.CFrame*CFrame.Angles(math.rad(rvalue.X),math.rad(rvalue.Y),math.rad(rvalue.Z))
502
   if v.Transparency >= 1 or mesh.Scale.X < 0 or mesh.Scale.Y < 0 or mesh.Scale.Z < 0 then
503
     v.Parent = nil
504
     table.remove(effect,i)
505
   end
506
  end
507
end
508
end
509
510
end
511
end))
512
513
----------------------------------------------------------------------------
514
515
local WorldUp = Vector3.new(0,1,0)
516
function look2(Vec1,Vec2)
517
   local Orig = Vec1
518
   Vec1 = Vec1+Vector3.new(0,1,0)
519
   Vec2 = Vec2+Vector3.new(0,1,0)
520
   local Forward = (Vec2-Vec1).unit
521
   local Up = (WorldUp-WorldUp:Dot(Forward)*Forward).unit
522
   local Right = Up:Cross(Forward).unit
523
   Forward = -Forward
524
   Right = -Right
525
   return CFrame.new(Orig.X,Orig.Y,Orig.Z,Right.X,Up.X,Forward.X,Right.Y,Up.Y,Forward.Y,Right.Z,Up.Z,Forward.Z)
526
end
527
528
function look(CFr,Vec2)
529
   local A = Vector3.new(0,0,0)
530
   local B = CFr:inverse()*Vec2
531
   local CF = look2(A,Vector3.new(A.X,B.Y,B.Z))
532
   if B.Z > 0 then
533
       CF = CFr*(CF*CFrame.Angles(0,0,math.pi))
534
   elseif B.Z == 0 then
535
       if B.Y > 0 then
536
           CF = CFr*CFrame.Angles(math.pi/2,0,0)
537
       elseif B.Y < 0 then
538
           CF = CFr*CFrame.Angles(-math.pi/2,0,0)
539
       else
540
           CF = CFr
541
       end
542
   end
543
   local _,_,_,_,X,_,_,Y,_,_,Z,_ = CF:components()
544
   local Up = Vector3.new(X,Y,Z)
545
   local Forward = (Vec2-CFr.p).unit
546
   local Right = Up:Cross(Forward)
547
   Forward = -Forward
548
   Right = -Right
549
   return CFrame.new(CFr.X,CFr.Y,CFr.Z,Right.X,Up.X,Forward.X,Right.Y,Up.Y,Forward.Y,Right.Z,Up.Z,Forward.Z)
550
end
551
552
function simulate(j,d,m,r,t)
553
       local joint = j
554
       for i,v in ipairs(t) do
555
               if v[1]:FindFirstChild("Weld") then
556
                       local stiff = m.CFrame.lookVector*0.001
557
                       if i > 1 then joint = t[i-1][1].CFrame*CFrame.new(0,0,d*.5) end
558
                       local dir = (v[2].p-(joint.p+Vector3.new(0,0.07,0)+stiff)).unit
559
                       local dis = (v[2].p-(joint.p+Vector3.new(0,0.07,0)+stiff)).magnitude
560
                       local pos = joint.p+(dir*(d*0.5))
561
                     --if v[1].CFrame.y<=workspace.Base.CFrame.y then pos = joint.p+(dir*(d*.5)) end
562
                       local inv = v[1].Weld.Part0.CFrame
563
                       local rel1 = inv:inverse()*pos
564
                       local rel2 = inv:inverse()*(pos-(dir*dis))
565
                       local cf = look(CFrame.new(rel1),rel2)--CFrame.new(pos,pos-(dir*dis))*CFrame.fromEulerAnglesXYZ(r.x,r.y,r.z)
566
                       v[1].Weld.C0 = Lerp(v[1].Weld.C0,cf*CFrame.Angles(math.rad(-360-90),math.rad(0),math.rad(0)),0.4)
567
                       v[2] = inv*cf
568
                       --v[1].CFrame = cf
569
               end
570
       end
571
end
572
573
----------------------------------------------------------------------------
574
skin_color = BrickColor.new("Light orange")
575
hed:WaitForChild("face"):Destroy()
576
p:ClearCharacterAppearance()
577
578
hat = Instance.new("Part",hed)
579
hat.CanCollide = false
580
hat.Color = Color3.fromRGB(40, 40, 40)
581
hatmesh = Instance.new("SpecialMesh",hat)
582
hatmesh.MeshId = "rbxassetid://433033404"
583
hatmesh.Scale = Vector3.new(0.6,0.6,0.6)
584
newWeld(hed,hat,0,0,0)
585
hat.Weld.C0 = CFrame.new(0,-0.2,0.1)*CFrame.Angles(math.rad(15),math.rad(180),math.rad(0))
586
587
hat = Instance.new("Part",hed)
588
hat.CanCollide = false
589
hat.Color = Color3.fromRGB(40, 40, 40)
590
hatmesh = Instance.new("SpecialMesh",hat)
591
hatmesh.MeshId = "rbxassetid://433031789"
592
hatmesh.Scale = Vector3.new(0.7,0.7,0.7)
593
newWeld(hed,hat,0,0,0)
594
hat.Weld.C0 = CFrame.new(0.12,0.2,0)*CFrame.Angles(math.rad(0),math.rad(180),math.rad(0))
595
596
hair={}
597
hairz = Instance.new("Part",hed)
598
hairz.CanCollide = false
599
hairz.Color = Color3.fromRGB(40, 40, 40)
600
hairz.Size = Vector3.new()
601
hatmesh = Instance.new("SpecialMesh",hairz)
602
hatmesh.MeshId = "rbxassetid://433033404"
603
hatmesh.Scale = Vector3.new(0.3,1,0.3)
604
hairz:BreakJoints()
605
local w = Instance.new("Motor6D",hairz)
606
w.Part0 = hair[1-1] and hair[1-1][1] or torso
607
w.Part1 = hairz
608
w.Name = "Weld"
609
w.C1 = CFrame.new(0,1.2,0.2)
610
w.C1 = w.C1*CFrame.Angles(math.rad(180),math.rad(0),math.rad(180))
611
hair[1] = {hairz,hairz.CFrame}
612
613
Model0 = Instance.new("Model")
614
Part1 = Instance.new("Part")
615
Part2 = Instance.new("Part")
616
Part3 = Instance.new("Part")
617
Part4 = Instance.new("Part")
618
Part5 = Instance.new("Part")
619
Part6 = Instance.new("Part")
620
Part7 = Instance.new("Part")
621
Part8 = Instance.new("Part")
622
Part9 = Instance.new("Part")
623
Part10 = Instance.new("Part")
624
Part11 = Instance.new("Part")
625
Part12 = Instance.new("Part")
626
Part13 = Instance.new("Part")
627
Part14 = Instance.new("Part")
628
Model0.Parent = char
629
Part1.Parent = Model0
630
Part1.Rotation = Vector3.new(0, 0, -15)
631
Part1.Anchored = true
632
Part1.CanCollide = false
633
Part1.Size = Vector3.new(0.199999958, 1.60000002, 0.100000001)
634
Part1.CFrame = CFrame.new(13.3949995, 21.2308884, 6.98250198, 0.965925574, 0.258819729, 0, -0.258819729, 0.965925574, 0, 0, 0, 1)
635
Part1.BottomSurface = Enum.SurfaceType.Smooth
636
Part1.TopSurface = Enum.SurfaceType.Smooth
637
Part1.Position = Vector3.new(13.3949995, 21.2308884, 6.98250198)
638
Part1.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
639
Part2.Parent = Model0
640
Part2.Rotation = Vector3.new(0, 0, -10)
641
Part2.Anchored = true
642
Part2.CanCollide = false
643
Part2.Size = Vector3.new(0.239999965, 0.13000001, 0.140000015)
644
Part2.CFrame = CFrame.new(13.795537, 21.6192799, 6.98250198, 0.984807611, 0.173648745, 0, -0.173648745, 0.984807611, 0, 0, 0, 1)
645
Part2.BottomSurface = Enum.SurfaceType.Smooth
646
Part2.TopSurface = Enum.SurfaceType.Smooth
647
Part2.Position = Vector3.new(13.795537, 21.6192799, 6.98250198)
648
Part2.Color = Color3.new(0.423529, 0.345098, 0.294118)
649
Part3.Name = "asd"
650
Part3.Parent = Model0
651
Part3.Transparency = 1
652
Part3.Anchored = true
653
Part3.CanCollide = false
654
Part3.Size = Vector3.new(2, 2, 1)
655
Part3.CFrame = CFrame.new(14, 21.824646, 6.42750168, 1, 0, 0, 0, 1, 0, 0, 0, 1)
656
Part3.BottomSurface = Enum.SurfaceType.Smooth
657
Part3.TopSurface = Enum.SurfaceType.Smooth
658
Part3.Position = Vector3.new(14, 21.824646, 6.42750168)
659
Part3.Color = Color3.new(1, 0.8, 0.6)
660
Part4.Parent = Model0
661
Part4.Rotation = Vector3.new(0, 0, 10)
662
Part4.Anchored = true
663
Part4.CanCollide = false
664
Part4.Size = Vector3.new(0.239999965, 0.13000001, 0.140000015)
665
Part4.CFrame = CFrame.new(14.204463, 21.6192799, 6.98250198, 0.984807611, -0.173648745, 0, 0.173648745, 0.984807611, 0, 0, 0, 1)
666
Part4.BottomSurface = Enum.SurfaceType.Smooth
667
Part4.TopSurface = Enum.SurfaceType.Smooth
668
Part4.Position = Vector3.new(14.204463, 21.6192799, 6.98250198)
669
Part4.Color = Color3.new(0.423529, 0.345098, 0.294118)
670
Part5.Parent = Model0
671
Part5.Rotation = Vector3.new(0, 0, -25)
672
Part5.Anchored = true
673
Part5.CanCollide = false
674
Part5.Size = Vector3.new(0.199999958, 1.60000002, 0.100000001)
675
Part5.CFrame = CFrame.new(12.9899998, 21.2658882, 6.98250198, 0.906307638, 0.422618568, 0, -0.422618568, 0.906307638, 0, 0, 0, 1)
676
Part5.BottomSurface = Enum.SurfaceType.Smooth
677
Part5.TopSurface = Enum.SurfaceType.Smooth
678
Part5.Position = Vector3.new(12.9899998, 21.2658882, 6.98250198)
679
Part5.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
680
Part6.Parent = Model0
681
Part6.Rotation = Vector3.new(0, 0, -15)
682
Part6.Anchored = true
683
Part6.CanCollide = false
684
Part6.Size = Vector3.new(0.239999965, 0.13000001, 0.140000015)
685
Part6.CFrame = CFrame.new(13.5075865, 21.6510658, 6.98250198, 0.965925574, 0.258819729, 0, -0.258819729, 0.965925574, 0, 0, 0, 1)
686
Part6.BottomSurface = Enum.SurfaceType.Smooth
687
Part6.TopSurface = Enum.SurfaceType.Smooth
688
Part6.Position = Vector3.new(13.5075865, 21.6510658, 6.98250198)
689
Part6.Color = Color3.new(0.423529, 0.345098, 0.294118)
690
Part7.Parent = Model0
691
Part7.Rotation = Vector3.new(0, 0, 25)
692
Part7.Anchored = true
693
Part7.CanCollide = false
694
Part7.Size = Vector3.new(0.199999958, 1.60000002, 0.100000001)
695
Part7.CFrame = CFrame.new(15.0100002, 21.2658882, 6.98250198, 0.906307638, -0.422618568, 0, 0.422618568, 0.906307638, 0, 0, 0, 1)
696
Part7.BottomSurface = Enum.SurfaceType.Smooth
697
Part7.TopSurface = Enum.SurfaceType.Smooth
698
Part7.Position = Vector3.new(15.0100002, 21.2658882, 6.98250198)
699
Part7.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
700
Part8.Parent = Model0
701
Part8.Rotation = Vector3.new(0, 0, -25)
702
Part8.Anchored = true
703
Part8.CanCollide = false
704
Part8.Size = Vector3.new(0.239999965, 0.13000001, 0.140000015)
705
Part8.CFrame = CFrame.new(13.1738396, 21.6601334, 6.98250198, 0.906307638, 0.422618568, 0, -0.422618568, 0.906307638, 0, 0, 0, 1)
706
Part8.BottomSurface = Enum.SurfaceType.Smooth
707
Part8.TopSurface = Enum.SurfaceType.Smooth
708
Part8.Position = Vector3.new(13.1738396, 21.6601334, 6.98250198)
709
Part8.Color = Color3.new(0.423529, 0.345098, 0.294118)
710
Part9.Parent = Model0
711
Part9.Anchored = true
712
Part9.CanCollide = false
713
Part9.Size = Vector3.new(2.06000018, 0.26000005, 1.06000006)
714
Part9.CFrame = CFrame.new(14, 21.6546459, 6.42750168, 1, 0, 0, 0, 1, 0, 0, 0, 1)
715
Part9.BottomSurface = Enum.SurfaceType.Smooth
716
Part9.TopSurface = Enum.SurfaceType.Smooth
717
Part9.Position = Vector3.new(14, 21.6546459, 6.42750168)
718
Part9.Color = Color3.new(0.423529, 0.345098, 0.294118)
719
Part10.Parent = Model0
720
Part10.Rotation = Vector3.new(0, 0, 25)
721
Part10.Anchored = true
722
Part10.CanCollide = false
723
Part10.Size = Vector3.new(0.239999965, 0.13000001, 0.140000015)
724
Part10.CFrame = CFrame.new(14.8261604, 21.6601334, 6.98250198, 0.906307638, -0.422618568, 0, 0.422618568, 0.906307638, 0, 0, 0, 1)
725
Part10.BottomSurface = Enum.SurfaceType.Smooth
726
Part10.TopSurface = Enum.SurfaceType.Smooth
727
Part10.Position = Vector3.new(14.8261604, 21.6601334, 6.98250198)
728
Part10.Color = Color3.new(0.423529, 0.345098, 0.294118)
729
Part11.Parent = Model0
730
Part11.Rotation = Vector3.new(0, 0, -10)
731
Part11.Anchored = true
732
Part11.CanCollide = false
733
Part11.Size = Vector3.new(0.199999958, 1.60000002, 0.100000001)
734
Part11.CFrame = CFrame.new(13.7200003, 21.1908894, 6.98250198, 0.984807611, 0.173648745, 0, -0.173648745, 0.984807611, 0, 0, 0, 1)
735
Part11.BottomSurface = Enum.SurfaceType.Smooth
736
Part11.TopSurface = Enum.SurfaceType.Smooth
737
Part11.Position = Vector3.new(13.7200003, 21.1908894, 6.98250198)
738
Part11.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
739
Part12.Parent = Model0
740
Part12.Rotation = Vector3.new(0, 0, 15)
741
Part12.Anchored = true
742
Part12.CanCollide = false
743
Part12.Size = Vector3.new(0.239999965, 0.13000001, 0.140000015)
744
Part12.CFrame = CFrame.new(14.4924135, 21.6510658, 6.98250198, 0.965925574, -0.258819729, 0, 0.258819729, 0.965925574, 0, 0, 0, 1)
745
Part12.BottomSurface = Enum.SurfaceType.Smooth
746
Part12.TopSurface = Enum.SurfaceType.Smooth
747
Part12.Position = Vector3.new(14.4924135, 21.6510658, 6.98250198)
748
Part12.Color = Color3.new(0.423529, 0.345098, 0.294118)
749
Part13.Parent = Model0
750
Part13.Rotation = Vector3.new(0, 0, 15)
751
Part13.Anchored = true
752
Part13.CanCollide = false
753
Part13.Size = Vector3.new(0.199999958, 1.60000002, 0.100000001)
754
Part13.CFrame = CFrame.new(14.6050005, 21.2308884, 6.98250198, 0.965925574, -0.258819729, 0, 0.258819729, 0.965925574, 0, 0, 0, 1)
755
Part13.BottomSurface = Enum.SurfaceType.Smooth
756
Part13.TopSurface = Enum.SurfaceType.Smooth
757
Part13.Position = Vector3.new(14.6050005, 21.2308884, 6.98250198)
758
Part13.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
759
Part14.Parent = Model0
760
Part14.Rotation = Vector3.new(0, 0, 10)
761
Part14.Anchored = true
762
Part14.CanCollide = false
763
Part14.Size = Vector3.new(0.199999958, 1.60000002, 0.100000001)
764
Part14.CFrame = CFrame.new(14.2799997, 21.1908894, 6.98250198, 0.984807611, -0.173648745, 0, 0.173648745, 0.984807611, 0, 0, 0, 1)
765
Part14.BottomSurface = Enum.SurfaceType.Smooth
766
Part14.TopSurface = Enum.SurfaceType.Smooth
767
Part14.Position = Vector3.new(14.2799997, 21.1908894, 6.98250198)
768
Part14.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
769
weld(Model0)
770
newWeld(torso,Model0.asd,0,0,0)
771
772
Model0 = Instance.new("Model")
773
Part1 = Instance.new("Part")
774
SpecialMesh2 = Instance.new("SpecialMesh")
775
Part3 = Instance.new("Part")
776
SpecialMesh4 = Instance.new("SpecialMesh")
777
Part5 = Instance.new("Part")
778
BlockMesh6 = Instance.new("BlockMesh")
779
Part7 = Instance.new("Part")
780
SpecialMesh8 = Instance.new("SpecialMesh")
781
Part9 = Instance.new("Part")
782
Part10 = Instance.new("Part")
783
SpecialMesh11 = Instance.new("SpecialMesh")
784
Part12 = Instance.new("Part")
785
Part13 = Instance.new("Part")
786
BlockMesh14 = Instance.new("BlockMesh")
787
Part15 = Instance.new("Part")
788
WedgePart16 = Instance.new("WedgePart")
789
Part17 = Instance.new("Part")
790
SpecialMesh18 = Instance.new("SpecialMesh")
791
Part19 = Instance.new("Part")
792
SpecialMesh20 = Instance.new("SpecialMesh")
793
Part21 = Instance.new("Part")
794
BlockMesh22 = Instance.new("BlockMesh")
795
Part23 = Instance.new("Part")
796
Part24 = Instance.new("Part")
797
Part25 = Instance.new("Part")
798
BlockMesh26 = Instance.new("BlockMesh")
799
Part27 = Instance.new("Part")
800
Part28 = Instance.new("Part")
801
SpecialMesh29 = Instance.new("SpecialMesh")
802
Part30 = Instance.new("Part")
803
SpecialMesh31 = Instance.new("SpecialMesh")
804
Part32 = Instance.new("Part")
805
Part33 = Instance.new("Part")
806
Part34 = Instance.new("Part")
807
SpecialMesh35 = Instance.new("SpecialMesh")
808
Part36 = Instance.new("Part")
809
SpecialMesh37 = Instance.new("SpecialMesh")
810
Part38 = Instance.new("Part")
811
SpecialMesh39 = Instance.new("SpecialMesh")
812
Part40 = Instance.new("Part")
813
SpecialMesh41 = Instance.new("SpecialMesh")
814
WedgePart42 = Instance.new("WedgePart")
815
Part43 = Instance.new("Part")
816
Part44 = Instance.new("Part")
817
SpecialMesh45 = Instance.new("SpecialMesh")
818
Part46 = Instance.new("Part")
819
Part47 = Instance.new("Part")
820
WedgePart48 = Instance.new("WedgePart")
821
Part49 = Instance.new("Part")
822
SpecialMesh50 = Instance.new("SpecialMesh")
823
Part51 = Instance.new("Part")
824
SpecialMesh52 = Instance.new("SpecialMesh")
825
Part53 = Instance.new("Part")
826
SpecialMesh54 = Instance.new("SpecialMesh")
827
Part55 = Instance.new("Part")
828
BlockMesh56 = Instance.new("BlockMesh")
829
WedgePart57 = Instance.new("WedgePart")
830
Part58 = Instance.new("Part")
831
WedgePart59 = Instance.new("WedgePart")
832
Part60 = Instance.new("Part")
833
SpecialMesh61 = Instance.new("SpecialMesh")
834
Part62 = Instance.new("Part")
835
Part63 = Instance.new("Part")
836
Part64 = Instance.new("Part")
837
SpecialMesh65 = Instance.new("SpecialMesh")
838
Part66 = Instance.new("Part")
839
SpecialMesh67 = Instance.new("SpecialMesh")
840
Part68 = Instance.new("Part")
841
SpecialMesh69 = Instance.new("SpecialMesh")
842
Part70 = Instance.new("Part")
843
SpecialMesh71 = Instance.new("SpecialMesh")
844
Part72 = Instance.new("Part")
845
Part73 = Instance.new("Part")
846
WedgePart74 = Instance.new("WedgePart")
847
Part75 = Instance.new("Part")
848
SpecialMesh76 = Instance.new("SpecialMesh")
849
Part77 = Instance.new("Part")
850
SpecialMesh78 = Instance.new("SpecialMesh")
851
Part79 = Instance.new("Part")
852
Part80 = Instance.new("Part")
853
Part81 = Instance.new("Part")
854
SpecialMesh82 = Instance.new("SpecialMesh")
855
Part83 = Instance.new("Part")
856
BlockMesh84 = Instance.new("BlockMesh")
857
Part85 = Instance.new("Part")
858
BlockMesh86 = Instance.new("BlockMesh")
859
Part87 = Instance.new("Part")
860
BlockMesh88 = Instance.new("BlockMesh")
861
Part89 = Instance.new("Part")
862
BlockMesh90 = Instance.new("BlockMesh")
863
Part91 = Instance.new("Part")
864
Part92 = Instance.new("Part")
865
SpecialMesh93 = Instance.new("SpecialMesh")
866
Part94 = Instance.new("Part")
867
SpecialMesh95 = Instance.new("SpecialMesh")
868
WedgePart96 = Instance.new("WedgePart")
869
Part97 = Instance.new("Part")
870
Part98 = Instance.new("Part")
871
BlockMesh99 = Instance.new("BlockMesh")
872
Part100 = Instance.new("Part")
873
SpecialMesh101 = Instance.new("SpecialMesh")
874
Part102 = Instance.new("Part")
875
SpecialMesh103 = Instance.new("SpecialMesh")
876
Part104 = Instance.new("Part")
877
Part105 = Instance.new("Part")
878
SpecialMesh106 = Instance.new("SpecialMesh")
879
Part107 = Instance.new("Part")
880
SpecialMesh108 = Instance.new("SpecialMesh")
881
Part109 = Instance.new("Part")
882
SpecialMesh110 = Instance.new("SpecialMesh")
883
Part111 = Instance.new("Part")
884
SpecialMesh112 = Instance.new("SpecialMesh")
885
Part113 = Instance.new("Part")
886
SpecialMesh114 = Instance.new("SpecialMesh")
887
Part115 = Instance.new("Part")
888
SpecialMesh116 = Instance.new("SpecialMesh")
889
WedgePart117 = Instance.new("WedgePart")
890
Part118 = Instance.new("Part")
891
Part119 = Instance.new("Part")
892
SpecialMesh120 = Instance.new("SpecialMesh")
893
Part121 = Instance.new("Part")
894
Part122 = Instance.new("Part")
895
SpecialMesh123 = Instance.new("SpecialMesh")
896
Part124 = Instance.new("Part")
897
Model0.Parent = char
898
Part1.Parent = Model0
899
Part1.Rotation = Vector3.new(-90, 0, -90)
900
Part1.Anchored = true
901
Part1.CanCollide = false
902
Part1.Size = Vector3.new(0.26000008, 0.180000097, 0.770000041)
903
Part1.CFrame = CFrame.new(14.0900002, 23.8749981, -21.4300003, 8.74227837e-08, 0.99999994, -1.31134158e-07, -4.37113741e-08, 1.31134158e-07, 1, 0.99999994, -8.74227695e-08, 4.37113812e-08)
904
Part1.BottomSurface = Enum.SurfaceType.Smooth
905
Part1.TopSurface = Enum.SurfaceType.Smooth
906
Part1.Position = Vector3.new(14.0900002, 23.8749981, -21.4300003)
907
Part1.Color = Color3.new(1, 0, 0)
908
SpecialMesh2.Parent = Part1
909
SpecialMesh2.MeshType = Enum.MeshType.Wedge
910
Part3.Parent = Model0
911
Part3.Rotation = Vector3.new(90, 0, 90)
912
Part3.Anchored = true
913
Part3.CanCollide = false
914
Part3.Size = Vector3.new(0.240000054, 0.190000102, 0.230000004)
915
Part3.CFrame = CFrame.new(13.9049997, 24.3749981, -21.4300003, -8.74227766e-08, -0.99999994, 4.37113847e-08, 4.37113812e-08, -4.37113847e-08, -1, 0.99999994, -8.74227695e-08, 4.37113812e-08)
916
Part3.BottomSurface = Enum.SurfaceType.Smooth
917
Part3.TopSurface = Enum.SurfaceType.Smooth
918
Part3.Position = Vector3.new(13.9049997, 24.3749981, -21.4300003)
919
Part3.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
920
SpecialMesh4.Parent = Part3
921
SpecialMesh4.MeshType = Enum.MeshType.Wedge
922
Part5.Parent = Model0
923
Part5.Anchored = true
924
Part5.CanCollide = false
925
Part5.Size = Vector3.new(0.110000156, 0.0500000007, 1.24000001)
926
Part5.CFrame = CFrame.new(12.9350004, 22.6999989, -21, 1, 0, 0, 0, 1, 0, 0, 0, 1)
927
Part5.BottomSurface = Enum.SurfaceType.Smooth
928
Part5.TopSurface = Enum.SurfaceType.Smooth
929
Part5.Position = Vector3.new(12.9350004, 22.6999989, -21)
930
Part5.Color = Color3.new(1, 0, 0)
931
BlockMesh6.Parent = Part5
932
BlockMesh6.Scale = Vector3.new(1, 0.400000691, 1)
933
BlockMesh6.Scale = Vector3.new(1, 0.400000691, 1)
934
Part7.Parent = Model0
935
Part7.Rotation = Vector3.new(90, 0, 90)
936
Part7.Anchored = true
937
Part7.CanCollide = false
938
Part7.Size = Vector3.new(0.220000058, 0.190000102, 0.189999998)
939
Part7.CFrame = CFrame.new(14.1350002, 24.4449997, -21.4300003, 8.74227766e-08, -0.99999994, -1.31134158e-07, 4.37113883e-08, 1.31134158e-07, -1, 0.99999994, 8.74227695e-08, 4.37113954e-08)
940
Part7.BottomSurface = Enum.SurfaceType.Smooth
941
Part7.TopSurface = Enum.SurfaceType.Smooth
942
Part7.Position = Vector3.new(14.1350002, 24.4449997, -21.4300003)
943
Part7.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
944
SpecialMesh8.Parent = Part7
945
SpecialMesh8.MeshType = Enum.MeshType.Wedge
946
Part9.Parent = Model0
947
Part9.Anchored = true
948
Part9.CanCollide = false
949
Part9.Size = Vector3.new(0.150000051, 0.170000046, 1.08000004)
950
Part9.CFrame = CFrame.new(14.4949999, 24.664999, -21, 1, 0, 0, 0, 1, 0, 0, 0, 1)
951
Part9.BottomSurface = Enum.SurfaceType.Smooth
952
Part9.TopSurface = Enum.SurfaceType.Smooth
953
Part9.Position = Vector3.new(14.4949999, 24.664999, -21)
954
Part9.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
955
Part10.Parent = Model0
956
Part10.Rotation = Vector3.new(90, 0, 90)
957
Part10.Anchored = true
958
Part10.CanCollide = false
959
Part10.Size = Vector3.new(0.200000048, 0.210000113, 0.209999993)
960
Part10.CFrame = CFrame.new(14.125, 24.4449997, -21.4300003, 8.74227766e-08, -0.99999994, -1.31134158e-07, 4.37113883e-08, 1.31134158e-07, -1, 0.99999994, 8.74227695e-08, 4.37113954e-08)
961
Part10.BottomSurface = Enum.SurfaceType.Smooth
962
Part10.TopSurface = Enum.SurfaceType.Smooth
963
Part10.Position = Vector3.new(14.125, 24.4449997, -21.4300003)
964
Part10.Color = Color3.new(1, 0, 0)
965
SpecialMesh11.Parent = Part10
966
SpecialMesh11.MeshType = Enum.MeshType.Wedge
967
Part12.Parent = Model0
968
Part12.Rotation = Vector3.new(-111.040001, -90, 0)
969
Part12.Anchored = true
970
Part12.CanCollide = false
971
Part12.Size = Vector3.new(0.278567731, 0.100000001, 2.02000022)
972
Part12.CFrame = CFrame.new(14, 22.8620491, -20.4866676, 0, -0, -1, 0.933345556, -0.358979136, 0, -0.358979136, -0.933345556, 0)
973
Part12.BottomSurface = Enum.SurfaceType.Smooth
974
Part12.TopSurface = Enum.SurfaceType.Smooth
975
Part12.Position = Vector3.new(14, 22.8620491, -20.4866676)
976
Part12.Color = Color3.new(0.105882, 0.164706, 0.207843)
977
Part13.Parent = Model0
978
Part13.Anchored = true
979
Part13.CanCollide = false
980
Part13.Size = Vector3.new(2.24000025, 0.0500000007, 0.120000005)
981
Part13.CFrame = CFrame.new(14, 22.6999989, -21.5599995, 1, 0, 0, 0, 1, 0, 0, 0, 1)
982
Part13.BottomSurface = Enum.SurfaceType.Smooth
983
Part13.TopSurface = Enum.SurfaceType.Smooth
984
Part13.Position = Vector3.new(14, 22.6999989, -21.5599995)
985
Part13.Color = Color3.new(1, 0, 0)
986
BlockMesh14.Parent = Part13
987
BlockMesh14.Scale = Vector3.new(1, 0.400000691, 1)
988
BlockMesh14.Scale = Vector3.new(1, 0.400000691, 1)
989
Part15.Parent = Model0
990
Part15.Anchored = true
991
Part15.CanCollide = false
992
Part15.Size = Vector3.new(0.170000061, 0.170000046, 1.06000006)
993
Part15.CFrame = CFrame.new(14.4949999, 24.6549988, -21, 1, 0, 0, 0, 1, 0, 0, 0, 1)
994
Part15.BottomSurface = Enum.SurfaceType.Smooth
995
Part15.TopSurface = Enum.SurfaceType.Smooth
996
Part15.Position = Vector3.new(14.4949999, 24.6549988, -21)
997
Part15.Color = Color3.new(1, 0, 0)
998
WedgePart16.Parent = Model0
999
WedgePart16.Rotation = Vector3.new(90, 21.039999, 180)
1000
WedgePart16.Anchored = true
1001
WedgePart16.CanCollide = false
1002
WedgePart16.Size = Vector3.new(0.100000001, 0.100000001, 0.278567731)
1003
WedgePart16.CFrame = CFrame.new(15.0133324, 22.8620491, -21.5599995, -0.933345497, -7.21807822e-08, 0.358979225, -0.358979225, 6.59041746e-08, -0.933345497, 4.37113847e-08, -0.99999994, -8.74227695e-08)
1004
WedgePart16.BottomSurface = Enum.SurfaceType.Smooth
1005
WedgePart16.Position = Vector3.new(15.0133324, 22.8620491, -21.5599995)
1006
WedgePart16.Color = Color3.new(0.105882, 0.164706, 0.207843)
1007
Part17.Parent = Model0
1008
Part17.Rotation = Vector3.new(-90, 0, -90)
1009
Part17.Anchored = true
1010
Part17.CanCollide = false
1011
Part17.Size = Vector3.new(0.180000052, 0.360000104, 0.230000004)
1012
Part17.CFrame = CFrame.new(14.4099998, 24.4449997, -21.4300003, 8.74227695e-08, 0.99999994, 4.37113918e-08, -4.37113883e-08, -4.37113847e-08, 1, 0.99999994, -8.74227695e-08, 4.37113812e-08)
1013
Part17.BottomSurface = Enum.SurfaceType.Smooth
1014
Part17.TopSurface = Enum.SurfaceType.Smooth
1015
Part17.Position = Vector3.new(14.4099998, 24.4449997, -21.4300003)
1016
Part17.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1017
SpecialMesh18.Parent = Part17
1018
SpecialMesh18.MeshType = Enum.MeshType.Wedge
1019
Part19.Parent = Model0
1020
Part19.Rotation = Vector3.new(-90, 0, 90)
1021
Part19.Anchored = true
1022
Part19.CanCollide = false
1023
Part19.Size = Vector3.new(0.240000054, 0.190000102, 0.780000031)
1024
Part19.CFrame = CFrame.new(13.9049997, 23.8699989, -21.4300003, 9.55342711e-15, -0.99999994, -2.18556934e-07, -4.37113883e-08, -2.1855692e-07, 1, -0.99999994, 0, -4.37113847e-08)
1025
Part19.BottomSurface = Enum.SurfaceType.Smooth
1026
Part19.TopSurface = Enum.SurfaceType.Smooth
1027
Part19.Position = Vector3.new(13.9049997, 23.8699989, -21.4300003)
1028
Part19.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1029
SpecialMesh20.Parent = Part19
1030
SpecialMesh20.MeshType = Enum.MeshType.Wedge
1031
Part21.Parent = Model0
1032
Part21.Anchored = true
1033
Part21.CanCollide = false
1034
Part21.Size = Vector3.new(0.780000091, 0.220000029, 0.0500000007)
1035
Part21.CFrame = CFrame.new(14.6199999, 24.4399986, -21.4899998, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1036
Part21.BottomSurface = Enum.SurfaceType.Smooth
1037
Part21.TopSurface = Enum.SurfaceType.Smooth
1038
Part21.Position = Vector3.new(14.6199999, 24.4399986, -21.4899998)
1039
Part21.Color = Color3.new(0.105882, 0.164706, 0.207843)
1040
BlockMesh22.Parent = Part21
1041
BlockMesh22.Scale = Vector3.new(1, 1, 0.799999237)
1042
BlockMesh22.Scale = Vector3.new(1, 1, 0.799999237)
1043
Part23.Parent = Model0
1044
Part23.Anchored = true
1045
Part23.CanCollide = false
1046
Part23.Size = Vector3.new(2.22000003, 0.100000039, 0.100000001)
1047
Part23.CFrame = CFrame.new(14, 22.6999989, -20.4400005, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1048
Part23.BottomSurface = Enum.SurfaceType.Smooth
1049
Part23.TopSurface = Enum.SurfaceType.Smooth
1050
Part23.Position = Vector3.new(14, 22.6999989, -20.4400005)
1051
Part23.Color = Color3.new(0.105882, 0.164706, 0.207843)
1052
Part24.Parent = Model0
1053
Part24.Anchored = true
1054
Part24.CanCollide = false
1055
Part24.Size = Vector3.new(2.02000022, 0.220000029, 0.179999933)
1056
Part24.CFrame = CFrame.new(14, 24.4399986, -20.5799999, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1057
Part24.BottomSurface = Enum.SurfaceType.Smooth
1058
Part24.TopSurface = Enum.SurfaceType.Smooth
1059
Part24.Position = Vector3.new(14, 24.4399986, -20.5799999)
1060
Part24.Color = Color3.new(0.105882, 0.164706, 0.207843)
1061
Part25.Parent = Model0
1062
Part25.Anchored = true
1063
Part25.CanCollide = false
1064
Part25.Size = Vector3.new(2.24000025, 0.0500000007, 0.120000005)
1065
Part25.CFrame = CFrame.new(14, 22.6999989, -20.4400005, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1066
Part25.BottomSurface = Enum.SurfaceType.Smooth
1067
Part25.TopSurface = Enum.SurfaceType.Smooth
1068
Part25.Position = Vector3.new(14, 22.6999989, -20.4400005)
1069
Part25.Color = Color3.new(1, 0, 0)
1070
BlockMesh26.Parent = Part25
1071
BlockMesh26.Scale = Vector3.new(1, 0.400000691, 1)
1072
BlockMesh26.Scale = Vector3.new(1, 0.400000691, 1)
1073
Part27.Parent = Model0
1074
Part27.Anchored = true
1075
Part27.CanCollide = false
1076
Part27.Size = Vector3.new(1.18000007, 0.440000057, 0.100000001)
1077
Part27.CFrame = CFrame.new(14, 24.5099983, -20.5300007, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1078
Part27.BottomSurface = Enum.SurfaceType.Smooth
1079
Part27.TopSurface = Enum.SurfaceType.Smooth
1080
Part27.Position = Vector3.new(14, 24.5099983, -20.5300007)
1081
Part27.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1082
Part28.Parent = Model0
1083
Part28.Rotation = Vector3.new(-90, 0, -90)
1084
Part28.Anchored = true
1085
Part28.CanCollide = false
1086
Part28.Size = Vector3.new(0.220000058, 0.300000101, 0.189999983)
1087
Part28.CFrame = CFrame.new(14.3800001, 24.4449997, -21.4300003, 8.74227695e-08, 0.99999994, 4.37113918e-08, -4.37113883e-08, -4.37113847e-08, 1, 0.99999994, -8.74227695e-08, 4.37113812e-08)
1088
Part28.BottomSurface = Enum.SurfaceType.Smooth
1089
Part28.TopSurface = Enum.SurfaceType.Smooth
1090
Part28.Position = Vector3.new(14.3800001, 24.4449997, -21.4300003)
1091
Part28.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1092
SpecialMesh29.Parent = Part28
1093
SpecialMesh29.MeshType = Enum.MeshType.Wedge
1094
Part30.Parent = Model0
1095
Part30.Rotation = Vector3.new(90, 0, 90)
1096
Part30.Anchored = true
1097
Part30.CanCollide = false
1098
Part30.Size = Vector3.new(0.240000054, 0.160000086, 0.330000013)
1099
Part30.CFrame = CFrame.new(13.9200001, 23.7549992, -21.4300003, -8.74227908e-08, -0.99999994, 2.18556934e-07, 4.3711367e-08, -2.1855692e-07, -1, 0.99999994, -8.74227695e-08, 4.37113812e-08)
1100
Part30.BottomSurface = Enum.SurfaceType.Smooth
1101
Part30.TopSurface = Enum.SurfaceType.Smooth
1102
Part30.Position = Vector3.new(13.9200001, 23.7549992, -21.4300003)
1103
Part30.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1104
SpecialMesh31.Parent = Part30
1105
SpecialMesh31.MeshType = Enum.MeshType.Wedge
1106
Part32.Parent = Model0
1107
Part32.Anchored = true
1108
Part32.CanCollide = false
1109
Part32.Size = Vector3.new(0.150000051, 0.170000046, 1.08000004)
1110
Part32.CFrame = CFrame.new(13.5050001, 24.664999, -21, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1111
Part32.BottomSurface = Enum.SurfaceType.Smooth
1112
Part32.TopSurface = Enum.SurfaceType.Smooth
1113
Part32.Position = Vector3.new(13.5050001, 24.664999, -21)
1114
Part32.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1115
Part33.Name = "asd"
1116
Part33.Parent = Model0
1117
Part33.Transparency = 1
1118
Part33.Anchored = true
1119
Part33.CanCollide = false
1120
Part33.Size = Vector3.new(2, 2, 1)
1121
Part33.CFrame = CFrame.new(14, 23.7099991, -21, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1122
Part33.BottomSurface = Enum.SurfaceType.Smooth
1123
Part33.TopSurface = Enum.SurfaceType.Smooth
1124
Part33.Position = Vector3.new(14, 23.7099991, -21)
1125
Part33.Color = Color3.new(1, 0.8, 0.6)
1126
Part34.Parent = Model0
1127
Part34.Rotation = Vector3.new(90, 0, 90)
1128
Part34.Anchored = true
1129
Part34.CanCollide = false
1130
Part34.Size = Vector3.new(0.180000052, 0.230000094, 0.230000004)
1131
Part34.CFrame = CFrame.new(14.1149998, 24.4449997, -21.4300003, 8.74227766e-08, -0.99999994, -1.31134158e-07, 4.37113883e-08, 1.31134158e-07, -1, 0.99999994, 8.74227695e-08, 4.37113954e-08)
1132
Part34.BottomSurface = Enum.SurfaceType.Smooth
1133
Part34.TopSurface = Enum.SurfaceType.Smooth
1134
Part34.Position = Vector3.new(14.1149998, 24.4449997, -21.4300003)
1135
Part34.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1136
SpecialMesh35.Parent = Part34
1137
SpecialMesh35.MeshType = Enum.MeshType.Wedge
1138
Part36.Parent = Model0
1139
Part36.Rotation = Vector3.new(-90, 0, 90)
1140
Part36.Anchored = true
1141
Part36.CanCollide = false
1142
Part36.Size = Vector3.new(0.26000008, 0.15000008, 0.160000011)
1143
Part36.CFrame = CFrame.new(13.9250002, 23.5099983, -21.4300003, 1.71961681e-14, -0.99999994, -3.93402502e-07, -4.37113883e-08, -3.93402445e-07, 1, -0.99999994, 0, -4.37113847e-08)
1144
Part36.BottomSurface = Enum.SurfaceType.Smooth
1145
Part36.TopSurface = Enum.SurfaceType.Smooth
1146
Part36.Position = Vector3.new(13.9250002, 23.5099983, -21.4300003)
1147
Part36.Color = Color3.new(1, 0, 0)
1148
SpecialMesh37.Parent = Part36
1149
SpecialMesh37.MeshType = Enum.MeshType.Wedge
1150
Part38.Parent = Model0
1151
Part38.Rotation = Vector3.new(-90, 0, 90)
1152
Part38.Anchored = true
1153
Part38.CanCollide = false
1154
Part38.Size = Vector3.new(0.280000061, 0.170000091, 0.76000005)
1155
Part38.CFrame = CFrame.new(13.915, 23.8799992, -21.4300003, 9.55342711e-15, -0.99999994, -2.18556934e-07, -4.37113883e-08, -2.1855692e-07, 1, -0.99999994, 0, -4.37113847e-08)
1156
Part38.BottomSurface = Enum.SurfaceType.Smooth
1157
Part38.TopSurface = Enum.SurfaceType.Smooth
1158
Part38.Position = Vector3.new(13.915, 23.8799992, -21.4300003)
1159
Part38.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1160
SpecialMesh39.Parent = Part38
1161
SpecialMesh39.MeshType = Enum.MeshType.Wedge
1162
Part40.Parent = Model0
1163
Part40.Rotation = Vector3.new(-90, 0, 90)
1164
Part40.Anchored = true
1165
Part40.CanCollide = false
1166
Part40.Size = Vector3.new(0.240000054, 0.160000086, 0.170000017)
1167
Part40.CFrame = CFrame.new(13.9200001, 23.5049992, -21.4300003, 1.71961681e-14, -0.99999994, -3.93402502e-07, -4.37113883e-08, -3.93402445e-07, 1, -0.99999994, 0, -4.37113847e-08)
1168
Part40.BottomSurface = Enum.SurfaceType.Smooth
1169
Part40.TopSurface = Enum.SurfaceType.Smooth
1170
Part40.Position = Vector3.new(13.9200001, 23.5049992, -21.4300003)
1171
Part40.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1172
SpecialMesh41.Parent = Part40
1173
SpecialMesh41.MeshType = Enum.MeshType.Wedge
1174
WedgePart42.Parent = Model0
1175
WedgePart42.Rotation = Vector3.new(0, 0, -21.039999)
1176
WedgePart42.Anchored = true
1177
WedgePart42.CanCollide = false
1178
WedgePart42.Size = Vector3.new(0.100000001, 0.278567731, 0.100000195)
1179
WedgePart42.CFrame = CFrame.new(12.9866676, 22.8620491, -21.5599995, 0.933345556, 0.358979166, -5.02127051e-08, -0.358979166, 0.933345556, 1.12978611e-07, 8.74227837e-08, -8.74227695e-08, 1)
1180
WedgePart42.BottomSurface = Enum.SurfaceType.Smooth
1181
WedgePart42.Position = Vector3.new(12.9866676, 22.8620491, -21.5599995)
1182
WedgePart42.Color = Color3.new(0.105882, 0.164706, 0.207843)
1183
Part43.Parent = Model0
1184
Part43.Rotation = Vector3.new(0, 0, 111.040001)
1185
Part43.Anchored = true
1186
Part43.CanCollide = false
1187
Part43.Size = Vector3.new(0.278567731, 0.100000001, 1.01999998)
1188
Part43.CFrame = CFrame.new(15.0133324, 22.8620491, -21, -0.358979106, -0.933345556, 0, 0.933345497, -0.358979136, 0, 0, -0, 0.99999994)
1189
Part43.BottomSurface = Enum.SurfaceType.Smooth
1190
Part43.TopSurface = Enum.SurfaceType.Smooth
1191
Part43.Position = Vector3.new(15.0133324, 22.8620491, -21)
1192
Part43.Color = Color3.new(0.105882, 0.164706, 0.207843)
1193
Part44.Parent = Model0
1194
Part44.Rotation = Vector3.new(90, 0, -90)
1195
Part44.Anchored = true
1196
Part44.CanCollide = false
1197
Part44.Size = Vector3.new(0.240000054, 0.160000086, 0.330000013)
1198
Part44.CFrame = CFrame.new(14.0799999, 23.7549992, -21.4300003, -1.33747976e-14, 0.99999994, 3.05979711e-07, 4.37113883e-08, 3.05979682e-07, -1, -0.99999994, 0, -4.37113847e-08)
1199
Part44.BottomSurface = Enum.SurfaceType.Smooth
1200
Part44.TopSurface = Enum.SurfaceType.Smooth
1201
Part44.Position = Vector3.new(14.0799999, 23.7549992, -21.4300003)
1202
Part44.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1203
SpecialMesh45.Parent = Part44
1204
SpecialMesh45.MeshType = Enum.MeshType.Wedge
1205
Part46.Parent = Model0
1206
Part46.Anchored = true
1207
Part46.CanCollide = false
1208
Part46.Size = Vector3.new(1.13999999, 0.120000005, 0.0500000007)
1209
Part46.CFrame = CFrame.new(14, 24.3699989, -20.4850006, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1210
Part46.BottomSurface = Enum.SurfaceType.Smooth
1211
Part46.TopSurface = Enum.SurfaceType.Smooth
1212
Part46.Position = Vector3.new(14, 24.3699989, -20.4850006)
1213
Part46.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1214
Part47.Parent = Model0
1215
Part47.Anchored = true
1216
Part47.CanCollide = false
1217
Part47.Size = Vector3.new(0.600000083, 0.390000045, 1.01999998)
1218
Part47.CFrame = CFrame.new(13.29, 24.5249996, -21, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1219
Part47.BottomSurface = Enum.SurfaceType.Smooth
1220
Part47.TopSurface = Enum.SurfaceType.Smooth
1221
Part47.Position = Vector3.new(13.29, 24.5249996, -21)
1222
Part47.Color = Color3.new(0.105882, 0.164706, 0.207843)
1223
WedgePart48.Parent = Model0
1224
WedgePart48.Rotation = Vector3.new(21.039999, -90, 0)
1225
WedgePart48.Anchored = true
1226
WedgePart48.CanCollide = false
1227
WedgePart48.Size = Vector3.new(0.100000001, 0.278567731, 0.100000001)
1228
WedgePart48.CFrame = CFrame.new(15.0600004, 22.8620491, -21.5133324, -8.74227837e-08, 8.74227695e-08, -1, -0.358979166, 0.933345556, 1.12978611e-07, 0.933345556, 0.358979166, -5.02127051e-08)
1229
WedgePart48.BottomSurface = Enum.SurfaceType.Smooth
1230
WedgePart48.Position = Vector3.new(15.0600004, 22.8620491, -21.5133324)
1231
WedgePart48.Color = Color3.new(0.105882, 0.164706, 0.207843)
1232
Part49.Parent = Model0
1233
Part49.Rotation = Vector3.new(-90, 0, 90)
1234
Part49.Anchored = true
1235
Part49.CanCollide = false
1236
Part49.Size = Vector3.new(0.220000058, 0.300000101, 0.189999983)
1237
Part49.CFrame = CFrame.new(13.6199999, 24.4449997, -21.4300003, 1.91068547e-15, -0.99999994, -4.37113883e-08, -4.37113883e-08, -4.37113847e-08, 1, -0.99999994, 0, -4.37113847e-08)
1238
Part49.BottomSurface = Enum.SurfaceType.Smooth
1239
Part49.TopSurface = Enum.SurfaceType.Smooth
1240
Part49.Position = Vector3.new(13.6199999, 24.4449997, -21.4300003)
1241
Part49.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1242
SpecialMesh50.Parent = Part49
1243
SpecialMesh50.MeshType = Enum.MeshType.Wedge
1244
Part51.Parent = Model0
1245
Part51.Rotation = Vector3.new(-90, 0, 90)
1246
Part51.Anchored = true
1247
Part51.CanCollide = false
1248
Part51.Size = Vector3.new(0.180000052, 0.360000104, 0.230000004)
1249
Part51.CFrame = CFrame.new(13.5900002, 24.4449997, -21.4300003, 1.91068547e-15, -0.99999994, -4.37113883e-08, -4.37113883e-08, -4.37113847e-08, 1, -0.99999994, 0, -4.37113847e-08)
1250
Part51.BottomSurface = Enum.SurfaceType.Smooth
1251
Part51.TopSurface = Enum.SurfaceType.Smooth
1252
Part51.Position = Vector3.new(13.5900002, 24.4449997, -21.4300003)
1253
Part51.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1254
SpecialMesh52.Parent = Part51
1255
SpecialMesh52.MeshType = Enum.MeshType.Wedge
1256
Part53.Parent = Model0
1257
Part53.Rotation = Vector3.new(-90, 0, -90)
1258
Part53.Anchored = true
1259
Part53.CanCollide = false
1260
Part53.Size = Vector3.new(0.26000008, 0.15000008, 0.160000011)
1261
Part53.CFrame = CFrame.new(14.0749998, 23.5099983, -21.4300003, 8.74227979e-08, 0.99999994, -3.05979711e-07, -4.37113599e-08, 3.05979682e-07, 1, 0.99999994, -8.74227695e-08, 4.37113812e-08)
1262
Part53.BottomSurface = Enum.SurfaceType.Smooth
1263
Part53.TopSurface = Enum.SurfaceType.Smooth
1264
Part53.Position = Vector3.new(14.0749998, 23.5099983, -21.4300003)
1265
Part53.Color = Color3.new(1, 0, 0)
1266
SpecialMesh54.Parent = Part53
1267
SpecialMesh54.MeshType = Enum.MeshType.Wedge
1268
Part55.Parent = Model0
1269
Part55.Anchored = true
1270
Part55.CanCollide = false
1271
Part55.Size = Vector3.new(0.78000015, 0.220000029, 0.0500000007)
1272
Part55.CFrame = CFrame.new(13.3800001, 24.4399986, -21.4899998, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1273
Part55.BottomSurface = Enum.SurfaceType.Smooth
1274
Part55.TopSurface = Enum.SurfaceType.Smooth
1275
Part55.Position = Vector3.new(13.3800001, 24.4399986, -21.4899998)
1276
Part55.Color = Color3.new(0.105882, 0.164706, 0.207843)
1277
BlockMesh56.Parent = Part55
1278
BlockMesh56.Scale = Vector3.new(1, 1, 0.799999237)
1279
BlockMesh56.Scale = Vector3.new(1, 1, 0.799999237)
1280
WedgePart57.Parent = Model0
1281
WedgePart57.Rotation = Vector3.new(-21.039999, 90, 0)
1282
WedgePart57.Anchored = true
1283
WedgePart57.CanCollide = false
1284
WedgePart57.Size = Vector3.new(0.100000001, 0.278567731, 0.100000001)
1285
WedgePart57.CFrame = CFrame.new(12.9399996, 22.8620491, -20.4866676, 8.74227837e-08, -8.74227695e-08, 1, -0.358979166, 0.933345556, 1.12978611e-07, -0.933345556, -0.358979166, 5.02127051e-08)
1286
WedgePart57.BottomSurface = Enum.SurfaceType.Smooth
1287
WedgePart57.Position = Vector3.new(12.9399996, 22.8620491, -20.4866676)
1288
WedgePart57.Color = Color3.new(0.105882, 0.164706, 0.207843)
1289
Part58.Parent = Model0
1290
Part58.Anchored = true
1291
Part58.CanCollide = false
1292
Part58.Size = Vector3.new(0.150000051, 0.440000027, 0.0500000007)
1293
Part58.CFrame = CFrame.new(14.4949999, 24.5299988, -20.4850006, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1294
Part58.BottomSurface = Enum.SurfaceType.Smooth
1295
Part58.TopSurface = Enum.SurfaceType.Smooth
1296
Part58.Position = Vector3.new(14.4949999, 24.5299988, -20.4850006)
1297
Part58.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1298
WedgePart59.Parent = Model0
1299
WedgePart59.Rotation = Vector3.new(68.9599991, 0, -90)
1300
WedgePart59.Anchored = true
1301
WedgePart59.CanCollide = false
1302
WedgePart59.Size = Vector3.new(0.100000001, 0.100000001, 0.278567731)
1303
WedgePart59.CFrame = CFrame.new(15.0600004, 22.8620491, -20.4866676, -4.37113847e-08, 0.99999994, 8.74227695e-08, -0.358979225, 6.59041746e-08, -0.933345497, -0.933345497, -7.21807822e-08, 0.358979225)
1304
WedgePart59.BottomSurface = Enum.SurfaceType.Smooth
1305
WedgePart59.Position = Vector3.new(15.0600004, 22.8620491, -20.4866676)
1306
WedgePart59.Color = Color3.new(0.105882, 0.164706, 0.207843)
1307
Part60.Parent = Model0
1308
Part60.Rotation = Vector3.new(90, 0, -90)
1309
Part60.Anchored = true
1310
Part60.CanCollide = false
1311
Part60.Size = Vector3.new(0.26000008, 0.180000097, 0.209999993)
1312
Part60.CFrame = CFrame.new(14.0900002, 24.3649979, -21.4300003, -5.73205661e-15, 0.99999994, 1.31134158e-07, 4.37113883e-08, 1.31134158e-07, -1, -0.99999994, 0, -4.37113847e-08)
1313
Part60.BottomSurface = Enum.SurfaceType.Smooth
1314
Part60.TopSurface = Enum.SurfaceType.Smooth
1315
Part60.Position = Vector3.new(14.0900002, 24.3649979, -21.4300003)
1316
Part60.Color = Color3.new(1, 0, 0)
1317
SpecialMesh61.Parent = Part60
1318
SpecialMesh61.MeshType = Enum.MeshType.Wedge
1319
Part62.Parent = Model0
1320
Part62.Anchored = true
1321
Part62.CanCollide = false
1322
Part62.Size = Vector3.new(0.190000057, 0.170000046, 1.04000008)
1323
Part62.CFrame = CFrame.new(14.4949999, 24.6449986, -21, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1324
Part62.BottomSurface = Enum.SurfaceType.Smooth
1325
Part62.TopSurface = Enum.SurfaceType.Smooth
1326
Part62.Position = Vector3.new(14.4949999, 24.6449986, -21)
1327
Part62.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1328
Part63.Parent = Model0
1329
Part63.Anchored = true
1330
Part63.CanCollide = false
1331
Part63.Size = Vector3.new(2.22000003, 0.100000039, 0.100000001)
1332
Part63.CFrame = CFrame.new(14, 22.6999989, -21.5599995, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1333
Part63.BottomSurface = Enum.SurfaceType.Smooth
1334
Part63.TopSurface = Enum.SurfaceType.Smooth
1335
Part63.Position = Vector3.new(14, 22.6999989, -21.5599995)
1336
Part63.Color = Color3.new(0.105882, 0.164706, 0.207843)
1337
Part64.Parent = Model0
1338
Part64.Rotation = Vector3.new(-90, 0, -90)
1339
Part64.Anchored = true
1340
Part64.CanCollide = false
1341
Part64.Size = Vector3.new(0.280000061, 0.170000091, 0.76000005)
1342
Part64.CFrame = CFrame.new(14.085, 23.8799992, -21.4300003, 8.74227837e-08, 0.99999994, -1.31134158e-07, -4.37113741e-08, 1.31134158e-07, 1, 0.99999994, -8.74227695e-08, 4.37113812e-08)
1343
Part64.BottomSurface = Enum.SurfaceType.Smooth
1344
Part64.TopSurface = Enum.SurfaceType.Smooth
1345
Part64.Position = Vector3.new(14.085, 23.8799992, -21.4300003)
1346
Part64.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1347
SpecialMesh65.Parent = Part64
1348
SpecialMesh65.MeshType = Enum.MeshType.Wedge
1349
Part66.Parent = Model0
1350
Part66.Rotation = Vector3.new(90, 0, 90)
1351
Part66.Anchored = true
1352
Part66.CanCollide = false
1353
Part66.Size = Vector3.new(0.26000008, 0.180000097, 0.209999993)
1354
Part66.CFrame = CFrame.new(13.9099998, 24.3649979, -21.4300003, -8.74227766e-08, -0.99999994, 4.37113847e-08, 4.37113812e-08, -4.37113847e-08, -1, 0.99999994, -8.74227695e-08, 4.37113812e-08)
1355
Part66.BottomSurface = Enum.SurfaceType.Smooth
1356
Part66.TopSurface = Enum.SurfaceType.Smooth
1357
Part66.Position = Vector3.new(13.9099998, 24.3649979, -21.4300003)
1358
Part66.Color = Color3.new(1, 0, 0)
1359
SpecialMesh67.Parent = Part66
1360
SpecialMesh67.MeshType = Enum.MeshType.Wedge
1361
Part68.Parent = Model0
1362
Part68.Rotation = Vector3.new(90, 0, -90)
1363
Part68.Anchored = true
1364
Part68.CanCollide = false
1365
Part68.Size = Vector3.new(0.26000008, 0.15000008, 0.320000023)
1366
Part68.CFrame = CFrame.new(14.0749998, 23.75, -21.4300003, -1.33747976e-14, 0.99999994, 3.05979711e-07, 4.37113883e-08, 3.05979682e-07, -1, -0.99999994, 0, -4.37113847e-08)
1367
Part68.BottomSurface = Enum.SurfaceType.Smooth
1368
Part68.TopSurface = Enum.SurfaceType.Smooth
1369
Part68.Position = Vector3.new(14.0749998, 23.75, -21.4300003)
1370
Part68.Color = Color3.new(1, 0, 0)
1371
SpecialMesh69.Parent = Part68
1372
SpecialMesh69.MeshType = Enum.MeshType.Wedge
1373
Part70.Parent = Model0
1374
Part70.Rotation = Vector3.new(-90, 0, 90)
1375
Part70.Anchored = true
1376
Part70.CanCollide = false
1377
Part70.Size = Vector3.new(0.26000008, 0.180000097, 0.770000041)
1378
Part70.CFrame = CFrame.new(13.9099998, 23.8749981, -21.4300003, 9.55342711e-15, -0.99999994, -2.18556934e-07, -4.37113883e-08, -2.1855692e-07, 1, -0.99999994, 0, -4.37113847e-08)
1379
Part70.BottomSurface = Enum.SurfaceType.Smooth
1380
Part70.TopSurface = Enum.SurfaceType.Smooth
1381
Part70.Position = Vector3.new(13.9099998, 23.8749981, -21.4300003)
1382
Part70.Color = Color3.new(1, 0, 0)
1383
SpecialMesh71.Parent = Part70
1384
SpecialMesh71.MeshType = Enum.MeshType.Wedge
1385
Part72.Parent = Model0
1386
Part72.Rotation = Vector3.new(-180, 0, -68.9599991)
1387
Part72.Anchored = true
1388
Part72.CanCollide = false
1389
Part72.Size = Vector3.new(0.278567731, 0.100000001, 1.01999998)
1390
Part72.CFrame = CFrame.new(12.9866676, 22.8620491, -21, 0.358979106, 0.933345556, 0, 0.933345497, -0.358979136, 0, 0, 0, -0.99999994)
1391
Part72.BottomSurface = Enum.SurfaceType.Smooth
1392
Part72.TopSurface = Enum.SurfaceType.Smooth
1393
Part72.Position = Vector3.new(12.9866676, 22.8620491, -21)
1394
Part72.Color = Color3.new(0.105882, 0.164706, 0.207843)
1395
Part73.Parent = Model0
1396
Part73.Rotation = Vector3.new(111.040001, 90, 0)
1397
Part73.Anchored = true
1398
Part73.CanCollide = false
1399
Part73.Size = Vector3.new(0.278567731, 0.100000001, 2.02000022)
1400
Part73.CFrame = CFrame.new(14, 22.8620491, -21.5133324, 0, 0, 1, 0.933345556, -0.358979136, 0, 0.358979136, 0.933345556, 0)
1401
Part73.BottomSurface = Enum.SurfaceType.Smooth
1402
Part73.TopSurface = Enum.SurfaceType.Smooth
1403
Part73.Position = Vector3.new(14, 22.8620491, -21.5133324)
1404
Part73.Color = Color3.new(0.105882, 0.164706, 0.207843)
1405
WedgePart74.Parent = Model0
1406
WedgePart74.Rotation = Vector3.new(90, -21.039999, 0)
1407
WedgePart74.Anchored = true
1408
WedgePart74.CanCollide = false
1409
WedgePart74.Size = Vector3.new(0.100000001, 0.100000001, 0.278567731)
1410
WedgePart74.CFrame = CFrame.new(12.9866676, 22.8620491, -20.4400005, 0.933345497, 7.21807822e-08, -0.358979225, -0.358979225, 6.59041746e-08, -0.933345497, -4.37113847e-08, 0.99999994, 8.74227695e-08)
1411
WedgePart74.BottomSurface = Enum.SurfaceType.Smooth
1412
WedgePart74.Position = Vector3.new(12.9866676, 22.8620491, -20.4400005)
1413
WedgePart74.Color = Color3.new(0.105882, 0.164706, 0.207843)
1414
Part75.Parent = Model0
1415
Part75.Rotation = Vector3.new(90, 0, -90)
1416
Part75.Anchored = true
1417
Part75.CanCollide = false
1418
Part75.Size = Vector3.new(0.280000061, 0.170000091, 0.199999988)
1419
Part75.CFrame = CFrame.new(14.085, 24.3599987, -21.4300003, -5.73205661e-15, 0.99999994, 1.31134158e-07, 4.37113883e-08, 1.31134158e-07, -1, -0.99999994, 0, -4.37113847e-08)
1420
Part75.BottomSurface = Enum.SurfaceType.Smooth
1421
Part75.TopSurface = Enum.SurfaceType.Smooth
1422
Part75.Position = Vector3.new(14.085, 24.3599987, -21.4300003)
1423
Part75.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1424
SpecialMesh76.Parent = Part75
1425
SpecialMesh76.MeshType = Enum.MeshType.Wedge
1426
Part77.Parent = Model0
1427
Part77.Rotation = Vector3.new(90, 0, -90)
1428
Part77.Anchored = true
1429
Part77.CanCollide = false
1430
Part77.Size = Vector3.new(0.240000054, 0.190000102, 0.230000004)
1431
Part77.CFrame = CFrame.new(14.0950003, 24.3749981, -21.4300003, -5.73205661e-15, 0.99999994, 1.31134158e-07, 4.37113883e-08, 1.31134158e-07, -1, -0.99999994, 0, -4.37113847e-08)
1432
Part77.BottomSurface = Enum.SurfaceType.Smooth
1433
Part77.TopSurface = Enum.SurfaceType.Smooth
1434
Part77.Position = Vector3.new(14.0950003, 24.3749981, -21.4300003)
1435
Part77.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1436
SpecialMesh78.Parent = Part77
1437
SpecialMesh78.MeshType = Enum.MeshType.Wedge
1438
Part79.Parent = Model0
1439
Part79.Anchored = true
1440
Part79.CanCollide = false
1441
Part79.Size = Vector3.new(0.0900001526, 0.100000039, 1.22000003)
1442
Part79.CFrame = CFrame.new(12.9350004, 22.6999989, -21, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1443
Part79.BottomSurface = Enum.SurfaceType.Smooth
1444
Part79.TopSurface = Enum.SurfaceType.Smooth
1445
Part79.Position = Vector3.new(12.9350004, 22.6999989, -21)
1446
Part79.Color = Color3.new(0.105882, 0.164706, 0.207843)
1447
Part80.Parent = Model0
1448
Part80.Anchored = true
1449
Part80.CanCollide = false
1450
Part80.Size = Vector3.new(0.170000061, 0.170000046, 1.06000006)
1451
Part80.CFrame = CFrame.new(13.5050001, 24.6549988, -21, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1452
Part80.BottomSurface = Enum.SurfaceType.Smooth
1453
Part80.TopSurface = Enum.SurfaceType.Smooth
1454
Part80.Position = Vector3.new(13.5050001, 24.6549988, -21)
1455
Part80.Color = Color3.new(1, 0, 0)
1456
Part81.Parent = Model0
1457
Part81.Rotation = Vector3.new(-90, 0, -90)
1458
Part81.Anchored = true
1459
Part81.CanCollide = false
1460
Part81.Size = Vector3.new(0.240000054, 0.160000086, 0.170000017)
1461
Part81.CFrame = CFrame.new(14.0799999, 23.5049992, -21.4300003, 8.74227979e-08, 0.99999994, -3.05979711e-07, -4.37113599e-08, 3.05979682e-07, 1, 0.99999994, -8.74227695e-08, 4.37113812e-08)
1462
Part81.BottomSurface = Enum.SurfaceType.Smooth
1463
Part81.TopSurface = Enum.SurfaceType.Smooth
1464
Part81.Position = Vector3.new(14.0799999, 23.5049992, -21.4300003)
1465
Part81.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1466
SpecialMesh82.Parent = Part81
1467
SpecialMesh82.MeshType = Enum.MeshType.Wedge
1468
Part83.Parent = Model0
1469
Part83.Anchored = true
1470
Part83.CanCollide = false
1471
Part83.Size = Vector3.new(0.120000005, 0.0500000007, 1.24000001)
1472
Part83.CFrame = CFrame.new(15.0600004, 22.6999989, -21, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1473
Part83.BottomSurface = Enum.SurfaceType.Smooth
1474
Part83.TopSurface = Enum.SurfaceType.Smooth
1475
Part83.Position = Vector3.new(15.0600004, 22.6999989, -21)
1476
Part83.Color = Color3.new(1, 0, 0)
1477
BlockMesh84.Parent = Part83
1478
BlockMesh84.Scale = Vector3.new(1, 0.400000691, 1)
1479
BlockMesh84.Scale = Vector3.new(1, 0.400000691, 1)
1480
Part85.Parent = Model0
1481
Part85.Anchored = true
1482
Part85.CanCollide = false
1483
Part85.Size = Vector3.new(1.16000009, 0.140000015, 0.0500000007)
1484
Part85.CFrame = CFrame.new(14, 24.3699989, -20.4850006, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1485
Part85.BottomSurface = Enum.SurfaceType.Smooth
1486
Part85.TopSurface = Enum.SurfaceType.Smooth
1487
Part85.Position = Vector3.new(14, 24.3699989, -20.4850006)
1488
Part85.Color = Color3.new(1, 0, 0)
1489
BlockMesh86.Parent = Part85
1490
BlockMesh86.Scale = Vector3.new(1, 1, 0.600000381)
1491
BlockMesh86.Scale = Vector3.new(1, 1, 0.600000381)
1492
Part87.Parent = Model0
1493
Part87.Anchored = true
1494
Part87.CanCollide = false
1495
Part87.Size = Vector3.new(0.170000061, 0.440000027, 0.0500000007)
1496
Part87.CFrame = CFrame.new(13.5050001, 24.5199986, -20.4850006, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1497
Part87.BottomSurface = Enum.SurfaceType.Smooth
1498
Part87.TopSurface = Enum.SurfaceType.Smooth
1499
Part87.Position = Vector3.new(13.5050001, 24.5199986, -20.4850006)
1500
Part87.Color = Color3.new(1, 0, 0)
1501
BlockMesh88.Parent = Part87
1502
BlockMesh88.Scale = Vector3.new(1, 1, 0.600000381)
1503
BlockMesh88.Scale = Vector3.new(1, 1, 0.600000381)
1504
Part89.Parent = Model0
1505
Part89.Anchored = true
1506
Part89.CanCollide = false
1507
Part89.Size = Vector3.new(0.239999965, 0.0500000007, 1)
1508
Part89.CFrame = CFrame.new(14, 22.704998, -21, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1509
Part89.BottomSurface = Enum.SurfaceType.Smooth
1510
Part89.TopSurface = Enum.SurfaceType.Smooth
1511
Part89.Position = Vector3.new(14, 22.704998, -21)
1512
Part89.Color = Color3.new(0.972549, 0.972549, 0.972549)
1513
BlockMesh90.Parent = Part89
1514
BlockMesh90.Scale = Vector3.new(1, 0.200000763, 1)
1515
BlockMesh90.Scale = Vector3.new(1, 0.200000763, 1)
1516
Part91.Parent = Model0
1517
Part91.Anchored = true
1518
Part91.CanCollide = false
1519
Part91.Size = Vector3.new(2.02000022, 0.100000039, 1.01999998)
1520
Part91.CFrame = CFrame.new(14, 23.0599995, -21, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1521
Part91.BottomSurface = Enum.SurfaceType.Smooth
1522
Part91.TopSurface = Enum.SurfaceType.Smooth
1523
Part91.Position = Vector3.new(14, 23.0599995, -21)
1524
Part91.Color = Color3.new(0.105882, 0.164706, 0.207843)
1525
Part92.Parent = Model0
1526
Part92.Rotation = Vector3.new(-90, 0, -90)
1527
Part92.Anchored = true
1528
Part92.CanCollide = false
1529
Part92.Size = Vector3.new(0.200000048, 0.330000103, 0.209999993)
1530
Part92.CFrame = CFrame.new(14.3949995, 24.4449997, -21.4300003, 8.74227695e-08, 0.99999994, 4.37113918e-08, -4.37113883e-08, -4.37113847e-08, 1, 0.99999994, -8.74227695e-08, 4.37113812e-08)
1531
Part92.BottomSurface = Enum.SurfaceType.Smooth
1532
Part92.TopSurface = Enum.SurfaceType.Smooth
1533
Part92.Position = Vector3.new(14.3949995, 24.4449997, -21.4300003)
1534
Part92.Color = Color3.new(1, 0, 0)
1535
SpecialMesh93.Parent = Part92
1536
SpecialMesh93.MeshType = Enum.MeshType.Wedge
1537
Part94.Parent = Model0
1538
Part94.Rotation = Vector3.new(90, 0, 90)
1539
Part94.Anchored = true
1540
Part94.CanCollide = false
1541
Part94.Size = Vector3.new(0.26000008, 0.15000008, 0.320000023)
1542
Part94.CFrame = CFrame.new(13.9250002, 23.75, -21.4300003, -8.74227908e-08, -0.99999994, 2.18556934e-07, 4.3711367e-08, -2.1855692e-07, -1, 0.99999994, -8.74227695e-08, 4.37113812e-08)
1543
Part94.BottomSurface = Enum.SurfaceType.Smooth
1544
Part94.TopSurface = Enum.SurfaceType.Smooth
1545
Part94.Position = Vector3.new(13.9250002, 23.75, -21.4300003)
1546
Part94.Color = Color3.new(1, 0, 0)
1547
SpecialMesh95.Parent = Part94
1548
SpecialMesh95.MeshType = Enum.MeshType.Wedge
1549
WedgePart96.Parent = Model0
1550
WedgePart96.Rotation = Vector3.new(-180, 0, 158.959991)
1551
WedgePart96.Anchored = true
1552
WedgePart96.CanCollide = false
1553
WedgePart96.Size = Vector3.new(0.100000001, 0.278567731, 0.100000195)
1554
WedgePart96.CFrame = CFrame.new(15.0133324, 22.8620491, -20.4400005, -0.933345556, -0.358979166, 5.02127051e-08, -0.358979166, 0.933345556, 1.12978611e-07, -8.74227837e-08, 8.74227695e-08, -1)
1555
WedgePart96.BottomSurface = Enum.SurfaceType.Smooth
1556
WedgePart96.Position = Vector3.new(15.0133324, 22.8620491, -20.4400005)
1557
WedgePart96.Color = Color3.new(0.105882, 0.164706, 0.207843)
1558
Part97.Parent = Model0
1559
Part97.Anchored = true
1560
Part97.CanCollide = false
1561
Part97.Size = Vector3.new(0.100000001, 0.100000039, 1.22000003)
1562
Part97.CFrame = CFrame.new(15.0600004, 22.6999989, -21, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1563
Part97.BottomSurface = Enum.SurfaceType.Smooth
1564
Part97.TopSurface = Enum.SurfaceType.Smooth
1565
Part97.Position = Vector3.new(15.0600004, 22.6999989, -21)
1566
Part97.Color = Color3.new(0.105882, 0.164706, 0.207843)
1567
Part98.Parent = Model0
1568
Part98.Anchored = true
1569
Part98.CanCollide = false
1570
Part98.Size = Vector3.new(0.170000061, 0.440000027, 0.0500000007)
1571
Part98.CFrame = CFrame.new(14.4949999, 24.5199986, -20.4850006, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1572
Part98.BottomSurface = Enum.SurfaceType.Smooth
1573
Part98.TopSurface = Enum.SurfaceType.Smooth
1574
Part98.Position = Vector3.new(14.4949999, 24.5199986, -20.4850006)
1575
Part98.Color = Color3.new(1, 0, 0)
1576
BlockMesh99.Parent = Part98
1577
BlockMesh99.Scale = Vector3.new(1, 1, 0.600000381)
1578
BlockMesh99.Scale = Vector3.new(1, 1, 0.600000381)
1579
Part100.Parent = Model0
1580
Part100.Rotation = Vector3.new(-90, 0, 90)
1581
Part100.Anchored = true
1582
Part100.CanCollide = false
1583
Part100.Size = Vector3.new(0.200000048, 0.330000103, 0.209999993)
1584
Part100.CFrame = CFrame.new(13.6049995, 24.4449997, -21.4300003, 1.91068547e-15, -0.99999994, -4.37113883e-08, -4.37113883e-08, -4.37113847e-08, 1, -0.99999994, 0, -4.37113847e-08)
1585
Part100.BottomSurface = Enum.SurfaceType.Smooth
1586
Part100.TopSurface = Enum.SurfaceType.Smooth
1587
Part100.Position = Vector3.new(13.6049995, 24.4449997, -21.4300003)
1588
Part100.Color = Color3.new(1, 0, 0)
1589
SpecialMesh101.Parent = Part100
1590
SpecialMesh101.MeshType = Enum.MeshType.Wedge
1591
Part102.Parent = Model0
1592
Part102.Rotation = Vector3.new(90, 0, -90)
1593
Part102.Anchored = true
1594
Part102.CanCollide = false
1595
Part102.Size = Vector3.new(0.220000058, 0.190000102, 0.189999998)
1596
Part102.CFrame = CFrame.new(13.8649998, 24.4449997, -21.4300003, -5.73205661e-15, 0.99999994, 1.31134158e-07, 4.37113883e-08, 1.31134158e-07, -1, -0.99999994, 0, -4.37113847e-08)
1597
Part102.BottomSurface = Enum.SurfaceType.Smooth
1598
Part102.TopSurface = Enum.SurfaceType.Smooth
1599
Part102.Position = Vector3.new(13.8649998, 24.4449997, -21.4300003)
1600
Part102.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1601
SpecialMesh103.Parent = Part102
1602
SpecialMesh103.MeshType = Enum.MeshType.Wedge
1603
Part104.Parent = Model0
1604
Part104.Anchored = true
1605
Part104.CanCollide = false
1606
Part104.Size = Vector3.new(0.150000051, 0.440000027, 0.0500000007)
1607
Part104.CFrame = CFrame.new(13.5050001, 24.5299988, -20.4850006, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1608
Part104.BottomSurface = Enum.SurfaceType.Smooth
1609
Part104.TopSurface = Enum.SurfaceType.Smooth
1610
Part104.Position = Vector3.new(13.5050001, 24.5299988, -20.4850006)
1611
Part104.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1612
Part105.Parent = Model0
1613
Part105.Rotation = Vector3.new(-90, 0, -90)
1614
Part105.Anchored = true
1615
Part105.CanCollide = false
1616
Part105.Size = Vector3.new(0.240000054, 0.190000102, 0.780000031)
1617
Part105.CFrame = CFrame.new(14.0950003, 23.8699989, -21.4300003, 8.74227837e-08, 0.99999994, -1.31134158e-07, -4.37113741e-08, 1.31134158e-07, 1, 0.99999994, -8.74227695e-08, 4.37113812e-08)
1618
Part105.BottomSurface = Enum.SurfaceType.Smooth
1619
Part105.TopSurface = Enum.SurfaceType.Smooth
1620
Part105.Position = Vector3.new(14.0950003, 23.8699989, -21.4300003)
1621
Part105.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1622
SpecialMesh106.Parent = Part105
1623
SpecialMesh106.MeshType = Enum.MeshType.Wedge
1624
Part107.Parent = Model0
1625
Part107.Rotation = Vector3.new(90, 0, -90)
1626
Part107.Anchored = true
1627
Part107.CanCollide = false
1628
Part107.Size = Vector3.new(0.200000048, 0.210000113, 0.209999993)
1629
Part107.CFrame = CFrame.new(13.875, 24.4449997, -21.4300003, -5.73205661e-15, 0.99999994, 1.31134158e-07, 4.37113883e-08, 1.31134158e-07, -1, -0.99999994, 0, -4.37113847e-08)
1630
Part107.BottomSurface = Enum.SurfaceType.Smooth
1631
Part107.TopSurface = Enum.SurfaceType.Smooth
1632
Part107.Position = Vector3.new(13.875, 24.4449997, -21.4300003)
1633
Part107.Color = Color3.new(1, 0, 0)
1634
SpecialMesh108.Parent = Part107
1635
SpecialMesh108.MeshType = Enum.MeshType.Wedge
1636
Part109.Parent = Model0
1637
Part109.Rotation = Vector3.new(-90, 0, 90)
1638
Part109.Anchored = true
1639
Part109.CanCollide = false
1640
Part109.Size = Vector3.new(0.280000061, 0.14000009, 0.150000021)
1641
Part109.CFrame = CFrame.new(13.9300003, 23.5149994, -21.4300003, 1.71961681e-14, -0.99999994, -3.93402502e-07, -4.37113883e-08, -3.93402445e-07, 1, -0.99999994, 0, -4.37113847e-08)
1642
Part109.BottomSurface = Enum.SurfaceType.Smooth
1643
Part109.TopSurface = Enum.SurfaceType.Smooth
1644
Part109.Position = Vector3.new(13.9300003, 23.5149994, -21.4300003)
1645
Part109.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1646
SpecialMesh110.Parent = Part109
1647
SpecialMesh110.MeshType = Enum.MeshType.Wedge
1648
Part111.Parent = Model0
1649
Part111.Rotation = Vector3.new(90, 0, -90)
1650
Part111.Anchored = true
1651
Part111.CanCollide = false
1652
Part111.Size = Vector3.new(0.280000061, 0.14000009, 0.310000032)
1653
Part111.CFrame = CFrame.new(14.0699997, 23.7449989, -21.4300003, -1.33747976e-14, 0.99999994, 3.05979711e-07, 4.37113883e-08, 3.05979682e-07, -1, -0.99999994, 0, -4.37113847e-08)
1654
Part111.BottomSurface = Enum.SurfaceType.Smooth
1655
Part111.TopSurface = Enum.SurfaceType.Smooth
1656
Part111.Position = Vector3.new(14.0699997, 23.7449989, -21.4300003)
1657
Part111.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1658
SpecialMesh112.Parent = Part111
1659
SpecialMesh112.MeshType = Enum.MeshType.Wedge
1660
Part113.Parent = Model0
1661
Part113.Rotation = Vector3.new(90, 0, 90)
1662
Part113.Anchored = true
1663
Part113.CanCollide = false
1664
Part113.Size = Vector3.new(0.280000061, 0.14000009, 0.310000032)
1665
Part113.CFrame = CFrame.new(13.9300003, 23.7449989, -21.4300003, -8.74227908e-08, -0.99999994, 2.18556934e-07, 4.3711367e-08, -2.1855692e-07, -1, 0.99999994, -8.74227695e-08, 4.37113812e-08)
1666
Part113.BottomSurface = Enum.SurfaceType.Smooth
1667
Part113.TopSurface = Enum.SurfaceType.Smooth
1668
Part113.Position = Vector3.new(13.9300003, 23.7449989, -21.4300003)
1669
Part113.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1670
SpecialMesh114.Parent = Part113
1671
SpecialMesh114.MeshType = Enum.MeshType.Wedge
1672
Part115.Parent = Model0
1673
Part115.Rotation = Vector3.new(-90, 0, -90)
1674
Part115.Anchored = true
1675
Part115.CanCollide = false
1676
Part115.Size = Vector3.new(0.280000061, 0.14000009, 0.150000021)
1677
Part115.CFrame = CFrame.new(14.0699997, 23.5149994, -21.4300003, 8.74227979e-08, 0.99999994, -3.05979711e-07, -4.37113599e-08, 3.05979682e-07, 1, 0.99999994, -8.74227695e-08, 4.37113812e-08)
1678
Part115.BottomSurface = Enum.SurfaceType.Smooth
1679
Part115.TopSurface = Enum.SurfaceType.Smooth
1680
Part115.Position = Vector3.new(14.0699997, 23.5149994, -21.4300003)
1681
Part115.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1682
SpecialMesh116.Parent = Part115
1683
SpecialMesh116.MeshType = Enum.MeshType.Wedge
1684
WedgePart117.Parent = Model0
1685
WedgePart117.Rotation = Vector3.new(111.040001, 0, 90)
1686
WedgePart117.Anchored = true
1687
WedgePart117.CanCollide = false
1688
WedgePart117.Size = Vector3.new(0.100000001, 0.100000001, 0.278567731)
1689
WedgePart117.CFrame = CFrame.new(12.9399996, 22.8620491, -21.5133324, 4.37113847e-08, -0.99999994, -8.74227695e-08, -0.358979225, 6.59041746e-08, -0.933345497, 0.933345497, 7.21807822e-08, -0.358979225)
1690
WedgePart117.BottomSurface = Enum.SurfaceType.Smooth
1691
WedgePart117.Position = Vector3.new(12.9399996, 22.8620491, -21.5133324)
1692
WedgePart117.Color = Color3.new(0.105882, 0.164706, 0.207843)
1693
Part118.Parent = Model0
1694
Part118.Anchored = true
1695
Part118.CanCollide = false
1696
Part118.Size = Vector3.new(0.600000083, 0.390000045, 1.01999998)
1697
Part118.CFrame = CFrame.new(14.71, 24.5249996, -21, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1698
Part118.BottomSurface = Enum.SurfaceType.Smooth
1699
Part118.TopSurface = Enum.SurfaceType.Smooth
1700
Part118.Position = Vector3.new(14.71, 24.5249996, -21)
1701
Part118.Color = Color3.new(0.105882, 0.164706, 0.207843)
1702
Part119.Parent = Model0
1703
Part119.Rotation = Vector3.new(90, 0, 90)
1704
Part119.Anchored = true
1705
Part119.CanCollide = false
1706
Part119.Size = Vector3.new(0.280000061, 0.170000091, 0.199999988)
1707
Part119.CFrame = CFrame.new(13.915, 24.3599987, -21.4300003, -8.74227766e-08, -0.99999994, 4.37113847e-08, 4.37113812e-08, -4.37113847e-08, -1, 0.99999994, -8.74227695e-08, 4.37113812e-08)
1708
Part119.BottomSurface = Enum.SurfaceType.Smooth
1709
Part119.TopSurface = Enum.SurfaceType.Smooth
1710
Part119.Position = Vector3.new(13.915, 24.3599987, -21.4300003)
1711
Part119.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1712
SpecialMesh120.Parent = Part119
1713
SpecialMesh120.MeshType = Enum.MeshType.Wedge
1714
Part121.Parent = Model0
1715
Part121.Anchored = true
1716
Part121.CanCollide = false
1717
Part121.Size = Vector3.new(0.190000057, 0.170000046, 1.04000008)
1718
Part121.CFrame = CFrame.new(13.5050001, 24.6449986, -21, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1719
Part121.BottomSurface = Enum.SurfaceType.Smooth
1720
Part121.TopSurface = Enum.SurfaceType.Smooth
1721
Part121.Position = Vector3.new(13.5050001, 24.6449986, -21)
1722
Part121.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1723
Part122.Parent = Model0
1724
Part122.Rotation = Vector3.new(90, 0, -90)
1725
Part122.Anchored = true
1726
Part122.CanCollide = false
1727
Part122.Size = Vector3.new(0.180000052, 0.230000094, 0.230000004)
1728
Part122.CFrame = CFrame.new(13.8850002, 24.4449997, -21.4300003, -5.73205661e-15, 0.99999994, 1.31134158e-07, 4.37113883e-08, 1.31134158e-07, -1, -0.99999994, 0, -4.37113847e-08)
1729
Part122.BottomSurface = Enum.SurfaceType.Smooth
1730
Part122.TopSurface = Enum.SurfaceType.Smooth
1731
Part122.Position = Vector3.new(13.8850002, 24.4449997, -21.4300003)
1732
Part122.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1733
SpecialMesh123.Parent = Part122
1734
SpecialMesh123.MeshType = Enum.MeshType.Wedge
1735
Part124.Parent = Model0
1736
Part124.Anchored = true
1737
Part124.CanCollide = false
1738
Part124.Size = Vector3.new(2.02000022, 0.870000005, 1.01999998)
1739
Part124.CFrame = CFrame.new(14, 23.8949986, -21, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1740
Part124.BottomSurface = Enum.SurfaceType.Smooth
1741
Part124.TopSurface = Enum.SurfaceType.Smooth
1742
Part124.Position = Vector3.new(14, 23.8949986, -21)
1743
Part124.Color = Color3.new(0.105882, 0.164706, 0.207843)
1744
weld(Model0)
1745
newWeld(torso,Model0.asd,0,0,0)
1746
1747
Model0 = Instance.new("Model")
1748
Part1 = Instance.new("Part")
1749
Part2 = Instance.new("Part")
1750
Part3 = Instance.new("Part")
1751
Part4 = Instance.new("Part")
1752
Part5 = Instance.new("Part")
1753
Model0.Parent = char
1754
Part1.Name = "asd"
1755
Part1.Parent = Model0
1756
Part1.Transparency = 1
1757
Part1.Anchored = true
1758
Part1.CanCollide = false
1759
Part1.Size = Vector3.new(1, 2, 1)
1760
Part1.CFrame = CFrame.new(-42.0999985, 23.5749989, -21, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1761
Part1.BottomSurface = Enum.SurfaceType.Smooth
1762
Part1.TopSurface = Enum.SurfaceType.Smooth
1763
Part1.Position = Vector3.new(-42.0999985, 23.5749989, -21)
1764
Part1.Color = Color3.new(0.972549, 0.972549, 0.972549)
1765
Part2.Parent = Model0
1766
Part2.Anchored = true
1767
Part2.CanCollide = false
1768
Part2.Size = Vector3.new(1.01999998, 0.28000012, 1.01999998)
1769
Part2.CFrame = CFrame.new(-42.0999985, 22.7049999, -21, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1770
Part2.BottomSurface = Enum.SurfaceType.Smooth
1771
Part2.TopSurface = Enum.SurfaceType.Smooth
1772
Part2.Position = Vector3.new(-42.0999985, 22.7049999, -21)
1773
Part2.Color = Color3.new(0.423529, 0.345098, 0.294118)
1774
Part3.Parent = Model0
1775
Part3.Anchored = true
1776
Part3.CanCollide = false
1777
Part3.Size = Vector3.new(1.01999998, 0.320000112, 0.180000022)
1778
Part3.CFrame = CFrame.new(-42.0999985, 22.6849995, -20.5799999, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1779
Part3.BottomSurface = Enum.SurfaceType.Smooth
1780
Part3.TopSurface = Enum.SurfaceType.Smooth
1781
Part3.Position = Vector3.new(-42.0999985, 22.6849995, -20.5799999)
1782
Part3.Color = Color3.new(0.423529, 0.345098, 0.294118)
1783
Part4.Parent = Model0
1784
Part4.Anchored = true
1785
Part4.CanCollide = false
1786
Part4.Size = Vector3.new(1.01999998, 0.320000112, 0.629999995)
1787
Part4.CFrame = CFrame.new(-42.0999985, 22.6849995, -21.1949997, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1788
Part4.BottomSurface = Enum.SurfaceType.Smooth
1789
Part4.TopSurface = Enum.SurfaceType.Smooth
1790
Part4.Position = Vector3.new(-42.0999985, 22.6849995, -21.1949997)
1791
Part4.Color = Color3.new(0.423529, 0.345098, 0.294118)
1792
Part5.Parent = Model0
1793
Part5.Anchored = true
1794
Part5.CanCollide = false
1795
Part5.Size = Vector3.new(1.03999996, 0.51000005, 1.03999996)
1796
Part5.CFrame = CFrame.new(-42.0999985, 23.0899982, -21, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1797
Part5.BottomSurface = Enum.SurfaceType.Smooth
1798
Part5.TopSurface = Enum.SurfaceType.Smooth
1799
Part5.Position = Vector3.new(-42.0999985, 23.0899982, -21)
1800
Part5.Color = Color3.new(0.972549, 0.972549, 0.972549)
1801
weld(Model0)
1802
Model1 = Model0:Clone()
1803
Model1.Parent = char
1804
newWeld(lleg,Model0.asd,0,0,0)
1805
newWeld(rleg,Model1.asd,0,0,0)
1806
1807
Model0 = Instance.new("Model")
1808
Part1 = Instance.new("Part")
1809
SpecialMesh2 = Instance.new("SpecialMesh")
1810
Part3 = Instance.new("Part")
1811
Part4 = Instance.new("Part")
1812
Part5 = Instance.new("Part")
1813
BlockMesh6 = Instance.new("BlockMesh")
1814
Part7 = Instance.new("Part")
1815
BlockMesh8 = Instance.new("BlockMesh")
1816
Part9 = Instance.new("Part")
1817
Part10 = Instance.new("Part")
1818
SpecialMesh11 = Instance.new("SpecialMesh")
1819
Part12 = Instance.new("Part")
1820
SpecialMesh13 = Instance.new("SpecialMesh")
1821
Part14 = Instance.new("Part")
1822
Part15 = Instance.new("Part")
1823
BlockMesh16 = Instance.new("BlockMesh")
1824
Part17 = Instance.new("Part")
1825
SpecialMesh18 = Instance.new("SpecialMesh")
1826
Part19 = Instance.new("Part")
1827
Model0.Parent = char
1828
Part1.Parent = Model0
1829
Part1.Anchored = true
1830
Part1.CanCollide = false
1831
Part1.Size = Vector3.new(0.0500000007, 0.230000004, 0.239999995)
1832
Part1.CFrame = CFrame.new(-16.0599995, 23.1539993, -21.1100006, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1833
Part1.BottomSurface = Enum.SurfaceType.Smooth
1834
Part1.TopSurface = Enum.SurfaceType.Smooth
1835
Part1.Position = Vector3.new(-16.0599995, 23.1539993, -21.1100006)
1836
Part1.Color = Color3.new(0.423529, 0.345098, 0.294118)
1837
SpecialMesh2.Parent = Part1
1838
SpecialMesh2.Scale = Vector3.new(0.600000739, 1, 1)
1839
SpecialMesh2.MeshType = Enum.MeshType.Cylinder
1840
SpecialMesh2.Scale = Vector3.new(0.600000739, 1, 1)
1841
Part3.Parent = Model0
1842
Part3.Anchored = true
1843
Part3.CanCollide = false
1844
Part3.Size = Vector3.new(0.580000103, 0.25, 1.01999998)
1845
Part3.CFrame = CFrame.new(-15.7650003, 22.914999, -21, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1846
Part3.BottomSurface = Enum.SurfaceType.Smooth
1847
Part3.TopSurface = Enum.SurfaceType.Smooth
1848
Part3.Position = Vector3.new(-15.7650003, 22.914999, -21)
1849
Part3.Color = Color3.new(0.423529, 0.345098, 0.294118)
1850
Part4.Name = "asd"
1851
Part4.Parent = Model0
1852
Part4.Transparency = 1
1853
Part4.Anchored = true
1854
Part4.CanCollide = false
1855
Part4.Size = Vector3.new(1, 2, 1)
1856
Part4.CFrame = CFrame.new(-15.5450001, 23.7999992, -21, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1857
Part4.BottomSurface = Enum.SurfaceType.Smooth
1858
Part4.TopSurface = Enum.SurfaceType.Smooth
1859
Part4.Position = Vector3.new(-15.5450001, 23.7999992, -21)
1860
Part4.Color = Color3.new(1, 0.8, 0.6)
1861
Part5.Parent = Model0
1862
Part5.Anchored = true
1863
Part5.CanCollide = false
1864
Part5.Size = Vector3.new(1.0200001, 0.0500000007, 1.01999998)
1865
Part5.CFrame = CFrame.new(-15.5450001, 23.6299992, -21, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1866
Part5.BottomSurface = Enum.SurfaceType.Smooth
1867
Part5.TopSurface = Enum.SurfaceType.Smooth
1868
Part5.Position = Vector3.new(-15.5450001, 23.6299992, -21)
1869
Part5.Color = Color3.new(0.972549, 0.972549, 0.972549)
1870
BlockMesh6.Parent = Part5
1871
BlockMesh6.Scale = Vector3.new(1, 0.800000191, 1)
1872
BlockMesh6.Scale = Vector3.new(1, 0.800000191, 1)
1873
Part7.Parent = Model0
1874
Part7.Anchored = true
1875
Part7.CanCollide = false
1876
Part7.Size = Vector3.new(1.0200001, 0.0500000007, 1.01999998)
1877
Part7.CFrame = CFrame.new(-15.5450001, 23.5799999, -21, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1878
Part7.BottomSurface = Enum.SurfaceType.Smooth
1879
Part7.TopSurface = Enum.SurfaceType.Smooth
1880
Part7.Position = Vector3.new(-15.5450001, 23.5799999, -21)
1881
Part7.Color = Color3.new(0.972549, 0.972549, 0.972549)
1882
BlockMesh8.Parent = Part7
1883
BlockMesh8.Scale = Vector3.new(1, 0.800000191, 1)
1884
BlockMesh8.Scale = Vector3.new(1, 0.800000191, 1)
1885
Part9.Parent = Model0
1886
Part9.Anchored = true
1887
Part9.CanCollide = false
1888
Part9.Size = Vector3.new(1.04000008, 0.290000021, 1.03999996)
1889
Part9.CFrame = CFrame.new(-15.5450001, 24.0049992, -21, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1890
Part9.BottomSurface = Enum.SurfaceType.Smooth
1891
Part9.TopSurface = Enum.SurfaceType.Smooth
1892
Part9.Position = Vector3.new(-15.5450001, 24.0049992, -21)
1893
Part9.Color = Color3.new(0.105882, 0.164706, 0.207843)
1894
Part10.Parent = Model0
1895
Part10.Anchored = true
1896
Part10.CanCollide = false
1897
Part10.Size = Vector3.new(0.0500000007, 0.230000004, 0.239999995)
1898
Part10.CFrame = CFrame.new(-16.0599995, 23.1759987, -20.8899994, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1899
Part10.BottomSurface = Enum.SurfaceType.Smooth
1900
Part10.TopSurface = Enum.SurfaceType.Smooth
1901
Part10.Position = Vector3.new(-16.0599995, 23.1759987, -20.8899994)
1902
Part10.Color = Color3.new(0.423529, 0.345098, 0.294118)
1903
SpecialMesh11.Parent = Part10
1904
SpecialMesh11.Scale = Vector3.new(0.600000739, 1, 1)
1905
SpecialMesh11.MeshType = Enum.MeshType.Cylinder
1906
SpecialMesh11.Scale = Vector3.new(0.600000739, 1, 1)
1907
Part12.Parent = Model0
1908
Part12.Material = Enum.Material.Neon
1909
Part12.Anchored = true
1910
Part12.CanCollide = false
1911
Part12.Size = Vector3.new(0.0500000007, 0.25, 0.25999999)
1912
Part12.CFrame = CFrame.new(-16.0599995, 23.164999, -21.1100006, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1913
Part12.BottomSurface = Enum.SurfaceType.Smooth
1914
Part12.TopSurface = Enum.SurfaceType.Smooth
1915
Part12.Position = Vector3.new(-16.0599995, 23.164999, -21.1100006)
1916
Part12.Color = Color3.new(0, 1, 0)
1917
SpecialMesh13.Parent = Part12
1918
SpecialMesh13.Scale = Vector3.new(0.200000763, 1, 1)
1919
SpecialMesh13.MeshType = Enum.MeshType.Cylinder
1920
SpecialMesh13.Scale = Vector3.new(0.200000763, 1, 1)
1921
Part14.Parent = Model0
1922
Part14.Anchored = true
1923
Part14.CanCollide = false
1924
Part14.Size = Vector3.new(1.0200001, 0.949999988, 1.01999998)
1925
Part14.CFrame = CFrame.new(-15.5450001, 24.3349991, -21, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1926
Part14.BottomSurface = Enum.SurfaceType.Smooth
1927
Part14.TopSurface = Enum.SurfaceType.Smooth
1928
Part14.Position = Vector3.new(-15.5450001, 24.3349991, -21)
1929
Part14.Color = Color3.new(0.105882, 0.164706, 0.207843)
1930
Part15.Parent = Model0
1931
Part15.Rotation = Vector3.new(1, 90, 0)
1932
Part15.Anchored = true
1933
Part15.CanCollide = false
1934
Part15.Size = Vector3.new(1.0200001, 0.0500000007, 1.01999998)
1935
Part15.CFrame = CFrame.new(-15.5450001, 23.6049995, -21, -4.37047305e-08, 7.62864549e-10, 1, 0.0174523052, 0.999847651, 0, -0.99984771, 0.017452307, -4.37113883e-08)
1936
Part15.BottomSurface = Enum.SurfaceType.Smooth
1937
Part15.TopSurface = Enum.SurfaceType.Smooth
1938
Part15.Position = Vector3.new(-15.5450001, 23.6049995, -21)
1939
Part15.Color = Color3.new(0.972549, 0.972549, 0.972549)
1940
BlockMesh16.Parent = Part15
1941
BlockMesh16.Scale = Vector3.new(1, 0.200000167, 1)
1942
BlockMesh16.Scale = Vector3.new(1, 0.200000167, 1)
1943
Part17.Parent = Model0
1944
Part17.Material = Enum.Material.Neon
1945
Part17.Anchored = true
1946
Part17.CanCollide = false
1947
Part17.Size = Vector3.new(0.0500000007, 0.25, 0.25999999)
1948
Part17.CFrame = CFrame.new(-16.0599995, 23.164999, -20.8899994, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1949
Part17.BottomSurface = Enum.SurfaceType.Smooth
1950
Part17.TopSurface = Enum.SurfaceType.Smooth
1951
Part17.Position = Vector3.new(-16.0599995, 23.164999, -20.8899994)
1952
Part17.Color = Color3.new(0, 1, 0)
1953
SpecialMesh18.Parent = Part17
1954
SpecialMesh18.Scale = Vector3.new(0.200000763, 1, 1)
1955
SpecialMesh18.MeshType = Enum.MeshType.Cylinder
1956
SpecialMesh18.Scale = Vector3.new(0.200000763, 1, 1)
1957
Part19.Parent = Model0
1958
Part19.Anchored = true
1959
Part19.CanCollide = false
1960
Part19.Size = Vector3.new(1.0200001, 0.519999981, 1.01999998)
1961
Part19.CFrame = CFrame.new(-15.5450001, 23.2999992, -21, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1962
Part19.BottomSurface = Enum.SurfaceType.Smooth
1963
Part19.TopSurface = Enum.SurfaceType.Smooth
1964
Part19.Position = Vector3.new(-15.5450001, 23.2999992, -21)
1965
Part19.Color = Color3.new(0.423529, 0.345098, 0.294118)
1966
weld(Model0)
1967
Model1 = Model0:Clone()
1968
Model1.Parent = char
1969
newWeld(larm,Model0.asd,0,0,0)
1970
newWeld(rarm,Model1.asd,0,0,0)
1971
Model1.asd.Weld.C1 = CFrame.Angles(0,math.rad(180),0)
1972
1973
----------------------------------------------------------------------------
1974
leftwpn = {}
1975
rightwpn = {}
1976
lmidwpn = nil
1977
rmidwpn = nil
1978
for z=1,2 do
1979
local target = larm
1980
if z == 1 then target = rarm end
1981
for i=-1,1 do
1982
local part = Instance.new("Part",char)
1983
local mesh = Instance.new("SpecialMesh",part)
1984
mesh.MeshId = "rbxassetid://441574777"
1985
mesh.TextureId = "rbxassetid://441574805"
1986
mesh.Scale = Vector3.new(1,1,1)*0.015
1987
part.CanCollide = false
1988
part.Size = Vector3.new(0.2,3,0.3)
1989
newWeld(target,part,0,-1.5,-i*0.5)
1990
part.Weld.C1 = CFrame.new(0,-0.6,0.2)*CFrame.Angles(math.rad(-150+i*20),math.rad(180),math.rad(0))
1991
if z == 1 then table.insert(rightwpn,part) if i == 0 then rmidwpn = part end else table.insert(leftwpn,part) if i == 0 then lmidwpn = part end end
1992
end
1993
end
1994
1995
local size = 1
1996
1997
newWeld(torso, larm, -1.5*size, 0.5*size, 0)
1998
larm.Weld.C1 = CFrame.new(0, 0.5*size, 0)
1999
newWeld(torso, rarm, 1.5*size, 0.5*size, 0)
2000
rarm.Weld.C1 = CFrame.new(0, 0.5*size, 0)
2001
newWeld(torso, hed, 0, 1.5*size, 0)
2002
newWeld(torso, lleg, -0.5*size, -1, 0)
2003
lleg.Weld.C1 = CFrame.new(0, 1*size, 0)
2004
newWeld(torso, rleg, 0.5*size, -1*size, 0)
2005
rleg.Weld.C1 = CFrame.new(0, 1*size, 0)
2006
newWeld(root, torso, 0, -1*size, 0)
2007
torso.Weld.C1 = CFrame.new(0, -1*size, 0)
2008
2009
----------------------------------------------------------------------------------------
2010
combocounter = 0
2011
combotimer = 0
2012
texttimer = 0
2013
gui = Instance.new("ScreenGui",plr.PlayerGui)
2014
2015
chattext = Instance.new("TextLabel",gui)
2016
chattext.Size = UDim2.new(1,0,0,40)
2017
chattext.AnchorPoint = Vector2.new(0.5,1)
2018
chattext.Position = UDim2.new(0.5,0,1,-100)
2019
chattext.TextXAlignment = Enum.TextXAlignment.Center
2020
chattext.BackgroundTransparency = 0.35
2021
chattext.BackgroundColor3 = Color3.fromHSV(0,0,0)
2022
chattext.Font = Enum.Font.Cartoon
2023
chattext.FontSize = Enum.FontSize.Size28
2024
chattext.TextColor3 = Color3.new(1,1,1)
2025
chattext.TextStrokeTransparency = 0
2026
chattext.BorderSizePixel = 0
2027
2028
combotext = Instance.new("TextLabel",gui)
2029
combotext.Size = UDim2.new(1,0,0,80)
2030
combotext.AnchorPoint = Vector2.new(1,1)
2031
combotext.Position = UDim2.new(1,-40,1,-240)
2032
combotext.TextXAlignment = Enum.TextXAlignment.Right
2033
combotext.BackgroundTransparency = 1
2034
combotext.BackgroundColor3 = Color3.fromHSV(0,0,0)
2035
combotext.Font = Enum.Font.Cartoon
2036
combotext.FontSize = 8
2037
combotext.TextColor3 = Color3.new(0,0,0)
2038
combotext.TextStrokeTransparency = 0
2039
combotext.BorderSizePixel = 0
2040
2041
combotimervis = Instance.new("Frame",combotext)
2042
combotimervis.Size = UDim2.new(0,0,0,4)
2043
combotimervis.AnchorPoint = Vector2.new(1,0)
2044
combotimervis.Position = UDim2.new(1,0,1,0)
2045
combotimervis.BorderColor3 = Color3.new(0,0,0)
2046
2047
rs:connect(function()
2048
local asdf = -0.1
2049
if -(combocounter/1000) > -0.1 then asdf = -(combocounter/1000) end
2050
if combocounter > 0 then
2051
combotext.TextColor3 = Color3.fromHSV(0.1+asdf,1,1)
2052
else
2053
combotext.TextColor3 = Color3.fromHSV(0,0,0)
2054
end
2055
combotimervis.BackgroundColor3 = combotext.TextColor3
2056
combotimervis.Size = UDim2.new(0,combotimer/2,0,4)
2057
combotext.Text = combocounter.."x"
2058
if combotimer > 0 then
2059
combotimer = combotimer - 1
2060
else
2061
combocounter = 0
2062
end
2063
if texttimer > 0 then
2064
texttimer = texttimer - 1
2065
chattext.BackgroundTransparency = 0.35
2066
else
2067
chattext.Text = ""
2068
chattext.BackgroundTransparency = 1
2069
end
2070
end)
2071
2072
function damage(model,dmg)
2073
local hum = model:FindFirstChildOfClass("Humanoid")
2074
local torson = model:FindFirstChild("Torso") or model:FindFirstChild("UpperTorso")
2075
hum:TakeDamage(hum.MaxHealth/dmg)
2076
combotimer = 60*5
2077
combocounter = combocounter + 1
2078
if combocounter == 100 or combocounter == 200 or combocounter == 300 or combocounter == 400 or combocounter == 500 or  combocounter == 600 or combocounter == 700 or combocounter == 800 or combocounter == 900 or combocounter == 1000 then
2079
combosfx[combocounter/100]:Play() 
2080
texttimer = math.ceil(60*combosfx[combocounter/100].TimeLength)+30
2081
if combocounter == 500 then
2082
chattext.Text = combocounter.." hit combo! That's nowhere near enough!"
2083
elseif combocounter == 1000 then
2084
chattext.Text = "1,000 hit combo! That's what I'm talking about!"
2085
else
2086
chattext.Text = combocounter.." hit combo!"
2087
end
2088
print(texttimer)
2089
end
2090
if torson:FindFirstChildOfClass("BodyPosition") then
2091
torson:FindFirstChildOfClass("BodyPosition"):Destroy()
2092
end
2093
if hum.Health > 0 then
2094
local bp = Instance.new("BodyPosition",torson)
2095
bp.MaxForce = Vector3.new(1,1,1)*9e9
2096
bp.P = 10000
2097
bp.D = 500
2098
bp.Position = root.Position+(root.CFrame.lookVector*4)
2099
local loop = rs:connect(function()
2100
bp.Position = root.Position+(root.CFrame.lookVector*4)
2101
end)
2102
delay(0.5,function() coroutine.resume(coroutine.create(function() bp:Destroy() end)) loop:disconnect() end)
2103
end
2104
end
2105
2106
function attackone()
2107
local spd = 0.25
2108
for i=1,10 do rs:wait()
2109
hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.1)     *CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), spd)
2110
hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0,0,0)         *CFrame.Angles(math.rad(10),math.rad(-40),math.rad(0)), spd)
2111
larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.55,0) *CFrame.Angles(math.rad(90),math.rad(0),math.rad(0)), spd)
2112
rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.55,0)  *CFrame.Angles(math.rad(120),math.rad(0),math.rad(40)), spd)
2113
torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0)  *CFrame.Angles(math.rad(10),math.rad(-40),math.rad(0)), spd)
2114
lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5,-0.95,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), spd)
2115
rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5,-0.95,0) *CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), spd)
2116
end
2117
if jumped == true then
2118
root.Velocity = Vector3.new(0,50,0)+(root.CFrame.lookVector*20)
2119
else
2120
root.Velocity = Vector3.new(0,0,0)+(root.CFrame.lookVector*120)
2121
end
2122
local alreadytouched = {}
2123
local randomiser = math.random(1,2)
2124
local spd = 0.5
2125
for i=1,10 do rs:wait()
2126
2127
local v = rmidwpn
2128
local asd = Vector3.new(math.random(-10000,10000)/10000,math.random(-10000,10000)/10000,math.random(-10000,10000)/10000)
2129
local effekt = Effect(Enum.MeshType.Brick,Vector3.new(1,1,1)*(2+(math.random(-10000,10000)/10000*0.2)),0,Enum.Material.Neon,Color3.fromHSV(math.random(10,100)/1000,1,1),v.Position,v.Orientation,Vector3.new(0,0,0),Vector3.new(-0.2,-0.2,0.2),Vector3.new(),0,0)
2130
2131
for i,x in pairs(findAllNearestTorso(v.Position,8)) do
2132
local hitting = true
2133
for i,z in pairs(alreadytouched) do if x == z then hitting = false end end
2134
if hitting == true then
2135
damage(x.Parent,math.random(10,15))
2136
table.insert(alreadytouched,x)
2137
end
2138
end
2139
2140
hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.1)     *CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), spd)
2141
hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0,0,0)         *CFrame.Angles(math.rad(-10),math.rad(50),math.rad(0)), spd)
2142
larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.55,0) *CFrame.Angles(math.rad(-20),math.rad(0),math.rad(0)), spd)
2143
rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.55,0)  *CFrame.Angles(math.rad(40),math.rad(0),math.rad(0)), spd)
2144
if randomiser == 1 then
2145
torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0)  *CFrame.Angles(math.rad(-10),math.rad(50),math.rad(0)), spd)
2146
elseif randomiser == 2 then
2147
torso.Weld.C0 = CFrame.new(0, -1, 0)  *CFrame.Angles(0,math.rad((i/10)*360),0)
2148
end
2149
lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5,-0.5,-0.5)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), spd)
2150
rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5,-0.95,0) *CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), spd)
2151
effekt.CFrame = CFrame.new(effekt.Position,rmidwpn.Position)
2152
end
2153
end
2154
2155
function attacktwo()
2156
local spd = 0.25
2157
for i=1,10 do rs:wait()
2158
hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.1)     *CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), spd)
2159
hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0,0,0)         *CFrame.Angles(math.rad(10),math.rad(40),math.rad(0)), spd)
2160
larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.55,0) *CFrame.Angles(math.rad(120),math.rad(0),math.rad(-40)), spd)
2161
rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.55,0)  *CFrame.Angles(math.rad(90),math.rad(0),math.rad(0)), spd)
2162
torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0)  *CFrame.Angles(math.rad(10),math.rad(40),math.rad(0)), spd)
2163
lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5,-0.95,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), spd)
2164
rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5,-0.95,0) *CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), spd)
2165
end
2166
if jumped == true then
2167
root.Velocity = Vector3.new(0,50,0)+(root.CFrame.lookVector*20)
2168
else
2169
root.Velocity = Vector3.new(0,0,0)+(root.CFrame.lookVector*120)
2170
end
2171
local alreadytouched = {}
2172
local randomiser = math.random(1,2)
2173
local spd = 0.5
2174
for i=1,10 do rs:wait()
2175
2176
local v = lmidwpn
2177
local asd = Vector3.new(math.random(-10000,10000)/10000,math.random(-10000,10000)/10000,math.random(-10000,10000)/10000)
2178
local effekt = Effect(Enum.MeshType.Brick,Vector3.new(1,1,1)*(2+(math.random(-10000,10000)/10000*0.2)),0,Enum.Material.Neon,Color3.fromHSV(math.random(10,100)/1000,1,1),v.Position,v.Orientation,Vector3.new(0,0,0),Vector3.new(-0.2,-0.2,0.2),Vector3.new(),0,0)
2179
2180
for i,x in pairs(findAllNearestTorso(v.Position,8)) do
2181
local hitting = true
2182
for i,z in pairs(alreadytouched) do if x == z then hitting = false end end
2183
if hitting == true then
2184
damage(x.Parent,math.random(10,15))
2185
table.insert(alreadytouched,x)
2186
end
2187
end
2188
2189
hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.1)     *CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), spd)
2190
hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0,0,0)         *CFrame.Angles(math.rad(-10),math.rad(-50),math.rad(0)), spd)
2191
larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.55,0) *CFrame.Angles(math.rad(40),math.rad(0),math.rad(0)), spd)
2192
rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.55,0)  *CFrame.Angles(math.rad(-20),math.rad(0),math.rad(0)), spd)
2193
if randomiser == 1 then
2194
torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0)  *CFrame.Angles(math.rad(-10),math.rad(-50),math.rad(0)), spd)
2195
elseif randomiser == 2 then
2196
torso.Weld.C0 = CFrame.new(0, -1, 0)  *CFrame.Angles(0,math.rad(-(i/10)*360),0)
2197
end
2198
lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5,-0.95,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), spd)
2199
rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5,-0.5,-0.5) *CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), spd)
2200
effekt.CFrame = CFrame.new(effekt.Position,lmidwpn.Position)
2201
end
2202
end
2203
2204
function attackthree(uhidk)
2205
local spd = 0.15
2206
for i=1,15 do rs:wait()
2207
hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.1)     *CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), spd)
2208
hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0,0,0)         *CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), spd)
2209
larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-0.5,0.55,-0.2) *CFrame.Angles(math.rad(160),math.rad(0),math.rad(20)), spd)
2210
rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(0.5,0.55,-0.2)  *CFrame.Angles(math.rad(160),math.rad(0),math.rad(-20)), spd)
2211
torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0)  *CFrame.Angles(math.rad(-10),math.rad(0),math.rad(0)), spd)
2212
lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5,-0.5,-0.5)*CFrame.Angles(math.rad(-40),math.rad(0),math.rad(0)), spd)
2213
rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5,-0.5,-0.5) *CFrame.Angles(math.rad(-40),math.rad(0),math.rad(0)), spd)
2214
end
2215
if jumped == true then
2216
root.Velocity = Vector3.new(0,40,0)+(root.CFrame.lookVector*10)
2217
else
2218
root.Velocity = Vector3.new(0,0,0)+(root.CFrame.lookVector*80)
2219
end
2220
local alreadytouched = {}
2221
if uhidk == true then
2222
Effect(Enum.MeshType.Sphere,Vector3.new(1,1,1)*5,0,Enum.Material.Neon,Color3.new(0,1,0),torso.Position,Vector3.new(),Vector3.new(),Vector3.new(0.2,0.2,0.2),Vector3.new(),0.05,0.05)
2223
Effect(Enum.MeshType.Sphere,Vector3.new(1,1,1)*5,0,Enum.Material.Neon,Color3.new(0.5,1,0),torso.Position,Vector3.new(),Vector3.new(),Vector3.new(0.3,0.3,0.3),Vector3.new(),0.05,0.1)
2224
sound(260433768,torso.Position,2,math.random(100,120)/100)
2225
2226
for i,x in pairs(findAllNearestTorso(root.Position,10)) do
2227
damage(x.Parent,math.random(7,10))
2228
end
2229
2230
end
2231
2232
local spd = 0.4
2233
for i=1,6 do rs:wait()
2234
local effekt = nil
2235
local effect2 = nil
2236
if uhidk == false then
2237
2238
local v = rmidwpn
2239
local asd = Vector3.new(math.random(-10000,10000)/10000,math.random(-10000,10000)/10000,math.random(-10000,10000)/10000)
2240
effekt = Effect(Enum.MeshType.Brick,Vector3.new(1,1,1)*(2+(math.random(-10000,10000)/10000*0.2)),0,Enum.Material.Neon,Color3.fromHSV(math.random(10,100)/1000,1,1),v.Position,v.Orientation,Vector3.new(0,0,0),Vector3.new(-0.2,-0.2,0.2),Vector3.new(),0,0)
2241
2242
for i,x in pairs(findAllNearestTorso(v.Position,8)) do
2243
local hitting = true
2244
for i,z in pairs(alreadytouched) do if x == z then hitting = false end end
2245
if hitting == true then
2246
damage(x.Parent,math.random(10,15))
2247
table.insert(alreadytouched,x)
2248
end
2249
end
2250
2251
local v = lmidwpn
2252
local asd = Vector3.new(math.random(-10000,10000)/10000,math.random(-10000,10000)/10000,math.random(-10000,10000)/10000)
2253
effekt2 = Effect(Enum.MeshType.Brick,Vector3.new(1,1,1)*(2+(math.random(-10000,10000)/10000*0.2)),0,Enum.Material.Neon,Color3.fromHSV(math.random(10,100)/1000,1,1),v.Position,v.Orientation,Vector3.new(0,0,0),Vector3.new(-0.2,-0.2,0.2),Vector3.new(),0,0)
2254
2255
for i,x in pairs(findAllNearestTorso(v.Position,8)) do
2256
local hitting = true
2257
for i,z in pairs(alreadytouched) do if x == z then hitting = false end end
2258
if hitting == true then
2259
damage(x.Parent,math.random(10,15))
2260
table.insert(alreadytouched,x)
2261
end
2262
end
2263
2264
end
2265
hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.1)     *CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), spd)
2266
hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0,0,0)         *CFrame.Angles(math.rad(10),math.rad(0),math.rad(0)), spd)
2267
larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.55,0) *CFrame.Angles(math.rad(-10),math.rad(0),math.rad(-50)), spd)
2268
rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.55,0)  *CFrame.Angles(math.rad(-10),math.rad(0),math.rad(50)), spd)
2269
torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0)  *CFrame.Angles(math.rad(10),math.rad(0),math.rad(0)), spd)
2270
lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5,-0.95,0)*CFrame.Angles(math.rad(-20),math.rad(0),math.rad(-30)), spd)
2271
rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5,-0.95,0) *CFrame.Angles(math.rad(-20),math.rad(0),math.rad(30)), spd)
2272
if uhidk == false then
2273
effekt.CFrame = CFrame.new(effekt.Position,rmidwpn.Position) 
2274
effekt2.CFrame = CFrame.new(effekt2.Position,lmidwpn.Position)
2275
end
2276
end
2277
end
2278
2279
local combo = 1
2280
local combo2 = 2
2281
local timer = 0
2282
local debounce = false
2283
local idk = false
2284
mouse.Button1Down:connect(function()
2285
if debounce == false and idk == false then
2286
timer = 40
2287
noidle = true
2288
freeze = true
2289
debounce = true
2290
if combo == 1 then
2291
if combo2 == 1 then attackone() else attacktwo() end
2292
combo = 2
2293
elseif combo == 2 then
2294
if combo2 == 2 then attackone() else attacktwo() end
2295
combo = 3
2296
elseif combo == 3 then
2297
if combo2 == 1 then combo2 = 2 else combo2 = 1 end
2298
attackthree(false)
2299
combo = 1
2300
end
2301
noidle = false
2302
freeze = false
2303
debounce = false
2304
end
2305
end)
2306
2307
function spintf(power)
2308
local spd = 0.4
2309
local asdf = 0
2310
for i=1,power do rs:wait()
2311
root.Velocity = (root.CFrame.lookVector*(power*10))
2312
local asd = Vector3.new(math.random(-10000,10000)/10000,math.random(-10000,10000)/10000,math.random(-10000,10000)/10000)
2313
local effekt = Effect(Enum.MeshType.Brick,Vector3.new(1,1,1)*(3+(math.random(-10000,10000)/10000*0.2)),0,Enum.Material.Neon,Color3.fromHSV(math.random(10,100)/1000,1,1),rarm.Position,root.Orientation,Vector3.new(0,0,0),Vector3.new(-0.2,-0.2,0.4+(power/20)),Vector3.new(),0,0)
2314
local effekt2 = Effect(Enum.MeshType.Brick,Vector3.new(1,1,1)*(3+(math.random(-10000,10000)/10000*0.2)),0,Enum.Material.Neon,Color3.fromHSV(math.random(10,100)/1000,1,1),larm.Position,root.Orientation,Vector3.new(0,0,0),Vector3.new(-0.2,-0.2,0.4+(power/20)),Vector3.new(),0,0)
2315
for i,v in pairs(findAllNearestTorso(root.Position,30)) do
2316
damage(v.Parent,180-(power*4))
2317
end
2318
hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.1)     *CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), spd)
2319
hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0,0,0)         *CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), spd)
2320
larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.55,0) *CFrame.Angles(math.rad(-40),math.rad(0),math.rad(-40)), spd)
2321
rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.55,0)  *CFrame.Angles(math.rad(40),math.rad(0),math.rad(40)), spd)
2322
torso.Weld.C0 = CFrame.new(0, -0.5, 0)  *CFrame.Angles(math.rad(-90),math.rad(i*35),math.rad(0))
2323
lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5,-0.95,0)*CFrame.Angles(math.rad(70),math.rad(0),math.rad(20)), spd)
2324
rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5,-0.95,0) *CFrame.Angles(math.rad(-70),math.rad(0),math.rad(-20)), spd)
2325
if i*35 > asdf then
2326
asdf = (i*35) + 180
2327
end
2328
end
2329
torso.Weld.C0 = CFrame.new(0, -0.5, 0)  *CFrame.Angles(math.rad(-90),math.rad(0),math.rad(0))
2330
end
2331
2332
mouse.KeyDown:connect(function(key)
2333
if debounce == false then
2334
if string.byte(string.lower(key)) == 48 then
2335
noidle = true
2336
freeze = true
2337
debounce = true
2338
local keyup = false
2339
local power = 20
2340
local asd = mouse.KeyUp:connect(function(key) keyup = true end)
2341
local i = 0
2342
repeat rs:wait()
2343
if i > 10 then i = 0
2344
Effect(Enum.MeshType.Sphere,Vector3.new(10,10,10)*5,0.999,Enum.Material.Neon,Color3.fromHSV(0,1,1),torso.Position,Vector3.new(),Vector3.new(),Vector3.new(-0.3,-0.3,-0.3),Vector3.new(),-0.005,-0.05)
2345
sound(180204562,torso.Position,2,1+((i/40)*2))
2346
end
2347
local spd = 0.4
2348
hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,.1)     *CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), spd)
2349
hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0,0,0)         *CFrame.Angles(math.rad(-40),math.rad(0),math.rad(0)), spd)
2350
larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1,0.55,-0.3) *CFrame.Angles(math.rad(90),math.rad(0),math.rad(40)), spd)
2351
rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.55,0)  *CFrame.Angles(math.rad(-40),math.rad(0),math.rad(40)), spd)
2352
torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.5, 0)  *CFrame.Angles(math.rad(-40),math.rad(0),math.rad(0)), spd)
2353
lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5,0,-0.5)*CFrame.Angles(math.rad(40),math.rad(0),math.rad(0)), spd)
2354
rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5,-0.5,-0.5) *CFrame.Angles(math.rad(-10),math.rad(0),math.rad(0)), spd)
2355
i = i + 1
2356
if power < 40 then power = power + 0.25 else keyup = true end
2357
until keyup == true
2358
Effect(Enum.MeshType.Sphere,Vector3.new(1,1,1)*5,0,Enum.Material.Neon,Color3.fromHSV(0,1,1),torso.Position,Vector3.new(),Vector3.new(),Vector3.new(0.5,0.5,0.5),Vector3.new(),0.04,0.1)
2359
Effect(Enum.MeshType.Sphere,Vector3.new(1,1,1)*5,0,Enum.Material.Neon,Color3.fromHSV(0,1,1),torso.Position,Vector3.new(),Vector3.new(),Vector3.new(0.5,0.5,0.5),Vector3.new(),0.04,0.2)
2360
Effect(Enum.MeshType.Sphere,Vector3.new(10,10,10)*5,0.999,Enum.Material.Neon,Color3.fromHSV(0,1,1),torso.Position,Vector3.new(),Vector3.new(),Vector3.new(-0.3,-0.3,-0.3),Vector3.new(),-0.005,-0.05)
2361
asd:disconnect()
2362
spintf(power)
2363
noidle = false
2364
freeze = false
2365
idk = true
2366
local mousasdfg = nil
2367
mousasdfg = mouse.Button1Down:connect(function() 
2368
noidle = true
2369
freeze = true
2370
debounce = true
2371
mousasdfg:disconnect()
2372
root.Velocity = Vector3.new()
2373
attackthree(true)
2374
idk = false
2375
combo = 1
2376
noidle = false
2377
freeze = false
2378
end)
2379
delay(0.2,function() debounce = false mousasdfg:disconnect() idk = false end)
2380
end
2381
end
2382
end)
2383
2384
mouse.KeyDown:connect(function(key)
2385
if debounce == false then
2386
if string.byte(string.lower(key)) == 50 and jumped == true then
2387
freeze = true
2388
debounce = true
2389
root.Velocity = Vector3.new(0,120,0)+(root.CFrame.lookVector*20)
2390
sound(1388740053,torso.Position,10,math.random(180,200)/100)
2391
Effect(559831844,Vector3.new(0.1,0.1,0.1),0,Enum.Material.Neon,Color3.fromHSV(0,0,1),root.Position,Vector3.new(90,0,0),Vector3.new(),Vector3.new(0.2,0.2,0.2),Vector3.new(),0.05,-0.005)
2392
noidle = true
2393
local i = 0
2394
local spd = 0.4
2395
repeat rs:wait()
2396
root.Velocity = Vector3.new(0,root.Velocity.Y,0)+(root.CFrame.lookVector*20)
2397
torso.Weld.C0 = CFrame.new(0, -1, 0)  *CFrame.Angles(math.rad(i*10),0,0)
2398
hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.1)     *CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), spd)
2399
hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0,0,0)         *CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), spd)
2400
larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.55,0) *CFrame.Angles(math.rad(-20),math.rad(0),math.rad(-50)), spd)
2401
rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.55,0)  *CFrame.Angles(math.rad(-20),math.rad(0),math.rad(50)), spd)
2402
lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5,-0.95,0)*CFrame.Angles(math.rad(50),math.rad(0),math.rad(0)), spd)
2403
rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5,-0.95,0) *CFrame.Angles(math.rad(-50),math.rad(0),math.rad(0)), spd)
2404
i = i + 1
2405
until root.Velocity.Y < 0
2406
noidle = false
2407
torso.Weld.C0 = CFrame.new(0, -1, 0)  *CFrame.Angles(0,0,0)
2408
local ray = Ray.new(root.Position,Vector3.new(0, -6, 0))
2409
local part, endPoint = workspace:FindPartOnRay(ray, char)
2410
repeat rs:wait()
2411
root.Velocity = Vector3.new(0,root.Velocity.Y-50,0)+(root.CFrame.lookVector*10)
2412
local ray = Ray.new(root.Position,Vector3.new(0, -6, 0))
2413
part, endPoint = workspace:FindPartOnRay(ray, char)
2414
until part
2415
shake(50)
2416
sound(262562442,torso.Position,10,math.random(70,100)/100)
2417
Effect(559831844,Vector3.new(0.1,0.1,0.1),0,Enum.Material.Neon,Color3.fromHSV(0,0,1),endPoint,Vector3.new(90,0,0),Vector3.new(0,0.5,0),Vector3.new(0.3,0.3,0.3),Vector3.new(),0.05,-0.005)
2418
for i,x in pairs(findAllNearestTorso(root.Position,20)) do
2419
damage(x.Parent,math.random(7,10))
2420
end
2421
for i=1,15 do
2422
local asd = Vector3.new(math.random(-10000,10000)/10000,math.random(-10000,10000)/10000,math.random(-10000,10000)/10000)
2423
Effect(Enum.MeshType.Brick,Vector3.new(1,1,1)*math.random(3,5),-3,part.Material,part.Color,endPoint+Vector3.new(math.random(-10,10)/2,math.random(-1,0)/2,math.random(-10,10)/2),asd*360,Vector3.new(),Vector3.new(),Vector3.new(),0.05,0)
2424
Effect(Enum.MeshType.Sphere,Vector3.new(1,1,1)*math.random(7,10),0,Enum.Material.Neon,part.Color,endPoint+Vector3.new(math.random(-8,8),-1,math.random(-8,8)),Vector3.new(),Vector3.new(),Vector3.new(1,1,1),Vector3.new(),0.03,-0.002)
2425
end
2426
freeze = false
2427
delay(0.1,function() debounce = false end)
2428
end
2429
end
2430
end)
2431
2432
velocityYFall=0
2433
velocityYFall2=0
2434
velocityYFall3=0
2435
velocityYFall4=0
2436
neckrotY=0
2437
neckrotY2=0
2438
torsorotY=0
2439
torsorotY2=0
2440
torsoY=0
2441
torsoY2=0
2442
colored = 0
2443
sine = 0
2444
change=0.4
2445
movement=5
2446
timeranim=0
2447
running = true
2448
2449
--[[mouse.KeyDown:connect(function(key)
2450
key = string.lower(key)
2451
if string.byte(key) == 48 then
2452
running = true
2453
local keyup = mouse.KeyUp:connect(function(key)
2454
if string.byte(key) == 48 then
2455
running = false
2456
end
2457
end)
2458
repeat rs:wait() until running == false
2459
keyup:disconnect()
2460
end
2461
end)]]
2462
2463
icolor=1
2464
imode=false
2465
2466
didjump = false
2467
jumppower = 0
2468
freeze = false
2469
debounceimpact = false
2470
2471
mouse.KeyDown:connect(function(key)
2472
if key == " " and debounce == false and jumped == true and candouble == true then
2473
candouble = false
2474
sound(138210320,torso.Position,2,math.random(240,260)/100)
2475
Effect(559831844,Vector3.new(0.1,0.1,0.1),0,Enum.Material.Neon,Color3.fromHSV(0,0,1),root.Position,Vector3.new(90,0,0),Vector3.new(),Vector3.new(0.1,0.1,0.1),Vector3.new(),0.05,-0.005)
2476
root.Velocity = Vector3.new(root.Velocity.X,hum.JumpPower,root.Velocity.Z)
2477
noidle = true
2478
local spd = 0.15
2479
for i=1,20 do rs:wait()
2480
hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.1)     *CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), spd)
2481
hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0,0,0)         *CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), spd)
2482
larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-0.5,0.55,-0.2) *CFrame.Angles(math.rad(160),math.rad(0),math.rad(20)), spd)
2483
rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(0.5,0.55,-0.2)  *CFrame.Angles(math.rad(160),math.rad(0),math.rad(-20)), spd)
2484
torso.Weld.C0 = CFrame.new(0, -1, 0)  *CFrame.Angles(-math.rad((i/20)*(360*2)),0,0)
2485
lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5,0,-0.5)*CFrame.Angles(math.rad(-10),math.rad(0),math.rad(0)), spd)
2486
rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5,0,-0.5) *CFrame.Angles(math.rad(-10),math.rad(0),math.rad(0)), spd)
2487
end
2488
noidle = false
2489
end
2490
end)
2491
2492
function jumpimpact()
2493
if debounceimpact == false then
2494
debounceimpact = true
2495
if jumppower < -150 then jumppower = -150 end
2496
shake(-jumppower/5)
2497
for i=1,-jumppower/20 do rs:wait()
2498
hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.Angles(0,0,0), 0.05)
2499
torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, (jumppower/20)*size-hum.HipHeight, 0) * CFrame.Angles(math.rad(0),math.rad(0), math.rad(0)), 0.05)
2500
end
2501
debounceimpact = false
2502
end
2503
end
2504
2505
rs:connect(function()
2506
2507
hum.JumpPower = 100
2508
2509
if icolor > 1 then
2510
imode = false
2511
elseif icolor < 0 then
2512
imode = true
2513
end
2514
2515
if imode == true then
2516
icolor = icolor + 0.01
2517
else
2518
icolor = icolor - 0.01
2519
end
2520
2521
if p.Character.Parent == nil then
2522
local model = Instance.new("Model")
2523
model.Name = p.Name
2524
p.Character = model
2525
for i,v in pairs(char:GetChildren()) do
2526
v.Parent = p.Character
2527
end
2528
end
2529
2530
char = p.Character
2531
if p.Character.Parent ~= workspace then
2532
p.Character.Parent = workspace
2533
end
2534
for i,v in pairs(char:GetChildren()) do
2535
if v:IsA("Accoutrement") then
2536
if v.Handle:FindFirstChild("Mesh") then
2537
v.Handle:FindFirstChild("Mesh").Offset = Vector3.new()
2538
v.Handle.Transparency = 0
2539
end
2540
elseif v:IsA("BasePart") then
2541
v.Anchored = false
2542
if v:FindFirstChildOfClass("BodyPosition") then
2543
v:FindFirstChildOfClass("BodyPosition"):Destroy()
2544
end
2545
if v:FindFirstChildOfClass("BodyVelocity") then
2546
v:FindFirstChildOfClass("BodyVelocity"):Destroy()
2547
end
2548
if v:FindFirstChildOfClass("BodyGyro") and v:FindFirstChildOfClass("BodyGyro").Name ~= "lolnochara" then
2549
v:FindFirstChildOfClass("BodyGyro"):Destroy()
2550
end
2551
if v:FindFirstChild("Mesh") then
2552
v:FindFirstChild("Mesh").Offset = Vector3.new()
2553
end
2554
if not DebrisModel:FindFirstChild(v.Name.."FORCEFIELD") then
2555
local force = Instance.new("Part",DebrisModel)
2556
force.Name = v.Name.."FORCEFIELD"
2557
if v ~= hed then
2558
force.Size = v.Size+(Vector3.new(1,1,1)*0.2)
2559
else
2560
force.Size = (Vector3.new(1,1,1)*v.Size.Y)+(Vector3.new(1,1,1)*0.2)
2561
end
2562
force.CanCollide = false
2563
force.Transparency = 1
2564
force.Color = Color3.new(0,1,1)
2565
force.Material = Enum.Material.Neon
2566
newWeld(v,force,0,0,0)
2567
else
2568
if not DebrisModel:FindFirstChild(v.Name.."FORCEFIELD"):FindFirstChildOfClass("Weld") then
2569
newWeld(v,DebrisModel:FindFirstChild(v.Name.."FORCEFIELD"),0,0,0)
2570
end
2571
end
2572
if v.Name ~= "HumanoidRootPart" then
2573
v.Transparency = 0
2574
else
2575
v.Transparency = 1
2576
end
2577
end
2578
end
2579
2580
if freeze == false then
2581
hum.WalkSpeed = (666/10)*size
2582
change=1.4
2583
movement=18
2584
else
2585
hum.WalkSpeed = 1
2586
change=0.4
2587
movement=5
2588
end
2589
2590
if -root.Velocity.Y/1.5 > -5 and -root.Velocity.Y/1.5 < 150 then
2591
velocityYFall = root.Velocity.Y/1.5
2592
else
2593
if -root.Velocity.Y/1.5 < -5 then
2594
velocityYFall = 5
2595
elseif -root.Velocity.Y/1.5 > 150 then
2596
velocityYFall = -150
2597
end
2598
end
2599
2600
if -root.Velocity.Y/180 > 0 and -root.Velocity.Y/180 < 1.2 then
2601
velocityYFall2 = root.Velocity.Y/180
2602
else
2603
if -root.Velocity.Y/180 < 0 then
2604
velocityYFall2 = 0
2605
elseif -root.Velocity.Y/180 > 1.2 then
2606
velocityYFall2 = -1.2
2607
end
2608
end
2609
2610
if -root.Velocity.Y/1.5 > -5 and -root.Velocity.Y/1.5 < 50 then
2611
velocityYFall3 = root.Velocity.Y/1.5
2612
else
2613
if -root.Velocity.Y/1.5 < -5 then
2614
velocityYFall3 = 5
2615
elseif -root.Velocity.Y/1.5 > 50 then
2616
velocityYFall3 = -50
2617
end
2618
end
2619
2620
if -root.Velocity.Y/1.5 > -50 and -root.Velocity.Y/1.5 < 20 then
2621
velocityYFall4 = root.Velocity.Y/1.5
2622
else
2623
if -root.Velocity.Y/180 < -5 then
2624
velocityYFall4 = 5
2625
elseif -root.Velocity.Y/180 > 50 then
2626
velocityYFall4 = -50
2627
end
2628
end
2629
2630
if root.RotVelocity.Y/6 < 1 and root.RotVelocity.Y/6 > -1 then
2631
neckrotY = root.RotVelocity.Y/6
2632
else
2633
if root.RotVelocity.Y/6 < -1 then
2634
neckrotY = -1
2635
elseif root.RotVelocity.Y/6 > 1 then
2636
neckrotY = 1
2637
end
2638
end
2639
2640
if root.RotVelocity.Y/8 < 0.6 and root.RotVelocity.Y/8 > -0.6 then
2641
neckrotY2 = root.RotVelocity.Y/8
2642
else
2643
if root.RotVelocity.Y/8 < -0.6 then
2644
neckrotY2 = -0.6
2645
elseif root.RotVelocity.Y/8 > 0.6 then
2646
neckrotY2 = 0.6
2647
end
2648
end
2649
2650
if root.RotVelocity.Y/6 < 0.2 and root.RotVelocity.Y/6 > -0.2 then
2651
torsorotY = root.RotVelocity.Y/6
2652
else
2653
if root.RotVelocity.Y/6 < -0.2 then
2654
torsorotY = -0.2
2655
elseif root.RotVelocity.Y/6 > 0.2 then
2656
torsorotY = 0.2
2657
end
2658
end
2659
2660
if root.RotVelocity.Y/8 < 0.2 and root.RotVelocity.Y/8 > -0.2 then
2661
torsorotY2 = root.RotVelocity.Y/8
2662
else
2663
if root.RotVelocity.Y/8 < -0.2 then
2664
torsorotY2 = -0.2
2665
elseif root.RotVelocity.Y/8 > 0.2 then
2666
torsorotY2 = 0.2
2667
end
2668
end
2669
2670
simulate(hed.CFrame*CFrame.new(0,0.4,0.8),0,hed,Vector3.new(),hair)
2671
2672
torsoY = -(torso.Velocity*Vector3.new(1, 0, 1)).magnitude/20
2673
torsoY2 = -(torso.Velocity*Vector3.new(1, 0, 1)).magnitude/36
2674
2675
local ray1 = Ray.new(root.Position+Vector3.new(size,0,0),Vector3.new(0, -4*size, 0))
2676
local part1, endPoint = workspace:FindPartOnRay(ray1, char)
2677
2678
local ray2 = Ray.new(root.Position-Vector3.new(size,0,0),Vector3.new(0, -4*size, 0))
2679
local part2, endPoint = workspace:FindPartOnRay(ray2, char)
2680
2681
local ray3 = Ray.new(root.Position+Vector3.new(0,0,size/2),Vector3.new(0, -4*size, 0))
2682
local part3, endPoint = workspace:FindPartOnRay(ray3, char)
2683
2684
local ray4 = Ray.new(root.Position-Vector3.new(0,0,size/2),Vector3.new(0, -4*size, 0))
2685
local part4, endPoint = workspace:FindPartOnRay(ray4, char)
2686
2687
local ray5 = Ray.new(root.Position+Vector3.new(size,0,size/2),Vector3.new(0, -4*size, 0))
2688
local part5, endPoint = workspace:FindPartOnRay(ray5, char)
2689
2690
local ray6 = Ray.new(root.Position-Vector3.new(size,0,size/2),Vector3.new(0, -4*size, 0))
2691
local part6, endPoint = workspace:FindPartOnRay(ray6, char)
2692
2693
local ray7 = Ray.new(root.Position+Vector3.new(size,0,-size/2),Vector3.new(0, -4*size, 0))
2694
local part7, endPoint = workspace:FindPartOnRay(ray7, char)
2695
2696
local ray8 = Ray.new(root.Position-Vector3.new(size,0,-size/2),Vector3.new(0, -4*size, 0))
2697
local part8, endPoint = workspace:FindPartOnRay(ray8, char)
2698
2699
local ray = Ray.new(root.Position,Vector3.new(0, -6, 0))
2700
local part, endPoint = workspace:FindPartOnRay(ray, char)
2701
2702
if part1 or part2 or part3 or part4 or part5 or part6 or part7 or part8 then jumped = false candouble = true else endPoint = 0 jumped = true end
2703
2704
local rlegray = Ray.new(rleg.Position+Vector3.new(0,size/2,0),Vector3.new(0, -1.75*size, 0))
2705
local rlegpart, rlegendPoint = workspace:FindPartOnRay(rlegray, char)
2706
2707
local llegray = Ray.new(lleg.Position+Vector3.new(0,size/2,0),Vector3.new(0, -1.75*size, 0))
2708
local llegpart, llegendPoint = workspace:FindPartOnRay(llegray, char)
2709
2710
if hum.Health > 0 and noidle == false then
2711
if (torso.Velocity*Vector3.new(1, 0, 1)).magnitude >= 5 and jumped == false then
2712
hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, -.2) * CFrame.Angles(math.rad((torso.Velocity*Vector3.new(1, 0, 1)).magnitude/35),torsorotY, math.rad(0)+torsorotY), 0.4)
2713
hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.Angles((change/10)*math.cos(sine/2)+0.1,-(change/10)*math.cos(sine/4)-(torsorotY/5),(change/5)*math.cos(sine/4)), 0.1)
2714
--rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.62-(movement/40)*math.cos(sine/4)/3,(movement/150)+(movement/40)*math.cos(sine/4))*CFrame.Angles(math.rad(-5-(movement*2)*math.cos(sine/4))+ -(movement/10)*math.sin(sine/4),math.rad(0-(movement*2)*math.cos(sine/4)),math.rad(0)), 0.2)
2715
--larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.62+(movement/40)*math.cos(sine/4)/3,(movement/150)-(movement/40)*math.cos(sine/4))*CFrame.Angles(math.rad(-5+(movement*2)*math.cos(sine/4))+ (movement/10)*math.sin(sine/4),math.rad(0-(movement*2)*math.cos(sine/4)),math.rad(0)), 0.2)
2716
rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.8-(movement/40)*math.cos(sine/4)/3,(movement/150)+(movement/40)*math.cos(sine/4))*CFrame.Angles(math.rad(-70-(movement*0.5)*math.cos(sine/4))+ -(movement/40)*math.sin(sine/4),math.rad(-25-(movement*2)*math.cos(sine/4)),math.rad(10)), 0.2)
2717
larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.8+(movement/40)*math.cos(sine/4)/3,(movement/150)-(movement/40)*math.cos(sine/4))*CFrame.Angles(math.rad(-70+(movement*0.5)*math.cos(sine/4))+ (movement/40)*math.sin(sine/4),math.rad(25-(movement*2)*math.cos(sine/4)),math.rad(-10)), 0.2)
2718
torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.05+(change/2)*math.cos(sine/2), 0) * CFrame.Angles(math.rad(-(change*20)-(movement/20)*math.cos(sine/2)), torsorotY2+math.rad(0-4*math.sin(sine/4)), torsorotY2+math.rad(0-1*math.cos(sine/4))), 0.1)
2719
lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5,(-0.85-(movement/15)*math.cos(sine/4)/2),-0.1+(movement/15)*math.cos(sine/4))*CFrame.Angles(math.rad(-10+(change*5)-movement*math.cos(sine/4))+ -(movement/10)*math.sin(sine/4),math.rad(0+(movement*2)*math.cos(sine/4)),math.rad(0)), 0.2)
2720
rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5,(-0.85+(movement/15)*math.cos(sine/4)/2),-0.1-(movement/15)*math.cos(sine/4))*CFrame.Angles(math.rad(-10+(change*5)+movement*math.cos(sine/4))+ (movement/10)*math.sin(sine/4),math.rad(0+(movement*2)*math.cos(sine/4)),math.rad(0)), 0.2)
2721
elseif jumped == true then
2722
didjump = true
2723
jumppower = root.Velocity.Y
2724
hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, -.1) * CFrame.Angles(0,0,0), 0.4)
2725
hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.Angles(math.rad(-velocityYFall3/5),0,0), 0.1)
2726
larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.55-velocityYFall3/70,0)*CFrame.Angles(math.rad(-velocityYFall3/10),math.rad(0),math.rad(velocityYFall)), 0.2)
2727
rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.55-velocityYFall3/70,0)*CFrame.Angles(math.rad(-velocityYFall3/10),math.rad(0),math.rad(-velocityYFall)), 0.2)
2728
torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(velocityYFall3/10),math.rad(0), math.rad(0)), 0.1)
2729
lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5,-0.925,0)*CFrame.Angles(math.rad(-35),math.rad(0),math.rad(-2)), 0.2)
2730
rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5,0,-0.8)*CFrame.Angles(math.rad(-25),math.rad(0),math.rad(2)), 0.2)
2731
elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 5*size then
2732
hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5*size, -.1*size) * CFrame.Angles(math.rad((torso.Velocity*Vector3.new(1, 0, 1)).magnitude/35),0, 0), 0.4)
2733
hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.Angles(math.rad(-10)+0.05*math.sin(sine/16)+0.15,math.rad(-40)+0.01*math.sin(sine/32),0.01*math.sin(sine/32)), 0.1)
2734
larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5*size,0.55*size-(0.1*size)*math.cos(sine/16)/3,-0.05-0.1*size*math.cos(sine/16))*CFrame.Angles(math.rad(20+4*math.cos(sine/16)),math.rad(-5-5*math.sin(sine/16)),math.rad(10+2*math.cos(sine/16))), 0.2)
2735
rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5*size,0.55*size-(0.1*size)*math.cos(sine/16)/3,-0.05-0.1*size*math.cos(sine/16))*CFrame.Angles(math.rad(-20+4*math.cos(sine/16)),math.rad(5+5*math.sin(sine/16)),math.rad(5-2*math.cos(sine/16))), 0.2)
2736
torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.1*size-(0.1*size)*math.cos(sine/16)-hum.HipHeight, -0.1*math.cos(sine/16)) * CFrame.Angles(math.rad(-10-2*math.cos(sine/16)),math.rad(-40), math.rad(1-1*math.cos(sine/16))), 0.1)
2737
lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(0,llegendPoint.Y-lleg.Position.Y,0)*CFrame.new(-0.5*size,0*size+(0.1*size)*math.cos(sine/16),0)*CFrame.Angles(math.rad(15),math.rad(20),math.rad(-10+1*math.cos(sine/16))), 0.1)
2738
rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0,rlegendPoint.Y-rleg.Position.Y,0)*CFrame.new(0.5*size,0*size+(0.1*size)*math.cos(sine/16),0)*CFrame.Angles(math.rad(-5),math.rad(-20),math.rad(10+1*math.cos(sine/16))), 0.1)
2739
end
2740
end
2741
if didjump == true and jumped == false and jumppower < 0 then
2742
didjump = false
2743
jumpimpact()
2744
end
2745
2746
--timeposition = soundz.TimePosition
2747
hed.BrickColor = skin_color
2748
torso.BrickColor = skin_color
2749
rarm.BrickColor = skin_color
2750
larm.BrickColor = skin_color
2751
rleg.BrickColor = skin_color
2752
lleg.BrickColor = skin_color
2753
sine = sine + change
2754
hum.Health = math.huge
2755
hum.MaxHealth = math.huge
2756
end)