View difference between Paste ID: BSFxvfXs and C7whx8QL
SHOW: | | - or go back to the newest paste.
1
--https://github.com/Mokiros/roblox-FE-compatibility
2
if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
3
local Player,game,owner = owner,game
4
local RealPlayer = Player
5
do
6
	print("FE Compatibility code V2 by Mokiros")
7
	local RealPlayer = RealPlayer
8
	script.Parent = RealPlayer.Character
9
10
	--Fake event to make stuff like Mouse.KeyDown work
11
	local Disconnect_Function = function(this)
12
		this[1].Functions[this[2]] = nil
13
	end
14
	local Disconnect_Metatable = {__index={disconnect=Disconnect_Function,Disconnect=Disconnect_Function}}
15
	local FakeEvent_Metatable = {__index={
16
		Connect = function(this,f)
17
			local i = tostring(math.random(0,10000))
18
			while this.Functions[i] do
19
				i = tostring(math.random(0,10000))
20
			end
21
			this.Functions[i] = f
22
			return setmetatable({this,i},Disconnect_Metatable)
23
		end
24
	}}
25
	FakeEvent_Metatable.__index.connect = FakeEvent_Metatable.__index.Connect
26
	local function fakeEvent()
27
		return setmetatable({Functions={}},FakeEvent_Metatable)
28
	end
29
30
	--Creating fake input objects with fake variables
31
    local FakeMouse = {Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent(),Button2Up=fakeEvent(),Button2Down=fakeEvent()}
32
    FakeMouse.keyUp = FakeMouse.KeyUp
33
    FakeMouse.keyDown = FakeMouse.KeyDown
34
	local UIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()}
35
	local CAS = {Actions={},BindAction=function(self,name,fun,touch,...)
36
		CAS.Actions[name] = fun and {Name=name,Function=fun,Keys={...}} or nil
37
	end}
38
	--Merged 2 functions into one by checking amount of arguments
39
	CAS.UnbindAction = CAS.BindAction
40
41
	--This function will trigger the events that have been :Connect()'ed
42
	local function TriggerEvent(self,ev,...)
43
		for _,f in pairs(self[ev].Functions) do
44
			f(...)
45
		end
46
	end
47
	FakeMouse.TriggerEvent = TriggerEvent
48
	UIS.TriggerEvent = TriggerEvent
49
50
	--Client communication
51
	local Event = Instance.new("RemoteEvent")
52
	Event.Name = "UserInput_Event"
53
	Event.OnServerEvent:Connect(function(plr,io)
54
	    if plr~=RealPlayer then return end
55
		FakeMouse.Target = io.Target
56
		FakeMouse.Hit = io.Hit
57
		if not io.isMouse then
58
			local b = io.UserInputState == Enum.UserInputState.Begin
59
			if io.UserInputType == Enum.UserInputType.MouseButton1 then
60
				return FakeMouse:TriggerEvent(b and "Button1Down" or "Button1Up")
61
			end
62
			if io.UserInputType == Enum.UserInputType.MouseButton2 then
63
				return FakeMouse:TriggerEvent(b and "Button2Down" or "Button2Up")
64
			end
65
			for _,t in pairs(CAS.Actions) do
66
				for _,k in pairs(t.Keys) do
67
					if k==io.KeyCode then
68
						t.Function(t.Name,io.UserInputState,io)
69
					end
70
				end
71
			end
72
			FakeMouse:TriggerEvent(b and "KeyDown" or "KeyUp",io.KeyCode.Name:lower())
73
			UIS:TriggerEvent(b and "InputBegan" or "InputEnded",io,false)
74
	    end
75
	end)
76
	Event.Parent = NLS([==[local Event = script:WaitForChild("UserInput_Event")
77
	local Mouse = owner:GetMouse()
78
	local UIS = game:GetService("UserInputService")
79
	local input = function(io,RobloxHandled)
80
		if RobloxHandled then return end
81
		--Since InputObject is a client-side instance, we create and pass table instead
82
		Event:FireServer({KeyCode=io.KeyCode,UserInputType=io.UserInputType,UserInputState=io.UserInputState,Hit=Mouse.Hit,Target=Mouse.Target})
83
	end
84
	UIS.InputBegan:Connect(input)
85
	UIS.InputEnded:Connect(input)
86
	local h,t
87
	--Give the server mouse data every second frame, but only if the values changed
88
	--If player is not moving their mouse, client won't fire events
89
	local HB = game:GetService("RunService").Heartbeat
90
	while true do
91
		if h~=Mouse.Hit or t~=Mouse.Target then
92
			h,t=Mouse.Hit,Mouse.Target
93
			Event:FireServer({isMouse=true,Target=t,Hit=h})
94
		end
95
		--Wait 2 frames
96
		for i=1,2 do
97
			HB:Wait()
98
		end
99
	end]==],script)
100
101
	----Sandboxed game object that allows the usage of client-side methods and services
102
	--Real game object
103
	local RealGame = game
104
105
	--Metatable for fake service
106
	local FakeService_Metatable = {
107
		__index = function(self,k)
108
			local s = rawget(self,"_RealService")
109
			if s then
110
				return typeof(s[k])=="function"
111
				and function(_,...)return s[k](s,...)end or s[k]
112
			end
113
		end,
114
		__newindex = function(self,k,v)
115
			local s = rawget(self,"_RealService")
116
			if s then s[k]=v end
117
		end
118
	}
119
	local function FakeService(t,RealService)
120
		t._RealService = typeof(RealService)=="string" and RealGame:GetService(RealService) or RealService
121
		return setmetatable(t,FakeService_Metatable)
122
	end
123
124
	--Fake game object
125
	local FakeGame = {
126
		GetService = function(self,s)
127
			return rawget(self,s) or RealGame:GetService(s)
128
		end,
129
		Players = FakeService({
130
			LocalPlayer = FakeService({GetMouse=function(self)return FakeMouse end},Player)
131
		},"Players"),
132
		UserInputService = FakeService(UIS,"UserInputService"),
133
		ContextActionService = FakeService(CAS,"ContextActionService"),
134
		RunService = FakeService({
135
			_btrs = {},
136
			RenderStepped = RealGame:GetService("RunService").Heartbeat,
137
			BindToRenderStep = function(self,name,_,fun)
138
				self._btrs[name] = self.Heartbeat:Connect(fun)
139
			end,
140
			UnbindFromRenderStep = function(self,name)
141
				self._btrs[name]:Disconnect()
142
			end,
143
		},"RunService")
144
	}
145
	rawset(FakeGame.Players,"localPlayer",FakeGame.Players.LocalPlayer)
146
	FakeGame.service = FakeGame.GetService
147
	FakeService(FakeGame,game)
148
	--Changing owner to fake player object to support owner:GetMouse()
149
	game,owner = FakeGame,FakeGame.Players.LocalPlayer
150
end
151
152
153
print("Converted by carlosname125471")
154
--fist town's house. its very good building script
155
function sandbox(var,func)
156
	local env = getfenv(func)
157
	local newenv = setmetatable({},{
158
		__index = function(self,k)
159
			if k=="script" then
160
				return var
161
			else
162
				return env[k]
163
			end
164
		end,
165
	})
166
	setfenv(func,newenv)
167
	return func
168
end
169
cors = {}
170
mas = Instance.new("Model",game:GetService("Lighting"))
171
Model0 = Instance.new("Model")
172
Model1 = Instance.new("Model")
173
Part2 = Instance.new("Part")
174
Model3 = Instance.new("Model")
175
Part4 = Instance.new("Part")
176
Part5 = Instance.new("Part")
177
Part6 = Instance.new("Part")
178
Part7 = Instance.new("Part")
179
Model8 = Instance.new("Model")
180
Part9 = Instance.new("Part")
181
Part10 = Instance.new("Part")
182
Part11 = Instance.new("Part")
183
Part12 = Instance.new("Part")
184
Part13 = Instance.new("Part")
185
Part14 = Instance.new("Part")
186
Seat15 = Instance.new("Seat")
187
Part16 = Instance.new("Part")
188
Model17 = Instance.new("Model")
189
Part18 = Instance.new("Part")
190
PointLight19 = Instance.new("PointLight")
191
RemoteEvent20 = Instance.new("RemoteEvent")
192
Part21 = Instance.new("Part")
193
Weld22 = Instance.new("Weld")
194
Part23 = Instance.new("Part")
195
Script24 = Instance.new("Script")
196
Script25 = Instance.new("Script")
197
LocalScript26 = Instance.new("LocalScript")
198
Model27 = Instance.new("Model")
199
Part28 = Instance.new("Part")
200
Part29 = Instance.new("Part")
201
Model30 = Instance.new("Model")
202
Part31 = Instance.new("Part")
203
Part32 = Instance.new("Part")
204
Part33 = Instance.new("Part")
205
Part34 = Instance.new("Part")
206
Part35 = Instance.new("Part")
207
Model36 = Instance.new("Model")
208
Part37 = Instance.new("Part")
209
Part38 = Instance.new("Part")
210
Part39 = Instance.new("Part")
211
Part40 = Instance.new("Part")
212
Part41 = Instance.new("Part")
213
Part42 = Instance.new("Part")
214
Part43 = Instance.new("Part")
215
Part44 = Instance.new("Part")
216
Part45 = Instance.new("Part")
217
SpecialMesh46 = Instance.new("SpecialMesh")
218
Part47 = Instance.new("Part")
219
SpecialMesh48 = Instance.new("SpecialMesh")
220
Model49 = Instance.new("Model")
221
Part50 = Instance.new("Part")
222
Part51 = Instance.new("Part")
223
Part52 = Instance.new("Part")
224
Part53 = Instance.new("Part")
225
Part54 = Instance.new("Part")
226
Part55 = Instance.new("Part")
227
Seat56 = Instance.new("Seat")
228
Part57 = Instance.new("Part")
229
Model58 = Instance.new("Model")
230
Part59 = Instance.new("Part")
231
Part60 = Instance.new("Part")
232
Part61 = Instance.new("Part")
233
Part62 = Instance.new("Part")
234
Part63 = Instance.new("Part")
235
Part64 = Instance.new("Part")
236
Part65 = Instance.new("Part")
237
Seat66 = Instance.new("Seat")
238
Seat67 = Instance.new("Seat")
239
Seat68 = Instance.new("Seat")
240
Part69 = Instance.new("Part")
241
Part70 = Instance.new("Part")
242
Seat71 = Instance.new("Seat")
243
Model72 = Instance.new("Model")
244
Part73 = Instance.new("Part")
245
Model74 = Instance.new("Model")
246
Part75 = Instance.new("Part")
247
Part76 = Instance.new("Part")
248
Part77 = Instance.new("Part")
249
Part78 = Instance.new("Part")
250
Model79 = Instance.new("Model")
251
Part80 = Instance.new("Part")
252
Part81 = Instance.new("Part")
253
Part82 = Instance.new("Part")
254
Part83 = Instance.new("Part")
255
Part84 = Instance.new("Part")
256
Model85 = Instance.new("Model")
257
Part86 = Instance.new("Part")
258
Model87 = Instance.new("Model")
259
Part88 = Instance.new("Part")
260
Part89 = Instance.new("Part")
261
Part90 = Instance.new("Part")
262
Part91 = Instance.new("Part")
263
Model92 = Instance.new("Model")
264
Part93 = Instance.new("Part")
265
Weld94 = Instance.new("Weld")
266
Script95 = Instance.new("Script")
267
Model96 = Instance.new("Model")
268
Part97 = Instance.new("Part")
269
Part98 = Instance.new("Part")
270
Part99 = Instance.new("Part")
271
Weld100 = Instance.new("Weld")
272
BodyPosition101 = Instance.new("BodyPosition")
273
Part102 = Instance.new("Part")
274
Model103 = Instance.new("Model")
275
Part104 = Instance.new("Part")
276
Part105 = Instance.new("Part")
277
Part106 = Instance.new("Part")
278
Part107 = Instance.new("Part")
279
Model108 = Instance.new("Model")
280
Part109 = Instance.new("Part")
281
Weld110 = Instance.new("Weld")
282
Script111 = Instance.new("Script")
283
Model112 = Instance.new("Model")
284
Part113 = Instance.new("Part")
285
Part114 = Instance.new("Part")
286
Part115 = Instance.new("Part")
287
Weld116 = Instance.new("Weld")
288
BodyPosition117 = Instance.new("BodyPosition")
289
Part118 = Instance.new("Part")
290
Model119 = Instance.new("Model")
291
Part120 = Instance.new("Part")
292
Model121 = Instance.new("Model")
293
Part122 = Instance.new("Part")
294
Part123 = Instance.new("Part")
295
Part124 = Instance.new("Part")
296
Part125 = Instance.new("Part")
297
Model126 = Instance.new("Model")
298
Part127 = Instance.new("Part")
299
Model128 = Instance.new("Model")
300
Part129 = Instance.new("Part")
301
Part130 = Instance.new("Part")
302
Part131 = Instance.new("Part")
303
Part132 = Instance.new("Part")
304
Model133 = Instance.new("Model")
305
Part134 = Instance.new("Part")
306
Part135 = Instance.new("Part")
307
Part136 = Instance.new("Part")
308
Part137 = Instance.new("Part")
309
Part138 = Instance.new("Part")
310
Part139 = Instance.new("Part")
311
Part140 = Instance.new("Part")
312
Part141 = Instance.new("Part")
313
Part142 = Instance.new("Part")
314
Part143 = Instance.new("Part")
315
Part144 = Instance.new("Part")
316
Part145 = Instance.new("Part")
317
Part146 = Instance.new("Part")
318
Part147 = Instance.new("Part")
319
Part148 = Instance.new("Part")
320
Part149 = Instance.new("Part")
321
Part150 = Instance.new("Part")
322
Part151 = Instance.new("Part")
323
Part152 = Instance.new("Part")
324
Part153 = Instance.new("Part")
325
Part154 = Instance.new("Part")
326
Part155 = Instance.new("Part")
327
Part156 = Instance.new("Part")
328
Part157 = Instance.new("Part")
329
Part158 = Instance.new("Part")
330
Part159 = Instance.new("Part")
331
Part160 = Instance.new("Part")
332
Part161 = Instance.new("Part")
333
Part162 = Instance.new("Part")
334
Part163 = Instance.new("Part")
335
Part164 = Instance.new("Part")
336
Part165 = Instance.new("Part")
337
Part166 = Instance.new("Part")
338
WedgePart167 = Instance.new("WedgePart")
339
WedgePart168 = Instance.new("WedgePart")
340
WedgePart169 = Instance.new("WedgePart")
341
WedgePart170 = Instance.new("WedgePart")
342
Model0.Name = "HouseTunnel"
343
Model0.Parent = mas
344
Model1.Name = "Windows"
345
Model1.Parent = Model0
346
Part2.Name = "Window"
347
Part2.Parent = Model1
348
Part2.Material = Enum.Material.SmoothPlastic
349
Part2.BrickColor = BrickColor.new("Fog")
350
Part2.Reflectance = 0.5
351
Part2.Transparency = 0.5
352
Part2.Rotation = Vector3.new(0, 0, -0.00999999978)
353
Part2.Anchored = true
354
Part2.Size = Vector3.new(0.600000024, 4, 3)
355
Part2.CFrame = CFrame.new(-78.3130646, 5.40036583, 73.3123627, 1, 9.15532946e-05, -3.05160374e-05, -9.15529672e-05, 0.999997973, 2.24999512e-05, 3.05178401e-05, -1.35578466e-05, 0.999994516)
356
Part2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
357
Part2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
358
Part2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
359
Part2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
360
Part2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
361
Part2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
362
Part2.Color = Color3.new(0.780392, 0.831373, 0.894118)
363
Part2.Position = Vector3.new(-78.3130646, 5.40036583, 73.3123627)
364
Part2.Orientation = Vector3.new(0, 0, -0.00999999978)
365
Part2.Color = Color3.new(0.780392, 0.831373, 0.894118)
366
Model3.Parent = Model1
367
Part4.Parent = Model3
368
Part4.Material = Enum.Material.Concrete
369
Part4.BrickColor = BrickColor.new("Dirt brown")
370
Part4.Rotation = Vector3.new(-90, 0.00999999978, 89.9899979)
371
Part4.Anchored = true
372
Part4.Size = Vector3.new(3, 1, 0.400000036)
373
Part4.CFrame = CFrame.new(-78.312767, 7.60057735, 73.312027, 0.000152592838, -1, 9.1562506e-05, -3.46528577e-05, 9.15575947e-05, 0.999997854, -0.999994457, -0.000152595065, -2.57469965e-05)
374
Part4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
375
Part4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
376
Part4.Color = Color3.new(0.337255, 0.258824, 0.211765)
377
Part4.Position = Vector3.new(-78.312767, 7.60057735, 73.312027)
378
Part4.Orientation = Vector3.new(-89.8799973, 105.709999, -20.7299995)
379
Part4.Color = Color3.new(0.337255, 0.258824, 0.211765)
380
Part5.Parent = Model3
381
Part5.Material = Enum.Material.Concrete
382
Part5.BrickColor = BrickColor.new("Dirt brown")
383
Part5.Rotation = Vector3.new(-90, 0.00999999978, 89.9899979)
384
Part5.Anchored = true
385
Part5.Size = Vector3.new(3.80000019, 1, 0.400000572)
386
Part5.CFrame = CFrame.new(-78.3130646, 3.20015621, 73.3117218, 0.000152592838, -1, 9.1562506e-05, -3.46528577e-05, 9.15575947e-05, 0.999997854, -0.999994457, -0.000152595065, -2.57469965e-05)
387
Part5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
388
Part5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
389
Part5.Color = Color3.new(0.337255, 0.258824, 0.211765)
390
Part5.Position = Vector3.new(-78.3130646, 3.20015621, 73.3117218)
391
Part5.Orientation = Vector3.new(-89.8799973, 105.709999, -20.7299995)
392
Part5.Color = Color3.new(0.337255, 0.258824, 0.211765)
393
Part6.Parent = Model3
394
Part6.Material = Enum.Material.Concrete
395
Part6.BrickColor = BrickColor.new("Dirt brown")
396
Part6.Rotation = Vector3.new(-90, 0.00999999978, 89.9899979)
397
Part6.Anchored = true
398
Part6.Size = Vector3.new(0.400000036, 1, 4.40000057)
399
Part6.CFrame = CFrame.new(-78.3130493, 5.60033417, 75.012001, 0.000152592838, -1, 9.1562506e-05, -3.46528577e-05, 9.15575947e-05, 0.999997854, -0.999994457, -0.000152595065, -2.57469965e-05)
400
Part6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
401
Part6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
402
Part6.Color = Color3.new(0.337255, 0.258824, 0.211765)
403
Part6.Position = Vector3.new(-78.3130493, 5.60033417, 75.012001)
404
Part6.Orientation = Vector3.new(-89.8799973, 105.709999, -20.7299995)
405
Part6.Color = Color3.new(0.337255, 0.258824, 0.211765)
406
Part7.Parent = Model3
407
Part7.Material = Enum.Material.Concrete
408
Part7.BrickColor = BrickColor.new("Dirt brown")
409
Part7.Rotation = Vector3.new(-90, 0.00999999978, 89.9899979)
410
Part7.Anchored = true
411
Part7.Size = Vector3.new(0.400000036, 1, 4.40000057)
412
Part7.CFrame = CFrame.new(-78.3130722, 5.60047913, 71.6118927, 0.000152592838, -1, 9.1562506e-05, -3.46528577e-05, 9.15575947e-05, 0.999997854, -0.999994457, -0.000152595065, -2.57469965e-05)
413
Part7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
414
Part7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
415
Part7.Color = Color3.new(0.337255, 0.258824, 0.211765)
416
Part7.Position = Vector3.new(-78.3130722, 5.60047913, 71.6118927)
417
Part7.Orientation = Vector3.new(-89.8799973, 105.709999, -20.7299995)
418
Part7.Color = Color3.new(0.337255, 0.258824, 0.211765)
419
Model8.Name = "WoodenChair"
420
Model8.Parent = Model0
421
Part9.Parent = Model8
422
Part9.Material = Enum.Material.Wood
423
Part9.BrickColor = BrickColor.new("Dark orange")
424
Part9.Rotation = Vector3.new(90, -90, 0)
425
Part9.Anchored = true
426
Part9.Shape = Enum.PartType.Cylinder
427
Part9.Size = Vector3.new(1.20000005, 0.400000036, 0.400000036)
428
Part9.CFrame = CFrame.new(-73.6111832, 1.61041546, 75.0128784, 3.05182039e-05, 5.62067726e-10, -1, -0.999997973, -7.95641245e-06, -3.05176181e-05, -1.68982569e-05, 0.999994516, -6.73026079e-10)
429
Part9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
430
Part9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
431
Part9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
432
Part9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
433
Part9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
434
Part9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
435
Part9.Color = Color3.new(0.627451, 0.372549, 0.207843)
436
Part9.Position = Vector3.new(-73.6111832, 1.61041546, 75.0128784)
437
Part9.Orientation = Vector3.new(0, -90, -90)
438
Part9.Color = Color3.new(0.627451, 0.372549, 0.207843)
439
Part10.Parent = Model8
440
Part10.Material = Enum.Material.Wood
441
Part10.BrickColor = BrickColor.new("Dark orange")
442
Part10.Rotation = Vector3.new(90, -90, 0)
443
Part10.Anchored = true
444
Part10.Shape = Enum.PartType.Cylinder
445
Part10.Size = Vector3.new(1.20000005, 0.400000036, 0.400000036)
446
Part10.CFrame = CFrame.new(-75.6109085, 1.61009789, 75.0126495, 3.05182039e-05, 5.62067726e-10, -1, -0.999997973, -7.95641245e-06, -3.05176181e-05, -1.68982569e-05, 0.999994516, -6.73026079e-10)
447
Part10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
448
Part10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
449
Part10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
450
Part10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
451
Part10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
452
Part10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
453
Part10.Color = Color3.new(0.627451, 0.372549, 0.207843)
454
Part10.Position = Vector3.new(-75.6109085, 1.61009789, 75.0126495)
455
Part10.Orientation = Vector3.new(0, -90, -90)
456
Part10.Color = Color3.new(0.627451, 0.372549, 0.207843)
457
Part11.Parent = Model8
458
Part11.Material = Enum.Material.Wood
459
Part11.BrickColor = BrickColor.new("Dark orange")
460
Part11.Rotation = Vector3.new(90, -90, 0)
461
Part11.Anchored = true
462
Part11.Shape = Enum.PartType.Cylinder
463
Part11.Size = Vector3.new(3.20000005, 0.400000036, 0.400000036)
464
Part11.CFrame = CFrame.new(-75.6110153, 2.61012459, 73.2128296, 3.05182039e-05, 5.62067726e-10, -1, -0.999997973, -7.95641245e-06, -3.05176181e-05, -1.68982569e-05, 0.999994516, -6.73026079e-10)
465
Part11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
466
Part11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
467
Part11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
468
Part11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
469
Part11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
470
Part11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
471
Part11.Color = Color3.new(0.627451, 0.372549, 0.207843)
472
Part11.Position = Vector3.new(-75.6110153, 2.61012459, 73.2128296)
473
Part11.Orientation = Vector3.new(0, -90, -90)
474
Part11.Color = Color3.new(0.627451, 0.372549, 0.207843)
475
Part12.Parent = Model8
476
Part12.Material = Enum.Material.Wood
477
Part12.BrickColor = BrickColor.new("Dark orange")
478
Part12.Rotation = Vector3.new(-180, 0, 179.990005)
479
Part12.Anchored = true
480
Part12.Size = Vector3.new(2.39999914, 0.400000006, 0.400000006)
481
Part12.CFrame = CFrame.new(-74.6113052, 4.41043472, 73.2129898, -1, -9.15542114e-05, 3.0516052e-05, -9.15523415e-05, 0.999997973, 3.85054009e-05, -3.05209433e-05, 4.74447043e-05, -0.999994457)
482
Part12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
483
Part12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
484
Part12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
485
Part12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
486
Part12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
487
Part12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
488
Part12.Color = Color3.new(0.627451, 0.372549, 0.207843)
489
Part12.Position = Vector3.new(-74.6113052, 4.41043472, 73.2129898)
490
Part12.Orientation = Vector3.new(0, 180, -0.00999999978)
491
Part12.Color = Color3.new(0.627451, 0.372549, 0.207843)
492
Part13.Parent = Model8
493
Part13.Material = Enum.Material.Wood
494
Part13.BrickColor = BrickColor.new("Dark orange")
495
Part13.Rotation = Vector3.new(-180, 0, 179.990005)
496
Part13.Anchored = true
497
Part13.Size = Vector3.new(1.99999917, 0.400000006, 0.400000006)
498
Part13.CFrame = CFrame.new(-74.6113358, 3.61037636, 73.2129669, -1, -9.15542114e-05, 3.0516052e-05, -9.15523415e-05, 0.999997973, 3.85054009e-05, -3.05209433e-05, 4.74447043e-05, -0.999994457)
499
Part13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
500
Part13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
501
Part13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
502
Part13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
503
Part13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
504
Part13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
505
Part13.Color = Color3.new(0.627451, 0.372549, 0.207843)
506
Part13.Position = Vector3.new(-74.6113358, 3.61037636, 73.2129669)
507
Part13.Orientation = Vector3.new(0, 180, -0.00999999978)
508
Part13.Color = Color3.new(0.627451, 0.372549, 0.207843)
509
Part14.Parent = Model8
510
Part14.Material = Enum.Material.Wood
511
Part14.BrickColor = BrickColor.new("Dark orange")
512
Part14.Rotation = Vector3.new(90, -90, 0)
513
Part14.Anchored = true
514
Part14.Shape = Enum.PartType.Cylinder
515
Part14.Size = Vector3.new(3.20000005, 0.400000036, 0.400000036)
516
Part14.CFrame = CFrame.new(-73.611351, 2.61048603, 73.2130814, 3.05182039e-05, 5.62067726e-10, -1, -0.999997973, -7.95641245e-06, -3.05176181e-05, -1.68982569e-05, 0.999994516, -6.73026079e-10)
517
Part14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
518
Part14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
519
Part14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
520
Part14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
521
Part14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
522
Part14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
523
Part14.Color = Color3.new(0.627451, 0.372549, 0.207843)
524
Part14.Position = Vector3.new(-73.611351, 2.61048603, 73.2130814)
525
Part14.Orientation = Vector3.new(0, -90, -90)
526
Part14.Color = Color3.new(0.627451, 0.372549, 0.207843)
527
Seat15.Parent = Model8
528
Seat15.Material = Enum.Material.Wood
529
Seat15.BrickColor = BrickColor.new("Dark orange")
530
Seat15.Rotation = Vector3.new(-180, 0, 179.990005)
531
Seat15.Anchored = true
532
Seat15.Size = Vector3.new(2.4000001, 0.200000003, 2.20000005)
533
Seat15.CFrame = CFrame.new(-74.6110382, 2.31029224, 74.1127396, -1, -9.15542114e-05, 3.0516052e-05, -9.15523415e-05, 0.999997973, 3.85054009e-05, -3.05209433e-05, 4.74447043e-05, -0.999994457)
534
Seat15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
535
Seat15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
536
Seat15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
537
Seat15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
538
Seat15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
539
Seat15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
540
Seat15.Color = Color3.new(0.627451, 0.372549, 0.207843)
541
Seat15.Position = Vector3.new(-74.6110382, 2.31029224, 74.1127396)
542
Seat15.Orientation = Vector3.new(0, 180, -0.00999999978)
543
Seat15.Color = Color3.new(0.627451, 0.372549, 0.207843)
544
Part16.Parent = Model8
545
Part16.Material = Enum.Material.Fabric
546
Part16.BrickColor = BrickColor.new("Black")
547
Part16.Rotation = Vector3.new(-180, 0, 179.990005)
548
Part16.Anchored = true
549
Part16.Size = Vector3.new(2.39999914, 0.200000003, 2.20000005)
550
Part16.CFrame = CFrame.new(-74.6110382, 2.51031113, 74.1127396, -1, -9.15542114e-05, 3.0516052e-05, -9.15523415e-05, 0.999997973, 3.85054009e-05, -3.05209433e-05, 4.74447043e-05, -0.999994457)
551
Part16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
552
Part16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
553
Part16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
554
Part16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
555
Part16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
556
Part16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
557
Part16.Color = Color3.new(0.105882, 0.164706, 0.207843)
558
Part16.Position = Vector3.new(-74.6110382, 2.51031113, 74.1127396)
559
Part16.Orientation = Vector3.new(0, 180, -0.00999999978)
560
Part16.Color = Color3.new(0.105882, 0.164706, 0.207843)
561
Model17.Name = "HouseLamp"
562
Model17.Parent = Model0
563
Part18.Name = "Light"
564
Part18.Parent = Model17
565
Part18.Material = Enum.Material.SmoothPlastic
566
Part18.BrickColor = BrickColor.new("Cool yellow")
567
Part18.Rotation = Vector3.new(0, -90, 0)
568
Part18.Anchored = true
569
Part18.FormFactor = Enum.FormFactor.Custom
570
Part18.Size = Vector3.new(1.5999999, 1.79999971, 1.5999999)
571
Part18.CFrame = CFrame.new(-44.0094376, 7.10182953, 45.2132416, -3.26636e-05, 4.31574081e-05, -1, -2.63461679e-05, 0.999997914, 4.31586959e-05, 0.999994397, 3.53470241e-05, -3.26626141e-05)
572
Part18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
573
Part18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
574
Part18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
575
Part18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
576
Part18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
577
Part18.Color = Color3.new(0.992157, 0.917647, 0.552941)
578
Part18.Position = Vector3.new(-44.0094376, 7.10182953, 45.2132416)
579
Part18.Orientation = Vector3.new(0, -90, 0)
580
Part18.Color = Color3.new(0.992157, 0.917647, 0.552941)
581
PointLight19.Parent = Part18
582
PointLight19.Color = Color3.new(1, 1, 0.498039)
583
PointLight19.Enabled = false
584
PointLight19.Range = 10
585
PointLight19.Shadows = true
586
PointLight19.Color = Color3.new(1, 1, 0.498039)
587
RemoteEvent20.Name = "ROBLOXInteractionEvent"
588
RemoteEvent20.Parent = Part18
589
Part21.Name = "Post"
590
Part21.Parent = Model17
591
Part21.Material = Enum.Material.SmoothPlastic
592
Part21.Rotation = Vector3.new(0, -90, 0)
593
Part21.Anchored = true
594
Part21.FormFactor = Enum.FormFactor.Custom
595
Part21.Size = Vector3.new(0.200000003, 4.99999762, 0.200000003)
596
Part21.CFrame = CFrame.new(-44.0093193, 3.90101624, 45.213295, -3.26636e-05, 4.31574081e-05, -1, -2.63461679e-05, 0.999997914, 4.31586959e-05, 0.999994397, 3.53470241e-05, -3.26626141e-05)
597
Part21.BackSurface = Enum.SurfaceType.SmoothNoOutlines
598
Part21.BottomSurface = Enum.SurfaceType.Weld
599
Part21.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
600
Part21.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
601
Part21.RightSurface = Enum.SurfaceType.SmoothNoOutlines
602
Part21.TopSurface = Enum.SurfaceType.Weld
603
Part21.Position = Vector3.new(-44.0093193, 3.90101624, 45.213295)
604
Part21.Orientation = Vector3.new(0, -90, 0)
605
Weld22.Parent = Part21
606
Weld22.C1 = CFrame.new(0.000102996826, -3.20079041, -3.05175781e-05, 1, 3.05180438e-05, -3.05171125e-05, -3.05171125e-05, 1, 3.05180438e-05, 3.05180438e-05, -3.05171125e-05, 1)
607
Weld22.Part0 = Part21
608
Weld22.Part1 = Part18
609
Part23.Parent = Model17
610
Part23.Material = Enum.Material.Wood
611
Part23.BrickColor = BrickColor.new("Black")
612
Part23.Rotation = Vector3.new(0, -90, 0)
613
Part23.Anchored = true
614
Part23.FormFactor = Enum.FormFactor.Custom
615
Part23.Size = Vector3.new(1.5999999, 0.400000006, 1.5999999)
616
Part23.CFrame = CFrame.new(-44.0093307, 1.20083523, 45.213253, -3.26636e-05, 4.31574081e-05, -1, -2.63461679e-05, 0.999997914, 4.31586959e-05, 0.999994397, 3.53470241e-05, -3.26626141e-05)
617
Part23.BackSurface = Enum.SurfaceType.SmoothNoOutlines
618
Part23.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
619
Part23.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
620
Part23.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
621
Part23.RightSurface = Enum.SurfaceType.SmoothNoOutlines
622
Part23.TopSurface = Enum.SurfaceType.SmoothNoOutlines
623
Part23.Color = Color3.new(0.105882, 0.164706, 0.207843)
624
Part23.Position = Vector3.new(-44.0093307, 1.20083523, 45.213253)
625
Part23.Orientation = Vector3.new(0, -90, 0)
626
Part23.Color = Color3.new(0.105882, 0.164706, 0.207843)
627
Script24.Parent = Model17
628
Script24.Disabled = true
629
table.insert(cors,sandbox(Script24,function()
630
--	// FileName: GetVersion.lua
631
--	// Written by: spotco
632
--	// Description: Command to print the chat version.
633
634
local util = require(script.Parent:WaitForChild("Util"))
635
local ChatConstants = require(script.Parent.Parent:WaitForChild("ChatConstants"))
636
637
function ProcessMessage(message, ChatWindow, ChatSettings)
638
	if string.sub(message, 1,  8):lower() == "/version" or string.sub(message, 1, 9):lower() == "/version " then
639
		util:SendSystemMessageToSelf(
640
			string.format("This game is running chat version [%d.%d].", 
641
				ChatConstants.MajorVersion, 
642
				ChatConstants.MinorVersion),
643
			ChatWindow:GetCurrentChannel(),
644
			{})
645
		return true
646
	end
647
	return false
648
end
649
650
return {
651
	[util.KEY_COMMAND_PROCESSOR_TYPE] = util.COMPLETED_MESSAGE_PROCESSOR,
652
	[util.KEY_PROCESSOR_FUNCTION] = ProcessMessage
653
}
654
end))
655
Script25.Name = "Lamp"
656
Script25.Parent = Model17
657
Script25.Disabled = true
658
table.insert(cors,sandbox(Script25,function()
659
--	// FileName: Util.lua
660
--	// Written by: TheGamer101
661
--	// Description: Module for shared code between CommandModules.
662
663
--[[
664
Creating a command module:
665
1) Create a new module inside the CommandModules folder.
666
2) Create a function that takes a message, the ChatWindow object and the ChatSettings and returns
667
a bool command processed.
668
3) Return this function from the module.
669
--]]
670
671
local clientChatModules = script.Parent.Parent
672
local ChatConstants = require(clientChatModules:WaitForChild("ChatConstants"))
673
674
local COMMAND_MODULES_VERSION = 1
675
676
local KEY_COMMAND_PROCESSOR_TYPE = "ProcessorType"
677
local KEY_PROCESSOR_FUNCTION = "ProcessorFunction"
678
679
---Command types.
680
---Process a command as it is being typed. This allows for manipulation of the chat bar.
681
local IN_PROGRESS_MESSAGE_PROCESSOR = 0
682
---Simply process a completed message.
683
local COMPLETED_MESSAGE_PROCESSOR = 1
684
685
local module = {}
686
local methods = {}
687
methods.__index = methods
688
689
function methods:SendSystemMessageToSelf(message, channelObj, extraData)
690
	local messageData =
