View difference between Paste ID: Q5xevP36 and 6f0CnNzv
SHOW: | | - or go back to the newest paste.
1
localplr = game.Players.LocalPlayer
2-
hitler = game.Players.LocalPlayer
2+
3
if localplr.Character:FindFirstChild("Shirt") then hitler.Character.Shirt:Destroy()
4-
if hitler.Character:FindFirstChild("Shirt") then hitler.Character.Shirt:Destroy()
4+
5
if localplr.Character:FindFirstChild("Pants") then hitler.Character.Pants:Destroy()
6-
if hitler.Character:FindFirstChild("Pants") then hitler.Character.Pants:Destroy()
6+
7
if localplr.Character:FindFirstChild("Shirt Graphic") then hitler.Character["Shirt Graphic"]:Destroy()
8-
if hitler.Character:FindFirstChild("Shirt Graphic") then hitler.Character["Shirt Graphic"]:Destroy()
8+
9
10
if not localplr.Character:FindFirstChild("Shirt") then
11-
if not hitler.Character:FindFirstChild("Shirt") then
11+
 NewShirt = Instance.new("Shirt", localplr.Character)
12-
 NewShirt = Instance.new("Shirt", hitler.Character)
12+
13
end
14
15
16
if not localplr.Character:FindFirstChild("Pants") then
17-
if not hitler.Character:FindFirstChild("Pants") then
17+
 NewPants = Instance.new("Pants", localplr.Character)
18-
 NewPants = Instance.new("Pants", hitler.Character)
