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