691
	{
692
		ID = -1,
693
		FromSpeaker = nil,
694
		SpeakerUserId = 0,
695
		OriginalChannel = channelObj.Name,
696
		IsFiltered = true,
697
		MessageLength = string.len(message),
698
		Message = message,
699
		MessageType = ChatConstants.MessageTypeSystem,
700
		Time = os.time(),
701
		ExtraData = extraData,
702
	}
703
704
	channelObj:AddMessageToChannel(messageData)
705
end
706
707
function module.new()
708
	local obj = setmetatable({}, methods)
709
710
	obj.COMMAND_MODULES_VERSION = COMMAND_MODULES_VERSION
711
712
	obj.KEY_COMMAND_PROCESSOR_TYPE = KEY_COMMAND_PROCESSOR_TYPE
713
	obj.KEY_PROCESSOR_FUNCTION = KEY_PROCESSOR_FUNCTION
714
715
	obj.IN_PROGRESS_MESSAGE_PROCESSOR = IN_PROGRESS_MESSAGE_PROCESSOR
716
	obj.COMPLETED_MESSAGE_PROCESSOR = COMPLETED_MESSAGE_PROCESSOR
717
718
	return obj
719
end
720
721
return module.new()
722
723
end))
724
LocalScript26.Name = "ROBLOXInteraction"
725
LocalScript26.Parent = Model17
726
Model27.Name = "Floor"
727
Model27.Parent = Model0
728
Part28.Name = "FloorPart"
729
Part28.Parent = Model27
730
Part28.Material = Enum.Material.WoodPlanks
731
Part28.BrickColor = BrickColor.new("Reddish brown")
732
Part28.Rotation = Vector3.new(0, 90, 0)
733
Part28.Anchored = true
734
Part28.Size = Vector3.new(40.4000015, 1, 37)
735
Part28.CFrame = CFrame.new(-60.2692146, 0.500289917, 63.1702805, 0.000140138305, -5.85714588e-10, 1, -1.67721228e-05, 0.999997914, 2.43016984e-09, -0.999994397, -7.83720316e-06, 0.000140138232)
736
Part28.BackSurface = Enum.SurfaceType.SmoothNoOutlines
737
Part28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
738
Part28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
739
Part28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
740
Part28.RightSurface = Enum.SurfaceType.SmoothNoOutlines
741
Part28.TopSurface = Enum.SurfaceType.SmoothNoOutlines
742
Part28.Color = Color3.new(0.411765, 0.25098, 0.156863)
743
Part28.Position = Vector3.new(-60.2692146, 0.500289917, 63.1702805)
744
Part28.Orientation = Vector3.new(0, 89.9899979, 0)
745
Part28.Color = Color3.new(0.411765, 0.25098, 0.156863)
746
Part29.Name = "FloorPart"
747
Part29.Parent = Model27
748
Part29.Material = Enum.Material.WoodPlanks
749
Part29.BrickColor = BrickColor.new("Reddish brown")
750
Part29.Rotation = Vector3.new(-180, 0, -180)
751
Part29.Anchored = true
752
Part29.Size = Vector3.new(9.20000172, 1, 12)
753
Part29.CFrame = CFrame.new(-50.1691666, 0.501001358, 36.9695892, -1, 3.05168396e-05, 3.05179055e-05, 3.05184803e-05, 0.999997973, 3.85054045e-05, -3.0517007e-05, 4.74465705e-05, -0.999994457)
754
Part29.BackSurface = Enum.SurfaceType.SmoothNoOutlines
755
Part29.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
756
Part29.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
757
Part29.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
758
Part29.RightSurface = Enum.SurfaceType.SmoothNoOutlines
759
Part29.TopSurface = Enum.SurfaceType.SmoothNoOutlines
760
Part29.Color = Color3.new(0.411765, 0.25098, 0.156863)
761
Part29.Position = Vector3.new(-50.1691666, 0.501001358, 36.9695892)
762
Part29.Orientation = Vector3.new(0, 180, 0)
763
Part29.Color = Color3.new(0.411765, 0.25098, 0.156863)
764
Model30.Name = "Woodentable"
765
Model30.Parent = Model0
766
Part31.Parent = Model30
767
Part31.Material = Enum.Material.Wood
768
Part31.BrickColor = BrickColor.new("Dark orange")
769
Part31.Rotation = Vector3.new(-180, 0, 179.990005)
770
Part31.Anchored = true
771
Part31.Size = Vector3.new(5.80000019, 0.400000006, 7)
772
Part31.CFrame = CFrame.new(-74.6114807, 3.61052132, 78.8131409, -1, -0.000152589724, 3.05151098e-05, -0.000152587687, 0.999997973, 3.85054009e-05, -3.05228823e-05, 4.74437693e-05, -0.999994457)
773
Part31.BackSurface = Enum.SurfaceType.SmoothNoOutlines
774
Part31.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
775
Part31.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
776
Part31.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
777
Part31.RightSurface = Enum.SurfaceType.SmoothNoOutlines
778
Part31.TopSurface = Enum.SurfaceType.SmoothNoOutlines
779
Part31.Color = Color3.new(0.627451, 0.372549, 0.207843)
780
Part31.Position = Vector3.new(-74.6114807, 3.61052132, 78.8131409)
781
Part31.Orientation = Vector3.new(0, 180, -0.00999999978)
782
Part31.Color = Color3.new(0.627451, 0.372549, 0.207843)
783
Part32.Parent = Model30
784
Part32.Material = Enum.Material.Wood
785
Part32.BrickColor = BrickColor.new("Dark orange")
786
Part32.Rotation = Vector3.new(90, -90, 0)
787
Part32.Anchored = true
788
Part32.Shape = Enum.PartType.Cylinder
789
Part32.Size = Vector3.new(2.4000001, 0.400000036, 0.400000036)
790
Part32.CFrame = CFrame.new(-72.1110992, 2.21098614, 75.7129517, 0.000152591499, 2.03544914e-09, -1, -0.999997973, -7.95641245e-06, -0.000152590641, -1.68665865e-05, 0.999994516, -1.25692168e-09)
791
Part32.BackSurface = Enum.SurfaceType.SmoothNoOutlines
792
Part32.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
793
Part32.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
794
Part32.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
795
Part32.RightSurface = Enum.SurfaceType.SmoothNoOutlines
796
Part32.TopSurface = Enum.SurfaceType.SmoothNoOutlines
797
Part32.Color = Color3.new(0.627451, 0.372549, 0.207843)
798
Part32.Position = Vector3.new(-72.1110992, 2.21098614, 75.7129517)
799
Part32.Orientation = Vector3.new(0.00999999978, -90, -90)
800
Part32.Color = Color3.new(0.627451, 0.372549, 0.207843)
801
Part33.Parent = Model30
802
Part33.Material = Enum.Material.Wood
803
Part33.BrickColor = BrickColor.new("Dark orange")
804
Part33.Rotation = Vector3.new(90, -90, 0)
805
Part33.Anchored = true
806
Part33.Shape = Enum.PartType.Cylinder
807
Part33.Size = Vector3.new(2.4000001, 0.400000036, 0.400000036)
808
Part33.CFrame = CFrame.new(-77.1111298, 2.21009541, 75.7129517, 0.000152591499, 2.03544914e-09, -1, -0.999997973, -7.95641245e-06, -0.000152590641, -1.68665865e-05, 0.999994516, -1.25692168e-09)
809
Part33.BackSurface = Enum.SurfaceType.SmoothNoOutlines
810
Part33.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
811
Part33.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
812
Part33.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
813
Part33.RightSurface = Enum.SurfaceType.SmoothNoOutlines
814
Part33.TopSurface = Enum.SurfaceType.SmoothNoOutlines
815
Part33.Color = Color3.new(0.627451, 0.372549, 0.207843)
816
Part33.Position = Vector3.new(-77.1111298, 2.21009541, 75.7129517)
817
Part33.Orientation = Vector3.new(0.00999999978, -90, -90)
818
Part33.Color = Color3.new(0.627451, 0.372549, 0.207843)
819
Part34.Parent = Model30
820
Part34.Material = Enum.Material.Wood
821
Part34.BrickColor = BrickColor.new("Dark orange")
822
Part34.Rotation = Vector3.new(90, -90, 0)
823
Part34.Anchored = true
824
Part34.Shape = Enum.PartType.Cylinder
825
Part34.Size = Vector3.new(2.4000001, 0.400000036, 0.400000036)
826
Part34.CFrame = CFrame.new(-72.1110229, 2.21082401, 81.9132538, 0.000152591499, 2.03544914e-09, -1, -0.999997973, -7.95641245e-06, -0.000152590641, -1.68665865e-05, 0.999994516, -1.25692168e-09)
827
Part34.BackSurface = Enum.SurfaceType.SmoothNoOutlines
828
Part34.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
829
Part34.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
830
Part34.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
831
Part34.RightSurface = Enum.SurfaceType.SmoothNoOutlines
832
Part34.TopSurface = Enum.SurfaceType.SmoothNoOutlines
833
Part34.Color = Color3.new(0.627451, 0.372549, 0.207843)
834
Part34.Position = Vector3.new(-72.1110229, 2.21082401, 81.9132538)
835
Part34.Orientation = Vector3.new(0.00999999978, -90, -90)
836
Part34.Color = Color3.new(0.627451, 0.372549, 0.207843)
837
Part35.Parent = Model30
838
Part35.Material = Enum.Material.Wood
839
Part35.BrickColor = BrickColor.new("Dark orange")
840
Part35.Rotation = Vector3.new(90, -90, 0)
841
Part35.Anchored = true
842
Part35.Shape = Enum.PartType.Cylinder
843
Part35.Size = Vector3.new(2.4000001, 0.400000036, 0.400000036)
844
Part35.CFrame = CFrame.new(-77.1111145, 2.20991516, 81.9132614, 0.000152591499, 2.03544914e-09, -1, -0.999997973, -7.95641245e-06, -0.000152590641, -1.68665865e-05, 0.999994516, -1.25692168e-09)
845
Part35.BackSurface = Enum.SurfaceType.SmoothNoOutlines
846
Part35.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
847
Part35.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
848
Part35.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
849
Part35.RightSurface = Enum.SurfaceType.SmoothNoOutlines
850
Part35.TopSurface = Enum.SurfaceType.SmoothNoOutlines
851
Part35.Color = Color3.new(0.627451, 0.372549, 0.207843)
852
Part35.Position = Vector3.new(-77.1111145, 2.20991516, 81.9132614)
853
Part35.Orientation = Vector3.new(0.00999999978, -90, -90)
854
Part35.Color = Color3.new(0.627451, 0.372549, 0.207843)
855
Model36.Name = "DoubleBed"
856
Model36.Parent = Model0
857
Part37.Parent = Model36
858
Part37.Material = Enum.Material.Wood
859
Part37.BrickColor = BrickColor.new("Dark orange")
860
Part37.Rotation = Vector3.new(-81.6100006, 89.9400024, 81.6100006)
861
Part37.Anchored = true
862
Part37.Size = Vector3.new(5.80000019, 2, 0.599999905)
863
Part37.CFrame = CFrame.new(-43.3976898, 2.81620026, 74.6721954, 0.000139959448, -0.000949453562, 0.999999523, -1.67721319e-05, 0.999997616, 0.000949453271, -0.999994516, -7.88154375e-06, 0.000139951982)
864
Part37.BackSurface = Enum.SurfaceType.SmoothNoOutlines
865
Part37.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
866
Part37.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
867
Part37.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
868
Part37.RightSurface = Enum.SurfaceType.SmoothNoOutlines
869
Part37.TopSurface = Enum.SurfaceType.SmoothNoOutlines
870
Part37.Color = Color3.new(0.627451, 0.372549, 0.207843)
871
Part37.Position = Vector3.new(-43.3976898, 2.81620026, 74.6721954)
872
Part37.Orientation = Vector3.new(-0.0500000007, 89.9899979, 0)
873
Part37.Color = Color3.new(0.627451, 0.372549, 0.207843)
874
Part38.Parent = Model36
875
Part38.Material = Enum.Material.Fabric
876
Part38.Rotation = Vector3.new(-81.6100006, 89.9400024, 81.6100006)
877
Part38.Anchored = true
878
Part38.Size = Vector3.new(6.19999981, 1.19999993, 6.5999999)
879
Part38.CFrame = CFrame.new(-46.9971809, 2.21285152, 74.6722107, 0.000139959448, -0.000949453562, 0.999999523, -1.67721319e-05, 0.999997616, 0.000949453271, -0.999994516, -7.88154375e-06, 0.000139951982)
880
Part38.BackSurface = Enum.SurfaceType.SmoothNoOutlines
881
Part38.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
882
Part38.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
883
Part38.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
884
Part38.RightSurface = Enum.SurfaceType.SmoothNoOutlines
885
Part38.TopSurface = Enum.SurfaceType.SmoothNoOutlines
886
Part38.Position = Vector3.new(-46.9971809, 2.21285152, 74.6722107)
887
Part38.Orientation = Vector3.new(-0.0500000007, 89.9899979, 0)
888
Part39.Parent = Model36
889
Part39.Material = Enum.Material.Wood
890
Part39.BrickColor = BrickColor.new("Dark orange")
891
Part39.Rotation = Vector3.new(-81.6100006, 89.9400024, 81.6100006)
892
Part39.Anchored = true
893
Part39.Size = Vector3.new(5.80000019, 0.800000012, 7)
894
Part39.CFrame = CFrame.new(-46.5971565, 2.21328449, 74.6721802, 0.000139959448, -0.000949453562, 0.999999523, -1.67721319e-05, 0.999997616, 0.000949453271, -0.999994516, -7.88154375e-06, 0.000139951982)
895
Part39.BackSurface = Enum.SurfaceType.SmoothNoOutlines
896
Part39.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
897
Part39.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
898
Part39.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
899
Part39.RightSurface = Enum.SurfaceType.SmoothNoOutlines
900
Part39.TopSurface = Enum.SurfaceType.SmoothNoOutlines
901
Part39.Color = Color3.new(0.627451, 0.372549, 0.207843)
902
Part39.Position = Vector3.new(-46.5971565, 2.21328449, 74.6721802)
903
Part39.Orientation = Vector3.new(-0.0500000007, 89.9899979, 0)
904
Part39.Color = Color3.new(0.627451, 0.372549, 0.207843)
905
Part40.Parent = Model36
906
Part40.Material = Enum.Material.Wood
907
Part40.BrickColor = BrickColor.new("Dark orange")
908
Part40.Rotation = Vector3.new(180, 0, 89.9499969)
909
Part40.Anchored = true
910
Part40.Shape = Enum.PartType.Cylinder
911
Part40.Size = Vector3.new(0.800000072, 0.600000024, 0.600000024)
912
Part40.CFrame = CFrame.new(-49.7964935, 1.41043282, 72.0722961, 0.00091674336, -0.999999642, 2.18951755e-08, -0.999997556, -0.000916741148, -3.51973504e-05, 2.62094709e-05, 1.44427759e-09, -0.999994516)
913
Part40.BackSurface = Enum.SurfaceType.SmoothNoOutlines
914
Part40.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
915
Part40.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
916
Part40.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
917
Part40.RightSurface = Enum.SurfaceType.SmoothNoOutlines
918
Part40.TopSurface = Enum.SurfaceType.SmoothNoOutlines
919
Part40.Color = Color3.new(0.627451, 0.372549, 0.207843)
920
Part40.Position = Vector3.new(-49.7964935, 1.41043282, 72.0722961)
921
Part40.Orientation = Vector3.new(0, 180, -90.0500031)
922
Part40.Color = Color3.new(0.627451, 0.372549, 0.207843)
923
Part41.Parent = Model36
924
Part41.Material = Enum.Material.Wood
925
Part41.BrickColor = BrickColor.new("Dark orange")
926
Part41.Rotation = Vector3.new(180, 0, 89.9499969)
927
Part41.Anchored = true
928
Part41.Shape = Enum.PartType.Cylinder
929
Part41.Size = Vector3.new(0.800000072, 0.600000024, 0.600000024)
930
Part41.CFrame = CFrame.new(-43.3963776, 1.41621017, 72.0722809, 0.00091674336, -0.999999642, 2.18951755e-08, -0.999997556, -0.000916741148, -3.51973504e-05, 2.62094709e-05, 1.44427759e-09, -0.999994516)
931
Part41.BackSurface = Enum.SurfaceType.SmoothNoOutlines
932
Part41.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
933
Part41.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
934
Part41.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
935
Part41.RightSurface = Enum.SurfaceType.SmoothNoOutlines
936
Part41.TopSurface = Enum.SurfaceType.SmoothNoOutlines
937
Part41.Color = Color3.new(0.627451, 0.372549, 0.207843)
938
Part41.Position = Vector3.new(-43.3963776, 1.41621017, 72.0722809)
939
Part41.Orientation = Vector3.new(0, 180, -90.0500031)
940
Part41.Color = Color3.new(0.627451, 0.372549, 0.207843)
941
Part42.Parent = Model36
942
Part42.Material = Enum.Material.Wood
943
Part42.BrickColor = BrickColor.new("Dark orange")
944
Part42.Rotation = Vector3.new(180, 0, 89.9499969)
945
Part42.Anchored = true
946
Part42.Shape = Enum.PartType.Cylinder
947
Part42.Size = Vector3.new(0.800000072, 0.600000024, 0.600000024)
948
Part42.CFrame = CFrame.new(-43.396431, 1.41609764, 77.2722092, 0.00091674336, -0.999999642, 2.18951755e-08, -0.999997556, -0.000916741148, -3.51973504e-05, 2.62094709e-05, 1.44427759e-09, -0.999994516)
949
Part42.BackSurface = Enum.SurfaceType.SmoothNoOutlines
950
Part42.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
951
Part42.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
952
Part42.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
953
Part42.RightSurface = Enum.SurfaceType.SmoothNoOutlines
954
Part42.TopSurface = Enum.SurfaceType.SmoothNoOutlines
955
Part42.Color = Color3.new(0.627451, 0.372549, 0.207843)
956
Part42.Position = Vector3.new(-43.396431, 1.41609764, 77.2722092)
957
Part42.Orientation = Vector3.new(0, 180, -90.0500031)
958
Part42.Color = Color3.new(0.627451, 0.372549, 0.207843)
959
Part43.Parent = Model36
960
Part43.Material = Enum.Material.Sand
961
Part43.BrickColor = BrickColor.new("Burgundy")
962
Part43.Rotation = Vector3.new(-81.6100006, 89.9400024, 81.6100006)
963
Part43.Anchored = true
964
Part43.Size = Vector3.new(6.32999945, 1.10000002, 5.47999907)
965
Part43.CFrame = CFrame.new(-47.6373863, 2.36236858, 74.6772003, 0.000139959448, -0.000949453562, 0.999999523, -1.67721319e-05, 0.999997616, 0.000949453271, -0.999994516, -7.88154375e-06, 0.000139951982)
966
Part43.BackSurface = Enum.SurfaceType.SmoothNoOutlines
967
Part43.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
968
Part43.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
969
Part43.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
970
Part43.RightSurface = Enum.SurfaceType.SmoothNoOutlines
971
Part43.TopSurface = Enum.SurfaceType.SmoothNoOutlines
972
Part43.Color = Color3.new(0.533333, 0.243137, 0.243137)
973
Part43.Position = Vector3.new(-47.6373863, 2.36236858, 74.6772003)
974
Part43.Orientation = Vector3.new(-0.0500000007, 89.9899979, 0)
975
Part43.Color = Color3.new(0.533333, 0.243137, 0.243137)
976
Part44.Parent = Model36
977
Part44.Material = Enum.Material.Wood
978
Part44.BrickColor = BrickColor.new("Dark orange")
979
Part44.Rotation = Vector3.new(180, 0, 89.9499969)
980
Part44.Anchored = true
981
Part44.Shape = Enum.PartType.Cylinder
982
Part44.Size = Vector3.new(0.800000072, 0.600000024, 0.600000024)
983
Part44.CFrame = CFrame.new(-49.7965164, 1.41030025, 77.2721863, 0.00091674336, -0.999999642, 2.18951755e-08, -0.999997556, -0.000916741148, -3.51973504e-05, 2.62094709e-05, 1.44427759e-09, -0.999994516)
984
Part44.BackSurface = Enum.SurfaceType.SmoothNoOutlines
985
Part44.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
986
Part44.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
987
Part44.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
988
Part44.RightSurface = Enum.SurfaceType.SmoothNoOutlines
989
Part44.TopSurface = Enum.SurfaceType.SmoothNoOutlines
990
Part44.Color = Color3.new(0.627451, 0.372549, 0.207843)
991
Part44.Position = Vector3.new(-49.7965164, 1.41030025, 77.2721863)
992
Part44.Orientation = Vector3.new(0, 180, -90.0500031)
993
Part44.Color = Color3.new(0.627451, 0.372549, 0.207843)
994
Part45.Parent = Model36
995
Part45.Material = Enum.Material.Sand
996
Part45.BrickColor = BrickColor.new("Institutional white")
997
Part45.Rotation = Vector3.new(-90, 74.9400024, 90)
998
Part45.Anchored = true
999
Part45.Size = Vector3.new(3.20000005, 1, 2)
1000
Part45.CFrame = CFrame.new(-44.0979767, 3.11561298, 73.1721802, 4.47033744e-06, -0.25975433, 0.965674698, -6.49398353e-05, 0.96567291, 0.259753764, -0.999994516, -5.51473786e-05, -1.02092827e-05)
1001
Part45.BottomSurface = Enum.SurfaceType.Smooth
1002
Part45.TopSurface = Enum.SurfaceType.Smooth
1003
Part45.Color = Color3.new(0.972549, 0.972549, 0.972549)
1004
Part45.Position = Vector3.new(-44.0979767, 3.11561298, 73.1721802)
1005
Part45.Orientation = Vector3.new(-15.0600004, 90, 0)
1006
Part45.Color = Color3.new(0.972549, 0.972549, 0.972549)
1007
SpecialMesh46.Parent = Part45
1008
SpecialMesh46.MeshType = Enum.MeshType.Sphere
1009
Part47.Parent = Model36
1010
Part47.Material = Enum.Material.Sand
1011
Part47.BrickColor = BrickColor.new("Institutional white")
1012
Part47.Rotation = Vector3.new(-90, 74.9400024, 90)
1013
Part47.Anchored = true
1014
Part47.Size = Vector3.new(3.20000005, 1, 2)
1015
Part47.CFrame = CFrame.new(-44.0979919, 3.11553097, 76.1722488, 4.47033744e-06, -0.25975433, 0.965674698, -6.49398353e-05, 0.96567291, 0.259753764, -0.999994516, -5.51473786e-05, -1.02092827e-05)
1016
Part47.BottomSurface = Enum.SurfaceType.Smooth
1017
Part47.TopSurface = Enum.SurfaceType.Smooth
1018
Part47.Color = Color3.new(0.972549, 0.972549, 0.972549)
1019
Part47.Position = Vector3.new(-44.0979919, 3.11553097, 76.1722488)
1020
Part47.Orientation = Vector3.new(-15.0600004, 90, 0)
1021
Part47.Color = Color3.new(0.972549, 0.972549, 0.972549)
1022
SpecialMesh48.Parent = Part47
1023
SpecialMesh48.MeshType = Enum.MeshType.Sphere
1024
Model49.Name = "WoodenChair"
1025
Model49.Parent = Model0
1026
Part50.Parent = Model49
1027
Part50.Material = Enum.Material.Wood
1028
Part50.BrickColor = BrickColor.new("Dark orange")
1029
Part50.Rotation = Vector3.new(179.990005, 0, 89.9899979)
1030
Part50.Anchored = true
1031
Part50.Shape = Enum.PartType.Cylinder
1032
Part50.Size = Vector3.new(1.20000005, 0.400000036, 0.400000036)
1033
Part50.CFrame = CFrame.new(-71.1110458, 1.61029243, 79.913002, 0.000140131029, -1, 1.16633601e-08, -0.999998033, -0.000140130214, -0.000207901816, 0.000198872236, 1.54959707e-08, -0.999994516)
1034
Part50.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1035
Part50.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1036
Part50.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1037
Part50.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1038
Part50.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1039
Part50.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1040
Part50.Color = Color3.new(0.627451, 0.372549, 0.207843)
1041
Part50.Position = Vector3.new(-71.1110458, 1.61029243, 79.913002)
1042
Part50.Orientation = Vector3.new(0.00999999978, 180, -90.0100021)
1043
Part50.Color = Color3.new(0.627451, 0.372549, 0.207843)
1044
Part51.Parent = Model49
1045
Part51.Material = Enum.Material.Wood
1046
Part51.BrickColor = BrickColor.new("Dark orange")
1047
Part51.Rotation = Vector3.new(179.990005, 0, 89.9899979)
1048
Part51.Anchored = true
1049
Part51.Shape = Enum.PartType.Cylinder
1050
Part51.Size = Vector3.new(1.20000005, 0.400000036, 0.400000036)
1051
Part51.CFrame = CFrame.new(-71.1108551, 1.61004543, 77.913208, 0.000140131029, -1, 1.16633601e-08, -0.999998033, -0.000140130214, -0.000207901816, 0.000198872236, 1.54959707e-08, -0.999994516)
1052
Part51.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1053
Part51.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1054
Part51.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1055
Part51.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1056
Part51.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1057
Part51.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1058
Part51.Color = Color3.new(0.627451, 0.372549, 0.207843)
1059
Part51.Position = Vector3.new(-71.1108551, 1.61004543, 77.913208)
1060
Part51.Orientation = Vector3.new(0.00999999978, 180, -90.0100021)
1061
Part51.Color = Color3.new(0.627451, 0.372549, 0.207843)
1062
Part52.Parent = Model49
1063
Part52.Material = Enum.Material.Wood
1064
Part52.BrickColor = BrickColor.new("Dark orange")
1065
Part52.Rotation = Vector3.new(179.990005, 0, 89.9899979)
1066
Part52.Anchored = true
1067
Part52.Shape = Enum.PartType.Cylinder
1068
Part52.Size = Vector3.new(3.20000005, 0.400000036, 0.400000036)
1069
Part52.CFrame = CFrame.new(-69.3109741, 2.60999775, 77.9131012, 0.000140131029, -1, 1.16633601e-08, -0.999998033, -0.000140130214, -0.000207901816, 0.000198872236, 1.54959707e-08, -0.999994516)
1070
Part52.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1071
Part52.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1072
Part52.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1073
Part52.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1074
Part52.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1075
Part52.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1076
Part52.Color = Color3.new(0.627451, 0.372549, 0.207843)
1077
Part52.Position = Vector3.new(-69.3109741, 2.60999775, 77.9131012)
1078
Part52.Orientation = Vector3.new(0.00999999978, 180, -90.0100021)
1079
Part52.Color = Color3.new(0.627451, 0.372549, 0.207843)
1080
Part53.Parent = Model49
1081
Part53.Material = Enum.Material.Wood
1082
Part53.BrickColor = BrickColor.new("Dark orange")
1083
Part53.Rotation = Vector3.new(-0.00999999978, 90, 0)
1084
Part53.Anchored = true
1085
Part53.Size = Vector3.new(2.39999914, 0.400000006, 0.400000006)
1086
Part53.CFrame = CFrame.new(-69.3110657, 4.41027737, 78.9127808, 0.000140138291, 6.8830559e-09, 1, -0.000189506391, 0.999997914, 1.91394065e-08, -0.999994516, -0.000180511852, 0.000140138218)
1087
Part53.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1088
Part53.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1089
Part53.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1090
Part53.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1091
Part53.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1092
Part53.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1093
Part53.Color = Color3.new(0.627451, 0.372549, 0.207843)
1094
Part53.Position = Vector3.new(-69.3110657, 4.41027737, 78.9127808)
1095
Part53.Orientation = Vector3.new(0, 89.9899979, -0.00999999978)
1096
Part53.Color = Color3.new(0.627451, 0.372549, 0.207843)
1097
Part54.Parent = Model49
1098
Part54.Material = Enum.Material.Wood
1099
Part54.BrickColor = BrickColor.new("Dark orange")
1100
Part54.Rotation = Vector3.new(-0.00999999978, 90, 0)
1101
Part54.Anchored = true
1102
Part54.Size = Vector3.new(1.99999917, 0.400000006, 0.400000006)
1103
Part54.CFrame = CFrame.new(-69.3111649, 3.6102457, 78.9127579, 0.000140138291, 6.8830559e-09, 1, -0.000189506391, 0.999997914, 1.91394065e-08, -0.999994516, -0.000180511852, 0.000140138218)
1104
Part54.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1105
Part54.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1106
Part54.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1107
Part54.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1108
Part54.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1109
Part54.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1110
Part54.Color = Color3.new(0.627451, 0.372549, 0.207843)
1111
Part54.Position = Vector3.new(-69.3111649, 3.6102457, 78.9127579)
1112
Part54.Orientation = Vector3.new(0, 89.9899979, -0.00999999978)
1113
Part54.Color = Color3.new(0.627451, 0.372549, 0.207843)
1114
Part55.Parent = Model49
1115
Part55.Material = Enum.Material.Wood
1116
Part55.BrickColor = BrickColor.new("Dark orange")
1117
Part55.Rotation = Vector3.new(179.990005, 0, 89.9899979)
1118
Part55.Anchored = true
1119
Part55.Shape = Enum.PartType.Cylinder
1120
Part55.Size = Vector3.new(3.20000005, 0.400000036, 0.400000036)
1121
Part55.CFrame = CFrame.new(-69.311203, 2.61031246, 79.9127502, 0.000140131029, -1, 1.16633601e-08, -0.999998033, -0.000140130214, -0.000207901816, 0.000198872236, 1.54959707e-08, -0.999994516)
1122
Part55.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1123
Part55.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1124
Part55.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1125
Part55.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1126
Part55.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1127
Part55.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1128
Part55.Color = Color3.new(0.627451, 0.372549, 0.207843)
1129
Part55.Position = Vector3.new(-69.311203, 2.61031246, 79.9127502)
1130
Part55.Orientation = Vector3.new(0.00999999978, 180, -90.0100021)
1131
Part55.Color = Color3.new(0.627451, 0.372549, 0.207843)
1132
Seat56.Parent = Model49
1133
Seat56.Material = Enum.Material.Wood
1134
Seat56.BrickColor = BrickColor.new("Dark orange")
1135
Seat56.Rotation = Vector3.new(-0.00999999978, 90, 0)
1136
Seat56.Anchored = true
1137
Seat56.Size = Vector3.new(2.4000001, 0.200000003, 2.20000005)
1138
Seat56.CFrame = CFrame.new(-70.2108994, 2.31016636, 78.9129791, 0.000140138291, 6.8830559e-09, 1, -0.000189506391, 0.999997914, 1.91394065e-08, -0.999994516, -0.000180511852, 0.000140138218)
1139
Seat56.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1140
Seat56.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1141
Seat56.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1142
Seat56.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1143
Seat56.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1144
Seat56.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1145
Seat56.Color = Color3.new(0.627451, 0.372549, 0.207843)
1146
Seat56.Position = Vector3.new(-70.2108994, 2.31016636, 78.9129791)
1147
Seat56.Orientation = Vector3.new(0, 89.9899979, -0.00999999978)
1148
Seat56.Color = Color3.new(0.627451, 0.372549, 0.207843)
1149
Part57.Parent = Model49
1150
Part57.Material = Enum.Material.Fabric
1151
Part57.BrickColor = BrickColor.new("Black")
1152
Part57.Rotation = Vector3.new(-0.00999999978, 90, 0)
1153
Part57.Anchored = true
1154
Part57.Size = Vector3.new(2.39999914, 0.200000003, 2.20000005)
1155
Part57.CFrame = CFrame.new(-70.2109299, 2.51015472, 78.9129715, 0.000140138291, 6.8830559e-09, 1, -0.000189506391, 0.999997914, 1.91394065e-08, -0.999994516, -0.000180511852, 0.000140138218)
1156
Part57.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1157
Part57.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1158
Part57.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1159
Part57.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1160
Part57.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1161
Part57.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1162
Part57.Color = Color3.new(0.105882, 0.164706, 0.207843)
1163
Part57.Position = Vector3.new(-70.2109299, 2.51015472, 78.9129715)
1164
Part57.Orientation = Vector3.new(0, 89.9899979, -0.00999999978)
1165
Part57.Color = Color3.new(0.105882, 0.164706, 0.207843)
1166
Model58.Name = "Couch"
1167
Model58.Parent = Model0
1168
Part59.Parent = Model58
1169
Part59.Material = Enum.Material.Wood
1170
Part59.BrickColor = BrickColor.new("Dirt brown")
1171
Part59.Rotation = Vector3.new(1.02999997, 0, -90)
1172
Part59.Anchored = true
1173
Part59.Shape = Enum.PartType.Cylinder
1174
Part59.Size = Vector3.new(0.200000003, 0.800000012, 0.800000012)
1175
Part59.CFrame = CFrame.new(-70.2055664, 1.11798096, 48.5753708, -2.72993129e-05, 1, -1.02002559e-07, -0.999836087, -2.72972029e-05, -0.0180046558, -0.0180135388, -3.89058187e-07, 0.999832332)
1176
Part59.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1177
Part59.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1178
Part59.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1179
Part59.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1180
Part59.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1181
Part59.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1182
Part59.Color = Color3.new(0.337255, 0.258824, 0.211765)
1183
Part59.Position = Vector3.new(-70.2055664, 1.11798096, 48.5753708)
1184
Part59.Orientation = Vector3.new(1.02999997, 0, -90)
1185
Part59.Color = Color3.new(0.337255, 0.258824, 0.211765)
1186
Part60.Parent = Model58
1187
Part60.Material = Enum.Material.Wood
1188
Part60.BrickColor = BrickColor.new("Dirt brown")
1189
Part60.Rotation = Vector3.new(1.02999997, 0, -90)
1190
Part60.Anchored = true
1191
Part60.Shape = Enum.PartType.Cylinder
1192
Part60.Size = Vector3.new(0.200000003, 0.800000012, 0.800000012)
1193
Part60.CFrame = CFrame.new(-61.0054893, 1.11797047, 48.5752335, -2.72993129e-05, 1, -1.02002559e-07, -0.999836087, -2.72972029e-05, -0.0180046558, -0.0180135388, -3.89058187e-07, 0.999832332)
1194
Part60.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1195
Part60.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1196
Part60.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1197
Part60.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1198
Part60.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1199
Part60.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1200
Part60.Color = Color3.new(0.337255, 0.258824, 0.211765)
1201
Part60.Position = Vector3.new(-61.0054893, 1.11797047, 48.5752335)
1202
Part60.Orientation = Vector3.new(1.02999997, 0, -90)
1203
Part60.Color = Color3.new(0.337255, 0.258824, 0.211765)
1204
Part61.Parent = Model58
1205
Part61.Material = Enum.Material.Wood
1206
Part61.BrickColor = BrickColor.new("Dirt brown")
1207
Part61.Rotation = Vector3.new(1.02999997, 0, -90)
1208
Part61.Anchored = true
1209
Part61.Shape = Enum.PartType.Cylinder
1210
Part61.Size = Vector3.new(0.200000003, 0.800000012, 0.800000012)
1211
Part61.CFrame = CFrame.new(-70.1863937, 1.17573261, 45.3757324, -2.72993129e-05, 1, -1.02002559e-07, -0.999836087, -2.72972029e-05, -0.0180046558, -0.0180135388, -3.89058187e-07, 0.999832332)
1212
Part61.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1213
Part61.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1214
Part61.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1215
Part61.LeftSurface = Enum.SurfaceType.Weld
1216
Part61.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1217
Part61.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1218
Part61.Color = Color3.new(0.337255, 0.258824, 0.211765)
1219
Part61.Position = Vector3.new(-70.1863937, 1.17573261, 45.3757324)
1220
Part61.Orientation = Vector3.new(1.02999997, 0, -90)
1221
Part61.Color = Color3.new(0.337255, 0.258824, 0.211765)
1222
Part62.Parent = Model58
1223
Part62.Material = Enum.Material.Wood
1224
Part62.BrickColor = BrickColor.new("Dirt brown")
1225
Part62.Rotation = Vector3.new(1.02999997, 0, -90)
1226
Part62.Anchored = true
1227
Part62.Shape = Enum.PartType.Cylinder
1228
Part62.Size = Vector3.new(0.200000003, 0.800000012, 0.800000012)
1229
Part62.CFrame = CFrame.new(-61.0055428, 1.17580032, 45.3757248, -2.72993129e-05, 1, -1.02002559e-07, -0.999836087, -2.72972029e-05, -0.0180046558, -0.0180135388, -3.89058187e-07, 0.999832332)
1230
Part62.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1231
Part62.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1232
Part62.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1233
Part62.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1234
Part62.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1235
Part62.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1236
Part62.Color = Color3.new(0.337255, 0.258824, 0.211765)
1237
Part62.Position = Vector3.new(-61.0055428, 1.17580032, 45.3757248)
1238
Part62.Orientation = Vector3.new(1.02999997, 0, -90)
1239
Part62.Color = Color3.new(0.337255, 0.258824, 0.211765)
1240
Part63.Parent = Model58
1241
Part63.Material = Enum.Material.Fabric
1242
Part63.BrickColor = BrickColor.new("Burgundy")
1243
Part63.Rotation = Vector3.new(-178.960007, 0, -180)
1244
Part63.Anchored = true
1245
Part63.Size = Vector3.new(7.99999952, 1.19999993, 4)
1246
Part63.CFrame = CFrame.new(-65.6056366, 1.84679222, 46.9882278, -1, 3.02380104e-05, 3.07922819e-05, 3.07928349e-05, 0.999832928, 0.0181654096, -3.0238185e-05, 0.0181743223, -0.999829412)
1247
Part63.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1248
Part63.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1249
Part63.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1250
Part63.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1251
Part63.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1252
Part63.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1253
Part63.Color = Color3.new(0.533333, 0.243137, 0.243137)
1254
Part63.Position = Vector3.new(-65.6056366, 1.84679222, 46.9882278)
1255
Part63.Orientation = Vector3.new(-1.03999996, 180, 0)
1256
Part63.Color = Color3.new(0.533333, 0.243137, 0.243137)
1257
Part64.Parent = Model58
1258
Part64.Material = Enum.Material.Fabric
1259
Part64.BrickColor = BrickColor.new("Black")
1260
Part64.Rotation = Vector3.new(-178.960007, 0, -180)
1261
Part64.Anchored = true
1262
Part64.Size = Vector3.new(7.99999952, 0.200000003, 1)
1263
Part64.CFrame = CFrame.new(-65.6055908, 2.51956272, 48.5007019, -1, 3.02380104e-05, 3.07922819e-05, 3.07928349e-05, 0.999832928, 0.0181654096, -3.0238185e-05, 0.0181743223, -0.999829412)
1264
Part64.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1265
Part64.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1266
Part64.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1267
Part64.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1268
Part64.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1269
Part64.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1270
Part64.Color = Color3.new(0.105882, 0.164706, 0.207843)
1271
Part64.Position = Vector3.new(-65.6055908, 2.51956272, 48.5007019)
1272
Part64.Orientation = Vector3.new(-1.03999996, 180, 0)
1273
Part64.Color = Color3.new(0.105882, 0.164706, 0.207843)
1274
Part65.Parent = Model58
1275
Part65.Material = Enum.Material.Fabric
1276
Part65.BrickColor = BrickColor.new("Burgundy")
1277
Part65.Rotation = Vector3.new(166.039993, 0, -180)
1278
Part65.Anchored = true
1279
Part65.Size = Vector3.new(7.99999952, 3, 1.39999998)
1280
Part65.CFrame = CFrame.new(-65.6056213, 3.97724533, 45.3264771, -1, 3.40007718e-05, 2.65811668e-05, 2.6581678e-05, 0.970442891, -0.24132292, -3.40010301e-05, -0.241313398, -0.97044158)
1281
Part65.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1282
Part65.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1283
Part65.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1284
Part65.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1285
Part65.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1286
Part65.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1287
Part65.Color = Color3.new(0.533333, 0.243137, 0.243137)
1288
Part65.Position = Vector3.new(-65.6056213, 3.97724533, 45.3264771)
1289
Part65.Orientation = Vector3.new(13.96, 180, 0)
1290
Part65.Color = Color3.new(0.533333, 0.243137, 0.243137)
1291
Seat66.Parent = Model58
1292
Seat66.Material = Enum.Material.Fabric
1293
Seat66.BrickColor = BrickColor.new("Black")
1294
Seat66.Rotation = Vector3.new(-178.960007, 0, -180)
1295
Seat66.Anchored = true
1296
Seat66.Size = Vector3.new(2, 0.200000003, 2)
1297
Seat66.CFrame = CFrame.new(-64.6055679, 2.5466795, 47.0009232, -1, 3.02380104e-05, 3.07922819e-05, 3.07928349e-05, 0.999832928, 0.0181654096, -3.0238185e-05, 0.0181743223, -0.999829412)
1298
Seat66.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1299
Seat66.BottomSurface = Enum.SurfaceType.Weld
1300
Seat66.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1301
Seat66.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1302
Seat66.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1303
Seat66.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1304
Seat66.Color = Color3.new(0.105882, 0.164706, 0.207843)
1305
Seat66.Position = Vector3.new(-64.6055679, 2.5466795, 47.0009232)
1306
Seat66.Orientation = Vector3.new(-1.03999996, 180, 0)
1307
Seat66.Color = Color3.new(0.105882, 0.164706, 0.207843)
1308
Seat67.Parent = Model58
1309
Seat67.Material = Enum.Material.Fabric
1310
Seat67.BrickColor = BrickColor.new("Black")
1311
Seat67.Rotation = Vector3.new(-178.960007, 0, -180)
1312
Seat67.Anchored = true
1313
Seat67.Size = Vector3.new(2, 0.200000003, 2)
1314
Seat67.CFrame = CFrame.new(-66.6055984, 2.54667473, 47.0009232, -1, 3.02380104e-05, 3.07922819e-05, 3.07928349e-05, 0.999832928, 0.0181654096, -3.0238185e-05, 0.0181743223, -0.999829412)
1315
Seat67.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1316
Seat67.BottomSurface = Enum.SurfaceType.Weld
1317
Seat67.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1318
Seat67.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1319
Seat67.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1320
Seat67.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1321
Seat67.Color = Color3.new(0.105882, 0.164706, 0.207843)
1322
Seat67.Position = Vector3.new(-66.6055984, 2.54667473, 47.0009232)
1323
Seat67.Orientation = Vector3.new(-1.03999996, 180, 0)
1324
Seat67.Color = Color3.new(0.105882, 0.164706, 0.207843)
1325
Seat68.Parent = Model58
1326
Seat68.Material = Enum.Material.Fabric
1327
Seat68.BrickColor = BrickColor.new("Black")
1328
Seat68.Rotation = Vector3.new(-178.960007, 0, -180)
1329
Seat68.Anchored = true
1330
Seat68.Size = Vector3.new(2, 0.200000003, 2)
1331
Seat68.CFrame = CFrame.new(-68.6055984, 2.54667854, 47.000927, -1, 3.02380104e-05, 3.07922819e-05, 3.07928349e-05, 0.999832928, 0.0181654096, -3.0238185e-05, 0.0181743223, -0.999829412)
1332
Seat68.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1333
Seat68.BottomSurface = Enum.SurfaceType.Weld
1334
Seat68.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1335
Seat68.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1336
Seat68.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1337
Seat68.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1338
Seat68.Color = Color3.new(0.105882, 0.164706, 0.207843)
1339
Seat68.Position = Vector3.new(-68.6055984, 2.54667854, 47.000927)
1340
Seat68.Orientation = Vector3.new(-1.03999996, 180, 0)
1341
Seat68.Color = Color3.new(0.105882, 0.164706, 0.207843)
1342
Part69.Parent = Model58
1343
Part69.Material = Enum.Material.Fabric
1344
Part69.BrickColor = BrickColor.new("Burgundy")
1345
Part69.Rotation = Vector3.new(-178.960007, 0, -180)
1346
Part69.Anchored = true
1347
Part69.Size = Vector3.new(0.999999523, 3, 4)
1348
Part69.CFrame = CFrame.new(-61.1055412, 2.7466383, 47.0045547, -1, 3.02380104e-05, 3.07922819e-05, 3.07928349e-05, 0.999832928, 0.0181654096, -3.0238185e-05, 0.0181743223, -0.999829412)
1349
Part69.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1350
Part69.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1351
Part69.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1352
Part69.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1353
Part69.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1354
Part69.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1355
Part69.Color = Color3.new(0.533333, 0.243137, 0.243137)
1356
Part69.Position = Vector3.new(-61.1055412, 2.7466383, 47.0045547)
1357
Part69.Orientation = Vector3.new(-1.03999996, 180, 0)
1358
Part69.Color = Color3.new(0.533333, 0.243137, 0.243137)
1359
Part70.Parent = Model58
1360
Part70.Material = Enum.Material.Fabric
1361
Part70.BrickColor = BrickColor.new("Burgundy")
1362
Part70.Rotation = Vector3.new(-178.960007, 0, -180)
1363
Part70.Anchored = true
1364
Part70.Size = Vector3.new(0.999999523, 3, 4)
1365
Part70.CFrame = CFrame.new(-70.1055756, 2.74664974, 47.004425, -1, 3.02380104e-05, 3.07922819e-05, 3.07928349e-05, 0.999832928, 0.0181654096, -3.0238185e-05, 0.0181743223, -0.999829412)
1366
Part70.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1367
Part70.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1368
Part70.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1369
Part70.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1370
Part70.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1371
Part70.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1372
Part70.Color = Color3.new(0.533333, 0.243137, 0.243137)
1373
Part70.Position = Vector3.new(-70.1055756, 2.74664974, 47.004425)
1374
Part70.Orientation = Vector3.new(-1.03999996, 180, 0)
1375
Part70.Color = Color3.new(0.533333, 0.243137, 0.243137)
1376
Seat71.Parent = Model58
1377
Seat71.Material = Enum.Material.Fabric
1378
Seat71.BrickColor = BrickColor.new("Black")
1379
Seat71.Rotation = Vector3.new(-178.960007, 0, -180)
1380
Seat71.Anchored = true
1381
Seat71.Size = Vector3.new(2, 0.200000003, 2)
1382
Seat71.CFrame = CFrame.new(-62.6055717, 2.54668427, 47.0009232, -1, 3.02380104e-05, 3.07922819e-05, 3.07928349e-05, 0.999832928, 0.0181654096, -3.0238185e-05, 0.0181743223, -0.999829412)
1383
Seat71.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1384
Seat71.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1385
Seat71.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1386
Seat71.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1387
Seat71.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1388
Seat71.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1389
Seat71.Color = Color3.new(0.105882, 0.164706, 0.207843)
1390
Seat71.Position = Vector3.new(-62.6055717, 2.54668427, 47.0009232)
1391
Seat71.Orientation = Vector3.new(-1.03999996, 180, 0)
1392
Seat71.Color = Color3.new(0.105882, 0.164706, 0.207843)
1393
Model72.Name = "Windows"
1394
Model72.Parent = Model0
1395
Part73.Name = "Window"
1396
Part73.Parent = Model72
1397
Part73.Material = Enum.Material.SmoothPlastic
1398
Part73.BrickColor = BrickColor.new("Fog")
1399
Part73.Reflectance = 0.5
1400
Part73.Transparency = 0.5
1401
Part73.Rotation = Vector3.new(-0.00999999978, 90, 0)
1402
Part73.Anchored = true
1403
Part73.Size = Vector3.new(0.600000024, 4, 3)
1404
Part73.CFrame = CFrame.new(-70.4127884, 5.40008259, 82.8121338, 0.000140138305, 3.14685167e-09, 1, -0.000103109451, 0.999997914, 1.07866072e-08, -0.999994457, -9.42043334e-05, 0.000140138261)
1405
Part73.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1406
Part73.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1407
Part73.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1408
Part73.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1409
Part73.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1410
Part73.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1411
Part73.Color = Color3.new(0.780392, 0.831373, 0.894118)
1412
Part73.Position = Vector3.new(-70.4127884, 5.40008259, 82.8121338)
1413
Part73.Orientation = Vector3.new(0, 89.9899979, -0.00999999978)
1414
Part73.Color = Color3.new(0.780392, 0.831373, 0.894118)
1415
Model74.Parent = Model72
1416
Part75.Parent = Model74
1417
Part75.Material = Enum.Material.Concrete
1418
Part75.BrickColor = BrickColor.new("Dirt brown")
1419
Part75.Rotation = Vector3.new(-90, 0, 180)
1420
Part75.Anchored = true
1421
Part75.Size = Vector3.new(3, 1, 0.400000036)
1422
Part75.CFrame = CFrame.new(-70.4131012, 7.60032177, 82.8119354, -1, -3.0559022e-10, 4.3155509e-05, 4.31559456e-05, 2.72699326e-05, 0.999997973, -1.80989446e-09, 0.999994457, -1.83567627e-05)
1423
Part75.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1424
Part75.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1425
Part75.Color = Color3.new(0.337255, 0.258824, 0.211765)
1426
Part75.Position = Vector3.new(-70.4131012, 7.60032177, 82.8119354)
1427
Part75.Orientation = Vector3.new(-89.8799973, 113.040001, 57.7099991)
1428
Part75.Color = Color3.new(0.337255, 0.258824, 0.211765)
1429
Part76.Parent = Model74
1430
Part76.Material = Enum.Material.Concrete
1431
Part76.BrickColor = BrickColor.new("Dirt brown")
1432
Part76.Rotation = Vector3.new(-90, 0, 180)
1433
Part76.Anchored = true
1434
Part76.Size = Vector3.new(3.80000019, 1, 0.400000572)
1435
Part76.CFrame = CFrame.new(-70.4132385, 3.19987965, 82.8122025, -1, -3.0559022e-10, 4.3155509e-05, 4.31559456e-05, 2.72699326e-05, 0.999997973, -1.80989446e-09, 0.999994457, -1.83567627e-05)
1436
Part76.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1437
Part76.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1438
Part76.Color = Color3.new(0.337255, 0.258824, 0.211765)
1439
Part76.Position = Vector3.new(-70.4132385, 3.19987965, 82.8122025)
1440
Part76.Orientation = Vector3.new(-89.8799973, 113.040001, 57.7099991)
1441
Part76.Color = Color3.new(0.337255, 0.258824, 0.211765)
1442
Part77.Parent = Model74
1443
Part77.Material = Enum.Material.Concrete
1444
Part77.BrickColor = BrickColor.new("Dirt brown")
1445
Part77.Rotation = Vector3.new(-90, 0, 180)
1446
Part77.Anchored = true
1447
Part77.Size = Vector3.new(0.400000036, 1, 4.40000057)
1448
Part77.CFrame = CFrame.new(-68.7131271, 5.60010719, 82.8121338, -1, -3.0559022e-10, 4.3155509e-05, 4.31559456e-05, 2.72699326e-05, 0.999997973, -1.80989446e-09, 0.999994457, -1.83567627e-05)
1449
Part77.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1450
Part77.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1451
Part77.Color = Color3.new(0.337255, 0.258824, 0.211765)
1452
Part77.Position = Vector3.new(-68.7131271, 5.60010719, 82.8121338)
1453
Part77.Orientation = Vector3.new(-89.8799973, 113.040001, 57.7099991)
1454
Part77.Color = Color3.new(0.337255, 0.258824, 0.211765)
1455
Part78.Parent = Model74
1456
Part78.Material = Enum.Material.Concrete
1457
Part78.BrickColor = BrickColor.new("Dirt brown")
1458
Part78.Rotation = Vector3.new(-90, 0, 180)
1459
Part78.Anchored = true
1460
Part78.Size = Vector3.new(0.400000036, 1, 4.40000057)
1461
Part78.CFrame = CFrame.new(-72.1130905, 5.60014629, 82.8121338, -1, -3.0559022e-10, 4.3155509e-05, 4.31559456e-05, 2.72699326e-05, 0.999997973, -1.80989446e-09, 0.999994457, -1.83567627e-05)
1462
Part78.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1463
Part78.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1464
Part78.Color = Color3.new(0.337255, 0.258824, 0.211765)
1465
Part78.Position = Vector3.new(-72.1130905, 5.60014629, 82.8121338)
1466
Part78.Orientation = Vector3.new(-89.8799973, 113.040001, 57.7099991)
1467
Part78.Color = Color3.new(0.337255, 0.258824, 0.211765)
1468
Model79.Name = "Windows"
1469
Model79.Parent = Model0
1470
Part80.Name = "Window"
1471
Part80.Parent = Model79
1472
Part80.Material = Enum.Material.SmoothPlastic
1473
Part80.BrickColor = BrickColor.new("Fog")
1474
Part80.Reflectance = 0.5
1475
Part80.Transparency = 0.5
1476
Part80.Rotation = Vector3.new(-0.00999999978, 90, 0)
1477
Part80.Anchored = true
1478
Part80.Size = Vector3.new(0.600000024, 4, 11.5999994)
1479
Part80.CFrame = CFrame.new(-66.1128006, 5.40116501, 43.4112244, 0.000140138305, 3.14685167e-09, 1, -0.000103109451, 0.999997914, 1.07866072e-08, -0.999994457, -9.42043334e-05, 0.000140138261)
1480
Part80.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1481
Part80.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1482
Part80.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1483
Part80.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1484
Part80.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1485
Part80.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1486
Part80.Color = Color3.new(0.780392, 0.831373, 0.894118)
1487
Part80.Position = Vector3.new(-66.1128006, 5.40116501, 43.4112244)
1488
Part80.Orientation = Vector3.new(0, 89.9899979, -0.00999999978)
1489
Part80.Color = Color3.new(0.780392, 0.831373, 0.894118)
1490
Part81.Parent = Model79
1491
Part81.Material = Enum.Material.Concrete
1492
Part81.BrickColor = BrickColor.new("Dirt brown")
1493
Part81.Rotation = Vector3.new(-90, 0, 180)
1494
Part81.Anchored = true
1495
Part81.Size = Vector3.new(0.400000036, 1, 4.40000057)
1496
Part81.CFrame = CFrame.new(-72.1130905, 5.60120964, 43.4112053, -1, -3.0559022e-10, 4.3155509e-05, 4.31559456e-05, 2.72699326e-05, 0.999997973, -1.80989446e-09, 0.999994457, -1.83567627e-05)
1497
Part81.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1498
Part81.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1499
Part81.Color = Color3.new(0.337255, 0.258824, 0.211765)
1500
Part81.Position = Vector3.new(-72.1130905, 5.60120964, 43.4112053)
1501
Part81.Orientation = Vector3.new(-89.8799973, 113.040001, 57.7099991)
1502
Part81.Color = Color3.new(0.337255, 0.258824, 0.211765)
1503
Part82.Parent = Model79
1504
Part82.Material = Enum.Material.Concrete
1505
Part82.BrickColor = BrickColor.new("Dirt brown")
1506
Part82.Rotation = Vector3.new(-90, 0, 180)
1507
Part82.Anchored = true
1508
Part82.Size = Vector3.new(11.5999994, 1, 0.400000036)
1509
Part82.CFrame = CFrame.new(-66.1131287, 7.60139465, 43.4109879, -1, -3.0559022e-10, 4.3155509e-05, 4.31559456e-05, 2.72699326e-05, 0.999997973, -1.80989446e-09, 0.999994457, -1.83567627e-05)
1510
Part82.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1511
Part82.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1512
Part82.Color = Color3.new(0.337255, 0.258824, 0.211765)
1513
Part82.Position = Vector3.new(-66.1131287, 7.60139465, 43.4109879)
1514
Part82.Orientation = Vector3.new(-89.8799973, 113.040001, 57.7099991)
1515
Part82.Color = Color3.new(0.337255, 0.258824, 0.211765)
1516
Part83.Parent = Model79
1517
Part83.Material = Enum.Material.Concrete
1518
Part83.BrickColor = BrickColor.new("Dirt brown")
1519
Part83.Rotation = Vector3.new(-90, 0, 180)
1520
Part83.Anchored = true
1521
Part83.Size = Vector3.new(12.4000006, 1, 0.400000572)
1522
Part83.CFrame = CFrame.new(-66.1132812, 3.20098209, 43.4112625, -1, -3.0559022e-10, 4.3155509e-05, 4.31559456e-05, 2.72699326e-05, 0.999997973, -1.80989446e-09, 0.999994457, -1.83567627e-05)
1523
Part83.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1524
Part83.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1525
Part83.Color = Color3.new(0.337255, 0.258824, 0.211765)
1526
Part83.Position = Vector3.new(-66.1132812, 3.20098209, 43.4112625)
1527
Part83.Orientation = Vector3.new(-89.8799973, 113.040001, 57.7099991)
1528
Part83.Color = Color3.new(0.337255, 0.258824, 0.211765)
1529
Part84.Parent = Model79
1530
Part84.Material = Enum.Material.Concrete
1531
Part84.BrickColor = BrickColor.new("Dirt brown")
1532
Part84.Rotation = Vector3.new(-90, 0, 180)
1533
Part84.Anchored = true
1534
Part84.Size = Vector3.new(0.400000036, 1, 4.40000057)
1535
Part84.CFrame = CFrame.new(-60.1132889, 5.6012249, 43.4111633, -1, -3.0559022e-10, 4.3155509e-05, 4.31559456e-05, 2.72699326e-05, 0.999997973, -1.80989446e-09, 0.999994457, -1.83567627e-05)
1536
Part84.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1537
Part84.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1538
Part84.Color = Color3.new(0.337255, 0.258824, 0.211765)
1539
Part84.Position = Vector3.new(-60.1132889, 5.6012249, 43.4111633)
1540
Part84.Orientation = Vector3.new(-89.8799973, 113.040001, 57.7099991)
1541
Part84.Color = Color3.new(0.337255, 0.258824, 0.211765)
1542
Model85.Name = "Windows"
1543
Model85.Parent = Model0
1544
Part86.Name = "Window"
1545
Part86.Parent = Model85
1546
Part86.Material = Enum.Material.SmoothPlastic
1547
Part86.BrickColor = BrickColor.new("Fog")
1548
Part86.Reflectance = 0.5
1549
Part86.Transparency = 0.5
1550
Part86.Rotation = Vector3.new(0, 0, -0.00999999978)
1551
Part86.Anchored = true
1552
Part86.Size = Vector3.new(0.600000024, 4, 3)
1553
Part86.CFrame = CFrame.new(-42.3130836, 5.40061569, 63.111908, 1, 9.15532946e-05, -3.05160374e-05, -9.15529672e-05, 0.999997973, 2.24999512e-05, 3.05178401e-05, -1.35578466e-05, 0.999994516)
1554
Part86.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1555
Part86.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1556
Part86.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1557
Part86.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1558
Part86.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1559
Part86.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1560
Part86.Color = Color3.new(0.780392, 0.831373, 0.894118)
1561
Part86.Position = Vector3.new(-42.3130836, 5.40061569, 63.111908)
1562
Part86.Orientation = Vector3.new(0, 0, -0.00999999978)
1563
Part86.Color = Color3.new(0.780392, 0.831373, 0.894118)
1564
Model87.Parent = Model85
1565
Part88.Parent = Model87
1566
Part88.Material = Enum.Material.Concrete
1567
Part88.BrickColor = BrickColor.new("Dirt brown")
1568
Part88.Rotation = Vector3.new(-90, 0.00999999978, 89.9899979)
1569
Part88.Anchored = true
1570
Part88.Size = Vector3.new(3, 1, 0.400000036)
1571
Part88.CFrame = CFrame.new(-42.312809, 7.60084343, 63.1115723, 0.000152592838, -1, 9.1562506e-05, -3.46528577e-05, 9.15575947e-05, 0.999997854, -0.999994457, -0.000152595065, -2.57469965e-05)
1572
Part88.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1573
Part88.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1574
Part88.Color = Color3.new(0.337255, 0.258824, 0.211765)
1575
Part88.Position = Vector3.new(-42.312809, 7.60084343, 63.1115723)
1576
Part88.Orientation = Vector3.new(-89.8799973, 105.709999, -20.7299995)
1577
Part88.Color = Color3.new(0.337255, 0.258824, 0.211765)
1578
Part89.Parent = Model87
1579
Part89.Material = Enum.Material.Concrete
1580
Part89.BrickColor = BrickColor.new("Dirt brown")
1581
Part89.Rotation = Vector3.new(-90, 0.00999999978, 89.9899979)
1582
Part89.Anchored = true
1583
Part89.Size = Vector3.new(3.80000019, 1, 0.400000572)
1584
Part89.CFrame = CFrame.new(-42.3131332, 3.20042133, 63.1112518, 0.000152592838, -1, 9.1562506e-05, -3.46528577e-05, 9.15575947e-05, 0.999997854, -0.999994457, -0.000152595065, -2.57469965e-05)
1585
Part89.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1586
Part89.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1587
Part89.Color = Color3.new(0.337255, 0.258824, 0.211765)
1588
Part89.Position = Vector3.new(-42.3131332, 3.20042133, 63.1112518)
1589
Part89.Orientation = Vector3.new(-89.8799973, 105.709999, -20.7299995)
1590
Part89.Color = Color3.new(0.337255, 0.258824, 0.211765)
1591
Part90.Parent = Model87
1592
Part90.Material = Enum.Material.Concrete
1593
Part90.BrickColor = BrickColor.new("Dirt brown")
1594
Part90.Rotation = Vector3.new(-90, 0.00999999978, 89.9899979)
1595
Part90.Anchored = true
1596
Part90.Size = Vector3.new(0.400000036, 1, 4.40000057)
1597
Part90.CFrame = CFrame.new(-42.3130875, 5.60058212, 64.8115158, 0.000152592838, -1, 9.1562506e-05, -3.46528577e-05, 9.15575947e-05, 0.999997854, -0.999994457, -0.000152595065, -2.57469965e-05)
1598
Part90.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1599
Part90.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1600
Part90.Color = Color3.new(0.337255, 0.258824, 0.211765)
1601
Part90.Position = Vector3.new(-42.3130875, 5.60058212, 64.8115158)
1602
Part90.Orientation = Vector3.new(-89.8799973, 105.709999, -20.7299995)
1603
Part90.Color = Color3.new(0.337255, 0.258824, 0.211765)
1604
Part91.Parent = Model87
1605
Part91.Material = Enum.Material.Concrete
1606
Part91.BrickColor = BrickColor.new("Dirt brown")
1607
Part91.Rotation = Vector3.new(-90, 0.00999999978, 89.9899979)
1608
Part91.Anchored = true
1609
Part91.Size = Vector3.new(0.400000036, 1, 4.40000057)
1610
Part91.CFrame = CFrame.new(-42.3130875, 5.60071945, 61.4115715, 0.000152592838, -1, 9.1562506e-05, -3.46528577e-05, 9.15575947e-05, 0.999997854, -0.999994457, -0.000152595065, -2.57469965e-05)
1611
Part91.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1612
Part91.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1613
Part91.Color = Color3.new(0.337255, 0.258824, 0.211765)
1614
Part91.Position = Vector3.new(-42.3130875, 5.60071945, 61.4115715)
1615
Part91.Orientation = Vector3.new(-89.8799973, 105.709999, -20.7299995)
1616
Part91.Color = Color3.new(0.337255, 0.258824, 0.211765)
1617
Model92.Name = "WoodenDoor"
1618
Model92.Parent = Model0
1619
Part93.Name = "Frame"
1620
Part93.Parent = Model92
1621
Part93.Material = Enum.Material.Wood
1622
Part93.BrickColor = BrickColor.new("Nougat")
1623
Part93.Rotation = Vector3.new(-180, -0.629999995, 179.990005)
1624
Part93.Velocity = Vector3.new(3.0256821e-08, -1.81540916e-08, 0.000132190034)
1625
Part93.CanCollide = false
1626
Part93.Size = Vector3.new(0.600000024, 6.5999999, 0.800000012)
1627
Part93.CFrame = CFrame.new(-54.6882286, 4.49899864, 66.374794, -0.999939322, -0.000152614448, -0.0110163866, -0.000153039, 0.999997973, 3.76842509e-05, 0.0110163158, 4.83080366e-05, -0.999933839)
1628
Part93.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1629
Part93.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1630
Part93.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1631
Part93.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1632
Part93.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1633
Part93.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1634
Part93.Color = Color3.new(0.8, 0.556863, 0.411765)
1635
Part93.Position = Vector3.new(-54.6882286, 4.49899864, 66.374794)
1636
Part93.Orientation = Vector3.new(0, -179.369995, -0.00999999978)
1637
Part93.Color = Color3.new(0.8, 0.556863, 0.411765)
1638
Weld94.Parent = Part93
1639
Weld94.C0 = CFrame.new(-348.581543, -211.581451, -28.8311958, -1, -0.000213633757, 0.000701901037, -0.000213612337, 1, 3.05925496e-05, -0.000701907557, 3.04426067e-05, -1)
1640
Weld94.C1 = CFrame.new(-350.581482, -211.581482, -28.8311996, -1, -0.000213633757, 0.000701901037, -0.000213612337, 1, 3.05925496e-05, -0.000701907557, 3.04426067e-05, -1)
1641
Weld94.Part0 = Part93
1642
Weld94.Part1 = Part99
1643
Script95.Name = "Weld (Read)"
1644
Script95.Parent = Model92
1645
Script95.Disabled = true
1646
table.insert(cors,sandbox(Script95,function()
1647
repeat wait'' until game:GetService'Players'.LocalPlayer:FindFirstChild'Backpack' ~= nil
1648
if script.Parent ~= game:GetService'ReplicatedFirst' then return end
1649
fold = game:GetService'TeleportService':GetTeleportSetting'SaveInstanceData'
1650
if fold == nil then Instance.new('Message', workspace).Text = 'An error occured loading the data. Try again.' return
1651
end
1652
1653
while not game:GetService("Players").LocalPlayer.Character do wait() end
1654
game:GetService("Players").LocalPlayer.Character.Parent = nil
1655
1656
if fold:FindFirstChild("TerrainData") then
1657
	workspace.Terrain:PasteRegion(fold.TerrainData.TerrainRegion,workspace.Terrain.MaxExtents.Min,true)
1658
end
1659
1660
fold.Parent = game:GetService("Lighting")
1661
function scriptsourceoff(same)
1662
	pcall(function()
1663
		if same.ClassName == 'Script' then
1664
			same.Disabled = true
1665
		end	
1666
	end)
1667
	for i,v in pairs(same:GetChildren()) do
1668
		scriptsourceoff(v)
1669
	end
1670
end
1671
scriptsourceoff(fold)
1672
wait(5) -- Stop missing terrain
1673
1674
countNum = 0
1675
function addNumTo(same)
1676
	if same.Parent ~= nil then
1677
		countNum = countNum + 1
1678
	end
1679
	for i,v in pairs(same:GetChildren()) do
1680
		addNumTo(v)
1681
	end
1682
end
1683
addNumTo(fold)
1684
game:GetService'ReplicatedStorage':WaitForChild'Count'.OnClientEvent:Connect(function(servcount)
1685
	if servcount ~= 'CountNum' then
1686
		game:GetService'ReplicatedStorage':WaitForChild'Count':FireServer(fold, countNum)
1687
	else
1688
		game:GetService'ReplicatedStorage':WaitForChild'Save':FireServer(fold)
1689
	end
1690
end)
1691
--game:GetService'ReplicatedStorage':WaitForChild'Count':FireServer(fold, countNum) causing server issues, will be done later
1692
game:GetService'ReplicatedStorage':WaitForChild'Save':FireServer(fold)
1693
end))
1694
Model96.Name = "Hinges"
1695
Model96.Parent = Model92
1696
Part97.Name = "Parta"
1697
Part97.Parent = Model96
1698
Part97.Material = Enum.Material.Wood
1699
Part97.BrickColor = BrickColor.new("Nougat")
1700
Part97.Transparency = 1
1701
Part97.Rotation = Vector3.new(0, -90, 0)
1702
Part97.Anchored = true
1703
Part97.CanCollide = false
1704
Part97.FormFactor = Enum.FormFactor.Custom
1705
Part97.Size = Vector3.new(0.400000006, 0.200000003, 0.400000036)
1706
Part97.CFrame = CFrame.new(-54.7507515, 7.90067387, 66.4116669, -3.26636e-05, -0.000215789914, -1, -2.63461679e-05, 0.999997854, -0.000215788081, 0.999994397, 3.52536517e-05, -3.26717563e-05)
1707
Part97.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1708
Part97.BottomSurface = Enum.SurfaceType.Hinge
1709
Part97.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1710
Part97.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1711
Part97.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1712
Part97.TopSurface = Enum.SurfaceType.Smooth
1713
Part97.Color = Color3.new(0.8, 0.556863, 0.411765)
1714
Part97.Position = Vector3.new(-54.7507515, 7.90067387, 66.4116669)
1715
Part97.Orientation = Vector3.new(0.00999999978, -90, 0)
1716
Part97.Color = Color3.new(0.8, 0.556863, 0.411765)
1717
Part98.Name = "Partb"
1718
Part98.Parent = Model96
1719
Part98.Material = Enum.Material.Wood
1720
Part98.BrickColor = BrickColor.new("Nougat")
1721
Part98.Transparency = 1
1722
Part98.Rotation = Vector3.new(0, -90, 0)
1723
Part98.Anchored = true
1724
Part98.CanCollide = false
1725
Part98.FormFactor = Enum.FormFactor.Custom
1726
Part98.Size = Vector3.new(0.400000006, 0.200000003, 0.400000036)
1727
Part98.CFrame = CFrame.new(-54.7492485, 1.10030746, 66.4115753, -3.26636e-05, -0.000215789914, -1, -2.63461679e-05, 0.999997854, -0.000215788081, 0.999994397, 3.52536517e-05, -3.26717563e-05)
1728
Part98.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1729
Part98.BottomSurface = Enum.SurfaceType.Smooth
1730
Part98.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1731
Part98.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1732
Part98.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1733
Part98.TopSurface = Enum.SurfaceType.Hinge
1734
Part98.Color = Color3.new(0.8, 0.556863, 0.411765)
1735
Part98.Position = Vector3.new(-54.7492485, 1.10030746, 66.4115753)
1736
Part98.Orientation = Vector3.new(0.00999999978, -90, 0)
1737
Part98.Color = Color3.new(0.8, 0.556863, 0.411765)
1738
Part99.Name = "middle"
1739
Part99.Parent = Model92
1740
Part99.Material = Enum.Material.Wood
1741
Part99.BrickColor = BrickColor.new("Nougat")
1742
Part99.Rotation = Vector3.new(-180, -0.629999995, 179.990005)
1743
Part99.Velocity = Vector3.new(3.0256821e-08, -1.81540916e-08, 0.000132190034)
1744
Part99.Size = Vector3.new(3.39999962, 6.5999999, 0.800000012)
1745
Part99.CFrame = CFrame.new(-56.6882286, 4.49875355, 66.3968124, -0.999939799, -0.000152614506, -0.0110163921, -0.000153039015, 0.999997973, 3.76842618e-05, 0.0110163214, 4.83080439e-05, -0.999934316)
1746
Part99.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1747
Part99.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1748
Part99.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1749
Part99.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1750
Part99.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1751
Part99.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1752
Part99.Color = Color3.new(0.8, 0.556863, 0.411765)
1753
Part99.Position = Vector3.new(-56.6882286, 4.49875355, 66.3968124)
1754
Part99.Orientation = Vector3.new(0, -179.369995, -0.00999999978)
1755
Part99.Color = Color3.new(0.8, 0.556863, 0.411765)
1756
Weld100.Parent = Part99
1757
Weld100.C0 = CFrame.new(-350.581482, -211.581512, -28.8311996, -1, -0.000213633757, 0.000701901037, -0.000213612337, 1, 3.05925496e-05, -0.000701907557, 3.04426067e-05, -1)
1758
Weld100.C1 = CFrame.new(-352.381561, -211.581512, -28.8311901, -1, -0.000213633757, 0.000701901037, -0.000213612337, 1, 3.05925496e-05, -0.000701907557, 3.04426067e-05, -1)
1759
Weld100.Part0 = Part99
1760
Weld100.Part1 = Part102
1761
BodyPosition101.Parent = Part99
1762
BodyPosition101.D = 250
1763
BodyPosition101.position = Vector3.new(-350.649719, 211.501556, -28.5869579)
1764
BodyPosition101.Position = Vector3.new(-350.649719, 211.501556, -28.5869579)
1765
Part102.Name = "Frame"
1766
Part102.Parent = Model92
1767
Part102.Material = Enum.Material.Wood
1768
Part102.BrickColor = BrickColor.new("Nougat")
1769
Part102.Rotation = Vector3.new(-180, -0.629999995, 179.990005)
1770
Part102.Velocity = Vector3.new(3.0256821e-08, -1.81540916e-08, 0.000132190034)
1771
Part102.CanCollide = false
1772
Part102.Size = Vector3.new(0.200000003, 6.5999999, 0.800000012)
1773
Part102.CFrame = CFrame.new(-58.4883842, 4.49849319, 66.4166412, -0.999940276, -0.000152614564, -0.0110163977, -0.000153039029, 0.999997973, 3.76842727e-05, 0.011016327, 4.83080512e-05, -0.999934793)
1774
Part102.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1775
Part102.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1776
Part102.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1777
Part102.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1778
Part102.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1779
Part102.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1780
Part102.Color = Color3.new(0.8, 0.556863, 0.411765)
1781
Part102.Position = Vector3.new(-58.4883842, 4.49849319, 66.4166412)
1782
Part102.Orientation = Vector3.new(0, -179.369995, -0.00999999978)
1783
Part102.Color = Color3.new(0.8, 0.556863, 0.411765)
1784
Model103.Name = "RoofTop"
1785
Model103.Parent = Model0
1786
Part104.Name = "RoofPart2"
1787
Part104.Parent = Model103
1788
Part104.Material = Enum.Material.Brick
1789
Part104.BrickColor = BrickColor.new("Cocoa")
1790
Part104.Rotation = Vector3.new(-23.5400009, 90, 0)
1791
Part104.Anchored = true
1792
Part104.Size = Vector3.new(22.8000011, 0.99999994, 37.4000015)
1793
Part104.CFrame = CFrame.new(-60.2692871, 15.9327059, 53.0385742, 3.51081326e-05, -4.22441917e-05, 1, -0.399429858, 0.916761518, 5.2750569e-05, -0.916761935, -0.399420261, 1.53133369e-05)
1794
Part104.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1795
Part104.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1796
Part104.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1797
Part104.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1798
Part104.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1799
Part104.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1800
Part104.Color = Color3.new(0.337255, 0.141176, 0.141176)
1801
Part104.Position = Vector3.new(-60.2692871, 15.9327059, 53.0385742)
1802
Part104.Orientation = Vector3.new(0, 90, -23.5400009)
1803
Part104.Color = Color3.new(0.337255, 0.141176, 0.141176)
1804
Part105.Name = "RoofPart2"
1805
Part105.Parent = Model103
1806
Part105.Material = Enum.Material.Brick
1807
Part105.BrickColor = BrickColor.new("Cocoa")
1808
Part105.Rotation = Vector3.new(-180, 0, 149.059998)
1809
Part105.Anchored = true
1810
Part105.Size = Vector3.new(5.71550941, 0.320855677, 10.4000044)
1811
Part105.CFrame = CFrame.new(-52.5948944, 11.3057537, 38.5698776, -0.857674956, -0.514192343, 2.12399245e-05, -0.514191329, 0.857673168, 4.56276684e-05, -4.6288922e-05, 3.59363694e-05, -0.999994457)
1812
Part105.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1813
Part105.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1814
Part105.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1815
Part105.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1816
Part105.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1817
Part105.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1818
Part105.Color = Color3.new(0.337255, 0.141176, 0.141176)
1819
Part105.Position = Vector3.new(-52.5948944, 11.3057537, 38.5698776)
1820
Part105.Orientation = Vector3.new(0, 180, -30.9400005)
1821
Part105.Color = Color3.new(0.337255, 0.141176, 0.141176)
1822
Part106.Name = "RoofPart2"
1823
Part106.Parent = Model103
1824
Part106.Material = Enum.Material.Brick
1825
Part106.BrickColor = BrickColor.new("Cocoa")
1826
Part106.Rotation = Vector3.new(23.5400009, 90, 0)
1827
Part106.Anchored = true
1828
Part106.Size = Vector3.new(22.8000011, 0.99999994, 37.4000015)
1829
Part106.CFrame = CFrame.new(-60.2691612, 15.9321795, 73.302536, 5.27502634e-05, -8.80767038e-06, 1, 0.399348289, 0.916797042, -1.29914188e-05, -0.916790247, 0.399355173, 5.18790475e-05)
1830
Part106.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1831
Part106.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1832
Part106.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1833
Part106.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1834
Part106.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1835
Part106.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1836
Part106.Color = Color3.new(0.337255, 0.141176, 0.141176)
1837
Part106.Position = Vector3.new(-60.2691612, 15.9321795, 73.302536)
1838
Part106.Orientation = Vector3.new(0, 90, 23.5400009)
1839
Part106.Color = Color3.new(0.337255, 0.141176, 0.141176)
1840
Part107.Name = "RoofPart2"
1841
Part107.Parent = Model103
1842
Part107.Material = Enum.Material.Brick
1843
Part107.BrickColor = BrickColor.new("Cocoa")
1844
Part107.Rotation = Vector3.new(-180, 0, -149.050003)
1845
Part107.Anchored = true
1846
Part107.Size = Vector3.new(5.71550941, 0.320855677, 10.4000025)
1847
Part107.CFrame = CFrame.new(-47.8160095, 11.3491383, 38.5698776, -0.857622981, 0.514278948, 3.75721429e-05, 0.514277875, 0.857621312, 2.92372533e-05, -1.25808701e-05, 5.21620059e-05, -0.999994516)
1848
Part107.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1849
Part107.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1850
Part107.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1851
Part107.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1852
Part107.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1853
Part107.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1854
Part107.Color = Color3.new(0.337255, 0.141176, 0.141176)
1855
Part107.Position = Vector3.new(-47.8160095, 11.3491383, 38.5698776)
1856
Part107.Orientation = Vector3.new(0, 180, 30.9500008)
1857
Part107.Color = Color3.new(0.337255, 0.141176, 0.141176)
1858
Model108.Name = "WoodenDoor"
1859
Model108.Parent = Model0
1860
Part109.Name = "Frame"
1861
Part109.Parent = Model108
1862
Part109.Material = Enum.Material.Wood
1863
Part109.BrickColor = BrickColor.new("Nougat")
1864
Part109.Rotation = Vector3.new(0, 0.00999999978, -0.0199999996)
1865
Part109.CanCollide = false
1866
Part109.Size = Vector3.new(0.600000024, 6.5999999, 0.800000012)
1867
Part109.CFrame = CFrame.new(-52.0623703, 4.49986649, 34.1874771, 0.99999994, 0.0002746518, 0.000213626743, -0.000274656515, 0.999997973, 2.25128297e-05, -0.000213621126, -1.35550436e-05, 0.999994516)
1868
Part109.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1869
Part109.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1870
Part109.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1871
Part109.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1872
Part109.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1873
Part109.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1874
Part109.Color = Color3.new(0.8, 0.556863, 0.411765)
1875
Part109.Position = Vector3.new(-52.0623703, 4.49986649, 34.1874771)
1876
Part109.Orientation = Vector3.new(0, 0.00999999978, -0.0199999996)
1877
Part109.Color = Color3.new(0.8, 0.556863, 0.411765)
1878
Weld110.Parent = Part109
1879
Weld110.C0 = CFrame.new(346.069214, -211.423218, 60.9525146, 0.999999821, -0.000213615131, -0.000518802088, 0.000213630963, 1, 3.04621644e-05, 0.000518795568, -3.05729918e-05, 0.999999881)
1880
Weld110.C1 = CFrame.new(344.069305, -211.423172, 60.9525223, 0.999999821, -0.000213615131, -0.000518802088, 0.000213630963, 1, 3.04621644e-05, 0.000518795568, -3.05729918e-05, 0.999999881)
1881
Weld110.Part0 = Part109
1882
Weld110.Part1 = Part115
1883
Script111.Name = "Weld (Read)"
1884
Script111.Parent = Model108
1885
Script111.Disabled = true
1886
table.insert(cors,sandbox(Script111,function()
1887
repeat wait'' until game:GetService'Players'.LocalPlayer:FindFirstChild'Backpack' ~= nil
1888
if script.Parent ~= game:GetService'ReplicatedFirst' then return end
1889
fold = game:GetService'TeleportService':GetTeleportSetting'SaveInstanceData'
1890
if fold == nil then Instance.new('Message', workspace).Text = 'An error occured loading the data. Try again.' return
1891
end
1892
1893
while not game:GetService("Players").LocalPlayer.Character do wait() end
1894
game:GetService("Players").LocalPlayer.Character.Parent = nil
1895
1896
if fold:FindFirstChild("TerrainData") then
1897
	workspace.Terrain:PasteRegion(fold.TerrainData.TerrainRegion,workspace.Terrain.MaxExtents.Min,true)
1898
end
1899
1900
fold.Parent = game:GetService("Lighting")
1901
function scriptsourceoff(same)
1902
	pcall(function()
1903
		if same.ClassName == 'Script' then
1904
			same.Disabled = true
1905
		end	
1906
	end)
1907
	for i,v in pairs(same:GetChildren()) do
1908
		scriptsourceoff(v)
1909
	end
1910
end
1911
scriptsourceoff(fold)
1912
wait(5) -- Stop missing terrain
1913
1914
countNum = 0
1915
function addNumTo(same)
1916
	if same.Parent ~= nil then
1917
		countNum = countNum + 1
1918
	end
1919
	for i,v in pairs(same:GetChildren()) do
1920
		addNumTo(v)
1921
	end
1922
end
1923
addNumTo(fold)
1924
game:GetService'ReplicatedStorage':WaitForChild'Count'.OnClientEvent:Connect(function(servcount)
1925
	if servcount ~= 'CountNum' then
1926
		game:GetService'ReplicatedStorage':WaitForChild'Count':FireServer(fold, countNum)
1927
	else
1928
		game:GetService'ReplicatedStorage':WaitForChild'Save':FireServer(fold)
1929
	end
1930
end)
1931
--game:GetService'ReplicatedStorage':WaitForChild'Count':FireServer(fold, countNum) causing server issues, will be done later
1932
game:GetService'ReplicatedStorage':WaitForChild'Save':FireServer(fold)
1933
end))
1934
Model112.Name = "Hinges"
1935
Model112.Parent = Model108
1936
Part113.Name = "Parta"
1937
Part113.Parent = Model112
1938
Part113.Material = Enum.Material.Wood
1939
Part113.BrickColor = BrickColor.new("Nougat")
1940
Part113.Transparency = 1
1941
Part113.Rotation = Vector3.new(0, 90, 0)
1942
Part113.Anchored = true
1943
Part113.CanCollide = false
1944
Part113.FormFactor = Enum.FormFactor.Custom
1945
Part113.Size = Vector3.new(0.400000006, 0.200000003, 0.400000036)
1946
Part113.CFrame = CFrame.new(-51.9489174, 7.90148735, 34.2115021, 0.000140138305, 0.000258941174, 1, -1.67721228e-05, 0.999997854, -0.000258938788, -0.999994397, -7.77363311e-06, 0.000140140299)
1947
Part113.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1948
Part113.BottomSurface = Enum.SurfaceType.Hinge
1949
Part113.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1950
Part113.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1951
Part113.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1952
Part113.TopSurface = Enum.SurfaceType.Smooth
1953
Part113.Color = Color3.new(0.8, 0.556863, 0.411765)
1954
Part113.Position = Vector3.new(-51.9489174, 7.90148735, 34.2115021)
1955
Part113.Orientation = Vector3.new(0.00999999978, 89.9899979, 0)
1956
Part113.Color = Color3.new(0.8, 0.556863, 0.411765)
1957
Part114.Name = "Partb"
1958
Part114.Parent = Model112
1959
Part114.Material = Enum.Material.Wood
1960
Part114.BrickColor = BrickColor.new("Nougat")
1961
Part114.Transparency = 1
1962
Part114.Rotation = Vector3.new(0, 90, 0)
1963
Part114.Anchored = true
1964
Part114.CanCollide = false
1965
Part114.FormFactor = Enum.FormFactor.Custom
1966
Part114.Size = Vector3.new(0.400000006, 0.200000003, 0.400000036)
1967
Part114.CFrame = CFrame.new(-51.9504509, 1.10112095, 34.2113876, 0.000140138305, 0.000258941174, 1, -1.67721228e-05, 0.999997854, -0.000258938788, -0.999994397, -7.77363311e-06, 0.000140140299)
1968
Part114.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1969
Part114.BottomSurface = Enum.SurfaceType.Smooth
1970
Part114.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1971
Part114.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1972
Part114.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1973
Part114.TopSurface = Enum.SurfaceType.Hinge
1974
Part114.Color = Color3.new(0.8, 0.556863, 0.411765)
1975
Part114.Position = Vector3.new(-51.9504509, 1.10112095, 34.2113876)
1976
Part114.Orientation = Vector3.new(0.00999999978, 89.9899979, 0)
1977
Part114.Color = Color3.new(0.8, 0.556863, 0.411765)
1978
Part115.Name = "middle"
1979
Part115.Parent = Model108
1980
Part115.Material = Enum.Material.Wood
1981
Part115.BrickColor = BrickColor.new("Nougat")
1982
Part115.Rotation = Vector3.new(0, 0.00999999978, -0.0199999996)
1983
Part115.Size = Vector3.new(3.39999962, 6.5999999, 0.800000012)
1984
Part115.CFrame = CFrame.new(-50.0624313, 4.49928665, 34.1870422, 0.99999994, 0.000274651771, 0.000213626685, -0.000274656544, 0.999997973, 2.25128297e-05, -0.000213621184, -1.35550436e-05, 0.999994516)
1985
Part115.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1986
Part115.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1987
Part115.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1988
Part115.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1989
Part115.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1990
Part115.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1991
Part115.Color = Color3.new(0.8, 0.556863, 0.411765)
1992
Part115.Position = Vector3.new(-50.0624313, 4.49928665, 34.1870422)
1993
Part115.Orientation = Vector3.new(0, 0.00999999978, -0.0199999996)
1994
Part115.Color = Color3.new(0.8, 0.556863, 0.411765)
1995
Weld116.Parent = Part115
1996
Weld116.C0 = CFrame.new(344.069336, -211.423187, 60.9525185, 0.999999821, -0.000213615131, -0.000518802088, 0.000213630963, 1, 3.04621644e-05, 0.000518795568, -3.05729918e-05, 0.999999881)
1997
Weld116.C1 = CFrame.new(342.269318, -211.423248, 60.9525146, 0.999999821, -0.000213615131, -0.000518802088, 0.000213630963, 1, 3.04621644e-05, 0.000518795568, -3.05729918e-05, 0.999999881)
1998
Weld116.Part0 = Part115
1999
Weld116.Part1 = Part118
2000
BodyPosition117.Parent = Part115
2001
BodyPosition117.D = 250
2002
BodyPosition117.position = Vector3.new(-344.050079, 211.501434, -60.7894325)
2003
BodyPosition117.Position = Vector3.new(-344.050079, 211.501434, -60.7894325)
2004
Part118.Name = "Frame"
2005
Part118.Parent = Model108
2006
Part118.Material = Enum.Material.Wood
2007
Part118.BrickColor = BrickColor.new("Nougat")
2008
Part118.Rotation = Vector3.new(0, 0.00999999978, -0.0199999996)
2009
Part118.CanCollide = false
2010
Part118.Size = Vector3.new(0.200000003, 6.5999999, 0.800000012)
2011
Part118.CFrame = CFrame.new(-48.2623825, 4.49886847, 34.186657, 0.99999994, 0.000274651742, 0.000213626627, -0.000274656573, 0.999997973, 2.25128297e-05, -0.000213621242, -1.35550436e-05, 0.999994516)
2012
Part118.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2013
Part118.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2014
Part118.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2015
Part118.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2016
Part118.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2017
Part118.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2018
Part118.Color = Color3.new(0.8, 0.556863, 0.411765)
2019
Part118.Position = Vector3.new(-48.2623825, 4.49886847, 34.186657)
2020
Part118.Orientation = Vector3.new(0, 0.00999999978, -0.0199999996)
2021
Part118.Color = Color3.new(0.8, 0.556863, 0.411765)
2022
Model119.Name = "Windows"
2023
Model119.Parent = Model0
2024
Part120.Name = "Window"
2025
Part120.Parent = Model119
2026
Part120.Material = Enum.Material.SmoothPlastic
2027
Part120.BrickColor = BrickColor.new("Fog")
2028
Part120.Reflectance = 0.5
2029
Part120.Transparency = 0.5
2030
Part120.Rotation = Vector3.new(0, 0, -0.00999999978)
2031
Part120.Anchored = true
2032
Part120.Size = Vector3.new(0.600000024, 4, 3)
2033
Part120.CFrame = CFrame.new(-78.3130035, 5.40089417, 53.1116447, 1, 9.15532946e-05, -3.05160374e-05, -9.15529672e-05, 0.999997973, 2.24999512e-05, 3.05178401e-05, -1.35578466e-05, 0.999994516)
2034
Part120.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2035
Part120.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2036
Part120.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2037
Part120.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2038
Part120.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2039
Part120.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2040
Part120.Color = Color3.new(0.780392, 0.831373, 0.894118)
2041
Part120.Position = Vector3.new(-78.3130035, 5.40089417, 53.1116447)
2042
Part120.Orientation = Vector3.new(0, 0, -0.00999999978)
2043
Part120.Color = Color3.new(0.780392, 0.831373, 0.894118)
2044
Model121.Parent = Model119
2045
Part122.Parent = Model121
2046
Part122.Material = Enum.Material.Concrete
2047
Part122.BrickColor = BrickColor.new("Dirt brown")
2048
Part122.Rotation = Vector3.new(-90, 0.00999999978, 89.9899979)
2049
Part122.Anchored = true
2050
Part122.Size = Vector3.new(3, 1, 0.400000036)
2051
Part122.CFrame = CFrame.new(-78.3127594, 7.60110188, 53.111187, 0.000152592838, -1, 9.1562506e-05, -3.46528577e-05, 9.15575947e-05, 0.999997854, -0.999994457, -0.000152595065, -2.57469965e-05)
2052
Part122.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2053
Part122.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2054
Part122.Color = Color3.new(0.337255, 0.258824, 0.211765)
2055
Part122.Position = Vector3.new(-78.3127594, 7.60110188, 53.111187)
2056
Part122.Orientation = Vector3.new(-89.8799973, 105.709999, -20.7299995)
2057
Part122.Color = Color3.new(0.337255, 0.258824, 0.211765)
2058
Part123.Parent = Model121
2059
Part123.Material = Enum.Material.Concrete
2060
Part123.BrickColor = BrickColor.new("Dirt brown")
2061
Part123.Rotation = Vector3.new(-90, 0.00999999978, 89.9899979)
2062
Part123.Anchored = true
2063
Part123.Size = Vector3.new(3.80000019, 1, 0.400000572)
2064
Part123.CFrame = CFrame.new(-78.3130875, 3.20070839, 53.1111107, 0.000152592838, -1, 9.1562506e-05, -3.46528577e-05, 9.15575947e-05, 0.999997854, -0.999994457, -0.000152595065, -2.57469965e-05)
2065
Part123.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2066
Part123.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2067
Part123.Color = Color3.new(0.337255, 0.258824, 0.211765)
2068
Part123.Position = Vector3.new(-78.3130875, 3.20070839, 53.1111107)
2069
Part123.Orientation = Vector3.new(-89.8799973, 105.709999, -20.7299995)
2070
Part123.Color = Color3.new(0.337255, 0.258824, 0.211765)
2071
Part124.Parent = Model121
2072
Part124.Material = Enum.Material.Concrete
2073
Part124.BrickColor = BrickColor.new("Dirt brown")
2074
Part124.Rotation = Vector3.new(-90, 0.00999999978, 89.9899979)
2075
Part124.Anchored = true
2076
Part124.Size = Vector3.new(0.400000036, 1, 4.40000057)
2077
Part124.CFrame = CFrame.new(-78.3130264, 5.60085964, 54.8113708, 0.000152592838, -1, 9.1562506e-05, -3.46528577e-05, 9.15575947e-05, 0.999997854, -0.999994457, -0.000152595065, -2.57469965e-05)
2078
Part124.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2079
Part124.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2080
Part124.Color = Color3.new(0.337255, 0.258824, 0.211765)
2081
Part124.Position = Vector3.new(-78.3130264, 5.60085964, 54.8113708)
2082
Part124.Orientation = Vector3.new(-89.8799973, 105.709999, -20.7299995)
2083
Part124.Color = Color3.new(0.337255, 0.258824, 0.211765)
2084
Part125.Parent = Model121
2085
Part125.Material = Enum.Material.Concrete
2086
Part125.BrickColor = BrickColor.new("Dirt brown")
2087
Part125.Rotation = Vector3.new(-90, 0.00999999978, 89.9899979)
2088
Part125.Anchored = true
2089
Part125.Size = Vector3.new(0.400000036, 1, 4.40000057)
2090
Part125.CFrame = CFrame.new(-78.3130341, 5.60100651, 51.4111862, 0.000152592838, -1, 9.1562506e-05, -3.46528577e-05, 9.15575947e-05, 0.999997854, -0.999994457, -0.000152595065, -2.57469965e-05)
2091
Part125.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2092
Part125.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2093
Part125.Color = Color3.new(0.337255, 0.258824, 0.211765)
2094
Part125.Position = Vector3.new(-78.3130341, 5.60100651, 51.4111862)
2095
Part125.Orientation = Vector3.new(-89.8799973, 105.709999, -20.7299995)
2096
Part125.Color = Color3.new(0.337255, 0.258824, 0.211765)
2097
Model126.Name = "Windows"
2098
Model126.Parent = Model0
2099
Part127.Name = "Window"
2100
Part127.Parent = Model126
2101
Part127.Material = Enum.Material.SmoothPlastic
2102
Part127.BrickColor = BrickColor.new("Fog")
2103
Part127.Reflectance = 0.5
2104
Part127.Transparency = 0.5
2105
Part127.Rotation = Vector3.new(-0.00999999978, 90, 0)
2106
Part127.Anchored = true
2107
Part127.Size = Vector3.new(0.600000024, 4, 3)
2108
Part127.CFrame = CFrame.new(-50.2125778, 5.40009212, 82.8121262, 0.000140138305, 3.14685167e-09, 1, -0.000103109451, 0.999997914, 1.07866072e-08, -0.999994457, -9.42043334e-05, 0.000140138261)
2109
Part127.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2110
Part127.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2111
Part127.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2112
Part127.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2113
Part127.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2114
Part127.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2115
Part127.Color = Color3.new(0.780392, 0.831373, 0.894118)
2116
Part127.Position = Vector3.new(-50.2125778, 5.40009212, 82.8121262)
2117
Part127.Orientation = Vector3.new(0, 89.9899979, -0.00999999978)
2118
Part127.Color = Color3.new(0.780392, 0.831373, 0.894118)
2119
Model128.Parent = Model126
2120
Part129.Parent = Model128
2121
Part129.Material = Enum.Material.Concrete
2122
Part129.BrickColor = BrickColor.new("Dirt brown")
2123
Part129.Rotation = Vector3.new(-90, 0, 180)
2124
Part129.Anchored = true
2125
Part129.Size = Vector3.new(3, 1, 0.400000036)
2126
Part129.CFrame = CFrame.new(-50.2129211, 7.60033607, 82.8119202, -1, -3.0559022e-10, 4.3155509e-05, 4.31559456e-05, 2.72699326e-05, 0.999997973, -1.80989446e-09, 0.999994457, -1.83567627e-05)
2127
Part129.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2128
Part129.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2129
Part129.Color = Color3.new(0.337255, 0.258824, 0.211765)
2130
Part129.Position = Vector3.new(-50.2129211, 7.60033607, 82.8119202)
2131
Part129.Orientation = Vector3.new(-89.8799973, 113.040001, 57.7099991)
2132
Part129.Color = Color3.new(0.337255, 0.258824, 0.211765)
2133
Part130.Parent = Model128
2134
Part130.Material = Enum.Material.Concrete
2135
Part130.BrickColor = BrickColor.new("Dirt brown")
2136
Part130.Rotation = Vector3.new(-90, 0, 180)
2137
Part130.Anchored = true
2138
Part130.Size = Vector3.new(3.80000019, 1, 0.400000572)
2139
Part130.CFrame = CFrame.new(-50.2129745, 3.19988823, 82.8122101, -1, -3.0559022e-10, 4.3155509e-05, 4.31559456e-05, 2.72699326e-05, 0.999997973, -1.80989446e-09, 0.999994457, -1.83567627e-05)
2140
Part130.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2141
Part130.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2142
Part130.Color = Color3.new(0.337255, 0.258824, 0.211765)
2143
Part130.Position = Vector3.new(-50.2129745, 3.19988823, 82.8122101)
2144
Part130.Orientation = Vector3.new(-89.8799973, 113.040001, 57.7099991)
2145
Part130.Color = Color3.new(0.337255, 0.258824, 0.211765)
2146
Part131.Parent = Model128
2147
Part131.Material = Enum.Material.Concrete
2148
Part131.BrickColor = BrickColor.new("Dirt brown")
2149
Part131.Rotation = Vector3.new(-90, 0, 180)
2150
Part131.Anchored = true
2151
Part131.Size = Vector3.new(0.400000036, 1, 4.40000057)
2152
Part131.CFrame = CFrame.new(-48.5128708, 5.60011768, 82.812149, -1, -3.0559022e-10, 4.3155509e-05, 4.31559456e-05, 2.72699326e-05, 0.999997973, -1.80989446e-09, 0.999994457, -1.83567627e-05)
2153
Part131.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2154
Part131.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2155
Part131.Color = Color3.new(0.337255, 0.258824, 0.211765)
2156
Part131.Position = Vector3.new(-48.5128708, 5.60011768, 82.812149)
2157
Part131.Orientation = Vector3.new(-89.8799973, 113.040001, 57.7099991)
2158
Part131.Color = Color3.new(0.337255, 0.258824, 0.211765)
2159
Part132.Parent = Model128
2160
Part132.Material = Enum.Material.Concrete
2161
Part132.BrickColor = BrickColor.new("Dirt brown")
2162
Part132.Rotation = Vector3.new(-90, 0, 180)
2163
Part132.Anchored = true
2164
Part132.Size = Vector3.new(0.400000036, 1, 4.40000057)
2165
Part132.CFrame = CFrame.new(-51.912899, 5.60015488, 82.8121338, -1, -3.0559022e-10, 4.3155509e-05, 4.31559456e-05, 2.72699326e-05, 0.999997973, -1.80989446e-09, 0.999994457, -1.83567627e-05)
2166
Part132.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2167
Part132.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2168
Part132.Color = Color3.new(0.337255, 0.258824, 0.211765)
2169
Part132.Position = Vector3.new(-51.912899, 5.60015488, 82.8121338)
2170
Part132.Orientation = Vector3.new(-89.8799973, 113.040001, 57.7099991)
2171
Part132.Color = Color3.new(0.337255, 0.258824, 0.211765)
2172
Model133.Name = "Base"
2173
Model133.Parent = Model0
2174
Part134.Name = "HousePart"
2175
Part134.Parent = Model133
2176
Part134.Material = Enum.Material.Concrete
2177
Part134.BrickColor = BrickColor.new("Medium red")
2178
Part134.Rotation = Vector3.new(0, 90, 0)
2179
Part134.Anchored = true
2180
Part134.Size = Vector3.new(1.20000172, 3.00000024, 4.60000038)
2181
Part134.CFrame = CFrame.new(-56.4692497, 9.50047398, 66.3704605, 0.000140138305, -5.85714588e-10, 1, -1.67721228e-05, 0.999997914, 2.43016984e-09, -0.999994397, -7.83720316e-06, 0.000140138232)
2182
Part134.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2183
Part134.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2184
Part134.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2185
Part134.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2186
Part134.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2187
Part134.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2188
Part134.Color = Color3.new(0.854902, 0.52549, 0.478431)
2189
Part134.Position = Vector3.new(-56.4692497, 9.50047398, 66.3704605)
2190
Part134.Orientation = Vector3.new(0, 89.9899979, 0)
2191
Part134.Color = Color3.new(0.854902, 0.52549, 0.478431)
2192
Part135.Name = "HousePart"
2193
Part135.Parent = Model133
2194
Part135.Material = Enum.Material.Concrete
2195
Part135.BrickColor = BrickColor.new("Medium red")
2196
Part135.Rotation = Vector3.new(0, -90, 0)
2197
Part135.Anchored = true
2198
Part135.Size = Vector3.new(10.1999998, 8, 1)
2199
Part135.CFrame = CFrame.new(-46.0691681, 5.00113487, 38.8697243, -3.26636e-05, 4.31574081e-05, -1, -2.63461679e-05, 0.999997914, 4.31586959e-05, 0.999994397, 3.53470241e-05, -3.26626141e-05)
2200
Part135.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2201
Part135.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2202
Part135.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2203
Part135.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2204
Part135.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2205
Part135.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2206
Part135.Color = Color3.new(0.854902, 0.52549, 0.478431)
2207
Part135.Position = Vector3.new(-46.0691681, 5.00113487, 38.8697243)
2208
Part135.Orientation = Vector3.new(0, -90, 0)
2209
Part135.Color = Color3.new(0.854902, 0.52549, 0.478431)
2210
Part136.Name = "HousePart"
2211
Part136.Parent = Model133
2212
Part136.Material = Enum.Material.Concrete
2213
Part136.BrickColor = BrickColor.new("Medium red")
2214
Part136.Rotation = Vector3.new(0, -90, 0)
2215
Part136.Anchored = true
2216
Part136.Size = Vector3.new(17.2000008, 8, 1)
2217
Part136.CFrame = CFrame.new(-42.2692795, 7.00078487, 52.5699844, -3.26636e-05, 4.31574081e-05, -1, -2.63461679e-05, 0.999997914, 4.31586959e-05, 0.999994397, 3.53470241e-05, -3.26626141e-05)
2218
Part136.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2219
Part136.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2220
Part136.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2221
Part136.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2222
Part136.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2223
Part136.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2224
Part136.Color = Color3.new(0.854902, 0.52549, 0.478431)
2225
Part136.Position = Vector3.new(-42.2692795, 7.00078487, 52.5699844)
2226
Part136.Orientation = Vector3.new(0, -90, 0)
2227
Part136.Color = Color3.new(0.854902, 0.52549, 0.478431)
2228
Part137.Name = "HousePart"
2229
Part137.Parent = Model133
2230
Part137.Material = Enum.Material.Concrete
2231
Part137.BrickColor = BrickColor.new("Medium red")
2232
Part137.Rotation = Vector3.new(0, 90, 0)
2233
Part137.Anchored = true
2234
Part137.Size = Vector3.new(3.79999995, 3.20000005, 1)
2235
Part137.CFrame = CFrame.new(-42.269165, 9.40062523, 63.0702362, 0.000140138305, -5.85714588e-10, 1, -1.67721228e-05, 0.999997914, 2.43016984e-09, -0.999994397, -7.83720316e-06, 0.000140138232)
2236
Part137.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2237
Part137.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2238
Part137.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2239
Part137.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2240
Part137.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2241
Part137.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2242
Part137.Color = Color3.new(0.854902, 0.52549, 0.478431)
2243
Part137.Position = Vector3.new(-42.269165, 9.40062523, 63.0702362)
2244
Part137.Orientation = Vector3.new(0, 89.9899979, 0)
2245
Part137.Color = Color3.new(0.854902, 0.52549, 0.478431)
2246
Part138.Name = "HousePart"
2247
Part138.Parent = Model133
2248
Part138.Material = Enum.Material.Concrete
2249
Part138.BrickColor = BrickColor.new("Medium red")
2250
Part138.Rotation = Vector3.new(-180, 0, -180)
2251
Part138.Anchored = true
2252
Part138.Size = Vector3.new(16.6000004, 8, 1)
2253
Part138.CFrame = CFrame.new(-60.2691956, 6.99995232, 82.8708801, -1, 3.05168396e-05, 3.05179055e-05, 3.05184803e-05, 0.999997973, 3.85054045e-05, -3.0517007e-05, 4.74465705e-05, -0.999994457)
2254
Part138.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2255
Part138.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2256
Part138.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2257
Part138.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2258
Part138.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2259
Part138.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2260
Part138.Color = Color3.new(0.854902, 0.52549, 0.478431)
2261
Part138.Position = Vector3.new(-60.2691956, 6.99995232, 82.8708801)
2262
Part138.Orientation = Vector3.new(0, 180, 0)
2263
Part138.Color = Color3.new(0.854902, 0.52549, 0.478431)
2264
Part139.Name = "HousePart"
2265
Part139.Parent = Model133
2266
Part139.Material = Enum.Material.Concrete
2267
Part139.BrickColor = BrickColor.new("Medium red")
2268
Part139.Rotation = Vector3.new(-180, 0, -180)
2269
Part139.Anchored = true
2270
Part139.Size = Vector3.new(12.3999996, 3.20000005, 1)
2271
Part139.CFrame = CFrame.new(-66.1692047, 9.4011631, 43.4699707, -1, 3.05168396e-05, 3.05179055e-05, 3.05184803e-05, 0.999997973, 3.85054045e-05, -3.0517007e-05, 4.74465705e-05, -0.999994457)
2272
Part139.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2273
Part139.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2274
Part139.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2275
Part139.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2276
Part139.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2277
Part139.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2278
Part139.Color = Color3.new(0.854902, 0.52549, 0.478431)
2279
Part139.Position = Vector3.new(-66.1692047, 9.4011631, 43.4699707)
2280
Part139.Orientation = Vector3.new(0, 180, 0)
2281
Part139.Color = Color3.new(0.854902, 0.52549, 0.478431)
2282
Part140.Name = "HousePart"
2283
Part140.Parent = Model133
2284
Part140.Material = Enum.Material.Concrete
2285
Part140.BrickColor = BrickColor.new("Medium red")
2286
Part140.Rotation = Vector3.new(0, 90, 0)
2287
Part140.Anchored = true
2288
Part140.Size = Vector3.new(19, 2, 1)
2289
Part140.CFrame = CFrame.new(-42.2692108, 2.00011349, 72.8705368, 0.000140138305, -5.85714588e-10, 1, -1.67721228e-05, 0.999997914, 2.43016984e-09, -0.999994397, -7.83720316e-06, 0.000140138232)
2290
Part140.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2291
Part140.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2292
Part140.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2293
Part140.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2294
Part140.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2295
Part140.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2296
Part140.Color = Color3.new(0.854902, 0.52549, 0.478431)
2297
Part140.Position = Vector3.new(-42.2692108, 2.00011349, 72.8705368)
2298
Part140.Orientation = Vector3.new(0, 89.9899979, 0)
2299
Part140.Color = Color3.new(0.854902, 0.52549, 0.478431)
2300
Part141.Name = "HousePart"
2301
Part141.Parent = Model133
2302
Part141.Material = Enum.Material.Concrete
2303
Part141.BrickColor = BrickColor.new("Medium red")
2304
Part141.Rotation = Vector3.new(0, 90, 0)
2305
Part141.Anchored = true
2306
Part141.Size = Vector3.new(19.3999996, 2, 1)
2307
Part141.CFrame = CFrame.new(-42.269249, 2.0006609, 53.670063, 0.000140138305, -5.85714588e-10, 1, -1.67721228e-05, 0.999997914, 2.43016984e-09, -0.999994397, -7.83720316e-06, 0.000140138232)
2308
Part141.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2309
Part141.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2310
Part141.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2311
Part141.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2312
Part141.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2313
Part141.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2314
Part141.Color = Color3.new(0.854902, 0.52549, 0.478431)
2315
Part141.Position = Vector3.new(-42.269249, 2.0006609, 53.670063)
2316
Part141.Orientation = Vector3.new(0, 89.9899979, 0)
2317
Part141.Color = Color3.new(0.854902, 0.52549, 0.478431)
2318
Part142.Name = "HousePart"
2319
Part142.Parent = Model133
2320
Part142.Material = Enum.Material.Concrete
2321
Part142.BrickColor = BrickColor.new("Medium red")
2322
Part142.Rotation = Vector3.new(-180, 0, -180)
2323
Part142.Anchored = true
2324
Part142.Size = Vector3.new(5.39999962, 8, 1)
2325
Part142.CFrame = CFrame.new(-75.0691986, 7.00103951, 43.4699326, -1, 3.05168396e-05, 3.05179055e-05, 3.05184803e-05, 0.999997973, 3.85054045e-05, -3.0517007e-05, 4.74465705e-05, -0.999994457)
2326
Part142.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2327
Part142.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2328
Part142.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2329
Part142.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2330
Part142.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2331
Part142.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2332
Part142.Color = Color3.new(0.854902, 0.52549, 0.478431)
2333
Part142.Position = Vector3.new(-75.0691986, 7.00103951, 43.4699326)
2334
Part142.Orientation = Vector3.new(0, 180, 0)
2335
Part142.Color = Color3.new(0.854902, 0.52549, 0.478431)
2336
Part143.Name = "HousePart"
2337
Part143.Parent = Model133
2338
Part143.Material = Enum.Material.Concrete
2339
Part143.BrickColor = BrickColor.new("Medium red")
2340
Part143.Rotation = Vector3.new(0, -90, 0)
2341
Part143.Anchored = true
2342
Part143.Size = Vector3.new(17.4000015, 8, 1)
2343
Part143.CFrame = CFrame.new(-42.2692566, 7.00022411, 73.6705475, -3.26636e-05, 4.31574081e-05, -1, -2.63461679e-05, 0.999997914, 4.31586959e-05, 0.999994397, 3.53470241e-05, -3.26626141e-05)
2344
Part143.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2345
Part143.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2346
Part143.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2347
Part143.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2348
Part143.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2349
Part143.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2350
Part143.Color = Color3.new(0.854902, 0.52549, 0.478431)
2351
Part143.Position = Vector3.new(-42.2692566, 7.00022411, 73.6705475)
2352
Part143.Orientation = Vector3.new(0, -90, 0)
2353
Part143.Color = Color3.new(0.854902, 0.52549, 0.478431)
2354
Part144.Name = "HousePart"
2355
Part144.Parent = Model133
2356
Part144.Material = Enum.Material.Concrete
2357
Part144.BrickColor = BrickColor.new("Medium red")
2358
Part144.Rotation = Vector3.new(0, -90, 0)
2359
Part144.Anchored = true
2360
Part144.Size = Vector3.new(3.80000019, 3.19999981, 1)
2361
Part144.CFrame = CFrame.new(-78.269249, 9.40088654, 53.0699654, -3.26636e-05, 4.31574081e-05, -1, -2.63461679e-05, 0.999997914, 4.31586959e-05, 0.999994397, 3.53470241e-05, -3.26626141e-05)
2362
Part144.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2363
Part144.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2364
Part144.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2365
Part144.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2366
Part144.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2367
Part144.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2368
Part144.Color = Color3.new(0.854902, 0.52549, 0.478431)
2369
Part144.Position = Vector3.new(-78.269249, 9.40088654, 53.0699654)
2370
Part144.Orientation = Vector3.new(0, -90, 0)
2371
Part144.Color = Color3.new(0.854902, 0.52549, 0.478431)
2372
Part145.Name = "HousePart"
2373
Part145.Parent = Model133
2374
Part145.Material = Enum.Material.Concrete
2375
Part145.BrickColor = BrickColor.new("Medium red")
2376
Part145.Rotation = Vector3.new(-180, 0, -180)
2377
Part145.Anchored = true
2378
Part145.Size = Vector3.new(3.79999995, 3.20000005, 1)
2379
Part145.CFrame = CFrame.new(-70.4692535, 9.40007687, 82.870903, -1, 3.05168396e-05, 3.05179055e-05, 3.05184803e-05, 0.999997973, 3.85054045e-05, -3.0517007e-05, 4.74465705e-05, -0.999994457)
2380
Part145.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2381
Part145.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2382
Part145.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2383
Part145.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2384
Part145.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2385
Part145.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2386
Part145.Color = Color3.new(0.854902, 0.52549, 0.478431)
2387
Part145.Position = Vector3.new(-70.4692535, 9.40007687, 82.870903)
2388
Part145.Orientation = Vector3.new(0, 180, 0)
2389
Part145.Color = Color3.new(0.854902, 0.52549, 0.478431)
2390
Part146.Name = "HousePart"
2391
Part146.Parent = Model133
2392
Part146.Material = Enum.Material.Concrete
2393
Part146.BrickColor = BrickColor.new("Medium red")
2394
Part146.Rotation = Vector3.new(0, 90, 0)
2395
Part146.Anchored = true
2396
Part146.Size = Vector3.new(16.6000023, 10, 1.20000005)
2397
Part146.CFrame = CFrame.new(-59.3692894, 6.00018215, 74.0708084, 0.000140138305, -5.85714588e-10, 1, -1.67721228e-05, 0.999997914, 2.43016984e-09, -0.999994397, -7.83720316e-06, 0.000140138232)
2398
Part146.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2399
Part146.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2400
Part146.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2401
Part146.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2402
Part146.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2403
Part146.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2404
Part146.Color = Color3.new(0.854902, 0.52549, 0.478431)
2405
Part146.Position = Vector3.new(-59.3692894, 6.00018215, 74.0708084)
2406
Part146.Orientation = Vector3.new(0, 89.9899979, 0)
2407
Part146.Color = Color3.new(0.854902, 0.52549, 0.478431)
2408
Part147.Name = "HousePart"
2409
Part147.Parent = Model133
2410
Part147.Material = Enum.Material.Concrete
2411
Part147.BrickColor = BrickColor.new("Medium red")
2412
Part147.Rotation = Vector3.new(-180, 0, -180)
2413
Part147.Anchored = true
2414
Part147.Size = Vector3.new(18, 2, 1)
2415
Part147.CFrame = CFrame.new(-68.7692719, 1.99986362, 82.8707886, -1, 3.05168396e-05, 3.05179055e-05, 3.05184803e-05, 0.999997973, 3.85054045e-05, -3.0517007e-05, 4.74465705e-05, -0.999994457)
2416
Part147.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2417
Part147.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2418
Part147.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2419
Part147.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2420
Part147.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2421
Part147.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2422
Part147.Color = Color3.new(0.854902, 0.52549, 0.478431)
2423
Part147.Position = Vector3.new(-68.7692719, 1.99986362, 82.8707886)
2424
Part147.Orientation = Vector3.new(0, 180, 0)
2425
Part147.Color = Color3.new(0.854902, 0.52549, 0.478431)
2426
Part148.Name = "HousePart"
2427
Part148.Parent = Model133
2428
Part148.Material = Enum.Material.Concrete
2429
Part148.BrickColor = BrickColor.new("Medium red")
2430
Part148.Rotation = Vector3.new(-180, 0, -180)
2431
Part148.Anchored = true
2432
Part148.Size = Vector3.new(5.20000076, 10, 1)
2433
Part148.CFrame = CFrame.new(-57.3692474, 6.00103092, 43.4699631, -1, 3.05168396e-05, 3.05179055e-05, 3.05184803e-05, 0.999997973, 3.85054045e-05, -3.0517007e-05, 4.74465705e-05, -0.999994457)
2434
Part148.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2435
Part148.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2436
Part148.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2437
Part148.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2438
Part148.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2439
Part148.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2440
Part148.Color = Color3.new(0.854902, 0.52549, 0.478431)
2441
Part148.Position = Vector3.new(-57.3692474, 6.00103092, 43.4699631)
2442
Part148.Orientation = Vector3.new(0, 180, 0)
2443
Part148.Color = Color3.new(0.854902, 0.52549, 0.478431)
2444
Part149.Name = "HousePart"
2445
Part149.Parent = Model133
2446
Part149.Material = Enum.Material.Concrete
2447
Part149.BrickColor = BrickColor.new("Medium red")
2448
Part149.Rotation = Vector3.new(-180, 0, -180)
2449
Part149.Anchored = true
2450
Part149.Size = Vector3.new(17.7999992, 2, 1)
2451
Part149.CFrame = CFrame.new(-68.8692169, 2.00094891, 43.469841, -1, 3.05168396e-05, 3.05179055e-05, 3.05184803e-05, 0.999997973, 3.85054045e-05, -3.0517007e-05, 4.74465705e-05, -0.999994457)
2452
Part149.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2453
Part149.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2454
Part149.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2455
Part149.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2456
Part149.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2457
Part149.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2458
Part149.Color = Color3.new(0.854902, 0.52549, 0.478431)
2459
Part149.Position = Vector3.new(-68.8692169, 2.00094891, 43.469841)
2460
Part149.Orientation = Vector3.new(0, 180, 0)
2461
Part149.Color = Color3.new(0.854902, 0.52549, 0.478431)
2462
Part150.Name = "HousePart"
2463
Part150.Parent = Model133
2464
Part150.Material = Enum.Material.Concrete
2465
Part150.BrickColor = BrickColor.new("Medium red")
2466
Part150.Rotation = Vector3.new(0, -90, 0)
2467
Part150.Anchored = true
2468
Part150.Size = Vector3.new(16.4000015, 8, 1)
2469
Part150.CFrame = CFrame.new(-78.2692871, 7.00049686, 63.1703987, -3.26636e-05, 4.31574081e-05, -1, -2.63461679e-05, 0.999997914, 4.31586959e-05, 0.999994397, 3.53470241e-05, -3.26626141e-05)
2470
Part150.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2471
Part150.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2472
Part150.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2473
Part150.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2474
Part150.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2475
Part150.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2476
Part150.Color = Color3.new(0.854902, 0.52549, 0.478431)
2477
Part150.Position = Vector3.new(-78.2692871, 7.00049686, 63.1703987)
2478
Part150.Orientation = Vector3.new(0, -90, 0)
2479
Part150.Color = Color3.new(0.854902, 0.52549, 0.478431)
2480
Part151.Name = "HousePart"
2481
Part151.Parent = Model133
2482
Part151.Material = Enum.Material.Concrete
2483
Part151.BrickColor = BrickColor.new("Medium red")
2484
Part151.Rotation = Vector3.new(-180, 0, -180)
2485
Part151.Anchored = true
2486
Part151.Size = Vector3.new(3.79999948, 10, 1)
2487
Part151.CFrame = CFrame.new(-43.6691971, 6.00103283, 43.4699173, -1, 3.05168396e-05, 3.05179055e-05, 3.05184803e-05, 0.999997973, 3.85054045e-05, -3.0517007e-05, 4.74465705e-05, -0.999994457)
2488
Part151.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2489
Part151.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2490
Part151.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2491
Part151.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2492
Part151.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2493
Part151.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2494
Part151.Color = Color3.new(0.854902, 0.52549, 0.478431)
2495
Part151.Position = Vector3.new(-43.6691971, 6.00103283, 43.4699173)
2496
Part151.Orientation = Vector3.new(0, 180, 0)
2497
Part151.Color = Color3.new(0.854902, 0.52549, 0.478431)
2498
Part152.Name = "HousePart"
2499
Part152.Parent = Model133
2500
Part152.Material = Enum.Material.Concrete
2501
Part152.BrickColor = BrickColor.new("Medium red")
2502
Part152.Anchored = true
2503
Part152.Size = Vector3.new(11.4000015, 10, 1.20000005)
2504
Part152.CFrame = CFrame.new(-48.4692535, 6.00038624, 66.3703995, 1, 3.05177746e-05, -3.05169706e-05, -3.05175563e-05, 0.999997973, 2.24999512e-05, 3.05179419e-05, -1.35587816e-05, 0.999994516)
2505
Part152.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2506
Part152.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2507
Part152.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2508
Part152.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2509
Part152.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2510
Part152.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2511
Part152.Color = Color3.new(0.854902, 0.52549, 0.478431)
2512
Part152.Position = Vector3.new(-48.4692535, 6.00038624, 66.3703995)
2513
Part152.Color = Color3.new(0.854902, 0.52549, 0.478431)
2514
Part153.Name = "HousePart"
2515
Part153.Parent = Model133
2516
Part153.Material = Enum.Material.Concrete
2517
Part153.BrickColor = BrickColor.new("Medium red")
2518
Part153.Rotation = Vector3.new(0, -90, 0)
2519
Part153.Anchored = true
2520
Part153.Size = Vector3.new(8.19999981, 8, 1)
2521
Part153.CFrame = CFrame.new(-78.2692108, 7.0009346, 47.0698166, -3.26636e-05, 4.31574081e-05, -1, -2.63461679e-05, 0.999997914, 4.31586959e-05, 0.999994397, 3.53470241e-05, -3.26626141e-05)
2522
Part153.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2523
Part153.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2524
Part153.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2525
Part153.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2526
Part153.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2527
Part153.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2528
Part153.Color = Color3.new(0.854902, 0.52549, 0.478431)
2529
Part153.Position = Vector3.new(-78.2692108, 7.0009346, 47.0698166)
2530
Part153.Orientation = Vector3.new(0, -90, 0)
2531
Part153.Color = Color3.new(0.854902, 0.52549, 0.478431)
2532
Part154.Name = "HousePart"
2533
Part154.Parent = Model133
2534
Part154.Material = Enum.Material.Concrete
2535
Part154.BrickColor = BrickColor.new("Medium red")
2536
Part154.Rotation = Vector3.new(-180, 0, -180)
2537
Part154.Anchored = true
2538
Part154.Size = Vector3.new(5.39999962, 8, 1)
2539
Part154.CFrame = CFrame.new(-75.0691986, 6.99995613, 82.8708801, -1, 3.05168396e-05, 3.05179055e-05, 3.05184803e-05, 0.999997973, 3.85054045e-05, -3.0517007e-05, 4.74465705e-05, -0.999994457)
2540
Part154.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2541
Part154.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2542
Part154.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2543
Part154.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2544
Part154.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2545
Part154.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2546
Part154.Color = Color3.new(0.854902, 0.52549, 0.478431)
2547
Part154.Position = Vector3.new(-75.0691986, 6.99995613, 82.8708801)
2548
Part154.Orientation = Vector3.new(0, 180, 0)
2549
Part154.Color = Color3.new(0.854902, 0.52549, 0.478431)
2550
Part155.Name = "HousePart"
2551
Part155.Parent = Model133
2552
Part155.Material = Enum.Material.Concrete
2553
Part155.BrickColor = BrickColor.new("Medium red")
2554
Part155.Rotation = Vector3.new(-180, 0, -180)
2555
Part155.Anchored = true
2556
Part155.Size = Vector3.new(18, 2, 1)
2557
Part155.CFrame = CFrame.new(-50.7691841, 1.99985886, 82.8708115, -1, 3.05168396e-05, 3.05179055e-05, 3.05184803e-05, 0.999997973, 3.85054045e-05, -3.0517007e-05, 4.74465705e-05, -0.999994457)
2558
Part155.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2559
Part155.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2560
Part155.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2561
Part155.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2562
Part155.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2563
Part155.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2564
Part155.Color = Color3.new(0.854902, 0.52549, 0.478431)
2565
Part155.Position = Vector3.new(-50.7691841, 1.99985886, 82.8708115)
2566
Part155.Orientation = Vector3.new(0, 180, 0)
2567
Part155.Color = Color3.new(0.854902, 0.52549, 0.478431)
2568
Part156.Name = "HousePart"
2569
Part156.Parent = Model133
2570
Part156.Material = Enum.Material.Concrete
2571
Part156.BrickColor = BrickColor.new("Medium red")
2572
Part156.Rotation = Vector3.new(-180, 0, -180)
2573
Part156.Anchored = true
2574
Part156.Size = Vector3.new(9.19999981, 2, 1)
2575
Part156.CFrame = CFrame.new(-50.1692123, 10.0012503, 43.470005, -1, 3.05168396e-05, 3.05179055e-05, 3.05184803e-05, 0.999997973, 3.85054045e-05, -3.0517007e-05, 4.74465705e-05, -0.999994457)
2576
Part156.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2577
Part156.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2578
Part156.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2579
Part156.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2580
Part156.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2581
Part156.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2582
Part156.Color = Color3.new(0.854902, 0.52549, 0.478431)
2583
Part156.Position = Vector3.new(-50.1692123, 10.0012503, 43.470005)
2584
Part156.Orientation = Vector3.new(0, 180, 0)
2585
Part156.Color = Color3.new(0.854902, 0.52549, 0.478431)
2586
Part157.Name = "HousePart"
2587
Part157.Parent = Model133
2588
Part157.Material = Enum.Material.Concrete
2589
Part157.BrickColor = BrickColor.new("Medium red")
2590
Part157.Rotation = Vector3.new(0, 90, 0)
2591
Part157.Anchored = true
2592
Part157.Size = Vector3.new(8.19999981, 8, 1)
2593
Part157.CFrame = CFrame.new(-78.2691498, 7.00005627, 79.2707138, 0.000140138305, -5.85714588e-10, 1, -1.67721228e-05, 0.999997914, 2.43016984e-09, -0.999994397, -7.83720316e-06, 0.000140138232)
2594
Part157.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2595
Part157.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2596
Part157.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2597
Part157.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2598
Part157.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2599
Part157.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2600
Part157.Color = Color3.new(0.854902, 0.52549, 0.478431)
2601
Part157.Position = Vector3.new(-78.2691498, 7.00005627, 79.2707138)
2602
Part157.Orientation = Vector3.new(0, 89.9899979, 0)
2603
Part157.Color = Color3.new(0.854902, 0.52549, 0.478431)
2604
Part158.Name = "HousePart"
2605
Part158.Parent = Model133
2606
Part158.Material = Enum.Material.Concrete
2607
Part158.BrickColor = BrickColor.new("Medium red")
2608
Part158.Rotation = Vector3.new(0, 90, 0)
2609
Part158.Anchored = true
2610
Part158.Size = Vector3.new(3.80000019, 3.19999981, 1)
2611
Part158.CFrame = CFrame.new(-78.2692261, 9.40033436, 73.2706985, 0.000140138305, -5.85714588e-10, 1, -1.67721228e-05, 0.999997914, 2.43016984e-09, -0.999994397, -7.83720316e-06, 0.000140138232)
2612
Part158.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2613
Part158.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2614
Part158.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2615
Part158.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2616
Part158.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2617
Part158.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2618
Part158.Color = Color3.new(0.854902, 0.52549, 0.478431)
2619
Part158.Position = Vector3.new(-78.2692261, 9.40033436, 73.2706985)
2620
Part158.Orientation = Vector3.new(0, 89.9899979, 0)
2621
Part158.Color = Color3.new(0.854902, 0.52549, 0.478431)
2622
Part159.Name = "HousePart"
2623
Part159.Parent = Model133
2624
Part159.Material = Enum.Material.Concrete
2625
Part159.BrickColor = BrickColor.new("Medium red")
2626
Part159.Rotation = Vector3.new(-180, 0, -180)
2627
Part159.Anchored = true
2628
Part159.Size = Vector3.new(3.5999999, 3.20000005, 1)
2629
Part159.CFrame = CFrame.new(-50.1691895, 9.40008926, 82.8708038, -1, 3.05168396e-05, 3.05179055e-05, 3.05184803e-05, 0.999997973, 3.85054045e-05, -3.0517007e-05, 4.74465705e-05, -0.999994457)
2630
Part159.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2631
Part159.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2632
Part159.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2633
Part159.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2634
Part159.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2635
Part159.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2636
Part159.Color = Color3.new(0.854902, 0.52549, 0.478431)
2637
Part159.Position = Vector3.new(-50.1691895, 9.40008926, 82.8708038)
2638
Part159.Orientation = Vector3.new(0, 180, 0)
2639
Part159.Color = Color3.new(0.854902, 0.52549, 0.478431)
2640
Part160.Name = "HousePart"
2641
Part160.Parent = Model133
2642
Part160.Material = Enum.Material.Concrete
2643
Part160.BrickColor = BrickColor.new("Medium red")
2644
Part160.Rotation = Vector3.new(-180, 0, -180)
2645
Part160.Anchored = true
2646
Part160.Size = Vector3.new(6.59999943, 8, 1)
2647
Part160.CFrame = CFrame.new(-45.0692062, 6.99996662, 82.870903, -1, 3.05168396e-05, 3.05179055e-05, 3.05184803e-05, 0.999997973, 3.85054045e-05, -3.0517007e-05, 4.74465705e-05, -0.999994457)
2648
Part160.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2649
Part160.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2650
Part160.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2651
Part160.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2652
Part160.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2653
Part160.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2654
Part160.Color = Color3.new(0.854902, 0.52549, 0.478431)
2655
Part160.Position = Vector3.new(-45.0692062, 6.99996662, 82.870903)
2656
Part160.Orientation = Vector3.new(0, 180, 0)
2657
Part160.Color = Color3.new(0.854902, 0.52549, 0.478431)
2658
Part161.Name = "HousePart"
2659
Part161.Parent = Model133
2660
Part161.Material = Enum.Material.Concrete
2661
Part161.BrickColor = BrickColor.new("Medium red")
2662
Part161.Rotation = Vector3.new(0, 90, 0)
2663
Part161.Anchored = true
2664
Part161.Size = Vector3.new(40.4000015, 2, 1)
2665
Part161.CFrame = CFrame.new(-78.2691956, 2.00037575, 63.1703186, 0.000140138305, -5.85714588e-10, 1, -1.67721228e-05, 0.999997914, 2.43016984e-09, -0.999994397, -7.83720316e-06, 0.000140138232)
2666
Part161.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2667
Part161.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2668
Part161.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2669
Part161.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2670
Part161.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2671
Part161.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2672
Part161.Color = Color3.new(0.854902, 0.52549, 0.478431)
2673
Part161.Position = Vector3.new(-78.2691956, 2.00037575, 63.1703186)
2674
Part161.Orientation = Vector3.new(0, 89.9899979, 0)
2675
Part161.Color = Color3.new(0.854902, 0.52549, 0.478431)
2676
Part162.Name = "HousePart"
2677
Part162.Parent = Model133
2678
Part162.Material = Enum.Material.Concrete
2679
Part162.BrickColor = BrickColor.new("Medium red")
2680
Part162.Rotation = Vector3.new(0, -90, 0)
2681
Part162.Anchored = true
2682
Part162.Size = Vector3.new(0.800000191, 1.0000006, 7.19999933)
2683
Part162.CFrame = CFrame.new(-50.1691818, 8.50130939, 34.1697693, -3.26636e-05, 4.31574081e-05, -1, -2.63461679e-05, 0.999997914, 4.31586959e-05, 0.999994397, 3.53470241e-05, -3.26626141e-05)
2684
Part162.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2685
Part162.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2686
Part162.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2687
Part162.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2688
Part162.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2689
Part162.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2690
Part162.Color = Color3.new(0.854902, 0.52549, 0.478431)
2691
Part162.Position = Vector3.new(-50.1691818, 8.50130939, 34.1697693)
2692
Part162.Orientation = Vector3.new(0, -90, 0)
2693
Part162.Color = Color3.new(0.854902, 0.52549, 0.478431)
2694
Part163.Name = "HousePart"
2695
Part163.Parent = Model133
2696
Part163.Material = Enum.Material.Concrete
2697
Part163.BrickColor = BrickColor.new("Medium red")
2698
Part163.Rotation = Vector3.new(0, -90, 0)
2699
Part163.Anchored = true
2700
Part163.Size = Vector3.new(0.800000191, 7.00000048, 1.39999986)
2701
Part163.CFrame = CFrame.new(-47.2691498, 4.50119114, 34.1697197, -3.26636e-05, 4.31574081e-05, -1, -2.63461679e-05, 0.999997914, 4.31586959e-05, 0.999994397, 3.53470241e-05, -3.26626141e-05)
2702
Part163.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2703
Part163.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2704
Part163.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2705
Part163.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2706
Part163.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2707
Part163.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2708
Part163.Color = Color3.new(0.854902, 0.52549, 0.478431)
2709
Part163.Position = Vector3.new(-47.2691498, 4.50119114, 34.1697197)
2710
Part163.Orientation = Vector3.new(0, -90, 0)
2711
Part163.Color = Color3.new(0.854902, 0.52549, 0.478431)
2712
Part164.Name = "HousePart"
2713
Part164.Parent = Model133
2714
Part164.Material = Enum.Material.Concrete
2715
Part164.BrickColor = BrickColor.new("Medium red")
2716
Part164.Rotation = Vector3.new(0, -90, 0)
2717
Part164.Anchored = true
2718
Part164.Size = Vector3.new(0.800000191, 7.00000048, 1.39999986)
2719
Part164.CFrame = CFrame.new(-53.0693512, 4.50119781, 34.1697083, -3.26636e-05, 4.31574081e-05, -1, -2.63461679e-05, 0.999997914, 4.31586959e-05, 0.999994397, 3.53470241e-05, -3.26626141e-05)
2720
Part164.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2721
Part164.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2722
Part164.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2723
Part164.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2724
Part164.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2725
Part164.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2726
Part164.Color = Color3.new(0.854902, 0.52549, 0.478431)
2727
Part164.Position = Vector3.new(-53.0693512, 4.50119781, 34.1697083)
2728
Part164.Orientation = Vector3.new(0, -90, 0)
2729
Part164.Color = Color3.new(0.854902, 0.52549, 0.478431)
2730
Part165.Name = "HousePart"
2731
Part165.Parent = Model133
2732
Part165.Material = Enum.Material.Concrete
2733
Part165.BrickColor = BrickColor.new("Medium red")
2734
Part165.Rotation = Vector3.new(0, -90, 0)
2735
Part165.Anchored = true
2736
Part165.Size = Vector3.new(9.19999981, 0.800000012, 9.20000076)
2737
Part165.CFrame = CFrame.new(-50.1692085, 9.40128899, 38.3697853, -3.26636e-05, 4.31574081e-05, -1, -2.63461679e-05, 0.999997914, 4.31586959e-05, 0.999994397, 3.53470241e-05, -3.26626141e-05)
2738
Part165.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2739
Part165.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2740
Part165.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2741
Part165.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2742
Part165.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2743
Part165.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2744
Part165.Color = Color3.new(0.854902, 0.52549, 0.478431)
2745
Part165.Position = Vector3.new(-50.1692085, 9.40128899, 38.3697853)
2746
Part165.Orientation = Vector3.new(0, -90, 0)
2747
Part165.Color = Color3.new(0.854902, 0.52549, 0.478431)
2748
Part166.Name = "HousePart"
2749
Part166.Parent = Model133
2750
Part166.Material = Enum.Material.Concrete
2751
Part166.BrickColor = BrickColor.new("Medium red")
2752
Part166.Rotation = Vector3.new(0, -90, 0)
2753
Part166.Anchored = true
2754
Part166.Size = Vector3.new(10.1999998, 8, 1)
2755
Part166.CFrame = CFrame.new(-54.2692032, 5.00113201, 38.8697548, -3.26636e-05, 4.31574081e-05, -1, -2.63461679e-05, 0.999997914, 4.31586959e-05, 0.999994397, 3.53470241e-05, -3.26626141e-05)
2756
Part166.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2757
Part166.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2758
Part166.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2759
Part166.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2760
Part166.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2761
Part166.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2762
Part166.Color = Color3.new(0.854902, 0.52549, 0.478431)
2763
Part166.Position = Vector3.new(-54.2692032, 5.00113201, 38.8697548)
2764
Part166.Orientation = Vector3.new(0, -90, 0)
2765
Part166.Color = Color3.new(0.854902, 0.52549, 0.478431)
2766
WedgePart167.Name = "RoofPart"
2767
WedgePart167.Parent = Model133
2768
WedgePart167.Material = Enum.Material.Concrete
2769
WedgePart167.BrickColor = BrickColor.new("Medium red")
2770
WedgePart167.Rotation = Vector3.new(0, 90, 0)
2771
WedgePart167.Anchored = true
2772
WedgePart167.Size = Vector3.new(9.19999886, 2.77182984, 4.6225338)
2773
WedgePart167.CFrame = CFrame.new(-52.4805298, 11.1872673, 38.3698502, 0.000140138305, -5.85714588e-10, 1, -1.67721228e-05, 0.999997914, 2.43016984e-09, -0.999994397, -7.83720316e-06, 0.000140138232)
2774
WedgePart167.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2775
WedgePart167.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2776
WedgePart167.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2777
WedgePart167.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2778
WedgePart167.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2779
WedgePart167.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2780
WedgePart167.Color = Color3.new(0.854902, 0.52549, 0.478431)
2781
WedgePart167.Position = Vector3.new(-52.4805298, 11.1872673, 38.3698502)
2782
WedgePart167.Orientation = Vector3.new(0, 89.9899979, 0)
2783
WedgePart167.Color = Color3.new(0.854902, 0.52549, 0.478431)
2784
WedgePart168.Name = "RoofPart"
2785
WedgePart168.Parent = Model133
2786
WedgePart168.Material = Enum.Material.Concrete
2787
WedgePart168.BrickColor = BrickColor.new("Medium red")
2788
WedgePart168.Rotation = Vector3.new(0, -90, 0)
2789
WedgePart168.Anchored = true
2790
WedgePart168.Size = Vector3.new(9.19999886, 2.77182984, 4.6225338)
2791
WedgePart168.CFrame = CFrame.new(-47.8579865, 11.1872635, 38.3698502, -3.26636e-05, 4.31574081e-05, -1, -2.63461679e-05, 0.999997914, 4.31586959e-05, 0.999994397, 3.53470241e-05, -3.26626141e-05)
2792
WedgePart168.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2793
WedgePart168.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2794
WedgePart168.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2795
WedgePart168.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2796
WedgePart168.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2797
WedgePart168.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2798
WedgePart168.Color = Color3.new(0.854902, 0.52549, 0.478431)
2799
WedgePart168.Position = Vector3.new(-47.8579865, 11.1872635, 38.3698502)
2800
WedgePart168.Orientation = Vector3.new(0, -90, 0)
2801
WedgePart168.Color = Color3.new(0.854902, 0.52549, 0.478431)
2802
WedgePart169.Name = "RoofPart"
2803
WedgePart169.Parent = Model133
2804
WedgePart169.Material = Enum.Material.Concrete
2805
WedgePart169.BrickColor = BrickColor.new("Medium red")
2806
WedgePart169.Anchored = true
2807
WedgePart169.Size = Vector3.new(37, 8.79999924, 20.1999989)
2808
WedgePart169.CFrame = CFrame.new(-60.2692757, 15.4010954, 53.0702934, 1, 3.05177746e-05, -3.05169706e-05, -3.05175563e-05, 0.999997973, 2.24999512e-05, 3.05179419e-05, -1.35587816e-05, 0.999994516)
2809
WedgePart169.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2810
WedgePart169.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2811
WedgePart169.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2812
WedgePart169.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2813
WedgePart169.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2814
WedgePart169.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2815
WedgePart169.Color = Color3.new(0.854902, 0.52549, 0.478431)
2816
WedgePart169.Position = Vector3.new(-60.2692757, 15.4010954, 53.0702934)
2817
WedgePart169.Color = Color3.new(0.854902, 0.52549, 0.478431)
2818
WedgePart170.Name = "RoofPart"
2819
WedgePart170.Parent = Model133
2820
WedgePart170.Material = Enum.Material.Concrete
2821
WedgePart170.BrickColor = BrickColor.new("Medium red")
2822
WedgePart170.Rotation = Vector3.new(-180, 0, -180)
2823
WedgePart170.Anchored = true
2824
WedgePart170.Size = Vector3.new(37, 8.79999924, 20.2000008)
2825
WedgePart170.CFrame = CFrame.new(-60.2692795, 15.40061, 73.270752, -1, 3.05168396e-05, 3.05179055e-05, 3.05184803e-05, 0.999997973, 3.85054045e-05, -3.0517007e-05, 4.74465705e-05, -0.999994457)
2826
WedgePart170.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2827
WedgePart170.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2828
WedgePart170.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2829
WedgePart170.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2830
WedgePart170.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2831
WedgePart170.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2832
WedgePart170.Color = Color3.new(0.854902, 0.52549, 0.478431)
2833
WedgePart170.Position = Vector3.new(-60.2692795, 15.40061, 73.270752)
2834
WedgePart170.Orientation = Vector3.new(0, 180, 0)
2835
WedgePart170.Color = Color3.new(0.854902, 0.52549, 0.478431)
2836
for i,v in pairs(mas:GetChildren()) do
2837
	v.Parent = workspace
2838
	pcall(function() v:MakeJoints() end)
2839
end
2840
mas:Destroy()
2841
for i,v in pairs(cors) do
2842
	spawn(function()
2843
		pcall(v)
2844
	end)
2845
end