View difference between Paste ID: BFni6ntL and yQzQGJSz
SHOW: | | - or go back to the newest paste.
1
if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
2
local Player,Mouse,mouse,UserInputService,ContextActionService = owner
3
local RealPlayer = Player
4
do print("FE Compatibility code by Mokiros")local a=RealPlayer;script.Parent=a.Character;local b=Instance.new("RemoteEvent")b.Name="UserInput_Event"local function c()local d={_fakeEvent=true,Functions={},Connect=function(self,e)table.insert(self.Functions,e)end}d.connect=d.Connect;return d end;local f={Target=nil,Hit=CFrame.new(),KeyUp=c(),KeyDown=c(),Button1Up=c(),Button1Down=c(),Button2Up=c(),Button2Down=c()}local g={InputBegan=c(),InputEnded=c()}local CAS={Actions={},BindAction=function(self,h,i,j,...)CAS.Actions[h]=i and{Name=h,Function=i,Keys={...}}or nil end}CAS.UnbindAction=CAS.BindAction;local function k(self,l,...)local d=f[l]if d and d._fakeEvent then for m,e in pairs(d.Functions)do e(...)end end end;f.TrigEvent=k;g.TrigEvent=k;b.OnServerEvent:Connect(function(n,o)if n~=a then return end;f.Target=o.Target;f.Hit=o.Hit;if not o.isMouse then local p=o.UserInputState==Enum.UserInputState.Begin;if o.UserInputType==Enum.UserInputType.MouseButton1 then return f:TrigEvent(p and"Button1Down"or"Button1Up")end;if o.UserInputType==Enum.UserInputType.MouseButton2 then return f:TrigEvent(p and"Button2Down"or"Button2Up")end;for m,d in pairs(CAS.Actions)do for m,q in pairs(d.Keys)do if q==o.KeyCode then d.Function(d.Name,o.UserInputState,o)end end end;f:TrigEvent(p and"KeyDown"or"KeyUp",o.KeyCode.Name:lower())g:TrigEvent(p and"InputBegan"or"InputEnded",o,false)end end)b.Parent=NLS([==[local a=game:GetService("Players").LocalPlayer;local b=script:WaitForChild("UserInput_Event")local c=a:GetMouse()local d=game:GetService("UserInputService")local e=function(f,g)if g then return end;b:FireServer({KeyCode=f.KeyCode,UserInputType=f.UserInputType,UserInputState=f.UserInputState,Hit=c.Hit,Target=c.Target})end;d.InputBegan:Connect(e)d.InputEnded:Connect(e)local h,i;while wait(1/30)do if h~=c.Hit or i~=c.Target then h,i=c.Hit,c.Target;b:FireServer({isMouse=true,Target=i,Hit=h})end end]==],Player.Character)local r=game;local s={__index=function(self,q)local t=rawget(self,"_RealService")if t then return typeof(t[q])=="function"and function(m,...)return t[q](t,...)end or t[q]end end,__newindex=function(self,q,u)local t=rawget(self,"_RealService")if t then t[q]=u end end}local function v(d,w)d._RealService=typeof(w)=="string"and r:GetService(w)or w;return setmetatable(d,s)end;local x={GetService=function(self,t)return rawget(self,t)or r:GetService(t)end,Players=v({LocalPlayer=v({GetMouse=function(self)return f end},Player)},"Players"),UserInputService=v(g,"UserInputService"),ContextActionService=v(CAS,"ContextActionService"),RunService=v({_btrs={},RenderStepped=r:GetService("RunService").Heartbeat,BindToRenderStep=function(self,h,m,i)self._btrs[h]=self.Heartbeat:Connect(i)end,UnbindFromRenderStep=function(self,h)self._btrs[h]:Disconnect()end},"RunService")}rawset(x.Players,"localPlayer",x.Players.LocalPlayer)x.service=x.GetService;v(x,game)game,owner=x,x.Players.LocalPlayer end
5
6
7
8
--Created with ttyyuu12345's compiler
9
--Errors: 
10
Create = function(itemClass,tabl)
11
local item = Instance.new(itemClass)
12
for i,v in pairs(tabl) do
13
local a,b = ypcall(function() return item[i] end)
14
if a then
15
item[i] = tabl[i]
16
end
17
end
18
return item
19
end
20
function runDummyScript(f,scri)
21
local oldenv = getfenv(f)
22
local newenv = setmetatable({}, {
23
__index = function(_, k)
24
if k:lower() == 'script' then
25
return scri
26
else
27
return oldenv[k]
28
end
29
end
30
})
31
setfenv(f, newenv)
32
ypcall(function() f() end)
33
end
34
cors = {}
35
mas = Instance.new("Model",game:GetService("Lighting")) 
36
mas.Name = "CompiledModel"
37
o1 = Create("Model",{
38
["Name"] = "Mecha",
39
["Parent"] = mas,
40
})
41
o2 = Create("Model",{
42
["Name"] = "TurretHead",
43
["Parent"] = o1,
44
})
45
o3 = Create("WedgePart",{
46
["Name"] = "Part",
47
["Parent"] = o2,
48
["Material"] = Enum.Material.Metal,
49
["BrickColor"] = BrickColor.new("Black"),
50
["Position"] = Vector3.new(9.00000191, 24.7729664, 13.2999973),
51
["Rotation"] = Vector3.new(180, -1.90614423e-006, -180),
52
["Anchored"] = true,
53
["CFrame"] = CFrame.new(9.00000191, 24.7729664, 13.2999973, -1, 2.55917936e-008, -3.3268492e-008, -5.32907052e-015, 1, -2.55917989e-008, 3.32684884e-008, -7.70314923e-009, -1),
54
["FormFactor"] = Enum.FormFactor.Symmetric,
55
["Size"] = Vector3.new(1.20000005, 0.799999952, 1.80000043),
56
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
57
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
58
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
59
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
60
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
61
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
62
["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
63
})
64
o4 = Create("SpecialMesh",{
65
["Parent"] = o3,
66
["Offset"] = Vector3.new(-1.10000002, 0, 0),
67
["Scale"] = Vector3.new(1, 1.07000005, 1),
68
["MeshType"] = Enum.MeshType.Wedge,
69
})
70
o5 = Create("Part",{
71
["Parent"] = o2,
72
["Material"] = Enum.Material.Metal,
73
["Position"] = Vector3.new(11.0000019, 24.8729668, 10.4999962),
74
["Anchored"] = true,
75
["CFrame"] = CFrame.new(11.0000019, 24.8729668, 10.4999962, 1, 0, 0, 0, 1, 0, 0, 0, 1),
76
["FormFactor"] = Enum.FormFactor.Symmetric,
77
["Size"] = Vector3.new(4.79999971, 0.999999821, 3.80000162),
78
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
79
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
80
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
81
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
82
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
83
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
84
})
85
o6 = Create("Part",{
86
["Parent"] = o2,
87
["Material"] = Enum.Material.Metal,
88
["Position"] = Vector3.new(15.7999992, 21.0729694, 10.5),
89
["Anchored"] = true,
90
["CFrame"] = CFrame.new(15.7999992, 21.0729694, 10.5, 1, 0, 0, 0, 1, 0, 0, 0, 1),
91
["FormFactor"] = Enum.FormFactor.Symmetric,
92
["Size"] = Vector3.new(1.19999981, 1.79999995, 7.80000019),
93
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
94
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
95
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
96
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
97
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
98
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
99
})
100
o7 = Create("Part",{
101
["Parent"] = o2,
102
["Material"] = Enum.Material.Metal,
103
["BrickColor"] = BrickColor.new("Black"),
104
["Position"] = Vector3.new(4.70000076, 20.9729691, 16.2999954),
105
["Anchored"] = true,
106
["CFrame"] = CFrame.new(4.70000076, 20.9729691, 16.2999954, 1, 0, 0, 0, 1, 0, 0, 0, 1),
107
["FormFactor"] = Enum.FormFactor.Symmetric,
108
["Size"] = Vector3.new(1.39999962, 1.99999988, 1.00000167),
109
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
110
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
111
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
112
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
113
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
114
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
115
["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
116
})
117
o8 = Create("BlockMesh",{
118
["Parent"] = o7,
119
["Offset"] = Vector3.new(1.20000005, 0, 0),
120
["Scale"] = Vector3.new(1, 0.899999976, 0.949999988),
121
})
122
o9 = Create("Part",{
123
["Parent"] = o2,
124
["Material"] = Enum.Material.Metal,
125
["BrickColor"] = BrickColor.new("Black"),
126
["Position"] = Vector3.new(4.70000076, 20.9729691, 17.4999943),
127
["Anchored"] = true,
128
["CFrame"] = CFrame.new(4.70000076, 20.9729691, 17.4999943, 1, 0, 0, 0, 1, 0, 0, 0, 1),
129
["FormFactor"] = Enum.FormFactor.Symmetric,
130
["Size"] = Vector3.new(1.39999962, 1.99999988, 1.00000167),
131
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
132
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
133
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
134
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
135
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
136
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
137
["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
138
})
139
o10 = Create("BlockMesh",{
140
["Parent"] = o9,
141
["Offset"] = Vector3.new(1.20000005, 0, 0),
142
["Scale"] = Vector3.new(1, 0.899999976, 0.949999988),
143
})
144
o11 = Create("Part",{
145
["Parent"] = o2,
146
["Material"] = Enum.Material.Metal,
147
["Position"] = Vector3.new(1.29999948, 19.4729691, 10.4999962),
148
["Anchored"] = true,
149
["CFrame"] = CFrame.new(1.29999948, 19.4729691, 10.4999962, 1, 0, 0, 0, 1, 0, 0, 0, 1),
150
["FormFactor"] = Enum.FormFactor.Symmetric,
151
["Size"] = Vector3.new(0.999999285, 1, 5.00000191),
152
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
153
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
154
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
155
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
156
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
157
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
158
})
159
o12 = Create("Part",{
160
["Parent"] = o2,
161
["Material"] = Enum.Material.Metal,
162
["Position"] = Vector3.new(4.70000029, 19.4729691, 10.5),
163
["Anchored"] = true,
164
["CFrame"] = CFrame.new(4.70000029, 19.4729691, 10.5, 1, 0, 0, 0, 1, 0, 0, 0, 1),
165
["FormFactor"] = Enum.FormFactor.Symmetric,
166
["Size"] = Vector3.new(1.39999938, 1, 5.00000191),
167
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
168
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
169
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
170
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
171
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
172
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
173
})
174
o13 = Create("Part",{
175
["Parent"] = o2,
176
["Material"] = Enum.Material.Metal,
177
["Position"] = Vector3.new(9.80000114, 22.7729702, 16.2999954),
178
["Anchored"] = true,
179
["CFrame"] = CFrame.new(9.80000114, 22.7729702, 16.2999954, 1, 0, 0, 0, 1, 0, 0, 0, 1),
180
["FormFactor"] = Enum.FormFactor.Symmetric,
181
["Size"] = Vector3.new(3.99999952, 1.5999999, 3.80000162),
182
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
183
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
184
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
185
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
186
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
187
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
188
})
189
o14 = Create("Part",{
190
["Parent"] = o2,
191
["Material"] = Enum.Material.Metal,
192
["Position"] = Vector3.new(9.80000019, 22.7729664, 4.69999456),
193
["Anchored"] = true,
194
["CFrame"] = CFrame.new(9.80000019, 22.7729664, 4.69999456, 1, 0, 0, 0, 1, 0, 0, 0, 1),
195
["FormFactor"] = Enum.FormFactor.Symmetric,
196
["Size"] = Vector3.new(3.99999952, 1.59999979, 3.80000162),
197
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
198
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
199
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
200
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
201
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
202
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
203
})
204
o15 = Create("Part",{
205
["Parent"] = o2,
206
["Material"] = Enum.Material.Metal,
207
["Position"] = Vector3.new(3.0999999, 19.4729691, 14.3999977),
208
["Anchored"] = true,
209
["CFrame"] = CFrame.new(3.0999999, 19.4729691, 14.3999977, 1, 0, 0, 0, 1, 0, 0, 0, 1),
210
["FormFactor"] = Enum.FormFactor.Symmetric,
211
["Size"] = Vector3.new(4.59999943, 1, 2.8000021),
212
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
213
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
214
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
215
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
216
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
217
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
218
})
219
o16 = Create("Part",{
220
["Parent"] = o2,
221
["Material"] = Enum.Material.Metal,
222
["Position"] = Vector3.new(11.9000015, 23.1729641, 10.4999962),
223
["Anchored"] = true,
224
["CFrame"] = CFrame.new(11.9000015, 23.1729641, 10.4999962, 1, 0, 0, 0, 1, 0, 0, 0, 1),
225
["FormFactor"] = Enum.FormFactor.Symmetric,
226
["Size"] = Vector3.new(10.999999, 2.39999986, 7.80000162),
227
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
228
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
229
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
230
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
231
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
232
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
233
})
234
o17 = Create("Part",{
235
["Parent"] = o2,
236
["Material"] = Enum.Material.Neon,
237
["BrickColor"] = BrickColor.new("Cyan"),
238
["Position"] = Vector3.new(5.5, 20.4729691, 10.4999952),
239
["Anchored"] = true,
240
["CFrame"] = CFrame.new(5.5, 20.4729691, 10.4999952, 1, 0, 0, 0, 1, 0, 0, 0, 1),
241
["FormFactor"] = Enum.FormFactor.Symmetric,
242
["Size"] = Vector3.new(1.79999983, 1.00000012, 2.20000172),
243
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
244
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
245
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
246
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
247
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
248
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
249
["Color"] = Color3.new(0.0156863, 0.686275, 0.92549),
250
})
251
o18 = Create("Part",{
252
["Parent"] = o2,
253
["Material"] = Enum.Material.Metal,
254
["Position"] = Vector3.new(5.5, 22.6729641, 10.4999943),
255
["Rotation"] = Vector3.new(-1.02494414e-006, 2.03555502e-013, -1.46630191e-006),
256
["Anchored"] = true,
257
["CFrame"] = CFrame.new(5.5, 22.6729641, 10.4999943, 1, 2.55917953e-008, 3.55271368e-015, 2.55917953e-008, 1, 1.78886488e-008, 3.55271368e-015, 1.78886488e-008, 1),
258
["FormFactor"] = Enum.FormFactor.Symmetric,
259
["Size"] = Vector3.new(1.79999983, 3.4000001, 3.8000021),
260
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
261
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
262
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
263
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
264
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
265
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
266
})
267
o19 = Create("Part",{
268
["Parent"] = o2,
269
["Material"] = Enum.Material.Metal,
270
["BrickColor"] = BrickColor.new("Black"),
271
["Position"] = Vector3.new(4.70000076, 20.9729691, 15.0999937),
272
["Anchored"] = true,
273
["CFrame"] = CFrame.new(4.70000076, 20.9729691, 15.0999937, 1, 0, 0, 0, 1, 0, 0, 0, 1),
274
["FormFactor"] = Enum.FormFactor.Symmetric,
275
["Size"] = Vector3.new(1.39999962, 1.99999988, 1.00000167),
276
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
277
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
278
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
279
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
280
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
281
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
282
["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
283
})
284
o20 = Create("BlockMesh",{
285
["Parent"] = o19,
286
["Offset"] = Vector3.new(1.20000005, 0, 0),
287
["Scale"] = Vector3.new(1, 0.899999976, 0.949999988),
288
})
289
o21 = Create("Part",{
290
["Parent"] = o2,
291
["Material"] = Enum.Material.Metal,
292
["BrickColor"] = BrickColor.new("Black"),
293
["Position"] = Vector3.new(4.70000076, 20.9729691, 5.89999485),
294
["Anchored"] = true,
295
["CFrame"] = CFrame.new(4.70000076, 20.9729691, 5.89999485, 1, 0, 0, 0, 1, 0, 0, 0, 1),
296
["FormFactor"] = Enum.FormFactor.Symmetric,
297
["Size"] = Vector3.new(1.39999962, 1.99999988, 1.00000167),
298
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
299
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
300
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
301
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
302
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
303
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
304
["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
305
})
306
o22 = Create("BlockMesh",{
307
["Parent"] = o21,
308
["Offset"] = Vector3.new(1.20000005, 0, 0),
309
["Scale"] = Vector3.new(1, 0.899999976, 0.949999988),
310
})
311
o23 = Create("Part",{
312
["Parent"] = o2,
313
["Material"] = Enum.Material.Metal,
314
["BrickColor"] = BrickColor.new("Black"),
315
["Position"] = Vector3.new(4.70000076, 20.9729691, 3.49999523),
316
["Anchored"] = true,
317
["CFrame"] = CFrame.new(4.70000076, 20.9729691, 3.49999523, 1, 0, 0, 0, 1, 0, 0, 0, 1),
318
["FormFactor"] = Enum.FormFactor.Symmetric,
319
["Size"] = Vector3.new(1.39999962, 1.99999988, 1.00000167),
320
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
321
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
322
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
323
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
324
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
325
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
326
["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
327
})
328
o24 = Create("BlockMesh",{
329
["Parent"] = o23,
330
["Offset"] = Vector3.new(1.20000005, 0, 0),
331
["Scale"] = Vector3.new(1, 0.899999976, 0.949999988),
332
})
333
o25 = Create("Part",{
334
["Parent"] = o2,
335
["Material"] = Enum.Material.Metal,
336
["BrickColor"] = BrickColor.new("Black"),
337
["Position"] = Vector3.new(4.70000076, 20.9729691, 4.69999504),
338
["Anchored"] = true,
339
["CFrame"] = CFrame.new(4.70000076, 20.9729691, 4.69999504, 1, 0, 0, 0, 1, 0, 0, 0, 1),
340
["FormFactor"] = Enum.FormFactor.Symmetric,
341
["Size"] = Vector3.new(1.39999962, 1.99999988, 1.00000167),
342
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
343
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
344
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
345
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
346
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
347
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
348
["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
349
})
350
o26 = Create("BlockMesh",{
351
["Parent"] = o25,
352
["Offset"] = Vector3.new(1.20000005, 0, 0),
353
["Scale"] = Vector3.new(1, 0.899999976, 0.949999988),
354
})
355
o27 = Create("Part",{
356
["Parent"] = o2,
357
["Material"] = Enum.Material.Metal,
358
["Position"] = Vector3.new(13.5, 20.4729652, 1.90000057),
359
["Anchored"] = true,
360
["CFrame"] = CFrame.new(13.5, 20.4729652, 1.90000057, 1, 0, 0, 0, 1, 0, 0, 0, 1),
361
["FormFactor"] = Enum.FormFactor.Symmetric,
362
["Size"] = Vector3.new(3.39999962, 3, 1.80000114),
363
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
364
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
365
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
366
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
367
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
368
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
369
})
370
o28 = Create("Part",{
371
["Parent"] = o2,
372
["Material"] = Enum.Material.Metal,
373
["Position"] = Vector3.new(13.5, 20.4729652, 19.1000004),
374
["Anchored"] = true,
375
["CFrame"] = CFrame.new(13.5, 20.4729652, 19.1000004, 1, 0, 0, 0, 1, 0, 0, 0, 1),
376
["FormFactor"] = Enum.FormFactor.Symmetric,
377
["Size"] = Vector3.new(3.39999962, 3, 1.80000114),
378
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
379
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
380
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
381
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
382
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
383
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
384
})
385
o29 = Create("Part",{
386
["Parent"] = o2,
387
["Material"] = Enum.Material.Metal,
388
["Position"] = Vector3.new(3.10000086, 19.4729805, 6.59999847),
389
["Anchored"] = true,
390
["CFrame"] = CFrame.new(3.10000086, 19.4729805, 6.59999847, 1, 0, 0, 0, 1, 0, 0, 0, 1),
391
["FormFactor"] = Enum.FormFactor.Symmetric,
392
["Size"] = Vector3.new(4.59999943, 1, 2.8000021),
393
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
394
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
395
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
396
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
397
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
398
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
399
})
400
o30 = Create("Part",{
401
["Parent"] = o2,
402
["Material"] = Enum.Material.Metal,
403
["Position"] = Vector3.new(13.5, 20.4729691, 10.4999981),
404
["Anchored"] = true,
405
["CFrame"] = CFrame.new(13.5, 20.4729691, 10.4999981, 1, 0, 0, 0, 1, 0, 0, 0, 1),
406
["FormFactor"] = Enum.FormFactor.Symmetric,
407
["Size"] = Vector3.new(3.39999962, 3, 15.4000025),
408
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
409
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
410
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
411
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
412
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
413
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
414
})
415
o31 = Create("Part",{
416
["Parent"] = o2,
417
["Material"] = Enum.Material.Metal,
418
["Position"] = Vector3.new(9.10000038, 20.9729691, 10.4999971),
419
["Anchored"] = true,
420
["CFrame"] = CFrame.new(9.10000038, 20.9729691, 10.4999971, 1, 0, 0, 0, 1, 0, 0, 0, 1),
421
["FormFactor"] = Enum.FormFactor.Symmetric,
422
["Size"] = Vector3.new(5.39999962, 1.99999988, 5.80000162),
423
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
424
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
425
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
426
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
427
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
428
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
429
})
430
o32 = Create("Part",{
431
["Parent"] = o2,
432
["Material"] = Enum.Material.Metal,
433
["Position"] = Vector3.new(9.79999924, 20.4729614, 1.89999866),
434
["Anchored"] = true,
435
["CFrame"] = CFrame.new(9.79999924, 20.4729614, 1.89999866, 1, 0, 0, 0, 1, 0, 0, 0, 1),
436
["FormFactor"] = Enum.FormFactor.Symmetric,
437
["Size"] = Vector3.new(3.99999952, 0.99999994, 1.80000114),
438
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
439
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
440
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
441
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
442
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
443
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
444
})
445
o33 = Create("Part",{
446
["Parent"] = o2,
447
["Material"] = Enum.Material.Metal,
448
["Position"] = Vector3.new(9.79999924, 20.4729633, 19.1000004),
449
["Anchored"] = true,
450
["CFrame"] = CFrame.new(9.79999924, 20.4729633, 19.1000004, 1, 0, 0, 0, 1, 0, 0, 0, 1),
451
["FormFactor"] = Enum.FormFactor.Symmetric,
452
["Size"] = Vector3.new(3.99999952, 0.99999994, 1.80000114),
453
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
454
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
455
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
456
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
457
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
458
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
459
})
460
o34 = Create("Part",{
461
["Parent"] = o2,
462
["Material"] = Enum.Material.Metal,
463
["Position"] = Vector3.new(8.60000038, 20.9729691, 16.2999954),
464
["Anchored"] = true,
465
["CFrame"] = CFrame.new(8.60000038, 20.9729691, 16.2999954, 1, 0, 0, 0, 1, 0, 0, 0, 1),
466
["FormFactor"] = Enum.FormFactor.Symmetric,
467
["Size"] = Vector3.new(6.39999962, 1.99999988, 3.80000162),
468
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
469
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
470
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
471
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
472
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
473
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
474
})
475
o35 = Create("Part",{
476
["Parent"] = o2,
477
["Material"] = Enum.Material.Metal,
478
["Position"] = Vector3.new(8.60000038, 20.9729691, 4.69999695),
479
["Anchored"] = true,
480
["CFrame"] = CFrame.new(8.60000038, 20.9729691, 4.69999695, 1, 0, 0, 0, 1, 0, 0, 0, 1),
481
["FormFactor"] = Enum.FormFactor.Symmetric,
482
["Size"] = Vector3.new(6.39999962, 1.99999988, 3.80000162),
483
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
484
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
485
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
486
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
487
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
488
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
489
})
490
o36 = Create("Part",{
491
["Parent"] = o2,
492
["Material"] = Enum.Material.Metal,
493
["Position"] = Vector3.new(15.8000002, 19.5729675, 10.499999),
494
["Anchored"] = true,
495
["CFrame"] = CFrame.new(15.8000002, 19.5729675, 10.499999, 1, 0, 0, 0, 1, 0, 0, 0, 1),
496
["FormFactor"] = Enum.FormFactor.Symmetric,
497
["Size"] = Vector3.new(1.19999933, 1.19999993, 19.0000019),
498
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
499
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
500
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
501
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
502
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
503
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
504
})
505
o37 = Create("Part",{
506
["Name"] = "RotBase",
507
["Parent"] = o2,
508
["Material"] = Enum.Material.Metal,
509
["Position"] = Vector3.new(8.59999943, 19.4729652, 10.5),
510
["Anchored"] = true,
511
["CFrame"] = CFrame.new(8.59999943, 19.4729652, 10.5, 1, 0, 0, 0, 1, 0, 0, 0, 1),
512
["FormFactor"] = Enum.FormFactor.Symmetric,
513
["Size"] = Vector3.new(6.39999962, 1, 19.0000019),
514
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
515
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
516
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
517
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
518
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
519
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
520
})
521
o38 = Create("Script",{
522
["Parent"] = o37,
523
})
524
table.insert(cors,coroutine.create(function()
525
wait()
526
runDummyScript(function()
527
local weldTo = script.Parent
528
local weldModel = Instance.new("Model",weldTo)
529
weldModel.Name = "Welds"
530
531
makeWeld = function(part1,part0)
532
	local w = Instance.new("Weld",weldModel)
533
	w.Part0 = part0
534
	w.Part1 = part1
535
	local CFrameOrigin = CFrame.new(part0.Position)
536
	local CFrame0 = part0.CFrame:inverse() * CFrameOrigin
537
	local CFrame1 = part1.CFrame:inverse() * CFrameOrigin
538
	w.C0 = CFrame0
539
	w.C1 = CFrame1
540
end
541
542
for i,v in pairs (weldTo.Parent:children()) do
543
	if v.ClassName == "Part" or v.Name == "Part" and v ~= weldTo then
544
		makeWeld(v,weldTo)
545
		v.Anchored = false
546
	end
547
end
548
549
weldTo.Anchored = false
550
end,o38)
551
end))
552
o39 = Create("CornerWedgePart",{
553
["Name"] = "Part",
554
["Parent"] = o2,
555
["Material"] = Enum.Material.Metal,
556
["Position"] = Vector3.new(15.4000092, 24.8729706, 13.3999882),
557
["Rotation"] = Vector3.new(-2.16416493e-006, 90, 0),
558
["Anchored"] = true,
559
["CFrame"] = CFrame.new(15.4000092, 24.8729706, 13.3999882, 1.17377851e-006, -1.82769577e-009, 1.00000393, -3.77720433e-008, 1.00000644, 2.67309446e-008, -1.00000346, -1.40801831e-007, 1.20358038e-006),
560
["Size"] = Vector3.new(2, 0.99999994, 4),
561
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
562
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
563
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
564
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
565
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
566
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
567
})
568
o40 = Create("CornerWedgePart",{
569
["Name"] = "Part",
570
["Parent"] = o2,
571
["Material"] = Enum.Material.Metal,
572
["Position"] = Vector3.new(15.4000006, 24.8729706, 7.59999752),
573
["Rotation"] = Vector3.new(-180, 6.72525566e-005, -180),
574
["Anchored"] = true,
575
["CFrame"] = CFrame.new(15.4000006, 24.8729706, 7.59999752, -1.00000393, 2.49045229e-008, 1.17377851e-006, 1.39710465e-012, 1.00000644, 4.89933116e-009, -1.20358038e-006, -9.8130549e-008, -1.00000346),
576
["Size"] = Vector3.new(4, 0.99999994, 2),
577
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
578
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
579
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
580
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
581
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
582
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
583
})
584
o41 = Create("WedgePart",{
585
["Name"] = "Part",
586
["Parent"] = o2,
587
["Material"] = Enum.Material.Metal,
588
["Position"] = Vector3.new(15.7999973, 21.0729637, 3.79999447),
589
["Rotation"] = Vector3.new(61.7603416, -89.8356781, 52.5105972),
590
["Anchored"] = true,
591
["CFrame"] = CFrame.new(15.7999973, 21.0729637, 3.79999447, 9.66431823e-009, -1.25996094e-008, -0.999995887, -4.4366459e-008, 0.999993563, -8.94081609e-008, 0.999996543, 1.03970919e-007, 4.80199418e-008),
592
["FormFactor"] = Enum.FormFactor.Symmetric,
593
["Size"] = Vector3.new(5.60000038, 1.79999983, 1.19999981),
594
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
595
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
596
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
597
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
598
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
599
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
600
})
601
o42 = Create("WedgePart",{
602
["Name"] = "Part",
603
["Parent"] = o2,
604
["Material"] = Enum.Material.Metal,
605
["Position"] = Vector3.new(3.10000038, 19.4729805, 3.0999999),
606
["Rotation"] = Vector3.new(-90, 90, 0),
607
["Anchored"] = true,
608
["CFrame"] = CFrame.new(3.10000038, 19.4729805, 3.0999999, -8.44520827e-008, 2.13162821e-014, 1, -1, -7.13215294e-015, -5.88602802e-008, -1.78886452e-008, -1, 2.13162821e-014),
609
["FormFactor"] = Enum.FormFactor.Symmetric,
610
["Size"] = Vector3.new(0.999999762, 4.19999981, 4.5999999),
611
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
612
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
613
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
614
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
615
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
616
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
617
})
618
o43 = Create("WedgePart",{
619
["Name"] = "Part",
620
["Parent"] = o2,
621
["Material"] = Enum.Material.Metal,
622
["Position"] = Vector3.new(15.7999964, 21.0729446, 17.2000065),
623
["Rotation"] = Vector3.new(61.7603416, -89.8356781, 52.5105972),
624
["Anchored"] = true,
625
["CFrame"] = CFrame.new(15.7999964, 21.0729446, 17.2000065, 9.66431823e-009, -1.25996094e-008, -0.999995887, -4.4366459e-008, 0.999993563, -8.94081609e-008, 0.999996543, 1.03970919e-007, 4.80199418e-008),
626
["FormFactor"] = Enum.FormFactor.Symmetric,
627
["Size"] = Vector3.new(5.60000038, 1.79999983, 1.19999981),
628
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
629
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
630
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
631
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
632
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
633
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
634
})
635
o44 = Create("WedgePart",{
636
["Name"] = "Part",
637
["Parent"] = o2,
638
["Material"] = Enum.Material.Metal,
639
["Position"] = Vector3.new(8.60001373, 20.7729626, 7.10003757),
640
["Rotation"] = Vector3.new(118.239357, 89.8356781, -93.3275681),
641
["Anchored"] = true,
642
["CFrame"] = CFrame.new(8.60001373, 20.7729626, 7.10003757, -9.66432889e-009, 1.66218271e-007, 0.999995887, -4.43658905e-008, 0.999993563, -8.94092977e-008, -0.999996543, 1.52383137e-008, -4.8019956e-008),
643
["FormFactor"] = Enum.FormFactor.Symmetric,
644
["Size"] = Vector3.new(0.999999046, 1.5999999, 6.4000001),
645
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
646
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
647
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
648
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
649
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
650
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
651
})
652
o45 = Create("WedgePart",{
653
["Name"] = "Part",
654
["Parent"] = o2,
655
["Material"] = Enum.Material.Metal,
656
["Position"] = Vector3.new(6.60002232, 20.4729652, 1.90001464),
657
["Rotation"] = Vector3.new(118.239357, 89.8356781, -93.3275681),
658
["Anchored"] = true,
659
["CFrame"] = CFrame.new(6.60002232, 20.4729652, 1.90001464, -9.66432889e-009, 1.66218271e-007, 0.999995887, -4.43658905e-008, 0.999993563, -8.94092977e-008, -0.999996543, 1.52383137e-008, -4.8019956e-008),
660
["FormFactor"] = Enum.FormFactor.Symmetric,
661
["Size"] = Vector3.new(1.79999876, 0.999999881, 2.4000001),
662
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
663
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
664
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
665
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
666
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
667
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
668
})
669
o46 = Create("WedgePart",{
670
["Name"] = "Part",
671
["Parent"] = o2,
672
["Material"] = Enum.Material.Metal,
673
["Position"] = Vector3.new(6.60000038, 20.4729633, 19.0999966),
674
["Rotation"] = Vector3.new(118.239357, 89.8356781, -93.3275681),
675
["Anchored"] = true,
676
["CFrame"] = CFrame.new(6.60000038, 20.4729633, 19.0999966, -9.66432889e-009, 1.66218271e-007, 0.999995887, -4.43658905e-008, 0.999993563, -8.94092977e-008, -0.999996543, 1.52383137e-008, -4.8019956e-008),
677
["FormFactor"] = Enum.FormFactor.Symmetric,
678
["Size"] = Vector3.new(1.79999876, 0.999999881, 2.4000001),
679
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
680
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
681
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
682
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
683
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
684
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
685
})
686
o47 = Create("WedgePart",{
687
["Name"] = "Part",
688
["Parent"] = o2,
689
["Material"] = Enum.Material.Metal,
690
["Position"] = Vector3.new(8.60001373, 20.7729645, 13.8999968),
691
["Rotation"] = Vector3.new(118.239357, 89.8356781, -93.3275681),
692
["Anchored"] = true,
693
["CFrame"] = CFrame.new(8.60001373, 20.7729645, 13.8999968, -9.66432889e-009, 1.66218271e-007, 0.999995887, -4.43658905e-008, 0.999993563, -8.94092977e-008, -0.999996543, 1.52383137e-008, -4.8019956e-008),
694
["FormFactor"] = Enum.FormFactor.Symmetric,
695
["Size"] = Vector3.new(0.999999046, 1.5999999, 6.4000001),
696
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
697
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
698
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
699
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
700
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
701
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
702
})
703
o48 = Create("WedgePart",{
704
["Name"] = "Part",
705
["Parent"] = o2,
706
["Material"] = Enum.Material.Neon,
707
["BrickColor"] = BrickColor.new("Cyan"),
708
["Position"] = Vector3.new(5.49999905, 20.4729691, 8.49999714),
709
["Rotation"] = Vector3.new(-90, 90, 0),
710
["Anchored"] = true,
711
["CFrame"] = CFrame.new(5.49999905, 20.4729691, 8.49999714, -8.44520827e-008, 7.28178724e-015, 1, -1, -7.10542736e-015, -5.88602873e-008, -1.78886381e-008, -1, 7.28178639e-015),
712
["FormFactor"] = Enum.FormFactor.Symmetric,
713
["Size"] = Vector3.new(0.999999881, 1.79999995, 1.79999995),
714
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
715
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
716
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
717
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
718
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
719
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
720
["Color"] = Color3.new(0.0156863, 0.686275, 0.92549),
721
})
722
o49 = Create("WedgePart",{
723
["Name"] = "Part",
724
["Parent"] = o2,
725
["Material"] = Enum.Material.Neon,
726
["BrickColor"] = BrickColor.new("Cyan"),
727
["Position"] = Vector3.new(5.49999952, 20.4729691, 12.4999962),
728
["Rotation"] = Vector3.new(180, 1.32405615e-013, 90),
729
["Anchored"] = true,
730
["CFrame"] = CFrame.new(5.49999952, 20.4729691, 12.4999962, -2.55917882e-008, -1, 2.31091383e-015, -1, -7.10542736e-015, -5.88602873e-008, 4.09716421e-008, -8.33471696e-015, -1),
731
["FormFactor"] = Enum.FormFactor.Symmetric,
732
["Size"] = Vector3.new(0.999999881, 1.79999995, 1.79999995),
733
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
734
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
735
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
736
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
737
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
738
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
739
["Color"] = Color3.new(0.0156863, 0.686275, 0.92549),
740
})
741
o50 = Create("WedgePart",{
742
["Name"] = "Part",
743
["Parent"] = o2,
744
["Material"] = Enum.Material.Metal,
745
["Position"] = Vector3.new(5.49999905, 22.6729679, 7.59999657),
746
["Rotation"] = Vector3.new(-90, 90, 0),
747
["Anchored"] = true,
748
["CFrame"] = CFrame.new(5.49999905, 22.6729679, 7.59999657, -8.44520827e-008, 7.28178724e-015, 1, -1, -7.10542736e-015, -5.88602873e-008, -1.78886381e-008, -1, 7.28178639e-015),
749
["FormFactor"] = Enum.FormFactor.Symmetric,
750
["Size"] = Vector3.new(3.4000001, 2, 1.79999995),
751
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
752
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
753
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
754
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
755
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
756
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
757
})
758
o51 = Create("WedgePart",{
759
["Name"] = "Part",
760
["Parent"] = o2,
761
["Material"] = Enum.Material.Metal,
762
["Position"] = Vector3.new(5.49999809, 22.672966, 13.3999958),
763
["Rotation"] = Vector3.new(-115.12175, 89.960434, -145.134079),
764
["Anchored"] = true,
765
["CFrame"] = CFrame.new(5.49999809, 22.672966, 13.3999958, -1.71099259e-007, 1.1920929e-007, 0.999999762, 0.999999821, -7.06808123e-009, 1.90675053e-007, 3.01962295e-008, 0.999999762, -8.94069672e-008),
766
["FormFactor"] = Enum.FormFactor.Symmetric,
767
["Size"] = Vector3.new(3.4000001, 2, 1.79999995),
768
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
769
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
770
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
771
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
772
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
773
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
774
})
775
o52 = Create("WedgePart",{
776
["Name"] = "Part",
777
["Parent"] = o2,
778
["Material"] = Enum.Material.Metal,
779
["Position"] = Vector3.new(7.90001488, 21.4729671, 13.8999949),
780
["Rotation"] = Vector3.new(-179.999985, -90, 0),
781
["Anchored"] = true,
782
["CFrame"] = CFrame.new(7.90001488, 21.4729671, 13.8999949, -3.53157475e-006, 2.16926378e-006, -1, 3.73831881e-007, -1, -2.16926514e-006, -1, -3.73839555e-007, 3.53157384e-006),
783
["FormFactor"] = Enum.FormFactor.Symmetric,
784
["Size"] = Vector3.new(0.999999046, 0.99999994, 3),
785
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
786
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
787
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
788
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
789
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
790
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
791
})
792
o53 = Create("WedgePart",{
793
["Name"] = "Part",
794
["Parent"] = o2,
795
["Material"] = Enum.Material.Metal,
796
["Position"] = Vector3.new(7.90001488, 21.4729671, 7.09999514),
797
["Rotation"] = Vector3.new(-179.999985, -90, 0),
798
["Anchored"] = true,
799
["CFrame"] = CFrame.new(7.90001488, 21.4729671, 7.09999514, -3.53157475e-006, 2.16926378e-006, -1, 3.73831881e-007, -1, -2.16926514e-006, -1, -3.73839555e-007, 3.53157384e-006),
800
["FormFactor"] = Enum.FormFactor.Symmetric,
801
["Size"] = Vector3.new(0.999999046, 0.99999994, 3),
802
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
803
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
804
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
805
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
806
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
807
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
808
})
809
o54 = Create("WedgePart",{
810
["Name"] = "Part",
811
["Parent"] = o2,
812
["Material"] = Enum.Material.Metal,
813
["Position"] = Vector3.new(9.80000114, 21.4729652, 19.0999966),
814
["Rotation"] = Vector3.new(118.239357, 89.8356781, -93.3275681),
815
["Anchored"] = true,
816
["CFrame"] = CFrame.new(9.80000114, 21.4729652, 19.0999966, -9.66432889e-009, 1.66218271e-007, 0.999995887, -4.43658905e-008, 0.999993563, -8.94092977e-008, -0.999996543, 1.52383137e-008, -4.8019956e-008),
817
["FormFactor"] = Enum.FormFactor.Symmetric,
818
["Size"] = Vector3.new(1.80000007, 0.999999821, 4),
819
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
820
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
821
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
822
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
823
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
824
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
825
})
826
o55 = Create("WedgePart",{
827
["Name"] = "Part",
828
["Parent"] = o2,
829
["Material"] = Enum.Material.Metal,
830
["Position"] = Vector3.new(9.80000877, 21.472971, 1.89999914),
831
["Rotation"] = Vector3.new(118.239357, 89.8356781, -93.3275681),
832
["Anchored"] = true,
833
["CFrame"] = CFrame.new(9.80000877, 21.472971, 1.89999914, -9.66432889e-009, 1.66218271e-007, 0.999995887, -4.43658905e-008, 0.999993563, -8.94092977e-008, -0.999996543, 1.52383137e-008, -4.8019956e-008),
834
["FormFactor"] = Enum.FormFactor.Symmetric,
835
["Size"] = Vector3.new(1.80000007, 0.999999821, 4),
836
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
837
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
838
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
839
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
840
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
841
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
842
})
843
o56 = Create("WedgePart",{
844
["Name"] = "Part",
845
["Parent"] = o2,
846
["Material"] = Enum.Material.Metal,
847
["Position"] = Vector3.new(6.59999609, 22.7729702, 4.69999599),
848
["Rotation"] = Vector3.new(4.05415303e-005, 90, 0),
849
["Anchored"] = true,
850
["CFrame"] = CFrame.new(6.59999609, 22.7729702, 4.69999599, -4.04392964e-008, -4.38364486e-006, 1.00000226, 7.07586196e-007, 1.00000429, 4.31639e-006, -1.00000226, 7.67397069e-007, -7.02383645e-008),
851
["FormFactor"] = Enum.FormFactor.Symmetric,
852
["Size"] = Vector3.new(3.79999971, 1.60000002, 2.4000001),
853
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
854
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
855
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
856
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
857
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
858
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
859
})
860
o57 = Create("WedgePart",{
861
["Name"] = "Part",
862
["Parent"] = o2,
863
["Material"] = Enum.Material.Metal,
864
["Position"] = Vector3.new(6.59999418, 22.7729664, 16.3000011),
865
["Rotation"] = Vector3.new(4.05415303e-005, 90, 0),
866
["Anchored"] = true,
867
["CFrame"] = CFrame.new(6.59999418, 22.7729664, 16.3000011, -4.04392964e-008, -4.38364486e-006, 1.00000226, 7.07586196e-007, 1.00000429, 4.31639e-006, -1.00000226, 7.67397069e-007, -7.02383645e-008),
868
["FormFactor"] = Enum.FormFactor.Symmetric,
869
["Size"] = Vector3.new(3.79999971, 1.60000002, 2.4000001),
870
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
871
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
872
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
873
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
874
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
875
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
876
})
877
o58 = Create("WedgePart",{
878
["Name"] = "Part",
879
["Parent"] = o2,
880
["Material"] = Enum.Material.Metal,
881
["Position"] = Vector3.new(3.09999967, 19.4729691, 17.8999996),
882
["Rotation"] = Vector3.new(90, 90, 0),
883
["Anchored"] = true,
884
["CFrame"] = CFrame.new(3.09999967, 19.4729691, 17.8999996, 1.79151272e-008, 1.78225016e-014, 1, 1, 6.21724894e-015, 7.6766753e-009, 1.78886452e-008, 1, -1.39951358e-014),
885
["FormFactor"] = Enum.FormFactor.Symmetric,
886
["Size"] = Vector3.new(0.999999762, 4.19999981, 4.5999999),
887
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
888
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
889
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
890
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
891
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
892
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
893
})
894
o59 = Create("WedgePart",{
895
["Name"] = "Part",
896
["Parent"] = o2,
897
["Material"] = Enum.Material.Metal,
898
["Position"] = Vector3.new(2.50000262, 19.4729748, 12.0999956),
899
["Rotation"] = Vector3.new(-89.9999161, -90, 0),
900
["Anchored"] = true,
901
["CFrame"] = CFrame.new(2.50000262, 19.4729748, 12.0999956, -7.58492035e-007, 6.60409228e-007, -1, 1, 1.47521541e-006, -7.58491069e-007, 1.47521496e-006, -1, -6.60410365e-007),
902
["FormFactor"] = Enum.FormFactor.Symmetric,
903
["Size"] = Vector3.new(0.99999994, 1.79999995, 1.39999998),
904
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
905
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
906
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
907
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
908
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
909
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
910
})
911
o60 = Create("WedgePart",{
912
["Name"] = "Part",
913
["Parent"] = o2,
914
["Material"] = Enum.Material.Metal,
915
["Position"] = Vector3.new(-0.100000262, 19.9729671, 9.09999561),
916
["Rotation"] = Vector3.new(-90, 3.41509462e-006, 90),
917
["Anchored"] = true,
918
["CFrame"] = CFrame.new(-0.100000262, 19.9729671, 9.09999561, -7.31676124e-008, -1, 5.96046448e-008, -1.0413462e-014, 1.49011612e-007, 1, -1, 7.31676195e-008, -3.55271368e-014),
919
["FormFactor"] = Enum.FormFactor.Symmetric,
920
["Size"] = Vector3.new(1, 1.79999995, 2),
921
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
922
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
923
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
924
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
925
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
926
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
927
})
928
o61 = Create("WedgePart",{
929
["Name"] = "Part",
930
["Parent"] = o2,
931
["Material"] = Enum.Material.Metal,
932
["Position"] = Vector3.new(-0.100000262, 19.9729691, 11.8999958),
933
["Rotation"] = Vector3.new(-90, 3.41509462e-006, 90),
934
["Anchored"] = true,
935
["CFrame"] = CFrame.new(-0.100000262, 19.9729691, 11.8999958, -7.31676124e-008, -1, 5.96046448e-008, -1.0413462e-014, 1.49011612e-007, 1, -1, 7.31676195e-008, -3.55271368e-014),
936
["FormFactor"] = Enum.FormFactor.Symmetric,
937
["Size"] = Vector3.new(1, 1.79999995, 2),
938
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
939
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
940
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
941
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
942
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
943
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
944
})
945
o62 = Create("WedgePart",{
946
["Name"] = "Part",
947
["Parent"] = o2,
948
["Material"] = Enum.Material.Metal,
949
["Position"] = Vector3.new(1.29999554, 20.4729652, 11.9000072),
950
["Rotation"] = Vector3.new(90.0000076, -4.00884164e-005, -90.0000076),
951
["Anchored"] = true,
952
["CFrame"] = CFrame.new(1.29999554, 20.4729652, 11.9000072, -1.26986635e-007, 0.999991775, -6.99674843e-007, 7.68220048e-008, -8.26661335e-007, -0.999990225, -0.99999398, -1.26984801e-007, -1.10142366e-007),
953
["FormFactor"] = Enum.FormFactor.Symmetric,
954
["Size"] = Vector3.new(0.99999994, 0.999999881, 1),
955
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
956
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
957
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
958
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
959
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
960
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
961
})
962
o63 = Create("WedgePart",{
963
["Name"] = "Part",
964
["Parent"] = o2,
965
["Material"] = Enum.Material.Metal,
966
["Position"] = Vector3.new(1.29999554, 20.4729652, 9.10000992),
967
["Rotation"] = Vector3.new(90.0000076, -4.00884164e-005, -90.0000076),
968
["Anchored"] = true,
969
["CFrame"] = CFrame.new(1.29999554, 20.4729652, 9.10000992, -1.26986635e-007, 0.999991775, -6.99674843e-007, 7.68220048e-008, -8.26661335e-007, -0.999990225, -0.99999398, -1.26984801e-007, -1.10142366e-007),
970
["FormFactor"] = Enum.FormFactor.Symmetric,
971
["Size"] = Vector3.new(0.99999994, 0.999999881, 1),
972
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
973
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
974
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
975
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
976
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
977
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
978
})
979
o64 = Create("WedgePart",{
980
["Name"] = "Part",
981
["Parent"] = o2,
982
["Material"] = Enum.Material.Metal,
983
["Position"] = Vector3.new(13.6999998, 22.7729626, 4.69999599),
984
["Rotation"] = Vector3.new(-180, -89.980217, -80.7577362),
985
["Anchored"] = true,
986
["CFrame"] = CFrame.new(13.6999998, 22.7729626, 4.69999599, 4.84948259e-009, 2.98023224e-008, -0.99999994, -2.05794759e-008, -0.99999994, 0, -0.99999994, 7.97080446e-009, -4.84948259e-009),
987
["FormFactor"] = Enum.FormFactor.Symmetric,
988
["Size"] = Vector3.new(3.79999971, 1.60000002, 3.79999995),
989
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
990
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
991
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
992
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
993
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
994
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
995
})
996
o65 = Create("WedgePart",{
997
["Name"] = "Part",
998
["Parent"] = o2,
999
["Material"] = Enum.Material.Metal,
1000
["Position"] = Vector3.new(13.5, 22.7729645, 16.2999954),
1001
["Rotation"] = Vector3.new(-180, -89.980217, -80.7577362),
1002
["Anchored"] = true,
1003
["CFrame"] = CFrame.new(13.5, 22.7729645, 16.2999954, 4.84948259e-009, 2.98023224e-008, -0.99999994, -2.05794759e-008, -0.99999994, 0, -0.99999994, 7.97080446e-009, -4.84948259e-009),
1004
["FormFactor"] = Enum.FormFactor.Symmetric,
1005
["Size"] = Vector3.new(3.79999971, 1.60000002, 3.4000001),
1006
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1007
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1008
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1009
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1010
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1011
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1012
})
1013
o66 = Create("WedgePart",{
1014
["Name"] = "Part",
1015
["Parent"] = o2,
1016
["Material"] = Enum.Material.Metal,
1017
["Position"] = Vector3.new(16.9000015, 21.0729694, 10.499999),
1018
["Rotation"] = Vector3.new(-180, -89.980217, -80.7577362),
1019
["Anchored"] = true,
1020
["CFrame"] = CFrame.new(16.9000015, 21.0729694, 10.499999, 4.84948259e-009, 2.98023224e-008, -0.99999994, -2.05794759e-008, -0.99999994, 0, -0.99999994, 7.97080446e-009, -4.84948259e-009),
1021
["FormFactor"] = Enum.FormFactor.Symmetric,
1022
["Size"] = Vector3.new(7.80000019, 1.79999995, 0.99999994),
1023
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1024
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1025
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1026
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1027
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1028
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1029
})
1030
o67 = Create("WedgePart",{
1031
["Name"] = "Part",
1032
["Parent"] = o2,
1033
["Material"] = Enum.Material.Metal,
1034
["Position"] = Vector3.new(6.60000134, 24.8729649, 10.4999962),
1035
["Rotation"] = Vector3.new(-3.0533326e-013, 90, 0),
1036
["Anchored"] = true,
1037
["CFrame"] = CFrame.new(6.60000134, 24.8729649, 10.4999962, -3.3268492e-008, 5.11835943e-008, 1, -5.32907052e-015, 1, -2.55917989e-008, -1, 1.78886435e-008, -3.32684884e-008),
1038
["FormFactor"] = Enum.FormFactor.Symmetric,
1039
["Size"] = Vector3.new(3.79999995, 0.99999994, 4.00000048),
1040
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1041
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1042
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1043
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1044
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1045
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1046
})
1047
o68 = Create("WedgePart",{
1048
["Name"] = "Part",
1049
["Parent"] = o2,
1050
["Material"] = Enum.Material.Metal,
1051
["Position"] = Vector3.new(15.4000015, 24.8729668, 10.4999962),
1052
["Rotation"] = Vector3.new(3.0533326e-013, -90, 0),
1053
["Anchored"] = true,
1054
["CFrame"] = CFrame.new(15.4000015, 24.8729668, 10.4999962, 3.3268492e-008, -2.70131301e-015, -1, -5.32907052e-015, 1, -2.55917989e-008, 1, 1.78886559e-008, 3.32684884e-008),
1055
["FormFactor"] = Enum.FormFactor.Symmetric,
1056
["Size"] = Vector3.new(3.79999995, 0.99999994, 4.00000048),
1057
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1058
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1059
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1060
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1061
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1062
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1063
})
1064
o69 = Create("WedgePart",{
1065
["Name"] = "Part",
1066
["Parent"] = o2,
1067
["Material"] = Enum.Material.Metal,
1068
["Position"] = Vector3.new(11.5000019, 24.8729668, 13.3999968),
1069
["Rotation"] = Vector3.new(180, -1.90614423e-006, -180),
1070
["Anchored"] = true,
1071
["CFrame"] = CFrame.new(11.5000019, 24.8729668, 13.3999968, -1, 2.55917936e-008, -3.3268492e-008, -5.32907052e-015, 1, -2.55917989e-008, 3.32684884e-008, -7.70314923e-009, -1),
1072
["FormFactor"] = Enum.FormFactor.Symmetric,
1073
["Size"] = Vector3.new(3.79999995, 0.99999994, 2.00000048),
1074
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1075
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1076
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1077
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1078
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1079
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1080
})
1081
o70 = Create("WedgePart",{
1082
["Name"] = "Part",
1083
["Parent"] = o2,
1084
["Material"] = Enum.Material.Metal,
1085
["Position"] = Vector3.new(11.5000019, 24.8729668, 7.59999609),
1086
["Rotation"] = Vector3.new(1.46630214e-006, 1.90614423e-006, -1.46630248e-006),
1087
["Anchored"] = true,
1088
["CFrame"] = CFrame.new(11.5000019, 24.8729668, 7.59999609, 1, 2.5591806e-008, 3.3268492e-008, -5.32907052e-015, 1, -2.55917989e-008, -3.32684884e-008, 4.34804477e-008, 1),
1089
["FormFactor"] = Enum.FormFactor.Symmetric,
1090
["Size"] = Vector3.new(3.79999995, 0.99999994, 2.00000048),
1091
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1092
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1093
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1094
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1095
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1096
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1097
})
1098
o71 = Create("WedgePart",{
1099
["Name"] = "Part",
1100
["Parent"] = o2,
1101
["Material"] = Enum.Material.Metal,
1102
["BrickColor"] = BrickColor.new("Black"),
1103
["Position"] = Vector3.new(8.99999905, 24.7729702, 7.69999647),
1104
["Rotation"] = Vector3.new(1.46630214e-006, 1.90614423e-006, -1.46630248e-006),
1105
["Anchored"] = true,
1106
["CFrame"] = CFrame.new(8.99999905, 24.7729702, 7.69999647, 1, 2.5591806e-008, 3.3268492e-008, -5.32907052e-015, 1, -2.55917989e-008, -3.32684884e-008, 4.34804477e-008, 1),
1107
["FormFactor"] = Enum.FormFactor.Symmetric,
1108
["Size"] = Vector3.new(1.20000005, 0.799999952, 1.80000043),
1109
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1110
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1111
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1112
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1113
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1114
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1115
["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
1116
})
1117
o72 = Create("SpecialMesh",{
1118
["Parent"] = o71,
1119
["Offset"] = Vector3.new(1.10000002, 0, 0),
1120
["Scale"] = Vector3.new(1, 1.07000005, 1),
1121
["MeshType"] = Enum.MeshType.Wedge,
1122
})
1123
o73 = Create("Part",{
1124
["Name"] = "LJoint",
1125
["Parent"] = o2,
1126
["Material"] = Enum.Material.Metal,
1127
["Transparency"] = 1,
1128
["Position"] = Vector3.new(9.49999809, 20.2729568, 21.5),
1129
["Rotation"] = Vector3.new(180, -9.2207365e-006, 7.48569892e-006),
1130
["Anchored"] = true,
1131
["CFrame"] = CFrame.new(9.49999809, 20.2729568, 21.5, 1, -1.30650093e-007, -1.60932217e-007, -1.30650108e-007, -1, -5.96046164e-008, -1.60932203e-007, 5.96046377e-008, -1),
1132
["FormFactor"] = Enum.FormFactor.Symmetric,
1133
["Size"] = Vector3.new(2.99999952, 2.5999999, 2.20000124),
1134
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1135
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1136
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1137
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1138
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1139
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1140
})
1141
o74 = Create("Part",{
1142
["Name"] = "RJoint",
1143
["Parent"] = o2,
1144
["Material"] = Enum.Material.Metal,
1145
["Transparency"] = 1,
1146
["Position"] = Vector3.new(9.49999809, 20.2729568, -0.50000149),
1147
["Rotation"] = Vector3.new(180, -9.2207365e-006, 7.48569892e-006),
1148
["Anchored"] = true,
1149
["CFrame"] = CFrame.new(9.49999809, 20.2729568, -0.50000149, 1, -1.47549628e-007, 2.72161913e-007, 1.47549613e-007, 1, 5.96046803e-008, -2.72161913e-007, -5.96046377e-008, 1),
1150
["FormFactor"] = Enum.FormFactor.Symmetric,
1151
["Size"] = Vector3.new(2.99999952, 2.5999999, 2.20000124),
1152
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1153
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1154
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1155
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1156
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1157
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1158
})
1159
o75 = Create("Model",{
1160
["Name"] = "LCannon",
1161
["Parent"] = o2,
1162
})
1163
o76 = Create("Part",{
1164
["Parent"] = o75,
1165
["Material"] = Enum.Material.Metal,
1166
["Position"] = Vector3.new(15.1999998, 20.2729511, 20.6999989),
1167
["Rotation"] = Vector3.new(180, -9.2207365e-006, 7.48569892e-006),
1168
["Anchored"] = true,
1169
["CFrame"] = CFrame.new(15.1999998, 20.2729511, 20.6999989, 1, -1.30650093e-007, -1.60932217e-007, -1.30650108e-007, -1, -5.96046164e-008, -1.60932203e-007, 5.96046377e-008, -1),
1170
["FormFactor"] = Enum.FormFactor.Symmetric,
1171
["Size"] = Vector3.new(8, 2.5999999, 1.00000119),
1172
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1173
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1174
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1175
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1176
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1177
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1178
})
1179
o77 = Create("Part",{
1180
["Name"] = "Barrel1",
1181
["Parent"] = o75,
1182
["Material"] = Enum.Material.Metal,
1183
["Position"] = Vector3.new(2.3999989, 19.6729603, 21.5),
1184
["Rotation"] = Vector3.new(180, -9.2207365e-006, 7.48569892e-006),
1185
["Anchored"] = true,
1186
["CFrame"] = CFrame.new(2.3999989, 19.6729603, 21.5, 1, -1.30650093e-007, -1.60932217e-007, -1.30650108e-007, -1, -5.96046164e-008, -1.60932203e-007, 5.96046377e-008, -1),
1187
["FormFactor"] = Enum.FormFactor.Symmetric,
1188
["Size"] = Vector3.new(10.7999992, 0.999999881, 2.6000011),
1189
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1190
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1191
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1192
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1193
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1194
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1195
})
1196
o78 = Create("Part",{
1197
["Name"] = "Barrel2",
1198
["Parent"] = o75,
1199
["Material"] = Enum.Material.Metal,
1200
["Position"] = Vector3.new(4.29999876, 20.8729591, 21.4999981),
1201
["Rotation"] = Vector3.new(180, -9.2207365e-006, 7.48569892e-006),
1202
["Anchored"] = true,
1203
["CFrame"] = CFrame.new(4.29999876, 20.8729591, 21.4999981, 1, -1.30650093e-007, -1.60932217e-007, -1.30650108e-007, -1, -5.96046164e-008, -1.60932203e-007, 5.96046377e-008, -1),
1204
["FormFactor"] = Enum.FormFactor.Symmetric,
1205
["Size"] = Vector3.new(7, 0.999999881, 2.60000134),
1206
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1207
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1208
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1209
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1210
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1211
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1212
})
1213
o79 = Create("Part",{
1214
["Name"] = "Base",
1215
["Parent"] = o75,
1216
["Material"] = Enum.Material.Metal,
1217
["Position"] = Vector3.new(9.49999809, 20.2729549, 21.6000004),
1218
["Rotation"] = Vector3.new(180, -9.2207365e-006, 7.48569892e-006),
1219
["Anchored"] = true,
1220
["CFrame"] = CFrame.new(9.49999809, 20.2729549, 21.6000004, 1, -1.30650093e-007, -1.60932217e-007, -1.30650108e-007, -1, -5.96046164e-008, -1.60932203e-007, 5.96046377e-008, -1),
1221
["FormFactor"] = Enum.FormFactor.Symmetric,
1222
["Size"] = Vector3.new(3.39999962, 2.5999999, 2.80000114),
1223
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1224
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1225
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1226
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1227
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1228
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1229
})
1230
o80 = Create("Script",{
1231
["Parent"] = o79,
1232
})
1233
table.insert(cors,coroutine.create(function()
1234
wait()
1235
runDummyScript(function()
1236
local weldTo = script.Parent
1237
local weldModel = Instance.new("Model",weldTo)
1238
weldModel.Name = "Welds"
1239
1240
makeWeld = function(part1,part0)
1241
	local w = Instance.new("Weld",weldModel)
1242
	w.Part0 = part0
1243
	w.Part1 = part1
1244
	local CFrameOrigin = CFrame.new(part0.Position)
1245
	local CFrame0 = part0.CFrame:inverse() * CFrameOrigin
1246
	local CFrame1 = part1.CFrame:inverse() * CFrameOrigin
1247
	w.C0 = CFrame0
1248
	w.C1 = CFrame1
1249
end
1250
1251
for i,v in pairs (weldTo.Parent:children()) do
1252
	if v.ClassName == "Part" or v.Name == "Part" and v ~= weldTo then
1253
		makeWeld(v,weldTo)
1254
		v.Anchored = false
1255
	end
1256
end
1257
1258
weldTo.Anchored = false
1259
end,o80)
1260
end))
1261
o81 = Create("WedgePart",{
1262
["Name"] = "Part",
1263
["Parent"] = o75,
1264
["Material"] = Enum.Material.Metal,
1265
["Position"] = Vector3.new(-0.800001144, 20.872961, 21.5),
1266
["Rotation"] = Vector3.new(180, -9.22071104e-006, 89.9999695),
1267
["Anchored"] = true,
1268
["CFrame"] = CFrame.new(-0.800001144, 20.872961, 21.5, 5.7332295e-007, -1, -1.60931762e-007, -1, -5.7332295e-007, -5.960473e-008, 5.96046377e-008, 1.60931791e-007, -1),
1269
["FormFactor"] = Enum.FormFactor.Symmetric,
1270
["Size"] = Vector3.new(1, 3.19999981, 2.60000014),
1271
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1272
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1273
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1274
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1275
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1276
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1277
})
1278
o82 = Create("WedgePart",{
1279
["Name"] = "Part",
1280
["Parent"] = o75,
1281
["Material"] = Enum.Material.Metal,
1282
["Position"] = Vector3.new(-4.80000019, 19.6729546, 21.5000057),
1283
["Rotation"] = Vector3.new(180, -6.10148072e-006, 90.0000153),
1284
["Anchored"] = true,
1285
["CFrame"] = CFrame.new(-4.80000019, 19.6729546, 21.5000057, -2.95794706e-007, -1, -1.06490923e-007, -1, 2.95794706e-007, -5.96046092e-008, 5.96046377e-008, 1.06490909e-007, -1),
1286
["FormFactor"] = Enum.FormFactor.Symmetric,
1287
["Size"] = Vector3.new(1, 3.5999999, 2.5999999),
1288
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1289
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1290
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1291
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1292
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1293
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1294
})
1295
o83 = Create("WedgePart",{
1296
["Name"] = "Part",
1297
["Parent"] = o75,
1298
["Material"] = Enum.Material.Metal,
1299
["Position"] = Vector3.new(15.1999979, 20.2729568, 22.0999966),
1300
["Rotation"] = Vector3.new(90, -90, 0),
1301
["Anchored"] = true,
1302
["CFrame"] = CFrame.new(15.1999979, 20.2729568, 22.0999966, -1.37835116e-007, 7.99750168e-008, -1, -1, 5.96046235e-008, 1.37835116e-007, 5.96046377e-008, 1, 7.99750097e-008),
1303
["FormFactor"] = Enum.FormFactor.Symmetric,
1304
["Size"] = Vector3.new(2.5999999, 1.79999971, 8),
1305
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1306
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1307
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1308
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1309
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1310
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1311
})
1312
o84 = Create("Model",{
1313
["Name"] = "RCannon",
1314
["Parent"] = o2,
1315
})
1316
o85 = Create("Part",{
1317
["Parent"] = o84,
1318
["Material"] = Enum.Material.Metal,
1319
["Transparency"] = 1,
1320
["Position"] = Vector3.new(9.49999905, 20.2729683, -0.300001562),
1321
["Anchored"] = true,
1322
["CFrame"] = CFrame.new(9.49999905, 20.2729683, -0.300001562, 1, 0, 0, 0, 1, 0, 0, 0, 1),
1323
["FormFactor"] = Enum.FormFactor.Symmetric,
1324
["Size"] = Vector3.new(2.99999952, 2.5999999, 2.20000124),
1325
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1326
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1327
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1328
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1329
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1330
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1331
})
1332
o86 = Create("Part",{
1333
["Parent"] = o84,
1334
["Material"] = Enum.Material.Metal,
1335
["Position"] = Vector3.new(15.2000008, 20.2729721, 0.299998999),
1336
["Anchored"] = true,
1337
["CFrame"] = CFrame.new(15.2000008, 20.2729721, 0.299998999, 1, 0, 0, 0, 1, 0, 0, 0, 1),
1338
["FormFactor"] = Enum.FormFactor.Symmetric,
1339
["Size"] = Vector3.new(8, 2.5999999, 1.00000119),
1340
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1341
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1342
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1343
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1344
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1345
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1346
})
1347
o87 = Create("Part",{
1348
["Name"] = "Barrel1",
1349
["Parent"] = o84,
1350
["Material"] = Enum.Material.Metal,
1351
["Position"] = Vector3.new(2.39999962, 19.6729622, -0.50000149),
1352
["Anchored"] = true,
1353
["CFrame"] = CFrame.new(2.39999962, 19.6729622, -0.50000149, 1, 0, 0, 0, 1, 0, 0, 0, 1),
1354
["FormFactor"] = Enum.FormFactor.Symmetric,
1355
["Size"] = Vector3.new(10.7999992, 0.999999881, 2.6000011),
1356
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1357
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1358
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1359
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1360
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1361
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1362
})
1363
o88 = Create("Part",{
1364
["Name"] = "Barrel2",
1365
["Parent"] = o84,
1366
["Material"] = Enum.Material.Metal,
1367
["Position"] = Vector3.new(4.29999924, 20.8729668, -0.500001609),
1368
["Anchored"] = true,
1369
["CFrame"] = CFrame.new(4.29999924, 20.8729668, -0.500001609, 1, 0, 0, 0, 1, 0, 0, 0, 1),
1370
["FormFactor"] = Enum.FormFactor.Symmetric,
1371
["Size"] = Vector3.new(7, 0.999999881, 2.60000134),
1372
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1373
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1374
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1375
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1376
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1377
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1378
})
1379
o89 = Create("Part",{
1380
["Name"] = "Base",
1381
["Parent"] = o84,
1382
["Material"] = Enum.Material.Metal,
1383
["Position"] = Vector3.new(9.49999905, 20.2729683, -0.600001514),
1384
["Anchored"] = true,
1385
["CFrame"] = CFrame.new(9.49999905, 20.2729683, -0.600001514, 1, 0, 0, 0, 1, 0, 0, 0, 1),
1386
["FormFactor"] = Enum.FormFactor.Symmetric,
1387
["Size"] = Vector3.new(3.39999962, 2.5999999, 2.80000114),
1388
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1389
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1390
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1391
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1392
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1393
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1394
})
1395
o90 = Create("Script",{
1396
["Parent"] = o89,
1397
})
1398
table.insert(cors,coroutine.create(function()
1399
wait()
1400
runDummyScript(function()
1401
local weldTo = script.Parent
1402
local weldModel = Instance.new("Model",weldTo)
1403
weldModel.Name = "Welds"
1404
1405
makeWeld = function(part1,part0)
1406
	local w = Instance.new("Weld",weldModel)
1407
	w.Part0 = part0
1408
	w.Part1 = part1
1409
	local CFrameOrigin = CFrame.new(part0.Position)
1410
	local CFrame0 = part0.CFrame:inverse() * CFrameOrigin
1411
	local CFrame1 = part1.CFrame:inverse() * CFrameOrigin
1412
	w.C0 = CFrame0
1413
	w.C1 = CFrame1
1414
end
1415
1416
for i,v in pairs (weldTo.Parent:children()) do
1417
	if v.ClassName == "Part" or v.Name == "Part" and v ~= weldTo then
1418
		makeWeld(v,weldTo)
1419
		v.Anchored = false
1420
	end
1421
end
1422
1423
weldTo.Anchored = false
1424
end,o90)
1425
end))
1426
o91 = Create("WedgePart",{
1427
["Name"] = "Part",
1428
["Parent"] = o84,
1429
["Material"] = Enum.Material.Metal,
1430
["Position"] = Vector3.new(-0.800001025, 20.8729687, -0.500002265),
1431
["Rotation"] = Vector3.new(-6.40330256e-007, 2.73961808e-011, 89.9999619),
1432
["Anchored"] = true,
1433
["CFrame"] = CFrame.new(-0.800001025, 20.8729687, -0.500002265, 7.03972944e-007, -1, 4.78153541e-013, 1, 6.91189484e-007, 1.11758709e-008, -1.98500061e-008, 4.65876903e-013, 1),
1434
["FormFactor"] = Enum.FormFactor.Symmetric,
1435
["Size"] = Vector3.new(1, 3.19999981, 2.60000014),
1436
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1437
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1438
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1439
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1440
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1441
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1442
})
1443
o92 = Create("WedgePart",{
1444
["Name"] = "Part",
1445
["Parent"] = o84,
1446
["Material"] = Enum.Material.Metal,
1447
["Position"] = Vector3.new(-4.80000019, 19.6729622, -0.500001967),
1448
["Rotation"] = Vector3.new(-5.93437971e-006, 4.63850392e-006, 90.0000076),
1449
["Anchored"] = true,
1450
["CFrame"] = CFrame.new(-4.80000019, 19.6729622, -0.500001967, -1.6514457e-007, -1, 8.09571645e-008, 1, -5.43850973e-008, 1.03574465e-007, -4.39698127e-008, 5.44412906e-008, 1),
1451
["FormFactor"] = Enum.FormFactor.Symmetric,
1452
["Size"] = Vector3.new(1, 3.5999999, 2.5999999),
1453
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1454
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1455
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1456
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1457
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1458
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1459
})
1460
o93 = Create("WedgePart",{
1461
["Name"] = "Part",
1462
["Parent"] = o84,
1463
["Material"] = Enum.Material.Metal,
1464
["Position"] = Vector3.new(15.1999989, 20.2729683, -1.1000011),
1465
["Rotation"] = Vector3.new(-90, -90, 0),
1466
["Anchored"] = true,
1467
["CFrame"] = CFrame.new(15.1999989, 20.2729683, -1.1000011, -7.18500681e-009, -8.09571929e-008, -1, 1, -5.43850973e-008, 1.03574465e-007, 5.21954746e-009, -1, 5.4441319e-008),
1468
["FormFactor"] = Enum.FormFactor.Symmetric,
1469
["Size"] = Vector3.new(2.5999999, 1.79999971, 8),
1470
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1471
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1472
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1473
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1474
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1475
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1476
})
1477
o94 = Create("WedgePart",{
1478
["Name"] = "Part",
1479
["Parent"] = o2,
1480
["Material"] = Enum.Material.Metal,
1481
["Position"] = Vector3.new(2.50000262, 19.4729748, 8.89999866),
1482
["Rotation"] = Vector3.new(143.417313, -89.7676163, 44.233551),
1483
["Anchored"] = true,
1484
["CFrame"] = CFrame.new(2.50000262, 19.4729748, 8.89999866, 4.57792879e-007, -4.45706036e-007, -0.999991775, -0.999990225, -5.07958191e-007, -3.3080434e-007, -5.41280144e-007, 0.99999398, -4.4570956e-007),
1485
["FormFactor"] = Enum.FormFactor.Symmetric,
1486
["Size"] = Vector3.new(0.99999994, 1.79999995, 1.39999998),
1487
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1488
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1489
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1490
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1491
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1492
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1493
})
1494
o95 = Create("Part",{
1495
["Parent"] = o2,
1496
["Material"] = Enum.Material.Metal,
1497
["Position"] = Vector3.new(1.79999876, 22.6729641, 10.4999933),
1498
["Rotation"] = Vector3.new(-1.02056141e-007, 90, 0),
1499
["Anchored"] = true,
1500
["CFrame"] = CFrame.new(1.79999876, 22.6729641, 10.4999933, -5.96046448e-008, 1.78925568e-008, 1, -1.78121562e-009, 1, -1.78925568e-008, -1, -1.78121673e-009, -5.96046448e-008),
1501
["FormFactor"] = Enum.FormFactor.Symmetric,
1502
["Size"] = Vector3.new(3.79999924, 3.4000001, 5.60000229),
1503
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1504
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1505
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1506
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1507
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1508
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1509
})
1510
o96 = Create("SpecialMesh",{
1511
["Parent"] = o95,
1512
["MeshType"] = Enum.MeshType.Wedge,
1513
})
1514
o97 = Create("Model",{
1515
["Name"] = "TurretBase",
1516
["Parent"] = o1,
1517
})
1518
o98 = Create("Part",{
1519
["Name"] = "RHip",
1520
["Parent"] = o97,
1521
["Material"] = Enum.Material.Metal,
1522
["Position"] = Vector3.new(8, 17.4729729, 4.5),
1523
["Anchored"] = true,
1524
["CFrame"] = CFrame.new(8, 17.4729729, 4.5, 1, 0, 0, 0, 1, 0, 0, 0, 1),
1525
["FormFactor"] = Enum.FormFactor.Symmetric,
1526
["Size"] = Vector3.new(2, 1, 3),
1527
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1528
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1529
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1530
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1531
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1532
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1533
})
1534
o99 = Create("Part",{
1535
["Parent"] = o97,
1536
["Material"] = Enum.Material.Metal,
1537
["Position"] = Vector3.new(8.5, 18.4729691, 10.5),
1538
["Anchored"] = true,
1539
["CFrame"] = CFrame.new(8.5, 18.4729691, 10.5, 1, 0, 0, 0, 1, 0, 0, 0, 1),
1540
["FormFactor"] = Enum.FormFactor.Symmetric,
1541
["Size"] = Vector3.new(9, 1, 15),
1542
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1543
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1544
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1545
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1546
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1547
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1548
})
1549
o100 = Create("Part",{
1550
["Parent"] = o97,
1551
["Material"] = Enum.Material.Metal,
1552
["Position"] = Vector3.new(10.1000004, 16.4729805, 10.5),
1553
["Anchored"] = true,
1554
["CFrame"] = CFrame.new(10.1000004, 16.4729805, 10.5, 1, 0, 0, 0, 1, 0, 0, 0, 1),
1555
["FormFactor"] = Enum.FormFactor.Symmetric,
1556
["Size"] = Vector3.new(12.1999998, 0.99999994, 3.80000019),
1557
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1558
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1559
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1560
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1561
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1562
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1563
})
1564
o101 = Create("Part",{
1565
["Name"] = "LHip",
1566
["Parent"] = o97,
1567
["Material"] = Enum.Material.Metal,
1568
["Position"] = Vector3.new(8, 17.4729729, 16.5),
1569
["Anchored"] = true,
1570
["CFrame"] = CFrame.new(8, 17.4729729, 16.5, 1, 0, 0, 0, 1, 0, 0, 0, 1),
1571
["FormFactor"] = Enum.FormFactor.Symmetric,
1572
["Size"] = Vector3.new(2, 1, 3),
1573
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1574
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1575
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1576
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1577
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1578
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1579
})
1580
o102 = Create("WedgePart",{
1581
["Name"] = "Part",
1582
["Parent"] = o97,
1583
["Material"] = Enum.Material.Metal,
1584
["Position"] = Vector3.new(10.1000004, 16.4729691, 13),
1585
["Rotation"] = Vector3.new(-90, -5.5740469e-007, 180),
1586
["Anchored"] = true,
1587
["CFrame"] = CFrame.new(10.1000004, 16.4729691, 13, -1, -2.36306015e-008, -9.72854686e-009, -4.29504183e-008, 0, 1, 4.48022242e-009, 1, 0),
1588
["FormFactor"] = Enum.FormFactor.Symmetric,
1589
["Size"] = Vector3.new(12.1999998, 1.20000005, 1),
1590
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1591
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1592
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1593
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1594
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1595
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1596
})
1597
o103 = Create("WedgePart",{
1598
["Name"] = "Part",
1599
["Parent"] = o97,
1600
["Material"] = Enum.Material.Metal,
1601
["Position"] = Vector3.new(10.1000004, 16.4729691, 8),
1602
["Rotation"] = Vector3.new(-90, -0, -0),
1603
["Anchored"] = true,
1604
["CFrame"] = CFrame.new(10.1000004, 16.4729691, 8, 1, 0, -0, 0, 0, 1, 0, -1, 0),
1605
["FormFactor"] = Enum.FormFactor.Symmetric,
1606
["Size"] = Vector3.new(12.1999998, 1.20000005, 1),
1607
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1608
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1609
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1610
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1611
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1612
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1613
})
1614
o104 = Create("Part",{
1615
["Parent"] = o97,
1616
["Material"] = Enum.Material.Metal,
1617
["Position"] = Vector3.new(8.5, 17.4729691, 7),
1618
["Anchored"] = true,
1619
["CFrame"] = CFrame.new(8.5, 17.4729691, 7, 1, 0, 0, 0, 1, 0, 0, 0, 1),
1620
["FormFactor"] = Enum.FormFactor.Symmetric,
1621
["Size"] = Vector3.new(9, 1, 2),
1622
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1623
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1624
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1625
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1626
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1627
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1628
})
1629
o105 = Create("CornerWedgePart",{
1630
["Name"] = "Part",
1631
["Parent"] = o97,
1632
["Material"] = Enum.Material.Metal,
1633
["Position"] = Vector3.new(3.00000572, 16.4729748, 8.00000763),
1634
["Rotation"] = Vector3.new(179.999985, -6.48816297e-007, -8.53766051e-006),
1635
["Anchored"] = true,
1636
["CFrame"] = CFrame.new(3.00000572, 16.4729748, 8.00000763, 0.999994814, 1.49009523e-007, -1.13239809e-008, 1.23080454e-007, -0.999990344, -3.51443191e-007, -1.13240217e-008, 3.10377544e-007, -0.999995112),
1637
["Size"] = Vector3.new(2, 0.999999881, 1.20000005),
1638
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1639
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1640
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1641
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1642
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1643
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1644
})
1645
o106 = Create("CornerWedgePart",{
1646
["Name"] = "Part",
1647
["Parent"] = o97,
1648
["Material"] = Enum.Material.Metal,
1649
["Position"] = Vector3.new(2.99999523, 16.4729748, 13),
1650
["Rotation"] = Vector3.new(88.1544724, -89.8154831, -91.7188034),
1651
["Anchored"] = true,
1652
["CFrame"] = CFrame.new(2.99999523, 16.4729748, 13, -1.13240519e-008, 3.77369929e-007, -0.999994814, 1.23081648e-007, -0.999990344, -3.51439837e-007, -0.999995112, -1.64149554e-007, 1.13239844e-008),
1653
["Size"] = Vector3.new(1.20000005, 0.999999881, 2),
1654
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1655
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1656
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1657
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1658
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1659
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1660
})
1661
o107 = Create("Part",{
1662
["Name"] = "RotBase",
1663
["Parent"] = o97,
1664
["Material"] = Enum.Material.Metal,
1665
["Position"] = Vector3.new(8.59999943, 19.4729652, 10.5),
1666
["Anchored"] = true,
1667
["CFrame"] = CFrame.new(8.59999943, 19.4729652, 10.5, 1, 0, 0, 0, 1, 0, 0, 0, 1),
1668
["FormFactor"] = Enum.FormFactor.Symmetric,
1669
["Size"] = Vector3.new(6.39999962, 1, 6.20000029),
1670
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1671
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1672
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1673
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1674
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1675
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1676
})
1677
o108 = Create("Script",{
1678
["Parent"] = o107,
1679
})
1680
table.insert(cors,coroutine.create(function()
1681
wait()
1682
runDummyScript(function()
1683
local weldTo = script.Parent
1684
local weldModel = Instance.new("Model",weldTo)
1685
weldModel.Name = "Welds"
1686
1687
makeWeld = function(part1,part0)
1688
	local w = Instance.new("Weld",weldModel)
1689
	w.Part0 = part0
1690
	w.Part1 = part1
1691
	local CFrameOrigin = CFrame.new(part0.Position)
1692
	local CFrame0 = part0.CFrame:inverse() * CFrameOrigin
1693
	local CFrame1 = part1.CFrame:inverse() * CFrameOrigin
1694
	w.C0 = CFrame0
1695
	w.C1 = CFrame1
1696
end
1697
1698
for i,v in pairs (weldTo.Parent:children()) do
1699
	if v.ClassName == "Part" or v.Name == "Part" and v ~= weldTo then
1700
		makeWeld(v,weldTo)
1701
		v.Anchored = false
1702
	end
1703
end
1704
1705
weldTo.Anchored = false
1706
end,o108)
1707
end))
1708
o109 = Create("WedgePart",{
1709
["Name"] = "Part",
1710
["Parent"] = o97,
1711
["Material"] = Enum.Material.Metal,
1712
["Position"] = Vector3.new(3.00000095, 16.4729824, 10.5),
1713
["Rotation"] = Vector3.new(-90, 5.12264196e-005, 90),
1714
["Anchored"] = true,
1715
["CFrame"] = CFrame.new(3.00000095, 16.4729824, 10.5, 2.56391743e-008, -0.999999106, 8.94069672e-007, 5.39099716e-008, 8.94069672e-007, 0.999998093, -0.999999046, -4.2288562e-008, 1.58340896e-009),
1716
["FormFactor"] = Enum.FormFactor.Symmetric,
1717
["Size"] = Vector3.new(3.79999971, 2, 0.99999994),
1718
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1719
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1720
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1721
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1722
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1723
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1724
})
1725
o110 = Create("WedgePart",{
1726
["Name"] = "Part",
1727
["Parent"] = o97,
1728
["Material"] = Enum.Material.Metal,
1729
["Position"] = Vector3.new(11.6999998, 17.4729691, 4.5),
1730
["Rotation"] = Vector3.new(-180, 90, 0),
1731
["Anchored"] = true,
1732
["CFrame"] = CFrame.new(11.6999998, 17.4729691, 4.5, 9.56532844e-008, 1.78813934e-007, 1, -3.67896291e-008, -1.00000024, 2.08616257e-007, 1.00000012, 7.99034794e-009, -1.09597288e-007),
1733
["FormFactor"] = Enum.FormFactor.Symmetric,
1734
["Size"] = Vector3.new(3, 0.99999994, 2.60000014),
1735
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1736
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1737
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1738
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1739
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1740
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1741
})
1742
o111 = Create("WedgePart",{
1743
["Name"] = "Part",
1744
["Parent"] = o97,
1745
["Material"] = Enum.Material.Metal,
1746
["Position"] = Vector3.new(11.699996, 17.4729614, 16.4999943),
1747
["Rotation"] = Vector3.new(-180, 90, 0),
1748
["Anchored"] = true,
1749
["CFrame"] = CFrame.new(11.699996, 17.4729614, 16.4999943, 9.59009157e-008, 2.65240669e-006, 1.0000037, -4.95392616e-009, -1.00000799, 2.68220901e-006, 1.00000393, 1.53721906e-008, -1.34950113e-007),
1750
["FormFactor"] = Enum.FormFactor.Symmetric,
1751
["Size"] = Vector3.new(3, 0.99999994, 2.60000014),
1752
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1753
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1754
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1755
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1756
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1757
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1758
})
1759
o112 = Create("Part",{
1760
["Parent"] = o97,
1761
["Material"] = Enum.Material.Metal,
1762
["Position"] = Vector3.new(8.5, 17.9729729, 2.5),
1763
["Anchored"] = true,
1764
["CFrame"] = CFrame.new(8.5, 17.9729729, 2.5, 1, 0, 0, 0, 1, 0, 0, 0, 1),
1765
["FormFactor"] = Enum.FormFactor.Symmetric,
1766
["Size"] = Vector3.new(9, 2, 1),
1767
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1768
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1769
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1770
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1771
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1772
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1773
})
1774
o113 = Create("WedgePart",{
1775
["Name"] = "Part",
1776
["Parent"] = o97,
1777
["Material"] = Enum.Material.Metal,
1778
["Position"] = Vector3.new(4.80000162, 17.4729671, 16.4999981),
1779
["Rotation"] = Vector3.new(-180, -90, 0),
1780
["Anchored"] = true,
1781
["CFrame"] = CFrame.new(4.80000162, 17.4729671, 16.4999981, -1.17238784e-007, -1.28149986e-006, -1.00000107, 1.87693825e-008, -1.00000262, 1.1920929e-006, -1.00000119, -7.91746402e-009, 1.41310124e-007),
1782
["FormFactor"] = Enum.FormFactor.Symmetric,
1783
["Size"] = Vector3.new(3, 0.99999994, 1.60000014),
1784
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1785
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1786
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1787
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1788
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1789
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1790
})
1791
o114 = Create("WedgePart",{
1792
["Name"] = "Part",
1793
["Parent"] = o97,
1794
["Material"] = Enum.Material.Metal,
1795
["Position"] = Vector3.new(4.80000162, 17.4729671, 4.50000191),
1796
["Rotation"] = Vector3.new(-180, -90, 0),
1797
["Anchored"] = true,
1798
["CFrame"] = CFrame.new(4.80000162, 17.4729671, 4.50000191, -1.17238784e-007, -1.28149986e-006, -1.00000107, 1.87693825e-008, -1.00000262, 1.1920929e-006, -1.00000119, -7.91746402e-009, 1.41310124e-007),
1799
["FormFactor"] = Enum.FormFactor.Symmetric,
1800
["Size"] = Vector3.new(3, 0.99999994, 1.60000014),
1801
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1802
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1803
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1804
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1805
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1806
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1807
})
1808
o115 = Create("Part",{
1809
["Parent"] = o97,
1810
["Material"] = Enum.Material.Metal,
1811
["Position"] = Vector3.new(8.5, 17.9729691, 18.5),
1812
["Anchored"] = true,
1813
["CFrame"] = CFrame.new(8.5, 17.9729691, 18.5, 1, 0, 0, 0, 1, 0, 0, 0, 1),
1814
["FormFactor"] = Enum.FormFactor.Symmetric,
1815
["Size"] = Vector3.new(9, 2, 1),
1816
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1817
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1818
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1819
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1820
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1821
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1822
})
1823
o116 = Create("Part",{
1824
["Parent"] = o97,
1825
["Material"] = Enum.Material.Metal,
1826
["Position"] = Vector3.new(8.5, 17.4729691, 14),
1827
["Anchored"] = true,
1828
["CFrame"] = CFrame.new(8.5, 17.4729691, 14, 1, 0, 0, 0, 1, 0, 0, 0, 1),
1829
["FormFactor"] = Enum.FormFactor.Symmetric,
1830
["Size"] = Vector3.new(9, 1, 2),
1831
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1832
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1833
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1834
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1835
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1836
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1837
})
1838
o117 = Create("Part",{
1839
["Parent"] = o97,
1840
["Material"] = Enum.Material.Metal,
1841
["Position"] = Vector3.new(14.6000004, 17.9729805, 10.5),
1842
["Anchored"] = true,
1843
["CFrame"] = CFrame.new(14.6000004, 17.9729805, 10.5, 1, 0, 0, 0, 1, 0, 0, 0, 1),
1844
["FormFactor"] = Enum.FormFactor.Symmetric,
1845
["Size"] = Vector3.new(3.20000005, 2, 6.19999981),
1846
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1847
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1848
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1849
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1850
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1851
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1852
})
1853
o118 = Create("Part",{
1854
["Parent"] = o97,
1855
["Material"] = Enum.Material.Metal,
1856
["Position"] = Vector3.new(2.70000052, 17.9729805, 10.5),
1857
["Anchored"] = true,
1858
["CFrame"] = CFrame.new(2.70000052, 17.9729805, 10.5, 1, 0, 0, 0, 1, 0, 0, 0, 1),
1859
["FormFactor"] = Enum.FormFactor.Symmetric,
1860
["Size"] = Vector3.new(2.60000014, 2, 5),
1861
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1862
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1863
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1864
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1865
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1866
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1867
})
1868
o119 = Create("WedgePart",{
1869
["Name"] = "Part",
1870
["Parent"] = o97,
1871
["Material"] = Enum.Material.Metal,
1872
["Position"] = Vector3.new(2.69999552, 17.9729633, 4.99998999),
1873
["Rotation"] = Vector3.new(-90.0000076, 90, 0),
1874
["Anchored"] = true,
1875
["CFrame"] = CFrame.new(2.69999552, 17.9729633, 4.99998999, -3.07949719e-008, -5.96048721e-008, 1.00000346, -1.00000644, -1.29921318e-007, 6.95391122e-009, 1.17245548e-007, -1.00000322, -8.94072585e-008),
1876
["FormFactor"] = Enum.FormFactor.Symmetric,
1877
["Size"] = Vector3.new(1.99999976, 6, 2.5999999),
1878
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1879
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1880
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1881
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1882
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1883
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1884
})
1885
o120 = Create("WedgePart",{
1886
["Name"] = "Part",
1887
["Parent"] = o97,
1888
["Material"] = Enum.Material.Metal,
1889
["Position"] = Vector3.new(2.69999981, 17.9729691, 15.999999),
1890
["Rotation"] = Vector3.new(90, 90, 0),
1891
["Anchored"] = true,
1892
["CFrame"] = CFrame.new(2.69999981, 17.9729691, 15.999999, -8.44520827e-008, 2.42193113e-014, 1, 1, 0, 1.10043885e-007, 1.78886523e-008, 1, -2.42193147e-014),
1893
["FormFactor"] = Enum.FormFactor.Symmetric,
1894
["Size"] = Vector3.new(1.99999976, 6, 2.5999999),
1895
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1896
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1897
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1898
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1899
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1900
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1901
})
1902
o121 = Create("WedgePart",{
1903
["Name"] = "Part",
1904
["Parent"] = o97,
1905
["Material"] = Enum.Material.Metal,
1906
["Position"] = Vector3.new(14.6999998, 17.9729691, 4.69999981),
1907
["Rotation"] = Vector3.new(-90, 0, -90),
1908
["Anchored"] = true,
1909
["CFrame"] = CFrame.new(14.6999998, 17.9729691, 4.69999981, 1.31480844e-008, 1, 0, 2.19134719e-008, 0, 1, 1, -2.59257238e-008, -4.49132251e-008),
1910
["FormFactor"] = Enum.FormFactor.Symmetric,
1911
["Size"] = Vector3.new(5.4000001, 3.4000001, 2.00000024),
1912
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1913
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1914
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1915
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1916
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1917
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1918
})
1919
o122 = Create("Part",{
1920
["Parent"] = o97,
1921
["Material"] = Enum.Material.Metal,
1922
["Position"] = Vector3.new(8.5, 17.4729805, 10.5),
1923
["Anchored"] = true,
1924
["CFrame"] = CFrame.new(8.5, 17.4729805, 10.5, 1, 0, 0, 0, 1, 0, 0, 0, 1),
1925
["FormFactor"] = Enum.FormFactor.Symmetric,
1926
["Size"] = Vector3.new(9, 1, 5),
1927
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1928
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1929
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1930
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1931
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1932
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1933
})
1934
o123 = Create("WedgePart",{
1935
["Name"] = "Part",
1936
["Parent"] = o97,
1937
["Material"] = Enum.Material.Metal,
1938
["Position"] = Vector3.new(14.6999998, 17.9729691, 16.2999992),
1939
["Rotation"] = Vector3.new(-90, 0, -90),
1940
["Anchored"] = true,
1941
["CFrame"] = CFrame.new(14.6999998, 17.9729691, 16.2999992, 1.31480844e-008, 1, 0, 2.19134719e-008, 0, 1, 1, -2.59257238e-008, -4.49132251e-008),
1942
["FormFactor"] = Enum.FormFactor.Symmetric,
1943
["Size"] = Vector3.new(5.4000001, 3.4000001, 2.00000024),
1944
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1945
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1946
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1947
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1948
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1949
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1950
})
1951
o124 = Create("Model",{
1952
["Name"] = "LLeg",
1953
["Parent"] = o97,
1954
})
1955
o125 = Create("Model",{
1956
["Name"] = "Upper",
1957
["Parent"] = o124,
1958
})
1959
o126 = Create("Part",{
1960
["Name"] = "Knee",
1961
["Parent"] = o125,
1962
["Material"] = Enum.Material.Metal,
1963
["Position"] = Vector3.new(8, 9.5, 16.2999992),
1964
["Anchored"] = true,
1965
["CFrame"] = CFrame.new(8, 9.5, 16.2999992, 1, 0, 0, 0, 1, 0, 0, 0, 1),
1966
["FormFactor"] = Enum.FormFactor.Symmetric,
1967
["Shape"] = Enum.PartType.Ball,
1968
["Size"] = Vector3.new(4, 4, 4),
1969
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1970
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1971
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1972
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1973
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1974
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1975
})
1976
o127 = Create("WedgePart",{
1977
["Name"] = "Part",
1978
["Parent"] = o125,
1979
["Material"] = Enum.Material.Metal,
1980
["Position"] = Vector3.new(12.2999897, 10.6729889, 18.2999992),
1981
["Rotation"] = Vector3.new(-29.3821964, -89.7779465, 138.694763),
1982
["Anchored"] = true,
1983
["CFrame"] = CFrame.new(12.2999897, 10.6729889, 18.2999992, -2.98019103e-008, -2.61864432e-008, -0.99999249, -5.81066715e-008, -0.999995768, 5.23729646e-008, -0.999996066, 5.81066857e-008, 9.30146058e-008),
1984
["FormFactor"] = Enum.FormFactor.Symmetric,
1985
["Size"] = Vector3.new(1, 0.99999994, 2.5999999),
1986
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1987
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1988
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1989
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1990
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1991
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
1992
})
1993
o128 = Create("WedgePart",{
1994
["Name"] = "Part",
1995
["Parent"] = o125,
1996
["Material"] = Enum.Material.Metal,
1997
["Position"] = Vector3.new(12.2999859, 14.0729828, 14.2999983),
1998
["Rotation"] = Vector3.new(91.4831009, -89.795372, 91.9953461),
1999
["Anchored"] = true,
2000
["CFrame"] = CFrame.new(12.2999859, 14.0729828, 14.2999983, -6.96264451e-008, -1.99849478e-006, -0.999993622, -4.76582045e-008, 0.99999249, -2.05637571e-006, 0.99999547, -1.19403012e-008, -5.32411804e-008),
2001
["FormFactor"] = Enum.FormFactor.Symmetric,
2002
["Size"] = Vector3.new(1, 5.80000019, 2.5999999),
2003
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2004
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2005
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2006
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2007
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2008
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2009
})
2010
o129 = Create("WedgePart",{
2011
["Name"] = "Part",
2012
["Parent"] = o125,
2013
["Material"] = Enum.Material.Metal,
2014
["Position"] = Vector3.new(12.2999907, 10.6730032, 14.3000021),
2015
["Rotation"] = Vector3.new(-29.3821964, -89.7779465, 138.694763),
2016
["Anchored"] = true,
2017
["CFrame"] = CFrame.new(12.2999907, 10.6730032, 14.3000021, -2.98019103e-008, -2.61864432e-008, -0.99999249, -5.81066715e-008, -0.999995768, 5.23729646e-008, -0.999996066, 5.81066857e-008, 9.30146058e-008),
2018
["FormFactor"] = Enum.FormFactor.Symmetric,
2019
["Size"] = Vector3.new(1, 0.99999994, 2.60000014),
2020
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2021
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2022
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2023
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2024
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2025
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2026
})
2027
o130 = Create("WedgePart",{
2028
["Name"] = "Part",
2029
["Parent"] = o125,
2030
["Material"] = Enum.Material.Metal,
2031
["Position"] = Vector3.new(8.5, 10.0729837, 14.3000002),
2032
["Rotation"] = Vector3.new(-180, -90, 0),
2033
["Anchored"] = true,
2034
["CFrame"] = CFrame.new(8.5, 10.0729837, 14.3000002, 0, 0, -1, 0, -1, -0, -1, 0, -0),
2035
["FormFactor"] = Enum.FormFactor.Symmetric,
2036
["Size"] = Vector3.new(1, 0.200000003, 5),
2037
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2038
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2039
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2040
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2041
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2042
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2043
})
2044
o131 = Create("WedgePart",{
2045
["Name"] = "Part",
2046
["Parent"] = o125,
2047
["Material"] = Enum.Material.Metal,
2048
["Position"] = Vector3.new(8.49998379, 10.0729828, 18.2999992),
2049
["Rotation"] = Vector3.new(-29.3821964, -89.7779465, 138.694763),
2050
["Anchored"] = true,
2051
["CFrame"] = CFrame.new(8.49998379, 10.0729828, 18.2999992, -2.98019103e-008, -2.61864432e-008, -0.99999249, -5.81066715e-008, -0.999995768, 5.23729646e-008, -0.999996066, 5.81066857e-008, 9.30146058e-008),
2052
["FormFactor"] = Enum.FormFactor.Symmetric,
2053
["Size"] = Vector3.new(1, 0.200000003, 5),
2054
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2055
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2056
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2057
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2058
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2059
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2060
})
2061
o132 = Create("Part",{
2062
["Parent"] = o125,
2063
["Material"] = Enum.Material.Metal,
2064
["Position"] = Vector3.new(8, 10.9729919, 16.2999992),
2065
["Anchored"] = true,
2066
["CFrame"] = CFrame.new(8, 10.9729919, 16.2999992, 1, 0, 0, 0, 1, 0, 0, 0, 1),
2067
["FormFactor"] = Enum.FormFactor.Symmetric,
2068
["Size"] = Vector3.new(4, 2, 3),
2069
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2070
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2071
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2072
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2073
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2074
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2075
})
2076
o133 = Create("Part",{
2077
["Name"] = "Hip",
2078
["Parent"] = o125,
2079
["Material"] = Enum.Material.Metal,
2080
["Position"] = Vector3.new(8, 17.4729805, 16.2999992),
2081
["Anchored"] = true,
2082
["CFrame"] = CFrame.new(8, 17.4729805, 16.2999992, 1, 0, 0, 0, 1, 0, 0, 0, 1),
2083
["FormFactor"] = Enum.FormFactor.Symmetric,
2084
["Size"] = Vector3.new(4, 1, 3),
2085
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2086
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2087
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2088
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2089
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2090
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2091
})
2092
o134 = Create("Script",{
2093
["Parent"] = o133,
2094
})
2095
table.insert(cors,coroutine.create(function()
2096
wait()
2097
runDummyScript(function()
2098
local weldTo = script.Parent
2099
local weldModel = Instance.new("Model",weldTo)
2100
weldModel.Name = "Welds"
2101
2102
makeWeld = function(part1,part0)
2103
	local w = Instance.new("Weld",weldModel)
2104
	w.Part0 = part0
2105
	w.Part1 = part1
2106
	local CFrameOrigin = CFrame.new(part0.Position)
2107
	local CFrame0 = part0.CFrame:inverse() * CFrameOrigin
2108
	local CFrame1 = part1.CFrame:inverse() * CFrameOrigin
2109
	w.C0 = CFrame0
2110
	w.C1 = CFrame1
2111
end
2112
2113
for i,v in pairs (weldTo.Parent:children()) do
2114
	if v.ClassName == "Part" or v.Name == "Part" and v ~= weldTo then
2115
		makeWeld(v,weldTo)
2116
		v.Anchored = false
2117
	end
2118
end
2119
2120
weldTo.Anchored = false
2121
end,o134)
2122
end))
2123
o135 = Create("Part",{
2124
["Parent"] = o125,
2125
["Material"] = Enum.Material.Metal,
2126
["Position"] = Vector3.new(8, 14.4729881, 16.2999992),
2127
["Anchored"] = true,
2128
["CFrame"] = CFrame.new(8, 14.4729881, 16.2999992, 1, 0, 0, 0, 1, 0, 0, 0, 1),
2129
["FormFactor"] = Enum.FormFactor.Symmetric,
2130
["Size"] = Vector3.new(4, 5, 3),
2131
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2132
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2133
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2134
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2135
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2136
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2137
})
2138
o136 = Create("WedgePart",{
2139
["Name"] = "Part",
2140
["Parent"] = o125,
2141
["Material"] = Enum.Material.Metal,
2142
["Position"] = Vector3.new(5.5, 13.4729805, 18.2999992),
2143
["Rotation"] = Vector3.new(180, -0, 90),
2144
["Anchored"] = true,
2145
["CFrame"] = CFrame.new(5.5, 13.4729805, 18.2999992, 0, -1, -0, -1, 0, -0, 0, 0, -1),
2146
["FormFactor"] = Enum.FormFactor.Symmetric,
2147
["Size"] = Vector3.new(7, 1, 1),
2148
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2149
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2150
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2151
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2152
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2153
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2154
})
2155
o137 = Create("WedgePart",{
2156
["Name"] = "Part",
2157
["Parent"] = o125,
2158
["Material"] = Enum.Material.Metal,
2159
["Position"] = Vector3.new(5.5, 13.4729881, 14.3000002),
2160
["Rotation"] = Vector3.new(-5.12264569e-006, 1.15153643e-005, 90.0000153),
2161
["Anchored"] = true,
2162
["CFrame"] = CFrame.new(5.5, 13.4729881, 14.3000002, -3.07173877e-007, -1, 2.0098102e-007, 1, -3.07173849e-007, 8.94070311e-008, -8.94069672e-008, 2.00981049e-007, 1),
2163
["FormFactor"] = Enum.FormFactor.Symmetric,
2164
["Size"] = Vector3.new(7, 1, 1),
2165
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2166
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2167
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2168
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2169
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2170
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2171
})
2172
o138 = Create("WedgePart",{
2173
["Name"] = "Part",
2174
["Parent"] = o125,
2175
["Material"] = Enum.Material.Metal,
2176
["Position"] = Vector3.new(12.2999878, 14.0729742, 18.2999973),
2177
["Rotation"] = Vector3.new(91.4831009, -89.795372, 91.9953461),
2178
["Anchored"] = true,
2179
["CFrame"] = CFrame.new(12.2999878, 14.0729742, 18.2999973, -6.96264451e-008, -1.99849478e-006, -0.999993622, -4.76582045e-008, 0.99999249, -2.05637571e-006, 0.99999547, -1.19403012e-008, -5.32411804e-008),
2180
["FormFactor"] = Enum.FormFactor.Symmetric,
2181
["Size"] = Vector3.new(1, 5.80000019, 2.5999999),
2182
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2183
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2184
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2185
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2186
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2187
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2188
})
2189
o139 = Create("Part",{
2190
["Parent"] = o125,
2191
["Material"] = Enum.Material.Metal,
2192
["Position"] = Vector3.new(5.5, 13.4729881, 16.2999992),
2193
["Anchored"] = true,
2194
["CFrame"] = CFrame.new(5.5, 13.4729881, 16.2999992, 1, 0, 0, 0, 1, 0, 0, 0, 1),
2195
["FormFactor"] = Enum.FormFactor.Symmetric,
2196
["Size"] = Vector3.new(1, 7, 3),
2197
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2198
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2199
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2200
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2201
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2202
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2203
})
2204
o140 = Create("Part",{
2205
["Parent"] = o125,
2206
["Material"] = Enum.Material.Metal,
2207
["Position"] = Vector3.new(8.5, 13.5730009, 14.3000002),
2208
["Anchored"] = true,
2209
["CFrame"] = CFrame.new(8.5, 13.5730009, 14.3000002, 1, 0, 0, 0, 1, 0, 0, 0, 1),
2210
["FormFactor"] = Enum.FormFactor.Symmetric,
2211
["Size"] = Vector3.new(5, 6.79999971, 1),
2212
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2213
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2214
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2215
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2216
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2217
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2218
})
2219
o141 = Create("Part",{
2220
["Parent"] = o125,
2221
["Material"] = Enum.Material.Metal,
2222
["Position"] = Vector3.new(8.5, 13.5729885, 18.2999992),
2223
["Anchored"] = true,
2224
["CFrame"] = CFrame.new(8.5, 13.5729885, 18.2999992, 1, 0, 0, 0, 1, 0, 0, 0, 1),
2225
["FormFactor"] = Enum.FormFactor.Symmetric,
2226
["Size"] = Vector3.new(5, 6.80000019, 1),
2227
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2228
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2229
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2230
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2231
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2232
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2233
})
2234
o142 = Create("Model",{
2235
["Name"] = "Lower",
2236
["Parent"] = o124,
2237
})
2238
o143 = Create("Part",{
2239
["Parent"] = o142,
2240
["Material"] = Enum.Material.Metal,
2241
["Position"] = Vector3.new(5.5, 6, 16.2999992),
2242
["Anchored"] = true,
2243
["CFrame"] = CFrame.new(5.5, 6, 16.2999992, 1, 0, 0, 0, 1, 0, 0, 0, 1),
2244
["FormFactor"] = Enum.FormFactor.Symmetric,
2245
["Size"] = Vector3.new(1, 6, 3),
2246
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2247
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2248
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2249
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2250
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2251
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2252
})
2253
o144 = Create("WedgePart",{
2254
["Name"] = "Part",
2255
["Parent"] = o142,
2256
["Material"] = Enum.Material.Metal,
2257
["Position"] = Vector3.new(8.5, 3.5, 14.3000011),
2258
["Rotation"] = Vector3.new(-180, -90, 0),
2259
["Anchored"] = true,
2260
["CFrame"] = CFrame.new(8.5, 3.5, 14.3000011, 0, 0, -1, 0, -1, -0, -1, 0, -0),
2261
["FormFactor"] = Enum.FormFactor.Symmetric,
2262
["Size"] = Vector3.new(1, 1, 5),
2263
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2264
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2265
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2266
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2267
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2268
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2269
})
2270
o145 = Create("WedgePart",{
2271
["Name"] = "Part",
2272
["Parent"] = o142,
2273
["Material"] = Enum.Material.Metal,
2274
["Position"] = Vector3.new(5.5, 6, 14.3000011),
2275
["Rotation"] = Vector3.new(-5.12264569e-006, 1.15153643e-005, 90.0000153),
2276
["Anchored"] = true,
2277
["CFrame"] = CFrame.new(5.5, 6, 14.3000011, -3.07173877e-007, -1, 2.0098102e-007, 1, -3.07173849e-007, 8.94070311e-008, -8.94069672e-008, 2.00981049e-007, 1),
2278
["FormFactor"] = Enum.FormFactor.Symmetric,
2279
["Size"] = Vector3.new(6, 1, 1),
2280
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2281
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2282
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2283
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2284
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2285
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2286
})
2287
o146 = Create("Part",{
2288
["Parent"] = o142,
2289
["Material"] = Enum.Material.Metal,
2290
["Position"] = Vector3.new(8.5, 6.50000811, 14.3000011),
2291
["Anchored"] = true,
2292
["CFrame"] = CFrame.new(8.5, 6.50000811, 14.3000011, 1, 0, 0, 0, 1, 0, 0, 0, 1),
2293
["FormFactor"] = Enum.FormFactor.Symmetric,
2294
["Size"] = Vector3.new(5, 5, 1),
2295
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2296
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2297
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2298
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2299
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2300
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2301
})
2302
o147 = Create("Part",{
2303
["Name"] = "Ankle",
2304
["Parent"] = o142,
2305
["Material"] = Enum.Material.Metal,
2306
["Position"] = Vector3.new(8, 3.00000572, 16.2999992),
2307
["Anchored"] = true,
2308
["CFrame"] = CFrame.new(8, 3.00000572, 16.2999992, 1, 0, 0, 0, 1, 0, 0, 0, 1),
2309
["FormFactor"] = Enum.FormFactor.Symmetric,
2310
["Shape"] = Enum.PartType.Ball,
2311
["Size"] = Vector3.new(4, 4, 4),
2312
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2313
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2314
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2315
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2316
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2317
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2318
})
2319
o148 = Create("WedgePart",{
2320
["Name"] = "Part",
2321
["Parent"] = o142,
2322
["Material"] = Enum.Material.Metal,
2323
["Position"] = Vector3.new(12, 5.80000782, 14.3000011),
2324
["Rotation"] = Vector3.new(-180, -90, 0),
2325
["Anchored"] = true,
2326
["CFrame"] = CFrame.new(12, 5.80000782, 14.3000011, 0, 0, -1, 0, -1, -0, -1, 0, -0),
2327
["FormFactor"] = Enum.FormFactor.Symmetric,
2328
["Size"] = Vector3.new(1, 3.59999967, 2),
2329
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2330
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2331
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2332
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2333
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2334
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2335
})
2336
o149 = Create("Part",{
2337
["Parent"] = o142,
2338
["Material"] = Enum.Material.Metal,
2339
["Position"] = Vector3.new(8, 6.49999475, 16.2999992),
2340
["Anchored"] = true,
2341
["CFrame"] = CFrame.new(8, 6.49999475, 16.2999992, 1, 0, 0, 0, 1, 0, 0, 0, 1),
2342
["FormFactor"] = Enum.FormFactor.Symmetric,
2343
["Size"] = Vector3.new(4, 5, 3),
2344
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2345
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2346
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2347
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2348
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2349
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2350
})
2351
o150 = Create("WedgePart",{
2352
["Name"] = "Part",
2353
["Parent"] = o142,
2354
["Material"] = Enum.Material.Metal,
2355
["Position"] = Vector3.new(12, 8.30000782, 14.3000011),
2356
["Rotation"] = Vector3.new(-0, -90, 0),
2357
["Anchored"] = true,
2358
["CFrame"] = CFrame.new(12, 8.30000782, 14.3000011, 0, 0, -1, 0, 1, 0, 1, 0, 0),
2359
["FormFactor"] = Enum.FormFactor.Symmetric,
2360
["Size"] = Vector3.new(0.999999881, 1.39999986, 2),
2361
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2362
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2363
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2364
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2365
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2366
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2367
})
2368
o151 = Create("WedgePart",{
2369
["Name"] = "Part",
2370
["Parent"] = o142,
2371
["Material"] = Enum.Material.Metal,
2372
["Position"] = Vector3.new(8.49998379, 3.49999547, 18.2999973),
2373
["Rotation"] = Vector3.new(-29.3821964, -89.7779465, 138.694763),
2374
["Anchored"] = true,
2375
["CFrame"] = CFrame.new(8.49998379, 3.49999547, 18.2999973, -2.98019103e-008, -2.61864432e-008, -0.99999249, -5.81066715e-008, -0.999995768, 5.23729646e-008, -0.999996066, 5.81066857e-008, 9.30146058e-008),
2376
["FormFactor"] = Enum.FormFactor.Symmetric,
2377
["Size"] = Vector3.new(1, 1, 5),
2378
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2379
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2380
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2381
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2382
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2383
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2384
})
2385
o152 = Create("WedgePart",{
2386
["Name"] = "Part",
2387
["Parent"] = o142,
2388
["Material"] = Enum.Material.Metal,
2389
["Position"] = Vector3.new(5.5, 5.99999475, 18.2999992),
2390
["Rotation"] = Vector3.new(180, -0, 90),
2391
["Anchored"] = true,
2392
["CFrame"] = CFrame.new(5.5, 5.99999475, 18.2999992, 0, -1, -0, -1, 0, -0, 0, 0, -1),
2393
["FormFactor"] = Enum.FormFactor.Symmetric,
2394
["Size"] = Vector3.new(6, 1, 1),
2395
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2396
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2397
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2398
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2399
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2400
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2401
})
2402
o153 = Create("Part",{
2403
["Parent"] = o142,
2404
["Material"] = Enum.Material.Metal,
2405
["Position"] = Vector3.new(8.5, 6.49999475, 18.2999992),
2406
["Anchored"] = true,
2407
["CFrame"] = CFrame.new(8.5, 6.49999475, 18.2999992, 1, 0, 0, 0, 1, 0, 0, 0, 1),
2408
["FormFactor"] = Enum.FormFactor.Symmetric,
2409
["Size"] = Vector3.new(5, 5, 1),
2410
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2411
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2412
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2413
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2414
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2415
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2416
})
2417
o154 = Create("Part",{
2418
["Name"] = "Knee",
2419
["Parent"] = o142,
2420
["Material"] = Enum.Material.Metal,
2421
["Position"] = Vector3.new(8, 9.4999876, 16.2999992),
2422
["Anchored"] = true,
2423
["CFrame"] = CFrame.new(8, 9.4999876, 16.2999992, 1, 0, 0, 0, 1, 0, 0, 0, 1),
2424
["FormFactor"] = Enum.FormFactor.Symmetric,
2425
["Size"] = Vector3.new(4, 1, 3),
2426
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2427
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2428
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2429
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2430
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2431
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2432
})
2433
o155 = Create("Script",{
2434
["Parent"] = o154,
2435
})
2436
table.insert(cors,coroutine.create(function()
2437
wait()
2438
runDummyScript(function()
2439
local weldTo = script.Parent
2440
local weldModel = Instance.new("Model",weldTo)
2441
weldModel.Name = "Welds"
2442
2443
makeWeld = function(part1,part0)
2444
	local w = Instance.new("Weld",weldModel)
2445
	w.Part0 = part0
2446
	w.Part1 = part1
2447
	local CFrameOrigin = CFrame.new(part0.Position)
2448
	local CFrame0 = part0.CFrame:inverse() * CFrameOrigin
2449
	local CFrame1 = part1.CFrame:inverse() * CFrameOrigin
2450
	w.C0 = CFrame0
2451
	w.C1 = CFrame1
2452
end
2453
2454
for i,v in pairs (weldTo.Parent:children()) do
2455
	if v.ClassName == "Part" or v.Name == "Part" and v ~= weldTo then
2456
		makeWeld(v,weldTo)
2457
		v.Anchored = false
2458
	end
2459
end
2460
2461
weldTo.Anchored = false
2462
end,o155)
2463
end))
2464
o156 = Create("WedgePart",{
2465
["Name"] = "Part",
2466
["Parent"] = o142,
2467
["Material"] = Enum.Material.Metal,
2468
["Position"] = Vector3.new(12, 8.29999447, 18.2999992),
2469
["Rotation"] = Vector3.new(-0, -90, 0),
2470
["Anchored"] = true,
2471
["CFrame"] = CFrame.new(12, 8.29999447, 18.2999992, 0, 0, -1, 0, 1, 0, 1, 0, 0),
2472
["FormFactor"] = Enum.FormFactor.Symmetric,
2473
["Size"] = Vector3.new(0.999999881, 1.39999986, 2),
2474
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2475
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2476
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2477
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2478
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2479
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2480
})
2481
o157 = Create("WedgePart",{
2482
["Name"] = "Part",
2483
["Parent"] = o142,
2484
["Material"] = Enum.Material.Metal,
2485
["Position"] = Vector3.new(12, 5.79999495, 18.2999992),
2486
["Rotation"] = Vector3.new(-180, -90, 0),
2487
["Anchored"] = true,
2488
["CFrame"] = CFrame.new(12, 5.79999495, 18.2999992, 0, 0, -1, 0, -1, -0, -1, 0, -0),
2489
["FormFactor"] = Enum.FormFactor.Symmetric,
2490
["Size"] = Vector3.new(1, 3.59999967, 2),
2491
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2492
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2493
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2494
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2495
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2496
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2497
})
2498
o158 = Create("Model",{
2499
["Name"] = "Foot",
2500
["Parent"] = o124,
2501
})
2502
o159 = Create("WedgePart",{
2503
["Name"] = "Part",
2504
["Parent"] = o158,
2505
["Material"] = Enum.Material.Metal,
2506
["Position"] = Vector3.new(6.99997425, 1.49997163, 12.9999981),
2507
["Rotation"] = Vector3.new(-4.09813292e-005, 1.41741848e-005, 4.72486136e-006),
2508
["Anchored"] = true,
2509
["CFrame"] = CFrame.new(6.99997425, 1.49997163, 12.9999981, 0.999993563, -8.24638562e-008, 2.47386197e-007, 8.48195612e-008, 0.999996662, 7.1525676e-007, -2.54453937e-007, -6.85454324e-007, 0.999996781),
2510
["FormFactor"] = Enum.FormFactor.Symmetric,
2511
["Size"] = Vector3.new(2, 1, 1.5999999),
2512
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2513
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2514
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2515
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2516
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2517
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2518
})
2519
o160 = Create("WedgePart",{
2520
["Name"] = "Part",
2521
["Parent"] = o158,
2522
["Material"] = Enum.Material.Metal,
2523
["Position"] = Vector3.new(3.5, 0.5, 14.3000002),
2524
["Rotation"] = Vector3.new(-90, 90, 0),
2525
["Anchored"] = true,
2526
["CFrame"] = CFrame.new(3.5, 0.5, 14.3000002, 0, 0, 1, -1, 0, 0, 0, -1, 0),
2527
["FormFactor"] = Enum.FormFactor.Symmetric,
2528
["Size"] = Vector3.new(1, 1, 3),
2529
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2530
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2531
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2532
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2533
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2534
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2535
})
2536
o161 = Create("Part",{
2537
["Parent"] = o158,
2538
["Material"] = Enum.Material.Metal,
2539
["Position"] = Vector3.new(3.5, 0.500008047, 16.2999992),
2540
["Rotation"] = Vector3.new(-9.78702587e-007, -1.70754777e-006, -2.65248491e-006),
2541
["Anchored"] = true,
2542
["CFrame"] = CFrame.new(3.5, 0.500008047, 16.2999992, 1, 4.62945948e-008, -2.98023295e-008, -4.62945948e-008, 1, 1.70815824e-008, 2.98023295e-008, -1.70815806e-008, 1),
2543
["FormFactor"] = Enum.FormFactor.Symmetric,
2544
["Size"] = Vector3.new(3, 1, 3),
2545
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2546
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2547
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2548
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2549
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2550
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2551
})
2552
o162 = Create("WedgePart",{
2553
["Name"] = "Part",
2554
["Parent"] = o158,
2555
["Material"] = Enum.Material.Metal,
2556
["Position"] = Vector3.new(9, 0.5, 19.5999985),
2557
["Rotation"] = Vector3.new(-180, -1.70754731e-006, -90),
2558
["Anchored"] = true,
2559
["CFrame"] = CFrame.new(9, 0.5, 19.5999985, 0, 1, -2.98023224e-008, 1, 0, 0, 0, -2.98023224e-008, -1),
2560
["FormFactor"] = Enum.FormFactor.Symmetric,
2561
["Size"] = Vector3.new(1, 2, 1.5999999),
2562
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2563
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2564
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2565
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2566
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2567
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2568
})
2569
o163 = Create("WedgePart",{
2570
["Name"] = "Part",
2571
["Parent"] = o158,
2572
["Material"] = Enum.Material.Metal,
2573
["Position"] = Vector3.new(3.50000811, 1.49998784, 16.2999916),
2574
["Rotation"] = Vector3.new(9.78696562e-007, 90, 0),
2575
["Anchored"] = true,
2576
["CFrame"] = CFrame.new(3.50000811, 1.49998784, 16.2999916, -6.76336711e-008, -7.9280035e-008, 1, 1.70814776e-008, 1, 7.92800421e-008, -1, 1.70814847e-008, -6.76336711e-008),
2577
["FormFactor"] = Enum.FormFactor.Symmetric,
2578
["Size"] = Vector3.new(3, 1, 3),
2579
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2580
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2581
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2582
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2583
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2584
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2585
})
2586
o164 = Create("Part",{
2587
["Parent"] = o158,
2588
["Material"] = Enum.Material.Metal,
2589
["Position"] = Vector3.new(12.5, 0.500005007, 16.2999992),
2590
["Rotation"] = Vector3.new(180, 1.43299491e-032, 180),
2591
["Anchored"] = true,
2592
["CFrame"] = CFrame.new(12.5, 0.500005007, 16.2999992, -1, -1.18121391e-020, 2.5010479e-034, 9.70282859e-021, 1, -3.83026943e-014, 2.5010479e-034, 4.6629367e-014, -1),
2593
["FormFactor"] = Enum.FormFactor.Symmetric,
2594
["Size"] = Vector3.new(3, 1, 3),
2595
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2596
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2597
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2598
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2599
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2600
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2601
})
2602
o165 = Create("CornerWedgePart",{
2603
["Name"] = "Part",
2604
["Parent"] = o158,
2605
["Material"] = Enum.Material.Metal,
2606
["Position"] = Vector3.new(3.5, 1.5, 18.2999992),
2607
["Rotation"] = Vector3.new(-90, -1.70754731e-006, 90),
2608
["Anchored"] = true,
2609
["CFrame"] = CFrame.new(3.5, 1.5, 18.2999992, -8.8817842e-016, -1, -2.98023224e-008, 0, -2.98023224e-008, 1, -1, 8.8817842e-016, 0),
2610
["Size"] = Vector3.new(1, 3, 1),
2611
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2612
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2613
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2614
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2615
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2616
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2617
})
2618
o166 = Create("WedgePart",{
2619
["Name"] = "Part",
2620
["Parent"] = o158,
2621
["Material"] = Enum.Material.Metal,
2622
["Position"] = Vector3.new(7, 1.5, 19.5999985),
2623
["Rotation"] = Vector3.new(-180, 0, -180),
2624
["Anchored"] = true,
2625
["CFrame"] = CFrame.new(7, 1.5, 19.5999985, -1, 0, 0, 0, 1, 0, 0, 0, -1),
2626
["FormFactor"] = Enum.FormFactor.Symmetric,
2627
["Size"] = Vector3.new(2, 1, 1.5999999),
2628
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2629
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2630
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2631
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2632
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2633
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2634
})
2635
o167 = Create("CornerWedgePart",{
2636
["Name"] = "Part",
2637
["Parent"] = o158,
2638
["Material"] = Enum.Material.Metal,
2639
["Position"] = Vector3.new(3.49999857, 1.50000024, 14.3000002),
2640
["Rotation"] = Vector3.new(-180, -0.000145142534, 90),
2641
["Anchored"] = true,
2642
["CFrame"] = CFrame.new(3.49999857, 1.50000024, 14.3000002, 1.05365871e-007, -1, -2.53321514e-006, -1, -1.05366524e-007, 2.5350414e-007, -2.53504425e-007, 2.53321514e-006, -1),
2643
["Size"] = Vector3.new(1, 3, 1),
2644
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2645
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2646
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2647
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2648
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2649
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2650
})
2651
o168 = Create("WedgePart",{
2652
["Name"] = "Part",
2653
["Parent"] = o158,
2654
["Material"] = Enum.Material.Metal,
2655
["Position"] = Vector3.new(3.5, 0.5, 18.2999992),
2656
["Rotation"] = Vector3.new(90, 90, 0),
2657
["Anchored"] = true,
2658
["CFrame"] = CFrame.new(3.5, 0.5, 18.2999992, 0, -2.98023224e-008, 1, 1, -9.43689571e-016, 0, 8.32667268e-016, 1, 2.98023224e-008),
2659
["FormFactor"] = Enum.FormFactor.Symmetric,
2660
["Size"] = Vector3.new(1, 1, 3),
2661
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2662
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2663
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2664
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2665
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2666
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2667
})
2668
o169 = Create("Part",{
2669
["Parent"] = o158,
2670
["Material"] = Enum.Material.Metal,
2671
["Position"] = Vector3.new(6.99998045, 0.500014901, 13.0000067),
2672
["Rotation"] = Vector3.new(-5.12266233e-005, 1.17442678e-005, 3.91489357e-006),
2673
["Anchored"] = true,
2674
["CFrame"] = CFrame.new(6.99998045, 0.500014901, 13.0000067, 0.999993563, -6.83273385e-008, 2.04976146e-007, 7.06829937e-008, 0.999996662, 8.94070354e-007, -2.12043744e-007, -8.64267975e-007, 0.999996781),
2675
["FormFactor"] = Enum.FormFactor.Symmetric,
2676
["Size"] = Vector3.new(2, 1, 1.60000014),
2677
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2678
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2679
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2680
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2681
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2682
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2683
})
2684
o170 = Create("Part",{
2685
["Parent"] = o158,
2686
["Material"] = Enum.Material.Metal,
2687
["Position"] = Vector3.new(10.5, 1, 16.2999992),
2688
["Rotation"] = Vector3.new(-180, 0, -180),
2689
["Anchored"] = true,
2690
["CFrame"] = CFrame.new(10.5, 1, 16.2999992, -1, 0, 0, 0, 1, 0, 0, 0, -1),
2691
["FormFactor"] = Enum.FormFactor.Symmetric,
2692
["Size"] = Vector3.new(1, 2, 3),
2693
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2694
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2695
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2696
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2697
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2698
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2699
})
2700
o171 = Create("WedgePart",{
2701
["Name"] = "Part",
2702
["Parent"] = o158,
2703
["Material"] = Enum.Material.Metal,
2704
["Position"] = Vector3.new(12.5, 1.50000501, 16.2999992),
2705
["Rotation"] = Vector3.new(-3.721249e-012, -90, 0),
2706
["Anchored"] = true,
2707
["CFrame"] = CFrame.new(12.5, 1.50000501, 16.2999992, -6.39312807e-034, -1.64526224e-020, -1, 6.49480469e-014, 1, 1.64526224e-020, 1, 6.49480469e-014, 6.39312807e-034),
2708
["FormFactor"] = Enum.FormFactor.Symmetric,
2709
["Size"] = Vector3.new(3, 1, 3),
2710
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2711
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2712
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2713
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2714
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2715
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2716
})
2717
o172 = Create("Part",{
2718
["Parent"] = o158,
2719
["Material"] = Enum.Material.Metal,
2720
["Position"] = Vector3.new(7, 0.5, 19.5999985),
2721
["Rotation"] = Vector3.new(-180, 0, -180),
2722
["Anchored"] = true,
2723
["CFrame"] = CFrame.new(7, 0.5, 19.5999985, -1, 0, 0, 0, 1, 0, 0, 0, -1),
2724
["FormFactor"] = Enum.FormFactor.Symmetric,
2725
["Size"] = Vector3.new(2, 1, 1.60000014),
2726
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2727
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2728
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2729
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2730
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2731
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2732
})
2733
o173 = Create("WedgePart",{
2734
["Name"] = "Part",
2735
["Parent"] = o158,
2736
["Material"] = Enum.Material.Metal,
2737
["Position"] = Vector3.new(10.5, 1, 14.3000002),
2738
["Rotation"] = Vector3.new(-90, -90, 0),
2739
["Anchored"] = true,
2740
["CFrame"] = CFrame.new(10.5, 1, 14.3000002, 0, 0, -1, 1, 0, 0, 0, -1, 0),
2741
["FormFactor"] = Enum.FormFactor.Symmetric,
2742
["Size"] = Vector3.new(2, 1, 1),
2743
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2744
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2745
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2746
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2747
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2748
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2749
})
2750
o174 = Create("CornerWedgePart",{
2751
["Name"] = "Part",
2752
["Parent"] = o158,
2753
["Material"] = Enum.Material.Metal,
2754
["Position"] = Vector3.new(9, 1.49999785, 19.600008),
2755
["Rotation"] = Vector3.new(-90.0000076, 2.91890871e-007, 180),
2756
["Anchored"] = true,
2757
["CFrame"] = CFrame.new(9, 1.49999785, 19.600008, -0.999993563, -1.52536597e-008, 5.09445686e-009, 7.45053486e-009, 1.49011612e-007, 0.999996662, -8.1855136e-009, 0.999996781, -1.78813934e-007),
2758
["Size"] = Vector3.new(2, 1.5999999, 1),
2759
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2760
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2761
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2762
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2763
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2764
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2765
})
2766
o175 = Create("WedgePart",{
2767
["Name"] = "Part",
2768
["Parent"] = o158,
2769
["Material"] = Enum.Material.Metal,
2770
["Position"] = Vector3.new(10.5, 1.00000107, 18.2999992),
2771
["Rotation"] = Vector3.new(-180, 1.61238745e-006, -90),
2772
["Anchored"] = true,
2773
["CFrame"] = CFrame.new(10.5, 1.00000107, 18.2999992, -2.98022815e-008, 0.999999464, 2.81414696e-008, 0.999998927, -2.68378069e-015, 1.42108403e-014, 7.10542736e-015, 2.81414856e-008, -0.999999464),
2774
["FormFactor"] = Enum.FormFactor.Symmetric,
2775
["Size"] = Vector3.new(2, 1, 1),
2776
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2777
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2778
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2779
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2780
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2781
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2782
})
2783
o176 = Create("CornerWedgePart",{
2784
["Name"] = "Part",
2785
["Parent"] = o158,
2786
["Material"] = Enum.Material.Metal,
2787
["Position"] = Vector3.new(8.99996662, 1.50001371, 13.0000057),
2788
["Rotation"] = Vector3.new(-158.801041, 89.7944183, 68.6915283),
2789
["Anchored"] = true,
2790
["CFrame"] = CFrame.new(8.99996662, 1.50001371, 13.0000057, 6.83273385e-008, -1.75174023e-007, 0.999993563, -0.999996662, -8.94070354e-007, 7.06830221e-008, 8.64267975e-007, -0.999996781, -1.82241521e-007),
2791
["Size"] = Vector3.new(1, 1.5999999, 2),
2792
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2793
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2794
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2795
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2796
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2797
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2798
})
2799
o177 = Create("Part",{
2800
["Name"] = "Ankle",
2801
["Parent"] = o158,
2802
["Material"] = Enum.Material.Metal,
2803
["Position"] = Vector3.new(8, 2.99999905, 16.2999992),
2804
["Anchored"] = true,
2805
["CFrame"] = CFrame.new(8, 2.99999905, 16.2999992, 1, 0, 0, 0, 1, 0, 0, 0, 1),
2806
["FormFactor"] = Enum.FormFactor.Symmetric,
2807
["Size"] = Vector3.new(4, 2, 3),
2808
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2809
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2810
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2811
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2812
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2813
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2814
})
2815
o178 = Create("Script",{
2816
["Parent"] = o177,
2817
})
2818
table.insert(cors,coroutine.create(function()
2819
wait()
2820
runDummyScript(function()
2821
local weldTo = script.Parent
2822
local weldModel = Instance.new("Model",weldTo)
2823
weldModel.Name = "Welds"
2824
2825
makeWeld = function(part1,part0)
2826
	local w = Instance.new("Weld",weldModel)
2827
	w.Part0 = part0
2828
	w.Part1 = part1
2829
	local CFrameOrigin = CFrame.new(part0.Position)
2830
	local CFrame0 = part0.CFrame:inverse() * CFrameOrigin
2831
	local CFrame1 = part1.CFrame:inverse() * CFrameOrigin
2832
	w.C0 = CFrame0
2833
	w.C1 = CFrame1
2834
end
2835
2836
for i,v in pairs (weldTo.Parent:children()) do
2837
	if v.ClassName == "Part" or v.Name == "Part" and v ~= weldTo then
2838
		makeWeld(v,weldTo)
2839
		v.Anchored = false
2840
	end
2841
end
2842
2843
weldTo.Anchored = false
2844
end,o178)
2845
end))
2846
o179 = Create("WedgePart",{
2847
["Name"] = "Part",
2848
["Parent"] = o158,
2849
["Material"] = Enum.Material.Metal,
2850
["Position"] = Vector3.new(8.99996662, 0.500016987, 13.0000067),
2851
["Rotation"] = Vector3.new(-5.12266233e-005, 1.17442678e-005, -90),
2852
["Anchored"] = true,
2853
["CFrame"] = CFrame.new(8.99996662, 0.500016987, 13.0000067, 6.83273385e-008, 0.999993563, 2.04976146e-007, -0.999996662, 7.06829937e-008, 8.94070354e-007, 8.64267975e-007, -2.12043744e-007, 0.999996781),
2854
["FormFactor"] = Enum.FormFactor.Symmetric,
2855
["Size"] = Vector3.new(1, 2, 1.5999999),
2856
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2857
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2858
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2859
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2860
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2861
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2862
})
2863
o180 = Create("Part",{
2864
["Parent"] = o158,
2865
["Material"] = Enum.Material.Metal,
2866
["Position"] = Vector3.new(7.5, 1, 16.2999992),
2867
["Anchored"] = true,
2868
["CFrame"] = CFrame.new(7.5, 1, 16.2999992, 1, 0, 0, 0, 1, 0, 0, 0, 1),
2869
["FormFactor"] = Enum.FormFactor.Symmetric,
2870
["Size"] = Vector3.new(5, 2, 5),
2871
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2872
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2873
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2874
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2875
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2876
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
2877
})
2878
o181 = Create("Script",{
2879
["Parent"] = o97,
2880
})
2881
table.insert(cors,coroutine.create(function()
2882
wait()
2883
runDummyScript(function()
2884
------------------------------------------------------------------------ > Script Start
2885
2886
	wait()
2887
2888
	pls = game:GetService'Players'
2889
	lp = pls.LocalPlayer
2890
	c = lp.Character
2891
	mouse = lp:GetMouse()
2892
	TurretBase = script.Parent
2893
	Mech = TurretBase.Parent
2894
	Mech.Parent = c
2895
	TurretHead = Mech.TurretHead
2896
	rs = game:GetService'RunService'
2897
	LCannon = TurretHead.LCannon
2898
	RCannon = TurretHead.RCannon
2899
	B1 = TurretHead.LCannon.Barrel1
2900
	B2 = TurretHead.RCannon.Barrel2
2901
	B3 = TurretHead.LCannon.Barrel2
2902
	B4 = TurretHead.RCannon.Barrel1
2903
	LLeg = TurretBase.LLeg
2904
	RLeg = TurretBase.RLeg
2905
	isAttacking = false
2906
	canFire = true
2907
	MissileModel = Instance.new("Model",Mech)
2908
	OldMissiles = Instance.new("Model",Mech)
2909
	BulletModel = Instance.new("Model",Mech)
2910
	FPS = 0
2911
	Cannon = 0
2912
	missileSpeed = 15
2913
	missileDrop = .2
2914
	bulletSpeed = 22
2915
2916
	Main = Instance.new("VehicleSeat",TurretBase)
2917
	Main.MaxSpeed = 50
2918
	Main.Transparency = 1
2919
2920
	local w = Instance.new("Weld",Main)
2921
	w.Part0 = Main
2922
	w.Part1 = TurretBase.RotBase
2923
	w.C0 = CFrame.new(0,0,0) * CFrame.Angles(0,math.rad(-90),0)
2924
2925
-------------------------------------
2926
2927
	RLegParts = {
2928
		Foot = RLeg.Foot;
2929
		Lower = RLeg.Lower;
2930
		Upper = RLeg.Upper;
2931
	}
2932
2933
	LLegParts = {
2934
		Foot = LLeg.Foot;
2935
		Lower = LLeg.Lower;
2936
		Upper = LLeg.Upper;
2937
	}
2938
2939
	Joints = {
2940
2941
	}
2942
2943
	Lights = {
2944
2945
	}
2946
2947
	Missiles = {
2948
2949
	}
2950
2951
	Cannons = {
2952
		B1;
2953
		B2;
2954
		B3;
2955
		B4;
2956
	}
2957
2958
-------------------------------------
2959
2960
	for i,v in pairs (TurretHead:children()) do
2961
		if v.ClassName ~= "Model" and v.Material == Enum.Material.Neon then
2962
			Lights[#Lights + 1] = v
2963
		end
2964
	end
2965
2966
	for i,v in pairs (TurretHead:children()) do
2967
		if v.ClassName == "Part" and v.BrickColor == BrickColor.new("Black") then
2968
			Missiles[#Missiles + 1] = v
2969
		end
2970
	end
2971
2972
	e = Instance.new("Motor",TurretBase.RotBase)
2973
	e.Part0 = TurretBase.RotBase
2974
	e.Part1 = TurretHead.RotBase
2975
	e.C0 = CFrame.new(0,0,0)
2976
	Joints.Neck = e
2977
	
2978
	e = Instance.new("Motor",LCannon.Base)
2979
	e.Part0 = LCannon.Base
2980
	e.Part1 = TurretHead.LJoint
2981
	e.C0 = CFrame.new(0,0,0)
2982
	Joints.LeftArm = e
2983
2984
	e = Instance.new("Motor",RCannon.Base)
2985
	e.Part0 = RCannon.Base
2986
	e.Part1 = TurretHead.RJoint
2987
	e.C0 = CFrame.new(0,0,0)
2988
	Joints.RightArm = e
2989
2990
	e = Instance.new("Motor",TurretBase.LHip)
2991
	e.Part0 = TurretBase.LHip
2992
	e.Part1 = LLegParts.Upper.Hip
2993
	e.C0 = CFrame.new(0,0,0)
2994
	Joints.LHip = e
2995
2996
	e = Instance.new("Motor",TurretBase.RHip)
2997
	e.Part0 = TurretBase.RHip
2998
	e.Part1 = RLegParts.Upper.Hip
2999
	e.C0 = CFrame.new(0,0,0)
3000
	Joints.RHip = e
3001
3002
	e = Instance.new("Motor",LLegParts.Upper.Knee)
3003
	e.Part0 = LLegParts.Upper.Knee
3004
	e.Part1 = LLegParts.Lower.Knee
3005
	e.C0 = CFrame.new(0,0,0)
3006
	Joints.LKnee = e
3007
3008
	e = Instance.new("Motor",RLegParts.Upper.Knee)
3009
	e.Part0 = RLegParts.Upper.Knee
3010
	e.Part1 = RLegParts.Lower.Knee
3011
	e.C0 = CFrame.new(0,0,0)
3012
	Joints.RKnee = e
3013
3014
	e = Instance.new("Motor",LLegParts.Lower.Ankle)
3015
	e.Part0 = LLegParts.Lower.Ankle
3016
	e.Part1 = LLegParts.Foot.Ankle
3017
	e.C0 = CFrame.new(0,0,0)
3018
	Joints.LAnkle = e
3019
3020
	e = Instance.new("Motor",RLegParts.Lower.Ankle)
3021
	e.Part0 = RLegParts.Lower.Ankle
3022
	e.Part1 = RLegParts.Foot.Ankle
3023
	e.C0 = CFrame.new(0,0,0)
3024
	Joints.RAnkle = e
3025
3026
	wait()
3027
3028
	Mech.PrimaryPart = Main
3029
	Mech:MoveTo(lp.Character.Head.CFrame.p + Vector3.new(0,25,0))
3030
3031
	Gyro = Instance.new("BodyGyro",TurretBase.RotBase)
3032
	Gyro.MaxTorque = Vector3.new(1e5,1e5,1e5)
3033
3034
	Vel = Instance.new("BodyVelocity",TurretBase.RotBase)
3035
	Vel.MaxForce = Vector3.new(1e9,0,1e9)
3036
	Vel.P = 1e6
3037
3038
	Joints.LHip.C0 = CFrame.new(0,0,0) * CFrame.Angles(0,0,math.rad(30))
3039
	Joints.RHip.C0 = CFrame.new(0,0,0) * CFrame.Angles(0,0,math.rad(30))
3040
	Joints.LKnee.C0 = CFrame.new(0,0,0) * CFrame.Angles(0,0,math.rad(-60))
3041
	Joints.RKnee.C0 = CFrame.new(0,0,0) * CFrame.Angles(0,0,math.rad(-60))
3042
	Joints.LAnkle.C0 = CFrame.new(0,0,0) * CFrame.Angles(0,0,math.rad(30))
3043
	Joints.RAnkle.C0 = CFrame.new(0,0,0) * CFrame.Angles(0,0,math.rad(30))
3044
3045
	createBullet = function(part)
3046
		local FireSizes = {
3047
			NumberSequenceKeypoint.new(0,3.12/1.2,0);
3048
			NumberSequenceKeypoint.new(.2,3.32/1.2,0);
3049
			NumberSequenceKeypoint.new(1,2.62/1.2,0);
3050
		}
3051
		local FireTransparencies = {
3052
			NumberSequenceKeypoint.new(0,.869,0);
3053
			NumberSequenceKeypoint.new(1,1,0);
3054
		}
3055
		local FireSize = NumberSequence.new(FireSizes)
3056
		local FireTransparency = NumberSequence.new(FireTransparencies)
3057
		local p = Instance.new("Part",BulletModel)
3058
		p.Transparency = 1
3059
		p.CanCollide = false
3060
		p.Anchored = true
3061
		p.FormFactor = "Custom"
3062
		p.Name = "ActiveFlak"
3063
		p.Size = Vector3.new(.2,.2,.2)
3064
		p.CFrame = part.CFrame * CFrame.Angles(0,math.rad(-90),0)
3065
		local Fire = Instance.new("ParticleEmitter",p)
3066
		Fire.Color = ColorSequence.new(Color3.new(140/255,231/255,239/255),Color3.new(1,1,1))
3067
		Fire.LightEmission = .86
3068
		Fire.Size = FireSize
3069
		Fire.EmissionDirection = "Front"
3070
		Fire.Texture = "rbxassetid://344034524"
3071
		Fire.Transparency = FireTransparency
3072
		Fire.Acceleration = Vector3.new(0,0,100)
3073
		Fire.LockedToPart = true
3074
		Fire.Lifetime = NumberRange.new(.35,.35)
3075
		Fire.Rate = 1000
3076
		Fire.RotSpeed = NumberRange.new(100,100)
3077
		Fire.Speed = NumberRange.new(125,125)
3078
		local time = Instance.new("NumberValue",p)
3079
		time.Value = 0
3080
		time.Name = "Time"
3081
		local Photon = Instance.new("PointLight",p)
3082
		Photon.Color = Color3.new(.5,.5,1)
3083
		Photon.Range = 11
3084
		Photon.Brightness = .7
3085
		local Value = Instance.new("NumberValue",p)
3086
		Value.Name = "time"
3087
	end
3088
3089
	getClosePlayers = function(pos,range)
3090
		local returnMe = {}
3091
		for i,v in pairs (pls:children()) do
3092
			if v.ClassName == "Player" and workspace:FindFirstChild(v.Name) and v.Character ~= nil and (v.Character.Torso.Position - pos).magnitude < range then
3093
				returnMe[#returnMe + 1] = v.Character
3094
			end
3095
		end
3096
		return returnMe
3097
	end
3098
3099
	mouse.Button1Down:connect(function()
3100
		if canFire == true then
3101
			canFire = false
3102
			local isFiring = true
3103
			local sounds = {278596476,278596452}
3104
			mouse.Button1Up:connect(function()
3105
				isFiring = false
3106
			end)
3107
			while isFiring == true do
3108
				Cannon = Cannon + 1
3109
				if Cannon%2 == 1 then
3110
					local s = Instance.new("Sound",Main)
3111
					s.Pitch = math.random(95,130)/100
3112
					s.Volume = 1.5
3113
					s.SoundId = "rbxassetid://"..sounds[math.random(1,2)]
3114
					s:Play()
3115
					createBullet(B1)
3116
					wait(.1)
3117
					createBullet(B2)
3118
					spawn(function()
3119
						wait(5)
3120
						s:Destroy()
3121
					end)
3122
				else
3123
					local s = Instance.new("Sound",Main)
3124
					s.Pitch = math.random(95,130)/100
3125
					s.Volume = 1.5
3126
					s.SoundId = "rbxassetid://"..sounds[math.random(1,2)]
3127
					s:Play()
3128
					createBullet(B3)
3129
					wait(.1)
3130
					createBullet(B4)
3131
					spawn(function()
3132
						wait(5)
3133
						s:Destroy()
3134
					end)
3135
				end
3136
				wait(.095)
3137
			end
3138
			canFire = true
3139
		end
3140
	end)
3141
3142
	mouse.KeyDown:connect(function(key)
3143
		if key == "e" and isAttacking == false then
3144
			isAttacking = true
3145
			local Parts = {}
3146
			for i = 1,3 do
3147
				for x = 1,#Lights do
3148
					Lights[x].BrickColor = BrickColor.new("Toothpaste")
3149
				end
3150
				local Ray = Ray.new(Main.CFrame.p,(mouse.Hit.p - Main.CFrame.p).unit * 785)
3151
				local Hit,pos = workspace:FindPartOnRay(Ray,c)
3152
				Parts[i] = Hit
3153
				wait(.07)
3154
				local e = Instance.new("Sound",Main)
3155
				e.Volume = .4
3156
				e.SoundId = "rbxassetid://131238032"
3157
				e:Play()
3158
				spawn(function()
3159
					wait(1)
3160
					e:Destroy()
3161
				end)
3162
				for i = 1,#Lights do
3163
					Lights[i].BrickColor = BrickColor.new("Cyan")
3164
				end
3165
				wait()
3166
			end
3167
			local CharacterTorso = nil
3168
			for i = 1,3 do
3169
				hitPart = Parts[i]
3170
				if CharacterTorso == nil and hitPart and hitPart.Parent and hitPart.Parent:FindFirstChild("Humanoid") and hitPart.Parent.Humanoid.Health ~= 0 and hitPart.Parent:FindFirstChild("Torso") then
3171
					CharacterTorso = hitPart.Parent.Torso
3172
					print(hitPart.Parent.Name)
3173
					break
3174
				end
3175
			end
3176
			wait(.2)
3177
			if CharacterTorso then
3178
				for i = 1,2 do
3179
					local e = Instance.new("Sound",Main)
3180
					e.Volume = .7
3181
					e.Pitch = 1.01
3182
					e.SoundId = "rbxassetid://161164363"
3183
					e:Play()
3184
					spawn(function()
3185
						wait(1)
3186
						e:Destroy()
3187
					end)
3188
					wait()
3189
					for i = 1,#Lights do
3190
						Lights[i].BrickColor = BrickColor.new("Really red")
3191
					end
3192
					wait(.15)
3193
					for i = 1,#Lights do
3194
						Lights[i].BrickColor = BrickColor.new("Cyan")
3195
					end
3196
				end
3197
				for i = 1,#Lights do
3198
					Lights[i].BrickColor = BrickColor.new("Cyan")
3199
				end
3200
				wait(.5)
3201
				for i = 1,#Missiles do
3202
					wait(.2)
3203
					local x = Instance.new("Part",MissileModel)
3204
					x.CanCollide = false
3205
					x.Anchored = true
3206
					x.FormFactor = "Custom"
3207
					x.Material = "Neon"
3208
					x.BrickColor = BrickColor.new("Hurricane grey")
3209
					x.Size = Vector3.new(.9,.9,2)
3210
					x.CFrame = Missiles[i].CFrame * CFrame.Angles(0,math.rad(-90),0)
3211
					local z = Instance.new("PointLight",x)
3212
					z.Color = Color3.new(1,1,0)
3213
					z.Range = 20
3214
					local e = Instance.new("Smoke",x)
3215
					e.Color = Color3.new(.4,.4,.4)
3216
					local s = Instance.new("Sound",x)
3217
					s.Volume = math.random(90,100)/100
3218
					s.Pitch = math.random(90,150)/100
3219
					s.SoundId = "rbxassetid://160248505"
3220
					s:Play()
3221
					local t = Instance.new("ObjectValue",x)
3222
					t.Value = CharacterTorso
3223
					local e = Instance.new("NumberValue",x)
3224
					e.Value = 0
3225
					e.Name = "time"
3226
					spawn(function()
3227
						wait(10)
3228
						s:Destroy()
3229
					end)
3230
				end
3231
				wait(5)
3232
				isAttacking = false
3233
				local e = Instance.new("Sound",Main)
3234
				e.Volume = .4
3235
				e.Pitch = 1.2
3236
				e.SoundId = "rbxassetid://138081500"
3237
				e:Play()
3238
				wait(3.9)
3239
				e:Destroy()
3240
			else
3241
				isAttacking = false
3242
			end
3243
		end
3244
	end)
3245
3246
	mouse.KeyDown:connect(function(key)
3247
		if key == "r" and isAttacking == false then
3248
			isAttacking = true
3249
			wait(.5)
3250
			for i = 1,#Missiles do
3251
				wait(.2)
3252
				local x = Instance.new("Part",MissileModel)
3253
				x.CanCollide = false
3254
				x.Anchored = true
3255
				x.FormFactor = "Custom"
3256
				x.Material = "Neon"
3257
				x.BrickColor = BrickColor.new("Hurricane grey")
3258
				x.Size = Vector3.new(.9,.9,2)
3259
				x.CFrame = CFrame.new(Missiles[i].CFrame.p,(Main.CFrame.p-mouse.Hit.p).unit * 9999)
3260
				local z = Instance.new("PointLight",x)
3261
				z.Color = Color3.new(1,1,0)
3262
				z.Range = 13
3263
				local e = Instance.new("Smoke",x)
3264
				e.Color = Color3.new(.4,.4,.4)
3265
				local s = Instance.new("Sound",x)
3266
				s.Volume = math.random(90,100)/100
3267
				s.Pitch = math.random(90,150)/100
3268
				s.SoundId = "rbxassetid://160248505"
3269
				s:Play()
3270
				local e = Instance.new("NumberValue",x)
3271
				e.Value = 0
3272
				e.Name = "time"
3273
				spawn(function()
3274
					wait(10)
3275
					s:Destroy()
3276
				end)
3277
			end
3278
			wait(3.7)
3279
			isAttacking = false
3280
			local e = Instance.new("Sound",Main)
3281
			e.Volume = .4
3282
			e.Pitch = 1.2
3283
			e.SoundId = "rbxassetid://138081500"
3284
			e:Play()
3285
			wait(1)
3286
			e:Destroy()
3287
		end
3288
	end)
3289
3290
	mouse.KeyDown:connect(function(key)
3291
		if key == "p" then
3292
			Main.Anchored = true
3293
			c.HumanoidRootPart.Anchored = true
3294
			wait()
3295
			c.HumanoidRootPart.CFrame = Main.CFrame
3296
			wait()
3297
			c.HumanoidRootPart.Anchored = false
3298
			Main.Anchored = false
3299
		end
3300
	end)
3301
3302
	walkVal = 0
3303
	footSet = 18
3304
	devValue = 0
3305
	lerp = 0
3306
	Steer = 0
3307
		
3308
	explodeMissile = function(missile,pos)
3309
		local r = Instance.new("Explosion",workspace)
3310
		r.BlastPressure = 75
3311
		r.BlastRadius = math.random(13,15)
3312
		r.DestroyJointRadiusPercent = 0
3313
		r.Position = pos
3314
		r.Hit:connect(function(p)
3315
			if p and p.Parent then
3316
				local human = p.Parent:FindFirstChild("Humanoid")
3317
				if human and human.Sit == false then
3318
					human:TakeDamage(math.random(3,5))
3319
				end
3320
			end
3321
		end)
3322
		missile.Transparency = 1
3323
		missile.PointLight:Destroy()
3324
		missile.Smoke.Enabled = false
3325
		missile.Parent = OldMissiles
3326
		local x = Instance.new("Sound",missile)
3327
		x.SoundId = "rbxassetid://172384107"
3328
		x.Volume = .7
3329
		x.Pitch = math.random(105,125)/100
3330
		x:Play()
3331
		spawn(function()
3332
			wait(15)
3333
			missile:Destroy()
3334
		end)
3335
	end
3336
3337
	spawn(function()
3338
		while wait() do
3339
			Steer = Steer + (Main.Steer * Main.Velocity.magnitude/-45)/2
3340
			Gyro.CFrame = CFrame.new(0,0,0) * CFrame.Angles(0,math.rad(Steer),0)
3341
			local leg2 = walkVal + math.pi
3342
			if Main.Throttle ~= 0 then
3343
				walkVal = walkVal + math.rad(10)
3344
				Vel.Velocity = Vel.Velocity:lerp(Main.CFrame.lookVector * (33 + math.sin(math.sin(walkVal + leg2 + math.rad(20))) * 33) * Main.Throttle,.05/2)
3345
				if math.abs(math.sin(walkVal + math.rad(12)) - 1) < .02 then
3346
					local e = Instance.new("Sound",LLegParts.Foot.Ankle)
3347
					e.Volume = .9
3348
					e.Pitch = math.random(140,170)/100
3349
					e.SoundId = "rbxassetid://180199793"
3350
					e:Play()
3351
					spawn(function()
3352
						wait(2)
3353
						e:Destroy()
3354
					end)
3355
				end
3356
				if math.abs(math.sin(leg2 + math.rad(12)) - 1) < .05 then
3357
					local e = Instance.new("Sound",RLegParts.Foot.Ankle)
3358
					e.Volume = .9
3359
					e.Pitch = math.random(140,170)/100
3360
					e.SoundId = "rbxassetid://180199793"
3361
					e:Play()
3362
					spawn(function()
3363
						wait(2)
3364
						e:Destroy()
3365
					end)
3366
				end
3367
			end
3368
			if #BulletModel:children() ~= 0 then
3369
				for i,v in pairs (BulletModel:children()) do
3370
					local addVal = v.CFrame.lookVector.unit * bulletSpeed
3371
					local ray = Ray.new(v.CFrame.p,addVal.unit * -bulletSpeed)
3372
					local hit, pos = workspace:FindPartOnRay(ray,c)
3373
					v.time.Value = v.time.Value + 1/30
3374
					if ((pos - v.Position).magnitude < bulletSpeed and hit ~= nil) or v.time.Value > 3 then
3375
						v:Destroy()
3376
						local efx = Instance.new("Part",OldMissiles)
3377
						efx.Anchored = true
3378
						efx.Material = "Neon"
3379
						efx.Transparency = .1
3380
						efx.Size = Vector3.new(4,4,4)
3381
						efx.BrickColor = BrickColor.new(1,1,1)
3382
						efx.Anchored = true
3383
						efx.CanCollide = false
3384
						efx.Shape = "Ball"
3385
						efx.Locked = true
3386
						efx.CFrame = v.CFrame
3387
						spawn(function()
3388
							spawn(function()
3389
								while rs.RenderStepped:wait() do
3390
									efx.Size = efx.Size:lerp(Vector3.new(19,19,19),.07/(FPS/60))
3391
									efx.CFrame = v.CFrame
3392
									efx.Transparency = (efx.Size.x)/12
3393
									if efx.Transparency >= .97 then
3394
										break
3395
									end
3396
								end
3397
								efx:Destroy()
3398
							end)
3399
							wait(.07/(FPS/60))
3400
							local Explosion = Instance.new("Explosion",workspace)
3401
							Explosion.BlastRadius = 17
3402
							Explosion.BlastPressure = 0
3403
							Explosion.Position = v.Position
3404
							Explosion.Hit:connect(function(part)
3405
								if part.Parent:FindFirstChild'Humanoid' and part.Parent.ClassName ~= "Hat" and part.Parent ~= c and part.Parent.Humanoid.Sit == false then
3406
									part.Parent.Humanoid:TakeDamage(1,2)
3407
								elseif part.Name ~= "Main" and part.ClassName ~= "BasePart" and part.Anchored == false and part.Locked == false and part.Parent ~= FlakModel and part.Parent ~= RTurret and part.Parent ~= RCannon and part.Parent ~= RBody and part.Parent ~= Tank then
3408
									if not part:FindFirstChild("HP") then
3409
										local e = Instance.new("NumberValue",part)
3410
										e.Name = "HP"
3411
										e.Value = part:GetMass()
3412
										e.Value = e.Value - math.random(math.ceil(part:GetMass()/25),math.abs(math.ceil(part:GetMass()/20 * 1.5)))
3413
									else
3414
										part.HP.Value = part.HP.Value - math.random(1,2)
3415
										if part.HP.Value < 0 and part:GetMass() > 8 then
3416
											part:BreakJoints()
3417
											local conn = part:GetConnectedParts()
3418
											for i = 1,#conn do
3419
												if not conn[i]:FindFirstChild("HP") then
3420
													local e = Instance.new("NumberValue",part)
3421
													e.Name = "HP"
3422
													e.Value = part:GetMass()
3423
													e.Value = e.Value - 1
3424
												else
3425
													conn[i].HP.Value = conn[i].HP.Value - 1
3426
												end
3427
											end
3428
										end
3429
									end
3430
								end
3431
							end)
3432
							wait()
3433
							Explosion:Destroy()
3434
							wait(5)
3435
						end)
3436
					else
3437
						v.CFrame = CFrame.new(v.CFrame.p - addVal,v.CFrame.p + addVal)
3438
					end
3439
				end
3440
			end
3441
			if #MissileModel:children() ~= 0 then
3442
				for i,v in pairs (MissileModel:children()) do
3443
					if v:FindFirstChild("Value") then
3444
						v.time.Value = v.time.Value + 1/30
3445
						local addVal = (v.CFrame.lookVector.unit * 13 + (v.CFrame.p - v.Value.Value.CFrame.p).unit * 2)/15 * missileSpeed
3446
						addVal = addVal + Vector3.new(0,missileDrop,0)
3447
						local ray = Ray.new(v.CFrame.p,addVal.unit * missileSpeed)
3448
						local hit, pos = workspace:FindPartOnRay(ray,c)
3449
						if v.time.Value > 5 then
3450
							v.Value:Destroy()
3451
							v.time.Value = 0
3452
						end
3453
						if (pos - v.Position).magnitude < missileSpeed and hit ~= nil then
3454
							explodeMissile(v,pos)
3455
						else
3456
							v.CFrame = CFrame.new(v.CFrame.p - addVal,v.CFrame.p + addVal)
3457
						end
3458
					else
3459
						v.time.Value = v.time.Value + 1/30
3460
						local addVal = v.CFrame.lookVector.unit * missileSpeed
3461
						addVal = addVal + Vector3.new(0,missileDrop,0)
3462
						local ray = Ray.new(v.CFrame.p,addVal.unit * missileSpeed)
3463
						local hit, pos = workspace:FindPartOnRay(ray,c)
3464
						if ((pos - v.Position).magnitude < missileSpeed and hit ~= nil) or v.time.Value > 4 then
3465
							explodeMissile(v,pos)
3466
						else
3467
							v.CFrame = CFrame.new(v.CFrame.p - addVal,v.CFrame.p + addVal)
3468
						end
3469
					end
3470
				end
3471
			end
3472
		end
3473
	end)
3474
	
3475
	rs.RenderStepped:connect(function()
3476
		FPS = 1/rs.RenderStepped:wait()
3477
		devValue = FPS/60
3478
		Steer = Steer + (Main.Steer * Main.Velocity.magnitude/-45)/devValue
3479
		Gyro.CFrame = CFrame.new(0,0,0) * CFrame.Angles(0,math.rad(Steer),0)
3480
		if Main.Throttle ~= 0 then
3481
			lerp = .85/devValue
3482
			local leg2 = walkVal + math.pi
3483
			Vel.Velocity = Vel.Velocity:lerp(Main.CFrame.lookVector * (29 + math.sin(math.sin(walkVal + leg2 + math.rad(20))) * 28) * Main.Throttle,.05/devValue)
3484
			Joints.LHip.C0 = Joints.LHip.C0:lerp(CFrame.new(0,0,0) * CFrame.Angles(0,0,math.sin(walkVal)/1.3/1.2 + math.rad(20) + Main.Steer * -.25/3),lerp)
3485
			Joints.RHip.C0 = Joints.RHip.C0:lerp(CFrame.new(0,0,0) * CFrame.Angles(0,0,math.sin(leg2)/1.3/1.2 + math.rad(20) + Main.Steer * .25/3),lerp)
3486
			Joints.LKnee.C0 = Joints.LKnee.C0:lerp(CFrame.new(0,0,0) * CFrame.Angles(0,0,math.sin(-walkVal + math.rad(50)) * .5/1.2 - math.rad(50) + Main.Steer * .5/3),lerp)
3487
			Joints.RKnee.C0 = Joints.RKnee.C0:lerp(CFrame.new(0,0,0) * CFrame.Angles(0,0,math.sin(-leg2 + math.rad(50)) * .5/1.2 - math.rad(50) + Main.Steer * -.5/3),lerp)
3488
			Joints.LAnkle.C0 = Joints.LAnkle.C0:lerp(CFrame.new(0,0,0) * CFrame.Angles(0,0,math.sin(-walkVal - math.rad(27)) * .8/2 + math.rad(28) + Main.Steer * -.25/3),lerp)
3489
			Joints.RAnkle.C0 = Joints.RAnkle.C0:lerp(CFrame.new(0,0,0) * CFrame.Angles(0,0,math.sin(-leg2 - math.rad(27)) * .8/2 + math.rad(28) + Main.Steer * .25/3),lerp)
3490
		else
3491
			Vel.Velocity = Vel.Velocity:lerp(Vector3.new(),.5/devValue)
3492
			lerp = .15/devValue
3493
			Joints.LHip.C0 = Joints.LHip.C0:lerp(CFrame.new(0,0,0) * CFrame.Angles(0,0,math.rad(30)),lerp)
3494
			Joints.RHip.C0 = Joints.RHip.C0:lerp(CFrame.new(0,0,0) * CFrame.Angles(0,0,math.rad(30)),lerp)
3495
			Joints.LKnee.C0 = Joints.LKnee.C0:lerp(CFrame.new(0,0,0) * CFrame.Angles(0,0,math.rad(-60)),lerp)
3496
			Joints.RKnee.C0 = Joints.RKnee.C0:lerp(CFrame.new(0,0,0) * CFrame.Angles(0,0,math.rad(-60)),lerp)
3497
			Joints.LAnkle.C0 = Joints.LAnkle.C0:lerp(CFrame.new(0,0,0) * CFrame.Angles(0,0,math.rad(30)),lerp)
3498
			Joints.RAnkle.C0 = Joints.RAnkle.C0:lerp(CFrame.new(0,0,0) * CFrame.Angles(0,0,math.rad(30)),lerp)
3499
		end
3500
		Joints.Neck.C0 = CFrame.new(Vector3.new(),TurretBase.RotBase.CFrame:toObjectSpace(CFrame.new(mouse.Hit.p.x,TurretBase.RotBase.Position.y,mouse.Hit.p.z)).p) * CFrame.Angles(0,math.rad(-90),0)
3501
		Joints.RightArm.C0 = CFrame.new(Vector3.new()) * CFrame.Angles(0,0,(mouse.Hit.p.y - Joints.RightArm.Parent.CFrame.p.y)/(mouse.Hit.p - Joints.RightArm.Parent.Position).magnitude)
3502
		Joints.LeftArm.C0 = CFrame.new(Vector3.new()) * CFrame.Angles(0,0,(mouse.Hit.p.y - Joints.RightArm.Parent.CFrame.p.y)/(mouse.Hit.p - Joints.LeftArm.Parent.Position).magnitude * -1)
3503
	end)
3504
	
3505
------------------------------------------------------------------------ > Script End
3506
end,o181)
3507
end))
3508
o182 = Create("Model",{
3509
["Name"] = "RLeg",
3510
["Parent"] = o97,
3511
})
3512
o183 = Create("Model",{
3513
["Name"] = "Upper",
3514
["Parent"] = o182,
3515
})
3516
o184 = Create("Part",{
3517
["Name"] = "Knee",
3518
["Parent"] = o183,
3519
["Material"] = Enum.Material.Metal,
3520
["Position"] = Vector3.new(8, 9.5, 4.89999962),
3521
["Anchored"] = true,
3522
["CFrame"] = CFrame.new(8, 9.5, 4.89999962, 1, 0, 0, 0, 1, 0, 0, 0, 1),
3523
["FormFactor"] = Enum.FormFactor.Symmetric,
3524
["Shape"] = Enum.PartType.Ball,
3525
["Size"] = Vector3.new(4, 4, 4),
3526
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3527
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3528
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3529
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3530
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3531
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3532
})
3533
o185 = Create("WedgePart",{
3534
["Name"] = "Part",
3535
["Parent"] = o183,
3536
["Material"] = Enum.Material.Metal,
3537
["Position"] = Vector3.new(12.2999897, 10.6729889, 6.90000057),
3538
["Rotation"] = Vector3.new(-29.3821964, -89.7779465, 138.694763),
3539
["Anchored"] = true,
3540
["CFrame"] = CFrame.new(12.2999897, 10.6729889, 6.90000057, -2.98019103e-008, -2.61864432e-008, -0.99999249, -5.81066715e-008, -0.999995768, 5.23729646e-008, -0.999996066, 5.81066857e-008, 9.30146058e-008),
3541
["FormFactor"] = Enum.FormFactor.Symmetric,
3542
["Size"] = Vector3.new(1, 0.99999994, 2.5999999),
3543
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3544
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3545
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3546
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3547
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3548
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3549
})
3550
o186 = Create("WedgePart",{
3551
["Name"] = "Part",
3552
["Parent"] = o183,
3553
["Material"] = Enum.Material.Metal,
3554
["Position"] = Vector3.new(12.2999859, 14.0729828, 2.89999795),
3555
["Rotation"] = Vector3.new(91.4831009, -89.795372, 91.9953461),
3556
["Anchored"] = true,
3557
["CFrame"] = CFrame.new(12.2999859, 14.0729828, 2.89999795, -6.96264451e-008, -1.99849478e-006, -0.999993622, -4.76582045e-008, 0.99999249, -2.05637571e-006, 0.99999547, -1.19403012e-008, -5.32411804e-008),
3558
["FormFactor"] = Enum.FormFactor.Symmetric,
3559
["Size"] = Vector3.new(1, 5.80000019, 2.5999999),
3560
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3561
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3562
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3563
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3564
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3565
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3566
})
3567
o187 = Create("WedgePart",{
3568
["Name"] = "Part",
3569
["Parent"] = o183,
3570
["Material"] = Enum.Material.Metal,
3571
["Position"] = Vector3.new(12.2999907, 10.6730032, 2.900002),
3572
["Rotation"] = Vector3.new(-29.3821964, -89.7779465, 138.694763),
3573
["Anchored"] = true,
3574
["CFrame"] = CFrame.new(12.2999907, 10.6730032, 2.900002, -2.98019103e-008, -2.61864432e-008, -0.99999249, -5.81066715e-008, -0.999995768, 5.23729646e-008, -0.999996066, 5.81066857e-008, 9.30146058e-008),
3575
["FormFactor"] = Enum.FormFactor.Symmetric,
3576
["Size"] = Vector3.new(1, 0.99999994, 2.60000014),
3577
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3578
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3579
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3580
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3581
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3582
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3583
})
3584
o188 = Create("WedgePart",{
3585
["Name"] = "Part",
3586
["Parent"] = o183,
3587
["Material"] = Enum.Material.Metal,
3588
["Position"] = Vector3.new(8.5, 10.0729837, 2.9000001),
3589
["Rotation"] = Vector3.new(-180, -90, 0),
3590
["Anchored"] = true,
3591
["CFrame"] = CFrame.new(8.5, 10.0729837, 2.9000001, 0, 0, -1, 0, -1, -0, -1, 0, -0),
3592
["FormFactor"] = Enum.FormFactor.Symmetric,
3593
["Size"] = Vector3.new(1, 0.200000003, 5),
3594
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3595
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3596
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3597
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3598
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3599
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3600
})
3601
o189 = Create("WedgePart",{
3602
["Name"] = "Part",
3603
["Parent"] = o183,
3604
["Material"] = Enum.Material.Metal,
3605
["Position"] = Vector3.new(8.49998379, 10.0729828, 6.89999866),
3606
["Rotation"] = Vector3.new(-29.3821964, -89.7779465, 138.694763),
3607
["Anchored"] = true,
3608
["CFrame"] = CFrame.new(8.49998379, 10.0729828, 6.89999866, -2.98019103e-008, -2.61864432e-008, -0.99999249, -5.81066715e-008, -0.999995768, 5.23729646e-008, -0.999996066, 5.81066857e-008, 9.30146058e-008),
3609
["FormFactor"] = Enum.FormFactor.Symmetric,
3610
["Size"] = Vector3.new(1, 0.200000003, 5),
3611
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3612
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3613
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3614
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3615
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3616
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3617
})
3618
o190 = Create("Part",{
3619
["Parent"] = o183,
3620
["Material"] = Enum.Material.Metal,
3621
["Position"] = Vector3.new(8, 10.9729919, 4.89999962),
3622
["Anchored"] = true,
3623
["CFrame"] = CFrame.new(8, 10.9729919, 4.89999962, 1, 0, 0, 0, 1, 0, 0, 0, 1),
3624
["FormFactor"] = Enum.FormFactor.Symmetric,
3625
["Size"] = Vector3.new(4, 2, 3),
3626
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3627
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3628
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3629
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3630
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3631
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3632
})
3633
o191 = Create("Part",{
3634
["Name"] = "Hip",
3635
["Parent"] = o183,
3636
["Material"] = Enum.Material.Metal,
3637
["Position"] = Vector3.new(8, 17.4729805, 4.89999962),
3638
["Anchored"] = true,
3639
["CFrame"] = CFrame.new(8, 17.4729805, 4.89999962, 1, 0, 0, 0, 1, 0, 0, 0, 1),
3640
["FormFactor"] = Enum.FormFactor.Symmetric,
3641
["Size"] = Vector3.new(4, 1, 3),
3642
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3643
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3644
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3645
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3646
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3647
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3648
})
3649
o192 = Create("Script",{
3650
["Parent"] = o191,
3651
})
3652
table.insert(cors,coroutine.create(function()
3653
wait()
3654
runDummyScript(function()
3655
local weldTo = script.Parent
3656
local weldModel = Instance.new("Model",weldTo)
3657
weldModel.Name = "Welds"
3658
3659
makeWeld = function(part1,part0)
3660
	local w = Instance.new("Weld",weldModel)
3661
	w.Part0 = part0
3662
	w.Part1 = part1
3663
	local CFrameOrigin = CFrame.new(part0.Position)
3664
	local CFrame0 = part0.CFrame:inverse() * CFrameOrigin
3665
	local CFrame1 = part1.CFrame:inverse() * CFrameOrigin
3666
	w.C0 = CFrame0
3667
	w.C1 = CFrame1
3668
end
3669
3670
for i,v in pairs (weldTo.Parent:children()) do
3671
	if v.ClassName == "Part" or v.Name == "Part" and v ~= weldTo then
3672
		makeWeld(v,weldTo)
3673
		v.Anchored = false
3674
	end
3675
end
3676
3677
weldTo.Anchored = false
3678
end,o192)
3679
end))
3680
o193 = Create("Part",{
3681
["Parent"] = o183,
3682
["Material"] = Enum.Material.Metal,
3683
["Position"] = Vector3.new(8, 14.4729881, 4.89999962),
3684
["Anchored"] = true,
3685
["CFrame"] = CFrame.new(8, 14.4729881, 4.89999962, 1, 0, 0, 0, 1, 0, 0, 0, 1),
3686
["FormFactor"] = Enum.FormFactor.Symmetric,
3687
["Size"] = Vector3.new(4, 5, 3),
3688
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3689
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3690
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3691
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3692
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3693
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3694
})
3695
o194 = Create("WedgePart",{
3696
["Name"] = "Part",
3697
["Parent"] = o183,
3698
["Material"] = Enum.Material.Metal,
3699
["Position"] = Vector3.new(5.5, 13.4729805, 6.89999962),
3700
["Rotation"] = Vector3.new(180, -0, 90),
3701
["Anchored"] = true,
3702
["CFrame"] = CFrame.new(5.5, 13.4729805, 6.89999962, 0, -1, -0, -1, 0, -0, 0, 0, -1),
3703
["FormFactor"] = Enum.FormFactor.Symmetric,
3704
["Size"] = Vector3.new(7, 1, 1),
3705
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3706
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3707
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3708
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3709
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3710
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3711
})
3712
o195 = Create("WedgePart",{
3713
["Name"] = "Part",
3714
["Parent"] = o183,
3715
["Material"] = Enum.Material.Metal,
3716
["Position"] = Vector3.new(5.5, 13.4729881, 2.9000001),
3717
["Rotation"] = Vector3.new(-5.12264569e-006, 1.15153643e-005, 90.0000153),
3718
["Anchored"] = true,
3719
["CFrame"] = CFrame.new(5.5, 13.4729881, 2.9000001, -3.07173877e-007, -1, 2.0098102e-007, 1, -3.07173849e-007, 8.94070311e-008, -8.94069672e-008, 2.00981049e-007, 1),
3720
["FormFactor"] = Enum.FormFactor.Symmetric,
3721
["Size"] = Vector3.new(7, 1, 1),
3722
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3723
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3724
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3725
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3726
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3727
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3728
})
3729
o196 = Create("WedgePart",{
3730
["Name"] = "Part",
3731
["Parent"] = o183,
3732
["Material"] = Enum.Material.Metal,
3733
["Position"] = Vector3.new(12.2999878, 14.0729742, 6.89999723),
3734
["Rotation"] = Vector3.new(91.4831009, -89.795372, 91.9953461),
3735
["Anchored"] = true,
3736
["CFrame"] = CFrame.new(12.2999878, 14.0729742, 6.89999723, -6.96264451e-008, -1.99849478e-006, -0.999993622, -4.76582045e-008, 0.99999249, -2.05637571e-006, 0.99999547, -1.19403012e-008, -5.32411804e-008),
3737
["FormFactor"] = Enum.FormFactor.Symmetric,
3738
["Size"] = Vector3.new(1, 5.80000019, 2.5999999),
3739
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3740
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3741
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3742
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3743
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3744
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3745
})
3746
o197 = Create("Part",{
3747
["Parent"] = o183,
3748
["Material"] = Enum.Material.Metal,
3749
["Position"] = Vector3.new(5.5, 13.4729881, 4.89999962),
3750
["Anchored"] = true,
3751
["CFrame"] = CFrame.new(5.5, 13.4729881, 4.89999962, 1, 0, 0, 0, 1, 0, 0, 0, 1),
3752
["FormFactor"] = Enum.FormFactor.Symmetric,
3753
["Size"] = Vector3.new(1, 7, 3),
3754
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3755
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3756
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3757
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3758
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3759
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3760
})
3761
o198 = Create("Part",{
3762
["Parent"] = o183,
3763
["Material"] = Enum.Material.Metal,
3764
["Position"] = Vector3.new(8.5, 13.5730009, 2.9000001),
3765
["Anchored"] = true,
3766
["CFrame"] = CFrame.new(8.5, 13.5730009, 2.9000001, 1, 0, 0, 0, 1, 0, 0, 0, 1),
3767
["FormFactor"] = Enum.FormFactor.Symmetric,
3768
["Size"] = Vector3.new(5, 6.79999971, 1),
3769
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3770
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3771
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3772
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3773
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3774
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3775
})
3776
o199 = Create("Part",{
3777
["Parent"] = o183,
3778
["Material"] = Enum.Material.Metal,
3779
["Position"] = Vector3.new(8.5, 13.5729885, 6.89999962),
3780
["Anchored"] = true,
3781
["CFrame"] = CFrame.new(8.5, 13.5729885, 6.89999962, 1, 0, 0, 0, 1, 0, 0, 0, 1),
3782
["FormFactor"] = Enum.FormFactor.Symmetric,
3783
["Size"] = Vector3.new(5, 6.80000019, 1),
3784
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3785
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3786
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3787
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3788
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3789
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3790
})
3791
o200 = Create("Model",{
3792
["Name"] = "Foot",
3793
["Parent"] = o182,
3794
})
3795
o201 = Create("Part",{
3796
["Parent"] = o200,
3797
["Material"] = Enum.Material.Metal,
3798
["Position"] = Vector3.new(6.99998045, 0.500014901, 1.60000706),
3799
["Rotation"] = Vector3.new(-5.12266233e-005, 1.17442678e-005, 3.91489357e-006),
3800
["Anchored"] = true,
3801
["CFrame"] = CFrame.new(6.99998045, 0.500014901, 1.60000706, 0.999993563, -6.83273385e-008, 2.04976146e-007, 7.06829937e-008, 0.999996662, 8.94070354e-007, -2.12043744e-007, -8.64267975e-007, 0.999996781),
3802
["FormFactor"] = Enum.FormFactor.Symmetric,
3803
["Size"] = Vector3.new(2, 1, 1.60000014),
3804
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3805
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3806
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3807
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3808
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3809
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3810
})
3811
o202 = Create("WedgePart",{
3812
["Name"] = "Part",
3813
["Parent"] = o200,
3814
["Material"] = Enum.Material.Metal,
3815
["Position"] = Vector3.new(3.5, 0.5, 2.9000001),
3816
["Rotation"] = Vector3.new(-90, 90, 0),
3817
["Anchored"] = true,
3818
["CFrame"] = CFrame.new(3.5, 0.5, 2.9000001, 0, 0, 1, -1, 0, 0, 0, -1, 0),
3819
["FormFactor"] = Enum.FormFactor.Symmetric,
3820
["Size"] = Vector3.new(1, 1, 3),
3821
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3822
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3823
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3824
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3825
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3826
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3827
})
3828
o203 = Create("Part",{
3829
["Parent"] = o200,
3830
["Material"] = Enum.Material.Metal,
3831
["Position"] = Vector3.new(3.5, 0.500008047, 4.89999962),
3832
["Rotation"] = Vector3.new(-9.78702587e-007, -1.70754777e-006, -2.65248491e-006),
3833
["Anchored"] = true,
3834
["CFrame"] = CFrame.new(3.5, 0.500008047, 4.89999962, 1, 4.62945948e-008, -2.98023295e-008, -4.62945948e-008, 1, 1.70815824e-008, 2.98023295e-008, -1.70815806e-008, 1),
3835
["FormFactor"] = Enum.FormFactor.Symmetric,
3836
["Size"] = Vector3.new(3, 1, 3),
3837
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3838
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3839
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3840
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3841
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3842
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3843
})
3844
o204 = Create("WedgePart",{
3845
["Name"] = "Part",
3846
["Parent"] = o200,
3847
["Material"] = Enum.Material.Metal,
3848
["Position"] = Vector3.new(9, 0.5, 8.19999981),
3849
["Rotation"] = Vector3.new(-180, -1.70754731e-006, -90),
3850
["Anchored"] = true,
3851
["CFrame"] = CFrame.new(9, 0.5, 8.19999981, 0, 1, -2.98023224e-008, 1, 0, 0, 0, -2.98023224e-008, -1),
3852
["FormFactor"] = Enum.FormFactor.Symmetric,
3853
["Size"] = Vector3.new(1, 2, 1.5999999),
3854
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3855
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3856
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3857
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3858
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3859
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3860
})
3861
o205 = Create("WedgePart",{
3862
["Name"] = "Part",
3863
["Parent"] = o200,
3864
["Material"] = Enum.Material.Metal,
3865
["Position"] = Vector3.new(3.50000811, 1.49999595, 4.89999247),
3866
["Rotation"] = Vector3.new(121.100662, 89.8123322, 138.915115),
3867
["Anchored"] = true,
3868
["CFrame"] = CFrame.new(3.50000811, 1.49999595, 4.89999247, -3.7831267e-008, -3.29847474e-008, 0.999994636, 9.76996262e-015, 0.999991953, -1.33096894e-008, -0.99999541, -1.70814367e-008, -8.02912581e-009),
3869
["FormFactor"] = Enum.FormFactor.Symmetric,
3870
["Size"] = Vector3.new(3, 1, 3),
3871
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3872
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3873
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3874
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3875
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3876
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3877
})
3878
o206 = Create("Part",{
3879
["Parent"] = o200,
3880
["Material"] = Enum.Material.Metal,
3881
["Position"] = Vector3.new(12.5, 0.500005007, 4.89999962),
3882
["Rotation"] = Vector3.new(180, 1.77514252e-032, 180),
3883
["Anchored"] = true,
3884
["CFrame"] = CFrame.new(12.5, 0.500005007, 4.89999962, -1, -1.30777255e-020, 3.09820822e-034, 1.09684149e-020, 1, -4.3298698e-014, 3.09820822e-034, 5.16253706e-014, -1),
3885
["FormFactor"] = Enum.FormFactor.Symmetric,
3886
["Size"] = Vector3.new(3, 1, 3),
3887
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3888
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3889
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3890
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3891
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3892
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3893
})
3894
o207 = Create("CornerWedgePart",{
3895
["Name"] = "Part",
3896
["Parent"] = o200,
3897
["Material"] = Enum.Material.Metal,
3898
["Position"] = Vector3.new(3.5, 1.5, 6.89999962),
3899
["Rotation"] = Vector3.new(-90, -1.70754731e-006, 90),
3900
["Anchored"] = true,
3901
["CFrame"] = CFrame.new(3.5, 1.5, 6.89999962, -8.8817842e-016, -1, -2.98023224e-008, 0, -2.98023224e-008, 1, -1, 8.8817842e-016, 0),
3902
["Size"] = Vector3.new(1, 3, 1),
3903
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3904
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3905
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3906
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3907
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3908
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3909
})
3910
o208 = Create("WedgePart",{
3911
["Name"] = "Part",
3912
["Parent"] = o200,
3913
["Material"] = Enum.Material.Metal,
3914
["Position"] = Vector3.new(7, 1.5, 8.19999981),
3915
["Rotation"] = Vector3.new(-180, 0, -180),
3916
["Anchored"] = true,
3917
["CFrame"] = CFrame.new(7, 1.5, 8.19999981, -1, 0, 0, 0, 1, 0, 0, 0, -1),
3918
["FormFactor"] = Enum.FormFactor.Symmetric,
3919
["Size"] = Vector3.new(2, 1, 1.5999999),
3920
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3921
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3922
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3923
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3924
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3925
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3926
})
3927
o209 = Create("CornerWedgePart",{
3928
["Name"] = "Part",
3929
["Parent"] = o200,
3930
["Material"] = Enum.Material.Metal,
3931
["Position"] = Vector3.new(3.49999857, 1.50000024, 2.89999938),
3932
["Rotation"] = Vector3.new(-180, -0.000145142534, 90),
3933
["Anchored"] = true,
3934
["CFrame"] = CFrame.new(3.49999857, 1.50000024, 2.89999938, 1.05365871e-007, -1, -2.53321514e-006, -1, -1.05366524e-007, 2.5350414e-007, -2.53504425e-007, 2.53321514e-006, -1),
3935
["Size"] = Vector3.new(1, 3, 1),
3936
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3937
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3938
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3939
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3940
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3941
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3942
})
3943
o210 = Create("WedgePart",{
3944
["Name"] = "Part",
3945
["Parent"] = o200,
3946
["Material"] = Enum.Material.Metal,
3947
["Position"] = Vector3.new(3.5, 0.5, 6.89999962),
3948
["Rotation"] = Vector3.new(90, 90, 0),
3949
["Anchored"] = true,
3950
["CFrame"] = CFrame.new(3.5, 0.5, 6.89999962, 0, -2.98023224e-008, 1, 1, -9.43689571e-016, 0, 8.32667268e-016, 1, 2.98023224e-008),
3951
["FormFactor"] = Enum.FormFactor.Symmetric,
3952
["Size"] = Vector3.new(1, 1, 3),
3953
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3954
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3955
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3956
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3957
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3958
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3959
})
3960
o211 = Create("WedgePart",{
3961
["Name"] = "Part",
3962
["Parent"] = o200,
3963
["Material"] = Enum.Material.Metal,
3964
["Position"] = Vector3.new(6.9999752, 1.49996471, 1.60001564),
3965
["Rotation"] = Vector3.new(-3.92737747e-005, 1.4579181e-005, 4.85985856e-006),
3966
["Anchored"] = true,
3967
["CFrame"] = CFrame.new(6.9999752, 1.49996471, 1.60001564, 0.999993563, -8.48199875e-008, 2.54454704e-007, 8.71757067e-008, 0.999996662, 6.85454438e-007, -2.61522445e-007, -6.55652002e-007, 0.999996781),
3968
["FormFactor"] = Enum.FormFactor.Symmetric,
3969
["Size"] = Vector3.new(2, 1, 1.5999999),
3970
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3971
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3972
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3973
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3974
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3975
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3976
})
3977
o212 = Create("Part",{
3978
["Parent"] = o200,
3979
["Material"] = Enum.Material.Metal,
3980
["Position"] = Vector3.new(10.5, 1, 4.89999962),
3981
["Rotation"] = Vector3.new(-180, 0, -180),
3982
["Anchored"] = true,
3983
["CFrame"] = CFrame.new(10.5, 1, 4.89999962, -1, 0, 0, 0, 1, 0, 0, 0, -1),
3984
["FormFactor"] = Enum.FormFactor.Symmetric,
3985
["Size"] = Vector3.new(1, 2, 3),
3986
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3987
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3988
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3989
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3990
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3991
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
3992
})
3993
o213 = Create("WedgePart",{
3994
["Name"] = "Part",
3995
["Parent"] = o200,
3996
["Material"] = Enum.Material.Metal,
3997
["Position"] = Vector3.new(12.5, 1.50000501, 4.89999962),
3998
["Rotation"] = Vector3.new(-1.43124965e-012, -90, 0),
3999
["Anchored"] = true,
4000
["CFrame"] = CFrame.new(12.5, 1.50000501, 4.89999962, -1.19432063e-034, -6.32793169e-021, -1, 2.49800181e-014, 1, 6.32793169e-021, 1, 2.49800181e-014, 1.19432063e-034),
4001
["FormFactor"] = Enum.FormFactor.Symmetric,
4002
["Size"] = Vector3.new(3, 1, 3),
4003
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
4004
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
4005
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
4006
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
4007
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
4008
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
4009
})
4010
o214 = Create("Part",{
4011
["Parent"] = o200,
4012
["Material"] = Enum.Material.Metal,
4013
["Position"] = Vector3.new(7, 0.5, 8.19999981),
4014
["Rotation"] = Vector3.new(-180, 0, -180),
4015
["Anchored"] = true,
4016
["CFrame"] = CFrame.new(7, 0.5, 8.19999981, -1, 0, 0, 0, 1, 0, 0, 0, -1),
4017
["FormFactor"] = Enum.FormFactor.Symmetric,
4018
["Size"] = Vector3.new(2, 1, 1.60000014),
4019
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
4020
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
4021
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
4022
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
4023
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
4024
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
4025
})
4026
o215 = Create("WedgePart",{
4027
["Name"] = "Part",
4028
["Parent"] = o200,
4029
["Material"] = Enum.Material.Metal,
4030
["Position"] = Vector3.new(10.5, 1, 2.9000001),
4031
["Rotation"] = Vector3.new(-90, -90, 0),
4032
["Anchored"] = true,
4033
["CFrame"] = CFrame.new(10.5, 1, 2.9000001, 0, 0, -1, 1, 0, 0, 0, -1, 0),
4034
["FormFactor"] = Enum.FormFactor.Symmetric,
4035
["Size"] = Vector3.new(2, 1, 1),
4036
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
4037
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
4038
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
4039
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
4040
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
4041
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
4042
})
4043
o216 = Create("CornerWedgePart",{
4044
["Name"] = "Part",
4045
["Parent"] = o200,
4046
["Material"] = Enum.Material.Metal,
4047
["Position"] = Vector3.new(9, 1.49999785, 8.20000648),
4048
["Rotation"] = Vector3.new(-90.0000076, 2.91890871e-007, 180),
4049
["Anchored"] = true,
4050
["CFrame"] = CFrame.new(9, 1.49999785, 8.20000648, -0.999993563, -1.52536597e-008, 5.09445686e-009, 7.45053486e-009, 1.49011612e-007, 0.999996662, -8.1855136e-009, 0.999996781, -1.78813934e-007),
4051
["Size"] = Vector3.new(2, 1.5999999, 1),
4052
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
4053
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
4054
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
4055
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
4056
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
4057
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
4058
})
4059
o217 = Create("WedgePart",{
4060
["Name"] = "Part",
4061
["Parent"] = o200,
4062
["Material"] = Enum.Material.Metal,
4063
["Position"] = Vector3.new(10.5, 1.00000107, 6.89999914),
4064
["Rotation"] = Vector3.new(-180, 1.61238745e-006, -90),
4065
["Anchored"] = true,
4066
["CFrame"] = CFrame.new(10.5, 1.00000107, 6.89999914, -2.98022815e-008, 0.999999464, 2.81414696e-008, 0.999998927, -2.68378069e-015, 1.42108403e-014, 7.10542736e-015, 2.81414856e-008, -0.999999464),
4067
["FormFactor"] = Enum.FormFactor.Symmetric,
4068
["Size"] = Vector3.new(2, 1, 1),
4069
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
4070
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
4071
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
4072
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
4073
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
4074
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
4075
})
4076
o218 = Create("CornerWedgePart",{
4077
["Name"] = "Part",
4078
["Parent"] = o200,
4079
["Material"] = Enum.Material.Metal,
4080
["Position"] = Vector3.new(8.99996662, 1.50001371, 1.60000563),
4081
["Rotation"] = Vector3.new(-158.801041, 89.7944183, 68.6915283),
4082
["Anchored"] = true,
4083
["CFrame"] = CFrame.new(8.99996662, 1.50001371, 1.60000563, 6.83273385e-008, -1.75174023e-007, 0.999993563, -0.999996662, -8.94070354e-007, 7.06830221e-008, 8.64267975e-007, -0.999996781, -1.82241521e-007),
4084
["Size"] = Vector3.new(1, 1.5999999, 2),
4085
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
4086
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
4087
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
4088
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
4089
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
4090
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
4091
})
4092
o219 = Create("Part",{
4093
["Parent"] = o200,
4094
["Material"] = Enum.Material.Metal,
4095
["Position"] = Vector3.new(7.5, 1, 4.89999962),
4096
["Anchored"] = true,
4097
["CFrame"] = CFrame.new(7.5, 1, 4.89999962, 1, 0, 0, 0, 1, 0, 0, 0, 1),
4098
["FormFactor"] = Enum.FormFactor.Symmetric,
4099
["Size"] = Vector3.new(5, 2, 5),
4100
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
4101
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
4102
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
4103
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
4104
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
4105
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
4106
})
4107
o220 = Create("WedgePart",{
4108
["Name"] = "Part",
4109
["Parent"] = o200,
4110
["Material"] = Enum.Material.Metal,
4111
["Position"] = Vector3.new(8.99996662, 0.500016987, 1.60000753),
4112
["Rotation"] = Vector3.new(-5.12266233e-005, 1.17442678e-005, -90),
4113
["Anchored"] = true,
4114
["CFrame"] = CFrame.new(8.99996662, 0.500016987, 1.60000753, 6.83273385e-008, 0.999993563, 2.04976146e-007, -0.999996662, 7.06829937e-008, 8.94070354e-007, 8.64267975e-007, -2.12043744e-007, 0.999996781),
4115
["FormFactor"] = Enum.FormFactor.Symmetric,
4116
["Size"] = Vector3.new(1, 2, 1.5999999),
4117
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
4118
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
4119
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
4120
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
4121
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
4122
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
4123
})
4124
o221 = Create("Part",{
4125
["Name"] = "Ankle",
4126
["Parent"] = o200,
4127
["Material"] = Enum.Material.Metal,
4128
["Position"] = Vector3.new(8, 2.99999905, 4.89999962),
4129
["Anchored"] = true,
4130
["CFrame"] = CFrame.new(8, 2.99999905, 4.89999962, 1, 0, 0, 0, 1, 0, 0, 0, 1),
4131
["FormFactor"] = Enum.FormFactor.Symmetric,
4132
["Size"] = Vector3.new(4, 2, 3),
4133
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
4134
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
4135
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
4136
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
4137
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
4138
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
4139
})
4140
o222 = Create("Script",{
4141
["Parent"] = o221,
4142
})
4143
table.insert(cors,coroutine.create(function()
4144
wait()
4145
runDummyScript(function()
4146
local weldTo = script.Parent
4147
local weldModel = Instance.new("Model",weldTo)
4148
weldModel.Name = "Welds"
4149
4150
makeWeld = function(part1,part0)
4151
	local w = Instance.new("Weld",weldModel)
4152
	w.Part0 = part0
4153
	w.Part1 = part1
4154
	local CFrameOrigin = CFrame.new(part0.Position)
4155
	local CFrame0 = part0.CFrame:inverse() * CFrameOrigin
4156
	local CFrame1 = part1.CFrame:inverse() * CFrameOrigin
4157
	w.C0 = CFrame0
4158
	w.C1 = CFrame1
4159
end
4160
4161
for i,v in pairs (weldTo.Parent:children()) do
4162
	if v.ClassName == "Part" or v.Name == "Part" and v ~= weldTo then
4163
		makeWeld(v,weldTo)
4164
		v.Anchored = false
4165
	end
4166
end
4167
4168
weldTo.Anchored = false
4169
end,o222)
4170
end))
4171
o223 = Create("Model",{
4172
["Name"] = "Lower",
4173
["Parent"] = o182,
4174
})
4175
o224 = Create("Part",{
4176
["Parent"] = o223,
4177
["Material"] = Enum.Material.Metal,
4178
["Position"] = Vector3.new(5.5, 6, 4.89999962),
4179
["Anchored"] = true,
4180
["CFrame"] = CFrame.new(5.5, 6, 4.89999962, 1, 0, 0, 0, 1, 0, 0, 0, 1),
4181
["FormFactor"] = Enum.FormFactor.Symmetric,
4182
["Size"] = Vector3.new(1, 6, 3),
4183
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
4184
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
4185
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
4186
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
4187
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
4188
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
4189
})
4190
o225 = Create("WedgePart",{
4191
["Name"] = "Part",
4192
["Parent"] = o223,
4193
["Material"] = Enum.Material.Metal,
4194
["Position"] = Vector3.new(8.5, 3.5, 2.90000057),
4195
["Rotation"] = Vector3.new(-180, -90, 0),
4196
["Anchored"] = true,
4197
["CFrame"] = CFrame.new(8.5, 3.5, 2.90000057, 0, 0, -1, 0, -1, -0, -1, 0, -0),
4198
["FormFactor"] = Enum.FormFactor.Symmetric,
4199
["Size"] = Vector3.new(1, 1, 5),
4200
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
4201
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
4202
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
4203
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
4204
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
4205
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
4206
})
4207
o226 = Create("WedgePart",{
4208
["Name"] = "Part",
4209
["Parent"] = o223,
4210
["Material"] = Enum.Material.Metal,
4211
["Position"] = Vector3.new(5.5, 6, 2.90000057),
4212
["Rotation"] = Vector3.new(-5.12264569e-006, 1.15153643e-005, 90.0000153),
4213
["Anchored"] = true,
4214
["CFrame"] = CFrame.new(5.5, 6, 2.90000057, -3.07173877e-007, -1, 2.0098102e-007, 1, -3.07173849e-007, 8.94070311e-008, -8.94069672e-008, 2.00981049e-007, 1),
4215
["FormFactor"] = Enum.FormFactor.Symmetric,
4216
["Size"] = Vector3.new(6, 1, 1),
4217
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
4218
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
4219
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
4220
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
4221
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
4222
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
4223
})
4224
o227 = Create("Part",{
4225
["Parent"] = o223,
4226
["Material"] = Enum.Material.Metal,
4227
["Position"] = Vector3.new(8.5, 6.50000811, 2.90000057),
4228
["Anchored"] = true,
4229
["CFrame"] = CFrame.new(8.5, 6.50000811, 2.90000057, 1, 0, 0, 0, 1, 0, 0, 0, 1),
4230
["FormFactor"] = Enum.FormFactor.Symmetric,
4231
["Size"] = Vector3.new(5, 5, 1),
4232
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
4233
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
4234
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
4235
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
4236
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
4237
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
4238
})
4239
o228 = Create("Part",{
4240
["Name"] = "Ankle",
4241
["Parent"] = o223,
4242
["Material"] = Enum.Material.Metal,
4243
["Position"] = Vector3.new(8, 3.00000572, 4.89999914),
4244
["Anchored"] = true,
4245
["CFrame"] = CFrame.new(8, 3.00000572, 4.89999914, 1, 0, 0, 0, 1, 0, 0, 0, 1),
4246
["FormFactor"] = Enum.FormFactor.Symmetric,
4247
["Shape"] = Enum.PartType.Ball,
4248
["Size"] = Vector3.new(4, 4, 4),
4249
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
4250
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
4251
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
4252
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
4253
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
4254
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
4255
})
4256
o229 = Create("WedgePart",{
4257
["Name"] = "Part",
4258
["Parent"] = o223,
4259
["Material"] = Enum.Material.Metal,
4260
["Position"] = Vector3.new(12, 5.80000782, 2.90000057),
4261
["Rotation"] = Vector3.new(-180, -90, 0),
4262
["Anchored"] = true,
4263
["CFrame"] = CFrame.new(12, 5.80000782, 2.90000057, 0, 0, -1, 0, -1, -0, -1, 0, -0),
4264
["FormFactor"] = Enum.FormFactor.Symmetric,
4265
["Size"] = Vector3.new(1, 3.59999967, 2),
4266
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
4267
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
4268
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
4269
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
4270
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
4271
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
4272
})
4273
o230 = Create("Part",{
4274
["Parent"] = o223,
4275
["Material"] = Enum.Material.Metal,
4276
["Position"] = Vector3.new(8, 6.49999475, 4.89999914),
4277
["Anchored"] = true,
4278
["CFrame"] = CFrame.new(8, 6.49999475, 4.89999914, 1, 0, 0, 0, 1, 0, 0, 0, 1),
4279
["FormFactor"] = Enum.FormFactor.Symmetric,
4280
["Size"] = Vector3.new(4, 5, 3),
4281
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
4282
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
4283
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
4284
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
4285
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
4286
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
4287
})
4288
o231 = Create("WedgePart",{
4289
["Name"] = "Part",
4290
["Parent"] = o223,
4291
["Material"] = Enum.Material.Metal,
4292
["Position"] = Vector3.new(12, 8.30000782, 2.90000057),
4293
["Rotation"] = Vector3.new(-0, -90, 0),
4294
["Anchored"] = true,
4295
["CFrame"] = CFrame.new(12, 8.30000782, 2.90000057, 0, 0, -1, 0, 1, 0, 1, 0, 0),
4296
["FormFactor"] = Enum.FormFactor.Symmetric,
4297
["Size"] = Vector3.new(0.999999881, 1.39999986, 2),
4298
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
4299
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
4300
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
4301
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
4302
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
4303
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
4304
})
4305
o232 = Create("WedgePart",{
4306
["Name"] = "Part",
4307
["Parent"] = o223,
4308
["Material"] = Enum.Material.Metal,
4309
["Position"] = Vector3.new(8.49998379, 3.49999547, 6.89999723),
4310
["Rotation"] = Vector3.new(-29.3821964, -89.7779465, 138.694763),
4311
["Anchored"] = true,
4312
["CFrame"] = CFrame.new(8.49998379, 3.49999547, 6.89999723, -2.98019103e-008, -2.61864432e-008, -0.99999249, -5.81066715e-008, -0.999995768, 5.23729646e-008, -0.999996066, 5.81066857e-008, 9.30146058e-008),
4313
["FormFactor"] = Enum.FormFactor.Symmetric,
4314
["Size"] = Vector3.new(1, 1, 5),
4315
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
4316
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
4317
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
4318
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
4319
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
4320
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
4321
})
4322
o233 = Create("WedgePart",{
4323
["Name"] = "Part",
4324
["Parent"] = o223,
4325
["Material"] = Enum.Material.Metal,
4326
["Position"] = Vector3.new(5.5, 5.99999475, 6.89999914),
4327
["Rotation"] = Vector3.new(180, -0, 90),
4328
["Anchored"] = true,
4329
["CFrame"] = CFrame.new(5.5, 5.99999475, 6.89999914, 0, -1, -0, -1, 0, -0, 0, 0, -1),
4330
["FormFactor"] = Enum.FormFactor.Symmetric,
4331
["Size"] = Vector3.new(6, 1, 1),
4332
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
4333
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
4334
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
4335
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
4336
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
4337
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
4338
})
4339
o234 = Create("Part",{
4340
["Parent"] = o223,
4341
["Material"] = Enum.Material.Metal,
4342
["Position"] = Vector3.new(8.5, 6.49999475, 6.89999914),
4343
["Anchored"] = true,
4344
["CFrame"] = CFrame.new(8.5, 6.49999475, 6.89999914, 1, 0, 0, 0, 1, 0, 0, 0, 1),
4345
["FormFactor"] = Enum.FormFactor.Symmetric,
4346
["Size"] = Vector3.new(5, 5, 1),
4347
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
4348
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
4349
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
4350
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
4351
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
4352
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
4353
})
4354
o235 = Create("Part",{
4355
["Name"] = "Knee",
4356
["Parent"] = o223,
4357
["Material"] = Enum.Material.Metal,
4358
["Position"] = Vector3.new(8, 9.4999876, 4.89999914),
4359
["Anchored"] = true,
4360
["CFrame"] = CFrame.new(8, 9.4999876, 4.89999914, 1, 0, 0, 0, 1, 0, 0, 0, 1),
4361
["FormFactor"] = Enum.FormFactor.Symmetric,
4362
["Size"] = Vector3.new(4, 1, 3),
4363
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
4364
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
4365
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
4366
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
4367
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
4368
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
4369
})
4370
o236 = Create("Script",{
4371
["Parent"] = o235,
4372
})
4373
table.insert(cors,coroutine.create(function()
4374
wait()
4375
runDummyScript(function()
4376
local weldTo = script.Parent
4377
local weldModel = Instance.new("Model",weldTo)
4378
weldModel.Name = "Welds"
4379
4380
makeWeld = function(part1,part0)
4381
	local w = Instance.new("Weld",weldModel)
4382
	w.Part0 = part0
4383
	w.Part1 = part1
4384
	local CFrameOrigin = CFrame.new(part0.Position)
4385
	local CFrame0 = part0.CFrame:inverse() * CFrameOrigin
4386
	local CFrame1 = part1.CFrame:inverse() * CFrameOrigin
4387
	w.C0 = CFrame0
4388
	w.C1 = CFrame1
4389
end
4390
4391
for i,v in pairs (weldTo.Parent:children()) do
4392
	if v.ClassName == "Part" or v.Name == "Part" and v ~= weldTo then
4393
		makeWeld(v,weldTo)
4394
		v.Anchored = false
4395
	end
4396
end
4397
4398
weldTo.Anchored = false
4399
end,o236)
4400
end))
4401
o237 = Create("WedgePart",{
4402
["Name"] = "Part",
4403
["Parent"] = o223,
4404
["Material"] = Enum.Material.Metal,
4405
["Position"] = Vector3.new(12, 8.29999447, 6.89999914),
4406
["Rotation"] = Vector3.new(-0, -90, 0),
4407
["Anchored"] = true,
4408
["CFrame"] = CFrame.new(12, 8.29999447, 6.89999914, 0, 0, -1, 0, 1, 0, 1, 0, 0),
4409
["FormFactor"] = Enum.FormFactor.Symmetric,
4410
["Size"] = Vector3.new(0.999999881, 1.39999986, 2),
4411
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
4412
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
4413
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
4414
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
4415
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
4416
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
4417
})
4418
o238 = Create("WedgePart",{
4419
["Name"] = "Part",
4420
["Parent"] = o223,
4421
["Material"] = Enum.Material.Metal,
4422
["Position"] = Vector3.new(12, 5.79999495, 6.89999914),
4423
["Rotation"] = Vector3.new(-180, -90, 0),
4424
["Anchored"] = true,
4425
["CFrame"] = CFrame.new(12, 5.79999495, 6.89999914, 0, 0, -1, 0, -1, -0, -1, 0, -0),
4426
["FormFactor"] = Enum.FormFactor.Symmetric,
4427
["Size"] = Vector3.new(1, 3.59999967, 2),
4428
["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
4429
["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
4430
["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
4431
["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
4432
["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
4433
["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
4434
})
4435
mas.Parent = workspace
4436
mas:MakeJoints()
4437
local mas1 = mas:GetChildren()
4438
for i=1,#mas1 do
4439
	mas1[i].Parent = workspace 
4440
	ypcall(function() mas1[i]:MakeJoints() end)
4441
end
4442
mas:Destroy()
4443
for i=1,#cors do
4444
coroutine.resume(cors[i])
4445
end