SHOW:
|
|
- or go back to the newest paste.
1 | --Made by trevorandshaesn1 | |
2 | ||
3 | local s = Instance.new("Sound") | |
4 | ||
5 | s.Name = "Sound" | |
6 | - | s.SoundId = "http://www.roblox.com/asset/?id=235997694" -- Type your music ID here |
6 | + | s.SoundId = "http://www.roblox.com/asset/?id=299796282" -- Type your music ID here |
7 | - | s.Volume = 2 -- this is the Volume |
7 | + | s.Volume = 100 -- this is the Volume |
8 | s.Pitch = 1 -- tis is the pich | |
9 | s.Looped = true | |
10 | s.archivable = false | |
11 | ||
12 | s.Parent = game.Workspace | |
13 | ||
14 | wait(0) | |
15 | ||
16 | s:play() | |
17 | ||
18 | ||
19 | local playerLeaderstats = {} | |
20 | for i, v in pairs(game.Players:GetChildren()) do | |
21 | table.insert(playerLeaderstats, v) | |
22 | end | |
23 | for i, v in pairs(playerLeaderstats) do | |
24 | pe = Instance.new("ParticleEmitter",v.Character.Torso) | |
25 | pe.Texture = "http://www.roblox.com/asset/?id=144790109" | |
26 | pe.VelocitySpread = 50 | |
27 | se = Instance.new("ParticleEmitter",v.Character.Torso) | |
28 | se.Texture = "http://www.roblox.com/asset/?id=120877485" | |
29 | se.VelocitySpread = 50 | |
30 | fe = Instance.new("ParticleEmitter",v.Character.Torso) | |
31 | fe.Texture = "http://www.roblox.com/asset/?id=217001241" | |
32 | fe.VelocitySpread = 50 | |
33 | end | |
34 | ||
35 | ||
36 | c = script:Clone() | |
37 | c.Parent = game.Lighting | |
38 | s = Instance.new("Sky") | |
39 | s.Name = "loltroll" | |
40 | s.SkyboxBk = "http://www.roblox.com/asset/?id=37962412" | |
41 | s.SkyboxFt = "http://www.roblox.com/asset/?id=37962412" ------ Decal id | |
42 | s.SkyboxLf = "http://www.roblox.com/asset/?id=37962412" -------- | |
43 | s.SkyboxRt = "http://www.roblox.com/asset/?id=37962412" --------- | |
44 | s.SkyboxUp = "http://www.roblox.com/asset/?id=37962412" -------- | |
45 | s.Parent = game.Lighting | |
46 | ||
47 | ||
48 | Create = function(itemClass,tabl) | |
49 | local item = Instance.new(itemClass) | |
50 | for i,v in pairs(tabl) do | |
51 | local a,b = ypcall(function() return item[i] end) | |
52 | if a then | |
53 | item[i] = tabl[i] | |
54 | end | |
55 | end | |
56 | return item | |
57 | end | |
58 | function runDummyScript(f,scri) | |
59 | local oldenv = getfenv(f) | |
60 | local newenv = setmetatable({}, { | |
61 | __index = function(_, k) | |
62 | if k:lower() == 'script' then | |
63 | return scri | |
64 | else | |
65 | return oldenv[k] | |
66 | end | |
67 | end | |
68 | }) | |
69 | setfenv(f, newenv) | |
70 | ypcall(function() f() end) | |
71 | end | |
72 | cors = {} | |
73 | mas = Instance.new("Model",game:GetService("Lighting")) | |
74 | mas.Name = "CompiledModel" | |
75 | o1 = Create("Model",{ | |
76 | ["Parent"] = mas, | |
77 | }) | |
78 | o2 = Create("Part",{ | |
79 | ["Parent"] = o1, | |
80 | ["BrickColor"] = BrickColor.new("Reddish brown"), | |
81 | ["Position"] = Vector3.new(-44.6000366, 1.6000309, -74.2000046), | |
82 | ["Rotation"] = Vector3.new(-0, 90, 0), | |
83 | ["Anchored"] = true, | |
84 | ["CFrame"] = CFrame.new(-44.6000366, 1.6000309, -74.2000046, -0, 0, 1, -0, 1, 0, -1, 0, 0), | |
85 | ["Size"] = Vector3.new(50, 2.4000001, 2), | |
86 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
87 | ["Color"] = Color3.new(0.411765, 0.25098, 0.156863), | |
88 | }) | |
89 | o3 = Create("Part",{ | |
90 | ["Parent"] = o1, | |
91 | ["BrickColor"] = BrickColor.new("Light blue"), | |
92 | ["Position"] = Vector3.new(-44.1000366, 8.80002022, -90.2000122), | |
93 | ["Rotation"] = Vector3.new(-0, 90, 0), | |
94 | ["Anchored"] = true, | |
95 | ["CFrame"] = CFrame.new(-44.1000366, 8.80002022, -90.2000122, -0, 0, 1, -0, 1, 0, -1, 0, 0), | |
96 | ["Size"] = Vector3.new(18, 12, 1), | |
97 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
98 | ["Color"] = Color3.new(0.705882, 0.823529, 0.894118), | |
99 | }) | |
100 | o4 = Create("Part",{ | |
101 | ["Parent"] = o1, | |
102 | ["BrickColor"] = BrickColor.new("Reddish brown"), | |
103 | ["Position"] = Vector3.new(-44.1000366, 8.80002022, -80.7000122), | |
104 | ["Anchored"] = true, | |
105 | ["CFrame"] = CFrame.new(-44.1000366, 8.80002022, -80.7000122, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
106 | ["Size"] = Vector3.new(1, 12, 1), | |
107 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
108 | ["Color"] = Color3.new(0.411765, 0.25098, 0.156863), | |
109 | }) | |
110 | o5 = Create("Part",{ | |
111 | ["Parent"] = o1, | |
112 | ["BrickColor"] = BrickColor.new("Pastel light blue"), | |
113 | ["Reflectance"] = 0.30000001192093, | |
114 | ["Transparency"] = 0.5, | |
115 | ["Position"] = Vector3.new(-44.1000366, 8.80002022, -64.7000046), | |
116 | ["Rotation"] = Vector3.new(-0, 90, 0), | |
117 | ["Anchored"] = true, | |
118 | ["CFrame"] = CFrame.new(-44.1000366, 8.80002022, -64.7000046, -0, 0, 1, -0, 1, 0, -1, 0, 0), | |
119 | ["Size"] = Vector3.new(31, 12, 1), | |
120 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
121 | ["Color"] = Color3.new(0.686275, 0.866667, 1), | |
122 | }) | |
123 | o6 = Create("Part",{ | |
124 | ["Name"] = "YellowDoor", | |
125 | ["Parent"] = o1, | |
126 | ["Position"] = Vector3.new(-11.600028, 3.40002441, -98.7000122), | |
127 | ["Anchored"] = true, | |
128 | ["CFrame"] = CFrame.new(-11.600028, 3.40002441, -98.7000122, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
129 | ["Size"] = Vector3.new(4, 6, 1), | |
130 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
131 | }) | |
132 | o7 = Create("Decal",{ | |
133 | ["Parent"] = o6, | |
134 | ["Texture"] = "http://www.roblox.com/asset/?id=15025279", | |
135 | ["Face"] = Enum.NormalId.Back, | |
136 | }) | |
137 | o8 = Create("Decal",{ | |
138 | ["Parent"] = o6, | |
139 | ["Texture"] = "http://www.roblox.com/asset/?id=15025279", | |
140 | }) | |
141 | o9 = Create("Model",{ | |
142 | ["Name"] = "Toilet", | |
143 | ["Parent"] = o1, | |
144 | }) | |
145 | o10 = Create("Part",{ | |
146 | ["Parent"] = o9, | |
147 | ["BrickColor"] = BrickColor.new("Light stone grey"), | |
148 | ["Position"] = Vector3.new(21.899971, 3.40002441, -89.2000122), | |
149 | ["Rotation"] = Vector3.new(180, -0, -180), | |
150 | ["Anchored"] = true, | |
151 | ["CFrame"] = CFrame.new(21.899971, 3.40002441, -89.2000122, -1, 0, -0, -0, 1, -0, -0, 0, -1), | |
152 | ["Size"] = Vector3.new(1, 3.60000014, 4), | |
153 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
154 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
155 | ["Color"] = Color3.new(0.898039, 0.894118, 0.87451), | |
156 | }) | |
157 | o11 = Create("Part",{ | |
158 | ["Parent"] = o9, | |
159 | ["BrickColor"] = BrickColor.new("Light stone grey"), | |
160 | ["Position"] = Vector3.new(20.399971, 2.00003052, -90.7000122), | |
161 | ["Rotation"] = Vector3.new(-0, -90, 0), | |
162 | ["Anchored"] = true, | |
163 | ["CFrame"] = CFrame.new(20.399971, 2.00003052, -90.7000122, 0, 0, -1, 0, 1, -0, 1, 0, -0), | |
164 | ["FormFactor"] = Enum.FormFactor.Plate, | |
165 | ["Size"] = Vector3.new(1, 0.800000012, 2), | |
166 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
167 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
168 | ["Color"] = Color3.new(0.898039, 0.894118, 0.87451), | |
169 | }) | |
170 | o12 = Create("Part",{ | |
171 | ["Parent"] = o9, | |
172 | ["BrickColor"] = BrickColor.new("Light stone grey"), | |
173 | ["Position"] = Vector3.new(18.899971, 2.00003052, -89.2000122), | |
174 | ["Rotation"] = Vector3.new(180, -0, -180), | |
175 | ["Anchored"] = true, | |
176 | ["CFrame"] = CFrame.new(18.899971, 2.00003052, -89.2000122, -1, 0, -0, -0, 1, -0, -0, 0, -1), | |
177 | ["FormFactor"] = Enum.FormFactor.Plate, | |
178 | ["Size"] = Vector3.new(1, 0.800000012, 4), | |
179 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
180 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
181 | ["Color"] = Color3.new(0.898039, 0.894118, 0.87451), | |
182 | }) | |
183 | o13 = Create("Part",{ | |
184 | ["Parent"] = o9, | |
185 | ["BrickColor"] = BrickColor.new("Light stone grey"), | |
186 | ["Position"] = Vector3.new(20.399971, 1.00003052, -89.2000122), | |
187 | ["Rotation"] = Vector3.new(180, -0, -180), | |
188 | ["Anchored"] = true, | |
189 | ["CFrame"] = CFrame.new(20.399971, 1.00003052, -89.2000122, -1, 0, -0, -0, 1, -0, -0, 0, -1), | |
190 | ["Size"] = Vector3.new(2, 1.20000005, 2), | |
191 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
192 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
193 | ["Color"] = Color3.new(0.898039, 0.894118, 0.87451), | |
194 | }) | |
195 | o14 = Create("Part",{ | |
196 | ["Parent"] = o9, | |
197 | ["BrickColor"] = BrickColor.new("Light stone grey"), | |
198 | ["Position"] = Vector3.new(20.399971, 2.00003052, -87.7000122), | |
199 | ["Rotation"] = Vector3.new(-0, -90, 0), | |
200 | ["Anchored"] = true, | |
201 | ["CFrame"] = CFrame.new(20.399971, 2.00003052, -87.7000122, 0, 0, -1, 0, 1, -0, 1, 0, -0), | |
202 | ["FormFactor"] = Enum.FormFactor.Plate, | |
203 | ["Size"] = Vector3.new(1, 0.800000012, 2), | |
204 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
205 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
206 | ["Color"] = Color3.new(0.898039, 0.894118, 0.87451), | |
207 | }) | |
208 | o15 = Create("Part",{ | |
209 | ["Parent"] = o1, | |
210 | ["Position"] = Vector3.new(-11.600028, 7.00002098, -98.7000122), | |
211 | ["Rotation"] = Vector3.new(180, -0, -180), | |
212 | ["Anchored"] = true, | |
213 | ["CFrame"] = CFrame.new(-11.600028, 7.00002098, -98.7000122, -1, 0, -0, -0, 1, -0, -0, 0, -1), | |
214 | ["Size"] = Vector3.new(2, 1.20000005, 1), | |
215 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
216 | }) | |
217 | o16 = Create("Part",{ | |
218 | ["Parent"] = o1, | |
219 | ["BrickColor"] = BrickColor.new("Light blue"), | |
220 | ["Position"] = Vector3.new(8.89997196, 8.80002022, -99.7000122), | |
221 | ["Rotation"] = Vector3.new(180, -0, -180), | |
222 | ["Anchored"] = true, | |
223 | ["CFrame"] = CFrame.new(8.89997196, 8.80002022, -99.7000122, -1, 0, -0, -0, 1, -0, -0, 0, -1), | |
224 | ["Size"] = Vector3.new(29, 12, 1), | |
225 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
226 | ["Color"] = Color3.new(0.705882, 0.823529, 0.894118), | |
227 | }) | |
228 | o17 = Create("Part",{ | |
229 | ["Parent"] = o1, | |
230 | ["BrickColor"] = BrickColor.new("Light stone grey"), | |
231 | ["Position"] = Vector3.new(-23.100029, 7.60001373, -98.2000122), | |
232 | ["Rotation"] = Vector3.new(-0, -90, 0), | |
233 | ["Anchored"] = true, | |
234 | ["CFrame"] = CFrame.new(-23.100029, 7.60001373, -98.2000122, 0, 0, -1, 0, 1, -0, 1, 0, -0), | |
235 | ["Size"] = Vector3.new(2, 14.4000006, 1), | |
236 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
237 | ["Color"] = Color3.new(0.898039, 0.894118, 0.87451), | |
238 | }) | |
239 | o18 = Create("Part",{ | |
240 | ["Parent"] = o1, | |
241 | ["BrickColor"] = BrickColor.new("Light blue"), | |
242 | ["Position"] = Vector3.new(-9.10002804, 7.00002098, -99.7000122), | |
243 | ["Rotation"] = Vector3.new(180, -0, -180), | |
244 | ["Anchored"] = true, | |
245 | ["CFrame"] = CFrame.new(-9.10002804, 7.00002098, -99.7000122, -1, 0, -0, -0, 1, -0, -0, 0, -1), | |
246 | ["Size"] = Vector3.new(1, 1.20000005, 1), | |
247 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
248 | ["Color"] = Color3.new(0.705882, 0.823529, 0.894118), | |
249 | }) | |
250 | o19 = Create("Part",{ | |
251 | ["Parent"] = o1, | |
252 | ["BrickColor"] = BrickColor.new("Light blue"), | |
253 | ["Position"] = Vector3.new(-27.100029, 8.80002022, -99.7000122), | |
254 | ["Rotation"] = Vector3.new(180, -0, -180), | |
255 | ["Anchored"] = true, | |
256 | ["CFrame"] = CFrame.new(-27.100029, 8.80002022, -99.7000122, -1, 0, -0, -0, 1, -0, -0, 0, -1), | |
257 | ["Size"] = Vector3.new(35, 12, 1), | |
258 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
259 | ["Color"] = Color3.new(0.705882, 0.823529, 0.894118), | |
260 | }) | |
261 | o20 = Create("Part",{ | |
262 | ["Name"] = "RedDoor", | |
263 | ["Parent"] = o1, | |
264 | ["Position"] = Vector3.new(-23.100029, 3.40002441, -95.2000122), | |
265 | ["Rotation"] = Vector3.new(-0, -90, 0), | |
266 | ["Anchored"] = true, | |
267 | ["CFrame"] = CFrame.new(-23.100029, 3.40002441, -95.2000122, 0, 0, -1, 0, 1, -0, 1, 0, -0), | |
268 | ["Size"] = Vector3.new(4, 6, 1), | |
269 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
270 | }) | |
271 | o21 = Create("Decal",{ | |
272 | ["Parent"] = o20, | |
273 | ["Texture"] = "http://www.roblox.com/asset/?id=15025279", | |
274 | ["Face"] = Enum.NormalId.Back, | |
275 | }) | |
276 | o22 = Create("Decal",{ | |
277 | ["Parent"] = o20, | |
278 | ["Texture"] = "http://www.roblox.com/asset/?id=15025279", | |
279 | }) | |
280 | o23 = Create("StringValue",{ | |
281 | ["Name"] = "Description", | |
282 | ["Parent"] = o20, | |
283 | ["Value"] = "Manager's Office. Red Key Needed.", | |
284 | }) | |
285 | o24 = Create("Part",{ | |
286 | ["Parent"] = o1, | |
287 | ["BrickColor"] = BrickColor.new("Light blue"), | |
288 | ["Position"] = Vector3.new(-7.60002804, 11.2000217, -99.7000122), | |
289 | ["Rotation"] = Vector3.new(-180, 0, -180), | |
290 | ["Anchored"] = true, | |
291 | ["CFrame"] = CFrame.new(-7.60002804, 11.2000217, -99.7000122, -1, 0, 0, 0, 1, 0, 0, 0, -1), | |
292 | ["Size"] = Vector3.new(4, 7.20000029, 1), | |
293 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
294 | ["Color"] = Color3.new(0.705882, 0.823529, 0.894118), | |
295 | }) | |
296 | o25 = Create("Part",{ | |
297 | ["Name"] = "RedDoor", | |
298 | ["Parent"] = o1, | |
299 | ["Position"] = Vector3.new(-27.600029, 3.40002441, -80.7000122), | |
300 | ["Anchored"] = true, | |
301 | ["CFrame"] = CFrame.new(-27.600029, 3.40002441, -80.7000122, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
302 | ["Size"] = Vector3.new(4, 6, 1), | |
303 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
304 | }) | |
305 | o26 = Create("Decal",{ | |
306 | ["Parent"] = o25, | |
307 | ["Texture"] = "http://www.roblox.com/asset/?id=15025279", | |
308 | }) | |
309 | o27 = Create("StringValue",{ | |
310 | ["Name"] = "Description", | |
311 | ["Parent"] = o25, | |
312 | ["Value"] = "Manager's Office!", | |
313 | }) | |
314 | o28 = Create("Decal",{ | |
315 | ["Parent"] = o25, | |
316 | ["Texture"] = "http://www.roblox.com/asset/?id=15025279", | |
317 | ["Face"] = Enum.NormalId.Back, | |
318 | }) | |
319 | o29 = Create("Part",{ | |
320 | ["Parent"] = o1, | |
321 | ["BrickColor"] = BrickColor.new("White"), | |
322 | ["Position"] = Vector3.new(-10.600028, 2.20003128, -79.2000046), | |
323 | ["Rotation"] = Vector3.new(180, -0, -180), | |
324 | ["Anchored"] = true, | |
325 | ["CFrame"] = CFrame.new(-10.600028, 2.20003128, -79.2000046, -1, 0, -0, -0, 1, -0, -0, 0, -1), | |
326 | ["FormFactor"] = Enum.FormFactor.Plate, | |
327 | ["Size"] = Vector3.new(4, 0.400000006, 2), | |
328 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
329 | ["Color"] = Color3.new(0.94902, 0.952941, 0.952941), | |
330 | }) | |
331 | o30 = Create("Part",{ | |
332 | ["Parent"] = o1, | |
333 | ["BrickColor"] = BrickColor.new("Light stone grey"), | |
334 | ["Position"] = Vector3.new(-10.600028, 2.20003128, -80.7000122), | |
335 | ["Rotation"] = Vector3.new(180, -0, -180), | |
336 | ["Anchored"] = true, | |
337 | ["CFrame"] = CFrame.new(-10.600028, 2.20003128, -80.7000122, -1, 0, -0, -0, 1, -0, -0, 0, -1), | |
338 | ["Size"] = Vector3.new(6, 3.60000014, 1), | |
339 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
340 | ["Color"] = Color3.new(0.898039, 0.894118, 0.87451), | |
341 | }) | |
342 | o31 = Create("Part",{ | |
343 | ["Parent"] = o1, | |
344 | ["BrickColor"] = BrickColor.new("Bright red"), | |
345 | ["Position"] = Vector3.new(-10.600028, 0.600030899, -77.2000046), | |
346 | ["Rotation"] = Vector3.new(180, -0, -180), | |
347 | ["Anchored"] = true, | |
348 | ["CFrame"] = CFrame.new(-10.600028, 0.600030899, -77.2000046, -1, 0, -0, -0, 1, -0, -0, 0, -1), | |
349 | ["FormFactor"] = Enum.FormFactor.Plate, | |
350 | ["Size"] = Vector3.new(6, 0.400000006, 6), | |
351 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
352 | ["Color"] = Color3.new(0.768628, 0.156863, 0.109804), | |
353 | }) | |
354 | o32 = Create("Part",{ | |
355 | ["Parent"] = o1, | |
356 | ["Position"] = Vector3.new(-10.600028, 4.60002136, -80.7000122), | |
357 | ["Rotation"] = Vector3.new(180, -0, -180), | |
358 | ["Anchored"] = true, | |
359 | ["CFrame"] = CFrame.new(-10.600028, 4.60002136, -80.7000122, -1, 0, -0, -0, 1, -0, -0, 0, -1), | |
360 | ["Size"] = Vector3.new(6, 1.20000005, 1), | |
361 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
362 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
363 | }) | |
364 | o33 = Create("Part",{ | |
365 | ["Parent"] = o1, | |
366 | ["BrickColor"] = BrickColor.new("White"), | |
367 | ["Position"] = Vector3.new(-10.600028, 1.00003052, -77.2000046), | |
368 | ["Rotation"] = Vector3.new(180, -0, -180), | |
369 | ["Anchored"] = true, | |
370 | ["CFrame"] = CFrame.new(-10.600028, 1.00003052, -77.2000046, -1, 0, -0, -0, 1, -0, -0, 0, -1), | |
371 | ["FormFactor"] = Enum.FormFactor.Plate, | |
372 | ["Size"] = Vector3.new(4, 0.400000006, 6), | |
373 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
374 | ["Color"] = Color3.new(0.94902, 0.952941, 0.952941), | |
375 | }) | |
376 | o34 = Create("Model",{ | |
377 | ["Name"] = "KKRoof", | |
378 | ["Parent"] = o1, | |
379 | }) | |
380 | o35 = Create("Part",{ | |
381 | ["Parent"] = o34, | |
382 | ["BrickColor"] = BrickColor.new("Reddish brown"), | |
383 | ["Position"] = Vector3.new(-44.1000366, 33.0000305, -74.2000046), | |
384 | ["Rotation"] = Vector3.new(-0, 90, 0), | |
385 | ["Anchored"] = true, | |
386 | ["CFrame"] = CFrame.new(-44.1000366, 33.0000305, -74.2000046, -0, 0, 1, -0, 1, 0, -1, 0, 0), | |
387 | ["Size"] = Vector3.new(22, 2.4000001, 1), | |
388 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
389 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
390 | ["Color"] = Color3.new(0.411765, 0.25098, 0.156863), | |
391 | }) | |
392 | o36 = Create("Part",{ | |
393 | ["Parent"] = o34, | |
394 | ["BrickColor"] = BrickColor.new("Reddish brown"), | |
395 | ["Position"] = Vector3.new(-44.1000366, 35.4000473, -74.2000046), | |
396 | ["Rotation"] = Vector3.new(-0, 90, 0), | |
397 | ["Anchored"] = true, | |
398 | ["CFrame"] = CFrame.new(-44.1000366, 35.4000473, -74.2000046, -0, 0, 1, -0, 1, 0, -1, 0, 0), | |
399 | ["Size"] = Vector3.new(16, 2.4000001, 1), | |
400 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
401 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
402 | ["Color"] = Color3.new(0.411765, 0.25098, 0.156863), | |
403 | }) | |
404 | o37 = Create("Part",{ | |
405 | ["Parent"] = o34, | |
406 | ["BrickColor"] = BrickColor.new("Reddish brown"), | |
407 | ["Position"] = Vector3.new(-10.600028, 37.8000488, -74.2000046), | |
408 | ["Anchored"] = true, | |
409 | ["CFrame"] = CFrame.new(-10.600028, 37.8000488, -74.2000046, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
410 | ["Size"] = Vector3.new(70, 2.4000001, 18), | |
411 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
412 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
413 | ["Color"] = Color3.new(0.411765, 0.25098, 0.156863), | |
414 | }) | |
415 | o38 = Create("Part",{ | |
416 | ["Parent"] = o34, | |
417 | ["BrickColor"] = BrickColor.new("Reddish brown"), | |
418 | ["Position"] = Vector3.new(-44.1000366, 30.6000385, -74.2000046), | |
419 | ["Rotation"] = Vector3.new(-0, 90, 0), | |
420 | ["Anchored"] = true, | |
421 | ["CFrame"] = CFrame.new(-44.1000366, 30.6000385, -74.2000046, -0, 0, 1, -0, 1, 0, -1, 0, 0), | |
422 | ["Size"] = Vector3.new(28, 2.4000001, 1), | |
423 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
424 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
425 | ["Color"] = Color3.new(0.411765, 0.25098, 0.156863), | |
426 | }) | |
427 | o39 = Create("Part",{ | |
428 | ["Parent"] = o34, | |
429 | ["BrickColor"] = BrickColor.new("Reddish brown"), | |
430 | ["Position"] = Vector3.new(-10.600028, 35.4000473, -84.2000122), | |
431 | ["Anchored"] = true, | |
432 | ["CFrame"] = CFrame.new(-10.600028, 35.4000473, -84.2000122, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
433 | ["Size"] = Vector3.new(70, 2.4000001, 4), | |
434 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
435 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
436 | ["Color"] = Color3.new(0.411765, 0.25098, 0.156863), | |
437 | }) | |
438 | o40 = Create("Part",{ | |
439 | ["Parent"] = o34, | |
440 | ["BrickColor"] = BrickColor.new("Reddish brown"), | |
441 | ["Position"] = Vector3.new(-10.600028, 35.4000473, -64.2000046), | |
442 | ["Anchored"] = true, | |
443 | ["CFrame"] = CFrame.new(-10.600028, 35.4000473, -64.2000046, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
444 | ["Size"] = Vector3.new(70, 2.4000001, 4), | |
445 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
446 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
447 | ["Color"] = Color3.new(0.411765, 0.25098, 0.156863), | |
448 | }) | |
449 | o41 = Create("Part",{ | |
450 | ["Parent"] = o34, | |
451 | ["BrickColor"] = BrickColor.new("Reddish brown"), | |
452 | ["Position"] = Vector3.new(-44.1000366, 28.2000313, -74.2000046), | |
453 | ["Rotation"] = Vector3.new(-0, 90, 0), | |
454 | ["Anchored"] = true, | |
455 | ["CFrame"] = CFrame.new(-44.1000366, 28.2000313, -74.2000046, -0, 0, 1, -0, 1, 0, -1, 0, 0), | |
456 | ["Size"] = Vector3.new(34, 2.4000001, 1), | |
457 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
458 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
459 | ["Color"] = Color3.new(0.411765, 0.25098, 0.156863), | |
460 | }) | |
461 | o42 = Create("Part",{ | |
462 | ["Parent"] = o34, | |
463 | ["BrickColor"] = BrickColor.new("Reddish brown"), | |
464 | ["Position"] = Vector3.new(-10.600028, 33.0000305, -61.2000046), | |
465 | ["Anchored"] = true, | |
466 | ["CFrame"] = CFrame.new(-10.600028, 33.0000305, -61.2000046, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
467 | ["Size"] = Vector3.new(70, 2.4000001, 4), | |
468 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
469 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
470 | ["Color"] = Color3.new(0.411765, 0.25098, 0.156863), | |
471 | }) | |
472 | o43 = Create("Part",{ | |
473 | ["Parent"] = o34, | |
474 | ["BrickColor"] = BrickColor.new("Reddish brown"), | |
475 | ["Position"] = Vector3.new(-10.600028, 33.0000305, -87.2000122), | |
476 | ["Anchored"] = true, | |
477 | ["CFrame"] = CFrame.new(-10.600028, 33.0000305, -87.2000122, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
478 | ["Size"] = Vector3.new(70, 2.4000001, 4), | |
479 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
480 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
481 | ["Color"] = Color3.new(0.411765, 0.25098, 0.156863), | |
482 | }) | |
483 | o44 = Create("Part",{ | |
484 | ["Parent"] = o34, | |
485 | ["BrickColor"] = BrickColor.new("Reddish brown"), | |
486 | ["Position"] = Vector3.new(-10.600028, 30.6000385, -58.2000046), | |
487 | ["Anchored"] = true, | |
488 | ["CFrame"] = CFrame.new(-10.600028, 30.6000385, -58.2000046, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
489 | ["Size"] = Vector3.new(70, 2.4000001, 4), | |
490 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
491 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
492 | ["Color"] = Color3.new(0.411765, 0.25098, 0.156863), | |
493 | }) | |
494 | o45 = Create("Part",{ | |
495 | ["Parent"] = o34, | |
496 | ["BrickColor"] = BrickColor.new("Reddish brown"), | |
497 | ["Position"] = Vector3.new(-44.1000366, 25.8000317, -74.2000046), | |
498 | ["Rotation"] = Vector3.new(-0, 90, 0), | |
499 | ["Anchored"] = true, | |
500 | ["CFrame"] = CFrame.new(-44.1000366, 25.8000317, -74.2000046, -0, 0, 1, -0, 1, 0, -1, 0, 0), | |
501 | ["Size"] = Vector3.new(38, 2.4000001, 1), | |
502 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
503 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
504 | ["Color"] = Color3.new(0.411765, 0.25098, 0.156863), | |
505 | }) | |
506 | o46 = Create("Part",{ | |
507 | ["Parent"] = o34, | |
508 | ["BrickColor"] = BrickColor.new("Reddish brown"), | |
509 | ["Position"] = Vector3.new(-10.600028, 30.6000385, -90.2000122), | |
510 | ["Anchored"] = true, | |
511 | ["CFrame"] = CFrame.new(-10.600028, 30.6000385, -90.2000122, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
512 | ["Size"] = Vector3.new(70, 2.4000001, 4), | |
513 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
514 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
515 | ["Color"] = Color3.new(0.411765, 0.25098, 0.156863), | |
516 | }) | |
517 | o47 = Create("Part",{ | |
518 | ["Parent"] = o34, | |
519 | ["BrickColor"] = BrickColor.new("Reddish brown"), | |
520 | ["Position"] = Vector3.new(22.8999786, 35.4000473, -74.2000046), | |
521 | ["Rotation"] = Vector3.new(-0, 90, 0), | |
522 | ["Anchored"] = true, | |
523 | ["CFrame"] = CFrame.new(22.8999786, 35.4000473, -74.2000046, -0, 0, 1, -0, 1, 0, -1, 0, 0), | |
524 | ["Size"] = Vector3.new(16, 2.4000001, 1), | |
525 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
526 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
527 | ["Color"] = Color3.new(0.411765, 0.25098, 0.156863), | |
528 | }) | |
529 | o48 = Create("Part",{ | |
530 | ["Parent"] = o34, | |
531 | ["BrickColor"] = BrickColor.new("Reddish brown"), | |
532 | ["Position"] = Vector3.new(22.8999786, 33.0000305, -74.2000046), | |
533 | ["Rotation"] = Vector3.new(-0, 90, 0), | |
534 | ["Anchored"] = true, | |
535 | ["CFrame"] = CFrame.new(22.8999786, 33.0000305, -74.2000046, -0, 0, 1, -0, 1, 0, -1, 0, 0), | |
536 | ["Size"] = Vector3.new(22, 2.4000001, 1), | |
537 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
538 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
539 | ["Color"] = Color3.new(0.411765, 0.25098, 0.156863), | |
540 | }) | |
541 | o49 = Create("Part",{ | |
542 | ["Parent"] = o34, | |
543 | ["BrickColor"] = BrickColor.new("Reddish brown"), | |
544 | ["Position"] = Vector3.new(-10.600028, 28.2000313, -55.7000046), | |
545 | ["Anchored"] = true, | |
546 | ["CFrame"] = CFrame.new(-10.600028, 28.2000313, -55.7000046, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
547 | ["Size"] = Vector3.new(70, 2.4000001, 3), | |
548 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
549 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
550 | ["Color"] = Color3.new(0.411765, 0.25098, 0.156863), | |
551 | }) | |
552 | o50 = Create("Part",{ | |
553 | ["Parent"] = o34, | |
554 | ["BrickColor"] = BrickColor.new("Reddish brown"), | |
555 | ["Position"] = Vector3.new(-10.600028, 28.2000313, -92.7000122), | |
556 | ["Anchored"] = true, | |
557 | ["CFrame"] = CFrame.new(-10.600028, 28.2000313, -92.7000122, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
558 | ["Size"] = Vector3.new(70, 2.4000001, 3), | |
559 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
560 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
561 | ["Color"] = Color3.new(0.411765, 0.25098, 0.156863), | |
562 | }) | |
563 | o51 = Create("Part",{ | |
564 | ["Parent"] = o34, | |
565 | ["BrickColor"] = BrickColor.new("Reddish brown"), | |
566 | ["Position"] = Vector3.new(-44.1000366, 23.4000282, -74.2000046), | |
567 | ["Rotation"] = Vector3.new(-0, 90, 0), | |
568 | ["Anchored"] = true, | |
569 | ["CFrame"] = CFrame.new(-44.1000366, 23.4000282, -74.2000046, -0, 0, 1, -0, 1, 0, -1, 0, 0), | |
570 | ["Size"] = Vector3.new(42, 2.4000001, 1), | |
571 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
572 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
573 | ["Color"] = Color3.new(0.411765, 0.25098, 0.156863), | |
574 | }) | |
575 | o52 = Create("Part",{ | |
576 | ["Parent"] = o34, | |
577 | ["BrickColor"] = BrickColor.new("Reddish brown"), | |
578 | ["Position"] = Vector3.new(22.8999786, 30.6000385, -74.2000046), | |
579 | ["Rotation"] = Vector3.new(-0, 90, 0), | |
580 | ["Anchored"] = true, | |
581 | ["CFrame"] = CFrame.new(22.8999786, 30.6000385, -74.2000046, -0, 0, 1, -0, 1, 0, -1, 0, 0), | |
582 | ["Size"] = Vector3.new(28, 2.4000001, 1), | |
583 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
584 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
585 | ["Color"] = Color3.new(0.411765, 0.25098, 0.156863), | |
586 | }) | |
587 | o53 = Create("Part",{ | |
588 | ["Parent"] = o34, | |
589 | ["BrickColor"] = BrickColor.new("Reddish brown"), | |
590 | ["Position"] = Vector3.new(-10.600028, 25.8000317, -53.7000046), | |
591 | ["Anchored"] = true, | |
592 | ["CFrame"] = CFrame.new(-10.600028, 25.8000317, -53.7000046, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
593 | ["Size"] = Vector3.new(70, 2.4000001, 3), | |
594 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
595 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
596 | ["Color"] = Color3.new(0.411765, 0.25098, 0.156863), | |
597 | }) | |
598 | o54 = Create("Part",{ | |
599 | ["Parent"] = o34, | |
600 | ["BrickColor"] = BrickColor.new("Reddish brown"), | |
601 | ["Position"] = Vector3.new(-10.600028, 25.8000317, -94.7000122), | |
602 | ["Anchored"] = true, | |
603 | ["CFrame"] = CFrame.new(-10.600028, 25.8000317, -94.7000122, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
604 | ["Size"] = Vector3.new(70, 2.4000001, 3), | |
605 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
606 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
607 | ["Color"] = Color3.new(0.411765, 0.25098, 0.156863), | |
608 | }) | |
609 | o55 = Create("Part",{ | |
610 | ["Parent"] = o34, | |
611 | ["BrickColor"] = BrickColor.new("Reddish brown"), | |
612 | ["Position"] = Vector3.new(22.8999786, 28.2000313, -74.2000046), | |
613 | ["Rotation"] = Vector3.new(-0, 90, 0), | |
614 | ["Anchored"] = true, | |
615 | ["CFrame"] = CFrame.new(22.8999786, 28.2000313, -74.2000046, -0, 0, 1, -0, 1, 0, -1, 0, 0), | |
616 | ["Size"] = Vector3.new(34, 2.4000001, 1), | |
617 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
618 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
619 | ["Color"] = Color3.new(0.411765, 0.25098, 0.156863), | |
620 | }) | |
621 | o56 = Create("Part",{ | |
622 | ["Parent"] = o34, | |
623 | ["BrickColor"] = BrickColor.new("Reddish brown"), | |
624 | ["Position"] = Vector3.new(-44.1000366, 21.0000286, -74.2000046), | |
625 | ["Rotation"] = Vector3.new(-0, 90, 0), | |
626 | ["Anchored"] = true, | |
627 | ["CFrame"] = CFrame.new(-44.1000366, 21.0000286, -74.2000046, -0, 0, 1, -0, 1, 0, -1, 0, 0), | |
628 | ["Size"] = Vector3.new(46, 2.4000001, 1), | |
629 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
630 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
631 | ["Color"] = Color3.new(0.411765, 0.25098, 0.156863), | |
632 | }) | |
633 | o57 = Create("Part",{ | |
634 | ["Parent"] = o34, | |
635 | ["BrickColor"] = BrickColor.new("Reddish brown"), | |
636 | ["Position"] = Vector3.new(-10.600028, 23.4000282, -51.7000046), | |
637 | ["Anchored"] = true, | |
638 | ["CFrame"] = CFrame.new(-10.600028, 23.4000282, -51.7000046, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
639 | ["Size"] = Vector3.new(70, 2.4000001, 3), | |
640 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
641 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
642 | ["Color"] = Color3.new(0.411765, 0.25098, 0.156863), | |
643 | }) | |
644 | o58 = Create("Part",{ | |
645 | ["Parent"] = o34, | |
646 | ["BrickColor"] = BrickColor.new("Reddish brown"), | |
647 | ["Position"] = Vector3.new(-10.600028, 23.4000282, -96.7000122), | |
648 | ["Anchored"] = true, | |
649 | ["CFrame"] = CFrame.new(-10.600028, 23.4000282, -96.7000122, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
650 | ["Size"] = Vector3.new(70, 2.4000001, 3), | |
651 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
652 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
653 | ["Color"] = Color3.new(0.411765, 0.25098, 0.156863), | |
654 | }) | |
655 | o59 = Create("Part",{ | |
656 | ["Parent"] = o34, | |
657 | ["BrickColor"] = BrickColor.new("Reddish brown"), | |
658 | ["Position"] = Vector3.new(22.8999786, 25.8000317, -74.2000046), | |
659 | ["Rotation"] = Vector3.new(-0, 90, 0), | |
660 | ["Anchored"] = true, | |
661 | ["CFrame"] = CFrame.new(22.8999786, 25.8000317, -74.2000046, -0, 0, 1, -0, 1, 0, -1, 0, 0), | |
662 | ["Size"] = Vector3.new(38, 2.4000001, 1), | |
663 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
664 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
665 | ["Color"] = Color3.new(0.411765, 0.25098, 0.156863), | |
666 | }) | |
667 | o60 = Create("Part",{ | |
668 | ["Parent"] = o34, | |
669 | ["BrickColor"] = BrickColor.new("Reddish brown"), | |
670 | ["Position"] = Vector3.new(-10.600028, 21.0000286, -50.2000046), | |
671 | ["Anchored"] = true, | |
672 | ["CFrame"] = CFrame.new(-10.600028, 21.0000286, -50.2000046, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
673 | ["Size"] = Vector3.new(70, 2.4000001, 2), | |
674 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
675 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
676 | ["Color"] = Color3.new(0.411765, 0.25098, 0.156863), | |
677 | }) | |
678 | o61 = Create("Part",{ | |
679 | ["Parent"] = o34, | |
680 | ["BrickColor"] = BrickColor.new("Reddish brown"), | |
681 | ["Position"] = Vector3.new(-10.600028, 21.0000286, -98.2000122), | |
682 | ["Anchored"] = true, | |
683 | ["CFrame"] = CFrame.new(-10.600028, 21.0000286, -98.2000122, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
684 | ["Size"] = Vector3.new(70, 2.4000001, 2), | |
685 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
686 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
687 | ["Color"] = Color3.new(0.411765, 0.25098, 0.156863), | |
688 | }) | |
689 | o62 = Create("Part",{ | |
690 | ["Parent"] = o34, | |
691 | ["BrickColor"] = BrickColor.new("Reddish brown"), | |
692 | ["Position"] = Vector3.new(22.8999786, 23.4000282, -74.2000046), | |
693 | ["Rotation"] = Vector3.new(-0, 90, 0), | |
694 | ["Anchored"] = true, | |
695 | ["CFrame"] = CFrame.new(22.8999786, 23.4000282, -74.2000046, -0, 0, 1, -0, 1, 0, -1, 0, 0), | |
696 | ["Size"] = Vector3.new(42, 2.4000001, 1), | |
697 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
698 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
699 | ["Color"] = Color3.new(0.411765, 0.25098, 0.156863), | |
700 | }) | |
701 | o63 = Create("Part",{ | |
702 | ["Parent"] = o34, | |
703 | ["BrickColor"] = BrickColor.new("Reddish brown"), | |
704 | ["Position"] = Vector3.new(-44.1000366, 18.6000271, -74.2000046), | |
705 | ["Rotation"] = Vector3.new(-0, 90, 0), | |
706 | ["Anchored"] = true, | |
707 | ["CFrame"] = CFrame.new(-44.1000366, 18.6000271, -74.2000046, -0, 0, 1, -0, 1, 0, -1, 0, 0), | |
708 | ["Size"] = Vector3.new(48, 2.4000001, 1), | |
709 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
710 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
711 | ["Color"] = Color3.new(0.411765, 0.25098, 0.156863), | |
712 | }) | |
713 | o64 = Create("Part",{ | |
714 | ["Parent"] = o34, | |
715 | ["BrickColor"] = BrickColor.new("Reddish brown"), | |
716 | ["Position"] = Vector3.new(22.8999786, 21.0000286, -74.2000046), | |
717 | ["Rotation"] = Vector3.new(-0, 90, 0), | |
718 | ["Anchored"] = true, | |
719 | ["CFrame"] = CFrame.new(22.8999786, 21.0000286, -74.2000046, -0, 0, 1, -0, 1, 0, -1, 0, 0), | |
720 | ["Size"] = Vector3.new(46, 2.4000001, 1), | |
721 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
722 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
723 | ["Color"] = Color3.new(0.411765, 0.25098, 0.156863), | |
724 | }) | |
725 | o65 = Create("Part",{ | |
726 | ["Parent"] = o34, | |
727 | ["BrickColor"] = BrickColor.new("Reddish brown"), | |
728 | ["Position"] = Vector3.new(-10.600028, 18.6000271, -49.2000046), | |
729 | ["Anchored"] = true, | |
730 | ["CFrame"] = CFrame.new(-10.600028, 18.6000271, -49.2000046, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
731 | ["Size"] = Vector3.new(70, 2.4000001, 2), | |
732 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
733 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
734 | ["Color"] = Color3.new(0.411765, 0.25098, 0.156863), | |
735 | }) | |
736 | o66 = Create("Part",{ | |
737 | ["Parent"] = o34, | |
738 | ["BrickColor"] = BrickColor.new("Reddish brown"), | |
739 | ["Position"] = Vector3.new(-10.600028, 18.6000271, -99.2000122), | |
740 | ["Anchored"] = true, | |
741 | ["CFrame"] = CFrame.new(-10.600028, 18.6000271, -99.2000122, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
742 | ["Size"] = Vector3.new(70, 2.4000001, 2), | |
743 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
744 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
745 | ["Color"] = Color3.new(0.411765, 0.25098, 0.156863), | |
746 | }) | |
747 | o67 = Create("Part",{ | |
748 | ["Parent"] = o34, | |
749 | ["BrickColor"] = BrickColor.new("Reddish brown"), | |
750 | ["Position"] = Vector3.new(22.8999786, 18.6000271, -74.2000046), | |
751 | ["Rotation"] = Vector3.new(-0, 90, 0), | |
752 | ["Anchored"] = true, | |
753 | ["CFrame"] = CFrame.new(22.8999786, 18.6000271, -74.2000046, -0, 0, 1, -0, 1, 0, -1, 0, 0), | |
754 | ["Size"] = Vector3.new(48, 2.4000001, 1), | |
755 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
756 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
757 | ["Color"] = Color3.new(0.411765, 0.25098, 0.156863), | |
758 | }) | |
759 | o68 = Create("Part",{ | |
760 | ["Parent"] = o34, | |
761 | ["BrickColor"] = BrickColor.new("Reddish brown"), | |
762 | ["Position"] = Vector3.new(-44.1000366, 16.2000256, -74.2000046), | |
763 | ["Rotation"] = Vector3.new(-0, 90, 0), | |
764 | ["Anchored"] = true, | |
765 | ["CFrame"] = CFrame.new(-44.1000366, 16.2000256, -74.2000046, -0, 0, 1, -0, 1, 0, -1, 0, 0), | |
766 | ["Size"] = Vector3.new(50, 2.4000001, 1), | |
767 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
768 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
769 | ["Color"] = Color3.new(0.411765, 0.25098, 0.156863), | |
770 | }) | |
771 | o69 = Create("Part",{ | |
772 | ["Parent"] = o34, | |
773 | ["BrickColor"] = BrickColor.new("Reddish brown"), | |
774 | ["Position"] = Vector3.new(-10.600028, 16.2000256, -48.2000046), | |
775 | ["Anchored"] = true, | |
776 | ["CFrame"] = CFrame.new(-10.600028, 16.2000256, -48.2000046, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
777 | ["Size"] = Vector3.new(70, 2.4000001, 2), | |
778 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
779 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
780 | ["Color"] = Color3.new(0.411765, 0.25098, 0.156863), | |
781 | }) | |
782 | o70 = Create("Part",{ | |
783 | ["Parent"] = o34, | |
784 | ["BrickColor"] = BrickColor.new("Reddish brown"), | |
785 | ["Position"] = Vector3.new(-10.600028, 16.2000256, -100.200012), | |
786 | ["Anchored"] = true, | |
787 | ["CFrame"] = CFrame.new(-10.600028, 16.2000256, -100.200012, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
788 | ["Size"] = Vector3.new(70, 2.4000001, 2), | |
789 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
790 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
791 | ["Color"] = Color3.new(0.411765, 0.25098, 0.156863), | |
792 | }) | |
793 | o71 = Create("Part",{ | |
794 | ["Parent"] = o34, | |
795 | ["BrickColor"] = BrickColor.new("Reddish brown"), | |
796 | ["Position"] = Vector3.new(22.8999786, 16.2000256, -74.2000046), | |
797 | ["Rotation"] = Vector3.new(-0, 90, 0), | |
798 | ["Anchored"] = true, | |
799 | ["CFrame"] = CFrame.new(22.8999786, 16.2000256, -74.2000046, -0, 0, 1, -0, 1, 0, -1, 0, 0), | |
800 | ["Size"] = Vector3.new(50, 2.4000001, 1), | |
801 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
802 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
803 | ["Color"] = Color3.new(0.411765, 0.25098, 0.156863), | |
804 | }) | |
805 | o72 = Create("Part",{ | |
806 | ["Parent"] = o34, | |
807 | ["BrickColor"] = BrickColor.new("Reddish brown"), | |
808 | ["Position"] = Vector3.new(-10.600028, 15.6000156, -89.7000122), | |
809 | ["Rotation"] = Vector3.new(-0, 90, 0), | |
810 | ["Anchored"] = true, | |
811 | ["CFrame"] = CFrame.new(-10.600028, 15.6000156, -89.7000122, -0, 0, 1, -0, 1, 0, -1, 0, 0), | |
812 | ["Size"] = Vector3.new(19, 1.20000005, 66), | |
813 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
814 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
815 | ["Color"] = Color3.new(0.411765, 0.25098, 0.156863), | |
816 | }) | |
817 | o73 = Create("Part",{ | |
818 | ["Parent"] = o34, | |
819 | ["BrickColor"] = BrickColor.new("Reddish brown"), | |
820 | ["Position"] = Vector3.new(-34.600029, 26.4000282, -67.2000046), | |
821 | ["Anchored"] = true, | |
822 | ["CFrame"] = CFrame.new(-34.600029, 26.4000282, -67.2000046, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
823 | ["Size"] = Vector3.new(2, 20.4000015, 2), | |
824 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
825 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
826 | ["Color"] = Color3.new(0.411765, 0.25098, 0.156863), | |
827 | }) | |
828 | o74 = Create("Part",{ | |
829 | ["Parent"] = o34, | |
830 | ["BrickColor"] = BrickColor.new("Dark green"), | |
831 | ["Position"] = Vector3.new(-14.100028, 9.60001373, -77.9999924), | |
832 | ["Rotation"] = Vector3.new(-90, 0, -180), | |
833 | ["Anchored"] = true, | |
834 | ["CFrame"] = CFrame.new(-14.100028, 9.60001373, -77.9999924, -1, 0, 0, -0, 0, 1, -0, 1, 0), | |
835 | ["FormFactor"] = Enum.FormFactor.Plate, | |
836 | ["Size"] = Vector3.new(3, 0.400000006, 2), | |
837 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
838 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
839 | ["Color"] = Color3.new(0.156863, 0.498039, 0.278431), | |
840 | }) | |
841 | o75 = Create("Decal",{ | |
842 | ["Parent"] = o74, | |
843 | ["Texture"] = "http://www.roblox.com/asset/?id=15147955", | |
844 | ["Face"] = Enum.NormalId.Top, | |
845 | }) | |
846 | o76 = Create("Part",{ | |
847 | ["Parent"] = o34, | |
848 | ["BrickColor"] = BrickColor.new("Brick yellow"), | |
849 | ["Transparency"] = 1, | |
850 | ["Position"] = Vector3.new(-14.100028, 23.6000271, -77.9999924), | |
851 | ["Rotation"] = Vector3.new(-90, 0, -180), | |
852 | ["Anchored"] = true, | |
853 | ["CFrame"] = CFrame.new(-14.100028, 23.6000271, -77.9999924, -1, 0, 0, -0, 0, 1, -0, 1, 0), | |
854 | ["CanCollide"] = false, | |
855 | ["FormFactor"] = Enum.FormFactor.Plate, | |
856 | ["Size"] = Vector3.new(3, 0.400000006, 26), | |
857 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
858 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
859 | ["Color"] = Color3.new(0.843137, 0.772549, 0.603922), | |
860 | }) | |
861 | o77 = Create("Decal",{ | |
862 | ["Parent"] = o76, | |
863 | ["Texture"] = "http://www.roblox.com/asset/?id=15148007", | |
864 | ["Face"] = Enum.NormalId.Top, | |
865 | }) | |
866 | o78 = Create("Decal",{ | |
867 | ["Parent"] = o76, | |
868 | ["Texture"] = "http://www.roblox.com/asset/?id=15148007", | |
869 | ["Face"] = Enum.NormalId.Bottom, | |
870 | }) | |
871 | o79 = Create("Part",{ | |
872 | ["Name"] = "Barrel", | |
873 | ["Parent"] = o34, | |
874 | ["BrickColor"] = BrickColor.new("Reddish brown"), | |
875 | ["Position"] = Vector3.new(-6.60002804, 19.8000259, -90.2000122), | |
876 | ["Rotation"] = Vector3.new(-0, 90, 0), | |
877 | ["Anchored"] = true, | |
878 | ["CFrame"] = CFrame.new(-6.60002804, 19.8000259, -90.2000122, -0, 0, 1, -0, 1, 0, -1, 0, 0), | |
879 | ["Size"] = Vector3.new(2, 2.4000001, 2), | |
880 | ["TopSurface"] = Enum.SurfaceType.Weld, | |
881 | ["Color"] = Color3.new(0.411765, 0.25098, 0.156863), | |
882 | }) | |
883 | o80 = Create("Weld",{ | |
884 | ["Parent"] = o79, | |
885 | }) | |
886 | o81 = Create("Weld",{ | |
887 | ["Parent"] = o79, | |
888 | }) | |
889 | o82 = Create("CylinderMesh",{ | |
890 | ["Parent"] = o79, | |
891 | ["Offset"] = Vector3.new(0, 0.100000001, 0), | |
892 | }) | |
893 | o83 = Create("Decal",{ | |
894 | ["Parent"] = o79, | |
895 | ["Texture"] = "http://www.roblox.com/asset/?id=6930008", | |
896 | ["Face"] = Enum.NormalId.Right, | |
897 | }) | |
898 | o84 = Create("Decal",{ | |
899 | ["Parent"] = o79, | |
900 | ["Texture"] = "http://www.roblox.com/asset/?id=6930008", | |
901 | }) | |
902 | o85 = Create("Decal",{ | |
903 | ["Parent"] = o79, | |
904 | ["Texture"] = "http://www.roblox.com/asset/?id=6930008", | |
905 | ["Face"] = Enum.NormalId.Left, | |
906 | }) | |
907 | o86 = Create("Decal",{ | |
908 | ["Parent"] = o79, | |
909 | ["Texture"] = "http://www.roblox.com/asset/?id=6930008", | |
910 | ["Face"] = Enum.NormalId.Back, | |
911 | }) | |
912 | o87 = Create("Decal",{ | |
913 | ["Parent"] = o79, | |
914 | ["Texture"] = "http://www.roblox.com/asset/?id=2929289", | |
915 | ["Face"] = Enum.NormalId.Top, | |
916 | }) | |
917 | o88 = Create("Decal",{ | |
918 | ["Parent"] = o79, | |
919 | ["Texture"] = "http://www.roblox.com/asset/?id=2929289", | |
920 | ["Face"] = Enum.NormalId.Bottom, | |
921 | }) | |
922 | o89 = Create("Part",{ | |
923 | ["Name"] = "Barrel", | |
924 | ["Parent"] = o34, | |
925 | ["BrickColor"] = BrickColor.new("Reddish brown"), | |
926 | ["Position"] = Vector3.new(7.39997196, 17.4000244, -91.2000122), | |
927 | ["Rotation"] = Vector3.new(-0, 90, 0), | |
928 | ["Anchored"] = true, | |
929 | ["CFrame"] = CFrame.new(7.39997196, 17.4000244, -91.2000122, -0, 0, 1, -0, 1, 0, -1, 0, 0), | |
930 | ["Size"] = Vector3.new(2, 2.4000001, 2), | |
931 | ["TopSurface"] = Enum.SurfaceType.Weld, | |
932 | ["Color"] = Color3.new(0.411765, 0.25098, 0.156863), | |
933 | }) | |
934 | o90 = Create("Weld",{ | |
935 | ["Parent"] = o89, | |
936 | }) | |
937 | o91 = Create("Weld",{ | |
938 | ["Parent"] = o89, | |
939 | }) | |
940 | o92 = Create("CylinderMesh",{ | |
941 | ["Parent"] = o89, | |
942 | ["Offset"] = Vector3.new(0, 0.100000001, 0), | |
943 | }) | |
944 | o93 = Create("Decal",{ | |
945 | ["Parent"] = o89, | |
946 | ["Texture"] = "http://www.roblox.com/asset/?id=6930008", | |
947 | ["Face"] = Enum.NormalId.Right, | |
948 | }) | |
949 | o94 = Create("Decal",{ | |
950 | ["Parent"] = o89, | |
951 | ["Texture"] = "http://www.roblox.com/asset/?id=6930008", | |
952 | }) | |
953 | o95 = Create("Decal",{ | |
954 | ["Parent"] = o89, | |
955 | ["Texture"] = "http://www.roblox.com/asset/?id=6930008", | |
956 | ["Face"] = Enum.NormalId.Left, | |
957 | }) | |
958 | o96 = Create("Decal",{ | |
959 | ["Parent"] = o89, | |
960 | ["Texture"] = "http://www.roblox.com/asset/?id=6930008", | |
961 | ["Face"] = Enum.NormalId.Back, | |
962 | }) | |
963 | o97 = Create("Decal",{ | |
964 | ["Parent"] = o89, | |
965 | ["Texture"] = "http://www.roblox.com/asset/?id=2929289", | |
966 | ["Face"] = Enum.NormalId.Top, | |
967 | }) | |
968 | o98 = Create("Decal",{ | |
969 | ["Parent"] = o89, | |
970 | ["Texture"] = "http://www.roblox.com/asset/?id=2929289", | |
971 | ["Face"] = Enum.NormalId.Bottom, | |
972 | }) | |
973 | o99 = Create("Part",{ | |
974 | ["Name"] = "Barrel", | |
975 | ["Parent"] = o34, | |
976 | ["BrickColor"] = BrickColor.new("Reddish brown"), | |
977 | ["Position"] = Vector3.new(-5.60002804, 17.4000244, -90.2000122), | |
978 | ["Rotation"] = Vector3.new(-0, 90, 0), | |
979 | ["Anchored"] = true, | |
980 | ["CFrame"] = CFrame.new(-5.60002804, 17.4000244, -90.2000122, -0, 0, 1, -0, 1, 0, -1, 0, 0), | |
981 | ["Size"] = Vector3.new(2, 2.4000001, 2), | |
982 | ["TopSurface"] = Enum.SurfaceType.Weld, | |
983 | ["Color"] = Color3.new(0.411765, 0.25098, 0.156863), | |
984 | }) | |
985 | o100 = Create("Weld",{ | |
986 | ["Parent"] = o99, | |
987 | }) | |
988 | o101 = Create("Weld",{ | |
989 | ["Parent"] = o99, | |
990 | }) | |
991 | o102 = Create("CylinderMesh",{ | |
992 | ["Parent"] = o99, | |
993 | ["Offset"] = Vector3.new(0, 0.100000001, 0), | |
994 | }) | |
995 | o103 = Create("Decal",{ | |
996 | ["Parent"] = o99, | |
997 | ["Texture"] = "http://www.roblox.com/asset/?id=6930008", | |
998 | ["Face"] = Enum.NormalId.Right, | |
999 | }) | |
1000 | o104 = Create("Decal",{ | |
1001 | ["Parent"] = o99, | |
1002 | ["Texture"] = "http://www.roblox.com/asset/?id=6930008", | |
1003 | }) | |
1004 | o105 = Create("Decal",{ | |
1005 | ["Parent"] = o99, | |
1006 | ["Texture"] = "http://www.roblox.com/asset/?id=6930008", | |
1007 | ["Face"] = Enum.NormalId.Left, | |
1008 | }) | |
1009 | o106 = Create("Decal",{ | |
1010 | ["Parent"] = o99, | |
1011 | ["Texture"] = "http://www.roblox.com/asset/?id=6930008", | |
1012 | ["Face"] = Enum.NormalId.Back, | |
1013 | }) | |
1014 | o107 = Create("Decal",{ | |
1015 | ["Parent"] = o99, | |
1016 | ["Texture"] = "http://www.roblox.com/asset/?id=2929289", | |
1017 | ["Face"] = Enum.NormalId.Top, | |
1018 | }) | |
1019 | o108 = Create("Decal",{ | |
1020 | ["Parent"] = o99, | |
1021 | ["Texture"] = "http://www.roblox.com/asset/?id=2929289", | |
1022 | ["Face"] = Enum.NormalId.Bottom, | |
1023 | }) | |
1024 | o109 = Create("Part",{ | |
1025 | ["Name"] = "Barrel", | |
1026 | ["Parent"] = o34, | |
1027 | ["BrickColor"] = BrickColor.new("Reddish brown"), | |
1028 | ["Position"] = Vector3.new(-7.60002804, 17.4000244, -91.2000122), | |
1029 | ["Rotation"] = Vector3.new(-0, 90, 0), | |
1030 | ["Anchored"] = true, | |
1031 | ["CFrame"] = CFrame.new(-7.60002804, 17.4000244, -91.2000122, -0, 0, 1, -0, 1, 0, -1, 0, 0), | |
1032 | ["Size"] = Vector3.new(2, 2.4000001, 2), | |
1033 | ["TopSurface"] = Enum.SurfaceType.Weld, | |
1034 | ["Color"] = Color3.new(0.411765, 0.25098, 0.156863), | |
1035 | }) | |
1036 | o110 = Create("Weld",{ | |
1037 | ["Parent"] = o109, | |
1038 | }) | |
1039 | o111 = Create("Weld",{ | |
1040 | ["Parent"] = o109, | |
1041 | }) | |
1042 | o112 = Create("CylinderMesh",{ | |
1043 | ["Parent"] = o109, | |
1044 | ["Offset"] = Vector3.new(0, 0.100000001, 0), | |
1045 | }) | |
1046 | o113 = Create("Decal",{ | |
1047 | ["Parent"] = o109, | |
1048 | ["Texture"] = "http://www.roblox.com/asset/?id=6930008", | |
1049 | ["Face"] = Enum.NormalId.Right, | |
1050 | }) | |
1051 | o114 = Create("Decal",{ | |
1052 | ["Parent"] = o109, | |
1053 | ["Texture"] = "http://www.roblox.com/asset/?id=6930008", | |
1054 | }) | |
1055 | o115 = Create("Decal",{ | |
1056 | ["Parent"] = o109, | |
1057 | ["Texture"] = "http://www.roblox.com/asset/?id=6930008", | |
1058 | ["Face"] = Enum.NormalId.Left, | |
1059 | }) | |
1060 | o116 = Create("Decal",{ | |
1061 | ["Parent"] = o109, | |
1062 | ["Texture"] = "http://www.roblox.com/asset/?id=6930008", | |
1063 | ["Face"] = Enum.NormalId.Back, | |
1064 | }) | |
1065 | o117 = Create("Decal",{ | |
1066 | ["Parent"] = o109, | |
1067 | ["Texture"] = "http://www.roblox.com/asset/?id=2929289", | |
1068 | ["Face"] = Enum.NormalId.Top, | |
1069 | }) | |
1070 | o118 = Create("Decal",{ | |
1071 | ["Parent"] = o109, | |
1072 | ["Texture"] = "http://www.roblox.com/asset/?id=2929289", | |
1073 | ["Face"] = Enum.NormalId.Bottom, | |
1074 | }) | |
1075 | o119 = Create("Part",{ | |
1076 | ["Name"] = "Barrel", | |
1077 | ["Parent"] = o34, | |
1078 | ["BrickColor"] = BrickColor.new("Reddish brown"), | |
1079 | ["Position"] = Vector3.new(-7.60002804, 17.4000244, -89.2000122), | |
1080 | ["Rotation"] = Vector3.new(-0, 90, 0), | |
1081 | ["Anchored"] = true, | |
1082 | ["CFrame"] = CFrame.new(-7.60002804, 17.4000244, -89.2000122, -0, 0, 1, -0, 1, 0, -1, 0, 0), | |
1083 | ["Size"] = Vector3.new(2, 2.4000001, 2), | |
1084 | ["TopSurface"] = Enum.SurfaceType.Weld, | |
1085 | ["Color"] = Color3.new(0.411765, 0.25098, 0.156863), | |
1086 | }) | |
1087 | o120 = Create("Weld",{ | |
1088 | ["Parent"] = o119, | |
1089 | }) | |
1090 | o121 = Create("Weld",{ | |
1091 | ["Parent"] = o119, | |
1092 | }) | |
1093 | o122 = Create("CylinderMesh",{ | |
1094 | ["Parent"] = o119, | |
1095 | ["Offset"] = Vector3.new(0, 0.100000001, 0), | |
1096 | }) | |
1097 | o123 = Create("Decal",{ | |
1098 | ["Parent"] = o119, | |
1099 | ["Texture"] = "http://www.roblox.com/asset/?id=6930008", | |
1100 | ["Face"] = Enum.NormalId.Right, | |
1101 | }) | |
1102 | o124 = Create("Decal",{ | |
1103 | ["Parent"] = o119, | |
1104 | ["Texture"] = "http://www.roblox.com/asset/?id=6930008", | |
1105 | }) | |
1106 | o125 = Create("Decal",{ | |
1107 | ["Parent"] = o119, | |
1108 | ["Texture"] = "http://www.roblox.com/asset/?id=6930008", | |
1109 | ["Face"] = Enum.NormalId.Left, | |
1110 | }) | |
1111 | o126 = Create("Decal",{ | |
1112 | ["Parent"] = o119, | |
1113 | ["Texture"] = "http://www.roblox.com/asset/?id=6930008", | |
1114 | ["Face"] = Enum.NormalId.Back, | |
1115 | }) | |
1116 | o127 = Create("Decal",{ | |
1117 | ["Parent"] = o119, | |
1118 | ["Texture"] = "http://www.roblox.com/asset/?id=2929289", | |
1119 | ["Face"] = Enum.NormalId.Top, | |
1120 | }) | |
1121 | o128 = Create("Decal",{ | |
1122 | ["Parent"] = o119, | |
1123 | ["Texture"] = "http://www.roblox.com/asset/?id=2929289", | |
1124 | ["Face"] = Enum.NormalId.Bottom, | |
1125 | }) | |
1126 | o129 = Create("Part",{ | |
1127 | ["Name"] = "Crate", | |
1128 | ["Parent"] = o34, | |
1129 | ["BrickColor"] = BrickColor.new("Brown"), | |
1130 | ["Position"] = Vector3.new(-26.600029, 19.2000237, -90.7000122), | |
1131 | ["Rotation"] = Vector3.new(-0, 90, 0), | |
1132 | ["CFrame"] = CFrame.new(-26.600029, 19.2000237, -90.7000122, -0, 0, 1, -0, 1, 0, -1, 0, 0), | |
1133 | ["Size"] = Vector3.new(7, 6, 6), | |
1134 | ["BackSurface"] = Enum.SurfaceType.Weld, | |
1135 | ["BottomSurface"] = Enum.SurfaceType.Weld, | |
1136 | ["FrontSurface"] = Enum.SurfaceType.Weld, | |
1137 | ["LeftSurface"] = Enum.SurfaceType.Weld, | |
1138 | ["RightSurface"] = Enum.SurfaceType.Weld, | |
1139 | ["TopSurface"] = Enum.SurfaceType.Weld, | |
1140 | ["Color"] = Color3.new(0.486275, 0.360784, 0.27451), | |
1141 | }) | |
1142 | o130 = Create("Decal",{ | |
1143 | ["Parent"] = o129, | |
1144 | ["Texture"] = "http://www.roblox.com/asset/?id=12662505", | |
1145 | ["Face"] = Enum.NormalId.Right, | |
1146 | }) | |
1147 | o131 = Create("Decal",{ | |
1148 | ["Parent"] = o129, | |
1149 | ["Texture"] = "http://www.roblox.com/asset/?id=12662505", | |
1150 | ["Face"] = Enum.NormalId.Top, | |
1151 | }) | |
1152 | o132 = Create("Decal",{ | |
1153 | ["Parent"] = o129, | |
1154 | ["Texture"] = "http://www.roblox.com/asset/?id=12662505", | |
1155 | }) | |
1156 | o133 = Create("Decal",{ | |
1157 | ["Parent"] = o129, | |
1158 | ["Texture"] = "http://www.roblox.com/asset/?id=12662505", | |
1159 | ["Face"] = Enum.NormalId.Left, | |
1160 | }) | |
1161 | o134 = Create("Decal",{ | |
1162 | ["Parent"] = o129, | |
1163 | ["Texture"] = "http://www.roblox.com/asset/?id=12662505", | |
1164 | ["Face"] = Enum.NormalId.Back, | |
1165 | }) | |
1166 | o135 = Create("Model",{ | |
1167 | ["Name"] = "Bags", | |
1168 | ["Parent"] = o34, | |
1169 | }) | |
1170 | o136 = Create("Part",{ | |
1171 | ["Parent"] = o135, | |
1172 | ["BrickColor"] = BrickColor.new("Brick yellow"), | |
1173 | ["Position"] = Vector3.new(-37.4000244, 17.1950264, -94.2000122), | |
1174 | ["Rotation"] = Vector3.new(90, 0, 90), | |
1175 | ["CFrame"] = CFrame.new(-37.4000244, 17.1950264, -94.2000122, 0, -1, 0, 0, 0, -1, 1, 0, 0), | |
1176 | ["FormFactor"] = Enum.FormFactor.Plate, | |
1177 | ["Size"] = Vector3.new(2, 2.4000001, 2), | |
1178 | ["BackSurface"] = Enum.SurfaceType.Weld, | |
1179 | ["FrontSurface"] = Enum.SurfaceType.Weld, | |
1180 | ["LeftSurface"] = Enum.SurfaceType.Weld, | |
1181 | ["RightSurface"] = Enum.SurfaceType.Weld, | |
1182 | ["Color"] = Color3.new(0.843137, 0.772549, 0.603922), | |
1183 | }) | |
1184 | o137 = Create("SpecialMesh",{ | |
1185 | ["Parent"] = o136, | |
1186 | }) | |
1187 | o138 = Create("Part",{ | |
1188 | ["Parent"] = o135, | |
1189 | ["BrickColor"] = BrickColor.new("Brick yellow"), | |
1190 | ["Position"] = Vector3.new(-39.9000244, 17.194025, -94.2000122), | |
1191 | ["Rotation"] = Vector3.new(90, 0, 90), | |
1192 | ["CFrame"] = CFrame.new(-39.9000244, 17.194025, -94.2000122, 0, -1, 0, 0, 0, -1, 1, 0, 0), | |
1193 | ["FormFactor"] = Enum.FormFactor.Plate, | |
1194 | ["Size"] = Vector3.new(2, 2.4000001, 2), | |
1195 | ["BackSurface"] = Enum.SurfaceType.Weld, | |
1196 | ["FrontSurface"] = Enum.SurfaceType.Weld, | |
1197 | ["LeftSurface"] = Enum.SurfaceType.Weld, | |
1198 | ["RightSurface"] = Enum.SurfaceType.Weld, | |
1199 | ["Color"] = Color3.new(0.843137, 0.772549, 0.603922), | |
1200 | }) | |
1201 | o139 = Create("SpecialMesh",{ | |
1202 | ["Parent"] = o138, | |
1203 | }) | |
1204 | o140 = Create("Part",{ | |
1205 | ["Parent"] = o135, | |
1206 | ["BrickColor"] = BrickColor.new("Brick yellow"), | |
1207 | ["Position"] = Vector3.new(-42.4000397, 17.194025, -94.2000122), | |
1208 | ["Rotation"] = Vector3.new(90, 0, 90), | |
1209 | ["CFrame"] = CFrame.new(-42.4000397, 17.194025, -94.2000122, 0, -1, 0, 0, 0, -1, 1, 0, 0), | |
1210 | ["FormFactor"] = Enum.FormFactor.Plate, | |
1211 | ["Size"] = Vector3.new(2, 2.4000001, 2), | |
1212 | ["BackSurface"] = Enum.SurfaceType.Weld, | |
1213 | ["FrontSurface"] = Enum.SurfaceType.Weld, | |
1214 | ["LeftSurface"] = Enum.SurfaceType.Weld, | |
1215 | ["RightSurface"] = Enum.SurfaceType.Weld, | |
1216 | ["Color"] = Color3.new(0.843137, 0.772549, 0.603922), | |
1217 | }) | |
1218 | o141 = Create("SpecialMesh",{ | |
1219 | ["Parent"] = o140, | |
1220 | }) | |
1221 | o142 = Create("Part",{ | |
1222 | ["Parent"] = o135, | |
1223 | ["BrickColor"] = BrickColor.new("Brick yellow"), | |
1224 | ["Position"] = Vector3.new(-40.5000305, 19.194025, -94.2000122), | |
1225 | ["Rotation"] = Vector3.new(90, 0, 90), | |
1226 | ["CFrame"] = CFrame.new(-40.5000305, 19.194025, -94.2000122, 0, -1, 0, 0, 0, -1, 1, 0, 0), | |
1227 | ["FormFactor"] = Enum.FormFactor.Plate, | |
1228 | ["Size"] = Vector3.new(2, 3.60000014, 2), | |
1229 | ["BackSurface"] = Enum.SurfaceType.Weld, | |
1230 | ["FrontSurface"] = Enum.SurfaceType.Weld, | |
1231 | ["LeftSurface"] = Enum.SurfaceType.Weld, | |
1232 | ["RightSurface"] = Enum.SurfaceType.Weld, | |
1233 | ["Color"] = Color3.new(0.843137, 0.772549, 0.603922), | |
1234 | }) | |
1235 | o143 = Create("SpecialMesh",{ | |
1236 | ["Parent"] = o142, | |
1237 | }) | |
1238 | o144 = Create("Part",{ | |
1239 | ["Parent"] = o135, | |
1240 | ["BrickColor"] = BrickColor.new("Brick yellow"), | |
1241 | ["Position"] = Vector3.new(-36.600029, 19.1950264, -94.2000122), | |
1242 | ["Rotation"] = Vector3.new(90, 0, 90), | |
1243 | ["CFrame"] = CFrame.new(-36.600029, 19.1950264, -94.2000122, 0, -1, 0, 0, 0, -1, 1, 0, 0), | |
1244 | ["FormFactor"] = Enum.FormFactor.Plate, | |
1245 | ["Size"] = Vector3.new(2, 4, 2), | |
1246 | ["BackSurface"] = Enum.SurfaceType.Weld, | |
1247 | ["FrontSurface"] = Enum.SurfaceType.Weld, | |
1248 | ["LeftSurface"] = Enum.SurfaceType.Weld, | |
1249 | ["RightSurface"] = Enum.SurfaceType.Weld, | |
1250 | ["Color"] = Color3.new(0.843137, 0.772549, 0.603922), | |
1251 | }) | |
1252 | o145 = Create("SpecialMesh",{ | |
1253 | ["Parent"] = o144, | |
1254 | }) | |
1255 | o146 = Create("Part",{ | |
1256 | ["Parent"] = o135, | |
1257 | ["BrickColor"] = BrickColor.new("Brick yellow"), | |
1258 | ["Position"] = Vector3.new(-35.0000229, 17.1950264, -94.2000122), | |
1259 | ["Rotation"] = Vector3.new(90, 0, 90), | |
1260 | ["CFrame"] = CFrame.new(-35.0000229, 17.1950264, -94.2000122, 0, -1, 0, 0, 0, -1, 1, 0, 0), | |
1261 | ["FormFactor"] = Enum.FormFactor.Plate, | |
1262 | ["Size"] = Vector3.new(2, 2.4000001, 2), | |
1263 | ["BackSurface"] = Enum.SurfaceType.Weld, | |
1264 | ["FrontSurface"] = Enum.SurfaceType.Weld, | |
1265 | ["LeftSurface"] = Enum.SurfaceType.Weld, | |
1266 | ["RightSurface"] = Enum.SurfaceType.Weld, | |
1267 | ["Color"] = Color3.new(0.843137, 0.772549, 0.603922), | |
1268 | }) | |
1269 | o147 = Create("SpecialMesh",{ | |
1270 | ["Parent"] = o146, | |
1271 | }) | |
1272 | o148 = Create("Part",{ | |
1273 | ["Parent"] = o135, | |
1274 | ["BrickColor"] = BrickColor.new("Brick yellow"), | |
1275 | ["Position"] = Vector3.new(-33.400032, 17.1950264, -96.3999939), | |
1276 | ["Rotation"] = Vector3.new(90, 90, 0), | |
1277 | ["CFrame"] = CFrame.new(-33.400032, 17.1950264, -96.3999939, 0, 0, 1, 1, 0, 0, 0, 1, 0), | |
1278 | ["FormFactor"] = Enum.FormFactor.Plate, | |
1279 | ["Size"] = Vector3.new(2, 2.4000001, 2), | |
1280 | ["BackSurface"] = Enum.SurfaceType.Weld, | |
1281 | ["FrontSurface"] = Enum.SurfaceType.Weld, | |
1282 | ["LeftSurface"] = Enum.SurfaceType.Weld, | |
1283 | ["RightSurface"] = Enum.SurfaceType.Weld, | |
1284 | ["Color"] = Color3.new(0.843137, 0.772549, 0.603922), | |
1285 | }) | |
1286 | o149 = Create("SpecialMesh",{ | |
1287 | ["Parent"] = o148, | |
1288 | }) | |
1289 | o150 = Create("Part",{ | |
1290 | ["Parent"] = o135, | |
1291 | ["BrickColor"] = BrickColor.new("Brick yellow"), | |
1292 | ["Position"] = Vector3.new(-33.400032, 19.1950264, -95.3999939), | |
1293 | ["Rotation"] = Vector3.new(90, 90, 0), | |
1294 | ["CFrame"] = CFrame.new(-33.400032, 19.1950264, -95.3999939, 0, 0, 1, 1, 0, 0, 0, 1, 0), | |
1295 | ["FormFactor"] = Enum.FormFactor.Plate, | |
1296 | ["Size"] = Vector3.new(2, 2.4000001, 2), | |
1297 | ["BackSurface"] = Enum.SurfaceType.Weld, | |
1298 | ["FrontSurface"] = Enum.SurfaceType.Weld, | |
1299 | ["LeftSurface"] = Enum.SurfaceType.Weld, | |
1300 | ["RightSurface"] = Enum.SurfaceType.Weld, | |
1301 | ["Color"] = Color3.new(0.843137, 0.772549, 0.603922), | |
1302 | }) | |
1303 | o151 = Create("SpecialMesh",{ | |
1304 | ["Parent"] = o150, | |
1305 | }) | |
1306 | o152 = Create("Part",{ | |
1307 | ["Name"] = "Crate", | |
1308 | ["Parent"] = o34, | |
1309 | ["BrickColor"] = BrickColor.new("Brown"), | |
1310 | ["Position"] = Vector3.new(-21.100029, 18.0000229, -87.7000122), | |
1311 | ["Rotation"] = Vector3.new(-0, 90, 0), | |
1312 | ["CFrame"] = CFrame.new(-21.100029, 18.0000229, -87.7000122, -0, 0, 1, -0, 1, 0, -1, 0, 0), | |
1313 | ["Size"] = Vector3.new(5, 3.60000014, 5), | |
1314 | ["BackSurface"] = Enum.SurfaceType.Weld, | |
1315 | ["BottomSurface"] = Enum.SurfaceType.Weld, | |
1316 | ["FrontSurface"] = Enum.SurfaceType.Weld, | |
1317 | ["LeftSurface"] = Enum.SurfaceType.Weld, | |
1318 | ["RightSurface"] = Enum.SurfaceType.Weld, | |
1319 | ["TopSurface"] = Enum.SurfaceType.Weld, | |
1320 | ["Color"] = Color3.new(0.486275, 0.360784, 0.27451), | |
1321 | }) | |
1322 | o153 = Create("Decal",{ | |
1323 | ["Parent"] = o152, | |
1324 | ["Texture"] = "http://www.roblox.com/asset/?id=12662505", | |
1325 | ["Face"] = Enum.NormalId.Right, | |
1326 | }) | |
1327 | o154 = Create("Decal",{ | |
1328 | ["Parent"] = o152, | |
1329 | ["Texture"] = "http://www.roblox.com/asset/?id=12662505", | |
1330 | ["Face"] = Enum.NormalId.Top, | |
1331 | }) | |
1332 | o155 = Create("Decal",{ | |
1333 | ["Parent"] = o152, | |
1334 | ["Texture"] = "http://www.roblox.com/asset/?id=12662505", | |
1335 | }) | |
1336 | o156 = Create("Decal",{ | |
1337 | ["Parent"] = o152, | |
1338 | ["Texture"] = "http://www.roblox.com/asset/?id=12662505", | |
1339 | ["Face"] = Enum.NormalId.Left, | |
1340 | }) | |
1341 | o157 = Create("Decal",{ | |
1342 | ["Parent"] = o152, | |
1343 | ["Texture"] = "http://www.roblox.com/asset/?id=12662505", | |
1344 | ["Face"] = Enum.NormalId.Back, | |
1345 | }) | |
1346 | o158 = Create("Part",{ | |
1347 | ["Name"] = "Flag", | |
1348 | ["Parent"] = o34, | |
1349 | ["BrickColor"] = BrickColor.new("Bright red"), | |
1350 | ["Position"] = Vector3.new(-34.600029, 21.8490257, -48.5799789), | |
1351 | ["Rotation"] = Vector3.new(-105, 0, -180), | |
1352 | ["Anchored"] = true, | |
1353 | ["CFrame"] = CFrame.new(-34.600029, 21.8490257, -48.5799789, -1, 0, 0, 0, 0.258819044, 0.965925813, 0, 0.965925813, -0.258819044), | |
1354 | ["FormFactor"] = Enum.FormFactor.Plate, | |
1355 | ["Size"] = Vector3.new(5, 0.400000006, 4), | |
1356 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
1357 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
1358 | ["Color"] = Color3.new(0.768628, 0.156863, 0.109804), | |
1359 | }) | |
1360 | o159 = Create("Decal",{ | |
1361 | ["Parent"] = o158, | |
1362 | ["Texture"] = "http://www.roblox.com/asset/?id=15169017", | |
1363 | ["Face"] = Enum.NormalId.Top, | |
1364 | }) | |
1365 | o160 = Create("Part",{ | |
1366 | ["Name"] = "Flag", | |
1367 | ["Parent"] = o34, | |
1368 | ["BrickColor"] = BrickColor.new("Bright yellow"), | |
1369 | ["Position"] = Vector3.new(-22.600029, 21.8490257, -48.5799789), | |
1370 | ["Rotation"] = Vector3.new(-105, 0, -180), | |
1371 | ["Anchored"] = true, | |
1372 | ["CFrame"] = CFrame.new(-22.600029, 21.8490257, -48.5799789, -1, 0, 0, 0, 0.258819044, 0.965925813, 0, 0.965925813, -0.258819044), | |
1373 | ["FormFactor"] = Enum.FormFactor.Plate, | |
1374 | ["Size"] = Vector3.new(5, 0.400000006, 4), | |
1375 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
1376 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
1377 | ["Color"] = Color3.new(0.960784, 0.803922, 0.188235), | |
1378 | }) | |
1379 | o161 = Create("Decal",{ | |
1380 | ["Parent"] = o160, | |
1381 | ["Texture"] = "http://www.roblox.com/asset/?id=15169055", | |
1382 | ["Face"] = Enum.NormalId.Top, | |
1383 | }) | |
1384 | o162 = Create("Part",{ | |
1385 | ["Name"] = "Flag", | |
1386 | ["Parent"] = o34, | |
1387 | ["BrickColor"] = BrickColor.new("Bright blue"), | |
1388 | ["Position"] = Vector3.new(-10.600028, 21.8490257, -48.5799789), | |
1389 | ["Rotation"] = Vector3.new(-105, 0, -180), | |
1390 | ["Anchored"] = true, | |
1391 | ["CFrame"] = CFrame.new(-10.600028, 21.8490257, -48.5799789, -1, 0, 0, 0, 0.258819044, 0.965925813, 0, 0.965925813, -0.258819044), | |
1392 | ["FormFactor"] = Enum.FormFactor.Plate, | |
1393 | ["Size"] = Vector3.new(5, 0.400000006, 4), | |
1394 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
1395 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
1396 | ["Color"] = Color3.new(0.0509804, 0.411765, 0.67451), | |
1397 | }) | |
1398 | o163 = Create("Decal",{ | |
1399 | ["Parent"] = o162, | |
1400 | ["Texture"] = "http://www.roblox.com/asset/?id=15169084", | |
1401 | ["Face"] = Enum.NormalId.Top, | |
1402 | }) | |
1403 | o164 = Create("Part",{ | |
1404 | ["Name"] = "Flag", | |
1405 | ["Parent"] = o34, | |
1406 | ["BrickColor"] = BrickColor.new("Bright red"), | |
1407 | ["Position"] = Vector3.new(1.39997196, 21.8490257, -48.5799789), | |
1408 | ["Rotation"] = Vector3.new(-105, 0, -180), | |
1409 | ["Anchored"] = true, | |
1410 | ["CFrame"] = CFrame.new(1.39997196, 21.8490257, -48.5799789, -1, 0, 0, 0, 0.258819044, 0.965925813, 0, 0.965925813, -0.258819044), | |
1411 | ["FormFactor"] = Enum.FormFactor.Plate, | |
1412 | ["Size"] = Vector3.new(5, 0.400000006, 4), | |
1413 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
1414 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
1415 | ["Color"] = Color3.new(0.768628, 0.156863, 0.109804), | |
1416 | }) | |
1417 | o165 = Create("Decal",{ | |
1418 | ["Parent"] = o164, | |
1419 | ["Texture"] = "http://www.roblox.com/asset/?id=15169106", | |
1420 | ["Face"] = Enum.NormalId.Top, | |
1421 | }) | |
1422 | o166 = Create("Part",{ | |
1423 | ["Name"] = "Flag", | |
1424 | ["Parent"] = o34, | |
1425 | ["BrickColor"] = BrickColor.new("Bright yellow"), | |
1426 | ["Position"] = Vector3.new(13.399972, 21.8490257, -48.5799789), | |
1427 | ["Rotation"] = Vector3.new(-105, 0, -180), | |
1428 | ["Anchored"] = true, | |
1429 | ["CFrame"] = CFrame.new(13.399972, 21.8490257, -48.5799789, -1, 0, 0, 0, 0.258819044, 0.965925813, 0, 0.965925813, -0.258819044), | |
1430 | ["FormFactor"] = Enum.FormFactor.Plate, | |
1431 | ["Size"] = Vector3.new(5, 0.400000006, 4), | |
1432 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
1433 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
1434 | ["Color"] = Color3.new(0.960784, 0.803922, 0.188235), | |
1435 | }) | |
1436 | o167 = Create("Decal",{ | |
1437 | ["Parent"] = o166, | |
1438 | ["Texture"] = "http://www.roblox.com/asset/?id=15169113", | |
1439 | ["Face"] = Enum.NormalId.Top, | |
1440 | }) | |
1441 | o168 = Create("Part",{ | |
1442 | ["Parent"] = o1, | |
1443 | ["BrickColor"] = BrickColor.new("Reddish brown"), | |
1444 | ["Position"] = Vector3.new(22.8999786, 8.80002022, -48.7000046), | |
1445 | ["Anchored"] = true, | |
1446 | ["CFrame"] = CFrame.new(22.8999786, 8.80002022, -48.7000046, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
1447 | ["Size"] = Vector3.new(1, 12, 1), | |
1448 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
1449 | ["Color"] = Color3.new(0.411765, 0.25098, 0.156863), | |
1450 | }) | |
1451 | o169 = Create("Model",{ | |
1452 | ["Name"] = "Table", | |
1453 | ["Parent"] = o1, | |
1454 | }) | |
1455 | o170 = Create("Part",{ | |
1456 | ["Parent"] = o169, | |
1457 | ["Position"] = Vector3.new(-24.100029, 1.6000309, -71.7000046), | |
1458 | ["Rotation"] = Vector3.new(180, -0, -180), | |
1459 | ["Anchored"] = true, | |
1460 | ["CFrame"] = CFrame.new(-24.100029, 1.6000309, -71.7000046, -1, 0, -0, -0, 1, -0, -0, 0, -1), | |
1461 | ["Size"] = Vector3.new(1, 2.4000001, 1), | |
1462 | }) | |
1463 | o171 = Create("Part",{ | |
1464 | ["Parent"] = o169, | |
1465 | ["BrickColor"] = BrickColor.new("Bright red"), | |
1466 | ["Position"] = Vector3.new(-24.100029, 3.40002441, -71.7000046), | |
1467 | ["Rotation"] = Vector3.new(180, -0, -180), | |
1468 | ["Anchored"] = true, | |
1469 | ["CFrame"] = CFrame.new(-24.100029, 3.40002441, -71.7000046, -1, 0, -0, -0, 1, -0, -0, 0, -1), | |
1470 | ["Size"] = Vector3.new(5, 1.20000005, 5), | |
1471 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
1472 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
1473 | ["Color"] = Color3.new(0.768628, 0.156863, 0.109804), | |
1474 | }) | |
1475 | o172 = Create("Part",{ | |
1476 | ["Parent"] = o1, | |
1477 | ["BrickColor"] = BrickColor.new("Light stone grey"), | |
1478 | ["Position"] = Vector3.new(-27.600029, 10.6000137, -80.7000122), | |
1479 | ["Anchored"] = true, | |
1480 | ["CFrame"] = CFrame.new(-27.600029, 10.6000137, -80.7000122, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
1481 | ["Size"] = Vector3.new(4, 8.40000057, 1), | |
1482 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
1483 | ["Color"] = Color3.new(0.898039, 0.894118, 0.87451), | |
1484 | }) | |
1485 | o173 = Create("Part",{ | |
1486 | ["Parent"] = o1, | |
1487 | ["BrickColor"] = BrickColor.new("White"), | |
1488 | ["Position"] = Vector3.new(-13.100028, 2.00003052, -77.2000046), | |
1489 | ["Rotation"] = Vector3.new(180, -0, -180), | |
1490 | ["Anchored"] = true, | |
1491 | ["CFrame"] = CFrame.new(-13.100028, 2.00003052, -77.2000046, -1, 0, -0, -0, 1, -0, -0, 0, -1), | |
1492 | ["Size"] = Vector3.new(1, 2.4000001, 6), | |
1493 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
1494 | ["Color"] = Color3.new(0.94902, 0.952941, 0.952941), | |
1495 | }) | |
1496 | o174 = Create("Part",{ | |
1497 | ["Parent"] = o1, | |
1498 | ["BrickColor"] = BrickColor.new("White"), | |
1499 | ["Position"] = Vector3.new(-8.10002804, 2.00003052, -77.2000046), | |
1500 | ["Rotation"] = Vector3.new(180, -0, -180), | |
1501 | ["Anchored"] = true, | |
1502 | ["CFrame"] = CFrame.new(-8.10002804, 2.00003052, -77.2000046, -1, 0, -0, -0, 1, -0, -0, 0, -1), | |
1503 | ["Size"] = Vector3.new(1, 2.4000001, 6), | |
1504 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
1505 | ["Color"] = Color3.new(0.94902, 0.952941, 0.952941), | |
1506 | }) | |
1507 | o175 = Create("Part",{ | |
1508 | ["Parent"] = o1, | |
1509 | ["Position"] = Vector3.new(-13.100028, 7.00002098, -80.7000122), | |
1510 | ["Rotation"] = Vector3.new(180, -0, -180), | |
1511 | ["Anchored"] = true, | |
1512 | ["CFrame"] = CFrame.new(-13.100028, 7.00002098, -80.7000122, -1, 0, -0, -0, 1, -0, -0, 0, -1), | |
1513 | ["Size"] = Vector3.new(1, 3.60000014, 1), | |
1514 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
1515 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
1516 | }) | |
1517 | o176 = Create("Part",{ | |
1518 | ["Parent"] = o1, | |
1519 | ["Position"] = Vector3.new(-8.10002804, 7.00002098, -80.7000122), | |
1520 | ["Rotation"] = Vector3.new(180, -0, -180), | |
1521 | ["Anchored"] = true, | |
1522 | ["CFrame"] = CFrame.new(-8.10002804, 7.00002098, -80.7000122, -1, 0, -0, -0, 1, -0, -0, 0, -1), | |
1523 | ["Size"] = Vector3.new(1, 3.60000014, 1), | |
1524 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
1525 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
1526 | }) | |
1527 | o177 = Create("Part",{ | |
1528 | ["Parent"] = o1, | |
1529 | ["BrickColor"] = BrickColor.new("Bright red"), | |
1530 | ["Position"] = Vector3.new(-10.600028, 0.600030899, -73.7000046), | |
1531 | ["Rotation"] = Vector3.new(-0, -90, 0), | |
1532 | ["Anchored"] = true, | |
1533 | ["CFrame"] = CFrame.new(-10.600028, 0.600030899, -73.7000046, 0, 0, -1, 0, 1, -0, 1, 0, -0), | |
1534 | ["FormFactor"] = Enum.FormFactor.Plate, | |
1535 | ["Size"] = Vector3.new(1, 0.400000006, 4), | |
1536 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
1537 | ["Color"] = Color3.new(0.768628, 0.156863, 0.109804), | |
1538 | }) | |
1539 | o178 = Create("Model",{ | |
1540 | ["Name"] = "Table", | |
1541 | ["Parent"] = o1, | |
1542 | }) | |
1543 | o179 = Create("Part",{ | |
1544 | ["Parent"] = o178, | |
1545 | ["Position"] = Vector3.new(-21.100029, 1.6000309, -59.7000046), | |
1546 | ["Rotation"] = Vector3.new(180, -0, -180), | |
1547 | ["Anchored"] = true, | |
1548 | ["CFrame"] = CFrame.new(-21.100029, 1.6000309, -59.7000046, -1, 0, -0, -0, 1, -0, -0, 0, -1), | |
1549 | ["Size"] = Vector3.new(1, 2.4000001, 1), | |
1550 | }) | |
1551 | o180 = Create("Part",{ | |
1552 | ["Parent"] = o178, | |
1553 | ["BrickColor"] = BrickColor.new("Bright red"), | |
1554 | ["Position"] = Vector3.new(-21.100029, 3.40002441, -59.7000046), | |
1555 | ["Rotation"] = Vector3.new(180, -0, -180), | |
1556 | ["Anchored"] = true, | |
1557 | ["CFrame"] = CFrame.new(-21.100029, 3.40002441, -59.7000046, -1, 0, -0, -0, 1, -0, -0, 0, -1), | |
1558 | ["Size"] = Vector3.new(5, 1.20000005, 5), | |
1559 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
1560 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
1561 | ["Color"] = Color3.new(0.768628, 0.156863, 0.109804), | |
1562 | }) | |
1563 | o181 = Create("Part",{ | |
1564 | ["Parent"] = o1, | |
1565 | ["BrickColor"] = BrickColor.new("White"), | |
1566 | ["Transparency"] = 1, | |
1567 | ["Position"] = Vector3.new(-10.600028, 7.00002098, -80.7000122), | |
1568 | ["Rotation"] = Vector3.new(180, -0, -180), | |
1569 | ["Anchored"] = true, | |
1570 | ["CFrame"] = CFrame.new(-10.600028, 7.00002098, -80.7000122, -1, 0, -0, -0, 1, -0, -0, 0, -1), | |
1571 | ["Size"] = Vector3.new(4, 3.60000014, 1), | |
1572 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
1573 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
1574 | ["Color"] = Color3.new(0.94902, 0.952941, 0.952941), | |
1575 | }) | |
1576 | o182 = Create("Part",{ | |
1577 | ["Parent"] = o1, | |
1578 | ["BrickColor"] = BrickColor.new("Reddish brown"), | |
1579 | ["Position"] = Vector3.new(23.3999786, 1.6000309, -74.2000046), | |
1580 | ["Rotation"] = Vector3.new(-0, 90, 0), | |
1581 | ["Anchored"] = true, | |
1582 | ["CFrame"] = CFrame.new(23.3999786, 1.6000309, -74.2000046, -0, 0, 1, -0, 1, 0, -1, 0, 0), | |
1583 | ["Size"] = Vector3.new(50, 2.4000001, 2), | |
1584 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
1585 | ["Color"] = Color3.new(0.411765, 0.25098, 0.156863), | |
1586 | }) | |
1587 | o183 = Create("Part",{ | |
1588 | ["Parent"] = o1, | |
1589 | ["BrickColor"] = BrickColor.new("Light stone grey"), | |
1590 | ["Position"] = Vector3.new(19.399971, 7.60001373, -80.7000122), | |
1591 | ["Rotation"] = Vector3.new(180, -0, -180), | |
1592 | ["Anchored"] = true, | |
1593 | ["CFrame"] = CFrame.new(19.399971, 7.60001373, -80.7000122, -1, 0, -0, -0, 1, -0, -0, 0, -1), | |
1594 | ["Size"] = Vector3.new(6, 14.4000006, 1), | |
1595 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
1596 | ["Color"] = Color3.new(0.898039, 0.894118, 0.87451), | |
1597 | }) | |
1598 | o184 = Create("Part",{ | |
1599 | ["Parent"] = o1, | |
1600 | ["Position"] = Vector3.new(10.5999765, 3.3960247, -82.6269836), | |
1601 | ["Rotation"] = Vector3.new(-180, 15.000001, -180), | |
1602 | ["Anchored"] = true, | |
1603 | ["CFrame"] = CFrame.new(10.5999765, 3.3960247, -82.6269836, -0.965925813, 0, 0.258819044, 0, 1, 0, -0.258819044, 0, -0.965925813), | |
1604 | ["Size"] = Vector3.new(4, 6, 1), | |
1605 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
1606 | }) | |
1607 | o185 = Create("Decal",{ | |
1608 | ["Parent"] = o184, | |
1609 | ["Texture"] = "http://www.roblox.com/asset/?id=15025279", | |
1610 | ["Face"] = Enum.NormalId.Back, | |
1611 | }) | |
1612 | o186 = Create("Decal",{ | |
1613 | ["Parent"] = o184, | |
1614 | ["Texture"] = "http://www.roblox.com/asset/?id=15025279", | |
1615 | }) | |
1616 | o187 = Create("Model",{ | |
1617 | ["Name"] = "Grill", | |
1618 | ["Parent"] = o1, | |
1619 | }) | |
1620 | o188 = Create("Model",{ | |
1621 | ["Name"] = "Buttons", | |
1622 | ["Parent"] = o187, | |
1623 | }) | |
1624 | o189 = Create("Part",{ | |
1625 | ["Name"] = "Button", | |
1626 | ["Parent"] = o188, | |
1627 | ["BrickColor"] = BrickColor.new("Really black"), | |
1628 | ["Position"] = Vector3.new(-12.600028, 3.90002441, -86.3999939), | |
1629 | ["Rotation"] = Vector3.new(-90, 0, 0), | |
1630 | ["Anchored"] = true, | |
1631 | ["CFrame"] = CFrame.new(-12.600028, 3.90002441, -86.3999939, 1, -0, 0, 0, -0, 1, 0, -1, 0), | |
1632 | ["FormFactor"] = Enum.FormFactor.Plate, | |
1633 | ["Size"] = Vector3.new(2, 0.400000006, 1), | |
1634 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
1635 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
1636 | ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667), | |
1637 | }) | |
1638 | o190 = Create("SpecialMesh",{ | |
1639 | ["Parent"] = o189, | |
1640 | ["Scale"] = Vector3.new(0.899999976, 1, 0.899999976), | |
1641 | }) | |
1642 | o191 = Create("Weld",{ | |
1643 | ["Name"] = "OH SNAP YOU GOT INFECTED XD XD XD", | |
1644 | ["Parent"] = o189, | |
1645 | }) | |
1646 | o192 = Create("ClickDetector",{ | |
1647 | ["Parent"] = o189, | |
1648 | }) | |
1649 | o193 = Create("Part",{ | |
1650 | ["Name"] = "Button", | |
1651 | ["Parent"] = o188, | |
1652 | ["BrickColor"] = BrickColor.new("Really black"), | |
1653 | ["Position"] = Vector3.new(-11.100028, 3.90002441, -86.3999939), | |
1654 | ["Rotation"] = Vector3.new(-90, 0, 0), | |
1655 | ["Anchored"] = true, | |
1656 | ["CFrame"] = CFrame.new(-11.100028, 3.90002441, -86.3999939, 1, -0, 0, 0, -0, 1, 0, -1, 0), | |
1657 | ["FormFactor"] = Enum.FormFactor.Plate, | |
1658 | ["Size"] = Vector3.new(1, 0.400000006, 1), | |
1659 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
1660 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
1661 | ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667), | |
1662 | }) | |
1663 | o194 = Create("SpecialMesh",{ | |
1664 | ["Parent"] = o193, | |
1665 | ["Scale"] = Vector3.new(0.899999976, 1, 0.899999976), | |
1666 | }) | |
1667 | o195 = Create("Weld",{ | |
1668 | ["Name"] = "OH SNAP YOU GOT INFECTED XD XD XD", | |
1669 | ["Parent"] = o193, | |
1670 | }) | |
1671 | o196 = Create("ClickDetector",{ | |
1672 | ["Parent"] = o193, | |
1673 | }) | |
1674 | o197 = Create("Part",{ | |
1675 | ["Name"] = "Button", | |
1676 | ["Parent"] = o188, | |
1677 | ["BrickColor"] = BrickColor.new("Really black"), | |
1678 | ["Position"] = Vector3.new(-10.100028, 3.90002441, -86.3999939), | |
1679 | ["Rotation"] = Vector3.new(-90, 0, 0), | |
1680 | ["Anchored"] = true, | |
1681 | ["CFrame"] = CFrame.new(-10.100028, 3.90002441, -86.3999939, 1, -0, 0, 0, -0, 1, 0, -1, 0), | |
1682 | ["FormFactor"] = Enum.FormFactor.Plate, | |
1683 | ["Size"] = Vector3.new(1, 0.400000006, 1), | |
1684 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
1685 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
1686 | ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667), | |
1687 | }) | |
1688 | o198 = Create("SpecialMesh",{ | |
1689 | ["Parent"] = o197, | |
1690 | ["Scale"] = Vector3.new(0.899999976, 1, 0.899999976), | |
1691 | }) | |
1692 | o199 = Create("Weld",{ | |
1693 | ["Name"] = "OH SNAP YOU GOT INFECTED XD XD XD", | |
1694 | ["Parent"] = o197, | |
1695 | }) | |
1696 | o200 = Create("ClickDetector",{ | |
1697 | ["Parent"] = o197, | |
1698 | }) | |
1699 | o201 = Create("Part",{ | |
1700 | ["Name"] = "Button", | |
1701 | ["Parent"] = o188, | |
1702 | ["BrickColor"] = BrickColor.new("Really black"), | |
1703 | ["Position"] = Vector3.new(-8.60002804, 3.90002441, -86.3999939), | |
1704 | ["Rotation"] = Vector3.new(-90, 0, 0), | |
1705 | ["Anchored"] = true, | |
1706 | ["CFrame"] = CFrame.new(-8.60002804, 3.90002441, -86.3999939, 1, -0, 0, 0, -0, 1, 0, -1, 0), | |
1707 | ["FormFactor"] = Enum.FormFactor.Plate, | |
1708 | ["Size"] = Vector3.new(2, 0.400000006, 1), | |
1709 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
1710 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
1711 | ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667), | |
1712 | }) | |
1713 | o202 = Create("SpecialMesh",{ | |
1714 | ["Parent"] = o201, | |
1715 | ["Scale"] = Vector3.new(0.899999976, 1, 0.899999976), | |
1716 | }) | |
1717 | o203 = Create("Weld",{ | |
1718 | ["Name"] = "OH SNAP YOU GOT INFECTED XD XD XD", | |
1719 | ["Parent"] = o201, | |
1720 | }) | |
1721 | o204 = Create("ClickDetector",{ | |
1722 | ["Parent"] = o201, | |
1723 | }) | |
1724 | o205 = Create("Model",{ | |
1725 | ["Name"] = "Body", | |
1726 | ["Parent"] = o187, | |
1727 | }) | |
1728 | o206 = Create("Part",{ | |
1729 | ["Name"] = "Steel", | |
1730 | ["Parent"] = o205, | |
1731 | ["BrickColor"] = BrickColor.new("Dark stone grey"), | |
1732 | ["Reflectance"] = 0.10000000149012, | |
1733 | ["Position"] = Vector3.new(-10.600028, 2.00003052, -83.7000122), | |
1734 | ["Rotation"] = Vector3.new(-0, -90, 0), | |
1735 | ["Anchored"] = true, | |
1736 | ["CFrame"] = CFrame.new(-10.600028, 2.00003052, -83.7000122, 0, 0, -1, 0, 1, -0, 1, 0, -0), | |
1737 | ["FormFactor"] = Enum.FormFactor.Plate, | |
1738 | ["Size"] = Vector3.new(5, 3.20000005, 6), | |
1739 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
1740 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
1741 | ["Color"] = Color3.new(0.388235, 0.372549, 0.384314), | |
1742 | }) | |
1743 | o207 = Create("BlockMesh",{ | |
1744 | ["Parent"] = o206, | |
1745 | ["Scale"] = Vector3.new(1.10000002, 1.45000005, 1), | |
1746 | }) | |
1747 | o208 = Create("Weld",{ | |
1748 | ["Name"] = "OH SNAP YOU GOT INFECTED XD XD XD", | |
1749 | ["Parent"] = o206, | |
1750 | }) | |
1751 | o209 = Create("Part",{ | |
1752 | ["Name"] = "Steel", | |
1753 | ["Parent"] = o205, | |
1754 | ["BrickColor"] = BrickColor.new("Dark stone grey"), | |
1755 | ["Reflectance"] = 0.10000000149012, | |
1756 | ["Position"] = Vector3.new(-10.600028, 4.0000248, -83.7000122), | |
1757 | ["Rotation"] = Vector3.new(-0, -90, 0), | |
1758 | ["Anchored"] = true, | |
1759 | ["CFrame"] = CFrame.new(-10.600028, 4.0000248, -83.7000122, 0, 0, -1, 0, 1, -0, 1, 0, -0), | |
1760 | ["FormFactor"] = Enum.FormFactor.Plate, | |
1761 | ["Size"] = Vector3.new(5, 0.800000012, 6), | |
1762 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
1763 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
1764 | ["Color"] = Color3.new(0.388235, 0.372549, 0.384314), | |
1765 | }) | |
1766 | o210 = Create("Weld",{ | |
1767 | ["Name"] = "OH SNAP YOU GOT INFECTED XD XD XD", | |
1768 | ["Parent"] = o209, | |
1769 | }) | |
1770 | o211 = Create("SpecialMesh",{ | |
1771 | ["Parent"] = o209, | |
1772 | ["Scale"] = Vector3.new(1.10000002, 1, 1), | |
1773 | ["MeshType"] = Enum.MeshType.Brick, | |
1774 | }) | |
1775 | o212 = Create("Part",{ | |
1776 | ["Name"] = "Steel", | |
1777 | ["Parent"] = o205, | |
1778 | ["BrickColor"] = BrickColor.new("Really black"), | |
1779 | ["Position"] = Vector3.new(-10.600028, 4.60002136, -81.7000122), | |
1780 | ["Rotation"] = Vector3.new(180, 90, 0), | |
1781 | ["Anchored"] = true, | |
1782 | ["CFrame"] = CFrame.new(-10.600028, 4.60002136, -81.7000122, 0, -0, 1, 0, -1, 0, 1, -0, 0), | |
1783 | ["CanCollide"] = false, | |
1784 | ["FormFactor"] = Enum.FormFactor.Plate, | |
1785 | ["Size"] = Vector3.new(1, 0.400000006, 6), | |
1786 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
1787 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
1788 | ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667), | |
1789 | }) | |
1790 | o213 = Create("BlockMesh",{ | |
1791 | ["Parent"] = o212, | |
1792 | ["Scale"] = Vector3.new(0.600000024, 2.5999999, 0.99000001), | |
1793 | }) | |
1794 | o214 = Create("Weld",{ | |
1795 | ["Name"] = "OH SNAP YOU GOT INFECTED XD XD XD", | |
1796 | ["Parent"] = o212, | |
1797 | }) | |
1798 | o215 = Create("Part",{ | |
1799 | ["Name"] = "Patty", | |
1800 | ["Parent"] = o187, | |
1801 | ["BrickColor"] = BrickColor.new("Sand red"), | |
1802 | ["Position"] = Vector3.new(-8.60002804, 4.60002136, -83.7000122), | |
1803 | ["Rotation"] = Vector3.new(180, -0, -180), | |
1804 | ["Anchored"] = true, | |
1805 | ["CFrame"] = CFrame.new(-8.60002804, 4.60002136, -83.7000122, -1, 0, -0, -0, 1, -0, -0, 0, -1), | |
1806 | ["FormFactor"] = Enum.FormFactor.Plate, | |
1807 | ["Size"] = Vector3.new(2, 0.400000006, 1), | |
1808 | ["Color"] = Color3.new(0.584314, 0.47451, 0.466667), | |
1809 | }) | |
1810 | o216 = Create("SpecialMesh",{ | |
1811 | ["Parent"] = o215, | |
1812 | ["Scale"] = Vector3.new(1.5, 1.5, 1.5), | |
1813 | }) | |
1814 | o217 = Create("Part",{ | |
1815 | ["Name"] = "Patty", | |
1816 | ["Parent"] = o187, | |
1817 | ["BrickColor"] = BrickColor.new("Sand red"), | |
1818 | ["Position"] = Vector3.new(-11.100028, 4.60002136, -84.7000122), | |
1819 | ["Rotation"] = Vector3.new(180, -0, -180), | |
1820 | ["Anchored"] = true, | |
1821 | ["CFrame"] = CFrame.new(-11.100028, 4.60002136, -84.7000122, -1, 0, -0, -0, 1, -0, -0, 0, -1), | |
1822 | ["FormFactor"] = Enum.FormFactor.Plate, | |
1823 | ["Size"] = Vector3.new(1, 0.400000006, 1), | |
1824 | ["Color"] = Color3.new(0.584314, 0.47451, 0.466667), | |
1825 | }) | |
1826 | o218 = Create("SpecialMesh",{ | |
1827 | ["Parent"] = o217, | |
1828 | ["Scale"] = Vector3.new(1.5, 1.5, 1.5), | |
1829 | }) | |
1830 | o219 = Create("Part",{ | |
1831 | ["Name"] = "Patty", | |
1832 | ["Parent"] = o187, | |
1833 | ["BrickColor"] = BrickColor.new("Sand red"), | |
1834 | ["Position"] = Vector3.new(-12.100028, 4.60002136, -83.2000122), | |
1835 | ["Rotation"] = Vector3.new(180, -0, -180), | |
1836 | ["Anchored"] = true, | |
1837 | ["CFrame"] = CFrame.new(-12.100028, 4.60002136, -83.2000122, -1, 0, -0, -0, 1, -0, -0, 0, -1), | |
1838 | ["FormFactor"] = Enum.FormFactor.Plate, | |
1839 | ["Size"] = Vector3.new(1, 0.400000006, 2), | |
1840 | ["Color"] = Color3.new(0.584314, 0.47451, 0.466667), | |
1841 | }) | |
1842 | o220 = Create("SpecialMesh",{ | |
1843 | ["Parent"] = o219, | |
1844 | ["Scale"] = Vector3.new(1.5, 1.5, 1.5), | |
1845 | }) | |
1846 | o221 = Create("Part",{ | |
1847 | ["Name"] = "YellowDoor", | |
1848 | ["Parent"] = o1, | |
1849 | ["Position"] = Vector3.new(4.89997196, 3.40002441, -83.2000122), | |
1850 | ["Rotation"] = Vector3.new(-0, -90, 0), | |
1851 | ["Anchored"] = true, | |
1852 | ["CFrame"] = CFrame.new(4.89997196, 3.40002441, -83.2000122, 0, 0, -1, 0, 1, -0, 1, 0, -0), | |
1853 | ["Size"] = Vector3.new(4, 6, 1), | |
1854 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
1855 | }) | |
1856 | o222 = Create("Decal",{ | |
1857 | ["Parent"] = o221, | |
1858 | ["Texture"] = "http://www.roblox.com/asset/?id=15025279", | |
1859 | ["Face"] = Enum.NormalId.Back, | |
1860 | }) | |
1861 | o223 = Create("Decal",{ | |
1862 | ["Parent"] = o221, | |
1863 | ["Texture"] = "http://www.roblox.com/asset/?id=15025279", | |
1864 | }) | |
1865 | o224 = Create("Part",{ | |
1866 | ["Parent"] = o1, | |
1867 | ["BrickColor"] = BrickColor.new("Light stone grey"), | |
1868 | ["Position"] = Vector3.new(-23.100029, 7.60001373, -87.2000122), | |
1869 | ["Rotation"] = Vector3.new(-0, -90, 0), | |
1870 | ["Anchored"] = true, | |
1871 | ["CFrame"] = CFrame.new(-23.100029, 7.60001373, -87.2000122, 0, 0, -1, 0, 1, -0, 1, 0, -0), | |
1872 | ["Size"] = Vector3.new(12, 14.4000006, 1), | |
1873 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
1874 | ["Color"] = Color3.new(0.898039, 0.894118, 0.87451), | |
1875 | }) | |
1876 | o225 = Create("Model",{ | |
1877 | ["Name"] = "Toilet", | |
1878 | ["Parent"] = o1, | |
1879 | }) | |
1880 | o226 = Create("Part",{ | |
1881 | ["Parent"] = o225, | |
1882 | ["BrickColor"] = BrickColor.new("Light stone grey"), | |
1883 | ["Position"] = Vector3.new(21.899971, 3.40002441, -96.2000122), | |
1884 | ["Rotation"] = Vector3.new(180, -0, -180), | |
1885 | ["Anchored"] = true, | |
1886 | ["CFrame"] = CFrame.new(21.899971, 3.40002441, -96.2000122, -1, 0, -0, -0, 1, -0, -0, 0, -1), | |
1887 | ["Size"] = Vector3.new(1, 3.60000014, 4), | |
1888 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
1889 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
1890 | ["Color"] = Color3.new(0.898039, 0.894118, 0.87451), | |
1891 | }) | |
1892 | o227 = Create("Part",{ | |
1893 | ["Parent"] = o225, | |
1894 | ["BrickColor"] = BrickColor.new("Light stone grey"), | |
1895 | ["Position"] = Vector3.new(20.399971, 2.00003052, -97.7000122), | |
1896 | ["Rotation"] = Vector3.new(-0, -90, 0), | |
1897 | ["Anchored"] = true, | |
1898 | ["CFrame"] = CFrame.new(20.399971, 2.00003052, -97.7000122, 0, 0, -1, 0, 1, -0, 1, 0, -0), | |
1899 | ["FormFactor"] = Enum.FormFactor.Plate, | |
1900 | ["Size"] = Vector3.new(1, 0.800000012, 2), | |
1901 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
1902 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
1903 | ["Color"] = Color3.new(0.898039, 0.894118, 0.87451), | |
1904 | }) | |
1905 | o228 = Create("Part",{ | |
1906 | ["Parent"] = o225, | |
1907 | ["BrickColor"] = BrickColor.new("Light stone grey"), | |
1908 | ["Position"] = Vector3.new(18.899971, 2.00003052, -96.2000122), | |
1909 | ["Rotation"] = Vector3.new(180, -0, -180), | |
1910 | ["Anchored"] = true, | |
1911 | ["CFrame"] = CFrame.new(18.899971, 2.00003052, -96.2000122, -1, 0, -0, -0, 1, -0, -0, 0, -1), | |
1912 | ["FormFactor"] = Enum.FormFactor.Plate, | |
1913 | ["Size"] = Vector3.new(1, 0.800000012, 4), | |
1914 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
1915 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
1916 | ["Color"] = Color3.new(0.898039, 0.894118, 0.87451), | |
1917 | }) | |
1918 | o229 = Create("Part",{ | |
1919 | ["Parent"] = o225, | |
1920 | ["BrickColor"] = BrickColor.new("Light stone grey"), | |
1921 | ["Position"] = Vector3.new(20.399971, 1.00003052, -96.2000122), | |
1922 | ["Rotation"] = Vector3.new(180, -0, -180), | |
1923 | ["Anchored"] = true, | |
1924 | ["CFrame"] = CFrame.new(20.399971, 1.00003052, -96.2000122, -1, 0, -0, -0, 1, -0, -0, 0, -1), | |
1925 | ["Size"] = Vector3.new(2, 1.20000005, 2), | |
1926 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
1927 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
1928 | ["Color"] = Color3.new(0.898039, 0.894118, 0.87451), | |
1929 | }) | |
1930 | o230 = Create("Part",{ | |
1931 | ["Parent"] = o225, | |
1932 | ["BrickColor"] = BrickColor.new("Light stone grey"), | |
1933 | ["Position"] = Vector3.new(20.399971, 2.00003052, -94.7000122), | |
1934 | ["Rotation"] = Vector3.new(-0, -90, 0), | |
1935 | ["Anchored"] = true, | |
1936 | ["CFrame"] = CFrame.new(20.399971, 2.00003052, -94.7000122, 0, 0, -1, 0, 1, -0, 1, 0, -0), | |
1937 | ["FormFactor"] = Enum.FormFactor.Plate, | |
1938 | ["Size"] = Vector3.new(1, 0.800000012, 2), | |
1939 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
1940 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
1941 | ["Color"] = Color3.new(0.898039, 0.894118, 0.87451), | |
1942 | }) | |
1943 | o231 = Create("Part",{ | |
1944 | ["Parent"] = o1, | |
1945 | ["BrickColor"] = BrickColor.new("Light blue"), | |
1946 | ["Position"] = Vector3.new(-6.10002804, 7.00002098, -99.7000122), | |
1947 | ["Rotation"] = Vector3.new(180, -0, -180), | |
1948 | ["Anchored"] = true, | |
1949 | ["CFrame"] = CFrame.new(-6.10002804, 7.00002098, -99.7000122, -1, 0, -0, -0, 1, -0, -0, 0, -1), | |
1950 | ["Size"] = Vector3.new(1, 1.20000005, 1), | |
1951 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
1952 | ["Color"] = Color3.new(0.705882, 0.823529, 0.894118), | |
1953 | }) | |
1954 | o232 = Create("Part",{ | |
1955 | ["Parent"] = o1, | |
1956 | ["BrickColor"] = BrickColor.new("Light stone grey"), | |
1957 | ["Position"] = Vector3.new(8.39997196, 7.60001373, -80.7000122), | |
1958 | ["Rotation"] = Vector3.new(180, -0, -180), | |
1959 | ["Anchored"] = true, | |
1960 | ["CFrame"] = CFrame.new(8.39997196, 7.60001373, -80.7000122, -1, 0, -0, -0, 1, -0, -0, 0, -1), | |
1961 | ["Size"] = Vector3.new(8, 14.4000006, 1), | |
1962 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
1963 | ["Color"] = Color3.new(0.898039, 0.894118, 0.87451), | |
1964 | }) | |
1965 | o233 = Create("Part",{ | |
1966 | ["Parent"] = o1, | |
1967 | ["BrickColor"] = BrickColor.new("Light stone grey"), | |
1968 | ["Position"] = Vector3.new(-19.600029, 7.60001373, -80.7000122), | |
1969 | ["Rotation"] = Vector3.new(180, -0, -180), | |
1970 | ["Anchored"] = true, | |
1971 | ["CFrame"] = CFrame.new(-19.600029, 7.60001373, -80.7000122, -1, 0, -0, -0, 1, -0, -0, 0, -1), | |
1972 | ["Size"] = Vector3.new(12, 14.4000006, 1), | |
1973 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
1974 | ["Color"] = Color3.new(0.898039, 0.894118, 0.87451), | |
1975 | }) | |
1976 | o234 = Create("Part",{ | |
1977 | ["Parent"] = o1, | |
1978 | ["BrickColor"] = BrickColor.new("White"), | |
1979 | ["Position"] = Vector3.new(-10.600028, 2.00003052, -73.7000046), | |
1980 | ["Rotation"] = Vector3.new(-0, -90, 0), | |
1981 | ["Anchored"] = true, | |
1982 | ["CFrame"] = CFrame.new(-10.600028, 2.00003052, -73.7000046, 0, 0, -1, 0, 1, -0, 1, 0, -0), | |
1983 | ["Size"] = Vector3.new(1, 2.4000001, 4), | |
1984 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
1985 | ["Color"] = Color3.new(0.94902, 0.952941, 0.952941), | |
1986 | }) | |
1987 | o235 = Create("Part",{ | |
1988 | ["Parent"] = o1, | |
1989 | ["BrickColor"] = BrickColor.new("Reddish brown"), | |
1990 | ["Position"] = Vector3.new(22.8999786, 8.80002022, -80.7000122), | |
1991 | ["Anchored"] = true, | |
1992 | ["CFrame"] = CFrame.new(22.8999786, 8.80002022, -80.7000122, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
1993 | ["Size"] = Vector3.new(1, 12, 1), | |
1994 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
1995 | ["Color"] = Color3.new(0.411765, 0.25098, 0.156863), | |
1996 | }) | |
1997 | o236 = Create("Part",{ | |
1998 | ["Parent"] = o1, | |
1999 | ["BrickColor"] = BrickColor.new("Light stone grey"), | |
2000 | ["Position"] = Vector3.new(-3.60002804, 7.60001373, -80.7000122), | |
2001 | ["Rotation"] = Vector3.new(180, -0, -180), | |
2002 | ["Anchored"] = true, | |
2003 | ["CFrame"] = CFrame.new(-3.60002804, 7.60001373, -80.7000122, -1, 0, -0, -0, 1, -0, -0, 0, -1), | |
2004 | ["Size"] = Vector3.new(8, 14.4000006, 1), | |
2005 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
2006 | ["Color"] = Color3.new(0.898039, 0.894118, 0.87451), | |
2007 | }) | |
2008 | o237 = Create("Part",{ | |
2009 | ["Parent"] = o1, | |
2010 | ["BrickColor"] = BrickColor.new("Brown"), | |
2011 | ["Position"] = Vector3.new(-9.60002804, 4.90002441, -49.3999863), | |
2012 | ["Rotation"] = Vector3.new(-90, 90, 0), | |
2013 | ["Anchored"] = true, | |
2014 | ["CFrame"] = CFrame.new(-9.60002804, 4.90002441, -49.3999863, -0, -0, 1, -1, -0, 0, -0, -1, 0), | |
2015 | ["FormFactor"] = Enum.FormFactor.Plate, | |
2016 | ["Size"] = Vector3.new(3, 0.400000006, 2), | |
2017 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
2018 | ["Color"] = Color3.new(0.486275, 0.360784, 0.27451), | |
2019 | }) | |
2020 | o238 = Create("SpecialMesh",{ | |
2021 | ["Parent"] = o237, | |
2022 | ["Scale"] = Vector3.new(0.649999976, 1, 0.5), | |
2023 | ["MeshType"] = Enum.MeshType.Brick, | |
2024 | }) | |
2025 | o239 = Create("Part",{ | |
2026 | ["Parent"] = o1, | |
2027 | ["BrickColor"] = BrickColor.new("Pastel light blue"), | |
2028 | ["Reflectance"] = 0.30000001192093, | |
2029 | ["Transparency"] = 0.5, | |
2030 | ["Position"] = Vector3.new(-8.60002804, 5.20002747, -48.7000046), | |
2031 | ["Rotation"] = Vector3.new(-0, 90, 0), | |
2032 | ["Anchored"] = true, | |
2033 | ["CFrame"] = CFrame.new(-8.60002804, 5.20002747, -48.7000046, -0, 0, 1, -0, 1, 0, -1, 0, 0), | |
2034 | ["Size"] = Vector3.new(1, 9.60000038, 4), | |
2035 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
2036 | ["Color"] = Color3.new(0.686275, 0.866667, 1), | |
2037 | }) | |
2038 | o240 = Create("Part",{ | |
2039 | ["Parent"] = o1, | |
2040 | ["BrickColor"] = BrickColor.new("Reddish brown"), | |
2041 | ["Position"] = Vector3.new(-10.600028, 12.4000187, -48.7000046), | |
2042 | ["Anchored"] = true, | |
2043 | ["CFrame"] = CFrame.new(-10.600028, 12.4000187, -48.7000046, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
2044 | ["Size"] = Vector3.new(10, 4.80000019, 1), | |
2045 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
2046 | ["Color"] = Color3.new(0.411765, 0.25098, 0.156863), | |
2047 | }) | |
2048 | o241 = Create("Model",{ | |
2049 | ["Name"] = "Table", | |
2050 | ["Parent"] = o1, | |
2051 | }) | |
2052 | o242 = Create("Part",{ | |
2053 | ["Parent"] = o241, | |
2054 | ["Position"] = Vector3.new(16.899971, 1.6000309, -58.7000046), | |
2055 | ["Rotation"] = Vector3.new(180, -0, -180), | |
2056 | ["Anchored"] = true, | |
2057 | ["CFrame"] = CFrame.new(16.899971, 1.6000309, -58.7000046, -1, 0, -0, -0, 1, -0, -0, 0, -1), | |
2058 | ["Size"] = Vector3.new(1, 2.4000001, 1), | |
2059 | }) | |
2060 | o243 = Create("Part",{ | |
2061 | ["Parent"] = o241, | |
2062 | ["BrickColor"] = BrickColor.new("Bright red"), | |
2063 | ["Position"] = Vector3.new(16.899971, 3.40002441, -58.7000046), | |
2064 | ["Rotation"] = Vector3.new(180, -0, -180), | |
2065 | ["Anchored"] = true, | |
2066 | ["CFrame"] = CFrame.new(16.899971, 3.40002441, -58.7000046, -1, 0, -0, -0, 1, -0, -0, 0, -1), | |
2067 | ["Size"] = Vector3.new(5, 1.20000005, 5), | |
2068 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
2069 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
2070 | ["Color"] = Color3.new(0.768628, 0.156863, 0.109804), | |
2071 | }) | |
2072 | o244 = Create("Model",{ | |
2073 | ["Name"] = "Table", | |
2074 | ["Parent"] = o1, | |
2075 | }) | |
2076 | o245 = Create("Part",{ | |
2077 | ["Parent"] = o244, | |
2078 | ["Position"] = Vector3.new(1.89997196, 1.6000309, -55.7000046), | |
2079 | ["Rotation"] = Vector3.new(180, -0, -180), | |
2080 | ["Anchored"] = true, | |
2081 | ["CFrame"] = CFrame.new(1.89997196, 1.6000309, -55.7000046, -1, 0, -0, -0, 1, -0, -0, 0, -1), | |
2082 | ["Size"] = Vector3.new(1, 2.4000001, 1), | |
2083 | }) | |
2084 | o246 = Create("Part",{ | |
2085 | ["Parent"] = o244, | |
2086 | ["BrickColor"] = BrickColor.new("Bright red"), | |
2087 | ["Position"] = Vector3.new(1.89997196, 3.40002441, -55.7000046), | |
2088 | ["Rotation"] = Vector3.new(180, -0, -180), | |
2089 | ["Anchored"] = true, | |
2090 | ["CFrame"] = CFrame.new(1.89997196, 3.40002441, -55.7000046, -1, 0, -0, -0, 1, -0, -0, 0, -1), | |
2091 | ["Size"] = Vector3.new(5, 1.20000005, 5), | |
2092 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
2093 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
2094 | ["Color"] = Color3.new(0.768628, 0.156863, 0.109804), | |
2095 | }) | |
2096 | o247 = Create("Part",{ | |
2097 | ["Parent"] = o1, | |
2098 | ["BrickColor"] = BrickColor.new("Reddish brown"), | |
2099 | ["Position"] = Vector3.new(13.399972, 18.4000282, -67.2000046), | |
2100 | ["Anchored"] = true, | |
2101 | ["CFrame"] = CFrame.new(13.399972, 18.4000282, -67.2000046, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
2102 | ["Size"] = Vector3.new(2, 36, 2), | |
2103 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
2104 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
2105 | ["Color"] = Color3.new(0.411765, 0.25098, 0.156863), | |
2106 | }) | |
2107 | o248 = Create("Part",{ | |
2108 | ["Parent"] = o1, | |
2109 | ["BrickColor"] = BrickColor.new("Reddish brown"), | |
2110 | ["Position"] = Vector3.new(-6.10002804, 5.20002747, -48.7000046), | |
2111 | ["Anchored"] = true, | |
2112 | ["CFrame"] = CFrame.new(-6.10002804, 5.20002747, -48.7000046, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
2113 | ["Size"] = Vector3.new(1, 9.60000038, 1), | |
2114 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
2115 | ["Color"] = Color3.new(0.411765, 0.25098, 0.156863), | |
2116 | }) | |
2117 | o249 = Create("Part",{ | |
2118 | ["Name"] = "Double Cheezburger", | |
2119 | ["Parent"] = o1, | |
2120 | ["Position"] = Vector3.new(1.89997196, 4.5000248, -56.7000046), | |
2121 | ["Rotation"] = Vector3.new(-180, 0, -180), | |
2122 | ["Anchored"] = true, | |
2123 | ["CFrame"] = CFrame.new(1.89997196, 4.5000248, -56.7000046, -1, 0, 0, 0, 1, 0, 0, 0, -1), | |
2124 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
2125 | ["Size"] = Vector3.new(1, 1, 1), | |
2126 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
2127 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
2128 | }) | |
2129 | o250 = Create("SpecialMesh",{ | |
2130 | ["Parent"] = o249, | |
2131 | ["MeshId"] = "http://www.roblox.com/asset/?id=23260999", | |
2132 | ["TextureId"] = "http://www.roblox.com/asset/?id=23260982", | |
2133 | ["MeshType"] = Enum.MeshType.FileMesh, | |
2134 | }) | |
2135 | o251 = Create("Part",{ | |
2136 | ["Parent"] = o1, | |
2137 | ["BrickColor"] = BrickColor.new("Pastel light blue"), | |
2138 | ["Reflectance"] = 0.30000001192093, | |
2139 | ["Transparency"] = 0.5, | |
2140 | ["Position"] = Vector3.new(22.8999786, 8.80002022, -64.7000046), | |
2141 | ["Rotation"] = Vector3.new(-0, 90, 0), | |
2142 | ["Anchored"] = true, | |
2143 | ["CFrame"] = CFrame.new(22.8999786, 8.80002022, -64.7000046, -0, 0, 1, -0, 1, 0, -1, 0, 0), | |
2144 | ["Size"] = Vector3.new(31, 12, 1), | |
2145 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
2146 | ["Color"] = Color3.new(0.686275, 0.866667, 1), | |
2147 | }) | |
2148 | o252 = Create("Part",{ | |
2149 | ["Parent"] = o1, | |
2150 | ["BrickColor"] = BrickColor.new("Reddish brown"), | |
2151 | ["Position"] = Vector3.new(9.39997196, 1.6000309, -48.2000046), | |
2152 | ["Anchored"] = true, | |
2153 | ["CFrame"] = CFrame.new(9.39997196, 1.6000309, -48.2000046, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
2154 | ["Size"] = Vector3.new(30, 2.4000001, 2), | |
2155 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
2156 | ["Color"] = Color3.new(0.411765, 0.25098, 0.156863), | |
2157 | }) | |
2158 | o253 = Create("Part",{ | |
2159 | ["Parent"] = o1, | |
2160 | ["BrickColor"] = BrickColor.new("Pastel light blue"), | |
2161 | ["Reflectance"] = 0.30000001192093, | |
2162 | ["Transparency"] = 0.5, | |
2163 | ["Position"] = Vector3.new(8.39997196, 8.80002022, -48.7000046), | |
2164 | ["Rotation"] = Vector3.new(180, -0, -180), | |
2165 | ["Anchored"] = true, | |
2166 | ["CFrame"] = CFrame.new(8.39997196, 8.80002022, -48.7000046, -1, 0, -0, -0, 1, -0, -0, 0, -1), | |
2167 | ["Size"] = Vector3.new(28, 12, 1), | |
2168 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
2169 | ["Color"] = Color3.new(0.686275, 0.866667, 1), | |
2170 | }) | |
2171 | o254 = Create("Part",{ | |
2172 | ["Parent"] = o1, | |
2173 | ["BrickColor"] = BrickColor.new("Brown"), | |
2174 | ["Position"] = Vector3.new(-9.60002804, 4.90002441, -47.9999924), | |
2175 | ["Rotation"] = Vector3.new(90, 90, 0), | |
2176 | ["Anchored"] = true, | |
2177 | ["CFrame"] = CFrame.new(-9.60002804, 4.90002441, -47.9999924, 0, 0, 1, 1, 0, 0, 0, 1, 0), | |
2178 | ["FormFactor"] = Enum.FormFactor.Plate, | |
2179 | ["Size"] = Vector3.new(3, 0.400000006, 2), | |
2180 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
2181 | ["Color"] = Color3.new(0.486275, 0.360784, 0.27451), | |
2182 | }) | |
2183 | o255 = Create("SpecialMesh",{ | |
2184 | ["Parent"] = o254, | |
2185 | ["Scale"] = Vector3.new(0.649999976, 1, 0.5), | |
2186 | ["MeshType"] = Enum.MeshType.Brick, | |
2187 | }) | |
2188 | o256 = Create("Part",{ | |
2189 | ["Parent"] = o1, | |
2190 | ["BrickColor"] = BrickColor.new("White"), | |
2191 | ["Position"] = Vector3.new(-10.600028, 2.6000309, -72.7000046), | |
2192 | ["Rotation"] = Vector3.new(-0, -90, 0), | |
2193 | ["Anchored"] = true, | |
2194 | ["CFrame"] = CFrame.new(-10.600028, 2.6000309, -72.7000046, 0, 0, -1, 0, 1, -0, 1, 0, -0), | |
2195 | ["Size"] = Vector3.new(1, 1.20000005, 2), | |
2196 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
2197 | ["Color"] = Color3.new(0.94902, 0.952941, 0.952941), | |
2198 | }) | |
2199 | o257 = Create("Part",{ | |
2200 | ["Parent"] = o1, | |
2201 | ["BrickColor"] = BrickColor.new("Light stone grey"), | |
2202 | ["Position"] = Vector3.new(14.399972, 10.6000137, -80.7000122), | |
2203 | ["Rotation"] = Vector3.new(180, -0, -180), | |
2204 | ["Anchored"] = true, | |
2205 | ["CFrame"] = CFrame.new(14.399972, 10.6000137, -80.7000122, -1, 0, -0, -0, 1, -0, -0, 0, -1), | |
2206 | ["Size"] = Vector3.new(4, 8.40000057, 1), | |
2207 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
2208 | ["Color"] = Color3.new(0.898039, 0.894118, 0.87451), | |
2209 | }) | |
2210 | o258 = Create("Part",{ | |
2211 | ["Parent"] = o1, | |
2212 | ["BrickColor"] = BrickColor.new("Reddish brown"), | |
2213 | ["Position"] = Vector3.new(-15.100028, 5.20002747, -48.7000046), | |
2214 | ["Anchored"] = true, | |
2215 | ["CFrame"] = CFrame.new(-15.100028, 5.20002747, -48.7000046, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
2216 | ["Size"] = Vector3.new(1, 9.60000038, 1), | |
2217 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
2218 | ["Color"] = Color3.new(0.411765, 0.25098, 0.156863), | |
2219 | }) | |
2220 | o259 = Create("Model",{ | |
2221 | ["Name"] = "Table", | |
2222 | ["Parent"] = o1, | |
2223 | }) | |
2224 | o260 = Create("Part",{ | |
2225 | ["Parent"] = o259, | |
2226 | ["Position"] = Vector3.new(7.89997196, 1.6000309, -71.7000046), | |
2227 | ["Rotation"] = Vector3.new(180, -0, -180), | |
2228 | ["Anchored"] = true, | |
2229 | ["CFrame"] = CFrame.new(7.89997196, 1.6000309, -71.7000046, -1, 0, -0, -0, 1, -0, -0, 0, -1), | |
2230 | ["Size"] = Vector3.new(1, 2.4000001, 1), | |
2231 | }) | |
2232 | o261 = Create("Part",{ | |
2233 | ["Parent"] = o259, | |
2234 | ["BrickColor"] = BrickColor.new("Bright red"), | |
2235 | ["Position"] = Vector3.new(7.89997196, 3.40002441, -71.7000046), | |
2236 | ["Rotation"] = Vector3.new(180, -0, -180), | |
2237 | ["Anchored"] = true, | |
2238 | ["CFrame"] = CFrame.new(7.89997196, 3.40002441, -71.7000046, -1, 0, -0, -0, 1, -0, -0, 0, -1), | |
2239 | ["Size"] = Vector3.new(5, 1.20000005, 5), | |
2240 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
2241 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
2242 | ["Color"] = Color3.new(0.768628, 0.156863, 0.109804), | |
2243 | }) | |
2244 | o262 = Create("Part",{ | |
2245 | ["Parent"] = o1, | |
2246 | ["Position"] = Vector3.new(-10.600028, 9.40001869, -80.7000122), | |
2247 | ["Rotation"] = Vector3.new(180, -0, -180), | |
2248 | ["Anchored"] = true, | |
2249 | ["CFrame"] = CFrame.new(-10.600028, 9.40001869, -80.7000122, -1, 0, -0, -0, 1, -0, -0, 0, -1), | |
2250 | ["Size"] = Vector3.new(6, 1.20000005, 1), | |
2251 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
2252 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
2253 | }) | |
2254 | o263 = Create("Part",{ | |
2255 | ["Parent"] = o1, | |
2256 | ["BrickColor"] = BrickColor.new("Brown"), | |
2257 | ["Position"] = Vector3.new(-14.4000311, 4.90002441, -52.2000046), | |
2258 | ["Rotation"] = Vector3.new(-0, 0, -90), | |
2259 | ["Anchored"] = true, | |
2260 | ["CFrame"] = CFrame.new(-14.4000311, 4.90002441, -52.2000046, -0, 1, 0, -1, 0, 0, -0, 0, 1), | |
2261 | ["FormFactor"] = Enum.FormFactor.Plate, | |
2262 | ["Size"] = Vector3.new(3, 0.400000006, 2), | |
2263 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
2264 | ["Color"] = Color3.new(0.486275, 0.360784, 0.27451), | |
2265 | }) | |
2266 | o264 = Create("SpecialMesh",{ | |
2267 | ["Parent"] = o263, | |
2268 | ["Scale"] = Vector3.new(0.649999976, 1, 0.5), | |
2269 | ["MeshType"] = Enum.MeshType.Brick, | |
2270 | }) | |
2271 | o265 = Create("Part",{ | |
2272 | ["Parent"] = o1, | |
2273 | ["BrickColor"] = BrickColor.new("Light stone grey"), | |
2274 | ["Position"] = Vector3.new(2.39997196, 10.6000137, -80.7000122), | |
2275 | ["Rotation"] = Vector3.new(180, -0, -180), | |
2276 | ["Anchored"] = true, | |
2277 | ["CFrame"] = CFrame.new(2.39997196, 10.6000137, -80.7000122, -1, 0, -0, -0, 1, -0, -0, 0, -1), | |
2278 | ["Size"] = Vector3.new(4, 8.40000057, 1), | |
2279 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
2280 | ["Color"] = Color3.new(0.898039, 0.894118, 0.87451), | |
2281 | }) | |
2282 | o266 = Create("Part",{ | |
2283 | ["Parent"] = o1, | |
2284 | ["BrickColor"] = BrickColor.new("Brick yellow"), | |
2285 | ["Position"] = Vector3.new(-20.600029, 9.90001869, -80), | |
2286 | ["Rotation"] = Vector3.new(-90, 0, -180), | |
2287 | ["Anchored"] = true, | |
2288 | ["CFrame"] = CFrame.new(-20.600029, 9.90001869, -80, -1, 0, 0, -0, 0, 1, -0, 1, 0), | |
2289 | ["FormFactor"] = Enum.FormFactor.Plate, | |
2290 | ["Size"] = Vector3.new(6, 0.400000006, 7), | |
2291 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
2292 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
2293 | ["Color"] = Color3.new(0.843137, 0.772549, 0.603922), | |
2294 | }) | |
2295 | o267 = Create("Decal",{ | |
2296 | ["Parent"] = o266, | |
2297 | ["Texture"] = "http://www.roblox.com/asset/?id=15147951", | |
2298 | ["Face"] = Enum.NormalId.Top, | |
2299 | }) | |
2300 | o268 = Create("Part",{ | |
2301 | ["Parent"] = o1, | |
2302 | ["BrickColor"] = BrickColor.new("Brown"), | |
2303 | ["Position"] = Vector3.new(-15.800025, 4.90002441, -52.2000046), | |
2304 | ["Rotation"] = Vector3.new(-0, 0, 90), | |
2305 | ["Anchored"] = true, | |
2306 | ["CFrame"] = CFrame.new(-15.800025, 4.90002441, -52.2000046, 0, -1, 0, 1, -0, 0, 0, -0, 1), | |
2307 | ["FormFactor"] = Enum.FormFactor.Plate, | |
2308 | ["Size"] = Vector3.new(3, 0.400000006, 2), | |
2309 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
2310 | ["Color"] = Color3.new(0.486275, 0.360784, 0.27451), | |
2311 | }) | |
2312 | o269 = Create("SpecialMesh",{ | |
2313 | ["Parent"] = o268, | |
2314 | ["Scale"] = Vector3.new(0.649999976, 1, 0.5), | |
2315 | ["MeshType"] = Enum.MeshType.Brick, | |
2316 | }) | |
2317 | o270 = Create("Part",{ | |
2318 | ["Parent"] = o1, | |
2319 | ["BrickColor"] = BrickColor.new("Pastel light blue"), | |
2320 | ["Reflectance"] = 0.30000001192093, | |
2321 | ["Transparency"] = 0.5, | |
2322 | ["Position"] = Vector3.new(-15.100028, 5.20002747, -51.2000046), | |
2323 | ["Anchored"] = true, | |
2324 | ["CFrame"] = CFrame.new(-15.100028, 5.20002747, -51.2000046, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
2325 | ["Size"] = Vector3.new(1, 9.60000038, 4), | |
2326 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
2327 | ["Color"] = Color3.new(0.686275, 0.866667, 1), | |
2328 | }) | |
2329 | o271 = Create("Model",{ | |
2330 | ["Name"] = "Register", | |
2331 | ["Parent"] = o1, | |
2332 | }) | |
2333 | o272 = Create("Part",{ | |
2334 | ["Parent"] = o271, | |
2335 | ["BrickColor"] = BrickColor.new("Black"), | |
2336 | ["Position"] = Vector3.new(-12.4000311, 3.69602776, -73.626976), | |
2337 | ["Rotation"] = Vector3.new(-0, 75, -0), | |
2338 | ["Anchored"] = true, | |
2339 | ["CFrame"] = CFrame.new(-12.4000311, 3.69602776, -73.626976, 0.258819044, 0, 0.965925813, 0, 1, 0, -0.965925813, 0, 0.258819044), | |
2340 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
2341 | ["Size"] = Vector3.new(1, 1, 2), | |
2342 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
2343 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
2344 | ["Color"] = Color3.new(0.105882, 0.164706, 0.207843), | |
2345 | }) | |
2346 | o273 = Create("Part",{ | |
2347 | ["Parent"] = o271, | |
2348 | ["BrickColor"] = BrickColor.new("Black"), | |
2349 | ["Position"] = Vector3.new(-12.1410284, 3.69602776, -74.5929794), | |
2350 | ["Rotation"] = Vector3.new(-0, -15.000001, -0), | |
2351 | ["Anchored"] = true, | |
2352 | ["CFrame"] = CFrame.new(-12.1410284, 3.69602776, -74.5929794, 0.965925813, 0, -0.258819044, 0, 1, 0, 0.258819044, 0, 0.965925813), | |
2353 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
2354 | ["Size"] = Vector3.new(2, 1, 1), | |
2355 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
2356 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
2357 | ["Color"] = Color3.new(0.105882, 0.164706, 0.207843), | |
2358 | }) | |
2359 | o274 = Create("SpecialMesh",{ | |
2360 | ["Parent"] = o273, | |
2361 | ["MeshType"] = Enum.MeshType.Wedge, | |
2362 | }) | |
2363 | o275 = Create("Part",{ | |
2364 | ["Parent"] = o271, | |
2365 | ["BrickColor"] = BrickColor.new("Black"), | |
2366 | ["Position"] = Vector3.new(-12.8830252, 4.59602737, -73.7569809), | |
2367 | ["Rotation"] = Vector3.new(-0, -15.000001, -0), | |
2368 | ["Anchored"] = true, | |
2369 | ["CFrame"] = CFrame.new(-12.8830252, 4.59602737, -73.7569809, 0.965925813, 0, -0.258819044, 0, 1, 0, 0.258819044, 0, 0.965925813), | |
2370 | ["FormFactor"] = Enum.FormFactor.Plate, | |
2371 | ["Size"] = Vector3.new(1, 0.800000012, 1), | |
2372 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
2373 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
2374 | ["Color"] = Color3.new(0.105882, 0.164706, 0.207843), | |
2375 | }) | |
2376 | o276 = Create("SpecialMesh",{ | |
2377 | ["Parent"] = o275, | |
2378 | ["MeshId"] = "http://www.roblox.com/asset/?id=1037158", | |
2379 | ["Scale"] = Vector3.new(0.5, 0.5, 0.5), | |
2380 | ["TextureId"] = "http://www.rollblox.com/asset/?id=13829126", | |
2381 | ["MeshType"] = Enum.MeshType.FileMesh, | |
2382 | }) | |
2383 | o277 = Create("Model",{ | |
2384 | ["Name"] = "Table", | |
2385 | ["Parent"] = o1, | |
2386 | }) | |
2387 | o278 = Create("Part",{ | |
2388 | ["Parent"] = o277, | |
2389 | ["Position"] = Vector3.new(-32.100029, 1.6000309, -53.7000046), | |
2390 | ["Rotation"] = Vector3.new(180, -0, -180), | |
2391 | ["Anchored"] = true, | |
2392 | ["CFrame"] = CFrame.new(-32.100029, 1.6000309, -53.7000046, -1, 0, -0, -0, 1, -0, -0, 0, -1), | |
2393 | ["Size"] = Vector3.new(1, 2.4000001, 1), | |
2394 | }) | |
2395 | o279 = Create("Part",{ | |
2396 | ["Parent"] = o277, | |
2397 | ["BrickColor"] = BrickColor.new("Bright red"), | |
2398 | ["Position"] = Vector3.new(-32.100029, 3.40002441, -53.7000046), | |
2399 | ["Rotation"] = Vector3.new(180, -0, -180), | |
2400 | ["Anchored"] = true, | |
2401 | ["CFrame"] = CFrame.new(-32.100029, 3.40002441, -53.7000046, -1, 0, -0, -0, 1, -0, -0, 0, -1), | |
2402 | ["Size"] = Vector3.new(5, 1.20000005, 5), | |
2403 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
2404 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
2405 | ["Color"] = Color3.new(0.768628, 0.156863, 0.109804), | |
2406 | }) | |
2407 | o280 = Create("Part",{ | |
2408 | ["Parent"] = o1, | |
2409 | ["BrickColor"] = BrickColor.new("Pastel Blue"), | |
2410 | ["Transparency"] = 0.5, | |
2411 | ["Position"] = Vector3.new(20.399971, 1.80002785, -89.2000122), | |
2412 | ["Rotation"] = Vector3.new(180, -0, -180), | |
2413 | ["Anchored"] = true, | |
2414 | ["CFrame"] = CFrame.new(20.399971, 1.80002785, -89.2000122, -1, 0, -0, -0, 1, -0, -0, 0, -1), | |
2415 | ["FormFactor"] = Enum.FormFactor.Plate, | |
2416 | ["Size"] = Vector3.new(2, 0.400000006, 2), | |
2417 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
2418 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
2419 | ["Color"] = Color3.new(0.501961, 0.733333, 0.858824), | |
2420 | }) | |
2421 | o281 = Create("Model",{ | |
2422 | ["Name"] = "Crows Nest", | |
2423 | ["Parent"] = o1, | |
2424 | }) | |
2425 | o282 = Create("Part",{ | |
2426 | ["Parent"] = o281, | |
2427 | ["BrickColor"] = BrickColor.new("Reddish brown"), | |
2428 | ["Position"] = Vector3.new(-34.600029, 7.60001373, -67.2000046), | |
2429 | ["Anchored"] = true, | |
2430 | ["CFrame"] = CFrame.new(-34.600029, 7.60001373, -67.2000046, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
2431 | ["Size"] = Vector3.new(2, 14.4000006, 2), | |
2432 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
2433 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
2434 | ["Color"] = Color3.new(0.411765, 0.25098, 0.156863), | |
2435 | }) | |
2436 | o283 = Create("Part",{ | |
2437 | ["Parent"] = o281, | |
2438 | ["BrickColor"] = BrickColor.new("Reddish brown"), | |
2439 | ["Position"] = Vector3.new(-32.100029, 17.2000237, -67.2000046), | |
2440 | ["Anchored"] = true, | |
2441 | ["CFrame"] = CFrame.new(-32.100029, 17.2000237, -67.2000046, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
2442 | ["Size"] = Vector3.new(1, 2.4000001, 6), | |
2443 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
2444 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
2445 | ["Color"] = Color3.new(0.411765, 0.25098, 0.156863), | |
2446 | }) | |
2447 | o284 = Create("Part",{ | |
2448 | ["Parent"] = o281, | |
2449 | ["BrickColor"] = BrickColor.new("Reddish brown"), | |
2450 | ["Position"] = Vector3.new(-34.600029, 15.4000149, -67.2000046), | |
2451 | ["Anchored"] = true, | |
2452 | ["CFrame"] = CFrame.new(-34.600029, 15.4000149, -67.2000046, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
2453 | ["Size"] = Vector3.new(6, 1.20000005, 6), | |
2454 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
2455 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
2456 | ["Color"] = Color3.new(0.411765, 0.25098, 0.156863), | |
2457 | }) | |
2458 | o285 = Create("Part",{ | |
2459 | ["Parent"] = o281, | |
2460 | ["BrickColor"] = BrickColor.new("Reddish brown"), | |
2461 | ["Position"] = Vector3.new(-34.600029, 17.2000237, -64.7000046), | |
2462 | ["Rotation"] = Vector3.new(-0, 90, 0), | |
2463 | ["Anchored"] = true, | |
2464 | ["CFrame"] = CFrame.new(-34.600029, 17.2000237, -64.7000046, -0, 0, 1, -0, 1, 0, -1, 0, 0), | |
2465 | ["Size"] = Vector3.new(1, 2.4000001, 4), | |
2466 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
2467 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
2468 | ["Color"] = Color3.new(0.411765, 0.25098, 0.156863), | |
2469 | }) | |
2470 | o286 = Create("Part",{ | |
2471 | ["Parent"] = o281, | |
2472 | ["BrickColor"] = BrickColor.new("Reddish brown"), | |
2473 | ["Position"] = Vector3.new(-34.600029, 17.2000237, -69.7000046), | |
2474 | ["Rotation"] = Vector3.new(-0, 90, 0), | |
2475 | ["Anchored"] = true, | |
2476 | ["CFrame"] = CFrame.new(-34.600029, 17.2000237, -69.7000046, -0, 0, 1, -0, 1, 0, -1, 0, 0), | |
2477 | ["Size"] = Vector3.new(1, 2.4000001, 4), | |
2478 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
2479 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
2480 | ["Color"] = Color3.new(0.411765, 0.25098, 0.156863), | |
2481 | }) | |
2482 | o287 = Create("Part",{ | |
2483 | ["Parent"] = o281, | |
2484 | ["BrickColor"] = BrickColor.new("Reddish brown"), | |
2485 | ["Position"] = Vector3.new(-37.1000366, 17.2000237, -67.2000046), | |
2486 | ["Anchored"] = true, | |
2487 | ["CFrame"] = CFrame.new(-37.1000366, 17.2000237, -67.2000046, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
2488 | ["Size"] = Vector3.new(1, 2.4000001, 6), | |
2489 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
2490 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
2491 | ["Color"] = Color3.new(0.411765, 0.25098, 0.156863), | |
2492 | }) | |
2493 | o288 = Create("Part",{ | |
2494 | ["Parent"] = o1, | |
2495 | ["BrickColor"] = BrickColor.new("Light stone grey"), | |
2496 | ["Position"] = Vector3.new(-10.600028, 12.4000187, -80.7000122), | |
2497 | ["Rotation"] = Vector3.new(180, -0, -180), | |
2498 | ["Anchored"] = true, | |
2499 | ["CFrame"] = CFrame.new(-10.600028, 12.4000187, -80.7000122, -1, 0, -0, -0, 1, -0, -0, 0, -1), | |
2500 | ["Size"] = Vector3.new(6, 4.80000019, 1), | |
2501 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
2502 | ["Color"] = Color3.new(0.898039, 0.894118, 0.87451), | |
2503 | }) | |
2504 | o289 = Create("Part",{ | |
2505 | ["Parent"] = o1, | |
2506 | ["BrickColor"] = BrickColor.new("Brown"), | |
2507 | ["Position"] = Vector3.new(18.899971, 5.20002747, -85.7000122), | |
2508 | ["Rotation"] = Vector3.new(180, -0, -180), | |
2509 | ["Anchored"] = true, | |
2510 | ["CFrame"] = CFrame.new(18.899971, 5.20002747, -85.7000122, -1, 0, -0, -0, 1, -0, -0, 0, -1), | |
2511 | ["Size"] = Vector3.new(7, 9.60000038, 1), | |
2512 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
2513 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
2514 | ["Color"] = Color3.new(0.486275, 0.360784, 0.27451), | |
2515 | }) | |
2516 | o290 = Create("Part",{ | |
2517 | ["Parent"] = o1, | |
2518 | ["BrickColor"] = BrickColor.new("Light blue"), | |
2519 | ["Position"] = Vector3.new(22.8999786, 8.80002022, -90.2000122), | |
2520 | ["Rotation"] = Vector3.new(-0, 90, 0), | |
2521 | ["Anchored"] = true, | |
2522 | ["CFrame"] = CFrame.new(22.8999786, 8.80002022, -90.2000122, -0, 0, 1, -0, 1, 0, -1, 0, 0), | |
2523 | ["Size"] = Vector3.new(18, 12, 1), | |
2524 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
2525 | ["Color"] = Color3.new(0.705882, 0.823529, 0.894118), | |
2526 | }) | |
2527 | o291 = Create("Part",{ | |
2528 | ["Parent"] = o1, | |
2529 | ["BrickColor"] = BrickColor.new("Pastel light blue"), | |
2530 | ["Reflectance"] = 0.30000001192093, | |
2531 | ["Transparency"] = 0.5, | |
2532 | ["Position"] = Vector3.new(-29.600029, 8.80002022, -48.7000046), | |
2533 | ["Rotation"] = Vector3.new(180, -0, -180), | |
2534 | ["Anchored"] = true, | |
2535 | ["CFrame"] = CFrame.new(-29.600029, 8.80002022, -48.7000046, -1, 0, -0, -0, 1, -0, -0, 0, -1), | |
2536 | ["Size"] = Vector3.new(28, 12, 1), | |
2537 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
2538 | ["Color"] = Color3.new(0.686275, 0.866667, 1), | |
2539 | }) | |
2540 | o292 = Create("Part",{ | |
2541 | ["Parent"] = o1, | |
2542 | ["BrickColor"] = BrickColor.new("Light stone grey"), | |
2543 | ["Position"] = Vector3.new(7.89997196, 7.60001373, -90.2000122), | |
2544 | ["Rotation"] = Vector3.new(-0, -90, 0), | |
2545 | ["Anchored"] = true, | |
2546 | ["CFrame"] = CFrame.new(7.89997196, 7.60001373, -90.2000122, 0, 0, -1, 0, 1, -0, 1, 0, -0), | |
2547 | ["Size"] = Vector3.new(18, 14.4000006, 1), | |
2548 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
2549 | ["Color"] = Color3.new(0.898039, 0.894118, 0.87451), | |
2550 | }) | |
2551 | o293 = Create("Model",{ | |
2552 | ["Name"] = "Table", | |
2553 | ["Parent"] = o1, | |
2554 | }) | |
2555 | o294 = Create("Part",{ | |
2556 | ["Parent"] = o293, | |
2557 | ["Position"] = Vector3.new(-39.1000366, 1.6000309, -74.7000046), | |
2558 | ["Rotation"] = Vector3.new(180, -0, -180), | |
2559 | ["Anchored"] = true, | |
2560 | ["CFrame"] = CFrame.new(-39.1000366, 1.6000309, -74.7000046, -1, 0, -0, -0, 1, -0, -0, 0, -1), | |
2561 | ["Size"] = Vector3.new(1, 2.4000001, 1), | |
2562 | }) | |
2563 | o295 = Create("Part",{ | |
2564 | ["Parent"] = o293, | |
2565 | ["BrickColor"] = BrickColor.new("Bright red"), | |
2566 | ["Position"] = Vector3.new(-39.1000366, 3.40002441, -74.7000046), | |
2567 | ["Rotation"] = Vector3.new(180, -0, -180), | |
2568 | ["Anchored"] = true, | |
2569 | ["CFrame"] = CFrame.new(-39.1000366, 3.40002441, -74.7000046, -1, 0, -0, -0, 1, -0, -0, 0, -1), | |
2570 | ["Size"] = Vector3.new(5, 1.20000005, 5), | |
2571 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
2572 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
2573 | ["Color"] = Color3.new(0.768628, 0.156863, 0.109804), | |
2574 | }) | |
2575 | o296 = Create("Model",{ | |
2576 | ["Name"] = "Fryer", | |
2577 | ["Parent"] = o1, | |
2578 | }) | |
2579 | o297 = Create("Part",{ | |
2580 | ["Parent"] = o296, | |
2581 | ["BrickColor"] = BrickColor.new("Dark stone grey"), | |
2582 | ["Position"] = Vector3.new(2.39997196, 5.19402313, -98.7000122), | |
2583 | ["Rotation"] = Vector3.new(-0, -90, 0), | |
2584 | ["Anchored"] = true, | |
2585 | ["CFrame"] = CFrame.new(2.39997196, 5.19402313, -98.7000122, 0, 0, -1, 0, 1, 0, 1, 0, 0), | |
2586 | ["Size"] = Vector3.new(1, 2.4000001, 1), | |
2587 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
2588 | ["Color"] = Color3.new(0.388235, 0.372549, 0.384314), | |
2589 | }) | |
2590 | o298 = Create("BlockMesh",{ | |
2591 | ["Parent"] = o297, | |
2592 | ["Scale"] = Vector3.new(1, 1.20000005, 1), | |
2593 | }) | |
2594 | o299 = Create("Part",{ | |
2595 | ["Parent"] = o296, | |
2596 | ["BrickColor"] = BrickColor.new("Dark green"), | |
2597 | ["Position"] = Vector3.new(2.39997196, 6.09402847, -98), | |
2598 | ["Rotation"] = Vector3.new(90, -90, 0), | |
2599 | ["Anchored"] = true, | |
2600 | ["CFrame"] = CFrame.new(2.39997196, 6.09402847, -98, 0, 0, -1, -1, 0, 0, 0, 1, 0), | |
2601 | ["FormFactor"] = Enum.FormFactor.Plate, | |
2602 | ["Size"] = Vector3.new(1, 0.400000006, 1), | |
2603 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
2604 | ["Color"] = Color3.new(0.156863, 0.498039, 0.278431), | |
2605 | }) | |
2606 | o300 = Create("SpecialMesh",{ | |
2607 | ["Parent"] = o299, | |
2608 | }) | |
2609 | o301 = Create("ClickDetector",{ | |
2610 | ["Parent"] = o299, | |
2611 | }) | |
2612 | o302 = Create("Part",{ | |
2613 | ["Parent"] = o296, | |
2614 | ["BrickColor"] = BrickColor.new("Dark stone grey"), | |
2615 | ["Position"] = Vector3.new(2.39997196, 3.40002441, -98.2000122), | |
2616 | ["Rotation"] = Vector3.new(-0, -90, 0), | |
2617 | ["Anchored"] = true, | |
2618 | ["CFrame"] = CFrame.new(2.39997196, 3.40002441, -98.2000122, 0, 0, -1, 0, 1, -0, 1, 0, -0), | |
2619 | ["Size"] = Vector3.new(2, 1.20000005, 4), | |
2620 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
2621 | ["Color"] = Color3.new(0.388235, 0.372549, 0.384314), | |
2622 | }) | |
2623 | o303 = Create("BlockMesh",{ | |
2624 | ["Parent"] = o302, | |
2625 | ["Scale"] = Vector3.new(1, 1, 1.5), | |
2626 | }) | |
2627 | o304 = Create("Part",{ | |
2628 | ["Parent"] = o296, | |
2629 | ["BrickColor"] = BrickColor.new("Bright red"), | |
2630 | ["Position"] = Vector3.new(2.39997196, 5.09402275, -98), | |
2631 | ["Rotation"] = Vector3.new(90, -90, 0), | |
2632 | ["Anchored"] = true, | |
2633 | ["CFrame"] = CFrame.new(2.39997196, 5.09402275, -98, 0, 0, -1, -1, 0, 0, 0, 1, 0), | |
2634 | ["FormFactor"] = Enum.FormFactor.Plate, | |
2635 | ["Size"] = Vector3.new(1, 0.400000006, 1), | |
2636 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
2637 | ["Color"] = Color3.new(0.768628, 0.156863, 0.109804), | |
2638 | }) | |
2639 | o305 = Create("SpecialMesh",{ | |
2640 | ["Parent"] = o304, | |
2641 | }) | |
2642 | o306 = Create("ClickDetector",{ | |
2643 | ["Parent"] = o304, | |
2644 | }) | |
2645 | o307 = Create("Part",{ | |
2646 | ["Parent"] = o296, | |
2647 | ["BrickColor"] = BrickColor.new("Dark stone grey"), | |
2648 | ["Position"] = Vector3.new(4.89997196, 3.40002441, -96.2000122), | |
2649 | ["Rotation"] = Vector3.new(180, -0, -180), | |
2650 | ["Anchored"] = true, | |
2651 | ["CFrame"] = CFrame.new(4.89997196, 3.40002441, -96.2000122, -1, 0, -0, -0, 1, -0, -0, 0, -1), | |
2652 | ["Size"] = Vector3.new(1, 1.20000005, 6), | |
2653 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
2654 | ["Color"] = Color3.new(0.388235, 0.372549, 0.384314), | |
2655 | }) | |
2656 | o308 = Create("BlockMesh",{ | |
2657 | ["Parent"] = o307, | |
2658 | }) | |
2659 | o309 = Create("Part",{ | |
2660 | ["Parent"] = o296, | |
2661 | ["BrickColor"] = BrickColor.new("Dark stone grey"), | |
2662 | ["Position"] = Vector3.new(2.39997196, 1.6000309, -96.2000122), | |
2663 | ["Rotation"] = Vector3.new(180, -0, -180), | |
2664 | ["Anchored"] = true, | |
2665 | ["CFrame"] = CFrame.new(2.39997196, 1.6000309, -96.2000122, -1, 0, -0, -0, 1, -0, -0, 0, -1), | |
2666 | ["Size"] = Vector3.new(6, 2.4000001, 6), | |
2667 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
2668 | ["Color"] = Color3.new(0.388235, 0.372549, 0.384314), | |
2669 | }) | |
2670 | o310 = Create("Part",{ | |
2671 | ["Parent"] = o296, | |
2672 | ["BrickColor"] = BrickColor.new("Dark stone grey"), | |
2673 | ["Position"] = Vector3.new(-0.100028038, 3.40002441, -96.2000122), | |
2674 | ["Rotation"] = Vector3.new(180, -0, -180), | |
2675 | ["Anchored"] = true, | |
2676 | ["CFrame"] = CFrame.new(-0.100028038, 3.40002441, -96.2000122, -1, 0, -0, -0, 1, -0, -0, 0, -1), | |
2677 | ["Size"] = Vector3.new(1, 1.20000005, 6), | |
2678 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
2679 | ["Color"] = Color3.new(0.388235, 0.372549, 0.384314), | |
2680 | }) | |
2681 | o311 = Create("BlockMesh",{ | |
2682 | ["Parent"] = o310, | |
2683 | }) | |
2684 | o312 = Create("Part",{ | |
2685 | ["Parent"] = o296, | |
2686 | ["BrickColor"] = BrickColor.new("Bright yellow"), | |
2687 | ["Transparency"] = 0.10000000149012, | |
2688 | ["Position"] = Vector3.new(2.39997196, 3.0000267, -95.7000122), | |
2689 | ["Rotation"] = Vector3.new(-0, -90, 0), | |
2690 | ["Anchored"] = true, | |
2691 | ["CFrame"] = CFrame.new(2.39997196, 3.0000267, -95.7000122, 0, 0, -1, 0, 1, -0, 1, 0, -0), | |
2692 | ["CanCollide"] = false, | |
2693 | ["FormFactor"] = Enum.FormFactor.Plate, | |
2694 | ["Size"] = Vector3.new(3, 0.400000006, 4), | |
2695 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
2696 | ["Color"] = Color3.new(0.960784, 0.803922, 0.188235), | |
2697 | }) | |
2698 | o313 = Create("BlockMesh",{ | |
2699 | ["Parent"] = o312, | |
2700 | ["Scale"] = Vector3.new(1, 3, 1), | |
2701 | }) | |
2702 | o314 = Create("Part",{ | |
2703 | ["Name"] = "Smooth Block Model", | |
2704 | ["Parent"] = o296, | |
2705 | ["Transparency"] = 1, | |
2706 | ["Position"] = Vector3.new(2.39997196, 3.70002747, -95.2000122), | |
2707 | ["Rotation"] = Vector3.new(180, -0, 90), | |
2708 | ["Anchored"] = true, | |
2709 | ["CFrame"] = CFrame.new(2.39997196, 3.70002747, -95.2000122, -0, -1, -0, -1, -0, -0, -0, -0, -1), | |
2710 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
2711 | ["Size"] = Vector3.new(1, 2, 2), | |
2712 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
2713 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
2714 | }) | |
2715 | o315 = Create("Decal",{ | |
2716 | ["Parent"] = o314, | |
2717 | ["Texture"] = "http://www.roblox.com/asset/?id=5112393", | |
2718 | ["Face"] = Enum.NormalId.Top, | |
2719 | }) | |
2720 | o316 = Create("Decal",{ | |
2721 | ["Parent"] = o314, | |
2722 | ["Texture"] = "http://www.roblox.com/asset/?id=5112393", | |
2723 | ["Face"] = Enum.NormalId.Back, | |
2724 | }) | |
2725 | o317 = Create("Decal",{ | |
2726 | ["Parent"] = o314, | |
2727 | ["Texture"] = "http://www.roblox.com/asset/?id=5112393", | |
2728 | }) | |
2729 | o318 = Create("Decal",{ | |
2730 | ["Parent"] = o314, | |
2731 | ["Texture"] = "http://www.roblox.com/asset/?id=5112393", | |
2732 | ["Face"] = Enum.NormalId.Bottom, | |
2733 | }) | |
2734 | o319 = Create("Decal",{ | |
2735 | ["Parent"] = o314, | |
2736 | ["Texture"] = "http://www.roblox.com/asset/?id=5112393", | |
2737 | ["Face"] = Enum.NormalId.Right, | |
2738 | }) | |
2739 | o320 = Create("Decal",{ | |
2740 | ["Parent"] = o314, | |
2741 | ["Texture"] = "http://www.roblox.com/asset/?id=4770596", | |
2742 | ["Face"] = Enum.NormalId.Left, | |
2743 | }) | |
2744 | o321 = Create("Part",{ | |
2745 | ["Parent"] = o296, | |
2746 | ["BrickColor"] = BrickColor.new("Dark stone grey"), | |
2747 | ["Position"] = Vector3.new(2.39997196, 3.40002441, -93.7000122), | |
2748 | ["Rotation"] = Vector3.new(-0, -90, 0), | |
2749 | ["Anchored"] = true, | |
2750 | ["CFrame"] = CFrame.new(2.39997196, 3.40002441, -93.7000122, 0, 0, -1, 0, 1, -0, 1, 0, -0), | |
2751 | ["Size"] = Vector3.new(1, 1.20000005, 4), | |
2752 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
2753 | ["Color"] = Color3.new(0.388235, 0.372549, 0.384314), | |
2754 | }) | |
2755 | o322 = Create("BlockMesh",{ | |
2756 | ["Parent"] = o321, | |
2757 | ["Scale"] = Vector3.new(1, 1, 1.5), | |
2758 | }) | |
2759 | o323 = Create("Part",{ | |
2760 | ["Parent"] = o296, | |
2761 | ["Position"] = Vector3.new(2.39997196, 4.19402313, -93.7000122), | |
2762 | ["Anchored"] = true, | |
2763 | ["CFrame"] = CFrame.new(2.39997196, 4.19402313, -93.7000122, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
2764 | ["FormFactor"] = Enum.FormFactor.Plate, | |
2765 | ["Size"] = Vector3.new(1, 0.400000006, 1), | |
2766 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
2767 | }) | |
2768 | o324 = Create("BlockMesh",{ | |
2769 | ["Parent"] = o323, | |
2770 | ["Scale"] = Vector3.new(0.600000024, 0.600000024, 1.5), | |
2771 | }) | |
2772 | o325 = Create("Part",{ | |
2773 | ["Parent"] = o1, | |
2774 | ["BrickColor"] = BrickColor.new("Brown"), | |
2775 | ["Position"] = Vector3.new(18.899971, 5.20002747, -92.7000122), | |
2776 | ["Rotation"] = Vector3.new(180, -0, -180), | |
2777 | ["Anchored"] = true, | |
2778 | ["CFrame"] = CFrame.new(18.899971, 5.20002747, -92.7000122, -1, 0, -0, -0, 1, -0, -0, 0, -1), | |
2779 | ["Size"] = Vector3.new(7, 9.60000038, 1), | |
2780 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
2781 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
2782 | ["Color"] = Color3.new(0.486275, 0.360784, 0.27451), | |
2783 | }) | |
2784 | o326 = Create("Part",{ | |
2785 | ["Parent"] = o1, | |
2786 | ["BrickColor"] = BrickColor.new("Light stone grey"), | |
2787 | ["Position"] = Vector3.new(-36.6000366, 7.60001373, -80.7000122), | |
2788 | ["Rotation"] = Vector3.new(180, -0, -180), | |
2789 | ["Anchored"] = true, | |
2790 | ["CFrame"] = CFrame.new(-36.6000366, 7.60001373, -80.7000122, -1, 0, -0, -0, 1, -0, -0, 0, -1), | |
2791 | ["Size"] = Vector3.new(14, 14.4000006, 1), | |
2792 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
2793 | ["Color"] = Color3.new(0.898039, 0.894118, 0.87451), | |
2794 | }) | |
2795 | o327 = Create("Part",{ | |
2796 | ["Parent"] = o1, | |
2797 | ["BrickColor"] = BrickColor.new("Reddish brown"), | |
2798 | ["Position"] = Vector3.new(-30.600029, 1.6000309, -48.2000046), | |
2799 | ["Anchored"] = true, | |
2800 | ["CFrame"] = CFrame.new(-30.600029, 1.6000309, -48.2000046, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
2801 | ["Size"] = Vector3.new(30, 2.4000001, 2), | |
2802 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
2803 | ["Color"] = Color3.new(0.411765, 0.25098, 0.156863), | |
2804 | }) | |
2805 | o328 = Create("Part",{ | |
2806 | ["Parent"] = o1, | |
2807 | ["BrickColor"] = BrickColor.new("Reddish brown"), | |
2808 | ["Position"] = Vector3.new(-27.600029, 1.6000309, -100.200012), | |
2809 | ["Rotation"] = Vector3.new(180, -0, -180), | |
2810 | ["Anchored"] = true, | |
2811 | ["CFrame"] = CFrame.new(-27.600029, 1.6000309, -100.200012, -1, 0, -0, -0, 1, -0, -0, 0, -1), | |
2812 | ["Size"] = Vector3.new(36, 2.4000001, 2), | |
2813 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
2814 | ["Color"] = Color3.new(0.411765, 0.25098, 0.156863), | |
2815 | }) | |
2816 | o329 = Create("Part",{ | |
2817 | ["Parent"] = o1, | |
2818 | ["BrickColor"] = BrickColor.new("Reddish brown"), | |
2819 | ["Position"] = Vector3.new(9.39997196, 1.6000309, -100.200012), | |
2820 | ["Rotation"] = Vector3.new(180, -0, -180), | |
2821 | ["Anchored"] = true, | |
2822 | ["CFrame"] = CFrame.new(9.39997196, 1.6000309, -100.200012, -1, 0, -0, -0, 1, -0, -0, 0, -1), | |
2823 | ["Size"] = Vector3.new(30, 2.4000001, 2), | |
2824 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
2825 | ["Color"] = Color3.new(0.411765, 0.25098, 0.156863), | |
2826 | }) | |
2827 | o330 = Create("Model",{ | |
2828 | ["Name"] = "Sign BADGE", | |
2829 | ["Parent"] = o1, | |
2830 | }) | |
2831 | o331 = Create("Part",{ | |
2832 | ["Parent"] = o330, | |
2833 | ["BrickColor"] = BrickColor.new("Light stone grey"), | |
2834 | ["Position"] = Vector3.new(-45.1000366, 27.1000366, -42.5999985), | |
2835 | ["Rotation"] = Vector3.new(-90, 0, 0), | |
2836 | ["Anchored"] = true, | |
2837 | ["CFrame"] = CFrame.new(-45.1000366, 27.1000366, -42.5999985, 1, -0, 0, 0, -0, 1, 0, -1, 0), | |
2838 | ["FormFactor"] = Enum.FormFactor.Plate, | |
2839 | ["Size"] = Vector3.new(9, 0.800000012, 7), | |
2840 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
2841 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
2842 | ["Color"] = Color3.new(0.898039, 0.894118, 0.87451), | |
2843 | }) | |
2844 | o332 = Create("Decal",{ | |
2845 | ["Parent"] = o331, | |
2846 | ["Texture"] = "http://www.roblox.com/asset/?id=15025046", | |
2847 | ["Face"] = Enum.NormalId.Bottom, | |
2848 | }) | |
2849 | o333 = Create("Part",{ | |
2850 | ["Parent"] = o330, | |
2851 | ["BrickColor"] = BrickColor.new("Light stone grey"), | |
2852 | ["Position"] = Vector3.new(-45.1000366, 31.6000443, -42.3999863), | |
2853 | ["Rotation"] = Vector3.new(90, -0, 180), | |
2854 | ["Anchored"] = true, | |
2855 | ["CFrame"] = CFrame.new(-45.1000366, 31.6000443, -42.3999863, -1, -0, -0, -0, -0, -1, -0, -1, -0), | |
2856 | ["FormFactor"] = Enum.FormFactor.Plate, | |
2857 | ["Size"] = Vector3.new(5, 0.400000006, 2), | |
2858 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
2859 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
2860 | ["Color"] = Color3.new(0.898039, 0.894118, 0.87451), | |
2861 | }) | |
2862 | o334 = Create("Part",{ | |
2863 | ["Name"] = "Platform", | |
2864 | ["Parent"] = o330, | |
2865 | ["BrickColor"] = BrickColor.new("Light stone grey"), | |
2866 | ["Position"] = Vector3.new(-45.1000366, 23.2000275, -38.6999741), | |
2867 | ["Anchored"] = true, | |
2868 | ["CFrame"] = CFrame.new(-45.1000366, 23.2000275, -38.6999741, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
2869 | ["FormFactor"] = Enum.FormFactor.Plate, | |
2870 | ["Size"] = Vector3.new(9, 0.800000012, 7), | |
2871 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
2872 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
2873 | ["Color"] = Color3.new(0.898039, 0.894118, 0.87451), | |
2874 | }) | |
2875 | o335 = Create("Script",{ | |
2876 | ["Name"] = "BadgeAwarderScript", | |
2877 | ["Parent"] = o334, | |
2878 | }) | |
2879 | table.insert(cors,coroutine.create(function() | |
2880 | wait() | |
2881 | runDummyScript(function() | |
2882 | print("Badge Awarder Loaded. BadgeID: " .. script.Parent.BadgeID.Value) | |
2883 | ||
2884 | ||
2885 | ||
2886 | -- ROBLOX scripter hackers, see what you can do with this: | |
2887 | -- game:GetService("BadgeService"):UserHasBadge(userid, badgeid) | |
2888 | ||
2889 | ||
2890 | function OnTouch(part) | |
2891 | if (part.Parent:FindFirstChild("Humanoid") ~= nil) then | |
2892 | local p = game.Players:GetPlayerFromCharacter(part.Parent) | |
2893 | if (p ~= nil) then | |
2894 | print("Awarding BadgeID: " ..script.Parent.BadgeID.Value .. " to UserID: " .. p.userId) | |
2895 | local b = game:GetService("BadgeService") | |
2896 | b:AwardBadge(p.userId, script.Parent.BadgeID.Value) | |
2897 | end | |
2898 | end | |
2899 | end | |
2900 | ||
2901 | script.Parent.Touched:connect(OnTouch) | |
2902 | ||
2903 | end,o335) | |
2904 | end)) | |
2905 | o336 = Create("IntValue",{ | |
2906 | ["Name"] = "BadgeID", | |
2907 | ["Parent"] = o334, | |
2908 | ["Value"] = 17751847, | |
2909 | }) | |
2910 | o337 = Create("Part",{ | |
2911 | ["Parent"] = o330, | |
2912 | ["BrickColor"] = BrickColor.new("Light stone grey"), | |
2913 | ["Position"] = Vector3.new(-45.1000366, 23.4000282, -34.1999741), | |
2914 | ["Anchored"] = true, | |
2915 | ["CFrame"] = CFrame.new(-45.1000366, 23.4000282, -34.1999741, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
2916 | ["FormFactor"] = Enum.FormFactor.Plate, | |
2917 | ["Size"] = Vector3.new(5, 0.400000006, 2), | |
2918 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
2919 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
2920 | ["Color"] = Color3.new(0.898039, 0.894118, 0.87451), | |
2921 | }) | |
2922 | o338 = Create("Part",{ | |
2923 | ["Parent"] = o330, | |
2924 | ["BrickColor"] = BrickColor.new("Brick yellow"), | |
2925 | ["Position"] = Vector3.new(-45.1000366, 0.600030899, -38.6999741), | |
2926 | ["Anchored"] = true, | |
2927 | ["CFrame"] = CFrame.new(-45.1000366, 0.600030899, -38.6999741, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
2928 | ["Size"] = Vector3.new(3, 1.20000005, 3), | |
2929 | ["Color"] = Color3.new(0.843137, 0.772549, 0.603922), | |
2930 | }) | |
2931 | o339 = Create("SpecialMesh",{ | |
2932 | ["Parent"] = o338, | |
2933 | ["Scale"] = Vector3.new(0.5, 1.5, 0.5), | |
2934 | }) | |
2935 | o340 = Create("Part",{ | |
2936 | ["Parent"] = o330, | |
2937 | ["BrickColor"] = BrickColor.new("Brick yellow"), | |
2938 | ["Position"] = Vector3.new(-45.1000366, 16.2000256, -38.6999741), | |
2939 | ["Anchored"] = true, | |
2940 | ["CFrame"] = CFrame.new(-45.1000366, 16.2000256, -38.6999741, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
2941 | ["Size"] = Vector3.new(3, 1.20000005, 3), | |
2942 | ["Color"] = Color3.new(0.843137, 0.772549, 0.603922), | |
2943 | }) | |
2944 | o341 = Create("SpecialMesh",{ | |
2945 | ["Parent"] = o340, | |
2946 | ["Scale"] = Vector3.new(0.5, 1.5, 0.5), | |
2947 | }) | |
2948 | o342 = Create("Part",{ | |
2949 | ["Parent"] = o330, | |
2950 | ["BrickColor"] = BrickColor.new("Brick yellow"), | |
2951 | ["Position"] = Vector3.new(-45.1000366, 17.4000244, -38.6999741), | |
2952 | ["Anchored"] = true, | |
2953 | ["CFrame"] = CFrame.new(-45.1000366, 17.4000244, -38.6999741, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
2954 | ["Size"] = Vector3.new(3, 1.20000005, 3), | |
2955 | ["Color"] = Color3.new(0.843137, 0.772549, 0.603922), | |
2956 | }) | |
2957 | o343 = Create("SpecialMesh",{ | |
2958 | ["Parent"] = o342, | |
2959 | ["Scale"] = Vector3.new(0.5, 1.5, 0.5), | |
2960 | }) | |
2961 | o344 = Create("Part",{ | |
2962 | ["Parent"] = o330, | |
2963 | ["BrickColor"] = BrickColor.new("Brick yellow"), | |
2964 | ["Position"] = Vector3.new(-45.1000366, 18.6000271, -38.6999741), | |
2965 | ["Anchored"] = true, | |
2966 | ["CFrame"] = CFrame.new(-45.1000366, 18.6000271, -38.6999741, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
2967 | ["Size"] = Vector3.new(3, 1.20000005, 3), | |
2968 | ["Color"] = Color3.new(0.843137, 0.772549, 0.603922), | |
2969 | }) | |
2970 | o345 = Create("SpecialMesh",{ | |
2971 | ["Parent"] = o344, | |
2972 | ["Scale"] = Vector3.new(0.5, 1.5, 0.5), | |
2973 | }) | |
2974 | o346 = Create("Part",{ | |
2975 | ["Parent"] = o330, | |
2976 | ["BrickColor"] = BrickColor.new("Brick yellow"), | |
2977 | ["Position"] = Vector3.new(-45.1000366, 15.0000162, -38.6999741), | |
2978 | ["Anchored"] = true, | |
2979 | ["CFrame"] = CFrame.new(-45.1000366, 15.0000162, -38.6999741, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
2980 | ["Size"] = Vector3.new(3, 1.20000005, 3), | |
2981 | ["Color"] = Color3.new(0.843137, 0.772549, 0.603922), | |
2982 | }) | |
2983 | o347 = Create("SpecialMesh",{ | |
2984 | ["Parent"] = o346, | |
2985 | ["Scale"] = Vector3.new(0.5, 1.5, 0.5), | |
2986 | }) | |
2987 | o348 = Create("Part",{ | |
2988 | ["Parent"] = o330, | |
2989 | ["BrickColor"] = BrickColor.new("Brick yellow"), | |
2990 | ["Position"] = Vector3.new(-45.1000366, 13.8000088, -38.6999741), | |
2991 | ["Anchored"] = true, | |
2992 | ["CFrame"] = CFrame.new(-45.1000366, 13.8000088, -38.6999741, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
2993 | ["Size"] = Vector3.new(3, 1.20000005, 3), | |
2994 | ["Color"] = Color3.new(0.843137, 0.772549, 0.603922), | |
2995 | }) | |
2996 | o349 = Create("SpecialMesh",{ | |
2997 | ["Parent"] = o348, | |
2998 | ["Scale"] = Vector3.new(0.5, 1.5, 0.5), | |
2999 | }) | |
3000 | o350 = Create("Part",{ | |
3001 | ["Parent"] = o330, | |
3002 | ["BrickColor"] = BrickColor.new("Brick yellow"), | |
3003 | ["Position"] = Vector3.new(-45.1000366, 12.6000137, -38.6999741), | |
3004 | ["Anchored"] = true, | |
3005 | ["CFrame"] = CFrame.new(-45.1000366, 12.6000137, -38.6999741, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
3006 | ["Size"] = Vector3.new(3, 1.20000005, 3), | |
3007 | ["Color"] = Color3.new(0.843137, 0.772549, 0.603922), | |
3008 | }) | |
3009 | o351 = Create("SpecialMesh",{ | |
3010 | ["Parent"] = o350, | |
3011 | ["Scale"] = Vector3.new(0.5, 1.5, 0.5), | |
3012 | }) | |
3013 | o352 = Create("Part",{ | |
3014 | ["Parent"] = o330, | |
3015 | ["BrickColor"] = BrickColor.new("Brick yellow"), | |
3016 | ["Position"] = Vector3.new(-45.1000366, 11.4000187, -38.6999741), | |
3017 | ["Anchored"] = true, | |
3018 | ["CFrame"] = CFrame.new(-45.1000366, 11.4000187, -38.6999741, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
3019 | ["Size"] = Vector3.new(3, 1.20000005, 3), | |
3020 | ["Color"] = Color3.new(0.843137, 0.772549, 0.603922), | |
3021 | }) | |
3022 | o353 = Create("SpecialMesh",{ | |
3023 | ["Parent"] = o352, | |
3024 | ["Scale"] = Vector3.new(0.5, 1.5, 0.5), | |
3025 | }) | |
3026 | o354 = Create("Part",{ | |
3027 | ["Parent"] = o330, | |
3028 | ["BrickColor"] = BrickColor.new("Brick yellow"), | |
3029 | ["Position"] = Vector3.new(-45.1000366, 10.2000217, -38.6999741), | |
3030 | ["Anchored"] = true, | |
3031 | ["CFrame"] = CFrame.new(-45.1000366, 10.2000217, -38.6999741, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
3032 | ["Size"] = Vector3.new(3, 1.20000005, 3), | |
3033 | ["Color"] = Color3.new(0.843137, 0.772549, 0.603922), | |
3034 | }) | |
3035 | o355 = Create("SpecialMesh",{ | |
3036 | ["Parent"] = o354, | |
3037 | ["Scale"] = Vector3.new(0.5, 1.5, 0.5), | |
3038 | }) | |
3039 | o356 = Create("Part",{ | |
3040 | ["Parent"] = o330, | |
3041 | ["BrickColor"] = BrickColor.new("Brick yellow"), | |
3042 | ["Position"] = Vector3.new(-45.1000366, 9.00002098, -38.6999741), | |
3043 | ["Anchored"] = true, | |
3044 | ["CFrame"] = CFrame.new(-45.1000366, 9.00002098, -38.6999741, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
3045 | ["Size"] = Vector3.new(3, 1.20000005, 3), | |
3046 | ["Color"] = Color3.new(0.843137, 0.772549, 0.603922), | |
3047 | }) | |
3048 | o357 = Create("SpecialMesh",{ | |
3049 | ["Parent"] = o356, | |
3050 | ["Scale"] = Vector3.new(0.5, 1.5, 0.5), | |
3051 | }) | |
3052 | o358 = Create("Part",{ | |
3053 | ["Parent"] = o330, | |
3054 | ["BrickColor"] = BrickColor.new("Brick yellow"), | |
3055 | ["Position"] = Vector3.new(-45.1000366, 7.80002022, -38.6999741), | |
3056 | ["Anchored"] = true, | |
3057 | ["CFrame"] = CFrame.new(-45.1000366, 7.80002022, -38.6999741, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
3058 | ["Size"] = Vector3.new(3, 1.20000005, 3), | |
3059 | ["Color"] = Color3.new(0.843137, 0.772549, 0.603922), | |
3060 | }) | |
3061 | o359 = Create("SpecialMesh",{ | |
3062 | ["Parent"] = o358, | |
3063 | ["Scale"] = Vector3.new(0.5, 1.5, 0.5), | |
3064 | }) | |
3065 | o360 = Create("Part",{ | |
3066 | ["Parent"] = o330, | |
3067 | ["BrickColor"] = BrickColor.new("Brick yellow"), | |
3068 | ["Position"] = Vector3.new(-45.1000366, 6.60002136, -38.6999741), | |
3069 | ["Anchored"] = true, | |
3070 | ["CFrame"] = CFrame.new(-45.1000366, 6.60002136, -38.6999741, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
3071 | ["Size"] = Vector3.new(3, 1.20000005, 3), | |
3072 | ["Color"] = Color3.new(0.843137, 0.772549, 0.603922), | |
3073 | }) | |
3074 | o361 = Create("SpecialMesh",{ | |
3075 | ["Parent"] = o360, | |
3076 | ["Scale"] = Vector3.new(0.5, 1.5, 0.5), | |
3077 | }) | |
3078 | o362 = Create("Part",{ | |
3079 | ["Parent"] = o330, | |
3080 | ["BrickColor"] = BrickColor.new("Brick yellow"), | |
3081 | ["Position"] = Vector3.new(-45.1000366, 5.40002632, -38.6999741), | |
3082 | ["Anchored"] = true, | |
3083 | ["CFrame"] = CFrame.new(-45.1000366, 5.40002632, -38.6999741, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
3084 | ["Size"] = Vector3.new(3, 1.20000005, 3), | |
3085 | ["Color"] = Color3.new(0.843137, 0.772549, 0.603922), | |
3086 | }) | |
3087 | o363 = Create("SpecialMesh",{ | |
3088 | ["Parent"] = o362, | |
3089 | ["Scale"] = Vector3.new(0.5, 1.5, 0.5), | |
3090 | }) | |
3091 | o364 = Create("Part",{ | |
3092 | ["Parent"] = o330, | |
3093 | ["BrickColor"] = BrickColor.new("Brick yellow"), | |
3094 | ["Position"] = Vector3.new(-45.1000366, 4.20002747, -38.6999741), | |
3095 | ["Anchored"] = true, | |
3096 | ["CFrame"] = CFrame.new(-45.1000366, 4.20002747, -38.6999741, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
3097 | ["Size"] = Vector3.new(3, 1.20000005, 3), | |
3098 | ["Color"] = Color3.new(0.843137, 0.772549, 0.603922), | |
3099 | }) | |
3100 | o365 = Create("SpecialMesh",{ | |
3101 | ["Parent"] = o364, | |
3102 | ["Scale"] = Vector3.new(0.5, 1.5, 0.5), | |
3103 | }) | |
3104 | o366 = Create("Part",{ | |
3105 | ["Parent"] = o330, | |
3106 | ["BrickColor"] = BrickColor.new("Brick yellow"), | |
3107 | ["Position"] = Vector3.new(-45.1000366, 3.0000267, -38.6999741), | |
3108 | ["Anchored"] = true, | |
3109 | ["CFrame"] = CFrame.new(-45.1000366, 3.0000267, -38.6999741, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
3110 | ["Size"] = Vector3.new(3, 1.20000005, 3), | |
3111 | ["Color"] = Color3.new(0.843137, 0.772549, 0.603922), | |
3112 | }) | |
3113 | o367 = Create("SpecialMesh",{ | |
3114 | ["Parent"] = o366, | |
3115 | ["Scale"] = Vector3.new(0.5, 1.5, 0.5), | |
3116 | }) | |
3117 | o368 = Create("Part",{ | |
3118 | ["Parent"] = o330, | |
3119 | ["BrickColor"] = BrickColor.new("Brick yellow"), | |
3120 | ["Position"] = Vector3.new(-45.1000366, 1.80002785, -38.6999741), | |
3121 | ["Anchored"] = true, | |
3122 | ["CFrame"] = CFrame.new(-45.1000366, 1.80002785, -38.6999741, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
3123 | ["Size"] = Vector3.new(3, 1.20000005, 3), | |
3124 | ["Color"] = Color3.new(0.843137, 0.772549, 0.603922), | |
3125 | }) | |
3126 | o369 = Create("SpecialMesh",{ | |
3127 | ["Parent"] = o368, | |
3128 | ["Scale"] = Vector3.new(0.5, 1.5, 0.5), | |
3129 | }) | |
3130 | o370 = Create("Part",{ | |
3131 | ["Parent"] = o330, | |
3132 | ["BrickColor"] = BrickColor.new("Brick yellow"), | |
3133 | ["Position"] = Vector3.new(-45.1000366, 21.0000286, -38.6999741), | |
3134 | ["Anchored"] = true, | |
3135 | ["CFrame"] = CFrame.new(-45.1000366, 21.0000286, -38.6999741, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
3136 | ["Size"] = Vector3.new(3, 1.20000005, 3), | |
3137 | ["Color"] = Color3.new(0.843137, 0.772549, 0.603922), | |
3138 | }) | |
3139 | o371 = Create("SpecialMesh",{ | |
3140 | ["Parent"] = o370, | |
3141 | ["Scale"] = Vector3.new(0.5, 1.5, 0.5), | |
3142 | }) | |
3143 | o372 = Create("Part",{ | |
3144 | ["Parent"] = o330, | |
3145 | ["BrickColor"] = BrickColor.new("Brick yellow"), | |
3146 | ["Position"] = Vector3.new(-45.1000366, 22.2000275, -38.6999741), | |
3147 | ["Anchored"] = true, | |
3148 | ["CFrame"] = CFrame.new(-45.1000366, 22.2000275, -38.6999741, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
3149 | ["Size"] = Vector3.new(3, 1.20000005, 3), | |
3150 | ["Color"] = Color3.new(0.843137, 0.772549, 0.603922), | |
3151 | }) | |
3152 | o373 = Create("SpecialMesh",{ | |
3153 | ["Parent"] = o372, | |
3154 | ["Scale"] = Vector3.new(0.5, 1.5, 0.5), | |
3155 | }) | |
3156 | o374 = Create("Part",{ | |
3157 | ["Parent"] = o330, | |
3158 | ["BrickColor"] = BrickColor.new("Brick yellow"), | |
3159 | ["Position"] = Vector3.new(-45.1000366, 19.8000259, -38.6999741), | |
3160 | ["Anchored"] = true, | |
3161 | ["CFrame"] = CFrame.new(-45.1000366, 19.8000259, -38.6999741, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
3162 | ["Size"] = Vector3.new(3, 1.20000005, 3), | |
3163 | ["Color"] = Color3.new(0.843137, 0.772549, 0.603922), | |
3164 | }) | |
3165 | o375 = Create("SpecialMesh",{ | |
3166 | ["Parent"] = o374, | |
3167 | ["Scale"] = Vector3.new(0.5, 1.5, 0.5), | |
3168 | }) | |
3169 | o376 = Create("Part",{ | |
3170 | ["Parent"] = o1, | |
3171 | ["BrickColor"] = BrickColor.new("Reddish brown"), | |
3172 | ["Position"] = Vector3.new(-44.1000366, 8.80002022, -48.7000046), | |
3173 | ["Anchored"] = true, | |
3174 | ["CFrame"] = CFrame.new(-44.1000366, 8.80002022, -48.7000046, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
3175 | ["Size"] = Vector3.new(1, 12, 1), | |
3176 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
3177 | ["Color"] = Color3.new(0.411765, 0.25098, 0.156863), | |
3178 | }) | |
3179 | o377 = Create("Part",{ | |
3180 | ["Parent"] = o1, | |
3181 | ["BrickColor"] = BrickColor.new("Brick yellow"), | |
3182 | ["Position"] = Vector3.new(-34.600029, 15.6950092, -75.2000046), | |
3183 | ["Rotation"] = Vector3.new(90, 0, -0), | |
3184 | ["Anchored"] = true, | |
3185 | ["CFrame"] = CFrame.new(-34.600029, 15.6950092, -75.2000046, 1, 0, 0, 0, 0, -1, 0, 1, 0), | |
3186 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
3187 | ["Size"] = Vector3.new(1, 10, 1), | |
3188 | ["Color"] = Color3.new(0.843137, 0.772549, 0.603922), | |
3189 | }) | |
3190 | o378 = Create("SpecialMesh",{ | |
3191 | ["Parent"] = o377, | |
3192 | ["Scale"] = Vector3.new(0.400000006, 1.03999996, 0.400000006), | |
3193 | }) | |
3194 | o379 = Create("Part",{ | |
3195 | ["Parent"] = o1, | |
3196 | ["BrickColor"] = BrickColor.new("Light stone grey"), | |
3197 | ["Position"] = Vector3.new(-23.100029, 10.6000137, -95.2000122), | |
3198 | ["Rotation"] = Vector3.new(-0, -90, 0), | |
3199 | ["Anchored"] = true, | |
3200 | ["CFrame"] = CFrame.new(-23.100029, 10.6000137, -95.2000122, 0, 0, -1, 0, 1, -0, 1, 0, -0), | |
3201 | ["Size"] = Vector3.new(4, 8.40000057, 1), | |
3202 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
3203 | ["Color"] = Color3.new(0.898039, 0.894118, 0.87451), | |
3204 | }) | |
3205 | mas.Parent = workspace | |
3206 | mas:MakeJoints() | |
3207 | local mas1 = mas:GetChildren() | |
3208 | for i=1,#mas1 do | |
3209 | mas1[i].Parent = workspace | |
3210 | ypcall(function() mas1[i]:MakeJoints() end) | |
3211 | end | |
3212 | mas:Destroy() | |
3213 | for i=1,#cors do | |
3214 | coroutine.resume(cors[i]) | |
3215 | end | |
3216 | ||
3217 | ||
3218 | ||
3219 | ||
3220 | ||
3221 | Create = function(itemClass,tabl) | |
3222 | local item = Instance.new(itemClass) | |
3223 | for i,v in pairs(tabl) do | |
3224 | local a,b = ypcall(function() return item[i] end) | |
3225 | if a then | |
3226 | item[i] = tabl[i] | |
3227 | end | |
3228 | end | |
3229 | return item | |
3230 | end | |
3231 | function runDummyScript(f,scri) | |
3232 | local oldenv = getfenv(f) | |
3233 | local newenv = setmetatable({}, { | |
3234 | __index = function(_, k) | |
3235 | if k:lower() == 'script' then | |
3236 | return scri | |
3237 | else | |
3238 | return oldenv[k] | |
3239 | end | |
3240 | end | |
3241 | }) | |
3242 | setfenv(f, newenv) | |
3243 | ypcall(function() f() end) | |
3244 | end | |
3245 | cors = {} | |
3246 | mas = Instance.new("Model",game:GetService("Lighting")) | |
3247 | mas.Name = "CompiledModel" | |
3248 | o1 = Create("Model",{ | |
3249 | ["Parent"] = mas, | |
3250 | }) | |
3251 | o2 = Create("Part",{ | |
3252 | ["Name"] = "Smooth Block Model", | |
3253 | ["Parent"] = o1, | |
3254 | ["BrickColor"] = BrickColor.new("Reddish brown"), | |
3255 | ["Position"] = Vector3.new(54.400013, 0.200008392, 24.1000156), | |
3256 | ["Rotation"] = Vector3.new(180, -0, -180), | |
3257 | ["CFrame"] = CFrame.new(54.400013, 0.200008392, 24.1000156, -1, 0, -0, -0, 1, -0, -0, 0, -1), | |
3258 | ["FormFactor"] = Enum.FormFactor.Plate, | |
3259 | ["Size"] = Vector3.new(2, 0.400000006, 7), | |
3260 | ["Color"] = Color3.new(0.411765, 0.25098, 0.156863), | |
3261 | }) | |
3262 | o3 = Create("Part",{ | |
3263 | ["Name"] = "Smooth Block Model", | |
3264 | ["Parent"] = o1, | |
3265 | ["BrickColor"] = BrickColor.new("Reddish brown"), | |
3266 | ["Position"] = Vector3.new(60.400013, 0.200008392, 24.1000156), | |
3267 | ["Rotation"] = Vector3.new(180, -0, -180), | |
3268 | ["CFrame"] = CFrame.new(60.400013, 0.200008392, 24.1000156, -1, 0, -0, -0, 1, -0, -0, 0, -1), | |
3269 | ["FormFactor"] = Enum.FormFactor.Plate, | |
3270 | ["Size"] = Vector3.new(2, 0.400000006, 7), | |
3271 | ["Color"] = Color3.new(0.411765, 0.25098, 0.156863), | |
3272 | }) | |
3273 | o4 = Create("Part",{ | |
3274 | ["Name"] = "Smooth Block Model", | |
3275 | ["Parent"] = o1, | |
3276 | ["BrickColor"] = BrickColor.new("Reddish brown"), | |
3277 | ["Position"] = Vector3.new(66.4000092, 0.200008392, 24.1000156), | |
3278 | ["Rotation"] = Vector3.new(180, -0, -180), | |
3279 | ["CFrame"] = CFrame.new(66.4000092, 0.200008392, 24.1000156, -1, 0, -0, -0, 1, -0, -0, 0, -1), | |
3280 | ["FormFactor"] = Enum.FormFactor.Plate, | |
3281 | ["Size"] = Vector3.new(2, 0.400000006, 7), | |
3282 | ["Color"] = Color3.new(0.411765, 0.25098, 0.156863), | |
3283 | }) | |
3284 | o5 = Create("Part",{ | |
3285 | ["Name"] = "Smooth Block Model", | |
3286 | ["Parent"] = o1, | |
3287 | ["BrickColor"] = BrickColor.new("Reddish brown"), | |
3288 | ["Position"] = Vector3.new(73.4000168, 0.200008392, 24.1000156), | |
3289 | ["Rotation"] = Vector3.new(180, -0, -180), | |
3290 | ["CFrame"] = CFrame.new(73.4000168, 0.200008392, 24.1000156, -1, 0, -0, -0, 1, -0, -0, 0, -1), | |
3291 | ["FormFactor"] = Enum.FormFactor.Plate, | |
3292 | ["Size"] = Vector3.new(2, 0.400000006, 7), | |
3293 | ["Color"] = Color3.new(0.411765, 0.25098, 0.156863), | |
3294 | }) | |
3295 | o6 = Create("Part",{ | |
3296 | ["Name"] = "Smooth Block Model", | |
3297 | ["Parent"] = o1, | |
3298 | ["BrickColor"] = BrickColor.new("Earth orange"), | |
3299 | ["Position"] = Vector3.new(80.4000168, 6.0000267, 24.6000156), | |
3300 | ["Rotation"] = Vector3.new(-180, 0, -180), | |
3301 | ["CFrame"] = CFrame.new(80.4000168, 6.0000267, 24.6000156, -1, 0, 0, 0, 1, 0, 0, 0, -1), | |
3302 | ["CanCollide"] = false, | |
3303 | ["Size"] = Vector3.new(2, 12, 12), | |
3304 | ["Color"] = Color3.new(0.384314, 0.278431, 0.196078), | |
3305 | }) | |
3306 | o7 = Create("Part",{ | |
3307 | ["Name"] = "Smooth Block Model", | |
3308 | ["Parent"] = o1, | |
3309 | ["BrickColor"] = BrickColor.new("Dark stone grey"), | |
3310 | ["Position"] = Vector3.new(80.4000168, 13.8000278, 29.6000156), | |
3311 | ["Rotation"] = Vector3.new(-180, 0, -180), | |
3312 | ["CFrame"] = CFrame.new(80.4000168, 13.8000278, 29.6000156, -1, 0, 0, 0, 1, 0, 0, 0, -1), | |
3313 | ["Size"] = Vector3.new(2, 1.20000005, 2), | |
3314 | ["Color"] = Color3.new(0.388235, 0.372549, 0.384314), | |
3315 | }) | |
3316 | o8 = Create("Part",{ | |
3317 | ["Name"] = "Smooth Block Model", | |
3318 | ["Parent"] = o1, | |
3319 | ["BrickColor"] = BrickColor.new("Earth orange"), | |
3320 | ["Position"] = Vector3.new(80.4000168, 12.6000328, 24.6000156), | |
3321 | ["Rotation"] = Vector3.new(-180, 0, -180), | |
3322 | ["CFrame"] = CFrame.new(80.4000168, 12.6000328, 24.6000156, -1, 0, 0, 0, 1, 0, 0, 0, -1), | |
3323 | ["CanCollide"] = false, | |
3324 | ["Size"] = Vector3.new(2, 1.20000005, 10), | |
3325 | ["Color"] = Color3.new(0.384314, 0.278431, 0.196078), | |
3326 | }) | |
3327 | o9 = Create("Part",{ | |
3328 | ["Name"] = "Smooth Block Model", | |
3329 | ["Parent"] = o1, | |
3330 | ["BrickColor"] = BrickColor.new("Dark stone grey"), | |
3331 | ["Position"] = Vector3.new(80.4000168, 12.6000328, 30.1000156), | |
3332 | ["Rotation"] = Vector3.new(-180, 0, -180), | |
3333 | ["CFrame"] = CFrame.new(80.4000168, 12.6000328, 30.1000156, -1, 0, 0, 0, 1, 0, 0, 0, -1), | |
3334 | ["Size"] = Vector3.new(2, 1.20000005, 1), | |
3335 | ["Color"] = Color3.new(0.388235, 0.372549, 0.384314), | |
3336 | }) | |
3337 | o10 = Create("Part",{ | |
3338 | ["Name"] = "Smooth Block Model", | |
3339 | ["Parent"] = o1, | |
3340 | ["BrickColor"] = BrickColor.new("Dark stone grey"), | |
3341 | ["Position"] = Vector3.new(80.4000168, 12.6000328, 19.1000156), | |
3342 | ["Rotation"] = Vector3.new(-180, 0, -180), | |
3343 | ["CFrame"] = CFrame.new(80.4000168, 12.6000328, 19.1000156, -1, 0, 0, 0, 1, 0, 0, 0, -1), | |
3344 | ["Size"] = Vector3.new(2, 1.20000005, 1), | |
3345 | ["Color"] = Color3.new(0.388235, 0.372549, 0.384314), | |
3346 | }) | |
3347 | o11 = Create("Part",{ | |
3348 | ["Name"] = "Smooth Block Model", | |
3349 | ["Parent"] = o1, | |
3350 | ["BrickColor"] = BrickColor.new("Earth orange"), | |
3351 | ["Position"] = Vector3.new(80.4000168, 13.8000278, 24.6000156), | |
3352 | ["Rotation"] = Vector3.new(-180, 0, -180), | |
3353 | ["CFrame"] = CFrame.new(80.4000168, 13.8000278, 24.6000156, -1, 0, 0, 0, 1, 0, 0, 0, -1), | |
3354 | ["CanCollide"] = false, | |
3355 | ["Size"] = Vector3.new(2, 1.20000005, 8), | |
3356 | ["Color"] = Color3.new(0.384314, 0.278431, 0.196078), | |
3357 | }) | |
3358 | o12 = Create("Part",{ | |
3359 | ["Name"] = "Smooth Block Model", | |
3360 | ["Parent"] = o1, | |
3361 | ["BrickColor"] = BrickColor.new("Dark stone grey"), | |
3362 | ["Position"] = Vector3.new(80.4000168, 13.8000278, 19.6000156), | |
3363 | ["Rotation"] = Vector3.new(-180, 0, -180), | |
3364 | ["CFrame"] = CFrame.new(80.4000168, 13.8000278, 19.6000156, -1, 0, 0, 0, 1, 0, 0, 0, -1), | |
3365 | ["Size"] = Vector3.new(2, 1.20000005, 2), | |
3366 | ["Color"] = Color3.new(0.388235, 0.372549, 0.384314), | |
3367 | }) | |
3368 | o13 = Create("Part",{ | |
3369 | ["Name"] = "Smooth Block Model", | |
3370 | ["Parent"] = o1, | |
3371 | ["BrickColor"] = BrickColor.new("Dark stone grey"), | |
3372 | ["Position"] = Vector3.new(78.4000168, 23.8000145, 24.6000156), | |
3373 | ["Rotation"] = Vector3.new(180, -0, -180), | |
3374 | ["Anchored"] = true, | |
3375 | ["CFrame"] = CFrame.new(78.4000168, 23.8000145, 24.6000156, -1, 0, -0, -0, 1, -0, -0, 0, -1), | |
3376 | ["Size"] = Vector3.new(2, 2.4000001, 8), | |
3377 | ["Color"] = Color3.new(0.388235, 0.372549, 0.384314), | |
3378 | }) | |
3379 | o14 = Create("Part",{ | |
3380 | ["Name"] = "Smooth Block Model", | |
3381 | ["Parent"] = o1, | |
3382 | ["BrickColor"] = BrickColor.new("Dark stone grey"), | |
3383 | ["Position"] = Vector3.new(77.9000168, 19.0000114, 24.6000156), | |
3384 | ["Rotation"] = Vector3.new(180, -0, -180), | |
3385 | ["Anchored"] = true, | |
3386 | ["CFrame"] = CFrame.new(77.9000168, 19.0000114, 24.6000156, -1, 0, -0, -0, 1, -0, -0, 0, -1), | |
3387 | ["Size"] = Vector3.new(3, 2.4000001, 12), | |
3388 | ["Color"] = Color3.new(0.388235, 0.372549, 0.384314), | |
3389 | }) | |
3390 | o15 = Create("Part",{ | |
3391 | ["Name"] = "Smooth Block Model", | |
3392 | ["Parent"] = o1, | |
3393 | ["BrickColor"] = BrickColor.new("Dark stone grey"), | |
3394 | ["Position"] = Vector3.new(77.4000168, 16.6000175, 24.6000156), | |
3395 | ["Rotation"] = Vector3.new(180, -0, -180), | |
3396 | ["Anchored"] = true, | |
3397 | ["CFrame"] = CFrame.new(77.4000168, 16.6000175, 24.6000156, -1, 0, -0, -0, 1, -0, -0, 0, -1), | |
3398 | ["Size"] = Vector3.new(4, 2.4000001, 14), | |
3399 | ["Color"] = Color3.new(0.388235, 0.372549, 0.384314), | |
3400 | }) | |
3401 | o16 = Create("Part",{ | |
3402 | ["Name"] = "Smooth Block Model", | |
3403 | ["Parent"] = o1, | |
3404 | ["BrickColor"] = BrickColor.new("Dark stone grey"), | |
3405 | ["Position"] = Vector3.new(78.4000168, 26.2000084, 24.6000156), | |
3406 | ["Rotation"] = Vector3.new(180, -0, -180), | |
3407 | ["Anchored"] = true, | |
3408 | ["CFrame"] = CFrame.new(78.4000168, 26.2000084, 24.6000156, -1, 0, -0, -0, 1, -0, -0, 0, -1), | |
3409 | ["Size"] = Vector3.new(2, 2.4000001, 6), | |
3410 | ["Color"] = Color3.new(0.388235, 0.372549, 0.384314), | |
3411 | }) | |
3412 | o17 = Create("Part",{ | |
3413 | ["Name"] = "Smooth Block Model", | |
3414 | ["Parent"] = o1, | |
3415 | ["BrickColor"] = BrickColor.new("Dark stone grey"), | |
3416 | ["Position"] = Vector3.new(80.4000168, 19.2000237, 24.6000156), | |
3417 | ["Rotation"] = Vector3.new(-180, 0, -180), | |
3418 | ["CFrame"] = CFrame.new(80.4000168, 19.2000237, 24.6000156, -1, 0, 0, 0, 1, 0, 0, 0, -1), | |
3419 | ["Size"] = Vector3.new(2, 9.60000038, 12), | |
3420 | ["Color"] = Color3.new(0.388235, 0.372549, 0.384314), | |
3421 | }) | |
3422 | o18 = Create("Part",{ | |
3423 | ["Name"] = "Smooth Block Model", | |
3424 | ["Parent"] = o1, | |
3425 | ["BrickColor"] = BrickColor.new("Dark stone grey"), | |
3426 | ["Position"] = Vector3.new(78.4000168, 21.4000053, 24.6000156), | |
3427 | ["Rotation"] = Vector3.new(180, -0, -180), | |
3428 | ["Anchored"] = true, | |
3429 | ["CFrame"] = CFrame.new(78.4000168, 21.4000053, 24.6000156, -1, 0, -0, -0, 1, -0, -0, 0, -1), | |
3430 | ["Size"] = Vector3.new(2, 2.4000001, 10), | |
3431 | ["Color"] = Color3.new(0.388235, 0.372549, 0.384314), | |
3432 | }) | |
3433 | o19 = Create("Part",{ | |
3434 | ["Name"] = "Smooth Block Model", | |
3435 | ["Parent"] = o1, | |
3436 | ["BrickColor"] = BrickColor.new("Dark stone grey"), | |
3437 | ["Position"] = Vector3.new(78.4000168, 28.6000175, 24.6000156), | |
3438 | ["Rotation"] = Vector3.new(180, -0, -180), | |
3439 | ["Anchored"] = true, | |
3440 | ["CFrame"] = CFrame.new(78.4000168, 28.6000175, 24.6000156, -1, 0, -0, -0, 1, -0, -0, 0, -1), | |
3441 | ["Size"] = Vector3.new(2, 2.4000001, 4), | |
3442 | ["Color"] = Color3.new(0.388235, 0.372549, 0.384314), | |
3443 | }) | |
3444 | o20 = Create("Part",{ | |
3445 | ["Name"] = "Smooth Block Model", | |
3446 | ["Parent"] = o1, | |
3447 | ["BrickColor"] = BrickColor.new("Dark stone grey"), | |
3448 | ["Position"] = Vector3.new(80.4000168, 25.8000145, 24.6000156), | |
3449 | ["Rotation"] = Vector3.new(-180, 0, -180), | |
3450 | ["CFrame"] = CFrame.new(80.4000168, 25.8000145, 24.6000156, -1, 0, 0, 0, 1, 0, 0, 0, -1), | |
3451 | ["Size"] = Vector3.new(2, 1.20000005, 6), | |
3452 | ["Color"] = Color3.new(0.388235, 0.372549, 0.384314), | |
3453 | }) | |
3454 | o21 = Create("Part",{ | |
3455 | ["Name"] = "Smooth Block Model", | |
3456 | ["Parent"] = o1, | |
3457 | ["BrickColor"] = BrickColor.new("Dark stone grey"), | |
3458 | ["Position"] = Vector3.new(80.4000168, 24.6000175, 24.6000156), | |
3459 | ["Rotation"] = Vector3.new(-180, 0, -180), | |
3460 | ["CFrame"] = CFrame.new(80.4000168, 24.6000175, 24.6000156, -1, 0, 0, 0, 1, 0, 0, 0, -1), | |
3461 | ["Size"] = Vector3.new(2, 1.20000005, 8), | |
3462 | ["Color"] = Color3.new(0.388235, 0.372549, 0.384314), | |
3463 | }) | |
3464 | o22 = Create("Part",{ | |
3465 | ["Name"] = "Smooth Block Model", | |
3466 | ["Parent"] = o1, | |
3467 | ["BrickColor"] = BrickColor.new("Dark stone grey"), | |
3468 | ["Position"] = Vector3.new(80.9000168, 12.0000114, 31.6000156), | |
3469 | ["Rotation"] = Vector3.new(0, 90, 0), | |
3470 | ["CFrame"] = CFrame.new(80.9000168, 12.0000114, 31.6000156, 0, 0, 1, 0, 1, 0, -1, 0, 0), | |
3471 | ["Size"] = Vector3.new(2, 24, 3), | |
3472 | ["Color"] = Color3.new(0.388235, 0.372549, 0.384314), | |
3473 | }) | |
3474 | o23 = Create("Part",{ | |
3475 | ["Name"] = "Smooth Block Model", | |
3476 | ["Parent"] = o1, | |
3477 | ["BrickColor"] = BrickColor.new("Dark stone grey"), | |
3478 | ["Position"] = Vector3.new(82.9000168, 12.0000267, 33.6000137), | |
3479 | ["Rotation"] = Vector3.new(0, 90, 0), | |
3480 | ["CFrame"] = CFrame.new(82.9000168, 12.0000267, 33.6000137, 0, 0, 1, 0, 1, 0, -1, 0, 0), | |
3481 | ["Size"] = Vector3.new(2, 24, 3), | |
3482 | ["Color"] = Color3.new(0.388235, 0.372549, 0.384314), | |
3483 | }) | |
3484 | o24 = Create("Part",{ | |
3485 | ["Name"] = "Smooth Block Model", | |
3486 | ["Parent"] = o1, | |
3487 | ["BrickColor"] = BrickColor.new("Dark stone grey"), | |
3488 | ["Position"] = Vector3.new(84.9000168, 12.0000114, 35.6000137), | |
3489 | ["Rotation"] = Vector3.new(0, 90, 0), | |
3490 | ["CFrame"] = CFrame.new(84.9000168, 12.0000114, 35.6000137, 0, 0, 1, 0, 1, 0, -1, 0, 0), | |
3491 | ["Size"] = Vector3.new(2, 24, 3), | |
3492 | ["Color"] = Color3.new(0.388235, 0.372549, 0.384314), | |
3493 | }) | |
3494 | o25 = Create("Part",{ | |
3495 | ["Name"] = "Smooth Block Model", | |
3496 | ["Parent"] = o1, | |
3497 | ["BrickColor"] = BrickColor.new("Dark stone grey"), | |
3498 | ["Position"] = Vector3.new(82.4000168, 12.0000267, 15.1000156), | |
3499 | ["Rotation"] = Vector3.new(-180, 0, -180), | |
3500 | ["CFrame"] = CFrame.new(82.4000168, 12.0000267, 15.1000156, -1, 0, 0, 0, 1, 0, 0, 0, -1), | |
3501 | ["Size"] = Vector3.new(2, 24, 3), | |
3502 | ["Color"] = Color3.new(0.388235, 0.372549, 0.384314), | |
3503 | }) | |
3504 | o26 = Create("Part",{ | |
3505 | ["Name"] = "Smooth Block Model", | |
3506 | ["Parent"] = o1, | |
3507 | ["BrickColor"] = BrickColor.new("Dark stone grey"), | |
3508 | ["Position"] = Vector3.new(84.4000168, 12.0000267, 13.1000156), | |
3509 | ["Rotation"] = Vector3.new(-180, 0, -180), | |
3510 | ["CFrame"] = CFrame.new(84.4000168, 12.0000267, 13.1000156, -1, 0, 0, 0, 1, 0, 0, 0, -1), | |
3511 | ["Size"] = Vector3.new(2, 24, 3), | |
3512 | ["Color"] = Color3.new(0.388235, 0.372549, 0.384314), | |
3513 | }) | |
3514 | o27 = Create("Part",{ | |
3515 | ["Name"] = "Smooth Block Model", | |
3516 | ["Parent"] = o1, | |
3517 | ["BrickColor"] = BrickColor.new("Dark stone grey"), | |
3518 | ["Position"] = Vector3.new(80.4000168, 12.0000114, 17.1000156), | |
3519 | ["Rotation"] = Vector3.new(-180, 0, -180), | |
3520 | ["CFrame"] = CFrame.new(80.4000168, 12.0000114, 17.1000156, -1, 0, 0, 0, 1, 0, 0, 0, -1), | |
3521 | ["Size"] = Vector3.new(2, 24, 3), | |
3522 | ["Color"] = Color3.new(0.388235, 0.372549, 0.384314), | |
3523 | }) | |
3524 | o28 = Create("Model",{ | |
3525 | ["Parent"] = o1, | |
3526 | ["PrimaryPart"] = o30, | |
3527 | }) | |
3528 | o29 = Create("Part",{ | |
3529 | ["Name"] = "Smooth Block Model", | |
3530 | ["Parent"] = o28, | |
3531 | ["BrickColor"] = BrickColor.new("Bright blue"), | |
3532 | ["Position"] = Vector3.new(80.4000168, 27.0000114, 33.6000137), | |
3533 | ["Anchored"] = true, | |
3534 | ["CFrame"] = CFrame.new(80.4000168, 27.0000114, 33.6000137, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
3535 | ["Size"] = Vector3.new(2, 1.20000005, 2), | |
3536 | ["Color"] = Color3.new(0.0509804, 0.411765, 0.67451), | |
3537 | }) | |
3538 | o30 = Create("Part",{ | |
3539 | ["Name"] = "Smooth Block Model", | |
3540 | ["Parent"] = o28, | |
3541 | ["BrickColor"] = BrickColor.new("White"), | |
3542 | ["Transparency"] = 0.10000000149012, | |
3543 | ["Position"] = Vector3.new(80.4000168, 27.0000114, 30.6000156), | |
3544 | ["Anchored"] = true, | |
3545 | ["CFrame"] = CFrame.new(80.4000168, 27.0000114, 30.6000156, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
3546 | ["Size"] = Vector3.new(2, 1.20000005, 4), | |
3547 | ["Color"] = Color3.new(0.94902, 0.952941, 0.952941), | |
3548 | }) | |
3549 | o31 = Create("Part",{ | |
3550 | ["Name"] = "Smooth Block Model", | |
3551 | ["Parent"] = o28, | |
3552 | ["BrickColor"] = BrickColor.new("Bright blue"), | |
3553 | ["Position"] = Vector3.new(80.4000168, 28.2000084, 32.6000137), | |
3554 | ["Anchored"] = true, | |
3555 | ["CFrame"] = CFrame.new(80.4000168, 28.2000084, 32.6000137, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
3556 | ["Size"] = Vector3.new(2, 1.20000005, 2), | |
3557 | ["Color"] = Color3.new(0.0509804, 0.411765, 0.67451), | |
3558 | }) | |
3559 | o32 = Create("Part",{ | |
3560 | ["Name"] = "Smooth Block Model", | |
3561 | ["Parent"] = o28, | |
3562 | ["BrickColor"] = BrickColor.new("Bright blue"), | |
3563 | ["Position"] = Vector3.new(80.4000168, 28.2000084, 28.6000156), | |
3564 | ["Anchored"] = true, | |
3565 | ["CFrame"] = CFrame.new(80.4000168, 28.2000084, 28.6000156, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
3566 | ["Size"] = Vector3.new(2, 1.20000005, 2), | |
3567 | ["Color"] = Color3.new(0.0509804, 0.411765, 0.67451), | |
3568 | }) | |
3569 | o33 = Create("Part",{ | |
3570 | ["Name"] = "Smooth Block Model", | |
3571 | ["Parent"] = o28, | |
3572 | ["BrickColor"] = BrickColor.new("Bright blue"), | |
3573 | ["Position"] = Vector3.new(80.4000168, 29.4000053, 30.6000156), | |
3574 | ["Anchored"] = true, | |
3575 | ["CFrame"] = CFrame.new(80.4000168, 29.4000053, 30.6000156, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
3576 | ["Size"] = Vector3.new(2, 1.20000005, 4), | |
3577 | ["Color"] = Color3.new(0.0509804, 0.411765, 0.67451), | |
3578 | }) | |
3579 | o34 = Create("Part",{ | |
3580 | ["Name"] = "Smooth Block Model", | |
3581 | ["Parent"] = o28, | |
3582 | ["BrickColor"] = BrickColor.new("White"), | |
3583 | ["Transparency"] = 0.10000000149012, | |
3584 | ["Position"] = Vector3.new(80.4000168, 28.2000084, 30.6000156), | |
3585 | ["Anchored"] = true, | |
3586 | ["CFrame"] = CFrame.new(80.4000168, 28.2000084, 30.6000156, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
3587 | ["Size"] = Vector3.new(2, 1.20000005, 2), | |
3588 | ["Color"] = Color3.new(0.94902, 0.952941, 0.952941), | |
3589 | }) | |
3590 | o35 = Create("Part",{ | |
3591 | ["Name"] = "Smooth Block Model", | |
3592 | ["Parent"] = o28, | |
3593 | ["BrickColor"] = BrickColor.new("Bright blue"), | |
3594 | ["Position"] = Vector3.new(80.4000168, 25.8000145, 32.6000137), | |
3595 | ["Anchored"] = true, | |
3596 | ["CFrame"] = CFrame.new(80.4000168, 25.8000145, 32.6000137, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
3597 | ["Size"] = Vector3.new(2, 1.20000005, 2), | |
3598 | ["Color"] = Color3.new(0.0509804, 0.411765, 0.67451), | |
3599 | }) | |
3600 | o36 = Create("Part",{ | |
3601 | ["Name"] = "Smooth Block Model", | |
3602 | ["Parent"] = o28, | |
3603 | ["BrickColor"] = BrickColor.new("Bright blue"), | |
3604 | ["Position"] = Vector3.new(80.4000168, 27.0000114, 27.6000156), | |
3605 | ["Anchored"] = true, | |
3606 | ["CFrame"] = CFrame.new(80.4000168, 27.0000114, 27.6000156, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
3607 | ["Size"] = Vector3.new(2, 1.20000005, 2), | |
3608 | ["Color"] = Color3.new(0.0509804, 0.411765, 0.67451), | |
3609 | }) | |
3610 | o37 = Create("Part",{ | |
3611 | ["Name"] = "Smooth Block Model", | |
3612 | ["Parent"] = o28, | |
3613 | ["BrickColor"] = BrickColor.new("White"), | |
3614 | ["Transparency"] = 0.10000000149012, | |
3615 | ["Position"] = Vector3.new(80.4000168, 25.8000145, 30.6000156), | |
3616 | ["Anchored"] = true, | |
3617 | ["CFrame"] = CFrame.new(80.4000168, 25.8000145, 30.6000156, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
3618 | ["Size"] = Vector3.new(2, 1.20000005, 2), | |
3619 | ["Color"] = Color3.new(0.94902, 0.952941, 0.952941), | |
3620 | }) | |
3621 | o38 = Create("Part",{ | |
3622 | ["Name"] = "Smooth Block Model", | |
3623 | ["Parent"] = o28, | |
3624 | ["BrickColor"] = BrickColor.new("Bright blue"), | |
3625 | ["Position"] = Vector3.new(80.4000168, 25.8000145, 28.6000156), | |
3626 | ["Anchored"] = true, | |
3627 | ["CFrame"] = CFrame.new(80.4000168, 25.8000145, 28.6000156, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
3628 | ["Size"] = Vector3.new(2, 1.20000005, 2), | |
3629 | ["Color"] = Color3.new(0.0509804, 0.411765, 0.67451), | |
3630 | }) | |
3631 | o39 = Create("Part",{ | |
3632 | ["Name"] = "Smooth Block Model", | |
3633 | ["Parent"] = o28, | |
3634 | ["BrickColor"] = BrickColor.new("Bright blue"), | |
3635 | ["Position"] = Vector3.new(80.4000168, 24.6000175, 30.6000156), | |
3636 | ["Anchored"] = true, | |
3637 | ["CFrame"] = CFrame.new(80.4000168, 24.6000175, 30.6000156, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
3638 | ["Size"] = Vector3.new(2, 1.20000005, 4), | |
3639 | ["Color"] = Color3.new(0.0509804, 0.411765, 0.67451), | |
3640 | }) | |
3641 | o40 = Create("Model",{ | |
3642 | ["Parent"] = o1, | |
3643 | ["PrimaryPart"] = o42, | |
3644 | }) | |
3645 | o41 = Create("Part",{ | |
3646 | ["Name"] = "Smooth Block Model", | |
3647 | ["Parent"] = o40, | |
3648 | ["BrickColor"] = BrickColor.new("Bright blue"), | |
3649 | ["Position"] = Vector3.new(80.4000168, 27.0000114, 15.6000156), | |
3650 | ["Rotation"] = Vector3.new(-180, 0, -180), | |
3651 | ["Anchored"] = true, | |
3652 | ["CFrame"] = CFrame.new(80.4000168, 27.0000114, 15.6000156, -1, 0, 0, 0, 1, 0, 0, 0, -1), | |
3653 | ["Size"] = Vector3.new(2, 1.20000005, 2), | |
3654 | ["Color"] = Color3.new(0.0509804, 0.411765, 0.67451), | |
3655 | }) | |
3656 | o42 = Create("Part",{ | |
3657 | ["Name"] = "Smooth Block Model", | |
3658 | ["Parent"] = o40, | |
3659 | ["BrickColor"] = BrickColor.new("White"), | |
3660 | ["Transparency"] = 0.10000000149012, | |
3661 | ["Position"] = Vector3.new(80.4000168, 27.0000114, 18.6000156), | |
3662 | ["Rotation"] = Vector3.new(-180, 0, -180), | |
3663 | ["Anchored"] = true, | |
3664 | ["CFrame"] = CFrame.new(80.4000168, 27.0000114, 18.6000156, -1, 0, 0, 0, 1, 0, 0, 0, -1), | |
3665 | ["Size"] = Vector3.new(2, 1.20000005, 4), | |
3666 | ["Color"] = Color3.new(0.94902, 0.952941, 0.952941), | |
3667 | }) | |
3668 | o43 = Create("Part",{ | |
3669 | ["Name"] = "Smooth Block Model", | |
3670 | ["Parent"] = o40, | |
3671 | ["BrickColor"] = BrickColor.new("Bright blue"), | |
3672 | ["Position"] = Vector3.new(80.4000168, 28.2000084, 16.6000156), | |
3673 | ["Rotation"] = Vector3.new(-180, 0, -180), | |
3674 | ["Anchored"] = true, | |
3675 | ["CFrame"] = CFrame.new(80.4000168, 28.2000084, 16.6000156, -1, 0, 0, 0, 1, 0, 0, 0, -1), | |
3676 | ["Size"] = Vector3.new(2, 1.20000005, 2), | |
3677 | ["Color"] = Color3.new(0.0509804, 0.411765, 0.67451), | |
3678 | }) | |
3679 | o44 = Create("Part",{ | |
3680 | ["Name"] = "Smooth Block Model", | |
3681 | ["Parent"] = o40, | |
3682 | ["BrickColor"] = BrickColor.new("Bright blue"), | |
3683 | ["Position"] = Vector3.new(80.4000168, 28.2000084, 20.6000156), | |
3684 | ["Rotation"] = Vector3.new(-180, 0, -180), | |
3685 | ["Anchored"] = true, | |
3686 | ["CFrame"] = CFrame.new(80.4000168, 28.2000084, 20.6000156, -1, 0, 0, 0, 1, 0, 0, 0, -1), | |
3687 | ["Size"] = Vector3.new(2, 1.20000005, 2), | |
3688 | ["Color"] = Color3.new(0.0509804, 0.411765, 0.67451), | |
3689 | }) | |
3690 | o45 = Create("Part",{ | |
3691 | ["Name"] = "Smooth Block Model", | |
3692 | ["Parent"] = o40, | |
3693 | ["BrickColor"] = BrickColor.new("Bright blue"), | |
3694 | ["Position"] = Vector3.new(80.4000168, 29.4000053, 18.6000156), | |
3695 | ["Rotation"] = Vector3.new(-180, 0, -180), | |
3696 | ["Anchored"] = true, | |
3697 | ["CFrame"] = CFrame.new(80.4000168, 29.4000053, 18.6000156, -1, 0, 0, 0, 1, 0, 0, 0, -1), | |
3698 | ["Size"] = Vector3.new(2, 1.20000005, 4), | |
3699 | ["Color"] = Color3.new(0.0509804, 0.411765, 0.67451), | |
3700 | }) | |
3701 | o46 = Create("Part",{ | |
3702 | ["Name"] = "Smooth Block Model", | |
3703 | ["Parent"] = o40, | |
3704 | ["BrickColor"] = BrickColor.new("White"), | |
3705 | ["Transparency"] = 0.10000000149012, | |
3706 | ["Position"] = Vector3.new(80.4000168, 28.2000084, 18.6000156), | |
3707 | ["Rotation"] = Vector3.new(-180, 0, -180), | |
3708 | ["Anchored"] = true, | |
3709 | ["CFrame"] = CFrame.new(80.4000168, 28.2000084, 18.6000156, -1, 0, 0, 0, 1, 0, 0, 0, -1), | |
3710 | ["Size"] = Vector3.new(2, 1.20000005, 2), | |
3711 | ["Color"] = Color3.new(0.94902, 0.952941, 0.952941), | |
3712 | }) | |
3713 | o47 = Create("Part",{ | |
3714 | ["Name"] = "Smooth Block Model", | |
3715 | ["Parent"] = o40, | |
3716 | ["BrickColor"] = BrickColor.new("Bright blue"), | |
3717 | ["Position"] = Vector3.new(80.4000168, 25.8000145, 16.6000156), | |
3718 | ["Rotation"] = Vector3.new(-180, 0, -180), | |
3719 | ["Anchored"] = true, | |
3720 | ["CFrame"] = CFrame.new(80.4000168, 25.8000145, 16.6000156, -1, 0, 0, 0, 1, 0, 0, 0, -1), | |
3721 | ["Size"] = Vector3.new(2, 1.20000005, 2), | |
3722 | ["Color"] = Color3.new(0.0509804, 0.411765, 0.67451), | |
3723 | }) | |
3724 | o48 = Create("Part",{ | |
3725 | ["Name"] = "Smooth Block Model", | |
3726 | ["Parent"] = o40, | |
3727 | ["BrickColor"] = BrickColor.new("Bright blue"), | |
3728 | ["Position"] = Vector3.new(80.4000168, 27.0000114, 21.6000156), | |
3729 | ["Rotation"] = Vector3.new(-180, 0, -180), | |
3730 | ["Anchored"] = true, | |
3731 | ["CFrame"] = CFrame.new(80.4000168, 27.0000114, 21.6000156, -1, 0, 0, 0, 1, 0, 0, 0, -1), | |
3732 | ["Size"] = Vector3.new(2, 1.20000005, 2), | |
3733 | ["Color"] = Color3.new(0.0509804, 0.411765, 0.67451), | |
3734 | }) | |
3735 | o49 = Create("Part",{ | |
3736 | ["Name"] = "Smooth Block Model", | |
3737 | ["Parent"] = o40, | |
3738 | ["BrickColor"] = BrickColor.new("White"), | |
3739 | ["Transparency"] = 0.10000000149012, | |
3740 | ["Position"] = Vector3.new(80.4000168, 25.8000145, 18.6000156), | |
3741 | ["Rotation"] = Vector3.new(-180, 0, -180), | |
3742 | ["Anchored"] = true, | |
3743 | ["CFrame"] = CFrame.new(80.4000168, 25.8000145, 18.6000156, -1, 0, 0, 0, 1, 0, 0, 0, -1), | |
3744 | ["Size"] = Vector3.new(2, 1.20000005, 2), | |
3745 | ["Color"] = Color3.new(0.94902, 0.952941, 0.952941), | |
3746 | }) | |
3747 | o50 = Create("Part",{ | |
3748 | ["Name"] = "Smooth Block Model", | |
3749 | ["Parent"] = o40, | |
3750 | ["BrickColor"] = BrickColor.new("Bright blue"), | |
3751 | ["Position"] = Vector3.new(80.4000168, 25.8000145, 20.6000156), | |
3752 | ["Rotation"] = Vector3.new(-180, 0, -180), | |
3753 | ["Anchored"] = true, | |
3754 | ["CFrame"] = CFrame.new(80.4000168, 25.8000145, 20.6000156, -1, 0, 0, 0, 1, 0, 0, 0, -1), | |
3755 | ["Size"] = Vector3.new(2, 1.20000005, 2), | |
3756 | ["Color"] = Color3.new(0.0509804, 0.411765, 0.67451), | |
3757 | }) | |
3758 | o51 = Create("Part",{ | |
3759 | ["Name"] = "Smooth Block Model", | |
3760 | ["Parent"] = o40, | |
3761 | ["BrickColor"] = BrickColor.new("Bright blue"), | |
3762 | ["Position"] = Vector3.new(80.4000168, 24.6000175, 18.6000156), | |
3763 | ["Rotation"] = Vector3.new(-180, 0, -180), | |
3764 | ["Anchored"] = true, | |
3765 | ["CFrame"] = CFrame.new(80.4000168, 24.6000175, 18.6000156, -1, 0, 0, 0, 1, 0, 0, 0, -1), | |
3766 | ["Size"] = Vector3.new(2, 1.20000005, 4), | |
3767 | ["Color"] = Color3.new(0.0509804, 0.411765, 0.67451), | |
3768 | }) | |
3769 | o52 = Create("Part",{ | |
3770 | ["Name"] = "Smooth Block Model", | |
3771 | ["Parent"] = o1, | |
3772 | ["BrickColor"] = BrickColor.new("Dark stone grey"), | |
3773 | ["Position"] = Vector3.new(80.4000168, 27.0000172, 24.6000156), | |
3774 | ["Rotation"] = Vector3.new(-180, 0, -180), | |
3775 | ["CFrame"] = CFrame.new(80.4000168, 27.0000172, 24.6000156, -1, 0, 0, 0, 1, 0, 0, 0, -1), | |
3776 | ["Size"] = Vector3.new(2, 1.20000005, 4), | |
3777 | ["Color"] = Color3.new(0.388235, 0.372549, 0.384314), | |
3778 | }) | |
3779 | o53 = Create("Part",{ | |
3780 | ["Name"] = "Smooth Block Model", | |
3781 | ["Parent"] = o1, | |
3782 | ["BrickColor"] = BrickColor.new("Dark stone grey"), | |
3783 | ["Position"] = Vector3.new(80.4000168, 28.2000084, 24.6000156), | |
3784 | ["Rotation"] = Vector3.new(-180, 0, -180), | |
3785 | ["CFrame"] = CFrame.new(80.4000168, 28.2000084, 24.6000156, -1, 0, 0, 0, 1, 0, 0, 0, -1), | |
3786 | ["Size"] = Vector3.new(2, 1.20000005, 6), | |
3787 | ["Color"] = Color3.new(0.388235, 0.372549, 0.384314), | |
3788 | }) | |
3789 | o54 = Create("Part",{ | |
3790 | ["Name"] = "Smooth Block Model", | |
3791 | ["Parent"] = o1, | |
3792 | ["BrickColor"] = BrickColor.new("Dark stone grey"), | |
3793 | ["Position"] = Vector3.new(80.4000168, 29.4000053, 24.6000156), | |
3794 | ["Rotation"] = Vector3.new(-180, 0, -180), | |
3795 | ["CFrame"] = CFrame.new(80.4000168, 29.4000053, 24.6000156, -1, 0, 0, 0, 1, 0, 0, 0, -1), | |
3796 | ["Size"] = Vector3.new(2, 1.20000005, 8), | |
3797 | ["Color"] = Color3.new(0.388235, 0.372549, 0.384314), | |
3798 | }) | |
3799 | o55 = Create("Part",{ | |
3800 | ["Name"] = "Smooth Block Model", | |
3801 | ["Parent"] = o1, | |
3802 | ["BrickColor"] = BrickColor.new("Dark stone grey"), | |
3803 | ["Position"] = Vector3.new(78.4000168, 32.8000145, 25.1000156), | |
3804 | ["Rotation"] = Vector3.new(180, -0, -180), | |
3805 | ["Anchored"] = true, | |
3806 | ["CFrame"] = CFrame.new(78.4000168, 32.8000145, 25.1000156, -1, 0, -0, -0, 1, -0, -0, 0, -1), | |
3807 | ["Size"] = Vector3.new(2, 3.60000014, 17), | |
3808 | ["Color"] = Color3.new(0.388235, 0.372549, 0.384314), | |
3809 | }) | |
3810 | o56 = Create("Part",{ | |
3811 | ["Name"] = "Smooth Block Model", | |
3812 | ["Parent"] = o1, | |
3813 | ["BrickColor"] = BrickColor.new("Dark stone grey"), | |
3814 | ["Position"] = Vector3.new(87.9000168, 27.2000084, 41.6000137), | |
3815 | ["Rotation"] = Vector3.new(180, -0, -180), | |
3816 | ["Anchored"] = true, | |
3817 | ["CFrame"] = CFrame.new(87.9000168, 27.2000084, 41.6000137, -1, 0, -0, -0, 1, -0, -0, 0, -1), | |
3818 | ["Size"] = Vector3.new(7, 19.2000008, 6), | |
3819 | ["Color"] = Color3.new(0.388235, 0.372549, 0.384314), | |
3820 | }) | |
3821 | o57 = Create("Part",{ | |
3822 | ["Name"] = "Smooth Block Model", | |
3823 | ["Parent"] = o1, | |
3824 | ["BrickColor"] = BrickColor.new("Dark stone grey"), | |
3825 | ["Position"] = Vector3.new(91.9000168, 20.6000175, 23.6000156), | |
3826 | ["Rotation"] = Vector3.new(180, -0, -180), | |
3827 | ["Anchored"] = true, | |
3828 | ["CFrame"] = CFrame.new(91.9000168, 20.6000175, 23.6000156, -1, 0, -0, -0, 1, -0, -0, 0, -1), | |
3829 | ["Size"] = Vector3.new(21, 1.20000005, 14), | |
3830 | ["Color"] = Color3.new(0.388235, 0.372549, 0.384314), | |
3831 | }) | |
3832 | o58 = Create("Part",{ | |
3833 | ["Name"] = "Smooth Block Model", | |
3834 | ["Parent"] = o1, | |
3835 | ["BrickColor"] = BrickColor.new("Dark stone grey"), | |
3836 | ["Position"] = Vector3.new(92.4000168, 20.6000175, 33.6000137), | |
3837 | ["Rotation"] = Vector3.new(180, -0, -180), | |
3838 | ["Anchored"] = true, | |
3839 | ["CFrame"] = CFrame.new(92.4000168, 20.6000175, 33.6000137, -1, 0, -0, -0, 1, -0, -0, 0, -1), | |
3840 | ["Size"] = Vector3.new(16, 1.20000005, 2), | |
3841 | ["Color"] = Color3.new(0.388235, 0.372549, 0.384314), | |
3842 | }) | |
3843 | o59 = Create("Part",{ | |
3844 | ["Name"] = "Smooth Block Model", | |
3845 | ["Parent"] = o1, | |
3846 | ["BrickColor"] = BrickColor.new("Dark stone grey"), | |
3847 | ["Position"] = Vector3.new(92.4000168, 20.6000175, 31.6000156), | |
3848 | ["Rotation"] = Vector3.new(180, -0, -180), | |
3849 | ["Anchored"] = true, | |
3850 | ["CFrame"] = CFrame.new(92.4000168, 20.6000175, 31.6000156, -1, 0, -0, -0, 1, -0, -0, 0, -1), | |
3851 | ["Size"] = Vector3.new(20, 1.20000005, 2), | |
3852 | ["Color"] = Color3.new(0.388235, 0.372549, 0.384314), | |
3853 | }) | |
3854 | o60 = Create("Part",{ | |
3855 | ["Name"] = "Smooth Block Model", | |
3856 | ["Parent"] = o1, | |
3857 | ["BrickColor"] = BrickColor.new("Dark stone grey"), | |
3858 | ["Position"] = Vector3.new(92.9000168, 20.6000175, 35.6000137), | |
3859 | ["Rotation"] = Vector3.new(180, -0, -180), | |
3860 | ["Anchored"] = true, | |
3861 | ["CFrame"] = CFrame.new(92.9000168, 20.6000175, 35.6000137, -1, 0, -0, -0, 1, -0, -0, 0, -1), | |
3862 | ["Size"] = Vector3.new(13, 1.20000005, 2), | |
3863 | ["Color"] = Color3.new(0.388235, 0.372549, 0.384314), | |
3864 | }) | |
3865 | o61 = Create("Part",{ | |
3866 | ["Name"] = "Smooth Block Model", | |
3867 | ["Parent"] = o1, | |
3868 | ["BrickColor"] = BrickColor.new("Dark stone grey"), | |
3869 | ["Position"] = Vector3.new(82.9000168, 38.4000206, 33.6000137), | |
3870 | ["Rotation"] = Vector3.new(-180, 0, -180), | |
3871 | ["CFrame"] = CFrame.new(82.9000168, 38.4000206, 33.6000137, -1, 0, 0, 0, 1, 0, 0, 0, -1), | |
3872 | ["Size"] = Vector3.new(3, 28.8000011, 2), | |
3873 | ["Color"] = Color3.new(0.388235, 0.372549, 0.384314), | |
3874 | }) | |
3875 | o62 = Create("Part",{ | |
3876 | ["Name"] = "Smooth Block Model", | |
3877 | ["Parent"] = o1, | |
3878 | ["BrickColor"] = BrickColor.new("Dark stone grey"), | |
3879 | ["Position"] = Vector3.new(82.4000168, 38.4000206, 15.1000156), | |
3880 | ["Rotation"] = Vector3.new(-180, 0, -180), | |
3881 | ["CFrame"] = CFrame.new(82.4000168, 38.4000206, 15.1000156, -1, 0, 0, 0, 1, 0, 0, 0, -1), | |
3882 | ["Size"] = Vector3.new(2, 28.8000011, 3), | |
3883 | ["Color"] = Color3.new(0.388235, 0.372549, 0.384314), | |
3884 | }) | |
3885 | o63 = Create("Part",{ | |
3886 | ["Name"] = "Smooth Block Model", | |
3887 | ["Parent"] = o1, | |
3888 | ["BrickColor"] = BrickColor.new("Dark stone grey"), | |
3889 | ["Position"] = Vector3.new(92.4000168, 26.4000053, 37.6000137), | |
3890 | ["Rotation"] = Vector3.new(-0, 90, 0), | |
3891 | ["CFrame"] = CFrame.new(92.4000168, 26.4000053, 37.6000137, -0, 0, 1, -0, 1, 0, -1, 0, 0), | |
3892 | ["Size"] = Vector3.new(2, 52.8000031, 14), | |
3893 | ["Color"] = Color3.new(0.388235, 0.372549, 0.384314), | |
3894 | }) | |
3895 | o64 = Create("Part",{ | |
3896 | ["Name"] = "Smooth Block Model", | |
3897 | ["Parent"] = o1, | |
3898 | ["BrickColor"] = BrickColor.new("Dark stone grey"), | |
3899 | ["Position"] = Vector3.new(80.4000168, 41.4000053, 24.6000156), | |
3900 | ["Rotation"] = Vector3.new(-180, 0, -180), | |
3901 | ["CFrame"] = CFrame.new(80.4000168, 41.4000053, 24.6000156, -1, 0, 0, 0, 1, 0, 0, 0, -1), | |
3902 | ["Size"] = Vector3.new(2, 22.8000011, 16), | |
3903 | ["Color"] = Color3.new(0.388235, 0.372549, 0.384314), | |
3904 | }) | |
3905 | o65 = Create("Part",{ | |
3906 | ["Name"] = "Smooth Block Model", | |
3907 | ["Parent"] = o1, | |
3908 | ["BrickColor"] = BrickColor.new("Dark stone grey"), | |
3909 | ["Position"] = Vector3.new(88.9000168, 26.8000145, 6.60001564), | |
3910 | ["Rotation"] = Vector3.new(180, -0, -180), | |
3911 | ["Anchored"] = true, | |
3912 | ["CFrame"] = CFrame.new(88.9000168, 26.8000145, 6.60001564, -1, 0, -0, -0, 1, -0, -0, 0, -1), | |
3913 | ["Size"] = Vector3.new(7, 20.4000015, 6), | |
3914 | ["Color"] = Color3.new(0.388235, 0.372549, 0.384314), | |
3915 | }) | |
3916 | o66 = Create("Part",{ | |
3917 | ["Name"] = "Smooth Block Model", | |
3918 | ["Parent"] = o1, | |
3919 | ["BrickColor"] = BrickColor.new("Dark stone grey"), | |
3920 | ["Position"] = Vector3.new(84.9000168, 38.4000206, 35.6000137), | |
3921 | ["Rotation"] = Vector3.new(-180, 0, -180), | |
3922 | ["CFrame"] = CFrame.new(84.9000168, 38.4000206, 35.6000137, -1, 0, 0, 0, 1, 0, 0, 0, -1), | |
3923 | ["Size"] = Vector3.new(3, 28.8000011, 2), | |
3924 | ["Color"] = Color3.new(0.388235, 0.372549, 0.384314), | |
3925 | }) | |
3926 | o67 = Create("Part",{ | |
3927 | ["Name"] = "Smooth Block Model", | |
3928 | ["Parent"] = o1, | |
3929 | ["BrickColor"] = BrickColor.new("Dark stone grey"), | |
3930 | ["Position"] = Vector3.new(92.9000168, 26.4000053, 11.1000156), | |
3931 | ["Rotation"] = Vector3.new(-180, 0, -180), | |
3932 | ["CFrame"] = CFrame.new(92.9000168, 26.4000053, 11.1000156, -1, 0, 0, 0, 1, 0, 0, 0, -1), | |
3933 | ["Size"] = Vector3.new(15, 52.8000031, 3), | |
3934 | ["Color"] = Color3.new(0.388235, 0.372549, 0.384314), | |
3935 | }) | |
3936 | o68 = Create("Part",{ | |
3937 | ["Name"] = "Smooth Block Model", | |
3938 | ["Parent"] = o1, | |
3939 | ["BrickColor"] = BrickColor.new("Dark stone grey"), | |
3940 | ["Position"] = Vector3.new(84.4000168, 38.4000206, 13.1000156), | |
3941 | ["Rotation"] = Vector3.new(-180, 0, -180), | |
3942 | ["CFrame"] = CFrame.new(84.4000168, 38.4000206, 13.1000156, -1, 0, 0, 0, 1, 0, 0, 0, -1), | |
3943 | ["Size"] = Vector3.new(2, 28.8000011, 3), | |
3944 | ["Color"] = Color3.new(0.388235, 0.372549, 0.384314), | |
3945 | }) | |
3946 | o69 = Create("Part",{ | |
3947 | ["Name"] = "Smooth Block Model", | |
3948 | ["Parent"] = o1, | |
3949 | ["BrickColor"] = BrickColor.new("Dark stone grey"), | |
3950 | ["Position"] = Vector3.new(101.900017, 26.4000053, 13.6000156), | |
3951 | ["Rotation"] = Vector3.new(180, -0, -180), | |
3952 | ["CFrame"] = CFrame.new(101.900017, 26.4000053, 13.6000156, -1, 0, -0, -0, 1, -0, -0, 0, -1), | |
3953 | ["Size"] = Vector3.new(3, 52.8000031, 2), | |
3954 | ["Color"] = Color3.new(0.388235, 0.372549, 0.384314), | |
3955 | }) | |
3956 | o70 = Create("Part",{ | |
3957 | ["Name"] = "Smooth Block Model", | |
3958 | ["Parent"] = o1, | |
3959 | ["BrickColor"] = BrickColor.new("Dark stone grey"), | |
3960 | ["Position"] = Vector3.new(101.900017, 26.4000053, 33.6000137), | |
3961 | ["Rotation"] = Vector3.new(180, -0, -180), | |
3962 | ["CFrame"] = CFrame.new(101.900017, 26.4000053, 33.6000137, -1, 0, -0, -0, 1, -0, -0, 0, -1), | |
3963 | ["Size"] = Vector3.new(3, 52.8000031, 2), | |
3964 | ["Color"] = Color3.new(0.388235, 0.372549, 0.384314), | |
3965 | }) | |
3966 | o71 = Create("Part",{ | |
3967 | ["Name"] = "Smooth Block Model", | |
3968 | ["Parent"] = o1, | |
3969 | ["BrickColor"] = BrickColor.new("Dark stone grey"), | |
3970 | ["Position"] = Vector3.new(100.900017, 26.4000053, 35.6000137), | |
3971 | ["Rotation"] = Vector3.new(180, -0, -180), | |
3972 | ["CFrame"] = CFrame.new(100.900017, 26.4000053, 35.6000137, -1, 0, -0, -0, 1, -0, -0, 0, -1), | |
3973 | ["Size"] = Vector3.new(3, 52.8000031, 2), | |
3974 | ["Color"] = Color3.new(0.388235, 0.372549, 0.384314), | |
3975 | }) | |
3976 | o72 = Create("Part",{ | |
3977 | ["Name"] = "Smooth Block Model", | |
3978 | ["Parent"] = o1, | |
3979 | ["BrickColor"] = BrickColor.new("Dark stone grey"), | |
3980 | ["Position"] = Vector3.new(103.900017, 26.4000053, 23.6000156), | |
3981 | ["Rotation"] = Vector3.new(180, -0, -180), | |
3982 | ["CFrame"] = CFrame.new(103.900017, 26.4000053, 23.6000156, -1, 0, -0, -0, 1, -0, -0, 0, -1), | |
3983 | ["Size"] = Vector3.new(3, 52.8000031, 18), | |
3984 | ["Color"] = Color3.new(0.388235, 0.372549, 0.384314), | |
3985 | }) | |
3986 | o73 = Create("Part",{ | |
3987 | ["Name"] = "Smooth Block Model", | |
3988 | ["Parent"] = o1, | |
3989 | ["BrickColor"] = BrickColor.new("Dark stone grey"), | |
3990 | ["Position"] = Vector3.new(92.9000168, 49.0000114, 13.6000156), | |
3991 | ["Rotation"] = Vector3.new(180, -0, -180), | |
3992 | ["Anchored"] = true, | |
3993 | ["CFrame"] = CFrame.new(92.9000168, 49.0000114, 13.6000156, -1, 0, -0, -0, 1, -0, -0, 0, -1), | |
3994 | ["Size"] = Vector3.new(15, 1.20000005, 2), | |
3995 | ["Color"] = Color3.new(0.388235, 0.372549, 0.384314), | |
3996 | }) | |
3997 | o74 = Create("Part",{ | |
3998 | ["Name"] = "Smooth Block Model", | |
3999 | ["Parent"] = o1, | |
4000 | ["BrickColor"] = BrickColor.new("Dark stone grey"), | |
4001 | ["Position"] = Vector3.new(92.9000168, 49.0000114, 35.6000137), | |
4002 | ["Rotation"] = Vector3.new(180, -0, -180), | |
4003 | ["Anchored"] = true, | |
4004 | ["CFrame"] = CFrame.new(92.9000168, 49.0000114, 35.6000137, -1, 0, -0, -0, 1, -0, -0, 0, -1), | |
4005 | ["Size"] = Vector3.new(13, 1.20000005, 2), | |
4006 | ["Color"] = Color3.new(0.388235, 0.372549, 0.384314), | |
4007 | }) | |
4008 | o75 = Create("Part",{ | |
4009 | ["Name"] = "Smooth Block Model", | |
4010 | ["Parent"] = o1, | |
4011 | ["BrickColor"] = BrickColor.new("Dark stone grey"), | |
4012 | ["Position"] = Vector3.new(92.4000168, 49.0000114, 33.6000137), | |
4013 | ["Rotation"] = Vector3.new(180, -0, -180), | |
4014 | ["Anchored"] = true, | |
4015 | ["CFrame"] = CFrame.new(92.4000168, 49.0000114, 33.6000137, -1, 0, -0, -0, 1, -0, -0, 0, -1), | |
4016 | ["Size"] = Vector3.new(16, 1.20000005, 2), | |
4017 | ["Color"] = Color3.new(0.388235, 0.372549, 0.384314), | |
4018 | }) | |
4019 | o76 = Create("Part",{ | |
4020 | ["Name"] = "Smooth Block Model", | |
4021 | ["Parent"] = o1, | |
4022 | ["BrickColor"] = BrickColor.new("Dark stone grey"), | |
4023 | ["Position"] = Vector3.new(91.9000168, 49.0000114, 24.6000156), | |
4024 | ["Rotation"] = Vector3.new(180, -0, -180), | |
4025 | ["Anchored"] = true, | |
4026 | ["CFrame"] = CFrame.new(91.9000168, 49.0000114, 24.6000156, -1, 0, -0, -0, 1, -0, -0, 0, -1), | |
4027 | ["Size"] = Vector3.new(21, 1.20000005, 16), | |
4028 | ["Color"] = Color3.new(0.388235, 0.372549, 0.384314), | |
4029 | }) | |
4030 | o77 = Create("Part",{ | |
4031 | ["Name"] = "Smooth Block Model", | |
4032 | ["Parent"] = o1, | |
4033 | ["BrickColor"] = BrickColor.new("Dark stone grey"), | |
4034 | ["Position"] = Vector3.new(92.9000168, 49.0000114, 15.6000156), | |
4035 | ["Rotation"] = Vector3.new(180, -0, -180), | |
4036 | ["Anchored"] = true, | |
4037 | ["CFrame"] = CFrame.new(92.9000168, 49.0000114, 15.6000156, -1, 0, -0, -0, 1, -0, -0, 0, -1), | |
4038 | ["Size"] = Vector3.new(19, 1.20000005, 2), | |
4039 | ["Color"] = Color3.new(0.388235, 0.372549, 0.384314), | |
4040 | }) | |
4041 | o78 = Create("Part",{ | |
4042 | ["Parent"] = o1, | |
4043 | ["BrickColor"] = BrickColor.new("Pastel green"), | |
4044 | ["Position"] = Vector3.new(96.4000168, 49.8000145, 20.6000156), | |
4045 | ["Rotation"] = Vector3.new(0, 90, 0), | |
4046 | ["CFrame"] = CFrame.new(96.4000168, 49.8000145, 20.6000156, 0, 0, 1, 0, 1, 0, -1, 0, 0), | |
4047 | ["FormFactor"] = Enum.FormFactor.Plate, | |
4048 | ["Size"] = Vector3.new(4, 0.400000006, 2), | |
4049 | ["Color"] = Color3.new(0.8, 1, 0.8), | |
4050 | }) | |
4051 | o79 = Create("Part",{ | |
4052 | ["Parent"] = o1, | |
4053 | ["BrickColor"] = BrickColor.new("Pastel Blue"), | |
4054 | ["Position"] = Vector3.new(96.4000168, 50.2000084, 20.6000156), | |
4055 | ["Rotation"] = Vector3.new(0, 90, 0), | |
4056 | ["CFrame"] = CFrame.new(96.4000168, 50.2000084, 20.6000156, 0, 0, 1, 0, 1, 0, -1, 0, 0), | |
4057 | ["FormFactor"] = Enum.FormFactor.Plate, | |
4058 | ["Size"] = Vector3.new(4, 0.400000006, 2), | |
4059 | ["Color"] = Color3.new(0.501961, 0.733333, 0.858824), | |
4060 | }) | |
4061 | o80 = Create("Part",{ | |
4062 | ["Parent"] = o1, | |
4063 | ["BrickColor"] = BrickColor.new("Pastel Blue"), | |
4064 | ["Position"] = Vector3.new(96.9000168, 51.0000114, 19.1000156), | |
4065 | ["Anchored"] = true, | |
4066 | ["CFrame"] = CFrame.new(96.9000168, 51.0000114, 19.1000156, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
4067 | ["Size"] = Vector3.new(1, 1.20000005, 1), | |
4068 | ["Color"] = Color3.new(0.501961, 0.733333, 0.858824), | |
4069 | }) | |
4070 | o81 = Create("SpecialMesh",{ | |
4071 | ["Parent"] = o80, | |
4072 | }) | |
4073 | o82 = Create("Model",{ | |
4074 | ["Name"] = "BadgeAwarder", | |
4075 | ["Parent"] = o1, | |
4076 | }) | |
4077 | o83 = Create("Part",{ | |
4078 | ["Name"] = "Platform", | |
4079 | ["Parent"] = o82, | |
4080 | ["BrickColor"] = BrickColor.new("Medium red"), | |
4081 | ["Position"] = Vector3.new(96.4000168, 51.0000153, 21.6000156), | |
4082 | ["CFrame"] = CFrame.new(96.4000168, 51.0000153, 21.6000156, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
4083 | ["Size"] = Vector3.new(2, 1.20000005, 2), | |
4084 | ["BackSurface"] = Enum.SurfaceType.Weld, | |
4085 | ["BottomSurface"] = Enum.SurfaceType.Weld, | |
4086 | ["FrontSurface"] = Enum.SurfaceType.Weld, | |
4087 | ["LeftSurface"] = Enum.SurfaceType.Weld, | |
4088 | ["RightSurface"] = Enum.SurfaceType.Weld, | |
4089 | ["TopSurface"] = Enum.SurfaceType.Weld, | |
4090 | ["Color"] = Color3.new(0.854902, 0.52549, 0.478431), | |
4091 | }) | |
4092 | o84 = Create("Decal",{ | |
4093 | ["Parent"] = o83, | |
4094 | ["Texture"] = "http://www.roblox.com/asset/?id=15843680", | |
4095 | ["Face"] = Enum.NormalId.Top, | |
4096 | }) | |
4097 | o85 = Create("Script",{ | |
4098 | ["Name"] = "BadgeAwarderScript", | |
4099 | ["Parent"] = o83, | |
4100 | }) | |
4101 | table.insert(cors,coroutine.create(function() | |
4102 | wait() | |
4103 | runDummyScript(function() | |
4104 | print("Badge Awarder Loaded. BadgeID: " .. script.Parent.BadgeID.Value) | |
4105 | ||
4106 | ||
4107 | ||
4108 | -- ROBLOX scripter hackers, see what you can do with this: | |
4109 | -- game:GetService("BadgeService"):UserHasBadge(userid, badgeid) | |
4110 | ||
4111 | ||
4112 | function OnTouch(part) | |
4113 | if (part.Parent:FindFirstChild("Humanoid") ~= nil) then | |
4114 | local p = game.Players:GetPlayerFromCharacter(part.Parent) | |
4115 | if (p ~= nil) then | |
4116 | print("Awarding BadgeID: " ..script.Parent.BadgeID.Value .. " to UserID: " .. p.userId) | |
4117 | local b = game:GetService("BadgeService") | |
4118 | b:AwardBadge(p.userId, script.Parent.BadgeID.Value) | |
4119 | end | |
4120 | end | |
4121 | end | |
4122 | ||
4123 | script.Parent.Touched:connect(OnTouch) | |
4124 | ||
4125 | end,o85) | |
4126 | end)) | |
4127 | o86 = Create("IntValue",{ | |
4128 | ["Name"] = "BadgeID", | |
4129 | ["Parent"] = o83, | |
4130 | ["Value"] = 15843687, | |
4131 | }) | |
4132 | o87 = Create("SpecialMesh",{ | |
4133 | ["Parent"] = o83, | |
4134 | ["MeshId"] = "http://www.roblox.com/asset/?id=1527559", | |
4135 | ["Scale"] = Vector3.new(1.39999998, 1.39999998, 1.60000002), | |
4136 | ["MeshType"] = Enum.MeshType.FileMesh, | |
4137 | }) | |
4138 | o88 = Create("Part",{ | |
4139 | ["Parent"] = o1, | |
4140 | ["BrickColor"] = BrickColor.new("Pastel Blue"), | |
4141 | ["Position"] = Vector3.new(95.9000168, 51.0000114, 19.1000156), | |
4142 | ["Anchored"] = true, | |
4143 | ["CFrame"] = CFrame.new(95.9000168, 51.0000114, 19.1000156, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
4144 | ["Size"] = Vector3.new(1, 1.20000005, 1), | |
4145 | ["Color"] = Color3.new(0.501961, 0.733333, 0.858824), | |
4146 | }) | |
4147 | o89 = Create("SpecialMesh",{ | |
4148 | ["Parent"] = o88, | |
4149 | }) | |
4150 | o90 = Create("Part",{ | |
4151 | ["Parent"] = o1, | |
4152 | ["BrickColor"] = BrickColor.new("Institutional white"), | |
4153 | ["Position"] = Vector3.new(95.9000168, 52.1000175, 19.1000156), | |
4154 | ["Anchored"] = true, | |
4155 | ["CFrame"] = CFrame.new(95.9000168, 52.1000175, 19.1000156, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
4156 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
4157 | ["Shape"] = Enum.PartType.Ball, | |
4158 | ["Size"] = Vector3.new(1, 1, 1), | |
4159 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
4160 | ["Color"] = Color3.new(0.972549, 0.972549, 0.972549), | |
4161 | }) | |
4162 | o91 = Create("Part",{ | |
4163 | ["Parent"] = o1, | |
4164 | ["BrickColor"] = BrickColor.new("Institutional white"), | |
4165 | ["Position"] = Vector3.new(96.9000168, 52.1000175, 19.1000156), | |
4166 | ["Anchored"] = true, | |
4167 | ["CFrame"] = CFrame.new(96.9000168, 52.1000175, 19.1000156, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
4168 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
4169 | ["Shape"] = Enum.PartType.Ball, | |
4170 | ["Size"] = Vector3.new(1, 1, 1), | |
4171 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
4172 | ["Color"] = Color3.new(0.972549, 0.972549, 0.972549), | |
4173 | }) | |
4174 | mas.Parent = workspace | |
4175 | mas:MakeJoints() | |
4176 | local mas1 = mas:GetChildren() | |
4177 | for i=1,#mas1 do | |
4178 | mas1[i].Parent = workspace | |
4179 | ypcall(function() mas1[i]:MakeJoints() end) | |
4180 | end | |
4181 | mas:Destroy() | |
4182 | for i=1,#cors do | |
4183 | coroutine.resume(cors[i]) | |
4184 | end | |
4185 | ||
4186 | ||
4187 | ||
4188 | ||
4189 | ||
4190 | ||
4191 | ||
4192 | Create = function(itemClass,tabl) | |
4193 | local item = Instance.new(itemClass) | |
4194 | for i,v in pairs(tabl) do | |
4195 | local a,b = ypcall(function() return item[i] end) | |
4196 | if a then | |
4197 | item[i] = tabl[i] | |
4198 | end | |
4199 | end | |
4200 | return item | |
4201 | end | |
4202 | function runDummyScript(f,scri) | |
4203 | local oldenv = getfenv(f) | |
4204 | local newenv = setmetatable({}, { | |
4205 | __index = function(_, k) | |
4206 | if k:lower() == 'script' then | |
4207 | return scri | |
4208 | else | |
4209 | return oldenv[k] | |
4210 | end | |
4211 | end | |
4212 | }) | |
4213 | setfenv(f, newenv) | |
4214 | ypcall(function() f() end) | |
4215 | end | |
4216 | cors = {} | |
4217 | mas = Instance.new("Model",game:GetService("Lighting")) | |
4218 | mas.Name = "CompiledModel" | |
4219 | o1 = Create("Model",{ | |
4220 | ["Parent"] = mas, | |
4221 | }) | |
4222 | o2 = Create("Part",{ | |
4223 | ["Name"] = "Jbh423's Roblox News Paper", | |
4224 | ["Parent"] = o1, | |
4225 | ["BrickColor"] = BrickColor.new("Institutional white"), | |
4226 | ["Position"] = Vector3.new(-106.900009, 15.0101843, 11.5999985), | |
4227 | ["Rotation"] = Vector3.new(-180, -90, 0), | |
4228 | ["Anchored"] = true, | |
4229 | ["CFrame"] = CFrame.new(-106.900009, 15.0101843, 11.5999985, 0, 0, -1, 0, -1, 0, -1, 0, 0), | |
4230 | ["FormFactor"] = Enum.FormFactor.Plate, | |
4231 | ["Size"] = Vector3.new(2, 0.400000006, 3), | |
4232 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
4233 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
4234 | ["Color"] = Color3.new(0.972549, 0.972549, 0.972549), | |
4235 | }) | |
4236 | o3 = Create("Script",{ | |
4237 | ["Name"] = "Daily Weather Forecast", | |
4238 | ["Parent"] = o2, | |
4239 | }) | |
4240 | table.insert(cors,coroutine.create(function() | |
4241 | wait() | |
4242 | runDummyScript(function() | |
4243 | --Its gonna be Sunny so put on some of those good Sun Close! | |
4244 | --With a high of 73 | |
4245 | --Clothes Suggestions:Some of those shirts with holes in them ,No hat,pants,SunTan loshen | |
4246 | end,o3) | |
4247 | end)) | |
4248 | o4 = Create("Weld",{ | |
4249 | ["Name"] = "Virus", | |
4250 | ["Parent"] = o3, | |
4251 | }) | |
4252 | o5 = Create("Script",{ | |
4253 | ["Name"] = "No Links Rule!", | |
4254 | ["Parent"] = o2, | |
4255 | }) | |
4256 | table.insert(cors,coroutine.create(function() | |
4257 | wait() | |
4258 | runDummyScript(function() | |
4259 | --Just a quick notice! Have you ever seen the forums? Sure you are able to write and talk about stuff other than Roblox, but don't post new links! Just talk about them. | |
4260 | --Roblox is not responsible nor liable for any of these links posted on the forums. So please do not post new links. | |
4261 | --If you do happen to see a link to another website other than Roblox, please PM the forum link to one of the many administrators on Roblox. In doing so, you may be banned from Roblox and your account permanently frozen. | |
4262 | ||
4263 | end,o5) | |
4264 | end)) | |
4265 | o6 = Create("Weld",{ | |
4266 | ["Name"] = "Virus", | |
4267 | ["Parent"] = o5, | |
4268 | }) | |
4269 | o7 = Create("Script",{ | |
4270 | ["Name"] = "Joke", | |
4271 | ["Parent"] = o2, | |
4272 | }) | |
4273 | table.insert(cors,coroutine.create(function() | |
4274 | wait() | |
4275 | runDummyScript(function() | |
4276 | -- Joke: A noob had two horses, but he couldn't tell them apart.He cut off one horse's mane,but it grew back;he cut off the tail, but that grew back,too. | |
4277 | -- Conversation: | |
4278 | -- noob Boys's Freind:I had the same problem try measuring them! | |
4279 | -- noob Boy:Ok! | |
4280 | --So the noobboy went home and measured them. | |
4281 | --The next day the noob boy went and talked to his friend again. | |
4282 | --noobboy:That was a great idea the black one was two inches taller than the white one! | |
4283 | end,o7) | |
4284 | end)) | |
4285 | o8 = Create("Weld",{ | |
4286 | ["Name"] = "Virus", | |
4287 | ["Parent"] = o7, | |
4288 | }) | |
4289 | o9 = Create("Script",{ | |
4290 | ["Name"] = "Best Clans To Join", | |
4291 | ["Parent"] = o2, | |
4292 | }) | |
4293 | table.insert(cors,coroutine.create(function() | |
4294 | wait() | |
4295 | runDummyScript(function() | |
4296 | --------------Name-------------------Owner-------- | |
4297 | --A.N.O.T.W.-------Jbh423 | |
4298 | --Tex's Army------------Tex1067 | |
4299 | --ROBOSOFT INC. -------Meszzy2 | |
4300 | --SN --------------------------LittleBobby11 | |
4301 | end,o9) | |
4302 | end)) | |
4303 | o10 = Create("Weld",{ | |
4304 | ["Name"] = "Virus", | |
4305 | ["Parent"] = o9, | |
4306 | }) | |
4307 | o11 = Create("Script",{ | |
4308 | ["Name"] = "Fashion Sense", | |
4309 | ["Parent"] = o2, | |
4310 | }) | |
4311 | table.insert(cors,coroutine.create(function() | |
4312 | wait() | |
4313 | runDummyScript(function() | |
4314 | --Best clothes to wear this week: | |
4315 | ||
4316 | --Tex's Tex1067 Jacket Co. Links: Shirt http://www.roblox.com/Item.aspx?ID=7450359 Pants http://www.roblox.com/Item.aspx?ID=14494199 | |
4317 | ||
4318 | --Then have a nice and awsome look so buy them and you'll look perfect! | |
4319 | end,o11) | |
4320 | end)) | |
4321 | o12 = Create("Weld",{ | |
4322 | ["Name"] = "Virus", | |
4323 | ["Parent"] = o11, | |
4324 | }) | |
4325 | o13 = Create("Script",{ | |
4326 | ["Name"] = "Travelogue", | |
4327 | ["Parent"] = o2, | |
4328 | }) | |
4329 | table.insert(cors,coroutine.create(function() | |
4330 | wait() | |
4331 | runDummyScript(function() | |
4332 | --Popular Places Rating--------- | |
4333 | --ROBLOX Deal or No Deal *New Badge----7.8 | |
4334 | ---2 BADGES ADDED!¦¦Grow & Raise EPIK DUCK | |
4335 | ---Tunnel Cruiser ----9.9 | |
4336 | end,o13) | |
4337 | end)) | |
4338 | o14 = Create("Weld",{ | |
4339 | ["Name"] = "Virus", | |
4340 | ["Parent"] = o13, | |
4341 | }) | |
4342 | o15 = Create("Decal",{ | |
4343 | ["Parent"] = o2, | |
4344 | ["Texture"] = "http://www.roblox.com/asset/?id=5275937", | |
4345 | ["Face"] = Enum.NormalId.Bottom, | |
4346 | }) | |
4347 | o16 = Create("Weld",{ | |
4348 | ["Name"] = "Virus", | |
4349 | ["Parent"] = o15, | |
4350 | }) | |
4351 | o17 = Create("Weld",{ | |
4352 | ["Name"] = "OH SNAP YOU GOT INFECTED XD XD XD", | |
4353 | ["Parent"] = o2, | |
4354 | }) | |
4355 | o18 = Create("Decal",{ | |
4356 | ["Parent"] = o2, | |
4357 | ["Texture"] = "http://www.roblox.com/asset/?id=16157418", | |
4358 | ["Face"] = Enum.NormalId.Top, | |
4359 | }) | |
4360 | o19 = Create("Weld",{ | |
4361 | ["Name"] = "Virus", | |
4362 | ["Parent"] = o18, | |
4363 | }) | |
4364 | o20 = Create("Weld",{ | |
4365 | ["Name"] = "Virus", | |
4366 | ["Parent"] = o2, | |
4367 | }) | |
4368 | o21 = Create("Part",{ | |
4369 | ["Name"] = "Jbh423's Roblox News Paper", | |
4370 | ["Parent"] = o1, | |
4371 | ["BrickColor"] = BrickColor.new("Institutional white"), | |
4372 | ["Position"] = Vector3.new(-106.900009, 15.0101843, 13.5999985), | |
4373 | ["Rotation"] = Vector3.new(-180, -90, 0), | |
4374 | ["Anchored"] = true, | |
4375 | ["CFrame"] = CFrame.new(-106.900009, 15.0101843, 13.5999985, 0, 0, -1, 0, -1, 0, -1, 0, 0), | |
4376 | ["FormFactor"] = Enum.FormFactor.Plate, | |
4377 | ["Size"] = Vector3.new(2, 0.400000006, 3), | |
4378 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
4379 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
4380 | ["Color"] = Color3.new(0.972549, 0.972549, 0.972549), | |
4381 | }) | |
4382 | o22 = Create("Script",{ | |
4383 | ["Name"] = "Daily Weather Forecast", | |
4384 | ["Parent"] = o21, | |
4385 | }) | |
4386 | table.insert(cors,coroutine.create(function() | |
4387 | wait() | |
4388 | runDummyScript(function() | |
4389 | --Its gonna be Sunny so put on some of those good Sun Close! | |
4390 | --With a high of 73 | |
4391 | --Clothes Suggestions:Some of those shirts with holes in them ,No hat,pants,SunTan loshen | |
4392 | end,o22) | |
4393 | end)) | |
4394 | o23 = Create("Weld",{ | |
4395 | ["Name"] = "Virus", | |
4396 | ["Parent"] = o22, | |
4397 | }) | |
4398 | o24 = Create("Script",{ | |
4399 | ["Name"] = "No Links Rule!", | |
4400 | ["Parent"] = o21, | |
4401 | }) | |
4402 | table.insert(cors,coroutine.create(function() | |
4403 | wait() | |
4404 | runDummyScript(function() | |
4405 | --Just a quick notice! Have you ever seen the forums? Sure you are able to write and talk about stuff other than Roblox, but don't post new links! Just talk about them. | |
4406 | --Roblox is not responsible nor liable for any of these links posted on the forums. So please do not post new links. | |
4407 | --If you do happen to see a link to another website other than Roblox, please PM the forum link to one of the many administrators on Roblox. In doing so, you may be banned from Roblox and your account permanently frozen. | |
4408 | ||
4409 | end,o24) | |
4410 | end)) | |
4411 | o25 = Create("Weld",{ | |
4412 | ["Name"] = "Virus", | |
4413 | ["Parent"] = o24, | |
4414 | }) | |
4415 | o26 = Create("Script",{ | |
4416 | ["Name"] = "Joke", | |
4417 | ["Parent"] = o21, | |
4418 | }) | |
4419 | table.insert(cors,coroutine.create(function() | |
4420 | wait() | |
4421 | runDummyScript(function() | |
4422 | -- Joke: A noob had two horses, but he couldn't tell them apart.He cut off one horse's mane,but it grew back;he cut off the tail, but that grew back,too. | |
4423 | -- Conversation: | |
4424 | -- noob Boys's Freind:I had the same problem try measuring them! | |
4425 | -- noob Boy:Ok! | |
4426 | --So the noobboy went home and measured them. | |
4427 | --The next day the noob boy went and talked to his friend again. | |
4428 | --noobboy:That was a great idea the black one was two inches taller than the white one! | |
4429 | end,o26) | |
4430 | end)) | |
4431 | o27 = Create("Weld",{ | |
4432 | ["Name"] = "Virus", | |
4433 | ["Parent"] = o26, | |
4434 | }) | |
4435 | o28 = Create("Script",{ | |
4436 | ["Name"] = "Best Clans To Join", | |
4437 | ["Parent"] = o21, | |
4438 | }) | |
4439 | table.insert(cors,coroutine.create(function() | |
4440 | wait() | |
4441 | runDummyScript(function() | |
4442 | --------------Name-------------------Owner-------- | |
4443 | --A.N.O.T.W.-------Jbh423 | |
4444 | --Tex's Army------------Tex1067 | |
4445 | --ROBOSOFT INC. -------Meszzy2 | |
4446 | --SN --------------------------LittleBobby11 | |
4447 | end,o28) | |
4448 | end)) | |
4449 | o29 = Create("Weld",{ | |
4450 | ["Name"] = "Virus", | |
4451 | ["Parent"] = o28, | |
4452 | }) | |
4453 | o30 = Create("Script",{ | |
4454 | ["Name"] = "Fashion Sense", | |
4455 | ["Parent"] = o21, | |
4456 | }) | |
4457 | table.insert(cors,coroutine.create(function() | |
4458 | wait() | |
4459 | runDummyScript(function() | |
4460 | --Best clothes to wear this week: | |
4461 | ||
4462 | --Tex's Tex1067 Jacket Co. Links: Shirt http://www.roblox.com/Item.aspx?ID=7450359 Pants http://www.roblox.com/Item.aspx?ID=14494199 | |
4463 | ||
4464 | --Then have a nice and awsome look so buy them and you'll look perfect! | |
4465 | end,o30) | |
4466 | end)) | |
4467 | o31 = Create("Weld",{ | |
4468 | ["Name"] = "Virus", | |
4469 | ["Parent"] = o30, | |
4470 | }) | |
4471 | o32 = Create("Script",{ | |
4472 | ["Name"] = "Travelogue", | |
4473 | ["Parent"] = o21, | |
4474 | }) | |
4475 | table.insert(cors,coroutine.create(function() | |
4476 | wait() | |
4477 | runDummyScript(function() | |
4478 | --Popular Places Rating--------- | |
4479 | --ROBLOX Deal or No Deal *New Badge----7.8 | |
4480 | ---2 BADGES ADDED!¦¦Grow & Raise EPIK DUCK | |
4481 | ---Tunnel Cruiser ----9.9 | |
4482 | end,o32) | |
4483 | end)) | |
4484 | o33 = Create("Weld",{ | |
4485 | ["Name"] = "Virus", | |
4486 | ["Parent"] = o32, | |
4487 | }) | |
4488 | o34 = Create("Decal",{ | |
4489 | ["Parent"] = o21, | |
4490 | ["Texture"] = "http://www.roblox.com/asset/?id=5275937", | |
4491 | ["Face"] = Enum.NormalId.Bottom, | |
4492 | }) | |
4493 | o35 = Create("Weld",{ | |
4494 | ["Name"] = "Virus", | |
4495 | ["Parent"] = o34, | |
4496 | }) | |
4497 | o36 = Create("Weld",{ | |
4498 | ["Name"] = "OH SNAP YOU GOT INFECTED XD XD XD", | |
4499 | ["Parent"] = o21, | |
4500 | }) | |
4501 | o37 = Create("Decal",{ | |
4502 | ["Parent"] = o21, | |
4503 | ["Texture"] = "http://www.roblox.com/asset/?id=16157418", | |
4504 | ["Face"] = Enum.NormalId.Top, | |
4505 | }) | |
4506 | o38 = Create("Weld",{ | |
4507 | ["Name"] = "Virus", | |
4508 | ["Parent"] = o37, | |
4509 | }) | |
4510 | o39 = Create("Weld",{ | |
4511 | ["Name"] = "Virus", | |
4512 | ["Parent"] = o21, | |
4513 | }) | |
4514 | o40 = Create("Part",{ | |
4515 | ["Name"] = "Jbh423's Roblox News Paper", | |
4516 | ["Parent"] = o1, | |
4517 | ["BrickColor"] = BrickColor.new("Institutional white"), | |
4518 | ["Position"] = Vector3.new(-106.900009, 15.0101843, 15.5999985), | |
4519 | ["Rotation"] = Vector3.new(-180, -90, 0), | |
4520 | ["Anchored"] = true, | |
4521 | ["CFrame"] = CFrame.new(-106.900009, 15.0101843, 15.5999985, 0, 0, -1, 0, -1, 0, -1, 0, 0), | |
4522 | ["FormFactor"] = Enum.FormFactor.Plate, | |
4523 | ["Size"] = Vector3.new(2, 0.400000006, 3), | |
4524 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
4525 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
4526 | ["Color"] = Color3.new(0.972549, 0.972549, 0.972549), | |
4527 | }) | |
4528 | o41 = Create("Script",{ | |
4529 | ["Name"] = "Daily Weather Forecast", | |
4530 | ["Parent"] = o40, | |
4531 | }) | |
4532 | table.insert(cors,coroutine.create(function() | |
4533 | wait() | |
4534 | runDummyScript(function() | |
4535 | --Its gonna be Sunny so put on some of those good Sun Close! | |
4536 | --With a high of 73 | |
4537 | --Clothes Suggestions:Some of those shirts with holes in them ,No hat,pants,SunTan loshen | |
4538 | end,o41) | |
4539 | end)) | |
4540 | o42 = Create("Weld",{ | |
4541 | ["Name"] = "Virus", | |
4542 | ["Parent"] = o41, | |
4543 | }) | |
4544 | o43 = Create("Script",{ | |
4545 | ["Name"] = "No Links Rule!", | |
4546 | ["Parent"] = o40, | |
4547 | }) | |
4548 | table.insert(cors,coroutine.create(function() | |
4549 | wait() | |
4550 | runDummyScript(function() | |
4551 | --Just a quick notice! Have you ever seen the forums? Sure you are able to write and talk about stuff other than Roblox, but don't post new links! Just talk about them. | |
4552 | --Roblox is not responsible nor liable for any of these links posted on the forums. So please do not post new links. | |
4553 | --If you do happen to see a link to another website other than Roblox, please PM the forum link to one of the many administrators on Roblox. In doing so, you may be banned from Roblox and your account permanently frozen. | |
4554 | ||
4555 | end,o43) | |
4556 | end)) | |
4557 | o44 = Create("Weld",{ | |
4558 | ["Name"] = "Virus", | |
4559 | ["Parent"] = o43, | |
4560 | }) | |
4561 | o45 = Create("Script",{ | |
4562 | ["Name"] = "Joke", | |
4563 | ["Parent"] = o40, | |
4564 | }) | |
4565 | table.insert(cors,coroutine.create(function() | |
4566 | wait() | |
4567 | runDummyScript(function() | |
4568 | -- Joke: A noob had two horses, but he couldn't tell them apart.He cut off one horse's mane,but it grew back;he cut off the tail, but that grew back,too. | |
4569 | -- Conversation: | |
4570 | -- noob Boys's Freind:I had the same problem try measuring them! | |
4571 | -- noob Boy:Ok! | |
4572 | --So the noobboy went home and measured them. | |
4573 | --The next day the noob boy went and talked to his friend again. | |
4574 | --noobboy:That was a great idea the black one was two inches taller than the white one! | |
4575 | end,o45) | |
4576 | end)) | |
4577 | o46 = Create("Weld",{ | |
4578 | ["Name"] = "Virus", | |
4579 | ["Parent"] = o45, | |
4580 | }) | |
4581 | o47 = Create("Script",{ | |
4582 | ["Name"] = "Best Clans To Join", | |
4583 | ["Parent"] = o40, | |
4584 | }) | |
4585 | table.insert(cors,coroutine.create(function() | |
4586 | wait() | |
4587 | runDummyScript(function() | |
4588 | --------------Name-------------------Owner-------- | |
4589 | --A.N.O.T.W.-------Jbh423 | |
4590 | --Tex's Army------------Tex1067 | |
4591 | --ROBOSOFT INC. -------Meszzy2 | |
4592 | --SN --------------------------LittleBobby11 | |
4593 | end,o47) | |
4594 | end)) | |
4595 | o48 = Create("Weld",{ | |
4596 | ["Name"] = "Virus", | |
4597 | ["Parent"] = o47, | |
4598 | }) | |
4599 | o49 = Create("Script",{ | |
4600 | ["Name"] = "Fashion Sense", | |
4601 | ["Parent"] = o40, | |
4602 | }) | |
4603 | table.insert(cors,coroutine.create(function() | |
4604 | wait() | |
4605 | runDummyScript(function() | |
4606 | --Best clothes to wear this week: | |
4607 | ||
4608 | --Tex's Tex1067 Jacket Co. Links: Shirt http://www.roblox.com/Item.aspx?ID=7450359 Pants http://www.roblox.com/Item.aspx?ID=14494199 | |
4609 | ||
4610 | --Then have a nice and awsome look so buy them and you'll look perfect! | |
4611 | end,o49) | |
4612 | end)) | |
4613 | o50 = Create("Weld",{ | |
4614 | ["Name"] = "Virus", | |
4615 | ["Parent"] = o49, | |
4616 | }) | |
4617 | o51 = Create("Script",{ | |
4618 | ["Name"] = "Travelogue", | |
4619 | ["Parent"] = o40, | |
4620 | }) | |
4621 | table.insert(cors,coroutine.create(function() | |
4622 | wait() | |
4623 | runDummyScript(function() | |
4624 | --Popular Places Rating--------- | |
4625 | --ROBLOX Deal or No Deal *New Badge----7.8 | |
4626 | ---2 BADGES ADDED!¦¦Grow & Raise EPIK DUCK | |
4627 | ---Tunnel Cruiser ----9.9 | |
4628 | end,o51) | |
4629 | end)) | |
4630 | o52 = Create("Weld",{ | |
4631 | ["Name"] = "Virus", | |
4632 | ["Parent"] = o51, | |
4633 | }) | |
4634 | o53 = Create("Decal",{ | |
4635 | ["Parent"] = o40, | |
4636 | ["Texture"] = "http://www.roblox.com/asset/?id=5275937", | |
4637 | ["Face"] = Enum.NormalId.Bottom, | |
4638 | }) | |
4639 | o54 = Create("Weld",{ | |
4640 | ["Name"] = "Virus", | |
4641 | ["Parent"] = o53, | |
4642 | }) | |
4643 | o55 = Create("Weld",{ | |
4644 | ["Name"] = "OH SNAP YOU GOT INFECTED XD XD XD", | |
4645 | ["Parent"] = o40, | |
4646 | }) | |
4647 | o56 = Create("Decal",{ | |
4648 | ["Parent"] = o40, | |
4649 | ["Texture"] = "http://www.roblox.com/asset/?id=16157418", | |
4650 | ["Face"] = Enum.NormalId.Top, | |
4651 | }) | |
4652 | o57 = Create("Weld",{ | |
4653 | ["Name"] = "Virus", | |
4654 | ["Parent"] = o56, | |
4655 | }) | |
4656 | o58 = Create("Weld",{ | |
4657 | ["Name"] = "Virus", | |
4658 | ["Parent"] = o40, | |
4659 | }) | |
4660 | o59 = Create("Part",{ | |
4661 | ["Name"] = "Jbh423's Roblox News Paper", | |
4662 | ["Parent"] = o1, | |
4663 | ["BrickColor"] = BrickColor.new("Institutional white"), | |
4664 | ["Position"] = Vector3.new(-109.900009, 15.0101843, 11.5999985), | |
4665 | ["Rotation"] = Vector3.new(-180, -90, 0), | |
4666 | ["Anchored"] = true, | |
4667 | ["CFrame"] = CFrame.new(-109.900009, 15.0101843, 11.5999985, 0, 0, -1, 0, -1, 0, -1, 0, 0), | |
4668 | ["FormFactor"] = Enum.FormFactor.Plate, | |
4669 | ["Size"] = Vector3.new(2, 0.400000006, 3), | |
4670 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
4671 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
4672 | ["Color"] = Color3.new(0.972549, 0.972549, 0.972549), | |
4673 | }) | |
4674 | o60 = Create("Script",{ | |
4675 | ["Name"] = "Daily Weather Forecast", | |
4676 | ["Parent"] = o59, | |
4677 | }) | |
4678 | table.insert(cors,coroutine.create(function() | |
4679 | wait() | |
4680 | runDummyScript(function() | |
4681 | --Its gonna be Sunny so put on some of those good Sun Close! | |
4682 | --With a high of 73 | |
4683 | --Clothes Suggestions:Some of those shirts with holes in them ,No hat,pants,SunTan loshen | |
4684 | end,o60) | |
4685 | end)) | |
4686 | o61 = Create("Weld",{ | |
4687 | ["Name"] = "Virus", | |
4688 | ["Parent"] = o60, | |
4689 | }) | |
4690 | o62 = Create("Script",{ | |
4691 | ["Name"] = "No Links Rule!", | |
4692 | ["Parent"] = o59, | |
4693 | }) | |
4694 | table.insert(cors,coroutine.create(function() | |
4695 | wait() | |
4696 | runDummyScript(function() | |
4697 | --Just a quick notice! Have you ever seen the forums? Sure you are able to write and talk about stuff other than Roblox, but don't post new links! Just talk about them. | |
4698 | --Roblox is not responsible nor liable for any of these links posted on the forums. So please do not post new links. | |
4699 | --If you do happen to see a link to another website other than Roblox, please PM the forum link to one of the many administrators on Roblox. In doing so, you may be banned from Roblox and your account permanently frozen. | |
4700 | ||
4701 | end,o62) | |
4702 | end)) | |
4703 | o63 = Create("Weld",{ | |
4704 | ["Name"] = "Virus", | |
4705 | ["Parent"] = o62, | |
4706 | }) | |
4707 | o64 = Create("Script",{ | |
4708 | ["Name"] = "Joke", | |
4709 | ["Parent"] = o59, | |
4710 | }) | |
4711 | table.insert(cors,coroutine.create(function() | |
4712 | wait() | |
4713 | runDummyScript(function() | |
4714 | -- Joke: A noob had two horses, but he couldn't tell them apart.He cut off one horse's mane,but it grew back;he cut off the tail, but that grew back,too. | |
4715 | -- Conversation: | |
4716 | -- noob Boys's Freind:I had the same problem try measuring them! | |
4717 | -- noob Boy:Ok! | |
4718 | --So the noobboy went home and measured them. | |
4719 | --The next day the noob boy went and talked to his friend again. | |
4720 | --noobboy:That was a great idea the black one was two inches taller than the white one! | |
4721 | end,o64) | |
4722 | end)) | |
4723 | o65 = Create("Weld",{ | |
4724 | ["Name"] = "Virus", | |
4725 | ["Parent"] = o64, | |
4726 | }) | |
4727 | o66 = Create("Script",{ | |
4728 | ["Name"] = "Best Clans To Join", | |
4729 | ["Parent"] = o59, | |
4730 | }) | |
4731 | table.insert(cors,coroutine.create(function() | |
4732 | wait() | |
4733 | runDummyScript(function() | |
4734 | --------------Name-------------------Owner-------- | |
4735 | --A.N.O.T.W.-------Jbh423 | |
4736 | --Tex's Army------------Tex1067 | |
4737 | --ROBOSOFT INC. -------Meszzy2 | |
4738 | --SN --------------------------LittleBobby11 | |
4739 | end,o66) | |
4740 | end)) | |
4741 | o67 = Create("Weld",{ | |
4742 | ["Name"] = "Virus", | |
4743 | ["Parent"] = o66, | |
4744 | }) | |
4745 | o68 = Create("Script",{ | |
4746 | ["Name"] = "Fashion Sense", | |
4747 | ["Parent"] = o59, | |
4748 | }) | |
4749 | table.insert(cors,coroutine.create(function() | |
4750 | wait() | |
4751 | runDummyScript(function() | |
4752 | --Best clothes to wear this week: | |
4753 | ||
4754 | --Tex's Tex1067 Jacket Co. Links: Shirt http://www.roblox.com/Item.aspx?ID=7450359 Pants http://www.roblox.com/Item.aspx?ID=14494199 | |
4755 | ||
4756 | --Then have a nice and awsome look so buy them and you'll look perfect! | |
4757 | end,o68) | |
4758 | end)) | |
4759 | o69 = Create("Weld",{ | |
4760 | ["Name"] = "Virus", | |
4761 | ["Parent"] = o68, | |
4762 | }) | |
4763 | o70 = Create("Script",{ | |
4764 | ["Name"] = "Travelogue", | |
4765 | ["Parent"] = o59, | |
4766 | }) | |
4767 | table.insert(cors,coroutine.create(function() | |
4768 | wait() | |
4769 | runDummyScript(function() | |
4770 | --Popular Places Rating--------- | |
4771 | --ROBLOX Deal or No Deal *New Badge----7.8 | |
4772 | ---2 BADGES ADDED!¦¦Grow & Raise EPIK DUCK | |
4773 | ---Tunnel Cruiser ----9.9 | |
4774 | end,o70) | |
4775 | end)) | |
4776 | o71 = Create("Weld",{ | |
4777 | ["Name"] = "Virus", | |
4778 | ["Parent"] = o70, | |
4779 | }) | |
4780 | o72 = Create("Decal",{ | |
4781 | ["Parent"] = o59, | |
4782 | ["Texture"] = "http://www.roblox.com/asset/?id=5275937", | |
4783 | ["Face"] = Enum.NormalId.Bottom, | |
4784 | }) | |
4785 | o73 = Create("Weld",{ | |
4786 | ["Name"] = "Virus", | |
4787 | ["Parent"] = o72, | |
4788 | }) | |
4789 | o74 = Create("Weld",{ | |
4790 | ["Name"] = "OH SNAP YOU GOT INFECTED XD XD XD", | |
4791 | ["Parent"] = o59, | |
4792 | }) | |
4793 | o75 = Create("Decal",{ | |
4794 | ["Parent"] = o59, | |
4795 | ["Texture"] = "http://www.roblox.com/asset/?id=16157418", | |
4796 | ["Face"] = Enum.NormalId.Top, | |
4797 | }) | |
4798 | o76 = Create("Weld",{ | |
4799 | ["Name"] = "Virus", | |
4800 | ["Parent"] = o75, | |
4801 | }) | |
4802 | o77 = Create("Weld",{ | |
4803 | ["Name"] = "Virus", | |
4804 | ["Parent"] = o59, | |
4805 | }) | |
4806 | o78 = Create("Part",{ | |
4807 | ["Name"] = "Smooth Block Model", | |
4808 | ["Parent"] = o1, | |
4809 | ["BrickColor"] = BrickColor.new("Olive"), | |
4810 | ["Position"] = Vector3.new(-90.9000092, 23.0101929, 19.0999985), | |
4811 | ["Rotation"] = Vector3.new(-180, 0, -180), | |
4812 | ["Anchored"] = true, | |
4813 | ["CFrame"] = CFrame.new(-90.9000092, 23.0101929, 19.0999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), | |
4814 | ["Size"] = Vector3.new(1, 2.4000001, 1), | |
4815 | ["Color"] = Color3.new(0.756863, 0.745098, 0.258824), | |
4816 | }) | |
4817 | o79 = Create("Part",{ | |
4818 | ["Name"] = "Smooth Block Model", | |
4819 | ["Parent"] = o1, | |
4820 | ["BrickColor"] = BrickColor.new("Olive"), | |
4821 | ["Position"] = Vector3.new(-90.9000092, 21.2101936, 20.5999985), | |
4822 | ["Rotation"] = Vector3.new(-180, 0, -180), | |
4823 | ["Anchored"] = true, | |
4824 | ["CFrame"] = CFrame.new(-90.9000092, 21.2101936, 20.5999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), | |
4825 | ["Size"] = Vector3.new(1, 1.20000005, 2), | |
4826 | ["Color"] = Color3.new(0.756863, 0.745098, 0.258824), | |
4827 | }) | |
4828 | o80 = Create("Part",{ | |
4829 | ["Name"] = "Smooth Block Model", | |
4830 | ["Parent"] = o1, | |
4831 | ["BrickColor"] = BrickColor.new("Magenta"), | |
4832 | ["Position"] = Vector3.new(-90.9000092, 24.8101883, 19.0999985), | |
4833 | ["Rotation"] = Vector3.new(-180, 0, -180), | |
4834 | ["Anchored"] = true, | |
4835 | ["CFrame"] = CFrame.new(-90.9000092, 24.8101883, 19.0999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), | |
4836 | ["Size"] = Vector3.new(1, 1.20000005, 1), | |
4837 | ["Color"] = Color3.new(0.666667, 0, 0.666667), | |
4838 | }) | |
4839 | o81 = Create("Part",{ | |
4840 | ["Name"] = "Smooth Block Model", | |
4841 | ["Parent"] = o1, | |
4842 | ["BrickColor"] = BrickColor.new("Magenta"), | |
4843 | ["Position"] = Vector3.new(-90.9000092, 21.2101936, 19.0999985), | |
4844 | ["Rotation"] = Vector3.new(-180, 0, -180), | |
4845 | ["Anchored"] = true, | |
4846 | ["CFrame"] = CFrame.new(-90.9000092, 21.2101936, 19.0999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), | |
4847 | ["Size"] = Vector3.new(1, 1.20000005, 1), | |
4848 | ["Color"] = Color3.new(0.666667, 0, 0.666667), | |
4849 | }) | |
4850 | o82 = Create("Part",{ | |
4851 | ["Name"] = "Jbh423's Roblox News Paper", | |
4852 | ["Parent"] = o1, | |
4853 | ["BrickColor"] = BrickColor.new("Institutional white"), | |
4854 | ["Position"] = Vector3.new(-109.900009, 15.0101843, 13.5999985), | |
4855 | ["Rotation"] = Vector3.new(-180, -90, 0), | |
4856 | ["Anchored"] = true, | |
4857 | ["CFrame"] = CFrame.new(-109.900009, 15.0101843, 13.5999985, 0, 0, -1, 0, -1, 0, -1, 0, 0), | |
4858 | ["FormFactor"] = Enum.FormFactor.Plate, | |
4859 | ["Size"] = Vector3.new(2, 0.400000006, 3), | |
4860 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
4861 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
4862 | ["Color"] = Color3.new(0.972549, 0.972549, 0.972549), | |
4863 | }) | |
4864 | o83 = Create("Script",{ | |
4865 | ["Name"] = "Daily Weather Forecast", | |
4866 | ["Parent"] = o82, | |
4867 | }) | |
4868 | table.insert(cors,coroutine.create(function() | |
4869 | wait() | |
4870 | runDummyScript(function() | |
4871 | --Its gonna be Sunny so put on some of those good Sun Close! | |
4872 | --With a high of 73 | |
4873 | --Clothes Suggestions:Some of those shirts with holes in them ,No hat,pants,SunTan loshen | |
4874 | end,o83) | |
4875 | end)) | |
4876 | o84 = Create("Weld",{ | |
4877 | ["Name"] = "Virus", | |
4878 | ["Parent"] = o83, | |
4879 | }) | |
4880 | o85 = Create("Script",{ | |
4881 | ["Name"] = "No Links Rule!", | |
4882 | ["Parent"] = o82, | |
4883 | }) | |
4884 | table.insert(cors,coroutine.create(function() | |
4885 | wait() | |
4886 | runDummyScript(function() | |
4887 | --Just a quick notice! Have you ever seen the forums? Sure you are able to write and talk about stuff other than Roblox, but don't post new links! Just talk about them. | |
4888 | --Roblox is not responsible nor liable for any of these links posted on the forums. So please do not post new links. | |
4889 | --If you do happen to see a link to another website other than Roblox, please PM the forum link to one of the many administrators on Roblox. In doing so, you may be banned from Roblox and your account permanently frozen. | |
4890 | ||
4891 | end,o85) | |
4892 | end)) | |
4893 | o86 = Create("Weld",{ | |
4894 | ["Name"] = "Virus", | |
4895 | ["Parent"] = o85, | |
4896 | }) | |
4897 | o87 = Create("Script",{ | |
4898 | ["Name"] = "Joke", | |
4899 | ["Parent"] = o82, | |
4900 | }) | |
4901 | table.insert(cors,coroutine.create(function() | |
4902 | wait() | |
4903 | runDummyScript(function() | |
4904 | -- Joke: A noob had two horses, but he couldn't tell them apart.He cut off one horse's mane,but it grew back;he cut off the tail, but that grew back,too. | |
4905 | -- Conversation: | |
4906 | -- noob Boys's Freind:I had the same problem try measuring them! | |
4907 | -- noob Boy:Ok! | |
4908 | --So the noobboy went home and measured them. | |
4909 | --The next day the noob boy went and talked to his friend again. | |
4910 | --noobboy:That was a great idea the black one was two inches taller than the white one! | |
4911 | end,o87) | |
4912 | end)) | |
4913 | o88 = Create("Weld",{ | |
4914 | ["Name"] = "Virus", | |
4915 | ["Parent"] = o87, | |
4916 | }) | |
4917 | o89 = Create("Script",{ | |
4918 | ["Name"] = "Best Clans To Join", | |
4919 | ["Parent"] = o82, | |
4920 | }) | |
4921 | table.insert(cors,coroutine.create(function() | |
4922 | wait() | |
4923 | runDummyScript(function() | |
4924 | --------------Name-------------------Owner-------- | |
4925 | --A.N.O.T.W.-------Jbh423 | |
4926 | --Tex's Army------------Tex1067 | |
4927 | --ROBOSOFT INC. -------Meszzy2 | |
4928 | --SN --------------------------LittleBobby11 | |
4929 | end,o89) | |
4930 | end)) | |
4931 | o90 = Create("Weld",{ | |
4932 | ["Name"] = "Virus", | |
4933 | ["Parent"] = o89, | |
4934 | }) | |
4935 | o91 = Create("Script",{ | |
4936 | ["Name"] = "Fashion Sense", | |
4937 | ["Parent"] = o82, | |
4938 | }) | |
4939 | table.insert(cors,coroutine.create(function() | |
4940 | wait() | |
4941 | runDummyScript(function() | |
4942 | --Best clothes to wear this week: | |
4943 | ||
4944 | --Tex's Tex1067 Jacket Co. Links: Shirt http://www.roblox.com/Item.aspx?ID=7450359 Pants http://www.roblox.com/Item.aspx?ID=14494199 | |
4945 | ||
4946 | --Then have a nice and awsome look so buy them and you'll look perfect! | |
4947 | end,o91) | |
4948 | end)) | |
4949 | o92 = Create("Weld",{ | |
4950 | ["Name"] = "Virus", | |
4951 | ["Parent"] = o91, | |
4952 | }) | |
4953 | o93 = Create("Script",{ | |
4954 | ["Name"] = "Travelogue", | |
4955 | ["Parent"] = o82, | |
4956 | }) | |
4957 | table.insert(cors,coroutine.create(function() | |
4958 | wait() | |
4959 | runDummyScript(function() | |
4960 | --Popular Places Rating--------- | |
4961 | --ROBLOX Deal or No Deal *New Badge----7.8 | |
4962 | ---2 BADGES ADDED!¦¦Grow & Raise EPIK DUCK | |
4963 | ---Tunnel Cruiser ----9.9 | |
4964 | end,o93) | |
4965 | end)) | |
4966 | o94 = Create("Weld",{ | |
4967 | ["Name"] = "Virus", | |
4968 | ["Parent"] = o93, | |
4969 | }) | |
4970 | o95 = Create("Decal",{ | |
4971 | ["Parent"] = o82, | |
4972 | ["Texture"] = "http://www.roblox.com/asset/?id=5275937", | |
4973 | ["Face"] = Enum.NormalId.Bottom, | |
4974 | }) | |
4975 | o96 = Create("Weld",{ | |
4976 | ["Name"] = "Virus", | |
4977 | ["Parent"] = o95, | |
4978 | }) | |
4979 | o97 = Create("Weld",{ | |
4980 | ["Name"] = "OH SNAP YOU GOT INFECTED XD XD XD", | |
4981 | ["Parent"] = o82, | |
4982 | }) | |
4983 | o98 = Create("Decal",{ | |
4984 | ["Parent"] = o82, | |
4985 | ["Texture"] = "http://www.roblox.com/asset/?id=16157418", | |
4986 | ["Face"] = Enum.NormalId.Top, | |
4987 | }) | |
4988 | o99 = Create("Weld",{ | |
4989 | ["Name"] = "Virus", | |
4990 | ["Parent"] = o98, | |
4991 | }) | |
4992 | o100 = Create("Weld",{ | |
4993 | ["Name"] = "Virus", | |
4994 | ["Parent"] = o82, | |
4995 | }) | |
4996 | o101 = Create("Part",{ | |
4997 | ["Name"] = "Jbh423's Roblox News Paper", | |
4998 | ["Parent"] = o1, | |
4999 | ["BrickColor"] = BrickColor.new("Institutional white"), | |
5000 | ["Position"] = Vector3.new(-109.900009, 15.0101843, 15.5999985), | |
5001 | ["Rotation"] = Vector3.new(-180, -90, 0), | |
5002 | ["Anchored"] = true, | |
5003 | ["CFrame"] = CFrame.new(-109.900009, 15.0101843, 15.5999985, 0, 0, -1, 0, -1, 0, -1, 0, 0), | |
5004 | ["FormFactor"] = Enum.FormFactor.Plate, | |
5005 | ["Size"] = Vector3.new(2, 0.400000006, 3), | |
5006 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
5007 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
5008 | ["Color"] = Color3.new(0.972549, 0.972549, 0.972549), | |
5009 | }) | |
5010 | o102 = Create("Script",{ | |
5011 | ["Name"] = "Daily Weather Forecast", | |
5012 | ["Parent"] = o101, | |
5013 | }) | |
5014 | table.insert(cors,coroutine.create(function() | |
5015 | wait() | |
5016 | runDummyScript(function() | |
5017 | --Its gonna be Sunny so put on some of those good Sun Close! | |
5018 | --With a high of 73 | |
5019 | --Clothes Suggestions:Some of those shirts with holes in them ,No hat,pants,SunTan loshen | |
5020 | end,o102) | |
5021 | end)) | |
5022 | o103 = Create("Weld",{ | |
5023 | ["Name"] = "Virus", | |
5024 | ["Parent"] = o102, | |
5025 | }) | |
5026 | o104 = Create("Script",{ | |
5027 | ["Name"] = "No Links Rule!", | |
5028 | ["Parent"] = o101, | |
5029 | }) | |
5030 | table.insert(cors,coroutine.create(function() | |
5031 | wait() | |
5032 | runDummyScript(function() | |
5033 | --Just a quick notice! Have you ever seen the forums? Sure you are able to write and talk about stuff other than Roblox, but don't post new links! Just talk about them. | |
5034 | --Roblox is not responsible nor liable for any of these links posted on the forums. So please do not post new links. | |
5035 | --If you do happen to see a link to another website other than Roblox, please PM the forum link to one of the many administrators on Roblox. In doing so, you may be banned from Roblox and your account permanently frozen. | |
5036 | ||
5037 | end,o104) | |
5038 | end)) | |
5039 | o105 = Create("Weld",{ | |
5040 | ["Name"] = "Virus", | |
5041 | ["Parent"] = o104, | |
5042 | }) | |
5043 | o106 = Create("Script",{ | |
5044 | ["Name"] = "Joke", | |
5045 | ["Parent"] = o101, | |
5046 | }) | |
5047 | table.insert(cors,coroutine.create(function() | |
5048 | wait() | |
5049 | runDummyScript(function() | |
5050 | -- Joke: A noob had two horses, but he couldn't tell them apart.He cut off one horse's mane,but it grew back;he cut off the tail, but that grew back,too. | |
5051 | -- Conversation: | |
5052 | -- noob Boys's Freind:I had the same problem try measuring them! | |
5053 | -- noob Boy:Ok! | |
5054 | --So the noobboy went home and measured them. | |
5055 | --The next day the noob boy went and talked to his friend again. | |
5056 | --noobboy:That was a great idea the black one was two inches taller than the white one! | |
5057 | end,o106) | |
5058 | end)) | |
5059 | o107 = Create("Weld",{ | |
5060 | ["Name"] = "Virus", | |
5061 | ["Parent"] = o106, | |
5062 | }) | |
5063 | o108 = Create("Script",{ | |
5064 | ["Name"] = "Best Clans To Join", | |
5065 | ["Parent"] = o101, | |
5066 | }) | |
5067 | table.insert(cors,coroutine.create(function() | |
5068 | wait() | |
5069 | runDummyScript(function() | |
5070 | --------------Name-------------------Owner-------- | |
5071 | --A.N.O.T.W.-------Jbh423 | |
5072 | --Tex's Army------------Tex1067 | |
5073 | --ROBOSOFT INC. -------Meszzy2 | |
5074 | --SN --------------------------LittleBobby11 | |
5075 | end,o108) | |
5076 | end)) | |
5077 | o109 = Create("Weld",{ | |
5078 | ["Name"] = "Virus", | |
5079 | ["Parent"] = o108, | |
5080 | }) | |
5081 | o110 = Create("Script",{ | |
5082 | ["Name"] = "Fashion Sense", | |
5083 | ["Parent"] = o101, | |
5084 | }) | |
5085 | table.insert(cors,coroutine.create(function() | |
5086 | wait() | |
5087 | runDummyScript(function() | |
5088 | --Best clothes to wear this week: | |
5089 | ||
5090 | --Tex's Tex1067 Jacket Co. Links: Shirt http://www.roblox.com/Item.aspx?ID=7450359 Pants http://www.roblox.com/Item.aspx?ID=14494199 | |
5091 | ||
5092 | --Then have a nice and awsome look so buy them and you'll look perfect! | |
5093 | end,o110) | |
5094 | end)) | |
5095 | o111 = Create("Weld",{ | |
5096 | ["Name"] = "Virus", | |
5097 | ["Parent"] = o110, | |
5098 | }) | |
5099 | o112 = Create("Script",{ | |
5100 | ["Name"] = "Travelogue", | |
5101 | ["Parent"] = o101, | |
5102 | }) | |
5103 | table.insert(cors,coroutine.create(function() | |
5104 | wait() | |
5105 | runDummyScript(function() | |
5106 | --Popular Places Rating--------- | |
5107 | --ROBLOX Deal or No Deal *New Badge----7.8 | |
5108 | ---2 BADGES ADDED!¦¦Grow & Raise EPIK DUCK | |
5109 | ---Tunnel Cruiser ----9.9 | |
5110 | end,o112) | |
5111 | end)) | |
5112 | o113 = Create("Weld",{ | |
5113 | ["Name"] = "Virus", | |
5114 | ["Parent"] = o112, | |
5115 | }) | |
5116 | o114 = Create("Decal",{ | |
5117 | ["Parent"] = o101, | |
5118 | ["Texture"] = "http://www.roblox.com/asset/?id=5275937", | |
5119 | ["Face"] = Enum.NormalId.Bottom, | |
5120 | }) | |
5121 | o115 = Create("Weld",{ | |
5122 | ["Name"] = "Virus", | |
5123 | ["Parent"] = o114, | |
5124 | }) | |
5125 | o116 = Create("Weld",{ | |
5126 | ["Name"] = "OH SNAP YOU GOT INFECTED XD XD XD", | |
5127 | ["Parent"] = o101, | |
5128 | }) | |
5129 | o117 = Create("Decal",{ | |
5130 | ["Parent"] = o101, | |
5131 | ["Texture"] = "http://www.roblox.com/asset/?id=16157418", | |
5132 | ["Face"] = Enum.NormalId.Top, | |
5133 | }) | |
5134 | o118 = Create("Weld",{ | |
5135 | ["Name"] = "Virus", | |
5136 | ["Parent"] = o117, | |
5137 | }) | |
5138 | o119 = Create("Weld",{ | |
5139 | ["Name"] = "Virus", | |
5140 | ["Parent"] = o101, | |
5141 | }) | |
5142 | o120 = Create("Part",{ | |
5143 | ["Name"] = "Smooth Block Model", | |
5144 | ["Parent"] = o1, | |
5145 | ["BrickColor"] = BrickColor.new("Dark stone grey"), | |
5146 | ["Position"] = Vector3.new(-90.9000092, 22.6101952, 17.0999985), | |
5147 | ["Rotation"] = Vector3.new(-180, 0, -180), | |
5148 | ["Anchored"] = true, | |
5149 | ["CFrame"] = CFrame.new(-90.9000092, 22.6101952, 17.0999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), | |
5150 | ["Size"] = Vector3.new(1, 1.20000005, 1), | |
5151 | ["Color"] = Color3.new(0.388235, 0.372549, 0.384314), | |
5152 | }) | |
5153 | o121 = Create("Model",{ | |
5154 | ["Parent"] = o1, | |
5155 | }) | |
5156 | o122 = Create("Model",{ | |
5157 | ["Parent"] = o121, | |
5158 | }) | |
5159 | o123 = Create("Part",{ | |
5160 | ["Name"] = "Smooth Block Model", | |
5161 | ["Parent"] = o122, | |
5162 | ["BrickColor"] = BrickColor.new("Pastel orange"), | |
5163 | ["Position"] = Vector3.new(-108.900009, 17.4101944, 14.2000046), | |
5164 | ["Rotation"] = Vector3.new(-90, 0, -180), | |
5165 | ["Anchored"] = true, | |
5166 | ["CFrame"] = CFrame.new(-108.900009, 17.4101944, 14.2000046, -1, 0, 0, 0, 0, 1, 0, 1, 0), | |
5167 | ["Size"] = Vector3.new(3, 1.20000005, 2), | |
5168 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
5169 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
5170 | ["Color"] = Color3.new(1, 0.788235, 0.788235), | |
5171 | }) | |
5172 | o124 = Create("SpecialMesh",{ | |
5173 | ["Parent"] = o123, | |
5174 | ["Scale"] = Vector3.new(1.25, 1.25, 1.25), | |
5175 | }) | |
5176 | o125 = Create("Weld",{ | |
5177 | ["Name"] = "SoundJack", | |
5178 | ["Parent"] = o123, | |
5179 | }) | |
5180 | o126 = Create("Decal",{ | |
5181 | ["Parent"] = o123, | |
5182 | ["Texture"] = "http://www.roblox.com/asset/?id=17743640", | |
5183 | ["Face"] = Enum.NormalId.Bottom, | |
5184 | }) | |
5185 | o127 = Create("Decal",{ | |
5186 | ["Parent"] = o123, | |
5187 | ["Texture"] = "http://www.roblox.com/asset/?id=17743640", | |
5188 | ["Face"] = Enum.NormalId.Top, | |
5189 | }) | |
5190 | o128 = Create("Part",{ | |
5191 | ["Name"] = "Smooth Block Model", | |
5192 | ["Parent"] = o122, | |
5193 | ["BrickColor"] = BrickColor.new("Medium green"), | |
5194 | ["Position"] = Vector3.new(-108.400017, 15.3999548, 14.1000414), | |
5195 | ["Rotation"] = Vector3.new(-0.00334117864, 90, 0), | |
5196 | ["RotVelocity"] = Vector3.new(0.000152344001, 0.00167610915, -0.000549386488), | |
5197 | ["Velocity"] = Vector3.new(-0.00052911276, 0.00655099843, -0.00223835115), | |
5198 | ["CFrame"] = CFrame.new(-108.400017, 15.3999548, 14.1000414, 1.47782857e-005, 3.01009422e-005, 1, -5.83145666e-005, 1, -3.010008e-005, -1, -5.83141227e-005, 1.47800411e-005), | |
5199 | ["FormFactor"] = Enum.FormFactor.Plate, | |
5200 | ["Size"] = Vector3.new(3, 0.400000006, 4), | |
5201 | ["Color"] = Color3.new(0.631373, 0.768628, 0.54902), | |
5202 | }) | |
5203 | o129 = Create("Weld",{ | |
5204 | ["Name"] = "SoundJack", | |
5205 | ["Parent"] = o128, | |
5206 | }) | |
5207 | o130 = Create("Part",{ | |
5208 | ["Name"] = "Smooth Block Model", | |
5209 | ["Parent"] = o122, | |
5210 | ["BrickColor"] = BrickColor.new("Pastel Blue"), | |
5211 | ["Position"] = Vector3.new(-108.400009, 15.9999561, 14.1000137), | |
5212 | ["Rotation"] = Vector3.new(-0.00334117864, 90, 0), | |
5213 | ["RotVelocity"] = Vector3.new(0.000152344001, 0.00167610915, -0.000549386488), | |
5214 | ["Velocity"] = Vector3.new(-0.00019952649, 0.00655099843, -0.00214695744), | |
5215 | ["CFrame"] = CFrame.new(-108.400009, 15.9999561, 14.1000137, 1.47782857e-005, 3.01009422e-005, 1, -5.83145666e-005, 1, -3.010008e-005, -1, -5.83141227e-005, 1.47800411e-005), | |
5216 | ["FormFactor"] = Enum.FormFactor.Plate, | |
5217 | ["Size"] = Vector3.new(3, 0.800000012, 4), | |
5218 | ["Color"] = Color3.new(0.501961, 0.733333, 0.858824), | |
5219 | }) | |
5220 | o131 = Create("Weld",{ | |
5221 | ["Name"] = "SoundJack", | |
5222 | ["Parent"] = o130, | |
5223 | }) | |
5224 | o132 = Create("Part",{ | |
5225 | ["Name"] = "Smooth Block Model", | |
5226 | ["Parent"] = o122, | |
5227 | ["BrickColor"] = BrickColor.new("Pastel Blue"), | |
5228 | ["Position"] = Vector3.new(-106.899963, 17.1998482, 13.099966), | |
5229 | ["Rotation"] = Vector3.new(-0.00334117864, 90, 0), | |
5230 | ["RotVelocity"] = Vector3.new(0.000152344001, 0.00167610915, -0.000549386488), | |
5231 | ["Velocity"] = Vector3.new(-0.00121651124, 0.00587924477, -0.0044784015), | |
5232 | ["CFrame"] = CFrame.new(-106.899963, 17.1998482, 13.099966, 1.47782857e-005, 3.01009422e-005, 1, -5.83145666e-005, 1, -3.010008e-005, -1, -5.83141227e-005, 1.47800411e-005), | |
5233 | ["FormFactor"] = Enum.FormFactor.Plate, | |
5234 | ["Size"] = Vector3.new(1, 1.60000002, 1), | |
5235 | ["Color"] = Color3.new(0.501961, 0.733333, 0.858824), | |
5236 | }) | |
5237 | o133 = Create("Weld",{ | |
5238 | ["Name"] = "SoundJack", | |
5239 | ["Parent"] = o132, | |
5240 | }) | |
5241 | o134 = Create("Part",{ | |
5242 | ["Name"] = "Smooth Block Model", | |
5243 | ["Parent"] = o122, | |
5244 | ["BrickColor"] = BrickColor.new("Pastel Blue"), | |
5245 | ["Position"] = Vector3.new(-106.900002, 17.1999722, 15.099966), | |
5246 | ["Rotation"] = Vector3.new(-0.00334117864, 90, 0), | |
5247 | ["RotVelocity"] = Vector3.new(0.000152344001, 0.00167610915, -0.000549386488), | |
5248 | ["Velocity"] = Vector3.new(0.00213577528, 0.00557457795, -0.00447831862), | |
5249 | ["CFrame"] = CFrame.new(-106.900002, 17.1999722, 15.099966, 1.47782857e-005, 3.01009422e-005, 1, -5.83145666e-005, 1, -3.010008e-005, -1, -5.83141227e-005, 1.47800411e-005), | |
5250 | ["FormFactor"] = Enum.FormFactor.Plate, | |
5251 | ["Size"] = Vector3.new(1, 1.60000002, 1), | |
5252 | ["Color"] = Color3.new(0.501961, 0.733333, 0.858824), | |
5253 | }) | |
5254 | o135 = Create("Weld",{ | |
5255 | ["Name"] = "SoundJack", | |
5256 | ["Parent"] = o134, | |
5257 | }) | |
5258 | o136 = Create("Part",{ | |
5259 | ["Name"] = "Smooth Block Model", | |
5260 | ["Parent"] = o122, | |
5261 | ["BrickColor"] = BrickColor.new("White"), | |
5262 | ["Position"] = Vector3.new(-106.899918, 18.3998566, 13.0998888), | |
5263 | ["Rotation"] = Vector3.new(-0.00334117864, 90, 0), | |
5264 | ["RotVelocity"] = Vector3.new(0.000152344001, 0.00167610915, -0.000549386488), | |
5265 | ["Velocity"] = Vector3.new(-0.000557372288, 0.00587923126, -0.00429566437), | |
5266 | ["CFrame"] = CFrame.new(-106.899918, 18.3998566, 13.0998888, 1.47782857e-005, 3.01009422e-005, 1, -5.83145666e-005, 1, -3.010008e-005, -1, -5.83141227e-005, 1.47800411e-005), | |
5267 | ["FormFactor"] = Enum.FormFactor.Plate, | |
5268 | ["Size"] = Vector3.new(1, 0.800000012, 1), | |
5269 | ["Color"] = Color3.new(0.94902, 0.952941, 0.952941), | |
5270 | }) | |
5271 | o137 = Create("Weld",{ | |
5272 | ["Name"] = "SoundJack", | |
5273 | ["Parent"] = o136, | |
5274 | }) | |
5275 | o138 = Create("Decal",{ | |
5276 | ["Parent"] = o136, | |
5277 | ["Texture"] = "http://www.roblox.com/asset/?id=15944597", | |
5278 | ["Face"] = Enum.NormalId.Back, | |
5279 | }) | |
5280 | o139 = Create("Part",{ | |
5281 | ["Name"] = "Smooth Block Model", | |
5282 | ["Parent"] = o122, | |
5283 | ["BrickColor"] = BrickColor.new("White"), | |
5284 | ["Position"] = Vector3.new(-106.899956, 18.3999691, 15.0998888), | |
5285 | ["Rotation"] = Vector3.new(-0.00334117864, 90, 0), | |
5286 | ["RotVelocity"] = Vector3.new(0.000152344001, 0.00167610915, -0.000549386488), | |
5287 | ["Velocity"] = Vector3.new(0.00279490789, 0.00557456445, -0.00429558288), | |
5288 | ["CFrame"] = CFrame.new(-106.899956, 18.3999691, 15.0998888, 1.47782857e-005, 3.01009422e-005, 1, -5.83145666e-005, 1, -3.010008e-005, -1, -5.83141227e-005, 1.47800411e-005), | |
5289 | ["FormFactor"] = Enum.FormFactor.Plate, | |
5290 | ["Size"] = Vector3.new(1, 0.800000012, 1), | |
5291 | ["Color"] = Color3.new(0.94902, 0.952941, 0.952941), | |
5292 | }) | |
5293 | o140 = Create("Weld",{ | |
5294 | ["Name"] = "SoundJack", | |
5295 | ["Parent"] = o139, | |
5296 | }) | |
5297 | o141 = Create("Decal",{ | |
5298 | ["Parent"] = o139, | |
5299 | ["Texture"] = "http://www.roblox.com/asset/?id=15944597", | |
5300 | ["Face"] = Enum.NormalId.Back, | |
5301 | }) | |
5302 | o142 = Create("Weld",{ | |
5303 | ["Name"] = "SoundJack", | |
5304 | ["Parent"] = o122, | |
5305 | }) | |
5306 | o143 = Create("VelocityMotor",{ | |
5307 | ["Name"] = "4D Being", | |
5308 | ["Parent"] = o122, | |
5309 | }) | |
5310 | o144 = Create("Model",{ | |
5311 | ["Name"] = "bite DAVIDS2!!", | |
5312 | ["Parent"] = o121, | |
5313 | }) | |
5314 | o145 = Create("Humanoid",{ | |
5315 | ["Parent"] = o144, | |
5316 | ["Health"] = 0, | |
5317 | ["MaxHealth"] = 0, | |
5318 | }) | |
5319 | o146 = Create("Weld",{ | |
5320 | ["Name"] = "SoundJack", | |
5321 | ["Parent"] = o145, | |
5322 | }) | |
5323 | o147 = Create("VelocityMotor",{ | |
5324 | ["Name"] = "4D Being", | |
5325 | ["Parent"] = o144, | |
5326 | }) | |
5327 | o148 = Create("Weld",{ | |
5328 | ["Name"] = "SoundJack", | |
5329 | ["Parent"] = o144, | |
5330 | }) | |
5331 | o149 = Create("VelocityMotor",{ | |
5332 | ["Name"] = "4D Being", | |
5333 | ["Parent"] = o121, | |
5334 | }) | |
5335 | o150 = Create("Weld",{ | |
5336 | ["Name"] = "SoundJack", | |
5337 | ["Parent"] = o121, | |
5338 | }) | |
5339 | o151 = Create("Part",{ | |
5340 | ["Name"] = "poo...", | |
5341 | ["Parent"] = o1, | |
5342 | ["BrickColor"] = BrickColor.new("Really black"), | |
5343 | ["Position"] = Vector3.new(-95.9000092, 24.1101952, 12.399971), | |
5344 | ["Rotation"] = Vector3.new(90, 90, 0), | |
5345 | ["Anchored"] = true, | |
5346 | ["CFrame"] = CFrame.new(-95.9000092, 24.1101952, 12.399971, 0, 0, 1, 1, 0, 0, 0, 1, 0), | |
5347 | ["FormFactor"] = Enum.FormFactor.Plate, | |
5348 | ["Size"] = Vector3.new(3, 0.400000006, 3), | |
5349 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
5350 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
5351 | ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667), | |
5352 | }) | |
5353 | o152 = Create("Part",{ | |
5354 | ["Name"] = "poo...", | |
5355 | ["Parent"] = o1, | |
5356 | ["BrickColor"] = BrickColor.new("White"), | |
5357 | ["Position"] = Vector3.new(-95.9000092, 24.1101952, 10.399971), | |
5358 | ["Rotation"] = Vector3.new(90, 0, -0), | |
5359 | ["Anchored"] = true, | |
5360 | ["CFrame"] = CFrame.new(-95.9000092, 24.1101952, 10.399971, 1, 0, 0, 0, 0, -1, 0, 1, 0), | |
5361 | ["FormFactor"] = Enum.FormFactor.Plate, | |
5362 | ["Size"] = Vector3.new(3, 3.60000014, 3), | |
5363 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
5364 | ["Color"] = Color3.new(0.94902, 0.952941, 0.952941), | |
5365 | }) | |
5366 | o153 = Create("Part",{ | |
5367 | ["Name"] = "Smooth Block Model", | |
5368 | ["Parent"] = o1, | |
5369 | ["BrickColor"] = BrickColor.new("Olive"), | |
5370 | ["Position"] = Vector3.new(-90.9000092, 23.0101967, 22.0999985), | |
5371 | ["Rotation"] = Vector3.new(-180, 0, -180), | |
5372 | ["Anchored"] = true, | |
5373 | ["CFrame"] = CFrame.new(-90.9000092, 23.0101967, 22.0999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), | |
5374 | ["Size"] = Vector3.new(1, 2.4000001, 1), | |
5375 | ["Color"] = Color3.new(0.756863, 0.745098, 0.258824), | |
5376 | }) | |
5377 | o154 = Create("Part",{ | |
5378 | ["Name"] = "Smooth Block Model", | |
5379 | ["Parent"] = o1, | |
5380 | ["BrickColor"] = BrickColor.new("Olive"), | |
5381 | ["Position"] = Vector3.new(-90.9000092, 24.8101883, 20.5999985), | |
5382 | ["Rotation"] = Vector3.new(-180, 0, -180), | |
5383 | ["Anchored"] = true, | |
5384 | ["CFrame"] = CFrame.new(-90.9000092, 24.8101883, 20.5999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), | |
5385 | ["Size"] = Vector3.new(1, 1.20000005, 2), | |
5386 | ["Color"] = Color3.new(0.756863, 0.745098, 0.258824), | |
5387 | }) | |
5388 | o155 = Create("Part",{ | |
5389 | ["Name"] = "Smooth Block Model", | |
5390 | ["Parent"] = o1, | |
5391 | ["BrickColor"] = BrickColor.new("Magenta"), | |
5392 | ["Position"] = Vector3.new(-90.9000092, 24.8101883, 22.0999985), | |
5393 | ["Rotation"] = Vector3.new(-180, 0, -180), | |
5394 | ["Anchored"] = true, | |
5395 | ["CFrame"] = CFrame.new(-90.9000092, 24.8101883, 22.0999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), | |
5396 | ["Size"] = Vector3.new(1, 1.20000005, 1), | |
5397 | ["Color"] = Color3.new(0.666667, 0, 0.666667), | |
5398 | }) | |
5399 | o156 = Create("Part",{ | |
5400 | ["Name"] = "Smooth Block Model", | |
5401 | ["Parent"] = o1, | |
5402 | ["BrickColor"] = BrickColor.new("Magenta"), | |
5403 | ["Position"] = Vector3.new(-90.9000092, 21.2101936, 22.0999985), | |
5404 | ["Rotation"] = Vector3.new(-0, -90, 0), | |
5405 | ["Anchored"] = true, | |
5406 | ["CFrame"] = CFrame.new(-90.9000092, 21.2101936, 22.0999985, 0, 0, -1, 0, 1, 0, 1, 0, 0), | |
5407 | ["Size"] = Vector3.new(1, 1.20000005, 1), | |
5408 | ["Color"] = Color3.new(0.666667, 0, 0.666667), | |
5409 | }) | |
5410 | o157 = Create("Part",{ | |
5411 | ["Name"] = "poo...", | |
5412 | ["Parent"] = o1, | |
5413 | ["BrickColor"] = BrickColor.new("Magenta"), | |
5414 | ["Position"] = Vector3.new(-96.4000092, 17.4101944, 21.0999985), | |
5415 | ["Anchored"] = true, | |
5416 | ["CFrame"] = CFrame.new(-96.4000092, 17.4101944, 21.0999985, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
5417 | ["FormFactor"] = Enum.FormFactor.Plate, | |
5418 | ["Size"] = Vector3.new(8, 0.400000006, 7), | |
5419 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
5420 | ["Color"] = Color3.new(0.666667, 0, 0.666667), | |
5421 | }) | |
5422 | o158 = Create("Part",{ | |
5423 | ["Name"] = "poo...", | |
5424 | ["Parent"] = o1, | |
5425 | ["BrickColor"] = BrickColor.new("White"), | |
5426 | ["Position"] = Vector3.new(-93.9000092, 17.8101959, 21.0999985), | |
5427 | ["Anchored"] = true, | |
5428 | ["CFrame"] = CFrame.new(-93.9000092, 17.8101959, 21.0999985, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
5429 | ["FormFactor"] = Enum.FormFactor.Plate, | |
5430 | ["Size"] = Vector3.new(1, 0.400000006, 7), | |
5431 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
5432 | ["Color"] = Color3.new(0.94902, 0.952941, 0.952941), | |
5433 | }) | |
5434 | o159 = Create("Part",{ | |
5435 | ["Name"] = "Smooth Block Model", | |
5436 | ["Parent"] = o1, | |
5437 | ["Position"] = Vector3.new(-97.4000244, 10.4016905, 24.0000076), | |
5438 | ["Rotation"] = Vector3.new(-90, 2.12945321e-011, 3.41509508e-006), | |
5439 | ["Anchored"] = true, | |
5440 | ["CFrame"] = CFrame.new(-97.4000244, 10.4016905, 24.0000076, 1, -5.96046519e-008, 3.7165968e-013, -3.6662966e-013, 8.43899102e-008, 1, -5.96046519e-008, -1, 8.43899102e-008), | |
5441 | ["Size"] = Vector3.new(2, 1.20000005, 4), | |
5442 | }) | |
5443 | o160 = Create("Part",{ | |
5444 | ["Name"] = "Smooth Block Model", | |
5445 | ["Parent"] = o1, | |
5446 | ["Position"] = Vector3.new(-97.4000092, 10.4016905, 28.2000046), | |
5447 | ["Rotation"] = Vector3.new(90, -3.13797534e-012, -3.41509462e-006), | |
5448 | ["Anchored"] = true, | |
5449 | ["CFrame"] = CFrame.new(-97.4000092, 10.4016905, 28.2000046, 1, 5.96046448e-008, -5.47680018e-014, -4.97379983e-014, -8.43894554e-008, -1, -5.96046448e-008, 1, -8.43894554e-008), | |
5450 | ["Size"] = Vector3.new(2, 1.20000005, 4), | |
5451 | }) | |
5452 | o161 = Create("Model",{ | |
5453 | ["Name"] = "ROFL", | |
5454 | ["Parent"] = o1, | |
5455 | ["PrimaryPart"] = o174, | |
5456 | }) | |
5457 | o162 = Create("Part",{ | |
5458 | ["Name"] = "Smooth Block Model", | |
5459 | ["Parent"] = o161, | |
5460 | ["BrickColor"] = BrickColor.new("Institutional white"), | |
5461 | ["Position"] = Vector3.new(-95.9000092, 23.8101902, 8.09999847), | |
5462 | ["Rotation"] = Vector3.new(-180, 0, -180), | |
5463 | ["CFrame"] = CFrame.new(-95.9000092, 23.8101902, 8.09999847, -1, 0, 0, 0, 1, 0, 0, 0, -1), | |
5464 | ["Size"] = Vector3.new(1, 1.20000005, 1), | |
5465 | ["Color"] = Color3.new(0.972549, 0.972549, 0.972549), | |
5466 | }) | |
5467 | o163 = Create("Part",{ | |
5468 | ["Name"] = "Smooth Block Model", | |
5469 | ["Parent"] = o161, | |
5470 | ["BrickColor"] = BrickColor.new("Bright red"), | |
5471 | ["Position"] = Vector3.new(-95.9000092, 19.0101871, 8.09999847), | |
5472 | ["Rotation"] = Vector3.new(-180, 0, -180), | |
5473 | ["CFrame"] = CFrame.new(-95.9000092, 19.0101871, 8.09999847, -1, 0, 0, 0, 1, 0, 0, 0, -1), | |
5474 | ["Size"] = Vector3.new(1, 1.20000005, 1), | |
5475 | ["Color"] = Color3.new(0.768628, 0.156863, 0.109804), | |
5476 | }) | |
5477 | o164 = Create("Part",{ | |
5478 | ["Name"] = "Smooth Block Model", | |
5479 | ["Parent"] = o161, | |
5480 | ["BrickColor"] = BrickColor.new("Brick yellow"), | |
5481 | ["Position"] = Vector3.new(-90.9000092, 18.4101944, 17.0999985), | |
5482 | ["Rotation"] = Vector3.new(-180, 0, -180), | |
5483 | ["CFrame"] = CFrame.new(-90.9000092, 18.4101944, 17.0999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), | |
5484 | ["Size"] = Vector3.new(1, 7.20000029, 1), | |
5485 | ["Color"] = Color3.new(0.843137, 0.772549, 0.603922), | |
5486 | }) | |
5487 | o165 = Create("Part",{ | |
5488 | ["Name"] = "Smooth Block Model", | |
5489 | ["Parent"] = o161, | |
5490 | ["BrickColor"] = BrickColor.new("Brick yellow"), | |
5491 | ["Position"] = Vector3.new(-99.9000092, 18.4101944, 17.0999985), | |
5492 | ["Rotation"] = Vector3.new(-180, 0, -180), | |
5493 | ["CFrame"] = CFrame.new(-99.9000092, 18.4101944, 17.0999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), | |
5494 | ["Size"] = Vector3.new(1, 7.20000029, 1), | |
5495 | ["Color"] = Color3.new(0.843137, 0.772549, 0.603922), | |
5496 | }) | |
5497 | o166 = Create("Part",{ | |
5498 | ["Name"] = "Smooth Block Model", | |
5499 | ["Parent"] = o161, | |
5500 | ["BrickColor"] = BrickColor.new("Reddish brown"), | |
5501 | ["Position"] = Vector3.new(-95.9000092, 16.6101875, 8.59999847), | |
5502 | ["Rotation"] = Vector3.new(-180, 0, -180), | |
5503 | ["CFrame"] = CFrame.new(-95.9000092, 16.6101875, 8.59999847, -1, 0, 0, 0, 1, 0, 0, 0, -1), | |
5504 | ["Size"] = Vector3.new(3, 3.60000014, 2), | |
5505 | ["Color"] = Color3.new(0.411765, 0.25098, 0.156863), | |
5506 | }) | |
5507 | o167 = Create("Part",{ | |
5508 | ["Name"] = "Smooth Block Model", | |
5509 | ["Parent"] = o161, | |
5510 | ["BrickColor"] = BrickColor.new("White"), | |
5511 | ["Position"] = Vector3.new(-95.9000092, 21.4101868, 8.09999847), | |
5512 | ["Rotation"] = Vector3.new(-180, 0, -180), | |
5513 | ["CFrame"] = CFrame.new(-95.9000092, 21.4101868, 8.09999847, -1, 0, 0, 0, 1, 0, 0, 0, -1), | |
5514 | ["Size"] = Vector3.new(1, 3.60000014, 1), | |
5515 | ["Color"] = Color3.new(0.94902, 0.952941, 0.952941), | |
5516 | }) | |
5517 | o168 = Create("VelocityMotor",{ | |
5518 | ["Name"] = "4D Being", | |
5519 | ["Parent"] = o161, | |
5520 | }) | |
5521 | o169 = Create("Part",{ | |
5522 | ["Name"] = "Smooth Block Model", | |
5523 | ["Parent"] = o161, | |
5524 | ["BrickColor"] = BrickColor.new("White"), | |
5525 | ["Position"] = Vector3.new(-95.4000092, 16.0101852, 21.0999985), | |
5526 | ["Rotation"] = Vector3.new(-180, 0, -180), | |
5527 | ["CFrame"] = CFrame.new(-95.4000092, 16.0101852, 21.0999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), | |
5528 | ["Size"] = Vector3.new(10, 2.4000001, 7), | |
5529 | ["Color"] = Color3.new(0.94902, 0.952941, 0.952941), | |
5530 | }) | |
5531 | o170 = Create("Part",{ | |
5532 | ["Name"] = "Smooth Block Model", | |
5533 | ["Parent"] = o161, | |
5534 | ["BrickColor"] = BrickColor.new("White"), | |
5535 | ["Position"] = Vector3.new(-91.4000092, 17.8101845, 21.0999985), | |
5536 | ["Rotation"] = Vector3.new(-180, 0, -180), | |
5537 | ["CFrame"] = CFrame.new(-91.4000092, 17.8101845, 21.0999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), | |
5538 | ["Size"] = Vector3.new(2, 1.20000005, 5), | |
5539 | ["Color"] = Color3.new(0.94902, 0.952941, 0.952941), | |
5540 | }) | |
5541 | o171 = Create("Model",{ | |
5542 | ["Name"] = "Spongebobs house", | |
5543 | ["Parent"] = o161, | |
5544 | ["PrimaryPart"] = o174, | |
5545 | }) | |
5546 | o172 = Create("Part",{ | |
5547 | ["Name"] = "Smooth Block Model", | |
5548 | ["Parent"] = o171, | |
5549 | ["BrickColor"] = BrickColor.new("Dark green"), | |
5550 | ["Position"] = Vector3.new(-103.400009, 38.2101936, 11.5999985), | |
5551 | ["Anchored"] = true, | |
5552 | ["CFrame"] = CFrame.new(-103.400009, 38.2101936, 11.5999985, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
5553 | ["Size"] = Vector3.new(2, 3.60000014, 8), | |
5554 | ["Color"] = Color3.new(0.156863, 0.498039, 0.278431), | |
5555 | }) | |
5556 | o173 = Create("Part",{ | |
5557 | ["Name"] = "Smooth Block Model", | |
5558 | ["Parent"] = o171, | |
5559 | ["BrickColor"] = BrickColor.new("Dark green"), | |
5560 | ["Position"] = Vector3.new(-103.400009, 35.2101974, 14.5999985), | |
5561 | ["Anchored"] = true, | |
5562 | ["CFrame"] = CFrame.new(-103.400009, 35.2101974, 14.5999985, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
5563 | ["Size"] = Vector3.new(2, 2.4000001, 6), | |
5564 | ["Color"] = Color3.new(0.156863, 0.498039, 0.278431), | |
5565 | }) | |
5566 | o174 = Create("Part",{ | |
5567 | ["Name"] = "Smooth Block Model", | |
5568 | ["Parent"] = o171, | |
5569 | ["BrickColor"] = BrickColor.new("Bright orange"), | |
5570 | ["Position"] = Vector3.new(-103.400009, 29.8101883, 19.5999985), | |
5571 | ["Rotation"] = Vector3.new(-180, 0, -180), | |
5572 | ["Anchored"] = true, | |
5573 | ["CFrame"] = CFrame.new(-103.400009, 29.8101883, 19.5999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), | |
5574 | ["Size"] = Vector3.new(24, 1.20000005, 26), | |
5575 | ["Color"] = Color3.new(0.854902, 0.521569, 0.254902), | |
5576 | }) | |
5577 | o175 = Create("Part",{ | |
5578 | ["Name"] = "Smooth Block Model", | |
5579 | ["Parent"] = o171, | |
5580 | ["BrickColor"] = BrickColor.new("Dark green"), | |
5581 | ["Position"] = Vector3.new(-95.4000092, 38.2101936, 19.5999985), | |
5582 | ["Rotation"] = Vector3.new(0, 90, 0), | |
5583 | ["Anchored"] = true, | |
5584 | ["CFrame"] = CFrame.new(-95.4000092, 38.2101936, 19.5999985, 0, 0, 1, 0, 1, 0, -1, 0, 0), | |
5585 | ["Size"] = Vector3.new(2, 3.60000014, 8), | |
5586 | ["Color"] = Color3.new(0.156863, 0.498039, 0.278431), | |
5587 | }) | |
5588 | o176 = Create("Part",{ | |
5589 | ["Name"] = "Smooth Block Model", | |
5590 | ["Parent"] = o171, | |
5591 | ["BrickColor"] = BrickColor.new("Dark green"), | |
5592 | ["Position"] = Vector3.new(-103.400009, 33.4101944, 20.0999985), | |
5593 | ["Rotation"] = Vector3.new(-180, 0, -180), | |
5594 | ["Anchored"] = true, | |
5595 | ["CFrame"] = CFrame.new(-103.400009, 33.4101944, 20.0999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), | |
5596 | ["Size"] = Vector3.new(2, 1.20000005, 15), | |
5597 | ["Color"] = Color3.new(0.156863, 0.498039, 0.278431), | |
5598 | }) | |
5599 | o177 = Create("Part",{ | |
5600 | ["Name"] = "Smooth Block Model", | |
5601 | ["Parent"] = o171, | |
5602 | ["BrickColor"] = BrickColor.new("Bright orange"), | |
5603 | ["Position"] = Vector3.new(-102.900009, 32.2101974, 20.0999985), | |
5604 | ["Rotation"] = Vector3.new(-180, 0, -180), | |
5605 | ["Anchored"] = true, | |
5606 | ["CFrame"] = CFrame.new(-102.900009, 32.2101974, 20.0999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), | |
5607 | ["Size"] = Vector3.new(15, 1.20000005, 17), | |
5608 | ["Color"] = Color3.new(0.854902, 0.521569, 0.254902), | |
5609 | }) | |
5610 | o178 = Create("Part",{ | |
5611 | ["Name"] = "Smooth Block Model", | |
5612 | ["Parent"] = o171, | |
5613 | ["BrickColor"] = BrickColor.new("Dark green"), | |
5614 | ["Position"] = Vector3.new(-107.400009, 33.4101944, 19.5999985), | |
5615 | ["Rotation"] = Vector3.new(-0, -90, 0), | |
5616 | ["Anchored"] = true, | |
5617 | ["CFrame"] = CFrame.new(-107.400009, 33.4101944, 19.5999985, 0, 0, -1, 0, 1, 0, 1, 0, 0), | |
5618 | ["Size"] = Vector3.new(2, 1.20000005, 6), | |
5619 | ["Color"] = Color3.new(0.156863, 0.498039, 0.278431), | |
5620 | }) | |
5621 | o179 = Create("Part",{ | |
5622 | ["Name"] = "Smooth Block Model", | |
5623 | ["Parent"] = o171, | |
5624 | ["BrickColor"] = BrickColor.new("Dark green"), | |
5625 | ["Position"] = Vector3.new(-112.400009, 38.2101936, 19.5999985), | |
5626 | ["Rotation"] = Vector3.new(0, 90, 0), | |
5627 | ["Anchored"] = true, | |
5628 | ["CFrame"] = CFrame.new(-112.400009, 38.2101936, 19.5999985, 0, 0, 1, 0, 1, 0, -1, 0, 0), | |
5629 | ["Size"] = Vector3.new(2, 3.60000014, 8), | |
5630 | ["Color"] = Color3.new(0.156863, 0.498039, 0.278431), | |
5631 | }) | |
5632 | o180 = Create("Part",{ | |
5633 | ["Name"] = "Smooth Block Model", | |
5634 | ["Parent"] = o171, | |
5635 | ["BrickColor"] = BrickColor.new("Dark green"), | |
5636 | ["Position"] = Vector3.new(-99.4000092, 33.4101944, 19.5999985), | |
5637 | ["Rotation"] = Vector3.new(-0, -90, 0), | |
5638 | ["Anchored"] = true, | |
5639 | ["CFrame"] = CFrame.new(-99.4000092, 33.4101944, 19.5999985, 0, 0, -1, 0, 1, 0, 1, 0, 0), | |
5640 | ["Size"] = Vector3.new(2, 1.20000005, 6), | |
5641 | ["Color"] = Color3.new(0.156863, 0.498039, 0.278431), | |
5642 | }) | |
5643 | o181 = Create("Part",{ | |
5644 | ["Name"] = "Smooth Block Model", | |
5645 | ["Parent"] = o171, | |
5646 | ["BrickColor"] = BrickColor.new("Bright orange"), | |
5647 | ["Position"] = Vector3.new(-103.400009, 31.0101929, 20.0999985), | |
5648 | ["Rotation"] = Vector3.new(-180, 0, -180), | |
5649 | ["Anchored"] = true, | |
5650 | ["CFrame"] = CFrame.new(-103.400009, 31.0101929, 20.0999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), | |
5651 | ["Size"] = Vector3.new(20, 1.20000005, 21), | |
5652 | ["Color"] = Color3.new(0.854902, 0.521569, 0.254902), | |
5653 | }) | |
5654 | o182 = Create("Part",{ | |
5655 | ["Name"] = "Smooth Block Model", | |
5656 | ["Parent"] = o171, | |
5657 | ["BrickColor"] = BrickColor.new("Dark green"), | |
5658 | ["Position"] = Vector3.new(-97.4000092, 35.2101974, 19.5999985), | |
5659 | ["Rotation"] = Vector3.new(0, 90, 0), | |
5660 | ["Anchored"] = true, | |
5661 | ["CFrame"] = CFrame.new(-97.4000092, 35.2101974, 19.5999985, 0, 0, 1, 0, 1, 0, -1, 0, 0), | |
5662 | ["Size"] = Vector3.new(2, 2.4000001, 6), | |
5663 | ["Color"] = Color3.new(0.156863, 0.498039, 0.278431), | |
5664 | }) | |
5665 | o183 = Create("Part",{ | |
5666 | ["Name"] = "Smooth Block Model", | |
5667 | ["Parent"] = o171, | |
5668 | ["BrickColor"] = BrickColor.new("Bright orange"), | |
5669 | ["Position"] = Vector3.new(-117.400009, 21.4101944, 19.5999985), | |
5670 | ["Rotation"] = Vector3.new(0, 90, 0), | |
5671 | ["Anchored"] = true, | |
5672 | ["CFrame"] = CFrame.new(-117.400009, 21.4101944, 19.5999985, 0, 0, 1, 0, 1, 0, -1, 0, 0), | |
5673 | ["Size"] = Vector3.new(20, 13.2000008, 2), | |
5674 | ["Color"] = Color3.new(0.854902, 0.521569, 0.254902), | |
5675 | }) | |
5676 | o184 = Create("Part",{ | |
5677 | ["Name"] = "Smooth Block Model", | |
5678 | ["Parent"] = o171, | |
5679 | ["BrickColor"] = BrickColor.new("Bright orange"), | |
5680 | ["Position"] = Vector3.new(-103.400009, 28.6101952, 19.5999985), | |
5681 | ["Rotation"] = Vector3.new(-180, 0, -180), | |
5682 | ["Anchored"] = true, | |
5683 | ["CFrame"] = CFrame.new(-103.400009, 28.6101952, 19.5999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), | |
5684 | ["Size"] = Vector3.new(24, 1.20000005, 26), | |
5685 | ["Color"] = Color3.new(0.854902, 0.521569, 0.254902), | |
5686 | }) | |
5687 | o185 = Create("Part",{ | |
5688 | ["Name"] = "Smooth Block Model", | |
5689 | ["Parent"] = o171, | |
5690 | ["BrickColor"] = BrickColor.new("Bright orange"), | |
5691 | ["Position"] = Vector3.new(-116.400009, 28.6101952, 19.5999985), | |
5692 | ["Rotation"] = Vector3.new(-180, 0, -180), | |
5693 | ["Anchored"] = true, | |
5694 | ["CFrame"] = CFrame.new(-116.400009, 28.6101952, 19.5999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), | |
5695 | ["Size"] = Vector3.new(2, 1.20000005, 22), | |
5696 | ["Color"] = Color3.new(0.854902, 0.521569, 0.254902), | |
5697 | }) | |
5698 | o186 = Create("Part",{ | |
5699 | ["Name"] = "Smooth Block Model", | |
5700 | ["Parent"] = o171, | |
5701 | ["BrickColor"] = BrickColor.new("Bright orange"), | |
5702 | ["Position"] = Vector3.new(-90.4000092, 28.6101952, 19.5999985), | |
5703 | ["Rotation"] = Vector3.new(-180, 0, -180), | |
5704 | ["Anchored"] = true, | |
5705 | ["CFrame"] = CFrame.new(-90.4000092, 28.6101952, 19.5999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), | |
5706 | ["Size"] = Vector3.new(2, 1.20000005, 22), | |
5707 | ["Color"] = Color3.new(0.854902, 0.521569, 0.254902), | |
5708 | }) | |
5709 | o187 = Create("Part",{ | |
5710 | ["Name"] = "Smooth Block Model", | |
5711 | ["Parent"] = o171, | |
5712 | ["BrickColor"] = BrickColor.new("Dark green"), | |
5713 | ["Position"] = Vector3.new(-109.400009, 35.2101974, 19.5999985), | |
5714 | ["Rotation"] = Vector3.new(0, 90, 0), | |
5715 | ["Anchored"] = true, | |
5716 | ["CFrame"] = CFrame.new(-109.400009, 35.2101974, 19.5999985, 0, 0, 1, 0, 1, 0, -1, 0, 0), | |
5717 | ["Size"] = Vector3.new(2, 2.4000001, 6), | |
5718 | ["Color"] = Color3.new(0.156863, 0.498039, 0.278431), | |
5719 | }) | |
5720 | o188 = Create("Part",{ | |
5721 | ["Name"] = "Smooth Block Model", | |
5722 | ["Parent"] = o171, | |
5723 | ["BrickColor"] = BrickColor.new("Bright orange"), | |
5724 | ["Position"] = Vector3.new(-103.400009, 21.4101944, 6.59999847), | |
5725 | ["Anchored"] = true, | |
5726 | ["CFrame"] = CFrame.new(-103.400009, 21.4101944, 6.59999847, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
5727 | ["Size"] = Vector3.new(20, 13.2000008, 2), | |
5728 | ["Color"] = Color3.new(0.854902, 0.521569, 0.254902), | |
5729 | }) | |
5730 | o189 = Create("Part",{ | |
5731 | ["Name"] = "Smooth Block Model", | |
5732 | ["Parent"] = o171, | |
5733 | ["BrickColor"] = BrickColor.new("Bright orange"), | |
5734 | ["Position"] = Vector3.new(-89.4000092, 25.6101952, 19.5999985), | |
5735 | ["Rotation"] = Vector3.new(-180, 0, -180), | |
5736 | ["Anchored"] = true, | |
5737 | ["CFrame"] = CFrame.new(-89.4000092, 25.6101952, 19.5999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), | |
5738 | ["Size"] = Vector3.new(2, 4.80000019, 20), | |
5739 | ["Color"] = Color3.new(0.854902, 0.521569, 0.254902), | |
5740 | }) | |
5741 | o190 = Create("Part",{ | |
5742 | ["Name"] = "Smooth Block Model", | |
5743 | ["Parent"] = o171, | |
5744 | ["BrickColor"] = BrickColor.new("Bright orange"), | |
5745 | ["Position"] = Vector3.new(-117.400009, 14.2101822, 21.5999985), | |
5746 | ["Rotation"] = Vector3.new(-180, 0, -180), | |
5747 | ["Anchored"] = true, | |
5748 | ["CFrame"] = CFrame.new(-117.400009, 14.2101822, 21.5999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), | |
5749 | ["Size"] = Vector3.new(2, 1.20000005, 8), | |
5750 | ["Color"] = Color3.new(0.854902, 0.521569, 0.254902), | |
5751 | }) | |
5752 | o191 = Create("Part",{ | |
5753 | ["Name"] = "Smooth Block Model", | |
5754 | ["Parent"] = o171, | |
5755 | ["BrickColor"] = BrickColor.new("Bright orange"), | |
5756 | ["Position"] = Vector3.new(-116.400009, 14.2101822, 8.59999847), | |
5757 | ["Anchored"] = true, | |
5758 | ["CFrame"] = CFrame.new(-116.400009, 14.2101822, 8.59999847, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
5759 | ["Size"] = Vector3.new(2, 27.6000004, 2), | |
5760 | ["Color"] = Color3.new(0.854902, 0.521569, 0.254902), | |
5761 | }) | |
5762 | o192 = Create("Part",{ | |
5763 | ["Name"] = "Smooth Block Model", | |
5764 | ["Parent"] = o171, | |
5765 | ["BrickColor"] = BrickColor.new("Bright red"), | |
5766 | ["Position"] = Vector3.new(-114.400009, 13.0101805, 24.5999985), | |
5767 | ["Rotation"] = Vector3.new(-0, -90, 0), | |
5768 | ["Anchored"] = true, | |
5769 | ["CFrame"] = CFrame.new(-114.400009, 13.0101805, 24.5999985, 0, 0, -1, 0, 1, 0, 1, 0, 0), | |
5770 | ["Size"] = Vector3.new(2, 1.20000005, 4), | |
5771 | ["Color"] = Color3.new(0.768628, 0.156863, 0.109804), | |
5772 | }) | |
5773 | o193 = Create("Part",{ | |
5774 | ["Name"] = "Smooth Block Model", | |
5775 | ["Parent"] = o171, | |
5776 | ["BrickColor"] = BrickColor.new("Bright orange"), | |
5777 | ["Position"] = Vector3.new(-114.400009, 14.2101822, 8.09999847), | |
5778 | ["Anchored"] = true, | |
5779 | ["CFrame"] = CFrame.new(-114.400009, 14.2101822, 8.09999847, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
5780 | ["Size"] = Vector3.new(2, 27.6000004, 3), | |
5781 | ["Color"] = Color3.new(0.854902, 0.521569, 0.254902), | |
5782 | }) | |
5783 | o194 = Create("Part",{ | |
5784 | ["Name"] = "Smooth Block Model", | |
5785 | ["Parent"] = o171, | |
5786 | ["BrickColor"] = BrickColor.new("Bright orange"), | |
5787 | ["Position"] = Vector3.new(-89.4000092, 21.4101944, 16.5999985), | |
5788 | ["Rotation"] = Vector3.new(-180, 0, -180), | |
5789 | ["Anchored"] = true, | |
5790 | ["CFrame"] = CFrame.new(-89.4000092, 21.4101944, 16.5999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), | |
5791 | ["Size"] = Vector3.new(2, 3.60000014, 14), | |
5792 | ["Color"] = Color3.new(0.854902, 0.521569, 0.254902), | |
5793 | }) | |
5794 | o195 = Create("Part",{ | |
5795 | ["Name"] = "Smooth Block Model", | |
5796 | ["Parent"] = o171, | |
5797 | ["BrickColor"] = BrickColor.new("Bright orange"), | |
5798 | ["Position"] = Vector3.new(-103.400009, 14.2101822, 13.5999985), | |
5799 | ["Rotation"] = Vector3.new(-180, 0, -180), | |
5800 | ["Anchored"] = true, | |
5801 | ["CFrame"] = CFrame.new(-103.400009, 14.2101822, 13.5999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), | |
5802 | ["Size"] = Vector3.new(30, 1.20000005, 8), | |
5803 | ["Color"] = Color3.new(0.854902, 0.521569, 0.254902), | |
5804 | }) | |
5805 | o196 = Create("Part",{ | |
5806 | ["Name"] = "Smooth Block Model", | |
5807 | ["Parent"] = o171, | |
5808 | ["BrickColor"] = BrickColor.new("Bright orange"), | |
5809 | ["Position"] = Vector3.new(-100.400009, 14.2101822, 21.5999985), | |
5810 | ["Rotation"] = Vector3.new(-180, 0, -180), | |
5811 | ["Anchored"] = true, | |
5812 | ["CFrame"] = CFrame.new(-100.400009, 14.2101822, 21.5999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), | |
5813 | ["Size"] = Vector3.new(24, 1.20000005, 8), | |
5814 | ["Color"] = Color3.new(0.854902, 0.521569, 0.254902), | |
5815 | }) | |
5816 | o197 = Create("Part",{ | |
5817 | ["Name"] = "Smooth Block Model", | |
5818 | ["Parent"] = o171, | |
5819 | ["BrickColor"] = BrickColor.new("Dark green"), | |
5820 | ["Position"] = Vector3.new(-103.400009, 35.2101974, 24.5999985), | |
5821 | ["Anchored"] = true, | |
5822 | ["CFrame"] = CFrame.new(-103.400009, 35.2101974, 24.5999985, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
5823 | ["Size"] = Vector3.new(2, 2.4000001, 6), | |
5824 | ["Color"] = Color3.new(0.156863, 0.498039, 0.278431), | |
5825 | }) | |
5826 | o198 = Create("Part",{ | |
5827 | ["Name"] = "Smooth Block Model", | |
5828 | ["Parent"] = o171, | |
5829 | ["BrickColor"] = BrickColor.new("Bright red"), | |
5830 | ["Position"] = Vector3.new(-114.400009, 10.6101885, 22.5999985), | |
5831 | ["Rotation"] = Vector3.new(-0, -90, 0), | |
5832 | ["Anchored"] = true, | |
5833 | ["CFrame"] = CFrame.new(-114.400009, 10.6101885, 22.5999985, 0, 0, -1, 0, 1, 0, 1, 0, 0), | |
5834 | ["Size"] = Vector3.new(2, 1.20000005, 4), | |
5835 | ["Color"] = Color3.new(0.768628, 0.156863, 0.109804), | |
5836 | }) | |
5837 | o199 = Create("Part",{ | |
5838 | ["Name"] = "Smooth Block Model", | |
5839 | ["Parent"] = o171, | |
5840 | ["BrickColor"] = BrickColor.new("Bright blue"), | |
5841 | ["Transparency"] = 0.60000002384186, | |
5842 | ["Position"] = Vector3.new(-89.4000092, 21.4101944, 25.0999985), | |
5843 | ["Rotation"] = Vector3.new(-180, 0, -180), | |
5844 | ["Anchored"] = true, | |
5845 | ["CFrame"] = CFrame.new(-89.4000092, 21.4101944, 25.0999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), | |
5846 | ["Size"] = Vector3.new(2, 3.60000014, 3), | |
5847 | ["Color"] = Color3.new(0.0509804, 0.411765, 0.67451), | |
5848 | }) | |
5849 | o200 = Create("Part",{ | |
5850 | ["Name"] = "Smooth Block Model", | |
5851 | ["Parent"] = o171, | |
5852 | ["BrickColor"] = BrickColor.new("Bright orange"), | |
5853 | ["Position"] = Vector3.new(-103.400009, 14.2101822, 7.59999847), | |
5854 | ["Rotation"] = Vector3.new(-180, 0, -180), | |
5855 | ["Anchored"] = true, | |
5856 | ["CFrame"] = CFrame.new(-103.400009, 14.2101822, 7.59999847, -1, 0, 0, 0, 1, 0, 0, 0, -1), | |
5857 | ["Size"] = Vector3.new(20, 1.20000005, 4), | |
5858 | ["Color"] = Color3.new(0.854902, 0.521569, 0.254902), | |
5859 | }) | |
5860 | o201 = Create("Part",{ | |
5861 | ["Name"] = "Smooth Block Model", | |
5862 | ["Parent"] = o171, | |
5863 | ["BrickColor"] = BrickColor.new("Bright red"), | |
5864 | ["Position"] = Vector3.new(-114.400009, 9.41018581, 21.5999985), | |
5865 | ["Rotation"] = Vector3.new(-0, -90, 0), | |
5866 | ["Anchored"] = true, | |
5867 | ["CFrame"] = CFrame.new(-114.400009, 9.41018581, 21.5999985, 0, 0, -1, 0, 1, 0, 1, 0, 0), | |
5868 | ["Size"] = Vector3.new(2, 1.20000005, 4), | |
5869 | ["Color"] = Color3.new(0.768628, 0.156863, 0.109804), | |
5870 | }) | |
5871 | o202 = Create("Part",{ | |
5872 | ["Name"] = "Smooth Block Model", | |
5873 | ["Parent"] = o171, | |
5874 | ["BrickColor"] = BrickColor.new("Bright red"), | |
5875 | ["Position"] = Vector3.new(-114.400009, 11.8101845, 23.5999985), | |
5876 | ["Rotation"] = Vector3.new(-0, -90, 0), | |
5877 | ["Anchored"] = true, | |
5878 | ["CFrame"] = CFrame.new(-114.400009, 11.8101845, 23.5999985, 0, 0, -1, 0, 1, 0, 1, 0, 0), | |
5879 | ["Size"] = Vector3.new(2, 1.20000005, 4), | |
5880 | ["Color"] = Color3.new(0.768628, 0.156863, 0.109804), | |
5881 | }) | |
5882 | o203 = Create("Part",{ | |
5883 | ["Name"] = "Smooth Block Model", | |
5884 | ["Parent"] = o171, | |
5885 | ["BrickColor"] = BrickColor.new("Bright red"), | |
5886 | ["Position"] = Vector3.new(-114.400009, 8.2101841, 20.5999985), | |
5887 | ["Rotation"] = Vector3.new(-0, -90, 0), | |
5888 | ["Anchored"] = true, | |
5889 | ["CFrame"] = CFrame.new(-114.400009, 8.2101841, 20.5999985, 0, 0, -1, 0, 1, 0, 1, 0, 0), | |
5890 | ["Size"] = Vector3.new(2, 1.20000005, 4), | |
5891 | ["Color"] = Color3.new(0.768628, 0.156863, 0.109804), | |
5892 | }) | |
5893 | o204 = Create("Part",{ | |
5894 | ["Name"] = "Smooth Block Model", | |
5895 | ["Parent"] = o171, | |
5896 | ["BrickColor"] = BrickColor.new("Bright red"), | |
5897 | ["Position"] = Vector3.new(-114.400009, 4.61018753, 17.5999985), | |
5898 | ["Rotation"] = Vector3.new(-0, -90, 0), | |
5899 | ["Anchored"] = true, | |
5900 | ["CFrame"] = CFrame.new(-114.400009, 4.61018753, 17.5999985, 0, 0, -1, 0, 1, 0, 1, 0, 0), | |
5901 | ["Size"] = Vector3.new(2, 1.20000005, 4), | |
5902 | ["Color"] = Color3.new(0.768628, 0.156863, 0.109804), | |
5903 | }) | |
5904 | o205 = Create("Part",{ | |
5905 | ["Name"] = "Smooth Block Model", | |
5906 | ["Parent"] = o171, | |
5907 | ["BrickColor"] = BrickColor.new("Bright red"), | |
5908 | ["Position"] = Vector3.new(-114.400009, 7.01018715, 19.5999985), | |
5909 | ["Rotation"] = Vector3.new(-0, -90, 0), | |
5910 | ["Anchored"] = true, | |
5911 | ["CFrame"] = CFrame.new(-114.400009, 7.01018715, 19.5999985, 0, 0, -1, 0, 1, 0, 1, 0, 0), | |
5912 | ["Size"] = Vector3.new(2, 1.20000005, 4), | |
5913 | ["Color"] = Color3.new(0.768628, 0.156863, 0.109804), | |
5914 | }) | |
5915 | o206 = Create("Part",{ | |
5916 | ["Name"] = "Smooth Block Model", | |
5917 | ["Parent"] = o171, | |
5918 | ["BrickColor"] = BrickColor.new("Bright orange"), | |
5919 | ["Position"] = Vector3.new(-92.4000092, 14.2101822, 8.09999847), | |
5920 | ["Anchored"] = true, | |
5921 | ["CFrame"] = CFrame.new(-92.4000092, 14.2101822, 8.09999847, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
5922 | ["Size"] = Vector3.new(2, 27.6000004, 3), | |
5923 | ["Color"] = Color3.new(0.854902, 0.521569, 0.254902), | |
5924 | }) | |
5925 | o207 = Create("Part",{ | |
5926 | ["Name"] = "Smooth Block Model", | |
5927 | ["Parent"] = o171, | |
5928 | ["BrickColor"] = BrickColor.new("Bright red"), | |
5929 | ["Position"] = Vector3.new(-114.400009, 5.81018925, 18.5999985), | |
5930 | ["Rotation"] = Vector3.new(-0, -90, 0), | |
5931 | ["Anchored"] = true, | |
5932 | ["CFrame"] = CFrame.new(-114.400009, 5.81018925, 18.5999985, 0, 0, -1, 0, 1, 0, 1, 0, 0), | |
5933 | ["Size"] = Vector3.new(2, 1.20000005, 4), | |
5934 | ["Color"] = Color3.new(0.768628, 0.156863, 0.109804), | |
5935 | }) | |
5936 | o208 = Create("Part",{ | |
5937 | ["Name"] = "Smooth Block Model", | |
5938 | ["Parent"] = o171, | |
5939 | ["BrickColor"] = BrickColor.new("Bright orange"), | |
5940 | ["Position"] = Vector3.new(-89.4000092, 17.2101936, 19.5999985), | |
5941 | ["Rotation"] = Vector3.new(-180, 0, -180), | |
5942 | ["Anchored"] = true, | |
5943 | ["CFrame"] = CFrame.new(-89.4000092, 17.2101936, 19.5999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), | |
5944 | ["Size"] = Vector3.new(2, 4.80000019, 20), | |
5945 | ["Color"] = Color3.new(0.854902, 0.521569, 0.254902), | |
5946 | }) | |
5947 | o209 = Create("Part",{ | |
5948 | ["Name"] = "Smooth Block Model", | |
5949 | ["Parent"] = o171, | |
5950 | ["BrickColor"] = BrickColor.new("Bright orange"), | |
5951 | ["Position"] = Vector3.new(-103.400009, 14.2101822, 27.5999985), | |
5952 | ["Rotation"] = Vector3.new(-180, 0, -180), | |
5953 | ["Anchored"] = true, | |
5954 | ["CFrame"] = CFrame.new(-103.400009, 14.2101822, 27.5999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), | |
5955 | ["Size"] = Vector3.new(30, 1.20000005, 4), | |
5956 | ["Color"] = Color3.new(0.854902, 0.521569, 0.254902), | |
5957 | }) | |
5958 | o210 = Create("Part",{ | |
5959 | ["Name"] = "Smooth Block Model", | |
5960 | ["Parent"] = o171, | |
5961 | ["BrickColor"] = BrickColor.new("Bright orange"), | |
5962 | ["Position"] = Vector3.new(-117.400009, 7.01018715, 19.5999985), | |
5963 | ["Rotation"] = Vector3.new(0, 90, 0), | |
5964 | ["Anchored"] = true, | |
5965 | ["CFrame"] = CFrame.new(-117.400009, 7.01018715, 19.5999985, 0, 0, 1, 0, 1, 0, -1, 0, 0), | |
5966 | ["Size"] = Vector3.new(20, 13.2000008, 2), | |
5967 | ["Color"] = Color3.new(0.854902, 0.521569, 0.254902), | |
5968 | }) | |
5969 | o211 = Create("Part",{ | |
5970 | ["Name"] = "Smooth Block Model", | |
5971 | ["Parent"] = o171, | |
5972 | ["BrickColor"] = BrickColor.new("Bright orange"), | |
5973 | ["Position"] = Vector3.new(-90.4000092, 14.2101822, 8.59999847), | |
5974 | ["Anchored"] = true, | |
5975 | ["CFrame"] = CFrame.new(-90.4000092, 14.2101822, 8.59999847, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
5976 | ["Size"] = Vector3.new(2, 27.6000004, 2), | |
5977 | ["Color"] = Color3.new(0.854902, 0.521569, 0.254902), | |
5978 | }) | |
5979 | o212 = Create("Part",{ | |
5980 | ["Name"] = "Smooth Block Model", | |
5981 | ["Parent"] = o171, | |
5982 | ["BrickColor"] = BrickColor.new("Bright orange"), | |
5983 | ["Position"] = Vector3.new(-114.400009, 14.2101822, 31.0999985), | |
5984 | ["Anchored"] = true, | |
5985 | ["CFrame"] = CFrame.new(-114.400009, 14.2101822, 31.0999985, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
5986 | ["Size"] = Vector3.new(2, 27.6000004, 3), | |
5987 | ["Color"] = Color3.new(0.854902, 0.521569, 0.254902), | |
5988 | }) | |
5989 | o213 = Create("Part",{ | |
5990 | ["Name"] = "Smooth Block Model", | |
5991 | ["Parent"] = o171, | |
5992 | ["BrickColor"] = BrickColor.new("Dark green"), | |
5993 | ["Position"] = Vector3.new(-103.400009, 38.2101936, 27.5999985), | |
5994 | ["Anchored"] = true, | |
5995 | ["CFrame"] = CFrame.new(-103.400009, 38.2101936, 27.5999985, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
5996 | ["Size"] = Vector3.new(2, 3.60000014, 8), | |
5997 | ["Color"] = Color3.new(0.156863, 0.498039, 0.278431), | |
5998 | }) | |
5999 | o214 = Create("Part",{ | |
6000 | ["Name"] = "Smooth Block Model", | |
6001 | ["Parent"] = o171, | |
6002 | ["BrickColor"] = BrickColor.new("Bright orange"), | |
6003 | ["Position"] = Vector3.new(-116.400009, 14.2101822, 30.5999985), | |
6004 | ["Anchored"] = true, | |
6005 | ["CFrame"] = CFrame.new(-116.400009, 14.2101822, 30.5999985, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
6006 | ["Size"] = Vector3.new(2, 27.6000004, 2), | |
6007 | ["Color"] = Color3.new(0.854902, 0.521569, 0.254902), | |
6008 | }) | |
6009 | o215 = Create("Part",{ | |
6010 | ["Name"] = "Smooth Block Model", | |
6011 | ["Parent"] = o171, | |
6012 | ["BrickColor"] = BrickColor.new("Bright orange"), | |
6013 | ["Position"] = Vector3.new(-103.400009, 14.2101822, 31.5999985), | |
6014 | ["Rotation"] = Vector3.new(-180, 0, -180), | |
6015 | ["Anchored"] = true, | |
6016 | ["CFrame"] = CFrame.new(-103.400009, 14.2101822, 31.5999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), | |
6017 | ["Size"] = Vector3.new(20, 1.20000005, 4), | |
6018 | ["Color"] = Color3.new(0.854902, 0.521569, 0.254902), | |
6019 | }) | |
6020 | o216 = Create("Part",{ | |
6021 | ["Name"] = "Smooth Block Model", | |
6022 | ["Parent"] = o171, | |
6023 | ["BrickColor"] = BrickColor.new("Bright orange"), | |
6024 | ["Position"] = Vector3.new(-89.4000092, 11.2101822, 11.0999985), | |
6025 | ["Rotation"] = Vector3.new(-180, 0, -180), | |
6026 | ["Anchored"] = true, | |
6027 | ["CFrame"] = CFrame.new(-89.4000092, 11.2101822, 11.0999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), | |
6028 | ["Size"] = Vector3.new(2, 4.80000019, 3), | |
6029 | ["Color"] = Color3.new(0.854902, 0.521569, 0.254902), | |
6030 | }) | |
6031 | o217 = Create("Part",{ | |
6032 | ["Name"] = "Smooth Block Model", | |
6033 | ["Parent"] = o171, | |
6034 | ["BrickColor"] = BrickColor.new("Bright red"), | |
6035 | ["Position"] = Vector3.new(-114.400009, 1.01019096, 14.5999985), | |
6036 | ["Rotation"] = Vector3.new(-0, -90, 0), | |
6037 | ["Anchored"] = true, | |
6038 | ["CFrame"] = CFrame.new(-114.400009, 1.01019096, 14.5999985, 0, 0, -1, 0, 1, 0, 1, 0, 0), | |
6039 | ["Size"] = Vector3.new(2, 1.20000005, 4), | |
6040 | ["Color"] = Color3.new(0.768628, 0.156863, 0.109804), | |
6041 | }) | |
6042 | o218 = Create("Part",{ | |
6043 | ["Name"] = "Smooth Block Model", | |
6044 | ["Parent"] = o171, | |
6045 | ["BrickColor"] = BrickColor.new("Bright red"), | |
6046 | ["Position"] = Vector3.new(-114.400009, 3.41018867, 16.5999985), | |
6047 | ["Rotation"] = Vector3.new(-0, -90, 0), | |
6048 | ["Anchored"] = true, | |
6049 | ["CFrame"] = CFrame.new(-114.400009, 3.41018867, 16.5999985, 0, 0, -1, 0, 1, 0, 1, 0, 0), | |
6050 | ["Size"] = Vector3.new(2, 1.20000005, 4), | |
6051 | ["Color"] = Color3.new(0.768628, 0.156863, 0.109804), | |
6052 | }) | |
6053 | o219 = Create("Part",{ | |
6054 | ["Name"] = "Smooth Block Model", | |
6055 | ["Parent"] = o171, | |
6056 | ["BrickColor"] = BrickColor.new("Bright orange"), | |
6057 | ["Position"] = Vector3.new(-90.4000092, 14.2101822, 30.5999985), | |
6058 | ["Anchored"] = true, | |
6059 | ["CFrame"] = CFrame.new(-90.4000092, 14.2101822, 30.5999985, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
6060 | ["Size"] = Vector3.new(2, 27.6000004, 2), | |
6061 | ["Color"] = Color3.new(0.854902, 0.521569, 0.254902), | |
6062 | }) | |
6063 | o220 = Create("Part",{ | |
6064 | ["Name"] = "Smooth Block Model", | |
6065 | ["Parent"] = o171, | |
6066 | ["BrickColor"] = BrickColor.new("Bright red"), | |
6067 | ["Position"] = Vector3.new(-114.400009, 2.21019173, 15.5999985), | |
6068 | ["Rotation"] = Vector3.new(-0, -90, 0), | |
6069 | ["Anchored"] = true, | |
6070 | ["CFrame"] = CFrame.new(-114.400009, 2.21019173, 15.5999985, 0, 0, -1, 0, 1, 0, 1, 0, 0), | |
6071 | ["Size"] = Vector3.new(2, 1.20000005, 4), | |
6072 | ["Color"] = Color3.new(0.768628, 0.156863, 0.109804), | |
6073 | }) | |
6074 | o221 = Create("Part",{ | |
6075 | ["Name"] = "Smooth Block Model", | |
6076 | ["Parent"] = o171, | |
6077 | ["BrickColor"] = BrickColor.new("Bright orange"), | |
6078 | ["Position"] = Vector3.new(-103.400009, 7.01018715, 6.59999847), | |
6079 | ["Anchored"] = true, | |
6080 | ["CFrame"] = CFrame.new(-103.400009, 7.01018715, 6.59999847, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
6081 | ["Size"] = Vector3.new(20, 13.2000008, 2), | |
6082 | ["Color"] = Color3.new(0.854902, 0.521569, 0.254902), | |
6083 | }) | |
6084 | o222 = Create("Part",{ | |
6085 | ["Name"] = "Smooth Block Model", | |
6086 | ["Parent"] = o171, | |
6087 | ["BrickColor"] = BrickColor.new("Bright orange"), | |
6088 | ["Position"] = Vector3.new(-89.4000092, 21.4101944, 28.0999985), | |
6089 | ["Rotation"] = Vector3.new(-180, 0, -180), | |
6090 | ["Anchored"] = true, | |
6091 | ["CFrame"] = CFrame.new(-89.4000092, 21.4101944, 28.0999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), | |
6092 | ["Size"] = Vector3.new(2, 3.60000014, 3), | |
6093 | ["Color"] = Color3.new(0.854902, 0.521569, 0.254902), | |
6094 | }) | |
6095 | o223 = Create("Part",{ | |
6096 | ["Name"] = "Smooth Block Model", | |
6097 | ["Parent"] = o171, | |
6098 | ["BrickColor"] = BrickColor.new("Bright orange"), | |
6099 | ["Position"] = Vector3.new(-89.4000092, 13.0101805, 14.0999985), | |
6100 | ["Rotation"] = Vector3.new(-180, 0, -180), | |
6101 | ["Anchored"] = true, | |
6102 | ["CFrame"] = CFrame.new(-89.4000092, 13.0101805, 14.0999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), | |
6103 | ["Size"] = Vector3.new(2, 1.20000005, 3), | |
6104 | ["Color"] = Color3.new(0.854902, 0.521569, 0.254902), | |
6105 | }) | |
6106 | o224 = Create("Part",{ | |
6107 | ["Name"] = "Smooth Block Model", | |
6108 | ["Parent"] = o171, | |
6109 | ["BrickColor"] = BrickColor.new("Bright orange"), | |
6110 | ["Position"] = Vector3.new(-103.400009, 7.01018715, 32.5999985), | |
6111 | ["Anchored"] = true, | |
6112 | ["CFrame"] = CFrame.new(-103.400009, 7.01018715, 32.5999985, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
6113 | ["Size"] = Vector3.new(20, 13.2000008, 2), | |
6114 | ["Color"] = Color3.new(0.854902, 0.521569, 0.254902), | |
6115 | }) | |
6116 | o225 = Create("Part",{ | |
6117 | ["Name"] = "Smooth Block Model", | |
6118 | ["Parent"] = o171, | |
6119 | ["BrickColor"] = BrickColor.new("Bright orange"), | |
6120 | ["Position"] = Vector3.new(-92.4000092, 14.2101822, 31.0999985), | |
6121 | ["Anchored"] = true, | |
6122 | ["CFrame"] = CFrame.new(-92.4000092, 14.2101822, 31.0999985, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
6123 | ["Size"] = Vector3.new(2, 27.6000004, 3), | |
6124 | ["Color"] = Color3.new(0.854902, 0.521569, 0.254902), | |
6125 | }) | |
6126 | o226 = Create("Part",{ | |
6127 | ["Name"] = "Smooth Block Model", | |
6128 | ["Parent"] = o171, | |
6129 | ["BrickColor"] = BrickColor.new("Bright orange"), | |
6130 | ["Position"] = Vector3.new(-89.4000092, 11.2101822, 22.5999985), | |
6131 | ["Anchored"] = true, | |
6132 | ["CFrame"] = CFrame.new(-89.4000092, 11.2101822, 22.5999985, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
6133 | ["Size"] = Vector3.new(2, 4.80000019, 14), | |
6134 | ["Color"] = Color3.new(0.854902, 0.521569, 0.254902), | |
6135 | }) | |
6136 | o227 = Create("Part",{ | |
6137 | ["Name"] = "Smooth Block Model", | |
6138 | ["Parent"] = o171, | |
6139 | ["BrickColor"] = BrickColor.new("Bright orange"), | |
6140 | ["Position"] = Vector3.new(-89.4000092, 8.2101841, 13.5999985), | |
6141 | ["Anchored"] = true, | |
6142 | ["CFrame"] = CFrame.new(-89.4000092, 8.2101841, 13.5999985, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
6143 | ["Size"] = Vector3.new(2, 1.20000005, 8), | |
6144 | ["Color"] = Color3.new(0.854902, 0.521569, 0.254902), | |
6145 | }) | |
6146 | o228 = Create("Part",{ | |
6147 | ["Name"] = "Smooth Block Model", | |
6148 | ["Parent"] = o171, | |
6149 | ["BrickColor"] = BrickColor.new("Bright blue"), | |
6150 | ["Position"] = Vector3.new(-89.4000092, 8.2101841, 19.5999985), | |
6151 | ["Rotation"] = Vector3.new(-180, 0, -180), | |
6152 | ["Anchored"] = true, | |
6153 | ["CFrame"] = CFrame.new(-89.4000092, 8.2101841, 19.5999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), | |
6154 | ["Size"] = Vector3.new(2, 1.20000005, 4), | |
6155 | ["Color"] = Color3.new(0.0509804, 0.411765, 0.67451), | |
6156 | }) | |
6157 | o229 = Create("Part",{ | |
6158 | ["Name"] = "Smooth Block Model", | |
6159 | ["Parent"] = o171, | |
6160 | ["BrickColor"] = BrickColor.new("Bright blue"), | |
6161 | ["Transparency"] = 0.60000002384186, | |
6162 | ["Position"] = Vector3.new(-89.4000092, 10.6101885, 14.0999985), | |
6163 | ["Rotation"] = Vector3.new(-180, 0, -180), | |
6164 | ["Anchored"] = true, | |
6165 | ["CFrame"] = CFrame.new(-89.4000092, 10.6101885, 14.0999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), | |
6166 | ["Size"] = Vector3.new(2, 3.60000014, 3), | |
6167 | ["Color"] = Color3.new(0.0509804, 0.411765, 0.67451), | |
6168 | }) | |
6169 | o230 = Create("Part",{ | |
6170 | ["Name"] = "Smooth Block Model", | |
6171 | ["Parent"] = o171, | |
6172 | ["BrickColor"] = BrickColor.new("Bright orange"), | |
6173 | ["Position"] = Vector3.new(-103.400009, 21.4101944, 32.5999985), | |
6174 | ["Anchored"] = true, | |
6175 | ["CFrame"] = CFrame.new(-103.400009, 21.4101944, 32.5999985, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
6176 | ["Size"] = Vector3.new(20, 13.2000008, 2), | |
6177 | ["Color"] = Color3.new(0.854902, 0.521569, 0.254902), | |
6178 | }) | |
6179 | o231 = Create("Model",{ | |
6180 | ["Parent"] = o171, | |
6181 | ["PrimaryPart"] = o232, | |
6182 | }) | |
6183 | o232 = Create("Part",{ | |
6184 | ["Name"] = "Smooth Block Model", | |
6185 | ["Parent"] = o231, | |
6186 | ["BrickColor"] = BrickColor.new("Bright orange"), | |
6187 | ["Position"] = Vector3.new(-89.4000092, 8.2101841, 25.5999985), | |
6188 | ["Rotation"] = Vector3.new(-180, 0, -180), | |
6189 | ["Anchored"] = true, | |
6190 | ["CFrame"] = CFrame.new(-89.4000092, 8.2101841, 25.5999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), | |
6191 | ["Size"] = Vector3.new(2, 1.20000005, 8), | |
6192 | ["Color"] = Color3.new(0.854902, 0.521569, 0.254902), | |
6193 | }) | |
6194 | o233 = Create("Part",{ | |
6195 | ["Name"] = "Smooth Block Model", | |
6196 | ["Parent"] = o231, | |
6197 | ["BrickColor"] = BrickColor.new("Bright orange"), | |
6198 | ["Position"] = Vector3.new(-89.4000092, 4.01018906, 26.0999985), | |
6199 | ["Rotation"] = Vector3.new(-180, 0, -180), | |
6200 | ["Anchored"] = true, | |
6201 | ["CFrame"] = CFrame.new(-89.4000092, 4.01018906, 26.0999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), | |
6202 | ["Size"] = Vector3.new(2, 7.20000029, 7), | |
6203 | ["Color"] = Color3.new(0.854902, 0.521569, 0.254902), | |
6204 | }) | |
6205 | o234 = Create("Part",{ | |
6206 | ["Name"] = "Smooth Block Model", | |
6207 | ["Parent"] = o171, | |
6208 | ["BrickColor"] = BrickColor.new("Bright orange"), | |
6209 | ["Position"] = Vector3.new(-89.4000092, 4.01018906, 13.0999985), | |
6210 | ["Anchored"] = true, | |
6211 | ["CFrame"] = CFrame.new(-89.4000092, 4.01018906, 13.0999985, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
6212 | ["Size"] = Vector3.new(2, 7.20000029, 7), | |
6213 | ["Color"] = Color3.new(0.854902, 0.521569, 0.254902), | |
6214 | }) | |
6215 | o235 = Create("Part",{ | |
6216 | ["Name"] = "Smooth Block Model", | |
6217 | ["Parent"] = o171, | |
6218 | ["BrickColor"] = BrickColor.new("Bright blue"), | |
6219 | ["Position"] = Vector3.new(-89.4000092, 4.01018906, 19.5999985), | |
6220 | ["Rotation"] = Vector3.new(-180, 0, -180), | |
6221 | ["Anchored"] = true, | |
6222 | ["CFrame"] = CFrame.new(-89.4000092, 4.01018906, 19.5999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), | |
6223 | ["CanCollide"] = false, | |
6224 | ["Size"] = Vector3.new(2, 7.20000029, 6), | |
6225 | ["Color"] = Color3.new(0.0509804, 0.411765, 0.67451), | |
6226 | }) | |
6227 | o236 = Create("Part",{ | |
6228 | ["Name"] = "Smooth Block Model", | |
6229 | ["Parent"] = o161, | |
6230 | ["BrickColor"] = BrickColor.new("Brick yellow"), | |
6231 | ["Position"] = Vector3.new(-90.9000092, 18.4101944, 25.0999985), | |
6232 | ["Rotation"] = Vector3.new(-180, 0, -180), | |
6233 | ["CFrame"] = CFrame.new(-90.9000092, 18.4101944, 25.0999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), | |
6234 | ["Size"] = Vector3.new(1, 7.20000029, 1), | |
6235 | ["Color"] = Color3.new(0.843137, 0.772549, 0.603922), | |
6236 | }) | |
6237 | o237 = Create("Part",{ | |
6238 | ["Name"] = "Smooth Block Model", | |
6239 | ["Parent"] = o161, | |
6240 | ["BrickColor"] = BrickColor.new("Brick yellow"), | |
6241 | ["Position"] = Vector3.new(-99.9000092, 18.4101944, 25.0999985), | |
6242 | ["Rotation"] = Vector3.new(-180, 0, -180), | |
6243 | ["CFrame"] = CFrame.new(-99.9000092, 18.4101944, 25.0999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), | |
6244 | ["Size"] = Vector3.new(1, 7.20000029, 1), | |
6245 | ["Color"] = Color3.new(0.843137, 0.772549, 0.603922), | |
6246 | }) | |
6247 | o238 = Create("Model",{ | |
6248 | ["Name"] = "Inflatable Chair", | |
6249 | ["Parent"] = o161, | |
6250 | ["PrimaryPart"] = o243, | |
6251 | }) | |
6252 | o239 = Create("Part",{ | |
6253 | ["Name"] = "Smooth Block Model", | |
6254 | ["Parent"] = o238, | |
6255 | ["BrickColor"] = BrickColor.new("Bright red"), | |
6256 | ["Position"] = Vector3.new(-109.200012, 2.21019173, 28.5999985), | |
6257 | ["Rotation"] = Vector3.new(-0, 0, -90), | |
6258 | ["Anchored"] = true, | |
6259 | ["CFrame"] = CFrame.new(-109.200012, 2.21019173, 28.5999985, 0, 1, 0, -1, 0, 0, 0, 0, 1), | |
6260 | ["FormFactor"] = Enum.FormFactor.Plate, | |
6261 | ["Size"] = Vector3.new(2, 4.4000001, 2), | |
6262 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
6263 | ["TopSurface"] = Enum.SurfaceType.Weld, | |
6264 | ["Color"] = Color3.new(0.768628, 0.156863, 0.109804), | |
6265 | }) | |
6266 | o240 = Create("SpecialMesh",{ | |
6267 | ["Parent"] = o239, | |
6268 | ["Scale"] = Vector3.new(1.25, 1.25, 1.25), | |
6269 | }) | |
6270 | o241 = Create("Part",{ | |
6271 | ["Name"] = "Smooth Block Model", | |
6272 | ["Parent"] = o238, | |
6273 | ["BrickColor"] = BrickColor.new("Bright red"), | |
6274 | ["Position"] = Vector3.new(-111.400009, 4.21018982, 25.5999985), | |
6275 | ["Rotation"] = Vector3.new(90, -90, 0), | |
6276 | ["Anchored"] = true, | |
6277 | ["CFrame"] = CFrame.new(-111.400009, 4.21018982, 25.5999985, 0, 0, -1, -1, 0, 0, 0, 1, 0), | |
6278 | ["FormFactor"] = Enum.FormFactor.Plate, | |
6279 | ["Size"] = Vector3.new(2, 6, 2), | |
6280 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
6281 | ["TopSurface"] = Enum.SurfaceType.Weld, | |
6282 | ["Color"] = Color3.new(0.768628, 0.156863, 0.109804), | |
6283 | }) | |
6284 | o242 = Create("SpecialMesh",{ | |
6285 | ["Parent"] = o241, | |
6286 | ["Scale"] = Vector3.new(1.25, 1.25, 1.25), | |
6287 | }) | |
6288 | o243 = Create("Part",{ | |
6289 | ["Name"] = "Smooth Block Model", | |
6290 | ["Parent"] = o238, | |
6291 | ["BrickColor"] = BrickColor.new("Bright red"), | |
6292 | ["Position"] = Vector3.new(-109.385925, 0.399991989, 25.5999985), | |
6293 | ["Rotation"] = Vector3.new(180, -90, 0), | |
6294 | ["RotVelocity"] = Vector3.new(-0.00508541893, -1.59203466e-007, -4.57209808e-006), | |
6295 | ["Velocity"] = Vector3.new(-1.52250641e-006, -0.00163426716, -0.000372749782), | |
6296 | ["CFrame"] = CFrame.new(-109.385925, 0.399991989, 25.5999985, -5.84871214e-006, -9.89286036e-007, -1, -9.02664876e-009, -1, 9.89286036e-007, -1, 9.03243524e-009, 5.84871214e-006), | |
6297 | ["FormFactor"] = Enum.FormFactor.Plate, | |
6298 | ["Size"] = Vector3.new(6, 0.800000012, 6), | |
6299 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
6300 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
6301 | ["Color"] = Color3.new(0.768628, 0.156863, 0.109804), | |
6302 | }) | |
6303 | o244 = Create("SpecialMesh",{ | |
6304 | ["Parent"] = o243, | |
6305 | ["Scale"] = Vector3.new(1, 4, 1), | |
6306 | ["MeshType"] = Enum.MeshType.Sphere, | |
6307 | }) | |
6308 | o245 = Create("Part",{ | |
6309 | ["Name"] = "Smooth Block Model", | |
6310 | ["Parent"] = o238, | |
6311 | ["BrickColor"] = BrickColor.new("White"), | |
6312 | ["Position"] = Vector3.new(-111.400009, 2.21019173, 25.5999985), | |
6313 | ["Rotation"] = Vector3.new(0, 90, 0), | |
6314 | ["Anchored"] = true, | |
6315 | ["CFrame"] = CFrame.new(-111.400009, 2.21019173, 25.5999985, 0, 0, 1, 0, 1, 0, -1, 0, 0), | |
6316 | ["FormFactor"] = Enum.FormFactor.Plate, | |
6317 | ["Size"] = Vector3.new(4, 2, 2), | |
6318 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
6319 | ["Color"] = Color3.new(0.94902, 0.952941, 0.952941), | |
6320 | }) | |
6321 | o246 = Create("Part",{ | |
6322 | ["Name"] = "Smooth Block Model", | |
6323 | ["Parent"] = o238, | |
6324 | ["BrickColor"] = BrickColor.new("White"), | |
6325 | ["Position"] = Vector3.new(-108.385925, 0.999991655, 25.6000004), | |
6326 | ["Rotation"] = Vector3.new(180, -0.000335106452, 5.66819035e-005), | |
6327 | ["RotVelocity"] = Vector3.new(-0.00508541893, -1.59203466e-007, -4.57209808e-006), | |
6328 | ["Velocity"] = Vector3.new(1.22075062e-006, -0.00163882959, -0.00342384027), | |
6329 | ["CFrame"] = CFrame.new(-108.385925, 0.999991655, 25.6000004, 1, -9.89285809e-007, -5.84871077e-006, -9.89285809e-007, -0.999999523, -9.02664521e-009, -5.84871077e-006, 9.03242992e-009, -0.999999523), | |
6330 | ["FormFactor"] = Enum.FormFactor.Plate, | |
6331 | ["Size"] = Vector3.new(3, 0.400000006, 3), | |
6332 | ["BackSurface"] = Enum.SurfaceType.Weld, | |
6333 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
6334 | ["FrontSurface"] = Enum.SurfaceType.Weld, | |
6335 | ["LeftSurface"] = Enum.SurfaceType.Weld, | |
6336 | ["TopSurface"] = Enum.SurfaceType.Weld, | |
6337 | ["Color"] = Color3.new(0.94902, 0.952941, 0.952941), | |
6338 | }) | |
6339 | o247 = Create("Part",{ | |
6340 | ["Name"] = "Smooth Block Model", | |
6341 | ["Parent"] = o238, | |
6342 | ["BrickColor"] = BrickColor.new("Bright red"), | |
6343 | ["Position"] = Vector3.new(-109.200012, 2.21019173, 22.5999985), | |
6344 | ["Rotation"] = Vector3.new(-0, 0, -90), | |
6345 | ["Anchored"] = true, | |
6346 | ["CFrame"] = CFrame.new(-109.200012, 2.21019173, 22.5999985, 0, 1, 0, -1, 0, 0, 0, 0, 1), | |
6347 | ["FormFactor"] = Enum.FormFactor.Plate, | |
6348 | ["Size"] = Vector3.new(2, 4.4000001, 2), | |
6349 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
6350 | ["TopSurface"] = Enum.SurfaceType.Weld, | |
6351 | ["Color"] = Color3.new(0.768628, 0.156863, 0.109804), | |
6352 | }) | |
6353 | o248 = Create("SpecialMesh",{ | |
6354 | ["Parent"] = o247, | |
6355 | ["Scale"] = Vector3.new(1.25, 1.25, 1.25), | |
6356 | }) | |
6357 | o249 = Create("Part",{ | |
6358 | ["Name"] = "Smooth Block Model", | |
6359 | ["Parent"] = o161, | |
6360 | ["BrickColor"] = BrickColor.new("Dark orange"), | |
6361 | ["Position"] = Vector3.new(-97.4000092, 7.80170441, 26.0999985), | |
6362 | ["Rotation"] = Vector3.new(-180, -3.41508735e-006, -180), | |
6363 | ["RotVelocity"] = Vector3.new(-4.67072995e-013, -4.61561353e-019, 1.14785835e-005), | |
6364 | ["Velocity"] = Vector3.new(-4.95033128e-005, -0.00582765974, -2.18427468e-012), | |
6365 | ["CFrame"] = CFrame.new(-97.4000092, 7.80170441, 26.0999985, -0.999997735, 4.47081642e-014, -5.96045169e-008, 2.30817915e-013, 1, 8.43892707e-008, 5.96045169e-008, 8.43891925e-008, -0.999997735), | |
6366 | ["Size"] = Vector3.new(2, 1.20000005, 7), | |
6367 | ["Color"] = Color3.new(0.627451, 0.372549, 0.207843), | |
6368 | }) | |
6369 | o250 = Create("Part",{ | |
6370 | ["Name"] = "Smooth Block Model", | |
6371 | ["Parent"] = o161, | |
6372 | ["BrickColor"] = BrickColor.new("Black"), | |
6373 | ["Position"] = Vector3.new(-96.9000092, 5.40170145, 26.0999985), | |
6374 | ["Rotation"] = Vector3.new(-180, -3.41508985e-006, -180), | |
6375 | ["RotVelocity"] = Vector3.new(-4.67072995e-013, -4.61561353e-019, 1.14785835e-005), | |
6376 | ["Velocity"] = Vector3.new(-2.19546782e-005, -0.00582192047, -1.06329789e-012), | |
6377 | ["CFrame"] = CFrame.new(-96.9000092, 5.40170145, 26.0999985, -0.99999845, 7.48881548e-014, -5.96045595e-008, 2.00638036e-013, 1, 8.43892849e-008, 5.96045595e-008, 8.43892352e-008, -0.99999845), | |
6378 | ["Size"] = Vector3.new(1, 3.60000014, 5), | |
6379 | ["Color"] = Color3.new(0.105882, 0.164706, 0.207843), | |
6380 | }) | |
6381 | o251 = Create("Part",{ | |
6382 | ["Name"] = "Smooth Block Model", | |
6383 | ["Parent"] = o161, | |
6384 | ["BrickColor"] = BrickColor.new("Really black"), | |
6385 | ["Reflectance"] = 0.75, | |
6386 | ["Position"] = Vector3.new(-97.9000092, 5.40169764, 26.0999985), | |
6387 | ["Rotation"] = Vector3.new(-180, -3.41508803e-006, -180), | |
6388 | ["RotVelocity"] = Vector3.new(-4.67072995e-013, -4.61561353e-019, 1.14785835e-005), | |
6389 | ["Velocity"] = Vector3.new(-2.19546346e-005, -0.00583339902, -1.06329659e-012), | |
6390 | ["CFrame"] = CFrame.new(-97.9000092, 5.40169764, 26.0999985, -0.999997973, 5.47681576e-014, -5.96045311e-008, 2.20757955e-013, 1, 8.43892778e-008, 5.96045311e-008, 8.43892067e-008, -0.999997973), | |
6391 | ["Size"] = Vector3.new(1, 3.60000014, 5), | |
6392 | ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667), | |
6393 | }) | |
6394 | o252 = Create("Part",{ | |
6395 | ["Name"] = "Smooth Block Model", | |
6396 | ["Parent"] = o161, | |
6397 | ["BrickColor"] = BrickColor.new("Dark orange"), | |
6398 | ["Position"] = Vector3.new(-97.3999939, 5.4016943, 23.1000137), | |
6399 | ["Rotation"] = Vector3.new(-180, -3.41508576e-006, -180), | |
6400 | ["RotVelocity"] = Vector3.new(-4.67072995e-013, -4.61561353e-019, 1.14785835e-005), | |
6401 | ["Velocity"] = Vector3.new(-2.19545964e-005, -0.00582765974, -1.06329474e-012), | |
6402 | ["CFrame"] = CFrame.new(-97.3999939, 5.4016943, 23.1000137, -0.999997258, 2.45881959e-014, -5.96044885e-008, 2.50937834e-013, 1, 8.43892565e-008, 5.96044885e-008, 8.43891641e-008, -0.999997258), | |
6403 | ["Size"] = Vector3.new(2, 3.60000014, 1), | |
6404 | ["Color"] = Color3.new(0.627451, 0.372549, 0.207843), | |
6405 | }) | |
6406 | o253 = Create("Part",{ | |
6407 | ["Name"] = "Smooth Block Model", | |
6408 | ["Parent"] = o161, | |
6409 | ["BrickColor"] = BrickColor.new("Dark orange"), | |
6410 | ["Position"] = Vector3.new(-97.4000092, 3.00169706, 26.0999985), | |
6411 | ["Rotation"] = Vector3.new(-180, -3.41509144e-006, -180), | |
6412 | ["RotVelocity"] = Vector3.new(-4.67072995e-013, -4.61561353e-019, 1.14785835e-005), | |
6413 | ["Velocity"] = Vector3.new(5.59397267e-006, -0.00582765974, 5.76791219e-014), | |
6414 | ["CFrame"] = CFrame.new(-97.4000092, 3.00169706, 26.0999985, -0.999998927, 9.50081553e-014, -5.96045879e-008, 1.8051809e-013, 1, 8.43892991e-008, 5.96045879e-008, 8.43892636e-008, -0.999998927), | |
6415 | ["Size"] = Vector3.new(2, 1.20000005, 7), | |
6416 | ["Color"] = Color3.new(0.627451, 0.372549, 0.207843), | |
6417 | }) | |
6418 | o254 = Create("Part",{ | |
6419 | ["Name"] = "Smooth Block Model", | |
6420 | ["Parent"] = o161, | |
6421 | ["BrickColor"] = BrickColor.new("Dark orange"), | |
6422 | ["Position"] = Vector3.new(-97.4000092, 5.40170002, 29.0999908), | |
6423 | ["Rotation"] = Vector3.new(-180, -3.41508644e-006, -180), | |
6424 | ["RotVelocity"] = Vector3.new(-4.67072995e-013, -4.61561353e-019, 1.14785835e-005), | |
6425 | ["Velocity"] = Vector3.new(-2.19546619e-005, -0.00582765974, -1.06329745e-012), | |
6426 | ["CFrame"] = CFrame.new(-97.4000092, 5.40170002, 29.0999908, -0.999997497, 3.46481775e-014, -5.96045027e-008, 2.40877874e-013, 1, 8.43892636e-008, 5.96045027e-008, 8.43891783e-008, -0.999997497), | |
6427 | ["Size"] = Vector3.new(2, 3.60000014, 1), | |
6428 | ["Color"] = Color3.new(0.627451, 0.372549, 0.207843), | |
6429 | }) | |
6430 | o255 = Create("Model",{ | |
6431 | ["Parent"] = o161, | |
6432 | }) | |
6433 | o256 = Create("Part",{ | |
6434 | ["Name"] = "Smooth Block Model", | |
6435 | ["Parent"] = o161, | |
6436 | ["BrickColor"] = BrickColor.new("Dark orange"), | |
6437 | ["Position"] = Vector3.new(-97.4000092, 1.2016964, 26.0999985), | |
6438 | ["Rotation"] = Vector3.new(-180, -3.41509508e-006, -180), | |
6439 | ["RotVelocity"] = Vector3.new(-4.67072995e-013, -4.61561353e-019, 1.14785835e-005), | |
6440 | ["Velocity"] = Vector3.new(2.62554313e-005, -0.00582765974, 8.98410849e-013), | |
6441 | ["CFrame"] = CFrame.new(-97.4000092, 1.2016964, 26.0999985, -1, 1.40278197e-013, -5.96046519e-008, 1.35248204e-013, 1, 8.43893275e-008, 5.96046519e-008, 8.43893275e-008, -1), | |
6442 | ["Size"] = Vector3.new(2, 2.4000001, 7), | |
6443 | ["Color"] = Color3.new(0.627451, 0.372549, 0.207843), | |
6444 | }) | |
6445 | mas.Parent = workspace | |
6446 | mas:MakeJoints() | |
6447 | local mas1 = mas:GetChildren() | |
6448 | for i=1,#mas1 do | |
6449 | mas1[i].Parent = workspace | |
6450 | ypcall(function() mas1[i]:MakeJoints() end) | |
6451 | end | |
6452 | mas:Destroy() | |
6453 | for i=1,#cors do | |
6454 | coroutine.resume(cors[i]) | |
6455 | end | |
6456 | ||
6457 | ||
6458 | ||
6459 | ||
6460 | Create = function(itemClass,tabl) | |
6461 | local item = Instance.new(itemClass) | |
6462 | for i,v in pairs(tabl) do | |
6463 | local a,b = ypcall(function() return item[i] end) | |
6464 | if a then | |
6465 | item[i] = tabl[i] | |
6466 | end | |
6467 | end | |
6468 | return item | |
6469 | end | |
6470 | function runDummyScript(f,scri) | |
6471 | local oldenv = getfenv(f) | |
6472 | local newenv = setmetatable({}, { | |
6473 | __index = function(_, k) | |
6474 | if k:lower() == 'script' then | |
6475 | return scri | |
6476 | else | |
6477 | return oldenv[k] | |
6478 | end | |
6479 | end | |
6480 | }) | |
6481 | setfenv(f, newenv) | |
6482 | ypcall(function() f() end) | |
6483 | end | |
6484 | cors = {} | |
6485 | mas = Instance.new("Model",game:GetService("Lighting")) | |
6486 | mas.Name = "CompiledModel" | |
6487 | o1 = Create("Model",{ | |
6488 | ["Parent"] = mas, | |
6489 | }) | |
6490 | o2 = Create("Part",{ | |
6491 | ["Parent"] = o1, | |
6492 | ["Position"] = Vector3.new(-25.2999859, 14.7999907, 113.100029), | |
6493 | ["Anchored"] = true, | |
6494 | ["CFrame"] = CFrame.new(-25.2999859, 14.7999907, 113.100029, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
6495 | ["Size"] = Vector3.new(1, 28.8000011, 1), | |
6496 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
6497 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
6498 | }) | |
6499 | o3 = Create("Part",{ | |
6500 | ["Parent"] = o1, | |
6501 | ["Position"] = Vector3.new(-27.2999859, 14.7999907, 93.600029), | |
6502 | ["Rotation"] = Vector3.new(-0, -90, 0), | |
6503 | ["Anchored"] = true, | |
6504 | ["CFrame"] = CFrame.new(-27.2999859, 14.7999907, 93.600029, 0, 0, -1, 0, 1, -0, 1, 0, -0), | |
6505 | ["Size"] = Vector3.new(2, 28.8000011, 1), | |
6506 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
6507 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
6508 | }) | |
6509 | o4 = Create("Model",{ | |
6510 | ["Name"] = "Table", | |
6511 | ["Parent"] = o1, | |
6512 | }) | |
6513 | o5 = Create("Part",{ | |
6514 | ["Parent"] = o4, | |
6515 | ["Position"] = Vector3.new(-24.2999859, 1.6000042, 102.100029), | |
6516 | ["Rotation"] = Vector3.new(180, -0, -180), | |
6517 | ["Anchored"] = true, | |
6518 | ["CFrame"] = CFrame.new(-24.2999859, 1.6000042, 102.100029, -1, 0, -0, -0, 1, -0, -0, 0, -1), | |
6519 | ["Size"] = Vector3.new(1, 2.4000001, 1), | |
6520 | }) | |
6521 | o6 = Create("Part",{ | |
6522 | ["Parent"] = o4, | |
6523 | ["BrickColor"] = BrickColor.new("Bright red"), | |
6524 | ["Position"] = Vector3.new(-24.2999859, 3.40000343, 102.100029), | |
6525 | ["Rotation"] = Vector3.new(180, -0, -180), | |
6526 | ["Anchored"] = true, | |
6527 | ["CFrame"] = CFrame.new(-24.2999859, 3.40000343, 102.100029, -1, 0, -0, -0, 1, -0, -0, 0, -1), | |
6528 | ["Size"] = Vector3.new(5, 1.20000005, 5), | |
6529 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
6530 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
6531 | ["Color"] = Color3.new(0.768628, 0.156863, 0.109804), | |
6532 | }) | |
6533 | o7 = Create("Part",{ | |
6534 | ["Parent"] = o1, | |
6535 | ["Position"] = Vector3.new(-23.7999859, 14.7999907, 115.100029), | |
6536 | ["Anchored"] = true, | |
6537 | ["CFrame"] = CFrame.new(-23.7999859, 14.7999907, 115.100029, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
6538 | ["Size"] = Vector3.new(2, 28.8000011, 1), | |
6539 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
6540 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
6541 | }) | |
6542 | o8 = Create("Part",{ | |
6543 | ["Parent"] = o1, | |
6544 | ["Position"] = Vector3.new(-24.7999859, 7.00000191, 110.100029), | |
6545 | ["Anchored"] = true, | |
6546 | ["CFrame"] = CFrame.new(-24.7999859, 7.00000191, 110.100029, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
6547 | ["Size"] = Vector3.new(6, 13.2000008, 1), | |
6548 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
6549 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
6550 | }) | |
6551 | o9 = Create("Part",{ | |
6552 | ["Parent"] = o1, | |
6553 | ["Position"] = Vector3.new(-24.7999859, 14.7999907, 114.100029), | |
6554 | ["Anchored"] = true, | |
6555 | ["CFrame"] = CFrame.new(-24.7999859, 14.7999907, 114.100029, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
6556 | ["Size"] = Vector3.new(2, 28.8000011, 1), | |
6557 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
6558 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
6559 | }) | |
6560 | o10 = Create("Part",{ | |
6561 | ["Parent"] = o1, | |
6562 | ["Position"] = Vector3.new(-28.2999859, 14.7999907, 94.600029), | |
6563 | ["Rotation"] = Vector3.new(-0, -90, 0), | |
6564 | ["Anchored"] = true, | |
6565 | ["CFrame"] = CFrame.new(-28.2999859, 14.7999907, 94.600029, 0, 0, -1, 0, 1, -0, 1, 0, -0), | |
6566 | ["Size"] = Vector3.new(2, 28.8000011, 1), | |
6567 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
6568 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
6569 | }) | |
6570 | o11 = Create("Part",{ | |
6571 | ["Parent"] = o1, | |
6572 | ["Position"] = Vector3.new(-29.2999859, 14.7999907, 102.600029), | |
6573 | ["Rotation"] = Vector3.new(-0, -90, 0), | |
6574 | ["Anchored"] = true, | |
6575 | ["CFrame"] = CFrame.new(-29.2999859, 14.7999907, 102.600029, 0, 0, -1, 0, 1, -0, 1, 0, -0), | |
6576 | ["Size"] = Vector3.new(16, 28.8000011, 1), | |
6577 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
6578 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
6579 | }) | |
6580 | o12 = Create("Part",{ | |
6581 | ["Parent"] = o1, | |
6582 | ["Position"] = Vector3.new(-28.2999859, 14.7999907, 110.600029), | |
6583 | ["Rotation"] = Vector3.new(-0, -90, 0), | |
6584 | ["Anchored"] = true, | |
6585 | ["CFrame"] = CFrame.new(-28.2999859, 14.7999907, 110.600029, 0, 0, -1, 0, 1, -0, 1, 0, -0), | |
6586 | ["Size"] = Vector3.new(2, 28.8000011, 1), | |
6587 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
6588 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
6589 | }) | |
6590 | o13 = Create("Part",{ | |
6591 | ["Parent"] = o1, | |
6592 | ["BrickColor"] = BrickColor.new("Mid gray"), | |
6593 | ["Position"] = Vector3.new(-14.7999859, 0.200004578, 112.100029), | |
6594 | ["Anchored"] = true, | |
6595 | ["CFrame"] = CFrame.new(-14.7999859, 0.200004578, 112.100029, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
6596 | ["FormFactor"] = Enum.FormFactor.Plate, | |
6597 | ["Size"] = Vector3.new(26, 0.400000006, 1), | |
6598 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
6599 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
6600 | ["Color"] = Color3.new(0.803922, 0.803922, 0.803922), | |
6601 | }) | |
6602 | o14 = Create("Part",{ | |
6603 | ["Parent"] = o1, | |
6604 | ["BrickColor"] = BrickColor.new("Dark stone grey"), | |
6605 | ["Position"] = Vector3.new(-14.7999859, 13.7999907, 112.100029), | |
6606 | ["Anchored"] = true, | |
6607 | ["CFrame"] = CFrame.new(-14.7999859, 13.7999907, 112.100029, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
6608 | ["FormFactor"] = Enum.FormFactor.Plate, | |
6609 | ["Size"] = Vector3.new(22, 0.400000006, 1), | |
6610 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
6611 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
6612 | ["Color"] = Color3.new(0.388235, 0.372549, 0.384314), | |
6613 | }) | |
6614 | o15 = Create("Part",{ | |
6615 | ["Parent"] = o1, | |
6616 | ["BrickColor"] = BrickColor.new("Dark stone grey"), | |
6617 | ["Position"] = Vector3.new(-14.7999859, 13.7999907, 111.100029), | |
6618 | ["Anchored"] = true, | |
6619 | ["CFrame"] = CFrame.new(-14.7999859, 13.7999907, 111.100029, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
6620 | ["FormFactor"] = Enum.FormFactor.Plate, | |
6621 | ["Size"] = Vector3.new(24, 0.400000006, 1), | |
6622 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
6623 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
6624 | ["Color"] = Color3.new(0.388235, 0.372549, 0.384314), | |
6625 | }) | |
6626 | o16 = Create("Part",{ | |
6627 | ["Parent"] = o1, | |
6628 | ["BrickColor"] = BrickColor.new("Mid gray"), | |
6629 | ["Position"] = Vector3.new(-14.7999859, 0.200004578, 111.100029), | |
6630 | ["Anchored"] = true, | |
6631 | ["CFrame"] = CFrame.new(-14.7999859, 0.200004578, 111.100029, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
6632 | ["FormFactor"] = Enum.FormFactor.Plate, | |
6633 | ["Size"] = Vector3.new(28, 0.400000006, 1), | |
6634 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
6635 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
6636 | ["Color"] = Color3.new(0.803922, 0.803922, 0.803922), | |
6637 | }) | |
6638 | o17 = Create("Part",{ | |
6639 | ["Parent"] = o1, | |
6640 | ["BrickColor"] = BrickColor.new("Mid gray"), | |
6641 | ["Position"] = Vector3.new(-14.7999859, 0.200004578, 115.100029), | |
6642 | ["Anchored"] = true, | |
6643 | ["CFrame"] = CFrame.new(-14.7999859, 0.200004578, 115.100029, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
6644 | ["FormFactor"] = Enum.FormFactor.Plate, | |
6645 | ["Size"] = Vector3.new(20, 0.400000006, 1), | |
6646 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
6647 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
6648 | ["Color"] = Color3.new(0.803922, 0.803922, 0.803922), | |
6649 | }) | |
6650 | o18 = Create("Part",{ | |
6651 | ["Parent"] = o1, | |
6652 | ["BrickColor"] = BrickColor.new("Dark stone grey"), | |
6653 | ["Position"] = Vector3.new(-14.7999859, 13.7999907, 110.100029), | |
6654 | ["Anchored"] = true, | |
6655 | ["CFrame"] = CFrame.new(-14.7999859, 13.7999907, 110.100029, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
6656 | ["FormFactor"] = Enum.FormFactor.Plate, | |
6657 | ["Size"] = Vector3.new(26, 0.400000006, 1), | |
6658 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
6659 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
6660 | ["Color"] = Color3.new(0.388235, 0.372549, 0.384314), | |
6661 | }) | |
6662 | o19 = Create("Part",{ | |
6663 | ["Parent"] = o1, | |
6664 | ["BrickColor"] = BrickColor.new("Mid gray"), | |
6665 | ["Position"] = Vector3.new(-14.7999859, 0.200004578, 116.100029), | |
6666 | ["Anchored"] = true, | |
6667 | ["CFrame"] = CFrame.new(-14.7999859, 0.200004578, 116.100029, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
6668 | ["FormFactor"] = Enum.FormFactor.Plate, | |
6669 | ["Size"] = Vector3.new(18, 0.400000006, 1), | |
6670 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
6671 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
6672 | ["Color"] = Color3.new(0.803922, 0.803922, 0.803922), | |
6673 | }) | |
6674 | o20 = Create("Part",{ | |
6675 | ["Parent"] = o1, | |
6676 | ["BrickColor"] = BrickColor.new("Mid gray"), | |
6677 | ["Position"] = Vector3.new(-14.7999859, 0.200004578, 114.100029), | |
6678 | ["Anchored"] = true, | |
6679 | ["CFrame"] = CFrame.new(-14.7999859, 0.200004578, 114.100029, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
6680 | ["FormFactor"] = Enum.FormFactor.Plate, | |
6681 | ["Size"] = Vector3.new(22, 0.400000006, 1), | |
6682 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
6683 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
6684 | ["Color"] = Color3.new(0.803922, 0.803922, 0.803922), | |
6685 | }) | |
6686 | o21 = Create("Part",{ | |
6687 | ["Parent"] = o1, | |
6688 | ["BrickColor"] = BrickColor.new("Mid gray"), | |
6689 | ["Position"] = Vector3.new(-14.7999859, 0.200004578, 102.600029), | |
6690 | ["Rotation"] = Vector3.new(180, -0, -180), | |
6691 | ["Anchored"] = true, | |
6692 | ["CFrame"] = CFrame.new(-14.7999859, 0.200004578, 102.600029, -1, 0, -0, -0, 1, -0, -0, 0, -1), | |
6693 | ["FormFactor"] = Enum.FormFactor.Plate, | |
6694 | ["Size"] = Vector3.new(30, 0.400000006, 16), | |
6695 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
6696 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
6697 | ["Color"] = Color3.new(0.803922, 0.803922, 0.803922), | |
6698 | }) | |
6699 | o22 = Create("Part",{ | |
6700 | ["Parent"] = o1, | |
6701 | ["BrickColor"] = BrickColor.new("Mid gray"), | |
6702 | ["Position"] = Vector3.new(-14.7999859, 0.200004578, 117.100029), | |
6703 | ["Anchored"] = true, | |
6704 | ["CFrame"] = CFrame.new(-14.7999859, 0.200004578, 117.100029, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
6705 | ["FormFactor"] = Enum.FormFactor.Plate, | |
6706 | ["Size"] = Vector3.new(16, 0.400000006, 1), | |
6707 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
6708 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
6709 | ["Color"] = Color3.new(0.803922, 0.803922, 0.803922), | |
6710 | }) | |
6711 | o23 = Create("Part",{ | |
6712 | ["Parent"] = o1, | |
6713 | ["BrickColor"] = BrickColor.new("Mid gray"), | |
6714 | ["Position"] = Vector3.new(-14.7999859, 0.200004578, 113.100029), | |
6715 | ["Anchored"] = true, | |
6716 | ["CFrame"] = CFrame.new(-14.7999859, 0.200004578, 113.100029, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
6717 | ["FormFactor"] = Enum.FormFactor.Plate, | |
6718 | ["Size"] = Vector3.new(24, 0.400000006, 1), | |
6719 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
6720 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
6721 | ["Color"] = Color3.new(0.803922, 0.803922, 0.803922), | |
6722 | }) | |
6723 | o24 = Create("Part",{ | |
6724 | ["Parent"] = o1, | |
6725 | ["Position"] = Vector3.new(-14.7999859, 14.7999907, 117.100029), | |
6726 | ["Anchored"] = true, | |
6727 | ["CFrame"] = CFrame.new(-14.7999859, 14.7999907, 117.100029, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
6728 | ["Size"] = Vector3.new(16, 28.8000011, 1), | |
6729 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
6730 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
6731 | }) | |
6732 | o25 = Create("Part",{ | |
6733 | ["Parent"] = o1, | |
6734 | ["BrickColor"] = BrickColor.new("Really black"), | |
6735 | ["Transparency"] = 1, | |
6736 | ["Position"] = Vector3.new(-14.6309795, 4.79500389, 89.0690231), | |
6737 | ["Rotation"] = Vector3.new(90, -0, 75), | |
6738 | ["Anchored"] = true, | |
6739 | ["CFrame"] = CFrame.new(-14.6309795, 4.79500389, 89.0690231, 0.258819044, -0.965925813, -0, 0, 0, -1, 0.965925813, 0.258819044, -0), | |
6740 | ["FormFactor"] = Enum.FormFactor.Plate, | |
6741 | ["Size"] = Vector3.new(1, 0.400000006, 8), | |
6742 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
6743 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
6744 | ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667), | |
6745 | }) | |
6746 | o26 = Create("BlockMesh",{ | |
6747 | ["Parent"] = o25, | |
6748 | ["Scale"] = Vector3.new(2, 1, 1.29999995), | |
6749 | }) | |
6750 | o27 = Create("Decal",{ | |
6751 | ["Parent"] = o25, | |
6752 | ["Texture"] = "http://www.roblox.com/asset/?id=15034057", | |
6753 | ["Face"] = Enum.NormalId.Bottom, | |
6754 | }) | |
6755 | o28 = Create("Decal",{ | |
6756 | ["Parent"] = o25, | |
6757 | ["Texture"] = "http://www.roblox.com/asset/?id=15034057", | |
6758 | ["Face"] = Enum.NormalId.Left, | |
6759 | }) | |
6760 | o29 = Create("Part",{ | |
6761 | ["Parent"] = o1, | |
6762 | ["BrickColor"] = BrickColor.new("Mid gray"), | |
6763 | ["Position"] = Vector3.new(-14.7999859, 0.200004578, 88.100029), | |
6764 | ["Rotation"] = Vector3.new(180, -0, -180), | |
6765 | ["Anchored"] = true, | |
6766 | ["CFrame"] = CFrame.new(-14.7999859, 0.200004578, 88.100029, -1, 0, -0, -0, 1, -0, -0, 0, -1), | |
6767 | ["FormFactor"] = Enum.FormFactor.Plate, | |
6768 | ["Size"] = Vector3.new(16, 0.400000006, 1), | |
6769 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
6770 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
6771 | ["Color"] = Color3.new(0.803922, 0.803922, 0.803922), | |
6772 | }) | |
6773 | o30 = Create("Part",{ | |
6774 | ["Parent"] = o1, | |
6775 | ["BrickColor"] = BrickColor.new("Dark stone grey"), | |
6776 | ["Position"] = Vector3.new(-14.7999859, 13.7999907, 91.100029), | |
6777 | ["Rotation"] = Vector3.new(180, -0, -180), | |
6778 | ["Anchored"] = true, | |
6779 | ["CFrame"] = CFrame.new(-14.7999859, 13.7999907, 91.100029, -1, 0, -0, -0, 1, -0, -0, 0, -1), | |
6780 | ["FormFactor"] = Enum.FormFactor.Plate, | |
6781 | ["Size"] = Vector3.new(18, 0.400000006, 1), | |
6782 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
6783 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
6784 | ["Color"] = Color3.new(0.388235, 0.372549, 0.384314), | |
6785 | }) | |
6786 | o31 = Create("Part",{ | |
6787 | ["Parent"] = o1, | |
6788 | ["BrickColor"] = BrickColor.new("Mid gray"), | |
6789 | ["Position"] = Vector3.new(-14.7999859, 0.200004578, 91.100029), | |
6790 | ["Rotation"] = Vector3.new(180, -0, -180), | |
6791 | ["Anchored"] = true, | |
6792 | ["CFrame"] = CFrame.new(-14.7999859, 0.200004578, 91.100029, -1, 0, -0, -0, 1, -0, -0, 0, -1), | |
6793 | ["FormFactor"] = Enum.FormFactor.Plate, | |
6794 | ["Size"] = Vector3.new(22, 0.400000006, 1), | |
6795 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
6796 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
6797 | ["Color"] = Color3.new(0.803922, 0.803922, 0.803922), | |
6798 | }) | |
6799 | o32 = Create("Part",{ | |
6800 | ["Parent"] = o1, | |
6801 | ["BrickColor"] = BrickColor.new("Mid gray"), | |
6802 | ["Position"] = Vector3.new(-14.7999859, 0.200004578, 94.100029), | |
6803 | ["Rotation"] = Vector3.new(180, -0, -180), | |
6804 | ["Anchored"] = true, | |
6805 | ["CFrame"] = CFrame.new(-14.7999859, 0.200004578, 94.100029, -1, 0, -0, -0, 1, -0, -0, 0, -1), | |
6806 | ["FormFactor"] = Enum.FormFactor.Plate, | |
6807 | ["Size"] = Vector3.new(28, 0.400000006, 1), | |
6808 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
6809 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
6810 | ["Color"] = Color3.new(0.803922, 0.803922, 0.803922), | |
6811 | }) | |
6812 | o33 = Create("Part",{ | |
6813 | ["Parent"] = o1, | |
6814 | ["BrickColor"] = BrickColor.new("Dark stone grey"), | |
6815 | ["Position"] = Vector3.new(-14.7999859, 13.7999907, 94.100029), | |
6816 | ["Rotation"] = Vector3.new(180, -0, -180), | |
6817 | ["Anchored"] = true, | |
6818 | ["CFrame"] = CFrame.new(-14.7999859, 13.7999907, 94.100029, -1, 0, -0, -0, 1, -0, -0, 0, -1), | |
6819 | ["FormFactor"] = Enum.FormFactor.Plate, | |
6820 | ["Size"] = Vector3.new(24, 0.400000006, 1), | |
6821 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
6822 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
6823 | ["Color"] = Color3.new(0.388235, 0.372549, 0.384314), | |
6824 | }) | |
6825 | o34 = Create("Part",{ | |
6826 | ["Parent"] = o1, | |
6827 | ["BrickColor"] = BrickColor.new("Mid gray"), | |
6828 | ["Position"] = Vector3.new(-14.7999859, 0.200004578, 92.100029), | |
6829 | ["Rotation"] = Vector3.new(180, -0, -180), | |
6830 | ["Anchored"] = true, | |
6831 | ["CFrame"] = CFrame.new(-14.7999859, 0.200004578, 92.100029, -1, 0, -0, -0, 1, -0, -0, 0, -1), | |
6832 | ["FormFactor"] = Enum.FormFactor.Plate, | |
6833 | ["Size"] = Vector3.new(24, 0.400000006, 1), | |
6834 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
6835 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
6836 | ["Color"] = Color3.new(0.803922, 0.803922, 0.803922), | |
6837 | }) | |
6838 | o35 = Create("Part",{ | |
6839 | ["Parent"] = o1, | |
6840 | ["BrickColor"] = BrickColor.new("Mid gray"), | |
6841 | ["Position"] = Vector3.new(-14.7999859, 0.200004578, 93.100029), | |
6842 | ["Rotation"] = Vector3.new(180, -0, -180), | |
6843 | ["Anchored"] = true, | |
6844 | ["CFrame"] = CFrame.new(-14.7999859, 0.200004578, 93.100029, -1, 0, -0, -0, 1, -0, -0, 0, -1), | |
6845 | ["FormFactor"] = Enum.FormFactor.Plate, | |
6846 | ["Size"] = Vector3.new(26, 0.400000006, 1), | |
6847 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
6848 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
6849 | ["Color"] = Color3.new(0.803922, 0.803922, 0.803922), | |
6850 | }) | |
6851 | o36 = Create("Part",{ | |
6852 | ["Parent"] = o1, | |
6853 | ["BrickColor"] = BrickColor.new("Dark stone grey"), | |
6854 | ["Position"] = Vector3.new(-14.7999859, 13.7999907, 93.100029), | |
6855 | ["Rotation"] = Vector3.new(180, -0, -180), | |
6856 | ["Anchored"] = true, | |
6857 | ["CFrame"] = CFrame.new(-14.7999859, 13.7999907, 93.100029, -1, 0, -0, -0, 1, -0, -0, 0, -1), | |
6858 | ["FormFactor"] = Enum.FormFactor.Plate, | |
6859 | ["Size"] = Vector3.new(22, 0.400000006, 1), | |
6860 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
6861 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
6862 | ["Color"] = Color3.new(0.388235, 0.372549, 0.384314), | |
6863 | }) | |
6864 | o37 = Create("Part",{ | |
6865 | ["Parent"] = o1, | |
6866 | ["BrickColor"] = BrickColor.new("Mid gray"), | |
6867 | ["Position"] = Vector3.new(-14.7999859, 0.200004578, 89.100029), | |
6868 | ["Rotation"] = Vector3.new(180, -0, -180), | |
6869 | ["Anchored"] = true, | |
6870 | ["CFrame"] = CFrame.new(-14.7999859, 0.200004578, 89.100029, -1, 0, -0, -0, 1, -0, -0, 0, -1), | |
6871 | ["FormFactor"] = Enum.FormFactor.Plate, | |
6872 | ["Size"] = Vector3.new(18, 0.400000006, 1), | |
6873 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
6874 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
6875 | ["Color"] = Color3.new(0.803922, 0.803922, 0.803922), | |
6876 | }) | |
6877 | o38 = Create("Part",{ | |
6878 | ["Parent"] = o1, | |
6879 | ["BrickColor"] = BrickColor.new("Dark stone grey"), | |
6880 | ["Position"] = Vector3.new(-14.7999859, 13.7999907, 95.100029), | |
6881 | ["Rotation"] = Vector3.new(180, -0, -180), | |
6882 | ["Anchored"] = true, | |
6883 | ["CFrame"] = CFrame.new(-14.7999859, 13.7999907, 95.100029, -1, 0, -0, -0, 1, -0, -0, 0, -1), | |
6884 | ["FormFactor"] = Enum.FormFactor.Plate, | |
6885 | ["Size"] = Vector3.new(26, 0.400000006, 1), | |
6886 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
6887 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
6888 | ["Color"] = Color3.new(0.388235, 0.372549, 0.384314), | |
6889 | }) | |
6890 | o39 = Create("Part",{ | |
6891 | ["Parent"] = o1, | |
6892 | ["BrickColor"] = BrickColor.new("Mid gray"), | |
6893 | ["Position"] = Vector3.new(-14.7999859, 0.200004578, 90.100029), | |
6894 | ["Rotation"] = Vector3.new(180, -0, -180), | |
6895 | ["Anchored"] = true, | |
6896 | ["CFrame"] = CFrame.new(-14.7999859, 0.200004578, 90.100029, -1, 0, -0, -0, 1, -0, -0, 0, -1), | |
6897 | ["FormFactor"] = Enum.FormFactor.Plate, | |
6898 | ["Size"] = Vector3.new(20, 0.400000006, 1), | |
6899 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
6900 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
6901 | ["Color"] = Color3.new(0.803922, 0.803922, 0.803922), | |
6902 | }) | |
6903 | o40 = Create("Part",{ | |
6904 | ["Parent"] = o1, | |
6905 | ["BrickColor"] = BrickColor.new("Dark stone grey"), | |
6906 | ["Position"] = Vector3.new(-16.7999859, 5.19999886, 88.100029), | |
6907 | ["Rotation"] = Vector3.new(180, -0, -180), | |
6908 | ["Anchored"] = true, | |
6909 | ["CFrame"] = CFrame.new(-16.7999859, 5.19999886, 88.100029, -1, 0, -0, -0, 1, -0, -0, 0, -1), | |
6910 | ["Size"] = Vector3.new(4, 9.60000038, 1), | |
6911 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
6912 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
6913 | ["Color"] = Color3.new(0.388235, 0.372549, 0.384314), | |
6914 | }) | |
6915 | o41 = Create("Part",{ | |
6916 | ["Parent"] = o1, | |
6917 | ["BrickColor"] = BrickColor.new("Dark stone grey"), | |
6918 | ["Position"] = Vector3.new(-14.7999859, 13.7999907, 102.600029), | |
6919 | ["Rotation"] = Vector3.new(180, -0, -180), | |
6920 | ["Anchored"] = true, | |
6921 | ["CFrame"] = CFrame.new(-14.7999859, 13.7999907, 102.600029, -1, 0, -0, -0, 1, -0, -0, 0, -1), | |
6922 | ["FormFactor"] = Enum.FormFactor.Plate, | |
6923 | ["Size"] = Vector3.new(28, 0.400000006, 14), | |
6924 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
6925 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
6926 | ["Color"] = Color3.new(0.388235, 0.372549, 0.384314), | |
6927 | }) | |
6928 | o42 = Create("Part",{ | |
6929 | ["Parent"] = o1, | |
6930 | ["BrickColor"] = BrickColor.new("Dark stone grey"), | |
6931 | ["Position"] = Vector3.new(-14.7999859, 13.7999907, 90.100029), | |
6932 | ["Rotation"] = Vector3.new(180, -0, -180), | |
6933 | ["Anchored"] = true, | |
6934 | ["CFrame"] = CFrame.new(-14.7999859, 13.7999907, 90.100029, -1, 0, -0, -0, 1, -0, -0, 0, -1), | |
6935 | ["FormFactor"] = Enum.FormFactor.Plate, | |
6936 | ["Size"] = Vector3.new(16, 0.400000006, 1), | |
6937 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
6938 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
6939 | ["Color"] = Color3.new(0.388235, 0.372549, 0.384314), | |
6940 | }) | |
6941 | o43 = Create("Part",{ | |
6942 | ["Parent"] = o1, | |
6943 | ["BrickColor"] = BrickColor.new("Dark stone grey"), | |
6944 | ["Position"] = Vector3.new(-9.79998589, 13.7999907, 115.100029), | |
6945 | ["Anchored"] = true, | |
6946 | ["CFrame"] = CFrame.new(-9.79998589, 13.7999907, 115.100029, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
6947 | ["FormFactor"] = Enum.FormFactor.Plate, | |
6948 | ["Size"] = Vector3.new(6, 0.400000006, 1), | |
6949 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
6950 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
6951 | ["Color"] = Color3.new(0.388235, 0.372549, 0.384314), | |
6952 | }) | |
6953 | o44 = Create("Part",{ | |
6954 | ["Parent"] = o1, | |
6955 | ["Position"] = Vector3.new(-6.79998589, 14.7999907, 116.100029), | |
6956 | ["Anchored"] = true, | |
6957 | ["CFrame"] = CFrame.new(-6.79998589, 14.7999907, 116.100029, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
6958 | ["Size"] = Vector3.new(2, 28.8000011, 1), | |
6959 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
6960 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
6961 | }) | |
6962 | o45 = Create("Part",{ | |
6963 | ["Parent"] = o1, | |
6964 | ["BrickColor"] = BrickColor.new("Dark stone grey"), | |
6965 | ["Position"] = Vector3.new(-14.7999859, 13.7999907, 92.100029), | |
6966 | ["Rotation"] = Vector3.new(180, -0, -180), | |
6967 | ["Anchored"] = true, | |
6968 | ["CFrame"] = CFrame.new(-14.7999859, 13.7999907, 92.100029, -1, 0, -0, -0, 1, -0, -0, 0, -1), | |
6969 | ["FormFactor"] = Enum.FormFactor.Plate, | |
6970 | ["Size"] = Vector3.new(20, 0.400000006, 1), | |
6971 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
6972 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
6973 | ["Color"] = Color3.new(0.388235, 0.372549, 0.384314), | |
6974 | }) | |
6975 | o46 = Create("Part",{ | |
6976 | ["Parent"] = o1, | |
6977 | ["BrickColor"] = BrickColor.new("Dark stone grey"), | |
6978 | ["Position"] = Vector3.new(-8.79998589, 13.7999907, 113.100029), | |
6979 | ["Anchored"] = true, | |
6980 | ["CFrame"] = CFrame.new(-8.79998589, 13.7999907, 113.100029, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
6981 | ["FormFactor"] = Enum.FormFactor.Plate, | |
6982 | ["Size"] = Vector3.new(8, 0.400000006, 1), | |
6983 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
6984 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
6985 | ["Color"] = Color3.new(0.388235, 0.372549, 0.384314), | |
6986 | }) | |
6987 | o47 = Create("Part",{ | |
6988 | ["Parent"] = o1, | |
6989 | ["BrickColor"] = BrickColor.new("Dark stone grey"), | |
6990 | ["Position"] = Vector3.new(-10.2999859, 13.7999907, 116.100029), | |
6991 | ["Anchored"] = true, | |
6992 | ["CFrame"] = CFrame.new(-10.2999859, 13.7999907, 116.100029, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
6993 | ["FormFactor"] = Enum.FormFactor.Plate, | |
6994 | ["Size"] = Vector3.new(5, 0.400000006, 1), | |
6995 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
6996 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
6997 | ["Color"] = Color3.new(0.388235, 0.372549, 0.384314), | |
6998 | }) | |
6999 | o48 = Create("Model",{ | |
7000 | ["Name"] = "Chum Roof", | |
7001 | ["Parent"] = o1, | |
7002 | }) | |
7003 | o49 = Create("Part",{ | |
7004 | ["Parent"] = o48, | |
7005 | ["Position"] = Vector3.new(-14.7999859, 28.8000069, 91.100029), | |
7006 | ["Rotation"] = Vector3.new(180, -0, -180), | |
7007 | ["Anchored"] = true, | |
7008 | ["CFrame"] = CFrame.new(-14.7999859, 28.8000069, 91.100029, -1, 0, -0, -0, 1, -0, -0, 0, -1), | |
7009 | ["Size"] = Vector3.new(18, 1.20000005, 1), | |
7010 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
7011 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
7012 | }) | |
7013 | o50 = Create("Part",{ | |
7014 | ["Parent"] = o48, | |
7015 | ["Position"] = Vector3.new(-14.7999859, 28.8000069, 92.100029), | |
7016 | ["Rotation"] = Vector3.new(180, -0, -180), | |
7017 | ["Anchored"] = true, | |
7018 | ["CFrame"] = CFrame.new(-14.7999859, 28.8000069, 92.100029, -1, 0, -0, -0, 1, -0, -0, 0, -1), | |
7019 | ["Size"] = Vector3.new(20, 1.20000005, 1), | |
7020 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
7021 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
7022 | }) | |
7023 | o51 = Create("Part",{ | |
7024 | ["Parent"] = o48, | |
7025 | ["Position"] = Vector3.new(-14.7999859, 28.8000069, 90.100029), | |
7026 | ["Rotation"] = Vector3.new(180, -0, -180), | |
7027 | ["Anchored"] = true, | |
7028 | ["CFrame"] = CFrame.new(-14.7999859, 28.8000069, 90.100029, -1, 0, -0, -0, 1, -0, -0, 0, -1), | |
7029 | ["Size"] = Vector3.new(16, 1.20000005, 1), | |
7030 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
7031 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
7032 | }) | |
7033 | o52 = Create("Part",{ | |
7034 | ["Parent"] = o48, | |
7035 | ["Position"] = Vector3.new(-14.7999859, 28.8000069, 89.100029), | |
7036 | ["Rotation"] = Vector3.new(180, -0, -180), | |
7037 | ["Anchored"] = true, | |
7038 | ["CFrame"] = CFrame.new(-14.7999859, 28.8000069, 89.100029, -1, 0, -0, -0, 1, -0, -0, 0, -1), | |
7039 | ["Size"] = Vector3.new(14, 1.20000005, 1), | |
7040 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
7041 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
7042 | }) | |
7043 | o53 = Create("Part",{ | |
7044 | ["Parent"] = o48, | |
7045 | ["Position"] = Vector3.new(-14.7999859, 28.8000069, 95.100029), | |
7046 | ["Rotation"] = Vector3.new(180, -0, -180), | |
7047 | ["Anchored"] = true, | |
7048 | ["CFrame"] = CFrame.new(-14.7999859, 28.8000069, 95.100029, -1, 0, -0, -0, 1, -0, -0, 0, -1), | |
7049 | ["Size"] = Vector3.new(26, 1.20000005, 1), | |
7050 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
7051 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
7052 | }) | |
7053 | o54 = Create("Part",{ | |
7054 | ["Parent"] = o48, | |
7055 | ["Position"] = Vector3.new(-14.7999859, 28.8000069, 94.100029), | |
7056 | ["Rotation"] = Vector3.new(180, -0, -180), | |
7057 | ["Anchored"] = true, | |
7058 | ["CFrame"] = CFrame.new(-14.7999859, 28.8000069, 94.100029, -1, 0, -0, -0, 1, -0, -0, 0, -1), | |
7059 | ["Size"] = Vector3.new(24, 1.20000005, 1), | |
7060 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
7061 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
7062 | }) | |
7063 | o55 = Create("Part",{ | |
7064 | ["Parent"] = o48, | |
7065 | ["Position"] = Vector3.new(-14.7999859, 28.8000069, 93.100029), | |
7066 | ["Rotation"] = Vector3.new(180, -0, -180), | |
7067 | ["Anchored"] = true, | |
7068 | ["CFrame"] = CFrame.new(-14.7999859, 28.8000069, 93.100029, -1, 0, -0, -0, 1, -0, -0, 0, -1), | |
7069 | ["Size"] = Vector3.new(22, 1.20000005, 1), | |
7070 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
7071 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
7072 | }) | |
7073 | o56 = Create("Part",{ | |
7074 | ["Parent"] = o48, | |
7075 | ["Position"] = Vector3.new(-14.7999859, 28.8000069, 102.600029), | |
7076 | ["Anchored"] = true, | |
7077 | ["CFrame"] = CFrame.new(-14.7999859, 28.8000069, 102.600029, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
7078 | ["Size"] = Vector3.new(28, 1.20000005, 14), | |
7079 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
7080 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
7081 | }) | |
7082 | o57 = Create("Part",{ | |
7083 | ["Parent"] = o48, | |
7084 | ["Position"] = Vector3.new(-14.7999859, 28.8000069, 110.100029), | |
7085 | ["Anchored"] = true, | |
7086 | ["CFrame"] = CFrame.new(-14.7999859, 28.8000069, 110.100029, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
7087 | ["Size"] = Vector3.new(26, 1.20000005, 1), | |
7088 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
7089 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
7090 | }) | |
7091 | o58 = Create("Part",{ | |
7092 | ["Parent"] = o48, | |
7093 | ["Position"] = Vector3.new(-14.7999859, 28.8000069, 112.100029), | |
7094 | ["Anchored"] = true, | |
7095 | ["CFrame"] = CFrame.new(-14.7999859, 28.8000069, 112.100029, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
7096 | ["Size"] = Vector3.new(22, 1.20000005, 1), | |
7097 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
7098 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
7099 | }) | |
7100 | o59 = Create("Part",{ | |
7101 | ["Parent"] = o48, | |
7102 | ["Position"] = Vector3.new(-14.7999859, 28.8000069, 111.100029), | |
7103 | ["Anchored"] = true, | |
7104 | ["CFrame"] = CFrame.new(-14.7999859, 28.8000069, 111.100029, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
7105 | ["Size"] = Vector3.new(24, 1.20000005, 1), | |
7106 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
7107 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
7108 | }) | |
7109 | o60 = Create("Part",{ | |
7110 | ["Parent"] = o48, | |
7111 | ["Position"] = Vector3.new(-14.7999859, 28.8000069, 113.100029), | |
7112 | ["Anchored"] = true, | |
7113 | ["CFrame"] = CFrame.new(-14.7999859, 28.8000069, 113.100029, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
7114 | ["Size"] = Vector3.new(20, 1.20000005, 1), | |
7115 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
7116 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
7117 | }) | |
7118 | o61 = Create("Part",{ | |
7119 | ["Parent"] = o48, | |
7120 | ["Position"] = Vector3.new(-14.7999859, 28.8000069, 115.100029), | |
7121 | ["Anchored"] = true, | |
7122 | ["CFrame"] = CFrame.new(-14.7999859, 28.8000069, 115.100029, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
7123 | ["Size"] = Vector3.new(16, 1.20000005, 1), | |
7124 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
7125 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
7126 | }) | |
7127 | o62 = Create("Part",{ | |
7128 | ["Parent"] = o48, | |
7129 | ["Position"] = Vector3.new(-14.7999859, 28.8000069, 114.100029), | |
7130 | ["Anchored"] = true, | |
7131 | ["CFrame"] = CFrame.new(-14.7999859, 28.8000069, 114.100029, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
7132 | ["Size"] = Vector3.new(18, 1.20000005, 1), | |
7133 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
7134 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
7135 | }) | |
7136 | o63 = Create("Part",{ | |
7137 | ["Parent"] = o48, | |
7138 | ["Position"] = Vector3.new(-14.7999859, 28.8000069, 116.100029), | |
7139 | ["Anchored"] = true, | |
7140 | ["CFrame"] = CFrame.new(-14.7999859, 28.8000069, 116.100029, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
7141 | ["Size"] = Vector3.new(14, 1.20000005, 1), | |
7142 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
7143 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
7144 | }) | |
7145 | o64 = Create("Part",{ | |
7146 | ["Parent"] = o48, | |
7147 | ["Position"] = Vector3.new(-24.7999859, 42.6000214, 102.600029), | |
7148 | ["Rotation"] = Vector3.new(180, -0, -180), | |
7149 | ["Anchored"] = true, | |
7150 | ["CFrame"] = CFrame.new(-24.7999859, 42.6000214, 102.600029, -1, 0, -0, -0, 1, -0, -0, 0, -1), | |
7151 | ["Size"] = Vector3.new(8, 2.4000001, 2), | |
7152 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
7153 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
7154 | }) | |
7155 | o65 = Create("Part",{ | |
7156 | ["Parent"] = o48, | |
7157 | ["BrickColor"] = BrickColor.new("Bright blue"), | |
7158 | ["Position"] = Vector3.new(-14.7999859, 43.8000183, 102.600029), | |
7159 | ["Anchored"] = true, | |
7160 | ["CFrame"] = CFrame.new(-14.7999859, 43.8000183, 102.600029, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
7161 | ["Size"] = Vector3.new(12, 9.60000038, 6), | |
7162 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
7163 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
7164 | ["Color"] = Color3.new(0.0509804, 0.411765, 0.67451), | |
7165 | }) | |
7166 | o66 = Create("Part",{ | |
7167 | ["Parent"] = o48, | |
7168 | ["Position"] = Vector3.new(-28.7999859, 40.2000198, 102.600029), | |
7169 | ["Rotation"] = Vector3.new(180, -0, -180), | |
7170 | ["Anchored"] = true, | |
7171 | ["CFrame"] = CFrame.new(-28.7999859, 40.2000198, 102.600029, -1, 0, -0, -0, 1, -0, -0, 0, -1), | |
7172 | ["Size"] = Vector3.new(2, 2.4000001, 2), | |
7173 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
7174 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
7175 | }) | |
7176 | o67 = Create("Part",{ | |
7177 | ["Parent"] = o48, | |
7178 | ["Position"] = Vector3.new(-4.79998589, 42.6000214, 102.600029), | |
7179 | ["Anchored"] = true, | |
7180 | ["CFrame"] = CFrame.new(-4.79998589, 42.6000214, 102.600029, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
7181 | ["Size"] = Vector3.new(8, 2.4000001, 2), | |
7182 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
7183 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
7184 | }) | |
7185 | o68 = Create("Part",{ | |
7186 | ["Parent"] = o48, | |
7187 | ["Position"] = Vector3.new(-0.799985886, 40.2000198, 102.600029), | |
7188 | ["Anchored"] = true, | |
7189 | ["CFrame"] = CFrame.new(-0.799985886, 40.2000198, 102.600029, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
7190 | ["Size"] = Vector3.new(2, 2.4000001, 2), | |
7191 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
7192 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
7193 | }) | |
7194 | o69 = Create("Part",{ | |
7195 | ["Parent"] = o48, | |
7196 | ["Position"] = Vector3.new(0.200014114, 37.8000183, 102.600029), | |
7197 | ["Anchored"] = true, | |
7198 | ["CFrame"] = CFrame.new(0.200014114, 37.8000183, 102.600029, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
7199 | ["Size"] = Vector3.new(2, 2.4000001, 2), | |
7200 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
7201 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
7202 | }) | |
7203 | o70 = Create("Part",{ | |
7204 | ["Parent"] = o48, | |
7205 | ["Position"] = Vector3.new(-29.7999859, 37.8000183, 102.600029), | |
7206 | ["Rotation"] = Vector3.new(180, -0, -180), | |
7207 | ["Anchored"] = true, | |
7208 | ["CFrame"] = CFrame.new(-29.7999859, 37.8000183, 102.600029, -1, 0, -0, -0, 1, -0, -0, 0, -1), | |
7209 | ["Size"] = Vector3.new(2, 2.4000001, 2), | |
7210 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
7211 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
7212 | }) | |
7213 | o71 = Create("Part",{ | |
7214 | ["Parent"] = o48, | |
7215 | ["Position"] = Vector3.new(-30.7999859, 32.4000168, 102.600029), | |
7216 | ["Rotation"] = Vector3.new(180, -0, -180), | |
7217 | ["Anchored"] = true, | |
7218 | ["CFrame"] = CFrame.new(-30.7999859, 32.4000168, 102.600029, -1, 0, -0, -0, 1, -0, -0, 0, -1), | |
7219 | ["Size"] = Vector3.new(2, 8.40000057, 2), | |
7220 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
7221 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
7222 | }) | |
7223 | o72 = Create("Part",{ | |
7224 | ["Parent"] = o48, | |
7225 | ["Position"] = Vector3.new(1.20001411, 32.4000168, 102.600029), | |
7226 | ["Anchored"] = true, | |
7227 | ["CFrame"] = CFrame.new(1.20001411, 32.4000168, 102.600029, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
7228 | ["Size"] = Vector3.new(2, 8.40000057, 2), | |
7229 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
7230 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
7231 | }) | |
7232 | o73 = Create("Part",{ | |
7233 | ["Parent"] = o1, | |
7234 | ["Position"] = Vector3.new(-20.7999859, 5.19999886, 88.100029), | |
7235 | ["Rotation"] = Vector3.new(180, -0, -180), | |
7236 | ["Anchored"] = true, | |
7237 | ["CFrame"] = CFrame.new(-20.7999859, 5.19999886, 88.100029, -1, 0, -0, -0, 1, -0, -0, 0, -1), | |
7238 | ["Size"] = Vector3.new(4, 9.60000038, 1), | |
7239 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
7240 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
7241 | }) | |
7242 | o74 = Create("Part",{ | |
7243 | ["Parent"] = o1, | |
7244 | ["Position"] = Vector3.new(-23.7999859, 14.7999907, 90.100029), | |
7245 | ["Rotation"] = Vector3.new(180, -0, -180), | |
7246 | ["Anchored"] = true, | |
7247 | ["CFrame"] = CFrame.new(-23.7999859, 14.7999907, 90.100029, -1, 0, -0, -0, 1, -0, -0, 0, -1), | |
7248 | ["Size"] = Vector3.new(2, 28.8000011, 1), | |
7249 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
7250 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
7251 | }) | |
7252 | o75 = Create("Part",{ | |
7253 | ["Parent"] = o1, | |
7254 | ["Position"] = Vector3.new(-18.7999859, 11.1999922, 110.100029), | |
7255 | ["Anchored"] = true, | |
7256 | ["CFrame"] = CFrame.new(-18.7999859, 11.1999922, 110.100029, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
7257 | ["Size"] = Vector3.new(6, 4.80000019, 1), | |
7258 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
7259 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
7260 | }) | |
7261 | o76 = Create("Model",{ | |
7262 | ["Name"] = "Table", | |
7263 | ["Parent"] = o1, | |
7264 | }) | |
7265 | o77 = Create("Part",{ | |
7266 | ["Parent"] = o76, | |
7267 | ["Position"] = Vector3.new(-21.2999859, 1.6000042, 94.100029), | |
7268 | ["Rotation"] = Vector3.new(180, -0, -180), | |
7269 | ["Anchored"] = true, | |
7270 | ["CFrame"] = CFrame.new(-21.2999859, 1.6000042, 94.100029, -1, 0, -0, -0, 1, -0, -0, 0, -1), | |
7271 | ["Size"] = Vector3.new(1, 2.4000001, 1), | |
7272 | }) | |
7273 | o78 = Create("Part",{ | |
7274 | ["Parent"] = o76, | |
7275 | ["BrickColor"] = BrickColor.new("Bright red"), | |
7276 | ["Position"] = Vector3.new(-21.2999859, 3.40000343, 94.100029), | |
7277 | ["Rotation"] = Vector3.new(180, -0, -180), | |
7278 | ["Anchored"] = true, | |
7279 | ["CFrame"] = CFrame.new(-21.2999859, 3.40000343, 94.100029, -1, 0, -0, -0, 1, -0, -0, 0, -1), | |
7280 | ["Size"] = Vector3.new(5, 1.20000005, 5), | |
7281 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
7282 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
7283 | ["Color"] = Color3.new(0.768628, 0.156863, 0.109804), | |
7284 | }) | |
7285 | o79 = Create("Part",{ | |
7286 | ["Parent"] = o1, | |
7287 | ["BrickColor"] = BrickColor.new("Dark stone grey"), | |
7288 | ["Position"] = Vector3.new(-19.2999859, 13.7999907, 116.100029), | |
7289 | ["Anchored"] = true, | |
7290 | ["CFrame"] = CFrame.new(-19.2999859, 13.7999907, 116.100029, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
7291 | ["FormFactor"] = Enum.FormFactor.Plate, | |
7292 | ["Size"] = Vector3.new(5, 0.400000006, 1), | |
7293 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
7294 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
7295 | ["Color"] = Color3.new(0.388235, 0.372549, 0.384314), | |
7296 | }) | |
7297 | o80 = Create("Part",{ | |
7298 | ["Parent"] = o1, | |
7299 | ["Position"] = Vector3.new(-22.7999859, 14.7999907, 89.100029), | |
7300 | ["Rotation"] = Vector3.new(180, -0, -180), | |
7301 | ["Anchored"] = true, | |
7302 | ["CFrame"] = CFrame.new(-22.7999859, 14.7999907, 89.100029, -1, 0, -0, -0, 1, -0, -0, 0, -1), | |
7303 | ["Size"] = Vector3.new(2, 28.8000011, 1), | |
7304 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
7305 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
7306 | }) | |
7307 | o81 = Create("Model",{ | |
7308 | ["Name"] = "Ladder", | |
7309 | ["Parent"] = o1, | |
7310 | }) | |
7311 | o82 = Create("Part",{ | |
7312 | ["Parent"] = o81, | |
7313 | ["BrickColor"] = BrickColor.new("Really black"), | |
7314 | ["Position"] = Vector3.new(-13.2999859, 0.900007248, 116.100029), | |
7315 | ["Rotation"] = Vector3.new(180, -0, -90), | |
7316 | ["Anchored"] = true, | |
7317 | ["CFrame"] = CFrame.new(-13.2999859, 0.900007248, 116.100029, 0, 1, -0, 1, 0, -0, 0, 0, -1), | |
7318 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
7319 | ["Shape"] = Enum.PartType.Cylinder, | |
7320 | ["Size"] = Vector3.new(1, 1, 1), | |
7321 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
7322 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
7323 | ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667), | |
7324 | }) | |
7325 | o83 = Create("Part",{ | |
7326 | ["Parent"] = o81, | |
7327 | ["BrickColor"] = BrickColor.new("Really black"), | |
7328 | ["Position"] = Vector3.new(-13.2999859, 2.90000343, 116.100029), | |
7329 | ["Rotation"] = Vector3.new(180, -0, -90), | |
7330 | ["Anchored"] = true, | |
7331 | ["CFrame"] = CFrame.new(-13.2999859, 2.90000343, 116.100029, 0, 1, -0, 1, 0, -0, 0, 0, -1), | |
7332 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
7333 | ["Shape"] = Enum.PartType.Cylinder, | |
7334 | ["Size"] = Vector3.new(1, 1, 1), | |
7335 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
7336 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
7337 | ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667), | |
7338 | }) | |
7339 | o84 = Create("Part",{ | |
7340 | ["Parent"] = o81, | |
7341 | ["BrickColor"] = BrickColor.new("Really black"), | |
7342 | ["Position"] = Vector3.new(-13.2999859, 4.8999958, 116.100029), | |
7343 | ["Rotation"] = Vector3.new(180, -0, -90), | |
7344 | ["Anchored"] = true, | |
7345 | ["CFrame"] = CFrame.new(-13.2999859, 4.8999958, 116.100029, 0, 1, -0, 1, 0, -0, 0, 0, -1), | |
7346 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
7347 | ["Shape"] = Enum.PartType.Cylinder, | |
7348 | ["Size"] = Vector3.new(1, 1, 1), | |
7349 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
7350 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
7351 | ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667), | |
7352 | }) | |
7353 | o85 = Create("Part",{ | |
7354 | ["Parent"] = o81, | |
7355 | ["BrickColor"] = BrickColor.new("Really black"), | |
7356 | ["Position"] = Vector3.new(-13.2999859, 6.8999958, 116.100029), | |
7357 | ["Rotation"] = Vector3.new(180, -0, -90), | |
7358 | ["Anchored"] = true, | |
7359 | ["CFrame"] = CFrame.new(-13.2999859, 6.8999958, 116.100029, 0, 1, -0, 1, 0, -0, 0, 0, -1), | |
7360 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
7361 | ["Shape"] = Enum.PartType.Cylinder, | |
7362 | ["Size"] = Vector3.new(1, 1, 1), | |
7363 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
7364 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
7365 | ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667), | |
7366 | }) | |
7367 | o86 = Create("Part",{ | |
7368 | ["Parent"] = o81, | |
7369 | ["BrickColor"] = BrickColor.new("Really black"), | |
7370 | ["Position"] = Vector3.new(-13.2999859, 8.89998817, 116.100029), | |
7371 | ["Rotation"] = Vector3.new(180, -0, -90), | |
7372 | ["Anchored"] = true, | |
7373 | ["CFrame"] = CFrame.new(-13.2999859, 8.89998817, 116.100029, 0, 1, -0, 1, 0, -0, 0, 0, -1), | |
7374 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
7375 | ["Shape"] = Enum.PartType.Cylinder, | |
7376 | ["Size"] = Vector3.new(1, 1, 1), | |
7377 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
7378 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
7379 | ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667), | |
7380 | }) | |
7381 | o87 = Create("Part",{ | |
7382 | ["Parent"] = o81, | |
7383 | ["BrickColor"] = BrickColor.new("Really black"), | |
7384 | ["Position"] = Vector3.new(-13.2999859, 10.8999882, 116.100029), | |
7385 | ["Rotation"] = Vector3.new(180, -0, -90), | |
7386 | ["Anchored"] = true, | |
7387 | ["CFrame"] = CFrame.new(-13.2999859, 10.8999882, 116.100029, 0, 1, -0, 1, 0, -0, 0, 0, -1), | |
7388 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
7389 | ["Shape"] = Enum.PartType.Cylinder, | |
7390 | ["Size"] = Vector3.new(1, 1, 1), | |
7391 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
7392 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
7393 | ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667), | |
7394 | }) | |
7395 | o88 = Create("Part",{ | |
7396 | ["Parent"] = o81, | |
7397 | ["Position"] = Vector3.new(-14.7999859, 1.90000534, 116.100029), | |
7398 | ["Rotation"] = Vector3.new(180, -0, -180), | |
7399 | ["Anchored"] = true, | |
7400 | ["CFrame"] = CFrame.new(-14.7999859, 1.90000534, 116.100029, -1, 0, -0, -0, 1, -0, -0, 0, -1), | |
7401 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
7402 | ["Size"] = Vector3.new(4, 1, 1), | |
7403 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
7404 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
7405 | }) | |
7406 | o89 = Create("Part",{ | |
7407 | ["Parent"] = o81, | |
7408 | ["Position"] = Vector3.new(-14.7999859, 3.90000343, 116.100029), | |
7409 | ["Rotation"] = Vector3.new(180, -0, -180), | |
7410 | ["Anchored"] = true, | |
7411 | ["CFrame"] = CFrame.new(-14.7999859, 3.90000343, 116.100029, -1, 0, -0, -0, 1, -0, -0, 0, -1), | |
7412 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
7413 | ["Size"] = Vector3.new(4, 1, 1), | |
7414 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
7415 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
7416 | }) | |
7417 | o90 = Create("Part",{ | |
7418 | ["Parent"] = o81, | |
7419 | ["Position"] = Vector3.new(-14.7999859, 5.8999958, 116.100029), | |
7420 | ["Rotation"] = Vector3.new(180, -0, -180), | |
7421 | ["Anchored"] = true, | |
7422 | ["CFrame"] = CFrame.new(-14.7999859, 5.8999958, 116.100029, -1, 0, -0, -0, 1, -0, -0, 0, -1), | |
7423 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
7424 | ["Size"] = Vector3.new(4, 1, 1), | |
7425 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
7426 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
7427 | }) | |
7428 | o91 = Create("Part",{ | |
7429 | ["Parent"] = o81, | |
7430 | ["Position"] = Vector3.new(-14.7999859, 7.8999958, 116.100029), | |
7431 | ["Rotation"] = Vector3.new(180, -0, -180), | |
7432 | ["Anchored"] = true, | |
7433 | ["CFrame"] = CFrame.new(-14.7999859, 7.8999958, 116.100029, -1, 0, -0, -0, 1, -0, -0, 0, -1), | |
7434 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
7435 | ["Size"] = Vector3.new(4, 1, 1), | |
7436 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
7437 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
7438 | }) | |
7439 | o92 = Create("Part",{ | |
7440 | ["Parent"] = o81, | |
7441 | ["BrickColor"] = BrickColor.new("Really black"), | |
7442 | ["Position"] = Vector3.new(-16.2999859, 0.900007248, 116.100029), | |
7443 | ["Rotation"] = Vector3.new(180, -0, -90), | |
7444 | ["Anchored"] = true, | |
7445 | ["CFrame"] = CFrame.new(-16.2999859, 0.900007248, 116.100029, 0, 1, -0, 1, 0, -0, 0, 0, -1), | |
7446 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
7447 | ["Shape"] = Enum.PartType.Cylinder, | |
7448 | ["Size"] = Vector3.new(1, 1, 1), | |
7449 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
7450 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
7451 | ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667), | |
7452 | }) | |
7453 | o93 = Create("Part",{ | |
7454 | ["Parent"] = o81, | |
7455 | ["BrickColor"] = BrickColor.new("Really black"), | |
7456 | ["Position"] = Vector3.new(-16.2999859, 2.90000343, 116.100029), | |
7457 | ["Rotation"] = Vector3.new(180, -0, -90), | |
7458 | ["Anchored"] = true, | |
7459 | ["CFrame"] = CFrame.new(-16.2999859, 2.90000343, 116.100029, 0, 1, -0, 1, 0, -0, 0, 0, -1), | |
7460 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
7461 | ["Shape"] = Enum.PartType.Cylinder, | |
7462 | ["Size"] = Vector3.new(1, 1, 1), | |
7463 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
7464 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
7465 | ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667), | |
7466 | }) | |
7467 | o94 = Create("Part",{ | |
7468 | ["Parent"] = o81, | |
7469 | ["BrickColor"] = BrickColor.new("Really black"), | |
7470 | ["Position"] = Vector3.new(-16.2999859, 4.8999958, 116.100029), | |
7471 | ["Rotation"] = Vector3.new(180, -0, -90), | |
7472 | ["Anchored"] = true, | |
7473 | ["CFrame"] = CFrame.new(-16.2999859, 4.8999958, 116.100029, 0, 1, -0, 1, 0, -0, 0, 0, -1), | |
7474 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
7475 | ["Shape"] = Enum.PartType.Cylinder, | |
7476 | ["Size"] = Vector3.new(1, 1, 1), | |
7477 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
7478 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
7479 | ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667), | |
7480 | }) | |
7481 | o95 = Create("Part",{ | |
7482 | ["Parent"] = o81, | |
7483 | ["Position"] = Vector3.new(-14.7999859, 9.89998817, 116.100029), | |
7484 | ["Rotation"] = Vector3.new(180, -0, -180), | |
7485 | ["Anchored"] = true, | |
7486 | ["CFrame"] = CFrame.new(-14.7999859, 9.89998817, 116.100029, -1, 0, -0, -0, 1, -0, -0, 0, -1), | |
7487 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
7488 | ["Size"] = Vector3.new(4, 1, 1), | |
7489 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
7490 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
7491 | }) | |
7492 | o96 = Create("Part",{ | |
7493 | ["Parent"] = o81, | |
7494 | ["Position"] = Vector3.new(-14.7999859, 11.8999882, 116.100029), | |
7495 | ["Rotation"] = Vector3.new(180, -0, -180), | |
7496 | ["Anchored"] = true, | |
7497 | ["CFrame"] = CFrame.new(-14.7999859, 11.8999882, 116.100029, -1, 0, -0, -0, 1, -0, -0, 0, -1), | |
7498 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
7499 | ["Size"] = Vector3.new(4, 1, 1), | |
7500 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
7501 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
7502 | }) | |
7503 | o97 = Create("Part",{ | |
7504 | ["Parent"] = o81, | |
7505 | ["BrickColor"] = BrickColor.new("Really black"), | |
7506 | ["Position"] = Vector3.new(-16.2999859, 6.8999958, 116.100029), | |
7507 | ["Rotation"] = Vector3.new(180, -0, -90), | |
7508 | ["Anchored"] = true, | |
7509 | ["CFrame"] = CFrame.new(-16.2999859, 6.8999958, 116.100029, 0, 1, -0, 1, 0, -0, 0, 0, -1), | |
7510 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
7511 | ["Shape"] = Enum.PartType.Cylinder, | |
7512 | ["Size"] = Vector3.new(1, 1, 1), | |
7513 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
7514 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
7515 | ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667), | |
7516 | }) | |
7517 | o98 = Create("Part",{ | |
7518 | ["Parent"] = o81, | |
7519 | ["BrickColor"] = BrickColor.new("Really black"), | |
7520 | ["Position"] = Vector3.new(-16.2999859, 8.89998817, 116.100029), | |
7521 | ["Rotation"] = Vector3.new(180, -0, -90), | |
7522 | ["Anchored"] = true, | |
7523 | ["CFrame"] = CFrame.new(-16.2999859, 8.89998817, 116.100029, 0, 1, -0, 1, 0, -0, 0, 0, -1), | |
7524 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
7525 | ["Shape"] = Enum.PartType.Cylinder, | |
7526 | ["Size"] = Vector3.new(1, 1, 1), | |
7527 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
7528 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
7529 | ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667), | |
7530 | }) | |
7531 | o99 = Create("Part",{ | |
7532 | ["Parent"] = o81, | |
7533 | ["BrickColor"] = BrickColor.new("Really black"), | |
7534 | ["Position"] = Vector3.new(-16.2999859, 10.8999882, 116.100029), | |
7535 | ["Rotation"] = Vector3.new(180, -0, -90), | |
7536 | ["Anchored"] = true, | |
7537 | ["CFrame"] = CFrame.new(-16.2999859, 10.8999882, 116.100029, 0, 1, -0, 1, 0, -0, 0, 0, -1), | |
7538 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
7539 | ["Shape"] = Enum.PartType.Cylinder, | |
7540 | ["Size"] = Vector3.new(1, 1, 1), | |
7541 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
7542 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
7543 | ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667), | |
7544 | }) | |
7545 | o100 = Create("Part",{ | |
7546 | ["Parent"] = o81, | |
7547 | ["BrickColor"] = BrickColor.new("Really black"), | |
7548 | ["Position"] = Vector3.new(-13.2999859, 12.8999882, 116.100029), | |
7549 | ["Rotation"] = Vector3.new(180, -0, -90), | |
7550 | ["Anchored"] = true, | |
7551 | ["CFrame"] = CFrame.new(-13.2999859, 12.8999882, 116.100029, 0, 1, -0, 1, 0, -0, 0, 0, -1), | |
7552 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
7553 | ["Shape"] = Enum.PartType.Cylinder, | |
7554 | ["Size"] = Vector3.new(1, 1, 1), | |
7555 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
7556 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
7557 | ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667), | |
7558 | }) | |
7559 | o101 = Create("Part",{ | |
7560 | ["Parent"] = o81, | |
7561 | ["BrickColor"] = BrickColor.new("Really black"), | |
7562 | ["Position"] = Vector3.new(-16.2999859, 12.8999882, 116.100029), | |
7563 | ["Rotation"] = Vector3.new(180, -0, -90), | |
7564 | ["Anchored"] = true, | |
7565 | ["CFrame"] = CFrame.new(-16.2999859, 12.8999882, 116.100029, 0, 1, -0, 1, 0, -0, 0, 0, -1), | |
7566 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
7567 | ["Shape"] = Enum.PartType.Cylinder, | |
7568 | ["Size"] = Vector3.new(1, 1, 1), | |
7569 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
7570 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
7571 | ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667), | |
7572 | }) | |
7573 | o102 = Create("Part",{ | |
7574 | ["Parent"] = o1, | |
7575 | ["BrickColor"] = BrickColor.new("Dark stone grey"), | |
7576 | ["Position"] = Vector3.new(-14.7999859, 13.7999907, 89.100029), | |
7577 | ["Rotation"] = Vector3.new(180, -0, -180), | |
7578 | ["Anchored"] = true, | |
7579 | ["CFrame"] = CFrame.new(-14.7999859, 13.7999907, 89.100029, -1, 0, -0, -0, 1, -0, -0, 0, -1), | |
7580 | ["FormFactor"] = Enum.FormFactor.Plate, | |
7581 | ["Size"] = Vector3.new(14, 0.400000006, 1), | |
7582 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
7583 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
7584 | ["Color"] = Color3.new(0.388235, 0.372549, 0.384314), | |
7585 | }) | |
7586 | o103 = Create("Part",{ | |
7587 | ["Parent"] = o1, | |
7588 | ["Position"] = Vector3.new(-3.29998589, 14.7999907, 112.600029), | |
7589 | ["Rotation"] = Vector3.new(-0, 90, 0), | |
7590 | ["Anchored"] = true, | |
7591 | ["CFrame"] = CFrame.new(-3.29998589, 14.7999907, 112.600029, -0, 0, 1, -0, 1, 0, -1, 0, 0), | |
7592 | ["Size"] = Vector3.new(2, 28.8000011, 1), | |
7593 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
7594 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
7595 | }) | |
7596 | o104 = Create("Part",{ | |
7597 | ["Parent"] = o1, | |
7598 | ["Position"] = Vector3.new(-8.79998589, 7.00000191, 110.100029), | |
7599 | ["Anchored"] = true, | |
7600 | ["CFrame"] = CFrame.new(-8.79998589, 7.00000191, 110.100029, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
7601 | ["Size"] = Vector3.new(14, 13.2000008, 1), | |
7602 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
7603 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
7604 | }) | |
7605 | o105 = Create("Part",{ | |
7606 | ["Parent"] = o1, | |
7607 | ["BrickColor"] = BrickColor.new("Dark stone grey"), | |
7608 | ["Position"] = Vector3.new(-12.6339855, 5.19499779, 89.5690231), | |
7609 | ["Rotation"] = Vector3.new(-180, -15.000001, 0), | |
7610 | ["Anchored"] = true, | |
7611 | ["CFrame"] = CFrame.new(-12.6339855, 5.19499779, 89.5690231, 0.965925813, -0, -0.258819044, 0, -1, 0, -0.258819044, -0, -0.965925813), | |
7612 | ["Size"] = Vector3.new(4, 9.60000038, 1), | |
7613 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
7614 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
7615 | ["Color"] = Color3.new(0.388235, 0.372549, 0.384314), | |
7616 | }) | |
7617 | o106 = Create("Part",{ | |
7618 | ["Parent"] = o1, | |
7619 | ["Position"] = Vector3.new(-4.79998589, 14.7999907, 114.100029), | |
7620 | ["Anchored"] = true, | |
7621 | ["CFrame"] = CFrame.new(-4.79998589, 14.7999907, 114.100029, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
7622 | ["Size"] = Vector3.new(2, 28.8000011, 1), | |
7623 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
7624 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
7625 | }) | |
7626 | o107 = Create("Model",{ | |
7627 | ["Name"] = "Table", | |
7628 | ["Parent"] = o1, | |
7629 | }) | |
7630 | o108 = Create("Part",{ | |
7631 | ["Parent"] = o107, | |
7632 | ["Position"] = Vector3.new(-7.29998589, 1.6000042, 96.100029), | |
7633 | ["Rotation"] = Vector3.new(180, -0, -180), | |
7634 | ["Anchored"] = true, | |
7635 | ["CFrame"] = CFrame.new(-7.29998589, 1.6000042, 96.100029, -1, 0, -0, -0, 1, -0, -0, 0, -1), | |
7636 | ["Size"] = Vector3.new(1, 2.4000001, 1), | |
7637 | }) | |
7638 | o109 = Create("Part",{ | |
7639 | ["Parent"] = o107, | |
7640 | ["BrickColor"] = BrickColor.new("Bright red"), | |
7641 | ["Position"] = Vector3.new(-7.29998589, 3.40000343, 96.100029), | |
7642 | ["Rotation"] = Vector3.new(180, -0, -180), | |
7643 | ["Anchored"] = true, | |
7644 | ["CFrame"] = CFrame.new(-7.29998589, 3.40000343, 96.100029, -1, 0, -0, -0, 1, -0, -0, 0, -1), | |
7645 | ["Size"] = Vector3.new(5, 1.20000005, 5), | |
7646 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
7647 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
7648 | ["Color"] = Color3.new(0.768628, 0.156863, 0.109804), | |
7649 | }) | |
7650 | o110 = Create("Part",{ | |
7651 | ["Parent"] = o1, | |
7652 | ["Position"] = Vector3.new(-8.79998589, 5.19999886, 88.100029), | |
7653 | ["Rotation"] = Vector3.new(180, -0, -180), | |
7654 | ["Anchored"] = true, | |
7655 | ["CFrame"] = CFrame.new(-8.79998589, 5.19999886, 88.100029, -1, 0, -0, -0, 1, -0, -0, 0, -1), | |
7656 | ["Size"] = Vector3.new(4, 9.60000038, 1), | |
7657 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
7658 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
7659 | }) | |
7660 | o111 = Create("Part",{ | |
7661 | ["Parent"] = o1, | |
7662 | ["Position"] = Vector3.new(-14.7999859, 19.5999966, 88.100029), | |
7663 | ["Rotation"] = Vector3.new(180, -0, -180), | |
7664 | ["Anchored"] = true, | |
7665 | ["CFrame"] = CFrame.new(-14.7999859, 19.5999966, 88.100029, -1, 0, -0, -0, 1, -0, -0, 0, -1), | |
7666 | ["Size"] = Vector3.new(16, 19.2000008, 1), | |
7667 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
7668 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
7669 | }) | |
7670 | o112 = Create("Part",{ | |
7671 | ["Parent"] = o1, | |
7672 | ["Position"] = Vector3.new(-4.29998589, 14.7999907, 113.100029), | |
7673 | ["Rotation"] = Vector3.new(-0, 90, 0), | |
7674 | ["Anchored"] = true, | |
7675 | ["CFrame"] = CFrame.new(-4.29998589, 14.7999907, 113.100029, -0, 0, 1, -0, 1, 0, -1, 0, 0), | |
7676 | ["Size"] = Vector3.new(1, 28.8000011, 1), | |
7677 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
7678 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
7679 | }) | |
7680 | o113 = Create("Part",{ | |
7681 | ["Parent"] = o1, | |
7682 | ["BrickColor"] = BrickColor.new("Dark stone grey"), | |
7683 | ["Position"] = Vector3.new(-9.29998589, 13.7999907, 114.100029), | |
7684 | ["Anchored"] = true, | |
7685 | ["CFrame"] = CFrame.new(-9.29998589, 13.7999907, 114.100029, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
7686 | ["FormFactor"] = Enum.FormFactor.Plate, | |
7687 | ["Size"] = Vector3.new(7, 0.400000006, 1), | |
7688 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
7689 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
7690 | ["Color"] = Color3.new(0.388235, 0.372549, 0.384314), | |
7691 | }) | |
7692 | o114 = Create("Model",{ | |
7693 | ["Name"] = "Teleport", | |
7694 | ["Parent"] = o1, | |
7695 | }) | |
7696 | o115 = Create("Part",{ | |
7697 | ["Name"] = "tele1", | |
7698 | ["Parent"] = o114, | |
7699 | ["BrickColor"] = BrickColor.new("Really black"), | |
7700 | ["Transparency"] = 0.89999997615814, | |
7701 | ["Position"] = Vector3.new(-12.7999859, 0.600006104, 86.5999985), | |
7702 | ["Anchored"] = true, | |
7703 | ["CFrame"] = CFrame.new(-12.7999859, 0.600006104, 86.5999985, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
7704 | ["FormFactor"] = Enum.FormFactor.Plate, | |
7705 | ["Size"] = Vector3.new(4, 0.400000006, 2), | |
7706 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
7707 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
7708 | ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667), | |
7709 | }) | |
7710 | o116 = Create("IntValue",{ | |
7711 | ["Name"] = "Enabled", | |
7712 | ["Parent"] = o115, | |
7713 | ["Value"] = 1, | |
7714 | }) | |
7715 | o117 = Create("Script",{ | |
7716 | ["Name"] = "Teleport pad Script", | |
7717 | ["Parent"] = o115, | |
7718 | }) | |
7719 | table.insert(cors,coroutine.create(function() | |
7720 | wait() | |
7721 | runDummyScript(function() | |
7722 | --[[ | |
7723 | INSTRUCTIONS: Place both teleporter1a and teleporter1b in the same directory | |
7724 | (e.g. both in workspace directly, or both directly in the same group or model) | |
7725 | Otherwise it wont work. Once youve done that, jump on the teleporter to teleport to the other. | |
7726 | If you want more than one set of teleporters I will be adding more types in the future. | |
7727 | ||
7728 | Send me requests and ideas - miked. | |
7729 | --]] | |
7730 | ||
7731 | ||
7732 | --Enter the name of the model you want to go to here. | |
7733 | ------------------------------------ | |
7734 | modelname="tele2" | |
7735 | ------------------------------------ | |
7736 | ||
7737 | function onTouched(part) | |
7738 | if part.Parent ~= nil then | |
7739 | local h = part.Parent:findFirstChild("Humanoid") | |
7740 | if h~=nil then | |
7741 | local teleportfrom=script.Parent.Enabled.Value | |
7742 | if teleportfrom~=0 then | |
7743 | if h==humanoid then | |
7744 | return | |
7745 | end | |
7746 | local teleportto=script.Parent.Parent:findFirstChild(modelname) | |
7747 | if teleportto~=nil then | |
7748 | local torso = h.Parent.Torso | |
7749 | local location = {teleportto.Position} | |
7750 | local i = 1 | |
7751 | ||
7752 | local x = location[i].x | |
7753 | local y = location[i].y | |
7754 | local z = location[i].z | |
7755 | ||
7756 | x = x + math.random(-1, 1) | |
7757 | z = z + math.random(-1, 1) | |
7758 | y = y + math.random(2, 3) | |
7759 | ||
7760 | local cf = torso.CFrame | |
7761 | local lx = 0 | |
7762 | local ly = y | |
7763 | local lz = 0 | |
7764 | ||
7765 | script.Parent.Enabled.Value=0 | |
7766 | teleportto.Enabled.Value=0 | |
7767 | torso.CFrame = CFrame.new(Vector3.new(x,y,z), Vector3.new(lx,ly,lz)) | |
7768 | wait(3) | |
7769 | script.Parent.Enabled.Value=1 | |
7770 | teleportto.Enabled.Value=1 | |
7771 | else | |
7772 | print("Could not find teleporter!") | |
7773 | end | |
7774 | end | |
7775 | end | |
7776 | end | |
7777 | end | |
7778 | ||
7779 | script.Parent.Touched:connect(onTouched) | |
7780 | end,o117) | |
7781 | end)) | |
7782 | o118 = Create("Part",{ | |
7783 | ["Name"] = "tele2", | |
7784 | ["Parent"] = o114, | |
7785 | ["BrickColor"] = BrickColor.new("Really black"), | |
7786 | ["Transparency"] = 0.89999997615814, | |
7787 | ["Position"] = Vector3.new(-16.7999859, 0.600006104, 89.5999985), | |
7788 | ["Anchored"] = true, | |
7789 | ["CFrame"] = CFrame.new(-16.7999859, 0.600006104, 89.5999985, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
7790 | ["FormFactor"] = Enum.FormFactor.Plate, | |
7791 | ["Size"] = Vector3.new(4, 0.400000006, 2), | |
7792 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
7793 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
7794 | ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667), | |
7795 | }) | |
7796 | o119 = Create("IntValue",{ | |
7797 | ["Name"] = "Enabled", | |
7798 | ["Parent"] = o118, | |
7799 | ["Value"] = 1, | |
7800 | }) | |
7801 | o120 = Create("Script",{ | |
7802 | ["Name"] = "Teleport pad Script", | |
7803 | ["Parent"] = o118, | |
7804 | }) | |
7805 | table.insert(cors,coroutine.create(function() | |
7806 | wait() | |
7807 | runDummyScript(function() | |
7808 | --[[ | |
7809 | INSTRUCTIONS: Place both teleporter1a and teleporter1b in the same directory | |
7810 | (e.g. both in workspace directly, or both directly in the same group or model) | |
7811 | Otherwise it wont work. Once youve done that, jump on the teleporter to teleport to the other. | |
7812 | If you want more than one set of teleporters I will be adding more types in the future. | |
7813 | ||
7814 | Send me requests and ideas - miked. | |
7815 | --]] | |
7816 | ||
7817 | ||
7818 | --Enter the name of the model you want to go to here. | |
7819 | ------------------------------------ | |
7820 | modelname="tele1" | |
7821 | ------------------------------------ | |
7822 | ||
7823 | function onTouched(part) | |
7824 | if part.Parent ~= nil then | |
7825 | local h = part.Parent:findFirstChild("Humanoid") | |
7826 | if h~=nil then | |
7827 | local teleportfrom=script.Parent.Enabled.Value | |
7828 | if teleportfrom~=0 then | |
7829 | if h==humanoid then | |
7830 | return | |
7831 | end | |
7832 | local teleportto=script.Parent.Parent:findFirstChild(modelname) | |
7833 | if teleportto~=nil then | |
7834 | local torso = h.Parent.Torso | |
7835 | local location = {teleportto.Position} | |
7836 | local i = 1 | |
7837 | ||
7838 | local x = location[i].x | |
7839 | local y = location[i].y | |
7840 | local z = location[i].z | |
7841 | ||
7842 | x = x + math.random(-1, 1) | |
7843 | z = z + math.random(-1, 1) | |
7844 | y = y + math.random(2, 3) | |
7845 | ||
7846 | local cf = torso.CFrame | |
7847 | local lx = 0 | |
7848 | local ly = y | |
7849 | local lz = 0 | |
7850 | ||
7851 | script.Parent.Enabled.Value=0 | |
7852 | teleportto.Enabled.Value=0 | |
7853 | torso.CFrame = CFrame.new(Vector3.new(x,y,z), Vector3.new(lx,ly,lz)) | |
7854 | wait(3) | |
7855 | script.Parent.Enabled.Value=1 | |
7856 | teleportto.Enabled.Value=1 | |
7857 | else | |
7858 | print("Could not find teleporter!") | |
7859 | end | |
7860 | end | |
7861 | end | |
7862 | end | |
7863 | end | |
7864 | ||
7865 | script.Parent.Touched:connect(onTouched) | |
7866 | end,o120) | |
7867 | end)) | |
7868 | o121 = Create("Humanoid",{ | |
7869 | ["Parent"] = o114, | |
7870 | ["NameOcclusion"] = Enum.NameOcclusion.NoOcclusion, | |
7871 | ["Health"] = 0, | |
7872 | ["MaxHealth"] = 0, | |
7873 | }) | |
7874 | o122 = Create("Part",{ | |
7875 | ["Parent"] = o1, | |
7876 | ["Position"] = Vector3.new(-2.29998589, 14.7999907, 93.600029), | |
7877 | ["Rotation"] = Vector3.new(-0, 90, 0), | |
7878 | ["Anchored"] = true, | |
7879 | ["CFrame"] = CFrame.new(-2.29998589, 14.7999907, 93.600029, -0, 0, 1, -0, 1, 0, -1, 0, 0), | |
7880 | ["Size"] = Vector3.new(2, 28.8000011, 1), | |
7881 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
7882 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
7883 | }) | |
7884 | o123 = Create("Part",{ | |
7885 | ["Parent"] = o1, | |
7886 | ["Position"] = Vector3.new(-1.29998589, 14.7999907, 94.600029), | |
7887 | ["Rotation"] = Vector3.new(-0, 90, 0), | |
7888 | ["Anchored"] = true, | |
7889 | ["CFrame"] = CFrame.new(-1.29998589, 14.7999907, 94.600029, -0, 0, 1, -0, 1, 0, -1, 0, 0), | |
7890 | ["Size"] = Vector3.new(2, 28.8000011, 1), | |
7891 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
7892 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
7893 | }) | |
7894 | o124 = Create("Part",{ | |
7895 | ["Parent"] = o1, | |
7896 | ["Position"] = Vector3.new(-0.299985886, 14.7999907, 102.600029), | |
7897 | ["Rotation"] = Vector3.new(-0, 90, 0), | |
7898 | ["Anchored"] = true, | |
7899 | ["CFrame"] = CFrame.new(-0.299985886, 14.7999907, 102.600029, -0, 0, 1, -0, 1, 0, -1, 0, 0), | |
7900 | ["Size"] = Vector3.new(16, 28.8000011, 1), | |
7901 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
7902 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
7903 | }) | |
7904 | o125 = Create("Part",{ | |
7905 | ["Parent"] = o1, | |
7906 | ["Position"] = Vector3.new(-4.79998589, 14.7999907, 91.100029), | |
7907 | ["Rotation"] = Vector3.new(180, -0, -180), | |
7908 | ["Anchored"] = true, | |
7909 | ["CFrame"] = CFrame.new(-4.79998589, 14.7999907, 91.100029, -1, 0, -0, -0, 1, -0, -0, 0, -1), | |
7910 | ["Size"] = Vector3.new(2, 28.8000011, 1), | |
7911 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
7912 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
7913 | }) | |
7914 | o126 = Create("Part",{ | |
7915 | ["Parent"] = o1, | |
7916 | ["Position"] = Vector3.new(-5.79998589, 14.7999907, 115.100029), | |
7917 | ["Anchored"] = true, | |
7918 | ["CFrame"] = CFrame.new(-5.79998589, 14.7999907, 115.100029, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
7919 | ["Size"] = Vector3.new(2, 28.8000011, 1), | |
7920 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
7921 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
7922 | }) | |
7923 | o127 = Create("Model",{ | |
7924 | ["Name"] = "Table", | |
7925 | ["Parent"] = o1, | |
7926 | }) | |
7927 | o128 = Create("Part",{ | |
7928 | ["Parent"] = o127, | |
7929 | ["Position"] = Vector3.new(-5.29998589, 1.6000042, 105.100029), | |
7930 | ["Rotation"] = Vector3.new(180, -0, -180), | |
7931 | ["Anchored"] = true, | |
7932 | ["CFrame"] = CFrame.new(-5.29998589, 1.6000042, 105.100029, -1, 0, -0, -0, 1, -0, -0, 0, -1), | |
7933 | ["Size"] = Vector3.new(1, 2.4000001, 1), | |
7934 | }) | |
7935 | o129 = Create("Part",{ | |
7936 | ["Parent"] = o127, | |
7937 | ["BrickColor"] = BrickColor.new("Bright red"), | |
7938 | ["Position"] = Vector3.new(-5.29998589, 3.40000343, 105.100029), | |
7939 | ["Rotation"] = Vector3.new(180, -0, -180), | |
7940 | ["Anchored"] = true, | |
7941 | ["CFrame"] = CFrame.new(-5.29998589, 3.40000343, 105.100029, -1, 0, -0, -0, 1, -0, -0, 0, -1), | |
7942 | ["Size"] = Vector3.new(5, 1.20000005, 5), | |
7943 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
7944 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
7945 | ["Color"] = Color3.new(0.768628, 0.156863, 0.109804), | |
7946 | }) | |
7947 | o130 = Create("Part",{ | |
7948 | ["Parent"] = o1, | |
7949 | ["Position"] = Vector3.new(-6.79998589, 14.7999907, 89.100029), | |
7950 | ["Rotation"] = Vector3.new(180, -0, -180), | |
7951 | ["Anchored"] = true, | |
7952 | ["CFrame"] = CFrame.new(-6.79998589, 14.7999907, 89.100029, -1, 0, -0, -0, 1, -0, -0, 0, -1), | |
7953 | ["Size"] = Vector3.new(2, 28.8000011, 1), | |
7954 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
7955 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
7956 | }) | |
7957 | o131 = Create("Part",{ | |
7958 | ["Parent"] = o1, | |
7959 | ["Position"] = Vector3.new(-4.29998589, 14.7999907, 92.100029), | |
7960 | ["Rotation"] = Vector3.new(180, -0, -180), | |
7961 | ["Anchored"] = true, | |
7962 | ["CFrame"] = CFrame.new(-4.29998589, 14.7999907, 92.100029, -1, 0, -0, -0, 1, -0, -0, 0, -1), | |
7963 | ["Size"] = Vector3.new(1, 28.8000011, 1), | |
7964 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
7965 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
7966 | }) | |
7967 | o132 = Create("Model",{ | |
7968 | ["Name"] = "Grill", | |
7969 | ["Parent"] = o1, | |
7970 | }) | |
7971 | o133 = Create("Model",{ | |
7972 | ["Name"] = "Buttons", | |
7973 | ["Parent"] = o132, | |
7974 | }) | |
7975 | o134 = Create("Part",{ | |
7976 | ["Name"] = "Button", | |
7977 | ["Parent"] = o133, | |
7978 | ["BrickColor"] = BrickColor.new("Really black"), | |
7979 | ["Position"] = Vector3.new(-5.99998283, 17.8999977, 104.600029), | |
7980 | ["Rotation"] = Vector3.new(-90, 0, 90), | |
7981 | ["Anchored"] = true, | |
7982 | ["CFrame"] = CFrame.new(-5.99998283, 17.8999977, 104.600029, -0, -1, 0, -0, -0, 1, -1, -0, 0), | |
7983 | ["FormFactor"] = Enum.FormFactor.Plate, | |
7984 | ["Size"] = Vector3.new(2, 0.400000006, 1), | |
7985 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
7986 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
7987 | ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667), | |
7988 | }) | |
7989 | o135 = Create("SpecialMesh",{ | |
7990 | ["Parent"] = o134, | |
7991 | ["Scale"] = Vector3.new(0.899999976, 1, 0.899999976), | |
7992 | }) | |
7993 | o136 = Create("Weld",{ | |
7994 | ["Name"] = "OH SNAP YOU GOT INFECTED XD XD XD", | |
7995 | ["Parent"] = o134, | |
7996 | }) | |
7997 | o137 = Create("Part",{ | |
7998 | ["Name"] = "Button", | |
7999 | ["Parent"] = o133, | |
8000 | ["BrickColor"] = BrickColor.new("Really black"), | |
8001 | ["Position"] = Vector3.new(-5.99998283, 17.8999977, 103.100029), | |
8002 | ["Rotation"] = Vector3.new(-90, 0, 90), | |
8003 | ["Anchored"] = true, | |
8004 | ["CFrame"] = CFrame.new(-5.99998283, 17.8999977, 103.100029, -0, -1, 0, -0, -0, 1, -1, -0, 0), | |
8005 | ["FormFactor"] = Enum.FormFactor.Plate, | |
8006 | ["Size"] = Vector3.new(1, 0.400000006, 1), | |
8007 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
8008 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
8009 | ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667), | |
8010 | }) | |
8011 | o138 = Create("SpecialMesh",{ | |
8012 | ["Parent"] = o137, | |
8013 | ["Scale"] = Vector3.new(0.899999976, 1, 0.899999976), | |
8014 | }) | |
8015 | o139 = Create("Weld",{ | |
8016 | ["Name"] = "OH SNAP YOU GOT INFECTED XD XD XD", | |
8017 | ["Parent"] = o137, | |
8018 | }) | |
8019 | o140 = Create("Part",{ | |
8020 | ["Name"] = "Button", | |
8021 | ["Parent"] = o133, | |
8022 | ["BrickColor"] = BrickColor.new("Really black"), | |
8023 | ["Position"] = Vector3.new(-5.99998283, 17.8999977, 102.100029), | |
8024 | ["Rotation"] = Vector3.new(-90, 0, 90), | |
8025 | ["Anchored"] = true, | |
8026 | ["CFrame"] = CFrame.new(-5.99998283, 17.8999977, 102.100029, -0, -1, 0, -0, -0, 1, -1, -0, 0), | |
8027 | ["FormFactor"] = Enum.FormFactor.Plate, | |
8028 | ["Size"] = Vector3.new(1, 0.400000006, 1), | |
8029 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
8030 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
8031 | ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667), | |
8032 | }) | |
8033 | o141 = Create("SpecialMesh",{ | |
8034 | ["Parent"] = o140, | |
8035 | ["Scale"] = Vector3.new(0.899999976, 1, 0.899999976), | |
8036 | }) | |
8037 | o142 = Create("Weld",{ | |
8038 | ["Name"] = "OH SNAP YOU GOT INFECTED XD XD XD", | |
8039 | ["Parent"] = o140, | |
8040 | }) | |
8041 | o143 = Create("Part",{ | |
8042 | ["Name"] = "Button", | |
8043 | ["Parent"] = o133, | |
8044 | ["BrickColor"] = BrickColor.new("Really black"), | |
8045 | ["Position"] = Vector3.new(-5.99998283, 17.8999977, 100.600029), | |
8046 | ["Rotation"] = Vector3.new(-90, 0, 90), | |
8047 | ["Anchored"] = true, | |
8048 | ["CFrame"] = CFrame.new(-5.99998283, 17.8999977, 100.600029, -0, -1, 0, -0, -0, 1, -1, -0, 0), | |
8049 | ["FormFactor"] = Enum.FormFactor.Plate, | |
8050 | ["Size"] = Vector3.new(2, 0.400000006, 1), | |
8051 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
8052 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
8053 | ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667), | |
8054 | }) | |
8055 | o144 = Create("SpecialMesh",{ | |
8056 | ["Parent"] = o143, | |
8057 | ["Scale"] = Vector3.new(0.899999976, 1, 0.899999976), | |
8058 | }) | |
8059 | o145 = Create("Weld",{ | |
8060 | ["Name"] = "OH SNAP YOU GOT INFECTED XD XD XD", | |
8061 | ["Parent"] = o143, | |
8062 | }) | |
8063 | o146 = Create("Model",{ | |
8064 | ["Name"] = "Body", | |
8065 | ["Parent"] = o132, | |
8066 | }) | |
8067 | o147 = Create("Part",{ | |
8068 | ["Name"] = "Steel", | |
8069 | ["Parent"] = o146, | |
8070 | ["BrickColor"] = BrickColor.new("Dark stone grey"), | |
8071 | ["Reflectance"] = 0.10000000149012, | |
8072 | ["Position"] = Vector3.new(-3.29998589, 15.9999828, 102.600029), | |
8073 | ["Anchored"] = true, | |
8074 | ["CFrame"] = CFrame.new(-3.29998589, 15.9999828, 102.600029, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
8075 | ["FormFactor"] = Enum.FormFactor.Plate, | |
8076 | ["Size"] = Vector3.new(5, 3.20000005, 6), | |
8077 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
8078 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
8079 | ["Color"] = Color3.new(0.388235, 0.372549, 0.384314), | |
8080 | }) | |
8081 | o148 = Create("BlockMesh",{ | |
8082 | ["Parent"] = o147, | |
8083 | ["Scale"] = Vector3.new(1.10000002, 1.45000005, 1), | |
8084 | }) | |
8085 | o149 = Create("Weld",{ | |
8086 | ["Name"] = "OH SNAP YOU GOT INFECTED XD XD XD", | |
8087 | ["Parent"] = o147, | |
8088 | }) | |
8089 | o150 = Create("Part",{ | |
8090 | ["Name"] = "Steel", | |
8091 | ["Parent"] = o146, | |
8092 | ["BrickColor"] = BrickColor.new("Dark stone grey"), | |
8093 | ["Reflectance"] = 0.10000000149012, | |
8094 | ["Position"] = Vector3.new(-3.29998589, 17.9999981, 102.600029), | |
8095 | ["Anchored"] = true, | |
8096 | ["CFrame"] = CFrame.new(-3.29998589, 17.9999981, 102.600029, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
8097 | ["FormFactor"] = Enum.FormFactor.Plate, | |
8098 | ["Size"] = Vector3.new(5, 0.800000012, 6), | |
8099 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
8100 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
8101 | ["Color"] = Color3.new(0.388235, 0.372549, 0.384314), | |
8102 | }) | |
8103 | o151 = Create("Weld",{ | |
8104 | ["Name"] = "OH SNAP YOU GOT INFECTED XD XD XD", | |
8105 | ["Parent"] = o150, | |
8106 | }) | |
8107 | o152 = Create("SpecialMesh",{ | |
8108 | ["Parent"] = o150, | |
8109 | ["Scale"] = Vector3.new(1.10000002, 1, 1), | |
8110 | ["MeshType"] = Enum.MeshType.Brick, | |
8111 | }) | |
8112 | o153 = Create("Part",{ | |
8113 | ["Name"] = "Steel", | |
8114 | ["Parent"] = o146, | |
8115 | ["BrickColor"] = BrickColor.new("Really black"), | |
8116 | ["Position"] = Vector3.new(-1.29998589, 18.5999966, 102.600029), | |
8117 | ["Rotation"] = Vector3.new(180, -0, 0), | |
8118 | ["Anchored"] = true, | |
8119 | ["CFrame"] = CFrame.new(-1.29998589, 18.5999966, 102.600029, 1, -0, -0, 0, -1, -0, 0, -0, -1), | |
8120 | ["CanCollide"] = false, | |
8121 | ["FormFactor"] = Enum.FormFactor.Plate, | |
8122 | ["Size"] = Vector3.new(1, 0.400000006, 6), | |
8123 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
8124 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
8125 | ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667), | |
8126 | }) | |
8127 | o154 = Create("BlockMesh",{ | |
8128 | ["Parent"] = o153, | |
8129 | ["Scale"] = Vector3.new(0.600000024, 2.5999999, 0.99000001), | |
8130 | }) | |
8131 | o155 = Create("Weld",{ | |
8132 | ["Name"] = "OH SNAP YOU GOT INFECTED XD XD XD", | |
8133 | ["Parent"] = o153, | |
8134 | }) | |
8135 | o156 = Create("Part",{ | |
8136 | ["Parent"] = o1, | |
8137 | ["Position"] = Vector3.new(-5.79998589, 14.7999907, 90.100029), | |
8138 | ["Rotation"] = Vector3.new(180, -0, -180), | |
8139 | ["Anchored"] = true, | |
8140 | ["CFrame"] = CFrame.new(-5.79998589, 14.7999907, 90.100029, -1, 0, -0, -0, 1, -0, -0, 0, -1), | |
8141 | ["Size"] = Vector3.new(2, 28.8000011, 1), | |
8142 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
8143 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
8144 | }) | |
8145 | o157 = Create("Part",{ | |
8146 | ["Parent"] = o1, | |
8147 | ["Position"] = Vector3.new(-2.29998589, 14.7999907, 111.600029), | |
8148 | ["Rotation"] = Vector3.new(-0, 90, 0), | |
8149 | ["Anchored"] = true, | |
8150 | ["CFrame"] = CFrame.new(-2.29998589, 14.7999907, 111.600029, -0, 0, 1, -0, 1, 0, -1, 0, 0), | |
8151 | ["Size"] = Vector3.new(2, 28.8000011, 1), | |
8152 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
8153 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
8154 | }) | |
8155 | o158 = Create("Part",{ | |
8156 | ["Parent"] = o1, | |
8157 | ["Position"] = Vector3.new(-1.29998589, 14.7999907, 110.600029), | |
8158 | ["Rotation"] = Vector3.new(-0, 90, 0), | |
8159 | ["Anchored"] = true, | |
8160 | ["CFrame"] = CFrame.new(-1.29998589, 14.7999907, 110.600029, -0, 0, 1, -0, 1, 0, -1, 0, 0), | |
8161 | ["Size"] = Vector3.new(2, 28.8000011, 1), | |
8162 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
8163 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
8164 | }) | |
8165 | o159 = Create("Part",{ | |
8166 | ["Parent"] = o1, | |
8167 | ["Position"] = Vector3.new(-3.29998589, 14.7999907, 92.600029), | |
8168 | ["Rotation"] = Vector3.new(-0, 90, 0), | |
8169 | ["Anchored"] = true, | |
8170 | ["CFrame"] = CFrame.new(-3.29998589, 14.7999907, 92.600029, -0, 0, 1, -0, 1, 0, -1, 0, 0), | |
8171 | ["Size"] = Vector3.new(2, 28.8000011, 1), | |
8172 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
8173 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
8174 | }) | |
8175 | o160 = Create("Part",{ | |
8176 | ["Parent"] = o1, | |
8177 | ["Position"] = Vector3.new(-25.2999859, 14.7999907, 92.100029), | |
8178 | ["Rotation"] = Vector3.new(180, -0, -180), | |
8179 | ["Anchored"] = true, | |
8180 | ["CFrame"] = CFrame.new(-25.2999859, 14.7999907, 92.100029, -1, 0, -0, -0, 1, -0, -0, 0, -1), | |
8181 | ["Size"] = Vector3.new(1, 28.8000011, 1), | |
8182 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
8183 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
8184 | }) | |
8185 | o161 = Create("Part",{ | |
8186 | ["Parent"] = o1, | |
8187 | ["Position"] = Vector3.new(-26.2999859, 14.7999907, 92.600029), | |
8188 | ["Rotation"] = Vector3.new(-0, -90, 0), | |
8189 | ["Anchored"] = true, | |
8190 | ["CFrame"] = CFrame.new(-26.2999859, 14.7999907, 92.600029, 0, 0, -1, 0, 1, -0, 1, 0, -0), | |
8191 | ["Size"] = Vector3.new(2, 28.8000011, 1), | |
8192 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
8193 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
8194 | }) | |
8195 | o162 = Create("Part",{ | |
8196 | ["Parent"] = o1, | |
8197 | ["BrickColor"] = BrickColor.new("Dark stone grey"), | |
8198 | ["Position"] = Vector3.new(-20.2999859, 13.7999907, 114.100029), | |
8199 | ["Anchored"] = true, | |
8200 | ["CFrame"] = CFrame.new(-20.2999859, 13.7999907, 114.100029, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
8201 | ["FormFactor"] = Enum.FormFactor.Plate, | |
8202 | ["Size"] = Vector3.new(7, 0.400000006, 1), | |
8203 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
8204 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
8205 | ["Color"] = Color3.new(0.388235, 0.372549, 0.384314), | |
8206 | }) | |
8207 | o163 = Create("Part",{ | |
8208 | ["Parent"] = o1, | |
8209 | ["BrickColor"] = BrickColor.new("Dark stone grey"), | |
8210 | ["Position"] = Vector3.new(-20.7999859, 13.7999907, 113.100029), | |
8211 | ["Anchored"] = true, | |
8212 | ["CFrame"] = CFrame.new(-20.7999859, 13.7999907, 113.100029, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
8213 | ["FormFactor"] = Enum.FormFactor.Plate, | |
8214 | ["Size"] = Vector3.new(8, 0.400000006, 1), | |
8215 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
8216 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
8217 | ["Color"] = Color3.new(0.388235, 0.372549, 0.384314), | |
8218 | }) | |
8219 | o164 = Create("Part",{ | |
8220 | ["Parent"] = o1, | |
8221 | ["Position"] = Vector3.new(-24.7999859, 14.7999907, 91.100029), | |
8222 | ["Rotation"] = Vector3.new(180, -0, -180), | |
8223 | ["Anchored"] = true, | |
8224 | ["CFrame"] = CFrame.new(-24.7999859, 14.7999907, 91.100029, -1, 0, -0, -0, 1, -0, -0, 0, -1), | |
8225 | ["Size"] = Vector3.new(2, 28.8000011, 1), | |
8226 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
8227 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
8228 | }) | |
8229 | o165 = Create("Part",{ | |
8230 | ["Parent"] = o1, | |
8231 | ["BrickColor"] = BrickColor.new("Dark stone grey"), | |
8232 | ["Position"] = Vector3.new(-19.7999859, 13.7999907, 115.100029), | |
8233 | ["Anchored"] = true, | |
8234 | ["CFrame"] = CFrame.new(-19.7999859, 13.7999907, 115.100029, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
8235 | ["FormFactor"] = Enum.FormFactor.Plate, | |
8236 | ["Size"] = Vector3.new(6, 0.400000006, 1), | |
8237 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
8238 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
8239 | ["Color"] = Color3.new(0.388235, 0.372549, 0.384314), | |
8240 | }) | |
8241 | o166 = Create("Part",{ | |
8242 | ["Parent"] = o1, | |
8243 | ["Position"] = Vector3.new(-27.2999859, 14.7999907, 111.600029), | |
8244 | ["Rotation"] = Vector3.new(-0, -90, 0), | |
8245 | ["Anchored"] = true, | |
8246 | ["CFrame"] = CFrame.new(-27.2999859, 14.7999907, 111.600029, 0, 0, -1, 0, 1, -0, 1, 0, -0), | |
8247 | ["Size"] = Vector3.new(2, 28.8000011, 1), | |
8248 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
8249 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
8250 | }) | |
8251 | o167 = Create("Part",{ | |
8252 | ["Parent"] = o1, | |
8253 | ["Position"] = Vector3.new(-26.2999859, 14.7999907, 112.600029), | |
8254 | ["Rotation"] = Vector3.new(-0, -90, 0), | |
8255 | ["Anchored"] = true, | |
8256 | ["CFrame"] = CFrame.new(-26.2999859, 14.7999907, 112.600029, 0, 0, -1, 0, 1, -0, 1, 0, -0), | |
8257 | ["Size"] = Vector3.new(2, 28.8000011, 1), | |
8258 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
8259 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
8260 | }) | |
8261 | o168 = Create("Part",{ | |
8262 | ["Parent"] = o1, | |
8263 | ["Position"] = Vector3.new(-22.7999859, 14.7999907, 116.100029), | |
8264 | ["Anchored"] = true, | |
8265 | ["CFrame"] = CFrame.new(-22.7999859, 14.7999907, 116.100029, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
8266 | ["Size"] = Vector3.new(2, 28.8000011, 1), | |
8267 | ["BottomSurface"] = Enum.SurfaceType.Smooth, | |
8268 | ["TopSurface"] = Enum.SurfaceType.Smooth, | |
8269 | }) | |
8270 | mas.Parent = workspace | |
8271 | mas:MakeJoints() | |
8272 | local mas1 = mas:GetChildren() | |
8273 | for i=1,#mas1 do | |
8274 | mas1[i].Parent = workspace | |
8275 | ypcall(function() mas1[i]:MakeJoints() end) | |
8276 | end | |
8277 | mas:Destroy() | |
8278 | for i=1,#cors do | |
8279 | coroutine.resume(cors[i]) | |
8280 | end |