View difference between Paste ID: U5W1FW8s and LZTRdbTc
SHOW: | | - or go back to the newest paste.
1
-- This script has been converted to FE by iPxter
2
3
4
if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
5
local Player,Mouse,mouse,UserInputService,ContextActionService = owner
6
do
7
	print("FE Compatibility code by Mokiros | Translated to FE by iPxter")
8
	script.Parent = Player.Character
9
10
	--RemoteEvent for communicating
11
	local Event = Instance.new("RemoteEvent")
12
	Event.Name = "UserInput_Event"
13
14
	--Fake event to make stuff like Mouse.KeyDown work
15
	local function fakeEvent()
16
		local t = {_fakeEvent=true,Connect=function(self,f)self.Function=f end}
17
		t.connect = t.Connect
18
		return t
19
	end
20
21
	--Creating fake input objects with fake variables
22
    local m = {Target=nil,Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent()}
23
	local UIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()}
24
	local CAS = {Actions={},BindAction=function(self,name,fun,touch,...)
25
		CAS.Actions[name] = fun and {Name=name,Function=fun,Keys={...}} or nil
26
	end}
27
	--Merged 2 functions into one by checking amount of arguments
28
	CAS.UnbindAction = CAS.BindAction
29
30
	--This function will trigger the events that have been :Connect()'ed
31
	local function te(self,ev,...)
32
		local t = m[ev]
33
		if t and t._fakeEvent and t.Function then
34
			t.Function(...)
35
		end
36
	end
37
	m.TrigEvent = te
38
	UIS.TrigEvent = te
39
40
	Event.OnServerEvent:Connect(function(plr,io)
41
	    if plr~=Player then return end
42
		if io.isMouse then
43
			m.Target = io.Target
44
			m.Hit = io.Hit
45
		else
46
			local b = io.UserInputState == Enum.UserInputState.Begin
47
			if io.UserInputType == Enum.UserInputType.MouseButton1 then
48
				return m:TrigEvent(b and "Button1Down" or "Button1Up")
49
			end
50
			for _,t in pairs(CAS.Actions) do
51
				for _,k in pairs(t.Keys) do
52
					if k==io.KeyCode then
53
						t.Function(t.Name,io.UserInputState,io)
54
					end
55
				end
56
			end
57
			m:TrigEvent(b and "KeyDown" or "KeyUp",io.KeyCode.Name:lower())
58
			UIS:TrigEvent(b and "InputBegan" or "InputEnded",io,false)
59
	    end
60
	end)
61
	Event.Parent = NLS([==[
62
	local Player = game:GetService("Players").LocalPlayer
63
	local Event = script:WaitForChild("UserInput_Event")
64
65
	local UIS = game:GetService("UserInputService")
66
	local input = function(io,a)
67
		if a then return end
68
		--Since InputObject is a client-side instance, we create and pass table instead
69
		Event:FireServer({KeyCode=io.KeyCode,UserInputType=io.UserInputType,UserInputState=io.UserInputState})
70
	end
71
	UIS.InputBegan:Connect(input)
72
	UIS.InputEnded:Connect(input)
73
74
	local Mouse = Player:GetMouse()
75
	local h,t
76
	--Give the server mouse data 30 times every second, but only if the values changed
77
	--If player is not moving their mouse, client won't fire events
78
	while wait(1/30) do
79
		if h~=Mouse.Hit or t~=Mouse.Target then
80
			h,t=Mouse.Hit,Mouse.Target
81
			Event:FireServer({isMouse=true,Target=t,Hit=h})
82
		end
83
	end]==],Player.Character)
84
	Mouse,mouse,UserInputService,ContextActionService = m,m,UIS,CAS
