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