SHOW:
|
|
- or go back to the newest paste.
| 1 | - | --Vuxul is a skid |
| 1 | + | |
| 2 | --https://github.com/Mokiros/roblox-FE-compatibility | |
| 3 | if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
| |
| 4 | local Player,game,owner = owner,game | |
| 5 | local RealPlayer = Player | |
| 6 | do | |
| 7 | print("FE Compatibility code V2 by Mokiros")
| |
| 8 | local RealPlayer = RealPlayer | |
| 9 | script.Parent = RealPlayer.Character | |
| 10 | ||
| 11 | --Fake event to make stuff like Mouse.KeyDown work | |
| 12 | local Disconnect_Function = function(this) | |
| 13 | this[1].Functions[this[2]] = nil | |
| 14 | end | |
| 15 | local Disconnect_Metatable = {__index={disconnect=Disconnect_Function,Disconnect=Disconnect_Function}}
| |
| 16 | local FakeEvent_Metatable = {__index={
| |
| 17 | Connect = function(this,f) | |
| 18 | local i = tostring(math.random(0,10000)) | |
| 19 | while this.Functions[i] do | |
| 20 | i = tostring(math.random(0,10000)) | |
| 21 | end | |
| 22 | this.Functions[i] = f | |
| 23 | return setmetatable({this,i},Disconnect_Metatable)
| |
| 24 | end | |
| 25 | }} | |
| 26 | FakeEvent_Metatable.__index.connect = FakeEvent_Metatable.__index.Connect | |
| 27 | local function fakeEvent() | |
| 28 | return setmetatable({Functions={}},FakeEvent_Metatable)
| |
| 29 | end | |
| 30 | ||
| 31 | --Creating fake input objects with fake variables | |
| 32 | local FakeMouse = {Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent(),Button2Up=fakeEvent(),Button2Down=fakeEvent()}
| |
| 33 | FakeMouse.keyUp = FakeMouse.KeyUp | |
| 34 | FakeMouse.keyDown = FakeMouse.KeyDown | |
| 35 | local UIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()}
| |
| 36 | local CAS = {Actions={},BindAction=function(self,name,fun,touch,...)
| |
| 37 | CAS.Actions[name] = fun and {Name=name,Function=fun,Keys={...}} or nil
| |
| 38 | end} | |
| 39 | --Merged 2 functions into one by checking amount of arguments | |
| 40 | CAS.UnbindAction = CAS.BindAction | |
| 41 | ||
| 42 | --This function will trigger the events that have been :Connect()'ed | |
| 43 | local function TriggerEvent(self,ev,...) | |
| 44 | for _,f in pairs(self[ev].Functions) do | |
| 45 | f(...) | |
| 46 | end | |
| 47 | end | |
| 48 | FakeMouse.TriggerEvent = TriggerEvent | |
| 49 | UIS.TriggerEvent = TriggerEvent | |
| 50 | ||
| 51 | --Client communication | |
| 52 | local Event = Instance.new("RemoteEvent")
| |
| 53 | Event.Name = "UserInput_Event" | |
| 54 | Event.OnServerEvent:Connect(function(plr,io) | |
| 55 | if plr~=RealPlayer then return end | |
| 56 | FakeMouse.Target = io.Target | |
| 57 | FakeMouse.Hit = io.Hit | |
| 58 | if not io.isMouse then | |
| 59 | local b = io.UserInputState == Enum.UserInputState.Begin | |
| 60 | if io.UserInputType == Enum.UserInputType.MouseButton1 then | |
| 61 | return FakeMouse:TriggerEvent(b and "Button1Down" or "Button1Up") | |
| 62 | end | |
| 63 | if io.UserInputType == Enum.UserInputType.MouseButton2 then | |
| 64 | return FakeMouse:TriggerEvent(b and "Button2Down" or "Button2Up") | |
| 65 | end | |
| 66 | for _,t in pairs(CAS.Actions) do | |
| 67 | for _,k in pairs(t.Keys) do | |
| 68 | if k==io.KeyCode then | |
| 69 | t.Function(t.Name,io.UserInputState,io) | |
| 70 | end | |
| 71 | end | |
| 72 | end | |
| 73 | FakeMouse:TriggerEvent(b and "KeyDown" or "KeyUp",io.KeyCode.Name:lower()) | |
| 74 | UIS:TriggerEvent(b and "InputBegan" or "InputEnded",io,false) | |
| 75 | end | |
| 76 | end) | |
| 77 | Event.Parent = NLS([==[local Event = script:WaitForChild("UserInput_Event")
| |
| 78 | local Mouse = owner:GetMouse() | |
| 79 | local UIS = game:GetService("UserInputService")
| |
| 80 | local input = function(io,RobloxHandled) | |
| 81 | if RobloxHandled then return end | |
| 82 | --Since InputObject is a client-side instance, we create and pass table instead | |
| 83 | Event:FireServer({KeyCode=io.KeyCode,UserInputType=io.UserInputType,UserInputState=io.UserInputState,Hit=Mouse.Hit,Target=Mouse.Target})
| |
| 84 | end | |
| 85 | UIS.InputBegan:Connect(input) | |
| 86 | UIS.InputEnded:Connect(input) | |
| 87 | local h,t | |
| 88 | --Give the server mouse data every second frame, but only if the values changed | |
| 89 | --If player is not moving their mouse, client won't fire events | |
| 90 | local HB = game:GetService("RunService").Heartbeat
| |
| 91 | while true do | |
| 92 | if h~=Mouse.Hit or t~=Mouse.Target then | |
| 93 | h,t=Mouse.Hit,Mouse.Target | |
| 94 | Event:FireServer({isMouse=true,Target=t,Hit=h})
| |
| 95 | end | |
| 96 | --Wait 2 frames | |
| 97 | for i=1,2 do | |
| 98 | HB:Wait() | |
| 99 | end | |
| 100 | end]==],script) | |
| 101 | ||
| 102 | ----Sandboxed game object that allows the usage of client-side methods and services | |
| 103 | --Real game object | |
| 104 | local RealGame = game | |
| 105 | ||
| 106 | --Metatable for fake service | |
| 107 | local FakeService_Metatable = {
| |
| 108 | __index = function(self,k) | |
| 109 | local s = rawget(self,"_RealService") | |
| 110 | if s then | |
| 111 | return typeof(s[k])=="function" | |
| 112 | and function(_,...)return s[k](s,...)end or s[k] | |
| 113 | end | |
| 114 | end, | |
| 115 | __newindex = function(self,k,v) | |
| 116 | local s = rawget(self,"_RealService") | |
| 117 | if s then s[k]=v end | |
| 118 | end | |
| 119 | } | |
| 120 | local function FakeService(t,RealService) | |
| 121 | t._RealService = typeof(RealService)=="string" and RealGame:GetService(RealService) or RealService | |
| 122 | return setmetatable(t,FakeService_Metatable) | |
| 123 | end | |
| 124 | ||
| 125 | --Fake game object | |
| 126 | local FakeGame = {
| |
| 127 | GetService = function(self,s) | |
| 128 | return rawget(self,s) or RealGame:GetService(s) | |
| 129 | end, | |
| 130 | Players = FakeService({
| |
| 131 | LocalPlayer = FakeService({GetMouse=function(self)return FakeMouse end},Player)
| |
| 132 | },"Players"), | |
| 133 | UserInputService = FakeService(UIS,"UserInputService"), | |
| 134 | ContextActionService = FakeService(CAS,"ContextActionService"), | |
| 135 | RunService = FakeService({
| |
| 136 | _btrs = {},
| |
| 137 | RenderStepped = RealGame:GetService("RunService").Heartbeat,
| |
| 138 | BindToRenderStep = function(self,name,_,fun) | |
| 139 | self._btrs[name] = self.Heartbeat:Connect(fun) | |
| 140 | end, | |
| 141 | UnbindFromRenderStep = function(self,name) | |
| 142 | self._btrs[name]:Disconnect() | |
| 143 | end, | |
| 144 | },"RunService") | |
| 145 | } | |
| 146 | rawset(FakeGame.Players,"localPlayer",FakeGame.Players.LocalPlayer) | |
| 147 | FakeGame.service = FakeGame.GetService | |
| 148 | FakeService(FakeGame,game) | |
| 149 | --Changing owner to fake player object to support owner:GetMouse() | |
| 150 | game,owner = FakeGame,FakeGame.Players.LocalPlayer | |
| 151 | end | |
| 152 | ||
| 153 | local children = game.Workspace:GetChildren() | |
| 154 | for _, child in pairs(children) do | |
| 155 | for _, child in pairs(child:GetChildren()) do | |
| 156 | table.insert(children, child) | |
| 157 | end | |
| 158 | ||
| 159 | if child.ClassName ~= "Terrain" and child:IsA("BasePart") then
| |
| 160 | child:Destroy() | |
| 161 | end | |
| 162 | end | |
| 163 | ||
| 164 | for i,v in pairs(Workspace:GetChildren()) do | |
| 165 | if v.Name == 'Terrain' then | |
| 166 | v:Clear() | |
| 167 | ||
| 168 | end | |
| 169 | ||
| 170 | end | |
| 171 | ||
| 172 | for i,v in pairs(Workspace:GetChildren()) do | |
| 173 | if v.Name == 'Terrain' then | |
| 174 | v:Clear() | |
| 175 | ||
| 176 | end | |
| 177 | ||
| 178 | end | |
| 179 | ||
| 180 | ||
| 181 | game:GetService("Lighting").Ambient = Color3.new(0, 0, 0)
| |
| 182 | game:GetService("Lighting").Brightness = 1
| |
| 183 | game:GetService("Lighting").ColorShift_Bottom = Color3.new(0, 0, 0)
| |
| 184 | game:GetService("Lighting").ColorShift_Top = Color3.new(0, 0, 0)
| |
| 185 | game:GetService("Lighting").GlobalShadows = true
| |
| 186 | game:GetService("Lighting").OutdoorAmbient = Color3.new(0.552941, 0, 0.737255)
| |
| 187 | game:GetService("Lighting").Outlines = false
| |
| 188 | game:GetService("Lighting").GeographicLatitude = 41.733299255371
| |
| 189 | game:GetService("Lighting").TimeOfDay = "14:00:00"
| |
| 190 | game:GetService("Lighting").FogColor = Color3.new(0.75, 0.75, 0.75)
| |
| 191 | game:GetService("Lighting").FogEnd = 100000
| |
| 192 | game:GetService("Lighting").FogStart = 0
| |
| 193 | ||
| 194 | local runDummyScript = function(f,scri) | |
| 195 | local oldenv = getfenv(f) | |
| 196 | local newenv = setmetatable({}, {
| |
| 197 | __index = function(_, k) | |
| 198 | if k:lower() == 'script' then | |
| 199 | return scri | |
| 200 | else | |
| 201 | return oldenv[k] | |
| 202 | end | |
| 203 | end | |
| 204 | }) | |
| 205 | setfenv(f, newenv) | |
| 206 | ypcall(function() f() end) | |
| 207 | end | |
| 208 | cors = {}
| |
| 209 | mas = Instance.new("Model",game:GetService("Lighting"))
| |
| 210 | mas.Name = "CompiledModel" | |
| 211 | o3 = Instance.new("SpawnLocation")
| |
| 212 | o4 = Instance.new("Decal")
| |
| 213 | o5 = Instance.new("Model")
| |
| 214 | o6 = Instance.new("Model")
| |
| 215 | o7 = Instance.new("Script")
| |
| 216 | o16 = Instance.new("Part")
| |
| 217 | o17 = Instance.new("BlockMesh")
| |
| 218 | o18 = Instance.new("Part")
| |
| 219 | o19 = Instance.new("BlockMesh")
| |
| 220 | o20 = Instance.new("Smoke")
| |
| 221 | o21 = Instance.new("Part")
| |
| 222 | o22 = Instance.new("Part")
| |
| 223 | o23 = Instance.new("Part")
| |
| 224 | o24 = Instance.new("Part")
| |
| 225 | o25 = Instance.new("Part")
| |
| 226 | o26 = Instance.new("Part")
| |
| 227 | o27 = Instance.new("Part")
| |
| 228 | o28 = Instance.new("Part")
| |
| 229 | o29 = Instance.new("Part")
| |
| 230 | o30 = Instance.new("Part")
| |
| 231 | o31 = Instance.new("Part")
| |
| 232 | o32 = Instance.new("Part")
| |
| 233 | o33 = Instance.new("Part")
| |
| 234 | o34 = Instance.new("Part")
| |
| 235 | o35 = Instance.new("Part")
| |
| 236 | o36 = Instance.new("Part")
| |
| 237 | o37 = Instance.new("Part")
| |
| 238 | o38 = Instance.new("Part")
| |
| 239 | o39 = Instance.new("Part")
| |
| 240 | o40 = Instance.new("Part")
| |
| 241 | o41 = Instance.new("Part")
| |
| 242 | o42 = Instance.new("Part")
| |
| 243 | o43 = Instance.new("Part")
| |
| 244 | o44 = Instance.new("Part")
| |
| 245 | o45 = Instance.new("Part")
| |
| 246 | o46 = Instance.new("Part")
| |
| 247 | o47 = Instance.new("Part")
| |
| 248 | o48 = Instance.new("Part")
| |
| 249 | o49 = Instance.new("Part")
| |
| 250 | o50 = Instance.new("Part")
| |
| 251 | o51 = Instance.new("Part")
| |
| 252 | o52 = Instance.new("Part")
| |
| 253 | o53 = Instance.new("Part")
| |
| 254 | o54 = Instance.new("Part")
| |
| 255 | o55 = Instance.new("Part")
| |
| 256 | o56 = Instance.new("Part")
| |
| 257 | o57 = Instance.new("Part")
| |
| 258 | o58 = Instance.new("Part")
| |
| 259 | o59 = Instance.new("Part")
| |
| 260 | o60 = Instance.new("Part")
| |
| 261 | o61 = Instance.new("Part")
| |
| 262 | o62 = Instance.new("Part")
| |
| 263 | o63 = Instance.new("Part")
| |
| 264 | o64 = Instance.new("Part")
| |
| 265 | o65 = Instance.new("Part")
| |
| 266 | o66 = Instance.new("Part")
| |
| 267 | o67 = Instance.new("Part")
| |
| 268 | o68 = Instance.new("Part")
| |
| 269 | o69 = Instance.new("Part")
| |
| 270 | o70 = Instance.new("Part")
| |
| 271 | o71 = Instance.new("Part")
| |
| 272 | o72 = Instance.new("Part")
| |
| 273 | o73 = Instance.new("Part")
| |
| 274 | o74 = Instance.new("Part")
| |
| 275 | o75 = Instance.new("Part")
| |
| 276 | o76 = Instance.new("Part")
| |
| 277 | o77 = Instance.new("Part")
| |
| 278 | o78 = Instance.new("Part")
| |
| 279 | o79 = Instance.new("Part")
| |
| 280 | o80 = Instance.new("Part")
| |
| 281 | o81 = Instance.new("Part")
| |
| 282 | o82 = Instance.new("Part")
| |
| 283 | o83 = Instance.new("Part")
| |
| 284 | o84 = Instance.new("Part")
| |
| 285 | o85 = Instance.new("Part")
| |
| 286 | o86 = Instance.new("Part")
| |
| 287 | o87 = Instance.new("Part")
| |
| 288 | o88 = Instance.new("Part")
| |
| 289 | o89 = Instance.new("Part")
| |
| 290 | o90 = Instance.new("Part")
| |
| 291 | o91 = Instance.new("Part")
| |
| 292 | o92 = Instance.new("Part")
| |
| 293 | o93 = Instance.new("Part")
| |
| 294 | o94 = Instance.new("Part")
| |
| 295 | o95 = Instance.new("Part")
| |
| 296 | o96 = Instance.new("Part")
| |
| 297 | o97 = Instance.new("Part")
| |
| 298 | o98 = Instance.new("Part")
| |
| 299 | o99 = Instance.new("Part")
| |
| 300 | o100 = Instance.new("Part")
| |
| 301 | o101 = Instance.new("Part")
| |
| 302 | o102 = Instance.new("Part")
| |
| 303 | o103 = Instance.new("Part")
| |
| 304 | o104 = Instance.new("Part")
| |
| 305 | o105 = Instance.new("Part")
| |
| 306 | o106 = Instance.new("Part")
| |
| 307 | o107 = Instance.new("Part")
| |
| 308 | o108 = Instance.new("Part")
| |
| 309 | o109 = Instance.new("Part")
| |
| 310 | o110 = Instance.new("Part")
| |
| 311 | o111 = Instance.new("Part")
| |
| 312 | o112 = Instance.new("Part")
| |
| 313 | o113 = Instance.new("Part")
| |
| 314 | o114 = Instance.new("Part")
| |
| 315 | o115 = Instance.new("Part")
| |
| 316 | o116 = Instance.new("Part")
| |
| 317 | o117 = Instance.new("Part")
| |
| 318 | o118 = Instance.new("Part")
| |
| 319 | o119 = Instance.new("Part")
| |
| 320 | o120 = Instance.new("Part")
| |
| 321 | o121 = Instance.new("Part")
| |
| 322 | o122 = Instance.new("Part")
| |
| 323 | o123 = Instance.new("Part")
| |
| 324 | o124 = Instance.new("Part")
| |
| 325 | o125 = Instance.new("Part")
| |
| 326 | o126 = Instance.new("Part")
| |
| 327 | o127 = Instance.new("Part")
| |
| 328 | o128 = Instance.new("Part")
| |
| 329 | o129 = Instance.new("Part")
| |
| 330 | o130 = Instance.new("Part")
| |
| 331 | o131 = Instance.new("Part")
| |
| 332 | o132 = Instance.new("Part")
| |
| 333 | o133 = Instance.new("Part")
| |
| 334 | o134 = Instance.new("Part")
| |
| 335 | o135 = Instance.new("Part")
| |
| 336 | o136 = Instance.new("Part")
| |
| 337 | o137 = Instance.new("Part")
| |
| 338 | o138 = Instance.new("Part")
| |
| 339 | o139 = Instance.new("ParticleEmitter")
| |
| 340 | o140 = Instance.new("PointLight")
| |
| 341 | o141 = Instance.new("Part")
| |
| 342 | o142 = Instance.new("Part")
| |
| 343 | o143 = Instance.new("Part")
| |
| 344 | o144 = Instance.new("Part")
| |
| 345 | o145 = Instance.new("Part")
| |
| 346 | o146 = Instance.new("Part")
| |
| 347 | o147 = Instance.new("Part")
| |
| 348 | o148 = Instance.new("Part")
| |
| 349 | o149 = Instance.new("Part")
| |
| 350 | o150 = Instance.new("Part")
| |
| 351 | o151 = Instance.new("Part")
| |
| 352 | o152 = Instance.new("Part")
| |
| 353 | o153 = Instance.new("Part")
| |
| 354 | o154 = Instance.new("Part")
| |
| 355 | o155 = Instance.new("Part")
| |
| 356 | o156 = Instance.new("Part")
| |
| 357 | o157 = Instance.new("Part")
| |
| 358 | o158 = Instance.new("Part")
| |
| 359 | o159 = Instance.new("Part")
| |
| 360 | o160 = Instance.new("Part")
| |
| 361 | o161 = Instance.new("Part")
| |
| 362 | o162 = Instance.new("Part")
| |
| 363 | o163 = Instance.new("Part")
| |
| 364 | o164 = Instance.new("Part")
| |
| 365 | o165 = Instance.new("Part")
| |
| 366 | o166 = Instance.new("Part")
| |
| 367 | o167 = Instance.new("Part")
| |
| 368 | o168 = Instance.new("Part")
| |
| 369 | o169 = Instance.new("Part")
| |
| 370 | o170 = Instance.new("Part")
| |
| 371 | o171 = Instance.new("Part")
| |
| 372 | o172 = Instance.new("Part")
| |
| 373 | o173 = Instance.new("Part")
| |
| 374 | o174 = Instance.new("Part")
| |
| 375 | o175 = Instance.new("Part")
| |
| 376 | o176 = Instance.new("Part")
| |
| 377 | o177 = Instance.new("Part")
| |
| 378 | o178 = Instance.new("Part")
| |
| 379 | o179 = Instance.new("Part")
| |
| 380 | o180 = Instance.new("Part")
| |
| 381 | o181 = Instance.new("Part")
| |
| 382 | o182 = Instance.new("Part")
| |
| 383 | o183 = Instance.new("Part")
| |
| 384 | o184 = Instance.new("Part")
| |
| 385 | o185 = Instance.new("Part")
| |
| 386 | o186 = Instance.new("Part")
| |
| 387 | o187 = Instance.new("Part")
| |
| 388 | o188 = Instance.new("Part")
| |
| 389 | o189 = Instance.new("Part")
| |
| 390 | o190 = Instance.new("Part")
| |
| 391 | o191 = Instance.new("Part")
| |
| 392 | o192 = Instance.new("Part")
| |
| 393 | o193 = Instance.new("Part")
| |
| 394 | o194 = Instance.new("Part")
| |
| 395 | o195 = Instance.new("Part")
| |
| 396 | o196 = Instance.new("Part")
| |
| 397 | o197 = Instance.new("Part")
| |
| 398 | o198 = Instance.new("Part")
| |
| 399 | o199 = Instance.new("Part")
| |
| 400 | o200 = Instance.new("Part")
| |
| 401 | o201 = Instance.new("Part")
| |
| 402 | o202 = Instance.new("Part")
| |
| 403 | o203 = Instance.new("Part")
| |
| 404 | o204 = Instance.new("Part")
| |
| 405 | o205 = Instance.new("Part")
| |
| 406 | o206 = Instance.new("Part")
| |
| 407 | o207 = Instance.new("Part")
| |
| 408 | o208 = Instance.new("Part")
| |
| 409 | o209 = Instance.new("Part")
| |
| 410 | o210 = Instance.new("Part")
| |
| 411 | o211 = Instance.new("Part")
| |
| 412 | o212 = Instance.new("PointLight")
| |
| 413 | o213 = Instance.new("Part")
| |
| 414 | o214 = Instance.new("Part")
| |
| 415 | o215 = Instance.new("Part")
| |
| 416 | o216 = Instance.new("Part")
| |
| 417 | o217 = Instance.new("Part")
| |
| 418 | o218 = Instance.new("Part")
| |
| 419 | o219 = Instance.new("PointLight")
| |
| 420 | o220 = Instance.new("Part")
| |
| 421 | o221 = Instance.new("Part")
| |
| 422 | o222 = Instance.new("Part")
| |
| 423 | o223 = Instance.new("Part")
| |
| 424 | o224 = Instance.new("Part")
| |
| 425 | o225 = Instance.new("Part")
| |
| 426 | o226 = Instance.new("Part")
| |
| 427 | o227 = Instance.new("Part")
| |
| 428 | o228 = Instance.new("Part")
| |
| 429 | o229 = Instance.new("Part")
| |
| 430 | o230 = Instance.new("Part")
| |
| 431 | o231 = Instance.new("Part")
| |
| 432 | o232 = Instance.new("Part")
| |
| 433 | o233 = Instance.new("Part")
| |
| 434 | o234 = Instance.new("Part")
| |
| 435 | o235 = Instance.new("Part")
| |
| 436 | o236 = Instance.new("Part")
| |
| 437 | o237 = Instance.new("Part")
| |
| 438 | o238 = Instance.new("Part")
| |
| 439 | o239 = Instance.new("ParticleEmitter")
| |
| 440 | o240 = Instance.new("Part")
| |
| 441 | o241 = Instance.new("ParticleEmitter")
| |
| 442 | o242 = Instance.new("Part")
| |
| 443 | o243 = Instance.new("ParticleEmitter")
| |
| 444 | o244 = Instance.new("Part")
| |
| 445 | o245 = Instance.new("ParticleEmitter")
| |
| 446 | o246 = Instance.new("Part")
| |
| 447 | o247 = Instance.new("ParticleEmitter")
| |
| 448 | o248 = Instance.new("Part")
| |
| 449 | o249 = Instance.new("ParticleEmitter")
| |
| 450 | o250 = Instance.new("Part")
| |
| 451 | o251 = Instance.new("ParticleEmitter")
| |
| 452 | o252 = Instance.new("Part")
| |
| 453 | o253 = Instance.new("ParticleEmitter")
| |
| 454 | o254 = Instance.new("Part")
| |
| 455 | o255 = Instance.new("ParticleEmitter")
| |
| 456 | o256 = Instance.new("WedgePart")
| |
| 457 | o257 = Instance.new("IntValue")
| |
| 458 | o258 = Instance.new("IntValue")
| |
| 459 | o259 = Instance.new("Part")
| |
| 460 | o260 = Instance.new("ParticleEmitter")
| |
| 461 | o261 = Instance.new("StringValue")
| |
| 462 | o262 = Instance.new("IntValue")
| |
| 463 | o263 = Instance.new("IntValue")
| |
| 464 | o264 = Instance.new("IntValue")
| |
| 465 | o265 = Instance.new("NumberValue")
| |
| 466 | o267 = Instance.new("Part")
| |
| 467 | o268 = Instance.new("ParticleEmitter")
| |
| 468 | o269 = Instance.new("ParticleEmitter")
| |
| 469 | o270 = Instance.new("ParticleEmitter")
| |
| 470 | o271 = Instance.new("ParticleEmitter")
| |
| 471 | o272 = Instance.new("ParticleEmitter")
| |
| 472 | o273 = Instance.new("SpawnLocation")
| |
| 473 | o274 = Instance.new("Decal")
| |
| 474 | o275 = Instance.new("SpawnLocation")
| |
| 475 | o276 = Instance.new("Decal")
| |
| 476 | o277 = Instance.new("Part")
| |
| 477 | o278 = Instance.new("SpecialMesh")
| |
| 478 | o279 = Instance.new("SpecialMesh")
| |
| 479 | o3.Parent = mas | |
| 480 | o3.Transparency = 1 | |
| 481 | o3.Position = Vector3.new(98.6023712, 24.5057487, -209.402969) | |
| 482 | o3.Anchored = true | |
| 483 | o3.Size = Vector3.new(5, 1, 6) | |
| 484 | o3.CFrame = CFrame.new(98.6023712, 24.5057487, -209.402969, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 485 | o3.TopSurface = Enum.SurfaceType.Smooth | |
| 486 | o3.Position = Vector3.new(98.6023712, 24.5057487, -209.402969) | |
| 487 | o4.Parent = o3 | |
| 488 | o4.Transparency = 1 | |
| 489 | o4.Texture = "rbxasset://textures/SpawnLocation.png" | |
| 490 | o4.Face = Enum.NormalId.Top | |
| 491 | o5.Name = "Environment's Sorcery" | |
| 492 | o5.Parent = mas | |
| 493 | o6.Parent = o5 | |
| 494 | o7.Name = "MoneyScript" | |
| 495 | o7.Parent = o6 | |
| 496 | table.insert(cors,coroutine.create(function() | |
| 497 | wait() | |
| 498 | runDummyScript(function() | |
| 499 | local count = 0 | |
| 500 | script.Parent.Lava.Touched:connect(function(hit) | |
| 501 | if hit:FindFirstChild("Cash") and hit:FindFirstChild("Tag") == nil then
| |
| 502 | pcall(function() | |
| 503 | count = count + 1 | |
| 504 | if count >= 100 then | |
| 505 | count = 0 | |
| 506 | local owner = game.Players:FindFirstChild(script.Parent.Parent.Parent.Owner.Value) | |
| 507 | if owner then | |
| 508 | game.PointsService:AwardPoints(owner.userId,1) | |
| 509 | end | |
| 510 | end | |
| 511 | local tag = Instance.new("BoolValue",hit)
| |
| 512 | tag.Name = "Tag" | |
| 513 | hit.Material = "Slate" | |
| 514 | hit.BrickColor=BrickColor.new("Dark stone grey")
| |
| 515 | wait(0.08) | |
| 516 | hit.BrickColor=BrickColor.new("Black")
| |
| 517 | wait(0.08) | |
| 518 | hit.BrickColor=BrickColor.new("Really black")
| |
| 519 | wait(0.08) | |
| 520 | local owner = game.Players:FindFirstChild(script.Parent.Parent.Parent.Owner.Value) | |
| 521 | local cash = game.ServerStorage.MoneyStorage:FindFirstChild(owner.Name) | |
| 522 | if hit and hit:FindFirstChild("Cash") and owner then
| |
| 523 | if cash and hit.Cash.Value > -10000 then | |
| 524 | cash.Value = cash.Value + math.floor(hit.Cash.Value) | |
| 525 | end | |
| 526 | end | |
| 527 | end) | |
| 528 | hit:Destroy() | |
| 529 | end | |
| 530 | end) | |
| 531 | end,o7) | |
| 532 | end)) | |
| 533 | o16.Name = "Lava" | |
| 534 | o16.Parent = o6 | |
| 535 | o16.Material = Enum.Material.Neon | |
| 536 | o16.BrickColor = BrickColor.new("Royal purple")
| |
| 537 | o16.Transparency = 0.5 | |
| 538 | o16.Position = Vector3.new(113.36602, 8.17600632, -197.657364) | |
| 539 | o16.Rotation = Vector3.new(180, 0.0199999996, -179.98999) | |
| 540 | o16.Anchored = true | |
| 541 | o16.CanCollide = false | |
| 542 | o16.FormFactor = Enum.FormFactor.Custom | |
| 543 | o16.Size = Vector3.new(15.2130661, 3.04261327, 15.2130661) | |
| 544 | o16.CFrame = CFrame.new(113.36602, 8.17600632, -197.657364, -0.999996185, 9.64477586e-05, 0.000293251273, 9.64320279e-05, 1, -5.20706562e-05, -0.000293252611, -5.20414578e-05, -1.00000739) | |
| 545 | o16.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 546 | o16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 547 | o16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 548 | o16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 549 | o16.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 550 | o16.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 551 | o16.Color = Color3.new(0.313726, 0.121569, 0.670588) | |
| 552 | o16.Position = Vector3.new(113.36602, 8.17600632, -197.657364) | |
| 553 | o16.Orientation = Vector3.new(0, 179.979996, 0.00999999978) | |
| 554 | o16.Color = Color3.new(0.313726, 0.121569, 0.670588) | |
| 555 | o17.Parent = o16 | |
| 556 | o17.Scale = Vector3.new(0.949999988, 0.699999988, 0.949999988) | |
| 557 | o17.Scale = Vector3.new(0.949999988, 0.699999988, 0.949999988) | |
| 558 | o18.Name = "MiniLava" | |
| 559 | o18.Parent = o6 | |
| 560 | o18.Material = Enum.Material.Neon | |
| 561 | o18.BrickColor = BrickColor.new("Dark indigo")
| |
| 562 | o18.Reflectance = 0.5 | |
| 563 | o18.Position = Vector3.new(113.365891, 7.54212952, -197.657364) | |
| 564 | o18.Rotation = Vector3.new(180, 0.0199999996, -179.98999) | |
| 565 | o18.Anchored = true | |
| 566 | o18.CanCollide = false | |
| 567 | o18.FormFactor = Enum.FormFactor.Custom | |
| 568 | o18.Size = Vector3.new(15.2130661, 1.77485788, 15.2130661) | |
| 569 | o18.CFrame = CFrame.new(113.365891, 7.54212952, -197.657364, -0.999996185, 9.64477586e-05, 0.000293251273, 9.64320279e-05, 1, -5.20706562e-05, -0.000293252611, -5.20414578e-05, -1.00000739) | |
| 570 | o18.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 571 | o18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 572 | o18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 573 | o18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 574 | o18.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 575 | o18.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 576 | o18.Color = Color3.new(0.239216, 0.0823529, 0.521569) | |
| 577 | o18.Position = Vector3.new(113.365891, 7.54212952, -197.657364) | |
| 578 | o18.Orientation = Vector3.new(0, 179.979996, 0.00999999978) | |
| 579 | o18.Color = Color3.new(0.239216, 0.0823529, 0.521569) | |
| 580 | o19.Parent = o18 | |
| 581 | o19.Scale = Vector3.new(0.949999988, 0.699999988, 0.949999988) | |
| 582 | o19.Scale = Vector3.new(0.949999988, 0.699999988, 0.949999988) | |
| 583 | o20.Parent = o18 | |
| 584 | o20.Color = Color3.new(0.168627, 0, 0.490196) | |
| 585 | o20.Opacity = 0.050000000745058 | |
| 586 | o20.RiseVelocity = 5 | |
| 587 | o20.Color = Color3.new(0.168627, 0, 0.490196) | |
| 588 | o21.Name = "PArt" | |
| 589 | o21.Parent = o6 | |
| 590 | o21.Material = Enum.Material.Neon | |
| 591 | o21.BrickColor = BrickColor.new("Royal purple")
| |
| 592 | o21.Transparency = 0.5 | |
| 593 | o21.Position = Vector3.new(86.6190033, 21.2332726, -195.248215) | |
| 594 | o21.Rotation = Vector3.new(180, 0.0199999996, -179.98999) | |
| 595 | o21.Anchored = true | |
| 596 | o21.CanCollide = false | |
| 597 | o21.FormFactor = Enum.FormFactor.Custom | |
| 598 | o21.Size = Vector3.new(18.5092278, 2.78906226, 36.2578087) | |
| 599 | o21.CFrame = CFrame.new(86.6190033, 21.2332726, -195.248215, -0.999996185, 9.64477586e-05, 0.000293251273, 9.64320279e-05, 1, -5.20706562e-05, -0.000293252611, -5.20414578e-05, -1.00000739) | |
| 600 | o21.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 601 | o21.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 602 | o21.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 603 | o21.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 604 | o21.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 605 | o21.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 606 | o21.Color = Color3.new(0.313726, 0.121569, 0.670588) | |
| 607 | o21.Position = Vector3.new(86.6190033, 21.2332726, -195.248215) | |
| 608 | o21.Orientation = Vector3.new(0, 179.979996, 0.00999999978) | |
| 609 | o21.Color = Color3.new(0.313726, 0.121569, 0.670588) | |
| 610 | o22.Name = "PArt" | |
| 611 | o22.Parent = o6 | |
| 612 | o22.Material = Enum.Material.Neon | |
| 613 | o22.BrickColor = BrickColor.new("Royal purple")
| |
| 614 | o22.Transparency = 0.40000000596046 | |
| 615 | o22.Position = Vector3.new(74.3754807, 25.1544914, -198.72583) | |
| 616 | o22.Rotation = Vector3.new(180, 5, 180) | |
| 617 | o22.Anchored = true | |
| 618 | o22.CanCollide = false | |
| 619 | o22.FormFactor = Enum.FormFactor.Custom | |
| 620 | o22.Size = Vector3.new(6.33878183, 13.1846523, 3.04262662) | |
| 621 | o22.CFrame = CFrame.new(74.3754807, 25.1544914, -198.72583, -0.996194601, -1.01881697e-05, 0.0871462002, -1.34624806e-05, 1, -3.69846821e-05, -0.0871465355, -3.80171477e-05, -0.996194601) | |
| 622 | o22.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 623 | o22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 624 | o22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 625 | o22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 626 | o22.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 627 | o22.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 628 | o22.Color = Color3.new(0.313726, 0.121569, 0.670588) | |
| 629 | o22.Position = Vector3.new(74.3754807, 25.1544914, -198.72583) | |
| 630 | o22.Orientation = Vector3.new(0, 175, 0) | |
| 631 | o22.Color = Color3.new(0.313726, 0.121569, 0.670588) | |
| 632 | o23.Name = "PArt" | |
| 633 | o23.Parent = o6 | |
| 634 | o23.Material = Enum.Material.Neon | |
| 635 | o23.BrickColor = BrickColor.new("Royal purple")
| |
| 636 | o23.Transparency = 0.40000000596046 | |
| 637 | o23.Position = Vector3.new(70.409874, 34.9162292, -197.036987) | |
| 638 | o23.Rotation = Vector3.new(180, -15, 180) | |
| 639 | o23.Anchored = true | |
| 640 | o23.CanCollide = false | |
| 641 | o23.FormFactor = Enum.FormFactor.Custom | |
| 642 | o23.Size = Vector3.new(10.3955975, 11.4097958, 4.05683136) | |
| 643 | o23.CFrame = CFrame.new(70.409874, 34.9162292, -197.036987, -0.965921462, -1.01869118e-05, -0.258820713, -3.92901711e-10, 1, -3.9360697e-05, 0.258823603, -3.80183628e-05, -0.96593231) | |
| 644 | o23.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 645 | o23.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 646 | o23.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 647 | o23.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 648 | o23.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 649 | o23.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 650 | o23.Color = Color3.new(0.313726, 0.121569, 0.670588) | |
| 651 | o23.Position = Vector3.new(70.409874, 34.9162292, -197.036987) | |
| 652 | o23.Orientation = Vector3.new(0, -165, 0) | |
| 653 | o23.Color = Color3.new(0.313726, 0.121569, 0.670588) | |
| 654 | o24.Name = "PArt" | |
| 655 | o24.Parent = o6 | |
| 656 | o24.Material = Enum.Material.Neon | |
| 657 | o24.BrickColor = BrickColor.new("Royal purple")
| |
| 658 | o24.Transparency = 0.5 | |
| 659 | o24.Position = Vector3.new(98.6086349, 16.8703251, -202.29628) | |
| 660 | o24.Rotation = Vector3.new(-180, 0, -165) | |
| 661 | o24.Anchored = true | |
| 662 | o24.CanCollide = false | |
| 663 | o24.FormFactor = Enum.FormFactor.Custom | |
| 664 | o24.Size = Vector3.new(17.2414761, 7.09942722, 12.4239969) | |
| 665 | o24.CFrame = CFrame.new(98.6086349, 16.8703251, -202.29628, -0.965903342, 0.258902997, -1.27255259e-06, 0.258902997, 0.965903342, 1.23347661e-07, 1.2610974e-06, -2.10325823e-07, -1) | |
| 666 | o24.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 667 | o24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 668 | o24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 669 | o24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 670 | o24.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 671 | o24.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 672 | o24.Color = Color3.new(0.313726, 0.121569, 0.670588) | |
| 673 | o24.Position = Vector3.new(98.6086349, 16.8703251, -202.29628) | |
| 674 | o24.Orientation = Vector3.new(0, -180, 15) | |
| 675 | o24.Color = Color3.new(0.313726, 0.121569, 0.670588) | |
| 676 | o25.Name = "PArt" | |
| 677 | o25.Parent = o6 | |
| 678 | o25.Material = Enum.Material.Neon | |
| 679 | o25.BrickColor = BrickColor.new("Royal purple")
| |
| 680 | o25.Transparency = 0.40000000596046 | |
| 681 | o25.Position = Vector3.new(76.3520355, 25.0277596, -198.043945) | |
| 682 | o25.Rotation = Vector3.new(180, 5, 180) | |
| 683 | o25.Anchored = true | |
| 684 | o25.CanCollide = false | |
| 685 | o25.FormFactor = Enum.FormFactor.Custom | |
| 686 | o25.Size = Vector3.new(10.3955975, 11.4097958, 4.05683136) | |
| 687 | o25.CFrame = CFrame.new(76.3520355, 25.0277596, -198.043945, -0.996194601, -1.01881697e-05, 0.0871462002, -1.34624806e-05, 1, -3.69846821e-05, -0.0871465355, -3.80171477e-05, -0.996194601) | |
| 688 | o25.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 689 | o25.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 690 | o25.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 691 | o25.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 692 | o25.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 693 | o25.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 694 | o25.Color = Color3.new(0.313726, 0.121569, 0.670588) | |
| 695 | o25.Position = Vector3.new(76.3520355, 25.0277596, -198.043945) | |
| 696 | o25.Orientation = Vector3.new(0, 175, 0) | |
| 697 | o25.Color = Color3.new(0.313726, 0.121569, 0.670588) | |
| 698 | o26.Name = "PArt" | |
| 699 | o26.Parent = o6 | |
| 700 | o26.Material = Enum.Material.Neon | |
| 701 | o26.BrickColor = BrickColor.new("Royal purple")
| |
| 702 | o26.Transparency = 0.5 | |
| 703 | o26.Position = Vector3.new(106.101212, 11.6616745, -201.778931) | |
| 704 | o26.Rotation = Vector3.new(176.029999, 14.4799995, -109.489998) | |
| 705 | o26.Anchored = true | |
| 706 | o26.CanCollide = false | |
| 707 | o26.FormFactor = Enum.FormFactor.Custom | |
| 708 | o26.Size = Vector3.new(12.1704521, 8.24040699, 11.5365725) | |
| 709 | o26.CFrame = CFrame.new(106.101212, 11.6616745, -201.778931, -0.323059708, 0.912764192, 0.249991804, 0.934656978, 0.349164039, -0.0670200288, -0.148461491, 0.212005317, -0.965925574) | |
| 710 | o26.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 711 | o26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 712 | o26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 713 | o26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 714 | o26.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 715 | o26.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 716 | o26.Color = Color3.new(0.313726, 0.121569, 0.670588) | |
| 717 | o26.Position = Vector3.new(106.101212, 11.6616745, -201.778931) | |
| 718 | o26.Orientation = Vector3.new(3.83999991, 165.48999, 69.5199966) | |
| 719 | o26.Color = Color3.new(0.313726, 0.121569, 0.670588) | |
| 720 | o27.Name = "PArt" | |
| 721 | o27.Parent = o6 | |
| 722 | o27.Material = Enum.Material.Neon | |
| 723 | o27.BrickColor = BrickColor.new("Royal purple")
| |
| 724 | o27.Transparency = 0.40000000596046 | |
| 725 | o27.Position = Vector3.new(69.0628662, 41.8888931, -196.676178) | |
| 726 | o27.Rotation = Vector3.new(180, -15, 180) | |
| 727 | o27.Anchored = true | |
| 728 | o27.CanCollide = false | |
| 729 | o27.FormFactor = Enum.FormFactor.Custom | |
| 730 | o27.Size = Vector3.new(7.60653687, 6.08522606, 4.05683136) | |
| 731 | o27.CFrame = CFrame.new(69.0628662, 41.8888931, -196.676178, -0.965921462, -1.01869118e-05, -0.258820713, -3.92901711e-10, 1, -3.9360697e-05, 0.258823603, -3.80183628e-05, -0.96593231) | |
| 732 | o27.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 733 | o27.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 734 | o27.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 735 | o27.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 736 | o27.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 737 | o27.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 738 | o27.Color = Color3.new(0.313726, 0.121569, 0.670588) | |
| 739 | o27.Position = Vector3.new(69.0628662, 41.8888931, -196.676178) | |
| 740 | o27.Orientation = Vector3.new(0, -165, 0) | |
| 741 | o27.Color = Color3.new(0.313726, 0.121569, 0.670588) | |
| 742 | o28.Parent = o6 | |
| 743 | o28.Material = Enum.Material.Granite | |
| 744 | o28.BrickColor = BrickColor.new("Dark indigo")
| |
| 745 | o28.Position = Vector3.new(94.1001663, 22.5435638, -233.359344) | |
| 746 | o28.Rotation = Vector3.new(-5, 45, 0) | |
| 747 | o28.Anchored = true | |
| 748 | o28.Size = Vector3.new(16.2531986, 22.4835987, 1.35443342) | |
| 749 | o28.CFrame = CFrame.new(94.1001663, 22.5435638, -233.359344, 0.707106948, -4.05663371e-07, 0.70710659, -0.0616279915, 0.99619472, 0.0616285875, -0.704415917, -0.0871555656, 0.704416215) | |
| 750 | o28.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 751 | o28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 752 | o28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 753 | o28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 754 | o28.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 755 | o28.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 756 | o28.Color = Color3.new(0.2, 0.0627451, 0.541176) | |
| 757 | o28.Position = Vector3.new(94.1001663, 22.5435638, -233.359344) | |
| 758 | o28.Orientation = Vector3.new(-3.52999997, 45.1100006, -3.53999996) | |
| 759 | o28.Color = Color3.new(0.2, 0.0627451, 0.541176) | |
| 760 | o29.Parent = o6 | |
| 761 | o29.Material = Enum.Material.Granite | |
| 762 | o29.BrickColor = BrickColor.new("Dark indigo")
| |
| 763 | o29.Position = Vector3.new(94.1001663, 22.5435638, -233.359344) | |
| 764 | o29.Rotation = Vector3.new(-5, -45, 0) | |
| 765 | o29.Anchored = true | |
| 766 | o29.Size = Vector3.new(16.2531986, 22.4835987, 1.35443342) | |
| 767 | o29.CFrame = CFrame.new(94.1001663, 22.5435638, -233.359344, 0.707105875, -2.39709806e-07, -0.707107663, 0.0616289899, 0.996194661, 0.0616284907, 0.704416871, -0.0871562064, 0.704415143) | |
| 768 | o29.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 769 | o29.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 770 | o29.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 771 | o29.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 772 | o29.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 773 | o29.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 774 | o29.Color = Color3.new(0.2, 0.0627451, 0.541176) | |
| 775 | o29.Position = Vector3.new(94.1001663, 22.5435638, -233.359344) | |
| 776 | o29.Orientation = Vector3.new(-3.52999997, -45.1100006, 3.53999996) | |
| 777 | o29.Color = Color3.new(0.2, 0.0627451, 0.541176) | |
| 778 | o30.Parent = o6 | |
| 779 | o30.Material = Enum.Material.Granite | |
| 780 | o30.BrickColor = BrickColor.new("Dark indigo")
| |
| 781 | o30.Position = Vector3.new(94.1001663, 22.5435638, -233.359344) | |
| 782 | o30.Rotation = Vector3.new(-5, 90, 0) | |
| 783 | o30.Anchored = true | |
| 784 | o30.Size = Vector3.new(16.2531986, 22.4835987, 1.35443342) | |
| 785 | o30.CFrame = CFrame.new(94.1001663, 22.5435638, -233.359344, 0, 0, 1, -0.087155968, 0.996194661, 0, -0.996194661, -0.087155968, 0) | |
| 786 | o30.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 787 | o30.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 788 | o30.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 789 | o30.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 790 | o30.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 791 | o30.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 792 | o30.Color = Color3.new(0.2, 0.0627451, 0.541176) | |
| 793 | o30.Position = Vector3.new(94.1001663, 22.5435638, -233.359344) | |
| 794 | o30.Orientation = Vector3.new(0, 90, -5) | |
| 795 | o30.Color = Color3.new(0.2, 0.0627451, 0.541176) | |
| 796 | o31.Parent = o6 | |
| 797 | o31.Material = Enum.Material.Granite | |
| 798 | o31.BrickColor = BrickColor.new("Dark indigo")
| |
| 799 | o31.Position = Vector3.new(94.1001663, 22.5435581, -233.359344) | |
| 800 | o31.Rotation = Vector3.new(-5, 0, 0) | |
| 801 | o31.Anchored = true | |
| 802 | o31.Size = Vector3.new(16.2531986, 22.4835987, 1.35443342) | |
| 803 | o31.CFrame = CFrame.new(94.1001663, 22.5435581, -233.359344, 1, 0, 0, 0, 0.996194661, 0.087155968, 0, -0.087155968, 0.996194661) | |
| 804 | o31.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 805 | o31.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 806 | o31.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 807 | o31.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 808 | o31.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 809 | o31.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 810 | o31.Color = Color3.new(0.2, 0.0627451, 0.541176) | |
| 811 | o31.Position = Vector3.new(94.1001663, 22.5435581, -233.359344) | |
| 812 | o31.Orientation = Vector3.new(-5, 0, 0) | |
| 813 | o31.Color = Color3.new(0.2, 0.0627451, 0.541176) | |
| 814 | o32.Parent = o6 | |
| 815 | o32.Material = Enum.Material.Ice | |
| 816 | o32.BrickColor = BrickColor.new("Royal purple")
| |
| 817 | o32.Position = Vector3.new(94.1002426, 9.45401001, -232.078156) | |
| 818 | o32.Rotation = Vector3.new(175, 0, 90) | |
| 819 | o32.Anchored = true | |
| 820 | o32.Shape = Enum.PartType.Cylinder | |
| 821 | o32.Size = Vector3.new(6.52810192, 17.6264038, 32.9408875) | |
| 822 | o32.CFrame = CFrame.new(94.1002426, 9.45401001, -232.078156, 0, -1, 0, -0.996194661, 0, -0.087155968, 0.087155968, 0, -0.996194661) | |
| 823 | o32.BottomSurface = Enum.SurfaceType.Smooth | |
| 824 | o32.TopSurface = Enum.SurfaceType.Smooth | |
| 825 | o32.Color = Color3.new(0.384314, 0.145098, 0.819608) | |
| 826 | o32.Position = Vector3.new(94.1002426, 9.45401001, -232.078156) | |
| 827 | o32.Orientation = Vector3.new(5, 180, -90) | |
| 828 | o32.Color = Color3.new(0.384314, 0.145098, 0.819608) | |
| 829 | o33.Parent = o6 | |
| 830 | o33.Material = Enum.Material.Neon | |
| 831 | o33.BrickColor = BrickColor.new("Dark blue")
| |
| 832 | o33.Position = Vector3.new(94.1002426, 42.646286, -234.982101) | |
| 833 | o33.Rotation = Vector3.new(175, 0, 90) | |
| 834 | o33.Anchored = true | |
| 835 | o33.Shape = Enum.PartType.Cylinder | |
| 836 | o33.Size = Vector3.new(13.5711546, 8.95802593, 17.7712326) | |
| 837 | o33.CFrame = CFrame.new(94.1002426, 42.646286, -234.982101, 0, -1, 0, -0.996194661, 0, -0.087155968, 0.087155968, 0, -0.996194661) | |
| 838 | o33.BottomSurface = Enum.SurfaceType.Smooth | |
| 839 | o33.TopSurface = Enum.SurfaceType.Smooth | |
| 840 | o33.Color = Color3.new(0, 0.0627451, 0.690196) | |
| 841 | o33.Position = Vector3.new(94.1002426, 42.646286, -234.982101) | |
| 842 | o33.Orientation = Vector3.new(5, 180, -90) | |
| 843 | o33.Color = Color3.new(0, 0.0627451, 0.690196) | |
| 844 | o34.Parent = o6 | |
| 845 | o34.Material = Enum.Material.Neon | |
| 846 | o34.BrickColor = BrickColor.new("Royal purple")
| |
| 847 | o34.Transparency = 0.5 | |
| 848 | o34.Position = Vector3.new(94.1002426, 42.646286, -234.982101) | |
| 849 | o34.Rotation = Vector3.new(175, 0, 90) | |
| 850 | o34.Anchored = true | |
| 851 | o34.Shape = Enum.PartType.Cylinder | |
| 852 | o34.Size = Vector3.new(13.5711546, 15.4593096, 18.8547764) | |
| 853 | o34.CFrame = CFrame.new(94.1002426, 42.646286, -234.982101, 0, -1, 0, -0.996194661, 0, -0.087155968, 0.087155968, 0, -0.996194661) | |
| 854 | o34.BottomSurface = Enum.SurfaceType.Smooth | |
| 855 | o34.TopSurface = Enum.SurfaceType.Smooth | |
| 856 | o34.Color = Color3.new(0.384314, 0.145098, 0.819608) | |
| 857 | o34.Position = Vector3.new(94.1002426, 42.646286, -234.982101) | |
| 858 | o34.Orientation = Vector3.new(5, 180, -90) | |
| 859 | o34.Color = Color3.new(0.384314, 0.145098, 0.819608) | |
| 860 | o35.Parent = o6 | |
| 861 | o35.Material = Enum.Material.Ice | |
| 862 | o35.BrickColor = BrickColor.new("Royal purple")
| |
| 863 | o35.Position = Vector3.new(94.1002426, 36.9793205, -234.486313) | |
| 864 | o35.Rotation = Vector3.new(175, 0, 90) | |
| 865 | o35.Anchored = true | |
| 866 | o35.Shape = Enum.PartType.Cylinder | |
| 867 | o35.Size = Vector3.new(6.52810192, 17.6264038, 32.9408875) | |
| 868 | o35.CFrame = CFrame.new(94.1002426, 36.9793205, -234.486313, 0, -1, 0, -0.996194661, 0, -0.087155968, 0.087155968, 0, -0.996194661) | |
| 869 | o35.BottomSurface = Enum.SurfaceType.Smooth | |
| 870 | o35.TopSurface = Enum.SurfaceType.Smooth | |
| 871 | o35.Color = Color3.new(0.384314, 0.145098, 0.819608) | |
| 872 | o35.Position = Vector3.new(94.1002426, 36.9793205, -234.486313) | |
| 873 | o35.Orientation = Vector3.new(5, 180, -90) | |
| 874 | o35.Color = Color3.new(0.384314, 0.145098, 0.819608) | |
| 875 | o36.Parent = o6 | |
| 876 | o36.Material = Enum.Material.Ice | |
| 877 | o36.BrickColor = BrickColor.new("Royal purple")
| |
| 878 | o36.Position = Vector3.new(94.1002426, 51.281662, -235.737701) | |
| 879 | o36.Rotation = Vector3.new(175, 0, 90) | |
| 880 | o36.Anchored = true | |
| 881 | o36.Shape = Enum.PartType.Cylinder | |
| 882 | o36.Size = Vector3.new(5.98632717, 17.6264038, 32.9408875) | |
| 883 | o36.CFrame = CFrame.new(94.1002426, 51.281662, -235.737701, 0, -1, 0, -0.996194661, 0, -0.087155968, 0.087155968, 0, -0.996194661) | |
| 884 | o36.BottomSurface = Enum.SurfaceType.Smooth | |
| 885 | o36.TopSurface = Enum.SurfaceType.Smooth | |
| 886 | o36.Color = Color3.new(0.384314, 0.145098, 0.819608) | |
| 887 | o36.Position = Vector3.new(94.1002426, 51.281662, -235.737701) | |
| 888 | o36.Orientation = Vector3.new(5, 180, -90) | |
| 889 | o36.Color = Color3.new(0.384314, 0.145098, 0.819608) | |
| 890 | o37.Parent = o6 | |
| 891 | o37.Material = Enum.Material.Granite | |
| 892 | o37.BrickColor = BrickColor.new("Dark indigo")
| |
| 893 | o37.Position = Vector3.new(94.1002426, 51.281662, -235.737701) | |
| 894 | o37.Rotation = Vector3.new(175, 0, 90) | |
| 895 | o37.Anchored = true | |
| 896 | o37.Shape = Enum.PartType.Cylinder | |
| 897 | o37.Size = Vector3.new(3.81923342, 19.793499, 32.9408875) | |
| 898 | o37.CFrame = CFrame.new(94.1002426, 51.281662, -235.737701, 0, -1, 0, -0.996194661, 0, -0.087155968, 0.087155968, 0, -0.996194661) | |
| 899 | o37.BottomSurface = Enum.SurfaceType.Smooth | |
| 900 | o37.TopSurface = Enum.SurfaceType.Smooth | |
| 901 | o37.Color = Color3.new(0.2, 0.0627451, 0.541176) | |
| 902 | o37.Position = Vector3.new(94.1002426, 51.281662, -235.737701) | |
| 903 | o37.Orientation = Vector3.new(5, 180, -90) | |
| 904 | o37.Color = Color3.new(0.2, 0.0627451, 0.541176) | |
| 905 | o38.Parent = o6 | |
| 906 | o38.Material = Enum.Material.Granite | |
| 907 | o38.BrickColor = BrickColor.new("Dark indigo")
| |
| 908 | o38.Position = Vector3.new(94.1002426, 37.0140533, -234.489365) | |
| 909 | o38.Rotation = Vector3.new(175, 0, 90) | |
| 910 | o38.Anchored = true | |
| 911 | o38.Shape = Enum.PartType.Cylinder | |
| 912 | o38.Size = Vector3.new(3.81923342, 19.793499, 32.9408875) | |
| 913 | o38.CFrame = CFrame.new(94.1002426, 37.0140533, -234.489365, 0, -1, 0, -0.996194661, 0, -0.087155968, 0.087155968, 0, -0.996194661) | |
| 914 | o38.BottomSurface = Enum.SurfaceType.Smooth | |
| 915 | o38.TopSurface = Enum.SurfaceType.Smooth | |
| 916 | o38.Color = Color3.new(0.2, 0.0627451, 0.541176) | |
| 917 | o38.Position = Vector3.new(94.1002426, 37.0140533, -234.489365) | |
| 918 | o38.Orientation = Vector3.new(5, 180, -90) | |
| 919 | o38.Color = Color3.new(0.2, 0.0627451, 0.541176) | |
| 920 | o39.Parent = o6 | |
| 921 | o39.Material = Enum.Material.Brick | |
| 922 | o39.BrickColor = BrickColor.new("Royal purple")
| |
| 923 | o39.Position = Vector3.new(94.1002426, 21.3196583, -233.116257) | |
| 924 | o39.Rotation = Vector3.new(175, 0, 90) | |
| 925 | o39.Anchored = true | |
| 926 | o39.Shape = Enum.PartType.Cylinder | |
| 927 | o39.Size = Vector3.new(32.4634857, 15.9742641, 30.773798) | |
| 928 | o39.CFrame = CFrame.new(94.1002426, 21.3196583, -233.116257, 0, -1, 0, -0.996194661, 0, -0.087155968, 0.087155968, 0, -0.996194661) | |
| 929 | o39.BottomSurface = Enum.SurfaceType.Smooth | |
| 930 | o39.TopSurface = Enum.SurfaceType.Smooth | |
| 931 | o39.Color = Color3.new(0.384314, 0.145098, 0.819608) | |
| 932 | o39.Position = Vector3.new(94.1002426, 21.3196583, -233.116257) | |
| 933 | o39.Orientation = Vector3.new(5, 180, -90) | |
| 934 | o39.Color = Color3.new(0.384314, 0.145098, 0.819608) | |
| 935 | o40.Parent = o6 | |
| 936 | o40.Material = Enum.Material.Granite | |
| 937 | o40.BrickColor = BrickColor.new("Dark indigo")
| |
| 938 | o40.Position = Vector3.new(94.1002426, 8.55628204, -231.999619) | |
| 939 | o40.Rotation = Vector3.new(175, 0, 90) | |
| 940 | o40.Anchored = true | |
| 941 | o40.Shape = Enum.PartType.Cylinder | |
| 942 | o40.Size = Vector3.new(6.83921766, 19.793499, 27.2120438) | |
| 943 | o40.CFrame = CFrame.new(94.1002426, 8.55628204, -231.999619, 0, -1, 0, -0.996194661, 0, -0.087155968, 0.087155968, 0, -0.996194661) | |
| 944 | o40.BottomSurface = Enum.SurfaceType.Smooth | |
| 945 | o40.TopSurface = Enum.SurfaceType.Smooth | |
| 946 | o40.Color = Color3.new(0.2, 0.0627451, 0.541176) | |
| 947 | o40.Position = Vector3.new(94.1002426, 8.55628204, -231.999619) | |
| 948 | o40.Orientation = Vector3.new(5, 180, -90) | |
| 949 | o40.Color = Color3.new(0.2, 0.0627451, 0.541176) | |
| 950 | o41.Parent = o6 | |
| 951 | o41.Material = Enum.Material.Granite | |
| 952 | o41.BrickColor = BrickColor.new("Dark indigo")
| |
| 953 | o41.Position = Vector3.new(94.1001663, 21.0405273, -164.010117) | |
| 954 | o41.Rotation = Vector3.new(10, -45, 0) | |
| 955 | o41.Anchored = true | |
| 956 | o41.Size = Vector3.new(14.7840395, 20.4512634, 1.23200345) | |
| 957 | o41.CFrame = CFrame.new(94.1001663, 21.0405273, -164.010117, 0.707106054, -5.42640009e-07, -0.707107484, -0.122787014, 0.984807909, -0.122787528, 0.696365058, 0.173647419, 0.696363568) | |
| 958 | o41.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 959 | o41.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 960 | o41.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 961 | o41.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 962 | o41.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 963 | o41.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 964 | o41.Color = Color3.new(0.2, 0.0627451, 0.541176) | |
| 965 | o41.Position = Vector3.new(94.1001663, 21.0405273, -164.010117) | |
| 966 | o41.Orientation = Vector3.new(7.04999971, -45.4399986, -7.10999966) | |
| 967 | o41.Color = Color3.new(0.2, 0.0627451, 0.541176) | |
| 968 | o42.Parent = o6 | |
| 969 | o42.Material = Enum.Material.Granite | |
| 970 | o42.BrickColor = BrickColor.new("Dark indigo")
| |
| 971 | o42.Position = Vector3.new(94.1001663, 21.0405273, -164.010117) | |
| 972 | o42.Rotation = Vector3.new(10, 45, 0) | |
| 973 | o42.Anchored = true | |
| 974 | o42.Size = Vector3.new(14.7840395, 20.4512634, 1.23200345) | |
| 975 | o42.CFrame = CFrame.new(94.1001663, 21.0405273, -164.010117, 0.707107067, 4.16200209e-07, 0.707106471, 0.122787014, 0.984807849, -0.122787707, -0.696364045, 0.173647538, 0.696364582) | |
| 976 | o42.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 977 | o42.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 978 | o42.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 979 | o42.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 980 | o42.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 981 | o42.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 982 | o42.Color = Color3.new(0.2, 0.0627451, 0.541176) | |
| 983 | o42.Position = Vector3.new(94.1001663, 21.0405273, -164.010117) | |
| 984 | o42.Orientation = Vector3.new(7.04999971, 45.4399986, 7.10999966) | |
| 985 | o42.Color = Color3.new(0.2, 0.0627451, 0.541176) | |
| 986 | o43.Parent = o6 | |
| 987 | o43.Material = Enum.Material.Granite | |
| 988 | o43.BrickColor = BrickColor.new("Dark indigo")
| |
| 989 | o43.Position = Vector3.new(94.1001663, 21.0405273, -164.010117) | |
| 990 | o43.Rotation = Vector3.new(10, 90, 0) | |
| 991 | o43.Anchored = true | |
| 992 | o43.Size = Vector3.new(14.7840395, 20.4512634, 1.23200345) | |
| 993 | o43.CFrame = CFrame.new(94.1001663, 21.0405273, -164.010117, 0, 0, 1, 0.173647955, 0.984807789, 0, -0.984807789, 0.173647955, 0) | |
| 994 | o43.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 995 | o43.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 996 | o43.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 997 | o43.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 998 | o43.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 999 | o43.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1000 | o43.Color = Color3.new(0.2, 0.0627451, 0.541176) | |
| 1001 | o43.Position = Vector3.new(94.1001663, 21.0405273, -164.010117) | |
| 1002 | o43.Orientation = Vector3.new(0, 90, 10) | |
| 1003 | o43.Color = Color3.new(0.2, 0.0627451, 0.541176) | |
| 1004 | o44.Parent = o6 | |
| 1005 | o44.Material = Enum.Material.Granite | |
| 1006 | o44.BrickColor = BrickColor.new("Dark indigo")
| |
| 1007 | o44.Position = Vector3.new(94.1001663, 21.0405254, -164.010117) | |
| 1008 | o44.Rotation = Vector3.new(10, 0, 0) | |
| 1009 | o44.Anchored = true | |
| 1010 | o44.Size = Vector3.new(14.7840395, 20.4512634, 1.23200345) | |
| 1011 | o44.CFrame = CFrame.new(94.1001663, 21.0405254, -164.010117, 1, 0, 0, 0, 0.984807789, -0.173647955, 0, 0.173647955, 0.984807789) | |
| 1012 | o44.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1013 | o44.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1014 | o44.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1015 | o44.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1016 | o44.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1017 | o44.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1018 | o44.Color = Color3.new(0.2, 0.0627451, 0.541176) | |
| 1019 | o44.Position = Vector3.new(94.1001663, 21.0405254, -164.010117) | |
| 1020 | o44.Orientation = Vector3.new(10, 0, 0) | |
| 1021 | o44.Color = Color3.new(0.2, 0.0627451, 0.541176) | |
| 1022 | o45.Parent = o6 | |
| 1023 | o45.Material = Enum.Material.Ice | |
| 1024 | o45.BrickColor = BrickColor.new("Royal purple")
| |
| 1025 | o45.Position = Vector3.new(94.1002426, 9.23825645, -165.966064) | |
| 1026 | o45.Rotation = Vector3.new(-170, 0, 90) | |
| 1027 | o45.Anchored = true | |
| 1028 | o45.Shape = Enum.PartType.Cylinder | |
| 1029 | o45.Size = Vector3.new(5.93801403, 16.0331173, 29.963295) | |
| 1030 | o45.CFrame = CFrame.new(94.1002426, 9.23825645, -165.966064, 0, -1, 0, -0.984807789, 0, 0.173647955, -0.173647955, 0, -0.984807789) | |
| 1031 | o45.BottomSurface = Enum.SurfaceType.Smooth | |
| 1032 | o45.TopSurface = Enum.SurfaceType.Smooth | |
| 1033 | o45.Color = Color3.new(0.384314, 0.145098, 0.819608) | |
| 1034 | o45.Position = Vector3.new(94.1002426, 9.23825645, -165.966064) | |
| 1035 | o45.Orientation = Vector3.new(-10, 180, -90) | |
| 1036 | o45.Color = Color3.new(0.384314, 0.145098, 0.819608) | |
| 1037 | o46.Parent = o6 | |
| 1038 | o46.Material = Enum.Material.Neon | |
| 1039 | o46.BrickColor = BrickColor.new("Dark blue")
| |
| 1040 | o46.Position = Vector3.new(94.1002426, 39.0851059, -160.703278) | |
| 1041 | o46.Rotation = Vector3.new(-170, 0, 90) | |
| 1042 | o46.Anchored = true | |
| 1043 | o46.Shape = Enum.PartType.Cylinder | |
| 1044 | o46.Size = Vector3.new(12.3444309, 8.14829254, 16.164856) | |
| 1045 | o46.CFrame = CFrame.new(94.1002426, 39.0851059, -160.703278, 0, -1, 0, -0.984807789, 0, 0.173647955, -0.173647955, 0, -0.984807789) | |
| 1046 | o46.BottomSurface = Enum.SurfaceType.Smooth | |
| 1047 | o46.TopSurface = Enum.SurfaceType.Smooth | |
| 1048 | o46.Color = Color3.new(0, 0.0627451, 0.690196) | |
| 1049 | o46.Position = Vector3.new(94.1002426, 39.0851059, -160.703278) | |
| 1050 | o46.Orientation = Vector3.new(-10, 180, -90) | |
| 1051 | o46.Color = Color3.new(0, 0.0627451, 0.690196) | |
| 1052 | o47.Parent = o6 | |
| 1053 | o47.Material = Enum.Material.Neon | |
| 1054 | o47.BrickColor = BrickColor.new("Royal purple")
| |
| 1055 | o47.Transparency = 0.5 | |
| 1056 | o47.Position = Vector3.new(94.1002426, 39.0851059, -160.703278) | |
| 1057 | o47.Rotation = Vector3.new(-170, 0, 90) | |
| 1058 | o47.Anchored = true | |
| 1059 | o47.Shape = Enum.PartType.Cylinder | |
| 1060 | o47.Size = Vector3.new(12.3444309, 14.0619116, 17.1504555) | |
| 1061 | o47.CFrame = CFrame.new(94.1002426, 39.0851059, -160.703278, 0, -1, 0, -0.984807789, 0, 0.173647955, -0.173647955, 0, -0.984807789) | |
| 1062 | o47.BottomSurface = Enum.SurfaceType.Smooth | |
| 1063 | o47.TopSurface = Enum.SurfaceType.Smooth | |
| 1064 | o47.Color = Color3.new(0.384314, 0.145098, 0.819608) | |
| 1065 | o47.Position = Vector3.new(94.1002426, 39.0851059, -160.703278) | |
| 1066 | o47.Orientation = Vector3.new(-10, 180, -90) | |
| 1067 | o47.Color = Color3.new(0.384314, 0.145098, 0.819608) | |
| 1068 | o48.Parent = o6 | |
| 1069 | o48.Material = Enum.Material.Ice | |
| 1070 | o48.BrickColor = BrickColor.new("Royal purple")
| |
| 1071 | o48.Position = Vector3.new(94.1002426, 33.9893074, -161.601776) | |
| 1072 | o48.Rotation = Vector3.new(-170, 0, 90) | |
| 1073 | o48.Anchored = true | |
| 1074 | o48.Shape = Enum.PartType.Cylinder | |
| 1075 | o48.Size = Vector3.new(5.93801403, 16.0331173, 29.963295) | |
| 1076 | o48.CFrame = CFrame.new(94.1002426, 33.9893074, -161.601776, 0, -1, 0, -0.984807789, 0, 0.173647955, -0.173647955, 0, -0.984807789) | |
| 1077 | o48.BottomSurface = Enum.SurfaceType.Smooth | |
| 1078 | o48.TopSurface = Enum.SurfaceType.Smooth | |
| 1079 | o48.Color = Color3.new(0.384314, 0.145098, 0.819608) | |
| 1080 | o48.Position = Vector3.new(94.1002426, 33.9893074, -161.601776) | |
| 1081 | o48.Orientation = Vector3.new(-10, 180, -90) | |
| 1082 | o48.Color = Color3.new(0.384314, 0.145098, 0.819608) | |
| 1083 | o49.Parent = o6 | |
| 1084 | o49.Material = Enum.Material.Ice | |
| 1085 | o49.BrickColor = BrickColor.new("Royal purple")
| |
| 1086 | o49.Position = Vector3.new(94.1002426, 46.8501511, -159.334152) | |
| 1087 | o49.Rotation = Vector3.new(-170, 0, 90) | |
| 1088 | o49.Anchored = true | |
| 1089 | o49.Shape = Enum.PartType.Cylinder | |
| 1090 | o49.Size = Vector3.new(5.44521141, 16.0331173, 29.963295) | |
| 1091 | o49.CFrame = CFrame.new(94.1002426, 46.8501511, -159.334152, 0, -1, 0, -0.984807789, 0, 0.173647955, -0.173647955, 0, -0.984807789) | |
| 1092 | o49.BottomSurface = Enum.SurfaceType.Smooth | |
| 1093 | o49.TopSurface = Enum.SurfaceType.Smooth | |
| 1094 | o49.Color = Color3.new(0.384314, 0.145098, 0.819608) | |
| 1095 | o49.Position = Vector3.new(94.1002426, 46.8501511, -159.334152) | |
| 1096 | o49.Orientation = Vector3.new(-10, 180, -90) | |
| 1097 | o49.Color = Color3.new(0.384314, 0.145098, 0.819608) | |
| 1098 | o50.Parent = o6 | |
| 1099 | o50.Material = Enum.Material.Granite | |
| 1100 | o50.BrickColor = BrickColor.new("Dark indigo")
| |
| 1101 | o50.Position = Vector3.new(94.1002426, 46.8501511, -159.334152) | |
| 1102 | o50.Rotation = Vector3.new(-170, 0, 90) | |
| 1103 | o50.Anchored = true | |
| 1104 | o50.Shape = Enum.PartType.Cylinder | |
| 1105 | o50.Size = Vector3.new(3.47400546, 18.004324, 29.963295) | |
| 1106 | o50.CFrame = CFrame.new(94.1002426, 46.8501511, -159.334152, 0, -1, 0, -0.984807789, 0, 0.173647955, -0.173647955, 0, -0.984807789) | |
| 1107 | o50.BottomSurface = Enum.SurfaceType.Smooth | |
| 1108 | o50.TopSurface = Enum.SurfaceType.Smooth | |
| 1109 | o50.Color = Color3.new(0.2, 0.0627451, 0.541176) | |
| 1110 | o50.Position = Vector3.new(94.1002426, 46.8501511, -159.334152) | |
| 1111 | o50.Orientation = Vector3.new(-10, 180, -90) | |
| 1112 | o50.Color = Color3.new(0.2, 0.0627451, 0.541176) | |
| 1113 | o51.Parent = o6 | |
| 1114 | o51.Material = Enum.Material.Granite | |
| 1115 | o51.BrickColor = BrickColor.new("Dark indigo")
| |
| 1116 | o51.Position = Vector3.new(94.1002426, 34.020546, -161.596283) | |
| 1117 | o51.Rotation = Vector3.new(-170, 0, 90) | |
| 1118 | o51.Anchored = true | |
| 1119 | o51.Shape = Enum.PartType.Cylinder | |
| 1120 | o51.Size = Vector3.new(3.47400546, 18.004324, 29.963295) | |
| 1121 | o51.CFrame = CFrame.new(94.1002426, 34.020546, -161.596283, 0, -1, 0, -0.984807789, 0, 0.173647955, -0.173647955, 0, -0.984807789) | |
| 1122 | o51.BottomSurface = Enum.SurfaceType.Smooth | |
| 1123 | o51.TopSurface = Enum.SurfaceType.Smooth | |
| 1124 | o51.Color = Color3.new(0.2, 0.0627451, 0.541176) | |
| 1125 | o51.Position = Vector3.new(94.1002426, 34.020546, -161.596283) | |
| 1126 | o51.Orientation = Vector3.new(-10, 180, -90) | |
| 1127 | o51.Color = Color3.new(0.2, 0.0627451, 0.541176) | |
| 1128 | o52.Parent = o6 | |
| 1129 | o52.Material = Enum.Material.Brick | |
| 1130 | o52.BrickColor = BrickColor.new("Royal purple")
| |
| 1131 | o52.Position = Vector3.new(94.1002426, 19.9079742, -164.084717) | |
| 1132 | o52.Rotation = Vector3.new(-170, 0, 90) | |
| 1133 | o52.Anchored = true | |
| 1134 | o52.Shape = Enum.PartType.Cylinder | |
| 1135 | o52.Size = Vector3.new(29.529047, 14.5303183, 27.9920921) | |
| 1136 | o52.CFrame = CFrame.new(94.1002426, 19.9079742, -164.084717, 0, -1, 0, -0.984807789, 0, 0.173647955, -0.173647955, 0, -0.984807789) | |
| 1137 | o52.BottomSurface = Enum.SurfaceType.Smooth | |
| 1138 | o52.TopSurface = Enum.SurfaceType.Smooth | |
| 1139 | o52.Color = Color3.new(0.384314, 0.145098, 0.819608) | |
| 1140 | o52.Position = Vector3.new(94.1002426, 19.9079742, -164.084717) | |
| 1141 | o52.Orientation = Vector3.new(-10, 180, -90) | |
| 1142 | o52.Color = Color3.new(0.384314, 0.145098, 0.819608) | |
| 1143 | o53.Parent = o6 | |
| 1144 | o53.Material = Enum.Material.Granite | |
| 1145 | o53.BrickColor = BrickColor.new("Dark indigo")
| |
| 1146 | o53.Position = Vector3.new(94.1002426, 8.43100739, -166.108368) | |
| 1147 | o53.Rotation = Vector3.new(-170, 0, 90) | |
| 1148 | o53.Anchored = true | |
| 1149 | o53.Shape = Enum.PartType.Cylinder | |
| 1150 | o53.Size = Vector3.new(6.22100687, 18.004324, 24.7522926) | |
| 1151 | o53.CFrame = CFrame.new(94.1002426, 8.43100739, -166.108368, 0, -1, 0, -0.984807789, 0, 0.173647955, -0.173647955, 0, -0.984807789) | |
| 1152 | o53.BottomSurface = Enum.SurfaceType.Smooth | |
| 1153 | o53.TopSurface = Enum.SurfaceType.Smooth | |
| 1154 | o53.Color = Color3.new(0.2, 0.0627451, 0.541176) | |
| 1155 | o53.Position = Vector3.new(94.1002426, 8.43100739, -166.108368) | |
| 1156 | o53.Orientation = Vector3.new(-10, 180, -90) | |
| 1157 | o53.Color = Color3.new(0.2, 0.0627451, 0.541176) | |
| 1158 | o54.Parent = o6 | |
| 1159 | o54.Material = Enum.Material.Grass | |
| 1160 | o54.BrickColor = BrickColor.new("Royal purple")
| |
| 1161 | o54.Position = Vector3.new(86.7319565, 52.0401764, -173.662949) | |
| 1162 | o54.Rotation = Vector3.new(3.90999985, 21.4599991, 7.90999985) | |
| 1163 | o54.Anchored = true | |
| 1164 | o54.FormFactor = Enum.FormFactor.Custom | |
| 1165 | o54.Size = Vector3.new(9.17714977, 5.22749376, 8.82864952) | |
| 1166 | o54.CFrame = CFrame.new(86.7319565, 52.0401764, -173.662949, 0.921839118, -0.128093228, 0.365793288, 0.162045017, 0.984735727, -0.0635371879, -0.352071017, 0.117846064, 0.928524792) | |
| 1167 | o54.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1168 | o54.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1169 | o54.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1170 | o54.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1171 | o54.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1172 | o54.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1173 | o54.Color = Color3.new(0.384314, 0.145098, 0.819608) | |
| 1174 | o54.Position = Vector3.new(86.7319565, 52.0401764, -173.662949) | |
| 1175 | o54.Orientation = Vector3.new(3.63999987, 21.5, 9.34000015) | |
| 1176 | o54.Color = Color3.new(0.384314, 0.145098, 0.819608) | |
| 1177 | o55.Parent = o6 | |
| 1178 | o55.Material = Enum.Material.Grass | |
| 1179 | o55.BrickColor = BrickColor.new("Royal purple")
| |
| 1180 | o55.Position = Vector3.new(98.1936569, 55.1572113, -188.706635) | |
| 1181 | o55.Rotation = Vector3.new(-51.5099983, -47.1800003, -53.4499969) | |
| 1182 | o55.Anchored = true | |
| 1183 | o55.FormFactor = Enum.FormFactor.Custom | |
| 1184 | o55.Size = Vector3.new(9.17714977, 4.76282406, 8.94481564) | |
| 1185 | o55.CFrame = CFrame.new(98.1936569, 55.1572113, -188.706635, 0.404815137, 0.546000957, -0.73349005, -0.158013061, 0.831858814, 0.532017648, 0.900642276, -0.0994678065, 0.423024356) | |
| 1186 | o55.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1187 | o55.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1188 | o55.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1189 | o55.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1190 | o55.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1191 | o55.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1192 | o55.Color = Color3.new(0.384314, 0.145098, 0.819608) | |
| 1193 | o55.Position = Vector3.new(98.1936569, 55.1572113, -188.706635) | |
| 1194 | o55.Orientation = Vector3.new(-32.1399994, -60.0299988, -10.7600002) | |
| 1195 | o55.Color = Color3.new(0.384314, 0.145098, 0.819608) | |
| 1196 | o56.Parent = o6 | |
| 1197 | o56.Material = Enum.Material.Grass | |
| 1198 | o56.BrickColor = BrickColor.new("Royal purple")
| |
| 1199 | o56.Position = Vector3.new(99.829689, 54.7857704, -183.201126) | |
| 1200 | o56.Rotation = Vector3.new(-80.6999969, -79.1299973, -89.0899963) | |
| 1201 | o56.Anchored = true | |
| 1202 | o56.FormFactor = Enum.FormFactor.Custom | |
| 1203 | o56.Size = Vector3.new(9.17714977, 3.83349276, 8.94481564) | |
| 1204 | o56.CFrame = CFrame.new(99.829689, 54.7857704, -183.201126, 0.0029969993, 0.188615933, -0.982046425, -0.146265969, 0.971571684, 0.186157763, 0.989240766, 0.143082052, 0.030499896) | |
| 1205 | o56.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1206 | o56.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1207 | o56.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1208 | o56.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1209 | o56.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1210 | o56.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1211 | o56.Color = Color3.new(0.384314, 0.145098, 0.819608) | |
| 1212 | o56.Position = Vector3.new(99.829689, 54.7857704, -183.201126) | |
| 1213 | o56.Orientation = Vector3.new(-10.7299995, -88.2200012, -8.55999947) | |
| 1214 | o56.Color = Color3.new(0.384314, 0.145098, 0.819608) | |
| 1215 | o57.Parent = o6 | |
| 1216 | o57.Material = Enum.Material.Grass | |
| 1217 | o57.BrickColor = BrickColor.new("Royal purple")
| |
| 1218 | o57.Transparency = 0.30000001192093 | |
| 1219 | o57.Position = Vector3.new(92.1549072, 50.2479668, -174.81131) | |
| 1220 | o57.Rotation = Vector3.new(-158.269989, -9.28999996, 166.709991) | |
| 1221 | o57.Anchored = true | |
| 1222 | o57.FormFactor = Enum.FormFactor.Custom | |
| 1223 | o57.Size = Vector3.new(11.3843136, 6.04065609, 13.1268101) | |
| 1224 | o57.CFrame = CFrame.new(92.1549072, 50.2479668, -174.81131, -0.960476935, -0.226796359, -0.161392227, -0.271632969, 0.890339017, 0.365392953, 0.0608239956, 0.394790918, -0.916755497) | |
| 1225 | o57.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1226 | o57.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1227 | o57.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1228 | o57.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1229 | o57.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1230 | o57.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1231 | o57.Color = Color3.new(0.384314, 0.145098, 0.819608) | |
| 1232 | o57.Position = Vector3.new(92.1549072, 50.2479668, -174.81131) | |
| 1233 | o57.Orientation = Vector3.new(-21.4300003, -170.019989, -16.9699993) | |
| 1234 | o57.Color = Color3.new(0.384314, 0.145098, 0.819608) | |
| 1235 | o58.Parent = o6 | |
| 1236 | o58.Material = Enum.Material.Grass | |
| 1237 | o58.BrickColor = BrickColor.new("Dark indigo")
| |
| 1238 | o58.Transparency = 0.20000000298023 | |
| 1239 | o58.Position = Vector3.new(99.4013519, 54.452713, -176.800415) | |
| 1240 | o58.Rotation = Vector3.new(-152.910004, -60.3999977, -169.279999) | |
| 1241 | o58.Anchored = true | |
| 1242 | o58.FormFactor = Enum.FormFactor.Custom | |
| 1243 | o58.Size = Vector3.new(9.17714977, 4.76282501, 11.3843117) | |
| 1244 | o58.CFrame = CFrame.new(99.4013519, 54.452713, -176.800415, -0.485261053, 0.0919031054, -0.869526029, -0.223413035, 0.948417842, 0.224922732, 0.84534514, 0.303409696, -0.439697891) | |
| 1245 | o58.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1246 | o58.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1247 | o58.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1248 | o58.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1249 | o58.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1250 | o58.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1251 | o58.Color = Color3.new(0.262745, 0.105882, 0.560784) | |
| 1252 | o58.Position = Vector3.new(99.4013519, 54.452713, -176.800415) | |
| 1253 | o58.Orientation = Vector3.new(-13, -116.82, -13.2599993) | |
| 1254 | o58.Color = Color3.new(0.262745, 0.105882, 0.560784) | |
| 1255 | o59.Parent = o6 | |
| 1256 | o59.Material = Enum.Material.Grass | |
| 1257 | o59.BrickColor = BrickColor.new("Royal purple")
| |
| 1258 | o59.Position = Vector3.new(90.4135284, 53.5857773, -191.329391) | |
| 1259 | o59.Rotation = Vector3.new(-14.5499992, 18.6999989, 23.9300003) | |
| 1260 | o59.Anchored = true | |
| 1261 | o59.FormFactor = Enum.FormFactor.Custom | |
| 1262 | o59.Size = Vector3.new(9.17714977, 5.22749376, 8.82864952) | |
| 1263 | o59.CFrame = CFrame.new(90.4135284, 53.5857773, -191.329391, 0.86579591, -0.384210587, 0.320592701, 0.318987966, 0.917394578, 0.237978637, -0.385543942, -0.103775702, 0.91683501) | |
| 1264 | o59.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1265 | o59.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1266 | o59.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1267 | o59.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1268 | o59.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1269 | o59.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1270 | o59.Color = Color3.new(0.384314, 0.145098, 0.819608) | |
| 1271 | o59.Position = Vector3.new(90.4135284, 53.5857773, -191.329391) | |
| 1272 | o59.Orientation = Vector3.new(-13.7699995, 19.2700005, 19.1700001) | |
| 1273 | o59.Color = Color3.new(0.384314, 0.145098, 0.819608) | |
| 1274 | o60.Parent = o6 | |
| 1275 | o60.Material = Enum.Material.Grass | |
| 1276 | o60.BrickColor = BrickColor.new("Royal purple")
| |
| 1277 | o60.Position = Vector3.new(92.4412842, 55.7906952, -183.154709) | |
| 1278 | o60.Rotation = Vector3.new(-160.039993, 26.8699989, 172.110001) | |
| 1279 | o60.Anchored = true | |
| 1280 | o60.FormFactor = Enum.FormFactor.Custom | |
| 1281 | o60.Size = Vector3.new(10.8034801, 8.01548672, 11.3843117) | |
| 1282 | o60.CFrame = CFrame.new(92.4412842, 55.7906952, -183.154709, -0.883562148, -0.122509874, 0.452005953, 0.0237780046, 0.952196479, 0.304559708, -0.467710048, 0.279845208, -0.838411689) | |
| 1283 | o60.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1284 | o60.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1285 | o60.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1286 | o60.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1287 | o60.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1288 | o60.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1289 | o60.Color = Color3.new(0.368627, 0, 1) | |
| 1290 | o60.Position = Vector3.new(92.4412842, 55.7906952, -183.154709) | |
| 1291 | o60.Orientation = Vector3.new(-17.7299995, 151.669998, 1.42999995) | |
| 1292 | o60.Color = Color3.new(0.368627, 0, 1) | |
| 1293 | o61.Parent = o6 | |
| 1294 | o61.Material = Enum.Material.Grass | |
| 1295 | o61.BrickColor = BrickColor.new("Dark indigo")
| |
| 1296 | o61.Transparency = 0.30000001192093 | |
| 1297 | o61.Position = Vector3.new(89.1407242, 51.8749161, -182.762283) | |
| 1298 | o61.Rotation = Vector3.new(134.849991, -38.4899979, 137) | |
| 1299 | o61.Anchored = true | |
| 1300 | o61.FormFactor = Enum.FormFactor.Custom | |
| 1301 | o61.Size = Vector3.new(9.17714977, 6.96998739, 11.3843117) | |
| 1302 | o61.CFrame = CFrame.new(89.1407242, 51.8749161, -182.762283, -0.572471857, -0.533828437, -0.622336864, -0.158254966, 0.816684365, -0.554961264, 0.804506898, -0.219211817, -0.552009821) | |
| 1303 | o61.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1304 | o61.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1305 | o61.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1306 | o61.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1307 | o61.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1308 | o61.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1309 | o61.Color = Color3.new(0.262745, 0.105882, 0.560784) | |
| 1310 | o61.Position = Vector3.new(89.1407242, 51.8749161, -182.762283) | |
| 1311 | o61.Orientation = Vector3.new(33.7099991, -131.569992, -10.9699993) | |
| 1312 | o61.Color = Color3.new(0.262745, 0.105882, 0.560784) | |
| 1313 | o62.Parent = o6 | |
| 1314 | o62.Material = Enum.Material.Grass | |
| 1315 | o62.BrickColor = BrickColor.new("Royal purple")
| |
| 1316 | o62.Transparency = 0.30000001192093 | |
| 1317 | o62.Position = Vector3.new(93.6466141, 54.8479424, -193.402954) | |
| 1318 | o62.Rotation = Vector3.new(-7.14999962, -24.5599995, 14.0099993) | |
| 1319 | o62.Anchored = true | |
| 1320 | o62.FormFactor = Enum.FormFactor.Custom | |
| 1321 | o62.Size = Vector3.new(9.17714977, 6.50532389, 8.82864952) | |
| 1322 | o62.CFrame = CFrame.new(93.6466141, 54.8479424, -193.402954, 0.882474303, -0.220112026, -0.415679991, 0.290329099, 0.950207472, 0.113202132, 0.370065123, -0.220581949, 0.902438641) | |
| 1323 | o62.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1324 | o62.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1325 | o62.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1326 | o62.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1327 | o62.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1328 | o62.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1329 | o62.Color = Color3.new(0.368627, 0, 1) | |
| 1330 | o62.Position = Vector3.new(93.6466141, 54.8479424, -193.402954) | |
| 1331 | o62.Orientation = Vector3.new(-6.5, -24.7299995, 16.9899998) | |
| 1332 | o62.Color = Color3.new(0.368627, 0, 1) | |
| 1333 | o63.Parent = o6 | |
| 1334 | o63.Material = Enum.Material.Grass | |
| 1335 | o63.BrickColor = BrickColor.new("Royal purple")
| |
| 1336 | o63.Transparency = 0.20000000298023 | |
| 1337 | o63.Position = Vector3.new(86.5360184, 50.3859711, -176.462936) | |
| 1338 | o63.Rotation = Vector3.new(55.2899971, -44.6499977, 59.1800003) | |
| 1339 | o63.Anchored = true | |
| 1340 | o63.FormFactor = Enum.FormFactor.Custom | |
| 1341 | o63.Size = Vector3.new(9.17714977, 5.22749186, 11.3843117) | |
| 1342 | o63.CFrame = CFrame.new(86.5360184, 50.3859711, -176.462936, 0.364446908, -0.61093539, -0.702806175, 0.19298996, 0.787878275, -0.584810078, 0.911006749, 0.0774976909, 0.405044198) | |
| 1343 | o63.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1344 | o63.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1345 | o63.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1346 | o63.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1347 | o63.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1348 | o63.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1349 | o63.Color = Color3.new(0.384314, 0.145098, 0.819608) | |
| 1350 | o63.Position = Vector3.new(86.5360184, 50.3859711, -176.462936) | |
| 1351 | o63.Orientation = Vector3.new(35.7900009, -60.0399971, 13.7599993) | |
| 1352 | o63.Color = Color3.new(0.384314, 0.145098, 0.819608) | |
| 1353 | o64.Parent = o6 | |
| 1354 | o64.Material = Enum.Material.Wood | |
| 1355 | o64.BrickColor = BrickColor.new("Cocoa")
| |
| 1356 | o64.Position = Vector3.new(95.0107117, 47.6874886, -189.798431) | |
| 1357 | o64.Rotation = Vector3.new(-42.9500008, 1.40999997, 2.46000004) | |
| 1358 | o64.Anchored = true | |
| 1359 | o64.FormFactor = Enum.FormFactor.Custom | |
| 1360 | o64.Size = Vector3.new(1.62633061, 13.0106611, 1.39399755) | |
| 1361 | o64.CFrame = CFrame.new(95.0107117, 47.6874886, -189.798431, 0.998779774, -0.0428673811, 0.024522841, 0.0146889966, 0.731939197, 0.681211591, -0.0471509881, -0.680020154, 0.731675744) | |
| 1362 | o64.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1363 | o64.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1364 | o64.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1365 | o64.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1366 | o64.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1367 | o64.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1368 | o64.Color = Color3.new(0.247059, 0.192157, 0.160784) | |
| 1369 | o64.Position = Vector3.new(95.0107117, 47.6874886, -189.798431) | |
| 1370 | o64.Orientation = Vector3.new(-42.9399986, 1.91999996, 1.14999998) | |
| 1371 | o64.Color = Color3.new(0.247059, 0.192157, 0.160784) | |
| 1372 | o65.Parent = o6 | |
| 1373 | o65.Material = Enum.Material.Grass | |
| 1374 | o65.BrickColor = BrickColor.new("Royal purple")
| |
| 1375 | o65.Transparency = 0.30000001192093 | |
| 1376 | o65.Position = Vector3.new(92.2906113, 56.4562225, -178.200134) | |
| 1377 | o65.Rotation = Vector3.new(15.1099997, -13.0499992, -2.53999996) | |
| 1378 | o65.Anchored = true | |
| 1379 | o65.FormFactor = Enum.FormFactor.Custom | |
| 1380 | o65.Size = Vector3.new(8.59631729, 8.01548672, 12.7783127) | |
| 1381 | o65.CFrame = CFrame.new(92.2906113, 56.4562225, -178.200134, 0.973223448, 0.0432357416, -0.225758404, -0.101639055, 0.961863101, -0.2539469, 0.206169099, 0.270092964, 0.940502048) | |
| 1382 | o65.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1383 | o65.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1384 | o65.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1385 | o65.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1386 | o65.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1387 | o65.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1388 | o65.Color = Color3.new(0.384314, 0.145098, 0.819608) | |
| 1389 | o65.Position = Vector3.new(92.2906113, 56.4562225, -178.200134) | |
| 1390 | o65.Orientation = Vector3.new(14.71, -13.5, -6.02999973) | |
| 1391 | o65.Color = Color3.new(0.384314, 0.145098, 0.819608) | |
| 1392 | o66.Parent = o6 | |
| 1393 | o66.Material = Enum.Material.Wood | |
| 1394 | o66.BrickColor = BrickColor.new("Cocoa")
| |
| 1395 | o66.Position = Vector3.new(98.347641, 22.9291687, -183.718475) | |
| 1396 | o66.Rotation = Vector3.new(-21.7399998, 78.8300018, 26.2999992) | |
| 1397 | o66.Anchored = true | |
| 1398 | o66.FormFactor = Enum.FormFactor.Custom | |
| 1399 | o66.Size = Vector3.new(4.6466589, 6.38915443, 4.6466589) | |
| 1400 | o66.CFrame = CFrame.new(98.347641, 22.9291687, -183.718475, 0.173647091, -0.0858319327, 0.981060505, 0.0858310387, 0.993722916, 0.0717477277, -0.981060505, 0.0717466474, 0.17992416) | |
| 1401 | o66.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1402 | o66.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1403 | o66.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1404 | o66.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1405 | o66.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1406 | o66.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1407 | o66.Color = Color3.new(0.247059, 0.192157, 0.160784) | |
| 1408 | o66.Position = Vector3.new(98.347641, 22.9291687, -183.718475) | |
| 1409 | o66.Orientation = Vector3.new(-4.11000013, 79.6100006, 4.94000006) | |
| 1410 | o66.Color = Color3.new(0.247059, 0.192157, 0.160784) | |
| 1411 | o67.Parent = o6 | |
| 1412 | o67.Material = Enum.Material.Wood | |
| 1413 | o67.BrickColor = BrickColor.new("Cocoa")
| |
| 1414 | o67.Position = Vector3.new(100.370926, 51.2270966, -178.048828) | |
| 1415 | o67.Rotation = Vector3.new(5, -15, 165) | |
| 1416 | o67.Anchored = true | |
| 1417 | o67.FormFactor = Enum.FormFactor.Custom | |
| 1418 | o67.Size = Vector3.new(2.20716333, 5.92448616, 1.97482991) | |
| 1419 | o67.CFrame = CFrame.new(100.370926, 51.2270966, -178.048828, -0.933012784, -0.24999997, -0.258818775, 0.279622942, -0.956411958, -0.0841856748, -0.226490945, -0.150917992, 0.962250352) | |
| 1420 | o67.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1421 | o67.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1422 | o67.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1423 | o67.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1424 | o67.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1425 | o67.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1426 | o67.Color = Color3.new(0.247059, 0.192157, 0.160784) | |
| 1427 | o67.Position = Vector3.new(100.370926, 51.2270966, -178.048828) | |
| 1428 | o67.Orientation = Vector3.new(4.82999992, -15.0499992, 163.699997) | |
| 1429 | o67.Color = Color3.new(0.247059, 0.192157, 0.160784) | |
| 1430 | o68.Parent = o6 | |
| 1431 | o68.Material = Enum.Material.Wood | |
| 1432 | o68.BrickColor = BrickColor.new("Cocoa")
| |
| 1433 | o68.Position = Vector3.new(97.5601273, 45.525177, -179.303772) | |
| 1434 | o68.Rotation = Vector3.new(5, -15, 145) | |
| 1435 | o68.Anchored = true | |
| 1436 | o68.FormFactor = Enum.FormFactor.Custom | |
| 1437 | o68.Size = Vector3.new(2.90416169, 8.59631252, 2.67182899) | |
| 1438 | o68.CFrame = CFrame.new(97.5601273, 45.525177, -179.303772, -0.791238129, -0.554034591, -0.258820295, 0.589874089, -0.803095102, -0.0841830373, -0.161217019, -0.219280183, 0.962250173) | |
| 1439 | o68.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1440 | o68.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1441 | o68.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1442 | o68.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1443 | o68.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1444 | o68.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1445 | o68.Color = Color3.new(0.247059, 0.192157, 0.160784) | |
| 1446 | o68.Position = Vector3.new(97.5601273, 45.525177, -179.303772) | |
| 1447 | o68.Orientation = Vector3.new(4.82999992, -15.0499992, 143.699997) | |
| 1448 | o68.Color = Color3.new(0.247059, 0.192157, 0.160784) | |
| 1449 | o69.Parent = o6 | |
| 1450 | o69.Material = Enum.Material.Wood | |
| 1451 | o69.BrickColor = BrickColor.new("Cocoa")
| |
| 1452 | o69.Position = Vector3.new(88.4189453, 46.0147324, -176.292816) | |
| 1453 | o69.Rotation = Vector3.new(-137.23999, 27.6800003, 137.73999) | |
| 1454 | o69.Anchored = true | |
| 1455 | o69.FormFactor = Enum.FormFactor.Custom | |
| 1456 | o69.Size = Vector3.new(2.32332969, 6.73764992, 2.09099674) | |
| 1457 | o69.CFrame = CFrame.new(88.4189453, 46.0147324, -176.292816, -0.65535593, -0.595552921, 0.464570016, -0.260401964, 0.75550282, 0.601170778, -0.709012926, 0.273005903, -0.650206447) | |
| 1458 | o69.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1459 | o69.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1460 | o69.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1461 | o69.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1462 | o69.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1463 | o69.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1464 | o69.Color = Color3.new(0.247059, 0.192157, 0.160784) | |
| 1465 | o69.Position = Vector3.new(88.4189453, 46.0147324, -176.292816) | |
| 1466 | o69.Orientation = Vector3.new(-36.9500008, 144.449997, -19.0200005) | |
| 1467 | o69.Color = Color3.new(0.247059, 0.192157, 0.160784) | |
| 1468 | o70.Parent = o6 | |
| 1469 | o70.Material = Enum.Material.Wood | |
| 1470 | o70.BrickColor = BrickColor.new("Cocoa")
| |
| 1471 | o70.Position = Vector3.new(92.5867767, 43.0453796, -178.570267) | |
| 1472 | o70.Rotation = Vector3.new(-123.559998, -7.26999998, 124.110001) | |
| 1473 | o70.Anchored = true | |
| 1474 | o70.FormFactor = Enum.FormFactor.Custom | |
| 1475 | o70.Size = Vector3.new(2.90416169, 6.73764992, 2.67182899) | |
| 1476 | o70.CFrame = CFrame.new(92.5867767, 43.0453796, -178.570267, -0.556347013, -0.821269572, -0.126468927, -0.516786993, 0.22279115, 0.826616824, -0.650699019, 0.525243342, -0.54837054) | |
| 1477 | o70.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1478 | o70.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1479 | o70.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1480 | o70.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1481 | o70.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1482 | o70.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1483 | o70.Color = Color3.new(0.247059, 0.192157, 0.160784) | |
| 1484 | o70.Position = Vector3.new(92.5867767, 43.0453796, -178.570267) | |
| 1485 | o70.Orientation = Vector3.new(-55.75, -167.009995, -66.6800003) | |
| 1486 | o70.Color = Color3.new(0.247059, 0.192157, 0.160784) | |
| 1487 | o71.Parent = o6 | |
| 1488 | o71.Material = Enum.Material.Wood | |
| 1489 | o71.BrickColor = BrickColor.new("Cocoa")
| |
| 1490 | o71.Position = Vector3.new(100.053894, 21.4135685, -185.335907) | |
| 1491 | o71.Rotation = Vector3.new(-31.2600002, 18.3999996, 39.1599998) | |
| 1492 | o71.Anchored = true | |
| 1493 | o71.FormFactor = Enum.FormFactor.Custom | |
| 1494 | o71.Size = Vector3.new(4.6466589, 8.82864761, 4.6466589) | |
| 1495 | o71.CFrame = CFrame.new(100.053894, 21.4135685, -185.335907, 0.735702932, -0.59927398, 0.315613598, 0.412887931, 0.766207695, 0.492391497, -0.536902964, -0.231940806, 0.811134219) | |
| 1496 | o71.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1497 | o71.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1498 | o71.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1499 | o71.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1500 | o71.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1501 | o71.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1502 | o71.Color = Color3.new(0.247059, 0.192157, 0.160784) | |
| 1503 | o71.Position = Vector3.new(100.053894, 21.4135685, -185.335907) | |
| 1504 | o71.Orientation = Vector3.new(-29.5, 21.2600002, 28.3199997) | |
| 1505 | o71.Color = Color3.new(0.247059, 0.192157, 0.160784) | |
| 1506 | o72.Parent = o6 | |
| 1507 | o72.Material = Enum.Material.Wood | |
| 1508 | o72.BrickColor = BrickColor.new("Cocoa")
| |
| 1509 | o72.Position = Vector3.new(93.0067596, 21.9593925, -186.610001) | |
| 1510 | o72.Rotation = Vector3.new(154.300003, 51.9799995, 65) | |
| 1511 | o72.Anchored = true | |
| 1512 | o72.FormFactor = Enum.FormFactor.Custom | |
| 1513 | o72.Size = Vector3.new(4.99515772, 9.18829155, 5.11132431) | |
| 1514 | o72.CFrame = CFrame.new(93.0067596, 21.9593925, -186.610001, 0.260241091, -0.558185995, 0.787847042, -0.672326267, -0.690401495, -0.267063975, 0.693002224, -0.460189193, -0.554953933) | |
| 1515 | o72.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1516 | o72.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1517 | o72.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1518 | o72.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1519 | o72.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1520 | o72.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1521 | o72.Color = Color3.new(0.247059, 0.192157, 0.160784) | |
| 1522 | o72.Position = Vector3.new(93.0067596, 21.9593925, -186.610001) | |
| 1523 | o72.Orientation = Vector3.new(15.4899998, 125.159996, -135.759995) | |
| 1524 | o72.Color = Color3.new(0.247059, 0.192157, 0.160784) | |
| 1525 | o73.Parent = o6 | |
| 1526 | o73.Material = Enum.Material.Wood | |
| 1527 | o73.BrickColor = BrickColor.new("Cocoa")
| |
| 1528 | o73.Position = Vector3.new(95.0486603, 46.2005272, -188.167572) | |
| 1529 | o73.Rotation = Vector3.new(-47.6699982, 1.82999992, 0.979999959) | |
| 1530 | o73.Anchored = true | |
| 1531 | o73.FormFactor = Enum.FormFactor.Custom | |
| 1532 | o73.Size = Vector3.new(2.09099674, 8.59632301, 1.97483015) | |
| 1533 | o73.CFrame = CFrame.new(95.0486603, 46.2005272, -188.167572, 0.999344468, -0.0170144141, 0.0319559276, -0.0121570053, 0.673716247, 0.738890111, -0.0341010131, -0.738794267, 0.673067689) | |
| 1534 | o73.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1535 | o73.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1536 | o73.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1537 | o73.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1538 | o73.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1539 | o73.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1540 | o73.Color = Color3.new(0.247059, 0.192157, 0.160784) | |
| 1541 | o73.Position = Vector3.new(95.0486603, 46.2005272, -188.167572) | |
| 1542 | o73.Orientation = Vector3.new(-47.6399994, 2.72000003, -1.02999997) | |
| 1543 | o73.Color = Color3.new(0.247059, 0.192157, 0.160784) | |
| 1544 | o74.Parent = o6 | |
| 1545 | o74.Material = Enum.Material.Wood | |
| 1546 | o74.BrickColor = BrickColor.new("Cocoa")
| |
| 1547 | o74.Position = Vector3.new(95.0315018, 42.1230316, -183.054611) | |
| 1548 | o74.Rotation = Vector3.new(-57.0599976, 3.03999996, -1.86000001) | |
| 1549 | o74.Anchored = true | |
| 1550 | o74.FormFactor = Enum.FormFactor.Custom | |
| 1551 | o74.Size = Vector3.new(2.90416169, 7.78314638, 2.67182899) | |
| 1552 | o74.CFrame = CFrame.new(95.0315018, 42.1230316, -183.054611, 0.998065948, 0.032425914, 0.0530367605, -0.0621439964, 0.541979849, 0.838090658, -0.00156899984, -0.839765728, 0.542946696) | |
| 1553 | o74.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1554 | o74.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1555 | o74.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1556 | o74.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1557 | o74.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1558 | o74.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1559 | o74.Color = Color3.new(0.247059, 0.192157, 0.160784) | |
| 1560 | o74.Position = Vector3.new(95.0315018, 42.1230316, -183.054611) | |
| 1561 | o74.Orientation = Vector3.new(-56.9399986, 5.57999992, -6.53999996) | |
| 1562 | o74.Color = Color3.new(0.247059, 0.192157, 0.160784) | |
| 1563 | o75.Parent = o6 | |
| 1564 | o75.Material = Enum.Material.Wood | |
| 1565 | o75.BrickColor = BrickColor.new("Cocoa")
| |
| 1566 | o75.Position = Vector3.new(97.9308624, 23.0398102, -187.217453) | |
| 1567 | o75.Rotation = Vector3.new(24.7999992, 31.1199989, 6.54999971) | |
| 1568 | o75.Anchored = true | |
| 1569 | o75.FormFactor = Enum.FormFactor.Custom | |
| 1570 | o75.Size = Vector3.new(4.6466589, 8.36398315, 4.6466589) | |
| 1571 | o75.CFrame = CFrame.new(97.9308624, 23.0398102, -187.217453, 0.850532711, -0.0975873694, 0.5167889, 0.318836868, 0.877145827, -0.359107643, -0.418254852, 0.470204145, 0.777155697) | |
| 1572 | o75.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1573 | o75.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1574 | o75.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1575 | o75.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1576 | o75.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1577 | o75.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1578 | o75.Color = Color3.new(0.247059, 0.192157, 0.160784) | |
| 1579 | o75.Position = Vector3.new(97.9308624, 23.0398102, -187.217453) | |
| 1580 | o75.Orientation = Vector3.new(21.0499992, 33.6199989, 19.9799995) | |
| 1581 | o75.Color = Color3.new(0.247059, 0.192157, 0.160784) | |
| 1582 | o76.Parent = o6 | |
| 1583 | o76.Material = Enum.Material.Wood | |
| 1584 | o76.BrickColor = BrickColor.new("Cocoa")
| |
| 1585 | o76.Position = Vector3.new(94.8216934, 23.1857681, -183.87413) | |
| 1586 | o76.Rotation = Vector3.new(159.910004, 66.2200012, -146.649994) | |
| 1587 | o76.Anchored = true | |
| 1588 | o76.FormFactor = Enum.FormFactor.Custom | |
| 1589 | o76.Size = Vector3.new(4.6466589, 6.38915443, 4.6466589) | |
| 1590 | o76.CFrame = CFrame.new(94.8216934, 23.1857681, -183.87413, -0.336823881, 0.221667081, 0.915102959, 0.253642917, 0.957326055, -0.138535947, -0.906760693, 0.185447156, -0.378674537) | |
| 1591 | o76.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1592 | o76.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1593 | o76.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1594 | o76.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1595 | o76.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1596 | o76.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1597 | o76.Color = Color3.new(0.247059, 0.192157, 0.160784) | |
| 1598 | o76.Position = Vector3.new(94.8216934, 23.1857681, -183.87413) | |
| 1599 | o76.Orientation = Vector3.new(7.96000004, 112.479996, 14.8399992) | |
| 1600 | o76.Color = Color3.new(0.247059, 0.192157, 0.160784) | |
| 1601 | o77.Parent = o6 | |
| 1602 | o77.Material = Enum.Material.Wood | |
| 1603 | o77.BrickColor = BrickColor.new("Cocoa")
| |
| 1604 | o77.Position = Vector3.new(94.422348, 43.3825684, -179.940369) | |
| 1605 | o77.Rotation = Vector3.new(7.54999971, 0.479999989, 8.34999943) | |
| 1606 | o77.Anchored = true | |
| 1607 | o77.FormFactor = Enum.FormFactor.Custom | |
| 1608 | o77.Size = Vector3.new(2.90416169, 10.1064758, 2.67182899) | |
| 1609 | o77.CFrame = CFrame.new(94.422348, 43.3825684, -179.940369, 0.989354134, -0.145286009, 0.00838558376, 0.145122021, 0.980656266, -0.131350413, 0.0108600007, 0.131169036, 0.991300523) | |
| 1610 | o77.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1611 | o77.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1612 | o77.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1613 | o77.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1614 | o77.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1615 | o77.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1616 | o77.Color = Color3.new(0.247059, 0.192157, 0.160784) | |
| 1617 | o77.Position = Vector3.new(94.422348, 43.3825684, -179.940369) | |
| 1618 | o77.Orientation = Vector3.new(7.54999971, 0.479999989, 8.42000008) | |
| 1619 | o77.Color = Color3.new(0.247059, 0.192157, 0.160784) | |
| 1620 | o78.Parent = o6 | |
| 1621 | o78.Material = Enum.Material.Wood | |
| 1622 | o78.BrickColor = BrickColor.new("Cocoa")
| |
| 1623 | o78.Position = Vector3.new(96.091713, 33.2778587, -181.925751) | |
| 1624 | o78.Rotation = Vector3.new(12.2799997, 1.44999993, 9.55000019) | |
| 1625 | o78.Anchored = true | |
| 1626 | o78.FormFactor = Enum.FormFactor.Custom | |
| 1627 | o78.Size = Vector3.new(3.71732712, 18.0058079, 3.48499441) | |
| 1628 | o78.CFrame = CFrame.new(96.091713, 33.2778587, -181.925751, 0.985825241, -0.165843755, 0.0253852494, 0.167425051, 0.962668717, -0.21269165, 0.0108360024, 0.213926941, 0.976789534) | |
| 1629 | o78.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1630 | o78.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1631 | o78.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1632 | o78.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1633 | o78.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1634 | o78.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1635 | o78.Color = Color3.new(0.247059, 0.192157, 0.160784) | |
| 1636 | o78.Position = Vector3.new(96.091713, 33.2778587, -181.925751) | |
| 1637 | o78.Orientation = Vector3.new(12.2799997, 1.49000001, 9.86999989) | |
| 1638 | o78.Color = Color3.new(0.247059, 0.192157, 0.160784) | |
| 1639 | o79.Parent = o6 | |
| 1640 | o79.Material = Enum.Material.Wood | |
| 1641 | o79.BrickColor = BrickColor.new("Cocoa")
| |
| 1642 | o79.Position = Vector3.new(96.606041, 30.6599731, -182.500824) | |
| 1643 | o79.Rotation = Vector3.new(15.1099997, -13.0499992, 12.46) | |
| 1644 | o79.Anchored = true | |
| 1645 | o79.FormFactor = Enum.FormFactor.Custom | |
| 1646 | o79.Size = Vector3.new(4.64665937, 12.5459795, 4.64665937) | |
| 1647 | o79.CFrame = CFrame.new(96.606041, 30.6599731, -182.500824, 0.951251209, -0.210126758, -0.225760803, 0.150772035, 0.95539397, -0.253949165, 0.269052058, 0.207531035, 0.940500855) | |
| 1648 | o79.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1649 | o79.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1650 | o79.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1651 | o79.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1652 | o79.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1653 | o79.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1654 | o79.Color = Color3.new(0.247059, 0.192157, 0.160784) | |
| 1655 | o79.Position = Vector3.new(96.606041, 30.6599731, -182.500824) | |
| 1656 | o79.Orientation = Vector3.new(14.71, -13.5, 8.97000027) | |
| 1657 | o79.Color = Color3.new(0.247059, 0.192157, 0.160784) | |
| 1658 | o80.Parent = o6 | |
| 1659 | o80.Material = Enum.Material.Wood | |
| 1660 | o80.BrickColor = BrickColor.new("Cocoa")
| |
| 1661 | o80.Position = Vector3.new(96.3574448, 22.6485596, -182.16095) | |
| 1662 | o80.Rotation = Vector3.new(-175, 70, 175) | |
| 1663 | o80.Anchored = true | |
| 1664 | o80.FormFactor = Enum.FormFactor.Custom | |
| 1665 | o80.Size = Vector3.new(4.6466589, 6.38915443, 4.6466589) | |
| 1666 | o80.CFrame = CFrame.new(96.3574448, 22.6485596, -182.16095, -0.340718895, -0.0298089068, 0.939692616, -0.00523599796, 0.999541879, 0.0298089534, -0.940150619, 0.00523624523, -0.340718895) | |
| 1667 | o80.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1668 | o80.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1669 | o80.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1670 | o80.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1671 | o80.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1672 | o80.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1673 | o80.Color = Color3.new(0.247059, 0.192157, 0.160784) | |
| 1674 | o80.Position = Vector3.new(96.3574448, 22.6485596, -182.16095) | |
| 1675 | o80.Orientation = Vector3.new(-1.70999992, 109.93, -0.299999982) | |
| 1676 | o80.Color = Color3.new(0.247059, 0.192157, 0.160784) | |
| 1677 | o81.Parent = o6 | |
| 1678 | o81.Material = Enum.Material.Wood | |
| 1679 | o81.BrickColor = BrickColor.new("Cocoa")
| |
| 1680 | o81.Position = Vector3.new(96.7405243, 27.1313686, -183.098953) | |
| 1681 | o81.Rotation = Vector3.new(-175, 70, -170) | |
| 1682 | o81.Anchored = true | |
| 1683 | o81.FormFactor = Enum.FormFactor.Custom | |
| 1684 | o81.Size = Vector3.new(5.34365749, 5.34365749, 5.34365749) | |
| 1685 | o81.CFrame = CFrame.new(96.7405243, 27.1313686, -183.098953, -0.336823881, 0.0593909658, 0.939692736, 0.253642917, 0.966838479, 0.0298092347, -0.906760693, 0.24838686, -0.340718389) | |
| 1686 | o81.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1687 | o81.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1688 | o81.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1689 | o81.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1690 | o81.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1691 | o81.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1692 | o81.Color = Color3.new(0.247059, 0.192157, 0.160784) | |
| 1693 | o81.Position = Vector3.new(96.7405243, 27.1313686, -183.098953) | |
| 1694 | o81.Orientation = Vector3.new(-1.70999992, 109.93, 14.6999998) | |
| 1695 | o81.Color = Color3.new(0.247059, 0.192157, 0.160784) | |
| 1696 | o82.Parent = o6 | |
| 1697 | o82.Material = Enum.Material.Wood | |
| 1698 | o82.BrickColor = BrickColor.new("Cocoa")
| |
| 1699 | o82.Position = Vector3.new(93.8972397, 34.1045952, -179.469635) | |
| 1700 | o82.Rotation = Vector3.new(-127.959999, 11.9399996, -22.5) | |
| 1701 | o82.Anchored = true | |
| 1702 | o82.FormFactor = Enum.FormFactor.Custom | |
| 1703 | o82.Size = Vector3.new(2.09099674, 3.83349848, 1.97483015) | |
| 1704 | o82.CFrame = CFrame.new(93.8972397, 34.1045952, -179.469635, 0.903891265, 0.374398232, 0.206900164, 0.0846671537, -0.630696595, 0.771397173, 0.419301063, -0.679740906, -0.601780236) | |
| 1705 | o82.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1706 | o82.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1707 | o82.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1708 | o82.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1709 | o82.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1710 | o82.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1711 | o82.Color = Color3.new(0.247059, 0.192157, 0.160784) | |
| 1712 | o82.Position = Vector3.new(93.8972397, 34.1045952, -179.469635) | |
| 1713 | o82.Orientation = Vector3.new(-50.4799995, 161.029999, 172.349991) | |
| 1714 | o82.Color = Color3.new(0.247059, 0.192157, 0.160784) | |
| 1715 | o83.Parent = o6 | |
| 1716 | o83.Material = Enum.Material.Wood | |
| 1717 | o83.BrickColor = BrickColor.new("Cocoa")
| |
| 1718 | o83.Position = Vector3.new(97.755043, 21.9009857, -181.361786) | |
| 1719 | o83.Rotation = Vector3.new(10.0900002, 63.7199974, -52.9599991) | |
| 1720 | o83.Anchored = true | |
| 1721 | o83.FormFactor = Enum.FormFactor.Custom | |
| 1722 | o83.Size = Vector3.new(4.6466589, 6.38915443, 4.6466589) | |
| 1723 | o83.CFrame = CFrame.new(97.755043, 21.9009857, -181.361786, 0.266658038, 0.353399962, 0.89666152, -0.691317081, 0.718378544, -0.0775428563, -0.671546042, -0.59920001, 0.435872883) | |
| 1724 | o83.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1725 | o83.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1726 | o83.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1727 | o83.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1728 | o83.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1729 | o83.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1730 | o83.Color = Color3.new(0.247059, 0.192157, 0.160784) | |
| 1731 | o83.Position = Vector3.new(97.755043, 21.9009857, -181.361786) | |
| 1732 | o83.Orientation = Vector3.new(4.44999981, 64.0800018, -43.8999977) | |
| 1733 | o83.Color = Color3.new(0.247059, 0.192157, 0.160784) | |
| 1734 | o84.Parent = o6 | |
| 1735 | o84.Material = Enum.Material.Wood | |
| 1736 | o84.BrickColor = BrickColor.new("Cocoa")
| |
| 1737 | o84.Position = Vector3.new(113.105141, 26.2516937, -215.44165) | |
| 1738 | o84.Rotation = Vector3.new(-109.25, -19.3199997, -121.110001) | |
| 1739 | o84.Anchored = true | |
| 1740 | o84.FormFactor = Enum.FormFactor.Custom | |
| 1741 | o84.Size = Vector3.new(1.31839693, 6.0426569, 1.20853066) | |
| 1742 | o84.CFrame = CFrame.new(113.105141, 26.2516937, -215.44165, -0.487555832, 0.808010459, -0.330769509, 0.120891958, 0.437676042, 0.890968442, 0.864681721, 0.394409537, -0.311073452) | |
| 1743 | o84.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1744 | o84.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1745 | o84.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1746 | o84.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1747 | o84.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1748 | o84.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1749 | o84.Color = Color3.new(0.247059, 0.192157, 0.160784) | |
| 1750 | o84.Position = Vector3.new(113.105141, 26.2516937, -215.44165) | |
| 1751 | o84.Orientation = Vector3.new(-63, -133.23999, 15.4399996) | |
| 1752 | o84.Color = Color3.new(0.247059, 0.192157, 0.160784) | |
| 1753 | o85.Parent = o6 | |
| 1754 | o85.Material = Enum.Material.Wood | |
| 1755 | o85.BrickColor = BrickColor.new("Cocoa")
| |
| 1756 | o85.Position = Vector3.new(112.097549, 25.8185959, -215.949326) | |
| 1757 | o85.Rotation = Vector3.new(-106.57, -15.0199995, -120.32) | |
| 1758 | o85.Anchored = true | |
| 1759 | o85.FormFactor = Enum.FormFactor.Custom | |
| 1760 | o85.Size = Vector3.new(1.97759557, 3.62559628, 1.86772919) | |
| 1761 | o85.CFrame = CFrame.new(112.097549, 25.8185959, -215.949326, -0.487555832, 0.833764076, -0.259088337, 0.120891958, 0.358357817, 0.92572391, 0.864681721, 0.420020401, -0.275514781) | |
| 1762 | o85.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1763 | o85.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1764 | o85.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1765 | o85.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1766 | o85.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1767 | o85.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1768 | o85.Color = Color3.new(0.247059, 0.192157, 0.160784) | |
| 1769 | o85.Position = Vector3.new(112.097549, 25.8185959, -215.949326) | |
| 1770 | o85.Orientation = Vector3.new(-67.7799988, -136.759995, 18.6399994) | |
| 1771 | o85.Color = Color3.new(0.247059, 0.192157, 0.160784) | |
| 1772 | o86.Parent = o6 | |
| 1773 | o86.Material = Enum.Material.Wood | |
| 1774 | o86.BrickColor = BrickColor.new("Cocoa")
| |
| 1775 | o86.Position = Vector3.new(104.992638, 43.8267899, -216.539993) | |
| 1776 | o86.Rotation = Vector3.new(-180, -25, -15) | |
| 1777 | o86.Anchored = true | |
| 1778 | o86.FormFactor = Enum.FormFactor.Custom | |
| 1779 | o86.Size = Vector3.new(2.08746219, 5.60318327, 1.86772895) | |
| 1780 | o86.CFrame = CFrame.new(104.992638, 43.8267899, -216.539993, 0.875426114, 0.234569415, -0.422618508, 0.258819044, -0.965925813, 5.60789374e-07, -0.408218056, -0.109382197, -0.906307638) | |
| 1781 | o86.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1782 | o86.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1783 | o86.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1784 | o86.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1785 | o86.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1786 | o86.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1787 | o86.Color = Color3.new(0.247059, 0.192157, 0.160784) | |
| 1788 | o86.Position = Vector3.new(104.992638, 43.8267899, -216.539993) | |
| 1789 | o86.Orientation = Vector3.new(0, -155, 165) | |
| 1790 | o86.Color = Color3.new(0.247059, 0.192157, 0.160784) | |
| 1791 | o87.Parent = o6 | |
| 1792 | o87.Material = Enum.Material.Wood | |
| 1793 | o87.BrickColor = BrickColor.new("Cocoa")
| |
| 1794 | o87.Position = Vector3.new(107.487, 38.351181, -217.703125) | |
| 1795 | o87.Rotation = Vector3.new(180, -25, -35) | |
| 1796 | o87.Anchored = true | |
| 1797 | o87.FormFactor = Enum.FormFactor.Custom | |
| 1798 | o87.Size = Vector3.new(2.74666047, 8.13010883, 2.52692771) | |
| 1799 | o87.CFrame = CFrame.new(107.487, 38.351181, -217.703125, 0.742402971, 0.519838393, -0.422617942, 0.573578, -0.819150925, -2.22170058e-07, -0.346188009, -0.242404193, -0.906307936) | |
| 1800 | o87.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1801 | o87.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1802 | o87.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1803 | o87.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1804 | o87.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1805 | o87.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1806 | o87.Color = Color3.new(0.247059, 0.192157, 0.160784) | |
| 1807 | o87.Position = Vector3.new(107.487, 38.351181, -217.703125) | |
| 1808 | o87.Orientation = Vector3.new(0, -155, 145) | |
| 1809 | o87.Color = Color3.new(0.247059, 0.192157, 0.160784) | |
| 1810 | o88.Parent = o6 | |
| 1811 | o88.Material = Enum.Material.Wood | |
| 1812 | o88.BrickColor = BrickColor.new("Cocoa")
| |
| 1813 | o88.Position = Vector3.new(112.312218, 39.0606155, -225.402527) | |
| 1814 | o88.Rotation = Vector3.new(-33, 5.4000001, -18.9799995) | |
| 1815 | o88.Anchored = true | |
| 1816 | o88.FormFactor = Enum.FormFactor.Custom | |
| 1817 | o88.Size = Vector3.new(2.19732857, 6.37224627, 1.97759557) | |
| 1818 | o88.CFrame = CFrame.new(112.312218, 39.0606155, -225.402527, 0.941453874, 0.323727936, 0.0941530541, -0.321205974, 0.776422381, 0.542213082, 0.102426983, -0.540711164, 0.834949195) | |
| 1819 | o88.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1820 | o88.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1821 | o88.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1822 | o88.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1823 | o88.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1824 | o88.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1825 | o88.Color = Color3.new(0.247059, 0.192157, 0.160784) | |
| 1826 | o88.Position = Vector3.new(112.312218, 39.0606155, -225.402527) | |
| 1827 | o88.Orientation = Vector3.new(-32.829998, 6.42999983, -22.4699993) | |
| 1828 | o88.Color = Color3.new(0.247059, 0.192157, 0.160784) | |
| 1829 | o89.Parent = o6 | |
| 1830 | o89.Material = Enum.Material.Wood | |
| 1831 | o89.BrickColor = BrickColor.new("Cocoa")
| |
| 1832 | o89.Position = Vector3.new(110.514557, 36.0752563, -221.41246) | |
| 1833 | o89.Rotation = Vector3.new(-63.1699982, 29.6299992, -20.5599995) | |
| 1834 | o89.Anchored = true | |
| 1835 | o89.FormFactor = Enum.FormFactor.Custom | |
| 1836 | o89.Size = Vector3.new(2.74666047, 6.37224627, 2.52692771) | |
| 1837 | o89.CFrame = CFrame.new(110.514557, 36.0752563, -221.41246, 0.813903987, 0.305275977, 0.494334757, -0.571533024, 0.267720819, 0.775677502, 0.104451999, -0.913855672, 0.392374367) | |
| 1838 | o89.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1839 | o89.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1840 | o89.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1841 | o89.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1842 | o89.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1843 | o89.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1844 | o89.Color = Color3.new(0.247059, 0.192157, 0.160784) | |
| 1845 | o89.Position = Vector3.new(110.514557, 36.0752563, -221.41246) | |
| 1846 | o89.Orientation = Vector3.new(-50.8699989, 51.5599976, -64.9000015) | |
| 1847 | o89.Color = Color3.new(0.247059, 0.192157, 0.160784) | |
| 1848 | o90.Parent = o6 | |
| 1849 | o90.Material = Enum.Material.Wood | |
| 1850 | o90.BrickColor = BrickColor.new("Cocoa")
| |
| 1851 | o90.Position = Vector3.new(114.710381, 38.2568359, -212.789886) | |
| 1852 | o90.Rotation = Vector3.new(-119.18, -24.4599991, -144.860001) | |
| 1853 | o90.Anchored = true | |
| 1854 | o90.FormFactor = Enum.FormFactor.Custom | |
| 1855 | o90.Size = Vector3.new(1.97759557, 8.13011837, 1.86772919) | |
| 1856 | o90.CFrame = CFrame.new(114.710381, 38.2568359, -212.789886, -0.744386077, 0.523858845, -0.414078861, -0.0150830019, 0.606762052, 0.794740438, 0.667579055, 0.597839296, -0.443763882) | |
| 1857 | o90.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1858 | o90.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1859 | o90.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1860 | o90.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1861 | o90.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1862 | o90.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1863 | o90.Color = Color3.new(0.247059, 0.192157, 0.160784) | |
| 1864 | o90.Position = Vector3.new(114.710381, 38.2568359, -212.789886) | |
| 1865 | o90.Orientation = Vector3.new(-52.6299973, -136.979996, -1.41999996) | |
| 1866 | o90.Color = Color3.new(0.247059, 0.192157, 0.160784) | |
| 1867 | o91.Parent = o6 | |
| 1868 | o91.Material = Enum.Material.Wood | |
| 1869 | o91.BrickColor = BrickColor.new("Cocoa")
| |
| 1870 | o91.Position = Vector3.new(111.410248, 34.8366051, -216.748016) | |
| 1871 | o91.Rotation = Vector3.new(-110.18, -19.9599991, -144.690002) | |
| 1872 | o91.Anchored = true | |
| 1873 | o91.FormFactor = Enum.FormFactor.Custom | |
| 1874 | o91.Size = Vector3.new(2.74666047, 7.36104298, 2.52692771) | |
| 1875 | o91.CFrame = CFrame.new(111.410248, 34.8366051, -216.748016, -0.767038465, 0.543261826, -0.34134829, -0.0620440356, 0.466726989, 0.882222474, 0.638594329, 0.697877109, -0.324291378) | |
| 1876 | o91.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1877 | o91.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1878 | o91.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1879 | o91.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1880 | o91.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1881 | o91.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1882 | o91.Color = Color3.new(0.247059, 0.192157, 0.160784) | |
| 1883 | o91.Position = Vector3.new(111.410248, 34.8366051, -216.748016) | |
| 1884 | o91.Orientation = Vector3.new(-61.9099998, -133.529999, -7.56999969) | |
| 1885 | o91.Color = Color3.new(0.247059, 0.192157, 0.160784) | |
| 1886 | o92.Parent = o6 | |
| 1887 | o92.Material = Enum.Material.Wood | |
| 1888 | o92.BrickColor = BrickColor.new("Cocoa")
| |
| 1889 | o92.Position = Vector3.new(110.032341, 36.2800102, -219.286514) | |
| 1890 | o92.Rotation = Vector3.new(176.649994, -40.4300003, -173.800003) | |
| 1891 | o92.Anchored = true | |
| 1892 | o92.FormFactor = Enum.FormFactor.Custom | |
| 1893 | o92.Size = Vector3.new(2.74666047, 9.55837154, 2.52692771) | |
| 1894 | o92.CFrame = CFrame.new(110.032341, 36.2800102, -219.286514, -0.756711841, 0.0822420195, -0.648554862, 0.145515963, 0.988356829, -0.0444514342, 0.637347817, -0.128012002, -0.75986886) | |
| 1895 | o92.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1896 | o92.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1897 | o92.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1898 | o92.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1899 | o92.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1900 | o92.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1901 | o92.Color = Color3.new(0.247059, 0.192157, 0.160784) | |
| 1902 | o92.Position = Vector3.new(110.032341, 36.2800102, -219.286514) | |
| 1903 | o92.Orientation = Vector3.new(2.54999995, -139.520004, 8.38000011) | |
| 1904 | o92.Color = Color3.new(0.247059, 0.192157, 0.160784) | |
| 1905 | o93.Parent = o6 | |
| 1906 | o93.Material = Enum.Material.Wood | |
| 1907 | o93.BrickColor = BrickColor.new("Cocoa")
| |
| 1908 | o93.Position = Vector3.new(109.489807, 26.5960217, -217.476761) | |
| 1909 | o93.Rotation = Vector3.new(170.319992, -41.0599976, -176.660004) | |
| 1910 | o93.Anchored = true | |
| 1911 | o93.FormFactor = Enum.FormFactor.Custom | |
| 1912 | o93.Size = Vector3.new(3.51572537, 17.0292988, 3.29599261) | |
| 1913 | o93.CFrame = CFrame.new(109.489807, 26.5960217, -217.476761, -0.752744794, 0.043987073, -0.656841218, 0.167730957, 0.977650642, -0.126749992, 0.636585832, -0.205583006, -0.743299425) | |
| 1914 | o93.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1915 | o93.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1916 | o93.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1917 | o93.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1918 | o93.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1919 | o93.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1920 | o93.Color = Color3.new(0.247059, 0.192157, 0.160784) | |
| 1921 | o93.Position = Vector3.new(109.489807, 26.5960217, -217.476761) | |
| 1922 | o93.Orientation = Vector3.new(7.27999973, -138.529999, 9.73999977) | |
| 1923 | o93.Color = Color3.new(0.247059, 0.192157, 0.160784) | |
| 1924 | o94.Parent = o6 | |
| 1925 | o94.Material = Enum.Material.Wood | |
| 1926 | o94.BrickColor = BrickColor.new("Cocoa")
| |
| 1927 | o94.Position = Vector3.new(109.326775, 24.0821266, -216.914307) | |
| 1928 | o94.Rotation = Vector3.new(169, -26.3299999, -174.779999) | |
| 1929 | o94.Anchored = true | |
| 1930 | o94.FormFactor = Enum.FormFactor.Custom | |
| 1931 | o94.Size = Vector3.new(4.39465714, 11.8655729, 4.39465714) | |
| 1932 | o94.CFrame = CFrame.new(109.326775, 24.0821266, -216.914307, -0.892538846, 0.0816005245, -0.443526447, 0.17364797, 0.969846249, -0.171010315, 0.416197926, -0.22965081, -0.879795313) | |
| 1933 | o94.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1934 | o94.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1935 | o94.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1936 | o94.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1937 | o94.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1938 | o94.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1939 | o94.Color = Color3.new(0.247059, 0.192157, 0.160784) | |
| 1940 | o94.Position = Vector3.new(109.326775, 24.0821266, -216.914307) | |
| 1941 | o94.Orientation = Vector3.new(9.84999943, -153.25, 10.1499996) | |
| 1942 | o94.Color = Color3.new(0.247059, 0.192157, 0.160784) | |
| 1943 | o95.Parent = o6 | |
| 1944 | o95.Material = Enum.Material.Wood | |
| 1945 | o95.BrickColor = BrickColor.new("Cocoa")
| |
| 1946 | o95.Position = Vector3.new(110.29599, 16.5620499, -215.921753) | |
| 1947 | o95.Rotation = Vector3.new(-180, -25, 175) | |
| 1948 | o95.Anchored = true | |
| 1949 | o95.FormFactor = Enum.FormFactor.Custom | |
| 1950 | o95.Size = Vector3.new(4.39465618, 6.04265165, 4.39465618) | |
| 1951 | o95.CFrame = CFrame.new(110.29599, 16.5620499, -215.921753, -0.902858973, -0.0789900199, -0.42261821, -0.0871559978, 0.996194661, 3.31776249e-07, 0.421009988, 0.0368340127, -0.906307817) | |
| 1952 | o95.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1953 | o95.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1954 | o95.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1955 | o95.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1956 | o95.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1957 | o95.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1958 | o95.Color = Color3.new(0.247059, 0.192157, 0.160784) | |
| 1959 | o95.Position = Vector3.new(110.29599, 16.5620499, -215.921753) | |
| 1960 | o95.Orientation = Vector3.new(0, -155, -5) | |
| 1961 | o95.Color = Color3.new(0.247059, 0.192157, 0.160784) | |
| 1962 | o96.Parent = o6 | |
| 1963 | o96.Material = Enum.Material.Wood | |
| 1964 | o96.BrickColor = BrickColor.new("Cocoa")
| |
| 1965 | o96.Position = Vector3.new(109.015869, 20.7082882, -216.173416) | |
| 1966 | o96.Rotation = Vector3.new(-180, -25, -170) | |
| 1967 | o96.Anchored = true | |
| 1968 | o96.FormFactor = Enum.FormFactor.Custom | |
| 1969 | o96.Size = Vector3.new(5.05385494, 5.05385494, 5.05385494) | |
| 1970 | o96.CFrame = CFrame.new(109.015869, 20.7082882, -216.173416, -0.892538846, 0.157378539, -0.422618419, 0.17364797, 0.984807789, 6.59647341e-08, 0.416197926, -0.0733867809, -0.906307697) | |
| 1971 | o96.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1972 | o96.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1973 | o96.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1974 | o96.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1975 | o96.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1976 | o96.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1977 | o96.Color = Color3.new(0.247059, 0.192157, 0.160784) | |
| 1978 | o96.Position = Vector3.new(109.015869, 20.7082882, -216.173416) | |
| 1979 | o96.Orientation = Vector3.new(0, -155, 10) | |
| 1980 | o96.Color = Color3.new(0.247059, 0.192157, 0.160784) | |
| 1981 | o97.Parent = o6 | |
| 1982 | o97.Material = Enum.Material.Wood | |
| 1983 | o97.BrickColor = BrickColor.new("Cocoa")
| |
| 1984 | o97.Position = Vector3.new(106.703384, 16.0696411, -212.829422) | |
| 1985 | o97.Rotation = Vector3.new(156.940002, -36.5999985, 25.6999989) | |
| 1986 | o97.Anchored = true | |
| 1987 | o97.FormFactor = Enum.FormFactor.Custom | |
| 1988 | o97.Size = Vector3.new(4.72425508, 7.25118113, 4.8341217) | |
| 1989 | o97.CFrame = CFrame.new(106.703384, 16.0696411, -212.829422, 0.72343123, -0.348100513, -0.596215904, -0.609369218, -0.727880895, -0.314417988, -0.324525118, 0.59077543, -0.738693416) | |
| 1990 | o97.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1991 | o97.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1992 | o97.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1993 | o97.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1994 | o97.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1995 | o97.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1996 | o97.Color = Color3.new(0.247059, 0.192157, 0.160784) | |
| 1997 | o97.Position = Vector3.new(106.703384, 16.0696411, -212.829422) | |
| 1998 | o97.Orientation = Vector3.new(18.3299999, -141.089996, -140.059998) | |
| 1999 | o97.Color = Color3.new(0.247059, 0.192157, 0.160784) | |
| 2000 | o98.Parent = o6 | |
| 2001 | o98.Material = Enum.Material.Wood | |
| 2002 | o98.BrickColor = BrickColor.new("Cocoa")
| |
| 2003 | o98.Position = Vector3.new(107.112785, 15.1367702, -219.152527) | |
| 2004 | o98.Rotation = Vector3.new(-124.18, 47.2799988, 158.87999) | |
| 2005 | o98.Anchored = true | |
| 2006 | o98.FormFactor = Enum.FormFactor.Custom | |
| 2007 | o98.Size = Vector3.new(4.39465618, 8.34984398, 4.39465618) | |
| 2008 | o98.CFrame = CFrame.new(107.112785, 15.1367702, -219.152527, -0.632793844, -0.244473964, 0.734713852, 0.364522874, 0.743076921, 0.561212718, -0.683150828, 0.622951925, -0.381098151) | |
| 2009 | o98.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2010 | o98.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2011 | o98.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2012 | o98.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2013 | o98.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2014 | o98.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2015 | o98.Color = Color3.new(0.247059, 0.192157, 0.160784) | |
| 2016 | o98.Position = Vector3.new(107.112785, 15.1367702, -219.152527) | |
| 2017 | o98.Orientation = Vector3.new(-34.1399994, 117.419998, 26.1299992) | |
| 2018 | o98.Color = Color3.new(0.247059, 0.192157, 0.160784) | |
| 2019 | o99.Parent = o6 | |
| 2020 | o99.Material = Enum.Material.Wood | |
| 2021 | o99.BrickColor = BrickColor.new("Cocoa")
| |
| 2022 | o99.Position = Vector3.new(105.388214, 16.5138683, -216.986115) | |
| 2023 | o99.Rotation = Vector3.new(153.62999, 49.2299995, -142.339996) | |
| 2024 | o99.Anchored = true | |
| 2025 | o99.FormFactor = Enum.FormFactor.Custom | |
| 2026 | o99.Size = Vector3.new(4.39465618, 7.91037941, 4.39465618) | |
| 2027 | o99.CFrame = CFrame.new(105.388214, 16.5138683, -216.986115, -0.516888916, 0.398980021, 0.757390797, 0.281169981, 0.91478914, -0.290007412, -0.808559954, 0.0630539581, -0.585025609) | |
| 2028 | o99.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2029 | o99.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2030 | o99.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2031 | o99.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2032 | o99.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2033 | o99.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2034 | o99.Color = Color3.new(0.247059, 0.192157, 0.160784) | |
| 2035 | o99.Position = Vector3.new(105.388214, 16.5138683, -216.986115) | |
| 2036 | o99.Orientation = Vector3.new(16.8599987, 127.68, 17.0900002) | |
| 2037 | o99.Color = Color3.new(0.247059, 0.192157, 0.160784) | |
| 2038 | o100.Parent = o6 | |
| 2039 | o100.Material = Enum.Material.Wood | |
| 2040 | o100.BrickColor = BrickColor.new("Cocoa")
| |
| 2041 | o100.Position = Vector3.new(111.367767, 14.012476, -214.935257) | |
| 2042 | o100.Rotation = Vector3.new(177.589996, 21.1700001, 132.470001) | |
| 2043 | o100.Anchored = true | |
| 2044 | o100.FormFactor = Enum.FormFactor.Custom | |
| 2045 | o100.Size = Vector3.new(4.39465618, 6.04265165, 4.39465618) | |
| 2046 | o100.CFrame = CFrame.new(111.367767, 14.012476, -214.935257, -0.629662931, -0.68782115, 0.361146271, -0.747214913, 0.663421929, -0.0392578915, -0.212589964, -0.294573069, -0.931682527) | |
| 2047 | o100.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2048 | o100.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2049 | o100.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2050 | o100.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2051 | o100.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2052 | o100.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2053 | o100.Color = Color3.new(0.247059, 0.192157, 0.160784) | |
| 2054 | o100.Position = Vector3.new(111.367767, 14.012476, -214.935257) | |
| 2055 | o100.Orientation = Vector3.new(2.25, 158.809998, -48.3999977) | |
| 2056 | o100.Color = Color3.new(0.247059, 0.192157, 0.160784) | |
| 2057 | o101.Parent = o6 | |
| 2058 | o101.Material = Enum.Material.Wood | |
| 2059 | o101.BrickColor = BrickColor.new("Cocoa")
| |
| 2060 | o101.Position = Vector3.new(108.647087, 16.6980438, -217.666962) | |
| 2061 | o101.Rotation = Vector3.new(-174.979996, 4.98000002, 179.559998) | |
| 2062 | o101.Anchored = true | |
| 2063 | o101.FormFactor = Enum.FormFactor.Custom | |
| 2064 | o101.Size = Vector3.new(4.39465618, 6.04265165, 4.39465618) | |
| 2065 | o101.CFrame = CFrame.new(108.647087, 16.6980438, -217.666962, -0.996194661, -0.00759613235, 0.0868243203, 0, 0.99619472, 0.0871556178, -0.087155968, 0.0868239626, -0.992403865) | |
| 2066 | o101.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2067 | o101.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2068 | o101.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2069 | o101.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2070 | o101.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2071 | o101.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2072 | o101.Color = Color3.new(0.247059, 0.192157, 0.160784) | |
| 2073 | o101.Position = Vector3.new(108.647087, 16.6980438, -217.666962) | |
| 2074 | o101.Orientation = Vector3.new(-5, 175, 0) | |
| 2075 | o101.Color = Color3.new(0.247059, 0.192157, 0.160784) | |
| 2076 | o102.Parent = o6 | |
| 2077 | o102.Material = Enum.Material.Wood | |
| 2078 | o102.BrickColor = BrickColor.new("Cocoa")
| |
| 2079 | o102.Position = Vector3.new(108.770462, 16.9269753, -214.330246) | |
| 2080 | o102.Rotation = Vector3.new(169, -26.3299999, -174.779999) | |
| 2081 | o102.Anchored = true | |
| 2082 | o102.FormFactor = Enum.FormFactor.Custom | |
| 2083 | o102.Size = Vector3.new(4.39465618, 6.04265165, 4.39465618) | |
| 2084 | o102.CFrame = CFrame.new(108.770462, 16.9269753, -214.330246, -0.892538846, 0.0816005245, -0.443526447, 0.17364797, 0.969846249, -0.171010315, 0.416197926, -0.22965081, -0.879795313) | |
| 2085 | o102.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2086 | o102.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2087 | o102.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2088 | o102.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2089 | o102.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2090 | o102.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2091 | o102.Color = Color3.new(0.247059, 0.192157, 0.160784) | |
| 2092 | o102.Position = Vector3.new(108.770462, 16.9269753, -214.330246) | |
| 2093 | o102.Orientation = Vector3.new(9.84999943, -153.25, 10.1499996) | |
| 2094 | o102.Color = Color3.new(0.247059, 0.192157, 0.160784) | |
| 2095 | o103.Parent = o6 | |
| 2096 | o103.Material = Enum.Material.Grass | |
| 2097 | o103.BrickColor = BrickColor.new("Royal purple")
| |
| 2098 | o103.Transparency = 0.30000001192093 | |
| 2099 | o103.Position = Vector3.new(116.965363, 29.5051746, -173.62619) | |
| 2100 | o103.Rotation = Vector3.new(171.199997, 61.8499985, -160.019989) | |
| 2101 | o103.Anchored = true | |
| 2102 | o103.FormFactor = Enum.FormFactor.Custom | |
| 2103 | o103.Size = Vector3.new(5.39263582, 3.82262874, 5.18785143) | |
| 2104 | o103.CFrame = CFrame.new(116.965363, 29.5051746, -173.62619, -0.443435162, 0.1611958, 0.881692231, 0.210886076, 0.974843264, -0.0721638948, -0.871144295, 0.153936595, -0.466273725) | |
| 2105 | o103.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2106 | o103.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2107 | o103.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2108 | o103.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2109 | o103.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2110 | o103.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2111 | o103.Color = Color3.new(0.368627, 0, 1) | |
| 2112 | o103.Position = Vector3.new(116.965363, 29.5051746, -173.62619) | |
| 2113 | o103.Orientation = Vector3.new(4.13999987, 117.869995, 12.21) | |
| 2114 | o103.Color = Color3.new(0.368627, 0, 1) | |
| 2115 | o104.Parent = o6 | |
| 2116 | o104.Material = Enum.Material.Grass | |
| 2117 | o104.BrickColor = BrickColor.new("Royal purple")
| |
| 2118 | o104.Transparency = 0.10000000149012 | |
| 2119 | o104.Position = Vector3.new(115.25425, 29.5838089, -176.481537) | |
| 2120 | o104.Rotation = Vector3.new(-85.659996, 64.1699982, 63.2599983) | |
| 2121 | o104.Anchored = true | |
| 2122 | o104.FormFactor = Enum.FormFactor.Custom | |
| 2123 | o104.Size = Vector3.new(5.39263582, 2.79870939, 5.25611258) | |
| 2124 | o104.CFrame = CFrame.new(115.25425, 29.5838089, -176.481537, 0.196023926, -0.38908124, 0.900105774, -0.336166859, 0.835626483, 0.434419364, -0.921176672, -0.387742311, 0.0330065638) | |
| 2125 | o104.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2126 | o104.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2127 | o104.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2128 | o104.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2129 | o104.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2130 | o104.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2131 | o104.Color = Color3.new(0.384314, 0.145098, 0.819608) | |
| 2132 | o104.Position = Vector3.new(115.25425, 29.5838089, -176.481537) | |
| 2133 | o104.Orientation = Vector3.new(-25.75, 87.9000015, -21.9099998) | |
| 2134 | o104.Color = Color3.new(0.384314, 0.145098, 0.819608) | |
| 2135 | o105.Parent = o6 | |
| 2136 | o105.Material = Enum.Material.Grass | |
| 2137 | o105.BrickColor = BrickColor.new("Royal purple")
| |
| 2138 | o105.Transparency = 0.10000000149012 | |
| 2139 | o105.Position = Vector3.new(116.392685, 28.7176533, -179.546082) | |
| 2140 | o105.Rotation = Vector3.new(-17.7799988, 55.1199989, -5.65999985) | |
| 2141 | o105.Anchored = true | |
| 2142 | o105.FormFactor = Enum.FormFactor.Custom | |
| 2143 | o105.Size = Vector3.new(5.39263582, 2.25261974, 5.25611258) | |
| 2144 | o105.CFrame = CFrame.new(116.392685, 28.7176533, -179.546082, 0.569051206, 0.056349948, 0.820369065, -0.343182117, 0.922887325, 0.174657404, -0.747266233, -0.380925, 0.544508398) | |
| 2145 | o105.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2146 | o105.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2147 | o105.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2148 | o105.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2149 | o105.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2150 | o105.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2151 | o105.Color = Color3.new(0.384314, 0.145098, 0.819608) | |
| 2152 | o105.Position = Vector3.new(116.392685, 28.7176533, -179.546082) | |
| 2153 | o105.Orientation = Vector3.new(-10.0599995, 56.4300003, -20.3999996) | |
| 2154 | o105.Color = Color3.new(0.384314, 0.145098, 0.819608) | |
| 2155 | o106.Parent = o6 | |
| 2156 | o106.Material = Enum.Material.Grass | |
| 2157 | o106.BrickColor = BrickColor.new("Royal purple")
| |
| 2158 | o106.Transparency = 0.30000001192093 | |
| 2159 | o106.Position = Vector3.new(111.2155, 48.7410355, -221.012878) | |
| 2160 | o106.Rotation = Vector3.new(169, -26.3299999, 170.220001) | |
| 2161 | o106.Anchored = true | |
| 2162 | o106.FormFactor = Enum.FormFactor.Custom | |
| 2163 | o106.Size = Vector3.new(8.1301136, 7.58078241, 12.0853062) | |
| 2164 | o106.CFrame = CFrame.new(111.2155, 48.7410355, -221.012878, -0.883246303, -0.152185351, -0.443526328, -0.0832830295, 0.981743038, -0.171010122, 0.461454183, -0.114105836, -0.879795372) | |
| 2165 | o106.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2166 | o106.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2167 | o106.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2168 | o106.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2169 | o106.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2170 | o106.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2171 | o106.Color = Color3.new(0.384314, 0.145098, 0.819608) | |
| 2172 | o106.Position = Vector3.new(111.2155, 48.7410355, -221.012878) | |
| 2173 | o106.Orientation = Vector3.new(9.84999943, -153.25, -4.8499999) | |
| 2174 | o106.Color = Color3.new(0.384314, 0.145098, 0.819608) | |
| 2175 | o107.Parent = o6 | |
| 2176 | o107.Material = Enum.Material.Wood | |
| 2177 | o107.BrickColor = BrickColor.new("Cocoa")
| |
| 2178 | o107.Position = Vector3.new(114.170456, 26.8287201, -214.921722) | |
| 2179 | o107.Rotation = Vector3.new(-109.25, -19.3199997, -121.110001) | |
| 2180 | o107.Anchored = true | |
| 2181 | o107.FormFactor = Enum.FormFactor.Custom | |
| 2182 | o107.Size = Vector3.new(0.878931284, 8.67944717, 0.769065082) | |
| 2183 | o107.CFrame = CFrame.new(114.170456, 26.8287201, -214.921722, -0.487555832, 0.808010459, -0.330769509, 0.120891958, 0.437676042, 0.890968442, 0.864681721, 0.394409537, -0.311073452) | |
| 2184 | o107.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2185 | o107.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2186 | o107.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2187 | o107.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2188 | o107.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2189 | o107.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2190 | o107.Color = Color3.new(0.247059, 0.192157, 0.160784) | |
| 2191 | o107.Position = Vector3.new(114.170456, 26.8287201, -214.921722) | |
| 2192 | o107.Orientation = Vector3.new(-63, -133.23999, 15.4399996) | |
| 2193 | o107.Color = Color3.new(0.247059, 0.192157, 0.160784) | |
| 2194 | o108.Parent = o6 | |
| 2195 | o108.Material = Enum.Material.Grass | |
| 2196 | o108.BrickColor = BrickColor.new("Royal purple")
| |
| 2197 | o108.Transparency = 0.30000001192093 | |
| 2198 | o108.Position = Vector3.new(117.847717, 28.984005, -172.353241) | |
| 2199 | o108.Rotation = Vector3.new(-177.080002, 18.7600002, -157.849991) | |
| 2200 | o108.Anchored = true | |
| 2201 | o108.FormFactor = Enum.FormFactor.Custom | |
| 2202 | o108.Size = Vector3.new(5.39263582, 3.07175636, 5.18785143) | |
| 2203 | o108.CFrame = CFrame.new(117.847717, 28.984005, -172.353241, -0.876999319, 0.35691905, 0.321684688, 0.391649157, 0.918848634, 0.0482503138, -0.278358102, 0.168303013, -0.945616603) | |
| 2204 | o108.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2205 | o108.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2206 | o108.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2207 | o108.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2208 | o108.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2209 | o108.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2210 | o108.Color = Color3.new(0.384314, 0.145098, 0.819608) | |
| 2211 | o108.Position = Vector3.new(117.847717, 28.984005, -172.353241) | |
| 2212 | o108.Orientation = Vector3.new(-2.76999998, 161.209991, 23.0900002) | |
| 2213 | o108.Color = Color3.new(0.384314, 0.145098, 0.819608) | |
| 2214 | o109.Parent = o6 | |
| 2215 | o109.Material = Enum.Material.Grass | |
| 2216 | o109.BrickColor = BrickColor.new("Dark indigo")
| |
| 2217 | o109.Transparency = 0.30000001192093 | |
| 2218 | o109.Position = Vector3.new(121.31662, 26.9807854, -175.649689) | |
| 2219 | o109.Rotation = Vector3.new(25.7799988, 5.48999977, -23.3400002) | |
| 2220 | o109.Anchored = true | |
| 2221 | o109.FormFactor = Enum.FormFactor.Custom | |
| 2222 | o109.Size = Vector3.new(5.39263582, 4.09567356, 6.68959856) | |
| 2223 | o109.CFrame = CFrame.new(121.31662, 26.9807854, -175.649689, 0.913982093, 0.394295633, 0.0957488194, -0.318464041, 0.843322575, -0.432882994, -0.251431018, 0.365154713, 0.896350682) | |
| 2224 | o109.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2225 | o109.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2226 | o109.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2227 | o109.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2228 | o109.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2229 | o109.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2230 | o109.Color = Color3.new(0.262745, 0.105882, 0.560784) | |
| 2231 | o109.Position = Vector3.new(121.31662, 26.9807854, -175.649689) | |
| 2232 | o109.Orientation = Vector3.new(25.6499996, 6.0999999, -20.6899986) | |
| 2233 | o109.Color = Color3.new(0.262745, 0.105882, 0.560784) | |
| 2234 | o110.Parent = o6 | |
| 2235 | o110.Material = Enum.Material.Grass | |
| 2236 | o110.BrickColor = BrickColor.new("Dark indigo")
| |
| 2237 | o110.Transparency = 0.20000000298023 | |
| 2238 | o110.Position = Vector3.new(105.109962, 46.9687691, -217.826859) | |
| 2239 | o110.Rotation = Vector3.new(-138.279999, 73.7900009, 130.720001) | |
| 2240 | o110.Anchored = true | |
| 2241 | o110.FormFactor = Enum.FormFactor.Custom | |
| 2242 | o110.Size = Vector3.new(8.67944527, 4.5045228, 10.7669058) | |
| 2243 | o110.CFrame = CFrame.new(105.109962, 46.9687691, -217.826859, -0.182093963, -0.211555004, 0.960253239, -0.148885965, 0.97125268, 0.185744882, -0.971943796, -0.109145217, -0.208356827) | |
| 2244 | o110.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2245 | o110.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2246 | o110.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2247 | o110.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2248 | o110.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2249 | o110.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2250 | o110.Color = Color3.new(0.262745, 0.105882, 0.560784) | |
| 2251 | o110.Position = Vector3.new(105.109962, 46.9687691, -217.826859) | |
| 2252 | o110.Orientation = Vector3.new(-10.6999998, 102.239998, -8.72000027) | |
| 2253 | o110.Color = Color3.new(0.262745, 0.105882, 0.560784) | |
| 2254 | o111.Parent = o6 | |
| 2255 | o111.Material = Enum.Material.Wood | |
| 2256 | o111.BrickColor = BrickColor.new("Cocoa")
| |
| 2257 | o111.Position = Vector3.new(115.804268, 39.5233727, -211.541977) | |
| 2258 | o111.Rotation = Vector3.new(-123.809998, -26.6899986, -145.25) | |
| 2259 | o111.Anchored = true | |
| 2260 | o111.FormFactor = Enum.FormFactor.Custom | |
| 2261 | o111.Size = Vector3.new(1.53812981, 12.3050547, 1.31839693) | |
| 2262 | o111.CFrame = CFrame.new(115.804268, 39.5233727, -211.541977, -0.734094203, 0.509288967, -0.449144214, 0.0105240028, 0.669885933, 0.742389381, 0.678966165, 0.540256917, -0.497119129) | |
| 2263 | o111.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2264 | o111.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2265 | o111.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2266 | o111.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2267 | o111.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2268 | o111.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2269 | o111.Color = Color3.new(0.247059, 0.192157, 0.160784) | |
| 2270 | o111.Position = Vector3.new(115.804268, 39.5233727, -211.541977) | |
| 2271 | o111.Orientation = Vector3.new(-47.9399986, -137.899994, 0.899999976) | |
| 2272 | o111.Color = Color3.new(0.247059, 0.192157, 0.160784) | |
| 2273 | o112.Parent = o6 | |
| 2274 | o112.Material = Enum.Material.Grass | |
| 2275 | o112.BrickColor = BrickColor.new("Pink")
| |
| 2276 | o112.Transparency = 0.5 | |
| 2277 | o112.Position = Vector3.new(71.1536865, 22.1200104, -225.242889) | |
| 2278 | o112.Rotation = Vector3.new(0, -25, 0) | |
| 2279 | o112.Anchored = true | |
| 2280 | o112.Size = Vector3.new(7.60653305, 7.60653305, 7.60653305) | |
| 2281 | o112.CFrame = CFrame.new(71.1536865, 22.1200104, -225.242889, 0.906302869, 0, -0.422615439, 0, 1, 0, 0.422615439, 0, 0.906302869) | |
| 2282 | o112.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2283 | o112.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2284 | o112.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2285 | o112.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2286 | o112.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2287 | o112.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2288 | o112.Color = Color3.new(1, 0.4, 0.8) | |
| 2289 | o112.Position = Vector3.new(71.1536865, 22.1200104, -225.242889) | |
| 2290 | o112.Orientation = Vector3.new(0, -25, 0) | |
| 2291 | o112.Color = Color3.new(1, 0.4, 0.8) | |
| 2292 | o113.Parent = o6 | |
| 2293 | o113.Material = Enum.Material.Grass | |
| 2294 | o113.BrickColor = BrickColor.new("Royal purple")
| |
| 2295 | o113.Position = Vector3.new(120.374634, 44.9543686, -212.859406) | |
| 2296 | o113.Rotation = Vector3.new(-146.429993, -55.0200005, -134.029999) | |
| 2297 | o113.Anchored = true | |
| 2298 | o113.FormFactor = Enum.FormFactor.Custom | |
| 2299 | o113.Size = Vector3.new(8.67944527, 4.94399071, 8.34984493) | |
| 2300 | o113.CFrame = CFrame.new(120.374634, 44.9543686, -212.859406, -0.398486912, 0.412169069, -0.819344223, 0.284170926, 0.904859126, 0.316980958, 0.872040808, -0.106521018, -0.477700919) | |
| 2301 | o113.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2302 | o113.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2303 | o113.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2304 | o113.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2305 | o113.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2306 | o113.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2307 | o113.Color = Color3.new(0.384314, 0.145098, 0.819608) | |
| 2308 | o113.Position = Vector3.new(120.374634, 44.9543686, -212.859406) | |
| 2309 | o113.Orientation = Vector3.new(-18.4799995, -120.239998, 17.4300003) | |
| 2310 | o113.Color = Color3.new(0.384314, 0.145098, 0.819608) | |
| 2311 | o114.Parent = o6 | |
| 2312 | o114.Material = Enum.Material.Grass | |
| 2313 | o114.BrickColor = BrickColor.new("Royal purple")
| |
| 2314 | o114.Position = Vector3.new(114.071724, 47.7055931, -217.387314) | |
| 2315 | o114.Rotation = Vector3.new(-13.6199999, 11.9899998, 1.87) | |
| 2316 | o114.Anchored = true | |
| 2317 | o114.FormFactor = Enum.FormFactor.Custom | |
| 2318 | o114.Size = Vector3.new(10.2175751, 7.58078241, 10.7669058) | |
| 2319 | o114.CFrame = CFrame.new(114.071724, 47.7055931, -217.387314, 0.977674365, -0.0320039876, 0.207674518, -0.0170760062, 0.972962976, 0.230329007, -0.209431067, -0.228733003, 0.950694442) | |
| 2320 | o114.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2321 | o114.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2322 | o114.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2323 | o114.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2324 | o114.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2325 | o114.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2326 | o114.Color = Color3.new(0.368627, 0, 1) | |
| 2327 | o114.Position = Vector3.new(114.071724, 47.7055931, -217.387314) | |
| 2328 | o114.Orientation = Vector3.new(-13.3199997, 12.3199997, -1.00999999) | |
| 2329 | o114.Color = Color3.new(0.368627, 0, 1) | |
| 2330 | o115.Parent = o6 | |
| 2331 | o115.Material = Enum.Material.Grass | |
| 2332 | o115.BrickColor = BrickColor.new("Dark indigo")
| |
| 2333 | o115.Transparency = 0.30000001192093 | |
| 2334 | o115.Position = Vector3.new(116.017715, 44.0486183, -219.924408) | |
| 2335 | o115.Rotation = Vector3.new(91.5099945, 53.0499992, -98.1800003) | |
| 2336 | o115.Anchored = true | |
| 2337 | o115.FormFactor = Enum.FormFactor.Custom | |
| 2338 | o115.Size = Vector3.new(8.67944527, 6.59198427, 10.7669058) | |
| 2339 | o115.CFrame = CFrame.new(116.017715, 44.0486183, -219.924408, -0.0854849741, 0.595058262, 0.799123347, -0.087534979, 0.794472277, -0.600958765, -0.992486775, -0.121324182, -0.0158270337) | |
| 2340 | o115.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2341 | o115.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2342 | o115.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2343 | o115.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2344 | o115.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2345 | o115.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2346 | o115.Color = Color3.new(0.262745, 0.105882, 0.560784) | |
| 2347 | o115.Position = Vector3.new(116.017715, 44.0486183, -219.924408) | |
| 2348 | o115.Orientation = Vector3.new(36.9399986, 91.1299973, -6.28999996) | |
| 2349 | o115.Color = Color3.new(0.262745, 0.105882, 0.560784) | |
| 2350 | o116.Parent = o6 | |
| 2351 | o116.Material = Enum.Material.Grass | |
| 2352 | o116.BrickColor = BrickColor.new("Royal purple")
| |
| 2353 | o116.Transparency = 0.30000001192093 | |
| 2354 | o116.Position = Vector3.new(119.354897, 45.9726181, -209.317642) | |
| 2355 | o116.Rotation = Vector3.new(-168.589996, -14.6599998, -157.959991) | |
| 2356 | o116.Anchored = true | |
| 2357 | o116.FormFactor = Enum.FormFactor.Custom | |
| 2358 | o116.Size = Vector3.new(8.67944527, 6.15252066, 8.34984493) | |
| 2359 | o116.CFrame = CFrame.new(119.354897, 45.9726181, -209.317642, -0.896717787, 0.363096088, -0.253097683, 0.321476907, 0.927366793, 0.191424787, 0.304219931, 0.090288952, -0.948313355) | |
| 2360 | o116.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2361 | o116.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2362 | o116.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2363 | o116.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2364 | o116.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2365 | o116.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2366 | o116.Color = Color3.new(0.368627, 0, 1) | |
| 2367 | o116.Position = Vector3.new(119.354897, 45.9726181, -209.317642) | |
| 2368 | o116.Orientation = Vector3.new(-11.04, -165.059998, 19.1199989) | |
| 2369 | o116.Color = Color3.new(0.368627, 0, 1) | |
| 2370 | o117.Parent = o6 | |
| 2371 | o117.Material = Enum.Material.Wood | |
| 2372 | o117.BrickColor = BrickColor.new("Cocoa")
| |
| 2373 | o117.Position = Vector3.new(122.278732, 25.0661545, -174.501953) | |
| 2374 | o117.Rotation = Vector3.new(-13.71, -26.9499989, 126.699997) | |
| 2375 | o117.Anchored = true | |
| 2376 | o117.FormFactor = Enum.FormFactor.Custom | |
| 2377 | o117.Size = Vector3.new(1.39978945, 3.75732636, 1.25244284) | |
| 2378 | o117.CFrame = CFrame.new(122.278732, 25.0661545, -174.501953, -0.532741249, -0.714730084, -0.453153104, 0.714729369, -0.666715741, 0.211310402, -0.453154206, -0.211308077, 0.866025507) | |
| 2379 | o117.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2380 | o117.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2381 | o117.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2382 | o117.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2383 | o117.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2384 | o117.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2385 | o117.Color = Color3.new(0.247059, 0.192157, 0.160784) | |
| 2386 | o117.Position = Vector3.new(122.278732, 25.0661545, -174.501953) | |
| 2387 | o117.Orientation = Vector3.new(-12.1999998, -27.6199989, 133.009995) | |
| 2388 | o117.Color = Color3.new(0.247059, 0.192157, 0.160784) | |
| 2389 | o118.Parent = o6 | |
| 2390 | o118.Material = Enum.Material.Wood | |
| 2391 | o118.BrickColor = BrickColor.new("Cocoa")
| |
| 2392 | o118.Position = Vector3.new(118.958977, 22.9779873, -175.729553) | |
| 2393 | o118.Rotation = Vector3.new(-13.71, -26.9499989, 106.699997) | |
| 2394 | o118.Anchored = true | |
| 2395 | o118.FormFactor = Enum.FormFactor.Custom | |
| 2396 | o118.Size = Vector3.new(1.84182799, 5.45180655, 1.69448161) | |
| 2397 | o118.CFrame = CFrame.new(118.958977, 22.9779873, -175.729553, -0.256159097, -0.853835166, -0.453153521, 0.899657309, -0.382053792, 0.211309135, -0.353552133, -0.35355413, 0.866025627) | |
| 2398 | o118.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2399 | o118.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2400 | o118.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2401 | o118.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2402 | o118.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2403 | o118.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2404 | o118.Color = Color3.new(0.247059, 0.192157, 0.160784) | |
| 2405 | o118.Position = Vector3.new(118.958977, 22.9779873, -175.729553) | |
| 2406 | o118.Orientation = Vector3.new(-12.1999998, -27.6199989, 113.009995) | |
| 2407 | o118.Color = Color3.new(0.247059, 0.192157, 0.160784) | |
| 2408 | o119.Parent = o6 | |
| 2409 | o119.Material = Enum.Material.Wood | |
| 2410 | o119.BrickColor = BrickColor.new("Cocoa")
| |
| 2411 | o119.Position = Vector3.new(114.143188, 26.7204781, -175.338409) | |
| 2412 | o119.Rotation = Vector3.new(-164.399994, 57.9599991, 169.550003) | |
| 2413 | o119.Anchored = true | |
| 2414 | o119.FormFactor = Enum.FormFactor.Custom | |
| 2415 | o119.Size = Vector3.new(1.47346246, 4.27303696, 1.32611609) | |
| 2416 | o119.CFrame = CFrame.new(114.143188, 26.7204781, -175.338409, -0.521726012, -0.0962205753, 0.847669542, 0.0494449995, 0.988538325, 0.142643407, -0.851679027, 0.116333798, -0.510988533) | |
| 2417 | o119.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2418 | o119.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2419 | o119.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2420 | o119.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2421 | o119.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2422 | o119.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2423 | o119.Color = Color3.new(0.247059, 0.192157, 0.160784) | |
| 2424 | o119.Position = Vector3.new(114.143188, 26.7204781, -175.338409) | |
| 2425 | o119.Orientation = Vector3.new(-8.19999981, 121.079994, 2.8599999) | |
| 2426 | o119.Color = Color3.new(0.247059, 0.192157, 0.160784) | |
| 2427 | o120.Parent = o6 | |
| 2428 | o120.Material = Enum.Material.Wood | |
| 2429 | o120.BrickColor = BrickColor.new("Cocoa")
| |
| 2430 | o120.Position = Vector3.new(115.460442, 23.5049477, -176.076385) | |
| 2431 | o120.Rotation = Vector3.new(-129.919998, 29.1399994, 133.580002) | |
| 2432 | o120.Anchored = true | |
| 2433 | o120.FormFactor = Enum.FormFactor.Custom | |
| 2434 | o120.Size = Vector3.new(1.84182799, 4.27303696, 1.69448161) | |
| 2435 | o120.CFrame = CFrame.new(115.460442, 23.5049477, -176.076385, -0.602154911, -0.632677913, 0.486958057, -0.207370952, 0.712941945, 0.669859052, -0.770977795, 0.302377939, -0.560500503) | |
| 2436 | o120.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2437 | o120.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2438 | o120.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2439 | o120.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2440 | o120.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2441 | o120.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2442 | o120.Color = Color3.new(0.247059, 0.192157, 0.160784) | |
| 2443 | o120.Position = Vector3.new(115.460442, 23.5049477, -176.076385) | |
| 2444 | o120.Orientation = Vector3.new(-42.0599976, 139.020004, -16.2199993) | |
| 2445 | o120.Color = Color3.new(0.247059, 0.192157, 0.160784) | |
| 2446 | o121.Parent = o6 | |
| 2447 | o121.Material = Enum.Material.Wood | |
| 2448 | o121.BrickColor = BrickColor.new("Cocoa")
| |
| 2449 | o121.Position = Vector3.new(120.001373, 25.7254066, -181.280624) | |
| 2450 | o121.Rotation = Vector3.new(-34.6699982, 8.97000027, -31.3299999) | |
| 2451 | o121.Anchored = true | |
| 2452 | o121.FormFactor = Enum.FormFactor.Custom | |
| 2453 | o121.Size = Vector3.new(1.32611609, 5.45181322, 1.25244296) | |
| 2454 | o121.CFrame = CFrame.new(120.001373, 25.7254066, -181.280624, 0.843734682, 0.513627827, 0.155878767, -0.503398836, 0.656405747, 0.561890662, 0.186282948, -0.552555799, 0.812392056) | |
| 2455 | o121.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2456 | o121.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2457 | o121.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2458 | o121.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2459 | o121.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2460 | o121.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2461 | o121.Color = Color3.new(0.247059, 0.192157, 0.160784) | |
| 2462 | o121.Position = Vector3.new(120.001373, 25.7254066, -181.280624) | |
| 2463 | o121.Orientation = Vector3.new(-34.1899986, 10.8599997, -37.4799995) | |
| 2464 | o121.Color = Color3.new(0.247059, 0.192157, 0.160784) | |
| 2465 | o122.Parent = o6 | |
| 2466 | o122.Material = Enum.Material.Wood | |
| 2467 | o122.BrickColor = BrickColor.new("Cocoa")
| |
| 2468 | o122.Position = Vector3.new(117.842628, 23.2071819, -178.790573) | |
| 2469 | o122.Rotation = Vector3.new(-42.1800003, 14.9399996, -33.0099983) | |
| 2470 | o122.Anchored = true | |
| 2471 | o122.FormFactor = Enum.FormFactor.Custom | |
| 2472 | o122.Size = Vector3.new(1.84182799, 4.93609428, 1.69448161) | |
| 2473 | o122.CFrame = CFrame.new(117.842628, 23.2071819, -178.790573, 0.81025219, 0.526347578, 0.257778257, -0.548844099, 0.52715987, 0.648746967, 0.205576047, -0.667128742, 0.71601516) | |
| 2474 | o122.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2475 | o122.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2476 | o122.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2477 | o122.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2478 | o122.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2479 | o122.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2480 | o122.Color = Color3.new(0.247059, 0.192157, 0.160784) | |
| 2481 | o122.Position = Vector3.new(117.842628, 23.2071819, -178.790573) | |
| 2482 | o122.Orientation = Vector3.new(-40.4500008, 19.7999992, -46.1499977) | |
| 2483 | o122.Color = Color3.new(0.247059, 0.192157, 0.160784) | |
| 2484 | o123.Parent = o6 | |
| 2485 | o123.Material = Enum.Material.Grass | |
| 2486 | o123.BrickColor = BrickColor.new("Dark indigo")
| |
| 2487 | o123.Transparency = 0.20000000298023 | |
| 2488 | o123.Position = Vector3.new(120.184387, 27.5303974, -181.397232) | |
| 2489 | o123.Rotation = Vector3.new(-23.8899994, -4.96000004, -27.7099991) | |
| 2490 | o123.Anchored = true | |
| 2491 | o123.FormFactor = Enum.FormFactor.Custom | |
| 2492 | o123.Size = Vector3.new(5.39263582, 2.79871011, 6.68959856) | |
| 2493 | o123.CFrame = CFrame.new(120.184387, 27.5303974, -181.397232, 0.882021725, 0.463198453, -0.0865152329, -0.394097865, 0.825792074, 0.403428257, 0.258310914, -0.321737051, 0.910912097) | |
| 2494 | o123.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2495 | o123.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2496 | o123.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2497 | o123.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2498 | o123.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2499 | o123.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2500 | o123.Color = Color3.new(0.262745, 0.105882, 0.560784) | |
| 2501 | o123.Position = Vector3.new(120.184387, 27.5303974, -181.397232) | |
| 2502 | o123.Orientation = Vector3.new(-23.789999, -5.42999983, -25.5100002) | |
| 2503 | o123.Color = Color3.new(0.262745, 0.105882, 0.560784) | |
| 2504 | o124.Parent = o6 | |
| 2505 | o124.Material = Enum.Material.Grass | |
| 2506 | o124.BrickColor = BrickColor.new("Royal purple")
| |
| 2507 | o124.Transparency = 0.30000001192093 | |
| 2508 | o124.Position = Vector3.new(108.932632, 43.1711617, -223.933273) | |
| 2509 | o124.Rotation = Vector3.new(-24.6099987, 46.9799995, 2.45000005) | |
| 2510 | o124.Anchored = true | |
| 2511 | o124.FormFactor = Enum.FormFactor.Custom | |
| 2512 | o124.Size = Vector3.new(10.7669077, 5.71305275, 12.4149036) | |
| 2513 | o124.CFrame = CFrame.new(108.932632, 43.1711617, -223.933273, 0.681601942, -0.0291872341, 0.731140852, -0.265298963, 0.921358407, 0.284104198, -0.681934953, -0.387616903, 0.620256305) | |
| 2514 | o124.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2515 | o124.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2516 | o124.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2517 | o124.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2518 | o124.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2519 | o124.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2520 | o124.Color = Color3.new(0.384314, 0.145098, 0.819608) | |
| 2521 | o124.Position = Vector3.new(108.932632, 43.1711617, -223.933273) | |
| 2522 | o124.Orientation = Vector3.new(-16.5100002, 49.6899986, -16.0599995) | |
| 2523 | o124.Color = Color3.new(0.384314, 0.145098, 0.819608) | |
| 2524 | o125.Parent = o6 | |
| 2525 | o125.Material = Enum.Material.Wood | |
| 2526 | o125.BrickColor = BrickColor.new("Cocoa")
| |
| 2527 | o125.Position = Vector3.new(115.49292, 19.570982, -177.867493) | |
| 2528 | o125.Rotation = Vector3.new(-3.39999986, -31.3099995, -23.2699986) | |
| 2529 | o125.Anchored = true | |
| 2530 | o125.FormFactor = Enum.FormFactor.Custom | |
| 2531 | o125.Size = Vector3.new(2.35753989, 7.95669651, 2.35753989) | |
| 2532 | o125.CFrame = CFrame.new(115.49292, 19.570982, -177.867493, 0.784886181, 0.337508768, -0.519655228, -0.365998089, 0.929232359, 0.0507206693, 0.499999106, 0.150382832, 0.852869272) | |
| 2533 | o125.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2534 | o125.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2535 | o125.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2536 | o125.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2537 | o125.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2538 | o125.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2539 | o125.Color = Color3.new(0.247059, 0.192157, 0.160784) | |
| 2540 | o125.Position = Vector3.new(115.49292, 19.570982, -177.867493) | |
| 2541 | o125.Orientation = Vector3.new(-2.90999985, -31.3499985, -21.5) | |
| 2542 | o125.Color = Color3.new(0.247059, 0.192157, 0.160784) | |
| 2543 | o126.Parent = o6 | |
| 2544 | o126.Material = Enum.Material.Wood | |
| 2545 | o126.BrickColor = BrickColor.new("Cocoa")
| |
| 2546 | o126.Position = Vector3.new(112.700745, 14.7944107, -179.037369) | |
| 2547 | o126.Rotation = Vector3.new(-13.71, -26.9499989, -43.2999992) | |
| 2548 | o126.Anchored = true | |
| 2549 | o126.FormFactor = Enum.FormFactor.Custom | |
| 2550 | o126.Size = Vector3.new(2.54869938, 3.50446081, 2.54869938) | |
| 2551 | o126.CFrame = CFrame.new(112.700745, 14.7944107, -179.037369, 0.648759723, 0.611360908, -0.453154117, -0.588096738, 0.780699015, 0.211308599, 0.482962787, 0.129409939, 0.866025388) | |
| 2552 | o126.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2553 | o126.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2554 | o126.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2555 | o126.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2556 | o126.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2557 | o126.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2558 | o126.Color = Color3.new(0.247059, 0.192157, 0.160784) | |
| 2559 | o126.Position = Vector3.new(112.700745, 14.7944107, -179.037369) | |
| 2560 | o126.Orientation = Vector3.new(-12.1999998, -27.6199989, -36.9899979) | |
| 2561 | o126.Color = Color3.new(0.247059, 0.192157, 0.160784) | |
| 2562 | o127.Parent = o6 | |
| 2563 | o127.Material = Enum.Material.Wood | |
| 2564 | o127.BrickColor = BrickColor.new("Cocoa")
| |
| 2565 | o127.Position = Vector3.new(114.254707, 16.5655899, -178.141373) | |
| 2566 | o127.Rotation = Vector3.new(-13.71, -26.9499989, -28.2999992) | |
| 2567 | o127.Anchored = true | |
| 2568 | o127.FormFactor = Enum.FormFactor.Custom | |
| 2569 | o127.Size = Vector3.new(2.93100405, 2.93100405, 2.93100405) | |
| 2570 | o127.CFrame = CFrame.new(114.254707, 16.5655899, -178.141373, 0.784886181, 0.422617942, -0.453153133, -0.365998089, 0.906307936, 0.211308599, 0.499999106, -1.49011337e-08, 0.866025925) | |
| 2571 | o127.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2572 | o127.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2573 | o127.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2574 | o127.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2575 | o127.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2576 | o127.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2577 | o127.Color = Color3.new(0.247059, 0.192157, 0.160784) | |
| 2578 | o127.Position = Vector3.new(114.254707, 16.5655899, -178.141373) | |
| 2579 | o127.Orientation = Vector3.new(-12.1999998, -27.6199989, -21.9899998) | |
| 2580 | o127.Color = Color3.new(0.247059, 0.192157, 0.160784) | |
| 2581 | o128.Parent = o6 | |
| 2582 | o128.Material = Enum.Material.Wood | |
| 2583 | o128.BrickColor = BrickColor.new("Cocoa")
| |
| 2584 | o128.Position = Vector3.new(114.731834, 13.0299625, -178.404144) | |
| 2585 | o128.Rotation = Vector3.new(11.7799997, -25.5699997, -169.190002) | |
| 2586 | o128.Anchored = true | |
| 2587 | o128.FormFactor = Enum.FormFactor.Custom | |
| 2588 | o128.Size = Vector3.new(2.73985147, 4.20535231, 2.80356908) | |
| 2589 | o128.CFrame = CFrame.new(114.731834, 13.0299625, -178.404144, -0.886032403, 0.169187337, -0.431650639, -0.0970860422, -0.978103459, -0.184087142, -0.453344196, -0.121199928, 0.883056998) | |
| 2590 | o128.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2591 | o128.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2592 | o128.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2593 | o128.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2594 | o128.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2595 | o128.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2596 | o128.Color = Color3.new(0.247059, 0.192157, 0.160784) | |
| 2597 | o128.Position = Vector3.new(114.731834, 13.0299625, -178.404144) | |
| 2598 | o128.Orientation = Vector3.new(10.6099997, -26.0499992, -174.330002) | |
| 2599 | o128.Color = Color3.new(0.247059, 0.192157, 0.160784) | |
| 2600 | o129.Parent = o6 | |
| 2601 | o129.Material = Enum.Material.Grass | |
| 2602 | o129.BrickColor = BrickColor.new("Royal purple")
| |
| 2603 | o129.Position = Vector3.new(113.232834, 46.6511078, -209.923355) | |
| 2604 | o129.Rotation = Vector3.new(-143.23999, 18.7099991, 161.029999) | |
| 2605 | o129.Anchored = true | |
| 2606 | o129.FormFactor = Enum.FormFactor.Custom | |
| 2607 | o129.Size = Vector3.new(8.67944527, 4.50452185, 8.45971107) | |
| 2608 | o129.CFrame = CFrame.new(113.232834, 46.6511078, -209.923355, -0.895676434, -0.307966143, 0.320812315, -0.0789160356, 0.820024014, 0.566862226, -0.437648207, 0.482407928, -0.758779705) | |
| 2609 | o129.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2610 | o129.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2611 | o129.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2612 | o129.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2613 | o129.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2614 | o129.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2615 | o129.Color = Color3.new(0.384314, 0.145098, 0.819608) | |
| 2616 | o129.Position = Vector3.new(113.232834, 46.6511078, -209.923355) | |
| 2617 | o129.Orientation = Vector3.new(-34.5299988, 157.080002, -5.5) | |
| 2618 | o129.Color = Color3.new(0.384314, 0.145098, 0.819608) | |
| 2619 | o130.Parent = o6 | |
| 2620 | o130.Material = Enum.Material.Wood | |
| 2621 | o130.BrickColor = BrickColor.new("Cocoa")
| |
| 2622 | o130.Position = Vector3.new(113.508919, 13.9429417, -176.371704) | |
| 2623 | o130.Rotation = Vector3.new(-136.5, -65.3199997, -116.610001) | |
| 2624 | o130.Anchored = true | |
| 2625 | o130.FormFactor = Enum.FormFactor.Custom | |
| 2626 | o130.Size = Vector3.new(2.54869938, 4.58765745, 2.54869938) | |
| 2627 | o130.CFrame = CFrame.new(113.508919, 13.9429417, -176.371704, -0.187049016, 0.373394907, -0.908619285, 0.368461043, 0.884083152, 0.287460238, 0.91063112, -0.281021625, -0.302948385) | |
| 2628 | o130.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2629 | o130.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2630 | o130.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2631 | o130.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2632 | o130.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2633 | o130.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2634 | o130.Color = Color3.new(0.247059, 0.192157, 0.160784) | |
| 2635 | o130.Position = Vector3.new(113.508919, 13.9429417, -176.371704) | |
| 2636 | o130.Orientation = Vector3.new(-16.7099991, -108.439995, 22.6299992) | |
| 2637 | o130.Color = Color3.new(0.247059, 0.192157, 0.160784) | |
| 2638 | o131.Parent = o6 | |
| 2639 | o131.Material = Enum.Material.Grass | |
| 2640 | o131.BrickColor = BrickColor.new("Royal purple")
| |
| 2641 | o131.Position = Vector3.new(108.693649, 46.7549667, -212.925674) | |
| 2642 | o131.Rotation = Vector3.new(-163.669998, 48, 164.23999) | |
| 2643 | o131.Anchored = true | |
| 2644 | o131.FormFactor = Enum.FormFactor.Custom | |
| 2645 | o131.Size = Vector3.new(8.67944527, 3.6255908, 8.45971107) | |
| 2646 | o131.CFrame = CFrame.new(108.693649, 46.7549667, -212.925674, -0.643941939, -0.181681812, 0.743189394, -0.0594909936, 0.980344474, 0.188110843, -0.762757897, 0.0769193769, -0.642093301) | |
| 2647 | o131.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2648 | o131.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2649 | o131.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2650 | o131.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2651 | o131.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2652 | o131.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2653 | o131.Color = Color3.new(0.384314, 0.145098, 0.819608) | |
| 2654 | o131.Position = Vector3.new(108.693649, 46.7549667, -212.925674) | |
| 2655 | o131.Orientation = Vector3.new(-10.8400002, 130.830002, -3.47000003) | |
| 2656 | o131.Color = Color3.new(0.384314, 0.145098, 0.819608) | |
| 2657 | o132.Parent = o6 | |
| 2658 | o132.Material = Enum.Material.Wood | |
| 2659 | o132.BrickColor = BrickColor.new("Cocoa")
| |
| 2660 | o132.Position = Vector3.new(112.452637, 14.9117107, -177.669907) | |
| 2661 | o132.Rotation = Vector3.new(-45.1699982, -43.7299995, -58.3400002) | |
| 2662 | o132.Anchored = true | |
| 2663 | o132.FormFactor = Enum.FormFactor.Custom | |
| 2664 | o132.Size = Vector3.new(2.54869938, 3.50446081, 2.54869938) | |
| 2665 | o132.CFrame = CFrame.new(112.452637, 14.9117107, -177.669907, 0.379272163, 0.615077317, -0.691254318, -0.342787117, 0.787315905, 0.512475014, 0.8594473, 0.0425855406, 0.509447575) | |
| 2666 | o132.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2667 | o132.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2668 | o132.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2669 | o132.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2670 | o132.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2671 | o132.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2672 | o132.Color = Color3.new(0.247059, 0.192157, 0.160784) | |
| 2673 | o132.Position = Vector3.new(112.452637, 14.9117107, -177.669907) | |
| 2674 | o132.Orientation = Vector3.new(-30.8299999, -53.6100006, -23.5299988) | |
| 2675 | o132.Color = Color3.new(0.247059, 0.192157, 0.160784) | |
| 2676 | o133.Parent = o6 | |
| 2677 | o133.Material = Enum.Material.Wood | |
| 2678 | o133.BrickColor = BrickColor.new("Cocoa")
| |
| 2679 | o133.Position = Vector3.new(113.861198, 14.2548923, -178.832733) | |
| 2680 | o133.Rotation = Vector3.new(-3.39999986, -31.3099995, -23.2699986) | |
| 2681 | o133.Anchored = true | |
| 2682 | o133.FormFactor = Enum.FormFactor.Custom | |
| 2683 | o133.Size = Vector3.new(2.54869938, 3.50446081, 2.54869938) | |
| 2684 | o133.CFrame = CFrame.new(113.861198, 14.2548923, -178.832733, 0.784886181, 0.337508768, -0.519655228, -0.365998089, 0.929232359, 0.0507206693, 0.499999106, 0.150382832, 0.852869272) | |
| 2685 | o133.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2686 | o133.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2687 | o133.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2688 | o133.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2689 | o133.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2690 | o133.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2691 | o133.Color = Color3.new(0.247059, 0.192157, 0.160784) | |
| 2692 | o133.Position = Vector3.new(113.861198, 14.2548923, -178.832733) | |
| 2693 | o133.Orientation = Vector3.new(-2.90999985, -31.3499985, -21.5) | |
| 2694 | o133.Color = Color3.new(0.247059, 0.192157, 0.160784) | |
| 2695 | o134.Parent = o6 | |
| 2696 | o134.Material = Enum.Material.Grass | |
| 2697 | o134.BrickColor = BrickColor.new("Plum")
| |
| 2698 | o134.Transparency = 0.5 | |
| 2699 | o134.Position = Vector3.new(96.6516953, 18.4435215, -220.882889) | |
| 2700 | o134.Rotation = Vector3.new(0, 20, 0) | |
| 2701 | o134.Anchored = true | |
| 2702 | o134.Size = Vector3.new(8.62073612, 4.31036901, 8.62073708) | |
| 2703 | o134.CFrame = CFrame.new(96.6516953, 18.4435215, -220.882889, 0.939687371, 0, 0.342018127, 0, 1, 0, -0.342018127, 0, 0.939687371) | |
| 2704 | o134.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2705 | o134.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2706 | o134.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2707 | o134.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2708 | o134.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2709 | o134.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2710 | o134.Color = Color3.new(0.482353, 0.184314, 0.482353) | |
| 2711 | o134.Position = Vector3.new(96.6516953, 18.4435215, -220.882889) | |
| 2712 | o134.Orientation = Vector3.new(0, 20, 0) | |
| 2713 | o134.Color = Color3.new(0.482353, 0.184314, 0.482353) | |
| 2714 | o135.Parent = o6 | |
| 2715 | o135.Material = Enum.Material.Grass | |
| 2716 | o135.BrickColor = BrickColor.new("Pink")
| |
| 2717 | o135.Transparency = 0.5 | |
| 2718 | o135.Position = Vector3.new(96.0017776, 20.0916061, -221.185974) | |
| 2719 | o135.Rotation = Vector3.new(0, -25, 0) | |
| 2720 | o135.Anchored = true | |
| 2721 | o135.Size = Vector3.new(7.60653305, 7.60653305, 7.60653305) | |
| 2722 | o135.CFrame = CFrame.new(96.0017776, 20.0916061, -221.185974, 0.906302869, 0, -0.422615439, 0, 1, 0, 0.422615439, 0, 0.906302869) | |
| 2723 | o135.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2724 | o135.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2725 | o135.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2726 | o135.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2727 | o135.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2728 | o135.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2729 | o135.Color = Color3.new(1, 0.4, 0.8) | |
| 2730 | o135.Position = Vector3.new(96.0017776, 20.0916061, -221.185974) | |
| 2731 | o135.Orientation = Vector3.new(0, -25, 0) | |
| 2732 | o135.Color = Color3.new(1, 0.4, 0.8) | |
| 2733 | o136.Parent = o6 | |
| 2734 | o136.Material = Enum.Material.Grass | |
| 2735 | o136.BrickColor = BrickColor.new("Magenta")
| |
| 2736 | o136.Transparency = 0.5 | |
| 2737 | o136.Position = Vector3.new(95.7482147, 18.9506226, -216.495346) | |
| 2738 | o136.Anchored = true | |
| 2739 | o136.Size = Vector3.new(6.33877754, 6.33877754, 6.33877754) | |
| 2740 | o136.CFrame = CFrame.new(95.7482147, 18.9506226, -216.495346, 0.999994457, -9.15174159e-09, 1.78813934e-07, 9.8083488e-09, 1, 0, -1.78813934e-07, -2.53856891e-09, 0.999994457) | |
| 2741 | o136.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2742 | o136.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2743 | o136.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2744 | o136.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2745 | o136.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2746 | o136.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2747 | o136.Color = Color3.new(0.666667, 0, 0.666667) | |
| 2748 | o136.Position = Vector3.new(95.7482147, 18.9506226, -216.495346) | |
| 2749 | o136.Color = Color3.new(0.666667, 0, 0.666667) | |
| 2750 | o137.Parent = o6 | |
| 2751 | o137.Material = Enum.Material.Wood | |
| 2752 | o137.BrickColor = BrickColor.new("Cocoa")
| |
| 2753 | o137.Position = Vector3.new(92.8902664, 30.8982201, -197.963898) | |
| 2754 | o137.Rotation = Vector3.new(-175.209991, -2.64999986, -129.639999) | |
| 2755 | o137.Anchored = true | |
| 2756 | o137.FormFactor = Enum.FormFactor.Custom | |
| 2757 | o137.Size = Vector3.new(1.77485764, 2.53551102, 1.77485764) | |
| 2758 | o137.CFrame = CFrame.new(92.8902664, 30.8982201, -197.963898, -0.637290835, 0.769238651, -0.046176523, 0.764912784, 0.638712943, 0.0833920911, 0.0936419666, 0.0178240091, -0.995446384) | |
| 2759 | o137.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2760 | o137.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2761 | o137.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2762 | o137.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2763 | o137.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2764 | o137.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2765 | o137.Color = Color3.new(0.247059, 0.192157, 0.160784) | |
| 2766 | o137.Position = Vector3.new(92.8902664, 30.8982201, -197.963898) | |
| 2767 | o137.Orientation = Vector3.new(-4.77999973, -177.339996, 50.1399994) | |
| 2768 | o137.Color = Color3.new(0.247059, 0.192157, 0.160784) | |
| 2769 | o138.Parent = o6 | |
| 2770 | o138.Material = Enum.Material.Neon | |
| 2771 | o138.BrickColor = BrickColor.new("Royal purple")
| |
| 2772 | o138.Transparency = 0.30000001192093 | |
| 2773 | o138.Position = Vector3.new(91.5643234, 36.3188629, -198.366302) | |
| 2774 | o138.Anchored = true | |
| 2775 | o138.Shape = Enum.PartType.Ball | |
| 2776 | o138.Size = Vector3.new(3.80326915, 3.80326915, 3.80326915) | |
| 2777 | o138.CFrame = CFrame.new(91.5643234, 36.3188629, -198.366302, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 2778 | o138.BottomSurface = Enum.SurfaceType.Smooth | |
| 2779 | o138.TopSurface = Enum.SurfaceType.Smooth | |
| 2780 | o138.Color = Color3.new(0.52549, 0.113725, 1) | |
| 2781 | o138.Position = Vector3.new(91.5643234, 36.3188629, -198.366302) | |
| 2782 | o138.Color = Color3.new(0.52549, 0.113725, 1) | |
| 2783 | o139.Parent = o138 | |
| 2784 | o139.Transparency = NumberSequence.new(1,0.78750002384186,0.5625,0.70624995231628,1) | |
| 2785 | o139.Size = NumberSequence.new(3.625,0.87499976158142) | |
| 2786 | o139.Color = ColorSequence.new(Color3.new(0, 0, 0.998184),Color3.new(0.510018, 0, 0.998474)) | |
| 2787 | o139.LightEmission = 1 | |
| 2788 | o139.Texture = "rbxasset://textures/particles/explosion01_implosion_main.dds" | |
| 2789 | o139.Lifetime = NumberRange.new(1,1) | |
| 2790 | o139.Rate = 15 | |
| 2791 | o139.Speed = NumberRange.new(0,0) | |
| 2792 | o139.VelocitySpread = -100 | |
| 2793 | o139.Color = ColorSequence.new(Color3.new(0, 0, 0.998184),Color3.new(0.510018, 0, 0.998474)) | |
| 2794 | o140.Parent = o138 | |
| 2795 | o140.Color = Color3.new(0.294118, 0, 1) | |
| 2796 | o140.Range = 40 | |
| 2797 | o140.Color = Color3.new(0.294118, 0, 1) | |
| 2798 | o141.Parent = o6 | |
| 2799 | o141.Material = Enum.Material.Wood | |
| 2800 | o141.BrickColor = BrickColor.new("Cocoa")
| |
| 2801 | o141.Position = Vector3.new(91.0410385, 34.8282585, -199.954056) | |
| 2802 | o141.Rotation = Vector3.new(-116.049995, -84.6699982, -66.0100021) | |
| 2803 | o141.Anchored = true | |
| 2804 | o141.FormFactor = Enum.FormFactor.Custom | |
| 2805 | o141.Size = Vector3.new(1.77485764, 2.53551102, 1.77485764) | |
| 2806 | o141.CFrame = CFrame.new(91.0410385, 34.8282585, -199.954056, 0.0377419963, 0.0848009735, -0.995682836, 0.764912963, 0.638712585, 0.0833928138, 0.643026948, -0.76475817, -0.0407590754) | |
| 2807 | o141.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2808 | o141.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2809 | o141.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2810 | o141.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2811 | o141.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2812 | o141.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2813 | o141.Color = Color3.new(0.247059, 0.192157, 0.160784) | |
| 2814 | o141.Position = Vector3.new(91.0410385, 34.8282585, -199.954056) | |
| 2815 | o141.Orientation = Vector3.new(-4.77999973, -92.3399963, 50.1399994) | |
| 2816 | o141.Color = Color3.new(0.247059, 0.192157, 0.160784) | |
| 2817 | o142.Parent = o6 | |
| 2818 | o142.Material = Enum.Material.Wood | |
| 2819 | o142.BrickColor = BrickColor.new("Cocoa")
| |
| 2820 | o142.Position = Vector3.new(90.0918884, 36.6031151, -195.730972) | |
| 2821 | o142.Rotation = Vector3.new(-15.1799994, 69.2399979, 39.2799988) | |
| 2822 | o142.Anchored = true | |
| 2823 | o142.FormFactor = Enum.FormFactor.Custom | |
| 2824 | o142.Size = Vector3.new(1.77485764, 2.53551102, 1.77485764) | |
| 2825 | o142.CFrame = CFrame.new(90.0918884, 36.6031151, -195.730972, 0.274419904, -0.224420905, 0.935055614, 0.421491891, 0.90207082, 0.092804946, -0.864313781, 0.368650824, 0.342137784) | |
| 2826 | o142.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2827 | o142.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2828 | o142.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2829 | o142.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2830 | o142.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2831 | o142.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2832 | o142.Color = Color3.new(0.247059, 0.192157, 0.160784) | |
| 2833 | o142.Position = Vector3.new(90.0918884, 36.6031151, -195.730972) | |
| 2834 | o142.Orientation = Vector3.new(-5.31999969, 69.9000015, 25.039999) | |
| 2835 | o142.Color = Color3.new(0.247059, 0.192157, 0.160784) | |
| 2836 | o143.Parent = o6 | |
| 2837 | o143.Material = Enum.Material.Wood | |
| 2838 | o143.BrickColor = BrickColor.new("Cocoa")
| |
| 2839 | o143.Position = Vector3.new(90.5578918, 34.8282585, -196.640625) | |
| 2840 | o143.Rotation = Vector3.new(-12.4099998, 67.1800003, 61.6099968) | |
| 2841 | o143.Anchored = true | |
| 2842 | o143.FormFactor = Enum.FormFactor.Custom | |
| 2843 | o143.Size = Vector3.new(1.77485764, 2.53551102, 1.77485764) | |
| 2844 | o143.CFrame = CFrame.new(90.5578918, 34.8282585, -196.640625, 0.184460923, -0.341251016, 0.921695232, 0.764913678, 0.638711572, 0.0833945051, -0.61715579, 0.689634144, 0.378844947) | |
| 2845 | o143.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2846 | o143.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2847 | o143.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2848 | o143.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2849 | o143.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2850 | o143.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2851 | o143.Color = Color3.new(0.247059, 0.192157, 0.160784) | |
| 2852 | o143.Position = Vector3.new(90.5578918, 34.8282585, -196.640625) | |
| 2853 | o143.Orientation = Vector3.new(-4.77999973, 67.659996, 50.1399994) | |
| 2854 | o143.Color = Color3.new(0.247059, 0.192157, 0.160784) | |
| 2855 | o144.Parent = o6 | |
| 2856 | o144.Material = Enum.Material.Wood | |
| 2857 | o144.BrickColor = BrickColor.new("Cocoa")
| |
| 2858 | o144.Position = Vector3.new(89.2132874, 36.6031151, -198.265869) | |
| 2859 | o144.Rotation = Vector3.new(-5.32999992, -0.099999994, 25.039999) | |
| 2860 | o144.Anchored = true | |
| 2861 | o144.FormFactor = Enum.FormFactor.Custom | |
| 2862 | o144.Size = Vector3.new(1.77485764, 2.53551102, 1.77485764) | |
| 2863 | o144.CFrame = CFrame.new(89.2132874, 36.6031151, -198.265869, 0.906046271, -0.423175156, -0.00169782504, 0.421492159, 0.902070582, 0.0928068906, -0.037742015, -0.0848029554, 0.995682657) | |
| 2864 | o144.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2865 | o144.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2866 | o144.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2867 | o144.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2868 | o144.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2869 | o144.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2870 | o144.Color = Color3.new(0.247059, 0.192157, 0.160784) | |
| 2871 | o144.Position = Vector3.new(89.2132874, 36.6031151, -198.265869) | |
| 2872 | o144.Orientation = Vector3.new(-5.32999992, -0.099999994, 25.039999) | |
| 2873 | o144.Color = Color3.new(0.247059, 0.192157, 0.160784) | |
| 2874 | o145.Parent = o6 | |
| 2875 | o145.Material = Enum.Material.Wood | |
| 2876 | o145.BrickColor = BrickColor.new("Cocoa")
| |
| 2877 | o145.Position = Vector3.new(90.2274704, 34.8282585, -198.139114) | |
| 2878 | o145.Rotation = Vector3.new(-4.78999996, -2.33999991, 49.9399986) | |
| 2879 | o145.Anchored = true | |
| 2880 | o145.FormFactor = Enum.FormFactor.Custom | |
| 2881 | o145.Size = Vector3.new(1.77485764, 2.53551102, 1.77485764) | |
| 2882 | o145.CFrame = CFrame.new(90.2274704, 34.8282585, -198.139114, 0.643026352, -0.764758646, -0.0407606922, 0.764913499, 0.63871181, 0.0833941028, -0.0377420224, -0.0848030075, 0.995682657) | |
| 2883 | o145.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2884 | o145.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2885 | o145.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2886 | o145.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2887 | o145.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2888 | o145.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2889 | o145.Color = Color3.new(0.247059, 0.192157, 0.160784) | |
| 2890 | o145.Position = Vector3.new(90.2274704, 34.8282585, -198.139114) | |
| 2891 | o145.Orientation = Vector3.new(-4.77999973, -2.33999991, 50.1399994) | |
| 2892 | o145.Color = Color3.new(0.247059, 0.192157, 0.160784) | |
| 2893 | o146.Parent = o6 | |
| 2894 | o146.Material = Enum.Material.Wood | |
| 2895 | o146.BrickColor = BrickColor.new("Cocoa")
| |
| 2896 | o146.Position = Vector3.new(90.9247971, 32.7256546, -197.853287) | |
| 2897 | o146.Rotation = Vector3.new(-4.1500001, 3.3499999, -14.8399992) | |
| 2898 | o146.Anchored = true | |
| 2899 | o146.FormFactor = Enum.FormFactor.Custom | |
| 2900 | o146.Size = Vector3.new(2.02840877, 4.31036949, 2.02840877) | |
| 2901 | o146.CFrame = CFrame.new(90.9247971, 32.7256546, -197.853287, 0.965001583, 0.255669057, 0.0583545044, -0.259513885, 0.963037789, 0.0721855685, -0.0377419852, -0.0848029926, 0.995682657) | |
| 2902 | o146.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2903 | o146.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2904 | o146.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2905 | o146.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2906 | o146.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2907 | o146.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2908 | o146.Color = Color3.new(0.247059, 0.192157, 0.160784) | |
| 2909 | o146.Position = Vector3.new(90.9247971, 32.7256546, -197.853287) | |
| 2910 | o146.Orientation = Vector3.new(-4.13999987, 3.3499999, -15.0799999) | |
| 2911 | o146.Color = Color3.new(0.247059, 0.192157, 0.160784) | |
| 2912 | o147.Parent = o6 | |
| 2913 | o147.Material = Enum.Material.Wood | |
| 2914 | o147.BrickColor = BrickColor.new("Cocoa")
| |
| 2915 | o147.Position = Vector3.new(91.1517258, 30.2841225, -197.928574) | |
| 2916 | o147.Rotation = Vector3.new(9.73999977, 0.829999983, 15.0799999) | |
| 2917 | o147.Anchored = true | |
| 2918 | o147.FormFactor = Enum.FormFactor.Custom | |
| 2919 | o147.Size = Vector3.new(2.02840877, 4.5639205, 2.02840877) | |
| 2920 | o147.CFrame = CFrame.new(91.1517258, 30.2841225, -197.928574, 0.965473115, -0.260102332, 0.014443391, 0.258740038, 0.951024413, -0.169133499, 0.0302560031, 0.167030916, 0.985487282) | |
| 2921 | o147.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2922 | o147.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2923 | o147.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2924 | o147.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2925 | o147.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2926 | o147.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2927 | o147.Color = Color3.new(0.247059, 0.192157, 0.160784) | |
| 2928 | o147.Position = Vector3.new(91.1517258, 30.2841225, -197.928574) | |
| 2929 | o147.Orientation = Vector3.new(9.73999977, 0.839999974, 15.2199993) | |
| 2930 | o147.Color = Color3.new(0.247059, 0.192157, 0.160784) | |
| 2931 | o148.Parent = o6 | |
| 2932 | o148.Material = Enum.Material.Wood | |
| 2933 | o148.BrickColor = BrickColor.new("Cocoa")
| |
| 2934 | o148.Position = Vector3.new(91.1382675, 26.7236671, -197.91423) | |
| 2935 | o148.Rotation = Vector3.new(-9.67000008, 2.57999992, -14.7799997) | |
| 2936 | o148.Anchored = true | |
| 2937 | o148.FormFactor = Enum.FormFactor.Custom | |
| 2938 | o148.Size = Vector3.new(2.02840877, 4.69069481, 2.02840877) | |
| 2939 | o148.CFrame = CFrame.new(91.1382675, 26.7236671, -197.91423, 0.965925813, 0.254886925, 0.0449434072, -0.258818954, 0.951251268, 0.167731136, 0, -0.173648044, 0.984807789) | |
| 2940 | o148.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2941 | o148.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2942 | o148.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2943 | o148.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2944 | o148.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2945 | o148.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2946 | o148.Color = Color3.new(0.247059, 0.192157, 0.160784) | |
| 2947 | o148.Position = Vector3.new(91.1382675, 26.7236671, -197.91423) | |
| 2948 | o148.Orientation = Vector3.new(-9.65999985, 2.6099999, -15.2199993) | |
| 2949 | o148.Color = Color3.new(0.247059, 0.192157, 0.160784) | |
| 2950 | o149.Parent = o6 | |
| 2951 | o149.Material = Enum.Material.Grass | |
| 2952 | o149.BrickColor = BrickColor.new("Royal purple")
| |
| 2953 | o149.Position = Vector3.new(94.9501419, 11.2915821, -185.515808) | |
| 2954 | o149.Rotation = Vector3.new(-146.48999, -71.9899979, -141.48999) | |
| 2955 | o149.Anchored = true | |
| 2956 | o149.FormFactor = Enum.FormFactor.Custom | |
| 2957 | o149.Size = Vector3.new(24.8479919, 14.705966, 15.2130566) | |
| 2958 | o149.CFrame = CFrame.new(94.9501419, 11.2915821, -185.515808, -0.241977036, 0.19251208, -0.950992227, 0.108326018, 0.979352117, 0.170689806, 0.964216113, -0.0617141835, -0.257834762) | |
| 2959 | o149.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2960 | o149.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2961 | o149.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2962 | o149.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2963 | o149.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2964 | o149.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2965 | o149.Color = Color3.new(0.384314, 0.145098, 0.819608) | |
| 2966 | o149.Position = Vector3.new(94.9501419, 11.2915821, -185.515808) | |
| 2967 | o149.Orientation = Vector3.new(-9.82999992, -105.169998, 6.30999994) | |
| 2968 | o149.Color = Color3.new(0.384314, 0.145098, 0.819608) | |
| 2969 | o150.Parent = o6 | |
| 2970 | o150.Material = Enum.Material.Slate | |
| 2971 | o150.BrickColor = BrickColor.new("Dark indigo")
| |
| 2972 | o150.Position = Vector3.new(68.4026642, 13.708952, -217.268036) | |
| 2973 | o150.Rotation = Vector3.new(175, -70, -180) | |
| 2974 | o150.Anchored = true | |
| 2975 | o150.FormFactor = Enum.FormFactor.Custom | |
| 2976 | o150.Size = Vector3.new(30.2305851, 15.1417141, 21.6497974) | |
| 2977 | o150.CFrame = CFrame.new(68.4026642, 13.708952, -217.268036, -0.342019975, 5.60614204e-08, -0.939692676, 0.0818999931, 0.996194661, -0.0298090819, 0.936116874, -0.0871561244, -0.340718478) | |
| 2978 | o150.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2979 | o150.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2980 | o150.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2981 | o150.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2982 | o150.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2983 | o150.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2984 | o150.Color = Color3.new(0.239216, 0.0823529, 0.521569) | |
| 2985 | o150.Position = Vector3.new(68.4026642, 13.708952, -217.268036) | |
| 2986 | o150.Orientation = Vector3.new(1.70999992, -109.93, 4.69999981) | |
| 2987 | o150.Color = Color3.new(0.239216, 0.0823529, 0.521569) | |
| 2988 | o151.Parent = o6 | |
| 2989 | o151.Material = Enum.Material.Slate | |
| 2990 | o151.BrickColor = BrickColor.new("Dark indigo")
| |
| 2991 | o151.Position = Vector3.new(92.1823807, 15.0411091, -228.886368) | |
| 2992 | o151.Rotation = Vector3.new(1.33999991, 14.9399996, -5.17999983) | |
| 2993 | o151.Anchored = true | |
| 2994 | o151.FormFactor = Enum.FormFactor.Custom | |
| 2995 | o151.Size = Vector3.new(12.2001305, 19.822506, 11.927043) | |
| 2996 | o151.CFrame = CFrame.new(92.1823807, 15.0411091, -228.886368, 0.962250233, 0.0871557966, 0.257834166, -0.084186025, 0.996194661, -0.0225576255, -0.258819073, 4.62804373e-08, 0.965925813) | |
| 2997 | o151.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2998 | o151.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2999 | o151.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3000 | o151.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3001 | o151.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3002 | o151.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3003 | o151.Color = Color3.new(0.239216, 0.0823529, 0.521569) | |
| 3004 | o151.Position = Vector3.new(92.1823807, 15.0411091, -228.886368) | |
| 3005 | o151.Orientation = Vector3.new(1.28999996, 14.9499998, -4.82999992) | |
| 3006 | o151.Color = Color3.new(0.239216, 0.0823529, 0.521569) | |
| 3007 | o152.Parent = o6 | |
| 3008 | o152.Material = Enum.Material.Slate | |
| 3009 | o152.BrickColor = BrickColor.new("Dark indigo")
| |
| 3010 | o152.Position = Vector3.new(82.2007217, 20.1618176, -224.479126) | |
| 3011 | o152.Rotation = Vector3.new(3.49000001, 34.8499985, -6.0999999) | |
| 3012 | o152.Anchored = true | |
| 3013 | o152.FormFactor = Enum.FormFactor.Custom | |
| 3014 | o152.Size = Vector3.new(18.2853565, 27.033247, 11.927043) | |
| 3015 | o152.CFrame = CFrame.new(82.2007217, 20.1618176, -224.479126, 0.816034675, 0.087155968, 0.571394145, -0.0713939741, 0.996194661, -0.0499906391, -0.573576808, 0, 0.819151759) | |
| 3016 | o152.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3017 | o152.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3018 | o152.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3019 | o152.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3020 | o152.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3021 | o152.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3022 | o152.Color = Color3.new(0.239216, 0.0823529, 0.521569) | |
| 3023 | o152.Position = Vector3.new(82.2007217, 20.1618176, -224.479126) | |
| 3024 | o152.Orientation = Vector3.new(2.86999989, 34.8999977, -4.0999999) | |
| 3025 | o152.Color = Color3.new(0.239216, 0.0823529, 0.521569) | |
| 3026 | o153.Parent = o6 | |
| 3027 | o153.Material = Enum.Material.Slate | |
| 3028 | o153.BrickColor = BrickColor.new("Dark indigo")
| |
| 3029 | o153.Position = Vector3.new(80.8200912, 18.3436775, -216.05928) | |
| 3030 | o153.Rotation = Vector3.new(2.65999985, 14.7699995, -10.3499994) | |
| 3031 | o153.Anchored = true | |
| 3032 | o153.FormFactor = Enum.FormFactor.Custom | |
| 3033 | o153.Size = Vector3.new(22.771965, 23.3969593, 11.927043) | |
| 3034 | o153.CFrame = CFrame.new(80.8200912, 18.3436775, -216.05928, 0.951251328, 0.173647955, 0.254887044, -0.167731062, 0.984807789, -0.0449434035, -0.258819103, 0, 0.965925813) | |
| 3035 | o153.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3036 | o153.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3037 | o153.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3038 | o153.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3039 | o153.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3040 | o153.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3041 | o153.Color = Color3.new(0.239216, 0.0823529, 0.521569) | |
| 3042 | o153.Position = Vector3.new(80.8200912, 18.3436775, -216.05928) | |
| 3043 | o153.Orientation = Vector3.new(2.57999992, 14.7799997, -9.67000008) | |
| 3044 | o153.Color = Color3.new(0.239216, 0.0823529, 0.521569) | |
| 3045 | o154.Parent = o6 | |
| 3046 | o154.Material = Enum.Material.Slate | |
| 3047 | o154.BrickColor = BrickColor.new("Dark indigo")
| |
| 3048 | o154.Position = Vector3.new(68.556366, 21.9799652, -213.058533) | |
| 3049 | o154.Rotation = Vector3.new(0, 55, 0) | |
| 3050 | o154.Anchored = true | |
| 3051 | o154.FormFactor = Enum.FormFactor.Custom | |
| 3052 | o154.Size = Vector3.new(25.5579395, 30.6695404, 11.927043) | |
| 3053 | o154.CFrame = CFrame.new(68.556366, 21.9799652, -213.058533, 0.573575675, 3.7252903e-09, 0.819152594, 7.4505806e-09, 0.999999881, 0, -0.819152594, -7.4505806e-09, 0.573575675) | |
| 3054 | o154.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3055 | o154.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3056 | o154.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3057 | o154.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3058 | o154.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3059 | o154.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3060 | o154.Color = Color3.new(0.239216, 0.0823529, 0.521569) | |
| 3061 | o154.Position = Vector3.new(68.556366, 21.9799652, -213.058533) | |
| 3062 | o154.Orientation = Vector3.new(0, 55, 0) | |
| 3063 | o154.Color = Color3.new(0.239216, 0.0823529, 0.521569) | |
| 3064 | o155.Parent = o6 | |
| 3065 | o155.Material = Enum.Material.Slate | |
| 3066 | o155.BrickColor = BrickColor.new("Dark indigo")
| |
| 3067 | o155.Position = Vector3.new(65.7333984, 24.5357628, -204.531097) | |
| 3068 | o155.Rotation = Vector3.new(-180, -70, -175) | |
| 3069 | o155.Anchored = true | |
| 3070 | o155.FormFactor = Enum.FormFactor.Custom | |
| 3071 | o155.Size = Vector3.new(19.8784046, 35.7811317, 11.3590899) | |
| 3072 | o155.CFrame = CFrame.new(65.7333984, 24.5357628, -204.531097, -0.340718269, 0.0298090708, -0.939692378, 0.0871559456, 0.996194661, 0, 0.936116517, -0.0818998218, -0.342019767) | |
| 3073 | o155.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3074 | o155.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3075 | o155.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3076 | o155.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3077 | o155.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3078 | o155.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3079 | o155.Color = Color3.new(0.239216, 0.0823529, 0.521569) | |
| 3080 | o155.Position = Vector3.new(65.7333984, 24.5357628, -204.531097) | |
| 3081 | o155.Orientation = Vector3.new(0, -110, 5) | |
| 3082 | o155.Color = Color3.new(0.239216, 0.0823529, 0.521569) | |
| 3083 | o156.Parent = o6 | |
| 3084 | o156.Material = Enum.Material.Slate | |
| 3085 | o156.BrickColor = BrickColor.new("Dark indigo")
| |
| 3086 | o156.Position = Vector3.new(71.3895569, 22.5479202, -209.277008) | |
| 3087 | o156.Rotation = Vector3.new(-180, -40, 175) | |
| 3088 | o156.Anchored = true | |
| 3089 | o156.FormFactor = Enum.FormFactor.Custom | |
| 3090 | o156.Size = Vector3.new(13.0629578, 31.8054543, 11.3590899) | |
| 3091 | o156.CFrame = CFrame.new(71.3895569, 22.5479202, -209.277008, -0.763127446, -0.0667653307, -0.642786205, -0.087155588, 0.996192157, 4.72965098e-08, 0.640340328, 0.0560227334, -0.76604569) | |
| 3092 | o156.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3093 | o156.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3094 | o156.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3095 | o156.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3096 | o156.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3097 | o156.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3098 | o156.Color = Color3.new(0.239216, 0.0823529, 0.521569) | |
| 3099 | o156.Position = Vector3.new(71.3895569, 22.5479202, -209.277008) | |
| 3100 | o156.Orientation = Vector3.new(0, -140, -5) | |
| 3101 | o156.Color = Color3.new(0.239216, 0.0823529, 0.521569) | |
| 3102 | o157.Parent = o6 | |
| 3103 | o157.Material = Enum.Material.Slate | |
| 3104 | o157.BrickColor = BrickColor.new("Dark indigo")
| |
| 3105 | o157.Position = Vector3.new(74.161087, 19.4241734, -206.725952) | |
| 3106 | o157.Rotation = Vector3.new(0, -65, 0) | |
| 3107 | o157.Anchored = true | |
| 3108 | o157.FormFactor = Enum.FormFactor.Custom | |
| 3109 | o157.Size = Vector3.new(18.7424946, 25.5579529, 17.6065826) | |
| 3110 | o157.CFrame = CFrame.new(74.161087, 19.4241734, -206.725952, 0.422617942, 0, -0.906307876, 0, 1, 0, 0.906307876, 0, 0.422617942) | |
| 3111 | o157.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3112 | o157.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3113 | o157.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3114 | o157.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3115 | o157.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3116 | o157.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3117 | o157.Color = Color3.new(0.239216, 0.0823529, 0.521569) | |
| 3118 | o157.Position = Vector3.new(74.161087, 19.4241734, -206.725952) | |
| 3119 | o157.Orientation = Vector3.new(0, -65, 0) | |
| 3120 | o157.Color = Color3.new(0.239216, 0.0823529, 0.521569) | |
| 3121 | o158.Parent = o6 | |
| 3122 | o158.Material = Enum.Material.Slate | |
| 3123 | o158.BrickColor = BrickColor.new("Dark indigo")
| |
| 3124 | o158.Position = Vector3.new(65.7333603, 23.1158752, -194.875839) | |
| 3125 | o158.Rotation = Vector3.new(0, -75, 0) | |
| 3126 | o158.Anchored = true | |
| 3127 | o158.FormFactor = Enum.FormFactor.Custom | |
| 3128 | o158.Size = Vector3.new(13.0629549, 32.9413605, 18.1745377) | |
| 3129 | o158.CFrame = CFrame.new(65.7333603, 23.1158752, -194.875839, 0.258818954, 0, -0.965925813, 0, 1, 0, 0.965925813, 0, 0.258818954) | |
| 3130 | o158.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3131 | o158.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3132 | o158.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3133 | o158.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3134 | o158.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3135 | o158.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3136 | o158.Color = Color3.new(0.239216, 0.0823529, 0.521569) | |
| 3137 | o158.Position = Vector3.new(65.7333603, 23.1158752, -194.875839) | |
| 3138 | o158.Orientation = Vector3.new(0, -75, 0) | |
| 3139 | o158.Color = Color3.new(0.239216, 0.0823529, 0.521569) | |
| 3140 | o159.Parent = o6 | |
| 3141 | o159.Material = Enum.Material.Slate | |
| 3142 | o159.BrickColor = BrickColor.new("Dark indigo")
| |
| 3143 | o159.Position = Vector3.new(70.4434967, 18.2882671, -193.323441) | |
| 3144 | o159.Rotation = Vector3.new(-180, -85, -180) | |
| 3145 | o159.Anchored = true | |
| 3146 | o159.FormFactor = Enum.FormFactor.Custom | |
| 3147 | o159.Size = Vector3.new(15.3347692, 23.2861423, 19.8783951) | |
| 3148 | o159.CFrame = CFrame.new(70.4434967, 18.2882671, -193.323441, -0.087155968, 0, -0.996194661, 0, 1, 0, 0.996194661, 0, -0.087155968) | |
| 3149 | o159.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3150 | o159.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3151 | o159.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3152 | o159.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3153 | o159.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3154 | o159.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3155 | o159.Color = Color3.new(0.239216, 0.0823529, 0.521569) | |
| 3156 | o159.Position = Vector3.new(70.4434967, 18.2882671, -193.323441) | |
| 3157 | o159.Orientation = Vector3.new(0, -95, 0) | |
| 3158 | o159.Color = Color3.new(0.239216, 0.0823529, 0.521569) | |
| 3159 | o160.Parent = o6 | |
| 3160 | o160.Material = Enum.Material.Slate | |
| 3161 | o160.BrickColor = BrickColor.new("Dark indigo")
| |
| 3162 | o160.Position = Vector3.new(62.8404846, 27.9434834, -199.089401) | |
| 3163 | o160.Rotation = Vector3.new(0, -75, 0) | |
| 3164 | o160.Anchored = true | |
| 3165 | o160.FormFactor = Enum.FormFactor.Custom | |
| 3166 | o160.Size = Vector3.new(3.42548227, 42.5965767, 14.7668123) | |
| 3167 | o160.CFrame = CFrame.new(62.8404846, 27.9434834, -199.089401, 0.258818954, 0, -0.965925813, 0, 1, 0, 0.965925813, 0, 0.258818954) | |
| 3168 | o160.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3169 | o160.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3170 | o160.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3171 | o160.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3172 | o160.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3173 | o160.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3174 | o160.Color = Color3.new(0.239216, 0.0823529, 0.521569) | |
| 3175 | o160.Position = Vector3.new(62.8404846, 27.9434834, -199.089401) | |
| 3176 | o160.Orientation = Vector3.new(0, -75, 0) | |
| 3177 | o160.Color = Color3.new(0.239216, 0.0823529, 0.521569) | |
| 3178 | o161.Parent = o6 | |
| 3179 | o161.Material = Enum.Material.Slate | |
| 3180 | o161.BrickColor = BrickColor.new("Dark indigo")
| |
| 3181 | o161.Position = Vector3.new(64.5284729, 48.0437469, -192.789001) | |
| 3182 | o161.Rotation = Vector3.new(0, -75, 0) | |
| 3183 | o161.Anchored = true | |
| 3184 | o161.FormFactor = Enum.FormFactor.Custom | |
| 3185 | o161.Size = Vector3.new(16.4706802, 2.39605045, 14.7668123) | |
| 3186 | o161.CFrame = CFrame.new(64.5284729, 48.0437469, -192.789001, 0.258818954, 0, -0.965925813, 0, 1, 0, 0.965925813, 0, 0.258818954) | |
| 3187 | o161.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3188 | o161.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3189 | o161.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3190 | o161.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3191 | o161.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3192 | o161.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3193 | o161.Color = Color3.new(0.239216, 0.0823529, 0.521569) | |
| 3194 | o161.Position = Vector3.new(64.5284729, 48.0437469, -192.789001) | |
| 3195 | o161.Orientation = Vector3.new(0, -75, 0) | |
| 3196 | o161.Color = Color3.new(0.239216, 0.0823529, 0.521569) | |
| 3197 | o162.Parent = o6 | |
| 3198 | o162.Material = Enum.Material.Slate | |
| 3199 | o162.BrickColor = BrickColor.new("Dark indigo")
| |
| 3200 | o162.Position = Vector3.new(67.5511017, 24.8197365, -189.189041) | |
| 3201 | o162.Rotation = Vector3.new(0, -75, 0) | |
| 3202 | o162.Anchored = true | |
| 3203 | o162.FormFactor = Enum.FormFactor.Custom | |
| 3204 | o162.Size = Vector3.new(7.95136309, 36.3490829, 14.1988592) | |
| 3205 | o162.CFrame = CFrame.new(67.5511017, 24.8197365, -189.189041, 0.258818954, 0, -0.965925813, 0, 1, 0, 0.965925813, 0, 0.258818954) | |
| 3206 | o162.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3207 | o162.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3208 | o162.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3209 | o162.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3210 | o162.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3211 | o162.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3212 | o162.Color = Color3.new(0.239216, 0.0823529, 0.521569) | |
| 3213 | o162.Position = Vector3.new(67.5511017, 24.8197365, -189.189041) | |
| 3214 | o162.Orientation = Vector3.new(0, -75, 0) | |
| 3215 | o162.Color = Color3.new(0.239216, 0.0823529, 0.521569) | |
| 3216 | o163.Parent = o6 | |
| 3217 | o163.Material = Enum.Material.Slate | |
| 3218 | o163.BrickColor = BrickColor.new("Dark indigo")
| |
| 3219 | o163.Position = Vector3.new(65.5275726, 45.3751221, -189.060211) | |
| 3220 | o163.Rotation = Vector3.new(0, -75, 0) | |
| 3221 | o163.Anchored = true | |
| 3222 | o163.FormFactor = Enum.FormFactor.Custom | |
| 3223 | o163.Size = Vector3.new(8.7500515, 3.42293596, 14.7668123) | |
| 3224 | o163.CFrame = CFrame.new(65.5275726, 45.3751221, -189.060211, 0.258818954, 0, -0.965925813, 0, 1, 0, 0.965925813, 0, 0.258818954) | |
| 3225 | o163.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3226 | o163.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3227 | o163.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3228 | o163.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3229 | o163.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3230 | o163.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3231 | o163.Color = Color3.new(0.239216, 0.0823529, 0.521569) | |
| 3232 | o163.Position = Vector3.new(65.5275726, 45.3751221, -189.060211) | |
| 3233 | o163.Orientation = Vector3.new(0, -75, 0) | |
| 3234 | o163.Color = Color3.new(0.239216, 0.0823529, 0.521569) | |
| 3235 | o164.Parent = o6 | |
| 3236 | o164.Material = Enum.Material.Slate | |
| 3237 | o164.BrickColor = BrickColor.new("Dark indigo")
| |
| 3238 | o164.Position = Vector3.new(66.2323151, 24.5357628, -183.133774) | |
| 3239 | o164.Rotation = Vector3.new(0, -45, 5) | |
| 3240 | o164.Anchored = true | |
| 3241 | o164.FormFactor = Enum.FormFactor.Custom | |
| 3242 | o164.Size = Vector3.new(16.4706802, 35.7811279, 14.7668123) | |
| 3243 | o164.CFrame = CFrame.new(66.2323151, 24.5357628, -183.133774, 0.704416752, -0.0616286285, -0.707106531, 0.0871559903, 0.996194661, 0, 0.704415739, -0.0616285391, 0.707107544) | |
| 3244 | o164.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3245 | o164.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3246 | o164.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3247 | o164.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3248 | o164.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3249 | o164.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3250 | o164.Color = Color3.new(0.239216, 0.0823529, 0.521569) | |
| 3251 | o164.Position = Vector3.new(66.2323151, 24.5357628, -183.133774) | |
| 3252 | o164.Orientation = Vector3.new(0, -45, 5) | |
| 3253 | o164.Color = Color3.new(0.239216, 0.0823529, 0.521569) | |
| 3254 | o165.Parent = o6 | |
| 3255 | o165.Material = Enum.Material.Slate | |
| 3256 | o165.BrickColor = BrickColor.new("Dark indigo")
| |
| 3257 | o165.Position = Vector3.new(74.5222855, 20.5600777, -180.523407) | |
| 3258 | o165.Rotation = Vector3.new(-5, -45, 0) | |
| 3259 | o165.Anchored = true | |
| 3260 | o165.FormFactor = Enum.FormFactor.Custom | |
| 3261 | o165.Size = Vector3.new(23.8540821, 27.8297691, 14.7668123) | |
| 3262 | o165.CFrame = CFrame.new(74.5222855, 20.5600777, -180.523407, 0.707106948, 4.05663371e-07, -0.70710665, 0.0616279915, 0.99619472, 0.0616285875, 0.704415917, -0.0871555656, 0.704416156) | |
| 3263 | o165.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3264 | o165.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3265 | o165.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3266 | o165.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3267 | o165.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3268 | o165.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3269 | o165.Color = Color3.new(0.239216, 0.0823529, 0.521569) | |
| 3270 | o165.Position = Vector3.new(74.5222855, 20.5600777, -180.523407) | |
| 3271 | o165.Orientation = Vector3.new(-3.52999997, -45.1100006, 3.53999996) | |
| 3272 | o165.Color = Color3.new(0.239216, 0.0823529, 0.521569) | |
| 3273 | o166.Parent = o6 | |
| 3274 | o166.Material = Enum.Material.Slate | |
| 3275 | o166.BrickColor = BrickColor.new("Dark indigo")
| |
| 3276 | o166.Position = Vector3.new(74.2402267, 12.694746, -174.283279) | |
| 3277 | o166.Rotation = Vector3.new(5, -40, 0) | |
| 3278 | o166.Anchored = true | |
| 3279 | o166.FormFactor = Enum.FormFactor.Custom | |
| 3280 | o166.Size = Vector3.new(33.4253273, 15.1417084, 20.0524254) | |
| 3281 | o166.CFrame = CFrame.new(74.2402267, 12.694746, -174.283279, 0.766045868, -4.85136184e-07, -0.642785907, -0.0560219921, 0.99619472, -0.0667654723, 0.640339911, 0.0871555656, 0.763130844) | |
| 3282 | o166.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3283 | o166.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3284 | o166.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3285 | o166.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3286 | o166.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3287 | o166.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3288 | o166.Color = Color3.new(0.239216, 0.0823529, 0.521569) | |
| 3289 | o166.Position = Vector3.new(74.2402267, 12.694746, -174.283279) | |
| 3290 | o166.Orientation = Vector3.new(3.82999992, -40.1100006, -3.22000003) | |
| 3291 | o166.Color = Color3.new(0.239216, 0.0823529, 0.521569) | |
| 3292 | o167.Parent = o6 | |
| 3293 | o167.Material = Enum.Material.Slate | |
| 3294 | o167.BrickColor = BrickColor.new("Dark indigo")
| |
| 3295 | o167.Position = Vector3.new(82.9901657, 18.7419376, -172.259308) | |
| 3296 | o167.Rotation = Vector3.new(5, -25, 0) | |
| 3297 | o167.Anchored = true | |
| 3298 | o167.FormFactor = Enum.FormFactor.Custom | |
| 3299 | o167.Size = Vector3.new(24.373558, 24.1934776, 16.3252277) | |
| 3300 | o167.CFrame = CFrame.new(82.9901657, 18.7419376, -172.259308, 0.906308234, 3.51131064e-07, -0.422617316, -0.036834009, 0.996194661, -0.0789901689, 0.421009094, 0.0871561319, 0.902859449) | |
| 3301 | o167.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3302 | o167.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3303 | o167.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3304 | o167.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3305 | o167.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3306 | o167.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3307 | o167.Color = Color3.new(0.239216, 0.0823529, 0.521569) | |
| 3308 | o167.Position = Vector3.new(82.9901657, 18.7419376, -172.259308) | |
| 3309 | o167.Orientation = Vector3.new(4.52999973, -25.0799999, -2.11999989) | |
| 3310 | o167.Color = Color3.new(0.239216, 0.0823529, 0.521569) | |
| 3311 | o168.Parent = o6 | |
| 3312 | o168.Material = Enum.Material.Slate | |
| 3313 | o168.BrickColor = BrickColor.new("Dark indigo")
| |
| 3314 | o168.Position = Vector3.new(89.5014572, 12.4312439, -168.661789) | |
| 3315 | o168.Rotation = Vector3.new(-5, -5, 0) | |
| 3316 | o168.Anchored = true | |
| 3317 | o168.FormFactor = Enum.FormFactor.Custom | |
| 3318 | o168.Size = Vector3.new(21.4577312, 14.1528568, 13.7263298) | |
| 3319 | o168.CFrame = CFrame.new(89.5014572, 12.4312439, -168.661789, 0.996194899, -3.85028045e-08, -0.0871536508, 0.00759599917, 0.996194661, 0.0868243352, 0.0868219957, -0.087155968, 0.992404103) | |
| 3320 | o168.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3321 | o168.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3322 | o168.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3323 | o168.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3324 | o168.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3325 | o168.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3326 | o168.Color = Color3.new(0.239216, 0.0823529, 0.521569) | |
| 3327 | o168.Position = Vector3.new(89.5014572, 12.4312439, -168.661789) | |
| 3328 | o168.Orientation = Vector3.new(-4.98000002, -5.01999998, 0.439999998) | |
| 3329 | o168.Color = Color3.new(0.239216, 0.0823529, 0.521569) | |
| 3330 | o169.Parent = o6 | |
| 3331 | o169.Material = Enum.Material.Neon | |
| 3332 | o169.BrickColor = BrickColor.new("Dark indigo")
| |
| 3333 | o169.Reflectance = 0.5 | |
| 3334 | o169.Position = Vector3.new(86.8722229, 18.8245087, -195.374771) | |
| 3335 | o169.Rotation = Vector3.new(180, 0.0199999996, -179.98999) | |
| 3336 | o169.Anchored = true | |
| 3337 | o169.CanCollide = false | |
| 3338 | o169.FormFactor = Enum.FormFactor.Custom | |
| 3339 | o169.Size = Vector3.new(19.0163288, 5.57812452, 35.4971581) | |
| 3340 | o169.CFrame = CFrame.new(86.8722229, 18.8245087, -195.374771, -0.999996185, 9.64477586e-05, 0.000293251273, 9.64320279e-05, 1, -5.20706562e-05, -0.000293252611, -5.20414578e-05, -1.00000739) | |
| 3341 | o169.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3342 | o169.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3343 | o169.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3344 | o169.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3345 | o169.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3346 | o169.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3347 | o169.Color = Color3.new(0.239216, 0.0823529, 0.521569) | |
| 3348 | o169.Position = Vector3.new(86.8722229, 18.8245087, -195.374771) | |
| 3349 | o169.Orientation = Vector3.new(0, 179.979996, 0.00999999978) | |
| 3350 | o169.Color = Color3.new(0.239216, 0.0823529, 0.521569) | |
| 3351 | o170.Parent = o6 | |
| 3352 | o170.Material = Enum.Material.Wood | |
| 3353 | o170.BrickColor = BrickColor.new("Cocoa")
| |
| 3354 | o170.Position = Vector3.new(92.5602951, 33.9349709, -197.922974) | |
| 3355 | o170.Rotation = Vector3.new(67.0599976, 28.6399994, -55.4300003) | |
| 3356 | o170.Anchored = true | |
| 3357 | o170.FormFactor = Enum.FormFactor.Custom | |
| 3358 | o170.Size = Vector3.new(1.77485764, 1.6480819, 1.77485764) | |
| 3359 | o170.CFrame = CFrame.new(92.5602951, 33.9349709, -197.922974, 0.497975945, 0.722710848, 0.479279667, -0.0705789924, 0.584623992, -0.808228552, -0.8643139, 0.368651301, 0.34213689) | |
| 3360 | o170.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3361 | o170.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3362 | o170.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3363 | o170.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3364 | o170.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3365 | o170.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3366 | o170.Color = Color3.new(0.247059, 0.192157, 0.160784) | |
| 3367 | o170.Position = Vector3.new(92.5602951, 33.9349709, -197.922974) | |
| 3368 | o170.Orientation = Vector3.new(53.9199982, 54.4799995, -6.87999964) | |
| 3369 | o170.Color = Color3.new(0.247059, 0.192157, 0.160784) | |
| 3370 | o171.Parent = o6 | |
| 3371 | o171.Material = Enum.Material.Slate | |
| 3372 | o171.BrickColor = BrickColor.new("Dark indigo")
| |
| 3373 | o171.Position = Vector3.new(64.5284729, 25.2811909, -192.789001) | |
| 3374 | o171.Rotation = Vector3.new(0, -75, 0) | |
| 3375 | o171.Anchored = true | |
| 3376 | o171.FormFactor = Enum.FormFactor.Custom | |
| 3377 | o171.Size = Vector3.new(16.4706802, 37.2719879, 14.7668123) | |
| 3378 | o171.CFrame = CFrame.new(64.5284729, 25.2811909, -192.789001, 0.258818954, 0, -0.965925813, 0, 1, 0, 0.965925813, 0, 0.258818954) | |
| 3379 | o171.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3380 | o171.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3381 | o171.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3382 | o171.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3383 | o171.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3384 | o171.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3385 | o171.Color = Color3.new(0.239216, 0.0823529, 0.521569) | |
| 3386 | o171.Position = Vector3.new(64.5284729, 25.2811909, -192.789001) | |
| 3387 | o171.Orientation = Vector3.new(0, -75, 0) | |
| 3388 | o171.Color = Color3.new(0.239216, 0.0823529, 0.521569) | |
| 3389 | o172.Parent = o6 | |
| 3390 | o172.Material = Enum.Material.Slate | |
| 3391 | o172.BrickColor = BrickColor.new("Dark indigo")
| |
| 3392 | o172.Position = Vector3.new(66.785675, 17.4107971, -210.490417) | |
| 3393 | o172.Rotation = Vector3.new(172.899994, -54.6899986, 171.330002) | |
| 3394 | o172.Anchored = true | |
| 3395 | o172.FormFactor = Enum.FormFactor.Custom | |
| 3396 | o172.Size = Vector3.new(33.4253273, 21.5311985, 20.0524254) | |
| 3397 | o172.CFrame = CFrame.new(66.785675, 17.4107971, -210.490417, -0.571393967, -0.0871561766, -0.816034734, -0.049990993, 0.996194661, -0.0713939816, 0.819151878, 3.02106173e-07, -0.573576689) | |
| 3398 | o172.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3399 | o172.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3400 | o172.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3401 | o172.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3402 | o172.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3403 | o172.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3404 | o172.Color = Color3.new(0.239216, 0.0823529, 0.521569) | |
| 3405 | o172.Position = Vector3.new(66.785675, 17.4107971, -210.490417) | |
| 3406 | o172.Orientation = Vector3.new(4.08999968, -125.099998, -2.86999989) | |
| 3407 | o172.Color = Color3.new(0.239216, 0.0823529, 0.521569) | |
| 3408 | o173.Parent = o6 | |
| 3409 | o173.Material = Enum.Material.Slate | |
| 3410 | o173.BrickColor = BrickColor.new("Dark indigo")
| |
| 3411 | o173.Position = Vector3.new(91.0575027, 22.6189079, -197.859161) | |
| 3412 | o173.Rotation = Vector3.new(0, -45, 0) | |
| 3413 | o173.Anchored = true | |
| 3414 | o173.FormFactor = Enum.FormFactor.Custom | |
| 3415 | o173.Size = Vector3.new(4.81747246, 5.07102251, 5.493608) | |
| 3416 | o173.CFrame = CFrame.new(91.0575027, 22.6189079, -197.859161, 0.707107365, 0, -0.707106352, 0, 1, 0, 0.707106352, 0, 0.707107365) | |
| 3417 | o173.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3418 | o173.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3419 | o173.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3420 | o173.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3421 | o173.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3422 | o173.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3423 | o173.Color = Color3.new(0.239216, 0.0823529, 0.521569) | |
| 3424 | o173.Position = Vector3.new(91.0575027, 22.6189079, -197.859161) | |
| 3425 | o173.Orientation = Vector3.new(0, -45, 0) | |
| 3426 | o173.Color = Color3.new(0.239216, 0.0823529, 0.521569) | |
| 3427 | o174.Parent = o6 | |
| 3428 | o174.Material = Enum.Material.Slate | |
| 3429 | o174.BrickColor = BrickColor.new("Dark indigo")
| |
| 3430 | o174.Position = Vector3.new(60.455471, 26.8658905, -196.160065) | |
| 3431 | o174.Rotation = Vector3.new(0, -75, 0) | |
| 3432 | o174.Anchored = true | |
| 3433 | o174.FormFactor = Enum.FormFactor.Custom | |
| 3434 | o174.Size = Vector3.new(7.84994221, 40.4413872, 8.64355183) | |
| 3435 | o174.CFrame = CFrame.new(60.455471, 26.8658905, -196.160065, 0.258818954, 0, -0.965925813, 0, 1, 0, 0.965925813, 0, 0.258818954) | |
| 3436 | o174.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3437 | o174.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3438 | o174.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3439 | o174.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3440 | o174.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3441 | o174.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3442 | o174.Color = Color3.new(0.239216, 0.0823529, 0.521569) | |
| 3443 | o174.Position = Vector3.new(60.455471, 26.8658905, -196.160065) | |
| 3444 | o174.Orientation = Vector3.new(0, -75, 0) | |
| 3445 | o174.Color = Color3.new(0.239216, 0.0823529, 0.521569) | |
| 3446 | o175.Parent = o6 | |
| 3447 | o175.Material = Enum.Material.Grass | |
| 3448 | o175.BrickColor = BrickColor.new("Royal purple")
| |
| 3449 | o175.Position = Vector3.new(95.8301926, 11.6030464, -208.626038) | |
| 3450 | o175.Rotation = Vector3.new(0, -75, -5) | |
| 3451 | o175.Anchored = true | |
| 3452 | o175.FormFactor = Enum.FormFactor.Custom | |
| 3453 | o175.Size = Vector3.new(17.74856, 10.3955946, 15.9737139) | |
| 3454 | o175.CFrame = CFrame.new(95.8301926, 11.6030464, -208.626038, 0.257834047, 0.022557104, -0.965925872, -0.0871560201, 0.996194661, -5.41637576e-07, 0.962250233, 0.0841863975, 0.258818895) | |
| 3455 | o175.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3456 | o175.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3457 | o175.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3458 | o175.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3459 | o175.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3460 | o175.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3461 | o175.Color = Color3.new(0.384314, 0.145098, 0.819608) | |
| 3462 | o175.Position = Vector3.new(95.8301926, 11.6030464, -208.626038) | |
| 3463 | o175.Orientation = Vector3.new(0, -75, -5) | |
| 3464 | o175.Color = Color3.new(0.384314, 0.145098, 0.819608) | |
| 3465 | o176.Parent = o6 | |
| 3466 | o176.Material = Enum.Material.Grass | |
| 3467 | o176.BrickColor = BrickColor.new("Royal purple")
| |
| 3468 | o176.Position = Vector3.new(75.3514633, 8.42004967, -198.126938) | |
| 3469 | o176.Rotation = Vector3.new(172.519989, 19.4099998, -170.389999) | |
| 3470 | o176.Anchored = true | |
| 3471 | o176.FormFactor = Enum.FormFactor.Custom | |
| 3472 | o176.Size = Vector3.new(25.1015415, 10.649147, 24.5944538) | |
| 3473 | o176.CFrame = CFrame.new(75.3514633, 8.42004967, -198.126938, -0.929956734, 0.157377824, 0.332283944, 0.122786969, 0.984807849, -0.122787617, -0.346559912, -0.0733870342, -0.93515265) | |
| 3474 | o176.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3475 | o176.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3476 | o176.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3477 | o176.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3478 | o176.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3479 | o176.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3480 | o176.Color = Color3.new(0.384314, 0.145098, 0.819608) | |
| 3481 | o176.Position = Vector3.new(75.3514633, 8.42004967, -198.126938) | |
| 3482 | o176.Orientation = Vector3.new(7.04999971, 160.440002, 7.10999966) | |
| 3483 | o176.Color = Color3.new(0.384314, 0.145098, 0.819608) | |
| 3484 | o177.Parent = o6 | |
| 3485 | o177.Material = Enum.Material.Grass | |
| 3486 | o177.BrickColor = BrickColor.new("Royal purple")
| |
| 3487 | o177.Position = Vector3.new(76.4224854, 10.7289734, -182.912552) | |
| 3488 | o177.Rotation = Vector3.new(159.580002, 63.1899986, -157.349991) | |
| 3489 | o177.Anchored = true | |
| 3490 | o177.FormFactor = Enum.FormFactor.Custom | |
| 3491 | o177.Size = Vector3.new(25.1015415, 15.2130651, 13.4382076) | |
| 3492 | o177.CFrame = CFrame.new(76.4224854, 10.7289734, -182.912552, -0.416197866, 0.173648819, 0.892538726, 0.0733869746, 0.984807611, -0.157379359, -0.906307697, -2.36338053e-07, -0.422618389) | |
| 3493 | o177.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3494 | o177.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3495 | o177.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3496 | o177.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3497 | o177.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3498 | o177.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3499 | o177.Color = Color3.new(0.384314, 0.145098, 0.819608) | |
| 3500 | o177.Position = Vector3.new(76.4224854, 10.7289734, -182.912552) | |
| 3501 | o177.Orientation = Vector3.new(9.05000019, 115.339996, 4.25999975) | |
| 3502 | o177.Color = Color3.new(0.384314, 0.145098, 0.819608) | |
| 3503 | o178.Parent = o6 | |
| 3504 | o178.Material = Enum.Material.Grass | |
| 3505 | o178.BrickColor = BrickColor.new("Royal purple")
| |
| 3506 | o178.Position = Vector3.new(80.9823151, 9.94906044, -215.17691) | |
| 3507 | o178.Rotation = Vector3.new(-168.48999, -29.5, -174.269989) | |
| 3508 | o178.Anchored = true | |
| 3509 | o178.FormFactor = Enum.FormFactor.Custom | |
| 3510 | o178.Size = Vector3.new(22.0589314, 11.6633501, 15.9737167) | |
| 3511 | o178.CFrame = CFrame.new(80.9823151, 9.94906044, -215.17691, -0.866025269, 0.0868241936, -0.492404044, 0, 0.98480773, 0.173648313, 0.500000179, 0.15038383, -0.852868378) | |
| 3512 | o178.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3513 | o178.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3514 | o178.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3515 | o178.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3516 | o178.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3517 | o178.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3518 | o178.Color = Color3.new(0.384314, 0.145098, 0.819608) | |
| 3519 | o178.Position = Vector3.new(80.9823151, 9.94906044, -215.17691) | |
| 3520 | o178.Orientation = Vector3.new(-10, -150, 0) | |
| 3521 | o178.Color = Color3.new(0.384314, 0.145098, 0.819608) | |
| 3522 | o179.Parent = o6 | |
| 3523 | o179.Material = Enum.Material.Grass | |
| 3524 | o179.BrickColor = BrickColor.new("Royal purple")
| |
| 3525 | o179.Position = Vector3.new(80.7364426, 11.7727985, -200.703262) | |
| 3526 | o179.Rotation = Vector3.new(-174.759995, -14.0799999, -169.349991) | |
| 3527 | o179.Anchored = true | |
| 3528 | o179.FormFactor = Enum.FormFactor.Custom | |
| 3529 | o179.Size = Vector3.new(18.5092182, 16.7343674, 26.1157551) | |
| 3530 | o179.CFrame = CFrame.new(80.7364426, 11.7727985, -200.703262, -0.953275025, 0.179207951, -0.24321045, 0.162171006, 0.982784092, 0.0885208398, 0.254887015, 0.0449430197, -0.965925872) | |
| 3531 | o179.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3532 | o179.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3533 | o179.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3534 | o179.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3535 | o179.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3536 | o179.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3537 | o179.Color = Color3.new(0.384314, 0.145098, 0.819608) | |
| 3538 | o179.Position = Vector3.new(80.7364426, 11.7727985, -200.703262) | |
| 3539 | o179.Orientation = Vector3.new(-5.07999992, -165.869995, 9.36999989) | |
| 3540 | o179.Color = Color3.new(0.384314, 0.145098, 0.819608) | |
| 3541 | o180.Parent = o6 | |
| 3542 | o180.Material = Enum.Material.Slate | |
| 3543 | o180.BrickColor = BrickColor.new("Dark indigo")
| |
| 3544 | o180.Position = Vector3.new(91.0575027, 21.1821213, -197.859161) | |
| 3545 | o180.Rotation = Vector3.new(0, -75, 0) | |
| 3546 | o180.Anchored = true | |
| 3547 | o180.FormFactor = Enum.FormFactor.Custom | |
| 3548 | o180.Size = Vector3.new(6.97265673, 4.22585297, 7.39524126) | |
| 3549 | o180.CFrame = CFrame.new(91.0575027, 21.1821213, -197.859161, 0.258818954, 0, -0.965925813, 0, 1, 0, 0.965925813, 0, 0.258818954) | |
| 3550 | o180.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3551 | o180.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3552 | o180.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3553 | o180.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3554 | o180.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3555 | o180.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3556 | o180.Color = Color3.new(0.239216, 0.0823529, 0.521569) | |
| 3557 | o180.Position = Vector3.new(91.0575027, 21.1821213, -197.859161) | |
| 3558 | o180.Orientation = Vector3.new(0, -75, 0) | |
| 3559 | o180.Color = Color3.new(0.239216, 0.0823529, 0.521569) | |
| 3560 | o181.Parent = o6 | |
| 3561 | o181.Material = Enum.Material.Fabric | |
| 3562 | o181.BrickColor = BrickColor.new("Dark indigo")
| |
| 3563 | o181.Position = Vector3.new(95.0107117, 12.0461807, -221.45668) | |
| 3564 | o181.Rotation = Vector3.new(-90, -85, -80) | |
| 3565 | o181.Anchored = true | |
| 3566 | o181.FormFactor = Enum.FormFactor.Custom | |
| 3567 | o181.Size = Vector3.new(12.1704397, 10.142045, 19.0163269) | |
| 3568 | o181.CFrame = CFrame.new(95.0107117, 12.0461807, -221.45668, 0.0151339974, 0.0858320296, -0.996194661, 0.172986969, 0.981060326, 0.087156035, 0.984807849, -0.173647717, -4.57864189e-07) | |
| 3569 | o181.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3570 | o181.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3571 | o181.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3572 | o181.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3573 | o181.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3574 | o181.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3575 | o181.Color = Color3.new(0.243137, 0.0784314, 0.552941) | |
| 3576 | o181.Position = Vector3.new(95.0107117, 12.0461807, -221.45668) | |
| 3577 | o181.Orientation = Vector3.new(-5, -90, 10) | |
| 3578 | o181.Color = Color3.new(0.243137, 0.0784314, 0.552941) | |
| 3579 | o182.Parent = o6 | |
| 3580 | o182.Material = Enum.Material.Grass | |
| 3581 | o182.BrickColor = BrickColor.new("Medium lilac")
| |
| 3582 | o182.Position = Vector3.new(94.9933548, 11.8488026, -172.884369) | |
| 3583 | o182.Rotation = Vector3.new(-90, -85, -100) | |
| 3584 | o182.Anchored = true | |
| 3585 | o182.FormFactor = Enum.FormFactor.Custom | |
| 3586 | o182.Size = Vector3.new(14.452405, 10.142045, 19.0163269) | |
| 3587 | o182.CFrame = CFrame.new(94.9933548, 11.8488026, -172.884369, -0.0151339974, 0.0858320296, -0.996194661, -0.172986969, 0.981060326, 0.087156035, 0.984807849, 0.173647717, 4.57864189e-07) | |
| 3588 | o182.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3589 | o182.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3590 | o182.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3591 | o182.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3592 | o182.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3593 | o182.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3594 | o182.Color = Color3.new(0.203922, 0.0862745, 0.423529) | |
| 3595 | o182.Position = Vector3.new(94.9933548, 11.8488026, -172.884369) | |
| 3596 | o182.Orientation = Vector3.new(-5, -90, -10) | |
| 3597 | o182.Color = Color3.new(0.203922, 0.0862745, 0.423529) | |
| 3598 | o183.Parent = o6 | |
| 3599 | o183.Material = Enum.Material.Grass | |
| 3600 | o183.BrickColor = BrickColor.new("Royal purple")
| |
| 3601 | o183.Position = Vector3.new(97.5595703, 13.136919, -185.068329) | |
| 3602 | o183.Rotation = Vector3.new(-146.48999, -71.9899979, -141.48999) | |
| 3603 | o183.Anchored = true | |
| 3604 | o183.FormFactor = Enum.FormFactor.Custom | |
| 3605 | o183.Size = Vector3.new(24.8479919, 19.2698822, 10.6491413) | |
| 3606 | o183.CFrame = CFrame.new(97.5595703, 13.136919, -185.068329, -0.241977036, 0.19251208, -0.950992227, 0.108326018, 0.979352117, 0.170689806, 0.964216113, -0.0617141835, -0.257834762) | |
| 3607 | o183.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3608 | o183.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3609 | o183.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3610 | o183.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3611 | o183.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3612 | o183.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3613 | o183.Color = Color3.new(0.458824, 0.164706, 1) | |
| 3614 | o183.Position = Vector3.new(97.5595703, 13.136919, -185.068329) | |
| 3615 | o183.Orientation = Vector3.new(-9.82999992, -105.169998, 6.30999994) | |
| 3616 | o183.Color = Color3.new(0.458824, 0.164706, 1) | |
| 3617 | o184.Parent = o6 | |
| 3618 | o184.Material = Enum.Material.Fabric | |
| 3619 | o184.BrickColor = BrickColor.new("Royal purple")
| |
| 3620 | o184.Position = Vector3.new(98.1027756, 15.2228966, -211.410278) | |
| 3621 | o184.Rotation = Vector3.new(0, -75, -5) | |
| 3622 | o184.Anchored = true | |
| 3623 | o184.FormFactor = Enum.FormFactor.Custom | |
| 3624 | o184.Size = Vector3.new(12.9310913, 17.2414703, 10.1420441) | |
| 3625 | o184.CFrame = CFrame.new(98.1027756, 15.2228966, -211.410278, 0.257834047, 0.022557104, -0.965925872, -0.0871560201, 0.996194661, -5.41637576e-07, 0.962250233, 0.0841863975, 0.258818895) | |
| 3626 | o184.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3627 | o184.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3628 | o184.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3629 | o184.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3630 | o184.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3631 | o184.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3632 | o184.Color = Color3.new(0.309804, 0.0823529, 0.737255) | |
| 3633 | o184.Position = Vector3.new(98.1027756, 15.2228966, -211.410278) | |
| 3634 | o184.Orientation = Vector3.new(0, -75, -5) | |
| 3635 | o184.Color = Color3.new(0.309804, 0.0823529, 0.737255) | |
| 3636 | o185.Parent = o6 | |
| 3637 | o185.Material = Enum.Material.Grass | |
| 3638 | o185.BrickColor = BrickColor.new("Royal purple")
| |
| 3639 | o185.Position = Vector3.new(99.8049316, 13.4910717, -212.94545) | |
| 3640 | o185.Rotation = Vector3.new(39.5599976, -75.8899994, 45.4399986) | |
| 3641 | o185.Anchored = true | |
| 3642 | o185.FormFactor = Enum.FormFactor.Custom | |
| 3643 | o185.Size = Vector3.new(14.452405, 13.6917572, 16.4808197) | |
| 3644 | o185.CFrame = CFrame.new(99.8049316, 13.4910717, -212.94545, 0.171010062, -0.173648074, -0.969846308, 0.115870044, 0.981060386, -0.155224875, 0.978432357, -0.0858311132, 0.187891766) | |
| 3645 | o185.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3646 | o185.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3647 | o185.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3648 | o185.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3649 | o185.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3650 | o185.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3651 | o185.Color = Color3.new(0.384314, 0.145098, 0.819608) | |
| 3652 | o185.Position = Vector3.new(99.8049316, 13.4910717, -212.94545) | |
| 3653 | o185.Orientation = Vector3.new(8.92999935, -79.0400009, 6.73999977) | |
| 3654 | o185.Color = Color3.new(0.384314, 0.145098, 0.819608) | |
| 3655 | o186.Parent = o6 | |
| 3656 | o186.Material = Enum.Material.Fabric | |
| 3657 | o186.BrickColor = BrickColor.new("Dark indigo")
| |
| 3658 | o186.Position = Vector3.new(99.8049316, 13.4910717, -182.519318) | |
| 3659 | o186.Rotation = Vector3.new(140.440002, -75.8899994, 134.559998) | |
| 3660 | o186.Anchored = true | |
| 3661 | o186.FormFactor = Enum.FormFactor.Custom | |
| 3662 | o186.Size = Vector3.new(14.452405, 13.6917572, 16.4808197) | |
| 3663 | o186.CFrame = CFrame.new(99.8049316, 13.4910717, -182.519318, -0.171010062, -0.173648074, -0.969846308, -0.115870044, 0.981060386, -0.155224875, 0.978432357, 0.0858311132, -0.187891766) | |
| 3664 | o186.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3665 | o186.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3666 | o186.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3667 | o186.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3668 | o186.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3669 | o186.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3670 | o186.Color = Color3.new(0.243137, 0.0784314, 0.552941) | |
| 3671 | o186.Position = Vector3.new(99.8049316, 13.4910717, -182.519318) | |
| 3672 | o186.Orientation = Vector3.new(8.92999935, -100.959999, -6.73999977) | |
| 3673 | o186.Color = Color3.new(0.243137, 0.0784314, 0.552941) | |
| 3674 | o187.Parent = o6 | |
| 3675 | o187.Material = Enum.Material.Fabric | |
| 3676 | o187.BrickColor = BrickColor.new("Royal purple")
| |
| 3677 | o187.Position = Vector3.new(103.847931, 11.1171894, -203.245575) | |
| 3678 | o187.Rotation = Vector3.new(178.48999, 39.3999977, -160.599991) | |
| 3679 | o187.Anchored = true | |
| 3680 | o187.FormFactor = Enum.FormFactor.Custom | |
| 3681 | o187.Size = Vector3.new(9.88848877, 8.62073803, 15.9737177) | |
| 3682 | o187.CFrame = CFrame.new(103.847931, 11.1171894, -203.245575, -0.728858054, 0.256627887, 0.634750366, 0.316241026, 0.948460937, -0.020333495, -0.607254088, 0.185913891, -0.772449672) | |
| 3683 | o187.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3684 | o187.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3685 | o187.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3686 | o187.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3687 | o187.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3688 | o187.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3689 | o187.Color = Color3.new(0.384314, 0.145098, 0.819608) | |
| 3690 | o187.Position = Vector3.new(103.847931, 11.1171894, -203.245575) | |
| 3691 | o187.Orientation = Vector3.new(1.16999996, 140.589996, 18.4400005) | |
| 3692 | o187.Color = Color3.new(0.384314, 0.145098, 0.819608) | |
| 3693 | o188.Parent = o6 | |
| 3694 | o188.Material = Enum.Material.Grass | |
| 3695 | o188.BrickColor = BrickColor.new("Royal purple")
| |
| 3696 | o188.Position = Vector3.new(113.725418, 9.4342556, -177.169891) | |
| 3697 | o188.Rotation = Vector3.new(-153.259995, -58.5200005, -160.569992) | |
| 3698 | o188.Anchored = true | |
| 3699 | o188.FormFactor = Enum.FormFactor.Custom | |
| 3700 | o188.Size = Vector3.new(10.9026928, 4.56392097, 11.4097958) | |
| 3701 | o188.CFrame = CFrame.new(113.725418, 9.4342556, -177.169891, -0.492404908, 0.173648283, -0.852867901, -0.0648779869, 0.969846427, 0.234923109, 0.867944837, 0.17100966, -0.466291159) | |
| 3702 | o188.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3703 | o188.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3704 | o188.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3705 | o188.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3706 | o188.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3707 | o188.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3708 | o188.Color = Color3.new(0.384314, 0.145098, 0.819608) | |
| 3709 | o188.Position = Vector3.new(113.725418, 9.4342556, -177.169891) | |
| 3710 | o188.Orientation = Vector3.new(-13.5900002, -118.669998, -3.82999992) | |
| 3711 | o188.Color = Color3.new(0.384314, 0.145098, 0.819608) | |
| 3712 | o189.Parent = o6 | |
| 3713 | o189.Material = Enum.Material.Grass | |
| 3714 | o189.BrickColor = BrickColor.new("Royal purple")
| |
| 3715 | o189.Position = Vector3.new(109.156387, 10.6899128, -216.125092) | |
| 3716 | o189.Rotation = Vector3.new(-171.309998, -69.8199997, -165.419998) | |
| 3717 | o189.Anchored = true | |
| 3718 | o189.FormFactor = Enum.FormFactor.Custom | |
| 3719 | o189.Size = Vector3.new(14.452405, 8.11363697, 15.9737177) | |
| 3720 | o189.CFrame = CFrame.new(109.156387, 10.6899128, -216.125092, -0.333828121, 0.0868230909, -0.938626945, 0.111508034, 0.992394865, 0.0521381423, 0.936015368, -0.0872592703, -0.340970814) | |
| 3721 | o189.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3722 | o189.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3723 | o189.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3724 | o189.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3725 | o189.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3726 | o189.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3727 | o189.Color = Color3.new(0.458824, 0.164706, 1) | |
| 3728 | o189.Position = Vector3.new(109.156387, 10.6899128, -216.125092) | |
| 3729 | o189.Orientation = Vector3.new(-2.99000001, -109.959999, 6.40999985) | |
| 3730 | o189.Color = Color3.new(0.458824, 0.164706, 1) | |
| 3731 | o190.Parent = o6 | |
| 3732 | o190.Material = Enum.Material.Grass | |
| 3733 | o190.BrickColor = BrickColor.new("Royal purple")
| |
| 3734 | o190.Position = Vector3.new(109.156113, 10.6900234, -179.171417) | |
| 3735 | o190.Rotation = Vector3.new(-8.72999954, -69.8499985, -14.5999994) | |
| 3736 | o190.Anchored = true | |
| 3737 | o190.FormFactor = Enum.FormFactor.Custom | |
| 3738 | o190.Size = Vector3.new(14.452405, 8.11363697, 15.9737177) | |
| 3739 | o190.CFrame = CFrame.new(109.156113, 10.6900234, -179.171417, 0.333333969, 0.0868247598, -0.938802481, -0.111284994, 0.992412984, 0.0522697344, 0.936217964, 0.0870513394, 0.340467274) | |
| 3740 | o190.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3741 | o190.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3742 | o190.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3743 | o190.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3744 | o190.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3745 | o190.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3746 | o190.Color = Color3.new(0.458824, 0.164706, 1) | |
| 3747 | o190.Position = Vector3.new(109.156113, 10.6900234, -179.171417) | |
| 3748 | o190.Orientation = Vector3.new(-3, -70.0699997, -6.39999962) | |
| 3749 | o190.Color = Color3.new(0.458824, 0.164706, 1) | |
| 3750 | o191.Parent = o6 | |
| 3751 | o191.Material = Enum.Material.Grass | |
| 3752 | o191.BrickColor = BrickColor.new("Royal purple")
| |
| 3753 | o191.Position = Vector3.new(117.68824, 8.25331497, -210.116714) | |
| 3754 | o191.Rotation = Vector3.new(-170.149994, -44.1199989, -165.98999) | |
| 3755 | o191.Anchored = true | |
| 3756 | o191.FormFactor = Enum.FormFactor.Custom | |
| 3757 | o191.Size = Vector3.new(9.9118042, 4.56405592, 12.6778936) | |
| 3758 | o191.CFrame = CFrame.new(117.68824, 8.25331497, -210.116714, -0.696537018, 0.17373687, -0.696169317, 0.122918002, 0.984792113, 0.122783005, 0.706914008, -4.88412661e-05, -0.707299531) | |
| 3759 | o191.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3760 | o191.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3761 | o191.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3762 | o191.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3763 | o191.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3764 | o191.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3765 | o191.Color = Color3.new(0.309804, 0.121569, 0.666667) | |
| 3766 | o191.Position = Vector3.new(117.68824, 8.25331497, -210.116714) | |
| 3767 | o191.Orientation = Vector3.new(-7.04999971, -135.449997, 7.10999966) | |
| 3768 | o191.Color = Color3.new(0.309804, 0.121569, 0.666667) | |
| 3769 | o192.Parent = o6 | |
| 3770 | o192.Material = Enum.Material.Grass | |
| 3771 | o192.BrickColor = BrickColor.new("Royal purple")
| |
| 3772 | o192.Position = Vector3.new(103.053864, 11.9178143, -192.407837) | |
| 3773 | o192.Rotation = Vector3.new(-177.339996, -14.7699995, -169.649994) | |
| 3774 | o192.Anchored = true | |
| 3775 | o192.FormFactor = Enum.FormFactor.Custom | |
| 3776 | o192.Size = Vector3.new(9.88848877, 10.142045, 15.9737177) | |
| 3777 | o192.CFrame = CFrame.new(103.053864, 11.9178143, -192.407837, -0.951251566, 0.173647806, -0.254885852, 0.167730927, 0.984807789, 0.0449431948, 0.258817881, 4.24235473e-08, -0.96592617) | |
| 3778 | o192.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3779 | o192.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3780 | o192.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3781 | o192.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3782 | o192.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3783 | o192.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3784 | o192.Color = Color3.new(0.384314, 0.145098, 0.819608) | |
| 3785 | o192.Position = Vector3.new(103.053864, 11.9178143, -192.407837) | |
| 3786 | o192.Orientation = Vector3.new(-2.57999992, -165.220001, 9.67000008) | |
| 3787 | o192.Color = Color3.new(0.384314, 0.145098, 0.819608) | |
| 3788 | o193.Parent = o6 | |
| 3789 | o193.Material = Enum.Material.Slate | |
| 3790 | o193.BrickColor = BrickColor.new("Dark indigo")
| |
| 3791 | o193.Position = Vector3.new(113.365891, 7.28860092, -197.657333) | |
| 3792 | o193.Rotation = Vector3.new(180, 0.0199999996, -179.98999) | |
| 3793 | o193.Anchored = true | |
| 3794 | o193.FormFactor = Enum.FormFactor.Custom | |
| 3795 | o193.Size = Vector3.new(15.2130661, 1.26775551, 15.2130661) | |
| 3796 | o193.CFrame = CFrame.new(113.365891, 7.28860092, -197.657333, -0.999996185, 9.64477586e-05, 0.000293251273, 9.64320279e-05, 1, -5.20706562e-05, -0.000293252611, -5.20414578e-05, -1.00000739) | |
| 3797 | o193.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3798 | o193.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3799 | o193.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3800 | o193.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3801 | o193.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3802 | o193.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3803 | o193.Color = Color3.new(0.239216, 0.0823529, 0.521569) | |
| 3804 | o193.Position = Vector3.new(113.365891, 7.28860092, -197.657333) | |
| 3805 | o193.Orientation = Vector3.new(0, 179.979996, 0.00999999978) | |
| 3806 | o193.Color = Color3.new(0.239216, 0.0823529, 0.521569) | |
| 3807 | o194.Parent = o6 | |
| 3808 | o194.Material = Enum.Material.Fabric | |
| 3809 | o194.BrickColor = BrickColor.new("Dark indigo")
| |
| 3810 | o194.Position = Vector3.new(117.688278, 8.25330734, -185.221924) | |
| 3811 | o194.Rotation = Vector3.new(-9.85999966, -44.1499977, -14) | |
| 3812 | o194.Anchored = true | |
| 3813 | o194.FormFactor = Enum.FormFactor.Custom | |
| 3814 | o194.Size = Vector3.new(9.9118042, 4.56405592, 12.6778936) | |
| 3815 | o194.CFrame = CFrame.new(117.688278, 8.25330734, -185.221924, 0.696191967, 0.1735982, -0.696548939, -0.122657984, 0.984816551, 0.122846894, 0.707298934, -8.77310958e-05, 0.706914604) | |
| 3816 | o194.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3817 | o194.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3818 | o194.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3819 | o194.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3820 | o194.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3821 | o194.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3822 | o194.Color = Color3.new(0.243137, 0.0784314, 0.552941) | |
| 3823 | o194.Position = Vector3.new(117.688278, 8.25330734, -185.221924) | |
| 3824 | o194.Orientation = Vector3.new(-7.05999994, -44.579998, -7.0999999) | |
| 3825 | o194.Color = Color3.new(0.243137, 0.0784314, 0.552941) | |
| 3826 | o195.Parent = o6 | |
| 3827 | o195.Material = Enum.Material.Grass | |
| 3828 | o195.BrickColor = BrickColor.new("Royal purple")
| |
| 3829 | o195.Position = Vector3.new(110.28434, 8.71788025, -184.979187) | |
| 3830 | o195.Rotation = Vector3.new(-5.00999975, -85.0199966, 0) | |
| 3831 | o195.Anchored = true | |
| 3832 | o195.FormFactor = Enum.FormFactor.Custom | |
| 3833 | o195.Size = Vector3.new(11.4097948, 7.09943199, 15.9737177) | |
| 3834 | o195.CFrame = CFrame.new(110.28434, 8.71788025, -184.979187, 0.0868849903, 4.53140592e-09, -0.996218324, 0.0869239941, 0.996186137, 0.00758106261, 0.992418885, -0.087253958, 0.0865536034) | |
| 3835 | o195.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3836 | o195.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3837 | o195.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3838 | o195.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3839 | o195.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3840 | o195.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3841 | o195.Color = Color3.new(0.309804, 0.121569, 0.666667) | |
| 3842 | o195.Position = Vector3.new(110.28434, 8.71788025, -184.979187) | |
| 3843 | o195.Orientation = Vector3.new(-0.429999977, -85.0299988, 4.98999977) | |
| 3844 | o195.Color = Color3.new(0.309804, 0.121569, 0.666667) | |
| 3845 | o196.Parent = o6 | |
| 3846 | o196.Material = Enum.Material.Slate | |
| 3847 | o196.BrickColor = BrickColor.new("Dark indigo")
| |
| 3848 | o196.Position = Vector3.new(121.479591, 7.54135132, -197.654968) | |
| 3849 | o196.Rotation = Vector3.new(0, -0.0199999996, -0.00999999978) | |
| 3850 | o196.Anchored = true | |
| 3851 | o196.FormFactor = Enum.FormFactor.Custom | |
| 3852 | o196.Size = Vector3.new(1.77485764, 1.77485788, 12.6775551) | |
| 3853 | o196.CFrame = CFrame.new(121.479591, 7.54135132, -197.654968, 0.999996185, 9.64477513e-05, -0.000293340679, -9.64320134e-05, 1, 5.20706599e-05, 0.000293342018, -5.20414578e-05, 1.00000739) | |
| 3854 | o196.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3855 | o196.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3856 | o196.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3857 | o196.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3858 | o196.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3859 | o196.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3860 | o196.Color = Color3.new(0.239216, 0.0823529, 0.521569) | |
| 3861 | o196.Position = Vector3.new(121.479591, 7.54135132, -197.654968) | |
| 3862 | o196.Orientation = Vector3.new(0, -0.0199999996, -0.00999999978) | |
| 3863 | o196.Color = Color3.new(0.239216, 0.0823529, 0.521569) | |
| 3864 | o197.Parent = o6 | |
| 3865 | o197.Material = Enum.Material.Slate | |
| 3866 | o197.BrickColor = BrickColor.new("Dark indigo")
| |
| 3867 | o197.Position = Vector3.new(120.719124, 8.17530823, -197.655197) | |
| 3868 | o197.Rotation = Vector3.new(180, 0.0199999996, -179.98999) | |
| 3869 | o197.Anchored = true | |
| 3870 | o197.CanCollide = false | |
| 3871 | o197.FormFactor = Enum.FormFactor.Custom | |
| 3872 | o197.Size = Vector3.new(0.507102191, 3.04261327, 15.2130661) | |
| 3873 | o197.CFrame = CFrame.new(120.719124, 8.17530823, -197.655197, -0.999996185, 9.64477586e-05, 0.000293251273, 9.64320279e-05, 1, -5.20706562e-05, -0.000293252611, -5.20414578e-05, -1.00000739) | |
| 3874 | o197.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3875 | o197.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3876 | o197.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3877 | o197.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3878 | o197.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3879 | o197.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3880 | o197.Color = Color3.new(0.239216, 0.0823529, 0.521569) | |
| 3881 | o197.Position = Vector3.new(120.719124, 8.17530823, -197.655197) | |
| 3882 | o197.Orientation = Vector3.new(0, 179.979996, 0.00999999978) | |
| 3883 | o197.Color = Color3.new(0.239216, 0.0823529, 0.521569) | |
| 3884 | o198.Parent = o6 | |
| 3885 | o198.Material = Enum.Material.Fabric | |
| 3886 | o198.BrickColor = BrickColor.new("Royal purple")
| |
| 3887 | o198.Position = Vector3.new(107.067596, 7.76239586, -174.141907) | |
| 3888 | o198.Rotation = Vector3.new(-170.12999, -60.4399986, 179.959991) | |
| 3889 | o198.Anchored = true | |
| 3890 | o198.FormFactor = Enum.FormFactor.Custom | |
| 3891 | o198.Size = Vector3.new(13.945303, 4.56392097, 14.4524059) | |
| 3892 | o198.CFrame = CFrame.new(107.067596, 7.76239586, -174.141907, -0.493408829, -0.000329639821, -0.869797468, -0.149777934, 0.985094368, 0.0845909938, 0.856804729, 0.172014415, -0.486103624) | |
| 3893 | o198.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3894 | o198.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3895 | o198.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3896 | o198.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3897 | o198.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3898 | o198.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3899 | o198.Color = Color3.new(0.309804, 0.0823529, 0.737255) | |
| 3900 | o198.Position = Vector3.new(107.067596, 7.76239586, -174.141907) | |
| 3901 | o198.Orientation = Vector3.new(-4.8499999, -119.199997, -8.64999962) | |
| 3902 | o198.Color = Color3.new(0.309804, 0.0823529, 0.737255) | |
| 3903 | o199.Parent = o6 | |
| 3904 | o199.Material = Enum.Material.Fabric | |
| 3905 | o199.BrickColor = BrickColor.new("Royal purple")
| |
| 3906 | o199.Position = Vector3.new(113.725418, 9.4342556, -218.245117) | |
| 3907 | o199.Rotation = Vector3.new(-26.7399998, -58.5200005, -19.4300003) | |
| 3908 | o199.Anchored = true | |
| 3909 | o199.FormFactor = Enum.FormFactor.Custom | |
| 3910 | o199.Size = Vector3.new(10.9026928, 4.56392097, 11.4097958) | |
| 3911 | o199.CFrame = CFrame.new(113.725418, 9.4342556, -218.245117, 0.492404908, 0.173648283, -0.852867901, 0.0648779869, 0.969846427, 0.234923109, 0.867944837, -0.17100966, 0.466291159) | |
| 3912 | o199.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3913 | o199.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3914 | o199.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3915 | o199.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3916 | o199.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3917 | o199.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3918 | o199.Color = Color3.new(0.384314, 0.145098, 0.819608) | |
| 3919 | o199.Position = Vector3.new(113.725418, 9.4342556, -218.245117) | |
| 3920 | o199.Orientation = Vector3.new(-13.5900002, -61.329998, 3.82999992) | |
| 3921 | o199.Color = Color3.new(0.384314, 0.145098, 0.819608) | |
| 3922 | o200.Parent = o6 | |
| 3923 | o200.Material = Enum.Material.Fabric | |
| 3924 | o200.BrickColor = BrickColor.new("Dark indigo")
| |
| 3925 | o200.Position = Vector3.new(107.067596, 7.76239586, -221.302353) | |
| 3926 | o200.Rotation = Vector3.new(-9.88000011, -59.5599976, 0.179999992) | |
| 3927 | o200.Anchored = true | |
| 3928 | o200.FormFactor = Enum.FormFactor.Custom | |
| 3929 | o200.Size = Vector3.new(13.945303, 4.56392097, 14.4524059) | |
| 3930 | o200.CFrame = CFrame.new(107.067596, 7.76239586, -221.302353, 0.506559849, -0.00160024886, -0.8622033, 0.150980949, 0.984711766, 0.0868763849, 0.848882735, -0.174184382, 0.499057025) | |
| 3931 | o200.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3932 | o200.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3933 | o200.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3934 | o200.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3935 | o200.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3936 | o200.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3937 | o200.Color = Color3.new(0.239216, 0.0823529, 0.521569) | |
| 3938 | o200.Position = Vector3.new(107.067596, 7.76239586, -221.302353) | |
| 3939 | o200.Orientation = Vector3.new(-4.98000002, -59.9399986, 8.72000027) | |
| 3940 | o200.Color = Color3.new(0.239216, 0.0823529, 0.521569) | |
| 3941 | o201.Parent = o6 | |
| 3942 | o201.Material = Enum.Material.Grass | |
| 3943 | o201.BrickColor = BrickColor.new("Magenta")
| |
| 3944 | o201.Transparency = 0.5 | |
| 3945 | o201.Position = Vector3.new(76.8731308, 20.9790344, -164.808472) | |
| 3946 | o201.Rotation = Vector3.new(0, -80, 0) | |
| 3947 | o201.Anchored = true | |
| 3948 | o201.Size = Vector3.new(6.33877754, 6.33877754, 6.33877754) | |
| 3949 | o201.CFrame = CFrame.new(76.8731308, 20.9790344, -164.808472, 0.173647955, 0, -0.984807789, 0, 1, 0, 0.984807789, 0, 0.173647955) | |
| 3950 | o201.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3951 | o201.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3952 | o201.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3953 | o201.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3954 | o201.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3955 | o201.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3956 | o201.Color = Color3.new(0.666667, 0, 0.666667) | |
| 3957 | o201.Position = Vector3.new(76.8731308, 20.9790344, -164.808472) | |
| 3958 | o201.Orientation = Vector3.new(0, -80, 0) | |
| 3959 | o201.Color = Color3.new(0.666667, 0, 0.666667) | |
| 3960 | o202.Parent = o6 | |
| 3961 | o202.Material = Enum.Material.Grass | |
| 3962 | o202.BrickColor = BrickColor.new("Pink")
| |
| 3963 | o202.Transparency = 0.5 | |
| 3964 | o202.Position = Vector3.new(81.5366287, 22.1200104, -165.373322) | |
| 3965 | o202.Rotation = Vector3.new(-180, -75, -180) | |
| 3966 | o202.Anchored = true | |
| 3967 | o202.Size = Vector3.new(7.60653305, 7.60653305, 7.60653305) | |
| 3968 | o202.CFrame = CFrame.new(81.5366287, 22.1200104, -165.373322, -0.258818954, 0, -0.965925813, 0, 1, 0, 0.965925813, 0, -0.258818954) | |
| 3969 | o202.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3970 | o202.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3971 | o202.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3972 | o202.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3973 | o202.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3974 | o202.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3975 | o202.Color = Color3.new(1, 0.4, 0.8) | |
| 3976 | o202.Position = Vector3.new(81.5366287, 22.1200104, -165.373322) | |
| 3977 | o202.Orientation = Vector3.new(0, -105, 0) | |
| 3978 | o202.Color = Color3.new(1, 0.4, 0.8) | |
| 3979 | o203.Parent = o6 | |
| 3980 | o203.Material = Enum.Material.Grass | |
| 3981 | o203.BrickColor = BrickColor.new("Plum")
| |
| 3982 | o203.Transparency = 0.5 | |
| 3983 | o203.Position = Vector3.new(81.3509598, 20.4719315, -164.680634) | |
| 3984 | o203.Rotation = Vector3.new(0, -60, 0) | |
| 3985 | o203.Anchored = true | |
| 3986 | o203.Size = Vector3.new(8.62073612, 4.31036901, 8.62073708) | |
| 3987 | o203.CFrame = CFrame.new(81.3509598, 20.4719315, -164.680634, 0.499998987, 0, -0.866025984, 0, 1, 0, 0.866025984, 0, 0.499998987) | |
| 3988 | o203.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3989 | o203.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3990 | o203.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3991 | o203.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3992 | o203.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3993 | o203.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3994 | o203.Color = Color3.new(0.482353, 0.184314, 0.482353) | |
| 3995 | o203.Position = Vector3.new(81.3509598, 20.4719315, -164.680634) | |
| 3996 | o203.Orientation = Vector3.new(0, -60, 0) | |
| 3997 | o203.Color = Color3.new(0.482353, 0.184314, 0.482353) | |
| 3998 | o204.Parent = o6 | |
| 3999 | o204.Material = Enum.Material.Grass | |
| 4000 | o204.BrickColor = BrickColor.new("Plum")
| |
| 4001 | o204.Transparency = 0.5 | |
| 4002 | o204.Position = Vector3.new(71.8036041, 20.4719334, -224.939758) | |
| 4003 | o204.Rotation = Vector3.new(0, 20, 0) | |
| 4004 | o204.Anchored = true | |
| 4005 | o204.Size = Vector3.new(8.62073612, 4.31036901, 8.62073708) | |
| 4006 | o204.CFrame = CFrame.new(71.8036041, 20.4719334, -224.939758, 0.939687371, 0, 0.342018127, 0, 1, 0, -0.342018127, 0, 0.939687371) | |
| 4007 | o204.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4008 | o204.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4009 | o204.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4010 | o204.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4011 | o204.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4012 | o204.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4013 | o204.Color = Color3.new(0.482353, 0.184314, 0.482353) | |
| 4014 | o204.Position = Vector3.new(71.8036041, 20.4719334, -224.939758) | |
| 4015 | o204.Orientation = Vector3.new(0, 20, 0) | |
| 4016 | o204.Color = Color3.new(0.482353, 0.184314, 0.482353) | |
| 4017 | o205.Parent = o6 | |
| 4018 | o205.Material = Enum.Material.Neon | |
| 4019 | o205.BrickColor = BrickColor.new("Dark blue")
| |
| 4020 | o205.Position = Vector3.new(118.770424, 15.6946697, -185.937057) | |
| 4021 | o205.Rotation = Vector3.new(-176.199997, -18.6900005, 102.329994) | |
| 4022 | o205.Anchored = true | |
| 4023 | o205.Shape = Enum.PartType.Cylinder | |
| 4024 | o205.Size = Vector3.new(7.68720961, 10.0267963, 5.34762335) | |
| 4025 | o205.CFrame = CFrame.new(118.770424, 15.6946697, -185.937057, -0.202342913, -0.925416768, -0.320407838, -0.979308605, 0.192363426, 0.0628568158, 0.00346599868, 0.32649684, -0.945191979) | |
| 4026 | o205.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4027 | o205.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4028 | o205.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4029 | o205.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4030 | o205.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4031 | o205.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4032 | o205.Color = Color3.new(0, 0.0627451, 0.690196) | |
| 4033 | o205.Position = Vector3.new(118.770424, 15.6946697, -185.937057) | |
| 4034 | o205.Orientation = Vector3.new(-3.5999999, -161.269989, -78.8899994) | |
| 4035 | o205.Color = Color3.new(0, 0.0627451, 0.690196) | |
| 4036 | o206.Parent = o6 | |
| 4037 | o206.Material = Enum.Material.Granite | |
| 4038 | o206.BrickColor = BrickColor.new("Dark indigo")
| |
| 4039 | o206.Position = Vector3.new(119.649628, 19.949707, -185.952148) | |
| 4040 | o206.Rotation = Vector3.new(-176.199997, -18.6900005, 102.329994) | |
| 4041 | o206.Anchored = true | |
| 4042 | o206.Shape = Enum.PartType.Cylinder | |
| 4043 | o206.Size = Vector3.new(1.67113173, 10.0267963, 10.0267963) | |
| 4044 | o206.CFrame = CFrame.new(119.649628, 19.949707, -185.952148, -0.202342913, -0.925416768, -0.320407838, -0.979308605, 0.192363426, 0.0628568158, 0.00346599868, 0.32649684, -0.945191979) | |
| 4045 | o206.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4046 | o206.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4047 | o206.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4048 | o206.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4049 | o206.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4050 | o206.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4051 | o206.Color = Color3.new(0.2, 0.0627451, 0.541176) | |
| 4052 | o206.Position = Vector3.new(119.649628, 19.949707, -185.952148) | |
| 4053 | o206.Orientation = Vector3.new(-3.5999999, -161.269989, -78.8899994) | |
| 4054 | o206.Color = Color3.new(0.2, 0.0627451, 0.541176) | |
| 4055 | o207.Parent = o6 | |
| 4056 | o207.Material = Enum.Material.Granite | |
| 4057 | o207.BrickColor = BrickColor.new("Dark indigo")
| |
| 4058 | o207.Position = Vector3.new(119.852531, 20.9316387, -185.955582) | |
| 4059 | o207.Rotation = Vector3.new(-176.199997, -18.6900005, 102.329994) | |
| 4060 | o207.Anchored = true | |
| 4061 | o207.Shape = Enum.PartType.Cylinder | |
| 4062 | o207.Size = Vector3.new(1.67113173, 10.0267963, 7.35298395) | |
| 4063 | o207.CFrame = CFrame.new(119.852531, 20.9316387, -185.955582, -0.202342913, -0.925416768, -0.320407838, -0.979308605, 0.192363426, 0.0628568158, 0.00346599868, 0.32649684, -0.945191979) | |
| 4064 | o207.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4065 | o207.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4066 | o207.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4067 | o207.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4068 | o207.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4069 | o207.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4070 | o207.Color = Color3.new(0.2, 0.0627451, 0.541176) | |
| 4071 | o207.Position = Vector3.new(119.852531, 20.9316387, -185.955582) | |
| 4072 | o207.Orientation = Vector3.new(-3.5999999, -161.269989, -78.8899994) | |
| 4073 | o207.Color = Color3.new(0.2, 0.0627451, 0.541176) | |
| 4074 | o208.Parent = o6 | |
| 4075 | o208.Material = Enum.Material.Ice | |
| 4076 | o208.BrickColor = BrickColor.new("Royal purple")
| |
| 4077 | o208.Position = Vector3.new(118.474495, 11.9310474, -209.285522) | |
| 4078 | o208.Rotation = Vector3.new(-171.199997, -18.6900005, 102.329994) | |
| 4079 | o208.Anchored = true | |
| 4080 | o208.Shape = Enum.PartType.Cylinder | |
| 4081 | o208.Size = Vector3.new(1.00267863, 10.0267963, 8.68988991) | |
| 4082 | o208.CFrame = CFrame.new(118.474495, 11.9310474, -209.285522, -0.202343032, -0.925416768, -0.320407748, -0.97588414, 0.1631753, 0.144996971, -0.081900008, 0.342019975, -0.936116874) | |
| 4083 | o208.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4084 | o208.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4085 | o208.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4086 | o208.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4087 | o208.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4088 | o208.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4089 | o208.Color = Color3.new(0.384314, 0.145098, 0.819608) | |
| 4090 | o208.Position = Vector3.new(118.474495, 11.9310474, -209.285522) | |
| 4091 | o208.Orientation = Vector3.new(-8.34000015, -161.110001, -80.5099945) | |
| 4092 | o208.Color = Color3.new(0.384314, 0.145098, 0.819608) | |
| 4093 | o209.Parent = o6 | |
| 4094 | o209.Material = Enum.Material.Ice | |
| 4095 | o209.BrickColor = BrickColor.new("Royal purple")
| |
| 4096 | o209.Position = Vector3.new(119.649628, 19.949707, -185.952148) | |
| 4097 | o209.Rotation = Vector3.new(-176.199997, -18.6900005, 102.329994) | |
| 4098 | o209.Anchored = true | |
| 4099 | o209.Shape = Enum.PartType.Cylinder | |
| 4100 | o209.Size = Vector3.new(2.33958483, 10.0267963, 8.68988991) | |
| 4101 | o209.CFrame = CFrame.new(119.649628, 19.949707, -185.952148, -0.202342913, -0.925416768, -0.320407838, -0.979308605, 0.192363426, 0.0628568158, 0.00346599868, 0.32649684, -0.945191979) | |
| 4102 | o209.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4103 | o209.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4104 | o209.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4105 | o209.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4106 | o209.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4107 | o209.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4108 | o209.Color = Color3.new(0.384314, 0.145098, 0.819608) | |
| 4109 | o209.Position = Vector3.new(119.649628, 19.949707, -185.952148) | |
| 4110 | o209.Orientation = Vector3.new(-3.5999999, -161.269989, -78.8899994) | |
| 4111 | o209.Color = Color3.new(0.384314, 0.145098, 0.819608) | |
| 4112 | o210.Parent = o6 | |
| 4113 | o210.Material = Enum.Material.Ice | |
| 4114 | o210.BrickColor = BrickColor.new("Royal purple")
| |
| 4115 | o210.Position = Vector3.new(118.094162, 12.4215565, -185.925476) | |
| 4116 | o210.Rotation = Vector3.new(-176.199997, -18.6900005, 102.329994) | |
| 4117 | o210.Anchored = true | |
| 4118 | o210.Shape = Enum.PartType.Cylinder | |
| 4119 | o210.Size = Vector3.new(1.00267863, 10.0267963, 8.68988991) | |
| 4120 | o210.CFrame = CFrame.new(118.094162, 12.4215565, -185.925476, -0.202342913, -0.925416768, -0.320407838, -0.979308605, 0.192363426, 0.0628568158, 0.00346599868, 0.32649684, -0.945191979) | |
| 4121 | o210.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4122 | o210.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4123 | o210.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4124 | o210.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4125 | o210.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4126 | o210.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4127 | o210.Color = Color3.new(0.384314, 0.145098, 0.819608) | |
| 4128 | o210.Position = Vector3.new(118.094162, 12.4215565, -185.925476) | |
| 4129 | o210.Orientation = Vector3.new(-3.5999999, -161.269989, -78.8899994) | |
| 4130 | o210.Color = Color3.new(0.384314, 0.145098, 0.819608) | |
| 4131 | o211.Parent = o6 | |
| 4132 | o211.Material = Enum.Material.Neon | |
| 4133 | o211.BrickColor = BrickColor.new("Royal purple")
| |
| 4134 | o211.Transparency = 0.5 | |
| 4135 | o211.Position = Vector3.new(118.770424, 15.6946697, -185.937057) | |
| 4136 | o211.Rotation = Vector3.new(-176.199997, -18.6900005, 102.329994) | |
| 4137 | o211.Anchored = true | |
| 4138 | o211.Shape = Enum.PartType.Cylinder | |
| 4139 | o211.Size = Vector3.new(7.68720961, 10.0267963, 7.35298395) | |
| 4140 | o211.CFrame = CFrame.new(118.770424, 15.6946697, -185.937057, -0.202342913, -0.925416768, -0.320407838, -0.979308605, 0.192363426, 0.0628568158, 0.00346599868, 0.32649684, -0.945191979) | |
| 4141 | o211.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4142 | o211.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4143 | o211.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4144 | o211.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4145 | o211.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4146 | o211.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4147 | o211.Color = Color3.new(0.384314, 0.145098, 0.819608) | |
| 4148 | o211.Position = Vector3.new(118.770424, 15.6946697, -185.937057) | |
| 4149 | o211.Orientation = Vector3.new(-3.5999999, -161.269989, -78.8899994) | |
| 4150 | o211.Color = Color3.new(0.384314, 0.145098, 0.819608) | |
| 4151 | o212.Parent = o211 | |
| 4152 | o212.Color = Color3.new(0.619608, 0, 1) | |
| 4153 | o212.Color = Color3.new(0.619608, 0, 1) | |
| 4154 | o213.Parent = o6 | |
| 4155 | o213.Material = Enum.Material.Granite | |
| 4156 | o213.BrickColor = BrickColor.new("Dark indigo")
| |
| 4157 | o213.Position = Vector3.new(117.857483, 11.2759705, -185.921417) | |
| 4158 | o213.Rotation = Vector3.new(-176.199997, -18.6900005, 102.329994) | |
| 4159 | o213.Anchored = true | |
| 4160 | o213.Shape = Enum.PartType.Cylinder | |
| 4161 | o213.Size = Vector3.new(2.67381144, 10.0267963, 10.0267963) | |
| 4162 | o213.CFrame = CFrame.new(117.857483, 11.2759705, -185.921417, -0.202342913, -0.925416768, -0.320407838, -0.979308605, 0.192363426, 0.0628568158, 0.00346599868, 0.32649684, -0.945191979) | |
| 4163 | o213.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4164 | o213.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4165 | o213.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4166 | o213.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4167 | o213.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4168 | o213.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4169 | o213.Color = Color3.new(0.2, 0.0627451, 0.541176) | |
| 4170 | o213.Position = Vector3.new(117.857483, 11.2759705, -185.921417) | |
| 4171 | o213.Orientation = Vector3.new(-3.5999999, -161.269989, -78.8899994) | |
| 4172 | o213.Color = Color3.new(0.2, 0.0627451, 0.541176) | |
| 4173 | o214.Parent = o6 | |
| 4174 | o214.Material = Enum.Material.Granite | |
| 4175 | o214.BrickColor = BrickColor.new("Dark indigo")
| |
| 4176 | o214.Position = Vector3.new(118.237816, 10.789463, -209.381363) | |
| 4177 | o214.Rotation = Vector3.new(-171.199997, -18.6900005, 102.329994) | |
| 4178 | o214.Anchored = true | |
| 4179 | o214.Shape = Enum.PartType.Cylinder | |
| 4180 | o214.Size = Vector3.new(2.67381144, 10.0267963, 10.0267963) | |
| 4181 | o214.CFrame = CFrame.new(118.237816, 10.789463, -209.381363, -0.202343032, -0.925416768, -0.320407748, -0.97588414, 0.1631753, 0.144996971, -0.081900008, 0.342019975, -0.936116874) | |
| 4182 | o214.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4183 | o214.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4184 | o214.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4185 | o214.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4186 | o214.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4187 | o214.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4188 | o214.Color = Color3.new(0.2, 0.0627451, 0.541176) | |
| 4189 | o214.Position = Vector3.new(118.237816, 10.789463, -209.381363) | |
| 4190 | o214.Orientation = Vector3.new(-8.34000015, -161.110001, -80.5099945) | |
| 4191 | o214.Color = Color3.new(0.2, 0.0627451, 0.541176) | |
| 4192 | o215.Parent = o6 | |
| 4193 | o215.Material = Enum.Material.Granite | |
| 4194 | o215.BrickColor = BrickColor.new("Dark indigo")
| |
| 4195 | o215.Position = Vector3.new(120.029961, 19.4328747, -208.655945) | |
| 4196 | o215.Rotation = Vector3.new(-171.199997, -18.6900005, 102.329994) | |
| 4197 | o215.Anchored = true | |
| 4198 | o215.Shape = Enum.PartType.Cylinder | |
| 4199 | o215.Size = Vector3.new(1.67113173, 10.0267963, 10.0267963) | |
| 4200 | o215.CFrame = CFrame.new(120.029961, 19.4328747, -208.655945, -0.202343032, -0.925416768, -0.320407748, -0.97588414, 0.1631753, 0.144996971, -0.081900008, 0.342019975, -0.936116874) | |
| 4201 | o215.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4202 | o215.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4203 | o215.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4204 | o215.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4205 | o215.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4206 | o215.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4207 | o215.Color = Color3.new(0.2, 0.0627451, 0.541176) | |
| 4208 | o215.Position = Vector3.new(120.029961, 19.4328747, -208.655945) | |
| 4209 | o215.Orientation = Vector3.new(-8.34000015, -161.110001, -80.5099945) | |
| 4210 | o215.Color = Color3.new(0.2, 0.0627451, 0.541176) | |
| 4211 | o216.Parent = o6 | |
| 4212 | o216.Material = Enum.Material.Granite | |
| 4213 | o216.BrickColor = BrickColor.new("Dark indigo")
| |
| 4214 | o216.Position = Vector3.new(120.232864, 20.4113693, -208.573853) | |
| 4215 | o216.Rotation = Vector3.new(-171.199997, -18.6900005, 102.329994) | |
| 4216 | o216.Anchored = true | |
| 4217 | o216.Shape = Enum.PartType.Cylinder | |
| 4218 | o216.Size = Vector3.new(1.67113173, 10.0267963, 7.35298395) | |
| 4219 | o216.CFrame = CFrame.new(120.232864, 20.4113693, -208.573853, -0.202343032, -0.925416768, -0.320407748, -0.97588414, 0.1631753, 0.144996971, -0.081900008, 0.342019975, -0.936116874) | |
| 4220 | o216.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4221 | o216.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4222 | o216.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4223 | o216.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4224 | o216.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4225 | o216.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4226 | o216.Color = Color3.new(0.2, 0.0627451, 0.541176) | |
| 4227 | o216.Position = Vector3.new(120.232864, 20.4113693, -208.573853) | |
| 4228 | o216.Orientation = Vector3.new(-8.34000015, -161.110001, -80.5099945) | |
| 4229 | o216.Color = Color3.new(0.2, 0.0627451, 0.541176) | |
| 4230 | o217.Parent = o6 | |
| 4231 | o217.Material = Enum.Material.Ice | |
| 4232 | o217.BrickColor = BrickColor.new("Royal purple")
| |
| 4233 | o217.Position = Vector3.new(120.029961, 19.4328747, -208.655945) | |
| 4234 | o217.Rotation = Vector3.new(-171.199997, -18.6900005, 102.329994) | |
| 4235 | o217.Anchored = true | |
| 4236 | o217.Shape = Enum.PartType.Cylinder | |
| 4237 | o217.Size = Vector3.new(2.33958483, 10.0267963, 8.68988991) | |
| 4238 | o217.CFrame = CFrame.new(120.029961, 19.4328747, -208.655945, -0.202343032, -0.925416768, -0.320407748, -0.97588414, 0.1631753, 0.144996971, -0.081900008, 0.342019975, -0.936116874) | |
| 4239 | o217.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4240 | o217.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4241 | o217.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4242 | o217.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4243 | o217.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4244 | o217.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4245 | o217.Color = Color3.new(0.384314, 0.145098, 0.819608) | |
| 4246 | o217.Position = Vector3.new(120.029961, 19.4328747, -208.655945) | |
| 4247 | o217.Orientation = Vector3.new(-8.34000015, -161.110001, -80.5099945) | |
| 4248 | o217.Color = Color3.new(0.384314, 0.145098, 0.819608) | |
| 4249 | o218.Parent = o6 | |
| 4250 | o218.Material = Enum.Material.Neon | |
| 4251 | o218.BrickColor = BrickColor.new("Dark blue")
| |
| 4252 | o218.Position = Vector3.new(119.150757, 15.1927147, -209.01181) | |
| 4253 | o218.Rotation = Vector3.new(-171.199997, -18.6900005, 102.329994) | |
| 4254 | o218.Anchored = true | |
| 4255 | o218.Shape = Enum.PartType.Cylinder | |
| 4256 | o218.Size = Vector3.new(7.68720961, 10.0267963, 5.34762335) | |
| 4257 | o218.CFrame = CFrame.new(119.150757, 15.1927147, -209.01181, -0.202343032, -0.925416768, -0.320407748, -0.97588414, 0.1631753, 0.144996971, -0.081900008, 0.342019975, -0.936116874) | |
| 4258 | o218.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4259 | o218.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4260 | o218.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4261 | o218.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4262 | o218.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4263 | o218.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4264 | o218.Color = Color3.new(0, 0.0627451, 0.690196) | |
| 4265 | o218.Position = Vector3.new(119.150757, 15.1927147, -209.01181) | |
| 4266 | o218.Orientation = Vector3.new(-8.34000015, -161.110001, -80.5099945) | |
| 4267 | o218.Color = Color3.new(0, 0.0627451, 0.690196) | |
| 4268 | o219.Parent = o218 | |
| 4269 | o219.Color = Color3.new(0.619608, 0, 1) | |
| 4270 | o219.Color = Color3.new(0.619608, 0, 1) | |
| 4271 | o220.Parent = o6 | |
| 4272 | o220.Material = Enum.Material.Fabric | |
| 4273 | o220.BrickColor = BrickColor.new("Dark indigo")
| |
| 4274 | o220.Position = Vector3.new(110.284164, 8.71792603, -210.376663) | |
| 4275 | o220.Rotation = Vector3.new(-174.979996, -84.9799957, -179.979996) | |
| 4276 | o220.Anchored = true | |
| 4277 | o220.FormFactor = Enum.FormFactor.Custom | |
| 4278 | o220.Size = Vector3.new(11.4097948, 7.09943199, 15.9737177) | |
| 4279 | o220.CFrame = CFrame.new(110.284164, 8.71792603, -210.376663, -0.0874259844, 3.40618826e-05, -0.996170998, -0.0867239833, 0.996203065, 0.00764513481, 0.992388844, 0.0870603025, -0.0870910734) | |
| 4280 | o220.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4281 | o220.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4282 | o220.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4283 | o220.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4284 | o220.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4285 | o220.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4286 | o220.Color = Color3.new(0.243137, 0.0784314, 0.552941) | |
| 4287 | o220.Position = Vector3.new(110.284164, 8.71792603, -210.376663) | |
| 4288 | o220.Orientation = Vector3.new(-0.439999998, -95, -4.98000002) | |
| 4289 | o220.Color = Color3.new(0.243137, 0.0784314, 0.552941) | |
| 4290 | o221.Parent = o6 | |
| 4291 | o221.Material = Enum.Material.Grass | |
| 4292 | o221.BrickColor = BrickColor.new("Royal purple")
| |
| 4293 | o221.Transparency = 0.20000000298023 | |
| 4294 | o221.Position = Vector3.new(114.01104, 43.1650314, -226.148361) | |
| 4295 | o221.Rotation = Vector3.new(145.619995, 14.2599993, -151.5) | |
| 4296 | o221.Anchored = true | |
| 4297 | o221.FormFactor = Enum.FormFactor.Custom | |
| 4298 | o221.Size = Vector3.new(8.67944527, 4.94398928, 10.7669058) | |
| 4299 | o221.CFrame = CFrame.new(114.01104, 43.1650314, -226.148361, -0.85172689, 0.462516725, 0.246251017, 0.271654963, 0.791635215, -0.547281682, -0.448067933, -0.399239242, -0.799901962) | |
| 4300 | o221.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4301 | o221.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4302 | o221.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4303 | o221.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4304 | o221.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4305 | o221.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4306 | o221.Color = Color3.new(0.384314, 0.145098, 0.819608) | |
| 4307 | o221.Position = Vector3.new(114.01104, 43.1650314, -226.148361) | |
| 4308 | o221.Orientation = Vector3.new(33.1800003, 162.889999, 18.9399986) | |
| 4309 | o221.Color = Color3.new(0.384314, 0.145098, 0.819608) | |
| 4310 | o222.Parent = o6 | |
| 4311 | o222.Material = Enum.Material.Neon | |
| 4312 | o222.BrickColor = BrickColor.new("Royal purple")
| |
| 4313 | o222.Transparency = 0.5 | |
| 4314 | o222.Position = Vector3.new(119.150757, 15.1927147, -209.01181) | |
| 4315 | o222.Rotation = Vector3.new(-171.199997, -18.6900005, 102.329994) | |
| 4316 | o222.Anchored = true | |
| 4317 | o222.Shape = Enum.PartType.Cylinder | |
| 4318 | o222.Size = Vector3.new(7.68720961, 10.0267963, 7.35298395) | |
| 4319 | o222.CFrame = CFrame.new(119.150757, 15.1927147, -209.01181, -0.202343032, -0.925416768, -0.320407748, -0.97588414, 0.1631753, 0.144996971, -0.081900008, 0.342019975, -0.936116874) | |
| 4320 | o222.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4321 | o222.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4322 | o222.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4323 | o222.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4324 | o222.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4325 | o222.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4326 | o222.Color = Color3.new(0.384314, 0.145098, 0.819608) | |
| 4327 | o222.Position = Vector3.new(119.150757, 15.1927147, -209.01181) | |
| 4328 | o222.Orientation = Vector3.new(-8.34000015, -161.110001, -80.5099945) | |
| 4329 | o222.Color = Color3.new(0.384314, 0.145098, 0.819608) | |
| 4330 | o223.Parent = o6 | |
| 4331 | o223.Material = Enum.Material.Wood | |
| 4332 | o223.BrickColor = BrickColor.new("Cocoa")
| |
| 4333 | o223.Position = Vector3.new(91.1678009, 36.6031151, -200.968353) | |
| 4334 | o223.Rotation = Vector3.new(-91.0499954, -84.6699982, -66.0100021) | |
| 4335 | o223.Anchored = true | |
| 4336 | o223.FormFactor = Enum.FormFactor.Custom | |
| 4337 | o223.Size = Vector3.new(1.77485764, 2.53551102, 1.77485764) | |
| 4338 | o223.CFrame = CFrame.new(91.1678009, 36.6031151, -200.968353, 0.0377410166, 0.084800981, -0.995682895, 0.421492159, 0.902070761, 0.0928046852, 0.906046271, -0.423175067, -0.00169788045) | |
| 4339 | o223.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4340 | o223.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4341 | o223.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4342 | o223.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4343 | o223.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4344 | o223.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4345 | o223.Color = Color3.new(0.247059, 0.192157, 0.160784) | |
| 4346 | o223.Position = Vector3.new(91.1678009, 36.6031151, -200.968353) | |
| 4347 | o223.Orientation = Vector3.new(-5.31999969, -90.0999985, 25.039999) | |
| 4348 | o223.Color = Color3.new(0.247059, 0.192157, 0.160784) | |
| 4349 | o224.Parent = o6 | |
| 4350 | o224.Material = Enum.Material.Wood | |
| 4351 | o224.BrickColor = BrickColor.new("Cocoa")
| |
| 4352 | o224.Position = Vector3.new(89.8476868, 32.4195213, -196.442612) | |
| 4353 | o224.Rotation = Vector3.new(-100.110001, 34, 154.300003) | |
| 4354 | o224.Anchored = true | |
| 4355 | o224.FormFactor = Enum.FormFactor.Custom | |
| 4356 | o224.Size = Vector3.new(1.77485764, 2.53551102, 1.77485764) | |
| 4357 | o224.CFrame = CFrame.new(89.8476868, 32.4195213, -196.442612, -0.746996939, -0.359555691, 0.559209466, 0.419941932, 0.396903366, 0.816159606, -0.515406966, 0.844504297, -0.14549309) | |
| 4358 | o224.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4359 | o224.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4360 | o224.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4361 | o224.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4362 | o224.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4363 | o224.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4364 | o224.Color = Color3.new(0.247059, 0.192157, 0.160784) | |
| 4365 | o224.Position = Vector3.new(89.8476868, 32.4195213, -196.442612) | |
| 4366 | o224.Orientation = Vector3.new(-54.6999969, 104.579994, 46.6199989) | |
| 4367 | o224.Color = Color3.new(0.247059, 0.192157, 0.160784) | |
| 4368 | o225.Parent = o6 | |
| 4369 | o225.Material = Enum.Material.Grass | |
| 4370 | o225.BrickColor = BrickColor.new("Royal purple")
| |
| 4371 | o225.Position = Vector3.new(91.6881332, 25.5469017, -196.518677) | |
| 4372 | o225.Rotation = Vector3.new(-7.69000006, 6.40999985, -39.5699997) | |
| 4373 | o225.Anchored = true | |
| 4374 | o225.FormFactor = Enum.FormFactor.Custom | |
| 4375 | o225.Size = Vector3.new(0.760653257, 1.64808095, 0.760653317) | |
| 4376 | o225.CFrame = CFrame.new(91.6881332, 25.5469017, -196.518677, 0.76604414, 0.633022666, 0.111618839, -0.642788053, 0.754406154, 0.133022025, 0, -0.173647985, 0.984807789) | |
| 4377 | o225.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4378 | o225.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4379 | o225.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4380 | o225.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4381 | o225.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4382 | o225.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4383 | o225.Color = Color3.new(0.384314, 0.145098, 0.819608) | |
| 4384 | o225.Position = Vector3.new(91.6881332, 25.5469017, -196.518677) | |
| 4385 | o225.Orientation = Vector3.new(-7.63999987, 6.46999979, -40.4300003) | |
| 4386 | o225.Color = Color3.new(0.384314, 0.145098, 0.819608) | |
| 4387 | o226.Parent = o6 | |
| 4388 | o226.Material = Enum.Material.Grass | |
| 4389 | o226.BrickColor = BrickColor.new("Royal purple")
| |
| 4390 | o226.Position = Vector3.new(92.3218918, 26.5611076, -197.152557) | |
| 4391 | o226.Rotation = Vector3.new(-18.5799999, 65.3199997, -23.4499989) | |
| 4392 | o226.Anchored = true | |
| 4393 | o226.FormFactor = Enum.FormFactor.Custom | |
| 4394 | o226.Size = Vector3.new(0.760653257, 1.64808095, 0.760653317) | |
| 4395 | o226.CFrame = CFrame.new(92.3218918, 26.5611076, -197.152557, 0.383021086, 0.166126966, 0.908678532, -0.642788172, 0.754406154, 0.133021981, -0.66341418, -0.635038018, 0.395737886) | |
| 4396 | o226.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4397 | o226.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4398 | o226.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4399 | o226.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4400 | o226.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4401 | o226.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4402 | o226.Color = Color3.new(0.384314, 0.145098, 0.819608) | |
| 4403 | o226.Position = Vector3.new(92.3218918, 26.5611076, -197.152557) | |
| 4404 | o226.Orientation = Vector3.new(-7.63999987, 66.4700012, -40.4300003) | |
| 4405 | o226.Color = Color3.new(0.384314, 0.145098, 0.819608) | |
| 4406 | o227.Parent = o6 | |
| 4407 | o227.Material = Enum.Material.Grass | |
| 4408 | o227.BrickColor = BrickColor.new("Royal purple")
| |
| 4409 | o227.Position = Vector3.new(92.6132355, 27.9793243, -197.816528) | |
| 4410 | o227.Rotation = Vector3.new(6.42000008, 65.3199997, -23.4499989) | |
| 4411 | o227.Anchored = true | |
| 4412 | o227.FormFactor = Enum.FormFactor.Custom | |
| 4413 | o227.Size = Vector3.new(0.760653257, 1.64808095, 0.760653317) | |
| 4414 | o227.CFrame = CFrame.new(92.6132355, 27.9793243, -197.816528, 0.383021057, 0.166127056, 0.908678532, -0.302194029, 0.952102482, -0.0466868244, -0.872911096, -0.256715178, 0.414877862) | |
| 4415 | o227.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4416 | o227.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4417 | o227.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4418 | o227.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4419 | o227.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4420 | o227.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4421 | o227.Color = Color3.new(0.384314, 0.145098, 0.819608) | |
| 4422 | o227.Position = Vector3.new(92.6132355, 27.9793243, -197.816528) | |
| 4423 | o227.Orientation = Vector3.new(2.67999983, 65.4599991, -17.6099987) | |
| 4424 | o227.Color = Color3.new(0.384314, 0.145098, 0.819608) | |
| 4425 | o228.Parent = o6 | |
| 4426 | o228.Material = Enum.Material.Grass | |
| 4427 | o228.BrickColor = BrickColor.new("Royal purple")
| |
| 4428 | o228.Position = Vector3.new(92.568573, 27.2261238, -198.357361) | |
| 4429 | o228.Rotation = Vector3.new(-78.6999969, 83.0599976, 10.1599998) | |
| 4430 | o228.Anchored = true | |
| 4431 | o228.FormFactor = Enum.FormFactor.Custom | |
| 4432 | o228.Size = Vector3.new(0.760653257, 1.64808095, 0.760653317) | |
| 4433 | o228.CFrame = CFrame.new(92.568573, 27.2261238, -198.357361, 0.118947096, -0.0213225037, 0.99267149, -0.92359668, 0.364590436, 0.118501663, -0.36444506, -0.930924356, 0.023673363) | |
| 4434 | o228.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4435 | o228.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4436 | o228.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4437 | o228.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4438 | o228.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4439 | o228.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4440 | o228.Color = Color3.new(0.384314, 0.145098, 0.819608) | |
| 4441 | o228.Position = Vector3.new(92.568573, 27.2261238, -198.357361) | |
| 4442 | o228.Orientation = Vector3.new(-6.80999994, 88.6299973, -68.4599991) | |
| 4443 | o228.Color = Color3.new(0.384314, 0.145098, 0.819608) | |
| 4444 | o229.Parent = o6 | |
| 4445 | o229.Material = Enum.Material.Grass | |
| 4446 | o229.BrickColor = BrickColor.new("Dark blue")
| |
| 4447 | o229.Position = Vector3.new(90.6706314, 25.9121532, -198.641144) | |
| 4448 | o229.Rotation = Vector3.new(-7.69000006, 6.40999985, 0.429999977) | |
| 4449 | o229.Anchored = true | |
| 4450 | o229.FormFactor = Enum.FormFactor.Custom | |
| 4451 | o229.Size = Vector3.new(0.760653257, 1.64808095, 0.760653317) | |
| 4452 | o229.CFrame = CFrame.new(90.6706314, 25.9121532, -198.641144, 0.993722439, -0.00748153776, 0.111620061, -0.0074796672, 0.991084397, 0.133020401, -0.111620307, -0.133019805, 0.984807909) | |
| 4453 | o229.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4454 | o229.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4455 | o229.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4456 | o229.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4457 | o229.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4458 | o229.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4459 | o229.Color = Color3.new(0, 0.0627451, 0.690196) | |
| 4460 | o229.Position = Vector3.new(90.6706314, 25.9121532, -198.641144) | |
| 4461 | o229.Orientation = Vector3.new(-7.63999987, 6.46999979, -0.429999977) | |
| 4462 | o229.Color = Color3.new(0, 0.0627451, 0.690196) | |
| 4463 | o230.Parent = o6 | |
| 4464 | o230.Material = Enum.Material.Grass | |
| 4465 | o230.BrickColor = BrickColor.new("Dark blue")
| |
| 4466 | o230.Position = Vector3.new(90.9606857, 27.5201187, -198.89119) | |
| 4467 | o230.Rotation = Vector3.new(-7.69000006, 6.40999985, -14.5699997) | |
| 4468 | o230.Anchored = true | |
| 4469 | o230.FormFactor = Enum.FormFactor.Custom | |
| 4470 | o230.Size = Vector3.new(0.760653257, 1.64808095, 0.760653317) | |
| 4471 | o230.CFrame = CFrame.new(90.9606857, 27.5201187, -198.89119, 0.961799204, 0.249965966, 0.111621223, -0.263734609, 0.955380142, 0.13301447, -0.0733916163, -0.15737161, 0.984808505) | |
| 4472 | o230.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4473 | o230.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4474 | o230.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4475 | o230.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4476 | o230.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4477 | o230.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4478 | o230.Color = Color3.new(0, 0.0627451, 0.690196) | |
| 4479 | o230.Position = Vector3.new(90.9606857, 27.5201187, -198.89119) | |
| 4480 | o230.Orientation = Vector3.new(-7.63999987, 6.46999979, -15.4299994) | |
| 4481 | o230.Color = Color3.new(0, 0.0627451, 0.690196) | |
| 4482 | o231.Parent = o6 | |
| 4483 | o231.Material = Enum.Material.Grass | |
| 4484 | o231.BrickColor = BrickColor.new("Dark blue")
| |
| 4485 | o231.Position = Vector3.new(91.080307, 28.9178772, -199.093536) | |
| 4486 | o231.Rotation = Vector3.new(-7.69000006, 6.40999985, 5.42999983) | |
| 4487 | o231.Anchored = true | |
| 4488 | o231.FormFactor = Enum.FormFactor.Custom | |
| 4489 | o231.Size = Vector3.new(0.760653257, 1.64808095, 0.760653317) | |
| 4490 | o231.CFrame = CFrame.new(91.080307, 28.9178772, -199.093536, 0.989288867, -0.0940638334, 0.111620747, 0.0789312497, 0.987965643, 0.133013517, -0.122790232, -0.12278001, 0.984805882) | |
| 4491 | o231.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4492 | o231.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4493 | o231.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4494 | o231.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4495 | o231.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4496 | o231.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4497 | o231.Color = Color3.new(0, 0.0627451, 0.690196) | |
| 4498 | o231.Position = Vector3.new(91.080307, 28.9178772, -199.093536) | |
| 4499 | o231.Orientation = Vector3.new(-7.63999987, 6.46999979, 4.56999969) | |
| 4500 | o231.Color = Color3.new(0, 0.0627451, 0.690196) | |
| 4501 | o232.Parent = o6 | |
| 4502 | o232.Material = Enum.Material.Grass | |
| 4503 | o232.BrickColor = BrickColor.new("Dark blue")
| |
| 4504 | o232.Position = Vector3.new(90.6378098, 30.0430431, -199.121002) | |
| 4505 | o232.Rotation = Vector3.new(0.099999994, 12.8199997, 39.1299973) | |
| 4506 | o232.Anchored = true | |
| 4507 | o232.FormFactor = Enum.FormFactor.Custom | |
| 4508 | o232.Size = Vector3.new(0.760653257, 1.64808095, 0.760653317) | |
| 4509 | o232.CFrame = CFrame.new(90.6378098, 30.0430431, -199.121002, 0.756421804, -0.615314662, 0.22184065, 0.63133198, 0.775510788, -0.00167112052, -0.171011522, 0.141319126, 0.975081086) | |
| 4510 | o232.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4511 | o232.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4512 | o232.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4513 | o232.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4514 | o232.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4515 | o232.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4516 | o232.Color = Color3.new(0, 0.0627451, 0.690196) | |
| 4517 | o232.Position = Vector3.new(90.6378098, 30.0430431, -199.121002) | |
| 4518 | o232.Orientation = Vector3.new(0.099999994, 12.8199997, 39.1499977) | |
| 4519 | o232.Color = Color3.new(0, 0.0627451, 0.690196) | |
| 4520 | o233.Parent = o6 | |
| 4521 | o233.Material = Enum.Material.Grass | |
| 4522 | o233.BrickColor = BrickColor.new("Dark blue")
| |
| 4523 | o233.Position = Vector3.new(90.0178146, 30.4969139, -198.676895) | |
| 4524 | o233.Rotation = Vector3.new(6.29999971, 52.5099983, 80.5699997) | |
| 4525 | o233.Anchored = true | |
| 4526 | o233.FormFactor = Enum.FormFactor.Custom | |
| 4527 | o233.Size = Vector3.new(0.760653257, 1.64808095, 0.760653317) | |
| 4528 | o233.CFrame = CFrame.new(90.0178146, 30.4969139, -198.676895, 0.0997735709, -0.600438535, 0.793422401, 0.994793296, 0.0770222172, -0.0668069571, -0.0209978316, 0.795952857, 0.604993939) | |
| 4529 | o233.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4530 | o233.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4531 | o233.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4532 | o233.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4533 | o233.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4534 | o233.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4535 | o233.Color = Color3.new(0, 0.0627451, 0.690196) | |
| 4536 | o233.Position = Vector3.new(90.0178146, 30.4969139, -198.676895) | |
| 4537 | o233.Orientation = Vector3.new(3.82999992, 52.6699982, 85.5699997) | |
| 4538 | o233.Color = Color3.new(0, 0.0627451, 0.690196) | |
| 4539 | o234.Parent = o6 | |
| 4540 | o234.Material = Enum.Material.Grass | |
| 4541 | o234.BrickColor = BrickColor.new("Dark blue")
| |
| 4542 | o234.Position = Vector3.new(89.8059769, 30.5390797, -197.685913) | |
| 4543 | o234.Rotation = Vector3.new(23.7199993, 76.6199951, 64.4700012) | |
| 4544 | o234.Anchored = true | |
| 4545 | o234.FormFactor = Enum.FormFactor.Custom | |
| 4546 | o234.Size = Vector3.new(0.760653257, 1.64808095, 0.760653317) | |
| 4547 | o234.CFrame = CFrame.new(89.8059769, 30.5390797, -197.685913, 0.0997733995, -0.208866104, 0.972842097, 0.994789124, 0.0415719151, -0.093098253, -0.0209977347, 0.977058589, 0.211926222) | |
| 4548 | o234.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4549 | o234.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4550 | o234.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4551 | o234.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4552 | o234.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4553 | o234.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4554 | o234.Color = Color3.new(0, 0.0627451, 0.690196) | |
| 4555 | o234.Position = Vector3.new(89.8059769, 30.5390797, -197.685913) | |
| 4556 | o234.Orientation = Vector3.new(5.33999968, 77.7099991, 87.6100006) | |
| 4557 | o234.Color = Color3.new(0, 0.0627451, 0.690196) | |
| 4558 | o235.Parent = o6 | |
| 4559 | o235.Material = Enum.Material.Grass | |
| 4560 | o235.BrickColor = BrickColor.new("Dark blue")
| |
| 4561 | o235.Position = Vector3.new(90.0739746, 30.403019, -196.820251) | |
| 4562 | o235.Rotation = Vector3.new(172.660004, 46.8099976, -81.6199951) | |
| 4563 | o235.Anchored = true | |
| 4564 | o235.FormFactor = Enum.FormFactor.Custom | |
| 4565 | o235.Size = Vector3.new(0.760653257, 1.2677542, 0.760653317) | |
| 4566 | o235.CFrame = CFrame.new(90.0739746, 30.403019, -196.820251, 0.0997765809, 0.677107036, 0.729088962, 0.994791508, -0.052419804, -0.0874549523, -0.0209976882, 0.734016478, -0.678808272) | |
| 4567 | o235.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4568 | o235.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4569 | o235.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4570 | o235.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4571 | o235.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4572 | o235.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4573 | o235.Color = Color3.new(0, 0.0627451, 0.690196) | |
| 4574 | o235.Position = Vector3.new(90.0739746, 30.403019, -196.820251) | |
| 4575 | o235.Orientation = Vector3.new(5.01999998, 132.949997, 93.0199966) | |
| 4576 | o235.Color = Color3.new(0, 0.0627451, 0.690196) | |
| 4577 | o236.Parent = o6 | |
| 4578 | o236.Material = Enum.Material.Grass | |
| 4579 | o236.BrickColor = BrickColor.new("Dark blue")
| |
| 4580 | o236.Position = Vector3.new(90.8425293, 30.3304996, -196.603714) | |
| 4581 | o236.Rotation = Vector3.new(179.080002, -2.86999989, -84.2699966) | |
| 4582 | o236.Anchored = true | |
| 4583 | o236.FormFactor = Enum.FormFactor.Custom | |
| 4584 | o236.Size = Vector3.new(0.760653257, 1.52130532, 0.760653317) | |
| 4585 | o236.CFrame = CFrame.new(90.8425293, 30.3304996, -196.603714, 0.0997771323, 0.993750513, -0.050040748, 0.994788229, -0.100689933, -0.0160590746, -0.0209972691, -0.0481778495, -0.998617947) | |
| 4586 | o236.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4587 | o236.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4588 | o236.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4589 | o236.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4590 | o236.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4591 | o236.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4592 | o236.Color = Color3.new(0, 0.0627451, 0.690196) | |
| 4593 | o236.Position = Vector3.new(90.8425293, 30.3304996, -196.603714) | |
| 4594 | o236.Orientation = Vector3.new(0.919999957, -177.12999, 95.7799988) | |
| 4595 | o236.Color = Color3.new(0, 0.0627451, 0.690196) | |
| 4596 | o237.Parent = o6 | |
| 4597 | o237.Material = Enum.Material.Grass | |
| 4598 | o237.BrickColor = BrickColor.new("Dark blue")
| |
| 4599 | o237.Position = Vector3.new(92.1044998, 30.3887138, -196.792938) | |
| 4600 | o237.Rotation = Vector3.new(176.569992, -12.5500002, -104.599998) | |
| 4601 | o237.Anchored = true | |
| 4602 | o237.FormFactor = Enum.FormFactor.Custom | |
| 4603 | o237.Size = Vector3.new(0.760653257, 1.52130532, 0.760653317) | |
| 4604 | o237.CFrame = CFrame.new(92.1044998, 30.3887138, -196.792938, -0.246122807, 0.944548786, -0.217372894, 0.969233394, 0.239099801, -0.0584658459, -0.00325002475, -0.225074768, -0.974336207) | |
| 4605 | o237.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4606 | o237.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4607 | o237.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4608 | o237.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4609 | o237.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4610 | o237.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4611 | o237.Color = Color3.new(0, 0.0627451, 0.690196) | |
| 4612 | o237.Position = Vector3.new(92.1044998, 30.3887138, -196.792938) | |
| 4613 | o237.Orientation = Vector3.new(3.3499999, -167.419998, 76.1399994) | |
| 4614 | o237.Color = Color3.new(0, 0.0627451, 0.690196) | |
| 4615 | o238.Name = "Particlepart" | |
| 4616 | o238.Parent = o6 | |
| 4617 | o238.Material = Enum.Material.Grass | |
| 4618 | o238.BrickColor = BrickColor.new("Dark blue")
| |
| 4619 | o238.Transparency = 1 | |
| 4620 | o238.Position = Vector3.new(94.137207, 50.5075111, -235.274445) | |
| 4621 | o238.Rotation = Vector3.new(175, 0, 0) | |
| 4622 | o238.Anchored = true | |
| 4623 | o238.Size = Vector3.new(18.494175, 2.14246869, 18.666563) | |
| 4624 | o238.CFrame = CFrame.new(94.137207, 50.5075111, -235.274445, 1, 0, 0, 0, -0.996194661, -0.087155968, 0, 0.087155968, -0.996194661) | |
| 4625 | o238.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4626 | o238.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4627 | o238.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4628 | o238.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4629 | o238.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4630 | o238.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4631 | o238.Color = Color3.new(0, 0.0627451, 0.690196) | |
| 4632 | o238.Position = Vector3.new(94.137207, 50.5075111, -235.274445) | |
| 4633 | o238.Orientation = Vector3.new(5, 180, 180) | |
| 4634 | o238.Color = Color3.new(0, 0.0627451, 0.690196) | |
| 4635 | o239.Parent = o238 | |
| 4636 | o239.Transparency = NumberSequence.new(0.77499997615814,0.89375001192093) | |
| 4637 | o239.Rotation = NumberRange.new(1,1) | |
| 4638 | o239.Color = ColorSequence.new(Color3.new(0.108736, 0, 0.969055),Color3.new(0.511208, 0.145312, 0.96939)) | |
| 4639 | o239.LightEmission = 1 | |
| 4640 | o239.Texture = "rbxasset://textures/particles/explosion01_implosion_main.dds" | |
| 4641 | o239.Lifetime = NumberRange.new(1,1) | |
| 4642 | o239.Rate = 50 | |
| 4643 | o239.RotSpeed = NumberRange.new(1,1) | |
| 4644 | o239.Speed = NumberRange.new(3,3) | |
| 4645 | o239.VelocitySpread = 50 | |
| 4646 | o239.Color = ColorSequence.new(Color3.new(0.108736, 0, 0.969055),Color3.new(0.511208, 0.145312, 0.96939)) | |
| 4647 | o240.Name = "Particlepart" | |
| 4648 | o240.Parent = o6 | |
| 4649 | o240.Material = Enum.Material.Grass | |
| 4650 | o240.BrickColor = BrickColor.new("Dark blue")
| |
| 4651 | o240.Transparency = 1 | |
| 4652 | o240.Position = Vector3.new(94.1338654, 46.0609131, -159.109375) | |
| 4653 | o240.Rotation = Vector3.new(-170, 0, 0) | |
| 4654 | o240.Anchored = true | |
| 4655 | o240.Size = Vector3.new(16.8224506, 1.94880676, 16.9792557) | |
| 4656 | o240.CFrame = CFrame.new(94.1338654, 46.0609131, -159.109375, 1, 0, 0, 0, -0.984807789, 0.173647955, 0, -0.173647955, -0.984807789) | |
| 4657 | o240.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4658 | o240.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4659 | o240.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4660 | o240.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4661 | o240.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4662 | o240.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4663 | o240.Color = Color3.new(0, 0.0627451, 0.690196) | |
| 4664 | o240.Position = Vector3.new(94.1338654, 46.0609131, -159.109375) | |
| 4665 | o240.Orientation = Vector3.new(-10, 180, 180) | |
| 4666 | o240.Color = Color3.new(0, 0.0627451, 0.690196) | |
| 4667 | o241.Parent = o240 | |
| 4668 | o241.Transparency = NumberSequence.new(0.77499997615814,0.89375001192093) | |
| 4669 | o241.Rotation = NumberRange.new(1,1) | |
| 4670 | o241.Color = ColorSequence.new(Color3.new(0.108736, 0, 0.969055),Color3.new(0.511208, 0.145312, 0.96939)) | |
| 4671 | o241.LightEmission = 1 | |
| 4672 | o241.Texture = "rbxasset://textures/particles/explosion01_implosion_main.dds" | |
| 4673 | o241.Lifetime = NumberRange.new(1,1) | |
| 4674 | o241.Rate = 50 | |
| 4675 | o241.RotSpeed = NumberRange.new(1,1) | |
| 4676 | o241.Speed = NumberRange.new(3,3) | |
| 4677 | o241.VelocitySpread = 50 | |
| 4678 | o241.Color = ColorSequence.new(Color3.new(0.108736, 0, 0.969055),Color3.new(0.511208, 0.145312, 0.96939)) | |
| 4679 | o242.Name = "Particlepart" | |
| 4680 | o242.Parent = o6 | |
| 4681 | o242.Material = Enum.Material.Grass | |
| 4682 | o242.BrickColor = BrickColor.new("Dark blue")
| |
| 4683 | o242.Transparency = 1 | |
| 4684 | o242.Position = Vector3.new(120.165215, 20.0852089, -208.601196) | |
| 4685 | o242.Rotation = Vector3.new(-171.199997, -18.6900005, 12.3299999) | |
| 4686 | o242.Anchored = true | |
| 4687 | o242.Size = Vector3.new(8.689888, 2.00535941, 9.35834408) | |
| 4688 | o242.CFrame = CFrame.new(120.165215, 20.0852089, -208.601196, 0.925416648, -0.202343717, -0.320407599, -0.163175941, -0.975883901, 0.144997284, -0.342019886, -0.0819000825, -0.936116874) | |
| 4689 | o242.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4690 | o242.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4691 | o242.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4692 | o242.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4693 | o242.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4694 | o242.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4695 | o242.Color = Color3.new(0, 0.0627451, 0.690196) | |
| 4696 | o242.Position = Vector3.new(120.165215, 20.0852089, -208.601196) | |
| 4697 | o242.Orientation = Vector3.new(-8.34000015, -161.110001, -170.509995) | |
| 4698 | o242.Color = Color3.new(0, 0.0627451, 0.690196) | |
| 4699 | o243.Parent = o242 | |
| 4700 | o243.Transparency = NumberSequence.new(0.77499997615814,0.89375001192093) | |
| 4701 | o243.Rotation = NumberRange.new(1,1) | |
| 4702 | o243.Color = ColorSequence.new(Color3.new(0.108736, 0, 0.969055),Color3.new(0.511208, 0.145312, 0.96939)) | |
| 4703 | o243.LightEmission = 1 | |
| 4704 | o243.Texture = "rbxasset://textures/particles/explosion01_implosion_main.dds" | |
| 4705 | o243.Lifetime = NumberRange.new(0.5,0.5) | |
| 4706 | o243.Rate = 50 | |
| 4707 | o243.RotSpeed = NumberRange.new(1,1) | |
| 4708 | o243.Speed = NumberRange.new(3,3) | |
| 4709 | o243.VelocitySpread = 50 | |
| 4710 | o243.Color = ColorSequence.new(Color3.new(0.108736, 0, 0.969055),Color3.new(0.511208, 0.145312, 0.96939)) | |
| 4711 | o244.Name = "Particlepart" | |
| 4712 | o244.Parent = o6 | |
| 4713 | o244.Material = Enum.Material.Grass | |
| 4714 | o244.BrickColor = BrickColor.new("Dark blue")
| |
| 4715 | o244.Transparency = 1 | |
| 4716 | o244.Position = Vector3.new(119.784882, 20.6043339, -185.954376) | |
| 4717 | o244.Rotation = Vector3.new(-176.199997, -18.6900005, 12.3299999) | |
| 4718 | o244.Anchored = true | |
| 4719 | o244.Size = Vector3.new(8.689888, 2.00535941, 9.35834408) | |
| 4720 | o244.CFrame = CFrame.new(119.784882, 20.6043339, -185.954376, 0.92541641, -0.202344, -0.320407957, -0.192364097, -0.979308367, 0.0628581941, -0.326497138, 0.00346497633, -0.94519186) | |
| 4721 | o244.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4722 | o244.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4723 | o244.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4724 | o244.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4725 | o244.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4726 | o244.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4727 | o244.Color = Color3.new(0, 0.0627451, 0.690196) | |
| 4728 | o244.Position = Vector3.new(119.784882, 20.6043339, -185.954376) | |
| 4729 | o244.Orientation = Vector3.new(-3.5999999, -161.269989, -168.889999) | |
| 4730 | o244.Color = Color3.new(0, 0.0627451, 0.690196) | |
| 4731 | o245.Parent = o244 | |
| 4732 | o245.Transparency = NumberSequence.new(0.77499997615814,0.89375001192093) | |
| 4733 | o245.Rotation = NumberRange.new(1,1) | |
| 4734 | o245.Color = ColorSequence.new(Color3.new(0.108736, 0, 0.969055),Color3.new(0.511208, 0.145312, 0.96939)) | |
| 4735 | o245.LightEmission = 1 | |
| 4736 | o245.Texture = "rbxasset://textures/particles/explosion01_implosion_main.dds" | |
| 4737 | o245.Lifetime = NumberRange.new(0.5,0.5) | |
| 4738 | o245.Rate = 50 | |
| 4739 | o245.RotSpeed = NumberRange.new(1,1) | |
| 4740 | o245.Speed = NumberRange.new(3,3) | |
| 4741 | o245.VelocitySpread = 50 | |
| 4742 | o245.Color = ColorSequence.new(Color3.new(0.108736, 0, 0.969055),Color3.new(0.511208, 0.145312, 0.96939)) | |
| 4743 | o246.Name = "Particlepart" | |
| 4744 | o246.Parent = o6 | |
| 4745 | o246.Material = Enum.Material.Grass | |
| 4746 | o246.BrickColor = BrickColor.new("Dark blue")
| |
| 4747 | o246.Transparency = 1 | |
| 4748 | o246.Position = Vector3.new(118.237778, 10.7894745, -209.381317) | |
| 4749 | o246.Rotation = Vector3.new(8.80000019, 18.6900005, -12.3299999) | |
| 4750 | o246.Anchored = true | |
| 4751 | o246.Size = Vector3.new(8.689888, 2.00535941, 9.35834408) | |
| 4752 | o246.CFrame = CFrame.new(118.237778, 10.7894745, -209.381317, 0.925416648, 0.202343717, 0.320407599, -0.163175941, 0.975883901, -0.144997284, -0.342019886, 0.0819000825, 0.936116874) | |
| 4753 | o246.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4754 | o246.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4755 | o246.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4756 | o246.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4757 | o246.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4758 | o246.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4759 | o246.Color = Color3.new(0, 0.0627451, 0.690196) | |
| 4760 | o246.Position = Vector3.new(118.237778, 10.7894745, -209.381317) | |
| 4761 | o246.Orientation = Vector3.new(8.34000015, 18.8899994, -9.48999977) | |
| 4762 | o246.Color = Color3.new(0, 0.0627451, 0.690196) | |
| 4763 | o247.Parent = o246 | |
| 4764 | o247.Transparency = NumberSequence.new(0.77499997615814,0.89375001192093) | |
| 4765 | o247.Rotation = NumberRange.new(1,1) | |
| 4766 | o247.Color = ColorSequence.new(Color3.new(0.108736, 0, 0.969055),Color3.new(0.511208, 0.145312, 0.96939)) | |
| 4767 | o247.LightEmission = 1 | |
| 4768 | o247.Texture = "rbxasset://textures/particles/explosion01_implosion_main.dds" | |
| 4769 | o247.Lifetime = NumberRange.new(0.5,0.5) | |
| 4770 | o247.Rate = 50 | |
| 4771 | o247.RotSpeed = NumberRange.new(1,1) | |
| 4772 | o247.Speed = NumberRange.new(3,3) | |
| 4773 | o247.VelocitySpread = 50 | |
| 4774 | o247.Color = ColorSequence.new(Color3.new(0.108736, 0, 0.969055),Color3.new(0.511208, 0.145312, 0.96939)) | |
| 4775 | o248.Name = "Particlepart" | |
| 4776 | o248.Parent = o6 | |
| 4777 | o248.Material = Enum.Material.Grass | |
| 4778 | o248.BrickColor = BrickColor.new("Dark blue")
| |
| 4779 | o248.Transparency = 1 | |
| 4780 | o248.Position = Vector3.new(117.857445, 11.2759762, -185.921417) | |
| 4781 | o248.Rotation = Vector3.new(3.79999995, 18.6900005, -12.3299999) | |
| 4782 | o248.Anchored = true | |
| 4783 | o248.Size = Vector3.new(8.689888, 2.00535941, 9.35834408) | |
| 4784 | o248.CFrame = CFrame.new(117.857445, 11.2759762, -185.921417, 0.92541641, 0.202344, 0.320407957, -0.192364097, 0.979308367, -0.0628581941, -0.326497138, -0.00346497633, 0.94519186) | |
| 4785 | o248.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4786 | o248.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4787 | o248.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4788 | o248.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4789 | o248.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4790 | o248.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4791 | o248.Color = Color3.new(0, 0.0627451, 0.690196) | |
| 4792 | o248.Position = Vector3.new(117.857445, 11.2759762, -185.921417) | |
| 4793 | o248.Orientation = Vector3.new(3.5999999, 18.7299995, -11.1099997) | |
| 4794 | o248.Color = Color3.new(0, 0.0627451, 0.690196) | |
| 4795 | o249.Parent = o248 | |
| 4796 | o249.Transparency = NumberSequence.new(0.77499997615814,0.89375001192093) | |
| 4797 | o249.Rotation = NumberRange.new(1,1) | |
| 4798 | o249.Color = ColorSequence.new(Color3.new(0.108736, 0, 0.969055),Color3.new(0.511208, 0.145312, 0.96939)) | |
| 4799 | o249.LightEmission = 1 | |
| 4800 | o249.Texture = "rbxasset://textures/particles/explosion01_implosion_main.dds" | |
| 4801 | o249.Lifetime = NumberRange.new(0.5,0.5) | |
| 4802 | o249.Rate = 50 | |
| 4803 | o249.RotSpeed = NumberRange.new(1,1) | |
| 4804 | o249.Speed = NumberRange.new(3,3) | |
| 4805 | o249.VelocitySpread = 50 | |
| 4806 | o249.Color = ColorSequence.new(Color3.new(0.108736, 0, 0.969055),Color3.new(0.511208, 0.145312, 0.96939)) | |
| 4807 | o250.Name = "Particlepart" | |
| 4808 | o250.Parent = o6 | |
| 4809 | o250.Material = Enum.Material.Grass | |
| 4810 | o250.BrickColor = BrickColor.new("Dark blue")
| |
| 4811 | o250.Transparency = 1 | |
| 4812 | o250.Position = Vector3.new(94.137207, 38.0941544, -234.18837) | |
| 4813 | o250.Rotation = Vector3.new(-5, 0, 0) | |
| 4814 | o250.Anchored = true | |
| 4815 | o250.Size = Vector3.new(18.494175, 2.14246869, 18.666563) | |
| 4816 | o250.CFrame = CFrame.new(94.137207, 38.0941544, -234.18837, 1, 0, 0, 0, 0.996194661, 0.087155968, 0, -0.087155968, 0.996194661) | |
| 4817 | o250.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4818 | o250.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4819 | o250.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4820 | o250.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4821 | o250.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4822 | o250.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4823 | o250.Color = Color3.new(0, 0.0627451, 0.690196) | |
| 4824 | o250.Position = Vector3.new(94.137207, 38.0941544, -234.18837) | |
| 4825 | o250.Orientation = Vector3.new(-5, 0, 0) | |
| 4826 | o250.Color = Color3.new(0, 0.0627451, 0.690196) | |
| 4827 | o251.Parent = o250 | |
| 4828 | o251.Transparency = NumberSequence.new(0.77499997615814,0.89375001192093) | |
| 4829 | o251.Rotation = NumberRange.new(1,1) | |
| 4830 | o251.Color = ColorSequence.new(Color3.new(0.108736, 0, 0.969055),Color3.new(0.511208, 0.145312, 0.96939)) | |
| 4831 | o251.LightEmission = 1 | |
| 4832 | o251.Texture = "rbxasset://textures/particles/explosion01_implosion_main.dds" | |
| 4833 | o251.Lifetime = NumberRange.new(1,1) | |
| 4834 | o251.Rate = 50 | |
| 4835 | o251.RotSpeed = NumberRange.new(1,1) | |
| 4836 | o251.Speed = NumberRange.new(3,3) | |
| 4837 | o251.VelocitySpread = 50 | |
| 4838 | o251.Color = ColorSequence.new(Color3.new(0.108736, 0, 0.969055),Color3.new(0.511208, 0.145312, 0.96939)) | |
| 4839 | o252.Name = "Particlepart" | |
| 4840 | o252.Parent = o6 | |
| 4841 | o252.Material = Enum.Material.Grass | |
| 4842 | o252.BrickColor = BrickColor.new("Dark blue")
| |
| 4843 | o252.Transparency = 1 | |
| 4844 | o252.Position = Vector3.new(94.1338654, 34.898674, -161.077545) | |
| 4845 | o252.Rotation = Vector3.new(10, 0, 0) | |
| 4846 | o252.Anchored = true | |
| 4847 | o252.Size = Vector3.new(16.8224506, 1.94880676, 16.9792557) | |
| 4848 | o252.CFrame = CFrame.new(94.1338654, 34.898674, -161.077545, 1, 0, 0, 0, 0.984807789, -0.173647955, 0, 0.173647955, 0.984807789) | |
| 4849 | o252.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4850 | o252.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4851 | o252.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4852 | o252.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4853 | o252.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4854 | o252.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4855 | o252.Color = Color3.new(0, 0.0627451, 0.690196) | |
| 4856 | o252.Position = Vector3.new(94.1338654, 34.898674, -161.077545) | |
| 4857 | o252.Orientation = Vector3.new(10, 0, 0) | |
| 4858 | o252.Color = Color3.new(0, 0.0627451, 0.690196) | |
| 4859 | o253.Parent = o252 | |
| 4860 | o253.Transparency = NumberSequence.new(0.77499997615814,0.89375001192093) | |
| 4861 | o253.Rotation = NumberRange.new(1,1) | |
| 4862 | o253.Color = ColorSequence.new(Color3.new(0.108736, 0, 0.969055),Color3.new(0.511208, 0.145312, 0.96939)) | |
| 4863 | o253.LightEmission = 1 | |
| 4864 | o253.Texture = "rbxasset://textures/particles/explosion01_implosion_main.dds" | |
| 4865 | o253.Lifetime = NumberRange.new(1,1) | |
| 4866 | o253.Rate = 50 | |
| 4867 | o253.RotSpeed = NumberRange.new(1,1) | |
| 4868 | o253.Speed = NumberRange.new(3,3) | |
| 4869 | o253.VelocitySpread = 50 | |
| 4870 | o253.Color = ColorSequence.new(Color3.new(0.108736, 0, 0.969055),Color3.new(0.511208, 0.145312, 0.96939)) | |
| 4871 | o254.Name = "Treebeam" | |
| 4872 | o254.Parent = o6 | |
| 4873 | o254.Transparency = 1 | |
| 4874 | o254.Position = Vector3.new(92.4518127, 35.1145821, -197.985916) | |
| 4875 | o254.Rotation = Vector3.new(0, 0, -130) | |
| 4876 | o254.Anchored = true | |
| 4877 | o254.Size = Vector3.new(0.253551096, 0.380326658, 0.253551096) | |
| 4878 | o254.CFrame = CFrame.new(92.4518127, 35.1145821, -197.985916, -0.642788053, 0.76604414, 0, -0.76604414, -0.642788053, 0, 0, 0, 1) | |
| 4879 | o254.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4880 | o254.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4881 | o254.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4882 | o254.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4883 | o254.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4884 | o254.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4885 | o254.Position = Vector3.new(92.4518127, 35.1145821, -197.985916) | |
| 4886 | o254.Orientation = Vector3.new(0, 0, -130) | |
| 4887 | o255.Name = "Beam" | |
| 4888 | o255.Parent = o254 | |
| 4889 | o255.Transparency = NumberSequence.new(0.71249997615814,0.875) | |
| 4890 | o255.Size = NumberSequence.new(0.87499976158142,0.56249976158142) | |
| 4891 | o255.Color = ColorSequence.new(Color3.new(0.397513, 0, 0.663676),Color3.new(0.327718, 0, 0.904418)) | |
| 4892 | o255.LightEmission = 0.5 | |
| 4893 | o255.Texture = "rbxasset://textures/particles/smoke_main.dds" | |
| 4894 | o255.Lifetime = NumberRange.new(10,10) | |
| 4895 | o255.Rate = 50 | |
| 4896 | o255.RotSpeed = NumberRange.new(5,5) | |
| 4897 | o255.VelocitySpread = 5 | |
| 4898 | o255.Color = ColorSequence.new(Color3.new(0.397513, 0, 0.663676),Color3.new(0.327718, 0, 0.904418)) | |
| 4899 | o256.Parent = o6 | |
| 4900 | o256.Material = Enum.Material.Slate | |
| 4901 | o256.BrickColor = BrickColor.new("Dark indigo")
| |
| 4902 | o256.Position = Vector3.new(68.2319794, 46.3132629, -196.693817) | |
| 4903 | o256.Rotation = Vector3.new(-180, -15, 0) | |
| 4904 | o256.Anchored = true | |
| 4905 | o256.Size = Vector3.new(5.59080362, 1.06491446, 3.99342942) | |
| 4906 | o256.CFrame = CFrame.new(68.2319794, 46.3132629, -196.693817, 0.965925813, -2.23517418e-08, -0.258818865, 2.23517347e-08, -1, 8.94069672e-08, -0.258818895, -5.96046448e-08, -0.965925753) | |
| 4907 | o256.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4908 | o256.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4909 | o256.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4910 | o256.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4911 | o256.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4912 | o256.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4913 | o256.Color = Color3.new(0.239216, 0.0823529, 0.521569) | |
| 4914 | o256.Position = Vector3.new(68.2319794, 46.3132629, -196.693817) | |
| 4915 | o256.Orientation = Vector3.new(0, -165, 180) | |
| 4916 | o256.Color = Color3.new(0.239216, 0.0823529, 0.521569) | |
| 4917 | o257.Name = "ItemId" | |
| 4918 | o257.Parent = o5 | |
| 4919 | o257.Value = 2 | |
| 4920 | o258.Name = "ThumbnailId" | |
| 4921 | o258.Parent = o5 | |
| 4922 | o258.Value = 205368937 | |
| 4923 | o259.Name = "Hitbox" | |
| 4924 | o259.Parent = o5 | |
| 4925 | o259.Material = Enum.Material.SmoothPlastic | |
| 4926 | o259.BrickColor = BrickColor.new("Bright blue")
| |
| 4927 | o259.Transparency = 1 | |
| 4928 | o259.Position = Vector3.new(86.7827377, 29.4555435, -198.103561) | |
| 4929 | o259.Rotation = Vector3.new(180, 0.0199999996, -179.98999) | |
| 4930 | o259.Anchored = true | |
| 4931 | o259.CanCollide = false | |
| 4932 | o259.FormFactor = Enum.FormFactor.Custom | |
| 4933 | o259.Size = Vector3.new(68.4588013, 45.6391983, 91.2783966) | |
| 4934 | o259.CFrame = CFrame.new(86.7827377, 29.4555435, -198.103561, -0.999996185, 9.64477586e-05, 0.000293251273, 9.64320279e-05, 1, -5.20706562e-05, -0.000293252611, -5.20414578e-05, -1.00000739) | |
| 4935 | o259.BottomSurface = Enum.SurfaceType.Smooth | |
| 4936 | o259.TopSurface = Enum.SurfaceType.Smooth | |
| 4937 | o259.Color = Color3.new(0.0509804, 0.411765, 0.67451) | |
| 4938 | o259.Position = Vector3.new(86.7827377, 29.4555435, -198.103561) | |
| 4939 | o259.Orientation = Vector3.new(0, 179.979996, 0.00999999978) | |
| 4940 | o259.Color = Color3.new(0.0509804, 0.411765, 0.67451) | |
| 4941 | o260.Name = "Flies" | |
| 4942 | o260.Parent = o259 | |
| 4943 | o260.Transparency = NumberSequence.new(1,0.79374998807907,0,0.77499997615814,0.79374998807907,0.77499997615814,0.70624995231628,0.92500001192093,0.91250002384186,0.89999997615814,1) | |
| 4944 | o260.Rotation = NumberRange.new(25,25) | |
| 4945 | o260.Size = NumberSequence.new(0.37499964237213,0.12499988079071,0.12499988079071) | |
| 4946 | o260.Color = ColorSequence.new(Color3.new(0.493431, 0, 0.998459),Color3.new(0.320958, 0, 0.998337)) | |
| 4947 | o260.LightEmission = 1 | |
| 4948 | o260.Texture = "http://www.roblox.com/asset/?id=162595515" | |
| 4949 | o260.Lifetime = NumberRange.new(8,8) | |
| 4950 | o260.Rate = 25 | |
| 4951 | o260.RotSpeed = NumberRange.new(25,25) | |
| 4952 | o260.Speed = NumberRange.new(0,0) | |
| 4953 | o260.VelocitySpread = 180 | |
| 4954 | o260.Color = ColorSequence.new(Color3.new(0.493431, 0, 0.998459),Color3.new(0.320958, 0, 0.998337)) | |
| 4955 | o261.Name = "Description" | |
| 4956 | o261.Parent = o5 | |
| 4957 | o261.Value = "An item which turns ores from droppers into cash. Use conveyor belts or place droppers right over it to start making money! Awards 1 Point per 100 ores." | |
| 4958 | o262.Name = "Cost" | |
| 4959 | o262.Parent = o5 | |
| 4960 | o262.Value = 100 | |
| 4961 | o263.Name = "Tier" | |
| 4962 | o263.Parent = o5 | |
| 4963 | o264.Name = "ItemType" | |
| 4964 | o264.Parent = o5 | |
| 4965 | o264.Value = 2 | |
| 4966 | o265.Name = "ReqPoints" | |
| 4967 | o265.Parent = o5 | |
| 4968 | o267.Parent = mas | |
| 4969 | o267.Material = Enum.Material.SmoothPlastic | |
| 4970 | o267.BrickColor = BrickColor.new("Deep orange")
| |
| 4971 | o267.Transparency = 1 | |
| 4972 | o267.Position = Vector3.new(104.999992, 53.0473289, -194.800018) | |
| 4973 | o267.Rotation = Vector3.new(90, 0, 180) | |
| 4974 | o267.Anchored = true | |
| 4975 | o267.CanCollide = false | |
| 4976 | o267.FormFactor = Enum.FormFactor.Symmetric | |
| 4977 | o267.Size = Vector3.new(2, 2, 0.999993801) | |
| 4978 | o267.CFrame = CFrame.new(104.999992, 53.0473289, -194.800018, -1, -8.74227624e-08, 4.37113954e-08, -4.37113634e-08, -2.18556977e-07, -1, 8.74227766e-08, -1, 2.18556977e-07) | |
| 4979 | o267.BottomSurface = Enum.SurfaceType.Smooth | |
| 4980 | o267.TopSurface = Enum.SurfaceType.Smooth | |
| 4981 | o267.Color = Color3.new(1, 0.686275, 0) | |
| 4982 | o267.Position = Vector3.new(104.999992, 53.0473289, -194.800018) | |
| 4983 | o267.Orientation = Vector3.new(90, -180, 0) | |
| 4984 | o267.Color = Color3.new(1, 0.686275, 0) | |
| 4985 | o268.Parent = o267 | |
| 4986 | o268.Size = NumberSequence.new(0.10000000149012,0.10000000149012) | |
| 4987 | o268.Color = ColorSequence.new(Color3.new(0.333333, 0, 0.498039),Color3.new(0.333333, 0, 0.498039)) | |
| 4988 | o268.Texture = "http://www.roblox.com/asset/?id=241685484" | |
| 4989 | o268.Acceleration = Vector3.new(0, -10, 0) | |
| 4990 | o268.Lifetime = NumberRange.new(1,2) | |
| 4991 | o268.Rate = 99 | |
| 4992 | o268.RotSpeed = NumberRange.new(260,260) | |
| 4993 | o268.Speed = NumberRange.new(10,10) | |
| 4994 | o268.VelocitySpread = 360 | |
| 4995 | o268.Color = ColorSequence.new(Color3.new(0.333333, 0, 0.498039),Color3.new(0.333333, 0, 0.498039)) | |
| 4996 | o269.Parent = o267 | |
| 4997 | o269.Size = NumberSequence.new(0.10000000149012,0.10000000149012) | |
| 4998 | o269.Color = ColorSequence.new(Color3.new(0.666667, 0, 0.498039),Color3.new(0.666667, 0, 0.498039)) | |
| 4999 | o269.Texture = "http://www.roblox.com/asset/?id=241685484" | |
| 5000 | o269.Acceleration = Vector3.new(0, -10, 0) | |
| 5001 | o269.Lifetime = NumberRange.new(1,2) | |
| 5002 | o269.Rate = 99 | |
| 5003 | o269.RotSpeed = NumberRange.new(260,260) | |
| 5004 | o269.Speed = NumberRange.new(10,10) | |
| 5005 | o269.VelocitySpread = 360 | |
| 5006 | o269.Color = ColorSequence.new(Color3.new(0.666667, 0, 0.498039),Color3.new(0.666667, 0, 0.498039)) | |
| 5007 | o270.Parent = o267 | |
| 5008 | o270.Size = NumberSequence.new(0.10000000149012,0.10000000149012) | |
| 5009 | o270.Texture = "http://www.roblox.com/asset/?id=241685484" | |
| 5010 | o270.Acceleration = Vector3.new(0, -10, 0) | |
| 5011 | o270.Lifetime = NumberRange.new(1,2) | |
| 5012 | o270.Rate = 99 | |
| 5013 | o270.RotSpeed = NumberRange.new(260,260) | |
| 5014 | o270.Speed = NumberRange.new(10,10) | |
| 5015 | o270.VelocitySpread = 360 | |
| 5016 | o271.Parent = o267 | |
| 5017 | o271.Size = NumberSequence.new(0.10000000149012,0.10000000149012) | |
| 5018 | o271.Color = ColorSequence.new(Color3.new(1, 0.333333, 1),Color3.new(1, 0.333333, 1)) | |
| 5019 | o271.Texture = "http://www.roblox.com/asset/?id=241685484" | |
| 5020 | o271.Acceleration = Vector3.new(0, -10, 0) | |
| 5021 | o271.Lifetime = NumberRange.new(1,2) | |
| 5022 | o271.Rate = 99 | |
| 5023 | o271.RotSpeed = NumberRange.new(260,260) | |
| 5024 | o271.Speed = NumberRange.new(10,10) | |
| 5025 | o271.VelocitySpread = 360 | |
| 5026 | o271.Color = ColorSequence.new(Color3.new(1, 0.333333, 1),Color3.new(1, 0.333333, 1)) | |
| 5027 | o272.Parent = o267 | |
| 5028 | o272.Size = NumberSequence.new(0.10000000149012,0.10000000149012) | |
| 5029 | o272.Color = ColorSequence.new(Color3.new(0.594354, 0.159838, 1),Color3.new(0.594354, 0.159838, 1)) | |
| 5030 | o272.Texture = "http://www.roblox.com/asset/?id=241685484" | |
| 5031 | o272.Acceleration = Vector3.new(0, -10, 0) | |
| 5032 | o272.Lifetime = NumberRange.new(1,2) | |
| 5033 | o272.Rate = 99 | |
| 5034 | o272.RotSpeed = NumberRange.new(260,260) | |
| 5035 | o272.Speed = NumberRange.new(10,10) | |
| 5036 | o272.VelocitySpread = 360 | |
| 5037 | o272.Color = ColorSequence.new(Color3.new(0.594354, 0.159838, 1),Color3.new(0.594354, 0.159838, 1)) | |
| 5038 | o273.Parent = mas | |
| 5039 | o273.Transparency = 1 | |
| 5040 | o273.Position = Vector3.new(79.6023712, 32.5057487, -203.402969) | |
| 5041 | o273.Anchored = true | |
| 5042 | o273.Size = Vector3.new(5, 1, 6) | |
| 5043 | o273.CFrame = CFrame.new(79.6023712, 32.5057487, -203.402969, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 5044 | o273.TopSurface = Enum.SurfaceType.Smooth | |
| 5045 | o273.Position = Vector3.new(79.6023712, 32.5057487, -203.402969) | |
| 5046 | o274.Parent = o273 | |
| 5047 | o274.Transparency = 1 | |
| 5048 | o274.Texture = "rbxasset://textures/SpawnLocation.png" | |
| 5049 | o274.Face = Enum.NormalId.Top | |
| 5050 | o275.Parent = mas | |
| 5051 | o275.Transparency = 1 | |
| 5052 | o275.Position = Vector3.new(62.6023712, 49.5057487, -194.402969) | |
| 5053 | o275.Anchored = true | |
| 5054 | o275.Size = Vector3.new(5, 1, 6) | |
| 5055 | o275.CFrame = CFrame.new(62.6023712, 49.5057487, -194.402969, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 5056 | o275.TopSurface = Enum.SurfaceType.Smooth | |
| 5057 | o275.Position = Vector3.new(62.6023712, 49.5057487, -194.402969) | |
| 5058 | o276.Parent = o275 | |
| 5059 | o276.Transparency = 1 | |
| 5060 | o276.Texture = "rbxasset://textures/SpawnLocation.png" | |
| 5061 | o276.Face = Enum.NormalId.Top | |
| 5062 | o277.Name = "Sky" | |
| 5063 | o277.Parent = mas | |
| 5064 | o277.Position = Vector3.new(38, 16.6000004, -29) | |
| 5065 | o277.Rotation = Vector3.new(-180, 0, -180) | |
| 5066 | o277.Anchored = true | |
| 5067 | o277.Locked = true | |
| 5068 | o277.FormFactor = Enum.FormFactor.Symmetric | |
| 5069 | o277.Size = Vector3.new(2, 2, 2) | |
| 5070 | o277.CFrame = CFrame.new(38, 16.6000004, -29, -1, 0, 0, 0, 1, 0, 0, 0, -1) | |
| 5071 | o277.Position = Vector3.new(38, 16.6000004, -29) | |
| 5072 | o277.Orientation = Vector3.new(0, 180, 0) | |
| 5073 | o278.Parent = o277 | |
| 5074 | o278.MeshId = "http://www.roblox.com/asset/?id=1527559" | |
| 5075 | o278.Scale = Vector3.new(-4000, -180, -4000) | |
| 5076 | o278.TextureId = "http://www.roblox.com/asset/?id=1529455" | |
| 5077 | o278.VertexColor = Vector3.new(0.829999983, 0, 0.839999974) | |
| 5078 | o278.MeshType = Enum.MeshType.FileMesh | |
| 5079 | o278.Scale = Vector3.new(-4000, -180, -4000) | |
| 5080 | o279.Parent = mas | |
| 5081 | o279.MeshId = "http://www.roblox.com/asset/?id=1527559" | |
| 5082 | o279.Scale = Vector3.new(-4000, -180, -4000) | |
| 5083 | o279.TextureId = "http://www.roblox.com/asset/?id=1529455" | |
| 5084 | o279.VertexColor = Vector3.new(0.829999983, 0, 0.839999974) | |
| 5085 | o279.MeshType = Enum.MeshType.FileMesh | |
| 5086 | o279.Scale = Vector3.new(-4000, -180, -4000) | |
| 5087 | mas.Parent = workspace | |
| 5088 | mas:MakeJoints() | |
| 5089 | local mas1 = mas:GetChildren() | |
| 5090 | for i=1,#mas1 do | |
| 5091 | mas1[i].Parent = workspace | |
| 5092 | ypcall(function() mas1[i]:MakeJoints() end) | |
| 5093 | end | |
| 5094 | mas:Destroy() | |
| 5095 | for i=1,#cors do | |
| 5096 | coroutine.resume(cors[i]) | |
| 5097 | end | |
| 5098 | mess_handle.Text = "Resetting" | |
| 5099 | for i,v in pairs(game:GetService("Players"):GetPlayers()) do
| |
| 5100 | v:LoadCharacter() | |
| 5101 | end | |
| 5102 | wait(1) | |
| 5103 | mess_handle:Remove() | |
| 5104 | ||
| 5105 | game:GetService("Lighting").Ambient = Color3.new(0, 0, 0)
| |
| 5106 | game:GetService("Lighting").Brightness = 1
| |
| 5107 | game:GetService("Lighting").ColorShift_Bottom = Color3.new(0, 0, 0)
| |
| 5108 | game:GetService("Lighting").ColorShift_Top = Color3.new(0, 0, 0)
| |
| 5109 | game:GetService("Lighting").GlobalShadows = true
| |
| 5110 | game:GetService("Lighting").OutdoorAmbient = Color3.new(0.552941, 0, 0.737255)
| |
| 5111 | game:GetService("Lighting").Outlines = false
| |
| 5112 | game:GetService("Lighting").GeographicLatitude = 41.733299255371
| |
| 5113 | game:GetService("Lighting").TimeOfDay = "14:00:00"
| |
| 5114 | game:GetService("Lighting").FogColor = Color3.new(0.75, 0.75, 0.75)
| |
| 5115 | game:GetService("Lighting").FogEnd = 100000
| |
| 5116 | game:GetService("Lighting").FogStart = 0 |