85
end
86
87
--Made by N3xul.
88
-- | \ | |___ \           | |  / ____|         (_)     | |  
89
-- |  \| | __) |_  ___   _| | | (___   ___ _ __ _ _ __ | |_ 
90
-- | . ` ||__ <\ \/ / | | | |  \___ \ / __| '__| | '_ \| __|
91
-- | |\  |___) |>  <| |_| | |  ____) | (__| |  | | |_) | |_ 
92
-- |_| \_|____//_/\_\\__,_|_| |_____/ \___|_|  |_| .__/ \__|
93
--                                               | |        
94
--                                               |_|        
95
local children = game.Workspace:GetChildren()
96
for _, child in pairs(children) do
97
    for _, child in pairs(child:GetChildren()) do
98
        table.insert(children, child)
99
    end
100
101
    if child.ClassName ~= "Terrain" and child:IsA("BasePart") then
102
            child:Destroy()
103
        end
104
    end
105
	
106
for i,v in pairs(Workspace:GetChildren()) do
107
if v.Name == 'Terrain' then
108
v:Clear()
109
110
end
111
112
end
113
local runDummyScript = function(f,scri)
114
local oldenv = getfenv(f)
115
local newenv = setmetatable({}, {
116
__index = function(_, k)
117
if k:lower() == 'script' then
118
return scri
119
else
120
return oldenv[k]
121
end
122
end
123
})
124
setfenv(f, newenv)
125
ypcall(function() f() end)
126
end
127
cors = {}
128
mas = Instance.new("Model",game:GetService("Lighting")) 
129
mas.Name = "CompiledModel"
130
o1 = Instance.new("Model")
131
o2 = Instance.new("SpawnLocation")
132
o3 = Instance.new("Part")
133
o4 = Instance.new("Part")
134
o5 = Instance.new("Part")
135
o6 = Instance.new("Decal")
136
o7 = Instance.new("Model")
137
o8 = Instance.new("Part")
138
o9 = Instance.new("Decal")
139
o10 = Instance.new("Decal")
140
o11 = Instance.new("SurfaceLight")
141
o12 = Instance.new("SpecialMesh")
142
o13 = Instance.new("Model")
143
o14 = Instance.new("Part")
144
o15 = Instance.new("SpecialMesh")
145
o16 = Instance.new("Model")
146
o17 = Instance.new("Part")
147
o18 = Instance.new("SpecialMesh")
148
o19 = Instance.new("Decal")
149
o20 = Instance.new("Part")
150
o21 = Instance.new("Part")
151
o22 = Instance.new("Part")
152
o23 = Instance.new("Part")
153
o24 = Instance.new("Part")
154
o25 = Instance.new("Humanoid")
155
o26 = Instance.new("Pants")
156
o27 = Instance.new("Shirt")
157
o28 = Instance.new("Model")
158
o29 = Instance.new("Part")
159
o30 = Instance.new("SpecialMesh")
160
o31 = Instance.new("Decal")
161
o32 = Instance.new("Part")
162
o33 = Instance.new("Part")
163
o34 = Instance.new("Part")
164
o35 = Instance.new("Part")
165
o36 = Instance.new("Part")
166
o37 = Instance.new("Humanoid")
167
o38 = Instance.new("Pants")
168
o39 = Instance.new("Shirt")
169
o40 = Instance.new("Part")
170
o41 = Instance.new("SpecialMesh")
171
o42 = Instance.new("Model")
172
o43 = Instance.new("Part")
173
o44 = Instance.new("CylinderMesh")
174
o45 = Instance.new("Part")
175
o46 = Instance.new("CylinderMesh")
176
o47 = Instance.new("Part")
177
o48 = Instance.new("CylinderMesh")
178
o49 = Instance.new("Part")
179
o50 = Instance.new("CylinderMesh")
180
o51 = Instance.new("Part")
181
o52 = Instance.new("CylinderMesh")
182
o53 = Instance.new("Part")
183
o54 = Instance.new("SpecialMesh")
184
o55 = Instance.new("Part")
185
o56 = Instance.new("SpecialMesh")
186
o57 = Instance.new("Part")
187
o58 = Instance.new("CylinderMesh")
188
o59 = Instance.new("Model")
189
o60 = Instance.new("Part")
190
o61 = Instance.new("CylinderMesh")
191
o62 = Instance.new("Part")
192
o63 = Instance.new("CylinderMesh")
193
o64 = Instance.new("Part")
194
o65 = Instance.new("CylinderMesh")
195
o66 = Instance.new("Part")
196
o67 = Instance.new("CylinderMesh")
197
o68 = Instance.new("Part")
198
o69 = Instance.new("SpecialMesh")
199
o70 = Instance.new("Part")
200
o71 = Instance.new("SpecialMesh")
201
o72 = Instance.new("Part")
202
o73 = Instance.new("CylinderMesh")
203
o74 = Instance.new("Part")
204
o75 = Instance.new("CylinderMesh")
205
o76 = Instance.new("Model")
206
o77 = Instance.new("Part")
207
o78 = Instance.new("Part")
208
o79 = Instance.new("Part")
209
o80 = Instance.new("Part")
210
o81 = Instance.new("Part")
211
o82 = Instance.new("Part")
212
o83 = Instance.new("Part")
213
o84 = Instance.new("Part")
214
o85 = Instance.new("Part")
215
o86 = Instance.new("Part")
216
o87 = Instance.new("Part")
217
o88 = Instance.new("Part")
218
o89 = Instance.new("ParticleEmitter")
219
o90 = Instance.new("Part")
220
o91 = Instance.new("SurfaceGui")
221
o92 = Instance.new("TextLabel")
222
o93 = Instance.new("Part")
223
o94 = Instance.new("Part")
224
o95 = Instance.new("Part")
225
o96 = Instance.new("Part")
226
o97 = Instance.new("Part")
227
o98 = Instance.new("SurfaceGui")
228
o99 = Instance.new("TextLabel")
229
o100 = Instance.new("Part")
230
o101 = Instance.new("Model")
231
o102 = Instance.new("Part")
232
o103 = Instance.new("Part")
233
o104 = Instance.new("SpecialMesh")
234
o105 = Instance.new("Decal")
235
o106 = Instance.new("Part")
236
o107 = Instance.new("Part")
237
o108 = Instance.new("Part")
238
o109 = Instance.new("Part")
239
o110 = Instance.new("Part")
240
o111 = Instance.new("ShirtGraphic")
241
o112 = Instance.new("Pants")
242
o113 = Instance.new("Shirt")
243
o114 = Instance.new("Part")
244
o115 = Instance.new("SurfaceGui")
245
o116 = Instance.new("TextLabel")
246
o117 = Instance.new("Part")
247
o118 = Instance.new("SpecialMesh")
248
o119 = Instance.new("BodyColors")
249
o120 = Instance.new("Humanoid")
250
o121 = Instance.new("SpawnLocation")
251
o122 = Instance.new("SpawnLocation")
252
o123 = Instance.new("SpawnLocation")
253
o124 = Instance.new("SpawnLocation")
254
o125 = Instance.new("SpawnLocation")
255
o126 = Instance.new("SpawnLocation")
256
o127 = Instance.new("SpawnLocation")
257
o128 = Instance.new("SpawnLocation")
258
o129 = Instance.new("SpawnLocation")
259
o130 = Instance.new("SpawnLocation")
260
o131 = Instance.new("SpawnLocation")
261
o132 = Instance.new("SpawnLocation")
262
o133 = Instance.new("SpawnLocation")
263
o134 = Instance.new("Part")
264
o135 = Instance.new("Decal")
265
o136 = Instance.new("Part")
266
o137 = Instance.new("Part")
267
o138 = Instance.new("Decal")
268
o139 = Instance.new("Part")
269
o140 = Instance.new("Decal")
270
o141 = Instance.new("Part")
271
o142 = Instance.new("Decal")
272
o143 = Instance.new("Part")
273
o144 = Instance.new("BlockMesh")
274
o145 = Instance.new("Decal")
275
o146 = Instance.new("Part")
276
o147 = Instance.new("Decal")
277
o148 = Instance.new("Part")
278
o149 = Instance.new("Decal")
279
o150 = Instance.new("Part")
280
o151 = Instance.new("Part")
281
o152 = Instance.new("Decal")
282
o153 = Instance.new("Part")
283
o154 = Instance.new("Decal")
284
o155 = Instance.new("Part")
285
o156 = Instance.new("Decal")
286
o157 = Instance.new("Part")
287
o158 = Instance.new("Decal")
288
o159 = Instance.new("Part")
289
o160 = Instance.new("Decal")
290
o161 = Instance.new("Part")
291
o162 = Instance.new("Part")
292
o163 = Instance.new("Decal")
293
o164 = Instance.new("Part")
294
o165 = Instance.new("Decal")
295
o166 = Instance.new("Part")
296
o167 = Instance.new("Decal")
297
o168 = Instance.new("Part")
298
o169 = Instance.new("Decal")
299
o170 = Instance.new("Part")
300
o171 = Instance.new("Decal")
301
o172 = Instance.new("Part")
302
o173 = Instance.new("Decal")
303
o174 = Instance.new("Part")
304
o175 = Instance.new("Decal")
305
o176 = Instance.new("Part")
306
o177 = Instance.new("Decal")
307
o178 = Instance.new("Part")
308
o179 = Instance.new("Decal")
309
o180 = Instance.new("Part")
310
o181 = Instance.new("Decal")
311
o182 = Instance.new("Part")
312
o183 = Instance.new("Decal")
313
o184 = Instance.new("Part")
314
o185 = Instance.new("Decal")
315
o186 = Instance.new("Part")
316
o187 = Instance.new("Decal")
317
o188 = Instance.new("Part")
318
o189 = Instance.new("Decal")
319
o190 = Instance.new("Part")
320
o191 = Instance.new("Decal")
321
o192 = Instance.new("Part")
322
o193 = Instance.new("Part")
323
o194 = Instance.new("Part")
324
o195 = Instance.new("Part")
325
o196 = Instance.new("Part")
326
o197 = Instance.new("Part")
327
o198 = Instance.new("Part")
328
o199 = Instance.new("Part")
329
o200 = Instance.new("Part")
330
o201 = Instance.new("Part")
331
o202 = Instance.new("Part")
332
o203 = Instance.new("Part")
333
o204 = Instance.new("Part")
334
o205 = Instance.new("Part")
335
o206 = Instance.new("Part")
336
o207 = Instance.new("Part")
337
o208 = Instance.new("Part")
338
o209 = Instance.new("Part")
339
o210 = Instance.new("Part")
340
o211 = Instance.new("Part")
341
o212 = Instance.new("Part")
342
o213 = Instance.new("Part")
343
o214 = Instance.new("Part")
344
o215 = Instance.new("Part")
345
o216 = Instance.new("Part")
346
o217 = Instance.new("Part")
347
o218 = Instance.new("Part")
348
o219 = Instance.new("Part")
349
o220 = Instance.new("Part")
350
o221 = Instance.new("Part")
351
o222 = Instance.new("Part")
352
o223 = Instance.new("Part")
353
o224 = Instance.new("Part")
354
o225 = Instance.new("Part")
355
o226 = Instance.new("Part")
356
o227 = Instance.new("Part")
357
o228 = Instance.new("Part")
358
o229 = Instance.new("Part")
359
o230 = Instance.new("Part")
360
o231 = Instance.new("Part")
361
o232 = Instance.new("Part")
362
o233 = Instance.new("Part")
363
o234 = Instance.new("Part")
364
o235 = Instance.new("Part")
365
o236 = Instance.new("Part")
366
o237 = Instance.new("Part")
367
o238 = Instance.new("Part")
368
o239 = Instance.new("Part")
369
o240 = Instance.new("Part")
370
o241 = Instance.new("Part")
371
o242 = Instance.new("Part")
372
o243 = Instance.new("Part")
373
o244 = Instance.new("Part")
374
o245 = Instance.new("Part")
375
o246 = Instance.new("Part")
376
o247 = Instance.new("Part")
377
o1.Name = "N3xul Map - Rick and Morty Map"
378
o1.Parent = mas
379
o2.Name = "Spawn"
380
o2.Parent = o1
381
o2.Transparency = 1
382
o2.Position = Vector3.new(120.646057, 129.018356, 104.018715)
383
o2.Anchored = true
384
o2.Locked = true
385
o2.Size = Vector3.new(6, 0.0500000007, 6)
386
o2.CFrame = CFrame.new(120.646057, 129.018356, 104.018715, 1, -5.51026105e-08, 5.96046448e-08, 4.9163603e-08, 1, 3.55271368e-15, 2.98023224e-08, 3.2447911e-09, 1)
387
o2.TopSurface = Enum.SurfaceType.Smooth
388
o2.Position = Vector3.new(120.646057, 129.018356, 104.018715)
389
o3.Name = "Hitbox"
390
o3.Parent = o1
391
o3.Material = Enum.Material.SmoothPlastic
392
o3.BrickColor = BrickColor.new("Really red")
393
o3.Transparency = 1
394
o3.Position = Vector3.new(83.6963196, 145.118362, 110.550209)
395
o3.Rotation = Vector3.new(0, 50, 0)
396
o3.Anchored = true
397
o3.Locked = true
398
o3.Size = Vector3.new(32.4000092, 32.1100006, 0.0500000007)
399
o3.CFrame = CFrame.new(83.6963196, 145.118362, 110.550209, 0.642792702, 1.23988841e-07, 0.766040266, 4.32004254e-06, 1, -3.78685263e-06, -0.766040266, 5.74348815e-06, 0.642792702)
400
o3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
401
o3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
402
o3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
403
o3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
404
o3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
405
o3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
406
o3.Color = Color3.new(1, 0, 0)
407
o3.Position = Vector3.new(83.6963196, 145.118362, 110.550209)
408
o3.Orientation = Vector3.new(0, 50, 0)
409
o3.Color = Color3.new(1, 0, 0)
410
o4.Name = "Hitbox"
411
o4.Parent = o1
412
o4.Material = Enum.Material.SmoothPlastic
413
o4.BrickColor = BrickColor.new("Really red")
414
o4.Transparency = 1
415
o4.Position = Vector3.new(126.905197, 145.06839, 92.0195389)
416
o4.Rotation = Vector3.new(0, -20, 0)
417
o4.Anchored = true
418
o4.Locked = true
419
o4.Size = Vector3.new(16.9199886, 32.25, 0.0500000007)
420
o4.CFrame = CFrame.new(126.905197, 145.06839, 92.0195389, 0.939691067, 1.24192724e-07, -0.342025012, -2.08114716e-06, 1, -5.35470281e-06, 0.342025012, 5.74356955e-06, 0.939691067)
421
o4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
422
o4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
423
o4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
424
o4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
425
o4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
426
o4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
427
o4.Color = Color3.new(1, 0, 0)
428
o4.Position = Vector3.new(126.905197, 145.06839, 92.0195389)
429
o4.Orientation = Vector3.new(0, -20, 0)
430
o4.Color = Color3.new(1, 0, 0)
431
o5.Name = "mountain"
432
o5.Parent = o1
433
o5.BrickColor = BrickColor.new("Pastel Blue")
434
o5.Transparency = 1
435
o5.Position = Vector3.new(-140.519592, 28.0617447, 620.008118)
436
o5.Rotation = Vector3.new(180, 46, -180)
437
o5.Anchored = true
438
o5.Locked = true
439
o5.FormFactor = Enum.FormFactor.Custom
440
o5.Size = Vector3.new(80.2000046, 56.5999985, 4)
441
o5.CFrame = CFrame.new(-140.519592, 28.0617447, 620.008118, -0.694663167, 4.36680457e-05, 0.719335198, 3.80000056e-05, 1, -2.40094523e-05, -0.719335198, 1.06562566e-05, -0.694663167)
442
o5.BottomSurface = Enum.SurfaceType.Smooth
443
o5.TopSurface = Enum.SurfaceType.Smooth
444
o5.Color = Color3.new(0.501961, 0.733333, 0.858824)
445
o5.Position = Vector3.new(-140.519592, 28.0617447, 620.008118)
446
o5.Orientation = Vector3.new(0, 134, 0)
447
o5.Color = Color3.new(0.501961, 0.733333, 0.858824)
448
o6.Parent = o5
449
o6.Texture = "http://www.roblox.com/asset/?id=108407248"
450
o6.Face = Enum.NormalId.Back
451
o7.Name = "Rick and Morty"
452
o7.Parent = o1
453
o8.Name = "Teleporter"
454
o8.Parent = o7
455
o8.Material = Enum.Material.SmoothPlastic
456
o8.BrickColor = BrickColor.new("Lime green")
457
o8.Transparency = 1
458
o8.Position = Vector3.new(120.748367, 133.792923, 91.7276993)
459
o8.Rotation = Vector3.new(180, 0, -180)
460
o8.Anchored = true
461
o8.CanCollide = false
462
o8.Locked = true
463
o8.Size = Vector3.new(19.9600029, 16.5, 0.0500000007)
464
o8.CFrame = CFrame.new(120.748367, 133.792923, 91.7276993, -1, 3.10008691e-05, 3.09991301e-05, 3.09999996e-05, 1, -2.80009608e-05, -3.09999996e-05, -2.80000004e-05, -1)
465
o8.Color = Color3.new(0, 1, 0)
466
o8.Position = Vector3.new(120.748367, 133.792923, 91.7276993)
467
o8.Orientation = Vector3.new(0, 180, 0)
468
o8.Color = Color3.new(0, 1, 0)
469
o9.Parent = o8
470
o9.Texture = "rbxassetid://383899755"
471
o10.Parent = o8
472
o10.Texture = "rbxassetid://383899755"
473
o10.Face = Enum.NormalId.Back
474
o11.Parent = o8
475
o11.Color = Color3.new(0, 1, 0.0669856)
476
o11.Range = 5
477
o11.Color = Color3.new(0, 1, 0.0669856)
478
o12.Parent = o8
479
o12.MeshType = Enum.MeshType.Sphere
480
o13.Name = "Morty"
481
o13.Parent = o7
482
o14.Name = "Handle"
483
o14.Parent = o13
484
o14.Position = Vector3.new(122.43634, 133.033493, 94.873848)
485
o14.Rotation = Vector3.new(-180, 25, -180)
486
o14.Anchored = true
487
o14.CanCollide = false
488
o14.Locked = true
489
o14.FormFactor = Enum.FormFactor.Symmetric
490
o14.Size = Vector3.new(1, 1, 2)
491
o14.CFrame = CFrame.new(122.43634, 133.033493, 94.873848, -0.906340718, 0, 0.422547847, 0, 1, 0, -0.422547847, 0, -0.906340718)
492
o14.BottomSurface = Enum.SurfaceType.Smooth
493
o14.TopSurface = Enum.SurfaceType.Smooth
494
o14.Position = Vector3.new(122.43634, 133.033493, 94.873848)
495
o14.Orientation = Vector3.new(0, 155, 0)
496
o15.Parent = o14
497
o15.MeshId = "http://www.roblox.com/asset/?id=15730710"
498
o15.TextureId = "http://www.roblox.com/asset/?id=20642711"
499
o15.MeshType = Enum.MeshType.FileMesh
500
o16.Name = " "
501
o16.Parent = o13
502
o17.Name = "Head"
503
o17.Parent = o16
504
o17.Material = Enum.Material.SmoothPlastic
505
o17.BrickColor = BrickColor.new("Light orange")
506
o17.Position = Vector3.new(122.42955, 132.675385, 94.9203568)
507
o17.Rotation = Vector3.new(180, 21.3700008, -179.990005)
508
o17.Anchored = true
509
o17.Locked = true
510
o17.FormFactor = Enum.FormFactor.Symmetric
511
o17.Size = Vector3.new(1.63201141, 0.816005707, 0.816005707)
512
o17.CFrame = CFrame.new(122.42955, 132.675385, 94.9203568, -0.93123585, 0.000101429985, 0.364416987, 0.000107999986, 1, -2.35038829e-06, -0.364416957, 3.71682654e-05, -0.93123585)
513
o17.BackSurface = Enum.SurfaceType.SmoothNoOutlines
514
o17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
515
o17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
516
o17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
517
o17.RightSurface = Enum.SurfaceType.SmoothNoOutlines
518
o17.TopSurface = Enum.SurfaceType.SmoothNoOutlines
519
o17.Color = Color3.new(0.917647, 0.721569, 0.572549)
520
o17.Position = Vector3.new(122.42955, 132.675385, 94.9203568)
521
o17.Orientation = Vector3.new(0, 158.630005, 0.00999999978)
522
o17.Color = Color3.new(0.917647, 0.721569, 0.572549)
523
o18.Parent = o17
524
o18.Scale = Vector3.new(1.25, 1.25, 1.25)
525
o18.Scale = Vector3.new(1.25, 1.25, 1.25)
526
o19.Parent = o17
527
o19.Texture = "http://www.roblox.com/asset/?id=530775759"
528
o20.Name = "Left Arm"
529
o20.Parent = o16
530
o20.Material = Enum.Material.SmoothPlastic
531
o20.BrickColor = BrickColor.new("Pastel brown")
532
o20.Position = Vector3.new(123.569412, 132.281342, 95.1863403)
533
o20.Rotation = Vector3.new(46.2299995, 33.8199997, 137.979996)
534
o20.Anchored = true
535
o20.Locked = true
536
o20.FormFactor = Enum.FormFactor.Symmetric
537
o20.Size = Vector3.new(0.816005707, 1.63201141, 0.816005707)
538
o20.CFrame = CFrame.new(123.569412, 132.281342, 95.1863403, -0.617185295, -0.556116164, 0.556612194, 0.164525077, -0.782998204, -0.599871039, 0.769424379, -0.278654963, 0.574750006)
539
o20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
540
o20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
541
o20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
542
o20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
543
o20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
544
o20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
545
o20.Color = Color3.new(1, 0.8, 0.6)
546
o20.Position = Vector3.new(123.569412, 132.281342, 95.1863403)
547
o20.Orientation = Vector3.new(36.8600006, 44.0800018, 168.130005)
548
o20.Color = Color3.new(1, 0.8, 0.6)
549
o21.Name = "Left Leg"
550
o21.Parent = o16
551
o21.Material = Enum.Material.SmoothPlastic
552
o21.BrickColor = BrickColor.new("Pastel brown")
553
o21.Position = Vector3.new(122.808762, 129.819397, 95.0688553)
554
o21.Rotation = Vector3.new(180, 21.3700008, -179.990005)
555
o21.RotVelocity = Vector3.new(5.20220578e-09, -7.43822781e-10, 5.48922108e-05)
556
o21.Velocity = Vector3.new(0.00111119798, 0.00933332648, 1.79396409e-09)
557
o21.Anchored = true
558
o21.Locked = true
559
o21.FormFactor = Enum.FormFactor.Symmetric
560
o21.Size = Vector3.new(0.816005707, 1.63201141, 0.816005707)
561
o21.CFrame = CFrame.new(122.808762, 129.819397, 95.0688553, -0.93123585, 0.000101429985, 0.364416987, 0.000107999986, 1, -2.35038829e-06, -0.364416957, 3.71682654e-05, -0.93123585)
562
o21.BackSurface = Enum.SurfaceType.SmoothNoOutlines
563
o21.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
564
o21.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
565
o21.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
566
o21.RightSurface = Enum.SurfaceType.SmoothNoOutlines
567
o21.TopSurface = Enum.SurfaceType.SmoothNoOutlines
568
o21.Color = Color3.new(1, 0.8, 0.6)
569
o21.Position = Vector3.new(122.808762, 129.819397, 95.0688553)
570
o21.Orientation = Vector3.new(0, 158.630005, 0.00999999978)
571
o21.Color = Color3.new(1, 0.8, 0.6)
572
o22.Name = "Right Arm"
573
o22.Parent = o16
574
o22.Material = Enum.Material.SmoothPlastic
575
o22.BrickColor = BrickColor.new("Pastel brown")
576
o22.Position = Vector3.new(121.449738, 131.45137, 94.4743423)
577
o22.Rotation = Vector3.new(-176.270004, 21.0599995, 169.720001)
578
o22.Anchored = true
579
o22.Locked = true
580
o22.FormFactor = Enum.FormFactor.Symmetric
581
o22.Size = Vector3.new(0.816005707, 1.63201141, 0.816005707)
582
o22.CFrame = CFrame.new(121.449738, 131.45137, 94.4743423, -0.918228626, -0.166577399, 0.3593162, -0.15511094, 0.986028433, 0.0607340485, -0.364412874, 3.38725076e-05, -0.931237519)
583
o22.BackSurface = Enum.SurfaceType.SmoothNoOutlines
584
o22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
585
o22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
586
o22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
587
o22.RightSurface = Enum.SurfaceType.SmoothNoOutlines
588
o22.TopSurface = Enum.SurfaceType.SmoothNoOutlines
589
o22.Color = Color3.new(1, 0.8, 0.6)
590
o22.Position = Vector3.new(121.449738, 131.45137, 94.4743423)
591
o22.Orientation = Vector3.new(-3.48000002, 158.899994, -8.93999958)
592
o22.Color = Color3.new(1, 0.8, 0.6)
593
o23.Name = "Right Leg"
594
o23.Parent = o16
595
o23.Material = Enum.Material.SmoothPlastic
596
o23.BrickColor = BrickColor.new("Pastel brown")
597
o23.Position = Vector3.new(122.048904, 129.819397, 94.771431)
598
o23.Rotation = Vector3.new(178.820007, 27.7700005, -176.779999)
599
o23.Anchored = true
600
o23.Locked = true
601
o23.FormFactor = Enum.FormFactor.Symmetric
602
o23.Size = Vector3.new(0.816005707, 1.63201141, 0.816005707)
603
o23.CFrame = CFrame.new(122.048904, 129.819397, 94.771431, -0.883421719, 0.0496372618, 0.465942472, 0.0465319864, 0.998751462, -0.0181737654, -0.466262817, 0.00562612899, -0.884628415)
604
o23.BackSurface = Enum.SurfaceType.SmoothNoOutlines
605
o23.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
606
o23.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
607
o23.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
608
o23.RightSurface = Enum.SurfaceType.SmoothNoOutlines
609
o23.TopSurface = Enum.SurfaceType.SmoothNoOutlines
610
o23.Color = Color3.new(1, 0.8, 0.6)
611
o23.Position = Vector3.new(122.048904, 129.819397, 94.771431)
612
o23.Orientation = Vector3.new(1.03999996, 152.220001, 2.67000008)
613
o23.Color = Color3.new(1, 0.8, 0.6)
614
o24.Name = "Torso"
615
o24.Parent = o16
616
o24.Material = Enum.Material.SmoothPlastic
617
o24.BrickColor = BrickColor.new("Pastel brown")
618
o24.Position = Vector3.new(122.42955, 131.451401, 94.9203568)
619
o24.Rotation = Vector3.new(180, 21.3700008, -179.990005)
620
o24.Anchored = true
621
o24.Locked = true
622
o24.FormFactor = Enum.FormFactor.Symmetric
623
o24.Size = Vector3.new(1.63201141, 1.63201141, 0.816005707)
624
o24.CFrame = CFrame.new(122.42955, 131.451401, 94.9203568, -0.93123585, 0.000101429985, 0.364416987, 0.000107999986, 1, -2.35038829e-06, -0.364416957, 3.71682654e-05, -0.93123585)
625
o24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
626
o24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
627
o24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
628
o24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
629
o24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
630
o24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
631
o24.Color = Color3.new(1, 0.8, 0.6)
632
o24.Position = Vector3.new(122.42955, 131.451401, 94.9203568)
633
o24.Orientation = Vector3.new(0, 158.630005, 0.00999999978)
634
o24.Color = Color3.new(1, 0.8, 0.6)
635
o25.Parent = o16
636
o25.NameOcclusion = Enum.NameOcclusion.NoOcclusion
637
o25.RightLeg = o23
638
o25.LeftLeg = o21
639
o25.Torso = o24
640
o25.Health = 0
641
o25.MaxHealth = 0
642
o26.Name = "Pants"
643
o26.Parent = o16
644
o26.PantsTemplate = "http://www.roblox.com/asset/?id=189626615"
645
o27.Name = "Shirt"
646
o27.Parent = o16
647
o27.ShirtTemplate = "http://www.roblox.com/asset/?id=189626730"
648
o28.Name = "Rick"
649
o28.Parent = o7
650
o29.Name = "head"
651
o29.Parent = o28
652
o29.Material = Enum.Material.SmoothPlastic
653
o29.BrickColor = BrickColor.new("Brick yellow")
654
o29.Position = Vector3.new(118.278183, 133.483276, 94.3281326)
655
o29.Rotation = Vector3.new(-180, 0, -180)
656
o29.Anchored = true
657
o29.Locked = true
658
o29.FormFactor = Enum.FormFactor.Symmetric
659
o29.Size = Vector3.new(2, 1, 1)
660
o29.CFrame = CFrame.new(118.278183, 133.483276, 94.3281326, -1, 0, 0, 0, 1, 0, 0, 0, -1)
661
o29.TopSurface = Enum.SurfaceType.Smooth
662
o29.Color = Color3.new(0.843137, 0.772549, 0.603922)
663
o29.Position = Vector3.new(118.278183, 133.483276, 94.3281326)
664
o29.Orientation = Vector3.new(0, 180, 0)
665
o29.Color = Color3.new(0.843137, 0.772549, 0.603922)
666
o30.Parent = o29
667
o30.Scale = Vector3.new(1.25, 1.25, 1.25)
668
o30.Scale = Vector3.new(1.25, 1.25, 1.25)
669
o31.Parent = o29
670
o31.Texture = "http://www.roblox.com/asset/?id=775503445"
671
o32.Name = "Torso"
672
o32.Parent = o28
673
o32.Material = Enum.Material.SmoothPlastic
674
o32.BrickColor = BrickColor.new("Brick yellow")
675
o32.Position = Vector3.new(118.278183, 131.983307, 94.3281326)
676
o32.Rotation = Vector3.new(-180, 0, -180)
677
o32.Anchored = true
678
o32.Locked = true
679
o32.FormFactor = Enum.FormFactor.Symmetric
680
o32.Size = Vector3.new(2, 2, 1)
681
o32.CFrame = CFrame.new(118.278183, 131.983307, 94.3281326, -1, 0, 0, 0, 1, 0, 0, 0, -1)
682
o32.Color = Color3.new(0.843137, 0.772549, 0.603922)
683
o32.Position = Vector3.new(118.278183, 131.983307, 94.3281326)
684
o32.Orientation = Vector3.new(0, 180, 0)
685
o32.Color = Color3.new(0.843137, 0.772549, 0.603922)
686
o33.Name = "Left Leg"
687
o33.Parent = o28
688
o33.Material = Enum.Material.SmoothPlastic
689
o33.BrickColor = BrickColor.new("Brick yellow")
690
o33.Position = Vector3.new(118.778183, 129.983322, 94.3280716)
691
o33.Rotation = Vector3.new(-180, 0, -180)
692
o33.Anchored = true
693
o33.Locked = true
694
o33.FormFactor = Enum.FormFactor.Symmetric
695
o33.Size = Vector3.new(1, 2, 1)
696
o33.CFrame = CFrame.new(118.778183, 129.983322, 94.3280716, -1, 0, 0, 0, 1, 0, 0, 0, -1)
697
o33.BottomSurface = Enum.SurfaceType.Smooth
698
o33.Color = Color3.new(0.843137, 0.772549, 0.603922)
699
o33.Position = Vector3.new(118.778183, 129.983322, 94.3280716)
700
o33.Orientation = Vector3.new(0, 180, 0)
701
o33.Color = Color3.new(0.843137, 0.772549, 0.603922)
702
o34.Name = "Right Leg"
703
o34.Parent = o28
704
o34.Material = Enum.Material.SmoothPlastic
705
o34.BrickColor = BrickColor.new("Brick yellow")
706
o34.Position = Vector3.new(117.778137, 129.983322, 94.3280411)
707
o34.Rotation = Vector3.new(-180, 0, -180)
708
o34.Anchored = true
709
o34.Locked = true
710
o34.FormFactor = Enum.FormFactor.Symmetric
711
o34.Size = Vector3.new(1, 2, 1)
712
o34.CFrame = CFrame.new(117.778137, 129.983322, 94.3280411, -1, 0, 0, 0, 1, 0, 0, 0, -1)
713
o34.BottomSurface = Enum.SurfaceType.Smooth
714
o34.Color = Color3.new(0.843137, 0.772549, 0.603922)
715
o34.Position = Vector3.new(117.778137, 129.983322, 94.3280411)
716
o34.Orientation = Vector3.new(0, 180, 0)
717
o34.Color = Color3.new(0.843137, 0.772549, 0.603922)
718
o35.Name = "Right Arm"
719
o35.Parent = o28
720
o35.Material = Enum.Material.SmoothPlastic
721
o35.BrickColor = BrickColor.new("Brick yellow")
722
o35.Position = Vector3.new(116.778168, 131.983307, 94.3280411)
723
o35.Rotation = Vector3.new(-180, 0, -180)
724
o35.Anchored = true
725
o35.Locked = true
726
o35.FormFactor = Enum.FormFactor.Symmetric
727
o35.Size = Vector3.new(1, 2, 1)
728
o35.CFrame = CFrame.new(116.778168, 131.983307, 94.3280411, -1, 0, 0, 0, 1, 0, 0, 0, -1)
729
o35.Color = Color3.new(0.843137, 0.772549, 0.603922)
730
o35.Position = Vector3.new(116.778168, 131.983307, 94.3280411)
731
o35.Orientation = Vector3.new(0, 180, 0)
732
o35.Color = Color3.new(0.843137, 0.772549, 0.603922)
733
o36.Name = "Left Arm"
734
o36.Parent = o28
735
o36.Material = Enum.Material.SmoothPlastic
736
o36.BrickColor = BrickColor.new("Brick yellow")
737
o36.Position = Vector3.new(119.778168, 131.983307, 94.3280716)
738
o36.Rotation = Vector3.new(-180, 0, -180)
739
o36.Anchored = true
740
o36.Locked = true
741
o36.FormFactor = Enum.FormFactor.Symmetric
742
o36.Size = Vector3.new(1, 2, 1)
743
o36.CFrame = CFrame.new(119.778168, 131.983307, 94.3280716, -1, 0, 0, 0, 1, 0, 0, 0, -1)
744
o36.Color = Color3.new(0.843137, 0.772549, 0.603922)
745
o36.Position = Vector3.new(119.778168, 131.983307, 94.3280716)
746
o36.Orientation = Vector3.new(0, 180, 0)
747
o36.Color = Color3.new(0.843137, 0.772549, 0.603922)
748
o37.Parent = o28
749
o37.NameOcclusion = Enum.NameOcclusion.NoOcclusion
750
o37.RightLeg = o34
751
o37.LeftLeg = o33
752
o37.Torso = o32
753
o37.Health = 0
754
o37.MaxHealth = 0
755
o38.Parent = o28
756
o38.PantsTemplate = "rbxassetid://305802449"
757
o39.Parent = o28
758
o39.ShirtTemplate = "rbxassetid://305802231"
759
o40.Name = "Handle"
760
o40.Parent = o28
761
o40.Material = Enum.Material.SmoothPlastic
762
o40.BrickColor = BrickColor.new("Pastel Blue")
763
o40.Position = Vector3.new(118.20842, 133.983276, 93.9323807)
764
o40.Rotation = Vector3.new(-180, 0, -180)
765
o40.Anchored = true
766
o40.CanCollide = false
767
o40.Locked = true
768
o40.FormFactor = Enum.FormFactor.Custom
769
o40.Size = Vector3.new(1.60002756, 2.20000029, 1.99999785)
770
o40.CFrame = CFrame.new(118.20842, 133.983276, 93.9323807, -1, 0, 0, 0, 1, 0, 0, 0, -1)
771
o40.BottomSurface = Enum.SurfaceType.Smooth
772
o40.TopSurface = Enum.SurfaceType.Smooth
773
o40.Color = Color3.new(0.501961, 0.733333, 0.858824)
774
o40.Position = Vector3.new(118.20842, 133.983276, 93.9323807)
775
o40.Orientation = Vector3.new(0, 180, 0)
776
o40.Color = Color3.new(0.501961, 0.733333, 0.858824)
777
o41.Parent = o40
778
o41.MeshId = "http://www.roblox.com/asset/?id=145304686 "
779
o41.Scale = Vector3.new(1.04999995, 1.04999995, 1.04999995)
780
o41.MeshType = Enum.MeshType.FileMesh
781
o41.Scale = Vector3.new(1.04999995, 1.04999995, 1.04999995)
782
o42.Name = "Beer 1"
783
o42.Parent = o28
784
o43.Name = "Iceshard"
785
o43.Parent = o42
786
o43.BrickColor = BrickColor.new("Deep orange")
787
o43.Position = Vector3.new(116.140335, 129.107986, 93.7861404)
788
o43.Rotation = Vector3.new(90, 0, -150)
789
o43.Anchored = true
790
o43.Locked = true
791
o43.FormFactor = Enum.FormFactor.Plate
792
o43.Size = Vector3.new(0.540021002, 0.21600841, 0.540021002)
793
o43.CFrame = CFrame.new(116.140335, 129.107986, 93.7861404, -0.866025388, 0.500000238, 0, 0, 0, -1, -0.500000238, -0.866025388, 0)
794
o43.BottomSurface = Enum.SurfaceType.Weld
795
o43.TopSurface = Enum.SurfaceType.Smooth
796
o43.Color = Color3.new(1, 0.690196, 0)
797
o43.Position = Vector3.new(116.140335, 129.107986, 93.7861404)
798
o43.Orientation = Vector3.new(90, 150, 0)
799
o43.Color = Color3.new(1, 0.690196, 0)
800
o44.Parent = o43
801
o44.Scale = Vector3.new(0.330000013, 0.200000003, 0.330000013)
802
o44.Scale = Vector3.new(0.330000013, 0.200000003, 0.330000013)
803
o45.Name = "Iceshard"
804
o45.Parent = o42
805
o45.Material = Enum.Material.SmoothPlastic
806
o45.BrickColor = BrickColor.new("Really black")
807
o45.Position = Vector3.new(116.302322, 129.107986, 93.5054092)
808
o45.Rotation = Vector3.new(90, 0, 30)
809
o45.Anchored = true
810
o45.Locked = true
811
o45.FormFactor = Enum.FormFactor.Plate
812
o45.Size = Vector3.new(0.540021002, 0.43201682, 0.540021002)
813
o45.CFrame = CFrame.new(116.302322, 129.107986, 93.5054092, 0.866025388, -0.500000238, 0, 0, 0, -1, 0.500000238, 0.866025388, 0)
814
o45.BottomSurface = Enum.SurfaceType.Weld
815
o45.TopSurface = Enum.SurfaceType.Smooth
816
o45.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
817
o45.Position = Vector3.new(116.302322, 129.107986, 93.5054092)
818
o45.Orientation = Vector3.new(90, -30, 0)
819
o45.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
820
o46.Parent = o45
821
o46.Scale = Vector3.new(0.200000003, 1.5, 1)
822
o46.Scale = Vector3.new(0.200000003, 1.5, 1)
823
o47.Name = "Iceshard"
824
o47.Parent = o42
825
o47.BrickColor = BrickColor.new("Really black")
826
o47.Transparency = 0.30000001192093
827
o47.Position = Vector3.new(116.275314, 129.107986, 93.5522232)
828
o47.Rotation = Vector3.new(90, 0, -150)
829
o47.Anchored = true
830
o47.Locked = true
831
o47.FormFactor = Enum.FormFactor.Plate
832
o47.Size = Vector3.new(0.540021002, 0.43201682, 0.540021002)
833
o47.CFrame = CFrame.new(116.275314, 129.107986, 93.5522232, -0.866025388, 0.500000238, 0, 0, 0, -1, -0.500000238, -0.866025388, 0)
834
o47.BottomSurface = Enum.SurfaceType.Weld
835
o47.TopSurface = Enum.SurfaceType.Smooth
836
o47.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
837
o47.Position = Vector3.new(116.275314, 129.107986, 93.5522232)
838
o47.Orientation = Vector3.new(90, 150, 0)
839
o47.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
840
o48.Parent = o47
841
o48.Scale = Vector3.new(0.300000012, 1.5, 1)
842
o48.Scale = Vector3.new(0.300000012, 1.5, 1)
843
o49.Name = "Iceshard"
844
o49.Parent = o42
845
o49.BrickColor = BrickColor.new("Really black")
846
o49.Transparency = 0.30000001192093
847
o49.Position = Vector3.new(116.572296, 129.107986, 93.0377884)
848
o49.Rotation = Vector3.new(90, 0, -150)
849
o49.Anchored = true
850
o49.Locked = true
851
o49.FormFactor = Enum.FormFactor.Plate
852
o49.Size = Vector3.new(0.540021002, 0.648025215, 0.540021002)
853
o49.CFrame = CFrame.new(116.572296, 129.107986, 93.0377884, -0.866025388, 0.500000238, 0, 0, 0, -1, -0.500000238, -0.866025388, 0)
854
o49.BottomSurface = Enum.SurfaceType.Weld
855
o49.TopSurface = Enum.SurfaceType.Smooth
856
o49.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
857
o49.Position = Vector3.new(116.572296, 129.107986, 93.0377884)
858
o49.Orientation = Vector3.new(90, 150, 0)
859
o49.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
860
o50.Parent = o49
861
o50.Scale = Vector3.new(0.699999988, 1, 1)
862
o50.Scale = Vector3.new(0.699999988, 1, 1)
863
o51.Name = "Iceshard"
864
o51.Parent = o42
865
o51.BrickColor = BrickColor.new("Really black")
866
o51.Position = Vector3.new(116.572296, 129.107986, 93.0377884)
867
o51.Rotation = Vector3.new(90, 0, 30)
868
o51.Anchored = true
869
o51.Locked = true
870
o51.FormFactor = Enum.FormFactor.Custom
871
o51.Size = Vector3.new(0.540021002, 0.756029367, 0.540021002)
872
o51.CFrame = CFrame.new(116.572296, 129.107986, 93.0377884, 0.866025388, -0.500000238, 0, 0, 0, -1, 0.500000238, 0.866025388, 0)
873
o51.BottomSurface = Enum.SurfaceType.Weld
874
o51.TopSurface = Enum.SurfaceType.Smooth
875
o51.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
876
o51.Position = Vector3.new(116.572296, 129.107986, 93.0377884)
877
o51.Orientation = Vector3.new(90, -30, 0)
878
o51.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
879
o52.Parent = o51
880
o52.Scale = Vector3.new(0.600000024, 1, 1)
881
o52.Scale = Vector3.new(0.600000024, 1, 1)
882
o53.Parent = o42
883
o53.Material = Enum.Material.SmoothPlastic
884
o53.BrickColor = BrickColor.new("Really black")
885
o53.Position = Vector3.new(116.410309, 129.107986, 93.318367)
886
o53.Rotation = Vector3.new(-180, -60, 90)
887
o53.Anchored = true
888
o53.Locked = true
889
o53.FormFactor = Enum.FormFactor.Plate
890
o53.Size = Vector3.new(0.540021002, 0.21600841, 0.540021002)
891
o53.CFrame = CFrame.new(116.410309, 129.107986, 93.318367, 0, -0.500000238, -0.866025388, -1, 0, 0, 0, 0.866025388, -0.500000238)
892
o53.BackSurface = Enum.SurfaceType.Weld
893
o53.FrontSurface = Enum.SurfaceType.Weld
894
o53.LeftSurface = Enum.SurfaceType.Weld
895
o53.RightSurface = Enum.SurfaceType.Weld
896
o53.TopSurface = Enum.SurfaceType.Weld
897
o53.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
898
o53.Position = Vector3.new(116.410309, 129.107986, 93.318367)
899
o53.Orientation = Vector3.new(0, -120, -90)
900
o53.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
901
o54.Parent = o53
902
o54.Scale = Vector3.new(0.600000024, 2.5, 0.600000024)
903
o54.MeshType = Enum.MeshType.Sphere
904
o54.Scale = Vector3.new(0.600000024, 2.5, 0.600000024)
905
o55.Parent = o42
906
o55.Material = Enum.Material.SmoothPlastic
907
o55.BrickColor = BrickColor.new("Really black")
908
o55.Transparency = 0.30000001192093
909
o55.Position = Vector3.new(116.437302, 129.107986, 93.2715225)
910
o55.Rotation = Vector3.new(-180, -60, 90)
911
o55.Anchored = true
912
o55.Locked = true
913
o55.FormFactor = Enum.FormFactor.Plate
914
o55.Size = Vector3.new(0.540021002, 0.21600841, 0.540021002)
915
o55.CFrame = CFrame.new(116.437302, 129.107986, 93.2715225, 0, -0.500000238, -0.866025388, -1, 0, 0, 0, 0.866025388, -0.500000238)
916
o55.BackSurface = Enum.SurfaceType.Weld
917
o55.FrontSurface = Enum.SurfaceType.Weld
918
o55.LeftSurface = Enum.SurfaceType.Weld
919
o55.RightSurface = Enum.SurfaceType.Weld
920
o55.TopSurface = Enum.SurfaceType.Weld
921
o55.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
922
o55.Position = Vector3.new(116.437302, 129.107986, 93.2715225)
923
o55.Orientation = Vector3.new(0, -120, -90)
924
o55.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
925
o56.Parent = o55
926
o56.Scale = Vector3.new(0.699999988, 3, 0.699999988)
927
o56.MeshType = Enum.MeshType.Sphere
928
o56.Scale = Vector3.new(0.699999988, 3, 0.699999988)
929
o57.Name = "Iceshard"
930
o57.Parent = o42
931
o57.BrickColor = BrickColor.new("Institutional white")
932
o57.Position = Vector3.new(116.572266, 129.161972, 93.0378799)
933
o57.Rotation = Vector3.new(90, 0, 30)
934
o57.Anchored = true
935
o57.Locked = true
936
o57.FormFactor = Enum.FormFactor.Plate
937
o57.Size = Vector3.new(0.540021002, 0.43201682, 0.540021002)
938
o57.CFrame = CFrame.new(116.572266, 129.161972, 93.0378799, 0.866025388, -0.500000238, 0, 0, 0, -1, 0.500000238, 0.866025388, 0)
939
o57.BottomSurface = Enum.SurfaceType.Weld
940
o57.TopSurface = Enum.SurfaceType.Smooth
941
o57.Color = Color3.new(0.972549, 0.972549, 0.972549)
942
o57.Position = Vector3.new(116.572266, 129.161972, 93.0378799)
943
o57.Orientation = Vector3.new(90, -30, 0)
944
o57.Color = Color3.new(0.972549, 0.972549, 0.972549)
945
o58.Parent = o57
946
o58.Scale = Vector3.new(0.550000012, 1, 1)
947
o58.Scale = Vector3.new(0.550000012, 1, 1)
948
o59.Name = "Beer 2"
949
o59.Parent = o28
950
o60.Name = "Iceshard"
951
o60.Parent = o59
952
o60.BrickColor = BrickColor.new("Deep orange")
953
o60.Position = Vector3.new(116.858398, 131.009033, 94.7467117)
954
o60.Rotation = Vector3.new(60, 0, -180)
955
o60.Anchored = true
956
o60.Locked = true
957
o60.FormFactor = Enum.FormFactor.Plate
958
o60.Size = Vector3.new(0.540021002, 0.21600841, 0.540021002)
959
o60.CFrame = CFrame.new(116.858398, 131.009033, 94.7467117, -1, 0, 0, 0, -0.500000954, -0.866024852, 0, -0.866024852, 0.500000954)
960
o60.BottomSurface = Enum.SurfaceType.Weld
961
o60.TopSurface = Enum.SurfaceType.Smooth
962
o60.Color = Color3.new(1, 0.690196, 0)
963
o60.Position = Vector3.new(116.858398, 131.009033, 94.7467117)
964
o60.Orientation = Vector3.new(60, 0, 180)
965
o60.Color = Color3.new(1, 0.690196, 0)
966
o61.Parent = o60
967
o61.Scale = Vector3.new(0.330000013, 0.200000003, 0.330000013)
968
o61.Scale = Vector3.new(0.330000013, 0.200000003, 0.330000013)
969
o62.Name = "Iceshard"
970
o62.Parent = o59
971
o62.BrickColor = BrickColor.new("Really black")
972
o62.Transparency = 0.30000001192093
973
o62.Position = Vector3.new(116.858398, 130.874008, 94.5130081)
974
o62.Rotation = Vector3.new(60, 0, -180)
975
o62.Anchored = true
976
o62.Locked = true
977
o62.FormFactor = Enum.FormFactor.Plate
978
o62.Size = Vector3.new(0.540021002, 0.43201682, 0.540021002)
979
o62.CFrame = CFrame.new(116.858398, 130.874008, 94.5130081, -1, 0, 0, 0, -0.500000954, -0.866024852, 0, -0.866024852, 0.500000954)
980
o62.BottomSurface = Enum.SurfaceType.Weld
981
o62.TopSurface = Enum.SurfaceType.Smooth
982
o62.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
983
o62.Position = Vector3.new(116.858398, 130.874008, 94.5130081)
984
o62.Orientation = Vector3.new(60, 0, 180)
985
o62.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
986
o63.Parent = o62
987
o63.Scale = Vector3.new(0.300000012, 1.5, 1)
988
o63.Scale = Vector3.new(0.300000012, 1.5, 1)
989
o64.Name = "Iceshard"
990
o64.Parent = o59
991
o64.BrickColor = BrickColor.new("Really black")
992
o64.Transparency = 0.30000001192093
993
o64.Position = Vector3.new(116.858444, 130.576996, 93.9984818)
994
o64.Rotation = Vector3.new(60, 0, -180)
995
o64.Anchored = true
996
o64.Locked = true
997
o64.FormFactor = Enum.FormFactor.Plate
998
o64.Size = Vector3.new(0.540021002, 0.648025215, 0.540021002)
999
o64.CFrame = CFrame.new(116.858444, 130.576996, 93.9984818, -1, 0, 0, 0, -0.500000954, -0.866024852, 0, -0.866024852, 0.500000954)
1000
o64.BottomSurface = Enum.SurfaceType.Weld
1001
o64.TopSurface = Enum.SurfaceType.Smooth
1002
o64.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1003
o64.Position = Vector3.new(116.858444, 130.576996, 93.9984818)
1004
o64.Orientation = Vector3.new(60, 0, 180)
1005
o64.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1006
o65.Parent = o64
1007
o65.Scale = Vector3.new(0.699999988, 1, 1)
1008
o65.Scale = Vector3.new(0.699999988, 1, 1)
1009
o66.Name = "Iceshard"
1010
o66.Parent = o59
1011
o66.BrickColor = BrickColor.new("Really black")
1012
o66.Position = Vector3.new(116.858444, 130.576996, 93.9984818)
1013
o66.Rotation = Vector3.new(60, 0, 0)
1014
o66.Anchored = true
1015
o66.Locked = true
1016
o66.FormFactor = Enum.FormFactor.Custom
1017
o66.Size = Vector3.new(0.540021002, 0.756029367, 0.540021002)
1018
o66.CFrame = CFrame.new(116.858444, 130.576996, 93.9984818, 1, 0, 0, 0, 0.500000954, -0.866024852, 0, 0.866024852, 0.500000954)
1019
o66.BottomSurface = Enum.SurfaceType.Weld
1020
o66.TopSurface = Enum.SurfaceType.Smooth
1021
o66.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1022
o66.Position = Vector3.new(116.858444, 130.576996, 93.9984818)
1023
o66.Orientation = Vector3.new(60, 0, 0)
1024
o66.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1025
o67.Parent = o66
1026
o67.Scale = Vector3.new(0.600000024, 1, 1)
1027
o67.Scale = Vector3.new(0.600000024, 1, 1)
1028
o68.Parent = o59
1029
o68.Material = Enum.Material.SmoothPlastic
1030
o68.BrickColor = BrickColor.new("Really black")
1031
o68.Position = Vector3.new(116.858398, 130.738937, 94.2790604)
1032
o68.Rotation = Vector3.new(60, -90, 0)
1033
o68.Anchored = true
1034
o68.Locked = true
1035
o68.FormFactor = Enum.FormFactor.Plate
1036
o68.Size = Vector3.new(0.540021002, 0.21600841, 0.540021002)
1037
o68.CFrame = CFrame.new(116.858398, 130.738937, 94.2790604, 0, 0, -1, -0.866024196, 0.500002146, 0, 0.500002146, 0.866024196, 0)
1038
o68.BackSurface = Enum.SurfaceType.Weld
1039
o68.FrontSurface = Enum.SurfaceType.Weld
1040
o68.LeftSurface = Enum.SurfaceType.Weld
1041
o68.RightSurface = Enum.SurfaceType.Weld
1042
o68.TopSurface = Enum.SurfaceType.Weld
1043
o68.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1044
o68.Position = Vector3.new(116.858398, 130.738937, 94.2790604)
1045
o68.Orientation = Vector3.new(0, -90, -60)
1046
o68.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1047
o69.Parent = o68
1048
o69.Scale = Vector3.new(0.600000024, 2.5, 0.600000024)
1049
o69.MeshType = Enum.MeshType.Sphere
1050
o69.Scale = Vector3.new(0.600000024, 2.5, 0.600000024)
1051
o70.Parent = o59
1052
o70.Material = Enum.Material.SmoothPlastic
1053
o70.BrickColor = BrickColor.new("Really black")
1054
o70.Transparency = 0.30000001192093
1055
o70.Position = Vector3.new(116.858383, 130.71196, 94.2323685)
1056
o70.Rotation = Vector3.new(60, -90, 0)
1057
o70.Anchored = true
1058
o70.Locked = true
1059
o70.FormFactor = Enum.FormFactor.Plate
1060
o70.Size = Vector3.new(0.540021002, 0.21600841, 0.540021002)
1061
o70.CFrame = CFrame.new(116.858383, 130.71196, 94.2323685, 0, 0, -1, -0.866024196, 0.500002146, 0, 0.500002146, 0.866024196, 0)
1062
o70.BackSurface = Enum.SurfaceType.Weld
1063
o70.FrontSurface = Enum.SurfaceType.Weld
1064
o70.LeftSurface = Enum.SurfaceType.Weld
1065
o70.RightSurface = Enum.SurfaceType.Weld
1066
o70.TopSurface = Enum.SurfaceType.Weld
1067
o70.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1068
o70.Position = Vector3.new(116.858383, 130.71196, 94.2323685)
1069
o70.Orientation = Vector3.new(0, -90, -60)
1070
o70.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1071
o71.Parent = o70
1072
o71.Scale = Vector3.new(0.699999988, 3, 0.699999988)
1073
o71.MeshType = Enum.MeshType.Sphere
1074
o71.Scale = Vector3.new(0.699999988, 3, 0.699999988)
1075
o72.Name = "Iceshard"
1076
o72.Parent = o59
1077
o72.BrickColor = BrickColor.new("Institutional white")
1078
o72.Position = Vector3.new(116.858414, 130.623825, 93.9716568)
1079
o72.Rotation = Vector3.new(60, 0, 0)
1080
o72.Anchored = true
1081
o72.Locked = true
1082
o72.FormFactor = Enum.FormFactor.Plate
1083
o72.Size = Vector3.new(0.540021002, 0.43201682, 0.540021002)
1084
o72.CFrame = CFrame.new(116.858414, 130.623825, 93.9716568, 1, 0, 0, 0, 0.500000954, -0.866024852, 0, 0.866024852, 0.500000954)
1085
o72.BottomSurface = Enum.SurfaceType.Weld
1086
o72.TopSurface = Enum.SurfaceType.Smooth
1087
o72.Color = Color3.new(0.972549, 0.972549, 0.972549)
1088
o72.Position = Vector3.new(116.858414, 130.623825, 93.9716568)
1089
o72.Orientation = Vector3.new(60, 0, 0)
1090
o72.Color = Color3.new(0.972549, 0.972549, 0.972549)
1091
o73.Parent = o72
1092
o73.Scale = Vector3.new(0.550000012, 1, 1)
1093
o73.Scale = Vector3.new(0.550000012, 1, 1)
1094
o74.Name = "Iceshard"
1095
o74.Parent = o59
1096
o74.Material = Enum.Material.SmoothPlastic
1097
o74.BrickColor = BrickColor.new("Really black")
1098
o74.Position = Vector3.new(116.858444, 130.847, 94.4661942)
1099
o74.Rotation = Vector3.new(60, 0, 0)
1100
o74.Anchored = true
1101
o74.Locked = true
1102
o74.FormFactor = Enum.FormFactor.Plate
1103
o74.Size = Vector3.new(0.540021002, 0.43201682, 0.540021002)
1104
o74.CFrame = CFrame.new(116.858444, 130.847, 94.4661942, 1, 0, 0, 0, 0.500000954, -0.866024852, 0, 0.866024852, 0.500000954)
1105
o74.BottomSurface = Enum.SurfaceType.Weld
1106
o74.TopSurface = Enum.SurfaceType.Smooth
1107
o74.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1108
o74.Position = Vector3.new(116.858444, 130.847, 94.4661942)
1109
o74.Orientation = Vector3.new(60, 0, 0)
1110
o74.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1111
o75.Parent = o74
1112
o75.Scale = Vector3.new(0.200000003, 1.5, 1)
1113
o75.Scale = Vector3.new(0.200000003, 1.5, 1)
1114
o76.Name = "Teleporter gun"
1115
o76.Parent = o28
1116
o77.Parent = o76
1117
o77.BrickColor = BrickColor.new("Really black")
1118
o77.Position = Vector3.new(119.451233, 130.207916, 95.8009644)
1119
o77.Rotation = Vector3.new(72.9499969, 80.4199982, -17.6399994)
1120
o77.Anchored = true
1121
o77.Locked = true
1122
o77.Size = Vector3.new(0.200000003, 0.24000001, 0.98999995)
1123
o77.CFrame = CFrame.new(119.451233, 130.207916, 95.8009644, 0.15857996, 0.0504249074, 0.986057758, 0.809503794, 0.565150499, -0.159086779, -0.565292895, 0.82344538, 0.0488024056)
1124
o77.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1125
o77.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1126
o77.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1127
o77.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1128
o77.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1129
o77.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1130
o77.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1131
o77.Position = Vector3.new(119.451233, 130.207916, 95.8009644)
1132
o77.Orientation = Vector3.new(9.14999962, 87.1699982, 55.0800018)
1133
o77.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1134
o78.Parent = o76
1135
o78.Material = Enum.Material.Neon
1136
o78.BrickColor = BrickColor.new("Lime green")
1137
o78.Position = Vector3.new(119.791306, 130.148666, 95.8118362)
1138
o78.Rotation = Vector3.new(72.9499969, 80.4199982, -17.6399994)
1139
o78.Anchored = true
1140
o78.Locked = true
1141
o78.Shape = Enum.PartType.Cylinder
1142
o78.Size = Vector3.new(0.200000003, 0.310000002, 0.200000003)
1143
o78.CFrame = CFrame.new(119.791306, 130.148666, 95.8118362, 0.15857996, 0.0504249074, 0.986057758, 0.809503794, 0.565150499, -0.159086779, -0.565292895, 0.82344538, 0.0488024056)
1144
o78.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1145
o78.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1146
o78.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1147
o78.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1148
o78.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1149
o78.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1150
o78.Color = Color3.new(0, 1, 0)
1151
o78.Position = Vector3.new(119.791306, 130.148666, 95.8118362)
1152
o78.Orientation = Vector3.new(9.14999962, 87.1699982, 55.0800018)
1153
o78.Color = Color3.new(0, 1, 0)
1154
o79.Parent = o76
1155
o79.BrickColor = BrickColor.new("Pearl")
1156
o79.Position = Vector3.new(119.651093, 131.156891, 95.1648331)
1157
o79.Rotation = Vector3.new(58.7400017, -9.28999996, -2.33999991)
1158
o79.Anchored = true
1159
o79.Locked = true
1160
o79.Shape = Enum.PartType.Cylinder
1161
o79.Size = Vector3.new(1.03999996, 0.300000012, 0.480000019)
1162
o79.CFrame = CFrame.new(119.651093, 131.156891, 95.1648331, 0.986058235, 0.040323589, -0.161441192, -0.159087047, 0.512921154, -0.843565762, 0.0487910099, 0.857488155, 0.512185037)
1163
o79.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1164
o79.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1165
o79.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1166
o79.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1167
o79.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1168
o79.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1169
o79.Color = Color3.new(0.905882, 0.905882, 0.92549)
1170
o79.Position = Vector3.new(119.651093, 131.156891, 95.1648331)
1171
o79.Orientation = Vector3.new(57.5200005, -17.4899998, -17.2299995)
1172
o79.Color = Color3.new(0.905882, 0.905882, 0.92549)
1173
o80.Parent = o76
1174
o80.BrickColor = BrickColor.new("Really black")
1175
o80.Position = Vector3.new(119.690842, 131.195831, 95.2039566)
1176
o80.Rotation = Vector3.new(-133.039993, 8.63000011, 94.1800003)
1177
o80.Anchored = true
1178
o80.Locked = true
1179
o80.Shape = Enum.PartType.Cylinder
1180
o80.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
1181
o80.CFrame = CFrame.new(119.690842, 131.195831, 95.2039566, -0.0720960125, -0.98605746, 0.149976656, -0.672709167, 0.1590911, 0.722601235, -0.73638618, -0.0487939976, -0.674799681)
1182
o80.BottomSurface = Enum.SurfaceType.Smooth
1183
o80.TopSurface = Enum.SurfaceType.Smooth
1184
o80.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1185
o80.Position = Vector3.new(119.690842, 131.195831, 95.2039566)
1186
o80.Orientation = Vector3.new(-46.2700005, 167.470001, -76.6900024)
1187
o80.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1188
o81.Parent = o76
1189
o81.BrickColor = BrickColor.new("Really black")
1190
o81.Position = Vector3.new(119.512878, 130.403381, 95.7066116)
1191
o81.Rotation = Vector3.new(-124.75, 9.13000011, 92.9000015)
1192
o81.Anchored = true
1193
o81.Locked = true
1194
o81.Shape = Enum.PartType.Cylinder
1195
o81.Size = Vector3.new(0.200000003, 0.469999999, 0.449999988)
1196
o81.CFrame = CFrame.new(119.512878, 130.403381, 95.7066116, -0.0499359891, -0.986057639, 0.158734694, -0.562649906, 0.159087062, 0.811243773, -0.825185835, -0.0488018021, -0.562749386)
1197
o81.BottomSurface = Enum.SurfaceType.Smooth
1198
o81.TopSurface = Enum.SurfaceType.Smooth
1199
o81.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1200
o81.Position = Vector3.new(119.512878, 130.403381, 95.7066116)
1201
o81.Orientation = Vector3.new(-54.2200012, 164.25, -74.2099991)
1202
o81.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1203
o82.Parent = o76
1204
o82.Material = Enum.Material.Neon
1205
o82.BrickColor = BrickColor.new("Lime green")
1206
o82.Position = Vector3.new(119.465729, 130.201187, 95.7956619)
1207
o82.Rotation = Vector3.new(72.9499969, 80.4199982, -17.6399994)
1208
o82.Anchored = true
1209
o82.Locked = true
1210
o82.Shape = Enum.PartType.Cylinder
1211
o82.Size = Vector3.new(0.200000003, 0.310000002, 0.200000003)
1212
o82.CFrame = CFrame.new(119.465729, 130.201187, 95.7956619, 0.15857996, 0.0504249074, 0.986057758, 0.809503794, 0.565150499, -0.159086779, -0.565292895, 0.82344538, 0.0488024056)
1213
o82.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1214
o82.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1215
o82.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1216
o82.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1217
o82.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1218
o82.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1219
o82.Color = Color3.new(0, 1, 0)
1220
o82.Position = Vector3.new(119.465729, 130.201187, 95.7956619)
1221
o82.Orientation = Vector3.new(9.14999962, 87.1699982, 55.0800018)
1222
o82.Color = Color3.new(0, 1, 0)
1223
o83.Parent = o76
1224
o83.BrickColor = BrickColor.new("Pearl")
1225
o83.Position = Vector3.new(119.650711, 131.151764, 95.1563187)
1226
o83.Rotation = Vector3.new(58.7400017, -9.28999996, -2.33999991)
1227
o83.Anchored = true
1228
o83.Locked = true
1229
o83.Shape = Enum.PartType.Cylinder
1230
o83.Size = Vector3.new(1.03999996, 0.300000012, 0.480000019)
1231
o83.CFrame = CFrame.new(119.650711, 131.151764, 95.1563187, 0.986058235, 0.040323589, -0.161441192, -0.159087047, 0.512921154, -0.843565762, 0.0487910099, 0.857488155, 0.512185037)
1232
o83.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1233
o83.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1234
o83.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1235
o83.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1236
o83.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1237
o83.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1238
o83.Color = Color3.new(0.905882, 0.905882, 0.92549)
1239
o83.Position = Vector3.new(119.650711, 131.151764, 95.1563187)
1240
o83.Orientation = Vector3.new(57.5200005, -17.4899998, -17.2299995)
1241
o83.Color = Color3.new(0.905882, 0.905882, 0.92549)
1242
o84.Parent = o76
1243
o84.BrickColor = BrickColor.new("Pearl")
1244
o84.Position = Vector3.new(119.649918, 131.141495, 95.1391068)
1245
o84.Rotation = Vector3.new(58.7400017, -9.28999996, -2.33999991)
1246
o84.Anchored = true
1247
o84.Locked = true
1248
o84.Shape = Enum.PartType.Cylinder
1249
o84.Size = Vector3.new(1.03999996, 0.300000012, 0.480000019)
1250
o84.CFrame = CFrame.new(119.649918, 131.141495, 95.1391068, 0.986058235, 0.040323589, -0.161441192, -0.159087047, 0.512921154, -0.843565762, 0.0487910099, 0.857488155, 0.512185037)
1251
o84.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1252
o84.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1253
o84.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1254
o84.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1255
o84.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1256
o84.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1257
o84.Color = Color3.new(0.905882, 0.905882, 0.92549)
1258
o84.Position = Vector3.new(119.649918, 131.141495, 95.1391068)
1259
o84.Orientation = Vector3.new(57.5200005, -17.4899998, -17.2299995)
1260
o84.Color = Color3.new(0.905882, 0.905882, 0.92549)
1261
o85.Parent = o76
1262
o85.BrickColor = BrickColor.new("Pearl")
1263
o85.Position = Vector3.new(119.650345, 131.146713, 95.1477432)
1264
o85.Rotation = Vector3.new(58.7400017, -9.28999996, -2.33999991)
1265
o85.Anchored = true
1266
o85.Locked = true
1267
o85.Shape = Enum.PartType.Cylinder
1268
o85.Size = Vector3.new(1.03999996, 0.300000012, 0.480000019)
1269
o85.CFrame = CFrame.new(119.650345, 131.146713, 95.1477432, 0.986058235, 0.040323589, -0.161441192, -0.159087047, 0.512921154, -0.843565762, 0.0487910099, 0.857488155, 0.512185037)
1270
o85.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1271
o85.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1272
o85.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1273
o85.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1274
o85.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1275
o85.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1276
o85.Color = Color3.new(0.905882, 0.905882, 0.92549)
1277
o85.Position = Vector3.new(119.650345, 131.146713, 95.1477432)
1278
o85.Orientation = Vector3.new(57.5200005, -17.4899998, -17.2299995)
1279
o85.Color = Color3.new(0.905882, 0.905882, 0.92549)
1280
o86.Parent = o76
1281
o86.Material = Enum.Material.Neon
1282
o86.BrickColor = BrickColor.new("Lime green")
1283
o86.Position = Vector3.new(119.110672, 130.258484, 95.7781754)
1284
o86.Rotation = Vector3.new(72.9499969, 80.4199982, -17.6399994)
1285
o86.Anchored = true
1286
o86.Locked = true
1287
o86.Shape = Enum.PartType.Cylinder
1288
o86.Size = Vector3.new(0.200000003, 0.310000002, 0.200000003)
1289
o86.CFrame = CFrame.new(119.110672, 130.258484, 95.7781754, 0.15857996, 0.0504249074, 0.986057758, 0.809503794, 0.565150499, -0.159086779, -0.565292895, 0.82344538, 0.0488024056)
1290
o86.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1291
o86.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1292
o86.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1293
o86.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1294
o86.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1295
o86.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1296
o86.Color = Color3.new(0, 1, 0)
1297
o86.Position = Vector3.new(119.110672, 130.258484, 95.7781754)
1298
o86.Orientation = Vector3.new(9.14999962, 87.1699982, 55.0800018)
1299
o86.Color = Color3.new(0, 1, 0)
1300
o87.Parent = o76
1301
o87.BrickColor = BrickColor.new("Pearl")
1302
o87.Position = Vector3.new(119.550415, 130.661011, 95.4785538)
1303
o87.Rotation = Vector3.new(72.9499969, 80.4199982, -17.6399994)
1304
o87.Anchored = true
1305
o87.Locked = true
1306
o87.Size = Vector3.new(1.31000006, 0.270000041, 1.03000009)
1307
o87.CFrame = CFrame.new(119.550415, 130.661011, 95.4785538, 0.15857996, 0.0504249074, 0.986057758, 0.809503794, 0.565150499, -0.159086779, -0.565292895, 0.82344538, 0.0488024056)
1308
o87.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1309
o87.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1310
o87.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1311
o87.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1312
o87.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1313
o87.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1314
o87.Color = Color3.new(0.905882, 0.905882, 0.92549)
1315
o87.Position = Vector3.new(119.550415, 130.661011, 95.4785538)
1316
o87.Orientation = Vector3.new(9.14999962, 87.1699982, 55.0800018)
1317
o87.Color = Color3.new(0.905882, 0.905882, 0.92549)
1318
o88.Parent = o76
1319
o88.Material = Enum.Material.SmoothPlastic
1320
o88.BrickColor = BrickColor.new("Institutional white")
1321
o88.Transparency = 1
1322
o88.Position = Vector3.new(119.522568, 130.543945, 95.9157181)
1323
o88.Rotation = Vector3.new(-107.050003, -80.4199982, -162.360001)
1324
o88.Anchored = true
1325
o88.Locked = true
1326
o88.FormFactor = Enum.FormFactor.Custom
1327
o88.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
1328
o88.CFrame = CFrame.new(119.522568, 130.543945, 95.9157181, -0.15857996, 0.0504249074, -0.986057758, -0.809503794, 0.565150499, 0.159086779, 0.565292895, 0.82344538, -0.0488024056)
1329
o88.BottomSurface = Enum.SurfaceType.Smooth
1330
o88.TopSurface = Enum.SurfaceType.Smooth
1331
o88.Color = Color3.new(0.972549, 0.972549, 0.972549)
1332
o88.Position = Vector3.new(119.522568, 130.543945, 95.9157181)
1333
o88.Orientation = Vector3.new(-9.14999962, -92.8300018, -55.0800018)
1334
o88.Color = Color3.new(0.972549, 0.972549, 0.972549)
1335
o89.Parent = o88
1336
o89.Rotation = NumberRange.new(0,360)
1337
o89.Size = NumberSequence.new(0.10000000149012,0.10000000149012)
1338
o89.Color = ColorSequence.new(Color3.new(0, 1, 0.164706),Color3.new(0, 1, 0.164706))
1339
o89.LightEmission = 1
1340
o89.Texture = "http://www.roblox.com/asset/?id=243098098"
1341
o89.Lifetime = NumberRange.new(0.20000000298023,0.20000000298023)
1342
o89.Rate = 300
1343
o89.Speed = NumberRange.new(0,0)
1344
o89.Color = ColorSequence.new(Color3.new(0, 1, 0.164706),Color3.new(0, 1, 0.164706))
1345
o90.Parent = o76
1346
o90.BrickColor = BrickColor.new("Maroon")
1347
o90.Position = Vector3.new(119.608139, 130.884079, 95.3483658)
1348
o90.Rotation = Vector3.new(72.9499969, 80.4199982, -17.6399994)
1349
o90.Anchored = true
1350
o90.Locked = true
1351
o90.Size = Vector3.new(0.240000069, 0.270000041, 0.540000081)
1352
o90.CFrame = CFrame.new(119.608139, 130.884079, 95.3483658, 0.15857996, 0.0504249074, 0.986057758, 0.809503794, 0.565150499, -0.159086779, -0.565292895, 0.82344538, 0.0488024056)
1353
o90.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1354
o90.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1355
o90.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1356
o90.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1357
o90.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1358
o90.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1359
o90.Color = Color3.new(0.458824, 0, 0)
1360
o90.Position = Vector3.new(119.608139, 130.884079, 95.3483658)
1361
o90.Orientation = Vector3.new(9.14999962, 87.1699982, 55.0800018)
1362
o90.Color = Color3.new(0.458824, 0, 0)
1363
o91.Parent = o90
1364
o91.Face = Enum.NormalId.Top
1365
o92.Parent = o91
1366
o92.Size = UDim2.new(1,0,1,0)
1367
o92.Text = "C-137"
1368
o92.BackgroundColor3 = Color3.new(1, 1, 1)
1369
o92.BackgroundTransparency = 1
1370
o92.Font = Enum.Font.SciFi
1371
o92.FontSize = Enum.FontSize.Size96
1372
o92.TextColor3 = Color3.new(1, 0, 0.0156863)
1373
o92.TextScaled = true
1374
o92.TextWrapped = true
1375
o93.Parent = o76
1376
o93.BrickColor = BrickColor.new("Pearl")
1377
o93.Position = Vector3.new(119.635651, 131.028107, 94.718544)
1378
o93.Rotation = Vector3.new(72.9499969, 80.4199982, 93.6399994)
1379
o93.Anchored = true
1380
o93.Locked = true
1381
o93.Shape = Enum.PartType.Cylinder
1382
o93.Size = Vector3.new(0.807492971, 0.448607206, 0.448607206)
1383
o93.CFrame = CFrame.new(119.635651, 131.028107, 94.718544, -0.0105509963, -0.166071951, 0.986057222, 0.232844904, -0.959412754, -0.159092993, 0.972456634, 0.227919817, 0.0487917624)
1384
o93.BottomSurface = Enum.SurfaceType.Smooth
1385
o93.TopSurface = Enum.SurfaceType.Smooth
1386
o93.Color = Color3.new(0.905882, 0.905882, 0.92549)
1387
o93.Position = Vector3.new(119.635651, 131.028107, 94.718544)
1388
o93.Orientation = Vector3.new(9.14999962, 87.1699982, 166.360001)
1389
o93.Color = Color3.new(0.905882, 0.905882, 0.92549)
1390
o94.Parent = o76
1391
o94.BrickColor = BrickColor.new("Pearl")
1392
o94.Position = Vector3.new(119.640091, 130.931473, 94.3149796)
1393
o94.Rotation = Vector3.new(-107.050003, -80.4199982, -3.6400001)
1394
o94.Anchored = true
1395
o94.Locked = true
1396
o94.Shape = Enum.PartType.Ball
1397
o94.Size = Vector3.new(0.453093261, 0.453093261, 0.453093261)
1398
o94.CFrame = CFrame.new(119.640091, 130.931473, 94.3149796, 0.166072994, 0.0105529288, -0.986057043, 0.959412992, -0.232843444, 0.159093633, -0.227917999, -0.972456992, -0.0487936214)
1399
o94.BottomSurface = Enum.SurfaceType.Smooth
1400
o94.TopSurface = Enum.SurfaceType.Smooth
1401
o94.Color = Color3.new(0.905882, 0.905882, 0.92549)
1402
o94.Position = Vector3.new(119.640091, 130.931473, 94.3149796)
1403
o94.Orientation = Vector3.new(-9.14999962, -92.8300018, 103.639999)
1404
o94.Color = Color3.new(0.905882, 0.905882, 0.92549)
1405
o95.Parent = o76
1406
o95.BrickColor = BrickColor.new("Lime green")
1407
o95.Transparency = 0.5
1408
o95.Position = Vector3.new(119.542114, 130.645294, 96.0362625)
1409
o95.Rotation = Vector3.new(72.9499969, 80.4199982, -17.6399994)
1410
o95.Anchored = true
1411
o95.Locked = true
1412
o95.Shape = Enum.PartType.Ball
1413
o95.Size = Vector3.new(0.301669657, 0.301669657, 0.301669657)
1414
o95.CFrame = CFrame.new(119.542114, 130.645294, 96.0362625, 0.15857996, 0.0504249074, 0.986057758, 0.809503794, 0.565150499, -0.159086779, -0.565292895, 0.82344538, 0.0488024056)
1415
o95.BottomSurface = Enum.SurfaceType.Smooth
1416
o95.TopSurface = Enum.SurfaceType.Smooth
1417
o95.Color = Color3.new(0, 1, 0)
1418
o95.Position = Vector3.new(119.542114, 130.645294, 96.0362625)
1419
o95.Orientation = Vector3.new(9.14999962, 87.1699982, 55.0800018)
1420
o95.Color = Color3.new(0, 1, 0)
1421
o96.Parent = o76
1422
o96.BrickColor = BrickColor.new("Lime green")
1423
o96.Transparency = 0.5
1424
o96.Position = Vector3.new(119.532913, 130.545395, 95.8975906)
1425
o96.Rotation = Vector3.new(-107.050003, -80.4199982, 107.639999)
1426
o96.Anchored = true
1427
o96.Locked = true
1428
o96.Shape = Enum.PartType.Cylinder
1429
o96.Size = Vector3.new(0.307629138, 0.298682868, 0.298682868)
1430
o96.CFrame = CFrame.new(119.532913, 130.545395, 95.8975906, -0.0504259877, -0.158580974, -0.98605746, -0.565149903, -0.809503913, 0.159088239, -0.823445797, 0.565292478, -0.0488019809)
1431
o96.BottomSurface = Enum.SurfaceType.Smooth
1432
o96.TopSurface = Enum.SurfaceType.Smooth
1433
o96.Color = Color3.new(0, 1, 0)
1434
o96.Position = Vector3.new(119.532913, 130.545395, 95.8975906)
1435
o96.Orientation = Vector3.new(-9.14999962, -92.8300018, -145.080002)
1436
o96.Color = Color3.new(0, 1, 0)
1437
o97.Name = "Quote"
1438
o97.Parent = o7
1439
o97.Material = Enum.Material.Wood
1440
o97.BrickColor = BrickColor.new("Persimmon")
1441
o97.Transparency = 1
1442
o97.Position = Vector3.new(115.109085, 134.563339, 94.5203629)
1443
o97.Rotation = Vector3.new(180, 0, -180)
1444
o97.Anchored = true
1445
o97.CanCollide = false
1446
o97.Locked = true
1447
o97.FormFactor = Enum.FormFactor.Custom
1448
o97.Size = Vector3.new(4, 2, 0.400000006)
1449
o97.CFrame = CFrame.new(115.109085, 134.563339, 94.5203629, -1.00000834, 4.5848725e-07, 7.62426566e-08, 4.58488557e-07, 1, -2.38849395e-07, -7.62372068e-08, -2.38828278e-07, -1.00000834)
1450
o97.BottomSurface = Enum.SurfaceType.Smooth
1451
o97.TopSurface = Enum.SurfaceType.Smooth
1452
o97.Color = Color3.new(1, 0.34902, 0.34902)
1453
o97.Position = Vector3.new(115.109085, 134.563339, 94.5203629)
1454
o97.Orientation = Vector3.new(0, 180, 0)
1455
o97.Color = Color3.new(1, 0.34902, 0.34902)
1456
o98.Name = "Life"
1457
o98.Parent = o97
1458
o98.CanvasSize = Vector2.new(256, 128)
1459
o99.Name = "Contents"
1460
o99.Parent = o98
1461
o99.Position = UDim2.new(0,8,0,8)
1462
o99.Size = UDim2.new(1,-16,1,-16)
1463
o99.Text = "Nobody exists on purpose. Nobody belongs anywhere."
1464
o99.Position = UDim2.new(0,8,0,8)
1465
o99.BackgroundColor3 = Color3.new(1, 1, 1)
1466
o99.BackgroundTransparency = 1
1467
o99.BorderSizePixel = 0
1468
o99.ClipsDescendants = true
1469
o99.Font = Enum.Font.SourceSansBold
1470
o99.FontSize = Enum.FontSize.Size48
1471
o99.TextColor3 = Color3.new(1, 1, 0.8)
1472
o99.TextScaled = true
1473
o99.TextStrokeTransparency = 0
1474
o99.TextWrapped = true
1475
o100.Name = "Hitbox"
1476
o100.Parent = o1
1477
o100.Material = Enum.Material.SmoothPlastic
1478
o100.BrickColor = BrickColor.new("Really red")
1479
o100.Transparency = 1
1480
o100.Position = Vector3.new(106.091354, 145.11824, 122.960182)
1481
o100.Rotation = Vector3.new(-180, 0, -180)
1482
o100.Anchored = true
1483
o100.Locked = true
1484
o100.Size = Vector3.new(68.1600494, 32.25, 0.0500000007)
1485
o100.CFrame = CFrame.new(106.091354, 145.11824, 122.960182, -1.00000083, 1.2411337e-07, 6.40749931e-06, 1.2415245e-07, 1, 5.74361047e-06, -6.5267086e-06, 5.74360956e-06, -1.00000107)
1486
o100.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1487
o100.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1488
o100.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1489
o100.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1490
o100.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1491
o100.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1492
o100.Color = Color3.new(1, 0, 0)
1493
o100.Position = Vector3.new(106.091354, 145.11824, 122.960182)
1494
o100.Orientation = Vector3.new(0, 180, 0)
1495
o100.Color = Color3.new(1, 0, 0)
1496
o101.Name = "N3xuI"
1497
o101.Parent = o1
1498
o101.PrimaryPart = o102
1499
o102.Name = "HumanoidRootPart"
1500
o102.Parent = o101
1501
o102.Transparency = 1
1502
o102.Position = Vector3.new(70.0094681, 140.844391, 115.042015)
1503
o102.Rotation = Vector3.new(180, -76.1200027, -180)
1504
o102.Anchored = true
1505
o102.CanCollide = false
1506
o102.FormFactor = Enum.FormFactor.Custom
1507
o102.Size = Vector3.new(2, 2, 1)
1508
o102.CFrame = CFrame.new(70.0094681, 140.844391, 115.042015, -0.239958867, 1.52813808e-12, -0.970790088, 1.65076407e-11, 1, -2.50621811e-12, 0.970790088, -1.66266202e-11, -0.239958867)
1509
o102.BottomSurface = Enum.SurfaceType.Smooth
1510
o102.TopSurface = Enum.SurfaceType.Smooth
1511
o102.Position = Vector3.new(70.0094681, 140.844391, 115.042015)
1512
o102.Orientation = Vector3.new(0, -103.879997, 0)
1513
o103.Name = "Head"
1514
o103.Parent = o101
1515
o103.BrickColor = BrickColor.new("Cool yellow")
1516
o103.Position = Vector3.new(70.1716385, 142.315659, 115.082077)
1517
o103.Rotation = Vector3.new(-124.099998, -66.2099991, -126.5)
1518
o103.RotVelocity = Vector3.new(-3.76922912e-07, 7.72911791e-13, 9.60745083e-08)
1519
o103.Velocity = Vector3.new(-1.66824861e-07, -1.66078894e-06, -6.54493192e-07)
1520
o103.Anchored = true
1521
o103.FormFactor = Enum.FormFactor.Custom
1522
o103.Size = Vector3.new(2, 1, 1)
1523
o103.CFrame = CFrame.new(70.1716385, 142.315659, 115.082077, -0.239958882, 0.324324816, -0.915012062, -2.53508947e-08, 0.942543566, 0.334083378, 0.970790088, 0.080166325, -0.226171717)
1524
o103.BottomSurface = Enum.SurfaceType.Smooth
1525
o103.TopSurface = Enum.SurfaceType.Smooth
1526
o103.Color = Color3.new(0.992157, 0.917647, 0.552941)
1527
o103.Position = Vector3.new(70.1716385, 142.315659, 115.082077)
1528
o103.Orientation = Vector3.new(-19.5200005, -103.879997, 0)
1529
o103.Color = Color3.new(0.992157, 0.917647, 0.552941)
1530
o104.Parent = o103
1531
o104.Scale = Vector3.new(1.25, 1.25, 1.25)
1532
o104.Scale = Vector3.new(1.25, 1.25, 1.25)
1533
o105.Name = "face"
1534
o105.Parent = o103
1535
o105.Texture = "http://www.roblox.com/asset/?id=144080495 "
1536
o106.Name = "Torso"
1537
o106.Parent = o101
1538
o106.BrickColor = BrickColor.new("Dark green")
1539
o106.Position = Vector3.new(70.0094681, 140.844391, 115.042015)
1540
o106.Rotation = Vector3.new(180, -70.4199982, -180)
1541
o106.Anchored = true
1542
o106.FormFactor = Enum.FormFactor.Custom
1543
o106.Size = Vector3.new(2, 2, 1)
1544
o106.CFrame = CFrame.new(70.0094681, 140.844391, 115.042015, -0.335063934, 1.40841991e-10, -0.942202687, 7.18663795e-10, 1, -1.06087888e-10, 0.942202687, -7.12673032e-10, -0.335063934)
1545
o106.BottomSurface = Enum.SurfaceType.Smooth
1546
o106.TopSurface = Enum.SurfaceType.Smooth
1547
o106.Color = Color3.new(0.156863, 0.498039, 0.278431)
1548
o106.Position = Vector3.new(70.0094681, 140.844391, 115.042015)
1549
o106.Orientation = Vector3.new(0, -109.580002, 0)
1550
o106.Color = Color3.new(0.156863, 0.498039, 0.278431)
1551
o107.Name = "Left Arm"
1552
o107.Parent = o101
1553
o107.BrickColor = BrickColor.new("Cool yellow")
1554
o107.Position = Vector3.new(70.5565567, 140.78714, 113.749748)
1555
o107.Rotation = Vector3.new(165.699997, -69.8099976, 166.470001)
1556
o107.RotVelocity = Vector3.new(-3.76922912e-07, 7.72911791e-13, 9.60745083e-08)
1557
o107.Velocity = Vector3.new(-1.99736707e-08, -2.1913329e-06, -7.83572034e-08)
1558
o107.Anchored = true
1559
o107.CanCollide = false
1560
o107.FormFactor = Enum.FormFactor.Custom
1561
o107.Size = Vector3.new(1, 2, 1)
1562
o107.CFrame = CFrame.new(70.5565567, 140.78714, 113.749748, -0.335653007, -0.0807663575, -0.938524246, -0.0013551017, 0.996357918, -0.0852587074, 0.941991985, -0.0273455475, -0.33453995)
1563
o107.BottomSurface = Enum.SurfaceType.Smooth
1564
o107.TopSurface = Enum.SurfaceType.Smooth
1565
o107.Color = Color3.new(0.992157, 0.917647, 0.552941)
1566
o107.Position = Vector3.new(70.5565567, 140.78714, 113.749748)
1567
o107.Orientation = Vector3.new(4.88999987, -109.620003, -0.0799999982)
1568
o107.Color = Color3.new(0.992157, 0.917647, 0.552941)
1569
o108.Name = "Left Leg"
1570
o108.Parent = o101
1571
o108.BrickColor = BrickColor.new("Bright blue")
1572
o108.Position = Vector3.new(70.6280823, 138.959778, 114.689354)
1573
o108.Rotation = Vector3.new(122.529999, -56.5299988, 125.139999)
1574
o108.RotVelocity = Vector3.new(-3.76922912e-07, 7.72911791e-13, 9.60745083e-08)
1575
o108.Velocity = Vector3.new(1.55589433e-07, -1.83043085e-06, 6.10415384e-07)
1576
o108.Anchored = true
1577
o108.CanCollide = false
1578
o108.FormFactor = Enum.FormFactor.Custom
1579
o108.Size = Vector3.new(1, 2, 1)
1580
o108.CFrame = CFrame.new(70.6280823, 138.959778, 114.689354, -0.317483336, -0.451049656, -0.834129632, -0.0349930562, 0.884605646, -0.465025157, 0.947625101, -0.118449025, -0.296631098)
1581
o108.BottomSurface = Enum.SurfaceType.Smooth
1582
o108.TopSurface = Enum.SurfaceType.Smooth
1583
o108.Color = Color3.new(0.0509804, 0.411765, 0.67451)
1584
o108.Position = Vector3.new(70.6280823, 138.959778, 114.689354)
1585
o108.Orientation = Vector3.new(27.7099991, -109.580002, -2.26999998)
1586
o108.Color = Color3.new(0.0509804, 0.411765, 0.67451)
1587
o109.Name = "Right Leg"
1588
o109.Parent = o101
1589
o109.BrickColor = BrickColor.new("Bright blue")
1590
o109.Position = Vector3.new(69.4305344, 138.939453, 115.404251)
1591
o109.Rotation = Vector3.new(-125.559998, -58.5600014, -127.940002)
1592
o109.RotVelocity = Vector3.new(-3.76922912e-07, 7.72911791e-13, 9.60745083e-08)
1593
o109.Velocity = Vector3.new(1.57542729e-07, -1.50746882e-06, 6.18076001e-07)
1594
o109.Anchored = true
1595
o109.CanCollide = false
1596
o109.FormFactor = Enum.FormFactor.Custom
1597
o109.Size = Vector3.new(1, 2, 1)
1598
o109.CFrame = CFrame.new(69.4305344, 138.939453, 115.404251, -0.32075268, 0.411405802, -0.853156984, 0.0319376513, 0.904928565, 0.424363554, 0.94663173, 0.108867928, -0.303397655)
1599
o109.BottomSurface = Enum.SurfaceType.Smooth
1600
o109.TopSurface = Enum.SurfaceType.Smooth
1601
o109.Color = Color3.new(0.0509804, 0.411765, 0.67451)
1602
o109.Position = Vector3.new(69.4305344, 138.939453, 115.404251)
1603
o109.Orientation = Vector3.new(-25.1100006, -109.580002, 2.01999998)
1604
o109.Color = Color3.new(0.0509804, 0.411765, 0.67451)
1605
o110.Name = "Right Arm"
1606
o110.Parent = o101
1607
o110.BrickColor = BrickColor.new("Cool yellow")
1608
o110.Position = Vector3.new(69.4579391, 140.832977, 116.332756)
1609
o110.Rotation = Vector3.new(-150.169998, -67.6800003, -151.960007)
1610
o110.RotVelocity = Vector3.new(-3.76922912e-07, 7.72911791e-13, 9.60745083e-08)
1611
o110.Velocity = Vector3.new(-2.43776697e-08, -1.14915349e-06, -9.56435144e-08)
1612
o110.Anchored = true
1613
o110.CanCollide = false
1614
o110.FormFactor = Enum.FormFactor.Custom
1615
o110.Size = Vector3.new(1, 2, 1)
1616
o110.CFrame = CFrame.new(69.4579391, 140.832977, 116.332756, -0.335234523, 0.178511858, -0.92507571, 0.00152590009, 0.981987298, 0.188941061, 0.942140758, 0.0619279966, -0.329468429)
1617
o110.BottomSurface = Enum.SurfaceType.Smooth
1618
o110.TopSurface = Enum.SurfaceType.Smooth
1619
o110.Color = Color3.new(0.992157, 0.917647, 0.552941)
1620
o110.Position = Vector3.new(69.4579391, 140.832977, 116.332756)
1621
o110.Orientation = Vector3.new(-10.8900003, -109.599998, 0.0900000036)
1622
o110.Color = Color3.new(0.992157, 0.917647, 0.552941)
1623
o111.Parent = o101
1624
o111.Graphic = "http://www.roblox.com/asset/?id=916733093"
1625
o112.Name = "Pants"
1626
o112.Parent = o101
1627
o112.PantsTemplate = "http://www.roblox.com/asset/?id=616980141"
1628
o113.Name = "Shirt"
1629
o113.Parent = o101
1630
o113.ShirtTemplate = "http://www.roblox.com/asset/?id=602599985"
1631
o114.Name = "Quote"
1632
o114.Parent = o101
1633
o114.Material = Enum.Material.Wood
1634
o114.BrickColor = BrickColor.new("Persimmon")
1635
o114.Transparency = 1
1636
o114.Position = Vector3.new(69.2667007, 140.643326, 119.237953)
1637
o114.Rotation = Vector3.new(-42.8100014, -76.1100006, -45.4199982)
1638
o114.Anchored = true
1639
o114.CanCollide = false
1640
o114.Locked = true
1641
o114.FormFactor = Enum.FormFactor.Custom
1642
o114.Size = Vector3.new(4, 2, 0.400000006)
1643
o114.CFrame = CFrame.new(69.2667007, 140.643326, 119.237953, 0.168529555, 0.171010479, -0.970751226, -0.0593909994, 0.984808266, 0.163176507, 0.983907819, 0.0301536992, 0.176125526)
1644
o114.BottomSurface = Enum.SurfaceType.Smooth
1645
o114.TopSurface = Enum.SurfaceType.Smooth
1646
o114.Color = Color3.new(1, 0.34902, 0.34902)
1647
o114.Position = Vector3.new(69.2667007, 140.643326, 119.237953)
1648
o114.Orientation = Vector3.new(-9.39000034, -79.7200012, -3.45000005)
1649
o114.Color = Color3.new(1, 0.34902, 0.34902)
1650
o115.Name = "Life2"
1651
o115.Parent = o114
1652
o115.CanvasSize = Vector2.new(256, 128)
1653
o116.Name = "Contents"
1654
o116.Parent = o115
1655
o116.Position = UDim2.new(0,8,0,8)
1656
o116.Size = UDim2.new(1,-16,1,-16)
1657
o116.Text = "Made by N3xul#3777"
1658
o116.Position = UDim2.new(0,8,0,8)
1659
o116.BackgroundColor3 = Color3.new(1, 1, 1)
1660
o116.BackgroundTransparency = 1
1661
o116.BorderSizePixel = 0
1662
o116.ClipsDescendants = true
1663
o116.Font = Enum.Font.SourceSansBold
1664
o116.FontSize = Enum.FontSize.Size48
1665
o116.TextColor3 = Color3.new(1, 1, 0.8)
1666
o116.TextScaled = true
1667
o116.TextStrokeTransparency = 0
1668
o116.TextWrapped = true
1669
o117.Name = "Handle"
1670
o117.Parent = o101
1671
o117.Position = Vector3.new(70.2141876, 142.4646, 115.092606)
1672
o117.Rotation = Vector3.new(-124.099998, -66.2099991, -126.5)
1673
o117.Anchored = true
1674
o117.CanCollide = false
1675
o117.Locked = true
1676
o117.FormFactor = Enum.FormFactor.Custom
1677
o117.Size = Vector3.new(1.93002772, 1.76999903, 1.60000014)
1678
o117.CFrame = CFrame.new(70.2141876, 142.4646, 115.092606, -0.239958882, 0.324324816, -0.915012062, -2.53508947e-08, 0.942543566, 0.334083378, 0.970790088, 0.080166325, -0.226171717)
1679
o117.BottomSurface = Enum.SurfaceType.Smooth
1680
o117.TopSurface = Enum.SurfaceType.Smooth
1681
o117.Position = Vector3.new(70.2141876, 142.4646, 115.092606)
1682
o117.Orientation = Vector3.new(-19.5200005, -103.879997, 0)
1683
o118.Parent = o117
1684
o118.MeshId = "http://www.roblox.com/asset/?id=151738660 "
1685
o118.TextureId = "http://www.roblox.com/asset/?id=244067519"
1686
o118.MeshType = Enum.MeshType.FileMesh
1687
o119.Parent = o101
1688
o119.HeadColor = BrickColor.new("Really red")
1689
o119.LeftArmColor = BrickColor.new("Really black")
1690
o119.LeftLegColor = BrickColor.new("Really red")
1691
o119.RightArmColor = BrickColor.new("Really red")
1692
o119.RightLegColor = BrickColor.new("Really black")
1693
o119.TorsoColor = BrickColor.new("Really black")
1694
o120.Parent = o101
1695
o120.HealthDisplayDistance = 0
1696
o120.NameDisplayDistance = 0
1697
o120.RightLeg = o109
1698
o120.LeftLeg = o108
1699
o120.Torso = o102
1700
o120.AutoRotate = false
1701
o120.Health = 0
1702
o120.WalkSpeed = 18
1703
o121.Name = "Spawn"
1704
o121.Parent = o1
1705
o121.Transparency = 1
1706
o121.Position = Vector3.new(120.646057, 129.018356, 104.018715)
1707
o121.Anchored = true
1708
o121.Locked = true
1709
o121.Size = Vector3.new(6, 0.0500000007, 6)
1710
o121.CFrame = CFrame.new(120.646057, 129.018356, 104.018715, 1, -5.51026105e-08, 5.96046448e-08, 4.9163603e-08, 1, 3.55271368e-15, 2.98023224e-08, 3.2447911e-09, 1)
1711
o121.TopSurface = Enum.SurfaceType.Smooth
1712
o121.Position = Vector3.new(120.646057, 129.018356, 104.018715)
1713
o122.Name = "Spawn"
1714
o122.Parent = o1
1715
o122.Transparency = 1
1716
o122.Position = Vector3.new(120.646057, 129.018356, 104.018715)
1717
o122.Anchored = true
1718
o122.Locked = true
1719
o122.Size = Vector3.new(6, 0.0500000007, 6)
1720
o122.CFrame = CFrame.new(120.646057, 129.018356, 104.018715, 1, -5.51026105e-08, 5.96046448e-08, 4.9163603e-08, 1, 3.55271368e-15, 2.98023224e-08, 3.2447911e-09, 1)
1721
o122.TopSurface = Enum.SurfaceType.Smooth
1722
o122.Position = Vector3.new(120.646057, 129.018356, 104.018715)
1723
o123.Name = "Spawn"
1724
o123.Parent = o1
1725
o123.Transparency = 1
1726
o123.Position = Vector3.new(120.646057, 129.018356, 104.018715)
1727
o123.Anchored = true
1728
o123.Locked = true
1729
o123.Size = Vector3.new(6, 0.0500000007, 6)
1730
o123.CFrame = CFrame.new(120.646057, 129.018356, 104.018715, 1, -5.51026105e-08, 5.96046448e-08, 4.9163603e-08, 1, 3.55271368e-15, 2.98023224e-08, 3.2447911e-09, 1)
1731
o123.TopSurface = Enum.SurfaceType.Smooth
1732
o123.Position = Vector3.new(120.646057, 129.018356, 104.018715)
1733
o124.Name = "Spawn"
1734
o124.Parent = o1
1735
o124.Transparency = 1
1736
o124.Position = Vector3.new(120.646057, 129.018356, 104.018715)
1737
o124.Anchored = true
1738
o124.Locked = true
1739
o124.Size = Vector3.new(6, 0.0500000007, 6)
1740
o124.CFrame = CFrame.new(120.646057, 129.018356, 104.018715, 1, -5.51026105e-08, 5.96046448e-08, 4.9163603e-08, 1, 3.55271368e-15, 2.98023224e-08, 3.2447911e-09, 1)
1741
o124.TopSurface = Enum.SurfaceType.Smooth
1742
o124.Position = Vector3.new(120.646057, 129.018356, 104.018715)
1743
o125.Name = "Spawn"
1744
o125.Parent = o1
1745
o125.Transparency = 1
1746
o125.Position = Vector3.new(120.646057, 129.018356, 104.018715)
1747
o125.Anchored = true
1748
o125.Locked = true
1749
o125.Size = Vector3.new(6, 0.0500000007, 6)
1750
o125.CFrame = CFrame.new(120.646057, 129.018356, 104.018715, 1, -5.51026105e-08, 5.96046448e-08, 4.9163603e-08, 1, 3.55271368e-15, 2.98023224e-08, 3.2447911e-09, 1)
1751
o125.TopSurface = Enum.SurfaceType.Smooth
1752
o125.Position = Vector3.new(120.646057, 129.018356, 104.018715)
1753
o126.Name = "Spawn"
1754
o126.Parent = o1
1755
o126.Transparency = 1
1756
o126.Position = Vector3.new(120.646057, 129.018356, 104.018715)
1757
o126.Anchored = true
1758
o126.Locked = true
1759
o126.Size = Vector3.new(6, 0.0500000007, 6)
1760
o126.CFrame = CFrame.new(120.646057, 129.018356, 104.018715, 1, -5.51026105e-08, 5.96046448e-08, 4.9163603e-08, 1, 3.55271368e-15, 2.98023224e-08, 3.2447911e-09, 1)
1761
o126.TopSurface = Enum.SurfaceType.Smooth
1762
o126.Position = Vector3.new(120.646057, 129.018356, 104.018715)
1763
o127.Name = "Spawn"
1764
o127.Parent = o1
1765
o127.Transparency = 1
1766
o127.Position = Vector3.new(120.646057, 129.018356, 104.018715)
1767
o127.Anchored = true
1768
o127.Locked = true
1769
o127.Size = Vector3.new(6, 0.0500000007, 6)
1770
o127.CFrame = CFrame.new(120.646057, 129.018356, 104.018715, 1, -5.51026105e-08, 5.96046448e-08, 4.9163603e-08, 1, 3.55271368e-15, 2.98023224e-08, 3.2447911e-09, 1)
1771
o127.TopSurface = Enum.SurfaceType.Smooth
1772
o127.Position = Vector3.new(120.646057, 129.018356, 104.018715)
1773
o128.Name = "Spawn"
1774
o128.Parent = o1
1775
o128.Transparency = 1
1776
o128.Position = Vector3.new(120.646057, 129.018356, 104.018715)
1777
o128.Anchored = true
1778
o128.Locked = true
1779
o128.Size = Vector3.new(6, 0.0500000007, 6)
1780
o128.CFrame = CFrame.new(120.646057, 129.018356, 104.018715, 1, -5.51026105e-08, 5.96046448e-08, 4.9163603e-08, 1, 3.55271368e-15, 2.98023224e-08, 3.2447911e-09, 1)
1781
o128.TopSurface = Enum.SurfaceType.Smooth
1782
o128.Position = Vector3.new(120.646057, 129.018356, 104.018715)
1783
o129.Name = "Spawn"
1784
o129.Parent = o1
1785
o129.Transparency = 1
1786
o129.Position = Vector3.new(120.646057, 129.018356, 104.018715)
1787
o129.Anchored = true
1788
o129.Locked = true
1789
o129.Size = Vector3.new(6, 0.0500000007, 6)
1790
o129.CFrame = CFrame.new(120.646057, 129.018356, 104.018715, 1, -5.51026105e-08, 5.96046448e-08, 4.9163603e-08, 1, 3.55271368e-15, 2.98023224e-08, 3.2447911e-09, 1)
1791
o129.TopSurface = Enum.SurfaceType.Smooth
1792
o129.Position = Vector3.new(120.646057, 129.018356, 104.018715)
1793
o130.Name = "Spawn"
1794
o130.Parent = o1
1795
o130.Transparency = 1
1796
o130.Position = Vector3.new(120.646057, 129.018356, 104.018715)
1797
o130.Anchored = true
1798
o130.Locked = true
1799
o130.Size = Vector3.new(6, 0.0500000007, 6)
1800
o130.CFrame = CFrame.new(120.646057, 129.018356, 104.018715, 1, -5.51026105e-08, 5.96046448e-08, 4.9163603e-08, 1, 3.55271368e-15, 2.98023224e-08, 3.2447911e-09, 1)
1801
o130.TopSurface = Enum.SurfaceType.Smooth
1802
o130.Position = Vector3.new(120.646057, 129.018356, 104.018715)
1803
o131.Name = "Spawn"
1804
o131.Parent = o1
1805
o131.Transparency = 1
1806
o131.Position = Vector3.new(120.646057, 129.018356, 104.018715)
1807
o131.Anchored = true
1808
o131.Locked = true
1809
o131.Size = Vector3.new(6, 0.0500000007, 6)
1810
o131.CFrame = CFrame.new(120.646057, 129.018356, 104.018715, 1, -5.51026105e-08, 5.96046448e-08, 4.9163603e-08, 1, 3.55271368e-15, 2.98023224e-08, 3.2447911e-09, 1)
1811
o131.TopSurface = Enum.SurfaceType.Smooth
1812
o131.Position = Vector3.new(120.646057, 129.018356, 104.018715)
1813
o132.Name = "Spawn"
1814
o132.Parent = o1
1815
o132.Transparency = 1
1816
o132.Position = Vector3.new(120.646057, 129.018356, 104.018715)
1817
o132.Anchored = true
1818
o132.Locked = true
1819
o132.Size = Vector3.new(6, 0.0500000007, 6)
1820
o132.CFrame = CFrame.new(120.646057, 129.018356, 104.018715, 1, -5.51026105e-08, 5.96046448e-08, 4.9163603e-08, 1, 3.55271368e-15, 2.98023224e-08, 3.2447911e-09, 1)
1821
o132.TopSurface = Enum.SurfaceType.Smooth
1822
o132.Position = Vector3.new(120.646057, 129.018356, 104.018715)
1823
o133.Name = "Spawn"
1824
o133.Parent = o1
1825
o133.Transparency = 1
1826
o133.Position = Vector3.new(120.646057, 129.018356, 104.018715)
1827
o133.Anchored = true
1828
o133.Locked = true
1829
o133.Size = Vector3.new(6, 0.0500000007, 6)
1830
o133.CFrame = CFrame.new(120.646057, 129.018356, 104.018715, 1, -5.51026105e-08, 5.96046448e-08, 4.9163603e-08, 1, 3.55271368e-15, 2.98023224e-08, 3.2447911e-09, 1)
1831
o133.TopSurface = Enum.SurfaceType.Smooth
1832
o133.Position = Vector3.new(120.646057, 129.018356, 104.018715)
1833
o134.Name = "mountain"
1834
o134.Parent = o1
1835
o134.BrickColor = BrickColor.new("Pastel Blue")
1836
o134.Transparency = 1
1837
o134.Position = Vector3.new(82.2628326, 174.581268, 38.1716385)
1838
o134.Rotation = Vector3.new(0, 19, 0)
1839
o134.Anchored = true
1840
o134.Locked = true
1841
o134.FormFactor = Enum.FormFactor.Custom
1842
o134.Size = Vector3.new(80.2000046, 56.5999985, 4)
1843
o134.CFrame = CFrame.new(82.2628326, 174.581268, 38.1716385, 0.945512772, -2.52983391e-05, 0.325584918, 3.5999994e-05, 1, -2.68443491e-05, -0.325584918, 3.71027345e-05, 0.945512772)
1844
o134.BottomSurface = Enum.SurfaceType.Smooth
1845
o134.TopSurface = Enum.SurfaceType.Smooth
1846
o134.Color = Color3.new(0.501961, 0.733333, 0.858824)
1847
o134.Position = Vector3.new(82.2628326, 174.581268, 38.1716385)
1848
o134.Orientation = Vector3.new(0, 19, 0)
1849
o134.Color = Color3.new(0.501961, 0.733333, 0.858824)
1850
o135.Parent = o134
1851
o135.Texture = "http://www.roblox.com/asset/?id=108407235"
1852
o135.Face = Enum.NormalId.Back
1853
o136.Name = "Hitbox"
1854
o136.Parent = o1
1855
o136.Material = Enum.Material.SmoothPlastic
1856
o136.BrickColor = BrickColor.new("Really red")
1857
o136.Transparency = 1
1858
o136.Position = Vector3.new(106.499222, 145.06839, 93.6895828)
1859
o136.Rotation = Vector3.new(0, 20, 0)
1860
o136.Anchored = true
1861
o136.Locked = true
1862
o136.Size = Vector3.new(26.739996, 32.25, 0.0500000007)
1863
o136.CFrame = CFrame.new(106.499222, 145.06839, 93.6895828, 0.939697385, 1.23969258e-07, 0.342015564, 1.84782596e-06, 1, -5.43954002e-06, -0.342015564, 5.74350179e-06, 0.939697385)
1864
o136.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1865
o136.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1866
o136.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1867
o136.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1868
o136.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1869
o136.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1870
o136.Color = Color3.new(1, 0, 0)
1871
o136.Position = Vector3.new(106.499222, 145.06839, 93.6895828)
1872
o136.Orientation = Vector3.new(0, 20, 0)
1873
o136.Color = Color3.new(1, 0, 0)
1874
o137.Name = "mountain"
1875
o137.Parent = o1
1876
o137.BrickColor = BrickColor.new("Pastel Blue")
1877
o137.Transparency = 1
1878
o137.Position = Vector3.new(361.727722, 27.5823288, 557.065186)
1879
o137.Rotation = Vector3.new(179.990005, -74, 180)
1880
o137.Anchored = true
1881
o137.Locked = true
1882
o137.FormFactor = Enum.FormFactor.Custom
1883
o137.Size = Vector3.new(109.880013, 56.5999985, 4)
1884
o137.CFrame = CFrame.new(361.727722, 27.5823288, 557.065186, -0.275602549, -1.40890224e-05, -0.961265564, 4.10001012e-05, 1, -2.64106129e-05, 0.961265564, -4.66909187e-05, -0.275602549)
1885
o137.BottomSurface = Enum.SurfaceType.Smooth
1886
o137.TopSurface = Enum.SurfaceType.Smooth
1887
o137.Color = Color3.new(0.501961, 0.733333, 0.858824)
1888
o137.Position = Vector3.new(361.727722, 27.5823288, 557.065186)
1889
o137.Orientation = Vector3.new(0, -106, 0)
1890
o137.Color = Color3.new(0.501961, 0.733333, 0.858824)
1891
o138.Parent = o137
1892
o138.Texture = "http://www.roblox.com/asset/?id=108407257"
1893
o138.Face = Enum.NormalId.Back
1894
o139.Name = "mountain"
1895
o139.Parent = o1
1896
o139.BrickColor = BrickColor.new("Pastel Blue")
1897
o139.Transparency = 1
1898
o139.Position = Vector3.new(253.629242, 174.482391, 34.8967667)
1899
o139.Rotation = Vector3.new(0, -16, 0)
1900
o139.Anchored = true
1901
o139.Locked = true
1902
o139.FormFactor = Enum.FormFactor.Custom
1903
o139.Size = Vector3.new(109.880013, 56.5999985, 4)
1904
o139.CFrame = CFrame.new(253.629242, 174.482391, 34.8967667, 0.961271584, -4.66911515e-05, -0.275603175, 4.10000248e-05, 1, -2.64111532e-05, 0.275603175, 1.40885504e-05, 0.961271584)
1905
o139.BottomSurface = Enum.SurfaceType.Smooth
1906
o139.TopSurface = Enum.SurfaceType.Smooth
1907
o139.Color = Color3.new(0.501961, 0.733333, 0.858824)
1908
o139.Position = Vector3.new(253.629242, 174.482391, 34.8967667)
1909
o139.Orientation = Vector3.new(0, -16, 0)
1910
o139.Color = Color3.new(0.501961, 0.733333, 0.858824)
1911
o140.Parent = o139
1912
o140.Texture = "http://www.roblox.com/asset/?id=108407257"
1913
o140.Face = Enum.NormalId.Back
1914
o141.Name = "mountain"
1915
o141.Parent = o1
1916
o141.BrickColor = BrickColor.new("Pastel Blue")
1917
o141.Transparency = 1
1918
o141.Position = Vector3.new(10.8001137, 174.681274, 73.8110123)
1919
o141.Rotation = Vector3.new(0, 34, 0)
1920
o141.Anchored = true
1921
o141.Locked = true
1922
o141.FormFactor = Enum.FormFactor.Custom
1923
o141.Size = Vector3.new(80.2000046, 56.5999985, 4)
1924
o141.CFrame = CFrame.new(10.8001137, 174.681274, 73.8110123, 0.829052985, -1.17384889e-05, 0.559170008, 3.19999999e-05, 1, -2.64520804e-05, -0.559170008, 3.98236189e-05, 0.829052985)
1925
o141.BottomSurface = Enum.SurfaceType.Smooth
1926
o141.TopSurface = Enum.SurfaceType.Smooth
1927
o141.Color = Color3.new(0.501961, 0.733333, 0.858824)
1928
o141.Position = Vector3.new(10.8001137, 174.681274, 73.8110123)
1929
o141.Orientation = Vector3.new(0, 34, 0)
1930
o141.Color = Color3.new(0.501961, 0.733333, 0.858824)
1931
o142.Parent = o141
1932
o142.Texture = "http://www.roblox.com/asset/?id=108407221"
1933
o142.Face = Enum.NormalId.Back
1934
o143.Name = "far island"
1935
o143.Parent = o1
1936
o143.BrickColor = BrickColor.new("Bright blue")
1937
o143.Reflectance = 0.10000000149012
1938
o143.Transparency = 1
1939
o143.Position = Vector3.new(-192.322571, 66.7556839, 662.98175)
1940
o143.Rotation = Vector3.new(0, 40, 0)
1941
o143.Anchored = true
1942
o143.CanCollide = false
1943
o143.Locked = true
1944
o143.FormFactor = Enum.FormFactor.Custom
1945
o143.Size = Vector3.new(0.200012207, 118.400002, 187.099976)
1946
o143.CFrame = CFrame.new(-192.322571, 66.7556839, 662.98175, 0.766049027, 2.49185141e-05, 0.642792761, 1.29438149e-05, 1, -5.41923109e-05, -0.642792761, 4.98336594e-05, 0.766049027)
1947
o143.BottomSurface = Enum.SurfaceType.Smooth
1948
o143.TopSurface = Enum.SurfaceType.Smooth
1949
o143.Color = Color3.new(0.0509804, 0.411765, 0.67451)
1950
o143.Position = Vector3.new(-192.322571, 66.7556839, 662.98175)
1951
o143.Orientation = Vector3.new(0, 40, 0)
1952
o143.Color = Color3.new(0.0509804, 0.411765, 0.67451)
1953
o144.Parent = o143
1954
o145.Parent = o143
1955
o145.Texture = "http://www.roblox.com/asset/?id=109294020"
1956
o145.Face = Enum.NormalId.Right
1957
o146.Name = "mountain"
1958
o146.Parent = o1
1959
o146.BrickColor = BrickColor.new("Pastel Blue")
1960
o146.Transparency = 1
1961
o146.Position = Vector3.new(181.789291, 27.6817627, 713.865051)
1962
o146.Rotation = Vector3.new(180, -14, -180)
1963
o146.Anchored = true
1964
o146.Locked = true
1965
o146.FormFactor = Enum.FormFactor.Custom
1966
o146.Size = Vector3.new(80.2000046, 56.5999985, 4)
1967
o146.CFrame = CFrame.new(181.789291, 27.6817627, 713.865051, -0.970295012, 3.09391871e-05, -0.241925001, 3.79999983e-05, 1, -2.45200627e-05, 0.241925001, -3.29848372e-05, -0.970295012)
1968
o146.BottomSurface = Enum.SurfaceType.Smooth
1969
o146.TopSurface = Enum.SurfaceType.Smooth
1970
o146.Color = Color3.new(0.501961, 0.733333, 0.858824)
1971
o146.Position = Vector3.new(181.789291, 27.6817627, 713.865051)
1972
o146.Orientation = Vector3.new(0, -166, 0)
1973
o146.Color = Color3.new(0.501961, 0.733333, 0.858824)
1974
o147.Parent = o146
1975
o147.Texture = "http://www.roblox.com/asset/?id=108407248"
1976
o147.Face = Enum.NormalId.Back
1977
o148.Name = "mountain"
1978
o148.Parent = o1
1979
o148.BrickColor = BrickColor.new("Pastel Blue")
1980
o148.Transparency = 1
1981
o148.Position = Vector3.new(320.025574, 27.7812233, 637.354431)
1982
o148.Rotation = Vector3.new(180, -44, -180)
1983
o148.Anchored = true
1984
o148.Locked = true
1985
o148.FormFactor = Enum.FormFactor.Custom
1986
o148.Size = Vector3.new(80.2000046, 56.5999985, 4)
1987
o148.CFrame = CFrame.new(320.025574, 27.7812233, 637.354431, -0.719360232, 4.53084203e-06, -0.694637239, 3.20000108e-05, 1, -2.66163297e-05, 0.694637239, -4.13751259e-05, -0.719360232)
1988
o148.BottomSurface = Enum.SurfaceType.Smooth
1989
o148.TopSurface = Enum.SurfaceType.Smooth
1990
o148.Color = Color3.new(0.501961, 0.733333, 0.858824)
1991
o148.Position = Vector3.new(320.025574, 27.7812233, 637.354431)
1992
o148.Orientation = Vector3.new(0, -136, 0)
1993
o148.Color = Color3.new(0.501961, 0.733333, 0.858824)
1994
o149.Parent = o148
1995
o149.Texture = "http://www.roblox.com/asset/?id=108407221"
1996
o149.Face = Enum.NormalId.Back
1997
o150.Name = "Hitbox"
1998
o150.Parent = o1
1999
o150.Material = Enum.Material.SmoothPlastic
2000
o150.BrickColor = BrickColor.new("Really red")
2001
o150.Transparency = 1
2002
o150.Position = Vector3.new(137.37146, 145.118362, 109.240211)
2003
o150.Rotation = Vector3.new(0, -80, 0)
2004
o150.Anchored = true
2005
o150.Locked = true
2006
o150.Size = Vector3.new(29.2800274, 32.25, 0.0500000007)
2007
o150.CFrame = CFrame.new(137.37146, 145.118362, 109.240211, 0.173644513, 1.24140286e-07, -0.98480916, -5.67789357e-06, 1, -8.7508829e-07, 0.98480916, 5.74358683e-06, 0.173644513)
2008
o150.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2009
o150.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2010
o150.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2011
o150.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2012
o150.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2013
o150.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2014
o150.Color = Color3.new(1, 0, 0)
2015
o150.Position = Vector3.new(137.37146, 145.118362, 109.240211)
2016
o150.Orientation = Vector3.new(0, -80, 0)
2017
o150.Color = Color3.new(1, 0, 0)
2018
o151.Name = "mountain"
2019
o151.Parent = o1
2020
o151.BrickColor = BrickColor.new("Pastel Blue")
2021
o151.Transparency = 1
2022
o151.Position = Vector3.new(322.813995, 27.7812233, 314.237488)
2023
o151.Rotation = Vector3.new(0, -56, 0)
2024
o151.Anchored = true
2025
o151.Locked = true
2026
o151.FormFactor = Enum.FormFactor.Custom
2027
o151.Size = Vector3.new(80.2000046, 56.5999985, 4)
2028
o151.CFrame = CFrame.new(322.813995, 27.7812233, 314.237488, 0.559165776, -3.98239754e-05, -0.829048634, 3.19996325e-05, 1, -2.64516766e-05, 0.829048634, -1.17384925e-05, 0.559165776)
2029
o151.BottomSurface = Enum.SurfaceType.Smooth
2030
o151.TopSurface = Enum.SurfaceType.Smooth
2031
o151.Color = Color3.new(0.501961, 0.733333, 0.858824)
2032
o151.Position = Vector3.new(322.813995, 27.7812233, 314.237488)
2033
o151.Orientation = Vector3.new(0, -56, 0)
2034
o151.Color = Color3.new(0.501961, 0.733333, 0.858824)
2035
o152.Parent = o151
2036
o152.Texture = "http://www.roblox.com/asset/?id=108407221"
2037
o152.Face = Enum.NormalId.Back
2038
o153.Name = "mountain"
2039
o153.Parent = o1
2040
o153.BrickColor = BrickColor.new("Pastel Blue")
2041
o153.Transparency = 1
2042
o153.Position = Vector3.new(255.837585, 27.6812229, 684.86145)
2043
o153.Rotation = Vector3.new(180, -29, -180)
2044
o153.Anchored = true
2045
o153.Locked = true
2046
o153.FormFactor = Enum.FormFactor.Custom
2047
o153.Size = Vector3.new(80.2000046, 56.5999985, 4)
2048
o153.CFrame = CFrame.new(255.837585, 27.6812229, 684.86145, -0.874611795, 1.83316552e-05, -0.484823883, 3.5999994e-05, 1, -2.71322479e-05, 0.484823883, -4.11838446e-05, -0.874611795)
2049
o153.BottomSurface = Enum.SurfaceType.Smooth
2050
o153.TopSurface = Enum.SurfaceType.Smooth
2051
o153.Color = Color3.new(0.501961, 0.733333, 0.858824)
2052
o153.Position = Vector3.new(255.837585, 27.6812229, 684.86145)
2053
o153.Orientation = Vector3.new(0, -151, 0)
2054
o153.Color = Color3.new(0.501961, 0.733333, 0.858824)
2055
o154.Parent = o153
2056
o154.Texture = "http://www.roblox.com/asset/?id=108407235"
2057
o154.Face = Enum.NormalId.Back
2058
o155.Name = "mountain"
2059
o155.Parent = o1
2060
o155.BrickColor = BrickColor.new("Pastel Blue")
2061
o155.Transparency = 1
2062
o155.Position = Vector3.new(87.6437454, 27.5823288, 717.843567)
2063
o155.Rotation = Vector3.new(180, 6, -180)
2064
o155.Anchored = true
2065
o155.Locked = true
2066
o155.FormFactor = Enum.FormFactor.Custom
2067
o155.Size = Vector3.new(109.880013, 56.5999985, 4)
2068
o155.CFrame = CFrame.new(87.6437454, 27.5823288, 717.843567, -0.994525611, 4.36462105e-05, 0.104494058, 4.10000248e-05, 1, -2.74718277e-05, -0.104494058, -2.30371734e-05, -0.994525611)
2069
o155.BottomSurface = Enum.SurfaceType.Smooth
2070
o155.TopSurface = Enum.SurfaceType.Smooth
2071
o155.Color = Color3.new(0.501961, 0.733333, 0.858824)
2072
o155.Position = Vector3.new(87.6437454, 27.5823288, 717.843567)
2073
o155.Orientation = Vector3.new(0, 174, 0)
2074
o155.Color = Color3.new(0.501961, 0.733333, 0.858824)
2075
o156.Parent = o155
2076
o156.Texture = "http://www.roblox.com/asset/?id=108407257"
2077
o156.Face = Enum.NormalId.Back
2078
o157.Name = "mountain"
2079
o157.Parent = o1
2080
o157.BrickColor = BrickColor.new("Pastel Blue")
2081
o157.Transparency = 1
2082
o157.Position = Vector3.new(358.453064, 27.681221, 385.699799)
2083
o157.Rotation = Vector3.new(0, -71, 0.00999999978)
2084
o157.Anchored = true
2085
o157.Locked = true
2086
o157.FormFactor = Enum.FormFactor.Custom
2087
o157.Size = Vector3.new(80.2000046, 56.5999985, 4)
2088
o157.CFrame = CFrame.new(358.453064, 27.681221, 385.699799, 0.325581938, -3.71030947e-05, -0.945507467, 3.5999743e-05, 1, -2.68438653e-05, 0.945507467, -2.52982572e-05, 0.325581938)
2089
o157.BottomSurface = Enum.SurfaceType.Smooth
2090
o157.TopSurface = Enum.SurfaceType.Smooth
2091
o157.Color = Color3.new(0.501961, 0.733333, 0.858824)
2092
o157.Position = Vector3.new(358.453064, 27.681221, 385.699799)
2093
o157.Orientation = Vector3.new(0, -71, 0)
2094
o157.Color = Color3.new(0.501961, 0.733333, 0.858824)
2095
o158.Parent = o157
2096
o158.Texture = "http://www.roblox.com/asset/?id=108407235"
2097
o158.Face = Enum.NormalId.Back
2098
o159.Name = "mountain"
2099
o159.Parent = o1
2100
o159.BrickColor = BrickColor.new("Pastel Blue")
2101
o159.Transparency = 1
2102
o159.Position = Vector3.new(-191.03804, 27.9623146, 540.465576)
2103
o159.Rotation = Vector3.new(180, 66, -179.990005)
2104
o159.Anchored = true
2105
o159.Locked = true
2106
o159.FormFactor = Enum.FormFactor.Custom
2107
o159.Size = Vector3.new(109.880013, 56.5999985, 4)
2108
o159.CFrame = CFrame.new(-191.03804, 27.9623146, 540.465576, -0.40677315, 4.00259487e-05, 0.913529277, 4.10000139e-05, 1, -2.55582945e-05, -0.913529277, 2.70582805e-05, -0.40677315)
2109
o159.BottomSurface = Enum.SurfaceType.Smooth
2110
o159.TopSurface = Enum.SurfaceType.Smooth
2111
o159.Color = Color3.new(0.501961, 0.733333, 0.858824)
2112
o159.Position = Vector3.new(-191.03804, 27.9623146, 540.465576)
2113
o159.Orientation = Vector3.new(0, 114, 0)
2114
o159.Color = Color3.new(0.501961, 0.733333, 0.858824)
2115
o160.Parent = o159
2116
o160.Texture = "http://www.roblox.com/asset/?id=108407257"
2117
o160.Face = Enum.NormalId.Back
2118
o161.Name = "Hitbox"
2119
o161.Parent = o1
2120
o161.Material = Enum.Material.SmoothPlastic
2121
o161.BrickColor = BrickColor.new("Really red")
2122
o161.Transparency = 1
2123
o161.Position = Vector3.new(105.981445, 161.218262, 106.110085)
2124
o161.Rotation = Vector3.new(-180, 0, -180)
2125
o161.Anchored = true
2126
o161.CanCollide = false
2127
o161.Locked = true
2128
o161.Size = Vector3.new(67.9400253, 0.0500000007, 33.7500038)
2129
o161.CFrame = CFrame.new(105.981445, 161.218262, 106.110085, -1.00000083, 1.2411337e-07, 6.40749931e-06, 1.2415245e-07, 1, 5.74361047e-06, -6.5267086e-06, 5.74360956e-06, -1.00000107)
2130
o161.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2131
o161.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2132
o161.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2133
o161.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2134
o161.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2135
o161.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2136
o161.Color = Color3.new(1, 0, 0)
2137
o161.Position = Vector3.new(105.981445, 161.218262, 106.110085)
2138
o161.Orientation = Vector3.new(0, 180, 0)
2139
o161.Color = Color3.new(1, 0, 0)
2140
o162.Name = "mountain"
2141
o162.Parent = o1
2142
o162.BrickColor = BrickColor.new("Pastel Blue")
2143
o162.Transparency = 1
2144
o162.Position = Vector3.new(374.157745, 27.6817627, 463.659576)
2145
o162.Rotation = Vector3.new(0.0199999996, -85.9899979, 0.0199999996)
2146
o162.Anchored = true
2147
o162.Locked = true
2148
o162.FormFactor = Enum.FormFactor.Custom
2149
o162.Size = Vector3.new(80.2000046, 56.5999985, 4)
2150
o162.CFrame = CFrame.new(374.157745, 27.6817627, 463.659576, 0.0697585195, -2.60195266e-05, -0.997557878, 3.79998746e-05, 1, -2.34247673e-05, 0.997557878, -3.6273108e-05, 0.0697585195)
2151
o162.BottomSurface = Enum.SurfaceType.Smooth
2152
o162.TopSurface = Enum.SurfaceType.Smooth
2153
o162.Color = Color3.new(0.501961, 0.733333, 0.858824)
2154
o162.Position = Vector3.new(374.157745, 27.6817627, 463.659576)
2155
o162.Orientation = Vector3.new(0, -86, 0)
2156
o162.Color = Color3.new(0.501961, 0.733333, 0.858824)
2157
o163.Parent = o162
2158
o163.Texture = "http://www.roblox.com/asset/?id=108407248"
2159
o163.Face = Enum.NormalId.Back
2160
o164.Name = "mountain"
2161
o164.Parent = o1
2162
o164.BrickColor = BrickColor.new("Pastel Blue")
2163
o164.Transparency = 1
2164
o164.Position = Vector3.new(372.746857, 145.812943, 215.936539)
2165
o164.Rotation = Vector3.new(179.990005, -74, 180)
2166
o164.Anchored = true
2167
o164.Locked = true
2168
o164.FormFactor = Enum.FormFactor.Custom
2169
o164.Size = Vector3.new(109.880013, 56.5999985, 4)
2170
o164.CFrame = CFrame.new(372.746857, 145.812943, 215.936539, -0.275601625, -1.41286482e-05, -0.961267233, 4.09988206e-05, 1, -2.64516675e-05, 0.961267233, -4.67010323e-05, -0.275601625)
2171
o164.BottomSurface = Enum.SurfaceType.Smooth
2172
o164.TopSurface = Enum.SurfaceType.Smooth
2173
o164.Color = Color3.new(0.501961, 0.733333, 0.858824)
2174
o164.Position = Vector3.new(372.746857, 145.812943, 215.936539)
2175
o164.Orientation = Vector3.new(0, -106, 0)
2176
o164.Color = Color3.new(0.501961, 0.733333, 0.858824)
2177
o165.Parent = o164
2178
o165.Texture = "http://www.roblox.com/asset/?id=108407257"
2179
o165.Face = Enum.NormalId.Back
2180
o166.Name = "mountain"
2181
o166.Parent = o1
2182
o166.BrickColor = BrickColor.new("Pastel Blue")
2183
o166.Transparency = 1
2184
o166.Position = Vector3.new(385.176788, 145.912186, 122.530739)
2185
o166.Rotation = Vector3.new(0.0199999996, -86, 0.0199999996)
2186
o166.Anchored = true
2187
o166.Locked = true
2188
o166.FormFactor = Enum.FormFactor.Custom
2189
o166.Size = Vector3.new(80.2000046, 56.5999985, 4)
2190
o166.CFrame = CFrame.new(385.176788, 145.912186, 122.530739, 0.0697599575, -2.60591532e-05, -0.997559071, 3.8012724e-05, 1, -2.34637828e-05, 0.997559071, -3.62831925e-05, 0.0697599575)
2191
o166.BottomSurface = Enum.SurfaceType.Smooth
2192
o166.TopSurface = Enum.SurfaceType.Smooth
2193
o166.Color = Color3.new(0.501961, 0.733333, 0.858824)
2194
o166.Position = Vector3.new(385.176788, 145.912186, 122.530739)
2195
o166.Orientation = Vector3.new(0, -86, 0)
2196
o166.Color = Color3.new(0.501961, 0.733333, 0.858824)
2197
o167.Parent = o166
2198
o167.Texture = "http://www.roblox.com/asset/?id=108407248"
2199
o167.Face = Enum.NormalId.Back
2200
o168.Name = "mountain"
2201
o168.Parent = o1
2202
o168.BrickColor = BrickColor.new("Pastel Blue")
2203
o168.Transparency = 1
2204
o168.Position = Vector3.new(-158.859665, 166.341278, 204.668259)
2205
o168.Rotation = Vector3.new(0, 79, 0)
2206
o168.Anchored = true
2207
o168.Locked = true
2208
o168.FormFactor = Enum.FormFactor.Custom
2209
o168.Size = Vector3.new(80.2000046, 56.5999985, 4)
2210
o168.CFrame = CFrame.new(-158.859665, 166.341278, 204.668259, 0.190789968, 2.48403666e-07, 0.981630862, 3.59999976e-05, 1, -7.25001883e-06, -0.981630862, 3.672194e-05, 0.190789968)
2211
o168.BottomSurface = Enum.SurfaceType.Smooth
2212
o168.TopSurface = Enum.SurfaceType.Smooth
2213
o168.Color = Color3.new(0.501961, 0.733333, 0.858824)
2214
o168.Position = Vector3.new(-158.859665, 166.341278, 204.668259)
2215
o168.Orientation = Vector3.new(0, 79, 0)
2216
o168.Color = Color3.new(0.501961, 0.733333, 0.858824)
2217
o169.Parent = o168
2218
o169.Texture = "http://www.roblox.com/asset/?id=108407235"
2219
o169.Face = Enum.NormalId.Back
2220
o170.Name = "mountain"
2221
o170.Parent = o1
2222
o170.BrickColor = BrickColor.new("Pastel Blue")
2223
o170.Transparency = 1
2224
o170.Position = Vector3.new(-163.968887, 166.441299, 280.903442)
2225
o170.Rotation = Vector3.new(-180, 86, -180)
2226
o170.Anchored = true
2227
o170.Locked = true
2228
o170.FormFactor = Enum.FormFactor.Custom
2229
o170.Size = Vector3.new(73.2400055, 56.5999985, 4)
2230
o170.CFrame = CFrame.new(-163.968887, 166.441299, 280.903442, -0.0697299987, 5.43120882e-09, 0.997565985, 3.19999999e-05, 1, 2.23135999e-06, -0.997565985, 3.20776999e-05, -0.0697299987)
2231
o170.BottomSurface = Enum.SurfaceType.Smooth
2232
o170.TopSurface = Enum.SurfaceType.Smooth
2233
o170.Color = Color3.new(0.501961, 0.733333, 0.858824)
2234
o170.Position = Vector3.new(-163.968887, 166.441299, 280.903442)
2235
o170.Orientation = Vector3.new(0, 94, 0)
2236
o170.Color = Color3.new(0.501961, 0.733333, 0.858824)
2237
o171.Parent = o170
2238
o171.Texture = "http://www.roblox.com/asset/?id=108407221"
2239
o171.Face = Enum.NormalId.Back
2240
o172.Name = "mountain"
2241
o172.Parent = o1
2242
o172.BrickColor = BrickColor.new("Pastel Blue")
2243
o172.Transparency = 1
2244
o172.Position = Vector3.new(-76.0140533, 166.24231, 54.6258812)
2245
o172.Rotation = Vector3.new(0, 44, 0)
2246
o172.Anchored = true
2247
o172.Locked = true
2248
o172.FormFactor = Enum.FormFactor.Custom
2249
o172.Size = Vector3.new(109.880013, 56.5999985, 4)
2250
o172.CFrame = CFrame.new(-76.0140533, 166.24231, 54.6258812, 0.719315052, -1.17972049e-05, 0.694684029, 4.1000003e-05, 1, -2.54716051e-05, -0.694684029, 4.68041508e-05, 0.719315052)
2251
o172.BottomSurface = Enum.SurfaceType.Smooth
2252
o172.TopSurface = Enum.SurfaceType.Smooth
2253
o172.Color = Color3.new(0.501961, 0.733333, 0.858824)
2254
o172.Position = Vector3.new(-76.0140533, 166.24231, 54.6258812)
2255
o172.Orientation = Vector3.new(0, 44, 0)
2256
o172.Color = Color3.new(0.501961, 0.733333, 0.858824)
2257
o173.Parent = o172
2258
o173.Texture = "http://www.roblox.com/asset/?id=108407257"
2259
o173.Face = Enum.NormalId.Back
2260
o174.Name = "mountain"
2261
o174.Parent = o1
2262
o174.BrickColor = BrickColor.new("Pastel Blue")
2263
o174.Transparency = 1
2264
o174.Position = Vector3.new(-133.480881, 166.341782, 129.301651)
2265
o174.Rotation = Vector3.new(0, 64, 0)
2266
o174.Anchored = true
2267
o174.Locked = true
2268
o174.FormFactor = Enum.FormFactor.Custom
2269
o174.Size = Vector3.new(80.2000046, 56.5999985, 4)
2270
o174.CFrame = CFrame.new(-133.480881, 166.341782, 129.301651, 0.438367844, 1.46617367e-06, 0.898795724, 3.79999838e-05, 1, -2.016492e-05, -0.898795724, 4.299387e-05, 0.438367844)
2271
o174.BottomSurface = Enum.SurfaceType.Smooth
2272
o174.TopSurface = Enum.SurfaceType.Smooth
2273
o174.Color = Color3.new(0.501961, 0.733333, 0.858824)
2274
o174.Position = Vector3.new(-133.480881, 166.341782, 129.301651)
2275
o174.Orientation = Vector3.new(0, 64, 0)
2276
o174.Color = Color3.new(0.501961, 0.733333, 0.858824)
2277
o175.Parent = o174
2278
o175.Texture = "http://www.roblox.com/asset/?id=108407248"
2279
o175.Face = Enum.NormalId.Back
2280
o176.Name = "mountain"
2281
o176.Parent = o1
2282
o176.BrickColor = BrickColor.new("Pastel Blue")
2283
o176.Transparency = 1
2284
o176.Position = Vector3.new(-269.539581, 26.2017422, 644.588074)
2285
o176.Rotation = Vector3.new(180, 46, -180)
2286
o176.Anchored = true
2287
o176.Locked = true
2288
o176.FormFactor = Enum.FormFactor.Custom
2289
o176.Size = Vector3.new(80.2000046, 56.5999985, 4)
2290
o176.CFrame = CFrame.new(-269.539581, 26.2017422, 644.588074, -0.694663167, 4.36680457e-05, 0.719335198, 3.80000056e-05, 1, -2.40094523e-05, -0.719335198, 1.06562566e-05, -0.694663167)
2291
o176.BottomSurface = Enum.SurfaceType.Smooth
2292
o176.TopSurface = Enum.SurfaceType.Smooth
2293
o176.Color = Color3.new(0.501961, 0.733333, 0.858824)
2294
o176.Position = Vector3.new(-269.539581, 26.2017422, 644.588074)
2295
o176.Orientation = Vector3.new(0, 134, 0)
2296
o176.Color = Color3.new(0.501961, 0.733333, 0.858824)
2297
o177.Parent = o176
2298
o177.Texture = "http://www.roblox.com/asset/?id=108407248"
2299
o177.Face = Enum.NormalId.Back
2300
o178.Name = "mountain"
2301
o178.Parent = o1
2302
o178.BrickColor = BrickColor.new("Pastel Blue")
2303
o178.Transparency = 1
2304
o178.Position = Vector3.new(-207.397278, 26.2012005, 694.213684)
2305
o178.Rotation = Vector3.new(180, 31, -180)
2306
o178.Anchored = true
2307
o178.Locked = true
2308
o178.FormFactor = Enum.FormFactor.Custom
2309
o178.Size = Vector3.new(80.2000046, 56.5999985, 4)
2310
o178.CFrame = CFrame.new(-207.397278, 26.2012005, 694.213684, -0.857178152, 4.30597174e-05, 0.515020132, 3.60000085e-05, 1, -2.36909273e-05, -0.515020132, -1.76661604e-06, -0.857178152)
2311
o178.BottomSurface = Enum.SurfaceType.Smooth
2312
o178.TopSurface = Enum.SurfaceType.Smooth
2313
o178.Color = Color3.new(0.501961, 0.733333, 0.858824)
2314
o178.Position = Vector3.new(-207.397278, 26.2012005, 694.213684)
2315
o178.Orientation = Vector3.new(0, 149, 0)
2316
o178.Color = Color3.new(0.501961, 0.733333, 0.858824)
2317
o179.Parent = o178
2318
o179.Texture = "http://www.roblox.com/asset/?id=108407235"
2319
o179.Face = Enum.NormalId.Back
2320
o180.Name = "mountain"
2321
o180.Parent = o1
2322
o180.BrickColor = BrickColor.new("Pastel Blue")
2323
o180.Transparency = 1
2324
o180.Position = Vector3.new(-186.640182, 42.5615005, 372.044434)
2325
o180.Rotation = Vector3.new(0, 69, 0)
2326
o180.Anchored = true
2327
o180.Locked = true
2328
o180.FormFactor = Enum.FormFactor.Custom
2329
o180.Size = Vector3.new(80.2000046, 56.5999985, 4)
2330
o180.CFrame = CFrame.new(-186.640182, 42.5615005, 372.044434, 0.358350128, -8.56768111e-07, 0.933587372, 3.60000158e-05, 1, -1.29006057e-05, -0.933587372, 3.82320868e-05, 0.358350128)
2331
o180.BottomSurface = Enum.SurfaceType.Smooth
2332
o180.TopSurface = Enum.SurfaceType.Smooth
2333
o180.Color = Color3.new(0.501961, 0.733333, 0.858824)
2334
o180.Position = Vector3.new(-186.640182, 42.5615005, 372.044434)
2335
o180.Orientation = Vector3.new(0, 69, 0)
2336
o180.Color = Color3.new(0.501961, 0.733333, 0.858824)
2337
o181.Parent = o180
2338
o181.Texture = "http://www.roblox.com/asset/?id=108407235"
2339
o181.Face = Enum.NormalId.Back
2340
o182.Name = "mountain"
2341
o182.Parent = o1
2342
o182.BrickColor = BrickColor.new("Pastel Blue")
2343
o182.Transparency = 1
2344
o182.Position = Vector3.new(-148.55954, 42.562027, 302.229034)
2345
o182.Rotation = Vector3.new(0, 54, 0)
2346
o182.Anchored = true
2347
o182.Locked = true
2348
o182.FormFactor = Enum.FormFactor.Custom
2349
o182.Size = Vector3.new(80.2000046, 56.5999985, 4)
2350
o182.CFrame = CFrame.new(-148.55954, 42.562027, 302.229034, 0.587779939, -2.83905979e-06, 0.809020877, 3.79999947e-05, 1, -2.40989739e-05, -0.809020877, 4.49076833e-05, 0.587779939)
2351
o182.BottomSurface = Enum.SurfaceType.Smooth
2352
o182.TopSurface = Enum.SurfaceType.Smooth
2353
o182.Color = Color3.new(0.501961, 0.733333, 0.858824)
2354
o182.Position = Vector3.new(-148.55954, 42.562027, 302.229034)
2355
o182.Orientation = Vector3.new(0, 54, 0)
2356
o182.Color = Color3.new(0.501961, 0.733333, 0.858824)
2357
o183.Parent = o182
2358
o183.Texture = "http://www.roblox.com/asset/?id=108407248"
2359
o183.Face = Enum.NormalId.Back
2360
o184.Name = "mountain"
2361
o184.Parent = o1
2362
o184.BrickColor = BrickColor.new("Pastel Blue")
2363
o184.Transparency = 1
2364
o184.Position = Vector3.new(-205.273926, 42.6614914, 449.695831)
2365
o184.Rotation = Vector3.new(0, 84, 0)
2366
o184.Anchored = true
2367
o184.Locked = true
2368
o184.FormFactor = Enum.FormFactor.Custom
2369
o184.Size = Vector3.new(80.2000046, 56.5999985, 4)
2370
o184.CFrame = CFrame.new(-205.273926, 42.6614914, 449.695831, 0.10455402, -1.83377917e-08, 0.994519234, 3.20000072e-05, 1, -3.34572906e-06, -0.994519234, 3.21744301e-05, 0.10455402)
2371
o184.BottomSurface = Enum.SurfaceType.Smooth
2372
o184.TopSurface = Enum.SurfaceType.Smooth
2373
o184.Color = Color3.new(0.501961, 0.733333, 0.858824)
2374
o184.Position = Vector3.new(-205.273926, 42.6614914, 449.695831)
2375
o184.Orientation = Vector3.new(0, 84, 0)
2376
o184.Color = Color3.new(0.501961, 0.733333, 0.858824)
2377
o185.Parent = o184
2378
o185.Texture = "http://www.roblox.com/asset/?id=108407221"
2379
o185.Face = Enum.NormalId.Back
2380
o186.Name = "mountain"
2381
o186.Parent = o1
2382
o186.BrickColor = BrickColor.new("Pastel Blue")
2383
o186.Transparency = 1
2384
o186.Position = Vector3.new(-5.1408062, 28.1612091, 701.468445)
2385
o186.Rotation = Vector3.new(180, 16, -180)
2386
o186.Anchored = true
2387
o186.Locked = true
2388
o186.FormFactor = Enum.FormFactor.Custom
2389
o186.Size = Vector3.new(80.2000046, 56.5999985, 4)
2390
o186.CFrame = CFrame.new(-5.1408062, 28.1612091, 701.468445, -0.961254895, 3.34957585e-05, 0.275660992, 3.19999963e-05, 1, -9.92379682e-06, -0.275660962, -7.18147021e-07, -0.961254895)
2391
o186.BottomSurface = Enum.SurfaceType.Smooth
2392
o186.TopSurface = Enum.SurfaceType.Smooth
2393
o186.Color = Color3.new(0.501961, 0.733333, 0.858824)
2394
o186.Position = Vector3.new(-5.1408062, 28.1612091, 701.468445)
2395
o186.Orientation = Vector3.new(0, 164, 0)
2396
o186.Color = Color3.new(0.501961, 0.733333, 0.858824)
2397
o187.Parent = o186
2398
o187.Texture = "http://www.roblox.com/asset/?id=108407221"
2399
o187.Face = Enum.NormalId.Back
2400
o188.Name = "mountain"
2401
o188.Parent = o1
2402
o188.BrickColor = BrickColor.new("Pastel Blue")
2403
o188.Transparency = 1
2404
o188.Position = Vector3.new(-78.3772507, 28.061203, 669.633728)
2405
o188.Rotation = Vector3.new(180, 31, -180)
2406
o188.Anchored = true
2407
o188.Locked = true
2408
o188.FormFactor = Enum.FormFactor.Custom
2409
o188.Size = Vector3.new(80.2000046, 56.5999985, 4)
2410
o188.CFrame = CFrame.new(-78.3772507, 28.061203, 669.633728, -0.857178152, 4.30597174e-05, 0.515020132, 3.60000085e-05, 1, -2.36909273e-05, -0.515020132, -1.76661604e-06, -0.857178152)
2411
o188.BottomSurface = Enum.SurfaceType.Smooth
2412
o188.TopSurface = Enum.SurfaceType.Smooth
2413
o188.Color = Color3.new(0.501961, 0.733333, 0.858824)
2414
o188.Position = Vector3.new(-78.3772507, 28.061203, 669.633728)
2415
o188.Orientation = Vector3.new(0, 149, 0)
2416
o188.Color = Color3.new(0.501961, 0.733333, 0.858824)
2417
o189.Parent = o188
2418
o189.Texture = "http://www.roblox.com/asset/?id=108407235"
2419
o189.Face = Enum.NormalId.Back
2420
o190.Name = "mountain"
2421
o190.Parent = o1
2422
o190.BrickColor = BrickColor.new("Pastel Blue")
2423
o190.Transparency = 1
2424
o190.Position = Vector3.new(160.223038, 174.581802, 22.466774)
2425
o190.Rotation = Vector3.new(0, 4, 0)
2426
o190.Anchored = true
2427
o190.Locked = true
2428
o190.FormFactor = Enum.FormFactor.Custom
2429
o190.Size = Vector3.new(80.2000046, 56.5999985, 4)
2430
o190.CFrame = CFrame.new(160.223038, 174.581802, 22.466774, 0.997563779, -3.62732681e-05, 0.0697599873, 3.7999991e-05, 1, -2.34252984e-05, -0.0697599873, 2.601911e-05, 0.997563779)
2431
o190.BottomSurface = Enum.SurfaceType.Smooth
2432
o190.TopSurface = Enum.SurfaceType.Smooth
2433
o190.Color = Color3.new(0.501961, 0.733333, 0.858824)
2434
o190.Position = Vector3.new(160.223038, 174.581802, 22.466774)
2435
o190.Orientation = Vector3.new(0, 4, 0)
2436
o190.Color = Color3.new(0.501961, 0.733333, 0.858824)
2437
o191.Parent = o190
2438
o191.Texture = "http://www.roblox.com/asset/?id=108407248"
2439
o191.Face = Enum.NormalId.Back
2440
o192.Parent = o1
2441
o192.Material = Enum.Material.Marble
2442
o192.BrickColor = BrickColor.new("Bright orange")
2443
o192.Position = Vector3.new(135.633224, 47.8279572, 370.741394)
2444
o192.Rotation = Vector3.new(161.889999, -17.6100006, 164.029999)
2445
o192.Anchored = true
2446
o192.Locked = true
2447
o192.Size = Vector3.new(30.6310577, 108.040497, 27.916832)
2448
o192.CFrame = CFrame.new(135.633224, 47.8279572, 370.741394, -0.91638267, -0.26219213, -0.302488595, -0.171032652, 0.939647317, -0.296330571, 0.361927927, -0.219816655, -0.905919135)
2449
o192.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2450
o192.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2451
o192.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2452
o192.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2453
o192.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2454
o192.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2455
o192.Color = Color3.new(0.854902, 0.521569, 0.254902)
2456
o192.Position = Vector3.new(135.633224, 47.8279572, 370.741394)
2457
o192.Orientation = Vector3.new(17.2399998, -161.539993, -10.3199997)
2458
o192.Color = Color3.new(0.854902, 0.521569, 0.254902)
2459
o193.Parent = o1
2460
o193.Material = Enum.Material.Sand
2461
o193.BrickColor = BrickColor.new("Cool yellow")
2462
o193.Position = Vector3.new(62.636055, 7.5283556, 444.158722)
2463
o193.Rotation = Vector3.new(-180, 0, -180)
2464
o193.Anchored = true
2465
o193.Locked = true
2466
o193.Size = Vector3.new(626.379883, 0.0500000007, 569.999939)
2467
o193.CFrame = CFrame.new(62.636055, 7.5283556, 444.158722, -1, 0, 0, 0, 1, 0, 0, 0, -1)
2468
o193.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2469
o193.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2470
o193.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2471
o193.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2472
o193.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2473
o193.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2474
o193.Color = Color3.new(0.992157, 0.917647, 0.552941)
2475
o193.Position = Vector3.new(62.636055, 7.5283556, 444.158722)
2476
o193.Orientation = Vector3.new(0, 180, 0)
2477
o193.Color = Color3.new(0.992157, 0.917647, 0.552941)
2478
o194.Parent = o1
2479
o194.Material = Enum.Material.Marble
2480
o194.BrickColor = BrickColor.new("Bright orange")
2481
o194.Position = Vector3.new(198.787399, 131.315216, 109.744019)
2482
o194.Rotation = Vector3.new(177.330002, 30.6599998, -145.050003)
2483
o194.Anchored = true
2484
o194.Locked = true
2485
o194.Size = Vector3.new(67.7200165, 34.5500031, 38.8100014)
2486
o194.CFrame = CFrame.new(198.787399, 131.315216, 109.744019, -0.705093205, 0.4927333, 0.509958386, 0.552749097, 0.832386553, -0.0400129147, -0.444198132, 0.253666192, -0.85926801)
2487
o194.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2488
o194.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2489
o194.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2490
o194.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2491
o194.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2492
o194.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2493
o194.Color = Color3.new(0.854902, 0.521569, 0.254902)
2494
o194.Position = Vector3.new(198.787399, 131.315216, 109.744019)
2495
o194.Orientation = Vector3.new(2.28999996, 149.309998, 33.5900002)
2496
o194.Color = Color3.new(0.854902, 0.521569, 0.254902)
2497
o195.Parent = o1
2498
o195.Material = Enum.Material.Marble
2499
o195.BrickColor = BrickColor.new("Bright orange")
2500
o195.Position = Vector3.new(102.356888, 130.083176, 111.159981)
2501
o195.Rotation = Vector3.new(-10.2600002, 1.19000006, -3.24000001)
2502
o195.Anchored = true
2503
o195.Locked = true
2504
o195.Size = Vector3.new(3.98003006, 9.8500185, 4.68999958)
2505
o195.CFrame = CFrame.new(102.356888, 130.083176, 111.159981, 0.998181522, 0.0565891117, 0.0207700096, -0.0593903214, 0.982212126, 0.178148717, -0.0103192143, -0.179058373, 0.983787775)
2506
o195.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2507
o195.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2508
o195.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2509
o195.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2510
o195.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2511
o195.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2512
o195.Color = Color3.new(0.854902, 0.521569, 0.254902)
2513
o195.Position = Vector3.new(102.356888, 130.083176, 111.159981)
2514
o195.Orientation = Vector3.new(-10.2600002, 1.21000004, -3.46000004)
2515
o195.Color = Color3.new(0.854902, 0.521569, 0.254902)
2516
o196.Parent = o1
2517
o196.Material = Enum.Material.Sand
2518
o196.BrickColor = BrickColor.new("Cool yellow")
2519
o196.Position = Vector3.new(111.846085, 128.968353, 90.2787247)
2520
o196.Rotation = Vector3.new(-180, 0, -180)
2521
o196.Anchored = true
2522
o196.Locked = true
2523
o196.Size = Vector3.new(86.7199631, 0.0500000007, 64.8400116)
2524
o196.CFrame = CFrame.new(111.846085, 128.968353, 90.2787247, -1, 0, 0, 0, 1, 0, 0, 0, -1)
2525
o196.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2526
o196.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2527
o196.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2528
o196.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2529
o196.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2530
o196.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2531
o196.Color = Color3.new(0.992157, 0.917647, 0.552941)
2532
o196.Position = Vector3.new(111.846085, 128.968353, 90.2787247)
2533
o196.Orientation = Vector3.new(0, 180, 0)
2534
o196.Color = Color3.new(0.992157, 0.917647, 0.552941)
2535
o197.Parent = o1
2536
o197.Material = Enum.Material.Marble
2537
o197.BrickColor = BrickColor.new("Bright orange")
2538
o197.Position = Vector3.new(58.4651184, 129.973053, 120.587807)
2539
o197.Rotation = Vector3.new(-180, 80, -160)
2540
o197.Anchored = true
2541
o197.Locked = true
2542
o197.Size = Vector3.new(17.3799686, 39.5500069, 10.3500023)
2543
o197.CFrame = CFrame.new(58.4651184, 129.973053, 120.587807, -0.16317673, 0.0593910664, 0.98480767, 0.342019141, 0.939693034, 1.85298887e-07, -0.925417066, 0.336823106, -0.173648849)
2544
o197.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2545
o197.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2546
o197.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2547
o197.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2548
o197.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2549
o197.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2550
o197.Color = Color3.new(0.854902, 0.521569, 0.254902)
2551
o197.Position = Vector3.new(58.4651184, 129.973053, 120.587807)
2552
o197.Orientation = Vector3.new(0, 100, 20)
2553
o197.Color = Color3.new(0.854902, 0.521569, 0.254902)
2554
o198.Parent = o1
2555
o198.Material = Enum.Material.Marble
2556
o198.BrickColor = BrickColor.new("Bright orange")
2557
o198.Position = Vector3.new(72.6643372, 131.386047, 65.9277725)
2558
o198.Rotation = Vector3.new(-174.509995, -21.6000004, -125.169998)
2559
o198.Anchored = true
2560
o198.Locked = true
2561
o198.Size = Vector3.new(64.4000092, 78.609993, 25.4700069)
2562
o198.CFrame = CFrame.new(72.6643372, 131.386047, 65.9277725, -0.53562212, 0.760026217, -0.368061423, 0.793348312, 0.602222204, 0.0890331864, 0.289322287, -0.244312778, -0.925529003)
2563
o198.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2564
o198.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2565
o198.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2566
o198.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2567
o198.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2568
o198.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2569
o198.Color = Color3.new(0.854902, 0.521569, 0.254902)
2570
o198.Position = Vector3.new(72.6643372, 131.386047, 65.9277725)
2571
o198.Orientation = Vector3.new(-5.11000013, -158.309998, 52.7999992)
2572
o198.Color = Color3.new(0.854902, 0.521569, 0.254902)
2573
o199.Parent = o1
2574
o199.Material = Enum.Material.Marble
2575
o199.BrickColor = BrickColor.new("Bright orange")
2576
o199.Position = Vector3.new(86.9724884, 128.625763, 98.299263)
2577
o199.Rotation = Vector3.new(23.6800003, 49.2900009, -5.21999979)
2578
o199.Anchored = true
2579
o199.Locked = true
2580
o199.Size = Vector3.new(68.7200241, 20.9899979, 4.68999958)
2581
o199.CFrame = CFrame.new(86.9724884, 128.625763, 98.299263, 0.649513066, 0.0593939312, 0.758027196, 0.21984458, 0.939693391, -0.262001157, -0.727874458, 0.336821318, 0.597285688)
2582
o199.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2583
o199.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2584
o199.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2585
o199.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2586
o199.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2587
o199.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2588
o199.Color = Color3.new(0.854902, 0.521569, 0.254902)
2589
o199.Position = Vector3.new(86.9724884, 128.625763, 98.299263)
2590
o199.Orientation = Vector3.new(15.1899996, 51.7599983, 13.1700001)
2591
o199.Color = Color3.new(0.854902, 0.521569, 0.254902)
2592
o200.Parent = o1
2593
o200.Material = Enum.Material.Marble
2594
o200.BrickColor = BrickColor.new("Bright orange")
2595
o200.Position = Vector3.new(63.760788, 115.398468, 125.162987)
2596
o200.Rotation = Vector3.new(-180, 80, -160)
2597
o200.Anchored = true
2598
o200.Locked = true
2599
o200.Size = Vector3.new(8.299963, 20.3900223, 107.290047)
2600
o200.CFrame = CFrame.new(63.760788, 115.398468, 125.162987, -0.163177192, 0.0593911856, 0.984808028, 0.342019588, 0.939693213, 1.89989805e-07, -0.92541939, 0.336823583, -0.173648834)
2601
o200.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2602
o200.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2603
o200.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2604
o200.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2605
o200.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2606
o200.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2607
o200.Color = Color3.new(0.854902, 0.521569, 0.254902)
2608
o200.Position = Vector3.new(63.760788, 115.398468, 125.162987)
2609
o200.Orientation = Vector3.new(0, 100, 20)
2610
o200.Color = Color3.new(0.854902, 0.521569, 0.254902)
2611
o201.Parent = o1
2612
o201.Material = Enum.Material.Marble
2613
o201.BrickColor = BrickColor.new("Bright orange")
2614
o201.Position = Vector3.new(104.140488, 129.69371, 111.486397)
2615
o201.Rotation = Vector3.new(-12.1099997, -28.7600002, -3.70000005)
2616
o201.Anchored = true
2617
o201.Locked = true
2618
o201.Size = Vector3.new(3.04003048, 8.13001251, 3.85000038)
2619
o201.CFrame = CFrame.new(104.140488, 129.69371, 111.486397, 0.874836147, 0.0565889627, -0.481103808, 0.0376407988, 0.982209146, 0.183976546, 0.482955992, -0.179058149, 0.857142925)
2620
o201.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2621
o201.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2622
o201.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2623
o201.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2624
o201.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2625
o201.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2626
o201.Color = Color3.new(0.854902, 0.521569, 0.254902)
2627
o201.Position = Vector3.new(104.140488, 129.69371, 111.486397)
2628
o201.Orientation = Vector3.new(-10.6000004, -29.2999992, 2.19000006)
2629
o201.Color = Color3.new(0.854902, 0.521569, 0.254902)
2630
o202.Parent = o1
2631
o202.Material = Enum.Material.Marble
2632
o202.BrickColor = BrickColor.new("Bright orange")
2633
o202.Position = Vector3.new(130.921753, 133.718323, 88.4623489)
2634
o202.Rotation = Vector3.new(-180, 20, -180)
2635
o202.Anchored = true
2636
o202.Locked = true
2637
o202.Size = Vector3.new(35.9200096, 9.55000019, 9.25000095)
2638
o202.CFrame = CFrame.new(130.921753, 133.718323, 88.4623489, -0.939692736, 0, 0.342019886, 0, 1, 0, -0.342019916, 0, -0.939692736)
2639
o202.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2640
o202.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2641
o202.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2642
o202.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2643
o202.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2644
o202.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2645
o202.Color = Color3.new(0.854902, 0.521569, 0.254902)
2646
o202.Position = Vector3.new(130.921753, 133.718323, 88.4623489)
2647
o202.Orientation = Vector3.new(0, 160, 0)
2648
o202.Color = Color3.new(0.854902, 0.521569, 0.254902)
2649
o203.Parent = o1
2650
o203.Material = Enum.Material.Marble
2651
o203.BrickColor = BrickColor.new("Bright orange")
2652
o203.Position = Vector3.new(27.3667183, 136.131012, 98.8935318)
2653
o203.Rotation = Vector3.new(180, -35.9199982, -150)
2654
o203.Anchored = true
2655
o203.Locked = true
2656
o203.Size = Vector3.new(63.1200104, 44.6100082, 23.1700115)
2657
o203.CFrame = CFrame.new(27.3667183, 136.131012, 98.8935318, -0.701353431, 0.40492788, -0.586636662, 0.500001192, 0.866033792, -4.43427297e-07, 0.508039892, -0.293317527, -0.809856832)
2658
o203.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2659
o203.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2660
o203.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2661
o203.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2662
o203.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2663
o203.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2664
o203.Color = Color3.new(0.854902, 0.521569, 0.254902)
2665
o203.Position = Vector3.new(27.3667183, 136.131012, 98.8935318)
2666
o203.Orientation = Vector3.new(0, -144.080002, 30)
2667
o203.Color = Color3.new(0.854902, 0.521569, 0.254902)
2668
o204.Parent = o1
2669
o204.Material = Enum.Material.Marble
2670
o204.BrickColor = BrickColor.new("Bright orange")
2671
o204.Position = Vector3.new(124.268181, 89.6128693, 361.830627)
2672
o204.Rotation = Vector3.new(167.289993, 1.66999996, 164.789993)
2673
o204.Anchored = true
2674
o204.Locked = true
2675
o204.Size = Vector3.new(16.5892639, 82.8404846, 16.0586433)
2676
o204.CFrame = CFrame.new(124.268181, 89.6128693, 361.830627, -0.964574695, -0.262191921, 0.0291745625, -0.262068987, 0.93964684, -0.219963089, 0.0302587561, -0.219816566, -0.975071847)
2677
o204.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2678
o204.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2679
o204.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2680
o204.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2681
o204.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2682
o204.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2683
o204.Color = Color3.new(0.854902, 0.521569, 0.254902)
2684
o204.Position = Vector3.new(124.268181, 89.6128693, 361.830627)
2685
o204.Orientation = Vector3.new(12.71, 178.289993, -15.5799999)
2686
o204.Color = Color3.new(0.854902, 0.521569, 0.254902)
2687
o205.Parent = o1
2688
o205.Material = Enum.Material.Marble
2689
o205.BrickColor = BrickColor.new("Bright orange")
2690
o205.Position = Vector3.new(140.093689, 24.8532867, 375.591309)
2691
o205.Rotation = Vector3.new(180, 39.9700012, 159.990005)
2692
o205.Anchored = true
2693
o205.Locked = true
2694
o205.Size = Vector3.new(49.8892365, 81.8093414, 33.7397842)
2695
o205.CFrame = CFrame.new(140.093689, 24.8532867, 375.591309, -0.720154524, -0.26218915, 0.642372429, -0.34214586, 0.939647436, -4.87715006e-05, -0.603580058, -0.219817191, -0.766398966)
2696
o205.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2697
o205.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2698
o205.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2699
o205.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2700
o205.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2701
o205.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2702
o205.Color = Color3.new(0.854902, 0.521569, 0.254902)
2703
o205.Position = Vector3.new(140.093689, 24.8532867, 375.591309)
2704
o205.Orientation = Vector3.new(0, 140.029999, -20.0100002)
2705
o205.Color = Color3.new(0.854902, 0.521569, 0.254902)
2706
o206.Parent = o1
2707
o206.Material = Enum.Material.Marble
2708
o206.BrickColor = BrickColor.new("Bright orange")
2709
o206.Position = Vector3.new(214.130966, 59.8595238, 189.836304)
2710
o206.Rotation = Vector3.new(-4.17999983, 46.9900017, -20.6800003)
2711
o206.Anchored = true
2712
o206.Locked = true
2713
o206.Size = Vector3.new(25.2199574, 161.509995, 225.770035)
2714
o206.CFrame = CFrame.new(214.130966, 59.8595238, 189.836304, 0.638174295, 0.240873218, 0.731241107, -0.402099818, 0.914242148, 0.0497692674, -0.656543374, -0.325793445, 0.680300891)
2715
o206.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2716
o206.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2717
o206.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2718
o206.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2719
o206.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2720
o206.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2721
o206.Color = Color3.new(0.854902, 0.521569, 0.254902)
2722
o206.Position = Vector3.new(214.130966, 59.8595238, 189.836304)
2723
o206.Orientation = Vector3.new(-2.8499999, 47.0699997, -23.7399998)
2724
o206.Color = Color3.new(0.854902, 0.521569, 0.254902)
2725
o207.Parent = o1
2726
o207.Material = Enum.Material.Sand
2727
o207.BrickColor = BrickColor.new("Cool yellow")
2728
o207.Position = Vector3.new(59.9744186, 139.144562, 91.7278595)
2729
o207.Rotation = Vector3.new(-163.190002, 40.5, 174.479996)
2730
o207.Anchored = true
2731
o207.Locked = true
2732
o207.Size = Vector3.new(27.1199913, 0.0500000007, 88.7200394)
2733
o207.CFrame = CFrame.new(59.9744186, 139.144562, 91.7278595, -0.75682497, -0.0731381848, 0.649512708, 0.0948448926, 0.970913291, 0.219844505, -0.646699727, 0.227986827, -0.727874517)
2734
o207.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2735
o207.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2736
o207.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2737
o207.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2738
o207.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2739
o207.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2740
o207.Color = Color3.new(0.992157, 0.917647, 0.552941)
2741
o207.Position = Vector3.new(59.9744186, 139.144562, 91.7278595)
2742
o207.Orientation = Vector3.new(-12.6999998, 138.259995, 5.57999992)
2743
o207.Color = Color3.new(0.992157, 0.917647, 0.552941)
2744
o208.Parent = o1
2745
o208.Material = Enum.Material.Marble
2746
o208.BrickColor = BrickColor.new("Bright orange")
2747
o208.Position = Vector3.new(132.604294, 140.326263, 70.0458755)
2748
o208.Rotation = Vector3.new(177.330002, 30.6599998, -145.050003)
2749
o208.Anchored = true
2750
o208.Locked = true
2751
o208.Size = Vector3.new(64.4000092, 31.9500065, 38.8100014)
2752
o208.CFrame = CFrame.new(132.604294, 140.326263, 70.0458755, -0.705093205, 0.4927333, 0.509958386, 0.552749097, 0.832386553, -0.0400129147, -0.444198132, 0.253666192, -0.85926801)
2753
o208.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2754
o208.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2755
o208.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2756
o208.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2757
o208.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2758
o208.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2759
o208.Color = Color3.new(0.854902, 0.521569, 0.254902)
2760
o208.Position = Vector3.new(132.604294, 140.326263, 70.0458755)
2761
o208.Orientation = Vector3.new(2.28999996, 149.309998, 33.5900002)
2762
o208.Color = Color3.new(0.854902, 0.521569, 0.254902)
2763
o209.Parent = o1
2764
o209.Material = Enum.Material.Marble
2765
o209.BrickColor = BrickColor.new("Bright orange")
2766
o209.Position = Vector3.new(142.06575, 17.7859077, 377.24472)
2767
o209.Rotation = Vector3.new(167.289993, 1.66999996, 164.789993)
2768
o209.Anchored = true
2769
o209.Locked = true
2770
o209.Size = Vector3.new(49.8892365, 96.851944, 33.7397842)
2771
o209.CFrame = CFrame.new(142.06575, 17.7859077, 377.24472, -0.964574695, -0.262191921, 0.0291745625, -0.262068987, 0.93964684, -0.219963089, 0.0302587561, -0.219816566, -0.975071847)
2772
o209.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2773
o209.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2774
o209.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2775
o209.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2776
o209.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2777
o209.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2778
o209.Color = Color3.new(0.854902, 0.521569, 0.254902)
2779
o209.Position = Vector3.new(142.06575, 17.7859077, 377.24472)
2780
o209.Orientation = Vector3.new(12.71, 178.289993, -15.5799999)
2781
o209.Color = Color3.new(0.854902, 0.521569, 0.254902)
2782
o210.Parent = o1
2783
o210.Material = Enum.Material.Marble
2784
o210.BrickColor = BrickColor.new("Bright orange")
2785
o210.Position = Vector3.new(31.3863316, 138.532532, 97.4019775)
2786
o210.Rotation = Vector3.new(180, -35.9199982, -110)
2787
o210.Anchored = true
2788
o210.Locked = true
2789
o210.Size = Vector3.new(14.9800072, 32.2300072, 25.4700069)
2790
o210.CFrame = CFrame.new(31.3863316, 138.532532, 97.4019775, -0.276987284, 0.761012018, -0.586633503, 0.93969202, 0.342021912, -9.68575478e-08, 0.200641364, -0.551254809, -0.8098526)
2791
o210.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2792
o210.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2793
o210.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2794
o210.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2795
o210.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2796
o210.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2797
o210.Color = Color3.new(0.854902, 0.521569, 0.254902)
2798
o210.Position = Vector3.new(31.3863316, 138.532532, 97.4019775)
2799
o210.Orientation = Vector3.new(0, -144.080002, 70)
2800
o210.Color = Color3.new(0.854902, 0.521569, 0.254902)
2801
o211.Parent = o1
2802
o211.Material = Enum.Material.Marble
2803
o211.BrickColor = BrickColor.new("Bright orange")
2804
o211.Position = Vector3.new(47.9034767, 126.223381, 125.073097)
2805
o211.Rotation = Vector3.new(-180, 80, -160)
2806
o211.Anchored = true
2807
o211.Locked = true
2808
o211.Size = Vector3.new(11.9599676, 34.2700043, 16.470005)
2809
o211.CFrame = CFrame.new(47.9034767, 126.223381, 125.073097, -0.16317673, 0.0593910664, 0.98480767, 0.342019141, 0.939693034, 1.85298887e-07, -0.925417066, 0.336823106, -0.173648849)
2810
o211.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2811
o211.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2812
o211.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2813
o211.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2814
o211.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2815
o211.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2816
o211.Color = Color3.new(0.854902, 0.521569, 0.254902)
2817
o211.Position = Vector3.new(47.9034767, 126.223381, 125.073097)
2818
o211.Orientation = Vector3.new(0, 100, 20)
2819
o211.Color = Color3.new(0.854902, 0.521569, 0.254902)
2820
o212.Parent = o1
2821
o212.Material = Enum.Material.Marble
2822
o212.BrickColor = BrickColor.new("Bright orange")
2823
o212.Position = Vector3.new(103.520584, 131.484955, 110.027657)
2824
o212.Rotation = Vector3.new(23.6800003, 49.2900009, -5.21999979)
2825
o212.Anchored = true
2826
o212.Locked = true
2827
o212.Size = Vector3.new(6.16002798, 11.0699959, 4.68999958)
2828
o212.CFrame = CFrame.new(103.520584, 131.484955, 110.027657, 0.649513066, 0.0593939312, 0.758027196, 0.21984458, 0.939693391, -0.262001157, -0.727874458, 0.336821318, 0.597285688)
2829
o212.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2830
o212.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2831
o212.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2832
o212.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2833
o212.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2834
o212.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2835
o212.Color = Color3.new(0.854902, 0.521569, 0.254902)
2836
o212.Position = Vector3.new(103.520584, 131.484955, 110.027657)
2837
o212.Orientation = Vector3.new(15.1899996, 51.7599983, 13.1700001)
2838
o212.Color = Color3.new(0.854902, 0.521569, 0.254902)
2839
o213.Parent = o1
2840
o213.Material = Enum.Material.Marble
2841
o213.BrickColor = BrickColor.new("Bright orange")
2842
o213.Position = Vector3.new(-47.1617165, 74.4342651, 219.880707)
2843
o213.Rotation = Vector3.new(-180, 40, 160)
2844
o213.Anchored = true
2845
o213.Locked = true
2846
o213.Size = Vector3.new(25.2199574, 161.509995, 277.910126)
2847
o213.CFrame = CFrame.new(-47.1617165, 74.4342651, 219.880707, -0.719841003, -0.262000948, 0.64278686, -0.342015922, 0.939693749, 9.25335314e-07, -0.604017496, -0.219843328, -0.766045094)
2848
o213.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2849
o213.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2850
o213.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2851
o213.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2852
o213.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2853
o213.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2854
o213.Color = Color3.new(0.854902, 0.521569, 0.254902)
2855
o213.Position = Vector3.new(-47.1617165, 74.4342651, 219.880707)
2856
o213.Orientation = Vector3.new(0, 140, -20)
2857
o213.Color = Color3.new(0.854902, 0.521569, 0.254902)
2858
o214.Parent = o1
2859
o214.Material = Enum.Material.Sand
2860
o214.BrickColor = BrickColor.new("Cool yellow")
2861
o214.Position = Vector3.new(68.230896, 141.191422, 85.6594315)
2862
o214.Rotation = Vector3.new(-163.190002, 40.5, 164.479996)
2863
o214.Anchored = true
2864
o214.Locked = true
2865
o214.Size = Vector3.new(46.3399811, 0.0500000007, 68.260025)
2866
o214.CFrame = CFrame.new(68.230896, 141.191422, 85.6594315, -0.732626736, -0.203448176, 0.649512768, -0.0751931369, 0.972632647, 0.21984455, -0.676464379, 0.112225108, -0.727874577)
2867
o214.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2868
o214.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2869
o214.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2870
o214.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2871
o214.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2872
o214.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2873
o214.Color = Color3.new(0.992157, 0.917647, 0.552941)
2874
o214.Position = Vector3.new(68.230896, 141.191422, 85.6594315)
2875
o214.Orientation = Vector3.new(-12.6999998, 138.259995, -4.42000008)
2876
o214.Color = Color3.new(0.992157, 0.917647, 0.552941)
2877
o215.Parent = o1
2878
o215.Material = Enum.Material.Marble
2879
o215.BrickColor = BrickColor.new("Bright orange")
2880
o215.Position = Vector3.new(98.65065, 134.296112, 83.2907181)
2881
o215.Rotation = Vector3.new(-169.419998, -21.4200001, 173.75)
2882
o215.Anchored = true
2883
o215.Locked = true
2884
o215.Size = Vector3.new(52.6800117, 17.3700066, 19.6300011)
2885
o215.CFrame = CFrame.new(98.65065, 134.296112, 83.2907181, -0.925416589, -0.101305902, -0.365160286, -0.173648104, 0.969846666, 0.171008646, 0.336825192, 0.221663505, -0.915103734)
2886
o215.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2887
o215.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2888
o215.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2889
o215.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2890
o215.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2891
o215.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2892
o215.Color = Color3.new(0.854902, 0.521569, 0.254902)
2893
o215.Position = Vector3.new(98.65065, 134.296112, 83.2907181)
2894
o215.Orientation = Vector3.new(-9.85000038, -158.25, -10.1499996)
2895
o215.Color = Color3.new(0.854902, 0.521569, 0.254902)
2896
o216.Parent = o1
2897
o216.Material = Enum.Material.Marble
2898
o216.BrickColor = BrickColor.new("Bright orange")
2899
o216.Position = Vector3.new(161.742279, 132.201828, 97.1384659)
2900
o216.Rotation = Vector3.new(-180, 80, -160)
2901
o216.Anchored = true
2902
o216.Locked = true
2903
o216.Size = Vector3.new(57.8399506, 17.8900032, 52.2299919)
2904
o216.CFrame = CFrame.new(161.742279, 132.201828, 97.1384659, -0.16317673, 0.0593910664, 0.98480767, 0.342019141, 0.939693034, 1.85298887e-07, -0.925417066, 0.336823106, -0.173648849)
2905
o216.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2906
o216.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2907
o216.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2908
o216.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2909
o216.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2910
o216.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2911
o216.Color = Color3.new(0.854902, 0.521569, 0.254902)
2912
o216.Position = Vector3.new(161.742279, 132.201828, 97.1384659)
2913
o216.Orientation = Vector3.new(0, 100, 20)
2914
o216.Color = Color3.new(0.854902, 0.521569, 0.254902)
2915
o217.Parent = o1
2916
o217.Material = Enum.Material.Marble
2917
o217.BrickColor = BrickColor.new("Bright orange")
2918
o217.Position = Vector3.new(61.9029388, 125.81665, 121.156715)
2919
o217.Rotation = Vector3.new(37.3400002, 78.8799973, -17.9400005)
2920
o217.Anchored = true
2921
o217.Locked = true
2922
o217.Size = Vector3.new(12.0399637, 31.530014, 10.3500023)
2923
o217.CFrame = CFrame.new(61.9029388, 125.81665, 121.156715, 0.183487833, 0.0593910813, 0.981226623, 0.321393371, 0.939693213, -0.116977185, -0.929001391, 0.336823612, 0.153334662)
2924
o217.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2925
o217.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2926
o217.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2927
o217.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2928
o217.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2929
o217.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2930
o217.Color = Color3.new(0.854902, 0.521569, 0.254902)
2931
o217.Position = Vector3.new(61.9029388, 125.81665, 121.156715)
2932
o217.Orientation = Vector3.new(6.71999979, 81.1200027, 18.8799992)
2933
o217.Color = Color3.new(0.854902, 0.521569, 0.254902)
2934
o218.Parent = o1
2935
o218.Material = Enum.Material.Marble
2936
o218.BrickColor = BrickColor.new("Bright orange")
2937
o218.Position = Vector3.new(78.2381134, 134.468628, 75.9897537)
2938
o218.Rotation = Vector3.new(-6.34000015, 47.1100006, 17.3899994)
2939
o218.Anchored = true
2940
o218.Locked = true
2941
o218.Size = Vector3.new(92.4200134, 19.2699947, 45.7700233)
2942
o218.CFrame = CFrame.new(78.2381134, 134.468628, 75.9897537, 0.649513364, -0.203448191, 0.732626796, 0.219844654, 0.972632647, 0.0751931891, -0.727874637, 0.112225071, 0.676464677)
2943
o218.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2944
o218.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2945
o218.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2946
o218.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2947
o218.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2948
o218.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2949
o218.Color = Color3.new(0.854902, 0.521569, 0.254902)
2950
o218.Position = Vector3.new(78.2381134, 134.468628, 75.9897537)
2951
o218.Orientation = Vector3.new(-4.30999994, 47.2799988, 12.7399998)
2952
o218.Color = Color3.new(0.854902, 0.521569, 0.254902)
2953
o219.Parent = o1
2954
o219.Material = Enum.Material.Marble
2955
o219.BrickColor = BrickColor.new("Bright orange")
2956
o219.Position = Vector3.new(105.491158, 64.7652512, 142.382233)
2957
o219.Rotation = Vector3.new(70, 90, 0)
2958
o219.Anchored = true
2959
o219.Locked = true
2960
o219.Size = Vector3.new(134.840012, 8.25000095, 167.990036)
2961
o219.CFrame = CFrame.new(105.491158, 64.7652512, 142.382233, -1.7366151e-06, 2.24804876e-06, 1, 0.939696074, 0.342027128, 8.62984677e-07, -0.342022061, 0.939697146, -2.70641522e-06)
2962
o219.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2963
o219.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2964
o219.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2965
o219.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2966
o219.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2967
o219.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2968
o219.Color = Color3.new(0.854902, 0.521569, 0.254902)
2969
o219.Position = Vector3.new(105.491158, 64.7652512, 142.382233)
2970
o219.Orientation = Vector3.new(0, 90, 70)
2971
o219.Color = Color3.new(0.854902, 0.521569, 0.254902)
2972
o220.Parent = o1
2973
o220.Material = Enum.Material.Marble
2974
o220.BrickColor = BrickColor.new("Bright orange")
2975
o220.Position = Vector3.new(112.849457, 128.174026, 87.7310257)
2976
o220.Rotation = Vector3.new(-180, -20, -150)
2977
o220.Anchored = true
2978
o220.Locked = true
2979
o220.Size = Vector3.new(10.9800091, 4.87000179, 6.83000135)
2980
o220.CFrame = CFrame.new(112.849457, 128.174026, 87.7310257, -0.81379801, 0.469845265, -0.342020929, 0.499998987, 0.866026044, 1.58279061e-08, 0.296198994, -0.171010107, -0.939692438)
2981
o220.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2982
o220.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2983
o220.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2984
o220.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2985
o220.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2986
o220.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2987
o220.Color = Color3.new(0.854902, 0.521569, 0.254902)
2988
o220.Position = Vector3.new(112.849457, 128.174026, 87.7310257)
2989
o220.Orientation = Vector3.new(0, -160, 30)
2990
o220.Color = Color3.new(0.854902, 0.521569, 0.254902)
2991
o221.Parent = o1
2992
o221.Material = Enum.Material.Marble
2993
o221.BrickColor = BrickColor.new("Bright orange")
2994
o221.Position = Vector3.new(130.394196, 83.5706253, 136.863556)
2995
o221.Rotation = Vector3.new(-180, 80, -160)
2996
o221.Anchored = true
2997
o221.Locked = true
2998
o221.Size = Vector3.new(6.43996286, 6.97001982, 33.010006)
2999
o221.CFrame = CFrame.new(130.394196, 83.5706253, 136.863556, -0.16317673, 0.0593910664, 0.98480767, 0.342019141, 0.939693034, 1.85298887e-07, -0.925417066, 0.336823106, -0.173648849)
3000
o221.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3001
o221.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3002
o221.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3003
o221.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3004
o221.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3005
o221.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3006
o221.Color = Color3.new(0.854902, 0.521569, 0.254902)
3007
o221.Position = Vector3.new(130.394196, 83.5706253, 136.863556)
3008
o221.Orientation = Vector3.new(0, 100, 20)
3009
o221.Color = Color3.new(0.854902, 0.521569, 0.254902)
3010
o222.Parent = o1
3011
o222.Material = Enum.Material.Marble
3012
o222.BrickColor = BrickColor.new("Bright orange")
3013
o222.Position = Vector3.new(58.2258339, 136.332962, 125.123573)
3014
o222.Rotation = Vector3.new(37.3400002, 78.8799973, -17.9400005)
3015
o222.Anchored = true
3016
o222.Locked = true
3017
o222.Size = Vector3.new(10.2399673, 56.2500343, 7.21000051)
3018
o222.CFrame = CFrame.new(58.2258339, 136.332962, 125.123573, 0.183487833, 0.0593910813, 0.981226623, 0.321393371, 0.939693213, -0.116977185, -0.929001391, 0.336823612, 0.153334662)
3019
o222.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3020
o222.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3021
o222.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3022
o222.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3023
o222.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3024
o222.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3025
o222.Color = Color3.new(0.854902, 0.521569, 0.254902)
3026
o222.Position = Vector3.new(58.2258339, 136.332962, 125.123573)
3027
o222.Orientation = Vector3.new(6.71999979, 81.1200027, 18.8799992)
3028
o222.Color = Color3.new(0.854902, 0.521569, 0.254902)
3029
o223.Parent = o1
3030
o223.Material = Enum.Material.Marble
3031
o223.BrickColor = BrickColor.new("Bright orange")
3032
o223.Position = Vector3.new(101.822601, 130.803253, 89.988472)
3033
o223.Rotation = Vector3.new(180, -20, -170)
3034
o223.Anchored = true
3035
o223.Locked = true
3036
o223.Size = Vector3.new(35.9200096, 9.55000019, 9.25000095)
3037
o223.CFrame = CFrame.new(101.822601, 130.803253, 89.988472, -0.925418973, 0.163176, -0.342019081, 0.173648283, 0.984808564, -6.53325642e-08, 0.336824149, -0.0593909957, -0.939694762)
3038
o223.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3039
o223.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3040
o223.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3041
o223.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3042
o223.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3043
o223.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3044
o223.Color = Color3.new(0.854902, 0.521569, 0.254902)
3045
o223.Position = Vector3.new(101.822601, 130.803253, 89.988472)
3046
o223.Orientation = Vector3.new(0, -160, 10)
3047
o223.Color = Color3.new(0.854902, 0.521569, 0.254902)
3048
o224.Parent = o1
3049
o224.Material = Enum.Material.Marble
3050
o224.BrickColor = BrickColor.new("Bright orange")
3051
o224.Position = Vector3.new(299.191711, 41.9492226, 278.412598)
3052
o224.Rotation = Vector3.new(117.790001, 72.7799988, -132.059998)
3053
o224.Anchored = true
3054
o224.Locked = true
3055
o224.Size = Vector3.new(56.9889565, 93.4516068, 38.5412827)
3056
o224.CFrame = CFrame.new(299.191711, 41.9492226, 278.412598, -0.198341951, 0.219801009, 0.955169141, -0.219960377, 0.93969059, -0.261914194, -0.955132425, -0.262047917, -0.13803257)
3057
o224.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3058
o224.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3059
o224.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3060
o224.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3061
o224.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3062
o224.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3063
o224.Color = Color3.new(0.854902, 0.521569, 0.254902)
3064
o224.Position = Vector3.new(299.191711, 41.9492226, 278.412598)
3065
o224.Orientation = Vector3.new(15.1800003, 98.2200012, -13.1700001)
3066
o224.Color = Color3.new(0.854902, 0.521569, 0.254902)
3067
o225.Parent = o1
3068
o225.Material = Enum.Material.Marble
3069
o225.BrickColor = BrickColor.new("Bright orange")
3070
o225.Position = Vector3.new(-150.516281, 17.0749035, 437.120178)
3071
o225.Rotation = Vector3.new(-180, 40, 160)
3072
o225.Anchored = true
3073
o225.Locked = true
3074
o225.Size = Vector3.new(32.8999596, 53.9499969, 22.250042)
3075
o225.CFrame = CFrame.new(-150.516281, 17.0749035, 437.120178, -0.719841003, -0.262000948, 0.64278686, -0.342015922, 0.939693749, 9.25335314e-07, -0.604017496, -0.219843328, -0.766045094)
3076
o225.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3077
o225.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3078
o225.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3079
o225.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3080
o225.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3081
o225.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3082
o225.Color = Color3.new(0.854902, 0.521569, 0.254902)
3083
o225.Position = Vector3.new(-150.516281, 17.0749035, 437.120178)
3084
o225.Orientation = Vector3.new(0, 140, -20)
3085
o225.Color = Color3.new(0.854902, 0.521569, 0.254902)
3086
o226.Parent = o1
3087
o226.Material = Enum.Material.Marble
3088
o226.BrickColor = BrickColor.new("Bright orange")
3089
o226.Position = Vector3.new(-160.944611, 59.7830849, 428.045074)
3090
o226.Rotation = Vector3.new(167.289993, 1.70000005, 164.800003)
3091
o226.Anchored = true
3092
o226.Locked = true
3093
o226.Size = Vector3.new(10.9399576, 54.6299934, 10.5900345)
3094
o226.CFrame = CFrame.new(-160.944611, 59.7830849, 428.045074, -0.964610755, -0.262004703, 0.0296998322, -0.262005895, 0.939692259, -0.21984458, 0.0296916366, -0.219845474, -0.975082934)
3095
o226.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3096
o226.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3097
o226.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3098
o226.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3099
o226.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3100
o226.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3101
o226.Color = Color3.new(0.854902, 0.521569, 0.254902)
3102
o226.Position = Vector3.new(-160.944611, 59.7830849, 428.045074)
3103
o226.Orientation = Vector3.new(12.6999998, 178.259995, -15.5799999)
3104
o226.Color = Color3.new(0.854902, 0.521569, 0.254902)
3105
o227.Parent = o1
3106
o227.Material = Enum.Material.Marble
3107
o227.BrickColor = BrickColor.new("Bright orange")
3108
o227.Position = Vector3.new(-148.237808, 119.659523, 320.677368)
3109
o227.Rotation = Vector3.new(150.479996, -46.0400009, 157.820007)
3110
o227.Anchored = true
3111
o227.Locked = true
3112
o227.Size = Vector3.new(18.9500771, 127.989517, 18.3439445)
3113
o227.CFrame = CFrame.new(-148.237808, 119.659523, 320.677368, -0.642787576, -0.262005359, -0.719854116, -3.35276127e-06, 0.939696431, -0.342021644, 0.766049385, -0.219843641, -0.60402447)
3114
o227.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3115
o227.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3116
o227.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3117
o227.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3118
o227.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3119
o227.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3120
o227.Color = Color3.new(0.854902, 0.521569, 0.254902)
3121
o227.Position = Vector3.new(-148.237808, 119.659523, 320.677368)
3122
o227.Orientation = Vector3.new(20, -130, 0)
3123
o227.Color = Color3.new(0.854902, 0.521569, 0.254902)
3124
o228.Parent = o1
3125
o228.Material = Enum.Material.Marble
3126
o228.BrickColor = BrickColor.new("Bright orange")
3127
o228.Position = Vector3.new(320.261261, 58.5978928, 565.176453)
3128
o228.Rotation = Vector3.new(12.6999998, -1.70000005, -15.1999998)
3129
o228.Anchored = true
3130
o228.Locked = true
3131
o228.Size = Vector3.new(10.9399576, 54.6299934, 10.5900345)
3132
o228.CFrame = CFrame.new(320.261261, 58.5978928, 565.176453, 0.964615881, 0.26200062, -0.0296936948, -0.262001961, 0.939697683, -0.219827965, -0.0296920892, 0.219827294, 0.975087583)
3133
o228.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3134
o228.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3135
o228.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3136
o228.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3137
o228.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3138
o228.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3139
o228.Color = Color3.new(0.854902, 0.521569, 0.254902)
3140
o228.Position = Vector3.new(320.261261, 58.5978928, 565.176453)
3141
o228.Orientation = Vector3.new(12.6999998, -1.74000001, -15.5799999)
3142
o228.Color = Color3.new(0.854902, 0.521569, 0.254902)
3143
o229.Parent = o1
3144
o229.Material = Enum.Material.Marble
3145
o229.BrickColor = BrickColor.new("Bright orange")
3146
o229.Position = Vector3.new(29.9069366, 8.4474678, 664.983521)
3147
o229.Rotation = Vector3.new(-180, 40, -160)
3148
o229.Anchored = true
3149
o229.Locked = true
3150
o229.Size = Vector3.new(32.8999596, 53.9499969, 22.250042)
3151
o229.CFrame = CFrame.new(29.9069366, 8.4474678, 664.983521, -0.719850063, 0.262002975, 0.64278686, 0.342021585, 0.939694822, 8.19570232e-07, -0.604024112, 0.219847396, -0.766045094)
3152
o229.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3153
o229.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3154
o229.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3155
o229.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3156
o229.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3157
o229.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3158
o229.Color = Color3.new(0.854902, 0.521569, 0.254902)
3159
o229.Position = Vector3.new(29.9069366, 8.4474678, 664.983521)
3160
o229.Orientation = Vector3.new(0, 140, 20)
3161
o229.Color = Color3.new(0.854902, 0.521569, 0.254902)
3162
o230.Parent = o1
3163
o230.Material = Enum.Material.Marble
3164
o230.BrickColor = BrickColor.new("Bright orange")
3165
o230.Position = Vector3.new(37.3777657, 30.630764, 670.520081)
3166
o230.Rotation = Vector3.new(-167.289993, 1.70000005, -164.800003)
3167
o230.Anchored = true
3168
o230.Locked = true
3169
o230.Size = Vector3.new(20.1999607, 54.6299934, 18.4100361)
3170
o230.CFrame = CFrame.new(37.3777657, 30.630764, 670.520081, -0.964613318, 0.26200065, 0.0296896994, 0.262000293, 0.939695418, 0.21984826, 0.029697597, 0.219847009, -0.975083828)
3171
o230.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3172
o230.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3173
o230.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3174
o230.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3175
o230.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3176
o230.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3177
o230.Color = Color3.new(0.854902, 0.521569, 0.254902)
3178
o230.Position = Vector3.new(37.3777657, 30.630764, 670.520081)
3179
o230.Orientation = Vector3.new(-12.6999998, 178.259995, 15.5799999)
3180
o230.Color = Color3.new(0.854902, 0.521569, 0.254902)
3181
o231.Parent = o1
3182
o231.Material = Enum.Material.Marble
3183
o231.BrickColor = BrickColor.new("Bright orange")
3184
o231.Position = Vector3.new(308.533539, 11.2285938, 555.01178)
3185
o231.Rotation = Vector3.new(12.6999998, -1.70000005, -15.1999998)
3186
o231.Anchored = true
3187
o231.Locked = true
3188
o231.Size = Vector3.new(32.8999596, 63.8699913, 22.250042)
3189
o231.CFrame = CFrame.new(308.533539, 11.2285938, 555.01178, 0.964615881, 0.26200062, -0.0296936948, -0.262001961, 0.939697683, -0.219827965, -0.0296920892, 0.219827294, 0.975087583)
3190
o231.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3191
o231.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3192
o231.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3193
o231.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3194
o231.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3195
o231.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3196
o231.Color = Color3.new(0.854902, 0.521569, 0.254902)
3197
o231.Position = Vector3.new(308.533539, 11.2285938, 555.01178)
3198
o231.Orientation = Vector3.new(12.6999998, -1.74000001, -15.5799999)
3199
o231.Color = Color3.new(0.854902, 0.521569, 0.254902)
3200
o232.Parent = o1
3201
o232.Material = Enum.Material.Marble
3202
o232.BrickColor = BrickColor.new("Bright orange")
3203
o232.Position = Vector3.new(-155.632019, 40.0344582, 432.095367)
3204
o232.Rotation = Vector3.new(167.289993, 1.70000005, 164.800003)
3205
o232.Anchored = true
3206
o232.Locked = true
3207
o232.Size = Vector3.new(20.1999607, 54.6299934, 18.4100361)
3208
o232.CFrame = CFrame.new(-155.632019, 40.0344582, 432.095367, -0.964610755, -0.262004703, 0.0296998322, -0.262005895, 0.939692259, -0.21984458, 0.0296916366, -0.219845474, -0.975082934)
3209
o232.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3210
o232.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3211
o232.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3212
o232.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3213
o232.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3214
o232.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3215
o232.Color = Color3.new(0.854902, 0.521569, 0.254902)
3216
o232.Position = Vector3.new(-155.632019, 40.0344582, 432.095367)
3217
o232.Orientation = Vector3.new(12.6999998, 178.259995, -15.5799999)
3218
o232.Color = Color3.new(0.854902, 0.521569, 0.254902)
3219
o233.Parent = o1
3220
o233.Material = Enum.Material.Marble
3221
o233.BrickColor = BrickColor.new("Bright orange")
3222
o233.Position = Vector3.new(297.303284, 33.8756409, 280.664124)
3223
o233.Rotation = Vector3.new(154.580002, 37.1699982, -163.990005)
3224
o233.Anchored = true
3225
o233.Locked = true
3226
o233.Size = Vector3.new(56.9889565, 110.634918, 38.5412827)
3227
o233.CFrame = CFrame.new(297.303284, 33.8756409, 280.664124, -0.765912533, 0.219797894, 0.604207754, -0.000145426748, 0.939691246, -0.342023969, -0.642944932, -0.262048304, -0.71968925)
3228
o233.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3229
o233.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3230
o233.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3231
o233.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3232
o233.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3233
o233.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3234
o233.Color = Color3.new(0.854902, 0.521569, 0.254902)
3235
o233.Position = Vector3.new(297.303284, 33.8756409, 280.664124)
3236
o233.Orientation = Vector3.new(20, 139.990005, -0.00999999978)
3237
o233.Color = Color3.new(0.854902, 0.521569, 0.254902)
3238
o234.Parent = o1
3239
o234.Material = Enum.Material.Marble
3240
o234.BrickColor = BrickColor.new("Bright orange")
3241
o234.Position = Vector3.new(312.666992, 115.472397, 256.830292)
3242
o234.Rotation = Vector3.new(154.580002, 37.1699982, -163.990005)
3243
o234.Anchored = true
3244
o234.Locked = true
3245
o234.Size = Vector3.new(30.8900814, 94.6294937, 18.3439445)
3246
o234.CFrame = CFrame.new(312.666992, 115.472397, 256.830292, -0.765912533, 0.219797894, 0.604207754, -0.000145426748, 0.939691246, -0.342023969, -0.642944932, -0.262048304, -0.71968925)
3247
o234.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3248
o234.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3249
o234.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3250
o234.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3251
o234.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3252
o234.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3253
o234.Color = Color3.new(0.854902, 0.521569, 0.254902)
3254
o234.Position = Vector3.new(312.666992, 115.472397, 256.830292)
3255
o234.Orientation = Vector3.new(20, 139.990005, -0.00999999978)
3256
o234.Color = Color3.new(0.854902, 0.521569, 0.254902)
3257
o235.Parent = o1
3258
o235.Material = Enum.Material.Marble
3259
o235.BrickColor = BrickColor.new("Bright orange")
3260
o235.Position = Vector3.new(-149.216705, 12.414031, 438.210663)
3261
o235.Rotation = Vector3.new(167.289993, 1.70000005, 164.800003)
3262
o235.Anchored = true
3263
o235.Locked = true
3264
o235.Size = Vector3.new(32.8999596, 63.8699913, 22.250042)
3265
o235.CFrame = CFrame.new(-149.216705, 12.414031, 438.210663, -0.964610755, -0.262004703, 0.0296998322, -0.262005895, 0.939692259, -0.21984458, 0.0296916366, -0.219845474, -0.975082934)
3266
o235.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3267
o235.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3268
o235.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3269
o235.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3270
o235.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3271
o235.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3272
o235.Color = Color3.new(0.854902, 0.521569, 0.254902)
3273
o235.Position = Vector3.new(-149.216705, 12.414031, 438.210663)
3274
o235.Orientation = Vector3.new(12.6999998, 178.259995, -15.5799999)
3275
o235.Color = Color3.new(0.854902, 0.521569, 0.254902)
3276
o236.Parent = o1
3277
o236.Material = Enum.Material.Marble
3278
o236.BrickColor = BrickColor.new("Bright orange")
3279
o236.Position = Vector3.new(28.6073685, 3.78656197, 663.893188)
3280
o236.Rotation = Vector3.new(-167.289993, 1.70000005, -164.800003)
3281
o236.Anchored = true
3282
o236.Locked = true
3283
o236.Size = Vector3.new(32.8999596, 63.8699913, 22.250042)
3284
o236.CFrame = CFrame.new(28.6073685, 3.78656197, 663.893188, -0.964613318, 0.26200065, 0.0296896994, 0.262000293, 0.939695418, 0.21984826, 0.029697597, 0.219847009, -0.975083828)
3285
o236.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3286
o236.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3287
o236.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3288
o236.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3289
o236.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3290
o236.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3291
o236.Color = Color3.new(0.854902, 0.521569, 0.254902)
3292
o236.Position = Vector3.new(28.6073685, 3.78656197, 663.893188)
3293
o236.Orientation = Vector3.new(-12.6999998, 178.259995, 15.5799999)
3294
o236.Color = Color3.new(0.854902, 0.521569, 0.254902)
3295
o237.Parent = o1
3296
o237.Material = Enum.Material.Marble
3297
o237.BrickColor = BrickColor.new("Bright orange")
3298
o237.Position = Vector3.new(309.833099, 15.889493, 556.102173)
3299
o237.Rotation = Vector3.new(0, -40, -20)
3300
o237.Anchored = true
3301
o237.Locked = true
3302
o237.Size = Vector3.new(32.8999596, 53.9499969, 22.250042)
3303
o237.CFrame = CFrame.new(309.833099, 15.889493, 556.102173, 0.719848871, 0.261996895, -0.64278543, -0.342002213, 0.939699173, 1.11162663e-05, 0.604020119, 0.219825163, 0.766048908)
3304
o237.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3305
o237.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3306
o237.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3307
o237.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3308
o237.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3309
o237.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3310
o237.Color = Color3.new(0.854902, 0.521569, 0.254902)
3311
o237.Position = Vector3.new(309.833099, 15.889493, 556.102173)
3312
o237.Orientation = Vector3.new(0, -40, -20)
3313
o237.Color = Color3.new(0.854902, 0.521569, 0.254902)
3314
o238.Parent = o1
3315
o238.Material = Enum.Material.Marble
3316
o238.BrickColor = BrickColor.new("Bright orange")
3317
o238.Position = Vector3.new(309.655151, 81.2253265, 269.253326)
3318
o238.Rotation = Vector3.new(154.580002, 37.1699982, -163.990005)
3319
o238.Anchored = true
3320
o238.Locked = true
3321
o238.Size = Vector3.new(34.9901543, 94.6294937, 31.8896675)
3322
o238.CFrame = CFrame.new(309.655151, 81.2253265, 269.253326, -0.765912533, 0.219797894, 0.604207754, -0.000145426748, 0.939691246, -0.342023969, -0.642944932, -0.262048304, -0.71968925)
3323
o238.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3324
o238.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3325
o238.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3326
o238.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3327
o238.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3328
o238.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3329
o238.Color = Color3.new(0.854902, 0.521569, 0.254902)
3330
o238.Position = Vector3.new(309.655151, 81.2253265, 269.253326)
3331
o238.Orientation = Vector3.new(20, 139.990005, -0.00999999978)
3332
o238.Color = Color3.new(0.854902, 0.521569, 0.254902)
3333
o239.Parent = o1
3334
o239.Material = Enum.Material.Marble
3335
o239.BrickColor = BrickColor.new("Bright orange")
3336
o239.Position = Vector3.new(42.9854774, 50.0485039, 675.633057)
3337
o239.Rotation = Vector3.new(-167.289993, 1.70000005, -164.800003)
3338
o239.Anchored = true
3339
o239.Locked = true
3340
o239.Size = Vector3.new(10.9399576, 54.6299934, 10.5900345)
3341
o239.CFrame = CFrame.new(42.9854774, 50.0485039, 675.633057, -0.964613318, 0.26200065, 0.0296896994, 0.262000293, 0.939695418, 0.21984826, 0.029697597, 0.219847009, -0.975083828)
3342
o239.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3343
o239.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3344
o239.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3345
o239.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3346
o239.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3347
o239.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3348
o239.Color = Color3.new(0.854902, 0.521569, 0.254902)
3349
o239.Position = Vector3.new(42.9854774, 50.0485039, 675.633057)
3350
o239.Orientation = Vector3.new(-12.6999998, 178.259995, 15.5799999)
3351
o239.Color = Color3.new(0.854902, 0.521569, 0.254902)
3352
o240.Parent = o1
3353
o240.Material = Enum.Material.Marble
3354
o240.BrickColor = BrickColor.new("Bright orange")
3355
o240.Position = Vector3.new(-135.284561, 69.7375793, 331.930573)
3356
o240.Rotation = Vector3.new(150.479996, -46.0400009, 157.820007)
3357
o240.Anchored = true
3358
o240.Locked = true
3359
o240.Size = Vector3.new(34.9901543, 94.6294937, 31.8896675)
3360
o240.CFrame = CFrame.new(-135.284561, 69.7375793, 331.930573, -0.642787576, -0.262005359, -0.719854116, -3.35276127e-06, 0.939696431, -0.342021644, 0.766049385, -0.219843641, -0.60402447)
3361
o240.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3362
o240.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3363
o240.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3364
o240.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3365
o240.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3366
o240.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3367
o240.Color = Color3.new(0.854902, 0.521569, 0.254902)
3368
o240.Position = Vector3.new(-135.284561, 69.7375793, 331.930573)
3369
o240.Orientation = Vector3.new(20, -130, 0)
3370
o240.Color = Color3.new(0.854902, 0.521569, 0.254902)
3371
o241.Parent = o1
3372
o241.Material = Enum.Material.Marble
3373
o241.BrickColor = BrickColor.new("Bright orange")
3374
o241.Position = Vector3.new(173.351303, 123.656036, 95.5867386)
3375
o241.Rotation = Vector3.new(177.330002, 30.6599998, -145.050003)
3376
o241.Anchored = true
3377
o241.Locked = true
3378
o241.Size = Vector3.new(54.7800293, 34.5500031, 24.6499996)
3379
o241.CFrame = CFrame.new(173.351303, 123.656036, 95.5867386, -0.705093205, 0.4927333, 0.509958386, 0.552749097, 0.832386553, -0.0400129147, -0.444198132, 0.253666192, -0.85926801)
3380
o241.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3381
o241.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3382
o241.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3383
o241.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3384
o241.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3385
o241.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3386
o241.Color = Color3.new(0.854902, 0.521569, 0.254902)
3387
o241.Position = Vector3.new(173.351303, 123.656036, 95.5867386)
3388
o241.Orientation = Vector3.new(2.28999996, 149.309998, 33.5900002)
3389
o241.Color = Color3.new(0.854902, 0.521569, 0.254902)
3390
o242.Parent = o1
3391
o242.Material = Enum.Material.Marble
3392
o242.BrickColor = BrickColor.new("Bright orange")
3393
o242.Position = Vector3.new(-126.126823, 30.4618855, 342.396149)
3394
o242.Rotation = Vector3.new(164.660004, -7.94999981, 164.660004)
3395
o242.Anchored = true
3396
o242.Locked = true
3397
o242.Size = Vector3.new(56.9889565, 93.4516068, 38.5412827)
3398
o242.CFrame = CFrame.new(-126.126823, 30.4618855, 342.396149, -0.955117702, -0.262005061, -0.138262108, -0.219849616, 0.939695835, -0.262003571, 0.198566541, -0.219846129, -0.95511651)
3399
o242.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3400
o242.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3401
o242.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3402
o242.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3403
o242.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3404
o242.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3405
o242.Color = Color3.new(0.854902, 0.521569, 0.254902)
3406
o242.Position = Vector3.new(-126.126823, 30.4618855, 342.396149)
3407
o242.Orientation = Vector3.new(15.1899996, -171.759995, -13.1700001)
3408
o242.Color = Color3.new(0.854902, 0.521569, 0.254902)
3409
o243.Parent = o1
3410
o243.Material = Enum.Material.Marble
3411
o243.BrickColor = BrickColor.new("Bright orange")
3412
o243.Position = Vector3.new(-123.875671, 22.3883362, 344.284973)
3413
o243.Rotation = Vector3.new(150.479996, -46.0400009, 157.820007)
3414
o243.Anchored = true
3415
o243.Locked = true
3416
o243.Size = Vector3.new(56.9889565, 110.634918, 38.5412827)
3417
o243.CFrame = CFrame.new(-123.875671, 22.3883362, 344.284973, -0.642787576, -0.262005359, -0.719854116, -3.35276127e-06, 0.939696431, -0.342021644, 0.766049385, -0.219843641, -0.60402447)
3418
o243.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3419
o243.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3420
o243.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3421
o243.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3422
o243.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3423
o243.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3424
o243.Color = Color3.new(0.854902, 0.521569, 0.254902)
3425
o243.Position = Vector3.new(-123.875671, 22.3883362, 344.284973)
3426
o243.Orientation = Vector3.new(20, -130, 0)
3427
o243.Color = Color3.new(0.854902, 0.521569, 0.254902)
3428
o244.Parent = o1
3429
o244.Material = Enum.Material.Marble
3430
o244.BrickColor = BrickColor.new("Bright orange")
3431
o244.Position = Vector3.new(314.94873, 38.8491745, 561.126526)
3432
o244.Rotation = Vector3.new(12.6999998, -1.70000005, -15.1999998)
3433
o244.Anchored = true
3434
o244.Locked = true
3435
o244.Size = Vector3.new(20.1999607, 54.6299934, 18.4100361)
3436
o244.CFrame = CFrame.new(314.94873, 38.8491745, 561.126526, 0.964615881, 0.26200062, -0.0296936948, -0.262001961, 0.939697683, -0.219827965, -0.0296920892, 0.219827294, 0.975087583)
3437
o244.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3438
o244.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3439
o244.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3440
o244.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3441
o244.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3442
o244.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3443
o244.Color = Color3.new(0.854902, 0.521569, 0.254902)
3444
o244.Position = Vector3.new(314.94873, 38.8491745, 561.126526)
3445
o244.Orientation = Vector3.new(12.6999998, -1.74000001, -15.5799999)
3446
o244.Color = Color3.new(0.854902, 0.521569, 0.254902)
3447
o245.Parent = o1
3448
o245.Material = Enum.Material.Sand
3449
o245.BrickColor = BrickColor.new("Cool yellow")
3450
o245.Position = Vector3.new(164.935669, 140.637726, 99.6715393)
3451
o245.Rotation = Vector3.new(-180, 80, -160)
3452
o245.Anchored = true
3453
o245.Locked = true
3454
o245.Size = Vector3.new(57.8399925, 0.0500000007, 57.6600266)
3455
o245.CFrame = CFrame.new(164.935669, 140.637726, 99.6715393, -0.163176477, 0.0593911447, 0.984807551, 0.342019141, 0.939692795, 0, -0.925416827, 0.336823165, -0.173648313)
3456
o245.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3457
o245.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3458
o245.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3459
o245.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3460
o245.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3461
o245.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3462
o245.Color = Color3.new(0.992157, 0.917647, 0.552941)
3463
o245.Position = Vector3.new(164.935669, 140.637726, 99.6715393)
3464
o245.Orientation = Vector3.new(0, 100, 20)
3465
o245.Color = Color3.new(0.992157, 0.917647, 0.552941)
3466
o246.Parent = o1
3467
o246.Material = Enum.Material.Sand
3468
o246.BrickColor = BrickColor.new("Cool yellow")
3469
o246.Position = Vector3.new(59.0053749, 125.559639, 127.995461)
3470
o246.Rotation = Vector3.new(-180, 80, -160)
3471
o246.Anchored = true
3472
o246.Locked = true
3473
o246.Size = Vector3.new(11.519989, 0.0500000007, 96.400032)
3474
o246.CFrame = CFrame.new(59.0053749, 125.559639, 127.995461, -0.163176864, 0.0593911931, 0.984807611, 0.342019618, 0.939692676, 1.78813934e-07, -0.925416589, 0.336823642, -0.173648685)
3475
o246.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3476
o246.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3477
o246.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3478
o246.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3479
o246.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3480
o246.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3481
o246.Color = Color3.new(0.992157, 0.917647, 0.552941)
3482
o246.Position = Vector3.new(59.0053749, 125.559639, 127.995461)
3483
o246.Orientation = Vector3.new(0, 100, 20)
3484
o246.Color = Color3.new(0.992157, 0.917647, 0.552941)
3485
o247.Parent = o1
3486
o247.Material = Enum.Material.Marble
3487
o247.BrickColor = BrickColor.new("Bright orange")
3488
o247.Position = Vector3.new(30.0308914, 128.463943, 125.239502)
3489
o247.Rotation = Vector3.new(19.0799999, -10.5699997, -3.46000004)
3490
o247.Anchored = true
3491
o247.Locked = true
3492
o247.Size = Vector3.new(25.2399788, 6.15000677, 10.770009)
3493
o247.CFrame = CFrame.new(30.0308914, 128.463943, 125.239502, 0.981224895, 0.0593879931, -0.183496237, -0.116977058, 0.939693213, -0.321392387, 0.15334332, 0.336823046, 0.928997338)
3494
o247.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3495
o247.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3496
o247.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3497
o247.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3498
o247.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3499
o247.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3500
o247.Color = Color3.new(0.854902, 0.521569, 0.254902)
3501
o247.Position = Vector3.new(30.0308914, 128.463943, 125.239502)
3502
o247.Orientation = Vector3.new(18.75, -11.1700001, -7.0999999)
3503
o247.Color = Color3.new(0.854902, 0.521569, 0.254902)
3504
mas.Parent = workspace
3505
mas:MakeJoints()
3506
local mas1 = mas:GetChildren()
3507
for i=1,#mas1 do
3508
	mas1[i].Parent = workspace 
3509
	ypcall(function() mas1[i]:MakeJoints() end)
3510
end
3511
mas:Destroy()
3512
for i=1,#cors do
3513
coroutine.resume(cors[i])
3514
end
3515
game:GetService("Lighting").Ambient = Color3.new(0, 0, 0)
3516
game:GetService("Lighting").Brightness = 1
3517
game:GetService("Lighting").Outlines = false
3518
game:GetService("Lighting").TimeOfDay = "15:00:00"
3519
local l = game.Lighting
3520
local sky = Instance.new("Sky",l)
3521
sky.CelestialBodiesShown = true
3522
sky.SkyboxBk = "http://www.roblox.com/asset/?id=174070373"
3523
sky.SkyboxDn = "http://www.roblox.com/asset/?id=174070680"
3524
sky.SkyboxFt = "http://www.roblox.com/asset/?id=174071389"
3525
sky.SkyboxLf = "http://www.roblox.com/asset/?id=174071449"
3526
sky.SkyboxRt = "http://www.roblox.com/asset/?id=174071494"
3527
sky.SkyboxUp = "http://www.roblox.com/asset/?id=174071511"
3528
sky.StarCount = 1000
3529
sky.Name = "N3xul Sky"
3530
local s = Instance.new("Sound")
3531
3532
s.Name = "Life"
3533
s.Pitch = 1
3534
s.SoundId = "http://www.roblox.com/asset/?id=795701916 "
3535
s.Volume = 1
3536
s.Looped = true
3537
s.archivable = false
3538
3539
s.Parent = game.Workspace
3540
3541
wait(1)
3542
3543
s:play()