18+
19
end
20
21
22
for _, v in pairs(hitler.Character:GetChildren()) do
23
if v:IsA("Hat") then
24
v:Destroy()
25
end
26
end
27
28
for _, v in pairs(hitler.Character:GetChildren()) do
29
if v:IsA("CharacterMesh") then
30
v:Destroy()
31
end
32
end
33
34
x = game:GetService("InsertService"):LoadAsset(10912180)
35
for i,v in pairs(x:GetChildren()) do
36
v.Parent = game.Players.LocalPlayer.Character
37
end
38
wait(0.1)
39
localplr.Character.MilitaryOfficer.Handle.Mesh.MeshId = "http://www.roblox.com/asset/?id=10729448"
40-
hitler.Character.MilitaryOfficer.Handle.Mesh.MeshId = "http://www.roblox.com/asset/?id=10729448"
40+
localplr.Character.MilitaryOfficer.Handle.Mesh.TextureId = "http://www.roblox.com/asset/?id=10729465"
41-
hitler.Character.MilitaryOfficer.Handle.Mesh.TextureId = "http://www.roblox.com/asset/?id=10729465"
41+
localplr.Character["Shirt"].ShirtTemplate = "http://www.roblox.com/asset/?id=368872607"
42-
hitler.Character["Shirt"].ShirtTemplate = "http://www.roblox.com/asset/?id=368872607"
42+
localplr.Character["Pants"].PantsTemplate = "http://www.roblox.com/asset/?id=368879592"
43-
hitler.Character["Pants"].PantsTemplate = "http://www.roblox.com/asset/?id=368879592"
43+
localplr.Character.Head.BrickColor = BrickColor.new(1)
44-
hitler.Character.Head.BrickColor = BrickColor.new(1)
44+
localplr.Character.Torso.BrickColor = BrickColor.new(1)
45-
hitler.Character.Torso.BrickColor = BrickColor.new(1)
45+
localplr.Character["Left Arm"].BrickColor = BrickColor.new(1)
46-
hitler.Character["Left Arm"].BrickColor = BrickColor.new(1)
46+
localplr.Character["Right Arm"].BrickColor = BrickColor.new(1)
47-
hitler.Character["Right Arm"].BrickColor = BrickColor.new(1)
47+
localplr.Character["Left Leg"].BrickColor = BrickColor.new(1)
48-
hitler.Character["Left Leg"].BrickColor = BrickColor.new(1)
48+
localplr.Character["Right Leg"].BrickColor = BrickColor.new(1)
49-
hitler.Character["Right Leg"].BrickColor = BrickColor.new(1)
49+
50
Create = function(itemClass,tabl)
51
local item = Instance.new(itemClass)
52
for i,v in pairs(tabl) do
53
local a,b = ypcall(function() return item[i] end)
54
if a then
55
item[i] = tabl[i]
56
end
57
end
58
return item
59
end
60
function runDummyScript(f,scri)
61
local oldenv = getfenv(f)
62
local newenv = setmetatable({}, {
63
__index = function(_, k)
64
if k:lower() == 'script' then
65
return scri
66
else
67
return oldenv[k]
68
end
69
end
70
})
71
setfenv(f, newenv)
72
ypcall(function() f() end)
73
end
74
cors = {}
75
mas = Instance.new("Model",game:GetService("Lighting")) 
76
mas.Name = "CompiledModel"
77
o1 = Create("Model",{
78
["Name"] = "Chamber",
79
["Parent"] = mas,
80
})
81
o2 = Create("Part",{
82
["Name"] = "Head",
83
["Parent"] = o1,
84
["Material"] = Enum.Material.Foil,
85
["BrickColor"] = BrickColor.new("Dark stone grey"),
86
["Position"] = Vector3.new(0, 10.5, -46),
87
["Rotation"] = Vector3.new(3.80734537e-019, 1.42910524e-020, 3.5934405e-018),
88
["RotVelocity"] = Vector3.new(-7.85145039e-020, 2.39446169e-023, 1.13729476e-019),
89
["Velocity"] = Vector3.new(8.18726775e-019, -0.0135432296, 1.15292031e-018),
90
["CFrame"] = CFrame.new(0, 10.5, -46, 1, -6.27173704e-020, 2.49425903e-022, 6.27173704e-020, 1, -6.64507104e-021, -2.49425903e-022, 6.64507104e-021, 1),
91
["Size"] = Vector3.new(8, 19, 8),
92
["TopSurface"] = Enum.SurfaceType.Weld,
93
["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
94
})
95
o3 = Create("SpecialMesh",{
96
["Parent"] = o2,
97
["Scale"] = Vector3.new(1.25, 1.25, 1.25),
98
})
99
o4 = Create("Part",{
100
["Name"] = "GasPoint",
101
["Parent"] = o1,
102
["Material"] = Enum.Material.Concrete,
103
["BrickColor"] = BrickColor.new("Dark stone grey"),
104
["Position"] = Vector3.new(-21.5, 2.90841889, -52.5),
105
["Rotation"] = Vector3.new(-180, 0, -180),
106
["Anchored"] = true,
107
["CFrame"] = CFrame.new(-21.5, 2.90841889, -52.5, -1, 0, 0, 0, 1, 0, 0, 0, -1),
108
["Size"] = Vector3.new(1, 1.20000005, 1),
109
["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
110
})
111
o5 = Create("SpecialMesh",{
112
["Parent"] = o4,
113
})
114
o6 = Create("Smoke",{
115
["Parent"] = o4,
116
["Size"] = 10,
117
["Opacity"] = 1,
118
["RiseVelocity"] = 2,
119
})
120
o7 = Create("Part",{
121
["Parent"] = o1,
122
["Material"] = Enum.Material.Concrete,
123
["BrickColor"] = BrickColor.new("Dark stone grey"),
124
["Position"] = Vector3.new(-6, 13.1084118, -38),
125
["Anchored"] = true,
126
["CFrame"] = CFrame.new(-6, 13.1084118, -38, 1, 0, 0, 0, 1, 0, 0, 0, 1),
127
["Size"] = Vector3.new(2, 24, 4),
128
["BottomSurface"] = Enum.SurfaceType.Smooth,
129
["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
130
})
131
o8 = Create("Part",{
132
["Parent"] = o1,
133
["Material"] = Enum.Material.Concrete,
134
["BrickColor"] = BrickColor.new("Dark stone grey"),
135
["Position"] = Vector3.new(-7, 13.1084118, -67),
136
["Rotation"] = Vector3.new(0, 90, 0),
137
["Anchored"] = true,
138
["CFrame"] = CFrame.new(-7, 13.1084118, -67, 0, 0, 1, 0, 1, 0, -1, 0, 0),
139
["Size"] = Vector3.new(2, 24, 4),
140
["BottomSurface"] = Enum.SurfaceType.Smooth,
141
["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
142
})
143
o9 = Create("Part",{
144
["Parent"] = o1,
145
["Material"] = Enum.Material.Concrete,
146
["BrickColor"] = BrickColor.new("Dark stone grey"),
147
["Position"] = Vector3.new(-7, 13.1084118, -65),
148
["Anchored"] = true,
149
["CFrame"] = CFrame.new(-7, 13.1084118, -65, 1, 0, 0, 0, 1, 0, 0, 0, 1),
150
["Size"] = Vector3.new(4, 19.2000008, 2),
151
["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
152
})
153
o10 = Create("Part",{
154
["Parent"] = o1,
155
["Material"] = Enum.Material.Foil,
156
["BrickColor"] = BrickColor.new("Dark stone grey"),
157
["Position"] = Vector3.new(-9.5, 1.60841703, -27.5999985),
158
["Rotation"] = Vector3.new(90, 0, -0),
159
["Anchored"] = true,
160
["CFrame"] = CFrame.new(-9.5, 1.60841703, -27.5999985, 1, 0, 0, 0, 0, -1, 0, 1, 0),
161
["Size"] = Vector3.new(1, 16.8000011, 1),
162
["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
163
})
164
o11 = Create("SpecialMesh",{
165
["Parent"] = o10,
166
})
167
o12 = Create("Part",{
168
["Parent"] = o1,
169
["Material"] = Enum.Material.Concrete,
170
["BrickColor"] = BrickColor.new("Dark stone grey"),
171
["Position"] = Vector3.new(-18.9000111, 1.70842004, -18.5),
172
["Rotation"] = Vector3.new(-8.53773656e-007, -1.02835693e-005, 7.66185618e-014),
173
["Anchored"] = true,
174
["CFrame"] = CFrame.new(-18.9000111, 1.70842004, -18.5, 1, -1.33724617e-015, -1.79482143e-007, -1.33724617e-015, 1, 1.49011612e-008, -1.79482143e-007, 1.49011612e-008, 1),
175
["Size"] = Vector3.new(1, 1.20000005, 1),
176
["BottomSurface"] = Enum.SurfaceType.Smooth,
177
["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
178
})
179
o13 = Create("Part",{
180
["Parent"] = o1,
181
["Material"] = Enum.Material.Foil,
182
["BrickColor"] = BrickColor.new("Dark stone grey"),
183
["Position"] = Vector3.new(-23.5999489, 11.2084379, -27.900032),
184
["Rotation"] = Vector3.new(-90.0000305, 0.000382487662, 89.9996796),
185
["Anchored"] = true,
186
["CFrame"] = CFrame.new(-23.5999489, 11.2084379, -27.900032, 5.56394662e-006, -1, 6.67566883e-006, -4.61935997e-007, 6.67566565e-006, 1, -1, -5.5639498e-006, -4.6189885e-007),
187
["Size"] = Vector3.new(1, 8.40000057, 1),
188
["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
189
})
190
o14 = Create("SpecialMesh",{
191
["Parent"] = o13,
192
})
193
o15 = Create("Part",{
194
["Parent"] = o1,
195
["Material"] = Enum.Material.Concrete,
196
["BrickColor"] = BrickColor.new("Dark stone grey"),
197
["Position"] = Vector3.new(-28.299757, 28.1084671, -43.3000679),
198
["Rotation"] = Vector3.new(-2.64669852e-005, -90, 0),
199
["Anchored"] = true,
200
["CFrame"] = CFrame.new(-28.299757, 28.1084671, -43.3000679, -5.56394662e-006, 6.66124015e-006, -1, 4.61936025e-007, 1, 6.69009432e-006, 1, -4.61898907e-007, -5.5639498e-006),
201
["Size"] = Vector3.new(1, 1.20000005, 1),
202
["TopSurface"] = Enum.SurfaceType.Smooth,
203
["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
204
})
205
o16 = Create("Part",{
206
["Parent"] = o1,
207
["Material"] = Enum.Material.Foil,
208
["BrickColor"] = BrickColor.new("Dark stone grey"),
209
["Position"] = Vector3.new(-2.5999949, 1.60841703, -58.9000015),
210
["Rotation"] = Vector3.new(-180, 0, -90),
211
["Anchored"] = true,
212
["CFrame"] = CFrame.new(-2.5999949, 1.60841703, -58.9000015, 0, 1, 0, 1, 0, 0, 0, 0, -1),
213
["Size"] = Vector3.new(1, 4.80000019, 1),
214
["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
215
})
216
o17 = Create("SpecialMesh",{
217
["Parent"] = o16,
218
})
219
o18 = Create("Part",{
220
["Parent"] = o1,
221
["Material"] = Enum.Material.Concrete,
222
["BrickColor"] = BrickColor.new("Dark stone grey"),
223
["Position"] = Vector3.new(-28.2999496, 11.3084698, -27.9000587),
224
["Rotation"] = Vector3.new(-2.64669834e-005, -0.00031879067, -0.000382487633),
225
["Anchored"] = true,
226
["CFrame"] = CFrame.new(-28.2999496, 11.3084698, -27.9000587, 1, 6.67566837e-006, -5.56394662e-006, -6.6756661e-006, 1, 4.61935997e-007, 5.5639498e-006, -4.6189885e-007, 1),
227
["Size"] = Vector3.new(1, 1.20000005, 1),
228
["BottomSurface"] = Enum.SurfaceType.Smooth,
229
["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
230
})
231
o19 = Create("Part",{
232
["Parent"] = o1,
233
["Material"] = Enum.Material.Foil,
234
["BrickColor"] = BrickColor.new("Dark stone grey"),
235
["Position"] = Vector3.new(-14.1999998, 1.60841703, -18.5),
236
["Rotation"] = Vector3.new(-0, 0, 90),
237
["Anchored"] = true,
238
["CFrame"] = CFrame.new(-14.1999998, 1.60841703, -18.5, 0, -1, 0, 1, 0, 0, 0, 0, 1),
239
["Size"] = Vector3.new(1, 8.40000057, 1),
240
["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
241
})
242
o20 = Create("SpecialMesh",{
243
["Parent"] = o19,
244
})
245
o21 = Create("Part",{
246
["Parent"] = o1,
247
["Material"] = Enum.Material.Foil,
248
["BrickColor"] = BrickColor.new("Dark stone grey"),
249
["Position"] = Vector3.new(-18.8999825, 11.2084122, -23.2000046),
250
["Rotation"] = Vector3.new(89.9999771, 90, 0),
251
["Anchored"] = true,
252
["CFrame"] = CFrame.new(-18.8999825, 11.2084122, -23.2000046, -6.35744541e-008, -5.56394662e-006, 1, 1, 4.61935997e-007, -6.35795985e-008, -4.61936338e-007, 1, 5.56394662e-006),
253
["Size"] = Vector3.new(1, 8.40000057, 1),
254
["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
255
})
256
o22 = Create("SpecialMesh",{
257
["Parent"] = o21,
258
})
259
o23 = Create("Part",{
260
["Parent"] = o1,
261
["Material"] = Enum.Material.Foil,
262
["BrickColor"] = BrickColor.new("Dark stone grey"),
263
["Position"] = Vector3.new(-18.9000092, 6.50840998, -18.5000038),
264
["Rotation"] = Vector3.new(179.999985, -90, 0),
265
["Anchored"] = true,
266
["CFrame"] = CFrame.new(-18.9000092, 6.50840998, -18.5000038, 5.56394662e-006, -3.85527894e-012, -1, -4.61935997e-007, -1, 1.28509193e-012, -1, 4.61935997e-007, -5.56394662e-006),
267
["Size"] = Vector3.new(1, 8.40000057, 1),
268
["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
269
})
270
o24 = Create("SpecialMesh",{
271
["Parent"] = o23,
272
})
273
o25 = Create("Part",{
274
["Parent"] = o1,
275
["Material"] = Enum.Material.Concrete,
276
["BrickColor"] = BrickColor.new("Dark stone grey"),
277
["Position"] = Vector3.new(-37, 14.3084078, -67),
278
["Anchored"] = true,
279
["CFrame"] = CFrame.new(-37, 14.3084078, -67, 1, 0, 0, 0, 1, 0, 0, 0, 1),
280
["Size"] = Vector3.new(4, 21.6000004, 2),
281
["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
282
})
283
o26 = Create("Part",{
284
["Parent"] = o1,
285
["Material"] = Enum.Material.Concrete,
286
["BrickColor"] = BrickColor.new("Dark stone grey"),
287
["Position"] = Vector3.new(-28.2998428, 28.1084671, -27.9000664),
288
["Rotation"] = Vector3.new(-2.64669852e-005, -0.00031879067, -0.000381660939),
289
["Anchored"] = true,
290
["CFrame"] = CFrame.new(-28.2998428, 28.1084671, -27.9000664, 1, 6.66124015e-006, -5.56394662e-006, -6.69009432e-006, 1, 4.61936025e-007, 5.5639498e-006, -4.61898907e-007, 1),
291
["Size"] = Vector3.new(1, 1.20000005, 1),
292
["TopSurface"] = Enum.SurfaceType.Smooth,
293
["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
294
})
295
o27 = Create("Part",{
296
["Parent"] = o1,
297
["Material"] = Enum.Material.Concrete,
298
["BrickColor"] = BrickColor.new("Dark stone grey"),
299
["Position"] = Vector3.new(-37, 2.30842209, -54),
300
["Rotation"] = Vector3.new(0, 90, 0),
301
["Anchored"] = true,
302
["CFrame"] = CFrame.new(-37, 2.30842209, -54, 0, 0, 1, 0, 1, 0, -1, 0, 0),
303
["Size"] = Vector3.new(28, 2.4000001, 4),
304
["BottomSurface"] = Enum.SurfaceType.Smooth,
305
["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
306
})
307
o28 = Create("Part",{
308
["Parent"] = o1,
309
["Material"] = Enum.Material.Concrete,
310
["BrickColor"] = BrickColor.new("Dark stone grey"),
311
["Position"] = Vector3.new(-7, 2.30842209, -53),
312
["Rotation"] = Vector3.new(0, 90, 0),
313
["Anchored"] = true,
314
["CFrame"] = CFrame.new(-7, 2.30842209, -53, 0, 0, 1, 0, 1, 0, -1, 0, 0),
315
["Size"] = Vector3.new(26, 2.4000001, 4),
316
["BottomSurface"] = Enum.SurfaceType.Smooth,
317
["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
318
})
319
o29 = Create("Part",{
320
["Parent"] = o1,
321
["Material"] = Enum.Material.Concrete,
322
["BrickColor"] = BrickColor.new("Dark stone grey"),
323
["Position"] = Vector3.new(-22, 2.30842209, -66),
324
["Rotation"] = Vector3.new(-180, 0, -180),
325
["Anchored"] = true,
326
["CFrame"] = CFrame.new(-22, 2.30842209, -66, -1, 0, 0, 0, 1, 0, 0, 0, -1),
327
["Size"] = Vector3.new(26, 2.4000001, 4),
328
["BottomSurface"] = Enum.SurfaceType.Smooth,
329
["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
330
})
331
o30 = Create("Part",{
332
["Parent"] = o1,
333
["Material"] = Enum.Material.Concrete,
334
["BrickColor"] = BrickColor.new("Dark stone grey"),
335
["Position"] = Vector3.new(-22, 2.30842209, -38),
336
["Rotation"] = Vector3.new(-180, 0, -180),
337
["Anchored"] = true,
338
["CFrame"] = CFrame.new(-22, 2.30842209, -38, -1, 0, 0, 0, 1, 0, 0, 0, -1),
339
["Size"] = Vector3.new(30, 2.4000001, 4),
340
["BottomSurface"] = Enum.SurfaceType.Smooth,
341
["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
342
})
343
o31 = Create("Part",{
344
["Parent"] = o1,
345
["BrickColor"] = BrickColor.new("Dark stone grey"),
346
["Transparency"] = 0.40000000596046,
347
["Position"] = Vector3.new(-37, 13.1084118, -52),
348
["Rotation"] = Vector3.new(0, 90, 0),
349
["Anchored"] = true,
350
["CFrame"] = CFrame.new(-37, 13.1084118, -52, 0, 0, 1, 0, 1, 0, -1, 0, 0),
351
["Size"] = Vector3.new(24, 19.2000008, 4),
352
["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
353
})
354
o32 = Create("Part",{
355
["Parent"] = o1,
356
["BrickColor"] = BrickColor.new("Dark stone grey"),
357
["Transparency"] = 0.40000000596046,
358
["Position"] = Vector3.new(-22, 13.1084118, -66),
359
["Rotation"] = Vector3.new(-180, 0, -180),
360
["Anchored"] = true,
361
["CFrame"] = CFrame.new(-22, 13.1084118, -66, -1, 0, 0, 0, 1, 0, 0, 0, -1),
362
["Size"] = Vector3.new(26, 19.2000008, 4),
363
["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
364
})
365
o33 = Create("Part",{
366
["Parent"] = o1,
367
["Material"] = Enum.Material.Concrete,
368
["BrickColor"] = BrickColor.new("Dark stone grey"),
369
["Position"] = Vector3.new(-22, 23.9084167, -38),
370
["Rotation"] = Vector3.new(-180, 0, -180),
371
["Anchored"] = true,
372
["CFrame"] = CFrame.new(-22, 23.9084167, -38, -1, 0, 0, 0, 1, 0, 0, 0, -1),
373
["Size"] = Vector3.new(30, 2.4000001, 4),
374
["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
375
})
376
o34 = Create("Part",{
377
["Parent"] = o1,
378
["Material"] = Enum.Material.Concrete,
379
["BrickColor"] = BrickColor.new("Dark stone grey"),
380
["Position"] = Vector3.new(-37, 13.1084118, -65),
381
["Anchored"] = true,
382
["CFrame"] = CFrame.new(-37, 13.1084118, -65, 1, 0, 0, 0, 1, 0, 0, 0, 1),
383
["Size"] = Vector3.new(4, 19.2000008, 2),
384
["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
385
})
386
o35 = Create("Part",{
387
["Parent"] = o1,
388
["Material"] = Enum.Material.Concrete,
389
["BrickColor"] = BrickColor.new("Dark stone grey"),
390
["Position"] = Vector3.new(-36, 13.1084118, -38),
391
["Anchored"] = true,
392
["CFrame"] = CFrame.new(-36, 13.1084118, -38, 1, 0, 0, 0, 1, 0, 0, 0, 1),
393
["Size"] = Vector3.new(2, 19.2000008, 4),
394
["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
395
})
396
o36 = Create("Part",{
397
["Parent"] = o1,
398
["Material"] = Enum.Material.Concrete,
399
["BrickColor"] = BrickColor.new("Dark stone grey"),
400
["Position"] = Vector3.new(-8, 13.1084118, -38),
401
["Anchored"] = true,
402
["CFrame"] = CFrame.new(-8, 13.1084118, -38, 1, 0, 0, 0, 1, 0, 0, 0, 1),
403
["Size"] = Vector3.new(2, 19.2000008, 4),
404
["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
405
})
406
o37 = Create("Part",{
407
["Parent"] = o1,
408
["Material"] = Enum.Material.Concrete,
409
["BrickColor"] = BrickColor.new("Dark stone grey"),
410
["Position"] = Vector3.new(-22, 23.9084167, -66),
411
["Rotation"] = Vector3.new(-180, 0, -180),
412
["Anchored"] = true,
413
["CFrame"] = CFrame.new(-22, 23.9084167, -66, -1, 0, 0, 0, 1, 0, 0, 0, -1),
414
["Size"] = Vector3.new(26, 2.4000001, 4),
415
["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
416
})
417
o38 = Create("Part",{
418
["Parent"] = o1,
419
["Material"] = Enum.Material.Concrete,
420
["BrickColor"] = BrickColor.new("Dark stone grey"),
421
["Position"] = Vector3.new(-37, 23.9084167, -53),
422
["Rotation"] = Vector3.new(0, 90, 0),
423
["Anchored"] = true,
424
["CFrame"] = CFrame.new(-37, 23.9084167, -53, 0, 0, 1, 0, 1, 0, -1, 0, 0),
425
["Size"] = Vector3.new(26, 2.4000001, 4),
426
["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
427
})
428
o39 = Create("Part",{
429
["Parent"] = o1,
430
["Material"] = Enum.Material.Concrete,
431
["BrickColor"] = BrickColor.new("Dark stone grey"),
432
["Position"] = Vector3.new(-7, 23.9084167, -53),
433
["Rotation"] = Vector3.new(0, 90, 0),
434
["Anchored"] = true,
435
["CFrame"] = CFrame.new(-7, 23.9084167, -53, 0, 0, 1, 0, 1, 0, -1, 0, 0),
436
["Size"] = Vector3.new(26, 2.4000001, 4),
437
["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
438
})
439
o40 = Create("Part",{
440
["Parent"] = o1,
441
["BrickColor"] = BrickColor.new("Dark stone grey"),
442
["Transparency"] = 0.40000000596046,
443
["Position"] = Vector3.new(-22, 13.1084118, -38),
444
["Rotation"] = Vector3.new(-180, 0, -180),
445
["Anchored"] = true,
446
["CFrame"] = CFrame.new(-22, 13.1084118, -38, -1, 0, 0, 0, 1, 0, 0, 0, -1),
447
["Size"] = Vector3.new(26, 19.2000008, 4),
448
["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
449
})
450
o41 = Create("Part",{
451
["Parent"] = o1,
452
["BrickColor"] = BrickColor.new("Dark stone grey"),
453
["Transparency"] = 0.40000000596046,
454
["Position"] = Vector3.new(-7, 13.1084118, -52),
455
["Rotation"] = Vector3.new(0, 90, 0),
456
["Anchored"] = true,
457
["CFrame"] = CFrame.new(-7, 13.1084118, -52, 0, 0, 1, 0, 1, 0, -1, 0, 0),
458
["Size"] = Vector3.new(24, 19.2000008, 4),
459
["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
460
})
461
o42 = Create("Part",{
462
["Parent"] = o1,
463
["Material"] = Enum.Material.Concrete,
464
["BrickColor"] = BrickColor.new("Dark stone grey"),
465
["Position"] = Vector3.new(-22, 26.3084221, -52),
466
["Rotation"] = Vector3.new(-180, 0, -180),
467
["Anchored"] = true,
468
["CFrame"] = CFrame.new(-22, 26.3084221, -52, -1, 0, 0, 0, 1, 0, 0, 0, -1),
469
["Size"] = Vector3.new(34, 2.4000001, 32),
470
["BottomSurface"] = Enum.SurfaceType.Smooth,
471
["TopSurface"] = Enum.SurfaceType.Smooth,
472
["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
473
})
474
o43 = Create("Part",{
475
["Parent"] = o1,
476
["Material"] = Enum.Material.Concrete,
477
["BrickColor"] = BrickColor.new("Dark stone grey"),
478
["Position"] = Vector3.new(-18.9000111, 11.3084183, -18.5),
479
["Rotation"] = Vector3.new(-8.53773656e-007, -1.02835693e-005, 7.66185618e-014),
480
["Anchored"] = true,
481
["CFrame"] = CFrame.new(-18.9000111, 11.3084183, -18.5, 1, -1.33724617e-015, -1.79482143e-007, -1.33724617e-015, 1, 1.49011612e-008, -1.79482143e-007, 1.49011612e-008, 1),
482
["Size"] = Vector3.new(1, 1.20000005, 1),
483
["TopSurface"] = Enum.SurfaceType.Smooth,
484
["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
485
})
486
o44 = Create("Part",{
487
["Parent"] = o1,
488
["Material"] = Enum.Material.Foil,
489
["BrickColor"] = BrickColor.new("Dark stone grey"),
490
["Position"] = Vector3.new(0.5, 1.60841703, -54.2000008),
491
["Rotation"] = Vector3.new(-90, 0, -0),
492
["Anchored"] = true,
493
["CFrame"] = CFrame.new(0.5, 1.60841703, -54.2000008, 1, 0, 0, 0, 0, 1, 0, -1, 0),
494
["Size"] = Vector3.new(1, 8.40000057, 1),
495
["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
496
})
497
o45 = Create("SpecialMesh",{
498
["Parent"] = o44,
499
})
500
o46 = Create("Part",{
501
["Parent"] = o1,
502
["Material"] = Enum.Material.Foil,
503
["BrickColor"] = BrickColor.new("Dark stone grey"),
504
["Position"] = Vector3.new(-28.2998962, 19.7084656, -27.9000626),
505
["Rotation"] = Vector3.new(-2.64669834e-005, -0.00031879067, -0.000382487226),
506
["Anchored"] = true,
507
["CFrame"] = CFrame.new(-28.2998962, 19.7084656, -27.9000626, 1, 6.67566155e-006, -5.56394662e-006, -6.67567292e-006, 1, 4.61935997e-007, 5.5639498e-006, -4.6189885e-007, 1),
508
["Size"] = Vector3.new(1, 15.6000004, 1),
509
["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
510
})
511
o47 = Create("SpecialMesh",{
512
["Parent"] = o46,
513
})
514
o48 = Create("Part",{
515
["Parent"] = o1,
516
["Material"] = Enum.Material.CorrodedMetal,
517
["BrickColor"] = BrickColor.new("Dark stone grey"),
518
["Position"] = Vector3.new(-28.2998047, 28.0084724, -35.6000671),
519
["Rotation"] = Vector3.new(89.9999771, -0.000381660939, -179.99968),
520
["Anchored"] = true,
521
["CFrame"] = CFrame.new(-28.2998047, 28.0084724, -35.6000671, -1, 5.56394662e-006, -6.66124015e-006, 6.69009432e-006, -4.61936025e-007, -1, -5.5639498e-006, -1, 4.61898907e-007),
522
["Size"] = Vector3.new(1, 14.4000006, 1),
523
["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
524
})
525
o49 = Create("SpecialMesh",{
526
["Parent"] = o48,
527
})
528
o50 = Create("Part",{
529
["Parent"] = o1,
530
["Material"] = Enum.Material.Concrete,
531
["BrickColor"] = BrickColor.new("Dark stone grey"),
532
["Position"] = Vector3.new(0.5, 1.70842004, -58.9000015),
533
["Rotation"] = Vector3.new(0, 90, 0),
534
["Anchored"] = true,
535
["CFrame"] = CFrame.new(0.5, 1.70842004, -58.9000015, 0, 0, 1, 0, 1, 0, -1, 0, 0),
536
["Size"] = Vector3.new(1, 1.20000005, 1),
537
["BottomSurface"] = Enum.SurfaceType.Smooth,
538
["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
539
})
540
o51 = Create("Part",{
541
["Parent"] = o1,
542
["Material"] = Enum.Material.Concrete,
543
["BrickColor"] = BrickColor.new("Dark stone grey"),
544
["Position"] = Vector3.new(-18.8999557, 11.3084078, -27.9000053),
545
["Rotation"] = Vector3.new(-2.64669834e-005, -0.00031879067, 2.54989536e-005),
546
["Anchored"] = true,
547
["CFrame"] = CFrame.new(-18.8999557, 11.3084078, -27.9000053, 1, -4.45040683e-007, -5.56394662e-006, -4.45045828e-007, 1, 4.61935997e-007, 5.56394662e-006, -4.6193847e-007, 1),
548
["Size"] = Vector3.new(1, 1.20000005, 1),
549
["BottomSurface"] = Enum.SurfaceType.Smooth,
550
["TopSurface"] = Enum.SurfaceType.Smooth,
551
["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
552
})
553
o52 = Create("Part",{
554
["Parent"] = o1,
555
["Material"] = Enum.Material.Concrete,
556
["BrickColor"] = BrickColor.new("Dark stone grey"),
557
["Position"] = Vector3.new(-9.5, 1.70842099, -18.5),
558
["Anchored"] = true,
559
["CFrame"] = CFrame.new(-9.5, 1.70842099, -18.5, 1, 0, 0, 0, 1, 0, 0, 0, 1),
560
["Size"] = Vector3.new(1, 1.20000005, 1),
561
["BottomSurface"] = Enum.SurfaceType.Smooth,
562
["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
563
})
564
o53 = Create("Part",{
565
["Parent"] = o1,
566
["Material"] = Enum.Material.Concrete,
567
["BrickColor"] = BrickColor.new("Dark stone grey"),
568
["Position"] = Vector3.new(-38, 13.1084118, -38),
569
["Anchored"] = true,
570
["CFrame"] = CFrame.new(-38, 13.1084118, -38, 1, 0, 0, 0, 1, 0, 0, 0, 1),
571
["Size"] = Vector3.new(2, 24, 4),
572
["BottomSurface"] = Enum.SurfaceType.Smooth,
573
["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
574
})
575
o54 = Create("Part",{
576
["Parent"] = o1,
577
["Material"] = Enum.Material.Concrete,
578
["BrickColor"] = BrickColor.new("Dark stone grey"),
579
["Position"] = Vector3.new(-21.5, 1.70842099, -52.5),
580
["Rotation"] = Vector3.new(-180, 0, -180),
581
["Anchored"] = true,
582
["CFrame"] = CFrame.new(-21.5, 1.70842099, -52.5, -1, 0, 0, 0, 1, 0, 0, 0, -1),
583
["Size"] = Vector3.new(3, 1.20000005, 3),
584
["BottomSurface"] = Enum.SurfaceType.Smooth,
585
["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
586
})
587
o55 = Create("Part",{
588
["Name"] = "Botoom",
589
["Parent"] = o1,
590
["BrickColor"] = BrickColor.new("Dark stone grey"),
591
["Position"] = Vector3.new(-22, 0.608416975, -52),
592
["Anchored"] = true,
593
["CFrame"] = CFrame.new(-22, 0.608416975, -52, 1, 0, 0, 0, 1, 0, 0, 0, 1),
594
["Size"] = Vector3.new(34, 1, 32),
595
["BottomSurface"] = Enum.SurfaceType.Smooth,
596
["TopSurface"] = Enum.SurfaceType.Smooth,
597
["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
598
})
599
mas.Parent = workspace
600
mas:MakeJoints()
601
local mas1 = mas:GetChildren()
602
for i=1,#mas1 do
603
	mas1[i].Parent = workspace 
604
	ypcall(function() mas1[i]:MakeJoints() end)
605
end
606
mas:Destroy()
607
for i=1,#cors do
608
coroutine.resume(cors[i])
609
end
610
611
612
wait(0.2)
613
614
game.Workspace.Chamber.Head.Anchored = true
615
game.Workspace.Chamber.Head.CanCollide = false
616
game.Workspace.Chamber:MoveTo(game.Players.LocalPlayer.Character.Torso.Position + game.Players.LocalPlayer.Character.Torso.CFrame.lookVector* 30)
617
618
Gas = Instance.new("Sound")
619
Gas.Parent = game.Workspace
620
Gas.Volume = 0.8
621
Gas.SoundId = "http://www.roblox.com/asset/?id=137065982"
622
Gas.Pitch = 1
623
Gas.Name = "Sound"
624
625
local ChatService = game:GetService("Chat")
626
local Players = game:GetService("Players")
627
local LocalPlayer = Players.LocalPlayer
628
local To = game.Workspace.Chamber.GasPoint
629
630
local ShirtID = 234346150
631
local PantsID = 234346173
632
633
local function GetShirt(Character)
634
	for _, Obj in pairs(Character:GetChildren()) do
635
		if Obj:IsA("Shirt") then
636
			return Obj
637
		end
638
	end
639
end
640
641
local function GetPants(Character)
642
	for _, Obj in pairs(Character:GetChildren()) do
643
		if Obj:IsA("Pants") then
644
			return Obj
645
		end
646
	end
647
end
648
649
Humanoids={}
650
651
for _, Player in pairs(Players:GetPlayers()) do
652
	if Player.Character and Player ~= LocalPlayer then
653
		-- local Shirt = GetShirt(Player)
654
		-- local Pants = GetPants(Player)
655
		
656
		-- if Shirt then Shirt:Destroy() end
657
		-- if Pants then Pants:Destroy() end
658
		
659
		for _, v in pairs(Player.Character:GetChildren()) do --removes clothing
660
			if v:IsA("Clothing") then v:Destroy() end
661
		end
662
		
663
		local NShirt = Instance.new("Shirt", Player.Character)
664
		local NPants = Instance.new("Pants", Player.Character)
665
		
666
		NShirt.ShirtTemplate = "rbxassetid://"..ShirtID
667
		NPants.PantsTemplate = "rbxassetid://"..PantsID
668
		if Player.Character:FindFirstChild("HumanoidRootPart") then
669
			Player.Character.HumanoidRootPart.CFrame = To.CFrame
670
			Gas:Play()
671
 
672
			ChatService:Chat(Player.Character.Head, "SIEG HEIL", "Red")
673
			table.insert(Humanoids,Player.Character.Humanoid)
674
			-- wait(9)
675
			-- Player.Character.Humanoid:Destroy()
676
		end
677
	end
678
end
679
wait(9)
680
for _, Humanoid in pairs(Humanoids) do
681
	Humanoid:Destroy()
682
end
683
684
local animation = Instance.new("Animation")
685
animation.AnimationId = "http://www.roblox.com/Asset?ID=466780804"
686
local animTrack = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(animation)
687
animTrack:Play()
688
689
wait(4)
690
691
Gas:Pause()
692
Gas:Destroy()
693
wait(2)
694
game.Workspace.Chamber:Destroy()