Advertisement
TheMoonGoddess

[Roblox: Wild Savanna] - McDonald GUI (Working as of October 31, 2021) - (Exploiting script!)

Oct 31st, 2021
920
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 128.37 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local Frame = Instance.new("Frame")
  8. local TopTitle = Instance.new("TextLabel")
  9. local BottomTitle = Instance.new("TextLabel")
  10. local McDonald = Instance.new("TextButton")
  11. local Close = Instance.new("TextButton")
  12. local Hide = Instance.new("TextButton")
  13. local Note = Instance.new("TextLabel")
  14. local Hidden = Instance.new("Frame")
  15. local Open = Instance.new("Frame")
  16. local Open_2 = Instance.new("TextButton")
  17.  
  18. --Properties:
  19.  
  20. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  21.  
  22. Frame.Parent = ScreenGui
  23. Frame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  24. Frame.BorderColor3 = Color3.fromRGB(255, 248, 28)
  25. Frame.Position = UDim2.new(0.0218978096, 0, 0.75142312, 0)
  26. Frame.Size = UDim2.new(0, 216, 0, 108)
  27. Frame.Visible = false
  28.  
  29. TopTitle.Name = "TopTitle"
  30. TopTitle.Parent = Frame
  31. TopTitle.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  32. TopTitle.BackgroundTransparency = 55.000
  33. TopTitle.Size = UDim2.new(0, 216, 0, 26)
  34. TopTitle.Font = Enum.Font.PermanentMarker
  35. TopTitle.Text = "McDonald GUI - Made by Karma"
  36. TopTitle.TextColor3 = Color3.fromRGB(255, 248, 28)
  37. TopTitle.TextSize = 16.000
  38.  
  39. BottomTitle.Name = "BottomTitle"
  40. BottomTitle.Parent = Frame
  41. BottomTitle.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  42. BottomTitle.BackgroundTransparency = 55.000
  43. BottomTitle.Position = UDim2.new(0, 0, 0.759259284, 0)
  44. BottomTitle.Size = UDim2.new(0, 216, 0, 26)
  45. BottomTitle.Font = Enum.Font.PermanentMarker
  46. BottomTitle.Text = "Subscribe to Karma"
  47. BottomTitle.TextColor3 = Color3.fromRGB(255, 248, 28)
  48. BottomTitle.TextSize = 16.000
  49. BottomTitle.TextWrapped = true
  50.  
  51. McDonald.Name = "McDonald"
  52. McDonald.Parent = Frame
  53. McDonald.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  54. McDonald.BorderColor3 = Color3.fromRGB(255, 248, 28)
  55. McDonald.Position = UDim2.new(0.115740739, 0, 0.32407406, 0)
  56. McDonald.Size = UDim2.new(0, 166, 0, 37)
  57. McDonald.Font = Enum.Font.PermanentMarker
  58. McDonald.Text = "McDonald's"
  59. McDonald.TextColor3 = Color3.fromRGB(255, 248, 28)
  60. McDonald.TextSize = 23.000
  61. McDonald.TextWrapped = true
  62.  
  63. Close.Name = "Close"
  64. Close.Parent = Frame
  65. Close.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  66. Close.BackgroundTransparency = 55.000
  67. Close.BorderColor3 = Color3.fromRGB(255, 248, 28)
  68. Close.Position = UDim2.new(1, 0, -0.222222209, 0)
  69. Close.Size = UDim2.new(0, 40, 0, 30)
  70. Close.Font = Enum.Font.PermanentMarker
  71. Close.Text = "X"
  72. Close.TextColor3 = Color3.fromRGB(255, 248, 28)
  73. Close.TextScaled = true
  74. Close.TextSize = 14.000
  75. Close.TextWrapped = true
  76.  
  77. Hide.Name = "Hide"
  78. Hide.Parent = Frame
  79. Hide.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  80. Hide.BackgroundTransparency = 0.500
  81. Hide.Position = UDim2.new(-0.0370370373, 0, 1.07407391, 0)
  82. Hide.Size = UDim2.new(0, 112, 0, 30)
  83. Hide.Font = Enum.Font.PermanentMarker
  84. Hide.Text = "Hide GUI"
  85. Hide.TextColor3 = Color3.fromRGB(255, 0, 0)
  86. Hide.TextScaled = true
  87. Hide.TextSize = 14.000
  88. Hide.TextWrapped = true
  89.  
  90. Note.Name = "Note"
  91. Note.Parent = Frame
  92. Note.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  93. Note.BackgroundTransparency = 0.500
  94. Note.Position = UDim2.new(0.777777791, 0, 1.07407403, 0)
  95. Note.Size = UDim2.new(0, 288, 0, 26)
  96. Note.Font = Enum.Font.PatrickHand
  97. Note.Text = "Please know that the restaurant will only appear on your screen."
  98. Note.TextColor3 = Color3.fromRGB(255, 248, 28)
  99. Note.TextScaled = true
  100. Note.TextSize = 14.000
  101. Note.TextWrapped = true
  102.  
  103. Hidden.Name = "Hidden"
  104. Hidden.Parent = ScreenGui
  105. Hidden.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  106. Hidden.BackgroundTransparency = 55.000
  107. Hidden.Position = UDim2.new(0.204379559, 0, 0.106261857, 0)
  108. Hidden.Size = UDim2.new(0, 16, 0, 0)
  109. Hidden.Visible = false
  110.  
  111. Open.Name = "Open"
  112. Open.Parent = ScreenGui
  113. Open.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  114. Open.BackgroundTransparency = 0.500
  115. Open.Position = UDim2.new(0.0209854096, 0, 0.673624277, 0)
  116. Open.Size = UDim2.new(0, 124, 0, 28)
  117.  
  118. Open_2.Name = "Open"
  119. Open_2.Parent = Open
  120. Open_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  121. Open_2.BackgroundTransparency = 55.000
  122. Open_2.Size = UDim2.new(0, 123, 0, 28)
  123. Open_2.Font = Enum.Font.PermanentMarker
  124. Open_2.Text = "Open"
  125. Open_2.TextColor3 = Color3.fromRGB(255, 248, 28)
  126. Open_2.TextScaled = true
  127. Open_2.TextSize = 14.000
  128. Open_2.TextWrapped = true
  129.  
  130. -- Scripts:
  131.  
  132. local function LQXZ_fake_script() -- McDonald.LocalScript
  133. local script = Instance.new('LocalScript', McDonald)
  134.  
  135. script.Parent.MouseButton1Down:connect(function()
  136.  
  137. --Converted with ttyyuu12345's model to script plugin v4
  138. function sandbox(var,func)
  139. local env = getfenv(func)
  140. local newenv = setmetatable({},{
  141. __index = function(self,k)
  142. if k=="script" then
  143. return var
  144. else
  145. return env[k]
  146. end
  147. end,
  148. })
  149. setfenv(func,newenv)
  150. return func
  151. end
  152. cors = {}
  153. mas = Instance.new("Model",game:GetService("Lighting"))
  154. local chil = workspace:GetChildren()
  155. for i,v in pairs(chil) do
  156. if not (v==script or v:IsA("Camera") or v:IsA("Terrain") or game:GetService("Players"):GetPlayerFromCharacter(v)~=nil) then
  157. v:Destroy()
  158. end
  159. end
  160. Camera0 = Instance.new("Camera")
  161. Model1 = Instance.new("Model")
  162. Model2 = Instance.new("Model")
  163. Part3 = Instance.new("Part")
  164. SpecialMesh4 = Instance.new("SpecialMesh")
  165. Sound5 = Instance.new("Sound")
  166. Sound6 = Instance.new("Sound")
  167. Sound7 = Instance.new("Sound")
  168. Sound8 = Instance.new("Sound")
  169. Sound9 = Instance.new("Sound")
  170. Sound10 = Instance.new("Sound")
  171. Decal11 = Instance.new("Decal")
  172. Weld12 = Instance.new("Weld")
  173. Part13 = Instance.new("Part")
  174. Decal14 = Instance.new("Decal")
  175. Motor6D15 = Instance.new("Motor6D")
  176. Motor6D16 = Instance.new("Motor6D")
  177. Motor6D17 = Instance.new("Motor6D")
  178. Motor6D18 = Instance.new("Motor6D")
  179. Part19 = Instance.new("Part")
  180. Part20 = Instance.new("Part")
  181. Part21 = Instance.new("Part")
  182. Part22 = Instance.new("Part")
  183. Humanoid23 = Instance.new("Humanoid")
  184. Part24 = Instance.new("Part")
  185. Motor6D25 = Instance.new("Motor6D")
  186. BodyColors26 = Instance.new("BodyColors")
  187. Pants27 = Instance.new("Pants")
  188. Shirt28 = Instance.new("Shirt")
  189. Hat29 = Instance.new("Hat")
  190. Part30 = Instance.new("Part")
  191. SpecialMesh31 = Instance.new("SpecialMesh")
  192. Part32 = Instance.new("Part")
  193. SpawnLocation33 = Instance.new("SpawnLocation")
  194. Decal34 = Instance.new("Decal")
  195. Part35 = Instance.new("Part")
  196. Part36 = Instance.new("Part")
  197. SpecialMesh37 = Instance.new("SpecialMesh")
  198. PointLight38 = Instance.new("PointLight")
  199. Part39 = Instance.new("Part")
  200. Model40 = Instance.new("Model")
  201. Model41 = Instance.new("Model")
  202. Part42 = Instance.new("Part")
  203. Part43 = Instance.new("Part")
  204. Part44 = Instance.new("Part")
  205. Part45 = Instance.new("Part")
  206. Model46 = Instance.new("Model")
  207. Part47 = Instance.new("Part")
  208. Part48 = Instance.new("Part")
  209. Part49 = Instance.new("Part")
  210. Part50 = Instance.new("Part")
  211. Part51 = Instance.new("Part")
  212. Part52 = Instance.new("Part")
  213. Part53 = Instance.new("Part")
  214. Part54 = Instance.new("Part")
  215. Part55 = Instance.new("Part")
  216. Part56 = Instance.new("Part")
  217. Part57 = Instance.new("Part")
  218. Part58 = Instance.new("Part")
  219. Part59 = Instance.new("Part")
  220. Part60 = Instance.new("Part")
  221. SpecialMesh61 = Instance.new("SpecialMesh")
  222. Model62 = Instance.new("Model")
  223. Part63 = Instance.new("Part")
  224. Part64 = Instance.new("Part")
  225. Part65 = Instance.new("Part")
  226. Part66 = Instance.new("Part")
  227. Part67 = Instance.new("Part")
  228. Seat68 = Instance.new("Seat")
  229. Part69 = Instance.new("Part")
  230. Part70 = Instance.new("Part")
  231. Part71 = Instance.new("Part")
  232. Seat72 = Instance.new("Seat")
  233. Part73 = Instance.new("Part")
  234. Part74 = Instance.new("Part")
  235. Part75 = Instance.new("Part")
  236. Part76 = Instance.new("Part")
  237. Model77 = Instance.new("Model")
  238. Part78 = Instance.new("Part")
  239. Model79 = Instance.new("Model")
  240. Part80 = Instance.new("Part")
  241. Part81 = Instance.new("Part")
  242. Part82 = Instance.new("Part")
  243. Part83 = Instance.new("Part")
  244. Part84 = Instance.new("Part")
  245. Seat85 = Instance.new("Seat")
  246. Part86 = Instance.new("Part")
  247. Part87 = Instance.new("Part")
  248. Part88 = Instance.new("Part")
  249. Seat89 = Instance.new("Seat")
  250. Part90 = Instance.new("Part")
  251. Part91 = Instance.new("Part")
  252. Part92 = Instance.new("Part")
  253. Part93 = Instance.new("Part")
  254. Model94 = Instance.new("Model")
  255. Part95 = Instance.new("Part")
  256. Part96 = Instance.new("Part")
  257. Part97 = Instance.new("Part")
  258. Part98 = Instance.new("Part")
  259. Part99 = Instance.new("Part")
  260. Seat100 = Instance.new("Seat")
  261. Part101 = Instance.new("Part")
  262. Seat102 = Instance.new("Seat")
  263. Seat103 = Instance.new("Seat")
  264. Seat104 = Instance.new("Seat")
  265. Part105 = Instance.new("Part")
  266. Part106 = Instance.new("Part")
  267. SpecialMesh107 = Instance.new("SpecialMesh")
  268. Model108 = Instance.new("Model")
  269. Part109 = Instance.new("Part")
  270. Model110 = Instance.new("Model")
  271. Part111 = Instance.new("Part")
  272. Part112 = Instance.new("Part")
  273. Part113 = Instance.new("Part")
  274. Part114 = Instance.new("Part")
  275. Part115 = Instance.new("Part")
  276. Seat116 = Instance.new("Seat")
  277. Part117 = Instance.new("Part")
  278. Part118 = Instance.new("Part")
  279. Part119 = Instance.new("Part")
  280. Seat120 = Instance.new("Seat")
  281. Part121 = Instance.new("Part")
  282. Part122 = Instance.new("Part")
  283. Part123 = Instance.new("Part")
  284. Model124 = Instance.new("Model")
  285. Part125 = Instance.new("Part")
  286. Model126 = Instance.new("Model")
  287. Part127 = Instance.new("Part")
  288. Part128 = Instance.new("Part")
  289. Part129 = Instance.new("Part")
  290. Part130 = Instance.new("Part")
  291. Part131 = Instance.new("Part")
  292. Seat132 = Instance.new("Seat")
  293. Part133 = Instance.new("Part")
  294. Part134 = Instance.new("Part")
  295. Part135 = Instance.new("Part")
  296. Seat136 = Instance.new("Seat")
  297. Part137 = Instance.new("Part")
  298. Part138 = Instance.new("Part")
  299. Part139 = Instance.new("Part")
  300. Model140 = Instance.new("Model")
  301. Part141 = Instance.new("Part")
  302. Model142 = Instance.new("Model")
  303. Part143 = Instance.new("Part")
  304. Part144 = Instance.new("Part")
  305. Part145 = Instance.new("Part")
  306. Part146 = Instance.new("Part")
  307. Part147 = Instance.new("Part")
  308. Seat148 = Instance.new("Seat")
  309. Part149 = Instance.new("Part")
  310. Part150 = Instance.new("Part")
  311. Part151 = Instance.new("Part")
  312. Seat152 = Instance.new("Seat")
  313. Part153 = Instance.new("Part")
  314. Part154 = Instance.new("Part")
  315. Part155 = Instance.new("Part")
  316. Part156 = Instance.new("Part")
  317. Part157 = Instance.new("Part")
  318. Part158 = Instance.new("Part")
  319. Part159 = Instance.new("Part")
  320. Model160 = Instance.new("Model")
  321. Part161 = Instance.new("Part")
  322. Part162 = Instance.new("Part")
  323. Part163 = Instance.new("Part")
  324. Part164 = Instance.new("Part")
  325. Part165 = Instance.new("Part")
  326. Seat166 = Instance.new("Seat")
  327. Part167 = Instance.new("Part")
  328. Part168 = Instance.new("Part")
  329. Part169 = Instance.new("Part")
  330. Seat170 = Instance.new("Seat")
  331. Part171 = Instance.new("Part")
  332. Part172 = Instance.new("Part")
  333. Part173 = Instance.new("Part")
  334. Model174 = Instance.new("Model")
  335. Part175 = Instance.new("Part")
  336. Part176 = Instance.new("Part")
  337. Part177 = Instance.new("Part")
  338. Part178 = Instance.new("Part")
  339. Part179 = Instance.new("Part")
  340. Seat180 = Instance.new("Seat")
  341. Part181 = Instance.new("Part")
  342. Part182 = Instance.new("Part")
  343. Part183 = Instance.new("Part")
  344. Seat184 = Instance.new("Seat")
  345. Part185 = Instance.new("Part")
  346. Part186 = Instance.new("Part")
  347. Part187 = Instance.new("Part")
  348. Part188 = Instance.new("Part")
  349. Part189 = Instance.new("Part")
  350. Part190 = Instance.new("Part")
  351. Part191 = Instance.new("Part")
  352. Part192 = Instance.new("Part")
  353. Part193 = Instance.new("Part")
  354. Part194 = Instance.new("Part")
  355. Part195 = Instance.new("Part")
  356. Part196 = Instance.new("Part")
  357. Part197 = Instance.new("Part")
  358. Part198 = Instance.new("Part")
  359. Part199 = Instance.new("Part")
  360. Part200 = Instance.new("Part")
  361. Part201 = Instance.new("Part")
  362. Part202 = Instance.new("Part")
  363. Part203 = Instance.new("Part")
  364. Part204 = Instance.new("Part")
  365. Part205 = Instance.new("Part")
  366. Part206 = Instance.new("Part")
  367. Part207 = Instance.new("Part")
  368. SpecialMesh208 = Instance.new("SpecialMesh")
  369. Part209 = Instance.new("Part")
  370. SpecialMesh210 = Instance.new("SpecialMesh")
  371. Part211 = Instance.new("Part")
  372. Part212 = Instance.new("Part")
  373. Model213 = Instance.new("Model")
  374. Part214 = Instance.new("Part")
  375. Part215 = Instance.new("Part")
  376. Part216 = Instance.new("Part")
  377. SpecialMesh217 = Instance.new("SpecialMesh")
  378. Decal218 = Instance.new("Decal")
  379. Part219 = Instance.new("Part")
  380. Part220 = Instance.new("Part")
  381. Part221 = Instance.new("Part")
  382. Humanoid222 = Instance.new("Humanoid")
  383. Part223 = Instance.new("Part")
  384. Part224 = Instance.new("Part")
  385. Part225 = Instance.new("Part")
  386. Part226 = Instance.new("Part")
  387. Part227 = Instance.new("Part")
  388. Model228 = Instance.new("Model")
  389. Part229 = Instance.new("Part")
  390. Model230 = Instance.new("Model")
  391. Part231 = Instance.new("Part")
  392. Part232 = Instance.new("Part")
  393. Part233 = Instance.new("Part")
  394. Part234 = Instance.new("Part")
  395. Part235 = Instance.new("Part")
  396. Seat236 = Instance.new("Seat")
  397. Part237 = Instance.new("Part")
  398. Part238 = Instance.new("Part")
  399. Part239 = Instance.new("Part")
  400. Seat240 = Instance.new("Seat")
  401. Part241 = Instance.new("Part")
  402. Part242 = Instance.new("Part")
  403. Part243 = Instance.new("Part")
  404. Model244 = Instance.new("Model")
  405. Part245 = Instance.new("Part")
  406. Part246 = Instance.new("Part")
  407. Part247 = Instance.new("Part")
  408. Part248 = Instance.new("Part")
  409. Part249 = Instance.new("Part")
  410. Part250 = Instance.new("Part")
  411. Part251 = Instance.new("Part")
  412. Part252 = Instance.new("Part")
  413. Part253 = Instance.new("Part")
  414. Part254 = Instance.new("Part")
  415. Camera0.Parent = mas
  416. Camera0.CFrame = CFrame.new(69.434227, 9.46763229, 13.367754, 0.903835952, 0.10174074, -0.415607363, -0, 0.971319318, 0.237779081, 0.427879274, -0.214913279, 0.877913237)
  417. Camera0.CoordinateFrame = CFrame.new(69.434227, 9.46763229, 13.367754, 0.903835952, 0.10174074, -0.415607363, -0, 0.971319318, 0.237779081, 0.427879274, -0.214913279, 0.877913237)
  418. Camera0.Focus = CFrame.new(70.2654419, 8.99207401, 11.611927, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  419. Camera0.focus = CFrame.new(70.2654419, 8.99207401, 11.611927, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  420. Model1.Name = "VTabs"
  421. Model1.Parent = mas
  422. Model2.Name = "RonaldMcDonald"
  423. Model2.Parent = mas
  424. Model2.PrimaryPart = Part3
  425. Part3.Name = "Head"
  426. Part3.Parent = Model2
  427. Part3.CFrame = CFrame.new(69.8726044, 5.5000329, -0.163477868, -1, 8.74227766e-08, 0, 8.74227766e-08, 1, 8.74227766e-08, 7.64274186e-15, 8.74227766e-08, -1)
  428. Part3.Orientation = Vector3.new(0, 180, 0)
  429. Part3.Position = Vector3.new(69.8726044, 5.5000329, -0.163477868)
  430. Part3.Rotation = Vector3.new(-180, 0, -180)
  431. Part3.Color = Color3.new(0.972549, 0.972549, 0.972549)
  432. Part3.Size = Vector3.new(2, 1, 1)
  433. Part3.Anchored = true
  434. Part3.BrickColor = BrickColor.new("Institutional white")
  435. Part3.TopSurface = Enum.SurfaceType.Smooth
  436. Part3.brickColor = BrickColor.new("Institutional white")
  437. Part3.FormFactor = Enum.FormFactor.Symmetric
  438. Part3.formFactor = Enum.FormFactor.Symmetric
  439. SpecialMesh4.Parent = Part3
  440. SpecialMesh4.Scale = Vector3.new(1.25, 1.25, 1.25)
  441. Sound5.Parent = Part3
  442. Sound5.SoundId = "rbxasset://sounds/uuhhh.wav"
  443. Sound6.Parent = Part3
  444. Sound6.SoundId = "rbxasset://sounds/splat.wav"
  445. Sound7.Parent = Part3
  446. Sound7.SoundId = "rbxasset://sounds/swoosh.wav"
  447. Sound8.Parent = Part3
  448. Sound8.SoundId = "rbxasset://sounds/hit.wav"
  449. Sound9.Parent = Part3
  450. Sound9.SoundId = "rbxasset://sounds/button.wav"
  451. Sound10.Parent = Part3
  452. Sound10.Looped = true
  453. Sound10.SoundId = "rbxasset://sounds/bfsl-minifigfoots1.mp3"
  454. Decal11.Parent = Part3
  455. Decal11.Texture = "http://www.roblox.com/asset/?id=97202908"
  456. Weld12.Name = "HeadWeld"
  457. Weld12.Parent = Part3
  458. Weld12.C0 = CFrame.new(0, 0.5, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  459. Weld12.C1 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  460. Weld12.Part0 = Part3
  461. Weld12.Part1 = Part30
  462. Weld12.part1 = Part30
  463. Part13.Name = "Torso"
  464. Part13.Parent = Model2
  465. Part13.CFrame = CFrame.new(69.8726044, 4.0000329, -0.163478002, -1, 8.74227766e-08, 0, 8.74227766e-08, 1, 8.74227766e-08, 7.64274186e-15, 8.74227766e-08, -1)
  466. Part13.Orientation = Vector3.new(0, 180, 0)
  467. Part13.Position = Vector3.new(69.8726044, 4.0000329, -0.163478002)
  468. Part13.Rotation = Vector3.new(-180, 0, -180)
  469. Part13.Color = Color3.new(0.972549, 0.972549, 0.972549)
  470. Part13.Size = Vector3.new(2, 2, 1)
  471. Part13.Anchored = true
  472. Part13.BrickColor = BrickColor.new("Institutional white")
  473. Part13.LeftParamA = 0
  474. Part13.LeftParamB = 0
  475. Part13.LeftSurface = Enum.SurfaceType.Weld
  476. Part13.RightParamA = 0
  477. Part13.RightParamB = 0
  478. Part13.RightSurface = Enum.SurfaceType.Weld
  479. Part13.brickColor = BrickColor.new("Institutional white")
  480. Part13.FormFactor = Enum.FormFactor.Symmetric
  481. Part13.formFactor = Enum.FormFactor.Symmetric
  482. Decal14.Name = "roblox"
  483. Decal14.Parent = Part13
  484. Motor6D15.Name = "Left Shoulder"
  485. Motor6D15.Parent = Part13
  486. Motor6D15.MaxVelocity = 0.10000000149012
  487. Motor6D15.C0 = CFrame.new(-1, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  488. Motor6D15.C1 = CFrame.new(0.5, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  489. Motor6D15.Part0 = Part13
  490. Motor6D15.Part1 = Part19
  491. Motor6D15.part1 = Part19
  492. Motor6D16.Name = "Right Hip"
  493. Motor6D16.Parent = Part13
  494. Motor6D16.MaxVelocity = 0.10000000149012
  495. Motor6D16.C0 = CFrame.new(1, -1, 0, 0, 0, 1, 0, 1, -0, -1, 0, 0)
  496. Motor6D16.C1 = CFrame.new(0.5, 1, 0, 0, 0, 1, 0, 1, -0, -1, 0, 0)
  497. Motor6D16.Part0 = Part13
  498. Motor6D16.Part1 = Part22
  499. Motor6D16.part1 = Part22
  500. Motor6D17.Name = "Left Hip"
  501. Motor6D17.Parent = Part13
  502. Motor6D17.MaxVelocity = 0.10000000149012
  503. Motor6D17.C0 = CFrame.new(-1, -1, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  504. Motor6D17.C1 = CFrame.new(-0.5, 1, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  505. Motor6D17.Part0 = Part13
  506. Motor6D17.Part1 = Part21
  507. Motor6D17.part1 = Part21
  508. Motor6D18.Name = "Neck"
  509. Motor6D18.Parent = Part13
  510. Motor6D18.MaxVelocity = 0.10000000149012
  511. Motor6D18.C0 = CFrame.new(0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, -0)
  512. Motor6D18.C1 = CFrame.new(0, -0.5, 0, -1, 0, 0, 0, 0, 1, 0, 1, -0)
  513. Motor6D18.Part0 = Part13
  514. Motor6D18.Part1 = Part3
  515. Motor6D18.part1 = Part3
  516. Part19.Name = "Left Arm"
  517. Part19.Parent = Model2
  518. Part19.CFrame = CFrame.new(71.3726044, 4.0000329, -0.163478002, -1, 8.74227766e-08, 0, 8.74227766e-08, 1, 8.74227766e-08, 7.64274186e-15, 8.74227766e-08, -1)
  519. Part19.Orientation = Vector3.new(0, 180, 0)
  520. Part19.Position = Vector3.new(71.3726044, 4.0000329, -0.163478002)
  521. Part19.Rotation = Vector3.new(-180, 0, -180)
  522. Part19.Color = Color3.new(0.972549, 0.972549, 0.972549)
  523. Part19.Size = Vector3.new(1, 2, 1)
  524. Part19.Anchored = true
  525. Part19.BrickColor = BrickColor.new("Institutional white")
  526. Part19.CanCollide = false
  527. Part19.brickColor = BrickColor.new("Institutional white")
  528. Part19.FormFactor = Enum.FormFactor.Symmetric
  529. Part19.formFactor = Enum.FormFactor.Symmetric
  530. Part20.Name = "Right Arm"
  531. Part20.Parent = Model2
  532. Part20.CFrame = CFrame.new(68.3726044, 4.90003252, -0.163478002, 0.500000238, 0.866025388, 0, 0.866025388, -0.500000238, 0, 0, 0, -1)
  533. Part20.Orientation = Vector3.new(0, 180, 120)
  534. Part20.Position = Vector3.new(68.3726044, 4.90003252, -0.163478002)
  535. Part20.Rotation = Vector3.new(-180, 0, -60)
  536. Part20.Color = Color3.new(0.972549, 0.972549, 0.972549)
  537. Part20.Size = Vector3.new(1, 2, 1)
  538. Part20.Anchored = true
  539. Part20.BrickColor = BrickColor.new("Institutional white")
  540. Part20.CanCollide = false
  541. Part20.brickColor = BrickColor.new("Institutional white")
  542. Part20.FormFactor = Enum.FormFactor.Symmetric
  543. Part20.formFactor = Enum.FormFactor.Symmetric
  544. Part21.Name = "Left Leg"
  545. Part21.Parent = Model2
  546. Part21.CFrame = CFrame.new(70.3726044, 2.0000329, -0.163478181, -1, 8.74227766e-08, 0, 8.74227766e-08, 1, 8.74227766e-08, 7.64274186e-15, 8.74227766e-08, -1)
  547. Part21.Orientation = Vector3.new(0, 180, 0)
  548. Part21.Position = Vector3.new(70.3726044, 2.0000329, -0.163478181)
  549. Part21.Rotation = Vector3.new(-180, 0, -180)
  550. Part21.Color = Color3.new(0.972549, 0.972549, 0.972549)
  551. Part21.Size = Vector3.new(1, 2, 1)
  552. Part21.Anchored = true
  553. Part21.BottomSurface = Enum.SurfaceType.Smooth
  554. Part21.BrickColor = BrickColor.new("Institutional white")
  555. Part21.CanCollide = false
  556. Part21.brickColor = BrickColor.new("Institutional white")
  557. Part21.FormFactor = Enum.FormFactor.Symmetric
  558. Part21.formFactor = Enum.FormFactor.Symmetric
  559. Part22.Name = "Right Leg"
  560. Part22.Parent = Model2
  561. Part22.CFrame = CFrame.new(69.3726044, 2.0000329, -0.163478181, -1, 8.74227766e-08, 0, 8.74227766e-08, 1, 8.74227766e-08, 7.64274186e-15, 8.74227766e-08, -1)
  562. Part22.Orientation = Vector3.new(0, 180, 0)
  563. Part22.Position = Vector3.new(69.3726044, 2.0000329, -0.163478181)
  564. Part22.Rotation = Vector3.new(-180, 0, -180)
  565. Part22.Color = Color3.new(0.972549, 0.972549, 0.972549)
  566. Part22.Size = Vector3.new(1, 2, 1)
  567. Part22.Anchored = true
  568. Part22.BottomSurface = Enum.SurfaceType.Smooth
  569. Part22.BrickColor = BrickColor.new("Institutional white")
  570. Part22.CanCollide = false
  571. Part22.brickColor = BrickColor.new("Institutional white")
  572. Part22.FormFactor = Enum.FormFactor.Symmetric
  573. Part22.formFactor = Enum.FormFactor.Symmetric
  574. Humanoid23.Parent = Model2
  575. Humanoid23.LeftLeg = Part21
  576. Humanoid23.NameOcclusion = Enum.NameOcclusion.NoOcclusion
  577. Humanoid23.RightLeg = Part22
  578. Humanoid23.Torso = Part24
  579. Part24.Name = "HumanoidRootPart"
  580. Part24.Parent = Model2
  581. Part24.CFrame = CFrame.new(69.8726044, 4.0000329, -0.163478002, -1, 8.74227766e-08, 0, 8.74227766e-08, 1, 8.74227766e-08, 7.64274186e-15, 8.74227766e-08, -1)
  582. Part24.Orientation = Vector3.new(0, 180, 0)
  583. Part24.Position = Vector3.new(69.8726044, 4.0000329, -0.163478002)
  584. Part24.Rotation = Vector3.new(-180, 0, -180)
  585. Part24.Color = Color3.new(0.972549, 0.972549, 0.972549)
  586. Part24.Transparency = 1
  587. Part24.Size = Vector3.new(2, 2, 1)
  588. Part24.Anchored = true
  589. Part24.BottomSurface = Enum.SurfaceType.Smooth
  590. Part24.BrickColor = BrickColor.new("Institutional white")
  591. Part24.LeftParamA = 0
  592. Part24.LeftParamB = 0
  593. Part24.RightParamA = 0
  594. Part24.RightParamB = 0
  595. Part24.TopSurface = Enum.SurfaceType.Smooth
  596. Part24.brickColor = BrickColor.new("Institutional white")
  597. Part24.FormFactor = Enum.FormFactor.Symmetric
  598. Part24.formFactor = Enum.FormFactor.Symmetric
  599. Motor6D25.Name = "RootJoint"
  600. Motor6D25.Parent = Part24
  601. Motor6D25.MaxVelocity = 0.10000000149012
  602. Motor6D25.C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, -0)
  603. Motor6D25.C1 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, -0)
  604. Motor6D25.Part0 = Part24
  605. Motor6D25.Part1 = Part13
  606. Motor6D25.part1 = Part13
  607. BodyColors26.Parent = Model2
  608. BodyColors26.HeadColor = BrickColor.new("Institutional white")
  609. BodyColors26.HeadColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  610. BodyColors26.LeftArmColor = BrickColor.new("Institutional white")
  611. BodyColors26.LeftArmColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  612. BodyColors26.LeftLegColor = BrickColor.new("Institutional white")
  613. BodyColors26.LeftLegColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  614. BodyColors26.RightArmColor = BrickColor.new("Institutional white")
  615. BodyColors26.RightArmColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  616. BodyColors26.RightLegColor = BrickColor.new("Institutional white")
  617. BodyColors26.RightLegColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  618. BodyColors26.TorsoColor = BrickColor.new("Institutional white")
  619. BodyColors26.TorsoColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  620. Pants27.Name = "Pants"
  621. Pants27.Parent = Model2
  622. Pants27.PantsTemplate = "http://www.roblox.com/asset/?id=130486832"
  623. Shirt28.Name = "Shirt"
  624. Shirt28.Parent = Model2
  625. Shirt28.ShirtTemplate = "http://www.roblox.com/asset/?id=258264938"
  626. Hat29.Name = "Hair"
  627. Hat29.Parent = Model2
  628. Hat29.AttachmentForward = Vector3.new(-0, -0, 1)
  629. Hat29.AttachmentPoint = CFrame.new(0, 0, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  630. Hat29.AttachmentRight = Vector3.new(-1, 0, 0)
  631. Part30.Name = "Handle"
  632. Part30.Parent = Hat29
  633. Part30.CFrame = CFrame.new(69.8726044, 6.0000329, -0.163477823, 1, 8.74227766e-08, 0, -8.74227766e-08, 1, -8.74227766e-08, -7.64274186e-15, 8.74227766e-08, 1)
  634. Part30.Position = Vector3.new(69.8726044, 6.0000329, -0.163477823)
  635. Part30.Color = Color3.new(0.768628, 0.156863, 0.109804)
  636. Part30.Size = Vector3.new(2, 0.400000006, 1)
  637. Part30.Anchored = true
  638. Part30.BottomSurface = Enum.SurfaceType.Smooth
  639. Part30.BrickColor = BrickColor.new("Bright red")
  640. Part30.CanCollide = false
  641. Part30.TopSurface = Enum.SurfaceType.Smooth
  642. Part30.brickColor = BrickColor.new("Bright red")
  643. Part30.FormFactor = Enum.FormFactor.Plate
  644. Part30.formFactor = Enum.FormFactor.Plate
  645. SpecialMesh31.Parent = Part30
  646. SpecialMesh31.MeshId = "http://www.roblox.com/asset/?id=1095708"
  647. SpecialMesh31.Scale = Vector3.new(1.5, 1.5, 1.5)
  648. SpecialMesh31.MeshType = Enum.MeshType.FileMesh
  649. Part32.Parent = mas
  650. Part32.CFrame = CFrame.new(116.787582, 0.50000298, 16.7215271, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  651. Part32.Position = Vector3.new(116.787582, 0.50000298, 16.7215271)
  652. Part32.Color = Color3.new(0.121569, 0.501961, 0.113725)
  653. Part32.Size = Vector3.new(270.410004, 1, 212.430008)
  654. Part32.Anchored = true
  655. Part32.BottomSurface = Enum.SurfaceType.Smooth
  656. Part32.BrickColor = BrickColor.new("Forest green")
  657. Part32.Material = Enum.Material.Grass
  658. Part32.TopSurface = Enum.SurfaceType.Smooth
  659. Part32.brickColor = BrickColor.new("Forest green")
  660. SpawnLocation33.Parent = mas
  661. SpawnLocation33.CFrame = CFrame.new(79.7900009, 1.50000501, 34.4899979, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  662. SpawnLocation33.Position = Vector3.new(79.7900009, 1.50000501, 34.4899979)
  663. SpawnLocation33.Size = Vector3.new(12, 1, 12)
  664. SpawnLocation33.Anchored = true
  665. SpawnLocation33.BottomSurface = Enum.SurfaceType.Smooth
  666. SpawnLocation33.TopSurface = Enum.SurfaceType.Smooth
  667. Decal34.Parent = SpawnLocation33
  668. Decal34.Texture = "rbxasset://textures/SpawnLocation.png"
  669. Decal34.Face = Enum.NormalId.Top
  670. Part35.Name = "Smooth Block Model"
  671. Part35.Parent = mas
  672. Part35.CFrame = CFrame.new(51.6397324, 6.00003815, -67.4404907, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  673. Part35.Position = Vector3.new(51.6397324, 6.00003815, -67.4404907)
  674. Part35.Color = Color3.new(0.105882, 0.164706, 0.207843)
  675. Part35.Size = Vector3.new(4, 1.20000005, 1)
  676. Part35.Anchored = true
  677. Part35.BrickColor = BrickColor.new("Black")
  678. Part35.brickColor = BrickColor.new("Black")
  679. Part36.Name = "Light"
  680. Part36.Parent = mas
  681. Part36.CFrame = CFrame.new(59.9038239, 2.00002289, -44.788269, 0.500554085, 0, 0.865705252, 0, 1, 0, -0.865705252, 0, 0.500554085)
  682. Part36.Orientation = Vector3.new(0, 59.9599991, 0)
  683. Part36.Position = Vector3.new(59.9038239, 2.00002289, -44.788269)
  684. Part36.Rotation = Vector3.new(0, 59.9599991, 0)
  685. Part36.Color = Color3.new(1, 1, 0)
  686. Part36.Size = Vector3.new(1, 1.20000005, 1)
  687. Part36.Anchored = true
  688. Part36.BrickColor = BrickColor.new("New Yeller")
  689. Part36.Material = Enum.Material.Concrete
  690. Part36.TopSurface = Enum.SurfaceType.Smooth
  691. Part36.brickColor = BrickColor.new("New Yeller")
  692. SpecialMesh37.Name = "SpecialMesh"
  693. SpecialMesh37.Parent = Part36
  694. PointLight38.Parent = Part36
  695. PointLight38.Range = 60
  696. PointLight38.Brightness = 1.5599999427795
  697. Part39.Name = "Smooth Block Model"
  698. Part39.Parent = mas
  699. Part39.CFrame = CFrame.new(38.1397133, 10.4000282, -60.9404945, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  700. Part39.Position = Vector3.new(38.1397133, 10.4000282, -60.9404945)
  701. Part39.Color = Color3.new(0.960784, 0.803922, 0.188235)
  702. Part39.Size = Vector3.new(1, 8.40000057, 16)
  703. Part39.Anchored = true
  704. Part39.BrickColor = BrickColor.new("Bright yellow")
  705. Part39.brickColor = BrickColor.new("Bright yellow")
  706. Model40.Parent = mas
  707. Model40.PrimaryPart = Part43
  708. Model41.Parent = Model40
  709. Model41.PrimaryPart = Part43
  710. Part42.Name = "Smooth Block Model"
  711. Part42.Parent = Model41
  712. Part42.CFrame = CFrame.new(98.6397247, 40.4000397, -17.9404697, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  713. Part42.Orientation = Vector3.new(0, 90, 0)
  714. Part42.Position = Vector3.new(98.6397247, 40.4000397, -17.9404697)
  715. Part42.Rotation = Vector3.new(0, 90, 0)
  716. Part42.Color = Color3.new(0.960784, 0.803922, 0.188235)
  717. Part42.Size = Vector3.new(2, 3.60000014, 2)
  718. Part42.Anchored = true
  719. Part42.BrickColor = BrickColor.new("Bright yellow")
  720. Part42.brickColor = BrickColor.new("Bright yellow")
  721. Part43.Name = "Smooth Block Model"
  722. Part43.Parent = Model41
  723. Part43.CFrame = CFrame.new(101.639725, 42.800045, -17.9404888, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  724. Part43.Orientation = Vector3.new(0, 90, 0)
  725. Part43.Position = Vector3.new(101.639725, 42.800045, -17.9404888)
  726. Part43.Rotation = Vector3.new(0, 90, 0)
  727. Part43.Color = Color3.new(0.960784, 0.803922, 0.188235)
  728. Part43.Size = Vector3.new(2, 1.20000005, 6)
  729. Part43.Anchored = true
  730. Part43.BrickColor = BrickColor.new("Bright yellow")
  731. Part43.brickColor = BrickColor.new("Bright yellow")
  732. Part44.Name = "Smooth Block Model"
  733. Part44.Parent = Model41
  734. Part44.CFrame = CFrame.new(104.639732, 40.4000397, -17.9404755, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  735. Part44.Orientation = Vector3.new(0, 90, 0)
  736. Part44.Position = Vector3.new(104.639732, 40.4000397, -17.9404755)
  737. Part44.Rotation = Vector3.new(0, 90, 0)
  738. Part44.Color = Color3.new(0.960784, 0.803922, 0.188235)
  739. Part44.Size = Vector3.new(2, 3.60000014, 2)
  740. Part44.Anchored = true
  741. Part44.BrickColor = BrickColor.new("Bright yellow")
  742. Part44.brickColor = BrickColor.new("Bright yellow")
  743. Part45.Name = "Smooth Block Model"
  744. Part45.Parent = Model41
  745. Part45.CFrame = CFrame.new(105.639771, 34.4000473, -17.9404831, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  746. Part45.Orientation = Vector3.new(0, -90, 0)
  747. Part45.Position = Vector3.new(105.639771, 34.4000473, -17.9404831)
  748. Part45.Rotation = Vector3.new(0, -90, 0)
  749. Part45.Color = Color3.new(0.960784, 0.803922, 0.188235)
  750. Part45.Size = Vector3.new(2, 8.40000057, 2)
  751. Part45.Anchored = true
  752. Part45.BrickColor = BrickColor.new("Bright yellow")
  753. Part45.brickColor = BrickColor.new("Bright yellow")
  754. Model46.Parent = Model40
  755. Model46.PrimaryPart = Part49
  756. Part47.Name = "Smooth Block Model"
  757. Part47.Parent = Model46
  758. Part47.CFrame = CFrame.new(89.6397476, 34.4000473, -17.9404793, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  759. Part47.Position = Vector3.new(89.6397476, 34.4000473, -17.9404793)
  760. Part47.Color = Color3.new(0.960784, 0.803922, 0.188235)
  761. Part47.Size = Vector3.new(2, 8.40000057, 2)
  762. Part47.Anchored = true
  763. Part47.BrickColor = BrickColor.new("Bright yellow")
  764. Part47.brickColor = BrickColor.new("Bright yellow")
  765. Part48.Name = "Smooth Block Model"
  766. Part48.Parent = Model46
  767. Part48.CFrame = CFrame.new(90.6397476, 40.4000397, -17.9404678, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  768. Part48.Orientation = Vector3.new(0, 90, 0)
  769. Part48.Position = Vector3.new(90.6397476, 40.4000397, -17.9404678)
  770. Part48.Rotation = Vector3.new(0, 90, 0)
  771. Part48.Color = Color3.new(0.960784, 0.803922, 0.188235)
  772. Part48.Size = Vector3.new(2, 3.60000014, 2)
  773. Part48.Anchored = true
  774. Part48.BrickColor = BrickColor.new("Bright yellow")
  775. Part48.brickColor = BrickColor.new("Bright yellow")
  776. Part49.Name = "Smooth Block Model"
  777. Part49.Parent = Model46
  778. Part49.CFrame = CFrame.new(93.6397552, 42.800045, -17.9404564, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  779. Part49.Orientation = Vector3.new(0, 90, 0)
  780. Part49.Position = Vector3.new(93.6397552, 42.800045, -17.9404564)
  781. Part49.Rotation = Vector3.new(0, 90, 0)
  782. Part49.Color = Color3.new(0.960784, 0.803922, 0.188235)
  783. Part49.Size = Vector3.new(2, 1.20000005, 6)
  784. Part49.Anchored = true
  785. Part49.BrickColor = BrickColor.new("Bright yellow")
  786. Part49.brickColor = BrickColor.new("Bright yellow")
  787. Part50.Name = "Smooth Block Model"
  788. Part50.Parent = Model46
  789. Part50.CFrame = CFrame.new(96.6397476, 40.4000397, -17.9404888, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  790. Part50.Orientation = Vector3.new(0, 90, 0)
  791. Part50.Position = Vector3.new(96.6397476, 40.4000397, -17.9404888)
  792. Part50.Rotation = Vector3.new(0, 90, 0)
  793. Part50.Color = Color3.new(0.960784, 0.803922, 0.188235)
  794. Part50.Size = Vector3.new(2, 3.60000014, 2)
  795. Part50.Anchored = true
  796. Part50.BrickColor = BrickColor.new("Bright yellow")
  797. Part50.brickColor = BrickColor.new("Bright yellow")
  798. Part51.Name = "Smooth Block Model"
  799. Part51.Parent = Model46
  800. Part51.CFrame = CFrame.new(97.6397476, 34.4000473, -17.9404678, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  801. Part51.Orientation = Vector3.new(0, -90, 0)
  802. Part51.Position = Vector3.new(97.6397476, 34.4000473, -17.9404678)
  803. Part51.Rotation = Vector3.new(0, -90, 0)
  804. Part51.Color = Color3.new(0.960784, 0.803922, 0.188235)
  805. Part51.Size = Vector3.new(2, 8.40000057, 2)
  806. Part51.Anchored = true
  807. Part51.BrickColor = BrickColor.new("Bright yellow")
  808. Part51.brickColor = BrickColor.new("Bright yellow")
  809. Part52.Name = "Smooth Block Model"
  810. Part52.Parent = mas
  811. Part52.CFrame = CFrame.new(73.1397247, 7.40003586, -10.4404736, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  812. Part52.Orientation = Vector3.new(0, 90, 0)
  813. Part52.Position = Vector3.new(73.1397247, 7.40003586, -10.4404736)
  814. Part52.Rotation = Vector3.new(0, 90, 0)
  815. Part52.Color = Color3.new(0.94902, 0.952941, 0.952941)
  816. Part52.Transparency = 0.30000001192093
  817. Part52.Size = Vector3.new(1, 7.20000029, 5)
  818. Part52.Anchored = true
  819. Part52.BrickColor = BrickColor.new("White")
  820. Part52.CanCollide = false
  821. Part52.brickColor = BrickColor.new("White")
  822. Part53.Name = "Smooth Block Model"
  823. Part53.Parent = mas
  824. Part53.CFrame = CFrame.new(76.1397324, 7.40003586, -10.4404602, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  825. Part53.Position = Vector3.new(76.1397324, 7.40003586, -10.4404602)
  826. Part53.Color = Color3.new(0.960784, 0.803922, 0.188235)
  827. Part53.Size = Vector3.new(1, 7.20000029, 1)
  828. Part53.Anchored = true
  829. Part53.BrickColor = BrickColor.new("Bright yellow")
  830. Part53.CanCollide = false
  831. Part53.brickColor = BrickColor.new("Bright yellow")
  832. Part54.Name = "Smooth Block Model"
  833. Part54.Parent = mas
  834. Part54.CFrame = CFrame.new(70.1397171, 7.40003586, -10.4404402, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  835. Part54.Position = Vector3.new(70.1397171, 7.40003586, -10.4404402)
  836. Part54.Color = Color3.new(0.960784, 0.803922, 0.188235)
  837. Part54.Size = Vector3.new(1, 7.20000029, 1)
  838. Part54.Anchored = true
  839. Part54.BrickColor = BrickColor.new("Bright yellow")
  840. Part54.CanCollide = false
  841. Part54.brickColor = BrickColor.new("Bright yellow")
  842. Part55.Name = "Smooth Block Model"
  843. Part55.Parent = mas
  844. Part55.CFrame = CFrame.new(73.1397247, 3.20004106, -10.4404736, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  845. Part55.Orientation = Vector3.new(0, 90, 0)
  846. Part55.Position = Vector3.new(73.1397247, 3.20004106, -10.4404736)
  847. Part55.Rotation = Vector3.new(0, 90, 0)
  848. Part55.Color = Color3.new(0.960784, 0.803922, 0.188235)
  849. Part55.Size = Vector3.new(1, 1.20000005, 7)
  850. Part55.Anchored = true
  851. Part55.BrickColor = BrickColor.new("Bright yellow")
  852. Part55.CanCollide = false
  853. Part55.brickColor = BrickColor.new("Bright yellow")
  854. Part56.Name = "Smooth Block Model"
  855. Part56.Parent = mas
  856. Part56.CFrame = CFrame.new(93.1397324, 8.60003567, -40.4404755, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  857. Part56.Position = Vector3.new(93.1397324, 8.60003567, -40.4404755)
  858. Part56.Color = Color3.new(0.960784, 0.803922, 0.188235)
  859. Part56.Size = Vector3.new(1, 12, 59)
  860. Part56.Anchored = true
  861. Part56.BrickColor = BrickColor.new("Bright yellow")
  862. Part56.brickColor = BrickColor.new("Bright yellow")
  863. Part57.Name = "Smooth Block Model"
  864. Part57.Parent = mas
  865. Part57.CFrame = CFrame.new(85.1397247, 8.60003567, -10.4404678, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  866. Part57.Position = Vector3.new(85.1397247, 8.60003567, -10.4404678)
  867. Part57.Color = Color3.new(0.960784, 0.803922, 0.188235)
  868. Part57.Size = Vector3.new(17, 12, 1)
  869. Part57.Anchored = true
  870. Part57.BrickColor = BrickColor.new("Bright yellow")
  871. Part57.brickColor = BrickColor.new("Bright yellow")
  872. Part58.Name = "Smooth Block Model"
  873. Part58.Parent = mas
  874. Part58.CFrame = CFrame.new(97.6397476, 29.6000404, -17.9404678, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  875. Part58.Orientation = Vector3.new(0, 90, 0)
  876. Part58.Position = Vector3.new(97.6397476, 29.6000404, -17.9404678)
  877. Part58.Rotation = Vector3.new(0, 90, 0)
  878. Part58.Color = Color3.new(0.105882, 0.164706, 0.207843)
  879. Part58.Size = Vector3.new(2, 1.20000005, 18)
  880. Part58.Anchored = true
  881. Part58.BrickColor = BrickColor.new("Black")
  882. Part58.brickColor = BrickColor.new("Black")
  883. Part59.Name = "Smooth Block Model"
  884. Part59.Parent = mas
  885. Part59.CFrame = CFrame.new(97.6397476, 15.8000298, -17.9404678, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  886. Part59.Position = Vector3.new(97.6397476, 15.8000298, -17.9404678)
  887. Part59.Color = Color3.new(0.105882, 0.164706, 0.207843)
  888. Part59.Size = Vector3.new(2, 26.4000015, 2)
  889. Part59.Anchored = true
  890. Part59.BrickColor = BrickColor.new("Black")
  891. Part59.brickColor = BrickColor.new("Black")
  892. Part60.Name = "Smooth Block Model"
  893. Part60.Parent = mas
  894. Part60.CFrame = CFrame.new(91.6397247, 18.2000313, -39.9404716, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  895. Part60.Orientation = Vector3.new(0, -90, 0)
  896. Part60.Position = Vector3.new(91.6397247, 18.2000313, -39.9404716)
  897. Part60.Rotation = Vector3.new(0, -90, 0)
  898. Part60.Color = Color3.new(0.768628, 0.156863, 0.109804)
  899. Part60.Size = Vector3.new(52, 4.80000019, 4)
  900. Part60.Anchored = true
  901. Part60.BrickColor = BrickColor.new("Bright red")
  902. Part60.brickColor = BrickColor.new("Bright red")
  903. SpecialMesh61.Parent = Part60
  904. SpecialMesh61.MeshType = Enum.MeshType.Wedge
  905. Model62.Name = "Chairs + Table"
  906. Model62.Parent = mas
  907. Model62.PrimaryPart = Part70
  908. Part63.Name = "Smooth Block Model"
  909. Part63.Parent = Model62
  910. Part63.CFrame = CFrame.new(81.1397324, 4.20004082, -63.4405022, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  911. Part63.Position = Vector3.new(81.1397324, 4.20004082, -63.4405022)
  912. Part63.Color = Color3.new(0.105882, 0.164706, 0.207843)
  913. Part63.Size = Vector3.new(1, 2.4000001, 1)
  914. Part63.Anchored = true
  915. Part63.BrickColor = BrickColor.new("Black")
  916. Part63.brickColor = BrickColor.new("Black")
  917. Part64.Name = "Smooth Block Model"
  918. Part64.Parent = Model62
  919. Part64.CFrame = CFrame.new(81.1397324, 7.20003891, -61.9404831, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  920. Part64.Position = Vector3.new(81.1397324, 7.20003891, -61.9404831)
  921. Part64.Color = Color3.new(0.105882, 0.164706, 0.207843)
  922. Part64.Size = Vector3.new(1, 3.60000014, 4)
  923. Part64.Anchored = true
  924. Part64.BrickColor = BrickColor.new("Black")
  925. Part64.brickColor = BrickColor.new("Black")
  926. Part65.Name = "Smooth Block Model"
  927. Part65.Parent = Model62
  928. Part65.CFrame = CFrame.new(83.1397324, 4.20004082, -60.4404984, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  929. Part65.Position = Vector3.new(83.1397324, 4.20004082, -60.4404984)
  930. Part65.Color = Color3.new(0.105882, 0.164706, 0.207843)
  931. Part65.Size = Vector3.new(1, 2.4000001, 1)
  932. Part65.Anchored = true
  933. Part65.BrickColor = BrickColor.new("Black")
  934. Part65.brickColor = BrickColor.new("Black")
  935. Part66.Name = "Smooth Block Model"
  936. Part66.Parent = Model62
  937. Part66.CFrame = CFrame.new(86.6397324, 4.80003881, -61.9404984, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  938. Part66.Position = Vector3.new(86.6397324, 4.80003881, -61.9404984)
  939. Part66.Color = Color3.new(0.105882, 0.164706, 0.207843)
  940. Part66.Size = Vector3.new(2, 3.60000014, 2)
  941. Part66.Anchored = true
  942. Part66.BrickColor = BrickColor.new("Black")
  943. Part66.brickColor = BrickColor.new("Black")
  944. Part67.Name = "Smooth Block Model"
  945. Part67.Parent = Model62
  946. Part67.CFrame = CFrame.new(83.1397247, 4.20004082, -63.4404984, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  947. Part67.Position = Vector3.new(83.1397247, 4.20004082, -63.4404984)
  948. Part67.Color = Color3.new(0.105882, 0.164706, 0.207843)
  949. Part67.Size = Vector3.new(1, 2.4000001, 1)
  950. Part67.Anchored = true
  951. Part67.BrickColor = BrickColor.new("Black")
  952. Part67.brickColor = BrickColor.new("Black")
  953. Seat68.Parent = Model62
  954. Seat68.CFrame = CFrame.new(82.6397324, 5.60004187, -61.9404831, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  955. Seat68.Orientation = Vector3.new(0, -90, 0)
  956. Seat68.Position = Vector3.new(82.6397324, 5.60004187, -61.9404831)
  957. Seat68.Rotation = Vector3.new(0, -90, 0)
  958. Seat68.Color = Color3.new(0.768628, 0.156863, 0.109804)
  959. Seat68.Size = Vector3.new(4, 0.400000006, 2)
  960. Seat68.Anchored = true
  961. Seat68.BrickColor = BrickColor.new("Bright red")
  962. Seat68.brickColor = BrickColor.new("Bright red")
  963. Seat68.FormFactor = Enum.FormFactor.Plate
  964. Seat68.formFactor = Enum.FormFactor.Plate
  965. Part69.Name = "Smooth Block Model"
  966. Part69.Parent = Model62
  967. Part69.CFrame = CFrame.new(90.1397171, 4.20004082, -60.4404831, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  968. Part69.Orientation = Vector3.new(0, 180, 0)
  969. Part69.Position = Vector3.new(90.1397171, 4.20004082, -60.4404831)
  970. Part69.Rotation = Vector3.new(-180, 0, -180)
  971. Part69.Color = Color3.new(0.105882, 0.164706, 0.207843)
  972. Part69.Size = Vector3.new(1, 2.4000001, 1)
  973. Part69.Anchored = true
  974. Part69.BrickColor = BrickColor.new("Black")
  975. Part69.brickColor = BrickColor.new("Black")
  976. Part70.Name = "Smooth Block Model"
  977. Part70.Parent = Model62
  978. Part70.CFrame = CFrame.new(86.6397324, 7.20003891, -61.9404984, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  979. Part70.Position = Vector3.new(86.6397324, 7.20003891, -61.9404984)
  980. Part70.Color = Color3.new(0.105882, 0.164706, 0.207843)
  981. Part70.Size = Vector3.new(6, 1.20000005, 6)
  982. Part70.Anchored = true
  983. Part70.BrickColor = BrickColor.new("Black")
  984. Part70.brickColor = BrickColor.new("Black")
  985. Part71.Name = "Smooth Block Model"
  986. Part71.Parent = Model62
  987. Part71.CFrame = CFrame.new(92.1397629, 4.20004082, -60.4404907, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  988. Part71.Orientation = Vector3.new(0, 180, 0)
  989. Part71.Position = Vector3.new(92.1397629, 4.20004082, -60.4404907)
  990. Part71.Rotation = Vector3.new(-180, 0, -180)
  991. Part71.Color = Color3.new(0.105882, 0.164706, 0.207843)
  992. Part71.Size = Vector3.new(1, 2.4000001, 1)
  993. Part71.Anchored = true
  994. Part71.BrickColor = BrickColor.new("Black")
  995. Part71.brickColor = BrickColor.new("Black")
  996. Seat72.Parent = Model62
  997. Seat72.CFrame = CFrame.new(90.6397095, 5.60004187, -61.9404984, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  998. Seat72.Orientation = Vector3.new(0, 90, 0)
  999. Seat72.Position = Vector3.new(90.6397095, 5.60004187, -61.9404984)
  1000. Seat72.Rotation = Vector3.new(0, 90, 0)
  1001. Seat72.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1002. Seat72.Size = Vector3.new(4, 0.400000006, 2)
  1003. Seat72.Anchored = true
  1004. Seat72.BrickColor = BrickColor.new("Bright red")
  1005. Seat72.brickColor = BrickColor.new("Bright red")
  1006. Seat72.FormFactor = Enum.FormFactor.Plate
  1007. Seat72.formFactor = Enum.FormFactor.Plate
  1008. Part73.Name = "Smooth Block Model"
  1009. Part73.Parent = Model62
  1010. Part73.CFrame = CFrame.new(90.1397324, 4.20004082, -63.4405022, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  1011. Part73.Orientation = Vector3.new(0, 180, 0)
  1012. Part73.Position = Vector3.new(90.1397324, 4.20004082, -63.4405022)
  1013. Part73.Rotation = Vector3.new(-180, 0, -180)
  1014. Part73.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1015. Part73.Size = Vector3.new(1, 2.4000001, 1)
  1016. Part73.Anchored = true
  1017. Part73.BrickColor = BrickColor.new("Black")
  1018. Part73.brickColor = BrickColor.new("Black")
  1019. Part74.Name = "Smooth Block Model"
  1020. Part74.Parent = Model62
  1021. Part74.CFrame = CFrame.new(92.1397095, 4.20004082, -63.4405022, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  1022. Part74.Orientation = Vector3.new(0, 180, 0)
  1023. Part74.Position = Vector3.new(92.1397095, 4.20004082, -63.4405022)
  1024. Part74.Rotation = Vector3.new(-180, 0, -180)
  1025. Part74.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1026. Part74.Size = Vector3.new(1, 2.4000001, 1)
  1027. Part74.Anchored = true
  1028. Part74.BrickColor = BrickColor.new("Black")
  1029. Part74.brickColor = BrickColor.new("Black")
  1030. Part75.Name = "Smooth Block Model"
  1031. Part75.Parent = Model62
  1032. Part75.CFrame = CFrame.new(92.1397247, 7.20003891, -61.9405251, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  1033. Part75.Orientation = Vector3.new(0, 180, 0)
  1034. Part75.Position = Vector3.new(92.1397247, 7.20003891, -61.9405251)
  1035. Part75.Rotation = Vector3.new(-180, 0, -180)
  1036. Part75.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1037. Part75.Size = Vector3.new(1, 3.60000014, 4)
  1038. Part75.Anchored = true
  1039. Part75.BrickColor = BrickColor.new("Black")
  1040. Part75.brickColor = BrickColor.new("Black")
  1041. Part76.Name = "Smooth Block Model"
  1042. Part76.Parent = mas
  1043. Part76.CFrame = CFrame.new(72.1397247, 13.4000282, -10.4404678, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1044. Part76.Position = Vector3.new(72.1397247, 13.4000282, -10.4404678)
  1045. Part76.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1046. Part76.Size = Vector3.new(9, 2.4000001, 1)
  1047. Part76.Anchored = true
  1048. Part76.BrickColor = BrickColor.new("Bright yellow")
  1049. Part76.brickColor = BrickColor.new("Bright yellow")
  1050. Model77.Parent = mas
  1051. Model77.PrimaryPart = Part87
  1052. Part78.Name = "Smooth Block Model"
  1053. Part78.Parent = Model77
  1054. Part78.CFrame = CFrame.new(79.1397324, 4.20004082, -29.4404831, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1055. Part78.Position = Vector3.new(79.1397324, 4.20004082, -29.4404831)
  1056. Part78.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1057. Part78.Size = Vector3.new(1, 2.4000001, 1)
  1058. Part78.Anchored = true
  1059. Part78.BrickColor = BrickColor.new("Black")
  1060. Part78.brickColor = BrickColor.new("Black")
  1061. Model79.Parent = Model77
  1062. Model79.PrimaryPart = Part87
  1063. Part80.Name = "Smooth Block Model"
  1064. Part80.Parent = Model79
  1065. Part80.CFrame = CFrame.new(79.1397247, 4.20004082, -32.4404564, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1066. Part80.Position = Vector3.new(79.1397247, 4.20004082, -32.4404564)
  1067. Part80.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1068. Part80.Size = Vector3.new(1, 2.4000001, 1)
  1069. Part80.Anchored = true
  1070. Part80.BrickColor = BrickColor.new("Black")
  1071. Part80.brickColor = BrickColor.new("Black")
  1072. Part81.Name = "Smooth Block Model"
  1073. Part81.Parent = Model79
  1074. Part81.CFrame = CFrame.new(79.1397324, 7.20003891, -30.9404869, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1075. Part81.Position = Vector3.new(79.1397324, 7.20003891, -30.9404869)
  1076. Part81.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1077. Part81.Size = Vector3.new(1, 3.60000014, 4)
  1078. Part81.Anchored = true
  1079. Part81.BrickColor = BrickColor.new("Black")
  1080. Part81.brickColor = BrickColor.new("Black")
  1081. Part82.Name = "Smooth Block Model"
  1082. Part82.Parent = Model79
  1083. Part82.CFrame = CFrame.new(81.1397247, 4.20004082, -29.4404697, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1084. Part82.Position = Vector3.new(81.1397247, 4.20004082, -29.4404697)
  1085. Part82.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1086. Part82.Size = Vector3.new(1, 2.4000001, 1)
  1087. Part82.Anchored = true
  1088. Part82.BrickColor = BrickColor.new("Black")
  1089. Part82.brickColor = BrickColor.new("Black")
  1090. Part83.Name = "Smooth Block Model"
  1091. Part83.Parent = Model79
  1092. Part83.CFrame = CFrame.new(84.6397324, 4.80003881, -30.9404907, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1093. Part83.Position = Vector3.new(84.6397324, 4.80003881, -30.9404907)
  1094. Part83.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1095. Part83.Size = Vector3.new(2, 3.60000014, 2)
  1096. Part83.Anchored = true
  1097. Part83.BrickColor = BrickColor.new("Black")
  1098. Part83.brickColor = BrickColor.new("Black")
  1099. Part84.Name = "Smooth Block Model"
  1100. Part84.Parent = Model79
  1101. Part84.CFrame = CFrame.new(81.1397247, 4.20004082, -32.4404831, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1102. Part84.Position = Vector3.new(81.1397247, 4.20004082, -32.4404831)
  1103. Part84.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1104. Part84.Size = Vector3.new(1, 2.4000001, 1)
  1105. Part84.Anchored = true
  1106. Part84.BrickColor = BrickColor.new("Black")
  1107. Part84.brickColor = BrickColor.new("Black")
  1108. Seat85.Parent = Model79
  1109. Seat85.CFrame = CFrame.new(80.6397247, 5.60004187, -30.9404831, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1110. Seat85.Orientation = Vector3.new(0, -90, 0)
  1111. Seat85.Position = Vector3.new(80.6397247, 5.60004187, -30.9404831)
  1112. Seat85.Rotation = Vector3.new(0, -90, 0)
  1113. Seat85.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1114. Seat85.Size = Vector3.new(4, 0.400000006, 2)
  1115. Seat85.Anchored = true
  1116. Seat85.BrickColor = BrickColor.new("Bright red")
  1117. Seat85.brickColor = BrickColor.new("Bright red")
  1118. Seat85.FormFactor = Enum.FormFactor.Plate
  1119. Seat85.formFactor = Enum.FormFactor.Plate
  1120. Part86.Name = "Smooth Block Model"
  1121. Part86.Parent = Model79
  1122. Part86.CFrame = CFrame.new(88.1397552, 4.20004082, -29.4404736, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  1123. Part86.Orientation = Vector3.new(0, 180, 0)
  1124. Part86.Position = Vector3.new(88.1397552, 4.20004082, -29.4404736)
  1125. Part86.Rotation = Vector3.new(-180, 0, -180)
  1126. Part86.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1127. Part86.Size = Vector3.new(1, 2.4000001, 1)
  1128. Part86.Anchored = true
  1129. Part86.BrickColor = BrickColor.new("Black")
  1130. Part86.brickColor = BrickColor.new("Black")
  1131. Part87.Name = "Smooth Block Model"
  1132. Part87.Parent = Model79
  1133. Part87.CFrame = CFrame.new(84.6397324, 7.20003891, -30.9404907, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1134. Part87.Position = Vector3.new(84.6397324, 7.20003891, -30.9404907)
  1135. Part87.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1136. Part87.Size = Vector3.new(6, 1.20000005, 6)
  1137. Part87.Anchored = true
  1138. Part87.BrickColor = BrickColor.new("Black")
  1139. Part87.brickColor = BrickColor.new("Black")
  1140. Part88.Name = "Smooth Block Model"
  1141. Part88.Parent = Model79
  1142. Part88.CFrame = CFrame.new(90.1397324, 4.20004082, -29.4404793, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  1143. Part88.Orientation = Vector3.new(0, 180, 0)
  1144. Part88.Position = Vector3.new(90.1397324, 4.20004082, -29.4404793)
  1145. Part88.Rotation = Vector3.new(-180, 0, -180)
  1146. Part88.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1147. Part88.Size = Vector3.new(1, 2.4000001, 1)
  1148. Part88.Anchored = true
  1149. Part88.BrickColor = BrickColor.new("Black")
  1150. Part88.brickColor = BrickColor.new("Black")
  1151. Seat89.Parent = Model79
  1152. Seat89.CFrame = CFrame.new(88.6397629, 5.60004187, -30.9404755, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  1153. Seat89.Orientation = Vector3.new(0, 90, 0)
  1154. Seat89.Position = Vector3.new(88.6397629, 5.60004187, -30.9404755)
  1155. Seat89.Rotation = Vector3.new(0, 90, 0)
  1156. Seat89.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1157. Seat89.Size = Vector3.new(4, 0.400000006, 2)
  1158. Seat89.Anchored = true
  1159. Seat89.BrickColor = BrickColor.new("Bright red")
  1160. Seat89.brickColor = BrickColor.new("Bright red")
  1161. Seat89.FormFactor = Enum.FormFactor.Plate
  1162. Seat89.formFactor = Enum.FormFactor.Plate
  1163. Part90.Name = "Smooth Block Model"
  1164. Part90.Parent = Model79
  1165. Part90.CFrame = CFrame.new(88.1397324, 4.20004082, -32.4404678, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  1166. Part90.Orientation = Vector3.new(0, 180, 0)
  1167. Part90.Position = Vector3.new(88.1397324, 4.20004082, -32.4404678)
  1168. Part90.Rotation = Vector3.new(-180, 0, -180)
  1169. Part90.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1170. Part90.Size = Vector3.new(1, 2.4000001, 1)
  1171. Part90.Anchored = true
  1172. Part90.BrickColor = BrickColor.new("Black")
  1173. Part90.brickColor = BrickColor.new("Black")
  1174. Part91.Name = "Smooth Block Model"
  1175. Part91.Parent = Model79
  1176. Part91.CFrame = CFrame.new(90.1397171, 4.20004082, -32.4404831, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  1177. Part91.Orientation = Vector3.new(0, 180, 0)
  1178. Part91.Position = Vector3.new(90.1397171, 4.20004082, -32.4404831)
  1179. Part91.Rotation = Vector3.new(-180, 0, -180)
  1180. Part91.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1181. Part91.Size = Vector3.new(1, 2.4000001, 1)
  1182. Part91.Anchored = true
  1183. Part91.BrickColor = BrickColor.new("Black")
  1184. Part91.brickColor = BrickColor.new("Black")
  1185. Part92.Name = "Smooth Block Model"
  1186. Part92.Parent = Model79
  1187. Part92.CFrame = CFrame.new(90.1397324, 7.20003891, -30.9404926, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  1188. Part92.Orientation = Vector3.new(0, 180, 0)
  1189. Part92.Position = Vector3.new(90.1397324, 7.20003891, -30.9404926)
  1190. Part92.Rotation = Vector3.new(-180, 0, -180)
  1191. Part92.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1192. Part92.Size = Vector3.new(1, 3.60000014, 4)
  1193. Part92.Anchored = true
  1194. Part92.BrickColor = BrickColor.new("Black")
  1195. Part92.brickColor = BrickColor.new("Black")
  1196. Part93.Name = "Smooth Block Model"
  1197. Part93.Parent = mas
  1198. Part93.CFrame = CFrame.new(68.6397247, 8.60003567, -10.4404497, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1199. Part93.Position = Vector3.new(68.6397247, 8.60003567, -10.4404497)
  1200. Part93.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1201. Part93.Size = Vector3.new(2, 7.20000029, 1)
  1202. Part93.Anchored = true
  1203. Part93.BrickColor = BrickColor.new("Bright yellow")
  1204. Part93.LeftSurface = Enum.SurfaceType.Weld
  1205. Part93.brickColor = BrickColor.new("Bright yellow")
  1206. Model94.Name = "Booth"
  1207. Model94.Parent = mas
  1208. Model94.PrimaryPart = Part95
  1209. Part95.Name = "Smooth Block Model"
  1210. Part95.Parent = Model94
  1211. Part95.CFrame = CFrame.new(84.1397095, 7.20003891, -19.4404888, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1212. Part95.Position = Vector3.new(84.1397095, 7.20003891, -19.4404888)
  1213. Part95.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1214. Part95.Size = Vector3.new(7, 1.20000005, 7)
  1215. Part95.Anchored = true
  1216. Part95.BrickColor = BrickColor.new("Black")
  1217. Part95.brickColor = BrickColor.new("Black")
  1218. Part96.Name = "Smooth Block Model"
  1219. Part96.Parent = Model94
  1220. Part96.CFrame = CFrame.new(84.6397324, 4.80003881, -18.9404678, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1221. Part96.Position = Vector3.new(84.6397324, 4.80003881, -18.9404678)
  1222. Part96.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1223. Part96.Size = Vector3.new(2, 3.60000014, 2)
  1224. Part96.Anchored = true
  1225. Part96.BrickColor = BrickColor.new("Black")
  1226. Part96.brickColor = BrickColor.new("Black")
  1227. Part97.Name = "Smooth Block Model"
  1228. Part97.Parent = Model94
  1229. Part97.CFrame = CFrame.new(88.6397476, 4.20004082, -17.9404659, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1230. Part97.Position = Vector3.new(88.6397476, 4.20004082, -17.9404659)
  1231. Part97.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1232. Part97.Size = Vector3.new(2, 2.4000001, 8)
  1233. Part97.Anchored = true
  1234. Part97.BrickColor = BrickColor.new("Bright red")
  1235. Part97.brickColor = BrickColor.new("Bright red")
  1236. Part98.Name = "Smooth Block Model"
  1237. Part98.Parent = Model94
  1238. Part98.CFrame = CFrame.new(84.6397324, 4.20004082, -14.9404516, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1239. Part98.Position = Vector3.new(84.6397324, 4.20004082, -14.9404516)
  1240. Part98.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1241. Part98.Size = Vector3.new(6, 2.4000001, 2)
  1242. Part98.Anchored = true
  1243. Part98.BrickColor = BrickColor.new("Bright red")
  1244. Part98.brickColor = BrickColor.new("Bright red")
  1245. Part99.Name = "Smooth Block Model"
  1246. Part99.Parent = Model94
  1247. Part99.CFrame = CFrame.new(85.6397629, 5.4000411, -12.4404678, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1248. Part99.Position = Vector3.new(85.6397629, 5.4000411, -12.4404678)
  1249. Part99.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1250. Part99.Size = Vector3.new(8, 4.80000019, 3)
  1251. Part99.Anchored = true
  1252. Part99.BrickColor = BrickColor.new("Bright red")
  1253. Part99.brickColor = BrickColor.new("Bright red")
  1254. Seat100.Parent = Model94
  1255. Seat100.CFrame = CFrame.new(88.6397324, 5.60004187, -16.9404774, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  1256. Seat100.Orientation = Vector3.new(0, 90, 0)
  1257. Seat100.Position = Vector3.new(88.6397324, 5.60004187, -16.9404774)
  1258. Seat100.Rotation = Vector3.new(0, 90, 0)
  1259. Seat100.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1260. Seat100.Size = Vector3.new(2, 0.400000006, 2)
  1261. Seat100.Anchored = true
  1262. Seat100.BrickColor = BrickColor.new("Bright red")
  1263. Seat100.brickColor = BrickColor.new("Bright red")
  1264. Seat100.FormFactor = Enum.FormFactor.Plate
  1265. Seat100.formFactor = Enum.FormFactor.Plate
  1266. Part101.Name = "Smooth Block Model"
  1267. Part101.Parent = Model94
  1268. Part101.CFrame = CFrame.new(91.1397095, 5.4000411, -16.4404812, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1269. Part101.Position = Vector3.new(91.1397095, 5.4000411, -16.4404812)
  1270. Part101.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1271. Part101.Size = Vector3.new(3, 4.80000019, 11)
  1272. Part101.Anchored = true
  1273. Part101.BrickColor = BrickColor.new("Bright red")
  1274. Part101.brickColor = BrickColor.new("Bright red")
  1275. Seat102.Parent = Model94
  1276. Seat102.CFrame = CFrame.new(88.6397324, 5.60004187, -19.940464, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  1277. Seat102.Orientation = Vector3.new(0, 90, 0)
  1278. Seat102.Position = Vector3.new(88.6397324, 5.60004187, -19.940464)
  1279. Seat102.Rotation = Vector3.new(0, 90, 0)
  1280. Seat102.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1281. Seat102.Size = Vector3.new(2, 0.400000006, 2)
  1282. Seat102.Anchored = true
  1283. Seat102.BrickColor = BrickColor.new("Bright red")
  1284. Seat102.brickColor = BrickColor.new("Bright red")
  1285. Seat102.FormFactor = Enum.FormFactor.Plate
  1286. Seat102.formFactor = Enum.FormFactor.Plate
  1287. Seat103.Parent = Model94
  1288. Seat103.CFrame = CFrame.new(83.6397324, 5.60004187, -14.9404697, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1289. Seat103.Position = Vector3.new(83.6397324, 5.60004187, -14.9404697)
  1290. Seat103.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1291. Seat103.Size = Vector3.new(2, 0.400000006, 2)
  1292. Seat103.Anchored = true
  1293. Seat103.BrickColor = BrickColor.new("Bright red")
  1294. Seat103.brickColor = BrickColor.new("Bright red")
  1295. Seat103.FormFactor = Enum.FormFactor.Plate
  1296. Seat103.formFactor = Enum.FormFactor.Plate
  1297. Seat104.Parent = Model94
  1298. Seat104.CFrame = CFrame.new(86.6397324, 5.60004187, -14.9404564, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1299. Seat104.Position = Vector3.new(86.6397324, 5.60004187, -14.9404564)
  1300. Seat104.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1301. Seat104.Size = Vector3.new(2, 0.400000006, 2)
  1302. Seat104.Anchored = true
  1303. Seat104.BrickColor = BrickColor.new("Bright red")
  1304. Seat104.brickColor = BrickColor.new("Bright red")
  1305. Seat104.FormFactor = Enum.FormFactor.Plate
  1306. Seat104.formFactor = Enum.FormFactor.Plate
  1307. Part105.Name = "Smooth Block Model"
  1308. Part105.Parent = mas
  1309. Part105.CFrame = CFrame.new(73.1397247, 11.600028, -10.4404736, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  1310. Part105.Orientation = Vector3.new(0, 90, 0)
  1311. Part105.Position = Vector3.new(73.1397247, 11.600028, -10.4404736)
  1312. Part105.Rotation = Vector3.new(0, 90, 0)
  1313. Part105.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1314. Part105.Size = Vector3.new(1, 1.20000005, 7)
  1315. Part105.Anchored = true
  1316. Part105.BrickColor = BrickColor.new("Bright yellow")
  1317. Part105.CanCollide = false
  1318. Part105.brickColor = BrickColor.new("Bright yellow")
  1319. Part106.Name = "Smooth Block Model"
  1320. Part106.Parent = mas
  1321. Part106.CFrame = CFrame.new(65.6397247, 18.2000313, -11.9404459, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  1322. Part106.Orientation = Vector3.new(0, 180, 0)
  1323. Part106.Position = Vector3.new(65.6397247, 18.2000313, -11.9404459)
  1324. Part106.Rotation = Vector3.new(-180, 0, -180)
  1325. Part106.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1326. Part106.Size = Vector3.new(48, 4.80000019, 4)
  1327. Part106.Anchored = true
  1328. Part106.BrickColor = BrickColor.new("Bright red")
  1329. Part106.brickColor = BrickColor.new("Bright red")
  1330. SpecialMesh107.Parent = Part106
  1331. SpecialMesh107.MeshType = Enum.MeshType.Wedge
  1332. Model108.Parent = mas
  1333. Model108.PrimaryPart = Part118
  1334. Part109.Name = "Smooth Block Model"
  1335. Part109.Parent = Model108
  1336. Part109.CFrame = CFrame.new(76.1397171, 4.20004082, -41.4404831, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  1337. Part109.Orientation = Vector3.new(0, 90, 0)
  1338. Part109.Position = Vector3.new(76.1397171, 4.20004082, -41.4404831)
  1339. Part109.Rotation = Vector3.new(0, 90, 0)
  1340. Part109.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1341. Part109.Size = Vector3.new(1, 2.4000001, 1)
  1342. Part109.Anchored = true
  1343. Part109.BrickColor = BrickColor.new("Black")
  1344. Part109.brickColor = BrickColor.new("Black")
  1345. Model110.Parent = Model108
  1346. Model110.PrimaryPart = Part118
  1347. Part111.Name = "Smooth Block Model"
  1348. Part111.Parent = Model110
  1349. Part111.CFrame = CFrame.new(73.1397018, 4.20004082, -41.4404602, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  1350. Part111.Orientation = Vector3.new(0, 90, 0)
  1351. Part111.Position = Vector3.new(73.1397018, 4.20004082, -41.4404602)
  1352. Part111.Rotation = Vector3.new(0, 90, 0)
  1353. Part111.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1354. Part111.Size = Vector3.new(1, 2.4000001, 1)
  1355. Part111.Anchored = true
  1356. Part111.BrickColor = BrickColor.new("Black")
  1357. Part111.brickColor = BrickColor.new("Black")
  1358. Part112.Name = "Smooth Block Model"
  1359. Part112.Parent = Model110
  1360. Part112.CFrame = CFrame.new(74.6397476, 7.20003891, -41.4404907, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  1361. Part112.Orientation = Vector3.new(0, 90, 0)
  1362. Part112.Position = Vector3.new(74.6397476, 7.20003891, -41.4404907)
  1363. Part112.Rotation = Vector3.new(0, 90, 0)
  1364. Part112.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1365. Part112.Size = Vector3.new(1, 3.60000014, 4)
  1366. Part112.Anchored = true
  1367. Part112.BrickColor = BrickColor.new("Black")
  1368. Part112.brickColor = BrickColor.new("Black")
  1369. Part113.Name = "Smooth Block Model"
  1370. Part113.Parent = Model110
  1371. Part113.CFrame = CFrame.new(76.1397324, 4.20004082, -43.4404907, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  1372. Part113.Orientation = Vector3.new(0, 90, 0)
  1373. Part113.Position = Vector3.new(76.1397324, 4.20004082, -43.4404907)
  1374. Part113.Rotation = Vector3.new(0, 90, 0)
  1375. Part113.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1376. Part113.Size = Vector3.new(1, 2.4000001, 1)
  1377. Part113.Anchored = true
  1378. Part113.BrickColor = BrickColor.new("Black")
  1379. Part113.brickColor = BrickColor.new("Black")
  1380. Part114.Name = "Smooth Block Model"
  1381. Part114.Parent = Model110
  1382. Part114.CFrame = CFrame.new(74.6397247, 4.80003881, -46.9404831, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  1383. Part114.Orientation = Vector3.new(0, 90, 0)
  1384. Part114.Position = Vector3.new(74.6397247, 4.80003881, -46.9404831)
  1385. Part114.Rotation = Vector3.new(0, 90, 0)
  1386. Part114.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1387. Part114.Size = Vector3.new(2, 3.60000014, 2)
  1388. Part114.Anchored = true
  1389. Part114.BrickColor = BrickColor.new("Black")
  1390. Part114.brickColor = BrickColor.new("Black")
  1391. Part115.Name = "Smooth Block Model"
  1392. Part115.Parent = Model110
  1393. Part115.CFrame = CFrame.new(73.1397629, 4.20004082, -43.4404831, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  1394. Part115.Orientation = Vector3.new(0, 90, 0)
  1395. Part115.Position = Vector3.new(73.1397629, 4.20004082, -43.4404831)
  1396. Part115.Rotation = Vector3.new(0, 90, 0)
  1397. Part115.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1398. Part115.Size = Vector3.new(1, 2.4000001, 1)
  1399. Part115.Anchored = true
  1400. Part115.BrickColor = BrickColor.new("Black")
  1401. Part115.brickColor = BrickColor.new("Black")
  1402. Seat116.Parent = Model110
  1403. Seat116.CFrame = CFrame.new(74.6397247, 5.60004187, -42.9404678, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1404. Seat116.Position = Vector3.new(74.6397247, 5.60004187, -42.9404678)
  1405. Seat116.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1406. Seat116.Size = Vector3.new(4, 0.400000006, 2)
  1407. Seat116.Anchored = true
  1408. Seat116.BrickColor = BrickColor.new("Bright red")
  1409. Seat116.brickColor = BrickColor.new("Bright red")
  1410. Seat116.FormFactor = Enum.FormFactor.Plate
  1411. Seat116.formFactor = Enum.FormFactor.Plate
  1412. Part117.Name = "Smooth Block Model"
  1413. Part117.Parent = Model110
  1414. Part117.CFrame = CFrame.new(76.1396942, 4.20004082, -50.4404678, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1415. Part117.Orientation = Vector3.new(0, -90, 0)
  1416. Part117.Position = Vector3.new(76.1396942, 4.20004082, -50.4404678)
  1417. Part117.Rotation = Vector3.new(0, -90, 0)
  1418. Part117.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1419. Part117.Size = Vector3.new(1, 2.4000001, 1)
  1420. Part117.Anchored = true
  1421. Part117.BrickColor = BrickColor.new("Black")
  1422. Part117.brickColor = BrickColor.new("Black")
  1423. Part118.Name = "Smooth Block Model"
  1424. Part118.Parent = Model110
  1425. Part118.CFrame = CFrame.new(74.6397247, 7.20003891, -46.9404831, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  1426. Part118.Orientation = Vector3.new(0, 90, 0)
  1427. Part118.Position = Vector3.new(74.6397247, 7.20003891, -46.9404831)
  1428. Part118.Rotation = Vector3.new(0, 90, 0)
  1429. Part118.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1430. Part118.Size = Vector3.new(6, 1.20000005, 6)
  1431. Part118.Anchored = true
  1432. Part118.BrickColor = BrickColor.new("Black")
  1433. Part118.brickColor = BrickColor.new("Black")
  1434. Part119.Name = "Smooth Block Model"
  1435. Part119.Parent = Model110
  1436. Part119.CFrame = CFrame.new(76.1397552, 4.20004082, -52.4404869, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1437. Part119.Orientation = Vector3.new(0, -90, 0)
  1438. Part119.Position = Vector3.new(76.1397552, 4.20004082, -52.4404869)
  1439. Part119.Rotation = Vector3.new(0, -90, 0)
  1440. Part119.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1441. Part119.Size = Vector3.new(1, 2.4000001, 1)
  1442. Part119.Anchored = true
  1443. Part119.BrickColor = BrickColor.new("Black")
  1444. Part119.brickColor = BrickColor.new("Black")
  1445. Seat120.Parent = Model110
  1446. Seat120.CFrame = CFrame.new(74.6396942, 5.60004187, -50.9404564, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  1447. Seat120.Orientation = Vector3.new(0, 180, 0)
  1448. Seat120.Position = Vector3.new(74.6396942, 5.60004187, -50.9404564)
  1449. Seat120.Rotation = Vector3.new(-180, 0, -180)
  1450. Seat120.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1451. Seat120.Size = Vector3.new(4, 0.400000006, 2)
  1452. Seat120.Anchored = true
  1453. Seat120.BrickColor = BrickColor.new("Bright red")
  1454. Seat120.brickColor = BrickColor.new("Bright red")
  1455. Seat120.FormFactor = Enum.FormFactor.Plate
  1456. Seat120.formFactor = Enum.FormFactor.Plate
  1457. Part121.Name = "Smooth Block Model"
  1458. Part121.Parent = Model110
  1459. Part121.CFrame = CFrame.new(73.1397171, 4.20004082, -50.4404716, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1460. Part121.Orientation = Vector3.new(0, -90, 0)
  1461. Part121.Position = Vector3.new(73.1397171, 4.20004082, -50.4404716)
  1462. Part121.Rotation = Vector3.new(0, -90, 0)
  1463. Part121.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1464. Part121.Size = Vector3.new(1, 2.4000001, 1)
  1465. Part121.Anchored = true
  1466. Part121.BrickColor = BrickColor.new("Black")
  1467. Part121.brickColor = BrickColor.new("Black")
  1468. Part122.Name = "Smooth Block Model"
  1469. Part122.Parent = Model110
  1470. Part122.CFrame = CFrame.new(73.1397247, 4.20004082, -52.4404831, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1471. Part122.Orientation = Vector3.new(0, -90, 0)
  1472. Part122.Position = Vector3.new(73.1397247, 4.20004082, -52.4404831)
  1473. Part122.Rotation = Vector3.new(0, -90, 0)
  1474. Part122.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1475. Part122.Size = Vector3.new(1, 2.4000001, 1)
  1476. Part122.Anchored = true
  1477. Part122.BrickColor = BrickColor.new("Black")
  1478. Part122.brickColor = BrickColor.new("Black")
  1479. Part123.Name = "Smooth Block Model"
  1480. Part123.Parent = Model110
  1481. Part123.CFrame = CFrame.new(74.6397324, 7.20003891, -52.4404831, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1482. Part123.Orientation = Vector3.new(0, -90, 0)
  1483. Part123.Position = Vector3.new(74.6397324, 7.20003891, -52.4404831)
  1484. Part123.Rotation = Vector3.new(0, -90, 0)
  1485. Part123.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1486. Part123.Size = Vector3.new(1, 3.60000014, 4)
  1487. Part123.Anchored = true
  1488. Part123.BrickColor = BrickColor.new("Black")
  1489. Part123.brickColor = BrickColor.new("Black")
  1490. Model124.Parent = mas
  1491. Model124.PrimaryPart = Part134
  1492. Part125.Name = "Smooth Block Model"
  1493. Part125.Parent = Model124
  1494. Part125.CFrame = CFrame.new(76.1397476, 4.20004082, -57.4404907, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  1495. Part125.Orientation = Vector3.new(0, 90, 0)
  1496. Part125.Position = Vector3.new(76.1397476, 4.20004082, -57.4404907)
  1497. Part125.Rotation = Vector3.new(0, 90, 0)
  1498. Part125.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1499. Part125.Size = Vector3.new(1, 2.4000001, 1)
  1500. Part125.Anchored = true
  1501. Part125.BrickColor = BrickColor.new("Black")
  1502. Part125.brickColor = BrickColor.new("Black")
  1503. Model126.Parent = Model124
  1504. Model126.PrimaryPart = Part134
  1505. Part127.Name = "Smooth Block Model"
  1506. Part127.Parent = Model126
  1507. Part127.CFrame = CFrame.new(73.1397095, 4.20004082, -57.4404678, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  1508. Part127.Orientation = Vector3.new(0, 90, 0)
  1509. Part127.Position = Vector3.new(73.1397095, 4.20004082, -57.4404678)
  1510. Part127.Rotation = Vector3.new(0, 90, 0)
  1511. Part127.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1512. Part127.Size = Vector3.new(1, 2.4000001, 1)
  1513. Part127.Anchored = true
  1514. Part127.BrickColor = BrickColor.new("Black")
  1515. Part127.brickColor = BrickColor.new("Black")
  1516. Part128.Name = "Smooth Block Model"
  1517. Part128.Parent = Model126
  1518. Part128.CFrame = CFrame.new(74.6397095, 7.20003891, -57.4404755, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  1519. Part128.Orientation = Vector3.new(0, 90, 0)
  1520. Part128.Position = Vector3.new(74.6397095, 7.20003891, -57.4404755)
  1521. Part128.Rotation = Vector3.new(0, 90, 0)
  1522. Part128.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1523. Part128.Size = Vector3.new(1, 3.60000014, 4)
  1524. Part128.Anchored = true
  1525. Part128.BrickColor = BrickColor.new("Black")
  1526. Part128.brickColor = BrickColor.new("Black")
  1527. Part129.Name = "Smooth Block Model"
  1528. Part129.Parent = Model126
  1529. Part129.CFrame = CFrame.new(76.1397629, 4.20004082, -59.4404907, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  1530. Part129.Orientation = Vector3.new(0, 90, 0)
  1531. Part129.Position = Vector3.new(76.1397629, 4.20004082, -59.4404907)
  1532. Part129.Rotation = Vector3.new(0, 90, 0)
  1533. Part129.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1534. Part129.Size = Vector3.new(1, 2.4000001, 1)
  1535. Part129.Anchored = true
  1536. Part129.BrickColor = BrickColor.new("Black")
  1537. Part129.brickColor = BrickColor.new("Black")
  1538. Part130.Name = "Smooth Block Model"
  1539. Part130.Parent = Model126
  1540. Part130.CFrame = CFrame.new(74.6397324, 4.80003881, -62.9404907, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  1541. Part130.Orientation = Vector3.new(0, 90, 0)
  1542. Part130.Position = Vector3.new(74.6397324, 4.80003881, -62.9404907)
  1543. Part130.Rotation = Vector3.new(0, 90, 0)
  1544. Part130.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1545. Part130.Size = Vector3.new(2, 3.60000014, 2)
  1546. Part130.Anchored = true
  1547. Part130.BrickColor = BrickColor.new("Black")
  1548. Part130.brickColor = BrickColor.new("Black")
  1549. Part131.Name = "Smooth Block Model"
  1550. Part131.Parent = Model126
  1551. Part131.CFrame = CFrame.new(73.1397095, 4.20004082, -59.4404907, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  1552. Part131.Orientation = Vector3.new(0, 90, 0)
  1553. Part131.Position = Vector3.new(73.1397095, 4.20004082, -59.4404907)
  1554. Part131.Rotation = Vector3.new(0, 90, 0)
  1555. Part131.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1556. Part131.Size = Vector3.new(1, 2.4000001, 1)
  1557. Part131.Anchored = true
  1558. Part131.BrickColor = BrickColor.new("Black")
  1559. Part131.brickColor = BrickColor.new("Black")
  1560. Seat132.Parent = Model126
  1561. Seat132.CFrame = CFrame.new(74.6397476, 5.60004187, -58.9404907, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1562. Seat132.Position = Vector3.new(74.6397476, 5.60004187, -58.9404907)
  1563. Seat132.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1564. Seat132.Size = Vector3.new(4, 0.400000006, 2)
  1565. Seat132.Anchored = true
  1566. Seat132.BrickColor = BrickColor.new("Bright red")
  1567. Seat132.brickColor = BrickColor.new("Bright red")
  1568. Seat132.FormFactor = Enum.FormFactor.Plate
  1569. Seat132.formFactor = Enum.FormFactor.Plate
  1570. Part133.Name = "Smooth Block Model"
  1571. Part133.Parent = Model126
  1572. Part133.CFrame = CFrame.new(76.1397324, 4.20004082, -66.440506, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1573. Part133.Orientation = Vector3.new(0, -90, 0)
  1574. Part133.Position = Vector3.new(76.1397324, 4.20004082, -66.440506)
  1575. Part133.Rotation = Vector3.new(0, -90, 0)
  1576. Part133.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1577. Part133.Size = Vector3.new(1, 2.4000001, 1)
  1578. Part133.Anchored = true
  1579. Part133.BrickColor = BrickColor.new("Black")
  1580. Part133.brickColor = BrickColor.new("Black")
  1581. Part134.Name = "Smooth Block Model"
  1582. Part134.Parent = Model126
  1583. Part134.CFrame = CFrame.new(74.6397324, 7.20003891, -62.9404907, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  1584. Part134.Orientation = Vector3.new(0, 90, 0)
  1585. Part134.Position = Vector3.new(74.6397324, 7.20003891, -62.9404907)
  1586. Part134.Rotation = Vector3.new(0, 90, 0)
  1587. Part134.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1588. Part134.Size = Vector3.new(6, 1.20000005, 6)
  1589. Part134.Anchored = true
  1590. Part134.BrickColor = BrickColor.new("Black")
  1591. Part134.brickColor = BrickColor.new("Black")
  1592. Part135.Name = "Smooth Block Model"
  1593. Part135.Parent = Model126
  1594. Part135.CFrame = CFrame.new(76.1397324, 4.20004082, -68.440506, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1595. Part135.Orientation = Vector3.new(0, -90, 0)
  1596. Part135.Position = Vector3.new(76.1397324, 4.20004082, -68.440506)
  1597. Part135.Rotation = Vector3.new(0, -90, 0)
  1598. Part135.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1599. Part135.Size = Vector3.new(1, 2.4000001, 1)
  1600. Part135.Anchored = true
  1601. Part135.BrickColor = BrickColor.new("Black")
  1602. Part135.brickColor = BrickColor.new("Black")
  1603. Seat136.Parent = Model126
  1604. Seat136.CFrame = CFrame.new(74.6396942, 5.60004187, -66.9404755, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  1605. Seat136.Orientation = Vector3.new(0, 180, 0)
  1606. Seat136.Position = Vector3.new(74.6396942, 5.60004187, -66.9404755)
  1607. Seat136.Rotation = Vector3.new(-180, 0, -180)
  1608. Seat136.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1609. Seat136.Size = Vector3.new(4, 0.400000006, 2)
  1610. Seat136.Anchored = true
  1611. Seat136.BrickColor = BrickColor.new("Bright red")
  1612. Seat136.brickColor = BrickColor.new("Bright red")
  1613. Seat136.FormFactor = Enum.FormFactor.Plate
  1614. Seat136.formFactor = Enum.FormFactor.Plate
  1615. Part137.Name = "Smooth Block Model"
  1616. Part137.Parent = Model126
  1617. Part137.CFrame = CFrame.new(73.1397324, 4.20004082, -66.4404907, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1618. Part137.Orientation = Vector3.new(0, -90, 0)
  1619. Part137.Position = Vector3.new(73.1397324, 4.20004082, -66.4404907)
  1620. Part137.Rotation = Vector3.new(0, -90, 0)
  1621. Part137.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1622. Part137.Size = Vector3.new(1, 2.4000001, 1)
  1623. Part137.Anchored = true
  1624. Part137.BrickColor = BrickColor.new("Black")
  1625. Part137.brickColor = BrickColor.new("Black")
  1626. Part138.Name = "Smooth Block Model"
  1627. Part138.Parent = Model126
  1628. Part138.CFrame = CFrame.new(73.1397247, 4.20004082, -68.4404984, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1629. Part138.Orientation = Vector3.new(0, -90, 0)
  1630. Part138.Position = Vector3.new(73.1397247, 4.20004082, -68.4404984)
  1631. Part138.Rotation = Vector3.new(0, -90, 0)
  1632. Part138.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1633. Part138.Size = Vector3.new(1, 2.4000001, 1)
  1634. Part138.Anchored = true
  1635. Part138.BrickColor = BrickColor.new("Black")
  1636. Part138.brickColor = BrickColor.new("Black")
  1637. Part139.Name = "Smooth Block Model"
  1638. Part139.Parent = Model126
  1639. Part139.CFrame = CFrame.new(74.6397324, 7.20003891, -68.4404755, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1640. Part139.Orientation = Vector3.new(0, -90, 0)
  1641. Part139.Position = Vector3.new(74.6397324, 7.20003891, -68.4404755)
  1642. Part139.Rotation = Vector3.new(0, -90, 0)
  1643. Part139.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1644. Part139.Size = Vector3.new(1, 3.60000014, 4)
  1645. Part139.Anchored = true
  1646. Part139.BrickColor = BrickColor.new("Black")
  1647. Part139.brickColor = BrickColor.new("Black")
  1648. Model140.Parent = mas
  1649. Model140.PrimaryPart = Part150
  1650. Part141.Name = "Smooth Block Model"
  1651. Part141.Parent = Model140
  1652. Part141.CFrame = CFrame.new(56.1397324, 4.20004082, -13.4404535, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1653. Part141.Position = Vector3.new(56.1397324, 4.20004082, -13.4404535)
  1654. Part141.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1655. Part141.Size = Vector3.new(1, 2.4000001, 1)
  1656. Part141.Anchored = true
  1657. Part141.BrickColor = BrickColor.new("Black")
  1658. Part141.brickColor = BrickColor.new("Black")
  1659. Model142.Parent = Model140
  1660. Model142.PrimaryPart = Part150
  1661. Part143.Name = "Smooth Block Model"
  1662. Part143.Parent = Model142
  1663. Part143.CFrame = CFrame.new(56.1397324, 4.20004082, -16.4404545, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1664. Part143.Position = Vector3.new(56.1397324, 4.20004082, -16.4404545)
  1665. Part143.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1666. Part143.Size = Vector3.new(1, 2.4000001, 1)
  1667. Part143.Anchored = true
  1668. Part143.BrickColor = BrickColor.new("Black")
  1669. Part143.brickColor = BrickColor.new("Black")
  1670. Part144.Name = "Smooth Block Model"
  1671. Part144.Parent = Model142
  1672. Part144.CFrame = CFrame.new(56.1397209, 7.20003891, -14.9404564, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1673. Part144.Position = Vector3.new(56.1397209, 7.20003891, -14.9404564)
  1674. Part144.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1675. Part144.Size = Vector3.new(1, 3.60000014, 4)
  1676. Part144.Anchored = true
  1677. Part144.BrickColor = BrickColor.new("Black")
  1678. Part144.brickColor = BrickColor.new("Black")
  1679. Part145.Name = "Smooth Block Model"
  1680. Part145.Parent = Model142
  1681. Part145.CFrame = CFrame.new(58.1397514, 4.20004082, -13.4404535, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1682. Part145.Position = Vector3.new(58.1397514, 4.20004082, -13.4404535)
  1683. Part145.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1684. Part145.Size = Vector3.new(1, 2.4000001, 1)
  1685. Part145.Anchored = true
  1686. Part145.BrickColor = BrickColor.new("Black")
  1687. Part145.brickColor = BrickColor.new("Black")
  1688. Part146.Name = "Smooth Block Model"
  1689. Part146.Parent = Model142
  1690. Part146.CFrame = CFrame.new(61.6397324, 4.80003881, -14.9404583, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1691. Part146.Position = Vector3.new(61.6397324, 4.80003881, -14.9404583)
  1692. Part146.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1693. Part146.Size = Vector3.new(2, 3.60000014, 2)
  1694. Part146.Anchored = true
  1695. Part146.BrickColor = BrickColor.new("Black")
  1696. Part146.brickColor = BrickColor.new("Black")
  1697. Part147.Name = "Smooth Block Model"
  1698. Part147.Parent = Model142
  1699. Part147.CFrame = CFrame.new(58.13974, 4.20004082, -16.4404583, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1700. Part147.Position = Vector3.new(58.13974, 4.20004082, -16.4404583)
  1701. Part147.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1702. Part147.Size = Vector3.new(1, 2.4000001, 1)
  1703. Part147.Anchored = true
  1704. Part147.BrickColor = BrickColor.new("Black")
  1705. Part147.brickColor = BrickColor.new("Black")
  1706. Seat148.Parent = Model142
  1707. Seat148.CFrame = CFrame.new(57.6397514, 5.60004187, -14.9404535, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1708. Seat148.Orientation = Vector3.new(0, -90, 0)
  1709. Seat148.Position = Vector3.new(57.6397514, 5.60004187, -14.9404535)
  1710. Seat148.Rotation = Vector3.new(0, -90, 0)
  1711. Seat148.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1712. Seat148.Size = Vector3.new(4, 0.400000006, 2)
  1713. Seat148.Anchored = true
  1714. Seat148.BrickColor = BrickColor.new("Bright red")
  1715. Seat148.brickColor = BrickColor.new("Bright red")
  1716. Seat148.FormFactor = Enum.FormFactor.Plate
  1717. Seat148.formFactor = Enum.FormFactor.Plate
  1718. Part149.Name = "Smooth Block Model"
  1719. Part149.Parent = Model142
  1720. Part149.CFrame = CFrame.new(65.1397324, 4.20004082, -13.4404535, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  1721. Part149.Orientation = Vector3.new(0, 180, 0)
  1722. Part149.Position = Vector3.new(65.1397324, 4.20004082, -13.4404535)
  1723. Part149.Rotation = Vector3.new(-180, 0, -180)
  1724. Part149.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1725. Part149.Size = Vector3.new(1, 2.4000001, 1)
  1726. Part149.Anchored = true
  1727. Part149.BrickColor = BrickColor.new("Black")
  1728. Part149.brickColor = BrickColor.new("Black")
  1729. Part150.Name = "Smooth Block Model"
  1730. Part150.Parent = Model142
  1731. Part150.CFrame = CFrame.new(61.6397324, 7.20003891, -14.9404583, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1732. Part150.Position = Vector3.new(61.6397324, 7.20003891, -14.9404583)
  1733. Part150.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1734. Part150.Size = Vector3.new(6, 1.20000005, 6)
  1735. Part150.Anchored = true
  1736. Part150.BrickColor = BrickColor.new("Black")
  1737. Part150.brickColor = BrickColor.new("Black")
  1738. Part151.Name = "Smooth Block Model"
  1739. Part151.Parent = Model142
  1740. Part151.CFrame = CFrame.new(67.1397247, 4.20004082, -13.4404583, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  1741. Part151.Orientation = Vector3.new(0, 180, 0)
  1742. Part151.Position = Vector3.new(67.1397247, 4.20004082, -13.4404583)
  1743. Part151.Rotation = Vector3.new(-180, 0, -180)
  1744. Part151.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1745. Part151.Size = Vector3.new(1, 2.4000001, 1)
  1746. Part151.Anchored = true
  1747. Part151.BrickColor = BrickColor.new("Black")
  1748. Part151.brickColor = BrickColor.new("Black")
  1749. Seat152.Parent = Model142
  1750. Seat152.CFrame = CFrame.new(65.6397324, 5.60004187, -14.9404516, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  1751. Seat152.Orientation = Vector3.new(0, 90, 0)
  1752. Seat152.Position = Vector3.new(65.6397324, 5.60004187, -14.9404516)
  1753. Seat152.Rotation = Vector3.new(0, 90, 0)
  1754. Seat152.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1755. Seat152.Size = Vector3.new(4, 0.400000006, 2)
  1756. Seat152.Anchored = true
  1757. Seat152.BrickColor = BrickColor.new("Bright red")
  1758. Seat152.brickColor = BrickColor.new("Bright red")
  1759. Seat152.FormFactor = Enum.FormFactor.Plate
  1760. Seat152.formFactor = Enum.FormFactor.Plate
  1761. Part153.Name = "Smooth Block Model"
  1762. Part153.Parent = Model142
  1763. Part153.CFrame = CFrame.new(65.1397552, 4.20004082, -16.4404583, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  1764. Part153.Orientation = Vector3.new(0, 180, 0)
  1765. Part153.Position = Vector3.new(65.1397552, 4.20004082, -16.4404583)
  1766. Part153.Rotation = Vector3.new(-180, 0, -180)
  1767. Part153.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1768. Part153.Size = Vector3.new(1, 2.4000001, 1)
  1769. Part153.Anchored = true
  1770. Part153.BrickColor = BrickColor.new("Black")
  1771. Part153.brickColor = BrickColor.new("Black")
  1772. Part154.Name = "Smooth Block Model"
  1773. Part154.Parent = Model142
  1774. Part154.CFrame = CFrame.new(67.1397324, 4.20004082, -16.440464, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  1775. Part154.Orientation = Vector3.new(0, 180, 0)
  1776. Part154.Position = Vector3.new(67.1397324, 4.20004082, -16.440464)
  1777. Part154.Rotation = Vector3.new(-180, 0, -180)
  1778. Part154.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1779. Part154.Size = Vector3.new(1, 2.4000001, 1)
  1780. Part154.Anchored = true
  1781. Part154.BrickColor = BrickColor.new("Black")
  1782. Part154.brickColor = BrickColor.new("Black")
  1783. Part155.Name = "Smooth Block Model"
  1784. Part155.Parent = Model142
  1785. Part155.CFrame = CFrame.new(67.1397247, 7.20003891, -14.9404602, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  1786. Part155.Orientation = Vector3.new(0, 180, 0)
  1787. Part155.Position = Vector3.new(67.1397247, 7.20003891, -14.9404602)
  1788. Part155.Rotation = Vector3.new(-180, 0, -180)
  1789. Part155.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1790. Part155.Size = Vector3.new(1, 3.60000014, 4)
  1791. Part155.Anchored = true
  1792. Part155.BrickColor = BrickColor.new("Black")
  1793. Part155.brickColor = BrickColor.new("Black")
  1794. Part156.Name = "Smooth Block Model"
  1795. Part156.Parent = mas
  1796. Part156.CFrame = CFrame.new(57.6397514, 12.8000298, -10.4404764, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1797. Part156.Position = Vector3.new(57.6397514, 12.8000298, -10.4404764)
  1798. Part156.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1799. Part156.Size = Vector3.new(20, 3.60000014, 1)
  1800. Part156.Anchored = true
  1801. Part156.BrickColor = BrickColor.new("Bright yellow")
  1802. Part156.brickColor = BrickColor.new("Bright yellow")
  1803. Part157.Name = "Smooth Block Model"
  1804. Part157.Parent = mas
  1805. Part157.CFrame = CFrame.new(81.1397324, 4.20004082, -60.4404716, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1806. Part157.Position = Vector3.new(81.1397324, 4.20004082, -60.4404716)
  1807. Part157.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1808. Part157.Size = Vector3.new(1, 2.4000001, 1)
  1809. Part157.Anchored = true
  1810. Part157.BrickColor = BrickColor.new("Black")
  1811. Part157.brickColor = BrickColor.new("Black")
  1812. Part158.Name = "Smooth Block Model"
  1813. Part158.Parent = mas
  1814. Part158.CFrame = CFrame.new(81.1397095, 4.20004082, -51.4404831, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1815. Part158.Position = Vector3.new(81.1397095, 4.20004082, -51.4404831)
  1816. Part158.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1817. Part158.Size = Vector3.new(1, 2.4000001, 1)
  1818. Part158.Anchored = true
  1819. Part158.BrickColor = BrickColor.new("Black")
  1820. Part158.brickColor = BrickColor.new("Black")
  1821. Part159.Name = "Smooth Block Model"
  1822. Part159.Parent = mas
  1823. Part159.CFrame = CFrame.new(81.1397324, 4.20004082, -45.4404678, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1824. Part159.Position = Vector3.new(81.1397324, 4.20004082, -45.4404678)
  1825. Part159.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1826. Part159.Size = Vector3.new(1, 2.4000001, 1)
  1827. Part159.Anchored = true
  1828. Part159.BrickColor = BrickColor.new("Black")
  1829. Part159.brickColor = BrickColor.new("Black")
  1830. Model160.Name = "Chairs + Table"
  1831. Model160.Parent = mas
  1832. Model160.PrimaryPart = Part168
  1833. Part161.Name = "Smooth Block Model"
  1834. Part161.Parent = Model160
  1835. Part161.CFrame = CFrame.new(81.1397324, 4.20004082, -54.4405022, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1836. Part161.Position = Vector3.new(81.1397324, 4.20004082, -54.4405022)
  1837. Part161.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1838. Part161.Size = Vector3.new(1, 2.4000001, 1)
  1839. Part161.Anchored = true
  1840. Part161.BrickColor = BrickColor.new("Black")
  1841. Part161.brickColor = BrickColor.new("Black")
  1842. Part162.Name = "Smooth Block Model"
  1843. Part162.Parent = Model160
  1844. Part162.CFrame = CFrame.new(81.1397476, 7.20003891, -52.9404907, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1845. Part162.Position = Vector3.new(81.1397476, 7.20003891, -52.9404907)
  1846. Part162.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1847. Part162.Size = Vector3.new(1, 3.60000014, 4)
  1848. Part162.Anchored = true
  1849. Part162.BrickColor = BrickColor.new("Black")
  1850. Part162.brickColor = BrickColor.new("Black")
  1851. Part163.Name = "Smooth Block Model"
  1852. Part163.Parent = Model160
  1853. Part163.CFrame = CFrame.new(83.1397476, 4.20004082, -51.4404831, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1854. Part163.Position = Vector3.new(83.1397476, 4.20004082, -51.4404831)
  1855. Part163.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1856. Part163.Size = Vector3.new(1, 2.4000001, 1)
  1857. Part163.Anchored = true
  1858. Part163.BrickColor = BrickColor.new("Black")
  1859. Part163.brickColor = BrickColor.new("Black")
  1860. Part164.Name = "Smooth Block Model"
  1861. Part164.Parent = Model160
  1862. Part164.CFrame = CFrame.new(86.6397552, 4.80003881, -52.9404716, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1863. Part164.Position = Vector3.new(86.6397552, 4.80003881, -52.9404716)
  1864. Part164.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1865. Part164.Size = Vector3.new(2, 3.60000014, 2)
  1866. Part164.Anchored = true
  1867. Part164.BrickColor = BrickColor.new("Black")
  1868. Part164.brickColor = BrickColor.new("Black")
  1869. Part165.Name = "Smooth Block Model"
  1870. Part165.Parent = Model160
  1871. Part165.CFrame = CFrame.new(83.1397324, 4.20004082, -54.4404831, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1872. Part165.Position = Vector3.new(83.1397324, 4.20004082, -54.4404831)
  1873. Part165.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1874. Part165.Size = Vector3.new(1, 2.4000001, 1)
  1875. Part165.Anchored = true
  1876. Part165.BrickColor = BrickColor.new("Black")
  1877. Part165.brickColor = BrickColor.new("Black")
  1878. Seat166.Parent = Model160
  1879. Seat166.CFrame = CFrame.new(82.6397324, 5.60004187, -52.9404755, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1880. Seat166.Orientation = Vector3.new(0, -90, 0)
  1881. Seat166.Position = Vector3.new(82.6397324, 5.60004187, -52.9404755)
  1882. Seat166.Rotation = Vector3.new(0, -90, 0)
  1883. Seat166.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1884. Seat166.Size = Vector3.new(4, 0.400000006, 2)
  1885. Seat166.Anchored = true
  1886. Seat166.BrickColor = BrickColor.new("Bright red")
  1887. Seat166.brickColor = BrickColor.new("Bright red")
  1888. Seat166.FormFactor = Enum.FormFactor.Plate
  1889. Seat166.formFactor = Enum.FormFactor.Plate
  1890. Part167.Name = "Smooth Block Model"
  1891. Part167.Parent = Model160
  1892. Part167.CFrame = CFrame.new(90.1397247, 4.20004082, -51.4405098, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  1893. Part167.Orientation = Vector3.new(0, 180, 0)
  1894. Part167.Position = Vector3.new(90.1397247, 4.20004082, -51.4405098)
  1895. Part167.Rotation = Vector3.new(-180, 0, -180)
  1896. Part167.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1897. Part167.Size = Vector3.new(1, 2.4000001, 1)
  1898. Part167.Anchored = true
  1899. Part167.BrickColor = BrickColor.new("Black")
  1900. Part167.brickColor = BrickColor.new("Black")
  1901. Part168.Name = "Smooth Block Model"
  1902. Part168.Parent = Model160
  1903. Part168.CFrame = CFrame.new(86.6397552, 7.20003891, -52.9404716, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1904. Part168.Position = Vector3.new(86.6397552, 7.20003891, -52.9404716)
  1905. Part168.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1906. Part168.Size = Vector3.new(6, 1.20000005, 6)
  1907. Part168.Anchored = true
  1908. Part168.BrickColor = BrickColor.new("Black")
  1909. Part168.brickColor = BrickColor.new("Black")
  1910. Part169.Name = "Smooth Block Model"
  1911. Part169.Parent = Model160
  1912. Part169.CFrame = CFrame.new(92.1397324, 4.20004082, -51.4404984, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  1913. Part169.Orientation = Vector3.new(0, 180, 0)
  1914. Part169.Position = Vector3.new(92.1397324, 4.20004082, -51.4404984)
  1915. Part169.Rotation = Vector3.new(-180, 0, -180)
  1916. Part169.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1917. Part169.Size = Vector3.new(1, 2.4000001, 1)
  1918. Part169.Anchored = true
  1919. Part169.BrickColor = BrickColor.new("Black")
  1920. Part169.brickColor = BrickColor.new("Black")
  1921. Seat170.Parent = Model160
  1922. Seat170.CFrame = CFrame.new(90.6397324, 5.60004187, -52.9404755, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  1923. Seat170.Orientation = Vector3.new(0, 90, 0)
  1924. Seat170.Position = Vector3.new(90.6397324, 5.60004187, -52.9404755)
  1925. Seat170.Rotation = Vector3.new(0, 90, 0)
  1926. Seat170.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1927. Seat170.Size = Vector3.new(4, 0.400000006, 2)
  1928. Seat170.Anchored = true
  1929. Seat170.BrickColor = BrickColor.new("Bright red")
  1930. Seat170.brickColor = BrickColor.new("Bright red")
  1931. Seat170.FormFactor = Enum.FormFactor.Plate
  1932. Seat170.formFactor = Enum.FormFactor.Plate
  1933. Part171.Name = "Smooth Block Model"
  1934. Part171.Parent = Model160
  1935. Part171.CFrame = CFrame.new(90.1397552, 4.20004082, -54.4404907, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  1936. Part171.Orientation = Vector3.new(0, 180, 0)
  1937. Part171.Position = Vector3.new(90.1397552, 4.20004082, -54.4404907)
  1938. Part171.Rotation = Vector3.new(-180, 0, -180)
  1939. Part171.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1940. Part171.Size = Vector3.new(1, 2.4000001, 1)
  1941. Part171.Anchored = true
  1942. Part171.BrickColor = BrickColor.new("Black")
  1943. Part171.brickColor = BrickColor.new("Black")
  1944. Part172.Name = "Smooth Block Model"
  1945. Part172.Parent = Model160
  1946. Part172.CFrame = CFrame.new(92.1397324, 4.20004082, -54.4404755, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  1947. Part172.Orientation = Vector3.new(0, 180, 0)
  1948. Part172.Position = Vector3.new(92.1397324, 4.20004082, -54.4404755)
  1949. Part172.Rotation = Vector3.new(-180, 0, -180)
  1950. Part172.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1951. Part172.Size = Vector3.new(1, 2.4000001, 1)
  1952. Part172.Anchored = true
  1953. Part172.BrickColor = BrickColor.new("Black")
  1954. Part172.brickColor = BrickColor.new("Black")
  1955. Part173.Name = "Smooth Block Model"
  1956. Part173.Parent = Model160
  1957. Part173.CFrame = CFrame.new(92.1397324, 7.20003891, -52.9404907, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  1958. Part173.Orientation = Vector3.new(0, 180, 0)
  1959. Part173.Position = Vector3.new(92.1397324, 7.20003891, -52.9404907)
  1960. Part173.Rotation = Vector3.new(-180, 0, -180)
  1961. Part173.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1962. Part173.Size = Vector3.new(1, 3.60000014, 4)
  1963. Part173.Anchored = true
  1964. Part173.BrickColor = BrickColor.new("Black")
  1965. Part173.brickColor = BrickColor.new("Black")
  1966. Model174.Name = "Chairs + Table"
  1967. Model174.Parent = mas
  1968. Model174.PrimaryPart = Part182
  1969. Part175.Name = "Smooth Block Model"
  1970. Part175.Parent = Model174
  1971. Part175.CFrame = CFrame.new(81.1397095, 4.20004082, -48.4404831, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1972. Part175.Position = Vector3.new(81.1397095, 4.20004082, -48.4404831)
  1973. Part175.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1974. Part175.Size = Vector3.new(1, 2.4000001, 1)
  1975. Part175.Anchored = true
  1976. Part175.BrickColor = BrickColor.new("Black")
  1977. Part175.brickColor = BrickColor.new("Black")
  1978. Part176.Name = "Smooth Block Model"
  1979. Part176.Parent = Model174
  1980. Part176.CFrame = CFrame.new(81.1397247, 7.20003891, -46.9404945, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1981. Part176.Position = Vector3.new(81.1397247, 7.20003891, -46.9404945)
  1982. Part176.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1983. Part176.Size = Vector3.new(1, 3.60000014, 4)
  1984. Part176.Anchored = true
  1985. Part176.BrickColor = BrickColor.new("Black")
  1986. Part176.brickColor = BrickColor.new("Black")
  1987. Part177.Name = "Smooth Block Model"
  1988. Part177.Parent = Model174
  1989. Part177.CFrame = CFrame.new(83.1397476, 4.20004082, -45.4404793, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1990. Part177.Position = Vector3.new(83.1397476, 4.20004082, -45.4404793)
  1991. Part177.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1992. Part177.Size = Vector3.new(1, 2.4000001, 1)
  1993. Part177.Anchored = true
  1994. Part177.BrickColor = BrickColor.new("Black")
  1995. Part177.brickColor = BrickColor.new("Black")
  1996. Part178.Name = "Smooth Block Model"
  1997. Part178.Parent = Model174
  1998. Part178.CFrame = CFrame.new(86.6397171, 4.80003881, -46.9404831, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1999. Part178.Position = Vector3.new(86.6397171, 4.80003881, -46.9404831)
  2000. Part178.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2001. Part178.Size = Vector3.new(2, 3.60000014, 2)
  2002. Part178.Anchored = true
  2003. Part178.BrickColor = BrickColor.new("Black")
  2004. Part178.brickColor = BrickColor.new("Black")
  2005. Part179.Name = "Smooth Block Model"
  2006. Part179.Parent = Model174
  2007. Part179.CFrame = CFrame.new(83.1397247, 4.20004082, -48.4404831, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2008. Part179.Position = Vector3.new(83.1397247, 4.20004082, -48.4404831)
  2009. Part179.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2010. Part179.Size = Vector3.new(1, 2.4000001, 1)
  2011. Part179.Anchored = true
  2012. Part179.BrickColor = BrickColor.new("Black")
  2013. Part179.brickColor = BrickColor.new("Black")
  2014. Seat180.Parent = Model174
  2015. Seat180.CFrame = CFrame.new(82.6397247, 5.60004187, -46.9404907, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  2016. Seat180.Orientation = Vector3.new(0, -90, 0)
  2017. Seat180.Position = Vector3.new(82.6397247, 5.60004187, -46.9404907)
  2018. Seat180.Rotation = Vector3.new(0, -90, 0)
  2019. Seat180.Color = Color3.new(0.768628, 0.156863, 0.109804)
  2020. Seat180.Size = Vector3.new(4, 0.400000006, 2)
  2021. Seat180.Anchored = true
  2022. Seat180.BrickColor = BrickColor.new("Bright red")
  2023. Seat180.brickColor = BrickColor.new("Bright red")
  2024. Seat180.FormFactor = Enum.FormFactor.Plate
  2025. Seat180.formFactor = Enum.FormFactor.Plate
  2026. Part181.Name = "Smooth Block Model"
  2027. Part181.Parent = Model174
  2028. Part181.CFrame = CFrame.new(90.1397324, 4.20004082, -45.4404716, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  2029. Part181.Orientation = Vector3.new(0, 180, 0)
  2030. Part181.Position = Vector3.new(90.1397324, 4.20004082, -45.4404716)
  2031. Part181.Rotation = Vector3.new(-180, 0, -180)
  2032. Part181.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2033. Part181.Size = Vector3.new(1, 2.4000001, 1)
  2034. Part181.Anchored = true
  2035. Part181.BrickColor = BrickColor.new("Black")
  2036. Part181.brickColor = BrickColor.new("Black")
  2037. Part182.Name = "Smooth Block Model"
  2038. Part182.Parent = Model174
  2039. Part182.CFrame = CFrame.new(86.6397171, 7.20003891, -46.9404831, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2040. Part182.Position = Vector3.new(86.6397171, 7.20003891, -46.9404831)
  2041. Part182.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2042. Part182.Size = Vector3.new(6, 1.20000005, 6)
  2043. Part182.Anchored = true
  2044. Part182.BrickColor = BrickColor.new("Black")
  2045. Part182.brickColor = BrickColor.new("Black")
  2046. Part183.Name = "Smooth Block Model"
  2047. Part183.Parent = Model174
  2048. Part183.CFrame = CFrame.new(92.1397247, 4.20004082, -45.4404755, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  2049. Part183.Orientation = Vector3.new(0, 180, 0)
  2050. Part183.Position = Vector3.new(92.1397247, 4.20004082, -45.4404755)
  2051. Part183.Rotation = Vector3.new(-180, 0, -180)
  2052. Part183.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2053. Part183.Size = Vector3.new(1, 2.4000001, 1)
  2054. Part183.Anchored = true
  2055. Part183.BrickColor = BrickColor.new("Black")
  2056. Part183.brickColor = BrickColor.new("Black")
  2057. Seat184.Parent = Model174
  2058. Seat184.CFrame = CFrame.new(90.6397324, 5.60004187, -46.9404831, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  2059. Seat184.Orientation = Vector3.new(0, 90, 0)
  2060. Seat184.Position = Vector3.new(90.6397324, 5.60004187, -46.9404831)
  2061. Seat184.Rotation = Vector3.new(0, 90, 0)
  2062. Seat184.Color = Color3.new(0.768628, 0.156863, 0.109804)
  2063. Seat184.Size = Vector3.new(4, 0.400000006, 2)
  2064. Seat184.Anchored = true
  2065. Seat184.BrickColor = BrickColor.new("Bright red")
  2066. Seat184.brickColor = BrickColor.new("Bright red")
  2067. Seat184.FormFactor = Enum.FormFactor.Plate
  2068. Seat184.formFactor = Enum.FormFactor.Plate
  2069. Part185.Name = "Smooth Block Model"
  2070. Part185.Parent = Model174
  2071. Part185.CFrame = CFrame.new(90.1397476, 4.20004082, -48.4404907, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  2072. Part185.Orientation = Vector3.new(0, 180, 0)
  2073. Part185.Position = Vector3.new(90.1397476, 4.20004082, -48.4404907)
  2074. Part185.Rotation = Vector3.new(-180, 0, -180)
  2075. Part185.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2076. Part185.Size = Vector3.new(1, 2.4000001, 1)
  2077. Part185.Anchored = true
  2078. Part185.BrickColor = BrickColor.new("Black")
  2079. Part185.brickColor = BrickColor.new("Black")
  2080. Part186.Name = "Smooth Block Model"
  2081. Part186.Parent = Model174
  2082. Part186.CFrame = CFrame.new(92.1397247, 4.20004082, -48.4404945, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  2083. Part186.Orientation = Vector3.new(0, 180, 0)
  2084. Part186.Position = Vector3.new(92.1397247, 4.20004082, -48.4404945)
  2085. Part186.Rotation = Vector3.new(-180, 0, -180)
  2086. Part186.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2087. Part186.Size = Vector3.new(1, 2.4000001, 1)
  2088. Part186.Anchored = true
  2089. Part186.BrickColor = BrickColor.new("Black")
  2090. Part186.brickColor = BrickColor.new("Black")
  2091. Part187.Name = "Smooth Block Model"
  2092. Part187.Parent = Model174
  2093. Part187.CFrame = CFrame.new(92.1397324, 7.20003891, -46.9404831, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  2094. Part187.Orientation = Vector3.new(0, 180, 0)
  2095. Part187.Position = Vector3.new(92.1397324, 7.20003891, -46.9404831)
  2096. Part187.Rotation = Vector3.new(-180, 0, -180)
  2097. Part187.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2098. Part187.Size = Vector3.new(1, 3.60000014, 4)
  2099. Part187.Anchored = true
  2100. Part187.BrickColor = BrickColor.new("Black")
  2101. Part187.brickColor = BrickColor.new("Black")
  2102. Part188.Name = "Smooth Block Model"
  2103. Part188.Parent = mas
  2104. Part188.CFrame = CFrame.new(57.6397514, 8.00003815, -10.4404764, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2105. Part188.Position = Vector3.new(57.6397514, 8.00003815, -10.4404764)
  2106. Part188.Color = Color3.new(0.705882, 0.823529, 0.894118)
  2107. Part188.Transparency = 0.30000001192093
  2108. Part188.Size = Vector3.new(20, 6, 1)
  2109. Part188.Anchored = true
  2110. Part188.BrickColor = BrickColor.new("Light blue")
  2111. Part188.brickColor = BrickColor.new("Light blue")
  2112. Part189.Name = "Smooth Block Model"
  2113. Part189.Parent = mas
  2114. Part189.CFrame = CFrame.new(46.6397247, 9.80003643, -10.4404602, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2115. Part189.Position = Vector3.new(46.6397247, 9.80003643, -10.4404602)
  2116. Part189.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2117. Part189.Size = Vector3.new(2, 9.60000038, 1)
  2118. Part189.Anchored = true
  2119. Part189.BrickColor = BrickColor.new("Bright yellow")
  2120. Part189.RightSurface = Enum.SurfaceType.Weld
  2121. Part189.brickColor = BrickColor.new("Bright yellow")
  2122. Part190.Name = "Smooth Block Model"
  2123. Part190.Parent = mas
  2124. Part190.CFrame = CFrame.new(87.6397247, 8.40003586, -41.9404755, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2125. Part190.Position = Vector3.new(87.6397247, 8.40003586, -41.9404755)
  2126. Part190.Color = Color3.new(0.388235, 0.372549, 0.384314)
  2127. Part190.Size = Vector3.new(10, 10.8000002, 4)
  2128. Part190.Anchored = true
  2129. Part190.BrickColor = BrickColor.new("Dark stone grey")
  2130. Part190.brickColor = BrickColor.new("Dark stone grey")
  2131. Part191.Name = "Smooth Block Model"
  2132. Part191.Parent = mas
  2133. Part191.CFrame = CFrame.new(46.13974, 7.40003586, -11.440464, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2134. Part191.Position = Vector3.new(46.13974, 7.40003586, -11.440464)
  2135. Part191.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2136. Part191.Size = Vector3.new(1, 7.20000029, 1)
  2137. Part191.Anchored = true
  2138. Part191.BrickColor = BrickColor.new("Bright yellow")
  2139. Part191.CanCollide = false
  2140. Part191.brickColor = BrickColor.new("Bright yellow")
  2141. Part192.Name = "Smooth Block Model"
  2142. Part192.Parent = mas
  2143. Part192.CFrame = CFrame.new(46.1397095, 12.8000298, -14.4404583, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2144. Part192.Position = Vector3.new(46.1397095, 12.8000298, -14.4404583)
  2145. Part192.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2146. Part192.Size = Vector3.new(1, 3.60000014, 7)
  2147. Part192.Anchored = true
  2148. Part192.BrickColor = BrickColor.new("Bright yellow")
  2149. Part192.CanCollide = false
  2150. Part192.brickColor = BrickColor.new("Bright yellow")
  2151. Part193.Name = "Smooth Block Model"
  2152. Part193.Parent = mas
  2153. Part193.CFrame = CFrame.new(46.1397247, 7.40003586, -17.4404621, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2154. Part193.Position = Vector3.new(46.1397247, 7.40003586, -17.4404621)
  2155. Part193.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2156. Part193.Size = Vector3.new(1, 7.20000029, 1)
  2157. Part193.Anchored = true
  2158. Part193.BrickColor = BrickColor.new("Bright yellow")
  2159. Part193.CanCollide = false
  2160. Part193.brickColor = BrickColor.new("Bright yellow")
  2161. Part194.Name = "Smooth Block Model"
  2162. Part194.Parent = mas
  2163. Part194.CFrame = CFrame.new(46.1397095, 7.40003586, -14.4404583, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2164. Part194.Position = Vector3.new(46.1397095, 7.40003586, -14.4404583)
  2165. Part194.Color = Color3.new(0.94902, 0.952941, 0.952941)
  2166. Part194.Transparency = 0.30000001192093
  2167. Part194.Size = Vector3.new(1, 7.20000029, 5)
  2168. Part194.Anchored = true
  2169. Part194.BrickColor = BrickColor.new("White")
  2170. Part194.CanCollide = false
  2171. Part194.brickColor = BrickColor.new("White")
  2172. Part195.Name = "Smooth Block Model"
  2173. Part195.Parent = mas
  2174. Part195.CFrame = CFrame.new(46.1397095, 3.20004106, -14.4404583, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2175. Part195.Position = Vector3.new(46.1397095, 3.20004106, -14.4404583)
  2176. Part195.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2177. Part195.Size = Vector3.new(1, 1.20000005, 7)
  2178. Part195.Anchored = true
  2179. Part195.BrickColor = BrickColor.new("Bright yellow")
  2180. Part195.CanCollide = false
  2181. Part195.brickColor = BrickColor.new("Bright yellow")
  2182. Part196.Name = "Smooth Block Model"
  2183. Part196.Parent = mas
  2184. Part196.CFrame = CFrame.new(42.1397324, 8.60003567, -18.4404488, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2185. Part196.Position = Vector3.new(42.1397324, 8.60003567, -18.4404488)
  2186. Part196.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2187. Part196.Size = Vector3.new(9, 12, 1)
  2188. Part196.Anchored = true
  2189. Part196.BrickColor = BrickColor.new("Bright yellow")
  2190. Part196.brickColor = BrickColor.new("Bright yellow")
  2191. Part197.Name = "Smooth Block Model"
  2192. Part197.Parent = mas
  2193. Part197.CFrame = CFrame.new(57.6397514, 3.80004311, -10.4404764, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2194. Part197.Position = Vector3.new(57.6397514, 3.80004311, -10.4404764)
  2195. Part197.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2196. Part197.Size = Vector3.new(24, 2.4000001, 1)
  2197. Part197.Anchored = true
  2198. Part197.BrickColor = BrickColor.new("Bright yellow")
  2199. Part197.brickColor = BrickColor.new("Bright yellow")
  2200. Part198.Name = "Smooth Block Model"
  2201. Part198.Parent = mas
  2202. Part198.CFrame = CFrame.new(51.6397324, 6.00003815, -62.4405022, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2203. Part198.Position = Vector3.new(51.6397324, 6.00003815, -62.4405022)
  2204. Part198.Color = Color3.new(0.384314, 0.278431, 0.196078)
  2205. Part198.Size = Vector3.new(4, 1.20000005, 9)
  2206. Part198.Anchored = true
  2207. Part198.BrickColor = BrickColor.new("Earth orange")
  2208. Part198.brickColor = BrickColor.new("Earth orange")
  2209. Part199.Name = "Smooth Block Model"
  2210. Part199.Parent = mas
  2211. Part199.CFrame = CFrame.new(51.6397324, 6.00003815, -51.940464, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2212. Part199.Position = Vector3.new(51.6397324, 6.00003815, -51.940464)
  2213. Part199.Color = Color3.new(0.898039, 0.894118, 0.87451)
  2214. Part199.Size = Vector3.new(4, 1.20000005, 4)
  2215. Part199.Anchored = true
  2216. Part199.BrickColor = BrickColor.new("Light stone grey")
  2217. Part199.brickColor = BrickColor.new("Light stone grey")
  2218. Part200.Name = "Smooth Block Model"
  2219. Part200.Parent = mas
  2220. Part200.CFrame = CFrame.new(49.1397171, 6.60003805, -52.4404907, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2221. Part200.Position = Vector3.new(49.1397171, 6.60003805, -52.4404907)
  2222. Part200.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2223. Part200.Size = Vector3.new(1, 2.4000001, 31)
  2224. Part200.Anchored = true
  2225. Part200.BrickColor = BrickColor.new("Black")
  2226. Part200.brickColor = BrickColor.new("Black")
  2227. Part201.Name = "Smooth Block Model"
  2228. Part201.Parent = mas
  2229. Part201.CFrame = CFrame.new(51.6397018, 4.20004082, -52.4404755, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2230. Part201.Position = Vector3.new(51.6397018, 4.20004082, -52.4404755)
  2231. Part201.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2232. Part201.Size = Vector3.new(6, 2.4000001, 31)
  2233. Part201.Anchored = true
  2234. Part201.BrickColor = BrickColor.new("Black")
  2235. Part201.brickColor = BrickColor.new("Black")
  2236. Part202.Name = "Smooth Block Model"
  2237. Part202.Parent = mas
  2238. Part202.CFrame = CFrame.new(51.6397247, 6.00003815, -47.9404793, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2239. Part202.Position = Vector3.new(51.6397247, 6.00003815, -47.9404793)
  2240. Part202.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2241. Part202.Size = Vector3.new(4, 1.20000005, 4)
  2242. Part202.Anchored = true
  2243. Part202.BrickColor = BrickColor.new("Bright yellow")
  2244. Part202.brickColor = BrickColor.new("Bright yellow")
  2245. Part203.Name = "Smooth Block Model"
  2246. Part203.Parent = mas
  2247. Part203.CFrame = CFrame.new(51.6397514, 6.00003815, -43.9404793, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2248. Part203.Position = Vector3.new(51.6397514, 6.00003815, -43.9404793)
  2249. Part203.Color = Color3.new(0.768628, 0.156863, 0.109804)
  2250. Part203.Size = Vector3.new(4, 1.20000005, 4)
  2251. Part203.Anchored = true
  2252. Part203.BrickColor = BrickColor.new("Bright red")
  2253. Part203.brickColor = BrickColor.new("Bright red")
  2254. Part204.Name = "Smooth Block Model"
  2255. Part204.Parent = mas
  2256. Part204.CFrame = CFrame.new(51.63974, 6.00003815, -55.9405022, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2257. Part204.Position = Vector3.new(51.63974, 6.00003815, -55.9405022)
  2258. Part204.Color = Color3.new(0.156863, 0.498039, 0.278431)
  2259. Part204.Size = Vector3.new(4, 1.20000005, 4)
  2260. Part204.Anchored = true
  2261. Part204.BrickColor = BrickColor.new("Dark green")
  2262. Part204.brickColor = BrickColor.new("Dark green")
  2263. Part205.Name = "Smooth Block Model"
  2264. Part205.Parent = mas
  2265. Part205.CFrame = CFrame.new(69.6397324, 2.80004311, -39.9404907, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2266. Part205.Position = Vector3.new(69.6397324, 2.80004311, -39.9404907)
  2267. Part205.Color = Color3.new(0.843137, 0.772549, 0.603922)
  2268. Part205.Size = Vector3.new(46, 0.400000006, 58)
  2269. Part205.Anchored = true
  2270. Part205.BrickColor = BrickColor.new("Brick yellow")
  2271. Part205.brickColor = BrickColor.new("Brick yellow")
  2272. Part205.FormFactor = Enum.FormFactor.Plate
  2273. Part205.formFactor = Enum.FormFactor.Plate
  2274. Part206.Name = "Smooth Block Model"
  2275. Part206.Parent = mas
  2276. Part206.CFrame = CFrame.new(65.63974, 18.2000313, -39.9404526, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2277. Part206.Position = Vector3.new(65.63974, 18.2000313, -39.9404526)
  2278. Part206.Color = Color3.new(0.768628, 0.156863, 0.109804)
  2279. Part206.Size = Vector3.new(48, 4.80000019, 52)
  2280. Part206.Anchored = true
  2281. Part206.BrickColor = BrickColor.new("Bright red")
  2282. Part206.brickColor = BrickColor.new("Bright red")
  2283. Part207.Name = "Smooth Block Model"
  2284. Part207.Parent = mas
  2285. Part207.CFrame = CFrame.new(65.6397247, 18.2000313, -67.9404907, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2286. Part207.Position = Vector3.new(65.6397247, 18.2000313, -67.9404907)
  2287. Part207.Color = Color3.new(0.768628, 0.156863, 0.109804)
  2288. Part207.Size = Vector3.new(48, 4.80000019, 4)
  2289. Part207.Anchored = true
  2290. Part207.BrickColor = BrickColor.new("Bright red")
  2291. Part207.brickColor = BrickColor.new("Bright red")
  2292. SpecialMesh208.Parent = Part207
  2293. SpecialMesh208.MeshType = Enum.MeshType.Wedge
  2294. Part209.Name = "Smooth Block Model"
  2295. Part209.Parent = mas
  2296. Part209.CFrame = CFrame.new(39.6397133, 18.2000313, -39.9404678, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  2297. Part209.Orientation = Vector3.new(0, 90, 0)
  2298. Part209.Position = Vector3.new(39.6397133, 18.2000313, -39.9404678)
  2299. Part209.Rotation = Vector3.new(0, 90, 0)
  2300. Part209.Color = Color3.new(0.768628, 0.156863, 0.109804)
  2301. Part209.Size = Vector3.new(52, 4.80000019, 4)
  2302. Part209.Anchored = true
  2303. Part209.BrickColor = BrickColor.new("Bright red")
  2304. Part209.brickColor = BrickColor.new("Bright red")
  2305. SpecialMesh210.Parent = Part209
  2306. SpecialMesh210.MeshType = Enum.MeshType.Wedge
  2307. Part211.Name = "Smooth Block Model"
  2308. Part211.Parent = mas
  2309. Part211.CFrame = CFrame.new(65.1397171, 8.60003567, -69.4404755, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  2310. Part211.Orientation = Vector3.new(0, 90, 0)
  2311. Part211.Position = Vector3.new(65.1397171, 8.60003567, -69.4404755)
  2312. Part211.Rotation = Vector3.new(0, 90, 0)
  2313. Part211.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2314. Part211.Size = Vector3.new(1, 12, 55)
  2315. Part211.Anchored = true
  2316. Part211.BrickColor = BrickColor.new("Bright yellow")
  2317. Part211.brickColor = BrickColor.new("Bright yellow")
  2318. Part212.Name = "Smooth Block Model"
  2319. Part212.Parent = mas
  2320. Part212.CFrame = CFrame.new(38.1397324, 4.4000411, -43.9404678, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2321. Part212.Position = Vector3.new(38.1397324, 4.4000411, -43.9404678)
  2322. Part212.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2323. Part212.Size = Vector3.new(1, 3.60000014, 50)
  2324. Part212.Anchored = true
  2325. Part212.BrickColor = BrickColor.new("Bright yellow")
  2326. Part212.brickColor = BrickColor.new("Bright yellow")
  2327. Model213.Name = "Hello sir. May I take your order?"
  2328. Model213.Parent = mas
  2329. Model213.PrimaryPart = Part215
  2330. Part214.Name = "Smooth Block Model"
  2331. Part214.Parent = Model213
  2332. Part214.CFrame = CFrame.new(52.1397247, 6.00003815, -35.4404564, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  2333. Part214.Orientation = Vector3.new(0, 180, 0)
  2334. Part214.Position = Vector3.new(52.1397247, 6.00003815, -35.4404564)
  2335. Part214.Rotation = Vector3.new(-180, 0, -180)
  2336. Part214.Color = Color3.new(0.768628, 0.156863, 0.109804)
  2337. Part214.Size = Vector3.new(1, 2, 1)
  2338. Part214.Anchored = true
  2339. Part214.BrickColor = BrickColor.new("Bright red")
  2340. Part214.brickColor = BrickColor.new("Bright red")
  2341. Part214.FormFactor = Enum.FormFactor.Symmetric
  2342. Part214.formFactor = Enum.FormFactor.Symmetric
  2343. Part215.Name = "Smooth Block Model"
  2344. Part215.Parent = Model213
  2345. Part215.CFrame = CFrame.new(53.6397324, 6.00003815, -35.4404678, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2346. Part215.Position = Vector3.new(53.6397324, 6.00003815, -35.4404678)
  2347. Part215.Color = Color3.new(0.768628, 0.156863, 0.109804)
  2348. Part215.Size = Vector3.new(2, 2, 1)
  2349. Part215.Anchored = true
  2350. Part215.BrickColor = BrickColor.new("Bright red")
  2351. Part215.LeftSurface = Enum.SurfaceType.Weld
  2352. Part215.RightSurface = Enum.SurfaceType.Weld
  2353. Part215.brickColor = BrickColor.new("Bright red")
  2354. Part215.FormFactor = Enum.FormFactor.Symmetric
  2355. Part215.formFactor = Enum.FormFactor.Symmetric
  2356. Part216.Name = "Head"
  2357. Part216.Parent = Model213
  2358. Part216.CFrame = CFrame.new(53.6397324, 7.50003815, -35.4404678, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  2359. Part216.Orientation = Vector3.new(0, 180, 0)
  2360. Part216.Position = Vector3.new(53.6397324, 7.50003815, -35.4404678)
  2361. Part216.Rotation = Vector3.new(-180, 0, -180)
  2362. Part216.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2363. Part216.Size = Vector3.new(2, 1, 1)
  2364. Part216.Anchored = true
  2365. Part216.BrickColor = BrickColor.new("Bright yellow")
  2366. Part216.Friction = 0
  2367. Part216.brickColor = BrickColor.new("Bright yellow")
  2368. Part216.FormFactor = Enum.FormFactor.Symmetric
  2369. Part216.formFactor = Enum.FormFactor.Symmetric
  2370. SpecialMesh217.Parent = Part216
  2371. SpecialMesh217.Scale = Vector3.new(1.25, 1.25, 1.25)
  2372. Decal218.Name = "face"
  2373. Decal218.Parent = Part216
  2374. Decal218.Texture = "rbxasset://textures/face.png"
  2375. Part219.Name = "Smooth Block Model"
  2376. Part219.Parent = Model213
  2377. Part219.CFrame = CFrame.new(53.1397285, 4.00004005, -35.4404678, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2378. Part219.Position = Vector3.new(53.1397285, 4.00004005, -35.4404678)
  2379. Part219.Color = Color3.new(0.0509804, 0.411765, 0.67451)
  2380. Part219.Size = Vector3.new(1, 2, 1)
  2381. Part219.Anchored = true
  2382. Part219.BrickColor = BrickColor.new("Bright blue")
  2383. Part219.brickColor = BrickColor.new("Bright blue")
  2384. Part219.FormFactor = Enum.FormFactor.Symmetric
  2385. Part219.formFactor = Enum.FormFactor.Symmetric
  2386. Part220.Name = "Smooth Block Model"
  2387. Part220.Parent = Model213
  2388. Part220.CFrame = CFrame.new(54.1397362, 4.00004005, -35.4404793, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2389. Part220.Position = Vector3.new(54.1397362, 4.00004005, -35.4404793)
  2390. Part220.Color = Color3.new(0.0509804, 0.411765, 0.67451)
  2391. Part220.Size = Vector3.new(1, 2, 1)
  2392. Part220.Anchored = true
  2393. Part220.BrickColor = BrickColor.new("Bright blue")
  2394. Part220.brickColor = BrickColor.new("Bright blue")
  2395. Part220.FormFactor = Enum.FormFactor.Symmetric
  2396. Part220.formFactor = Enum.FormFactor.Symmetric
  2397. Part221.Name = "Smooth Block Model"
  2398. Part221.Parent = Model213
  2399. Part221.CFrame = CFrame.new(55.1397476, 6.00003815, -35.4404602, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  2400. Part221.Orientation = Vector3.new(0, 180, 0)
  2401. Part221.Position = Vector3.new(55.1397476, 6.00003815, -35.4404602)
  2402. Part221.Rotation = Vector3.new(-180, 0, -180)
  2403. Part221.Color = Color3.new(0.768628, 0.156863, 0.109804)
  2404. Part221.Size = Vector3.new(1, 2, 1)
  2405. Part221.Anchored = true
  2406. Part221.BrickColor = BrickColor.new("Bright red")
  2407. Part221.brickColor = BrickColor.new("Bright red")
  2408. Part221.FormFactor = Enum.FormFactor.Symmetric
  2409. Part221.formFactor = Enum.FormFactor.Symmetric
  2410. Humanoid222.Parent = Model213
  2411. Part223.Name = "Smooth Block Model"
  2412. Part223.Parent = mas
  2413. Part223.CFrame = CFrame.new(51.6397095, 6.00003815, -37.4404716, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2414. Part223.Position = Vector3.new(51.6397095, 6.00003815, -37.4404716)
  2415. Part223.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2416. Part223.Size = Vector3.new(4, 1.20000005, 1)
  2417. Part223.Anchored = true
  2418. Part223.BrickColor = BrickColor.new("Black")
  2419. Part223.brickColor = BrickColor.new("Black")
  2420. Part224.Name = "Smooth Block Model"
  2421. Part224.Parent = mas
  2422. Part224.CFrame = CFrame.new(53.1397133, 4.80003881, -31.9404812, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2423. Part224.Position = Vector3.new(53.1397133, 4.80003881, -31.9404812)
  2424. Part224.Color = Color3.new(0.388235, 0.372549, 0.384314)
  2425. Part224.Size = Vector3.new(29, 3.60000014, 4)
  2426. Part224.Anchored = true
  2427. Part224.BrickColor = BrickColor.new("Dark stone grey")
  2428. Part224.brickColor = BrickColor.new("Dark stone grey")
  2429. Part225.Name = "Smooth Block Model"
  2430. Part225.Parent = mas
  2431. Part225.CFrame = CFrame.new(69.6397171, 8.40003586, -49.4404907, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  2432. Part225.Orientation = Vector3.new(0, 90, 0)
  2433. Part225.Position = Vector3.new(69.6397171, 8.40003586, -49.4404907)
  2434. Part225.Rotation = Vector3.new(0, 90, 0)
  2435. Part225.Color = Color3.new(0.388235, 0.372549, 0.384314)
  2436. Part225.Size = Vector3.new(39, 10.8000002, 4)
  2437. Part225.Anchored = true
  2438. Part225.BrickColor = BrickColor.new("Dark stone grey")
  2439. Part225.brickColor = BrickColor.new("Dark stone grey")
  2440. Part226.Name = "Smooth Block Model"
  2441. Part226.Parent = mas
  2442. Part226.CFrame = CFrame.new(38.13974, 13.4000282, -50.9404984, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2443. Part226.Position = Vector3.new(38.13974, 13.4000282, -50.9404984)
  2444. Part226.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2445. Part226.Size = Vector3.new(1, 2.4000001, 4)
  2446. Part226.Anchored = true
  2447. Part226.BackSurface = Enum.SurfaceType.Weld
  2448. Part226.BrickColor = BrickColor.new("Bright yellow")
  2449. Part226.FrontSurface = Enum.SurfaceType.Weld
  2450. Part226.brickColor = BrickColor.new("Bright yellow")
  2451. Part227.Name = "Smooth Block Model"
  2452. Part227.Parent = mas
  2453. Part227.CFrame = CFrame.new(38.1397171, 10.4000282, -33.9404678, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2454. Part227.Position = Vector3.new(38.1397171, 10.4000282, -33.9404678)
  2455. Part227.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2456. Part227.Size = Vector3.new(1, 8.40000057, 30)
  2457. Part227.Anchored = true
  2458. Part227.BrickColor = BrickColor.new("Bright yellow")
  2459. Part227.brickColor = BrickColor.new("Bright yellow")
  2460. Model228.Parent = mas
  2461. Model228.PrimaryPart = Part238
  2462. Part229.Name = "Smooth Block Model"
  2463. Part229.Parent = Model228
  2464. Part229.CFrame = CFrame.new(50.1397476, 4.20004082, -23.4404736, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  2465. Part229.Orientation = Vector3.new(0, 180, 0)
  2466. Part229.Position = Vector3.new(50.1397476, 4.20004082, -23.4404736)
  2467. Part229.Rotation = Vector3.new(-180, 0, -180)
  2468. Part229.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2469. Part229.Size = Vector3.new(1, 2.4000001, 1)
  2470. Part229.Anchored = true
  2471. Part229.BrickColor = BrickColor.new("Black")
  2472. Part229.brickColor = BrickColor.new("Black")
  2473. Model230.Parent = Model228
  2474. Model230.PrimaryPart = Part238
  2475. Part231.Name = "Smooth Block Model"
  2476. Part231.Parent = Model230
  2477. Part231.CFrame = CFrame.new(50.1397324, 4.20004082, -20.4404526, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  2478. Part231.Orientation = Vector3.new(0, 180, 0)
  2479. Part231.Position = Vector3.new(50.1397324, 4.20004082, -20.4404526)
  2480. Part231.Rotation = Vector3.new(-180, 0, -180)
  2481. Part231.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2482. Part231.Size = Vector3.new(1, 2.4000001, 1)
  2483. Part231.Anchored = true
  2484. Part231.BrickColor = BrickColor.new("Black")
  2485. Part231.brickColor = BrickColor.new("Black")
  2486. Part232.Name = "Smooth Block Model"
  2487. Part232.Parent = Model230
  2488. Part232.CFrame = CFrame.new(50.1397476, 7.20003891, -21.9404621, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  2489. Part232.Orientation = Vector3.new(0, 180, 0)
  2490. Part232.Position = Vector3.new(50.1397476, 7.20003891, -21.9404621)
  2491. Part232.Rotation = Vector3.new(-180, 0, -180)
  2492. Part232.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2493. Part232.Size = Vector3.new(1, 3.60000014, 4)
  2494. Part232.Anchored = true
  2495. Part232.BrickColor = BrickColor.new("Black")
  2496. Part232.brickColor = BrickColor.new("Black")
  2497. Part233.Name = "Smooth Block Model"
  2498. Part233.Parent = Model230
  2499. Part233.CFrame = CFrame.new(48.1397285, 4.20004082, -23.4404449, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  2500. Part233.Orientation = Vector3.new(0, 180, 0)
  2501. Part233.Position = Vector3.new(48.1397285, 4.20004082, -23.4404449)
  2502. Part233.Rotation = Vector3.new(-180, 0, -180)
  2503. Part233.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2504. Part233.Size = Vector3.new(1, 2.4000001, 1)
  2505. Part233.Anchored = true
  2506. Part233.BrickColor = BrickColor.new("Black")
  2507. Part233.brickColor = BrickColor.new("Black")
  2508. Part234.Name = "Smooth Block Model"
  2509. Part234.Parent = Model230
  2510. Part234.CFrame = CFrame.new(44.6397057, 4.80003881, -21.9404602, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  2511. Part234.Orientation = Vector3.new(0, 180, 0)
  2512. Part234.Position = Vector3.new(44.6397057, 4.80003881, -21.9404602)
  2513. Part234.Rotation = Vector3.new(-180, 0, -180)
  2514. Part234.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2515. Part234.Size = Vector3.new(2, 3.60000014, 2)
  2516. Part234.Anchored = true
  2517. Part234.BrickColor = BrickColor.new("Black")
  2518. Part234.brickColor = BrickColor.new("Black")
  2519. Part235.Name = "Smooth Block Model"
  2520. Part235.Parent = Model230
  2521. Part235.CFrame = CFrame.new(48.1397209, 4.20004082, -20.4404774, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  2522. Part235.Orientation = Vector3.new(0, 180, 0)
  2523. Part235.Position = Vector3.new(48.1397209, 4.20004082, -20.4404774)
  2524. Part235.Rotation = Vector3.new(-180, 0, -180)
  2525. Part235.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2526. Part235.Size = Vector3.new(1, 2.4000001, 1)
  2527. Part235.Anchored = true
  2528. Part235.BrickColor = BrickColor.new("Black")
  2529. Part235.brickColor = BrickColor.new("Black")
  2530. Seat236.Parent = Model230
  2531. Seat236.CFrame = CFrame.new(48.6397095, 5.60004187, -21.9404602, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  2532. Seat236.Orientation = Vector3.new(0, 90, 0)
  2533. Seat236.Position = Vector3.new(48.6397095, 5.60004187, -21.9404602)
  2534. Seat236.Rotation = Vector3.new(0, 90, 0)
  2535. Seat236.Color = Color3.new(0.768628, 0.156863, 0.109804)
  2536. Seat236.Size = Vector3.new(4, 0.400000006, 2)
  2537. Seat236.Anchored = true
  2538. Seat236.BrickColor = BrickColor.new("Bright red")
  2539. Seat236.brickColor = BrickColor.new("Bright red")
  2540. Seat236.FormFactor = Enum.FormFactor.Plate
  2541. Seat236.formFactor = Enum.FormFactor.Plate
  2542. Part237.Name = "Smooth Block Model"
  2543. Part237.Parent = Model230
  2544. Part237.CFrame = CFrame.new(41.1397476, 4.20004082, -23.4404755, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2545. Part237.Position = Vector3.new(41.1397476, 4.20004082, -23.4404755)
  2546. Part237.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2547. Part237.Size = Vector3.new(1, 2.4000001, 1)
  2548. Part237.Anchored = true
  2549. Part237.BrickColor = BrickColor.new("Black")
  2550. Part237.brickColor = BrickColor.new("Black")
  2551. Part238.Name = "Smooth Block Model"
  2552. Part238.Parent = Model230
  2553. Part238.CFrame = CFrame.new(44.6397057, 7.20003891, -21.9404602, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  2554. Part238.Orientation = Vector3.new(0, 180, 0)
  2555. Part238.Position = Vector3.new(44.6397057, 7.20003891, -21.9404602)
  2556. Part238.Rotation = Vector3.new(-180, 0, -180)
  2557. Part238.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2558. Part238.Size = Vector3.new(6, 1.20000005, 6)
  2559. Part238.Anchored = true
  2560. Part238.BrickColor = BrickColor.new("Black")
  2561. Part238.brickColor = BrickColor.new("Black")
  2562. Part239.Name = "Smooth Block Model"
  2563. Part239.Parent = Model230
  2564. Part239.CFrame = CFrame.new(39.13974, 4.20004082, -23.4404755, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2565. Part239.Position = Vector3.new(39.13974, 4.20004082, -23.4404755)
  2566. Part239.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2567. Part239.Size = Vector3.new(1, 2.4000001, 1)
  2568. Part239.Anchored = true
  2569. Part239.BrickColor = BrickColor.new("Black")
  2570. Part239.brickColor = BrickColor.new("Black")
  2571. Seat240.Parent = Model230
  2572. Seat240.CFrame = CFrame.new(40.6397514, 5.60004187, -21.9404716, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  2573. Seat240.Orientation = Vector3.new(0, -90, 0)
  2574. Seat240.Position = Vector3.new(40.6397514, 5.60004187, -21.9404716)
  2575. Seat240.Rotation = Vector3.new(0, -90, 0)
  2576. Seat240.Color = Color3.new(0.768628, 0.156863, 0.109804)
  2577. Seat240.Size = Vector3.new(4, 0.400000006, 2)
  2578. Seat240.Anchored = true
  2579. Seat240.BrickColor = BrickColor.new("Bright red")
  2580. Seat240.brickColor = BrickColor.new("Bright red")
  2581. Seat240.FormFactor = Enum.FormFactor.Plate
  2582. Seat240.formFactor = Enum.FormFactor.Plate
  2583. Part241.Name = "Smooth Block Model"
  2584. Part241.Parent = Model230
  2585. Part241.CFrame = CFrame.new(41.1397209, 4.20004082, -20.4404507, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2586. Part241.Position = Vector3.new(41.1397209, 4.20004082, -20.4404507)
  2587. Part241.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2588. Part241.Size = Vector3.new(1, 2.4000001, 1)
  2589. Part241.Anchored = true
  2590. Part241.BrickColor = BrickColor.new("Black")
  2591. Part241.brickColor = BrickColor.new("Black")
  2592. Part242.Name = "Smooth Block Model"
  2593. Part242.Parent = Model230
  2594. Part242.CFrame = CFrame.new(39.1397438, 4.20004082, -20.4404602, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2595. Part242.Position = Vector3.new(39.1397438, 4.20004082, -20.4404602)
  2596. Part242.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2597. Part242.Size = Vector3.new(1, 2.4000001, 1)
  2598. Part242.Anchored = true
  2599. Part242.BrickColor = BrickColor.new("Black")
  2600. Part242.brickColor = BrickColor.new("Black")
  2601. Part243.Name = "Smooth Block Model"
  2602. Part243.Parent = Model230
  2603. Part243.CFrame = CFrame.new(39.1397133, 7.20003891, -21.940464, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2604. Part243.Position = Vector3.new(39.1397133, 7.20003891, -21.940464)
  2605. Part243.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2606. Part243.Size = Vector3.new(1, 3.60000014, 4)
  2607. Part243.Anchored = true
  2608. Part243.BrickColor = BrickColor.new("Black")
  2609. Part243.brickColor = BrickColor.new("Black")
  2610. Model244.Parent = mas
  2611. Model244.PrimaryPart = Part246
  2612. Part245.Name = "Smooth Block Model"
  2613. Part245.Parent = Model244
  2614. Part245.CFrame = CFrame.new(64.6397171, 6.00003815, -66.4404907, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  2615. Part245.Orientation = Vector3.new(0, 180, 0)
  2616. Part245.Position = Vector3.new(64.6397171, 6.00003815, -66.4404907)
  2617. Part245.Rotation = Vector3.new(-180, 0, -180)
  2618. Part245.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2619. Part245.Size = Vector3.new(4, 1.20000005, 1)
  2620. Part245.Anchored = true
  2621. Part245.BrickColor = BrickColor.new("Black")
  2622. Part245.brickColor = BrickColor.new("Black")
  2623. Part246.Name = "Smooth Block Model"
  2624. Part246.Parent = Model244
  2625. Part246.CFrame = CFrame.new(64.63974, 4.20004082, -51.4404831, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  2626. Part246.Orientation = Vector3.new(0, 180, 0)
  2627. Part246.Position = Vector3.new(64.63974, 4.20004082, -51.4404831)
  2628. Part246.Rotation = Vector3.new(-180, 0, -180)
  2629. Part246.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2630. Part246.Size = Vector3.new(6, 2.4000001, 31)
  2631. Part246.Anchored = true
  2632. Part246.BrickColor = BrickColor.new("Black")
  2633. Part246.brickColor = BrickColor.new("Black")
  2634. Part247.Name = "Smooth Block Model"
  2635. Part247.Parent = Model244
  2636. Part247.CFrame = CFrame.new(67.1397018, 6.60003805, -51.440464, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  2637. Part247.Orientation = Vector3.new(0, 180, 0)
  2638. Part247.Position = Vector3.new(67.1397018, 6.60003805, -51.440464)
  2639. Part247.Rotation = Vector3.new(-180, 0, -180)
  2640. Part247.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2641. Part247.Size = Vector3.new(1, 2.4000001, 31)
  2642. Part247.Anchored = true
  2643. Part247.BrickColor = BrickColor.new("Black")
  2644. Part247.brickColor = BrickColor.new("Black")
  2645. Part248.Name = "Smooth Block Model"
  2646. Part248.Parent = Model244
  2647. Part248.CFrame = CFrame.new(62.1397247, 6.00003815, -51.4404869, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  2648. Part248.Orientation = Vector3.new(0, 180, 0)
  2649. Part248.Position = Vector3.new(62.1397247, 6.00003815, -51.4404869)
  2650. Part248.Rotation = Vector3.new(-180, 0, -180)
  2651. Part248.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2652. Part248.Size = Vector3.new(1, 1.20000005, 31)
  2653. Part248.Anchored = true
  2654. Part248.BrickColor = BrickColor.new("Black")
  2655. Part248.brickColor = BrickColor.new("Black")
  2656. Part249.Name = "Smooth Block Model"
  2657. Part249.Parent = Model244
  2658. Part249.CFrame = CFrame.new(64.63974, 6.00003815, -51.4404831, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  2659. Part249.Orientation = Vector3.new(0, 180, 0)
  2660. Part249.Position = Vector3.new(64.63974, 6.00003815, -51.4404831)
  2661. Part249.Rotation = Vector3.new(-180, 0, -180)
  2662. Part249.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2663. Part249.Transparency = 0.30000001192093
  2664. Part249.Size = Vector3.new(4, 1.20000005, 29)
  2665. Part249.Anchored = true
  2666. Part249.BrickColor = BrickColor.new("Bright yellow")
  2667. Part249.CanCollide = false
  2668. Part249.brickColor = BrickColor.new("Bright yellow")
  2669. Part250.Name = "Smooth Block Model"
  2670. Part250.Parent = Model244
  2671. Part250.CFrame = CFrame.new(64.6397247, 6.00003815, -36.4404831, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  2672. Part250.Orientation = Vector3.new(0, 180, 0)
  2673. Part250.Position = Vector3.new(64.6397247, 6.00003815, -36.4404831)
  2674. Part250.Rotation = Vector3.new(-180, 0, -180)
  2675. Part250.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2676. Part250.Size = Vector3.new(4, 1.20000005, 1)
  2677. Part250.Anchored = true
  2678. Part250.BrickColor = BrickColor.new("Black")
  2679. Part250.brickColor = BrickColor.new("Black")
  2680. Part251.Name = "Smooth Block Model"
  2681. Part251.Parent = mas
  2682. Part251.CFrame = CFrame.new(65.63974, 15.2000322, -39.9404526, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2683. Part251.Position = Vector3.new(65.63974, 15.2000322, -39.9404526)
  2684. Part251.Color = Color3.new(0.768628, 0.156863, 0.109804)
  2685. Part251.Size = Vector3.new(56, 1.20000005, 60)
  2686. Part251.Anchored = true
  2687. Part251.BrickColor = BrickColor.new("Bright red")
  2688. Part251.brickColor = BrickColor.new("Bright red")
  2689. Part252.Name = "Smooth Block Model"
  2690. Part252.Parent = mas
  2691. Part252.CFrame = CFrame.new(42.6397095, 2.80004311, -43.9404755, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  2692. Part252.Orientation = Vector3.new(0, 180, 0)
  2693. Part252.Position = Vector3.new(42.6397095, 2.80004311, -43.9404755)
  2694. Part252.Rotation = Vector3.new(-180, 0, -180)
  2695. Part252.Color = Color3.new(0.843137, 0.772549, 0.603922)
  2696. Part252.Size = Vector3.new(8, 0.400000006, 50)
  2697. Part252.Anchored = true
  2698. Part252.BrickColor = BrickColor.new("Brick yellow")
  2699. Part252.brickColor = BrickColor.new("Brick yellow")
  2700. Part252.FormFactor = Enum.FormFactor.Plate
  2701. Part252.formFactor = Enum.FormFactor.Plate
  2702. Part253.Name = "Smooth Block Model"
  2703. Part253.Parent = mas
  2704. Part253.CFrame = CFrame.new(54.13974, 6.00003815, -52.4404564, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2705. Part253.Position = Vector3.new(54.13974, 6.00003815, -52.4404564)
  2706. Part253.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2707. Part253.Size = Vector3.new(1, 1.20000005, 31)
  2708. Part253.Anchored = true
  2709. Part253.BrickColor = BrickColor.new("Black")
  2710. Part253.brickColor = BrickColor.new("Black")
  2711. Part254.Name = "Smooth Block Model"
  2712. Part254.Parent = mas
  2713. Part254.CFrame = CFrame.new(51.6397476, 6.00003815, -39.9404716, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2714. Part254.Position = Vector3.new(51.6397476, 6.00003815, -39.9404716)
  2715. Part254.Color = Color3.new(0.294118, 0.592157, 0.294118)
  2716. Part254.Size = Vector3.new(4, 1.20000005, 4)
  2717. Part254.Anchored = true
  2718. Part254.BrickColor = BrickColor.new("Bright green")
  2719. Part254.brickColor = BrickColor.new("Bright green")
  2720. for i,v in pairs(mas:GetChildren()) do
  2721. v.Parent = workspace
  2722. pcall(function() v:MakeJoints() end)
  2723. end
  2724. mas:Destroy()
  2725. for i,v in pairs(cors) do
  2726. spawn(function()
  2727. pcall(v)
  2728. end)
  2729. end
  2730. end)
  2731. end
  2732. coroutine.wrap(LQXZ_fake_script)()
  2733. local function BBLBP_fake_script() -- Close.LocalScript
  2734. local script = Instance.new('LocalScript', Close)
  2735.  
  2736. script.Parent.MouseButton1Down:connect(function()
  2737. script.Parent.Parent.Visible = false
  2738. script.Parent.Parent.parent.Open.Visible = true
  2739. end)
  2740. end
  2741. coroutine.wrap(BBLBP_fake_script)()
  2742. local function NKZPGRK_fake_script() -- Hide.LocalScript
  2743. local script = Instance.new('LocalScript', Hide)
  2744.  
  2745. script.Parent.MouseButton1Down:connect(function()
  2746. script.Parent.Parent.Visible = false
  2747. script.Parent.Parent.parent.Hidden.Visible = true
  2748. end)
  2749. end
  2750. coroutine.wrap(NKZPGRK_fake_script)()
  2751. local function VBDIN_fake_script() -- Open_2.LocalScript
  2752. local script = Instance.new('LocalScript', Open_2)
  2753.  
  2754. script.Parent.MouseButton1Down:connect(function()
  2755. script.Parent.Parent.Visible = false
  2756. script.Parent.Parent.parent.Frame.Visible = true
  2757. end)
  2758. end
  2759. coroutine.wrap(VBDIN_fake_script)()
  2760.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement