View difference between Paste ID: kkzuBTzD and eTV3AFmi
SHOW: | | - or go back to the newest paste.
1
-- This script has been converted to FE by iPxter
2
3
4
if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
5
local Player,Mouse,mouse,UserInputService,ContextActionService = owner
6
do
7
	print("FE Compatibility code by Mokiros | Translated to FE by iPxter")
8
	script.Parent = Player.Character
9
10
	--RemoteEvent for communicating
11
	local Event = Instance.new("RemoteEvent")
12
	Event.Name = "UserInput_Event"
13
14
	--Fake event to make stuff like Mouse.KeyDown work
15
	local function fakeEvent()
16
		local t = {_fakeEvent=true,Connect=function(self,f)self.Function=f end}
17
		t.connect = t.Connect
18
		return t
19
	end
20
21
	--Creating fake input objects with fake variables
22
    local m = {Target=nil,Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent()}
23
	local UIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()}
24
	local CAS = {Actions={},BindAction=function(self,name,fun,touch,...)
25
		CAS.Actions[name] = fun and {Name=name,Function=fun,Keys={...}} or nil
26
	end}
27
	--Merged 2 functions into one by checking amount of arguments
28
	CAS.UnbindAction = CAS.BindAction
29
30
	--This function will trigger the events that have been :Connect()'ed
31
	local function te(self,ev,...)
32
		local t = m[ev]
33
		if t and t._fakeEvent and t.Function then
34
			t.Function(...)
35
		end
36
	end
37
	m.TrigEvent = te
38
	UIS.TrigEvent = te
39
40
	Event.OnServerEvent:Connect(function(plr,io)
41
	    if plr~=Player then return end
42
		if io.isMouse then
43
			m.Target = io.Target
44
			m.Hit = io.Hit
45
		else
46
			local b = io.UserInputState == Enum.UserInputState.Begin
47
			if io.UserInputType == Enum.UserInputType.MouseButton1 then
48
				return m:TrigEvent(b and "Button1Down" or "Button1Up")
49
			end
50
			for _,t in pairs(CAS.Actions) do
51
				for _,k in pairs(t.Keys) do
52
					if k==io.KeyCode then
53
						t.Function(t.Name,io.UserInputState,io)
54
					end
55
				end
56
			end
57
			m:TrigEvent(b and "KeyDown" or "KeyUp",io.KeyCode.Name:lower())
58
			UIS:TrigEvent(b and "InputBegan" or "InputEnded",io,false)
59
	    end
60
	end)
61
	Event.Parent = NLS([==[
62
	local Player = game:GetService("Players").LocalPlayer
63
	local Event = script:WaitForChild("UserInput_Event")
64
65
	local UIS = game:GetService("UserInputService")
66
	local input = function(io,a)
67
		if a then return end
68
		--Since InputObject is a client-side instance, we create and pass table instead
69
		Event:FireServer({KeyCode=io.KeyCode,UserInputType=io.UserInputType,UserInputState=io.UserInputState})
70
	end
71
	UIS.InputBegan:Connect(input)
72
	UIS.InputEnded:Connect(input)
73
74
	local Mouse = Player:GetMouse()
75
	local h,t
76
	--Give the server mouse data 30 times every second, but only if the values changed
77
	--If player is not moving their mouse, client won't fire events
78
	while wait(1/30) do
79
		if h~=Mouse.Hit or t~=Mouse.Target then
80
			h,t=Mouse.Hit,Mouse.Target
81
			Event:FireServer({isMouse=true,Target=t,Hit=h})
82
		end
83
	end]==],Player.Character)
84
	Mouse,mouse,UserInputService,ContextActionService = m,m,UIS,CAS
85
end
86
87
wait(1)
88
89
	Player=owner
90
	Character=Player.Character
91
	m=Instance.new('Model',Character)
92
93
94
	local function weldBetween(a, b)
95
	    local weldd = Instance.new("ManualWeld")
96
	    weldd.Part0 = a
97
	    weldd.Part1 = b
98
	    weldd.C0 = CFrame.new()
99
	    weldd.C1 = b.CFrame:inverse() * a.CFrame
100
	    weldd.Parent = a
101
	    return weldd
102
	end
103
	
104
	it=Instance.new
105
	
106
	function nooutline(part)
107
		part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10
108
	end
109
	
110
	function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size)
111
		local fp=it("Part")
112
		fp.formFactor=formfactor
113
		fp.Parent=parent
114
		fp.Reflectance=reflectance
115
		fp.Transparency=transparency
116
		fp.CanCollide=false
117
		fp.Locked=true
118
		fp.BrickColor=BrickColor.new(tostring(brickcolor))
119
		fp.Name=name
120
		fp.Size=size
121
		fp.Position=Character.Torso.Position
122
		nooutline(fp)
123
		fp.Material=material
124
		fp:BreakJoints()
125
		return fp
126
	end
127
	
128
	function mesh(Mesh,part,meshtype,meshid,offset,scale)
129
		local mesh=it(Mesh)
130
		mesh.Parent=part
131
		if Mesh=="SpecialMesh" then
132
			mesh.MeshType=meshtype
133
			mesh.MeshId=meshid
134
		end
135
		mesh.Offset=offset
136
		mesh.Scale=scale
137
		return mesh
138
	end
139
	
140
	function weld(parent,part0,part1,c0,c1)
141
		local weld=it("Weld")
142
		weld.Parent=parent
143
		weld.Part0=part0
144
		weld.Part1=part1
145
		weld.C0=c0
146
		weld.C1=c1
147
		return weld
148
	end
149
150
RightA=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"Really black","Handle",Vector3.new(1.31421626, 2.62842989, 1.31421471))
151
RightAweld=weld(m,Character["Left Arm"],RightA,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0754652023, 0.127724171, -0.169014931, 0.999724269, 0.01186, 0.0202710405, -0.0117467064, 0.999914646, -0.00569900358, -0.0203369036, 0.00545931328, 0.99977833))
152
Thingy=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,1,"Really black","Thingy",Vector3.new(1.41839123, 1.41838992, 1.41838956))
153
Thingyweld=weld(m,RightA,Thingy,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.088727951, 0.00277280807, 0.03520298, 1.00000012, 8.73114914e-011, 0, 8.73114914e-011, 1, 4.65661287e-010, 0, 4.65661287e-010, 1))
154
Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.283678204, 0.283678055, 0.567355752))
155
Partweld=weld(m,RightA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0765886307, -1.98301792, 1.04837799, 1.00000012, 8.73114914e-011, 0, 0, -0.707099676, -0.707113743, 0, 0.707113862, -0.707099795))
156
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 1.01999998, 1.03999996))
157
Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(1.41839123, 0.354597479, 1.41838956))
158
Partweld=weld(m,RightA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0887346268, -0.777343035, 0.035200119, 1.00000012, 8.73114914e-011, 0, 8.73114914e-011, 1, 4.65661287e-010, 0, 4.65661287e-010, 1))
159
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.03999996, 0.400000006, 1.03999996))
160
Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(1.46094286, 0.283678025, 1.46094108))
161
Partweld=weld(m,RightA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.088727951, 0.853806138, 0.0352125168, 1.00000012, 8.73114914e-011, 0, 8.73114914e-011, 1, 4.65661287e-010, 0, 4.65661287e-010, 1))
162
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.02999997, 0.50999999, 1.02999997))
163
Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.283678204, 0.283678055, 0.851033628))
164
Partweld=weld(m,RightA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0765743256, 1.46370363, -0.580066919, 1.00000012, -1.5963451e-008, 2.99885869e-006, -2.94670463e-006, 0.173635423, 0.984810054, -5.35976142e-007, -0.984809995, 0.173635408))
165
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 1.01999998, 1.03999996))
166
Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.283678204, 0.283678055, 0.851033628))
167
Partweld=weld(m,RightA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0765705109, 1.31746244, -0.249498844, 1.00000012, 8.73114914e-011, 0, 0, -0.173656225, 0.984806359, -4.65661287e-010, -0.984806299, -0.173656181))
168
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 1.01999998, 1.03999996))
169
Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(1.44675899, 0.425516993, 1.44675708))
170
Partweld=weld(m,RightA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0887422562, 0.853808045, 0.0352210999, 1.00000012, 8.73114914e-011, 0, 8.73114914e-011, 1, 4.65661287e-010, 0, 4.65661287e-010, 1))
171
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 1.01999998, 1.01999998))
172
Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(1.46094286, 0.283678025, 1.46094108))
173
Partweld=weld(m,RightA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.088727951, 0.853799224, 0.0352125168, 1.00000012, 8.73114914e-011, 0, 8.73114914e-011, 1, 4.65661287e-010, 0, 4.65661287e-010, 1))
174
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 1.01999998, 1.01999998))
175
Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.283678204, 0.283678055, 0.567355752))
176
Partweld=weld(m,RightA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0765781403, -1.93325758, 1.09814215, -1.00000012, -8.73114914e-011, 0, -5.58793545e-009, -0.707110703, 0.707102895, 0, 0.707102895, 0.707110584))
177
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 1.01999998, 1.03999996))
178
Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.283678204, 0.283678055, 0.851033628))
179
Partweld=weld(m,RightA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0765657425, 1.39436722, -0.592307091, -1.00000012, -8.73114914e-011, 0, 0, 0.173656225, -0.984806359, -4.65661287e-010, -0.984806299, -0.173656181))
180
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 1.01999998, 1.03999996))
181
Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.283678204, 0.283678055, 0.851033628))
182
Partweld=weld(m,RightA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0352058411, 1.35817862, -0.256694794, -9.72300768e-006, 9.42777842e-006, -1.00000012, 0.984807432, -0.173650503, -1.12168491e-005, -0.173650503, -0.984807432, -7.59679824e-006))
183
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 1.01999998, 1.03999996))
184
Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.283678204, 0.283678055, 0.851033628))
185
Partweld=weld(m,RightA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0351982117, 1.76633024, -0.834147453, -9.72300768e-006, 9.42777842e-006, -1.00000012, 0.866034389, 0.499984711, -3.70666385e-006, 0.499984741, -0.866034329, -1.30273402e-005))
186
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 1.01999998, 1.03999996))
187
Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.283678204, 0.283678055, 0.851033628))
188
Partweld=weld(m,RightA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0765447617, 1.13482475, -0.218839645, 1.00000012, 8.73114914e-011, 0, -5.58793545e-009, -0.707110703, 0.707102895, 0, -0.707102895, -0.707110584))
189
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.03999996, 1.01999998, 1.03999996))
190
Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.283678204, 0.283678055, 0.567355752))
191
Partweld=weld(m,RightA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0351867676, -2.01229572, 1.01912785, -1.06878579e-005, 1.24396756e-005, -1, -0.707121968, -0.70709157, -1.23679638e-006, -0.707091689, 0.707122087, 1.63540244e-005))
192
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 1.01999998, 1.03999996))
193
Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(1.41839123, 0.283678055, 1.41838956))
194
Partweld=weld(m,RightA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0887155533, -0.990084648, 0.0351953506, 1.00000012, 8.73114914e-011, 0, 8.73114914e-011, 1, 4.65661287e-010, 0, 4.65661287e-010, 1))
195
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.05999994, 0.699999988, 1.05999994))
196
Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.283678204, 0.283678055, 0.851033628))
197
Partweld=weld(m,RightA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0765752792, 1.66953611, -0.890017033, -1.00000012, -8.73114914e-011, 0, 0, 0.500011563, -0.866018832, 0, -0.866018772, -0.500011504))
198
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 1.01999998, 1.03999996))
199
Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.283678204, 0.283678055, 0.851033628))
200
Partweld=weld(m,RightA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0765457153, 1.08501911, -0.169064522, -1.00000012, -8.73114914e-011, 0, 0, -0.707099676, -0.707113743, 0, -0.707113862, 0.707099795))
201
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.03999996, 1.01999998, 1.03999996))
202
Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(1.41839123, 0.354597479, 1.41838956))
203
Partweld=weld(m,RightA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0887441635, -0.351821661, 0.0352039337, 1.00000012, 8.73114914e-011, 0, 8.73114914e-011, 1, 4.65661287e-010, 0, 4.65661287e-010, 1))
204
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.03999996, 0.400000006, 1.03999996))
205
Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(1.41839123, 0.354597479, 1.41838956))
206
Partweld=weld(m,RightA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0887460709, 0.0736956596, 0.0351963043, 1.00000012, 8.73114914e-011, 0, 8.73114914e-011, 1, 4.65661287e-010, 0, 4.65661287e-010, 1))
207
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.03999996, 0.400000006, 1.03999996))
208
Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.283678204, 0.283678055, 0.851033628))
209
Partweld=weld(m,RightA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0352067947, 1.16405034, -0.248080254, -9.72300768e-006, 9.42777842e-006, -1.00000012, 0.707110286, -0.707103312, -1.35414302e-005, -0.707103431, -0.707110167, 2.10478902e-007))
210
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.03999996, 1.01999998, 1.03999996))
211
Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(1.41839123, 0.354597479, 1.41838956))
212
Partweld=weld(m,RightA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0887374878, 0.499208927, 0.0352153778, 1.00000012, 8.73114914e-011, 0, 8.73114914e-011, 1, 4.65661287e-010, 0, 4.65661287e-010, 1))
213
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.03999996, 0.400000006, 1.03999996))
214
Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.283678204, 0.283678055, 0.851033628))
215
Partweld=weld(m,RightA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0352153778, 1.50446987, -0.572892904, -9.72300768e-006, 9.42777842e-006, -1.00000012, 0.984808922, 0.173642009, -7.93859363e-006, 0.173642024, -0.984808922, -1.09724933e-005))
216
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 1.01999998, 1.03999996))
217
Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(1.43257511, 0.56735605, 1.4325732))
218
Partweld=weld(m,RightA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0887422562, 0.853806853, 0.0352210999, 1.00000012, 8.73114914e-011, 0, 8.73114914e-011, 1, 4.65661287e-010, 0, 4.65661287e-010, 1))
219
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 1.01999998, 1.01999998))
220
Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.283678204, 0.283678055, 0.851033628))
221
Partweld=weld(m,RightA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0766086578, 1.73053312, -0.854819059, 1.00000012, 8.73114914e-011, 0, 1.86264515e-009, 0.499992609, 0.86602962, 1.86264515e-009, -0.866029739, 0.499992639))
222
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 1.01999998, 1.03999996))
223
Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(1.41839123, 1.41838992, 1.41838956))
224
Partweld=weld(m,RightA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0887136459, -0.990086555, 0.0351982117, 1.00000012, 8.73114914e-011, 0, 8.73114914e-011, 1, 4.65661287e-010, 0, 4.65661287e-010, 1))
225
mesh("SpecialMesh",Part,Enum.MeshType.Sphere,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
226
Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(1.41839123, 0.496436507, 1.41838956))
227
Partweld=weld(m,RightA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0887174606, -1.20285392, 0.0352039337, 1.00000012, 8.73114914e-011, 0, 8.73114914e-011, 1, 4.65661287e-010, 0, 4.65661287e-010, 1))
228
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.12, 1.01999998, 1.12))
229
Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.283678204, 0.283678055, 0.851033628))
230
Partweld=weld(m,RightA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0765504837, 1.2480793, -0.237279296, -1.00000012, -8.73114914e-011, 0, 0, -0.173634395, -0.984810174, -9.31322575e-010, -0.984810233, 0.173634395))
231
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 1.01999998, 1.03999996))
232
Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(1.41839123, 0.283678055, 1.41838956))
233
Partweld=weld(m,RightA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0887231827, -0.5645895, 0.035200119, 1.00000012, 8.73114914e-011, 0, 8.73114914e-011, 1, 4.65661287e-010, 0, 4.65661287e-010, 1))
234
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.05999994, 0.699999988, 1.05999994))
235
Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(1.41839123, 0.283678055, 1.41838956))
236
Partweld=weld(m,RightA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0887231827, -0.5645895, 0.035200119, 1.00000012, 8.73114914e-011, 0, 8.73114914e-011, 1, 4.65661287e-010, 0, 4.65661287e-010, 1))
237
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.03999996, 1.01999998, 1.03999996))
238
Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(1.41839123, 0.283678055, 1.41838956))
239
Partweld=weld(m,RightA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0887317657, -0.139071465, 0.0352087021, 1.00000012, 8.73114914e-011, 0, 8.73114914e-011, 1, 4.65661287e-010, 0, 4.65661287e-010, 1))
240
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.05999994, 0.699999988, 1.05999994))
241
Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(1.41839123, 0.283678055, 1.41838956))
242
Partweld=weld(m,RightA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0887317657, -0.139071465, 0.0352087021, 1.00000012, 8.73114914e-011, 0, 8.73114914e-011, 1, 4.65661287e-010, 0, 4.65661287e-010, 1))
243
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.03999996, 1.01999998, 1.03999996))
244
Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(1.41839123, 0.283678055, 1.41838956))
245
Partweld=weld(m,RightA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0887136459, -0.990086555, 0.0351982117, 1.00000012, 8.73114914e-011, 0, 8.73114914e-011, 1, 4.65661287e-010, 0, 4.65661287e-010, 1))
246
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.03999996, 1.01999998, 1.03999996))
247
Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(1.41839123, 0.283678055, 1.41838956))
248
Partweld=weld(m,RightA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0887336731, 0.286453009, 0.0352010727, 1.00000012, 8.73114914e-011, 0, 8.73114914e-011, 1, 4.65661287e-010, 0, 4.65661287e-010, 1))
249
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.05999994, 0.699999988, 1.05999994))
250
Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(1.41839123, 0.283678055, 1.41838956))
251
Partweld=weld(m,RightA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0887336731, 0.286453009, 0.0352010727, 1.00000012, 8.73114914e-011, 0, 8.73114914e-011, 1, 4.65661287e-010, 0, 4.65661287e-010, 1))
252
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.03999996, 1.01999998, 1.03999996))
253
LeftArmPlate=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","LeftArmPlate",Vector3.new(1.41839123, 2.83677983, 1.41838956))
254
LeftArmPlateweld=weld(m,RightA,LeftArmPlate,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.088727951, 0.00277280807, 0.03520298, 1.00000012, 8.73114914e-011, 0, 8.73114914e-011, 1, 4.65661287e-010, 0, 4.65661287e-010, 1))
255
mesh("SpecialMesh",LeftArmPlate,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 1.01999998, 1.01999998))
256
257
258
	Player=game:GetService('Players').LocalPlayer
259
	Character=Player.Character
260
	Mouse=Player:GetMouse()
261
	m=Instance.new('Model',Character)
262
263
264
	local function weldBetween(a, b)
265
	    local weldd = Instance.new("ManualWeld")
266
	    weldd.Part0 = a
267
	    weldd.Part1 = b
268
	    weldd.C0 = CFrame.new()
269
	    weldd.C1 = b.CFrame:inverse() * a.CFrame
270
	    weldd.Parent = a
271
	    return weldd
272
	end
273
	
274
	it=Instance.new
275
	
276
	function nooutline(part)
277
		part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10
278
	end
279
	
280
	function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size)
281
		local fp=it("Part")
282
		fp.formFactor=formfactor
283
		fp.Parent=parent
284
		fp.Reflectance=reflectance
285
		fp.Transparency=transparency
286
		fp.CanCollide=false
287
		fp.Locked=true
288
		fp.BrickColor=BrickColor.new(tostring(brickcolor))
289
		fp.Name=name
290
		fp.Size=size
291
		fp.Position=Character.Torso.Position
292
		nooutline(fp)
293
		fp.Material=material
294
		fp:BreakJoints()
295
		return fp
296
	end
297
	
298
	function mesh(Mesh,part,meshtype,meshid,offset,scale)
299
		local mesh=it(Mesh)
300
		mesh.Parent=part
301
		if Mesh=="SpecialMesh" then
302
			mesh.MeshType=meshtype
303
			mesh.MeshId=meshid
304
		end
305
		mesh.Offset=offset
306
		mesh.Scale=scale
307
		return mesh
308
	end
309
	
310
	function weld(parent,part0,part1,c0,c1)
311
		local weld=it("Weld")
312
		weld.Parent=parent
313
		weld.Part0=part0
314
		weld.Part1=part1
315
		weld.C0=c0
316
		weld.C1=c1
317
		return weld
318
	end
319
320
Orb2=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Institutional white","Handle",Vector3.new(0.887265563, 0.887265563, 0.887265563))
321
Orb2weld=weld(m,Character["Left Arm"],Orb2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.502059937, 0.355368137, 1.71773267, -0.44424206, 0.232894972, -0.865106404, 0.628215313, 0.769424856, -0.115459129, 0.638744593, -0.594764709, -0.488119096))
322
mesh("SpecialMesh",Orb2,Enum.MeshType.Sphere,"",Vector3.new(0, 0, 0),Vector3.new(0.890794039, 0.890788555, 0.890788138))
323
Orb=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0.5,"Institutional white","Orb",Vector3.new(1.2214824, 1.2214824, 1.2214824))
324
Orb.Shape = "Ball"
325
Orbweld=weld(m,Orb2,Orb,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0, 0, 1.00000012, 2.98023224e-008, 2.98023224e-008, 2.98023224e-008, 1, 2.98023224e-008, 2.98023224e-008, 2.98023224e-008, 0.99999994))
326
Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.887265563, 0.887265265, 0.887265563))
327
Partweld=weld(m,Orb2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0143375397, -1.25859022, 0.329596519, 1.00000012, 2.98023224e-008, 2.98023224e-008, -1.11758709e-008, 0.923937678, -0.382543176, -5.96046448e-008, 0.382543325, 0.923937619))
328
mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.161962539, 0.615454078, 0.793611169))
329
Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.887265563, 0.887265265, 0.887265563))
330
Partweld=weld(m,Orb2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0142879486, -0.777062893, -1.45312595, 1.00000012, 2.98023224e-008, 2.98023224e-008, 1.49011612e-008, 0.923902035, -0.382629365, 0, 0.382629424, 0.923901975))
331
mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.145765424, 0.372511417))
332
Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.887265563, 0.887265265, 1.29332566))
333
Partweld=weld(m,Orb2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0143518448, 1.01072788, 0.321725368, 1.00000012, 2.98023224e-008, 2.98023224e-008, 3.7252903e-009, 0.923871815, -0.382702261, 2.98023224e-008, 0.382702231, 0.923871756))
334
mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.16196157, 1))
335
Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.887265563, 0.887265265, 0.887265563))
336
Partweld=weld(m,Orb2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0143795013, -0.705126762, -0.734368324, 1.00000012, 2.98023224e-008, 2.98023224e-008, -3.7252903e-009, 0.923846126, -0.38276419, 0, 0.382764339, 0.923846006))
337
mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.307727039, 0.3077268))
338
Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.887265563, 0.887265265, 0.887265563))
339
Partweld=weld(m,Orb2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0144195557, -0.138575554, 1.73011065, 1.00000012, 2.98023224e-008, 2.98023224e-008, 7.4505806e-009, 0.923765123, -0.382959813, 2.98023224e-008, 0.382959902, 0.923765063))
340
mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.161962539, 0.453492314, 0.583061278))
341
Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.887265563, 0.887265265, 0.887265563))
342
Partweld=weld(m,Orb2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.014383316, -0.769768238, 0.57397604, 1.00000012, 2.98023224e-008, 2.98023224e-008, -3.7252903e-009, 0.923928976, -0.382563949, -2.98023224e-008, 0.382564008, 0.923928976))
343
mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.16196157, 0.242942229))
344
Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.887265563, 0.887265265, 0.887265563))
345
Partweld=weld(m,Orb2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0143966675, -0.733929157, 0.825384617, 1.00000012, 2.98023224e-008, 2.98023224e-008, -3.7252903e-009, 0.923918545, -0.3825894, 0, 0.382589459, 0.923918486))
346
mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.242942333, 0.323922902))
347
Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.887265563, 0.887265265, 0.887265563))
348
Partweld=weld(m,Orb2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0144147873, -1.38066387, -0.353047848, 1.00000012, 2.98023224e-008, 2.98023224e-008, -3.7252903e-009, 0.923928976, -0.382563949, -2.98023224e-008, 0.382564008, 0.923928976))
349
mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.890788734, 0.745022833))
350
Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.887265563, 0.887265265, 0.887265563))
351
Partweld=weld(m,Orb2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.014339447, -1.12845087, -0.970898151, 1.00000012, 2.98023224e-008, 2.98023224e-008, -1.49011612e-008, 0.923991561, -0.38241303, -2.98023224e-008, 0.382413089, 0.923991442))
352
mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.3239232, 0.323922902))
353
Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.887265563, 0.887265265, 1.25021493))
354
Partweld=weld(m,Orb2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.014421463, 1.1401, 2.09678173, 1.00000012, 2.98023224e-008, 2.98023224e-008, 1.11758709e-008, 0.923716426, -0.383077323, 2.98023224e-008, 0.383077323, 0.923716307))
355
mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.161962539, 0.906984746, 1))
356
Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.887265563, 0.887265265, 0.887265563))
357
Partweld=weld(m,Orb2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.014421463, -0.583045006, -1.08001328, 1.00000012, 2.98023224e-008, 2.98023224e-008, -1.11758709e-008, 0.923855543, -0.382741481, 0, 0.38274157, 0.923855543))
358
mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.583061755, 0.469688207))
359
Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.887265563, 0.887265265, 0.887265563))
360
Partweld=weld(m,Orb2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0144405365, 0.82538271, 0.82533884, 1.00000012, 2.98023224e-008, 2.98023224e-008, 7.4505806e-009, 0.923936188, -0.382546633, -2.98023224e-008, 0.382546723, 0.923936188))
361
mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.161962539, 0.259138525, 0.323922902))
362
Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.887265563, 0.887265265, 0.887265563))
363
Partweld=weld(m,Orb2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0143356323, 0.867033958, 0.573077679, 1.00000012, 2.98023224e-008, 2.98023224e-008, 1.11758709e-008, 0.923900545, -0.382632852, -2.98023224e-008, 0.382632971, 0.923900485))
364
mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.16196157, 0.242942229))
365
Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.887265563, 0.887265265, 0.887265563))
366
Partweld=weld(m,Orb2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0144271851, 0.400120258, 1.79469538, 1.00000012, 2.98023224e-008, 2.98023224e-008, 7.4505806e-009, 0.923717797, -0.383073896, -2.98023224e-008, 0.383073926, 0.923717678))
367
mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.161962539, 0.761219323, 0.728826642))
368
Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.887265563, 0.887265265, 2.58665133))
369
Partweld=weld(m,Orb2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0143842697, -0.913496971, -0.324445724, 1.00000012, 2.98023224e-008, 2.98023224e-008, -3.7252903e-009, 0.923928976, -0.382563949, -2.98023224e-008, 0.382564008, 0.923928976))
370
mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.16196157, 1))
371
Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.887265563, 0.887265265, 0.887265563))
372
Partweld=weld(m,Orb2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0143375397, -0.541174889, 1.62945747, 1.00000012, 2.98023224e-008, 2.98023224e-008, 1.86264515e-008, 0.923819423, -0.382828385, -5.96046448e-008, 0.382828504, 0.923819482))
373
mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.161962539, 0.453492463, 0.356315255))
374
Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.887265563, 2.06932139, 0.887265563))
375
Partweld=weld(m,Orb2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0143985748, 0.0481734276, 1.21983814, 1.00000012, 2.98023224e-008, 2.98023224e-008, 7.4505806e-009, 0.92387718, -0.382689148, -2.98023224e-008, 0.382689238, 0.92387712))
376
mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 1, 0.566865087))
377
Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.887265563, 0.887265265, 0.887265563))
378
Partweld=weld(m,Orb2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0142784119, -1.2364316, -0.755404949, 1.00000012, 2.98023224e-008, 2.98023224e-008, 1.49011612e-008, 0.923943341, -0.382529408, -2.98023224e-008, 0.382529497, 0.923943341))
379
mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.566865504, 0.161961451))
380
Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.887265563, 0.887265265, 0.887265563))
381
Partweld=weld(m,Orb2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0143661499, -0.769869804, -0.475550175, 1.00000012, 2.98023224e-008, 2.98023224e-008, -3.7252903e-009, 0.923884392, -0.382671893, 0, 0.382671893, 0.923884332))
382
mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.16196157, 0.275334477))
383
Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.887265563, 1.33643687, 0.887265563))
384
Partweld=weld(m,Orb2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0143489838, 0.0422496796, 0.896978855, 1.00000012, 2.98023224e-008, 2.98023224e-008, 1.11758709e-008, 0.923894286, -0.382647961, 2.98023224e-008, 0.382647932, 0.923894167))
385
mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 1, 0.161961451))
386
Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.887265563, 0.887265265, 0.887265563))
387
Partweld=weld(m,Orb2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0143232346, 1.78682709, 2.95177078, 1.00000012, 2.98023224e-008, 2.98023224e-008, 1.11758709e-008, 0.923716426, -0.383077323, 2.98023224e-008, 0.383077323, 0.923716307))
388
mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.550669432, 0.842199624))
389
Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Wedge",Vector3.new(0.887265563, 0.887265265, 0.887265563))
390
Wedgeweld=weld(m,Orb2,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0143451691, -0.970619202, 1.3801322, 1.00000012, 2.98023224e-008, 2.98023224e-008, 0, 0.382422388, 0.923987627, 1.49011612e-008, -0.923987687, 0.382422358))
391
mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.3239232, 0.242942229))
392
Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Wedge",Vector3.new(0.887265563, 0.887265265, 0.887265563))
393
Wedgeweld=weld(m,Orb2,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0143575668, 0.867223263, -0.314217091, -1.00000012, -2.98023224e-008, -2.98023224e-008, 7.4505806e-009, 0.923972368, -0.382459223, 2.98023224e-008, -0.382459283, -0.923972309))
394
mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.16196163, 0.340119064))
395
Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Wedge",Vector3.new(0.887265563, 0.887265265, 0.887265563))
396
Wedgeweld=weld(m,Orb2,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0142812729, 0.769894123, -0.315297604, 1.00000012, 2.98023224e-008, 2.98023224e-008, -7.4505806e-009, -0.923946202, 0.382522434, 2.98023224e-008, -0.382522523, -0.923946202))
397
mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.16196157, 0.340119064))
398
Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Wedge",Vector3.new(0.887265563, 0.887265265, 0.887265563))
399
Wedgeweld=weld(m,Orb2,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.014169693, -0.540971756, 1.88808012, 1.00000012, 2.98023224e-008, 2.98023224e-008, 0, 0.923836112, -0.38278845, 0, 0.38278845, 0.923835993))
400
mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.453492463, 0.226746053))
401
Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Wedge",Vector3.new(0.887265563, 0.887265265, 0.887265563))
402
Wedgeweld=weld(m,Orb2,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0142345428, 0.769889832, -0.0939731598, -1.00000012, -2.98023224e-008, -2.98023224e-008, -1.49011612e-008, -0.923993051, 0.382409662, 0, 0.382409692, 0.923992991))
403
mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.16196157, 0.583061278))
404
Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Wedge",Vector3.new(0.887265563, 0.887265265, 0.887265563))
405
Wedgeweld=weld(m,Orb2,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0143318176, -1.25844002, 1.07650661, 1.00000012, 2.98023224e-008, 2.98023224e-008, -3.7252903e-009, 0.923928976, -0.382563949, -2.98023224e-008, 0.382564008, 0.923928976))
406
mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.615454078, 0.890788138))
407
Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Wedge",Vector3.new(0.887265563, 0.887265265, 0.887265563))
408
Wedgeweld=weld(m,Orb2,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0143594742, -1.65409946, 0.329646587, 1, -1.38580799e-006, -3.48687172e-006, -3.35276127e-008, 0.92394191, -0.382532895, 3.78489494e-006, 0.382532895, 0.92394191))
409
mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.275334716, 0.793611169))
410
Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Wedge",Vector3.new(0.887265563, 0.887265265, 0.887265563))
411
Wedgeweld=weld(m,Orb2,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0144309998, 0.633481979, -0.47542429, -1.00000012, -2.98023224e-008, -2.98023224e-008, -1.11758709e-008, -0.923920572, 0.382584453, 2.98023224e-008, 0.382584512, 0.923920512))
412
mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962539, 0.145765424, 0.275334477))
413
Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Wedge",Vector3.new(0.887265563, 0.887265265, 0.887265563))
414
Wedgeweld=weld(m,Orb2,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0142469406, 0.446671486, -0.734605312, -1.00000012, -2.98023224e-008, -2.98023224e-008, 1.11758709e-008, -0.923937678, 0.382543176, -5.96046448e-008, 0.382543325, 0.923937619))
415
mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962539, 0.275334716, 0.3077268))
416
Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Wedge",Vector3.new(0.887265563, 1.79628587, 0.887265563))
417
Wedgeweld=weld(m,Orb2,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0143251419, 0.573383808, 1.31253004, -1.00000012, -2.98023224e-008, -2.98023224e-008, 2.98023224e-008, 0.383082122, 0.92371434, -1.49011612e-008, 0.92371428, -0.383082002))
418
mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 1, 0.518276632))
419
Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Wedge",Vector3.new(0.887265563, 0.887265265, 0.887265563))
420
Wedgeweld=weld(m,Orb2,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0146627426, -1.36505795, 1.12887478, 1.00000012, 2.98023224e-008, 2.98023224e-008, -2.98023224e-008, 0.38210234, 0.924120009, -3.7252903e-009, -0.924120188, 0.38210237))
421
mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.566865504, 0.323922902))
422
Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Wedge",Vector3.new(0.887265563, 0.887265265, 0.887265563))
423
Wedgeweld=weld(m,Orb2,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0144557953, 0.467606068, -0.753456116, 1.00000012, 2.98023224e-008, 2.98023224e-008, 2.60770321e-008, -0.923965275, 0.382476479, 0, -0.382476568, -0.923965216))
424
mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.356315494, 0.161961451))
425
Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Wedge",Vector3.new(0.887265563, 0.887265265, 0.887265563))
426
Wedgeweld=weld(m,Orb2,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.014333725, -2.05626631, -0.353295326, 1.00000012, 2.98023224e-008, 2.98023224e-008, -3.7252903e-009, 0.92394191, -0.382532805, 0, 0.382532895, 0.92394197))
427
mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.631650209, 0.745022833))
428
Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Wedge",Vector3.new(0.887265563, 0.887265265, 0.887265563))
429
Wedgeweld=weld(m,Orb2,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0143194199, 0.552689552, -0.753513813, -1.00000012, -2.98023224e-008, -2.98023224e-008, -1.86264515e-008, 0.923968136, -0.382469654, 0, -0.382469654, -0.923968077))
430
mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.356315523, 0.161961451))
431
Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Wedge",Vector3.new(0.887265563, 0.887265265, 0.887265563))
432
Wedgeweld=weld(m,Orb2,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0142192841, 0.399952888, 2.41989946, 1.00000012, 2.98023224e-008, 2.98023224e-008, 3.35276127e-008, 0.923707485, -0.383098871, 0, 0.383098871, 0.923707426))
433
mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962539, 0.761219621, 0.680238068))
434
Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Wedge",Vector3.new(0.887265563, 0.887265265, 0.887265563))
435
Wedgeweld=weld(m,Orb2,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0143661499, -0.935334206, -2.05619001, -1.00000012, -2.98023224e-008, -2.98023224e-008, -2.98023224e-008, 0.382503301, 0.923954129, 3.7252903e-009, 0.923954248, -0.382503211))
436
mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.566865504, 0.631649613))
437
Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Wedge",Vector3.new(0.887265563, 0.887265265, 0.887265563))
438
Wedgeweld=weld(m,Orb2,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0142612457, -0.755482197, 1.63165283, 1.00000012, 2.98023224e-008, 2.98023224e-008, 0, 0.382535756, 0.923940659, 3.7252903e-009, -0.923940778, 0.382535726))
439
mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.16196157, 0.323922902))
440
Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Wedge",Vector3.new(0.887265563, 0.887265265, 0.887265563))
441
Wedgeweld=weld(m,Orb2,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0142774582, 0.573737621, -0.662068844, -1.00000012, -2.98023224e-008, -2.98023224e-008, 2.98023224e-008, 0.382720828, 0.923864007, 3.7252903e-009, 0.923864126, -0.382720768))
442
mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962539, 0.242942333, 0.0809807107))
443
Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Wedge",Vector3.new(0.887265563, 0.887265265, 2.14117265))
444
Wedgeweld=weld(m,Orb2,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0142974854, 2.95166492, 3.10171676, -1.00000012, -2.98023224e-008, -2.98023224e-008, 2.98023224e-008, 0.383082122, 0.92371434, -1.49011612e-008, 0.92371428, -0.383082002))
445
mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962539, 0.842200279, 1))
446
Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Wedge",Vector3.new(0.887265563, 0.887265265, 0.887265563))
447
Wedgeweld=weld(m,Orb2,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0144081116, 0.752276421, -0.573189259, -1.00000012, -2.98023224e-008, -2.98023224e-008, -3.7252903e-009, 0.923968792, -0.382468104, 2.98023224e-008, -0.382468164, -0.923968673))
448
mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.0971769989, 0.242942229))
449
Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Wedge",Vector3.new(0.887265563, 0.887265265, 0.887265563))
450
Wedgeweld=weld(m,Orb2,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0143461227, -0.864406586, 1.62925768, 1.00000012, 2.98023224e-008, 2.98023224e-008, 3.7252903e-009, 0.923863828, -0.382721543, 2.98023224e-008, 0.382721603, 0.923863888))
451
mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.275334716, 0.356315255))
452
Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Wedge",Vector3.new(0.887265563, 0.887265265, 0.887265563))
453
Wedgeweld=weld(m,Orb2,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0142230988, -1.01077271, 0.396942616, 1.00000012, 2.98023224e-008, 2.98023224e-008, -7.4505806e-009, -0.92387718, 0.382689148, 2.98023224e-008, -0.382689238, -0.92387712))
454
mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.16196157, 0.161961451))
455
Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Wedge",Vector3.new(0.887265563, 0.887265265, 0.887265563))
456
Wedgeweld=weld(m,Orb2,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0142660141, -0.139053822, 2.05354023, 1.00000012, 2.98023224e-008, 2.98023224e-008, 1.11758709e-008, 0.923669994, -0.383188933, 0, 0.383188993, 0.923670053))
457
mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.453492463, 0.145765319))
458
Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Wedge",Vector3.new(0.887265563, 0.887265265, 0.887265563))
459
Wedgeweld=weld(m,Orb2,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0143957138, 0.0443892479, -1.0795331, -1.00000012, -2.98023224e-008, -2.98023224e-008, 1.11758709e-008, -0.923923314, 0.382577747, 0, 0.382577837, 0.923923254))
460
mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.631650209, 0.469688356))
461
Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Wedge",Vector3.new(0.887265563, 0.887265265, 1.10651183))
462
Wedgeweld=weld(m,Orb2,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0143852234, -1.78688002, -2.02518988, 1.00000012, 2.98023224e-008, 2.98023224e-008, -1.11758709e-008, -0.923716426, 0.383077323, -2.98023224e-008, -0.383077323, -0.923716307))
463
mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.550669432, 1))
464
Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Wedge",Vector3.new(0.887265563, 0.887265265, 0.887265563))
465
Wedgeweld=weld(m,Orb2,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0142145157, 1.14002323, 3.02335072, 1.00000012, 2.98023224e-008, 2.98023224e-008, 3.35276127e-008, 0.923707485, -0.383098871, 0, 0.383098871, 0.923707426))
466
mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962539, 0.906985044, 0.680238068))
467
468
469
470
	Player=game:GetService('Players').LocalPlayer
471
	Character=Player.Character
472
	Mouse=Player:GetMouse()
473
	m=Instance.new('Model',Character)
474
475
476
	local function weldBetween(a, b)
477
	    local weldd = Instance.new("ManualWeld")
478
	    weldd.Part0 = a
479
	    weldd.Part1 = b
480
	    weldd.C0 = CFrame.new()
481
	    weldd.C1 = b.CFrame:inverse() * a.CFrame
482
	    weldd.Parent = a
483
	    return weldd
484
	end
485
	
486
	it=Instance.new
487
	
488
	function nooutline(part)
489
		part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10
490
	end
491
	
492
	function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size)
493
		local fp=it("Part")
494
		fp.formFactor=formfactor
495
		fp.Parent=parent
496
		fp.Reflectance=reflectance
497
		fp.Transparency=transparency
498
		fp.CanCollide=false
499
		fp.Locked=true
500
		fp.BrickColor=BrickColor.new(tostring(brickcolor))
501
		fp.Name=name
502
		fp.Size=size
503
		fp.Position=Character.Torso.Position
504
		nooutline(fp)
505
		fp.Material=material
506
		fp:BreakJoints()
507
		return fp
508
	end
509
	
510
	function mesh(Mesh,part,meshtype,meshid,offset,scale)
511
		local mesh=it(Mesh)
512
		mesh.Parent=part
513
		if Mesh=="SpecialMesh" then
514
			mesh.MeshType=meshtype
515
			mesh.MeshId=meshid
516
		end
517
		mesh.Offset=offset
518
		mesh.Scale=scale
519
		return mesh
520
	end
521
	
522
	function weld(parent,part0,part1,c0,c1)
523
		local weld=it("Weld")
524
		weld.Parent=parent
525
		weld.Part0=part0
526
		weld.Part1=part1
527
		weld.C0=c0
528
		weld.C1=c1
529
		return weld
530
	end
531
532
	Player=game:GetService('Players').LocalPlayer
533
	Character=Player.Character
534
	Mouse=Player:GetMouse()
535
	m=Instance.new('Model',Character)
536
537
538
	local function weldBetween(a, b)
539
	    local weldd = Instance.new("ManualWeld")
540
	    weldd.Part0 = a
541
	    weldd.Part1 = b
542
	    weldd.C0 = CFrame.new()
543
	    weldd.C1 = b.CFrame:inverse() * a.CFrame
544
	    weldd.Parent = a
545
	    return weldd
546
	end
547
	
548
	it=Instance.new
549
	
550
	function nooutline(part)
551
		part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10
552
	end
553
	
554
	function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size)
555
		local fp=it("Part")
556
		fp.formFactor=formfactor
557
		fp.Parent=parent
558
		fp.Reflectance=reflectance
559
		fp.Transparency=transparency
560
		fp.CanCollide=false
561
		fp.Locked=true
562
		fp.BrickColor=BrickColor.new(tostring(brickcolor))
563
		fp.Name=name
564
		fp.Size=size
565
		fp.Position=Character.Torso.Position
566
		nooutline(fp)
567
		fp.Material=material
568
		fp:BreakJoints()
569
		return fp
570
	end
571
	
572
	function mesh(Mesh,part,meshtype,meshid,offset,scale)
573
		local mesh=it(Mesh)
574
		mesh.Parent=part
575
		if Mesh=="SpecialMesh" then
576
			mesh.MeshType=meshtype
577
			mesh.MeshId=meshid
578
		end
579
		mesh.Offset=offset
580
		mesh.Scale=scale
581
		return mesh
582
	end
583
	
584
	function weld(parent,part0,part1,c0,c1)
585
		local weld=it("Weld")
586
		weld.Parent=parent
587
		weld.Part0=part0
588
		weld.Part1=part1
589
		weld.C0=c0
590
		weld.C1=c1
591
		return weld
592
	end
593
594
	Player=game:GetService('Players').LocalPlayer
595
	Character=Player.Character
596
	Mouse=Player:GetMouse()
597
	m=Instance.new('Model',Character)
598
599
600
	local function weldBetween(a, b)
601
	    local weldd = Instance.new("ManualWeld")
602
	    weldd.Part0 = a
603
	    weldd.Part1 = b
604
	    weldd.C0 = CFrame.new()
605
	    weldd.C1 = b.CFrame:inverse() * a.CFrame
606
	    weldd.Parent = a
607
	    return weldd
608
	end
609
	
610
	it=Instance.new
611
	
612
	function nooutline(part)
613
		part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10
614
	end
615
	
616
	function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size)
617
		local fp=it("Part")
618
		fp.formFactor=formfactor
619
		fp.Parent=parent
620
		fp.Reflectance=reflectance
621
		fp.Transparency=transparency
622
		fp.CanCollide=false
623
		fp.Locked=true
624
		fp.BrickColor=BrickColor.new(tostring(brickcolor))
625
		fp.Name=name
626
		fp.Size=size
627
		fp.Position=Character.Torso.Position
628
		nooutline(fp)
629
		fp.Material=material
630
		fp:BreakJoints()
631
		return fp
632
	end
633
	
634
	function mesh(Mesh,part,meshtype,meshid,offset,scale)
635
		local mesh=it(Mesh)
636
		mesh.Parent=part
637
		if Mesh=="SpecialMesh" then
638
			mesh.MeshType=meshtype
639
			mesh.MeshId=meshid
640
		end
641
		mesh.Offset=offset
642
		mesh.Scale=scale
643
		return mesh
644
	end
645
	
646
	function weld(parent,part0,part1,c0,c1)
647
		local weld=it("Weld")
648
		weld.Parent=parent
649
		weld.Part0=part0
650
		weld.Part1=part1
651
		weld.C0=c0
652
		weld.C1=c1
653
		return weld
654
	end
655
656
mesh("BlockMesh",Block,"","",Vector3.new(0, 0, 0),Vector3.new(0.334640861, 0.133856371, 0.669281721))
657
	Player=game:GetService('Players').LocalPlayer
658
	Character=Player.Character
659
	Mouse=Player:GetMouse()
660
	m=Instance.new('Model',Character)
661
662
663
	local function weldBetween(a, b)
664
	    local weldd = Instance.new("ManualWeld")
665
	    weldd.Part0 = a
666
	    weldd.Part1 = b
667
	    weldd.C0 = CFrame.new()
668
	    weldd.C1 = b.CFrame:inverse() * a.CFrame
669
	    weldd.Parent = a
670
	    return weldd
671
	end
672
	
673
	it=Instance.new
674
	
675
	function nooutline(part)
676
		part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10
677
	end
678
	
679
	function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size)
680
		local fp=it("Part")
681
		fp.formFactor=formfactor
682
		fp.Parent=parent
683
		fp.Reflectance=reflectance
684
		fp.Transparency=transparency
685
		fp.CanCollide=false
686
		fp.Locked=true
687
		fp.BrickColor=BrickColor.new(tostring(brickcolor))
688
		fp.Name=name
689
		fp.Size=size
690
		fp.Position=Character.Torso.Position
691
		nooutline(fp)
692
		fp.Material=material
693
		fp:BreakJoints()
694
		return fp
695
	end
696
	
697
	function mesh(Mesh,part,meshtype,meshid,offset,scale)
698
		local mesh=it(Mesh)
699
		mesh.Parent=part
700
		if Mesh=="SpecialMesh" then
701
			mesh.MeshType=meshtype
702
			mesh.MeshId=meshid
703
		end
704
		mesh.Offset=offset
705
		mesh.Scale=scale
706
		return mesh
707
	end
708
	
709
	function weld(parent,part0,part1,c0,c1)
710
		local weld=it("Weld")
711
		weld.Parent=parent
712
		weld.Part0=part0
713
		weld.Part1=part1
714
		weld.C0=c0
715
		weld.C1=c1
716
		return weld
717
	end
718
719
Head=part(Enum.FormFactor.Symmetric,m,Enum.Material.Granite,0,0,"Really black","Handle",Vector3.new(2.30105209, 2.30104971, 2.30105209))
720
Headweld=weld(m,Character["Head"],Head,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0198020935, -0.246876717, 0.0707855225, 1.00000012, -7.4505806e-009, 1.49011612e-008, -7.4505806e-009, 1, 0, 1.49011612e-008, 0, 1))
721
mesh("SpecialMesh",Head,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=16952952",Vector3.new(0, 0, 0),Vector3.new(1.20805228, 1.2080512, 1.2080524))
722
Head=part(Enum.FormFactor.Symmetric,m,Enum.Material.Plastic,0,0,"Cool yellow","Head",Vector3.new(2.31588483, 1.15794253, 1.15794206))
723
Headweld=weld(m,Head,Head,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0198421478, 0.246718407, -0.0708589554, 1.00000525, -1.1920929e-007, -7.37607479e-006, -6.33299351e-007, 1.0000006, -1.02221966e-005, 7.09295273e-006, 6.97374344e-006, 1.00000477))
724
mesh("SpecialMesh",Head,Enum.MeshType.Head,"",Vector3.new(0, 0, 0),Vector3.new(1.25, 1.25, 1.25))
725
	Player=game:GetService('Players').LocalPlayer
726
	Character=Player.Character
727
	Mouse=Player:GetMouse()
728
	m=Instance.new('Model',Character)
729
730
731
	local function weldBetween(a, b)
732
	    local weldd = Instance.new("ManualWeld")
733
	    weldd.Part0 = a
734
	    weldd.Part1 = b
735
	    weldd.C0 = CFrame.new()
736
	    weldd.C1 = b.CFrame:inverse() * a.CFrame
737
	    weldd.Parent = a
738
	    return weldd
739
	end
740
	
741
	it=Instance.new
742
	
743
	function nooutline(part)
744
		part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10
745
	end
746
	
747
	function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size)
748
		local fp=it("Part")
749
		fp.formFactor=formfactor
750
		fp.Parent=parent
751
		fp.Reflectance=reflectance
752
		fp.Transparency=transparency
753
		fp.CanCollide=false
754
		fp.Locked=true
755
		fp.BrickColor=BrickColor.new(tostring(brickcolor))
756
		fp.Name=name
757
		fp.Size=size
758
		fp.Position=Character.Torso.Position
759
		nooutline(fp)
760
		fp.Material=material
761
		fp:BreakJoints()
762
		return fp
763
	end
764
	
765
	function mesh(Mesh,part,meshtype,meshid,offset,scale)
766
		local mesh=it(Mesh)
767
		mesh.Parent=part
768
		if Mesh=="SpecialMesh" then
769
			mesh.MeshType=meshtype
770
			mesh.MeshId=meshid
771
		end
772
		mesh.Offset=offset
773
		mesh.Scale=scale
774
		return mesh
775
	end
776
	
777
	function weld(parent,part0,part1,c0,c1)
778
		local weld=it("Weld")
779
		weld.Parent=parent
780
		weld.Part0=part0
781
		weld.Part1=part1
782
		weld.C0=c0
783
		weld.C1=c1
784
		return weld
785
	end
786
787
LeftArm=part(Enum.FormFactor.Symmetric,m,Enum.Material.Plastic,0,0,"Really black","Handle",Vector3.new(1.22597945, 2.45195937, 1.22597885))
788
LeftArmweld=weld(m,Character["Left Arm"],LeftArm,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000160217285, 9.48905945e-005, 0.000159263611, 1.00000477, -2.06381083e-006, 1.5348196e-006, 5.11109829e-006, 1.00000083, -3.60608101e-006, -7.74860382e-007, 1.31130219e-006, 1.00000489))
789
Thingy=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,1,"Really black","Thingy",Vector3.new(1.32315993, 1.32316041, 1.32315946))
790
Thingyweld=weld(m,LeftArm,Thingy,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0827693939, 0.00258541107, 0.0328407288, 1.00000954, 3.00258398e-006, 7.59959221e-007, 3.00258398e-006, 1.00000179, -2.2649765e-006, 7.59959221e-007, -2.2649765e-006, 1.00000978))
791
Part=part(Enum.FormFactor.Brick,m,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.264631957, 0.264632106, 0.529263675))
792
Partweld=weld(m,LeftArm,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0714149475, -1.84987545, 0.977994084, 1.00000954, 3.00258398e-006, 7.59959221e-007, -2.64495611e-006, -0.707105398, -0.707113087, 1.59442425e-006, 0.707110643, -0.707114458))
793
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 1.01999998, 1.03999996))
794
Part=part(Enum.FormFactor.Brick,m,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(1.32315993, 0.330790102, 1.32315946))
795
Partweld=weld(m,LeftArm,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.082775116, -0.725151062, 0.0328397751, 1.00000954, 3.00258398e-006, 7.59959221e-007, 3.00258398e-006, 1.00000179, -2.2649765e-006, 7.59959221e-007, -2.2649765e-006, 1.00000978))
796
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.03999996, 0.400000006, 1.03999996))
797
Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.36285484, 0.264632106, 1.36285412))
798
Partweld=weld(m,LeftArm,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0827674866, 0.79648304, 0.0328454971, 1.00000954, 3.00258398e-006, 7.59959221e-007, 3.01748514e-006, 1.00000179, -1.43051147e-006, 7.74860382e-007, -3.1888485e-006, 1.00000989))
799
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.02999997, 0.50999999, 1.02999997))
800
Part=part(Enum.FormFactor.Brick,m,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.264631957, 0.264632106, 0.793895662))
801
Partweld=weld(m,LeftArm,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0714168549, 1.36540222, -0.541126728, 1, -4.20935112e-006, -5.97195537e-008, 7.8975404e-007, 0.173647121, 0.984807968, -4.13503267e-006, -0.984807909, 0.173647135))
802
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 1.01999998, 1.03999996))
803
Part=part(Enum.FormFactor.Brick,m,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.264631957, 0.264632106, 0.793895662))
804
Partweld=weld(m,LeftArm,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0714206696, 1.22896242, -0.232741833, 1.00000954, 3.00258398e-006, 7.59959221e-007, 1.78813934e-007, -0.17364943, 0.984818101, -3.13669443e-006, -0.984809339, -0.173646376))
805
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 1.01999998, 1.03999996))
806
Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.3496232, 0.396948099, 1.34962249))
807
Partweld=weld(m,LeftArm,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0827713013, 0.796488285, 0.0328474045, 1.00000954, 3.00258398e-006, 7.59959221e-007, 3.01748514e-006, 1.00000179, -1.43051147e-006, 7.74860382e-007, -3.1888485e-006, 1.00000989))
808
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 1.01999998, 1.01999998))
809
Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.36285484, 0.264632106, 1.36285412))
810
Partweld=weld(m,LeftArm,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0827693939, 0.796480179, 0.0328454971, 1.00000954, 3.00258398e-006, 7.59959221e-007, 3.01748514e-006, 1.00000179, -1.43051147e-006, 7.74860382e-007, -3.1888485e-006, 1.00000989))
811
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 1.01999998, 1.01999998))
812
Part=part(Enum.FormFactor.Brick,m,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.264631957, 0.264632106, 0.529263675))
813
Partweld=weld(m,LeftArm,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0714168549, -1.80346227, 1.02441311, -1.00000954, -3.00258398e-006, -7.59959221e-007, -1.57952309e-006, -0.707110167, 0.707114875, 2.65240669e-006, 0.707105994, 0.70711267))
814
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 1.01999998, 1.03999996))
815
Part=part(Enum.FormFactor.Brick,m,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.264631957, 0.264632106, 0.793895662))
816
Partweld=weld(m,LeftArm,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0714187622, 1.30074406, -0.552539349, -1.00000954, -3.00258398e-006, -7.59959221e-007, -1.78813934e-007, 0.17364943, -0.984818101, -3.13669443e-006, -0.984809339, -0.173646376))
817
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 1.01999998, 1.03999996))
818
Part=part(Enum.FormFactor.Brick,m,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.264631957, 0.264632106, 0.793895662))
819
Partweld=weld(m,LeftArm,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0328359604, 1.26695824, -0.239453316, -1.51991844e-006, 1.78813934e-006, -1.00000989, 0.984816492, -0.173645645, 5.66244125e-007, -0.173652947, -0.984809995, 2.71201134e-006))
820
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 1.01999998, 1.03999996))
821
Part=part(Enum.FormFactor.Brick,m,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.264631957, 0.264632106, 0.793895662))
822
Partweld=weld(m,LeftArm,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0328359604, 1.64771271, -0.778144121, -1.51991844e-006, 1.78813934e-006, -1.00000989, 0.866035521, 0.500002861, -1.25169754e-006, 0.500001431, -0.866025805, 2.39908695e-006))
823
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 1.01999998, 1.03999996))
824
Part=part(Enum.FormFactor.Brick,m,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.264631957, 0.264632106, 0.793895662))
825
Partweld=weld(m,LeftArm,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0714111328, 1.0586009, -0.204127312, 1.00000954, 3.00258398e-006, 7.59959221e-007, -1.57952309e-006, -0.707110167, 0.707114875, -2.65240669e-006, -0.707105994, -0.70711267))
826
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.03999996, 1.01999998, 1.03999996))
827
Part=part(Enum.FormFactor.Brick,m,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.264631957, 0.264632106, 0.529263675))
828
Partweld=weld(m,LeftArm,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0328321457, -1.87717056, 0.950706959, -6.2584877e-007, 3.24845314e-006, -1.00000978, -0.707116902, -0.707109034, 3.27825546e-007, -0.707110107, 0.707107008, -1.52736902e-006))
829
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 1.01999998, 1.03999996))
830
Part=part(Enum.FormFactor.Brick,m,Enum.Material.Granite,0,0,"Really black","Part",Vector3.new(1.32315993, 0.264632106, 1.32315946))
831
Partweld=weld(m,LeftArm,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0827674866, -0.923624516, 0.0328416824, 1.00000954, 3.00258398e-006, 7.59959221e-007, 3.00258398e-006, 1.00000179, -2.2649765e-006, 7.59959221e-007, -2.2649765e-006, 1.00000978))
832
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.05999994, 0.699999988, 1.05999994))
833
Part=part(Enum.FormFactor.Brick,m,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.264631957, 0.264632106, 0.793895662))
834
Partweld=weld(m,LeftArm,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0714187622, 1.55743456, -0.830267906, -1.00000954, -3.00258398e-006, -7.59959221e-007, 8.34465027e-007, 0.500002623, -0.866035223, -2.97650695e-006, -0.866025925, -0.500002742))
835
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 1.01999998, 1.03999996))
836
Part=part(Enum.FormFactor.Brick,m,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.264631957, 0.264632106, 0.793895662))
837
Partweld=weld(m,LeftArm,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0714130402, 1.01217651, -0.157720208, -1.00000954, -3.00258398e-006, -7.59959221e-007, -2.64495611e-006, -0.707105398, -0.707113087, -1.59442425e-006, -0.707110643, 0.707114458))
838
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.03999996, 1.01999998, 1.03999996))
839
Part=part(Enum.FormFactor.Brick,m,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(1.32315993, 0.330790102, 1.32315946))
840
Partweld=weld(m,LeftArm,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0827693939, -0.328203678, 0.0328435898, 1.00000954, 3.00258398e-006, 7.59959221e-007, 3.00258398e-006, 1.00000179, -2.2649765e-006, 7.59959221e-007, -2.2649765e-006, 1.00000978))
841
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.03999996, 0.400000006, 1.03999996))
842
Part=part(Enum.FormFactor.Brick,m,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(1.32315993, 0.330790102, 1.32315946))
843
Partweld=weld(m,LeftArm,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0827713013, 0.0687475204, 0.0328426361, 1.00000954, 3.00258398e-006, 7.59959221e-007, 3.00258398e-006, 1.00000179, -2.2649765e-006, 7.59959221e-007, -2.2649765e-006, 1.00000978))
844
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.03999996, 0.400000006, 1.03999996))
845
Part=part(Enum.FormFactor.Brick,m,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.264631957, 0.264632106, 0.793895662))
846
Partweld=weld(m,LeftArm,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.032831192, 1.08587694, -0.231422424, -1.51991844e-006, 1.78813934e-006, -1.00000989, 0.707112789, -0.707104445, 1.9967556e-006, -0.70711422, -0.707111537, 1.84774399e-006))
847
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.03999996, 1.01999998, 1.03999996))
848
Part=part(Enum.FormFactor.Brick,m,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(1.32315993, 0.330790102, 1.32315946))
849
Partweld=weld(m,LeftArm,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0827732086, 0.465690613, 0.0328435898, 1.00000954, 3.00258398e-006, 7.59959221e-007, 3.00258398e-006, 1.00000179, -2.2649765e-006, 7.59959221e-007, -2.2649765e-006, 1.00000978))
850
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.03999996, 0.400000006, 1.03999996))
851
Part=part(Enum.FormFactor.Brick,m,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.264631957, 0.264632106, 0.793895662))
852
Partweld=weld(m,LeftArm,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0328388214, 1.4034214, -0.534433365, -1.51991844e-006, 1.78813934e-006, -1.00000989, 0.984817863, 0.173650309, -4.17232513e-007, 0.173645705, -0.984809101, 2.69711018e-006))
853
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 1.01999998, 1.03999996))
854
Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.33639181, 0.529264212, 1.33639085))
855
Partweld=weld(m,LeftArm,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0827693939, 0.796485424, 0.0328474045, 1.00000954, 3.00258398e-006, 7.59959221e-007, 3.01748514e-006, 1.00000179, -1.43051147e-006, 7.74860382e-007, -3.1888485e-006, 1.00000989))
856
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 1.01999998, 1.01999998))
857
Part=part(Enum.FormFactor.Brick,m,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.264631957, 0.264632106, 0.793895662))
858
Partweld=weld(m,LeftArm,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0714263916, 1.61432362, -0.797444344, 1.00000954, 3.00258398e-006, 7.59959221e-007, 2.10106373e-006, 0.499999374, 0.866032481, -2.16066837e-006, -0.866027892, 0.500007272))
859
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 1.01999998, 1.03999996))
860
Part=part(Enum.FormFactor.Brick,m,Enum.Material.Granite,0,0,"Really black","Part",Vector3.new(1.32315993, 1.32316041, 1.32315946))
861
Partweld=weld(m,LeftArm,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0827655792, -0.923625469, 0.0328454971, 1.00000954, 3.00258398e-006, 7.59959221e-007, 3.00258398e-006, 1.00000179, -2.2649765e-006, 7.59959221e-007, -2.2649765e-006, 1.00000978))
862
mesh("SpecialMesh",Part,Enum.MeshType.Sphere,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
863
Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.32315993, 0.463106155, 1.32315946))
864
Partweld=weld(m,LeftArm,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0827713013, -1.12209988, 0.0328369141, 1.00000954, 3.00258398e-006, 7.59959221e-007, 3.00258398e-006, 1.00000179, -2.2649765e-006, 7.59959221e-007, -2.2649765e-006, 1.00000978))
865
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.12, 1.01999998, 1.12))
866
Part=part(Enum.FormFactor.Brick,m,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.264631957, 0.264632106, 0.793895662))
867
Partweld=weld(m,LeftArm,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0714092255, 1.16429901, -0.221354485, -1, 2.97660995e-006, 7.91533466e-007, -1.29638863e-006, -0.17364727, -0.984808028, -2.79394112e-006, -0.984807909, 0.173647299))
868
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 1.01999998, 1.03999996))
869
Part=part(Enum.FormFactor.Brick,m,Enum.Material.Granite,0,0,"Really black","Part",Vector3.new(1.32315993, 0.264632106, 1.32315946))
870
Partweld=weld(m,LeftArm,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0827693939, -0.526678562, 0.0328388214, 1.00000954, 3.00258398e-006, 7.59959221e-007, 3.00258398e-006, 1.00000179, -2.2649765e-006, 7.59959221e-007, -2.2649765e-006, 1.00000978))
871
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.05999994, 0.699999988, 1.05999994))
872
Part=part(Enum.FormFactor.Brick,m,Enum.Material.Granite,0,0,"Really black","Part",Vector3.new(1.32315993, 0.264632106, 1.32315946))
873
Partweld=weld(m,LeftArm,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0827693939, -0.526678562, 0.0328388214, 1.00000954, 3.00258398e-006, 7.59959221e-007, 3.00258398e-006, 1.00000179, -2.2649765e-006, 7.59959221e-007, -2.2649765e-006, 1.00000978))
874
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.03999996, 1.01999998, 1.03999996))
875
Part=part(Enum.FormFactor.Brick,m,Enum.Material.Granite,0,0,"Really black","Part",Vector3.new(1.32315993, 0.264632106, 1.32315946))
876
Partweld=weld(m,LeftArm,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0827674866, -0.129734039, 0.0328407288, 1.00000954, 3.00258398e-006, 7.59959221e-007, 3.00258398e-006, 1.00000179, -2.2649765e-006, 7.59959221e-007, -2.2649765e-006, 1.00000978))
877
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.05999994, 0.699999988, 1.05999994))
878
Part=part(Enum.FormFactor.Brick,m,Enum.Material.Granite,0,0,"Really black","Part",Vector3.new(1.32315993, 0.264632106, 1.32315946))
879
Partweld=weld(m,LeftArm,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0827674866, -0.129734039, 0.0328407288, 1.00000954, 3.00258398e-006, 7.59959221e-007, 3.00258398e-006, 1.00000179, -2.2649765e-006, 7.59959221e-007, -2.2649765e-006, 1.00000978))
880
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.03999996, 1.01999998, 1.03999996))
881
Part=part(Enum.FormFactor.Brick,m,Enum.Material.Granite,0,0,"Really black","Part",Vector3.new(1.32315993, 0.264632106, 1.32315946))
882
Partweld=weld(m,LeftArm,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0827655792, -0.923625469, 0.0328454971, 1.00000954, 3.00258398e-006, 7.59959221e-007, 3.00258398e-006, 1.00000179, -2.2649765e-006, 7.59959221e-007, -2.2649765e-006, 1.00000978))
883
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.03999996, 1.01999998, 1.03999996))
884
Part=part(Enum.FormFactor.Brick,m,Enum.Material.Granite,0,0,"Really black","Part",Vector3.new(1.32315993, 0.264632106, 1.32315946))
885
Partweld=weld(m,LeftArm,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.082775116, 0.267219067, 0.0328416824, 1.00000954, 3.00258398e-006, 7.59959221e-007, 3.00258398e-006, 1.00000179, -2.2649765e-006, 7.59959221e-007, -2.2649765e-006, 1.00000978))
886
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.05999994, 0.699999988, 1.05999994))
887
Part=part(Enum.FormFactor.Brick,m,Enum.Material.Granite,0,0,"Really black","Part",Vector3.new(1.32315993, 0.264632106, 1.32315946))
888
Partweld=weld(m,LeftArm,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.082775116, 0.267219067, 0.0328416824, 1.00000954, 3.00258398e-006, 7.59959221e-007, 3.00258398e-006, 1.00000179, -2.2649765e-006, 7.59959221e-007, -2.2649765e-006, 1.00000978))
889
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.03999996, 1.01999998, 1.03999996))
890
LeftArmPlate=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","LeftArmPlate",Vector3.new(1.32315993, 2.64632082, 1.32315946))
891
LeftArmPlateweld=weld(m,LeftArm,LeftArmPlate,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0827693939, 0.00258541107, 0.0328407288, 1.00000954, 3.00258398e-006, 7.59959221e-007, 3.00258398e-006, 1.00000179, -2.2649765e-006, 7.59959221e-007, -2.2649765e-006, 1.00000978))
892
mesh("SpecialMesh",LeftArmPlate,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 1.01999998, 1.01999998))
893
894
wait(0.5)
895
896
897
898
local p = game.Players.LocalPlayer--300899323
899
local char = p.Character
900
local mouse = p:GetMouse()
901
local larm = char["Left Arm"]
902
local rarm = char["Right Arm"]
903
local lleg = char["Left Leg"]
904
local rleg = char["Right Leg"]
905
local hed = char.Head
906
local torso = char.Torso
907
local hum = char.Humanoid
908
local cam = game.Workspace.CurrentCamera
909
local root = char.HumanoidRootPart
910
local rj = root.RootJoint
911
local deb = false
912
local shot = 0
913
local stanceToggle = "Idle1"
914
local l = game:GetService("Lighting")
915
local rs = game:GetService("RunService").RenderStepped
916
local hb = game:GetService("RunService").Heartbeat
917
local Stepped = game:GetService("RunService").Stepped
918
math.randomseed(os.time())
919
hum.JumpPower = 100
920
hed.face:Remove()
921
fat = Instance.new("BindableEvent",script)
922
fat.Name = "Heartbeat"
923
script:WaitForChild("Heartbeat")
924
frame = 1/30
925
tf = 0
926
allowframeloss = false --if set to true will fire every frame it possibly can. This will result in multiple events happening at the same time whenever delta returns frame*2 or greater.
927
tossremainder = false --if set to true t will be set to 0 after Fire()-ing.
928
lastframe = tick()
929
script.Heartbeat:Fire() --ayy lmao
930
game:GetService("RunService").Heartbeat:connect(function(s,p) --herp derp
931
	tf = tf + s
932
	if tf >= frame then
933
		if allowframeloss then
934
			script.Heartbeat:Fire()
935
			lastframe=tick()
936
		else
937
			--print("FIRED "..math.floor(t/frame).." FRAME(S)","REMAINDER "..(t - frame*(math.floor(t/frame))))
938
			for i=1, math.floor(tf/frame) do
939
				script.Heartbeat:Fire()
940
			end
941
			lastframe=tick()
942
		end
943
		if tossremainder then
944
			tf = 0
945
		else
946
			tf = tf - frame * math.floor(tf/frame)
947
		end
948
	end
949
end)
950
951
for i,v in pairs(char:children()) do
952
    if v:IsA("Hat") then
953
        v:Destroy()
954
    end
955
end
956
for i,v in pairs (hed:GetChildren()) do
957
	if v:IsA("Sound") then
958
		v:Destroy()
959
	end
960
end
961
962
Debounces = {
963
CanAttack = true;
964
CanJoke = true;
965
NoIdl = false;
966
Slashing = false;
967
Slashed = false;
968
ks = false;
969
}
970
971
function weld5(part0, part1, c0, c1)
972
    weeld=Instance.new("Weld", part0)
973
    weeld.Part0=part0
974
    weeld.Part1=part1
975
    weeld.C0=c0
976
    weeld.C1=c1
977
    return weeld
978
end
979
980
function NewPart(prnt,siz,cf,trans,anc,mat,col)
981
	local prt=Instance.new("Part")
982
	prt.Parent=prnt
983
	prt.Name="Part"
984
	prt.Size=siz
985
	prt.CanCollide=false
986
	prt.Anchored=anc
987
	prt.Locked=true
988
	prt.Transparency = trans
989
	prt.TopSurface=10
990
	prt.BottomSurface=10
991
	prt.FrontSurface=10
992
	prt.BackSurface=10
993
	prt.LeftSurface=10
994
	prt.RightSurface=10
995
	prt:BreakJoints()
996
	prt.CFrame=cf or CFrame.new(30,10,30)
997
	prt.Material=mat
998
	prt.BrickColor=BrickColor.new(col)
999
	m=Instance.new("SpecialMesh",prt)
1000
	m.MeshType=6
1001
	return prt
1002
end
1003
----------------------------------------------------
1004
function lerp(a, b, t) -- Linear interpolation
1005
	return a + (b - a)*t
1006
end
1007
 
1008
function slerp(a, b, t) --Spherical interpolation
1009
	dot = a:Dot(b)
1010
	if dot > 0.99999 or dot < -0.99999 then
1011
		return t <= 0.5 and a or b
1012
	else
1013
		r = math.acos(dot)
1014
		return (a*math.sin((1 - t)*r) + b*math.sin(t*r)) / math.sin(r)
1015
	end
1016
end
1017
 
1018
function matrixInterpolate(a, b, t)
1019
	local ax, ay, az, a00, a01, a02, a10, a11, a12, a20, a21, a22 = a:components()
1020
	local bx, by, bz, b00, b01, b02, b10, b11, b12, b20, b21, b22 = b:components()
1021
	local v0 = lerp(Vector3.new(ax, ay, az), Vector3.new(bx , by , bz), t) -- Position
1022
	local v1 = slerp(Vector3.new(a00, a01, a02), Vector3.new(b00, b01, b02), t) -- Vector  right
1023
	local v2 = slerp(Vector3.new(a10, a11, a12), Vector3.new(b10, b11, b12), t) -- Vector  up
1024
	local v3 = slerp(Vector3.new(a20, a21, a22), Vector3.new(b20, b21, b22), t) -- Vector  back
1025
	local t = v1:Dot(v2)
1026
	if not (t < 0 or t == 0 or t > 0) then 	-- Failsafe
1027
		return CFrame.new()
1028
	end
1029
	return CFrame.new(
1030
	v0.x, v0.y, v0.z,
1031
	v1.x, v1.y, v1.z,
1032
	v2.x, v2.y, v2.z,
1033
	v3.x, v3.y, v3.z)
1034
end
1035
----------------------------------------------------
1036
function genWeld(a,b)
1037
    local w = Instance.new("Weld",a)
1038
    w.Part0 = a
1039
    w.Part1 = b
1040
    return w
1041
end
1042
function weld(a, b)
1043
    local weld = Instance.new("Weld")
1044
    weld.Name = "W"
1045
    weld.Part0 = a
1046
    weld.Part1 = b
1047
    weld.C0 = a.CFrame:inverse() * b.CFrame
1048
    weld.Parent = a
1049
    return weld;
1050
end
1051
----------------------------------------------------
1052
function Lerp(c1,c2,al)
1053
	local com1 = {c1.X,c1.Y,c1.Z,c1:toEulerAnglesXYZ()}
1054
	local com2 = {c2.X,c2.Y,c2.Z,c2:toEulerAnglesXYZ()}
1055
	for i,v in pairs(com1) do 
1056
		com1[i] = v+(com2[i]-v)*al
1057
	end
1058
	return CFrame.new(com1[1],com1[2],com1[3]) * CFrame.Angles(select(4,unpack(com1)))
1059
end
1060
----------------------------------------------------
1061
newWeld = function(wp0, wp1, wc0x, wc0y, wc0z)
1062
	local wld = Instance.new("Weld", wp1)
1063
	wld.Part0 = wp0
1064
	wld.Part1 = wp1
1065
	wld.C0 = CFrame.new(wc0x, wc0y, wc0z)
1066
end
1067
----------------------------------------------------
1068
newWeld(torso, larm, -1.5, 0.5, 0)
1069
larm.Weld.C1 = CFrame.new(0, 0.5, 0)
1070
newWeld(torso, rarm, 1.5, 0.5, 0)
1071
rarm.Weld.C1 = CFrame.new(0, 0.5, 0)
1072
newWeld(torso, hed, 0, 1.5, 0)
1073
newWeld(torso, lleg, -0.5, -1, 0)
1074
lleg.Weld.C1 = CFrame.new(0, 1, 0)
1075
newWeld(torso, rleg, 0.5, -1, 0)
1076
rleg.Weld.C1 = CFrame.new(0, 1, 0)
1077
newWeld(root, torso, 0, -1, 0)
1078
torso.Weld.C1 = CFrame.new(0, -1, 0)
1079
----------------------------------------------------
1080
z = Instance.new("Sound",char) --Smile: print("â?º")
1081
z.SoundId = "rbxassetid://425341748"
1082
z.Looped = true
1083
z.Pitch = 1
1084
z.Volume = 100
1085
wait(0.1)
1086
z:Play()
1087
----------------------------------------------------
1088
New = function(Object, Parent, Name, Data)
1089
	local Object = Instance.new(Object)
1090
	for Index, Value in pairs(Data or {}) do
1091
		Object[Index] = Value
1092
	end
1093
	Object.Parent = Parent
1094
	Object.Name = Name
1095
	return Object
1096
end
1097
----------------------------------------------------
1098
pr = Instance.new("Part",hed)
1099
pr.BrickColor = BrickColor.new("Black")
1100
pr.Material = "Metal"
1101
pr.Reflectance = 0.04
1102
pr.Anchored = false
1103
pr.CanCollide = false
1104
pr.Archivable = false
1105
pr.Locked = true
1106
pr.Size = Vector3.new(2,0.8,1)
1107
prm = Instance.new("SpecialMesh",pr)
1108
prm.MeshType = "FileMesh"
1109
prm.MeshId = "rbxassetid://16952952"
1110
prm.Scale = Vector3.new(1,1,1)
1111
newWeld(hed, pr, 0, 0.35, 0)
1112
pr.Weld.C1 = CFrame.new(0,0,0)
1113
--Left Arm
1114
m = Instance.new("Model")
1115
m.Name = "LeftArm"
1116
p1 = Instance.new("Part", m)
1117
p1.BrickColor = BrickColor.new("Really black")
1118
p1.Material = Enum.Material.Granite
1119
p1.CFrame = CFrame.new(-1.5, 5.73969078, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1120
p1.Size = Vector3.new(1, 0.200000048, 1)
1121
p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1122
p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1123
p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1124
p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1125
p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1126
p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1127
b1 = Instance.new("SpecialMesh", p1)
1128
b1.MeshType = Enum.MeshType.Brick
1129
b1.Name = "Mesh"
1130
b1.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
1131
p2 = Instance.new("Part", m)
1132
p2.BrickColor = BrickColor.new("Really black")
1133
p2.Material = Enum.Material.Granite
1134
p2.CFrame = CFrame.new(-1.5, 6.03969383, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1135
p2.Size = Vector3.new(1, 0.200000048, 1)
1136
p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1137
p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1138
p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1139
p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1140
p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1141
p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1142
b2 = Instance.new("SpecialMesh", p2)
1143
b2.MeshType = Enum.MeshType.Brick
1144
b2.Name = "Mesh"
1145
b2.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
1146
p3 = Instance.new("Part", m)
1147
p3.BrickColor = BrickColor.new("Really black")
1148
p3.Material = Enum.Material.Granite
1149
p3.CFrame = CFrame.new(-1.5, 6.63968849, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1150
p3.Size = Vector3.new(1, 0.200000048, 1)
1151
p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1152
p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1153
p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1154
p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1155
p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1156
p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1157
b3 = Instance.new("SpecialMesh", p3)
1158
b3.MeshType = Enum.MeshType.Brick
1159
b3.Name = "Mesh"
1160
b3.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
1161
p4 = Instance.new("Part", m)
1162
p4.BrickColor = BrickColor.new("Black")
1163
p4.Material = Enum.Material.SmoothPlastic
1164
p4.Name = "LeftArmPlate"
1165
p4.Size = Vector3.new(1, 2, 1)
1166
p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1167
p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1168
p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1169
p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1170
p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1171
p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1172
b4 = Instance.new("SpecialMesh", p4)
1173
b4.MeshType = Enum.MeshType.Brick
1174
b4.Name = "Mesh"
1175
b4.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
1176
p5 = Instance.new("Part", m)
1177
p5.BrickColor = BrickColor.new("Really black")
1178
p5.Material = Enum.Material.Granite
1179
p5.CFrame = CFrame.new(-1.5, 6.33969307, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1180
p5.Size = Vector3.new(1, 0.200000048, 1)
1181
p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1182
p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1183
p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1184
p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1185
p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1186
p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1187
b5 = Instance.new("SpecialMesh", p5)
1188
b5.MeshType = Enum.MeshType.Brick
1189
b5.Name = "Mesh"
1190
b5.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
1191
p6 = Instance.new("Part", m)
1192
p6.BrickColor = BrickColor.new("Really black")
1193
p6.Material = Enum.Material.Granite
1194
p6.CFrame = CFrame.new(-1.5, 5.73969078, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1195
p6.Size = Vector3.new(1, 0.200000048, 1)
1196
p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1197
p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1198
p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1199
p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1200
p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1201
p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1202
b6 = Instance.new("SpecialMesh", p6)
1203
b6.MeshType = Enum.MeshType.Brick
1204
b6.Name = "Mesh"
1205
b6.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
1206
p7 = Instance.new("Part", m)
1207
p7.BrickColor = BrickColor.new("Really black")
1208
p7.Material = Enum.Material.Granite
1209
p7.CFrame = CFrame.new(-1.5, 6.03969383, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1210
p7.FormFactor = Enum.FormFactor.Custom
1211
p7.Size = Vector3.new(1, 0.200000048, 1)
1212
p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1213
p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1214
p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1215
p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1216
p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1217
p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1218
b7 = Instance.new("SpecialMesh", p7)
1219
b7.MeshType = Enum.MeshType.Brick
1220
b7.Name = "Mesh"
1221
b7.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
1222
p8 = Instance.new("Part", m)
1223
p8.BrickColor = BrickColor.new("Really black")
1224
p8.Material = Enum.Material.Granite
1225
p8.CFrame = CFrame.new(-1.5, 6.33969307, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1226
p8.FormFactor = Enum.FormFactor.Custom
1227
p8.Size = Vector3.new(1, 0.200000048, 1)
1228
p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1229
p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1230
p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1231
p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1232
p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1233
p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1234
b8 = Instance.new("SpecialMesh", p8)
1235
b8.MeshType = Enum.MeshType.Brick
1236
b8.Name = "Mesh"
1237
b8.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
1238
p9 = Instance.new("Part", m)
1239
p9.BrickColor = BrickColor.new("Really black")
1240
p9.Material = Enum.Material.Granite
1241
p9.CFrame = CFrame.new(-1.5, 6.63968849, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1242
p9.FormFactor = Enum.FormFactor.Custom
1243
p9.Size = Vector3.new(1, 0.200000048, 1)
1244
p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1245
p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1246
p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1247
p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1248
p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1249
p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1250
b9 = Instance.new("SpecialMesh", p9)
1251
b9.MeshType = Enum.MeshType.Brick
1252
b9.Name = "Mesh"
1253
b9.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
1254
p10 = Instance.new("Part", m)
1255
p10.BrickColor = BrickColor.new("Black")
1256
p10.Material = Enum.Material.SmoothPlastic
1257
p10.CFrame = CFrame.new(-1.5, 6.78969193, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1258
p10.FormFactor = Enum.FormFactor.Custom
1259
p10.Size = Vector3.new(1, 0.349999994, 1)
1260
p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1261
p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1262
p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1263
p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1264
p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1265
p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1266
b10 = Instance.new("SpecialMesh", p10)
1267
b10.MeshType = Enum.MeshType.Brick
1268
b10.Name = "Mesh"
1269
b10.Scale = Vector3.new(1.12, 1.01999998, 1.12)
1270
p11 = Instance.new("Part", m)
1271
p11.BrickColor = BrickColor.new("Black")
1272
p11.Material = Enum.Material.Metal
1273
p11.CFrame = CFrame.new(-1.5, 6.48969078, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1274
p11.FormFactor = Enum.FormFactor.Custom
1275
p11.Size = Vector3.new(1, 0.25, 1)
1276
p11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1277
p11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1278
p11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1279
p11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1280
p11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1281
p11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1282
b11 = Instance.new("SpecialMesh", p11)
1283
b11.MeshType = Enum.MeshType.Brick
1284
b11.Name = "Mesh"
1285
b11.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
1286
p12 = Instance.new("Part", m)
1287
p12.BrickColor = BrickColor.new("Black")
1288
p12.Material = Enum.Material.Metal
1289
p12.CFrame = CFrame.new(-1.5, 6.18969154, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1290
p12.FormFactor = Enum.FormFactor.Custom
1291
p12.Size = Vector3.new(1, 0.25, 1)
1292
p12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1293
p12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1294
p12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1295
p12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1296
p12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1297
p12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1298
b12 = Instance.new("SpecialMesh", p12)
1299
b12.MeshType = Enum.MeshType.Brick
1300
b12.Name = "Mesh"
1301
b12.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
1302
p13 = Instance.new("Part", m)
1303
p13.BrickColor = BrickColor.new("Black")
1304
p13.Material = Enum.Material.Metal
1305
p13.CFrame = CFrame.new(-1.5, 5.88968849, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1306
p13.FormFactor = Enum.FormFactor.Custom
1307
p13.Size = Vector3.new(1, 0.25, 1)
1308
p13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1309
p13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1310
p13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1311
p13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1312
p13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1313
p13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1314
b13 = Instance.new("SpecialMesh", p13)
1315
b13.MeshType = Enum.MeshType.Brick
1316
b13.Name = "Mesh"
1317
b13.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
1318
p14 = Instance.new("Part", m)
1319
p14.BrickColor = BrickColor.new("Black")
1320
p14.Material = Enum.Material.Metal
1321
p14.CFrame = CFrame.new(-1.5, 5.58969307, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1322
p14.FormFactor = Enum.FormFactor.Custom
1323
p14.Size = Vector3.new(1, 0.25, 1)
1324
p14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1325
p14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1326
p14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1327
p14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1328
p14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1329
p14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1330
b14 = Instance.new("SpecialMesh", p14)
1331
b14.MeshType = Enum.MeshType.Brick
1332
b14.Name = "Mesh"
1333
b14.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
1334
p15 = Instance.new("Part", m)
1335
p15.BrickColor = BrickColor.new("Really black")
1336
p15.Material = Enum.Material.Granite
1337
p15.CFrame = CFrame.new(-1.5, 6.63968849, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1338
p15.FormFactor = Enum.FormFactor.Custom
1339
p15.Size = Vector3.new(1, 1, 1)
1340
p15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1341
p15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1342
p15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1343
p15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1344
p15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1345
p15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1346
b15 = Instance.new("SpecialMesh", p15)
1347
b15.MeshType = Enum.MeshType.Sphere
1348
b15.Name = "Mesh"
1349
p16 = Instance.new("Part", m)
1350
p16.BrickColor = BrickColor.new("Black")
1351
p16.Material = Enum.Material.Metal
1352
p16.CFrame = CFrame.new(-1.49142194, 4.80968094, 21.7695732, 1, 1.67448022e-007, -1.06342185e-007, -2.04123751e-007, 0.500000119, -0.866025269, -6.57511308e-008, 0.866025329, 0.5)
1353
p16.FormFactor = Enum.FormFactor.Custom
1354
p16.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
1355
p16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1356
p16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1357
p16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1358
p16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1359
p16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1360
p16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1361
b16 = Instance.new("SpecialMesh", p16)
1362
b16.MeshType = Enum.MeshType.Brick
1363
b16.Name = "Mesh"
1364
b16.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1365
p17 = Instance.new("Part", m)
1366
p17.BrickColor = BrickColor.new("Black")
1367
p17.Material = Enum.Material.SmoothPlastic
1368
p17.CFrame = CFrame.new(-1.50000083, 5.33968592, 22.4999943, 1, -9.44388034e-009, 5.2184074e-008, -7.54702114e-008, 0.999999881, 2.38418579e-007, 2.60919535e-008, 1.1920929e-007, 0.999999881)
1369
p17.FormFactor = Enum.FormFactor.Custom
1370
p17.Size = Vector3.new(1.01999998, 0.300000012, 1.01999998)
1371
p17.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1372
p17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1373
p17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1374
p17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1375
p17.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1376
p17.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1377
b17 = Instance.new("SpecialMesh", p17)
1378
b17.MeshType = Enum.MeshType.Brick
1379
b17.Name = "Mesh"
1380
b17.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
1381
p18 = Instance.new("Part", m)
1382
p18.BrickColor = BrickColor.new("Black")
1383
p18.Material = Enum.Material.SmoothPlastic
1384
p18.CFrame = CFrame.new(-1.50000072, 5.33968782, 22.4999962, 1, -3.77485776e-008, 7.82760807e-008, -1.03774902e-007, 0.999999881, 3.57627869e-007, 5.21839532e-008, 2.38418565e-007, 0.999999881)
1385
p18.FormFactor = Enum.FormFactor.Custom
1386
p18.Size = Vector3.new(1.00999999, 0.400000036, 1.00999999)
1387
p18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1388
p18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1389
p18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1390
p18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1391
p18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1392
p18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1393
b18 = Instance.new("SpecialMesh", p18)
1394
b18.MeshType = Enum.MeshType.Brick
1395
b18.Name = "Mesh"
1396
b18.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
1397
p19 = Instance.new("Part", m)
1398
p19.BrickColor = BrickColor.new("Black")
1399
p19.Material = Enum.Material.SmoothPlastic
1400
p19.CFrame = CFrame.new(-1.5000006, 5.33968973, 22.4999981, 1, -6.60532748e-008, 1.04368084e-007, -1.32079592e-007, 0.999999881, 4.76837158e-007, 7.82759457e-008, 3.5762784e-007, 0.999999881)
1401
p19.FormFactor = Enum.FormFactor.Custom
1402
p19.Size = Vector3.new(1.02999997, 0.200000003, 1.02999997)
1403
p19.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1404
p19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1405
p19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1406
p19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1407
p19.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1408
p19.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1409
b19 = Instance.new("SpecialMesh", p19)
1410
b19.MeshType = Enum.MeshType.Brick
1411
b19.Name = "Mesh"
1412
b19.Scale = Vector3.new(1.02999997, 0.50999999, 1.02999997)
1413
p20 = Instance.new("Part", m)
1414
p20.BrickColor = BrickColor.new("Really black")
1415
p20.Material = Enum.Material.SmoothPlastic
1416
p20.CFrame = CFrame.new(-1.50000048, 5.33969164, 22.5, 1, -9.4357965e-008, 1.3046008e-007, -1.60384275e-007, 0.999999881, 5.96046448e-007, 1.04367942e-007, 4.76837101e-007, 0.999999881)
1417
p20.FormFactor = Enum.FormFactor.Custom
1418
p20.Size = Vector3.new(1.02999997, 0.200000003, 1.02999997)
1419
p20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1420
p20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1421
p20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1422
p20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1423
p20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1424
p20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1425
b20 = Instance.new("SpecialMesh", p20)
1426
b20.MeshType = Enum.MeshType.Brick
1427
b20.Name = "Mesh"
1428
b20.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
1429
p21 = Instance.new("Part", m)
1430
p21.BrickColor = BrickColor.new("Black")
1431
p21.Material = Enum.Material.Metal
1432
p21.CFrame = CFrame.new(-1.93255413, 4.43040705, 22.5000057, -1.61368675e-007, -0.707106769, -0.707106769, -4.62050195e-007, -0.707106471, 0.707106948, -0.999999881, -5.86611463e-007, 4.45824725e-007)
1433
p21.FormFactor = Enum.FormFactor.Custom
1434
p21.Size = Vector3.new(0.200000003, 0.200000048, 0.399999976)
1435
p21.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1436
p21.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1437
p21.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1438
p21.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1439
p21.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1440
p21.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1441
b21 = Instance.new("SpecialMesh", p21)
1442
b21.MeshType = Enum.MeshType.Wedge
1443
b21.Name = "Mesh"
1444
b21.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1445
p22 = Instance.new("Part", m)
1446
p22.BrickColor = BrickColor.new("Black")
1447
p22.Material = Enum.Material.Metal
1448
p22.CFrame = CFrame.new(-2.22184062, 4.80970049, 22.5000057, -6.50768897e-008, 0.866025269, 0.50000006, -7.82806978e-007, 0.499999732, -0.866025329, -0.999999881, 3.74247918e-007, -2.56530342e-007)
1449
p22.FormFactor = Enum.FormFactor.Custom
1450
p22.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
1451
p22.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1452
p22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1453
p22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1454
p22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1455
p22.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1456
p22.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1457
b22 = Instance.new("SpecialMesh", p22)
1458
b22.MeshType = Enum.MeshType.Brick
1459
b22.Name = "Mesh"
1460
b22.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1461
p23 = Instance.new("Part", m)
1462
p23.BrickColor = BrickColor.new("Black")
1463
p23.Material = Enum.Material.Metal
1464
p23.CFrame = CFrame.new(-2.41184235, 5.35969734, 22.5000076, -1.73507274e-007, 0.98480767, 0.17364803, -8.28146199e-007, 0.173647702, -0.984807611, -0.999999881, 1.49283139e-007, -3.43238185e-007)
1465
p23.FormFactor = Enum.FormFactor.Custom
1466
p23.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
1467
p23.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1468
p23.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1469
p23.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1470
p23.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1471
p23.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1472
p23.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1473
b23 = Instance.new("SpecialMesh", p23)
1474
b23.MeshType = Enum.MeshType.Brick
1475
b23.Name = "Mesh"
1476
b23.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1477
p24 = Instance.new("Part", m)
1478
p24.BrickColor = BrickColor.new("Black")
1479
p24.Material = Enum.Material.Metal
1480
p24.CFrame = CFrame.new(-2.41184616, 5.92969847, 22.5000076, -1.73507232e-007, 0.984807611, -0.173648104, -8.12965368e-007, -0.173648402, -0.984807432, -0.999999881, 2.02498356e-008, -3.8854634e-007)
1481
p24.FormFactor = Enum.FormFactor.Custom
1482
p24.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
1483
p24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1484
p24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1485
p24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1486
p24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1487
p24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1488
p24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1489
b24 = Instance.new("SpecialMesh", p24)
1490
b24.MeshType = Enum.MeshType.Brick
1491
b24.Name = "Mesh"
1492
b24.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1493
p25 = Instance.new("Part", m)
1494
p25.BrickColor = BrickColor.new("Black")
1495
p25.Material = Enum.Material.Metal
1496
p25.CFrame = CFrame.new(-2.14142036, 6.39827347, 22.5000114, -7.7074823e-008, 0.707106829, -0.70710659, -7.54731559e-007, -0.707106769, -0.707106471, -0.999999881, -1.79262827e-007, -4.39258827e-007)
1497
p25.FormFactor = Enum.FormFactor.Custom
1498
p25.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
1499
p25.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1500
p25.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1501
p25.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1502
p25.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1503
p25.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1504
p25.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1505
b25 = Instance.new("SpecialMesh", p25)
1506
b25.MeshType = Enum.MeshType.Brick
1507
b25.Name = "Mesh"
1508
b25.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
1509
p26 = Instance.new("Part", m)
1510
p26.BrickColor = BrickColor.new("Black")
1511
p26.Material = Enum.Material.Metal
1512
p26.CFrame = CFrame.new(-1.49142087, 6.39827442, 23.1500168, -0.999999881, 1.1920929e-007, 2.68220901e-007, 1.49011612e-007, -0.707106948, -0.707106233, -1.77625395e-007, -0.707107306, 0.707106113)
1513
p26.FormFactor = Enum.FormFactor.Custom
1514
p26.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
1515
p26.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1516
p26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1517
p26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1518
p26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1519
p26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1520
p26.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1521
b26 = Instance.new("SpecialMesh", p26)
1522
b26.MeshType = Enum.MeshType.Brick
1523
b26.Name = "Mesh"
1524
b26.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
1525
p27 = Instance.new("Part", m)
1526
p27.BrickColor = BrickColor.new("Black")
1527
p27.Material = Enum.Material.Metal
1528
p27.CFrame = CFrame.new(-1.49141955, 5.92969704, 23.420433, -0.999999881, -3.03310628e-007, 3.64177367e-007, 1.73600242e-007, -0.173648864, -0.984807312, 2.67648517e-008, -0.98480773, 0.173647434)
1529
p27.FormFactor = Enum.FormFactor.Custom
1530
p27.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
1531
p27.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1532
p27.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1533
p27.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1534
p27.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1535
p27.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1536
p27.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1537
b27 = Instance.new("SpecialMesh", p27)
1538
b27.MeshType = Enum.MeshType.Brick
1539
b27.Name = "Mesh"
1540
b27.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1541
p28 = Instance.new("Part", m)
1542
p28.BrickColor = BrickColor.new("Black")
1543
p28.Material = Enum.Material.Metal
1544
p28.CFrame = CFrame.new(-1.49141943, 5.35969734, 23.4204254, -0.999999881, -3.81113438e-007, 3.10304756e-007, 1.64414772e-007, 0.173647091, -0.984807551, -6.59209363e-008, -0.984807372, -0.17364876)
1545
p28.FormFactor = Enum.FormFactor.Custom
1546
p28.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
1547
p28.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1548
p28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1549
p28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1550
p28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1551
p28.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1552
p28.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1553
b28 = Instance.new("SpecialMesh", p28)
1554
b28.MeshType = Enum.MeshType.Brick
1555
b28.Name = "Mesh"
1556
b28.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1557
p29 = Instance.new("Part", m)
1558
p29.BrickColor = BrickColor.new("Black")
1559
p29.Material = Enum.Material.Metal
1560
p29.CFrame = CFrame.new(-1.49141932, 4.80969858, 23.2304344, -0.999999881, -4.47128798e-007, 1.98065763e-007, 1.97699791e-007, 0.499998987, -0.866025448, -1.51352623e-007, -0.866024613, -0.500000715)
1561
p29.FormFactor = Enum.FormFactor.Custom
1562
p29.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
1563
p29.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1564
p29.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1565
p29.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1566
p29.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1567
p29.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1568
p29.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1569
b29 = Instance.new("SpecialMesh", p29)
1570
b29.MeshType = Enum.MeshType.Brick
1571
b29.Name = "Mesh"
1572
b29.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1573
p30 = Instance.new("Part", m)
1574
p30.BrickColor = BrickColor.new("Black")
1575
p30.Material = Enum.Material.Metal
1576
p30.CFrame = CFrame.new(-1.49142027, 4.43040895, 22.9411469, -0.999999881, 4.25206935e-007, 1.94115486e-007, 4.85997248e-007, -0.707105517, 0.707107246, -5.38012159e-008, 0.707105875, 0.707107246)
1577
p30.FormFactor = Enum.FormFactor.Custom
1578
p30.Size = Vector3.new(0.200000003, 0.200000048, 0.399999976)
1579
p30.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1580
p30.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1581
p30.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1582
p30.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1583
p30.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1584
p30.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1585
b30 = Instance.new("SpecialMesh", p30)
1586
b30.MeshType = Enum.MeshType.Wedge
1587
b30.Name = "Mesh"
1588
b30.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1589
p31 = Instance.new("Part", m)
1590
p31.BrickColor = BrickColor.new("Black")
1591
p31.Material = Enum.Material.Metal
1592
p31.CFrame = CFrame.new(-1.49141979, 6.39827871, 21.8500175, 0.999999881, 3.40091276e-007, -1.70074486e-007, -5.85792634e-007, -0.707105458, -0.707107246, 1.83170471e-007, 0.707105815, -0.707107365)
1593
p31.FormFactor = Enum.FormFactor.Custom
1594
p31.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
1595
p31.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1596
p31.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1597
p31.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1598
p31.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1599
p31.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1600
p31.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1601
b31 = Instance.new("SpecialMesh", p31)
1602
b31.MeshType = Enum.MeshType.Brick
1603
b31.Name = "Mesh"
1604
b31.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
1605
p32 = Instance.new("Part", m)
1606
p32.BrickColor = BrickColor.new("Black")
1607
p32.Material = Enum.Material.Metal
1608
p32.CFrame = CFrame.new(-1.49141908, 4.43041086, 22.0588818, 0.999999881, -5.29441166e-008, -6.45117154e-007, -3.43892481e-007, -0.707107067, 0.707105517, 1.02492642e-007, -0.707107663, -0.707105637)
1609
p32.FormFactor = Enum.FormFactor.Custom
1610
p32.Size = Vector3.new(0.200000003, 0.200000048, 0.399999976)
1611
p32.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1612
p32.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1613
p32.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1614
p32.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1615
p32.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1616
p32.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1617
b32 = Instance.new("SpecialMesh", p32)
1618
b32.MeshType = Enum.MeshType.Wedge
1619
b32.Name = "Mesh"
1620
b32.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1621
p33 = Instance.new("Part", m)
1622
p33.BrickColor = BrickColor.new("Black")
1623
p33.Material = Enum.Material.Metal
1624
p33.CFrame = CFrame.new(-1.4914217, 5.92970181, 21.5795879, 0.999999881, 5.22213554e-007, 2.83446013e-008, -7.00635724e-007, -0.173646629, -0.984807253, 1.38921934e-007, 0.984807372, -0.17364946)
1625
p33.FormFactor = Enum.FormFactor.Custom
1626
p33.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
1627
p33.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1628
p33.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1629
p33.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1630
p33.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1631
p33.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1632
p33.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1633
b33 = Instance.new("SpecialMesh", p33)
1634
b33.MeshType = Enum.MeshType.Brick
1635
b33.Name = "Mesh"
1636
b33.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1637
p34 = Instance.new("Part", m)
1638
p34.BrickColor = BrickColor.new("Black")
1639
p34.Material = Enum.Material.Metal
1640
p34.CFrame = CFrame.new(-1.49141932, 5.35969925, 21.5795956, 0.999999881, 5.04442426e-007, 2.22697935e-007, -7.44121166e-007, 0.17364943, -0.984806716, 1.65013844e-007, 0.984807849, 0.173646525)
1641
p34.FormFactor = Enum.FormFactor.Custom
1642
p34.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
1643
p34.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1644
p34.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1645
p34.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1646
p34.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1647
p34.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1648
p34.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1649
b34 = Instance.new("SpecialMesh", p34)
1650
b34.MeshType = Enum.MeshType.Brick
1651
b34.Name = "Mesh"
1652
b34.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1653
w1 = Instance.new("Weld", p1)
1654
w1.Name = "Part_Weld"
1655
w1.Part0 = p1
1656
w1.C0 = CFrame.new(1.5, -17.9000149, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1657
w1.Part1 = p2
1658
w1.C1 = CFrame.new(1.5, -18.2000179, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1659
w2 = Instance.new("Weld", p2)
1660
w2.Name = "Part_Weld"
1661
w2.Part0 = p2
1662
w2.C0 = CFrame.new(1.5, -18.2000179, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1663
w2.Part1 = p3
1664
w2.C1 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1665
w3 = Instance.new("Weld", p3)
1666
w3.Name = "LeftArmPlate_Weld"
1667
w3.Part0 = p3
1668
w3.C0 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1669
w3.Part1 = p4
1670
w3.C1 = CFrame.new(1.5, -18.1000156, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1671
w4 = Instance.new("Weld", p4)
1672
w4.Name = "Part_Weld"
1673
w4.Part0 = p4
1674
w4.C0 = CFrame.new(1.5, -18.1000156, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1675
w4.Part1 = p5
1676
w4.C1 = CFrame.new(1.5, -18.5000172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1677
w5 = Instance.new("Weld", p5)
1678
w5.Name = "Part_Weld"
1679
w5.Part0 = p5
1680
w5.C0 = CFrame.new(1.5, -18.5000172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1681
w5.Part1 = p6
1682
w5.C1 = CFrame.new(1.5, -17.9000149, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1683
w6 = Instance.new("Weld", p6)
1684
w6.Name = "Part_Weld"
1685
w6.Part0 = p6
1686
w6.C0 = CFrame.new(1.5, -17.9000149, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1687
w6.Part1 = p7
1688
w6.C1 = CFrame.new(1.5, -18.2000179, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1689
w7 = Instance.new("Weld", p7)
1690
w7.Name = "Part_Weld"
1691
w7.Part0 = p7
1692
w7.C0 = CFrame.new(1.5, -18.2000179, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1693
w7.Part1 = p8
1694
w7.C1 = CFrame.new(1.5, -18.5000172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1695
w8 = Instance.new("Weld", p8)
1696
w8.Name = "Part_Weld"
1697
w8.Part0 = p8
1698
w8.C0 = CFrame.new(1.5, -18.5000172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1699
w8.Part1 = p9
1700
w8.C1 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1701
w9 = Instance.new("Weld", p9)
1702
w9.Name = "Part_Weld"
1703
w9.Part0 = p9
1704
w9.C0 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1705
w9.Part1 = p10
1706
w9.C1 = CFrame.new(1.5, -18.950016, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1707
w10 = Instance.new("Weld", p10)
1708
w10.Name = "Part_Weld"
1709
w10.Part0 = p10
1710
w10.C0 = CFrame.new(1.5, -18.950016, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1711
w10.Part1 = p11
1712
w10.C1 = CFrame.new(1.5, -18.6500149, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1713
w11 = Instance.new("Weld", p11)
1714
w11.Name = "Part_Weld"
1715
w11.Part0 = p11
1716
w11.C0 = CFrame.new(1.5, -18.6500149, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1717
w11.Part1 = p12
1718
w11.C1 = CFrame.new(1.5, -18.3500156, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1719
w12 = Instance.new("Weld", p12)
1720
w12.Name = "Part_Weld"
1721
w12.Part0 = p12
1722
w12.C0 = CFrame.new(1.5, -18.3500156, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1723
w12.Part1 = p13
1724
w12.C1 = CFrame.new(1.5, -18.0500126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1725
w13 = Instance.new("Weld", p13)
1726
w13.Name = "Part_Weld"
1727
w13.Part0 = p13
1728
w13.C0 = CFrame.new(1.5, -18.0500126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1729
w13.Part1 = p14
1730
w13.C1 = CFrame.new(1.5, -17.7500172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1731
w14 = Instance.new("Weld", p14)
1732
w14.Name = "Part_Weld"
1733
w14.Part0 = p14
1734
w14.C0 = CFrame.new(1.5, -17.7500172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1735
w14.Part1 = p15
1736
w14.C1 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1737
w15 = Instance.new("Weld", p15)
1738
w15.Name = "Part_Weld"
1739
w15.Part0 = p15
1740
w15.C0 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1741
w15.Part1 = p16
1742
w15.C1 = CFrame.new(1.49142683, -27.338007, 3.81166649, 1, -2.04123751e-007, -6.57511308e-008, 1.67448022e-007, 0.500000119, 0.866025329, -1.06342185e-007, -0.866025269, 0.5)
1743
w16 = Instance.new("Weld", p16)
1744
w16.Name = "Part_Weld"
1745
w16.Part0 = p16
1746
w16.C0 = CFrame.new(1.49142683, -27.338007, 3.81166649, 1, -2.04123751e-007, -6.57511308e-008, 1.67448022e-007, 0.500000119, 0.866025329, -1.06342185e-007, -0.866025269, 0.5)
1747
w16.Part1 = p17
1748
w16.C1 = CFrame.new(1.50000179, -17.5000076, -22.4999943, 1, -4.71655142e-008, -4.97379915e-014, 1.88608098e-008, 1, 2.98023224e-008, 2.60920601e-008, 8.94069672e-008, 1)
1749
w17 = Instance.new("Weld", p17)
1750
w17.Name = "Part_Weld"
1751
w17.Part0 = p17
1752
w17.C0 = CFrame.new(1.50000179, -17.5000076, -22.4999943, 1, -4.71655142e-008, -4.97379915e-014, 1.88608098e-008, 1, 2.98023224e-008, 2.60920601e-008, 8.94069672e-008, 1)
1753
w17.Part1 = p18
1754
w17.C1 = CFrame.new(1.50000179, -17.5000076, -22.4999943, 1, -4.71655142e-008, -4.97379915e-014, 1.88608098e-008, 1, 2.98023224e-008, 2.60920601e-008, 8.94069672e-008, 1)
1755
w18 = Instance.new("Weld", p18)
1756
w18.Name = "Part_Weld"
1757
w18.Part0 = p18
1758
w18.C0 = CFrame.new(1.50000179, -17.5000076, -22.4999943, 1, -4.71655142e-008, -4.97379915e-014, 1.88608098e-008, 1, 2.98023224e-008, 2.60920601e-008, 8.94069672e-008, 1)
1759
w18.Part1 = p19
1760
w18.C1 = CFrame.new(1.50000179, -17.5000076, -22.4999943, 1, -4.71655142e-008, -4.97379915e-014, 1.88608098e-008, 1, 2.98023224e-008, 2.60920601e-008, 8.94069672e-008, 1)
1761
w19 = Instance.new("Weld", p19)
1762
w19.Name = "Part_Weld"
1763
w19.Part0 = p19
1764
w19.C0 = CFrame.new(1.50000179, -17.5000076, -22.4999943, 1, -4.71655142e-008, -4.97379915e-014, 1.88608098e-008, 1, 2.98023224e-008, 2.60920601e-008, 8.94069672e-008, 1)
1765
w19.Part1 = p20
1766
w19.C1 = CFrame.new(1.50000179, -17.5000076, -22.4999943, 1, -4.71655142e-008, -4.97379915e-014, 1.88608098e-008, 1, 2.98023224e-008, 2.60920601e-008, 8.94069672e-008, 1)
1767
w20 = Instance.new("Weld", p20)
1768
w20.Name = "Part_Weld"
1769
w20.Part0 = p20
1770
w20.C0 = CFrame.new(1.50000179, -17.5000076, -22.4999943, 1, -4.71655142e-008, -4.97379915e-014, 1.88608098e-008, 1, 2.98023224e-008, 2.60920601e-008, 8.94069672e-008, 1)
1771
w20.Part1 = p21
1772
w20.C1 = CFrame.new(22.4999943, 10.3648901, -13.0979404, -3.09086232e-008, 1.63798575e-007, -1, -0.707106888, -0.70710665, -9.39673512e-008, -0.70710665, 0.707106888, 1.37678796e-007)
1773
w21 = Instance.new("Weld", p21)
1774
w21.Name = "Part_Weld"
1775
w21.Part0 = p21
1776
w21.C0 = CFrame.new(22.4999943, 10.3648901, -13.0979404, -3.09086232e-008, 1.63798575e-007, -1, -0.707106888, -0.70710665, -9.39673512e-008, -0.70710665, 0.707106888, 1.37678796e-007)
1777
w21.Part1 = p22
1778
w21.C1 = CFrame.new(22.4999981, -6.56083632, 15.8073826, 6.53831052e-008, -1.56958208e-007, -1, 0.866025388, 0.5, -2.18557226e-008, 0.5, -0.866025388, 1.68621398e-007)
1779
w22 = Instance.new("Weld", p22)
1780
w22.Name = "Part_Weld"
1781
w22.Part0 = p22
1782
w22.C0 = CFrame.new(22.4999981, -6.56083632, 15.8073826, 6.53831052e-008, -1.56958208e-007, -1, 0.866025388, 0.5, -2.18557226e-008, 0.5, -0.866025388, 1.68621398e-007)
1783
w22.Part1 = p23
1784
w22.C1 = CFrame.new(22.5, -0.667109907, 17.6726532, -4.30473222e-008, -2.02297542e-007, -1, 0.984807789, 0.17364794, -7.75219178e-008, 0.17364794, -0.984807789, 1.91749166e-007)
1785
w23 = Instance.new("Weld", p23)
1786
w23.Name = "Part_Weld"
1787
w23.Part0 = p23
1788
w23.C0 = CFrame.new(22.5, -0.667109907, 17.6726532, -4.30473222e-008, -2.02297542e-007, -1, 0.984807789, 0.17364794, -7.75219178e-008, 0.17364794, -0.984807789, 1.91749166e-007)
1789
w23.Part1 = p24
1790
w23.C1 = CFrame.new(22.5, 5.5165062, 17.3963699, -4.30473079e-008, -1.87116754e-007, -1, 0.98480773, -0.173648238, -9.9008588e-009, -0.173648238, -0.98480773, 1.91749152e-007)
1791
w24 = Instance.new("Weld", p24)
1792
w24.Name = "Part_Weld"
1793
w24.Part0 = p24
1794
w24.C0 = CFrame.new(22.5, 5.5165062, 17.3963699, -4.30473079e-008, -1.87116754e-007, -1, 0.98480773, -0.173648238, -9.9008588e-009, -0.173648238, -0.98480773, 1.91749152e-007)
1795
w24.Part1 = p25
1796
w24.C1 = CFrame.new(22.5000019, 14.6371164, 11.6086912, 5.33850866e-008, -1.28882959e-007, -1, 0.707106829, -0.707106769, 1.28882959e-007, -0.707106769, -0.707106829, 5.33851079e-008)
1797
w25 = Instance.new("Weld", p25)
1798
w25.Name = "Part_Weld"
1799
w25.Part0 = p25
1800
w25.C0 = CFrame.new(22.5000019, 14.6371164, 11.6086912, 5.33850866e-008, -1.28882959e-007, -1, 0.707106829, -0.707106769, 1.28882959e-007, -0.707106769, -0.707106829, 5.33851079e-008)
1801
w25.Part1 = p26
1802
w25.C1 = CFrame.new(-1.49141967, 29.4924316, -3.24661636, -1, -1.1920929e-007, -4.71654928e-008, 1.1920929e-007, -0.707106709, -0.707106888, 8.94069672e-008, -0.707106829, 0.70710665)
1803
w26 = Instance.new("Weld", p26)
1804
w26.Name = "Part_Weld"
1805
w26.Part0 = p26
1806
w26.C0 = CFrame.new(-1.49141967, 29.4924316, -3.24661636, -1, -1.1920929e-007, -4.71654928e-008, 1.1920929e-007, -0.707106709, -0.707106888, 8.94069672e-008, -0.707106829, 0.70710665)
1807
w26.Part1 = p27
1808
w26.C1 = CFrame.new(-1.49142396, 26.2059097, 13.748271, -1, -1.22925456e-007, 1.83316814e-007, -1.79966634e-007, -0.173648238, -0.98480773, 1.85296102e-007, -0.98480773, 0.173648149)
1809
w27 = Instance.new("Weld", p27)
1810
w27.Name = "Part_Weld"
1811
w27.Part0 = p27
1812
w27.C0 = CFrame.new(-1.49142396, 26.2059097, 13.748271, -1, -1.22925456e-007, 1.83316814e-007, -1.79966634e-007, -0.173648238, -0.98480773, 1.85296102e-007, -0.98480773, 0.173648149)
1813
w27.Part1 = p28
1814
w27.C1 = CFrame.new(-1.49142182, 20.0222931, 21.3207512, -1, -1.60415567e-007, 1.16723079e-007, -1.73416339e-007, 0.17364794, -0.98480773, 1.61053634e-007, -0.98480773, -0.173648015)
1815
w28 = Instance.new("Weld", p28)
1816
w28.Name = "Part_Weld"
1817
w28.Part0 = p28
1818
w28.C0 = CFrame.new(-1.49142182, 20.0222931, 21.3207512, -1, -1.60415567e-007, 1.16723079e-007, -1.73416339e-007, 0.17364794, -0.98480773, 1.61053634e-007, -0.98480773, -0.173648015)
1819
w28.Part1 = p29
1820
w28.C1 = CFrame.new(-1.49142063, 11.6331291, 26.311676, -1, -1.55435174e-007, 5.73833887e-008, -1.6416179e-007, 0.5, -0.866025329, 1.17385696e-007, -0.866025329, -0.500000119)
1821
w29 = Instance.new("Weld", p29)
1822
w29.Name = "Part_Weld"
1823
w29.Part0 = p29
1824
w29.C0 = CFrame.new(-1.49142063, 11.6331291, 26.311676, -1, -1.55435174e-007, 5.73833887e-008, -1.6416179e-007, 0.5, -0.866025329, 1.17385696e-007, -0.866025329, -0.500000119)
1825
w29.Part1 = p30
1826
w29.C1 = CFrame.new(-1.49142897, -4.49042225, -27.9532433, -1, 1.04557571e-007, 1.81026579e-007, 9.25360411e-008, -0.70710665, 0.707106829, 2.00373876e-007, 0.707106888, 0.707106769)
1827
w30 = Instance.new("Weld", p30)
1828
w30.Name = "Part_Weld"
1829
w30.Part0 = p30
1830
w30.C0 = CFrame.new(-1.49142897, -4.49042225, -27.9532433, -1, 1.04557571e-007, 1.81026579e-007, 9.25360411e-008, -0.70710665, 0.707106829, 2.00373876e-007, 0.707106888, 0.707106769)
1831
w30.Part1 = p31
1832
w30.C1 = CFrame.new(1.49142683, -2.32737827, 28.5731888, 1, -1.76048474e-007, -7.77491636e-008, -3.10438502e-008, -0.707106709, 0.707106769, -1.77897419e-007, -0.707106829, -0.707106829)
1833
w31 = Instance.new("Weld", p31)
1834
w31.Name = "Part_Weld"
1835
w31.Part0 = p31
1836
w31.C0 = CFrame.new(1.49142683, -2.32737827, 28.5731888, 1, -1.76048474e-007, -7.77491636e-008, -3.10438502e-008, -0.707106709, 0.707106769, -1.77897419e-007, -0.707106829, -0.707106829)
1837
w31.Part1 = p32
1838
w31.C1 = CFrame.new(1.49142444, 27.3293839, 3.86655521, 1, 9.41566256e-008, -1.8451928e-007, -6.23315088e-008, -0.70710665, -0.707107008, -2.35517859e-007, 0.707106888, -0.70710659)
1839
w32 = Instance.new("Weld", p32)
1840
w32.Name = "Part_Weld"
1841
w32.Part0 = p32
1842
w32.C0 = CFrame.new(1.49142444, 27.3293839, 3.86655521, 1, 9.41566256e-008, -1.8451928e-007, -6.23315088e-008, -0.70710665, -0.707107008, -2.35517859e-007, 0.707106888, -0.70710659)
1843
w32.Part1 = p33
1844
w32.C1 = CFrame.new(1.49143207, -18.1104279, 21.5624332, 1, -2.34282282e-007, -1.74181523e-007, 1.61463277e-007, -0.173648089, 0.98480773, -2.37625457e-007, -0.98480773, -0.173648238)
1845
w33 = Instance.new("Weld", p33)
1846
w33.Name = "Part_Weld"
1847
w33.Part0 = p33
1848
w33.C0 = CFrame.new(1.49143207, -18.1104279, 21.5624332, 1, -2.34282282e-007, -1.74181523e-007, 1.61463277e-007, -0.173648089, 0.98480773, -2.37625457e-007, -0.98480773, -0.173648238)
1849
w33.Part1 = p34
1850
w33.C1 = CFrame.new(1.49143016, -24.2940445, 13.5065851, 1, -2.49463085e-007, -1.74181523e-007, 2.35634644e-007, 0.173648074, 0.98480773, -1.83021399e-007, -0.98480773, 0.17364794)
1851
m.Parent = larm
1852
m:MakeJoints()
1853
----------------------------------------------------
1854
local cor = Instance.new("Part", larm.LeftArm)
1855
cor.Name = "Thingy"
1856
cor.Locked = true
1857
cor.BottomSurface = 0
1858
cor.CanCollide = false
1859
cor.Size = Vector3.new(1, 1, 1)
1860
cor.Transparency = 1
1861
cor.TopSurface = 0
1862
corw = Instance.new("Weld", cor)
1863
corw.Part0 = larm
1864
corw.Part1 = cor
1865
corw.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
1866
corw.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
1867
weld1 = Instance.new("Weld", larm.LeftArm)
1868
weld1.Part0 = cor
1869
weld1.Part1 = larm.LeftArm.LeftArmPlate
1870
weld1.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
1871
--Right Arm
1872
m2 = Instance.new("Model")
1873
m2.Name = "RightArm"
1874
p1 = Instance.new("Part", m2)
1875
p1.BrickColor = BrickColor.new("Really black")
1876
p1.Material = Enum.Material.Granite
1877
p1.CFrame = CFrame.new(3.5, -9.44201183, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1878
p1.FormFactor = Enum.FormFactor.Custom
1879
p1.Size = Vector3.new(1, 0.200000048, 1)
1880
p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1881
p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1882
p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1883
p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1884
p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1885
p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1886
b1 = Instance.new("SpecialMesh", p1)
1887
b1.MeshType = Enum.MeshType.Brick
1888
b1.Name = "Mesh"
1889
b1.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
1890
p2 = Instance.new("Part", m2)
1891
p2.BrickColor = BrickColor.new("Really black")
1892
p2.Material = Enum.Material.Granite
1893
p2.CFrame = CFrame.new(3.5, -9.74201393, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1894
p2.FormFactor = Enum.FormFactor.Custom
1895
p2.Size = Vector3.new(1, 0.200000048, 1)
1896
p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1897
p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1898
p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1899
p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1900
p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1901
p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1902
b2 = Instance.new("SpecialMesh", p2)
1903
b2.MeshType = Enum.MeshType.Brick
1904
b2.Name = "Mesh"
1905
b2.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
1906
p3 = Instance.new("Part", m2)
1907
p3.BrickColor = BrickColor.new("Really black")
1908
p3.Material = Enum.Material.Granite
1909
p3.CFrame = CFrame.new(3.5, -9.14201164, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1910
p3.FormFactor = Enum.FormFactor.Custom
1911
p3.Size = Vector3.new(1, 0.200000048, 1)
1912
p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1913
p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1914
p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1915
p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1916
p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1917
p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1918
b3 = Instance.new("SpecialMesh", p3)
1919
b3.MeshType = Enum.MeshType.Brick
1920
b3.Name = "Mesh"
1921
b3.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
1922
p4 = Instance.new("Part", m2)
1923
p4.BrickColor = BrickColor.new("Really black")
1924
p4.Material = Enum.Material.Granite
1925
p4.CFrame = CFrame.new(3.5, -8.84201622, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1926
p4.FormFactor = Enum.FormFactor.Custom
1927
p4.Size = Vector3.new(1, 0.200000048, 1)
1928
p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1929
p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1930
p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1931
p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1932
p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1933
p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1934
b4 = Instance.new("SpecialMesh", p4)
1935
b4.MeshType = Enum.MeshType.Brick
1936
b4.Name = "Mesh"
1937
b4.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
1938
p5 = Instance.new("Part", m2)
1939
p5.BrickColor = BrickColor.new("Really black")
1940
p5.Material = Enum.Material.Granite
1941
p5.CFrame = CFrame.new(3.5, -8.84201622, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1942
p5.FormFactor = Enum.FormFactor.Custom
1943
p5.Size = Vector3.new(1, 0.200000048, 1)
1944
p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1945
p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1946
p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1947
p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1948
p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1949
p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1950
b5 = Instance.new("SpecialMesh", p5)
1951
b5.MeshType = Enum.MeshType.Brick
1952
b5.Name = "Mesh"
1953
b5.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
1954
p6 = Instance.new("Part", m2)
1955
p6.BrickColor = BrickColor.new("Really black")
1956
p6.Material = Enum.Material.Granite
1957
p6.CFrame = CFrame.new(3.5, -8.84201622, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1958
p6.FormFactor = Enum.FormFactor.Custom
1959
p6.Size = Vector3.new(1, 1, 1)
1960
p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1961
p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1962
p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1963
p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1964
p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1965
p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1966
b6 = Instance.new("SpecialMesh", p6)
1967
b6.MeshType = Enum.MeshType.Sphere
1968
b6.Name = "Mesh"
1969
p7 = Instance.new("Part", m2)
1970
p7.BrickColor = BrickColor.new("Black")
1971
p7.Material = Enum.Material.SmoothPlastic
1972
p7.Name = "RightArmPlate"
1973
p7.CFrame = CFrame.new(3.5, -9.54201603, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1974
p7.FormFactor = Enum.FormFactor.Symmetric
1975
p7.Size = Vector3.new(1, 2, 1)
1976
p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1977
p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1978
p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1979
p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1980
p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1981
p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1982
b7 = Instance.new("SpecialMesh", p7)
1983
b7.MeshType = Enum.MeshType.Brick
1984
b7.Name = "Mesh"
1985
b7.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
1986
p8 = Instance.new("Part", m2)
1987
p8.BrickColor = BrickColor.new("Really black")
1988
p8.Material = Enum.Material.Granite
1989
p8.CFrame = CFrame.new(3.5, -9.14201164, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1990
p8.FormFactor = Enum.FormFactor.Custom
1991
p8.Size = Vector3.new(1, 0.200000048, 1)
1992
p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1993
p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1994
p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1995
p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1996
p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1997
p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1998
b8 = Instance.new("SpecialMesh", p8)
1999
b8.MeshType = Enum.MeshType.Brick
2000
b8.Name = "Mesh"
2001
b8.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
2002
p9 = Instance.new("Part", m2)
2003
p9.BrickColor = BrickColor.new("Black")
2004
p9.Material = Enum.Material.SmoothPlastic
2005
p9.CFrame = CFrame.new(3.5, -8.69201183, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2006
p9.FormFactor = Enum.FormFactor.Custom
2007
p9.Size = Vector3.new(1, 0.349999994, 1)
2008
p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2009
p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2010
p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2011
p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2012
p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2013
p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2014
b9 = Instance.new("SpecialMesh", p9)
2015
b9.MeshType = Enum.MeshType.Brick
2016
b9.Name = "Mesh"
2017
b9.Scale = Vector3.new(1.12, 1.01999998, 1.12)
2018
p10 = Instance.new("Part", m2)
2019
p10.BrickColor = BrickColor.new("Black")
2020
p10.Material = Enum.Material.Metal
2021
p10.CFrame = CFrame.new(3.5, -8.99201584, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2022
p10.FormFactor = Enum.FormFactor.Custom
2023
p10.Size = Vector3.new(1, 0.25, 1)
2024
p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2025
p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2026
p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2027
p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2028
p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2029
p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2030
b10 = Instance.new("SpecialMesh", p10)
2031
b10.MeshType = Enum.MeshType.Brick
2032
b10.Name = "Mesh"
2033
b10.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
2034
p11 = Instance.new("Part", m2)
2035
p11.BrickColor = BrickColor.new("Black")
2036
p11.Material = Enum.Material.Metal
2037
p11.CFrame = CFrame.new(3.5, -9.29201508, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2038
p11.FormFactor = Enum.FormFactor.Custom
2039
p11.Size = Vector3.new(1, 0.25, 1)
2040
p11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2041
p11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2042
p11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2043
p11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2044
p11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2045
p11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2046
b11 = Instance.new("SpecialMesh", p11)
2047
b11.MeshType = Enum.MeshType.Brick
2048
b11.Name = "Mesh"
2049
b11.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
2050
p12 = Instance.new("Part", m2)
2051
p12.BrickColor = BrickColor.new("Black")
2052
p12.Material = Enum.Material.Metal
2053
p12.CFrame = CFrame.new(3.5, -9.59201431, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2054
p12.FormFactor = Enum.FormFactor.Custom
2055
p12.Size = Vector3.new(1, 0.25, 1)
2056
p12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2057
p12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2058
p12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2059
p12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2060
p12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2061
p12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2062
b12 = Instance.new("SpecialMesh", p12)
2063
b12.MeshType = Enum.MeshType.Brick
2064
b12.Name = "Mesh"
2065
b12.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
2066
p13 = Instance.new("Part", m2)
2067
p13.BrickColor = BrickColor.new("Really black")
2068
p13.Material = Enum.Material.Granite
2069
p13.CFrame = CFrame.new(3.5, -9.44201088, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2070
p13.FormFactor = Enum.FormFactor.Custom
2071
p13.Size = Vector3.new(1, 0.200000048, 1)
2072
p13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2073
p13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2074
p13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2075
p13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2076
p13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2077
p13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2078
b13 = Instance.new("SpecialMesh", p13)
2079
b13.MeshType = Enum.MeshType.Brick
2080
b13.Name = "Mesh"
2081
b13.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
2082
p14 = Instance.new("Part", m2)
2083
p14.BrickColor = BrickColor.new("Black")
2084
p14.Material = Enum.Material.Metal
2085
p14.CFrame = CFrame.new(3.5, -9.89201069, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2086
p14.FormFactor = Enum.FormFactor.Custom
2087
p14.Size = Vector3.new(1, 0.25, 1)
2088
p14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2089
p14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2090
p14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2091
p14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2092
p14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2093
p14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2094
b14 = Instance.new("SpecialMesh", p14)
2095
b14.MeshType = Enum.MeshType.Brick
2096
b14.Name = "Mesh"
2097
b14.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
2098
p15 = Instance.new("Part", m2)
2099
p15.BrickColor = BrickColor.new("Really black")
2100
p15.Material = Enum.Material.Granite
2101
p15.CFrame = CFrame.new(3.5, -9.74201298, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2102
p15.FormFactor = Enum.FormFactor.Custom
2103
p15.Size = Vector3.new(1, 0.200000048, 1)
2104
p15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2105
p15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2106
p15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2107
p15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2108
p15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2109
p15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2110
b15 = Instance.new("SpecialMesh", p15)
2111
b15.MeshType = Enum.MeshType.Brick
2112
b15.Name = "Mesh"
2113
b15.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
2114
p16 = Instance.new("Part", m2)
2115
p16.BrickColor = BrickColor.new("Black")
2116
p16.Material = Enum.Material.SmoothPlastic
2117
p16.CFrame = CFrame.new(3.5, -10.1420107, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2118
p16.FormFactor = Enum.FormFactor.Custom
2119
p16.Size = Vector3.new(1.01999998, 0.300000012, 1.01999998)
2120
p16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2121
p16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2122
p16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2123
p16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2124
p16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2125
p16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2126
b16 = Instance.new("SpecialMesh", p16)
2127
b16.MeshType = Enum.MeshType.Brick
2128
b16.Name = "Mesh"
2129
b16.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
2130
p17 = Instance.new("Part", m2)
2131
p17.BrickColor = BrickColor.new("Black")
2132
p17.Material = Enum.Material.SmoothPlastic
2133
p17.CFrame = CFrame.new(3.5, -10.1420107, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2134
p17.FormFactor = Enum.FormFactor.Custom
2135
p17.Size = Vector3.new(1.00999999, 0.400000036, 1.00999999)
2136
p17.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2137
p17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2138
p17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2139
p17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2140
p17.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2141
p17.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2142
b17 = Instance.new("SpecialMesh", p17)
2143
b17.MeshType = Enum.MeshType.Brick
2144
b17.Name = "Mesh"
2145
b17.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
2146
p18 = Instance.new("Part", m2)
2147
p18.BrickColor = BrickColor.new("Really black")
2148
p18.Material = Enum.Material.SmoothPlastic
2149
p18.CFrame = CFrame.new(3.5, -10.1420107, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2150
p18.FormFactor = Enum.FormFactor.Custom
2151
p18.Size = Vector3.new(1.02999997, 0.200000003, 1.02999997)
2152
p18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2153
p18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2154
p18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2155
p18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2156
p18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2157
p18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2158
b18 = Instance.new("SpecialMesh", p18)
2159
b18.MeshType = Enum.MeshType.Brick
2160
b18.Name = "Mesh"
2161
b18.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
2162
p19 = Instance.new("Part", m2)
2163
p19.BrickColor = BrickColor.new("Black")
2164
p19.Material = Enum.Material.SmoothPlastic
2165
p19.CFrame = CFrame.new(3.5, -10.1420107, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2166
p19.FormFactor = Enum.FormFactor.Custom
2167
p19.Size = Vector3.new(1.02999997, 0.200000003, 1.02999997)
2168
p19.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2169
p19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2170
p19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2171
p19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2172
p19.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2173
p19.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2174
b19 = Instance.new("SpecialMesh", p19)
2175
b19.MeshType = Enum.MeshType.Brick
2176
b19.Name = "Mesh"
2177
b19.Scale = Vector3.new(1.02999997, 0.50999999, 1.02999997)
2178
w1 = Instance.new("Weld", p1)
2179
w1.Name = "Part_Weld"
2180
w1.Part0 = p1
2181
w1.C0 = CFrame.new(-3.5, -4.20002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2182
w1.Part1 = p2
2183
w1.C1 = CFrame.new(-3.5, -3.90001893, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2184
w2 = Instance.new("Weld", p2)
2185
w2.Name = "Part_Weld"
2186
w2.Part0 = p2
2187
w2.C0 = CFrame.new(-3.5, -3.90001893, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2188
w2.Part1 = p3
2189
w2.C1 = CFrame.new(-3.5, -4.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2190
w3 = Instance.new("Weld", p3)
2191
w3.Name = "Part_Weld"
2192
w3.Part0 = p3
2193
w3.C0 = CFrame.new(-3.5, -4.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2194
w3.Part1 = p4
2195
w3.C1 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2196
w4 = Instance.new("Weld", p4)
2197
w4.Name = "Part_Weld"
2198
w4.Part0 = p4
2199
w4.C0 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2200
w4.Part1 = p5
2201
w4.C1 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2202
w5 = Instance.new("Weld", p5)
2203
w5.Name = "Part_Weld"
2204
w5.Part0 = p5
2205
w5.C0 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2206
w5.Part1 = p6
2207
w5.C1 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2208
w6 = Instance.new("Weld", p6)
2209
w6.Name = "RightArmPlate_Weld"
2210
w6.Part0 = p6
2211
w6.C0 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2212
w6.Part1 = p7
2213
w6.C1 = CFrame.new(-3.5, -4.10001707, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2214
w7 = Instance.new("Weld", p7)
2215
w7.Name = "Part_Weld"
2216
w7.Part0 = p7
2217
w7.C0 = CFrame.new(-3.5, -4.10001707, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2218
w7.Part1 = p8
2219
w7.C1 = CFrame.new(-3.5, -4.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2220
w8 = Instance.new("Weld", p8)
2221
w8.Name = "Part_Weld"
2222
w8.Part0 = p8
2223
w8.C0 = CFrame.new(-3.5, -4.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2224
w8.Part1 = p9
2225
w8.C1 = CFrame.new(-3.5, -4.95002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2226
w9 = Instance.new("Weld", p9)
2227
w9.Name = "Part_Weld"
2228
w9.Part0 = p9
2229
w9.C0 = CFrame.new(-3.5, -4.95002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2230
w9.Part1 = p10
2231
w9.C1 = CFrame.new(-3.5, -4.65001678, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2232
w10 = Instance.new("Weld", p10)
2233
w10.Name = "Part_Weld"
2234
w10.Part0 = p10
2235
w10.C0 = CFrame.new(-3.5, -4.65001678, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2236
w10.Part1 = p11
2237
w10.C1 = CFrame.new(-3.5, -4.35001707, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2238
w11 = Instance.new("Weld", p11)
2239
w11.Name = "Part_Weld"
2240
w11.Part0 = p11
2241
w11.C0 = CFrame.new(-3.5, -4.35001707, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2242
w11.Part1 = p12
2243
w11.C1 = CFrame.new(-3.5, -4.05001783, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2244
w12 = Instance.new("Weld", p12)
2245
w12.Name = "Part_Weld"
2246
w12.Part0 = p12
2247
w12.C0 = CFrame.new(-3.5, -4.05001783, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2248
w12.Part1 = p13
2249
w12.C1 = CFrame.new(-3.5, -4.20002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2250
w13 = Instance.new("Weld", p13)
2251
w13.Name = "Part_Weld"
2252
w13.Part0 = p13
2253
w13.C0 = CFrame.new(-3.5, -4.20002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2254
w13.Part1 = p14
2255
w13.C1 = CFrame.new(-3.5, -3.75002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2256
w14 = Instance.new("Weld", p14)
2257
w14.Name = "Part_Weld"
2258
w14.Part0 = p14
2259
w14.C0 = CFrame.new(-3.5, -3.75002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2260
w14.Part1 = p15
2261
w14.C1 = CFrame.new(-3.5, -3.90001893, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2262
w15 = Instance.new("Weld", p15)
2263
w15.Name = "Part_Weld"
2264
w15.Part0 = p15
2265
w15.C0 = CFrame.new(-3.5, -3.90001893, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2266
w15.Part1 = p16
2267
w15.C1 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2268
w16 = Instance.new("Weld", p16)
2269
w16.Name = "Part_Weld"
2270
w16.Part0 = p16
2271
w16.C0 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2272
w16.Part1 = p17
2273
w16.C1 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2274
w17 = Instance.new("Weld", p17)
2275
w17.Name = "Part_Weld"
2276
w17.Part0 = p17
2277
w17.C0 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2278
w17.Part1 = p18
2279
w17.C1 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2280
w18 = Instance.new("Weld", p18)
2281
w18.Name = "Part_Weld"
2282
w18.Part0 = p18
2283
w18.C0 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2284
w18.Part1 = p19
2285
w18.C1 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2286
m2.Parent = rarm
2287
m2:MakeJoints()
2288
----------------------------------------------------
2289
local cor2 = Instance.new("Part", rarm.RightArm)
2290
cor2.Name = "Thingy"
2291
cor2.Locked = true
2292
cor2.BottomSurface = 0
2293
cor2.CanCollide = false
2294
cor2.Size = Vector3.new(1, 1, 1)
2295
cor2.Transparency = 1
2296
cor2.TopSurface = 0
2297
corw2 = Instance.new("Weld", cor2)
2298
corw2.Part0 = rarm
2299
corw2.Part1 = cor2
2300
corw2.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
2301
corw2.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
2302
weld2 = Instance.new("Weld", rarm.RightArm)
2303
weld2.Part0 = cor2
2304
weld2.Part1 = rarm.RightArm.RightArmPlate
2305
weld2.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
2306
--Torso
2307
m3 = Instance.new("Model")
2308
m3.Name = "Torso"
2309
p1 = Instance.new("Part", m3)
2310
p1.BrickColor = BrickColor.new("Really black")
2311
p1.Material = Enum.Material.Metal
2312
p1.Name = "TorsoPlate"
2313
p1.CFrame = CFrame.new(0, 3.10002589, 0.50000006, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2314
p1.CanCollide = false
2315
p1.Locked = true
2316
p1.FormFactor = Enum.FormFactor.Custom
2317
p1.Size = Vector3.new(2, 2, 1)
2318
p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2319
p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2320
p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2321
p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2322
p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2323
p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2324
b1 = Instance.new("SpecialMesh", p1)
2325
b1.MeshType = Enum.MeshType.Brick
2326
b1.Name = "Mesh"
2327
b1.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2328
p2 = Instance.new("Part", m3)
2329
p2.BrickColor = BrickColor.new("Really black")
2330
p2.Material = Enum.Material.Metal
2331
p2.CFrame = CFrame.new(-0.450000942, 4.05002356, -0.100002818, -0.685070276, 0.686094284, 0.244853854, 0.616745472, 0.367372453, 0.696177125, 0.387690574, 0.627942622, -0.674821496)
2332
p2.CanCollide = false
2333
p2.Locked = true
2334
p2.FormFactor = Enum.FormFactor.Custom
2335
p2.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2336
b2 = Instance.new("SpecialMesh", p2)
2337
b2.MeshId = "http://www.roblox.com/asset/?id=3270017"
2338
b2.TextureId = ""
2339
b2.MeshType = Enum.MeshType.FileMesh
2340
b2.Name = "Mesh"
2341
b2.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2342
p3 = Instance.new("Part", m3)
2343
p3.BrickColor = BrickColor.new("Black")
2344
p3.Material = Enum.Material.Metal
2345
p3.CFrame = CFrame.new(0, 3.10002589, 0.970001996, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2346
p3.CanCollide = false
2347
p3.Locked = true
2348
p3.FormFactor = Enum.FormFactor.Custom
2349
p3.Size = Vector3.new(2, 2, 0.200000018)
2350
p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2351
p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2352
p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2353
p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2354
p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2355
p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2356
b3 = Instance.new("SpecialMesh", p3)
2357
b3.MeshType = Enum.MeshType.Brick
2358
b3.Name = "Mesh"
2359
b3.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2360
p4 = Instance.new("Part", m3)
2361
p4.BrickColor = BrickColor.new("Black")
2362
p4.Material = Enum.Material.Metal
2363
p4.CFrame = CFrame.new(0, 4.00002623, 0.529999971, 1, 0, 0, 0, -4.37113883e-008, 1, 0, -1, -4.37113883e-008)
2364
p4.CanCollide = false
2365
p4.Locked = true
2366
p4.FormFactor = Enum.FormFactor.Custom
2367
p4.Size = Vector3.new(2, 1.04000008, 0.239999995)
2368
p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2369
p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2370
p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2371
p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2372
p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2373
p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2374
b4 = Instance.new("SpecialMesh", p4)
2375
b4.MeshType = Enum.MeshType.Brick
2376
b4.Name = "Mesh"
2377
b4.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2378
p5 = Instance.new("Part", m3)
2379
p5.BrickColor = BrickColor.new("Black")
2380
p5.Material = Enum.Material.Metal
2381
p5.CFrame = CFrame.new(-0.499999821, 3.15002489, 0.0999978557, 7.54979084e-008, 1, 0, 4.37113918e-008, 0, 1, 1, -7.54978942e-008, -4.37113883e-008)
2382
p5.CanCollide = false
2383
p5.Locked = true
2384
p5.FormFactor = Enum.FormFactor.Custom
2385
p5.Size = Vector3.new(0.300000012, 1, 1.89999998)
2386
p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2387
p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2388
p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2389
p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2390
p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2391
p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2392
b5 = Instance.new("SpecialMesh", p5)
2393
b5.MeshType = Enum.MeshType.Wedge
2394
b5.Name = "Mesh"
2395
b5.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2396
p6 = Instance.new("Part", m3)
2397
p6.BrickColor = BrickColor.new("Black")
2398
p6.Material = Enum.Material.Metal
2399
p6.CFrame = CFrame.new(0.500000179, 3.15002489, 0.0999980345, -4.37113918e-008, -1, 0, -4.37113812e-008, 0, 1, -1, 4.37113847e-008, -4.37113883e-008)
2400
p6.CanCollide = false
2401
p6.Locked = true
2402
p6.FormFactor = Enum.FormFactor.Custom
2403
p6.Size = Vector3.new(0.300000012, 0.99999994, 1.89999998)
2404
p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2405
p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2406
p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2407
p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2408
p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2409
p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2410
b6 = Instance.new("SpecialMesh", p6)
2411
b6.MeshType = Enum.MeshType.Wedge
2412
b6.Name = "Mesh"
2413
b6.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2414
p7 = Instance.new("Part", m3)
2415
p7.BrickColor = BrickColor.new("Black")
2416
p7.Material = Enum.Material.Metal
2417
p7.CFrame = CFrame.new(1.63912773e-007, 3.20002794, 0.0999980569, -3.09086197e-008, -0.707106829, -0.707106769, -7.46200044e-008, -0.707106769, 0.707106829, -1, 7.46200044e-008, -3.09086197e-008)
2418
p7.CanCollide = false
2419
p7.Locked = true
2420
p7.FormFactor = Enum.FormFactor.Custom
2421
p7.Size = Vector3.new(0.300000012, 1.20000005, 1.20000005)
2422
p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2423
p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2424
p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2425
p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2426
p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2427
p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2428
b7 = Instance.new("SpecialMesh", p7)
2429
b7.MeshType = Enum.MeshType.Wedge
2430
b7.Name = "Mesh"
2431
p8 = Instance.new("Part", m3)
2432
p8.BrickColor = BrickColor.new("Black")
2433
p8.Material = Enum.Material.Metal
2434
p8.CFrame = CFrame.new(-1, 3.10002613, 0.520000935, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
2435
p8.CanCollide = false
2436
p8.Locked = true
2437
p8.FormFactor = Enum.FormFactor.Custom
2438
p8.Size = Vector3.new(1, 2, 0.200000018)
2439
p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2440
p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2441
p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2442
p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2443
p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2444
p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2445
b8 = Instance.new("SpecialMesh", p8)
2446
b8.MeshType = Enum.MeshType.Brick
2447
b8.Name = "Mesh"
2448
b8.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2449
p9 = Instance.new("Part", m3)
2450
p9.BrickColor = BrickColor.new("Black")
2451
p9.Material = Enum.Material.Metal
2452
p9.CFrame = CFrame.new(1, 3.10002613, 0.520001054, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
2453
p9.CanCollide = false
2454
p9.Locked = true
2455
p9.FormFactor = Enum.FormFactor.Custom
2456
p9.Size = Vector3.new(1, 2, 0.200000018)
2457
p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2458
p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2459
p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2460
p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2461
p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2462
p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2463
b9 = Instance.new("SpecialMesh", p9)
2464
b9.MeshType = Enum.MeshType.Brick
2465
b9.Name = "Mesh"
2466
b9.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2467
p10 = Instance.new("Part", m3)
2468
p10.BrickColor = BrickColor.new("Black")
2469
p10.Material = Enum.Material.Metal
2470
p10.CFrame = CFrame.new(0, 2.05002642, 0.539999843, 1, 0, 0, 0, -4.37113883e-008, 1, 0, -1, -4.37113883e-008)
2471
p10.CanCollide = false
2472
p10.Locked = true
2473
p10.FormFactor = Enum.FormFactor.Custom
2474
p10.Size = Vector3.new(2, 1.0200001, 0.239999995)
2475
p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2476
p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2477
p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2478
p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2479
p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2480
p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2481
b10 = Instance.new("SpecialMesh", p10)
2482
b10.MeshType = Enum.MeshType.Brick
2483
b10.Name = "Mesh"
2484
b10.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2485
p11 = Instance.new("Part", m3)
2486
p11.BrickColor = BrickColor.new("Really black")
2487
p11.Material = Enum.Material.Metal
2488
p11.CFrame = CFrame.new(0.499999523, 4.05002451, -0.0499982014, 1.00000024, -8.94069672e-008, -1.78813934e-007, -2.98023224e-008, 0.906307817, -0.422618449, -2.23517418e-007, 0.42261821, 0.906307697)
2489
p11.CanCollide = false
2490
p11.Locked = true
2491
p11.FormFactor = Enum.FormFactor.Custom
2492
p11.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2493
b11 = Instance.new("SpecialMesh", p11)
2494
b11.MeshId = "http://www.roblox.com/asset/?id=3270017"
2495
b11.TextureId = ""
2496
b11.MeshType = Enum.MeshType.FileMesh
2497
b11.Name = "Mesh"
2498
b11.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2499
p12 = Instance.new("Part", m3)
2500
p12.BrickColor = BrickColor.new("Really black")
2501
p12.Material = Enum.Material.Metal
2502
p12.Transparency = 1
2503
p12.Name = "Chain2Torso"
2504
p12.CFrame = CFrame.new(0.0500000007, 3.35002589, 0.0200020671, -4.37113883e-008, -1, 0, -4.37113883e-008, 1.91068547e-015, -1, 1, -4.37113883e-008, -4.37113883e-008)
2505
p12.CanCollide = false
2506
p12.Locked = true
2507
p12.FormFactor = Enum.FormFactor.Custom
2508
p12.Size = Vector3.new(0.699999988, 0.300000012, 0.300000012)
2509
b12 = Instance.new("SpecialMesh", p12)
2510
b12.MeshId = "http://www.roblox.com/asset/?id=3270017"
2511
b12.TextureId = ""
2512
b12.MeshType = Enum.MeshType.FileMesh
2513
b12.Name = "Mesh"
2514
b12.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2515
p13 = Instance.new("Part", m3)
2516
p13.BrickColor = BrickColor.new("Really black")
2517
p13.Material = Enum.Material.Metal
2518
p13.CFrame = CFrame.new(-0.700000763, 4.25002289, 0.349998087, -0.606457233, -0.374239564, 0.70153743, -0.641863465, -0.290311694, -0.709739804, 0.469277143, -0.880717754, -0.0641489923)
2519
p13.CanCollide = false
2520
p13.Locked = true
2521
p13.FormFactor = Enum.FormFactor.Custom
2522
p13.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2523
b13 = Instance.new("SpecialMesh", p13)
2524
b13.MeshId = "http://www.roblox.com/asset/?id=3270017"
2525
b13.TextureId = ""
2526
b13.MeshType = Enum.MeshType.FileMesh
2527
b13.Name = "Mesh"
2528
b13.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2529
p14 = Instance.new("Part", m3)
2530
p14.BrickColor = BrickColor.new("Really black")
2531
p14.Material = Enum.Material.Metal
2532
p14.CFrame = CFrame.new(-0.0500002243, 3.50002766, -0.150001988, -0.331867754, 0.457445055, -0.824989557, 0.877285957, -0.171802372, -0.448166817, -0.346746802, -0.87248385, -0.344294399)
2533
p14.CanCollide = false
2534
p14.Locked = true
2535
p14.FormFactor = Enum.FormFactor.Custom
2536
p14.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2537
b14 = Instance.new("SpecialMesh", p14)
2538
b14.MeshId = "http://www.roblox.com/asset/?id=3270017"
2539
b14.TextureId = ""
2540
b14.MeshType = Enum.MeshType.FileMesh
2541
b14.Name = "Mesh"
2542
b14.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2543
p15 = Instance.new("Part", m3)
2544
p15.BrickColor = BrickColor.new("Really black")
2545
p15.Material = Enum.Material.Metal
2546
p15.CFrame = CFrame.new(0.199999034, 3.55002332, -0.150001839, -0.0627828911, -0.802308202, -0.593599737, 0.678633273, -0.470427632, 0.564052343, -0.731789052, -0.367423117, 0.57400763)
2547
p15.CanCollide = false
2548
p15.Locked = true
2549
p15.FormFactor = Enum.FormFactor.Custom
2550
p15.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2551
b15 = Instance.new("SpecialMesh", p15)
2552
b15.MeshId = "http://www.roblox.com/asset/?id=3270017"
2553
b15.TextureId = ""
2554
b15.MeshType = Enum.MeshType.FileMesh
2555
b15.Name = "Mesh"
2556
b15.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2557
p16 = Instance.new("Part", m3)
2558
p16.BrickColor = BrickColor.new("Really black")
2559
p16.Material = Enum.Material.Metal
2560
p16.CFrame = CFrame.new(0.349999189, 3.70002842, -0.150001973, 0.994292557, 0.0709807873, 0.0796526894, -0.0587368309, 0.987431884, -0.146726117, -0.0890666768, 0.141209915, 0.985964835)
2561
p16.CanCollide = false
2562
p16.Locked = true
2563
p16.FormFactor = Enum.FormFactor.Custom
2564
p16.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2565
b16 = Instance.new("SpecialMesh", p16)
2566
b16.MeshId = "http://www.roblox.com/asset/?id=3270017"
2567
b16.TextureId = ""
2568
b16.MeshType = Enum.MeshType.FileMesh
2569
b16.Name = "Mesh"
2570
b16.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2571
p17 = Instance.new("Part", m3)
2572
p17.BrickColor = BrickColor.new("Really black")
2573
p17.Material = Enum.Material.Metal
2574
p17.CFrame = CFrame.new(-0.200000346, 3.70002747, -0.150002211, 0.964791715, 0.0184034109, -0.262370646, -0.0587368906, 0.987431884, -0.146726027, 0.256372869, 0.156970888, 0.953746974)
2575
p17.CanCollide = false
2576
p17.Locked = true
2577
p17.FormFactor = Enum.FormFactor.Custom
2578
p17.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2579
b17 = Instance.new("SpecialMesh", p17)
2580
b17.MeshId = "http://www.roblox.com/asset/?id=3270017"
2581
b17.TextureId = ""
2582
b17.MeshType = Enum.MeshType.FileMesh
2583
b17.Name = "Mesh"
2584
b17.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2585
p18 = Instance.new("Part", m3)
2586
p18.BrickColor = BrickColor.new("Really black")
2587
p18.Material = Enum.Material.Metal
2588
p18.CFrame = CFrame.new(-0.35000062, 3.85002661, -0.150002271, 0.407530367, -0.427938014, 0.806714416, 0.0989350602, 0.898891687, 0.426855773, -0.907816589, -0.0941444039, 0.40866372)
2589
p18.CanCollide = false
2590
p18.Locked = true
2591
p18.FormFactor = Enum.FormFactor.Custom
2592
p18.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2593
b18 = Instance.new("SpecialMesh", p18)
2594
b18.MeshId = "http://www.roblox.com/asset/?id=3270017"
2595
b18.TextureId = ""
2596
b18.MeshType = Enum.MeshType.FileMesh
2597
b18.Name = "Mesh"
2598
b18.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2599
p19 = Instance.new("Part", m3)
2600
p19.BrickColor = BrickColor.new("Really black")
2601
p19.Material = Enum.Material.Metal
2602
p19.CFrame = CFrame.new(0.599999547, 4.25002337, 1.49011612e-008, 0.450589776, 0.596651912, -0.664060116, 0.322663993, 0.584720135, 0.744305372, 0.832379937, -0.549644768, 0.0709509254)
2603
p19.CanCollide = false
2604
p19.Locked = true
2605
p19.FormFactor = Enum.FormFactor.Custom
2606
p19.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2607
b19 = Instance.new("SpecialMesh", p19)
2608
b19.MeshId = "http://www.roblox.com/asset/?id=3270017"
2609
b19.TextureId = ""
2610
b19.MeshType = Enum.MeshType.FileMesh
2611
b19.Name = "Mesh"
2612
b19.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2613
p20 = Instance.new("Part", m3)
2614
p20.BrickColor = BrickColor.new("Really black")
2615
p20.Material = Enum.Material.Metal
2616
p20.CFrame = CFrame.new(0.449999154, 3.90002728, -0.150000244, 0.148452312, 0.508259773, -0.848312676, -0.212012291, 0.85422945, 0.474703223, 0.965925753, 0.109381542, 0.234569833)
2617
p20.CanCollide = false
2618
p20.Locked = true
2619
p20.FormFactor = Enum.FormFactor.Custom
2620
p20.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2621
b20 = Instance.new("SpecialMesh", p20)
2622
b20.MeshId = "http://www.roblox.com/asset/?id=3270017"
2623
b20.TextureId = ""
2624
b20.MeshType = Enum.MeshType.FileMesh
2625
b20.Name = "Mesh"
2626
b20.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2627
p21 = Instance.new("Part", m3)
2628
p21.BrickColor = BrickColor.new("Really black")
2629
p21.Material = Enum.Material.Metal
2630
p21.CFrame = CFrame.new(0.699999869, 4.25002337, 0.200001985, -0.0996009707, 0.981125295, 0.165750414, -0.142243966, -0.178907469, 0.973529041, 0.98480773, 0.0733870864, 0.157378286)
2631
p21.CanCollide = false
2632
p21.Locked = true
2633
p21.FormFactor = Enum.FormFactor.Custom
2634
p21.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2635
b21 = Instance.new("SpecialMesh", p21)
2636
b21.MeshId = "http://www.roblox.com/asset/?id=3270017"
2637
b21.TextureId = ""
2638
b21.MeshType = Enum.MeshType.FileMesh
2639
b21.Name = "Mesh"
2640
b21.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2641
p22 = Instance.new("Part", m3)
2642
p22.BrickColor = BrickColor.new("Really black")
2643
p22.Material = Enum.Material.Metal
2644
p22.CFrame = CFrame.new(0.69999975, 4.25002289, 0.450001955, -0.167731196, 0.167446673, 0.971508265, 0.0449438766, -0.983146012, 0.17721194, 0.984807789, 0.0733873621, 0.157378122)
2645
p22.CanCollide = false
2646
p22.Locked = true
2647
p22.FormFactor = Enum.FormFactor.Custom
2648
p22.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2649
b22 = Instance.new("SpecialMesh", p22)
2650
b22.MeshId = "http://www.roblox.com/asset/?id=3270017"
2651
b22.TextureId = ""
2652
b22.MeshType = Enum.MeshType.FileMesh
2653
b22.Name = "Mesh"
2654
b22.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2655
p23 = Instance.new("Part", m3)
2656
p23.BrickColor = BrickColor.new("Really black")
2657
p23.Material = Enum.Material.Metal
2658
p23.CFrame = CFrame.new(0.699999511, 4.25002289, 0.700001478, 0.0593914539, -0.993999004, 0.0918651819, 0.163175613, -0.0811224878, -0.98325628, 0.984807849, 0.0733875483, 0.157378405)
2659
p23.CanCollide = false
2660
p23.Locked = true
2661
p23.FormFactor = Enum.FormFactor.Custom
2662
p23.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2663
b23 = Instance.new("SpecialMesh", p23)
2664
b23.MeshId = "http://www.roblox.com/asset/?id=3270017"
2665
b23.TextureId = ""
2666
b23.MeshType = Enum.MeshType.FileMesh
2667
b23.Name = "Mesh"
2668
b23.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2669
p24 = Instance.new("Part", m3)
2670
p24.BrickColor = BrickColor.new("Really black")
2671
p24.Material = Enum.Material.Metal
2672
p24.CFrame = CFrame.new(0.699999452, 4.25002289, 0.900001347, -0.197025463, -0.431517303, 0.880326331, 0.133022487, -0.90138948, -0.412070453, 0.971332312, 0.0359149873, 0.234997824)
2673
p24.CanCollide = false
2674
p24.Locked = true
2675
p24.FormFactor = Enum.FormFactor.Custom
2676
p24.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2677
b24 = Instance.new("SpecialMesh", p24)
2678
b24.MeshId = "http://www.roblox.com/asset/?id=3270017"
2679
b24.TextureId = ""
2680
b24.MeshType = Enum.MeshType.FileMesh
2681
b24.Name = "Mesh"
2682
b24.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2683
p25 = Instance.new("Part", m3)
2684
p25.BrickColor = BrickColor.new("Really black")
2685
p25.Material = Enum.Material.Metal
2686
p25.CFrame = CFrame.new(0.599999249, 4.25002289, 1.05000341, -0.793593884, -0.433597952, 0.42685172, 0.426002622, 0.104941569, 0.898615122, -0.434431762, 0.894975305, 0.101432741)
2687
p25.CanCollide = false
2688
p25.Locked = true
2689
p25.FormFactor = Enum.FormFactor.Custom
2690
p25.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2691
b25 = Instance.new("SpecialMesh", p25)
2692
b25.MeshId = "http://www.roblox.com/asset/?id=3270017"
2693
b25.TextureId = ""
2694
b25.MeshType = Enum.MeshType.FileMesh
2695
b25.Name = "Mesh"
2696
b25.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2697
p26 = Instance.new("Part", m3)
2698
p26.BrickColor = BrickColor.new("Really black")
2699
p26.Material = Enum.Material.Metal
2700
p26.CFrame = CFrame.new(0.399999261, 4.25002289, 1.09999716, 0.474074066, -0.73934859, 0.478140384, 0.876810074, 0.445984155, -0.17972827, -0.0803612769, 0.504442811, 0.859697402)
2701
p26.CanCollide = false
2702
p26.Locked = true
2703
p26.FormFactor = Enum.FormFactor.Custom
2704
p26.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2705
b26 = Instance.new("SpecialMesh", p26)
2706
b26.MeshId = "http://www.roblox.com/asset/?id=3270017"
2707
b26.TextureId = ""
2708
b26.MeshType = Enum.MeshType.FileMesh
2709
b26.Name = "Mesh"
2710
b26.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2711
p27 = Instance.new("Part", m3)
2712
p27.BrickColor = BrickColor.new("Really black")
2713
p27.Material = Enum.Material.Metal
2714
p27.CFrame = CFrame.new(0.249999076, 4.25002289, 1.20000076, 0.524626255, -0.838181257, 0.149064019, -0.503709316, -0.446768612, -0.739374638, 0.686326742, 0.31281051, -0.656585932)
2715
p27.CanCollide = false
2716
p27.Locked = true
2717
p27.FormFactor = Enum.FormFactor.Custom
2718
p27.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2719
b27 = Instance.new("SpecialMesh", p27)
2720
b27.MeshId = "http://www.roblox.com/asset/?id=3270017"
2721
b27.TextureId = ""
2722
b27.MeshType = Enum.MeshType.FileMesh
2723
b27.Name = "Mesh"
2724
b27.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2725
p28 = Instance.new("Part", m3)
2726
p28.BrickColor = BrickColor.new("Really black")
2727
p28.Material = Enum.Material.Metal
2728
p28.CFrame = CFrame.new(0.0499990731, 4.25002289, 1.20000088, 0.524626136, -0.838181317, 0.149063885, 0.588431716, 0.230477661, -0.775002301, 0.615236104, 0.494300276, 0.614126861)
2729
p28.CanCollide = false
2730
p28.Locked = true
2731
p28.FormFactor = Enum.FormFactor.Custom
2732
p28.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2733
b28 = Instance.new("SpecialMesh", p28)
2734
b28.MeshId = "http://www.roblox.com/asset/?id=3270017"
2735
b28.TextureId = ""
2736
b28.MeshType = Enum.MeshType.FileMesh
2737
b28.Name = "Mesh"
2738
b28.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2739
p29 = Instance.new("Part", m3)
2740
p29.BrickColor = BrickColor.new("Really black")
2741
p29.Material = Enum.Material.Metal
2742
p29.CFrame = CFrame.new(-0.200000852, 4.25002289, 1.20000088, 0.524626195, -0.838181257, 0.149063647, 0.664180398, 0.512506962, 0.544243872, -0.532571197, -0.186519295, 0.825577736)
2743
p29.CanCollide = false
2744
p29.Locked = true
2745
p29.FormFactor = Enum.FormFactor.Custom
2746
p29.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2747
b29 = Instance.new("SpecialMesh", p29)
2748
b29.MeshId = "http://www.roblox.com/asset/?id=3270017"
2749
b29.TextureId = ""
2750
b29.MeshType = Enum.MeshType.FileMesh
2751
b29.Name = "Mesh"
2752
b29.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2753
p30 = Instance.new("Part", m3)
2754
p30.BrickColor = BrickColor.new("Really black")
2755
p30.Material = Enum.Material.Metal
2756
p30.CFrame = CFrame.new(-0.400000989, 4.25002289, 1.15000105, -0.205189675, -0.942334533, -0.264392197, 0.472657442, 0.141141802, -0.869870245, 0.857025325, -0.303455055, 0.416440606)
2757
p30.CanCollide = false
2758
p30.Locked = true
2759
p30.FormFactor = Enum.FormFactor.Custom
2760
p30.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2761
b30 = Instance.new("SpecialMesh", p30)
2762
b30.MeshId = "http://www.roblox.com/asset/?id=3270017"
2763
b30.TextureId = ""
2764
b30.MeshType = Enum.MeshType.FileMesh
2765
b30.Name = "Mesh"
2766
b30.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2767
p31 = Instance.new("Part", m3)
2768
p31.BrickColor = BrickColor.new("Really black")
2769
p31.Material = Enum.Material.Metal
2770
p31.CFrame = CFrame.new(-0.550001025, 4.25002337, 0.999999702, 0.151335806, -0.651350021, -0.743532896, 0.979139984, 0.201951638, 0.022377044, 0.135582238, -0.731408894, 0.668325186)
2771
p31.CanCollide = false
2772
p31.Locked = true
2773
p31.FormFactor = Enum.FormFactor.Custom
2774
p31.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2775
b31 = Instance.new("SpecialMesh", p31)
2776
b31.MeshId = "http://www.roblox.com/asset/?id=3270017"
2777
b31.TextureId = ""
2778
b31.MeshType = Enum.MeshType.FileMesh
2779
b31.Name = "Mesh"
2780
b31.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2781
p32 = Instance.new("Part", m3)
2782
p32.BrickColor = BrickColor.new("Really black")
2783
p32.Material = Enum.Material.Metal
2784
p32.CFrame = CFrame.new(-0.700000763, 4.25002337, 0.800000489, -0.804778874, -0.593520701, 0.0080409348, 0.142058611, -0.205740049, -0.968240976, 0.576325178, -0.778077364, 0.249890015)
2785
p32.CanCollide = false
2786
p32.Locked = true
2787
p32.FormFactor = Enum.FormFactor.Custom
2788
p32.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2789
b32 = Instance.new("SpecialMesh", p32)
2790
b32.MeshId = "http://www.roblox.com/asset/?id=3270017"
2791
b32.TextureId = ""
2792
b32.MeshType = Enum.MeshType.FileMesh
2793
b32.Name = "Mesh"
2794
b32.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2795
p33 = Instance.new("Part", m3)
2796
p33.BrickColor = BrickColor.new("Really black")
2797
p33.Material = Enum.Material.Metal
2798
p33.CFrame = CFrame.new(-0.700000942, 4.25002289, 0.549999833, -0.526802063, -0.220915288, -0.820777893, 0.708702326, 0.418966174, -0.567634225, 0.469277024, -0.880717933, -0.0641489923)
2799
p33.CanCollide = false
2800
p33.Locked = true
2801
p33.FormFactor = Enum.FormFactor.Custom
2802
p33.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2803
b33 = Instance.new("SpecialMesh", p33)
2804
b33.MeshId = "http://www.roblox.com/asset/?id=3270017"
2805
b33.TextureId = ""
2806
b33.MeshType = Enum.MeshType.FileMesh
2807
b33.Name = "Mesh"
2808
b33.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2809
p34 = Instance.new("Part", m3)
2810
p34.BrickColor = BrickColor.new("Really black")
2811
p34.Material = Enum.Material.Metal
2812
p34.Name = "Connection"
2813
p34.CFrame = CFrame.new(0.0551848896, 3.35002589, -0.131655902, 0.635109425, -0.765570045, -0.102657467, -0.766416311, -0.641122162, 0.0396047123, -0.0961361453, 0.0535250306, -0.993928015)
2814
p34.CanCollide = false
2815
p34.Locked = true
2816
p34.FormFactor = Enum.FormFactor.Custom
2817
p34.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2818
b34 = Instance.new("SpecialMesh", p34)
2819
b34.MeshId = "http://www.roblox.com/asset/?id=3270017"
2820
b34.TextureId = ""
2821
b34.MeshType = Enum.MeshType.FileMesh
2822
b34.Name = "Mesh"
2823
b34.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2824
p35 = Instance.new("Part", m3)
2825
p35.BrickColor = BrickColor.new("Really black")
2826
p35.Material = Enum.Material.Metal
2827
p35.CFrame = CFrame.new(-0.600001037, 4.25002289, 0.149997264, 0.493824095, 0.604460001, 0.62511301, -0.565569818, -0.322785676, 0.758907318, 0.660506427, -0.728311539, 0.182464883)
2828
p35.CanCollide = false
2829
p35.Locked = true
2830
p35.FormFactor = Enum.FormFactor.Custom
2831
p35.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2832
b35 = Instance.new("SpecialMesh", p35)
2833
b35.MeshId = "http://www.roblox.com/asset/?id=3270017"
2834
b35.TextureId = ""
2835
b35.MeshType = Enum.MeshType.FileMesh
2836
b35.Name = "Mesh"
2837
b35.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2838
p36 = Instance.new("Part", m3)
2839
p36.BrickColor = BrickColor.new("Really black")
2840
p36.Material = Enum.Material.Metal
2841
p36.CFrame = CFrame.new(-0.500000834, 4.2000227, -2.52574682e-006, -0.285961747, 0.418113738, -0.862210572, 0.191904813, 0.906544387, 0.375965416, 0.93882823, -0.0579507053, -0.339474916)
2842
p36.CanCollide = false
2843
p36.Locked = true
2844
p36.FormFactor = Enum.FormFactor.Custom
2845
p36.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2846
b36 = Instance.new("SpecialMesh", p36)
2847
b36.MeshId = "http://www.roblox.com/asset/?id=3270017"
2848
b36.TextureId = ""
2849
b36.MeshType = Enum.MeshType.FileMesh
2850
b36.Name = "Mesh"
2851
b36.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2852
w1 = Instance.new("Weld", p2)
2853
w1.Name = "Joint"
2854
w1.Part0 = p2
2855
w1.C0 = CFrame.new(-0.211238861, -0.0362606049, -0.0810072422, -0.57012105, 0.811055779, -0.130959615, -0.254106343, -0.022495009, 0.966914535, 0.781275749, 0.584536016, 0.218919396)
2856
w1.Part1 = p18
2857
w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2858
w2 = Instance.new("Weld", p3)
2859
w2.Name = "Joint"
2860
w2.Part0 = p3
2861
w2.C0 = CFrame.new(0, 0, -0.470001936, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2862
w2.Part1 = p1
2863
w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2864
w3 = Instance.new("Weld", p4)
2865
w3.Name = "Joint"
2866
w3.Part0 = p4
2867
w3.C0 = CFrame.new(0, 0.0299999714, -0.900000334, 1, 0, 0, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008)
2868
w3.Part1 = p1
2869
w3.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2870
w4 = Instance.new("Weld", p5)
2871
w4.Name = "Joint"
2872
w4.Part0 = p5
2873
w4.C0 = CFrame.new(2.38418579e-007, 0.5, 0.0500030518, -1, -9.67369829e-009, -5.33850759e-008, 4.45892816e-008, -0.707106829, -0.707106769, -3.09086161e-008, -0.707106769, 0.707106829)
2874
w4.Part1 = p7
2875
w4.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2876
w5 = Instance.new("Weld", p6)
2877
w5.Name = "Joint"
2878
w5.Part0 = p6
2879
w5.C0 = CFrame.new(0, 0.5, 0.0500030518, 1, -1.28027651e-008, 3.09086197e-008, -1.28027686e-008, 0.707106829, 0.707106769, -3.09086161e-008, -0.707106769, 0.707106829)
2880
w5.Part1 = p7
2881
w5.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2882
w6 = Instance.new("Weld", p7)
2883
w6.Name = "Joint"
2884
w6.Part0 = p7
2885
w6.C0 = CFrame.new(-0.400002003, 0.070712328, -0.0707120895, -3.09086197e-008, -7.46200044e-008, -1, -0.707106829, -0.707106769, 7.46200044e-008, -0.707106769, 0.707106829, -3.09086197e-008)
2886
w6.Part1 = p1
2887
w6.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2888
w7 = Instance.new("Weld", p8)
2889
w7.Name = "Joint"
2890
w7.Part0 = p8
2891
w7.C0 = CFrame.new(-0.0200009346, -2.38418579e-007, -1, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
2892
w7.Part1 = p1
2893
w7.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2894
w8 = Instance.new("Weld", p9)
2895
w8.Name = "Joint"
2896
w8.Part0 = p9
2897
w8.C0 = CFrame.new(-0.0200009346, -2.38418579e-007, 1, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
2898
w8.Part1 = p1
2899
w8.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2900
w9 = Instance.new("Weld", p10)
2901
w9.Name = "Joint"
2902
w9.Part0 = p10
2903
w9.C0 = CFrame.new(0, 0.0399997234, 1.04999948, 1, 0, 0, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008)
2904
w9.Part1 = p1
2905
w9.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2906
w10 = Instance.new("Weld", p11)
2907
w10.Name = "Joint"
2908
w10.Part0 = p11
2909
w10.C0 = CFrame.new(0.100000024, 0.202390671, -0.0392093658, 0.450589836, 0.596651673, -0.664059937, 0.644212067, 0.297646403, 0.704554796, 0.618028879, -0.745260656, -0.250253737)
2910
w10.Part1 = p19
2911
w10.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2912
w11 = Instance.new("Weld", p12)
2913
w11.Name = "Joint"
2914
w11.Part0 = p12
2915
w11.C0 = CFrame.new(0.479997993, 0.0499999784, 0.25, -4.37113883e-008, -4.37113883e-008, 1, -1, 1.91068547e-015, -4.37113883e-008, 0, -1, -4.37113883e-008)
2916
w11.Part1 = p1
2917
w11.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2918
w12 = Instance.new("Weld", p13)
2919
w12.Name = "Joint"
2920
w12.Part0 = p13
2921
w12.C0 = CFrame.new(-0.1545012, 0.138720512, 0.0829834938, 0.373496056, -0.501174688, -0.780592561, -0.602336764, 0.50893271, -0.614961803, 0.70547235, 0.699865282, -0.111791633)
2922
w12.Part1 = p35
2923
w12.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2924
w13 = Instance.new("Weld", p14)
2925
w13.Name = "Joint"
2926
w13.Part0 = p14
2927
w13.C0 = CFrame.new(-0.172863483, 0.0578804016, -0.0258672237, -0.849803627, -0.326939017, 0.413454711, 0.506076992, -0.286759645, 0.813421786, -0.147377193, 0.900488615, 0.409145683)
2928
w13.Part1 = p34
2929
w13.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2930
w14 = Instance.new("Weld", p15)
2931
w14.Name = "Joint"
2932
w14.Part0 = p15
2933
w14.C0 = CFrame.new(0.0923810005, -0.190912724, -0.00442934036, -0.0371075198, 0.56231159, -0.826092422, -0.73737216, -0.573347449, -0.357148677, -0.674466848, 0.595884562, 0.435908347)
2934
w14.Part1 = p16
2935
w14.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2936
w15 = Instance.new("Weld", p16)
2937
w15.Name = "Joint"
2938
w15.Part0 = p16
2939
w15.C0 = CFrame.new(0.0876817107, 0.204583645, -0.0213780403, 0.074026458, 0.445441723, -0.892245352, -0.0624118894, 0.895015597, 0.441646636, 0.995301366, 0.022993207, 0.0940556675)
2940
w15.Part1 = p20
2941
w15.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2942
w16 = Instance.new("Weld", p17)
2943
w16.Name = "Joint"
2944
w16.Part0 = p17
2945
w16.C0 = CFrame.new(0.156466246, -0.194725513, -0.0100102425, -0.460608691, 0.227749109, -0.85788697, 0.80572325, -0.29817903, -0.51176101, -0.372357011, -0.926941037, -0.0461589098)
2946
w16.Part1 = p14
2947
w16.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2948
w17 = Instance.new("Weld", p18)
2949
w17.Name = "Joint"
2950
w17.Part0 = p18
2951
w17.C0 = CFrame.new(0.046289444, -0.199023724, 0.0569794178, 0.154631272, -0.0373091251, -0.987267554, -0.489805043, 0.864940584, -0.109402351, 0.858009458, 0.500485599, 0.115472674)
2952
w17.Part1 = p17
2953
w17.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2954
w18 = Instance.new("Weld", p19)
2955
w18.Name = "Joint"
2956
w18.Part0 = p19
2957
w18.C0 = CFrame.new(0.211536884, -0.0502645969, -0.0522158146, 0.728958309, 0.445444137, 0.519806981, -0.683894217, 0.440442294, 0.581635118, 0.0301409438, -0.779480696, 0.625700712)
2958
w18.Part1 = p21
2959
w18.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2960
w19 = Instance.new("Weld", p20)
2961
w19.Name = "Joint"
2962
w19.Part0 = p20
2963
w19.C0 = CFrame.new(0.0722160339, 0.164483547, 0.0522456169, 0.148452476, 0.216069669, 0.965026319, 0.508259654, 0.820421398, -0.261879444, -0.848312438, 0.529360592, 0.0119740963)
2964
w19.Part1 = p11
2965
w19.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2966
w20 = Instance.new("Weld", p21)
2967
w20.Name = "Joint"
2968
w20.Part0 = p21
2969
w20.C0 = CFrame.new(0.246201992, 0.0183468163, 0.0393443108, 0.980159461, 0.195441127, 0.0330170989, -0.100333519, 0.345563769, 0.933016002, 0.170940176, -0.917817175, 0.358316928)
2970
w20.Part1 = p22
2971
w20.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2972
w21 = Instance.new("Weld", p22)
2973
w21.Name = "Joint"
2974
w21.Part0 = p22
2975
w21.C0 = CFrame.new(0.246201515, 0.0183467865, 0.0393443108, 0.96721822, 0.235350817, 0.0953874439, -0.0782081187, -0.0813006833, 0.993616521, 0.241603509, -0.968504071, -0.060229145)
2976
w21.Part1 = p23
2977
w21.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2978
w22 = Instance.new("Weld", p23)
2979
w22.Name = "Joint"
2980
w22.Part0 = p23
2981
w22.C0 = CFrame.new(0.196961403, 0.014677465, 0.031475544, 0.966579735, -0.137344033, 0.21647194, 0.256335169, 0.504686236, -0.824368834, 0.0039717555, 0.852307677, 0.523025632)
2982
w22.Part1 = p24
2983
w22.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2984
w23 = Instance.new("Weld", p24)
2985
w23.Name = "Joint"
2986
w23.Part0 = p24
2987
w23.C0 = CFrame.new(0.16540432, 0.0485391617, -0.0527825356, -0.208951756, 0.968707323, 0.133960381, -0.0571475253, 0.124654606, -0.990553021, -0.976254702, -0.214633241, 0.0293123852)
2988
w23.Part1 = p25
2989
w23.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2990
w24 = Instance.new("Weld", p25)
2991
w24.Name = "Joint"
2992
w24.Part0 = p25
2993
w24.C0 = CFrame.new(0.136999726, 0.131462574, -0.0802993774, 0.0322127938, 0.557586372, -0.829493642, -0.185464859, 0.81884563, 0.543226421, 0.982122838, 0.136343077, 0.129789978)
2994
w24.Part1 = p26
2995
w24.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2996
w25 = Instance.new("Weld", p26)
2997
w25.Name = "Joint"
2998
w25.Part0 = p26
2999
w25.C0 = CFrame.new(-0.0791475773, 0.161348343, 0.014251709, -0.2480997, -0.814228892, -0.524859786, -0.266315132, 0.578250885, -0.771169424, 0.931409001, -0.0515488982, -0.360305429)
3000
w25.Part1 = p27
3001
w25.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3002
w26 = Instance.new("Weld", p27)
3003
w26.Name = "Joint"
3004
w26.Part0 = p27
3005
w26.C0 = CFrame.new(-0.104925156, 0.167636156, -0.0298128128, 0.401087224, -0.216573805, 0.890070021, -0.510172248, 0.754199564, 0.413409412, -0.760824084, -0.619902253, 0.192009777)
3006
w26.Part1 = p28
3007
w26.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3008
w27 = Instance.new("Weld", p28)
3009
w27.Name = "Joint"
3010
w27.Part0 = p28
3011
w27.C0 = CFrame.new(-0.131156445, 0.209545135, -0.037266016, 0.338400394, -0.252909899, 0.906378388, -0.549903035, 0.728472173, 0.408576787, -0.763604522, -0.636682749, 0.10743928)
3012
w27.Part1 = p29
3013
w27.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3014
w28 = Instance.new("Weld", p29)
3015
w28.Name = "Joint"
3016
w28.Part0 = p29
3017
w28.C0 = CFrame.new(-0.0782968998, 0.176962137, -0.0710916519, -0.250144869, -0.239018306, -0.938241899, 0.254374206, 0.918783069, -0.301879942, 0.934195518, -0.314178288, -0.169028759)
3018
w28.Part1 = p30
3019
w28.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3020
w29 = Instance.new("Weld", p30)
3021
w29.Name = "Joint"
3022
w29.Part0 = p30
3023
w29.C0 = CFrame.new(-0.097776413, 0.186868906, -0.022808075, 0.547942579, -0.39773193, 0.735913277, -0.0455548018, 0.864242792, 0.501007974, -0.835274637, -0.30804801, 0.455436885)
3024
w29.Part1 = p31
3025
w29.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3026
w30 = Instance.new("Weld", p31)
3027
w30.Name = "Joint"
3028
w30.Part0 = p31
3029
w30.C0 = CFrame.new(-0.0498166084, 0.243983507, -0.0221347809, 0.0954426825, -0.396762908, -0.912945747, 0.131352007, 0.914132595, -0.38354671, 0.986730695, -0.0833105743, 0.139362901)
3030
w30.Part1 = p32
3031
w30.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3032
w31 = Instance.new("Weld", p32)
3033
w31.Name = "Joint"
3034
w31.Part0 = p32
3035
w31.C0 = CFrame.new(-0.144081593, 0.194519997, -0.0624723434, 0.795092285, -0.270274341, 0.542936563, -0.198274553, 0.730186164, 0.653846622, -0.573162735, -0.627518892, 0.526976764)
3036
w31.Part1 = p33
3037
w31.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3038
w32 = Instance.new("Weld", p33)
3039
w32.Name = "Joint"
3040
w32.Part0 = p33
3041
w32.C0 = CFrame.new(-0.0938563347, 0.176145077, 0.0128297806, 0.0848137587, -0.421895206, -0.902668893, -0.548244178, 0.736708403, -0.39583993, 0.832006574, 0.528455555, -0.168818489)
3042
w32.Part1 = p13
3043
w32.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3044
w33 = Instance.new("Weld", p34)
3045
w33.Name = "Joint"
3046
w33.Part0 = p34
3047
w33.C0 = CFrame.new(-0.0178728104, 0.0120868683, -0.150204837, -0.0961361453, -0.635109425, 0.766416311, 0.0535250939, 0.765570045, 0.641122162, -0.993928015, 0.102657512, -0.0396046676)
3048
w33.Part1 = p12
3049
w33.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3050
w34 = Instance.new("Weld", p35)
3051
w34.Name = "Joint"
3052
w34.Part0 = p35
3053
w34.C0 = CFrame.new(-0.0214147568, 0.185832024, -0.00280380249, 0.370351821, -0.344516218, -0.862640202, -0.918555975, 0.00231964141, -0.395284295, 0.138182849, 0.938777506, -0.315598398)
3054
w34.Part1 = p36
3055
w34.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3056
w35 = Instance.new("Weld", p36)
3057
w35.Name = "Joint"
3058
w35.Part0 = p36
3059
w35.C0 = CFrame.new(-0.136966705, -0.109280109, -0.0655572414, 0.678235054, 0.463834167, -0.569960475, 0.250202835, 0.583515286, 0.772598565, 0.690938354, -0.666609228, 0.279707849)
3060
w35.Part1 = p2
3061
w35.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3062
m3.Parent = torso
3063
m3:MakeJoints()
3064
----------------------------------------------------
3065
local cor3 = Instance.new("Part", torso.Torso)
3066
cor3.Name = "Thingy"
3067
cor3.Locked = true
3068
cor3.BottomSurface = 0
3069
cor3.CanCollide = false
3070
cor3.Size = Vector3.new(1, 1, 1)
3071
cor3.Transparency = 1
3072
cor3.TopSurface = 0
3073
corw3 = Instance.new("Weld", cor3)
3074
corw3.Part0 = torso
3075
corw3.Part1 = cor3
3076
corw3.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
3077
corw3.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
3078
weld3 = Instance.new("Weld", torso.Torso)
3079
weld3.Part0 = cor3
3080
weld3.Part1 = torso.Torso.TorsoPlate
3081
weld3.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
3082
--Left Leg
3083
m4 = Instance.new("Model")
3084
m4.Name = "LeftLeg"
3085
p1 = Instance.new("Part", m4)
3086
p1.BrickColor = BrickColor.new("Really black")
3087
p1.Material = Enum.Material.Metal
3088
p1.Name = "LeftLegPlate"
3089
p1.CFrame = CFrame.new(-1.5, 4.74442291, -7.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3090
p1.Anchored = false
3091
p1.CanCollide = false
3092
p1.FormFactor = Enum.FormFactor.Custom
3093
p1.Size = Vector3.new(1, 2, 1)
3094
p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3095
p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3096
p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3097
p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3098
p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3099
p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3100
b1 = Instance.new("SpecialMesh", p1)
3101
b1.MeshType = Enum.MeshType.Brick
3102
b1.Name = "Mesh"
3103
b1.Scale = Vector3.new(1.01999998, 1, 1.01999998)
3104
p2 = Instance.new("Part", m4)
3105
p2.BrickColor = BrickColor.new("Really black")
3106
p2.Material = Enum.Material.Metal
3107
p2.CFrame = CFrame.new(-2.0999999, 5.44442606, -7.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3108
p2.Anchored = false
3109
p2.CanCollide = false
3110
p2.FormFactor = Enum.FormFactor.Custom
3111
p2.Size = Vector3.new(0.239999995, 0.300000012, 0.899999976)
3112
p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3113
p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3114
p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3115
p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3116
p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3117
p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3118
b2 = Instance.new("SpecialMesh", p2)
3119
b2.MeshType = Enum.MeshType.Brick
3120
b2.Name = "Mesh"
3121
b2.Scale = Vector3.new(1.01999998, 1, 1.01999998)
3122
p3 = Instance.new("Part", m4)
3123
p3.BrickColor = BrickColor.new("Really black")
3124
p3.Material = Enum.Material.Metal
3125
p3.CFrame = CFrame.new(-2.0999999, 5.04442501, -7.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3126
p3.Anchored = false
3127
p3.CanCollide = false
3128
p3.FormFactor = Enum.FormFactor.Custom
3129
p3.Size = Vector3.new(0.200000003, 0.600000024, 0.800000012)
3130
p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3131
p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3132
p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3133
p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3134
p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3135
p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3136
b3 = Instance.new("SpecialMesh", p3)
3137
b3.MeshType = Enum.MeshType.Brick
3138
b3.Name = "Mesh"
3139
b3.Scale = Vector3.new(1.01999998, 1, 1.01999998)
3140
p4 = Instance.new("Part", m4)
3141
p4.BrickColor = BrickColor.new("Black")
3142
p4.Material = Enum.Material.Metal
3143
p4.CFrame = CFrame.new(-1.5, 4.74442291, -7.02999783, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3144
p4.Anchored = false
3145
p4.CanCollide = false
3146
p4.FormFactor = Enum.FormFactor.Custom
3147
p4.Size = Vector3.new(1, 2, 0.200000018)
3148
p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3149
p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3150
p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3151
p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3152
p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3153
p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3154
b4 = Instance.new("SpecialMesh", p4)
3155
b4.MeshType = Enum.MeshType.Brick
3156
b4.Name = "Mesh"
3157
b4.Scale = Vector3.new(1, 1.01999998, 1.01999998)
3158
p5 = Instance.new("Part", m4)
3159
p5.BrickColor = BrickColor.new("Black")
3160
p5.Material = Enum.Material.Metal
3161
p5.CFrame = CFrame.new(-2, 4.74442291, -7.47999907, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
3162
p5.Anchored = false
3163
p5.CanCollide = false
3164
p5.FormFactor = Enum.FormFactor.Custom
3165
p5.Size = Vector3.new(1, 2, 0.200000018)
3166
p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3167
p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3168
p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3169
p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3170
p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3171
p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3172
b5 = Instance.new("SpecialMesh", p5)
3173
b5.MeshType = Enum.MeshType.Brick
3174
b5.Name = "Mesh"
3175
b5.Scale = Vector3.new(1, 1.01999998, 1.01999998)
3176
p6 = Instance.new("Part", m4)
3177
p6.BrickColor = BrickColor.new("Black")
3178
p6.Material = Enum.Material.Metal
3179
p6.CFrame = CFrame.new(-1.50999999, 3.74442887, -7.5, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
3180
p6.Anchored = false
3181
p6.CanCollide = false
3182
p6.FormFactor = Enum.FormFactor.Custom
3183
p6.Size = Vector3.new(1, 0.200000048, 0.980000019)
3184
p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3185
p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3186
p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3187
p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3188
p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3189
p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3190
b6 = Instance.new("SpecialMesh", p6)
3191
b6.MeshType = Enum.MeshType.Brick
3192
b6.Name = "Mesh"
3193
b6.Scale = Vector3.new(1, 1.01999998, 1.01999998)
3194
p7 = Instance.new("Part", m4)
3195
p7.BrickColor = BrickColor.new("Black")
3196
p7.Material = Enum.Material.Metal
3197
p7.CFrame = CFrame.new(-1.5, 5.74442291, -7.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3198
p7.Anchored = false
3199
p7.CanCollide = false
3200
p7.FormFactor = Enum.FormFactor.Custom
3201
p7.Size = Vector3.new(1, 0.200000048, 0.99000001)
3202
p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3203
p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3204
p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3205
p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3206
p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3207
p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3208
b7 = Instance.new("SpecialMesh", p7)
3209
b7.MeshType = Enum.MeshType.Brick
3210
b7.Name = "Mesh"
3211
b7.Scale = Vector3.new(1, 1.01999998, 1.01999998)
3212
w1 = Instance.new("Weld", p2)
3213
w1.Name = "Joint"
3214
w1.Part0 = p2
3215
w1.C0 = CFrame.new(0, -0.40000093, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3216
w1.Part1 = p3
3217
w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3218
w2 = Instance.new("Weld", p3)
3219
w2.Name = "Joint"
3220
w2.Part0 = p3
3221
w2.C0 = CFrame.new(0.0999999046, -0.300002098, 0.0200009346, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
3222
w2.Part1 = p5
3223
w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3224
w3 = Instance.new("Weld", p4)
3225
w3.Name = "Joint"
3226
w3.Part0 = p4
3227
w3.C0 = CFrame.new(0, 0, -0.470002174, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3228
w3.Part1 = p1
3229
w3.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3230
w4 = Instance.new("Weld", p5)
3231
w4.Name = "Joint"
3232
w4.Part0 = p5
3233
w4.C0 = CFrame.new(-0.0200009346, 0, -0.5, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
3234
w4.Part1 = p1
3235
w4.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3236
w5 = Instance.new("Weld", p6)
3237
w5.Name = "Joint"
3238
w5.Part0 = p6
3239
w5.C0 = CFrame.new(0, 0.99999404, -0.00999999046, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
3240
w5.Part1 = p1
3241
w5.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3242
w6 = Instance.new("Weld", p7)
3243
w6.Name = "Joint"
3244
w6.Part0 = p7
3245
w6.C0 = CFrame.new(0, -1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3246
w6.Part1 = p1
3247
w6.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3248
m4.Parent = lleg
3249
m4:MakeJoints()
3250
----------------------------------------------------
3251
local cor4 = Instance.new("Part", lleg.LeftLeg)
3252
cor4.Name = "Thingy"
3253
cor4.Locked = true
3254
cor4.BottomSurface = 0
3255
cor4.CanCollide = false
3256
cor4.Size = Vector3.new(1, 1, 1)
3257
cor4.Transparency = 1
3258
cor4.TopSurface = 0
3259
corw4 = Instance.new("Weld", cor4)
3260
corw4.Part0 = lleg
3261
corw4.Part1 = cor4
3262
corw4.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
3263
corw4.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
3264
weld4 = Instance.new("Weld", lleg.LeftLeg)
3265
weld4.Part0 = cor4
3266
weld4.Part1 = lleg.LeftLeg.LeftLegPlate
3267
weld4.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
3268
--Right Leg
3269
m5 = Instance.new("Model")
3270
m5.Name = "RightLeg"
3271
p1 = Instance.new("Part", m5)
3272
p1.BrickColor = BrickColor.new("Really black")
3273
p1.Material = Enum.Material.Metal
3274
p1.Name = "RightLegPlate"
3275
p1.CFrame = CFrame.new(1.5, 4.74441528, -7.49999952, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3276
p1.Anchored = false
3277
p1.CanCollide = false
3278
p1.FormFactor = Enum.FormFactor.Custom
3279
p1.Size = Vector3.new(1, 2, 1)
3280
p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3281
p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3282
p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3283
p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3284
p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3285
p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3286
b1 = Instance.new("SpecialMesh", p1)
3287
b1.MeshType = Enum.MeshType.Brick
3288
b1.Name = "Mesh"
3289
b1.Scale = Vector3.new(1.01999998, 1, 1.01999998)
3290
p2 = Instance.new("Part", m5)
3291
p2.BrickColor = BrickColor.new("Really black")
3292
p2.Material = Enum.Material.Metal
3293
p2.CFrame = CFrame.new(2.05000019, 5.44441557, -7.49999952, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3294
p2.Anchored = false
3295
p2.CanCollide = false
3296
p2.FormFactor = Enum.FormFactor.Custom
3297
p2.Size = Vector3.new(0.239999995, 0.300000012, 0.899999976)
3298
p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3299
p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3300
p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3301
p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3302
p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3303
p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3304
b2 = Instance.new("SpecialMesh", p2)
3305
b2.MeshType = Enum.MeshType.Brick
3306
b2.Name = "Mesh"
3307
b2.Scale = Vector3.new(1.01999998, 1, 1.01999998)
3308
p3 = Instance.new("Part", m5)
3309
p3.BrickColor = BrickColor.new("Really black")
3310
p3.Material = Enum.Material.Metal
3311
p3.CFrame = CFrame.new(2.05000019, 5.04441547, -7.49999952, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3312
p3.Anchored = false
3313
p3.CanCollide = false
3314
p3.FormFactor = Enum.FormFactor.Custom
3315
p3.Size = Vector3.new(0.200000003, 0.600000024, 0.800000012)
3316
p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3317
p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3318
p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3319
p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3320
p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3321
p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3322
b3 = Instance.new("SpecialMesh", p3)
3323
b3.MeshType = Enum.MeshType.Brick
3324
b3.Name = "Mesh"
3325
b3.Scale = Vector3.new(1.01999998, 1, 1.01999998)
3326
p4 = Instance.new("Part", m5)
3327
p4.BrickColor = BrickColor.new("Black")
3328
p4.Material = Enum.Material.Metal
3329
p4.CFrame = CFrame.new(1.5, 4.74441528, -7.0299983, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3330
p4.Anchored = false
3331
p4.CanCollide = false
3332
p4.FormFactor = Enum.FormFactor.Custom
3333
p4.Size = Vector3.new(1, 2, 0.200000018)
3334
p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3335
p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3336
p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3337
p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3338
p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3339
p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3340
b4 = Instance.new("SpecialMesh", p4)
3341
b4.MeshType = Enum.MeshType.Brick
3342
b4.Name = "Mesh"
3343
b4.Scale = Vector3.new(1, 1.01999998, 1.01999998)
3344
p5 = Instance.new("Part", m5)
3345
p5.BrickColor = BrickColor.new("Black")
3346
p5.Material = Enum.Material.Metal
3347
p5.CFrame = CFrame.new(2, 4.74441528, -7.47999907, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
3348
p5.Anchored = false
3349
p5.CanCollide = false
3350
p5.FormFactor = Enum.FormFactor.Custom
3351
p5.Size = Vector3.new(1, 2, 0.200000018)
3352
p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3353
p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3354
p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3355
p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3356
p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3357
p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3358
b5 = Instance.new("SpecialMesh", p5)
3359
b5.MeshType = Enum.MeshType.Brick
3360
b5.Name = "Mesh"
3361
b5.Scale = Vector3.new(1, 1.01999998, 1.01999998)
3362
p6 = Instance.new("Part", m5)
3363
p6.BrickColor = BrickColor.new("Black")
3364
p6.Material = Enum.Material.Metal
3365
p6.CFrame = CFrame.new(1.505, 3.74442124, -7.49999952, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
3366
p6.Anchored = false
3367
p6.CanCollide = false
3368
p6.FormFactor = Enum.FormFactor.Custom
3369
p6.Size = Vector3.new(1, 0.200000048, 0.99000001)
3370
p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3371
p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3372
p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3373
p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3374
p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3375
p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3376
b6 = Instance.new("SpecialMesh", p6)
3377
b6.MeshType = Enum.MeshType.Brick
3378
b6.Name = "Mesh"
3379
b6.Scale = Vector3.new(1, 1.01999998, 1.01999998)
3380
p7 = Instance.new("Part", m5)
3381
p7.BrickColor = BrickColor.new("Black")
3382
p7.Material = Enum.Material.Metal
3383
p7.CFrame = CFrame.new(1.505, 5.69442129, -7.49999952, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
3384
p7.Anchored = false
3385
p7.CanCollide = false
3386
p7.FormFactor = Enum.FormFactor.Custom
3387
p7.Size = Vector3.new(1, 0.200000048, 0.99000001)
3388
p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3389
p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3390
p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3391
p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3392
p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3393
p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3394
b7 = Instance.new("SpecialMesh", p7)
3395
b7.MeshType = Enum.MeshType.Brick
3396
b7.Name = "Mesh"
3397
b7.Scale = Vector3.new(1, 1.01999998, 1.01999998)
3398
w1 = Instance.new("Weld", p2)
3399
w1.Name = "Joint"
3400
w1.Part0 = p2
3401
w1.C0 = CFrame.new(0, -0.400000095, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3402
w1.Part1 = p3
3403
w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3404
w2 = Instance.new("Weld", p3)
3405
w2.Name = "Joint"
3406
w2.Part0 = p3
3407
w2.C0 = CFrame.new(-0.0500001907, -0.300000191, 0.0200004578, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
3408
w2.Part1 = p5
3409
w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3410
w3 = Instance.new("Weld", p4)
3411
w3.Name = "Joint"
3412
w3.Part0 = p4
3413
w3.C0 = CFrame.new(0, 0, -0.470001221, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3414
w3.Part1 = p1
3415
w3.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3416
w4 = Instance.new("Weld", p5)
3417
w4.Name = "Joint"
3418
w4.Part0 = p5
3419
w4.C0 = CFrame.new(-0.0200004578, 0, 0.5, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
3420
w4.Part1 = p1
3421
w4.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3422
w5 = Instance.new("Weld", p6)
3423
w5.Name = "Joint"
3424
w5.Part0 = p6
3425
w5.C0 = CFrame.new(0, 0.99999404, 0.00499999523, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
3426
w5.Part1 = p1
3427
w5.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3428
w6 = Instance.new("Weld", p7)
3429
w6.Name = "Joint"
3430
w6.Part0 = p7
3431
w6.C0 = CFrame.new(0, -0.950006008, 0.00499999523, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
3432
w6.Part1 = p1
3433
w6.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3434
m5.Parent = rleg
3435
m5:MakeJoints()
3436
----------------------------------------------------
3437
local cor5 = Instance.new("Part", rleg.RightLeg)
3438
cor5.Name = "Thingy"
3439
cor5.Locked = true
3440
cor5.BottomSurface = 0
3441
cor5.CanCollide = false
3442
cor5.Size = Vector3.new(1, 1, 1)
3443
cor5.Transparency = 1
3444
cor5.TopSurface = 0
3445
corw5 = Instance.new("Weld", cor5)
3446
corw5.Part0 = rleg
3447
corw5.Part1 = cor5
3448
corw5.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
3449
corw5.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
3450
wld5 = Instance.new("Weld", rleg.RightLeg)
3451
wld5.Part0 = cor5
3452
wld5.Part1 = rleg.RightLeg.RightLegPlate
3453
wld5.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
3454
--Cape
3455
m6 = Instance.new("Model")
3456
m6.Name = "Cloak"
3457
p1 = Instance.new("WedgePart", m6)
3458
p1.BrickColor = BrickColor.new("Really black")
3459
p1.Material = Enum.Material.SmoothPlastic
3460
p1.Name = "Wedge"
3461
p1.CFrame = CFrame.new(0.959278464, 4.40979004, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
3462
p1.CanCollide = false
3463
p1.Locked = true
3464
p1.FormFactor = Enum.FormFactor.Custom
3465
p1.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3466
p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3467
p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3468
p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3469
p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3470
p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3471
p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3472
b1 = Instance.new("SpecialMesh", p1)
3473
b1.MeshType = Enum.MeshType.Wedge
3474
b1.Name = "Mesh"
3475
b1.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3476
p2 = Instance.new("WedgePart", m6)
3477
p2.BrickColor = BrickColor.new("Really black")
3478
p2.Material = Enum.Material.SmoothPlastic
3479
p2.Name = "Wedge"
3480
p2.CFrame = CFrame.new(-1.27945054, 2.10108781, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
3481
p2.CanCollide = false
3482
p2.Locked = true
3483
p2.FormFactor = Enum.FormFactor.Custom
3484
p2.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
3485
p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3486
p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3487
p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3488
p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3489
p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3490
p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3491
b2 = Instance.new("SpecialMesh", p2)
3492
b2.MeshType = Enum.MeshType.Wedge
3493
b2.Name = "Mesh"
3494
b2.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3495
p3 = Instance.new("Part", m6)
3496
p3.BrickColor = BrickColor.new("Really black")
3497
p3.Material = Enum.Material.SmoothPlastic
3498
p3.Name = "CapeLevel2"
3499
p3.CFrame = CFrame.new(-0.300008506, 3.78014231, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3500
p3.CanCollide = false
3501
p3.Locked = true
3502
p3.FormFactor = Enum.FormFactor.Custom
3503
p3.Size = Vector3.new(2.09881067, 0.559682727, 0.232357636)
3504
p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3505
p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3506
p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3507
p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3508
p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3509
p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3510
b3 = Instance.new("BlockMesh", p3)
3511
b3.Name = "Mesh"
3512
b3.Scale = Vector3.new(1, 1, 0.602178097)
3513
p4 = Instance.new("Part", m6)
3514
p4.BrickColor = BrickColor.new("Really black")
3515
p4.Material = Enum.Material.SmoothPlastic
3516
p4.CFrame = CFrame.new(-1.8391341, 2.73073244, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
3517
p4.CanCollide = false
3518
p4.Locked = true
3519
p4.FormFactor = Enum.FormFactor.Custom
3520
p4.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3521
p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3522
p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3523
p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3524
p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3525
p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3526
p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3527
b4 = Instance.new("BlockMesh", p4)
3528
b4.Name = "Mesh"
3529
b4.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3530
p5 = Instance.new("Part", m6)
3531
p5.BrickColor = BrickColor.new("Really black")
3532
p5.Material = Enum.Material.SmoothPlastic
3533
p5.CFrame = CFrame.new(-1.69921267, 2.73073244, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
3534
p5.CanCollide = false
3535
p5.Locked = true
3536
p5.FormFactor = Enum.FormFactor.Custom
3537
p5.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3538
p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3539
p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3540
p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3541
p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3542
p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3543
p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3544
b5 = Instance.new("BlockMesh", p5)
3545
b5.Name = "Mesh"
3546
b5.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3547
p6 = Instance.new("Part", m6)
3548
p6.BrickColor = BrickColor.new("Really black")
3549
p6.Material = Enum.Material.SmoothPlastic
3550
p6.Name = "CapeLevel1"
3551
p6.CFrame = CFrame.new(-0.300008506, 4.6896286, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3552
p6.CanCollide = false
3553
p6.Locked = true
3554
p6.FormFactor = Enum.FormFactor.Custom
3555
p6.Size = Vector3.new(1.25928628, 0.232357651, 0.232357636)
3556
p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3557
p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3558
p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3559
p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3560
p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3561
p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3562
b6 = Instance.new("BlockMesh", p6)
3563
b6.Name = "Mesh"
3564
b6.Scale = Vector3.new(1, 0.602178097, 0.602178097)
3565
p7 = Instance.new("Part", m6)
3566
p7.BrickColor = BrickColor.new("Really black")
3567
p7.Material = Enum.Material.SmoothPlastic
3568
p7.CFrame = CFrame.new(1.23912418, 2.73073268, 4.03967333, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3569
p7.CanCollide = false
3570
p7.Locked = true
3571
p7.FormFactor = Enum.FormFactor.Custom
3572
p7.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3573
p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3574
p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3575
p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3576
p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3577
p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3578
p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3579
b7 = Instance.new("BlockMesh", p7)
3580
b7.Name = "Mesh"
3581
b7.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3582
p8 = Instance.new("Part", m6)
3583
p8.BrickColor = BrickColor.new("Really black")
3584
p8.Material = Enum.Material.SmoothPlastic
3585
p8.CFrame = CFrame.new(0.539517641, 2.10109043, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3586
p8.CanCollide = false
3587
p8.Locked = true
3588
p8.FormFactor = Enum.FormFactor.Custom
3589
p8.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
3590
p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3591
p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3592
p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3593
p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3594
p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3595
p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3596
b8 = Instance.new("BlockMesh", p8)
3597
b8.Name = "Mesh"
3598
b8.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3599
p9 = Instance.new("Part", m6)
3600
p9.BrickColor = BrickColor.new("Really black")
3601
p9.Material = Enum.Material.SmoothPlastic
3602
p9.CFrame = CFrame.new(-0.300009966, 2.03112936, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3603
p9.CanCollide = false
3604
p9.Locked = true
3605
p9.FormFactor = Enum.FormFactor.Custom
3606
p9.Size = Vector3.new(0.419762105, 0.419762105, 0.232357636)
3607
p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3608
p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3609
p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3610
p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3611
p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3612
p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3613
b9 = Instance.new("BlockMesh", p9)
3614
b9.Name = "Mesh"
3615
b9.Scale = Vector3.new(1, 1, 0.602178097)
3616
p10 = Instance.new("Part", m6)
3617
p10.BrickColor = BrickColor.new("Really black")
3618
p10.Material = Enum.Material.SmoothPlastic
3619
p10.CFrame = CFrame.new(1.09920263, 2.73073268, 4.03967333, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3620
p10.CanCollide = false
3621
p10.Locked = true
3622
p10.FormFactor = Enum.FormFactor.Custom
3623
p10.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3624
p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3625
p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3626
p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3627
p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3628
p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3629
p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3630
b10 = Instance.new("BlockMesh", p10)
3631
b10.Name = "Mesh"
3632
b10.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3633
p11 = Instance.new("Part", m6)
3634
p11.BrickColor = BrickColor.new("Really black")
3635
p11.Material = Enum.Material.SmoothPlastic
3636
p11.CFrame = CFrame.new(-1.13953161, 2.10109043, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3637
p11.CanCollide = false
3638
p11.Locked = true
3639
p11.FormFactor = Enum.FormFactor.Custom
3640
p11.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
3641
p11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3642
p11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3643
p11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3644
p11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3645
p11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3646
p11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3647
b11 = Instance.new("BlockMesh", p11)
3648
b11.Name = "Mesh"
3649
b11.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3650
p12 = Instance.new("Part", m6)
3651
p12.BrickColor = BrickColor.new("Really black")
3652
p12.Material = Enum.Material.SmoothPlastic
3653
p12.CFrame = CFrame.new(-1.6992135, 3.29041815, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
3654
p12.CanCollide = false
3655
p12.Locked = true
3656
p12.FormFactor = Enum.FormFactor.Custom
3657
p12.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3658
p12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3659
p12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3660
p12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3661
p12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3662
p12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3663
p12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3664
b12 = Instance.new("BlockMesh", p12)
3665
b12.Name = "Mesh"
3666
b12.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3667
p13 = Instance.new("Part", m6)
3668
p13.BrickColor = BrickColor.new("Really black")
3669
p13.Material = Enum.Material.SmoothPlastic
3670
p13.Name = "BottomLeftFlap"
3671
p13.CFrame = CFrame.new(-1.13953161, 2.31097221, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3672
p13.CanCollide = false
3673
p13.Locked = true
3674
p13.FormFactor = Enum.FormFactor.Custom
3675
p13.Size = Vector3.new(0.419762105, 0.232357651, 0.232357636)
3676
p13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3677
p13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3678
p13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3679
p13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3680
p13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3681
p13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3682
b13 = Instance.new("BlockMesh", p13)
3683
b13.Name = "Mesh"
3684
b13.Scale = Vector3.new(1, 0.602178097, 0.602178097)
3685
p14 = Instance.new("Part", m6)
3686
p14.BrickColor = BrickColor.new("Really black")
3687
p14.Material = Enum.Material.SmoothPlastic
3688
p14.Transparency = 1
3689
p14.Name = "Rotater"
3690
p14.CFrame = CFrame.new(-0.300001532, 4.82954979, 4.03967381, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3691
p14.CanCollide = false
3692
p14.Locked = true
3693
p14.FormFactor = Enum.FormFactor.Custom
3694
p14.Size = Vector3.new(1.25928617, 0.232357651, 0.232357636)
3695
p14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3696
p14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3697
p14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3698
p14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3699
p14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3700
p14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3701
b14 = Instance.new("BlockMesh", p14)
3702
b14.Name = "Mesh"
3703
b14.Scale = Vector3.new(1, 0.632287025, 0.632287025)
3704
p15 = Instance.new("Part", m6)
3705
p15.BrickColor = BrickColor.new("Really black")
3706
p15.Material = Enum.Material.SmoothPlastic
3707
p15.CFrame = CFrame.new(-1.41937125, 4.40979004, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
3708
p15.CanCollide = false
3709
p15.Locked = true
3710
p15.FormFactor = Enum.FormFactor.Custom
3711
p15.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3712
p15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3713
p15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3714
p15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3715
p15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3716
p15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3717
p15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3718
b15 = Instance.new("BlockMesh", p15)
3719
b15.Name = "Mesh"
3720
b15.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3721
p16 = Instance.new("Part", m6)
3722
p16.BrickColor = BrickColor.new("Really black")
3723
p16.Material = Enum.Material.SmoothPlastic
3724
p16.Name = "BottomCenterFlap"
3725
p16.CFrame = CFrame.new(-0.300009966, 2.31097221, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3726
p16.CanCollide = false
3727
p16.Locked = true
3728
p16.FormFactor = Enum.FormFactor.Custom
3729
p16.Size = Vector3.new(0.699603498, 0.232357651, 0.232357636)
3730
p16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3731
p16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3732
p16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3733
p16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3734
p16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3735
p16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3736
b16 = Instance.new("BlockMesh", p16)
3737
b16.Name = "Mesh"
3738
b16.Scale = Vector3.new(1, 0.602178097, 0.602178097)
3739
p17 = Instance.new("Part", m6)
3740
p17.BrickColor = BrickColor.new("Really black")
3741
p17.Material = Enum.Material.SmoothPlastic
3742
p17.CFrame = CFrame.new(-1.27945054, 4.26986647, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
3743
p17.CanCollide = false
3744
p17.Locked = true
3745
p17.FormFactor = Enum.FormFactor.Custom
3746
p17.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
3747
p17.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3748
p17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3749
p17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3750
p17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3751
p17.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3752
p17.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3753
b17 = Instance.new("BlockMesh", p17)
3754
b17.Name = "Mesh"
3755
b17.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3756
p18 = Instance.new("Part", m6)
3757
p18.BrickColor = BrickColor.new("Really black")
3758
p18.Material = Enum.Material.SmoothPlastic
3759
p18.CFrame = CFrame.new(0.679436207, 4.26986647, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3760
p18.CanCollide = false
3761
p18.Locked = true
3762
p18.FormFactor = Enum.FormFactor.Custom
3763
p18.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
3764
p18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3765
p18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3766
p18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3767
p18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3768
p18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3769
p18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3770
b18 = Instance.new("BlockMesh", p18)
3771
b18.Name = "Mesh"
3772
b18.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3773
p19 = Instance.new("WedgePart", m6)
3774
p19.BrickColor = BrickColor.new("Really black")
3775
p19.Name = "Wedge"
3776
p19.CFrame = CFrame.new(-0.265017539, 1.47144794, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3777
p19.CanCollide = false
3778
p19.Locked = true
3779
p19.FormFactor = Enum.FormFactor.Custom
3780
p19.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3781
p19.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3782
p19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3783
p19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3784
p19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3785
p19.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3786
p19.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3787
b19 = Instance.new("SpecialMesh", p19)
3788
b19.MeshType = Enum.MeshType.Wedge
3789
b19.Name = "Mesh"
3790
b19.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
3791
p20 = Instance.new("Part", m6)
3792
p20.BrickColor = BrickColor.new("Really black")
3793
p20.Material = Enum.Material.SmoothPlastic
3794
p20.CFrame = CFrame.new(1.09919691, 3.29041815, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3795
p20.CanCollide = false
3796
p20.Locked = true
3797
p20.FormFactor = Enum.FormFactor.Custom
3798
p20.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3799
p20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3800
p20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3801
p20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3802
p20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3803
p20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3804
p20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3805
b20 = Instance.new("BlockMesh", p20)
3806
b20.Name = "Mesh"
3807
b20.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3808
p21 = Instance.new("Part", m6)
3809
p21.BrickColor = BrickColor.new("Really black")
3810
p21.Material = Enum.Material.SmoothPlastic
3811
p21.CFrame = CFrame.new(0.959275484, 3.1504972, 4.03967381, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3812
p21.CanCollide = false
3813
p21.Locked = true
3814
p21.FormFactor = Enum.FormFactor.Custom
3815
p21.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
3816
p21.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3817
p21.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3818
p21.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3819
p21.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3820
p21.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3821
p21.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3822
b21 = Instance.new("BlockMesh", p21)
3823
b21.Name = "Mesh"
3824
b21.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3825
p22 = Instance.new("WedgePart", m6)
3826
p22.BrickColor = BrickColor.new("Really black")
3827
p22.Name = "Wedge"
3828
p22.CFrame = CFrame.new(0.50454706, 1.89121199, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
3829
p22.CanCollide = false
3830
p22.Locked = true
3831
p22.FormFactor = Enum.FormFactor.Custom
3832
p22.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3833
p22.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3834
p22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3835
p22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3836
p22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3837
p22.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3838
p22.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3839
b22 = Instance.new("SpecialMesh", p22)
3840
b22.MeshType = Enum.MeshType.Wedge
3841
b22.Name = "Mesh"
3842
b22.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
3843
p23 = Instance.new("WedgePart", m6)
3844
p23.BrickColor = BrickColor.new("Really black")
3845
p23.Material = Enum.Material.SmoothPlastic
3846
p23.Name = "Wedge"
3847
p23.CFrame = CFrame.new(1.09919691, 3.85010386, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
3848
p23.CanCollide = false
3849
p23.Locked = true
3850
p23.FormFactor = Enum.FormFactor.Custom
3851
p23.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3852
p23.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3853
p23.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3854
p23.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3855
p23.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3856
p23.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3857
p23.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3858
b23 = Instance.new("SpecialMesh", p23)
3859
b23.MeshType = Enum.MeshType.Wedge
3860
b23.Name = "Mesh"
3861
b23.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3862
p24 = Instance.new("WedgePart", m6)
3863
p24.BrickColor = BrickColor.new("Really black")
3864
p24.Material = Enum.Material.SmoothPlastic
3865
p24.Name = "Wedge"
3866
p24.CFrame = CFrame.new(0.959281087, 2.45089102, 4.03967333, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3867
p24.CanCollide = false
3868
p24.Locked = true
3869
p24.FormFactor = Enum.FormFactor.Custom
3870
p24.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3871
p24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3872
p24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3873
p24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3874
p24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3875
p24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3876
p24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3877
b24 = Instance.new("SpecialMesh", p24)
3878
b24.MeshType = Enum.MeshType.Wedge
3879
b24.Name = "Mesh"
3880
b24.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3881
p25 = Instance.new("WedgePart", m6)
3882
p25.BrickColor = BrickColor.new("Really black")
3883
p25.Name = "Wedge"
3884
p25.CFrame = CFrame.new(0.574507415, 1.89121199, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3885
p25.CanCollide = false
3886
p25.Locked = true
3887
p25.FormFactor = Enum.FormFactor.Custom
3888
p25.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3889
p25.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3890
p25.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3891
p25.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3892
p25.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3893
p25.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3894
p25.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3895
b25 = Instance.new("SpecialMesh", p25)
3896
b25.MeshType = Enum.MeshType.Wedge
3897
b25.Name = "Mesh"
3898
b25.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
3899
p26 = Instance.new("WedgePart", m6)
3900
p26.BrickColor = BrickColor.new("Really black")
3901
p26.Material = Enum.Material.SmoothPlastic
3902
p26.Name = "Wedge"
3903
p26.CFrame = CFrame.new(-1.06957662, 4.68963194, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
3904
p26.CanCollide = false
3905
p26.Locked = true
3906
p26.FormFactor = Enum.FormFactor.Custom
3907
p26.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
3908
p26.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3909
p26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3910
p26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3911
p26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3912
p26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3913
p26.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3914
b26 = Instance.new("SpecialMesh", p26)
3915
b26.MeshType = Enum.MeshType.Wedge
3916
b26.Name = "Mesh"
3917
b26.Scale = Vector3.new(0.602178097, 0.602178097, 1)
3918
p27 = Instance.new("Part", m6)
3919
p27.BrickColor = BrickColor.new("Really black")
3920
p27.Material = Enum.Material.SmoothPlastic
3921
p27.CFrame = CFrame.new(-1.55929208, 2.73073244, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
3922
p27.CanCollide = false
3923
p27.Locked = true
3924
p27.FormFactor = Enum.FormFactor.Custom
3925
p27.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
3926
p27.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3927
p27.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3928
p27.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3929
p27.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3930
p27.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3931
p27.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3932
b27 = Instance.new("BlockMesh", p27)
3933
b27.Name = "Mesh"
3934
b27.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3935
p28 = Instance.new("WedgePart", m6)
3936
p28.BrickColor = BrickColor.new("Really black")
3937
p28.Material = Enum.Material.SmoothPlastic
3938
p28.Name = "Wedge"
3939
p28.CFrame = CFrame.new(0.959275484, 3.71018291, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3940
p28.CanCollide = false
3941
p28.Locked = true
3942
p28.FormFactor = Enum.FormFactor.Custom
3943
p28.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3944
p28.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3945
p28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3946
p28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3947
p28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3948
p28.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3949
p28.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3950
b28 = Instance.new("SpecialMesh", p28)
3951
b28.MeshType = Enum.MeshType.Wedge
3952
b28.Name = "Mesh"
3953
b28.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3954
p29 = Instance.new("Part", m6)
3955
p29.BrickColor = BrickColor.new("Really black")
3956
p29.Material = Enum.Material.SmoothPlastic
3957
p29.CFrame = CFrame.new(-1.55929208, 3.15049648, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
3958
p29.CanCollide = false
3959
p29.Locked = true
3960
p29.FormFactor = Enum.FormFactor.Custom
3961
p29.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
3962
p29.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3963
p29.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3964
p29.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3965
p29.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3966
p29.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3967
p29.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3968
b29 = Instance.new("BlockMesh", p29)
3969
b29.Name = "Mesh"
3970
b29.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3971
p30 = Instance.new("WedgePart", m6)
3972
p30.BrickColor = BrickColor.new("Really black")
3973
p30.Material = Enum.Material.SmoothPlastic
3974
p30.Name = "Wedge"
3975
p30.CFrame = CFrame.new(1.09919691, 3.15049744, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3976
p30.CanCollide = false
3977
p30.Locked = true
3978
p30.FormFactor = Enum.FormFactor.Custom
3979
p30.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3980
p30.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3981
p30.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3982
p30.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3983
p30.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3984
p30.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3985
p30.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3986
b30 = Instance.new("SpecialMesh", p30)
3987
b30.MeshType = Enum.MeshType.Wedge
3988
b30.Name = "Mesh"
3989
b30.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3990
p31 = Instance.new("WedgePart", m6)
3991
p31.BrickColor = BrickColor.new("Really black")
3992
p31.Material = Enum.Material.SmoothPlastic
3993
p31.Name = "Wedge"
3994
p31.CFrame = CFrame.new(0.119759142, 2.31096911, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3995
p31.CanCollide = false
3996
p31.Locked = true
3997
p31.FormFactor = Enum.FormFactor.Custom
3998
p31.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3999
p31.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4000
p31.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4001
p31.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4002
p31.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4003
p31.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4004
p31.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4005
b31 = Instance.new("SpecialMesh", p31)
4006
b31.MeshType = Enum.MeshType.Wedge
4007
b31.Name = "Mesh"
4008
b31.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4009
p32 = Instance.new("Part", m6)
4010
p32.BrickColor = BrickColor.new("Really black")
4011
p32.Material = Enum.Material.SmoothPlastic
4012
p32.Name = "BottomRightFlap"
4013
p32.CFrame = CFrame.new(0.539517641, 2.31097221, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4014
p32.CanCollide = false
4015
p32.Locked = true
4016
p32.FormFactor = Enum.FormFactor.Custom
4017
p32.Size = Vector3.new(0.419762105, 0.232357651, 0.232357636)
4018
p32.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4019
p32.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4020
p32.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4021
p32.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4022
p32.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4023
p32.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4024
b32 = Instance.new("BlockMesh", p32)
4025
b32.Name = "Mesh"
4026
b32.Scale = Vector3.new(1, 0.602178097, 0.602178097)
4027
p33 = Instance.new("WedgePart", m6)
4028
p33.BrickColor = BrickColor.new("Really black")
4029
p33.Material = Enum.Material.SmoothPlastic
4030
p33.Name = "Wedge"
4031
p33.CFrame = CFrame.new(1.02923799, 3.43033957, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
4032
p33.CanCollide = false
4033
p33.Locked = true
4034
p33.FormFactor = Enum.FormFactor.Custom
4035
p33.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
4036
p33.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4037
p33.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4038
p33.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4039
p33.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4040
p33.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4041
p33.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4042
b33 = Instance.new("SpecialMesh", p33)
4043
b33.MeshType = Enum.MeshType.Wedge
4044
b33.Name = "Mesh"
4045
b33.Scale = Vector3.new(0.602178097, 0.602178097, 1)
4046
p34 = Instance.new("WedgePart", m6)
4047
p34.BrickColor = BrickColor.new("Really black")
4048
p34.Material = Enum.Material.SmoothPlastic
4049
p34.Name = "Wedge"
4050
p34.CFrame = CFrame.new(-1.55929208, 2.45089054, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4051
p34.CanCollide = false
4052
p34.Locked = true
4053
p34.FormFactor = Enum.FormFactor.Custom
4054
p34.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4055
p34.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4056
p34.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4057
p34.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4058
p34.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4059
p34.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4060
p34.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4061
b34 = Instance.new("SpecialMesh", p34)
4062
b34.MeshType = Enum.MeshType.Wedge
4063
b34.Name = "Mesh"
4064
b34.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4065
p35 = Instance.new("Part", m6)
4066
p35.BrickColor = BrickColor.new("Really black")
4067
p35.Material = Enum.Material.SmoothPlastic
4068
p35.CFrame = CFrame.new(0.959275484, 3.85010386, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4069
p35.CanCollide = false
4070
p35.Locked = true
4071
p35.FormFactor = Enum.FormFactor.Custom
4072
p35.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4073
p35.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4074
p35.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4075
p35.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4076
p35.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4077
p35.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4078
p35.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4079
b35 = Instance.new("BlockMesh", p35)
4080
b35.Name = "Mesh"
4081
b35.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4082
p36 = Instance.new("WedgePart", m6)
4083
p36.BrickColor = BrickColor.new("Really black")
4084
p36.Material = Enum.Material.SmoothPlastic
4085
p36.Name = "Wedge"
4086
p36.CFrame = CFrame.new(-1.62925327, 3.43033957, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4087
p36.CanCollide = false
4088
p36.Locked = true
4089
p36.FormFactor = Enum.FormFactor.Custom
4090
p36.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
4091
p36.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4092
p36.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4093
p36.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4094
p36.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4095
p36.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4096
p36.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4097
b36 = Instance.new("SpecialMesh", p36)
4098
b36.MeshType = Enum.MeshType.Wedge
4099
b36.Name = "Mesh"
4100
b36.Scale = Vector3.new(0.602178097, 0.602178097, 1)
4101
p37 = Instance.new("Part", m6)
4102
p37.BrickColor = BrickColor.new("Really black")
4103
p37.Material = Enum.Material.SmoothPlastic
4104
p37.Name = "CapeLevel3"
4105
p37.CFrame = CFrame.new(-0.300008506, 3.22045994, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4106
p37.CanCollide = false
4107
p37.Locked = true
4108
p37.FormFactor = Enum.FormFactor.Custom
4109
p37.Size = Vector3.new(2.3786521, 0.559682727, 0.232357636)
4110
p37.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4111
p37.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4112
p37.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4113
p37.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4114
p37.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4115
p37.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4116
b37 = Instance.new("BlockMesh", p37)
4117
b37.Name = "Mesh"
4118
b37.Scale = Vector3.new(1, 1, 0.602178097)
4119
p38 = Instance.new("WedgePart", m6)
4120
p38.BrickColor = BrickColor.new("Really black")
4121
p38.Material = Enum.Material.SmoothPlastic
4122
p38.Name = "Wedge"
4123
p38.CFrame = CFrame.new(-1.97905517, 2.73073244, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4124
p38.CanCollide = false
4125
p38.Locked = true
4126
p38.FormFactor = Enum.FormFactor.Custom
4127
p38.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4128
p38.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4129
p38.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4130
p38.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4131
p38.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4132
p38.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4133
p38.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4134
b38 = Instance.new("SpecialMesh", p38)
4135
b38.MeshType = Enum.MeshType.Wedge
4136
b38.Name = "Mesh"
4137
b38.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4138
p39 = Instance.new("WedgePart", m6)
4139
p39.BrickColor = BrickColor.new("Really black")
4140
p39.Material = Enum.Material.SmoothPlastic
4141
p39.Name = "Wedge"
4142
p39.CFrame = CFrame.new(-1.83913493, 3.29041815, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4143
p39.CanCollide = false
4144
p39.Locked = true
4145
p39.FormFactor = Enum.FormFactor.Custom
4146
p39.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4147
p39.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4148
p39.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4149
p39.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4150
p39.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4151
p39.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4152
p39.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4153
b39 = Instance.new("SpecialMesh", p39)
4154
b39.MeshType = Enum.MeshType.Wedge
4155
b39.Name = "Mesh"
4156
b39.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4157
p40 = Instance.new("WedgePart", m6)
4158
p40.BrickColor = BrickColor.new("Really black")
4159
p40.Material = Enum.Material.SmoothPlastic
4160
p40.Name = "Wedge"
4161
p40.CFrame = CFrame.new(-1.48933268, 3.99002528, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4162
p40.CanCollide = false
4163
p40.Locked = true
4164
p40.FormFactor = Enum.FormFactor.Custom
4165
p40.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
4166
p40.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4167
p40.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4168
p40.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4169
p40.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4170
p40.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4171
p40.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4172
b40 = Instance.new("SpecialMesh", p40)
4173
b40.MeshType = Enum.MeshType.Wedge
4174
b40.Name = "Mesh"
4175
b40.Scale = Vector3.new(0.602178097, 0.602178097, 1)
4176
p41 = Instance.new("WedgePart", m6)
4177
p41.BrickColor = BrickColor.new("Really black")
4178
p41.Material = Enum.Material.SmoothPlastic
4179
p41.Name = "Wedge"
4180
p41.CFrame = CFrame.new(-1.76917338, 2.59081101, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4181
p41.CanCollide = false
4182
p41.Locked = true
4183
p41.FormFactor = Enum.FormFactor.Custom
4184
p41.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
4185
p41.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4186
p41.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4187
p41.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4188
p41.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4189
p41.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4190
p41.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4191
b41 = Instance.new("SpecialMesh", p41)
4192
b41.MeshType = Enum.MeshType.Wedge
4193
b41.Name = "Mesh"
4194
b41.Scale = Vector3.new(0.602178097, 0.602178097, 1)
4195
p42 = Instance.new("WedgePart", m6)
4196
p42.BrickColor = BrickColor.new("Really black")
4197
p42.Material = Enum.Material.SmoothPlastic
4198
p42.Name = "Wedge"
4199
p42.CFrame = CFrame.new(0.679442644, 2.10108781, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4200
p42.CanCollide = false
4201
p42.Locked = true
4202
p42.FormFactor = Enum.FormFactor.Custom
4203
p42.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
4204
p42.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4205
p42.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4206
p42.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4207
p42.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4208
p42.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4209
p42.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4210
b42 = Instance.new("SpecialMesh", p42)
4211
b42.MeshType = Enum.MeshType.Wedge
4212
b42.Name = "Mesh"
4213
b42.Scale = Vector3.new(0.602178097, 1, 0.602178097)
4214
p43 = Instance.new("WedgePart", m6)
4215
p43.BrickColor = BrickColor.new("Really black")
4216
p43.Material = Enum.Material.SmoothPlastic
4217
p43.Name = "Wedge"
4218
p43.CFrame = CFrame.new(-1.76917338, 2.87065363, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4219
p43.CanCollide = false
4220
p43.Locked = true
4221
p43.FormFactor = Enum.FormFactor.Custom
4222
p43.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
4223
p43.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4224
p43.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4225
p43.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4226
p43.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4227
p43.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4228
p43.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4229
b43 = Instance.new("SpecialMesh", p43)
4230
b43.MeshType = Enum.MeshType.Wedge
4231
b43.Name = "Mesh"
4232
b43.Scale = Vector3.new(0.602178097, 0.602178097, 1)
4233
p44 = Instance.new("WedgePart", m6)
4234
p44.BrickColor = BrickColor.new("Really black")
4235
p44.Material = Enum.Material.SmoothPlastic
4236
p44.Name = "Wedge"
4237
p44.CFrame = CFrame.new(-1.41937125, 4.26986837, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4238
p44.CanCollide = false
4239
p44.Locked = true
4240
p44.FormFactor = Enum.FormFactor.Custom
4241
p44.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4242
p44.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4243
p44.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4244
p44.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4245
p44.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4246
p44.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4247
p44.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4248
b44 = Instance.new("SpecialMesh", p44)
4249
b44.MeshType = Enum.MeshType.Wedge
4250
b44.Name = "Mesh"
4251
b44.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4252
p45 = Instance.new("WedgePart", m6)
4253
p45.BrickColor = BrickColor.new("Really black")
4254
p45.Material = Enum.Material.SmoothPlastic
4255
p45.Name = "Wedge"
4256
p45.CFrame = CFrame.new(-0.999610066, 2.10108781, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4257
p45.CanCollide = false
4258
p45.Locked = true
4259
p45.FormFactor = Enum.FormFactor.Custom
4260
p45.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
4261
p45.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4262
p45.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4263
p45.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4264
p45.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4265
p45.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4266
p45.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4267
b45 = Instance.new("SpecialMesh", p45)
4268
b45.MeshType = Enum.MeshType.Wedge
4269
b45.Name = "Mesh"
4270
b45.Scale = Vector3.new(0.602178097, 1, 0.602178097)
4271
p46 = Instance.new("WedgePart", m6)
4272
p46.BrickColor = BrickColor.new("Really black")
4273
p46.Material = Enum.Material.SmoothPlastic
4274
p46.Name = "Wedge"
4275
p46.CFrame = CFrame.new(0.46955356, 4.68963194, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
4276
p46.CanCollide = false
4277
p46.Locked = true
4278
p46.FormFactor = Enum.FormFactor.Custom
4279
p46.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
4280
p46.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4281
p46.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4282
p46.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4283
p46.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4284
p46.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4285
p46.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4286
b46 = Instance.new("SpecialMesh", p46)
4287
b46.MeshType = Enum.MeshType.Wedge
4288
b46.Name = "Mesh"
4289
b46.Scale = Vector3.new(0.602178097, 0.602178097, 1)
4290
p47 = Instance.new("Part", m6)
4291
p47.BrickColor = BrickColor.new("Really black")
4292
p47.Material = Enum.Material.SmoothPlastic
4293
p47.CFrame = CFrame.new(0.819356859, 4.40979004, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4294
p47.CanCollide = false
4295
p47.Locked = true
4296
p47.FormFactor = Enum.FormFactor.Custom
4297
p47.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4298
p47.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4299
p47.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4300
p47.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4301
p47.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4302
p47.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4303
p47.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4304
b47 = Instance.new("BlockMesh", p47)
4305
b47.Name = "Mesh"
4306
b47.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4307
p48 = Instance.new("Part", m6)
4308
p48.BrickColor = BrickColor.new("Really black")
4309
p48.Material = Enum.Material.SmoothPlastic
4310
p48.Name = "CapeLevel4"
4311
p48.CFrame = CFrame.new(-0.300008506, 2.66077495, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4312
p48.CanCollide = false
4313
p48.Locked = true
4314
p48.FormFactor = Enum.FormFactor.Custom
4315
p48.Size = Vector3.new(2.3786521, 0.559682727, 0.232357636)
4316
p48.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4317
p48.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4318
p48.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4319
p48.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4320
p48.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4321
p48.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4322
b48 = Instance.new("BlockMesh", p48)
4323
b48.Name = "Mesh"
4324
b48.Scale = Vector3.new(1, 1, 0.602178097)
4325
p49 = Instance.new("WedgePart", m6)
4326
p49.BrickColor = BrickColor.new("Really black")
4327
p49.Material = Enum.Material.SmoothPlastic
4328
p49.Name = "Wedge"
4329
p49.CFrame = CFrame.new(0.819356859, 4.26986837, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4330
p49.CanCollide = false
4331
p49.Locked = true
4332
p49.FormFactor = Enum.FormFactor.Custom
4333
p49.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4334
p49.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4335
p49.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4336
p49.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4337
p49.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4338
p49.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4339
p49.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4340
b49 = Instance.new("SpecialMesh", p49)
4341
b49.MeshType = Enum.MeshType.Wedge
4342
b49.Name = "Mesh"
4343
b49.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4344
p50 = Instance.new("Part", m6)
4345
p50.BrickColor = BrickColor.new("Really black")
4346
p50.Material = Enum.Material.SmoothPlastic
4347
p50.Name = "CapeLevel1SubPart"
4348
p50.CFrame = CFrame.new(-0.300008506, 4.33982658, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4349
p50.CanCollide = false
4350
p50.Locked = true
4351
p50.FormFactor = Enum.FormFactor.Custom
4352
p50.Size = Vector3.new(1.81896901, 0.559682727, 0.232357636)
4353
p50.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4354
p50.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4355
p50.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4356
p50.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4357
p50.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4358
p50.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4359
b50 = Instance.new("BlockMesh", p50)
4360
b50.Name = "Mesh"
4361
b50.Scale = Vector3.new(1, 1, 0.602178097)
4362
p51 = Instance.new("Part", m6)
4363
p51.BrickColor = BrickColor.new("Really black")
4364
p51.Material = Enum.Material.SmoothPlastic
4365
p51.CFrame = CFrame.new(-1.55929291, 3.85010386, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
4366
p51.CanCollide = false
4367
p51.Locked = true
4368
p51.FormFactor = Enum.FormFactor.Custom
4369
p51.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4370
p51.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4371
p51.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4372
p51.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4373
p51.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4374
p51.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4375
p51.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4376
b51 = Instance.new("BlockMesh", p51)
4377
b51.Name = "Mesh"
4378
b51.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4379
p52 = Instance.new("Part", m6)
4380
p52.BrickColor = BrickColor.new("Really black")
4381
p52.Material = Enum.Material.SmoothPlastic
4382
p52.CFrame = CFrame.new(-1.41937149, 3.71018171, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
4383
p52.CanCollide = false
4384
p52.Locked = true
4385
p52.FormFactor = Enum.FormFactor.Custom
4386
p52.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
4387
p52.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4388
p52.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4389
p52.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4390
p52.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4391
p52.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4392
p52.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4393
b52 = Instance.new("BlockMesh", p52)
4394
b52.Name = "Mesh"
4395
b52.Scale = Vector3.new(0.602178097, 1, 0.602178097)
4396
p53 = Instance.new("WedgePart", m6)
4397
p53.BrickColor = BrickColor.new("Really black")
4398
p53.Material = Enum.Material.SmoothPlastic
4399
p53.Name = "Wedge"
4400
p53.CFrame = CFrame.new(-0.0201580226, 2.03113341, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4401
p53.CanCollide = false
4402
p53.Locked = true
4403
p53.FormFactor = Enum.FormFactor.Custom
4404
p53.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
4405
p53.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4406
p53.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4407
p53.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4408
p53.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4409
p53.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4410
p53.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4411
b53 = Instance.new("SpecialMesh", p53)
4412
b53.MeshType = Enum.MeshType.Wedge
4413
b53.Name = "Mesh"
4414
b53.Scale = Vector3.new(0.602178097, 1, 0.602178097)
4415
p54 = Instance.new("Part", m6)
4416
p54.BrickColor = BrickColor.new("Really black")
4417
p54.Material = Enum.Material.SmoothPlastic
4418
p54.CFrame = CFrame.new(-0.300009966, 1.68132639, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4419
p54.CanCollide = false
4420
p54.Locked = true
4421
p54.FormFactor = Enum.FormFactor.Custom
4422
p54.Size = Vector3.new(0.232357651, 0.279841423, 0.232357636)
4423
p54.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4424
p54.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4425
p54.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4426
p54.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4427
p54.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4428
p54.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4429
b54 = Instance.new("BlockMesh", p54)
4430
b54.Name = "Mesh"
4431
b54.Scale = Vector3.new(0.602178395, 1, 0.602178097)
4432
p55 = Instance.new("WedgePart", m6)
4433
p55.BrickColor = BrickColor.new("Really black")
4434
p55.Material = Enum.Material.SmoothPlastic
4435
p55.Name = "Wedge"
4436
p55.CFrame = CFrame.new(0.39960131, 2.10108781, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4437
p55.CanCollide = false
4438
p55.Locked = true
4439
p55.FormFactor = Enum.FormFactor.Custom
4440
p55.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
4441
p55.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4442
p55.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4443
p55.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4444
p55.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4445
p55.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4446
p55.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4447
b55 = Instance.new("SpecialMesh", p55)
4448
b55.MeshType = Enum.MeshType.Wedge
4449
b55.Name = "Mesh"
4450
b55.Scale = Vector3.new(0.602178097, 1, 0.602178097)
4451
p56 = Instance.new("WedgePart", m6)
4452
p56.BrickColor = BrickColor.new("Really black")
4453
p56.Material = Enum.Material.SmoothPlastic
4454
p56.Name = "Wedge"
4455
p56.CFrame = CFrame.new(1.23911822, 3.29041815, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
4456
p56.CanCollide = false
4457
p56.Locked = true
4458
p56.FormFactor = Enum.FormFactor.Custom
4459
p56.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4460
p56.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4461
p56.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4462
p56.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4463
p56.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4464
p56.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4465
p56.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4466
b56 = Instance.new("SpecialMesh", p56)
4467
b56.MeshType = Enum.MeshType.Wedge
4468
b56.Name = "Mesh"
4469
b56.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4470
p57 = Instance.new("WedgePart", m6)
4471
p57.BrickColor = BrickColor.new("Really black")
4472
p57.Material = Enum.Material.SmoothPlastic
4473
p57.Name = "Wedge"
4474
p57.CFrame = CFrame.new(0.749394774, 4.54971123, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
4475
p57.CanCollide = false
4476
p57.Locked = true
4477
p57.FormFactor = Enum.FormFactor.Custom
4478
p57.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
4479
p57.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4480
p57.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4481
p57.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4482
p57.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4483
p57.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4484
p57.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4485
b57 = Instance.new("SpecialMesh", p57)
4486
b57.MeshType = Enum.MeshType.Wedge
4487
b57.Name = "Mesh"
4488
b57.Scale = Vector3.new(0.602178097, 0.602178097, 1)
4489
p58 = Instance.new("Part", m6)
4490
p58.BrickColor = BrickColor.new("Really black")
4491
p58.Material = Enum.Material.SmoothPlastic
4492
p58.CFrame = CFrame.new(0.819354892, 3.71018171, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4493
p58.CanCollide = false
4494
p58.Locked = true
4495
p58.FormFactor = Enum.FormFactor.Custom
4496
p58.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
4497
p58.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4498
p58.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4499
p58.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4500
p58.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4501
p58.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4502
p58.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4503
b58 = Instance.new("BlockMesh", p58)
4504
b58.Name = "Mesh"
4505
b58.Scale = Vector3.new(0.602178097, 1, 0.602178097)
4506
p59 = Instance.new("WedgePart", m6)
4507
p59.BrickColor = BrickColor.new("Really black")
4508
p59.Material = Enum.Material.SmoothPlastic
4509
p59.Name = "Wedge"
4510
p59.CFrame = CFrame.new(0.259678036, 2.31096983, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4511
p59.CanCollide = false
4512
p59.Locked = true
4513
p59.FormFactor = Enum.FormFactor.Custom
4514
p59.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4515
p59.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4516
p59.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4517
p59.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4518
p59.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4519
p59.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4520
p59.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4521
b59 = Instance.new("SpecialMesh", p59)
4522
b59.MeshType = Enum.MeshType.Wedge
4523
b59.Name = "Mesh"
4524
b59.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4525
p60 = Instance.new("Part", m6)
4526
p60.BrickColor = BrickColor.new("Really black")
4527
p60.Material = Enum.Material.SmoothPlastic
4528
p60.Name = "NeckPart"
4529
p60.CFrame = CFrame.new(-0.300008506, 4.82955122, 3.8997519, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4530
p60.CanCollide = false
4531
p60.Locked = true
4532
p60.FormFactor = Enum.FormFactor.Custom
4533
p60.Size = Vector3.new(1.25928628, 0.232357651, 0.419762105)
4534
p60.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4535
p60.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4536
p60.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4537
p60.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4538
p60.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4539
p60.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4540
b60 = Instance.new("BlockMesh", p60)
4541
b60.Name = "Mesh"
4542
b60.Scale = Vector3.new(1, 0.602178097, 1)
4543
p61 = Instance.new("Part", m6)
4544
p61.BrickColor = BrickColor.new("Really black")
4545
p61.Material = Enum.Material.SmoothPlastic
4546
p61.CFrame = CFrame.new(0.959281087, 2.73073363, 4.03967333, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4547
p61.CanCollide = false
4548
p61.Locked = true
4549
p61.FormFactor = Enum.FormFactor.Custom
4550
p61.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
4551
p61.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4552
p61.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4553
p61.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4554
p61.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4555
p61.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4556
p61.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4557
b61 = Instance.new("BlockMesh", p61)
4558
b61.Name = "Mesh"
4559
b61.Scale = Vector3.new(0.602178097, 1, 0.602178097)
4560
p62 = Instance.new("WedgePart", m6)
4561
p62.BrickColor = BrickColor.new("Really black")
4562
p62.Material = Enum.Material.SmoothPlastic
4563
p62.Name = "Wedge"
4564
p62.CFrame = CFrame.new(1.16916382, 2.87065434, 4.03967333, 0, 0, -1, 0, 1, 0, 1, 0, 0)
4565
p62.CanCollide = false
4566
p62.Locked = true
4567
p62.FormFactor = Enum.FormFactor.Custom
4568
p62.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
4569
p62.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4570
p62.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4571
p62.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4572
p62.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4573
p62.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4574
p62.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4575
b62 = Instance.new("SpecialMesh", p62)
4576
b62.MeshType = Enum.MeshType.Wedge
4577
b62.Name = "Mesh"
4578
b62.Scale = Vector3.new(0.602178097, 0.602178097, 1)
4579
p63 = Instance.new("WedgePart", m6)
4580
p63.BrickColor = BrickColor.new("Really black")
4581
p63.Material = Enum.Material.SmoothPlastic
4582
p63.Name = "Wedge"
4583
p63.CFrame = CFrame.new(1.37904489, 2.73073268, 4.03967333, 0, 0, -1, 0, 1, 0, 1, 0, 0)
4584
p63.CanCollide = false
4585
p63.Locked = true
4586
p63.FormFactor = Enum.FormFactor.Custom
4587
p63.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4588
p63.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4589
p63.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4590
p63.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4591
p63.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4592
p63.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4593
p63.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4594
b63 = Instance.new("SpecialMesh", p63)
4595
b63.MeshType = Enum.MeshType.Wedge
4596
b63.Name = "Mesh"
4597
b63.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4598
p64 = Instance.new("WedgePart", m6)
4599
p64.BrickColor = BrickColor.new("Really black")
4600
p64.Material = Enum.Material.SmoothPlastic
4601
p64.Name = "Wedge"
4602
p64.CFrame = CFrame.new(-0.439923674, 1.68132377, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4603
p64.CanCollide = false
4604
p64.Locked = true
4605
p64.FormFactor = Enum.FormFactor.Custom
4606
p64.Size = Vector3.new(0.232357651, 0.279841423, 0.232357636)
4607
p64.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4608
p64.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4609
p64.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4610
p64.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4611
p64.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4612
p64.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4613
b64 = Instance.new("SpecialMesh", p64)
4614
b64.MeshType = Enum.MeshType.Wedge
4615
b64.Name = "Mesh"
4616
b64.Scale = Vector3.new(0.602178097, 1, 0.602178097)
4617
p65 = Instance.new("WedgePart", m6)
4618
p65.BrickColor = BrickColor.new("Really black")
4619
p65.Material = Enum.Material.SmoothPlastic
4620
p65.Name = "Wedge"
4621
p65.CFrame = CFrame.new(-0.859687686, 2.31096983, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4622
p65.CanCollide = false
4623
p65.Locked = true
4624
p65.FormFactor = Enum.FormFactor.Custom
4625
p65.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4626
p65.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4627
p65.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4628
p65.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4629
p65.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4630
p65.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4631
p65.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4632
b65 = Instance.new("SpecialMesh", p65)
4633
b65.MeshType = Enum.MeshType.Wedge
4634
b65.Name = "Mesh"
4635
b65.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4636
p66 = Instance.new("WedgePart", m6)
4637
p66.BrickColor = BrickColor.new("Really black")
4638
p66.Material = Enum.Material.SmoothPlastic
4639
p66.Name = "Wedge"
4640
p66.CFrame = CFrame.new(-1.55929291, 3.71018267, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4641
p66.CanCollide = false
4642
p66.Locked = true
4643
p66.FormFactor = Enum.FormFactor.Custom
4644
p66.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4645
p66.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4646
p66.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4647
p66.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4648
p66.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4649
p66.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4650
p66.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4651
b66 = Instance.new("SpecialMesh", p66)
4652
b66.MeshType = Enum.MeshType.Wedge
4653
b66.Name = "Mesh"
4654
b66.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4655
p67 = Instance.new("WedgePart", m6)
4656
p67.BrickColor = BrickColor.new("Really black")
4657
p67.Material = Enum.Material.SmoothPlastic
4658
p67.Name = "Wedge"
4659
p67.CFrame = CFrame.new(-0.719767809, 2.31096911, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4660
p67.CanCollide = false
4661
p67.Locked = true
4662
p67.FormFactor = Enum.FormFactor.Custom
4663
p67.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4664
p67.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4665
p67.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4666
p67.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4667
p67.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4668
p67.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4669
p67.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4670
b67 = Instance.new("SpecialMesh", p67)
4671
b67.MeshType = Enum.MeshType.Wedge
4672
b67.Name = "Mesh"
4673
b67.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4674
p68 = Instance.new("WedgePart", m6)
4675
p68.BrickColor = BrickColor.new("Really black")
4676
p68.Name = "Wedge"
4677
p68.CFrame = CFrame.new(-1.17450571, 1.89121199, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4678
p68.CanCollide = false
4679
p68.Locked = true
4680
p68.FormFactor = Enum.FormFactor.Custom
4681
p68.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4682
p68.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4683
p68.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4684
p68.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4685
p68.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4686
p68.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4687
p68.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4688
b68 = Instance.new("SpecialMesh", p68)
4689
b68.MeshType = Enum.MeshType.Wedge
4690
b68.Name = "Mesh"
4691
b68.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
4692
p69 = Instance.new("WedgePart", m6)
4693
p69.BrickColor = BrickColor.new("Really black")
4694
p69.Name = "Wedge"
4695
p69.CFrame = CFrame.new(-1.10454547, 1.89121199, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4696
p69.CanCollide = false
4697
p69.Locked = true
4698
p69.FormFactor = Enum.FormFactor.Custom
4699
p69.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4700
p69.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4701
p69.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4702
p69.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4703
p69.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4704
p69.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4705
p69.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4706
b69 = Instance.new("SpecialMesh", p69)
4707
b69.MeshType = Enum.MeshType.Wedge
4708
b69.Name = "Mesh"
4709
b69.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
4710
p70 = Instance.new("WedgePart", m6)
4711
p70.BrickColor = BrickColor.new("Really black")
4712
p70.Material = Enum.Material.SmoothPlastic
4713
p70.Name = "Wedge"
4714
p70.CFrame = CFrame.new(0.889316559, 3.99002528, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
4715
p70.CanCollide = false
4716
p70.Locked = true
4717
p70.FormFactor = Enum.FormFactor.Custom
4718
p70.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
4719
p70.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4720
p70.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4721
p70.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4722
p70.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4723
p70.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4724
p70.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4725
b70 = Instance.new("SpecialMesh", p70)
4726
b70.MeshType = Enum.MeshType.Wedge
4727
b70.Name = "Mesh"
4728
b70.Scale = Vector3.new(0.602178097, 0.602178097, 1)
4729
p71 = Instance.new("WedgePart", m6)
4730
p71.BrickColor = BrickColor.new("Really black")
4731
p71.Name = "Wedge"
4732
p71.CFrame = CFrame.new(-0.334977895, 1.47144794, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4733
p71.CanCollide = false
4734
p71.Locked = true
4735
p71.FormFactor = Enum.FormFactor.Custom
4736
p71.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4737
p71.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4738
p71.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4739
p71.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4740
p71.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4741
p71.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4742
p71.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4743
b71 = Instance.new("SpecialMesh", p71)
4744
b71.MeshType = Enum.MeshType.Wedge
4745
b71.Name = "Mesh"
4746
b71.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
4747
p72 = Instance.new("WedgePart", m6)
4748
p72.BrickColor = BrickColor.new("Really black")
4749
p72.Material = Enum.Material.SmoothPlastic
4750
p72.Name = "Wedge"
4751
p72.CFrame = CFrame.new(-0.579845786, 2.03112626, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4752
p72.CanCollide = false
4753
p72.Locked = true
4754
p72.FormFactor = Enum.FormFactor.Custom
4755
p72.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
4756
p72.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4757
p72.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4758
p72.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4759
p72.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4760
p72.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4761
p72.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4762
b72 = Instance.new("SpecialMesh", p72)
4763
b72.MeshType = Enum.MeshType.Wedge
4764
b72.Name = "Mesh"
4765
b72.Scale = Vector3.new(0.602178097, 1, 0.602178097)
4766
p73 = Instance.new("WedgePart", m6)
4767
p73.BrickColor = BrickColor.new("Really black")
4768
p73.Material = Enum.Material.SmoothPlastic
4769
p73.Name = "Wedge"
4770
p73.CFrame = CFrame.new(-1.41937125, 2.31096983, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4771
p73.CanCollide = false
4772
p73.Locked = true
4773
p73.FormFactor = Enum.FormFactor.Custom
4774
p73.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4775
p73.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4776
p73.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4777
p73.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4778
p73.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4779
p73.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4780
p73.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4781
b73 = Instance.new("SpecialMesh", p73)
4782
b73.MeshType = Enum.MeshType.Wedge
4783
b73.Name = "Mesh"
4784
b73.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4785
p74 = Instance.new("WedgePart", m6)
4786
p74.BrickColor = BrickColor.new("Really black")
4787
p74.Material = Enum.Material.SmoothPlastic
4788
p74.Name = "Wedge"
4789
p74.CFrame = CFrame.new(1.16916382, 2.59081125, 4.03967333, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4790
p74.CanCollide = false
4791
p74.Locked = true
4792
p74.FormFactor = Enum.FormFactor.Custom
4793
p74.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
4794
p74.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4795
p74.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4796
p74.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4797
p74.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4798
p74.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4799
p74.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4800
b74 = Instance.new("SpecialMesh", p74)
4801
b74.MeshType = Enum.MeshType.Wedge
4802
b74.Name = "Mesh"
4803
b74.Scale = Vector3.new(0.602178097, 0.602178097, 1)
4804
p75 = Instance.new("WedgePart", m6)
4805
p75.BrickColor = BrickColor.new("Really black")
4806
p75.Material = Enum.Material.SmoothPlastic
4807
p75.Name = "Wedge"
4808
p75.CFrame = CFrame.new(-0.160081401, 1.68132377, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4809
p75.CanCollide = false
4810
p75.Locked = true
4811
p75.FormFactor = Enum.FormFactor.Custom
4812
p75.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
4813
p75.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4814
p75.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4815
p75.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4816
p75.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4817
p75.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4818
p75.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4819
b75 = Instance.new("SpecialMesh", p75)
4820
b75.MeshType = Enum.MeshType.Wedge
4821
b75.Name = "Mesh"
4822
b75.Scale = Vector3.new(0.602178097, 1, 0.602178097)
4823
p76 = Instance.new("WedgePart", m6)
4824
p76.BrickColor = BrickColor.new("Really black")
4825
p76.Material = Enum.Material.SmoothPlastic
4826
p76.Name = "Wedge"
4827
p76.CFrame = CFrame.new(0.819362521, 2.31096983, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4828
p76.CanCollide = false
4829
p76.Locked = true
4830
p76.FormFactor = Enum.FormFactor.Custom
4831
p76.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4832
p76.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4833
p76.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4834
p76.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4835
p76.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4836
p76.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4837
p76.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4838
b76 = Instance.new("SpecialMesh", p76)
4839
b76.MeshType = Enum.MeshType.Wedge
4840
b76.Name = "Mesh"
4841
b76.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4842
p77 = Instance.new("WedgePart", m6)
4843
p77.BrickColor = BrickColor.new("Really black")
4844
p77.Material = Enum.Material.SmoothPlastic
4845
p77.Name = "Wedge"
4846
p77.CFrame = CFrame.new(-1.55929291, 4.40979004, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4847
p77.CanCollide = false
4848
p77.Locked = true
4849
p77.FormFactor = Enum.FormFactor.Custom
4850
p77.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4851
p77.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4852
p77.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4853
p77.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4854
p77.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4855
p77.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4856
p77.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4857
b77 = Instance.new("SpecialMesh", p77)
4858
b77.MeshType = Enum.MeshType.Wedge
4859
b77.Name = "Mesh"
4860
b77.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4861
p78 = Instance.new("WedgePart", m6)
4862
p78.BrickColor = BrickColor.new("Really black")
4863
p78.Material = Enum.Material.SmoothPlastic
4864
p78.Name = "Wedge"
4865
p78.CFrame = CFrame.new(-1.34941173, 4.54971123, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4866
p78.CanCollide = false
4867
p78.Locked = true
4868
p78.FormFactor = Enum.FormFactor.Custom
4869
p78.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
4870
p78.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4871
p78.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4872
p78.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4873
p78.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4874
p78.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4875
p78.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4876
b78 = Instance.new("SpecialMesh", p78)
4877
b78.MeshType = Enum.MeshType.Wedge
4878
b78.Name = "Mesh"
4879
b78.Scale = Vector3.new(0.602178097, 0.602178097, 1)
4880
p79 = Instance.new("WedgePart", m6)
4881
p79.BrickColor = BrickColor.new("Really black")
4882
p79.Material = Enum.Material.SmoothPlastic
4883
p79.Name = "Wedge"
4884
p79.CFrame = CFrame.new(-1.6992141, 3.85010386, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4885
p79.CanCollide = false
4886
p79.Locked = true
4887
p79.FormFactor = Enum.FormFactor.Custom
4888
p79.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4889
p79.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4890
p79.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4891
p79.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4892
p79.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4893
p79.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4894
p79.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4895
b79 = Instance.new("SpecialMesh", p79)
4896
b79.MeshType = Enum.MeshType.Wedge
4897
b79.Name = "Mesh"
4898
b79.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4899
p80 = Instance.new("WedgePart", m6)
4900
p80.BrickColor = BrickColor.new("Really black")
4901
p80.Material = Enum.Material.SmoothPlastic
4902
p80.Name = "Wedge"
4903
p80.CFrame = CFrame.new(-1.6992135, 3.1504972, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4904
p80.CanCollide = false
4905
p80.Locked = true
4906
p80.FormFactor = Enum.FormFactor.Custom
4907
p80.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4908
p80.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4909
p80.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4910
p80.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4911
p80.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4912
p80.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4913
p80.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4914
b80 = Instance.new("SpecialMesh", p80)
4915
b80.MeshType = Enum.MeshType.Wedge
4916
b80.Name = "Mesh"
4917
b80.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4918
w1 = Instance.new("Weld", p1)
4919
w1.Name = "Joint"
4920
w1.Part0 = p1
4921
w1.C0 = CFrame.new(0, 0, 0.139921591, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4922
w1.Part1 = p47
4923
w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4924
w2 = Instance.new("Weld", p2)
4925
w2.Name = "Joint"
4926
w2.Part0 = p2
4927
w2.C0 = CFrame.new(0, -2.7097974e-006, 0.139918938, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4928
w2.Part1 = p11
4929
w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4930
w3 = Instance.new("Weld", p3)
4931
w3.Name = "Joint"
4932
w3.Part0 = p3
4933
w3.C0 = CFrame.new(0, 0.559684455, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4934
w3.Part1 = p50
4935
w3.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4936
w4 = Instance.new("Weld", p4)
4937
w4.Name = "Joint"
4938
w4.Part0 = p4
4939
w4.C0 = CFrame.new(-0.139921427, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4940
w4.Part1 = p5
4941
w4.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4942
w5 = Instance.new("Weld", p5)
4943
w5.Name = "Joint"
4944
w5.Part0 = p5
4945
w5.C0 = CFrame.new(-0.139920607, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4946
w5.Part1 = p27
4947
w5.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4948
w6 = Instance.new("Weld", p6)
4949
w6.Name = "Joint"
4950
w6.Part0 = p6
4951
w6.C0 = CFrame.new(6.98293934e-006, 0.13992101, 1.35489881e-006, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4952
w6.Part1 = p14
4953
w6.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4954
w7 = Instance.new("Weld", p7)
4955
w7.Name = "Joint"
4956
w7.Part0 = p7
4957
w7.C0 = CFrame.new(-0.139921531, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4958
w7.Part1 = p10
4959
w7.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4960
w8 = Instance.new("Weld", p8)
4961
w8.Name = "Joint"
4962
w8.Part0 = p8
4963
w8.C0 = CFrame.new(0, 0.209881723, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4964
w8.Part1 = p32
4965
w8.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4966
w9 = Instance.new("Weld", p9)
4967
w9.Name = "Joint"
4968
w9.Part0 = p9
4969
w9.C0 = CFrame.new(0, 0.279842764, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4970
w9.Part1 = p16
4971
w9.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4972
w10 = Instance.new("Weld", p10)
4973
w10.Name = "Joint"
4974
w10.Part0 = p10
4975
w10.C0 = CFrame.new(-0.139921531, 1.04222977e-006, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4976
w10.Part1 = p61
4977
w10.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4978
w11 = Instance.new("Weld", p11)
4979
w11.Name = "Joint"
4980
w11.Part0 = p11
4981
w11.C0 = CFrame.new(0, 0.209881723, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4982
w11.Part1 = p13
4983
w11.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4984
w12 = Instance.new("Weld", p12)
4985
w12.Name = "Joint"
4986
w12.Part0 = p12
4987
w12.C0 = CFrame.new(-0.139921427, -0.139921635, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4988
w12.Part1 = p29
4989
w12.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4990
w13 = Instance.new("Weld", p13)
4991
w13.Name = "Joint"
4992
w13.Part0 = p13
4993
w13.C0 = CFrame.new(0.839523137, 0.349802732, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4994
w13.Part1 = p48
4995
w13.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4996
w14 = Instance.new("Weld", p14)
4997
w14.Name = "Joint"
4998
w14.Part0 = p14
4999
w14.C0 = CFrame.new(-6.98293934e-006, 1.25067584e-006, -0.139921844, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5000
w14.Part1 = p60
5001
w14.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5002
w15 = Instance.new("Weld", p15)
5003
w15.Name = "Joint"
5004
w15.Part0 = p15
5005
w15.C0 = CFrame.new(-0.139920712, -0.139923528, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5006
w15.Part1 = p17
5007
w15.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5008
w16 = Instance.new("Weld", p16)
5009
w16.Name = "Joint"
5010
w16.Part0 = p16
5011
w16.C0 = CFrame.new(1.45912168e-006, 0.349802852, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5012
w16.Part1 = p48
5013
w16.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5014
w17 = Instance.new("Weld", p17)
5015
w17.Name = "Joint"
5016
w17.Part0 = p17
5017
w17.C0 = CFrame.new(-0.97944206, 0.0699603036, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
5018
w17.Part1 = p50
5019
w17.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5020
w18 = Instance.new("Weld", p18)
5021
w18.Name = "Joint"
5022
w18.Part0 = p18
5023
w18.C0 = CFrame.new(-0.979444683, 0.0699603036, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5024
w18.Part1 = p50
5025
w18.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5026
w19 = Instance.new("Weld", p19)
5027
w19.Name = "Joint"
5028
w19.Part0 = p19
5029
w19.C0 = CFrame.new(0, -0.2098784, 0.0349924229, 0, 0, -1, 0, -1, 0, -1, 0, 0)
5030
w19.Part1 = p54
5031
w19.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5032
w20 = Instance.new("Weld", p20)
5033
w20.Name = "Joint"
5034
w20.Part0 = p20
5035
w20.C0 = CFrame.new(-0.139921427, -0.13992101, 1.35489881e-006, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5036
w20.Part1 = p21
5037
w20.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5038
w21 = Instance.new("Weld", p21)
5039
w21.Name = "Joint"
5040
w21.Part0 = p21
5041
w21.C0 = CFrame.new(-1.25928402, 0.0699627995, -1.35489881e-006, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5042
w21.Part1 = p37
5043
w21.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5044
w22 = Instance.new("Weld", p22)
5045
w22.Name = "Joint"
5046
w22.Part0 = p22
5047
w22.C0 = CFrame.new(0, -0.209878504, 0.0349705629, 0, 0, 1, 0, -1, 0, 1, 0, 0)
5048
w22.Part1 = p8
5049
w22.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5050
w23 = Instance.new("Weld", p23)
5051
w23.Name = "Joint"
5052
w23.Part0 = p23
5053
w23.C0 = CFrame.new(0, 0, 0.139921427, 0, 0, 1, 0, 1, 0, -1, 0, 0)
5054
w23.Part1 = p35
5055
w23.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5056
w24 = Instance.new("Weld", p24)
5057
w24.Name = "Joint"
5058
w24.Part0 = p24
5059
w24.C0 = CFrame.new(8.33783815e-007, -0.209883824, 1.25928962, 0, 0, -1, 0, -1, 0, -1, 0, 0)
5060
w24.Part1 = p48
5061
w24.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5062
w25 = Instance.new("Weld", p25)
5063
w25.Name = "Joint"
5064
w25.Part0 = p25
5065
w25.C0 = CFrame.new(0, -0.209878504, 0.0349897929, 0, 0, -1, 0, -1, 0, -1, 0, 0)
5066
w25.Part1 = p8
5067
w25.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5068
w26 = Instance.new("Weld", p26)
5069
w26.Name = "Joint"
5070
w26.Part0 = p26
5071
w26.C0 = CFrame.new(0, -3.33513526e-006, 0.769568086, 0, 0, -1, 0, 1, 0, 1, 0, 0)
5072
w26.Part1 = p6
5073
w26.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5074
w27 = Instance.new("Weld", p27)
5075
w27.Name = "Joint"
5076
w27.Part0 = p27
5077
w27.C0 = CFrame.new(-1.25928354, -0.0699575916, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
5078
w27.Part1 = p48
5079
w27.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5080
w28 = Instance.new("Weld", p28)
5081
w28.Name = "Joint"
5082
w28.Part0 = p28
5083
w28.C0 = CFrame.new(0, -0.13992101, 0, 0, 0, -1, 0, -1, -0, -1, 0, -0)
5084
w28.Part1 = p35
5085
w28.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5086
w29 = Instance.new("Weld", p29)
5087
w29.Name = "Joint"
5088
w29.Part0 = p29
5089
w29.C0 = CFrame.new(-1.25928354, 0.0699634254, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
5090
w29.Part1 = p37
5091
w29.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5092
w30 = Instance.new("Weld", p30)
5093
w30.Name = "Joint"
5094
w30.Part0 = p30
5095
w30.C0 = CFrame.new(0, -0.139920816, 0, 0, 0, -1, 0, -1, 0, -1, 0, 0)
5096
w30.Part1 = p20
5097
w30.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5098
w31 = Instance.new("Weld", p31)
5099
w31.Name = "Joint"
5100
w31.Part0 = p31
5101
w31.C0 = CFrame.new(0, -3.02246644e-006, 0.419769108, 0, 0, -1, 0, -1, -0, -1, 0, -0)
5102
w31.Part1 = p16
5103
w31.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5104
w32 = Instance.new("Weld", p32)
5105
w32.Name = "Joint"
5106
w32.Part0 = p32
5107
w32.C0 = CFrame.new(-0.839526176, 0.349802852, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5108
w32.Part1 = p48
5109
w32.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5110
w33 = Instance.new("Weld", p33)
5111
w33.Name = "Joint"
5112
w33.Part0 = p33
5113
w33.C0 = CFrame.new(1.3548987e-006, -0.279842436, 0.0699624866, 0, 0, 1, 0, 1, 0, -1, 0, 0)
5114
w33.Part1 = p21
5115
w33.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5116
w34 = Instance.new("Weld", p34)
5117
w34.Name = "Joint"
5118
w34.Part0 = p34
5119
w34.C0 = CFrame.new(0, -0.279842019, 0, 0, 0, -1, 0, -1, -0, -1, 0, -0)
5120
w34.Part1 = p27
5121
w34.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5122
w35 = Instance.new("Weld", p35)
5123
w35.Name = "Joint"
5124
w35.Part0 = p35
5125
w35.C0 = CFrame.new(-0.139920607, -0.139922053, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5126
w35.Part1 = p58
5127
w35.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5128
w36 = Instance.new("Weld", p36)
5129
w36.Name = "Joint"
5130
w36.Part0 = p36
5131
w36.C0 = CFrame.new(0, -0.279843062, 0.0699611381, 0, 0, 1, 0, 1, 0, -1, 0, 0)
5132
w36.Part1 = p29
5133
w36.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5134
w37 = Instance.new("Weld", p37)
5135
w37.Name = "Joint"
5136
w37.Part0 = p37
5137
w37.C0 = CFrame.new(0, 0.559682429, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5138
w37.Part1 = p3
5139
w37.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5140
w38 = Instance.new("Weld", p38)
5141
w38.Name = "Joint"
5142
w38.Part0 = p38
5143
w38.C0 = CFrame.new(0, 0, 0.13992101, 0, 0, 1, 0, 1, 0, -1, 0, 0)
5144
w38.Part1 = p4
5145
w38.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5146
w39 = Instance.new("Weld", p39)
5147
w39.Name = "Joint"
5148
w39.Part0 = p39
5149
w39.C0 = CFrame.new(0, 0, 0.139921427, 0, 0, 1, 0, 1, 0, -1, 0, 0)
5150
w39.Part1 = p12
5151
w39.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5152
w40 = Instance.new("Weld", p40)
5153
w40.Name = "Joint"
5154
w40.Part0 = p40
5155
w40.C0 = CFrame.new(0, -0.279843479, 0.0699611381, 0, 0, 1, 0, 1, 0, -1, 0, 0)
5156
w40.Part1 = p52
5157
w40.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5158
w41 = Instance.new("Weld", p41)
5159
w41.Name = "Joint"
5160
w41.Part0 = p41
5161
w41.C0 = CFrame.new(0, -0.139921427, 0.0699607134, 0, 0, -1, 0, -1, -0, -1, 0, -0)
5162
w41.Part1 = p5
5163
w41.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5164
w42 = Instance.new("Weld", p42)
5165
w42.Name = "Joint"
5166
w42.Part0 = p42
5167
w42.C0 = CFrame.new(0, -2.7097974e-006, 0.139925033, 0, 0, -1, 0, -1, 0, -1, 0, 0)
5168
w42.Part1 = p8
5169
w42.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5170
w43 = Instance.new("Weld", p43)
5171
w43.Name = "Joint"
5172
w43.Part0 = p43
5173
w43.C0 = CFrame.new(0, -0.139921218, 0.0699607134, 0, 0, 1, 0, 1, 0, -1, 0, 0)
5174
w43.Part1 = p5
5175
w43.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5176
w44 = Instance.new("Weld", p44)
5177
w44.Name = "Joint"
5178
w44.Part0 = p44
5179
w44.C0 = CFrame.new(0, -0.139921844, 0, 0, 0, -1, 0, -1, 0, -1, 0, 0)
5180
w44.Part1 = p15
5181
w44.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5182
w45 = Instance.new("Weld", p45)
5183
w45.Name = "Joint"
5184
w45.Part0 = p45
5185
w45.C0 = CFrame.new(0, -2.7097974e-006, 0.139921531, 0, 0, -1, 0, -1, 0, -1, 0, 0)
5186
w45.Part1 = p11
5187
w45.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5188
w46 = Instance.new("Weld", p46)
5189
w46.Name = "Joint"
5190
w46.Part0 = p46
5191
w46.C0 = CFrame.new(0, -3.33513526e-006, 0.769562066, 0, 0, 1, 0, 1, 0, -1, 0, 0)
5192
w46.Part1 = p6
5193
w46.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5194
w47 = Instance.new("Weld", p47)
5195
w47.Name = "Joint"
5196
w47.Part0 = p47
5197
w47.C0 = CFrame.new(-0.139920652, -0.139923528, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5198
w47.Part1 = p18
5199
w47.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5200
w48 = Instance.new("Weld", p48)
5201
w48.Name = "Joint"
5202
w48.Part0 = p48
5203
w48.C0 = CFrame.new(0, 0.559684873, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5204
w48.Part1 = p37
5205
w48.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5206
w49 = Instance.new("Weld", p49)
5207
w49.Name = "Joint"
5208
w49.Part0 = p49
5209
w49.C0 = CFrame.new(0, -0.139921844, 0, 0, 0, -1, 0, -1, 0, -1, 0, 0)
5210
w49.Part1 = p47
5211
w49.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5212
w50 = Instance.new("Weld", p50)
5213
w50.Name = "Joint"
5214
w50.Part0 = p50
5215
w50.C0 = CFrame.new(0, 0.349801898, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5216
w50.Part1 = p6
5217
w50.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5218
w51 = Instance.new("Weld", p51)
5219
w51.Name = "Joint"
5220
w51.Part0 = p51
5221
w51.C0 = CFrame.new(-0.139921427, -0.139922053, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5222
w51.Part1 = p52
5223
w51.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5224
w52 = Instance.new("Weld", p52)
5225
w52.Name = "Joint"
5226
w52.Part0 = p52
5227
w52.C0 = CFrame.new(-1.11936295, 0.0699607134, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
5228
w52.Part1 = p3
5229
w52.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5230
w53 = Instance.new("Weld", p53)
5231
w53.Name = "Joint"
5232
w53.Part0 = p53
5233
w53.C0 = CFrame.new(0, 3.9604729e-006, 0.279851943, 0, 0, -1, 0, -1, -0, -1, 0, -0)
5234
w53.Part1 = p9
5235
w53.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5236
w54 = Instance.new("Weld", p54)
5237
w54.Name = "Joint"
5238
w54.Part0 = p54
5239
w54.C0 = CFrame.new(0, 0.349802941, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5240
w54.Part1 = p9
5241
w54.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5242
w55 = Instance.new("Weld", p55)
5243
w55.Name = "Joint"
5244
w55.Part0 = p55
5245
w55.C0 = CFrame.new(0, -2.7097974e-006, 0.139916331, 0, 0, 1, 0, -1, 0, 1, 0, 0)
5246
w55.Part1 = p8
5247
w55.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5248
w56 = Instance.new("Weld", p56)
5249
w56.Name = "Joint"
5250
w56.Part0 = p56
5251
w56.C0 = CFrame.new(0, 0, 0.139921322, 0, 0, 1, 0, 1, 0, -1, 0, 0)
5252
w56.Part1 = p20
5253
w56.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5254
w57 = Instance.new("Weld", p57)
5255
w57.Name = "Joint"
5256
w57.Part0 = p57
5257
w57.C0 = CFrame.new(0, -0.139921427, -0.0699620694, 0, 0, 1, 0, 1, 0, -1, 0, 0)
5258
w57.Part1 = p47
5259
w57.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5260
w58 = Instance.new("Weld", p58)
5261
w58.Name = "Joint"
5262
w58.Part0 = p58
5263
w58.C0 = CFrame.new(-1.11936343, 0.0699607134, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5264
w58.Part1 = p3
5265
w58.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5266
w59 = Instance.new("Weld", p59)
5267
w59.Name = "Joint"
5268
w59.Part0 = p59
5269
w59.C0 = CFrame.new(0, -2.50135167e-006, 0.279839605, 0, 0, 1, 0, -1, 0, 1, 0, 0)
5270
w59.Part1 = p32
5271
w59.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5272
w60 = Instance.new("Weld", p61)
5273
w60.Name = "Joint"
5274
w60.Part0 = p61
5275
w60.C0 = CFrame.new(-1.25928962, -0.0699586272, -8.33783815e-007, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5276
w60.Part1 = p48
5277
w60.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5278
w61 = Instance.new("Weld", p62)
5279
w61.Name = "Joint"
5280
w61.Part0 = p62
5281
w61.C0 = CFrame.new(0, -0.139921635, 0.0699612424, 0, 0, 1, 0, 1, 0, -1, 0, 0)
5282
w61.Part1 = p10
5283
w61.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5284
w62 = Instance.new("Weld", p63)
5285
w62.Name = "Joint"
5286
w62.Part0 = p63
5287
w62.C0 = CFrame.new(0, 0, 0.139920712, 0, 0, 1, 0, 1, 0, -1, 0, 0)
5288
w62.Part1 = p7
5289
w62.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5290
w63 = Instance.new("Weld", p64)
5291
w63.Name = "Joint"
5292
w63.Part0 = p64
5293
w63.C0 = CFrame.new(0, -2.60557431e-006, 0.139913708, 0, 0, 1, 0, -1, 0, 1, 0, 0)
5294
w63.Part1 = p54
5295
w63.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5296
w64 = Instance.new("Weld", p65)
5297
w64.Name = "Joint"
5298
w64.Part0 = p65
5299
w64.C0 = CFrame.new(0, -2.50135167e-006, 0.279843956, 0, 0, -1, 0, -1, 0, -1, 0, 0)
5300
w64.Part1 = p13
5301
w64.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5302
w65 = Instance.new("Weld", p66)
5303
w65.Name = "Joint"
5304
w65.Part0 = p66
5305
w65.C0 = CFrame.new(0, 1.04222977e-006, 0.139921427, 0, 0, -1, 0, -1, -0, -1, 0, -0)
5306
w65.Part1 = p52
5307
w65.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5308
w66 = Instance.new("Weld", p67)
5309
w66.Name = "Joint"
5310
w66.Part0 = p67
5311
w66.C0 = CFrame.new(0, -3.02246644e-006, 0.419757843, 0, 0, 1, 0, -1, 0, 1, 0, 0)
5312
w66.Part1 = p16
5313
w66.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5314
w67 = Instance.new("Weld", p68)
5315
w67.Name = "Joint"
5316
w67.Part0 = p68
5317
w67.C0 = CFrame.new(0, -0.209878504, 0.0349741057, 0, 0, 1, 0, -1, 0, 1, 0, 0)
5318
w67.Part1 = p11
5319
w67.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5320
w68 = Instance.new("Weld", p69)
5321
w68.Name = "Joint"
5322
w68.Part0 = p69
5323
w68.C0 = CFrame.new(0, -0.209878504, 0.0349861942, 0, 0, -1, 0, -1, 0, -1, 0, 0)
5324
w68.Part1 = p11
5325
w68.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5326
w69 = Instance.new("Weld", p70)
5327
w69.Name = "Joint"
5328
w69.Part0 = p70
5329
w69.C0 = CFrame.new(0, -0.279843479, 0.0699616596, 0, 0, 1, 0, 1, 0, -1, 0, 0)
5330
w69.Part1 = p58
5331
w69.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5332
w70 = Instance.new("Weld", p71)
5333
w70.Name = "Joint"
5334
w70.Part0 = p71
5335
w70.C0 = CFrame.new(0, -0.2098784, 0.0349679329, 0, 0, 1, 0, -1, 0, 1, 0, 0)
5336
w70.Part1 = p54
5337
w70.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5338
w71 = Instance.new("Weld", p72)
5339
w71.Name = "Joint"
5340
w71.Part0 = p72
5341
w71.C0 = CFrame.new(0, -3.02246644e-006, 0.27983579, 0, 0, 1, 0, -1, 0, 1, 0, 0)
5342
w71.Part1 = p9
5343
w71.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5344
w72 = Instance.new("Weld", p73)
5345
w72.Name = "Joint"
5346
w72.Part0 = p73
5347
w72.C0 = CFrame.new(0, -2.50135167e-006, 0.279839605, 0, 0, 1, 0, -1, 0, 1, 0, 0)
5348
w72.Part1 = p13
5349
w72.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5350
w73 = Instance.new("Weld", p74)
5351
w73.Name = "Joint"
5352
w73.Part0 = p74
5353
w73.C0 = CFrame.new(0, -0.139921427, 0.0699612424, 0, 0, -1, 0, -1, 0, -1, 0, 0)
5354
w73.Part1 = p10
5355
w73.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5356
w74 = Instance.new("Weld", p75)
5357
w74.Name = "Joint"
5358
w74.Part0 = p75
5359
w74.C0 = CFrame.new(0, -2.60557431e-006, 0.139928564, 0, 0, -1, 0, -1, 0, -1, 0, 0)
5360
w74.Part1 = p54
5361
w74.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5362
w75 = Instance.new("Weld", p76)
5363
w75.Name = "Joint"
5364
w75.Part0 = p76
5365
w75.C0 = CFrame.new(0, -2.50135167e-006, 0.27984485, 0, 0, -1, 0, -1, 0, -1, 0, 0)
5366
w75.Part1 = p32
5367
w75.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5368
w76 = Instance.new("Weld", p77)
5369
w76.Name = "Joint"
5370
w76.Part0 = p77
5371
w76.C0 = CFrame.new(0, 0, 0.139921635, 0, 0, 1, 0, 1, 0, -1, 0, 0)
5372
w76.Part1 = p15
5373
w76.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5374
w77 = Instance.new("Weld", p78)
5375
w77.Name = "Joint"
5376
w77.Part0 = p78
5377
w77.C0 = CFrame.new(0, -0.139921427, -0.0699594691, 0, 0, 1, 0, 1, 0, -1, 0, 0)
5378
w77.Part1 = p15
5379
w77.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5380
w78 = Instance.new("Weld", p79)
5381
w78.Name = "Joint"
5382
w78.Part0 = p79
5383
w78.C0 = CFrame.new(0, 0, 0.139921218, 0, 0, 1, 0, 1, 0, -1, 0, 0)
5384
w78.Part1 = p51
5385
w78.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5386
w79 = Instance.new("Weld", p80)
5387
w79.Name = "Joint"
5388
w79.Part0 = p80
5389
w79.C0 = CFrame.new(0, -0.13992101, 0, 0, 0, -1, 0, -1, -0, -1, 0, -0)
5390
w79.Part1 = p12
5391
w79.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5392
m6.Parent = torso
5393
m6:MakeJoints()
5394
----------------------------------------------------
5395
local cor6 = Instance.new("Part", torso.Cloak)
5396
cor6.Name = "Thingy"
5397
cor6.Locked = true
5398
cor6.BottomSurface = 0
5399
cor6.CanCollide = false
5400
cor6.Size = Vector3.new(1,1,1)
5401
cor6.Transparency = 1
5402
cor6.TopSurface = 0
5403
corw6 = Instance.new("Weld", cor6)
5404
corw6.Part0 = torso
5405
corw6.Part1 = cor6
5406
corw6.C0 = CFrame.new(0, 1, 0.5) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
5407
corw6.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
5408
weld6 = Instance.new("Weld", torso.Cloak.NeckPart)
5409
weld6.Part0 = cor6
5410
weld6.Part1 = torso.Cloak.NeckPart
5411
weld6.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
5412
--Amulet
5413
m7 = Instance.new("Model")
5414
m7.Name = "Amulet"
5415
p1 = Instance.new("Part", m7)
5416
p1.BrickColor = BrickColor.new("Really black")
5417
p1.Material = Enum.Material.Neon
5418
p1.Name = "Center"
5419
p1.CFrame = CFrame.new(-1.0658141e-014, 14.4125643, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1)
5420
p1.CanCollide = false
5421
p1.Locked = true
5422
p1.FormFactor = Enum.FormFactor.Custom
5423
p1.Shape = Enum.PartType.Cylinder
5424
p1.Size = Vector3.new(0.5, 0.5, 0.5)
5425
p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5426
p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5427
p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5428
p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5429
p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5430
p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5431
p2 = Instance.new("Part", m7)
5432
p2.BrickColor = BrickColor.new("Really black")
5433
p2.Material = Enum.Material.Metal
5434
p2.Name = "Bottom"
5435
p2.CFrame = CFrame.new(1.19209318e-007, 14.1625719, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1)
5436
p2.CanCollide = false
5437
p2.Locked = true
5438
p2.FormFactor = Enum.FormFactor.Custom
5439
p2.Size = Vector3.new(0.200000003, 0.649999976, 0.649999976)
5440
p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5441
p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5442
p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5443
p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5444
p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5445
p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5446
b1 = Instance.new("SpecialMesh", p2)
5447
b1.MeshType = Enum.MeshType.Cylinder
5448
b1.Name = "Mesh"
5449
p3 = Instance.new("Part", m7)
5450
p3.BrickColor = BrickColor.new("Really black")
5451
p3.Material = Enum.Material.Metal
5452
p3.CFrame = CFrame.new(1.23580463e-007, 14.4625673, -0.280000001, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1)
5453
p3.CanCollide = false
5454
p3.Locked = true
5455
p3.FormFactor = Enum.FormFactor.Custom
5456
p3.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5457
p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5458
p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5459
p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5460
p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5461
p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5462
p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5463
b2 = Instance.new("SpecialMesh", p3)
5464
b2.MeshType = Enum.MeshType.Brick
5465
b2.Name = "Mesh"
5466
b2.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5467
p4 = Instance.new("Part", m7)
5468
p4.BrickColor = BrickColor.new("Really black")
5469
p4.Material = Enum.Material.Metal
5470
p4.CFrame = CFrame.new(1.19209318e-007, 14.4625673, 0.280000001, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1)
5471
p4.CanCollide = false
5472
p4.Locked = true
5473
p4.FormFactor = Enum.FormFactor.Custom
5474
p4.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5475
p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5476
p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5477
p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5478
p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5479
p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5480
p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5481
b3 = Instance.new("SpecialMesh", p4)
5482
b3.MeshType = Enum.MeshType.Brick
5483
b3.Name = "Mesh"
5484
b3.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5485
p5 = Instance.new("Part", m7)
5486
p5.BrickColor = BrickColor.new("Really black")
5487
p5.Material = Enum.Material.Metal
5488
p5.CFrame = CFrame.new(0.14000012, 14.4625673, -0.242487118, -3.78551732e-008, -0.866025388, -0.5, 1, -4.37113883e-008, 0, -2.18556941e-008, -0.5, 0.866025388)
5489
p5.CanCollide = false
5490
p5.Locked = true
5491
p5.FormFactor = Enum.FormFactor.Custom
5492
p5.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5493
p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5494
p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5495
p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5496
p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5497
p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5498
p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5499
b4 = Instance.new("SpecialMesh", p5)
5500
b4.MeshType = Enum.MeshType.Brick
5501
b4.Name = "Mesh"
5502
b4.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5503
p6 = Instance.new("Part", m7)
5504
p6.BrickColor = BrickColor.new("Really black")
5505
p6.Material = Enum.Material.Metal
5506
p6.CFrame = CFrame.new(-0.139999881, 14.4625673, 0.242487103, -3.78551732e-008, -0.866025388, -0.5, 1, -4.37113883e-008, 0, -2.18556941e-008, -0.5, 0.866025388)
5507
p6.CanCollide = false
5508
p6.Locked = true
5509
p6.FormFactor = Enum.FormFactor.Custom
5510
p6.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5511
p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5512
p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5513
p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5514
p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5515
p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5516
p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5517
b5 = Instance.new("SpecialMesh", p6)
5518
b5.MeshType = Enum.MeshType.Brick
5519
b5.Name = "Mesh"
5520
b5.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5521
p7 = Instance.new("Part", m7)
5522
p7.BrickColor = BrickColor.new("Really black")
5523
p7.Material = Enum.Material.Metal
5524
p7.CFrame = CFrame.new(-0.242486984, 14.4625673, 0.139999986, -2.18556924e-008, -0.5, -0.866025388, 1, -4.37113847e-008, 0, -3.78551732e-008, -0.866025388, 0.5)
5525
p7.CanCollide = false
5526
p7.Locked = true
5527
p7.FormFactor = Enum.FormFactor.Custom
5528
p7.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5529
p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5530
p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5531
p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5532
p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5533
p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5534
p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5535
b6 = Instance.new("SpecialMesh", p7)
5536
b6.MeshType = Enum.MeshType.Brick
5537
b6.Name = "Mesh"
5538
b6.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5539
p8 = Instance.new("Part", m7)
5540
p8.BrickColor = BrickColor.new("Really black")
5541
p8.Material = Enum.Material.Metal
5542
p8.CFrame = CFrame.new(0.242487192, 14.4625673, -0.139999971, -2.18556924e-008, -0.5, -0.866025388, 1, -4.37113847e-008, 0, -3.78551732e-008, -0.866025388, 0.5)
5543
p8.CanCollide = false
5544
p8.Locked = true
5545
p8.FormFactor = Enum.FormFactor.Custom
5546
p8.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5547
p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5548
p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5549
p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5550
p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5551
p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5552
p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5553
b7 = Instance.new("SpecialMesh", p8)
5554
b7.MeshType = Enum.MeshType.Brick
5555
b7.Name = "Mesh"
5556
b7.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5557
p9 = Instance.new("Part", m7)
5558
p9.BrickColor = BrickColor.new("Really black")
5559
p9.Material = Enum.Material.Metal
5560
p9.CFrame = CFrame.new(0.280000091, 14.4625673, -1.64313008e-014, 0, 0, -1, 1, -4.37113847e-008, 0, -4.37113847e-008, -1, 0)
5561
p9.CanCollide = false
5562
p9.Locked = true
5563
p9.FormFactor = Enum.FormFactor.Custom
5564
p9.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5565
p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5566
p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5567
p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5568
p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5569
p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5570
p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5571
b8 = Instance.new("SpecialMesh", p9)
5572
b8.MeshType = Enum.MeshType.Brick
5573
b8.Name = "Mesh"
5574
b8.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5575
p10 = Instance.new("Part", m7)
5576
p10.BrickColor = BrickColor.new("Really black")
5577
p10.Material = Enum.Material.Metal
5578
p10.CFrame = CFrame.new(-0.279999852, 14.4625673, -1.49011772e-008, 0, 0, -1, 1, -4.37113847e-008, 0, -4.37113847e-008, -1, 0)
5579
p10.CanCollide = false
5580
p10.Locked = true
5581
p10.FormFactor = Enum.FormFactor.Custom
5582
p10.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5583
p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5584
p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5585
p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5586
p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5587
p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5588
p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5589
b9 = Instance.new("SpecialMesh", p10)
5590
b9.MeshType = Enum.MeshType.Brick
5591
b9.Name = "Mesh"
5592
b9.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5593
p11 = Instance.new("Part", m7)
5594
p11.BrickColor = BrickColor.new("Really black")
5595
p11.Material = Enum.Material.Metal
5596
p11.CFrame = CFrame.new(-0.242486984, 14.4625673, -0.139999986, 2.18556906e-008, 0.5, -0.866025388, 1, -4.37113847e-008, 0, -3.78551697e-008, -0.866025388, -0.5)
5597
p11.CanCollide = false
5598
p11.Locked = true
5599
p11.FormFactor = Enum.FormFactor.Custom
5600
p11.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5601
p11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5602
p11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5603
p11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5604
p11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5605
p11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5606
p11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5607
b10 = Instance.new("SpecialMesh", p11)
5608
b10.MeshType = Enum.MeshType.Brick
5609
b10.Name = "Mesh"
5610
b10.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5611
p12 = Instance.new("Part", m7)
5612
p12.BrickColor = BrickColor.new("Really black")
5613
p12.Material = Enum.Material.Metal
5614
p12.CFrame = CFrame.new(0.242487192, 14.4625673, 0.139999971, 2.18556906e-008, 0.5, -0.866025388, 1, -4.37113847e-008, 0, -3.78551697e-008, -0.866025388, -0.5)
5615
p12.CanCollide = false
5616
p12.Locked = true
5617
p12.FormFactor = Enum.FormFactor.Custom
5618
p12.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5619
p12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5620
p12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5621
p12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5622
p12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5623
p12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5624
p12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5625
b11 = Instance.new("SpecialMesh", p12)
5626
b11.MeshType = Enum.MeshType.Brick
5627
b11.Name = "Mesh"
5628
b11.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5629
p13 = Instance.new("Part", m7)
5630
p13.BrickColor = BrickColor.new("Really black")
5631
p13.Material = Enum.Material.Metal
5632
p13.CFrame = CFrame.new(-0.139999866, 14.4625673, -0.242487073, 3.78551732e-008, 0.866025388, -0.5, 1, -4.37113812e-008, 1.77635684e-015, -2.18556924e-008, -0.5, -0.866025388)
5633
p13.CanCollide = false
5634
p13.Locked = true
5635
p13.FormFactor = Enum.FormFactor.Custom
5636
p13.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5637
p13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5638
p13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5639
p13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5640
p13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5641
p13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5642
p13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5643
b12 = Instance.new("SpecialMesh", p13)
5644
b12.MeshType = Enum.MeshType.Brick
5645
b12.Name = "Mesh"
5646
b12.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5647
p14 = Instance.new("Part", m7)
5648
p14.BrickColor = BrickColor.new("Really black")
5649
p14.Material = Enum.Material.Metal
5650
p14.CFrame = CFrame.new(0.14000012, 14.4625673, 0.242487073, 3.78551732e-008, 0.866025388, -0.5, 1, -4.37113812e-008, 1.77635684e-015, -2.18556924e-008, -0.5, -0.866025388)
5651
p14.CanCollide = false
5652
p14.Locked = true
5653
p14.FormFactor = Enum.FormFactor.Custom
5654
p14.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5655
p14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5656
p14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5657
p14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5658
p14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5659
p14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5660
p14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5661
b13 = Instance.new("SpecialMesh", p14)
5662
b13.MeshType = Enum.MeshType.Brick
5663
b13.Name = "Mesh"
5664
b13.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5665
p15 = Instance.new("Part", m7)
5666
p15.BrickColor = BrickColor.new("Really black")
5667
p15.Material = Enum.Material.Metal
5668
p15.Name = "Top"
5669
p15.CFrame = CFrame.new(0, 14.7125645, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1)
5670
p15.CanCollide = false
5671
p15.Locked = true
5672
p15.FormFactor = Enum.FormFactor.Custom
5673
p15.Size = Vector3.new(0.200000003, 0.649999976, 0.649999976)
5674
p15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5675
p15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5676
p15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5677
p15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5678
p15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5679
p15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5680
b14 = Instance.new("SpecialMesh", p15)
5681
b14.MeshType = Enum.MeshType.Cylinder
5682
b14.Name = "Mesh"
5683
w1 = Instance.new("Weld", p1)
5684
w1.Name = "Joint"
5685
w1.Part0 = p1
5686
w1.C0 = CFrame.new(0.300000191, -1.31134357e-008, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5687
w1.Part1 = p15
5688
w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5689
w2 = Instance.new("Weld", p2)
5690
w2.Name = "Joint"
5691
w2.Part0 = p2
5692
w2.C0 = CFrame.new(0.249992371, 1.08281824e-007, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5693
w2.Part1 = p1
5694
w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5695
w3 = Instance.new("Weld", p3)
5696
w3.Name = "Joint"
5697
w3.Part0 = p3
5698
w3.C0 = CFrame.new(-0.0500030518, 1.25766178e-007, 0.280000001, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5699
w3.Part1 = p1
5700
w3.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5701
w4 = Instance.new("Weld", p4)
5702
w4.Name = "Joint"
5703
w4.Part0 = p4
5704
w4.C0 = CFrame.new(-0.0500030518, 1.21395033e-007, -0.280000001, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5705
w4.Part1 = p1
5706
w4.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5707
w5 = Instance.new("Weld", p5)
5708
w5.Name = "Joint"
5709
w5.Part0 = p5
5710
w5.C0 = CFrame.new(-0.0500030518, 1.00163732e-007, 0.280000061, 1, -5.85621507e-009, -2.18556941e-008, -5.85621507e-009, 0.866025388, -0.5, 2.18556941e-008, 0.5, 0.866025388)
5711
w5.Part1 = p1
5712
w5.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5713
w6 = Instance.new("Weld", p6)
5714
w6.Name = "Joint"
5715
w6.Part0 = p6
5716
w6.C0 = CFrame.new(-0.0500030518, 1.00163732e-007, -0.279999942, 1, -5.85621507e-009, -2.18556941e-008, -5.85621507e-009, 0.866025388, -0.5, 2.18556941e-008, 0.5, 0.866025388)
5717
w6.Part1 = p1
5718
w6.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5719
w7 = Instance.new("Weld", p7)
5720
w7.Name = "Joint"
5721
w7.Part0 = p7
5722
w7.C0 = CFrame.new(-0.0500030518, 5.54602479e-008, -0.279999882, 1, -2.18556959e-008, -3.78551732e-008, -2.18556906e-008, 0.5, -0.866025388, 3.78551732e-008, 0.866025388, 0.5)
5723
w7.Part1 = p1
5724
w7.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5725
w8 = Instance.new("Weld", p8)
5726
w8.Name = "Joint"
5727
w8.Part0 = p8
5728
w8.C0 = CFrame.new(-0.0500030518, 7.03614091e-008, 0.280000061, 1, -2.18556959e-008, -3.78551732e-008, -2.18556906e-008, 0.5, -0.866025388, 3.78551732e-008, 0.866025388, 0.5)
5729
w8.Part1 = p1
5730
w8.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5731
w9 = Instance.new("Weld", p9)
5732
w9.Name = "Joint"
5733
w9.Part0 = p9
5734
w9.C0 = CFrame.new(-0.0500030518, 2.1856863e-009, 0.280000091, 1, -4.37113883e-008, -4.37113847e-008, -4.37113847e-008, 1.91068525e-015, -1, 4.37113883e-008, 1, 0)
5735
w9.Part1 = p1
5736
w9.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5737
w10 = Instance.new("Weld", p10)
5738
w10.Name = "Joint"
5739
w10.Part0 = p10
5740
w10.C0 = CFrame.new(-0.0500030518, -1.27154749e-008, -0.279999852, 1, -4.37113883e-008, -4.37113847e-008, -4.37113847e-008, 1.91068525e-015, -1, 4.37113883e-008, 1, 0)
5741
w10.Part1 = p1
5742
w10.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5743
w11 = Instance.new("Weld", p11)
5744
w11.Name = "Joint"
5745
w11.Part0 = p11
5746
w11.C0 = CFrame.new(-0.0500030518, -5.6298461e-008, -0.279999882, 1, -6.55670789e-008, -3.78551697e-008, -6.55670789e-008, -0.5, -0.866025388, 3.78551732e-008, 0.866025388, -0.5)
5747
w11.Part1 = p1
5748
w11.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5749
w12 = Instance.new("Weld", p12)
5750
w12.Name = "Joint"
5751
w12.Part0 = p12
5752
w12.C0 = CFrame.new(-0.0500030518, -6.37490416e-008, 0.280000061, 1, -6.55670789e-008, -3.78551697e-008, -6.55670789e-008, -0.5, -0.866025388, 3.78551732e-008, 0.866025388, -0.5)
5753
w12.Part1 = p1
5754
w12.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5755
w13 = Instance.new("Weld", p13)
5756
w13.Name = "Joint"
5757
w13.Part0 = p13
5758
w13.C0 = CFrame.new(-0.0500030518, -1.01001945e-007, -0.279999912, 1, -8.15665615e-008, -2.18556924e-008, -8.15665544e-008, -0.866025388, -0.5, 2.18556959e-008, 0.5, -0.866025388)
5759
w13.Part1 = p1
5760
w13.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5761
w14 = Instance.new("Weld", p14)
5762
w14.Name = "Joint"
5763
w14.Part0 = p14
5764
w14.C0 = CFrame.new(-0.0500030518, -1.08452525e-007, 0.280000031, 1, -8.15665615e-008, -2.18556924e-008, -8.15665544e-008, -0.866025388, -0.5, 2.18556959e-008, 0.5, -0.866025388)
5765
w14.Part1 = p1
5766
w14.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5767
m7.Parent = torso
5768
m7:MakeJoints()
5769
----------------------------------------------------
5770
local cor7 = Instance.new("Part", torso.Amulet)
5771
cor7.Name = "Thingy"
5772
cor7.Locked = true
5773
cor7.BottomSurface = 0
5774
cor7.CanCollide = false
5775
cor7.Size = Vector3.new(1, 1, 1)
5776
cor7.Transparency = 1
5777
cor7.TopSurface = 0
5778
corw7 = Instance.new("Weld", cor7)
5779
corw7.Part0 = torso.Torso.Connection
5780
corw7.Part1 = cor7
5781
corw7.C0 = CFrame.new(0, 0.26, 0.1) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(0))
5782
corw7.C1 = CFrame.new(0, -0.2, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(140))
5783
weld7 = Instance.new("Weld", torso.Amulet)
5784
weld7.Part0 = cor7
5785
weld7.Part1 = torso.Amulet.Top
5786
weld7.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
5787
5788
5789
----------------------------------------------------
5790
5791
----------------------------------------------------
5792
5793
----------------------------------------------------
5794
models = {m,m2,m3,m4,m5,m6,m7,m8}
5795
parts = {}
5796
Stepped:connect(function()
5797
	for i,v in pairs(models) do
5798
		for _, a in pairs(v:GetChildren()) do
5799
			if v:IsA("Part") and v.Name ~= "Thingy" then
5800
				table.insert(parts, a)
5801
				for i,v in pairs(parts) do
5802
					v.CanCollide = false
5803
				end
5804
			end
5805
		end
5806
	end
5807
end)
5808
----------------------------------------------------
5809
local animpose = "Idle1"
5810
local lastanimpose = "Idle1"
5811
local grab = false
5812
local Smooth = 1
5813
local sine = 0
5814
local change = 1
5815
local val = 0
5816
local ffing = false
5817
----------------------------------------------------
5818
5819
5820
----------------------------------------------------
5821
----------------------------------------------------
5822
definition = 5
5823
bc = {}
5824
bezierparts = {}
5825
function NoOutline(Part)
5826
	Part.TopSurface,Part.BottomSurface,Part.LeftSurface,Part.RightSurface,Part.FrontSurface,Part.BackSurface = 10,10,10,10,10,10
5827
end
5828
function draw(p,d)
5829
	for i=1,d do 
5830
		local t = i/d
5831
		bc[i] = p[1]*(1-t)^2+2*p[2]*(1-t)*t+p[3]*t^2
5832
	end
5833
	for i=1,d do
5834
		local bcs = Instance.new("Part",char)
5835
		NoOutline(bcs)
5836
		bcs.Anchored = true
5837
		bcs.CanCollide = false
5838
		bcs.Material = "Neon"
5839
		bcs.BrickColor = BrickColor.new("Really black")
5840
		bcs.Size = Vector3.new(1,1,1)
5841
		bcs.Shape = Enum.PartType.Ball
5842
		bcs.CFrame = CFrame.new(bc[i])
5843
		local bcp = Instance.new("Part",char)
5844
		NoOutline(bcp)
5845
		bcp.Anchored = true
5846
		bcp.CanCollide = false
5847
		bcp.Material = "Neon"
5848
		bcp.BrickColor = BrickColor.new("Really black")
5849
		local cm = Instance.new("CylinderMesh")
5850
		cm.Parent = bcp
5851
		if i ~= 1 then
5852
			bcp.CFrame = CFrame.new(bc[i]:Lerp(bc[i-1],0.5),bc[i])*CFrame.Angles(math.pi/2,0,0)
5853
			bcp.Size = Vector3.new(1,(bc[i]-bc[i-1]).magnitude,1)
5854
		else
5855
			bcp.CFrame = CFrame.new(bc[i]:Lerp(p[1],0.5),bc[i])*CFrame.Angles(math.pi/2,0,0)
5856
			bcp.Size = Vector3.new(1,(bc[i]-p[1]).magnitude,1)
5857
		end
5858
		table.insert(bezierparts, bcs)
5859
		table.insert(bezierparts, bcp)
5860
	end
5861
	Spawn(function() fat.Event:wait()
5862
		for i,v in pairs(bezierparts) do
5863
			v.Transparency = 1
5864
		end
5865
	end)
5866
end
5867
--local points = {larm.Position,rarn.Position,invisipart.Position}
5868
--draw(points,definition)
5869
mouse.KeyDown:connect(function(key)
5870
    if key == "f" then
5871
        if Debounces.CanAttack == true then
5872
			Debounces.CanAttack = false
5873
			Debounces.NoIdl = true
5874
			Debounces.on = true
5875
			for i = 1, 20 do
5876
				rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.3,0.65,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-40)), 0.2)
5877
				rarm.Weld.C1 = Lerp(rarm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.7)
5878
				larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.3,0.65,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(40)), 0.2)
5879
				larm.Weld.C1 = Lerp(larm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.7)
5880
				hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0), math.rad(0)), 0.2)
5881
				hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
5882
				torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.2)
5883
				torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)
5884
				lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles (math.rad(0), 0, math.rad(-10)), 0.2)
5885
				lleg.Weld.C1 = Lerp(lleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.5)
5886
				rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles (math.rad(0), 0, math.rad(10)), 0.2)
5887
				rleg.Weld.C1 = Lerp(rleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.5)
5888
				if Debounces.on == false then
5889
					break
5890
				end
5891
				fat.Event:wait()
5892
			end
5893
			rpart = Instance.new("Part",rarm)
5894
			NoOutline(rpart)
5895
			rpart.Anchored = false
5896
			rpart.Size = Vector3.new(1,1,1)
5897
			rpart.CFrame = rarm.CFrame * CFrame.new(0,-1,0)
5898
			rpart.Transparency = 1
5899
			newWeld(rarm, rpart, 0, 0, 0)
5900
			rpart.Weld.C1 = CFrame.new(0, 1.1, 0)
5901
			lpart = Instance.new("Part",larm)
5902
			NoOutline(lpart)
5903
			lpart.Anchored = false
5904
			lpart.Size = Vector3.new(1,1,1)
5905
			lpart.CFrame = larm.CFrame * CFrame.new(0,-1,0)
5906
			lpart.Transparency = 1
5907
			newWeld(larm, lpart, 0, 0, 0)
5908
			lpart.Weld.C1 = CFrame.new(0, 1.1, 0)
5909
			invisipart = Instance.new("Part",torso)
5910
			NoOutline(invisipart)
5911
			invisipart.Anchored = false
5912
			invisipart.Size = Vector3.new(1,1,1)
5913
			invisipart.Transparency = 1
5914
			invisipart.CFrame = torso.CFrame
5915
			newWeld(torso, invisipart, 0, 0, 0)
5916
			invisipart.Weld.C1 = CFrame.new(0, 0, 6)
5917
			table.insert(bezierparts, rpart)
5918
			table.insert(bezierparts, lpart)
5919
			table.insert(bezierparts, invisipart)
5920
			for i = 1, 40 do
5921
				local points = {lpart.Position,invisipart.Position,rpart.Position}
5922
				draw(points,definition)
5923
				--invisipart.Weld.C1 = invisipart.Weld.C1 + Vector3.new(0,0,0.6)
5924
				rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.65,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(90)), 0.1)
5925
				rarm.Weld.C1 = Lerp(rarm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.7)
5926
				larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.65,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-90)), 0.1)
5927
				larm.Weld.C1 = Lerp(larm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.7)
5928
				hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0), math.rad(0)), 0.2)
5929
				hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
5930
				torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.2)
5931
				torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)
5932
				lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles (math.rad(0), 0, math.rad(-10)), 0.2)
5933
				lleg.Weld.C1 = Lerp(lleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.5)
5934
				rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles (math.rad(0), 0, math.rad(10)), 0.2)
5935
				rleg.Weld.C1 = Lerp(rleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.5)
5936
				if Debounces.on == false then
5937
					break
5938
				end
5939
				fat.Event:wait()
5940
			end
5941
			for i,v in pairs(bezierparts) do
5942
				v:Destroy()
5943
			end
5944
			--draw(points,definition)
5945
			if Debounces.CanAttack == false then
5946
				Debounces.CanAttack = true
5947
				Debounces.NoIdl = false
5948
				Debounces.on = false
5949
			end
5950
		end
5951
	end
5952
end)
5953
----------------------------------------------------
5954
pitches = {0.85, 0.9, 0.95, 1, 1.05, 1.1}
5955
IDs = {"415880409","415880478"}
5956
mouse.KeyDown:connect(function(key)
5957
    if key == "h" then
5958
		if Debounces.CanJoke == true then
5959
			Debounces.CanJoke = false
5960
			z = Instance.new("Sound",hed)
5961
			z.SoundId = "rbxassetid://"..IDs[math.random(1,#IDs)]
5962
			z.Pitch = 1
5963
			z.Volume = 1
5964
			z1 = Instance.new("Sound",hed)
5965
			z1.SoundId = z.SoundId
5966
			z1.Pitch = 1
5967
			z1.Volume = 1
5968
			wait()
5969
			z:Play()
5970
			z1:Play()
5971
			wait(20)
5972
			z:Destroy()
5973
			z1:Destroy()
5974
			if Debounces.CanJoke == false then
5975
				Debounces.CanJoke = true
5976
			end
5977
		end
5978
	end
5979
end)
5980
----------------------------------------------------
5981
mouse.KeyDown:connect(function(key)
5982
    if key == "j" then
5983
		if Debounces.CanJoke == true then
5984
			Debounces.CanJoke = false
5985
			z = Instance.new("Sound",hed)
5986
			z.SoundId = "rbxassetid://415859013"
5987
			z.Pitch = pitches[math.random(1,#pitches)]
5988
			z.Volume = 1
5989
			wait()
5990
			z:Play()
5991
			wait(2)
5992
			z:Destroy()
5993
			if Debounces.CanJoke == false then
5994
				Debounces.CanJoke = true
5995
			end
5996
		end
5997
	end
5998
end)
5999
----------------------------------------------------
6000
mouse.KeyDown:connect(function(key)
6001
    if key == "k" then
6002
		if Debounces.CanJoke == true then
6003
			Debounces.CanJoke = false
6004
			z = Instance.new("Sound",hed)
6005
			z.SoundId = "rbxassetid://415859085"
6006
			z.Pitch = pitches[math.random(1,#pitches)]
6007
			z.Volume = 1
6008
			wait()
6009
			z:Play()
6010
			wait(2)
6011
			z:Destroy()
6012
			if Debounces.CanJoke == false then
6013
				Debounces.CanJoke = true
6014
			end
6015
		end
6016
	end
6017
end)
6018
----------------------------------------------------
6019
Grab = false
6020
mouse.KeyDown:connect(function(key)
6021
    if key == "z" then
6022
        Debounces.on = true
6023
        Debounces.NoIdl = true
6024
		Debounces.ks = true
6025
        if Grab == false then
6026
        gp = nil
6027
        for i = 1, 20 do
6028
			rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.65,0)*CFrame.Angles(math.rad(-20),math.rad(0),math.rad(20)), 0.2)
6029
			rarm.Weld.C1 = Lerp(rarm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.5)
6030
			larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.65,0)*CFrame.Angles(math.rad(80),math.rad(0),math.rad(-80)), 0.2)
6031
			larm.Weld.C1 = Lerp(larm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.5)
6032
			hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(-70),0), 0.2)
6033
			hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.5)
6034
			torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(70), 0), 0.2)
6035
			torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0,-1,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.5)
6036
			lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(30), math.rad(-20)), 0.2)
6037
			lleg.Weld.C1 = Lerp(lleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)
6038
			rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(-15), math.rad(20)), 0.2)
6039
            rleg.Weld.C1 = Lerp(rleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)
6040
			if Debounces.on == false then break end
6041
            fat.Event:wait()
6042
        end
6043
        con1=larm.LeftArm.LeftArmPlate.Touched:connect(function(hit)
6044
		ht = hit.Parent
6045
			for i,v in pairs(ht:GetChildren()) do 
6046
				if v:IsA("Part") then
6047
					v.CanCollide = false
6048
					v.CustomPhysicalProperties = PhysicalProperties.new(0.001,0.001,0.001,0.001,0.001)
6049
				end
6050
			end
6051
			hum1=ht:FindFirstChild('Humanoid')
6052
			if hum1 ~= nil then
6053
				if Debounces.ks==true then
6054
					z = Instance.new("Sound",hed)
6055
					z.SoundId = "rbxassetid://169380525"
6056
					z.Volume = 1
6057
					z:Play()
6058
					Debounces.ks=false
6059
				end
6060
				hum1.PlatformStand=true
6061
				hum1:ChangeState'Physics'
6062
				gp = ht
6063
				Grab = true
6064
				asd=weld5(larm,ht:FindFirstChild("Torso"),CFrame.new(0,-1,0.6),CFrame.new(0,0,0))
6065
				asd.Parent = larm
6066
				asd.Name = "asd"
6067
				asd.C0=asd.C0*CFrame.Angles(math.rad(-90),math.rad(180),0)
6068
				stanceToggle = "Grabbed"
6069
			--[[elseif hum1 == nil then
6070
				con1:disconnect()
6071
				wait() return]]--
6072
			end
6073
        end)
6074
        for i = 1, 20 do
6075
			rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.65,0)*CFrame.Angles(math.rad(-20),math.rad(0),math.rad(20)), 0.2)
6076
			rarm.Weld.C1 = Lerp(rarm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.5)
6077
			larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.4,0.65,0)*CFrame.Angles(math.rad(70),math.rad(0),math.rad(20)), 0.2)
6078
			larm.Weld.C1 = Lerp(larm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.5)
6079
			hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(50),0), 0.2)
6080
			hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.5)
6081
			torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-50), 0), 0.2)
6082
			torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0,-1,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.5)
6083
			lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(30), math.rad(-20)), 0.2)
6084
			lleg.Weld.C1 = Lerp(lleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)
6085
			rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(-15), math.rad(20)), 0.2)
6086
            rleg.Weld.C1 = Lerp(rleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)
6087
			if Debounces.on == false then break end
6088
            fat.Event:wait()
6089
        end
6090
		con1:disconnect()
6091
		Debounces.on = false
6092
		Debounces.NoIdl = false
6093
		elseif Grab == true then
6094
        Grab = false
6095
			--[[for i = 1, 16 do
6096
			rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.65,0)*CFrame.Angles(math.rad(0),math.rad(50),math.rad(60)), 0.3)
6097
			larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.65,-.5)*CFrame.Angles(math.rad(130),math.rad(0),math.rad(-60)), 0.3)
6098
			hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(14),math.rad(70),0), 0.3)
6099
			torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-70), 0), 0.3)
6100
			lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(30), math.rad(-20)), 0.3)
6101
			rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(-15), math.rad(20)), 0.3)
6102
			cor.Weld.C1 = Lerp(cor.Weld.C1, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(40), 0), 0.3)
6103
			if Debounces.on == false then end
6104
			rs:wait()
6105
		end]]--
6106
			for i = 1, 16 do
6107
			rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.65,0)*CFrame.Angles(math.rad(-20),math.rad(0),math.rad(0)), 0.3)
6108
			rarm.Weld.C1 = Lerp(rarm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-20)), 0.5)
6109
			larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.65,0)*CFrame.Angles(math.rad(140),math.rad(0),math.rad(0)), 0.3)
6110
			larm.Weld.C1 = Lerp(larm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(60)), 0.5)
6111
			hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(20),math.rad(-60),0), 0.3)
6112
			hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.5)
6113
			torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(70), 0), 0.3)
6114
			torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0,-1,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.5)
6115
			lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(30), math.rad(-20)), 0.3)
6116
			lleg.Weld.C1 = Lerp(lleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(40)), 0.4)
6117
			rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(-15), math.rad(20)), 0.3)
6118
			rleg.Weld.C1 = Lerp(rleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)
6119
			if Debounces.on == false then end
6120
			rs:wait()
6121
		end
6122
		for i = 1, 12 do
6123
			rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0) *CFrame.Angles(math.rad(0),math.rad(0),math.rad(20)), 0.6)
6124
            rarm.Weld.C1 = Lerp(rarm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.5)
6125
			larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.3,-0.1)*CFrame.Angles(math.rad(45),math.rad(0),math.rad(-32)), 0.6)
6126
            larm.Weld.C1 = Lerp(larm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.5)
6127
			hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(14),math.rad(40), math.rad(14)),0.6)
6128
            hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.5)
6129
			torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.6, 0) * CFrame.Angles(math.rad(-50), math.rad(0), math.rad(0)), 0.6)
6130
            torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0,-1,0)*CFrame.Angles(math.rad(0),math.rad(40),math.rad(0)), 0.5)
6131
			lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.8, -1, 0) * CFrame.Angles(math.rad(-10), 0, math.rad(0)), 0.6)
6132
            lleg.Weld.C1 = Lerp(lleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(40)), 0.4)
6133
			rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.4, .2, -0.8) * CFrame.Angles(math.rad(30), math.rad(0), math.rad(0)), 0.6)
6134
			rleg.Weld.C1 = Lerp(rleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(20), math.rad(0)), 0.4)
6135
			if Debounces.on == false then end
6136
			rs:wait()
6137
		end
6138
		Slam()
6139
		if gp ~= nil then
6140
			for i,v in pairs(larm:GetChildren()) do
6141
				if v.Name == "asd" and v:IsA("Weld") then
6142
					v:Remove()
6143
				end
6144
				if v:IsA("Part") then
6145
					v.CanCollide = true
6146
					v.CustomPhysicalProperties = PhysicalProperties.new(1,1,1,1,1)
6147
				end
6148
			end
6149
		end
6150
		stanceToggle = "Idle1"
6151
        --[[bv = Instance.new("BodyVelocity",gp:FindFirstChild("Torso"))
6152
        bv.maxForce = Vector3.new(400000, 400000, 400000)
6153
        bv.P = 125000
6154
        bv.velocity = char.Head.CFrame.lookVector * 200]]--
6155
        ht=nil
6156
        Debounces.on = false
6157
        Debounces.NoIdl = false
6158
        elseif ht == nil then wait()
6159
			Grab = false
6160
			Debounces.on = false
6161
			Debounces.NoIdl = false
6162
        end
6163
    end
6164
end)
6165
----------------------------------------------------
6166
Change = false
6167
mouse.KeyDown:connect(function(key)
6168
    if key == "n" then
6169
        if Change == false then
6170
            Change = true
6171
        stanceToggle = "Idle2"
6172
    elseif Change == true then
6173
        Change = false
6174
        stanceToggle = "Idle1"
6175
        end
6176
    end
6177
end)
6178
6179
mouse.KeyDown:connect(function(key)
6180
    if string.byte(key) == 52 then
6181
		Swing = 2
6182
        char.Humanoid.WalkSpeed = 28
6183
    end
6184
end)
6185
mouse.KeyUp:connect(function(key)
6186
    if string.byte(key) == 52 then
6187
		Swing = 1
6188
        char.Humanoid.WalkSpeed = 16
6189
    end
6190
end)
6191
6192
CR = torso.Cloak.Rotater
6193
CR2 = torso.Cloak.CapeLevel1
6194
CR3 = torso.Cloak.CapeLevel2
6195
CR4 = torso.Cloak.CapeLevel3
6196
CR5 = torso.Cloak.CapeLevel4
6197
jump = false
6198
rs:connect(function()
6199
	if char.Humanoid.Jump == true then
6200
		jump = true
6201
	else
6202
		jump = false
6203
	end
6204
	char.Humanoid.FreeFalling:connect(function(f)
6205
		if f then
6206
			ffing = true
6207
		else
6208
			ffing = false
6209
		end
6210
	end)
6211
	sine = sine + change
6212
	if jump == true then
6213
		animpose = "Jumping"
6214
	elseif ffing == true then
6215
		animpose = "Freefalling"
6216
	elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 2 then
6217
		animpose = "Idle"
6218
	elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 20 then
6219
		animpose = "Walking"
6220
	elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude > 20 then
6221
		animpose = "Running"
6222
	end
6223
	RightLeg = CFrame.new(0.5,-1,0)
6224
	LeftLeg = CFrame.new(-0.5,-1,0)
6225
6226
	lefth = (torso.CFrame*LeftLeg)
6227
	righth = (torso.CFrame*RightLeg)
6228
6229
	speed = Vector3.new(torso.Velocity.X,0,torso.Velocity.Z)
6230
6231
	TiltOnAxis = (torso.CFrame-torso.CFrame.p):vectorToObjectSpace(speed/100)
6232
6233
	local AngleThetaR = (righth-righth.p):vectorToObjectSpace(speed/100)
6234
	local AngleThetaL = (lefth-lefth.p):vectorToObjectSpace(speed/100)
6235
	if animpose ~= lastanimpose then
6236
		sine = 0
6237
		if Debounces.NoIdl == false then
6238
			if stanceToggle == "Idle1" then
6239
				rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.6,0.2)*CFrame.Angles(math.rad(-12-4*math.cos(sine/22)),math.rad(-12-2*math.cos(sine/22)),math.rad(12+2*math.cos(sine/22))), 0.3)
6240
				larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.6,-0.2)*CFrame.Angles(math.rad(20+4*math.cos(sine/22)),math.rad(-22-2*math.cos(sine/22)),math.rad(-15-2*math.cos(sine/22))), 0.3)
6241
				hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(-12+2.5*math.cos(sine/22)),math.rad(0),math.rad(0)), 0.2)
6242
				torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-2+2*math.cos(sine/22)), math.rad(0), 0), 0.2)
6243
				lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, -0.06) * CFrame.Angles(math.rad(0-2*math.cos(sine/22)), math.rad(5), math.rad(-5)), 0.2)
6244
				rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, -0.06) * CFrame.Angles(math.rad(0-2*math.cos(sine/22)), math.rad(-5), math.rad(5)), 0.2)
6245
			elseif stanceToggle == "Idle2" then
6246
				rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.6,0.2)*CFrame.Angles(math.rad(-22-4*math.cos(sine/12)),math.rad(-40-2*math.cos(sine/12)),math.rad(24+2*math.cos(sine/12))), 0.3)
6247
				larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.2,0.6,-0.6)*CFrame.Angles(math.rad(90+4*math.cos(sine/12)),math.rad(0),math.rad(50-2*math.cos(sine/12))), 0.3)
6248
				hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(-6+2.5*math.cos(sine/12)),math.rad(0),math.rad(0)), 0.2)
6249
				torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.5, 0) * CFrame.Angles(math.rad(-20+2*math.cos(sine/12)), math.rad(0), 0), 0.2)
6250
				lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -0.4, -1) * CFrame.Angles(math.rad(-7-2*math.cos(sine/12)), math.rad(7), math.rad(-5)), 0.2)
6251
				rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -0.8, -0.2) * CFrame.Angles(math.rad(-30-2*math.cos(sine/12)), math.rad(-9), math.rad(5)), 0.2)
6252
			end
6253
			fat.Event:wait()
6254
		end
6255
		else
6256
	end
6257
	lastanimpose = animpose
6258
	if Debounces.NoIdl == false then
6259
		if animpose == "Idle" then
6260
			change = 0.5
6261
			if stanceToggle == "Idle1" then
6262
				CR.Joint.C1 = Lerp(CR.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-4-2*math.cos(sine/10)),0,0),0.1)
6263
				CR2.Joint.C1 = Lerp(CR2.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0-2*math.cos(sine/10)),0,0),0.1)
6264
				CR3.Joint.C1 = Lerp(CR3.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0-2*math.cos(sine/10)),0,0),0.1)
6265
				CR4.Joint.C1 = Lerp(CR4.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0-2*math.cos(sine/10)),0,0),0.1)
6266
				CR5.Joint.C1 = Lerp(CR5.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0-2*math.cos(sine/10)),0,0),0.1)
6267
				rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.6+0.05*math.cos(sine/10),0.6+0.1*math.cos(sine/10),-0.2-0.1*math.cos(sine/10))*CFrame.Angles(math.rad(8+2.5*math.cos(sine/10)),math.rad(22+7*math.cos(sine/10)),math.rad(15+2*math.cos(sine/10))), 0.8)
6268
				rarm.Weld.C1 = Lerp(rarm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.5)
6269
				larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.6-0.05*math.cos(sine/10),0.6+0.1*math.cos(sine/10),0.2+0.1*math.cos(sine/10))*CFrame.Angles(math.rad(-8-2.5*math.cos(sine/10)),math.rad(12+5*math.cos(sine/10)),math.rad(-12-3*math.cos(sine/10))), 0.8)
6270
				larm.Weld.C1 = Lerp(larm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.5)
6271
				hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-0.1+0.05*math.cos(sine/10))*CFrame.Angles(math.rad(-15+3*math.cos(sine/10)),math.rad(0),math.rad(0)), 0.5)
6272
				hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),math.rad(20-3*math.cos(sine/10)),math.rad(0)), 0.5)
6273
				torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-6+3*math.cos(sine/10)), math.rad(0), 0), 0.1)
6274
				torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0-0.08*math.cos(sine/10), -1, 0) * CFrame.Angles(math.rad(0), math.rad(-20+3*math.cos(sine/10)), 0), 0.1)
6275
				lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, -0.14+0.06*math.cos(sine/10)) * CFrame.Angles(math.rad(-3-3*math.cos(sine/10)), math.rad(0), math.rad(0)), 0.1)
6276
				lleg.Weld.C1 = Lerp(lleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(-10-3*math.cos(sine/10)), math.rad(5+3*math.cos(sine/10))), 0.1)
6277
				rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, -0.06) * CFrame.Angles(math.rad(8-3*math.cos(sine/10)), math.rad(0), math.rad(0)), 0.1)
6278
				rleg.Weld.C1 = Lerp(rleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(10-3*math.cos(sine/10)), math.rad(-5+3*math.cos(sine/10))), 0.1)
6279
			elseif stanceToggle == "Idle2" then
6280
				CR.Joint.C1 = Lerp(CR.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-6),0,0),0.1)
6281
				CR2.Joint.C1 = Lerp(CR2.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-7-1*math.cos(sine/6)),0,0),0.1)
6282
				CR3.Joint.C1 = Lerp(CR3.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-7-1*math.cos(sine/6)),0,0),0.1)
6283
				CR4.Joint.C1 = Lerp(CR4.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-7-1*math.cos(sine/6)),0,0),0.1)
6284
				CR5.Joint.C1 = Lerp(CR5.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-8-1*math.cos(sine/6)),0,0),0.1)
6285
				rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.65-0.1*math.cos(sine/3),0)*CFrame.Angles(math.rad(10),math.rad(0),math.rad(20-2*math.cos(sine/3))), 0.1)
6286
				rarm.Weld.C1 = Lerp(rarm.Weld.C1, CFrame.new(0,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.2)
6287
				larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.23, 0.5, -.56) * CFrame.Angles(math.rad(88+4*math.cos(sine/3)), 0, math.rad(45)), 0.6)
6288
				larm.Weld.C1 = Lerp(larm.Weld.C1, CFrame.new(0,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.2)
6289
				torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2-0.05*math.cos(sine/3), 0) * CFrame.Angles(math.rad(-10+2*math.cos(sine/6)), 0, 0), 0.8)
6290
				torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.1)
6291
				hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, -.2) * CFrame.Angles(math.rad(-10), 0, 0), 0.3)
6292
				--hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, -.2) * CFrame.Angles(math.rad(-5-10*math.cos(sine/18)), math.sin(sine/36)/3, 0), 0.3)
6293
				hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.5)
6294
				lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, 0, -1.15) * CFrame.Angles(math.rad(-9-2*math.cos(sine/6)), 0, 0), 0.8)
6295
				lleg.Weld.C1 = Lerp(lleg.Weld.C1, CFrame.new(0, 1-0.1*math.cos(sine/3), 0+0.04*math.cos(sine/6)) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(5)), 0.8)
6296
				rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, -.1) * CFrame.Angles(math.rad(-56-2*math.cos(sine/6)), 0, 0), 0.8)
6297
				rleg.Weld.C1 = Lerp(rleg.Weld.C1, CFrame.new(0, 1-0.05*math.cos(sine/3), 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-5)), 0.8)
6298
			elseif stanceToggle == "Grabbed" then
6299
				rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.65+0.1*math.cos(sine/14),0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(40+2*math.cos(sine/14))), 0.2)
6300
				rarm.Weld.C1 = Lerp(rarm.Weld.C1, CFrame.new(0,0.5, 0)*CFrame.Angles(math.rad(0), math.rad(0),math.rad(0)), 0.2)
6301
				larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.65+0.1*math.cos(sine/14),-.5)*CFrame.Angles(math.rad(90+4*math.cos(sine/14)),math.rad(0),math.rad(-80+4*math.cos(sine/14))), 0.3)
6302
				larm.Weld.C1 = Lerp(larm.Weld.C1, CFrame.new(0,0.5, 0)*CFrame.Angles(math.rad(0), math.rad(0),math.rad(0)), 0.2)
6303
				hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(14+2*math.cos(sine/14)),math.rad(70-4*math.cos(sine/14)),0), 0.3)
6304
				hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.5)
6305
				torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-70), 0), 0.3)
6306
				torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.1)
6307
				lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(30), math.rad(-20)), 0.3)
6308
				lleg.Weld.C1 = Lerp(rleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.8)
6309
				rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(-15), math.rad(20)), 0.3)
6310
				rleg.Weld.C1 = Lerp(rleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.8)
6311
			end
6312
		elseif animpose == "Walking" then
6313
			if stanceToggle == "Grabbed" then
6314
				rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, 0.5-.05*math.cos(sine/2), math.sin(sine/4)/4) * CFrame.Angles(-math.sin(sine/4)/2.8, -math.sin(sine/4)/3, (math.rad(10+7*math.cos(sine/2))+root.RotVelocity.Y/30)), 0.4)
6315
				rarm.Weld.C1 = Lerp(rarm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.7)
6316
				larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.65,0)*CFrame.Angles(math.rad(120+4*math.cos(sine/2)),math.rad(0),math.rad(-30+4*math.cos(sine/4))), 0.3)
6317
				larm.Weld.C1 = Lerp(larm.Weld.C1, CFrame.new(0,0.5, 0)*CFrame.Angles(math.rad(0), math.rad(0),math.rad(0)), 0.2)
6318
				hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-0.1+0.1*math.cos(sine/2))*CFrame.Angles(math.rad(-10+4*math.cos(sine/2)), math.rad(0-8*math.cos(sine/4)/2.3), math.rad(0)),0.4)
6319
				hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),math.rad(0)-root.RotVelocity.Y/10,math.rad(0)), 0.7)
6320
				torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1+0.12*math.cos(sine/2), 0) * CFrame.Angles(math.rad(-4+2*math.cos(sine/2)), math.rad(0+10*math.cos(sine/4)/2.3)+root.RotVelocity.Y/30, math.rad(0)+root.RotVelocity.Y/30), 0.4)
6321
				--rj.C0 = rj.C0:lerp(CFrame.Angles(math.rad(-90)+TiltOnAxis.Z,TiltOnAxis.X,math.rad(180)+-TiltOnAxis.X),.1)
6322
				torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.8)
6323
				lleg.Weld.C0 = lleg.Weld.C0:lerp(CFrame.new(-0.5,-1-math.cos(sine/4)*.3,0+math.sin(sine/4)*.1)*CFrame.Angles(math.sin(sine/4)*3*AngleThetaL.Z,AngleThetaL.X,(math.sin(sine/4)*3*-AngleThetaL.X)-root.RotVelocity.Y/20),0.8)
6324
				lleg.Weld.C1 = Lerp(rleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.8)
6325
				rleg.Weld.C0 = rleg.Weld.C0:lerp(CFrame.new(0.5,-1+math.cos(sine/4)*.3,0-math.sin(sine/4)*.1)*CFrame.Angles(math.sin(sine/4)*3*-AngleThetaR.Z,AngleThetaR.X,(math.sin(sine/4)*3*AngleThetaR.X)-root.RotVelocity.Y/20),0.8)
6326
				rleg.Weld.C1 = Lerp(rleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.8)
6327
			elseif stanceToggle ~= "Grabbed" then
6328
				change = 1
6329
				CR.Joint.C1 = Lerp(CR.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-22-2*math.cos(sine/2)),0,0),0.2)
6330
				CR2.Joint.C1 = Lerp(CR2.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-3-3*math.cos(sine/2)),0,0),0.2)
6331
				CR3.Joint.C1 = Lerp(CR3.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-3-4*math.cos(sine/2)),0,0),0.2)
6332
				CR4.Joint.C1 = Lerp(CR4.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-3-5*math.cos(sine/2)),0,0),0.2)
6333
				CR5.Joint.C1 = Lerp(CR5.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-3-6*math.cos(sine/2)),0,0),0.2)
6334
				rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, 0.5-.05*math.cos(sine/2), math.sin(sine/4)/4) * CFrame.Angles(-math.sin(sine/4)/2.8, -math.sin(sine/4)/3, (math.rad(10+7*math.cos(sine/2))+root.RotVelocity.Y/30)), 0.4)
6335
				rarm.Weld.C1 = Lerp(rarm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.7)
6336
				larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5, 0.5+.05*math.cos(sine/2), -math.sin(sine/4)/4)*CFrame.Angles(math.sin(sine/4)/2.8, -math.sin(sine/4)/3, (math.rad(-10-7*math.cos(sine/2))+root.RotVelocity.Y/30)), 0.4)
6337
				larm.Weld.C1 = Lerp(larm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.7)
6338
				hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-0.1+0.1*math.cos(sine/2))*CFrame.Angles(math.rad(-10+4*math.cos(sine/2)), math.rad(0-8*math.cos(sine/4)/2.3), math.rad(0)),0.4)
6339
				hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),math.rad(0)-root.RotVelocity.Y/10,math.rad(0)), 0.7)
6340
				torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1+0.12*math.cos(sine/2), 0) * CFrame.Angles(math.rad(-4+2*math.cos(sine/2)), math.rad(0+10*math.cos(sine/4)/2.3)+root.RotVelocity.Y/30, math.rad(0)+root.RotVelocity.Y/30), 0.4)
6341
				--rj.C0 = rj.C0:lerp(CFrame.Angles(math.rad(-90)+TiltOnAxis.Z,TiltOnAxis.X,math.rad(180)+-TiltOnAxis.X),.1)
6342
				torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.8)
6343
				--lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -0.9-0.24*math.cos(sine/4)/2.8, -0.05 + math.sin(sine/4)/3.4) * CFrame.Angles(math.rad(-5)-math.sin(sine/4)/2.1, math.rad(0-10*math.cos(sine/4)/2.3), 0-root.RotVelocity.Y/20), .4)
6344
				lleg.Weld.C0 = lleg.Weld.C0:lerp(CFrame.new(-0.5,-1-math.cos(sine/4)*.3,0+math.sin(sine/4)*.1)*CFrame.Angles(math.sin(sine/4)*3*AngleThetaL.Z,AngleThetaL.X,(math.sin(sine/4)*3*-AngleThetaL.X)-root.RotVelocity.Y/20),0.8)
6345
				lleg.Weld.C1 = Lerp(rleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.8)
6346
				--rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -0.9+0.24*math.cos(sine/4)/2.8, -0.05 + -math.sin(sine/4)/3.4) * CFrame.Angles(math.rad(-5)+math.sin(sine/4)/2.1, math.rad(0-10*math.cos(sine/4)/2.3), 0-root.RotVelocity.Y/20), .4)
6347
				rleg.Weld.C0 = rleg.Weld.C0:lerp(CFrame.new(0.5,-1+math.cos(sine/4)*.3,0-math.sin(sine/4)*.1)*CFrame.Angles(math.sin(sine/4)*3*-AngleThetaR.Z,AngleThetaR.X,(math.sin(sine/4)*3*AngleThetaR.X)-root.RotVelocity.Y/20),0.8)
6348
				rleg.Weld.C1 = Lerp(rleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.8)
6349
			end
6350
		elseif animpose == "Running" then
6351
			change = 1
6352
			CR.Joint.C1 = Lerp(CR.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-56-10*math.cos(sine/2)),0,0),0.2)
6353
			CR2.Joint.C1 = Lerp(CR2.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0-8*math.cos(sine/2)),0,0),0.2)
6354
			CR3.Joint.C1 = Lerp(CR3.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0-8*math.cos(sine/2)),0,0),0.2)
6355
			CR4.Joint.C1 = Lerp(CR4.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0-8*math.cos(sine/2)),0,0),0.2)
6356
			CR5.Joint.C1 = Lerp(CR5.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0-8*math.cos(sine/2)),0,0),0.2)
6357
			rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.24+.6*math.cos(sine/4)/1.4, 0.54, 0+0.8*math.cos(sine/4)) * CFrame.Angles(math.rad(6-140*math.cos(sine/4)/1.2), math.rad(0), math.rad(-20+70*math.cos(sine/4))), 0.2)
6358
			rarm.Weld.C1 = Lerp(rarm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.36)
6359
			larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.24+.6*math.cos(sine/4)/1.4, 0.54, 0-0.8*math.cos(sine/4))*CFrame.Angles(math.rad(6+140*math.cos(sine/4)/1.2), math.rad(0), math.rad(20+70*math.cos(sine/4))), 0.2)
6360
			larm.Weld.C1 = Lerp(larm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.5)
6361
			hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-8+12*math.cos(sine/2)/1.5), math.rad(0+12*math.cos(sine/4)), math.rad(0)),0.2)
6362
			hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),math.rad(0)-root.RotVelocity.Y/10,math.rad(0)), 0.5)
6363
			torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1+0.2*math.cos(sine/2)/1.7, 0) * CFrame.Angles(math.rad(-14+10*math.cos(sine/2)/1.5), math.rad(0-12*math.cos(sine/4))-root.RotVelocity.Y/10, math.rad(0)+root.RotVelocity.Y/20), 0.2)
6364
			torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.4)
6365
			lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -.8-0.4*math.cos(sine/4)/2, math.sin(sine/4)/2) * CFrame.Angles(math.rad(-10) + -math.sin(sine/4)/1.2, math.rad(0+12*math.cos(sine/4))+root.RotVelocity.Y/10, 0), .8)
6366
			lleg.Weld.C1 = Lerp(lleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)
6367
			rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -.8+0.4*math.cos(sine/4)/2, -math.sin(sine/4)/2) * CFrame.Angles(math.rad(-10) + math.sin(sine/4)/1.2, math.rad(0+12*math.cos(sine/4))+root.RotVelocity.Y/10, 0), .8)
6368
			rleg.Weld.C1 = Lerp(rleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)
6369
		elseif animpose == "Jumping" then
6370
			CR.Joint.C1 = Lerp(CR.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-30),0,0),0.2)
6371
			CR2.Joint.C1 = Lerp(CR2.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0-4*math.cos(sine/2)),0,0),0.2)
6372
			CR3.Joint.C1 = Lerp(CR3.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0-4*math.cos(sine/2)),0,0),0.2)
6373
			CR4.Joint.C1 = Lerp(CR4.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0-4*math.cos(sine/2)),0,0),0.2)
6374
			CR5.Joint.C1 = Lerp(CR5.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0-4*math.cos(sine/2)),0,0),0.2)
6375
			rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, 0.6, 0)*CFrame.Angles(math.rad(-10),math.rad(0),math.rad(20)), 0.2)
6376
			rarm.Weld.C1 = Lerp(rarm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.36)
6377
			larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5, 0.6, 0)*CFrame.Angles(math.rad(-10),math.rad(0),math.rad(-20)), 0.2)
6378
			larm.Weld.C1 = Lerp(larm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.5)
6379
			hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(30),math.rad(0),0), 0.2)
6380
			torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), 0), 0.2)
6381
			torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.4)
6382
			lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1.1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.2)
6383
			lleg.Weld.C1 = Lerp(lleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)
6384
			rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1.1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.2)
6385
			rleg.Weld.C1 = Lerp(rleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)
6386
		elseif animpose == "Freefalling" then
6387
			CR.Joint.C1 = Lerp(CR.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-110),0,0),0.2)
6388
			CR2.Joint.C1 = Lerp(CR2.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0-10*math.cos(sine/2)),0,0),0.2)
6389
			CR3.Joint.C1 = Lerp(CR3.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0-10*math.cos(sine/2)),0,0),0.2)
6390
			CR4.Joint.C1 = Lerp(CR4.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0-10*math.cos(sine/2)),0,0),0.2)
6391
			CR5.Joint.C1 = Lerp(CR5.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0-10*math.cos(sine/2)),0,0),0.2)
6392
			rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, 0.6, 0)*CFrame.Angles(math.rad(-40),math.rad(20),math.rad(50)), 0.2)
6393
			rarm.Weld.C1 = Lerp(rarm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.36)
6394
			larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5, 0.6, 0)*CFrame.Angles(math.rad(110),math.rad(-20),math.rad(-30)), 0.2)
6395
			larm.Weld.C1 = Lerp(larm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.5)
6396
			hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(10),math.rad(0),0), 0.2)
6397
			torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-30), math.rad(0), 0), 0.2)
6398
			torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.4)
6399
			lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -0.5, 0.2) * CFrame.Angles(math.rad(-30), math.rad(0), math.rad(0)), 0.2)
6400
			lleg.Weld.C1 = Lerp(lleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)
6401
			rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -0.5, -0.6) * CFrame.Angles(math.rad(40), math.rad(0), math.rad(0)), 0.2)
6402
			rleg.Weld.C1 = Lerp(rleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)
6403
		end
6404
	end
6405
end)
6406
hum.MaxHealth = 500000
6407
wait(1)
6408
hum.Health = 500000
6409
6410
6411
hum.WalkSpeed = 17